pigeon-tem-comms 2.1.1__tar.gz → 2.1.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.
Files changed (39) hide show
  1. {pigeon_tem_comms-2.1.1/pigeon_tem_comms.egg-info → pigeon_tem_comms-2.1.2}/PKG-INFO +1 -1
  2. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/tile/__init__.py +11 -7
  3. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2/pigeon_tem_comms.egg-info}/PKG-INFO +1 -1
  4. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/pyproject.toml +1 -1
  5. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/LICENSE +0 -0
  6. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/README.md +0 -0
  7. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/__init__.py +0 -0
  8. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/buffer.py +0 -0
  9. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/calibration.py +0 -0
  10. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/camera.py +0 -0
  11. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/lens_correction.py +0 -0
  12. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/montage.py +0 -0
  13. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/qc.py +0 -0
  14. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/roi.py +0 -0
  15. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/scope/__init__.py +0 -0
  16. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/scope/image_shift.py +0 -0
  17. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/stage/__init__.py +0 -0
  18. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/stage/aperture.py +0 -0
  19. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/stage/motion.py +0 -0
  20. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/stage/rotation.py +0 -0
  21. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/state.py +0 -0
  22. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/tile/metadata.py +0 -0
  23. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/tile/statistics.py +0 -0
  24. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/TEM_comms/ui.py +0 -0
  25. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/pigeon_tem_comms.egg-info/SOURCES.txt +0 -0
  26. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/pigeon_tem_comms.egg-info/dependency_links.txt +0 -0
  27. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/pigeon_tem_comms.egg-info/entry_points.txt +0 -0
  28. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/pigeon_tem_comms.egg-info/requires.txt +0 -0
  29. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/pigeon_tem_comms.egg-info/top_level.txt +0 -0
  30. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/setup.cfg +0 -0
  31. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/tests/test_buffer.py +0 -0
  32. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/tests/test_calibration.py +0 -0
  33. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/tests/test_camera.py +0 -0
  34. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/tests/test_documentation.py +0 -0
  35. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/tests/test_qc.py +0 -0
  36. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/tests/test_scope_command.py +0 -0
  37. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/tests/test_stage.py +0 -0
  38. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/tests/test_tile.py +0 -0
  39. {pigeon_tem_comms-2.1.1 → pigeon_tem_comms-2.1.2}/tests/test_ui.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pigeon-tem-comms
3
- Version: 2.1.1
3
+ Version: 2.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
@@ -74,17 +74,19 @@ class Matches(TileMetadata):
74
74
  class TemplateMatch(BaseModel):
75
75
  model_config = {"extra": "forbid"}
76
76
 
77
+ query_point: Tuple[float, float] = Field(
78
+ description="The center point of the template in the template image."
79
+ )
80
+ search_point: Tuple[float, float] = Field(
81
+ description="The center point of the search patch in the search image."
82
+ )
77
83
  offset: Tuple[float, float] = Field(
78
84
  description="The offset between the expected and actual template positions."
79
85
  )
80
86
  distance: float = Field(description="The distance of the offset.")
81
87
  rotation: float = Field(description="The angle of the offset.")
82
- maxVal: float = Field(
83
- description="The maximum value of the template match."
84
- )
85
- minVal: float = Field(
86
- description="The minimum value of the template match."
87
- )
88
+ maxVal: float = Field(description="The maximum value of the template match.")
89
+ minVal: float = Field(description="The minimum value of the template match.")
88
90
  expected_offset_in_crop: Tuple[int, int] = Field(description="")
89
91
  maxLoc: Tuple[int, int] = Field(
90
92
  description="The maximum location of the template match."
@@ -109,7 +111,9 @@ class TemplateMatchContainer(BaseModel):
109
111
  position: Literal["top", "bottom", "left", "right"] = Field(
110
112
  description="The position of matched tile relative to the captured tile."
111
113
  )
112
- matches: List[TemplateMatch] = Field(description="A list of data structures containing the information about each individual match.")
114
+ matches: List[TemplateMatch] = Field(
115
+ description="A list of data structures containing the information about each individual match."
116
+ )
113
117
 
114
118
 
115
119
  class TemplateMatches(TileMetadata):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pigeon-tem-comms
3
- Version: 2.1.1
3
+ Version: 2.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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pigeon-tem-comms"
3
- version = "2.1.1"
3
+ version = "2.1.2"
4
4
  authors = [
5
5
  { name="Cameron Devine", email="cameron.devine@alleninstitute.org" },
6
6
  ]