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
3f431a80
Commit
3f431a80
authored
8 years ago
by
Luc Maisonobe
Browse files
Options
Downloads
Patches
Plain Diff
Fixed wrong javadoc.
parent
38d319f5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/org/orekit/rugged/api/Rugged.java
+2
-2
2 additions, 2 deletions
src/main/java/org/orekit/rugged/api/Rugged.java
src/main/java/org/orekit/rugged/los/TimeIndependentLOSTransform.java
+3
-5
3 additions, 5 deletions
...va/org/orekit/rugged/los/TimeIndependentLOSTransform.java
with
5 additions
and
7 deletions
src/main/java/org/orekit/rugged/api/Rugged.java
+
2
−
2
View file @
3f431a80
...
@@ -747,9 +747,9 @@ public class Rugged {
...
@@ -747,9 +747,9 @@ public class Rugged {
* LineSensor#getParametersDrivers() getParametersDrivers()}
* LineSensor#getParametersDrivers() getParametersDrivers()}
* method on the desired sensors must be configured. The parameters that should
* method on the desired sensors must be configured. The parameters that should
* be estimated must have their {@link ParameterDriver#setSelected(boolean)
* be estimated must have their {@link ParameterDriver#setSelected(boolean)
* selection status} set to {@
link
true} whereas the parameters that should retain
* selection status} set to {@
code
true} whereas the parameters that should retain
* their current value must have their {@link ParameterDriver#setSelected(boolean)
* their current value must have their {@link ParameterDriver#setSelected(boolean)
* selection status} set to {@
link
false}. If needed, the {@link
* selection status} set to {@
code
false}. If needed, the {@link
* ParameterDriver#setValue(double) value} of the estimated/selected parameters
* ParameterDriver#setValue(double) value} of the estimated/selected parameters
* can also be changed before calling the method, as this value will serve as the
* can also be changed before calling the method, as this value will serve as the
* initial value in the estimation process.
* initial value in the estimation process.
...
...
This diff is collapsed.
Click to expand it.
src/main/java/org/orekit/rugged/los/TimeIndependentLOSTransform.java
+
3
−
5
View file @
3f431a80
...
@@ -46,11 +46,9 @@ public interface TimeIndependentLOSTransform {
...
@@ -46,11 +46,9 @@ public interface TimeIndependentLOSTransform {
* </p>
* </p>
* <p>
* <p>
* Note that in order for the partial derivatives to be properly set up, the
* Note that in order for the partial derivatives to be properly set up, the
* {@link #setEstimatedParameters(double[], int, int) setEstimatedParameters}
* {@link org.orekit.utils.ParameterDriver#setSelected(boolean) setSelected}
* <em>must</em> have been called at least once before this method and its
* method must have been set to {@code true} for the various parameters returned
* {@code start} parameter will be used to ensure the partial derivatives are
* by {@link #getParametersDrivers()} that should be estimated.
* ordered in the same way in the returned vector as they were in the set
* parameters.
* </p>
* </p>
* @param index los pixel index
* @param index los pixel index
* @param los line-of-sight to transform
* @param los line-of-sight to transform
...
...
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