Skip to content

Are the right values in the variables? #257

Description

@hornig

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions