For each frame in trajectories, determine the time it takes to go more than epsilon distance from where it started.
Returns: a masked array of integers of length equal to the length of the trajectory. The masked values correspond to frames for which the hitting time could not be determined (maybe the trajectory wasn’t long enough so it never left the epsilon-ball)