KCollins / magplots

A python library to pull data and make plots from ground magnetometers. Emphasis on plots for comparing magnetometers at conjugate points.
MIT License
0 stars 1 forks source link

magspect code that works when is_verbose=False #19

Open aidanmontare-fed opened 1 month ago

aidanmontare-fed commented 1 month ago

This currently achieves the same plot result as is_verbose=True, so it isn't that useful.

Making it useful would I think mean getting a sharper picture for the magnetometers with higher sampling rates. To do this, we'd need to set different nperseg and noverlap, I think?

also some more debugging text under is_verbose