Changeset 18469 for trunk


Ignore:
Timestamp:
04/22/16 21:17:33 (9 years ago)
Author:
Daniela Dorner
Message:
fixed bug for very small TSTOPF
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/QuickLook/RunGanymed.sh

    r18395 r18469  
    2626   printprocesslog "INFO processing "$rawfile
    2727   tstopi=`$factpath/fitsdump -h $rawfile  2>/dev/null | grep TSTOPI | grep -E -o '[0-9]+'`
    28    tstopf=`$factpath/fitsdump -h $rawfile  2>/dev/null | grep TSTOPF | grep -E -o '[.][0-9]+'`
    29    tstop=${tstopi}${tstopf}
     28   tstopf=`$factpath/fitsdump -h $rawfile  2>/dev/null | grep TSTOPF | grep -E -o '[0-9][.][0-9]+([E][\-][0-9][0-9])?' | sed -e 's/[E]+*/\\*10\\^/'`
     29   tstop=`echo " $tstopi + $tstopf " | bc -l`
     30   #tstop=${tstopi}${tstopf}
    3031else
    3132   printprocesslog "WARN "$rawfile" not found."
Note: See TracChangeset for help on using the changeset viewer.