ObservationConfig#
- class lsst.multiprofit.ObservationConfig(*args, **kw)#
Bases:
ConfigConfiguration for an lsst.gauss2d.fit.Observation.
Attributes Summary
The name of the band (
str, default'None')The coordinate system config (
CoordinateSystemConfig, default<class 'lsst.multiprofit.observationconfig.CoordinateSystemConfig'>)The number of columns in the image (
int)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#