What's Changed
-
New features for NEGFC by @VChristiaens in #652 :
- New option for NEGFC to be compatible with input 4D ASDI cube and single binned flux estimate for the companion
- Changed default number of bins for residual speckle uncertainty deviation histogram (this should minimize the risk of raised error)
- Option added for a better mu and sigma estimation passed to the NEGFC-MCMC log-likelihood expression through passing of
f_guess
andpsfn
parameters, which trigger subtraction of the estimate of the companion from the cube before calculating mu and sigma at the radius of the companion
-
New features for PCA-SADI by @VChristiaens in #652 :
- Added option to smooth PCA-SDI results before second-pass PCA-ADI in double-PCA SADI mode
- PCA-ADI step of 2-stage PCA-SADI is now compatible with a threshold in rotation (delta_rot, source_xy and min_frames_pca now propagated)
-
Minor bug / deprecation fixes:
- Proper propagation of all pca algorithm options to NEGFC, by popping all potential redundant arguments from dictionary (this was done properly for the default pca_annulus function though)
- Updated outputs of cube_recenter_2dfit to be proper numpy ndarrays
Full Changelog: v1.6.3...v1.6.4