AllenNeuralDynamics / AllenNeuralDynamics/Aind.Experiment.VrForaging
Provide an `acquisition_type` value that experimenters can control
- Ngôn ngữ chính
- Python
- Star
- 0
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The `acquisition_type` field in the metadata is meant to be a field that can be used to query for different types of experiments ~(e.g. 'behavior only', 'behavior + fip', 'training stage N', etc).~ EDIT: These are bad examples. See my comment below.
In order to merge behavior and physiology acquisition.json files, this string must match in both.
Currently this hardcoded in the behavior acquisition as "AindVrForaging" but is unspecified in the extracted fip.json metadata file. To avoid errors during the merge, the FIP mapper is currently hard-coding `"acquisition_type": "AindVrForaging"`. This is not a viable long-term solution, however, since it prevents the FIP mapper from being used for other acquisition types (e.g. whatever Dynamic Foraging experimentalists wish to use during their experiments).
Ideally `acquisition_type` would be a field that experimenters have control over. At bare minimum, `acquisition_type` in fip.json needs to be defined and needs to be the same as is specified in the behavior acquisition.json.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.