Skip to content
Kris Stern edited this page May 15, 2020 · 7 revisions

Glue Solar

Last updated: 2020-05-13

Demos / Documentation

  • Screenshots plus detailed descriptions for the below

User Docs

  • Load a HMI and AIA file as maps, overplot with colormaps (#1)
  • Load IRIS lvl 2 raster + SJI data together (#2)
  • 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(derived)
  • Something something Stokes profiles?
  • Derived datasets under path, i.e. slit extraction for waves etc

"Developer" Docs

  • Add custom loader for a new file format / layout (i.e. IRIS level 2 raster)

Code to Write

  • Loaders:
    • NDData (maybe in glue core?)
    • NDCube (NDCube 2.0 with extra coords) (Leave it for now)
    • SST
    • IRIS
    • EIS
    • DKIST (asdf to core?)
  • Derived Datasets
    • UX / icon (for the pixel extraction tool) cleanup (#2 / #3)
    • 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)
  • Auto-linking (matching wavelength and time dimensions in larger cubes) (already works for Celestial dimensions) (#2)
  • 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

  • Auto-linking based on pixel-to-pixel transformation via WCS...
  • For derived datasets array indexing is used
  • Long form RTDs for the documentation
  • Worked a bit on custom glue-solar splash screen (https://github.com/glue-viz/glue/pull/2139)
Clone this wiki locally