species.data.phot_data package#

Submodules#

species.data.phot_data.phot_leggett module#

Text

species.data.phot_data.phot_leggett.add_leggett(input_path, database)[source]#

Function for adding the Database of Ultracool Parallaxes to the database.

Parameters:
  • input_path (str) – Path of the data folder.

  • database (h5py._hl.files.File) – Database.

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, database)[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) – HDF5 database.

Returns:

None

Return type:

NoneType

Module contents#