BIDS compliance of eyetracking data #19

Merged
adswa merged 3 commits from eyetracking into master 2021-04-30 11:09:29 +00:00
2 changed files with 8 additions and 1 deletions

2
.bidsignore Normal file
View file

@ -0,0 +1,2 @@
loj commented 2021-04-30 09:49:40 +00:00 (Migrated from github.com)

Almost... it needs to be

**/*.asc.gz

Almost... it needs to be `**/*.asc.gz`
loj commented 2021-04-30 09:57:53 +00:00 (Migrated from github.com)

Ah, and one other thing that could be added to the .bidsignore file:

task-*_physio.json

See https://github.com/bids-standard/bids-validator/issues/1275#issuecomment-827644778

Ah, and one other thing that could be added to the `.bidsignore` file: `task-*_physio.json` See https://github.com/bids-standard/bids-validator/issues/1275#issuecomment-827644778
adswa commented 2021-04-30 10:59:19 +00:00 (Migrated from github.com)

ahhhh crap, thanks for catching that

ahhhh crap, thanks for catching that
adswa commented 2021-04-30 10:59:31 +00:00 (Migrated from github.com)
**/*.asc.gz
```suggestion **/*.asc.gz ```
loj commented 2021-04-30 09:49:40 +00:00 (Migrated from github.com)

Almost... it needs to be

**/*.asc.gz

Almost... it needs to be `**/*.asc.gz`
loj commented 2021-04-30 09:57:53 +00:00 (Migrated from github.com)

Ah, and one other thing that could be added to the .bidsignore file:

task-*_physio.json

See https://github.com/bids-standard/bids-validator/issues/1275#issuecomment-827644778

Ah, and one other thing that could be added to the `.bidsignore` file: `task-*_physio.json` See https://github.com/bids-standard/bids-validator/issues/1275#issuecomment-827644778
adswa commented 2021-04-30 10:59:19 +00:00 (Migrated from github.com)

ahhhh crap, thanks for catching that

ahhhh crap, thanks for catching that
adswa commented 2021-04-30 10:59:31 +00:00 (Migrated from github.com)
**/*.asc.gz
```suggestion **/*.asc.gz ```
**/*.asc.gz
loj commented 2021-04-30 09:49:40 +00:00 (Migrated from github.com)

Almost... it needs to be

**/*.asc.gz

Almost... it needs to be `**/*.asc.gz`
loj commented 2021-04-30 09:57:53 +00:00 (Migrated from github.com)

Ah, and one other thing that could be added to the .bidsignore file:

task-*_physio.json

See https://github.com/bids-standard/bids-validator/issues/1275#issuecomment-827644778

Ah, and one other thing that could be added to the `.bidsignore` file: `task-*_physio.json` See https://github.com/bids-standard/bids-validator/issues/1275#issuecomment-827644778
adswa commented 2021-04-30 10:59:19 +00:00 (Migrated from github.com)

ahhhh crap, thanks for catching that

ahhhh crap, thanks for catching that
adswa commented 2021-04-30 10:59:31 +00:00 (Migrated from github.com)
**/*.asc.gz
```suggestion **/*.asc.gz ```
task-*_physio.json
loj commented 2021-04-30 09:49:40 +00:00 (Migrated from github.com)

Almost... it needs to be

**/*.asc.gz

Almost... it needs to be `**/*.asc.gz`
loj commented 2021-04-30 09:57:53 +00:00 (Migrated from github.com)

Ah, and one other thing that could be added to the .bidsignore file:

task-*_physio.json

See https://github.com/bids-standard/bids-validator/issues/1275#issuecomment-827644778

Ah, and one other thing that could be added to the `.bidsignore` file: `task-*_physio.json` See https://github.com/bids-standard/bids-validator/issues/1275#issuecomment-827644778
adswa commented 2021-04-30 10:59:19 +00:00 (Migrated from github.com)

ahhhh crap, thanks for catching that

ahhhh crap, thanks for catching that
adswa commented 2021-04-30 10:59:31 +00:00 (Migrated from github.com)
**/*.asc.gz
```suggestion **/*.asc.gz ```

View file

@ -2,5 +2,10 @@
"SamplingFrequency": 1000.0,
"StartTime": 0.0,
"Columns": ["x", "y", "pupil_dil", "movieframe_idx"],
"ContentDescription": "The x/y coordinates are normalized to (0,0) at the top-left corner of the movie stimulus (already excluding the gray horizontal bars)."
"ContentDescription": "The x/y coordinates are normalized to (0,0) at the top-left corner of the movie stimulus (already excluding the gray horizontal bars).",
"SampleCoordinateSystem": "gaze-on-screen",
"EnvironmentCoordinates": [["0,0", "top left"], ["1, 1", "bottom right"]],
"Manufacturer": "SR-Research",
"ManufacturerModelName": "Eyelink1000",
"SoftwareVersion": "4.594"
}