-
Notifications
You must be signed in to change notification settings - Fork 59
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
[HCS images] Ability to lock ranges of the channels #2528
Labels
goal/charlie 🐟
kind/enhancement
New feature or request
state/has-case
Issues that have test-cases
state/verify
Issues that are already addressed and require validation
sys/gui
Issues related to the web gui
Comments
NShaforostov
added
kind/enhancement
New feature or request
goal/charlie 🐟
sys/gui
Issues related to the web gui
labels
Feb 24, 2022
rodichenko
added a commit
that referenced
this issue
Mar 3, 2022
rodichenko
added a commit
that referenced
this issue
Mar 3, 2022
* GUI HCS Image: add lock channels control * [HCS images] Ability to lock ranges of the channels (#2528) Co-authored-by: Aleksandr Gorodetskii <gorod2004@gmail.com>
rodichenko
added a commit
that referenced
this issue
Mar 3, 2022
@sidoruka @NShaforostov Persist channels state option implemented (#2542) |
rodichenko
added
the
state/verify
Issues that are already addressed and require validation
label
Mar 3, 2022
@rodichenko |
rodichenko
added a commit
that referenced
this issue
Sep 13, 2022
… channels state (well view / fields view)
40915c3 should fix that |
Verified as fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
goal/charlie 🐟
kind/enhancement
New feature or request
state/has-case
Issues that have test-cases
state/verify
Issues that are already addressed and require validation
sys/gui
Issues related to the web gui
Background
Once the #2489 is implemented, users can preview HCS images, selecting plate, well, field, etc. to view.
Also, they can configure the contrast for any of the available channel of the image. Currently, value of the channel contrast range is being set automatically (autofluorescence regimen, for the best displaying). This happens every time when user select another field or another well, or something else. But in some cases, user may want to "lock" the selected contrast range for the channel - so that selecting another field will not change that range.
We should add such ability.
Approach
Add a new checkbox to the Settings panel of the preview pop-up, e.g.:
By click this checkbox, current shown ranges for each channel and their extreme values should be fixed:
channel1
boundaries were from 100 to 2000 and selected range from 150 to 370 - all these values should be applied for thechannel1
for any other selected fieldAnd when the user changes the field, for example, then channels contrast settings shall remain:
If user unticks the "Lock" checkbox - for the current shown field:
The text was updated successfully, but these errors were encountered: