From 8c3917c73fcc7e4e0d3abb7ee3a01154b53b7963 Mon Sep 17 00:00:00 2001 From: hkwang <98353449+hkwang@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:44:58 -0400 Subject: [PATCH] Update README.md remove notebook 5 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index deb5699..e6c16a9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ This repository contains a set of IPython notebooks, each standalone and explori - [Notebook 2b: The double-Wilson model with measurement error and resolution-dependence](2b_Measurement_error_res_dependence.ipynb): A notebook exploring ways to incorporate measurement error and resolution dependence into the double-Wilson model. - [Notebook 3: Fitting a double-Wilson model to a pair of datasets](3_Fitting_DW_to_paired_data.ipynb): A notebook that fits paired data scaled in [Notebook 1: Dataset preparation and local scaling](1_Dataset_prep_and_local_scaling.ipynb). This is accompanied by [Notebook 3A: Fitting a Double-Wilson model to an anomalous dataset](3A_Fitting_the_DW_model_to_anomalous_data.ipynb). - [Notebook 4: Conventions for parametrizing the Double-Wilson distribution](4_Parsing_DW_parameters.ipynb): A small notebook for converting between notational conventions for the Rice and folded Normal probability distributions. -- [Notebook 5: A model for bivariate priors](5_Bivariate_priors.ipynb): A notebook containing derivations of important probability distributions in the double-Wilson model. - [Notebook 6: Global Scaling for Difference Maps](6_Revisiting_difference_maps.ipynb): A notebook exploring a formalism for difference maps under the double-Wilson model. - [Notebook 7: The general case: any number of sets of related structure factors](7_DAG_PGM_structure_factor_distributions.ipynb): A notebook constructing a formalism that relates more than three sets of structure factor amplitudes in the multivariate Wilson model. @@ -29,4 +28,4 @@ These notebooks rely on files in the following folders: - `dag_img`: a folder containing images of directed acyclic graphs, introduced in [Notebook 7]((7_DAG_PGM_structure_factor_distributions.ipynb). - `double_wilson_data`: a folder containing MTZ files containing paired datasets for use in [Notebook 1](1_Dataset_prep_and_local_scaling.ipynb), [Notebook 1A](1A_Anom_dataset_prep_and_scaling.ipynb), [Notebook 2b](2b_Measurement_error_res_dependence.ipynb), [Notebook 3](3_Fitting_DW_to_paired_data.ipynb), and [Notebook 3A](3A_Fitting_the_DW_model_to_anomalous_data.ipynb). - `dw_tools`: a python package containing tools used in all notebooks. -- `results_figs`: a folder containing figure outputs from most notebooks. \ No newline at end of file +- `results_figs`: a folder containing figure outputs from most notebooks.