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
#1808 erroneously removed the code that detected whether we are working with 2d or 3d data. however, it is possible to call trackpy spot detection with is_volume=False and get 2d slices. that will bomb the existing code.
It is not a simple matter of reverting #1808, because even without #1808, the code will bomb later on in the constructor of PerImageSliceSpotResults, where the absence of z data will trigger an assertion.
The text was updated successfully, but these errors were encountered:
Description
#1808 erroneously removed the code that detected whether we are working with 2d or 3d data. however, it is possible to call trackpy spot detection with
is_volume=False
and get 2d slices. that will bomb the existing code.It is not a simple matter of reverting #1808, because even without #1808, the code will bomb later on in the constructor of
PerImageSliceSpotResults
, where the absence of z data will trigger an assertion.The text was updated successfully, but these errors were encountered: