Skip to content

Commit

Permalink
Fix save BG resdiuals for imagettes
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapsa committed Nov 17, 2023
1 parent a97301b commit 91b9334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipe/psf_phot.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ def save_results_im(self, scale, err, w, sel):
self.save_residuals_im('')

if self.pps.save_bg_cube:
self.save_bg_sa('')
self.save_bg_im('')

if self.pps.save_bg_models:
self.save_bg_model_sa('')
Expand Down

0 comments on commit 91b9334

Please sign in to comment.