source: trunk/DataCheck/Setup/setup.fact.lp.data@ 15631

Last change on this file since 15631 was 15592, checked in by Daniela Dorner, 11 years ago
added limit for disk usage on daq (transfer is stopped when limit is reached)
  • Property svn:executable set to *
File size: 1.9 KB
Line 
1#!/bin/bash
2#
3# This a resource file for the scripts, in which paths, variables
4# and setups are defined
5#
6# This setup file is for the machine data in La Palma
7# it is also used for the other machines which share the home of data
8#
9
10# setup to use ftools
11export HEADAS=/opt/heasoft-6.11/x86_64-unknown-linux-gnu-libc2.13-0/
12export HEADASPROMPT=/dev/null
13
14# setup to use ROOT
15root=/opt/root_svn/bin/thisroot.sh
16source $root
17
18# software versions
19export factpath=/home/fact/FACT++
20#export mars=/home/fact/SW.automatic.processing/Mars.CheObs.svn.2012.01.25
21export mars=/home/fact/fast_setup_for_automatic_analysis/Mars.von.Thomas.2012.06.22
22
23# site
24processingsite=lp
25sitekey=3
26storagesite=wue
27
28# logging and setup
29logpath=/home/fact/logs.automatic.processing/autologs
30lockpath=/home/fact/logs.automatic.processing/locks
31#setuppath=/magic/simulated/setup
32rsynctempdir=/loc_data/rsync_tmp
33if ! [ -d $rsynctempdir ]
34then
35 mkdir $rsynctempdir
36fi
37
38# data paths
39anapath=/loc_data/analysis # on daq
40auxdata=/loc_data/aux
41auxdata_for_sed=$(printf "%s\n" "$auxdata" | sed 's/[][\.*^$(){}?+|/]/\\&/g')
42rawdata=/loc_data/raw
43rawdata_for_sed=$(printf "%s\n" "$rawdata" | sed 's/[][\.*^$(){}?+|/]/\\&/g')
44ziprawdata=/loc_data/zipraw
45ziprawdata_for_sed=$(printf "%s\n" "$ziprawdata" | sed 's/[][\.*^$(){}?+|/]/\\&/g')
46
47# get paths for mars, macros and scripts
48# in case the variable is not yet set
49macrospath=$mars/datacenter/macros
50scriptspath=$mars/datacenter/scripts
51# rcfiles
52# dependencies of steps
53steps=$mars/resources/steps_fact.rc
54# file with db information
55sqlrc=$mars/sql.rc
56
57
58#addresses to which the errors are sent
59erradrs="dorner@astro.uni-wuerzburg.de"
60#addresses to which the changes are sent
61adrs="dorner@astro.uni-wuerzburg.de"
62
63# setup for Step1.sh
64bwlimit=70000
65numcallistos=4
66disklimitdaq=800000000
67# setup for ZipRawData.sh
68limitpigz="50M"
69
70# setup for FillNumEvts.sh and Step3.sh
71resulttable1="AnalysisResultsRunLP"
72resulttable2="AnalysisResultsNightLP"
73firstnight=20121213
Note: See TracBrowser for help on using the repository browser.