Changeset 13381 for trunk


Ignore:
Timestamp:
04/18/12 18:15:02 (13 years ago)
Author:
Daniela Dorner
Message:
updated to new format of BIAS_CONTROL_VOLTAGE.fits
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/FillAuxData.sh

    r13055 r13381  
    336336      if [ -e $biasvoltagefile ] && [ $biasnumerrors -eq 0 ]
    337337      then
    338          getfitsstatistics $biasvoltagefile "U" $tstart $tstop
     338         if [ $runnumber -gt 20120324 ]
     339         then
     340             value="Uout"
     341         else
     342             value="U"
     343         fi
     344         getfitsstatistics $biasvoltagefile $value $tstart $tstop
    339345         if [ $good -eq 0 ]
    340346         then
    341             getfitsstatistics $biasvoltagefile "U" $tstart2 $tstop
     347            getfitsstatistics $biasvoltagefile $value $tstart2 $tstop
    342348         fi
    343349         if [ $good -gt 0 ]
Note: See TracChangeset for help on using the changeset viewer.