synthesizer.load_data.load_camels

Functions

synthesizer.load_data.load_camels.load_CAMELS_Astrid(_dir='.', snap_name='snap_090.hdf5', fof_name='fof_subhalo_tab_090.hdf5', fof_dir=None, dtm=0.3, physical=True)[source]

Load CAMELS-Astrid galaxies

Parameters:
  • dir (string) – data location

  • snap_name (string) – snapshot filename

  • fof_name (string) – subfind / FOF filename

  • fof_dir (string) – optional argument specifying lcoation of fof file if different to snapshot

  • dtm (float) – dust to metals ratio for all gas particles

Returns:

ParticleGalaxy object containing star and gas particle

Return type:

galaxies (object)

synthesizer.load_data.load_camels.load_CAMELS_IllustrisTNG(_dir='.', snap_name='snap_033.hdf5', fof_name='fof_subhalo_tab_033.hdf5', fof_dir=None, verbose=False, dtm=0.3, physical=True)[source]

Load CAMELS-IllustrisTNG galaxies

Parameters:
  • dir (string) – data location

  • snap_name (string) – snapshot filename

  • fof_name (string) – subfind / FOF filename

  • fof_dir (string) – optional argument specifying lcoation of fof file if different to snapshot

  • verbose (bool) – verbosity flag

  • dtm (float) – dust-to-metals ratio to apply to all gas particles

  • physical (bool) – Should the coordinates be converted to physical?

Returns:

ParticleGalaxy object containing star and gas particle

Return type:

galaxies (object)

Examples using synthesizer.load_data.load_camels.load_CAMELS_IllustrisTNG

Aperture Mask Example

Aperture Mask Example

Parametric Young Stars Example

Parametric Young Stars Example
synthesizer.load_data.load_camels.load_CAMELS_Simba(_dir='.', snap_name='snap_033.hdf5', fof_name='fof_subhalo_tab_033.hdf5', fof_dir=None, dtm=0.3, physical=True)[source]

Load CAMELS-SIMBA galaxies

Parameters:
  • dir (string) – data location

  • snap_name (string) – snapshot filename

  • fof_name (string) – subfind / FOF filename

  • fof_dir (string) – optional argument specifying lcoation of fof file if different to snapshot

  • dtm (float) – dust to metals ratio for all gas particles

Returns:

ParticleGalaxy object containing star and gas particle

Return type:

galaxies (object)