Skip to content

'char' support error in h5create called by vectorize_V200/validate_the_OptionalInput  #1

@liorgolgher

Description

@liorgolgher

Greetings,

Thank you for publishing this important toolkit!

I have tried to apply it on one of my 2p cerebral microvascular datasets, downscaled to save processing time:

https://drive.google.com/file/d/1RMaNy67zhx8GZn8vqrmr8FTP7NUbtyr8/view?usp=sharing

Unfortunately I got the following error:

Error using h5create>create_dataset (line 228)
'char' is not a supported datatype.

Error in h5create (line 100)
create_dataset(options);

Error in vectorize_V200/validate_the_OptionalInput (line 606)
                        h5create( path_to_original_data, '/d', size_of_image, 'Datatype', original_data_type );

Error in vectorize_V200 (line 764)
    [ ~, ROI_names ] = validate_the_OptionalInput( optional_input );

I suspect that it may have to do with the tif2mat function I used, which I stole from CaImAn:
https://github.com/flatironinstitute/CaImAn-MATLAB/blob/master/endoscope/tif2mat.m
https://github.com/flatironinstitute/NoRMCorre/blob/master/bigread2.m

Are you using a different tif2mat function? How should I work around these issue?

Many thanks,
Lior

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions