From 724d30d535749855fc04ece9193b54a4de07cf77 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Wed, 14 Nov 2018 11:17:16 -0600 Subject: update README and TODO --- README | 2 +- TODO | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 951c2df..53680fd 100644 --- a/README +++ b/README @@ -56,7 +56,7 @@ To debug memory issues you can compile everything with an address sanitizer. Edit the Makefile and add the following flags: CFLAGS=-fsanitize=address - LDLIBS=-lasan + LDLIBS=-fsanitize=address and make sure that -lasan is the first library in the list. Then, recompile: diff --git a/TODO b/TODO index 9b7e212..4217b41 100644 --- a/TODO +++ b/TODO @@ -27,3 +27,4 @@ point - once the first position is found, compute the Hough transform to look for other rings +- add rayleigh scattering to likelihood function -- cgit