SourceXtractorPlusPlus  0.11
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
sourcextractor.config.measurement_images.ByKeyword Class Reference
Inheritance diagram for sourcextractor.config.measurement_images.ByKeyword:
[legend]
Collaboration diagram for sourcextractor.config.measurement_images.ByKeyword:
[legend]

Public Member Functions

def __init__ (self, key)
 
def __call__ (self, images)
 

Private Attributes

 __key
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def sourcextractor.config.measurement_images.ByKeyword.__init__ (   self,
  key 
)
Constructor.

Definition at line 575 of file measurement_images.py.

Member Function Documentation

◆ __call__()

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.

Member Data Documentation

◆ __key

sourcextractor.config.measurement_images.ByKeyword.__key
private

The documentation for this class was generated from the following file: