Skip to content

Commit

Permalink
Update pysatMissions/methods/spacecraft.py
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Stoneback <rstoneba@utdallas.edu>
  • Loading branch information
jklenzing and rstoneback committed Jan 5, 2022
1 parent b652ce7 commit 3a4c23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatMissions/methods/spacecraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def project_ecef_vector_onto_sc(inst, x_label, y_label, z_label,

# TODO(#65): add checks for existence of ecef labels in inst

x, y, z = OMMBV.project_ECEF_vector_onto_basis(
x, y, z = OMMBV.vector.project_onto_basis(
inst[x_label], inst[y_label], inst[z_label],
inst['sc_xhat_ecef_x'], inst['sc_xhat_ecef_y'], inst['sc_xhat_ecef_z'],
inst['sc_yhat_ecef_x'], inst['sc_yhat_ecef_y'], inst['sc_yhat_ecef_z'],
Expand Down

0 comments on commit 3a4c23d

Please sign in to comment.