Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added SAS

...

Code Block
if [ -d "/cluster/apps/software/_profile" ]; then
    if [ -z $SOFTWARE ]; then
        source "/cluster/apps/software/_profile/globals.bash"
    fi
fi
if [ -d "/cluster/apps/software/.profile.d" ]; then
    if [ -z $SOFTWARE ]; then
        source "/cluster/apps/software/.profile.d/globals.bash"
    fi
fi

...

  • heasoft: A Unified Release of the FTOOLS and XANADU Software Packages (https://heasarc.gsfc.nasa.gov/docs/software/heasoft/)
    • Description:
      XANADU: High-level, multi-mission tasks for X-ray astronomical spectral, timing, and imaging data analysis (Xspec, Xronos, Ximage, qdp...)
      FTOOLS: General and mission-specific tools to manipulate FITS files (https://heasarc.gsfc.nasa.gov/lheasoft/ftools/ftools_subpacks.html)
      FITSIO: Core library responsible for reading and writing FITS files
      fv: General FITS file browser/editor/plotter with a graphical user interface
      XSTAR: Tool for calculating the physical conditions and emission spectra of photoionized gases
    • To load it: ml ASTRO heasoft
      which also loads CALDB automatically
    • Version installed (fversion): 6.31 (6.30)
    • Acknowledgement:

      If FTOOLS has been useful in your research, please reference this site (http://heasarc.gsfc.nasa.gov/ftools) and use the ASCL reference for HEASoft [ascl:1408.004] or the ASCL reference for the original FTOOLs paper [ascl:9912.002]:

      Blackburn, J. K. 1995, in ASP Conf. Ser., Vol. 77, Astronomical Data Analysis Software and Systems IV, ed. R. A. Shaw, H. E. Payne, and J. J. E. Hayes (San Francisco: ASP), 367.



  • caldb: HEASARC's calibration database (CALDB) system (https://heasarc.gsfc.nasa.gov/docs/heasarc/caldb/caldb_intro.html)
    • Description: The HEASARC's calibration database (CALDB) system stores and indexes datasets associated with the calibration of high energy astronomical instrumentation.
    • To load it: ml ASTRO CALDB
    • Version installed: LAST UPDATE: 20220331
    • Acknowledgement: see HEASOFT above.

...