CatalogObject
-
class romanisim.catalog.CatalogObject(sky_pos:
coord.CelestialCoord, profile:galsim.GSObject, flux: dict) Bases:
objectSimple class to hold galsim positions and profiles of objects.
Flux element contains the total AB flux from the source; i.e., the -2.5*log10(flux[filter_name]) would be the AB magnitude of the source.
Attributes Summary
Attributes Documentation
-
profile:
galsim.GSObject= <dataclasses._MISSING_TYPE object>
-
sky_pos:
coord.CelestialCoord= <dataclasses._MISSING_TYPE object>
-
profile: