Add unblinding mechanism to all tasks that need it.
Compare changes
This PR adds a parameter unblinded
to tasks inheriting from POITask
(which are almost all tasks need to perform some kind of measurement). To perform the unblinding, three changes are required per task.
Supersedes !18 (closed).