CNew = PropConfig(C)
[AtmNew,GNew] = PropConfig(Atm,[G])
ttNew = PropConfig(tt)
[AtmNew,GNew] = PropConfig([fileName])
PropConfig('SaveFile',C,fileName)GUI for setting up atmospheric propagation parameters. Can output either a C structure, Atm and G structures, or structure as from turbtool depending on the input type. Also can save a Matlab data file for input to a wave optics simulation. One can also save a data file without opening the GUI, using default options for computing mesh parameters by passing as the first argument the string 'SaveFile' followed by a C structure and the name of the file to save. The file will be saved to the current working directory unless the input file name includes the path.
|
Parameters |
Description |
|
C [struct] |
(Optional) An engagement structure from CaseStruct |
|
Atm [struct] |
(Optional) Atmospheric structure from AtmStruct |
|
G [struct] |
(Optional) Geometry structure as from GeomStruct |
|
tt [struct] |
(Optional) Structure from TurbTool |
|
fileName [string] |
(Optional) Name of Matlab data file saved from either PropConfig or TurbTool |
|
Return Values |
Description |
|
CNew [struct] |
Engagement structure as from CaseStruct with any changes made |
|
AtmNew [struct] |
Atmospheric structure as from AtmStruct with changes |
|
GNew [struct] |
Geometry structure as from GeomStruct with changes |
|
ttNew [struct] |
TurbTool structure with changes |
AtmStruct, GeomStruct, turbtool
|
Copyright (c) 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|