Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugged-MOD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
youngcle
Rugged-MOD
Commits
e6b60dbe
Commit
e6b60dbe
authored
10 years ago
by
Luc Maisonobe
Browse files
Options
Downloads
Patches
Plain Diff
Javadoc.
parent
b0ad4fc9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/orekit/rugged/errors/DumpReplayer.java
+28
-28
28 additions, 28 deletions
src/main/java/org/orekit/rugged/errors/DumpReplayer.java
with
28 additions
and
28 deletions
src/main/java/org/orekit/rugged/errors/DumpReplayer.java
+
28
−
28
View file @
e6b60dbe
...
...
@@ -57,88 +57,88 @@ public class DumpReplayer {
/** Keyword for ellipsoid equatorial radius fields. */
private
static
final
String
AE
=
"ae"
;
/** Keyword for
x
fields. */
/** Keyword for
ellipsoid flattening
fields. */
private
static
final
String
F
=
"f"
;
/** Keyword for
x
fields. */
/** Keyword for
frame
fields. */
private
static
final
String
FRAME
=
"frame"
;
/** Keyword for
x
fields. */
/** Keyword for
date
fields. */
private
static
final
String
DATE
=
"date"
;
/** Keyword for
x
fields. */
/** Keyword for
sensor position
fields. */
private
static
final
String
POSITION
=
"position"
;
/** Keyword for
x
fields. */
/** Keyword for
sensor line-of-sight
fields. */
private
static
final
String
LOS
=
"los"
;
/** Keyword for
x
fields. */
/** Keyword for
light-time correction
fields. */
private
static
final
String
LIGHT_TIME
=
"lightTime"
;
/** Keyword for
x
fields. */
/** Keyword for
aberration of light correction
fields. */
private
static
final
String
ABERRATION
=
"aberration"
;
/** Keyword for
x
fields. */
/** Keyword for
min date
fields. */
private
static
final
String
MIN_DATE
=
"minDate"
;
/** Keyword for
x
fields. */
/** Keyword for
max date
fields. */
private
static
final
String
MAX_DATE
=
"maxDate"
;
/** Keyword for
x
fields. */
/** Keyword for
time step
fields. */
private
static
final
String
T_STEP
=
"tStep"
;
/** Keyword for
x
fields. */
/** Keyword for
inertial frames
fields. */
private
static
final
String
INERTIAL_FRAME
=
"inertialFrame"
;
/** Keyword for x fields. */
/** Keyword for
observation transform inde
x fields. */
private
static
final
String
INDEX
=
"index"
;
/** Keyword for
x
fields. */
/** Keyword for
body meta-
fields. */
private
static
final
String
BODY
=
"body"
;
/** Keyword for
x
fields. */
/** Keyword for
rotation
fields. */
private
static
final
String
R
=
"r"
;
/** Keyword for
x
fields. */
/** Keyword for
rotation rate
fields. */
private
static
final
String
OMEGA
=
"Ω"
;
/** Keyword for
x
fields. */
/** Keyword for
rotation acceleration
fields. */
private
static
final
String
OMEGA_DOT
=
"ΩDot"
;
/** Keyword for
x
fields. */
/** Keyword for
spacecraft meta-
fields. */
private
static
final
String
SPACECRAFT
=
"spacecraft"
;
/** Keyword for
x
fields. */
/** Keyword for
position
fields. */
private
static
final
String
P
=
"p"
;
/** Keyword for
x
fields. */
/** Keyword for
velocity
fields. */
private
static
final
String
V
=
"v"
;
/** Keyword for
x
fields. */
/** Keyword for
acceleration
fields. */
private
static
final
String
A
=
"a"
;
/** Keyword for
x
fields. */
/** Keyword for
minimum latitude
fields. */
private
static
final
String
LAT_MIN
=
"latMin"
;
/** Keyword for
x
fields. */
/** Keyword for
latitude step
fields. */
private
static
final
String
LAT_STEP
=
"latStep"
;
/** Keyword for
x
fields. */
/** Keyword for
latitude rows
fields. */
private
static
final
String
LAT_ROWS
=
"latRows"
;
/** Keyword for
x
fields. */
/** Keyword for
minimum longitude
fields. */
private
static
final
String
LON_MIN
=
"lonMin"
;
/** Keyword for
x
fields. */
/** Keyword for
longitude step
fields. */
private
static
final
String
LON_STEP
=
"lonStep"
;
/** Keyword for
x
fields. */
/** Keyword for
longitude rows
fields. */
private
static
final
String
LON_ROWS
=
"lonRows"
;
/** Keyword for x fields. */
/** Keyword for
latitude inde
x fields. */
private
static
final
String
LAT_INDEX
=
"latIndex"
;
/** Keyword for x fields. */
/** Keyword for
longitude inde
x fields. */
private
static
final
String
LON_INDEX
=
"lonIndex"
;
/** Constant elevation for constant elevation algorithm. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment