Opened 14 years ago

Closed 13 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 Ian Culverwell, 14 years ago

Keywords: openloop pre-processing added
Milestone: 5.0
Resolution: fixed
Status: newclosed

This has been corrected for ROPP5.0.

comment:2 by Ian Culverwell, 13 years ago

Resolution: fixed
Status: closedreopened

comment:3 by Ian Culverwell, 13 years ago

Owner: set to Ian Culverwell
Status: reopenedassigned

comment:4 by Ian Culverwell, 13 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.