Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Add iono and tropo correction usage #362

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add iono and tropo correction usage #362

wants to merge 2 commits into from

Conversation

dt-unikie
Copy link

This PR is created based on review here swift-nav/piksi_firmware#686 (comment)
The idea is to move iono and tropo correction from FW to libswiftnav.
Since this is a public repository the function does not take into account L2C.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 59.097% when pulling 55dc1de on dt-exafore:iono-tropo-correction-public into 8d2f7e7 on swift-nav:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 59.448% when pulling 249129d on dt-exafore:iono-tropo-correction-public into 8d2f7e7 on swift-nav:master.

@dt-unikie
Copy link
Author

@ljbade, @nsirola Please, review.

@ljbade
Copy link
Contributor

ljbade commented Jun 22, 2016

Sorry for the delay will look at it today.

void calc_iono_tropo(const u8 n_ready_tdcp,
navigation_measurement_t *nav_meas_tdcp,
const double *pos_ecef,
const double *pos_llh,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should just pass in one form of the position, then convert it inside the function to the other?

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

Successfully merging this pull request may close these issues.

3 participants