augustin_s augustin_s
  • Joined on 2025-02-24
augustin_s pushed to main at augustin_s/gitea-permissions 2025-12-09 10:49:43 +01:00
2ffd70a2f7 somehow they also need this weird thing ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯
augustin_s created repository augustin_s/gitea-permissions 2025-12-09 10:47:26 +01:00
augustin_s pushed to master at slic/slic 2025-12-08 21:27:21 +01:00
7673cb8faf fixed a bug in the comparison logic
83b4877336 why?
f7f6107018 moved magic number into const
5cec13721b fixed label alignment (missing dummy for update button)
36ac992818 use // to avoid floats
Compare 7 commits »
augustin_s pushed to master at slic/slic 2025-12-05 11:51:02 +01:00
e2928354ad support Status Styles; Add and Insert just forward arguments to StatusBarItem
augustin_s pushed to master at slic/slic 2025-12-05 11:43:23 +01:00
4166d349c9 added StatusBarX
14b66f919a added StatusBarX
55d6012961 renamed: NotebookDX -> NotebookX
Compare 3 commits »
augustin_s commented on issue SwissFEL/BStrd#1 2025-12-04 12:40:22 +01:00
Optionally yield incomplete datasets

Oh sure, the warning+counter should be there for all cases...

augustin_s commented on issue SwissFEL/BStrd#1 2025-12-04 11:14:46 +01:00
Optionally yield incomplete datasets

It would be one grep for "BSCache" and then changing the relevant ones to:

bscache = BSCache(..., handle_incomplete="keep")

or something similar.

And handle_incomplete could…

augustin_s pushed to master at slic/slic 2025-12-03 16:04:15 +01:00
0fd1068479 slightly simpler logic
32b79769ba calculate n_steps at the start
f858c018d6 use current_scan.get_state if available
a80dcc0dca store current step and repetition and use it in get_state
17d648018c "last run" -> "Last Run"
Compare 5 commits »
augustin_s pushed to master at slic/slic 2025-12-03 11:27:03 +01:00
1fa32212a7 added a timer that updates the scanner info
03537b511e remove underline effect
Compare 2 commits »
augustin_s pushed to master at slic/slic 2025-12-03 10:50:38 +01:00
94936dcbd2 made __repr__ of Fake* more like the real thing
d70274af3b removed dashes
190361dcba pedestal taking is actually in sync
fc05fadb56 display scanner instead of daq
941f30d1f9 removed unused STRETCH
Compare 7 commits »
augustin_s commented on issue SwissFEL/BStrd#1 2025-12-02 17:16:49 +01:00
Optionally yield incomplete datasets

It should be the exact same change, TBH.

The idiomatic pattern is to replace

x = data["channel"]

with

x = data.get("channel")

and then something like…

augustin_s opened issue SwissFEL/BStrd#1 2025-12-02 10:01:55 +01:00
Optionally yield incomplete datasets
augustin_s pushed to master at slic/slic 2025-11-29 22:36:50 +01:00
79c615c3e3 fixed logic
augustin_s pushed to master at slic/slic 2025-11-24 20:28:56 +01:00
3860232929 adjusted to new imports in bsread
augustin_s pushed to main at sf-daq/dap 2025-11-24 19:19:12 +01:00
aef6933fab adjust to new import logic
augustin_s pushed to main at sf-daq/dap 2025-11-19 18:53:45 +01:00
a89a6aded6 handle equals case correctly (i.e., like indices)
4de0c8b7d7 allow vmin/vmax = None for "no limit"
Compare 2 commits »
augustin_s pushed to main at sf-daq/dap 2025-11-19 18:52:28 +01:00
a234e4b671 handle equals case correctly (i.e., like indices)
3bbc317f6f allow vmin/vmax = None as "no limit"
Compare 2 commits »
augustin_s created repository Diavolezza/Wiki 2025-11-17 18:14:24 +01:00
augustin_s pushed to master at slic/slic 2025-11-16 17:34:46 +01:00
5aa9a0a82b double quotes
augustin_s renamed repository from User-Wiki to Furka/Wiki 2025-11-13 18:25:07 +01:00