Andi Barbour
Andi Barbour
I noticed some time ago that bluesky seems to perform relative motion with respect to the readback value. Almost all of the EPICS motor implementations i have seen for "jogging"...
Quick fix, use all three miller indices: `RE(scan(detector_list, diffract.h, hh, hh, diffract.k, kk, kk, diffract.l, ll-.05, ll+0.5, 21) )` `RE(scan(detector_list diffract.l, ll-.05, ll+0.5, 21) )` should maintain the values of...
## Expected Behavior SupplementalData.baseline is awesome. But simple mistakes take a lot of time to sort out because the traceback isn't as clear as it could be. There are two...
Discussion here: https://github.com/bluesky/hklpy/issues/61 ; https://github.com/bluesky/hklpy/pull/145 Eluded to this here: https://github.com/bluesky/bluesky/issues/1436 Capturing details now so that we can get the some requirements. To get us started. - all hklpy objects (like...
code in .py file (as user makes during expierment by trying things in bsui command line first) ```python def get_nm_resolution_by_corr(): #TODO need to figure out best way to find new...
If you accidentaly send the detector somewhere to recieve too many x-rays it could be broken (or if you start a plan not realizeing that you havent move the detector...
## Current Behavior ```python In [25]: RE(bpp.pchain(scan(pgm.energy,848, 860, 25, md={'purpose':'with epu'}), mv(pgm.energy, 852.2))) An exception has occurred, use '%tb verbose' to see the full traceback. ValueError: The number of points...
Calculated various hkl values using tardis.forward(). The output motor positions made sense and were within scan limits. tardis.move() moved to these positions accurately, ensuring that the system of equations to...
I used many `monitors` during some scans, but the `stop` document does not indicate there are additional data streams. I am unsure if this is a bluesky documents problem or...
`RE.hault()` is a great option to have, but the use case is more narrow than what is used in practice. If I get to the end of the measurement, I...