From 4cc873d78ce72b0dd209ea4d95cf3fe6a3cd3336 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 25 Jun 2024 13:14:46 +0000 Subject: [PATCH] Upload documentation from latest commit --- api/autoapi/reciprocalspaceship.DataSet.html | 18 +- developers/utilities.html | 8 +- examples/7_makingADifferenceMap.html | 10 +- examples/7_makingADifferenceMap.ipynb | 490 +++++++++---------- 4 files changed, 263 insertions(+), 263 deletions(-) diff --git a/api/autoapi/reciprocalspaceship.DataSet.html b/api/autoapi/reciprocalspaceship.DataSet.html index 60e1aaa9..b0886157 100644 --- a/api/autoapi/reciprocalspaceship.DataSet.html +++ b/api/autoapi/reciprocalspaceship.DataSet.html @@ -101,7 +101,7 @@

DataSet

-class reciprocalspaceship.DataSet(data=None, index=None, columns=None, dtype=None, copy=False, spacegroup=None, cell=None, merged=None)[source]
+class reciprocalspaceship.DataSet(data=None, index=None, columns=None, dtype=None, copy=False, spacegroup=None, cell=None, merged=None)[source]

Bases: DataFrame

Representation of a crystallographic dataset.

A DataSet object provides a tabular representation of reflection data. @@ -299,7 +299,7 @@

DataSet
-canonicalize_phases(inplace=False)[source]
+canonicalize_phases(inplace=False)[source]

Canonicalize columns with phase data to fall in the interval between -180 and 180 degrees. This method will modify the values within any column composed of data with the PhaseDtype.

@@ -355,7 +355,7 @@

DataSet
-expand_anomalous()[source]
+expand_anomalous()[source]

Expands data by applying Friedel operator (-x, -y, -z). The necessary phase shifts are made for columns of complex dtypes or PhaseDtypes.

@@ -368,7 +368,7 @@

DataSet
-expand_to_p1()[source]
+expand_to_p1()[source]

Generates all symmetrically equivalent reflections. The spacegroup symmetry is set to P1.

@@ -495,7 +495,7 @@

DataSet
-get_reciprocal_grid_size(dmin=None, sample_rate=3.0)[source]
+get_reciprocal_grid_size(dmin=None, sample_rate=3.0)[source]

Determine an appropriate 3D grid size for reflection data.

Returns the smallest grid size that yields a real-space grid spacing of at most dmin/sample_rate (in Å). The returned grid size will @@ -518,7 +518,7 @@

DataSet
-hkl_to_asu(inplace=False, anomalous=False)[source]
+hkl_to_asu(inplace=False, anomalous=False)[source]

Map HKL indices to the reciprocal space asymmetric unit. If phases are included in the DataSet, they will be changed according to the phase shift associated with the necessary symmetry operation.

@@ -549,7 +549,7 @@

DataSet
-hkl_to_observed(m_isym=None, inplace=False)[source]
+hkl_to_observed(m_isym=None, inplace=False)[source]

Map HKL indices to their observed index using an M/ISYM column. This method applies the symmetry operation specified by the M/ISYM column to each Miller index in the DataSet. If phases are included @@ -946,7 +946,7 @@

DataSet
-to_reciprocal_grid(key, sample_rate=3.0, dmin=None, grid_size=None)[source]
+to_reciprocal_grid(key, sample_rate=3.0, dmin=None, grid_size=None)[source]

Set up reciprocal grid with values from column, key, indexed by Miller indices.

Notes

@@ -986,7 +986,7 @@

DataSet
-to_reciprocalgrid(key, sample_rate=3.0, dmin=None, gridsize=None)[source]
+to_reciprocalgrid(key, sample_rate=3.0, dmin=None, gridsize=None)[source]

Deprecated: Set up reciprocal grid with values from column, key, indexed by Miller indices.

diff --git a/developers/utilities.html b/developers/utilities.html index 97a1911d..fc1fcea9 100644 --- a/developers/utilities.html +++ b/developers/utilities.html @@ -250,7 +250,7 @@
-reciprocalspaceship.utils.compute_dHKL(H, cell)[source]
+reciprocalspaceship.utils.compute_dHKL(H, cell)[source]

