Changeset 18152 for trunk/DataCheck


Ignore:
Timestamp:
02/18/15 16:18:42 (10 years ago)
Author:
Daniela Dorner
Message:
added check if reading information from raw file works
File:
1 edited

Legend:

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

    r18093 r18152  
    231231         #   and these runs are repeated in that case
    232232         numevts=`$factpath/fitsdump -h $file  2>/dev/null | grep Events | grep -E -o '[0-9]+'`
     233         if [ "$numevts" == "" ]
     234         then
     235            printprocesslog "WARN could not get number of events from file "$file" -> continue "
     236            #echo "WARN could not get number of events from file "$file" -> continue "
     237            continue
     238         fi
    233239         if [ $numevts -ne 1000 ]
    234240         then
Note: See TracChangeset for help on using the changeset viewer.