Changeset 7460 for trunk/MagicSoft/Mars/datacenter/scripts/mcsequences
- Timestamp:
- 01/10/06 22:12:58 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/mcsequences
r7448 r7460 20 20 # Author(s): Daniela Dorner 12/2005 <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 # 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 # 28 35 29 36 user=`whoami` … … 38 45 date >> $scriptlog 2>&1 39 46 47 # check if script is already running 40 48 lockfile=$lockpath/lock-mcsequences.txt 41 49 date > $lockfile >> $scriptlog 2>&1 … … 54 62 mcsequpath=/montecarlo/sequences 55 63 64 # find montecarlo directories, build one sequence per directory and write sequence file 56 65 dirs=`find $mcpath -type d` 57 58 66 for dir in ${dirs[@]} 59 67 do
Note:
See TracChangeset
for help on using the changeset viewer.