Updates to post processing
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 toload_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 fromload_fast_out
for the OpenFAST data to plotplot_spectral
is included for a number of frequency-domain based plotting capabilitiestrim_fast_out
is modified to only modify data passed in the new dictionary-based structure- some verbosity flags have been included