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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metis scientific pipeline
L1 pipeline
Commits
7a350071
Commit
7a350071
authored
2 years ago
by
Roberto Susino
Browse files
Options
Downloads
Patches
Plain Diff
Update planning info management
parent
5a485cee
Branches
Branches containing commit
Tags
Version-3.2.0
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
metis_l1_prep.pro
+10
-5
10 additions, 5 deletions
metis_l1_prep.pro
with
10 additions
and
5 deletions
metis_l1_prep.pro
+
10
−
5
View file @
7a350071
...
@@ -143,9 +143,14 @@ pro metis_l1_prep
...
@@ -143,9 +143,14 @@ pro metis_l1_prep
;
campaign
keywords
;
campaign
keywords
if
planning_data
.
obs_id
ne
'none'
then
begin
obs_id_fields
=
strsplit
(
planning_data
.
obs_id
,
'_'
,
/
extract
)
obs_id_fields
=
strsplit
(
planning_data
.
obs_id
,
'_'
,
/
extract
)
soop_type
=
obs_id_fields
[
2
]
if
obs_id_fields
[
2
]
eq
'000'
then
sooptype
=
'none'
else
sooptype
=
obs_id_fields
[
2
]
obs_type
=
obs_id_fields
[
4
]
if
obs_id_fields
[
4
]
eq
'000'
then
obs_type
=
'none'
else
obs_type
=
obs_id_fields
[
4
]
endif
else
begin
sooptype
=
'none'
obs_type
=
'none'
endelse
;
build
the
fits
file
extensions
;
build
the
fits
file
extensions
...
@@ -323,7 +328,7 @@ pro metis_l1_prep
...
@@ -323,7 +328,7 @@ pro metis_l1_prep
fxaddpar
,
primary_header
,
'NSUMEXP'
,
nsumexp
,
'number of detector readouts summed together'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'NSUMEXP'
,
nsumexp
,
'number of detector readouts summed together'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'TELAPSE'
,
telapse
,
'[s] elapsed time during observation'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'TELAPSE'
,
telapse
,
'[s] elapsed time during observation'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'SOOPNAME'
,
planning_data
.
soop_name
,
'name of the SOOP that the data belong to'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'SOOPNAME'
,
planning_data
.
soop_name
,
'name of the SOOP that the data belong to'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'SOOPTYPE'
,
soop
_
type
,
'campaign ID(s) that the data belong to'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'SOOPTYPE'
,
sooptype
,
'campaign ID(s) that the data belong to'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'OBS_ID'
,
planning_data
.
obs_id
,
'unique ID of the individual observation'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'OBS_ID'
,
planning_data
.
obs_id
,
'unique ID of the individual observation'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'TARGET'
,
'TBD'
,
'type of target from planning'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'TARGET'
,
'TBD'
,
'type of target from planning'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'BSCALE'
,
1
,
'ratio of physical to array value at 0 offset'
,
before
=
'DATAMIN'
fxaddpar
,
primary_header
,
'BSCALE'
,
1
,
'ratio of physical to array value at 0 offset'
,
before
=
'DATAMIN'
...
...
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