- Timestamp:
- 10/15/07 15:50:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/processmcsequences
r8482 r8758 59 59 no=`echo $sequno | cut -c 0-4` 60 60 date=`grep Night $sequfile | cut -c 18-29 | sed -e 's/-/\//g'` 61 muxcheck=`grep Epoch $sequfile | cut -c 18-32` 62 case $muxcheck in 63 "MC_up_to_April06") 64 callistorc=$setuppath/callisto/callisto.rc 65 ;; 66 "MC_old") 67 callistorc=$setuppath/callisto/callisto.rc 68 ;; 69 "MC_April_May06") 70 callistorc=$setuppath/callisto/callisto.rc 71 ;; 72 "MC_post_June06") 73 callistorc=$setuppath/callisto/callisto.rc 74 ;; 75 "MC_MuxFADCs") 76 callistorc=$setuppath/callisto/callisto_mux.rc 77 ;; 78 "MC_MuxFADCs_NEW") 79 callistorc=$setuppath/callisto/callisto_mux.rc 80 ;; 81 *) 82 echo "No epoch found" 83 printprocesslog "ERROR no epoch found in $sequfile for setting the right callisto.rc, using standard callisto.rc, epoch: $epoch" 84 finish >> $scriptlog 2>&1 85 ;; 86 esac 87 61 88 caloutpath=$mccalpath/$no/$sequno 62 89 makedir $caloutpath >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.