X Tutup
The Wayback Machine - https://web.archive.org/web/20201029160824/https://github.com/OceanOptics/InLineAnalysis
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cfg
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

InLineAnalysis

InLineAnalysis provide a set of routine to process observations from scientific instrumentation collected under the way of research vessels. The code can be used to synchronize the stream of data from each instrument; separate the different periods of water going through the instruments (Filtered, Total, DIW); average the data every minute; and run manual and automatic quality check (QC); calibrate, adjust, and compute products from the raw data. The output can then be exported to SeaBASS format to share it with the community.

To date the following instruments are supported:

  • TSG
  • ACS
  • FLBBCD
  • BB3
  • WSCD
  • LISST
  • ALFA
  • PAR

The application is under continuous development, please use the GitHub Issues Tracker to signal any bug, or feature requests. The documentation is limited to this files and the comments in the code at this time.

Quick start

Installation

Set the matlab working folder to the InLineAnalysis folder:

cd ~/Documents/MATLAB/InLineAnalysis

Create the packages folder

mkdir packages

Download and add the packages below in the packages folder:

Install the JSONlab toolbox

Recommended Toolbox

  • Finance
  • Parallel

Configuration

For each project a new configuration file should be written. The configuration files are located in the cfg directory.

Run step by step

Adapt the main.m script to process your InLine data. To consolidate the dataset and export it, adapt the script Consolidate.m.

Code description

The application is accessed using the InLineAnalysis class. The Instrument class provide a common interface for each instrument. The lib folder contains the core of the application, most of those function can be used separately.

About

Process optical in-line data measured continuously on research vessel

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.
X Tutup