Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add common resample code to stcal.
Browse files Browse the repository at this point in the history
mcara committed Nov 27, 2024
1 parent d0844b5 commit ebbc003
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

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 ebbc003

Please sign in to comment.