pogucam 0.1.16__tar.gz → 0.1.17__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.
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.1.16
2
+ current_version = 0.1.17
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pogucam
3
- Version: 0.1.16
3
+ Version: 0.1.17
4
4
  Summary: Add your description here
5
5
  Author-email: jaromrax <jaromrax@gmail.com>
6
6
  Requires-Python: >=3.12
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pogucam"
3
- version = "0.1.16"
3
+ version = "0.1.17"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -1034,9 +1034,11 @@ class StreamWidget(QLabel):
1034
1034
  ROO = f"ROT:{self.l_rotate:3.1f}"
1035
1035
  LGA = f"LGAM:{self.l_gamma:3.1f}"
1036
1036
  SAV = f" "
1037
- if self.saving_all:
1037
+ if self.saving_all: # not used anymore
1038
1038
  SAV = f"SAVING"
1039
1039
  LAPS = f"LAPS:{self.saving_laps:3d}"
1040
+ if self.l_timelaps:
1041
+ LAPS = f"LLAP:{self.l_timelaps_seconds:3d}"
1040
1042
  #
1041
1043
  FIT = f" "
1042
1044
  if self.saving_fits_only:
@@ -282,7 +282,7 @@ wheels = [
282
282
 
283
283
  [[package]]
284
284
  name = "pogucam"
285
- version = "0.1.15"
285
+ version = "0.1.16"
286
286
  source = { editable = "." }
287
287
  dependencies = [
288
288
  { name = "astropy" },
File without changes
File without changes
File without changes
File without changes
File without changes