https://github.com/bamresearch/analyse_dls_with_contin

This repository contains Python code and a Jupyter Notebook running the original CONTIN program by S. Provencher on every DLS measurement (dynamic light scattering, aka. photon correlation spectroscopy, PCS) read from *.ASC files.

https://github.com/bamresearch/analyse_dls_with_contin

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary

Keywords

analysis dynamic-light-scattering jupyter-notebook jupyterlab open-source parallel-computing python
Last synced: 5 months ago · JSON representation

Repository

This repository contains Python code and a Jupyter Notebook running the original CONTIN program by S. Provencher on every DLS measurement (dynamic light scattering, aka. photon correlation spectroscopy, PCS) read from *.ASC files.

Basic Info
  • Host: GitHub
  • Owner: BAMresearch
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage:
  • Size: 32.4 MB
Statistics
  • Stars: 2
  • Watchers: 4
  • Forks: 4
  • Open Issues: 0
  • Releases: 0
Topics
analysis dynamic-light-scattering jupyter-notebook jupyterlab open-source parallel-computing python
Created over 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.md

Analyse DLS with CONTIN (for Python)

Testing Documentation

This repository contains Python code and a Jupyter Notebook running the original [CONTIN program by S. Provencher](http://dx.doi.org/10.1016/0010-4655(82)90174-6) on every DLS measurement (dynamic light scattering, aka. photon correlation spectroscopy, PCS) read from *.ASC files at the specified angle found in the given subfolders. The expected input file format is ALV-7004 CGS-8F Data which is found at the first line of each file.

Requirements

For packages that are used here and which might be missing the a clean default python installation or venv, please see the requirements file. Install the listed packages by running:

pip install -r requirements.txt

Problems & Help

If there are any errors with the code, please look for existing similar reports and possible solutions or open a new issue on the project page.

Online Documentation

https://bamresearch.github.io/analysedlswith_contin

Documentation as PDF

https://bamresearch.github.io/analysedlswith_contin/analyse-dls-with-contin.pdf

Owner

  • Name: Bundesanstalt für Materialforschung und -prüfung
  • Login: BAMresearch
  • Kind: organization
  • Email: oss@bam.de
  • Location: Berlin/Germany

German Federal scientific research institute for materials testing and research

GitHub Events

Total
  • Watch event: 1
  • Member event: 1
Last Year
  • Watch event: 1
  • Member event: 1

Dependencies

.github/workflows/doc.yml actions
  • actions/checkout v3 composite
  • ad-m/github-push-action master composite
  • ibressler/sphinx-action master composite
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
pyproject.toml pypi
  • dateutil *
  • requests *
requirements.txt pypi
  • bson *
  • jupyter *
  • jupyter-analysis-tools *
  • matplotlib *
  • pandas *
  • scipy *