API
xrif2shmim.cpp
Go to the documentation of this file.
1 /** \file xrif2shmim.cpp
2  * \brief The xrif2shmim main program.
3  *
4  * \ingroup xrif2hmim_files
5  */
6 
7 #include "xrif2shmim.hpp"
8 
9 
10 
11 int main(int argc, char **argv)
12 {
13  xrif2shmim xs;
14 
15  return xs.main(argc, argv);
16 
17 }
A utility to stream MagaO-X images from xrif compressed archives to an ImageStreamIO stream.
Definition: xrif2shmim.hpp:70
int main(int argc, char **argv)
Definition: xrif2shmim.cpp:11
The xrif2shmim class declaration and definition.