o-murphy / py-ballisticcalc

LGPL library for small arms ballistic calculations based on point-mass (3 DoF) plus spin drift.
https://pypi.org/project/py-ballisticcalc
GNU Lesser General Public License v3.0
21 stars 8 forks source link

Commandline and TOML interfaces #64

Closed dbookstaber closed 3 months ago

dbookstaber commented 7 months ago

Files

Problems:

  1. API expects Ammo to indicate muzzle velocity, but muzzle velocity depends on the Weapon, and also on Atmo.Temperature if temp_modifier is indicated.
  2. Specification of how weapon is zeroed. Shooters don't know their zero elevation (i.e., the angle between the barrel and sight line when scope is set to zero); what they know is zero distance for particular Ammo and Atmo.

Commandline Args

o-murphy commented 3 months ago

Would not be implrmrnted