Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement: add metadata to extracted data as a separate file #19

Open
eackermann opened this issue Oct 21, 2017 · 2 comments
Open

implement: add metadata to extracted data as a separate file #19

eackermann opened this issue Oct 21, 2017 · 2 comments

Comments

@eackermann
Copy link
Collaborator

eackermann commented Oct 21, 2017

We need several pieces of information, most critically the sampling rate of recordings / processed data, but also data types.

One option could be to generate and use info.json files, similar to those found in https://github.com/tridesclous/tridesclous_datasets

An example of an info.json file might look like this:

{
    "dtype": "float32",
    "sample_rate": 15000.0,
    "shape": [-1, 4]
}
@jchutrue
Copy link
Collaborator

jchutrue commented May 8, 2018

Should include epochs as well

@jchutrue
Copy link
Collaborator

jchutrue commented May 8, 2018

Well, epochs aren't really metadata, so never mind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants