- class craftutils.observation.epoch.Filter
Public members¶
- Filter(**kwargs)
Initialize self. See help(type(self)) for accurate signature.
- __str__()
Return str(self).
-
vega_magnitude_offset(transmission: QTable | None =
None)
-
vega_flux(transmission: QTable | None =
None)
-
ab_flux(transmission: QTable | None =
None) Calculates the total integrated flux of the flat AB source (3631 Jy) as seen through the filter.
- galactic_extinction(e_bv: Quantity[Quantity], ...)
- compare_transmissions(other: Filter)
- interp_to_wavelength(wavelengths: Quantity, ...)
- find_comparable_table(other: Filter)
- retrieve_from_svo()
- Returns¶
-
load_transmission_tables(force: bool =
False)
- classmethod from_params(filter_name: str, instrument_name: str)
- classmethod default_params()
- classmethod select_child_class(instrument_name: str)