00001 /* $Id: hawki_geom_img.h,v 1.1 2009/06/28 18:46:41 cgarcia Exp $ 00002 * 00003 * This file is part of the ESO Common Pipeline Library 00004 * Copyright (C) 2001-2008 European Southern Observatory 00005 * 00006 * This program is free software; you can redistribute it and/or modify 00007 * it under the terms of the GNU General Public License as published by 00008 * the Free Software Foundation; either version 2 of the License, or 00009 * (at your option) any later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00019 */ 00020 00021 /* 00022 * $Author: cgarcia $ 00023 * $Date: 2009/06/28 18:46:41 $ 00024 * $Revision: 1.1 $ 00025 * $Name: hawki-1_7_2 $ 00026 */ 00027 00028 #ifndef HAWKI_GEOM_IMG_H 00029 #define HAWKI_GEOM_IMG_H 00030 00031 /*----------------------------------------------------------------------------- 00032 Includes 00033 -----------------------------------------------------------------------------*/ 00034 00035 #include <cpl_image.h> 00036 #include <cpl_vector.h> 00037 #include <cpl_bivector.h> 00038 #include <cpl_macros.h> 00039 #include <cpl_geom_img.h> 00040 00041 CPL_BEGIN_DECLS 00042 00043 /*----------------------------------------------------------------------------- 00044 Function prototypes 00045 -----------------------------------------------------------------------------*/ 00046 00047 /* Offsets detection and frames recombination */ 00048 00049 cpl_image ** hawki_geom_img_offset_saa(const cpl_imagelist *, 00050 const cpl_bivector *, 00051 cpl_kernel, int, int, cpl_geom_combine, 00052 double *, double *); 00053 00054 CPL_END_DECLS 00055 00056 #endif
1.6.1