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
Liu Dezi
csst_msc_sim
Commits
04019c9a
Commit
04019c9a
authored
1 year ago
by
Fang Yuedong
Browse files
Options
Download
Email Patches
Plain Diff
set the default detA of objects to be 1.
parent
437f372d
sim_scheduler
current_stable_for_tests
develop
liudezi-develop-patch-58263
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ObservationSim/MockObject/CatalogBase.py
+1
-1
ObservationSim/MockObject/CatalogBase.py
with
1 addition
and
1 deletion
+1
-1
ObservationSim/MockObject/CatalogBase.py
+
1
-
1
View file @
04019c9a
...
@@ -64,7 +64,7 @@ class CatalogBase(metaclass=ABCMeta):
...
@@ -64,7 +64,7 @@ class CatalogBase(metaclass=ABCMeta):
"bulgemass"
:
0.
,
"bulgemass"
:
0.
,
"diskmass"
:
0.
,
"diskmass"
:
0.
,
"size"
:
0.
,
"size"
:
0.
,
"detA"
:
0
.
,
"detA"
:
1
.
,
"type"
:
0
,
"type"
:
0
,
"veldisp"
:
0.
,
"veldisp"
:
0.
,
"coeff"
:
np
.
zeros
(
20
),
"coeff"
:
np
.
zeros
(
20
),
...
...
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