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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0021_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-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-01_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-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-01_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-0021/ses-01/func/sub-0021_ses-01_task-social_acq-mb8_run-01_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>e9a378ccbd297276a2748cbdaa99b7a1</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:04:54.772500</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.998124, 0.0592693, 0.0153485, -0.0570271, 0.991232, -0.119196]</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-01_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.10872</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>11</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7727, -7223, 514, -28, -36, -151, 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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.242</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e8cf300b-78ce-4390-b74b-15fa9451fcdd||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.677893877029419, -0.1529996544122696, 0.060152068734169006, 115.83840942382812], [-0.15901528298854828, 2.6594021320343018, -0.3188624978065491, -84.88642120361328], [0.04117877036333084, 0.3197944164276123, 2.6804306507110596, -63.06828689575195], [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': ['160454.772500', '160455.232500', '160455.692500', '160456.152500', '160456.612500', '160457.072500', '160457.532500', '160457.992500', '160458.452500', '160458.912500', '160459.372500', '160459.832500', '160500.292500', '160500.752500', '160501.212500', '160501.672500', '160502.132500', '160502.592500', '160503.052500', '160503.512500', '160503.972500', '160504.432500', '160504.892500', '160505.352500', '160505.812500', '160506.272500', '160506.732500', '160507.192500', '160507.652500', '160508.112500', '160508.572500', '160509.032500', '160509.492500', '160509.952500', '160510.412500', '160510.872500', '160511.332500', '160511.792500', '160512.252500', '160512.712500', '160513.172500', '160513.632500', '160514.092500', '160514.552500', '160515.012500', '160515.472500', '160515.932500', '160516.392500', '160516.852500', '160517.312500', '160517.772500', '160518.232500', '160518.692500', '160519.152500', '160519.612500', '160520.072500', '160520.532500', '160520.992500', '160521.452500', '160521.912500', '160522.372500', '160522.832500', '160523.292500', '160523.752500', '160524.212500', '160524.672500', '160525.132500', '160525.592500', '160526.052500', '160526.512500', '160526.972500', '160527.432500', '160527.892500', '160528.352500', '160528.812500', '160529.272500', '160529.732500', '160530.192500', '160530.652500', '160531.112500', '160531.572500', '160532.032500', '160532.492500', '160532.952500', '160533.412500', '160533.872500', '160534.332500', '160534.792500', '160535.252500', '160535.712500', '160536.172500', '160536.632500', '160537.092500', '160537.552500', '160538.012500', '160538.472500', '160538.932500', '160539.392500', '160539.852500', '160540.312500', '160540.772500', '160541.232500', '160541.692500', '160542.152500', '160542.612500', '160543.072500', '160543.532500', '160543.992500', '160544.452500', '160544.912500', '160545.372500', '160545.832500', '160546.292500', '160546.752500', '160547.212500', '160547.672500', '160548.132500', '160548.592500', '160549.052500', '160549.512500', '160549.972500', '160550.432500', '160550.892500', '160551.352500', '160551.812500', '160552.272500', '160552.732500', '160553.192500', '160553.652500', '160554.112500', '160554.572500', '160555.032500', '160555.492500', '160555.952500', '160556.412500', '160556.872500', '160557.332500', '160557.792500', '160558.252500', '160558.712500', '160559.172500', '160559.632500', '160600.092500', '160600.552500', '160601.012500', '160601.472500', '160601.932500', '160602.392500', '160602.852500', '160603.312500', '160603.772500', '160604.232500', '160604.692500', '160605.152500', '160605.612500', '160606.072500', '160606.532500', '160606.992500', '160607.452500', '160607.912500', '160608.372500', '160608.832500', '160609.292500', '160609.752500', '160610.212500', '160610.672500', '160611.132500', '160611.592500', '160612.052500', '160612.512500', '160612.972500', '160613.432500', '160613.892500', '160614.352500', '160614.812500', '160615.272500', '160615.732500', '160616.192500', '160616.652500', '160617.112500', '160617.572500', '160618.032500', '160618.492500', '160618.952500', '160619.412500', '160619.872500', '160620.332500', '160620.792500', '160621.252500', '160621.712500', '160622.172500', '160622.632500', '160623.092500', '160623.552500', '160624.012500', '160624.472500', '160624.932500', '160625.392500', '160625.852500', '160626.312500', '160626.772500', '160627.232500', '160627.692500', '160628.152500', '160628.612500', '160629.072500', '160629.532500', '160629.992500', '160630.452500', '160630.912500', '160631.372500', '160631.832500', '160632.292500', '160632.752500', '160633.212500', '160633.672500', '160634.132500', '160634.592500', '160635.052500', '160635.512500', '160635.972500', '160636.432500', '160636.892500', '160637.352500', '160637.812500', '160638.272500', '160638.732500', '160639.192500', '160639.652500', '160640.112500', '160640.572500', '160641.032500', '160641.492500', '160641.952500', '160642.412500', '160642.872500', '160643.332500', '160643.792500', '160644.252500', '160644.712500', '160645.172500', '160645.632500', '160646.092500', '160646.552500', '160647.012500', '160647.472500', '160647.932500', '160648.392500', '160648.852500', '160649.312500', '160649.772500', '160650.232500', '160650.692500', '160651.152500', '160651.612500', '160652.072500', '160652.532500', '160652.992500', '160653.452500', '160653.912500', '160654.372500', '160654.832500', '160655.292500', '160655.752500', '160656.212500', '160656.672500', '160657.132500', '160657.592500', '160658.052500', '160658.512500', '160658.972500', '160659.432500', '160659.892500', '160700.352500', '160700.812500', '160701.272500', '160701.732500', '160702.192500', '160702.652500', '160703.112500', '160703.572500', '160704.032500', '160704.492500', '160704.952500', '160705.412500', '160705.872500', '160706.332500', '160706.792500', '160707.252500', '160707.712500', '160708.172500', '160708.632500', '160709.092500', '160709.552500', '160710.012500', '160710.472500', '160710.932500', '160711.392500', '160711.852500', '160712.312500', '160712.772500', '160713.232500', '160713.692500', '160714.152500', '160714.612500', '160715.072500', '160715.532500', '160715.992500', '160716.452500', '160716.912500', '160717.372500', '160717.832500', '160718.292500', '160718.752500', '160719.212500', '160719.672500', '160720.132500', '160720.592500', '160721.052500', '160721.512500', '160721.972500', '160722.432500', '160722.892500', '160723.352500', '160723.812500', '160724.272500', '160724.732500', '160725.192500', '160725.652500', '160726.112500', '160726.572500', '160727.032500', '160727.492500', '160727.952500', '160728.412500', '160728.872500', '160729.332500', '160729.792500', '160730.252500', '160730.712500', '160731.172500', '160731.632500', '160732.092500', '160732.552500', '160733.012500', '160733.472500', '160733.932500', '160734.392500', '160734.852500', '160735.312500', '160735.772500', '160736.232500', '160736.692500', '160737.152500', '160737.612500', '160738.072500', '160738.532500', '160738.992500', '160739.452500', '160739.912500', '160740.372500', '160740.832500', '160741.292500', '160741.752500', '160742.212500', '160742.672500', '160743.132500', '160743.592500', '160744.052500', '160744.512500', '160744.972500', '160745.432500', '160745.892500', '160746.352500', '160746.812500', '160747.272500', '160747.732500', '160748.192500', '160748.652500', '160749.112500', '160749.572500', '160750.032500', '160750.492500', '160750.952500', '160751.412500', '160751.872500', '160752.332500', '160752.792500', '160753.252500', '160753.712500', '160754.172500', '160754.632500', '160755.092500', '160755.552500', '160756.012500', '160756.472500', '160756.932500', '160757.392500', '160757.852500', '160758.312500', '160758.772500', '160759.232500', '160759.692500', '160800.152500', '160800.612500', '160801.072500', '160801.532500', '160801.992500', '160802.452500', '160802.912500', '160803.372500', '160803.832500', '160804.292500', '160804.752500', '160805.212500', '160805.672500', '160806.132500', '160806.592500', '160807.052500', '160807.512500', '160807.972500', '160808.432500', '160808.892500', '160809.352500', '160809.812500', '160810.272500', '160810.732500', '160811.192500', '160811.652500', '160812.112500', '160812.572500', '160813.032500', '160813.492500', '160813.952500', '160814.412500', '160814.872500', '160815.332500', '160815.792500', '160816.252500', '160816.712500', '160817.172500', '160817.632500', '160818.092500', '160818.552500', '160819.012500', '160819.472500', '160819.932500', '160820.392500', '160820.852500', '160821.312500', '160821.772500', '160822.232500', '160822.692500', '160823.152500', '160823.612500', '160824.072500', '160824.532500', '160824.992500', '160825.452500', '160825.912500', '160826.372500', '160826.832500', '160827.292500', '160827.752500', '160828.212500', '160828.672500', '160829.132500', '160829.592500', '160830.052500', '160830.512500', '160830.972500', '160831.432500', '160831.892500', '160832.352500', '160832.812500', '160833.272500', '160833.732500', '160834.192500', '160834.652500', '160835.112500', '160835.572500', '160836.032500', '160836.492500', '160836.952500', '160837.412500', '160837.872500', '160838.332500', '160838.792500', '160839.252500', '160839.712500', '160840.172500', '160840.632500', '160841.092500', '160841.552500', '160842.012500', '160842.472500', '160842.932500', '160843.392500', '160843.852500', '160844.312500', '160844.772500', '160845.232500', '160845.692500', '160846.152500', '160846.612500', '160847.072500', '160847.532500', '160847.992500', '160848.452500', '160848.912500', '160849.372500', '160849.832500', '160850.292500', '160850.752500', '160851.212500', '160851.672500', '160852.132500', '160852.592500', '160853.052500', '160853.512500', '160853.972500', '160854.432500', '160854.892500', '160855.352500', '160855.812500', '160856.272500', '160856.732500', '160857.192500', '160857.652500', '160858.112500', '160858.572500', '160859.032500', '160859.492500', '160859.952500', '160900.412500', '160900.872500', '160901.332500', '160901.792500', '160902.252500', '160902.712500', '160903.172500', '160903.632500', '160904.092500', '160904.552500', '160905.012500', '160905.472500', '160905.932500', '160906.392500', '160906.852500', '160907.312500', '160907.772500', '160908.232500', '160908.692500', '160909.152500', '160909.612500', '160910.072500', '160910.532500', '160910.992500', '160911.452500', '160911.912500', '160912.372500', '160912.832500', '160913.292500', '160913.752500', '160914.212500', '160914.672500', '160915.132500', '160915.592500', '160916.052500', '160916.512500', '160916.972500', '160917.432500', '160917.892500', '160918.352500', '160918.812500', '160919.272500', '160919.732500', '160920.192500', '160920.652500', '160921.112500', '160921.572500', '160922.032500', '160922.492500', '160922.952500', '160923.412500', '160923.872500', '160924.332500', '160924.792500', '160925.252500', '160925.712500', '160926.172500', '160926.632500', '160927.092500', '160927.552500', '160928.012500', '160928.472500', '160928.932500', '160929.392500', '160929.852500', '160930.312500', '160930.772500', '160931.232500', '160931.692500', '160932.152500', '160932.612500', '160933.072500', '160933.532500', '160933.992500', '160934.452500', '160934.912500', '160935.372500', '160935.832500', '160936.292500', '160936.752500', '160937.212500', '160937.672500', '160938.132500', '160938.592500', '160939.052500', '160939.512500', '160939.972500', '160940.432500', '160940.892500', '160941.352500', '160941.812500', '160942.272500', '160942.732500', '160943.192500', '160943.652500', '160944.112500', '160944.572500', '160945.032500', '160945.492500', '160945.952500', '160946.412500', '160946.872500', '160947.332500', '160947.792500', '160948.252500', '160948.712500', '160949.172500', '160949.632500', '160950.092500', '160950.552500', '160951.012500', '160951.472500', '160951.932500', '160952.392500', '160952.852500', '160953.312500', '160953.772500', '160954.232500', '160954.692500', '160955.152500', '160955.612500', '160956.072500', '160956.532500', '160956.992500', '160957.452500', '160957.912500', '160958.372500', '160958.832500', '160959.292500', '160959.752500', '161000.212500', '161000.672500', '161001.132500', '161001.592500', '161002.052500', '161002.512500', '161002.972500', '161003.432500', '161003.892500', '161004.352500', '161004.812500', '161005.272500', '161005.732500', '161006.192500', '161006.652500', '161007.112500', '161007.572500', '161008.032500', '161008.492500', '161008.952500', '161009.412500', '161009.872500', '161010.332500', '161010.792500', '161011.252500', '161011.712500', '161012.172500', '161012.632500', '161013.092500', '161013.552500', '161014.012500', '161014.472500', '161014.932500', '161015.392500', '161015.852500', '161016.312500', '161016.772500', '161017.232500', '161017.692500', '161018.152500', '161018.612500', '161019.072500', '161019.532500', '161019.992500', '161020.452500', '161020.912500', '161021.372500', '161021.832500', '161022.292500', '161022.752500', '161023.212500', '161023.672500', '161024.132500', '161024.592500', '161025.052500', '161025.512500', '161025.972500', '161026.432500', '161026.892500', '161027.352500', '161027.812500', '161028.272500', '161028.732500', '161029.192500', '161029.652500', '161030.112500', '161030.572500', '161031.032500', '161031.492500', '161031.952500', '161032.412500', '161032.872500', '161033.332500', '161033.792500', '161034.252500', '161034.712500', '161035.172500', '161035.632500', '161036.092500', '161036.552500', '161037.012500', '161037.472500', '161037.932500', '161038.392500', '161038.852500', '161039.312500', '161039.772500', '161040.232500', '161040.692500', '161041.152500', '161041.612500', '161042.072500', '161042.532500', '161042.992500', '161043.452500', '161043.912500', '161044.372500', '161044.832500', '161045.292500', '161045.752500', '161046.212500', '161046.672500', '161047.132500', '161047.592500', '161048.052500', '161048.512500', '161048.972500', '161049.432500', '161049.892500', '161050.352500', '161050.812500', '161051.272500', '161051.732500', '161052.192500', '161052.652500', '161053.112500', '161053.572500', '161054.032500', '161054.492500', '161054.952500', '161055.412500', '161055.872500', '161056.332500', '161056.792500', '161057.252500', '161057.712500', '161058.172500', '161058.632500', '161059.092500', '161059.552500', '161100.012500', '161100.472500', '161100.932500', '161101.392500', '161101.852500', '161102.312500', '161102.772500', '161103.232500', '161103.692500', '161104.152500', '161104.612500', '161105.072500', '161105.532500', '161105.992500', '161106.452500', '161106.912500', '161107.372500', '161107.832500', '161108.292500', '161108.752500', '161109.212500', '161109.672500', '161110.132500', '161110.592500', '161111.052500', '161111.512500', '161111.972500', '161112.432500', '161112.892500', '161113.352500', '161113.812500', '161114.272500', '161114.732500', '161115.192500', '161115.652500', '161116.112500', '161116.572500', '161117.032500', '161117.492500', '161117.952500', '161118.412500', '161118.872500', '161119.332500', '161119.792500', '161120.252500', '161120.712500', '161121.172500', '161121.632500', '161122.092500', '161122.552500', '161123.012500', '161123.472500', '161123.932500', '161124.392500', '161124.852500', '161125.312500', '161125.772500', '161126.232500', '161126.692500', '161127.152500', '161127.612500', '161128.072500', '161128.532500', '161128.992500', '161129.452500', '161129.912500', '161130.372500', '161130.832500', '161131.292500', '161131.752500', '161132.212500', '161132.672500', '161133.132500', '161133.592500', '161134.052500', '161134.512500', '161134.972500', '161135.432500'], 'ContentTime': ['160458.799000', '160459.077000', '160459.238000', '160459.505000', '160459.673000', '160459.841000', '160500.057000', '160500.259000', '160500.457000', '160500.656000', '160500.898000', '160501.360000', '160501.835000', '160502.291000', '160502.759000', '160503.238000', '160503.667000', '160504.143000', '160504.597000', '160505.058000', '160505.511000', '160505.980000', '160506.434000', '160506.904000', '160507.351000', '160507.835000', '160508.279000', '160508.739000', '160509.209000', '160509.656000', '160510.119000', '160510.576000', '160511.084000', '160511.494000', '160511.960000', '160512.426000', '160512.885000', '160513.340000', '160513.843000', '160514.250000', '160514.707000', '160515.182000', '160515.631000', '160516.092000', '160516.559000', '160517.022000', '160517.470000', '160517.945000', '160518.399000', '160518.864000', '160519.311000', '160519.775000', '160520.230000', '160520.692000', '160521.161000', '160521.613000', '160522.142000', '160522.529000', '160522.992000', '160523.469000', '160523.924000', '160524.384000', '160524.844000', '160525.297000', '160525.761000', '160526.214000', '160526.689000', '160527.137000', '160527.597000', '160528.056000', '160528.539000', '160528.978000', '160529.431000', '160529.904000', '160530.379000', '160530.939000', '160531.276000', '160531.745000', '160532.276000', '160532.652000', '160533.145000', '160533.585000', '160534.042000', '160534.499000', '160534.969000', '160535.424000', '160535.875000', '160536.354000', '160536.792000', '160537.277000', '160537.726000', '160538.197000', '160538.630000', '160539.091000', '160539.557000', '160540.025000', '160540.473000', '160540.946000', '160541.408000', '160541.857000', '160542.315000', '160542.779000', '160543.233000', '160543.761000', '160544.171000', '160544.619000', '160545.082000', '160545.533000', '160546.006000', '160546.475000', '160546.921000', '160547.374000', '160547.867000', '160548.291000', '160548.782000', '160549.240000', '160549.676000', '160550.143000', '160550.608000', '160551.127000', '160551.531000', '160551.977000', '160552.434000', '160552.913000', '160553.367000', '160553.829000', '160554.278000', '160554.741000', '160555.193000', '160555.653000', '160556.116000', '160556.591000', '160557.062000', '160557.506000', '160557.954000', '160558.415000', '160558.885000', '160559.342000', '160559.823000', '160600.254000', '160600.716000', '160601.176000', '160601.639000', '160602.093000', '160602.561000', '160603.020000', '160603.477000', '160603.932000', '160604.403000', '160604.854000', '160605.324000', '160605.773000', '160606.247000', '160606.695000', '160607.171000', '160607.631000', '160608.092000', '160608.545000', '160609.009000', '160609.469000', '160609.924000', '160610.391000', '160610.835000', '160611.302000', '160611.752000', '160612.215000', '160612.689000', '160613.135000', '160613.609000', '160614.069000', '160614.529000', '160614.984000', '160615.441000', '160615.894000', '160616.354000', '160616.824000', '160617.283000', '160617.736000', '160618.215000', '160618.671000', '160619.114000', '160619.574000', '160620.034000', '160620.503000', '160620.967000', '160621.423000', '160621.874000', '160622.354000', '160622.794000', '160623.273000', '160623.712000', '160624.183000', '160624.633000', '160625.107000', '160625.554000', '160626.015000', '160626.483000', '160626.948000', '160627.395000', '160627.855000', '160628.313000', '160628.793000', '160629.253000', '160629.699000', '160630.166000', '160630.644000', '160631.081000', '160631.586000', '160632.002000', '160632.467000', '160632.917000', '160633.380000', '160633.835000', '160634.305000', '160634.755000', '160635.215000', '160635.674000', '160636.138000', '160636.596000', '160637.070000', '160637.526000', '160638.015000', '160638.436000', '160638.913000', '160639.369000', '160639.825000', '160640.345000', '160640.748000', '160641.205000', '160641.656000', '160642.117000', '160642.702000', '160643.043000', '160643.499000', '160643.969000', '160644.418000', '160644.879000', '160645.342000', '160645.794000', '160646.257000', '160646.725000', '160647.178000', '160647.642000', '160648.111000', '160648.557000', '160649.020000', '160649.481000', '160649.951000', '160650.403000', '160650.865000', '160651.316000', '160651.886000', '160652.246000', '160652.704000', '160653.160000', '160653.630000', '160654.117000', '160654.535000', '160655.013000', '160655.466000', '160655.917000', '160656.379000', '160656.842000', '160657.307000', '160657.759000', '160658.220000', '160658.694000', '160659.157000', '160659.597000', '160700.061000', '160700.517000', '160700.994000', '160701.445000', '160701.897000', '160702.362000', '160702.831000', '160703.279000', '160703.750000', '160704.198000', '160704.666000', '160705.118000', '160705.581000', '160706.051000', '160706.499000', '160706.957000', '160707.425000', '160707.888000', '160708.343000', '160708.809000', '160709.280000', '160709.719000', '160710.181000', '160710.644000', '160711.102000', '160711.571000', '160712.025000', '160712.479000', '160712.940000', '160713.411000', '160713.873000', '160714.329000', '160714.777000', '160715.245000', '160715.718000', '160716.161000', '160716.616000', '160717.092000', '160717.542000', '160718.012000', '160718.463000', '160718.926000', '160719.382000', '160719.843000', '160720.313000', '160720.757000', '160721.237000', '160721.678000', '160722.154000', '160722.613000', '160723.089000', '160723.518000', '160723.987000', '160724.444000', '160724.907000', '160725.364000', '160725.853000', '160726.283000', '160726.758000', '160727.201000', '160727.672000', '160728.138000', '160728.580000', '160729.053000', '160729.514000', '160729.960000', '160730.429000', '160730.883000', '160731.539000', '160731.819000', '160732.264000', '160732.721000', '160733.191000', '160733.638000', '160734.117000', '160734.572000', '160735.025000', '160735.512000', '160735.948000', '160736.418000', '160736.859000', '160737.334000', '160737.828000', '160738.241000', '160738.715000', '160739.174000', '160739.628000', '160740.125000', '160740.550000', '160741.008000', '160741.466000', '160741.927000', '160742.387000', '160742.844000', '160743.312000', '160743.791000', '160744.249000', '160744.695000', '160745.161000', '160745.617000', '160746.061000', '160746.530000', '160746.991000', '160747.440000', '160747.968000', '160748.375000', '160748.833000', '160749.286000', '160749.756000', '160750.200000', '160750.661000', '160751.149000', '160751.588000', '160752.047000', '160752.508000', '160752.961000', '160753.434000', '160753.882000', '160754.378000', '160754.819000', '160755.277000', '160755.742000', '160756.190000', '160756.648000', '160757.107000', '160757.562000', '160758.035000', '160758.489000', '160758.953000', '160759.418000', '160759.865000', '160800.325000', '160800.791000', '160801.252000', '160801.711000', '160802.171000', '160802.627000', '160803.082000', '160803.558000', '160804.006000', '160804.475000', '160804.972000', '160805.384000', '160805.857000', '160806.306000', '160806.768000', '160807.222000', '160807.697000', '160808.151000', '160808.619000', '160809.070000', '160809.526000', '160809.989000', '160810.461000', '160810.918000', '160811.418000', '160811.826000', '160812.286000', '160812.747000', '160813.207000', '160813.678000', '160814.134000', '160814.606000', '160815.048000', '160815.523000', '160815.973000', '160816.443000', '160816.897000', '160817.376000', '160817.871000', '160818.279000', '160818.737000', '160819.196000', '160819.665000', '160820.126000', '160820.566000', '160821.030000', '160821.498000', '160821.945000', '160822.420000', '160822.907000', '160823.343000', '160823.807000', '160824.252000', '160824.753000', '160825.173000', '160825.639000', '160826.096000', '160826.551000', '160827.014000', '160827.466000', '160827.942000', '160828.398000', '160828.847000', '160829.317000', '160829.762000', '160830.235000', '160830.723000', '160831.150000', '160831.624000', '160832.075000', '160832.547000', '160832.985000', '160833.459000', '160833.926000', '160834.366000', '160834.825000', '160835.287000', '160835.757000', '160836.217000', '160836.675000', '160837.140000', '160837.654000', '160838.064000', '160838.504000', '160838.972000', '160839.438000', '160839.885000', '160840.350000', '160840.822000', '160841.284000', '160841.737000', '160842.207000', '160842.653000', '160843.123000', '160843.599000', '160844.026000', '160844.515000', '160844.945000', '160845.415000', '160845.872000', '160846.329000', '160846.786000', '160847.254000', '160847.708000', '160848.185000', '160848.640000', '160849.095000', '160849.546000', '160850.024000', '160850.467000', '160850.929000', '160851.389000', '160851.901000', '160852.321000', '160852.784000', '160853.247000', '160853.702000', '160854.165000', '160854.637000', '160855.080000', '160855.546000', '160855.988000', '160856.478000', '160856.909000', '160857.370000', '160857.830000', '160858.288000', '160858.753000', '160859.216000', '160859.677000', '160900.145000', '160900.594000', '160901.050000', '160901.529000', '160901.984000', '160902.437000', '160902.916000', '160903.349000', '160903.811000', '160904.277000', '160904.736000', '160905.203000', '160905.669000', '160906.111000', '160906.569000', '160907.031000', '160907.502000', '160907.961000', '160908.415000', '160908.872000', '160909.351000', '160909.793000', '160910.253000', '160910.713000', '160911.171000', '160911.634000', '160912.118000', '160912.554000', '160913.008000', '160913.469000', '160913.944000', '160914.408000', '160914.867000', '160915.317000', '160915.805000', '160916.228000', '160916.694000', '160917.158000', '160917.617000', '160918.093000', '160918.558000', '160919.008000', '160919.460000', '160919.914000', '160920.381000', '160920.834000', '160921.311000', '160921.754000', '160922.232000', '160922.677000', '160923.155000', '160923.596000', '160924.056000', '160924.538000', '160924.994000', '160925.465000', '160925.899000', '160926.359000', '160926.826000', '160927.278000', '160927.746000', '160928.209000', '160928.658000', '160929.128000', '160929.578000', '160930.101000', '160930.497000', '160930.954000', '160931.416000', '160931.886000', '160932.335000', '160932.800000', '160933.257000', '160933.721000', '160934.178000', '160934.640000', '160935.123000', '160935.554000', '160936.021000', '160936.481000', '160936.945000', '160937.392000', '160937.856000', '160938.314000', '160938.789000', '160939.251000', '160939.694000', '160940.160000', '160940.644000', '160941.080000', '160941.534000', '160941.996000', '160942.484000', '160942.935000', '160943.389000', '160943.835000', '160944.308000', '160944.786000', '160945.216000', '160945.694000', '160946.143000', '160946.598000', '160947.057000', '160947.535000', '160947.977000', '160948.437000', '160948.894000', '160949.372000', '160950.027000', '160950.281000', '160950.747000', '160951.200000', '160951.658000', '160952.124000', '160952.574000', '160953.038000', '160953.504000', '160953.962000', '160954.425000', '160954.882000', '160955.355000', '160955.824000', '160956.275000', '160956.764000', '160957.182000', '160957.641000', '160958.101000', '160958.571000', '160959.032000', '160959.493000', '160959.938000', '161000.411000', '161000.874000', '161001.314000', '161002.083000', '161002.252000', '161002.725000', '161003.173000', '161003.695000', '161004.092000', '161004.559000', '161005.000000', '161005.461000', '161005.915000', '161006.404000', '161006.847000', '161007.362000', '161007.786000', '161008.221000', '161008.680000', '161009.136000', '161009.611000', '161010.072000', '161010.517000', '161010.975000', '161011.440000', '161011.904000', '161012.379000', '161012.823000', '161013.289000', '161013.744000', '161014.198000', '161014.670000', '161015.128000', '161015.587000', '161016.039000', '161016.496000', '161016.963000', '161017.437000', '161017.877000', '161018.338000', '161018.798000', '161019.259000', '161019.729000', '161020.198000', '161020.646000', '161021.119000', '161021.568000', '161022.023000', '161022.491000', '161022.962000', '161023.404000', '161023.858000', '161024.324000', '161024.787000', '161025.238000', '161025.704000', '161026.169000', '161026.622000', '161027.100000', '161027.560000', '161028.001000', '161028.459000', '161028.923000', '161029.377000', '161029.840000', '161030.316000', '161030.759000', '161031.228000', '161031.681000', '161032.148000', '161032.600000', '161033.060000', '161033.521000', '161034.011000', '161034.459000', '161034.901000', '161035.364000', '161035.860000', '161036.303000', '161036.758000', '161037.209000', '161037.668000', '161038.138000', '161038.582000', '161039.059000', '161039.503000', '161039.960000', '161040.435000', '161040.887000', '161041.346000', '161041.806000', '161042.260000', '161042.721000', '161043.251000', '161043.649000', '161044.104000', '161044.594000', '161045.044000', '161045.489000', '161045.945000', '161046.400000', '161046.859000', '161047.341000', '161047.850000', '161048.243000', '161048.711000', '161049.175000', '161049.630000', '161050.082000', '161050.552000', '161051.008000', '161051.467000', '161051.936000', '161052.388000', '161052.875000', '161053.305000', '161053.779000', '161054.226000', '161054.686000', '161055.150000', '161055.608000', '161056.130000', '161056.531000', '161056.986000', '161057.476000', '161057.961000', '161058.369000', '161058.828000', '161059.283000', '161059.753000', '161100.214000', '161100.670000', '161101.138000', '161101.585000', '161102.049000', '161102.520000', '161102.979000', '161103.425000', '161103.885000', '161104.349000', '161104.806000', '161105.269000', '161105.747000', '161106.199000', '161106.665000', '161107.129000', '161107.573000', '161108.041000', '161108.504000', '161108.958000', '161109.410000', '161109.883000', '161110.328000', '161110.809000', '161111.245000', '161111.711000', '161112.175000', '161112.659000', '161113.106000', '161113.582000', '161114.020000', '161114.499000', '161114.942000', '161115.426000', '161115.856000', '161116.312000', '161116.770000', '161117.238000', '161117.690000', '161118.176000', '161118.628000', '161119.069000', '161119.559000', '161119.992000', '161120.463000', '161120.921000', '161121.369000', '161121.837000', '161122.287000', '161122.765000', '161123.218000', '161123.678000', '161124.148000', '161124.601000', '161125.118000', '161125.509000', '161125.977000', '161126.448000', '161126.889000', '161127.356000', '161127.830000', '161128.281000', '161128.745000', '161129.204000', '161129.655000', '161130.159000', '161130.585000', '161131.039000', '161131.515000', '161131.970000', '161132.418000', '161132.892000', '161133.344000', '161133.801000', '161134.266000', '161134.726000', '161135.183000', '161135.652000', '161136.102000', '161136.560000', '161137.009000'], 'InstanceCreationTime': ['160458.799000', '160459.077000', '160459.238000', '160459.505000', '160459.673000', '160459.841000', '160500.057000', '160500.259000', '160500.457000', '160500.656000', '160500.898000', '160501.360000', '160501.835000', '160502.291000', '160502.759000', '160503.238000', '160503.667000', '160504.143000', '160504.597000', '160505.058000', '160505.511000', '160505.980000', '160506.434000', '160506.904000', '160507.351000', '160507.835000', '160508.279000', '160508.739000', '160509.209000', '160509.656000', '160510.119000', '160510.576000', '160511.084000', '160511.494000', '160511.960000', '160512.426000', '160512.885000', '160513.340000', '160513.843000', '160514.250000', '160514.707000', '160515.182000', '160515.631000', '160516.092000', '160516.559000', '160517.022000', '160517.470000', '160517.945000', '160518.399000', '160518.864000', '160519.311000', '160519.775000', '160520.230000', '160520.692000', '160521.161000', '160521.613000', '160522.142000', '160522.529000', '160522.992000', '160523.469000', '160523.924000', '160524.384000', '160524.844000', '160525.297000', '160525.761000', '160526.214000', '160526.689000', '160527.137000', '160527.597000', '160528.056000', '160528.539000', '160528.978000', '160529.431000', '160529.904000', '160530.379000', '160530.939000', '160531.276000', '160531.745000', '160532.276000', '160532.652000', '160533.145000', '160533.585000', '160534.042000', '160534.499000', '160534.969000', '160535.424000', '160535.875000', '160536.354000', '160536.792000', '160537.277000', '160537.726000', '160538.197000', '160538.630000', '160539.091000', '160539.557000', '160540.025000', '160540.473000', '160540.946000', '160541.408000', '160541.857000', '160542.315000', '160542.779000', '160543.233000', '160543.761000', '160544.171000', '160544.619000', '160545.082000', '160545.533000', '160546.006000', '160546.475000', '160546.921000', '160547.374000', '160547.867000', '160548.291000', '160548.782000', '160549.240000', '160549.676000', '160550.143000', '160550.608000', '160551.127000', '160551.531000', '160551.977000', '160552.434000', '160552.913000', '160553.367000', '160553.829000', '160554.278000', '160554.741000', '160555.193000', '160555.653000', '160556.116000', '160556.591000', '160557.062000', '160557.506000', '160557.954000', '160558.415000', '160558.885000', '160559.342000', '160559.823000', '160600.254000', '160600.716000', '160601.176000', '160601.639000', '160602.093000', '160602.561000', '160603.020000', '160603.477000', '160603.932000', '160604.403000', '160604.854000', '160605.324000', '160605.773000', '160606.247000', '160606.695000', '160607.171000', '160607.631000', '160608.092000', '160608.545000', '160609.009000', '160609.469000', '160609.924000', '160610.391000', '160610.835000', '160611.302000', '160611.752000', '160612.215000', '160612.689000', '160613.135000', '160613.609000', '160614.069000', '160614.529000', '160614.984000', '160615.441000', '160615.894000', '160616.354000', '160616.824000', '160617.283000', '160617.736000', '160618.215000', '160618.671000', '160619.114000', '160619.574000', '160620.034000', '160620.503000', '160620.967000', '160621.423000', '160621.874000', '160622.354000', '160622.794000', '160623.273000', '160623.712000', '160624.183000', '160624.633000', '160625.107000', '160625.554000', '160626.015000', '160626.483000', '160626.948000', '160627.395000', '160627.855000', '160628.313000', '160628.793000', '160629.253000', '160629.699000', '160630.166000', '160630.644000', '160631.081000', '160631.586000', '160632.002000', '160632.467000', '160632.917000', '160633.380000', '160633.835000', '160634.305000', '160634.755000', '160635.215000', '160635.674000', '160636.138000', '160636.596000', '160637.070000', '160637.526000', '160638.015000', '160638.436000', '160638.913000', '160639.369000', '160639.825000', '160640.345000', '160640.748000', '160641.205000', '160641.656000', '160642.117000', '160642.702000', '160643.043000', '160643.499000', '160643.969000', '160644.418000', '160644.879000', '160645.342000', '160645.794000', '160646.257000', '160646.725000', '160647.178000', '160647.642000', '160648.111000', '160648.557000', '160649.020000', '160649.481000', '160649.951000', '160650.403000', '160650.865000', '160651.316000', '160651.886000', '160652.246000', '160652.704000', '160653.160000', '160653.630000', '160654.117000', '160654.535000', '160655.013000', '160655.466000', '160655.917000', '160656.379000', '160656.842000', '160657.307000', '160657.759000', '160658.220000', '160658.694000', '160659.157000', '160659.597000', '160700.061000', '160700.517000', '160700.994000', '160701.445000', '160701.897000', '160702.362000', '160702.831000', '160703.279000', '160703.750000', '160704.198000', '160704.666000', '160705.118000', '160705.581000', '160706.051000', '160706.499000', '160706.957000', '160707.425000', '160707.888000', '160708.343000', '160708.809000', '160709.280000', '160709.719000', '160710.181000', '160710.644000', '160711.102000', '160711.571000', '160712.025000', '160712.479000', '160712.940000', '160713.411000', '160713.873000', '160714.329000', '160714.777000', '160715.245000', '160715.718000', '160716.161000', '160716.616000', '160717.092000', '160717.542000', '160718.012000', '160718.463000', '160718.926000', '160719.382000', '160719.843000', '160720.313000', '160720.757000', '160721.237000', '160721.678000', '160722.154000', '160722.613000', '160723.089000', '160723.518000', '160723.987000', '160724.444000', '160724.907000', '160725.364000', '160725.853000', '160726.283000', '160726.758000', '160727.201000', '160727.672000', '160728.138000', '160728.580000', '160729.053000', '160729.514000', '160729.960000', '160730.429000', '160730.883000', '160731.539000', '160731.819000', '160732.264000', '160732.721000', '160733.191000', '160733.638000', '160734.117000', '160734.572000', '160735.025000', '160735.512000', '160735.948000', '160736.418000', '160736.859000', '160737.334000', '160737.828000', '160738.241000', '160738.715000', '160739.174000', '160739.628000', '160740.125000', '160740.550000', '160741.008000', '160741.466000', '160741.927000', '160742.387000', '160742.844000', '160743.312000', '160743.791000', '160744.249000', '160744.695000', '160745.161000', '160745.617000', '160746.061000', '160746.530000', '160746.991000', '160747.440000', '160747.968000', '160748.375000', '160748.833000', '160749.286000', '160749.756000', '160750.200000', '160750.661000', '160751.149000', '160751.588000', '160752.047000', '160752.508000', '160752.961000', '160753.434000', '160753.882000', '160754.378000', '160754.819000', '160755.277000', '160755.742000', '160756.190000', '160756.648000', '160757.107000', '160757.562000', '160758.035000', '160758.489000', '160758.953000', '160759.418000', '160759.865000', '160800.325000', '160800.791000', '160801.252000', '160801.711000', '160802.171000', '160802.627000', '160803.082000', '160803.558000', '160804.006000', '160804.475000', '160804.972000', '160805.384000', '160805.857000', '160806.306000', '160806.768000', '160807.222000', '160807.697000', '160808.151000', '160808.619000', '160809.070000', '160809.526000', '160809.989000', '160810.461000', '160810.918000', '160811.418000', '160811.826000', '160812.286000', '160812.747000', '160813.207000', '160813.678000', '160814.134000', '160814.606000', '160815.048000', '160815.523000', '160815.973000', '160816.443000', '160816.897000', '160817.376000', '160817.871000', '160818.279000', '160818.737000', '160819.196000', '160819.665000', '160820.126000', '160820.566000', '160821.030000', '160821.498000', '160821.945000', '160822.420000', '160822.907000', '160823.343000', '160823.807000', '160824.252000', '160824.753000', '160825.173000', '160825.639000', '160826.096000', '160826.551000', '160827.014000', '160827.466000', '160827.942000', '160828.398000', '160828.847000', '160829.317000', '160829.762000', '160830.235000', '160830.723000', '160831.150000', '160831.624000', '160832.075000', '160832.547000', '160832.985000', '160833.459000', '160833.926000', '160834.366000', '160834.825000', '160835.287000', '160835.757000', '160836.217000', '160836.675000', '160837.140000', '160837.654000', '160838.064000', '160838.504000', '160838.972000', '160839.438000', '160839.885000', '160840.350000', '160840.822000', '160841.284000', '160841.737000', '160842.207000', '160842.653000', '160843.123000', '160843.599000', '160844.026000', '160844.515000', '160844.945000', '160845.415000', '160845.872000', '160846.329000', '160846.786000', '160847.254000', '160847.708000', '160848.185000', '160848.640000', '160849.095000', '160849.546000', '160850.024000', '160850.467000', '160850.929000', '160851.389000', '160851.901000', '160852.321000', '160852.784000', '160853.247000', '160853.702000', '160854.165000', '160854.637000', '160855.080000', '160855.546000', '160855.988000', '160856.478000', '160856.909000', '160857.370000', '160857.830000', '160858.288000', '160858.753000', '160859.216000', '160859.677000', '160900.145000', '160900.594000', '160901.050000', '160901.529000', '160901.984000', '160902.437000', '160902.916000', '160903.349000', '160903.811000', '160904.277000', '160904.736000', '160905.203000', '160905.669000', '160906.111000', '160906.569000', '160907.031000', '160907.502000', '160907.961000', '160908.415000', '160908.872000', '160909.351000', '160909.793000', '160910.253000', '160910.713000', '160911.171000', '160911.634000', '160912.118000', '160912.554000', '160913.008000', '160913.469000', '160913.944000', '160914.408000', '160914.867000', '160915.317000', '160915.805000', '160916.228000', '160916.694000', '160917.158000', '160917.617000', '160918.093000', '160918.558000', '160919.008000', '160919.460000', '160919.914000', '160920.381000', '160920.834000', '160921.311000', '160921.754000', '160922.232000', '160922.677000', '160923.155000', '160923.596000', '160924.056000', '160924.538000', '160924.994000', '160925.465000', '160925.899000', '160926.359000', '160926.826000', '160927.278000', '160927.746000', '160928.209000', '160928.658000', '160929.128000', '160929.578000', '160930.101000', '160930.497000', '160930.954000', '160931.416000', '160931.886000', '160932.335000', '160932.800000', '160933.257000', '160933.721000', '160934.178000', '160934.640000', '160935.123000', '160935.554000', '160936.021000', '160936.481000', '160936.945000', '160937.392000', '160937.856000', '160938.314000', '160938.789000', '160939.251000', '160939.694000', '160940.160000', '160940.644000', '160941.080000', '160941.534000', '160941.996000', '160942.484000', '160942.935000', '160943.389000', '160943.835000', '160944.308000', '160944.786000', '160945.216000', '160945.694000', '160946.143000', '160946.598000', '160947.057000', '160947.535000', '160947.977000', '160948.437000', '160948.894000', '160949.372000', '160950.027000', '160950.281000', '160950.747000', '160951.200000', '160951.658000', '160952.124000', '160952.574000', '160953.038000', '160953.504000', '160953.962000', '160954.425000', '160954.882000', '160955.355000', '160955.824000', '160956.275000', '160956.764000', '160957.182000', '160957.641000', '160958.101000', '160958.571000', '160959.032000', '160959.493000', '160959.938000', '161000.411000', '161000.874000', '161001.314000', '161002.083000', '161002.252000', '161002.725000', '161003.173000', '161003.695000', '161004.092000', '161004.559000', '161005.000000', '161005.461000', '161005.915000', '161006.404000', '161006.847000', '161007.362000', '161007.786000', '161008.221000', '161008.680000', '161009.136000', '161009.611000', '161010.072000', '161010.517000', '161010.975000', '161011.440000', '161011.904000', '161012.379000', '161012.823000', '161013.289000', '161013.744000', '161014.198000', '161014.670000', '161015.128000', '161015.587000', '161016.039000', '161016.496000', '161016.963000', '161017.437000', '161017.877000', '161018.338000', '161018.798000', '161019.259000', '161019.729000', '161020.198000', '161020.646000', '161021.119000', '161021.568000', '161022.023000', '161022.491000', '161022.962000', '161023.404000', '161023.858000', '161024.324000', '161024.787000', '161025.238000', '161025.704000', '161026.169000', '161026.622000', '161027.100000', '161027.560000', '161028.001000', '161028.459000', '161028.923000', '161029.377000', '161029.840000', '161030.316000', '161030.759000', '161031.228000', '161031.681000', '161032.148000', '161032.600000', '161033.060000', '161033.521000', '161034.011000', '161034.459000', '161034.901000', '161035.364000', '161035.860000', '161036.303000', '161036.758000', '161037.209000', '161037.668000', '161038.138000', '161038.582000', '161039.059000', '161039.503000', '161039.960000', '161040.435000', '161040.887000', '161041.346000', '161041.806000', '161042.260000', '161042.721000', '161043.251000', '161043.649000', '161044.104000', '161044.594000', '161045.044000', '161045.489000', '161045.945000', '161046.400000', '161046.859000', '161047.341000', '161047.850000', '161048.243000', '161048.711000', '161049.175000', '161049.630000', '161050.082000', '161050.552000', '161051.008000', '161051.467000', '161051.936000', '161052.388000', '161052.875000', '161053.305000', '161053.779000', '161054.226000', '161054.686000', '161055.150000', '161055.608000', '161056.130000', '161056.531000', '161056.986000', '161057.476000', '161057.961000', '161058.369000', '161058.828000', '161059.283000', '161059.753000', '161100.214000', '161100.670000', '161101.138000', '161101.585000', '161102.049000', '161102.520000', '161102.979000', '161103.425000', '161103.885000', '161104.349000', '161104.806000', '161105.269000', '161105.747000', '161106.199000', '161106.665000', '161107.129000', '161107.573000', '161108.041000', '161108.504000', '161108.958000', '161109.410000', '161109.883000', '161110.328000', '161110.809000', '161111.245000', '161111.711000', '161112.175000', '161112.659000', '161113.106000', '161113.582000', '161114.020000', '161114.499000', '161114.942000', '161115.426000', '161115.856000', '161116.312000', '161116.770000', '161117.238000', '161117.690000', '161118.176000', '161118.628000', '161119.069000', '161119.559000', '161119.992000', '161120.463000', '161120.921000', '161121.369000', '161121.837000', '161122.287000', '161122.765000', '161123.218000', '161123.678000', '161124.148000', '161124.601000', '161125.118000', '161125.509000', '161125.977000', '161126.448000', '161126.889000', '161127.356000', '161127.830000', '161128.281000', '161128.745000', '161129.204000', '161129.655000', '161130.159000', '161130.585000', '161131.039000', '161131.515000', '161131.970000', '161132.418000', '161132.892000', '161133.344000', '161133.801000', '161134.266000', '161134.726000', '161135.183000', '161135.652000', '161136.102000', '161136.560000', '161137.009000'], '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': [635, 789, 505, 817, 548, 691, 494, 665, 505, 655, 510, 659, 745, 523, 819, 511, 716, 503, 637, 480, 723, 502, 639, 650, 460, 719, 463, 637, 512, 653, 503, 679, 474, 690, 592, 578, 864, 519, 681, 503, 674, 481, 700, 537, 621, 812, 474, 699, 509, 618, 477, 548, 438, 438, 592, 481, 438, 740, 540, 780, 553, 833, 519, 919, 702, 929, 733, 836, 862, 607, 999, 577, 680, 474, 654, 487, 531, 721, 476, 685, 459, 592, 443, 581, 583, 452, 772, 475, 590, 444, 607, 464, 624, 479, 574, 506, 501, 752, 503, 714, 490, 662, 491, 638, 473, 587, 688, 501, 786, 505, 683, 543, 695, 459, 655, 453, 649, 588, 563, 695, 443, 697, 736, 611, 633, 609, 792, 651, 678, 610, 554, 706, 620, 839, 615, 738, 631, 861, 581, 771, 563, 704, 568, 670, 564, 668, 552, 744, 521, 683, 524, 660, 691, 567, 696, 573, 646, 563, 630, 568, 682, 563, 664, 582, 580, 728, 579, 664, 547, 647, 532, 671, 534, 508, 739, 518, 655, 531, 654, 515, 667, 515, 654, 751, 551, 740, 546, 699, 553, 639, 549, 633, 506, 665, 550, 553, 761, 516, 694, 533, 676, 521, 577, 454, 514, 519, 817, 504, 434, 692, 472, 640, 755, 562, 915, 651, 669, 694, 713, 722, 920, 749, 1053, 689, 934, 635, 777, 523, 724, 568, 692, 488, 634, 479, 617, 478, 552, 569, 443, 728, 462, 606, 463, 609, 491, 545, 514, 488, 747, 511, 696, 493, 673, 491, 697, 506, 656, 524, 575, 646, 476, 655, 483, 747, 526, 629, 506, 686, 502, 782, 520, 765, 516, 746, 492, 771, 510, 732, 636, 603, 831, 484, 737, 461, 598, 449, 583, 752, 456, 672, 506, 605, 456, 600, 463, 589, 632, 496, 824, 502, 657, 497, 671, 514, 663, 493, 673, 537, 545, 713, 472, 717, 495, 600, 467, 636, 482, 650, 602, 510, 660, 507, 781, 509, 755, 521, 715, 544, 721, 492, 673, 485, 686, 750, 528, 806, 513, 719, 508, 708, 498, 708, 467, 677, 651, 563, 870, 522, 767, 567, 675, 446, 462, 581, 789, 835, 588, 527, 645, 555, 869, 607, 934, 582, 900, 567, 670, 698, 708, 687, 970, 655, 910, 660, 786, 502, 742, 523, 711, 607, 676, 795, 595, 839, 553, 701, 474, 675, 663, 528, 740, 512, 659, 458, 640, 550, 483, 729, 489, 674, 491, 650, 473, 618, 588, 561, 604, 542, 465, 669, 521, 720, 503, 707, 521, 701, 738, 527, 708, 480, 493, 708, 482, 488, 435, 484, 577, 515, 483, 668, 457, 521, 745, 700, 914, 1051, 999, 1148, 991, 986, 669, 736, 933, 591, 1100, 544, 689, 464, 641, 584, 517, 742, 512, 695, 532, 644, 485, 586, 639, 497, 755, 489, 700, 467, 664, 490, 633, 675, 514, 804, 533, 727, 507, 679, 496, 659, 598, 552, 734, 518, 903, 750, 849, 441, 539, 567, 658, 549, 861, 590, 651, 555, 545, 536, 599, 718, 636, 903, 728, 609, 783, 625, 1015, 871, 857, 615, 621, 646, 823, 655, 923, 617, 742, 514, 705, 467, 604, 577, 501, 667, 517, 600, 513, 582, 488, 536, 530, 503, 661, 525, 605, 400, 446, 424, 509, 503, 441, 470, 481, 555, 481, 716, 524, 652, 487, 683, 487, 655, 475, 688, 549, 567, 822, 542, 711, 474, 707, 705, 528, 817, 552, 972, 732, 654, 696, 763, 682, 671, 770, 743, 716, 670, 626, 717, 776, 678, 719, 881, 703, 629, 888, 678, 782, 783, 701, 969, 802, 758, 1014, 806, 959, 697, 731, 677, 756, 662, 742, 689, 660, 651, 673, 651, 635, 663, 638, 724, 634, 710, 670, 615, 673, 632, 663, 636, 607, 659, 629, 680, 630, 665, 651, 629, 684, 617, 626, 654, 572, 691, 703, 693, 593, 703, 714, 731, 627, 657, 564, 607, 591, 586, 655, 783, 676, 908, 690, 934, 647, 936, 624, 913, 600, 749, 578, 556, 699, 586, 679, 581, 599, 580, 569, 633, 591, 589, 581, 582, 655, 596, 849, 667, 655, 713, 697, 661, 622, 693, 683, 692, 667, 706, 702, 652, 642, 684, 712, 686, 709, 680, 767, 687, 811, 659, 829, 795, 871, 847, 847, 663, 755, 827, 715, 1025, 642, 957, 654, 807, 632, 654, 522, 754, 493, 610, 583, 577, 642, 583, 599, 621, 589, 656, 612, 653, 622, 647, 693, 704, 568, 582, 565, 740, 594, 632, 600, 637, 612, 637, 590, 704, 590, 614, 576, 647, 597, 659, 603, 585, 608, 561, 608, 593, 659, 619, 639, 614, 581, 591, 607, 701, 605, 626, 625, 578, 613, 614, 610, 613, 670, 629, 653, 630, 623, 610, 631, 847, 628, 662, 624, 469, 439, 501, 470, 441, 588, 484, 636, 501, 775, 587, 644, 459, 591, 518, 530, 761, 498, 724, 724, 676, 792, 554, 806, 632, 646, 525, 588, 653, 506, 881, 479, 633, 444, 590, 470, 604, 447, 507, 454, 502, 483, 454, 651, 453, 585, 457, 571, 467, 540, 488, 453, 568, 442, 631, 473, 652, 474, 506, 449, 444, 561, 579, 583, 819, 523, 675, 477, 572, 502, 516, 777, 471, 670, 443, 594, 587, 496, 749, 476, 529, 446, 439, 511, 425, 565, 432, 628, 430, 647, 701, 1218, 883, 725, 642], 'WindowCenter': [275.0, 275.0, 270.0, 273.0, 269.0, 270.0, 268.0, 270.0, 268.0, 270.0, 267.0, 269.0, 269.0, 267.0, 270.0, 267.0, 269.0, 267.0, 269.0, 267.0, 270.0, 268.0, 270.0, 269.0, 267.0, 270.0, 267.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 270.0, 269.0, 269.0, 271.0, 267.0, 269.0, 267.0, 269.0, 266.0, 269.0, 267.0, 269.0, 271.0, 268.0, 270.0, 267.0, 267.0, 265.0, 266.0, 265.0, 266.0, 269.0, 267.0, 265.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 270.0, 268.0, 269.0, 267.0, 268.0, 267.0, 265.0, 268.0, 266.0, 266.0, 263.0, 265.0, 263.0, 265.0, 266.0, 263.0, 266.0, 264.0, 265.0, 263.0, 265.0, 265.0, 264.0, 267.0, 265.0, 265.0, 264.0, 267.0, 265.0, 267.0, 265.0, 267.0, 266.0, 267.0, 268.0, 266.0, 268.0, 267.0, 268.0, 266.0, 268.0, 266.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 266.0, 269.0, 266.0, 269.0, 267.0, 268.0, 270.0, 267.0, 268.0, 270.0, 268.0, 269.0, 267.0, 269.0, 267.0, 268.0, 269.0, 268.0, 270.0, 269.0, 270.0, 268.0, 268.0, 268.0, 270.0, 267.0, 269.0, 267.0, 268.0, 267.0, 269.0, 267.0, 268.0, 267.0, 268.0, 266.0, 268.0, 266.0, 267.0, 268.0, 266.0, 268.0, 267.0, 267.0, 267.0, 267.0, 266.0, 268.0, 266.0, 267.0, 268.0, 267.0, 268.0, 266.0, 268.0, 268.0, 268.0, 267.0, 268.0, 266.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 266.0, 268.0, 266.0, 267.0, 268.0, 266.0, 268.0, 267.0, 269.0, 268.0, 268.0, 266.0, 266.0, 266.0, 269.0, 265.0, 265.0, 269.0, 264.0, 267.0, 269.0, 267.0, 269.0, 267.0, 267.0, 268.0, 268.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 266.0, 267.0, 264.0, 266.0, 265.0, 266.0, 263.0, 265.0, 263.0, 265.0, 264.0, 265.0, 265.0, 263.0, 267.0, 264.0, 266.0, 264.0, 266.0, 266.0, 267.0, 266.0, 265.0, 267.0, 265.0, 267.0, 264.0, 266.0, 264.0, 267.0, 264.0, 268.0, 266.0, 266.0, 266.0, 264.0, 266.0, 264.0, 267.0, 265.0, 266.0, 265.0, 267.0, 265.0, 268.0, 264.0, 267.0, 265.0, 267.0, 264.0, 267.0, 264.0, 266.0, 265.0, 265.0, 267.0, 263.0, 266.0, 263.0, 265.0, 263.0, 265.0, 267.0, 264.0, 266.0, 264.0, 265.0, 264.0, 266.0, 264.0, 266.0, 267.0, 265.0, 268.0, 265.0, 267.0, 265.0, 267.0, 265.0, 267.0, 265.0, 267.0, 266.0, 266.0, 268.0, 265.0, 268.0, 266.0, 267.0, 265.0, 267.0, 265.0, 268.0, 267.0, 267.0, 268.0, 267.0, 269.0, 266.0, 268.0, 267.0, 269.0, 267.0, 269.0, 266.0, 268.0, 266.0, 268.0, 268.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 265.0, 269.0, 268.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 263.0, 268.0, 269.0, 269.0, 268.0, 267.0, 270.0, 270.0, 271.0, 269.0, 271.0, 268.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 267.0, 267.0, 265.0, 267.0, 265.0, 267.0, 266.0, 267.0, 267.0, 265.0, 267.0, 265.0, 266.0, 264.0, 266.0, 266.0, 265.0, 266.0, 264.0, 267.0, 264.0, 267.0, 265.0, 265.0, 267.0, 265.0, 267.0, 266.0, 268.0, 267.0, 269.0, 268.0, 268.0, 268.0, 268.0, 267.0, 269.0, 268.0, 270.0, 267.0, 269.0, 267.0, 270.0, 271.0, 268.0, 269.0, 267.0, 267.0, 269.0, 268.0, 268.0, 264.0, 262.0, 262.0, 268.0, 267.0, 269.0, 266.0, 266.0, 268.0, 269.0, 270.0, 271.0, 270.0, 271.0, 269.0, 269.0, 266.0, 267.0, 267.0, 264.0, 268.0, 264.0, 265.0, 263.0, 266.0, 265.0, 264.0, 266.0, 265.0, 266.0, 265.0, 266.0, 264.0, 266.0, 266.0, 265.0, 267.0, 264.0, 267.0, 264.0, 266.0, 265.0, 267.0, 267.0, 266.0, 269.0, 268.0, 268.0, 266.0, 268.0, 265.0, 267.0, 266.0, 266.0, 267.0, 267.0, 268.0, 268.0, 268.0, 264.0, 265.0, 266.0, 266.0, 266.0, 268.0, 266.0, 267.0, 266.0, 265.0, 265.0, 266.0, 268.0, 266.0, 268.0, 267.0, 265.0, 267.0, 265.0, 269.0, 268.0, 267.0, 265.0, 264.0, 264.0, 265.0, 263.0, 265.0, 263.0, 264.0, 262.0, 265.0, 262.0, 264.0, 263.0, 262.0, 263.0, 262.0, 263.0, 262.0, 263.0, 262.0, 263.0, 263.0, 263.0, 264.0, 263.0, 264.0, 260.0, 263.0, 263.0, 264.0, 263.0, 262.0, 262.0, 263.0, 264.0, 264.0, 267.0, 266.0, 267.0, 266.0, 268.0, 266.0, 267.0, 265.0, 267.0, 266.0, 266.0, 268.0, 266.0, 268.0, 265.0, 268.0, 268.0, 266.0, 268.0, 266.0, 269.0, 260.0, 266.0, 269.0, 268.0, 268.0, 268.0, 270.0, 269.0, 269.0, 268.0, 269.0, 269.0, 270.0, 270.0, 269.0, 270.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 267.0, 269.0, 266.0, 268.0, 265.0, 266.0, 265.0, 266.0, 264.0, 265.0, 264.0, 264.0, 264.0, 264.0, 264.0, 264.0, 264.0, 265.0, 266.0, 265.0, 265.0, 265.0, 265.0, 266.0, 265.0, 265.0, 265.0, 264.0, 265.0, 264.0, 266.0, 265.0, 265.0, 266.0, 267.0, 268.0, 267.0, 266.0, 264.0, 265.0, 269.0, 267.0, 270.0, 268.0, 269.0, 269.0, 267.0, 267.0, 265.0, 266.0, 267.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 266.0, 266.0, 264.0, 266.0, 263.0, 265.0, 263.0, 264.0, 262.0, 262.0, 263.0, 263.0, 263.0, 263.0, 262.0, 262.0, 263.0, 263.0, 263.0, 263.0, 263.0, 263.0, 264.0, 265.0, 267.0, 266.0, 266.0, 267.0, 267.0, 266.0, 266.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 267.0, 266.0, 264.0, 265.0, 265.0, 264.0, 266.0, 263.0, 265.0, 263.0, 264.0, 263.0, 265.0, 259.0, 263.0, 261.0, 262.0, 263.0, 263.0, 264.0, 264.0, 263.0, 263.0, 263.0, 263.0, 263.0, 263.0, 263.0, 265.0, 266.0, 266.0, 264.0, 264.0, 263.0, 265.0, 263.0, 263.0, 264.0, 264.0, 265.0, 265.0, 264.0, 266.0, 264.0, 264.0, 264.0, 265.0, 265.0, 265.0, 264.0, 264.0, 264.0, 265.0, 265.0, 265.0, 265.0, 265.0, 265.0, 265.0, 265.0, 264.0, 265.0, 266.0, 265.0, 265.0, 265.0, 265.0, 265.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 266.0, 268.0, 267.0, 267.0, 267.0, 267.0, 265.0, 265.0, 265.0, 264.0, 267.0, 266.0, 268.0, 266.0, 267.0, 266.0, 266.0, 264.0, 266.0, 265.0, 265.0, 267.0, 265.0, 267.0, 267.0, 266.0, 266.0, 265.0, 266.0, 265.0, 265.0, 263.0, 264.0, 265.0, 263.0, 267.0, 263.0, 265.0, 262.0, 264.0, 263.0, 264.0, 262.0, 264.0, 263.0, 264.0, 264.0, 264.0, 266.0, 264.0, 265.0, 264.0, 265.0, 263.0, 265.0, 264.0, 264.0, 265.0, 264.0, 267.0, 265.0, 267.0, 264.0, 266.0, 264.0, 264.0, 265.0, 265.0, 265.0, 267.0, 264.0, 266.0, 263.0, 264.0, 264.0, 264.0, 266.0, 263.0, 266.0, 262.0, 264.0, 265.0, 264.0, 267.0, 264.0, 262.0, 261.0, 262.0, 264.0, 262.0, 264.0, 262.0, 264.0, 263.0, 266.0, 262.0, 271.0, 268.0, 267.0, 266.0], 'WindowWidth': [607.0, 605.0, 599.0, 601.0, 595.0, 597.0, 593.0, 595.0, 592.0, 595.0, 592.0, 595.0, 595.0, 592.0, 596.0, 592.0, 595.0, 591.0, 594.0, 591.0, 596.0, 592.0, 595.0, 594.0, 591.0, 596.0, 592.0, 595.0, 594.0, 595.0, 592.0, 595.0, 592.0, 596.0, 594.0, 594.0, 596.0, 592.0, 595.0, 591.0, 593.0, 590.0, 593.0, 591.0, 593.0, 596.0, 594.0, 596.0, 591.0, 591.0, 588.0, 590.0, 589.0, 590.0, 594.0, 591.0, 588.0, 594.0, 590.0, 594.0, 592.0, 594.0, 590.0, 595.0, 592.0, 594.0, 590.0, 592.0, 590.0, 587.0, 591.0, 588.0, 589.0, 585.0, 587.0, 584.0, 586.0, 588.0, 585.0, 588.0, 587.0, 588.0, 585.0, 588.0, 588.0, 586.0, 591.0, 587.0, 588.0, 587.0, 591.0, 588.0, 591.0, 588.0, 591.0, 589.0, 590.0, 593.0, 589.0, 593.0, 590.0, 592.0, 589.0, 592.0, 589.0, 593.0, 593.0, 592.0, 594.0, 591.0, 593.0, 591.0, 593.0, 590.0, 593.0, 590.0, 593.0, 591.0, 593.0, 596.0, 592.0, 593.0, 597.0, 592.0, 594.0, 591.0, 594.0, 590.0, 592.0, 594.0, 593.0, 596.0, 594.0, 595.0, 592.0, 593.0, 592.0, 595.0, 591.0, 594.0, 590.0, 592.0, 591.0, 593.0, 591.0, 592.0, 590.0, 591.0, 589.0, 591.0, 589.0, 591.0, 591.0, 590.0, 591.0, 590.0, 591.0, 590.0, 591.0, 590.0, 592.0, 589.0, 591.0, 592.0, 590.0, 592.0, 590.0, 592.0, 593.0, 592.0, 591.0, 592.0, 589.0, 589.0, 592.0, 589.0, 591.0, 590.0, 592.0, 590.0, 592.0, 590.0, 592.0, 593.0, 591.0, 593.0, 590.0, 592.0, 591.0, 592.0, 590.0, 592.0, 589.0, 592.0, 590.0, 590.0, 593.0, 589.0, 592.0, 590.0, 593.0, 592.0, 593.0, 590.0, 589.0, 589.0, 593.0, 588.0, 588.0, 593.0, 586.0, 591.0, 594.0, 590.0, 594.0, 590.0, 590.0, 592.0, 591.0, 592.0, 594.0, 592.0, 594.0, 592.0, 593.0, 589.0, 589.0, 586.0, 588.0, 586.0, 588.0, 585.0, 587.0, 585.0, 587.0, 586.0, 587.0, 586.0, 585.0, 589.0, 586.0, 588.0, 586.0, 589.0, 590.0, 590.0, 589.0, 588.0, 591.0, 587.0, 590.0, 586.0, 588.0, 586.0, 590.0, 586.0, 592.0, 589.0, 588.0, 589.0, 587.0, 589.0, 587.0, 590.0, 587.0, 589.0, 588.0, 590.0, 588.0, 591.0, 586.0, 589.0, 587.0, 589.0, 586.0, 589.0, 585.0, 588.0, 587.0, 587.0, 589.0, 584.0, 588.0, 583.0, 586.0, 583.0, 587.0, 589.0, 585.0, 588.0, 586.0, 588.0, 586.0, 589.0, 586.0, 589.0, 590.0, 588.0, 592.0, 588.0, 590.0, 588.0, 590.0, 587.0, 590.0, 587.0, 590.0, 588.0, 589.0, 591.0, 588.0, 591.0, 589.0, 591.0, 588.0, 591.0, 588.0, 592.0, 591.0, 590.0, 592.0, 590.0, 594.0, 589.0, 593.0, 590.0, 593.0, 590.0, 593.0, 589.0, 592.0, 589.0, 592.0, 592.0, 589.0, 592.0, 589.0, 593.0, 589.0, 592.0, 589.0, 592.0, 588.0, 593.0, 592.0, 591.0, 594.0, 590.0, 593.0, 591.0, 592.0, 592.0, 584.0, 593.0, 594.0, 593.0, 592.0, 592.0, 596.0, 596.0, 598.0, 594.0, 597.0, 592.0, 596.0, 594.0, 595.0, 595.0, 595.0, 594.0, 596.0, 593.0, 594.0, 590.0, 591.0, 587.0, 591.0, 587.0, 591.0, 589.0, 590.0, 590.0, 588.0, 590.0, 587.0, 588.0, 585.0, 588.0, 588.0, 587.0, 589.0, 586.0, 589.0, 586.0, 590.0, 588.0, 587.0, 590.0, 587.0, 591.0, 589.0, 592.0, 590.0, 594.0, 593.0, 592.0, 592.0, 593.0, 592.0, 594.0, 593.0, 595.0, 592.0, 594.0, 591.0, 596.0, 597.0, 594.0, 595.0, 591.0, 591.0, 594.0, 592.0, 593.0, 585.0, 582.0, 582.0, 593.0, 592.0, 594.0, 590.0, 589.0, 592.0, 593.0, 595.0, 598.0, 595.0, 596.0, 593.0, 593.0, 589.0, 589.0, 589.0, 586.0, 591.0, 585.0, 587.0, 583.0, 588.0, 586.0, 585.0, 588.0, 586.0, 588.0, 587.0, 589.0, 586.0, 590.0, 589.0, 587.0, 589.0, 586.0, 589.0, 586.0, 588.0, 587.0, 590.0, 590.0, 588.0, 594.0, 592.0, 592.0, 589.0, 591.0, 588.0, 590.0, 589.0, 588.0, 591.0, 590.0, 592.0, 591.0, 592.0, 586.0, 587.0, 588.0, 589.0, 588.0, 592.0, 589.0, 590.0, 588.0, 587.0, 587.0, 589.0, 592.0, 589.0, 591.0, 589.0, 587.0, 589.0, 587.0, 593.0, 592.0, 590.0, 587.0, 585.0, 585.0, 585.0, 583.0, 586.0, 584.0, 585.0, 582.0, 586.0, 581.0, 584.0, 583.0, 582.0, 583.0, 582.0, 583.0, 582.0, 583.0, 582.0, 583.0, 583.0, 583.0, 585.0, 584.0, 585.0, 578.0, 584.0, 584.0, 586.0, 584.0, 583.0, 583.0, 584.0, 586.0, 586.0, 590.0, 589.0, 590.0, 589.0, 591.0, 589.0, 590.0, 588.0, 590.0, 588.0, 589.0, 592.0, 589.0, 591.0, 588.0, 591.0, 591.0, 589.0, 592.0, 589.0, 593.0, 577.0, 589.0, 594.0, 593.0, 591.0, 593.0, 596.0, 594.0, 595.0, 592.0, 594.0, 594.0, 596.0, 595.0, 594.0, 595.0, 593.0, 593.0, 593.0, 591.0, 592.0, 593.0, 592.0, 594.0, 591.0, 590.0, 593.0, 589.0, 592.0, 587.0, 588.0, 586.0, 587.0, 585.0, 585.0, 584.0, 585.0, 584.0, 585.0, 584.0, 585.0, 585.0, 587.0, 587.0, 587.0, 587.0, 586.0, 587.0, 588.0, 587.0, 587.0, 587.0, 586.0, 587.0, 586.0, 588.0, 587.0, 587.0, 588.0, 590.0, 591.0, 590.0, 589.0, 585.0, 587.0, 595.0, 591.0, 595.0, 593.0, 595.0, 594.0, 591.0, 590.0, 586.0, 589.0, 590.0, 590.0, 589.0, 590.0, 591.0, 590.0, 591.0, 588.0, 589.0, 586.0, 588.0, 584.0, 586.0, 582.0, 584.0, 581.0, 581.0, 583.0, 582.0, 583.0, 582.0, 582.0, 582.0, 582.0, 583.0, 584.0, 583.0, 582.0, 584.0, 585.0, 587.0, 590.0, 588.0, 588.0, 590.0, 590.0, 589.0, 588.0, 590.0, 591.0, 592.0, 591.0, 592.0, 592.0, 591.0, 592.0, 594.0, 592.0, 593.0, 593.0, 592.0, 593.0, 592.0, 592.0, 590.0, 592.0, 592.0, 592.0, 591.0, 587.0, 585.0, 586.0, 587.0, 585.0, 587.0, 584.0, 586.0, 583.0, 585.0, 583.0, 586.0, 576.0, 583.0, 580.0, 582.0, 582.0, 584.0, 585.0, 584.0, 584.0, 584.0, 584.0, 583.0, 584.0, 583.0, 584.0, 587.0, 589.0, 589.0, 585.0, 584.0, 583.0, 586.0, 584.0, 584.0, 585.0, 585.0, 586.0, 586.0, 586.0, 588.0, 585.0, 585.0, 585.0, 586.0, 587.0, 587.0, 586.0, 586.0, 586.0, 588.0, 587.0, 587.0, 587.0, 587.0, 587.0, 587.0, 586.0, 586.0, 587.0, 588.0, 587.0, 587.0, 587.0, 587.0, 587.0, 589.0, 588.0, 588.0, 588.0, 588.0, 588.0, 588.0, 589.0, 588.0, 589.0, 592.0, 590.0, 590.0, 590.0, 591.0, 588.0, 587.0, 587.0, 587.0, 590.0, 589.0, 591.0, 589.0, 591.0, 589.0, 589.0, 586.0, 589.0, 586.0, 588.0, 590.0, 586.0, 589.0, 589.0, 588.0, 589.0, 586.0, 588.0, 587.0, 587.0, 583.0, 585.0, 586.0, 584.0, 589.0, 584.0, 586.0, 583.0, 585.0, 584.0, 586.0, 583.0, 585.0, 584.0, 585.0, 585.0, 586.0, 588.0, 585.0, 587.0, 585.0, 587.0, 585.0, 587.0, 586.0, 586.0, 587.0, 586.0, 590.0, 587.0, 590.0, 586.0, 589.0, 587.0, 586.0, 588.0, 587.0, 588.0, 590.0, 585.0, 588.0, 584.0, 586.0, 585.0, 586.0, 588.0, 584.0, 587.0, 583.0, 586.0, 587.0, 585.0, 590.0, 586.0, 581.0, 580.0, 581.0, 585.0, 582.0, 584.0, 583.0, 585.0, 585.0, 588.0, 582.0, 597.0, 591.0, 589.0, 588.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.007903813364055299</td></tr>
<tr><td colspan=3>aqi</td><td>0.08085711624423964</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.701006285524834</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.177790066528258</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0158891223298723</td></tr>
<tr><td colspan=3>efc</td><td>0.5204</td></tr>
<tr><td colspan=3>fber</td><td>3680.9219</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.28296440941571166</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>220</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.34562211981567</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.774113747616037</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.756836206999176</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.811071751160645</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.754433284688291</td></tr>
<tr><td colspan=3>gcor</td><td>0.0205546</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.017954830080270767</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022688189521431923</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.487550319670071</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>24.7205</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>4.4427</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>14.9128</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>4.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289765.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>71.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>31.3628</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6523</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>31.4728</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>211.7812</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86779.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>271.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>48.8014</td></tr>
<tr><td colspan=3>tsnr</td><td>21.906253598397598</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>