Skip to content

VIP v1.0.0

Compare
Choose a tag to compare
@VChristiaens VChristiaens released this 13 Sep 17:33
· 1462 commits to master since this release
30ad391

Major update:

  • requirements built with pip-compile (pinned versions of packages)
  • New module: specfit
  • imlib and interpolation 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