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

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