imProc - EranOfek/AstroPack GitHub Wiki
Description
The imProc package contains high-level functions for image and catalog analysis and manipulation. The input of imProc functions is usually AstroImage or AstroCatalog objects. Low-level functionality related to these classes typically appears as methods in these classes. For example, the AstroImage class contains methods for unary and binary operators on AstroImage objects. However, high-level functions like photometric calibration, astrometry, source finding, PSF fitting, etc. can be found in the imProc package.
Sub packages:
- asteroids - Asteroids and moving sources functions
- astrometry - Astrometry solvers
- background - Background and variance estimate
- calib - Photometric calibration
- cat - Catalog manipulations
- dark - Dark generation and subtraction
- flat - Flat generation and correction
- image - General image functions
- instCharc - Instrument characterization
- io - I/O
- mask - Mask images manipulation
- match - Source catalog matching
- psf - PSF functions
- sources - Source findings and measurements
- stack - Image coaddition
- stat - Pixel statistics
- trans - catalog coordinate transformations.
- transIm - Image spatial transformations.