open-space-toolkit-astrodynamics 6.0.1__py38-none-any.whl → 7.0.0__py38-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. {open_space_toolkit_astrodynamics-6.0.1.dist-info → open_space_toolkit_astrodynamics-7.0.0.dist-info}/METADATA +2 -2
  2. open_space_toolkit_astrodynamics-7.0.0.dist-info/RECORD +97 -0
  3. ostk/astrodynamics/OpenSpaceToolkitAstrodynamicsPy.cpython-38-x86_64-linux-gnu.so +0 -0
  4. ostk/astrodynamics/display.py +3 -3
  5. ostk/astrodynamics/{libopen-space-toolkit-astrodynamics.so.6 → libopen-space-toolkit-astrodynamics.so.7} +0 -0
  6. ostk/astrodynamics/pytrajectory/pystate.py +4 -4
  7. ostk/astrodynamics/test/access/test_generator.py +6 -6
  8. ostk/astrodynamics/test/conftest.py +2 -2
  9. ostk/astrodynamics/test/conjunction/{messages → message}/ccsds/test_cdm.py +4 -4
  10. ostk/astrodynamics/test/dynamics/test_atmospheric_drag.py +18 -18
  11. ostk/astrodynamics/test/dynamics/test_central_body_gravity.py +1 -1
  12. ostk/astrodynamics/test/dynamics/test_dynamics.py +3 -3
  13. ostk/astrodynamics/test/dynamics/test_position_derivative.py +1 -1
  14. ostk/astrodynamics/test/dynamics/test_tabulated.py +5 -5
  15. ostk/astrodynamics/test/dynamics/test_third_body_gravity.py +1 -1
  16. ostk/astrodynamics/test/dynamics/test_thruster.py +17 -17
  17. ostk/astrodynamics/test/event_condition/test_angular_condition.py +1 -1
  18. ostk/astrodynamics/test/event_condition/test_coe_condition.py +1 -1
  19. ostk/astrodynamics/test/flight/system/test_propulsion_system.py +1 -1
  20. ostk/astrodynamics/test/flight/system/test_satellite_system.py +4 -4
  21. ostk/astrodynamics/test/flight/system/test_satellite_system_builder.py +4 -4
  22. ostk/astrodynamics/test/flight/test_profile.py +7 -7
  23. ostk/astrodynamics/test/flight/test_system.py +4 -4
  24. ostk/astrodynamics/test/guidance_law/test_qlaw.py +5 -5
  25. ostk/astrodynamics/test/solvers/test_finite_difference_solver.py +5 -5
  26. ostk/astrodynamics/test/solvers/test_temporal_condition_solver.py +4 -4
  27. ostk/astrodynamics/test/test_access.py +9 -9
  28. ostk/astrodynamics/test/test_display.py +6 -6
  29. ostk/astrodynamics/test/test_import.py +5 -5
  30. ostk/astrodynamics/test/test_trajectory.py +9 -9
  31. ostk/astrodynamics/test/test_utilities.py +7 -7
  32. ostk/astrodynamics/test/test_viewer.py +4 -3
  33. ostk/astrodynamics/test/trajectory/orbit/{messages → message}/spacex/test_opm.py +4 -4
  34. ostk/astrodynamics/test/trajectory/orbit/models/kepler/test_brouwer_lyddane_mean.py +3 -3
  35. ostk/astrodynamics/test/trajectory/orbit/models/kepler/test_brouwer_lyddane_mean_long.py +4 -4
  36. ostk/astrodynamics/test/trajectory/orbit/models/kepler/test_brouwer_lyddane_mean_short.py +4 -4
  37. ostk/astrodynamics/test/trajectory/orbit/models/kepler/test_coe.py +3 -3
  38. ostk/astrodynamics/test/trajectory/orbit/models/sgp4/test_tle.py +4 -4
  39. ostk/astrodynamics/test/trajectory/orbit/models/test_kepler.py +6 -6
  40. ostk/astrodynamics/test/trajectory/orbit/models/test_propagated.py +54 -15
  41. ostk/astrodynamics/test/trajectory/orbit/models/test_tabulated.py +1 -1
  42. ostk/astrodynamics/test/trajectory/state/{coordinates_subset → coordinate_subset}/test_angular_velocity.py +1 -1
  43. ostk/astrodynamics/test/trajectory/state/{coordinates_subset → coordinate_subset}/test_attitude_quaternion.py +1 -1
  44. ostk/astrodynamics/test/trajectory/state/{coordinates_subset → coordinate_subset}/test_cartesian_position.py +14 -14
  45. ostk/astrodynamics/test/trajectory/state/{coordinates_subset → coordinate_subset}/test_cartesian_velocity.py +14 -14
  46. ostk/astrodynamics/test/trajectory/state/test_coordinate_broker.py +84 -0
  47. ostk/astrodynamics/test/trajectory/state/test_coordinate_subset.py +43 -0
  48. ostk/astrodynamics/test/trajectory/state/test_numerical_solver.py +10 -10
  49. ostk/astrodynamics/test/trajectory/test_orbit.py +4 -4
  50. ostk/astrodynamics/test/trajectory/test_propagator.py +23 -23
  51. ostk/astrodynamics/test/trajectory/test_segment.py +8 -8
  52. ostk/astrodynamics/test/trajectory/test_sequence.py +18 -18
  53. ostk/astrodynamics/test/trajectory/test_state.py +34 -20
  54. ostk/astrodynamics/test/trajectory/test_state_builder.py +22 -22
  55. ostk/astrodynamics/utilities.py +1 -1
  56. ostk/astrodynamics/viewer.py +33 -3
  57. open_space_toolkit_astrodynamics-6.0.1.dist-info/RECORD +0 -99
  58. ostk/astrodynamics/test/flight/profile/test_state.py +0 -144
  59. ostk/astrodynamics/test/trajectory/orbit/messages/spacex/__init__.py +0 -1
  60. ostk/astrodynamics/test/trajectory/state/test_coordinates_broker.py +0 -84
  61. ostk/astrodynamics/test/trajectory/state/test_coordinates_subset.py +0 -43
  62. {open_space_toolkit_astrodynamics-6.0.1.dist-info → open_space_toolkit_astrodynamics-7.0.0.dist-info}/WHEEL +0 -0
  63. {open_space_toolkit_astrodynamics-6.0.1.dist-info → open_space_toolkit_astrodynamics-7.0.0.dist-info}/top_level.txt +0 -0
  64. {open_space_toolkit_astrodynamics-6.0.1.dist-info → open_space_toolkit_astrodynamics-7.0.0.dist-info}/zip-safe +0 -0
  65. /ostk/astrodynamics/test/conjunction/{messages → message}/ccsds/__init__.py +0 -0
  66. /ostk/astrodynamics/test/conjunction/{messages → message}/ccsds/conftest.py +0 -0
  67. /ostk/astrodynamics/test/conjunction/{messages → message}/ccsds/data/cdm.json +0 -0
  68. /ostk/astrodynamics/test/{flight/profile → trajectory/orbit/message}/__init__.py +0 -0
  69. /ostk/astrodynamics/test/trajectory/orbit/{messages → message/spacex}/__init__.py +0 -0
  70. /ostk/astrodynamics/test/trajectory/orbit/{messages → message}/spacex/conftest.py +0 -0
  71. /ostk/astrodynamics/test/trajectory/orbit/{messages → message}/spacex/data/opm_1.yaml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: open-space-toolkit-astrodynamics
