Metadata-Version: 2.1
Name: chopcal
Version: 0.2.1
Summary: Provides the results of chopper calculations from McStas instruments
Author-Email: Gregory Tucker <gregory.tucker@ess.eu>
Classifier: License :: OSI Approved :: BSD License
Project-URL: Homepage, https://github.com/g5t/chopper-calculations
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Chopcal

## Description
Exposes chopper calculations to Python which were otherwise hidden in McStas instruments.


## Supported instruments
 
- BIFROST

## Installation

```bash
pip install chopcal
```

Or, from the source repository to get the latest development version
```bash
pip install git+https://github.com/g5t/chopper-calculations.git```
```