Skip to content

Possible error in createTestFile.py #5

@mattiasu96

Description

@mattiasu96

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions