From 8117ba49eea965eaf736ca869f2f67e0a8e9de6a Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 16 Nov 2020 10:05:25 -0600 Subject: update fit to fit events from the salt phase This commit updates both the PMT response and optics code to be able to load constants from the salt phase. --- src/test-find-peaks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test-find-peaks.c') diff --git a/src/test-find-peaks.c b/src/test-find-peaks.c index fd8d0cd..4e1ac84 100644 --- a/src/test-find-peaks.c +++ b/src/test-find-peaks.c @@ -269,7 +269,7 @@ int main(int argc, char **argv) goto err; } - if (optics_init()) { + if (optics_init(10000)) { fprintf(stderr, "failed to initialize optics: %s\n", optics_err); goto err; } -- cgit