CoordinateSystemConfig#
- class lsst.multiprofit.CoordinateSystemConfig(*args, **kw)#
Bases:
ConfigConfiguration for an lsst.gauss2d.CoordinateSystem.
Attributes Summary
The x-axis pixel scale (
float, default1.0)The y-axis pixel scale (
float, default1.0)The x-axis coordinate of the bottom left corner (
float, default0.0)The y-axis coordinate of the bottom left corner (
float, default0.0)Methods Summary
Attributes Documentation
- dx1#
The x-axis pixel scale (
float, default1.0)
- dy2#
The y-axis pixel scale (
float, default1.0)
- x_min#
The x-axis coordinate of the bottom left corner (
float, default0.0)
- y_min#
The y-axis coordinate of the bottom left corner (
float, default0.0)
Methods Documentation
- make_coordinate_system() CoordinateSystem#