Skip to content

Commit 1456b51

Browse files
committed
Need to insert the session id
1 parent 3ac92da commit 1456b51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/server/api/instrument.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ async def pass_proc_params_to_instrument_server(
154154
session = db.exec(select(Session).where(Session.id == session_id)).one()
155155

156156
session_processing_parameters = SessionProcessingParameters(
157+
session_id=session_id,
157158
dose_per_frame=proc_params.dose_per_frame,
158159
gain_ref=session.current_gain_ref,
159160
symmetry=proc_params.symmetry,

0 commit comments

Comments
 (0)