Skip to main content

To find and download HEASARC data in the cloud, you can use astroquery.heasarc or download our new tool, hark.

The HEASARC and NuSTAR teams are greatly saddened by the sudden passing of Katja Pottschmidt. Most recently Katja was the lead scientist for the NuSTAR Guest Observer Facility (GOF), a role she had supported for many years. During her science career she worked on many other high energy astrophysics missions and played an integral role in advancing our knowledge of the universe. She was a wonderful colleague and friend and will be keenly missed by all who knew her.

next up previous
Next: Appendix Up: Users' Guide to FTOOLS Previous: Using XSELECT

PERL Scripts

Since the version 3.2 release, FTOOLS has included a suite of PERL scripts. PERL has been adopted as the standard scripting language for use in the FTOOLS. To maximize portability, PERL 5.0 or above is recommended (and required for VMS, see Installation Guide). As described in the Installation Guide, unpatched versions of Perl5.001 may not work properly. If you experience problems with Perl FTOOLS, you may need to upgrade to a more recent version of Perl (version 5.002 as of this writing). The FTOOLS distribution includes a bin.perl/ directory where these scripts reside after the FTOOLS build is completed. If your system doesn't have PERL the scripts will call a dummy program called ``noperl'' which prints a blurb stating the scripts can't run. UNIX users who obtain perl at later time can change this with the find_perl.sh script in bin.perl/. Simply set the environment variable PERL to the installed perl (with the full pathname) and then execute find_perl.sh, with a wild card or specific script name. Assuming you're in bin.perl/ and using the csh, the commands would be:

>setenv PERL /some_full_pathname/perl

>find_perl.sh *

This will fix all of the perl scripts in bin.perl/ to use the new perl. VMS users should consult their system manager for assistance after a perl installation.

To use the PERL scripts found in the bin.perl/ directory you must add the directory (full path) to your PATH environment variable. This is most easily accomplished using the mkftools script which is located in the bin.host/ directory of FTOOLS. The init_ftools.com script will perform the analogous things for VMS users.



Lawrence Elwin Brown
Wed Aug 6 11:33:26 EDT 1997