Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cigale
CIGALE
Commits
c6bce87f
Commit
c6bce87f
authored
Jun 12, 2019
by
Médéric Boquien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the computation of the limits for the plots in luminosity/flux
parent
4ea26848
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pcigale_plots/plot_types/sed.py
pcigale_plots/plot_types/sed.py
+2
-2
No files found.
pcigale_plots/plot_types/sed.py
View file @
c6bce87f
...
@@ -146,9 +146,9 @@ def _sed_worker(obs, mod, filters, sed_type, logo, xrange, yrange, series,
...
@@ -146,9 +146,9 @@ def _sed_worker(obs, mod, filters, sed_type, logo, xrange, yrange, series,
filters_wl
/=
zp1
filters_wl
/=
zp1
wavelength_spec
/=
zp1
wavelength_spec
/=
zp1
xmin
/=
zp1
xmax
/=
zp1
elif
sed_type
==
'mJy'
:
elif
sed_type
==
'mJy'
:
xmin
*=
zp1
xmax
*=
zp1
k_corr_SED
=
1.
k_corr_SED
=
1.
fact
=
1e29
*
1e-3
*
wavelength_spec
**
2
/
c
/
surf
fact
=
1e29
*
1e-3
*
wavelength_spec
**
2
/
c
/
surf
...
...
Write
Preview
Markdown
is supported
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