One Pass Fitting Documentation¶
This is the documentation for One Pass Fitting.
Reference/API¶
one_pass_fitting Package¶
Functions¶
|
Create a catalog file associating images with their corresponding catalogs, for use in JWST TweakRegStep. |
|
Create a list of |
|
Merge and aggregate multiple catalogs based on their positions in the output frame. |
|
Separates and agglomerates data points into clusters based on distance in a multi-step process. |
|
Computes how many exposures and seconds cover a catalog of positions in a drizzled frame. |
|
Reconstructs image from psf models at given positions/fluxes |
|
Subtracts PSF models from the specified positions in the data. |
|
Constructs the image to be subtracted based on PSF models at given positions. |
Classes¶
|
Perform one-pass photometry on an image using a PSF model. |
one_pass_fitting.background_measurement Module¶
Contains utilities for estimating backgrounds using photutils aperture classes and clipped statistics
Functions¶
|
Computes mean/median/mode/std in Photutils apertures. |
|
Compute sky values around ( |
one_pass_fitting.data_handlers Package¶
This subpackage contains the classes that are used to set up the images/catalogs for merging (matching/averaging).
To extend this suite of tools for other instruments, subclass the ImageHandler class.
More documentation regarding this subclassing coming soon.
Functions¶
|
For a given FITS image, return a list of Astropy Tables representing catalogs for each science extension. |
Classes¶
|
Base class containing methods for corrections relevant for multiple detectors |
|
ImageHandler subclass for HST WFC3/UVIS |
|
ImageHandler subclass for HST WFC3/IR |
|
ImageHandler subclass for JWST NIRCam |
|
ImageHandler subclass for JWST MIRI |