Skip to content

Releases: OceanOptics/Inlinino

v2.9.13

30 Jul 18:41
Compare
Choose a tag to compare

Automated Release created on: 2024-07-30 18:28:46

Changes

  • Improve error message if aquasense module is missing

Bug Fixes

  • Downgrade macos runner to 13, as 14 is only compatible with M* processors
  • Solved HyperNav Analysis tab not showing in version bundled with GitHub Workflow
  • Update dependencies for compatibility with latest GitHub Workflow and security fixes
  • Include fix from hypernav update solving invalid sun zenith angle issue during calibration

v2.9.12

06 Mar 23:42
Compare
Choose a tag to compare

Automated Release created on: 2024-03-06 23:34:33

Changes

  • Change warning to critical alert if low flow rate (for OnTrak)
  • Keep critical status if low flow rate alarm was triggered (for OnTrak), requires to close and re-open connection of instrument to reset status.
  • Change default ip for socket connection (related to use on Tara)

Bug Fixes

  • Fix issue preventing to use equations in DataQ
  • Fix analog channels not loaded with ADU100

v2.9.11

05 Feb 15:50
Compare
Choose a tag to compare

Automated Release created on: 2024-02-05 15:31:33

New Features

  • Add support for Sequoia's three-way switch (use two relays on Ontrak ADU)
  • Add status (e.g. Ok, Warning, Critical) for flow rate with Ontrak systems

v2.9.10

10 Jan 01:49
Compare
Choose a tag to compare

Automated Release created on: 2024-01-10 01:34:30

New Features

  • Support for HOBI Labs HydroScat-6, thanks to @davidbenncsiro !
  • Add HyperNav wavelength registration, calibration, and calibration history widgets to analyze data
  • Add option to display calibrated or raw data for HyperNav
  • Add alarm if flow rate is too low (use OnTrak module)

Changes

  • Automatically bundle & release the application with GitHub Actions

Bug Fixes

  • Fix HyperNav cal command
  • Fix Flow Control and Pump Control Widgets showing at the same time

v2.9.5

05 Sep 13:46
Compare
Choose a tag to compare

New Features

  • Added analysis method to compare HyperNav calibrations
  • Added feature to HyperBB to record computed beta and bb in product file
  • Added support for ADU208

Updated Documentation:

  • Updated doc to comply with read the docs
  • Cleaned and updated documentation

v2.9.3

09 Aug 20:44
Compare
Choose a tag to compare

New features:

  • Added Sea-Bird Scientific HyperNav instrument with several new modules to:
    • Control HyperNav with buttons or the Serial Monitor
    • Download data from the internal memory
    • Added widget for HyperNav calibration, wavelength registration, and spectrometer and board evaluation (only available if hypernav package is installed)
  • Added Apogee Instruments SQ-522 and support for the ModBus protocol
  • Updated OnTrack module to enable control of pump based on schedule and fixed bugs
  • Tested Inlinino on Ubuntu 22.0 successfully

This update includes refactoring of the GUI to make widgets flexible and modular. Hence, all instruments and most of the code had to be updated.

v2.8.3

11 Dec 17:34
Compare
Choose a tag to compare

Updated user interface:

  • Added support for Ontrak ADU200
  • Updated user interface of Ontrak to handle two use cases for the relay: Switch (Filtered/Total) and Pump (On/Off)
  • Socket connection window remembers last connection setttings

Bugs fixed:

  • Added support for libusb and aduhid dll to improve compatibility of Ontrack ADU on different platform
  • Update main UI after updating setup (several labels were not updated)
  • Changed behavior of relay interval mode for increased reliability
  • Disable logging of errors parsing NMEA frames with pynmea as tended to overfill logs and data was logged in raw anyways

v2.8.2

01 Aug 02:45
Compare
Choose a tag to compare

Updated user interface:

  • Save serial configuration for next connection

Bugs Fixed:

  • Variable Precision check for generic instruments
  • DataQ instrument crashing due to incompatible legacy configuration
  • Configuration overwritten if multiple instanced of Inlinino are open

v2.8.1

19 Apr 21:05
Compare
Choose a tag to compare

Added support for:

  • NMEA over UDP
  • Sequoia HyperBB
  • Satlantic Suna V1 & V2
  • Satlantic Instruments (tested with HyperNAV)
  • Ontrak Control Systems ADU100
  • Support up to 8 channels (4 previously) on DATAQ devices

Updated user interface:

  • Consolidated user interface into unique window
  • Added button to clear plots
  • Added search field to easily find channels when selecting some to plots for multi-channel instruments (e.g. ACS, HyperNAV, LISST, HyperBB)
  • Added sidebar on the right for Satlantic instruments
  • Added name of port connected to on window title
  • Sequoia LISST display calibrated spectrum

Added requirements.txt to simplify installation.

v2.5

29 Apr 20:07
Compare
Choose a tag to compare

Added support for:

  • NMEA over serial (example of configuration for: N/O Tara and R/V Discovery)
  • Specific output of certain Sea-Bird TSG (example of configuration for N/O Tara)

Updated user interface:

  • Set baudrate and typical parameters for serial connection
  • Added alarm if serial connection is lost or no data received during a minute.

Updated pyqt5 and pyqtgraph modules.
Ready for the EXPORTS North Atlantic experiment.