CatalogObject

class romanisim.catalog.CatalogObject(sky_pos: coord.CelestialCoord, profile: galsim.GSObject, flux: dict)

Bases: object

Simple 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.