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
60a424bf
Commit
60a424bf
authored
8 months ago
by
Fang Yuedong
Browse files
Options
Download
Email Patches
Plain Diff
add blank line to meet pep8 standard
parent
f058808a
Pipeline
#7208
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
observation_sim/sim_steps/add_objects.py
+1
-0
observation_sim/sim_steps/add_objects.py
with
1 addition
and
0 deletions
+1
-0
observation_sim/sim_steps/add_objects.py
+
1
-
0
View file @
60a424bf
...
@@ -10,6 +10,7 @@ from observation_sim.psf import PSFGauss, FieldDistortion, PSFInterp, PSFInterpS
...
@@ -10,6 +10,7 @@ from observation_sim.psf import PSFGauss, FieldDistortion, PSFInterp, PSFInterpS
from
astropy.time
import
Time
from
astropy.time
import
Time
from
datetime
import
datetime
,
timezone
from
datetime
import
datetime
,
timezone
def
_is_obj_valid
(
self
,
obj
):
def
_is_obj_valid
(
self
,
obj
):
if
obj
.
param
[
'star'
]
==
4
:
if
obj
.
param
[
'star'
]
==
4
:
# Currently there's no parameter checks for 'calib' type
# Currently there's no parameter checks for 'calib' type
...
...
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