Realwx: speed up startup interpolation
-correct the order of the realwx and interpolation property rules -speed up the interpolation of sea-level-pressure
This commit is contained in:
parent
083c9e9de6
commit
287f0f2dcf
2 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
|||
-->
|
||||
<name>MetarController:pressure-sea-level-inhg</name>
|
||||
<type>noise-spike</type>
|
||||
<max-rate-of-change>0.0003</max-rate-of-change>
|
||||
<max-rate-of-change>0.006</max-rate-of-change>
|
||||
<enable>
|
||||
<condition>
|
||||
<property>/environment/metar/valid</property>
|
||||
|
|
|
@ -290,14 +290,14 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<name>autopilot helpers</name>
|
||||
<path>Aircraft/Generic/generic-autopilot-helper.xml</path>
|
||||
</autopilot>
|
||||
<property-rule>
|
||||
<name>Environment Interpolation Rule</name>
|
||||
<path>Environment/interpolator.xml</path>
|
||||
</property-rule>
|
||||
<property-rule>
|
||||
<name>Environment METAR Interpolation Rule</name>
|
||||
<path>Environment/metarinterpolator.xml</path>
|
||||
</property-rule>
|
||||
<property-rule>
|
||||
<name>Environment Interpolation Rule</name>
|
||||
<path>Environment/interpolator.xml</path>
|
||||
</property-rule>
|
||||
</systems>
|
||||
<instrumentation>
|
||||
<path>Aircraft/Generic/generic-instrumentation.xml</path>
|
||||
|
|
Loading…
Add table
Reference in a new issue