CR2RE Pipeline Reference Manual 1.6.8
hdrl.h
1/* $Id: hdrl.h,v 1.4 2013-10-23 09:42:14 jtaylor Exp $
2 *
3 * This file is part of the HDRL
4 * Copyright (C) 2013 European Southern Observatory
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21/*----------------------------------------------------------------------------*/
22/* Documentation here is used in the reference manual Main Page */
23
347/*----------------------------------------------------------------------------*/
348
349#ifndef HDRL_H
350#define HDRL_H
351
352 #include "hdrl_image.h"
353 #include "hdrl_imagelist.h"
354 #include "hdrl_parameter.h"
355 #include "hdrl_imagelist_view.h"
356 #include "hdrl_overscan.h"
357 #include "hdrl_buffer.h"
358 #include "hdrl_collapse.h"
359 #include "hdrl_lacosmics.h"
360 #include "hdrl_bpm_2d.h"
361 #include "hdrl_bpm_3d.h"
362 #include "hdrl_bpm_fit.h"
363 #include "hdrl_bpm_utils.h"
364 #include "hdrl_fit.h"
365 #include "hdrl_strehl.h"
366 #include "hdrl_flat.h"
367 #include "hdrl_catalogue.h"
368 #include "hdrl_random.h"
369 #include "hdrl_iter.h"
370 #include "hdrl_frameiter.h"
371 #include "hdrl_multiiter.h"
372 #include "hdrl_fringe.h"
373 #include "hdrl_spectrum.h"
374 #include "hdrl_spectrumlist.h"
375 #include "hdrl_response.h"
376 #include "hdrl_efficiency.h"
377 #include "hdrl_spectrum_resample.h"
378 #include "hdrl_dar.h"
379 #include "hdrl_fpn.h"
380 #include "hdrl_resample.h"
381 #include "hdrl_maglim.h"
382 #include "hdrl_barycorr.h"
383 #include "hdrl_download.h"
384#endif /* HDRL_H */