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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0004_suffix-bold_task-alignvideo" 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-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-04_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-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-04_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-0004/ses-01/func/sub-0004_ses-01_task-alignvideo_acq-mb8_run-04_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>d32a64681b2cb6c6d015e0a2734b13ad</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>11:21:21.190000</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.999972, 0.00744084, -0.000103926, -0.0073303, 0.987331, 0.158506]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', '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-04_task-alignvideo_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.0981895</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7775, -7257, 554, -62, -251, 49, 122]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.35</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>23707116-b300-498d-907c-aac57a804aa5||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.6828525066375732, -0.019666673615574837, -0.003461467335000634, 113.60771179199219], [-0.01996324025094509, 2.6489365100860596, 0.4279513657093048, -101.89276123046875], [-0.00027882499853149056, -0.4252590835094452, 2.6658668518066406, -33.74354553222656], [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, 1203]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203], 'AcquisitionTime': ['112121.190000', '112121.650000', '112122.110000', '112122.570000', '112123.030000', '112123.490000', '112123.950000', '112124.410000', '112124.870000', '112125.330000', '112125.790000', '112126.250000', '112126.710000', '112127.170000', '112127.630000', '112128.090000', '112128.550000', '112129.010000', '112129.470000', '112129.930000', '112130.390000', '112130.850000', '112131.310000', '112131.770000', '112132.230000', '112132.690000', '112133.150000', '112133.610000', '112134.070000', '112134.530000', '112134.990000', '112135.450000', '112135.910000', '112136.370000', '112136.830000', '112137.290000', '112137.750000', '112138.210000', '112138.670000', '112139.130000', '112139.590000', '112140.050000', '112140.510000', '112140.970000', '112141.430000', '112141.890000', '112142.350000', '112142.810000', '112143.270000', '112143.730000', '112144.190000', '112144.650000', '112145.110000', '112145.570000', '112146.030000', '112146.490000', '112146.950000', '112147.410000', '112147.870000', '112148.330000', '112148.790000', '112149.250000', '112149.710000', '112150.170000', '112150.630000', '112151.090000', '112151.550000', '112152.010000', '112152.470000', '112152.930000', '112153.390000', '112153.850000', '112154.310000', '112154.770000', '112155.230000', '112155.690000', '112156.150000', '112156.610000', '112157.070000', '112157.530000', '112157.990000', '112158.450000', '112158.910000', '112159.370000', '112159.830000', '112200.290000', '112200.750000', '112201.210000', '112201.670000', '112202.130000', '112202.590000', '112203.050000', '112203.510000', '112203.970000', '112204.430000', '112204.890000', '112205.350000', '112205.810000', '112206.270000', '112206.730000', '112207.190000', '112207.650000', '112208.110000', '112208.570000', '112209.030000', '112209.490000', '112209.950000', '112210.410000', '112210.870000', '112211.330000', '112211.790000', '112212.250000', '112212.710000', '112213.170000', '112213.630000', '112214.090000', '112214.550000', '112215.010000', '112215.470000', '112215.930000', '112216.390000', '112216.850000', '112217.310000', '112217.770000', '112218.230000', '112218.690000', '112219.150000', '112219.610000', '112220.070000', '112220.530000', '112220.990000', '112221.450000', '112221.910000', '112222.370000', '112222.830000', '112223.290000', '112223.750000', '112224.210000', '112224.670000', '112225.130000', '112225.590000', '112226.050000', '112226.510000', '112226.970000', '112227.430000', '112227.890000', '112228.350000', '112228.810000', '112229.270000', '112229.730000', '112230.190000', '112230.650000', '112231.110000', '112231.570000', '112232.030000', '112232.490000', '112232.950000', '112233.410000', '112233.870000', '112234.330000', '112234.790000', '112235.250000', '112235.710000', '112236.170000', '112236.630000', '112237.090000', '112237.550000', '112238.010000', '112238.470000', '112238.930000', '112239.390000', '112239.850000', '112240.310000', '112240.770000', '112241.230000', '112241.690000', '112242.150000', '112242.610000', '112243.070000', '112243.530000', '112243.990000', '112244.450000', '112244.910000', '112245.370000', '112245.830000', '112246.290000', '112246.750000', '112247.210000', '112247.670000', '112248.130000', '112248.590000', '112249.050000', '112249.510000', '112249.970000', '112250.430000', '112250.890000', '112251.350000', '112251.810000', '112252.270000', '112252.730000', '112253.190000', '112253.650000', '112254.110000', '112254.570000', '112255.030000', '112255.490000', '112255.950000', '112256.410000', '112256.870000', '112257.330000', '112257.790000', '112258.250000', '112258.710000', '112259.170000', '112259.630000', '112300.090000', '112300.550000', '112301.010000', '112301.470000', '112301.930000', '112302.390000', '112302.850000', '112303.310000', '112303.770000', '112304.230000', '112304.690000', '112305.150000', '112305.610000', '112306.070000', '112306.530000', '112306.990000', '112307.450000', '112307.910000', '112308.370000', '112308.830000', '112309.290000', '112309.750000', '112310.210000', '112310.670000', '112311.130000', '112311.590000', '112312.050000', '112312.510000', '112312.970000', '112313.430000', '112313.890000', '112314.350000', '112314.810000', '112315.270000', '112315.730000', '112316.190000', '112316.650000', '112317.110000', '112317.570000', '112318.030000', '112318.490000', '112318.950000', '112319.410000', '112319.870000', '112320.330000', '112320.790000', '112321.250000', '112321.710000', '112322.170000', '112322.630000', '112323.090000', '112323.550000', '112324.010000', '112324.470000', '112324.930000', '112325.390000', '112325.850000', '112326.310000', '112326.770000', '112327.230000', '112327.690000', '112328.150000', '112328.610000', '112329.070000', '112329.530000', '112329.990000', '112330.450000', '112330.910000', '112331.370000', '112331.830000', '112332.290000', '112332.750000', '112333.210000', '112333.670000', '112334.130000', '112334.590000', '112335.050000', '112335.510000', '112335.970000', '112336.430000', '112336.890000', '112337.350000', '112337.810000', '112338.270000', '112338.730000', '112339.190000', '112339.650000', '112340.110000', '112340.570000', '112341.030000', '112341.490000', '112341.950000', '112342.410000', '112342.870000', '112343.330000', '112343.790000', '112344.250000', '112344.710000', '112345.170000', '112345.630000', '112346.090000', '112346.550000', '112347.010000', '112347.470000', '112347.930000', '112348.390000', '112348.850000', '112349.310000', '112349.770000', '112350.230000', '112350.690000', '112351.150000', '112351.610000', '112352.070000', '112352.530000', '112352.990000', '112353.450000', '112353.910000', '112354.370000', '112354.830000', '112355.290000', '112355.750000', '112356.210000', '112356.670000', '112357.130000', '112357.590000', '112358.050000', '112358.510000', '112358.970000', '112359.430000', '112359.890000', '112400.350000', '112400.810000', '112401.270000', '112401.730000', '112402.190000', '112402.650000', '112403.110000', '112403.570000', '112404.030000', '112404.490000', '112404.950000', '112405.410000', '112405.870000', '112406.330000', '112406.790000', '112407.250000', '112407.710000', '112408.170000', '112408.630000', '112409.090000', '112409.550000', '112410.010000', '112410.470000', '112410.930000', '112411.390000', '112411.850000', '112412.310000', '112412.770000', '112413.230000', '112413.690000', '112414.150000', '112414.610000', '112415.070000', '112415.530000', '112415.990000', '112416.450000', '112416.910000', '112417.370000', '112417.830000', '112418.290000', '112418.750000', '112419.210000', '112419.670000', '112420.130000', '112420.590000', '112421.050000', '112421.510000', '112421.970000', '112422.430000', '112422.890000', '112423.350000', '112423.810000', '112424.270000', '112424.730000', '112425.190000', '112425.650000', '112426.110000', '112426.570000', '112427.030000', '112427.490000', '112427.950000', '112428.410000', '112428.870000', '112429.330000', '112429.790000', '112430.250000', '112430.710000', '112431.170000', '112431.630000', '112432.090000', '112432.550000', '112433.010000', '112433.470000', '112433.930000', '112434.390000', '112434.850000', '112435.310000', '112435.770000', '112436.230000', '112436.690000', '112437.150000', '112437.610000', '112438.070000', '112438.530000', '112438.990000', '112439.450000', '112439.910000', '112440.370000', '112440.830000', '112441.290000', '112441.750000', '112442.210000', '112442.670000', '112443.130000', '112443.590000', '112444.050000', '112444.510000', '112444.970000', '112445.430000', '112445.890000', '112446.350000', '112446.810000', '112447.270000', '112447.730000', '112448.190000', '112448.650000', '112449.110000', '112449.570000', '112450.030000', '112450.490000', '112450.950000', '112451.410000', '112451.870000', '112452.330000', '112452.790000', '112453.250000', '112453.710000', '112454.170000', '112454.630000', '112455.090000', '112455.550000', '112456.010000', '112456.470000', '112456.930000', '112457.390000', '112457.850000', '112458.310000', '112458.770000', '112459.230000', '112459.690000', '112500.150000', '112500.610000', '112501.070000', '112501.530000', '112501.990000', '112502.450000', '112502.910000', '112503.370000', '112503.830000', '112504.290000', '112504.750000', '112505.210000', '112505.670000', '112506.130000', '112506.590000', '112507.050000', '112507.510000', '112507.970000', '112508.430000', '112508.890000', '112509.350000', '112509.810000', '112510.270000', '112510.730000', '112511.190000', '112511.650000', '112512.110000', '112512.570000', '112513.030000', '112513.490000', '112513.950000', '112514.410000', '112514.870000', '112515.330000', '112515.790000', '112516.250000', '112516.710000', '112517.170000', '112517.630000', '112518.090000', '112518.550000', '112519.010000', '112519.470000', '112519.930000', '112520.390000', '112520.850000', '112521.310000', '112521.770000', '112522.230000', '112522.690000', '112523.150000', '112523.610000', '112524.070000', '112524.530000', '112524.990000', '112525.450000', '112525.910000', '112526.370000', '112526.830000', '112527.290000', '112527.750000', '112528.210000', '112528.670000', '112529.130000', '112529.590000', '112530.050000', '112530.510000', '112530.970000', '112531.430000', '112531.890000', '112532.350000', '112532.810000', '112533.270000', '112533.730000', '112534.190000', '112534.650000', '112535.110000', '112535.570000', '112536.030000', '112536.490000', '112536.950000', '112537.410000', '112537.870000', '112538.330000', '112538.790000', '112539.250000', '112539.710000', '112540.170000', '112540.630000', '112541.090000', '112541.550000', '112542.010000', '112542.470000', '112542.930000', '112543.390000', '112543.850000', '112544.310000', '112544.770000', '112545.230000', '112545.690000', '112546.150000', '112546.610000', '112547.070000', '112547.530000', '112547.990000', '112548.450000', '112548.910000', '112549.370000', '112549.830000', '112550.290000', '112550.750000', '112551.210000', '112551.670000', '112552.130000', '112552.590000', '112553.050000', '112553.510000', '112553.970000', '112554.430000', '112554.890000', '112555.350000', '112555.810000', '112556.270000', '112556.730000', '112557.190000', '112557.650000', '112558.110000', '112558.570000', '112559.030000', '112559.490000', '112559.950000', '112600.410000', '112600.870000', '112601.330000', '112601.790000', '112602.250000', '112602.710000', '112603.170000', '112603.630000', '112604.090000', '112604.550000', '112605.010000', '112605.470000', '112605.930000', '112606.390000', '112606.850000', '112607.310000', '112607.770000', '112608.230000', '112608.690000', '112609.150000', '112609.610000', '112610.070000', '112610.530000', '112610.990000', '112611.450000', '112611.910000', '112612.370000', '112612.830000', '112613.290000', '112613.750000', '112614.210000', '112614.670000', '112615.130000', '112615.590000', '112616.050000', '112616.510000', '112616.970000', '112617.430000', '112617.890000', '112618.350000', '112618.810000', '112619.270000', '112619.730000', '112620.190000', '112620.650000', '112621.110000', '112621.570000', '112622.030000', '112622.490000', '112622.950000', '112623.410000', '112623.870000', '112624.330000', '112624.790000', '112625.250000', '112625.710000', '112626.170000', '112626.630000', '112627.090000', '112627.550000', '112628.010000', '112628.470000', '112628.930000', '112629.390000', '112629.850000', '112630.310000', '112630.770000', '112631.230000', '112631.690000', '112632.150000', '112632.610000', '112633.070000', '112633.530000', '112633.990000', '112634.450000', '112634.910000', '112635.370000', '112635.830000', '112636.290000', '112636.750000', '112637.210000', '112637.670000', '112638.130000', '112638.590000', '112639.050000', '112639.510000', '112639.970000', '112640.430000', '112640.890000', '112641.350000', '112641.810000', '112642.270000', '112642.730000', '112643.190000', '112643.650000', '112644.110000', '112644.570000', '112645.030000', '112645.490000', '112645.950000', '112646.410000', '112646.870000', '112647.330000', '112647.790000', '112648.250000', '112648.710000', '112649.170000', '112649.630000', '112650.090000', '112650.550000', '112651.010000', '112651.470000', '112651.930000', '112652.390000', '112652.850000', '112653.310000', '112653.770000', '112654.230000', '112654.690000', '112655.150000', '112655.610000', '112656.070000', '112656.530000', '112656.990000', '112657.450000', '112657.910000', '112658.370000', '112658.830000', '112659.290000', '112659.750000', '112700.210000', '112700.670000', '112701.130000', '112701.590000', '112702.050000', '112702.510000', '112702.970000', '112703.430000', '112703.890000', '112704.350000', '112704.810000', '112705.270000', '112705.730000', '112706.190000', '112706.650000', '112707.110000', '112707.570000', '112708.030000', '112708.490000', '112708.950000', '112709.410000', '112709.870000', '112710.330000', '112710.790000', '112711.250000', '112711.710000', '112712.170000', '112712.630000', '112713.090000', '112713.550000', '112714.010000', '112714.470000', '112714.930000', '112715.390000', '112715.850000', '112716.310000', '112716.770000', '112717.230000', '112717.690000', '112718.150000', '112718.610000', '112719.070000', '112719.530000', '112719.990000', '112720.450000', '112720.910000', '112721.370000', '112721.830000', '112722.290000', '112722.750000', '112723.210000', '112723.670000', '112724.130000', '112724.590000', '112725.050000', '112725.510000', '112725.970000', '112726.430000', '112726.890000', '112727.350000', '112727.810000', '112728.270000', '112728.730000', '112729.190000', '112729.650000', '112730.110000', '112730.570000', '112731.030000', '112731.490000', '112731.950000', '112732.410000', '112732.870000', '112733.330000', '112733.790000', '112734.250000', '112734.710000', '112735.170000', '112735.630000', '112736.090000', '112736.550000', '112737.010000', '112737.470000', '112737.930000', '112738.390000', '112738.850000', '112739.310000', '112739.770000', '112740.230000', '112740.690000', '112741.150000', '112741.610000', '112742.070000', '112742.530000', '112742.990000', '112743.450000', '112743.910000', '112744.370000', '112744.830000', '112745.290000', '112745.750000', '112746.210000', '112746.670000', '112747.130000', '112747.590000', '112748.050000', '112748.510000', '112748.970000', '112749.430000', '112749.890000', '112750.350000', '112750.810000', '112751.270000', '112751.730000', '112752.190000', '112752.650000', '112753.110000', '112753.570000', '112754.030000', '112754.490000', '112754.950000', '112755.410000', '112755.870000', '112756.330000', '112756.790000', '112757.250000', '112757.710000', '112758.170000', '112758.630000', '112759.090000', '112759.550000', '112800.010000', '112800.470000', '112800.930000', '112801.390000', '112801.850000', '112802.310000', '112802.770000', '112803.230000', '112803.690000', '112804.150000', '112804.610000', '112805.070000', '112805.530000', '112805.990000', '112806.450000', '112806.910000', '112807.370000', '112807.830000', '112808.290000', '112808.750000', '112809.210000', '112809.670000', '112810.130000', '112810.590000', '112811.050000', '112811.510000', '112811.970000', '112812.430000', '112812.890000', '112813.350000', '112813.810000', '112814.270000', '112814.730000', '112815.190000', '112815.650000', '112816.110000', '112816.570000', '112817.030000', '112817.490000', '112817.950000', '112818.410000', '112818.870000', '112819.330000', '112819.790000', '112820.250000', '112820.710000', '112821.170000', '112821.630000', '112822.090000', '112822.550000', '112823.010000', '112823.470000', '112823.930000', '112824.390000', '112824.850000', '112825.310000', '112825.770000', '112826.230000', '112826.690000', '112827.150000', '112827.610000', '112828.070000', '112828.530000', '112828.990000', '112829.450000', '112829.910000', '112830.370000', '112830.830000', '112831.290000', '112831.750000', '112832.210000', '112832.670000', '112833.130000', '112833.590000', '112834.050000', '112834.510000', '112834.970000', '112835.430000', '112835.890000', '112836.350000', '112836.810000', '112837.270000', '112837.730000', '112838.190000', '112838.650000', '112839.110000', '112839.570000', '112840.030000', '112840.490000', '112840.950000', '112841.410000', '112841.870000', '112842.330000', '112842.790000', '112843.250000', '112843.710000', '112844.170000', '112844.630000', '112845.090000', '112845.550000', '112846.010000', '112846.470000', '112846.930000', '112847.390000', '112847.850000', '112848.310000', '112848.770000', '112849.230000', '112849.690000', '112850.150000', '112850.610000', '112851.070000', '112851.530000', '112851.990000', '112852.450000', '112852.910000', '112853.370000', '112853.830000', '112854.290000', '112854.750000', '112855.210000', '112855.670000', '112856.130000', '112856.590000', '112857.050000', '112857.510000', '112857.970000', '112858.430000', '112858.890000', '112859.350000', '112859.810000', '112900.270000', '112900.730000', '112901.190000', '112901.650000', '112902.110000', '112902.570000', '112903.030000', '112903.490000', '112903.950000', '112904.410000', '112904.870000', '112905.330000', '112905.790000', '112906.250000', '112906.710000', '112907.170000', '112907.630000', '112908.090000', '112908.550000', '112909.010000', '112909.470000', '112909.930000', '112910.390000', '112910.850000', '112911.310000', '112911.770000', '112912.230000', '112912.690000', '112913.150000', '112913.610000', '112914.070000', '112914.530000', '112914.990000', '112915.450000', '112915.910000', '112916.370000', '112916.830000', '112917.290000', '112917.750000', '112918.210000', '112918.670000', '112919.130000', '112919.590000', '112920.050000', '112920.510000', '112920.970000', '112921.430000', '112921.890000', '112922.350000', '112922.810000', '112923.270000', '112923.730000', '112924.190000', '112924.650000', '112925.110000', '112925.570000', '112926.030000', '112926.490000', '112926.950000', '112927.410000', '112927.870000', '112928.330000', '112928.790000', '112929.250000', '112929.710000', '112930.170000', '112930.630000', '112931.090000', '112931.550000', '112932.010000', '112932.470000', '112932.930000', '112933.390000', '112933.850000', '112934.310000', '112934.770000', '112935.230000', '112935.690000', '112936.150000', '112936.610000', '112937.070000', '112937.530000', '112937.990000', '112938.450000', '112938.910000', '112939.370000', '112939.830000', '112940.290000', '112940.750000', '112941.210000', '112941.670000', '112942.130000', '112942.590000', '112943.050000', '112943.510000', '112943.970000', '112944.430000', '112944.890000', '112945.350000', '112945.810000', '112946.270000', '112946.730000', '112947.190000', '112947.650000', '112948.110000', '112948.570000', '112949.030000', '112949.490000', '112949.950000', '112950.410000', '112950.870000', '112951.330000', '112951.790000', '112952.250000', '112952.710000', '112953.170000', '112953.630000', '112954.090000', '112954.550000', '112955.010000', '112955.470000', '112955.930000', '112956.390000', '112956.850000', '112957.310000', '112957.770000', '112958.230000', '112958.690000', '112959.150000', '112959.610000', '113000.070000', '113000.530000', '113000.990000', '113001.450000', '113001.910000', '113002.370000', '113002.830000', '113003.290000', '113003.750000', '113004.210000', '113004.670000', '113005.130000', '113005.590000', '113006.050000', '113006.510000', '113006.970000', '113007.430000', '113007.890000', '113008.350000', '113008.810000', '113009.270000', '113009.730000', '113010.190000', '113010.650000', '113011.110000', '113011.570000', '113012.030000', '113012.490000', '113012.950000', '113013.410000', '113013.870000', '113014.330000', '113014.790000', '113015.250000', '113015.710000', '113016.170000', '113016.630000', '113017.090000', '113017.550000', '113018.010000', '113018.470000', '113018.930000', '113019.390000', '113019.850000', '113020.310000', '113020.770000', '113021.230000', '113021.690000', '113022.150000', '113022.610000', '113023.070000', '113023.530000', '113023.990000', '113024.450000', '113024.910000', '113025.370000', '113025.830000', '113026.290000', '113026.750000', '113027.210000', '113027.670000', '113028.130000', '113028.590000', '113029.050000', '113029.510000', '113029.970000', '113030.430000', '113030.890000', '113031.350000', '113031.810000', '113032.270000', '113032.730000', '113033.190000', '113033.650000', '113034.110000'], 'ContentTime': ['112131.654000', '112131.658000', '112131.661000', '112131.664000', '112131.667000', '112131.670000', '112131.673000', '112131.676000', '112131.679000', '112131.682000', '112131.685000', '112131.688000', '112131.696000', '112131.708000', '112131.712000', '112131.728000', '112131.731000', '112131.734000', '112131.737000', '112131.740000', '112131.743000', '112151.609000', '112151.612000', '112151.615000', '112151.618000', '112151.620000', '112151.623000', '112151.626000', '112151.629000', '112151.632000', '112151.634000', '112151.640000', '112151.643000', '112151.646000', '112151.648000', '112151.651000', '112151.654000', '112151.657000', '112151.660000', '112151.663000', '112151.665000', '112151.668000', '112151.675000', '112151.678000', '112151.681000', '112151.684000', '112151.686000', '112151.689000', '112151.692000', '112151.695000', '112151.698000', '112151.701000', '112151.703000', '112151.706000', '112151.709000', '112151.712000', '112151.715000', '112151.717000', '112151.720000', '112151.723000', '112151.726000', '112151.729000', '112151.731000', '112151.740000', '112151.742000', '112211.609000', '112211.612000', '112211.615000', '112211.617000', '112211.621000', '112211.623000', '112211.626000', '112211.629000', '112211.632000', '112211.635000', '112211.638000', '112211.641000', '112211.644000', '112211.647000', '112211.650000', '112211.653000', '112211.656000', '112211.659000', '112211.662000', '112211.665000', '112211.667000', '112211.670000', '112211.673000', '112211.676000', '112211.679000', '112211.681000', '112211.684000', '112211.687000', '112211.690000', '112211.693000', '112211.696000', '112211.698000', '112211.701000', '112211.704000', '112211.707000', '112211.710000', '112211.712000', '112211.715000', '112211.718000', '112211.721000', '112211.724000', '112211.726000', '112211.729000', '112231.608000', '112231.611000', '112231.614000', '112231.617000', '112231.620000', '112231.630000', '112231.633000', '112231.636000', '112231.638000', '112231.641000', '112231.644000', '112231.647000', '112231.650000', '112231.653000', '112231.655000', '112231.658000', '112231.661000', '112231.664000', '112231.667000', '112231.669000', '112231.672000', '112231.675000', '112231.678000', '112231.681000', '112231.684000', '112231.687000', '112231.689000', '112231.692000', '112231.695000', '112231.698000', '112231.701000', '112231.703000', '112231.706000', '112231.709000', '112231.712000', '112231.715000', '112231.718000', '112231.721000', '112231.723000', '112231.726000', '112231.729000', '112231.732000', '112231.735000', '112231.737000', '112251.608000', '112251.611000', '112251.614000', '112251.617000', '112251.619000', '112251.622000', '112251.625000', '112251.628000', '112251.631000', '112251.633000', '112251.636000', '112251.639000', '112251.642000', '112251.645000', '112251.648000', '112251.651000', '112251.653000', '112251.656000', '112251.659000', '112251.662000', '112251.665000', '112251.668000', '112251.670000', '112251.673000', '112251.676000', '112251.679000', '112251.682000', '112251.685000', '112251.688000', '112251.691000', '112251.694000', '112251.697000', '112251.699000', '112251.702000', '112251.705000', '112251.708000', '112251.711000', '112251.714000', '112251.716000', '112251.719000', '112251.722000', '112251.725000', '112251.728000', '112311.608000', '112311.615000', '112311.618000', '112311.620000', '112311.623000', '112311.626000', '112311.629000', '112311.632000', '112311.635000', '112311.637000', '112311.640000', '112311.643000', '112311.646000', '112311.649000', '112311.651000', '112311.654000', '112311.657000', '112311.660000', '112311.663000', '112311.665000', '112311.668000', '112311.671000', '112311.674000', '112311.677000', '112311.680000', '112311.683000', '112311.685000', '112311.688000', '112311.691000', '112311.694000', '112311.697000', '112311.700000', '112311.702000', '112311.705000', '112311.708000', '112311.711000', '112311.714000', '112311.717000', '112311.719000', '112311.722000', '112311.725000', '112311.728000', '112311.731000', '112311.733000', '112331.608000', '112331.626000', '112331.630000', '112331.632000', '112331.635000', '112331.638000', '112331.641000', '112331.644000', '112331.647000', '112331.649000', '112331.652000', '112331.655000', '112331.658000', '112331.661000', '112331.664000', '112331.667000', '112331.669000', '112331.672000', '112331.675000', '112331.678000', '112331.681000', '112331.684000', '112331.687000', '112331.690000', '112331.692000', '112331.695000', '112331.698000', '112331.701000', '112331.704000', '112331.707000', '112331.710000', '112331.713000', '112331.716000', '112331.719000', '112331.721000', '112331.724000', '112331.727000', '112331.730000', '112331.733000', '112331.735000', '112331.738000', '112331.741000', '112331.744000', '112351.609000', '112351.612000', '112351.615000', '112351.618000', '112351.621000', '112351.623000', '112351.626000', '112351.629000', '112351.632000', '112351.635000', '112351.637000', '112351.640000', '112351.643000', '112351.646000', '112351.649000', '112351.652000', '112351.655000', '112351.657000', '112351.660000', '112351.663000', '112351.666000', '112351.669000', '112351.671000', '112351.674000', '112351.677000', '112351.680000', '112351.683000', '112351.686000', '112351.689000', '112351.691000', '112351.694000', '112351.697000', '112351.700000', '112351.703000', '112351.706000', '112351.709000', '112351.711000', '112351.714000', '112351.717000', '112351.720000', '112351.723000', '112351.726000', '112351.728000', '112351.731000', '112411.609000', '112411.612000', '112411.615000', '112411.618000', '112411.620000', '112411.623000', '112411.626000', '112411.629000', '112411.632000', '112411.635000', '112411.638000', '112411.640000', '112411.643000', '112411.646000', '112411.649000', '112411.652000', '112411.655000', '112411.658000', '112411.660000', '112411.663000', '112411.666000', '112411.669000', '112411.672000', '112411.674000', '112411.677000', '112411.680000', '112411.683000', '112411.686000', '112411.689000', '112411.692000', '112411.694000', '112411.697000', '112411.700000', '112411.703000', '112411.706000', '112411.709000', '112411.711000', '112411.716000', '112411.720000', '112411.724000', '112411.726000', '112411.729000', '112411.732000', '112431.609000', '112431.612000', '112431.615000', '112431.618000', '112431.621000', '112431.623000', '112431.626000', '112431.629000', '112431.632000', '112431.635000', '112431.637000', '112431.640000', '112431.643000', '112431.646000', '112431.649000', '112431.652000', '112431.655000', '112431.657000', '112431.660000', '112431.663000', '112431.666000', '112431.669000', '112431.672000', '112431.674000', '112431.677000', '112431.680000', '112431.683000', '112431.686000', '112431.689000', '112431.691000', '112431.694000', '112431.697000', '112431.700000', '112431.703000', '112431.706000', '112431.708000', '112431.711000', '112431.714000', '112431.717000', '112431.720000', '112431.722000', '112431.725000', '112431.728000', '112431.731000', '112451.608000', '112451.611000', '112451.614000', '112451.616000', '112451.627000', '112451.630000', '112451.632000', '112451.635000', '112451.638000', '112451.641000', '112451.644000', '112451.647000', '112451.650000', '112451.652000', '112451.655000', '112451.658000', '112451.661000', '112451.665000', '112451.668000', '112451.674000', '112451.677000', '112451.680000', '112451.682000', '112451.685000', '112451.688000', '112451.691000', '112451.709000', '112451.712000', '112451.715000', '112451.718000', '112451.721000', '112451.723000', '112451.727000', '112451.732000', '112451.735000', '112451.747000', '112451.749000', '112451.752000', '112451.755000', '112451.758000', '112451.761000', '112451.764000', '112451.767000', '112511.608000', '112511.611000', '112511.614000', '112511.617000', '112511.619000', '112511.622000', '112511.625000', '112511.628000', '112511.631000', '112511.634000', '112511.637000', '112511.640000', '112511.643000', '112511.646000', '112511.648000', '112511.651000', '112511.654000', '112511.657000', '112511.660000', '112511.663000', '112511.665000', '112511.668000', '112511.671000', '112511.674000', '112511.677000', '112511.680000', '112511.682000', '112511.685000', '112511.688000', '112511.691000', '112511.694000', '112511.697000', '112511.699000', '112511.702000', '112511.705000', '112511.708000', '112511.711000', '112511.714000', '112511.716000', '112511.719000', '112511.722000', '112511.725000', '112511.728000', '112511.731000', '112531.608000', '112531.611000', '112531.614000', '112531.617000', '112531.620000', '112531.622000', '112531.625000', '112531.628000', '112531.631000', '112531.634000', '112531.637000', '112531.639000', '112531.642000', '112531.645000', '112531.648000', '112531.651000', '112531.654000', '112531.656000', '112531.659000', '112531.662000', '112531.665000', '112531.668000', '112531.671000', '112531.673000', '112531.676000', '112531.685000', '112531.688000', '112531.691000', '112531.694000', '112531.697000', '112531.700000', '112531.702000', '112531.705000', '112531.708000', '112531.711000', '112531.714000', '112531.717000', '112531.719000', '112531.722000', '112531.725000', '112531.728000', '112531.731000', '112531.734000', '112551.608000', '112551.611000', '112551.614000', '112551.617000', '112551.626000', '112551.629000', '112551.632000', '112551.634000', '112551.637000', '112551.640000', '112551.643000', '112551.646000', '112551.649000', '112551.652000', '112551.654000', '112551.657000', '112551.660000', '112551.663000', '112551.666000', '112551.669000', '112551.672000', '112551.674000', '112551.677000', '112551.680000', '112551.683000', '112551.686000', '112551.689000', '112551.691000', '112551.694000', '112551.697000', '112551.700000', '112551.703000', '112551.706000', '112551.708000', '112551.711000', '112551.714000', '112551.717000', '112551.720000', '112551.723000', '112551.726000', '112551.728000', '112551.731000', '112551.734000', '112551.737000', '112611.609000', '112611.612000', '112611.615000', '112611.618000', '112611.630000', '112611.633000', '112611.636000', '112611.639000', '112611.642000', '112611.644000', '112611.647000', '112611.650000', '112611.653000', '112611.656000', '112611.659000', '112611.662000', '112611.664000', '112611.667000', '112611.670000', '112611.673000', '112611.676000', '112611.679000', '112611.682000', '112611.685000', '112611.687000', '112611.690000', '112611.693000', '112611.696000', '112611.699000', '112611.703000', '112611.706000', '112611.709000', '112611.712000', '112611.714000', '112611.717000', '112611.720000', '112611.723000', '112611.726000', '112611.729000', '112611.732000', '112611.734000', '112611.737000', '112611.740000', '112631.609000', '112631.612000', '112631.615000', '112631.618000', '112631.621000', '112631.623000', '112631.626000', '112631.629000', '112631.644000', '112631.647000', '112631.650000', '112631.652000', '112631.655000', '112631.658000', '112631.661000', '112631.664000', '112631.667000', '112631.669000', '112631.672000', '112631.675000', '112631.678000', '112631.681000', '112631.684000', '112631.687000', '112631.689000', '112631.692000', '112631.695000', '112631.698000', '112631.701000', '112631.704000', '112631.706000', '112631.709000', '112631.712000', '112631.715000', '112631.718000', '112631.721000', '112631.724000', '112631.726000', '112631.729000', '112631.732000', '112631.735000', '112631.738000', '112631.741000', '112631.743000', '112651.609000', '112651.614000', '112651.617000', '112651.620000', '112651.623000', '112651.626000', '112651.629000', '112651.631000', '112651.634000', '112651.637000', '112651.640000', '112651.643000', '112651.646000', '112651.648000', '112651.651000', '112651.654000', '112651.657000', '112651.660000', '112651.662000', '112651.665000', '112651.668000', '112651.671000', '112651.674000', '112651.677000', '112651.680000', '112651.682000', '112651.685000', '112651.688000', '112651.691000', '112651.694000', '112651.696000', '112651.699000', '112651.702000', '112651.705000', '112651.708000', '112651.711000', '112651.713000', '112651.716000', '112651.719000', '112651.722000', '112651.725000', '112651.727000', '112651.730000', '112711.608000', '112711.611000', '112711.614000', '112711.617000', '112711.620000', '112711.623000', '112711.625000', '112711.628000', '112711.631000', '112711.634000', '112711.637000', '112711.639000', '112711.642000', '112711.645000', '112711.648000', '112711.651000', '112711.654000', '112711.657000', '112711.659000', '112711.662000', '112711.665000', '112711.668000', '112711.671000', '112711.674000', '112711.676000', '112711.679000', '112711.682000', '112711.685000', '112711.688000', '112711.691000', '112711.693000', '112711.696000', '112711.699000', '112711.702000', '112711.705000', '112711.707000', '112711.710000', '112711.713000', '112711.716000', '112711.719000', '112711.721000', '112711.724000', '112711.727000', '112711.730000', '112731.608000', '112731.611000', '112731.614000', '112731.617000', '112731.620000', '112731.622000', '112731.625000', '112731.628000', '112731.631000', '112731.634000', '112731.636000', '112731.639000', '112731.642000', '112731.645000', '112731.648000', '112731.651000', '112731.653000', '112731.656000', '112731.659000', '112731.662000', '112731.665000', '112731.668000', '112731.670000', '112731.673000', '112731.676000', '112731.679000', '112731.682000', '112731.685000', '112731.688000', '112731.690000', '112731.693000', '112731.696000', '112731.699000', '112731.702000', '112731.705000', '112731.707000', '112731.710000', '112731.713000', '112731.716000', '112731.719000', '112731.721000', '112731.724000', '112731.727000', '112751.608000', '112751.611000', '112751.621000', '112751.624000', '112751.627000', '112751.630000', '112751.633000', '112751.636000', '112751.638000', '112751.641000', '112751.644000', '112751.647000', '112751.650000', '112751.652000', '112751.655000', '112751.658000', '112751.661000', '112751.664000', '112751.678000', '112751.681000', '112751.684000', '112751.687000', '112751.706000', '112751.709000', '112751.711000', '112751.714000', '112751.717000', '112751.720000', '112751.723000', '112751.726000', '112751.729000', '112751.731000', '112751.734000', '112751.737000', '112751.740000', '112751.743000', '112751.745000', '112751.748000', '112751.751000', '112751.754000', '112751.757000', '112751.760000', '112751.763000', '112751.765000', '112811.608000', '112811.611000', '112811.614000', '112811.617000', '112811.620000', '112811.622000', '112811.625000', '112811.628000', '112811.631000', '112811.634000', '112811.637000', '112811.640000', '112811.642000', '112811.645000', '112811.648000', '112811.651000', '112811.654000', '112811.657000', '112811.660000', '112811.662000', '112811.665000', '112811.668000', '112811.671000', '112811.674000', '112811.677000', '112811.679000', '112811.682000', '112811.685000', '112811.688000', '112811.691000', '112811.694000', '112811.696000', '112811.699000', '112811.702000', '112811.705000', '112811.708000', '112811.711000', '112811.714000', '112811.716000', '112811.719000', '112811.722000', '112811.725000', '112811.728000', '112831.609000', '112831.612000', '112831.615000', '112831.618000', '112831.621000', '112831.624000', '112831.627000', '112831.629000', '112831.632000', '112831.635000', '112831.638000', '112831.641000', '112831.644000', '112831.647000', '112831.649000', '112831.652000', '112831.655000', '112831.658000', '112831.661000', '112831.664000', '112831.666000', '112831.669000', '112831.672000', '112831.675000', '112831.678000', '112831.681000', '112831.683000', '112831.686000', '112831.689000', '112831.692000', '112831.695000', '112831.698000', '112831.707000', '112831.710000', '112831.713000', '112831.716000', '112831.719000', '112831.722000', '112831.724000', '112831.727000', '112831.730000', '112831.733000', '112831.736000', '112851.609000', '112851.612000', '112851.615000', '112851.618000', '112851.621000', '112851.624000', '112851.626000', '112851.629000', '112851.632000', '112851.635000', '112851.638000', '112851.640000', '112851.643000', '112851.646000', '112851.649000', '112851.652000', '112851.655000', '112851.657000', '112851.660000', '112851.663000', '112851.666000', '112851.669000', '112851.672000', '112851.674000', '112851.677000', '112851.680000', '112851.683000', '112851.686000', '112851.689000', '112851.691000', '112851.694000', '112851.697000', '112851.700000', '112851.703000', '112851.706000', '112851.708000', '112851.711000', '112851.714000', '112851.717000', '112851.720000', '112851.723000', '112851.726000', '112851.728000', '112851.731000', '112911.609000', '112911.612000', '112911.615000', '112911.618000', '112911.621000', '112911.623000', '112911.626000', '112911.629000', '112911.632000', '112911.635000', '112911.638000', '112911.641000', '112911.644000', '112911.647000', '112911.649000', '112911.664000', '112911.668000', '112911.670000', '112911.673000', '112911.676000', '112911.679000', '112911.682000', '112911.684000', '112911.687000', '112911.690000', '112911.693000', '112911.696000', '112911.698000', '112911.701000', '112911.704000', '112911.707000', '112911.710000', '112911.713000', '112911.716000', '112911.718000', '112911.721000', '112911.724000', '112911.727000', '112911.730000', '112911.733000', '112911.736000', '112911.738000', '112911.741000', '112931.608000', '112931.611000', '112931.614000', '112931.617000', '112931.620000', '112931.622000', '112931.625000', '112931.628000', '112931.631000', '112931.634000', '112931.637000', '112931.639000', '112931.642000', '112931.645000', '112931.648000', '112931.651000', '112931.654000', '112931.657000', '112931.659000', '112931.662000', '112931.665000', '112931.668000', '112931.671000', '112931.674000', '112931.676000', '112931.679000', '112931.682000', '112931.685000', '112931.688000', '112931.691000', '112931.694000', '112931.701000', '112931.704000', '112931.706000', '112931.709000', '112931.712000', '112931.715000', '112931.718000', '112931.721000', '112931.723000', '112931.726000', '112931.729000', '112931.732000', '112931.735000', '112951.608000', '112951.611000', '112951.614000', '112951.617000', '112951.619000', '112951.622000', '112951.625000', '112951.628000', '112951.631000', '112951.634000', '112951.637000', '112951.640000', '112951.643000', '112951.646000', '112951.649000', '112951.652000', '112951.655000', '112951.658000', '112951.661000', '112951.663000', '112951.666000', '112951.669000', '112951.672000', '112951.675000', '112951.678000', '112951.680000', '112951.683000', '112951.686000', '112951.689000', '112951.692000', '112951.695000', '112951.698000', '112951.700000', '112951.703000', '112951.706000', '112951.709000', '112951.712000', '112951.715000', '112951.717000', '112951.720000', '112951.723000', '112951.726000', '112951.729000', '113011.608000', '113011.611000', '113011.614000', '113011.617000', '113011.620000', '113011.622000', '113011.625000', '113011.628000', '113011.631000', '113011.634000', '113011.637000', '113011.640000', '113011.642000', '113011.645000', '113011.648000', '113011.651000', '113011.654000', '113011.657000', '113011.660000', '113011.663000', '113011.665000', '113011.668000', '113011.671000', '113011.674000', '113011.677000', '113011.680000', '113011.683000', '113011.685000', '113011.688000', '113011.691000', '113011.694000', '113011.697000', '113011.700000', '113011.702000', '113011.705000', '113011.708000', '113011.711000', '113011.714000', '113011.717000', '113011.719000', '113011.722000', '113011.725000', '113011.728000', '113011.731000', '113031.608000', '113031.611000', '113031.614000', '113031.617000', '113031.620000', '113031.623000', '113031.626000', '113031.628000', '113031.631000', '113031.634000', '113031.637000', '113031.655000', '113031.658000', '113031.661000', '113031.664000', '113031.667000', '113031.669000', '113031.672000', '113031.675000', '113031.678000', '113031.681000', '113031.684000', '113031.687000', '113031.689000', '113031.692000', '113031.695000', '113031.698000', '113031.701000', '113031.704000', '113031.706000', '113031.709000', '113031.712000', '113031.715000', '113031.718000', '113031.721000', '113031.723000', '113031.726000', '113031.729000', '113031.732000', '113031.735000', '113031.738000', '113031.740000', '113031.743000', '113034.928000', '113034.932000', '113034.935000', '113034.938000', '113034.941000', '113034.944000', '113034.947000', '113034.950000'], 'InstanceCreationTime': ['112131.654000', '112131.658000', '112131.661000', '112131.664000', '112131.667000', '112131.670000', '112131.673000', '112131.676000', '112131.679000', '112131.682000', '112131.685000', '112131.688000', '112131.696000', '112131.708000', '112131.712000', '112131.728000', '112131.731000', '112131.734000', '112131.737000', '112131.740000', '112131.743000', '112151.609000', '112151.612000', '112151.615000', '112151.618000', '112151.620000', '112151.623000', '112151.626000', '112151.629000', '112151.632000', '112151.634000', '112151.640000', '112151.643000', '112151.646000', '112151.648000', '112151.651000', '112151.654000', '112151.657000', '112151.660000', '112151.663000', '112151.665000', '112151.668000', '112151.675000', '112151.678000', '112151.681000', '112151.684000', '112151.686000', '112151.689000', '112151.692000', '112151.695000', '112151.698000', '112151.701000', '112151.703000', '112151.706000', '112151.709000', '112151.712000', '112151.715000', '112151.717000', '112151.720000', '112151.723000', '112151.726000', '112151.729000', '112151.731000', '112151.740000', '112151.742000', '112211.609000', '112211.612000', '112211.615000', '112211.617000', '112211.621000', '112211.623000', '112211.626000', '112211.629000', '112211.632000', '112211.635000', '112211.638000', '112211.641000', '112211.644000', '112211.647000', '112211.650000', '112211.653000', '112211.656000', '112211.659000', '112211.662000', '112211.665000', '112211.667000', '112211.670000', '112211.673000', '112211.676000', '112211.679000', '112211.681000', '112211.684000', '112211.687000', '112211.690000', '112211.693000', '112211.696000', '112211.698000', '112211.701000', '112211.704000', '112211.707000', '112211.710000', '112211.712000', '112211.715000', '112211.718000', '112211.721000', '112211.724000', '112211.726000', '112211.729000', '112231.608000', '112231.611000', '112231.614000', '112231.617000', '112231.620000', '112231.630000', '112231.633000', '112231.636000', '112231.638000', '112231.641000', '112231.644000', '112231.647000', '112231.650000', '112231.653000', '112231.655000', '112231.658000', '112231.661000', '112231.664000', '112231.667000', '112231.669000', '112231.672000', '112231.675000', '112231.678000', '112231.681000', '112231.684000', '112231.687000', '112231.689000', '112231.692000', '112231.695000', '112231.698000', '112231.701000', '112231.703000', '112231.706000', '112231.709000', '112231.712000', '112231.715000', '112231.718000', '112231.721000', '112231.723000', '112231.726000', '112231.729000', '112231.732000', '112231.735000', '112231.737000', '112251.608000', '112251.611000', '112251.614000', '112251.617000', '112251.619000', '112251.622000', '112251.625000', '112251.628000', '112251.631000', '112251.633000', '112251.636000', '112251.639000', '112251.642000', '112251.645000', '112251.648000', '112251.651000', '112251.653000', '112251.656000', '112251.659000', '112251.662000', '112251.665000', '112251.668000', '112251.670000', '112251.673000', '112251.676000', '112251.679000', '112251.682000', '112251.685000', '112251.688000', '112251.691000', '112251.694000', '112251.697000', '112251.699000', '112251.702000', '112251.705000', '112251.708000', '112251.711000', '112251.714000', '112251.716000', '112251.719000', '112251.722000', '112251.725000', '112251.728000', '112311.608000', '112311.615000', '112311.618000', '112311.620000', '112311.623000', '112311.626000', '112311.629000', '112311.632000', '112311.635000', '112311.637000', '112311.640000', '112311.643000', '112311.646000', '112311.649000', '112311.651000', '112311.654000', '112311.657000', '112311.660000', '112311.663000', '112311.665000', '112311.668000', '112311.671000', '112311.674000', '112311.677000', '112311.680000', '112311.683000', '112311.685000', '112311.688000', '112311.691000', '112311.694000', '112311.697000', '112311.700000', '112311.702000', '112311.705000', '112311.708000', '112311.711000', '112311.714000', '112311.717000', '112311.719000', '112311.722000', '112311.725000', '112311.728000', '112311.731000', '112311.733000', '112331.608000', '112331.626000', '112331.630000', '112331.632000', '112331.635000', '112331.638000', '112331.641000', '112331.644000', '112331.647000', '112331.649000', '112331.652000', '112331.655000', '112331.658000', '112331.661000', '112331.664000', '112331.667000', '112331.669000', '112331.672000', '112331.675000', '112331.678000', '112331.681000', '112331.684000', '112331.687000', '112331.690000', '112331.692000', '112331.695000', '112331.698000', '112331.701000', '112331.704000', '112331.707000', '112331.710000', '112331.713000', '112331.716000', '112331.719000', '112331.721000', '112331.724000', '112331.727000', '112331.730000', '112331.733000', '112331.735000', '112331.738000', '112331.741000', '112331.744000', '112351.609000', '112351.612000', '112351.615000', '112351.618000', '112351.621000', '112351.623000', '112351.626000', '112351.629000', '112351.632000', '112351.635000', '112351.637000', '112351.640000', '112351.643000', '112351.646000', '112351.649000', '112351.652000', '112351.655000', '112351.657000', '112351.660000', '112351.663000', '112351.666000', '112351.669000', '112351.671000', '112351.674000', '112351.677000', '112351.680000', '112351.683000', '112351.686000', '112351.689000', '112351.691000', '112351.694000', '112351.697000', '112351.700000', '112351.703000', '112351.706000', '112351.709000', '112351.711000', '112351.714000', '112351.717000', '112351.720000', '112351.723000', '112351.726000', '112351.728000', '112351.731000', '112411.609000', '112411.612000', '112411.615000', '112411.618000', '112411.620000', '112411.623000', '112411.626000', '112411.629000', '112411.632000', '112411.635000', '112411.638000', '112411.640000', '112411.643000', '112411.646000', '112411.649000', '112411.652000', '112411.655000', '112411.658000', '112411.660000', '112411.663000', '112411.666000', '112411.669000', '112411.672000', '112411.674000', '112411.677000', '112411.680000', '112411.683000', '112411.686000', '112411.689000', '112411.692000', '112411.694000', '112411.697000', '112411.700000', '112411.703000', '112411.706000', '112411.709000', '112411.711000', '112411.716000', '112411.720000', '112411.724000', '112411.726000', '112411.729000', '112411.732000', '112431.609000', '112431.612000', '112431.615000', '112431.618000', '112431.621000', '112431.623000', '112431.626000', '112431.629000', '112431.632000', '112431.635000', '112431.637000', '112431.640000', '112431.643000', '112431.646000', '112431.649000', '112431.652000', '112431.655000', '112431.657000', '112431.660000', '112431.663000', '112431.666000', '112431.669000', '112431.672000', '112431.674000', '112431.677000', '112431.680000', '112431.683000', '112431.686000', '112431.689000', '112431.691000', '112431.694000', '112431.697000', '112431.700000', '112431.703000', '112431.706000', '112431.708000', '112431.711000', '112431.714000', '112431.717000', '112431.720000', '112431.722000', '112431.725000', '112431.728000', '112431.731000', '112451.608000', '112451.611000', '112451.614000', '112451.616000', '112451.627000', '112451.630000', '112451.632000', '112451.635000', '112451.638000', '112451.641000', '112451.644000', '112451.647000', '112451.650000', '112451.652000', '112451.655000', '112451.658000', '112451.661000', '112451.665000', '112451.668000', '112451.674000', '112451.677000', '112451.680000', '112451.682000', '112451.685000', '112451.688000', '112451.691000', '112451.709000', '112451.712000', '112451.715000', '112451.718000', '112451.721000', '112451.723000', '112451.727000', '112451.732000', '112451.735000', '112451.747000', '112451.749000', '112451.752000', '112451.755000', '112451.758000', '112451.761000', '112451.764000', '112451.767000', '112511.608000', '112511.611000', '112511.614000', '112511.617000', '112511.619000', '112511.622000', '112511.625000', '112511.628000', '112511.631000', '112511.634000', '112511.637000', '112511.640000', '112511.643000', '112511.646000', '112511.648000', '112511.651000', '112511.654000', '112511.657000', '112511.660000', '112511.663000', '112511.665000', '112511.668000', '112511.671000', '112511.674000', '112511.677000', '112511.680000', '112511.682000', '112511.685000', '112511.688000', '112511.691000', '112511.694000', '112511.697000', '112511.699000', '112511.702000', '112511.705000', '112511.708000', '112511.711000', '112511.714000', '112511.716000', '112511.719000', '112511.722000', '112511.725000', '112511.728000', '112511.731000', '112531.608000', '112531.611000', '112531.614000', '112531.617000', '112531.620000', '112531.622000', '112531.625000', '112531.628000', '112531.631000', '112531.634000', '112531.637000', '112531.639000', '112531.642000', '112531.645000', '112531.648000', '112531.651000', '112531.654000', '112531.656000', '112531.659000', '112531.662000', '112531.665000', '112531.668000', '112531.671000', '112531.673000', '112531.676000', '112531.685000', '112531.688000', '112531.691000', '112531.694000', '112531.697000', '112531.700000', '112531.702000', '112531.705000', '112531.708000', '112531.711000', '112531.714000', '112531.717000', '112531.719000', '112531.722000', '112531.725000', '112531.728000', '112531.731000', '112531.734000', '112551.608000', '112551.611000', '112551.614000', '112551.617000', '112551.626000', '112551.629000', '112551.632000', '112551.634000', '112551.637000', '112551.640000', '112551.643000', '112551.646000', '112551.649000', '112551.652000', '112551.654000', '112551.657000', '112551.660000', '112551.663000', '112551.666000', '112551.669000', '112551.672000', '112551.674000', '112551.677000', '112551.680000', '112551.683000', '112551.686000', '112551.689000', '112551.691000', '112551.694000', '112551.697000', '112551.700000', '112551.703000', '112551.706000', '112551.708000', '112551.711000', '112551.714000', '112551.717000', '112551.720000', '112551.723000', '112551.726000', '112551.728000', '112551.731000', '112551.734000', '112551.737000', '112611.609000', '112611.612000', '112611.615000', '112611.618000', '112611.630000', '112611.633000', '112611.636000', '112611.639000', '112611.642000', '112611.644000', '112611.647000', '112611.650000', '112611.653000', '112611.656000', '112611.659000', '112611.662000', '112611.664000', '112611.667000', '112611.670000', '112611.673000', '112611.676000', '112611.679000', '112611.682000', '112611.685000', '112611.687000', '112611.690000', '112611.693000', '112611.696000', '112611.699000', '112611.703000', '112611.706000', '112611.709000', '112611.712000', '112611.714000', '112611.717000', '112611.720000', '112611.723000', '112611.726000', '112611.729000', '112611.732000', '112611.734000', '112611.737000', '112611.740000', '112631.609000', '112631.612000', '112631.615000', '112631.618000', '112631.621000', '112631.623000', '112631.626000', '112631.629000', '112631.644000', '112631.647000', '112631.650000', '112631.652000', '112631.655000', '112631.658000', '112631.661000', '112631.664000', '112631.667000', '112631.669000', '112631.672000', '112631.675000', '112631.678000', '112631.681000', '112631.684000', '112631.687000', '112631.689000', '112631.692000', '112631.695000', '112631.698000', '112631.701000', '112631.704000', '112631.706000', '112631.709000', '112631.712000', '112631.715000', '112631.718000', '112631.721000', '112631.724000', '112631.726000', '112631.729000', '112631.732000', '112631.735000', '112631.738000', '112631.741000', '112631.743000', '112651.609000', '112651.614000', '112651.617000', '112651.620000', '112651.623000', '112651.626000', '112651.629000', '112651.631000', '112651.634000', '112651.637000', '112651.640000', '112651.643000', '112651.646000', '112651.648000', '112651.651000', '112651.654000', '112651.657000', '112651.660000', '112651.662000', '112651.665000', '112651.668000', '112651.671000', '112651.674000', '112651.677000', '112651.680000', '112651.682000', '112651.685000', '112651.688000', '112651.691000', '112651.694000', '112651.696000', '112651.699000', '112651.702000', '112651.705000', '112651.708000', '112651.711000', '112651.713000', '112651.716000', '112651.719000', '112651.722000', '112651.725000', '112651.727000', '112651.730000', '112711.608000', '112711.611000', '112711.614000', '112711.617000', '112711.620000', '112711.623000', '112711.625000', '112711.628000', '112711.631000', '112711.634000', '112711.637000', '112711.639000', '112711.642000', '112711.645000', '112711.648000', '112711.651000', '112711.654000', '112711.657000', '112711.659000', '112711.662000', '112711.665000', '112711.668000', '112711.671000', '112711.674000', '112711.676000', '112711.679000', '112711.682000', '112711.685000', '112711.688000', '112711.691000', '112711.693000', '112711.696000', '112711.699000', '112711.702000', '112711.705000', '112711.707000', '112711.710000', '112711.713000', '112711.716000', '112711.719000', '112711.721000', '112711.724000', '112711.727000', '112711.730000', '112731.608000', '112731.611000', '112731.614000', '112731.617000', '112731.620000', '112731.622000', '112731.625000', '112731.628000', '112731.631000', '112731.634000', '112731.636000', '112731.639000', '112731.642000', '112731.645000', '112731.648000', '112731.651000', '112731.653000', '112731.656000', '112731.659000', '112731.662000', '112731.665000', '112731.668000', '112731.670000', '112731.673000', '112731.676000', '112731.679000', '112731.682000', '112731.685000', '112731.688000', '112731.690000', '112731.693000', '112731.696000', '112731.699000', '112731.702000', '112731.705000', '112731.707000', '112731.710000', '112731.713000', '112731.716000', '112731.719000', '112731.721000', '112731.724000', '112731.727000', '112751.608000', '112751.611000', '112751.621000', '112751.624000', '112751.627000', '112751.630000', '112751.633000', '112751.636000', '112751.638000', '112751.641000', '112751.644000', '112751.647000', '112751.650000', '112751.652000', '112751.655000', '112751.658000', '112751.661000', '112751.664000', '112751.678000', '112751.681000', '112751.684000', '112751.687000', '112751.706000', '112751.709000', '112751.711000', '112751.714000', '112751.717000', '112751.720000', '112751.723000', '112751.726000', '112751.729000', '112751.731000', '112751.734000', '112751.737000', '112751.740000', '112751.743000', '112751.745000', '112751.748000', '112751.751000', '112751.754000', '112751.757000', '112751.760000', '112751.763000', '112751.765000', '112811.608000', '112811.611000', '112811.614000', '112811.617000', '112811.620000', '112811.622000', '112811.625000', '112811.628000', '112811.631000', '112811.634000', '112811.637000', '112811.640000', '112811.642000', '112811.645000', '112811.648000', '112811.651000', '112811.654000', '112811.657000', '112811.660000', '112811.662000', '112811.665000', '112811.668000', '112811.671000', '112811.674000', '112811.677000', '112811.679000', '112811.682000', '112811.685000', '112811.688000', '112811.691000', '112811.694000', '112811.696000', '112811.699000', '112811.702000', '112811.705000', '112811.708000', '112811.711000', '112811.714000', '112811.716000', '112811.719000', '112811.722000', '112811.725000', '112811.728000', '112831.609000', '112831.612000', '112831.615000', '112831.618000', '112831.621000', '112831.624000', '112831.627000', '112831.629000', '112831.632000', '112831.635000', '112831.638000', '112831.641000', '112831.644000', '112831.647000', '112831.649000', '112831.652000', '112831.655000', '112831.658000', '112831.661000', '112831.664000', '112831.666000', '112831.669000', '112831.672000', '112831.675000', '112831.678000', '112831.681000', '112831.683000', '112831.686000', '112831.689000', '112831.692000', '112831.695000', '112831.698000', '112831.707000', '112831.710000', '112831.713000', '112831.716000', '112831.719000', '112831.722000', '112831.724000', '112831.727000', '112831.730000', '112831.733000', '112831.736000', '112851.609000', '112851.612000', '112851.615000', '112851.618000', '112851.621000', '112851.624000', '112851.626000', '112851.629000', '112851.632000', '112851.635000', '112851.638000', '112851.640000', '112851.643000', '112851.646000', '112851.649000', '112851.652000', '112851.655000', '112851.657000', '112851.660000', '112851.663000', '112851.666000', '112851.669000', '112851.672000', '112851.674000', '112851.677000', '112851.680000', '112851.683000', '112851.686000', '112851.689000', '112851.691000', '112851.694000', '112851.697000', '112851.700000', '112851.703000', '112851.706000', '112851.708000', '112851.711000', '112851.714000', '112851.717000', '112851.720000', '112851.723000', '112851.726000', '112851.728000', '112851.731000', '112911.609000', '112911.612000', '112911.615000', '112911.618000', '112911.621000', '112911.623000', '112911.626000', '112911.629000', '112911.632000', '112911.635000', '112911.638000', '112911.641000', '112911.644000', '112911.647000', '112911.649000', '112911.664000', '112911.668000', '112911.670000', '112911.673000', '112911.676000', '112911.679000', '112911.682000', '112911.684000', '112911.687000', '112911.690000', '112911.693000', '112911.696000', '112911.698000', '112911.701000', '112911.704000', '112911.707000', '112911.710000', '112911.713000', '112911.716000', '112911.718000', '112911.721000', '112911.724000', '112911.727000', '112911.730000', '112911.733000', '112911.736000', '112911.738000', '112911.741000', '112931.608000', '112931.611000', '112931.614000', '112931.617000', '112931.620000', '112931.622000', '112931.625000', '112931.628000', '112931.631000', '112931.634000', '112931.637000', '112931.639000', '112931.642000', '112931.645000', '112931.648000', '112931.651000', '112931.654000', '112931.657000', '112931.659000', '112931.662000', '112931.665000', '112931.668000', '112931.671000', '112931.674000', '112931.676000', '112931.679000', '112931.682000', '112931.685000', '112931.688000', '112931.691000', '112931.694000', '112931.701000', '112931.704000', '112931.706000', '112931.709000', '112931.712000', '112931.715000', '112931.718000', '112931.721000', '112931.723000', '112931.726000', '112931.729000', '112931.732000', '112931.735000', '112951.608000', '112951.611000', '112951.614000', '112951.617000', '112951.619000', '112951.622000', '112951.625000', '112951.628000', '112951.631000', '112951.634000', '112951.637000', '112951.640000', '112951.643000', '112951.646000', '112951.649000', '112951.652000', '112951.655000', '112951.658000', '112951.661000', '112951.663000', '112951.666000', '112951.669000', '112951.672000', '112951.675000', '112951.678000', '112951.680000', '112951.683000', '112951.686000', '112951.689000', '112951.692000', '112951.695000', '112951.698000', '112951.700000', '112951.703000', '112951.706000', '112951.709000', '112951.712000', '112951.715000', '112951.717000', '112951.720000', '112951.723000', '112951.726000', '112951.729000', '113011.608000', '113011.611000', '113011.614000', '113011.617000', '113011.620000', '113011.622000', '113011.625000', '113011.628000', '113011.631000', '113011.634000', '113011.637000', '113011.640000', '113011.642000', '113011.645000', '113011.648000', '113011.651000', '113011.654000', '113011.657000', '113011.660000', '113011.663000', '113011.665000', '113011.668000', '113011.671000', '113011.674000', '113011.677000', '113011.680000', '113011.683000', '113011.685000', '113011.688000', '113011.691000', '113011.694000', '113011.697000', '113011.700000', '113011.702000', '113011.705000', '113011.708000', '113011.711000', '113011.714000', '113011.717000', '113011.719000', '113011.722000', '113011.725000', '113011.728000', '113011.731000', '113031.608000', '113031.611000', '113031.614000', '113031.617000', '113031.620000', '113031.623000', '113031.626000', '113031.628000', '113031.631000', '113031.634000', '113031.637000', '113031.655000', '113031.658000', '113031.661000', '113031.664000', '113031.667000', '113031.669000', '113031.672000', '113031.675000', '113031.678000', '113031.681000', '113031.684000', '113031.687000', '113031.689000', '113031.692000', '113031.695000', '113031.698000', '113031.701000', '113031.704000', '113031.706000', '113031.709000', '113031.712000', '113031.715000', '113031.718000', '113031.721000', '113031.723000', '113031.726000', '113031.729000', '113031.732000', '113031.735000', '113031.738000', '113031.740000', '113031.743000', '113034.928000', '113034.932000', '113034.935000', '113034.938000', '113034.941000', '113034.944000', '113034.947000', '113034.950000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203], 'LargestImagePixelValue': [16035, 9320, 13522, 9888, 13568, 9454, 10025, 8806, 10279, 8893, 10176, 11583, 8984, 13788, 8822, 12591, 8915, 10891, 8716, 9064, 13376, 9181, 12106, 8791, 10360, 8472, 9337, 13258, 8825, 10558, 8979, 10370, 8652, 10056, 12612, 8900, 10502, 9043, 10657, 8717, 9846, 9824, 9324, 13165, 9523, 11273, 8732, 10270, 12924, 8935, 12317, 9056, 10930, 8772, 10026, 12012, 9097, 12100, 8976, 11537, 8681, 9633, 13972, 9223, 12225, 8686, 11083, 8869, 10120, 13795, 8751, 11996, 8961, 11850, 9212, 9299, 14009, 9114, 12415, 8393, 10368, 8783, 9109, 13212, 9147, 10955, 8513, 10330, 12295, 8939, 13694, 8637, 11975, 8599, 10828, 8348, 10200, 13474, 8869, 12063, 8633, 11206, 8546, 10214, 13009, 8718, 11829, 8785, 11701, 8834, 9638, 13487, 8916, 12494, 8574, 10711, 8376, 10506, 8893, 8772, 13046, 9216, 12144, 8509, 10210, 8381, 9823, 13970, 8709, 10835, 8510, 11037, 8901, 9202, 12791, 8490, 11374, 8671, 10059, 9307, 8999, 12152, 8800, 10427, 8845, 8319, 11483, 9244, 12872, 8602, 11238, 8568, 10942, 8500, 10332, 8409, 9063, 13499, 9234, 12350, 8916, 11291, 8505, 10366, 11824, 9201, 12337, 8745, 11861, 8567, 10788, 8471, 10053, 12271, 9490, 12670, 8727, 11637, 8644, 10513, 8566, 9570, 13773, 9777, 12546, 8802, 11333, 8557, 9792, 10509, 8953, 12839, 9109, 10995, 8317, 10171, 8607, 9069, 12695, 9475, 12084, 8744, 10256, 8318, 9282, 13059, 9006, 11140, 8508, 9742, 8511, 9911, 9366, 8914, 11826, 9455, 11675, 8690, 10605, 8447, 9628, 13433, 9124, 9563, 8594, 10879, 8475, 10159, 8646, 9694, 9654, 9728, 12775, 9541, 11727, 9739, 11464, 8736, 10545, 8245, 9921, 14276, 9780, 11624, 9187, 11402, 8794, 9971, 10858, 9498, 15322, 9248, 10587, 8818, 10802, 8744, 9060, 10084, 8543, 11746, 9152, 9928, 9144, 10104, 8750, 10212, 8435, 9255, 12958, 9773, 12276, 8971, 11318, 8769, 10054, 8571, 9469, 13217, 9508, 11884, 9127, 10957, 8826, 9789, 8628, 9349, 12173, 9517, 12338, 9005, 11029, 8888, 10813, 8942, 9950, 8803, 9614, 9915, 8982, 13316, 9613, 12291, 9048, 10355, 8581, 10589, 8885, 9380, 8576, 9486, 11831, 9472, 13075, 9417, 11477, 8804, 10397, 8639, 10016, 11658, 10550, 10520, 8581, 11889, 9041, 10221, 9085, 10254, 8835, 10019, 8902, 9806, 8769, 11016, 8729, 9189, 8826, 8787, 10190, 8581, 11602, 10812, 10298, 8875, 9577, 9050, 12305, 9043, 10612, 9927, 11718, 16270, 9266, 13153, 8697, 12187, 8826, 11083, 8878, 10040, 8901, 9770, 9271, 10565, 8393, 8702, 8610, 9016, 12637, 8769, 14175, 8674, 13410, 11987, 15256, 9801, 8632, 8395, 9157, 8993, 10325, 8433, 8980, 8366, 10735, 10215, 9389, 10709, 8996, 12973, 8706, 13444, 8935, 11815, 8668, 11473, 8842, 12591, 8735, 9242, 8409, 10622, 13143, 8665, 13968, 8530, 11248, 8704, 10244, 8618, 8835, 11903, 8450, 12718, 8716, 10635, 8497, 9939, 8842, 8534, 12534, 8352, 11711, 8374, 11182, 8563, 9593, 11977, 8437, 13072, 8707, 10235, 8460, 8889, 13070, 8145, 11784, 8505, 10106, 8719, 8447, 12121, 8424, 11936, 8696, 10778, 8580, 9709, 9022, 9076, 13508, 8665, 11707, 8697, 10221, 8734, 8984, 14076, 8560, 10586, 8563, 10163, 10665, 8403, 11859, 8502, 10726, 8615, 9323, 9270, 8444, 12640, 8894, 10233, 9144, 9926, 9341, 9209, 10268, 8724, 11981, 8919, 10288, 9034, 9925, 8905, 8967, 13210, 9089, 11446, 9436, 11338, 9042, 9918, 11026, 8807, 13547, 9541, 10809, 9105, 10149, 8841, 8942, 9718, 9324, 12336, 9018, 11398, 9085, 10065, 8771, 9739, 13404, 9136, 11641, 8996, 11221, 9021, 9835, 10905, 8785, 13878, 9365, 11223, 8855, 11025, 9018, 9816, 9230, 8846, 13193, 9145, 12217, 8999, 11223, 9032, 10045, 8744, 9688, 10492, 9155, 13353, 8982, 11836, 8906, 11174, 8657, 10170, 8894, 9893, 13730, 9075, 11764, 8870, 11452, 8662, 9866, 9179, 8566, 13838, 8913, 11238, 8653, 11149, 9082, 9680, 10885, 8651, 12664, 8925, 11141, 8724, 9839, 10824, 8756, 12731, 8795, 11272, 8642, 9878, 8884, 8577, 12404, 9105, 12298, 9252, 10720, 8845, 11238, 8845, 10260, 9526, 9179, 11637, 9568, 14065, 9202, 12786, 8989, 11961, 9212, 12878, 9135, 10281, 10531, 9558, 15808, 8865, 11431, 8920, 11448, 9302, 10055, 11609, 8505, 13198, 9351, 12294, 8894, 10694, 8668, 10205, 12062, 8984, 14462, 8566, 11613, 8666, 11487, 9411, 9250, 13076, 8759, 12843, 8611, 10803, 9005, 8862, 14128, 8939, 11696, 8947, 10795, 8862, 9363, 11408, 8607, 11679, 8768, 10946, 9126, 9687, 9923, 8731, 13098, 9053, 11078, 9330, 10832, 9145, 9597, 10067, 8545, 13376, 9219, 11329, 9218, 11385, 9169, 9946, 10739, 9019, 14192, 8929, 12410, 9012, 10752, 9062, 10474, 9661, 8882, 9621, 8848, 9857, 10993, 8962, 11116, 9522, 9916, 9063, 10214, 9207, 11082, 9408, 10976, 9249, 11836, 8678, 10644, 9461, 9879, 9839, 9099, 12946, 8737, 14371, 9098, 12447, 9014, 11250, 8989, 10784, 9632, 9870, 9197, 9273, 9096, 8935, 9232, 8554, 12392, 9028, 11279, 9018, 11852, 8941, 10936, 9339, 10513, 9082, 10980, 9122, 9433, 9331, 9902, 10525, 9089, 12269, 8901, 13946, 8940, 11029, 9422, 11259, 9076, 10643, 9532, 9575, 9250, 11084, 9038, 11791, 9147, 10691, 8728, 11413, 10550, 10412, 10182, 9307, 14772, 9081, 14303, 8934, 11485, 8930, 10612, 8587, 9143, 9290, 8529, 13820, 8889, 12628, 9081, 11641, 9044, 10824, 9011, 10095, 8647, 10642, 9635, 9357, 8846, 8827, 13226, 9094, 12081, 8980, 13481, 9092, 12822, 9164, 10677, 9140, 10947, 9045, 11601, 9316, 10555, 8949, 11188, 8777, 9979, 9056, 9386, 12442, 9198, 12764, 8903, 13119, 9011, 11942, 9273, 10733, 9428, 10704, 9404, 9989, 9265, 10332, 9507, 9820, 9290, 9902, 9260, 9884, 9360, 10075, 11094, 9962, 12991, 9247, 13787, 9255, 14070, 9083, 10647, 9380, 11244, 9225, 10138, 9605, 10025, 9490, 10241, 8895, 9496, 13828, 9849, 13664, 9447, 11813, 9338, 11925, 9587, 10337, 9466, 9468, 13215, 9199, 12900, 9208, 12411, 9800, 13382, 9271, 11873, 9385, 10664, 9166, 11198, 9269, 9736, 10341, 9761, 14948, 9451, 13581, 9078, 11657, 9364, 11101, 9487, 9574, 9037, 9820, 13837, 9201, 14455, 9373, 12801, 9172, 11089, 9294, 10695, 8983, 10309, 9027, 9107, 12610, 8919, 14204, 9253, 11378, 8825, 11756, 8761, 13705, 8820, 13724, 8505, 12031, 8785, 12800, 9276, 11697, 9458, 9292, 8902, 9569, 12086, 9473, 13226, 9350, 10134, 9486, 9170, 12343, 9074, 14982, 9189, 12739, 9096, 10431, 9045, 9991, 9739, 8855, 9071, 8839, 10992, 8957, 12136, 9233, 11802, 9607, 10460, 9721, 10093, 9356, 9910, 11517, 8923, 14851, 9748, 12157, 9845, 10571, 9512, 9510, 12762, 9087, 14611, 9464, 11763, 9791, 11215, 9166, 10392, 9508, 9118, 10764, 8939, 14528, 9490, 14087, 9265, 12474, 9043, 12508, 9251, 9069, 9032, 9046, 14023, 8940, 13737, 9274, 14587, 9124, 12534, 9403, 11166, 9457, 10396, 9311, 10466, 9539, 9432, 13354, 8794, 10599, 8389, 8627, 8776, 8621, 11516, 8714, 10503, 11017, 8682, 14628, 8744, 12007, 8830, 11356, 9572, 11452, 12868, 9083, 16363, 9881, 13373, 10940, 10897, 14406, 8661, 12226, 8629, 11052, 8376, 8932, 11936, 8574, 13690, 8394, 11102, 8811, 9793, 8867, 8864, 12338, 8565, 13397, 8504, 10977, 8872, 10018, 8604, 9155, 9153, 8458, 14663, 8545, 11632, 9375, 10154, 9498, 9025, 11640, 8617, 14148, 9072, 11465, 9548, 10359, 9314, 9477, 8943, 9040, 13452, 8968, 13987, 9250, 10769, 9933, 10180, 9421, 9922, 9525, 9490, 8922, 9289, 13808, 9496, 13442, 9467, 11622, 9682, 11992, 9909, 10787, 9297, 11206, 9718, 9779, 9495, 10225, 13655, 9672, 14312, 9570, 14713, 9539, 14116, 10144, 10454, 9815, 9213, 9524, 9998, 9425, 9928, 9299, 9952, 9730, 10090, 15444, 9731, 13462, 9826, 12838, 9671, 9572, 14838, 9819, 12617, 9548, 10049, 12451, 9550, 12315, 9782, 10281, 9435, 9360, 9170, 9319, 14215, 9759, 13342, 9824, 10896, 9924, 10764, 9740, 10054, 9403, 10023, 9797, 9725, 12276, 9430, 15867, 9443, 12489, 9764, 10962, 9794, 10978, 9674, 9368, 9872, 9593, 9371, 10652, 9613, 11010, 9759, 13593, 9397, 14280, 9929, 14122, 9655, 14345, 9760, 10661, 9972, 10493, 9598, 14012, 9303, 15022, 10118, 11590, 9519, 9799, 9451, 9880, 10095, 9907, 9995, 9836, 9772, 9709, 9640, 9644, 9250, 10033, 9070], 'WindowCenter': [4862.0, 4778.0, 4808.0, 4771.0, 4798.0, 4745.0, 4742.0, 4723.0, 4740.0, 4723.0, 4743.0, 4750.0, 4721.0, 4767.0, 4720.0, 4757.0, 4720.0, 4740.0, 4705.0, 4718.0, 4766.0, 4731.0, 4758.0, 4711.0, 4738.0, 4708.0, 4731.0, 4768.0, 4720.0, 4739.0, 4720.0, 4738.0, 4710.0, 4741.0, 4758.0, 4719.0, 4741.0, 4720.0, 4743.0, 4722.0, 4740.0, 4729.0, 4732.0, 4769.0, 4730.0, 4749.0, 4708.0, 4740.0, 4759.0, 4721.0, 4749.0, 4719.0, 4751.0, 4719.0, 4741.0, 4758.0, 4721.0, 4758.0, 4720.0, 4752.0, 4708.0, 4731.0, 4767.0, 4721.0, 4758.0, 4710.0, 4749.0, 4719.0, 4730.0, 4767.0, 4707.0, 4745.0, 4720.0, 4747.0, 4719.0, 4719.0, 4767.0, 4720.0, 4757.0, 4709.0, 4727.0, 4706.0, 4720.0, 4758.0, 4718.0, 4738.0, 4709.0, 4738.0, 4747.0, 4717.0, 4766.0, 4710.0, 4746.0, 4709.0, 4739.0, 4708.0, 4741.0, 4768.0, 4719.0, 4758.0, 4709.0, 4749.0, 4709.0, 4730.0, 4756.0, 4708.0, 4747.0, 4707.0, 4748.0, 4705.0, 4717.0, 4754.0, 4705.0, 4745.0, 4706.0, 4726.0, 4696.0, 4726.0, 4705.0, 4705.0, 4755.0, 4717.0, 4745.0, 4705.0, 4725.0, 4696.0, 4726.0, 4764.0, 4708.0, 4737.0, 4708.0, 4736.0, 4708.0, 4716.0, 4754.0, 4709.0, 4737.0, 4706.0, 4729.0, 4716.0, 4717.0, 4747.0, 4708.0, 4727.0, 4720.0, 4699.0, 4747.0, 4719.0, 4756.0, 4719.0, 4749.0, 4722.0, 4749.0, 4711.0, 4741.0, 4709.0, 4721.0, 4769.0, 4721.0, 4758.0, 4717.0, 4749.0, 4721.0, 4740.0, 4749.0, 4722.0, 4757.0, 4711.0, 4748.0, 4710.0, 4738.0, 4710.0, 4740.0, 4757.0, 4729.0, 4756.0, 4718.0, 4749.0, 4710.0, 4738.0, 4706.0, 4730.0, 4769.0, 4729.0, 4756.0, 4717.0, 4739.0, 4696.0, 4728.0, 4728.0, 4708.0, 4755.0, 4708.0, 4739.0, 4698.0, 4728.0, 4708.0, 4718.0, 4758.0, 4730.0, 4746.0, 4706.0, 4728.0, 4696.0, 4720.0, 4756.0, 4718.0, 4738.0, 4708.0, 4730.0, 4709.0, 4728.0, 4721.0, 4720.0, 4750.0, 4729.0, 4750.0, 4709.0, 4727.0, 4708.0, 4727.0, 4757.0, 4731.0, 4717.0, 4711.0, 4738.0, 4708.0, 4729.0, 4710.0, 4729.0, 4729.0, 4731.0, 4760.0, 4730.0, 4749.0, 4730.0, 4751.0, 4709.0, 4739.0, 4711.0, 4730.0, 4768.0, 4731.0, 4750.0, 4718.0, 4746.0, 4708.0, 4728.0, 4737.0, 4718.0, 4765.0, 4708.0, 4728.0, 4709.0, 4737.0, 4696.0, 4707.0, 4725.0, 4709.0, 4747.0, 4719.0, 4728.0, 4720.0, 4741.0, 4710.0, 4739.0, 4710.0, 4732.0, 4760.0, 4730.0, 4747.0, 4720.0, 4740.0, 4709.0, 4728.0, 4708.0, 4730.0, 4757.0, 4730.0, 4748.0, 4721.0, 4740.0, 4710.0, 4727.0, 4708.0, 4720.0, 4748.0, 4729.0, 4749.0, 4720.0, 4739.0, 4718.0, 4738.0, 4720.0, 4729.0, 4718.0, 4719.0, 4728.0, 4719.0, 4770.0, 4731.0, 4747.0, 4708.0, 4726.0, 4708.0, 4739.0, 4708.0, 4717.0, 4721.0, 4731.0, 4749.0, 4729.0, 4759.0, 4719.0, 4748.0, 4717.0, 4728.0, 4709.0, 4727.0, 4751.0, 4750.0, 4739.0, 4711.0, 4751.0, 4709.0, 4729.0, 4718.0, 4729.0, 4722.0, 4732.0, 4724.0, 4731.0, 4710.0, 4741.0, 4713.0, 4735.0, 4724.0, 4724.0, 4741.0, 4724.0, 4753.0, 4741.0, 4729.0, 4709.0, 4718.0, 4710.0, 4750.0, 4709.0, 4728.0, 4718.0, 4737.0, 4779.0, 4708.0, 4747.0, 4694.0, 4732.0, 4695.0, 4713.0, 4697.0, 4715.0, 4695.0, 4706.0, 4709.0, 4715.0, 4686.0, 4697.0, 4696.0, 4720.0, 4746.0, 4709.0, 4755.0, 4696.0, 4747.0, 4727.0, 4753.0, 4701.0, 4681.0, 4672.0, 4693.0, 4695.0, 4701.0, 4670.0, 4682.0, 4684.0, 4724.0, 4712.0, 4706.0, 4712.0, 4695.0, 4746.0, 4697.0, 4746.0, 4697.0, 4722.0, 4684.0, 4724.0, 4682.0, 4732.0, 4682.0, 4692.0, 4684.0, 4709.0, 4730.0, 4670.0, 4731.0, 4681.0, 4710.0, 4671.0, 4700.0, 4669.0, 4681.0, 4719.0, 4671.0, 4717.0, 4679.0, 4700.0, 4683.0, 4701.0, 4680.0, 4681.0, 4720.0, 4669.0, 4719.0, 4671.0, 4710.0, 4670.0, 4690.0, 4721.0, 4682.0, 4717.0, 4669.0, 4697.0, 4658.0, 4679.0, 4727.0, 4669.0, 4709.0, 4668.0, 4697.0, 4681.0, 4681.0, 4718.0, 4671.0, 4720.0, 4693.0, 4721.0, 4694.0, 4704.0, 4691.0, 4693.0, 4745.0, 4695.0, 4733.0, 4694.0, 4714.0, 4692.0, 4705.0, 4750.0, 4695.0, 4713.0, 4694.0, 4724.0, 4723.0, 4686.0, 4733.0, 4694.0, 4724.0, 4695.0, 4706.0, 4716.0, 4698.0, 4747.0, 4705.0, 4727.0, 4717.0, 4729.0, 4720.0, 4718.0, 4725.0, 4720.0, 4749.0, 4720.0, 4729.0, 4719.0, 4730.0, 4721.0, 4722.0, 4770.0, 4722.0, 4760.0, 4732.0, 4753.0, 4722.0, 4743.0, 4740.0, 4724.0, 4768.0, 4731.0, 4739.0, 4719.0, 4738.0, 4720.0, 4723.0, 4730.0, 4733.0, 4771.0, 4722.0, 4752.0, 4721.0, 4741.0, 4721.0, 4731.0, 4768.0, 4720.0, 4753.0, 4720.0, 4750.0, 4710.0, 4732.0, 4751.0, 4713.0, 4767.0, 4721.0, 4751.0, 4722.0, 4742.0, 4717.0, 4730.0, 4720.0, 4721.0, 4761.0, 4720.0, 4758.0, 4720.0, 4751.0, 4722.0, 4730.0, 4721.0, 4732.0, 4741.0, 4732.0, 4770.0, 4721.0, 4760.0, 4720.0, 4739.0, 4711.0, 4730.0, 4721.0, 4731.0, 4769.0, 4717.0, 4747.0, 4720.0, 4748.0, 4698.0, 4719.0, 4718.0, 4711.0, 4756.0, 4708.0, 4738.0, 4709.0, 4749.0, 4704.0, 4729.0, 4738.0, 4711.0, 4759.0, 4710.0, 4739.0, 4712.0, 4731.0, 4738.0, 4709.0, 4748.0, 4709.0, 4749.0, 4709.0, 4729.0, 4708.0, 4709.0, 4759.0, 4720.0, 4745.0, 4721.0, 4737.0, 4722.0, 4753.0, 4718.0, 4741.0, 4730.0, 4732.0, 4750.0, 4733.0, 4768.0, 4723.0, 4758.0, 4718.0, 4752.0, 4719.0, 4760.0, 4720.0, 4730.0, 4729.0, 4718.0, 4765.0, 4707.0, 4734.0, 4708.0, 4737.0, 4706.0, 4716.0, 4735.0, 4696.0, 4745.0, 4706.0, 4734.0, 4696.0, 4716.0, 4695.0, 4716.0, 4735.0, 4696.0, 4753.0, 4684.0, 4724.0, 4695.0, 4722.0, 4694.0, 4704.0, 4742.0, 4698.0, 4731.0, 4696.0, 4725.0, 4690.0, 4694.0, 4742.0, 4696.0, 4722.0, 4694.0, 4725.0, 4697.0, 4703.0, 4723.0, 4696.0, 4735.0, 4697.0, 4726.0, 4706.0, 4717.0, 4716.0, 4707.0, 4744.0, 4709.0, 4737.0, 4719.0, 4739.0, 4719.0, 4731.0, 4728.0, 4722.0, 4766.0, 4723.0, 4737.0, 4719.0, 4749.0, 4709.0, 4729.0, 4727.0, 4706.0, 4768.0, 4707.0, 4744.0, 4708.0, 4724.0, 4695.0, 4727.0, 4707.0, 4705.0, 4703.0, 4705.0, 4730.0, 4748.0, 4721.0, 4751.0, 4719.0, 4716.0, 4707.0, 4729.0, 4718.0, 4735.0, 4718.0, 4737.0, 4719.0, 4748.0, 4706.0, 4729.0, 4717.0, 4726.0, 4716.0, 4709.0, 4756.0, 4711.0, 4766.0, 4710.0, 4744.0, 4710.0, 4738.0, 4709.0, 4728.0, 4707.0, 4716.0, 4717.0, 4718.0, 4705.0, 4707.0, 4718.0, 4711.0, 4747.0, 4716.0, 4738.0, 4719.0, 4760.0, 4721.0, 4738.0, 4721.0, 4740.0, 4723.0, 4738.0, 4719.0, 4718.0, 4719.0, 4729.0, 4739.0, 4720.0, 4760.0, 4722.0, 4768.0, 4720.0, 4738.0, 4731.0, 4750.0, 4719.0, 4739.0, 4729.0, 4729.0, 4720.0, 4751.0, 4721.0, 4750.0, 4719.0, 4739.0, 4710.0, 4748.0, 4727.0, 4729.0, 4726.0, 4720.0, 4766.0, 4709.0, 4765.0, 4709.0, 4747.0, 4708.0, 4726.0, 4698.0, 4707.0, 4717.0, 4710.0, 4758.0, 4718.0, 4745.0, 4721.0, 4749.0, 4708.0, 4739.0, 4710.0, 4730.0, 4711.0, 4737.0, 4719.0, 4718.0, 4708.0, 4719.0, 4758.0, 4721.0, 4747.0, 4720.0, 4769.0, 4719.0, 4756.0, 4721.0, 4728.0, 4721.0, 4751.0, 4718.0, 4748.0, 4719.0, 4738.0, 4720.0, 4738.0, 4707.0, 4717.0, 4707.0, 4719.0, 4746.0, 4718.0, 4747.0, 4708.0, 4755.0, 4710.0, 4746.0, 4720.0, 4736.0, 4729.0, 4737.0, 4719.0, 4728.0, 4730.0, 4741.0, 4730.0, 4728.0, 4729.0, 4741.0, 4732.0, 4740.0, 4728.0, 4743.0, 4762.0, 4742.0, 4769.0, 4728.0, 4769.0, 4732.0, 4766.0, 4718.0, 4737.0, 4730.0, 4750.0, 4719.0, 4739.0, 4730.0, 4730.0, 4730.0, 4741.0, 4709.0, 4730.0, 4780.0, 4731.0, 4771.0, 4728.0, 4748.0, 4719.0, 4750.0, 4719.0, 4729.0, 4717.0, 4727.0, 4758.0, 4719.0, 4747.0, 4717.0, 4758.0, 4730.0, 4755.0, 4716.0, 4737.0, 4718.0, 4728.0, 4706.0, 4736.0, 4706.0, 4707.0, 4717.0, 4718.0, 4754.0, 4704.0, 4740.0, 4694.0, 4734.0, 4696.0, 4724.0, 4703.0, 4703.0, 4698.0, 4716.0, 4744.0, 4704.0, 4753.0, 4706.0, 4731.0, 4705.0, 4722.0, 4705.0, 4723.0, 4694.0, 4716.0, 4694.0, 4696.0, 4732.0, 4695.0, 4742.0, 4695.0, 4722.0, 4694.0, 4733.0, 4694.0, 4741.0, 4694.0, 4742.0, 4695.0, 4721.0, 4684.0, 4730.0, 4694.0, 4721.0, 4702.0, 4703.0, 4694.0, 4717.0, 4745.0, 4707.0, 4742.0, 4694.0, 4705.0, 4692.0, 4692.0, 4721.0, 4693.0, 4751.0, 4692.0, 4730.0, 4681.0, 4712.0, 4680.0, 4702.0, 4690.0, 4691.0, 4694.0, 4694.0, 4723.0, 4703.0, 4732.0, 4705.0, 4733.0, 4712.0, 4713.0, 4714.0, 4726.0, 4705.0, 4717.0, 4723.0, 4706.0, 4754.0, 4706.0, 4731.0, 4705.0, 4722.0, 4702.0, 4704.0, 4730.0, 4694.0, 4751.0, 4705.0, 4722.0, 4702.0, 4725.0, 4705.0, 4715.0, 4703.0, 4695.0, 4724.0, 4718.0, 4755.0, 4715.0, 4742.0, 4706.0, 4746.0, 4696.0, 4733.0, 4694.0, 4693.0, 4680.0, 4680.0, 4730.0, 4681.0, 4739.0, 4693.0, 4740.0, 4705.0, 4731.0, 4692.0, 4722.0, 4704.0, 4714.0, 4704.0, 4713.0, 4692.0, 4704.0, 4755.0, 4709.0, 4727.0, 4684.0, 4681.0, 4692.0, 4702.0, 4735.0, 4692.0, 4710.0, 4710.0, 4682.0, 4740.0, 4683.0, 4718.0, 4692.0, 4720.0, 4690.0, 4708.0, 4705.0, 4665.0, 4733.0, 4674.0, 4703.0, 4672.0, 4682.0, 4700.0, 4639.0, 4678.0, 4637.0, 4678.0, 4632.0, 4648.0, 4678.0, 4651.0, 4698.0, 4642.0, 4680.0, 4651.0, 4673.0, 4663.0, 4661.0, 4703.0, 4666.0, 4711.0, 4665.0, 4695.0, 4667.0, 4683.0, 4665.0, 4677.0, 4675.0, 4668.0, 4736.0, 4680.0, 4708.0, 4688.0, 4698.0, 4690.0, 4693.0, 4720.0, 4683.0, 4749.0, 4694.0, 4722.0, 4716.0, 4714.0, 4705.0, 4715.0, 4707.0, 4706.0, 4755.0, 4717.0, 4767.0, 4719.0, 4737.0, 4727.0, 4726.0, 4730.0, 4729.0, 4728.0, 4731.0, 4720.0, 4732.0, 4779.0, 4732.0, 4769.0, 4731.0, 4759.0, 4730.0, 4761.0, 4743.0, 4749.0, 4732.0, 4751.0, 4731.0, 4731.0, 4729.0, 4741.0, 4779.0, 4731.0, 4779.0, 4729.0, 4778.0, 4741.0, 4779.0, 4740.0, 4739.0, 4727.0, 4717.0, 4731.0, 4728.0, 4719.0, 4730.0, 4730.0, 4740.0, 4732.0, 4740.0, 4779.0, 4730.0, 4767.0, 4728.0, 4760.0, 4719.0, 4719.0, 4766.0, 4719.0, 4745.0, 4714.0, 4727.0, 4744.0, 4716.0, 4743.0, 4726.0, 4726.0, 4716.0, 4717.0, 4716.0, 4730.0, 4775.0, 4729.0, 4769.0, 4740.0, 4749.0, 4741.0, 4752.0, 4730.0, 4741.0, 4734.0, 4741.0, 4730.0, 4730.0, 4759.0, 4732.0, 4778.0, 4730.0, 4748.0, 4728.0, 4749.0, 4729.0, 4737.0, 4729.0, 4719.0, 4726.0, 4727.0, 4720.0, 4725.0, 4715.0, 4736.0, 4729.0, 4771.0, 4733.0, 4767.0, 4728.0, 4768.0, 4728.0, 4765.0, 4726.0, 4727.0, 4715.0, 4726.0, 4716.0, 4755.0, 4706.0, 4765.0, 4713.0, 4731.0, 4715.0, 4726.0, 4716.0, 4716.0, 4728.0, 4727.0, 4717.0, 4717.0, 4716.0, 4728.0, 4715.0, 4717.0, 4718.0, 4715.0, 4719.0], 'WindowWidth': [10581.0, 10453.0, 10480.0, 10428.0, 10460.0, 10382.0, 10372.0, 10345.0, 10365.0, 10345.0, 10373.0, 10377.0, 10339.0, 10398.0, 10337.0, 10385.0, 10338.0, 10363.0, 10311.0, 10333.0, 10394.0, 10353.0, 10386.0, 10325.0, 10360.0, 10321.0, 10354.0, 10401.0, 10338.0, 10363.0, 10338.0, 10361.0, 10322.0, 10366.0, 10384.0, 10334.0, 10364.0, 10340.0, 10372.0, 10343.0, 10367.0, 10349.0, 10358.0, 10404.0, 10351.0, 10376.0, 10319.0, 10365.0, 10388.0, 10339.0, 10376.0, 10336.0, 10381.0, 10335.0, 10367.0, 10387.0, 10342.0, 10388.0, 10338.0, 10382.0, 10318.0, 10354.0, 10400.0, 10339.0, 10386.0, 10322.0, 10374.0, 10335.0, 10349.0, 10396.0, 10316.0, 10367.0, 10337.0, 10372.0, 10333.0, 10335.0, 10396.0, 10338.0, 10385.0, 10321.0, 10343.0, 10314.0, 10336.0, 10385.0, 10331.0, 10360.0, 10322.0, 10360.0, 10370.0, 10330.0, 10394.0, 10323.0, 10369.0, 10320.0, 10361.0, 10319.0, 10368.0, 10399.0, 10336.0, 10386.0, 10321.0, 10377.0, 10319.0, 10349.0, 10379.0, 10317.0, 10368.0, 10313.0, 10369.0, 10308.0, 10326.0, 10374.0, 10308.0, 10362.0, 10311.0, 10337.0, 10297.0, 10338.0, 10308.0, 10311.0, 10377.0, 10328.0, 10364.0, 10311.0, 10337.0, 10300.0, 10342.0, 10390.0, 10316.0, 10356.0, 10319.0, 10354.0, 10315.0, 10327.0, 10375.0, 10319.0, 10355.0, 10311.0, 10346.0, 10325.0, 10329.0, 10368.0, 10316.0, 10341.0, 10335.0, 10305.0, 10367.0, 10335.0, 10381.0, 10336.0, 10375.0, 10344.0, 10377.0, 10327.0, 10367.0, 10320.0, 10341.0, 10402.0, 10339.0, 10388.0, 10331.0, 10376.0, 10341.0, 10365.0, 10375.0, 10341.0, 10384.0, 10326.0, 10374.0, 10325.0, 10360.0, 10323.0, 10365.0, 10385.0, 10350.0, 10384.0, 10335.0, 10375.0, 10322.0, 10360.0, 10313.0, 10350.0, 10400.0, 10348.0, 10382.0, 10329.0, 10359.0, 10297.0, 10342.0, 10342.0, 10316.0, 10379.0, 10317.0, 10360.0, 10304.0, 10345.0, 10316.0, 10331.0, 10385.0, 10349.0, 10366.0, 10313.0, 10344.0, 10300.0, 10336.0, 10380.0, 10331.0, 10358.0, 10319.0, 10350.0, 10321.0, 10347.0, 10338.0, 10336.0, 10378.0, 10348.0, 10378.0, 10320.0, 10342.0, 10318.0, 10345.0, 10383.0, 10352.0, 10328.0, 10324.0, 10358.0, 10317.0, 10346.0, 10323.0, 10348.0, 10348.0, 10352.0, 10389.0, 10351.0, 10376.0, 10349.0, 10381.0, 10320.0, 10362.0, 10326.0, 10352.0, 10401.0, 10350.0, 10376.0, 10331.0, 10367.0, 10316.0, 10343.0, 10353.0, 10330.0, 10392.0, 10314.0, 10342.0, 10318.0, 10354.0, 10297.0, 10312.0, 10336.0, 10320.0, 10369.0, 10334.0, 10346.0, 10339.0, 10366.0, 10323.0, 10362.0, 10322.0, 10356.0, 10390.0, 10350.0, 10370.0, 10337.0, 10363.0, 10318.0, 10344.0, 10316.0, 10350.0, 10383.0, 10348.0, 10370.0, 10337.0, 10362.0, 10321.0, 10343.0, 10318.0, 10336.0, 10370.0, 10348.0, 10374.0, 10336.0, 10363.0, 10332.0, 10359.0, 10336.0, 10348.0, 10332.0, 10335.0, 10342.0, 10333.0, 10406.0, 10351.0, 10369.0, 10316.0, 10339.0, 10319.0, 10358.0, 10316.0, 10329.0, 10342.0, 10354.0, 10374.0, 10348.0, 10388.0, 10333.0, 10372.0, 10329.0, 10345.0, 10320.0, 10343.0, 10381.0, 10380.0, 10359.0, 10324.0, 10378.0, 10320.0, 10344.0, 10331.0, 10346.0, 10340.0, 10351.0, 10345.0, 10349.0, 10319.0, 10364.0, 10330.0, 10362.0, 10348.0, 10348.0, 10367.0, 10344.0, 10385.0, 10363.0, 10347.0, 10314.0, 10327.0, 10317.0, 10374.0, 10314.0, 10341.0, 10329.0, 10352.0, 10415.0, 10312.0, 10365.0, 10287.0, 10336.0, 10287.0, 10312.0, 10296.0, 10317.0, 10292.0, 10305.0, 10315.0, 10315.0, 10279.0, 10296.0, 10297.0, 10337.0, 10368.0, 10319.0, 10375.0, 10294.0, 10366.0, 10334.0, 10367.0, 10292.0, 10264.0, 10253.0, 10284.0, 10288.0, 10292.0, 10249.0, 10269.0, 10273.0, 10329.0, 10309.0, 10309.0, 10309.0, 10290.0, 10365.0, 10298.0, 10361.0, 10295.0, 10321.0, 10274.0, 10327.0, 10268.0, 10336.0, 10266.0, 10280.0, 10273.0, 10303.0, 10328.0, 10249.0, 10330.0, 10265.0, 10304.0, 10249.0, 10288.0, 10244.0, 10264.0, 10314.0, 10251.0, 10311.0, 10260.0, 10287.0, 10271.0, 10292.0, 10262.0, 10266.0, 10315.0, 10248.0, 10317.0, 10254.0, 10305.0, 10249.0, 10276.0, 10318.0, 10269.0, 10310.0, 10245.0, 10283.0, 10229.0, 10260.0, 10323.0, 10246.0, 10301.0, 10243.0, 10281.0, 10266.0, 10266.0, 10312.0, 10254.0, 10317.0, 10287.0, 10325.0, 10289.0, 10304.0, 10282.0, 10288.0, 10361.0, 10294.0, 10340.0, 10289.0, 10316.0, 10286.0, 10306.0, 10363.0, 10291.0, 10315.0, 10292.0, 10333.0, 10327.0, 10282.0, 10344.0, 10291.0, 10333.0, 10293.0, 10310.0, 10326.0, 10302.0, 10366.0, 10309.0, 10340.0, 10332.0, 10347.0, 10335.0, 10332.0, 10337.0, 10337.0, 10375.0, 10335.0, 10347.0, 10334.0, 10349.0, 10340.0, 10342.0, 10405.0, 10341.0, 10393.0, 10359.0, 10387.0, 10341.0, 10370.0, 10363.0, 10348.0, 10401.0, 10351.0, 10359.0, 10334.0, 10362.0, 10336.0, 10343.0, 10351.0, 10359.0, 10412.0, 10344.0, 10383.0, 10339.0, 10368.0, 10342.0, 10355.0, 10401.0, 10338.0, 10385.0, 10336.0, 10378.0, 10322.0, 10354.0, 10380.0, 10328.0, 10397.0, 10338.0, 10382.0, 10342.0, 10369.0, 10330.0, 10351.0, 10339.0, 10339.0, 10392.0, 10336.0, 10387.0, 10338.0, 10378.0, 10342.0, 10350.0, 10339.0, 10358.0, 10368.0, 10354.0, 10403.0, 10339.0, 10391.0, 10336.0, 10359.0, 10324.0, 10348.0, 10341.0, 10352.0, 10401.0, 10329.0, 10369.0, 10336.0, 10372.0, 10301.0, 10330.0, 10329.0, 10324.0, 10378.0, 10316.0, 10355.0, 10321.0, 10374.0, 10309.0, 10349.0, 10355.0, 10327.0, 10388.0, 10322.0, 10359.0, 10325.0, 10352.0, 10357.0, 10320.0, 10371.0, 10319.0, 10375.0, 10318.0, 10347.0, 10316.0, 10319.0, 10388.0, 10337.0, 10366.0, 10338.0, 10356.0, 10343.0, 10386.0, 10333.0, 10368.0, 10350.0, 10354.0, 10380.0, 10356.0, 10399.0, 10342.0, 10384.0, 10333.0, 10383.0, 10333.0, 10390.0, 10333.0, 10347.0, 10347.0, 10330.0, 10392.0, 10312.0, 10346.0, 10316.0, 10355.0, 10307.0, 10323.0, 10347.0, 10295.0, 10365.0, 10311.0, 10345.0, 10295.0, 10322.0, 10290.0, 10323.0, 10345.0, 10293.0, 10371.0, 10276.0, 10331.0, 10295.0, 10327.0, 10287.0, 10303.0, 10352.0, 10299.0, 10337.0, 10294.0, 10332.0, 10280.0, 10292.0, 10350.0, 10291.0, 10325.0, 10287.0, 10333.0, 10297.0, 10301.0, 10327.0, 10294.0, 10348.0, 10301.0, 10336.0, 10309.0, 10326.0, 10323.0, 10316.0, 10361.0, 10318.0, 10352.0, 10333.0, 10360.0, 10332.0, 10353.0, 10343.0, 10341.0, 10395.0, 10342.0, 10355.0, 10332.0, 10375.0, 10316.0, 10347.0, 10338.0, 10312.0, 10399.0, 10314.0, 10363.0, 10315.0, 10332.0, 10292.0, 10339.0, 10310.0, 10306.0, 10303.0, 10308.0, 10349.0, 10375.0, 10338.0, 10380.0, 10332.0, 10325.0, 10312.0, 10347.0, 10330.0, 10348.0, 10329.0, 10352.0, 10332.0, 10368.0, 10311.0, 10344.0, 10327.0, 10340.0, 10324.0, 10318.0, 10379.0, 10325.0, 10394.0, 10321.0, 10362.0, 10320.0, 10358.0, 10316.0, 10341.0, 10312.0, 10324.0, 10328.0, 10328.0, 10309.0, 10314.0, 10331.0, 10325.0, 10368.0, 10328.0, 10357.0, 10335.0, 10394.0, 10339.0, 10359.0, 10338.0, 10364.0, 10346.0, 10359.0, 10333.0, 10331.0, 10334.0, 10349.0, 10360.0, 10335.0, 10391.0, 10342.0, 10399.0, 10336.0, 10359.0, 10353.0, 10376.0, 10333.0, 10360.0, 10348.0, 10347.0, 10335.0, 10377.0, 10336.0, 10374.0, 10332.0, 10359.0, 10323.0, 10373.0, 10340.0, 10345.0, 10337.0, 10335.0, 10394.0, 10319.0, 10390.0, 10316.0, 10368.0, 10315.0, 10339.0, 10300.0, 10312.0, 10327.0, 10323.0, 10382.0, 10330.0, 10363.0, 10337.0, 10373.0, 10317.0, 10359.0, 10320.0, 10347.0, 10327.0, 10357.0, 10332.0, 10330.0, 10315.0, 10335.0, 10385.0, 10337.0, 10368.0, 10335.0, 10404.0, 10335.0, 10381.0, 10337.0, 10343.0, 10339.0, 10378.0, 10333.0, 10372.0, 10333.0, 10359.0, 10337.0, 10357.0, 10313.0, 10327.0, 10314.0, 10332.0, 10364.0, 10330.0, 10365.0, 10315.0, 10381.0, 10321.0, 10367.0, 10334.0, 10355.0, 10350.0, 10356.0, 10333.0, 10346.0, 10355.0, 10365.0, 10350.0, 10347.0, 10350.0, 10369.0, 10354.0, 10367.0, 10349.0, 10372.0, 10400.0, 10370.0, 10403.0, 10347.0, 10404.0, 10356.0, 10397.0, 10333.0, 10356.0, 10352.0, 10377.0, 10335.0, 10362.0, 10350.0, 10351.0, 10350.0, 10367.0, 10319.0, 10353.0, 10421.0, 10353.0, 10405.0, 10345.0, 10371.0, 10336.0, 10377.0, 10333.0, 10347.0, 10328.0, 10343.0, 10384.0, 10333.0, 10366.0, 10328.0, 10387.0, 10349.0, 10379.0, 10325.0, 10354.0, 10330.0, 10343.0, 10309.0, 10349.0, 10308.0, 10311.0, 10324.0, 10329.0, 10373.0, 10304.0, 10349.0, 10290.0, 10346.0, 10292.0, 10329.0, 10299.0, 10299.0, 10299.0, 10321.0, 10357.0, 10303.0, 10369.0, 10311.0, 10338.0, 10305.0, 10325.0, 10305.0, 10330.0, 10289.0, 10321.0, 10288.0, 10292.0, 10337.0, 10291.0, 10351.0, 10290.0, 10322.0, 10288.0, 10342.0, 10291.0, 10351.0, 10290.0, 10352.0, 10291.0, 10321.0, 10274.0, 10331.0, 10285.0, 10319.0, 10296.0, 10301.0, 10291.0, 10327.0, 10363.0, 10309.0, 10353.0, 10287.0, 10303.0, 10281.0, 10282.0, 10317.0, 10283.0, 10363.0, 10282.0, 10330.0, 10266.0, 10308.0, 10263.0, 10293.0, 10276.0, 10280.0, 10288.0, 10290.0, 10326.0, 10302.0, 10339.0, 10309.0, 10342.0, 10314.0, 10315.0, 10318.0, 10337.0, 10305.0, 10324.0, 10327.0, 10308.0, 10372.0, 10306.0, 10337.0, 10303.0, 10327.0, 10297.0, 10302.0, 10334.0, 10289.0, 10365.0, 10304.0, 10325.0, 10299.0, 10332.0, 10307.0, 10320.0, 10302.0, 10293.0, 10333.0, 10332.0, 10375.0, 10320.0, 10352.0, 10307.0, 10364.0, 10293.0, 10341.0, 10286.0, 10286.0, 10263.0, 10264.0, 10330.0, 10267.0, 10342.0, 10284.0, 10347.0, 10305.0, 10336.0, 10283.0, 10323.0, 10300.0, 10316.0, 10304.0, 10314.0, 10282.0, 10302.0, 10376.0, 10318.0, 10337.0, 10276.0, 10268.0, 10282.0, 10303.0, 10346.0, 10285.0, 10305.0, 10303.0, 10268.0, 10345.0, 10269.0, 10313.0, 10286.0, 10320.0, 10274.0, 10297.0, 10286.0, 10234.0, 10326.0, 10244.0, 10284.0, 10236.0, 10250.0, 10271.0, 10189.0, 10240.0, 10182.0, 10240.0, 10179.0, 10200.0, 10238.0, 10207.0, 10269.0, 10198.0, 10246.0, 10208.0, 10240.0, 10228.0, 10225.0, 10280.0, 10235.0, 10290.0, 10235.0, 10274.0, 10237.0, 10257.0, 10236.0, 10255.0, 10250.0, 10244.0, 10333.0, 10262.0, 10298.0, 10273.0, 10286.0, 10277.0, 10285.0, 10317.0, 10273.0, 10357.0, 10289.0, 10326.0, 10323.0, 10317.0, 10305.0, 10320.0, 10313.0, 10314.0, 10374.0, 10329.0, 10396.0, 10332.0, 10354.0, 10342.0, 10341.0, 10352.0, 10348.0, 10345.0, 10353.0, 10337.0, 10359.0, 10418.0, 10357.0, 10403.0, 10354.0, 10392.0, 10353.0, 10395.0, 10371.0, 10378.0, 10358.0, 10383.0, 10353.0, 10354.0, 10348.0, 10368.0, 10418.0, 10355.0, 10416.0, 10350.0, 10417.0, 10373.0, 10419.0, 10366.0, 10362.0, 10343.0, 10331.0, 10353.0, 10347.0, 10334.0, 10351.0, 10351.0, 10365.0, 10357.0, 10365.0, 10418.0, 10350.0, 10398.0, 10346.0, 10391.0, 10331.0, 10332.0, 10396.0, 10331.0, 10365.0, 10319.0, 10341.0, 10359.0, 10322.0, 10357.0, 10338.0, 10339.0, 10324.0, 10329.0, 10327.0, 10352.0, 10409.0, 10350.0, 10402.0, 10364.0, 10377.0, 10368.0, 10383.0, 10351.0, 10368.0, 10365.0, 10367.0, 10349.0, 10352.0, 10386.0, 10356.0, 10414.0, 10349.0, 10371.0, 10346.0, 10377.0, 10349.0, 10357.0, 10348.0, 10332.0, 10339.0, 10341.0, 10336.0, 10336.0, 10324.0, 10353.0, 10349.0, 10410.0, 10359.0, 10399.0, 10345.0, 10400.0, 10346.0, 10390.0, 10340.0, 10340.0, 10321.0, 10337.0, 10326.0, 10375.0, 10309.0, 10385.0, 10316.0, 10338.0, 10323.0, 10339.0, 10325.0, 10323.0, 10344.0, 10341.0, 10326.0, 10325.0, 10323.0, 10345.0, 10322.0, 10325.0, 10328.0, 10321.0, 10335.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.0004079131886477462</td></tr>
<tr><td colspan=3>aqi</td><td>0.02904176277128548</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.19763690628235</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.164700196374267</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9611231046783626</td></tr>
<tr><td colspan=3>efc</td><td>0.4807</td></tr>
<tr><td colspan=3>fber</td><td>5894.1196</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08942379727763587</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5025041736227045</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.516908658567969</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4956848495891455</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.739463389231558</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3155777368832036</td></tr>
<tr><td colspan=3>gcor</td><td>0.0151325</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008539484813809395</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02196478098630905</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1198</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>3.7777928084378307</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>27.3082</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.859</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.0771</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298236.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>988.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>400.9286</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1176</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>644.5255</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3902.941</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4125.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1092.0328</td></tr>
<tr><td colspan=3>tsnr</td><td>35.53223891125526</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>