-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
In the above mentioned file the variable SourcePositionVar is created by means of sourcePositionVar = rootgrp.createVariable('SourcePosition', 'f8', ('I','C'))
Shouldn't it be sourcePositionVar = rootgrp.createVariable('SourcePosition', 'f8', ('M','C'))? We expect a data that is number of measurements x dimensions (so for example for the MIT KEMAR database with 710 measurements and (azimuth,elevation,distance), we have 710 x 3)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels