Skip to content
Kris Stern edited this page Sep 10, 2020 · 7 revisions

Glue Solar

Last updated: 2020-09-11

Demos / Documentation

  • Screenshots plus detailed descriptions for the below

User Docs

  • Load a HMI and AIA file as maps, overplot with colormaps (#1) (Completed, see: https://github.com/glue-viz/glue-solar/pull/17)
  • Load IRIS lvl 2 raster + SJI data together (#2) (Completed, see: https://github.com/glue-viz/glue-solar/pull/18)
  • Spectra under mouse position (via derived datasets, explain the difference) (3D only) (#3)
  • 3 viewers of same 4D dataset: image (space), image (wave, time), 1D profile (wave) (#4)
  • Under mouse cursor > 3D, wave / time 2D plot & 1D profile plot (for derived datasets)
  • Something something Stokes profiles?
  • Derived datasets under path, i.e. slit extraction for waves etc. (Will need discussion with Tom)

"Developer" Docs

Code to Write

  • Loaders:
  • Derived Datasets
    • UX / icon (for the pixel extraction tool) cleanup (#2 / #3) (Will need to design a fresh-looking icon that would set it apart schematically speaking from the rest of the icons.)
    • WCS info for derived datasets (i.e. raster + SJI time linking) (#2)
    • Path extraction for derived datasets
  • Modify 1D profile viewer to provide sliders for extra dimensions (core) (currently collapses) (In the works, see: https://github.com/glue-viz/glue/pull/2167)
  • Auto-linking (matching wavelength and time dimensions in larger cubes) (already works for Celestial dimensions) (#2) (Completed, see: https://github.com/glue-viz/glue/pull/2161)
  • Enable image / Movie exports, both with axes and without axes via matplotlib
  • Add support for pre-computed statistics in datasets / viewers. (https://github.com/glue-viz/glue/issues/2133)

Notes