Contributions de l’utilisateur
(les plus récentes | les plus anciennes) Voir (50 plus récentes | 50 plus anciennes) (20 | 50 | 100 | 250 | 500).
- 3 octobre 2019 à 12:50 (diff | hist) . . (+2 846) . . N ContinuousManeuverByEvents 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class ContinuousManeuverByEvents { public static void main(String[] args) throws PatriusException, IOException, URISyntaxExceptio... ») (actuel)
- 3 octobre 2019 à 12:50 (diff | hist) . . (+2 649) . . N ContinuousManeuverByDuration 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class ContinuousManeuverByDuration { public static void main(String[] args) throws PatriusException, IOException, URISyntaxExcept... ») (actuel)
- 3 octobre 2019 à 12:49 (diff | hist) . . (+1 748) . . N ImpulsiveManeuverLOFFrame 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class ImpulsiveManeuverLOFFrame { →* * @param args * @throws OrekitException : public static void main(Stri... ») (actuel)
- 3 octobre 2019 à 12:49 (diff | hist) . . (+1 546) . . N ImpulsiveManeuverSpecificFrame 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class ImpulsiveManeuverSpecificFrame { public static void main(String[] args) throws PatriusException { // Creat... ») (actuel)
- 3 octobre 2019 à 12:48 (diff | hist) . . (+1 615) . . N ImpulsiveManeuverVehicleFrame 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class ImpulsiveManeuverVehicleFrame { public static void main(String[] args) throws PatriusException { // Creati... ») (actuel)
- 3 octobre 2019 à 12:47 (diff | hist) . . (+11 409) . . N Tutorials 4.4 Propagator (Page créée avec « == What is a propagator? == We must differentiate a numerical '''integrator''' and a numerical '''propagator''' ... A numerical integrator is a low level block allowing... »)
- 3 octobre 2019 à 12:46 (diff | hist) . . (-33) . . Tutorials 4.4 Maneuvers (actuel)
- 3 octobre 2019 à 12:45 (diff | hist) . . (+33) . . Tutorials 4.4 Maneuvers (→Impulsive maneuvers using orbital incréments)
- 3 octobre 2019 à 12:44 (diff | hist) . . (+3 534) . . N Tutorials 4.4 Maneuvers (Page créée avec « == Standard Impulsive maneuvers == This kind of maneuver consists in modelizing a maneuver as an instantaneous modification of the velocity. So, to define it, we must set... »)
- 3 octobre 2019 à 12:37 (diff | hist) . . (+7 138) . . N UsingVehicleClassComplete 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class UsingVehicleClassComplete { private enum TYPE { EMPTY, COMPLETE }; public static void main(String[] args) throws P... ») (actuel)
- 3 octobre 2019 à 12:36 (diff | hist) . . (+2 063) . . N UsingVehicleClassWithPropulsiveAndTankProperty 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class UsingVehicleClassWithPropulsiveAndTankProperty { public static void main(String[] args) throws PatriusException {... ») (actuel)
- 3 octobre 2019 à 12:35 (diff | hist) . . (+940) . . N UsingVehicleClass 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class UsingVehicleClass { public static void main(String[] args) throws PatriusException { Vehicle veh = new Veh... ») (actuel)
- 3 octobre 2019 à 12:34 (diff | hist) . . (+1 314) . . N VehicleWithMassPropertyAndTank 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class VehicleWithMassPropertyAndTank { public static void main(String[] args) throws PatriusException { // Using an... ») (actuel)
- 3 octobre 2019 à 12:34 (diff | hist) . . (+992) . . N VehicleWithMassProperty 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class VehicleWithMassProperty { →* * @param args * @throws OrekitException : public static void main(String... ») (actuel)
- 3 octobre 2019 à 12:33 (diff | hist) . . (+1 552) . . N Tutorials 4.4 Vehicle (Page créée avec « == What is an Assembly ? == As explained more in details in the user manual, the [{{JavaDoc4.4}}/fr/cnes/sirius/patrius/assembly/Assembly.html Assembly] is a mean to buil... ») (actuel)
- 3 octobre 2019 à 12:32 (diff | hist) . . (+4 163) . . N Reentryparameters 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class UsingReentryParameters { public static void main(String[] args) throws PatriusException, IOException, ParseException, URISy... ») (actuel)
- 3 octobre 2019 à 12:31 (diff | hist) . . (+9) . . Tutorials 4.4 Orbits (→Reentry parameters) (actuel)
- 3 octobre 2019 à 12:31 (diff | hist) . . (0) . . Tutorials 4.4 Orbits
- 3 octobre 2019 à 12:30 (diff | hist) . . (+275) . . Tutorials 4.4 Orbits (→Orbital parameters conversions)
- 3 octobre 2019 à 12:28 (diff | hist) . . (+6 389) . . N ParametersConversions 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class ParametersConversions { public static void main(String[] args) throws PatriusException, IOException, ParseException, URISyn... ») (actuel)
- 3 octobre 2019 à 12:27 (diff | hist) . . (+2 538) . . N CreateKeplerianOrbitUsingParameters 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class SimpleKeplerianOrbitUsingParameters { public static void main(String[] args) throws PatriusException, IOException, Pars... ») (actuel)
- 3 octobre 2019 à 12:26 (diff | hist) . . (+2 040) . . N CreateKeplerianOrbit 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class SimpleKeplerianOrbit { public static void main(String[] args) throws PatriusException, IOException, URISyntaxException... ») (actuel)
- 3 octobre 2019 à 12:25 (diff | hist) . . (+1 893) . . N Tutorials 4.4 Orbits (Page créée avec « == What is an orbit ? == An orbit is defined with a <font color=#FF0000>date</font>, a <font color=#FF0000>frame</font> then <font color=#FF0000>orbital parameters</font>... »)
- 3 octobre 2019 à 12:09 (diff | hist) . . (+4 194) . . N ConfigureFrames 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class ConfigureFrames { public static void main(String[] args) throws PatriusException, IOException, URISyntaxException {... ») (actuel)
- 3 octobre 2019 à 12:08 (diff | hist) . . (+1 083) . . N CreateFrames 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class CreateFrames { public static void main(String[] args) throws PatriusException, IOException, URISyntaxException { /... ») (actuel)
- 3 octobre 2019 à 12:06 (diff | hist) . . (+941) . . N Tutorials 4.4 Frames (Page créée avec « == What is a frame ? == As for the time scale (see previous tutorial), the easiest way to create a frame is to use the associated factory (FramesFactory.getXXX()). Thank... ») (actuel)
- 3 octobre 2019 à 12:04 (diff | hist) . . (-9) . . AnomalyEvent 4.4 (actuel)
- 3 octobre 2019 à 12:04 (diff | hist) . . (+2 330) . . N AnomalyEvent 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class AnomalyEvent { public static void main(String[] args) throws PatriusException { final ArrayList<AnomalyDet... »)
- 3 octobre 2019 à 12:03 (diff | hist) . . (-44) . . Tutorials 4.4 Events (→What is an Event ?) (actuel)
- 3 octobre 2019 à 12:02 (diff | hist) . . (+49) . . LoadingSunEphemeris 4.4 (actuel)
- 3 octobre 2019 à 12:01 (diff | hist) . . (+49) . . SequenceOfAttitudes 4.4 (actuel)
- 3 octobre 2019 à 12:00 (diff | hist) . . (+49) . . TwoDirectionsAttitudeLaw 4.4 (actuel)
- 3 octobre 2019 à 12:00 (diff | hist) . . (+49) . . SolarPointedAttitudeLaw 4.4 (actuel)
- 3 octobre 2019 à 11:59 (diff | hist) . . (+49) . . LOFOffsetAttitudeLaw 4.4 (actuel)
- 3 octobre 2019 à 11:59 (diff | hist) . . (+2 636) . . N EventUsingEventDetector 4.4 (Page créée avec « <syntaxhighlight lang="java"> public class EventUsingEventDetector implements EventDetector { private static final long serialVersionUID = 1L; private final Absol... ») (actuel)
- 3 octobre 2019 à 11:58 (diff | hist) . . (+48) . . EventUsingAbstractDetector 4.4 (actuel)
- 3 octobre 2019 à 11:57 (diff | hist) . . (+2 093) . . N EventUsingAbstractDetector 4.4 (Page créée avec « public class EventUsingAbstractDetector extends AbstractDetector { private static final long serialVersionUID = 1L; private final AbsoluteDate date; /**... »)
- 3 octobre 2019 à 11:56 (diff | hist) . . (+2 670) . . N Tutorials 4.4 Events (Page créée avec « == What is an Event ? == An [{{JavaDoc4.4}}/fr/cnes/sirius/patrius/propagation/events/EventDetector.html EventDetector] corresponds to an object that will allow to a prop... »)
- 3 octobre 2019 à 11:54 (diff | hist) . . (+1 539) . . N LoadingSunEphemeris 4.4 (Page créée avec « public class LoadingSunEphemeris { public static void main(String[] args) throws PatriusException, IOException, URISyntaxException { // Patrius Dataset i... »)
- 3 octobre 2019 à 11:54 (diff | hist) . . (+153) . . N Tutorials 4.4 Ephemeris (Page créée avec « The example below shows how to load a sun ephemeris. '''Code example:''' loading a Sun ephemeris Category:Tutorials 4.4 ») (actuel)
- 3 octobre 2019 à 11:52 (diff | hist) . . (0) . . N Catégorie:Tutorials 4.4 (Page vide créée)
- 3 octobre 2019 à 11:48 (diff | hist) . . (0) . . Tutorials 4.4 Attitude (→Attitude sequence) (actuel)
- 3 octobre 2019 à 11:46 (diff | hist) . . (0) . . Tutorials 4.4 Attitude (→Attitude sequence)
- 3 octobre 2019 à 11:44 (diff | hist) . . (+5 989) . . N SequenceOfAttitudes 4.4 (Page créée avec « public class SequenceOfAttitudeLaws { public static void main(String[] args) throws PatriusException, IOException, URISyntaxException { // Patrius Da... »)
- 3 octobre 2019 à 11:43 (diff | hist) . . (+3 329) . . N TwoDirectionsAttitudeLaw 4.4 (Page créée avec « public class TwoDirectionsAttitudeLaw { public static void main(String[] args) throws PatriusException, IOException, URISyntaxException { // Patrius... »)
- 3 octobre 2019 à 11:43 (diff | hist) . . (+3 095) . . N SolarPointedAttitudeLaw 4.4 (Page créée avec « public class SolarPointedAttitudeLaw { public static void main(String[] args) throws PatriusException, IOException, URISyntaxException { // Patrius D... »)
- 3 octobre 2019 à 11:42 (diff | hist) . . (+2 791) . . N LOFOffsetAttitudeLaw 4.4 (Page créée avec « public class LOFOffsetAttitudeLaw { public static void main(String[] args) throws PatriusException, IOException, URISyntaxException { // Patrius Data... »)
- 3 octobre 2019 à 11:41 (diff | hist) . . (+2 638) . . N Tutorials 4.4 Attitude (Page créée avec « == Attitude == We must not confuse an [{{JavaDoc4.4}}/fr/cnes/sirius/patrius/attitudes/Attitude.html Attitude] and an [{{JavaDoc4.4}}/fr/cnes/sirius/patrius/attitudes/Att... »)
- 3 octobre 2019 à 11:32 (diff | hist) . . (+44) . . N Modèle:JavaDoc4.4 (Page créée avec « http://patrius.cnes.fr/uploads/JavaDocs/V4.4 ») (actuel)
- 3 octobre 2019 à 11:32 (diff | hist) . . (+44) . . N Modèle:JavaDoc4.3 (Page créée avec « http://patrius.cnes.fr/uploads/JavaDocs/V4.3 ») (actuel)
(les plus récentes | les plus anciennes) Voir (50 plus récentes | 50 plus anciennes) (20 | 50 | 100 | 250 | 500).