High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl.h
Go to the documentation of this file.
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
381/*----------------------------------------------------------------------------*/
382
383#ifndef HDRL_H
384#define HDRL_H
385
386 #include "hdrl_image.h"
387 #include "hdrl_imagelist.h"
388 #include "hdrl_parameter.h"
389 #include "hdrl_imagelist_view.h"
390 #include "hdrl_overscan.h"
391 #include "hdrl_buffer.h"
392 #include "hdrl_collapse.h"
393 #include "hdrl_lacosmics.h"
394 #include "hdrl_bpm_2d.h"
395 #include "hdrl_bpm_3d.h"
396 #include "hdrl_bpm_fit.h"
397 #include "hdrl_bpm_utils.h"
398 #include "hdrl_fit.h"
399 #include "hdrl_strehl.h"
400 #include "hdrl_flat.h"
401 #include "hdrl_catalogue.h"
402 #include "hdrl_random.h"
403 #include "hdrl_iter.h"
404 #include "hdrl_frameiter.h"
405 #include "hdrl_multiiter.h"
406 #include "hdrl_fringe.h"
407 #include "hdrl_spectrum.h"
408 #include "hdrl_spectrumlist.h"
409 #include "hdrl_response.h"
410 #include "hdrl_efficiency.h"
411 #include "hdrl_spectrum_resample.h"
412 #include "hdrl_dar.h"
413 #include "hdrl_fpn.h"
414 #include "hdrl_resample.h"
415 #include "hdrl_maglim.h"
416 #include "hdrl_barycorr.h"
417 #include "hdrl_download.h"
418 #include "hdrl_persistence.h"
419#endif /* HDRL_H */