Skip to content
GitLab
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
f9c38528
Commit
f9c38528
authored
Oct 25, 2024
by
Wei Chengliang
Browse files
update Pointing.py: if is_deep
parent
410316ee
Pipeline
#7057
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
observation_sim/config/Pointing.py
View file @
f9c38528
...
...
@@ -88,7 +88,7 @@ class Pointing(object):
self
.
exp_time
=
float
(
columns
[
18
])
is_deep
=
float
(
columns
[
19
])
# [TODO] Can also define other survey types
if
is_deep
!
=
-
1.0
:
if
is_deep
=
=
2
:
self
.
survey_field_type
=
"DEEP"
if
not
self
.
obs_config_file
:
...
...
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