3
- Version: 6.0.1
3
+ Version: 7.0.0
4
4
  Summary: Orbit, attitude, access.
5
5
  Author: Open Space Collective
6
6
  Author-email: contact@open-space-collective.org
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3
11
11
  Classifier: License :: OSI Approved :: Apache Software License
12
12
  Classifier: Operating System :: POSIX :: Linux
13
13
  Description-Content-Type: text/markdown
14
- Requires-Dist: open-space-toolkit-physics ~=4.0.2
14
+ Requires-Dist: open-space-toolkit-physics ~=5.0.1
15
15
 
16
16
  # Open Space Toolkit ▸ Astrodynamics
17
17
 
@@ -0,0 +1,97 @@
1
+ ostk/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
2
+ ostk/astrodynamics/OpenSpaceToolkitAstrodynamicsPy.cpython-38-x86_64-linux-gnu.so,sha256=J52-u_lJzShLCeAXy1RthjK3xr8sgRAlx_Z_fALVczg,2008856
3
+ ostk/astrodynamics/__init__.py,sha256=3gWyqFIbhAfcdeMhmfBPQPlPQTmaOzm-6flkJe745Zk,251
4
+ ostk/astrodynamics/converters.py,sha256=IUxJK5qNzDMsqMSiMT6hUThCjncKoIMW0ifu8kwbww0,4680
5
+ ostk/astrodynamics/display.py,sha256=KiEGsjNftQfoUe-HfZeYpQQQ4TkaEnxtEl6p5_LX5f0,6303
6
+ ostk/astrodynamics/libopen-space-toolkit-astrodynamics.so.7,sha256=KX8Zt8lSVMxv-HxrnPJ1KyrtCW-W7wi5ySRbe5CBhvE,98471416
7
+ ostk/astrodynamics/utilities.py,sha256=Jw-AT9CU-a2ERDDSNp7rEhZQKhbmZSCr2flGti9XysU,4813
8
+ ostk/astrodynamics/viewer.py,sha256=jm8qtEFKW1fgnR0D6Z8JkQQSTUtZcu2f9Sm8t6yNkwE,10605
9
+ ostk/astrodynamics/pytrajectory/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
10
+ ostk/astrodynamics/pytrajectory/pystate.py,sha256=ByOq8szit74xQ-pnLz0uGGxM6Jqfa17dFJyFB8qIXUg,1033
11
+ ostk/astrodynamics/test/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
12
+ ostk/astrodynamics/test/conftest.py,sha256=fsdUQnLxyfvBzfaSCkgipkPIhkPHchQqbeAro1pF648,2717
13
+ ostk/astrodynamics/test/test_access.py,sha256=MCBsUPtuVm7NgHZR0z0DpWnPZ_qBu4aRhLI2PnRNUYs,3940
14
+ ostk/astrodynamics/test/test_converters.py,sha256=hnvqOCtUGrzBvjv7GnmaRdl2mlKM3eWuJUspe305B-A,12114
15
+ ostk/astrodynamics/test/test_display.py,sha256=YnwnqXh-a1OODN2YqHr-l5-q1DrgZ-P4pOY5gxJp4II,3732
16
+ ostk/astrodynamics/test/test_event_condition.py,sha256=mhMTH7wAoYFWRYt_8l2d1vjNPrFhVjMAEET4INLCVXY,1472
17
+ ostk/astrodynamics/test/test_import.py,sha256=Qiw54w7gcLfQxdIzpXwmO-Jjgnrf3Q8u0hBL1o4IE2A,1196
18
+ ostk/astrodynamics/test/test_root_solver.py,sha256=hQ8O6g-WP49gZH_H3Rdufv0F0gQorpzJyIcjBGGUQ34,1831
19
+ ostk/astrodynamics/test/test_trajectory.py,sha256=WC9X-O_prHeVLIZlmmYzgkskrs5ZwvmOfhz8yth2lgI,1345
20
+ ostk/astrodynamics/test/test_utilities.py,sha256=kw8quvFTRuoXTbdNdac6IWrjnmA897btNntTMBn-30Q,3614
21
+ ostk/astrodynamics/test/test_viewer.py,sha256=rbVAiclzBZ1bS4Zdh4xUNJ-STCN4G0O7Gr8suSPJrSc,3986
22
+ ostk/astrodynamics/test/access/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
23
+ ostk/astrodynamics/test/access/test_generator.py,sha256=7l_MJCZIhWIyPpZ-XouBXlSd5-BfqFDGVOMMxjoRIHA,8032
24
+ ostk/astrodynamics/test/conjunction/message/ccsds/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
25
+ ostk/astrodynamics/test/conjunction/message/ccsds/conftest.py,sha256=xyTd24828Ue2HgOWY8UhizIc5mzgRgoH2VSOfVfKCdw,14632
26
+ ostk/astrodynamics/test/conjunction/message/ccsds/test_cdm.py,sha256=ztpnOHI3ZiIV0QwijJ6Si_lIna8jLZF45r1KtPVK4ws,18514
27
+ ostk/astrodynamics/test/conjunction/message/ccsds/data/cdm.json,sha256=-CL8Bu-ivigzkrqHs9Q5snSubHJ_D0YMroatEInkidc,12965
28
+ ostk/astrodynamics/test/dynamics/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
29
+ ostk/astrodynamics/test/dynamics/test_atmospheric_drag.py,sha256=PryQJcYTi3EWjTDHPZ12-c6wVMzlgjaMdYxboWLgLJc,3737
30
+ ostk/astrodynamics/test/dynamics/test_central_body_gravity.py,sha256=B8HvZz_ppsmeGijfMJArJbkLP9fSPciGtScuVT9AM_g,1782
31
+ ostk/astrodynamics/test/dynamics/test_dynamics.py,sha256=KUyn8qwvzYkEHmhJV8AJXqK1MUnsXQXztSNr2GYZR4Q,1237
32
+ ostk/astrodynamics/test/dynamics/test_position_derivative.py,sha256=JRuq-oRrJfisbN75OnE-ldm6TeYcIc0qYaGVMflbn2g,1610
33
+ ostk/astrodynamics/test/dynamics/test_tabulated.py,sha256=VThaoPyYVsn40xDGqsa-kbRNvvi2e7Ik7MBOxhi3PsE,3366
34
+ ostk/astrodynamics/test/dynamics/test_third_body_gravity.py,sha256=7xBOKbVio-zZ2-QQaje152cP38n_ALAaR5x6QIdBmXE,1879
35
+ ostk/astrodynamics/test/dynamics/test_thruster.py,sha256=cCJtKWuNcRHmcreCv7BajwuJnHCat9m88OHh_o0cB7w,4383
36
+ ostk/astrodynamics/test/dynamics/data/Tabulated_Earth_Gravity.csv,sha256=jJWOMJcQ83Vy1Wrb9PTh3ffOdoDF98kk6w5b-_E0uWg,47419
37
+ ostk/astrodynamics/test/dynamics/data/Tabulated_Earth_Gravity_Truth.csv,sha256=f4x-zmxZADxD_doAbACt24k36VSTp3rSIJiSzuSroKs,8377
38
+ ostk/astrodynamics/test/event_condition/test_angular_condition.py,sha256=MDRwjU5zXIRBaIFZA3jG3hcnyIIFo_0QyBRtNIfH2aQ,3119
39
+ ostk/astrodynamics/test/event_condition/test_boolean_condition.py,sha256=Ng6FLKD8XoUHUz6-gi3wvrYhSGNSB_iJ_n89ajN4O3s,1580
40
+ ostk/astrodynamics/test/event_condition/test_coe_condition.py,sha256=AM0olK1s4jDRs_dJs0sk9raY9Nm1eZpdEEso6wyvipk,2580
41
+ ostk/astrodynamics/test/event_condition/test_instant_condition.py,sha256=Qr5dN6nrK7XDff7L4vnGCqasMK-Fa6qvxwy_U0xgH5M,1438
42
+ ostk/astrodynamics/test/event_condition/test_logical_condition.py,sha256=09h5TYWtwGt4NQW3k_tziiVs0Q2981rNII9wyKg7p2Q,3321
43
+ ostk/astrodynamics/test/event_condition/test_real_condition.py,sha256=tle6HVzMFMIIkfRY7CuaA0mPtw3riJBG_JQkc1L0dpk,1374
44
+ ostk/astrodynamics/test/flight/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
45
+ ostk/astrodynamics/test/flight/test_profile.py,sha256=RULN-34ERmlZjgNQe6Kj797dklJBKAm-QYUIqitxvwA,5185
46
+ ostk/astrodynamics/test/flight/test_system.py,sha256=MVaE7lJYisH4vmJPD-G-Hw4wNj-Xe8yMksgu8IXCLvg,1322
47
+ ostk/astrodynamics/test/flight/system/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
48
+ ostk/astrodynamics/test/flight/system/test_propulsion_system.py,sha256=jDIUDZ0UJk6CZSOxe_goS2TXqMiLCTZ3N6kZ3nBCB2I,1026
49
+ ostk/astrodynamics/test/flight/system/test_satellite_system.py,sha256=_9r_IgsGGPFTbpJ-6NQ3JU_T8Ac7-WUg-MaEsl6iUqU,2526
50
+ ostk/astrodynamics/test/flight/system/test_satellite_system_builder.py,sha256=QCk70dPcptvdpWQOxtYR0-iGnlbtOIx2V6oO0UhYIQ0,2426
51
+ ostk/astrodynamics/test/guidance_law/test_constant_thrust.py,sha256=YpMkMvat4YnE1Fyy5vZ1Sf3VvbvDaC_UvbIKNNCG_B4,2635
52
+ ostk/astrodynamics/test/guidance_law/test_qlaw.py,sha256=SUjUMlYxD4qDKj1hFSnWq8HsmOmyxcA3AOkjSE3hNs4,3672
53
+ ostk/astrodynamics/test/solvers/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
54
+ ostk/astrodynamics/test/solvers/test_finite_difference_solver.py,sha256=YjAjceqfzep7mr5VAfFyPMXeMuEV47t4o-EoMjafiu4,5409
55
+ ostk/astrodynamics/test/solvers/test_temporal_condition_solver.py,sha256=MpNUhFP8_9UJ--MLtT6--H8qjpbElA81AOkw8f81Jtk,4863
56
+ ostk/astrodynamics/test/trajectory/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
57
+ ostk/astrodynamics/test/trajectory/test_local_orbital_frame_direction.py,sha256=d72J50UGG9m0Atei0UQ8sITU1WdJmws5xgUiacLZMbw,2515
58
+ ostk/astrodynamics/test/trajectory/test_local_orbital_frame_factory.py,sha256=FziYh9XxD2FEuj6WhnqOe5mF9twLTQtvcem8KzQZKXg,1864
59
+ ostk/astrodynamics/test/trajectory/test_model.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
60
+ ostk/astrodynamics/test/trajectory/test_orbit.py,sha256=8wq2QdW1h95M0O-YjTPOIAkB2xO8uNsmGFzVPQHJm6s,5064
61
+ ostk/astrodynamics/test/trajectory/test_propagator.py,sha256=RUjaW398KlKm9uLu5ZQvXnKzA-rK_quKtavUUSwbgFk,12598
62
+ ostk/astrodynamics/test/trajectory/test_segment.py,sha256=LEMTZMRWzgx4ubp6Q1zdnBhlETtpjNvPjaqpeqYie8M,9153
63
+ ostk/astrodynamics/test/trajectory/test_sequence.py,sha256=gswWqEBTYvbi5TQjF0DNPkAj5COo9Nb9IK7TdwJ_5C0,12882
64
+ ostk/astrodynamics/test/trajectory/test_state.py,sha256=PZUpGZKMFRDIyDAfKvSMmmOkiFqkquMz8Hgn_nK_SvI,6878
65
+ ostk/astrodynamics/test/trajectory/test_state_builder.py,sha256=PSlXtmGURCrlf0w50tn3dEBRo6p0x4NmIF9gJsNOR3k,4782
66
+ ostk/astrodynamics/test/trajectory/orbit/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
67
+ ostk/astrodynamics/test/trajectory/orbit/test_model.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
68
+ ostk/astrodynamics/test/trajectory/orbit/test_pass.py,sha256=p6YCtb-QhCS_En3ECaSM2sJsWEnqXzmWaCmai_SuK0U,2191
69
+ ostk/astrodynamics/test/trajectory/orbit/message/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
70
+ ostk/astrodynamics/test/trajectory/orbit/message/spacex/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
71
+ ostk/astrodynamics/test/trajectory/orbit/message/spacex/conftest.py,sha256=O75ywkPJjoFp0uKptCu4C2tGMRaGN-8NVFVhps85eWE,379
72
+ ostk/astrodynamics/test/trajectory/orbit/message/spacex/test_opm.py,sha256=Z9jdjYXAexn3VpnYpUX78akjcK_3U6DXzm6YPouEZww,3889
73
+ ostk/astrodynamics/test/trajectory/orbit/message/spacex/data/opm_1.yaml,sha256=DqIdfLCPD9oV4qDvgq35fIT8Gb8zgtrHr5Nx53InSQM,1363
74
+ ostk/astrodynamics/test/trajectory/orbit/models/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
75
+ ostk/astrodynamics/test/trajectory/orbit/models/test_kepler.py,sha256=zgMf98cFi2lBIFGQxxskTjxsmOqxy8LPvARLTUM9YX0,3366
76
+ ostk/astrodynamics/test/trajectory/orbit/models/test_propagated.py,sha256=j_DEg2wwqYVqqzCai0IpmJu8L00ZZfhYcDYFx80Oa24,7140
77
+ ostk/astrodynamics/test/trajectory/orbit/models/test_sgp4.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
78
+ ostk/astrodynamics/test/trajectory/orbit/models/test_tabulated.py,sha256=T3t70C5Hcag8_jwpcDIHlLD3UC4K8XD7LK8tCUzE0_A,11182
79
+ ostk/astrodynamics/test/trajectory/orbit/models/kepler/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
80
+ ostk/astrodynamics/test/trajectory/orbit/models/kepler/test_brouwer_lyddane_mean.py,sha256=NvtwHJzZvfp8LZGcRhWU1kJ_rdLCim8GBXUbzMrPjjc,1542
81
+ ostk/astrodynamics/test/trajectory/orbit/models/kepler/test_brouwer_lyddane_mean_long.py,sha256=c-8M4py0LEDHoRuc-ukmUyGYN7PcSDWFKY2Bh1KFNRk,2468
82
+ ostk/astrodynamics/test/trajectory/orbit/models/kepler/test_brouwer_lyddane_mean_short.py,sha256=rLA6Ud41SFZSWZiOzGFU1FBPlzv6-c6eP8Ly-bqsFKo,2485
83
+ ostk/astrodynamics/test/trajectory/orbit/models/kepler/test_coe.py,sha256=H42bc4SkXl7tvEMDwAdPImiJpFPBRjSD_Npsmxq4xaY,4778
84
+ ostk/astrodynamics/test/trajectory/orbit/models/sgp4/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
85
+ ostk/astrodynamics/test/trajectory/orbit/models/sgp4/test_tle.py,sha256=jkyRr5NJQMaSpI3ey7cKcH0E-BlalaUlf_mZPYTSow8,11482
86
+ ostk/astrodynamics/test/trajectory/state/test_coordinate_broker.py,sha256=ho5FBfB3IvIjfQl7EYoIN1KBuH9lu76IiNMuweq8cqg,2844
87
+ ostk/astrodynamics/test/trajectory/state/test_coordinate_subset.py,sha256=SGiNHbRgmB0sVTcDBxpK9CRRFbVmuA-cgwFVuiVZi_Y,1175
88
+ ostk/astrodynamics/test/trajectory/state/test_numerical_solver.py,sha256=_t4OKnYLzTjOhSkVTgT2307DQkz_DnGxqqLx8mmzLRA,9389
89
+ ostk/astrodynamics/test/trajectory/state/coordinate_subset/test_angular_velocity.py,sha256=xjyGREKpxDuT8gjtBPkV4osfW-6UyWv9hgvBXZVb_wk,625
90
+ ostk/astrodynamics/test/trajectory/state/coordinate_subset/test_attitude_quaternion.py,sha256=UEu9ApzQLmT87eeISw6_gcHTlX-4b2scIvHz-uE1p_c,393
91
+ ostk/astrodynamics/test/trajectory/state/coordinate_subset/test_cartesian_position.py,sha256=XvHdk1KjacTwtkgx2jUAc9I9N3nvjPDv03FAanpv8jQ,2702
92
+ ostk/astrodynamics/test/trajectory/state/coordinate_subset/test_cartesian_velocity.py,sha256=-kd5TZO5TICihbkqDTew2i_tDpggdpe3Yf23046FATM,3057
93
+ open_space_toolkit_astrodynamics-7.0.0.dist-info/METADATA,sha256=NrUwxiL7eqhTaMzD_S8V8Dri1ldZdTbQtOfuXTbWiag,1777
94
+ open_space_toolkit_astrodynamics-7.0.0.dist-info/WHEEL,sha256=LNQH4F1F9_Ua4GgazGQDFGQhQ8B1tSrkPIuEzIRv9nc,93
95
+ open_space_toolkit_astrodynamics-7.0.0.dist-info/top_level.txt,sha256=zOR18699uDYnafgarhL8WU_LmTZY_5NVqutv-flp_x4,5
96
+ open_space_toolkit_astrodynamics-7.0.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
97
+ open_space_toolkit_astrodynamics-7.0.0.dist-info/RECORD,,
@@ -6,15 +6,15 @@ import pandas as pd
6
6
 
