-
Notifications
You must be signed in to change notification settings - Fork 31
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
Plotting updates #72
Plotting updates #72
Conversation
I also found an issue with I can either change it so there’s only 1 function that gets the
However, this second method does assume that there is no overlap in the argument names for the 2 functions (which appears true for now, may not be in the future). Which method would you prefer to use to fix this issue? Do you think the |
Thanks for spotting this. I think |
PR looks good to me, I just would like the tests to pass before approving. |
It looks like this warning doesn't have anything to do with my changes since it's also present in my master branch. But I'll look into what's causing it. |
…in test_projection.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing the pytest warning more elegantly than I would have done.
I am not sure I actually understand how that fixture works now, but I'll look into this at a later time.
These plotting updates come from problems found while investigating issues #1 and #71.
A summary of the changes made:
NotImplementedError
forsiaf.py
plot_detector_channels()
aperture.py
andsiaf.py
plot_detector_channels()
plot_all_apertures()
showchannels
argument todetector_channels
in order to matchplot_main_apertures()
siaf.py
andaperture.py
plot()
methodssiaf.py plot()
docstring to have frame examples in lowercase since that's what the argument expects.