Last change
on this file since 12919 was 12798, checked in by Daniela Dorner, 13 years ago |
added (file with common definitions etc for FillAuxData.sh and CheckRawData.sh)
|
-
Property svn:executable
set to
*
|
File size:
444 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | # data paths
|
---|
4 | auxdata=/loc_data/aux
|
---|
5 |
|
---|
6 | # path to FACT++ version
|
---|
7 | factpath=/home/fact/FACT++.2012.01.25
|
---|
8 |
|
---|
9 | # path to MARS CheOs version
|
---|
10 | mars=/home/fact/Mars.CheObs.svn.2012.01.25
|
---|
11 |
|
---|
12 | # setup to use ftools
|
---|
13 | export HEADAS=/opt/heasoft-6.11/x86_64-unknown-linux-gnu-libc2.13-0/
|
---|
14 |
|
---|
15 | export AUTOMATIONSETUP="lp.fact"
|
---|
16 | export SOURCEFILEPATH=$mars/datacenter/scripts
|
---|
17 | export mars=/home/fact/Mars.CheObs.svn.2012.01.25
|
---|
18 |
|
---|
19 | source $SOURCEFILEPATH/sourcefile
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.