APS-2BM-MIC / ipython-user2bmb

ipython configurations for the tomography instrument
2 stars 5 forks source link

detector-specific info should be part of detector object #48

Closed prjemian closed 5 years ago

prjemian commented 6 years ago

Various pieces of information (code, constants) that are specific to the Point Grey detector should be relocated from tomo_scan() and to the detector object. This will help generalize the tomo_scan() code for use in 2-BM-A and other stations.

As these parts are relocated, the expectations of tomo_scan() should be documented.

prjemian commented 5 years ago

Will be part of #49

prjemian commented 5 years ago

Also, there is recent work by others to generalize or localize this configuration. - https://github.com/NSLS-II/ophyd/pull/623