diff --git a/.ipynb_checkpoints/ptychoScopy-checkpoint.ipynb b/.ipynb_checkpoints/ptychoScopy-checkpoint.ipynb index 8e1609d..a9cf15d 100644 --- a/.ipynb_checkpoints/ptychoScopy-checkpoint.ipynb +++ b/.ipynb_checkpoints/ptychoScopy-checkpoint.ipynb @@ -300,7 +300,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 4, "id": "8055b802-cf83-4250-aea9-54e3e6b73db0", "metadata": {}, "outputs": [], @@ -383,7 +383,7 @@ "method = ToggleButtons(options=[('SSB','direct'), ('Iter','iterative')], description='Method', tooltips=['SSB', 'PIE, MLc, DM'],\n", " layout=Layout(width='auto', grid_area='methods'), style = {'description_width': descr,'button_width': butt}, button_style='',disabled=False,)\n", "\n", - "graph_size = ToggleButtons(options=[('S', 90), ('M', 100), ('L', 120)], value=100, description='Graphs size',\n", + "graph_size = ToggleButtons(options=[('XXS', 70),('XS', 80),('S', 90), ('M', 100), ('L', 120)], value=100, description='Graphs size',\n", " layout=Layout(width='auto', grid_area='gr_size'), style = {'description_width': descr,'button_width': butt}, button_style='',disabled=False,)\n", "\n", "ctf_xaxis = RadioButtons(options=['α','mrad', 'A'], description='CTF x-axis:',\n", @@ -845,14 +845,14 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 5, "id": "7937f054-fcd0-4e67-a20f-7696f5903a94", "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "8710f7e77b2e4d7db347f1bf287dba25", + "model_id": "47642ef0d8b94bceb11f878293997c33", "version_major": 2, "version_minor": 0 }, diff --git a/ptychoScopy.ipynb b/ptychoScopy.ipynb index 8e1609d..a9cf15d 100644 --- a/ptychoScopy.ipynb +++ b/ptychoScopy.ipynb @@ -300,7 +300,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 4, "id": "8055b802-cf83-4250-aea9-54e3e6b73db0", "metadata": {}, "outputs": [], @@ -383,7 +383,7 @@ "method = ToggleButtons(options=[('SSB','direct'), ('Iter','iterative')], description='Method', tooltips=['SSB', 'PIE, MLc, DM'],\n", " layout=Layout(width='auto', grid_area='methods'), style = {'description_width': descr,'button_width': butt}, button_style='',disabled=False,)\n", "\n", - "graph_size = ToggleButtons(options=[('S', 90), ('M', 100), ('L', 120)], value=100, description='Graphs size',\n", + "graph_size = ToggleButtons(options=[('XXS', 70),('XS', 80),('S', 90), ('M', 100), ('L', 120)], value=100, description='Graphs size',\n", " layout=Layout(width='auto', grid_area='gr_size'), style = {'description_width': descr,'button_width': butt}, button_style='',disabled=False,)\n", "\n", "ctf_xaxis = RadioButtons(options=['α','mrad', 'A'], description='CTF x-axis:',\n", @@ -845,14 +845,14 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 5, "id": "7937f054-fcd0-4e67-a20f-7696f5903a94", "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "8710f7e77b2e4d7db347f1bf287dba25", + "model_id": "47642ef0d8b94bceb11f878293997c33", "version_major": 2, "version_minor": 0 },