neurodroid / stimfit

A program for viewing and analyzing electrophysiological data
GNU General Public License v2.0
52 stars 25 forks source link

Convert to atf using stfio #18

Open Taomach opened 9 years ago

Taomach commented 9 years ago

Hello! Stimfit has a dialog that allows converting files in different formats to Igor, Biosig of ATF, yet stfio documentation states that the only supported output format is HDF. Is there any way to use the ATF writer directly from stfio? I know how to construct ATF files by hand but I would very much appreciate the way to escape all that hassle.

schloegl commented 5 months ago

Is still still a desired feature ? Would you mind explaining why you want to convert to ATF ? What kind of processing steps would like to do, that would require a conversion to ATF ?

schloegl commented 5 months ago

Conversion to ATF is also supported by the biosig-tools with the command save2gdf -f=ATF infile outfile.atf

Could you please check if this addresses thos issue ?