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
Hi all.
I am trying to read in czi files, but kept having problems by this error message:
Error in detector_gain[i] <- as.numeric(unlist(channel_information[[1]]$DetectorSettings$Gain)) :
replacement has length zero
I wonder whether there might be metadata-extracting-errors which could be overlooked or set through a default value.
Eventually substitute the hard stop with warnings
Otherwise the minimal corruption/absence of metadata value would stop the entire process, especially when it comes in reading in files from external source where there is no way to control czi generation.
Best regards
Andrea
The text was updated successfully, but these errors were encountered:
Hi Andrea,
Sorry that I have missed your issue! Would you please send me an example file? I will try to fix the hard stop as well if similar problems occur in the future.
Thanks!
Kai
Hi all.
I am trying to read in czi files, but kept having problems by this error message:
I wonder whether there might be metadata-extracting-errors which could be overlooked or set through a default value.
Eventually substitute the hard stop with warnings
Otherwise the minimal corruption/absence of metadata value would stop the entire process, especially when it comes in reading in files from external source where there is no way to control czi generation.
Best regards
Andrea
The text was updated successfully, but these errors were encountered: