lspestrip / striptease

Strip TEst Analysis for System Evaluation
MIT License
4 stars 3 forks source link

Fix a few tags used in turnoff procedure #66

Closed ziotom78 closed 2 years ago

ziotom78 commented 2 years ago

To quickly check when a polarimeter was on and when it was off, tags can be used effectively. However, the turnon/turnoff procedure does not provide enough information in the tag name ELECTRONICS_DISABLE, unlike the corresponding tag ELECTRONICS_ENABLE_?? in the turnon procedure (where the ?? is the name of the polarimeter, e.g., W3).

This PR fixes this small inconsistency.