flimfit / FLIMfit

State of the art fluorescence lifetime imaging analysis software
http://flimfit.org
GNU General Public License v2.0
23 stars 14 forks source link

Error opening folder of ImSpector-exported widefield time-gated TIFFs #335

Open Powerfultool opened 6 years ago

Powerfultool commented 6 years ago

Best guess is that they don't all have the same number of z-slices (interpreted as T here), and it's maybe just getting the info from the first one and if another one has less slices, going to an invalid index?

====================================== Error using flim_data_series/load_flim_cube (line 231)
Java exception occurred:
java.lang.IllegalArgumentException: Invalid T index: 21/21

at loci.formats.FormatTools.getIndex(FormatTools.java:484)

at loci.formats.FormatTools.getIndex(FormatTools.java:403)

at loci.formats.ChannelSeparator.getIndex(ChannelSeparator.java:262)

Error in flim_data_series/load_selected_files (line 90)

Error in flim_data_series/load_multiple (line 116)

Error in flim_data_series/load_data_series (line 151)

Error in flim_data_series_controller/load_data_series (line 113)

Error in front_end_menu_controller/menu_file_load_tcspc_callback (line 681)

Error in front_end_menu_controller>@(varargin)obj.menu_file_load_tcspc_callback(varargin{:})

Error in escaped_callback (line 7)

Error in front_end_menu_controller>@(x,y)escaped_callback(fcn) (line 261)