Skip to content

Comments

binary format included a header specifying window choice, device setting#9

Open
NiKo-jr wants to merge 2 commits intoxmikos:masterfrom
NiKo-jr:master
Open

binary format included a header specifying window choice, device setting#9
NiKo-jr wants to merge 2 commits intoxmikos:masterfrom
NiKo-jr:master

Conversation

@NiKo-jr
Copy link

@NiKo-jr NiKo-jr commented Feb 12, 2018

fix #6

header_struct = struct.Struct('<BdddddQQ2x')
header = collections.namedtuple('Header', 'version time_start time_stop start stop step samples size')
header_struct = struct.Struct('<BdddddQQdd?12p2x')
header = collections.namedtuple('Header', 'version time_start time_stop start stop step samples size lnb_lo tune_delay reset_stream fft_winodw')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small typo fft_winodw

@xloem
Copy link

xloem commented Feb 12, 2018

Niko-Jr, thank you so much for working on this!

I found a typo in your code that indicates to me you may not have tested it ... are you able to test the code?

It would be great if you could update the reading code as well as the writing code !

I added a comment to #6 indicating what my dream would really be for this feature. But anything that works is incredibly helpful. Thank you so much for your time and work.

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

Successfully merging this pull request may close these issues.

include recording settings in binary format

2 participants