Skip to content

Commit 2a93b1f

Browse files
committed
Update documentation
1 parent 9cb26ea commit 2a93b1f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ create NCP, 6t90 and c. A+B+C+D+E+F+G+H+I+J
2222
create OCTSOX, 6t90 and (c. K+L or (c. I and i. 3-24) or (c. J and i. 124-145))
2323
scan_factor NCP, OCTSOX, probe_center=True
2424
```
25+
26+
## Contributors
27+
28+
Richard D. Bunker and Georg Kempf

scan_factor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def scan_factor(target, probe, first_base_probe=None, probe_center=False, probe_
5050
5151
fetch 6t90, async=0
5252
create NCP, 6t90 and c. A+B+C+D+E+F+G+H+I+J
53-
create OCTSOX, 6t90 and c. K+L
54-
cmd.scan_factor(NCP, OCTSOX, probe_center=True)
53+
create OCTSOX, 6t90 and (c. K+L or (c. I and i. 3-24) or (c. J and i. 124-145))
54+
scan_factor NCP, OCTSOX, probe_center=True
5555
5656
"""
5757
try:

0 commit comments

Comments
 (0)