Skip to content

Commit 8cbad1c

Browse files
authored
Merge pull request #319 from hpc4cmb/conviqt_typo
Fix typo in conviqt.py calibrate --> _calibrate.
2 parents 97fcf67 + d959848 commit 8cbad1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/toast/todmap/conviqt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class OpSimConviqt(Operator):
4141
maximum expansion order from file.
4242
beammmax (int) : beam maximum m. Actual resolution in the
4343
Healpix FITS file may differ. If not set, will use the
44-
maximum expansion order from file.
44+
maximum expansion order from file.
4545
pol (bool) : boolean to determine if polarized simulation is needed
4646
fwhm (float) : width of a symmetric gaussian beam [in arcmin] already
4747
present in the skyfile (will be deconvolved away).
@@ -339,7 +339,7 @@ def calibrate(self, data, det, beam, convolved_data, verbose):
339339
When calibrate = True, we rescale the TOD to
340340
TOD = intensity + (1 - epsilon) / (1 + epsilon) * polarization
341341
"""
342-
if not self.calibrate or beam.normalized():
342+
if not self._calibrate or beam.normalized():
343343
return
344344
timer = Timer()
345345
timer.start()

0 commit comments

Comments
 (0)