diff --git a/figures/MAM2EBRAINS/.ipynb_checkpoints/M2E_visualize_resting_state-checkpoint.py b/figures/MAM2EBRAINS/.ipynb_checkpoints/M2E_visualize_resting_state-checkpoint.py index d6da1ef94e4a74805a035f295948b82230a456b4..4a212b6462a78647e70fda5f209562d181dcb106 100644 --- a/figures/MAM2EBRAINS/.ipynb_checkpoints/M2E_visualize_resting_state-checkpoint.py +++ b/figures/MAM2EBRAINS/.ipynb_checkpoints/M2E_visualize_resting_state-checkpoint.py @@ -7,6 +7,7 @@ sys.path.append('./figures/Schmidt2018_dyn') from helpers import original_data_path, population_labels from multiarea_model import MultiAreaModel +from multiarea_model import Analysis from plotcolors import myred, myblue import matplotlib.pyplot as pl diff --git a/figures/MAM2EBRAINS/M2E_visualize_resting_state.py b/figures/MAM2EBRAINS/M2E_visualize_resting_state.py index d6da1ef94e4a74805a035f295948b82230a456b4..4a212b6462a78647e70fda5f209562d181dcb106 100644 --- a/figures/MAM2EBRAINS/M2E_visualize_resting_state.py +++ b/figures/MAM2EBRAINS/M2E_visualize_resting_state.py @@ -7,6 +7,7 @@ sys.path.append('./figures/Schmidt2018_dyn') from helpers import original_data_path, population_labels from multiarea_model import MultiAreaModel +from multiarea_model import Analysis from plotcolors import myred, myblue import matplotlib.pyplot as pl diff --git a/multi-area-model.ipynb b/multi-area-model.ipynb index ba9073d59d189e9ff3458ef0496241a4fe4cb079..c0c1f27fbaaa41589fc16ad26f84f235b6999f7b 100644 --- a/multi-area-model.ipynb +++ b/multi-area-model.ipynb @@ -570,37 +570,23 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 15, "id": "ae19bcc3", "metadata": { "tags": [] }, "outputs": [ { - "ename": "ValueError", - "evalue": "Object arrays cannot be loaded when allow_pickle=False", + "ename": "NameError", + "evalue": "name 'Analysis' is not defined", "output_type": "error", "traceback": [ "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mValueError\u001b[0m Traceback (most recent call last)", - "Cell \u001b[0;32mIn [18], line 2\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mM2E_visualize_resting_state\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m plot_resting_state\n\u001b[0;32m----> 2\u001b[0m plot_resting_state(M, data_path)\n", - "File \u001b[0;32m~/MAM2EBRAINS/./figures/MAM2EBRAINS/M2E_visualize_resting_state.py:161\u001b[0m, in \u001b[0;36mplot_resting_state\u001b[0;34m(M, data_path)\u001b[0m\n\u001b[1;32m 159\u001b[0m spike_data[area] \u001b[38;5;241m=\u001b[39m {}\n\u001b[1;32m 160\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m pop \u001b[38;5;129;01min\u001b[39;00m M\u001b[38;5;241m.\u001b[39mstructure[area]:\n\u001b[0;32m--> 161\u001b[0m spike_data[area][pop] \u001b[38;5;241m=\u001b[39m \u001b[43mnp\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mload\u001b[49m\u001b[43m(\u001b[49m\u001b[43mos\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mpath\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mjoin\u001b[49m\u001b[43m(\u001b[49m\u001b[43mdata_path\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 162\u001b[0m \u001b[43m \u001b[49m\u001b[43mlabel_spikes\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 163\u001b[0m \u001b[43m \u001b[49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;124;43mrecordings\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[43m,\u001b[49m\n\u001b[1;32m 164\u001b[0m \u001b[43m \u001b[49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;132;43;01m{}\u001b[39;49;00m\u001b[38;5;124;43m-spikes-\u001b[39;49m\u001b[38;5;132;43;01m{}\u001b[39;49;00m\u001b[38;5;124;43m-\u001b[39;49m\u001b[38;5;132;43;01m{}\u001b[39;49;00m\u001b[38;5;124;43m.npy\u001b[39;49m\u001b[38;5;124;43m'\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mformat\u001b[49m\u001b[43m(\u001b[49m\u001b[43mlabel_spikes\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 165\u001b[0m \u001b[43m \u001b[49m\u001b[43marea\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mpop\u001b[49m\u001b[43m)\u001b[49m\u001b[43m)\u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 166\u001b[0m \u001b[38;5;66;03m# spike_data = A.spike_data\u001b[39;00m\n\u001b[1;32m 167\u001b[0m \n\u001b[1;32m 168\u001b[0m \u001b[38;5;66;03m# stationary firing rates\u001b[39;00m\n\u001b[1;32m 169\u001b[0m fn \u001b[38;5;241m=\u001b[39m os\u001b[38;5;241m.\u001b[39mpath\u001b[38;5;241m.\u001b[39mjoin(data_path, label, \u001b[38;5;124m'\u001b[39m\u001b[38;5;124mAnalysis\u001b[39m\u001b[38;5;124m'\u001b[39m, \u001b[38;5;124m'\u001b[39m\u001b[38;5;124mpop_rates.json\u001b[39m\u001b[38;5;124m'\u001b[39m)\n", - "File \u001b[0;32m/srv/main-spack-instance-2305/spack/opt/spack/linux-ubuntu20.04-x86_64/gcc-10.3.0/py-numpy-1.22.4-2oqgru7t5upcffz4fffhepvquuy3hdsh/lib/python3.8/site-packages/numpy/lib/npyio.py:430\u001b[0m, in \u001b[0;36mload\u001b[0;34m(file, mmap_mode, allow_pickle, fix_imports, encoding)\u001b[0m\n\u001b[1;32m 428\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[38;5;28mformat\u001b[39m\u001b[38;5;241m.\u001b[39mopen_memmap(file, mode\u001b[38;5;241m=\u001b[39mmmap_mode)\n\u001b[1;32m 429\u001b[0m \u001b[38;5;28;01melse\u001b[39;00m:\n\u001b[0;32m--> 430\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[38;5;28;43mformat\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mread_array\u001b[49m\u001b[43m(\u001b[49m\u001b[43mfid\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mallow_pickle\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mallow_pickle\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 431\u001b[0m \u001b[43m \u001b[49m\u001b[43mpickle_kwargs\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mpickle_kwargs\u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 432\u001b[0m \u001b[38;5;28;01melse\u001b[39;00m:\n\u001b[1;32m 433\u001b[0m \u001b[38;5;66;03m# Try a pickle\u001b[39;00m\n\u001b[1;32m 434\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m allow_pickle:\n", - "File \u001b[0;32m/srv/main-spack-instance-2305/spack/opt/spack/linux-ubuntu20.04-x86_64/gcc-10.3.0/py-numpy-1.22.4-2oqgru7t5upcffz4fffhepvquuy3hdsh/lib/python3.8/site-packages/numpy/lib/format.py:742\u001b[0m, in \u001b[0;36mread_array\u001b[0;34m(fp, allow_pickle, pickle_kwargs)\u001b[0m\n\u001b[1;32m 739\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m dtype\u001b[38;5;241m.\u001b[39mhasobject:\n\u001b[1;32m 740\u001b[0m \u001b[38;5;66;03m# The array contained Python objects. We need to unpickle the data.\u001b[39;00m\n\u001b[1;32m 741\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;129;01mnot\u001b[39;00m allow_pickle:\n\u001b[0;32m--> 742\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mValueError\u001b[39;00m(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mObject arrays cannot be loaded when \u001b[39m\u001b[38;5;124m\"\u001b[39m\n\u001b[1;32m 743\u001b[0m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mallow_pickle=False\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n\u001b[1;32m 744\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m pickle_kwargs \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m:\n\u001b[1;32m 745\u001b[0m pickle_kwargs \u001b[38;5;241m=\u001b[39m {}\n", - "\u001b[0;31mValueError\u001b[0m: Object arrays cannot be loaded when allow_pickle=False" + "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)", + "Cell \u001b[0;32mIn [15], line 2\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mM2E_visualize_resting_state\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m plot_resting_state\n\u001b[0;32m----> 2\u001b[0m plot_resting_state(M, data_path)\n", + "File \u001b[0;32m~/MAM2EBRAINS/./figures/MAM2EBRAINS/M2E_visualize_resting_state.py:59\u001b[0m, in \u001b[0;36mplot_resting_state\u001b[0;34m(M, data_path)\u001b[0m\n\u001b[1;32m 38\u001b[0m \u001b[38;5;124;03m\"\"\"\u001b[39;00m\n\u001b[1;32m 39\u001b[0m \u001b[38;5;124;03mAnalysis class.\u001b[39;00m\n\u001b[1;32m 40\u001b[0m \u001b[38;5;124;03mAn instance of the analysis class for the given network and simulation.\u001b[39;00m\n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 56\u001b[0m \u001b[38;5;124;03m simulated areas.\u001b[39;00m\n\u001b[1;32m 57\u001b[0m \u001b[38;5;124;03m\"\"\"\u001b[39;00m\n\u001b[1;32m 58\u001b[0m \u001b[38;5;66;03m# Instantiate an analysis class and load spike data\u001b[39;00m\n\u001b[0;32m---> 59\u001b[0m A \u001b[38;5;241m=\u001b[39m \u001b[43mAnalysis\u001b[49m(network\u001b[38;5;241m=\u001b[39mM, \n\u001b[1;32m 60\u001b[0m simulation\u001b[38;5;241m=\u001b[39mM\u001b[38;5;241m.\u001b[39msimulation, \n\u001b[1;32m 61\u001b[0m data_list\u001b[38;5;241m=\u001b[39m[\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mspikes\u001b[39m\u001b[38;5;124m'\u001b[39m],\n\u001b[1;32m 62\u001b[0m load_areas\u001b[38;5;241m=\u001b[39m\u001b[38;5;28;01mNone\u001b[39;00m)\n\u001b[1;32m 64\u001b[0m \u001b[38;5;66;03m# load data\u001b[39;00m\n\u001b[1;32m 65\u001b[0m load_and_create_data(M, A)\n", + "\u001b[0;31mNameError\u001b[0m: name 'Analysis' is not defined" ] - }, - { - "data": { - "image/png": "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\n", - "text/plain": [ - "<Figure size 720x635.692 with 7 Axes>" - ] - }, - "metadata": { - "needs_background": "light" - }, - "output_type": "display_data" } ], "source": [ diff --git a/multiarea_model/data_multiarea/viscortex_processed_data.json b/multiarea_model/data_multiarea/viscortex_processed_data.json index d0edab6777c4ce47ace3c7292067ca6ed837b181..96553e875bfe0bdf749b0ae380efa31031141bef 100644 --- a/multiarea_model/data_multiarea/viscortex_processed_data.json +++ b/multiarea_model/data_multiarea/viscortex_processed_data.json @@ -1 +1 @@ -{"cocomac_completed": {"V1": {"7a": {"source_pattern": ["0", "0", "0", "0", "0", "1"], "target_pattern": null}, "IT": {"source_pattern": ["0", "0", 2, "0", "0", "3"], "target_pattern": [2.0, "0", "0", "0", "0", "0"]}, "LIP": {"source_pattern": ["0", "0", "0", "0", "0", "2"], "target_pattern": null}, "MT": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PIP": {"source_pattern": null, "target_pattern": null}, "PO": {"source_pattern": null, "target_pattern": null}, "STP": {"source_pattern": ["0", "0", "0", "0", "0", "1"], "target_pattern": null}, "STPp": {"source_pattern": ["0", "0", "0", "0", "0", "1"], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", "0", 2], "target_pattern": [2.0, "0", "0", "0", "0", "0"]}, "TH": {"source_pattern": ["0", "0", "0", "0", "0", 2], "target_pattern": null}, "V1": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", "3", "3"]}, "V2": {"source_pattern": ["0", 2, 2, "0", "3", "3"], "target_pattern": ["3", 2.0, 2.0, "0", 2.0, 2.0]}, "V3": {"source_pattern": ["0", 2, 2, "0", 2, "3"], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V3A": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", "3", "3"], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V4t": {"source_pattern": ["0", 2, 2, "0", "3", "3"], "target_pattern": null}, "VIP": {"source_pattern": null, "target_pattern": null}, "CITv": {"target_pattern": null, "source_pattern": null}, "46": {"target_pattern": null, "source_pattern": null}, "AITd": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "DP": {"target_pattern": null, "source_pattern": null}, "MSTd": {"target_pattern": null, "source_pattern": null}, "FST": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "VP": {"target_pattern": null, "source_pattern": null}, "FEF": {"target_pattern": null, "source_pattern": null}, "STPa": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "V2": {"5": {"source_pattern": null, "target_pattern": null}, "6": {"source_pattern": null, "target_pattern": null}, "7a": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": ["3", "2", "2", 2.0, 2.0, 2.0]}, "7b": {"source_pattern": null, "target_pattern": null}, "35": {"source_pattern": [2, 2, 2, 0, -1, -1], "target_pattern": null}, "36": {"source_pattern": [2, 2, 2, 0, -1, -1], "target_pattern": null}, "46": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": ["3", 2.0, "3", "3", 2.0, 2.0]}, "CIT": {"source_pattern": null, "target_pattern": null}, "CITv": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "FEF": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "FST": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "IT": {"source_pattern": [2, 2, 2, 2, 2, "0"], "target_pattern": ["3", "3", 2.0, 2.0, "3", "3"]}, "LIP": {"source_pattern": [2, 2, "0", 2, 2, "0"], "target_pattern": null}, "MIP": {"source_pattern": null, "target_pattern": null}, "MST": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTd": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTl": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MT": {"source_pattern": [2, 2, 2, 2, "0", "0"], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PIP": {"source_pattern": null, "target_pattern": null}, "PIT": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "PITd": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "PO": {"source_pattern": null, "target_pattern": null}, "SEF": {"source_pattern": null, "target_pattern": null}, "STP": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "STPa": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": null}, "STPp": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "TF": {"source_pattern": [2, 2, 2, 2, "0", "0"], "target_pattern": ["3", "0", "0", "0", "1", "1"]}, "TH": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": null}, "V1": {"source_pattern": [2, 2, "0", "0", "0", "0"], "target_pattern": ["0", 2.0, 2.0, "3", "3", "3"]}, "V2": {"source_pattern": [2, 2, "3", "3", "0", "0"], "target_pattern": ["3", 2.0, 2.0, 2.0, 2.0, 2.0]}, "V2d": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "V2v": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "V3": {"source_pattern": ["0", "0", 2, "0", "0", 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V3A": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V4": {"source_pattern": ["3", "3", 2, 2, "0", "0"], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V4d": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "V4t": {"source_pattern": ["3", "3", 2, 2, "0", -1], "target_pattern": null}, "V4v": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "VIP": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "VOT": {"source_pattern": null, "target_pattern": null}, "VP": {"source_pattern": [2, 2, "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "AITd": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "VP": {"7a": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MST": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "MSTd": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "MT": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V3A": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "V4": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V4v": {"source_pattern": null, "target_pattern": null}, "VIP": {"source_pattern": null, "target_pattern": null}, "VOT": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "VP": {"target_pattern": null, "source_pattern": null}}, "V3": {"7a": {"source_pattern": null, "target_pattern": null}, "FST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "LIP": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "MST": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "MT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V1": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V4": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V4t": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VIP": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "V3": {"target_pattern": null, "source_pattern": null}}, "PIP": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "DP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "LIP": {"source_pattern": null, "target_pattern": null}, "MT": {"source_pattern": null, "target_pattern": null}, "V1": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V2": {"source_pattern": null, "target_pattern": null}, "V3": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "VP": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PIP": {"target_pattern": null, "source_pattern": null}}, "V3A": {"7a": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "FST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "LIP": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MIP": {"source_pattern": null, "target_pattern": null}, "MST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTd": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTl": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MT": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "V1": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "VIP": {"source_pattern": null, "target_pattern": null}, "VP": {"source_pattern": null, "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "V3A": {"target_pattern": null, "source_pattern": null}}, "MT": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "7b": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "CIT": {"source_pattern": null, "target_pattern": null}, "CITv": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": null, "target_pattern": null}, "FEF": {"source_pattern": null, "target_pattern": null}, "FST": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "IT": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MIP": {"source_pattern": null, "target_pattern": null}, "MST": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTl": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MT": {"source_pattern": null, "target_pattern": null}, "PIP": {"source_pattern": null, "target_pattern": null}, "PO": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "STP": {"source_pattern": null, "target_pattern": null}, "STPp": {"source_pattern": null, "target_pattern": null}, "V1": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V2d": {"source_pattern": null, "target_pattern": null}, "V2v": {"source_pattern": null, "target_pattern": null}, "V3": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V4d": {"source_pattern": null, "target_pattern": null}, "V4t": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}}, "V4t": {"7a": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": [2.0, "0", "0", "0", "0", 2.0]}, "FST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V3": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "V4t": {"target_pattern": null, "source_pattern": null}}, "V4": {"7a": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": [2.0, "0", "0", "0", "0", 2.0]}, "AIT": {"source_pattern": null, "target_pattern": null}, "AITv": {"source_pattern": null, "target_pattern": null}, "CIT": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "CITd": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "CITv": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "DP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "FEF": {"source_pattern": null, "target_pattern": null}, "FST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "IT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "PIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "PIT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PITd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PITv": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PO": {"source_pattern": null, "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "TH": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V1": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V3": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4t": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VIP": {"source_pattern": null, "target_pattern": null}, "VOT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "VP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "AITd": {"target_pattern": null, "source_pattern": null}, "STPp": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}, "MSTd": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "STPa": {"target_pattern": null, "source_pattern": null}, "V4": {"target_pattern": null, "source_pattern": null}}, "PO": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "6": {"source_pattern": null, "target_pattern": null}, "7a": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "DP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "FEF": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "MDP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTl": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "PIP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "SEF": {"source_pattern": null, "target_pattern": null}, "V1": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V3": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V3A": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "V4t": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "PO": {"target_pattern": null, "source_pattern": null}}, "VOT": {"V2": {"source_pattern": null, "target_pattern": null}, "VP": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "VOT": {"target_pattern": null, "source_pattern": null}}, "DP": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "46": {"source_pattern": null, "target_pattern": null}, "FEF": {"source_pattern": null, "target_pattern": null}, "IT": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "PIP": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PO": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "STP": {"source_pattern": null, "target_pattern": null}, "STPp": {"source_pattern": null, "target_pattern": null}, "V2": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "1", 2.0, 2.0]}, "V3A": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": null, "target_pattern": null}, "CITv": {"target_pattern": null, "source_pattern": null}, "MT": {"target_pattern": null, "source_pattern": null}, "TF": {"target_pattern": null, "source_pattern": null}, "AITd": {"target_pattern": null, "source_pattern": null}, "V3": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "VIP": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "FST": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "V4t": {"target_pattern": null, "source_pattern": null}, "STPa": {"target_pattern": null, "source_pattern": null}, "TH": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}, "DP": {"target_pattern": null, "source_pattern": null}}, "MIP": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": null, "target_pattern": null}, "PO": {"source_pattern": null, "target_pattern": null}, "V2": {"source_pattern": null, "target_pattern": null}, "V3A": {"source_pattern": null, "target_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}}, "MDP": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "MDP": {"target_pattern": null, "source_pattern": null}}, "MSTd": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "35": {"source_pattern": null, "target_pattern": null}, "36": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "FEF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "FST": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "IT": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "MST": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PIT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "PO": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "STP": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "STPp": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "VIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "CITv": {"target_pattern": null, "source_pattern": null}, "V4": {"target_pattern": null, "source_pattern": null}, "AITd": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "PIP": {"target_pattern": null, "source_pattern": null}, "STPa": {"target_pattern": null, "source_pattern": null}, "TH": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}, "MSTd": {"target_pattern": null, "source_pattern": null}}, "VIP": {"4": {"source_pattern": null, "target_pattern": null}, "5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "6": {"source_pattern": null, "target_pattern": null}, "7a": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "46": {"source_pattern": null, "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "FEF": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "FST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "IT": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "LIP": {"source_pattern": null, "target_pattern": null}, "MDP": {"source_pattern": null, "target_pattern": null}, "MIP": {"source_pattern": null, "target_pattern": null}, "MST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTd": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTl": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "MT": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PIP": {"source_pattern": null, "target_pattern": null}, "PO": {"source_pattern": null, "target_pattern": null}, "Ri": {"source_pattern": null, "target_pattern": null}, "SEF": {"source_pattern": null, "target_pattern": null}, "SII": {"source_pattern": null, "target_pattern": null}, "STP": {"source_pattern": null, "target_pattern": null}, "STPp": {"source_pattern": null, "target_pattern": null}, "V2": {"source_pattern": null, "target_pattern": null}, "V2d": {"source_pattern": null, "target_pattern": null}, "V2v": {"source_pattern": null, "target_pattern": null}, "V3": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": null, "target_pattern": null}, "V4": {"source_pattern": null, "target_pattern": null}, "V4d": {"source_pattern": null, "target_pattern": null}, "V4t": {"source_pattern": null, "target_pattern": null}, "VIP": {"source_pattern": null, "target_pattern": null}, "VP": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}}, "LIP": {"4": {"source_pattern": null, "target_pattern": null}, "5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "6": {"source_pattern": null, "target_pattern": null}, "7a": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "46": {"source_pattern": null, "target_pattern": ["3", 2.0, "3", "3", 2.0, 2.0]}, "DP": {"source_pattern": null, "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "FEF": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "FST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "IT": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "LIP": {"source_pattern": null, "target_pattern": null}, "MDP": {"source_pattern": null, "target_pattern": null}, "MIP": {"source_pattern": null, "target_pattern": null}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MT": {"source_pattern": null, "target_pattern": null}, "PIP": {"source_pattern": null, "target_pattern": null}, "PO": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "Ri": {"source_pattern": null, "target_pattern": null}, "SEF": {"source_pattern": null, "target_pattern": null}, "SII": {"source_pattern": null, "target_pattern": null}, "STP": {"source_pattern": null, "target_pattern": null}, "STPp": {"source_pattern": null, "target_pattern": null}, "V2": {"source_pattern": null, "target_pattern": null}, "V2d": {"source_pattern": null, "target_pattern": null}, "V2v": {"source_pattern": null, "target_pattern": null}, "V3": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": null, "target_pattern": null}, "V4": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4d": {"source_pattern": null, "target_pattern": null}, "V4t": {"source_pattern": null, "target_pattern": null}, "VIP": {"source_pattern": null, "target_pattern": null}, "VP": {"source_pattern": null, "target_pattern": null}}, "PITv": {"7a": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "AIT": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "AITd": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "AITv": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "CIT": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "CITd": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "CITv": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "FST": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "IT": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "LIP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MST": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "MT": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "STP": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "STPp": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "TH": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V2": {"source_pattern": ["3", "3", "0", 2, 2, -1], "target_pattern": null}, "V2v": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "V4": {"source_pattern": ["0", "3", "3", "0", "1", "1"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4d": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "V4t": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "V4v": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "VOT": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "VP": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "PITd": {"7a": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "FST": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "IT": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": null}, "MST": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "MT": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "STP": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "STPp": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "V2": {"source_pattern": ["3", "3", 2, 2, "0", -1], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V2d": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "V2v": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "V4": {"source_pattern": ["0", "3", "3", "0", "1", "1"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4d": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "V4t": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "V4v": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "VOT": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "VP": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}}, "AITv": {"CIT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "CITd": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "CITv": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "IT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": ["3", 2.0, 2.0, 2.0, 2.0, -1]}, "PIT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PITd": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PITv": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "TH": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}}, "MSTl": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "35": {"source_pattern": null, "target_pattern": null}, "36": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "FEF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "FST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "IT": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PO": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "STP": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "STPp": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "V1": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V3A": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "V4t": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "VIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}}, "FST": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "35": {"source_pattern": null, "target_pattern": null}, "36": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": [2.0, "0", "0", "0", "0", 2.0]}, "CIT": {"source_pattern": null, "target_pattern": null}, "CITv": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": null, "target_pattern": null}, "FEF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "IT": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "MSTl": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "MT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PIT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "STP": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "STPp": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "TF": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V3": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V3A": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V4t": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "VIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "FST": {"target_pattern": null, "source_pattern": null}}, "CITv": {"35": {"source_pattern": null, "target_pattern": null}, "36": {"source_pattern": null, "target_pattern": null}, "AIT": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "AITd": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "AITv": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "IT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["3", 2.0, 2.0, 2.0, 2.0, 2.0]}, "MT": {"source_pattern": null, "target_pattern": null}, "PIT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PITd": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PITv": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V2": {"source_pattern": null, "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "46": {"target_pattern": null, "source_pattern": null}, "LIP": {"target_pattern": null, "source_pattern": null}, "STPp": {"target_pattern": null, "source_pattern": null}, "V3": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "VIP": {"target_pattern": null, "source_pattern": null}, "V3A": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "DP": {"target_pattern": null, "source_pattern": null}, "MSTd": {"target_pattern": null, "source_pattern": null}, "7a": {"target_pattern": null, "source_pattern": null}, "FST": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "VP": {"target_pattern": null, "source_pattern": null}, "V4t": {"target_pattern": null, "source_pattern": null}, "FEF": {"target_pattern": null, "source_pattern": null}, "PIP": {"target_pattern": null, "source_pattern": null}, "STPa": {"target_pattern": null, "source_pattern": null}, "TH": {"target_pattern": null, "source_pattern": null}, "PO": {"target_pattern": null, "source_pattern": null}, "CITv": {"target_pattern": null, "source_pattern": null}}, "CITd": {"V4": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "CITd": {"target_pattern": null, "source_pattern": null}}, "7a": {"5": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "6": {"source_pattern": null, "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "7a": {"source_pattern": [2, "3", "3", "3", "3", "3"], "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7b": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "35": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": null}, "36": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": null}, "46": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": ["3", 2.0, "3", 2.0, "3", 2.0]}, "AIT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "AITd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "CIT": {"source_pattern": null, "target_pattern": null}, "CITv": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": ["0", "3", "3", "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "FEF": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "FST": {"source_pattern": [2, 2, 2, "3", 2, 2], "target_pattern": null}, "IT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, "3", 2.0, 2.0, 2.0, 2.0]}, "Ig": {"source_pattern": null, "target_pattern": ["3", "3", "3", 2.0, 2.0, 2.0]}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MDP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MST": {"source_pattern": [2, 2, 2, "3", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTd": {"source_pattern": [2, 2, 2, "3", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTl": {"source_pattern": [2, "0", "0", 2, "0", 2], "target_pattern": null}, "MT": {"source_pattern": [2, 2, 2, "3", "3", "3"], "target_pattern": null}, "PIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "PO": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "Ri": {"source_pattern": null, "target_pattern": null}, "SEF": {"source_pattern": null, "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "SII": {"source_pattern": null, "target_pattern": null}, "STP": {"source_pattern": [2, "3", "3", "3", "3", "3"], "target_pattern": [2.0, 2.0, -1, -1, -1, -1]}, "STPa": {"source_pattern": ["3", "3", "3", "3", "0", "0"], "target_pattern": null}, "STPp": {"source_pattern": [2, "3", "3", "3", "3", "3"], "target_pattern": [2.0, 2.0, -1, -1, -1, -1]}, "TF": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "TH": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V2": {"source_pattern": [2, 2, 2, "3", "3", "3"], "target_pattern": null}, "V2v": {"source_pattern": null, "target_pattern": null}, "V3": {"source_pattern": null, "target_pattern": null}, "V3A": {"source_pattern": null, "target_pattern": null}, "V4": {"source_pattern": [2, 2, 2, "0", 2, 2], "target_pattern": null}, "V4d": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "V4t": {"source_pattern": [2, 2, 2, "0", 2, 2], "target_pattern": null}, "VIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "STPp": {"5": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "7b": {"source_pattern": null, "target_pattern": null}, "35": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": null}, "36": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": null}, "46": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["3", 2.0, "3", 2.0, "3", 2.0]}, "CIT": {"source_pattern": null, "target_pattern": null}, "CITv": {"source_pattern": null, "target_pattern": null}, "FEF": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "FST": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "IT": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": [2.0, "3", 2.0, 2.0, 2.0, 2.0]}, "MST": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MSTd": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MSTl": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MT": {"source_pattern": null, "target_pattern": null}, "Ri": {"source_pattern": null, "target_pattern": null}, "STP": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "STPa": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "STPp": {"source_pattern": null, "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "TH": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V2": {"source_pattern": null, "target_pattern": null}, "V4": {"source_pattern": null, "target_pattern": null}, "V4t": {"source_pattern": null, "target_pattern": null}, "LIP": {"target_pattern": null, "source_pattern": null}, "AITd": {"target_pattern": null, "source_pattern": null}, "V3": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "VIP": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "V3A": {"target_pattern": null, "source_pattern": null}, "DP": {"target_pattern": null, "source_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "VP": {"target_pattern": null, "source_pattern": null}, "PIP": {"target_pattern": null, "source_pattern": null}, "PO": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "STPa": {"7a": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": null}, "35": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": null}, "36": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "IT": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": null}, "STP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "STPa": {"source_pattern": null, "target_pattern": null}, "STPp": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "TH": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "CITv": {"target_pattern": null, "source_pattern": null}, "MT": {"target_pattern": null, "source_pattern": null}, "V4": {"target_pattern": null, "source_pattern": null}, "V2": {"target_pattern": null, "source_pattern": null}, "LIP": {"target_pattern": null, "source_pattern": null}, "AITd": {"target_pattern": null, "source_pattern": null}, "V3": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "VIP": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "DP": {"target_pattern": null, "source_pattern": null}, "MSTd": {"target_pattern": null, "source_pattern": null}, "FST": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "VP": {"target_pattern": null, "source_pattern": null}, "V4t": {"target_pattern": null, "source_pattern": null}, "FEF": {"target_pattern": null, "source_pattern": null}, "PO": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "FEF": {"1": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "3a": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "4": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "5": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "6": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "7a": {"source_pattern": [2, "3", "1", "2", "2", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "7b": {"source_pattern": null, "target_pattern": null}, "35": {"source_pattern": null, "target_pattern": null}, "36": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "AIT": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "AITd": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "CIT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "CITv": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "FEF": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "FST": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "IT": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "Ig": {"source_pattern": null, "target_pattern": ["3", "3", "3", 2.0, 2.0, 2.0]}, "LIP": {"source_pattern": [2, "3", "1", "2", "2", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MSTd": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MSTl": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PIT": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "PO": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "Ri": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "SEF": {"source_pattern": null, "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "STP": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "STPp": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V2": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V3": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "V3A": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "V4t": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VIP": {"source_pattern": [2, "3", "1", "2", "2", "0"], "target_pattern": null}, "VP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "TF": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "DP": {"target_pattern": null, "source_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "PIP": {"target_pattern": null, "source_pattern": null}, "STPa": {"target_pattern": null, "source_pattern": null}, "TH": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "46": {"1": {"source_pattern": null, "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "2": {"source_pattern": [2, "3", "3", 2, 2, 2], "target_pattern": null}, "4": {"source_pattern": null, "target_pattern": null}, "5": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": null}, "6": {"source_pattern": [2, 2, "3", 2, 2, 2], "target_pattern": ["3", 2.0, "3", 2.0, "3", 2.0]}, "7a": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "7b": {"source_pattern": ["0", "0", "3", "0", "3", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "35": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "36": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "46": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "AIT": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "AITd": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "CIT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "CITv": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "DP": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "FEF": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "IT": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "Ig": {"source_pattern": [2, "3", "3", 2, 2, 2], "target_pattern": ["3", "3", "3", 2.0, 2.0, 2.0]}, "LIP": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "PIT": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "Ri": {"source_pattern": null, "target_pattern": null}, "SEF": {"source_pattern": [2, 2, "3", 2, 2, 2], "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "SII": {"source_pattern": [2, "3", "3", 2, 2, 2], "target_pattern": null}, "STP": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "STPa": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "STPp": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "TF": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "TH": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "VIP": {"source_pattern": ["0", "0", "3", "0", 2, 2], "target_pattern": null}, "V3": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "V3A": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}, "MSTd": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "FST": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "VP": {"target_pattern": null, "source_pattern": null}, "V4t": {"target_pattern": null, "source_pattern": null}, "PIP": {"target_pattern": null, "source_pattern": null}, "PO": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "TF": {"5": {"source_pattern": null, "target_pattern": null}, "6": {"source_pattern": ["0", "0", 2, "0", "3", "3"], "target_pattern": null}, "7a": {"source_pattern": ["3", "3", "3", "3", 2, "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "35": {"source_pattern": ["0", "1", 2, "0", 2, 2], "target_pattern": null}, "36": {"source_pattern": [2, 2, "0", 2, 2, "0"], "target_pattern": null}, "46": {"source_pattern": ["0", "0", 2, "0", "3", "3"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "AIT": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "AITv": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "CIT": {"source_pattern": null, "target_pattern": null}, "CITv": {"source_pattern": null, "target_pattern": null}, "FEF": {"source_pattern": ["0", "0", 2, "0", "3", "3"], "target_pattern": null}, "FST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "IT": {"source_pattern": [2, 2, 2, 2, "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "Id": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "Ig": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "LIP": {"source_pattern": null, "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "MST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MT": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "SII": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "STP": {"source_pattern": ["3", "3", "3", "3", 2, "0"], "target_pattern": null}, "STPa": {"source_pattern": ["3", "3", "0", 2, 2, "0"], "target_pattern": null}, "STPp": {"source_pattern": ["3", "3", "3", "3", 2, "0"], "target_pattern": null}, "TF": {"source_pattern": ["0", "1", 2, "0", 2, 2], "target_pattern": null}, "TH": {"source_pattern": ["0", "1", 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V2": {"source_pattern": [2, 2, 2, 2, "0", "0"], "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "V3": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": null, "target_pattern": null}, "V4": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "VP": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}}, "TH": {"6": {"source_pattern": ["0", "0", 2, "0", "3", "3"], "target_pattern": null}, "7a": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "35": {"source_pattern": [2, "0", "1", "0", 2, 2], "target_pattern": ["3", "3", "3", 2.0, 2.0, 2.0]}, "36": {"source_pattern": [2, "0", "1", "0", 2, 2], "target_pattern": null}, "46": {"source_pattern": [2, "0", "0", "0", "3", "3"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "AIT": {"source_pattern": null, "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "AITv": {"source_pattern": null, "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "FEF": {"source_pattern": [2, -1, -1, 0, -1, -1], "target_pattern": null}, "IT": {"source_pattern": [2, "0", "1", "0", 2, 2], "target_pattern": [2.0, "3", "3", "3", 2.0, 2.0]}, "Id": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "Ig": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": ["3", "3", "3", 2.0, 2.0, 2.0]}, "SII": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "STP": {"source_pattern": [2, -1, -1, 0, -1, -1], "target_pattern": null}, "STPa": {"source_pattern": null, "target_pattern": null}, "STPp": {"source_pattern": null, "target_pattern": null}, "TF": {"source_pattern": [2, 2, 2, 2, 2, 2], "target_pattern": ["3", "3", "3", 2.0, 2.0, 2.0]}, "TH": {"source_pattern": [2, -1, -1, 0, -1, -1], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V2": {"source_pattern": ["0", "1", 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V4": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}}, "AITd": {"7a": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "46": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "CIT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "CITd": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "CITv": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "FEF": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "IT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PIT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PITd": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "STP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "STPa": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "TF": {"source_pattern": null, "target_pattern": null}, "TH": {"source_pattern": null, "target_pattern": null}, "AITd": {"target_pattern": null, "source_pattern": null}}}, "architecture_completed": {"FEF": 5, "7a": 4, "STPp": 4, "CITv": 5, "PITv": 5, "VP": 7, "V3A": 6, "TF": 5, "LIP": 5, "V4t": 6, "MIP": 5, "CITd": 5, "MSTd": 5, "DP": 5, "STPa": 4, "MSTl": 5, "MT": 6, "46": 4, "AITv": 4, "VIP": 5, "PITd": 5, "VOT": 6, "V1": 8, "V2": 7, "V3": 7, "V4": 6, "TH": 2, "PIP": 5, "FST": 4, "MDP": 5, "PO": 5, "AITd": 4}, "hierarchy_completed": {"7a": 0.6622, "PITv": 0.6048, "V3A": 0.3345, "LIP": 0.5677, "MIP": 0.5, "PITd": 0.6115, "DP": 0.4864, "STPa": 0.7162, "MSTl": 0.6216, "V1": 0.0, "46": 0.8649, "STPp": 0.6757, "V2": 0.1115, "V3": 0.1993, "V4": 0.4054, "TH": 0.9222, "TF": 0.8615, "MDP": 0.5, "PO": 0.4189, "FEF": 0.8177, "CITv": 0.625, "VP": 0.1993, "PIP": 0.2972, "V4t": 0.4054, "CITd": 0.6284, "AITv": 0.6149, "VOT": 0.4628, "MT": 0.4054, "VIP": 0.5677, "MSTd": 0.5473, "FST": 0.6216, "AITd": 1.0}, "SLN_completed": {"V1": {"7a": 0.13194421498048362, "LIP": 0.001953125, "MT": 0.17512874899425246, "PIP": 0.00676816232675885, "PO": 0.404565065, "STPp": 0.03868900250000001, "TF": 0.2856816827665948, "TH": 0.38953751737398074, "V2": 0.4007722176652155, "V3": 0.38394614661004506, "V3A": 0.006840776179282866, "V4": 0.22741361375468427, "V4t": 0.181545865, "VIP": 0.001953125, "CITv": 0.01173693, "46": 0.023962599915093682, "AITd": 0.01173693, "MSTl": 0.015780545587622773, "AITv": 0.01173693, "PITd": 0.11926319973629251, "CITd": 0.017777577500000002, "DP": 0.06666331317758761, "MSTd": 0.10606161761701319, "FST": 0.017777577500000002, "VOT": 0.13606147826236337, "VP": 0.2411506010095163, "FEF": 0.12220022250000001, "STPa": 0.025645547576816728, "PITv": 0.06536264773862561}, "V2": {"7a": 0.2473485547389337, "46": 0.09611216182822098, "CITv": 0.03237627, "DP": 0.11861750167939675, "FEF": 0.20729421976778806, "FST": 0.07046779333333333, "LIP": 0.04916585999999999, "MIP": 0.1647674456125005, "MSTd": 0.23701435042788077, "MSTl": 0.06238784920796942, "MT": 0.26510935220880993, "PIP": 0.21467556119098472, "PITd": 0.22234497210587106, "PO": 0.1647674456125005, "STPa": 0.1011489004860832, "STPp": 0.0, "TF": 0.25254592441901647, "TH": 0.010029086666666668, "V1": 0.7359601200000001, "V3": 0.31951689276600775, "V3A": 0.2159478233405306, "V4": 0.2541399406855286, "V4t": 0.26864967000000006, "VIP": 0.04916586000000001, "VOT": 0.22762425945260104, "VP": 0.25842434280049886, "AITd": 0.03237627, "AITv": 0.03237627, "CITd": 0.07046779333333335, "MDP": 0.1647674456125005, "PITv": 0.07596815828333246}, "VP": {"7a": 0.09442586553850892, "DP": 0.15571353140142427, "LIP": 0.18807267059796445, "MSTd": 0.1647674456125005, "MT": 0.2603679458405936, "PIP": 0.1647674456125005, "TF": 0.1451231907954106, "V2": 0.4397456164544487, "V3A": 0.23303749052194725, "V4": 0.2914236057357094, "VIP": 0.1647674456125005, "VOT": 0.24423035492494716}, "V3": {"7a": 0.09442586553850892, "FST": 0.1011489004860832, "LIP": 0.18807267059796445, "MSTd": 0.1647674456125005, "MT": 0.2603679458405936, "PIP": 0.1647674456125005, "TF": 0.1451231907954106, "V1": 0.6993004977911257, "V2": 0.4397456164544487, "V3A": 0.23303749052194725, "V4": 0.2914236057357094, "V4t": 0.2572732264020294, "VIP": 0.1647674456125005, "VP": 0.4397456164544487}, "PIP": {"7a": 0.31187356990740184, "DP": 0.425126660792947, "LIP": 0.4754470637035422, "MT": 0.5719047029350985, "V1": 0.9108207897240361, "V2": 0.749151726197644, "V3": 0.749151726197644, "V4": 0.6080369758634977, "VP": 0.749151726197644}, "V3A": {"7a": 0.2306470411405071, "DP": 0.3317934753804855, "FST": 0.24266165394773911, "LIP": 0.3791343871826437, "MIP": 0.345394264212165, "MSTd": 0.345394264212165, "MSTl": 0.345394264212165, "MT": 0.4741086898197289, "V1": 0.8642589131334557, "V2": 0.664819185499987, "V3": 0.664819185499987, "V4": 0.511183022022283, "VIP": 0.345394264212165, "VP": 0.664819185499987}, "MT": {"7a": 0.20514417151891692, "46": 0.2079858130256918, "CITv": 0.2262644296613191, "DP": 0.3009622802995952, "FEF": 0.2762308513985713, "FST": 0.2163924357522115, "LIP": 0.34663413513815555, "MIP": 0.31403189331661385, "MSTd": 0.31403189331661385, "MSTl": 0.31403189331661385, "PIP": 0.31403189331661385, "PO": 0.31403189331661385, "STPp": 0.2163924357522115, "V1": 0.8444668131657768, "V2": 0.6326887550282241, "V3": 0.6326887550282241, "V3A": 0.4058308482690615, "V4": 0.47662208079615176, "V4t": 0.4359767813039983, "VIP": 0.31403189331661385, "VP": 0.6326887550282241}, "V4t": {"7a": 0.2078731885766554, "46": 0.2107370269407612, "FST": 0.21920773435266425, "MSTd": 0.31743250009665086, "MT": 0.44351992011019076, "V2": 0.6362850677254202, "V3": 0.6362850677254202, "V4": 0.4804317628197222}, "V4": {"7a": 0.4232641237436804, "46": 0.1823592393657686, "AITv": 0.29966645, "CITd": 0.23457694666666673, "CITv": 0.2996664499999999, "DP": 0.2538615627727568, "FEF": 0.6525620966666666, "FST": 0.2345769466666667, "LIP": 0.24640913666666664, "MT": 0.4203839134858612, "PIP": 0.6991783852090286, "PITd": 0.29129667122990904, "PITv": 0.29280809982084094, "PO": 0.9296867466666666, "TF": 0.41928092775890013, "TH": 0.6746721308204547, "V1": 0.8605949687186175, "V2": 0.8946774848445085, "V3": 0.8106335742703666, "V3A": 0.6995602901668315, "V4t": 0.44856999000000003, "VIP": 0.24640913666666667, "VOT": 0.29207236355152044, "VP": 0.39992316913597753, "AITd": 0.2996664499999999, "STPp": 0.0, "MSTl": 0.233633950099824, "MIP": 0.28182290248104663, "MSTd": 0.4352943409457222, "MDP": 0.28182290248104663, "STPa": 0.1901303816478059}, "PO": {"7a": 0.31187356990740184, "DP": 0.425126660792947, "FEF": 0.3969553786481969, "LIP": 0.4754470637035422, "MDP": 0.4397456164544487, "MIP": 0.4397456164544487, "MSTd": 0.4397456164544487, "MSTl": 0.4397456164544487, "MT": 0.5719047029350985, "PIP": 0.4397456164544487, "V1": 0.9108207897240361, "V2": 0.749151726197644, "V3": 0.749151726197644, "V3A": 0.5376665672762394, "V4t": 0.5681484209786033, "VIP": 0.4397456164544487, "VP": 0.749151726197644}, "VOT": {"V2": 0.6515582171973071, "VP": 0.6515582171973071}, "DP": {"7a": 0.3569152409933993, "46": 0.32873489289592567, "FEF": 0.5164609, "LIP": 0.36808971, "MSTd": 0.359307158192874, "PIP": 0.7224508243801265, "PO": 0.91499421, "STPp": 0.0, "V2": 0.8284911256892572, "V3A": 0.7225151175175789, "V4": 0.502791527151495, "VP": 0.5036956237929567, "CITv": 0.16666665999999997, "MT": 0.4764831936322133, "TF": 0.4477395966573806, "AITd": 0.16666665999999994, "V3": 0.887729957296875, "MSTl": 0.2919336871009218, "AITv": 0.16666665999999997, "VIP": 0.36808971, "V1": 0.91499421, "PITd": 0.4306777609068619, "CITd": 0.26638558, "MIP": 0.4544472048222968, "MDP": 0.4544472048222968, "FST": 0.26638557999999996, "VOT": 0.4978915580368853, "V4t": 0.4812295, "STPa": 0.33928533532425265, "TH": 0.47371497212186886, "PITv": 0.16385097434860155}, "MIP": {"7a": 0.31187356990740184, "LIP": 0.4754470637035422, "PO": 0.4397456164544487, "V2": 0.749151726197644, "V3A": 0.5376665672762394}, "MDP": {}, "MSTd": {"7a": 0.44486240562524343, "46": 0.3154038868555226, "DP": 0.8352353799814716, "FEF": 0.6273571799011722, "FST": 0.28586558000000006, "LIP": 0.52910535, "MT": 0.285560720530831, "PO": 0.94168235, "STPp": 0.05016722, "TF": 0.6059730506644079, "V2": 0.8875577521323456, "V3": 0.9072129777530921, "V3A": 0.8681135828616146, "VIP": 0.52910535, "VP": 0.6210356415152859, "CITv": 0.20786640000000003, "V4": 0.6120145117230196, "AITd": 0.20786640000000003, "MSTl": 0.2812370526681836, "AITv": 0.2078664, "V1": 0.9097885214665646, "PITd": 0.31125558595064046, "CITd": 0.28586558, "MIP": 0.4397456164544487, "MDP": 0.4397456164544487, "VOT": 0.48008040500394433, "PIP": 0.8680375753748741, "STPa": 0.3257802492365629, "TH": 0.6589031753555138, "PITv": 0.2981900252191592}, "VIP": {"7a": 0.31187356990740184, "46": 0.3154038868555226, "FEF": 0.3969553786481969, "FST": 0.3257802492365629, "LIP": 0.4754470637035422, "MDP": 0.4397456164544487, "MIP": 0.4397456164544487, "MSTd": 0.4397456164544487, "MSTl": 0.4397456164544487, "MT": 0.5719047029350985, "PIP": 0.4397456164544487, "PO": 0.4397456164544487, "STPp": 0.3257802492365629, "V2": 0.749151726197644, "V3": 0.749151726197644, "V3A": 0.5376665672762394, "V4": 0.6080369758634977, "V4t": 0.5681484209786033, "VP": 0.749151726197644}, "LIP": {"7a": 0.28076284141826424, "46": 0.2841284860076212, "DP": 0.390189400203489, "FEF": 0.362694437412613, "FST": 0.29403822928836465, "MDP": 0.40452785345081144, "MIP": 0.40452785345081144, "MSTd": 0.40452785345081144, "MT": 0.5363312838211267, "PIP": 0.40452785345081144, "PO": 0.40452785345081144, "STPp": 0.29403822928836465, "V2": 0.7196467830007919, "V3": 0.7196467830007919, "V3A": 0.5018058412911562, "V4": 0.573062361443146, "V4t": 0.5325302918019821, "VIP": 0.40452785345081144, "VP": 0.7196467830007919}, "PITv": {"7a": 0.21980894609736484, "AITd": 0.24175822798053087, "AITv": 0.24175822798053087, "CITd": 0.24175822798053087, "CITv": 0.24175822798053087, "FST": 0.23150869224939957, "LIP": 0.365469778336114, "MT": 0.4597488319767691, "STPp": 0.23150869224939957, "TF": 0.3027748504611968, "TH": 0.19454931004337409, "V2": 0.6515582171973071, "V4": 0.49677433132557947, "V4t": 0.4559549345314889, "VOT": 0.4397456164544487, "VP": 0.6515582171973071}, "PITd": {"7a": 0.21980894609736484, "FST": 0.23150869224939957, "MT": 0.4597488319767691, "STPp": 0.23150869224939957, "V2": 0.6515582171973071, "V4": 0.49677433132557947, "V4t": 0.4559549345314889, "VOT": 0.4397456164544487, "VP": 0.6515582171973071}, "AITv": {"CITd": 0.4397456164544487, "CITv": 0.4397456164544487, "PITd": 0.6544746643053295, "PITv": 0.6544746643053295, "TF": 0.5130062065154856, "TH": 0.3774407149467103, "V4": 0.7057317983155025}, "MSTl": {"7a": 0.31187356990740184, "46": 0.3154038868555226, "DP": 0.425126660792947, "FEF": 0.3969553786481969, "FST": 0.3257802492365629, "LIP": 0.4754470637035422, "MT": 0.5719047029350985, "PO": 0.4397456164544487, "STPp": 0.3257802492365629, "V1": 0.9108207897240361, "V2": 0.749151726197644, "V3A": 0.5376665672762394, "V4t": 0.5681484209786033, "VIP": 0.4397456164544487}, "FST": {"7a": 0.42443302964932406, "46": 0.4283372333963633, "CITv": 0.45288136231295556, "DP": 0.5442655594117083, "FEF": 0.5154533480763229, "LIP": 0.594213477151346, "MSTd": 0.5589734213408636, "MSTl": 0.5589734213408636, "MT": 0.6848151869041003, "STPp": 0.4397456164544487, "TF": 0.5262461396949784, "V2": 0.8344259484773664, "V3": 0.8344259484773664, "V3A": 0.6534080536187905, "V4": 0.7170795468774352, "V4t": 0.6814092972055, "VIP": 0.5589734213408636, "VP": 0.8344259484773664}, "CITv": {"AITd": 0.4397456164544487, "AITv": 0.4397456164544487, "MT": 0.6729152169546991, "PITd": 0.6544746643053295, "PITv": 0.6544746643053295, "TF": 0.5130062065154856, "V2": 0.826025395583821, "V4": 0.7057317983155025, "46": 0.4153365490462339, "LIP": 0.5812795053424596, "STPp": 0.4266758765307271, "V3": 0.826025395583821, "MSTl": 0.5458319856708994, "VIP": 0.5458319856708994, "V3A": 0.6410656305130789, "V1": 0.9465819449520904, "CITd": 0.4397456164544487, "DP": 0.531068720161679, "MSTd": 0.5458319856708994, "7a": 0.4114584896417437, "FST": 0.4266758765307271, "VOT": 0.6544746643053295, "VP": 0.826025395583821, "V4t": 0.669456888813816, "FEF": 0.5022006131674926, "PIP": 0.5458319856708994, "STPa": 0.4266758765307271, "TH": 0.3774407149467103, "PO": 0.5458319856708994}, "CITd": {"V4": 0.7057317983155025}, "7a": {"46": 0.443675163086642, "AITd": 0.46834387056913884, "CITv": 0.46834387056913884, "DP": 0.5596718210193434, "FEF": 0.5309653576659095, "FST": 0.45514888874900034, "LIP": 0.6092437172723907, "MDP": 0.5742944358234963, "MIP": 0.5742944358234963, "MSTd": 0.5742944358234963, "MSTl": 0.5742944358234963, "MT": 0.6985232422376585, "PIP": 0.5742944358234963, "PO": 0.5742944358234963, "STPa": 0.45514888874900034, "STPp": 0.45514888874900034, "TF": 0.5417280230142912, "TH": 0.40515398450884493, "V2": 0.8439331894156354, "V3": 0.8439331894156354, "V3A": 0.6676703062854825, "V4": 0.7301077109056936, "V4t": 0.6951825087343344, "VIP": 0.5742944358234963, "VP": 0.8439331894156354, "AITv": 0.46834387056913884, "V1": 0.9539824713073445, "PITd": 0.6806832403963549, "CITd": 0.46834387056913884, "VOT": 0.6806832403963549, "PITv": 0.6806832403963549}, "STPp": {"7a": 0.42443302964932406, "46": 0.4283372333963633, "CITv": 0.45288136231295556, "FEF": 0.5154533480763229, "FST": 0.4397456164544487, "MSTd": 0.5589734213408636, "MSTl": 0.5589734213408636, "MT": 0.6848151869041003, "STPa": 0.4397456164544487, "TF": 0.5262461396949784, "TH": 0.3901300859940757, "V2": 0.8344259484773664, "V4": 0.7170795468774352, "V4t": 0.6814092972055, "LIP": 0.594213477151346, "AITd": 0.45288136231295556, "V3": 0.8344259484773664, "AITv": 0.45288136231295556, "VIP": 0.5589734213408636, "PITd": 0.6666418222423477, "V1": 0.9500983377771388, "CITd": 0.45288136231295556, "V3A": 0.6534080536187905, "DP": 0.5442655594117083, "MIP": 0.5589734213408636, "MDP": 0.5589734213408636, "VOT": 0.6666418222423477, "VP": 0.8344259484773664, "PIP": 0.5589734213408636, "PO": 0.5589734213408636, "PITv": 0.6666418222423477}, "STPa": {"7a": 0.42443302964932406, "46": 0.4283372333963633, "STPp": 0.4397456164544487, "TF": 0.5262461396949784, "TH": 0.3901300859940757, "CITv": 0.45288136231295556, "MT": 0.6848151869041003, "V4": 0.7170795468774352, "V2": 0.8344259484773664, "LIP": 0.594213477151346, "AITd": 0.45288136231295556, "V3": 0.8344259484773664, "MSTl": 0.5589734213408636, "AITv": 0.45288136231295556, "VIP": 0.5589734213408636, "PITd": 0.6666418222423477, "V1": 0.9500983377771388, "CITd": 0.45288136231295556, "DP": 0.5442655594117083, "MSTd": 0.5589734213408636, "FST": 0.4397456164544487, "VOT": 0.6666418222423477, "VP": 0.8344259484773664, "V4t": 0.6814092972055, "FEF": 0.5154533480763229, "PO": 0.5589734213408636, "PITv": 0.6666418222423477}, "FEF": {"7a": 0.3516293974131231, "46": 0.35533041409939803, "AITd": 0.3787579272123091, "CITv": 0.3787579272123091, "FST": 0.3661852703855369, "LIP": 0.5191568217929547, "MSTd": 0.48325225451521486, "MSTl": 0.48325225451521486, "MT": 0.6144158201881944, "PO": 0.48325225451521486, "STPp": 0.3661852703855369, "V2": 0.7827293680977521, "V3": 0.7827293680977521, "V3A": 0.5808929113039869, "V4": 0.6494469737044479, "V4t": 0.6107535641856292, "VIP": 0.48325225451521486, "VP": 0.7827293680977521, "TF": 0.45045065681875274, "AITv": 0.3787579272123091, "V1": 0.9272273846670287, "PITd": 0.5949508734340588, "CITd": 0.3787579272123091, "DP": 0.4684472210714786, "MIP": 0.48325225451521486, "MDP": 0.48325225451521486, "VOT": 0.5949508734340588, "PIP": 0.48325225451521486, "STPa": 0.3661852703855369, "TH": 0.319413423745837, "PITv": 0.5949508734340588}, "46": {"7a": 0.4358219970859884, "AITd": 0.46438597533050835, "CITv": 0.46438597533050835, "DP": 0.5557414275321807, "FEF": 0.5270038247288525, "LIP": 0.6054163293692177, "MT": 0.6950448469649315, "STPa": 0.45120425795166497, "STPp": 0.45120425795166497, "TF": 0.5377757373505233, "TH": 0.4012994082965777, "V2": 0.8415379443445309, "V4": 0.7268063099411157, "VIP": 0.5703878991437041, "V3": 0.8415379443445309, "MSTl": 0.5703878991437041, "AITv": 0.46438597533050835, "V3A": 0.6640467174085998, "PITd": 0.6771176328311563, "CITd": 0.46438597533050835, "V1": 0.953013524197034, "MIP": 0.5703878991437041, "MSTd": 0.5703878991437041, "MDP": 0.5703878991437041, "FST": 0.45120425795166497, "VOT": 0.6771176328311563, "VP": 0.8415379443445309, "V4t": 0.6916870936512598, "PIP": 0.5703878991437041, "PO": 0.5703878991437041, "PITv": 0.6771176328311563}, "TF": {"7a": 0.3416307811243306, "46": 0.3452929507529249, "AITv": 0.3684973073841186, "CITv": 0.3684973073841186, "FEF": 0.42908445348136853, "FST": 0.35603954622911427, "LIP": 0.5083556917571386, "MT": 0.6040158814464341, "STPa": 0.35603954622911427, "STPp": 0.35603954622911427, "TH": 0.3097951619855184, "V2": 0.7746813206878705, "V3": 0.7746813206878705, "V3A": 0.5702799471915022, "V4": 0.6393554551781233, "VP": 0.7746813206878705}, "TH": {"7a": 0.47480376159200716, "46": 0.47876905627078103, "AITv": 0.5035828308582835, "FEF": 0.5659653164601144, "STPa": 0.4903272366306628, "STPp": 0.4903272366306628, "TF": 0.5765998675976063, "V2": 0.86415297954125, "V4": 0.7585211182027408}, "AITd": {"7a": 0.4114584896417437, "46": 0.4153365490462339, "CITd": 0.4397456164544487, "CITv": 0.4397456164544487, "FEF": 0.5022006131674926, "PITd": 0.6544746643053295, "STPa": 0.4266758765307271, "TF": 0.5130062065154856, "TH": 0.3774407149467103}}, "SLN_Data_FV91": {"MSTd": {"V1": 0.9097885214665646, "V2": 0.8875577521323456, "PO": 0.94168235, "TF": 0.6059730506644079, "TH": 0.6589031753555138, "PIP": 0.8680375753748741, "V4": 0.6120145117230196, "V3": 0.9072129777530921, "MSTd": 0.16862906228337676, "V3A": 0.8681135828616146, "VP": 0.6210356415152859, "DP": 0.8352353799814716, "7a": 0.44486240562524343, "PITd": 0.31125558595064046, "VOT": 0.48008040500394433, "VIP": 0.52910535, "LIP": 0.52910535, "STPp": 0.05016722, "MSTl": 0.2812370526681836, "MT": 0.285560720530831, "FST": 0.28586558000000006, "CITd": 0.28586558, "PITv": 0.2981900252191592, "AITd": 0.20786640000000003, "CITv": 0.20786640000000003, "AITv": 0.2078664, "FEF": 0.6273571799011722}, "V4": {"PO": 0.9296867466666666, "TF": 0.41928092775890013, "TH": 0.6746721308204547, "PIP": 0.6991783852090286, "V4": 0.35531495687884207, "V1": 0.8605949687186175, "V3": 0.8106335742703666, "V2": 0.8946774848445085, "MSTd": 0.4352943409457222, "V3A": 0.6995602901668315, "VP": 0.39992316913597753, "DP": 0.2538615627727568, "7a": 0.4232641237436804, "PITd": 0.29129667122990904, "VOT": 0.29207236355152044, "VIP": 0.24640913666666667, "LIP": 0.24640913666666664, "STPp": 0.0, "MSTl": 0.233633950099824, "MT": 0.4203839134858612, "FST": 0.2345769466666667, "CITd": 0.23457694666666673, "V4t": 0.44856999000000003, "AITd": 0.2996664499999999, "CITv": 0.2996664499999999, "AITv": 0.29966645, "PITv": 0.29280809982084094, "FEF": 0.6525620966666666}, "V1": {"PO": 0.404565065, "TF": 0.2856816827665948, "TH": 0.38953751737398074, "PIP": 0.00676816232675885, "V4": 0.22741361375468427, "V1": 0.404565065, "V3": 0.38394614661004506, "V2": 0.4007722176652155, "MSTd": 0.10606161761701319, "V3A": 0.006840776179282866, "VP": 0.2411506010095163, "DP": 0.06666331317758761, "7a": 0.13194421498048362, "PITd": 0.11926319973629251, "VOT": 0.13606147826236337, "VIP": 0.001953125, "LIP": 0.001953125, "STPp": 0.03868900250000001, "MSTl": 0.015780545587622773, "MT": 0.17512874899425246, "FST": 0.017777577500000002, "CITd": 0.017777577500000002, "V4t": 0.181545865, "PITv": 0.06536264773862561, "AITd": 0.01173693, "CITv": 0.01173693, "AITv": 0.01173693, "FEF": 0.12220022250000001}, "V2": {"V1": 0.7359601200000001, "V2": 0.5864300202496507, "TF": 0.25254592441901647, "PIP": 0.21467556119098472, "V3A": 0.2159478233405306, "VP": 0.25842434280049886, "V4": 0.2541399406855286, "V3": 0.31951689276600775, "DP": 0.11861750167939675, "7a": 0.2473485547389337, "PITd": 0.22234497210587106, "VOT": 0.22762425945260104, "VIP": 0.04916586000000001, "LIP": 0.04916585999999999, "STPp": 0.0, "MSTd": 0.23701435042788077, "MSTl": 0.06238784920796942, "MT": 0.26510935220880993, "FST": 0.07046779333333333, "CITd": 0.07046779333333335, "V4t": 0.26864967000000006, "PITv": 0.07596815828333246, "AITd": 0.03237627, "CITv": 0.03237627, "AITv": 0.03237627, "TH": 0.010029086666666668, "FEF": 0.20729421976778806}, "DP": {"PO": 0.91499421, "TF": 0.4477395966573806, "TH": 0.47371497212186886, "PIP": 0.7224508243801265, "V4": 0.502791527151495, "V1": 0.91499421, "V3": 0.887729957296875, "V2": 0.8284911256892572, "MSTd": 0.359307158192874, "V3A": 0.7225151175175789, "VP": 0.5036956237929567, "DP": 0.46428641987840946, "7a": 0.3569152409933993, "PITd": 0.4306777609068619, "VOT": 0.4978915580368853, "VIP": 0.36808971, "LIP": 0.36808971, "STPp": 0.0, "MSTl": 0.2919336871009218, "MT": 0.4764831936322133, "FST": 0.26638557999999996, "CITd": 0.26638558, "V4t": 0.4812295, "PITv": 0.16385097434860155, "AITd": 0.16666665999999994, "CITv": 0.16666665999999997, "AITv": 0.16666665999999997, "FEF": 0.5164609}}, "FLN_Data_FV91": {"V1": {"PO": 0.00732, "TF": 0.031515354, "TH": 0.0251198676, "PIP": 0.0011189715999999998, "V4": 0.10954549659999999, "V3": 0.023208176, "V2": 0.5977878200000001, "MSTd": 0.009428104000000001, "V3A": 0.0015919234, "VP": 0.025739616000000003, "DP": 0.0010145062, "7a": 0.0082967068, "PITd": 0.012291986738000001, "VOT": 0.011115732, "VIP": 0.0005227172, "LIP": 0.000407667, "STPa": 0.00062455239, "STPp": 0.0017661359199999996, "MSTl": 0.0018131874, "FST": 0.0024128178, "AITd": 0.0011806956020000002, "CITd": 0.0015557495139999996, "MT": 0.017819879999999993, "V4t": 0.010355839999999998, "PITv": 0.008508000268, "AITv": 0.0019543028, "CITv": 0.0031682135119999997, "FEF": 0.000192719624, "46": 6.56082e-07}, "V2": {"V1": 0.719374, "TF": 0.021752519333333328, "PIP": 0.0016004779333333335, "V3A": 0.0027763386666666665, "VP": 0.030574433333333335, "V4": 0.10780030110000002, "V3": 0.005494763999999998, "DP": 0.0006935116333333333, "7a": 0.003920323266666667, "PITd": 0.00645689953, "VOT": 0.005428937, "VIP": 0.00043936193333333335, "LIP": 0.0003024266666666667, "MDP": 7.533e-06, "PO": 9.915666666666666e-06, "MIP": 6.448e-06, "STPp": 0.0001565191266666667, "STPa": 6.775063e-05, "MSTd": 0.0035983412133333333, "MSTl": 0.0004045919666666667, "FST": 0.0005781431133333334, "AITd": 0.00011696018333333336, "CITd": 0.00015839591000000003, "MT": 0.010586940999999999, "V4t": 0.006289066666666667, "PITv": 0.0012713125800000002, "TH": 0.0004302408, "AITv": 0.0004452911, "CITv": 0.0007957710533333331, "FEF": 0.00011400506666666668}, "V4": {"V1": 0.03265630666666667, "V2": 0.25016898013333333, "PO": 0.002687799166666667, "TF": 0.052711999999999995, "TH": 0.012389706666666667, "PIP": 0.002219050266666667, "V3": 0.018678131733333336, "MSTd": 0.005856831066666667, "V3A": 0.0036355771333333336, "VP": 0.02896426666666667, "DP": 0.0010129916, "7a": 0.0070245596, "PITd": 0.05751595333333334, "VIP": 0.0017124856666666669, "LIP": 0.0013945623333333334, "STPa": 0.0020584594000000005, "STPp": 0.0006447129666666667, "MSTl": 0.005235169433333332, "FST": 0.009160531999999997, "AITd": 0.011051566, "CITd": 0.012193617333333332, "MT": 0.021604643499999996, "V4t": 0.011346133333333331, "PITv": 0.08069382666666668, "VOT": 0.04640013333333332, "AITv": 0.028120480000000003, "CITv": 0.08528930666666668, "46": 0.00020951288, "FEF": 0.0034942574533333333, "MIP": 3.755333333333333e-07, "MDP": 1.9494333333333333e-06}, "FEF": {"PO": 0.0019396929999999997, "TF": 0.0011607034433333333, "TH": 0.00016265508666666668, "PIP": 0.0015277950666666667, "V4": 0.004977958576666667, "V1": 0.00022920966666666672, "V3": 0.00037832696666666664, "V2": 0.0026317330000000002, "MSTd": 0.0092838776, "V3A": 0.00030441690000000004, "VP": 0.0009217902500000001, "PITd": 0.002460433963333334, "VOT": 0.00025604022, "DP": 0.0007984183666666667, "7a": 0.004013115566666667, "VIP": 0.005299874766666666, "LIP": 0.0039942541000000005, "MIP": 0.001530742066666667, "MDP": 0.0031931584000000008, "STPa": 0.0020900494333333333, "STPp": 0.027672489399999996, "MSTl": 0.001190899, "FST": 0.0016546871, "MT": 0.0022583639999999997, "CITd": 0.00028953729, "V4t": 0.0012444373333333333, "PITv": 0.00021049071, "AITd": 0.00011194493333333333, "AITv": 0.00010364666, "CITv": 0.00010565765666666668, "46": 0.1895018566666667}, "7a": {"V1": 2.03353e-05, "V2": 0.0004819565000000001, "PO": 0.019530515, "TF": 0.0347868766, "TH": 0.00023084030000000003, "PIP": 0.011194674, "V4": 0.0095445104, "V3": 1.7328000000000002e-06, "MSTd": 0.08197936960000002, "DP": 0.0140701901, "V3A": 5.58706e-05, "PITd": 0.007615705600000001, "VOT": 0.0008113, "VP": 0.0006863600000000001, "VIP": 0.0489402158, "LIP": 0.040764316, "MIP": 0.017571071599999995, "MDP": 0.024250399999999995, "STPa": 0.007041039999999999, "STPp": 0.0605408629, "MSTl": 0.013092799999999998, "FST": 0.00594815, "AITd": 0.001156032, "CITd": 0.0026997239999999997, "MT": 0.0011731722, "V4t": 9.539200000000002e-06, "PITv": 0.014191047999999998, "AITv": 0.015436940199999999, "CITv": 0.012528181999999999, "FEF": 0.014788873000000001, "46": 0.014181229799999999}, "DP": {"V1": 0.007304985799999999, "V2": 0.0868778232, "PO": 0.022935904999999993, "TF": 0.06188520200000001, "TH": 0.006924548, "PIP": 0.031740154, "V4": 0.265129002, "V3": 0.00384, "MSTd": 0.044096166400000004, "V3A": 0.020889140000000004, "VP": 0.06324947, "7a": 0.12170417, "PITd": 0.027323034000000003, "VOT": 0.010269784, "VIP": 0.009584543999999999, "LIP": 0.0064203, "MIP": 0.01056964, "MDP": 0.010851755000000001, "STPa": 0.0004850526, "STPp": 0.0005674942999999999, "MSTl": 0.005852022, "FST": 0.0030646910000000005, "AITd": 0.0003074472, "CITd": 0.0007696679999999999, "MT": 0.048233399999999996, "V4t": 0.028512000000000003, "PITv": 0.0048909, "AITv": 0.0054317116, "CITv": 0.0043738349999999995, "FEF": 0.0023306253, "46": 0.0011283134999999999}, "STPa": {"PO": 1.6968e-06, "TF": 0.01044059712, "TH": 0.00370067704, "PIP": 0.0, "V4": 2.16198e-05, "V1": 2.9014879999999998e-05, "V3": 1.584e-07, "V2": 3.010232e-05, "MSTd": 0.0188856368, "PITd": 0.0033370486800000003, "VOT": 1.237424e-05, "VP": 7.814400000000001e-07, "DP": 2.9721799999999997e-05, "7a": 0.006960793999999999, "VIP": 4.5480000000000005e-05, "LIP": 3.792000000000001e-05, "STPp": 0.30555149480000005, "MSTl": 0.007341100000000001, "FST": 0.0157761, "AITd": 0.025548469999999997, "CITd": 0.00680838, "MT": 0.0002621412, "V4t": 2.3232000000000005e-06, "PITv": 0.0008363146, "AITv": 0.0024953279999999998, "CITv": 0.0014250989999999998, "46": 0.014112841500000002, "FEF": 0.0010566697000000001}, "STPp": {"V4": 0.00041431336666666673, "PITd": 0.0011464076, "V2": 0.0005494173333333333, "V1": 0.0006513901333333334, "TH": 0.002792431666666667, "VIP": 0.003604891736666667, "7a": 0.03231078781333333, "DP": 0.0008150314333333333, "LIP": 0.0029458097466666675, "STPa": 0.0463087638, "MSTd": 0.07750212466666667, "MSTl": 0.008363258666666666, "FST": 0.0029582593, "AITd": 0.00045012213333333326, "CITd": 0.0007336893666666667, "MT": 0.0005119500000000001, "V4t": 4.476266666666667e-05, "AITv": 0.00024408833333333332, "CITv": 0.00028173233333333335, "VOT": 3.2250000000000005e-05, "PITv": 0.00017818766666666665, "TF": 0.0077603151333333325, "PO": 1.9194299999999993e-05, "46": 0.006187686136666667, "FEF": 0.0027500169733333333, "PIP": 0.0006357816999999999, "V3": 4.158199999999999e-06, "V3A": 0.0001946754, "VP": 8.875213333333334e-05, "MDP": 1.0888033333333335e-05, "MIP": 1.0488666666666666e-06}, "CITv": {"PO": 1.77256e-06, "TF": 0.03182241, "TH": 0.0041587257, "PIP": 0.000142787, "V4": 0.0709605166, "V1": 3.07546e-05, "V3": 4.4818000000000004e-05, "V2": 0.00166803487, "MSTd": 8.492860000000002e-06, "V3A": 0.00020133600000000004, "VP": 0.012700080000000002, "DP": 0.0002021464, "7a": 0.0016731169699999997, "PITd": 0.0955115232, "VOT": 0.037845000000000004, "VIP": 0.00107708, "LIP": 0.00089439, "STPa": 0.005788337000000001, "STPp": 0.00013233991, "MSTl": 0.00023593203999999998, "FST": 0.0020013619999999996, "AITd": 0.1731416, "CITd": 0.10012099999999997, "MT": 9.8895e-05, "V4t": 2.64e-06, "PITv": 0.04409120000000001, "AITv": 0.12012400000000001, "FEF": 0.010091085640000002, "46": 0.0021442090000000002}, "46": {"TF": 0.00023437925, "PIP": 1.3434800000000002e-05, "V3A": 3.5756000000000005e-06, "VP": 5.0537e-06, "V4": 5.4178949999999994e-05, "V3": 4.477375e-05, "V2": 0.00099948935, "DP": 0.0005022087000000001, "7a": 0.009070648600000002, "VIP": 0.0030687705, "LIP": 0.0025490456000000004, "MDP": 0.00010807840000000002, "PO": 7.39644e-05, "MIP": 1.8074200000000004e-05, "STPa": 0.0033303452000000007, "STPp": 0.009455807400000002, "MSTd": 0.0009848546000000005, "MSTl": 0.0007123987000000001, "FST": 0.00237433, "AITd": 0.005064239399999999, "CITd": 0.0051180683, "MT": 4.3527e-06, "PITd": 0.0031302532999999996, "TH": 6.31086e-05, "AITv": 0.00015379490000000002, "CITv": 0.0013516526999999996, "VOT": 3.4511e-06, "PITv": 0.0002622428, "FEF": 0.12080655639999999, "V1": 0.00010192, "V4t": 1.4608e-06}, "MSTd": {"V1": 0.02872964328, "V2": 0.14120797318999997, "PO": 0.00119106314, "TF": 0.06385009, "TH": 0.00618325579, "PIP": 0.014145930179999999, "V4": 0.34126389999999995, "V3": 0.013097999999999999, "V3A": 0.020916080000000004, "VP": 0.07663900000000001, "DP": 0.014847490000000001, "7a": 0.004676075, "PITd": 0.12423347000000001, "VOT": 0.021822499999999998, "VIP": 0.009725760000000002, "LIP": 0.007245720000000001, "MIP": 1.33392e-06, "MDP": 8.314200000000001e-07, "STPa": 0.0021726988, "STPp": 0.0026488431199999996, "MSTl": 0.01104449, "FST": 0.01762035, "AITd": 0.00425251, "CITd": 0.00940632, "MT": 0.00558822, "PITv": 0.01629822, "AITv": 0.0058828, "CITv": 0.01248798, "FEF": 0.0028822971000000003, "46": 6.20149e-05}, "VP": {}, "V3": {}, "PIP": {}, "V3A": {}, "MT": {}, "V4t": {}, "PO": {}, "VOT": {}, "MIP": {}, "MDP": {}, "VIP": {}, "LIP": {}, "PITv": {}, "PITd": {}, "AITv": {}, "MSTl": {}, "FST": {}, "CITd": {}, "TF": {}, "TH": {}, "AITd": {}}, "FLN_completed": {"V1": {"PO": 0.00732, "TF": 0.031515354, "TH": 0.0251198676, "PIP": 0.0011189715999999998, "V4": 0.10954549659999999, "V3": 0.023208176, "V2": 0.5977878200000001, "MSTd": 0.009428104000000001, "V3A": 0.0015919234, "VP": 0.025739616000000003, "DP": 0.0010145062, "7a": 0.0082967068, "PITd": 0.012291986738000001, "VOT": 0.011115732, "VIP": 0.0005227172, "LIP": 0.000407667, "STPa": 0.00062455239, "STPp": 0.0017661359199999996, "MSTl": 0.0018131874, "FST": 0.0024128178, "AITd": 0.0011806956020000002, "CITd": 0.0015557495139999996, "MT": 0.017819879999999993, "V4t": 0.010355839999999998, "PITv": 0.008508000268, "AITv": 0.0019543028, "CITv": 0.0031682135119999997, "FEF": 0.000192719624, "46": 6.56082e-07, "external": 0.0}, "V2": {"V1": 0.719374, "TF": 0.021752519333333328, "PIP": 0.0016004779333333335, "V3A": 0.0027763386666666665, "VP": 0.030574433333333335, "V4": 0.10780030110000002, "V3": 0.005494763999999998, "DP": 0.0006935116333333333, "7a": 0.003920323266666667, "PITd": 0.00645689953, "VOT": 0.005428937, "VIP": 0.00043936193333333335, "LIP": 0.0003024266666666667, "MDP": 7.533e-06, "PO": 9.915666666666666e-06, "MIP": 6.448e-06, "STPp": 0.0001565191266666667, "STPa": 6.775063e-05, "MSTd": 0.0035983412133333333, "MSTl": 0.0004045919666666667, "FST": 0.0005781431133333334, "AITd": 0.00011696018333333336, "CITd": 0.00015839591000000003, "MT": 0.010586940999999999, "V4t": 0.006289066666666667, "PITv": 0.0012713125800000002, "TH": 0.0004302408, "AITv": 0.0004452911, "CITv": 0.0007957710533333331, "FEF": 0.00011400506666666668, "46": 5.056234787738941e-05, "external": 0.002769274482736845}, "VP": {"7a": 0.001966574318848339, "DP": 0.0024756461209531136, "LIP": 0.0018548814372213482, "MSTd": 0.004174892925022077, "MT": 0.008293452698284402, "PIP": 0.004530947395055978, "TF": 0.00705236411780784, "V2": 0.00717581605963354, "V3A": 0.005137466728058192, "V4": 0.008567477824525566, "VIP": 0.002442567075962061, "VOT": 0.010505902036643833, "external": 0.0}, "V3": {"7a": 0.004674246831500541, "FST": 0.001678543003493744, "LIP": 0.0049843652643756075, "MSTd": 0.004926477098009895, "MT": 0.00733451210571452, "PIP": 0.013445388063019195, "TF": 0.001972570146235144, "V1": 0.008586428591530818, "V2": 0.005900422577201198, "V3A": 0.017879918293458957, "V4": 0.005452910062762763, "V4t": 0.0064882545931690865, "VIP": 0.005743942149742755, "VP": 0.004194632953905766, "external": 0.0}, "PIP": {"7a": 0.008621057407958396, "DP": 0.011162671737969579, "LIP": 0.00953663308985513, "MT": 0.009990570858078392, "V1": 0.00527818493705959, "V2": 0.004725558994582357, "V3": 0.013445388063019195, "V4": 0.005410030671440896, "VP": 0.004530947395055978, "external": 0.006721419057747149}, "V3A": {"7a": 0.00868247987997409, "DP": 0.015543435560302327, "FST": 0.002433014251653756, "LIP": 0.008517773248403361, "MIP": 0.007032378516660398, "MSTd": 0.007795706029440842, "MSTl": 0.0052012331547735356, "MT": 0.011026528667923917, "V1": 0.006635229529771761, "V2": 0.005672463185317145, "V3": 0.017879918293458957, "V4": 0.007596844403044716, "VIP": 0.009396080130381014, "VP": 0.005137466728058192, "external": 0.0}, "MT": {"7a": 0.007668578783559499, "46": 0.0002982264907871621, "CITv": 0.0038163017519338253, "DP": 0.0067985734994770045, "FEF": 0.0005936836670590779, "FST": 0.008971528370378384, "LIP": 0.007256401869854357, "MIP": 0.004627972542024091, "MSTd": 0.01449135961835989, "MSTl": 0.017852332108062183, "PIP": 0.009990570858078392, "PO": 0.005124127489289287, "STPp": 0.005741274636653619, "V1": 0.0034419775555150226, "V2": 0.004610708369380301, "V3": 0.00733451210571452, "V3A": 0.011026528667923917, "V4": 0.012266466578010995, "V4t": 0.022905029760814703, "VIP": 0.00941716871058578, "VP": 0.008293452698284402, "external": 0.010053373851418083}, "V4t": {"7a": 0.005758077370591879, "46": 0.0002258161213703737, "FST": 0.0075262122160688, "MSTd": 0.011356730621151199, "MT": 0.022905029760814703, "V2": 0.004346258427304073, "V3": 0.0064882545931690865, "V4": 0.014563486215169221, "external": 0.0}, "V4": {"V1": 0.03265630666666667, "V2": 0.25016898013333333, "PO": 0.002687799166666667, "TF": 0.052711999999999995, "TH": 0.012389706666666667, "PIP": 0.002219050266666667, "V3": 0.018678131733333336, "MSTd": 0.005856831066666667, "V3A": 0.0036355771333333336, "VP": 0.02896426666666667, "DP": 0.0010129916, "7a": 0.0070245596, "PITd": 0.05751595333333334, "VIP": 0.0017124856666666669, "LIP": 0.0013945623333333334, "STPa": 0.0020584594000000005, "STPp": 0.0006447129666666667, "MSTl": 0.005235169433333332, "FST": 0.009160531999999997, "AITd": 0.011051566, "CITd": 0.012193617333333332, "MT": 0.021604643499999996, "V4t": 0.011346133333333331, "PITv": 0.08069382666666668, "VOT": 0.04640013333333332, "AITv": 0.028120480000000003, "CITv": 0.08528930666666668, "46": 0.00020951288, "FEF": 0.0034942574533333333, "MIP": 3.755333333333333e-07, "MDP": 1.9494333333333333e-06, "external": 0.0}, "PO": {"7a": 0.004144248657410051, "DP": 0.005220646508186041, "FEF": 0.0001886114098855978, "LIP": 0.0048842515280058535, "MDP": 0.014405320247417218, "MIP": 0.020617646941670047, "MSTd": 0.004321736159726882, "MSTl": 0.0029108328936136986, "MT": 0.005124127489289287, "PIP": 0.015334961576419863, "V1": 0.003897505308584523, "V2": 0.002979802254013754, "V3": 0.008521681404942045, "V3A": 0.008186751962556745, "V4t": 0.003978868012995961, "VIP": 0.007279513913864154, "VP": 0.0025287698806870013, "external": 0.006542796226354337}, "VOT": {"V2": 0.00275414110376441, "VP": 0.010505902036643833, "external": 0.0}, "DP": {"V1": 0.007304985799999999, "V2": 0.0868778232, "PO": 0.022935904999999993, "TF": 0.06188520200000001, "TH": 0.006924548, "PIP": 0.031740154, "V4": 0.265129002, "V3": 0.00384, "MSTd": 0.044096166400000004, "V3A": 0.020889140000000004, "VP": 0.06324947, "7a": 0.12170417, "PITd": 0.027323034000000003, "VOT": 0.010269784, "VIP": 0.009584543999999999, "LIP": 0.0064203, "MIP": 0.01056964, "MDP": 0.010851755000000001, "STPa": 0.0004850526, "STPp": 0.0005674942999999999, "MSTl": 0.005852022, "FST": 0.0030646910000000005, "AITd": 0.0003074472, "CITd": 0.0007696679999999999, "MT": 0.048233399999999996, "V4t": 0.028512000000000003, "PITv": 0.0048909, "AITv": 0.0054317116, "CITv": 0.0043738349999999995, "FEF": 0.0023306253, "46": 0.0011283134999999999, "external": 0.004211451692517544}, "MIP": {"7a": 0.004628073242481961, "LIP": 0.005628643453612285, "PO": 0.020617646941670047, "V2": 0.002317741117550906, "V3A": 0.007032378516660398, "external": 0.010374993985500259}, "MDP": {"external": 0.011419607784729701}, "MSTd": {"V1": 0.02872964328, "V2": 0.14120797318999997, "PO": 0.00119106314, "TF": 0.06385009, "TH": 0.00618325579, "PIP": 0.014145930179999999, "V4": 0.34126389999999995, "V3": 0.013097999999999999, "V3A": 0.020916080000000004, "VP": 0.07663900000000001, "DP": 0.014847490000000001, "7a": 0.004676075, "PITd": 0.12423347000000001, "VOT": 0.021822499999999998, "VIP": 0.009725760000000002, "LIP": 0.007245720000000001, "MIP": 1.33392e-06, "MDP": 8.314200000000001e-07, "STPa": 0.0021726988, "STPp": 0.0026488431199999996, "MSTl": 0.01104449, "FST": 0.01762035, "AITd": 0.00425251, "CITd": 0.00940632, "MT": 0.00558822, "PITv": 0.01629822, "AITv": 0.0058828, "CITv": 0.01248798, "FEF": 0.0028822971000000003, "46": 6.20149e-05, "external": 0.0072490129352875}, "VIP": {"7a": 0.015446422673293946, "46": 0.0003458110186325523, "FEF": 0.0006773108120469758, "FST": 0.002979432398247835, "LIP": 0.019527396424842813, "MDP": 0.006218843583134815, "MIP": 0.00854479275972444, "MSTd": 0.012160526096505421, "MSTl": 0.006600939858094132, "MT": 0.00941716871058578, "PIP": 0.012547211081402667, "PO": 0.007279513913864154, "STPp": 0.0028081138130298814, "V2": 0.0023722199828714475, "V3": 0.005743942149742755, "V3A": 0.009396080130381014, "V4": 0.003911943716196138, "V4t": 0.006957528571384772, "VP": 0.002442567075962061, "external": 0.025685025786337367}, "LIP": {"7a": 0.0200256002116261, "46": 0.0002602252700827285, "DP": 0.014354121318509222, "FEF": 0.000521760134974346, "FST": 0.002253883895344027, "MDP": 0.0040408631174151345, "MIP": 0.005628643453612285, "MSTd": 0.010960695690248752, "MT": 0.007256401869854357, "PIP": 0.00953663308985513, "PO": 0.0048842515280058535, "STPp": 0.00244222691917776, "V2": 0.0019352055971065822, "V3": 0.0049843652643756075, "V3A": 0.008517773248403361, "V4": 0.0031585061105836834, "V4t": 0.005430465611173537, "VIP": 0.019527396424842813, "VP": 0.0018548814372213482, "external": 0.02010122555511015}, "PITv": {"7a": 0.001519128953463658, "AITd": 0.006359379280575416, "AITv": 0.007758145814052114, "CITd": 0.017478643524974677, "CITv": 0.015691806311089743, "FST": 0.01263496858298248, "LIP": 0.001285789125409984, "MT": 0.007004200569019747, "STPp": 0.003829466462804577, "TF": 0.009068192149592905, "TH": 0.005708336359028609, "V2": 0.0018379391047956878, "V4": 0.007007339925830216, "V4t": 0.0083415091788602, "VOT": 0.019379857366420852, "VP": 0.006643210862858017, "external": 0.0}, "PITd": {"7a": 0.002196946592552967, "FST": 0.012982843785615662, "MT": 0.010136691826050192, "STPp": 0.004493623560965627, "V2": 0.0019962868813370362, "V4": 0.009015562729701311, "V4t": 0.011986441343393476, "VOT": 0.016997572679928255, "VP": 0.0059050722299335764, "external": 0.0}, "AITv": {"CITd": 0.013892253195462468, "CITv": 0.015709600532818804, "PITd": 0.005118145751195346, "PITv": 0.007758145814052114, "TF": 0.006947301047502546, "TH": 0.005486718323377269, "V4": 0.0016643210932731807, "external": 0.0}, "MSTl": {"7a": 0.0063626815273536775, "46": 0.0005595505371621943, "DP": 0.0033814076993188254, "FEF": 0.0011101970110222973, "FST": 0.016643198599736588, "LIP": 0.005335978271267846, "MT": 0.017852332108062183, "PO": 0.0029108328936136986, "STPp": 0.011601763981185209, "V1": 0.0017709112924698136, "V2": 0.0027725710447628854, "V3A": 0.0052012331547735356, "V4t": 0.014647861481879191, "VIP": 0.006600939858094132, "external": 0.0072734106207775415}, "FST": {"7a": 0.002689233899127888, "46": 0.0007407465799992857, "CITv": 0.011714210291935324, "DP": 0.0015307752733108727, "FEF": 0.0013885197573829428, "LIP": 0.002253883895344027, "MSTd": 0.006848877340960466, "MSTl": 0.016643198599736588, "MT": 0.008971528370378384, "STPp": 0.011041563402888874, "TF": 0.01059563824406266, "V2": 0.0016679794532344961, "V3": 0.001678543003493744, "V3A": 0.002433014251653756, "V4": 0.005061550773625565, "V4t": 0.0075262122160688, "VIP": 0.002979432398247835, "VP": 0.004466681106251745, "external": 0.010332209959069458}, "CITv": {"PO": 1.77256e-06, "TF": 0.03182241, "TH": 0.0041587257, "PIP": 0.000142787, "V4": 0.0709605166, "V1": 3.07546e-05, "V3": 4.4818000000000004e-05, "V2": 0.00166803487, "MSTd": 8.492860000000002e-06, "V3A": 0.00020133600000000004, "VP": 0.012700080000000002, "DP": 0.0002021464, "7a": 0.0016731169699999997, "PITd": 0.0955115232, "VOT": 0.037845000000000004, "VIP": 0.00107708, "LIP": 0.00089439, "STPa": 0.005788337000000001, "STPp": 0.00013233991, "MSTl": 0.00023593203999999998, "FST": 0.0020013619999999996, "AITd": 0.1731416, "CITd": 0.10012099999999997, "MT": 9.8895e-05, "V4t": 2.64e-06, "PITv": 0.04409120000000001, "AITv": 0.12012400000000001, "FEF": 0.010091085640000002, "46": 0.0021442090000000002, "external": 0.00981041654023485}, "CITd": {"V4": 0.0041777466613098085, "external": 0.0}, "7a": {"V1": 2.03353e-05, "V2": 0.0004819565000000001, "PO": 0.019530515, "TF": 0.0347868766, "TH": 0.00023084030000000003, "PIP": 0.011194674, "V4": 0.0095445104, "V3": 1.7328000000000002e-06, "MSTd": 0.08197936960000002, "DP": 0.0140701901, "V3A": 5.58706e-05, "PITd": 0.007615705600000001, "VOT": 0.0008113, "VP": 0.0006863600000000001, "VIP": 0.0489402158, "LIP": 0.040764316, "MIP": 0.017571071599999995, "MDP": 0.024250399999999995, "STPa": 0.007041039999999999, "STPp": 0.0605408629, "MSTl": 0.013092799999999998, "FST": 0.00594815, "AITd": 0.001156032, "CITd": 0.0026997239999999997, "MT": 0.0011731722, "V4t": 9.539200000000002e-06, "PITv": 0.014191047999999998, "AITv": 0.015436940199999999, "CITv": 0.012528181999999999, "FEF": 0.014788873000000001, "46": 0.014181229799999999, "external": 0.02938506023105533}, "STPp": {"V4": 0.00041431336666666673, "PITd": 0.0011464076, "V2": 0.0005494173333333333, "V1": 0.0006513901333333334, "TH": 0.002792431666666667, "VIP": 0.003604891736666667, "7a": 0.03231078781333333, "DP": 0.0008150314333333333, "LIP": 0.0029458097466666675, "STPa": 0.0463087638, "MSTd": 0.07750212466666667, "MSTl": 0.008363258666666666, "FST": 0.0029582593, "AITd": 0.00045012213333333326, "CITd": 0.0007336893666666667, "MT": 0.0005119500000000001, "V4t": 4.476266666666667e-05, "AITv": 0.00024408833333333332, "CITv": 0.00028173233333333335, "VOT": 3.2250000000000005e-05, "PITv": 0.00017818766666666665, "TF": 0.0077603151333333325, "PO": 1.9194299999999993e-05, "46": 0.006187686136666667, "FEF": 0.0027500169733333333, "PIP": 0.0006357816999999999, "V3": 4.158199999999999e-06, "V3A": 0.0001946754, "VP": 8.875213333333334e-05, "MDP": 1.0888033333333335e-05, "MIP": 1.0488666666666666e-06, "external": 0.0169218564119172}, "STPa": {"PO": 1.6968e-06, "TF": 0.01044059712, "TH": 0.00370067704, "PIP": 0.0, "V4": 2.16198e-05, "V1": 2.9014879999999998e-05, "V3": 1.584e-07, "V2": 3.010232e-05, "MSTd": 0.0188856368, "PITd": 0.0033370486800000003, "VOT": 1.237424e-05, "VP": 7.814400000000001e-07, "DP": 2.9721799999999997e-05, "7a": 0.006960793999999999, "VIP": 4.5480000000000005e-05, "LIP": 3.792000000000001e-05, "STPp": 0.30555149480000005, "MSTl": 0.007341100000000001, "FST": 0.0157761, "AITd": 0.025548469999999997, "CITd": 0.00680838, "MT": 0.0002621412, "V4t": 2.3232000000000005e-06, "PITv": 0.0008363146, "AITv": 0.0024953279999999998, "CITv": 0.0014250989999999998, "46": 0.014112841500000002, "FEF": 0.0010566697000000001, "external": 0.021379975066850528}, "FEF": {"PO": 0.0019396929999999997, "TF": 0.0011607034433333333, "TH": 0.00016265508666666668, "PIP": 0.0015277950666666667, "V4": 0.004977958576666667, "V1": 0.00022920966666666672, "V3": 0.00037832696666666664, "V2": 0.0026317330000000002, "MSTd": 0.0092838776, "V3A": 0.00030441690000000004, "VP": 0.0009217902500000001, "PITd": 0.002460433963333334, "VOT": 0.00025604022, "DP": 0.0007984183666666667, "7a": 0.004013115566666667, "VIP": 0.005299874766666666, "LIP": 0.0039942541000000005, "MIP": 0.001530742066666667, "MDP": 0.0031931584000000008, "STPa": 0.0020900494333333333, "STPp": 0.027672489399999996, "MSTl": 0.001190899, "FST": 0.0016546871, "MT": 0.0022583639999999997, "CITd": 0.00028953729, "V4t": 0.0012444373333333333, "PITv": 0.00021049071, "AITd": 0.00011194493333333333, "AITv": 0.00010364666, "CITv": 0.00010565765666666668, "46": 0.1895018566666667, "external": 0.030348245801991393}, "46": {"TF": 0.00023437925, "PIP": 1.3434800000000002e-05, "V3A": 3.5756000000000005e-06, "VP": 5.0537e-06, "V4": 5.4178949999999994e-05, "V3": 4.477375e-05, "V2": 0.00099948935, "DP": 0.0005022087000000001, "7a": 0.009070648600000002, "VIP": 0.0030687705, "LIP": 0.0025490456000000004, "MDP": 0.00010807840000000002, "PO": 7.39644e-05, "MIP": 1.8074200000000004e-05, "STPa": 0.0033303452000000007, "STPp": 0.009455807400000002, "MSTd": 0.0009848546000000005, "MSTl": 0.0007123987000000001, "FST": 0.00237433, "AITd": 0.005064239399999999, "CITd": 0.0051180683, "MT": 4.3527e-06, "PITd": 0.0031302532999999996, "TH": 6.31086e-05, "AITv": 0.00015379490000000002, "CITv": 0.0013516526999999996, "VOT": 3.4511e-06, "PITv": 0.0002622428, "FEF": 0.12080655639999999, "V1": 0.00010192, "V4t": 1.4608e-06, "external": 0.01948363363231367}, "TF": {"7a": 0.0018622862875994476, "46": 0.00027263187118762135, "AITv": 0.006947301047502546, "CITv": 0.008573111392548783, "FEF": 0.0004737508884470768, "FST": 0.01059563824406266, "LIP": 0.0016647514007397735, "MT": 0.0074104934764019845, "STPa": 0.005175064786224525, "STPp": 0.0037752777782433336, "TH": 0.014963255350597525, "V2": 0.0026546500269299987, "V3": 0.001972570146235144, "V3A": 0.002689205669205606, "V4": 0.004553843722667349, "VP": 0.00705236411780784, "external": 0.015077445206487964}, "TH": {"7a": 0.0019360577800537108, "46": 0.00027677638429352176, "AITv": 0.005486718323377269, "FEF": 0.0004782252441620275, "STPa": 0.004275371779150058, "STPp": 0.0031604962683527966, "TF": 0.014963255350597525, "V2": 0.0022492167248699692, "V4": 0.0034039285639701463, "external": 0.01308305567128213}, "AITd": {"7a": 0.00046777517280729655, "46": 0.0005676113571555957, "CITd": 0.01329368143561811, "CITv": 0.012994646677276813, "FEF": 0.0008085031348249742, "PITd": 0.004758288424810753, "STPa": 0.014133181809193483, "TF": 0.004811523947655359, "TH": 0.0037689211883690063, "external": 0.0}}, "neuronal_densities": {"FEF": {"23": 61119.24615011697, "overall": 60822.524688517195, "4": 83820.50032477839, "5": 55405.3729147243, "6": 55405.3729147243}, "7a": {"23": 51225.809080885876, "overall": 52379.0, "4": 79926.19368350341, "5": 47522.666967296806, "6": 47522.666967296806}, "STPp": {"overall": 53725.75, "23": 51723.62311909379, "4": 88471.27398342734, "5": 51209.28871203213, "6": 51209.28871203213}, "CITv": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "PITv": {"23": 71548.47671840806, "overall": 78523.0, "4": 165979.4184335624, "5": 72530.66730098764, "6": 72530.66730098764}, "VP": {"overall": 111730.0, "23": 107228.9012018876, "4": 192008.83863994436, "5": 93575.32569713097, "6": 93575.32569713097}, "V3A": {"23": 73724.98018754808, "overall": 76696.0, "4": 123618.64707486573, "5": 66311.20009349921, "6": 66311.20009349921}, "TF": {"23": 60035.31107952612, "overall": 61906.0, "4": 103256.25889601017, "5": 56636.008092846845, "6": 56636.008092846845}, "LIP": {"23": 66365.33597739544, "overall": 69275.0, "4": 104732.3373288077, "5": 59804.35175881624, "6": 59804.35175881624}, "V4t": {"overall": 80648.75, "23": 77437.49196037636, "4": 150877.76843256268, "5": 69309.7641053403, "6": 69309.7641053403}, "MIP": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "CITd": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "MSTd": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "DP": {"23": 61577.99107383698, "overall": 63763.032750087405, "4": 100988.31726393124, "5": 57674.084791137735, "6": 57674.084791137735}, "STPa": {"overall": 53725.75, "23": 51723.62311909379, "4": 88471.27398342734, "5": 51209.28871203213, "6": 51209.28871203213}, "MSTl": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "MT": {"23": 82184.85656009504, "overall": 81153.0, "4": 134779.48312587343, "5": 66175.91653374783, "6": 66175.91653374783}, "46": {"23": 50800.916845800064, "overall": 52720.0, "4": 75146.86652655818, "5": 52317.133324041286, "6": 52317.133324041286}, "AITv": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "VIP": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "PITd": {"23": 71548.47671840806, "overall": 78523.0, "4": 165979.4184335624, "5": 72530.66730098764, "6": 72530.66730098764}, "VOT": {"23": 71548.47671840806, "overall": 78523.0, "4": 165979.4184335624, "5": 72530.66730098764, "6": 72530.66730098764}, "V1": {"23": 166264.25225183976, "overall": 173360.0, "4": 190654.31742388426, "5": 152108.54915928794, "6": 152108.54915928794}, "V2": {"23": 107228.9012018876, "overall": 111730.0, "4": 192008.83863994436, "5": 93575.32569713097, "6": 93575.32569713097}, "V3": {"overall": 111730.0, "23": 107228.9012018876, "4": 192008.83863994436, "5": 93575.32569713097, "6": 93575.32569713097}, "V4": {"23": 82291.65437545427, "overall": 86223.0, "4": 179133.52509594912, "5": 72221.27249312654, "6": 72221.27249312654}, "TH": {"23": 49012.54441576494, "overall": 49446.0, "4": 0.0, "5": 50015.797726592515, "6": 50015.797726592515}, "PIP": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "FST": {"overall": 53725.75, "23": 51723.62311909379, "4": 88471.27398342734, "5": 51209.28871203213, "6": 51209.28871203213}, "MDP": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "PO": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "AITd": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}}, "neuronal_density_data_FV91_4layers": {"V1": {"23": 166264.25225183976, "overall": 173360.0, "4": 190654.31742388426, "5": 152108.54915928794, "6": 152108.54915928794}, "V2": {"23": 107228.9012018876, "overall": 111730.0, "4": 192008.83863994436, "5": 93575.32569713097, "6": 93575.32569713097}, "V4": {"23": 82291.65437545427, "overall": 86223.0, "4": 179133.52509594912, "5": 72221.27249312654, "6": 72221.27249312654}, "MT": {"23": 82184.85656009504, "overall": 81153.0, "4": 134779.48312587343, "5": 66175.91653374783, "6": 66175.91653374783}, "PITd": {"23": 71548.47671840806, "overall": 78523.0, "4": 165979.4184335624, "5": 72530.66730098764, "6": 72530.66730098764}, "PITv": {"23": 71548.47671840806, "overall": 78523.0, "4": 165979.4184335624, "5": 72530.66730098764, "6": 72530.66730098764}, "VOT": {"23": 71548.47671840806, "overall": 78523.0, "4": 165979.4184335624, "5": 72530.66730098764, "6": 72530.66730098764}, "V3A": {"23": 73724.98018754808, "overall": 76696.0, "4": 123618.64707486573, "5": 66311.20009349921, "6": 66311.20009349921}, "LIP": {"23": 66365.33597739544, "overall": 69275.0, "4": 104732.3373288077, "5": 59804.35175881624, "6": 59804.35175881624}, "DP": {"23": 61577.99107383698, "overall": 63763.032750087405, "4": 100988.31726393124, "5": 57674.084791137735, "6": 57674.084791137735}, "TF": {"23": 60035.31107952612, "overall": 61906.0, "4": 103256.25889601017, "5": 56636.008092846845, "6": 56636.008092846845}, "FEF": {"23": 61119.24615011697, "overall": 60822.524688517195, "4": 83820.50032477839, "5": 55405.3729147243, "6": 55405.3729147243}, "AITd": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "AITv": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "CITd": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "CITv": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "46": {"23": 50800.916845800064, "overall": 52720.0, "4": 75146.86652655818, "5": 52317.133324041286, "6": 52317.133324041286}, "7a": {"23": 51225.809080885876, "overall": 52379.0, "4": 79926.19368350341, "5": 47522.666967296806, "6": 47522.666967296806}, "TH": {"23": 49012.54441576494, "overall": 49446.0, "4": 0.0, "5": 50015.797726592515, "6": 50015.797726592515}}, "realistic_neuronal_numbers": {"FEF": {"23E": 7116258.062416201, "23I": 2007264.3976278158, "4E": 3738560.648779402, "4I": 934682.8106165795, "5E": 2737096.7132908967, "5I": 601032.5772484133, "6E": 2605291.6369981444, "6I": 533546.3526134444, "total": 20273733.199590895}, "7a": {"23E": 7785533.377762723, "23I": 2196045.144605121, "4E": 2089479.7746036942, "4I": 522393.7798336135, "5E": 2488782.555412475, "5I": 546505.8601060383, "6E": 2988894.9338910277, "6I": 612105.7495735153, "total": 19229741.175788205}, "STPp": {"23E": 10231171.547963874, "23I": 2885879.9405705766, "4E": 3214014.74148318, "4I": 803540.3499240858, "5E": 3490372.4822190227, "5I": 766442.6172295379, "6E": 4191750.945380641, "6I": 858442.6389011556, "total": 26441615.263672072}, "CITv": {"23E": 4781074.136115523, "23I": 1348585.1428756928, "4E": 1754777.4509003817, "4I": 438714.3807202003, "5E": 1649485.19100076, "5I": 362206.541941404, "6E": 1980943.6224906985, "6I": 405684.0430081682, "total": 12721470.509052828}, "PITv": {"23E": 4546866.169615768, "23I": 1282522.7110930902, "4E": 3774053.5763523397, "4I": 943556.447402896, "5E": 1588254.3632775452, "5I": 348761.009668162, "6E": 1907408.6684699608, "6I": 390624.5748280269, "total": 14782047.520707788}, "VP": {"23E": 6917343.194842176, "23I": 1951156.998438778, "4E": 6436579.782354831, "4I": 1609218.3722346388, "5E": 2080057.8770850257, "5I": 456754.9771331035, "6E": 2498038.4234448234, "6I": 511581.6097475055, "total": 22460731.235280883}, "V3A": {"23E": 3964407.8216861454, "23I": 1118230.2002473997, "4E": 2306615.689972856, "4I": 576680.2356998073, "5E": 1228675.3686414948, "5I": 269801.91084601893, "6E": 1475573.499477787, "6I": 302187.6121195219, "total": 11242172.338691032}, "TF": {"23E": 6074732.165699517, "23I": 1713483.8976304682, "4E": 3384007.2514310316, "4I": 846040.4166365786, "5E": 2187728.4571476975, "5I": 480398.1045076902, "6E": 2627345.0398780513, "6I": 538062.7424494962, "total": 17851798.07538053}, "LIP": {"23E": 2913160.3478207462, "23I": 821707.5602758899, "4E": 1126140.8103144537, "4I": 281548.0492682131, "5E": 651795.5065530408, "5I": 143126.22978948214, "6E": 1575617.9037778564, "6I": 322676.0389258161, "total": 7835772.446725499}, "V4t": {"23E": 1360184.0182880426, "23I": 383663.56731095293, "4E": 980714.0653507396, "4I": 245189.70404091728, "5E": 419495.6041320673, "5I": 92116.04503106218, "6E": 503791.8171087833, "6I": 103173.20436517496, "total": 4088328.02562774}, "MIP": {"23E": 1861055.129421214, "23I": 524942.9785351913, "4E": 715830.5384720211, "4I": 178965.80060635193, "5E": 346345.2234161966, "5I": 76053.12637902048, "6E": 1560161.9034535293, "6I": 319510.75313518627, "total": 5582865.453418711}, "CITd": {"23E": 2399105.600172807, "23I": 676709.4749991855, "4E": 880533.5976096117, "4I": 220143.44427575002, "5E": 827698.765271022, "5I": 181752.40928116255, "6E": 994022.0132635923, "6I": 203569.0792011859, "total": 6383534.384074317}, "MSTd": {"23E": 5346732.588457302, "23I": 1508138.950880428, "4E": 2715843.8559756237, "4I": 678991.9455574008, "5E": 1777557.624205953, "5I": 390329.6638720288, "6E": 2134751.7749729697, "6I": 437182.9268926931, "total": 14989529.330814399}, "DP": {"23E": 5001221.312264808, "23I": 1410681.4841054436, "4E": 2151023.612566881, "4I": 537780.4413987652, "5E": 1614053.3029574256, "5I": 354426.13765972335, "6E": 1938391.8172152215, "6I": 396969.71706498606, "total": 13404547.825233255}, "STPa": {"23E": 3280648.3045655773, "23I": 925363.9321585639, "4E": 1030581.0984660854, "4I": 257657.03118848646, "5E": 1119195.8332839224, "5I": 245761.55926750044, "6E": 1344094.424343897, "6I": 275261.5743637242, "total": 8478563.757637756}, "MSTl": {"23E": 1294223.7740036394, "23I": 365058.33281135384, "4E": 657393.9554174577, "4I": 164355.98821502394, "5E": 430273.4985989926, "5I": 94482.73732122207, "6E": 516735.4927626279, "6I": 105823.9828179387, "total": 3628347.761948256}, "MT": {"23E": 3387941.185455547, "23I": 955627.755932295, "4E": 1576557.5125129828, "4I": 394157.3630416898, "5E": 792485.0871952683, "5I": 174019.92120885785, "6E": 885309.68110297, "6I": 181305.51857530785, "total": 8347404.025024918}, "46": {"23E": 6032896.419270735, "23I": 1701683.3974774193, "4E": 1971206.910649511, "4I": 492824.21462234406, "5E": 2194273.9158227458, "5I": 481835.4062579843, "6E": 2933147.6012706426, "6I": 600689.0676308342, "total": 16408556.933002219}, "AITv": {"23E": 4583767.781081143, "23I": 1292931.4526339208, "4E": 1682360.9325874117, "4I": 420609.4250352009, "5E": 1581413.8954186402, "5I": 347258.92755069106, "6E": 1899193.6318913486, "6I": 388942.19012266054, "total": 12196478.236321017}, "VIP": {"23E": 4821635.686107228, "23I": 1360026.2337547531, "4E": 2235064.080697643, "4I": 558791.51714088, "5E": 859117.3541222662, "5I": 188651.54270932236, "6E": 668974.5483609311, "6I": 137001.52612490626, "total": 10829262.48901793}, "PITd": {"23E": 6587774.377258495, "23I": 1858196.3794868276, "4E": 5468076.807458739, "4I": 1367081.580107982, "5E": 2301158.866053231, "5I": 505306.0190405548, "6E": 2763568.903143899, "6I": 565960.4811718109, "total": 21417123.41372154}, "VOT": {"23E": 3176820.440084732, "23I": 896077.4765485821, "4E": 2636869.0205685482, "4I": 659247.335783485, "5E": 1109687.1421091869, "5I": 243673.56831882143, "6E": 1332674.9940612898, "6I": 272922.9511978245, "total": 10327972.928672472}, "V1": {"23E": 70351649.31455898, "23I": 19843906.691540737, "4E": 104498963.79693717, "4I": 26125933.043277144, "5E": 30792502.779850837, "5I": 6761652.672276523, "6E": 29454725.608150266, "6I": 6032131.371505871, "total": 293861465.2780975}, "V2": {"23E": 60291657.94579554, "23I": 17006311.09876571, "4E": 43780517.995760456, "4I": 10945628.934463676, "5E": 22768869.615967955, "5I": 4999762.090929045, "6E": 22970833.698674805, "6I": 4704273.549405582, "total": 187467854.92976275}, "V3": {"23E": 7050338.08337958, "23I": 1988670.5206419022, "4E": 5718439.590182145, "4I": 1429675.1318552576, "5E": 1453678.9582375523, "5I": 319209.91557175113, "6E": 1751820.7797907297, "6I": 358761.21283939376, "total": 20070594.19249831}, "V4": {"23E": 36181631.72328601, "23I": 10205658.72811732, "4E": 19007157.695427947, "4I": 4752006.252030559, "5E": 7854280.51218247, "5I": 1724702.8341184186, "6E": 7950727.398374058, "6I": 1628255.9479268312, "total": 89304421.09146364}, "TH": {"23E": 1102237.244142804, "23I": 310905.1918159415, "4E": 0.0, "4I": 0.0, "5E": 1041658.381430335, "5I": 228735.29406666115, "6E": 484476.77823009423, "6I": 99217.61321447158, "total": 3267230.502900307}, "PIP": {"23E": 4707159.180232314, "23I": 1327736.1435708222, "4E": 2390976.007726943, "4I": 597771.2774965055, "5E": 1564927.093461991, "5I": 343638.62980144745, "6E": 1879393.8632305118, "6I": 384887.3295452276, "total": 13196489.525065761}, "FST": {"23E": 2228633.7959837206, "23I": 628624.9367001414, "4E": 766864.0534953041, "4I": 191724.76153779466, "5E": 774255.1693285241, "5I": 170016.85677007798, "6E": 929839.1087289786, "6I": 190424.84838715038, "total": 5880383.530931692}, "MDP": {"23E": 3435994.282487219, "23I": 969181.9679945091, "4E": 1745294.6835990446, "4I": 436343.58071819134, "5E": 1142319.6751505157, "5I": 250839.26887325756, "6E": 1371864.9234808546, "6I": 280948.7873860063, "total": 9632787.169689598}, "PO": {"23E": 3342251.0816976735, "23I": 942740.0672351314, "4E": 1697678.3325487978, "4I": 424438.9497620289, "5E": 1111154.11028934, "5I": 243995.69638312308, "6E": 1334436.7445012, "6I": 273283.7459388356, "total": 9369978.72835613}, "AITd": {"23E": 4508601.451957001, "23I": 1271729.4817346197, "4E": 1654772.952217552, "4I": 413712.1152270119, "5E": 1555481.2821141132, "5I": 341564.44648485165, "6E": 1868049.9482618198, "6I": 382564.1714120074, "total": 11996475.849408979}}, "total_thicknesses": {"V1": 1240.0, "V2": 1460.0, "VP": 1585.342273262686, "V3": 1585.342273262686, "PIP": 2070.561486887418, "V3A": 1660.0, "MT": 1960.0, "V4t": 1880.0673770928606, "V4": 1890.0, "PO": 2070.561486887418, "VOT": 1904.2178479221384, "DP": 2060.0, "MIP": 2070.561486887418, "MDP": 2070.561486887418, "MSTd": 2070.561486887418, "VIP": 2070.561486887418, "LIP": 2300.0, "PITv": 1904.2178479221384, "PITd": 1904.2178479221384, "AITv": 2630.0, "MSTl": 2070.561486887418, "FST": 2247.328674211474, "CITv": 2227.7479202457143, "CITd": 2227.7479202457143, "7a": 2680.0, "STPp": 2247.328674211474, "STPa": 2247.328674211474, "FEF": 2210.0, "46": 1860.0, "TF": 1620.0, "TH": 1870.0, "AITd": 2630.0}, "laminar_thicknesses": {"V1": {"1": 0.08967005445322952, "23": 0.3653998098401042, "4": 0.4614890241689768, "5": 0.16629777405727372, "6": 0.1571433374804157}, "V2": {"1": 0.1206349760574621, "23": 0.6040487829209896, "4": 0.23883030726256985, "5": 0.24866171189146055, "6": 0.24782422186751799}, "VP": {"1": 0.17714878802273043, "23": 0.6333760829470785, "4": 0.3209011312779164, "5": 0.20761102756029734, "6": 0.24630524345466334}, "V3": {"1": 0.23320824408280585, "23": 0.6991547059583443, "4": 0.30876967047500165, "5": 0.1571391892973308, "6": 0.18707046344920336}, "PIP": {"1": 0.25591814163985166, "23": 0.9150072767426801, "4": 0.24388555598467354, "5": 0.299925440925703, "6": 0.35582507159450977}, "V3A": {"1": 0.19886503693743082, "23": 0.7110201516839858, "4": 0.24055402347012478, "5": 0.2330615700238317, "6": 0.27649921788462695}, "MT": {"1": 0.203395600676819, "23": 0.9454429780033843, "4": 0.2615654822335026, "5": 0.2612670050761422, "6": 0.28832893401015236}, "V4t": {"1": 0.2230803724680116, "23": 0.7975994308131237, "4": 0.2877787474825529, "5": 0.26144093828446113, "6": 0.3101678880447115}, "V4": {"1": 0.1771875, "23": 1.0040625, "4": 0.23625000000000002, "5": 0.23625000000000002, "6": 0.23625000000000002}, "PO": {"1": 0.25591814163985166, "23": 0.9150072767426801, "4": 0.24388555598467354, "5": 0.299925440925703, "6": 0.35582507159450977}, "VOT": {"1": 0.2270973574098532, "23": 0.8119617203671147, "4": 0.283257043447467, "5": 0.2661486779239949, "6": 0.31575304877370874}, "DP": {"1": 0.25583852489499187, "23": 0.9147226157943377, "4": 0.23389235234048408, "5": 0.29983213340496956, "6": 0.3557143735652168}, "MIP": {"1": 0.19533598932900173, "23": 0.8516649134744475, "4": 0.17189567060952152, "5": 0.15626879146320138, "6": 0.6953961220112461}, "MDP": {"1": 0.25591814163985166, "23": 0.9150072767426801, "4": 0.24388555598467354, "5": 0.299925440925703, "6": 0.35582507159450977}, "MSTd": {"1": 0.25591814163985166, "23": 0.9150072767426801, "4": 0.24388555598467354, "5": 0.299925440925703, "6": 0.35582507159450977}, "VIP": {"1": 0.25289300603205106, "23": 1.1696301528982362, "4": 0.2845046317860575, "5": 0.2054755674010415, "6": 0.15805812877003192}, "LIP": {"1": 0.2523199861163701, "23": 1.0042360848163574, "4": 0.239843388447137, "5": 0.23718840716900164, "6": 0.5664121334511337}, "PITv": {"1": 0.2270973574098532, "23": 0.8119617203671147, "4": 0.283257043447467, "5": 0.2661486779239949, "6": 0.31575304877370874}, "PITd": {"1": 0.2270973574098532, "23": 0.8119617203671147, "4": 0.283257043447467, "5": 0.2661486779239949, "6": 0.31575304877370874}, "AITv": {"1": 0.3366353068216317, "23": 1.2036026573832084, "4": 0.22718631698840488, "5": 0.3945226086071063, "6": 0.46805311019964885}, "MSTl": {"1": 0.25591814163985166, "23": 0.9150072767426801, "4": 0.24388555598467354, "5": 0.299925440925703, "6": 0.35582507159450977}, "FST": {"1": 0.5126175393099899, "23": 0.9007008741548409, "4": 0.17666480168310383, "5": 0.30065493337157506, "6": 0.35669052569196447}, "CITv": {"1": 0.28514775842325774, "23": 1.0195145691207823, "4": 0.19243872440273863, "5": 0.33418133871269773, "6": 0.39646552958623793}, "CITd": {"1": 0.28514775842325774, "23": 1.0195145691207823, "4": 0.19243872440273863, "5": 0.33418133871269773, "6": 0.39646552958623793}, "7a": {"1": 0.34637158771533116, "23": 1.2384136630003206, "4": 0.20769132202217178, "5": 0.4059331257408577, "6": 0.4815903015213188}, "STPp": {"1": 0.2889353100093555, "23": 1.0330565448482978, "4": 0.18498493804617222, "5": 0.33862019198120835, "6": 0.40173168932644016}, "STPa": {"1": 0.2889353100093555, "23": 1.0330565448482978, "4": 0.18498493804617222, "5": 0.33862019198120835, "6": 0.40173168932644016}, "FEF": {"1": 0.21710327455919398, "23": 0.9240806045340052, "4": 0.3451385390428212, "5": 0.37297229219143585, "6": 0.3507052896725441}, "46": {"1": 0.2195874325610917, "23": 0.8222722945096794, "4": 0.17708663916217074, "5": 0.2762551570929863, "6": 0.36479847667407167}, "TF": {"1": 0.2334764331779098, "23": 0.6571929230193017, "4": 0.20753460726925316, "5": 0.23865769578911442, "6": 0.28313834074442085}, "TH": {"1": 0.27703703703703697, "23": 0.6464197530864197, "4": 0.11543209876543209, "5": 0.5694650205761316, "6": 0.2616460905349794}, "AITd": {"1": 0.3366353068216317, "23": 1.2036026573832084, "4": 0.22718631698840488, "5": 0.3945226086071063, "6": 0.46805311019964885}}, "category_density": {"1": {"overall": NaN, "23": NaN, "4": NaN, "5": NaN, "6": NaN}, "2": {"overall": 49446.0, "23": 49012.54441576494, "4": 0.0, "5": 50015.797726592515, "6": 50015.797726592515}, "3": {"overall": NaN, "23": NaN, "4": NaN, "5": NaN, "6": NaN}, "4": {"overall": 53725.75, "23": 51723.62311909379, "4": 88471.27398342734, "5": 51209.28871203213, "6": 51209.28871203213}, "5": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "6": {"overall": 80648.75, "23": 77437.49196037636, "4": 150877.76843256268, "5": 69309.7641053403, "6": 69309.7641053403}, "7": {"overall": 111730.0, "23": 107228.9012018876, "4": 192008.83863994436, "5": 93575.32569713097, "6": 93575.32569713097}, "8": {"overall": 173360.0, "23": 166264.25225183976, "4": 190654.31742388426, "5": 152108.54915928794, "6": 152108.54915928794}}} \ No newline at end of file +{"cocomac_completed": {"V1": {"7a": {"source_pattern": ["0", "0", "0", "0", "0", "1"], "target_pattern": null}, "IT": {"source_pattern": ["0", "0", 2, "0", "0", "3"], "target_pattern": [2.0, "0", "0", "0", "0", "0"]}, "LIP": {"source_pattern": ["0", "0", "0", "0", "0", "2"], "target_pattern": null}, "MT": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PIP": {"source_pattern": null, "target_pattern": null}, "PO": {"source_pattern": null, "target_pattern": null}, "STP": {"source_pattern": ["0", "0", "0", "0", "0", "1"], "target_pattern": null}, "STPp": {"source_pattern": ["0", "0", "0", "0", "0", "1"], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", "0", 2], "target_pattern": [2.0, "0", "0", "0", "0", "0"]}, "TH": {"source_pattern": ["0", "0", "0", "0", "0", 2], "target_pattern": null}, "V1": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", "3", "3"]}, "V2": {"source_pattern": ["0", 2, 2, "0", "3", "3"], "target_pattern": ["3", 2.0, 2.0, "0", 2.0, 2.0]}, "V3": {"source_pattern": ["0", 2, 2, "0", 2, "3"], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V3A": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", "3", "3"], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V4t": {"source_pattern": ["0", 2, 2, "0", "3", "3"], "target_pattern": null}, "VIP": {"source_pattern": null, "target_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "AITd": {"target_pattern": null, "source_pattern": null}, "MSTd": {"target_pattern": null, "source_pattern": null}, "FST": {"target_pattern": null, "source_pattern": null}, "DP": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "VP": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "CITv": {"target_pattern": null, "source_pattern": null}, "FEF": {"target_pattern": null, "source_pattern": null}, "STPa": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}, "46": {"target_pattern": null, "source_pattern": null}}, "V2": {"5": {"source_pattern": null, "target_pattern": null}, "6": {"source_pattern": null, "target_pattern": null}, "7a": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": ["3", "2", "2", 2.0, 2.0, 2.0]}, "7b": {"source_pattern": null, "target_pattern": null}, "35": {"source_pattern": [2, 2, 2, 0, -1, -1], "target_pattern": null}, "36": {"source_pattern": [2, 2, 2, 0, -1, -1], "target_pattern": null}, "46": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": ["3", 2.0, "3", "3", 2.0, 2.0]}, "CIT": {"source_pattern": null, "target_pattern": null}, "CITv": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "FEF": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "FST": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "IT": {"source_pattern": [2, 2, 2, 2, 2, "0"], "target_pattern": ["3", "3", 2.0, 2.0, "3", "3"]}, "LIP": {"source_pattern": [2, 2, "0", 2, 2, "0"], "target_pattern": null}, "MIP": {"source_pattern": null, "target_pattern": null}, "MST": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTd": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTl": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MT": {"source_pattern": [2, 2, 2, 2, "0", "0"], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PIP": {"source_pattern": null, "target_pattern": null}, "PIT": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "PITd": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "PO": {"source_pattern": null, "target_pattern": null}, "SEF": {"source_pattern": null, "target_pattern": null}, "STP": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "STPa": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": null}, "STPp": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "TF": {"source_pattern": [2, 2, 2, 2, "0", "0"], "target_pattern": ["3", "0", "0", "0", "1", "1"]}, "TH": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": null}, "V1": {"source_pattern": [2, 2, "0", "0", "0", "0"], "target_pattern": ["0", 2.0, 2.0, "3", "3", "3"]}, "V2": {"source_pattern": [2, 2, "3", "3", "0", "0"], "target_pattern": ["3", 2.0, 2.0, 2.0, 2.0, 2.0]}, "V2d": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "V2v": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "V3": {"source_pattern": ["0", "0", 2, "0", "0", 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V3A": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V4": {"source_pattern": ["3", "3", 2, 2, "0", "0"], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V4d": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "V4t": {"source_pattern": ["3", "3", 2, 2, "0", -1], "target_pattern": null}, "V4v": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "VIP": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "VOT": {"source_pattern": null, "target_pattern": null}, "VP": {"source_pattern": [2, 2, "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "AITd": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "VP": {"7a": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MST": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "MSTd": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "MT": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V3A": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "V4": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V4v": {"source_pattern": null, "target_pattern": null}, "VIP": {"source_pattern": null, "target_pattern": null}, "VOT": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "VP": {"target_pattern": null, "source_pattern": null}}, "V3": {"7a": {"source_pattern": null, "target_pattern": null}, "FST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "LIP": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "MST": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "MT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V1": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V4": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V4t": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VIP": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "V3": {"target_pattern": null, "source_pattern": null}}, "PIP": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "DP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "LIP": {"source_pattern": null, "target_pattern": null}, "MT": {"source_pattern": null, "target_pattern": null}, "V1": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V2": {"source_pattern": null, "target_pattern": null}, "V3": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "VP": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PIP": {"target_pattern": null, "source_pattern": null}}, "V3A": {"7a": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "FST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "LIP": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MIP": {"source_pattern": null, "target_pattern": null}, "MST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTd": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTl": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MT": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "V1": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "VIP": {"source_pattern": null, "target_pattern": null}, "VP": {"source_pattern": null, "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "V3A": {"target_pattern": null, "source_pattern": null}}, "MT": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "7b": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "CIT": {"source_pattern": null, "target_pattern": null}, "CITv": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": null, "target_pattern": null}, "FEF": {"source_pattern": null, "target_pattern": null}, "FST": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "IT": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MIP": {"source_pattern": null, "target_pattern": null}, "MST": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTl": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MT": {"source_pattern": null, "target_pattern": null}, "PIP": {"source_pattern": null, "target_pattern": null}, "PO": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "STP": {"source_pattern": null, "target_pattern": null}, "STPp": {"source_pattern": null, "target_pattern": null}, "V1": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V2d": {"source_pattern": null, "target_pattern": null}, "V2v": {"source_pattern": null, "target_pattern": null}, "V3": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V4d": {"source_pattern": null, "target_pattern": null}, "V4t": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}}, "V4t": {"7a": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": [2.0, "0", "0", "0", "0", 2.0]}, "FST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V3": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "V4t": {"target_pattern": null, "source_pattern": null}}, "V4": {"7a": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": [2.0, "0", "0", "0", "0", 2.0]}, "AIT": {"source_pattern": null, "target_pattern": null}, "AITv": {"source_pattern": null, "target_pattern": null}, "CIT": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "CITd": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "CITv": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "DP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "FEF": {"source_pattern": null, "target_pattern": null}, "FST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "IT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "PIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "PIT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PITd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PITv": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "PO": {"source_pattern": null, "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "TH": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V1": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V3": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4t": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VIP": {"source_pattern": null, "target_pattern": null}, "VOT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "VP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "AITd": {"target_pattern": null, "source_pattern": null}, "STPp": {"target_pattern": null, "source_pattern": null}, "MSTd": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}, "STPa": {"target_pattern": null, "source_pattern": null}, "V4": {"target_pattern": null, "source_pattern": null}}, "PO": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "6": {"source_pattern": null, "target_pattern": null}, "7a": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "DP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "FEF": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "MDP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MSTl": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "MT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "PIP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "SEF": {"source_pattern": null, "target_pattern": null}, "V1": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V3": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V3A": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "V4t": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "PO": {"target_pattern": null, "source_pattern": null}}, "VOT": {"V2": {"source_pattern": null, "target_pattern": null}, "VP": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "VOT": {"target_pattern": null, "source_pattern": null}}, "DP": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "46": {"source_pattern": null, "target_pattern": null}, "FEF": {"source_pattern": null, "target_pattern": null}, "IT": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "PIP": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PO": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "STP": {"source_pattern": null, "target_pattern": null}, "STPp": {"source_pattern": null, "target_pattern": null}, "V2": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "1", 2.0, 2.0]}, "V3A": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": null, "target_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "TH": {"target_pattern": null, "source_pattern": null}, "AITd": {"target_pattern": null, "source_pattern": null}, "FST": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "V3": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "VIP": {"target_pattern": null, "source_pattern": null}, "CITv": {"target_pattern": null, "source_pattern": null}, "TF": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}, "STPa": {"target_pattern": null, "source_pattern": null}, "V4t": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}, "MT": {"target_pattern": null, "source_pattern": null}, "DP": {"target_pattern": null, "source_pattern": null}}, "MIP": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": null, "target_pattern": null}, "PO": {"source_pattern": null, "target_pattern": null}, "V2": {"source_pattern": null, "target_pattern": null}, "V3A": {"source_pattern": null, "target_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}}, "MDP": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "MDP": {"target_pattern": null, "source_pattern": null}}, "MSTd": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "35": {"source_pattern": null, "target_pattern": null}, "36": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "FEF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "FST": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "IT": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "MST": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PIT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "PO": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "STP": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "STPp": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "VIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "VOT": {"target_pattern": null, "source_pattern": null}, "V4": {"target_pattern": null, "source_pattern": null}, "TH": {"target_pattern": null, "source_pattern": null}, "AITd": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "PIP": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "CITv": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}, "STPa": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}, "MSTd": {"target_pattern": null, "source_pattern": null}}, "VIP": {"4": {"source_pattern": null, "target_pattern": null}, "5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "6": {"source_pattern": null, "target_pattern": null}, "7a": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "46": {"source_pattern": null, "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "FEF": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "FST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "IT": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "LIP": {"source_pattern": null, "target_pattern": null}, "MDP": {"source_pattern": null, "target_pattern": null}, "MIP": {"source_pattern": null, "target_pattern": null}, "MST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTd": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTl": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "MT": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PIP": {"source_pattern": null, "target_pattern": null}, "PO": {"source_pattern": null, "target_pattern": null}, "Ri": {"source_pattern": null, "target_pattern": null}, "SEF": {"source_pattern": null, "target_pattern": null}, "SII": {"source_pattern": null, "target_pattern": null}, "STP": {"source_pattern": null, "target_pattern": null}, "STPp": {"source_pattern": null, "target_pattern": null}, "V2": {"source_pattern": null, "target_pattern": null}, "V2d": {"source_pattern": null, "target_pattern": null}, "V2v": {"source_pattern": null, "target_pattern": null}, "V3": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": null, "target_pattern": null}, "V4": {"source_pattern": null, "target_pattern": null}, "V4d": {"source_pattern": null, "target_pattern": null}, "V4t": {"source_pattern": null, "target_pattern": null}, "VIP": {"source_pattern": null, "target_pattern": null}, "VP": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}}, "LIP": {"4": {"source_pattern": null, "target_pattern": null}, "5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "6": {"source_pattern": null, "target_pattern": null}, "7a": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "46": {"source_pattern": null, "target_pattern": ["3", 2.0, "3", "3", 2.0, 2.0]}, "DP": {"source_pattern": null, "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "FEF": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "FST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "IT": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "LIP": {"source_pattern": null, "target_pattern": null}, "MDP": {"source_pattern": null, "target_pattern": null}, "MIP": {"source_pattern": null, "target_pattern": null}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MT": {"source_pattern": null, "target_pattern": null}, "PIP": {"source_pattern": null, "target_pattern": null}, "PO": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "Ri": {"source_pattern": null, "target_pattern": null}, "SEF": {"source_pattern": null, "target_pattern": null}, "SII": {"source_pattern": null, "target_pattern": null}, "STP": {"source_pattern": null, "target_pattern": null}, "STPp": {"source_pattern": null, "target_pattern": null}, "V2": {"source_pattern": null, "target_pattern": null}, "V2d": {"source_pattern": null, "target_pattern": null}, "V2v": {"source_pattern": null, "target_pattern": null}, "V3": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": null, "target_pattern": null}, "V4": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4d": {"source_pattern": null, "target_pattern": null}, "V4t": {"source_pattern": null, "target_pattern": null}, "VIP": {"source_pattern": null, "target_pattern": null}, "VP": {"source_pattern": null, "target_pattern": null}}, "PITv": {"7a": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "AIT": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "AITd": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "AITv": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "CIT": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "CITd": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "CITv": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "FST": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "IT": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "LIP": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MST": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "MT": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "STP": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "STPp": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "TH": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V2": {"source_pattern": ["3", "3", "0", 2, 2, -1], "target_pattern": null}, "V2v": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "V4": {"source_pattern": ["0", "3", "3", "0", "1", "1"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4d": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "V4t": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "V4v": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "VOT": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "VP": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "PITd": {"7a": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "FST": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "IT": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": null}, "MST": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "MT": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "STP": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "STPp": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "V2": {"source_pattern": ["3", "3", 2, 2, "0", -1], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V2d": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "V2v": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "V4": {"source_pattern": ["0", "3", "3", "0", "1", "1"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V4d": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "V4t": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "V4v": {"source_pattern": ["3", "3", "0", "1", "1", -1], "target_pattern": null}, "VOT": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "VP": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}}, "AITv": {"CIT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "CITd": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "CITv": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "IT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": ["3", 2.0, 2.0, 2.0, 2.0, -1]}, "PIT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PITd": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PITv": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "TH": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}}, "MSTl": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "35": {"source_pattern": null, "target_pattern": null}, "36": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "FEF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "FST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "IT": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PO": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "STP": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "STPp": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "V1": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V3A": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "V4t": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "VIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}}, "FST": {"5": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "35": {"source_pattern": null, "target_pattern": null}, "36": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": [2.0, "0", "0", "0", "0", 2.0]}, "CIT": {"source_pattern": null, "target_pattern": null}, "CITv": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": null, "target_pattern": null}, "FEF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "IT": {"source_pattern": null, "target_pattern": null}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "MSTl": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "MT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PIT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "STP": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "STPp": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "TF": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V3": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V3A": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V4t": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "VIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "FST": {"target_pattern": null, "source_pattern": null}}, "CITv": {"35": {"source_pattern": null, "target_pattern": null}, "36": {"source_pattern": null, "target_pattern": null}, "AIT": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "AITd": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "AITv": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "IT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["3", 2.0, 2.0, 2.0, 2.0, 2.0]}, "MT": {"source_pattern": null, "target_pattern": null}, "PIT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PITd": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PITv": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V2": {"source_pattern": null, "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PO": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "TH": {"target_pattern": null, "source_pattern": null}, "STPp": {"target_pattern": null, "source_pattern": null}, "7a": {"target_pattern": null, "source_pattern": null}, "MSTd": {"target_pattern": null, "source_pattern": null}, "FST": {"target_pattern": null, "source_pattern": null}, "DP": {"target_pattern": null, "source_pattern": null}, "V3A": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "PIP": {"target_pattern": null, "source_pattern": null}, "VP": {"target_pattern": null, "source_pattern": null}, "V3": {"target_pattern": null, "source_pattern": null}, "VIP": {"target_pattern": null, "source_pattern": null}, "FEF": {"target_pattern": null, "source_pattern": null}, "STPa": {"target_pattern": null, "source_pattern": null}, "V4t": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "LIP": {"target_pattern": null, "source_pattern": null}, "46": {"target_pattern": null, "source_pattern": null}, "CITv": {"target_pattern": null, "source_pattern": null}}, "CITd": {"V4": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "CITd": {"target_pattern": null, "source_pattern": null}}, "7a": {"5": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "6": {"source_pattern": null, "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "7a": {"source_pattern": [2, "3", "3", "3", "3", "3"], "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7b": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "35": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": null}, "36": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": null}, "46": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": ["3", 2.0, "3", 2.0, "3", 2.0]}, "AIT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "AITd": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "CIT": {"source_pattern": null, "target_pattern": null}, "CITv": {"source_pattern": null, "target_pattern": null}, "DP": {"source_pattern": ["0", "3", "3", "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "FEF": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "FST": {"source_pattern": [2, 2, 2, "3", 2, 2], "target_pattern": null}, "IT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, "3", 2.0, 2.0, 2.0, 2.0]}, "Ig": {"source_pattern": null, "target_pattern": ["3", "3", "3", 2.0, 2.0, 2.0]}, "LIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MDP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "MST": {"source_pattern": [2, 2, 2, "3", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTd": {"source_pattern": [2, 2, 2, "3", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MSTl": {"source_pattern": [2, "0", "0", 2, "0", 2], "target_pattern": null}, "MT": {"source_pattern": [2, 2, 2, "3", "3", "3"], "target_pattern": null}, "PIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "PO": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "Ri": {"source_pattern": null, "target_pattern": null}, "SEF": {"source_pattern": null, "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "SII": {"source_pattern": null, "target_pattern": null}, "STP": {"source_pattern": [2, "3", "3", "3", "3", "3"], "target_pattern": [2.0, 2.0, -1, -1, -1, -1]}, "STPa": {"source_pattern": ["3", "3", "3", "3", "0", "0"], "target_pattern": null}, "STPp": {"source_pattern": [2, "3", "3", "3", "3", "3"], "target_pattern": [2.0, 2.0, -1, -1, -1, -1]}, "TF": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "TH": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V2": {"source_pattern": [2, 2, 2, "3", "3", "3"], "target_pattern": null}, "V2v": {"source_pattern": null, "target_pattern": null}, "V3": {"source_pattern": null, "target_pattern": null}, "V3A": {"source_pattern": null, "target_pattern": null}, "V4": {"source_pattern": [2, 2, 2, "0", 2, 2], "target_pattern": null}, "V4d": {"source_pattern": [2, 2, "0", 2, 2, -1], "target_pattern": null}, "V4t": {"source_pattern": [2, 2, 2, "0", 2, 2], "target_pattern": null}, "VIP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VP": {"source_pattern": [2, 2, "0", "0", "0", -1], "target_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "STPp": {"5": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "7a": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "7b": {"source_pattern": null, "target_pattern": null}, "35": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": null}, "36": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": null}, "46": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["3", 2.0, "3", 2.0, "3", 2.0]}, "CIT": {"source_pattern": null, "target_pattern": null}, "CITv": {"source_pattern": null, "target_pattern": null}, "FEF": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "FST": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "IT": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": [2.0, "3", 2.0, 2.0, 2.0, 2.0]}, "MST": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MSTd": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MSTl": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MT": {"source_pattern": null, "target_pattern": null}, "Ri": {"source_pattern": null, "target_pattern": null}, "STP": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "STPa": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "STPp": {"source_pattern": null, "target_pattern": null}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "TH": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "V2": {"source_pattern": null, "target_pattern": null}, "V4": {"source_pattern": null, "target_pattern": null}, "V4t": {"source_pattern": null, "target_pattern": null}, "PO": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "AITd": {"target_pattern": null, "source_pattern": null}, "DP": {"target_pattern": null, "source_pattern": null}, "V3A": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "PIP": {"target_pattern": null, "source_pattern": null}, "VP": {"target_pattern": null, "source_pattern": null}, "V3": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "VIP": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "LIP": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "STPa": {"7a": {"source_pattern": [2, 2, -1, 0, -1, -1], "target_pattern": null}, "35": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": null}, "36": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": null}, "46": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "IT": {"source_pattern": [2, 2, 2, 2, -1, -1], "target_pattern": null}, "STP": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "STPa": {"source_pattern": null, "target_pattern": null}, "STPp": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "TF": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "TH": {"source_pattern": ["0", "0", "0", "0", 2, 2], "target_pattern": null}, "PO": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "V4": {"target_pattern": null, "source_pattern": null}, "AITd": {"target_pattern": null, "source_pattern": null}, "MSTd": {"target_pattern": null, "source_pattern": null}, "FST": {"target_pattern": null, "source_pattern": null}, "DP": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "VP": {"target_pattern": null, "source_pattern": null}, "V3": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "VIP": {"target_pattern": null, "source_pattern": null}, "CITv": {"target_pattern": null, "source_pattern": null}, "FEF": {"target_pattern": null, "source_pattern": null}, "V2": {"target_pattern": null, "source_pattern": null}, "V4t": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "LIP": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}, "MT": {"target_pattern": null, "source_pattern": null}}, "FEF": {"1": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "3a": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "4": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "5": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "6": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "7a": {"source_pattern": [2, "3", "1", "2", "2", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "7b": {"source_pattern": null, "target_pattern": null}, "35": {"source_pattern": null, "target_pattern": null}, "36": {"source_pattern": null, "target_pattern": null}, "46": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "AIT": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "AITd": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "CIT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "CITv": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "FEF": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "FST": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "IT": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "Ig": {"source_pattern": null, "target_pattern": ["3", "3", "3", 2.0, 2.0, 2.0]}, "LIP": {"source_pattern": [2, "3", "1", "2", "2", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MST": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MSTd": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MSTl": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "PIT": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "PO": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "Ri": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "SEF": {"source_pattern": null, "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "STP": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "STPp": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "V2": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V3": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "V3A": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "V4t": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VIP": {"source_pattern": [2, "3", "1", "2", "2", "0"], "target_pattern": null}, "VP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "TH": {"target_pattern": null, "source_pattern": null}, "DP": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "PIP": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "TF": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}, "STPa": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "46": {"1": {"source_pattern": null, "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "2": {"source_pattern": [2, "3", "3", 2, 2, 2], "target_pattern": null}, "4": {"source_pattern": null, "target_pattern": null}, "5": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": null}, "6": {"source_pattern": [2, 2, "3", 2, 2, 2], "target_pattern": ["3", 2.0, "3", 2.0, "3", 2.0]}, "7a": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "7b": {"source_pattern": ["0", "0", "3", "0", "3", "0"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "35": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "36": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "46": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "AIT": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "AITd": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "CIT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "CITv": {"source_pattern": ["0", "0", 2, "0", 2, 2], "target_pattern": null}, "DP": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "FEF": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "IT": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, "0", 2.0, 2.0]}, "Ig": {"source_pattern": [2, "3", "3", 2, 2, 2], "target_pattern": ["3", "3", "3", 2.0, 2.0, 2.0]}, "LIP": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "MT": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "PIT": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "Ri": {"source_pattern": null, "target_pattern": null}, "SEF": {"source_pattern": [2, 2, "3", 2, 2, 2], "target_pattern": ["3", 2.0, "3", "3", 2.0, -1]}, "SII": {"source_pattern": [2, "3", "3", 2, 2, 2], "target_pattern": null}, "STP": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "STPa": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "STPp": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "TF": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "TH": {"source_pattern": ["0", "0", 2, 2, -1, -1], "target_pattern": null}, "V2": {"source_pattern": ["0", 2, "3", "0", 2, 2], "target_pattern": null}, "V4": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "VIP": {"source_pattern": ["0", "0", "3", "0", 2, 2], "target_pattern": null}, "PO": {"target_pattern": null, "source_pattern": null}, "VOT": {"target_pattern": null, "source_pattern": null}, "MSTd": {"target_pattern": null, "source_pattern": null}, "FST": {"target_pattern": null, "source_pattern": null}, "V3A": {"target_pattern": null, "source_pattern": null}, "MSTl": {"target_pattern": null, "source_pattern": null}, "CITd": {"target_pattern": null, "source_pattern": null}, "PIP": {"target_pattern": null, "source_pattern": null}, "VP": {"target_pattern": null, "source_pattern": null}, "V3": {"target_pattern": null, "source_pattern": null}, "PITd": {"target_pattern": null, "source_pattern": null}, "MDP": {"target_pattern": null, "source_pattern": null}, "MIP": {"target_pattern": null, "source_pattern": null}, "V4t": {"target_pattern": null, "source_pattern": null}, "V1": {"target_pattern": null, "source_pattern": null}, "AITv": {"target_pattern": null, "source_pattern": null}, "PITv": {"target_pattern": null, "source_pattern": null}}, "TF": {"5": {"source_pattern": null, "target_pattern": null}, "6": {"source_pattern": ["0", "0", 2, "0", "3", "3"], "target_pattern": null}, "7a": {"source_pattern": ["3", "3", "3", "3", 2, "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "35": {"source_pattern": ["0", "1", 2, "0", 2, 2], "target_pattern": null}, "36": {"source_pattern": [2, 2, "0", 2, 2, "0"], "target_pattern": null}, "46": {"source_pattern": ["0", "0", 2, "0", "3", "3"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, -1]}, "AIT": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "AITv": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "CIT": {"source_pattern": null, "target_pattern": null}, "CITv": {"source_pattern": null, "target_pattern": null}, "FEF": {"source_pattern": ["0", "0", 2, "0", "3", "3"], "target_pattern": null}, "FST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "IT": {"source_pattern": [2, 2, 2, 2, "0", "0"], "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "Id": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "Ig": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "LIP": {"source_pattern": null, "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "MST": {"source_pattern": null, "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "MT": {"source_pattern": [2, 2, 2, 2, "0", -1], "target_pattern": null}, "SII": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "STP": {"source_pattern": ["3", "3", "3", "3", 2, "0"], "target_pattern": null}, "STPa": {"source_pattern": ["3", "3", "0", 2, 2, "0"], "target_pattern": null}, "STPp": {"source_pattern": ["3", "3", "3", "3", 2, "0"], "target_pattern": null}, "TF": {"source_pattern": ["0", "1", 2, "0", 2, 2], "target_pattern": null}, "TH": {"source_pattern": ["0", "1", 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V2": {"source_pattern": [2, 2, 2, 2, "0", "0"], "target_pattern": [2.0, 2.0, 2.0, "3", 2.0, 2.0]}, "V3": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "V3A": {"source_pattern": null, "target_pattern": null}, "V4": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "VP": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}}, "TH": {"6": {"source_pattern": ["0", "0", 2, "0", "3", "3"], "target_pattern": null}, "7a": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "35": {"source_pattern": [2, "0", "1", "0", 2, 2], "target_pattern": ["3", "3", "3", 2.0, 2.0, 2.0]}, "36": {"source_pattern": [2, "0", "1", "0", 2, 2], "target_pattern": null}, "46": {"source_pattern": [2, "0", "0", "0", "3", "3"], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "AIT": {"source_pattern": null, "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "AITv": {"source_pattern": null, "target_pattern": [2.0, -1, -1, -1, -1, -1]}, "FEF": {"source_pattern": [2, -1, -1, 0, -1, -1], "target_pattern": null}, "IT": {"source_pattern": [2, "0", "1", "0", 2, 2], "target_pattern": [2.0, "3", "3", "3", 2.0, 2.0]}, "Id": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "Ig": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": ["3", "3", "3", 2.0, 2.0, 2.0]}, "SII": {"source_pattern": [2, 2, 2, 2, 2, -1], "target_pattern": null}, "STP": {"source_pattern": [2, -1, -1, 0, -1, -1], "target_pattern": null}, "STPa": {"source_pattern": null, "target_pattern": null}, "STPp": {"source_pattern": null, "target_pattern": null}, "TF": {"source_pattern": [2, 2, 2, 2, 2, 2], "target_pattern": ["3", "3", "3", 2.0, 2.0, 2.0]}, "TH": {"source_pattern": [2, -1, -1, 0, -1, -1], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V2": {"source_pattern": ["0", "1", 2, "0", 2, 2], "target_pattern": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "V4": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}}, "AITd": {"7a": {"source_pattern": null, "target_pattern": ["0", "0", "0", 2.0, "0", "0"]}, "46": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "CIT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "CITd": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "CITv": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "FEF": {"source_pattern": ["0", 2, 2, "0", "0", "0"], "target_pattern": null}, "IT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PIT": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "PITd": {"source_pattern": ["0", 2, 2, "0", -1, -1], "target_pattern": null}, "STP": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "STPa": {"source_pattern": ["0", 2, 2, "0", 2, 2], "target_pattern": null}, "TF": {"source_pattern": null, "target_pattern": null}, "TH": {"source_pattern": null, "target_pattern": null}, "AITd": {"target_pattern": null, "source_pattern": null}}}, "architecture_completed": {"FEF": 5, "7a": 4, "STPp": 4, "CITv": 5, "PITv": 5, "VP": 7, "V3A": 6, "TF": 5, "LIP": 5, "V4t": 6, "MIP": 5, "CITd": 5, "MSTd": 5, "DP": 5, "STPa": 4, "MSTl": 5, "MT": 6, "46": 4, "AITv": 4, "VIP": 5, "PITd": 5, "VOT": 6, "V1": 8, "V2": 7, "V3": 7, "V4": 6, "TH": 2, "PIP": 5, "FST": 4, "MDP": 5, "PO": 5, "AITd": 4}, "hierarchy_completed": {"7a": 0.6622, "PITv": 0.6048, "V3A": 0.3345, "LIP": 0.5677, "MIP": 0.5, "PITd": 0.6115, "DP": 0.4864, "STPa": 0.7162, "MSTl": 0.6216, "V1": 0.0, "46": 0.8649, "STPp": 0.6757, "V2": 0.1115, "V3": 0.1993, "V4": 0.4054, "TH": 0.9222, "TF": 0.8615, "MDP": 0.5, "PO": 0.4189, "FEF": 0.8177, "CITv": 0.625, "VP": 0.1993, "PIP": 0.2972, "V4t": 0.4054, "CITd": 0.6284, "AITv": 0.6149, "VOT": 0.4628, "MT": 0.4054, "VIP": 0.5677, "MSTd": 0.5473, "FST": 0.6216, "AITd": 1.0}, "SLN_completed": {"V1": {"7a": 0.13194421498048362, "LIP": 0.001953125, "MT": 0.17512874899425246, "PIP": 0.00676816232675885, "PO": 0.404565065, "STPp": 0.03868900250000001, "TF": 0.2856816827665948, "TH": 0.38953751737398074, "V2": 0.4007722176652155, "V3": 0.38394614661004506, "V3A": 0.006840776179282866, "V4": 0.22741361375468427, "V4t": 0.181545865, "VIP": 0.001953125, "VOT": 0.13606147826236337, "AITd": 0.01173693, "MSTd": 0.10606161761701319, "FST": 0.017777577500000002, "DP": 0.06666331317758761, "MSTl": 0.015780545587622773, "CITd": 0.017777577500000002, "VP": 0.2411506010095163, "PITd": 0.11926319973629251, "CITv": 0.01173693, "FEF": 0.12220022250000001, "STPa": 0.025645547576816728, "AITv": 0.01173693, "PITv": 0.06536264773862561, "46": 0.023962599915093682}, "V2": {"7a": 0.2473485547389337, "46": 0.09611216182822098, "CITv": 0.03237627, "DP": 0.11861750167939675, "FEF": 0.20729421976778806, "FST": 0.07046779333333333, "LIP": 0.04916585999999999, "MIP": 0.1647674456125005, "MSTd": 0.23701435042788077, "MSTl": 0.06238784920796942, "MT": 0.26510935220880993, "PIP": 0.21467556119098472, "PITd": 0.22234497210587106, "PO": 0.1647674456125005, "STPa": 0.1011489004860832, "STPp": 0.0, "TF": 0.25254592441901647, "TH": 0.010029086666666668, "V1": 0.7359601200000001, "V3": 0.31951689276600775, "V3A": 0.2159478233405306, "V4": 0.2541399406855286, "V4t": 0.26864967000000006, "VIP": 0.04916586000000001, "VOT": 0.22762425945260104, "VP": 0.25842434280049886, "AITd": 0.03237627, "CITd": 0.07046779333333335, "MDP": 0.1647674456125005, "AITv": 0.03237627, "PITv": 0.07596815828333246}, "VP": {"7a": 0.09442586553850892, "DP": 0.15571353140142427, "LIP": 0.18807267059796445, "MSTd": 0.1647674456125005, "MT": 0.2603679458405936, "PIP": 0.1647674456125005, "TF": 0.1451231907954106, "V2": 0.4397456164544487, "V3A": 0.23303749052194725, "V4": 0.2914236057357094, "VIP": 0.1647674456125005, "VOT": 0.24423035492494716}, "V3": {"7a": 0.09442586553850892, "FST": 0.1011489004860832, "LIP": 0.18807267059796445, "MSTd": 0.1647674456125005, "MT": 0.2603679458405936, "PIP": 0.1647674456125005, "TF": 0.1451231907954106, "V1": 0.6993004977911257, "V2": 0.4397456164544487, "V3A": 0.23303749052194725, "V4": 0.2914236057357094, "V4t": 0.2572732264020294, "VIP": 0.1647674456125005, "VP": 0.4397456164544487}, "PIP": {"7a": 0.31187356990740184, "DP": 0.425126660792947, "LIP": 0.4754470637035422, "MT": 0.5719047029350985, "V1": 0.9108207897240361, "V2": 0.749151726197644, "V3": 0.749151726197644, "V4": 0.6080369758634977, "VP": 0.749151726197644}, "V3A": {"7a": 0.2306470411405071, "DP": 0.3317934753804855, "FST": 0.24266165394773911, "LIP": 0.3791343871826437, "MIP": 0.345394264212165, "MSTd": 0.345394264212165, "MSTl": 0.345394264212165, "MT": 0.4741086898197289, "V1": 0.8642589131334557, "V2": 0.664819185499987, "V3": 0.664819185499987, "V4": 0.511183022022283, "VIP": 0.345394264212165, "VP": 0.664819185499987}, "MT": {"7a": 0.20514417151891692, "46": 0.2079858130256918, "CITv": 0.2262644296613191, "DP": 0.3009622802995952, "FEF": 0.2762308513985713, "FST": 0.2163924357522115, "LIP": 0.34663413513815555, "MIP": 0.31403189331661385, "MSTd": 0.31403189331661385, "MSTl": 0.31403189331661385, "PIP": 0.31403189331661385, "PO": 0.31403189331661385, "STPp": 0.2163924357522115, "V1": 0.8444668131657768, "V2": 0.6326887550282241, "V3": 0.6326887550282241, "V3A": 0.4058308482690615, "V4": 0.47662208079615176, "V4t": 0.4359767813039983, "VIP": 0.31403189331661385, "VP": 0.6326887550282241}, "V4t": {"7a": 0.2078731885766554, "46": 0.2107370269407612, "FST": 0.21920773435266425, "MSTd": 0.31743250009665086, "MT": 0.44351992011019076, "V2": 0.6362850677254202, "V3": 0.6362850677254202, "V4": 0.4804317628197222}, "V4": {"7a": 0.4232641237436804, "46": 0.1823592393657686, "AITv": 0.29966645, "CITd": 0.23457694666666673, "CITv": 0.2996664499999999, "DP": 0.2538615627727568, "FEF": 0.6525620966666666, "FST": 0.2345769466666667, "LIP": 0.24640913666666664, "MT": 0.4203839134858612, "PIP": 0.6991783852090286, "PITd": 0.29129667122990904, "PITv": 0.29280809982084094, "PO": 0.9296867466666666, "TF": 0.41928092775890013, "TH": 0.6746721308204547, "V1": 0.8605949687186175, "V2": 0.8946774848445085, "V3": 0.8106335742703666, "V3A": 0.6995602901668315, "V4t": 0.44856999000000003, "VIP": 0.24640913666666667, "VOT": 0.29207236355152044, "VP": 0.39992316913597753, "AITd": 0.2996664499999999, "STPp": 0.0, "MSTd": 0.4352943409457222, "MSTl": 0.233633950099824, "MDP": 0.28182290248104663, "MIP": 0.28182290248104663, "STPa": 0.1901303816478059}, "PO": {"7a": 0.31187356990740184, "DP": 0.425126660792947, "FEF": 0.3969553786481969, "LIP": 0.4754470637035422, "MDP": 0.4397456164544487, "MIP": 0.4397456164544487, "MSTd": 0.4397456164544487, "MSTl": 0.4397456164544487, "MT": 0.5719047029350985, "PIP": 0.4397456164544487, "V1": 0.9108207897240361, "V2": 0.749151726197644, "V3": 0.749151726197644, "V3A": 0.5376665672762394, "V4t": 0.5681484209786033, "VIP": 0.4397456164544487, "VP": 0.749151726197644}, "VOT": {"V2": 0.6515582171973071, "VP": 0.6515582171973071}, "DP": {"7a": 0.3569152409933993, "46": 0.32873489289592567, "FEF": 0.5164609, "LIP": 0.36808971, "MSTd": 0.359307158192874, "PIP": 0.7224508243801265, "PO": 0.91499421, "STPp": 0.0, "V2": 0.8284911256892572, "V3A": 0.7225151175175789, "V4": 0.502791527151495, "VP": 0.5036956237929567, "VOT": 0.4978915580368853, "TH": 0.47371497212186886, "AITd": 0.16666665999999994, "FST": 0.26638557999999996, "MSTl": 0.2919336871009218, "CITd": 0.26638558, "V3": 0.887729957296875, "PITd": 0.4306777609068619, "VIP": 0.36808971, "CITv": 0.16666665999999997, "TF": 0.4477395966573806, "MDP": 0.4544472048222968, "MIP": 0.4544472048222968, "STPa": 0.33928533532425265, "V4t": 0.4812295, "V1": 0.91499421, "AITv": 0.16666665999999997, "PITv": 0.16385097434860155, "MT": 0.4764831936322133}, "MIP": {"7a": 0.31187356990740184, "LIP": 0.4754470637035422, "PO": 0.4397456164544487, "V2": 0.749151726197644, "V3A": 0.5376665672762394}, "MDP": {}, "MSTd": {"7a": 0.44486240562524343, "46": 0.3154038868555226, "DP": 0.8352353799814716, "FEF": 0.6273571799011722, "FST": 0.28586558000000006, "LIP": 0.52910535, "MT": 0.285560720530831, "PO": 0.94168235, "STPp": 0.05016722, "TF": 0.6059730506644079, "V2": 0.8875577521323456, "V3": 0.9072129777530921, "V3A": 0.8681135828616146, "VIP": 0.52910535, "VP": 0.6210356415152859, "VOT": 0.48008040500394433, "V4": 0.6120145117230196, "TH": 0.6589031753555138, "AITd": 0.20786640000000003, "MSTl": 0.2812370526681836, "CITd": 0.28586558, "PIP": 0.8680375753748741, "PITd": 0.31125558595064046, "CITv": 0.20786640000000003, "MDP": 0.4397456164544487, "MIP": 0.4397456164544487, "STPa": 0.3257802492365629, "V1": 0.9097885214665646, "AITv": 0.2078664, "PITv": 0.2981900252191592}, "VIP": {"7a": 0.31187356990740184, "46": 0.3154038868555226, "FEF": 0.3969553786481969, "FST": 0.3257802492365629, "LIP": 0.4754470637035422, "MDP": 0.4397456164544487, "MIP": 0.4397456164544487, "MSTd": 0.4397456164544487, "MSTl": 0.4397456164544487, "MT": 0.5719047029350985, "PIP": 0.4397456164544487, "PO": 0.4397456164544487, "STPp": 0.3257802492365629, "V2": 0.749151726197644, "V3": 0.749151726197644, "V3A": 0.5376665672762394, "V4": 0.6080369758634977, "V4t": 0.5681484209786033, "VP": 0.749151726197644}, "LIP": {"7a": 0.28076284141826424, "46": 0.2841284860076212, "DP": 0.390189400203489, "FEF": 0.362694437412613, "FST": 0.29403822928836465, "MDP": 0.40452785345081144, "MIP": 0.40452785345081144, "MSTd": 0.40452785345081144, "MT": 0.5363312838211267, "PIP": 0.40452785345081144, "PO": 0.40452785345081144, "STPp": 0.29403822928836465, "V2": 0.7196467830007919, "V3": 0.7196467830007919, "V3A": 0.5018058412911562, "V4": 0.573062361443146, "V4t": 0.5325302918019821, "VIP": 0.40452785345081144, "VP": 0.7196467830007919}, "PITv": {"7a": 0.21980894609736484, "AITd": 0.24175822798053087, "AITv": 0.24175822798053087, "CITd": 0.24175822798053087, "CITv": 0.24175822798053087, "FST": 0.23150869224939957, "LIP": 0.365469778336114, "MT": 0.4597488319767691, "STPp": 0.23150869224939957, "TF": 0.3027748504611968, "TH": 0.19454931004337409, "V2": 0.6515582171973071, "V4": 0.49677433132557947, "V4t": 0.4559549345314889, "VOT": 0.4397456164544487, "VP": 0.6515582171973071}, "PITd": {"7a": 0.21980894609736484, "FST": 0.23150869224939957, "MT": 0.4597488319767691, "STPp": 0.23150869224939957, "V2": 0.6515582171973071, "V4": 0.49677433132557947, "V4t": 0.4559549345314889, "VOT": 0.4397456164544487, "VP": 0.6515582171973071}, "AITv": {"CITd": 0.4397456164544487, "CITv": 0.4397456164544487, "PITd": 0.6544746643053295, "PITv": 0.6544746643053295, "TF": 0.5130062065154856, "TH": 0.3774407149467103, "V4": 0.7057317983155025}, "MSTl": {"7a": 0.31187356990740184, "46": 0.3154038868555226, "DP": 0.425126660792947, "FEF": 0.3969553786481969, "FST": 0.3257802492365629, "LIP": 0.4754470637035422, "MT": 0.5719047029350985, "PO": 0.4397456164544487, "STPp": 0.3257802492365629, "V1": 0.9108207897240361, "V2": 0.749151726197644, "V3A": 0.5376665672762394, "V4t": 0.5681484209786033, "VIP": 0.4397456164544487}, "FST": {"7a": 0.42443302964932406, "46": 0.4283372333963633, "CITv": 0.45288136231295556, "DP": 0.5442655594117083, "FEF": 0.5154533480763229, "LIP": 0.594213477151346, "MSTd": 0.5589734213408636, "MSTl": 0.5589734213408636, "MT": 0.6848151869041003, "STPp": 0.4397456164544487, "TF": 0.5262461396949784, "V2": 0.8344259484773664, "V3": 0.8344259484773664, "V3A": 0.6534080536187905, "V4": 0.7170795468774352, "V4t": 0.6814092972055, "VIP": 0.5589734213408636, "VP": 0.8344259484773664}, "CITv": {"AITd": 0.4397456164544487, "AITv": 0.4397456164544487, "MT": 0.6729152169546991, "PITd": 0.6544746643053295, "PITv": 0.6544746643053295, "TF": 0.5130062065154856, "V2": 0.826025395583821, "V4": 0.7057317983155025, "PO": 0.5458319856708994, "VOT": 0.6544746643053295, "TH": 0.3774407149467103, "STPp": 0.4266758765307271, "7a": 0.4114584896417437, "MSTd": 0.5458319856708994, "FST": 0.4266758765307271, "DP": 0.531068720161679, "V3A": 0.6410656305130789, "MSTl": 0.5458319856708994, "CITd": 0.4397456164544487, "PIP": 0.5458319856708994, "VP": 0.826025395583821, "V3": 0.826025395583821, "VIP": 0.5458319856708994, "FEF": 0.5022006131674926, "STPa": 0.4266758765307271, "V4t": 0.669456888813816, "V1": 0.9465819449520904, "LIP": 0.5812795053424596, "46": 0.4153365490462339}, "CITd": {"V4": 0.7057317983155025}, "7a": {"46": 0.443675163086642, "AITd": 0.46834387056913884, "CITv": 0.46834387056913884, "DP": 0.5596718210193434, "FEF": 0.5309653576659095, "FST": 0.45514888874900034, "LIP": 0.6092437172723907, "MDP": 0.5742944358234963, "MIP": 0.5742944358234963, "MSTd": 0.5742944358234963, "MSTl": 0.5742944358234963, "MT": 0.6985232422376585, "PIP": 0.5742944358234963, "PO": 0.5742944358234963, "STPa": 0.45514888874900034, "STPp": 0.45514888874900034, "TF": 0.5417280230142912, "TH": 0.40515398450884493, "V2": 0.8439331894156354, "V3": 0.8439331894156354, "V3A": 0.6676703062854825, "V4": 0.7301077109056936, "V4t": 0.6951825087343344, "VIP": 0.5742944358234963, "VP": 0.8439331894156354, "VOT": 0.6806832403963549, "CITd": 0.46834387056913884, "PITd": 0.6806832403963549, "V1": 0.9539824713073445, "AITv": 0.46834387056913884, "PITv": 0.6806832403963549}, "STPp": {"7a": 0.42443302964932406, "46": 0.4283372333963633, "CITv": 0.45288136231295556, "FEF": 0.5154533480763229, "FST": 0.4397456164544487, "MSTd": 0.5589734213408636, "MSTl": 0.5589734213408636, "MT": 0.6848151869041003, "STPa": 0.4397456164544487, "TF": 0.5262461396949784, "TH": 0.3901300859940757, "V2": 0.8344259484773664, "V4": 0.7170795468774352, "V4t": 0.6814092972055, "PO": 0.5589734213408636, "VOT": 0.6666418222423477, "AITd": 0.45288136231295556, "DP": 0.5442655594117083, "V3A": 0.6534080536187905, "CITd": 0.45288136231295556, "PIP": 0.5589734213408636, "VP": 0.8344259484773664, "V3": 0.8344259484773664, "PITd": 0.6666418222423477, "VIP": 0.5589734213408636, "MDP": 0.5589734213408636, "MIP": 0.5589734213408636, "V1": 0.9500983377771388, "LIP": 0.594213477151346, "AITv": 0.45288136231295556, "PITv": 0.6666418222423477}, "STPa": {"7a": 0.42443302964932406, "46": 0.4283372333963633, "STPp": 0.4397456164544487, "TF": 0.5262461396949784, "TH": 0.3901300859940757, "PO": 0.5589734213408636, "VOT": 0.6666418222423477, "V4": 0.7170795468774352, "AITd": 0.45288136231295556, "MSTd": 0.5589734213408636, "FST": 0.4397456164544487, "DP": 0.5442655594117083, "MSTl": 0.5589734213408636, "CITd": 0.45288136231295556, "VP": 0.8344259484773664, "V3": 0.8344259484773664, "PITd": 0.6666418222423477, "VIP": 0.5589734213408636, "CITv": 0.45288136231295556, "FEF": 0.5154533480763229, "V2": 0.8344259484773664, "V4t": 0.6814092972055, "V1": 0.9500983377771388, "LIP": 0.594213477151346, "AITv": 0.45288136231295556, "PITv": 0.6666418222423477, "MT": 0.6848151869041003}, "FEF": {"7a": 0.3516293974131231, "46": 0.35533041409939803, "AITd": 0.3787579272123091, "CITv": 0.3787579272123091, "FST": 0.3661852703855369, "LIP": 0.5191568217929547, "MSTd": 0.48325225451521486, "MSTl": 0.48325225451521486, "MT": 0.6144158201881944, "PO": 0.48325225451521486, "STPp": 0.3661852703855369, "V2": 0.7827293680977521, "V3": 0.7827293680977521, "V3A": 0.5808929113039869, "V4": 0.6494469737044479, "V4t": 0.6107535641856292, "VIP": 0.48325225451521486, "VP": 0.7827293680977521, "VOT": 0.5949508734340588, "TH": 0.319413423745837, "DP": 0.4684472210714786, "CITd": 0.3787579272123091, "PIP": 0.48325225451521486, "PITd": 0.5949508734340588, "TF": 0.45045065681875274, "MDP": 0.48325225451521486, "MIP": 0.48325225451521486, "STPa": 0.3661852703855369, "V1": 0.9272273846670287, "AITv": 0.3787579272123091, "PITv": 0.5949508734340588}, "46": {"7a": 0.4358219970859884, "AITd": 0.46438597533050835, "CITv": 0.46438597533050835, "DP": 0.5557414275321807, "FEF": 0.5270038247288525, "LIP": 0.6054163293692177, "MT": 0.6950448469649315, "STPa": 0.45120425795166497, "STPp": 0.45120425795166497, "TF": 0.5377757373505233, "TH": 0.4012994082965777, "V2": 0.8415379443445309, "V4": 0.7268063099411157, "VIP": 0.5703878991437041, "PO": 0.5703878991437041, "VOT": 0.6771176328311563, "MSTd": 0.5703878991437041, "FST": 0.45120425795166497, "V3A": 0.6640467174085998, "MSTl": 0.5703878991437041, "CITd": 0.46438597533050835, "PIP": 0.5703878991437041, "VP": 0.8415379443445309, "V3": 0.8415379443445309, "PITd": 0.6771176328311563, "MDP": 0.5703878991437041, "MIP": 0.5703878991437041, "V4t": 0.6916870936512598, "V1": 0.953013524197034, "AITv": 0.46438597533050835, "PITv": 0.6771176328311563}, "TF": {"7a": 0.3416307811243306, "46": 0.3452929507529249, "AITv": 0.3684973073841186, "CITv": 0.3684973073841186, "FEF": 0.42908445348136853, "FST": 0.35603954622911427, "LIP": 0.5083556917571386, "MT": 0.6040158814464341, "STPa": 0.35603954622911427, "STPp": 0.35603954622911427, "TH": 0.3097951619855184, "V2": 0.7746813206878705, "V3": 0.7746813206878705, "V3A": 0.5702799471915022, "V4": 0.6393554551781233, "VP": 0.7746813206878705}, "TH": {"7a": 0.47480376159200716, "46": 0.47876905627078103, "AITv": 0.5035828308582835, "FEF": 0.5659653164601144, "STPa": 0.4903272366306628, "STPp": 0.4903272366306628, "TF": 0.5765998675976063, "V2": 0.86415297954125, "V4": 0.7585211182027408}, "AITd": {"7a": 0.4114584896417437, "46": 0.4153365490462339, "CITd": 0.4397456164544487, "CITv": 0.4397456164544487, "FEF": 0.5022006131674926, "PITd": 0.6544746643053295, "STPa": 0.4266758765307271, "TF": 0.5130062065154856, "TH": 0.3774407149467103}}, "SLN_Data_FV91": {"MSTd": {"V1": 0.9097885214665646, "V2": 0.8875577521323456, "PO": 0.94168235, "TF": 0.6059730506644079, "TH": 0.6589031753555138, "PIP": 0.8680375753748741, "V4": 0.6120145117230196, "V3": 0.9072129777530921, "MSTd": 0.16862906228337676, "V3A": 0.8681135828616146, "VP": 0.6210356415152859, "DP": 0.8352353799814716, "7a": 0.44486240562524343, "PITd": 0.31125558595064046, "VOT": 0.48008040500394433, "VIP": 0.52910535, "LIP": 0.52910535, "STPp": 0.05016722, "MSTl": 0.2812370526681836, "MT": 0.285560720530831, "FST": 0.28586558000000006, "CITd": 0.28586558, "PITv": 0.2981900252191592, "AITd": 0.20786640000000003, "CITv": 0.20786640000000003, "AITv": 0.2078664, "FEF": 0.6273571799011722}, "V4": {"PO": 0.9296867466666666, "TF": 0.41928092775890013, "TH": 0.6746721308204547, "PIP": 0.6991783852090286, "V4": 0.35531495687884207, "V1": 0.8605949687186175, "V3": 0.8106335742703666, "V2": 0.8946774848445085, "MSTd": 0.4352943409457222, "V3A": 0.6995602901668315, "VP": 0.39992316913597753, "DP": 0.2538615627727568, "7a": 0.4232641237436804, "PITd": 0.29129667122990904, "VOT": 0.29207236355152044, "VIP": 0.24640913666666667, "LIP": 0.24640913666666664, "STPp": 0.0, "MSTl": 0.233633950099824, "MT": 0.4203839134858612, "FST": 0.2345769466666667, "CITd": 0.23457694666666673, "V4t": 0.44856999000000003, "AITd": 0.2996664499999999, "CITv": 0.2996664499999999, "AITv": 0.29966645, "PITv": 0.29280809982084094, "FEF": 0.6525620966666666}, "V1": {"PO": 0.404565065, "TF": 0.2856816827665948, "TH": 0.38953751737398074, "PIP": 0.00676816232675885, "V4": 0.22741361375468427, "V1": 0.404565065, "V3": 0.38394614661004506, "V2": 0.4007722176652155, "MSTd": 0.10606161761701319, "V3A": 0.006840776179282866, "VP": 0.2411506010095163, "DP": 0.06666331317758761, "7a": 0.13194421498048362, "PITd": 0.11926319973629251, "VOT": 0.13606147826236337, "VIP": 0.001953125, "LIP": 0.001953125, "STPp": 0.03868900250000001, "MSTl": 0.015780545587622773, "MT": 0.17512874899425246, "FST": 0.017777577500000002, "CITd": 0.017777577500000002, "V4t": 0.181545865, "PITv": 0.06536264773862561, "AITd": 0.01173693, "CITv": 0.01173693, "AITv": 0.01173693, "FEF": 0.12220022250000001}, "V2": {"V1": 0.7359601200000001, "V2": 0.5864300202496507, "TF": 0.25254592441901647, "PIP": 0.21467556119098472, "V3A": 0.2159478233405306, "VP": 0.25842434280049886, "V4": 0.2541399406855286, "V3": 0.31951689276600775, "DP": 0.11861750167939675, "7a": 0.2473485547389337, "PITd": 0.22234497210587106, "VOT": 0.22762425945260104, "VIP": 0.04916586000000001, "LIP": 0.04916585999999999, "STPp": 0.0, "MSTd": 0.23701435042788077, "MSTl": 0.06238784920796942, "MT": 0.26510935220880993, "FST": 0.07046779333333333, "CITd": 0.07046779333333335, "V4t": 0.26864967000000006, "PITv": 0.07596815828333246, "AITd": 0.03237627, "CITv": 0.03237627, "AITv": 0.03237627, "TH": 0.010029086666666668, "FEF": 0.20729421976778806}, "DP": {"PO": 0.91499421, "TF": 0.4477395966573806, "TH": 0.47371497212186886, "PIP": 0.7224508243801265, "V4": 0.502791527151495, "V1": 0.91499421, "V3": 0.887729957296875, "V2": 0.8284911256892572, "MSTd": 0.359307158192874, "V3A": 0.7225151175175789, "VP": 0.5036956237929567, "DP": 0.46428641987840946, "7a": 0.3569152409933993, "PITd": 0.4306777609068619, "VOT": 0.4978915580368853, "VIP": 0.36808971, "LIP": 0.36808971, "STPp": 0.0, "MSTl": 0.2919336871009218, "MT": 0.4764831936322133, "FST": 0.26638557999999996, "CITd": 0.26638558, "V4t": 0.4812295, "PITv": 0.16385097434860155, "AITd": 0.16666665999999994, "CITv": 0.16666665999999997, "AITv": 0.16666665999999997, "FEF": 0.5164609}}, "FLN_Data_FV91": {"V1": {"PO": 0.00732, "TF": 0.031515354, "TH": 0.0251198676, "PIP": 0.0011189715999999998, "V4": 0.10954549659999999, "V3": 0.023208176, "V2": 0.5977878200000001, "MSTd": 0.009428104000000001, "V3A": 0.0015919234, "VP": 0.025739616000000003, "DP": 0.0010145062, "7a": 0.0082967068, "PITd": 0.012291986738000001, "VOT": 0.011115732, "VIP": 0.0005227172, "LIP": 0.000407667, "STPa": 0.00062455239, "STPp": 0.0017661359199999996, "MSTl": 0.0018131874, "FST": 0.0024128178, "AITd": 0.0011806956020000002, "CITd": 0.0015557495139999996, "MT": 0.017819879999999993, "V4t": 0.010355839999999998, "PITv": 0.008508000268, "AITv": 0.0019543028, "CITv": 0.0031682135119999997, "FEF": 0.000192719624, "46": 6.56082e-07}, "V2": {"V1": 0.719374, "TF": 0.021752519333333328, "PIP": 0.0016004779333333335, "V3A": 0.0027763386666666665, "VP": 0.030574433333333335, "V4": 0.10780030110000002, "V3": 0.005494763999999998, "DP": 0.0006935116333333333, "7a": 0.003920323266666667, "PITd": 0.00645689953, "VOT": 0.005428937, "VIP": 0.00043936193333333335, "LIP": 0.0003024266666666667, "MDP": 7.533e-06, "PO": 9.915666666666666e-06, "MIP": 6.448e-06, "STPp": 0.0001565191266666667, "STPa": 6.775063e-05, "MSTd": 0.0035983412133333333, "MSTl": 0.0004045919666666667, "FST": 0.0005781431133333334, "AITd": 0.00011696018333333336, "CITd": 0.00015839591000000003, "MT": 0.010586940999999999, "V4t": 0.006289066666666667, "PITv": 0.0012713125800000002, "TH": 0.0004302408, "AITv": 0.0004452911, "CITv": 0.0007957710533333331, "FEF": 0.00011400506666666668}, "V4": {"V1": 0.03265630666666667, "V2": 0.25016898013333333, "PO": 0.002687799166666667, "TF": 0.052711999999999995, "TH": 0.012389706666666667, "PIP": 0.002219050266666667, "V3": 0.018678131733333336, "MSTd": 0.005856831066666667, "V3A": 0.0036355771333333336, "VP": 0.02896426666666667, "DP": 0.0010129916, "7a": 0.0070245596, "PITd": 0.05751595333333334, "VIP": 0.0017124856666666669, "LIP": 0.0013945623333333334, "STPa": 0.0020584594000000005, "STPp": 0.0006447129666666667, "MSTl": 0.005235169433333332, "FST": 0.009160531999999997, "AITd": 0.011051566, "CITd": 0.012193617333333332, "MT": 0.021604643499999996, "V4t": 0.011346133333333331, "PITv": 0.08069382666666668, "VOT": 0.04640013333333332, "AITv": 0.028120480000000003, "CITv": 0.08528930666666668, "46": 0.00020951288, "FEF": 0.0034942574533333333, "MIP": 3.755333333333333e-07, "MDP": 1.9494333333333333e-06}, "FEF": {"PO": 0.0019396929999999997, "TF": 0.0011607034433333333, "TH": 0.00016265508666666668, "PIP": 0.0015277950666666667, "V4": 0.004977958576666667, "V1": 0.00022920966666666672, "V3": 0.00037832696666666664, "V2": 0.0026317330000000002, "MSTd": 0.0092838776, "V3A": 0.00030441690000000004, "VP": 0.0009217902500000001, "PITd": 0.002460433963333334, "VOT": 0.00025604022, "DP": 0.0007984183666666667, "7a": 0.004013115566666667, "VIP": 0.005299874766666666, "LIP": 0.0039942541000000005, "MIP": 0.001530742066666667, "MDP": 0.0031931584000000008, "STPa": 0.0020900494333333333, "STPp": 0.027672489399999996, "MSTl": 0.001190899, "FST": 0.0016546871, "MT": 0.0022583639999999997, "CITd": 0.00028953729, "V4t": 0.0012444373333333333, "PITv": 0.00021049071, "AITd": 0.00011194493333333333, "AITv": 0.00010364666, "CITv": 0.00010565765666666668, "46": 0.1895018566666667}, "7a": {"V1": 2.03353e-05, "V2": 0.0004819565000000001, "PO": 0.019530515, "TF": 0.0347868766, "TH": 0.00023084030000000003, "PIP": 0.011194674, "V4": 0.0095445104, "V3": 1.7328000000000002e-06, "MSTd": 0.08197936960000002, "DP": 0.0140701901, "V3A": 5.58706e-05, "PITd": 0.007615705600000001, "VOT": 0.0008113, "VP": 0.0006863600000000001, "VIP": 0.0489402158, "LIP": 0.040764316, "MIP": 0.017571071599999995, "MDP": 0.024250399999999995, "STPa": 0.007041039999999999, "STPp": 0.0605408629, "MSTl": 0.013092799999999998, "FST": 0.00594815, "AITd": 0.001156032, "CITd": 0.0026997239999999997, "MT": 0.0011731722, "V4t": 9.539200000000002e-06, "PITv": 0.014191047999999998, "AITv": 0.015436940199999999, "CITv": 0.012528181999999999, "FEF": 0.014788873000000001, "46": 0.014181229799999999}, "DP": {"V1": 0.007304985799999999, "V2": 0.0868778232, "PO": 0.022935904999999993, "TF": 0.06188520200000001, "TH": 0.006924548, "PIP": 0.031740154, "V4": 0.265129002, "V3": 0.00384, "MSTd": 0.044096166400000004, "V3A": 0.020889140000000004, "VP": 0.06324947, "7a": 0.12170417, "PITd": 0.027323034000000003, "VOT": 0.010269784, "VIP": 0.009584543999999999, "LIP": 0.0064203, "MIP": 0.01056964, "MDP": 0.010851755000000001, "STPa": 0.0004850526, "STPp": 0.0005674942999999999, "MSTl": 0.005852022, "FST": 0.0030646910000000005, "AITd": 0.0003074472, "CITd": 0.0007696679999999999, "MT": 0.048233399999999996, "V4t": 0.028512000000000003, "PITv": 0.0048909, "AITv": 0.0054317116, "CITv": 0.0043738349999999995, "FEF": 0.0023306253, "46": 0.0011283134999999999}, "STPa": {"PO": 1.6968e-06, "TF": 0.01044059712, "TH": 0.00370067704, "PIP": 0.0, "V4": 2.16198e-05, "V1": 2.9014879999999998e-05, "V3": 1.584e-07, "V2": 3.010232e-05, "MSTd": 0.0188856368, "PITd": 0.0033370486800000003, "VOT": 1.237424e-05, "VP": 7.814400000000001e-07, "DP": 2.9721799999999997e-05, "7a": 0.006960793999999999, "VIP": 4.5480000000000005e-05, "LIP": 3.792000000000001e-05, "STPp": 0.30555149480000005, "MSTl": 0.007341100000000001, "FST": 0.0157761, "AITd": 0.025548469999999997, "CITd": 0.00680838, "MT": 0.0002621412, "V4t": 2.3232000000000005e-06, "PITv": 0.0008363146, "AITv": 0.0024953279999999998, "CITv": 0.0014250989999999998, "46": 0.014112841500000002, "FEF": 0.0010566697000000001}, "STPp": {"V4": 0.00041431336666666673, "PITd": 0.0011464076, "V2": 0.0005494173333333333, "V1": 0.0006513901333333334, "TH": 0.002792431666666667, "VIP": 0.003604891736666667, "7a": 0.03231078781333333, "DP": 0.0008150314333333333, "LIP": 0.0029458097466666675, "STPa": 0.0463087638, "MSTd": 0.07750212466666667, "MSTl": 0.008363258666666666, "FST": 0.0029582593, "AITd": 0.00045012213333333326, "CITd": 0.0007336893666666667, "MT": 0.0005119500000000001, "V4t": 4.476266666666667e-05, "AITv": 0.00024408833333333332, "CITv": 0.00028173233333333335, "VOT": 3.2250000000000005e-05, "PITv": 0.00017818766666666665, "TF": 0.0077603151333333325, "PO": 1.9194299999999993e-05, "46": 0.006187686136666667, "FEF": 0.0027500169733333333, "PIP": 0.0006357816999999999, "V3": 4.158199999999999e-06, "V3A": 0.0001946754, "VP": 8.875213333333334e-05, "MDP": 1.0888033333333335e-05, "MIP": 1.0488666666666666e-06}, "CITv": {"PO": 1.77256e-06, "TF": 0.03182241, "TH": 0.0041587257, "PIP": 0.000142787, "V4": 0.0709605166, "V1": 3.07546e-05, "V3": 4.4818000000000004e-05, "V2": 0.00166803487, "MSTd": 8.492860000000002e-06, "V3A": 0.00020133600000000004, "VP": 0.012700080000000002, "DP": 0.0002021464, "7a": 0.0016731169699999997, "PITd": 0.0955115232, "VOT": 0.037845000000000004, "VIP": 0.00107708, "LIP": 0.00089439, "STPa": 0.005788337000000001, "STPp": 0.00013233991, "MSTl": 0.00023593203999999998, "FST": 0.0020013619999999996, "AITd": 0.1731416, "CITd": 0.10012099999999997, "MT": 9.8895e-05, "V4t": 2.64e-06, "PITv": 0.04409120000000001, "AITv": 0.12012400000000001, "FEF": 0.010091085640000002, "46": 0.0021442090000000002}, "46": {"TF": 0.00023437925, "PIP": 1.3434800000000002e-05, "V3A": 3.5756000000000005e-06, "VP": 5.0537e-06, "V4": 5.4178949999999994e-05, "V3": 4.477375e-05, "V2": 0.00099948935, "DP": 0.0005022087000000001, "7a": 0.009070648600000002, "VIP": 0.0030687705, "LIP": 0.0025490456000000004, "MDP": 0.00010807840000000002, "PO": 7.39644e-05, "MIP": 1.8074200000000004e-05, "STPa": 0.0033303452000000007, "STPp": 0.009455807400000002, "MSTd": 0.0009848546000000005, "MSTl": 0.0007123987000000001, "FST": 0.00237433, "AITd": 0.005064239399999999, "CITd": 0.0051180683, "MT": 4.3527e-06, "PITd": 0.0031302532999999996, "TH": 6.31086e-05, "AITv": 0.00015379490000000002, "CITv": 0.0013516526999999996, "VOT": 3.4511e-06, "PITv": 0.0002622428, "FEF": 0.12080655639999999, "V1": 0.00010192, "V4t": 1.4608e-06}, "MSTd": {"V1": 0.02872964328, "V2": 0.14120797318999997, "PO": 0.00119106314, "TF": 0.06385009, "TH": 0.00618325579, "PIP": 0.014145930179999999, "V4": 0.34126389999999995, "V3": 0.013097999999999999, "V3A": 0.020916080000000004, "VP": 0.07663900000000001, "DP": 0.014847490000000001, "7a": 0.004676075, "PITd": 0.12423347000000001, "VOT": 0.021822499999999998, "VIP": 0.009725760000000002, "LIP": 0.007245720000000001, "MIP": 1.33392e-06, "MDP": 8.314200000000001e-07, "STPa": 0.0021726988, "STPp": 0.0026488431199999996, "MSTl": 0.01104449, "FST": 0.01762035, "AITd": 0.00425251, "CITd": 0.00940632, "MT": 0.00558822, "PITv": 0.01629822, "AITv": 0.0058828, "CITv": 0.01248798, "FEF": 0.0028822971000000003, "46": 6.20149e-05}, "VP": {}, "V3": {}, "PIP": {}, "V3A": {}, "MT": {}, "V4t": {}, "PO": {}, "VOT": {}, "MIP": {}, "MDP": {}, "VIP": {}, "LIP": {}, "PITv": {}, "PITd": {}, "AITv": {}, "MSTl": {}, "FST": {}, "CITd": {}, "TF": {}, "TH": {}, "AITd": {}}, "FLN_completed": {"V1": {"PO": 0.00732, "TF": 0.031515354, "TH": 0.0251198676, "PIP": 0.0011189715999999998, "V4": 0.10954549659999999, "V3": 0.023208176, "V2": 0.5977878200000001, "MSTd": 0.009428104000000001, "V3A": 0.0015919234, "VP": 0.025739616000000003, "DP": 0.0010145062, "7a": 0.0082967068, "PITd": 0.012291986738000001, "VOT": 0.011115732, "VIP": 0.0005227172, "LIP": 0.000407667, "STPa": 0.00062455239, "STPp": 0.0017661359199999996, "MSTl": 0.0018131874, "FST": 0.0024128178, "AITd": 0.0011806956020000002, "CITd": 0.0015557495139999996, "MT": 0.017819879999999993, "V4t": 0.010355839999999998, "PITv": 0.008508000268, "AITv": 0.0019543028, "CITv": 0.0031682135119999997, "FEF": 0.000192719624, "46": 6.56082e-07, "external": 0.0}, "V2": {"V1": 0.719374, "TF": 0.021752519333333328, "PIP": 0.0016004779333333335, "V3A": 0.0027763386666666665, "VP": 0.030574433333333335, "V4": 0.10780030110000002, "V3": 0.005494763999999998, "DP": 0.0006935116333333333, "7a": 0.003920323266666667, "PITd": 0.00645689953, "VOT": 0.005428937, "VIP": 0.00043936193333333335, "LIP": 0.0003024266666666667, "MDP": 7.533e-06, "PO": 9.915666666666666e-06, "MIP": 6.448e-06, "STPp": 0.0001565191266666667, "STPa": 6.775063e-05, "MSTd": 0.0035983412133333333, "MSTl": 0.0004045919666666667, "FST": 0.0005781431133333334, "AITd": 0.00011696018333333336, "CITd": 0.00015839591000000003, "MT": 0.010586940999999999, "V4t": 0.006289066666666667, "PITv": 0.0012713125800000002, "TH": 0.0004302408, "AITv": 0.0004452911, "CITv": 0.0007957710533333331, "FEF": 0.00011400506666666668, "46": 5.056234787738941e-05, "external": 0.002769274482736845}, "VP": {"7a": 0.001966574318848339, "DP": 0.0024756461209531136, "LIP": 0.0018548814372213482, "MSTd": 0.004174892925022077, "MT": 0.008293452698284402, "PIP": 0.004530947395055978, "TF": 0.00705236411780784, "V2": 0.00717581605963354, "V3A": 0.005137466728058192, "V4": 0.008567477824525566, "VIP": 0.002442567075962061, "VOT": 0.010505902036643833, "external": 0.0}, "V3": {"7a": 0.004674246831500541, "FST": 0.001678543003493744, "LIP": 0.0049843652643756075, "MSTd": 0.004926477098009895, "MT": 0.00733451210571452, "PIP": 0.013445388063019195, "TF": 0.001972570146235144, "V1": 0.008586428591530818, "V2": 0.005900422577201198, "V3A": 0.017879918293458957, "V4": 0.005452910062762763, "V4t": 0.0064882545931690865, "VIP": 0.005743942149742755, "VP": 0.004194632953905766, "external": 0.0}, "PIP": {"7a": 0.008621057407958396, "DP": 0.011162671737969579, "LIP": 0.00953663308985513, "MT": 0.009990570858078392, "V1": 0.00527818493705959, "V2": 0.004725558994582357, "V3": 0.013445388063019195, "V4": 0.005410030671440896, "VP": 0.004530947395055978, "external": 0.006721419057747149}, "V3A": {"7a": 0.00868247987997409, "DP": 0.015543435560302327, "FST": 0.002433014251653756, "LIP": 0.008517773248403361, "MIP": 0.007032378516660398, "MSTd": 0.007795706029440842, "MSTl": 0.0052012331547735356, "MT": 0.011026528667923917, "V1": 0.006635229529771761, "V2": 0.005672463185317145, "V3": 0.017879918293458957, "V4": 0.007596844403044716, "VIP": 0.009396080130381014, "VP": 0.005137466728058192, "external": 0.0}, "MT": {"7a": 0.007668578783559499, "46": 0.0002982264907871621, "CITv": 0.0038163017519338253, "DP": 0.0067985734994770045, "FEF": 0.0005936836670590779, "FST": 0.008971528370378384, "LIP": 0.007256401869854357, "MIP": 0.004627972542024091, "MSTd": 0.01449135961835989, "MSTl": 0.017852332108062183, "PIP": 0.009990570858078392, "PO": 0.005124127489289287, "STPp": 0.005741274636653619, "V1": 0.0034419775555150226, "V2": 0.004610708369380301, "V3": 0.00733451210571452, "V3A": 0.011026528667923917, "V4": 0.012266466578010995, "V4t": 0.022905029760814703, "VIP": 0.00941716871058578, "VP": 0.008293452698284402, "external": 0.010053373851418083}, "V4t": {"7a": 0.005758077370591879, "46": 0.0002258161213703737, "FST": 0.0075262122160688, "MSTd": 0.011356730621151199, "MT": 0.022905029760814703, "V2": 0.004346258427304073, "V3": 0.0064882545931690865, "V4": 0.014563486215169221, "external": 0.0}, "V4": {"V1": 0.03265630666666667, "V2": 0.25016898013333333, "PO": 0.002687799166666667, "TF": 0.052711999999999995, "TH": 0.012389706666666667, "PIP": 0.002219050266666667, "V3": 0.018678131733333336, "MSTd": 0.005856831066666667, "V3A": 0.0036355771333333336, "VP": 0.02896426666666667, "DP": 0.0010129916, "7a": 0.0070245596, "PITd": 0.05751595333333334, "VIP": 0.0017124856666666669, "LIP": 0.0013945623333333334, "STPa": 0.0020584594000000005, "STPp": 0.0006447129666666667, "MSTl": 0.005235169433333332, "FST": 0.009160531999999997, "AITd": 0.011051566, "CITd": 0.012193617333333332, "MT": 0.021604643499999996, "V4t": 0.011346133333333331, "PITv": 0.08069382666666668, "VOT": 0.04640013333333332, "AITv": 0.028120480000000003, "CITv": 0.08528930666666668, "46": 0.00020951288, "FEF": 0.0034942574533333333, "MIP": 3.755333333333333e-07, "MDP": 1.9494333333333333e-06, "external": 0.0}, "PO": {"7a": 0.004144248657410051, "DP": 0.005220646508186041, "FEF": 0.0001886114098855978, "LIP": 0.0048842515280058535, "MDP": 0.014405320247417218, "MIP": 0.020617646941670047, "MSTd": 0.004321736159726882, "MSTl": 0.0029108328936136986, "MT": 0.005124127489289287, "PIP": 0.015334961576419863, "V1": 0.003897505308584523, "V2": 0.002979802254013754, "V3": 0.008521681404942045, "V3A": 0.008186751962556745, "V4t": 0.003978868012995961, "VIP": 0.007279513913864154, "VP": 0.0025287698806870013, "external": 0.006542796226354337}, "VOT": {"V2": 0.00275414110376441, "VP": 0.010505902036643833, "external": 0.0}, "DP": {"V1": 0.007304985799999999, "V2": 0.0868778232, "PO": 0.022935904999999993, "TF": 0.06188520200000001, "TH": 0.006924548, "PIP": 0.031740154, "V4": 0.265129002, "V3": 0.00384, "MSTd": 0.044096166400000004, "V3A": 0.020889140000000004, "VP": 0.06324947, "7a": 0.12170417, "PITd": 0.027323034000000003, "VOT": 0.010269784, "VIP": 0.009584543999999999, "LIP": 0.0064203, "MIP": 0.01056964, "MDP": 0.010851755000000001, "STPa": 0.0004850526, "STPp": 0.0005674942999999999, "MSTl": 0.005852022, "FST": 0.0030646910000000005, "AITd": 0.0003074472, "CITd": 0.0007696679999999999, "MT": 0.048233399999999996, "V4t": 0.028512000000000003, "PITv": 0.0048909, "AITv": 0.0054317116, "CITv": 0.0043738349999999995, "FEF": 0.0023306253, "46": 0.0011283134999999999, "external": 0.004211451692517544}, "MIP": {"7a": 0.004628073242481961, "LIP": 0.005628643453612285, "PO": 0.020617646941670047, "V2": 0.002317741117550906, "V3A": 0.007032378516660398, "external": 0.010374993985500259}, "MDP": {"external": 0.011419607784729701}, "MSTd": {"V1": 0.02872964328, "V2": 0.14120797318999997, "PO": 0.00119106314, "TF": 0.06385009, "TH": 0.00618325579, "PIP": 0.014145930179999999, "V4": 0.34126389999999995, "V3": 0.013097999999999999, "V3A": 0.020916080000000004, "VP": 0.07663900000000001, "DP": 0.014847490000000001, "7a": 0.004676075, "PITd": 0.12423347000000001, "VOT": 0.021822499999999998, "VIP": 0.009725760000000002, "LIP": 0.007245720000000001, "MIP": 1.33392e-06, "MDP": 8.314200000000001e-07, "STPa": 0.0021726988, "STPp": 0.0026488431199999996, "MSTl": 0.01104449, "FST": 0.01762035, "AITd": 0.00425251, "CITd": 0.00940632, "MT": 0.00558822, "PITv": 0.01629822, "AITv": 0.0058828, "CITv": 0.01248798, "FEF": 0.0028822971000000003, "46": 6.20149e-05, "external": 0.0072490129352875}, "VIP": {"7a": 0.015446422673293946, "46": 0.0003458110186325523, "FEF": 0.0006773108120469758, "FST": 0.002979432398247835, "LIP": 0.019527396424842813, "MDP": 0.006218843583134815, "MIP": 0.00854479275972444, "MSTd": 0.012160526096505421, "MSTl": 0.006600939858094132, "MT": 0.00941716871058578, "PIP": 0.012547211081402667, "PO": 0.007279513913864154, "STPp": 0.0028081138130298814, "V2": 0.0023722199828714475, "V3": 0.005743942149742755, "V3A": 0.009396080130381014, "V4": 0.003911943716196138, "V4t": 0.006957528571384772, "VP": 0.002442567075962061, "external": 0.025685025786337367}, "LIP": {"7a": 0.0200256002116261, "46": 0.0002602252700827285, "DP": 0.014354121318509222, "FEF": 0.000521760134974346, "FST": 0.002253883895344027, "MDP": 0.0040408631174151345, "MIP": 0.005628643453612285, "MSTd": 0.010960695690248752, "MT": 0.007256401869854357, "PIP": 0.00953663308985513, "PO": 0.0048842515280058535, "STPp": 0.00244222691917776, "V2": 0.0019352055971065822, "V3": 0.0049843652643756075, "V3A": 0.008517773248403361, "V4": 0.0031585061105836834, "V4t": 0.005430465611173537, "VIP": 0.019527396424842813, "VP": 0.0018548814372213482, "external": 0.02010122555511015}, "PITv": {"7a": 0.001519128953463658, "AITd": 0.006359379280575416, "AITv": 0.007758145814052114, "CITd": 0.017478643524974677, "CITv": 0.015691806311089743, "FST": 0.01263496858298248, "LIP": 0.001285789125409984, "MT": 0.007004200569019747, "STPp": 0.003829466462804577, "TF": 0.009068192149592905, "TH": 0.005708336359028609, "V2": 0.0018379391047956878, "V4": 0.007007339925830216, "V4t": 0.0083415091788602, "VOT": 0.019379857366420852, "VP": 0.006643210862858017, "external": 0.0}, "PITd": {"7a": 0.002196946592552967, "FST": 0.012982843785615662, "MT": 0.010136691826050192, "STPp": 0.004493623560965627, "V2": 0.0019962868813370362, "V4": 0.009015562729701311, "V4t": 0.011986441343393476, "VOT": 0.016997572679928255, "VP": 0.0059050722299335764, "external": 0.0}, "AITv": {"CITd": 0.013892253195462468, "CITv": 0.015709600532818804, "PITd": 0.005118145751195346, "PITv": 0.007758145814052114, "TF": 0.006947301047502546, "TH": 0.005486718323377269, "V4": 0.0016643210932731807, "external": 0.0}, "MSTl": {"7a": 0.0063626815273536775, "46": 0.0005595505371621943, "DP": 0.0033814076993188254, "FEF": 0.0011101970110222973, "FST": 0.016643198599736588, "LIP": 0.005335978271267846, "MT": 0.017852332108062183, "PO": 0.0029108328936136986, "STPp": 0.011601763981185209, "V1": 0.0017709112924698136, "V2": 0.0027725710447628854, "V3A": 0.0052012331547735356, "V4t": 0.014647861481879191, "VIP": 0.006600939858094132, "external": 0.0072734106207775415}, "FST": {"7a": 0.002689233899127888, "46": 0.0007407465799992857, "CITv": 0.011714210291935324, "DP": 0.0015307752733108727, "FEF": 0.0013885197573829428, "LIP": 0.002253883895344027, "MSTd": 0.006848877340960466, "MSTl": 0.016643198599736588, "MT": 0.008971528370378384, "STPp": 0.011041563402888874, "TF": 0.01059563824406266, "V2": 0.0016679794532344961, "V3": 0.001678543003493744, "V3A": 0.002433014251653756, "V4": 0.005061550773625565, "V4t": 0.0075262122160688, "VIP": 0.002979432398247835, "VP": 0.004466681106251745, "external": 0.010332209959069458}, "CITv": {"PO": 1.77256e-06, "TF": 0.03182241, "TH": 0.0041587257, "PIP": 0.000142787, "V4": 0.0709605166, "V1": 3.07546e-05, "V3": 4.4818000000000004e-05, "V2": 0.00166803487, "MSTd": 8.492860000000002e-06, "V3A": 0.00020133600000000004, "VP": 0.012700080000000002, "DP": 0.0002021464, "7a": 0.0016731169699999997, "PITd": 0.0955115232, "VOT": 0.037845000000000004, "VIP": 0.00107708, "LIP": 0.00089439, "STPa": 0.005788337000000001, "STPp": 0.00013233991, "MSTl": 0.00023593203999999998, "FST": 0.0020013619999999996, "AITd": 0.1731416, "CITd": 0.10012099999999997, "MT": 9.8895e-05, "V4t": 2.64e-06, "PITv": 0.04409120000000001, "AITv": 0.12012400000000001, "FEF": 0.010091085640000002, "46": 0.0021442090000000002, "external": 0.00981041654023485}, "CITd": {"V4": 0.0041777466613098085, "external": 0.0}, "7a": {"V1": 2.03353e-05, "V2": 0.0004819565000000001, "PO": 0.019530515, "TF": 0.0347868766, "TH": 0.00023084030000000003, "PIP": 0.011194674, "V4": 0.0095445104, "V3": 1.7328000000000002e-06, "MSTd": 0.08197936960000002, "DP": 0.0140701901, "V3A": 5.58706e-05, "PITd": 0.007615705600000001, "VOT": 0.0008113, "VP": 0.0006863600000000001, "VIP": 0.0489402158, "LIP": 0.040764316, "MIP": 0.017571071599999995, "MDP": 0.024250399999999995, "STPa": 0.007041039999999999, "STPp": 0.0605408629, "MSTl": 0.013092799999999998, "FST": 0.00594815, "AITd": 0.001156032, "CITd": 0.0026997239999999997, "MT": 0.0011731722, "V4t": 9.539200000000002e-06, "PITv": 0.014191047999999998, "AITv": 0.015436940199999999, "CITv": 0.012528181999999999, "FEF": 0.014788873000000001, "46": 0.014181229799999999, "external": 0.02938506023105533}, "STPp": {"V4": 0.00041431336666666673, "PITd": 0.0011464076, "V2": 0.0005494173333333333, "V1": 0.0006513901333333334, "TH": 0.002792431666666667, "VIP": 0.003604891736666667, "7a": 0.03231078781333333, "DP": 0.0008150314333333333, "LIP": 0.0029458097466666675, "STPa": 0.0463087638, "MSTd": 0.07750212466666667, "MSTl": 0.008363258666666666, "FST": 0.0029582593, "AITd": 0.00045012213333333326, "CITd": 0.0007336893666666667, "MT": 0.0005119500000000001, "V4t": 4.476266666666667e-05, "AITv": 0.00024408833333333332, "CITv": 0.00028173233333333335, "VOT": 3.2250000000000005e-05, "PITv": 0.00017818766666666665, "TF": 0.0077603151333333325, "PO": 1.9194299999999993e-05, "46": 0.006187686136666667, "FEF": 0.0027500169733333333, "PIP": 0.0006357816999999999, "V3": 4.158199999999999e-06, "V3A": 0.0001946754, "VP": 8.875213333333334e-05, "MDP": 1.0888033333333335e-05, "MIP": 1.0488666666666666e-06, "external": 0.0169218564119172}, "STPa": {"PO": 1.6968e-06, "TF": 0.01044059712, "TH": 0.00370067704, "PIP": 0.0, "V4": 2.16198e-05, "V1": 2.9014879999999998e-05, "V3": 1.584e-07, "V2": 3.010232e-05, "MSTd": 0.0188856368, "PITd": 0.0033370486800000003, "VOT": 1.237424e-05, "VP": 7.814400000000001e-07, "DP": 2.9721799999999997e-05, "7a": 0.006960793999999999, "VIP": 4.5480000000000005e-05, "LIP": 3.792000000000001e-05, "STPp": 0.30555149480000005, "MSTl": 0.007341100000000001, "FST": 0.0157761, "AITd": 0.025548469999999997, "CITd": 0.00680838, "MT": 0.0002621412, "V4t": 2.3232000000000005e-06, "PITv": 0.0008363146, "AITv": 0.0024953279999999998, "CITv": 0.0014250989999999998, "46": 0.014112841500000002, "FEF": 0.0010566697000000001, "external": 0.021379975066850528}, "FEF": {"PO": 0.0019396929999999997, "TF": 0.0011607034433333333, "TH": 0.00016265508666666668, "PIP": 0.0015277950666666667, "V4": 0.004977958576666667, "V1": 0.00022920966666666672, "V3": 0.00037832696666666664, "V2": 0.0026317330000000002, "MSTd": 0.0092838776, "V3A": 0.00030441690000000004, "VP": 0.0009217902500000001, "PITd": 0.002460433963333334, "VOT": 0.00025604022, "DP": 0.0007984183666666667, "7a": 0.004013115566666667, "VIP": 0.005299874766666666, "LIP": 0.0039942541000000005, "MIP": 0.001530742066666667, "MDP": 0.0031931584000000008, "STPa": 0.0020900494333333333, "STPp": 0.027672489399999996, "MSTl": 0.001190899, "FST": 0.0016546871, "MT": 0.0022583639999999997, "CITd": 0.00028953729, "V4t": 0.0012444373333333333, "PITv": 0.00021049071, "AITd": 0.00011194493333333333, "AITv": 0.00010364666, "CITv": 0.00010565765666666668, "46": 0.1895018566666667, "external": 0.030348245801991393}, "46": {"TF": 0.00023437925, "PIP": 1.3434800000000002e-05, "V3A": 3.5756000000000005e-06, "VP": 5.0537e-06, "V4": 5.4178949999999994e-05, "V3": 4.477375e-05, "V2": 0.00099948935, "DP": 0.0005022087000000001, "7a": 0.009070648600000002, "VIP": 0.0030687705, "LIP": 0.0025490456000000004, "MDP": 0.00010807840000000002, "PO": 7.39644e-05, "MIP": 1.8074200000000004e-05, "STPa": 0.0033303452000000007, "STPp": 0.009455807400000002, "MSTd": 0.0009848546000000005, "MSTl": 0.0007123987000000001, "FST": 0.00237433, "AITd": 0.005064239399999999, "CITd": 0.0051180683, "MT": 4.3527e-06, "PITd": 0.0031302532999999996, "TH": 6.31086e-05, "AITv": 0.00015379490000000002, "CITv": 0.0013516526999999996, "VOT": 3.4511e-06, "PITv": 0.0002622428, "FEF": 0.12080655639999999, "V1": 0.00010192, "V4t": 1.4608e-06, "external": 0.01948363363231367}, "TF": {"7a": 0.0018622862875994476, "46": 0.00027263187118762135, "AITv": 0.006947301047502546, "CITv": 0.008573111392548783, "FEF": 0.0004737508884470768, "FST": 0.01059563824406266, "LIP": 0.0016647514007397735, "MT": 0.0074104934764019845, "STPa": 0.005175064786224525, "STPp": 0.0037752777782433336, "TH": 0.014963255350597525, "V2": 0.0026546500269299987, "V3": 0.001972570146235144, "V3A": 0.002689205669205606, "V4": 0.004553843722667349, "VP": 0.00705236411780784, "external": 0.015077445206487964}, "TH": {"7a": 0.0019360577800537108, "46": 0.00027677638429352176, "AITv": 0.005486718323377269, "FEF": 0.0004782252441620275, "STPa": 0.004275371779150058, "STPp": 0.0031604962683527966, "TF": 0.014963255350597525, "V2": 0.0022492167248699692, "V4": 0.0034039285639701463, "external": 0.01308305567128213}, "AITd": {"7a": 0.00046777517280729655, "46": 0.0005676113571555957, "CITd": 0.01329368143561811, "CITv": 0.012994646677276813, "FEF": 0.0008085031348249742, "PITd": 0.004758288424810753, "STPa": 0.014133181809193483, "TF": 0.004811523947655359, "TH": 0.0037689211883690063, "external": 0.0}}, "neuronal_densities": {"FEF": {"23": 61119.24615011697, "overall": 60822.524688517195, "4": 83820.50032477839, "5": 55405.3729147243, "6": 55405.3729147243}, "7a": {"23": 51225.809080885876, "overall": 52379.0, "4": 79926.19368350341, "5": 47522.666967296806, "6": 47522.666967296806}, "STPp": {"overall": 53725.75, "23": 51723.62311909379, "4": 88471.27398342734, "5": 51209.28871203213, "6": 51209.28871203213}, "CITv": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "PITv": {"23": 71548.47671840806, "overall": 78523.0, "4": 165979.4184335624, "5": 72530.66730098764, "6": 72530.66730098764}, "VP": {"overall": 111730.0, "23": 107228.9012018876, "4": 192008.83863994436, "5": 93575.32569713097, "6": 93575.32569713097}, "V3A": {"23": 73724.98018754808, "overall": 76696.0, "4": 123618.64707486573, "5": 66311.20009349921, "6": 66311.20009349921}, "TF": {"23": 60035.31107952612, "overall": 61906.0, "4": 103256.25889601017, "5": 56636.008092846845, "6": 56636.008092846845}, "LIP": {"23": 66365.33597739544, "overall": 69275.0, "4": 104732.3373288077, "5": 59804.35175881624, "6": 59804.35175881624}, "V4t": {"overall": 80648.75, "23": 77437.49196037636, "4": 150877.76843256268, "5": 69309.7641053403, "6": 69309.7641053403}, "MIP": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "CITd": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "MSTd": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "DP": {"23": 61577.99107383698, "overall": 63763.032750087405, "4": 100988.31726393124, "5": 57674.084791137735, "6": 57674.084791137735}, "STPa": {"overall": 53725.75, "23": 51723.62311909379, "4": 88471.27398342734, "5": 51209.28871203213, "6": 51209.28871203213}, "MSTl": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "MT": {"23": 82184.85656009504, "overall": 81153.0, "4": 134779.48312587343, "5": 66175.91653374783, "6": 66175.91653374783}, "46": {"23": 50800.916845800064, "overall": 52720.0, "4": 75146.86652655818, "5": 52317.133324041286, "6": 52317.133324041286}, "AITv": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "VIP": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "PITd": {"23": 71548.47671840806, "overall": 78523.0, "4": 165979.4184335624, "5": 72530.66730098764, "6": 72530.66730098764}, "VOT": {"23": 71548.47671840806, "overall": 78523.0, "4": 165979.4184335624, "5": 72530.66730098764, "6": 72530.66730098764}, "V1": {"23": 166264.25225183976, "overall": 173360.0, "4": 190654.31742388426, "5": 152108.54915928794, "6": 152108.54915928794}, "V2": {"23": 107228.9012018876, "overall": 111730.0, "4": 192008.83863994436, "5": 93575.32569713097, "6": 93575.32569713097}, "V3": {"overall": 111730.0, "23": 107228.9012018876, "4": 192008.83863994436, "5": 93575.32569713097, "6": 93575.32569713097}, "V4": {"23": 82291.65437545427, "overall": 86223.0, "4": 179133.52509594912, "5": 72221.27249312654, "6": 72221.27249312654}, "TH": {"23": 49012.54441576494, "overall": 49446.0, "4": 0.0, "5": 50015.797726592515, "6": 50015.797726592515}, "PIP": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "FST": {"overall": 53725.75, "23": 51723.62311909379, "4": 88471.27398342734, "5": 51209.28871203213, "6": 51209.28871203213}, "MDP": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "PO": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "AITd": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}}, "neuronal_density_data_FV91_4layers": {"V1": {"23": 166264.25225183976, "overall": 173360.0, "4": 190654.31742388426, "5": 152108.54915928794, "6": 152108.54915928794}, "V2": {"23": 107228.9012018876, "overall": 111730.0, "4": 192008.83863994436, "5": 93575.32569713097, "6": 93575.32569713097}, "V4": {"23": 82291.65437545427, "overall": 86223.0, "4": 179133.52509594912, "5": 72221.27249312654, "6": 72221.27249312654}, "MT": {"23": 82184.85656009504, "overall": 81153.0, "4": 134779.48312587343, "5": 66175.91653374783, "6": 66175.91653374783}, "PITd": {"23": 71548.47671840806, "overall": 78523.0, "4": 165979.4184335624, "5": 72530.66730098764, "6": 72530.66730098764}, "PITv": {"23": 71548.47671840806, "overall": 78523.0, "4": 165979.4184335624, "5": 72530.66730098764, "6": 72530.66730098764}, "VOT": {"23": 71548.47671840806, "overall": 78523.0, "4": 165979.4184335624, "5": 72530.66730098764, "6": 72530.66730098764}, "V3A": {"23": 73724.98018754808, "overall": 76696.0, "4": 123618.64707486573, "5": 66311.20009349921, "6": 66311.20009349921}, "LIP": {"23": 66365.33597739544, "overall": 69275.0, "4": 104732.3373288077, "5": 59804.35175881624, "6": 59804.35175881624}, "DP": {"23": 61577.99107383698, "overall": 63763.032750087405, "4": 100988.31726393124, "5": 57674.084791137735, "6": 57674.084791137735}, "TF": {"23": 60035.31107952612, "overall": 61906.0, "4": 103256.25889601017, "5": 56636.008092846845, "6": 56636.008092846845}, "FEF": {"23": 61119.24615011697, "overall": 60822.524688517195, "4": 83820.50032477839, "5": 55405.3729147243, "6": 55405.3729147243}, "AITd": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "AITv": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "CITd": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "CITv": {"23": 52433.88327484462, "overall": 54902.0, "4": 99406.01786182387, "5": 52498.67727839522, "6": 52498.67727839522}, "46": {"23": 50800.916845800064, "overall": 52720.0, "4": 75146.86652655818, "5": 52317.133324041286, "6": 52317.133324041286}, "7a": {"23": 51225.809080885876, "overall": 52379.0, "4": 79926.19368350341, "5": 47522.666967296806, "6": 47522.666967296806}, "TH": {"23": 49012.54441576494, "overall": 49446.0, "4": 0.0, "5": 50015.797726592515, "6": 50015.797726592515}}, "realistic_neuronal_numbers": {"FEF": {"23E": 7116258.062416201, "23I": 2007264.3976278158, "4E": 3738560.648779402, "4I": 934682.8106165795, "5E": 2737096.7132908967, "5I": 601032.5772484133, "6E": 2605291.6369981444, "6I": 533546.3526134444, "total": 20273733.199590895}, "7a": {"23E": 7785533.377762723, "23I": 2196045.144605121, "4E": 2089479.7746036942, "4I": 522393.7798336135, "5E": 2488782.555412475, "5I": 546505.8601060383, "6E": 2988894.9338910277, "6I": 612105.7495735153, "total": 19229741.175788205}, "STPp": {"23E": 10231171.547963874, "23I": 2885879.9405705766, "4E": 3214014.74148318, "4I": 803540.3499240858, "5E": 3490372.4822190227, "5I": 766442.6172295379, "6E": 4191750.945380641, "6I": 858442.6389011556, "total": 26441615.263672072}, "CITv": {"23E": 4781074.136115523, "23I": 1348585.1428756928, "4E": 1754777.4509003817, "4I": 438714.3807202003, "5E": 1649485.19100076, "5I": 362206.541941404, "6E": 1980943.6224906985, "6I": 405684.0430081682, "total": 12721470.509052828}, "PITv": {"23E": 4546866.169615768, "23I": 1282522.7110930902, "4E": 3774053.5763523397, "4I": 943556.447402896, "5E": 1588254.3632775452, "5I": 348761.009668162, "6E": 1907408.6684699608, "6I": 390624.5748280269, "total": 14782047.520707788}, "VP": {"23E": 6917343.194842176, "23I": 1951156.998438778, "4E": 6436579.782354831, "4I": 1609218.3722346388, "5E": 2080057.8770850257, "5I": 456754.9771331035, "6E": 2498038.4234448234, "6I": 511581.6097475055, "total": 22460731.235280883}, "V3A": {"23E": 3964407.8216861454, "23I": 1118230.2002473997, "4E": 2306615.689972856, "4I": 576680.2356998073, "5E": 1228675.3686414948, "5I": 269801.91084601893, "6E": 1475573.499477787, "6I": 302187.6121195219, "total": 11242172.338691032}, "TF": {"23E": 6074732.165699517, "23I": 1713483.8976304682, "4E": 3384007.2514310316, "4I": 846040.4166365786, "5E": 2187728.4571476975, "5I": 480398.1045076902, "6E": 2627345.0398780513, "6I": 538062.7424494962, "total": 17851798.07538053}, "LIP": {"23E": 2913160.3478207462, "23I": 821707.5602758899, "4E": 1126140.8103144537, "4I": 281548.0492682131, "5E": 651795.5065530408, "5I": 143126.22978948214, "6E": 1575617.9037778564, "6I": 322676.0389258161, "total": 7835772.446725499}, "V4t": {"23E": 1360184.0182880426, "23I": 383663.56731095293, "4E": 980714.0653507396, "4I": 245189.70404091728, "5E": 419495.6041320673, "5I": 92116.04503106218, "6E": 503791.8171087833, "6I": 103173.20436517496, "total": 4088328.02562774}, "MIP": {"23E": 1861055.129421214, "23I": 524942.9785351913, "4E": 715830.5384720211, "4I": 178965.80060635193, "5E": 346345.2234161966, "5I": 76053.12637902048, "6E": 1560161.9034535293, "6I": 319510.75313518627, "total": 5582865.453418711}, "CITd": {"23E": 2399105.600172807, "23I": 676709.4749991855, "4E": 880533.5976096117, "4I": 220143.44427575002, "5E": 827698.765271022, "5I": 181752.40928116255, "6E": 994022.0132635923, "6I": 203569.0792011859, "total": 6383534.384074317}, "MSTd": {"23E": 5346732.588457302, "23I": 1508138.950880428, "4E": 2715843.8559756237, "4I": 678991.9455574008, "5E": 1777557.624205953, "5I": 390329.6638720288, "6E": 2134751.7749729697, "6I": 437182.9268926931, "total": 14989529.330814399}, "DP": {"23E": 5001221.312264808, "23I": 1410681.4841054436, "4E": 2151023.612566881, "4I": 537780.4413987652, "5E": 1614053.3029574256, "5I": 354426.13765972335, "6E": 1938391.8172152215, "6I": 396969.71706498606, "total": 13404547.825233255}, "STPa": {"23E": 3280648.3045655773, "23I": 925363.9321585639, "4E": 1030581.0984660854, "4I": 257657.03118848646, "5E": 1119195.8332839224, "5I": 245761.55926750044, "6E": 1344094.424343897, "6I": 275261.5743637242, "total": 8478563.757637756}, "MSTl": {"23E": 1294223.7740036394, "23I": 365058.33281135384, "4E": 657393.9554174577, "4I": 164355.98821502394, "5E": 430273.4985989926, "5I": 94482.73732122207, "6E": 516735.4927626279, "6I": 105823.9828179387, "total": 3628347.761948256}, "MT": {"23E": 3387941.185455547, "23I": 955627.755932295, "4E": 1576557.5125129828, "4I": 394157.3630416898, "5E": 792485.0871952683, "5I": 174019.92120885785, "6E": 885309.68110297, "6I": 181305.51857530785, "total": 8347404.025024918}, "46": {"23E": 6032896.419270735, "23I": 1701683.3974774193, "4E": 1971206.910649511, "4I": 492824.21462234406, "5E": 2194273.9158227458, "5I": 481835.4062579843, "6E": 2933147.6012706426, "6I": 600689.0676308342, "total": 16408556.933002219}, "AITv": {"23E": 4583767.781081143, "23I": 1292931.4526339208, "4E": 1682360.9325874117, "4I": 420609.4250352009, "5E": 1581413.8954186402, "5I": 347258.92755069106, "6E": 1899193.6318913486, "6I": 388942.19012266054, "total": 12196478.236321017}, "VIP": {"23E": 4821635.686107228, "23I": 1360026.2337547531, "4E": 2235064.080697643, "4I": 558791.51714088, "5E": 859117.3541222662, "5I": 188651.54270932236, "6E": 668974.5483609311, "6I": 137001.52612490626, "total": 10829262.48901793}, "PITd": {"23E": 6587774.377258495, "23I": 1858196.3794868276, "4E": 5468076.807458739, "4I": 1367081.580107982, "5E": 2301158.866053231, "5I": 505306.0190405548, "6E": 2763568.903143899, "6I": 565960.4811718109, "total": 21417123.41372154}, "VOT": {"23E": 3176820.440084732, "23I": 896077.4765485821, "4E": 2636869.0205685482, "4I": 659247.335783485, "5E": 1109687.1421091869, "5I": 243673.56831882143, "6E": 1332674.9940612898, "6I": 272922.9511978245, "total": 10327972.928672472}, "V1": {"23E": 70351649.31455898, "23I": 19843906.691540737, "4E": 104498963.79693717, "4I": 26125933.043277144, "5E": 30792502.779850837, "5I": 6761652.672276523, "6E": 29454725.608150266, "6I": 6032131.371505871, "total": 293861465.2780975}, "V2": {"23E": 60291657.94579554, "23I": 17006311.09876571, "4E": 43780517.995760456, "4I": 10945628.934463676, "5E": 22768869.615967955, "5I": 4999762.090929045, "6E": 22970833.698674805, "6I": 4704273.549405582, "total": 187467854.92976275}, "V3": {"23E": 7050338.08337958, "23I": 1988670.5206419022, "4E": 5718439.590182145, "4I": 1429675.1318552576, "5E": 1453678.9582375523, "5I": 319209.91557175113, "6E": 1751820.7797907297, "6I": 358761.21283939376, "total": 20070594.19249831}, "V4": {"23E": 36181631.72328601, "23I": 10205658.72811732, "4E": 19007157.695427947, "4I": 4752006.252030559, "5E": 7854280.51218247, "5I": 1724702.8341184186, "6E": 7950727.398374058, "6I": 1628255.9479268312, "total": 89304421.09146364}, "TH": {"23E": 1102237.244142804, "23I": 310905.1918159415, "4E": 0.0, "4I": 0.0, "5E": 1041658.381430335, "5I": 228735.29406666115, "6E": 484476.77823009423, "6I": 99217.61321447158, "total": 3267230.502900307}, "PIP": {"23E": 4707159.180232314, "23I": 1327736.1435708222, "4E": 2390976.007726943, "4I": 597771.2774965055, "5E": 1564927.093461991, "5I": 343638.62980144745, "6E": 1879393.8632305118, "6I": 384887.3295452276, "total": 13196489.525065761}, "FST": {"23E": 2228633.7959837206, "23I": 628624.9367001414, "4E": 766864.0534953041, "4I": 191724.76153779466, "5E": 774255.1693285241, "5I": 170016.85677007798, "6E": 929839.1087289786, "6I": 190424.84838715038, "total": 5880383.530931692}, "MDP": {"23E": 3435994.282487219, "23I": 969181.9679945091, "4E": 1745294.6835990446, "4I": 436343.58071819134, "5E": 1142319.6751505157, "5I": 250839.26887325756, "6E": 1371864.9234808546, "6I": 280948.7873860063, "total": 9632787.169689598}, "PO": {"23E": 3342251.0816976735, "23I": 942740.0672351314, "4E": 1697678.3325487978, "4I": 424438.9497620289, "5E": 1111154.11028934, "5I": 243995.69638312308, "6E": 1334436.7445012, "6I": 273283.7459388356, "total": 9369978.72835613}, "AITd": {"23E": 4508601.451957001, "23I": 1271729.4817346197, "4E": 1654772.952217552, "4I": 413712.1152270119, "5E": 1555481.2821141132, "5I": 341564.44648485165, "6E": 1868049.9482618198, "6I": 382564.1714120074, "total": 11996475.849408979}}, "total_thicknesses": {"V1": 1240.0, "V2": 1460.0, "VP": 1585.342273262686, "V3": 1585.342273262686, "PIP": 2070.561486887418, "V3A": 1660.0, "MT": 1960.0, "V4t": 1880.0673770928606, "V4": 1890.0, "PO": 2070.561486887418, "VOT": 1904.2178479221384, "DP": 2060.0, "MIP": 2070.561486887418, "MDP": 2070.561486887418, "MSTd": 2070.561486887418, "VIP": 2070.561486887418, "LIP": 2300.0, "PITv": 1904.2178479221384, "PITd": 1904.2178479221384, "AITv": 2630.0, "MSTl": 2070.561486887418, "FST": 2247.328674211474, "CITv": 2227.7479202457143, "CITd": 2227.7479202457143, "7a": 2680.0, "STPp": 2247.328674211474, "STPa": 2247.328674211474, "FEF": 2210.0, "46": 1860.0, "TF": 1620.0, "TH": 1870.0, "AITd": 2630.0}, "laminar_thicknesses": {"V1": {"1": 0.08967005445322952, "23": 0.3653998098401042, "4": 0.4614890241689768, "5": 0.16629777405727372, "6": 0.1571433374804157}, "V2": {"1": 0.1206349760574621, "23": 0.6040487829209896, "4": 0.23883030726256985, "5": 0.24866171189146055, "6": 0.24782422186751799}, "VP": {"1": 0.17714878802273043, "23": 0.6333760829470785, "4": 0.3209011312779164, "5": 0.20761102756029734, "6": 0.24630524345466334}, "V3": {"1": 0.23320824408280585, "23": 0.6991547059583443, "4": 0.30876967047500165, "5": 0.1571391892973308, "6": 0.18707046344920336}, "PIP": {"1": 0.25591814163985166, "23": 0.9150072767426801, "4": 0.24388555598467354, "5": 0.299925440925703, "6": 0.35582507159450977}, "V3A": {"1": 0.19886503693743082, "23": 0.7110201516839858, "4": 0.24055402347012478, "5": 0.2330615700238317, "6": 0.27649921788462695}, "MT": {"1": 0.203395600676819, "23": 0.9454429780033843, "4": 0.2615654822335026, "5": 0.2612670050761422, "6": 0.28832893401015236}, "V4t": {"1": 0.2230803724680116, "23": 0.7975994308131237, "4": 0.2877787474825529, "5": 0.26144093828446113, "6": 0.3101678880447115}, "V4": {"1": 0.1771875, "23": 1.0040625, "4": 0.23625000000000002, "5": 0.23625000000000002, "6": 0.23625000000000002}, "PO": {"1": 0.25591814163985166, "23": 0.9150072767426801, "4": 0.24388555598467354, "5": 0.299925440925703, "6": 0.35582507159450977}, "VOT": {"1": 0.2270973574098532, "23": 0.8119617203671147, "4": 0.283257043447467, "5": 0.2661486779239949, "6": 0.31575304877370874}, "DP": {"1": 0.25583852489499187, "23": 0.9147226157943377, "4": 0.23389235234048408, "5": 0.29983213340496956, "6": 0.3557143735652168}, "MIP": {"1": 0.19533598932900173, "23": 0.8516649134744475, "4": 0.17189567060952152, "5": 0.15626879146320138, "6": 0.6953961220112461}, "MDP": {"1": 0.25591814163985166, "23": 0.9150072767426801, "4": 0.24388555598467354, "5": 0.299925440925703, "6": 0.35582507159450977}, "MSTd": {"1": 0.25591814163985166, "23": 0.9150072767426801, "4": 0.24388555598467354, "5": 0.299925440925703, "6": 0.35582507159450977}, "VIP": {"1": 0.25289300603205106, "23": 1.1696301528982362, "4": 0.2845046317860575, "5": 0.2054755674010415, "6": 0.15805812877003192}, "LIP": {"1": 0.2523199861163701, "23": 1.0042360848163574, "4": 0.239843388447137, "5": 0.23718840716900164, "6": 0.5664121334511337}, "PITv": {"1": 0.2270973574098532, "23": 0.8119617203671147, "4": 0.283257043447467, "5": 0.2661486779239949, "6": 0.31575304877370874}, "PITd": {"1": 0.2270973574098532, "23": 0.8119617203671147, "4": 0.283257043447467, "5": 0.2661486779239949, "6": 0.31575304877370874}, "AITv": {"1": 0.3366353068216317, "23": 1.2036026573832084, "4": 0.22718631698840488, "5": 0.3945226086071063, "6": 0.46805311019964885}, "MSTl": {"1": 0.25591814163985166, "23": 0.9150072767426801, "4": 0.24388555598467354, "5": 0.299925440925703, "6": 0.35582507159450977}, "FST": {"1": 0.5126175393099899, "23": 0.9007008741548409, "4": 0.17666480168310383, "5": 0.30065493337157506, "6": 0.35669052569196447}, "CITv": {"1": 0.28514775842325774, "23": 1.0195145691207823, "4": 0.19243872440273863, "5": 0.33418133871269773, "6": 0.39646552958623793}, "CITd": {"1": 0.28514775842325774, "23": 1.0195145691207823, "4": 0.19243872440273863, "5": 0.33418133871269773, "6": 0.39646552958623793}, "7a": {"1": 0.34637158771533116, "23": 1.2384136630003206, "4": 0.20769132202217178, "5": 0.4059331257408577, "6": 0.4815903015213188}, "STPp": {"1": 0.2889353100093555, "23": 1.0330565448482978, "4": 0.18498493804617222, "5": 0.33862019198120835, "6": 0.40173168932644016}, "STPa": {"1": 0.2889353100093555, "23": 1.0330565448482978, "4": 0.18498493804617222, "5": 0.33862019198120835, "6": 0.40173168932644016}, "FEF": {"1": 0.21710327455919398, "23": 0.9240806045340052, "4": 0.3451385390428212, "5": 0.37297229219143585, "6": 0.3507052896725441}, "46": {"1": 0.2195874325610917, "23": 0.8222722945096794, "4": 0.17708663916217074, "5": 0.2762551570929863, "6": 0.36479847667407167}, "TF": {"1": 0.2334764331779098, "23": 0.6571929230193017, "4": 0.20753460726925316, "5": 0.23865769578911442, "6": 0.28313834074442085}, "TH": {"1": 0.27703703703703697, "23": 0.6464197530864197, "4": 0.11543209876543209, "5": 0.5694650205761316, "6": 0.2616460905349794}, "AITd": {"1": 0.3366353068216317, "23": 1.2036026573832084, "4": 0.22718631698840488, "5": 0.3945226086071063, "6": 0.46805311019964885}}, "category_density": {"1": {"overall": NaN, "23": NaN, "4": NaN, "5": NaN, "6": NaN}, "2": {"overall": 49446.0, "23": 49012.54441576494, "4": 0.0, "5": 50015.797726592515, "6": 50015.797726592515}, "3": {"overall": NaN, "23": NaN, "4": NaN, "5": NaN, "6": NaN}, "4": {"overall": 53725.75, "23": 51723.62311909379, "4": 88471.27398342734, "5": 51209.28871203213, "6": 51209.28871203213}, "5": {"overall": 65327.06967982558, "23": 62132.82553342261, "4": 115446.0358005375, "5": 59947.313339536355, "6": 59947.313339536355}, "6": {"overall": 80648.75, "23": 77437.49196037636, "4": 150877.76843256268, "5": 69309.7641053403, "6": 69309.7641053403}, "7": {"overall": 111730.0, "23": 107228.9012018876, "4": 192008.83863994436, "5": 93575.32569713097, "6": 93575.32569713097}, "8": {"overall": 173360.0, "23": 166264.25225183976, "4": 190654.31742388426, "5": 152108.54915928794, "6": 152108.54915928794}}} \ No newline at end of file