Skip to content
Snippets Groups Projects
Commit 99b15dce authored by Dipl.-Ing. Jonas Stienen's avatar Dipl.-Ing. Jonas Stienen
Browse files

Fixing problem when quantization was not set in daffv15 file

parent 2be662cb
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ function [] = daffv17_convert_from_daffv15( daffv15_input_file_path, daffv17_out
props = DAFFv15( 'getProperties', h );
if isempty( props.quantization )
props.quantization = 'float32';
end
metadata_v17 = [];
if nargin >= 3
metadata_v17 = additional_metadata_v17;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment