Skip to content

Doric File Compatibility #134

Answered by bahanonu
Obarnhill asked this question in Q&A
Oct 5, 2023 · 5 comments · 3 replies
Discussion options

You must be logged in to vote

Thanks! Looks like Doric is storing the data in /DataAcquisition/FMD/Images/Series0001/Sensor1/ImagesStack but their format is T X Y compared to X Y T that I use.

Can load and convert the movies to X Y T for now using the below, I'll see about adding Doric conversion module (to allow batch converting or depending on your file format I can send a script) or direct support (e.g. my loading functions will just reshape) so you can avoid having to re-save the data.

%% Load .doric movie
inputFilePath = 'FULLPATH\concat_obMiniscope_230922_Habituation_0000.h5';
inputDatasetName = '/DataAcquisition/FMD/Images/Series0001/Sensor1/ImagesStack';
inputMovie = ciapkg.io.loadMovieList(inputFilePath,'inpu…

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Obarnhill
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Obarnhill
Comment options

@bahanonu
Comment options

@Obarnhill
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants