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
* Add basic support for WCS pixelization.
* Add a new PixelsWCS operator
* Add support for source-centered projection
* Add ScanWCSMap and ScanWCSMask operators
* Add I/O routines
* Add unit tests for use of projections in mapmaking
Currently this work adds a dependency on pixell, which is used
only to build the WCS parameters. This is something we could
implement internally if needed. For example, if we want to
support more architectures than are currently supported by
pixell binary wheels.
* Several small fixes needed due to rebase
* Manually write wcs maps with astropy, to avoid pixell incompatibility.
* Disable write of solver products by default
* Restructure unit tests. Compute global coverage on the sky
when autoscaling. Several unrelated small fixes.
* Remove debug statement
* Run format source and fix parallel read function
* Decrease map resolution and increase condition number cut in unit tests.
* Change another condition number threshold in the unit tests to try and make apple lapack happy.
* Change another condition number threshold in the unit tests.
* See if linalg on macos with python3.8 is better behaved.
* Disable macos tests on python < 3.9
0 commit comments