usnistgov / mass

Microcalorimeter pulse-analysis software
MIT License
6 stars 0 forks source link

For reading external trigger files, we need to give µMUX data a sub-frame rate #263

Closed joefowler closed 7 months ago

joefowler commented 7 months ago

Original report by Joseph Fowler (Bitbucket: joe_fowler, ).


The number of rows in a µMUX LJH file is None. We need to treat that as 64 (or better, pass it on from Dastard), in order to understand the sub-frame timing of the external trigger time.

Idea: put that information into the string line that starts out the external trigger file. Yeah, that would be cool.

joefowler commented 7 months ago

Original comment by Joseph Fowler (Bitbucket: joe_fowler, ).


Parse number of equiv rows from ext trig file

Fixes #263.