Last change
on this file since 12958 was 12936, checked in by Daniela Dorner, 13 years ago |
bugfix for ftcopy in cron; adapted paths
|
-
Property svn:executable
set to
*
|
File size:
848 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | # data paths
|
---|
4 | auxdata=/loc_data/aux
|
---|
5 | rawdata=/loc_data/raw
|
---|
6 | rawdata_for_sed=$(printf "%s\n" "$rawdata" | sed 's/[][\.*^$(){}?+|/]/\\&/g')
|
---|
7 | ziprawdata=/loc_data/zipraw
|
---|
8 | ziprawdata_for_sed=$(printf "%s\n" "$ziprawdata" | sed 's/[][\.*^$(){}?+|/]/\\&/g')
|
---|
9 |
|
---|
10 | # path to FACT++ version
|
---|
11 | factpath=/home/fact/SW.automatic.processing/FACT++.2012.01.25
|
---|
12 |
|
---|
13 | # path to MARS CheOs version
|
---|
14 | mars=/home/fact/SW.automatic.processing/Mars.CheObs.svn.2012.01.25
|
---|
15 |
|
---|
16 | # setup to use ftools
|
---|
17 | export HEADAS=/opt/heasoft-6.11/x86_64-unknown-linux-gnu-libc2.13-0/
|
---|
18 | export HEADASPROMPT=/dev/null
|
---|
19 |
|
---|
20 | # software versions
|
---|
21 | export factpath=/home/fact/SW.automatic.processing/FACT++.2012.01.25
|
---|
22 | export mars=/home/fact/SW.automatic.processing/Mars.CheObs.svn.2012.01.25
|
---|
23 |
|
---|
24 | export AUTOMATIONSETUP="lp.fact"
|
---|
25 | export SOURCEFILEPATH=$mars/datacenter/scripts
|
---|
26 |
|
---|
27 | source $SOURCEFILEPATH/sourcefile
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.