Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cigale
CIGALE
Commits
4658e166
Commit
4658e166
authored
Jul 09, 2013
by
Yannick Roehlly
Browse files
Convert object name/id to string
parent
f36df8e3
Changes
1
Show whitespace changes
Inline
Side-by-side
pcigale/stats/psum.py
View file @
4658e166
...
...
@@ -249,6 +249,9 @@ class Module(common.AnalysisModule):
# Loop over the observations to find the best fitting model and
# compute the parametre statistics.
for
obs_index
,
obs_name
in
enumerate
(
obs_table
[
'id'
]):
# Convert the observation name to string, in case it is a number.
obs_name
=
str
(
obs_name
)
# We will save the part of the computation table corresponding to
# the model as a FITS file.
fits_table
=
atpy
.
Table
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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