00001 /* $Id: irplib_detmon_lg_impl.h,v 1.2 2009/08/17 15:10:16 kmirny Exp $ 00002 * 00003 * This file is part of the irplib package 00004 * Copyright (C) 2002, 2003 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., 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA 00019 */ 00020 00021 00022 /* 00023 * $Author: kmirny $ 00024 * $Date: 2009/08/17 15:10:16 $ 00025 * $Revision: 1.2 $ 00026 * $Name: HEAD $ 00027 * $Log: irplib_detmon_lg_impl.h,v $ 00028 * Revision 1.2 2009/08/17 15:10:16 kmirny 00029 * 00030 * DFS07454 DFS07437 00031 * 00032 * Revision 1.1 2009/08/12 09:26:43 kmirny 00033 * DFS07454 00034 * 00035 */ 00036 #ifndef IRPLIB_DETMON_LG_IMPL_H_ 00037 #define IRPLIB_DETMON_LG_IMPL_H_ 00038 00039 cpl_error_code 00040 irplib_detmon_pair_extract(const cpl_frameset *, 00041 int *, int, 00042 int , 00043 int *, 00044 int, 00045 cpl_frameset **); 00046 cpl_error_code 00047 irplib_detmon_check_order(const double *exptime, int sz, double tolerance, int order); 00048 00049 00050 #endif /* IRPLIB_DETMON_LG_IMPL_H_ */