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
c37f3cf9
Commit
c37f3cf9
authored
10 months ago
by
Roberto Susino
Browse files
Options
Downloads
Patches
Plain Diff
Fix some header keywords (CHECKSUM and DATASUM)
parent
7a350071
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fix_fits_header.pro
+13
-0
13 additions, 0 deletions
fix_fits_header.pro
metis_l1_prep.pro
+514
-512
514 additions, 512 deletions
metis_l1_prep.pro
with
527 additions
and
512 deletions
fix_fits_header.pro
0 → 100644
+
13
−
0
View file @
c37f3cf9
pro
fix_fits_header
,
filename
fits_info
,
filename
,
n_ext
=
n_ext
,
/
silent
for
ext
=
0
,
n_ext
do
begin
data
=
readfits
(
filename
,
header
,
exten_no
=
ext
,
/
silent
)
for
k
=
0
,
n_elements
(
header
)
-
1
do
begin
while
header
[
k
].
matches
(
'\/ +'
)
do
begin
header
[
k
]
=
header
[
k
].
replace
(
'/ '
,
'/ '
)
endwhile
endfor
fits_add_checksum
,
header
,
data
modfits
,
filename
,
0
,
header
,
exten_no
=
ext
endfor
end
\ No newline at end of file
This diff is collapsed.
Click to expand it.
metis_l1_prep.pro
+
514
−
512
View file @
c37f3cf9
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