LsstFrame

class lsst.meas.extensions.scarlet.LsstFrame(shape, wcs=None, psfs=None, channels=None, dtype=<class 'numpy.float32'>)

Bases: scarlet.observation.Frame

Attributes Summary

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 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 the sky_coord

Attributes 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 the sky_coord