File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 55```
66conda env create -f environment.yml
77conda 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
4343value > 0 is given via ` --num_epochs_mlem ` . Otherwise it is skipped to save
4444time.
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- ```
You can’t perform that action at this time.
0 commit comments