Skip to content

Commit

Permalink
Corrected integration time values for the OceanFX
Browse files Browse the repository at this point in the history
  • Loading branch information
padalev committed Feb 26, 2024
1 parent 27f482d commit de826ad
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ using namespace std;
/* This value should have been located in constants file for non-probable */
/* spectrometer characteristics, not buried here */

const long FlameXSpectrometerFeature::INTEGRATION_TIME_MINIMUM = 1000;
const long FlameXSpectrometerFeature::INTEGRATION_TIME_MAXIMUM = 60000000;
const long FlameXSpectrometerFeature::INTEGRATION_TIME_INCREMENT = 1000;
const long FlameXSpectrometerFeature::INTEGRATION_TIME_MINIMUM = 10;
const long FlameXSpectrometerFeature::INTEGRATION_TIME_MAXIMUM = 10000000;
const long FlameXSpectrometerFeature::INTEGRATION_TIME_INCREMENT = 1;
const long FlameXSpectrometerFeature::INTEGRATION_TIME_BASE = 1;

FlameXSpectrometerFeature::FlameXSpectrometerFeature(IntrospectionFeature *introspection, FlameXFastBufferFeature *fastBuffer ) {
Expand Down

0 comments on commit de826ad

Please sign in to comment.