00001 /* $Id: detmon_lg_impl.h,v 1.1 2011/11/02 13:14:23 amodigli 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: amodigli $ 00024 * $Date: 2011/11/02 13:14:23 $ 00025 * $Revision: 1.1 $ 00026 * $Name: HEAD $ 00027 * $Log: detmon_lg_impl.h,v $ 00028 * Revision 1.1 2011/11/02 13:14:23 amodigli 00029 * moved irplib_detmon functions to detmon project 00030 * 00031 * Revision 1.2 2009/08/17 15:10:16 kmirny 00032 * 00033 * DFS07454 DFS07437 00034 * 00035 * Revision 1.1 2009/08/12 09:26:43 kmirny 00036 * DFS07454 00037 * 00038 */ 00039 #ifndef IRPLIB_DETMON_LG_IMPL_H_ 00040 #define IRPLIB_DETMON_LG_IMPL_H_ 00041 00042 cpl_error_code 00043 detmon_pair_extract(const cpl_frameset *, 00044 int *, int, 00045 int , 00046 int *, 00047 int, 00048 cpl_frameset **); 00049 cpl_error_code 00050 detmon_check_order(const double *exptime, int sz, double tolerance, int order); 00051 00052 00053 #endif /* IRPLIB_DETMON_LG_IMPL_H_ */