- Timestamp:
- 12/23/08 14:49:09 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9198 r9199 23 23 * datacenter/scripts/movingrawfiles 24 24 - corrected moving of zipped rawfiles 25 26 * datacenter/scripts/dodatacheck 27 - added the new linearity run (_N_-files) 25 28 26 29 -
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
r9054 r9199 72 72 query="SELECT DATE_FORMAT(ADDDATE(fRunStart, INTERVAL +13 HOUR), '%Y/%m/%d') FROM RunData where fRunNumber="$run 73 73 date=`sendquery` 74 rawfile=`find /magic/data/rawfiles/$date -name *${run}_[D,P,C,S ]_*_E.raw -o -name *${run}_[DPCS]_*_E.raw.gz`74 rawfile=`find /magic/data/rawfiles/$date -name *${run}_[D,P,C,S,N]_*_E.raw -o -name *${run}_[DPCSN]_*_E.raw.gz` 75 75 echo "rawfile: "$rawfile >> $scriptlog 2>&1 76 76 # for sinope the date is needed in the format YYYY-MM-DD
Note:
See TracChangeset
for help on using the changeset viewer.