- 17 Aug, 2019 1 commit
-
-
Médéric Boquien authored
Move read_table() and Counter() to a top-level utils directory as they are used both by pcigale and pcigale-plots.
-
- 10 Aug, 2019 1 commit
-
-
Médéric Boquien authored
Create a pcigale/utils directory to store various utility functions in preparation for the inclusion of cosmology utility functions. Move pcigale/utils.py to pcigale/utils/io.py, which contains only read_table() and adapt the rest of the code accordingly.
-
- 11 Jun, 2019 1 commit
-
-
Médéric Boquien authored
-
- 03 Feb, 2016 2 commits
-
-
Yannick Roehlly authored
When reading a table from a file, convert all the integer columns to float (except the 'id' column). These columns are fluxes or error on fluxes and thus should be treated as float even when they contain only integer. This solves the problem of trying to affect NaN value to an integer column. Fixes #6
-
Yannick Roehlly authored
When reading a table from a file, convert all the integer columns to float (except the 'id' column). These columns are fluxes or error on fluxes and thus should be treated as float even when they contain only integer. This solves the problem of trying to affect NaN value to an integer column. Fixes #6
-
- 27 Nov, 2015 1 commit
-
-
Médéric Boquien authored
-
- 10 Nov, 2015 1 commit
-
-
Médéric Boquien authored
When the flux file contains a mix of spaces and tabulations as column separators, pcigale discards the header and takes the first data line as the header. Now pcigale properly handles such a combination. Bug reported by Paola Santini.
-
- 28 Mar, 2014 1 commit
-
-
Médéric Boquien authored
-
- 20 Feb, 2014 1 commit
-
-
Médéric Boquien authored
-
- 14 Feb, 2014 2 commits
-
-
Médéric Boquien authored
Make the source code more compatible with Python 3. As far as I understand the documentation, this should be harmless for Python 2.
-
Yannick Roehlly authored
-