- Timestamp:
- 01/10/06 22:12:58 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r7281 r7460 20 20 # Author(s): Daniela Dorner 08/2004 <mailto:dorner@astro.uni-wuerzburg.de> 21 21 # 22 # Copyright: MAGIC Software Development, 2000-200 422 # Copyright: MAGIC Software Development, 2000-2006 23 23 # 24 24 # 25 25 # ======================================================================== 26 26 # 27 # This script links a special callisto.rc for data, for which the 28 # calibration with the standard callisto.rc failes. 29 # 30 # The sequences with failing calibration are searched by searching for the 31 # reason of failure in the callisto.log Then the special callisto.rc is 32 # linked to the directory of the sequence. 27 33 # 28 34 … … 41 47 date >> $scriptlog 2>&1 42 48 49 # check if script is already running 43 50 lockfile=$lockpath/lock-making-callisto-links.txt 44 51 date > $lockfile >> $scriptlog 2>&1 … … 53 60 esac 54 61 55 62 # reason why calibration with standard callisto.rc fails 56 63 reason="Pulse is too much to the right, cannot go beyond logain limits!" 57 64 echo "reason: "$reason >> $scriptlog 2>&1 58 65 66 # find files containing reason 59 67 files=`find $datapath/callisto -name callisto*.log` 60 68 69 # make links for callisto.rc for which the callisto.log contains reason 61 70 for file in $files 62 71 do
Note:
See TracChangeset
for help on using the changeset viewer.