Skip to content

Commit

Permalink
change verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
debora-pe committed Aug 15, 2023
1 parent 96c21e6 commit 5e4b6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypeit/coadd1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def check_exposures(self):
else:
sn_smooth_npix = self.par['sn_smooth_npix']
# Evaluate the sn_weights.
rms_sn, weights = coadd.sn_weights(_fluxes, _ivars, _gpms, sn_smooth_npix=sn_smooth_npix, verbose=True)
rms_sn, weights = coadd.sn_weights(_fluxes, _ivars, _gpms, sn_smooth_npix=sn_smooth_npix, verbose=False)
# some stats
mean, med, sigma = stats.sigma_clipped_stats(rms_sn, sigma_lower=2., sigma_upper=2.)
_sigrej = self.par['sigrej_exp'] if self.par['sigrej_exp'] is not None else 10.0
Expand Down

0 comments on commit 5e4b6f4

Please sign in to comment.