Skip to content

Bug correction + docstring improvements + new documentation

Latest
Compare
Choose a tag to compare
@WilfriedMercier WilfriedMercier released this 19 Dec 18:32
· 4 commits to main since this release

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.