Low level routine for performing the ‘blot’ operation.
Create a single blotted image from a single source image. The interface is compatible with STScI code. All distortion information is assumed to be included in the WCS specification of the ‘output’ blotted image given in ‘blot_wcs’.
Parameters: | source : 2d array
source_wcs : wcs
blot_wcs : wcs
exptime : float
interp : str, optional
sincscl : float, optional
|
---|---|
Returns: | A 2d numpy array with the blotted image |
Other Parameters: | |
coeffs : bool, optional
stepsize : float, optional
wcsmap : function, optional
|