diff --git a/othersoft/calibration_console/Source_Files/library.cpp b/othersoft/calibration_console/Source_Files/library.cpp index 3386b35..45173d6 100644 --- a/othersoft/calibration_console/Source_Files/library.cpp +++ b/othersoft/calibration_console/Source_Files/library.cpp @@ -468,7 +468,7 @@ int OceanOptics_lib::GetDeviceAttribute(DeviceAttribute &Attr) long minimum_time; minimum_time = seabreeze_get_min_integration_time_microsec(m_iSpectralmeterHandle, &error); - Attr.iMinIntegrationTimeInMS = minimum_time; + Attr.iMinIntegrationTimeInMS = minimum_time/1000; Attr.iMaxIntegrationTimeInMS = 60000; if (spec_length > 0) {