Compute the real space lattice plane spacing, d, associated with miller indices and cell.

@@ -376,7 +376,7 @@
-reciprocalspaceship.utils.generate_reciprocal_cell(cell, dmin, dtype=<class 'numpy.int32'>)[source]
+reciprocalspaceship.utils.generate_reciprocal_cell(cell, dmin, dtype=<class 'numpy.int32'>)[source]

Generate the miller indices of the full P1 reciprocal cell.

Parameters:
@@ -525,7 +525,7 @@
-reciprocalspaceship.utils.is_absent(H, spacegroup)[source]
+reciprocalspaceship.utils.is_absent(H, spacegroup)[source]

Determine if Miller indices are systematically absent in a given spacegroup.

@@ -543,7 +543,7 @@
-reciprocalspaceship.utils.is_centric(H, spacegroup)[source]
+reciprocalspaceship.utils.is_centric(H, spacegroup)[source]

Determine if Miller indices are centric in a given spacegroup

Parameters:
diff --git a/examples/7_makingADifferenceMap.html b/examples/7_makingADifferenceMap.html index 701a36ea..a2f12659 100644 --- a/examples/7_makingADifferenceMap.html +++ b/examples/7_makingADifferenceMap.html @@ -165,7 +165,7 @@

Load On<
-
+

@@ -179,7 +179,7 @@

Load On<
-
+

Good luck with your weighted difference map!

