Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plot utility improvements/retrieving a subset of observations from AdlerPlanetoid #169

Open
jrob93 opened this issue Sep 24, 2024 · 1 comment · May be fixed by #183
Open

plot utility improvements/retrieving a subset of observations from AdlerPlanetoid #169

jrob93 opened this issue Sep 24, 2024 · 1 comment · May be fixed by #183

Comments

@jrob93
Copy link
Collaborator

jrob93 commented Sep 24, 2024

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.

@astronomerritt astronomerritt changed the title plot utility improvements plot utility improvements/retrieving a subset of observations from AdlerPlanetoid Oct 29, 2024
@astronomerritt
Copy link
Collaborator

astronomerritt commented 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.

I'm going to think about this!

@jrob93 jrob93 linked a pull request Nov 19, 2024 that will close this issue
5 tasks
@jrob93 jrob93 linked a pull request Nov 19, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants