StarFit class that can fit Gauss model over star image
This commit is contained in:
+5
-3
@@ -15,7 +15,7 @@ CONFIG += c++11
|
||||
|
||||
QMAKE_CXXFLAGS += -fopenmp
|
||||
|
||||
LIBS += -lraw -lexif -lcfitsio -fopenmp
|
||||
LIBS += -lraw -lexif -lcfitsio -lgsl -lgslcblas -fopenmp
|
||||
|
||||
win32:LIBS += -LC:\msys64\mingw64\lib -LC:\msys64\mingw64\bin
|
||||
win32:INCLUDEPATH += C:\msys64\mingw64\include\ C:\msys64\mingw64\include\cfitsio
|
||||
@@ -26,7 +26,8 @@ SOURCES += main.cpp\
|
||||
imageringlist.cpp \
|
||||
database.cpp \
|
||||
loadrunable.cpp \
|
||||
imageinfo.cpp
|
||||
imageinfo.cpp \
|
||||
starfit.cpp
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
imagescrollarea.h \
|
||||
@@ -34,4 +35,5 @@ HEADERS += mainwindow.h \
|
||||
database.h \
|
||||
loadrunable.h \
|
||||
imageinfo.h \
|
||||
rawimage.h
|
||||
rawimage.h \
|
||||
starfit.h
|
||||
|
||||
Reference in New Issue
Block a user