From ed5c820576e52b03d8c21687f9f5a28152b01f84 Mon Sep 17 00:00:00 2001 From: Reijo Keskitalo Date: Fri, 17 Jan 2025 22:04:19 -0800 Subject: [PATCH] Enable hit tracking for the max-depth targets --- src/toast/schedule_sim_ground.py | 39 -------------------------------- 1 file changed, 39 deletions(-) diff --git a/src/toast/schedule_sim_ground.py b/src/toast/schedule_sim_ground.py index 497d1ba33..552f2528e 100644 --- a/src/toast/schedule_sim_ground.py +++ b/src/toast/schedule_sim_ground.py @@ -885,45 +885,6 @@ def update(self, observer): self.el = el return - # Disable time and hit accumulation. For this target type the - # priorities are not modulated - - @property - def rising_time(self): - return self.time - - @rising_time.setter - def rising_time(self, value): - # self.time += value - pass - - @property - def setting_time(self): - return self.time - - @setting_time.setter - def setting_time(self, value): - # self.time += value - pass - - @property - def rising_hits(self): - return self.hits - - @rising_hits.setter - def rising_hits(self, value): - # self.hits += value - pass - - @property - def setting_hits(self): - return self.hits - - @setting_hits.setter - def setting_hits(self, value): - # self.hits += value - pass - def get_area(self, observer, nside=32, equalize=False): return 1