Skip to content

preprocessing

Guillaume W. Bres edited this page Dec 28, 2023 · 11 revisions

Preprocessing toolkit

A preprocessing interface was developed and is summoned with the unique -P interface.

-P is a true filter designer. Its interface is shared by both RINEXCLI and RNX2CGGTTS, as both operations require preprocessing to be truly efficient.

It is important to master the preprocessing filer designer to operate this tool efficiently.

The preprocessing interface and its syntax was designed to emuate glab by ESA.

The preprocessor accepts as many operations as you need (with individual -P invokation).

The preprocessor tolerates faulty descriptions: the operation simply does not apply.
The filter designer is not case sensitive.

All supported preprocessing operations can either apply to the entire context or a specific portion of the context (e.g: a signal or a type of RINEX).

The preprocessor supports several operands. When the operand is ommited, the = (equality operand) is implied.

List of supported Operands:

  • Lower Than (<)
  • Lower Than or Equals (<=)
  • Greater Than (>)
  • Greater Than or Equals (>=)
  • Equals (=)
  • Ineq (!=)

The interface will allow you to design and perform several different operations

Clone this wiki locally