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
6385ce7d
Commit
6385ce7d
authored
16 years ago
by
jacques.grelet_ird.fr
Browse files
Options
Downloads
Patches
Plain Diff
modify header and translate in english
add $Id$ propset
parent
03aac8c6
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
tsg_io/readTsgDataLabview.m
+15
-14
15 additions, 14 deletions
tsg_io/readTsgDataLabview.m
with
15 additions
and
14 deletions
tsg_io/readTsgDataLabview.m
+
15
−
14
View file @
6385ce7d
function
[
error
]
=
readTsgDataLabview
(
hMainFig
,
filename
)
%
% Fonction de lecture des fichiers TSG issus du programme
% d'acquisition LabView XXX
function
[
error
]
=
readTsgDataLabview
(
hMainFig
,
filename
)
% readTsgDataLabview( hMainFig, filename )
% This function read TSG files from acquisition software LabView
%
% [error] = rdtsglabview( Fichier )
% Usage:
% [error] = readTsgDataLabview( hMainFig, filename )
%
% Input
% hMainFig ...........
.
Hand
e
l to the main user interface
% Input
:
% hMainFig ........... Handl
e
to the main user interface
% filename ........... Data filename
%
% Output
% Output
:
% error .............. 1 : OK
% 0 : Selection canceled
% -1 : an error occured
%
%
Liste des intitules des colonnes dans les entetes des fichiers Labview
:
%
Description of columns from Labview files header
:
% Date
% Pc Date - RMC_Date - ZDA_Date
%
Heur
e
%
Tim
e
% Pc Time - RMC_Time - ZDA_Time - GLL_Time
% Position
% RMC_Latmn - RMC_Lonmn - RMC_Latdec - RMC_Londec -
% GGA_Latdec - GGA_Londec - GLL_Latdec - GLL_Londec
% Mesure
s
% Me
a
sure
ment
% SBE21_Temp1 - SBE21_Sal - SBE21_Cond - SBE21_Raw
%
Vitesse et cap
%
Heading speed and direction
% RMC_Sog - RMC_Cog - 3026L_Cog - 3026L_Sog
%
Autre
%
Miscellaneous
% RMC_Status - GGA_Hog - VTG True Track - T - Magn Track - M -
% Ground spd- N - Ground Spd - K - dd - tete - ttt
%
% $Id$
% Get the data from the application GUI
% -------------------------------------
...
...
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