All checks were successful
Build & Deploy Shannon / 🏗️ Build & Deploy Shannon (push) Successful in 3m1s
- Implemented bandwidth sensitivity and power sensitivity plots. - Created a contour map for bit rate multiplying factors. - Added input parameters for C/N and bandwidth with validation. - Displayed computed results and sensitivity analysis metrics. - Integrated interactive graphs for user exploration. - Included background information section for user guidance.
20 lines
270 B
Plaintext
20 lines
270 B
Plaintext
# Core scientific dependencies
|
|
numpy>=1.25
|
|
scipy>=1.11
|
|
matplotlib>=3.7
|
|
plotly>=5.18
|
|
|
|
# Streamlit
|
|
streamlit>=1.30
|
|
|
|
# Satellite propagation model
|
|
itur>=0.3.3
|
|
|
|
# Astronomy utilities
|
|
astropy>=5.3
|
|
|
|
# Geospatial
|
|
pyproj>=3.6
|
|
|
|
# Database (built-in sqlite3, no extra dep needed)
|