|
lsst.meas.algorithms g4a7591d645+ecc601e506
|
Public Member Functions | |
| run (self, filename) | |
Static Public Attributes | |
| ConfigClass = ReadTextCatalogConfig | |
Static Protected Attributes | |
| str | _DefaultName = 'readCatalog' |
Read an object catalog from a text file
Definition at line 76 of file readTextCatalogTask.py.
| 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.
|
staticprotected |
Definition at line 79 of file readTextCatalogTask.py.
|
static |
Definition at line 80 of file readTextCatalogTask.py.