ThunderOptics / Primary-repo-for-Rover-X-Raman-System

Experimental software for the Mars rover RoverX.
MIT License
0 stars 0 forks source link

Acquisition time-How long the software collects the signal #9

Open ElvinaCherepovich opened 2 years ago

ElvinaCherepovich commented 2 years ago

As the user, I set the acquisition time, so during this time, the spectrometer acquires a signal (collect light)

Acceptance Criteria:

  1. Default parameter is 100ms.
  2. Each step increases or decreases the parameter to 100ms.
  3. Unit is ms (milliseconds) until it reaches 900ms.
  4. Unit is s (seconds) if the value is more than 900ms s (seconds).
  5. Parameters are from 100ms to 10s.
  6. Parameters can be scrolled with the mouse.

Considerations:

  1. This parameter defines how intense will be the detected signal.
  2. 1 s = 1000ms.
  3. Unit is ms (milliseconds) until it reaches 1000ms.
  4. Unit is s (seconds) if the value is more than 900ms s (seconds).
pm1606 commented 2 years ago

in progress

pm1606 commented 2 years ago

Done