-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Clarify the applicability of projector options
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
section "Projectors" | ||
option "fp" f "Forward projection method" values="Joseph","CudaRayCast","JosephAttenuated","Zeng" enum no default="Joseph" | ||
option "bp" b "Back projection method" values="VoxelBasedBackProjection","Joseph","CudaVoxelBased","CudaRayCast","JosephAttenuated", "Zeng" enum no default="VoxelBasedBackProjection" | ||
option "attenuationmap" - "Attenuation map relative to the volume to perfom the attenuation correction" string no | ||
option "sigmazero" - "PSF value at a distance of 0 meter of the detector" double no | ||
option "alphapsf" - "Slope of the PSF against the detector distance" double no | ||
option "inferiorclipimage" - "Value of the inferior clip of the ray for each pixel of the projections (only with Joseph-based projector)" string no | ||
option "superiorclipimage" - "Value of the superior clip of the ray for each pixel of the projections (only with Joseph-based projector)" string no | ||
option "attenuationmap" - "Attenuation map relative to the volume to perfom the attenuation correction (JosephAttenuated and Zeng)" string no | ||
option "sigmazero" - "PSF value at a distance of 0 meter of the detector (Zeng only)" double no | ||
option "alphapsf" - "Slope of the PSF against the detector distance (Zeng only)" double no | ||
option "inferiorclipimage" - "Inferior clip of the ray for each pixel of the projections (Joseph only)" string no | ||
option "superiorclipimage" - "Superior clip of the ray for each pixel of the projections (Joseph only)" string no |