//////////////////////////////////////////////////////////////// // // Copyright (c) 2024 MBARI // MBARI Proprietary Information. Confidential. All Rights Reserved // Unauthorized copying or distribution of this file via any medium is strictly // prohibited. // // WARNING - This file contains information whose export is restricted by the // Export Administration Act of 1979 (Title 50, U.S.C., App. 2401 et seq.), as // amended. Violations of these export laws are subject to severe civil and/or // criminal penalties. // //////////////////////////////////////////////////////////////// // // PURPOSE: This contains ScienceModule parameters for Opah. // // NOTES: All values (except "strings") must be followed by // a unit abbreviation (or one of the unit-like // abbreviations: n/a, bool, enum, count). // //////////////////////////////////////////////////////////////// CTD_NeilBrown.loadAtStartup = 0 bool; CTD_NeilBrown.simulateHardware = 0 bool; CTD_Seabird.loadAtStartup = 1 bool; CTD_Seabird.simulateHardware = 0 bool; ESPComponent.loadAtStartup = 0 bool; PAR_Licor.loadAtStartup = 0 bool; PAR_Licor.simulateHardware = 0 bool; PAR_Licor.serial = "UWQ8455"; PAR_Licor.darkCount = 900 count; PAR_Licor.adcCal = 5.90145e-6 uA/count; // = Vref/gain/ohms/ADCRange*1e6 uA/A ~= 2.5/101/2000/2^21*1e6 PAR_Licor.multiplier = 269.34 umol/s/m2/uA; // from calibration sheet RBRTridente.loadAtStartup = 1 bool; RBRTridente.simulateHardware = 0 bool; WetLabsBB2FL.loadAtStartup = 0 bool; WetLabsBB2FL.simulateHardware = 0 bool;