You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in findDirectionVectorsFromParents(target, query, idxArray, ReturnAllIndices = TRUE, :
Some points do not have a parent: therefore impossible to calculate direction vector
In addition: Warning messages:
1: In .CleanupParentArray(d1[, "Parent"]) :
no points to choose in .CleanupParentArray using original value
2: In .CleanupParentArray(d2[, "Parent"]) :
no points to choose in .CleanupParentArray using original value
Of course the solution is to always convert to dotprops first (resample 1um or less, k=5). Just want to leave a note here as I ran into this again today and was at loss with what happened for ~5 mins.
Use appropriate credentials for FAFB login
The above script returns the following error:
The error is from this function.
It seems
wp=which(pa==p)
will only work if the ids in d$Parent are row indices, which is not true for FAFB.The text was updated successfully, but these errors were encountered: