We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bc626 commit 12ca1cfCopy full SHA for 12ca1cf
python/README.md
@@ -37,6 +37,6 @@ python -m petsird.helpers.generator | python -m petsird.helpers.analysis
37
There is also a very basic utility to plot the scanner geometry. For instance
38
39
```sh
40
-python -m petsird.helpers.generator > test.bin
41
-python -m petsird.helpers.plot_scanner < test.bin
+python -m petsird.helpers.generator > test.petsird
+python -m petsird.helpers.plot_scanner < test.petsird
42
```
0 commit comments