Skip to content

Commit

Permalink
fix in extended zolof initial calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
ronshnapp committed Oct 22, 2024
1 parent d3911d4 commit 77f5a91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified myptv/extendedZolof/gui_final_cal.py
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion myptv/tracking_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ def tracking_movie(self, particle_identifier):

def traj_NSR(traj, Ns):
'''
A trajectory is considered noisy at a given scale if its path is long as
A trajectory is considered "noisy at a scale Ns" if its path is long as
compared to the displacements it makes at this scale. We thus define the
noise level (NSR) of a trajectory sample with scale parameter Ns to be
the path length it makes over a window of size Ns samples around it minus
Expand Down

0 comments on commit 77f5a91

Please sign in to comment.