pyGCG 0.7.1__tar.gz → 0.7.2__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.
- {pygcg-0.7.1 → pygcg-0.7.2}/PKG-INFO +1 -1
- {pygcg-0.7.1 → pygcg-0.7.2}/pyGCG.egg-info/PKG-INFO +1 -1
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/GUI_main.py +1 -1
- {pygcg-0.7.1 → pygcg-0.7.2}/pyproject.toml +1 -1
- {pygcg-0.7.1 → pygcg-0.7.2}/LICENCE.txt +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/README.md +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pyGCG.egg-info/SOURCES.txt +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pyGCG.egg-info/dependency_links.txt +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pyGCG.egg-info/requires.txt +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pyGCG.egg-info/top_level.txt +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/__init__.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/example_config.toml +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/tabs/__init__.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/tabs/beams.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/tabs/spectrum.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/utils/__init__.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/utils/icon_checkbox.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/utils/misc.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/utils/toolbar.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/windows/__init__.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/windows/base_window.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/windows/comments.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/windows/search.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/pygcg/windows/settings.py +0 -0
- {pygcg-0.7.1 → pygcg-0.7.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyGCG
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: A GUI to aid in viewing and classifying NIRISS data products from GLASS-JWST.
|
|
5
5
|
Author-email: Peter Watson <peter.watson+pygcg@inaf.it>
|
|
6
6
|
Project-URL: Homepage, https://github.com/PJ-Watson/pyGCG
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyGCG
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: A GUI to aid in viewing and classifying NIRISS data products from GLASS-JWST.
|
|
5
5
|
Author-email: Peter Watson <peter.watson+pygcg@inaf.it>
|
|
6
6
|
Project-URL: Homepage, https://github.com/PJ-Watson/pyGCG
|
|
@@ -922,7 +922,7 @@ class GCG(ctk.CTk):
|
|
|
922
922
|
flattened_data = flatten_dict(self.current_gal_data)
|
|
923
923
|
|
|
924
924
|
if (
|
|
925
|
-
len(flattened_data) ==
|
|
925
|
+
len(flattened_data) == 22
|
|
926
926
|
and self.read_write_button.get() == "Write output"
|
|
927
927
|
and np.sum([*self.object_progress.values()]) == 3
|
|
928
928
|
):
|
|
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
|
|
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
|