NSLS-II-CSX / profile_collection

BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

change local variable names to match hdr.start.motors field for auto-plotting in easy way #24

Open ambarb opened 5 years ago

ambarb commented 5 years ago

In [32]:

print(h.start.motors)
list(tbl)

​
['epu2_gap']

['time',
 'dif_beam_stats1_total',
 'dif_beam_stats2_total',
 'dif_beam_stats3_total',
 'dif_beam_stats4_total',
 'dif_beam_stats5_total',
 'epu2_gap_readback',
 'epu2_gap_setpoint',
 'epu2_gap_stop_signal']
ambarb commented 3 years ago

plus make more consistent if possible - _user_readback versus _readback. Need to understand how much of this is tied to ophyd defaults for different ophyd devices (of which are mostly prototypes at CSX)