Skip to content

Commit

Permalink
Copy skymatch code from JWST
Browse files Browse the repository at this point in the history
This is from jwst commit 2491b40a25f42bf2c10d242178434fe6c7d75847
  • Loading branch information
WilliamJamieson committed Feb 11, 2025
1 parent 651015d commit 46a88e2
Show file tree
Hide file tree
Showing 5 changed files with 1,645 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies = [
"gwcs >=0.22.0",
"tweakwcs >=0.8.8",
"requests >=2.22",
"spherical-geometry>=1.2.22"
]
dynamic = [
"version",
Expand Down Expand Up @@ -218,6 +219,8 @@ module = [
"asdf.*",
"scipy.*",
"drizzle.*",
"stsci.imagestats.*",
"spherical_geometry.*",
# don't complain about the installed c parts of this library
"stcal.ramp_fitting.ols_cas22._fit",
"stcal.ramp_fitting.ols_cas22._jump",
Expand Down
6 changes: 6 additions & 0 deletions src/stcal/skymatch/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .skymatch import skymatch
from .skyimage import SkyImage, SkyGroup
from .skystatistics import SkyStats


__all__ = ["skymatch", "SkyImage", "SkyGroup", "SkyStats"]
Loading

0 comments on commit 46a88e2

Please sign in to comment.