galaxia_ananke.photometry.PhotoSystem module#

Docstring

class galaxia_ananke.photometry.PhotoSystem.PhotoSystem(isochrone: Isochrone)[source]#

Bases: object

__init__(isochrone: Isochrone) None[source]#
check_cmd_magnames(cmd_magnames: str | Dict[str, str]) str[source]#
property category: str#
property name: str#
property categ_and_name: List[str]#
property key: str#
property mag_names: List[str]#
property effective_wavelengths: Quantity#
property zeropoints: Quantity#
property to_export_keys: List[str]#
property mag_names_to_export_keys_mapping: Dict[str, str]#
get_nearest_isochrone_track_for_age_and_metallicity(ages: _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], metallicities: _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]) List[QTable][source]#