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
410316ee
Commit
410316ee
authored
Sep 17, 2024
by
Fang Yuedong
Browse files
output Av values for galaxies
parent
93f17ba6
Pipeline
#6935
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
catalog/C9_Catalog.py
View file @
410316ee
...
@@ -380,7 +380,7 @@ class Catalog(CatalogBase):
...
@@ -380,7 +380,7 @@ class Catalog(CatalogBase):
obj
=
Galaxy
(
param
,
logger
=
self
.
logger
)
obj
=
Galaxy
(
param
,
logger
=
self
.
logger
)
# Need to deal with additional output columns for (host) galaxy
# 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
[
'bulgemass'
],
param
[
'diskmass'
],
param
[
'detA'
],
param
[
'e1'
],
param
[
'e2'
],
param
[
'kappa'
],
param
[
'g1'
],
param
[
'g2'
],
param
[
'size'
],
param
[
'e1'
],
param
[
'e2'
],
param
[
'kappa'
],
param
[
'g1'
],
param
[
'g2'
],
param
[
'size'
],
param
[
'galType'
],
param
[
'veldisp'
])
param
[
'galType'
],
param
[
'veldisp'
])
...
...
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