Skip to content

Commit da250f7

Browse files
committed
update readme
Signed-off-by: Georg Schramm <[email protected]>
1 parent 701aec4 commit da250f7

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```
66
conda env create -f environment.yml
77
conda activate petsird-analytic-simulator
8-
cd python-hackathon-2025
8+
cd python
99
```
1010

1111
## Simulate petsird LM data (work in progress)
@@ -43,14 +43,9 @@ python 01_analytic_petsird_lm_simulator.py -h
4343
value > 0 is given via `--num_epochs_mlem`. Otherwise it is skipped to save
4444
time.
4545

46-
## Run a listmode OSEM recon on the simulated (work in progress)
46+
## Run a listmode OSEM recon on the simulated
4747

4848
```
49-
python 02_lm_osem_recon_simulated_data.py
49+
python 02_reconstruct_petsird.py my_petsird_file.bin
5050
```
5151

52-
Thes command line optione for the LM OSEM recon script can be listed via
53-
54-
```
55-
python 02_lm_osem_recon_simulated_data.py -h
56-
```

0 commit comments

Comments
 (0)