|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|


Public Member Functions | |
| __init__ (self, value) | |
| __iter__ (self) | |
| __len__ (self) | |
| __str__ (self) | |
| __repr__ (self) | |
Private Attributes | |
| __files = sorted(glob(value)) | |
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.
| sourcextractor.config.argv.FileList.__init__ | ( | self, | |
| value ) |
| sourcextractor.config.argv.FileList.__iter__ | ( | self | ) |
| sourcextractor.config.argv.FileList.__len__ | ( | self | ) |
| sourcextractor.config.argv.FileList.__repr__ | ( | self | ) |
| sourcextractor.config.argv.FileList.__str__ | ( | self | ) |
|
private |
Definition at line 150 of file argv.py.
Referenced by __iter__(), __len__(), __repr__(), and __str__().