The BrainIO specification says that the CSV file corresponding to a stimulus set must have a column called filename which refers to the filepath of the image within the store (or just the filename, if the store is flat). However, in the reference implementation of the spec, I see code referencing stimulus_path_within_store. Which of the two is supposed to be used?
The BrainIO specification says that the CSV file corresponding to a stimulus set must have a column called
filenamewhich refers to the filepath of the image within the store (or just the filename, if the store is flat). However, in the reference implementation of the spec, I see code referencingstimulus_path_within_store. Which of the two is supposed to be used?