pyfocs icon indicating copy to clipboard operation
pyfocs copied to clipboard

Problems with the `reverse` attribute

Open klapo opened this issue 3 years ago • 0 comments

The reverse attribute was used in too many places with different meanings, leading to some of the problems with section labels that decrease in LAF.

There needs to be a robust way to handle the reverse flag used in calibration separately from the label indicating if a sections LAF to physical coordinate mapping is reversed vs the reverse flag for an entire channel when doing double-ended calibration.

My idea is to have some sort of attribute for each section that is a dictionary indicating the relative direction of the coordinates in LAF space. This would then free up the reverse attribute to be consistent with the usage in the dtscalibration library.

klapo avatar Oct 21 '20 11:10 klapo