Skip to content

Commit

Permalink
Refactor GetTemplateTask to merge then warp
Browse files Browse the repository at this point in the history
Significant refactor of all parts of GetTemplateTask, to achieve a ~2-4x
speedup when using cell-based coadds.
* Change `run` input to take a dict of tract_id->list(exposures), so that we
can merge the tracts, warp them, then merge the warps.
* Move schema definition to init.
* Make exposure catalog in separate function.
* Cleanup docstrings and comments.
* Rework the test for the new API and add more tests and a more useful
debug plotting framework.
  • Loading branch information
parejkoj committed Jun 3, 2024
1 parent 6e61e66 commit a513989
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 201 deletions.
Loading

0 comments on commit a513989

Please sign in to comment.