BUGFIX:
Correctly parse `mask_by_position` when running cluster jobs with `WISEBigDataDESYCluster`. Previously `'True'` or `'False'` was passed to the `ArgumentParser` which both evaluates to `True`. Now perform `match case` to `'True'` and `'False'` (see [this](https://github.com/JannisNe/timewise/commit/b24bb4f4bd737da379c3cce3e3b41c9a9a58b6c4))
**Full Changelog**: https://github.com/JannisNe/timewise/compare/v0.3.10...v0.3.11