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
plot_errorbar currently accepts planetoid and all its observations. We need a way to plot only a subset of observations. E.g. in a plot of reduced mag vs mjd we may want to plot only a single observation.
Maybe just change planetoid before it is passed to plot_errorbar.
The text was updated successfully, but these errors were encountered:
astronomerritt
changed the title
plot utility improvements
plot utility improvements/retrieving a subset of observations from AdlerPlanetoid
Oct 29, 2024
Potentially need a method like AdlerPlanetoid.subset() to allow easy subsetting/filtering of data, exclude observations above a certain uncertainty, etc.
Or possibly a method which outputs an Observations object as a DataFrame so filtering can be done that way? science_utilities.py has a get_df_obs_filt() function.
plot_errorbar
currently accepts planetoid and all its observations. We need a way to plot only a subset of observations. E.g. in a plot of reduced mag vs mjd we may want to plot only a single observation.Maybe just change planetoid before it is passed to
plot_errorbar
.The text was updated successfully, but these errors were encountered: