Package | Description |
---|---|
fr.cnes.dynvol.psimu.calc.main |
This package contains the main JPSIMU classes.
|
fr.cnes.dynvol.psimu.calc.output |
This package contains all the classes concerning the output results generation.
|
fr.cnes.dynvol.psimu.calc.utils |
Class containing JPSIMU utils.
|
fr.cnes.dynvol.psimu.ihm.main |
This package contains the main classes of JPSIMU when using IHM.
|
fr.cnes.dynvol.psimu.ihm.output |
This package contains classes concerning JPSIMU output generation.
|
Modifier and Type | Method and Description |
---|---|
Object |
Psimu.getVariable(int index,
String key)
Method to get an element of a list of output variables (given by the index).
|
Object |
Psimu.getVariableOnlyEvents(int index,
String key)
Method to get an element of a list of output variables (given by the index) only for events.
|
Map<String,Object> |
Psimu.getVariables(int index)
Method to get a list of output variables (given by the index).
|
Map<String,Object> |
Psimu.getVariablesOnlyEvents(int index)
Method to get a list of output variables (given by the index) only for events.
|
Map<String,Object> |
Psimu.getVariablesWithoutEvents(int index)
Method to get a list of output variables (given by the index) without events.
|
Object |
Psimu.getVariableWithoutEvents(int index,
String key)
Method to get an element of a list of output variables (given by the index) without events.
|
Modifier and Type | Method and Description |
---|---|
List<OutputEvent> |
OutputManager.getEventList()
Get the list of events associated with the propagation.
|
List<fr.cnes.sirius.patrius.propagation.SpacecraftState> |
OutputManager.getSpacecraftStateList()
Get the list of spacecraft states if available or null if not available
(i.e. storage mode FILE).
|
List<fr.cnes.sirius.patrius.propagation.SpacecraftState> |
OutputManager.getSpacecraftStateOnlyEventsList()
Get the list of spacecraft states only with events if available or null
if not available (i.e. storage mode FILE).
|
List<fr.cnes.sirius.patrius.propagation.SpacecraftState> |
OutputManager.getSpacecraftStateWithoutEventsList()
Get the list of spacecraft states without events if available or null if
not available (i.e. storage mode FILE).
|
List<Map<String,Object>> |
OutputManager.getVariablesList()
Method to get list of variables
|
List<Map<String,Object>> |
OutputManager.getVariablesOnlyEventsList()
Method to get list of variables
|
List<Map<String,Object>> |
OutputManager.getVariablesWithoutEventsList()
Method to get list of variables without events
|
void |
OutputManager.saveVTSFiles(String outputDir,
String resultName)
Save the VTS files.
|
Modifier and Type | Method and Description |
---|---|
static fr.cnes.sirius.patrius.propagation.SpacecraftState |
PsimuUtils.fromBase64(String spacecraftStateString)
Read the object from Base64 string.
|
static List<fr.cnes.sirius.patrius.propagation.SpacecraftState> |
PsimuUtils.readSpacecraftStatesFromFile(boolean isEphem,
boolean isEvent,
String outputDirectory,
String nameFile,
String varName)
Method to initialize a list of spacecraft states from a SQlite file.
|
static String |
PsimuUtils.toBase64(fr.cnes.sirius.patrius.propagation.SpacecraftState currentState)
Write the object to a Base64 string.
|
Modifier and Type | Method and Description |
---|---|
OutputConfig |
WidPsimuDataPanel.getOutputConfig()
Get output config.
|
static void |
AppPSimu.main(String[] args)
Main entry point.
|
Constructor and Description |
---|
PsimuBatch(String confFilename,
String outputDir)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
fr.cnes.sirius.patrius.time.TimeScale |
WidOutputPanel.getOutputTimeScaleType()
Get output time scale type.
|
OutputConfig |
WidOutputPanel.getPsimuObject()
Get JPSIMU object.
|
Copyright © 2022. All rights reserved.