StarFit class that can fit Gauss model over star image

This commit is contained in:
2019-10-05 12:24:52 +02:00
parent 1eb70fe257
commit 702d2111cc
3 changed files with 213 additions and 3 deletions
+5 -3
View File
@@ -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