finesse.model.Model.space_gouys_table¶
- Model.space_gouys_table(deg=True, numfmt='{:.4f}', **kwargs)[source]¶
- Prints the space Gouy phases, as computed by
Model.compute_space_gouys()
, to an easily readable table.
- Parameters:
- degbool, optional; default = True
Whether to convert each phase to degrees.
- fmtber_formatstr or func or array, optional
Either a function to format numbers or a formatting string. The function must return a string. Can also be an array with one option per row, column or cell. Defaults to “{:.4f}”.
- kwargsKeyword arguments
Arguments to pass to
Model.beam_trace()
.