SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
Public Member Functions | |
def | __init__ |
def | __call__ |
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 561 of file measurement_images.py.
def sourcextractor.config.measurement_images.ByKeyword.__init__ | ( | self, | |
key | |||
) |
Constructor.
Definition at line 575 of file measurement_images.py.
def 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 581 of file measurement_images.py.
References sourcextractor.config.measurement_images.ByKeyword.__key.
|
private |
Definition at line 579 of file measurement_images.py.
Referenced by sourcextractor.config.measurement_images.ByKeyword.__call__(), and sourcextractor.config.measurement_images.ByPattern.__call__().