Closed effigies closed 1 year ago
The following BIDS Validator issues should be implementable without further changes to the schema:
length(json.Authors) > 1
rules.tabular_data.ieeg.iEEGChannels.initial_columns
rules.tabular_data.ieeg.iEEGElectroes.initial_columns
checks: [exists(columns.stim_file, "stimuli") == length(columns.stim_file)]
The following issues can be implemented at present by using the selector path == '/dataset_description.json' to ensure that they're only run once (a different approach may be justified later):
path == '/dataset_description.json'
closing as all of those seems to have been done reopen if necessary
The following BIDS Validator issues should be implementable without further changes to the schema:
length(json.Authors) > 1
, select dataset_description.json)NIFTI_PIXDIM4Implementation detail of old Nifti parser; covered by BOLD_NOT_4D and REPETITION_TIME_MISMATCHrules.tabular_data.ieeg.iEEGChannels.initial_columns
rules.tabular_data.ieeg.iEEGElectroes.initial_columns
checks: [exists(columns.stim_file, "stimuli") == length(columns.stim_file)]
The following issues can be implemented at present by using the selector
path == '/dataset_description.json'
to ensure that they're only run once (a different approach may be justified later):