ObservationConfig#

class lsst.multiprofit.ObservationConfig(*args, **kw)#

Bases: Config

Configuration for an lsst.gauss2d.fit.Observation.

Attributes Summary

band

The name of the band (str, default 'None')

coordsys

The coordinate system config (CoordinateSystemConfig, default <class 'lsst.multiprofit.observationconfig.CoordinateSystemConfig'>)

n_cols

The number of columns in the image (int)

n_rows

The number of rows in the image (int)

Methods Summary

Attributes Documentation

band#

The name of the band (str, default 'None')

coordsys#

The coordinate system config (CoordinateSystemConfig, default <class 'lsst.multiprofit.observationconfig.CoordinateSystemConfig'>)

n_cols#

The number of columns in the image (int)

n_rows#

The number of rows in the image (int)

Methods Documentation

make_observation() ObservationD#