ImageSourceConfig

class tolteca.simu.sources.ImageSourceConfig[source]

Bases: tollan.utils.dataclass_schema.DataclassNamespace

The config class for image source model created from FITS image 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 FITS image file."): RelPathSchema(<class 'str'>), Literal("data_exts", description="The assignments of FITS extensions to data item labels."): DictTemplateListSchema(None)})

Methods Documentation

__call__(cfg)[source]

Call self as a function.