Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'1.5/1.6GHz' antenna #39

Closed
iannesbitt opened this issue Aug 4, 2021 · 1 comment
Closed

'1.5/1.6GHz' antenna #39

iannesbitt opened this issue Aug 4, 2021 · 1 comment
Assignees
Labels

Comments

@iannesbitt
Copy link
Owner

from Rahul T:

I'm trying to use your library and I am facing difficulty with a simple thing. The DZT file I have was scanned using frequency 1.5 GHz and I am wondering if there's a way to use the frequency while reading the DZT file.

2021-08-04 12:37:57 - WARNING: could not read frequency for antenna name "'1.5/1.6GHz'"
2021-08-04 12:37:57 - WARNING: trying to use frequencies of 1 MHz (estimated)...
2021-08-04 12:37:57 - more info: rh_ant=['1.5/1.6GHz', None, None, None]
2021-08-04 12:37:57 -            known_ant=[False, None, None, None]
@iannesbitt iannesbitt added the bug label Aug 4, 2021
@iannesbitt iannesbitt self-assigned this Aug 4, 2021
@iannesbitt
Copy link
Owner Author

solving by adding

ANT = {
    # ...
    '1.5/1.6GHz': 1500,
    # ...
}

to readgssi/constants.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant