in_image : str
out_image : str
Path to output FITS file.
xstartpix : int
Pixel along the x-axis where the cutout image will begin
ystartpix : int
Pixel along the y-axis where the cutout image will begin
xpixsize : int
Width of output image in pixels
debug : bool, optional
hdu : int, optional
Operate on the specified FITS header extension (HDU)
status_file : str, optional
Output and errors are sent to status_file instead of to stdout
ypixsize : int, optional
Height of output image in pixels (default is equal to xpix_size
|