diff --git a/c302/__version__.py b/c302/__version__.py index de91ea3e..44f64904 100644 --- a/c302/__version__.py +++ b/c302/__version__.py @@ -1,2 +1,2 @@ -__version__ = '0.6.1' +__version__ = '0.7.0' diff --git a/c302/c302_FW.py b/c302/c302_FW.py index 1a59f99f..c45abc01 100644 --- a/c302/c302_FW.py +++ b/c302/c302_FW.py @@ -137,8 +137,8 @@ def setup(parameter_set, start = 190 motor_dur = '250ms' - input_list.append(('AVBL', '0ms', '%sms'%duration, '15pA')) - input_list.append(('AVBR', '0ms', '%sms'%duration, '15pA')) + input_list.append(('AVBL', '0ms', '1e9ms', '15pA')) + input_list.append(('AVBR', '0ms', '1e9ms', '15pA')) input_list.append(('DB1', '%sms'%(start), motor_dur, '3pA')) input_list.append(('VB1', '%sms'%(start+d_v_delay), motor_dur, '3pA')) diff --git a/c302/runAndPlot.py b/c302/runAndPlot.py index f7b5cf32..bd518334 100644 --- a/c302/runAndPlot.py +++ b/c302/runAndPlot.py @@ -312,7 +312,7 @@ def run_c302(config, print('Params: %s'%p) html2 = '

c302 simulation

\n' html2 += '

Parameter set: %s; configuration: %s

\n'%(c,p) - html2 += '

Generated on: %s


\n'%(time.strftime("%a, %d %b %Y", time.gmtime())) + html2 += '

Generated on: %s with c302 v%s


\n'%(time.strftime("%a, %d %b %Y", time.gmtime()), c302.__version__) html2 += '\n' html+='
\n'%(c,p) html+=' ?\n'%(img_loc,c,p) diff --git a/examples/LEMS_c302_A_Full.xml b/examples/LEMS_c302_A_Full.xml index 0a862db0..d179e107 100644 --- a/examples/LEMS_c302_A_Full.xml +++ b/examples/LEMS_c302_A_Full.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/LEMS_c302_A_IClamp.xml b/examples/LEMS_c302_A_IClamp.xml index bff09e0d..242b19fb 100644 --- a/examples/LEMS_c302_A_IClamp.xml +++ b/examples/LEMS_c302_A_IClamp.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_A_Muscles.xml b/examples/LEMS_c302_A_Muscles.xml index 41b1a395..c749e6e8 100644 --- a/examples/LEMS_c302_A_Muscles.xml +++ b/examples/LEMS_c302_A_Muscles.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_A_Oscillator.xml b/examples/LEMS_c302_A_Oscillator.xml index 09aca9ec..c5bbe1bd 100644 --- a/examples/LEMS_c302_A_Oscillator.xml +++ b/examples/LEMS_c302_A_Oscillator.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_A_Pharyngeal.xml b/examples/LEMS_c302_A_Pharyngeal.xml index a0cf07e5..e5af7543 100644 --- a/examples/LEMS_c302_A_Pharyngeal.xml +++ b/examples/LEMS_c302_A_Pharyngeal.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/LEMS_c302_A_Social.xml b/examples/LEMS_c302_A_Social.xml index 6d13455b..d22c6ae4 100644 --- a/examples/LEMS_c302_A_Social.xml +++ b/examples/LEMS_c302_A_Social.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_A_Syns.xml b/examples/LEMS_c302_A_Syns.xml index 81a8f606..1fbd6502 100644 --- a/examples/LEMS_c302_A_Syns.xml +++ b/examples/LEMS_c302_A_Syns.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_B_Full.xml b/examples/LEMS_c302_B_Full.xml index f9adb905..554e1c3f 100644 --- a/examples/LEMS_c302_B_Full.xml +++ b/examples/LEMS_c302_B_Full.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/LEMS_c302_B_IClamp.xml b/examples/LEMS_c302_B_IClamp.xml index 3b49bd1b..5fbfd88e 100644 --- a/examples/LEMS_c302_B_IClamp.xml +++ b/examples/LEMS_c302_B_IClamp.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_B_Muscles.xml b/examples/LEMS_c302_B_Muscles.xml index d7dfc95e..656962dc 100644 --- a/examples/LEMS_c302_B_Muscles.xml +++ b/examples/LEMS_c302_B_Muscles.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_B_Oscillator.xml b/examples/LEMS_c302_B_Oscillator.xml index e4e0df47..2aaeceef 100644 --- a/examples/LEMS_c302_B_Oscillator.xml +++ b/examples/LEMS_c302_B_Oscillator.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_B_Pharyngeal.xml b/examples/LEMS_c302_B_Pharyngeal.xml index 7a21386d..0a3b8af5 100644 --- a/examples/LEMS_c302_B_Pharyngeal.xml +++ b/examples/LEMS_c302_B_Pharyngeal.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/LEMS_c302_B_Social.xml b/examples/LEMS_c302_B_Social.xml index 7cbebe4d..b6c9e3ff 100644 --- a/examples/LEMS_c302_B_Social.xml +++ b/examples/LEMS_c302_B_Social.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_B_Syns.xml b/examples/LEMS_c302_B_Syns.xml index 3e7ed621..6e90d113 100644 --- a/examples/LEMS_c302_B_Syns.xml +++ b/examples/LEMS_c302_B_Syns.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C0_Full.xml b/examples/LEMS_c302_C0_Full.xml index de7c2561..1dadc703 100644 --- a/examples/LEMS_c302_C0_Full.xml +++ b/examples/LEMS_c302_C0_Full.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/LEMS_c302_C0_IClamp.xml b/examples/LEMS_c302_C0_IClamp.xml index cbf00087..1bd41e7a 100644 --- a/examples/LEMS_c302_C0_IClamp.xml +++ b/examples/LEMS_c302_C0_IClamp.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C0_Muscles.xml b/examples/LEMS_c302_C0_Muscles.xml index 2d4292c3..4f38450e 100644 --- a/examples/LEMS_c302_C0_Muscles.xml +++ b/examples/LEMS_c302_C0_Muscles.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_C0_Oscillator.xml b/examples/LEMS_c302_C0_Oscillator.xml index 42b20857..076e5638 100644 --- a/examples/LEMS_c302_C0_Oscillator.xml +++ b/examples/LEMS_c302_C0_Oscillator.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_C0_Pharyngeal.xml b/examples/LEMS_c302_C0_Pharyngeal.xml index 11891d85..80f913e4 100644 --- a/examples/LEMS_c302_C0_Pharyngeal.xml +++ b/examples/LEMS_c302_C0_Pharyngeal.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/LEMS_c302_C0_Social.xml b/examples/LEMS_c302_C0_Social.xml index 781e7fdb..1aaf9145 100644 --- a/examples/LEMS_c302_C0_Social.xml +++ b/examples/LEMS_c302_C0_Social.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C0_Syns.xml b/examples/LEMS_c302_C0_Syns.xml index d7b317a9..8752e4a1 100644 --- a/examples/LEMS_c302_C0_Syns.xml +++ b/examples/LEMS_c302_C0_Syns.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C1_Full.xml b/examples/LEMS_c302_C1_Full.xml index 7c8e3885..1e8b8240 100644 --- a/examples/LEMS_c302_C1_Full.xml +++ b/examples/LEMS_c302_C1_Full.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/LEMS_c302_C1_IClamp.xml b/examples/LEMS_c302_C1_IClamp.xml index 499bed7b..227b3075 100644 --- a/examples/LEMS_c302_C1_IClamp.xml +++ b/examples/LEMS_c302_C1_IClamp.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C1_Muscles.xml b/examples/LEMS_c302_C1_Muscles.xml index 34d2bf02..7beffbe4 100644 --- a/examples/LEMS_c302_C1_Muscles.xml +++ b/examples/LEMS_c302_C1_Muscles.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_C1_Oscillator.xml b/examples/LEMS_c302_C1_Oscillator.xml index 2b2bdde5..85ddd869 100644 --- a/examples/LEMS_c302_C1_Oscillator.xml +++ b/examples/LEMS_c302_C1_Oscillator.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_C1_Pharyngeal.xml b/examples/LEMS_c302_C1_Pharyngeal.xml index 5f8c4377..34aa209b 100644 --- a/examples/LEMS_c302_C1_Pharyngeal.xml +++ b/examples/LEMS_c302_C1_Pharyngeal.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/LEMS_c302_C1_Social.xml b/examples/LEMS_c302_C1_Social.xml index d1d2499c..95f844f4 100644 --- a/examples/LEMS_c302_C1_Social.xml +++ b/examples/LEMS_c302_C1_Social.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C1_Syns.xml b/examples/LEMS_c302_C1_Syns.xml index f247b7cf..91989958 100644 --- a/examples/LEMS_c302_C1_Syns.xml +++ b/examples/LEMS_c302_C1_Syns.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C2_FW.xml b/examples/LEMS_c302_C2_FW.xml index 68d2aea9..5128307b 100644 --- a/examples/LEMS_c302_C2_FW.xml +++ b/examples/LEMS_c302_C2_FW.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: UpdatedSpreadsheetDataReader2 - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AVBL', 'AVBR', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'VD1', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'VD10', 'VD11', 'VD12', 'VD13', 'VB1', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VB10', 'VB11', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C2_Full.xml b/examples/LEMS_c302_C2_Full.xml index d0681428..6ddc0e90 100644 --- a/examples/LEMS_c302_C2_Full.xml +++ b/examples/LEMS_c302_C2_Full.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/LEMS_c302_C2_IClamp.xml b/examples/LEMS_c302_C2_IClamp.xml index 7a7a465a..4a85c801 100644 --- a/examples/LEMS_c302_C2_IClamp.xml +++ b/examples/LEMS_c302_C2_IClamp.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C2_Muscles.xml b/examples/LEMS_c302_C2_Muscles.xml index 3acbaff7..c74f7e3a 100644 --- a/examples/LEMS_c302_C2_Muscles.xml +++ b/examples/LEMS_c302_C2_Muscles.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_C2_Oscillator.xml b/examples/LEMS_c302_C2_Oscillator.xml index 33ce65e5..c5dbb491 100644 --- a/examples/LEMS_c302_C2_Oscillator.xml +++ b/examples/LEMS_c302_C2_Oscillator.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_C2_Pharyngeal.xml b/examples/LEMS_c302_C2_Pharyngeal.xml index c0548cdf..d81aafb2 100644 --- a/examples/LEMS_c302_C2_Pharyngeal.xml +++ b/examples/LEMS_c302_C2_Pharyngeal.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/LEMS_c302_C2_Social.xml b/examples/LEMS_c302_C2_Social.xml index 09967a78..c492db79 100644 --- a/examples/LEMS_c302_C2_Social.xml +++ b/examples/LEMS_c302_C2_Social.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C2_Syns.xml b/examples/LEMS_c302_C2_Syns.xml index c76d6d4e..6975259c 100644 --- a/examples/LEMS_c302_C2_Syns.xml +++ b/examples/LEMS_c302_C2_Syns.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C_Full.xml b/examples/LEMS_c302_C_Full.xml index ac7a8d54..05b5c78a 100644 --- a/examples/LEMS_c302_C_Full.xml +++ b/examples/LEMS_c302_C_Full.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/LEMS_c302_C_IClamp.xml b/examples/LEMS_c302_C_IClamp.xml index 72c1c0f3..0dc2dcee 100644 --- a/examples/LEMS_c302_C_IClamp.xml +++ b/examples/LEMS_c302_C_IClamp.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C_Muscles.xml b/examples/LEMS_c302_C_Muscles.xml index bd2a11d5..7f08d2ef 100644 --- a/examples/LEMS_c302_C_Muscles.xml +++ b/examples/LEMS_c302_C_Muscles.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_C_Oscillator.xml b/examples/LEMS_c302_C_Oscillator.xml index decded5c..f1e3132e 100644 --- a/examples/LEMS_c302_C_Oscillator.xml +++ b/examples/LEMS_c302_C_Oscillator.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_C_Pharyngeal.xml b/examples/LEMS_c302_C_Pharyngeal.xml index 4367f7ba..a4df5734 100644 --- a/examples/LEMS_c302_C_Pharyngeal.xml +++ b/examples/LEMS_c302_C_Pharyngeal.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/LEMS_c302_C_Social.xml b/examples/LEMS_c302_C_Social.xml index b785a6b9..628883cc 100644 --- a/examples/LEMS_c302_C_Social.xml +++ b/examples/LEMS_c302_C_Social.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_C_Syns.xml b/examples/LEMS_c302_C_Syns.xml index 2639b201..2bc7f056 100644 --- a/examples/LEMS_c302_C_Syns.xml +++ b/examples/LEMS_c302_C_Syns.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_D1_Full.xml b/examples/LEMS_c302_D1_Full.xml index 8433ee1f..6d368a98 100644 --- a/examples/LEMS_c302_D1_Full.xml +++ b/examples/LEMS_c302_D1_Full.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/LEMS_c302_D1_IClamp.xml b/examples/LEMS_c302_D1_IClamp.xml index aeda79e0..61b82976 100644 --- a/examples/LEMS_c302_D1_IClamp.xml +++ b/examples/LEMS_c302_D1_IClamp.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_D1_Muscles.xml b/examples/LEMS_c302_D1_Muscles.xml index edfbff7f..ed798020 100644 --- a/examples/LEMS_c302_D1_Muscles.xml +++ b/examples/LEMS_c302_D1_Muscles.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_D1_Oscillator.xml b/examples/LEMS_c302_D1_Oscillator.xml index 1c00d4dc..61ac0538 100644 --- a/examples/LEMS_c302_D1_Oscillator.xml +++ b/examples/LEMS_c302_D1_Oscillator.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_D1_Pharyngeal.xml b/examples/LEMS_c302_D1_Pharyngeal.xml index 69cbb4d0..5734080c 100644 --- a/examples/LEMS_c302_D1_Pharyngeal.xml +++ b/examples/LEMS_c302_D1_Pharyngeal.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/LEMS_c302_D1_Social.xml b/examples/LEMS_c302_D1_Social.xml index 1533114f..9e9f63d9 100644 --- a/examples/LEMS_c302_D1_Social.xml +++ b/examples/LEMS_c302_D1_Social.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_D1_Syns.xml b/examples/LEMS_c302_D1_Syns.xml index 787a5532..d1723ee9 100644 --- a/examples/LEMS_c302_D1_Syns.xml +++ b/examples/LEMS_c302_D1_Syns.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_D_Full.xml b/examples/LEMS_c302_D_Full.xml index aae06bd6..628663d5 100644 --- a/examples/LEMS_c302_D_Full.xml +++ b/examples/LEMS_c302_D_Full.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/LEMS_c302_D_IClamp.xml b/examples/LEMS_c302_D_IClamp.xml index 0ecc260e..b77b467c 100644 --- a/examples/LEMS_c302_D_IClamp.xml +++ b/examples/LEMS_c302_D_IClamp.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_D_Muscles.xml b/examples/LEMS_c302_D_Muscles.xml index 543fe69c..8d60bdd9 100644 --- a/examples/LEMS_c302_D_Muscles.xml +++ b/examples/LEMS_c302_D_Muscles.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_D_Oscillator.xml b/examples/LEMS_c302_D_Oscillator.xml index 3f1b6ad0..ed3a9b54 100644 --- a/examples/LEMS_c302_D_Oscillator.xml +++ b/examples/LEMS_c302_D_Oscillator.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/LEMS_c302_D_Pharyngeal.xml b/examples/LEMS_c302_D_Pharyngeal.xml index d33d8f22..d7b33655 100644 --- a/examples/LEMS_c302_D_Pharyngeal.xml +++ b/examples/LEMS_c302_D_Pharyngeal.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/LEMS_c302_D_Social.xml b/examples/LEMS_c302_D_Social.xml index adf1e840..e400e305 100644 --- a/examples/LEMS_c302_D_Social.xml +++ b/examples/LEMS_c302_D_Social.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/LEMS_c302_D_Syns.xml b/examples/LEMS_c302_D_Syns.xml index defe5df9..7bda0ce8 100644 --- a/examples/LEMS_c302_D_Syns.xml +++ b/examples/LEMS_c302_D_Syns.xml @@ -6,7 +6,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_A_Full.net.nml b/examples/c302_A_Full.net.nml index daf960a9..747c919b 100644 --- a/examples/c302_A_Full.net.nml +++ b/examples/c302_A_Full.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/c302_A_IClamp.net.nml b/examples/c302_A_IClamp.net.nml index 7c47f294..3eddf606 100644 --- a/examples/c302_A_IClamp.net.nml +++ b/examples/c302_A_IClamp.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_A_Muscles.net.nml b/examples/c302_A_Muscles.net.nml index 84434e5e..28d7ad2b 100644 --- a/examples/c302_A_Muscles.net.nml +++ b/examples/c302_A_Muscles.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_A_Oscillator.net.nml b/examples/c302_A_Oscillator.net.nml index 068b3810..b1e18baa 100644 --- a/examples/c302_A_Oscillator.net.nml +++ b/examples/c302_A_Oscillator.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_A_Pharyngeal.net.nml b/examples/c302_A_Pharyngeal.net.nml index 1f96fc55..4bfa980c 100644 --- a/examples/c302_A_Pharyngeal.net.nml +++ b/examples/c302_A_Pharyngeal.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/c302_A_Social.net.nml b/examples/c302_A_Social.net.nml index ee7c847d..ea847ec1 100644 --- a/examples/c302_A_Social.net.nml +++ b/examples/c302_A_Social.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_A_Syns.net.nml b/examples/c302_A_Syns.net.nml index 80931e5f..b250f008 100644 --- a/examples/c302_A_Syns.net.nml +++ b/examples/c302_A_Syns.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_B_Full.net.nml b/examples/c302_B_Full.net.nml index 0e095b6d..d10d28e4 100644 --- a/examples/c302_B_Full.net.nml +++ b/examples/c302_B_Full.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/c302_B_IClamp.net.nml b/examples/c302_B_IClamp.net.nml index 3b86db31..5af4288f 100644 --- a/examples/c302_B_IClamp.net.nml +++ b/examples/c302_B_IClamp.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_B_Muscles.net.nml b/examples/c302_B_Muscles.net.nml index 6f69f765..c21672b9 100644 --- a/examples/c302_B_Muscles.net.nml +++ b/examples/c302_B_Muscles.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_B_Oscillator.net.nml b/examples/c302_B_Oscillator.net.nml index 3e50f585..19530498 100644 --- a/examples/c302_B_Oscillator.net.nml +++ b/examples/c302_B_Oscillator.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_B_Pharyngeal.net.nml b/examples/c302_B_Pharyngeal.net.nml index 9ee469c9..250136ca 100644 --- a/examples/c302_B_Pharyngeal.net.nml +++ b/examples/c302_B_Pharyngeal.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/c302_B_Social.net.nml b/examples/c302_B_Social.net.nml index dd24461b..4a2b0f11 100644 --- a/examples/c302_B_Social.net.nml +++ b/examples/c302_B_Social.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_B_Syns.net.nml b/examples/c302_B_Syns.net.nml index d4c5e2a5..89e4c588 100644 --- a/examples/c302_B_Syns.net.nml +++ b/examples/c302_B_Syns.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_C0_Full.net.nml b/examples/c302_C0_Full.net.nml index 6020bed7..e04a0ed5 100644 --- a/examples/c302_C0_Full.net.nml +++ b/examples/c302_C0_Full.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/c302_C0_IClamp.net.nml b/examples/c302_C0_IClamp.net.nml index efaeab3c..264b2fb3 100644 --- a/examples/c302_C0_IClamp.net.nml +++ b/examples/c302_C0_IClamp.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_C0_Muscles.net.nml b/examples/c302_C0_Muscles.net.nml index b54a630d..97f14079 100644 --- a/examples/c302_C0_Muscles.net.nml +++ b/examples/c302_C0_Muscles.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_C0_Oscillator.net.nml b/examples/c302_C0_Oscillator.net.nml index 5fa054c0..da3c3162 100644 --- a/examples/c302_C0_Oscillator.net.nml +++ b/examples/c302_C0_Oscillator.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_C0_Pharyngeal.net.nml b/examples/c302_C0_Pharyngeal.net.nml index c4dc6efd..76ee7aa8 100644 --- a/examples/c302_C0_Pharyngeal.net.nml +++ b/examples/c302_C0_Pharyngeal.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/c302_C0_Social.net.nml b/examples/c302_C0_Social.net.nml index 3e11b42a..7224159d 100644 --- a/examples/c302_C0_Social.net.nml +++ b/examples/c302_C0_Social.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_C0_Syns.net.nml b/examples/c302_C0_Syns.net.nml index 554288be..74ec9b66 100644 --- a/examples/c302_C0_Syns.net.nml +++ b/examples/c302_C0_Syns.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_C1_Full.net.nml b/examples/c302_C1_Full.net.nml index d96afacd..ff967636 100644 --- a/examples/c302_C1_Full.net.nml +++ b/examples/c302_C1_Full.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/c302_C1_IClamp.net.nml b/examples/c302_C1_IClamp.net.nml index 6acce1fa..39baeeb8 100644 --- a/examples/c302_C1_IClamp.net.nml +++ b/examples/c302_C1_IClamp.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_C1_Muscles.net.nml b/examples/c302_C1_Muscles.net.nml index f2a9ef3b..df8342f1 100644 --- a/examples/c302_C1_Muscles.net.nml +++ b/examples/c302_C1_Muscles.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_C1_Oscillator.net.nml b/examples/c302_C1_Oscillator.net.nml index 222fe941..ca53c2f7 100644 --- a/examples/c302_C1_Oscillator.net.nml +++ b/examples/c302_C1_Oscillator.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_C1_Pharyngeal.net.nml b/examples/c302_C1_Pharyngeal.net.nml index 81664c64..1d6f6923 100644 --- a/examples/c302_C1_Pharyngeal.net.nml +++ b/examples/c302_C1_Pharyngeal.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/c302_C1_Social.net.nml b/examples/c302_C1_Social.net.nml index abec06bf..d08eb2a2 100644 --- a/examples/c302_C1_Social.net.nml +++ b/examples/c302_C1_Social.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_C1_Syns.net.nml b/examples/c302_C1_Syns.net.nml index 651c67d9..0e77792e 100644 --- a/examples/c302_C1_Syns.net.nml +++ b/examples/c302_C1_Syns.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_C2_FW.net.nml b/examples/c302_C2_FW.net.nml index 40e08207..6d7dd1e3 100644 --- a/examples/c302_C2_FW.net.nml +++ b/examples/c302_C2_FW.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: UpdatedSpreadsheetDataReader2 - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AVBL', 'AVBR', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'VD1', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'VD10', 'VD11', 'VD12', 'VD13', 'VB1', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VB10', 'VB11', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6'] Cell stimulated: [] Connection: [] @@ -1152,8 +1152,8 @@ Parameters and setting used to generate this network: - - + + diff --git a/examples/c302_C2_Full.net.nml b/examples/c302_C2_Full.net.nml index 9b95e1e4..d2029280 100644 --- a/examples/c302_C2_Full.net.nml +++ b/examples/c302_C2_Full.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/c302_C2_IClamp.net.nml b/examples/c302_C2_IClamp.net.nml index 52da1b17..dda86f7e 100644 --- a/examples/c302_C2_IClamp.net.nml +++ b/examples/c302_C2_IClamp.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_C2_Muscles.net.nml b/examples/c302_C2_Muscles.net.nml index fa6bc02d..6b3ad2ad 100644 --- a/examples/c302_C2_Muscles.net.nml +++ b/examples/c302_C2_Muscles.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_C2_Oscillator.net.nml b/examples/c302_C2_Oscillator.net.nml index 7b89549e..63a503a4 100644 --- a/examples/c302_C2_Oscillator.net.nml +++ b/examples/c302_C2_Oscillator.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_C2_Pharyngeal.net.nml b/examples/c302_C2_Pharyngeal.net.nml index c92635ce..36edd8a2 100644 --- a/examples/c302_C2_Pharyngeal.net.nml +++ b/examples/c302_C2_Pharyngeal.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/c302_C2_Social.net.nml b/examples/c302_C2_Social.net.nml index d831fa8b..b6a51f29 100644 --- a/examples/c302_C2_Social.net.nml +++ b/examples/c302_C2_Social.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_C2_Syns.net.nml b/examples/c302_C2_Syns.net.nml index 39a3e34b..01b556fb 100644 --- a/examples/c302_C2_Syns.net.nml +++ b/examples/c302_C2_Syns.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_C_Full.net.nml b/examples/c302_C_Full.net.nml index 13566d50..2b1766cf 100644 --- a/examples/c302_C_Full.net.nml +++ b/examples/c302_C_Full.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/c302_C_IClamp.net.nml b/examples/c302_C_IClamp.net.nml index 4c1bdb29..4dae0e73 100644 --- a/examples/c302_C_IClamp.net.nml +++ b/examples/c302_C_IClamp.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_C_Muscles.net.nml b/examples/c302_C_Muscles.net.nml index 8ce5f468..7f7f2ed9 100644 --- a/examples/c302_C_Muscles.net.nml +++ b/examples/c302_C_Muscles.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_C_Oscillator.net.nml b/examples/c302_C_Oscillator.net.nml index 0c1f5aaa..d40517e9 100644 --- a/examples/c302_C_Oscillator.net.nml +++ b/examples/c302_C_Oscillator.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_C_Pharyngeal.net.nml b/examples/c302_C_Pharyngeal.net.nml index 6dddcfff..e360c039 100644 --- a/examples/c302_C_Pharyngeal.net.nml +++ b/examples/c302_C_Pharyngeal.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/c302_C_Social.net.nml b/examples/c302_C_Social.net.nml index 44e76ce6..82869388 100644 --- a/examples/c302_C_Social.net.nml +++ b/examples/c302_C_Social.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_C_Syns.net.nml b/examples/c302_C_Syns.net.nml index 449ccbe9..91fb983d 100644 --- a/examples/c302_C_Syns.net.nml +++ b/examples/c302_C_Syns.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_D1_Full.net.nml b/examples/c302_D1_Full.net.nml index a9ecea42..696c6498 100644 --- a/examples/c302_D1_Full.net.nml +++ b/examples/c302_D1_Full.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/c302_D1_IClamp.net.nml b/examples/c302_D1_IClamp.net.nml index a49d0f93..79a9c3d0 100644 --- a/examples/c302_D1_IClamp.net.nml +++ b/examples/c302_D1_IClamp.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_D1_Muscles.net.nml b/examples/c302_D1_Muscles.net.nml index f6b84930..deddab86 100644 --- a/examples/c302_D1_Muscles.net.nml +++ b/examples/c302_D1_Muscles.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_D1_Oscillator.net.nml b/examples/c302_D1_Oscillator.net.nml index 7a6250f6..cf074da1 100644 --- a/examples/c302_D1_Oscillator.net.nml +++ b/examples/c302_D1_Oscillator.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_D1_Pharyngeal.net.nml b/examples/c302_D1_Pharyngeal.net.nml index c4611d55..43c60873 100644 --- a/examples/c302_D1_Pharyngeal.net.nml +++ b/examples/c302_D1_Pharyngeal.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/c302_D1_Social.net.nml b/examples/c302_D1_Social.net.nml index 6365caa5..7f887753 100644 --- a/examples/c302_D1_Social.net.nml +++ b/examples/c302_D1_Social.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_D1_Syns.net.nml b/examples/c302_D1_Syns.net.nml index 5b9eb978..afd6774c 100644 --- a/examples/c302_D1_Syns.net.nml +++ b/examples/c302_D1_Syns.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_D_Full.net.nml b/examples/c302_D_Full.net.nml index 84685414..3d10a41b 100644 --- a/examples/c302_D_Full.net.nml +++ b/examples/c302_D_Full.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: All cells Cell stimulated: ['PLML', 'PLMR'] Connection: [] diff --git a/examples/c302_D_IClamp.net.nml b/examples/c302_D_IClamp.net.nml index aae0e7b7..39069f1f 100644 --- a/examples/c302_D_IClamp.net.nml +++ b/examples/c302_D_IClamp.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['ADAL', 'PVCL'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_D_Muscles.net.nml b/examples/c302_D_Muscles.net.nml index 7c45c7c2..adcd7fba 100644 --- a/examples/c302_D_Muscles.net.nml +++ b/examples/c302_D_Muscles.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['AS1', 'AS10', 'AS11', 'AS2', 'AS3', 'AS4', 'AS5', 'AS6', 'AS7', 'AS8', 'AS9', 'AVFL', 'AVFR', 'AVKR', 'AVL', 'CEPVL', 'CEPVR', 'DA1', 'DA2', 'DA3', 'DA4', 'DA5', 'DA6', 'DA7', 'DA8', 'DA9', 'DB1', 'DB2', 'DB3', 'DB4', 'DB5', 'DB6', 'DB7', 'DD1', 'DD2', 'DD3', 'DD4', 'DD5', 'DD6', 'DVB', 'HSNL', 'HSNR', 'IL1DL', 'IL1DR', 'IL1L', 'IL1R', 'IL1VL', 'IL1VR', 'PDA', 'PDB', 'PVNL', 'PVNR', 'RID', 'RIML', 'RIMR', 'RIVL', 'RIVR', 'RMDDL', 'RMDDR', 'RMDL', 'RMDR', 'RMDVL', 'RMDVR', 'RMED', 'RMEL', 'RMER', 'RMEV', 'RMFL', 'RMGL', 'RMGR', 'RMHL', 'RMHR', 'SMBDL', 'SMBDR', 'SMBVL', 'SMBVR', 'SMDDL', 'SMDDR', 'SMDVL', 'SMDVR', 'URADL', 'URADR', 'URAVL', 'URAVR', 'VA1', 'VA10', 'VA11', 'VA12', 'VA2', 'VA3', 'VA4', 'VA5', 'VA6', 'VA7', 'VA8', 'VA9', 'VB1', 'VB10', 'VB11', 'VB2', 'VB3', 'VB4', 'VB5', 'VB6', 'VB7', 'VB8', 'VB9', 'VC1', 'VC2', 'VC3', 'VC4', 'VC5', 'VC6', 'VD1', 'VD10', 'VD11', 'VD12', 'VD13', 'VD2', 'VD3', 'VD4', 'VD5', 'VD6', 'VD7', 'VD8', 'VD9', 'AVAL', 'AVAR', 'AVBL', 'AVBR', 'AVDL', 'AVDR', 'PVCL', 'PVCR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_D_Oscillator.net.nml b/examples/c302_D_Oscillator.net.nml index 51143393..b6c28f6b 100644 --- a/examples/c302_D_Oscillator.net.nml +++ b/examples/c302_D_Oscillator.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['DB2', 'VB2', 'DD2', 'VD2', 'DB3', 'VB3', 'DD3', 'VD3', 'DA2', 'VA2', 'DA3', 'VA3', 'AVBL', 'AVBR'] Cell stimulated: ['AVBL', 'AVBR'] Connection: [] diff --git a/examples/c302_D_Pharyngeal.net.nml b/examples/c302_D_Pharyngeal.net.nml index 9e26f88f..48b03e84 100644 --- a/examples/c302_D_Pharyngeal.net.nml +++ b/examples/c302_D_Pharyngeal.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['M1', 'M2L', 'M2R', 'M3L', 'M3R', 'M4', 'M5', 'I1L', 'I1R', 'I2L', 'I2R', 'I3', 'I4', 'I5', 'I6', 'MI', 'NSML', 'NSMR', 'MCL', 'MCR'] Cell stimulated: ['M1', 'M3R', 'M4', 'M5', 'I1L', 'I4', 'I5', 'I6', 'MCL', 'MCR'] Connection: [] diff --git a/examples/c302_D_Social.net.nml b/examples/c302_D_Social.net.nml index 53047b51..23b0f336 100644 --- a/examples/c302_D_Social.net.nml +++ b/examples/c302_D_Social.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['RMGR', 'ASHR', 'ASKR', 'AWBR', 'IL2R', 'RMHR', 'URXR'] Cell stimulated: [] Connection: [] diff --git a/examples/c302_D_Syns.net.nml b/examples/c302_D_Syns.net.nml index 17dcb1c2..7a662f4f 100644 --- a/examples/c302_D_Syns.net.nml +++ b/examples/c302_D_Syns.net.nml @@ -4,7 +4,7 @@ Parameters and setting used to generate this network: Data reader: SpreadsheetDataReader - c302 version: 0.6.1 + c302 version: 0.7.0 Cells: ['URYDL', 'SMDDR', 'VD12', 'VB11', 'AS2', 'AIZL', 'ASHL'] Cell stimulated: [] Connection: [] diff --git a/examples/summary/images/muscle_activity_C1_Syns.png b/examples/summary/images/muscle_activity_C1_Syns.png index e2ddf993..974f7ffb 100644 --- a/examples/summary/images/muscle_activity_C1_Syns.png +++ b/examples/summary/images/muscle_activity_C1_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfac2b38511ec13e15b847af24023f273fa4ceb31d04f1d1c3bcfc28b2156685 -size 25843 +oid sha256:7652bfe9066f688ae796fcfe3187d0fb6ea8afbbdf9b1db8772f97f12efc48fd +size 25832 diff --git a/examples/summary/images/muscle_activity_C2_Syns.png b/examples/summary/images/muscle_activity_C2_Syns.png index 6b05ebc2..7f3cefec 100644 --- a/examples/summary/images/muscle_activity_C2_Syns.png +++ b/examples/summary/images/muscle_activity_C2_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3744643072443d661e1a83b7b080568bdf15876a9115f42d16bce2dbe1289bb -size 24815 +oid sha256:01ef962eddb879f96c4f9dfb635a124f2ac85fd63de92d20be93fd68f5b5ca29 +size 24810 diff --git a/examples/summary/images/muscle_activity_D1_Syns.png b/examples/summary/images/muscle_activity_D1_Syns.png index 56892328..59ffd522 100644 --- a/examples/summary/images/muscle_activity_D1_Syns.png +++ b/examples/summary/images/muscle_activity_D1_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e007cf703546889da3dcf5b8ff69d40a32074d92891efa923dc03b1b0eef0f5 -size 23754 +oid sha256:006ddba576c98060070bb224bf680ecd0636182f9784ffb071e68a66a18abeee +size 23592 diff --git a/examples/summary/images/muscles_C1_Syns.png b/examples/summary/images/muscles_C1_Syns.png index 50a9cba4..9ca80feb 100644 --- a/examples/summary/images/muscles_C1_Syns.png +++ b/examples/summary/images/muscles_C1_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5133852a926c6d087347421890faa4e15d438427ab5ca06f3abf5336090acb5c -size 23837 +oid sha256:2592c9e7511d8ce2ae115c04ea65fa255526857430a380bff7acb11b18c7807a +size 23755 diff --git a/examples/summary/images/muscles_C2_Syns.png b/examples/summary/images/muscles_C2_Syns.png index 57cfa9b6..00719d91 100644 --- a/examples/summary/images/muscles_C2_Syns.png +++ b/examples/summary/images/muscles_C2_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:adb3a0c3306dfff0426e22b1c594668bd6f596cb9f734451f4dddeda639b4c71 -size 24390 +oid sha256:02b1c2916b83c2a3d3b5d4bbdc19c0d9e8e5695a5708a345d293dcb20a18e446 +size 24682 diff --git a/examples/summary/images/muscles_D1_Syns.png b/examples/summary/images/muscles_D1_Syns.png index 6e7163c6..8951b61f 100644 --- a/examples/summary/images/muscles_D1_Syns.png +++ b/examples/summary/images/muscles_D1_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7823339de7e171afcdc824c039af2211b394fc92e3600e0cb14ed3d0797dc065 -size 28671 +oid sha256:6cc8be3bbc72217bd642f78cb1563db02fecd981c066467af40d584df2f040bf +size 28466 diff --git a/examples/summary/images/neuron_activity_B_Syns.png b/examples/summary/images/neuron_activity_B_Syns.png index f5e2d274..752c1a82 100644 --- a/examples/summary/images/neuron_activity_B_Syns.png +++ b/examples/summary/images/neuron_activity_B_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b53c4cd78cbf421ffff7140e2acf4f3bfff5aa0b7dbcf005132e0e4a523171da -size 28814 +oid sha256:3e84378229dff2713b4ceeaa0586174001fd1d9738a0967633eae0caeb093d87 +size 30180 diff --git a/examples/summary/images/neuron_activity_C1_Syns.png b/examples/summary/images/neuron_activity_C1_Syns.png index 457390ab..ef564e80 100644 --- a/examples/summary/images/neuron_activity_C1_Syns.png +++ b/examples/summary/images/neuron_activity_C1_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:544feffc81d0cb82f03f101ad9d108710bf06c5082713bc5f2141450414d45ac -size 24189 +oid sha256:734f0e988f528c00dac024ef40959b61296ad7a0ce6edc561558b430f7a5f030 +size 24142 diff --git a/examples/summary/images/neuron_activity_C2_Syns.png b/examples/summary/images/neuron_activity_C2_Syns.png index 3af17a64..8b41f218 100644 --- a/examples/summary/images/neuron_activity_C2_Syns.png +++ b/examples/summary/images/neuron_activity_C2_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc842588a97b8a045e639e294cc73d6378158bdab3070ea0eb3e05918e476b35 -size 26853 +oid sha256:3fdc1003fe579f11a32f75ae5032b28b3e187a356fde147baf402306ae1c470d +size 26953 diff --git a/examples/summary/images/neuron_activity_C_Syns.png b/examples/summary/images/neuron_activity_C_Syns.png index 77ff3ae2..4ea21fb5 100644 --- a/examples/summary/images/neuron_activity_C_Syns.png +++ b/examples/summary/images/neuron_activity_C_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c02bd27ba5733884ba1fda192bcb600f11411885058f719d317eee74ab68ac5 -size 24041 +oid sha256:4f43fdc20e29a7facd9e86677babef900faabb50837972110bbd17431df69900 +size 23992 diff --git a/examples/summary/images/neuron_activity_D1_Syns.png b/examples/summary/images/neuron_activity_D1_Syns.png index 3f9a77ab..1f147241 100644 --- a/examples/summary/images/neuron_activity_D1_Syns.png +++ b/examples/summary/images/neuron_activity_D1_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c20f7152e0cf6b753d2ebfbef9e12c21c2c6944979ae38a9d16f619c239c422 -size 26338 +oid sha256:ac4f29787e33573b88111bcff6d094684fcada5792bffa0df6879331fe000997 +size 26297 diff --git a/examples/summary/images/neuron_activity_D_Syns.png b/examples/summary/images/neuron_activity_D_Syns.png index 649a6087..e050be3f 100644 --- a/examples/summary/images/neuron_activity_D_Syns.png +++ b/examples/summary/images/neuron_activity_D_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2880c5be3a84f4b0ef72b93d7d6a02b99adc5c30aa45871d5011d4adaaca305 -size 22794 +oid sha256:2c089689595d1cbec7970509e45a899899c6184fd4076097473e0132bb5204d3 +size 22690 diff --git a/examples/summary/images/neurons_A_Syns.png b/examples/summary/images/neurons_A_Syns.png index 6304d688..0b87114b 100644 --- a/examples/summary/images/neurons_A_Syns.png +++ b/examples/summary/images/neurons_A_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cd06038b5232a1a2ce8dca3251f382c915d8bdc7197ca653dbb161043af6c1a -size 26409 +oid sha256:924a29d5a69cd7e294ce2cbb31b3b1e53afa9822936cd3fd0eff05bcfe4e9ab2 +size 26422 diff --git a/examples/summary/images/neurons_B_Syns.png b/examples/summary/images/neurons_B_Syns.png index f0e45968..50ecb840 100644 --- a/examples/summary/images/neurons_B_Syns.png +++ b/examples/summary/images/neurons_B_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df04ab9bb9cb9823fcbf3775ded7018dcac640f319196f91e49be6a9f510fc43 -size 27746 +oid sha256:256c4061c4168b274e45dfeda525738c8679eb60b24ab787f30300b8b44a7924 +size 27708 diff --git a/examples/summary/images/neurons_C1_Syns.png b/examples/summary/images/neurons_C1_Syns.png index 02c5bbfb..b1825576 100644 --- a/examples/summary/images/neurons_C1_Syns.png +++ b/examples/summary/images/neurons_C1_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:159b8e490eb6705989fa8df26b28ce6ce9d450e576b089c641bf1c68558fa4ec -size 24692 +oid sha256:5e36ae4a10fad9301875471ff30b9d7be1c285b1448ea12353337270721018c8 +size 24617 diff --git a/examples/summary/images/neurons_C2_Syns.png b/examples/summary/images/neurons_C2_Syns.png index f39cfe4f..3a9b7632 100644 --- a/examples/summary/images/neurons_C2_Syns.png +++ b/examples/summary/images/neurons_C2_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94226118f5caf0ee23152670fb6c2909a63b2e41c9f04171180fae64c6c75e76 -size 26958 +oid sha256:b8fb625ed6f74e3a41e3835750dfef0898064ddc56edd588da779eed2a13a6c4 +size 27260 diff --git a/examples/summary/images/neurons_C_Syns.png b/examples/summary/images/neurons_C_Syns.png index 363a764c..fee9da1d 100644 --- a/examples/summary/images/neurons_C_Syns.png +++ b/examples/summary/images/neurons_C_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13d55bf1aacf541885ab9c7fe54166354fd1f1dc22c233bf0fa83105844f553a -size 25667 +oid sha256:9e538266bfb691ae9721191099d23e244537ba278137c0a3f5750d3cf601097d +size 25632 diff --git a/examples/summary/images/neurons_D1_Syns.png b/examples/summary/images/neurons_D1_Syns.png index 700fa523..ac94b8e3 100644 --- a/examples/summary/images/neurons_D1_Syns.png +++ b/examples/summary/images/neurons_D1_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74bfe0c122a3eae35f1ed23a98d3efb265490701d2d00b0e449121f36ec68695 -size 27410 +oid sha256:b463a30e8f9af706c37988f569dc37a33245795ee6fa9d6e70bd2d5c0f4efd1e +size 27325 diff --git a/examples/summary/images/neurons_D_Syns.png b/examples/summary/images/neurons_D_Syns.png index 78fee63c..963e0793 100644 --- a/examples/summary/images/neurons_D_Syns.png +++ b/examples/summary/images/neurons_D_Syns.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:451517aca18c95ec944dbc1fdec8c56ab8557aae0ff03c1f2ebb38603aacf443 -size 26190 +oid sha256:3b8bedb9c60c235afb0d406b0e862187426739d7ec183eefbb604c94c910ce0b +size 26072 diff --git a/examples/summary/images/traces_muscles_Syns_C1.png b/examples/summary/images/traces_muscles_Syns_C1.png index f99f0447..d3dff405 100644 --- a/examples/summary/images/traces_muscles_Syns_C1.png +++ b/examples/summary/images/traces_muscles_Syns_C1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2fc7b2f96a5a78640cbffd43878d460b23ab52a2a37af7f819df97c6387e7f70 -size 33965 +oid sha256:70aaa8caabcbf757b93d67478ab2a7e5bf3828d7777c436442595388386b5fff +size 33789 diff --git a/examples/summary/images/traces_muscles_Syns_C2.png b/examples/summary/images/traces_muscles_Syns_C2.png index a153167d..b3f64b55 100644 --- a/examples/summary/images/traces_muscles_Syns_C2.png +++ b/examples/summary/images/traces_muscles_Syns_C2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9cf5c51b264cec0c4382ad4c81f824cf32671e39e7b11906aae0579245fdda28 -size 35859 +oid sha256:caf9f09474a5b8c1ccd00e1cbbcd0704e893cdbdc59e1d0f377c4a55f4dff9e8 +size 36722 diff --git a/examples/summary/images/traces_muscles_Syns_D1.png b/examples/summary/images/traces_muscles_Syns_D1.png index bbc4c64a..11bf6d35 100644 --- a/examples/summary/images/traces_muscles_Syns_D1.png +++ b/examples/summary/images/traces_muscles_Syns_D1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5544576a7cec050b6bdb083876d7cd323a1d5ee7f599698877131d81777b24a6 -size 37193 +oid sha256:377c26208ad073808c6b7787ce5e5b646996c1bb3a1ca0b07531ce59c0759355 +size 35819 diff --git a/examples/summary/images/traces_muscles_activity_Syns_C1.png b/examples/summary/images/traces_muscles_activity_Syns_C1.png index b6b1cb73..f3c8460d 100644 --- a/examples/summary/images/traces_muscles_activity_Syns_C1.png +++ b/examples/summary/images/traces_muscles_activity_Syns_C1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1294fcba2d40affec443bb7ad0f384e1bec4b4ecfd64b15c53db0a81eaf2efcf -size 22781 +oid sha256:b9fb2c45dfcc009992941b1354a62afd9c31809700f3430adca30762246b0a33 +size 22773 diff --git a/examples/summary/images/traces_muscles_activity_Syns_C2.png b/examples/summary/images/traces_muscles_activity_Syns_C2.png index 043bc2a4..c70b94cd 100644 --- a/examples/summary/images/traces_muscles_activity_Syns_C2.png +++ b/examples/summary/images/traces_muscles_activity_Syns_C2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:689aa100accdcbc4cde330febaa1e52d50573598e3348485918625ab3c2e55ae -size 31415 +oid sha256:3e32d922ad1e9278768bb1f8657ad11ca9a347eb1ab84988d64f1e812dea0e9f +size 31755 diff --git a/examples/summary/images/traces_muscles_activity_Syns_D1.png b/examples/summary/images/traces_muscles_activity_Syns_D1.png index e298253d..178a2877 100644 --- a/examples/summary/images/traces_muscles_activity_Syns_D1.png +++ b/examples/summary/images/traces_muscles_activity_Syns_D1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f0584c1cfcd4211f38acc869bed98a7bdc80c9a419b6a70e3d384e4ea445872 -size 28008 +oid sha256:6e24ba08dd32b552484a7cf1a656e2aa854e27cca784d940191b10452a4e84b2 +size 26852 diff --git a/examples/summary/images/traces_neuron_Syns_A.png b/examples/summary/images/traces_neuron_Syns_A.png index 1f8ecb7b..4b785f8d 100644 --- a/examples/summary/images/traces_neuron_Syns_A.png +++ b/examples/summary/images/traces_neuron_Syns_A.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b96fe12e8452ffa29ae0a596428ce4037de254cd37cd6e6cb8bb04381a67c86c -size 55441 +oid sha256:a9a88e1ca61e566406b4eb8162d1749268bd5369794bd98a0afb7aafd7ddea0b +size 53212 diff --git a/examples/summary/images/traces_neuron_Syns_B.png b/examples/summary/images/traces_neuron_Syns_B.png index c35b3723..2beb440f 100644 --- a/examples/summary/images/traces_neuron_Syns_B.png +++ b/examples/summary/images/traces_neuron_Syns_B.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e9ac6cc4dcd90ceaf894383479f7a26080258c75688640d25d6ff54423b61da -size 62121 +oid sha256:83b27663b67ca11442ede6e6288fa516f57d5ff5e4781d21e6f21ac8d5dc388d +size 58786 diff --git a/examples/summary/images/traces_neuron_Syns_C.png b/examples/summary/images/traces_neuron_Syns_C.png index f2ca943f..d4effca5 100644 --- a/examples/summary/images/traces_neuron_Syns_C.png +++ b/examples/summary/images/traces_neuron_Syns_C.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3e450814d5dc12c8f354939c3d9b22c4cbfe88a9177a3fd7cbe186639890613 -size 40915 +oid sha256:57dba7f34ff1876aff2d81a236ccb940fa7003974bf753ea2d5c3f6857bfd872 +size 40236 diff --git a/examples/summary/images/traces_neuron_Syns_C1.png b/examples/summary/images/traces_neuron_Syns_C1.png index e2405667..0915d9f3 100644 --- a/examples/summary/images/traces_neuron_Syns_C1.png +++ b/examples/summary/images/traces_neuron_Syns_C1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03635b865395e6629325184b374135d6d2408ff87f36a34cef343869ec60656a -size 42542 +oid sha256:4e107af4552b33bc4224a92460ca4ce43a356b724bc0b16e8c0ddc10f8c719e4 +size 41870 diff --git a/examples/summary/images/traces_neuron_Syns_C2.png b/examples/summary/images/traces_neuron_Syns_C2.png index 3a1759ec..2307543d 100644 --- a/examples/summary/images/traces_neuron_Syns_C2.png +++ b/examples/summary/images/traces_neuron_Syns_C2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5009d0bb093f3ebc600daa7aa9a7910e86b62cc862d7409f720651f8b7dedc99 -size 68096 +oid sha256:47002e61260621943de5241f0c85809a0b9de205ba3492c6f8b89d966c0d22fc +size 71743 diff --git a/examples/summary/images/traces_neuron_Syns_D.png b/examples/summary/images/traces_neuron_Syns_D.png index 6cea76e5..fb9befe7 100644 --- a/examples/summary/images/traces_neuron_Syns_D.png +++ b/examples/summary/images/traces_neuron_Syns_D.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f52831baacba45ce7bb068c3c9aa5c3e88ad7ad99b961913573b9e1a507a4472 -size 56106 +oid sha256:08486502fabc323d777ee1eb4e4d4dd6a3010c8a0197a5466604d8000a21213b +size 54086 diff --git a/examples/summary/images/traces_neuron_Syns_D1.png b/examples/summary/images/traces_neuron_Syns_D1.png index ef7a9e42..4d5e0cde 100644 --- a/examples/summary/images/traces_neuron_Syns_D1.png +++ b/examples/summary/images/traces_neuron_Syns_D1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65ad45edc04ed9c704f47a686c1f397f2a82625ecfc047ded0620744940bdeb8 -size 64797 +oid sha256:9fb7a02678bcb154f41bf789d4f0f7361553d1bdd68f36de85f3dab4f6dfa0dd +size 63454 diff --git a/examples/summary/images/traces_neuron_activity_Syns_B.png b/examples/summary/images/traces_neuron_activity_Syns_B.png index d415279d..a61bc4c1 100644 --- a/examples/summary/images/traces_neuron_activity_Syns_B.png +++ b/examples/summary/images/traces_neuron_activity_Syns_B.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:320f52d046ab5a0de0ccead773505a40876a58b22ad8d245e1c6a18cd42200c3 -size 51361 +oid sha256:f2db9ae056f6bf8919059cf1e9e06f578ef29489d6398085bc5c423e602bb8f8 +size 55111 diff --git a/examples/summary/images/traces_neuron_activity_Syns_C.png b/examples/summary/images/traces_neuron_activity_Syns_C.png index 10642d0f..439e3436 100644 --- a/examples/summary/images/traces_neuron_activity_Syns_C.png +++ b/examples/summary/images/traces_neuron_activity_Syns_C.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8121c31ecb06d35d273aaeeec51b636cadb099f8a050861b966ce46b91e192ce -size 32756 +oid sha256:f2aa4d1566c6cdae1cda9bb466044b19b71bf92c40458e490f99e6c685fdc672 +size 32450 diff --git a/examples/summary/images/traces_neuron_activity_Syns_C1.png b/examples/summary/images/traces_neuron_activity_Syns_C1.png index 00864c8d..b69dcd87 100644 --- a/examples/summary/images/traces_neuron_activity_Syns_C1.png +++ b/examples/summary/images/traces_neuron_activity_Syns_C1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f674fbb27ed653f09a44c8e86ea1647bd56443197ff8569e56b6b7af50664e00 -size 33198 +oid sha256:e4ed1d5e6dd30f27bb1740db9096143772fbdeb9146103bfb15721620a6a039f +size 32885 diff --git a/examples/summary/images/traces_neuron_activity_Syns_C2.png b/examples/summary/images/traces_neuron_activity_Syns_C2.png index 3956d401..d5bc9105 100644 --- a/examples/summary/images/traces_neuron_activity_Syns_C2.png +++ b/examples/summary/images/traces_neuron_activity_Syns_C2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ec7a6e3d79fdf76b5e4ab4af351f842e27ad9109648561c9d17a40ceb9e60c4 -size 51296 +oid sha256:033d872962dbd6c5a2f77a626f6af186a2a7f40133949861e46070bfcaf9d87c +size 49928 diff --git a/examples/summary/images/traces_neuron_activity_Syns_D.png b/examples/summary/images/traces_neuron_activity_Syns_D.png index 86f36733..64cd9346 100644 --- a/examples/summary/images/traces_neuron_activity_Syns_D.png +++ b/examples/summary/images/traces_neuron_activity_Syns_D.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5060ee615e9ca076c988941b4a8a8b8f92f8891e81895a7f33c0562bc5c570c6 -size 44488 +oid sha256:56d07dfe08743470d52397c598c582f90d06dc9910e83511e5f428bde221aab4 +size 41906 diff --git a/examples/summary/images/traces_neuron_activity_Syns_D1.png b/examples/summary/images/traces_neuron_activity_Syns_D1.png index 90b7b109..f84c8718 100644 --- a/examples/summary/images/traces_neuron_activity_Syns_D1.png +++ b/examples/summary/images/traces_neuron_activity_Syns_D1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:126a72c78c4bea9ddb162c0c41d73300c7edcab5b5b7ca656846822ca3fe243d -size 41891 +oid sha256:15811dec939169680afbf560167f4433160a5c8780fd4f7b2f82a8e937d40f99 +size 41209 diff --git a/examples/summary/summary_A_Full.html b/examples/summary/summary_A_Full.html index 25665f04..00f84c43 100644 --- a/examples/summary/summary_A_Full.html +++ b/examples/summary/summary_A_Full.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: A; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_Full.md b/examples/summary/summary_A_Full.md index 33634701..a8824889 100644 --- a/examples/summary/summary_A_Full.md +++ b/examples/summary/summary_A_Full.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: A; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_IClamp.html b/examples/summary/summary_A_IClamp.html index 64a2f0b3..056a24b4 100644 --- a/examples/summary/summary_A_IClamp.html +++ b/examples/summary/summary_A_IClamp.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: A; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_IClamp.md b/examples/summary/summary_A_IClamp.md index 0482d209..530136ba 100644 --- a/examples/summary/summary_A_IClamp.md +++ b/examples/summary/summary_A_IClamp.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: A; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_Muscles.html b/examples/summary/summary_A_Muscles.html index fac00198..807268e7 100644 --- a/examples/summary/summary_A_Muscles.html +++ b/examples/summary/summary_A_Muscles.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: A; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_Muscles.md b/examples/summary/summary_A_Muscles.md index 3d5f6354..d05ba2b1 100644 --- a/examples/summary/summary_A_Muscles.md +++ b/examples/summary/summary_A_Muscles.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: A; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_Oscillator.html b/examples/summary/summary_A_Oscillator.html index 14944b7c..beb39b43 100644 --- a/examples/summary/summary_A_Oscillator.html +++ b/examples/summary/summary_A_Oscillator.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: A; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_Oscillator.md b/examples/summary/summary_A_Oscillator.md index acaac625..7a05b15c 100644 --- a/examples/summary/summary_A_Oscillator.md +++ b/examples/summary/summary_A_Oscillator.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: A; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_Pharyngeal.html b/examples/summary/summary_A_Pharyngeal.html index 05a161cf..d8b662b6 100644 --- a/examples/summary/summary_A_Pharyngeal.html +++ b/examples/summary/summary_A_Pharyngeal.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: A; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_Pharyngeal.md b/examples/summary/summary_A_Pharyngeal.md index fdc42c82..ce9ed770 100644 --- a/examples/summary/summary_A_Pharyngeal.md +++ b/examples/summary/summary_A_Pharyngeal.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: A; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_Social.html b/examples/summary/summary_A_Social.html index 0e3eb3e8..344eb1c2 100644 --- a/examples/summary/summary_A_Social.html +++ b/examples/summary/summary_A_Social.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: A; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_Social.md b/examples/summary/summary_A_Social.md index 47696eaf..e2ff3eda 100644 --- a/examples/summary/summary_A_Social.md +++ b/examples/summary/summary_A_Social.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: A; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_Syns.html b/examples/summary/summary_A_Syns.html index a7bc3e6f..6aa39797 100644 --- a/examples/summary/summary_A_Syns.html +++ b/examples/summary/summary_A_Syns.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: A; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_A_Syns.md b/examples/summary/summary_A_Syns.md index ca214250..fcc271a2 100644 --- a/examples/summary/summary_A_Syns.md +++ b/examples/summary/summary_A_Syns.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: A; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_Full.html b/examples/summary/summary_B_Full.html index cf4813b2..4f38d843 100644 --- a/examples/summary/summary_B_Full.html +++ b/examples/summary/summary_B_Full.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: B; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_Full.md b/examples/summary/summary_B_Full.md index dad1c6b4..fbfae47e 100644 --- a/examples/summary/summary_B_Full.md +++ b/examples/summary/summary_B_Full.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: B; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_IClamp.html b/examples/summary/summary_B_IClamp.html index c11cd821..fc8c8b8a 100644 --- a/examples/summary/summary_B_IClamp.html +++ b/examples/summary/summary_B_IClamp.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: B; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_IClamp.md b/examples/summary/summary_B_IClamp.md index 355fbb56..c8fac04a 100644 --- a/examples/summary/summary_B_IClamp.md +++ b/examples/summary/summary_B_IClamp.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: B; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_Muscles.html b/examples/summary/summary_B_Muscles.html index c465c9e8..cf762075 100644 --- a/examples/summary/summary_B_Muscles.html +++ b/examples/summary/summary_B_Muscles.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: B; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_Muscles.md b/examples/summary/summary_B_Muscles.md index ef630808..4e5168a7 100644 --- a/examples/summary/summary_B_Muscles.md +++ b/examples/summary/summary_B_Muscles.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: B; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_Oscillator.html b/examples/summary/summary_B_Oscillator.html index 2246bdc8..058749d4 100644 --- a/examples/summary/summary_B_Oscillator.html +++ b/examples/summary/summary_B_Oscillator.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: B; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_Oscillator.md b/examples/summary/summary_B_Oscillator.md index 635251cf..ae203a02 100644 --- a/examples/summary/summary_B_Oscillator.md +++ b/examples/summary/summary_B_Oscillator.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: B; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_Pharyngeal.html b/examples/summary/summary_B_Pharyngeal.html index f39616fe..bab6ebac 100644 --- a/examples/summary/summary_B_Pharyngeal.html +++ b/examples/summary/summary_B_Pharyngeal.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: B; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_Pharyngeal.md b/examples/summary/summary_B_Pharyngeal.md index f7c5e6e7..6729b1c5 100644 --- a/examples/summary/summary_B_Pharyngeal.md +++ b/examples/summary/summary_B_Pharyngeal.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: B; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_Social.html b/examples/summary/summary_B_Social.html index 9c5e7ee6..5b2cbdc4 100644 --- a/examples/summary/summary_B_Social.html +++ b/examples/summary/summary_B_Social.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: B; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_Social.md b/examples/summary/summary_B_Social.md index fb7dbd48..4a3d65db 100644 --- a/examples/summary/summary_B_Social.md +++ b/examples/summary/summary_B_Social.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: B; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_Syns.html b/examples/summary/summary_B_Syns.html index 77398e29..f4c73adc 100644 --- a/examples/summary/summary_B_Syns.html +++ b/examples/summary/summary_B_Syns.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: B; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_B_Syns.md b/examples/summary/summary_B_Syns.md index 250d001c..e791cd11 100644 --- a/examples/summary/summary_B_Syns.md +++ b/examples/summary/summary_B_Syns.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: B; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_Full.html b/examples/summary/summary_C0_Full.html index fb7387c3..292be6bc 100644 --- a/examples/summary/summary_C0_Full.html +++ b/examples/summary/summary_C0_Full.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C0; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_Full.md b/examples/summary/summary_C0_Full.md index 842f3d74..2c5e7992 100644 --- a/examples/summary/summary_C0_Full.md +++ b/examples/summary/summary_C0_Full.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C0; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_IClamp.html b/examples/summary/summary_C0_IClamp.html index 341372c8..d0e3efc8 100644 --- a/examples/summary/summary_C0_IClamp.html +++ b/examples/summary/summary_C0_IClamp.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C0; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_IClamp.md b/examples/summary/summary_C0_IClamp.md index c74ea8d9..9d6634ad 100644 --- a/examples/summary/summary_C0_IClamp.md +++ b/examples/summary/summary_C0_IClamp.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C0; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_Muscles.html b/examples/summary/summary_C0_Muscles.html index cb34a90d..ee52440b 100644 --- a/examples/summary/summary_C0_Muscles.html +++ b/examples/summary/summary_C0_Muscles.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C0; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_Muscles.md b/examples/summary/summary_C0_Muscles.md index 4fd26d66..a11c048a 100644 --- a/examples/summary/summary_C0_Muscles.md +++ b/examples/summary/summary_C0_Muscles.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C0; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_Oscillator.html b/examples/summary/summary_C0_Oscillator.html index e90cad58..998da4d2 100644 --- a/examples/summary/summary_C0_Oscillator.html +++ b/examples/summary/summary_C0_Oscillator.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C0; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_Oscillator.md b/examples/summary/summary_C0_Oscillator.md index f548b2b2..0ec5e90a 100644 --- a/examples/summary/summary_C0_Oscillator.md +++ b/examples/summary/summary_C0_Oscillator.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C0; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_Pharyngeal.html b/examples/summary/summary_C0_Pharyngeal.html index a94ae0ca..e92d4c37 100644 --- a/examples/summary/summary_C0_Pharyngeal.html +++ b/examples/summary/summary_C0_Pharyngeal.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C0; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_Pharyngeal.md b/examples/summary/summary_C0_Pharyngeal.md index aec7ffdb..d4840e63 100644 --- a/examples/summary/summary_C0_Pharyngeal.md +++ b/examples/summary/summary_C0_Pharyngeal.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C0; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_Social.html b/examples/summary/summary_C0_Social.html index b20c616d..e32e87b2 100644 --- a/examples/summary/summary_C0_Social.html +++ b/examples/summary/summary_C0_Social.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C0; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_Social.md b/examples/summary/summary_C0_Social.md index 1c172abf..5e70965d 100644 --- a/examples/summary/summary_C0_Social.md +++ b/examples/summary/summary_C0_Social.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C0; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_Syns.html b/examples/summary/summary_C0_Syns.html index ade4899c..244c633a 100644 --- a/examples/summary/summary_C0_Syns.html +++ b/examples/summary/summary_C0_Syns.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C0; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C0_Syns.md b/examples/summary/summary_C0_Syns.md index fd07734f..acb95bd3 100644 --- a/examples/summary/summary_C0_Syns.md +++ b/examples/summary/summary_C0_Syns.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C0; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_Full.html b/examples/summary/summary_C1_Full.html index 5bdba3dc..d8f6464d 100644 --- a/examples/summary/summary_C1_Full.html +++ b/examples/summary/summary_C1_Full.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C1; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_Full.md b/examples/summary/summary_C1_Full.md index f77c0eb3..f2765758 100644 --- a/examples/summary/summary_C1_Full.md +++ b/examples/summary/summary_C1_Full.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C1; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_IClamp.html b/examples/summary/summary_C1_IClamp.html index 6958ea09..336cac58 100644 --- a/examples/summary/summary_C1_IClamp.html +++ b/examples/summary/summary_C1_IClamp.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C1; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_IClamp.md b/examples/summary/summary_C1_IClamp.md index 4b87cf40..d6b5a737 100644 --- a/examples/summary/summary_C1_IClamp.md +++ b/examples/summary/summary_C1_IClamp.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C1; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_Muscles.html b/examples/summary/summary_C1_Muscles.html index 823c491e..e28860c6 100644 --- a/examples/summary/summary_C1_Muscles.html +++ b/examples/summary/summary_C1_Muscles.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C1; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_Muscles.md b/examples/summary/summary_C1_Muscles.md index 1ee5c6fd..4375edd2 100644 --- a/examples/summary/summary_C1_Muscles.md +++ b/examples/summary/summary_C1_Muscles.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C1; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_Oscillator.html b/examples/summary/summary_C1_Oscillator.html index 2ba0739c..bdffd9db 100644 --- a/examples/summary/summary_C1_Oscillator.html +++ b/examples/summary/summary_C1_Oscillator.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C1; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_Oscillator.md b/examples/summary/summary_C1_Oscillator.md index c4b58c7d..96799628 100644 --- a/examples/summary/summary_C1_Oscillator.md +++ b/examples/summary/summary_C1_Oscillator.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C1; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_Pharyngeal.html b/examples/summary/summary_C1_Pharyngeal.html index 4e014a97..577f1e7f 100644 --- a/examples/summary/summary_C1_Pharyngeal.html +++ b/examples/summary/summary_C1_Pharyngeal.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C1; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_Pharyngeal.md b/examples/summary/summary_C1_Pharyngeal.md index c097c65e..3568016e 100644 --- a/examples/summary/summary_C1_Pharyngeal.md +++ b/examples/summary/summary_C1_Pharyngeal.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C1; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_Social.html b/examples/summary/summary_C1_Social.html index d2306560..689d7492 100644 --- a/examples/summary/summary_C1_Social.html +++ b/examples/summary/summary_C1_Social.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C1; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_Social.md b/examples/summary/summary_C1_Social.md index 5b45927d..3004fba6 100644 --- a/examples/summary/summary_C1_Social.md +++ b/examples/summary/summary_C1_Social.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C1; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_Syns.html b/examples/summary/summary_C1_Syns.html index 4cd53211..c667fb13 100644 --- a/examples/summary/summary_C1_Syns.html +++ b/examples/summary/summary_C1_Syns.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C1; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C1_Syns.md b/examples/summary/summary_C1_Syns.md index bab19ad7..d05b7ce9 100644 --- a/examples/summary/summary_C1_Syns.md +++ b/examples/summary/summary_C1_Syns.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C1; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_Full.html b/examples/summary/summary_C2_Full.html index f7ef2230..eadc8db7 100644 --- a/examples/summary/summary_C2_Full.html +++ b/examples/summary/summary_C2_Full.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C2; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_Full.md b/examples/summary/summary_C2_Full.md index 0bf84494..ca657008 100644 --- a/examples/summary/summary_C2_Full.md +++ b/examples/summary/summary_C2_Full.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C2; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_IClamp.html b/examples/summary/summary_C2_IClamp.html index a721e6f5..bfa04944 100644 --- a/examples/summary/summary_C2_IClamp.html +++ b/examples/summary/summary_C2_IClamp.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C2; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_IClamp.md b/examples/summary/summary_C2_IClamp.md index 82cb39d9..024d7ddd 100644 --- a/examples/summary/summary_C2_IClamp.md +++ b/examples/summary/summary_C2_IClamp.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C2; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_Muscles.html b/examples/summary/summary_C2_Muscles.html index 8b6ca570..8dd244df 100644 --- a/examples/summary/summary_C2_Muscles.html +++ b/examples/summary/summary_C2_Muscles.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C2; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_Muscles.md b/examples/summary/summary_C2_Muscles.md index 03d61006..56fa06c4 100644 --- a/examples/summary/summary_C2_Muscles.md +++ b/examples/summary/summary_C2_Muscles.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C2; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_Oscillator.html b/examples/summary/summary_C2_Oscillator.html index 4e02a861..076214a2 100644 --- a/examples/summary/summary_C2_Oscillator.html +++ b/examples/summary/summary_C2_Oscillator.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C2; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_Oscillator.md b/examples/summary/summary_C2_Oscillator.md index 644014c1..9a517334 100644 --- a/examples/summary/summary_C2_Oscillator.md +++ b/examples/summary/summary_C2_Oscillator.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C2; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_Pharyngeal.html b/examples/summary/summary_C2_Pharyngeal.html index fe0715ad..ae84bae2 100644 --- a/examples/summary/summary_C2_Pharyngeal.html +++ b/examples/summary/summary_C2_Pharyngeal.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C2; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_Pharyngeal.md b/examples/summary/summary_C2_Pharyngeal.md index 6c24b693..ef1f56ba 100644 --- a/examples/summary/summary_C2_Pharyngeal.md +++ b/examples/summary/summary_C2_Pharyngeal.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C2; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_Social.html b/examples/summary/summary_C2_Social.html index a905cfb9..66075dfd 100644 --- a/examples/summary/summary_C2_Social.html +++ b/examples/summary/summary_C2_Social.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C2; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_Social.md b/examples/summary/summary_C2_Social.md index ba5befae..b0dc2249 100644 --- a/examples/summary/summary_C2_Social.md +++ b/examples/summary/summary_C2_Social.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C2; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_Syns.html b/examples/summary/summary_C2_Syns.html index b30fb975..a6597a0d 100644 --- a/examples/summary/summary_C2_Syns.html +++ b/examples/summary/summary_C2_Syns.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C2; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C2_Syns.md b/examples/summary/summary_C2_Syns.md index 8ccd9944..22f61237 100644 --- a/examples/summary/summary_C2_Syns.md +++ b/examples/summary/summary_C2_Syns.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C2; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_Full.html b/examples/summary/summary_C_Full.html index 52141a12..af5e50d0 100644 --- a/examples/summary/summary_C_Full.html +++ b/examples/summary/summary_C_Full.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_Full.md b/examples/summary/summary_C_Full.md index 33cc3c77..95654357 100644 --- a/examples/summary/summary_C_Full.md +++ b/examples/summary/summary_C_Full.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_IClamp.html b/examples/summary/summary_C_IClamp.html index b841da87..b46eb35d 100644 --- a/examples/summary/summary_C_IClamp.html +++ b/examples/summary/summary_C_IClamp.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_IClamp.md b/examples/summary/summary_C_IClamp.md index 39c58dca..2e6bbf68 100644 --- a/examples/summary/summary_C_IClamp.md +++ b/examples/summary/summary_C_IClamp.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_Muscles.html b/examples/summary/summary_C_Muscles.html index 7aafe955..217ea14b 100644 --- a/examples/summary/summary_C_Muscles.html +++ b/examples/summary/summary_C_Muscles.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_Muscles.md b/examples/summary/summary_C_Muscles.md index 9e306708..d487fdae 100644 --- a/examples/summary/summary_C_Muscles.md +++ b/examples/summary/summary_C_Muscles.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_Oscillator.html b/examples/summary/summary_C_Oscillator.html index 72f53a8f..7a4c6368 100644 --- a/examples/summary/summary_C_Oscillator.html +++ b/examples/summary/summary_C_Oscillator.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_Oscillator.md b/examples/summary/summary_C_Oscillator.md index 41d5d37b..6530f5c3 100644 --- a/examples/summary/summary_C_Oscillator.md +++ b/examples/summary/summary_C_Oscillator.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_Pharyngeal.html b/examples/summary/summary_C_Pharyngeal.html index a86bdf21..c0518422 100644 --- a/examples/summary/summary_C_Pharyngeal.html +++ b/examples/summary/summary_C_Pharyngeal.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_Pharyngeal.md b/examples/summary/summary_C_Pharyngeal.md index e67e9f5e..5edc35d6 100644 --- a/examples/summary/summary_C_Pharyngeal.md +++ b/examples/summary/summary_C_Pharyngeal.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_Social.html b/examples/summary/summary_C_Social.html index 8fc7dfb7..c6329c45 100644 --- a/examples/summary/summary_C_Social.html +++ b/examples/summary/summary_C_Social.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_Social.md b/examples/summary/summary_C_Social.md index 06a930a3..4f051d47 100644 --- a/examples/summary/summary_C_Social.md +++ b/examples/summary/summary_C_Social.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_Syns.html b/examples/summary/summary_C_Syns.html index 6a204c93..a93d2403 100644 --- a/examples/summary/summary_C_Syns.html +++ b/examples/summary/summary_C_Syns.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: C; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_C_Syns.md b/examples/summary/summary_C_Syns.md index 1364be2f..83363e7a 100644 --- a/examples/summary/summary_C_Syns.md +++ b/examples/summary/summary_C_Syns.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: C; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_Full.html b/examples/summary/summary_D1_Full.html index ba5751c8..4b46dd1d 100644 --- a/examples/summary/summary_D1_Full.html +++ b/examples/summary/summary_D1_Full.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D1; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_Full.md b/examples/summary/summary_D1_Full.md index 6591bddc..1714c25f 100644 --- a/examples/summary/summary_D1_Full.md +++ b/examples/summary/summary_D1_Full.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D1; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_IClamp.html b/examples/summary/summary_D1_IClamp.html index 94326eb6..daed055c 100644 --- a/examples/summary/summary_D1_IClamp.html +++ b/examples/summary/summary_D1_IClamp.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D1; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_IClamp.md b/examples/summary/summary_D1_IClamp.md index 3882bda0..cca2c253 100644 --- a/examples/summary/summary_D1_IClamp.md +++ b/examples/summary/summary_D1_IClamp.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D1; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_Muscles.html b/examples/summary/summary_D1_Muscles.html index 8d350829..53d099ff 100644 --- a/examples/summary/summary_D1_Muscles.html +++ b/examples/summary/summary_D1_Muscles.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D1; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_Muscles.md b/examples/summary/summary_D1_Muscles.md index 9cd6eb8e..ceb1acb2 100644 --- a/examples/summary/summary_D1_Muscles.md +++ b/examples/summary/summary_D1_Muscles.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D1; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_Oscillator.html b/examples/summary/summary_D1_Oscillator.html index e543330f..5d2541e9 100644 --- a/examples/summary/summary_D1_Oscillator.html +++ b/examples/summary/summary_D1_Oscillator.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D1; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_Oscillator.md b/examples/summary/summary_D1_Oscillator.md index 9fdbac1f..0c00c17a 100644 --- a/examples/summary/summary_D1_Oscillator.md +++ b/examples/summary/summary_D1_Oscillator.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D1; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_Pharyngeal.html b/examples/summary/summary_D1_Pharyngeal.html index 4d2ad0d3..595d7973 100644 --- a/examples/summary/summary_D1_Pharyngeal.html +++ b/examples/summary/summary_D1_Pharyngeal.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D1; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_Pharyngeal.md b/examples/summary/summary_D1_Pharyngeal.md index 6d26f34c..85f13cfc 100644 --- a/examples/summary/summary_D1_Pharyngeal.md +++ b/examples/summary/summary_D1_Pharyngeal.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D1; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_Social.html b/examples/summary/summary_D1_Social.html index ca72a3de..a1d8c694 100644 --- a/examples/summary/summary_D1_Social.html +++ b/examples/summary/summary_D1_Social.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D1; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_Social.md b/examples/summary/summary_D1_Social.md index 2f931311..4eb22fc6 100644 --- a/examples/summary/summary_D1_Social.md +++ b/examples/summary/summary_D1_Social.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D1; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_Syns.html b/examples/summary/summary_D1_Syns.html index 948725b0..9594904f 100644 --- a/examples/summary/summary_D1_Syns.html +++ b/examples/summary/summary_D1_Syns.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D1; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D1_Syns.md b/examples/summary/summary_D1_Syns.md index dc85a858..a8ab7c6b 100644 --- a/examples/summary/summary_D1_Syns.md +++ b/examples/summary/summary_D1_Syns.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D1; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_Full.html b/examples/summary/summary_D_Full.html index 29195c6a..efa9ce89 100644 --- a/examples/summary/summary_D_Full.html +++ b/examples/summary/summary_D_Full.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_Full.md b/examples/summary/summary_D_Full.md index 17ccead0..7fee29c4 100644 --- a/examples/summary/summary_D_Full.md +++ b/examples/summary/summary_D_Full.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D; configuration: Full

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_IClamp.html b/examples/summary/summary_D_IClamp.html index 35fef2fb..a529cb36 100644 --- a/examples/summary/summary_D_IClamp.html +++ b/examples/summary/summary_D_IClamp.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_IClamp.md b/examples/summary/summary_D_IClamp.md index a53c9a21..e2cd010a 100644 --- a/examples/summary/summary_D_IClamp.md +++ b/examples/summary/summary_D_IClamp.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D; configuration: IClamp

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_Muscles.html b/examples/summary/summary_D_Muscles.html index fea1547e..f1d145b6 100644 --- a/examples/summary/summary_D_Muscles.html +++ b/examples/summary/summary_D_Muscles.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_Muscles.md b/examples/summary/summary_D_Muscles.md index 1656aafe..1e24ff4d 100644 --- a/examples/summary/summary_D_Muscles.md +++ b/examples/summary/summary_D_Muscles.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D; configuration: Muscles

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_Oscillator.html b/examples/summary/summary_D_Oscillator.html index 45151921..e812b2b5 100644 --- a/examples/summary/summary_D_Oscillator.html +++ b/examples/summary/summary_D_Oscillator.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_Oscillator.md b/examples/summary/summary_D_Oscillator.md index b1828656..cf22d2cb 100644 --- a/examples/summary/summary_D_Oscillator.md +++ b/examples/summary/summary_D_Oscillator.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D; configuration: Oscillator

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_Pharyngeal.html b/examples/summary/summary_D_Pharyngeal.html index 1b1bec25..4626f203 100644 --- a/examples/summary/summary_D_Pharyngeal.html +++ b/examples/summary/summary_D_Pharyngeal.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_Pharyngeal.md b/examples/summary/summary_D_Pharyngeal.md index e6675fcb..bd4b60e4 100644 --- a/examples/summary/summary_D_Pharyngeal.md +++ b/examples/summary/summary_D_Pharyngeal.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D; configuration: Pharyngeal

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_Social.html b/examples/summary/summary_D_Social.html index 78df69e4..ed0e55ff 100644 --- a/examples/summary/summary_D_Social.html +++ b/examples/summary/summary_D_Social.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_Social.md b/examples/summary/summary_D_Social.md index 76e13e27..5f25c2fc 100644 --- a/examples/summary/summary_D_Social.md +++ b/examples/summary/summary_D_Social.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D; configuration: Social

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_Syns.html b/examples/summary/summary_D_Syns.html index 2a7151e3..c978d65a 100644 --- a/examples/summary/summary_D_Syns.html +++ b/examples/summary/summary_D_Syns.html @@ -1,6 +1,6 @@

c302 simulation

Parameter set: D; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0


diff --git a/examples/summary/summary_D_Syns.md b/examples/summary/summary_D_Syns.md index 75ee9018..fb3b0b70 100644 --- a/examples/summary/summary_D_Syns.md +++ b/examples/summary/summary_D_Syns.md @@ -1,7 +1,7 @@ ### Parameter config summary

c302 simulation

Parameter set: D; configuration: Syns

-

Generated on: Thu, 26 Jul 2018


+

Generated on: Tue, 31 Jul 2018 with c302 v0.7.0