Remove redundant peak metadata
Remove the members _selected
, _masked
and _predicted
from Peak3D
. The first two are redundant with the introduction of RejectionFlag
and should result in fewer visualisation bugs when the flags conflict. The latter is never used.
Resolves #599 (closed), #598 (closed), #597 (closed), #576 (closed), #469 (closed)