public class SequentialBatchLeastSquares extends Object
An initial covariance and first guess are obtained from a classical batch least squares estimation. The sequential-batch estimation is perform using these data and a new set of measurements. A new OPM is generated at the end of the estimation and an OEM is also generated.
Modifier and Type | Class and Description |
---|---|
static class |
SequentialBatchLeastSquares.TutorialSequentialBatch
Input data for the sequential-batch orbit determination tutorial.
|
Constructor and Description |
---|
SequentialBatchLeastSquares() |
public static void main(String[] args) throws URISyntaxException, IOException
args
- nothing is neededIOException
- if observations file cannot be read properlyURISyntaxException
- if URI syntax of SP3 file is wrongCopyright © 2002–2023 CS GROUP. All rights reserved.