module documentation
Tool for interpolating data in a FITS file, pixels to be interpolated are specified via a boolean map.
Class |
|
Holds information (name, description) about a callable that is used to interpolate a numpy array at it's first argument, at pixels specified by a numpy array as it's second argument, and return the resulting numpy array. |
Function | array |
Undocumented |
Function | array |
Undocumented |
Function | exec |
Undocumented |
Function | go |
Thin wrapper around run() to accept string inputs. As long as the names of the arguments to this function are the same as the names expected from the command line we can do this programatically |
Function | parse |
Undocumented |
Function | run |
Undocumented |
Variable | interpolation |
Undocumented |
Variable | _lgr |
Undocumented |
Thin wrapper around run()
to accept string inputs.
As long as the names of the arguments to this function
are the same as the names expected from the command line
we can do this programatically
def run(data_fits_spec:
FitsSpecifier
, bpmask_fits_spec: FitsSpecifier
, output_path: Path
, interp_method: str
= 'scipy'):
¶
Undocumented