You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're now starting to build proper timing solutions for ULPs, which means measuring pulse ToAs. This package is commonly used for doing this sort of work, but right now only supports plotting lightcurves/dynamic spectra with time relative to the observation start. This is quite annoying, because it means having to go back and figure out the observation start time.
It would be preferable to have a switch that allows users to plot absolute times (e.g. either MJD or ISOT).
We're now starting to build proper timing solutions for ULPs, which means measuring pulse ToAs. This package is commonly used for doing this sort of work, but right now only supports plotting lightcurves/dynamic spectra with time relative to the observation start. This is quite annoying, because it means having to go back and figure out the observation start time.
It would be preferable to have a switch that allows users to plot absolute times (e.g. either MJD or ISOT).
I've started working on a PR that would do this, but it relies on astropy's
time_support
(https://docs.astropy.org/en/stable/visualization/matplotlib_integration.html#plotting-times). Unfortunately, as far as I can tell, this breaks when trying to useplt.imshow()
andplt.errorbar()
. I've raised an issue for that: astropy/astropy#17152The text was updated successfully, but these errors were encountered: