<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0024_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0024_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0024/ses-01/func/sub-0024_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4af4dea3aa1ae37156c027f3fd479439</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:06:51.310000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998777, -0.0216829, 0.0444317, 0.0203981, 0.999366, 0.0291688]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0786328</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7767, -7262, 597, -31, -289, 98, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.597</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fbae1ff7-922f-44e9-b9a5-296c9a2cf45a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796460151672363, 0.054726701229810715, 0.1215972825884819, 103.49249267578125], [0.058173768222332, 2.6812267303466797, 0.07621243596076965, -95.73274993896484], [0.11920705437660217, -0.07825782150030136, 2.696183443069458, -68.0063247680664], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['160651.310000', '160651.770000', '160652.230000', '160652.690000', '160653.150000', '160653.610000', '160654.070000', '160654.530000', '160654.990000', '160655.450000', '160655.910000', '160656.370000', '160656.830000', '160657.290000', '160657.750000', '160658.210000', '160658.670000', '160659.130000', '160659.590000', '160700.050000', '160700.510000', '160700.970000', '160701.430000', '160701.890000', '160702.350000', '160702.810000', '160703.270000', '160703.730000', '160704.190000', '160704.650000', '160705.110000', '160705.570000', '160706.030000', '160706.490000', '160706.950000', '160707.410000', '160707.870000', '160708.330000', '160708.790000', '160709.250000', '160709.710000', '160710.170000', '160710.630000', '160711.090000', '160711.550000', '160712.010000', '160712.470000', '160712.930000', '160713.390000', '160713.850000', '160714.310000', '160714.770000', '160715.230000', '160715.690000', '160716.150000', '160716.610000', '160717.070000', '160717.530000', '160717.990000', '160718.450000', '160718.910000', '160719.370000', '160719.830000', '160720.290000', '160720.750000', '160721.210000', '160721.670000', '160722.130000', '160722.590000', '160723.050000', '160723.510000', '160723.970000', '160724.430000', '160724.890000', '160725.350000', '160725.810000', '160726.270000', '160726.730000', '160727.190000', '160727.650000', '160728.110000', '160728.570000', '160729.030000', '160729.490000', '160729.950000', '160730.410000', '160730.870000', '160731.330000', '160731.790000', '160732.250000', '160732.710000', '160733.170000', '160733.630000', '160734.090000', '160734.550000', '160735.010000', '160735.470000', '160735.930000', '160736.390000', '160736.850000', '160737.310000', '160737.770000', '160738.230000', '160738.690000', '160739.150000', '160739.610000', '160740.070000', '160740.530000', '160740.990000', '160741.450000', '160741.910000', '160742.370000', '160742.830000', '160743.290000', '160743.750000', '160744.210000', '160744.670000', '160745.130000', '160745.590000', '160746.050000', '160746.510000', '160746.970000', '160747.430000', '160747.890000', '160748.350000', '160748.810000', '160749.270000', '160749.730000', '160750.190000', '160750.650000', '160751.110000', '160751.570000', '160752.030000', '160752.490000', '160752.950000', '160753.410000', '160753.870000', '160754.330000', '160754.790000', '160755.250000', '160755.710000', '160756.170000', '160756.630000', '160757.090000', '160757.550000', '160758.010000', '160758.470000', '160758.930000', '160759.390000', '160759.850000', '160800.310000', '160800.770000', '160801.230000', '160801.690000', '160802.150000', '160802.610000', '160803.070000', '160803.530000', '160803.990000', '160804.450000', '160804.910000', '160805.370000', '160805.830000', '160806.290000', '160806.750000', '160807.210000', '160807.670000', '160808.130000', '160808.590000', '160809.050000', '160809.510000', '160809.970000', '160810.430000', '160810.890000', '160811.350000', '160811.810000', '160812.270000', '160812.730000', '160813.190000', '160813.650000', '160814.110000', '160814.570000', '160815.030000', '160815.490000', '160815.950000', '160816.410000', '160816.870000', '160817.330000', '160817.790000', '160818.250000', '160818.710000', '160819.170000', '160819.630000', '160820.090000', '160820.550000', '160821.010000', '160821.470000', '160821.930000', '160822.390000', '160822.850000', '160823.310000', '160823.770000', '160824.230000', '160824.690000', '160825.150000', '160825.610000', '160826.070000', '160826.530000', '160826.990000', '160827.450000', '160827.910000', '160828.370000', '160828.830000', '160829.290000', '160829.750000', '160830.210000', '160830.670000', '160831.130000', '160831.590000', '160832.050000', '160832.510000', '160832.970000', '160833.430000', '160833.890000', '160834.350000', '160834.810000', '160835.270000', '160835.730000', '160836.190000', '160836.650000', '160837.110000', '160837.570000', '160838.030000', '160838.490000', '160838.950000', '160839.410000', '160839.870000', '160840.330000', '160840.790000', '160841.250000', '160841.710000', '160842.170000', '160842.630000', '160843.090000', '160843.550000', '160844.010000', '160844.470000', '160844.930000', '160845.390000', '160845.850000', '160846.310000', '160846.770000', '160847.230000', '160847.690000', '160848.150000', '160848.610000', '160849.070000', '160849.530000', '160849.990000', '160850.450000', '160850.910000', '160851.370000', '160851.830000', '160852.290000', '160852.750000', '160853.210000', '160853.670000', '160854.130000', '160854.590000', '160855.050000', '160855.510000', '160855.970000', '160856.430000', '160856.890000', '160857.350000', '160857.810000', '160858.270000', '160858.730000', '160859.190000', '160859.650000', '160900.110000', '160900.570000', '160901.030000', '160901.490000', '160901.950000', '160902.410000', '160902.870000', '160903.330000', '160903.790000', '160904.250000', '160904.710000', '160905.170000', '160905.630000', '160906.090000', '160906.550000', '160907.010000', '160907.470000', '160907.930000', '160908.390000', '160908.850000', '160909.310000', '160909.770000', '160910.230000', '160910.690000', '160911.150000', '160911.610000', '160912.070000', '160912.530000', '160912.990000', '160913.450000', '160913.910000', '160914.370000', '160914.830000', '160915.290000', '160915.750000', '160916.210000', '160916.670000', '160917.130000', '160917.590000', '160918.050000', '160918.510000', '160918.970000', '160919.430000', '160919.890000', '160920.350000', '160920.810000', '160921.270000', '160921.730000', '160922.190000', '160922.650000', '160923.110000', '160923.570000', '160924.030000', '160924.490000', '160924.950000', '160925.410000', '160925.870000', '160926.330000', '160926.790000', '160927.250000', '160927.710000', '160928.170000', '160928.630000', '160929.090000', '160929.550000', '160930.010000', '160930.470000', '160930.930000', '160931.390000', '160931.850000', '160932.310000', '160932.770000', '160933.230000', '160933.690000', '160934.150000', '160934.610000', '160935.070000', '160935.530000', '160935.990000', '160936.450000', '160936.910000', '160937.370000', '160937.830000', '160938.290000', '160938.750000', '160939.210000', '160939.670000', '160940.130000', '160940.590000', '160941.050000', '160941.510000', '160941.970000', '160942.430000', '160942.890000', '160943.350000', '160943.810000', '160944.270000', '160944.730000', '160945.190000', '160945.650000', '160946.110000', '160946.570000', '160947.030000', '160947.490000', '160947.950000', '160948.410000', '160948.870000', '160949.330000', '160949.790000', '160950.250000', '160950.710000', '160951.170000', '160951.630000', '160952.090000', '160952.550000', '160953.010000', '160953.470000', '160953.930000', '160954.390000', '160954.850000', '160955.310000', '160955.770000', '160956.230000', '160956.690000', '160957.150000', '160957.610000', '160958.070000', '160958.530000', '160958.990000', '160959.450000', '160959.910000', '161000.370000', '161000.830000', '161001.290000', '161001.750000', '161002.210000', '161002.670000', '161003.130000', '161003.590000', '161004.050000', '161004.510000', '161004.970000', '161005.430000', '161005.890000', '161006.350000', '161006.810000', '161007.270000', '161007.730000', '161008.190000', '161008.650000', '161009.110000', '161009.570000', '161010.030000', '161010.490000', '161010.950000', '161011.410000', '161011.870000', '161012.330000', '161012.790000', '161013.250000', '161013.710000', '161014.170000', '161014.630000', '161015.090000', '161015.550000', '161016.010000', '161016.470000', '161016.930000', '161017.390000', '161017.850000', '161018.310000', '161018.770000', '161019.230000', '161019.690000', '161020.150000', '161020.610000', '161021.070000', '161021.530000', '161021.990000', '161022.450000', '161022.910000', '161023.370000', '161023.830000', '161024.290000', '161024.750000', '161025.210000', '161025.670000', '161026.130000', '161026.590000', '161027.050000', '161027.510000', '161027.970000', '161028.430000', '161028.890000', '161029.350000', '161029.810000', '161030.270000', '161030.730000', '161031.190000', '161031.650000', '161032.110000', '161032.570000', '161033.030000', '161033.490000', '161033.950000', '161034.410000', '161034.870000', '161035.330000', '161035.790000', '161036.250000', '161036.710000', '161037.170000', '161037.630000', '161038.090000', '161038.550000', '161039.010000', '161039.470000', '161039.930000', '161040.390000', '161040.850000', '161041.310000', '161041.770000', '161042.230000', '161042.690000', '161043.150000', '161043.610000', '161044.070000', '161044.530000', '161044.990000', '161045.450000', '161045.910000', '161046.370000', '161046.830000', '161047.290000', '161047.750000', '161048.210000', '161048.670000', '161049.130000', '161049.590000', '161050.050000', '161050.510000', '161050.970000', '161051.430000', '161051.890000', '161052.350000', '161052.810000', '161053.270000', '161053.730000', '161054.190000', '161054.650000', '161055.110000', '161055.570000', '161056.030000', '161056.490000', '161056.950000', '161057.410000', '161057.870000', '161058.330000', '161058.790000', '161059.250000', '161059.710000', '161100.170000', '161100.630000', '161101.090000', '161101.550000', '161102.010000', '161102.470000', '161102.930000', '161103.390000', '161103.850000', '161104.310000', '161104.770000', '161105.230000', '161105.690000', '161106.150000', '161106.610000', '161107.070000', '161107.530000', '161107.990000', '161108.450000', '161108.910000', '161109.370000', '161109.830000', '161110.290000', '161110.750000', '161111.210000', '161111.670000', '161112.130000', '161112.590000', '161113.050000', '161113.510000', '161113.970000', '161114.430000', '161114.890000', '161115.350000', '161115.810000', '161116.270000', '161116.730000', '161117.190000', '161117.650000', '161118.110000', '161118.570000', '161119.030000', '161119.490000', '161119.950000', '161120.410000', '161120.870000', '161121.330000', '161121.790000', '161122.250000', '161122.710000', '161123.170000', '161123.630000', '161124.090000', '161124.550000', '161125.010000', '161125.470000', '161125.930000', '161126.390000', '161126.850000', '161127.310000', '161127.770000', '161128.230000', '161128.690000', '161129.150000', '161129.610000', '161130.070000', '161130.530000', '161130.990000', '161131.450000', '161131.910000', '161132.370000', '161132.830000', '161133.290000', '161133.750000', '161134.210000', '161134.670000', '161135.130000', '161135.590000', '161136.050000', '161136.510000', '161136.970000', '161137.430000', '161137.890000', '161138.350000', '161138.810000', '161139.270000', '161139.730000', '161140.190000', '161140.650000', '161141.110000', '161141.570000', '161142.030000', '161142.490000', '161142.950000', '161143.410000', '161143.870000', '161144.330000', '161144.790000', '161145.250000', '161145.710000', '161146.170000', '161146.630000', '161147.090000', '161147.550000', '161148.010000', '161148.470000', '161148.930000', '161149.390000', '161149.850000', '161150.310000', '161150.770000', '161151.230000', '161151.690000', '161152.150000', '161152.610000', '161153.070000', '161153.530000', '161153.990000', '161154.450000', '161154.910000', '161155.370000', '161155.830000', '161156.290000', '161156.750000', '161157.210000', '161157.670000', '161158.130000', '161158.590000', '161159.050000', '161159.510000', '161159.970000', '161200.430000', '161200.890000', '161201.350000', '161201.810000', '161202.270000', '161202.730000', '161203.190000', '161203.650000', '161204.110000', '161204.570000', '161205.030000', '161205.490000', '161205.950000', '161206.410000', '161206.870000', '161207.330000', '161207.790000', '161208.250000', '161208.710000', '161209.170000', '161209.630000', '161210.090000', '161210.550000', '161211.010000', '161211.470000', '161211.930000', '161212.390000', '161212.850000', '161213.310000', '161213.770000', '161214.230000', '161214.690000', '161215.150000', '161215.610000', '161216.070000', '161216.530000', '161216.990000', '161217.450000', '161217.910000', '161218.370000', '161218.830000', '161219.290000', '161219.750000', '161220.210000', '161220.670000', '161221.130000', '161221.590000', '161222.050000', '161222.510000', '161222.970000', '161223.430000', '161223.890000', '161224.350000', '161224.810000', '161225.270000', '161225.730000', '161226.190000', '161226.650000', '161227.110000', '161227.570000', '161228.030000', '161228.490000', '161228.950000', '161229.410000', '161229.870000', '161230.330000', '161230.790000', '161231.250000', '161231.710000', '161232.170000', '161232.630000', '161233.090000', '161233.550000', '161234.010000', '161234.470000', '161234.930000', '161235.390000', '161235.850000', '161236.310000', '161236.770000', '161237.230000', '161237.690000', '161238.150000', '161238.610000', '161239.070000', '161239.530000', '161239.990000', '161240.450000', '161240.910000', '161241.370000', '161241.830000', '161242.290000', '161242.750000', '161243.210000', '161243.670000', '161244.130000', '161244.590000', '161245.050000', '161245.510000', '161245.970000', '161246.430000', '161246.890000', '161247.350000', '161247.810000', '161248.270000', '161248.730000', '161249.190000', '161249.650000', '161250.110000', '161250.570000', '161251.030000', '161251.490000', '161251.950000', '161252.410000', '161252.870000', '161253.330000', '161253.790000', '161254.250000', '161254.710000', '161255.170000', '161255.630000', '161256.090000', '161256.550000', '161257.010000', '161257.470000', '161257.930000', '161258.390000', '161258.850000', '161259.310000', '161259.770000', '161300.230000', '161300.690000', '161301.150000', '161301.610000', '161302.070000', '161302.530000', '161302.990000', '161303.450000', '161303.910000', '161304.370000', '161304.830000', '161305.290000', '161305.750000', '161306.210000', '161306.670000', '161307.130000', '161307.590000', '161308.050000', '161308.510000', '161308.970000', '161309.430000', '161309.890000', '161310.350000', '161310.810000', '161311.270000', '161311.730000', '161312.190000', '161312.650000', '161313.110000', '161313.570000', '161314.030000', '161314.490000', '161314.950000', '161315.410000', '161315.870000', '161316.330000', '161316.790000', '161317.250000', '161317.710000', '161318.170000', '161318.630000', '161319.090000', '161319.550000', '161320.010000', '161320.470000', '161320.930000', '161321.390000', '161321.850000', '161322.310000', '161322.770000', '161323.230000', '161323.690000', '161324.150000', '161324.610000', '161325.070000', '161325.530000', '161325.990000', '161326.450000', '161326.910000', '161327.370000', '161327.830000', '161328.290000', '161328.750000', '161329.210000', '161329.670000', '161330.130000', '161330.590000', '161331.050000', '161331.510000', '161331.970000'], 'ContentTime': ['160655.059000', '160655.346000', '160655.532000', '160655.710000', '160655.929000', '160656.141000', '160656.338000', '160656.559000', '160656.776000', '160656.964000', '160657.196000', '160657.654000', '160658.091000', '160658.569000', '160659.050000', '160659.507000', '160659.971000', '160700.434000', '160700.889000', '160701.348000', '160701.793000', '160702.259000', '160702.725000', '160703.190000', '160703.658000', '160704.114000', '160704.634000', '160705.034000', '160705.496000', '160705.941000', '160706.407000', '160706.859000', '160707.327000', '160707.777000', '160708.250000', '160708.717000', '160709.167000', '160709.627000', '160710.125000', '160710.553000', '160710.998000', '160711.458000', '160711.933000', '160712.384000', '160712.842000', '160713.314000', '160713.766000', '160714.224000', '160714.693000', '160715.154000', '160715.610000', '160716.061000', '160716.529000', '160716.988000', '160717.538000', '160717.912000', '160718.360000', '160718.836000', '160719.290000', '160719.786000', '160720.208000', '160720.677000', '160721.128000', '160721.594000', '160722.053000', '160722.510000', '160722.967000', '160723.452000', '160723.885000', '160724.346000', '160724.807000', '160725.267000', '160725.726000', '160726.192000', '160726.655000', '160727.134000', '160727.560000', '160728.026000', '160728.497000', '160728.950000', '160729.409000', '160729.869000', '160730.330000', '160730.791000', '160731.243000', '160731.714000', '160732.163000', '160732.664000', '160733.096000', '160733.541000', '160734.007000', '160734.468000', '160734.929000', '160735.401000', '160735.839000', '160736.299000', '160736.759000', '160737.220000', '160737.680000', '160738.151000', '160738.612000', '160739.060000', '160739.532000', '160739.995000', '160740.436000', '160740.904000', '160741.377000', '160741.829000', '160742.292000', '160742.744000', '160743.222000', '160743.747000', '160744.136000', '160744.588000', '160745.053000', '160745.511000', '160745.968000', '160746.427000', '160746.885000', '160747.344000', '160747.814000', '160748.278000', '160748.722000', '160749.188000', '160749.707000', '160750.105000', '160750.569000', '160751.024000', '160751.477000', '160751.946000', '160752.412000', '160752.877000', '160753.335000', '160753.796000', '160754.240000', '160754.718000', '160755.181000', '160755.622000', '160756.094000', '160756.546000', '160757.001000', '160757.469000', '160757.934000', '160758.397000', '160758.895000', '160759.322000', '160759.779000', '160800.235000', '160800.694000', '160801.146000', '160801.600000', '160802.075000', '160802.522000', '160802.997000', '160803.443000', '160803.946000', '160804.375000', '160804.829000', '160805.291000', '160805.753000', '160806.221000', '160806.669000', '160807.126000', '160807.597000', '160808.049000', '160808.513000', '160808.963000', '160809.475000', '160809.895000', '160810.357000', '160810.867000', '160811.260000', '160811.733000', '160812.182000', '160812.657000', '160813.111000', '160813.576000', '160814.035000', '160814.491000', '160814.981000', '160815.421000', '160815.870000', '160816.332000', '160816.862000', '160817.255000', '160817.718000', '160818.181000', '160818.636000', '160819.082000', '160819.559000', '160820.018000', '160820.475000', '160820.919000', '160821.386000', '160821.856000', '160822.326000', '160822.775000', '160823.232000', '160823.684000', '160824.145000', '160824.617000', '160825.063000', '160825.529000', '160825.983000', '160826.451000', '160826.920000', '160827.375000', '160827.831000', '160828.299000', '160828.758000', '160829.212000', '160829.673000', '160830.125000', '160830.595000', '160831.047000', '160831.516000', '160832.032000', '160832.424000', '160832.894000', '160833.353000', '160833.802000', '160834.262000', '160834.736000', '160835.190000', '160835.681000', '160836.107000', '160836.582000', '160837.031000', '160837.526000', '160837.947000', '160838.411000', '160838.873000', '160839.327000', '160839.800000', '160840.247000', '160840.713000', '160841.171000', '160841.668000', '160842.086000', '160842.554000', '160843.017000', '160843.466000', '160843.939000', '160844.401000', '160844.863000', '160845.312000', '160845.772000', '160846.239000', '160846.681000', '160847.157000', '160847.613000', '160848.074000', '160848.541000', '160848.988000', '160849.455000', '160849.907000', '160850.365000', '160850.839000', '160851.330000', '160851.747000', '160852.215000', '160852.666000', '160853.139000', '160853.644000', '160854.055000', '160854.504000', '160854.976000', '160855.426000', '160855.902000', '160856.362000', '160856.894000', '160857.265000', '160857.738000', '160858.202000', '160858.655000', '160859.107000', '160859.572000', '160900.031000', '160900.497000', '160900.952000', '160901.479000', '160901.882000', '160902.335000', '160902.783000', '160903.265000', '160903.754000', '160904.171000', '160904.632000', '160905.094000', '160905.564000', '160906.009000', '160906.482000', '160906.934000', '160907.386000', '160907.864000', '160908.320000', '160908.775000', '160909.234000', '160909.704000', '160910.158000', '160910.622000', '160911.080000', '160911.542000', '160911.992000', '160912.459000', '160912.910000', '160913.377000', '160913.836000', '160914.300000', '160914.752000', '160915.214000', '160915.717000', '160916.125000', '160916.584000', '160917.065000', '160917.522000', '160917.973000', '160918.437000', '160918.897000', '160919.364000', '160919.811000', '160920.266000', '160920.730000', '160921.199000', '160921.660000', '160922.122000', '160922.571000', '160923.069000', '160923.489000', '160923.961000', '160924.419000', '160924.888000', '160925.338000', '160925.806000', '160926.251000', '160926.724000', '160927.203000', '160927.645000', '160928.099000', '160928.561000', '160929.019000', '160929.479000', '160929.935000', '160930.389000', '160930.864000', '160931.325000', '160931.775000', '160932.253000', '160932.697000', '160933.147000', '160933.608000', '160934.086000', '160934.532000', '160935.022000', '160935.489000', '160935.923000', '160936.381000', '160936.839000', '160937.289000', '160937.749000', '160938.223000', '160938.669000', '160939.139000', '160939.605000', '160940.106000', '160940.515000', '160940.989000', '160941.435000', '160941.893000', '160942.396000', '160942.810000', '160943.269000', '160943.732000', '160944.205000', '160944.651000', '160945.122000', '160945.578000', '160946.043000', '160946.495000', '160946.967000', '160947.419000', '160947.882000', '160948.345000', '160948.823000', '160949.258000', '160949.716000', '160950.184000', '160950.629000', '160951.088000', '160951.553000', '160952.031000', '160952.484000', '160952.944000', '160953.396000', '160953.860000', '160954.325000', '160954.847000', '160955.243000', '160955.700000', '160956.147000', '160956.614000', '160957.117000', '160957.544000', '160958.040000', '160958.455000', '160958.921000', '160959.388000', '160959.833000', '161000.291000', '161000.759000', '161001.244000', '161001.672000', '161002.134000', '161002.610000', '161003.060000', '161003.514000', '161003.982000', '161004.474000', '161004.905000', '161005.360000', '161005.830000', '161006.282000', '161006.749000', '161007.198000', '161007.665000', '161008.118000', '161008.583000', '161009.040000', '161009.489000', '161009.980000', '161010.422000', '161010.882000', '161011.336000', '161011.822000', '161012.270000', '161012.727000', '161013.179000', '161013.642000', '161014.095000', '161014.551000', '161015.012000', '161015.470000', '161015.934000', '161016.401000', '161016.871000', '161017.328000', '161017.788000', '161018.248000', '161018.705000', '161019.164000', '161019.629000', '161020.090000', '161020.543000', '161020.996000', '161021.472000', '161021.929000', '161022.378000', '161022.843000', '161023.308000', '161023.766000', '161024.223000', '161024.681000', '161025.149000', '161025.598000', '161026.065000', '161026.545000', '161026.987000', '161027.485000', '161027.894000', '161028.361000', '161028.833000', '161029.283000', '161029.738000', '161030.202000', '161030.656000', '161031.180000', '161031.583000', '161032.048000', '161032.500000', '161032.963000', '161033.427000', '161033.921000', '161034.347000', '161034.803000', '161035.255000', '161035.732000', '161036.175000', '161036.646000', '161037.110000', '161037.563000', '161038.021000', '161038.507000', '161038.957000', '161039.401000', '161039.864000', '161040.329000', '161040.886000', '161041.239000', '161041.706000', '161042.167000', '161042.621000', '161043.073000', '161043.546000', '161044.016000', '161044.459000', '161044.926000', '161045.413000', '161045.901000', '161046.313000', '161046.768000', '161047.226000', '161047.686000', '161048.132000', '161048.607000', '161049.062000', '161049.528000', '161049.983000', '161050.459000', '161050.909000', '161051.376000', '161051.827000', '161052.284000', '161052.742000', '161053.195000', '161053.666000', '161054.173000', '161054.587000', '161055.050000', '161055.529000', '161055.976000', '161056.421000', '161056.945000', '161057.376000', '161057.796000', '161058.266000', '161058.728000', '161059.194000', '161059.642000', '161100.108000', '161100.604000', '161101.026000', '161101.489000', '161101.944000', '161102.406000', '161102.868000', '161103.317000', '161103.786000', '161104.247000', '161104.712000', '161105.180000', '161105.628000', '161106.079000', '161106.540000', '161107.011000', '161107.466000', '161107.929000', '161108.377000', '161108.852000', '161109.338000', '161109.760000', '161110.218000', '161110.684000', '161111.148000', '161111.619000', '161112.096000', '161112.528000', '161112.980000', '161113.449000', '161113.910000', '161114.368000', '161114.833000', '161115.347000', '161115.748000', '161116.202000', '161116.672000', '161117.126000', '161117.592000', '161118.059000', '161118.504000', '161118.971000', '161119.425000', '161119.896000', '161120.345000', '161120.803000', '161121.269000', '161121.728000', '161122.190000', '161122.658000', '161123.109000', '161123.570000', '161124.023000', '161124.479000', '161124.956000', '161125.407000', '161125.875000', '161126.330000', '161126.793000', '161127.256000', '161127.709000', '161128.168000', '161128.638000', '161129.092000', '161129.551000', '161130.007000', '161130.475000', '161130.932000', '161131.382000', '161131.847000', '161132.352000', '161132.759000', '161133.231000', '161133.684000', '161134.144000', '161134.609000', '161135.074000', '161135.531000', '161135.989000', '161136.439000', '161136.910000', '161137.371000', '161137.826000', '161138.288000', '161138.749000', '161139.262000', '161139.662000', '161140.167000', '161140.595000', '161141.053000', '161141.502000', '161141.966000', '161142.436000', '161142.891000', '161143.343000', '161143.801000', '161144.278000', '161144.732000', '161145.198000', '161145.652000', '161146.114000', '161146.576000', '161147.023000', '161147.499000', '161147.960000', '161148.405000', '161148.865000', '161149.319000', '161149.791000', '161150.288000', '161150.714000', '161151.173000', '161151.637000', '161152.084000', '161152.560000', '161153.020000', '161153.471000', '161153.926000', '161154.390000', '161154.849000', '161155.319000', '161155.766000', '161156.290000', '161156.684000', '161157.158000', '161157.604000', '161158.073000', '161158.536000', '161158.993000', '161159.466000', '161159.937000', '161200.364000', '161200.866000', '161201.327000', '161201.752000', '161202.255000', '161202.676000', '161203.136000', '161203.621000', '161204.049000', '161204.516000', '161204.982000', '161205.431000', '161205.882000', '161206.350000', '161206.817000', '161207.283000', '161207.736000', '161208.196000', '161208.659000', '161209.117000', '161209.581000', '161210.029000', '161210.500000', '161210.945000', '161211.411000', '161211.912000', '161212.343000', '161212.795000', '161213.254000', '161213.712000', '161214.175000', '161214.631000', '161215.095000', '161215.550000', '161216.010000', '161216.468000', '161216.998000', '161217.426000', '161217.858000', '161218.315000', '161218.767000', '161219.235000', '161219.696000', '161220.148000', '161220.615000', '161221.074000', '161221.526000', '161222.002000', '161222.466000', '161222.914000', '161223.387000', '161223.880000', '161224.295000', '161224.756000', '161225.240000', '161225.690000', '161226.145000', '161226.626000', '161227.050000', '161227.533000', '161227.983000', '161228.439000', '161228.901000', '161229.362000', '161229.812000', '161230.268000', '161230.742000', '161231.194000', '161231.649000', '161232.159000', '161232.587000', '161233.028000', '161233.499000', '161233.951000', '161234.419000', '161235.006000', '161235.331000', '161235.809000', '161236.257000', '161236.710000', '161237.184000', '161237.640000', '161238.098000', '161238.551000', '161239.033000', '161239.482000', '161239.942000', '161240.398000', '161240.856000', '161241.355000', '161241.781000', '161242.243000', '161242.698000', '161243.150000', '161243.625000', '161244.082000', '161244.540000', '161244.993000', '161245.455000', '161245.910000', '161246.380000', '161247.054000', '161247.293000', '161247.758000', '161248.226000', '161248.683000', '161249.132000', '161249.602000', '161250.081000', '161250.521000', '161250.995000', '161251.441000', '161251.892000', '161252.369000', '161252.820000', '161253.280000', '161253.732000', '161254.201000', '161254.651000', '161255.122000', '161255.581000', '161256.037000', '161256.507000', '161256.956000', '161257.412000', '161257.920000', '161258.350000', '161258.795000', '161259.268000', '161259.726000', '161300.184000', '161300.641000', '161301.107000', '161301.553000', '161302.021000', '161302.476000', '161302.953000', '161303.395000', '161303.867000', '161304.318000', '161304.787000', '161305.234000', '161305.702000', '161306.169000', '161306.616000', '161307.081000', '161307.539000', '161307.997000', '161308.471000', '161308.968000', '161309.383000', '161309.835000', '161310.310000', '161310.771000', '161311.226000', '161311.692000', '161312.142000', '161312.604000', '161313.070000', '161313.527000', '161313.982000', '161314.442000', '161314.906000', '161315.364000', '161315.829000', '161316.286000', '161316.751000', '161317.206000', '161317.669000', '161318.117000', '161318.586000', '161319.044000', '161319.513000', '161319.996000', '161320.428000', '161320.918000', '161321.354000', '161321.847000', '161322.303000', '161322.722000', '161323.176000', '161323.644000', '161324.115000', '161324.560000', '161325.058000', '161325.487000', '161325.948000', '161326.413000', '161326.867000', '161327.325000', '161327.791000', '161328.245000', '161328.711000', '161329.153000', '161329.668000', '161330.092000', '161330.547000', '161331.014000', '161331.502000', '161331.923000', '161332.386000', '161332.975000', '161333.296000'], 'InstanceCreationTime': ['160655.059000', '160655.346000', '160655.532000', '160655.710000', '160655.929000', '160656.141000', '160656.338000', '160656.559000', '160656.776000', '160656.964000', '160657.196000', '160657.654000', '160658.091000', '160658.569000', '160659.050000', '160659.507000', '160659.971000', '160700.434000', '160700.889000', '160701.348000', '160701.793000', '160702.259000', '160702.725000', '160703.190000', '160703.658000', '160704.114000', '160704.634000', '160705.034000', '160705.496000', '160705.941000', '160706.407000', '160706.859000', '160707.327000', '160707.777000', '160708.250000', '160708.717000', '160709.167000', '160709.627000', '160710.125000', '160710.553000', '160710.998000', '160711.458000', '160711.933000', '160712.384000', '160712.842000', '160713.314000', '160713.766000', '160714.224000', '160714.693000', '160715.154000', '160715.610000', '160716.061000', '160716.529000', '160716.988000', '160717.538000', '160717.912000', '160718.360000', '160718.836000', '160719.290000', '160719.786000', '160720.208000', '160720.677000', '160721.128000', '160721.594000', '160722.053000', '160722.510000', '160722.967000', '160723.452000', '160723.885000', '160724.346000', '160724.807000', '160725.267000', '160725.726000', '160726.192000', '160726.655000', '160727.134000', '160727.560000', '160728.026000', '160728.497000', '160728.950000', '160729.409000', '160729.869000', '160730.330000', '160730.791000', '160731.243000', '160731.714000', '160732.163000', '160732.664000', '160733.096000', '160733.541000', '160734.007000', '160734.468000', '160734.929000', '160735.401000', '160735.839000', '160736.299000', '160736.759000', '160737.220000', '160737.680000', '160738.151000', '160738.612000', '160739.060000', '160739.532000', '160739.995000', '160740.436000', '160740.904000', '160741.377000', '160741.829000', '160742.292000', '160742.744000', '160743.222000', '160743.747000', '160744.136000', '160744.588000', '160745.053000', '160745.511000', '160745.968000', '160746.427000', '160746.885000', '160747.344000', '160747.814000', '160748.278000', '160748.722000', '160749.188000', '160749.707000', '160750.105000', '160750.569000', '160751.024000', '160751.477000', '160751.946000', '160752.412000', '160752.877000', '160753.335000', '160753.796000', '160754.240000', '160754.718000', '160755.181000', '160755.622000', '160756.094000', '160756.546000', '160757.001000', '160757.469000', '160757.934000', '160758.397000', '160758.895000', '160759.322000', '160759.779000', '160800.235000', '160800.694000', '160801.146000', '160801.600000', '160802.075000', '160802.522000', '160802.997000', '160803.443000', '160803.946000', '160804.375000', '160804.829000', '160805.291000', '160805.753000', '160806.221000', '160806.669000', '160807.126000', '160807.597000', '160808.049000', '160808.513000', '160808.963000', '160809.475000', '160809.895000', '160810.357000', '160810.867000', '160811.260000', '160811.733000', '160812.182000', '160812.657000', '160813.111000', '160813.576000', '160814.035000', '160814.491000', '160814.981000', '160815.421000', '160815.870000', '160816.332000', '160816.862000', '160817.255000', '160817.718000', '160818.181000', '160818.636000', '160819.082000', '160819.559000', '160820.018000', '160820.475000', '160820.919000', '160821.386000', '160821.856000', '160822.326000', '160822.775000', '160823.232000', '160823.684000', '160824.145000', '160824.617000', '160825.063000', '160825.529000', '160825.983000', '160826.451000', '160826.920000', '160827.375000', '160827.831000', '160828.299000', '160828.758000', '160829.212000', '160829.673000', '160830.125000', '160830.595000', '160831.047000', '160831.516000', '160832.032000', '160832.424000', '160832.894000', '160833.353000', '160833.802000', '160834.262000', '160834.736000', '160835.190000', '160835.681000', '160836.107000', '160836.582000', '160837.031000', '160837.526000', '160837.947000', '160838.411000', '160838.873000', '160839.327000', '160839.800000', '160840.247000', '160840.713000', '160841.171000', '160841.668000', '160842.086000', '160842.554000', '160843.017000', '160843.466000', '160843.939000', '160844.401000', '160844.863000', '160845.312000', '160845.772000', '160846.239000', '160846.681000', '160847.157000', '160847.613000', '160848.074000', '160848.541000', '160848.988000', '160849.455000', '160849.907000', '160850.365000', '160850.839000', '160851.330000', '160851.747000', '160852.215000', '160852.666000', '160853.139000', '160853.644000', '160854.055000', '160854.504000', '160854.976000', '160855.426000', '160855.902000', '160856.362000', '160856.894000', '160857.265000', '160857.738000', '160858.202000', '160858.655000', '160859.107000', '160859.572000', '160900.031000', '160900.497000', '160900.952000', '160901.479000', '160901.882000', '160902.335000', '160902.783000', '160903.265000', '160903.754000', '160904.171000', '160904.632000', '160905.094000', '160905.564000', '160906.009000', '160906.482000', '160906.934000', '160907.386000', '160907.864000', '160908.320000', '160908.775000', '160909.234000', '160909.704000', '160910.158000', '160910.622000', '160911.080000', '160911.542000', '160911.992000', '160912.459000', '160912.910000', '160913.377000', '160913.836000', '160914.300000', '160914.752000', '160915.214000', '160915.717000', '160916.125000', '160916.584000', '160917.065000', '160917.522000', '160917.973000', '160918.437000', '160918.897000', '160919.364000', '160919.811000', '160920.266000', '160920.730000', '160921.199000', '160921.660000', '160922.122000', '160922.571000', '160923.069000', '160923.489000', '160923.961000', '160924.419000', '160924.888000', '160925.338000', '160925.806000', '160926.251000', '160926.724000', '160927.203000', '160927.645000', '160928.099000', '160928.561000', '160929.019000', '160929.479000', '160929.935000', '160930.389000', '160930.864000', '160931.325000', '160931.775000', '160932.253000', '160932.697000', '160933.147000', '160933.608000', '160934.086000', '160934.532000', '160935.022000', '160935.489000', '160935.923000', '160936.381000', '160936.839000', '160937.289000', '160937.749000', '160938.223000', '160938.669000', '160939.139000', '160939.605000', '160940.106000', '160940.515000', '160940.989000', '160941.435000', '160941.893000', '160942.396000', '160942.810000', '160943.269000', '160943.732000', '160944.205000', '160944.651000', '160945.122000', '160945.578000', '160946.043000', '160946.495000', '160946.967000', '160947.419000', '160947.882000', '160948.345000', '160948.823000', '160949.258000', '160949.716000', '160950.184000', '160950.629000', '160951.088000', '160951.553000', '160952.031000', '160952.484000', '160952.944000', '160953.396000', '160953.860000', '160954.325000', '160954.847000', '160955.243000', '160955.700000', '160956.147000', '160956.614000', '160957.117000', '160957.544000', '160958.040000', '160958.455000', '160958.921000', '160959.388000', '160959.833000', '161000.291000', '161000.759000', '161001.244000', '161001.672000', '161002.134000', '161002.610000', '161003.060000', '161003.514000', '161003.982000', '161004.474000', '161004.905000', '161005.360000', '161005.830000', '161006.282000', '161006.749000', '161007.198000', '161007.665000', '161008.118000', '161008.583000', '161009.040000', '161009.489000', '161009.980000', '161010.422000', '161010.882000', '161011.336000', '161011.822000', '161012.270000', '161012.727000', '161013.179000', '161013.642000', '161014.095000', '161014.551000', '161015.012000', '161015.470000', '161015.934000', '161016.401000', '161016.871000', '161017.328000', '161017.788000', '161018.248000', '161018.705000', '161019.164000', '161019.629000', '161020.090000', '161020.543000', '161020.996000', '161021.472000', '161021.929000', '161022.378000', '161022.843000', '161023.308000', '161023.766000', '161024.223000', '161024.681000', '161025.149000', '161025.598000', '161026.065000', '161026.545000', '161026.987000', '161027.485000', '161027.894000', '161028.361000', '161028.833000', '161029.283000', '161029.738000', '161030.202000', '161030.656000', '161031.180000', '161031.583000', '161032.048000', '161032.500000', '161032.963000', '161033.427000', '161033.921000', '161034.347000', '161034.803000', '161035.255000', '161035.732000', '161036.175000', '161036.646000', '161037.110000', '161037.563000', '161038.021000', '161038.507000', '161038.957000', '161039.401000', '161039.864000', '161040.329000', '161040.886000', '161041.239000', '161041.706000', '161042.167000', '161042.621000', '161043.073000', '161043.546000', '161044.016000', '161044.459000', '161044.926000', '161045.413000', '161045.901000', '161046.313000', '161046.768000', '161047.226000', '161047.686000', '161048.132000', '161048.607000', '161049.062000', '161049.528000', '161049.983000', '161050.459000', '161050.909000', '161051.376000', '161051.827000', '161052.284000', '161052.742000', '161053.195000', '161053.666000', '161054.173000', '161054.587000', '161055.050000', '161055.529000', '161055.976000', '161056.421000', '161056.945000', '161057.376000', '161057.796000', '161058.266000', '161058.728000', '161059.194000', '161059.642000', '161100.108000', '161100.604000', '161101.026000', '161101.489000', '161101.944000', '161102.406000', '161102.868000', '161103.317000', '161103.786000', '161104.247000', '161104.712000', '161105.180000', '161105.628000', '161106.079000', '161106.540000', '161107.011000', '161107.466000', '161107.929000', '161108.377000', '161108.852000', '161109.338000', '161109.760000', '161110.218000', '161110.684000', '161111.148000', '161111.619000', '161112.096000', '161112.528000', '161112.980000', '161113.449000', '161113.910000', '161114.368000', '161114.833000', '161115.347000', '161115.748000', '161116.202000', '161116.672000', '161117.126000', '161117.592000', '161118.059000', '161118.504000', '161118.971000', '161119.425000', '161119.896000', '161120.345000', '161120.803000', '161121.269000', '161121.728000', '161122.190000', '161122.658000', '161123.109000', '161123.570000', '161124.023000', '161124.479000', '161124.956000', '161125.407000', '161125.875000', '161126.330000', '161126.793000', '161127.256000', '161127.709000', '161128.168000', '161128.638000', '161129.092000', '161129.551000', '161130.007000', '161130.475000', '161130.932000', '161131.382000', '161131.847000', '161132.352000', '161132.759000', '161133.231000', '161133.684000', '161134.144000', '161134.609000', '161135.074000', '161135.531000', '161135.989000', '161136.439000', '161136.910000', '161137.371000', '161137.826000', '161138.288000', '161138.749000', '161139.262000', '161139.662000', '161140.167000', '161140.595000', '161141.053000', '161141.502000', '161141.966000', '161142.436000', '161142.891000', '161143.343000', '161143.801000', '161144.278000', '161144.732000', '161145.198000', '161145.652000', '161146.114000', '161146.576000', '161147.023000', '161147.499000', '161147.960000', '161148.405000', '161148.865000', '161149.319000', '161149.791000', '161150.288000', '161150.714000', '161151.173000', '161151.637000', '161152.084000', '161152.560000', '161153.020000', '161153.471000', '161153.926000', '161154.390000', '161154.849000', '161155.319000', '161155.766000', '161156.290000', '161156.684000', '161157.158000', '161157.604000', '161158.073000', '161158.536000', '161158.993000', '161159.466000', '161159.937000', '161200.364000', '161200.866000', '161201.327000', '161201.752000', '161202.255000', '161202.676000', '161203.136000', '161203.621000', '161204.049000', '161204.516000', '161204.982000', '161205.431000', '161205.882000', '161206.350000', '161206.817000', '161207.283000', '161207.736000', '161208.196000', '161208.659000', '161209.117000', '161209.581000', '161210.029000', '161210.500000', '161210.945000', '161211.411000', '161211.912000', '161212.343000', '161212.795000', '161213.254000', '161213.712000', '161214.175000', '161214.631000', '161215.095000', '161215.550000', '161216.010000', '161216.468000', '161216.998000', '161217.426000', '161217.858000', '161218.315000', '161218.767000', '161219.235000', '161219.696000', '161220.148000', '161220.615000', '161221.074000', '161221.526000', '161222.002000', '161222.466000', '161222.914000', '161223.387000', '161223.880000', '161224.295000', '161224.756000', '161225.240000', '161225.690000', '161226.145000', '161226.626000', '161227.050000', '161227.533000', '161227.983000', '161228.439000', '161228.901000', '161229.362000', '161229.812000', '161230.268000', '161230.742000', '161231.194000', '161231.649000', '161232.159000', '161232.587000', '161233.028000', '161233.499000', '161233.951000', '161234.419000', '161235.006000', '161235.331000', '161235.809000', '161236.257000', '161236.710000', '161237.184000', '161237.640000', '161238.098000', '161238.551000', '161239.033000', '161239.482000', '161239.942000', '161240.398000', '161240.856000', '161241.355000', '161241.781000', '161242.243000', '161242.698000', '161243.150000', '161243.625000', '161244.082000', '161244.540000', '161244.993000', '161245.455000', '161245.910000', '161246.380000', '161247.054000', '161247.293000', '161247.758000', '161248.226000', '161248.683000', '161249.132000', '161249.602000', '161250.081000', '161250.521000', '161250.995000', '161251.441000', '161251.892000', '161252.369000', '161252.820000', '161253.280000', '161253.732000', '161254.201000', '161254.651000', '161255.122000', '161255.581000', '161256.037000', '161256.507000', '161256.956000', '161257.412000', '161257.920000', '161258.350000', '161258.795000', '161259.268000', '161259.726000', '161300.184000', '161300.641000', '161301.107000', '161301.553000', '161302.021000', '161302.476000', '161302.953000', '161303.395000', '161303.867000', '161304.318000', '161304.787000', '161305.234000', '161305.702000', '161306.169000', '161306.616000', '161307.081000', '161307.539000', '161307.997000', '161308.471000', '161308.968000', '161309.383000', '161309.835000', '161310.310000', '161310.771000', '161311.226000', '161311.692000', '161312.142000', '161312.604000', '161313.070000', '161313.527000', '161313.982000', '161314.442000', '161314.906000', '161315.364000', '161315.829000', '161316.286000', '161316.751000', '161317.206000', '161317.669000', '161318.117000', '161318.586000', '161319.044000', '161319.513000', '161319.996000', '161320.428000', '161320.918000', '161321.354000', '161321.847000', '161322.303000', '161322.722000', '161323.176000', '161323.644000', '161324.115000', '161324.560000', '161325.058000', '161325.487000', '161325.948000', '161326.413000', '161326.867000', '161327.325000', '161327.791000', '161328.245000', '161328.711000', '161329.153000', '161329.668000', '161330.092000', '161330.547000', '161331.014000', '161331.502000', '161331.923000', '161332.386000', '161332.975000', '161333.296000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [771, 601, 671, 720, 574, 703, 552, 806, 630, 848, 837, 672, 973, 816, 558, 654, 552, 563, 627, 552, 750, 561, 810, 570, 841, 569, 736, 792, 570, 867, 672, 553, 613, 580, 681, 550, 648, 654, 567, 719, 620, 551, 687, 553, 714, 574, 558, 677, 562, 743, 643, 704, 616, 563, 697, 575, 806, 719, 661, 664, 547, 677, 555, 687, 568, 562, 670, 556, 718, 650, 751, 669, 539, 695, 582, 790, 642, 663, 769, 672, 721, 630, 545, 708, 600, 790, 674, 546, 716, 564, 850, 733, 652, 859, 678, 542, 686, 518, 579, 652, 554, 664, 641, 565, 834, 716, 631, 879, 589, 837, 609, 772, 644, 682, 794, 628, 881, 585, 544, 632, 539, 570, 739, 739, 815, 542, 596, 613, 537, 524, 640, 575, 690, 599, 755, 679, 839, 741, 642, 890, 621, 776, 571, 548, 700, 583, 867, 572, 774, 564, 545, 661, 575, 796, 646, 697, 581, 560, 626, 569, 720, 654, 862, 676, 548, 641, 578, 725, 596, 694, 624, 558, 657, 561, 843, 671, 610, 712, 612, 836, 611, 548, 704, 546, 688, 558, 751, 593, 898, 721, 550, 633, 556, 656, 595, 853, 619, 579, 641, 538, 713, 579, 835, 612, 517, 671, 538, 705, 661, 789, 670, 555, 671, 576, 828, 622, 707, 704, 536, 739, 563, 755, 635, 633, 774, 717, 928, 656, 527, 660, 571, 930, 707, 695, 785, 589, 797, 629, 946, 726, 905, 740, 588, 615, 552, 643, 568, 848, 668, 540, 676, 565, 662, 554, 565, 725, 789, 659, 552, 654, 551, 539, 631, 527, 654, 609, 623, 710, 553, 738, 558, 769, 619, 855, 702, 806, 608, 506, 639, 551, 775, 727, 639, 600, 538, 620, 535, 773, 705, 720, 606, 547, 615, 567, 772, 647, 670, 739, 624, 832, 564, 522, 628, 547, 747, 693, 909, 724, 540, 601, 546, 709, 566, 800, 694, 692, 583, 521, 716, 612, 881, 566, 546, 612, 557, 731, 570, 821, 566, 584, 679, 539, 869, 579, 507, 601, 542, 653, 584, 728, 686, 780, 625, 543, 649, 561, 796, 611, 761, 686, 556, 633, 569, 743, 714, 895, 655, 563, 606, 547, 772, 735, 923, 692, 526, 602, 532, 762, 645, 680, 587, 563, 605, 552, 806, 719, 608, 767, 632, 725, 571, 550, 610, 546, 744, 543, 747, 539, 677, 568, 843, 695, 564, 772, 644, 524, 605, 564, 817, 699, 747, 770, 620, 783, 570, 525, 612, 682, 654, 775, 677, 724, 658, 516, 773, 649, 549, 553, 481, 537, 668, 558, 684, 678, 813, 712, 555, 850, 593, 538, 643, 563, 786, 603, 528, 723, 620, 895, 565, 541, 674, 579, 513, 649, 559, 842, 655, 601, 604, 571, 639, 702, 582, 828, 696, 529, 636, 541, 708, 571, 847, 707, 925, 729, 596, 603, 501, 676, 581, 820, 759, 524, 619, 542, 666, 589, 902, 698, 546, 621, 541, 662, 549, 812, 580, 683, 546, 731, 617, 629, 624, 552, 600, 566, 564, 699, 661, 871, 603, 534, 619, 531, 773, 621, 813, 659, 862, 554, 916, 667, 821, 640, 565, 637, 518, 698, 579, 727, 586, 540, 672, 588, 730, 630, 536, 672, 554, 785, 722, 803, 711, 555, 674, 567, 608, 832, 615, 738, 642, 878, 557, 915, 580, 884, 675, 651, 791, 510, 575, 568, 519, 656, 645, 871, 662, 555, 618, 563, 688, 606, 905, 658, 576, 613, 529, 761, 662, 839, 629, 525, 612, 554, 771, 807, 564, 753, 562, 717, 576, 521, 731, 565, 885, 573, 544, 637, 550, 789, 707, 609, 599, 541, 737, 660, 864, 681, 597, 592, 553, 741, 570, 749, 759, 554, 757, 535, 522, 599, 774, 932, 839, 688, 553, 507, 560, 544, 504, 732, 554, 713, 545, 731, 534, 552, 749, 574, 773, 600, 775, 581, 856, 674, 834, 618, 536, 579, 517, 734, 526, 807, 507, 531, 562, 543, 659, 626, 590, 595, 504, 563, 574, 549, 784, 602, 776, 674, 846, 546, 533, 596, 549, 789, 674, 797, 542, 521, 550, 525, 526, 652, 839, 608, 758, 554, 700, 567, 739, 804, 583, 742, 533, 620, 543, 734, 636, 763, 629, 522, 571, 516, 582, 585, 583, 672, 534, 808, 526, 668, 568, 626, 871, 611, 766, 514, 624, 533, 690, 587, 895, 538, 663, 579, 562, 753, 538, 716, 517, 618, 538, 541, 644, 530, 714, 541, 816, 576, 707, 748, 544, 681, 531, 729, 558, 569, 689, 619, 718, 555, 531, 619, 552, 855, 628, 712, 594, 521, 602, 529, 895, 671, 509, 624, 544, 626, 557, 851, 635, 607, 574, 530, 572, 544, 611, 528, 780, 620, 539, 563, 518, 628, 627, 677, 604, 530, 701, 540, 824, 623, 672, 770, 629, 930, 548, 516, 577, 533, 723, 638, 858, 613, 773, 523, 563, 602, 539, 736, 717, 747, 643, 535, 522, 618, 554, 699, 605, 611, 760, 597, 898, 656, 545, 702, 558, 814, 783, 867, 716, 529, 624, 565, 531, 739, 556, 731, 678, 852, 555, 535, 589, 533, 778, 663, 598, 572, 538, 580, 556, 639, 587, 692, 569, 502, 581, 522, 696, 553, 646, 514, 686, 576, 505, 586, 519, 627, 534, 583, 717, 534, 733, 549, 695, 594, 603, 718, 560, 913, 540, 501, 573, 523, 656, 677], 'WindowCenter': [294.0, 291.0, 291.0, 291.0, 289.0, 289.0, 288.0, 290.0, 289.0, 290.0, 290.0, 289.0, 291.0, 290.0, 288.0, 289.0, 288.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 287.0, 289.0, 287.0, 288.0, 289.0, 287.0, 289.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 289.0, 288.0, 290.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 289.0, 290.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 289.0, 289.0, 288.0, 288.0, 289.0, 288.0, 290.0, 289.0, 288.0, 289.0, 288.0, 290.0, 290.0, 289.0, 292.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 289.0, 290.0, 290.0, 288.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 287.0, 288.0, 289.0, 289.0, 289.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 290.0, 289.0, 290.0, 289.0, 289.0, 290.0, 288.0, 289.0, 287.0, 286.0, 287.0, 287.0, 289.0, 288.0, 289.0, 287.0, 286.0, 287.0, 287.0, 289.0, 287.0, 288.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 289.0, 288.0, 287.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 290.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 288.0, 289.0, 288.0, 287.0, 287.0, 287.0, 287.0, 288.0, 289.0, 289.0, 288.0, 288.0, 286.0, 288.0, 288.0, 290.0, 288.0, 287.0, 289.0, 288.0, 289.0, 289.0, 290.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 289.0, 288.0, 289.0, 288.0, 290.0, 288.0, 288.0, 290.0, 289.0, 291.0, 289.0, 287.0, 288.0, 288.0, 290.0, 289.0, 289.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 289.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 289.0, 289.0, 287.0, 287.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 290.0, 289.0, 290.0, 288.0, 289.0, 288.0, 289.0, 287.0, 286.0, 288.0, 288.0, 289.0, 289.0, 288.0, 288.0, 287.0, 287.0, 287.0, 289.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 290.0, 288.0, 287.0, 288.0, 287.0, 289.0, 289.0, 289.0, 288.0, 287.0, 287.0, 286.0, 288.0, 287.0, 289.0, 288.0, 288.0, 287.0, 286.0, 288.0, 287.0, 289.0, 287.0, 287.0, 287.0, 287.0, 289.0, 288.0, 289.0, 287.0, 288.0, 289.0, 288.0, 290.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 290.0, 289.0, 290.0, 288.0, 288.0, 289.0, 288.0, 290.0, 289.0, 290.0, 289.0, 288.0, 289.0, 288.0, 290.0, 290.0, 290.0, 289.0, 288.0, 288.0, 287.0, 289.0, 289.0, 290.0, 289.0, 287.0, 288.0, 287.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 288.0, 290.0, 289.0, 290.0, 288.0, 288.0, 288.0, 288.0, 290.0, 288.0, 290.0, 288.0, 289.0, 288.0, 290.0, 289.0, 288.0, 290.0, 289.0, 288.0, 289.0, 289.0, 290.0, 289.0, 289.0, 290.0, 288.0, 290.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 289.0, 288.0, 288.0, 288.0, 286.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 287.0, 289.0, 288.0, 287.0, 288.0, 287.0, 289.0, 287.0, 286.0, 289.0, 288.0, 290.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 290.0, 289.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 291.0, 290.0, 288.0, 290.0, 289.0, 290.0, 288.0, 290.0, 289.0, 289.0, 288.0, 288.0, 288.0, 287.0, 289.0, 288.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 290.0, 289.0, 287.0, 288.0, 288.0, 288.0, 288.0, 289.0, 287.0, 287.0, 287.0, 290.0, 289.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 290.0, 288.0, 288.0, 288.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 287.0, 287.0, 287.0, 286.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 290.0, 290.0, 290.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 290.0, 289.0, 290.0, 288.0, 290.0, 288.0, 289.0, 288.0, 287.0, 289.0, 287.0, 287.0, 287.0, 287.0, 288.0, 288.0, 290.0, 288.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 288.0, 287.0, 288.0, 287.0, 289.0, 288.0, 289.0, 288.0, 287.0, 287.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 287.0, 287.0, 289.0, 288.0, 291.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 289.0, 287.0, 287.0, 287.0, 289.0, 289.0, 289.0, 287.0, 287.0, 286.0, 287.0, 287.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 287.0, 289.0, 287.0, 289.0, 288.0, 289.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 289.0, 287.0, 287.0, 287.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 290.0, 289.0, 290.0, 288.0, 288.0, 287.0, 287.0, 289.0, 288.0, 289.0, 287.0, 287.0, 287.0, 287.0, 288.0, 289.0, 290.0, 288.0, 289.0, 288.0, 288.0, 287.0, 288.0, 289.0, 287.0, 288.0, 287.0, 287.0, 286.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 287.0, 289.0, 287.0, 289.0, 286.0, 287.0, 287.0, 287.0, 287.0, 289.0, 288.0, 288.0, 287.0, 287.0, 289.0, 287.0, 289.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 288.0, 290.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 287.0, 287.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 290.0, 288.0, 289.0, 288.0, 287.0, 287.0, 287.0, 289.0, 288.0, 286.0, 288.0, 288.0, 287.0, 287.0, 289.0, 287.0, 287.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 289.0, 288.0, 287.0, 287.0, 287.0, 288.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 287.0, 290.0, 287.0, 287.0, 287.0, 287.0, 288.0, 288.0, 289.0, 287.0, 289.0, 287.0, 287.0, 287.0, 288.0, 290.0, 290.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 290.0, 288.0, 287.0, 288.0, 287.0, 289.0, 289.0, 289.0, 288.0, 287.0, 288.0, 287.0, 286.0, 287.0, 286.0, 287.0, 287.0, 288.0, 286.0, 285.0, 286.0, 286.0, 288.0, 287.0, 287.0, 287.0, 286.0, 287.0, 288.0, 288.0, 287.0, 288.0, 287.0, 286.0, 287.0, 286.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 286.0, 287.0, 287.0, 288.0, 288.0, 288.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 287.0, 290.0, 287.0, 287.0, 288.0, 288.0, 288.0, 289.0], 'WindowWidth': [643.0, 638.0, 637.0, 636.0, 633.0, 634.0, 632.0, 634.0, 634.0, 634.0, 634.0, 633.0, 636.0, 635.0, 632.0, 633.0, 631.0, 630.0, 631.0, 630.0, 631.0, 630.0, 632.0, 630.0, 632.0, 630.0, 631.0, 632.0, 630.0, 632.0, 631.0, 630.0, 631.0, 631.0, 632.0, 630.0, 632.0, 632.0, 630.0, 633.0, 631.0, 631.0, 633.0, 632.0, 634.0, 631.0, 631.0, 632.0, 631.0, 633.0, 632.0, 633.0, 632.0, 630.0, 632.0, 630.0, 633.0, 632.0, 632.0, 632.0, 630.0, 632.0, 631.0, 632.0, 631.0, 631.0, 633.0, 632.0, 633.0, 633.0, 634.0, 633.0, 632.0, 633.0, 632.0, 633.0, 632.0, 632.0, 633.0, 633.0, 633.0, 632.0, 632.0, 633.0, 633.0, 634.0, 633.0, 631.0, 633.0, 632.0, 635.0, 635.0, 634.0, 638.0, 634.0, 633.0, 634.0, 632.0, 632.0, 632.0, 632.0, 634.0, 633.0, 633.0, 636.0, 635.0, 633.0, 635.0, 632.0, 634.0, 631.0, 632.0, 631.0, 631.0, 633.0, 631.0, 634.0, 631.0, 631.0, 632.0, 630.0, 631.0, 633.0, 633.0, 633.0, 630.0, 631.0, 632.0, 632.0, 632.0, 632.0, 632.0, 634.0, 634.0, 634.0, 633.0, 634.0, 633.0, 634.0, 635.0, 631.0, 632.0, 629.0, 629.0, 630.0, 630.0, 633.0, 631.0, 633.0, 630.0, 629.0, 631.0, 630.0, 632.0, 631.0, 631.0, 630.0, 629.0, 629.0, 629.0, 631.0, 631.0, 633.0, 632.0, 630.0, 631.0, 631.0, 631.0, 632.0, 632.0, 631.0, 630.0, 632.0, 631.0, 634.0, 633.0, 632.0, 633.0, 632.0, 635.0, 632.0, 630.0, 633.0, 630.0, 632.0, 630.0, 632.0, 631.0, 633.0, 632.0, 630.0, 631.0, 630.0, 630.0, 631.0, 634.0, 634.0, 632.0, 632.0, 629.0, 632.0, 631.0, 635.0, 632.0, 631.0, 633.0, 631.0, 633.0, 633.0, 634.0, 633.0, 633.0, 633.0, 633.0, 634.0, 634.0, 633.0, 634.0, 632.0, 633.0, 632.0, 634.0, 632.0, 632.0, 634.0, 633.0, 636.0, 633.0, 631.0, 632.0, 631.0, 635.0, 633.0, 633.0, 634.0, 631.0, 634.0, 632.0, 633.0, 632.0, 633.0, 632.0, 630.0, 630.0, 630.0, 630.0, 630.0, 633.0, 632.0, 630.0, 632.0, 630.0, 632.0, 632.0, 632.0, 633.0, 632.0, 630.0, 630.0, 632.0, 631.0, 632.0, 633.0, 632.0, 632.0, 632.0, 632.0, 633.0, 632.0, 634.0, 633.0, 634.0, 632.0, 633.0, 632.0, 632.0, 631.0, 629.0, 632.0, 631.0, 633.0, 633.0, 632.0, 631.0, 630.0, 631.0, 630.0, 632.0, 632.0, 632.0, 631.0, 630.0, 632.0, 631.0, 633.0, 632.0, 632.0, 633.0, 632.0, 635.0, 632.0, 631.0, 632.0, 630.0, 633.0, 633.0, 634.0, 632.0, 630.0, 631.0, 629.0, 631.0, 630.0, 632.0, 631.0, 631.0, 629.0, 629.0, 631.0, 631.0, 633.0, 630.0, 630.0, 630.0, 630.0, 633.0, 631.0, 633.0, 630.0, 631.0, 633.0, 632.0, 635.0, 633.0, 631.0, 632.0, 631.0, 632.0, 633.0, 634.0, 634.0, 634.0, 633.0, 632.0, 633.0, 633.0, 634.0, 634.0, 634.0, 633.0, 633.0, 633.0, 633.0, 634.0, 634.0, 635.0, 633.0, 631.0, 631.0, 630.0, 634.0, 633.0, 635.0, 633.0, 630.0, 631.0, 630.0, 633.0, 632.0, 633.0, 632.0, 632.0, 631.0, 631.0, 634.0, 633.0, 632.0, 634.0, 634.0, 634.0, 632.0, 632.0, 632.0, 631.0, 634.0, 632.0, 634.0, 633.0, 633.0, 632.0, 635.0, 633.0, 631.0, 634.0, 633.0, 632.0, 634.0, 634.0, 635.0, 634.0, 633.0, 634.0, 633.0, 634.0, 632.0, 630.0, 631.0, 632.0, 631.0, 631.0, 632.0, 631.0, 632.0, 631.0, 633.0, 631.0, 632.0, 633.0, 629.0, 633.0, 634.0, 632.0, 633.0, 632.0, 633.0, 633.0, 631.0, 634.0, 632.0, 631.0, 631.0, 630.0, 632.0, 631.0, 629.0, 633.0, 632.0, 635.0, 631.0, 632.0, 632.0, 631.0, 630.0, 632.0, 632.0, 634.0, 634.0, 636.0, 633.0, 634.0, 632.0, 633.0, 631.0, 637.0, 635.0, 632.0, 635.0, 635.0, 635.0, 633.0, 635.0, 634.0, 634.0, 632.0, 633.0, 632.0, 631.0, 633.0, 631.0, 634.0, 634.0, 632.0, 632.0, 631.0, 632.0, 631.0, 635.0, 633.0, 630.0, 632.0, 631.0, 632.0, 632.0, 634.0, 630.0, 630.0, 630.0, 634.0, 634.0, 633.0, 633.0, 633.0, 632.0, 631.0, 631.0, 633.0, 633.0, 635.0, 632.0, 632.0, 632.0, 630.0, 633.0, 631.0, 634.0, 632.0, 633.0, 630.0, 633.0, 632.0, 633.0, 631.0, 630.0, 631.0, 629.0, 633.0, 631.0, 633.0, 632.0, 632.0, 633.0, 631.0, 633.0, 632.0, 631.0, 633.0, 632.0, 634.0, 634.0, 634.0, 633.0, 632.0, 633.0, 631.0, 631.0, 634.0, 633.0, 634.0, 634.0, 635.0, 631.0, 635.0, 631.0, 633.0, 631.0, 631.0, 632.0, 630.0, 631.0, 631.0, 630.0, 632.0, 632.0, 634.0, 632.0, 630.0, 631.0, 630.0, 632.0, 631.0, 633.0, 632.0, 631.0, 632.0, 630.0, 632.0, 632.0, 634.0, 632.0, 631.0, 631.0, 631.0, 632.0, 633.0, 631.0, 634.0, 631.0, 633.0, 631.0, 630.0, 633.0, 631.0, 636.0, 633.0, 632.0, 632.0, 631.0, 634.0, 633.0, 632.0, 632.0, 632.0, 633.0, 632.0, 633.0, 632.0, 633.0, 631.0, 631.0, 633.0, 631.0, 633.0, 633.0, 632.0, 634.0, 630.0, 630.0, 631.0, 633.0, 634.0, 632.0, 630.0, 629.0, 629.0, 630.0, 630.0, 631.0, 634.0, 631.0, 633.0, 631.0, 633.0, 631.0, 631.0, 633.0, 631.0, 633.0, 631.0, 632.0, 631.0, 633.0, 631.0, 632.0, 630.0, 628.0, 629.0, 629.0, 631.0, 630.0, 633.0, 630.0, 630.0, 630.0, 630.0, 632.0, 632.0, 632.0, 633.0, 632.0, 633.0, 633.0, 631.0, 634.0, 632.0, 634.0, 633.0, 635.0, 632.0, 631.0, 631.0, 630.0, 634.0, 632.0, 633.0, 630.0, 630.0, 631.0, 630.0, 631.0, 633.0, 635.0, 632.0, 634.0, 631.0, 632.0, 630.0, 632.0, 633.0, 630.0, 631.0, 630.0, 629.0, 629.0, 631.0, 630.0, 631.0, 630.0, 630.0, 630.0, 630.0, 630.0, 631.0, 631.0, 632.0, 630.0, 633.0, 630.0, 631.0, 630.0, 630.0, 633.0, 630.0, 632.0, 629.0, 630.0, 630.0, 630.0, 630.0, 633.0, 631.0, 632.0, 631.0, 630.0, 634.0, 630.0, 632.0, 630.0, 631.0, 630.0, 630.0, 632.0, 630.0, 633.0, 631.0, 635.0, 632.0, 633.0, 634.0, 631.0, 633.0, 631.0, 632.0, 631.0, 631.0, 633.0, 632.0, 633.0, 631.0, 632.0, 632.0, 631.0, 634.0, 632.0, 633.0, 631.0, 630.0, 631.0, 630.0, 633.0, 632.0, 629.0, 632.0, 631.0, 631.0, 630.0, 633.0, 631.0, 631.0, 632.0, 630.0, 631.0, 630.0, 631.0, 630.0, 632.0, 632.0, 630.0, 631.0, 630.0, 632.0, 632.0, 633.0, 632.0, 631.0, 633.0, 632.0, 633.0, 631.0, 632.0, 634.0, 631.0, 635.0, 630.0, 630.0, 631.0, 630.0, 632.0, 632.0, 633.0, 631.0, 632.0, 630.0, 630.0, 631.0, 631.0, 634.0, 634.0, 633.0, 632.0, 632.0, 632.0, 632.0, 632.0, 633.0, 631.0, 631.0, 633.0, 632.0, 635.0, 632.0, 630.0, 631.0, 630.0, 632.0, 632.0, 633.0, 632.0, 631.0, 632.0, 630.0, 628.0, 630.0, 628.0, 630.0, 630.0, 631.0, 628.0, 627.0, 628.0, 628.0, 631.0, 630.0, 629.0, 629.0, 629.0, 629.0, 631.0, 632.0, 630.0, 631.0, 629.0, 629.0, 629.0, 629.0, 632.0, 630.0, 631.0, 630.0, 630.0, 631.0, 629.0, 631.0, 630.0, 632.0, 632.0, 631.0, 633.0, 630.0, 633.0, 631.0, 633.0, 631.0, 631.0, 633.0, 630.0, 634.0, 630.0, 630.0, 631.0, 631.0, 632.0, 633.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.005185327963176065</td></tr>
<tr><td colspan=3>aqi</td><td>0.04291629666283084</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.91407399683177</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2778169362672802</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.050248218029953</td></tr>
<tr><td colspan=3>efc</td><td>0.4639</td></tr>
<tr><td colspan=3>fber</td><td>12773.2188</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12349925113473885</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.817031070195627</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.502253863434851</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.422846487689384</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.645733664193521</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.438181438421648</td></tr>
<tr><td colspan=3>gcor</td><td>0.00599404</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005758181679993868</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030026666820049286</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.312242485598497</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.2545</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>1.7709</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>9.8579</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>2.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298781.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>21.5869</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3613</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>35.376</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>239.8147</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>251.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>58.206</td></tr>
<tr><td colspan=3>tsnr</td><td>34.695111298933625</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>