<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0024_ses-01_task-social_acq-mb8_run-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-0024_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-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_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-0024/figures/sub-0024_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024/ses-01/func/sub-0024_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>30ec34e6d3d8a09a350dd88dba4404a8</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:25:27.902500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998777, -0.0216829, 0.0444317, 0.0203981, 0.999366, 0.0291688]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0786328</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>46</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7767, -7262, 597, -31, -289, 98, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.597</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>33b20507-e4c5-42bf-878c-26c62481bae0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796460151672363, 0.054726701229810715, 0.1215972825884819, 103.49249267578125], [0.058173768222332, 2.6812267303466797, 0.07621243596076965, -95.73274993896484], [0.11920705437660217, -0.07825782150030136, 2.696183443069458, -68.0063247680664], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['162527.902500', '162528.362500', '162528.822500', '162529.282500', '162529.742500', '162530.202500', '162530.662500', '162531.122500', '162531.582500', '162532.042500', '162532.502500', '162532.962500', '162533.422500', '162533.882500', '162534.342500', '162534.802500', '162535.262500', '162535.722500', '162536.182500', '162536.642500', '162537.102500', '162537.562500', '162538.022500', '162538.482500', '162538.942500', '162539.402500', '162539.862500', '162540.322500', '162540.782500', '162541.242500', '162541.702500', '162542.162500', '162542.622500', '162543.082500', '162543.542500', '162544.002500', '162544.462500', '162544.922500', '162545.382500', '162545.842500', '162546.302500', '162546.762500', '162547.222500', '162547.682500', '162548.142500', '162548.602500', '162549.062500', '162549.522500', '162549.982500', '162550.442500', '162550.902500', '162551.362500', '162551.822500', '162552.282500', '162552.742500', '162553.202500', '162553.662500', '162554.122500', '162554.582500', '162555.042500', '162555.502500', '162555.962500', '162556.422500', '162556.882500', '162557.342500', '162557.802500', '162558.262500', '162558.722500', '162559.182500', '162559.642500', '162600.102500', '162600.562500', '162601.022500', '162601.482500', '162601.942500', '162602.402500', '162602.862500', '162603.322500', '162603.782500', '162604.242500', '162604.702500', '162605.162500', '162605.622500', '162606.082500', '162606.542500', '162607.002500', '162607.462500', '162607.922500', '162608.382500', '162608.842500', '162609.302500', '162609.762500', '162610.222500', '162610.682500', '162611.142500', '162611.602500', '162612.062500', '162612.522500', '162612.982500', '162613.442500', '162613.902500', '162614.362500', '162614.822500', '162615.282500', '162615.742500', '162616.202500', '162616.662500', '162617.122500', '162617.582500', '162618.042500', '162618.502500', '162618.962500', '162619.422500', '162619.882500', '162620.342500', '162620.802500', '162621.262500', '162621.722500', '162622.182500', '162622.642500', '162623.102500', '162623.562500', '162624.022500', '162624.482500', '162624.942500', '162625.402500', '162625.862500', '162626.322500', '162626.782500', '162627.242500', '162627.702500', '162628.162500', '162628.622500', '162629.082500', '162629.542500', '162630.002500', '162630.462500', '162630.922500', '162631.382500', '162631.842500', '162632.302500', '162632.762500', '162633.222500', '162633.682500', '162634.142500', '162634.602500', '162635.062500', '162635.522500', '162635.982500', '162636.442500', '162636.902500', '162637.362500', '162637.822500', '162638.282500', '162638.742500', '162639.202500', '162639.662500', '162640.122500', '162640.582500', '162641.042500', '162641.502500', '162641.962500', '162642.422500', '162642.882500', '162643.342500', '162643.802500', '162644.262500', '162644.722500', '162645.182500', '162645.642500', '162646.102500', '162646.562500', '162647.022500', '162647.482500', '162647.942500', '162648.402500', '162648.862500', '162649.322500', '162649.782500', '162650.242500', '162650.702500', '162651.162500', '162651.622500', '162652.082500', '162652.542500', '162653.002500', '162653.462500', '162653.922500', '162654.382500', '162654.842500', '162655.302500', '162655.762500', '162656.222500', '162656.682500', '162657.142500', '162657.602500', '162658.062500', '162658.522500', '162658.982500', '162659.442500', '162659.902500', '162700.362500', '162700.822500', '162701.282500', '162701.742500', '162702.202500', '162702.662500', '162703.122500', '162703.582500', '162704.042500', '162704.502500', '162704.962500', '162705.422500', '162705.882500', '162706.342500', '162706.802500', '162707.262500', '162707.722500', '162708.182500', '162708.642500', '162709.102500', '162709.562500', '162710.022500', '162710.482500', '162710.942500', '162711.402500', '162711.862500', '162712.322500', '162712.782500', '162713.242500', '162713.702500', '162714.162500', '162714.622500', '162715.082500', '162715.542500', '162716.002500', '162716.462500', '162716.922500', '162717.382500', '162717.842500', '162718.302500', '162718.762500', '162719.222500', '162719.682500', '162720.142500', '162720.602500', '162721.062500', '162721.522500', '162721.982500', '162722.442500', '162722.902500', '162723.362500', '162723.822500', '162724.282500', '162724.742500', '162725.202500', '162725.662500', '162726.122500', '162726.582500', '162727.042500', '162727.502500', '162727.962500', '162728.422500', '162728.882500', '162729.342500', '162729.802500', '162730.262500', '162730.722500', '162731.182500', '162731.642500', '162732.102500', '162732.562500', '162733.022500', '162733.482500', '162733.942500', '162734.402500', '162734.862500', '162735.322500', '162735.782500', '162736.242500', '162736.702500', '162737.162500', '162737.622500', '162738.082500', '162738.542500', '162739.002500', '162739.462500', '162739.922500', '162740.382500', '162740.842500', '162741.302500', '162741.762500', '162742.222500', '162742.682500', '162743.142500', '162743.602500', '162744.062500', '162744.522500', '162744.982500', '162745.442500', '162745.902500', '162746.362500', '162746.822500', '162747.282500', '162747.742500', '162748.202500', '162748.662500', '162749.122500', '162749.582500', '162750.042500', '162750.502500', '162750.962500', '162751.422500', '162751.882500', '162752.342500', '162752.802500', '162753.262500', '162753.722500', '162754.182500', '162754.642500', '162755.102500', '162755.562500', '162756.022500', '162756.482500', '162756.942500', '162757.402500', '162757.862500', '162758.322500', '162758.782500', '162759.242500', '162759.702500', '162800.162500', '162800.622500', '162801.082500', '162801.542500', '162802.002500', '162802.462500', '162802.922500', '162803.382500', '162803.842500', '162804.302500', '162804.762500', '162805.222500', '162805.682500', '162806.142500', '162806.602500', '162807.062500', '162807.522500', '162807.982500', '162808.442500', '162808.902500', '162809.362500', '162809.822500', '162810.282500', '162810.742500', '162811.202500', '162811.662500', '162812.122500', '162812.582500', '162813.042500', '162813.502500', '162813.962500', '162814.422500', '162814.882500', '162815.342500', '162815.802500', '162816.262500', '162816.722500', '162817.182500', '162817.642500', '162818.102500', '162818.562500', '162819.022500', '162819.482500', '162819.942500', '162820.402500', '162820.862500', '162821.322500', '162821.782500', '162822.242500', '162822.702500', '162823.162500', '162823.622500', '162824.082500', '162824.542500', '162825.002500', '162825.462500', '162825.922500', '162826.382500', '162826.842500', '162827.302500', '162827.762500', '162828.222500', '162828.682500', '162829.142500', '162829.602500', '162830.062500', '162830.522500', '162830.982500', '162831.442500', '162831.902500', '162832.362500', '162832.822500', '162833.282500', '162833.742500', '162834.202500', '162834.662500', '162835.122500', '162835.582500', '162836.042500', '162836.502500', '162836.962500', '162837.422500', '162837.882500', '162838.342500', '162838.802500', '162839.262500', '162839.722500', '162840.182500', '162840.642500', '162841.102500', '162841.562500', '162842.022500', '162842.482500', '162842.942500', '162843.402500', '162843.862500', '162844.322500', '162844.782500', '162845.242500', '162845.702500', '162846.162500', '162846.622500', '162847.082500', '162847.542500', '162848.002500', '162848.462500', '162848.922500', '162849.382500', '162849.842500', '162850.302500', '162850.762500', '162851.222500', '162851.682500', '162852.142500', '162852.602500', '162853.062500', '162853.522500', '162853.982500', '162854.442500', '162854.902500', '162855.362500', '162855.822500', '162856.282500', '162856.742500', '162857.202500', '162857.662500', '162858.122500', '162858.582500', '162859.042500', '162859.502500', '162859.962500', '162900.422500', '162900.882500', '162901.342500', '162901.802500', '162902.262500', '162902.722500', '162903.182500', '162903.642500', '162904.102500', '162904.562500', '162905.022500', '162905.482500', '162905.942500', '162906.402500', '162906.862500', '162907.322500', '162907.782500', '162908.242500', '162908.702500', '162909.162500', '162909.622500', '162910.082500', '162910.542500', '162911.002500', '162911.462500', '162911.922500', '162912.382500', '162912.842500', '162913.302500', '162913.762500', '162914.222500', '162914.682500', '162915.142500', '162915.602500', '162916.062500', '162916.522500', '162916.982500', '162917.442500', '162917.902500', '162918.362500', '162918.822500', '162919.282500', '162919.742500', '162920.202500', '162920.662500', '162921.122500', '162921.582500', '162922.042500', '162922.502500', '162922.962500', '162923.422500', '162923.882500', '162924.342500', '162924.802500', '162925.262500', '162925.722500', '162926.182500', '162926.642500', '162927.102500', '162927.562500', '162928.022500', '162928.482500', '162928.942500', '162929.402500', '162929.862500', '162930.322500', '162930.782500', '162931.242500', '162931.702500', '162932.162500', '162932.622500', '162933.082500', '162933.542500', '162934.002500', '162934.462500', '162934.922500', '162935.382500', '162935.842500', '162936.302500', '162936.762500', '162937.222500', '162937.682500', '162938.142500', '162938.602500', '162939.062500', '162939.522500', '162939.982500', '162940.442500', '162940.902500', '162941.362500', '162941.822500', '162942.282500', '162942.742500', '162943.202500', '162943.662500', '162944.122500', '162944.582500', '162945.042500', '162945.502500', '162945.962500', '162946.422500', '162946.882500', '162947.342500', '162947.802500', '162948.262500', '162948.722500', '162949.182500', '162949.642500', '162950.102500', '162950.562500', '162951.022500', '162951.482500', '162951.942500', '162952.402500', '162952.862500', '162953.322500', '162953.782500', '162954.242500', '162954.702500', '162955.162500', '162955.622500', '162956.082500', '162956.542500', '162957.002500', '162957.462500', '162957.922500', '162958.382500', '162958.842500', '162959.302500', '162959.762500', '163000.222500', '163000.682500', '163001.142500', '163001.602500', '163002.062500', '163002.522500', '163002.982500', '163003.442500', '163003.902500', '163004.362500', '163004.822500', '163005.282500', '163005.742500', '163006.202500', '163006.662500', '163007.122500', '163007.582500', '163008.042500', '163008.502500', '163008.962500', '163009.422500', '163009.882500', '163010.342500', '163010.802500', '163011.262500', '163011.722500', '163012.182500', '163012.642500', '163013.102500', '163013.562500', '163014.022500', '163014.482500', '163014.942500', '163015.402500', '163015.862500', '163016.322500', '163016.782500', '163017.242500', '163017.702500', '163018.162500', '163018.622500', '163019.082500', '163019.542500', '163020.002500', '163020.462500', '163020.922500', '163021.382500', '163021.842500', '163022.302500', '163022.762500', '163023.222500', '163023.682500', '163024.142500', '163024.602500', '163025.062500', '163025.522500', '163025.982500', '163026.442500', '163026.902500', '163027.362500', '163027.822500', '163028.282500', '163028.742500', '163029.202500', '163029.662500', '163030.122500', '163030.582500', '163031.042500', '163031.502500', '163031.962500', '163032.422500', '163032.882500', '163033.342500', '163033.802500', '163034.262500', '163034.722500', '163035.182500', '163035.642500', '163036.102500', '163036.562500', '163037.022500', '163037.482500', '163037.942500', '163038.402500', '163038.862500', '163039.322500', '163039.782500', '163040.242500', '163040.702500', '163041.162500', '163041.622500', '163042.082500', '163042.542500', '163043.002500', '163043.462500', '163043.922500', '163044.382500', '163044.842500', '163045.302500', '163045.762500', '163046.222500', '163046.682500', '163047.142500', '163047.602500', '163048.062500', '163048.522500', '163048.982500', '163049.442500', '163049.902500', '163050.362500', '163050.822500', '163051.282500', '163051.742500', '163052.202500', '163052.662500', '163053.122500', '163053.582500', '163054.042500', '163054.502500', '163054.962500', '163055.422500', '163055.882500', '163056.342500', '163056.802500', '163057.262500', '163057.722500', '163058.182500', '163058.642500', '163059.102500', '163059.562500', '163100.022500', '163100.482500', '163100.942500', '163101.402500', '163101.862500', '163102.322500', '163102.782500', '163103.242500', '163103.702500', '163104.162500', '163104.622500', '163105.082500', '163105.542500', '163106.002500', '163106.462500', '163106.922500', '163107.382500', '163107.842500', '163108.302500', '163108.762500', '163109.222500', '163109.682500', '163110.142500', '163110.602500', '163111.062500', '163111.522500', '163111.982500', '163112.442500', '163112.902500', '163113.362500', '163113.822500', '163114.282500', '163114.742500', '163115.202500', '163115.662500', '163116.122500', '163116.582500', '163117.042500', '163117.502500', '163117.962500', '163118.422500', '163118.882500', '163119.342500', '163119.802500', '163120.262500', '163120.722500', '163121.182500', '163121.642500', '163122.102500', '163122.562500', '163123.022500', '163123.482500', '163123.942500', '163124.402500', '163124.862500', '163125.322500', '163125.782500', '163126.242500', '163126.702500', '163127.162500', '163127.622500', '163128.082500', '163128.542500', '163129.002500', '163129.462500', '163129.922500', '163130.382500', '163130.842500', '163131.302500', '163131.762500', '163132.222500', '163132.682500', '163133.142500', '163133.602500', '163134.062500', '163134.522500', '163134.982500', '163135.442500', '163135.902500', '163136.362500', '163136.822500', '163137.282500', '163137.742500', '163138.202500', '163138.662500', '163139.122500', '163139.582500', '163140.042500', '163140.502500', '163140.962500', '163141.422500', '163141.882500', '163142.342500', '163142.802500', '163143.262500', '163143.722500', '163144.182500', '163144.642500', '163145.102500', '163145.562500', '163146.022500', '163146.482500', '163146.942500', '163147.402500', '163147.862500', '163148.322500', '163148.782500', '163149.242500', '163149.702500', '163150.162500', '163150.622500', '163151.082500', '163151.542500', '163152.002500', '163152.462500', '163152.922500', '163153.382500', '163153.842500', '163154.302500', '163154.762500', '163155.222500', '163155.682500', '163156.142500', '163156.602500', '163157.062500', '163157.522500', '163157.982500', '163158.442500', '163158.902500', '163159.362500', '163159.822500', '163200.282500', '163200.742500', '163201.202500', '163201.662500', '163202.122500', '163202.582500', '163203.042500', '163203.502500', '163203.962500', '163204.422500', '163204.882500', '163205.342500', '163205.802500', '163206.262500', '163206.722500', '163207.182500', '163207.642500', '163208.102500', '163208.562500'], 'ContentTime': ['162532.038000', '162532.259000', '162532.496000', '162532.707000', '162532.902000', '162533.117000', '162533.329000', '162533.524000', '162533.716000', '162533.926000', '162534.128000', '162534.445000', '162534.912000', '162535.376000', '162535.868000', '162536.310000', '162536.803000', '162537.274000', '162537.691000', '162538.163000', '162538.613000', '162539.081000', '162539.529000', '162540.000000', '162540.459000', '162540.917000', '162541.384000', '162541.829000', '162542.302000', '162542.767000', '162543.257000', '162543.672000', '162544.134000', '162544.650000', '162545.096000', '162545.514000', '162545.978000', '162546.447000', '162546.892000', '162547.364000', '162547.826000', '162548.290000', '162548.740000', '162549.203000', '162549.652000', '162550.108000', '162550.583000', '162551.038000', '162551.499000', '162551.959000', '162552.448000', '162552.873000', '162553.347000', '162553.801000', '162554.258000', '162554.730000', '162555.193000', '162555.641000', '162556.100000', '162556.608000', '162557.054000', '162557.473000', '162557.942000', '162558.394000', '162558.859000', '162559.309000', '162559.784000', '162600.232000', '162600.702000', '162601.161000', '162601.657000', '162602.080000', '162602.528000', '162602.989000', '162603.459000', '162603.911000', '162604.379000', '162604.835000', '162605.344000', '162605.768000', '162606.222000', '162606.674000', '162607.132000', '162607.609000', '162608.067000', '162608.524000', '162608.985000', '162609.445000', '162609.901000', '162610.355000', '162610.825000', '162611.272000', '162611.733000', '162612.237000', '162612.661000', '162613.121000', '162613.572000', '162614.087000', '162614.506000', '162614.948000', '162615.415000', '162615.896000', '162616.345000', '162616.797000', '162617.258000', '162617.727000', '162618.173000', '162618.642000', '162619.129000', '162619.561000', '162620.027000', '162620.510000', '162620.931000', '162621.401000', '162621.872000', '162622.335000', '162622.775000', '162623.240000', '162623.704000', '162624.193000', '162624.628000', '162625.073000', '162625.532000', '162626.013000', '162626.474000', '162626.927000', '162627.412000', '162627.844000', '162628.296000', '162628.760000', '162629.268000', '162629.683000', '162630.145000', '162630.603000', '162631.062000', '162631.519000', '162631.976000', '162632.432000', '162633.011000', '162633.368000', '162633.822000', '162634.287000', '162634.750000', '162635.202000', '162635.657000', '162636.116000', '162636.585000', '162637.048000', '162637.502000', '162637.976000', '162638.482000', '162638.935000', '162639.335000', '162639.817000', '162640.267000', '162640.711000', '162641.207000', '162641.641000', '162642.136000', '162642.602000', '162643.047000', '162643.473000', '162643.937000', '162644.402000', '162644.862000', '162645.318000', '162645.787000', '162646.244000', '162646.710000', '162647.164000', '162647.623000', '162648.076000', '162648.540000', '162649.003000', '162649.467000', '162649.920000', '162650.373000', '162650.844000', '162651.310000', '162651.752000', '162652.247000', '162652.680000', '162653.144000', '162653.603000', '162654.071000', '162654.528000', '162654.971000', '162655.447000', '162655.910000', '162656.367000', '162656.819000', '162657.285000', '162657.738000', '162658.207000', '162658.655000', '162659.185000', '162659.588000', '162700.044000', '162700.497000', '162700.965000', '162701.426000', '162701.915000', '162702.338000', '162702.823000', '162703.263000', '162703.749000', '162704.183000', '162704.651000', '162705.103000', '162705.595000', '162706.023000', '162706.487000', '162706.941000', '162707.394000', '162707.866000', '162708.324000', '162708.778000', '162709.253000', '162709.741000', '162710.170000', '162710.622000', '162711.081000', '162711.559000', '162711.996000', '162712.469000', '162712.932000', '162713.435000', '162713.844000', '162714.292000', '162714.771000', '162715.224000', '162715.693000', '162716.142000', '162716.596000', '162717.094000', '162717.525000', '162717.976000', '162718.455000', '162718.943000', '162719.390000', '162719.831000', '162720.287000', '162720.754000', '162721.203000', '162721.665000', '162722.126000', '162722.596000', '162723.043000', '162723.497000', '162723.963000', '162724.423000', '162724.876000', '162725.347000', '162725.811000', '162726.257000', '162726.715000', '162727.186000', '162727.642000', '162728.106000', '162728.571000', '162729.031000', '162729.491000', '162729.946000', '162730.410000', '162730.856000', '162731.321000', '162731.798000', '162732.256000', '162732.710000', '162733.169000', '162733.635000', '162734.106000', '162734.575000', '162735.006000', '162735.464000', '162735.921000', '162736.424000', '162736.840000', '162737.315000', '162737.770000', '162738.229000', '162738.692000', '162739.184000', '162739.601000', '162740.124000', '162740.521000', '162740.990000', '162741.439000', '162741.904000', '162742.365000', '162742.898000', '162743.287000', '162743.751000', '162744.208000', '162744.666000', '162745.131000', '162745.591000', '162746.055000', '162746.505000', '162746.975000', '162747.479000', '162747.894000', '162748.342000', '162748.803000', '162749.258000', '162749.721000', '162750.184000', '162750.637000', '162751.139000', '162751.570000', '162752.061000', '162752.491000', '162752.941000', '162753.407000', '162753.868000', '162754.337000', '162754.778000', '162755.240000', '162755.708000', '162756.168000', '162756.669000', '162757.095000', '162757.541000', '162758.002000', '162758.459000', '162758.933000', '162759.395000', '162759.851000', '162800.306000', '162800.771000', '162801.234000', '162801.694000', '162802.138000', '162802.601000', '162803.180000', '162803.548000', '162803.996000', '162804.459000', '162804.898000', '162805.368000', '162805.826000', '162806.295000', '162806.753000', '162807.231000', '162807.659000', '162808.128000', '162808.597000', '162809.049000', '162809.532000', '162809.970000', '162810.420000', '162810.889000', '162811.346000', '162811.799000', '162812.266000', '162812.721000', '162813.198000', '162813.636000', '162814.117000', '162814.578000', '162815.040000', '162815.496000', '162815.939000', '162816.410000', '162816.871000', '162817.336000', '162817.791000', '162818.299000', '162818.720000', '162819.169000', '162819.639000', '162820.122000', '162820.543000', '162821.004000', '162821.494000', '162821.931000', '162822.425000', '162822.850000', '162823.317000', '162823.769000', '162824.235000', '162824.686000', '162825.151000', '162825.625000', '162826.080000', '162826.534000', '162826.994000', '162827.455000', '162827.908000', '162828.362000', '162828.829000', '162829.292000', '162829.746000', '162830.209000', '162830.657000', '162831.118000', '162831.583000', '162832.054000', '162832.506000', '162832.973000', '162833.422000', '162833.880000', '162834.356000', '162834.852000', '162835.299000', '162835.727000', '162836.189000', '162836.689000', '162837.103000', '162837.578000', '162838.080000', '162838.492000', '162838.954000', '162839.409000', '162839.871000', '162840.331000', '162840.791000', '162841.245000', '162841.732000', '162842.173000', '162842.636000', '162843.096000', '162843.560000', '162844.011000', '162844.479000', '162844.931000', '162845.391000', '162845.854000', '162846.306000', '162846.773000', '162847.236000', '162847.686000', '162848.153000', '162848.611000', '162849.075000', '162849.562000', '162849.998000', '162850.446000', '162850.906000', '162851.365000', '162851.841000', '162852.295000', '162852.750000', '162853.206000', '162853.686000', '162854.126000', '162854.596000', '162855.046000', '162855.514000', '162855.973000', '162856.440000', '162856.903000', '162857.373000', '162857.820000', '162858.276000', '162858.723000', '162859.201000', '162859.652000', '162900.118000', '162900.571000', '162901.076000', '162901.492000', '162901.954000', '162902.416000', '162902.872000', '162903.336000', '162903.794000', '162904.263000', '162904.717000', '162905.173000', '162905.624000', '162906.090000', '162906.585000', '162907.016000', '162907.477000', '162907.938000', '162908.397000', '162908.846000', '162909.325000', '162909.795000', '162910.240000', '162910.699000', '162911.178000', '162911.612000', '162912.072000', '162912.553000', '162912.994000', '162913.487000', '162913.916000', '162914.371000', '162914.897000', '162915.345000', '162915.766000', '162916.258000', '162916.678000', '162917.146000', '162917.591000', '162918.046000', '162918.504000', '162918.977000', '162919.425000', '162919.893000', '162920.356000', '162920.821000', '162921.265000', '162921.730000', '162922.194000', '162922.650000', '162923.112000', '162923.573000', '162924.027000', '162924.502000', '162924.945000', '162925.407000', '162925.866000', '162926.328000', '162926.796000', '162927.260000', '162927.718000', '162928.177000', '162928.652000', '162929.098000', '162929.563000', '162930.021000', '162930.469000', '162930.941000', '162931.436000', '162931.866000', '162932.323000', '162932.771000', '162933.228000', '162933.713000', '162934.162000', '162934.652000', '162935.085000', '162935.561000', '162935.997000', '162936.452000', '162936.913000', '162937.373000', '162937.834000', '162938.301000', '162938.920000', '162939.210000', '162939.685000', '162940.194000', '162940.604000', '162941.051000', '162941.510000', '162941.975000', '162942.443000', '162942.907000', '162943.351000', '162943.819000', '162944.280000', '162944.736000', '162945.202000', '162945.664000', '162946.120000', '162946.579000', '162947.041000', '162947.492000', '162947.959000', '162948.422000', '162948.880000', '162949.339000', '162949.797000', '162950.264000', '162950.723000', '162951.178000', '162951.647000', '162952.095000', '162952.567000', '162953.077000', '162953.475000', '162953.929000', '162954.391000', '162954.864000', '162955.320000', '162955.788000', '162956.233000', '162956.733000', '162957.159000', '162957.627000', '162958.072000', '162958.542000', '162958.998000', '162959.467000', '162959.920000', '163000.387000', '163000.841000', '163001.290000', '163001.752000', '163002.228000', '163002.689000', '163003.137000', '163003.607000', '163004.060000', '163004.516000', '163004.983000', '163005.444000', '163005.894000', '163006.362000', '163006.809000', '163007.270000', '163007.733000', '163008.197000', '163008.668000', '163009.152000', '163009.611000', '163010.045000', '163010.501000', '163010.969000', '163011.427000', '163011.877000', '163012.340000', '163012.796000', '163013.263000', '163013.711000', '163014.177000', '163014.633000', '163015.108000', '163015.563000', '163016.015000', '163016.473000', '163016.954000', '163017.395000', '163017.863000', '163018.326000', '163018.781000', '163019.230000', '163019.716000', '163020.167000', '163020.622000', '163021.075000', '163021.544000', '163021.994000', '163022.518000', '163022.934000', '163023.383000', '163023.871000', '163024.357000', '163024.769000', '163025.214000', '163025.680000', '163026.150000', '163026.596000', '163027.071000', '163027.514000', '163027.974000', '163028.449000', '163028.911000', '163029.362000', '163029.817000', '163030.275000', '163030.739000', '163031.212000', '163031.656000', '163032.112000', '163032.579000', '163033.037000', '163033.494000', '163033.965000', '163034.422000', '163034.954000', '163035.337000', '163035.814000', '163036.263000', '163036.722000', '163037.176000', '163037.645000', '163038.108000', '163038.560000', '163039.022000', '163039.482000', '163039.948000', '163040.396000', '163040.863000', '163041.362000', '163041.776000', '163042.237000', '163042.702000', '163043.199000', '163043.660000', '163044.086000', '163044.550000', '163045.005000', '163045.468000', '163045.915000', '163046.402000', '163046.989000', '163047.314000', '163047.769000', '163048.217000', '163048.676000', '163049.135000', '163049.609000', '163050.062000', '163050.518000', '163050.989000', '163051.444000', '163051.914000', '163052.361000', '163052.831000', '163053.299000', '163053.755000', '163054.196000', '163054.659000', '163055.119000', '163055.591000', '163056.050000', '163056.508000', '163056.957000', '163057.426000', '163057.930000', '163058.353000', '163058.812000', '163059.275000', '163059.737000', '163100.187000', '163100.645000', '163101.108000', '163101.624000', '163102.019000', '163102.488000', '163102.954000', '163103.397000', '163103.891000', '163104.322000', '163104.808000', '163105.244000', '163105.711000', '163106.167000', '163106.624000', '163107.084000', '163107.550000', '163107.998000', '163108.473000', '163108.921000', '163109.391000', '163109.848000', '163110.306000', '163110.765000', '163111.235000', '163111.678000', '163112.156000', '163112.610000', '163113.065000', '163113.521000', '163113.990000', '163114.453000', '163114.900000', '163115.374000', '163115.833000', '163116.281000', '163116.809000', '163117.207000', '163117.664000', '163118.136000', '163118.589000', '163119.045000', '163119.500000', '163119.964000', '163120.425000', '163120.882000', '163121.356000', '163121.813000', '163122.292000', '163122.733000', '163123.185000', '163123.652000', '163124.113000', '163124.578000', '163125.026000', '163125.480000', '163125.953000', '163126.409000', '163126.869000', '163127.326000', '163127.837000', '163128.251000', '163128.714000', '163129.163000', '163129.633000', '163130.099000', '163130.553000', '163131.013000', '163131.471000', '163131.935000', '163132.381000', '163132.902000', '163133.312000', '163133.767000', '163134.234000', '163134.695000', '163135.147000', '163135.654000', '163136.076000', '163136.535000', '163136.998000', '163137.454000', '163137.906000', '163138.372000', '163138.826000', '163139.299000', '163139.748000', '163140.215000', '163140.728000', '163141.138000', '163141.596000', '163142.059000', '163142.527000', '163142.964000', '163143.426000', '163143.887000', '163144.403000', '163144.908000', '163145.274000', '163145.740000', '163146.203000', '163146.654000', '163147.106000', '163147.572000', '163148.042000', '163148.502000', '163148.959000', '163149.411000', '163149.873000', '163150.329000', '163150.846000', '163151.252000', '163151.715000', '163152.194000', '163152.634000', '163153.105000', '163153.566000', '163154.009000', '163154.484000', '163154.943000', '163155.403000', '163155.846000', '163156.317000', '163156.774000', '163157.289000', '163157.694000', '163158.165000', '163158.613000', '163159.075000', '163159.532000', '163200.008000', '163200.450000', '163200.918000', '163201.380000', '163201.838000', '163202.304000', '163202.767000', '163203.228000', '163203.671000', '163204.143000', '163204.598000', '163205.056000', '163205.523000', '163205.981000', '163206.445000', '163206.893000', '163207.358000', '163207.822000', '163208.278000', '163208.747000', '163209.205000', '163209.666000', '163210.110000'], 'InstanceCreationTime': ['162532.038000', '162532.259000', '162532.496000', '162532.707000', '162532.902000', '162533.117000', '162533.329000', '162533.524000', '162533.716000', '162533.926000', '162534.128000', '162534.445000', '162534.912000', '162535.376000', '162535.868000', '162536.310000', '162536.803000', '162537.274000', '162537.691000', '162538.163000', '162538.613000', '162539.081000', '162539.529000', '162540.000000', '162540.459000', '162540.917000', '162541.384000', '162541.829000', '162542.302000', '162542.767000', '162543.257000', '162543.672000', '162544.134000', '162544.650000', '162545.096000', '162545.514000', '162545.978000', '162546.447000', '162546.892000', '162547.364000', '162547.826000', '162548.290000', '162548.740000', '162549.203000', '162549.652000', '162550.108000', '162550.583000', '162551.038000', '162551.499000', '162551.959000', '162552.448000', '162552.873000', '162553.347000', '162553.801000', '162554.258000', '162554.730000', '162555.193000', '162555.641000', '162556.100000', '162556.608000', '162557.054000', '162557.473000', '162557.942000', '162558.394000', '162558.859000', '162559.309000', '162559.784000', '162600.232000', '162600.702000', '162601.161000', '162601.657000', '162602.080000', '162602.528000', '162602.989000', '162603.459000', '162603.911000', '162604.379000', '162604.835000', '162605.344000', '162605.768000', '162606.222000', '162606.674000', '162607.132000', '162607.609000', '162608.067000', '162608.524000', '162608.985000', '162609.445000', '162609.901000', '162610.355000', '162610.825000', '162611.272000', '162611.733000', '162612.237000', '162612.661000', '162613.121000', '162613.572000', '162614.087000', '162614.506000', '162614.948000', '162615.415000', '162615.896000', '162616.345000', '162616.797000', '162617.258000', '162617.727000', '162618.173000', '162618.642000', '162619.129000', '162619.561000', '162620.027000', '162620.510000', '162620.931000', '162621.401000', '162621.872000', '162622.335000', '162622.775000', '162623.240000', '162623.704000', '162624.193000', '162624.628000', '162625.073000', '162625.532000', '162626.013000', '162626.474000', '162626.927000', '162627.412000', '162627.844000', '162628.296000', '162628.760000', '162629.268000', '162629.683000', '162630.145000', '162630.603000', '162631.062000', '162631.519000', '162631.976000', '162632.432000', '162633.011000', '162633.368000', '162633.822000', '162634.287000', '162634.750000', '162635.202000', '162635.657000', '162636.116000', '162636.585000', '162637.048000', '162637.502000', '162637.976000', '162638.482000', '162638.935000', '162639.335000', '162639.817000', '162640.267000', '162640.711000', '162641.207000', '162641.641000', '162642.136000', '162642.602000', '162643.047000', '162643.473000', '162643.937000', '162644.402000', '162644.862000', '162645.318000', '162645.787000', '162646.244000', '162646.710000', '162647.164000', '162647.623000', '162648.076000', '162648.540000', '162649.003000', '162649.467000', '162649.920000', '162650.373000', '162650.844000', '162651.310000', '162651.752000', '162652.247000', '162652.680000', '162653.144000', '162653.603000', '162654.071000', '162654.528000', '162654.971000', '162655.447000', '162655.910000', '162656.367000', '162656.819000', '162657.285000', '162657.738000', '162658.207000', '162658.655000', '162659.185000', '162659.588000', '162700.044000', '162700.497000', '162700.965000', '162701.426000', '162701.915000', '162702.338000', '162702.823000', '162703.263000', '162703.749000', '162704.183000', '162704.651000', '162705.103000', '162705.595000', '162706.023000', '162706.487000', '162706.941000', '162707.394000', '162707.866000', '162708.324000', '162708.778000', '162709.253000', '162709.741000', '162710.170000', '162710.622000', '162711.081000', '162711.559000', '162711.996000', '162712.469000', '162712.932000', '162713.435000', '162713.844000', '162714.292000', '162714.771000', '162715.224000', '162715.693000', '162716.142000', '162716.596000', '162717.094000', '162717.525000', '162717.976000', '162718.455000', '162718.943000', '162719.390000', '162719.831000', '162720.287000', '162720.754000', '162721.203000', '162721.665000', '162722.126000', '162722.596000', '162723.043000', '162723.497000', '162723.963000', '162724.423000', '162724.876000', '162725.347000', '162725.811000', '162726.257000', '162726.715000', '162727.186000', '162727.642000', '162728.106000', '162728.571000', '162729.031000', '162729.491000', '162729.946000', '162730.410000', '162730.856000', '162731.321000', '162731.798000', '162732.256000', '162732.710000', '162733.169000', '162733.635000', '162734.106000', '162734.575000', '162735.006000', '162735.464000', '162735.921000', '162736.424000', '162736.840000', '162737.315000', '162737.770000', '162738.229000', '162738.692000', '162739.184000', '162739.601000', '162740.124000', '162740.521000', '162740.990000', '162741.439000', '162741.904000', '162742.365000', '162742.898000', '162743.287000', '162743.751000', '162744.208000', '162744.666000', '162745.131000', '162745.591000', '162746.055000', '162746.505000', '162746.975000', '162747.479000', '162747.894000', '162748.342000', '162748.803000', '162749.258000', '162749.721000', '162750.184000', '162750.637000', '162751.139000', '162751.570000', '162752.061000', '162752.491000', '162752.941000', '162753.407000', '162753.868000', '162754.337000', '162754.778000', '162755.240000', '162755.708000', '162756.168000', '162756.669000', '162757.095000', '162757.541000', '162758.002000', '162758.459000', '162758.933000', '162759.395000', '162759.851000', '162800.306000', '162800.771000', '162801.234000', '162801.694000', '162802.138000', '162802.601000', '162803.180000', '162803.548000', '162803.996000', '162804.459000', '162804.898000', '162805.368000', '162805.826000', '162806.295000', '162806.753000', '162807.231000', '162807.659000', '162808.128000', '162808.597000', '162809.049000', '162809.532000', '162809.970000', '162810.420000', '162810.889000', '162811.346000', '162811.799000', '162812.266000', '162812.721000', '162813.198000', '162813.636000', '162814.117000', '162814.578000', '162815.040000', '162815.496000', '162815.939000', '162816.410000', '162816.871000', '162817.336000', '162817.791000', '162818.299000', '162818.720000', '162819.169000', '162819.639000', '162820.122000', '162820.543000', '162821.004000', '162821.494000', '162821.931000', '162822.425000', '162822.850000', '162823.317000', '162823.769000', '162824.235000', '162824.686000', '162825.151000', '162825.625000', '162826.080000', '162826.534000', '162826.994000', '162827.455000', '162827.908000', '162828.362000', '162828.829000', '162829.292000', '162829.746000', '162830.209000', '162830.657000', '162831.118000', '162831.583000', '162832.054000', '162832.506000', '162832.973000', '162833.422000', '162833.880000', '162834.356000', '162834.852000', '162835.299000', '162835.727000', '162836.189000', '162836.689000', '162837.103000', '162837.578000', '162838.080000', '162838.492000', '162838.954000', '162839.409000', '162839.871000', '162840.331000', '162840.791000', '162841.245000', '162841.732000', '162842.173000', '162842.636000', '162843.096000', '162843.560000', '162844.011000', '162844.479000', '162844.931000', '162845.391000', '162845.854000', '162846.306000', '162846.773000', '162847.236000', '162847.686000', '162848.153000', '162848.611000', '162849.075000', '162849.562000', '162849.998000', '162850.446000', '162850.906000', '162851.365000', '162851.841000', '162852.295000', '162852.750000', '162853.206000', '162853.686000', '162854.126000', '162854.596000', '162855.046000', '162855.514000', '162855.973000', '162856.440000', '162856.903000', '162857.373000', '162857.820000', '162858.276000', '162858.723000', '162859.201000', '162859.652000', '162900.118000', '162900.571000', '162901.076000', '162901.492000', '162901.954000', '162902.416000', '162902.872000', '162903.336000', '162903.794000', '162904.263000', '162904.717000', '162905.173000', '162905.624000', '162906.090000', '162906.585000', '162907.016000', '162907.477000', '162907.938000', '162908.397000', '162908.846000', '162909.325000', '162909.795000', '162910.240000', '162910.699000', '162911.178000', '162911.612000', '162912.072000', '162912.553000', '162912.994000', '162913.487000', '162913.916000', '162914.371000', '162914.897000', '162915.345000', '162915.766000', '162916.258000', '162916.678000', '162917.146000', '162917.591000', '162918.046000', '162918.504000', '162918.977000', '162919.425000', '162919.893000', '162920.356000', '162920.821000', '162921.265000', '162921.730000', '162922.194000', '162922.650000', '162923.112000', '162923.573000', '162924.027000', '162924.502000', '162924.945000', '162925.407000', '162925.866000', '162926.328000', '162926.796000', '162927.260000', '162927.718000', '162928.177000', '162928.652000', '162929.098000', '162929.563000', '162930.021000', '162930.469000', '162930.941000', '162931.436000', '162931.866000', '162932.323000', '162932.771000', '162933.228000', '162933.713000', '162934.162000', '162934.652000', '162935.085000', '162935.561000', '162935.997000', '162936.452000', '162936.913000', '162937.373000', '162937.834000', '162938.301000', '162938.920000', '162939.210000', '162939.685000', '162940.194000', '162940.604000', '162941.051000', '162941.510000', '162941.975000', '162942.443000', '162942.907000', '162943.351000', '162943.819000', '162944.280000', '162944.736000', '162945.202000', '162945.664000', '162946.120000', '162946.579000', '162947.041000', '162947.492000', '162947.959000', '162948.422000', '162948.880000', '162949.339000', '162949.797000', '162950.264000', '162950.723000', '162951.178000', '162951.647000', '162952.095000', '162952.567000', '162953.077000', '162953.475000', '162953.929000', '162954.391000', '162954.864000', '162955.320000', '162955.788000', '162956.233000', '162956.733000', '162957.159000', '162957.627000', '162958.072000', '162958.542000', '162958.998000', '162959.467000', '162959.920000', '163000.387000', '163000.841000', '163001.290000', '163001.752000', '163002.228000', '163002.689000', '163003.137000', '163003.607000', '163004.060000', '163004.516000', '163004.983000', '163005.444000', '163005.894000', '163006.362000', '163006.809000', '163007.270000', '163007.733000', '163008.197000', '163008.668000', '163009.152000', '163009.611000', '163010.045000', '163010.501000', '163010.969000', '163011.427000', '163011.877000', '163012.340000', '163012.796000', '163013.263000', '163013.711000', '163014.177000', '163014.633000', '163015.108000', '163015.563000', '163016.015000', '163016.473000', '163016.954000', '163017.395000', '163017.863000', '163018.326000', '163018.781000', '163019.230000', '163019.716000', '163020.167000', '163020.622000', '163021.075000', '163021.544000', '163021.994000', '163022.518000', '163022.934000', '163023.383000', '163023.871000', '163024.357000', '163024.769000', '163025.214000', '163025.680000', '163026.150000', '163026.596000', '163027.071000', '163027.514000', '163027.974000', '163028.449000', '163028.911000', '163029.362000', '163029.817000', '163030.275000', '163030.739000', '163031.212000', '163031.656000', '163032.112000', '163032.579000', '163033.037000', '163033.494000', '163033.965000', '163034.422000', '163034.954000', '163035.337000', '163035.814000', '163036.263000', '163036.722000', '163037.176000', '163037.645000', '163038.108000', '163038.560000', '163039.022000', '163039.482000', '163039.948000', '163040.396000', '163040.863000', '163041.362000', '163041.776000', '163042.237000', '163042.702000', '163043.199000', '163043.660000', '163044.086000', '163044.550000', '163045.005000', '163045.468000', '163045.915000', '163046.402000', '163046.989000', '163047.314000', '163047.769000', '163048.217000', '163048.676000', '163049.135000', '163049.609000', '163050.062000', '163050.518000', '163050.989000', '163051.444000', '163051.914000', '163052.361000', '163052.831000', '163053.299000', '163053.755000', '163054.196000', '163054.659000', '163055.119000', '163055.591000', '163056.050000', '163056.508000', '163056.957000', '163057.426000', '163057.930000', '163058.353000', '163058.812000', '163059.275000', '163059.737000', '163100.187000', '163100.645000', '163101.108000', '163101.624000', '163102.019000', '163102.488000', '163102.954000', '163103.397000', '163103.891000', '163104.322000', '163104.808000', '163105.244000', '163105.711000', '163106.167000', '163106.624000', '163107.084000', '163107.550000', '163107.998000', '163108.473000', '163108.921000', '163109.391000', '163109.848000', '163110.306000', '163110.765000', '163111.235000', '163111.678000', '163112.156000', '163112.610000', '163113.065000', '163113.521000', '163113.990000', '163114.453000', '163114.900000', '163115.374000', '163115.833000', '163116.281000', '163116.809000', '163117.207000', '163117.664000', '163118.136000', '163118.589000', '163119.045000', '163119.500000', '163119.964000', '163120.425000', '163120.882000', '163121.356000', '163121.813000', '163122.292000', '163122.733000', '163123.185000', '163123.652000', '163124.113000', '163124.578000', '163125.026000', '163125.480000', '163125.953000', '163126.409000', '163126.869000', '163127.326000', '163127.837000', '163128.251000', '163128.714000', '163129.163000', '163129.633000', '163130.099000', '163130.553000', '163131.013000', '163131.471000', '163131.935000', '163132.381000', '163132.902000', '163133.312000', '163133.767000', '163134.234000', '163134.695000', '163135.147000', '163135.654000', '163136.076000', '163136.535000', '163136.998000', '163137.454000', '163137.906000', '163138.372000', '163138.826000', '163139.299000', '163139.748000', '163140.215000', '163140.728000', '163141.138000', '163141.596000', '163142.059000', '163142.527000', '163142.964000', '163143.426000', '163143.887000', '163144.403000', '163144.908000', '163145.274000', '163145.740000', '163146.203000', '163146.654000', '163147.106000', '163147.572000', '163148.042000', '163148.502000', '163148.959000', '163149.411000', '163149.873000', '163150.329000', '163150.846000', '163151.252000', '163151.715000', '163152.194000', '163152.634000', '163153.105000', '163153.566000', '163154.009000', '163154.484000', '163154.943000', '163155.403000', '163155.846000', '163156.317000', '163156.774000', '163157.289000', '163157.694000', '163158.165000', '163158.613000', '163159.075000', '163159.532000', '163200.008000', '163200.450000', '163200.918000', '163201.380000', '163201.838000', '163202.304000', '163202.767000', '163203.228000', '163203.671000', '163204.143000', '163204.598000', '163205.056000', '163205.523000', '163205.981000', '163206.445000', '163206.893000', '163207.358000', '163207.822000', '163208.278000', '163208.747000', '163209.205000', '163209.666000', '163210.110000'], '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': [1143, 1002, 736, 791, 563, 584, 602, 572, 653, 566, 823, 579, 743, 567, 578, 555, 562, 716, 575, 757, 574, 563, 570, 552, 577, 575, 826, 585, 557, 558, 562, 563, 568, 681, 676, 956, 621, 795, 572, 830, 642, 863, 715, 567, 568, 559, 573, 572, 617, 554, 697, 561, 661, 578, 667, 579, 590, 594, 572, 596, 561, 561, 575, 682, 681, 569, 783, 557, 745, 570, 742, 877, 599, 852, 579, 671, 574, 675, 568, 801, 716, 565, 563, 575, 590, 587, 805, 656, 607, 563, 576, 614, 585, 710, 755, 650, 846, 729, 601, 616, 581, 750, 599, 908, 639, 823, 569, 768, 571, 688, 574, 765, 667, 764, 799, 730, 874, 653, 1013, 880, 601, 595, 576, 627, 573, 722, 571, 720, 559, 776, 548, 602, 571, 555, 558, 558, 599, 558, 571, 558, 585, 579, 575, 572, 561, 573, 690, 562, 566, 588, 578, 784, 698, 566, 616, 564, 706, 589, 747, 730, 887, 613, 591, 554, 559, 729, 581, 648, 557, 589, 589, 577, 644, 571, 619, 574, 645, 582, 728, 600, 768, 704, 572, 594, 571, 610, 568, 736, 680, 779, 767, 1002, 608, 766, 575, 684, 624, 597, 577, 556, 600, 563, 811, 646, 568, 580, 587, 565, 585, 579, 779, 691, 585, 578, 561, 795, 687, 589, 726, 701, 1005, 884, 979, 664, 657, 643, 607, 630, 555, 791, 572, 617, 558, 584, 579, 559, 643, 580, 669, 573, 559, 572, 571, 594, 642, 651, 554, 586, 567, 797, 679, 619, 541, 579, 580, 555, 594, 734, 606, 773, 588, 770, 565, 1037, 838, 574, 602, 596, 569, 647, 661, 781, 620, 693, 555, 546, 627, 725, 762, 630, 579, 626, 571, 836, 724, 622, 735, 585, 797, 713, 855, 675, 556, 709, 565, 785, 750, 1133, 896, 552, 621, 566, 629, 559, 661, 592, 643, 574, 620, 564, 608, 556, 566, 574, 575, 630, 570, 576, 697, 732, 593, 663, 559, 719, 558, 813, 624, 802, 701, 562, 582, 556, 602, 568, 742, 590, 715, 635, 597, 588, 542, 567, 872, 803, 801, 771, 725, 622, 555, 770, 633, 865, 625, 868, 616, 700, 623, 713, 687, 922, 723, 556, 615, 572, 608, 564, 647, 572, 646, 555, 785, 563, 560, 626, 562, 840, 589, 542, 629, 557, 651, 628, 727, 565, 691, 571, 594, 682, 612, 682, 551, 571, 542, 683, 762, 647, 694, 560, 628, 552, 574, 760, 642, 728, 613, 563, 605, 571, 630, 674, 579, 791, 663, 726, 713, 569, 772, 528, 889, 845, 935, 689, 573, 615, 541, 667, 566, 794, 577, 765, 658, 609, 658, 559, 652, 548, 772, 552, 796, 635, 737, 623, 569, 664, 562, 673, 562, 768, 631, 756, 636, 563, 686, 553, 572, 575, 577, 651, 572, 712, 591, 706, 588, 593, 796, 627, 1000, 614, 594, 625, 585, 720, 598, 777, 587, 737, 605, 773, 580, 696, 571, 629, 558, 591, 673, 582, 697, 541, 562, 603, 577, 859, 757, 573, 603, 558, 591, 575, 680, 569, 714, 578, 599, 655, 556, 666, 566, 765, 802, 1113, 777, 621, 854, 630, 770, 727, 950, 701, 957, 612, 807, 572, 590, 658, 624, 581, 557, 534, 562, 581, 561, 801, 577, 690, 631, 630, 675, 556, 777, 691, 830, 648, 534, 645, 560, 563, 591, 571, 674, 570, 807, 637, 543, 587, 579, 567, 803, 624, 702, 569, 587, 607, 573, 667, 558, 828, 768, 580, 636, 556, 549, 680, 575, 749, 699, 702, 640, 585, 568, 689, 568, 683, 565, 687, 560, 684, 592, 731, 542, 573, 698, 591, 561, 667, 532, 583, 654, 567, 866, 835, 660, 627, 546, 564, 614, 620, 553, 549, 640, 585, 550, 772, 794, 887, 931, 929, 1017, 760, 1101, 817, 958, 639, 669, 548, 517, 623, 512, 542, 576, 528, 665, 555, 729, 658, 519, 624, 522, 640, 530, 641, 528, 639, 534, 613, 589, 607, 536, 673, 518, 565, 525, 564, 606, 543, 662, 561, 725, 519, 669, 525, 708, 628, 762, 701, 551, 652, 532, 684, 543, 721, 683, 549, 670, 542, 700, 553, 842, 675, 802, 687, 563, 675, 553, 681, 561, 762, 552, 717, 536, 697, 559, 765, 574, 792, 568, 589, 612, 586, 674, 566, 713, 521, 587, 603, 572, 681, 572, 724, 587, 712, 723, 928, 712, 894, 649, 703, 758, 584, 980, 828, 693, 594, 566, 689, 553, 886, 683, 841, 631, 657, 564, 653, 561, 679, 557, 705, 548, 677, 546, 698, 574, 660, 541, 555, 612, 562, 760, 563, 700, 551, 714, 546, 709, 628, 834, 584, 554, 665, 541, 706, 556, 777, 662, 580, 651, 544, 684, 548, 758, 598, 784, 576, 784, 568, 834, 649, 742, 644, 553, 696, 550, 701, 574, 782, 576, 629, 606, 565, 691, 563, 728, 630, 797, 546, 722, 627, 653, 747, 552, 721, 552, 588, 625, 568, 744, 560, 777, 583, 567, 693, 567, 736, 649, 780, 559, 552, 683, 559, 748, 682, 782, 576, 556, 668, 563, 778, 691, 697, 615, 558, 686, 553, 701, 565, 760, 531, 725, 551, 671, 631, 547, 684, 546, 715, 585, 851, 563, 607, 626, 561, 683, 553, 737, 550, 561, 554, 559, 681, 566, 787, 621, 552, 704, 558, 761, 762, 1004, 829, 747, 690, 565, 702], 'WindowCenter': [295.0, 293.0, 291.0, 291.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 289.0, 287.0, 289.0, 287.0, 287.0, 287.0, 287.0, 289.0, 287.0, 289.0, 288.0, 287.0, 287.0, 287.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 289.0, 287.0, 288.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 290.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 287.0, 289.0, 289.0, 287.0, 287.0, 287.0, 287.0, 287.0, 289.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 290.0, 291.0, 290.0, 288.0, 289.0, 288.0, 289.0, 287.0, 289.0, 287.0, 289.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 287.0, 288.0, 286.0, 287.0, 287.0, 285.0, 285.0, 285.0, 285.0, 285.0, 285.0, 285.0, 285.0, 285.0, 286.0, 284.0, 285.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 287.0, 287.0, 288.0, 289.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 289.0, 289.0, 289.0, 287.0, 287.0, 289.0, 290.0, 290.0, 287.0, 286.0, 286.0, 285.0, 286.0, 287.0, 288.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 289.0, 289.0, 290.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 287.0, 289.0, 288.0, 290.0, 288.0, 287.0, 288.0, 288.0, 288.0, 288.0, 288.0, 290.0, 290.0, 288.0, 288.0, 288.0, 290.0, 289.0, 288.0, 290.0, 289.0, 291.0, 290.0, 290.0, 288.0, 288.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 287.0, 287.0, 287.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 288.0, 288.0, 289.0, 289.0, 288.0, 288.0, 288.0, 288.0, 288.0, 288.0, 290.0, 288.0, 290.0, 288.0, 289.0, 288.0, 291.0, 290.0, 288.0, 288.0, 288.0, 288.0, 289.0, 289.0, 290.0, 289.0, 290.0, 288.0, 288.0, 289.0, 290.0, 289.0, 289.0, 288.0, 288.0, 288.0, 290.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 287.0, 288.0, 287.0, 289.0, 289.0, 290.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 289.0, 289.0, 287.0, 288.0, 287.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 289.0, 288.0, 289.0, 288.0, 288.0, 288.0, 289.0, 288.0, 291.0, 290.0, 289.0, 289.0, 289.0, 288.0, 288.0, 289.0, 288.0, 290.0, 288.0, 289.0, 287.0, 288.0, 287.0, 288.0, 288.0, 289.0, 288.0, 287.0, 287.0, 287.0, 288.0, 288.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 287.0, 287.0, 287.0, 289.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 287.0, 288.0, 288.0, 288.0, 287.0, 287.0, 287.0, 288.0, 289.0, 288.0, 289.0, 287.0, 288.0, 289.0, 289.0, 289.0, 289.0, 290.0, 289.0, 288.0, 288.0, 288.0, 289.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 287.0, 289.0, 287.0, 289.0, 289.0, 290.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 289.0, 287.0, 289.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 287.0, 289.0, 287.0, 287.0, 288.0, 287.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 287.0, 289.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 290.0, 288.0, 291.0, 288.0, 288.0, 288.0, 288.0, 288.0, 287.0, 289.0, 286.0, 287.0, 287.0, 288.0, 287.0, 287.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 287.0, 287.0, 288.0, 288.0, 290.0, 290.0, 288.0, 288.0, 288.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 290.0, 288.0, 287.0, 288.0, 287.0, 288.0, 288.0, 288.0, 287.0, 288.0, 286.0, 287.0, 286.0, 286.0, 287.0, 286.0, 286.0, 286.0, 287.0, 288.0, 287.0, 287.0, 288.0, 287.0, 289.0, 288.0, 288.0, 288.0, 287.0, 289.0, 288.0, 289.0, 287.0, 286.0, 286.0, 286.0, 287.0, 287.0, 287.0, 289.0, 288.0, 289.0, 288.0, 287.0, 287.0, 287.0, 287.0, 289.0, 288.0, 288.0, 287.0, 287.0, 287.0, 287.0, 288.0, 288.0, 290.0, 289.0, 288.0, 289.0, 288.0, 288.0, 290.0, 288.0, 290.0, 290.0, 290.0, 289.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 289.0, 288.0, 287.0, 289.0, 288.0, 290.0, 290.0, 288.0, 290.0, 290.0, 289.0, 289.0, 289.0, 289.0, 290.0, 288.0, 288.0, 287.0, 288.0, 288.0, 288.0, 290.0, 290.0, 290.0, 289.0, 289.0, 288.0, 286.0, 287.0, 286.0, 287.0, 284.0, 285.0, 283.0, 283.0, 284.0, 284.0, 284.0, 285.0, 284.0, 285.0, 285.0, 287.0, 286.0, 285.0, 286.0, 285.0, 286.0, 285.0, 286.0, 284.0, 286.0, 286.0, 286.0, 286.0, 286.0, 286.0, 288.0, 286.0, 287.0, 286.0, 287.0, 287.0, 287.0, 288.0, 287.0, 288.0, 286.0, 287.0, 286.0, 288.0, 287.0, 289.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 289.0, 289.0, 287.0, 289.0, 287.0, 289.0, 287.0, 289.0, 289.0, 289.0, 288.0, 287.0, 288.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 287.0, 288.0, 287.0, 289.0, 287.0, 289.0, 287.0, 287.0, 287.0, 287.0, 289.0, 288.0, 289.0, 288.0, 289.0, 289.0, 289.0, 290.0, 289.0, 290.0, 289.0, 290.0, 290.0, 291.0, 290.0, 290.0, 288.0, 289.0, 289.0, 288.0, 291.0, 289.0, 289.0, 288.0, 287.0, 288.0, 287.0, 289.0, 288.0, 289.0, 287.0, 287.0, 287.0, 287.0, 287.0, 289.0, 288.0, 289.0, 287.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 287.0, 287.0, 287.0, 289.0, 287.0, 288.0, 287.0, 289.0, 287.0, 288.0, 288.0, 289.0, 287.0, 287.0, 288.0, 287.0, 289.0, 288.0, 289.0, 289.0, 288.0, 288.0, 287.0, 289.0, 287.0, 289.0, 287.0, 289.0, 287.0, 289.0, 287.0, 289.0, 287.0, 288.0, 287.0, 287.0, 288.0, 287.0, 288.0, 287.0, 289.0, 287.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 288.0, 289.0, 287.0, 289.0, 288.0, 288.0, 289.0, 287.0, 289.0, 287.0, 287.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 289.0, 288.0, 287.0, 289.0, 288.0, 289.0, 289.0, 289.0, 287.0, 287.0, 289.0, 288.0, 289.0, 289.0, 289.0, 288.0, 288.0, 289.0, 288.0, 289.0, 287.0, 289.0, 287.0, 289.0, 288.0, 289.0, 288.0, 287.0, 288.0, 288.0, 289.0, 288.0, 289.0, 288.0, 287.0, 287.0, 287.0, 288.0, 287.0, 289.0, 287.0, 287.0, 288.0, 288.0, 290.0, 288.0, 290.0, 289.0, 288.0, 290.0, 288.0, 290.0, 290.0, 291.0, 290.0, 289.0, 289.0, 288.0, 289.0], 'WindowWidth': [644.0, 641.0, 638.0, 637.0, 633.0, 633.0, 632.0, 631.0, 632.0, 631.0, 634.0, 631.0, 632.0, 631.0, 631.0, 631.0, 631.0, 633.0, 631.0, 633.0, 632.0, 631.0, 631.0, 631.0, 631.0, 631.0, 634.0, 632.0, 632.0, 632.0, 632.0, 632.0, 633.0, 634.0, 633.0, 635.0, 632.0, 634.0, 631.0, 634.0, 632.0, 633.0, 632.0, 630.0, 630.0, 630.0, 631.0, 631.0, 631.0, 631.0, 633.0, 631.0, 632.0, 633.0, 633.0, 633.0, 632.0, 632.0, 632.0, 632.0, 633.0, 633.0, 633.0, 633.0, 634.0, 632.0, 634.0, 633.0, 634.0, 633.0, 634.0, 635.0, 632.0, 634.0, 632.0, 633.0, 631.0, 632.0, 631.0, 634.0, 633.0, 631.0, 631.0, 631.0, 631.0, 631.0, 633.0, 632.0, 631.0, 632.0, 632.0, 632.0, 632.0, 634.0, 634.0, 635.0, 636.0, 635.0, 633.0, 634.0, 633.0, 634.0, 631.0, 633.0, 631.0, 633.0, 631.0, 632.0, 631.0, 631.0, 630.0, 631.0, 630.0, 631.0, 631.0, 629.0, 630.0, 628.0, 630.0, 629.0, 626.0, 626.0, 626.0, 626.0, 626.0, 626.0, 626.0, 627.0, 626.0, 627.0, 625.0, 626.0, 628.0, 627.0, 627.0, 628.0, 629.0, 628.0, 629.0, 629.0, 630.0, 629.0, 631.0, 629.0, 629.0, 631.0, 632.0, 630.0, 631.0, 631.0, 632.0, 634.0, 633.0, 631.0, 632.0, 631.0, 632.0, 631.0, 633.0, 633.0, 633.0, 631.0, 630.0, 635.0, 637.0, 635.0, 631.0, 629.0, 628.0, 626.0, 628.0, 631.0, 632.0, 631.0, 633.0, 633.0, 633.0, 632.0, 633.0, 632.0, 634.0, 633.0, 632.0, 632.0, 632.0, 632.0, 631.0, 633.0, 633.0, 633.0, 633.0, 634.0, 631.0, 632.0, 631.0, 631.0, 631.0, 631.0, 631.0, 631.0, 634.0, 632.0, 635.0, 632.0, 631.0, 632.0, 633.0, 632.0, 633.0, 633.0, 635.0, 635.0, 633.0, 633.0, 633.0, 635.0, 633.0, 633.0, 634.0, 633.0, 636.0, 635.0, 634.0, 632.0, 631.0, 631.0, 631.0, 631.0, 630.0, 632.0, 630.0, 630.0, 630.0, 631.0, 631.0, 632.0, 633.0, 633.0, 633.0, 633.0, 632.0, 633.0, 633.0, 632.0, 632.0, 632.0, 630.0, 631.0, 631.0, 634.0, 633.0, 632.0, 632.0, 633.0, 633.0, 633.0, 633.0, 635.0, 633.0, 635.0, 632.0, 634.0, 632.0, 636.0, 635.0, 632.0, 632.0, 633.0, 632.0, 633.0, 634.0, 636.0, 634.0, 634.0, 632.0, 632.0, 634.0, 634.0, 634.0, 633.0, 632.0, 632.0, 633.0, 635.0, 634.0, 632.0, 634.0, 632.0, 634.0, 633.0, 634.0, 632.0, 630.0, 632.0, 630.0, 634.0, 634.0, 635.0, 633.0, 630.0, 632.0, 630.0, 632.0, 631.0, 632.0, 630.0, 630.0, 630.0, 629.0, 629.0, 630.0, 630.0, 631.0, 630.0, 631.0, 631.0, 631.0, 631.0, 633.0, 633.0, 631.0, 632.0, 630.0, 632.0, 630.0, 633.0, 632.0, 633.0, 632.0, 630.0, 630.0, 630.0, 631.0, 631.0, 633.0, 632.0, 634.0, 632.0, 633.0, 633.0, 634.0, 633.0, 636.0, 635.0, 634.0, 634.0, 633.0, 632.0, 631.0, 634.0, 632.0, 635.0, 632.0, 634.0, 631.0, 631.0, 631.0, 631.0, 631.0, 633.0, 631.0, 629.0, 631.0, 631.0, 632.0, 631.0, 631.0, 630.0, 630.0, 630.0, 632.0, 630.0, 630.0, 631.0, 631.0, 633.0, 631.0, 630.0, 631.0, 630.0, 632.0, 631.0, 633.0, 631.0, 631.0, 631.0, 631.0, 632.0, 632.0, 632.0, 630.0, 630.0, 630.0, 632.0, 634.0, 632.0, 633.0, 631.0, 632.0, 635.0, 634.0, 634.0, 633.0, 634.0, 634.0, 633.0, 632.0, 633.0, 634.0, 633.0, 631.0, 634.0, 632.0, 633.0, 633.0, 630.0, 633.0, 630.0, 634.0, 634.0, 634.0, 632.0, 630.0, 630.0, 630.0, 631.0, 630.0, 633.0, 631.0, 633.0, 632.0, 631.0, 631.0, 630.0, 630.0, 630.0, 632.0, 630.0, 632.0, 631.0, 632.0, 631.0, 631.0, 632.0, 631.0, 633.0, 631.0, 632.0, 632.0, 634.0, 632.0, 631.0, 633.0, 631.0, 632.0, 632.0, 632.0, 633.0, 632.0, 633.0, 633.0, 633.0, 633.0, 632.0, 635.0, 632.0, 636.0, 631.0, 633.0, 632.0, 631.0, 632.0, 630.0, 632.0, 629.0, 630.0, 629.0, 631.0, 629.0, 630.0, 629.0, 630.0, 630.0, 631.0, 632.0, 631.0, 633.0, 630.0, 631.0, 632.0, 631.0, 635.0, 635.0, 633.0, 633.0, 633.0, 632.0, 633.0, 633.0, 631.0, 633.0, 631.0, 633.0, 634.0, 632.0, 634.0, 633.0, 634.0, 634.0, 634.0, 631.0, 629.0, 632.0, 630.0, 631.0, 631.0, 632.0, 630.0, 631.0, 628.0, 629.0, 628.0, 629.0, 630.0, 629.0, 629.0, 629.0, 630.0, 632.0, 631.0, 630.0, 632.0, 630.0, 633.0, 632.0, 632.0, 632.0, 630.0, 632.0, 631.0, 633.0, 630.0, 628.0, 629.0, 628.0, 629.0, 630.0, 630.0, 633.0, 632.0, 633.0, 632.0, 630.0, 630.0, 631.0, 631.0, 633.0, 632.0, 632.0, 631.0, 631.0, 631.0, 631.0, 632.0, 632.0, 635.0, 634.0, 633.0, 633.0, 633.0, 633.0, 635.0, 633.0, 636.0, 634.0, 634.0, 633.0, 632.0, 631.0, 633.0, 630.0, 632.0, 630.0, 631.0, 630.0, 631.0, 629.0, 631.0, 630.0, 631.0, 633.0, 632.0, 631.0, 633.0, 632.0, 635.0, 635.0, 633.0, 635.0, 636.0, 634.0, 634.0, 634.0, 634.0, 635.0, 633.0, 631.0, 630.0, 632.0, 633.0, 633.0, 636.0, 634.0, 636.0, 634.0, 632.0, 630.0, 628.0, 629.0, 627.0, 628.0, 625.0, 625.0, 624.0, 624.0, 625.0, 624.0, 625.0, 626.0, 625.0, 627.0, 627.0, 629.0, 628.0, 627.0, 627.0, 627.0, 627.0, 627.0, 627.0, 626.0, 628.0, 628.0, 629.0, 628.0, 628.0, 629.0, 631.0, 629.0, 629.0, 629.0, 630.0, 631.0, 630.0, 632.0, 630.0, 631.0, 629.0, 630.0, 629.0, 631.0, 631.0, 632.0, 632.0, 630.0, 632.0, 630.0, 632.0, 631.0, 633.0, 633.0, 630.0, 633.0, 630.0, 633.0, 631.0, 634.0, 633.0, 633.0, 632.0, 630.0, 632.0, 630.0, 632.0, 631.0, 633.0, 630.0, 631.0, 630.0, 631.0, 631.0, 633.0, 631.0, 633.0, 630.0, 631.0, 631.0, 631.0, 633.0, 631.0, 634.0, 632.0, 634.0, 634.0, 634.0, 635.0, 634.0, 636.0, 634.0, 635.0, 635.0, 636.0, 635.0, 635.0, 633.0, 633.0, 634.0, 631.0, 636.0, 634.0, 633.0, 632.0, 631.0, 632.0, 630.0, 634.0, 631.0, 633.0, 630.0, 630.0, 630.0, 630.0, 630.0, 633.0, 631.0, 633.0, 630.0, 630.0, 630.0, 631.0, 631.0, 631.0, 630.0, 630.0, 631.0, 630.0, 633.0, 630.0, 632.0, 630.0, 633.0, 630.0, 632.0, 632.0, 633.0, 631.0, 631.0, 632.0, 630.0, 633.0, 632.0, 634.0, 633.0, 631.0, 632.0, 630.0, 633.0, 630.0, 633.0, 631.0, 633.0, 631.0, 632.0, 630.0, 633.0, 631.0, 631.0, 631.0, 630.0, 631.0, 630.0, 631.0, 630.0, 632.0, 631.0, 631.0, 631.0, 630.0, 632.0, 631.0, 633.0, 632.0, 633.0, 630.0, 633.0, 632.0, 632.0, 633.0, 630.0, 633.0, 630.0, 631.0, 632.0, 631.0, 633.0, 631.0, 634.0, 631.0, 631.0, 633.0, 631.0, 634.0, 632.0, 634.0, 631.0, 631.0, 633.0, 631.0, 633.0, 633.0, 634.0, 631.0, 631.0, 633.0, 632.0, 634.0, 633.0, 633.0, 632.0, 631.0, 633.0, 631.0, 633.0, 631.0, 633.0, 630.0, 633.0, 631.0, 633.0, 632.0, 630.0, 632.0, 631.0, 633.0, 631.0, 633.0, 631.0, 631.0, 631.0, 630.0, 632.0, 630.0, 633.0, 631.0, 631.0, 631.0, 633.0, 634.0, 633.0, 635.0, 634.0, 633.0, 635.0, 633.0, 634.0, 635.0, 636.0, 634.0, 634.0, 633.0, 631.0, 633.0]}, 'slices': {}}</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0031413463751438437</td></tr>
<tr><td colspan=3>aqi</td><td>0.039051766398158806</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.70684044025345</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2301900184792636</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0122602453341019</td></tr>
<tr><td colspan=3>efc</td><td>0.4626</td></tr>
<tr><td colspan=3>fber</td><td>13666.7783</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12461750125165239</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.817031070195627</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.484390377817435</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3985372155416895</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.651637664052759</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.402996253857855</td></tr>
<tr><td colspan=3>gcor</td><td>0.0131826</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00521102687343955</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03188773989677429</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.246652385492212</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>26.911</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>1.7334</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>9.6477</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>2.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298630.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>0.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>21.1065</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.347</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>35.1986</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>239.5163</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>251.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77914.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>98.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>59.105</td></tr>
<tr><td colspan=3>tsnr</td><td>33.60419753822498</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>