Skip to content

Releases: TESTgroup-BNL/MoDaCS

2hot2moss

13 Apr 15:40
7f6de3f
Compare
Choose a tag to compare

Add improvements from 2019 field season through 2022.

Key additions:

  • Post processing framework
  • App event framework
  • UI improvements
  • Built in NPT server
  • Several new instruments (ublox GPS, gremsy gimbal, gphoto2 camera control)
  • Bug fixes
  • Significant reliability improvements

Instrument specific, usb2000-pair:

  • Fixes calculation and recalculation bugs
  • Adds auto integration time ranging
  • Improves plots
  • Adds plot previews in post processing (included in KMLs)

Known Issues:

  • After long runs with rapid sampling, shutdown timeout may not be long enough to fully reassemble JSON file fields
  • Gremsy API is somewhat unreliable and can require gimbal to be power cycled
  • Post processing has some redundant operations in order to maintain generality

pre-release-1

22 Feb 13:37
3329046
Compare
Choose a tag to compare
pre-release-1 Pre-release
Pre-release

Pre-release to sync with Zenodo

Custom Mashed Potatoes

13 Nov 23:37
7c35814
Compare
Choose a tag to compare

Includes development during the 2018 field season and leading up to 2019 deployment. Major improvements in stability, functionality and resource usage.


Known Issues:

  • Displaying records from the current session (when still actively collecting data) does not work reliably from a remote client
  • Some commands are hard-coded and specific to a Raspbian/Debian platform
  • "pixhawk" instrument module works inconsistently due to issues with the "dronekit" module
  • Certain UI elements don't work properly after resetting some instruments (depending on how they're initialized)
  • Running multiple clients with one server may interfere with SFTP transfer synchronization
  • Hooks have been added to event_handlers for initialization/shutdown functions (like SFTP and status_led) but have not been fully implemented

Green Cream

01 Feb 03:21
f076f00
Compare
Choose a tag to compare

Initial release of MoDaCS. This is the finalized version of what was used for development and data collection during the summer of 2017. It remains backwards compatible with the data formats/structures used from then on.


Known Issues:

  • Displaying records from the current session (when still actively collecting data) does not work reliably from a remote client
  • Some commands are hard-coded and specific to a Raspbian/Debian platform
  • "pixhawk" instrument module works inconsistently due to issues with the "dronekit" module
  • Certain UI elements don't work properly after resetting some instruments (depending on how they're initialized)
  • Running multiple clients with one server may interfere with SFTP transfer synchronization
  • Process sometimes hangs on shutdown after stopping all threads and closing Qt application window