Skip to content

Commit

Permalink
add pybindings for E and B MapPolTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
cailmdaley authored and arahlin committed Jan 24, 2022
1 parent a64249c commit 4b0b228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maps/src/G3SkyMap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,8 @@ PYBINDINGS("maps") {
.value("T", G3SkyMap::T)
.value("Q", G3SkyMap::Q)
.value("U", G3SkyMap::U)
.value("E", G3SkyMap::E)
.value("B", G3SkyMap::B)
.value("none", G3SkyMap::None) // "None" is reserved in python
;
enum_none_converter::from_python<G3SkyMap::MapPolType>();
Expand Down

0 comments on commit 4b0b228

Please sign in to comment.