LorenFrankLab / rec_to_nwb

Data Migration REC -> NWB 2.0 Service
Other
2 stars 8 forks source link

WARNING: Error in HW channel mapping #60

Open samuelbray32 opened 5 months ago

samuelbray32 commented 5 months ago

This package assigns hw channels to nwb electrodes based on the order in which the appear in the rec header. This will create data inconsistencies if the nTrodes id's are not in the same order in the rec file as they are in the yaml metadata.

To avoid this error please use the updated conversion package

samuelbray32 commented 4 months ago

On further investigation, this package does not directly use hwChan to map data to the nwb file. Instead rec_to_binaries maps the e-series data to a ntrode group file name during preprocessing extraction here.

Takeaway :