jmert / CMB.jl

Library of routines for the analysis of cosmic microwave background (CMB) data
MIT License
9 stars 0 forks source link

Improve/Expand implementation of pixel-pixel covariance calculations #32

Closed jmert closed 4 years ago

jmert commented 4 years ago
  1. Clean up namespacing a bit — namely, put bit flags and enums within internal modules so that the names can be easily imported into any scope with a using directive and without being automatically exported and polluting the namespace.
  2. Add the ability to change the polarization convention used in the covariance calculations.