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
It occurs to me that tomography will not be served with #549, as it doesn't follow that pattern of NxM frames.
I suggest instead of TriggerInfo(num=3, iterations=4) we do TriggerInfo(num=[3]*4), which leaves us able to do TriggerInfo(num=[2, 3, 1000, 3]) for tomography (darks, flats, projections, flats)
The text was updated successfully, but these errors were encountered:
It occurs to me that tomography will not be served with #549, as it doesn't follow that pattern of NxM frames.
I suggest instead of
TriggerInfo(num=3, iterations=4)
we doTriggerInfo(num=[3]*4)
, which leaves us able to doTriggerInfo(num=[2, 3, 1000, 3])
for tomography (darks, flats, projections, flats)The text was updated successfully, but these errors were encountered: