Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebel authored Jul 3, 2019
1 parent e104940 commit 9f30a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ The `Sequence_builder` in `Sequence_editor.py` can display the parsed sequences.
Most of the generic commands are implemented. It is possible to read arbitrarily nested scanning commands. Empty lines are ignored. In contrast to the logic in the PPMS, when chaining an additional sequence, after the completion of the chained sequence, the mother-sequence continues after the `chain_sequence` command (multiple nesting allowed too).
Most of the running functionality has not yet been tested -- use at your own risk!

Missing functionality in running Sequences is partially documented in issues on github.
Missing functionality in running Sequences is partially documented in issues on [GitHub](https://github.com/bklebel/measureSequences).

Saving a serialised version of the parsed sequence will write a pickled object and a json file, containing a list with all commands (dictionaries). No reasonable sequences can be written so far, using MultiVu is recommended.

0 comments on commit 9f30a9d

Please sign in to comment.