species.data.misc_data package#

Submodules#

species.data.misc_data.accretion_data module#

Module for the accretion luminosity relation.

species.data.misc_data.accretion_data.add_accretion_relation(input_path: str, database: File) None[source]#

Function for adding the accretion relation from Aoyama et al. (2021) and extrapolation from Marleau & Aoyama (2022) to the database. It provides coefficients to convert line to accretion luminosities.

Parameters:
  • input_path (str) – Folder where the data is located.

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

Returns:

NoneType

Return type:

None

species.data.misc_data.dust_data module#

Module for optical constants of dust grains.

species.data.misc_data.dust_data.add_cross_sections(input_path: str, database: File) None[source]#

Function for adding the extinction cross section of crystalline MgSiO3 for a log-normal and power-law size distribution to the database.

Parameters:
  • input_path (str) – Folder where the data is located.

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

Returns:

NoneType

Return type:

None

species.data.misc_data.dust_data.add_optical_constants(input_path: str, database: File) None[source]#

Function for adding the optical constants of crystalline and amorphous MgSiO3 and Fe to the database.

Parameters:
  • input_path (str) – Folder where the data is located.

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

Returns:

NoneType

Return type:

None

Module contents#