You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BXNL/Readme.md
+11-30Lines changed: 11 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,9 @@ and is also part of the [NAG Optimization Modelling Suite](https://www.nag.co.uk
19
19
20
20
Figure 1 shows an illustrative simple problem of data fitting ([more details](./orbit_ex/Readme.md)). The task is to find the optimal orbit path given a variety of measurements for which the orbit has to approximatly pass-by.
21
21
22
-
<!-- <div>
23
-
<div style="float:left;">
24
-
<img src="./images/est_orbit.png" width="50%" alt="Optimal orbit from data orbit measurements."/>
25
-
</div>
26
-
<div style="float:left;">
27
-
<img src="./images/estw_orbit.png" width="50%" alt="Weighted optimal orbit from data orbit measurements."/>
28
-
</div>
29
-
</div> -->
30
-
31
22
<figurestyle="display:flex;">
32
-
<imgsrc="./images/est_orbit.png"width="50%"alt="Optimal orbit from data orbit measurements."/>
33
-
<imgsrc="./images/estw_orbit.png"width="50%"alt="Weighted optimal orbit from data orbit measurements."/>
23
+
<imgsrc="./images/est_orbit.png"alt="Optimal orbit from data orbit measurements."/>
24
+
<imgsrc="./images/estw_orbit.png"alt="Weighted optimal orbit from data orbit measurements."/>
34
25
</figure>
35
26
36
27
**Figure 1.** Example of a NLLS orbital data fitting.
@@ -59,14 +50,10 @@ using as data the histogram heights. The NLLS solution provides the unfolded
59
50
parameters for the two distributions (red and blue curves in right plot in Figure 2).
60
51
Adding these together produces the green curve which is the one used to perform the fitting with.
0 commit comments