Skip to content

Commit

Permalink
add README for Mediso_NEMA_IQ_lowcounts
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Oct 22, 2024
1 parent 33a40f9 commit e3ab749
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions SIRF_data_preparation/Mediso_NEMA_IQ_lowcounts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Mediso_NEMA_IQ_lowcounts
Aside from usual steps

##
Copy VOIs from high count data, but with adjustement of size. KT
did this via STIR utilities (but can be done via SIRF as well)
```
for f in VOI*.hv; do
zoom_image --template data/Mediso_NEMA_IQ_lowcounts/OSEM_image.hv data/Mediso_NEMA_IQ_lowcounts/$f $f;
done
```
## BSREM
Given large oscillations with subsets, I reduced the number of subsets from 12 to 6 (in `dataset_settings.py`) but increased the initial step size.
```
python -m SIRF_data_preparation.get_penalisation_factor --dataset=Mediso_NEMA_IQ_lowcounts --ref_dataset=Mediso_NEMA_IQ -w
python -m SIRF_data_preparation.run_BSREM Mediso_NEMA_IQ_lowcounts --initial_step_size=.5 --relaxation_eta=.0105
```

0 comments on commit e3ab749

Please sign in to comment.