Printing

De Psimu
Version datée du 11 juillet 2017 à 09:27 par Admin (discussion | contributions)
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);