Skip to content

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

@ahooper

Description

@ahooper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions