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

updated how app gets data #9

Closed jkanner closed 1 year ago

jkanner commented 1 year ago

Attempting to have less calls to load data, by storing the data in a dictionary. Not clear if this really speeds up performance, but it seems cleaner than calling the same method repeatedly.