Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert RTCM/CTCM rates from clock ticks to Hz #266

Closed
MRiganSUSX opened this issue Jan 19, 2024 · 1 comment
Closed

Convert RTCM/CTCM rates from clock ticks to Hz #266

MRiganSUSX opened this issue Jan 19, 2024 · 1 comment

Comments

@MRiganSUSX
Copy link
Contributor

(also possibly other rate parameters).

Currently, the configuration in daqconf works with clock ticks for rate parameters for RTCM and CTCM:
s.field( "ctcm_trigger_intervals", self.tc_intervals, default=[10000000], doc="Optional list of intervals (clock ticks) for the TC types to be used by the Custom Trigger Candidate Maker (plugin)")
RTCM:
s.field( "rtcm_trigger_interval_ticks", self.tc_interval, default=62500000, doc="Interval between triggers in time ticks"),
type:
tc_interval: s.number( "TCInterval", "i8", nc(minimum=1, maximum=30000000000), doc="The intervals between TCs that are inserted into MLT by CTCM, in clock ticks"),

The idea is to change rate parameters to Hz instead as that is easier for general use.

@ArturSztuc
Copy link
Contributor

Closing, this was already done for RTCM, and CTCM is being removed from v5. PRs:

  1. RandomTCMaker overhaul #350
  2. Removing CustomTCMaker, replaced by vector of RandomTCMakers #364

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants