Open Cathyhjj opened 3 months ago
is the beamline db also MongoDB?
Yes, both the motor positions and our scans get saved to the same mongo database, but in different collections.
Now that I think about it, maybe we should scrap the saved motor position collection and just do a bp.count
on the motors to save their current positions.
It would mean that saving positions has to happen in a run engine, but it would open up some advantages like API access and being able to export them to a csv, etc.
Thoughts?
Status
@canismarko
Maybe: add name contains filter in get_motor_position
bugs:
2024-10-15
def update_queue_status(self, status)
for queue button
Discuss:
delete_saved_motor_positions(uid)
functions to motor_position.py, is the beamline db also MongoDB?Todo list