00001 /* 00002 * OLAInvert.h 00003 * 00004 * Created on: Aug 16, 2010 00005 * Author: Brenda Javornik (e-mail: brendaj (at) nwra.com) 00006 */ 00007 00008 #ifndef OLAINVERT_H_ 00009 #define OLAINVERT_H_ 00010 00011 #include "matrix.h" 00012 #include "MapDepthMatrix.h" 00013 #include "BaseDirectory.h" 00014 #include "InversionData.h" 00015 #include "Model.h" 00016 00020 void OLAInvert(MAP_DEPTH_MATRIX K, MAP_DEPTH_MATRIX K2piCC, MAP_DEPTH_MATRIX Lambda, MATRIX Theta, 00021 MAP_DEPTH_MATRIX T, Model *model, BaseDirectory *debugFilename, bool debug); 00022 00023 void OLAInvert2(InversionData *inversionData); 00024 00026 #endif /* OLAINVERT_H_ */