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
95ac0fb6
Commit
95ac0fb6
authored
3 years ago
by
Roberto Susino
Browse files
Options
Downloads
Patches
Plain Diff
Add Metis specific WCS keywords
parent
78408cb0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
metis_wcs.pro
+32
-0
32 additions, 0 deletions
metis_wcs.pro
with
32 additions
and
0 deletions
metis_wcs.pro
+
32
−
0
View file @
95ac0fb6
...
@@ -177,6 +177,14 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector
...
@@ -177,6 +177,14 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector
name: '
SUN_YCEN
', $
name: '
SUN_YCEN
', $
value: sunpix[1], $
value: sunpix[1], $
comment: '
[
pixel
]
Sun
center
location
along
axis
2
'}
comment: '
[
pixel
]
Sun
center
location
along
axis
2
'}
wcs.add, { $
name: '
SUNPIX1
', $
value: sunpix[0], $
comment: '
[
pixel
]
Sun
center
location
along
axis
1
'}
wcs.add, { $
name: '
SUNPIX2
', $
value: sunpix[1], $
comment: '
[
pixel
]
Sun
center
location
along
axis
2
'}
wcs.add, { $
wcs.add, { $
name: '
IO_XCEN
', $
name: '
IO_XCEN
', $
value: borpix[0], $
value: borpix[0], $
...
@@ -185,6 +193,14 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector
...
@@ -185,6 +193,14 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector
name: '
IO_YCEN
', $
name: '
IO_YCEN
', $
value: borpix[1], $
value: borpix[1], $
comment: '
[
pixel
]
Metis
IO
center
location
along
axis
2
'}
comment: '
[
pixel
]
Metis
IO
center
location
along
axis
2
'}
wcs.add, { $
name: '
IOPIX1
', $
value: borpix[0], $
comment: '
[
pixel
]
Metis
IO
center
location
along
axis
1
'}
wcs.add, { $
name: '
IOPIX2
', $
value: borpix[1], $
comment: '
[
pixel
]
Metis
IO
center
location
along
axis
2
'}
wcs.add, { $
wcs.add, { $
name: '
FS_XCEN
', $
name: '
FS_XCEN
', $
value: crpix[0], $
value: crpix[0], $
...
@@ -193,6 +209,14 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector
...
@@ -193,6 +209,14 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector
name: '
FS_YCEN
', $
name: '
FS_YCEN
', $
value: crpix[1], $
value: crpix[1], $
comment: '
[
pixel
]
Metis
field
-
stop
center
location
along
axis
2
'}
comment: '
[
pixel
]
Metis
field
-
stop
center
location
along
axis
2
'}
wcs.add, { $
name: '
FSPIX1
', $
value: crpix[0], $
comment: '
[
pixel
]
Metis
field
-
stop
center
location
along
axis
1
'}
wcs.add, { $
name: '
FSPIX2
', $
value: crpix[1], $
comment: '
[
pixel
]
Metis
field
-
stop
center
location
along
axis
2
'}
wcs.add, { $
wcs.add, { $
name: '
SC_XCEN
', $
name: '
SC_XCEN
', $
value: pntpix[0], $
value: pntpix[0], $
...
@@ -201,6 +225,14 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector
...
@@ -201,6 +225,14 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector
name: '
SC_YCEN
', $
name: '
SC_YCEN
', $
value: pntpix[1], $
value: pntpix[1], $
comment: '
[
pixel
]
S
/
C
pointing
location
along
axis
2
'}
comment: '
[
pixel
]
S
/
C
pointing
location
along
axis
2
'}
wcs.add, { $
name: '
SCPIX1
', $
value: pntpix[0], $
comment: '
[
pixel
]
S
/
C
pointing
location
along
axis
1
'}
wcs.add, { $
name: '
SCPIX2
', $
value: pntpix[1], $
comment: '
[
pixel
]
S
/
C
pointing
location
along
axis
2
'}
wcs.add, { $
wcs.add, { $
name: '
SC_YAW
', $
name: '
SC_YAW
', $
value: pointing[0], $
value: pointing[0], $
...
...
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