LsstFrame¶
-
class
lsst.meas.extensions.scarlet.LsstFrame(shape, wcs=None, psfs=None, channels=None, dtype=<class 'numpy.float32'>)¶ Bases:
scarlet.observation.FrameAttributes Summary
CNumber of channels in the model NxNumber of pixels in the x-direction NyNumber of pixel in the y-direction psfsshapeShape of the model. Methods Summary
get_pixel(sky_coord)Get the pixel coordinate from a world coordinate If there is no WCS associated with the Scene, meaning the data frame and model frame are the same, then this just returns thesky_coordAttributes Documentation
-
C¶ Number of channels in the model
-
Nx¶ Number of pixels in the x-direction
-
Ny¶ Number of pixel in the y-direction
-
psfs¶
-
shape¶ Shape of the model.
Methods Documentation
-
get_pixel(sky_coord)¶ Get the pixel coordinate from a world coordinate If there is no WCS associated with the
Scene, meaning the data frame and model frame are the same, then this just returns thesky_coord
-