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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metis scientific pipeline
L2 pipelines
Commits
7e3d55ed
Commit
7e3d55ed
authored
3 years ago
by
Roberto Susino
Browse files
Options
Downloads
Patches
Plain Diff
Add MSB value in history for polarimetric images
parent
6f7b26a0
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_rad_cal.pro
+4
-0
4 additions, 0 deletions
metis_rad_cal.pro
with
4 additions
and
0 deletions
metis_rad_cal.pro
+
4
−
0
View file @
7e3d55ed
...
@@ -96,6 +96,10 @@ function metis_rad_cal, data, header, cal_pack, polarimetric = polarimetric, nor
...
@@ -96,6 +96,10 @@ function metis_rad_cal, data, header, cal_pack, polarimetric = polarimetric, nor
if
isa
(
error
)
then
error
+=
cal_error
^
2
if
isa
(
error
)
then
error
+=
cal_error
^
2
if
header
.
filter
.
contains
(
'VL'
,
/
fold
)
then
begin
history
=
[
history
,
' 1 MSB = '
+
string
(
unit_factor
,
format
=
'(E8.2)'
)
+
' ph/cm2/s/sr'
]
endif
if
header
.
filter
.
contains
(
'UV'
,
/
fold
)
then
begin
if
header
.
filter
.
contains
(
'UV'
,
/
fold
)
then
begin
;
efficiency
correction
;
efficiency
correction
...
...
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