You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MarkRivers suggests handling multiple thresholds as an extra dimension in the NDArray. This is also how Dectris construct HDF files in FileWriter2 mode, saving as a 4-dimensional array (nimages * nthresholds * X * Y). This may require updates to viewer/analysis software to correctly interpret.
The text was updated successfully, but these errors were encountered:
This may require updates to viewer/analysis software to correctly interpret.
If the ADEiger driver produces an NDArray of dimensions NX x NY x 2 then this can be sent to 2 ROI plugins. One selects the low threshold image and the other selects the high threshold image. These are sent to 2 separate PVA plugins. Viewers then don't need to be modified, they can chose which image to display by selecting which PVA plugin to connect to. If they want to display both images that would require changes.
(TODO)
Stream2 with compression is the only supported way to capture data at full speed with multiple photon energy thresholds enabled.
Data structure (CBOR) documentation is available here: https://github.com/dectris/documentation
@MarkRivers suggests handling multiple thresholds as an extra dimension in the NDArray. This is also how Dectris construct HDF files in FileWriter2 mode, saving as a 4-dimensional array (nimages * nthresholds * X * Y). This may require updates to viewer/analysis software to correctly interpret.
The text was updated successfully, but these errors were encountered: