Skip to content

Commit

Permalink
remove prepark from typical run_sequence syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
joesilber committed Sep 11, 2020
1 parent 0a17232 commit fe1d3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pos_analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Positioners are tested using pre-defined lists of moves and setup parameters. Th

#) Run the test.
- Code location: ``<desi_svn>/code/focalplane/plate_control/<some_tag_or_branch>/pecs/``
- Typical syntax: ``python run_sequence.py -i seq_<SOME_TEST>.ecsv --num_corr 2 --prepark posintTP``
- Typical syntax: ``python run_sequence.py -i seq_<SOME_TEST>.ecsv --num_corr 2``
- For numerous other options\*, see help: ``python run_sequence.py --help``
- Review the test sequence (it will be displayed before anything happens, and you will have a chance to exit).
- Follow the interactive prompts to define which petals / buses / positioners should be operated.
Expand Down

0 comments on commit fe1d3e7

Please sign in to comment.