diff --git a/cpp/main.cpp b/cpp/main.cpp index 253368e..c0640d6 100644 --- a/cpp/main.cpp +++ b/cpp/main.cpp @@ -123,7 +123,7 @@ using namespace std ; #define BIN_TO_MICH 0 // Bin prompts to a Michelogram 4-Dimensional array [ring2][ring1][phi][u] NOTE: NOT PREFERRED IF MAX_D_RING Prefix for root files" << std::endl; + std::cout << " -p, --petsird-file PETSiRD file" << std::endl; + std::cout << " -s, --sino-file Sinogram file" << std::endl; + std::cout << " -l, --legacy Legacy option" << std::endl; +} + int main(int argc, char** argv) { - //--------------------------------------------------------------------------------- - // the first argument (argv[1]) is the sub-directory of the input file - // the second argument (argv[2]) is the name of the output file - // - //--------------------------------------------------------------------------------- - if(argc<3) { - std::cout<<" Right number of input argument please !! "<