Skip to content
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

Open
RosaliaM21 opened this issue Oct 28, 2022 · 6 comments

Comments

@RosaliaM21
Copy link

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;_

@RosaliaM21 RosaliaM21 changed the title Error in running viewMovieRegistrationTest Pipeline. How can I solve this? #113 Error in running viewMovieRegistrationTest Pipeline. How can I solve this? Oct 28, 2022
@bahanonu
Copy link
Owner

bahanonu commented Nov 1, 2022

@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?

image

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:

image

or via the command window:

obj.fileFilterRegexpRaw = 'new_search_string';

@RosaliaM21
Copy link
Author

Hii,

This is what my main CIAtah GUI looks like. I am using the sample file videos offered in the package so should 'Raw movie regular expression' be 'concat?'

Thank you so much!

Screen Shot 2022-11-01 at 4 05 39 PM

@bahanonu
Copy link
Owner

bahanonu commented Nov 1, 2022

Sure thing! Can you send a screenshot when just one of the folders is selected? That way it'll show which files are in that folder in the red outlined section.

image

@RosaliaM21
Copy link
Author

Yess, there are different files depending on what folder is selected. Some of them have file(s) but they are empty?. Here are screenshots of what the 5 folders look like when selected:
Screen Shot 2022-11-02 at 8 41 32 AM
Screen Shot 2022-11-02 at 8 41 24 AM
Screen Shot 2022-11-02 at 8 41 17 AM
Screen Shot 2022-11-02 at 8 41 02 AM

Screen Shot 2022-11-02 at 8 40 47 AM

@bahanonu
Copy link
Owner

bahanonu commented Nov 2, 2022

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.

@RosaliaM21
Copy link
Author

RosaliaM21 commented Nov 2, 2022

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!

Screen Shot 2022-11-02 at 6 47 59 PM

Screen Shot 2022-11-02 at 6 49 08 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants