00001 #ifndef SIRT_CART_H 00002 #define SIRT_CART_H 00003 #include "mpi.h" 00004 #include "emdata.h" 00005 00006 using namespace EMAN; 00007 00008 #ifndef PI 00009 #define PI 3.141592653589793 00010 #endif 00011 00012 int recons3d_sirt_mpi_Cart(MPI_Comm comm_2d, MPI_Comm comm_row, MPI_Comm comm_col, EMData ** images, float * angleshift, EMData *& xvol, int nangloc, int radius = -1, float lam = 1.0e-4, int maxit = 100, std::string symmetry = "c1", float tol = 1.0e-3); 00013 00014 #endif // SIRT_CART_H