diff options
Diffstat (limited to 'python/gui/templates/predistortion.html')
-rw-r--r-- | python/gui/templates/predistortion.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/gui/templates/predistortion.html b/python/gui/templates/predistortion.html index e21c688..d953dff 100644 --- a/python/gui/templates/predistortion.html +++ b/python/gui/templates/predistortion.html @@ -42,6 +42,11 @@ <div class="panel-heading">Capture Statistics</div> <div class="panel-body"> <img id="dpdcapturestats" /> + </div> + </div> + <div class="panel panel-default"> + <div class="panel-heading">AM/AM and AM/PM Model</div> + <div class="panel-body"> <img id="dpdamplot" /> <img id="dpdpmplot" /> </div> |