pyrex.custom.ara.antenna.ARAAntenna.is_hit_during¶
-
ARAAntenna.
is_hit_during
(times)¶ Check if the antenna is triggered in a time range.
Generate the full waveform of the antenna over the given times array and check whether it triggers the antenna.
- Parameters
- timesarray_like
1D array of times during which to check for a trigger.
- Returns
- boolean
Whether or not the antenna triggered during the given times.