quantixed / TrackMateR

Analysis of TrackMate XML outputs in R
https://quantixed.github.io/TrackMateR/
Other
12 stars 1 forks source link

Problem with short or sparse tracks #5

Closed quantixed closed 1 year ago

quantixed commented 1 year ago

Sparse tracks generate errors with compareDatasets(). Currently alpha calculation can fail, resulting in a crash. A solution here is to run calculateMSD() less stringently by decreasing the N and short parameters. However, a better solution would be to deal with failures better so that there is not an overall crash.

Related to this, there is no easy way to pass parameters to change the defaults using this workflow.