Skip to content

Commit

Permalink
modifying the tile preview topic with a new name and getting ready fo…
Browse files Browse the repository at this point in the history
…r a base 64 string
  • Loading branch information
CameronDevine committed Nov 7, 2024
1 parent 7dc6c39 commit faf084d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TEM_comms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"stage.motion.status": stage.motion.Status,
"stage.rotation.command": stage.rotation.Command,
"stage.rotation.status": stage.rotation.Status,
"tile.jpeg": tile.JPEG,
"tile.preview": tile.Preview,
"tile.minimap": tile.Minimap,
"tile.processed": tile.Processed,
"tile.raw": tile.Raw,
Expand Down
4 changes: 2 additions & 2 deletions TEM_comms/tile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
from . import statistics


class JPEG(BaseMessage):
class Preview(BaseMessage):
tile_id: str
path: str
image: str


class Minimap(BaseMessage):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pigeon-tem-comms"
version = "0.4.5"
version = "0.4.6"
authors = [
{ name="Cameron Devine", email="[email protected]" },
]
Expand Down

0 comments on commit faf084d

Please sign in to comment.