finesse.model.Model.mismatches_table¶
- Model.mismatches_table(ignore_AR=True, numfmt='{:.4f}', **kwargs)[source]¶
Prints the mismatches computed by
Model.detect_mismatches()
to an easily readable table.- Parameters:
- ignore_ARbool, optional
When True, with surfaces with R=0 the reflection mismatch is ignored
- numfmtstr 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()
.