BIDS compliance of eyetracking data #19
2
.bidsignore
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
Ah, and one other thing that could be added to the
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
ahhhh crap, thanks for catching that ahhhh crap, thanks for catching that
```suggestion
**/*.asc.gz
```
Almost... it needs to be
Almost... it needs to be
`**/*.asc.gz`
Ah, and one other thing that could be added to the
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
ahhhh crap, thanks for catching that ahhhh crap, thanks for catching that
```suggestion
**/*.asc.gz
```
|
|||||||
|
**/*.asc.gz
|
||||||
|
Almost... it needs to be
Almost... it needs to be
`**/*.asc.gz`
Ah, and one other thing that could be added to the
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
ahhhh crap, thanks for catching that ahhhh crap, thanks for catching that
```suggestion
**/*.asc.gz
```
|
|||||||
|
task-*_physio.json
|
||||||
|
Almost... it needs to be
Almost... it needs to be
`**/*.asc.gz`
Ah, and one other thing that could be added to the
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
ahhhh crap, thanks for catching that ahhhh crap, thanks for catching that
```suggestion
**/*.asc.gz
```
|
|||||||
|
|
@ -2,5 +2,10 @@
|
||||||
"SamplingFrequency": 1000.0,
|
"SamplingFrequency": 1000.0,
|
||||||
"StartTime": 0.0,
|
"StartTime": 0.0,
|
||||||
"Columns": ["x", "y", "pupil_dil", "movieframe_idx"],
|
"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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Almost... it needs to be
**/*.asc.gz