<?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-0023_ses-01_task-social_acq-mb8_run-06_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-0023_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0023_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_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-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_ses-01_task-social_acq-mb8_run-06_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-0023/ses-01/func/sub-0023_ses-01_task-social_acq-mb8_run-06_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>7a9ca3f434070927532773c4cd44f750</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>13:35:1.312500</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.999658, 0.0257676, 0.0044735, -0.0246056, 0.984613, -0.173007]</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.253</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-06_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.0968478</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>52</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7726, -7283, 583, 39, -185, -25, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>264.151</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>07709d8b-b70f-4e11-8827-81139bc0e99b||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.682009220123291, -0.06601512432098389, 0.02392912097275257, 115.96207427978516], [-0.06913270801305771, 2.6416454315185547, -0.46666061878204346, -78.4065170288086], [0.012002070434391499, 0.4641638696193695, 2.6592583656311035, -98.35967254638672], [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': ['133501.312500', '133501.772500', '133502.232500', '133502.692500', '133503.152500', '133503.612500', '133504.072500', '133504.532500', '133504.992500', '133505.452500', '133505.912500', '133506.372500', '133506.832500', '133507.292500', '133507.752500', '133508.212500', '133508.672500', '133509.132500', '133509.592500', '133510.052500', '133510.512500', '133510.972500', '133511.432500', '133511.892500', '133512.352500', '133512.812500', '133513.272500', '133513.732500', '133514.192500', '133514.652500', '133515.112500', '133515.572500', '133516.032500', '133516.492500', '133516.952500', '133517.412500', '133517.872500', '133518.332500', '133518.792500', '133519.252500', '133519.712500', '133520.172500', '133520.632500', '133521.092500', '133521.552500', '133522.012500', '133522.472500', '133522.932500', '133523.392500', '133523.852500', '133524.312500', '133524.772500', '133525.232500', '133525.692500', '133526.152500', '133526.612500', '133527.072500', '133527.532500', '133527.992500', '133528.452500', '133528.912500', '133529.372500', '133529.832500', '133530.292500', '133530.752500', '133531.212500', '133531.672500', '133532.132500', '133532.592500', '133533.052500', '133533.512500', '133533.972500', '133534.432500', '133534.892500', '133535.352500', '133535.812500', '133536.272500', '133536.732500', '133537.192500', '133537.652500', '133538.112500', '133538.572500', '133539.032500', '133539.492500', '133539.952500', '133540.412500', '133540.872500', '133541.332500', '133541.792500', '133542.252500', '133542.712500', '133543.172500', '133543.632500', '133544.092500', '133544.552500', '133545.012500', '133545.472500', '133545.932500', '133546.392500', '133546.852500', '133547.312500', '133547.772500', '133548.232500', '133548.692500', '133549.152500', '133549.612500', '133550.072500', '133550.532500', '133550.992500', '133551.452500', '133551.912500', '133552.372500', '133552.832500', '133553.292500', '133553.752500', '133554.212500', '133554.672500', '133555.132500', '133555.592500', '133556.052500', '133556.512500', '133556.972500', '133557.432500', '133557.892500', '133558.352500', '133558.812500', '133559.272500', '133559.732500', '133600.192500', '133600.652500', '133601.112500', '133601.572500', '133602.032500', '133602.492500', '133602.952500', '133603.412500', '133603.872500', '133604.332500', '133604.792500', '133605.252500', '133605.712500', '133606.172500', '133606.632500', '133607.092500', '133607.552500', '133608.012500', '133608.472500', '133608.932500', '133609.392500', '133609.852500', '133610.312500', '133610.772500', '133611.232500', '133611.692500', '133612.152500', '133612.612500', '133613.072500', '133613.532500', '133613.992500', '133614.452500', '133614.912500', '133615.372500', '133615.832500', '133616.292500', '133616.752500', '133617.212500', '133617.672500', '133618.132500', '133618.592500', '133619.052500', '133619.512500', '133619.972500', '133620.432500', '133620.892500', '133621.352500', '133621.812500', '133622.272500', '133622.732500', '133623.192500', '133623.652500', '133624.112500', '133624.572500', '133625.032500', '133625.492500', '133625.952500', '133626.412500', '133626.872500', '133627.332500', '133627.792500', '133628.252500', '133628.712500', '133629.172500', '133629.632500', '133630.092500', '133630.552500', '133631.012500', '133631.472500', '133631.932500', '133632.392500', '133632.852500', '133633.312500', '133633.772500', '133634.232500', '133634.692500', '133635.152500', '133635.612500', '133636.072500', '133636.532500', '133636.992500', '133637.452500', '133637.912500', '133638.372500', '133638.832500', '133639.292500', '133639.752500', '133640.212500', '133640.672500', '133641.132500', '133641.592500', '133642.052500', '133642.512500', '133642.972500', '133643.432500', '133643.892500', '133644.352500', '133644.812500', '133645.272500', '133645.732500', '133646.192500', '133646.652500', '133647.112500', '133647.572500', '133648.032500', '133648.492500', '133648.952500', '133649.412500', '133649.872500', '133650.332500', '133650.792500', '133651.252500', '133651.712500', '133652.172500', '133652.632500', '133653.092500', '133653.552500', '133654.012500', '133654.472500', '133654.932500', '133655.392500', '133655.852500', '133656.312500', '133656.772500', '133657.232500', '133657.692500', '133658.152500', '133658.612500', '133659.072500', '133659.532500', '133659.992500', '133700.452500', '133700.912500', '133701.372500', '133701.832500', '133702.292500', '133702.752500', '133703.212500', '133703.672500', '133704.132500', '133704.592500', '133705.052500', '133705.512500', '133705.972500', '133706.432500', '133706.892500', '133707.352500', '133707.812500', '133708.272500', '133708.732500', '133709.192500', '133709.652500', '133710.112500', '133710.572500', '133711.032500', '133711.492500', '133711.952500', '133712.412500', '133712.872500', '133713.332500', '133713.792500', '133714.252500', '133714.712500', '133715.172500', '133715.632500', '133716.092500', '133716.552500', '133717.012500', '133717.472500', '133717.932500', '133718.392500', '133718.852500', '133719.312500', '133719.772500', '133720.232500', '133720.692500', '133721.152500', '133721.612500', '133722.072500', '133722.532500', '133722.992500', '133723.452500', '133723.912500', '133724.372500', '133724.832500', '133725.292500', '133725.752500', '133726.212500', '133726.672500', '133727.132500', '133727.592500', '133728.052500', '133728.512500', '133728.972500', '133729.432500', '133729.892500', '133730.352500', '133730.812500', '133731.272500', '133731.732500', '133732.192500', '133732.652500', '133733.112500', '133733.572500', '133734.032500', '133734.492500', '133734.952500', '133735.412500', '133735.872500', '133736.332500', '133736.792500', '133737.252500', '133737.712500', '133738.172500', '133738.632500', '133739.092500', '133739.552500', '133740.012500', '133740.472500', '133740.932500', '133741.392500', '133741.852500', '133742.312500', '133742.772500', '133743.232500', '133743.692500', '133744.152500', '133744.612500', '133745.072500', '133745.532500', '133745.992500', '133746.452500', '133746.912500', '133747.372500', '133747.832500', '133748.292500', '133748.752500', '133749.212500', '133749.672500', '133750.132500', '133750.592500', '133751.052500', '133751.512500', '133751.972500', '133752.432500', '133752.892500', '133753.352500', '133753.812500', '133754.272500', '133754.732500', '133755.192500', '133755.652500', '133756.112500', '133756.572500', '133757.032500', '133757.492500', '133757.952500', '133758.412500', '133758.872500', '133759.332500', '133759.792500', '133800.252500', '133800.712500', '133801.172500', '133801.632500', '133802.092500', '133802.552500', '133803.012500', '133803.472500', '133803.932500', '133804.392500', '133804.852500', '133805.312500', '133805.772500', '133806.232500', '133806.692500', '133807.152500', '133807.612500', '133808.072500', '133808.532500', '133808.992500', '133809.452500', '133809.912500', '133810.372500', '133810.832500', '133811.292500', '133811.752500', '133812.212500', '133812.672500', '133813.132500', '133813.592500', '133814.052500', '133814.512500', '133814.972500', '133815.432500', '133815.892500', '133816.352500', '133816.812500', '133817.272500', '133817.732500', '133818.192500', '133818.652500', '133819.112500', '133819.572500', '133820.032500', '133820.492500', '133820.952500', '133821.412500', '133821.872500', '133822.332500', '133822.792500', '133823.252500', '133823.712500', '133824.172500', '133824.632500', '133825.092500', '133825.552500', '133826.012500', '133826.472500', '133826.932500', '133827.392500', '133827.852500', '133828.312500', '133828.772500', '133829.232500', '133829.692500', '133830.152500', '133830.612500', '133831.072500', '133831.532500', '133831.992500', '133832.452500', '133832.912500', '133833.372500', '133833.832500', '133834.292500', '133834.752500', '133835.212500', '133835.672500', '133836.132500', '133836.592500', '133837.052500', '133837.512500', '133837.972500', '133838.432500', '133838.892500', '133839.352500', '133839.812500', '133840.272500', '133840.732500', '133841.192500', '133841.652500', '133842.112500', '133842.572500', '133843.032500', '133843.492500', '133843.952500', '133844.412500', '133844.872500', '133845.332500', '133845.792500', '133846.252500', '133846.712500', '133847.172500', '133847.632500', '133848.092500', '133848.552500', '133849.012500', '133849.472500', '133849.932500', '133850.392500', '133850.852500', '133851.312500', '133851.772500', '133852.232500', '133852.692500', '133853.152500', '133853.612500', '133854.072500', '133854.532500', '133854.992500', '133855.452500', '133855.912500', '133856.372500', '133856.832500', '133857.292500', '133857.752500', '133858.212500', '133858.672500', '133859.132500', '133859.592500', '133900.052500', '133900.512500', '133900.972500', '133901.432500', '133901.892500', '133902.352500', '133902.812500', '133903.272500', '133903.732500', '133904.192500', '133904.652500', '133905.112500', '133905.572500', '133906.032500', '133906.492500', '133906.952500', '133907.412500', '133907.872500', '133908.332500', '133908.792500', '133909.252500', '133909.712500', '133910.172500', '133910.632500', '133911.092500', '133911.552500', '133912.012500', '133912.472500', '133912.932500', '133913.392500', '133913.852500', '133914.312500', '133914.772500', '133915.232500', '133915.692500', '133916.152500', '133916.612500', '133917.072500', '133917.532500', '133917.992500', '133918.452500', '133918.912500', '133919.372500', '133919.832500', '133920.292500', '133920.752500', '133921.212500', '133921.672500', '133922.132500', '133922.592500', '133923.052500', '133923.512500', '133923.972500', '133924.432500', '133924.892500', '133925.352500', '133925.812500', '133926.272500', '133926.732500', '133927.192500', '133927.652500', '133928.112500', '133928.572500', '133929.032500', '133929.492500', '133929.952500', '133930.412500', '133930.872500', '133931.332500', '133931.792500', '133932.252500', '133932.712500', '133933.172500', '133933.632500', '133934.092500', '133934.552500', '133935.012500', '133935.472500', '133935.932500', '133936.392500', '133936.852500', '133937.312500', '133937.772500', '133938.232500', '133938.692500', '133939.152500', '133939.612500', '133940.072500', '133940.532500', '133940.992500', '133941.452500', '133941.912500', '133942.372500', '133942.832500', '133943.292500', '133943.752500', '133944.212500', '133944.672500', '133945.132500', '133945.592500', '133946.052500', '133946.512500', '133946.972500', '133947.432500', '133947.892500', '133948.352500', '133948.812500', '133949.272500', '133949.732500', '133950.192500', '133950.652500', '133951.112500', '133951.572500', '133952.032500', '133952.492500', '133952.952500', '133953.412500', '133953.872500', '133954.332500', '133954.792500', '133955.252500', '133955.712500', '133956.172500', '133956.632500', '133957.092500', '133957.552500', '133958.012500', '133958.472500', '133958.932500', '133959.392500', '133959.852500', '134000.312500', '134000.772500', '134001.232500', '134001.692500', '134002.152500', '134002.612500', '134003.072500', '134003.532500', '134003.992500', '134004.452500', '134004.912500', '134005.372500', '134005.832500', '134006.292500', '134006.752500', '134007.212500', '134007.672500', '134008.132500', '134008.592500', '134009.052500', '134009.512500', '134009.972500', '134010.432500', '134010.892500', '134011.352500', '134011.812500', '134012.272500', '134012.732500', '134013.192500', '134013.652500', '134014.112500', '134014.572500', '134015.032500', '134015.492500', '134015.952500', '134016.412500', '134016.872500', '134017.332500', '134017.792500', '134018.252500', '134018.712500', '134019.172500', '134019.632500', '134020.092500', '134020.552500', '134021.012500', '134021.472500', '134021.932500', '134022.392500', '134022.852500', '134023.312500', '134023.772500', '134024.232500', '134024.692500', '134025.152500', '134025.612500', '134026.072500', '134026.532500', '134026.992500', '134027.452500', '134027.912500', '134028.372500', '134028.832500', '134029.292500', '134029.752500', '134030.212500', '134030.672500', '134031.132500', '134031.592500', '134032.052500', '134032.512500', '134032.972500', '134033.432500', '134033.892500', '134034.352500', '134034.812500', '134035.272500', '134035.732500', '134036.192500', '134036.652500', '134037.112500', '134037.572500', '134038.032500', '134038.492500', '134038.952500', '134039.412500', '134039.872500', '134040.332500', '134040.792500', '134041.252500', '134041.712500', '134042.172500', '134042.632500', '134043.092500', '134043.552500', '134044.012500', '134044.472500', '134044.932500', '134045.392500', '134045.852500', '134046.312500', '134046.772500', '134047.232500', '134047.692500', '134048.152500', '134048.612500', '134049.072500', '134049.532500', '134049.992500', '134050.452500', '134050.912500', '134051.372500', '134051.832500', '134052.292500', '134052.752500', '134053.212500', '134053.672500', '134054.132500', '134054.592500', '134055.052500', '134055.512500', '134055.972500', '134056.432500', '134056.892500', '134057.352500', '134057.812500', '134058.272500', '134058.732500', '134059.192500', '134059.652500', '134100.112500', '134100.572500', '134101.032500', '134101.492500', '134101.952500', '134102.412500', '134102.872500', '134103.332500', '134103.792500', '134104.252500', '134104.712500', '134105.172500', '134105.632500', '134106.092500', '134106.552500', '134107.012500', '134107.472500', '134107.932500', '134108.392500', '134108.852500', '134109.312500', '134109.772500', '134110.232500', '134110.692500', '134111.152500', '134111.612500', '134112.072500', '134112.532500', '134112.992500', '134113.452500', '134113.912500', '134114.372500', '134114.832500', '134115.292500', '134115.752500', '134116.212500', '134116.672500', '134117.132500', '134117.592500', '134118.052500', '134118.512500', '134118.972500', '134119.432500', '134119.892500', '134120.352500', '134120.812500', '134121.272500', '134121.732500', '134122.192500', '134122.652500', '134123.112500', '134123.572500', '134124.032500', '134124.492500', '134124.952500', '134125.412500', '134125.872500', '134126.332500', '134126.792500', '134127.252500', '134127.712500', '134128.172500', '134128.632500', '134129.092500', '134129.552500', '134130.012500', '134130.472500', '134130.932500', '134131.392500', '134131.852500', '134132.312500', '134132.772500', '134133.232500', '134133.692500', '134134.152500', '134134.612500', '134135.072500', '134135.532500', '134135.992500', '134136.452500', '134136.912500', '134137.372500', '134137.832500', '134138.292500', '134138.752500', '134139.212500', '134139.672500', '134140.132500', '134140.592500', '134141.052500', '134141.512500', '134141.972500'], 'ContentTime': ['133504.771000', '133504.975000', '133505.240000', '133505.414000', '133505.653000', '133505.836000', '133506.047000', '133506.287000', '133506.445000', '133506.659000', '133506.859000', '133507.232000', '133507.651000', '133508.112000', '133508.603000', '133509.061000', '133509.512000', '133509.984000', '133510.450000', '133510.912000', '133511.355000', '133511.828000', '133512.285000', '133512.741000', '133513.216000', '133513.651000', '133514.120000', '133514.576000', '133515.047000', '133515.539000', '133515.962000', '133516.415000', '133516.887000', '133517.347000', '133517.799000', '133518.272000', '133518.719000', '133519.192000', '133519.634000', '133520.109000', '133520.557000', '133521.044000', '133521.495000', '133521.938000', '133522.397000', '133522.866000', '133523.324000', '133523.788000', '133524.237000', '133524.695000', '133525.172000', '133525.620000', '133526.092000', '133526.549000', '133527.005000', '133527.456000', '133527.936000', '133528.385000', '133528.847000', '133529.295000', '133529.792000', '133530.232000', '133530.672000', '133531.174000', '133531.604000', '133532.066000', '133532.532000', '133532.995000', '133533.450000', '133533.891000', '133534.366000', '133534.825000', '133535.286000', '133535.744000', '133536.210000', '133536.670000', '133537.124000', '133537.586000', '133538.035000', '133538.493000', '133538.955000', '133539.431000', '133539.892000', '133540.341000', '133540.805000', '133541.264000', '133541.719000', '133542.191000', '133542.705000', '133543.108000', '133543.554000', '133544.027000', '133544.486000', '133544.941000', '133545.403000', '133545.864000', '133546.333000', '133546.791000', '133547.239000', '133547.734000', '133548.172000', '133548.657000', '133549.077000', '133549.550000', '133549.997000', '133550.499000', '133550.915000', '133551.391000', '133551.839000', '133552.306000', '133552.757000', '133553.219000', '133553.684000', '133554.142000', '133554.606000', '133555.084000', '133555.531000', '133555.985000', '133556.446000', '133556.947000', '133557.373000', '133557.826000', '133558.295000', '133558.736000', '133559.204000', '133559.658000', '133600.121000', '133600.582000', '133601.039000', '133601.497000', '133601.957000', '133602.424000', '133602.876000', '133603.335000', '133603.844000', '133604.274000', '133604.727000', '133605.188000', '133605.633000', '133606.099000', '133606.556000', '133607.029000', '133607.479000', '133607.940000', '133608.407000', '133608.863000', '133609.315000', '133609.879000', '133610.246000', '133610.717000', '133611.172000', '133611.633000', '133612.079000', '133612.553000', '133613.017000', '133613.454000', '133613.971000', '133614.373000', '133614.874000', '133615.314000', '133615.786000', '133616.240000', '133616.678000', '133617.136000', '133617.616000', '133618.062000', '133618.573000', '133618.992000', '133619.453000', '133619.949000', '133620.357000', '133620.828000', '133621.275000', '133621.751000', '133622.193000', '133622.662000', '133623.134000', '133623.576000', '133624.047000', '133624.499000', '133624.997000', '133625.416000', '133625.879000', '133626.347000', '133626.809000', '133627.302000', '133627.731000', '133628.180000', '133628.644000', '133629.144000', '133629.556000', '133630.018000', '133630.492000', '133630.944000', '133631.406000', '133631.868000', '133632.370000', '133632.779000', '133633.242000', '133633.707000', '133634.176000', '133634.630000', '133635.096000', '133635.540000', '133636.000000', '133636.504000', '133636.926000', '133637.393000', '133637.845000', '133638.316000', '133638.777000', '133639.236000', '133639.697000', '133640.147000', '133640.600000', '133641.077000', '133641.524000', '133641.990000', '133642.442000', '133642.900000', '133643.372000', '133643.816000', '133644.322000', '133644.752000', '133645.202000', '133645.659000', '133646.132000', '133646.591000', '133647.037000', '133647.515000', '133647.961000', '133648.429000', '133648.893000', '133649.355000', '133649.821000', '133650.283000', '133650.736000', '133651.256000', '133651.647000', '133652.114000', '133652.563000', '133653.030000', '133653.489000', '133654.001000', '133654.416000', '133654.867000', '133655.331000', '133655.807000', '133656.257000', '133656.719000', '133657.175000', '133657.641000', '133658.098000', '133658.540000', '133659.003000', '133659.458000', '133659.921000', '133700.380000', '133700.839000', '133701.302000', '133701.765000', '133702.219000', '133702.740000', '133703.138000', '133703.604000', '133704.077000', '133704.520000', '133704.993000', '133705.440000', '133705.921000', '133706.369000', '133706.826000', '133707.297000', '133707.739000', '133708.214000', '133708.670000', '133709.133000', '133709.600000', '133710.093000', '133710.504000', '133710.974000', '133711.418000', '133711.891000', '133712.355000', '133712.802000', '133713.263000', '133713.757000', '133714.197000', '133714.645000', '133715.112000', '133715.598000', '133716.029000', '133716.482000', '133716.958000', '133717.404000', '133717.887000', '133718.323000', '133718.785000', '133719.252000', '133719.704000', '133720.180000', '133720.634000', '133721.093000', '133721.543000', '133722.011000', '133722.463000', '133722.940000', '133723.404000', '133723.860000', '133724.306000', '133724.775000', '133725.226000', '133725.695000', '133726.158000', '133726.618000', '133727.100000', '133727.537000', '133727.985000', '133728.461000', '133728.901000', '133729.379000', '133729.822000', '133730.298000', '133730.759000', '133731.202000', '133731.663000', '133732.190000', '133732.589000', '133733.055000', '133733.502000', '133733.980000', '133734.460000', '133734.891000', '133735.341000', '133735.813000', '133736.264000', '133736.740000', '133737.211000', '133737.644000', '133738.118000', '133738.573000', '133739.041000', '133739.499000', '133739.959000', '133740.423000', '133740.867000', '133741.328000', '133741.787000', '133742.253000', '133742.706000', '133743.170000', '133743.637000', '133744.087000', '133744.566000', '133745.004000', '133745.474000', '133745.938000', '133746.398000', '133746.851000', '133747.342000', '133747.826000', '133748.233000', '133748.716000', '133749.152000', '133749.625000', '133750.075000', '133750.596000', '133750.997000', '133751.481000', '133751.906000', '133752.382000', '133752.842000', '133753.285000', '133753.747000', '133754.213000', '133754.683000', '133755.126000', '133755.641000', '133756.056000', '133756.507000', '133756.964000', '133757.436000', '133757.896000', '133758.346000', '133758.815000', '133759.272000', '133759.731000', '133800.185000', '133800.645000', '133801.115000', '133801.563000', '133802.036000', '133802.493000', '133802.953000', '133803.414000', '133803.863000', '133804.336000', '133804.785000', '133805.324000', '133805.706000', '133806.172000', '133806.622000', '133807.098000', '133807.546000', '133808.020000', '133808.465000', '133808.937000', '133809.385000', '133809.885000', '133810.307000', '133810.765000', '133811.244000', '133811.695000', '133812.156000', '133812.607000', '133813.085000', '133813.526000', '133813.997000', '133814.448000', '133814.922000', '133815.374000', '133815.868000', '133816.286000', '133816.758000', '133817.214000', '133817.665000', '133818.135000', '133818.588000', '133819.046000', '133819.505000', '133819.978000', '133820.430000', '133820.903000', '133821.350000', '133821.806000', '133822.272000', '133822.730000', '133823.189000', '133823.662000', '133824.113000', '133824.581000', '133825.042000', '133825.504000', '133825.986000', '133826.407000', '133826.883000', '133827.341000', '133827.844000', '133828.257000', '133828.707000', '133829.185000', '133829.648000', '133830.088000', '133830.547000', '133831.024000', '133831.476000', '133831.928000', '133832.387000', '133832.859000', '133833.324000', '133833.782000', '133834.246000', '133834.697000', '133835.160000', '133835.625000', '133836.084000', '133836.545000', '133837.040000', '133837.463000', '133837.921000', '133838.387000', '133838.832000', '133839.336000', '133839.794000', '133840.218000', '133840.685000', '133841.142000', '133841.596000', '133842.080000', '133842.578000', '133842.985000', '133843.427000', '133843.899000', '133844.360000', '133844.845000', '133845.269000', '133845.747000', '133846.201000', '133846.652000', '133847.114000', '133847.582000', '133848.059000', '133848.535000', '133848.971000', '133849.425000', '133849.873000', '133850.347000', '133850.846000', '133851.262000', '133851.726000', '133852.184000', '133852.630000', '133853.103000', '133853.561000', '133854.022000', '133854.471000', '133854.931000', '133855.401000', '133855.869000', '133856.325000', '133856.772000', '133857.239000', '133857.702000', '133858.169000', '133858.633000', '133859.084000', '133859.544000', '133859.997000', '133900.465000', '133900.918000', '133901.374000', '133901.838000', '133902.294000', '133902.759000', '133903.218000', '133903.684000', '133904.139000', '133904.613000', '133905.051000', '133905.519000', '133905.981000', '133906.449000', '133906.906000', '133907.363000', '133907.834000', '133908.291000', '133908.772000', '133909.203000', '133909.649000', '133910.112000', '133910.573000', '133911.043000', '133911.498000', '133911.952000', '133912.421000', '133912.886000', '133913.333000', '133913.798000', '133914.263000', '133914.714000', '133915.178000', '133915.650000', '133916.110000', '133916.553000', '133917.031000', '133917.479000', '133917.951000', '133918.393000', '133918.890000', '133919.314000', '133919.774000', '133920.247000', '133920.710000', '133921.157000', '133921.618000', '133922.130000', '133922.551000', '133922.991000', '133923.482000', '133923.933000', '133924.381000', '133924.836000', '133925.325000', '133925.759000', '133926.217000', '133926.696000', '133927.155000', '133927.608000', '133928.071000', '133928.527000', '133928.982000', '133929.442000', '133929.912000', '133930.371000', '133930.820000', '133931.287000', '133931.744000', '133932.206000', '133932.666000', '133933.114000', '133933.613000', '133934.046000', '133934.493000', '133934.970000', '133935.423000', '133935.961000', '133936.347000', '133936.795000', '133937.254000', '133937.720000', '133938.192000', '133938.638000', '133939.098000', '133939.564000', '133940.025000', '133940.483000', '133940.942000', '133941.405000', '133941.857000', '133942.323000', '133942.779000', '133943.240000', '133943.745000', '133944.162000', '133944.616000', '133945.076000', '133945.575000', '133946.004000', '133946.467000', '133946.919000', '133947.383000', '133947.839000', '133948.306000', '133948.771000', '133949.221000', '133949.686000', '133950.139000', '133950.615000', '133951.058000', '133951.529000', '133951.985000', '133952.450000', '133952.902000', '133953.358000', '133953.839000', '133954.298000', '133954.740000', '133955.254000', '133955.662000', '133956.137000', '133956.588000', '133957.049000', '133957.498000', '133957.971000', '133958.418000', '133958.890000', '133959.335000', '133959.813000', '134000.261000', '134000.722000', '134001.197000', '134001.653000', '134002.098000', '134002.561000', '134003.025000', '134003.481000', '134003.941000', '134004.396000', '134004.862000', '134005.328000', '134005.781000', '134006.245000', '134006.704000', '134007.173000', '134007.636000', '134008.114000', '134008.548000', '134009.013000', '134009.459000', '134009.919000', '134010.385000', '134010.861000', '134011.299000', '134011.775000', '134012.214000', '134012.695000', '134013.144000', '134013.596000', '134014.067000', '134014.529000', '134015.004000', '134015.447000', '134015.915000', '134016.372000', '134016.820000', '134017.296000', '134017.739000', '134018.201000', '134018.666000', '134019.124000', '134019.598000', '134020.055000', '134020.500000', '134020.976000', '134021.420000', '134021.891000', '134022.346000', '134022.842000', '134023.272000', '134023.726000', '134024.184000', '134024.644000', '134025.105000', '134025.563000', '134026.026000', '134026.496000', '134026.956000', '134027.407000', '134027.877000', '134028.323000', '134028.791000', '134029.259000', '134029.751000', '134030.173000', '134030.640000', '134031.094000', '134031.558000', '134032.020000', '134032.480000', '134032.924000', '134033.394000', '134033.857000', '134034.318000', '134034.774000', '134035.224000', '134035.693000', '134036.155000', '134036.614000', '134037.062000', '134037.536000', '134037.996000', '134038.443000', '134038.907000', '134039.384000', '134039.840000', '134040.289000', '134040.790000', '134041.209000', '134041.670000', '134042.135000', '134042.625000', '134043.048000', '134043.512000', '134043.980000', '134044.429000', '134044.892000', '134045.360000', '134045.805000', '134046.275000', '134046.737000', '134047.201000', '134047.645000', '134048.103000', '134048.566000', '134049.065000', '134049.492000', '134049.957000', '134050.415000', '134050.870000', '134051.328000', '134051.805000', '134052.267000', '134052.711000', '134053.174000', '134053.643000', '134054.105000', '134054.546000', '134055.009000', '134055.476000', '134055.932000', '134056.403000', '134056.845000', '134057.320000', '134057.772000', '134058.226000', '134058.709000', '134059.145000', '134059.614000', '134100.086000', '134100.542000', '134100.994000', '134101.484000', '134101.907000', '134102.385000', '134102.831000', '134103.302000', '134103.767000', '134104.207000', '134104.677000', '134105.140000', '134105.612000', '134106.049000', '134106.507000', '134106.982000', '134107.443000', '134107.941000', '134108.359000', '134108.821000', '134109.275000', '134109.727000', '134110.212000', '134110.651000', '134111.127000', '134111.594000', '134112.031000', '134112.537000', '134112.961000', '134113.425000', '134113.884000', '134114.357000', '134114.810000', '134115.247000', '134115.738000', '134116.182000', '134116.629000', '134117.110000', '134117.561000', '134118.010000', '134118.475000', '134118.942000', '134119.395000', '134119.867000', '134120.322000', '134120.776000', '134121.230000', '134121.700000', '134122.156000', '134122.625000', '134123.070000', '134123.531000', '134124.001000', '134124.455000', '134124.927000', '134125.390000', '134125.853000', '134126.289000', '134126.751000', '134127.224000', '134127.671000', '134128.143000', '134128.603000', '134129.064000', '134129.531000', '134129.988000', '134130.439000', '134130.903000', '134131.372000', '134131.821000', '134132.287000', '134132.730000', '134133.204000', '134133.693000', '134134.157000', '134134.584000', '134135.037000', '134135.501000', '134135.964000', '134136.467000', '134136.878000', '134137.335000', '134138.050000', '134138.262000', '134138.709000', '134139.187000', '134139.641000', '134140.094000', '134140.555000', '134141.013000', '134141.484000', '134141.933000', '134142.412000', '134142.849000'], 'InstanceCreationTime': ['133504.771000', '133504.975000', '133505.240000', '133505.414000', '133505.653000', '133505.836000', '133506.047000', '133506.287000', '133506.445000', '133506.659000', '133506.859000', '133507.232000', '133507.651000', '133508.112000', '133508.603000', '133509.061000', '133509.512000', '133509.984000', '133510.450000', '133510.912000', '133511.355000', '133511.828000', '133512.285000', '133512.741000', '133513.216000', '133513.651000', '133514.120000', '133514.576000', '133515.047000', '133515.539000', '133515.962000', '133516.415000', '133516.887000', '133517.347000', '133517.799000', '133518.272000', '133518.719000', '133519.192000', '133519.634000', '133520.109000', '133520.557000', '133521.044000', '133521.495000', '133521.938000', '133522.397000', '133522.866000', '133523.324000', '133523.788000', '133524.237000', '133524.695000', '133525.172000', '133525.620000', '133526.092000', '133526.549000', '133527.005000', '133527.456000', '133527.936000', '133528.385000', '133528.847000', '133529.295000', '133529.792000', '133530.232000', '133530.672000', '133531.174000', '133531.604000', '133532.066000', '133532.532000', '133532.995000', '133533.450000', '133533.891000', '133534.366000', '133534.825000', '133535.286000', '133535.744000', '133536.210000', '133536.670000', '133537.124000', '133537.586000', '133538.035000', '133538.493000', '133538.955000', '133539.431000', '133539.892000', '133540.341000', '133540.805000', '133541.264000', '133541.719000', '133542.191000', '133542.705000', '133543.108000', '133543.554000', '133544.027000', '133544.486000', '133544.941000', '133545.403000', '133545.864000', '133546.333000', '133546.791000', '133547.239000', '133547.734000', '133548.172000', '133548.657000', '133549.077000', '133549.550000', '133549.997000', '133550.499000', '133550.915000', '133551.391000', '133551.839000', '133552.306000', '133552.757000', '133553.219000', '133553.684000', '133554.142000', '133554.606000', '133555.084000', '133555.531000', '133555.985000', '133556.446000', '133556.947000', '133557.373000', '133557.826000', '133558.295000', '133558.736000', '133559.204000', '133559.658000', '133600.121000', '133600.582000', '133601.039000', '133601.497000', '133601.957000', '133602.424000', '133602.876000', '133603.335000', '133603.844000', '133604.274000', '133604.727000', '133605.188000', '133605.633000', '133606.099000', '133606.556000', '133607.029000', '133607.479000', '133607.940000', '133608.407000', '133608.863000', '133609.315000', '133609.879000', '133610.246000', '133610.717000', '133611.172000', '133611.633000', '133612.079000', '133612.553000', '133613.017000', '133613.454000', '133613.971000', '133614.373000', '133614.874000', '133615.314000', '133615.786000', '133616.240000', '133616.678000', '133617.136000', '133617.616000', '133618.062000', '133618.573000', '133618.992000', '133619.453000', '133619.949000', '133620.357000', '133620.828000', '133621.275000', '133621.751000', '133622.193000', '133622.662000', '133623.134000', '133623.576000', '133624.047000', '133624.499000', '133624.997000', '133625.416000', '133625.879000', '133626.347000', '133626.809000', '133627.302000', '133627.731000', '133628.180000', '133628.644000', '133629.144000', '133629.556000', '133630.018000', '133630.492000', '133630.944000', '133631.406000', '133631.868000', '133632.370000', '133632.779000', '133633.242000', '133633.707000', '133634.176000', '133634.630000', '133635.096000', '133635.540000', '133636.000000', '133636.504000', '133636.926000', '133637.393000', '133637.845000', '133638.316000', '133638.777000', '133639.236000', '133639.697000', '133640.147000', '133640.600000', '133641.077000', '133641.524000', '133641.990000', '133642.442000', '133642.900000', '133643.372000', '133643.816000', '133644.322000', '133644.752000', '133645.202000', '133645.659000', '133646.132000', '133646.591000', '133647.037000', '133647.515000', '133647.961000', '133648.429000', '133648.893000', '133649.355000', '133649.821000', '133650.283000', '133650.736000', '133651.256000', '133651.647000', '133652.114000', '133652.563000', '133653.030000', '133653.489000', '133654.001000', '133654.416000', '133654.867000', '133655.331000', '133655.807000', '133656.257000', '133656.719000', '133657.175000', '133657.641000', '133658.098000', '133658.540000', '133659.003000', '133659.458000', '133659.921000', '133700.380000', '133700.839000', '133701.302000', '133701.765000', '133702.219000', '133702.740000', '133703.138000', '133703.604000', '133704.077000', '133704.520000', '133704.993000', '133705.440000', '133705.921000', '133706.369000', '133706.826000', '133707.297000', '133707.739000', '133708.214000', '133708.670000', '133709.133000', '133709.600000', '133710.093000', '133710.504000', '133710.974000', '133711.418000', '133711.891000', '133712.355000', '133712.802000', '133713.263000', '133713.757000', '133714.197000', '133714.645000', '133715.112000', '133715.598000', '133716.029000', '133716.482000', '133716.958000', '133717.404000', '133717.887000', '133718.323000', '133718.785000', '133719.252000', '133719.704000', '133720.180000', '133720.634000', '133721.093000', '133721.543000', '133722.011000', '133722.463000', '133722.940000', '133723.404000', '133723.860000', '133724.306000', '133724.775000', '133725.226000', '133725.695000', '133726.158000', '133726.618000', '133727.100000', '133727.537000', '133727.985000', '133728.461000', '133728.901000', '133729.379000', '133729.822000', '133730.298000', '133730.759000', '133731.202000', '133731.663000', '133732.190000', '133732.589000', '133733.055000', '133733.502000', '133733.980000', '133734.460000', '133734.891000', '133735.341000', '133735.813000', '133736.264000', '133736.740000', '133737.211000', '133737.644000', '133738.118000', '133738.573000', '133739.041000', '133739.499000', '133739.959000', '133740.423000', '133740.867000', '133741.328000', '133741.787000', '133742.253000', '133742.706000', '133743.170000', '133743.637000', '133744.087000', '133744.566000', '133745.004000', '133745.474000', '133745.938000', '133746.398000', '133746.851000', '133747.342000', '133747.826000', '133748.233000', '133748.716000', '133749.152000', '133749.625000', '133750.075000', '133750.596000', '133750.997000', '133751.481000', '133751.906000', '133752.382000', '133752.842000', '133753.285000', '133753.747000', '133754.213000', '133754.683000', '133755.126000', '133755.641000', '133756.056000', '133756.507000', '133756.964000', '133757.436000', '133757.896000', '133758.346000', '133758.815000', '133759.272000', '133759.731000', '133800.185000', '133800.645000', '133801.115000', '133801.563000', '133802.036000', '133802.493000', '133802.953000', '133803.414000', '133803.863000', '133804.336000', '133804.785000', '133805.324000', '133805.706000', '133806.172000', '133806.622000', '133807.098000', '133807.546000', '133808.020000', '133808.465000', '133808.937000', '133809.385000', '133809.885000', '133810.307000', '133810.765000', '133811.244000', '133811.695000', '133812.156000', '133812.607000', '133813.085000', '133813.526000', '133813.997000', '133814.448000', '133814.922000', '133815.374000', '133815.868000', '133816.286000', '133816.758000', '133817.214000', '133817.665000', '133818.135000', '133818.588000', '133819.046000', '133819.505000', '133819.978000', '133820.430000', '133820.903000', '133821.350000', '133821.806000', '133822.272000', '133822.730000', '133823.189000', '133823.662000', '133824.113000', '133824.581000', '133825.042000', '133825.504000', '133825.986000', '133826.407000', '133826.883000', '133827.341000', '133827.844000', '133828.257000', '133828.707000', '133829.185000', '133829.648000', '133830.088000', '133830.547000', '133831.024000', '133831.476000', '133831.928000', '133832.387000', '133832.859000', '133833.324000', '133833.782000', '133834.246000', '133834.697000', '133835.160000', '133835.625000', '133836.084000', '133836.545000', '133837.040000', '133837.463000', '133837.921000', '133838.387000', '133838.832000', '133839.336000', '133839.794000', '133840.218000', '133840.685000', '133841.142000', '133841.596000', '133842.080000', '133842.578000', '133842.985000', '133843.427000', '133843.899000', '133844.360000', '133844.845000', '133845.269000', '133845.747000', '133846.201000', '133846.652000', '133847.114000', '133847.582000', '133848.059000', '133848.535000', '133848.971000', '133849.425000', '133849.873000', '133850.347000', '133850.846000', '133851.262000', '133851.726000', '133852.184000', '133852.630000', '133853.103000', '133853.561000', '133854.022000', '133854.471000', '133854.931000', '133855.401000', '133855.869000', '133856.325000', '133856.772000', '133857.239000', '133857.702000', '133858.169000', '133858.633000', '133859.084000', '133859.544000', '133859.997000', '133900.465000', '133900.918000', '133901.374000', '133901.838000', '133902.294000', '133902.759000', '133903.218000', '133903.684000', '133904.139000', '133904.613000', '133905.051000', '133905.519000', '133905.981000', '133906.449000', '133906.906000', '133907.363000', '133907.834000', '133908.291000', '133908.772000', '133909.203000', '133909.649000', '133910.112000', '133910.573000', '133911.043000', '133911.498000', '133911.952000', '133912.421000', '133912.886000', '133913.333000', '133913.798000', '133914.263000', '133914.714000', '133915.178000', '133915.650000', '133916.110000', '133916.553000', '133917.031000', '133917.479000', '133917.951000', '133918.393000', '133918.890000', '133919.314000', '133919.774000', '133920.247000', '133920.710000', '133921.157000', '133921.618000', '133922.130000', '133922.551000', '133922.991000', '133923.482000', '133923.933000', '133924.381000', '133924.836000', '133925.325000', '133925.759000', '133926.217000', '133926.696000', '133927.155000', '133927.608000', '133928.071000', '133928.527000', '133928.982000', '133929.442000', '133929.912000', '133930.371000', '133930.820000', '133931.287000', '133931.744000', '133932.206000', '133932.666000', '133933.114000', '133933.613000', '133934.046000', '133934.493000', '133934.970000', '133935.423000', '133935.961000', '133936.347000', '133936.795000', '133937.254000', '133937.720000', '133938.192000', '133938.638000', '133939.098000', '133939.564000', '133940.025000', '133940.483000', '133940.942000', '133941.405000', '133941.857000', '133942.323000', '133942.779000', '133943.240000', '133943.745000', '133944.162000', '133944.616000', '133945.076000', '133945.575000', '133946.004000', '133946.467000', '133946.919000', '133947.383000', '133947.839000', '133948.306000', '133948.771000', '133949.221000', '133949.686000', '133950.139000', '133950.615000', '133951.058000', '133951.529000', '133951.985000', '133952.450000', '133952.902000', '133953.358000', '133953.839000', '133954.298000', '133954.740000', '133955.254000', '133955.662000', '133956.137000', '133956.588000', '133957.049000', '133957.498000', '133957.971000', '133958.418000', '133958.890000', '133959.335000', '133959.813000', '134000.261000', '134000.722000', '134001.197000', '134001.653000', '134002.098000', '134002.561000', '134003.025000', '134003.481000', '134003.941000', '134004.396000', '134004.862000', '134005.328000', '134005.781000', '134006.245000', '134006.704000', '134007.173000', '134007.636000', '134008.114000', '134008.548000', '134009.013000', '134009.459000', '134009.919000', '134010.385000', '134010.861000', '134011.299000', '134011.775000', '134012.214000', '134012.695000', '134013.144000', '134013.596000', '134014.067000', '134014.529000', '134015.004000', '134015.447000', '134015.915000', '134016.372000', '134016.820000', '134017.296000', '134017.739000', '134018.201000', '134018.666000', '134019.124000', '134019.598000', '134020.055000', '134020.500000', '134020.976000', '134021.420000', '134021.891000', '134022.346000', '134022.842000', '134023.272000', '134023.726000', '134024.184000', '134024.644000', '134025.105000', '134025.563000', '134026.026000', '134026.496000', '134026.956000', '134027.407000', '134027.877000', '134028.323000', '134028.791000', '134029.259000', '134029.751000', '134030.173000', '134030.640000', '134031.094000', '134031.558000', '134032.020000', '134032.480000', '134032.924000', '134033.394000', '134033.857000', '134034.318000', '134034.774000', '134035.224000', '134035.693000', '134036.155000', '134036.614000', '134037.062000', '134037.536000', '134037.996000', '134038.443000', '134038.907000', '134039.384000', '134039.840000', '134040.289000', '134040.790000', '134041.209000', '134041.670000', '134042.135000', '134042.625000', '134043.048000', '134043.512000', '134043.980000', '134044.429000', '134044.892000', '134045.360000', '134045.805000', '134046.275000', '134046.737000', '134047.201000', '134047.645000', '134048.103000', '134048.566000', '134049.065000', '134049.492000', '134049.957000', '134050.415000', '134050.870000', '134051.328000', '134051.805000', '134052.267000', '134052.711000', '134053.174000', '134053.643000', '134054.105000', '134054.546000', '134055.009000', '134055.476000', '134055.932000', '134056.403000', '134056.845000', '134057.320000', '134057.772000', '134058.226000', '134058.709000', '134059.145000', '134059.614000', '134100.086000', '134100.542000', '134100.994000', '134101.484000', '134101.907000', '134102.385000', '134102.831000', '134103.302000', '134103.767000', '134104.207000', '134104.677000', '134105.140000', '134105.612000', '134106.049000', '134106.507000', '134106.982000', '134107.443000', '134107.941000', '134108.359000', '134108.821000', '134109.275000', '134109.727000', '134110.212000', '134110.651000', '134111.127000', '134111.594000', '134112.031000', '134112.537000', '134112.961000', '134113.425000', '134113.884000', '134114.357000', '134114.810000', '134115.247000', '134115.738000', '134116.182000', '134116.629000', '134117.110000', '134117.561000', '134118.010000', '134118.475000', '134118.942000', '134119.395000', '134119.867000', '134120.322000', '134120.776000', '134121.230000', '134121.700000', '134122.156000', '134122.625000', '134123.070000', '134123.531000', '134124.001000', '134124.455000', '134124.927000', '134125.390000', '134125.853000', '134126.289000', '134126.751000', '134127.224000', '134127.671000', '134128.143000', '134128.603000', '134129.064000', '134129.531000', '134129.988000', '134130.439000', '134130.903000', '134131.372000', '134131.821000', '134132.287000', '134132.730000', '134133.204000', '134133.693000', '134134.157000', '134134.584000', '134135.037000', '134135.501000', '134135.964000', '134136.467000', '134136.878000', '134137.335000', '134138.050000', '134138.262000', '134138.709000', '134139.187000', '134139.641000', '134140.094000', '134140.555000', '134141.013000', '134141.484000', '134141.933000', '134142.412000', '134142.849000'], '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': [1072, 834, 869, 704, 594, 938, 642, 609, 620, 630, 608, 677, 631, 634, 659, 645, 745, 641, 870, 657, 713, 754, 613, 746, 667, 644, 587, 713, 687, 665, 746, 692, 677, 617, 983, 742, 659, 936, 704, 962, 1181, 872, 684, 1204, 714, 619, 1007, 830, 612, 644, 654, 616, 732, 658, 616, 923, 641, 677, 584, 635, 683, 640, 663, 639, 685, 658, 643, 715, 651, 570, 652, 603, 709, 616, 593, 699, 619, 596, 678, 626, 614, 681, 596, 710, 637, 601, 694, 653, 816, 644, 588, 763, 629, 584, 855, 631, 626, 669, 642, 905, 676, 835, 772, 647, 676, 640, 586, 826, 639, 654, 645, 639, 577, 617, 653, 735, 644, 569, 524, 605, 665, 690, 736, 605, 806, 913, 701, 682, 752, 773, 631, 902, 1035, 786, 858, 1023, 972, 844, 1063, 1002, 666, 756, 680, 586, 665, 702, 651, 603, 625, 651, 678, 616, 626, 626, 597, 644, 626, 634, 624, 708, 633, 649, 645, 596, 629, 635, 621, 643, 602, 689, 581, 824, 668, 649, 810, 618, 973, 790, 650, 1096, 572, 687, 672, 635, 679, 628, 680, 695, 641, 700, 804, 591, 670, 807, 593, 801, 864, 610, 643, 697, 815, 914, 701, 820, 653, 693, 656, 650, 902, 644, 600, 658, 583, 567, 1003, 681, 732, 738, 637, 665, 711, 633, 816, 668, 624, 756, 626, 914, 832, 627, 983, 590, 661, 601, 678, 947, 877, 933, 614, 641, 637, 588, 614, 619, 584, 632, 655, 614, 652, 655, 637, 883, 644, 877, 573, 776, 684, 641, 835, 675, 665, 614, 630, 755, 580, 644, 629, 633, 624, 582, 623, 698, 602, 655, 624, 646, 763, 597, 629, 682, 572, 617, 639, 569, 643, 662, 627, 764, 590, 625, 819, 634, 978, 615, 636, 729, 589, 966, 697, 636, 655, 590, 651, 652, 590, 625, 797, 664, 552, 1201, 902, 648, 729, 646, 561, 693, 652, 789, 722, 659, 948, 640, 727, 851, 711, 1082, 763, 881, 633, 621, 790, 671, 581, 668, 643, 633, 642, 649, 615, 732, 648, 600, 640, 651, 876, 641, 589, 666, 647, 767, 631, 588, 678, 622, 747, 611, 571, 647, 626, 703, 604, 522, 729, 608, 541, 628, 556, 730, 584, 577, 683, 590, 568, 598, 585, 592, 698, 619, 569, 838, 627, 599, 654, 573, 964, 673, 537, 697, 601, 583, 635, 592, 805, 626, 549, 686, 616, 722, 592, 595, 806, 614, 942, 625, 626, 625, 627, 703, 589, 585, 657, 628, 567, 665, 591, 829, 605, 743, 639, 614, 686, 551, 799, 563, 1016, 734, 837, 610, 556, 860, 689, 600, 689, 644, 645, 613, 534, 879, 632, 570, 628, 578, 773, 610, 844, 669, 576, 661, 621, 598, 654, 629, 599, 606, 560, 665, 591, 575, 817, 620, 587, 648, 577, 778, 625, 668, 721, 618, 740, 632, 638, 699, 664, 762, 639, 594, 757, 637, 810, 783, 631, 844, 638, 590, 643, 603, 881, 613, 583, 648, 625, 570, 664, 585, 628, 647, 591, 634, 705, 718, 739, 860, 660, 941, 730, 619, 718, 676, 681, 600, 614, 681, 1021, 817, 824, 928, 888, 1160, 951, 687, 711, 654, 637, 926, 649, 616, 593, 611, 564, 703, 646, 598, 615, 664, 593, 621, 655, 659, 598, 657, 641, 634, 652, 640, 640, 630, 722, 644, 591, 717, 647, 651, 693, 630, 648, 641, 568, 705, 623, 602, 704, 631, 618, 652, 576, 742, 638, 672, 666, 686, 733, 779, 760, 636, 589, 635, 827, 934, 980, 937, 698, 920, 749, 628, 931, 697, 654, 1054, 749, 871, 958, 717, 699, 846, 647, 1039, 729, 610, 919, 629, 622, 695, 626, 646, 708, 638, 680, 693, 596, 712, 661, 692, 824, 590, 696, 675, 653, 722, 677, 689, 746, 623, 673, 707, 643, 723, 661, 711, 666, 642, 663, 783, 637, 709, 820, 625, 695, 664, 662, 701, 684, 642, 667, 683, 678, 633, 843, 720, 649, 772, 698, 643, 856, 690, 647, 935, 635, 847, 855, 692, 1006, 716, 710, 878, 682, 647, 725, 677, 949, 672, 628, 734, 659, 643, 694, 628, 653, 694, 595, 676, 708, 664, 704, 641, 625, 729, 654, 912, 634, 653, 675, 649, 744, 563, 740, 711, 626, 637, 646, 683, 680, 724, 640, 728, 687, 648, 718, 664, 909, 682, 677, 712, 616, 770, 657, 839, 681, 606, 760, 679, 656, 686, 641, 753, 581, 644, 837, 930, 683, 660, 608, 741, 682, 734, 857, 692, 794, 638, 734, 845, 715, 781, 708, 762, 789, 646, 779, 723, 741, 772, 705, 765, 863, 634, 779, 741, 765, 761, 691, 772, 727, 734, 741, 693, 755, 700, 586, 775, 745, 751, 749, 621, 758, 732, 740, 759, 704, 754, 786, 609, 788, 685, 757, 888, 647, 777, 672, 784, 824, 683, 701, 676, 612, 744, 716, 600, 676, 718, 703, 731, 668, 741, 709, 749, 819, 721, 1095, 687, 746, 736, 706, 1092, 732, 833, 850, 685, 783, 643, 754, 775, 703, 748, 602, 757, 740, 718, 759, 592, 722, 722, 705, 734, 595, 678, 711, 689, 693, 592, 728, 667, 687, 729, 614, 717, 681, 560, 714, 638, 731, 681, 600, 746, 714, 723, 815, 691, 688, 645, 760, 634, 630, 923, 669, 966, 722, 793, 663, 633, 769, 639, 660, 648], 'WindowCenter': [274.0, 271.0, 271.0, 269.0, 268.0, 270.0, 268.0, 267.0, 267.0, 268.0, 268.0, 269.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 271.0, 270.0, 271.0, 271.0, 269.0, 270.0, 269.0, 271.0, 269.0, 271.0, 271.0, 270.0, 271.0, 270.0, 270.0, 269.0, 272.0, 270.0, 269.0, 272.0, 270.0, 272.0, 272.0, 270.0, 269.0, 271.0, 268.0, 267.0, 270.0, 269.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 269.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 267.0, 267.0, 268.0, 269.0, 267.0, 268.0, 269.0, 268.0, 267.0, 269.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 267.0, 269.0, 268.0, 269.0, 268.0, 267.0, 269.0, 267.0, 267.0, 270.0, 268.0, 267.0, 268.0, 267.0, 269.0, 268.0, 269.0, 269.0, 267.0, 268.0, 267.0, 267.0, 269.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 268.0, 269.0, 266.0, 265.0, 265.0, 266.0, 269.0, 269.0, 269.0, 268.0, 268.0, 272.0, 269.0, 269.0, 269.0, 269.0, 268.0, 271.0, 271.0, 269.0, 268.0, 269.0, 269.0, 268.0, 268.0, 267.0, 265.0, 266.0, 265.0, 264.0, 265.0, 265.0, 265.0, 265.0, 265.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 270.0, 268.0, 268.0, 269.0, 267.0, 270.0, 269.0, 268.0, 271.0, 267.0, 267.0, 268.0, 268.0, 268.0, 267.0, 268.0, 269.0, 268.0, 269.0, 270.0, 268.0, 269.0, 270.0, 268.0, 270.0, 270.0, 268.0, 267.0, 268.0, 269.0, 269.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 269.0, 267.0, 267.0, 268.0, 267.0, 267.0, 271.0, 268.0, 269.0, 269.0, 268.0, 269.0, 270.0, 268.0, 270.0, 269.0, 268.0, 269.0, 268.0, 270.0, 270.0, 267.0, 271.0, 267.0, 267.0, 267.0, 268.0, 270.0, 269.0, 269.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 269.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 267.0, 268.0, 267.0, 266.0, 267.0, 267.0, 269.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 269.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 267.0, 268.0, 269.0, 268.0, 271.0, 267.0, 267.0, 268.0, 267.0, 270.0, 268.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 267.0, 269.0, 267.0, 261.0, 272.0, 269.0, 266.0, 270.0, 270.0, 268.0, 270.0, 269.0, 270.0, 270.0, 269.0, 271.0, 268.0, 269.0, 269.0, 269.0, 271.0, 269.0, 269.0, 267.0, 267.0, 269.0, 268.0, 267.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 267.0, 268.0, 269.0, 270.0, 268.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 269.0, 267.0, 266.0, 269.0, 267.0, 267.0, 267.0, 267.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 270.0, 269.0, 268.0, 270.0, 268.0, 268.0, 268.0, 268.0, 271.0, 269.0, 267.0, 269.0, 267.0, 267.0, 268.0, 268.0, 270.0, 268.0, 267.0, 269.0, 268.0, 269.0, 267.0, 267.0, 269.0, 267.0, 270.0, 267.0, 267.0, 267.0, 267.0, 269.0, 268.0, 267.0, 268.0, 269.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 267.0, 268.0, 267.0, 269.0, 267.0, 270.0, 268.0, 269.0, 267.0, 267.0, 269.0, 268.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 269.0, 266.0, 266.0, 266.0, 266.0, 268.0, 266.0, 268.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 270.0, 268.0, 268.0, 268.0, 267.0, 269.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 268.0, 269.0, 268.0, 269.0, 267.0, 267.0, 269.0, 267.0, 269.0, 269.0, 267.0, 268.0, 266.0, 266.0, 267.0, 267.0, 269.0, 266.0, 266.0, 267.0, 267.0, 267.0, 269.0, 267.0, 267.0, 268.0, 267.0, 269.0, 270.0, 270.0, 270.0, 270.0, 268.0, 271.0, 269.0, 267.0, 269.0, 269.0, 269.0, 268.0, 268.0, 269.0, 271.0, 270.0, 269.0, 269.0, 268.0, 270.0, 269.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 266.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 266.0, 268.0, 267.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 269.0, 268.0, 268.0, 265.0, 266.0, 266.0, 266.0, 266.0, 265.0, 265.0, 262.0, 269.0, 273.0, 272.0, 270.0, 269.0, 270.0, 269.0, 268.0, 270.0, 268.0, 267.0, 270.0, 268.0, 269.0, 269.0, 267.0, 266.0, 267.0, 266.0, 269.0, 266.0, 265.0, 267.0, 265.0, 265.0, 265.0, 264.0, 265.0, 266.0, 265.0, 266.0, 266.0, 265.0, 267.0, 266.0, 267.0, 268.0, 266.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 269.0, 267.0, 267.0, 267.0, 267.0, 269.0, 268.0, 269.0, 268.0, 267.0, 268.0, 269.0, 267.0, 268.0, 269.0, 267.0, 268.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 269.0, 268.0, 267.0, 269.0, 267.0, 267.0, 270.0, 267.0, 269.0, 269.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 266.0, 267.0, 266.0, 268.0, 266.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0, 267.0, 268.0, 267.0, 267.0, 266.0, 266.0, 267.0, 266.0, 268.0, 266.0, 266.0, 266.0, 267.0, 268.0, 266.0, 269.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 268.0, 267.0, 266.0, 268.0, 267.0, 268.0, 267.0, 266.0, 267.0, 266.0, 267.0, 266.0, 268.0, 266.0, 266.0, 267.0, 266.0, 266.0, 266.0, 266.0, 266.0, 265.0, 264.0, 269.0, 269.0, 266.0, 267.0, 266.0, 268.0, 267.0, 268.0, 268.0, 267.0, 267.0, 266.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 267.0, 265.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 268.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 268.0, 268.0, 268.0, 268.0, 266.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 266.0, 268.0, 267.0, 268.0, 269.0, 267.0, 268.0, 267.0, 268.0, 269.0, 268.0, 268.0, 268.0, 267.0, 269.0, 269.0, 268.0, 270.0, 269.0, 269.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 268.0, 270.0, 267.0, 268.0, 268.0, 267.0, 270.0, 268.0, 268.0, 268.0, 266.0, 267.0, 265.0, 267.0, 267.0, 266.0, 266.0, 265.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 265.0, 266.0, 267.0, 266.0, 266.0, 265.0, 267.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 266.0, 268.0, 266.0, 268.0, 267.0, 268.0, 269.0, 269.0, 266.0, 269.0, 270.0, 269.0, 268.0, 269.0, 267.0, 268.0, 270.0, 268.0, 271.0, 268.0, 268.0, 266.0, 267.0, 268.0, 266.0, 267.0, 266.0], 'WindowWidth': [604.0, 599.0, 598.0, 594.0, 592.0, 596.0, 592.0, 591.0, 592.0, 593.0, 592.0, 594.0, 594.0, 595.0, 596.0, 595.0, 596.0, 595.0, 598.0, 596.0, 597.0, 598.0, 595.0, 595.0, 595.0, 597.0, 595.0, 597.0, 597.0, 596.0, 598.0, 596.0, 596.0, 595.0, 599.0, 597.0, 595.0, 600.0, 596.0, 598.0, 599.0, 596.0, 594.0, 597.0, 593.0, 592.0, 596.0, 594.0, 591.0, 591.0, 591.0, 590.0, 592.0, 591.0, 590.0, 594.0, 591.0, 592.0, 590.0, 591.0, 593.0, 592.0, 593.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 592.0, 591.0, 593.0, 594.0, 592.0, 593.0, 594.0, 593.0, 592.0, 594.0, 593.0, 593.0, 594.0, 592.0, 594.0, 593.0, 592.0, 594.0, 593.0, 595.0, 593.0, 591.0, 595.0, 592.0, 592.0, 596.0, 593.0, 592.0, 593.0, 592.0, 594.0, 592.0, 594.0, 593.0, 591.0, 592.0, 591.0, 590.0, 594.0, 591.0, 591.0, 591.0, 593.0, 590.0, 591.0, 593.0, 594.0, 589.0, 587.0, 587.0, 588.0, 594.0, 594.0, 595.0, 593.0, 593.0, 599.0, 594.0, 594.0, 594.0, 595.0, 593.0, 597.0, 597.0, 594.0, 593.0, 594.0, 594.0, 591.0, 592.0, 591.0, 587.0, 588.0, 586.0, 585.0, 588.0, 587.0, 588.0, 586.0, 586.0, 588.0, 589.0, 589.0, 590.0, 590.0, 590.0, 591.0, 591.0, 591.0, 591.0, 593.0, 592.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 594.0, 594.0, 594.0, 594.0, 596.0, 593.0, 593.0, 595.0, 592.0, 595.0, 594.0, 593.0, 597.0, 590.0, 591.0, 592.0, 593.0, 592.0, 591.0, 592.0, 594.0, 593.0, 594.0, 596.0, 592.0, 594.0, 596.0, 594.0, 596.0, 596.0, 593.0, 592.0, 593.0, 594.0, 594.0, 592.0, 593.0, 591.0, 592.0, 591.0, 591.0, 594.0, 590.0, 590.0, 593.0, 591.0, 591.0, 598.0, 593.0, 593.0, 595.0, 593.0, 594.0, 595.0, 593.0, 596.0, 594.0, 593.0, 595.0, 593.0, 596.0, 596.0, 592.0, 596.0, 592.0, 591.0, 592.0, 592.0, 596.0, 594.0, 594.0, 590.0, 591.0, 592.0, 591.0, 591.0, 592.0, 591.0, 593.0, 593.0, 593.0, 594.0, 594.0, 593.0, 595.0, 591.0, 594.0, 590.0, 593.0, 592.0, 590.0, 593.0, 591.0, 590.0, 590.0, 591.0, 593.0, 591.0, 591.0, 590.0, 591.0, 592.0, 591.0, 592.0, 593.0, 592.0, 592.0, 592.0, 593.0, 594.0, 592.0, 592.0, 593.0, 592.0, 593.0, 593.0, 593.0, 593.0, 593.0, 593.0, 595.0, 592.0, 593.0, 595.0, 593.0, 596.0, 591.0, 591.0, 593.0, 591.0, 595.0, 592.0, 591.0, 591.0, 590.0, 592.0, 593.0, 593.0, 591.0, 594.0, 591.0, 580.0, 599.0, 594.0, 590.0, 597.0, 596.0, 594.0, 597.0, 595.0, 596.0, 596.0, 594.0, 596.0, 593.0, 593.0, 594.0, 594.0, 597.0, 594.0, 594.0, 592.0, 591.0, 593.0, 593.0, 590.0, 591.0, 591.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 592.0, 593.0, 594.0, 595.0, 593.0, 591.0, 591.0, 591.0, 593.0, 592.0, 591.0, 592.0, 591.0, 592.0, 591.0, 590.0, 591.0, 591.0, 593.0, 592.0, 590.0, 594.0, 592.0, 591.0, 592.0, 592.0, 595.0, 592.0, 592.0, 593.0, 593.0, 592.0, 593.0, 593.0, 595.0, 595.0, 595.0, 593.0, 596.0, 593.0, 592.0, 593.0, 593.0, 597.0, 594.0, 591.0, 594.0, 592.0, 592.0, 593.0, 593.0, 596.0, 593.0, 591.0, 594.0, 593.0, 594.0, 592.0, 592.0, 595.0, 592.0, 595.0, 592.0, 591.0, 591.0, 592.0, 594.0, 592.0, 592.0, 593.0, 595.0, 594.0, 594.0, 593.0, 596.0, 593.0, 595.0, 593.0, 592.0, 593.0, 591.0, 595.0, 591.0, 596.0, 593.0, 594.0, 592.0, 591.0, 594.0, 593.0, 590.0, 591.0, 590.0, 590.0, 590.0, 589.0, 594.0, 590.0, 589.0, 589.0, 589.0, 592.0, 590.0, 592.0, 590.0, 589.0, 589.0, 590.0, 590.0, 591.0, 591.0, 590.0, 591.0, 591.0, 592.0, 592.0, 592.0, 596.0, 593.0, 593.0, 593.0, 592.0, 594.0, 592.0, 593.0, 593.0, 592.0, 592.0, 592.0, 593.0, 593.0, 593.0, 593.0, 591.0, 591.0, 593.0, 592.0, 594.0, 594.0, 591.0, 593.0, 590.0, 590.0, 591.0, 590.0, 594.0, 590.0, 590.0, 591.0, 591.0, 590.0, 594.0, 592.0, 592.0, 593.0, 592.0, 595.0, 596.0, 595.0, 595.0, 596.0, 593.0, 597.0, 594.0, 592.0, 594.0, 594.0, 594.0, 594.0, 593.0, 595.0, 598.0, 595.0, 593.0, 595.0, 591.0, 595.0, 594.0, 589.0, 589.0, 589.0, 588.0, 591.0, 589.0, 588.0, 588.0, 589.0, 589.0, 590.0, 589.0, 589.0, 588.0, 591.0, 590.0, 590.0, 591.0, 591.0, 589.0, 591.0, 591.0, 591.0, 593.0, 591.0, 591.0, 591.0, 592.0, 591.0, 590.0, 592.0, 591.0, 591.0, 591.0, 591.0, 591.0, 591.0, 589.0, 592.0, 592.0, 591.0, 592.0, 591.0, 591.0, 592.0, 591.0, 594.0, 593.0, 592.0, 587.0, 590.0, 589.0, 589.0, 588.0, 587.0, 587.0, 582.0, 594.0, 600.0, 599.0, 595.0, 595.0, 596.0, 594.0, 592.0, 595.0, 592.0, 591.0, 596.0, 592.0, 594.0, 594.0, 591.0, 589.0, 591.0, 588.0, 593.0, 589.0, 587.0, 590.0, 586.0, 586.0, 587.0, 586.0, 587.0, 588.0, 588.0, 589.0, 588.0, 588.0, 590.0, 589.0, 591.0, 592.0, 590.0, 590.0, 590.0, 591.0, 592.0, 591.0, 592.0, 593.0, 591.0, 591.0, 591.0, 591.0, 593.0, 593.0, 594.0, 592.0, 591.0, 592.0, 593.0, 591.0, 592.0, 594.0, 591.0, 592.0, 592.0, 591.0, 593.0, 593.0, 592.0, 592.0, 593.0, 592.0, 593.0, 592.0, 592.0, 591.0, 593.0, 593.0, 592.0, 594.0, 591.0, 591.0, 595.0, 592.0, 594.0, 595.0, 591.0, 590.0, 592.0, 591.0, 592.0, 591.0, 590.0, 590.0, 589.0, 592.0, 590.0, 590.0, 591.0, 589.0, 590.0, 591.0, 589.0, 589.0, 591.0, 590.0, 591.0, 592.0, 591.0, 591.0, 590.0, 589.0, 590.0, 589.0, 592.0, 590.0, 589.0, 589.0, 591.0, 592.0, 589.0, 593.0, 592.0, 592.0, 592.0, 590.0, 591.0, 591.0, 592.0, 592.0, 592.0, 591.0, 590.0, 592.0, 591.0, 593.0, 591.0, 590.0, 590.0, 589.0, 590.0, 589.0, 591.0, 590.0, 588.0, 590.0, 589.0, 589.0, 589.0, 588.0, 589.0, 588.0, 585.0, 594.0, 593.0, 589.0, 591.0, 590.0, 592.0, 591.0, 591.0, 592.0, 590.0, 591.0, 589.0, 591.0, 592.0, 591.0, 593.0, 590.0, 591.0, 590.0, 588.0, 591.0, 590.0, 590.0, 590.0, 589.0, 590.0, 592.0, 588.0, 590.0, 590.0, 590.0, 590.0, 589.0, 590.0, 589.0, 590.0, 590.0, 589.0, 590.0, 590.0, 589.0, 591.0, 591.0, 591.0, 591.0, 589.0, 591.0, 591.0, 592.0, 592.0, 591.0, 591.0, 592.0, 590.0, 591.0, 590.0, 592.0, 593.0, 591.0, 592.0, 591.0, 593.0, 594.0, 593.0, 593.0, 592.0, 591.0, 593.0, 594.0, 593.0, 595.0, 594.0, 594.0, 594.0, 593.0, 593.0, 591.0, 593.0, 593.0, 592.0, 595.0, 591.0, 592.0, 592.0, 591.0, 595.0, 592.0, 592.0, 591.0, 589.0, 590.0, 588.0, 590.0, 590.0, 589.0, 589.0, 587.0, 590.0, 589.0, 590.0, 590.0, 588.0, 590.0, 590.0, 590.0, 590.0, 588.0, 589.0, 591.0, 589.0, 589.0, 587.0, 590.0, 589.0, 590.0, 590.0, 588.0, 590.0, 590.0, 589.0, 591.0, 590.0, 592.0, 591.0, 593.0, 593.0, 594.0, 589.0, 595.0, 595.0, 594.0, 593.0, 593.0, 591.0, 593.0, 596.0, 593.0, 597.0, 592.0, 593.0, 590.0, 592.0, 592.0, 590.0, 591.0, 590.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.006672614678899082</td></tr>
<tr><td colspan=3>aqi</td><td>0.06884735802752294</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.36207835033297</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0815562555683127</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9958393975545338</td></tr>
<tr><td colspan=3>efc</td><td>0.5062</td></tr>
<tr><td colspan=3>fber</td><td>5648.2314</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3385948879099384</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>341</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>39.10550458715596</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.693562063479172</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.507593485668858</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.969607565562675</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6034851392059832</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115169</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016559001058340073</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038476165384054184</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.098649798223011</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>18.7768</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.0451</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>13.1806</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292614.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>24.5436</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6002</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>32.7159</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>214.0158</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83930.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>81.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>54.8958</td></tr>
<tr><td colspan=3>tsnr</td><td>23.323328278725967</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>