Skip to content

Commit

Permalink
BUG: Activate displaced detector padding in iterative FDK
Browse files Browse the repository at this point in the history
Set displaced detector filter in iterative FDK reconstruction filter to true by default, to avoid dark hole in reconstructed image from displaced detector projections.
  • Loading branch information
theysp committed Jul 4, 2022
1 parent bcc1a8b commit 38af2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rtkIterativeFDKConeBeamReconstructionFilter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ IterativeFDKConeBeamReconstructionFilter<TInputImage, TOutputImage, TFFTPrecisio
m_DivideFilter = DivideFilterType::New();

// Filter parameters
m_DisplacedDetectorFilter->SetPadOnTruncatedSide(false);
m_DisplacedDetectorFilter->SetPadOnTruncatedSide(true);
m_DisableDisplacedDetectorFilter = false;
}

Expand Down

0 comments on commit 38af2e4

Please sign in to comment.