BCDA-APS / use_bluesky

Tools to help APS use the Bluesky Framework (https://blueskyproject.io/)
8 stars 3 forks source link

update the documentation and README files #52

Closed prjemian closed 4 years ago

prjemian commented 4 years ago

Lots of TODO items

prjemian commented 4 years ago

Sounds nebulous. Let's get some specifics or this issue might never close.

(base) prjemian@poof ~/.../projects/use_bluesky $ git grep TODO | grep -v ipynb
admin/README.md:1. setup instrument profile - TODO
admin/README.md:1. setup starter scripts - TODO
archive/2019-and-before/notes/2017-03-28-range-checking.md:* [TODO](#todo)
archive/2019-and-before/notes/2017-03-28-range-checking.md:# TODO
archive/2019-and-before/plans/interlace_tomo.py:        # TODO: this assume a PyEpics motor object, generalize this check
archive/2019-and-before/plans/my_devices.py:        hdf.file_path.put(os.getcwd())          # TODO: get from EPICS PV
archive/2019-and-before/plans/my_devices.py:        hdf.file_name.put('tomoscan')           # TODO: get from EPICS PV
archive/2019-and-before/plans/standlone.py:    # TODO: How to get frame file names into LiveTable?
lessons/instrument/devices/TODO/diffractometer.py:            # TODO: any other positioner constraints 
lessons/instrument/devices/TODO/fourc.py:# TODO: pick the motors at 29-ID
lessons/instrument/devices/__init__.py:# from .TODO.fourc import *
lessons/instrument/devices/__init__.py:# from .TODO.kappa_config import *
templates/README.md:## TODO: add instructions:
templates/install_startup.sh:# TODO: replace `INSTRUMENT` with ${STATION}
templates/profile_bluesky/startup/instrument/devices/TODO/diffractometer.py:            # TODO: any other positioner constraints 
templates/profile_bluesky/startup/instrument/devices/TODO/fourc.py:# TODO: pick the motors at 29-ID
templates/profile_bluesky/startup/instrument/devices/__init__.py:# from .TODO.fourc import *
templates/profile_bluesky/startup/instrument/devices/__init__.py:# from .TODO.kappa_config import *
prjemian commented 4 years ago