Skip to content

Commit

Permalink
Enable hit tracking for the max-depth targets
Browse files Browse the repository at this point in the history
  • Loading branch information
keskitalo committed Jan 18, 2025
1 parent 9c97063 commit ed5c820
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions src/toast/schedule_sim_ground.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ed5c820

Please sign in to comment.