Added function to parse arguments for future implementation of python… #9

Merged
jupfi merged 2 commits from parsi_argi into main 2024-02-07 13:48:34 +00:00
jupfi commented 2024-02-07 13:38:28 +00:00 (Migrated from github.com)

… binding.

… binding.
jupfi commented 2024-02-07 13:38:46 +00:00 (Migrated from github.com)

I tested this with the LimeSDR USB

I tested this with the LimeSDR USB
kumitterer (Migrated from github.com) requested changes 2024-02-07 13:42:45 +00:00
kumitterer (Migrated from github.com) left a comment

Please exclude the .h5 file, that shouldn't be in the repo (just add data/ to .gitignore). Other than that, LGTM.

Please exclude the .h5 file, that shouldn't be in the repo (just add `data/` to `.gitignore`). Other than that, LGTM.
kumitterer (Migrated from github.com) commented 2024-02-07 13:42:10 +00:00

At this point, this is only used by the dump function. I should modify that one to take the vector instead of an array so we don't have to cast around that much.

At this point, this is only used by the dump function. I should modify that one to take the vector instead of an array so we don't have to cast around that much.
jupfi (Migrated from github.com) reviewed 2024-02-07 13:45:47 +00:00
jupfi (Migrated from github.com) reviewed 2024-02-07 13:46:25 +00:00
jupfi (Migrated from github.com) commented 2024-02-07 13:46:25 +00:00

Yup. We should probably move to vectors all the time? Because we might run into this issue more often.

Yup. We should probably move to vectors all the time? Because we might run into this issue more often.
kumitterer (Migrated from github.com) reviewed 2024-02-07 13:47:09 +00:00
kumitterer (Migrated from github.com) commented 2024-02-07 13:47:09 +00:00

+1. Should happen pretty much naturally as we work through the code.

+1. Should happen pretty much naturally as we work through the code.
kumitterer (Migrated from github.com) approved these changes 2024-02-07 13:47:57 +00:00
Sign in to join this conversation.
No description provided.