7
7
  import plotly.graph_objs as go
8
8
 
9
- from ostk.mathematics.objects import RealInterval
9
+ from ostk.mathematics.object import RealInterval
10
10
 
11
11
  from ostk.physics.coordinate import Position
12
12
  from ostk.physics.coordinate import Frame
13
13
  from ostk.physics.coordinate.spherical import LLA
14
- from ostk.physics.environment.objects import Celestial
14
+ from ostk.physics.environment.object import Celestial
15
15
  from ostk.physics.time import Duration
16
16
  from ostk.physics.time import Instant
17
- from ostk.physics.units import Length
17
+ from ostk.physics.unit import Length
18
18
 
19
19
  from ostk.astrodynamics import Access
20
20
  from ostk.astrodynamics import Trajectory
@@ -11,21 +11,21 @@ from ostk.astrodynamics.trajectory import State, StateBuilder
11
11
 
12
12
 
13
13
  @staticmethod
14
- def custom_class_generator(frame: Frame, coordinates_subsets: list) -> type:
14
+ def custom_class_generator(frame: Frame, coordinate_subsets: list) -> type:
15
15
  """
16
16
  Emit a custom class type for States. This is meta-programming syntactic sugar on top of the StateBuilder class.
17
17
 
18
- StateType = State.template(frame, coordinates_subsets)
18
+ StateType = State.template(frame, coordinate_subsets)
19
19
  state = StateType(instant, coordinates)
20
20
 
21
21
  is equivalent to
22
22
 
23
- state_builder = StateBuilder(frame, coordinates_subsets)
23
+ state_builder = StateBuilder(frame, coordinate_subsets)
24
24
  state = state_builder.build(instant, coordinates)
25
25
  """
