Tracker.find_initial_pairs

giant.ufo.ekf_tracker:

Tracker.find_initial_pairs(image_ind, image)[source]

This method finds the initial pairs for the input image.

This is done by identifying all observations in subsequent images within a specified number of pixels of the first identification (corrected for the movement of the observer in the time period)

Parameters:
  • image_ind (int) – The index of the image we are identifying the initial pairs for

  • image (OpNavImage) – The image that we are identifying the initial pairs for