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
410316ee
Commit
410316ee
authored
6 months ago
by
Fang Yuedong
Browse files
Options
Download
Email Patches
Plain Diff
output Av values for galaxies
parent
93f17ba6
master
develop
No related merge requests found
Pipeline
#6935
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
catalog/C9_Catalog.py
+1
-1
catalog/C9_Catalog.py
with
1 addition
and
1 deletion
+1
-1
catalog/C9_Catalog.py
+
1
-
1
View file @
410316ee
...
...
@@ -380,7 +380,7 @@ class Catalog(CatalogBase):
obj
=
Galaxy
(
param
,
logger
=
self
.
logger
)
# Need to deal with additional output columns for (host) galaxy
obj
.
additional_output_str
=
self
.
add_fmt
%
(
0.
,
0.
,
0.
,
0.
,
0.
,
0.
,
obj
.
additional_output_str
=
self
.
add_fmt
%
(
param
[
'mw_Av'
]
,
0.
,
0.
,
0.
,
0.
,
0.
,
param
[
'bulgemass'
],
param
[
'diskmass'
],
param
[
'detA'
],
param
[
'e1'
],
param
[
'e2'
],
param
[
'kappa'
],
param
[
'g1'
],
param
[
'g2'
],
param
[
'size'
],
param
[
'galType'
],
param
[
'veldisp'
])
...
...
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