Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdc
GRIS Gregor Infrared Spectrograph
grisinv
Commits
7f9197f9
Commit
7f9197f9
authored
Jun 01, 2021
by
Vigeesh Gangadharan
Browse files
Merge branch 'develop' into 'master'
Develop Closes
#42
See merge request sdc/grisinv!32
parents
770c638b
a720154d
Pipeline
#1895
failed with stage
in 5 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
grisinv/invert.py
View file @
7f9197f9
...
...
@@ -1855,6 +1855,9 @@ class VFISVpackage:
self
.
istep
[
self
.
imap
==
self
.
header
[
"NMAPS"
]]
).
astype
(
"int"
):
self
.
header
[
"RMAPS"
]
=
self
.
header
[
"NMAPS"
]
-
1
else
:
self
.
header
[
'NSTEPS'
]
=
max
(
self
.
istep
[
self
.
imap
==
self
.
header
[
'NMAPS'
]]).
astype
(
"int"
)
def
read_fits
(
self
,
filename
):
"""
...
...
Write
Preview
Markdown
is supported
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