Conda is required to manage installation of the delivery environment. A fresh installation of Miniforge3 is not required for each ROMANDP delivery, however. An existing conda installation may be used. The method described here allows for multiple entirely separate pipeline installations.
A POSIX-compatible shell (e.g. bash) is required for all
steps below. Python dependencies are taken directly from PyPI or
development repositories as needed, so conda's ability to install hybrid
conda/pip environments from a YAML specification is used. This requires
first downloading the specification file and then creating the
environment with it.
If conda is not available on the target system, it will need to be installed and configured before the delivery environment can be installed.
For detailed instructions of this step, please visit: https://conda.io/projects/conda/en/latest/user-guide/install/index.html
Miniforge3:
wget https://github.com/conda-forge/miniforge/releases/download/24.9.0-0/Miniforge3-24.9.0-0-Linux-x86_64.sh
bash Miniforge3-24.9.0-0-Linux-x86_64.sh
$HOME/Miniforge3/condabin/conda init
conda env create \
--file https://ssb.stsci.edu/stasis/releases/roman/ROMANDP-0.19.0+25Q3_B18/delivery/ROMANDP-0.19.0-1+25Q3_B18-py312-linux-x86_64.yml
conda activate ROMANDP-0.19.0-1+25Q3_B18-py312-linux-x86_64
Warning: The latest URL may provide
software different than what is presented by the release notes section
below!
conda env create \
--name ROMANDP-latest-py312 \
--file https://ssb.stsci.edu/stasis/releases/roman/ROMANDP-0.19.0+25Q3_B18/delivery/latest-py312-linux-x86_64.yml
conda activate ROMANDP-latest-py312
Each new delivery iteration will need to be installed using one of the above commands.
plwishmaster by @zacharyburnett in
https://github.com/spacetelescope/romancal/pull/1624requirements-sdp.txt by @zacharyburnett in https://github.com/spacetelescope/romancal/pull/1692pyarrow to explicit dependencies by @zacharyburnett
in https://github.com/spacetelescope/romancal/pull/1709add_model_hook by @braingram in
https://github.com/spacetelescope/romancal/pull/1663project.license.file ->
project.license-files by @zacharyburnett in https://github.com/spacetelescope/romancal/pull/1720SourceCatalogStep
by @braingram in https://github.com/spacetelescope/romancal/pull/1747patch_match ->
skycell.match by @zacharyburnett in https://github.com/spacetelescope/romancal/pull/1694meta.filename Hotfix by
@PaulHuwe in https://github.com/spacetelescope/romancal/pull/17570.19.0 by @zacharyburnett in https://github.com/spacetelescope/romancal/pull/1755Full Changelog: https://github.com/spacetelescope/romancal/compare/0.18.0...0.19.0