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

Rinex3NavData::Rinex3NavData(const RinexNavData& rnd) does not copy Cuc #18

Open
ahooper opened this issue Oct 7, 2023 · 0 comments
Open

Comments

@ahooper
Copy link

ahooper commented Oct 7, 2023

Rinex3NavData::Rinex3NavData(const RinexNavData& rnd) does not copy Cuc with the other harmonic corrections:

      // perturbations
      Cus = rnd.Cus;
      Crc = rnd.Crc;
      Crs = rnd.Crs;
      Cic = rnd.Cic;
      Cis = rnd.Cis;

This impairs orbit calculations done from the sample data files arlm200*.15n.

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