autolens.galaxies_from_csv_tables#

galaxies_from_csv_tables(*tables)[source]#

Combine one or more family tables into concrete Galaxy instances.

Rows are joined on the galaxy column; each galaxy’s profile attributes are attached under their attr_name. Per-galaxy redshifts must be consistent across every CSV row for that galaxy (or all blank).

Returns:

  • Mapping {galaxy_name: Galaxy} preserving the first-seen order across

  • the input tables.