Skip to content

Releases: vortex-exoplanet/VIP

VIP v1.3.1

08 Jun 20:50
928b0eb

Choose a tag to compare

What's Changed

  • New iterative spectral deconvolution bad pixel correction by @VChristiaens in #548
  • Radon-transform based centering improved + author addition on paper by @VChristiaens in #546
  • Addition of references to all papers used in VIP in the documentation of each relevant function by @VChristiaens in #548
  • New option in frame padding function to not necessarily force image size parity by @VChristiaens in #548
  • Tutorial 2: updated with new bad pixel correction algorithm example and Radon-transform algorithm example by @VChristiaens in #546 and #548
  • Paper: solved double affiliation issue by @VChristiaens in #545
  • Paper: updated with discussion of similar tools in the field + author addition by @VChristiaens in #548
  • Tests: update of various parameters used in automated tests for more reliable results by @VChristiaens in #548
  • Minor typo fixes by @IainHammond in #547

Full Changelog: v1.3.0...v1.3.1

VIP v1.3.0

13 May 16:50
90f20f0

Choose a tag to compare

What's Changed

  • Optimized NEGFC and FMMF tests + compacted code for clip_array routine by @VChristiaens in #538
  • PACO Update by @nenasedk in #539
  • Increased test coverage + minor bug fixes by @VChristiaens in #540
  • addition of new tests to the ScatteredLightDisk module by @jmilou in #541
  • Improved completeness curves/maps algorithms, updated tutorial 4, and additional automatic tests by @VChristiaens in #542

Full Changelog: v1.2.4...v1.3.0

VIP v1.2.4

09 May 12:31
b6cefde

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

VIP v1.2.3

26 Apr 18:15
f6428c5

Choose a tag to compare

VIP v1.2.2

26 Apr 15:25
fe98488

Choose a tag to compare

  • Added KLIP and LOCI Forward Model Match Filter algorithms (thanks @chdahlqvist);
  • Added new bad pixel correction algorithm for IFS data (leveraging the radial expansion of the PSF for better identification of bad pixels);
  • All PCA functions can now run PCA-ADI channel per channel for input 4D IFS cube (i.e. without necessarily using SDI);
  • New exclude_negative_side_lobe option for pca_grid (as the negative side lobes can bias the inferred SNR, hence the optimal number of principal components).

VIP v1.2.1

09 Apr 09:56
86c5e8a

Choose a tag to compare

  • frame_shift: improved frame shifting with 'vip-fft' method: sub-px and integer parts of the shift done separately
  • cube_inject_companions: better treatment of radial transmission when provided + new optional argument radial_gradient
  • Tutorial 5 update

EDIT: pip installation cannot interpret requested version of hciplot. The latter must be installed manually. This will be fixed in the next release.

VIP v1.2.0

06 Apr 10:07
8e9ebca

Choose a tag to compare

VIP v1.1.3

29 Mar 15:08
275ba2d

Choose a tag to compare

  • skimage-based rotation fixed (bug for versions >~0.19 solved by limiting version to <=0.18.3)
  • lighter tutorials => lighter package => ~6x faster import of VIP
  • opencv dependency added to avoid bug in automatic tests
  • flake8 integration
  • automatic coverage and documentation updates upon accepted pull requests

VIP v1.1.2

29 Mar 10:59
8eb3297

Choose a tag to compare

  • Modified protect_psf into protect_mask keyword, for consistency throughout all bad pixel correction routines
  • Minor bug fixes for bad pixel correction in concentric annuli
  • Updated tutorial bad pixel correction example
  • Updated requirements for hciplot to solve new backward incompatible update of jinja2 (used in panel, in turn required in hciplot)
  • Moved opencv to developer mode requirements
  • Typo fixes in tutorials

VIP v1.1.1

24 Mar 15:38
5895585

Choose a tag to compare

  • Major documentation update, including tutorials;
  • README update;
  • Bug fix in bad pixel correction routine (case frame_by_frame=False);
  • Convention update regarding new sizes when rescaling images with frame_px_resampling (for bijectivity);
  • Fixed Radon-transform based centering algorithm.