Skip to content
Snippets Groups Projects
Commit 3f431a80 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed wrong javadoc.

parent 38d319f5
No related branches found
No related tags found
No related merge requests found
...@@ -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.
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment