Skip to content

Commit

Permalink
Add common resample code to stcal.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Nov 27, 2024
1 parent f93e59a commit 50484f2
Show file tree
Hide file tree
Showing 3 changed files with 1,896 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/stcal/resample/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from .resample import (
OutputTooLargeError,
Resample,
compute_wcs_pixel_area,
UnsupportedWCSError,
)

__all__ = [

Check warning on line 8 in src/stcal/resample/__init__.py

View check run for this annotation

Codecov / codecov/patch

src/stcal/resample/__init__.py#L8

Added line #L8 was not covered by tests
"OutputTooLargeError",
"Resample",
"compute_wcs_pixel_area",
"UnsupportedWCSError",
]
Loading

0 comments on commit 50484f2

Please sign in to comment.