##// END OF EJS Templates
lfrsgse is able to parse TM_LFR_SCIENCE_NORMAL_ASM_F0 packets...
lfrsgse is able to parse TM_LFR_SCIENCE_NORMAL_ASM_F0 packets possibility to store the spectral matrices possibility to plot diagonal values of the matrices

File last commit:

r23:23c09fe5a8b6 default
r60:ead0b0c28332 default
Show More
main.cpp
12 lines | 204 B | text/x-c | CppLexer
First version of the gse-lesia module...
r23 #include <QtGui/QApplication>
#include "mainwindow.h"
#include <lfrxmlwriter.h>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}