- 10 Jul, 2019 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 19 Jun, 2019 1 commit
-
-
Médéric Boquien authored
As we modify the sed object, make a deep copy so we do not accidentally alter the model in the cache. These models should probably be made read-only, if it is not too costly in terms of performance.
-
- 13 Jun, 2019 5 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
Some lines have been made slightly thicker in SED plots so the different components are more visible
-
Médéric Boquien authored
The lines linking the different bands in the residual SED plot have been eliminated to improve the readability
-
Médéric Boquien authored
The uncertainties on the SED plots now correspond only to 1σ rather than 3σ so they do not appear exceedingly large
-
- 12 Jun, 2019 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 11 Jun, 2019 1 commit
-
-
Médéric Boquien authored
-
- 07 Jun, 2019 7 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
Change the location of the logo so that it does not overlap with anything and replace it with a less pixelated version
-
- 06 Jun, 2019 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
- 29 May, 2019 1 commit
-
-
Médéric Boquien authored
-
- 01 May, 2019 1 commit
-
-
Médéric Boquien authored
-
- 17 Apr, 2019 1 commit
-
-
Médéric Boquien authored
Move the negative sign to the constant to avoid having to take the negative of an entire array. Also use a multiplication rather than a division (even though a division by 2 is a special case).
-
- 05 Mar, 2019 2 commits
-
-
Rodrigo González-Castillo authored
-
Rodrigo González-Castillo authored
-
- 04 Mar, 2019 3 commits
-
-
Rodrigo González-Castillo authored
Adding an option to change the output file format. The available formats depends of the host, but usually png, pdf, ps, eps and svg is supported. Example: --format svg
-
Rodrigo González-Castillo authored
Use the --series <series1 series2...> option to indicate one o more of this series: stellar_attenuated, stellar_unattenuated, nebular, dust, agn, radio, model. If the --seriesdisabled flag is used, then all available series will be enabled, except the ones that are indicated in the --series option. If not, then only the series indicated in the --series option will be enabled.
-
Rodrigo González-Castillo authored
SED: Adding --xrange and --yrange to set the plot axis ranges (optionally). The format are [<min>]:[<max>], where min and max are Python floats (e.g. 1E4). Examples: --xrange :1E3 # automatically X min --yrange 1E2:1E4
-
- 03 Mar, 2019 1 commit
-
-
Rodrigo González-Castillo authored
-
- 22 Feb, 2019 4 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-
Médéric Boquien authored
Correct the scaling of the best-fit to account to the difference between the grid and the observed redshifts/distances.
-
Médéric Boquien authored
-
- 21 Feb, 2019 1 commit
-
-
Médéric Boquien authored
Take into account the effect of the differential redshifting between the observed and grid redshifts.
-
- 01 Feb, 2019 1 commit
-
-
Rodrigo González-Castillo authored
* Include dependence of pcigale.analysis_modules.utils.Counter class, to perform the progress message. * Fixed error in the way to pass "outdir" parameter to the pool in chi2, and pdf.
-
- 31 Jan, 2019 1 commit
-
-
Rodrigo González-Castillo authored
Because this, this Class can be used in a more generic ways.
-
- 25 Jan, 2019 1 commit
-
-
Yannick Roehlly authored
Currently, a standard installation of CIGALE (`pip install .`) results in an unusable installation as `setuptools.find_packages` does not find PEP-420 packages. This commit adds `pcigale/managers/__init__.py` to correct this. Alternatively, we may want to switch `setuptools.find_namespace_packages`.
-
- 07 Jan, 2019 1 commit
-
-
Rodrigo González-Castillo authored
-
- 22 Dec, 2018 1 commit
-
-
Rodrigo González-Castillo authored
# Conflicts: # pcigale_plots/__init__.py
-
- 21 Dec, 2018 1 commit
-
-
Rodrigo González-Castillo authored
-