saltastro / pysalt

Python/Pyraf software for the reduction and analysis of SALT data
Other
15 stars 19 forks source link

difference in history keywords #95

Open crawfordsm opened 9 years ago

crawfordsm commented 9 years ago

Using pyfits v3.0.8 results in a a different format for the history keyword as the current pipeline version, which is using v3.1.2. Here is an example:

HISTORY = 'SALTCLEAN outpath=/home/sa/20130428/rss/product/ &'                  
CONTINUE  'obslogfile=rss/product/P20130428OBSLOG.fits gaindb= &'               
CONTINUE  'xtalkfile=/home/sa/iraf/pysalt/data/rss/RSSxtalk.dat &'              
CONTINUE  'geomfile=/home/sa/iraf/pysalt/data/rss/RSSgeom.dat subover=True &'   
CONTINUE  'trim=True masbias=True subbias=False median=False &'                 
CONTINUE  'function=polynomial order=5 rej_lo=3.0 rej_hi=3.0 niter=5 &'         
CONTINUE  'interp=linear clobber=True &'                                        
CONTINUE  'logfile=/home/sa/20130428/20130428:2013-04-29:10h30saltpipe.log &'   
CONTINUE  'verbose=True &'                                                      
HISTORY = 'SALTMOSAIC geomfile=/home/sa/iraf/pysalt/data/rss/RSSgeom.dat &'     
CONTINUE  'interp=linear geotran=True cleanup=True clobber=True &'              
CONTINUE  'logfile=/home/sa/20130428/20130428:2013-04-29:10h30saltpipe.log &'   
CONTINUE  'verbose=True &'                                                      
HISTORY SALTCRCLEAN images=/d/rssdata/science/2012-2-UW-006/20130428/product/m*.
HISTORY fits outimages= outpref=c crtype=fast thresh=5.0 mbox=5 bthresh=3.0 flux
HISTORY _ratio=0.2 bbox=11 gain=1.0 rdnoise=5.0 fthresh=5.0 bfactor=2 gbox=3 max
HISTORY iter=5 multithread=no update=yes clobber=no logfile=salt.log verbose=yes
HISTORY                                                                         
HISTORY FLATFLD: lampflat= none skyflat= cmbxgpP201304280014.fits trkgrid= 1503 
crawfordsm commented 9 years ago

Feel free to leave a comment here if this doesn't explain your issue @knordsieck