lightstack 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lightstack-0.1.2/src/lightstack.egg-info → lightstack-0.1.3}/PKG-INFO +1 -1
- {lightstack-0.1.2 → lightstack-0.1.3}/pyproject.toml +1 -1
- {lightstack-0.1.2 → lightstack-0.1.3}/src/lightstack/datacube.py +1 -1
- {lightstack-0.1.2 → lightstack-0.1.3/src/lightstack.egg-info}/PKG-INFO +1 -1
- {lightstack-0.1.2 → lightstack-0.1.3}/LICENSE +0 -0
- {lightstack-0.1.2 → lightstack-0.1.3}/README.md +0 -0
- {lightstack-0.1.2 → lightstack-0.1.3}/setup.cfg +0 -0
- {lightstack-0.1.2 → lightstack-0.1.3}/src/lightstack/__init__.py +0 -0
- {lightstack-0.1.2 → lightstack-0.1.3}/src/lightstack/crop.py +0 -0
- {lightstack-0.1.2 → lightstack-0.1.3}/src/lightstack/plot.py +0 -0
- {lightstack-0.1.2 → lightstack-0.1.3}/src/lightstack/psf.py +0 -0
- {lightstack-0.1.2 → lightstack-0.1.3}/src/lightstack/utils.py +0 -0
- {lightstack-0.1.2 → lightstack-0.1.3}/src/lightstack.egg-info/SOURCES.txt +0 -0
- {lightstack-0.1.2 → lightstack-0.1.3}/src/lightstack.egg-info/dependency_links.txt +0 -0
- {lightstack-0.1.2 → lightstack-0.1.3}/src/lightstack.egg-info/requires.txt +0 -0
- {lightstack-0.1.2 → lightstack-0.1.3}/src/lightstack.egg-info/top_level.txt +0 -0
|
@@ -6,7 +6,7 @@ from astropy.wcs import WCS
|
|
|
6
6
|
|
|
7
7
|
from reproject import reproject_interp, reproject_exact
|
|
8
8
|
|
|
9
|
-
from .utils import find_ext, infer_filter,
|
|
9
|
+
from .utils import find_ext, infer_filter, get_pixel_scale_from_wcs
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
def align_reproject_fits(fits_list, ref_file, method="interp", crop=1):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|