ReadTextCatalogTask#
- class lsst.meas.algorithms.ReadTextCatalogTask(config: Config | None = None, *, name: str | None = None, parentTask: Task | None = None, log: logging.Logger | lsst.utils.logging.LsstLogAdapter | None = None)#
Bases:
TaskRead an object catalog from a text file
Methods Summary
run(filename)Read an object catalog from the specified text file
Methods Documentation