INT-NIT / BEP032tools

Software tools supporting the BIDS Extension Proposal (BEP) dedicated to adding support for electrophysiological data recorded in animal models (BEP032)
MIT License
3 stars 9 forks source link

organization of the generation of the metadata files #132

Open SylvainTakerkart opened 1 year ago

SylvainTakerkart commented 1 year ago

I'm looking at the generation of the metadata files (and I'm using this issue to take notes of my reflexions...)

For a dataset, the main function generate_all_metadata_files is called for each instance of the BEP032Data class, i.e, in the original phylosophy of the design of the class, for each session...

This raises several questions / problems at different levels: