##// 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:

r60:ead0b0c28332 default
r60:ead0b0c28332 default
Show More
wfdisplay.pro
57 lines | 995 B | text/idl | PrologLexer
#-------------------------------------------------
#
# Project created by QtCreator 2013-05-31T12:59:38
#
#-------------------------------------------------
TARGET = wfdisplay
TEMPLATE = lib
QT += core xml svg network
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
QT += printsupport
}
INCLUDEPATH += \
$${PWD} \
$$[QT_INSTALL_HEADERS]/lppmon/common
LIBS += -llppmoncommon
DEFINES += WFDISPLAY_LIBRARY
SOURCES += wfdisplay.cpp \
wfplot.cpp \
wfpage.cpp \
pagespectra.cpp \
asmpage.cpp
HEADERS += wfdisplay.h\
wfdisplay_global.h \
wfplot.h \
wfpage.h \
wfdisplay_params.h \
pagespectra.h \
asmpage.h
header.path = $$[QT_INSTALL_HEADERS]/lppmon/wfdisplay
header.files = \
wfdisplay.h \
wfdisplay_global.h \
wfpage.h \
wfplot.h \
wfdisplay_params.h \
pagespectra.h \
asmpage.h
target.path = $$[QT_INSTALL_LIBS]
isEmpty(target.path) {
target.path = $(QTDIR)/lib
}
INSTALLS += header target