From 3576202db5e387df446b52d3947fab589fb23ee1 Mon Sep 17 00:00:00 2001 From: Lanqing Yuan Date: Fri, 29 Mar 2024 22:30:42 -0500 Subject: [PATCH] higher rate --- saltax/instructions/generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saltax/instructions/generator.py b/saltax/instructions/generator.py index fdf6a95..921e29e 100644 --- a/saltax/instructions/generator.py +++ b/saltax/instructions/generator.py @@ -11,7 +11,7 @@ import pickle -SALT_TIME_INTERVAL = 5e7 # in unit of ns. The number should be way bigger then full drift time +SALT_TIME_INTERVAL = 1e7 # in unit of ns. The number should be way bigger then full drift time Z_RANGE = (-148.15, 0) # in unit of cm R_RANGE = (0, 66.4) # in unit of cm DOWNLOADER = straxen.MongoDownloader()