Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugged
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
Container Registry
Model registry
Operate
Environments
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
Orekit
Rugged
Commits
dd61453f
Commit
dd61453f
authored
10 years ago
by
Luc Maisonobe
Browse files
Options
Downloads
Patches
Plain Diff
Javadoc fixes.
parent
90b320fc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/orekit/rugged/api/Rugged.java
+6
-7
6 additions, 7 deletions
src/main/java/org/orekit/rugged/api/Rugged.java
with
6 additions
and
7 deletions
src/main/java/org/orekit/rugged/api/Rugged.java
+
6
−
7
View file @
dd61453f
...
...
@@ -16,7 +16,6 @@
*/
package
org.orekit.rugged.api
;
import
java.io.File
;
import
java.util.ArrayList
;
import
java.util.HashMap
;
import
java.util.List
;
...
...
@@ -96,7 +95,7 @@ public class Rugged {
* @param aInterpolationOrder order to use for attitude interpolation
* @exception RuggedException if data needed for some frame cannot be loaded
*/
public
Rugged
(
final
AbsoluteDate
newR
eferenceDate
,
public
Rugged
(
final
AbsoluteDate
r
eferenceDate
,
final
TileUpdater
updater
,
final
int
maxCachedTiles
,
final
AlgorithmId
algorithmID
,
final
EllipsoidId
ellipsoidID
,
final
InertialFrameId
inertialFrameID
,
final
BodyRotatingFrameId
bodyRotatingFrameID
,
...
...
@@ -107,7 +106,7 @@ public class Rugged {
try
{
// time reference
this
.
referenceDate
=
newR
eferenceDate
;
this
.
referenceDate
=
r
eferenceDate
;
// space reference
frame
=
selectInertialFrame
(
inertialFrameID
);
...
...
@@ -185,8 +184,8 @@ public class Rugged {
}
/** Set up line sensor model.
* @param
n
ame name of the line sensor.
* @param
pixels
lines of sight for each pixels
* @param
sensorN
ame name of the line sensor.
* @param
linesOfSigth
lines of sight for each pixels
* @param datationModel model to use for dating sensor lines
*/
public
void
setLineSensor
(
final
String
sensorName
,
final
List
<
PixelLOS
>
linesOfSigth
,
final
LineDatation
datationModel
)
{
...
...
@@ -356,7 +355,7 @@ public class Rugged {
}
/** Direct localization of a sensor line.
* @param
n
ame name of the line sensor
* @param
sensorN
ame name of the line sensor
* @param lineNumber number of the line to localize on ground
* @return ground position of all pixels of the specified sensor line
* @exception RuggedException if line cannot be localized,
...
...
@@ -408,7 +407,7 @@ public class Rugged {
}
/** Inverse localization of a ground point.
* @param
n
ame name of the line sensor
* @param
sensorN
ame name of the line sensor
* @param groundPoint ground point to localize
* @return sensor pixel seeing ground point
* @exception RuggedException if line cannot be localized,
...
...
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