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

Templater: extra column in TSV files #108

Closed Remi-Gau closed 2 years ago

Remi-Gau commented 2 years ago

By writing from a dataframe you get an extra column to index rows that should not be there

    probe_id    type    coordinate_space    material    x   y   z   shape   contact_size
0   e380a   multi-shank 0.0 iridium-oxide   0   0   0   circle  20
1   e380b   multi-shank 1.5 iridium-oxide   0   100 0   circle  20
2   t420a   tetrode 3.6 iridium-oxide   0   200 0   circle  20
3   t420b   tetrode 7.0 iridium-oxide   500 0   0   circle  20