NOA-ReACT / PollyXT-SCC-Pipelines

Tool for the processing of PollyXT using Single Calculus Chain
https://noa-react.github.io/PollyXT-SCC-Pipelines/
GNU Lesser General Public License v3.0
3 stars 2 forks source link

set correct calibration_mask, if depol_cal_angle is not 0.0 per defau… #31

Closed ulysses78 closed 10 months ago

ulysses78 commented 10 months ago

The old script has generated empty scc_level0-files, when depol_calibration_zero_state ist not 0.0 in the locations.ini config-file, beacuse the calibration_mask was calculated wrong. Until now this was hardcoded in the pollyxt.py file and was set to 0.0. Here the depol_cal_angle equals the location.depol_calibration_zero_state from locations.ini config-file.

thgeorgiou commented 10 months ago

Good catch, thank you for the fix!