interpolate.h 628 Bytes
Newer Older
Emmanuel Bertin's avatar
Emmanuel Bertin committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 /*
 				interpolate.h

*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
*	Part of:	SExtractor
*
*	Author:		E.BERTIN (IAP, Leiden observatory & ESO)
*
*	Contents:	Include file for interpolate.c.
*
*	Last modify:	29/04/98
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/*---------------------------------- protos --------------------------------*/

extern void		end_interpolate(picstruct *field),
			init_interpolate(picstruct *field,
				int xtimeout, int ytimeout),
			interpolate(picstruct *field, picstruct *wfield,
				PIXTYPE *data, PIXTYPE *wdata);