Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# TSG-QC is a software for interactive analysis and validation of underway SST / SSS (Sea Surface Temperature and Sea Surface Salinity) measurements from a SeaBird Thermosalinograph (TSG). It has been developed under Matlab.
## Installation
See file [INSTALL](https://git.outils-is.ird.fr/grelet/TSG-QC/INSTALL) in main tsgqc directory
or in french [INSTALL_FR](https://git.outils-is.ird.fr/grelet/TSG-QC/INSTALL_FR)
## Using tsgqc
Launch Matlab script tsgqc under you current directory.
## Documentation
Available, in
* French <http://www.ird.fr/us191/spip.php?article28>
* English <http://www.ird.fr/us191/spip.php?article63>
## Bugs
See file BUGS in main tsgqc directory
## GIT
The code is maintained with the revision control software git under:
<https://git.outils-is.ird.fr/grelet/TSG-QC>
You can get the last update in your local copy with the command:
> git clone https://git.outils-is.ird.fr/grelet/TSG-QC
and keep your working copy up-to-date with:
> git pull
If you try to modify code, never change or modify by hand the NetCDF descriptor file @netcdf_native/tsgqc_netcdf.csv
This file is obtained by a transformation of the Excel file tsgqc_netcdf.xls
with Matlab class dynaload running on Windows system.
For any changes, contact me by mail at Jacques.Grelet_at_ird.fr