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: Task

Read an object catalog from a text file

Methods Summary

run(filename)

Read an object catalog from the specified text file

Methods Documentation

run(filename)#

Read an object catalog from the specified text file

Parameters#

filenamestring

Path to specified text file

Returns#

A numpy structured array containing the specified columns