Skip to content

Commit

Permalink
Added compatibility with ARDI for NEGFC - through addition of missin …
Browse files Browse the repository at this point in the history
…cube_ref argument to pca_annular call
  • Loading branch information
VChristiaens committed Jul 2, 2024
1 parent f0da7af commit 8666514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vip_hci/fm/negfc_fmerit.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ def get_values_optimize(
res_tmp = algo(
cube=crop_cube,
angle_list=angs,
cube_ref=cube_ref,
radius_int=radius_int,
fwhm=fwhm,
asize=annulus_width,
Expand All @@ -516,6 +517,7 @@ def get_values_optimize(
res_tmp = algo(
cube=crop_cube,
angle_list=angs,
cube_ref=cube_ref,
radius_int=radius_int,
fwhm=fwhm,
asize=annulus_width,
Expand Down

0 comments on commit 8666514

Please sign in to comment.