Marker with many adjs #2

Open
opened 2022-01-10 12:23:20 +01:00 by augustin_s · 3 comments
augustin_s commented 2022-01-10 12:23:20 +01:00 (Migrated from gitlab.psi.ch)

Currently:

d = DummyAdjustable()
m = Marker(d)

Sets a marker m on the current position of d. The name of the marker, and the stored position can be set. Markers show up automatically in the GoTo tab of the GUI.

Requested:

d1 = DummyAdjustable(name="dummy 1")
d2 = DummyAdjustable(name="dummy 2")
...

m = Marker(d1, d2, ...)

Sets a marker m on the current positions of all given d*. This would be useful, e.g., when 3D positions are supposed to be bookmarked.

Currently: ---------- ```python d = DummyAdjustable() m = Marker(d) ``` Sets a marker `m` on the current position of `d`. The name of the marker, and the stored position can be set. Markers show up automatically in the GoTo tab of the GUI. Requested: ---------- ```python d1 = DummyAdjustable(name="dummy 1") d2 = DummyAdjustable(name="dummy 2") ... m = Marker(d1, d2, ...) ``` Sets a marker `m` on the current positions of all given `d*`. This would be useful, e.g., when 3D positions are supposed to be bookmarked.
augustin_s commented 2022-01-12 12:18:21 +01:00 (Migrated from gitlab.psi.ch)

changed the description

changed the description
augustin_s commented 2024-10-19 13:44:42 +02:00 (Migrated from gitlab.psi.ch)

changed title from Marker with many adjs to {+GUI: +}Marker with many adjs

changed title from **Marker with many adjs** to **{+GUI: +}Marker with many adjs**
augustin_s commented 2024-10-19 13:57:32 +02:00 (Migrated from gitlab.psi.ch)

changed title from {-GUI: -}Marker with many adjs to Marker with many adjs

changed title from **{-GUI: -}Marker with many adjs** to **Marker with many adjs**
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: slic/slic#2