You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a non-unique mapping from pixelization operators to I/O routines for a given type of pixelization. We should have pointing operators return the I/O routines to use, so that the mapmaking and map scanning code can just use the correct function. As part of this refactor, we could generalize the map scanning operators so that there is one operator for scanning maps / masks from either memory or a file.
The text was updated successfully, but these errors were encountered:
There is a non-unique mapping from pixelization operators to I/O routines for a given type of pixelization. We should have pointing operators return the I/O routines to use, so that the mapmaking and map scanning code can just use the correct function. As part of this refactor, we could generalize the map scanning operators so that there is one operator for scanning maps / masks from either memory or a file.
The text was updated successfully, but these errors were encountered: