CTA Test 6

This commit is contained in:
Glenwing 2018-03-18 01:09:12 -07:00
parent 9800edebb5
commit 2f9d4fbc6e
2 changed files with 2 additions and 1 deletions

View File

@ -1059,6 +1059,7 @@ function SI_set_precision(SI_options, prefixDef, pre2num) {
async function Load_CTA_861() {
DEBUG('CTA Test 6');
// Loads the timing definitions for the CTA-861 standard from a csv file
response = await fetch('CTA861.txt');
CTA861 = await response.text();

View File

@ -31,7 +31,7 @@
<div class="wrapper">
<div class="main">
<div class="header">
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i>&nbsp;Video Bandwidth Calculator (Test 5)</a>
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i>&nbsp;Video Bandwidth Calculator (CTA Test 6)</a>
<hr />
</div>