Merge pull request #1 from rgerkin/master
NML2ChannelAnalyse can now be used more generally
Changes to support use of NML2ChannelAnalyse as a general utility in a python script or function
Added peak absolute value plot (useful for Ca channel)
Process all i_*.lems.dat files in current dir, instead of using hard-coded list.
Merge remote-tracking branch 'upstream/master'
Adding unused ca_conc
Adding a settable Ca concentration on the clamped/ramp "cell" used for testing channels
Updating to geenrate preferred format for nml2 channels
Adding many more command line options when running NML2ChannelAnalyse.py
usage: NML2ChannelAnalyse.py [-h] [-v] [-minV ] [-maxV ] [-temperature ] [-duration ] [-clampDelay ]...
Setting simulation times back to defaults
Conflicts: Channelpedia/NML2ChannelAnalyse.py
Some general modifications & tidying up of generated lems analysis scripts
Work towards helping out with https://github.com/openworm/OpenWorm/issues/169
Minor tweak to channel analysis template
Minor change to naming of files for activation variable traces
Improved use of script when run from another directory
Add logging of channel current
Formatting debug output
Add logs and analysis scripts for channel currents
Minor change to template for generated lems analysis script
Update NML2ChannelAnalyse.py
Update README.md
Update .travis.yml
Another test