APS-USAXS / livedata

live data from the APS USAXS instrument
https://usaxslive.xray.aps.anl.gov/
0 stars 0 forks source link

wrong "macro" name for FlyScan in SPEC file when using Bluesky #11

Closed prjemian closed 5 years ago

prjemian commented 5 years ago

moved from https://github.com/APS-USAXS/ipython-usaxs/issues/201

During work on https://github.com/APS-USAXS/ipython-usaxs/issues/143, it was found that scanplots.py expects the (SPEC) "macro" to be named FlyScan. The current bluesky plan calls it Flyscan. Rather than fix the plan, make scanplots adaptable (and move forward) with Bluesky.

prjemian commented 5 years ago

Reverting this action to work with as-written data files.

prjemian commented 5 years ago

Part of this issue involves properly identifying the name of the related HDF5 data file (FlyScans, SAXS, and WAXS). That was identified as https://github.com/APS-USAXS/ipython-usaxs/issues/183 but needs further resolution here.