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/mcsequences

    r7448 r7460  
    2020#   Author(s): Daniela Dorner  12/2005 <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 #
     27# This script is an intermediate solution to process the montecarlo files.
     28# As soon as the montecarlo database is running, this script shall be
     29# exchanged.
     30#
     31# The script is building one sequence per directory. As the files are
     32# structured by condition, the files in one directory and such in one
     33# sequence have the same observation mode, psf, zbin, ...
     34#
    2835
    2936user=`whoami`
     
    3845date >> $scriptlog 2>&1
    3946
     47# check if script is already running
    4048lockfile=$lockpath/lock-mcsequences.txt
    4149date > $lockfile >> $scriptlog 2>&1
     
    5462mcsequpath=/montecarlo/sequences
    5563
     64# find montecarlo directories, build one sequence per directory and write sequence file
    5665dirs=`find $mcpath -type d`
    57 
    5866for dir in ${dirs[@]}
    5967do
Note: See TracChangeset for help on using the changeset viewer.