MUSE Pipeline Reference Manual  2.1.1
muse.h
1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim:set sw=2 sts=2 et cin: */
3 /*
4  * This file is part of the MUSE Instrument Pipeline
5  * Copyright (C) 2008-2015 European Southern Observatory
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20  */
21 
22 #ifndef MUSE_H
23 #define MUSE_H
24 
25 /*----------------------------------------------------------------------------*
26  * Includes *
27  *----------------------------------------------------------------------------*/
28 #include "muse_artifacts.h"
29 #include "muse_astro.h"
30 #include "muse_basicproc.h"
31 #include "muse_combine.h"
32 #include "muse_cplwrappers.h"
33 #include "muse_dar.h"
34 #include "muse_datacube.h"
35 #include "muse_dfs.h"
36 #include "muse_findstars.h"
37 #include "muse_flux.h"
38 #include "muse_geo.h"
39 #include "muse_image.h"
40 #include "muse_mask.h"
41 #include "muse_pfits.h"
42 #include "muse_phys.h"
43 #include "muse_pixgrid.h"
44 #include "muse_pixtable.h"
45 #include "muse_postproc.h"
46 #include "muse_processing.h"
47 #include "muse_quadrants.h"
48 #include "muse_quality.h"
49 #include "muse_resampling.h"
50 #include "muse_rvcorrect.h"
51 #include "muse_sky.h"
52 #include "muse_table.h"
53 #include "muse_tracing.h"
54 #include "muse_optimize.h"
55 #include "muse_utils.h"
56 #include "muse_wavecalib.h"
57 #include "muse_wcs.h"
58 #include "muse_xcombine.h"
59 #include "muse_data_format_z.h"
60 
61 #include <muse_lsf_params.h>
62 #ifdef USE_LSF_PARAMS
63 #include <muse_sky_old.h>
64 #endif
65 
66 /*----------------------------------------------------------------------------*
67  * Function prototypes *
68  *----------------------------------------------------------------------------*/
69 /* none for this file */
70 
71 #endif /* MUSE_H */