26
26
 
27
27
  class StateTemplateType(State):
28
- state_builder: StateBuilder = StateBuilder(frame, coordinates_subsets)
28
+ state_builder: StateBuilder = StateBuilder(frame, coordinate_subsets)
29
29
 
30
30
  def __init__(self, instant: Instant, coordinates: np.ndarray):
31
31
  super().__init__(StateTemplateType.state_builder.build(instant, coordinates))
@@ -2,22 +2,22 @@
2
2
 
3
3
  import pytest
4
4
 
5
- from ostk.mathematics.objects import RealInterval
5
+ from ostk.mathematics.object import RealInterval
6
6
 
7
- from ostk.physics.units import Length
8
- from ostk.physics.units import Angle
7
+ from ostk.physics.unit import Length
8
+ from ostk.physics.unit import Angle
9
9
  from ostk.physics.time import DateTime
10
10
  from ostk.physics.time import Scale
11
11
  from ostk.physics.time import Duration
12
12
  from ostk.physics.time import Instant
13
13
  from ostk.physics.time import Interval
14
14
  from ostk.physics import Environment
15
- from ostk.physics.environment.objects import Celestial
15
+ from ostk.physics.environment.object import Celestial
16
16
 
17
17
  from ostk.astrodynamics import Trajectory
18
18
  from ostk.astrodynamics.trajectory import Orbit
19
- from ostk.astrodynamics.trajectory.orbit.models import Kepler
20
- from ostk.astrodynamics.trajectory.orbit.models.kepler import COE
19
+ from ostk.astrodynamics.trajectory.orbit.model import Kepler
20
+ from ostk.astrodynamics.trajectory.orbit.model.kepler import COE
21
21
  from ostk.astrodynamics import Access
22
22
  from ostk.astrodynamics.access import Generator
23
23
 
@@ -3,8 +3,8 @@
3
3
  import pytest
4
4
 
5
5
  from ostk.physics import Environment
6
- from ostk.physics.units import Angle
7
- from ostk.physics.units import Length
6
+ from ostk.physics.unit import Angle
7
+ from ostk.physics.unit import Length
8
8
  from ostk.physics.time import Instant
9
9
  from ostk.physics.time import DateTime
10
10
  from ostk.physics.time import Scale
@@ -4,11 +4,11 @@ import pytest
4
4
 
5
5
  from datetime import datetime
6
6
 
7
- from ostk.core.containers import Dictionary
7
+ from ostk.core.container import Dictionary
8
8
  from ostk.core.filesystem import File
9
9
 
10
- from ostk.physics.units import Length
11
- from ostk.physics.units import Mass
10
+ from ostk.physics.unit import Length
11
+ from ostk.physics.unit import Mass
12
12
  from ostk.physics.time import Instant
13
13
  from ostk.physics.time import Scale
14
14
  from ostk.physics.time import Duration
@@ -17,7 +17,7 @@ from ostk.physics.coordinate import Position
17
17
  from ostk.physics.coordinate import Velocity
18
18
 
19
19
  from ostk.astrodynamics.trajectory import State
20
- from ostk.astrodynamics.conjunction.messages.ccsds import CDM
20
+ from ostk.astrodynamics.conjunction.message.ccsds import CDM
21
21
 
22
22
 
23
23
  @pytest.fixture
@@ -4,11 +4,11 @@ import pytest
4
4
 
5
5
  import numpy as np
6
6
 
7
- from ostk.mathematics.geometry.d3.objects import Cuboid
8
- from ostk.mathematics.geometry.d3.objects import Composite
9
- from ostk.mathematics.geometry.d3.objects import Point
7
+ from ostk.mathematics.geometry.d3.object import Cuboid
8
+ from ostk.mathematics.geometry.d3.object import Composite
9
+ from ostk.mathematics.geometry.d3.object import Point
10
10
 
11
- from ostk.physics.units import Mass
11
+ from ostk.physics.unit import Mass
12
12
  from ostk.physics.time import Instant
13
13
  from ostk.physics.time import DateTime
14
14
  from ostk.physics.time import Scale
@@ -18,16 +18,16 @@ from ostk.physics.coordinate import Frame
18
18
  from ostk.physics.environment.atmospheric import Earth as EarthAtmosphericModel
