-
Notifications
You must be signed in to change notification settings - Fork 22
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
DM-49333: Allow PropertySet to be passed to afw display #769
Conversation
|
||
# Now WcsB, so that pixel (0,0) is correctly labelled (but ignoring XY0) | ||
# Ignored by writeFits below | ||
_add_wcs("B", ps) |
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.
Consensus is that I'm going to drop this.
else: | ||
raise TypeError(f"Unsupported type {data!r}") | ||
|
||
def mtv(self, data, title="", wcs=None): | ||
def mtv(self, data, title="", wcs=None, metadata=None): | ||
"""Display an image on a display, with semi-transparent masks | ||
overlaid, if available. | ||
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.
It's somewhat separate from this ticket, but it would be good to at least point to image
in the docstring so one would know where to go and look up the parameters for mtv
.
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.
Looks great after the cleanup and with the tests!
Also support native subprocess.Popen
No description provided.