Overlay image in crystal snapshots #1452
dominikatrojanowska
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any solution of passing overlay image to the snapshots taken automatically before DC? Currently our (Max IV) solution does not provide additional features like beam center, scale, shapes etc. We would like to have snapshots containing all the annotation that are added while taking a snapshot with the sample control button.
The snapshot taken with sample control:

The snapshot taken automatically before DC:

In general MXCuBE code for those two scenarios logic is a bit different. In first case the
overlay_datais passed along to thecamera/snapshotendpoint https://github.com/mxcube/mxcubeweb/blob/c44fc17b6756052f5f09e553acf10718ef97e25e/ui/src/api/sampleview.js#L81 while in the second case it is triggered by mxcubecore and no overaly is passed to take_snapshot method. Thus a the DC snapshot looks a bit different.Beta Was this translation helpful? Give feedback.
All reactions