PointSourceCatalogSourceConfig

class tolteca.simu.sources.PointSourceCatalogSourceConfig[source]

Bases: tollan.utils.dataclass_schema.DataclassNamespace

The config class for point source catalog source model created from catalog file.

Attributes Summary

name

schema

Methods Summary

__call__(cfg)

Call self as a function.

Attributes Documentation

name
schema = DataclassSchema({Literal("filepath", description="The path to the catalog file."): RelPathSchema(<class 'str'>), Optional('name_col'): <class 'str'>, Optional('pos_cols'): [<class 'str'>], Literal("data_cols", description="The assignments of columns to data item labels."): DictTemplateListSchema(None)})

Methods Documentation

__call__(cfg)[source]

Call self as a function.