itkdb-gtk 0.10.1__tar.gz → 0.10.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.
Potentially problematic release.
This version of itkdb-gtk might be problematic. Click here for more details.
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/PKG-INFO +1 -1
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/WireBondGui.py +8 -2
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/__init__.py +1 -1
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk.egg-info/PKG-INFO +1 -1
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/pyproject.toml +1 -1
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/README.md +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/CreateShipments.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/GetShipments.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/GlueWeight.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ITkDB.desktop +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ITkDB.svg +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ITkDBlogin.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ITkDButils.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/PanelVisualInspection.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/PetalReceptionTests.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/SensorUtils.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ShowAttachments.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ShowComments.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/ShowDefects.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/UploadModuleIV.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/UploadMultipleTests.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/UploadPetalInformation.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/UploadTest.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/dashBoard.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/dbGtkUtils.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/readAVSdata.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/readGoogleSheet.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk/untrash_component.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk.egg-info/SOURCES.txt +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk.egg-info/dependency_links.txt +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk.egg-info/entry_points.txt +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk.egg-info/requires.txt +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/itkdb_gtk.egg-info/top_level.txt +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/setup.cfg +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/test/testAnimated.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/test/testComponent.py +0 -0
- {itkdb_gtk-0.10.1 → itkdb_gtk-0.10.3}/test/test_holes.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: itkdb_gtk
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.3
|
|
4
4
|
Summary: A collection of Gtk based GUI to access ITkDB.
|
|
5
5
|
Author-email: Carlos Lacasta <carlos.lacasta@cern.ch>
|
|
6
6
|
Project-URL: Homepage, https://gitlab.cern.ch/atlas-itk/sw/db/itk-pdb-gtk-gui-utils
|
|
@@ -16,6 +16,8 @@ except ImportError:
|
|
|
16
16
|
cwd = Path(__file__).parent.parent
|
|
17
17
|
sys.path.append(cwd.as_posix())
|
|
18
18
|
import itkdb_gtk
|
|
19
|
+
|
|
20
|
+
__HELP_LINK__="https://itkdb-gtk.docs.cern.ch/wirebondTest.html"
|
|
19
21
|
|
|
20
22
|
from itkdb_gtk import dbGtkUtils
|
|
21
23
|
from itkdb_gtk import ITkDBlogin, ITkDButils, UploadTest
|
|
@@ -414,7 +416,7 @@ def get_module_param(SN):
|
|
|
414
416
|
class WireBond(dbGtkUtils.ITkDBWindow):
|
|
415
417
|
"""Main window."""
|
|
416
418
|
|
|
417
|
-
def __init__(self, session, title="", help=
|
|
419
|
+
def __init__(self, session, title="", help=__HELP_LINK__):
|
|
418
420
|
"""Initialization."""
|
|
419
421
|
super().__init__(title=title, session=session, help=help)
|
|
420
422
|
self.pdb = None
|
|
@@ -748,7 +750,11 @@ class WireBond(dbGtkUtils.ITkDBWindow):
|
|
|
748
750
|
|
|
749
751
|
def parse(self, data):
|
|
750
752
|
"""Parses a JSon dictionary."""
|
|
751
|
-
|
|
753
|
+
try:
|
|
754
|
+
dbGtkUtils.set_combo_iter(self.inst_combo, data["institution"])
|
|
755
|
+
except KeyError:
|
|
756
|
+
self.write_message("institution value is not in the loaded file.")
|
|
757
|
+
|
|
752
758
|
self.operator.set_text(data["properties"]["OPERATOR"])
|
|
753
759
|
self.machine.set_text(data["properties"]["BOND_MACHINE"])
|
|
754
760
|
self.batch.set_text(data["properties"]["BONDWIRE_BATCH"])
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: itkdb_gtk
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.3
|
|
4
4
|
Summary: A collection of Gtk based GUI to access ITkDB.
|
|
5
5
|
Author-email: Carlos Lacasta <carlos.lacasta@cern.ch>
|
|
6
6
|
Project-URL: Homepage, https://gitlab.cern.ch/atlas-itk/sw/db/itk-pdb-gtk-gui-utils
|
|
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
|
|
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
|