RCAIDE.Library.Methods.Performance.compute_noise_certification_data

compute_noise_certification_data#

Functions

compute_noise_certification_data([...])

Calculates the noise at certification points as well as the noise contours of approach and takeoff.

post_process_certification_noise_data(...)

truncate_colormap(cmap[, minval, maxval, n])

compute_noise_certification_data(approach_mission=None, takeoff_mission=None, noise_level=None, min_noise_level=45, max_noise_level=105, noise_scale_label='Max. SPL [dbA]', save_figure=False, show_figure=True, save_filename='Certification_Noise', colormap='jet', file_type='.png', width=12, height=6)[source]#

Calculates the noise at certification points as well as the noise contours of approach and takeoff. A combined approach-takeoff noisec contour is also created

post_process_certification_noise_data(approach_results, takeoff_results)[source]#
truncate_colormap(cmap, minval=0.0, maxval=1.0, n=100)[source]#