ccdrev.py

This is a python script (python/fits_files/ccdrev.py) that takes a file from ccdrev, reformats some of the strings and writes information to standard out for the user and to a local file named "args_for_skygrab" for use by the (important) skygrab script. A sample run is:


% ccdrev a.fits > tmp1 
% ccdrev.py tmp1 


NAXIS1,NAXIS2 = 1992 1992
Ra,Dec (strings): 11:24:24.800 +03:19:39.00
Ra,Dec (Degrees): 171.103333333 3.327500000
Ra,Dec (Hrs,Deg): 11.406888889 3.327500000
Object: NGC3664_R        Detector: lf1_0004
X,Y in arcmin: 44.820 44.820

Use arguments in "args_for_skygrab" to run skygrab

Note that I included an example of running ccdrev at the start.




Back to SCO CODES page