diff --git a/examples/7_makingADifferenceMap.ipynb b/examples/7_makingADifferenceMap.ipynb index bc8b8b26..463f9377 100644 --- a/examples/7_makingADifferenceMap.ipynb +++ b/examples/7_makingADifferenceMap.ipynb @@ -20,10 +20,10 @@ "execution_count": 1, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:51.947956Z", - "iopub.status.busy": "2024-06-19T03:06:51.947782Z", - "iopub.status.idle": "2024-06-19T03:06:52.863060Z", - "shell.execute_reply": "2024-06-19T03:06:52.862527Z" + "iopub.execute_input": "2024-06-25T13:14:37.321894Z", + "iopub.status.busy": "2024-06-25T13:14:37.321719Z", + "iopub.status.idle": "2024-06-25T13:14:38.339022Z", + "shell.execute_reply": "2024-06-25T13:14:38.338391Z" } }, "outputs": [], @@ -40,10 +40,10 @@ "execution_count": 2, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:52.865463Z", - "iopub.status.busy": "2024-06-19T03:06:52.865220Z", - "iopub.status.idle": "2024-06-19T03:06:53.180296Z", - "shell.execute_reply": "2024-06-19T03:06:53.179741Z" + "iopub.execute_input": "2024-06-25T13:14:38.341898Z", + "iopub.status.busy": "2024-06-25T13:14:38.341407Z", + "iopub.status.idle": "2024-06-25T13:14:38.675138Z", + "shell.execute_reply": "2024-06-25T13:14:38.674506Z" } }, "outputs": [], @@ -56,10 +56,10 @@ "execution_count": 3, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.182980Z", - "iopub.status.busy": "2024-06-19T03:06:53.182423Z", - "iopub.status.idle": "2024-06-19T03:06:53.185993Z", - "shell.execute_reply": "2024-06-19T03:06:53.185411Z" + "iopub.execute_input": "2024-06-25T13:14:38.678080Z", + "iopub.status.busy": "2024-06-25T13:14:38.677581Z", + "iopub.status.idle": "2024-06-25T13:14:38.680878Z", + "shell.execute_reply": "2024-06-25T13:14:38.680340Z" } }, "outputs": [ @@ -90,10 +90,10 @@ "execution_count": 4, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.216214Z", - "iopub.status.busy": "2024-06-19T03:06:53.216029Z", - "iopub.status.idle": "2024-06-19T03:06:53.226186Z", - "shell.execute_reply": "2024-06-19T03:06:53.225572Z" + "iopub.execute_input": "2024-06-25T13:14:38.713544Z", + "iopub.status.busy": "2024-06-25T13:14:38.713105Z", + "iopub.status.idle": "2024-06-25T13:14:38.723840Z", + "shell.execute_reply": "2024-06-25T13:14:38.723287Z" } }, "outputs": [ @@ -107,7 +107,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "450b0cb530004dc3a4d213075e24ef8b", + "model_id": "d49dfa82f4554df09b0fe27ddcf97291", "version_major": 2, "version_minor": 0 }, @@ -128,7 +128,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "f121e493a17c4c1a85f39d9816213900", + "model_id": "9455e736fd404ad1b72a7d8af07d4e82", "version_major": 2, "version_minor": 0 }, @@ -159,10 +159,10 @@ "execution_count": 5, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.228421Z", - "iopub.status.busy": "2024-06-19T03:06:53.228078Z", - "iopub.status.idle": "2024-06-19T03:06:53.231518Z", - "shell.execute_reply": "2024-06-19T03:06:53.230945Z" + "iopub.execute_input": "2024-06-25T13:14:38.726289Z", + "iopub.status.busy": "2024-06-25T13:14:38.725750Z", + "iopub.status.idle": "2024-06-25T13:14:38.729392Z", + "shell.execute_reply": "2024-06-25T13:14:38.728820Z" } }, "outputs": [], @@ -182,10 +182,10 @@ "execution_count": 6, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.233661Z", - "iopub.status.busy": "2024-06-19T03:06:53.233344Z", - "iopub.status.idle": "2024-06-19T03:06:53.432612Z", - "shell.execute_reply": "2024-06-19T03:06:53.432085Z" + "iopub.execute_input": "2024-06-25T13:14:38.731632Z", + "iopub.status.busy": "2024-06-25T13:14:38.731290Z", + "iopub.status.idle": "2024-06-25T13:14:38.939742Z", + "shell.execute_reply": "2024-06-25T13:14:38.939219Z" } }, "outputs": [ @@ -219,10 +219,10 @@ "execution_count": 7, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.434731Z", - "iopub.status.busy": "2024-06-19T03:06:53.434455Z", - "iopub.status.idle": "2024-06-19T03:06:53.445980Z", - "shell.execute_reply": "2024-06-19T03:06:53.445534Z" + "iopub.execute_input": "2024-06-25T13:14:38.942073Z", + "iopub.status.busy": "2024-06-25T13:14:38.941698Z", + "iopub.status.idle": "2024-06-25T13:14:38.953695Z", + "shell.execute_reply": "2024-06-25T13:14:38.953228Z" } }, "outputs": [ @@ -247,10 +247,10 @@ "execution_count": 8, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.448097Z", - "iopub.status.busy": "2024-06-19T03:06:53.447674Z", - "iopub.status.idle": "2024-06-19T03:06:53.451026Z", - "shell.execute_reply": "2024-06-19T03:06:53.450471Z" + "iopub.execute_input": "2024-06-25T13:14:38.955847Z", + "iopub.status.busy": "2024-06-25T13:14:38.955493Z", + "iopub.status.idle": "2024-06-25T13:14:38.958828Z", + "shell.execute_reply": "2024-06-25T13:14:38.958381Z" } }, "outputs": [], @@ -266,10 +266,10 @@ "execution_count": 9, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.453001Z", - "iopub.status.busy": "2024-06-19T03:06:53.452832Z", - "iopub.status.idle": "2024-06-19T03:06:53.463815Z", - "shell.execute_reply": "2024-06-19T03:06:53.463252Z" + "iopub.execute_input": "2024-06-25T13:14:38.960897Z", + "iopub.status.busy": "2024-06-25T13:14:38.960542Z", + "iopub.status.idle": "2024-06-25T13:14:38.972877Z", + "shell.execute_reply": "2024-06-25T13:14:38.972409Z" } }, "outputs": [ @@ -302,10 +302,10 @@ "execution_count": 10, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.465960Z", - "iopub.status.busy": "2024-06-19T03:06:53.465642Z", - "iopub.status.idle": "2024-06-19T03:06:53.476769Z", - "shell.execute_reply": "2024-06-19T03:06:53.476329Z" + "iopub.execute_input": "2024-06-25T13:14:38.975043Z", + "iopub.status.busy": "2024-06-25T13:14:38.974702Z", + "iopub.status.idle": "2024-06-25T13:14:38.986796Z", + "shell.execute_reply": "2024-06-25T13:14:38.986328Z" } }, "outputs": [ @@ -330,10 +330,10 @@ "execution_count": 11, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.478708Z", - "iopub.status.busy": "2024-06-19T03:06:53.478385Z", - "iopub.status.idle": "2024-06-19T03:06:53.489094Z", - "shell.execute_reply": "2024-06-19T03:06:53.488534Z" + "iopub.execute_input": "2024-06-25T13:14:38.989012Z", + "iopub.status.busy": "2024-06-25T13:14:38.988664Z", + "iopub.status.idle": "2024-06-25T13:14:39.000278Z", + "shell.execute_reply": "2024-06-25T13:14:38.999826Z" } }, "outputs": [ @@ -368,10 +368,10 @@ "execution_count": 12, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.491060Z", - "iopub.status.busy": "2024-06-19T03:06:53.490891Z", - "iopub.status.idle": "2024-06-19T03:06:53.502940Z", - "shell.execute_reply": "2024-06-19T03:06:53.502346Z" + "iopub.execute_input": "2024-06-25T13:14:39.002205Z", + "iopub.status.busy": "2024-06-25T13:14:39.002047Z", + "iopub.status.idle": "2024-06-25T13:14:39.014437Z", + "shell.execute_reply": "2024-06-25T13:14:39.013944Z" } }, "outputs": [ @@ -413,10 +413,10 @@ "execution_count": 13, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.504988Z", - "iopub.status.busy": "2024-06-19T03:06:53.504672Z", - "iopub.status.idle": "2024-06-19T03:06:53.507576Z", - "shell.execute_reply": "2024-06-19T03:06:53.507059Z" + "iopub.execute_input": "2024-06-25T13:14:39.016523Z", + "iopub.status.busy": "2024-06-25T13:14:39.016211Z", + "iopub.status.idle": "2024-06-25T13:14:39.019432Z", + "shell.execute_reply": "2024-06-25T13:14:39.018951Z" } }, "outputs": [], @@ -434,10 +434,10 @@ "execution_count": 14, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.509561Z", - "iopub.status.busy": "2024-06-19T03:06:53.509233Z", - "iopub.status.idle": "2024-06-19T03:06:53.520908Z", - "shell.execute_reply": "2024-06-19T03:06:53.520440Z" + "iopub.execute_input": "2024-06-25T13:14:39.021510Z", + "iopub.status.busy": "2024-06-25T13:14:39.021162Z", + "iopub.status.idle": "2024-06-25T13:14:39.034394Z", + "shell.execute_reply": "2024-06-25T13:14:39.033888Z" } }, "outputs": [ @@ -470,10 +470,10 @@ "execution_count": 15, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.522962Z", - "iopub.status.busy": "2024-06-19T03:06:53.522546Z", - "iopub.status.idle": "2024-06-19T03:06:53.624140Z", - "shell.execute_reply": "2024-06-19T03:06:53.623645Z" + "iopub.execute_input": "2024-06-25T13:14:39.036510Z", + "iopub.status.busy": "2024-06-25T13:14:39.036119Z", + "iopub.status.idle": "2024-06-25T13:14:39.139835Z", + "shell.execute_reply": "2024-06-25T13:14:39.139282Z" } }, "outputs": [ @@ -541,10 +541,10 @@ "execution_count": 16, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.626187Z", - "iopub.status.busy": "2024-06-19T03:06:53.626010Z", - "iopub.status.idle": "2024-06-19T03:06:53.632113Z", - "shell.execute_reply": "2024-06-19T03:06:53.631520Z" + "iopub.execute_input": "2024-06-25T13:14:39.142163Z", + "iopub.status.busy": "2024-06-25T13:14:39.141810Z", + "iopub.status.idle": "2024-06-25T13:14:39.147806Z", + "shell.execute_reply": "2024-06-25T13:14:39.147263Z" } }, "outputs": [ @@ -558,7 +558,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "21863389c3a94c459a1cde3bf4725c27", + "model_id": "b7355c32831c46f2b97250cc3aeedf27", "version_major": 2, "version_minor": 0 }, @@ -581,10 +581,10 @@ "execution_count": 17, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.634231Z", - "iopub.status.busy": "2024-06-19T03:06:53.633909Z", - "iopub.status.idle": "2024-06-19T03:06:53.651255Z", - "shell.execute_reply": "2024-06-19T03:06:53.650710Z" + "iopub.execute_input": "2024-06-25T13:14:39.149899Z", + "iopub.status.busy": "2024-06-25T13:14:39.149557Z", + "iopub.status.idle": "2024-06-25T13:14:39.167919Z", + "shell.execute_reply": "2024-06-25T13:14:39.167443Z" } }, "outputs": [ @@ -610,10 +610,10 @@ "execution_count": 18, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.653152Z", - "iopub.status.busy": "2024-06-19T03:06:53.652989Z", - "iopub.status.idle": "2024-06-19T03:06:53.664332Z", - "shell.execute_reply": "2024-06-19T03:06:53.663878Z" + "iopub.execute_input": "2024-06-25T13:14:39.169985Z", + "iopub.status.busy": "2024-06-25T13:14:39.169624Z", + "iopub.status.idle": "2024-06-25T13:14:39.182528Z", + "shell.execute_reply": "2024-06-25T13:14:39.182045Z" } }, "outputs": [ @@ -642,10 +642,10 @@ "execution_count": 19, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.666235Z", - "iopub.status.busy": "2024-06-19T03:06:53.665908Z", - "iopub.status.idle": "2024-06-19T03:06:53.677896Z", - "shell.execute_reply": "2024-06-19T03:06:53.677472Z" + "iopub.execute_input": "2024-06-25T13:14:39.184652Z", + "iopub.status.busy": "2024-06-25T13:14:39.184305Z", + "iopub.status.idle": "2024-06-25T13:14:39.196713Z", + "shell.execute_reply": "2024-06-25T13:14:39.196260Z" } }, "outputs": [ @@ -670,10 +670,10 @@ "execution_count": 20, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.679808Z", - "iopub.status.busy": "2024-06-19T03:06:53.679627Z", - "iopub.status.idle": "2024-06-19T03:06:53.690295Z", - "shell.execute_reply": "2024-06-19T03:06:53.689851Z" + "iopub.execute_input": "2024-06-25T13:14:39.198851Z", + "iopub.status.busy": "2024-06-25T13:14:39.198522Z", + "iopub.status.idle": "2024-06-25T13:14:39.209183Z", + "shell.execute_reply": "2024-06-25T13:14:39.208608Z" } }, "outputs": [ @@ -705,17 +705,17 @@ "execution_count": 21, "metadata": { "execution": { - "iopub.execute_input": "2024-06-19T03:06:53.692133Z", - "iopub.status.busy": "2024-06-19T03:06:53.691970Z", - "iopub.status.idle": "2024-06-19T03:06:53.701171Z", - "shell.execute_reply": "2024-06-19T03:06:53.700598Z" + "iopub.execute_input": "2024-06-25T13:14:39.211357Z", + "iopub.status.busy": "2024-06-25T13:14:39.211023Z", + "iopub.status.idle": "2024-06-25T13:14:39.220367Z", + "shell.execute_reply": "2024-06-25T13:14:39.219823Z" } }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "2d933be8ff7547308ddf2220fde84a1e", + "model_id": "63133b14a78245f5a0d1b164d6a1850c", "version_major": 2, "version_minor": 0 }, @@ -814,108 +814,7 @@ "widgets": { "application/vnd.jupyter.widget-state+json": { "state": { - "21863389c3a94c459a1cde3bf4725c27": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "2.0.0", - "model_name": "FileUploadModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "2.0.0", - "_model_name": "FileUploadModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "2.0.0", - "_view_name": "FileUploadView", - "accept": ".mtz", - "button_style": "", - "description": "Upload", - "description_allow_html": false, - "disabled": false, - "error": "", - "icon": "upload", - "layout": "IPY_MODEL_d2885cc916804596a6f0feb88e14ea4d", - "multiple": false, - "style": "IPY_MODEL_351fb209e3ea4cc7a6fdca57c0c6c958", - "tabbable": null, - "tooltip": null, - "value": [] - } - }, - "2d933be8ff7547308ddf2220fde84a1e": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "2.0.0", - "model_name": "ButtonModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "2.0.0", - "_model_name": "ButtonModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "2.0.0", - "_view_name": "ButtonView", - "button_style": "", - "description": "download", - "disabled": false, - "icon": "", - "layout": "IPY_MODEL_adf80f9da18147bea59af434fd36a622", - "style": "IPY_MODEL_cf306c28231e4800b3b16e1e44900de1", - "tabbable": null, - "tooltip": null - } - }, - "351fb209e3ea4cc7a6fdca57c0c6c958": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "2.0.0", - "model_name": "ButtonStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "2.0.0", - "_model_name": "ButtonStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "2.0.0", - "_view_name": "StyleView", - "button_color": null, - "font_family": null, - "font_size": null, - "font_style": null, - "font_variant": null, - "font_weight": null, - "text_color": null, - "text_decoration": null - } - }, - "450b0cb530004dc3a4d213075e24ef8b": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "2.0.0", - "model_name": "FileUploadModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "2.0.0", - "_model_name": "FileUploadModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "2.0.0", - "_view_name": "FileUploadView", - "accept": ".mtz", - "button_style": "", - "description": "Upload", - "description_allow_html": false, - "disabled": false, - "error": "", - "icon": "upload", - "layout": "IPY_MODEL_c4ad70fd12c84ffcbeb9b664a594b5a5", - "multiple": false, - "style": "IPY_MODEL_7d38842ae82c42b880542fe4c52bb574", - "tabbable": null, - "tooltip": null, - "value": [] - } - }, - "79ef52cf57e14896a0910cf1240c1291": { + "2deb9eeb9b0b480b8b06a9d2c872041d": { "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "model_name": "LayoutModel", @@ -968,29 +867,7 @@ "width": null } }, - "7d38842ae82c42b880542fe4c52bb574": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "2.0.0", - "model_name": "ButtonStyleModel", - "state": { - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "2.0.0", - "_model_name": "ButtonStyleModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/base", - "_view_module_version": "2.0.0", - "_view_name": "StyleView", - "button_color": null, - "font_family": null, - "font_size": null, - "font_style": null, - "font_variant": null, - "font_weight": null, - "text_color": null, - "text_decoration": null - } - }, - "918468dd12184eaaa555f3dc7e34700e": { + "3ca822b831ce47a89413d1635e969df2": { "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "model_name": "ButtonStyleModel", @@ -1012,7 +889,7 @@ "text_decoration": null } }, - "adf80f9da18147bea59af434fd36a622": { + "4a080b2607944a3ab4296a4d5a2b3463": { "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "model_name": "LayoutModel", @@ -1065,7 +942,158 @@ "width": null } }, - "c4ad70fd12c84ffcbeb9b664a594b5a5": { + "63133b14a78245f5a0d1b164d6a1850c": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "2.0.0", + "model_name": "ButtonModel", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "2.0.0", + "_model_name": "ButtonModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "2.0.0", + "_view_name": "ButtonView", + "button_style": "", + "description": "download", + "disabled": false, + "icon": "", + "layout": "IPY_MODEL_4a080b2607944a3ab4296a4d5a2b3463", + "style": "IPY_MODEL_aea719357f8548dd8ffc85485c7ae853", + "tabbable": null, + "tooltip": null + } + }, + "9455e736fd404ad1b72a7d8af07d4e82": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "2.0.0", + "model_name": "FileUploadModel", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "2.0.0", + "_model_name": "FileUploadModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "2.0.0", + "_view_name": "FileUploadView", + "accept": ".mtz", + "button_style": "", + "description": "Upload", + "description_allow_html": false, + "disabled": false, + "error": "", + "icon": "upload", + "layout": "IPY_MODEL_ff10b92bd57147f7a87e7103a3f4b024", + "multiple": false, + "style": "IPY_MODEL_e464549362f14396a412ffc5db4e3ff2", + "tabbable": null, + "tooltip": null, + "value": [] + } + }, + "aea719357f8548dd8ffc85485c7ae853": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "2.0.0", + "model_name": "ButtonStyleModel", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "2.0.0", + "_model_name": "ButtonStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "2.0.0", + "_view_name": "StyleView", + "button_color": null, + "font_family": null, + "font_size": null, + "font_style": null, + "font_variant": null, + "font_weight": null, + "text_color": null, + "text_decoration": null + } + }, + "b7355c32831c46f2b97250cc3aeedf27": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "2.0.0", + "model_name": "FileUploadModel", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "2.0.0", + "_model_name": "FileUploadModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "2.0.0", + "_view_name": "FileUploadView", + "accept": ".mtz", + "button_style": "", + "description": "Upload", + "description_allow_html": false, + "disabled": false, + "error": "", + "icon": "upload", + "layout": "IPY_MODEL_2deb9eeb9b0b480b8b06a9d2c872041d", + "multiple": false, + "style": "IPY_MODEL_3ca822b831ce47a89413d1635e969df2", + "tabbable": null, + "tooltip": null, + "value": [] + } + }, + "d49dfa82f4554df09b0fe27ddcf97291": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "2.0.0", + "model_name": "FileUploadModel", + "state": { + "_dom_classes": [], + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "2.0.0", + "_model_name": "FileUploadModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/controls", + "_view_module_version": "2.0.0", + "_view_name": "FileUploadView", + "accept": ".mtz", + "button_style": "", + "description": "Upload", + "description_allow_html": false, + "disabled": false, + "error": "", + "icon": "upload", + "layout": "IPY_MODEL_eb9980f9186d41569aec649848c269b5", + "multiple": false, + "style": "IPY_MODEL_f0833033c2e4472f9ea4e9f04e9c42ff", + "tabbable": null, + "tooltip": null, + "value": [] + } + }, + "e464549362f14396a412ffc5db4e3ff2": { + "model_module": "@jupyter-widgets/controls", + "model_module_version": "2.0.0", + "model_name": "ButtonStyleModel", + "state": { + "_model_module": "@jupyter-widgets/controls", + "_model_module_version": "2.0.0", + "_model_name": "ButtonStyleModel", + "_view_count": null, + "_view_module": "@jupyter-widgets/base", + "_view_module_version": "2.0.0", + "_view_name": "StyleView", + "button_color": null, + "font_family": null, + "font_size": null, + "font_style": null, + "font_variant": null, + "font_weight": null, + "text_color": null, + "text_decoration": null + } + }, + "eb9980f9186d41569aec649848c269b5": { "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "model_name": "LayoutModel", @@ -1118,7 +1146,7 @@ "width": null } }, - "cf306c28231e4800b3b16e1e44900de1": { + "f0833033c2e4472f9ea4e9f04e9c42ff": { "model_module": "@jupyter-widgets/controls", "model_module_version": "2.0.0", "model_name": "ButtonStyleModel", @@ -1140,7 +1168,7 @@ "text_decoration": null } }, - "d2885cc916804596a6f0feb88e14ea4d": { + "ff10b92bd57147f7a87e7103a3f4b024": { "model_module": "@jupyter-widgets/base", "model_module_version": "2.0.0", "model_name": "LayoutModel", @@ -1192,34 +1220,6 @@ "visibility": null, "width": null } - }, - "f121e493a17c4c1a85f39d9816213900": { - "model_module": "@jupyter-widgets/controls", - "model_module_version": "2.0.0", - "model_name": "FileUploadModel", - "state": { - "_dom_classes": [], - "_model_module": "@jupyter-widgets/controls", - "_model_module_version": "2.0.0", - "_model_name": "FileUploadModel", - "_view_count": null, - "_view_module": "@jupyter-widgets/controls", - "_view_module_version": "2.0.0", - "_view_name": "FileUploadView", - "accept": ".mtz", - "button_style": "", - "description": "Upload", - "description_allow_html": false, - "disabled": false, - "error": "", - "icon": "upload", - "layout": "IPY_MODEL_79ef52cf57e14896a0910cf1240c1291", - "multiple": false, - "style": "IPY_MODEL_918468dd12184eaaa555f3dc7e34700e", - "tabbable": null, - "tooltip": null, - "value": [] - } } }, "version_major": 2,