Releases: WilfriedMercier/pixSED
Minor correction
Very minor correction to v1.3
Bug correction + docstring improvements + new documentation
This new release corrects a few important bugs that happened for both Cigale and LePhare:
- The masking of bad pixels was previously done for each band independently which could lead to some pixels being removed in some bands but not in others. Now bad pixel masking is done once for all the bands at the same time.
- Some Cigale modules were expecting wrong types. The types have now been corrected
- Minor bug corrections
Examples have been updated. A new example showing how to load data from a previous Cigale run has been added.
The documentation has been completely reworked. The tutorial is now directly on the home page and the pydata theme is used. A tutorial for Cigale is now available (before only for LePhare). A specific page discussing in details the handling of Poisson noise has been added. A few documentation pages for the API were missing and have now been included. The API documentation has been reworked to be more user-friendly. Docstrings have been updated throughout the code to be consistent with the new documentation.
The library now has its own logo published under CC BY 4.0.
Corrections for LePhare
This release includes a correction for LePhare to avoid checking for the existence of external binary files before they are created. The checks are performed after their supposed creation.
Also it includes one minor correction on a test.
LePhare and Cigale ready (bug corrected)
Same as previous version but a mistake in typing has been corrected (module could not be loaded before)
LePhare and Cigale ready
This version is now working for LePhare and Cigale. Documentation for Cigale is half done though. But example for both LePhare and Cigale are given.
LePhare only correction 1
Similar as the LePhare only version but with an old line of code removed to avoid RuntimeWarning during each run.
LePhare only
This version works with LePhare SED fitting code. Cigale is not implemented yet.
Documentation is up to date, examples have been updated and tested.