Skip to content

Commit

Permalink
Merge pull request #638 from neuroscout/enh/extract_ds001510
Browse files Browse the repository at this point in the history
Add new datasets, and update feature schema for RMS
  • Loading branch information
adelavega committed Aug 19, 2019
2 parents 6bbc7e5 + e9390e5 commit 3ac66a1
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
21 changes: 21 additions & 0 deletions neuroscout/config/datasets/ds001145.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"TwilightZone": {
"preproc_address": "https://github.com/neuroscout-datasets/ds001145/",
"path": "/datasets/raw/ds001145/",
"summary": "Passive watching of 25-minute black-and-white television episode.",
"url": "https://openneuro.org/datasets/ds001145",
"tasks": {
"watchmovie":
"summary": "Audio Visual B/W movie",
"converters": [
],
"extractors": [
],
"transformations": [
],
"ingest_args": {
}
}
}
}
}
22 changes: 22 additions & 0 deletions neuroscout/config/datasets/ds001510.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"SemanticNarrative": {
"preproc_address": "https://github.com/neuroscout-datasets/ds001510/",
"path": "/datasets/raw/ds001510/",
"summary": "Perception of schematic narrative movie clips",
"url": "https://openneuro.org/datasets/ds001510",
"tasks": {
"perception": {
"summary": "Audio/visual watching",
"converters": [
],
"extractors": [
["RMSExtractor", {"frame_length": 72000, "hop_length": 72000, "center": false}]
],
"transformations": [
],
"ingest_args": {
}
}
}
}
}
4 changes: 2 additions & 2 deletions neuroscout/config/feature_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@
}
}
],
"RMSEExtractor": [
"RMSExtractor": [
{
"features": {
"rmse": {
"rms": {
"description": "Root mean square (RMS) energy from audio"
}
}
Expand Down

0 comments on commit 3ac66a1

Please sign in to comment.