Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Achim Morschhauser
OBS_MAT
Commits
0404cfc0
Commit
0404cfc0
authored
Jun 07, 2018
by
Achim Morschhauser
Browse files
Wrong inclination order in di_xls_converter GAN
parent
c0713154
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/write_DI_xls.m
View file @
0404cfc0
...
...
@@ -65,7 +65,7 @@ tmp{2}=DI.AZ.number;
% Theodolite type
tmp
{
3
}
=
'020'
;
% Units
tmp
{
4
}
=
'
DMS
'
;
tmp
{
4
}
=
'
dm
'
;
my_xlswrite
(
opsys
,
file_new
,
tmp
,
1
,
'E8'
);
clearvars
tmp
...
...
tools/20180525.xlsx
View file @
0404cfc0
No preview for this file type
tools/di_xls_converter_GAN.m
View file @
0404cfc0
...
...
@@ -154,7 +154,7 @@ for row=row_start:size(xls_in,1)
% Read in inclination measurement
fields
=
{
'
SU
'
'
ND
'
'NU'
'SD'
};
fields
=
{
'
ND
'
'
SU
'
'NU'
'SD'
};
try
for
i
=
0
:
numel
(
fields
)
-
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment