dkist-processing-cryonirsp 1.4.0rc1__py3-none-any.whl → 1.4.1__py3-none-any.whl
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.
Potentially problematic release.
This version of dkist-processing-cryonirsp might be problematic. Click here for more details.
- {dkist_processing_cryonirsp-1.4.0rc1.dist-info → dkist_processing_cryonirsp-1.4.1.dist-info}/METADATA +47 -47
- {dkist_processing_cryonirsp-1.4.0rc1.dist-info → dkist_processing_cryonirsp-1.4.1.dist-info}/RECORD +4 -5
- {dkist_processing_cryonirsp-1.4.0rc1.dist-info → dkist_processing_cryonirsp-1.4.1.dist-info}/WHEEL +1 -1
- changelog/158.misc.rst +0 -1
- {dkist_processing_cryonirsp-1.4.0rc1.dist-info → dkist_processing_cryonirsp-1.4.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-cryonirsp
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.1
|
|
4
4
|
Summary: Science processing code for the Cryo-NIRSP instrument on DKIST
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -13,54 +13,54 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
14
|
Requires-Python: >=3.11
|
|
15
15
|
Description-Content-Type: text/x-rst
|
|
16
|
-
Requires-Dist: Pillow
|
|
17
|
-
Requires-Dist: astropy
|
|
18
|
-
Requires-Dist: dkist-fits-specifications
|
|
19
|
-
Requires-Dist: dkist-header-validator
|
|
20
|
-
Requires-Dist: dkist-processing-common
|
|
21
|
-
Requires-Dist: dkist-processing-math
|
|
22
|
-
Requires-Dist: dkist-processing-pac
|
|
23
|
-
Requires-Dist: dkist-spectral-lines
|
|
24
|
-
Requires-Dist: largestinteriorrectangle
|
|
25
|
-
Requires-Dist: dkist-service-configuration
|
|
26
|
-
Requires-Dist: moviepy
|
|
27
|
-
Requires-Dist: numba
|
|
28
|
-
Requires-Dist: numpy
|
|
29
|
-
Requires-Dist: peakutils
|
|
30
|
-
Requires-Dist: scikit-image
|
|
31
|
-
Requires-Dist: scipy
|
|
32
|
-
Requires-Dist: sunpy
|
|
33
|
-
Provides-Extra:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist:
|
|
36
|
-
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist:
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist: dkist-
|
|
44
|
-
Provides-Extra: grogu
|
|
45
|
-
Requires-Dist: dkist ; extra == 'grogu'
|
|
46
|
-
Requires-Dist: pyparsing ; extra == 'grogu'
|
|
47
|
-
Requires-Dist: dkist-inventory >=1.4.0 ; extra == 'grogu'
|
|
16
|
+
Requires-Dist: Pillow==10.3.0
|
|
17
|
+
Requires-Dist: astropy==6.1.0
|
|
18
|
+
Requires-Dist: dkist-fits-specifications==4.7.0
|
|
19
|
+
Requires-Dist: dkist-header-validator==5.1.1
|
|
20
|
+
Requires-Dist: dkist-processing-common==10.5.0
|
|
21
|
+
Requires-Dist: dkist-processing-math==2.1.1
|
|
22
|
+
Requires-Dist: dkist-processing-pac==3.1.0
|
|
23
|
+
Requires-Dist: dkist-spectral-lines==3.0.0
|
|
24
|
+
Requires-Dist: largestinteriorrectangle==0.2.0
|
|
25
|
+
Requires-Dist: dkist-service-configuration==2.2
|
|
26
|
+
Requires-Dist: moviepy==2.0.0
|
|
27
|
+
Requires-Dist: numba==0.59.1
|
|
28
|
+
Requires-Dist: numpy==1.26.4
|
|
29
|
+
Requires-Dist: peakutils==1.3.4
|
|
30
|
+
Requires-Dist: scikit-image==0.23.2
|
|
31
|
+
Requires-Dist: scipy==1.13.1
|
|
32
|
+
Requires-Dist: sunpy==5.1.3
|
|
33
|
+
Provides-Extra: test
|
|
34
|
+
Requires-Dist: pytest; extra == "test"
|
|
35
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
36
|
+
Requires-Dist: pytest-xdist; extra == "test"
|
|
37
|
+
Requires-Dist: pytest-mock; extra == "test"
|
|
38
|
+
Requires-Dist: hypothesis; extra == "test"
|
|
39
|
+
Requires-Dist: towncrier; extra == "test"
|
|
40
|
+
Requires-Dist: dkist-data-simulator>=5.2.0; extra == "test"
|
|
41
|
+
Requires-Dist: dkist-processing-cryonirsp[inventory]; extra == "test"
|
|
42
|
+
Requires-Dist: dkist-processing-cryonirsp[asdf]; extra == "test"
|
|
43
|
+
Requires-Dist: dkist-processing-cryonirsp[quality]; extra == "test"
|
|
48
44
|
Provides-Extra: inventory
|
|
49
|
-
Requires-Dist: dkist-processing-common[inventory]
|
|
50
|
-
Requires-Dist: dkist-inventory
|
|
45
|
+
Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
|
|
46
|
+
Requires-Dist: dkist-inventory==1.4.2; extra == "inventory"
|
|
47
|
+
Provides-Extra: asdf
|
|
48
|
+
Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
|
|
49
|
+
Requires-Dist: dkist-inventory[asdf]==1.4.2; extra == "asdf"
|
|
51
50
|
Provides-Extra: quality
|
|
52
|
-
Requires-Dist: dkist-quality
|
|
53
|
-
Provides-Extra:
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
|
|
58
|
-
Requires-Dist:
|
|
59
|
-
Requires-Dist:
|
|
60
|
-
Requires-Dist:
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
51
|
+
Requires-Dist: dkist-quality==1.1.1; extra == "quality"
|
|
52
|
+
Provides-Extra: grogu
|
|
53
|
+
Requires-Dist: dkist; extra == "grogu"
|
|
54
|
+
Requires-Dist: pyparsing; extra == "grogu"
|
|
55
|
+
Requires-Dist: dkist-inventory>=1.4.2; extra == "grogu"
|
|
56
|
+
Provides-Extra: docs
|
|
57
|
+
Requires-Dist: sphinx; extra == "docs"
|
|
58
|
+
Requires-Dist: sphinx-astropy; extra == "docs"
|
|
59
|
+
Requires-Dist: sphinx-changelog; extra == "docs"
|
|
60
|
+
Requires-Dist: sphinx-autoapi; extra == "docs"
|
|
61
|
+
Requires-Dist: pytest; extra == "docs"
|
|
62
|
+
Requires-Dist: towncrier; extra == "docs"
|
|
63
|
+
Requires-Dist: dkist-sphinx-theme; extra == "docs"
|
|
64
64
|
|
|
65
65
|
dkist-processing-cryonirsp
|
|
66
66
|
==========================
|
{dkist_processing_cryonirsp-1.4.0rc1.dist-info → dkist_processing_cryonirsp-1.4.1.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
changelog/.gitempty,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
changelog/158.misc.rst,sha256=rt1PkiI176PHDaET0SdaeWgCgy7PfYAlJoWuAkLMTjA,87
|
|
3
2
|
dkist_processing_cryonirsp/__init__.py,sha256=Z6-kB7fXXUI-F7Vz1HnEaja2h8qgH9IZExRl1lUxvZg,350
|
|
4
3
|
dkist_processing_cryonirsp/config.py,sha256=xNkUNJ1BeBxJX881mTCIEbirZlD5_5txpV1QqkbfRM0,507
|
|
5
4
|
dkist_processing_cryonirsp/models/__init__.py,sha256=m6UekKftTahNJ3W5K3mZSz4Y4ZZpHRxF_ZAxuaKYL7o,12
|
|
@@ -104,7 +103,7 @@ docs/requirements_table.rst,sha256=FaqSag9kPi77gWPhzeo_tFEhRFjb3qUuNqqQe1K76NM,2
|
|
|
104
103
|
docs/scientific_changelog.rst,sha256=01AWBSHg8zElnodCgAq-hMxhk9CkX5rtEENx4iz0sjI,300
|
|
105
104
|
docs/sp_science_calibration.rst,sha256=fHBOZ2cqySxLjNi737KfynlmHZy9W4EwvuzxnyjDNvk,2597
|
|
106
105
|
licenses/LICENSE.rst,sha256=piZaQplkzOMmH1NXg6QIdo9wwo9pPCoHkvm2-DmH76E,1462
|
|
107
|
-
dkist_processing_cryonirsp-1.4.
|
|
108
|
-
dkist_processing_cryonirsp-1.4.
|
|
109
|
-
dkist_processing_cryonirsp-1.4.
|
|
110
|
-
dkist_processing_cryonirsp-1.4.
|
|
106
|
+
dkist_processing_cryonirsp-1.4.1.dist-info/METADATA,sha256=gXnu4sBxbYi7Z3RiKu1Oss3yKk2FBF8uieTP4gZ5dvc,8403
|
|
107
|
+
dkist_processing_cryonirsp-1.4.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
108
|
+
dkist_processing_cryonirsp-1.4.1.dist-info/top_level.txt,sha256=Sm9b1ddKnsF9Bh3mqDOct1Sm7k8I9aN7vGHgpmu-MlQ,51
|
|
109
|
+
dkist_processing_cryonirsp-1.4.1.dist-info/RECORD,,
|
changelog/158.misc.rst
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Replace `TransferCryoTrialData` with `TransferTrialData` from dkist-processing-common.
|
|
File without changes
|