cortex-lab / Suite2P

Tools for processing 2P recordings
Other
122 stars 66 forks source link

could not find any tif or tiff, check your path #70

Closed imorozovuottawa closed 7 years ago

imorozovuottawa commented 7 years ago

Hello,

I am trying to run master_file_example for a first time.

I have change the master_file_example code to:

addpath('C:\Users\imorozov\Documents\MATLAB\runSuite2P') % add the path to your make_db file ops0.toolbox_path = 'C:\Users\imorozov\Documents\MATLAB\Suite2P'; ops0.RootStorage = 'C:/Users/imorozov/Documents/MATLAB/Data/2P'; % Suite2P assumes a folder structure, check out README file ops0.temp_tiff = 'C:/Users/imorozov/Documents/MATLAB/Data/temp.tif'; % copies each remote tiff locally first, into this file ops0.RegFileRoot = 'C:/Users/imorozov/Documents/MATLAB/Data/'; % location for binary file ops0.DeleteBin = 1; % set to 1 for batch processing on a limited hard drive ops0.ResultsSavePath = 'C:/Users/imorozov/Documents/MATLAB/Data/F'; % a folder structure is created inside ops0.RegFileTiffLocation = []; %'D:/DATA/'; % leave empty to NOT save registered tiffs (slow)

I am run master_file_example on Matlab 2010 and 2015 and have the same error message:

**master_file_example running rigid registration Error using reg2P (line 48) could not find any tif or tiff, check your path

Error in run_pipeline (line 56) ops1 = reg2P(ops); % do registration

Error in master_file_example (line 68) run_pipeline(db(iexp), ops0);**

Please let me know what I need to change to run master_file_example

Thanks,

Irina