NSLS-II-ESM-1 / profile_collection

IPython startup files for collection at ESM-1
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Identify any classes that should be moved up to nslsii or ophyd #36

Closed mrakitin closed 5 years ago

mrakitin commented 5 years ago

We are looking for classes for IOCs that there are many versions of around the ring.  This includes common hardware:

Look for custom sub-classes of 'standard' devices

Some of these will be extending the functionality, some will we working around bugs that no longer exist, some will be patching around differences in IOC versions.  Try to identify which of these cases each one is using.

We are not worried about stub-classes that just bundle together motors (ex stages, mirrors, etc), but classes that have non-trivial logic.

mrakitin commented 5 years ago

How is it going, @Ke?