autolens.galaxies_from_csv_tables#
- galaxies_from_csv_tables(*tables)[source]#
Combine one or more family tables into concrete
Galaxyinstances.Rows are joined on the
galaxycolumn; each galaxy’s profile attributes are attached under theirattr_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 acrossthe input tables.