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

Create new stamp plotting class #259

Merged
merged 1 commit into from
Mar 7, 2023
Merged

Create new stamp plotting class #259

merged 1 commit into from
Mar 7, 2023

Conversation

jeremykubica
Copy link
Contributor

This is the first PR in breaking up the functionality in create_stamps.py. This PR creates a new ResultsVisualizer class and updates kbmod_analysis_demo.ipynb to use that instead of create_stamps.py.

We also move create_stamps.py back into the analysis directory to keep the top level directory cleaner.

@jeremykubica jeremykubica requested a review from maxwest-uw March 7, 2023 18:04
Copy link
Collaborator

@maxwest-uw maxwest-uw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, the only thing that seems kind of weird to me is that you have imshow being called in plot_single_stamp, even when it's being called multiple times like in plot_stamps (which in my mind should create multiple different plot images) but mpl has a lot of magic going on under the hood and it seems like it works fine in the notebook so 🤷‍♀️

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 this pull request may close these issues.

2 participants