-
Notifications
You must be signed in to change notification settings - Fork 443
adds RGB image ability to declarative #2469
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
Conversation
|
Would it be better to avoid the flag and instead just allow 3D + last dimension size 3 or 4? |
|
Okay, I think I have a way to allow the 3D data without need of an extra attribute, which would be an extra pain. I think I modified the test that should cover the new behavior, but we'll see. |
52ba53c to
e0d9b09
Compare
dopplershift
left a comment
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.
Really just kicking back because of the error message change, but found a few other minor tweaks...
e0d9b09 to
4d90e63
Compare
4d90e63 to
2064648
Compare
|
🏁 Successfully backported as #2569. 🏁 |
Description Of Changes
This PR adds a new attribute to the declarative syntax to indicate the plotting of an RGB image through a boolean setting. This preserves the check for 2D for all data, adds new check for if
rgb_imageis set toTrueand check to ensure it is 3D.Open to suggestions on naming and description of attribute.
Checklist