<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#009900">
Kent Williams wrote:
<blockquote cite="mid44DB9C23.5060009@psychiatry.uiowa.edu" type="cite">So
there are two ways to solve the problem.
  <br>
  <br>
1. Make it an error to process images where the X dimension is odd.
  <br>
2. Add a function that allows you to set the original X dimension on
the IFFT (i.e. itk::FFTComplexConjugateToRealImageFilter) before
running the pipeline.
  <br>
  <br>
</blockquote>
<br>
A filter should not run incorrectly.&nbsp; So if the X dimension is odd AND
the original X dimension is not set, then the filter cannot run
correctly and will report an error...this is sort of doing both
solutions.<br>
<br>
</body>
</html>