propeller_map_conversion.py#
- aviary.utils.propeller_map_conversion.PropDataConverter(input_file, output_file, data_format: PropMapType)[source]
This is a utility class to convert a propeller map file to Aviary format. Currently, there is only one option: from GASP format to Aviary format. As an Aviary command, the usage is: aviary convert_prop_table -f GASP input_file output_file
- class aviary.utils.propeller_map_conversion.PropMapType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]
Bases:
Enum
- GASP = 'GASP'