File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/libseabreeze/src/vendors/OceanOptics/features/spectrometer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ using namespace std;
5050/* This value should have been located in constants file for non-probable */
5151/* spectrometer characteristics, not buried here */
5252
53- const long FlameXSpectrometerFeature::INTEGRATION_TIME_MINIMUM = 1000 ;
54- const long FlameXSpectrometerFeature::INTEGRATION_TIME_MAXIMUM = 60000000 ;
55- const long FlameXSpectrometerFeature::INTEGRATION_TIME_INCREMENT = 1000 ;
53+ const long FlameXSpectrometerFeature::INTEGRATION_TIME_MINIMUM = 10 ;
54+ const long FlameXSpectrometerFeature::INTEGRATION_TIME_MAXIMUM = 10000000 ;
55+ const long FlameXSpectrometerFeature::INTEGRATION_TIME_INCREMENT = 1 ;
5656const long FlameXSpectrometerFeature::INTEGRATION_TIME_BASE = 1 ;
5757
5858FlameXSpectrometerFeature::FlameXSpectrometerFeature (IntrospectionFeature *introspection, FlameXFastBufferFeature *fastBuffer ) {
You can’t perform that action at this time.
0 commit comments