Skip to content

Commit

Permalink
Propagate displaced flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Oct 24, 2013
1 parent 6d28cd8 commit 9a12222
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions applications/rtkfieldofview/rtkfieldofview.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ int main(int argc, char * argv[])
fieldofview->SetInput(0, unmasked_reconstruction->GetOutput());
fieldofview->SetProjectionsStack(projections->GetOutput());
fieldofview->SetGeometry(geometryReader->GetOutputObject());
fieldofview->SetDisplacedDetector(args_info.displaced_flag);
fieldofview->Update();
// Write
typedef itk::ImageFileWriter< OutputImageType > WriterType;
Expand Down
1 change: 0 additions & 1 deletion applications/rtkfieldofview/rtkfieldofview.ggo
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ option "path" p "Path where there are the projections"
option "regexp" r "Regular expression to select projection files in path" string yes
option "mask" m "Output a binary mask instead of a masked image" flag off
option "displaced" d "Assume that a displaced detector has been used" flag off

0 comments on commit 9a12222

Please sign in to comment.