2023-08-25
GROOPS 2023-08-25 release notes
The GUI allows multi-line comment elements anywhere in the configuration files (add comment in the right-click context menu). The text parser (variables) can now handle regex expressions in the form {text/regex/replace}
. You can now loop over files in a directory and over lines of a text file. Added some new programs and various bugfixes.
Changes since last release
- New program: FileMove.
- New program: FileTextCreate.
- New program: InstrumentRemoveEpochsThruster.
- New program: InstrumentApplyTimeOffset.
- New program: InstrumentAccelerometerEstimateParameters (replaces InstrumentAccelerometerEstimateBiasScale).
- New program: GraceOrbit2TransplantTimeOffset.
- New program: GraceThrusterResponse2Accelerometer.
- New program: GnssReceiver2RinexObservation.
- New program: Sinex2StationPositions: replaces Sinex2StationPosition and Sinex2StationPostSeismicDeformation.
- New program: ObservationEquations2Files.
- New program: Variational2OrbitAndStarCamera (renamed Variational2Orbit): added possibility to also extract Earth rotation.
- New program: PlatformCreate: replaces gnssStationInfoCreate.
- New program: Tle2Orbit: Orbit from Two Line Elements (TLE).
- New program: GriddedData2NetCdf, GriddedDataTimeSeries2NetCdf (replaces GridRectangular2NectCdf).
- New program: NetCdf2GriddedData, NetCdf2GriddedDataTimeSeries (replaces NectCdf2DridRectangular).
- New program: DoodsonAdmittance2SupplementaryFiles: for publication of ocean tide models.
- New program: Gravityfield2TrendPotentialCoefficients: Estimate trend, annual, ...
- New class: In Loop: DirectoryListing.
- New class: In Loop: FileLines.
- New class: In InstrumentResample/interpolatorTimeSeries: FillGapsLeastSquaresPolynomialFit.
- New class: In MiscAccelerations: AtmosphericDragFromDensityFile.
- New class: In MiscAccelerations: RadiationPressure, replaces SolarRadiatinPressure, Albedo
- New class: In Loop: PlatformEquipment (replaces FileGnssStationInfo).
- Bugfix: Gravityfield2Deflections: fixed initialization bug.
- Bugfix: GnssRinexNavigation2OrbitClock: updated to be usable for rinex4 and fixes for rinex3.
- Bugfix: Plot: various fixes for GMT Versions >6.1.
- Bugfix: GriddedData: unwrap longitude before computing area elements.
- Bugfix: InstrumentResample/polynomial: corrected interpolation vs. extrapolation.
- Bugfix: GnssResiduals2Skyplot: consider also the PRN in type.
- Bugfix: GssProcessingStepDisableTransmitterShadowEpochs.
- Bugfix: Sinex2StationPositions: Correct sign for approx. positions.
- Other: Reworked of GRACE-(FO) L1A conversion.
- Other: GnssReceiver: Improved preprocessing (initial clock and cycleslip detection).
- Other: GnssParametrizationStaticPositions: better selection of noNet stations.
- Other: GnssParametrizationLeoDynamicOrbits: handling of mutliple arcs.
- Other: GnssRinexNavigation2OrbitClock: works also for glonass.
- Other: PlotMisc: set minimum size of points in legend to 3p.
- Other: Preparation to replace GnssStationInfo file format by the more general Platform file format.
- Other: Text parser: new {text/regex/replace}.
- Other: GUI: added new multi-line comment elements, revised code.