# # EXECUTABLE PROGRAM CompareANXDataReport v1.3.1 # 07-OCT-2020 # # History # # Changes with respect CompareANXDataReport v1.3- 14-SEP-2020 # Add support for Linux Change default path for gnuplot in mac # # Changes with respect CompareANXDataReport v1.1- 06-APR-2018 # Add SENTINEL1/SENTINEL2/SENTINEL3 C models, SENTINEL6, GENERIC_MEO, FLEX, BIOMASS Linked against EOCFI v4.15 (before v4.12) New function to initialize time_correlations in case orbit file does not have TAI-UTC # # Linked against EO CFI SW libraries v4.15 # It calculates the differences in orbit data at ANX (UTC Time, MLST, Longitude, Mean Keplerian Elements) between two given input orbit files and generates an HTML —> PDF report # Software requirements: SW packages GNUPLOT and WKHTMLTOX should be installed. See Readme_aux_installation_Report.txt for details. # # Usage: CompareANXDataReport satellite_name orbit_filename1 orbit_filename2 # # Example commands Windows 10 64-bit (from Command Prompt window) ## Example comparing OSF vs POF CompareANXDataReport.exe SENTINEL3B S3B_OPER_MPL_ORBSCT_20180425T191900_99999999T999999_0001.EOF S3B_OPER_MPL_ORBPRE_20180425T191728_20180502T191728_0002.EOF # Example commands macOS & Linux 64-bit (from Terminal) # Example comparing OSF vs POF ./CompareANXDataReport SENTINEL3B S3B_OPER_MPL_ORBSCT_20180425T191900_99999999T999999_0001.EOF S3B_OPER_MPL_ORBPRE_20180425T191728_20180502T191728_0002.EOF # Inputs: # Satellite ID (allowed values: ENVISAT, CRYOSAT2, SMOS, AEOLUS, BIOMASS, EARTHCARE, FLEX, SENTINEL1A, SENTINEL1B, SENTINEL1C, SENTINEL2A, SENTINEL2B, SENTINEL2C, SENTINEL3A, SENTINEL3B, SENTINEL3C, SEOSAT, SWARM_A, SWARM_B, SWARM_C, SENTINEL6, SENTINEL5P, METOPSG, GENERIC, GENERIC_MEO, DEFAULT (for DEFAULT satellite, a satellite configuration file shall be available - sat_default_conf_file.xml)) # Orbit Filename 1 (orbit filename types supported: MPL_ORBSCT or MPL_ORBPRE, MPL_ORBRES) # Orbit Filename 2 (orbit filename types supported: MPL_ORBPRE, MPL_ORBRES) —> Notes: Time Range used: overlapping time interval between orbit files Output files generated with default filenames (see Outputs section below) # Outputs: Output file with the results of the comparison: SENTINEL3B_output_data_comparison_orbit_files.txt Output file for orbit_filename1: SENTINEL3B_output_data_orbit_file1.txt Output file for orbit_filename2: SENTINEL3B_output_data_orbit_file2.txt Output HTML report file: SENTINEL3B_report_orbit_comparison.html Output PDF report file: SENTINEL3B_report_orbit_comparison.pdf