lsst.meas.algorithms g51702f21f2+931f520456
Public Member Functions | Static Public Attributes | List of all members
lsst.meas.algorithms.readTextCatalogTask.ReadTextCatalogTask Class Reference
Inheritance diagram for lsst.meas.algorithms.readTextCatalogTask.ReadTextCatalogTask:

Public Member Functions

def run (self, filename)
 

Static Public Attributes

 ConfigClass = ReadTextCatalogConfig
 

Detailed Description

Read an object catalog from a text file

Definition at line 59 of file readTextCatalogTask.py.

Member Function Documentation

◆ run()

def lsst.meas.algorithms.readTextCatalogTask.ReadTextCatalogTask.run (   self,
  filename 
)
Read an object catalog from the specified text file

Parameters
----------
filename : `string`
    Path to specified text file

Returns
-------
A numpy structured array containing the specified columns

Definition at line 65 of file readTextCatalogTask.py.

Member Data Documentation

◆ ConfigClass

lsst.meas.algorithms.readTextCatalogTask.ReadTextCatalogTask.ConfigClass = ReadTextCatalogConfig
static

Definition at line 63 of file readTextCatalogTask.py.


The documentation for this class was generated from the following file: