Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are the right values in the variables? #257

Open
hornig opened this issue Feb 3, 2022 · 0 comments
Open

Are the right values in the variables? #257

hornig opened this issue Feb 3, 2022 · 0 comments

Comments

@hornig
Copy link
Collaborator

hornig commented Feb 3, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant