Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 430 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 430 Bytes

TES Horizontal Feedback

Quickstart

Basic git reminders

To obtain the code

git clone https://github.com/NSLS-II-TES/tes-horizontal-feedback

To pull changes

cd tes-horizontal-feedback
git pull origin master

Using the code

conda activate YOUR_ENVIRONMENT_HERE
cd tes-horizontal-feedback
python horizontal_feedback.py

To review options:

python horizontal_feedback.py --help