NSLS-II-SRX / profile_collection

NSLS-II SRX beamline IPython startup files for data collection
https://doi.org/10.1016/j.nima.2022.166505
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

Velocity units are wrong in progress bar #7

Open jklynch opened 4 years ago

jklynch commented 4 years ago

Running something like RE(mv(dcm.c2_x, x.yz)) gives a progress bar with units "s/mm".

tacaswell commented 4 years ago

if things are tqdm tries to pick the ratio that "looks better". It looks like there is a way to control this by setting the bar format (https://tqdm.github.io/docs/tqdm/#format_meter)