Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_msc_sim
Commits
31aa8b60
Commit
31aa8b60
authored
6 months ago
by
Zhang Xin
Browse files
Options
Download
Email Patches
Plain Diff
pep8
parent
7dcab00e
release_v3.0
develop
master
v3.3.0
v3.2.1
v3.2.0
1 merge request
!33
Release version v3.2.0
Pipeline
#7818
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
observation_sim/mock_objects/FlatLED.py
+1
-1
observation_sim/mock_objects/FlatLED.py
with
1 addition
and
1 deletion
+1
-1
observation_sim/mock_objects/FlatLED.py
+
1
-
1
View file @
31aa8b60
...
...
@@ -123,7 +123,7 @@ class FlatLED(MockObject):
# return LED flat, e/s
###
def
getLEDImage1
(
self
,
led_type
=
'LED1'
,
LED_Img_flag
=
True
):
def
getLEDImage1
(
self
,
led_type
=
'LED1'
,
LED_Img_flag
=
True
):
# cwave = cwaves[led_type]
flat
=
fits
.
open
(
os
.
path
.
join
(
self
.
flatDir
,
'model_'
+
cwaves_name
[
led_type
]
+
'nm.fits'
))
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets