com1DFA.particleTools.findParticles2Track

findParticles2Track(particles, center, radius)[source]

Find particles within a circle arround a given point

Parameters
  • particles (dict) – particles dictionary (with the ‘parentID’ array)

  • center (dict) –

    point dictionary:

    x : x coordinate y : y coordinate z : z coordinate

  • radius (float) – radius of the circle around point

Returns

  • particles2Track (numpy array) – array with Parent ID of particles to track

  • track (boolean) – False if no particles are tracked