00001 /* Copyright (C) 2002-2008 00002 Sreerekha Ravi <rekha@sat.physik.uni-bremen.de> 00003 Stefan Buehler <sbuehler@ltu.se> 00004 00005 This program is free software; you can redistribute it and/or modify it 00006 under the terms of the GNU General Public License as published by the 00007 Free Software Foundation; either version 2, or (at your option) any 00008 later version. 00009 00010 This program is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 GNU General Public License for more details. 00014 00015 You should have received a copy of the GNU General Public License 00016 along with this program; if not, write to the Free Software 00017 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 00018 USA. 00019 */ 00020 00030 #ifndef fastem_h 00031 #define fastem_h 00032 00033 #include "matpackI.h" 00034 00035 void fastem(// Output: 00036 VectorView surface_emiss, 00037 // Input: 00038 const Numeric& surface_temp, 00039 ConstVectorView surface_wind, 00040 ConstVectorView surface_fastem_constants, 00041 const Numeric& freq 00042 //const Index& f_index, 00043 //const Index& stokes_dim 00044 ); 00045 00046 #endif //fastem_h