aeroframe.stdfun package

Submodules

aeroframe.stdfun.init module

High-level wrappers for setup

class aeroframe.stdfun.init.ArgsSetup

Bases: object

aeroframe.stdfun.init.setup_project(args)

Setup a project directory

Args:
args:(obj) Instance of form ‘ArgsSetup’

aeroframe.stdfun.plot module

High-level wrappers for plotting mode

class aeroframe.stdfun.plot.ArgsPlot(files, percent=100)

Bases: object

aeroframe.stdfun.plot.plot(args)

Setup a project directory

Args:
args:(obj) Instance of form ‘ArgsPlot’

aeroframe.stdfun.run module

High-level wrappers for commonly used functions

class aeroframe.stdfun.run.StdRunArgs(verbose=False, debug=False, quiet=True, clean=False, clean_only=False, dest=None)

Bases: object

aeroframe.stdfun.run.standard_run(args)

High-level function to run a standard analysis

Args:
args:(obj) Instance of form ‘StdRunArgs’
Returns:
results:(dict) Results from static analysis

Module contents