Changeset 9199 for trunk


Ignore:
Timestamp:
12/23/08 14:49:09 (16 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9198 r9199  
    2323   * datacenter/scripts/movingrawfiles
    2424     - corrected moving of zipped rawfiles
     25
     26   * datacenter/scripts/dodatacheck
     27     - added the new linearity run (_N_-files)
    2528
    2629
  • trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck

    r9054 r9199  
    7272query="SELECT DATE_FORMAT(ADDDATE(fRunStart, INTERVAL +13 HOUR), '%Y/%m/%d') FROM RunData where fRunNumber="$run
    7373date=`sendquery`
    74 rawfile=`find /magic/data/rawfiles/$date -name *${run}_[D,P,C,S]_*_E.raw -o -name *${run}_[DPCS]_*_E.raw.gz`
     74rawfile=`find /magic/data/rawfiles/$date -name *${run}_[D,P,C,S,N]_*_E.raw -o -name *${run}_[DPCSN]_*_E.raw.gz`
    7575echo "rawfile: "$rawfile >> $scriptlog 2>&1
    7676# for sinope the date is needed in the format YYYY-MM-DD
Note: See TracChangeset for help on using the changeset viewer.