WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 12ca1cf

Browse files
authored
new naming convention (#178)
1 parent 03bc626 commit 12ca1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ python -m petsird.helpers.generator | python -m petsird.helpers.analysis
3737
There is also a very basic utility to plot the scanner geometry. For instance
3838

3939
```sh
40-
python -m petsird.helpers.generator > test.bin
41-
python -m petsird.helpers.plot_scanner < test.bin
40+
python -m petsird.helpers.generator > test.petsird
41+
python -m petsird.helpers.plot_scanner < test.petsird
4242
```

0 commit comments

Comments
 (0)