Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexis Carlotti
HARMONI-HC
Commits
1ca9cdc1
Commit
1ca9cdc1
authored
Nov 18, 2019
by
Arthur Vigan
Browse files
Fix file name
parent
c6b200ac
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
hrm-hc/MAIN.py
View file @
1ca9cdc1
...
...
@@ -830,7 +830,7 @@ for i in range(len(HA_vect)):
fits
.
setval
(
image_filename
,
'APODIZER'
,
value
=
APODIZER
)
fits
.
setval
(
image_filename
,
'FPM'
,
value
=
FPM
)
image_filename_nomask
=
path_directory
+
'PSF_HALO_ON_notmasked_centered_Nexp{0:04d}.fits'
.
format
(
i
)
image_filename_nomask
=
path_directory
+
'PSF_HALO_ON_notmasked_
not
centered_Nexp{0:04d}.fits'
.
format
(
i
)
fits
.
writeto
(
image_filename_nomask
,
I_temp_nomask
)
fits
.
setval
(
image_filename_nomask
,
'ORIGIN'
,
value
=
'ESO-ARMAZONES'
)
fits
.
setval
(
image_filename_nomask
,
'TELESCOP'
,
value
=
'ESO-ELT'
)
...
...
hrm-hc/MAIN_mp.py
deleted
100644 → 0
View file @
c6b200ac
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment