Skip to content

Commit

Permalink
more flexibility in wavelets (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyriac authored Sep 26, 2024
1 parent c072bcc commit d5ed6f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pixell/wavelets.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def map2wave(self, map, owave=None, fl = None, scales=None, fill_value=None):
harmonic to real space transform. Alternatively, a fill_value different from zero
can be specified.
"""
scales = range(len(self.geometries)) if scales is None else scales
filters, norms, lmids = self.filters, self.norms, self.lmids
# Output geometry. Can't just use our existing one because it doesn't know about the
# map pre-dimensions. There should be an easier way to do this.
Expand Down

0 comments on commit d5ed6f4

Please sign in to comment.