00001 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 00002 /* vim:set sw=2 sts=2 et cin: */ 00003 /* 00004 * This file is part of the MUSE Instrument Pipeline 00005 * Copyright (C) 2008-2015 European Southern Observatory 00006 * 00007 * This program is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License as published by 00009 * the Free Software Foundation; either version 2 of the License, or 00010 * (at your option) any later version. 00011 * 00012 * This program is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU General Public License 00018 * along with this program; if not, write to the Free Software 00019 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 00020 */ 00021 00022 #ifndef MUSE_H 00023 #define MUSE_H 00024 00025 /*----------------------------------------------------------------------------* 00026 * Includes * 00027 *----------------------------------------------------------------------------*/ 00028 #include "muse_artifacts.h" 00029 #include "muse_astro.h" 00030 #include "muse_basicproc.h" 00031 #include "muse_combine.h" 00032 #include "muse_cplwrappers.h" 00033 #include "muse_dar.h" 00034 #include "muse_datacube.h" 00035 #include "muse_dfs.h" 00036 #include "muse_findstars.h" 00037 #include "muse_flux.h" 00038 #include "muse_geo.h" 00039 #include "muse_image.h" 00040 #include "muse_pfits.h" 00041 #include "muse_phys.h" 00042 #include "muse_pixgrid.h" 00043 #include "muse_pixtable.h" 00044 #include "muse_postproc.h" 00045 #include "muse_processing.h" 00046 #include "muse_quadrants.h" 00047 #include "muse_quality.h" 00048 #include "muse_resampling.h" 00049 #include "muse_rvcorrect.h" 00050 #include "muse_sky.h" 00051 #include "muse_tracing.h" 00052 #include "muse_optimize.h" 00053 #include "muse_utils.h" 00054 #include "muse_wavecalib.h" 00055 #include "muse_wcs.h" 00056 #include "muse_xcombine.h" 00057 #include "muse_data_format_z.h" 00058 00059 #include <muse_lsf_params.h> 00060 #ifdef USE_LSF_PARAMS 00061 #include <muse_sky_old.h> 00062 #endif 00063 00064 /*----------------------------------------------------------------------------* 00065 * Function prototypes * 00066 *----------------------------------------------------------------------------*/ 00067 /* none for this file */ 00068 00069 #endif /* MUSE_H */
1.6.1