jkanner / pe-viewer

A web app to make plots of posterior samples, skymaps, and waveforms for gravitational wave events.
1 stars 3 forks source link

Use streamlit state to preserve PE data #11

Closed jkanner closed 1 year ago

jkanner commented 1 year ago

Store the 2 main data variables as streamlit state objects, and only update when changing the list of events.

jkanner commented 1 year ago

I'm working on this in PR #14

jkanner commented 1 year ago

Seems to be working now!