recipe heasoft

NASA High Energy Astrophysics Software (HEAsoft)

Homepage:

https://heasarc.gsfc.nasa.gov/lheasoft/

Documentation:

https://heasarc.gsfc.nasa.gov/docs/software/heasoft/

License:

Clear BSD License

Recipe:

/heasoft/meta.yaml

HEAsoft is a unified release of FTOOLS and XANADU software packages for high energy astrophysics data analysis, including tools like XSPEC.

After installation, users should initialize the HEAsoft environment with:

``` export HEADAS=$(ls -d "${CONDA_PREFIX}/x86_64-pc-linux-gnu-libc"*/ | head -n 1) source ${HEADAS}/headas-init.sh export LHEAPERL=${CONDA_PREFIX}/bin/perl ```

This setup configures numerous environment variables required for HEAsoft, including: PATH, LD_LIBRARY_PATH, PFILES, PERL5LIB, PYTHONPATH, and various component-specific variables like PGPLOT_DIR, XANADU, and POW_LIBRARY.

Note that LHEAPERL needs to be manually set to point to your Conda environment's Perl interpreter after sourcing headas-init.sh.

For mission-specific functionality (e.g., Swift, NuSTAR, IXPE), additional environment setup may be needed. See the HEAsoft documentation for details.

package heasoft

(downloads) docker_heasoft

versions:

requirements:

additional platforms:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install heasoft

and update with::

   mamba update heasoft

To create a new environment, run:

mamba create --name myenvname heasoft

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/heasoft:<tag>

(see `heasoft/tags`_ for valid values for ``<tag>``)

Download stats