API
 
Loading...
Searching...
No Matches
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
11int 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.
int main()
The xrif2shmim class declaration and definition.