Opened 15 years ago
Closed 14 years ago
#224 closed defect (fixed)
ropp_pp_openloop wrong distance calculation
| Reported by: | kmk | Owned by: | Ian Culverwell |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0 |
| Component: | ropp_pp | Version: | 4.1 |
| Keywords: | openloop pre-processing | Cc: | kmk@… |
Description
In the time correction in ropp_pp_openloop the calculation of straight line leo-gns distance (line 124) is wrong. There's a paranthesis missing.
Given as:
TG(i) = time(i) - SQRT(SUM(r_gns(i,:) - r_leo(i,:))2)/ C_light
Should be:
TG(i) = time(i) - SQRT(SUM((r_gns(i,:) - r_leo(i,:))2))/ C_light
Change history (4)
comment:1 by , 14 years ago
| Keywords: | openloop pre-processing added |
|---|---|
| Milestone: | → 5.0 |
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 14 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:3 by , 14 years ago
| Owner: | set to |
|---|---|
| Status: | reopened → assigned |
comment:4 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

This has been corrected for ROPP5.0.