Re: Extracting coordinates in stylized geometry
Posted: Sun Apr 09, 2017 7:00 pm
Dear Ted,
As you suggested in your last message, I was looking into your code 'interpxyz' from your zip file in Hot tips area ('Extracellular_stim_and_rec'') to calculate the coordinates for each segment of my section. I saw that you have built a mechanism called 'xtra' (xtra.mod). Since 'interpxyz' requires this mod file, I tried to compile it before running other hoc code but it always gives me an error message. The error looks like this:
Despite trying many times I am not able to compile it and therefore couldn't even test the interpxyz file. I dragged and dropped the xtra.mod file into ''mknrndll'' icon. I hope this is what I need to do? I am working with Mac OSX. I have not even edited or touched the original mod file. Could you please suggest me what went wrong? I look forward to hearing from you.
Thank you so much.
Yours sincerely,
Dina KC
As you suggested in your last message, I was looking into your code 'interpxyz' from your zip file in Hot tips area ('Extracellular_stim_and_rec'') to calculate the coordinates for each segment of my section. I saw that you have built a mechanism called 'xtra' (xtra.mod). Since 'interpxyz' requires this mod file, I tried to compile it before running other hoc code but it always gives me an error message. The error looks like this:
Code: Select all
-e
Creating x86_64 directory for .o files.
mkdir: x86_64: Permission denied
/Applications/NEURON-7.4
xtra.mod
xtra.mod
/Applications/NEURON-7.4/nrn/x86_64/bin/nrnivmodl: line 94: cd: x86_64: No such file or directory
rm: xtra.mod: Permission denied
ln: ./xtra.mod: File exists
/Applications/NEURON-7.4/nrn/x86_64/bin/nrnivmodl: line 126: mod_func.c: Permission denied
/Applications/NEURON-7.4/nrn/x86_64/bin/nrnivmodl: line 128: mod_func.c: Permission denied
/Applications/NEURON-7.4/nrn/x86_64/bin/nrnivmodl: line 134: mod_func.c: Permission denied
/Applications/NEURON-7.4/nrn/x86_64/bin/nrnivmodl: line 139: mod_func.c: Permission denied
/Applications/NEURON-7.4/nrn/x86_64/bin/nrnivmodl: line 147: mod_func.c: Permission denied
/Applications/NEURON-7.4/nrn/x86_64/bin/nrnivmodl: line 151: mod_func.c: Permission denied
/Applications/NEURON-7.4/nrn/x86_64/bin/nrnivmodl: line 154: mod_func.c: Permission denied
"/Applications/NEURON-7.4/nrn/x86_64/bin/nocmodl" xtra
Can't create C file: xtra.c at line 0 in file xtra.mod
^
make: *** [xtra.lo] Error 1
Press 'return' key to close
Thank you so much.
Yours sincerely,
Dina KC