Skip to content

Releases: vortex-exoplanet/VIP

VIP v1.3.6

09 Jan 21:51
9948e7f
Compare
Choose a tag to compare

What's Changed

  • Small edits to JOSS paper by @dfm in #569
  • Bug fix for bad pixel correction by interpolation in 2D input frames + minor additions by @VChristiaens in #570
  • Now closing HDU in open_fits function, PEP8 formatting and upgraded version by @VChristiaens in #571

New Contributors

  • @dfm made their first contribution in #569

Note: Recommended version to run JWST/MINDS pipeline notebook v5.

Full Changelog: v1.3.5...v1.3.6

VIP v1.3.5

02 Jan 13:09
babce1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

Version associated to JOSS publication (Christiaens et al. 2023)

VIP v1.3.4

28 Nov 18:13
cd21c2d
Compare
Choose a tag to compare

What's Changed

  • corrected several docstrings by @IainHammond in #559
  • Improvements as per referee report by @VChristiaens in #560 and #561
  • Requirement changed: OpenCV is now an optional dependency for users (still a mandatory requirement for developers, as opencv-specific automated tests are included in the continuous integration workflow)

Full Changelog: v1.3.3...v1.3.4

VIP v1.3.3.

25 Nov 19:04
9b100a2
Compare
Choose a tag to compare

What's Changed

  • Addition of multiprocessing option for routines involving cube shifts by @VChristiaens in #554
  • Subtraction of radial profile option and recentering in multiprocessing by @IainHammond in #556
  • New options for bad pixel correction and low-pass filters, and other minor improvements by @VChristiaens in #558

Full Changelog: v1.3.2...v1.3.3

VIP v1.3.2

12 Aug 12:39
fd7bd49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

VIP v1.3.1

08 Jun 20:50
928b0eb
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

VIP v1.2.2

26 Apr 15:25
fe98488
Compare
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).