We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f150a commit bfaccffCopy full SHA for bfaccff
applications/rtkmcrooster/rtkmcrooster.cxx
@@ -113,7 +113,7 @@ main(int argc, char * argv[])
113
inputFilter->GetOutput()->GetLargestPossibleRegion().GetSize(3));
114
TRY_AND_EXIT_ON_ITK_EXCEPTION(signalToInterpolationWeights->Update())
115
116
- // Create the 4DROOSTER filter, connect the basic inputs, and set the basic parameters
+ // Create the MCROOSTER filter, connect the basic inputs, and set the basic parameters
117
auto mcrooster =
118
rtk::MotionCompensatedFourDROOSTERConeBeamReconstructionFilter<VolumeSeriesType, ProjectionStackType>::New();
119
SetForwardProjectionFromGgo(args_info, mcrooster.GetPointer());
0 commit comments