Page 1 of 1

NEURON-CYGWIN&NCL

Posted: Fri Nov 02, 2007 8:02 am
by natasha
I have installed NEURON....
I need to change one of the files used by the simple model of my1stnrn(MyFirstNeuron)...which is HH1 file

As changes in the file wont change the output.....i think if i change and compile it again will help.....is that right?

Also if its right...then shud i do it with the help of Cygwin.....with NCL environment??

Please help !
Thanks

Posted: Fri Nov 02, 2007 12:57 pm
by ted
What kind of file is HH1 (don't tell me you allow MSWin to hide file extensions!), and what is
the change you want to make? If you only need to change a PARAMETER, that can be
done with a simple assignment in hoc, no need to compile anything. If it is a "significant"
change (e.g. the form of an equation in a BREAKPOINT, DERIVATIVE, or FUNCTION block)
then you only need to edit the mod file with any plain text editor, and then run mknrndll.
No need to do anything with cygwin tools at all.