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

Add GSCN calculator #11

Closed
blevic opened this issue Jul 12, 2022 · 5 comments
Closed

Add GSCN calculator #11

blevic opened this issue Jul 12, 2022 · 5 comments
Assignees

Comments

@blevic
Copy link
Owner

blevic commented Jul 12, 2022

No description provided.

@blevic blevic self-assigned this Jul 17, 2022
@blevic
Copy link
Owner Author

blevic commented Jul 17, 2022

Use Table 5.4.3.1-1: GSCN parameters for the global frequency raster

Then add APIs:

get_gscn_by_frequency(freq: float) -> int
get_frequency_by_gscn(gscn: int) -> float

@blevic
Copy link
Owner Author

blevic commented Jul 17, 2022

Use Table 5.4.3.3-1: Applicable SS raster entries per operating band (FR1) and Table 5.4.3.3-2: Applicable SS raster entries per operating band (FR2)

Then add API:
get_gscn_range(band: Union[str, int]) -> tuple

@blevic
Copy link
Owner Author

blevic commented Jul 17, 2022

Please mention the decoded acronym "Global Synchronization Channel Number" somewhere

@blevic
Copy link
Owner Author

blevic commented Jul 17, 2022

Tables included by PR #19

@blevic
Copy link
Owner Author

blevic commented Jul 25, 2022

Completed by PR #22

@blevic blevic closed this as completed Jul 25, 2022
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

No branches or pull requests

1 participant