MITHaystack / digital_rf

Read, write, and interact with data in the Digital RF and Digital Metadata formats
Other
102 stars 31 forks source link

Improve Digital RF Sink behavior with a first sample time tag differing from the "start" parameter #31

Open ryanvolz opened 3 years ago

ryanvolz commented 3 years ago

Our typical internal use (i.e. with thor.py) launches a radio with a particular start time and sets the Digital RF Sink "start" parameter accordingly. When this is not the case, and the user has to set the "start" parameter and hope that it accurately corresponds to the first sample sent by the radio, data misalignment occurs when a time tag set by the radio provides a time that is earlier than "start".

We should make it possible to not specify "start", or not instantiate the Digital RF channel for writing until the actual sample start is known.