- Timestamp:
- 04/18/12 18:15:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillAuxData.sh
r13055 r13381 336 336 if [ -e $biasvoltagefile ] && [ $biasnumerrors -eq 0 ] 337 337 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 339 345 if [ $good -eq 0 ] 340 346 then 341 getfitsstatistics $biasvoltagefile "U"$tstart2 $tstop347 getfitsstatistics $biasvoltagefile $value $tstart2 $tstop 342 348 fi 343 349 if [ $good -gt 0 ]
Note:
See TracChangeset
for help on using the changeset viewer.