Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
RectGrid.
min_pt
Vector containing the minimal grid coordinates per axis.
Examples
>>> g = RectGrid([1, 2, 5], [-2, 1.5, 2]) >>> g.min_pt array([ 1., -2.])