autolens.galaxy_af_models_from_csv_tables#
- galaxy_af_models_from_csv_tables(*tables)[source]#
Combine one or more family tables into
af.Model[Galaxy]instances.Each profile becomes an
af.Model(profile_class, **params)with the CSV’s concrete values as fixed defaults; the returnedaf.Model[Galaxy]instances are ready to mutate (set priors on selected params) and assemble into anaf.Collection.- Returns:
Mapping
{galaxy_name: af.Model[Galaxy]}preserving the first-seenorder across the input tables.