Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-liaudat committed Jul 18, 2021
1 parent dfcf932 commit 0cce5a0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ Some notebook examples can be found

## Changelog

- Changed from travis deployment to github actions. Changed the github pages template. Now using the one from [pyralid-template](https://github.com/sfarrens/pyralid-template) from [sfarrens](https://github.com/sfarrens).

- Added new module for realisitic simulations ```dataset_generation.py```. It is capable of simulating realistic simulations from the UNIONS/CFIS survey, including realistic atmospherical simulations following a realisation of a Von Kármán model. See the above-mentioned module documentation for more information. See also the ```testing-realistic-data.ipynb``` in the notebook folder for an example.

- Added outlier rejection based on a pixel residual criterion. The main parameters, ```RMSE_THRESH``` and ```CCD_STAR_THRESH``` can be found in the MCCD config file. See then parameter documentation for more information.
Expand Down
12 changes: 12 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

- Changed from travis deployment to github actions.
Changed the github pages template. Now using the one from
|link-to-pyralid-template| from |link-to-sfarrens|.

- Added new module for realisitic simulations ```dataset_generation.py```.
It is capable of simulating realistic simulations from the UNIONS/CFIS survey,
including realistic atmospherical simulations following a realisation of a Von Kármán model.
Expand Down Expand Up @@ -38,3 +42,11 @@ Changelog
Set default denoising to zero as wavelet denoising (using starlets) introduce an
important bias in the ellipticity estimates of the model.


.. |link-to-pyralid-template| raw:: html

<a href="https://github.com/sfarrens/pyralid-template" target="_blank">pyralid-template</a>

.. |link-to-sfarrens| raw:: html

<a href="https://github.com/sfarrens" target="_blank">sfarrens</a>

0 comments on commit 0cce5a0

Please sign in to comment.