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
Undefined function 'remove_dp' for input arguments of type 'matlab.io.MatFile'
Then I found that there is no such a function in the path. Instead there is 'remove_dead_pixels.m' in 'utilities\elements'. So I changed the file's name. But this time I get this error :
'Attempt to execute SCRIPT remove_dp as a function'
The reason is that, 'remove_dp' is a script but in line 84 of 'min1pipe' or 'min1pipe_HPC' is called as a function.
I appreciate any suggestion to solve this issue.
The text was updated successfully, but these errors were encountered:
When I run the 'demo' I encounter this error :
Undefined function 'remove_dp' for input arguments of type 'matlab.io.MatFile'
Then I found that there is no such a function in the path. Instead there is 'remove_dead_pixels.m' in 'utilities\elements'. So I changed the file's name. But this time I get this error :
'Attempt to execute SCRIPT remove_dp as a function'
The reason is that, 'remove_dp' is a script but in line 84 of 'min1pipe' or 'min1pipe_HPC' is called as a function.
I appreciate any suggestion to solve this issue.
The text was updated successfully, but these errors were encountered: