Skip to content

pyAMPP v1.0.2

Choose a tag to compare

@Gelu-Nita Gelu-Nita released this 04 Jun 20:02
· 7 commits to main since this release
084b64e

Release focus

  • Shared FITS reference-map import for gx-fov2box and viewer tools
  • External AIA/EOVSA context maps via --refmaps-path
  • DRMS downloader and runtime stage-normalization fixes

Highlights

  • Added pyampp.io.refmaps for FITS discovery, model-time alignment from base/index, and HDF5 refmaps/ embedding (AIA, EOVSA, and generic user-supplied maps).
  • Wired --refmaps-path through gx-fov2box, the GUI (directory picker), and gxbox-view2d (file or directory for interactive selector context).
  • JSOC cache scans import only recognized context products (generic=False); explicit --refmaps-path directories use generic fallback ids.
  • Vert_current reference maps now use build_refmap_payload_for_model for WCS serialization and model-FOV alignment like other Earth line-of-sight maps.
  • Fixed DRMS downloads to retain returned AIA context FITS paths when the final cache verification pass does not list them yet.
  • Fixed runtime stage normalization to preserve internal 3D axis order while still injecting geometry_contract metadata.

Install

pip install -U pyampp==1.0.2

Full changelog: CHANGELOG.rst (see the 1.0.2 section).

Merged in PR #45.