-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve AzimuthIntervals and other small fixes. (#756)
- Modify the AzimuthIntervals operator to more robustly exclude false "throw" intervals. Instead we first detect the stable pointing periods and then find the exact turnaround sample between those (and raise an exception if there is more than one). This does mean that beginning of the first throw and the end of the last throw are truncated to the stable scan boundary. - In the mapmaker, keep the noise weighted map if `keep_final_products` is True. - In the mapmaker, if the binner is configured to compute and save full detector pointing, use that option when initially computing the pixel distribution. This avoids computing the pointing twice. - When scanning from a map in the template solver, if we already have full detector pointing, then run that over all detectors. - Fix typo in mapmaker from recent refactor.
- Loading branch information
Showing
3 changed files
with
75 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters