From e520eb37361563581df587d601ca5decb06215bf Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:25:26 +0300 Subject: [PATCH] docs: improve README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d66329..f0347ce 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + ![hohmanhet](docs/hetopt.png) ### 🚀 Hohmann Transfer with Hall Effect Thrusters (HohmannHET) @@ -151,7 +153,7 @@ print(f"Isp : {het.isp:.1f}") print(f"Thrust : {het.thrust:.4f}") # Optimize Isp for 1000 kg spacecraft, 5 kW thruster -result = optimize_isp(1000.0 * u.kg, transfer.total_dv, 5000.0 * u.W, 0.55) +result = optimize_isp(1000.0 * u.kg, transfer.total_dv.to(u.m/u.s), 5000.0 * u.W, 0.55) print(f"Optimal Isp : {result.optimal_isp:.1f}") print(f"Propellant : {result.propellant_mass:.2f}") ``` @@ -275,4 +277,3 @@ Contributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) before ## 📬 Contact [![Contact A Taylor](https://img.shields.io/badge/Contact_A_Taylor-Get_In_Touch-brightgreen.svg?logo=mail.ru&logoColor=white)](https://ataylor.getform.com/5w8wz) -