3 |
# Giuseppe Vacanti (cosine) August 2000 |
# Giuseppe Vacanti (cosine) August 2000 |
4 |
# |
# |
5 |
saslatest () { |
saslatest () { |
6 |
SAS_DIR=/data/xmm/saslib/installed/deceit |
SAS_DIR=~/sas |
7 |
SAS_PATH=/data/xmm/saslib/installed/deceit |
SAS_PATH=~/sas |
8 |
export SAS_DIR |
export SAS_DIR |
9 |
export SAS_PATH |
export SAS_PATH |
10 |
export SAS_CCF=$SAS_DIR/lib/testccf |
export SAS_CCF=$SAS_DIR/lib/testccf |
12 |
echo "SAS set up complete. SAS_DIR = $SAS_DIR" |
echo "SAS set up complete. SAS_DIR = $SAS_DIR" |
13 |
} |
} |
14 |
|
|
15 |
sasexperiment () { |
# These are the directories as seen from xvsas01 |
16 |
SAS_DIR=/data/xmm/saslib/installed/latestDelivered |
ccfstore=$HOME/ccfstore |
17 |
SAS_PATH=/data/xmm/saslib/installed/latestDelivered |
ccfrepository=$ccfstore/public |
|
export SAS_DIR |
|
|
export SAS_PATH |
|
|
. $SAS_DIR/sas-setup.sh |
|
|
echo "SAS set up complete. SAS_DIR = $SAS_DIR" |
|
|
} |
|
|
|
|
|
ccfrepository=$HOME/ccf_repository |
|
18 |
ccfdir=$ccfrepository |
ccfdir=$ccfrepository |
19 |
ccfdeveldir=$ccfdir/devel |
ccfrel=$ccfstore/release |
20 |
scisimccfdir=$ccfdir/scisim |
ccfdeveldir=$ccfstore/devel |
21 |
|
scisimccfdir=$ccfstore/scisim |
22 |
|
|
23 |
|
|
24 |
export PATH |
export PATH |
25 |
PATH=$HOME/bin:/usr/local/bin:/usr/bin:/opt/SUNWspro/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:$PATH |
PATH=$HOME/bin:/usr/local/bin:/usr/bin:/opt/SUNWspro/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:$PATH |
26 |
|
|
27 |
export LD_LIBRARY_PATH |
#export LD_LIBRARY_PATH |
28 |
LD_LIBRARY_PATH=/usr/local/cfitsio:/usr/local/egcs/lib:/usr/local/gcc/lib:/opt/SUNWspro/lib:/usr/lib:$LD_LIBRARY_PATH |
#LD_LIBRARY_PATH=/usr/local/cfitsio:/usr/local/egcs/lib:/usr/local/gcc/lib:/opt/SUNWspro/lib:/usr/lib:$LD_LIBRARY_PATH |
29 |
|
|