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
e11f7719
Commit
e11f7719
authored
3 years ago
by
Roberto Susino
Browse files
Options
Downloads
Patches
Plain Diff
Adjust some keyword comments
parent
008a336f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
metis_wcs.pro
+4
-4
4 additions, 4 deletions
metis_wcs.pro
solo_get_ephemeris.pro
+2
-2
2 additions, 2 deletions
solo_get_ephemeris.pro
with
6 additions
and
6 deletions
metis_wcs.pro
+
4
−
4
View file @
e11f7719
...
@@ -204,19 +204,19 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector
...
@@ -204,19 +204,19 @@ function metis_wcs, header, cal_pack, ref_detector = ref_detector
wcs.add, { $
wcs.add, { $
name: '
FS_XCEN
', $
name: '
FS_XCEN
', $
value: crpix[0], $
value: crpix[0], $
comment: '
[
pixel
]
Metis
field
-
stop
center
location
along
axis
1
'}
comment: '
[
pixel
]
Metis
FS
center
location
along
axis
1
'}
wcs.add, { $
wcs.add, { $
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
FS
center
location
along
axis
2
'}
wcs.add, { $
wcs.add, { $
name: '
FSPIX1
', $
name: '
FSPIX1
', $
value: crpix[0], $
value: crpix[0], $
comment: '
[
pixel
]
Metis
field
-
stop
center
location
along
axis
1
'}
comment: '
[
pixel
]
Metis
FS
center
location
along
axis
1
'}
wcs.add, { $
wcs.add, { $
name: '
FSPIX2
', $
name: '
FSPIX2
', $
value: crpix[1], $
value: crpix[1], $
comment: '
[
pixel
]
Metis
field
-
stop
center
location
along
axis
2
'}
comment: '
[
pixel
]
Metis
FS
center
location
along
axis
2
'}
wcs.add, { $
wcs.add, { $
name: '
SC_XCEN
', $
name: '
SC_XCEN
', $
value: pntpix[0], $
value: pntpix[0], $
...
...
This diff is collapsed.
Click to expand it.
solo_get_ephemeris.pro
+
2
−
2
View file @
e11f7719
...
@@ -227,11 +227,11 @@ function solo_get_ephemeris, header, cal_pack
...
@@ -227,11 +227,11 @@ function solo_get_ephemeris, header, cal_pack
ephemerides
.
add
,
{
$
ephemerides
.
add
,
{
$
name
:
'DATE_EAR'
,
$
name
:
'DATE_EAR'
,
$
value
:
date_ear
,
$
value
:
date_ear
,
$
comment
:
'[UTC]
S
tart time
of observation,
corrected to Earth'
}
comment
:
'[UTC]
Obs. s
tart time corrected to Earth'
}
ephemerides
.
add
,
{
$
ephemerides
.
add
,
{
$
name
:
'DATE_SUN'
,
$
name
:
'DATE_SUN'
,
$
value
:
date_sun
,
$
value
:
date_sun
,
$
comment
:
'[UTC]
S
tart time
of observation,
corrected to Sun'
}
comment
:
'[UTC]
Obs. s
tart time corrected to Sun'
}
return
,
ephemerides
return
,
ephemerides
end
end
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