Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

feat: add SimWaveform for 1D waveform simulations

appel_c requested to merge add_1dwaveform_sim into master

Description

This MR introduces SimWaveform. The class can be used to simulated a 1D Waveform detector, i.e. a fluoresence detector. In it's first draft, it can be only configured with a single model from lmfit. This should be adapted in future.

Related Issues

closes #32 (closed)

Potential side effects

None

Definition of Done

  • Documentation is up-to-date.

Merge request reports