19
19
  from ostk.physics.environment.gravitational import Earth as EarthGravitationalModel
20
20
  from ostk.physics.environment.magnetic import Earth as EarthMagneticModel
21
- from ostk.physics.environment.objects.celestial_bodies import Earth
21
+ from ostk.physics.environment.object.celestial import Earth
22
22
 
23
- from ostk.astrodynamics.trajectory.state import CoordinatesSubset
24
- from ostk.astrodynamics.trajectory.state.coordinates_subset import CartesianPosition
25
- from ostk.astrodynamics.trajectory.state.coordinates_subset import CartesianVelocity
26
- from ostk.astrodynamics.trajectory.state import CoordinatesBroker
23
+ from ostk.astrodynamics.trajectory.state import CoordinateSubset
24
+ from ostk.astrodynamics.trajectory.state.coordinate_subset import CartesianPosition
25
+ from ostk.astrodynamics.trajectory.state.coordinate_subset import CartesianVelocity
26
+ from ostk.astrodynamics.trajectory.state import CoordinateBroker
27
27
 
28
28
  from ostk.astrodynamics.trajectory import State
29
- from ostk.astrodynamics.trajectory.state import CoordinatesSubset, CoordinatesBroker
30
- from ostk.astrodynamics.trajectory.state.coordinates_subset import (
29
+ from ostk.astrodynamics.trajectory.state import CoordinateSubset, CoordinateBroker
30
+ from ostk.astrodynamics.trajectory.state.coordinate_subset import (
31
31
  CartesianPosition,
32
32
  CartesianVelocity,
33
33
  )
@@ -65,14 +65,14 @@ def dynamics(earth: Earth) -> AtmosphericDrag:
65
65
 
66
66
 
67
67
  @pytest.fixture
68
- def coordinates_broker() -> CoordinatesBroker:
69
- return CoordinatesBroker(
68
+ def coordinate_broker() -> CoordinateBroker:
69
+ return CoordinateBroker(
70
70
  [
71
71
  CartesianPosition.default(),
72
72
  CartesianVelocity.default(),
73
- CoordinatesSubset.mass(),
74
- CoordinatesSubset.surface_area(),
75
- CoordinatesSubset.drag_coefficient(),
73
+ CoordinateSubset.mass(),
74
+ CoordinateSubset.surface_area(),
75
+ CoordinateSubset.drag_coefficient(),
76
76
  ]
77
77
  )
78
78
 
@@ -100,14 +100,14 @@ def state(
100
100
  dry_mass: float,
101
101
  surface_area: float,
102
102
  drag_coefficient: float,
103
- coordinates_broker: CoordinatesBroker,
103
+ coordinate_broker: CoordinateBroker,
104
104
  ) -> State:
105
105
  coordinates = (
106
106
  position_coordinates
107
107
  + velocity_coordinates
108
108
  + [dry_mass, surface_area, drag_coefficient]
109
109
  )
110
- return State(instant, coordinates, Frame.GCRF(), coordinates_broker)
110
+ return State(instant, coordinates, Frame.GCRF(), coordinate_broker)
111
111
 
112
112
 
113
113
  class TestAtmosphericDrag:
@@ -10,7 +10,7 @@ from ostk.physics.time import Scale
10
10
  from ostk.physics.coordinate import Position
11
11
  from ostk.physics.coordinate import Velocity
12
12
  from ostk.physics.coordinate import Frame
13
- from ostk.physics.environment.objects.celestial_bodies import Earth
13
+ from ostk.physics.environment.object.celestial import Earth
14
14
 
15
15
  from ostk.astrodynamics.trajectory import State
16
16
  from ostk.astrodynamics import Dynamics
@@ -5,7 +5,7 @@ import pytest
5
5
  from ostk.physics import Environment
6
6
 
7
7
  from ostk.astrodynamics import Dynamics
8
- from ostk.astrodynamics.trajectory.state.coordinates_subset import CartesianPosition
8
+ from ostk.astrodynamics.trajectory.state.coordinate_subset import CartesianPosition
9
9
 
10
10
 
11
11
  @pytest.fixture
@@ -24,10 +24,10 @@ def dynamics(name: str) -> Dynamics:
24
24
  def is_defined():
25
25
  return True
26
26
 
27
- def get_read_coordinates_subsets(self):
27
+ def get_read_coordinate_subsets(self):
28
28
  return [CartesianPosition.default()]
29
29
 
30
- def get_write_coordinates_subsets(self):
30
+ def get_write_coordinate_subsets(self):
31
31
  return [CartesianPosition.default()]
32
32
 
33
33
  def compute_contribution(self, instant, state_vector, frame):
@@ -10,7 +10,7 @@ from ostk.physics.time import Scale
10
10
  from ostk.physics.coordinate import Position
11
11
  from ostk.physics.coordinate import Velocity
12
12
  from ostk.physics.coordinate import Frame
13
- from ostk.physics.environment.objects.celestial_bodies import Earth
13
+ from ostk.physics.environment.object.celestial import Earth
14
14
 
15
15
  from ostk.astrodynamics.trajectory import State
16
16
  from ostk.astrodynamics import Dynamics
@@ -10,8 +10,8 @@ from ostk.physics.time import Duration
10
10
  from ostk.physics.time import Scale
11
11
  from ostk.physics.coordinate import Frame
12
12
 
13
- from ostk.astrodynamics.trajectory.state import CoordinatesSubset
14
- from ostk.astrodynamics.trajectory.state.coordinates_subset import CartesianVelocity
13
+ from ostk.astrodynamics.trajectory.state import CoordinateSubset
14
+ from ostk.astrodynamics.trajectory.state.coordinate_subset import CartesianVelocity
15
15
  from ostk.astrodynamics import Dynamics
16
16
  from ostk.astrodynamics.dynamics import Tabulated
17
17
 
@@ -51,7 +51,7 @@ def contribution_profile() -> np.ndarray:
51
51
 
52
52
 
53
53
  @pytest.fixture
54
- def coordinates_subsets() -> list[CoordinatesSubset]:
54
+ def coordinate_subsets() -> list[CoordinateSubset]:
55
55
  return [
56
56
  CartesianVelocity.default(),
57
57
  ]
@@ -66,10 +66,10 @@ def frame() -> Frame:
66
66
  def dynamics(
67
67
  instants: list[Instant],
68
68
  contribution_profile: np.ndarray,
69
- coordinates_subsets: list[CoordinatesSubset],
69
+ coordinate_subsets: list[CoordinateSubset],
70
70
  frame: Frame,
71
71
  ) -> Tabulated:
72
- return Tabulated(instants, contribution_profile, coordinates_subsets, frame)
72
+ return Tabulated(instants, contribution_profile, coordinate_subsets, frame)
73
73
 
74
74
 
75
75
  class TestTabulated:
@@ -10,7 +10,7 @@ from ostk.physics.time import Scale
10
10
  from ostk.physics.coordinate import Position
11
11
  from ostk.physics.coordinate import Velocity
12
12
  from ostk.physics.coordinate import Frame
13
- from ostk.physics.environment.objects.celestial_bodies import Moon
13
+ from ostk.physics.environment.object.celestial import Moon
14
14
 
15
15
  from ostk.astrodynamics.trajectory import State
16
16
  from ostk.astrodynamics import Dynamics
@@ -4,20 +4,20 @@ import pytest
4
4
 
5
5
  import numpy as np
6
6
 
7
- from ostk.mathematics.geometry.d3.objects import Cuboid
8
- from ostk.mathematics.geometry.d3.objects import Composite
9
- from ostk.mathematics.geometry.d3.objects import Point
7
+ from ostk.mathematics.geometry.d3.object import Cuboid
8
+ from ostk.mathematics.geometry.d3.object import Composite
9
+ from ostk.mathematics.geometry.d3.object import Point
10
10
 
11
- from ostk.physics.units import Mass
11
+ from ostk.physics.unit import Mass
12
12
  from ostk.physics.time import Instant
13
13
  from ostk.physics.time import DateTime
14
14
  from ostk.physics.time import Scale
15
15
  from ostk.physics.coordinate import Frame
16
16
 
17
- from ostk.astrodynamics.trajectory.state import CoordinatesSubset
18
- from ostk.astrodynamics.trajectory.state.coordinates_subset import CartesianPosition
19
- from ostk.astrodynamics.trajectory.state.coordinates_subset import CartesianVelocity
20
- from ostk.astrodynamics.trajectory.state import CoordinatesBroker
17
+ from ostk.astrodynamics.trajectory.state import CoordinateSubset
18
+ from ostk.astrodynamics.trajectory.state.coordinate_subset import CartesianPosition
19
+ from ostk.astrodynamics.trajectory.state.coordinate_subset import CartesianVelocity
20
+ from ostk.astrodynamics.trajectory.state import CoordinateBroker
21
21
 
22
22
  from ostk.astrodynamics.trajectory import State
23
23
  from ostk.astrodynamics.flight.system import PropulsionSystem
@@ -77,22 +77,22 @@ def dynamics(
77
77
 
78
78
 
79
79
  @pytest.fixture
80
- def coordinates_broker() -> CoordinatesBroker:
81
- return CoordinatesBroker(
80
+ def coordinate_broker() -> CoordinateBroker:
81
+ return CoordinateBroker(
82
82
  [
83
83
  CartesianPosition.default(),
84
84
  CartesianVelocity.default(),
85
- CoordinatesSubset.mass(),
85
+ CoordinateSubset.mass(),
86
86
  ]
87
87
  )
88
88
 
89
89
 
90
90
  @pytest.fixture
91
- def state(coordinates_broker: CoordinatesBroker) -> State:
91
+ def state(coordinate_broker: CoordinateBroker) -> State:
92
92
  instant: Instant = Instant.date_time(DateTime(2021, 3, 20, 12, 0, 0), Scale.UTC)
93
93
  coordinates: list = [7000000.0, 0.0, 0.0, 0.0, 7546.05329, 0.0, 105.0]
94
94
 
95
- return State(instant, coordinates, Frame.GCRF(), coordinates_broker)
95
+ return State(instant, coordinates, Frame.GCRF(), coordinate_broker)
96
96
 
97
97
 
98
98
  class TestThruster:
@@ -105,8 +105,8 @@ class TestThruster:
105
105
  def test_getters(self, dynamics: Thruster):
106
106
  assert dynamics.get_satellite_system() is not None
107
107
  assert dynamics.get_guidance_law() is not None
108
- assert dynamics.get_read_coordinates_subsets() is not None
109
- assert dynamics.get_write_coordinates_subsets() is not None
108
+ assert dynamics.get_read_coordinate_subsets() is not None
109
+ assert dynamics.get_write_coordinate_subsets() is not None
110
110
 
111
111
  def test_compute_contribution_success(self, dynamics: Thruster, state: State):
112
112
  contribution = dynamics.compute_contribution(
@@ -121,7 +121,7 @@ class TestThruster:
121
121
  def test_compute_contribution_failure_out_of_fuel(
122
122
  self,
123
123
  satellite_system: SatelliteSystem,
124
- coordinates_broker: CoordinatesBroker,
124
+ coordinate_broker: CoordinateBroker,
125
125
  dynamics: Thruster,
126
126
  ):
127
127
  instant: Instant = Instant.date_time(DateTime(2021, 3, 20, 12, 0, 0), Scale.UTC)
@@ -134,7 +134,7 @@ class TestThruster:
134
134
  0.0,
135
135
  satellite_system.get_mass().in_kilograms(),
136
136
  ]
137
- state = State(instant, coordinates, Frame.GCRF(), coordinates_broker)
137
+ state = State(instant, coordinates, Frame.GCRF(), coordinate_broker)
138
138
 
139
139
  with pytest.raises(RuntimeError):
140
140
  contribution = dynamics.compute_contribution(
@@ -4,7 +4,7 @@ import pytest
4
4
 
5
5
  from ostk.physics.time import Instant, DateTime, Scale
6
6
  from ostk.physics.coordinate import Frame, Position, Velocity
7
- from ostk.physics.units import Angle
7
+ from ostk.physics.unit import Angle
8
8
 
9
9
  from ostk.astrodynamics.trajectory import State
10
10
 
@@ -3,7 +3,7 @@
3
3
  import pytest
4
4
 
5
5
  from ostk.physics.environment.gravitational import Earth
6
- from ostk.physics.units import Derived, Length, Angle
6
+ from ostk.physics.unit import Derived, Length, Angle
7
7
  from ostk.physics.coordinate import Frame
8
8
 
9
9
  from ostk.astrodynamics import EventCondition
@@ -10,7 +10,7 @@ import ostk.physics as physics
10
10
 
11
11
  import ostk.astrodynamics as astrodynamics
12
12
 
13
- Mass = physics.units.Mass
13
+ Mass = physics.unit.Mass
14
14
 
15
15
  PropulsionSystem = astrodynamics.flight.system.PropulsionSystem
16
16
 
@@ -10,11 +10,11 @@ import ostk.physics as physics
10
10
 
11
11
  import ostk.astrodynamics as astrodynamics
12
12
 
13
- Cuboid = mathematics.geometry.d3.objects.Cuboid
14
- Composite = mathematics.geometry.d3.objects.Composite
15
- Point = mathematics.geometry.d3.objects.Point
13
+ Cuboid = mathematics.geometry.d3.object.Cuboid
14
+ Composite = mathematics.geometry.d3.object.Composite
15
+ Point = mathematics.geometry.d3.object.Point
16
16
 
17
- Mass = physics.units.Mass
17
+ Mass = physics.unit.Mass
18
18
 
19
19
  SatelliteSystem = astrodynamics.flight.system.SatelliteSystem
20
20
  PropulsionSystem = astrodynamics.flight.system.PropulsionSystem
@@ -10,11 +10,11 @@ import ostk.physics as physics
10
10
 
11
11
  import ostk.astrodynamics as astrodynamics
12
12
 
13
- Cuboid = mathematics.geometry.d3.objects.Cuboid
14
- Composite = mathematics.geometry.d3.objects.Composite
15
- Point = mathematics.geometry.d3.objects.Point
13
+ Cuboid = mathematics.geometry.d3.object.Cuboid
14
+ Composite = mathematics.geometry.d3.object.Composite
15
+ Point = mathematics.geometry.d3.object.Point
16
16
 
17
- Mass = physics.units.Mass
17
+ Mass = physics.unit.Mass
18
18
 
19
19
  SatelliteSystem = astrodynamics.flight.system.SatelliteSystem
20
20
  SatelliteSystemBuilder = astrodynamics.flight.system.SatelliteSystemBuilder
@@ -11,20 +11,20 @@ from ostk.physics.time import DateTime
11
11
  from ostk.physics.time import Time
12
12
  from ostk.physics.time import Scale
13
13
  from ostk.physics.time import Instant
14
- from ostk.physics.units import Length
14
+ from ostk.physics.unit import Length
15
15
  from ostk.physics.coordinate import Transform
16
16
  from ostk.physics.coordinate import Position
17
17
  from ostk.physics.coordinate import Velocity
18
18
  from ostk.physics.coordinate import Frame
19
19
  from ostk.physics.coordinate import Axes
20
- from ostk.physics.coordinate.frame.providers import Dynamic as DynamicProvider
20
+ from ostk.physics.coordinate.frame.provider import Dynamic as DynamicProvider
21
21
 
22
22
  from ostk.astrodynamics import Trajectory
23
23
  from ostk.astrodynamics.trajectory import Orbit
24
+ from ostk.astrodynamics.trajectory import State
24
25
  from ostk.astrodynamics.flight import Profile
25
- from ostk.astrodynamics.flight.profile import State
26
- from ostk.astrodynamics.flight.profile.models import Transform as TransformModel
27
- from ostk.astrodynamics.flight.profile.models import Tabulated as TabulatedModel
26
+ from ostk.astrodynamics.flight.profile.model import Transform as TransformModel
27
+ from ostk.astrodynamics.flight.profile.model import Tabulated as TabulatedModel
28
28
 
29
29
 
30
30
  @pytest.fixture
@@ -124,7 +124,7 @@ class TestProfile:
124
124
  ),
125
125
  attitude=Quaternion.unit(),
126
126
  angular_velocity=(0.0, 0.0, 0.0),
127
- reference_frame=Frame.GCRF(),
127
+ attitude_frame=Frame.GCRF(),
128
128
  ),
129
129
  State(
130
130
  instant=Instant.date_time(
@@ -136,7 +136,7 @@ class TestProfile:
136
136
  ),
137
137
  attitude=Quaternion.unit(),
138
138
  angular_velocity=(0.0, 0.0, 0.0),
139
- reference_frame=Frame.GCRF(),
139
+ attitude_frame=Frame.GCRF(),
140
140
  ),
141
141
  ],
142
142
  ),
@@ -10,11 +10,11 @@ import ostk.physics as physics
10
10
 
11
11
  import ostk.astrodynamics as astrodynamics
12
12
 
13
- Cuboid = mathematics.geometry.d3.objects.Cuboid
14
- Composite = mathematics.geometry.d3.objects.Composite
15
- Point = mathematics.geometry.d3.objects.Point
13
+ Cuboid = mathematics.geometry.d3.object.Cuboid
14
+ Composite = mathematics.geometry.d3.object.Composite
15
+ Point = mathematics.geometry.d3.object.Point
16
16
 
17
- Mass = physics.units.Mass
17
+ Mass = physics.unit.Mass
18
18
 
19
19
  System = astrodynamics.flight.System
20
20
 
@@ -6,16 +6,16 @@ import numpy as np
6
6
 
7
7
  from ostk.physics.time import Instant
8
8
  from ostk.physics.coordinate import Frame
9
- from ostk.physics.units import Derived
9
+ from ostk.physics.unit import Derived
10
10
  from ostk.physics.environment.gravitational import Earth as EarthGravitationalModel
11
11
  from ostk.physics.time import Instant
12
12
  from ostk.physics.coordinate import Frame
13
- from ostk.physics.units import Length
14
- from ostk.physics.units import Angle
15
- from ostk.physics.units import Derived
13
+ from ostk.physics.unit import Length
14
+ from ostk.physics.unit import Angle
15
+ from ostk.physics.unit import Derived
16
16
 
17
17
 
18
- from ostk.astrodynamics.trajectory.orbit.models.kepler import COE
18
+ from ostk.astrodynamics.trajectory.orbit.model.kepler import COE
19
19
  from ostk.astrodynamics import GuidanceLaw
20
20
  from ostk.astrodynamics.guidance_law import QLaw
21
21