Skip to content

Commit

Permalink
hits maps are not weighted
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Sep 26, 2023
1 parent fb9b986 commit 749f5c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maps/src/HitsBinner.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ HitsBinner::HitsBinner(std::string output_map_id, const G3SkyMap &stub_map,
H_->pol_type = G3SkyMap::None;
H_->SetPolConv(G3SkyMap::ConvNone);
H_->units = G3Timestream::None;
H_->weighted = false;

if (PyCallable_Check(map_per_scan.ptr())) {
map_per_scan_callback_ = map_per_scan;
Expand Down

0 comments on commit 749f5c8

Please sign in to comment.