Skip to main content

A python tool for reducing neutron depth profiling measurements

Project description

Data reduction for neutron depth profiling measurements

What is in this git:

  1. src/ndp/reduce.py - Reduces neutron depth profiling data from a single sample according to a schema.json file
  2. src/ndp/schema.py - Creates the schema.json file used to control the flow of data processing in Reduce.py
  3. src/ndp/example_files/config.json - instrument configuration file in JSON format, read by Reduce.py
  4. src/ndp/jupyter/ndpReduce.ipynb - Jupyter notebook interface for reducing ndp data with Reduce.py
  5. src/ndp/jupyter/schema.ipynb - Jupyter notebook interface for creating schema files

To install:

  1. Install Python>=3.9 via anaconda.com (recommended) or python.org
  2. (optional) Create an environment for ndp within Anaconda or using virtualenv
  3. Open the Anaconda prompt or your favorite command line emulator and run:
$ pip install ndp

To run this code:

  1. Navigate in the terminal to your working directory and run
$ python -m ndp.get_notebooks
  1. Start a jupyter server from this directory
$ jupyter-lab
  1. Modify schema.ipynb to have all of the info specific to your data sets
  2. Run schema.ipynb to create your schema file
  3. Modify ndpReduce.ipynb to load your new schema file
  4. Modify ndpReduce.ipynb to reflect the directory where you are keeping Reduce.py
  5. Run all the cells
  6. Adjust the plots to your preferences

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ndp-0.0.2.tar.gz (65.4 kB view hashes)

Uploaded Source

Built Distribution

ndp-0.0.2-py3-none-any.whl (65.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page