Ignore:
Timestamp:
Nov 26, 2022, 11:08:43 PM (17 months ago)
Author:
stuerze
Message:

some updates towards IGS20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.h

    r9868 r9911  
    4747
    4848  void crdTrafo(int GPSWeek, ColumnVector& xyz, double& dc);
     49  // TODO: the following line can be deleted if all parameters are updated regarding ITRF2020
     50  void crdTrafo14(int GPSWeek, ColumnVector& xyz, double& dc);
    4951
    5052  int determineUpdateInd(double samplingRate);
     
    7880  double         _scr;
    7981  double         _t0;
     82  // TODO: the following lines can be deleted if all parameters are updated regarding ITRF2020
     83  double         _dx14;
     84  double         _dy14;
     85  double         _dz14;
     86  double         _dxr14;
     87  double         _dyr14;
     88  double         _dzr14;
     89  double         _ox14;
     90  double         _oy14;
     91  double         _oz14;
     92  double         _oxr14;
     93  double         _oyr14;
     94  double         _ozr14;
     95  double         _sc14;
     96  double         _scr14;
     97  double         _t014;
     98
    8099  bncClockRinex* _rnx;
    81100  bncSP3*        _sp3;
Note: See TracChangeset for help on using the changeset viewer.