Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TSG QC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
US191
TSG QC
Commits
a4d15855
Commit
a4d15855
authored
6 years ago
by
jacques.grelet_ird.fr
Browse files
Options
Downloads
Patches
Plain Diff
provide a better help and usage
parent
eb52c738
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsgqc.m
+20
-12
20 additions, 12 deletions
tsgqc.m
with
20 additions
and
12 deletions
tsgqc.m
+
20
−
12
View file @
a4d15855
%%
function
tsgqc
(
varargin
)
%
TSGQC
:
Thermosalinograph
(
TSG
)
Quality
Control
software
%
TSGQC
Thermosalinograph
(
TSG
)
Quality
Control
software
%
TSGQC
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
.
%
%
$Id$
%
Usage
:
%
tsgqc
help
%
%
See
:
%
Documentation
:
http
://
www
.
ird
.
fr
/
us191
/
spip
.
php
?
article63
%
Source
code
:
https
://
git
.
outils
-
is
.
ird
.
fr
/
grelet
/
TSG
-
QC
%
%
Tips
:
%
To
get
and
check
tsg
structure
anywhere
during
debug
:
%
tsg
=
getappdata
(
findobj
(
'
Tag
',
'
TAG
_
TSG
-
QC
_
GUI
'
)
,
'
tsg
_
data
'
)
%%
COPYRIGHT
&
LICENSE
%
Copyright
2007
-
IRD
US191
,
all
rights
reserved
.
%
Copyright
2007
-
2018
-
IRD
US191
,
all
rights
reserved
.
%
%
This
file
is
part
of
tsgqc
.
%
...
...
@@ -23,14 +36,7 @@ function tsgqc( varargin )
%
You
should
have
received
a
copy
of
the
GNU
General
Public
License
%
along
with
Datagui
;
if
not
,
write
to
the
Free
Software
%
Foundation
,
Inc
.,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
USA
%
%%
DOCUMENTATION
%
see
:
http
://
www
.
ird
.
fr
/
us191
/
spip
.
php
?
article63
%
svn
:
https
://
svn
.
mpl
.
ird
.
fr
/
us191
/
tsg
-
qc
/
trunk
/
%
%%
TIPS
%
To
get
tsg
anywhere
during
debug
:
%
tsg
=
getappdata
(
findobj
(
'
Tag
',
'
TAG
_
TSG
-
QC
_
GUI
'
)
,
'
tsg
_
data
'
)
%%
Define
global
variables
for
VERSIONING
%
---------------------------------------
...
...
@@ -42,6 +48,8 @@ global DEBUGGING
%
version
number
,
may
be
used
to
initialize
some
files
when
it
change
%
0.90
x
->
1.0
RCx
%
if
you
modify
the
tsgqc
.
preference
structure
,
you
need
to
increment
%
or
modify
the
version
number
to
load
a
new
default
structure
%
-------------------------------------------------------------------
VERSION
=
1.485
;
%
->
1.44
CHAR
_
VERSION
=
'
1.48.5
RC5
';
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment