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

Extending curves into IR range. #109

Open
iandobbie opened this issue Sep 2, 2022 · 3 comments
Open

Extending curves into IR range. #109

iandobbie opened this issue Sep 2, 2022 · 3 comments

Comments

@iandobbie
Copy link
Member

I have been trying to optomise a light sheet system for approx 800nm dyes. This produces 2 immediate problems.

  1. the graph range is fixed to a max of 300-800 nm. I think we need an ability to edit the min/max ranges on the display

  2. spectra with peaks in this range get gray colour which is dull and hard to differentiate curves. Maybe we need to wrap round to blue again above 700 or something?

@iandobbie
Copy link
Member Author

For question 2 above I have a suggested fix which mirrors the colours above 780 nm when the existing n code turns the curves gray.
In my jhu branch in commit 798f4f8

@iandobbie
Copy link
Member Author

I have code that added a plot range button and allows explicit setting of the plot display range as well as adding the colours for data peaking above 780 nm. It is based on my JHU branch which also has added filters, dyes and different setups.

This needs some more work:

  1. Better dialog to enter the min and max range

  2. A way to go back to the default

  3. some error checking so entering rubbish doesn't break things

@iandobbie
Copy link
Member Author

the plot range is also raised in issue #99 and #87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant