You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class MFT(Propagator)
| MFT(*args, **kwargs)
|
| A Propagator class designed to propagate a wavefront to a plane that is
| defined in Cartesian units (ie metres/pixel).
|
| Attributes
| ----------
| npixels : int
| The number of pixels in the output plane.
| pixel_scale : Array, metres/pixel or radians/pixel
| The pixel scale in the output plane, measured in metres per pixel.
| focal_length : Array, metres
| The effective focal length of the lens/mirror this propagator
| represents. If None, the pixel_scale is taken to be in radians/pixel,
| else it is taken to be in metres/pixel.
| inverse : bool
| Should the propagation be performed in the inverse direction.
when it should have oversample - has propagators.py been neglected in a recent release or something?
The text was updated successfully, but these errors were encountered:
in a clean python environment using the latest
pip install dlux
to getdLux==0.13.2
, I findgives
when it should have
oversample
- haspropagators.py
been neglected in a recent release or something?The text was updated successfully, but these errors were encountered: