From faf885d2e01150fcef2e31dcf6af21ff5e5c8914 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 23 Nov 2020 11:26:59 +0100 Subject: [PATCH] python change from tiemstamp to frametime --- python/slsdet/detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/slsdet/detector.py b/python/slsdet/detector.py index 4919a4f34..18bec9b1b 100755 --- a/python/slsdet/detector.py +++ b/python/slsdet/detector.py @@ -1525,7 +1525,7 @@ class Detector(CppDetectorApi): @property @element - def timestamp(self): + def frametime(self): """[Jungfrau][Mythen3][Gotthard2][Moench][CTB] Timestamp at a frame start. Note ----