Ignore:
Timestamp:
05/27/12 11:15:58 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added support for smoothed IAS and VS values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r197 r198  
    173173        aircraftState.smoothedIAS = self._smoothedIAS.get()
    174174
    175         print "handleState, realVSSmoothingLength:", config.realVSSmoothingLength
    176175        self._smoothedVS.add(config.realVSSmoothingLength, aircraftState.vs)
    177176        aircraftState.smoothedVS = self._smoothedVS.get()
Note: See TracChangeset for help on using the changeset viewer.