/*--------------------------------------------------------------------------- File name : oddeven.h Author : N. Devillard Created on : Oct 2001 Description : Filter to remove odd-even effect on ISAAC *--------------------------------------------------------------------------*/ /* $Id: oe_filt.h,v 1.2 2002/02/08 10:09:18 ndevilla Exp $ $Author: ndevilla $ $Date: 2002/02/08 10:09:18 $ $Revision: 1.2 $ */ #ifndef _ODDEVEN_H_ #define _ODDEVEN_H_ /*--------------------------------------------------------------------------- Includes ---------------------------------------------------------------------------*/ #include "image_handling.h" #include "cube_handling.h" #include "fourier.h" /*--------------------------------------------------------------------------- Defines ---------------------------------------------------------------------------*/ #define OEFILT_VERSION "1.0 (08-Feb-2002)" /*--------------------------------------------------------------------------- Function codes ---------------------------------------------------------------------------*/ image_t * image_de_oddeven(image_t * im); #endif