Skip to content

Updates to post processing

Compare
Choose a tag to compare
@nikhar-abbas nikhar-abbas released this 21 Apr 19:55
a905ecc

Some major updates to the OpenFAST post processing tools and some minor bug fixes. Some of these may be considered API changes, but we'll treat them as feature adds for now.

A brief overview of major changes:

  • load_output is renamed to load_fast_out
  • load_fast_out now writes out a list of dictionaries containing openfast data, where each list item corresponds to an OpenFAST output case.
  • All plotting functions were moved to a class FAST_plots
  • plot_fast_out only receives the output from load_fast_out for the OpenFAST data to plot
  • plot_spectral is included for a number of frequency-domain based plotting capabilities
  • trim_fast_out is modified to only modify data passed in the new dictionary-based structure
  • some verbosity flags have been included