species.data.phot_data package#
Submodules#
species.data.phot_data.phot_jwst_ydwarfs module#
Module for the photometric data and parallaxes from the JWST late T and early Y dwarf observations recorded in Beiler et al. 2024 (ApJ)
- species.data.phot_data.phot_jwst_ydwarfs.add_jwst_ydwarfs(input_path: str, database: File) None [source]#
Function for adding the synthesized pphotometry from ‘Precise Bolometric Luminosities and Effective Temperatures of 23 Late-T and Y Dwarfs Obtained with JWST’ by Beiler et al. (2024, ApJ).
- Parameters:
input_path (str) – Data folder.
database (h5py._hl.files.File) – The HDF5 database that has been opened.
- Returns:
None
- Return type:
NoneType
species.data.phot_data.phot_leggett module#
Module for the photometric data of L, T, Y dwarfs from Leggett et al.
- species.data.phot_data.phot_leggett.add_leggett(input_path: str, database: File) None [source]#
Function for adding photometric data of L, T, and Y dwarfs from Leggett et al. to the database.
- Parameters:
input_path (str) – Path of the data folder.
database (h5py._hl.files.File) – The HDF5 database that has been opened.
- Returns:
None
- Return type:
NoneType
species.data.phot_data.phot_vlm_plx module#
Module for the photometric data and parallaxes from the Database of Ultracool Parallaxes.
- species.data.phot_data.phot_vlm_plx.add_vlm_plx(input_path: str, database: File) None [source]#
Function for adding the Database of Ultracool Parallaxes to the database. The FITS file with data was originally downloaded from http://www.as.utexas.edu/~tdupuy/plx/Database_of_Ultracool_Parallaxes_files/vlm-plx-all.fits but that website has been taken offline, probably because of the new table at http://bit.ly/UltracoolSheet.
- Parameters:
input_path (str) – Data folder.
database (h5py._hl.files.File) – The HDF5 database that has been opened.
- Returns:
None
- Return type:
NoneType