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
"""Parse PreviewTrace string into list of floats."""
63
53
iftextisNone:
64
54
return []
@@ -354,7 +344,8 @@ def signalhound_to_sigmf(
354
344
ifout_pathisNone:
355
345
create_ncd=True
356
346
357
-
# TODO: Should time be based on file modification time or the EpochNanos field in the XML metadata? For now using file modification time since it is more likely to be present and accurate for the actual data capture time, whereas the EpochNanos field may be missing or inaccurate in some cases. This can be revisited in the future if needed based on user feedback or specific use cases.
347
+
# TODO: Should time be based on file modification time or the EpochNanos field in the XML metadata?
0 commit comments