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

docs: Update main notebook to use GNATSS v0.2.0 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- python=3.11
- ipykernel
- jupyterlab
- pip
- pip:
- gnatss==0.1.0
- gnatss==0.2.0
30 changes: 16 additions & 14 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,22 @@ input_files:
path: ./data/pxp_tt

# Posfilter configuration
posfilter:
export:
full: false
atd_offsets:
forward: 0.0053
rightward: 0
downward: 0.92813
input_files:
novatel:
path: /path/to/NDP1_INSPVAA.dat
novatel_std:
path: /path/to/NDP1_INSSTDEVA.dat
gps_positions:
path: /path/to/GPS_PPP/GPS_POS_FREED
# Note that this configuration is commented since we are not
# running this process
# posfilter:
# export:
# full: false
# atd_offsets:
# forward: 0.0053
# rightward: 0
# downward: 0.92813
# input_files:
# novatel:
# path: /path/to/NDP1_INSPVAA.dat
# novatel_std:
# path: /path/to/NDP1_INSSTDEVA.dat
# gps_positions:
# path: /path/to/GPS_PPP/GPS_POS_FREED

# Solver configuration
solver:
Expand Down
435 changes: 323 additions & 112 deletions main.ipynb

Large diffs are not rendered by default.