read data from binary file (wcp format from WinWcp)

Anything that doesn't fit elsewhere.
Post Reply
jaambros
Posts: 29
Joined: Tue Oct 04, 2005 3:29 pm
Location: Ohio University

read data from binary file (wcp format from WinWcp)

Post by jaambros »

Hi All,

I want to read experimental results recorded with the WinWcp program from the university of Strathclyde in Glasgow.
I have the format and c code that can do this.

I don't see a way to do it directly from neuron (no binary read())

THe only option I see is inserting the c code into a NMOD module using VERBATIM.
- is there another option ?
- Any advice or documentation on using verbatim c code in NMOD?

Thanks in advance,
Jose Ambros-Ingerson
ted
Site Admin
Posts: 6300
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Post by ted »

THe only option I see is inserting the c code into a NMOD module using VERBATIM.
- is there another option ?
Nope, unless the authors of Win*** have a program that can convert their
bin files to ascii.
- Any advice or documentation on using verbatim c code in NMOD?

On NEURON's FAQ page
http://www.neuron.yale.edu/neuron/faq/general-questions
the answer to
How can I read data from a binary PClamp file?
includes a link to source code that provides an example of file reading via
C code embedded in a VERBATIM block.
Post Reply