VIP v1.0.0
Major update:
- requirements built with pip-compile (pinned versions of packages)
- New module:
specfit
imlib
andinterpolation
now consistently provided to all ADI-related algorithms (used for rotation)- [negfc] Added routine to estimate residual speckle noise uncertainty by injection of fake companions
- [negfc] New log-likelihood expression for MCMC-NEGFC
- [nmf] NMF full-frame compatible with masking of negative values
- [nmf] NMF annular
- [pca] New options for PCA routines
- [pca] Updated default behaviour for pca_annular with reference cube such that R+ADI can be performed depending on
delta_rot
value - [preproc/derotation] added FFT-based rotation algorithm (Larkin et al. 1997)
- [preproc/rescaling] New automatic algorithm to determine optimal scaling factor between images at different wavelengths.
- [preproc/subsampling] NaN-compatible collapse functions (e.g. np.nanmedian instead of np.median)
- [var/filters] filters can now interpolate NaN values (a la astropy)
- minor bug fixes
- deprecation fixes