andykee / lentil

Heart-healthy physical optics

Home Page:https://andykee.github.io/lentil/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement a plane resampling method

andykee opened this issue · comments

The returned object should be a new Plane with updated attributes:

newplane = Plane.resample(pixelscale=...)

This should call underlying methods attached to the Plane object:

newphase = Plane.resample_phase(pixelscale=...)

and construct the new Plane object