Skip to content

Commit 131c3a0

Browse files
Merge pull request #14 from tobias-liaudat/outliers
Reame modifs
2 parents 201731b + 69f2ac8 commit 131c3a0

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.DS_Store

-6 KB
Binary file not shown.

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,21 @@ of the ```recover_MCCD_PSFs()``` function for more information.
141141

142142
Some notebook examples can be found
143143
[here](https://github.com/CosmoStat/mccd/tree/master/notebooks).
144+
145+
## Changelog
146+
147+
- 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.
148+
149+
- 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.
150+
151+
- For usage inside shape measurement pipelines: new PSF interpolation function included in the MCCD model ```interpolate_psf_pipeline()```. This function allows to output interpolated PSFs with a specific centroid.
152+
153+
- New handling of position polynomials, local as well as global polynomials. Increased model performance.
154+
155+
- New functionalities added. Handling of the max polynomial degree in the local hybrid model by the ```D_HYB_LOC```. Also adding a parameter ```MIN_D_COMP_GLOB``` to remove lower polynomial degrees in the global polynomial model.
156+
157+
- Increased default number of iterations to have a better convergence in the PSF wings.
158+
159+
- Algorithm updates to increase performance: Dropping the normalisation proximal operator. Harder sparsity constraint for spatial variations. Forcing RBF interpolation for the global part. Skipping the last weight optimization so that we always finish with a features/components optimization.
160+
161+
- Set default denoising to zero as wavelet denoising (using starlets) introduce an important bias in the ellipticity estimates of the model.

0 commit comments

Comments
 (0)