gnssIR_python icon indicating copy to clipboard operation
gnssIR_python copied to clipboard

Python scripts for GNSS interferometric reflection applications

Results 1 gnssIR_python issues
Sort by recently updated
recently updated
newest added

The idea of putting the constants in a class is fantastic, but it can be optimized through use of the `@dataclass` decorator in Python 3.7+. e.g. ```Python @dataclass class Constants:...