Skip to content

Allow specifying 'endstation=True/False' in calcs.deltal_ext_pcal_correction()

Evan Goetz requested to merge evan-goetz/pydarm:use-endstation into master

This MR allows for specifying endstation in pydarm.calcs.deltal_ext_pcal_correction() since there may be a reason for reading out the end station Pcal channel instead of the corner station transferred version.

This also fixes a bug where the kwargs was not properly expanded. It resulted in a set of values for the unit test that were incorrect. I have updated the unit test to fix this bug

Closes #145 (closed)

Merge request reports