lsst.meas.algorithms g555ede804d+a60788ef87
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
lsst.meas.algorithms.readTextCatalogTask.ReadTextCatalogTask Class Reference
Inheritance diagram for lsst.meas.algorithms.readTextCatalogTask.ReadTextCatalogTask:

Public Member Functions

 run (self, filename)
 

Static Public Attributes

 ConfigClass = ReadTextCatalogConfig
 

Static Protected Attributes

str _DefaultName = 'readCatalog'
 

Detailed Description

Read an object catalog from a text file

Definition at line 76 of file readTextCatalogTask.py.

Member Function Documentation

◆ run()

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 82 of file readTextCatalogTask.py.

Member Data Documentation

◆ _DefaultName

str lsst.meas.algorithms.readTextCatalogTask.ReadTextCatalogTask._DefaultName = 'readCatalog'
staticprotected

Definition at line 79 of file readTextCatalogTask.py.

◆ ConfigClass

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

Definition at line 80 of file readTextCatalogTask.py.


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