-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in running viewMovieRegistrationTest Pipeline. How can I solve this? #114
Comments
@RosaliaM21 Could you send me a screenshot of your main CIAtah GUI (e.g. like below) so I can see the names of the files on your directory? It looks like CIAtah is not detecting your movies and that might be because you need to adjust the regular expression that CIAtah uses to find the files, see red box area of main GUI: or via the command window: obj.fileFilterRegexpRaw = 'new_search_string'; |
Looks like the example data wasn't downloaded. You can run ciapkg.download.example_downloadTestData; in the command window and that should download the example data. Let me know if that works on your end. |
Hii, thank you for letting me know. I tried the code and it's giving me a few errors (See first image). Do you think this has to do with the fact that when one opens the files in Box it says that: "This shared file or folder link has been removed or is unavailable to you?" (See second image of what Box looks like from my end). thank you again! |
Hi, I'm trying to run the viewMovieRegistrationTest Pipeline with the example images provided, but I am not able to proceed with the pipeline; I don't see the images I want to see at the end of the pipeline. How can I go around this? I get the following errors:
_movieList = 0×0 empty cell array
Index exceeds the number of array elements (0).
Error in ciatah/viewMovieRegistrationTest>subfxnCropSelection (line 472)
inputFilePath = movieList{movieNo};
Error in ciatah/viewMovieRegistrationTest (line 114)
[registrationCoords] = subfxnCropSelection(toptions,folderList);
Error in ciatah/runPipeline (line 209)
obj.(thisFxn{1});
Error in ciatah/display (line 6)
obj.runPipeline;_
The text was updated successfully, but these errors were encountered: