autowisp.data_reduction.source_extracted_psf_map module
Class Inheritance Diagram

Define callable class representing PSF maps from source extraction.
- class autowisp.data_reduction.source_extracted_psf_map.SourceExtractedPSFMap(psf_parameters, terms_expression, coefficients)[source]
Bases:
object
Evaluate smoothed PSF maps based on sorce extraction.
- __call__(source_data)[source]
Evaluate the map for the given sources.
- Parameters:
source_data (numpy structured array or pandas DataFrame) – The x, y and catalogue information for the sources for which to evaluate the map. The names of the fields should exactly match the names used when creating the map.
- Returns:
The PSF parameters predicted by the map for the input sources. The fields will have the names of the PSF parameters.
- Return type:
numpy structured array