Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
L2 pipelines
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metis scientific pipeline
L2 pipelines
Commits
60040876
Commit
60040876
authored
3 years ago
by
Roberto Susino
Browse files
Options
Downloads
Patches
Plain Diff
Manage new header version for Metis OBSW 2.2.0
parent
342b1454
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
metis_l2_prep_vl_polariz.pro
+12
-6
12 additions, 6 deletions
metis_l2_prep_vl_polariz.pro
with
12 additions
and
6 deletions
metis_l2_prep_vl_polariz.pro
+
12
−
6
View file @
60040876
...
...
@@ -181,12 +181,18 @@ pro metis_l2_prep_vl_polariz
;
check
the
polarization
state
of
the
image
and
select
the
corresponding
dacpol
value
if
fix
(
data_header
[
j
].
hdr_vers
)
le
4
then
begin
case
data_header
[
j
].
pol_id
of
1
:
dacpol
=
data_header
[
j
].
dac1pol1
2
:
dacpol
=
data_header
[
j
].
dac1pol2
3
:
dacpol
=
data_header
[
j
].
dac1pol3
4
:
dacpol
=
data_header
[
j
].
dac1pol4
endcase
endif
if
fix
(
data_header
[
j
].
hdr_vers
)
ge
5
then
begin
dacpol
=
data_header
[
j
].
dac1pol1
endif
;
select
the
correct
demodulation
tensor
element
based
on
effective
angle
and
stokes
paramater
...
...
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