Hi Denis,
Right now the grid is defined by low and high limits.
However, in many applications you need to account for direction as well (medical images), and you may end up with X axis ranging from 0->10 and Y axis ranging from 10->0. In this case lo= np.array([0,10]), and hi=np.array([10,0]). Can intergrid handle such lo/hi definitions?
Thanks
Hi Denis,
Right now the grid is defined by low and high limits.
However, in many applications you need to account for direction as well (medical images), and you may end up with X axis ranging from 0->10 and Y axis ranging from 10->0. In this case lo= np.array([0,10]), and hi=np.array([10,0]). Can intergrid handle such lo/hi definitions?
Thanks