Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
peloton committed Dec 1, 2017
1 parent b3f724c commit 1b9434e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions s4cmb/tod.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ def tod2map(self, waferts, output_maps, gdeprojection=False):
"""
nbolofp = waferts.shape[0]
npixfp = nbolofp / 2
# nt = int(waferts.shape[1])
nt = int(waferts.shape[-1])

## Check sizes
Expand All @@ -655,7 +654,7 @@ def tod2map(self, waferts, output_maps, gdeprojection=False):
'If mapping_perpair=False, one first load all the pixel and ' + \
'then you need to perform the mapmaking with all the pixels ' + \
'at once. If mapping_perpair=True, one should load ' + \
'pixel-by-pixel and the mapmaking is done pair-by-pair.' + \
'pair-by-pair and the mapmaking is done pair-by-pair.' + \
'See so_MC_crosstalk.py vs so_MC_gain_drift.py to see both ' + \
'approaches (s4cmb-resources/Part2), and example in doctest above.'
assert npixfp == self.point_matrix.shape[0], msg
Expand Down

0 comments on commit 1b9434e

Please sign in to comment.