This panel controls the output created from raPPPid after the processing. The output is saved in the RESULT folder of the processing. All variables are saved into the data4plot.mat file. Disabling the export of, for example, structs or variables considerable reduces the memory consumption.
settings.mat: This file contains the settings of the processing in Matlab format. You can load this into the GUI and repeat this processing with the same settings.
data4plot.mat: This file contains the processing results in Matlab format. The four struct variables (settings, storeData, obs, satellites) contain the data of all epochs and satellites. The rows of the variables of these structs correspond to the epochs and the columns to the raPPPid satellite number (e.g., 221 = E21 = Galileo PRN 21).
export model_save: Add the variable model_save, which contains the values of all modeled error sources of all epochs and satellites, to data4plot.mat.
settings_summary.txt: This file contains a summary of the used processing settings in a human-readable text format. Please open the file, and it should be self-explaining.
results_float.txt: This file contains the collected result of the float solution for all epochs and satellites. Please open the file; it should be self-explaining since it contains an explanation of its content.
results_fixed.txt: This file is created only for a processing with PPP-AR. It contains the results of the fixed solution for all epochs and satellites. Please open the file, and it should be self-explaining. The file contains an explanation of its content.
decimal(s) of epoch (3rd column): Define the number of fractional digits of the epoch time (seconds of the GPS week) in the output files. Usually this corresponds to the 3rd columns. The default is one digit after the decimal point. Some applications may require more decimals.
TROpo file: Write tropo-file with the estimation of the tropospheric delay
nmea file: Write nmea-file
kml file: Write kml-file
.C1_/…/L1_/…/_bias: Store the fields .C1_bias, .C2_bias, .C3_bias, .L1_bias, .L2_bias, .L3_bias in the struct obs. These fields contain the data from the SINEX bias field.
.epochheader: Stores the the RINEX file's ("> 2020 01 01 23 59 59.0000000 0 51") epoch headers of the processed epochs to the struct obs.
storeData: Enable or disable the export in the struct storeData.
.iono_mf: Stores the ionospheric mapping function in the struct storeData.
.vtec: Stores the modeled Vertical Total Electron Content field in the struct storeData.
satellites: Enables or disables the export of the struct satellites.
.D1, .D2, .D3: Stores Doppler measurements to the struct satellites.
Jump to Table of Content