pigeon-tem-comms 1.1.1__py3-none-any.whl → 1.1.2__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.
TEM_comms/stage/motion.py CHANGED
@@ -1,16 +1,17 @@
1
+ from typing import Optional
1
2
  from pigeon import BaseMessage
2
3
 
3
4
 
4
5
  class Command(BaseMessage):
5
6
  x: int | None = None
6
7
  y: int | None = None
7
- z: int | None = None
8
+ z: Optional[int] = None
8
9
  calibrate: bool = False
9
10
 
10
11
 
11
12
  class Status(BaseMessage):
12
13
  x: int | None
13
14
  y: int | None
14
- z: int | None
15
+ z: Optional[int] = None
15
16
  in_motion: bool
16
17
  error: str = ""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pigeon-tem-comms
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Pigeon messages for the next generation TEM imaging system.
5
5
  Author-email: Cameron Devine <cameron.devine@alleninstitute.org>
6
6
  License: BSD 3 Clause
@@ -8,14 +8,14 @@ TEM_comms/scope.py,sha256=EfsOaEWfzT_UhYLRAYE733RoRyQQmNQc1Kz90gYLiqs,816
8
8
  TEM_comms/ui.py,sha256=Yxd0i4wjmddDl9sVzcFHHu5b6n0ICzaO0b_8SmAysxg,1459
9
9
  TEM_comms/stage/__init__.py,sha256=UVtYKzMBI01FUADS24xSItNIjhqdZtlDeJdqsDJNVIc,67
10
10
  TEM_comms/stage/aperture.py,sha256=lyJO34_K76MKrZ-o2izd5V7eEN55d3lGu__RvZq-NlA,227
11
- TEM_comms/stage/motion.py,sha256=CqP-BS7mRP5Z9VkFT9-ePiICg6HQiviUubaO1qSioxo,287
11
+ TEM_comms/stage/motion.py,sha256=0QnMOgVB8THQEims4Nc5ZxonqIH-XRjrw9F7p30Ex9k,328
12
12
  TEM_comms/stage/rotation.py,sha256=tUcf6IpQ2ooRDYb51Zb4pi7pQUrBuLPiLKSg8Ebb2DY,332
13
13
  TEM_comms/tile/__init__.py,sha256=ID3b4VAHqVXAkxTYOZ7H2oTSrnVdUYt4Xb6gpQ0I3qo,316
14
14
  TEM_comms/tile/metadata.py,sha256=pUxmi_C02e5nwTm51rIULkKaRz6ij5mlXylzAcDU-9c,149
15
15
  TEM_comms/tile/statistics.py,sha256=C1pMEOjwVrhjGR6R7efKJE-pR_tw9ZAGrprLIHcXc_A,245
16
- pigeon_tem_comms-1.1.1.dist-info/licenses/LICENSE,sha256=tZfQIUX7uNGacTb751ZWInVenJl6OwYQihcGbYrKSts,1463
17
- pigeon_tem_comms-1.1.1.dist-info/METADATA,sha256=L6nSFqG5xt96FhuO3ear6NAkHVEmc9s_O28LCYQKk9Q,1575
18
- pigeon_tem_comms-1.1.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
- pigeon_tem_comms-1.1.1.dist-info/entry_points.txt,sha256=X2WfBCDgfH9XVVqiI4rLu7BLyMNuLW6WWckqXxfbrgk,38
20
- pigeon_tem_comms-1.1.1.dist-info/top_level.txt,sha256=3_1RcQ7xvS2dJEYnPIigo9snoKcSXSNJzPqunY0qydI,10
21
- pigeon_tem_comms-1.1.1.dist-info/RECORD,,
16
+ pigeon_tem_comms-1.1.2.dist-info/licenses/LICENSE,sha256=tZfQIUX7uNGacTb751ZWInVenJl6OwYQihcGbYrKSts,1463
17
+ pigeon_tem_comms-1.1.2.dist-info/METADATA,sha256=lUbcoZ-2bosXJ0h3WC-Rcrvhd8b3LYbx39IOzuRugdU,1575
18
+ pigeon_tem_comms-1.1.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
+ pigeon_tem_comms-1.1.2.dist-info/entry_points.txt,sha256=X2WfBCDgfH9XVVqiI4rLu7BLyMNuLW6WWckqXxfbrgk,38
20
+ pigeon_tem_comms-1.1.2.dist-info/top_level.txt,sha256=3_1RcQ7xvS2dJEYnPIigo9snoKcSXSNJzPqunY0qydI,10
21
+ pigeon_tem_comms-1.1.2.dist-info/RECORD,,