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