APS-2BM-MIC / ipython-user2bmb

ipython configurations for the tomography instrument
2 stars 5 forks source link

optimize rotary stage speed calculation for fly scan #35

Closed prjemian closed 6 years ago

prjemian commented 6 years ago

We can rotate the sample stage faster than the current calculation provides. The user wants to specify acquire_time (exposure time for each image frame) based on signal and noise. We want o minimize the angular blur that is a consequence of acquiring an image frame while the sample stage is rotating. But, we want to acquire a full tomo dataset as fast as possible.

How much blur is acceptable? A good starting estimate is no more than 0.1 pixel/frame.

The algorithm is:

NOTE: Implementation depends on completion of #37

prjemian commented 6 years ago

can solve this with no beam, move to later milestone

prjemian commented 6 years ago

@decarlof : deposit example code here

decarlof commented 6 years ago

@prjemian here it is

prjemian commented 6 years ago

@decarlof : Good, I'll use those functions directly (as can be) in the mona/bluesky code