From 1b9434e821447af7446e1dd09b4a80400617d4bd Mon Sep 17 00:00:00 2001 From: peloton Date: Fri, 1 Dec 2017 13:45:10 +0000 Subject: [PATCH] typos --- s4cmb/tod.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/s4cmb/tod.py b/s4cmb/tod.py index 559dcd8..0dd6bf6 100644 --- a/s4cmb/tod.py +++ b/s4cmb/tod.py @@ -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 @@ -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