<?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-05_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-05_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-05_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-05_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-05_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_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-05_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-05_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_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-05_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-05_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_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-05_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-05_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_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-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-05_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-05_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-01_task-social_acq-mb8_run-05_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-05_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>d9dc028e9eb266af818283442aafee24</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:35:12.777500</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-05_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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>39</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.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.242</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2f018557-b9e9-4c6d-b56e-019bf11a19ab||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': ['163512.777500', '163513.237500', '163513.697500', '163514.157500', '163514.617500', '163515.077500', '163515.537500', '163515.997500', '163516.457500', '163516.917500', '163517.377500', '163517.837500', '163518.297500', '163518.757500', '163519.217500', '163519.677500', '163520.137500', '163520.597500', '163521.057500', '163521.517500', '163521.977500', '163522.437500', '163522.897500', '163523.357500', '163523.817500', '163524.277500', '163524.737500', '163525.197500', '163525.657500', '163526.117500', '163526.577500', '163527.037500', '163527.497500', '163527.957500', '163528.417500', '163528.877500', '163529.337500', '163529.797500', '163530.257500', '163530.717500', '163531.177500', '163531.637500', '163532.097500', '163532.557500', '163533.017500', '163533.477500', '163533.937500', '163534.397500', '163534.857500', '163535.317500', '163535.777500', '163536.237500', '163536.697500', '163537.157500', '163537.617500', '163538.077500', '163538.537500', '163538.997500', '163539.457500', '163539.917500', '163540.377500', '163540.837500', '163541.297500', '163541.757500', '163542.217500', '163542.677500', '163543.137500', '163543.597500', '163544.057500', '163544.517500', '163544.977500', '163545.437500', '163545.897500', '163546.357500', '163546.817500', '163547.277500', '163547.737500', '163548.197500', '163548.657500', '163549.117500', '163549.577500', '163550.037500', '163550.497500', '163550.957500', '163551.417500', '163551.877500', '163552.337500', '163552.797500', '163553.257500', '163553.717500', '163554.177500', '163554.637500', '163555.097500', '163555.557500', '163556.017500', '163556.477500', '163556.937500', '163557.397500', '163557.857500', '163558.317500', '163558.777500', '163559.237500', '163559.697500', '163600.157500', '163600.617500', '163601.077500', '163601.537500', '163601.997500', '163602.457500', '163602.917500', '163603.377500', '163603.837500', '163604.297500', '163604.757500', '163605.217500', '163605.677500', '163606.137500', '163606.597500', '163607.057500', '163607.517500', '163607.977500', '163608.437500', '163608.897500', '163609.357500', '163609.817500', '163610.277500', '163610.737500', '163611.197500', '163611.657500', '163612.117500', '163612.577500', '163613.037500', '163613.497500', '163613.957500', '163614.417500', '163614.877500', '163615.337500', '163615.797500', '163616.257500', '163616.717500', '163617.177500', '163617.637500', '163618.097500', '163618.557500', '163619.017500', '163619.477500', '163619.937500', '163620.397500', '163620.857500', '163621.317500', '163621.777500', '163622.237500', '163622.697500', '163623.157500', '163623.617500', '163624.077500', '163624.537500', '163624.997500', '163625.457500', '163625.917500', '163626.377500', '163626.837500', '163627.297500', '163627.757500', '163628.217500', '163628.677500', '163629.137500', '163629.597500', '163630.057500', '163630.517500', '163630.977500', '163631.437500', '163631.897500', '163632.357500', '163632.817500', '163633.277500', '163633.737500', '163634.197500', '163634.657500', '163635.117500', '163635.577500', '163636.037500', '163636.497500', '163636.957500', '163637.417500', '163637.877500', '163638.337500', '163638.797500', '163639.257500', '163639.717500', '163640.177500', '163640.637500', '163641.097500', '163641.557500', '163642.017500', '163642.477500', '163642.937500', '163643.397500', '163643.857500', '163644.317500', '163644.777500', '163645.237500', '163645.697500', '163646.157500', '163646.617500', '163647.077500', '163647.537500', '163647.997500', '163648.457500', '163648.917500', '163649.377500', '163649.837500', '163650.297500', '163650.757500', '163651.217500', '163651.677500', '163652.137500', '163652.597500', '163653.057500', '163653.517500', '163653.977500', '163654.437500', '163654.897500', '163655.357500', '163655.817500', '163656.277500', '163656.737500', '163657.197500', '163657.657500', '163658.117500', '163658.577500', '163659.037500', '163659.497500', '163659.957500', '163700.417500', '163700.877500', '163701.337500', '163701.797500', '163702.257500', '163702.717500', '163703.177500', '163703.637500', '163704.097500', '163704.557500', '163705.017500', '163705.477500', '163705.937500', '163706.397500', '163706.857500', '163707.317500', '163707.777500', '163708.237500', '163708.697500', '163709.157500', '163709.617500', '163710.077500', '163710.537500', '163710.997500', '163711.457500', '163711.917500', '163712.377500', '163712.837500', '163713.297500', '163713.757500', '163714.217500', '163714.677500', '163715.137500', '163715.597500', '163716.057500', '163716.517500', '163716.977500', '163717.437500', '163717.897500', '163718.357500', '163718.817500', '163719.277500', '163719.737500', '163720.197500', '163720.657500', '163721.117500', '163721.577500', '163722.037500', '163722.497500', '163722.957500', '163723.417500', '163723.877500', '163724.337500', '163724.797500', '163725.257500', '163725.717500', '163726.177500', '163726.637500', '163727.097500', '163727.557500', '163728.017500', '163728.477500', '163728.937500', '163729.397500', '163729.857500', '163730.317500', '163730.777500', '163731.237500', '163731.697500', '163732.157500', '163732.617500', '163733.077500', '163733.537500', '163733.997500', '163734.457500', '163734.917500', '163735.377500', '163735.837500', '163736.297500', '163736.757500', '163737.217500', '163737.677500', '163738.137500', '163738.597500', '163739.057500', '163739.517500', '163739.977500', '163740.437500', '163740.897500', '163741.357500', '163741.817500', '163742.277500', '163742.737500', '163743.197500', '163743.657500', '163744.117500', '163744.577500', '163745.037500', '163745.497500', '163745.957500', '163746.417500', '163746.877500', '163747.337500', '163747.797500', '163748.257500', '163748.717500', '163749.177500', '163749.637500', '163750.097500', '163750.557500', '163751.017500', '163751.477500', '163751.937500', '163752.397500', '163752.857500', '163753.317500', '163753.777500', '163754.237500', '163754.697500', '163755.157500', '163755.617500', '163756.077500', '163756.537500', '163756.997500', '163757.457500', '163757.917500', '163758.377500', '163758.837500', '163759.297500', '163759.757500', '163800.217500', '163800.677500', '163801.137500', '163801.597500', '163802.057500', '163802.517500', '163802.977500', '163803.437500', '163803.897500', '163804.357500', '163804.817500', '163805.277500', '163805.737500', '163806.197500', '163806.657500', '163807.117500', '163807.577500', '163808.037500', '163808.497500', '163808.957500', '163809.417500', '163809.877500', '163810.337500', '163810.797500', '163811.257500', '163811.717500', '163812.177500', '163812.637500', '163813.097500', '163813.557500', '163814.017500', '163814.477500', '163814.937500', '163815.397500', '163815.857500', '163816.317500', '163816.777500', '163817.237500', '163817.697500', '163818.157500', '163818.617500', '163819.077500', '163819.537500', '163819.997500', '163820.457500', '163820.917500', '163821.377500', '163821.837500', '163822.297500', '163822.757500', '163823.217500', '163823.677500', '163824.137500', '163824.597500', '163825.057500', '163825.517500', '163825.977500', '163826.437500', '163826.897500', '163827.357500', '163827.817500', '163828.277500', '163828.737500', '163829.197500', '163829.657500', '163830.117500', '163830.577500', '163831.037500', '163831.497500', '163831.957500', '163832.417500', '163832.877500', '163833.337500', '163833.797500', '163834.257500', '163834.717500', '163835.177500', '163835.637500', '163836.097500', '163836.557500', '163837.017500', '163837.477500', '163837.937500', '163838.397500', '163838.857500', '163839.317500', '163839.777500', '163840.237500', '163840.697500', '163841.157500', '163841.617500', '163842.077500', '163842.537500', '163842.997500', '163843.457500', '163843.917500', '163844.377500', '163844.837500', '163845.297500', '163845.757500', '163846.217500', '163846.677500', '163847.137500', '163847.597500', '163848.057500', '163848.517500', '163848.977500', '163849.437500', '163849.897500', '163850.357500', '163850.817500', '163851.277500', '163851.737500', '163852.197500', '163852.657500', '163853.117500', '163853.577500', '163854.037500', '163854.497500', '163854.957500', '163855.417500', '163855.877500', '163856.337500', '163856.797500', '163857.257500', '163857.717500', '163858.177500', '163858.637500', '163859.097500', '163859.557500', '163900.017500', '163900.477500', '163900.937500', '163901.397500', '163901.857500', '163902.317500', '163902.777500', '163903.237500', '163903.697500', '163904.157500', '163904.617500', '163905.077500', '163905.537500', '163905.997500', '163906.457500', '163906.917500', '163907.377500', '163907.837500', '163908.297500', '163908.757500', '163909.217500', '163909.677500', '163910.137500', '163910.597500', '163911.057500', '163911.517500', '163911.977500', '163912.437500', '163912.897500', '163913.357500', '163913.817500', '163914.277500', '163914.737500', '163915.197500', '163915.657500', '163916.117500', '163916.577500', '163917.037500', '163917.497500', '163917.957500', '163918.417500', '163918.877500', '163919.337500', '163919.797500', '163920.257500', '163920.717500', '163921.177500', '163921.637500', '163922.097500', '163922.557500', '163923.017500', '163923.477500', '163923.937500', '163924.397500', '163924.857500', '163925.317500', '163925.777500', '163926.237500', '163926.697500', '163927.157500', '163927.617500', '163928.077500', '163928.537500', '163928.997500', '163929.457500', '163929.917500', '163930.377500', '163930.837500', '163931.297500', '163931.757500', '163932.217500', '163932.677500', '163933.137500', '163933.597500', '163934.057500', '163934.517500', '163934.977500', '163935.437500', '163935.897500', '163936.357500', '163936.817500', '163937.277500', '163937.737500', '163938.197500', '163938.657500', '163939.117500', '163939.577500', '163940.037500', '163940.497500', '163940.957500', '163941.417500', '163941.877500', '163942.337500', '163942.797500', '163943.257500', '163943.717500', '163944.177500', '163944.637500', '163945.097500', '163945.557500', '163946.017500', '163946.477500', '163946.937500', '163947.397500', '163947.857500', '163948.317500', '163948.777500', '163949.237500', '163949.697500', '163950.157500', '163950.617500', '163951.077500', '163951.537500', '163951.997500', '163952.457500', '163952.917500', '163953.377500', '163953.837500', '163954.297500', '163954.757500', '163955.217500', '163955.677500', '163956.137500', '163956.597500', '163957.057500', '163957.517500', '163957.977500', '163958.437500', '163958.897500', '163959.357500', '163959.817500', '164000.277500', '164000.737500', '164001.197500', '164001.657500', '164002.117500', '164002.577500', '164003.037500', '164003.497500', '164003.957500', '164004.417500', '164004.877500', '164005.337500', '164005.797500', '164006.257500', '164006.717500', '164007.177500', '164007.637500', '164008.097500', '164008.557500', '164009.017500', '164009.477500', '164009.937500', '164010.397500', '164010.857500', '164011.317500', '164011.777500', '164012.237500', '164012.697500', '164013.157500', '164013.617500', '164014.077500', '164014.537500', '164014.997500', '164015.457500', '164015.917500', '164016.377500', '164016.837500', '164017.297500', '164017.757500', '164018.217500', '164018.677500', '164019.137500', '164019.597500', '164020.057500', '164020.517500', '164020.977500', '164021.437500', '164021.897500', '164022.357500', '164022.817500', '164023.277500', '164023.737500', '164024.197500', '164024.657500', '164025.117500', '164025.577500', '164026.037500', '164026.497500', '164026.957500', '164027.417500', '164027.877500', '164028.337500', '164028.797500', '164029.257500', '164029.717500', '164030.177500', '164030.637500', '164031.097500', '164031.557500', '164032.017500', '164032.477500', '164032.937500', '164033.397500', '164033.857500', '164034.317500', '164034.777500', '164035.237500', '164035.697500', '164036.157500', '164036.617500', '164037.077500', '164037.537500', '164037.997500', '164038.457500', '164038.917500', '164039.377500', '164039.837500', '164040.297500', '164040.757500', '164041.217500', '164041.677500', '164042.137500', '164042.597500', '164043.057500', '164043.517500', '164043.977500', '164044.437500', '164044.897500', '164045.357500', '164045.817500', '164046.277500', '164046.737500', '164047.197500', '164047.657500', '164048.117500', '164048.577500', '164049.037500', '164049.497500', '164049.957500', '164050.417500', '164050.877500', '164051.337500', '164051.797500', '164052.257500', '164052.717500', '164053.177500', '164053.637500', '164054.097500', '164054.557500', '164055.017500', '164055.477500', '164055.937500', '164056.397500', '164056.857500', '164057.317500', '164057.777500', '164058.237500', '164058.697500', '164059.157500', '164059.617500', '164100.077500', '164100.537500', '164100.997500', '164101.457500', '164101.917500', '164102.377500', '164102.837500', '164103.297500', '164103.757500', '164104.217500', '164104.677500', '164105.137500', '164105.597500', '164106.057500', '164106.517500', '164106.977500', '164107.437500', '164107.897500', '164108.357500', '164108.817500', '164109.277500', '164109.737500', '164110.197500', '164110.657500', '164111.117500', '164111.577500', '164112.037500', '164112.497500', '164112.957500', '164113.417500', '164113.877500', '164114.337500', '164114.797500', '164115.257500', '164115.717500', '164116.177500', '164116.637500', '164117.097500', '164117.557500', '164118.017500', '164118.477500', '164118.937500', '164119.397500', '164119.857500', '164120.317500', '164120.777500', '164121.237500', '164121.697500', '164122.157500', '164122.617500', '164123.077500', '164123.537500', '164123.997500', '164124.457500', '164124.917500', '164125.377500', '164125.837500', '164126.297500', '164126.757500', '164127.217500', '164127.677500', '164128.137500', '164128.597500', '164129.057500', '164129.517500', '164129.977500', '164130.437500', '164130.897500', '164131.357500', '164131.817500', '164132.277500', '164132.737500', '164133.197500', '164133.657500', '164134.117500', '164134.577500', '164135.037500', '164135.497500', '164135.957500', '164136.417500', '164136.877500', '164137.337500', '164137.797500', '164138.257500', '164138.717500', '164139.177500', '164139.637500', '164140.097500', '164140.557500', '164141.017500', '164141.477500', '164141.937500', '164142.397500', '164142.857500', '164143.317500', '164143.777500', '164144.237500', '164144.697500', '164145.157500', '164145.617500', '164146.077500', '164146.537500', '164146.997500', '164147.457500', '164147.917500', '164148.377500', '164148.837500', '164149.297500', '164149.757500', '164150.217500', '164150.677500', '164151.137500', '164151.597500', '164152.057500', '164152.517500', '164152.977500', '164153.437500'], 'ContentTime': ['163516.409000', '163516.627000', '163516.852000', '163517.065000', '163517.260000', '163517.443000', '163517.672000', '163517.855000', '163518.061000', '163518.241000', '163518.485000', '163518.938000', '163519.390000', '163519.857000', '163520.329000', '163520.868000', '163521.261000', '163521.706000', '163522.167000', '163522.638000', '163523.088000', '163523.545000', '163524.004000', '163524.486000', '163524.935000', '163525.398000', '163525.849000', '163526.330000', '163526.770000', '163527.222000', '163527.699000', '163528.148000', '163528.615000', '163529.085000', '163529.542000', '163529.997000', '163530.444000', '163530.905000', '163531.364000', '163531.828000', '163532.283000', '163532.793000', '163533.235000', '163533.667000', '163534.127000', '163535.332000', '163535.433000', '163535.616000', '163535.965000', '163536.432000', '163536.883000', '163537.373000', '163537.803000', '163538.275000', '163538.728000', '163539.200000', '163539.644000', '163540.101000', '163540.564000', '163541.026000', '163541.485000', '163541.963000', '163542.419000', '163542.891000', '163543.348000', '163543.807000', '163544.248000', '163544.733000', '163545.167000', '163545.632000', '163546.082000', '163546.543000', '163547.026000', '163547.473000', '163547.930000', '163548.391000', '163548.857000', '163549.309000', '163549.787000', '163550.229000', '163550.684000', '163551.158000', '163551.614000', '163552.070000', '163552.525000', '163552.982000', '163553.451000', '163553.908000', '163554.364000', '163554.850000', '163555.283000', '163555.756000', '163556.214000', '163556.675000', '163557.124000', '163557.601000', '163558.059000', '163558.533000', '163558.970000', '163559.428000', '163559.896000', '163600.358000', '163600.811000', '163601.265000', '163601.743000', '163602.199000', '163602.646000', '163603.111000', '163603.572000', '163604.030000', '163604.484000', '163604.993000', '163605.407000', '163605.864000', '163606.348000', '163606.791000', '163607.246000', '163607.709000', '163608.162000', '163608.627000', '163609.112000', '163609.547000', '163610.007000', '163610.515000', '163610.938000', '163611.403000', '163611.850000', '163612.304000', '163612.774000', '163613.243000', '163613.687000', '163614.165000', '163614.606000', '163615.072000', '163615.554000', '163615.997000', '163616.452000', '163616.916000', '163617.361000', '163617.845000', '163618.294000', '163618.753000', '163619.224000', '163619.683000', '163620.131000', '163620.596000', '163621.065000', '163621.517000', '163621.983000', '163622.431000', '163622.886000', '163623.349000', '163623.842000', '163624.265000', '163624.725000', '163625.191000', '163625.652000', '163626.119000', '163626.578000', '163627.025000', '163627.485000', '163627.949000', '163628.406000', '163628.863000', '163629.334000', '163629.784000', '163630.244000', '163630.703000', '163631.165000', '163631.628000', '163632.091000', '163632.556000', '163633.021000', '163633.470000', '163633.934000', '163634.388000', '163634.854000', '163635.306000', '163635.769000', '163636.225000', '163636.701000', '163637.158000', '163637.606000', '163638.130000', '163638.543000', '163638.990000', '163639.457000', '163639.921000', '163640.372000', '163640.852000', '163641.291000', '163641.744000', '163642.224000', '163642.673000', '163643.133000', '163643.586000', '163644.052000', '163644.516000', '163644.990000', '163645.447000', '163645.887000', '163646.346000', '163646.805000', '163647.265000', '163647.732000', '163648.190000', '163648.670000', '163649.113000', '163649.569000', '163650.028000', '163650.504000', '163650.961000', '163651.443000', '163651.870000', '163652.327000', '163652.785000', '163653.250000', '163653.716000', '163654.181000', '163654.631000', '163655.090000', '163655.559000', '163656.006000', '163656.465000', '163656.946000', '163657.386000', '163657.869000', '163658.312000', '163658.765000', '163659.242000', '163659.694000', '163700.148000', '163700.609000', '163701.078000', '163701.537000', '163701.992000', '163702.523000', '163702.932000', '163703.371000', '163703.836000', '163704.290000', '163704.770000', '163705.214000', '163705.668000', '163706.126000', '163706.664000', '163707.052000', '163707.507000', '163707.976000', '163708.477000', '163708.888000', '163709.378000', '163709.853000', '163710.268000', '163710.741000', '163711.192000', '163711.650000', '163712.115000', '163712.582000', '163713.035000', '163713.490000', '163713.952000', '163714.409000', '163714.876000', '163715.343000', '163715.825000', '163716.262000', '163716.762000', '163717.170000', '163717.638000', '163718.097000', '163718.557000', '163719.018000', '163719.479000', '163719.955000', '163720.387000', '163720.849000', '163721.372000', '163721.775000', '163722.244000', '163722.705000', '163723.153000', '163723.624000', '163724.070000', '163724.527000', '163725.001000', '163725.456000', '163725.940000', '163726.371000', '163726.839000', '163727.304000', '163727.756000', '163728.215000', '163728.685000', '163729.130000', '163729.592000', '163730.056000', '163730.513000', '163730.973000', '163731.435000', '163731.904000', '163732.353000', '163732.866000', '163733.283000', '163733.730000', '163734.198000', '163734.657000', '163735.110000', '163735.578000', '163736.030000', '163736.499000', '163736.951000', '163737.430000', '163737.874000', '163738.337000', '163738.790000', '163739.259000', '163739.709000', '163740.180000', '163740.630000', '163741.092000', '163741.556000', '163742.013000', '163742.479000', '163742.943000', '163743.392000', '163743.868000', '163744.312000', '163744.781000', '163745.239000', '163745.711000', '163746.152000', '163746.616000', '163747.072000', '163747.538000', '163748.012000', '163748.459000', '163748.974000', '163749.386000', '163749.836000', '163750.310000', '163750.751000', '163751.226000', '163751.688000', '163752.145000', '163752.625000', '163753.056000', '163753.514000', '163753.986000', '163754.436000', '163754.906000', '163755.356000', '163755.809000', '163756.285000', '163756.731000', '163757.206000', '163757.664000', '163758.112000', '163758.571000', '163759.046000', '163759.499000', '163759.965000', '163800.418000', '163800.893000', '163801.406000', '163801.799000', '163802.254000', '163802.735000', '163803.174000', '163803.639000', '163804.094000', '163804.553000', '163805.022000', '163805.480000', '163805.940000', '163806.456000', '163806.867000', '163807.315000', '163807.773000', '163808.241000', '163808.692000', '163809.169000', '163809.615000', '163810.079000', '163810.541000', '163811.010000', '163811.452000', '163811.920000', '163812.387000', '163812.850000', '163813.297000', '163813.754000', '163814.221000', '163814.682000', '163815.135000', '163815.606000', '163816.063000', '163816.576000', '163816.986000', '163817.438000', '163817.900000', '163818.362000', '163818.811000', '163819.287000', '163819.742000', '163820.205000', '163820.661000', '163821.161000', '163821.627000', '163822.054000', '163822.518000', '163822.968000', '163823.434000', '163823.886000', '163824.340000', '163824.811000', '163825.259000', '163825.728000', '163826.205000', '163826.638000', '163827.110000', '163827.556000', '163828.016000', '163828.490000', '163828.947000', '163829.405000', '163829.865000', '163830.319000', '163830.778000', '163831.235000', '163831.717000', '163832.159000', '163832.617000', '163833.082000', '163833.558000', '163833.996000', '163834.467000', '163834.922000', '163835.374000', '163835.835000', '163836.299000', '163836.772000', '163837.236000', '163837.684000', '163838.138000', '163838.618000', '163839.062000', '163839.519000', '163839.985000', '163840.446000', '163840.914000', '163841.363000', '163841.825000', '163842.315000', '163842.751000', '163843.218000', '163843.667000', '163844.120000', '163844.591000', '163845.042000', '163845.499000', '163846.009000', '163846.418000', '163846.878000', '163847.336000', '163847.890000', '163848.262000', '163848.725000', '163849.189000', '163849.642000', '163850.098000', '163850.565000', '163851.026000', '163851.498000', '163852.019000', '163852.437000', '163852.890000', '163853.316000', '163853.777000', '163854.316000', '163854.708000', '163855.179000', '163855.616000', '163856.075000', '163856.544000', '163857.020000', '163857.458000', '163857.925000', '163858.404000', '163858.842000', '163859.304000', '163859.770000', '163900.234000', '163900.680000', '163901.155000', '163901.598000', '163902.074000', '163902.535000', '163902.986000', '163903.451000', '163903.903000', '163904.363000', '163904.818000', '163905.295000', '163905.737000', '163906.208000', '163906.675000', '163907.132000', '163907.593000', '163908.051000', '163908.511000', '163908.978000', '163909.418000', '163909.887000', '163910.343000', '163910.802000', '163911.270000', '163911.733000', '163912.185000', '163912.643000', '163913.114000', '163913.580000', '163914.037000', '163914.481000', '163914.956000', '163915.412000', '163915.872000', '163916.345000', '163916.794000', '163917.243000', '163917.700000', '163918.202000', '163918.625000', '163919.100000', '163919.543000', '163920.018000', '163920.480000', '163920.946000', '163921.386000', '163921.858000', '163922.304000', '163922.768000', '163923.230000', '163923.694000', '163924.142000', '163924.616000', '163925.064000', '163925.528000', '163925.992000', '163926.448000', '163926.918000', '163927.370000', '163927.843000', '163928.290000', '163928.791000', '163929.220000', '163929.664000', '163930.123000', '163930.583000', '163931.059000', '163931.511000', '163931.966000', '163932.419000', '163932.899000', '163933.358000', '163933.802000', '163934.275000', '163934.726000', '163935.185000', '163935.644000', '163936.108000', '163936.573000', '163937.025000', '163937.488000', '163937.948000', '163938.413000', '163938.889000', '163939.322000', '163939.862000', '163940.259000', '163940.711000', '163941.163000', '163941.626000', '163942.085000', '163942.554000', '163943.002000', '163943.470000', '163943.932000', '163944.397000', '163944.865000', '163945.305000', '163945.772000', '163946.223000', '163946.701000', '163947.153000', '163947.635000', '163948.070000', '163948.539000', '163948.983000', '163949.444000', '163949.921000', '163950.382000', '163950.841000', '163951.285000', '163951.759000', '163952.202000', '163952.677000', '163953.123000', '163953.584000', '163954.088000', '163954.515000', '163954.964000', '163955.425000', '163955.882000', '163956.350000', '163956.805000', '163957.266000', '163957.740000', '163958.196000', '163958.667000', '163959.113000', '163959.574000', '164000.028000', '164000.491000', '164000.946000', '164001.405000', '164001.866000', '164002.324000', '164002.814000', '164003.278000', '164003.722000', '164004.165000', '164004.631000', '164005.085000', '164005.557000', '164006.007000', '164006.469000', '164006.949000', '164007.406000', '164007.868000', '164008.301000', '164008.785000', '164009.233000', '164009.692000', '164010.151000', '164010.610000', '164011.066000', '164011.559000', '164012.053000', '164012.460000', '164012.912000', '164013.370000', '164013.851000', '164014.305000', '164014.746000', '164015.213000', '164015.718000', '164016.143000', '164016.603000', '164017.046000', '164017.508000', '164017.982000', '164018.443000', '164018.889000', '164019.354000', '164020.004000', '164020.266000', '164020.725000', '164021.200000', '164021.647000', '164022.114000', '164022.566000', '164023.029000', '164023.488000', '164023.953000', '164024.419000', '164024.867000', '164025.327000', '164025.787000', '164026.257000', '164026.715000', '164027.183000', '164027.631000', '164028.087000', '164028.550000', '164029.016000', '164029.476000', '164029.939000', '164030.403000', '164030.848000', '164031.309000', '164031.778000', '164032.228000', '164032.688000', '164033.166000', '164033.612000', '164034.081000', '164034.529000', '164034.991000', '164035.468000', '164035.910000', '164036.367000', '164036.828000', '164037.289000', '164037.755000', '164038.224000', '164038.690000', '164039.177000', '164039.629000', '164040.051000', '164040.521000', '164040.982000', '164041.434000', '164041.898000', '164042.363000', '164042.818000', '164043.287000', '164043.744000', '164044.206000', '164044.662000', '164045.124000', '164045.580000', '164046.034000', '164046.569000', '164046.965000', '164047.413000', '164047.884000', '164048.333000', '164048.804000', '164049.261000', '164049.730000', '164050.186000', '164050.632000', '164051.104000', '164051.549000', '164052.022000', '164052.472000', '164052.930000', '164053.394000', '164053.888000', '164054.311000', '164054.771000', '164055.250000', '164055.708000', '164056.166000', '164056.616000', '164057.095000', '164057.559000', '164057.995000', '164058.472000', '164058.922000', '164059.374000', '164059.834000', '164100.308000', '164100.754000', '164101.218000', '164101.682000', '164102.133000', '164102.594000', '164103.054000', '164103.521000', '164103.972000', '164104.451000', '164104.893000', '164105.359000', '164105.927000', '164106.273000', '164106.747000', '164107.201000', '164107.732000', '164108.116000', '164108.575000', '164109.052000', '164109.516000', '164109.954000', '164110.449000', '164110.889000', '164111.347000', '164111.814000', '164112.273000', '164112.718000', '164113.180000', '164113.634000', '164114.096000', '164114.560000', '164115.014000', '164115.483000', '164115.977000', '164116.399000', '164116.856000', '164117.322000', '164117.786000', '164118.237000', '164118.709000', '164119.176000', '164119.625000', '164120.081000', '164120.541000', '164121.012000', '164121.478000', '164121.933000', '164122.378000', '164122.851000', '164123.301000', '164123.755000', '164124.235000', '164124.695000', '164125.140000', '164125.613000', '164126.062000', '164126.533000', '164126.980000', '164127.451000', '164127.975000', '164128.372000', '164128.836000', '164129.295000', '164129.752000', '164130.211000', '164130.672000', '164131.131000', '164131.579000', '164132.044000', '164132.519000', '164132.975000', '164133.426000', '164133.883000', '164134.348000', '164134.811000', '164135.266000', '164135.727000', '164136.184000', '164136.656000', '164137.118000', '164137.564000', '164138.037000', '164138.489000', '164138.975000', '164139.405000', '164139.876000', '164140.342000', '164140.786000', '164141.252000', '164141.735000', '164142.165000', '164142.624000', '164143.085000', '164143.542000', '164144.004000', '164144.480000', '164144.935000', '164145.391000', '164145.846000', '164146.310000', '164146.805000', '164147.231000', '164147.685000', '164148.166000', '164148.600000', '164149.071000', '164149.538000', '164150.056000', '164150.449000', '164150.913000', '164151.372000', '164151.840000', '164152.291000', '164152.749000', '164153.286000', '164153.819000', '164154.123000', '164154.576000'], 'InstanceCreationTime': ['163516.409000', '163516.627000', '163516.852000', '163517.065000', '163517.260000', '163517.443000', '163517.672000', '163517.855000', '163518.061000', '163518.241000', '163518.485000', '163518.938000', '163519.390000', '163519.857000', '163520.329000', '163520.868000', '163521.261000', '163521.706000', '163522.167000', '163522.638000', '163523.088000', '163523.545000', '163524.004000', '163524.486000', '163524.935000', '163525.398000', '163525.849000', '163526.330000', '163526.770000', '163527.222000', '163527.699000', '163528.148000', '163528.615000', '163529.085000', '163529.542000', '163529.997000', '163530.444000', '163530.905000', '163531.364000', '163531.828000', '163532.283000', '163532.793000', '163533.235000', '163533.667000', '163534.127000', '163535.332000', '163535.433000', '163535.616000', '163535.965000', '163536.432000', '163536.883000', '163537.373000', '163537.803000', '163538.275000', '163538.728000', '163539.200000', '163539.644000', '163540.101000', '163540.564000', '163541.026000', '163541.485000', '163541.963000', '163542.419000', '163542.891000', '163543.348000', '163543.807000', '163544.248000', '163544.733000', '163545.167000', '163545.632000', '163546.082000', '163546.543000', '163547.026000', '163547.473000', '163547.930000', '163548.391000', '163548.857000', '163549.309000', '163549.787000', '163550.229000', '163550.684000', '163551.158000', '163551.614000', '163552.070000', '163552.525000', '163552.982000', '163553.451000', '163553.908000', '163554.364000', '163554.850000', '163555.283000', '163555.756000', '163556.214000', '163556.675000', '163557.124000', '163557.601000', '163558.059000', '163558.533000', '163558.970000', '163559.428000', '163559.896000', '163600.358000', '163600.811000', '163601.265000', '163601.743000', '163602.199000', '163602.646000', '163603.111000', '163603.572000', '163604.030000', '163604.484000', '163604.993000', '163605.407000', '163605.864000', '163606.348000', '163606.791000', '163607.246000', '163607.709000', '163608.162000', '163608.627000', '163609.112000', '163609.547000', '163610.007000', '163610.515000', '163610.938000', '163611.403000', '163611.850000', '163612.304000', '163612.774000', '163613.243000', '163613.687000', '163614.165000', '163614.606000', '163615.072000', '163615.554000', '163615.997000', '163616.452000', '163616.916000', '163617.361000', '163617.845000', '163618.294000', '163618.753000', '163619.224000', '163619.683000', '163620.131000', '163620.596000', '163621.065000', '163621.517000', '163621.983000', '163622.431000', '163622.886000', '163623.349000', '163623.842000', '163624.265000', '163624.725000', '163625.191000', '163625.652000', '163626.119000', '163626.578000', '163627.025000', '163627.485000', '163627.949000', '163628.406000', '163628.863000', '163629.334000', '163629.784000', '163630.244000', '163630.703000', '163631.165000', '163631.628000', '163632.091000', '163632.556000', '163633.021000', '163633.470000', '163633.934000', '163634.388000', '163634.854000', '163635.306000', '163635.769000', '163636.225000', '163636.701000', '163637.158000', '163637.606000', '163638.130000', '163638.543000', '163638.990000', '163639.457000', '163639.921000', '163640.372000', '163640.852000', '163641.291000', '163641.744000', '163642.224000', '163642.673000', '163643.133000', '163643.586000', '163644.052000', '163644.516000', '163644.990000', '163645.447000', '163645.887000', '163646.346000', '163646.805000', '163647.265000', '163647.732000', '163648.190000', '163648.670000', '163649.113000', '163649.569000', '163650.028000', '163650.504000', '163650.961000', '163651.443000', '163651.870000', '163652.327000', '163652.785000', '163653.250000', '163653.716000', '163654.181000', '163654.631000', '163655.090000', '163655.559000', '163656.006000', '163656.465000', '163656.946000', '163657.386000', '163657.869000', '163658.312000', '163658.765000', '163659.242000', '163659.694000', '163700.148000', '163700.609000', '163701.078000', '163701.537000', '163701.992000', '163702.523000', '163702.932000', '163703.371000', '163703.836000', '163704.290000', '163704.770000', '163705.214000', '163705.668000', '163706.126000', '163706.664000', '163707.052000', '163707.507000', '163707.976000', '163708.477000', '163708.888000', '163709.378000', '163709.853000', '163710.268000', '163710.741000', '163711.192000', '163711.650000', '163712.115000', '163712.582000', '163713.035000', '163713.490000', '163713.952000', '163714.409000', '163714.876000', '163715.343000', '163715.825000', '163716.262000', '163716.762000', '163717.170000', '163717.638000', '163718.097000', '163718.557000', '163719.018000', '163719.479000', '163719.955000', '163720.387000', '163720.849000', '163721.372000', '163721.775000', '163722.244000', '163722.705000', '163723.153000', '163723.624000', '163724.070000', '163724.527000', '163725.001000', '163725.456000', '163725.940000', '163726.371000', '163726.839000', '163727.304000', '163727.756000', '163728.215000', '163728.685000', '163729.130000', '163729.592000', '163730.056000', '163730.513000', '163730.973000', '163731.435000', '163731.904000', '163732.353000', '163732.866000', '163733.283000', '163733.730000', '163734.198000', '163734.657000', '163735.110000', '163735.578000', '163736.030000', '163736.499000', '163736.951000', '163737.430000', '163737.874000', '163738.337000', '163738.790000', '163739.259000', '163739.709000', '163740.180000', '163740.630000', '163741.092000', '163741.556000', '163742.013000', '163742.479000', '163742.943000', '163743.392000', '163743.868000', '163744.312000', '163744.781000', '163745.239000', '163745.711000', '163746.152000', '163746.616000', '163747.072000', '163747.538000', '163748.012000', '163748.459000', '163748.974000', '163749.386000', '163749.836000', '163750.310000', '163750.751000', '163751.226000', '163751.688000', '163752.145000', '163752.625000', '163753.056000', '163753.514000', '163753.986000', '163754.436000', '163754.906000', '163755.356000', '163755.809000', '163756.285000', '163756.731000', '163757.206000', '163757.664000', '163758.112000', '163758.571000', '163759.046000', '163759.499000', '163759.965000', '163800.418000', '163800.893000', '163801.406000', '163801.799000', '163802.254000', '163802.735000', '163803.174000', '163803.639000', '163804.094000', '163804.553000', '163805.022000', '163805.480000', '163805.940000', '163806.456000', '163806.867000', '163807.315000', '163807.773000', '163808.241000', '163808.692000', '163809.169000', '163809.615000', '163810.079000', '163810.541000', '163811.010000', '163811.452000', '163811.920000', '163812.387000', '163812.850000', '163813.297000', '163813.754000', '163814.221000', '163814.682000', '163815.135000', '163815.606000', '163816.063000', '163816.576000', '163816.986000', '163817.438000', '163817.900000', '163818.362000', '163818.811000', '163819.287000', '163819.742000', '163820.205000', '163820.661000', '163821.161000', '163821.627000', '163822.054000', '163822.518000', '163822.968000', '163823.434000', '163823.886000', '163824.340000', '163824.811000', '163825.259000', '163825.728000', '163826.205000', '163826.638000', '163827.110000', '163827.556000', '163828.016000', '163828.490000', '163828.947000', '163829.405000', '163829.865000', '163830.319000', '163830.778000', '163831.235000', '163831.717000', '163832.159000', '163832.617000', '163833.082000', '163833.558000', '163833.996000', '163834.467000', '163834.922000', '163835.374000', '163835.835000', '163836.299000', '163836.772000', '163837.236000', '163837.684000', '163838.138000', '163838.618000', '163839.062000', '163839.519000', '163839.985000', '163840.446000', '163840.914000', '163841.363000', '163841.825000', '163842.315000', '163842.751000', '163843.218000', '163843.667000', '163844.120000', '163844.591000', '163845.042000', '163845.499000', '163846.009000', '163846.418000', '163846.878000', '163847.336000', '163847.890000', '163848.262000', '163848.725000', '163849.189000', '163849.642000', '163850.098000', '163850.565000', '163851.026000', '163851.498000', '163852.019000', '163852.437000', '163852.890000', '163853.316000', '163853.777000', '163854.316000', '163854.708000', '163855.179000', '163855.616000', '163856.075000', '163856.544000', '163857.020000', '163857.458000', '163857.925000', '163858.404000', '163858.842000', '163859.304000', '163859.770000', '163900.234000', '163900.680000', '163901.155000', '163901.598000', '163902.074000', '163902.535000', '163902.986000', '163903.451000', '163903.903000', '163904.363000', '163904.818000', '163905.295000', '163905.737000', '163906.208000', '163906.675000', '163907.132000', '163907.593000', '163908.051000', '163908.511000', '163908.978000', '163909.418000', '163909.887000', '163910.343000', '163910.802000', '163911.270000', '163911.733000', '163912.185000', '163912.643000', '163913.114000', '163913.580000', '163914.037000', '163914.481000', '163914.956000', '163915.412000', '163915.872000', '163916.345000', '163916.794000', '163917.243000', '163917.700000', '163918.202000', '163918.625000', '163919.100000', '163919.543000', '163920.018000', '163920.480000', '163920.946000', '163921.386000', '163921.858000', '163922.304000', '163922.768000', '163923.230000', '163923.694000', '163924.142000', '163924.616000', '163925.064000', '163925.528000', '163925.992000', '163926.448000', '163926.918000', '163927.370000', '163927.843000', '163928.290000', '163928.791000', '163929.220000', '163929.664000', '163930.123000', '163930.583000', '163931.059000', '163931.511000', '163931.966000', '163932.419000', '163932.899000', '163933.358000', '163933.802000', '163934.275000', '163934.726000', '163935.185000', '163935.644000', '163936.108000', '163936.573000', '163937.025000', '163937.488000', '163937.948000', '163938.413000', '163938.889000', '163939.322000', '163939.862000', '163940.259000', '163940.711000', '163941.163000', '163941.626000', '163942.085000', '163942.554000', '163943.002000', '163943.470000', '163943.932000', '163944.397000', '163944.865000', '163945.305000', '163945.772000', '163946.223000', '163946.701000', '163947.153000', '163947.635000', '163948.070000', '163948.539000', '163948.983000', '163949.444000', '163949.921000', '163950.382000', '163950.841000', '163951.285000', '163951.759000', '163952.202000', '163952.677000', '163953.123000', '163953.584000', '163954.088000', '163954.515000', '163954.964000', '163955.425000', '163955.882000', '163956.350000', '163956.805000', '163957.266000', '163957.740000', '163958.196000', '163958.667000', '163959.113000', '163959.574000', '164000.028000', '164000.491000', '164000.946000', '164001.405000', '164001.866000', '164002.324000', '164002.814000', '164003.278000', '164003.722000', '164004.165000', '164004.631000', '164005.085000', '164005.557000', '164006.007000', '164006.469000', '164006.949000', '164007.406000', '164007.868000', '164008.301000', '164008.785000', '164009.233000', '164009.692000', '164010.151000', '164010.610000', '164011.066000', '164011.559000', '164012.053000', '164012.460000', '164012.912000', '164013.370000', '164013.851000', '164014.305000', '164014.746000', '164015.213000', '164015.718000', '164016.143000', '164016.603000', '164017.046000', '164017.508000', '164017.982000', '164018.443000', '164018.889000', '164019.354000', '164020.004000', '164020.266000', '164020.725000', '164021.200000', '164021.647000', '164022.114000', '164022.566000', '164023.029000', '164023.488000', '164023.953000', '164024.419000', '164024.867000', '164025.327000', '164025.787000', '164026.257000', '164026.715000', '164027.183000', '164027.631000', '164028.087000', '164028.550000', '164029.016000', '164029.476000', '164029.939000', '164030.403000', '164030.848000', '164031.309000', '164031.778000', '164032.228000', '164032.688000', '164033.166000', '164033.612000', '164034.081000', '164034.529000', '164034.991000', '164035.468000', '164035.910000', '164036.367000', '164036.828000', '164037.289000', '164037.755000', '164038.224000', '164038.690000', '164039.177000', '164039.629000', '164040.051000', '164040.521000', '164040.982000', '164041.434000', '164041.898000', '164042.363000', '164042.818000', '164043.287000', '164043.744000', '164044.206000', '164044.662000', '164045.124000', '164045.580000', '164046.034000', '164046.569000', '164046.965000', '164047.413000', '164047.884000', '164048.333000', '164048.804000', '164049.261000', '164049.730000', '164050.186000', '164050.632000', '164051.104000', '164051.549000', '164052.022000', '164052.472000', '164052.930000', '164053.394000', '164053.888000', '164054.311000', '164054.771000', '164055.250000', '164055.708000', '164056.166000', '164056.616000', '164057.095000', '164057.559000', '164057.995000', '164058.472000', '164058.922000', '164059.374000', '164059.834000', '164100.308000', '164100.754000', '164101.218000', '164101.682000', '164102.133000', '164102.594000', '164103.054000', '164103.521000', '164103.972000', '164104.451000', '164104.893000', '164105.359000', '164105.927000', '164106.273000', '164106.747000', '164107.201000', '164107.732000', '164108.116000', '164108.575000', '164109.052000', '164109.516000', '164109.954000', '164110.449000', '164110.889000', '164111.347000', '164111.814000', '164112.273000', '164112.718000', '164113.180000', '164113.634000', '164114.096000', '164114.560000', '164115.014000', '164115.483000', '164115.977000', '164116.399000', '164116.856000', '164117.322000', '164117.786000', '164118.237000', '164118.709000', '164119.176000', '164119.625000', '164120.081000', '164120.541000', '164121.012000', '164121.478000', '164121.933000', '164122.378000', '164122.851000', '164123.301000', '164123.755000', '164124.235000', '164124.695000', '164125.140000', '164125.613000', '164126.062000', '164126.533000', '164126.980000', '164127.451000', '164127.975000', '164128.372000', '164128.836000', '164129.295000', '164129.752000', '164130.211000', '164130.672000', '164131.131000', '164131.579000', '164132.044000', '164132.519000', '164132.975000', '164133.426000', '164133.883000', '164134.348000', '164134.811000', '164135.266000', '164135.727000', '164136.184000', '164136.656000', '164137.118000', '164137.564000', '164138.037000', '164138.489000', '164138.975000', '164139.405000', '164139.876000', '164140.342000', '164140.786000', '164141.252000', '164141.735000', '164142.165000', '164142.624000', '164143.085000', '164143.542000', '164144.004000', '164144.480000', '164144.935000', '164145.391000', '164145.846000', '164146.310000', '164146.805000', '164147.231000', '164147.685000', '164148.166000', '164148.600000', '164149.071000', '164149.538000', '164150.056000', '164150.449000', '164150.913000', '164151.372000', '164151.840000', '164152.291000', '164152.749000', '164153.286000', '164153.819000', '164154.123000', '164154.576000'], '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': [649, 1073, 640, 817, 560, 665, 615, 608, 627, 569, 687, 561, 946, 558, 767, 558, 598, 529, 549, 545, 561, 518, 606, 618, 577, 723, 529, 976, 680, 944, 839, 752, 520, 734, 504, 1096, 854, 960, 861, 772, 1124, 619, 938, 646, 822, 984, 619, 957, 605, 812, 558, 646, 503, 588, 799, 565, 857, 570, 696, 518, 645, 511, 630, 533, 575, 545, 538, 600, 542, 680, 512, 643, 552, 581, 569, 605, 582, 579, 1043, 762, 876, 706, 790, 663, 636, 978, 595, 1025, 563, 802, 529, 684, 502, 617, 476, 615, 484, 576, 517, 573, 519, 537, 540, 550, 633, 509, 830, 521, 754, 500, 632, 495, 604, 464, 624, 516, 619, 522, 558, 781, 510, 730, 502, 644, 495, 602, 537, 590, 514, 527, 755, 496, 607, 525, 557, 551, 556, 602, 550, 576, 527, 561, 502, 657, 547, 635, 541, 585, 510, 600, 519, 747, 529, 885, 571, 714, 529, 719, 525, 762, 563, 802, 526, 780, 582, 712, 764, 672, 1028, 588, 1062, 574, 754, 566, 714, 500, 635, 536, 652, 596, 566, 671, 521, 785, 533, 619, 578, 554, 535, 542, 496, 539, 520, 550, 496, 543, 775, 505, 795, 524, 886, 751, 934, 713, 869, 725, 701, 761, 676, 881, 669, 945, 637, 632, 588, 460, 615, 467, 721, 507, 736, 496, 717, 463, 645, 551, 529, 867, 510, 653, 466, 472, 503, 487, 529, 614, 544, 762, 485, 709, 477, 699, 465, 672, 478, 694, 547, 712, 704, 628, 538, 571, 554, 532, 576, 550, 683, 627, 536, 742, 529, 728, 874, 737, 987, 611, 987, 585, 1123, 693, 841, 533, 706, 524, 644, 792, 592, 980, 511, 782, 519, 727, 504, 783, 813, 859, 535, 558, 527, 558, 576, 611, 541, 826, 511, 581, 520, 686, 541, 751, 553, 1128, 642, 954, 600, 968, 554, 781, 536, 926, 541, 950, 549, 825, 541, 760, 511, 640, 466, 630, 485, 593, 515, 548, 517, 539, 511, 624, 587, 620, 515, 541, 509, 467, 513, 613, 518, 884, 640, 885, 554, 940, 569, 1056, 749, 1111, 771, 1006, 657, 850, 576, 712, 882, 572, 1093, 602, 790, 522, 673, 534, 625, 560, 520, 759, 537, 690, 517, 645, 540, 478, 482, 530, 487, 475, 499, 528, 472, 706, 484, 530, 479, 913, 482, 705, 501, 573, 699, 546, 937, 514, 632, 478, 555, 467, 520, 736, 490, 658, 491, 598, 447, 536, 489, 539, 766, 489, 636, 466, 584, 561, 621, 674, 587, 649, 680, 646, 684, 660, 628, 629, 638, 647, 762, 719, 699, 655, 747, 628, 731, 1043, 722, 919, 655, 814, 619, 915, 584, 713, 640, 673, 979, 594, 957, 616, 754, 540, 683, 840, 599, 1030, 589, 781, 563, 676, 505, 659, 650, 561, 887, 567, 621, 484, 663, 658, 517, 726, 563, 623, 507, 602, 507, 610, 561, 680, 528, 661, 538, 611, 564, 653, 562, 604, 562, 553, 592, 563, 566, 617, 553, 662, 544, 674, 656, 714, 679, 617, 645, 613, 619, 621, 804, 608, 604, 575, 531, 645, 535, 698, 528, 658, 531, 729, 531, 794, 566, 772, 553, 834, 584, 883, 579, 658, 553, 575, 628, 557, 779, 539, 839, 582, 887, 596, 909, 613, 850, 569, 735, 560, 700, 589, 728, 604, 686, 632, 620, 642, 574, 648, 521, 702, 527, 738, 555, 753, 548, 564, 563, 575, 713, 545, 916, 574, 708, 565, 599, 672, 655, 716, 614, 722, 580, 818, 599, 964, 660, 690, 604, 592, 886, 585, 910, 598, 988, 662, 937, 654, 880, 626, 872, 604, 895, 573, 873, 588, 748, 530, 751, 510, 785, 509, 704, 513, 679, 522, 651, 611, 610, 637, 552, 844, 563, 838, 554, 675, 529, 649, 558, 697, 537, 864, 567, 590, 544, 545, 554, 714, 519, 821, 590, 751, 747, 560, 855, 607, 1030, 786, 1072, 729, 892, 534, 840, 493, 667, 495, 636, 585, 643, 507, 629, 524, 690, 531, 554, 617, 632, 768, 808, 586, 1032, 600, 626, 483, 591, 477, 619, 483, 718, 489, 752, 512, 649, 516, 597, 511, 635, 494, 546, 482, 539, 563, 537, 749, 534, 839, 546, 708, 570, 706, 564, 652, 580, 656, 566, 656, 575, 640, 657, 617, 912, 608, 1036, 625, 823, 611, 685, 533, 656, 565, 587, 807, 573, 712, 557, 664, 600, 610, 599, 611, 623, 567, 628, 558, 620, 534, 636, 561, 817, 563, 659, 589, 660, 612, 674, 636, 701, 621, 678, 634, 685, 616, 672, 673, 613, 1043, 635, 1095, 643, 798, 587, 724, 580, 749, 607, 785, 583, 698, 610, 738, 705, 720, 614, 643, 797, 631, 904, 608, 766, 553, 934, 589, 965, 597, 759, 569, 793, 554, 691, 573, 696, 578, 626, 578, 540, 758, 536, 800, 533, 570, 635, 640, 597, 680, 602, 612, 630, 619, 622, 576, 607, 616, 755, 647, 817, 642, 595, 798, 612, 998, 718, 1010, 649, 876, 609, 839, 595, 621, 653, 568, 686, 558, 595, 577, 596, 570, 624, 586, 602, 575, 657, 648, 551, 643, 565, 564, 596, 568, 685, 609, 740, 554, 760, 551, 810, 571, 788, 858, 715, 1139, 615, 717, 569, 655, 556, 694, 571, 621, 600, 540, 592, 580, 583, 525, 619, 613, 652, 625, 609, 828, 585, 612, 697, 568], 'WindowCenter': [274.0, 276.0, 272.0, 272.0, 269.0, 270.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 271.0, 268.0, 270.0, 268.0, 270.0, 268.0, 268.0, 268.0, 267.0, 267.0, 269.0, 270.0, 269.0, 270.0, 268.0, 272.0, 270.0, 271.0, 271.0, 269.0, 267.0, 269.0, 267.0, 271.0, 270.0, 270.0, 269.0, 268.0, 269.0, 266.0, 268.0, 266.0, 267.0, 268.0, 265.0, 268.0, 265.0, 266.0, 264.0, 265.0, 264.0, 264.0, 266.0, 264.0, 267.0, 264.0, 266.0, 265.0, 266.0, 264.0, 265.0, 265.0, 265.0, 265.0, 265.0, 267.0, 266.0, 268.0, 266.0, 267.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 270.0, 268.0, 269.0, 267.0, 267.0, 267.0, 267.0, 268.0, 265.0, 268.0, 264.0, 266.0, 264.0, 266.0, 264.0, 266.0, 264.0, 266.0, 265.0, 266.0, 265.0, 266.0, 265.0, 266.0, 265.0, 266.0, 267.0, 265.0, 269.0, 266.0, 268.0, 266.0, 267.0, 266.0, 266.0, 265.0, 267.0, 265.0, 267.0, 265.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 266.0, 267.0, 266.0, 267.0, 266.0, 266.0, 269.0, 266.0, 268.0, 267.0, 268.0, 268.0, 268.0, 269.0, 269.0, 269.0, 268.0, 269.0, 268.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 271.0, 269.0, 272.0, 270.0, 270.0, 269.0, 270.0, 268.0, 271.0, 269.0, 271.0, 267.0, 270.0, 268.0, 269.0, 269.0, 269.0, 271.0, 268.0, 271.0, 267.0, 269.0, 267.0, 269.0, 266.0, 268.0, 266.0, 268.0, 268.0, 267.0, 268.0, 266.0, 270.0, 265.0, 269.0, 268.0, 267.0, 266.0, 266.0, 266.0, 269.0, 269.0, 269.0, 268.0, 269.0, 272.0, 268.0, 272.0, 269.0, 271.0, 271.0, 271.0, 269.0, 271.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 265.0, 267.0, 265.0, 268.0, 266.0, 268.0, 266.0, 267.0, 265.0, 267.0, 266.0, 266.0, 269.0, 266.0, 268.0, 266.0, 267.0, 267.0, 267.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 270.0, 269.0, 267.0, 267.0, 267.0, 268.0, 269.0, 270.0, 269.0, 269.0, 269.0, 267.0, 269.0, 267.0, 269.0, 271.0, 269.0, 270.0, 268.0, 270.0, 267.0, 270.0, 268.0, 268.0, 265.0, 267.0, 265.0, 266.0, 268.0, 266.0, 269.0, 265.0, 267.0, 265.0, 267.0, 265.0, 267.0, 268.0, 268.0, 265.0, 266.0, 265.0, 266.0, 266.0, 267.0, 266.0, 268.0, 266.0, 267.0, 266.0, 267.0, 266.0, 268.0, 266.0, 270.0, 267.0, 269.0, 267.0, 269.0, 266.0, 268.0, 265.0, 268.0, 265.0, 268.0, 265.0, 267.0, 265.0, 267.0, 265.0, 267.0, 264.0, 266.0, 265.0, 266.0, 265.0, 265.0, 265.0, 266.0, 266.0, 268.0, 266.0, 265.0, 265.0, 266.0, 267.0, 267.0, 267.0, 269.0, 267.0, 271.0, 269.0, 270.0, 267.0, 270.0, 268.0, 271.0, 269.0, 270.0, 268.0, 269.0, 266.0, 268.0, 265.0, 267.0, 267.0, 264.0, 268.0, 264.0, 266.0, 264.0, 266.0, 264.0, 265.0, 264.0, 265.0, 266.0, 265.0, 266.0, 265.0, 266.0, 265.0, 263.0, 266.0, 266.0, 266.0, 266.0, 267.0, 267.0, 267.0, 269.0, 267.0, 268.0, 268.0, 271.0, 267.0, 269.0, 267.0, 268.0, 269.0, 267.0, 270.0, 267.0, 269.0, 267.0, 268.0, 266.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 268.0, 267.0, 268.0, 270.0, 267.0, 269.0, 267.0, 269.0, 270.0, 270.0, 269.0, 269.0, 272.0, 270.0, 270.0, 270.0, 269.0, 270.0, 269.0, 271.0, 270.0, 270.0, 269.0, 270.0, 270.0, 270.0, 268.0, 269.0, 271.0, 269.0, 270.0, 269.0, 270.0, 268.0, 270.0, 266.0, 267.0, 266.0, 267.0, 269.0, 266.0, 269.0, 266.0, 267.0, 265.0, 267.0, 267.0, 266.0, 269.0, 265.0, 267.0, 265.0, 267.0, 264.0, 266.0, 266.0, 265.0, 268.0, 265.0, 266.0, 264.0, 267.0, 266.0, 265.0, 267.0, 266.0, 266.0, 265.0, 266.0, 265.0, 266.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 267.0, 268.0, 266.0, 268.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 267.0, 269.0, 267.0, 269.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 267.0, 267.0, 267.0, 266.0, 268.0, 266.0, 268.0, 267.0, 268.0, 267.0, 268.0, 267.0, 269.0, 267.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 267.0, 268.0, 268.0, 267.0, 270.0, 267.0, 270.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 267.0, 269.0, 267.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 268.0, 269.0, 267.0, 269.0, 267.0, 269.0, 267.0, 269.0, 268.0, 269.0, 268.0, 268.0, 268.0, 268.0, 270.0, 268.0, 271.0, 269.0, 270.0, 269.0, 269.0, 270.0, 269.0, 270.0, 269.0, 270.0, 269.0, 271.0, 269.0, 271.0, 270.0, 269.0, 269.0, 269.0, 271.0, 268.0, 271.0, 269.0, 271.0, 269.0, 271.0, 268.0, 270.0, 268.0, 270.0, 267.0, 269.0, 266.0, 269.0, 266.0, 268.0, 266.0, 268.0, 266.0, 267.0, 265.0, 268.0, 265.0, 267.0, 265.0, 267.0, 266.0, 267.0, 267.0, 266.0, 268.0, 266.0, 268.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 265.0, 271.0, 267.0, 267.0, 268.0, 268.0, 269.0, 270.0, 268.0, 271.0, 269.0, 269.0, 269.0, 267.0, 270.0, 268.0, 271.0, 269.0, 270.0, 268.0, 268.0, 265.0, 267.0, 263.0, 265.0, 264.0, 266.0, 264.0, 265.0, 264.0, 265.0, 264.0, 266.0, 264.0, 265.0, 266.0, 266.0, 267.0, 267.0, 265.0, 269.0, 265.0, 265.0, 264.0, 266.0, 265.0, 266.0, 265.0, 267.0, 265.0, 268.0, 266.0, 267.0, 267.0, 270.0, 268.0, 269.0, 267.0, 267.0, 268.0, 268.0, 268.0, 268.0, 269.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 269.0, 267.0, 268.0, 266.0, 268.0, 266.0, 267.0, 268.0, 267.0, 268.0, 267.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 267.0, 268.0, 268.0, 268.0, 267.0, 268.0, 268.0, 270.0, 268.0, 269.0, 268.0, 269.0, 269.0, 269.0, 269.0, 270.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 269.0, 271.0, 269.0, 271.0, 269.0, 270.0, 267.0, 268.0, 268.0, 268.0, 268.0, 269.0, 267.0, 269.0, 268.0, 269.0, 268.0, 269.0, 267.0, 268.0, 269.0, 268.0, 270.0, 267.0, 268.0, 267.0, 270.0, 267.0, 270.0, 267.0, 268.0, 266.0, 268.0, 266.0, 268.0, 266.0, 268.0, 266.0, 267.0, 266.0, 266.0, 268.0, 266.0, 268.0, 265.0, 267.0, 267.0, 267.0, 266.0, 267.0, 267.0, 268.0, 270.0, 269.0, 269.0, 268.0, 268.0, 267.0, 269.0, 268.0, 270.0, 269.0, 268.0, 270.0, 268.0, 270.0, 268.0, 270.0, 269.0, 271.0, 267.0, 269.0, 267.0, 267.0, 267.0, 266.0, 267.0, 266.0, 267.0, 266.0, 267.0, 267.0, 267.0, 267.0, 267.0, 267.0, 268.0, 268.0, 267.0, 268.0, 267.0, 267.0, 268.0, 267.0, 269.0, 269.0, 269.0, 267.0, 268.0, 266.0, 268.0, 266.0, 268.0, 268.0, 267.0, 269.0, 266.0, 267.0, 265.0, 266.0, 264.0, 266.0, 265.0, 266.0, 266.0, 265.0, 265.0, 264.0, 263.0, 263.0, 266.0, 267.0, 268.0, 267.0, 266.0, 267.0, 266.0, 266.0, 267.0, 266.0], 'WindowWidth': [606.0, 607.0, 600.0, 600.0, 596.0, 596.0, 595.0, 594.0, 594.0, 593.0, 595.0, 593.0, 597.0, 593.0, 596.0, 594.0, 596.0, 594.0, 594.0, 593.0, 592.0, 592.0, 594.0, 596.0, 594.0, 596.0, 593.0, 599.0, 597.0, 598.0, 597.0, 594.0, 592.0, 594.0, 591.0, 597.0, 595.0, 595.0, 593.0, 593.0, 594.0, 589.0, 592.0, 589.0, 591.0, 591.0, 587.0, 591.0, 587.0, 589.0, 586.0, 587.0, 585.0, 586.0, 588.0, 586.0, 590.0, 586.0, 588.0, 587.0, 588.0, 585.0, 586.0, 586.0, 587.0, 588.0, 588.0, 590.0, 590.0, 593.0, 590.0, 590.0, 590.0, 590.0, 590.0, 591.0, 591.0, 591.0, 595.0, 593.0, 594.0, 590.0, 591.0, 590.0, 590.0, 592.0, 587.0, 591.0, 586.0, 589.0, 585.0, 588.0, 586.0, 588.0, 586.0, 589.0, 587.0, 589.0, 588.0, 589.0, 588.0, 589.0, 588.0, 589.0, 590.0, 588.0, 593.0, 589.0, 592.0, 589.0, 590.0, 589.0, 589.0, 588.0, 590.0, 588.0, 590.0, 588.0, 590.0, 592.0, 589.0, 592.0, 589.0, 591.0, 589.0, 590.0, 590.0, 591.0, 590.0, 590.0, 593.0, 590.0, 592.0, 591.0, 592.0, 593.0, 593.0, 594.0, 594.0, 594.0, 593.0, 594.0, 593.0, 595.0, 595.0, 597.0, 595.0, 596.0, 595.0, 596.0, 595.0, 597.0, 595.0, 599.0, 596.0, 596.0, 595.0, 596.0, 594.0, 597.0, 594.0, 597.0, 592.0, 596.0, 593.0, 594.0, 594.0, 594.0, 597.0, 592.0, 597.0, 591.0, 594.0, 591.0, 594.0, 590.0, 592.0, 590.0, 593.0, 592.0, 591.0, 593.0, 590.0, 595.0, 588.0, 594.0, 592.0, 591.0, 590.0, 590.0, 590.0, 594.0, 595.0, 594.0, 594.0, 595.0, 599.0, 594.0, 598.0, 595.0, 598.0, 597.0, 598.0, 595.0, 597.0, 593.0, 593.0, 593.0, 592.0, 593.0, 592.0, 594.0, 592.0, 594.0, 591.0, 588.0, 591.0, 588.0, 592.0, 589.0, 592.0, 589.0, 591.0, 588.0, 591.0, 590.0, 590.0, 594.0, 590.0, 592.0, 589.0, 591.0, 592.0, 591.0, 592.0, 593.0, 592.0, 594.0, 591.0, 594.0, 591.0, 594.0, 591.0, 593.0, 591.0, 595.0, 592.0, 595.0, 594.0, 591.0, 591.0, 591.0, 592.0, 595.0, 596.0, 595.0, 595.0, 594.0, 592.0, 594.0, 591.0, 594.0, 596.0, 595.0, 596.0, 592.0, 596.0, 591.0, 596.0, 591.0, 592.0, 588.0, 590.0, 587.0, 589.0, 591.0, 589.0, 593.0, 587.0, 590.0, 587.0, 591.0, 588.0, 591.0, 592.0, 591.0, 588.0, 589.0, 588.0, 589.0, 589.0, 590.0, 589.0, 592.0, 589.0, 590.0, 590.0, 591.0, 590.0, 592.0, 590.0, 595.0, 590.0, 594.0, 591.0, 594.0, 589.0, 592.0, 588.0, 591.0, 587.0, 591.0, 588.0, 590.0, 588.0, 590.0, 588.0, 590.0, 586.0, 589.0, 587.0, 589.0, 587.0, 588.0, 587.0, 589.0, 590.0, 593.0, 589.0, 587.0, 588.0, 590.0, 592.0, 591.0, 592.0, 593.0, 592.0, 596.0, 594.0, 595.0, 591.0, 596.0, 593.0, 597.0, 593.0, 596.0, 593.0, 593.0, 589.0, 592.0, 588.0, 590.0, 590.0, 586.0, 590.0, 586.0, 589.0, 585.0, 588.0, 586.0, 587.0, 586.0, 587.0, 589.0, 587.0, 589.0, 587.0, 589.0, 588.0, 583.0, 589.0, 589.0, 588.0, 590.0, 592.0, 592.0, 592.0, 594.0, 592.0, 593.0, 593.0, 596.0, 591.0, 594.0, 591.0, 593.0, 594.0, 592.0, 596.0, 592.0, 594.0, 591.0, 593.0, 590.0, 592.0, 594.0, 592.0, 595.0, 592.0, 594.0, 591.0, 593.0, 591.0, 593.0, 595.0, 592.0, 595.0, 592.0, 594.0, 596.0, 596.0, 594.0, 595.0, 599.0, 597.0, 595.0, 595.0, 595.0, 595.0, 595.0, 597.0, 595.0, 596.0, 595.0, 596.0, 595.0, 596.0, 593.0, 595.0, 596.0, 594.0, 596.0, 594.0, 595.0, 593.0, 595.0, 588.0, 590.0, 589.0, 590.0, 593.0, 589.0, 593.0, 589.0, 591.0, 588.0, 590.0, 590.0, 589.0, 593.0, 588.0, 590.0, 588.0, 590.0, 586.0, 589.0, 589.0, 588.0, 591.0, 588.0, 588.0, 586.0, 590.0, 589.0, 587.0, 590.0, 589.0, 589.0, 587.0, 589.0, 587.0, 589.0, 589.0, 591.0, 590.0, 591.0, 590.0, 592.0, 591.0, 593.0, 590.0, 592.0, 591.0, 591.0, 591.0, 591.0, 591.0, 592.0, 591.0, 593.0, 591.0, 593.0, 592.0, 593.0, 592.0, 592.0, 592.0, 592.0, 592.0, 592.0, 594.0, 591.0, 591.0, 591.0, 590.0, 592.0, 590.0, 593.0, 590.0, 593.0, 591.0, 593.0, 591.0, 594.0, 592.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 593.0, 592.0, 592.0, 592.0, 592.0, 595.0, 592.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 592.0, 594.0, 592.0, 593.0, 592.0, 593.0, 592.0, 593.0, 592.0, 592.0, 593.0, 591.0, 593.0, 591.0, 595.0, 592.0, 594.0, 593.0, 594.0, 593.0, 593.0, 593.0, 593.0, 596.0, 593.0, 598.0, 594.0, 596.0, 594.0, 594.0, 596.0, 595.0, 596.0, 594.0, 596.0, 594.0, 597.0, 594.0, 598.0, 595.0, 595.0, 594.0, 594.0, 597.0, 593.0, 597.0, 594.0, 598.0, 594.0, 596.0, 592.0, 595.0, 592.0, 595.0, 591.0, 594.0, 590.0, 593.0, 590.0, 591.0, 589.0, 591.0, 588.0, 591.0, 588.0, 591.0, 588.0, 591.0, 587.0, 590.0, 589.0, 590.0, 590.0, 588.0, 592.0, 588.0, 592.0, 589.0, 590.0, 589.0, 591.0, 590.0, 591.0, 588.0, 597.0, 590.0, 591.0, 592.0, 593.0, 594.0, 596.0, 594.0, 597.0, 594.0, 594.0, 594.0, 591.0, 595.0, 592.0, 597.0, 594.0, 596.0, 591.0, 592.0, 587.0, 590.0, 584.0, 587.0, 585.0, 588.0, 586.0, 586.0, 585.0, 587.0, 585.0, 588.0, 586.0, 586.0, 588.0, 588.0, 590.0, 590.0, 588.0, 594.0, 588.0, 587.0, 586.0, 589.0, 587.0, 589.0, 587.0, 591.0, 588.0, 592.0, 589.0, 590.0, 592.0, 596.0, 594.0, 594.0, 592.0, 592.0, 593.0, 593.0, 593.0, 593.0, 594.0, 593.0, 595.0, 593.0, 595.0, 593.0, 595.0, 593.0, 593.0, 592.0, 594.0, 592.0, 594.0, 593.0, 593.0, 593.0, 592.0, 595.0, 592.0, 596.0, 592.0, 594.0, 591.0, 592.0, 590.0, 592.0, 590.0, 591.0, 592.0, 591.0, 592.0, 592.0, 592.0, 592.0, 592.0, 591.0, 592.0, 592.0, 591.0, 592.0, 593.0, 592.0, 592.0, 593.0, 593.0, 595.0, 593.0, 594.0, 593.0, 595.0, 594.0, 595.0, 595.0, 596.0, 594.0, 595.0, 594.0, 595.0, 594.0, 595.0, 595.0, 594.0, 597.0, 594.0, 597.0, 594.0, 595.0, 592.0, 593.0, 592.0, 593.0, 592.0, 594.0, 591.0, 593.0, 592.0, 593.0, 593.0, 593.0, 591.0, 592.0, 594.0, 592.0, 595.0, 591.0, 593.0, 591.0, 594.0, 591.0, 594.0, 591.0, 592.0, 590.0, 592.0, 590.0, 591.0, 589.0, 591.0, 589.0, 590.0, 589.0, 589.0, 592.0, 590.0, 592.0, 586.0, 591.0, 590.0, 590.0, 589.0, 590.0, 591.0, 592.0, 595.0, 594.0, 594.0, 592.0, 592.0, 590.0, 594.0, 592.0, 595.0, 594.0, 592.0, 595.0, 592.0, 596.0, 593.0, 594.0, 594.0, 597.0, 592.0, 594.0, 591.0, 591.0, 590.0, 589.0, 590.0, 590.0, 590.0, 590.0, 590.0, 590.0, 590.0, 591.0, 591.0, 591.0, 593.0, 592.0, 591.0, 592.0, 591.0, 591.0, 592.0, 591.0, 595.0, 594.0, 594.0, 591.0, 592.0, 590.0, 592.0, 589.0, 592.0, 592.0, 591.0, 594.0, 589.0, 589.0, 587.0, 588.0, 586.0, 588.0, 587.0, 589.0, 589.0, 587.0, 587.0, 585.0, 584.0, 583.0, 588.0, 590.0, 591.0, 590.0, 589.0, 591.0, 588.0, 589.0, 590.0, 589.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.00833277011494253</td></tr>
<tr><td colspan=3>aqi</td><td>0.057075039770114945</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.05755764049486</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2853382596202527</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.093352816708861</td></tr>
<tr><td colspan=3>efc</td><td>0.5193</td></tr>
<tr><td colspan=3>fber</td><td>3711.2036</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16969542412736374</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>146</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.7816091954023</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.572113914721935</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5743787568038456</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6052778469762448</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5366851403857136</td></tr>
<tr><td colspan=3>gcor</td><td>0.0185447</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.014423636719584465</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01828925497829914</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.4836330007555105</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>23.9184</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>4.4274</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>14.9133</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>290285.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>73.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>30.8716</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7249</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>31.576</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>214.2119</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>274.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>49.2901</td></tr>
<tr><td colspan=3>tsnr</td><td>26.400466478895396</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>