OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
00001 /******************************************************************* 00002 **** OPERA PIPELINE v1.0 **** 00003 ******************************************************************** 00004 Library name: liboperaespadonsSubImage 00005 Class: operaEspadonsSubImage 00006 Version: 1.0 00007 Author(s): CFHT OPERA team 00008 Affiliation: Canada France Hawaii Telescope 00009 Location: Hawaii USA 00010 Date: Aug/2011 00011 00012 Copyright (C) 2011 Opera Pipeline team, Canada France Hawaii Telescope 00013 00014 This program is free software: you can redistribute it and/or modify 00015 it under the terms of the GNU General Public License as published by 00016 the Free Software Foundation, either version 3 of the License, or 00017 (at your option) any later version. 00018 00019 This program is distributed in the hope that it will be useful, 00020 but WITHOUT ANY WARRANTY; without even the implied warranty of 00021 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00022 GNU General Public License for more details. 00023 00024 You should have received a copy of the GNU General Public License 00025 along with this program. If not, see: 00026 http://software.cfht.hawaii.edu/licenses 00027 -or- 00028 http://www.gnu.org/licenses/gpl-3.0.html 00029 ********************************************************************/ 00030 00031 #ifndef operaEspadonsSubImage_H 00032 #define operaEspadonsSubImage_H 00033 00034 #include <fitsio.h> 00035 #include <string> 00036 00037 #include <libraries/operaFITSImage.h> 00038 #include <libraries/operaEspadonsImage.h> 00039 #include <libraries/operaFITSSubImage.h> 00040 #include <libraries/operaEspadonsSubImage.h> 00041 00042 extern "C" { 00043 #include "libraries/operaImage.h" 00044 #include "libraries/operaParameterAccess.h" 00045 #include "libraries/operaConfigurationAccess.h" 00046 } 00047 00048 using namespace std; 00049 00050 /* 00051 * operaespadonsSubImage class 00052 * \author Doug Teeple 00053 * \brief This class encapsulates an espadons subimage and extends operaFITSSubImage. 00054 * \ingroup libraries 00055 */ 00056 class operaEspadonsSubImage /*???: public operaFITSSubImage*/ { 00057 00058 public: 00064 operaEspadonsSubImage(); // simply construct a default image 00065 }; 00066 00067 #endif