-
Notifications
You must be signed in to change notification settings - Fork 6
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
WavelengthSlider: support UV and IR wavelengths #211
Comments
MOTHA also needs to decorate the spectrum (slider track) with vertical lines that denote the absorption wavelengths. Here's what that looks like in the Java version. Note the vertical black lines at the left end of the spectrum. But before implementing that, we should verify that these lines are effective. Imo, they are difficult to see and use, so they might be revisited as part of the sim refresh (see phetsims/models-of-the-hydrogen-atom#1). |
In Java, |
This issue is very low priority, since I'm unlikely to get to MOTHA development until Fall 2016. Unassigning until then. |
Well, it's MOTHA time, so I guess I'll need to do this. Self assigning. |
Consider renaming If renamed, it would also make sense to move this to the "Components" screen in scenery-phet demo. |
In order to add support for UV and IR wavelengths to WavelengthSlider, we'll need to add this support to SpectrumNode, which renders the slider track. See Java implementation at edu.colorado.phet.common.phetcommon.view.util.SpectrumImageFactory. |
Deferred until work resumes on MOTHA, probably sometime in early 2017. |
MOTHA keeps getting pushed out into the future, currently looking like late Summer or Fall 2017 before work resumes on it. So I'm going to unassign this issue until then. |
Please see related work on WavelengthSlider in #371 (comment), particularly this comment:
I introduced a new type |
Un-deferring and self assigning. This is needed for MOTHA, which has resume development. Labeling this as a proposed "epic" for Q3 2022. |
MOTHA is on hold indefinitely, so this issue is no longer a priority. Unassigning until MOTHA is scheduled. |
In models-of-the-hydrogen-atom (MOTHA), we need a wavelength slider that supports UV wavelengths. It looks like this in the Java version:
PhET has
scenery-phet.WavelengthSlider
, but it only supports visible wavelengths. It looks like this:Is a need for IR wavelengths anticipated in any upcoming or future sims?
We could either enhance
WavelengthSlider
(preferred) or create something new.The text was updated successfully, but these errors were encountered: