Changeset 15329 for trunk/DataCheck/Processing
- Timestamp:
- 04/14/13 00:28:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillRatescans.sh
r15067 r15329 7 7 source $HEADAS/headas-init.sh 8 8 9 logfile=$runlogpath"/Fill Temp-"$datetime".log"9 logfile=$runlogpath"/FillRatescan-"$datetime".log" 10 10 date >> $logfile 11 11 … … 31 31 auxdir=$auxdata/$date 32 32 runnumber=`echo $date | sed -e 's/\///g'` 33 echo $auxdir 33 34 34 35 # check if aux files are available from that night … … 42 43 43 44 ratescanfile=$auxdir/$runnumber.RATE_SCAN_DATA.fits 45 ls $ratescanfile 44 46 if ! [ -e $ratescanfile ] 45 47 then
Note:
See TracChangeset
for help on using the changeset viewer.