﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
224	ropp_pp_openloop wrong distance calculation	kmk	Ian Culverwell	"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"	defect	closed	normal	5.0	ropp_pp	4.1	fixed	openloop pre-processing	kmk@…
