SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
Public Member Functions | |
def | __init__ |
def | __iter__ |
def | __len__ |
def | __str__ |
def | __repr__ |
Private Attributes | |
__files | |
Helper class for receiving a globing pattern as a parameter, defining a list of files - i.e. measurement images or PSFs. It is an iterable, and can be passed directly to load_fits_images. Parameters ---------- value : str A file globing expression. i.e "*.psf", "band_[r|i|g]_*.fits" or similar. The result is always stored and returned in alphabetical order, so the order between two file lists - i.e frame image and PSF - is consistent and a matching can be done easily between them. See Also -------- glob.glob : Return a list of paths matching a pathname pattern.
def sourcextractor.config.argv.FileList.__init__ | ( | self, | |
value | |||
) |
def sourcextractor.config.argv.FileList.__iter__ | ( | self | ) |
Returns ------- iterator
Definition at line 152 of file argv.py.
References sourcextractor.config.argv.FileList.__files.
def sourcextractor.config.argv.FileList.__len__ | ( | self | ) |
Returns ------- int Length of the list
Definition at line 160 of file argv.py.
References sourcextractor.config.argv.FileList.__files.
def sourcextractor.config.argv.FileList.__repr__ | ( | self | ) |
Returns ------- str String representation for the object
Definition at line 178 of file argv.py.
References sourcextractor.config.argv.FileList.__files.
def sourcextractor.config.argv.FileList.__str__ | ( | self | ) |
Returns ------- str Human readable representation for the object
Definition at line 169 of file argv.py.
References sourcextractor.config.argv.FileList.__files.
|
private |
Definition at line 150 of file argv.py.
Referenced by sourcextractor.config.argv.FileList.__iter__(), sourcextractor.config.argv.FileList.__len__(), sourcextractor.config.argv.FileList.__repr__(), and sourcextractor.config.argv.FileList.__str__().