Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
L1 pipeline
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
L1 pipeline
Commits
c92dfdc1
Commit
c92dfdc1
authored
2 years ago
by
Roberto Susino
Browse files
Options
Downloads
Patches
Plain Diff
Add patch to correct for missing SEQ_NUM keyword
parent
fe012c76
No related branches found
Branches containing commit
Tags
Version-3.1.2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
metis_l1_prep.pro
+13
-0
13 additions, 0 deletions
metis_l1_prep.pro
with
13 additions
and
0 deletions
metis_l1_prep.pro
+
13
−
0
View file @
c92dfdc1
...
...
@@ -331,6 +331,19 @@ pro metis_l1_prep
empty_params
=
!
null
if
datatype
eq
0
or
datatype
eq
3
or
datatype
eq
5
then
begin
;
patch
to
fix
the
lack
of
the
keyword
SEQ_NUM
pol_id
=
fxpar
(
primary_header
,
'POL_ID'
,
missing
=
0
)
if
pol_id
ge
1
and
pol_id
le
4
then
begin
seq_num
=
fxpar
(
primary_header
,
'SEQ_NUM'
,
missing
=
0
)
if
seq_num
eq
0
then
begin
obj_cnt
=
fxpar
(
primary_header
,
'OBJ_CNT'
)
n_pol
=
fxpar
(
primary_header
,
'N_POL'
,
missing
=
4
)
seq_num
=
((
obj_cnt
-
1
)
/
n_pol
+
1
)
fxaddpar
,
primary_header
,
'SEQ_NUM'
,
seq_num
,
before
=
'POL_ID'
endif
endif
;
NOTE
-
DACPOL
parameters
are
not
calibrated
since
a
calibration
curve
does
not
exist
in
the
IDB
.
Their
calibration
in
physical
units
(
e
.
g
.,
voltages
or
angles
)
should
be
done
later
...
...
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