Raw Data: Stereo-anomaly is found more frequently in tasks that require discrimination between depths
收藏Figshare2024-04-11 更新2026-04-28 收录
下载链接:
https://figshare.com/articles/dataset/Raw_Data_Stereo-anomaly_is_found_more_frequently_in_tasks_that_require_discrimination_between_depths/24526675
下载链接
链接失效反馈官方服务:
资源简介:
Data serialised to a JSON file, suitable to be loaded into Python as a dictionary. Structure is then as follows (if it were loaded to a dictionary "data"):data[deidentifiedParticipantCode][taskStr][repetitionStr]Where: deidentifiedParticipantCode is of the format: "Participant_001" to "Participant_228",taskStr is either "detection" or "discrimination"repetitionStr is either "test" or "retest"Indexing at those three levels will return a single measurement result, which conforms to:"type": "object","required": ["data", "log2Threshold", "log2ThresholdStdErr", "overallPCorrect", "overallPCorrectCI"],"properties": { "data": { "description": "Raw data collected in the measurement", "type": "object", "required": ["log2Disparity", "nCorrect", "nTrials"], "properties": { "log2Disparity": { "description": "log2-transformed disparity values", "type": "array", "items": { "type": "number" } }, "nCorrect": { "description": "Number of correct responses at each disparity", "type": "array", "items": { "type": "string" } }, "nTrials": { "description": "Number of trials collected at each disparity", "type": "array", "items": { "type": "string" } } } }, "log2Threshold": { "description": "Stereoacuity threshold in log2 disparity", "type": "number" }, "log2ThresholdStdErr": { "description": "Standard error of log2Threshold", "type": "number" }, "overallPCorrect": { "description": "Overall proportion of correct responses", "type": "number" }, "overallPCorrectCI": { "description": "Lower and upper limits of the 95% confidence interval for overallPCorrect", "type": "array", "items": { "type": "number" } }}
创建时间:
2024-04-11



