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
64c13398
Commit
64c13398
authored
17 years ago
by
Yves Gouriou
Browse files
Options
Downloads
Patches
Plain Diff
Le bouton QC est desactivé quand on clique sur les boutons ZOOM ou PAN.
J'ai complété le fichier TODOS
parent
e98dbc0b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
TODOS
+19
-0
19 additions, 0 deletions
TODOS
tsgqc_GUI.m
+15
-3
15 additions, 3 deletions
tsgqc_GUI.m
with
34 additions
and
3 deletions
TODOS
+
19
−
0
View file @
64c13398
...
...
@@ -5,3 +5,22 @@ $Id$
In tsg_plot_SalTsgSample:
section: % Plot sample measurements
plot SSPS_WS, SSPS_WS_DIF and SSPS_EXT, SSTP_EXT
14/01/2007:
-----------
Trace du trajet du navire :
- Tester le trace avec un navire traversant la
longitude 180° et lalongitude 0°
- Tester le trace pour un navire tour du monde
- La carte devrait etre ajustee au trace du navire.
Fichiers LABVIEW :
1 - Les fichiers LABVIEW enregistrent la conductivite RAW
et les frequences : penser a les sauvegarder dans le
fichier NetCdf.
2 - Que se passe-t-il en cas de valeurs manquantes dans les
fichiers LabView (codes avec des NaN)
Donnees Externes (colocalisation avec le trajet des navires)
1 - écrire la routine de lecture de ces fichiers et conserver
les données qui correspondent au trajet analysé
\ No newline at end of file
This diff is collapsed.
Click to expand it.
tsgqc_GUI.m
+
15
−
3
View file @
64c13398
...
...
@@ -568,7 +568,9 @@ tsg_initialisation(hMainFig, hQcCmenu)
zoomAdaptiveDateTicks
(
'off'
);
case
'off'
pan
off
set
(
hQCPushtool
,
'UserData'
,
'off'
);
% Desactivate the QC toggle button
% --------------------------------
set
(
hQCPushtool
,
'state'
,
'off'
);
zoom
on
zoomAdaptiveDateTicks
(
'on'
);
...
...
@@ -592,7 +594,9 @@ tsg_initialisation(hMainFig, hQcCmenu)
panAdaptiveDateTicks
(
'off'
);
case
'off'
zoom
off
set
(
hQCPushtool
,
'UserData'
,
'off'
);
% Desactivate the QC toggle button
% --------------------------------
set
(
hQCPushtool
,
'state'
,
'off'
);
pan
on
panAdaptiveDateTicks
(
'on'
);
...
...
@@ -629,10 +633,18 @@ tsg_initialisation(hMainFig, hQcCmenu)
% Activate right clic context menu on first axes (salinity)
% ---------------------------------------------------------
set
(
hPlotAxes
(
1
),
'UIContextMenu'
,
hQcCmenu
);
% Activate clic mouse menu on first axes (salinity)
% -------------------------------------------------
set
(
hPlotAxes
(
1
),
'ButtonDownFcn'
,
@
QC_ZoomCallback
);
% Try to make visible the context menu a the top of
% the figure. DOESN'T WORK
%oldUnits = get(hMainFig,'units' );
%set(hMainFig,'units', 'pixels');
%figPos = get(hMainFig,'Position');
%set(hQcCmenu, 'Visible', 'on', 'Position', [figPos(1) figPos(4)]);
%set(hMainFig,'units', oldUnits);
% change cursor to crosshai aspect
% --------------------------------
...
...
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