Import .ses files

NMODL and the Channel Builder.
Post Reply
GTR

Import .ses files

Post by GTR »

I have created 4 channels of a STh neuron using channel builder and I saved them as .ses files. I have also created channels with NMODL (.mod files),I compiled them with makenrn.dll for MSwin......and within the same folder I double click on a .hoc file so I get the .mod channels in the biophysics section of the cell builder.To unify my model now, How can I load the .ses channels together with the NMODL channels which are already imported in the biophysics??Do I have to implement them with NMODL too?I have 4 different .ses files to import.

thanks in advance,
George.
ted
Site Admin
Posts: 6395
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Use load_file() to retrieve ses files

Post by ted »

ses files are just computer-generated hoc files. To make use of something that is defined
by code in a ses file, just have NEURON read and execute the code in the ses file, e.g.
with load_file()
http://www.neuron.yale.edu/neuron/stati ... #load_file
Post Reply