tomography / scanscripts

Experiment scanning scripts at APS
http://scanscripts.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Investigate why tomo_step_scan caused an outer loop to fail #20

Open canismarko opened 6 years ago

canismarko commented 6 years ago

During 2018-03-10 beamtime, I set up a simple script that continually exectued tomo_step_scan and energy_scan. It only executes tomo_step_scan on odd numbered loops (1, 3, 5, etc). After the first tomo_step_scan (iteration 1) the script just ended. Log shows no exceptions were thrown. Since iteration 0 completed successfully, it's actually looping and it's not a question of using if instead of while or something like that.