Contributions de l’utilisateur
(les plus récentes | les plus anciennes) Voir (50 plus récentes | 50 plus anciennes) (20 | 50 | 100 | 250 | 500).
- 2 septembre 2024 à 07:59 (diff | hist) . . (+10 136) . . N User Manual 4.14 Trigonometric Polynomials and Fourier Series (Page créée avec « __NOTOC__ == Introduction == === Scope === This section presents the Trigonometric Polynomials implemented in PATRIUS as well as Fourier Series. === Javadoc === The trigo... »)
- 2 septembre 2024 à 07:59 (diff | hist) . . (+17 969) . . N User Manual 4.14 Rotations and quaternions (Page créée avec « __NOTOC__ == Introduction == === Scope === This section describes rotation and quaternions. === Javadoc === The relevant packages are documented here : {| class="wikita... »)
- 2 septembre 2024 à 07:58 (diff | hist) . . (+10 176) . . N User Manual 4.14 Root-Finding Algorithms (Page créée avec « __NOTOC__ == Introduction == === Scope === This section is about the root-finding algorithms for univariate real functions provided by the library. First we explain how t... »)
- 2 septembre 2024 à 07:57 (diff | hist) . . (+18 279) . . N User Manual 4.14 Optimization (Page créée avec « __NOTOC__ == Introduction == === Scope === This section describes PATRIUS optimization features. It will focus on the ''JOptimizer'' functionalities, which provides solv... »)
- 2 septembre 2024 à 07:57 (diff | hist) . . (+8 978) . . N User Manual 4.14 Numerical ordinary differential equations (Page créée avec « __NOTOC__ == Introduction == === Scope === This library can compute solutions for ordinary differential equations, as numerical approximations. The problems are usually in... »)
- 2 septembre 2024 à 07:56 (diff | hist) . . (+5 197) . . N User Manual 4.14 Numerical differentiation and integration (Page créée avec « __NOTOC__ == Introduction == === Scope === This section détails numerical differentialtion and integration (not to be misunderstood with numerical integration of ODE). A... »)
- 2 septembre 2024 à 07:56 (diff | hist) . . (+15 468) . . N User Manual 4.14 Matrices (Page créée avec « __NOTOC__ == Introduction == === Scope === This section will focus on the following aspects : * Matrix3D and Vector3D * Generic Matrices * UD Decomposition === Javadoc... »)
- 2 septembre 2024 à 07:55 (diff | hist) . . (+8 819) . . N User Manual 4.14 Math frameworks (Page créée avec « __NOTOC__ == Introduction == === Scope === This section describes PATRIUS handling of low-level math frameworks. A low-level math framework provides simple math operations... »)
- 2 septembre 2024 à 07:55 (diff | hist) . . (+14 505) . . N User Manual 4.14 Interpolation Methods (Page créée avec « __NOTOC__ == Introduction == === Scope === In this section, a focus is realised on the following interpolation methods: spline, bicubic, tricubic, Lagrange and Newton, co... »)
- 2 septembre 2024 à 07:54 (diff | hist) . . (+13 996) . . N User Manual 4.14 Geometry (Page créée avec « __NOTOC__ == Introduction == === Scope === The geometry objects implemented in the PATRIUS library are both infinite and finite shapes. The finite shapes shall be used f... »)
- 2 septembre 2024 à 07:54 (diff | hist) . . (+6 226) . . N User Manual 4.14 Double Comparisons (Page créée avec « __NOTOC__ == Introduction == === Scope === The « Comparators » class contains static methods to perform relative comparisons of doubles. === Javadoc === The Comparator... »)
- 2 septembre 2024 à 07:53 (diff | hist) . . (+6 157) . . N User Manual 4.14 Dispersions (Page créée avec « __NOTOC__ == Introduction == === Scope === This section describes how dispersions are defined and used in the PATRIUS library. Dispersions are not to be mixed up with rand... »)
- 2 septembre 2024 à 07:53 (diff | hist) . . (+12 691) . . N User Manual 4.14 Angles and Intervals (Page créée avec « __NOTOC__ == Introduction == === Scope === This section describes how angles, intervals and angle intervals are defined and used in the PATRIUS library. === Javadoc ===... »)
- 2 septembre 2024 à 07:52 (diff | hist) . . (+16 418) . . N User Manual 4.14 Time (Page créée avec « __NOTOC__ == Introduction == === Scope === Despite its current use, time requires careful attention in the description of physical phenomena. Indeed the rate at which tim... »)
- 2 septembre 2024 à 07:51 (diff | hist) . . (+9 582) . . N User Manual 4.14 SpacecraftState (Page créée avec « __NOTOC__ == Introduction == === Scope === This section describes the SpacecraftState object. === Javadoc === The object [{{JavaDoc4.13}}//fr/cnes/sirius/patrius/propag... »)
- 2 septembre 2024 à 07:51 (diff | hist) . . (+5 525) . . N User Manual 4.14 Orbits (Page créée avec « __NOTOC__ == Introduction == === Scope === The "orbits" package contains classes to represent the orbital state of a spacecraft at a given time. Several types of orbits ar... »)
- 2 septembre 2024 à 07:50 (diff | hist) . . (+5 250) . . N User Manual 4.14 Orbital parameters (Page créée avec « __NOTOC__ == Introduction == === Scope === The "Orbital parameters" package contains classes to represent the orbital state of a space object. Several types of parameter... »)
- 2 septembre 2024 à 07:49 (diff | hist) . . (+25 313) . . N User Manual 4.14 Frames configuration (Page créée avec « __NOTOC__ == Introduction == === Scope === Frames configuration defines the models and data to use for each frame transformation. Several frames configurations are already... »)
- 2 septembre 2024 à 07:49 (diff | hist) . . (+16 065) . . N User Manual 4.14 Frames (Page créée avec « __NOTOC__ == Introduction == === Scope === In Patrius, a frame is represented by the class Frame. The different frames are organized as a tree whose root is the ICRF. A f... »)
- 2 septembre 2024 à 07:48 (diff | hist) . . (+32 538) . . N User Manual 4.14 Celestial bodies (Page créée avec « __NOTOC__ == Introduction == === Scope === The celestial bodies are described by their main features : position and geometry. The positions are ephemeris that must be loa... »)
- 2 septembre 2024 à 07:48 (diff | hist) . . (+6 241) . . N User Manual 4.14 Slew (Page créée avec « __NOTOC__ == Introduction == === Scope === A slew performs the transition between two attitude laws. === Javadoc === The attitude objects linked to slews are available i... »)
- 2 septembre 2024 à 07:46 (diff | hist) . . (+15 871) . . N User Manual 4.14 Rotation, AngularCoordinates, Tranform and Attitude : how to use them (Page créée avec « __NOTOC__ == Introduction == In PATRIUS, several objects allow the user to represent rotations and perform some frame transformations, from simplest to most complex: * <c... »)
- 2 septembre 2024 à 07:46 (diff | hist) . . (+3 381) . . N User Manual 4.14 Orientation (Page créée avec « __NOTOC__ == Introduction == === Scope === The purpose of this chapter is to describe the orientation package. An orientation provider is an interface that provides meth... »)
- 2 septembre 2024 à 07:45 (diff | hist) . . (+10 115) . . N User Manual 4.14 Kinematics (Page créée avec « __NOTOC__ == Introduction == === Scope === The purpose is to extend the attitude package with classes and methods to compute and process kinematics operations. === Javad... »)
- 2 septembre 2024 à 07:45 (diff | hist) . . (+8 111) . . N User Manual 4.14 Directions (Page créée avec « __NOTOC__ == Introduction == === Scope === The “direction” objects are used for attitude computation purposes to describe different types of axis in space that can evo... »)
- 2 septembre 2024 à 07:44 (diff | hist) . . (+6 494) . . N User Manual 4.14 Attitude Profile (Page créée avec « __NOTOC__ == Introduction == === Scope === An attitude profile is an attitude law providing the computation of an instantaneous attitude without any reference to the satel... »)
- 2 septembre 2024 à 07:44 (diff | hist) . . (+9 272) . . N User Manual 4.14 Attitude leg (Page créée avec « __NOTOC__ == Introduction == === Scope === The purpose of this chapter is to describe the current Patrius attitude legs. An attitude leg is a time-bounded attitude law.... »)
- 2 septembre 2024 à 07:43 (diff | hist) . . (+22 466) . . N User Manual 4.14 Attitude law (Page créée avec « __NOTOC__ == Introduction == === Scope === The purpose of this chapter is to describe the current Patrius attitude laws. === Javadoc === The attitude objects are availab... »)
- 27 août 2024 à 10:09 (diff | hist) . . (+116) . . Catégorie:Thread Safety 4.14 (actuel)
- 27 août 2024 à 09:34 (diff | hist) . . (+5 368) . . N User Manual 4.14 Errors management and internationalization (Page créée avec « == Introduction == === Scope === A locale is a set of 2 parameters, one to define the user’s language, the other one to define the country. A locale is used to identify... ») (actuel)
- 27 août 2024 à 09:32 (diff | hist) . . (+17 907) . . N User Manual 4.14 Data management system (Page créée avec « == Introduction == === Scope === The scope of this chapter is to present data management. This section presents the three modules of the data management system originally... ») (actuel)
- 27 août 2024 à 09:32 (diff | hist) . . (+2 038) . . N User Manual 4.14 Support (Page créée avec « == Introduction == This section presents the support tools implemented in the PATRIUS Library. == Applicable and Reference Documents == === Applicable Documents === ''... ») (actuel)
- 27 août 2024 à 09:22 (diff | hist) . . (-5) . . Catégorie:User Manual 4.14
- 27 août 2024 à 09:19 (diff | hist) . . (+31) . . Catégorie:Thread Safety 4.14
- 27 août 2024 à 09:17 (diff | hist) . . (-66 098) . . Catégorie:User Manual 4.14
- 27 août 2024 à 09:16 (diff | hist) . . (+66 222) . . N Catégorie:Thread Safety 4.14 (Page créée avec « {| class="wikitable" |- ! scope="col"| Class (total number : 43) ! scope="col"| Concurrency ! scope="col"| Comment |- |fr.cnes.sirius.patrius.math.UtilsCommonsMath |immuta... »)
- 27 août 2024 à 09:02 (diff | hist) . . (+2 107) . . N Catégorie:User Manual 4.14 Spacecraft (Page créée avec « == Introduction == This section presents the Spacecrafts implemented in the PATRIUS library. The “assembly” theme contains the mechanisms provided to describe a space... ») (actuel)
- 27 août 2024 à 09:02 (diff | hist) . . (+2 613) . . N Catégorie:User Manual 4.14 Orbit Propagation (Page créée avec « == Introduction == center <center><blockquote>I shall now recall to mind that the motion of the<br> heavenly bodies is circular, since the motion<... ») (actuel)
- 27 août 2024 à 09:02 (diff | hist) . . (+1 394) . . N Catégorie:User Manual 4.14 Mission (Page créée avec « == Introduction == This section presents the events and visibility aspects of the PATRIUS library. First of all, it is necessary to manage the event detection during the... ») (actuel)
- 27 août 2024 à 08:59 (diff | hist) . . (0) . . Catégorie:User Manual 4.14 Flight Dynamics (actuel)
- 27 août 2024 à 08:59 (diff | hist) . . (0) . . Catégorie:User Manual 4.14 Mathematics (actuel)
- 27 août 2024 à 08:58 (diff | hist) . . (0) . . Catégorie:User Manual 4.13 Flight Dynamics (actuel)
- 27 août 2024 à 08:58 (diff | hist) . . (0) . . Catégorie:User Manual 4.13 Flight Dynamics
- 27 août 2024 à 08:57 (diff | hist) . . (+4 342) . . N Catégorie:User Manual 4.14 Mathematics (Page créée avec « == Introduction == center <center><blockquote> Willingly would I burn to death like Phaeton,<br> were this the price for reaching the sun and<br>... »)
- 27 août 2024 à 08:56 (diff | hist) . . (+3 486) . . N Catégorie:User Manual 4.14 Flight Dynamics (Page créée avec « == Introduction == In order to determine the position and velocity of a spacecraft at a given time, a reference frame with respect to which position and velocity as well... »)
- 27 août 2024 à 08:51 (diff | hist) . . (+2 143) . . N Catégorie:User Manual 4.14 Attitude (Page créée avec « == Introduction == This section describes attitude features of Patrius: attitude laws, slew, guidance, etc. == Applicable and Reference Documents == === Applicable Docum... ») (actuel)
- 27 août 2024 à 08:46 (diff | hist) . . (+73 249) . . N Catégorie:User Manual 4.14 (Page créée avec « == Introduction == This document is the main user manual of the PATRIUS library, which provides Java classes in a wide range of themes related with space flight dynamics.... »)
- 27 août 2024 à 08:38 (diff | hist) . . (+173) . . MediaWiki:Sidebar
- 27 août 2024 à 08:26 (diff | hist) . . (+45) . . N Modèle:JavaDoc4.14 (Page créée avec « http://patrius.cnes.fr/uploads/JavaDocs/V4.14 ») (actuel)
- 27 août 2024 à 08:16 (diff | hist) . . (+116) . . Accueil
(les plus récentes | les plus anciennes) Voir (50 plus récentes | 50 plus anciennes) (20 | 50 | 100 | 250 | 500).