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
8b56607f
Commit
8b56607f
authored
Jul 19, 2018
by
Jürgen Matzka
Browse files
'datei-reparaturen'
parent
06bfc6ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
calculate_baselines_environment.m
View file @
8b56607f
...
...
@@ -129,7 +129,7 @@ arg_parsed = get_cmd_par(arg_specs,parfile,varargin);
ppmsource
=
'c'
;
path1
=
arg_parsed
.
path
;
station
=
arg_parsed
.
station
(
1
,
1
:
4
);
station
=
arg_parsed
.
station
(
1
,
1
:
5
);
tempsource
=
arg_parsed
.
tempsource
;
temp_correct
=
arg_parsed
.
temp_correct
;
...
...
lib/calculate_baselines.m
View file @
8b56607f
...
...
@@ -1194,6 +1194,22 @@ if exist(DI_file, 'file') == 2;
elseif
pillar_nr
==
3
% Hauptpfeiler in Neuwingst
display
(
'Neuwingst Hauptpfeiler'
)
deltaI
=
0.0000
+
0.0000
;
deltaD
=
0.0000
+
0.0000
;
deltappm
=
0.0
% muss noch angepasst weden!!!!!!!!!!!!!!
if
mire_nr
==
1
display
(
'Neuwingst Haupt-Mire'
)
mire_azim
=
0.0
%gon, noch anpassen!!!!!!!!!!!!!!!!!!!
elseif
mire_nr
==
2
display
(
'Neuwingst Variometer-Haube-Mire'
)
mire_azim
=
20.0
%gon, noch anpassen!!!!!!!!!!!!!!!!!!!
elseif
mire_nr
==
3
display
(
'Neuwingst Elektronikhuette-Mire'
)
mire_azim
=
200.0
%gon, noch anpassen!!!!!!!!!!!!!!!!!!!
else
error
(
'This mire doesnt exist'
)
end
% Mire
elseif
pillar_nr
==
8
% NUR F�R TESTBETRIEB IN NIEMEGK
...
...
@@ -1220,6 +1236,7 @@ if exist(DI_file, 'file') == 2;
end
%Pillar number
end
% station WNG5
if
strcmp
(
station
(
1
:
4
),
'WNG0'
)
||
strcmp
(
station
(
1
:
4
),
'WNG1'
)
...
...
...
ppmsec2cdf.m
View file @
8b56607f
...
...
@@ -278,9 +278,9 @@ MakeTromsoFile = arg_parsed.MakeTromsoFile;
online
=
arg_parsed
.
online
;
if
online
==
0
tmp
=
datevec
(
datenum
(
arg_parsed
.
start
tim
e
,
'yyyy-mm-dd'
));
tmp
=
datevec
(
datenum
(
arg_parsed
.
start
dat
e
,
'yyyy-mm-dd'
));
startdate
=
jd2000
(
tmp
(
1
),
tmp
(
2
),
tmp
(
3
));
% ONLY for ascii data from SSS-folder
tmp
=
datevec
(
datenum
(
arg_parsed
.
stop
tim
e
,
'yyyy-mm-dd'
));
tmp
=
datevec
(
datenum
(
arg_parsed
.
stop
dat
e
,
'yyyy-mm-dd'
));
enddate
=
jd2000
(
tmp
(
1
),
tmp
(
2
),
tmp
(
3
));
% ONLY for ascii data from
% SSS-folder
else
...
...
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