diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-11-14 11:17:16 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-11-14 11:17:16 -0600 |
commit | 724d30d535749855fc04ece9193b54a4de07cf77 (patch) | |
tree | 630f885fabb2ca8105f9c40d76083f08e378432f | |
parent | c604b9d5b91a17175bac88d27b53193d98e1d332 (diff) | |
download | sddm-724d30d535749855fc04ece9193b54a4de07cf77.tar.gz sddm-724d30d535749855fc04ece9193b54a4de07cf77.tar.bz2 sddm-724d30d535749855fc04ece9193b54a4de07cf77.zip |
update README and TODO
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | TODO | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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: @@ -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 |