Printing

De Psimu
Aller à la navigation Aller à la recherche

Once the propogation done, it is possible to use some utilities methods to print results or strore them in som files.

Printing results

First, we can use the printSV() method as in this example :

    test.printSV("begin", iniOrbit, FramesFactory.getEME2000(), mm);

    final SpacecraftState sc = test.propagateInSlaveMode();
    test.printSV("end", sc.getOrbit(), FramesFactory.getEME2000(), mm);