Accessing the HEASARC CALDB Remotely
Important Notes
Users of HEASOFT 5.0
(aka FTOOLS 5.0) and later versions can remotely access files in the HEASARC
CALDB directly. Remote Access has the following advantages:
- HEASOFT users can run CALDB-aware tools (like pcarf, ascaarf,
etc.) without having to make sure that they have the necessary CALDB
files installed and accessible. This means that a user who want to
run pcarf, for example, no longer needs to actually have the CALDB for
the ROSAT PSPC installed locally (i.e., no more tar files to download
and untar!)
- Users no longer have to worry about updating their local
installations of the CALDB every time a new data file is released, so
maintenance is much easier.
To enable Remote Access, do the following:
- download the file
http://heasarc.gsfc.nasa.gov/FTP/caldb/software/tools/caldb.config
and set the environment $CALDBCONFIG to point to that file. For
example if you download the file to /local/user/caldb.config, then
% setenv CALDBCONFIG /local/user/caldb.config
or, if you're using the bash shell:
% CALDBCONFIG=/local/user/caldb.config; export CALDBCONFIG
- download the file
http://heasarc.gsfc.nasa.gov/FTP/caldb/software/tools/alias_config.fits
and set the environment variable $CALDBALIAS to point
to that file. For example, if you download the file to
/local/user/alias_config.fits, then
% setenv CALDBALIAS /local/user/alias_config.fits
or, for bash shell users:
% CALDBALIAS=/local/user/alias_config.fits; export CALDBALIAS
- set the environment variable $CALDB to
http://heasarc.gsfc.nasa.gov/FTP/caldb :
% setenv CALDB http://heasarc.gsfc.nasa.gov/FTP/caldb
or, for bash shell users:
% CALDB=http://heasarc.gsfc.nasa.gov/FTP/caldb; export CALDB
If you experience connection problems, then set the environment variable $CALDB to
ftp://legacy.gsfc.nasa.gov/caldb :
% setenv CALDB ftp://legacy.gsfc.nasa.gov/caldb
Now, whenever an ftool task which needs a file from the HEASARC
CALDB (for example ascaarf or pcarf), if the key
CALDB is given at the prompt for the filename, the task will
connect to the HEASARC CALDB via ftp check the appropriate
caldb.indx file for the name of the appropriate file, download
the file to the current working directory, and continue the task.
History
July 18, 2006: Changes to the GSFC network are currently causing problems with accessing the CALDB remotely.
If you are experiencing problems please contact the CALDB manager via e-mail. Remote CALDB access should be available by following steps 1 and 2 below but setting the CALDB environment variable to http://heasarc.gsfc.nasa.gov/FTP/caldb instead of ftp://legacy.gsfc.nasa.gov/caldb
% setenv CALDB http://heasarc.gsfc.nasa.gov/FTP/caldb
March 2, 2004: Changes to the GSFC network are currently causing problems with accessing the CALDB remotely. If you are experiencing problems please contact the CALDB manager via e-mail. A patch to FTOOLS 5.3 should be available shortly.
Update (20 May 2004): The FTOOLS patch release 5.3.1 fixes this problem.
Page author:
Michael F.
Corcoran
Last updated: Thursday, 19-Apr-2012 15:55:11 EDT.
HEASARC Home |
Observatories |
Archive |
Calibration |
Software |
Tools |
Students/Teachers/Public
Last modified: Thursday, 19-Apr-2012 15:55:11 EDT
|