-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add README for Mediso_NEMA_IQ_lowcounts
- Loading branch information
1 parent
33a40f9
commit e3ab749
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |