vortex-exoplanet / VIP

VIP is a python package/library for angular, reference star and spectral differential imaging for exoplanet/disk detection through high-contrast imaging.
http://vip.readthedocs.io/
MIT License
70 stars 57 forks source link

Annular Temporal PCA #584

Closed Sand-jrd closed 1 year ago

Sand-jrd commented 1 year ago

Annular temporal PCA : Each annulus is projected onto the time pc's computed using pixels OUTSIDE this annulus.

Capture d’écran 2023-03-29 102623

Mode ASDI : Only the second PCA (the one leveraging angular diversity use the time pc's) Capture d’écran 2023-03-29 112316

codecov-commenter commented 1 year ago

Codecov Report

Merging #584 (8b45d22) into master (c0f73bf) will increase coverage by 0.15%. The diff coverage is 88.46%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master     #584      +/-   ##
==========================================
+ Coverage   63.55%   63.70%   +0.15%     
==========================================
  Files          56       56              
  Lines       12189    12224      +35     
==========================================
+ Hits         7746     7787      +41     
+ Misses       4443     4437       -6     
Impacted Files Coverage Δ
vip_hci/psfsub/svd.py 44.19% <50.00%> (-0.87%) :arrow_down:
vip_hci/var/shapes.py 70.46% <66.67%> (-0.86%) :arrow_down:
vip_hci/psfsub/pca_local.py 69.64% <95.24%> (+1.53%) :arrow_up:

... and 4 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

VChristiaens commented 1 year ago

Great! Thanks a lot @Sand-jrd !