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 returned af.Model[Galaxy] instances are ready to mutate (set priors on selected params) and assemble into an af.Collection.

Returns:

  • Mapping {galaxy_name: af.Model[Galaxy]} preserving the first-seen

  • order across the input tables.