Changeset 17907
- Timestamp:
- 05/27/14 22:16:46 (10 years ago)
- Location:
- trunk/DataCheck/Processing
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/CheckRawData.sh
r17116 r17907 64 64 if [ "$certaindate" != "" ] 65 65 then 66 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 67 if [ "$checkstring" = "" ] 68 then 69 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 70 finish 71 fi 66 72 getdates $certaindate 67 73 else -
trunk/DataCheck/Processing/FillAuxCamHum.sh
r17610 r17907 28 28 if [ "$certaindate" != "" ] 29 29 then 30 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 31 if [ "$checkstring" = "" ] 32 then 33 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 34 finish 35 fi 30 36 getdates $certaindate 31 37 else -
trunk/DataCheck/Processing/FillAuxContTemp.sh
r17597 r17907 28 28 if [ "$certaindate" != "" ] 29 29 then 30 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 31 if [ "$checkstring" = "" ] 32 then 33 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 34 finish 35 fi 30 36 getdates $certaindate 31 37 else -
trunk/DataCheck/Processing/FillAuxCtrDev.sh
r17597 r17907 28 28 if [ "$certaindate" != "" ] 29 29 then 30 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 31 if [ "$checkstring" = "" ] 32 then 33 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 34 finish 35 fi 30 36 getdates $certaindate 31 37 else -
trunk/DataCheck/Processing/FillAuxCurrents.sh
r17597 r17907 28 28 if [ "$certaindate" != "" ] 29 29 then 30 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 31 if [ "$checkstring" = "" ] 32 then 33 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 34 finish 35 fi 30 36 getdates $certaindate 31 37 else -
trunk/DataCheck/Processing/FillAuxData.sh
r17896 r17907 99 99 if [ "$certaindate" != "" ] 100 100 then 101 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 102 if [ "$checkstring" = "" ] 103 then 104 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 105 finish 106 fi 101 107 getdates $certaindate 102 108 else -
trunk/DataCheck/Processing/FillAuxTemp.sh
r17597 r17907 28 28 if [ "$certaindate" != "" ] 29 29 then 30 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 31 if [ "$checkstring" = "" ] 32 then 33 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 34 finish 35 fi 30 36 getdates $certaindate 31 37 else -
trunk/DataCheck/Processing/FillAuxThresholds.sh
r17597 r17907 29 29 if [ "$certaindate" != "" ] 30 30 then 31 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 32 if [ "$checkstring" = "" ] 33 then 34 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 35 finish 36 fi 31 37 getdates $certaindate 32 38 else -
trunk/DataCheck/Processing/FillDrsTemp.sh
r17598 r17907 28 28 if [ "$certaindate" != "" ] 29 29 then 30 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 31 if [ "$checkstring" = "" ] 32 then 33 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 34 finish 35 fi 30 36 getdates $certaindate 31 37 else -
trunk/DataCheck/Processing/FillEffectiveOn.sh
r17597 r17907 28 28 if [ "$certaindate" != "" ] 29 29 then 30 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 31 if [ "$checkstring" = "" ] 32 then 33 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 34 finish 35 fi 30 36 getdates $certaindate 31 37 else -
trunk/DataCheck/Processing/FillMoonInfo.sh
r17597 r17907 19 19 if [ "$certaindate" != "" ] 20 20 then 21 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 22 if [ "$checkstring" = "" ] 23 then 24 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 25 finish 26 fi 21 27 getdates $certaindate 22 28 else -
trunk/DataCheck/Processing/FillNumEvts.sh
r17115 r17907 13 13 if [ "$certaindate" != "" ] 14 14 then 15 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'` 16 if [ "$checkstring" = "" ] 17 then 18 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)" 19 finish 20 fi 15 21 getdates $certaindate 16 22 else
Note:
See TracChangeset
for help on using the changeset viewer.