You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable ensureContinuousROF when calibration data is requested
By default avoid ROFs modifications in ensureContinuousROF when the --enable-calib-data is active:
calibration runs do not respect declared number of ROFs and inject bogus orbits.
There is still a possibility to enforce ensureContinuousROF with eventual rectifyDigits/Clusters
in case the calibration data is requested via --enforce-continuous-rof-with-calib
(beware that this may lead to a desynchronization between the calibration data container and
ROFs/digits).
Also, for backward compatibility, option --disable-rectify-continuous-rof will disable
the calling of rectifyDigits/Clusters after eventual ensureContinuousROF.
LOGP(warn, "Rectified {} clusters and {} patterns out of original {} and {} on layer {} following ensureContinuousROF", clusCompVec.size(), clusPattVec.size(), oldNClus, oldNPatt, iLayer);
{"unmute-extra-lanes", VariantType::Bool, false, {"allow extra lanes to be as verbose as 1st one"}},
622
652
{"allow-empty-rofs", VariantType::Bool, false, {"record ROFs w/o any hit"}},
623
653
{"ignore-noise-map", VariantType::Bool, false, {"do not mask pixels flagged in the noise map"}},
654
+
{"enforce-continuous-rof-with-calib", VariantType::Bool, false, {"enforce ensureContinuousROF call even when calibration data is requested (not recommended)"}},
655
+
{"disable-rectify-continuous-rof", VariantType::Bool, false, {"do not rectify clusters and digits after ensureContinuousROF (not recommended)"}},
624
656
{"accept-rof-rampup-data", VariantType::Bool, false, {"do not discard data during ROF ramp up"}},
625
657
{"rof-length-error-freq", VariantType::Float, 60.f, {"do not report ROF length error more frequently than this value, disable if negative"}},
626
658
{"ignore-cluster-dictionary", VariantType::Bool, false, {"do not use cluster dictionary, always store explicit patterns"}}}};
0 commit comments