You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to optomise a light sheet system for approx 800nm dyes. This produces 2 immediate problems.
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
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?
The text was updated successfully, but these errors were encountered:
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
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:
Better dialog to enter the min and max range
A way to go back to the default
some error checking so entering rubbish doesn't break things
I have been trying to optomise a light sheet system for approx 800nm dyes. This produces 2 immediate problems.
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
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?
The text was updated successfully, but these errors were encountered: