add save to FITS & hystogram equalization when displaying

This commit is contained in:
eddyem
2020-04-01 19:13:27 +03:00
parent a1cbbd613f
commit 3073be9d09
7 changed files with 402 additions and 168 deletions

View File

@@ -2,7 +2,7 @@
PROGRAM := grasshopper
LDFLAGS := -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all
LDFLAGS += -lusefull_macros -lflycapture-c -lflycapture -L/usr/local/lib
LDFLAGS += -lm -pthread -lglut -lGL -lX11
LDFLAGS += -lm -pthread -lglut -lGL -lX11 -lcfitsio
SRCS := $(wildcard *.c)
DEFINES := $(DEF) -D_GNU_SOURCE -D_XOPEN_SOURCE=1111
OBJDIR := mk