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


Public Member Functions | |
| __init__ (self, key) | |
| __call__ (self, images) | |
Private Attributes | |
| __key | |
Callable that can be used to split an ImageGroup by a keyword value (i.e. FILTER).
Parameters
----------
key : str
FITS header keyword (i.e. FILTER)
See Also
--------
ImageGroup.split
Definition at line 463 of file measurement_images.py.
| sourcextractor.config.measurement_images.ByKeyword.__init__ | ( | self, | |
| key ) |
Constructor.
Definition at line 477 of file measurement_images.py.
| sourcextractor.config.measurement_images.ByKeyword.__call__ | ( | self, | |
| images ) |
Parameters
----------
images : list of MeasurementImage
List of images to group
Returns
-------
list of tuples of str and list of MeasurementImage
i.e. [
(R, [frame_r_01.fits, frame_r_02.fits]),
(G, [frame_g_01.fits, frame_g_02.fits])
]
Definition at line 483 of file measurement_images.py.
References sourcextractor.config.measurement_images.ByKeyword.__key, and sourcextractor.config.measurement_images.ByPattern.__key.
|
private |
Definition at line 481 of file measurement_images.py.
Referenced by sourcextractor.config.measurement_images.ByKeyword.__call__(), and sourcextractor.config.measurement_images.ByPattern.__call__().