Low level routine for performing ‘drizzle’ operation.on one image.
The interface is compatible with STScI code. All images are Python ndarrays, instead of filenames. File handling (input and output) is performed by the calling routine.
Parameters: | insci : 2d array
input_wcs : 2d array
inwht : 2d array
output_wcs : wcs
outsci : 2d array
outwht : 2d array
outcon : 2d array
expin : float
in_units : str
wt_scl : float
wcslin_pscale : float, optional
uniqid : int, optional
xmin : float, optional
xmax : float, optional
ymin : float, optional
ymax : float, optional
pixfrac : float, optional
kernel: str, optional
fillval: str, optional
|
---|---|
Returns: | A tuple with three values: a version string, the number of pixels on the input image that do not overlap the output image, and the number of complete lines on the input image that do not overlap the output input image. |
Other Parameters: | |
stepsize
wcsmap
|