Command line options: Difference between revisions

→‎Initial Position and Orientation: alignment with other options
(→‎Flight Model: alignment with other options)
(→‎Initial Position and Orientation: alignment with other options)
Line 108: Line 108:
==== Initial Position and Orientation ====
==== Initial Position and Orientation ====


  --airport=ID                Specify airport (e.g. KOAK)
--airport=ID                Specify airport (e.g. KOAK)
  --runway=rwy_no              Specify starting runway (must also specify an
--runway=rwy_no              Specify starting runway (must also specify an
                                airport)
                              airport)
  --vor=ID                    Specify starting position relative to a VOR
--vor=ID                    Specify starting position relative to a VOR
  --ndb=ID                    Specify starting position relative to an NDB
--ndb=ID                    Specify starting position relative to an NDB
  --fix=ID                    Specify starting position relative to a fix
--fix=ID                    Specify starting position relative to a fix
  --parkpos=NAME              Specify a gate at the airport (e.g. 747d11)
--parkpos=NAME              Specify a gate at the airport (e.g. 747d11)
  --offset-distance=nm        Specify distance to reference point (statute
--offset-distance=nm        Specify distance to reference point (statute
                                miles)
                              miles)
  --offset-azimuth=degrees    Specify heading to reference point
--offset-azimuth=degrees    Specify heading to reference point
  --lon=degrees                Starting longitude (west = -)
--lon=degrees                Starting longitude (west = -)
  --lat=degrees                Starting latitude (south = -)
--lat=degrees                Starting latitude (south = -)
  --altitude=value            Starting altitude
--altitude=value            Starting altitude
                                (in feet unless --units-meters specified)
                              (in feet unless --units-meters specified)
  --heading=degrees            Specify heading (yaw) angle (Psi)
--heading=degrees            Specify heading (yaw) angle (Psi)
  --roll=degrees              Specify roll angle (Phi)
--roll=degrees              Specify roll angle (Phi)
  --pitch=degrees              Specify pitch angle (Theta)
--pitch=degrees              Specify pitch angle (Theta)
  --uBody=units_per_sec        Specify velocity along the body X axis
--uBody=units_per_sec        Specify velocity along the body X axis
                                (in feet unless --units-meters specified)
                              (in feet unless --units-meters specified)
  --vBody=units_per_sec        Specify velocity along the body Y axis
--vBody=units_per_sec        Specify velocity along the body Y axis
                                (in feet unless --units-meters specified)
                              (in feet unless --units-meters specified)
  --wBody=units_per_sec        Specify velocity along the body Z axis
--wBody=units_per_sec        Specify velocity along the body Z axis
                                (in feet unless --units-meters specified)
                              (in feet unless --units-meters specified)
  --vc=knots                  Specify initial airspeed
--vc=knots                  Specify initial airspeed
  --mach=num                  Specify initial mach number
--mach=num                  Specify initial mach number
  --glideslope=degrees        Specify flight path angle (can be positive)
--glideslope=degrees        Specify flight path angle (can be positive)
  --roc=fpm                    Specify initial climb rate (can be negative)
--roc=fpm                    Specify initial climb rate (can be negative)


==== Rendering Options ====
==== Rendering Options ====
185

edits