pogucam 0.1.16__py3-none-any.whl → 0.1.17__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.
- pogucam/explore_u24_uni.py +3 -1
- {pogucam-0.1.16.dist-info → pogucam-0.1.17.dist-info}/METADATA +1 -1
- {pogucam-0.1.16.dist-info → pogucam-0.1.17.dist-info}/RECORD +5 -5
- {pogucam-0.1.16.dist-info → pogucam-0.1.17.dist-info}/WHEEL +0 -0
- {pogucam-0.1.16.dist-info → pogucam-0.1.17.dist-info}/entry_points.txt +0 -0
pogucam/explore_u24_uni.py
CHANGED
@@ -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:
|
@@ -1,11 +1,11 @@
|
|
1
1
|
pogucam/__init__.py,sha256=Iij7VvXCrFPMtTia41mQ7LxFLaulf_fD5cb-AyjpUo0,53
|
2
2
|
pogucam/buffers.py,sha256=1JLkuenkHoA-K-uZAlNV7chHQDZLrspgT5_XOY-E-34,6692
|
3
|
-
pogucam/explore_u24_uni.py,sha256=
|
3
|
+
pogucam/explore_u24_uni.py,sha256=HTB1mIp9c2Lb5tb903y8YZcR1uVPsniJrb4s1_Fpf8Q,134206
|
4
4
|
pogucam/installation.md,sha256=8qspiLlYjEBx5CedRfBU7Mm0A2pz0lfAnaupZyBm5Eo,128
|
5
5
|
pogucam/mqimr.py,sha256=f48gTXng5vM-1RiNPXSA-IvAc3y6WMStbvfQ8rUV7l0,1727
|
6
6
|
pogucam/mqims.py,sha256=_G8AdfrbTrkIm2MOsq3tFOBYpiD4o58JUIvnZt0Sm7A,3293
|
7
7
|
pogucam/text_write.py,sha256=hyRyA1M5z-pda963T-k0i8fvvAlv1p3YBTZtYNdOeoE,19304
|
8
|
-
pogucam-0.1.
|
9
|
-
pogucam-0.1.
|
10
|
-
pogucam-0.1.
|
11
|
-
pogucam-0.1.
|
8
|
+
pogucam-0.1.17.dist-info/METADATA,sha256=te1qN-nHtD2fEyFB2N3bIoEqF7F01itY7ULoTTleidw,499
|
9
|
+
pogucam-0.1.17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
pogucam-0.1.17.dist-info/entry_points.txt,sha256=-97N0LsXIR8h0rJMzIMuNeNwuY8LvPYPTqnXsuAnVsM,63
|
11
|
+
pogucam-0.1.17.dist-info/RECORD,,
|
File without changes
|
File without changes
|