Metadata-Version: 2.1
Name: chopcal
Version: 0.3.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

# Chopcal

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


## Supported components

| source          | name                                                      | component         | type |
|-----------------|-----------------------------------------------------------|-------------------|------|
| Instr           | BIFROST                                                   | `chopcal.bifrost` | function |
| runtime library | [chopper-lib](https://github.com/g5t/mcstas-chopper-lib/) | `chopcal.mcstas`  | submodule |


## 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
```