Skip to content

Commit

Permalink
Adding print statement for injection and recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
AarynnCarter committed Dec 11, 2023
1 parent 2379f94 commit 6c89911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spaceKLIP/analysistools.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ def calibrate_contrast(self,
all_retr_fluxes = np.load(save_string+'_injrec_retr_fluxes.npy')
else:
# Run the injection and recovery process
print('Injecting and recovering synthetic companions. This may take a while...')
inj_rec = inject_and_recover(pyklip_dataset,
injection_psf=offsetpsf,
injection_seps=inj_seps_pix,
Expand Down

0 comments on commit 6c89911

Please sign in to comment.