Ignore:
Timestamp:
01/10/06 22:12:58 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks

    r7281 r7460  
    2020#   Author(s): Daniela Dorner  08/2004 <mailto:dorner@astro.uni-wuerzburg.de>
    2121#
    22 #   Copyright: MAGIC Software Development, 2000-2004
     22#   Copyright: MAGIC Software Development, 2000-2006
    2323#
    2424#
    2525# ========================================================================
    2626#
     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.
    2733#
    2834
     
    4147date >> $scriptlog 2>&1
    4248
     49# check if script is already running
    4350lockfile=$lockpath/lock-making-callisto-links.txt
    4451date > $lockfile >> $scriptlog 2>&1
     
    5360esac
    5461
    55 
     62# reason why calibration with standard callisto.rc fails
    5663reason="Pulse is too much to the right, cannot go beyond logain limits!"
    5764echo "reason: "$reason >> $scriptlog 2>&1
    5865
     66# find files containing reason
    5967files=`find $datapath/callisto -name callisto*.log`
    6068
     69# make links for callisto.rc for which the callisto.log contains reason
    6170for file in $files
    6271do
Note: See TracChangeset for help on using the changeset viewer.