Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
version 1.1.4
  • Loading branch information
thusser authored Dec 10, 2023
2 parents 632db82 + 542f34f commit fbfe4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyobs_fli/flicamera.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async def list_binnings(self, **kwargs: Any) -> List[Tuple[int, int]]:
Returns:
List of available binnings as (x, y) tuples.
"""
return [(1, 1), (2, 2), (3, 3)]
return [(1, 1), (2, 2), (3, 3), (4, 4)]

async def _expose(self, exposure_time: float, open_shutter: bool, abort_event: asyncio.Event) -> Image:
"""Actually do the exposure, should be implemented by derived classes.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyobs-fli"
version = "1.1.3"
version = "1.1.4"
description = "pyobs module for FLI cameras"
authors = ["Tim-Oliver Husser <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fbfe4a8

Please sign in to comment.