usnistgov / dastard

NIST transition-edge sensor (TES) data acquisition framework
Other
12 stars 4 forks source link

Add subframe timing info to LJH and OFF file headers #339

Closed joefowler closed 9 months ago

joefowler commented 9 months ago

Add two new fields to the LJH and OFF file headers: "Subframe offset" and "Subframe divisions" to describe the timing of this channel w.r.t. the overall frame clock. Expect offset=row number for Lancero source and =0 for all other sources; subframe divisions = number of rows for Lancero and arbitrary for all other sources (but must match how external triggers are timed). Throughout code base, update the vocabulary (comments, variable names, function names) to reflect the new usage. Fixes #337.