CoordinateSystemConfig#

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

Bases: Config

Configuration for an lsst.gauss2d.CoordinateSystem.

Attributes Summary

dx1

The x-axis pixel scale (float, default 1.0)

dy2

The y-axis pixel scale (float, default 1.0)

x_min

The x-axis coordinate of the bottom left corner (float, default 0.0)

y_min

The y-axis coordinate of the bottom left corner (float, default 0.0)

Methods Summary

Attributes Documentation

dx1#

The x-axis pixel scale (float, default 1.0)

dy2#

The y-axis pixel scale (float, default 1.0)

x_min#

The x-axis coordinate of the bottom left corner (float, default 0.0)

y_min#

The y-axis coordinate of the bottom left corner (float, default 0.0)

Methods Documentation

make_coordinate_system() CoordinateSystem#