Skip to content
Snippets Groups Projects
Commit 29d12fba authored by cont-integration's avatar cont-integration
Browse files

[skip ci] yaml templates added or modified

parent 5ce45e0f
No related branches found
No related tags found
1 merge request!37Draft: Resolve "Adapt to new sensor constructors in core"
...@@ -2,7 +2,6 @@ sateph: 0 # DOC satellite ephemeris option: EPHOPT_BRDC(0):broadcast ephemeris, ...@@ -2,7 +2,6 @@ sateph: 0 # DOC satellite ephemeris option: EPHOPT_BRDC(0):broadcast ephemeris,
ionoopt: 0 # DOC ionosphere option: IONOOPT_OFF(0):correction off, IONOOPT_BRDC(1):broadcast mode, IONOOPT_SBAS(2):SBAS model, IONOOPT_IFLC(3):L1/L2 or L1/L5, IONOOPT_EST(4):estimation, IONOOPT_TEC(5):IONEX TEC model, IONOOPT_QZS(6):QZSS broadcast, IONOOPT_LEX(7):QZSS LEX ionosphere, IONOOPT_STEC(8):SLANT TEC mode, IONOOPT_SBAS2(9):broadcast + SBAS(sats with SBAS corr and sats with BRDC eph), IONOOPT_SBAS3(10): IONOOPT_SBAS if possible, otherwise IONOOPT_SBAS2 (IONOOPT_SBAS + broadcast), IONOOPT_SBAS4(11): IONOOPT_SBAS if possible, otherwise IONOOPT_BRDC - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] ionoopt: 0 # DOC ionosphere option: IONOOPT_OFF(0):correction off, IONOOPT_BRDC(1):broadcast mode, IONOOPT_SBAS(2):SBAS model, IONOOPT_IFLC(3):L1/L2 or L1/L5, IONOOPT_EST(4):estimation, IONOOPT_TEC(5):IONEX TEC model, IONOOPT_QZS(6):QZSS broadcast, IONOOPT_LEX(7):QZSS LEX ionosphere, IONOOPT_STEC(8):SLANT TEC mode, IONOOPT_SBAS2(9):broadcast + SBAS(sats with SBAS corr and sats with BRDC eph), IONOOPT_SBAS3(10): IONOOPT_SBAS if possible, otherwise IONOOPT_SBAS2 (IONOOPT_SBAS + broadcast), IONOOPT_SBAS4(11): IONOOPT_SBAS if possible, otherwise IONOOPT_BRDC - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
tropopt: 0 # DOC troposphere option: TROPOPT_OFF(0):correction off, TROPOPT_SAAS(1):Saastamoinen model, TROPOPT_SBAS(2):SBAS model, TROPOPT_EST(3):troposphere option: ZTD estimation, TROPOPT_ESTG(4):ZTD+grad estimation, TROPOPT_ZTD(5):ZTD correction,6:ZTD+grad correction - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5] tropopt: 0 # DOC troposphere option: TROPOPT_OFF(0):correction off, TROPOPT_SAAS(1):Saastamoinen model, TROPOPT_SBAS(2):SBAS model, TROPOPT_EST(3):troposphere option: ZTD estimation, TROPOPT_ESTG(4):ZTD+grad estimation, TROPOPT_ZTD(5):ZTD correction,6:ZTD+grad correction - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5]
sbascorr: 0 # DOC SBAS correction options (can be added): SBSOPT_LCORR(1): long term correction, SBSOPT_FCORR(2): fast correction, SBSOPT_ICORR(4): ionosphere correction, SBSOPT_RANGE(8): ranging - TYPE int - OPTIONS [0, 1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15] sbascorr: 0 # DOC SBAS correction options (can be added): SBSOPT_LCORR(1): long term correction, SBSOPT_FCORR(2): fast correction, SBSOPT_ICORR(4): ionosphere correction, SBSOPT_RANGE(8): ranging - TYPE int - OPTIONS [0, 1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15]
apply_sagnac_correction: true # OPTIONAL - DOC if the Sagnac correction is applied. - TYPE bool
min_sbas_sats: 4 # OPTIONAL - DOC threshold of minimum satellites in the variable modes EPHOPT_SBAS3, EPHOPT_SBAS4, IONOOPT_SBAS3 and IONOOPT_SBAS4 - TYPE int min_sbas_sats: 4 # OPTIONAL - DOC threshold of minimum satellites in the variable modes EPHOPT_SBAS3, EPHOPT_SBAS4, IONOOPT_SBAS3 and IONOOPT_SBAS4 - TYPE int
raim: 0 # DOC amount of satellites removed by RAIM - TYPE int raim: 0 # DOC amount of satellites removed by RAIM - TYPE int
elmin: 0.0 # DOC minimum satellite elevation (rad) to be used in the solution - TYPE double elmin: 0.0 # DOC minimum satellite elevation (rad) to be used in the solution - TYPE double
......
...@@ -20,7 +20,6 @@ fix_options: ...@@ -20,7 +20,6 @@ fix_options:
ionoopt: 0 # DOC ionosphere option: IONOOPT_OFF(0):correction off, IONOOPT_BRDC(1):broadcast mode, IONOOPT_SBAS(2):SBAS model, IONOOPT_IFLC(3):L1/L2 or L1/L5, IONOOPT_EST(4):estimation, IONOOPT_TEC(5):IONEX TEC model, IONOOPT_QZS(6):QZSS broadcast, IONOOPT_LEX(7):QZSS LEX ionosphere, IONOOPT_STEC(8):SLANT TEC mode, IONOOPT_SBAS2(9):broadcast + SBAS(sats with SBAS corr and sats with BRDC eph), IONOOPT_SBAS3(10): IONOOPT_SBAS if possible, otherwise IONOOPT_SBAS2 (IONOOPT_SBAS + broadcast), IONOOPT_SBAS4(11): IONOOPT_SBAS if possible, otherwise IONOOPT_BRDC - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] ionoopt: 0 # DOC ionosphere option: IONOOPT_OFF(0):correction off, IONOOPT_BRDC(1):broadcast mode, IONOOPT_SBAS(2):SBAS model, IONOOPT_IFLC(3):L1/L2 or L1/L5, IONOOPT_EST(4):estimation, IONOOPT_TEC(5):IONEX TEC model, IONOOPT_QZS(6):QZSS broadcast, IONOOPT_LEX(7):QZSS LEX ionosphere, IONOOPT_STEC(8):SLANT TEC mode, IONOOPT_SBAS2(9):broadcast + SBAS(sats with SBAS corr and sats with BRDC eph), IONOOPT_SBAS3(10): IONOOPT_SBAS if possible, otherwise IONOOPT_SBAS2 (IONOOPT_SBAS + broadcast), IONOOPT_SBAS4(11): IONOOPT_SBAS if possible, otherwise IONOOPT_BRDC - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
tropopt: 0 # DOC troposphere option: TROPOPT_OFF(0):correction off, TROPOPT_SAAS(1):Saastamoinen model, TROPOPT_SBAS(2):SBAS model, TROPOPT_EST(3):troposphere option: ZTD estimation, TROPOPT_ESTG(4):ZTD+grad estimation, TROPOPT_ZTD(5):ZTD correction,6:ZTD+grad correction - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5] tropopt: 0 # DOC troposphere option: TROPOPT_OFF(0):correction off, TROPOPT_SAAS(1):Saastamoinen model, TROPOPT_SBAS(2):SBAS model, TROPOPT_EST(3):troposphere option: ZTD estimation, TROPOPT_ESTG(4):ZTD+grad estimation, TROPOPT_ZTD(5):ZTD correction,6:ZTD+grad correction - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5]
sbascorr: 0 # DOC SBAS correction options (can be added): SBSOPT_LCORR(1): long term correction, SBSOPT_FCORR(2): fast correction, SBSOPT_ICORR(4): ionosphere correction, SBSOPT_RANGE(8): ranging - TYPE int - OPTIONS [0, 1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15] sbascorr: 0 # DOC SBAS correction options (can be added): SBSOPT_LCORR(1): long term correction, SBSOPT_FCORR(2): fast correction, SBSOPT_ICORR(4): ionosphere correction, SBSOPT_RANGE(8): ranging - TYPE int - OPTIONS [0, 1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15]
apply_sagnac_correction: true # OPTIONAL - DOC if the Sagnac correction is applied. - TYPE bool
min_sbas_sats: 4 # OPTIONAL - DOC threshold of minimum satellites in the variable modes EPHOPT_SBAS3, EPHOPT_SBAS4, IONOOPT_SBAS3 and IONOOPT_SBAS4 - TYPE int min_sbas_sats: 4 # OPTIONAL - DOC threshold of minimum satellites in the variable modes EPHOPT_SBAS3, EPHOPT_SBAS4, IONOOPT_SBAS3 and IONOOPT_SBAS4 - TYPE int
raim: 0 # DOC amount of satellites removed by RAIM - TYPE int raim: 0 # DOC amount of satellites removed by RAIM - TYPE int
elmin: 0.0 # DOC minimum satellite elevation (rad) to be used in the solution - TYPE double elmin: 0.0 # DOC minimum satellite elevation (rad) to be used in the solution - TYPE double
......
...@@ -20,7 +20,6 @@ fix_options: ...@@ -20,7 +20,6 @@ fix_options:
ionoopt: 0 # DOC ionosphere option: IONOOPT_OFF(0):correction off, IONOOPT_BRDC(1):broadcast mode, IONOOPT_SBAS(2):SBAS model, IONOOPT_IFLC(3):L1/L2 or L1/L5, IONOOPT_EST(4):estimation, IONOOPT_TEC(5):IONEX TEC model, IONOOPT_QZS(6):QZSS broadcast, IONOOPT_LEX(7):QZSS LEX ionosphere, IONOOPT_STEC(8):SLANT TEC mode, IONOOPT_SBAS2(9):broadcast + SBAS(sats with SBAS corr and sats with BRDC eph), IONOOPT_SBAS3(10): IONOOPT_SBAS if possible, otherwise IONOOPT_SBAS2 (IONOOPT_SBAS + broadcast), IONOOPT_SBAS4(11): IONOOPT_SBAS if possible, otherwise IONOOPT_BRDC - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] ionoopt: 0 # DOC ionosphere option: IONOOPT_OFF(0):correction off, IONOOPT_BRDC(1):broadcast mode, IONOOPT_SBAS(2):SBAS model, IONOOPT_IFLC(3):L1/L2 or L1/L5, IONOOPT_EST(4):estimation, IONOOPT_TEC(5):IONEX TEC model, IONOOPT_QZS(6):QZSS broadcast, IONOOPT_LEX(7):QZSS LEX ionosphere, IONOOPT_STEC(8):SLANT TEC mode, IONOOPT_SBAS2(9):broadcast + SBAS(sats with SBAS corr and sats with BRDC eph), IONOOPT_SBAS3(10): IONOOPT_SBAS if possible, otherwise IONOOPT_SBAS2 (IONOOPT_SBAS + broadcast), IONOOPT_SBAS4(11): IONOOPT_SBAS if possible, otherwise IONOOPT_BRDC - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
tropopt: 0 # DOC troposphere option: TROPOPT_OFF(0):correction off, TROPOPT_SAAS(1):Saastamoinen model, TROPOPT_SBAS(2):SBAS model, TROPOPT_EST(3):troposphere option: ZTD estimation, TROPOPT_ESTG(4):ZTD+grad estimation, TROPOPT_ZTD(5):ZTD correction,6:ZTD+grad correction - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5] tropopt: 0 # DOC troposphere option: TROPOPT_OFF(0):correction off, TROPOPT_SAAS(1):Saastamoinen model, TROPOPT_SBAS(2):SBAS model, TROPOPT_EST(3):troposphere option: ZTD estimation, TROPOPT_ESTG(4):ZTD+grad estimation, TROPOPT_ZTD(5):ZTD correction,6:ZTD+grad correction - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5]
sbascorr: 0 # DOC SBAS correction options (can be added): SBSOPT_LCORR(1): long term correction, SBSOPT_FCORR(2): fast correction, SBSOPT_ICORR(4): ionosphere correction, SBSOPT_RANGE(8): ranging - TYPE int - OPTIONS [0, 1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15] sbascorr: 0 # DOC SBAS correction options (can be added): SBSOPT_LCORR(1): long term correction, SBSOPT_FCORR(2): fast correction, SBSOPT_ICORR(4): ionosphere correction, SBSOPT_RANGE(8): ranging - TYPE int - OPTIONS [0, 1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15]
apply_sagnac_correction: true # OPTIONAL - DOC if the Sagnac correction is applied. - TYPE bool
min_sbas_sats: 4 # OPTIONAL - DOC threshold of minimum satellites in the variable modes EPHOPT_SBAS3, EPHOPT_SBAS4, IONOOPT_SBAS3 and IONOOPT_SBAS4 - TYPE int min_sbas_sats: 4 # OPTIONAL - DOC threshold of minimum satellites in the variable modes EPHOPT_SBAS3, EPHOPT_SBAS4, IONOOPT_SBAS3 and IONOOPT_SBAS4 - TYPE int
raim: 0 # DOC amount of satellites removed by RAIM - TYPE int raim: 0 # DOC amount of satellites removed by RAIM - TYPE int
elmin: 0.0 # DOC minimum satellite elevation (rad) to be used in the solution - TYPE double elmin: 0.0 # DOC minimum satellite elevation (rad) to be used in the solution - TYPE double
......
...@@ -17,7 +17,6 @@ gnss_options: ...@@ -17,7 +17,6 @@ gnss_options:
ionoopt: 0 # DOC ionosphere option: IONOOPT_OFF(0):correction off, IONOOPT_BRDC(1):broadcast mode, IONOOPT_SBAS(2):SBAS model, IONOOPT_IFLC(3):L1/L2 or L1/L5, IONOOPT_EST(4):estimation, IONOOPT_TEC(5):IONEX TEC model, IONOOPT_QZS(6):QZSS broadcast, IONOOPT_LEX(7):QZSS LEX ionosphere, IONOOPT_STEC(8):SLANT TEC mode, IONOOPT_SBAS2(9):broadcast + SBAS(sats with SBAS corr and sats with BRDC eph), IONOOPT_SBAS3(10): IONOOPT_SBAS if possible, otherwise IONOOPT_SBAS2 (IONOOPT_SBAS + broadcast), IONOOPT_SBAS4(11): IONOOPT_SBAS if possible, otherwise IONOOPT_BRDC - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] ionoopt: 0 # DOC ionosphere option: IONOOPT_OFF(0):correction off, IONOOPT_BRDC(1):broadcast mode, IONOOPT_SBAS(2):SBAS model, IONOOPT_IFLC(3):L1/L2 or L1/L5, IONOOPT_EST(4):estimation, IONOOPT_TEC(5):IONEX TEC model, IONOOPT_QZS(6):QZSS broadcast, IONOOPT_LEX(7):QZSS LEX ionosphere, IONOOPT_STEC(8):SLANT TEC mode, IONOOPT_SBAS2(9):broadcast + SBAS(sats with SBAS corr and sats with BRDC eph), IONOOPT_SBAS3(10): IONOOPT_SBAS if possible, otherwise IONOOPT_SBAS2 (IONOOPT_SBAS + broadcast), IONOOPT_SBAS4(11): IONOOPT_SBAS if possible, otherwise IONOOPT_BRDC - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
tropopt: 0 # DOC troposphere option: TROPOPT_OFF(0):correction off, TROPOPT_SAAS(1):Saastamoinen model, TROPOPT_SBAS(2):SBAS model, TROPOPT_EST(3):troposphere option: ZTD estimation, TROPOPT_ESTG(4):ZTD+grad estimation, TROPOPT_ZTD(5):ZTD correction,6:ZTD+grad correction - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5] tropopt: 0 # DOC troposphere option: TROPOPT_OFF(0):correction off, TROPOPT_SAAS(1):Saastamoinen model, TROPOPT_SBAS(2):SBAS model, TROPOPT_EST(3):troposphere option: ZTD estimation, TROPOPT_ESTG(4):ZTD+grad estimation, TROPOPT_ZTD(5):ZTD correction,6:ZTD+grad correction - TYPE int - OPTIONS [0, 1, 2, 3, 4, 5]
sbascorr: 0 # DOC SBAS correction options (can be added): SBSOPT_LCORR(1): long term correction, SBSOPT_FCORR(2): fast correction, SBSOPT_ICORR(4): ionosphere correction, SBSOPT_RANGE(8): ranging - TYPE int - OPTIONS [0, 1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15] sbascorr: 0 # DOC SBAS correction options (can be added): SBSOPT_LCORR(1): long term correction, SBSOPT_FCORR(2): fast correction, SBSOPT_ICORR(4): ionosphere correction, SBSOPT_RANGE(8): ranging - TYPE int - OPTIONS [0, 1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 14, 15]
apply_sagnac_correction: true # OPTIONAL - DOC if the Sagnac correction is applied. - TYPE bool
min_sbas_sats: 4 # OPTIONAL - DOC threshold of minimum satellites in the variable modes EPHOPT_SBAS3, EPHOPT_SBAS4, IONOOPT_SBAS3 and IONOOPT_SBAS4 - TYPE int min_sbas_sats: 4 # OPTIONAL - DOC threshold of minimum satellites in the variable modes EPHOPT_SBAS3, EPHOPT_SBAS4, IONOOPT_SBAS3 and IONOOPT_SBAS4 - TYPE int
raim: 0 # DOC amount of satellites removed by RAIM - TYPE int raim: 0 # DOC amount of satellites removed by RAIM - TYPE int
elmin: 0.0 # DOC minimum satellite elevation (rad) to be used in the solution - TYPE double elmin: 0.0 # DOC minimum satellite elevation (rad) to be used in the solution - TYPE double
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment