Move estimated offset and error to sourcestats report

And print the estimated offset in sourcestats output.
This commit is contained in:
Miroslav Lichvar
2009-12-13 14:53:58 +01:00
parent feb86e336a
commit b32432c232
9 changed files with 56 additions and 47 deletions

View File

@@ -475,8 +475,6 @@ typedef struct {
Float orig_latest_meas;
Float latest_meas;
Float latest_meas_err;
Float est_offset;
Float est_offset_err;
int32_t EOR;
} RPY_Source_Data;
@@ -503,6 +501,8 @@ typedef struct {
Float sd;
Float resid_freq_ppm;
Float skew_ppm;
Float est_offset;
Float est_offset_err;
int32_t EOR;
} RPY_Sourcestats;