As of Jan20,2016 this is still a work in progress, but this script assembles some information from peripheral WCS files and places it in the WCS-calibrated image header. The files are:
# Files assumed to be present: # WCS1_Info.Plate_Scale # WCS1_Info.Center # WCS1_Info.CROTA # WCS0_Info.RaDec_rmsFinally, the script can rename the image. Here is where I will presumambly rename the calibrated image to the ORIGINAL file name. Hence, all pertinent data is assmbled in the image header and all that I need to do in terms of image storage and transfer is keep track of just the FITS files.
% % wcs_final_head A.fits A_wcs.fits Y Usage: wcs_final_head A.fits A_wcs.fits Y arg1 = image with WCS from wcs_getA script arg2 = final image name to be used arg3 = give interactive confirmation (Y/N)
Back to SCO CODES page