Skip to content

Commit

Permalink
Fixed minor bug in IPCA-ARDI, with the first iteration now doing ARDI…
Browse files Browse the repository at this point in the history
… instead of RDI
  • Loading branch information
VChristiaens committed Jul 18, 2024
1 parent b5af4fc commit a0bd13c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vip_hci/greedy/ipca_fullfr.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ def _blurring_3d(array, mask_center_sz, fwhm_sz=2):
cube_ref_tmp = None

# 2. Get a first disc estimate, using PCA
pca_params['ncomp'] = final_ncomp[0]
pca_params['cube_ref'] = ref_cube
res = pca(**pca_params, **rot_options)
frame = res[0]
Expand Down

0 comments on commit a0bd13c

Please sign in to comment.