From 5e708463474b985f240f935ea57cd4687075d2ee Mon Sep 17 00:00:00 2001 From: nemu Date: Thu, 6 Nov 2008 09:39:05 +0000 Subject: [PATCH] added an important ToDo point --- src/ToDo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ToDo.txt b/src/ToDo.txt index 45d29293..4d905542 100644 --- a/src/ToDo.txt +++ b/src/ToDo.txt @@ -102,6 +102,9 @@ short term: none 100.0 // upper limit only **FIRST IMPLEMENTATION DONE, NEEDS EXTENSIVE TESTING** 08-09-23 +* CHECK: the normalization for single histo fits should ALWAYS be (1/ns)! (as discussed with Dima) but + I guess it is (1/bin) at the moment. (1/ns) has the advantage that it is really instrument independent! + * implement FFT with msr-interface ---------------------