The MST programs are only available on the HEAD LAN at SAO. To set up the correct environment to run them, execute the command appropriate to your shell:
| shell | command |
|---|---|
tcsh
|
source /proj/axaf/simul/etc/mst_envs.tcsh
|
csh
|
source /proj/axaf/simul/etc/mst_envs.csh
|
sh
|
. /proj/axaf/simul/etc/mst_envs.sh
|
ksh
|
. /proj/axaf/simul/etc/mst_envs.ksh
|
This adds the correct components to your path, and sets a few environmental variables.
Note that the IRAF compatible parameter file system used by many MST programs is incompatible with that used with FTOOLS. If you have a PFILES environmental variable set up for use with FTOOLS, MST programs will break.
We support our own installation of Perl; in many respects this version has more support than the version made available on the HEAD LAN. Sourcing the above file places this version ahead of the system version in your path. It does not change the version perl run by scripts which have the interpreter name embedded in their first line (the #! line).