From 0dbdd18711f1e84792d86ad8fcf00d417a501672 Mon Sep 17 00:00:00 2001 From: "Harouna-Mayer, Sani" <sani.harouna-mayer@uni-hamburg.de> Date: Wed, 18 Dec 2024 13:06:55 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 67753d8..d0198b4 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,9 @@ Sani Y. Harouna-Mayer°, Jagadesh Kopula Kesavan°*, Francesco Caddeo°, Lian Be °S.Y. Harouna-Mayer, J. Kopula Kesavan and F. Caddeo contributed equally. ## Description -This repository contains code for the processing of the total x-ray scattering (TXS) data for pair distribution function (PDF) analysis including azimuthal integration of detector images, background subtraction approaches, averaging and Fourier transforming and PDF refinement procedures. The processing is explained in detail in the supporting information of the manuscript. +This repository contains code for the processing of the total x-ray scattering (TXS) data for pair distribution function (PDF) analysis including azimuthal integration of detector images, background subtraction approaches, averaging, Fourier transforming and PDF refinement procedures. The processing is explained in detail in the supporting information of the manuscript. ### Files - -- `process_raw_iq.py`: background subtraction and processing of 1D scatterign data (iq) to PDFs -- `azimuthal_integration_2d_detector_images.py`: azimuthal integration of 2d scattering images to 1s scatterin patterns using pyFAI -- `pdf_refinement_phasetransition_by_N_occupancy.py`: in situ pdf refinement of the phase transition of Cu3PdN to Cu3Pd using diffpy-CMI \ No newline at end of file +- `process_raw_iq.py` background subtraction and processing of 1D scatterign data (iq) to PDFs +- `azimuthal_integration_2d_detector_images.py` azimuthal integration of 2d scattering images to 1s scatterin patterns using pyFAI +- `pdf_refinement_phasetransition_by_N_occupancy.py` in situ pdf refinement of the phase transition of Cu3PdN to Cu3Pd using diffpy-CMI \ No newline at end of file -- GitLab