Ignore:
Timestamp:
01/12/15 11:05:08 (10 years ago)
Author:
Daniela Dorner
Message:
fixed bug: drs runs had been excluded by last fix
File:
1 edited

Legend:

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

    r18092 r18093  
    7878   printprocesslog "INFO finding files to be checked in $rawdir..."
    7979   #fitsfiles=`ls $rawdir/*.fits 2>/dev/null | sort `
    80    fitsfiles=( `find $rawdir -type f -regex '.*20[0-9][0-9][01][0-9][0-3][0-9][_][0-9][0-9][0-9][.]fits[.]?[g]?[f]?[z]?' 2>/dev/null | sort ` )
     80   fitsfiles=( `find $rawdir -type f -regex '.*20[0-9][0-9][01][0-9][0-3][0-9][_][0-9][0-9][0-9][.]d?r?s?[.]?fits[.]?[g]?[f]?[z]?' 2>/dev/null | sort ` )
    8181
    8282   # loop to check files
    83    for file in $fitsfiles
     83   for file in ${fitsfiles[@]}
    8484   do
    8585      printprocesslog "INFO checking file "$file
Note: See TracChangeset for help on using the changeset viewer.