|
x0 = q0[0:6] |
|
x0[3:6] = np.deg2rad(x0[3:6]) |
|
|
|
# if obs_arr_ls was not specified, then read whole data set: |
|
if obs_arr_ls is None: |
|
obs_arr_ls = np.array(range(1, len(iod_object_data["yr"])+1)) |
|
|
|
rov = radec_obs_vec_sat(obs_arr_ls, iod_object_data) |
|
rv0 = radec_res_vec_rov_sat(x0, obs_arr_ls, iod_object_data, sat_observatories_data, rov) |
it seems there is a fundametal flaw in the x variables. the x0 are orderd in a way that it seems like they are later wrong when the 6 parameters are used. then that is wrong :(.
checking please if assumption is correct and how this could have happened.
orbitdeterminator/orbitdeterminator/kep_determination/least_squares.py
Lines 204 to 212 in 1aec891
it seems there is a fundametal flaw in the x variables. the x0 are orderd in a way that it seems like they are later wrong when the 6 parameters are used. then that is wrong :(.
checking please if assumption is correct and how this could have happened.