coronagraphoto.loaders#
ExoVista data loader – builds a skyscapes.Scene with a default zodi.
Functions#
|
Load a full |
Module Contents#
- coronagraphoto.loaders.load_scene_from_exovista(fits_file, planet_indices=None, only_earths=False, zodi_surface_brightness_mag=22.0)[source]#
Load a full
skyscapes.Scenefrom an ExoVista FITS file.Delegates system loading to
skyscapes.from_exovista()and adds a defaultAYOZodibackground using the host star’s wavelength grid.The earlier
required_planetsparameter was removed: variadic planet tuples make the “pad to fixed shape” semantics unnecessary, and the underlyingskyscapes.from_exovistano longer accepts it.- Args:
fits_file: Path to the ExoVista FITS file. planet_indices: Planet indices to load (0-based).
None= all. only_earths: If True andplanet_indicesis None, auto-filterEarths.
- zodi_surface_brightness_mag: V-band surface brightness for the
default zodi background. Default 22.0 (AYO standard).
- Returns:
skyscapes.Scenewith the loaded system and a default zodi background.
- Parameters:
fits_file (str)
planet_indices (collections.abc.Sequence[int] | None)
only_earths (bool)
zodi_surface_brightness_mag (float)
- Return type: