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

Add support for channel_string_IDs #30

Closed thgeorgiou closed 1 year ago

thgeorgiou commented 1 year ago

SCC added a new (optional) field called channel_string_IDs that lets you use the user-defined channel strings instead of the system integers. This is more portable, since you can always name a channel to match the one you want instead of relying on auto-generated numbers.

This pull requests adds support for this new feature but it is currently not working correctly, as SCC crashes on file upload.

thgeorgiou commented 1 year ago

Fixed crash by 655678e after following Giuseppe's advice.