<?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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-01/func/sub-0130_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>f19f7e059042c9a46ba401f13161b6cd</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>22:34:49.400000</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_VE11E_LATEST_20181129</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.994872, -0.0555083, 0.0845477, 0.065033, 0.991301, -0.114422]</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.259</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.0827235</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4255, -7737, -7303, 310, -195, 24, -109, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d99239c2-cfd5-489d-abaf-f5a72f7df0fd||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6691691875457764, 0.17447873950004578, 0.20914435386657715, 96.29121398925781], [0.1489245891571045, 2.6595890522003174, -0.3222001791000366, -103.9493637084961], [0.226835235953331, 0.30698519945144653, 2.6725354194641113, -123.89370727539062], [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, 1209]</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, 1204, 1205, 1206, 1207, 1208, 1209], 'AcquisitionTime': ['223449.400000', '223449.860000', '223450.320000', '223450.780000', '223451.240000', '223451.700000', '223452.160000', '223452.620000', '223453.080000', '223453.540000', '223454.000000', '223454.460000', '223454.920000', '223455.380000', '223455.840000', '223456.300000', '223456.760000', '223457.220000', '223457.680000', '223458.140000', '223458.600000', '223459.060000', '223459.520000', '223459.980000', '223500.440000', '223500.900000', '223501.360000', '223501.820000', '223502.280000', '223502.740000', '223503.200000', '223503.660000', '223504.120000', '223504.580000', '223505.040000', '223505.500000', '223505.960000', '223506.420000', '223506.880000', '223507.340000', '223507.800000', '223508.260000', '223508.720000', '223509.180000', '223509.640000', '223510.100000', '223510.560000', '223511.020000', '223511.480000', '223511.940000', '223512.400000', '223512.860000', '223513.320000', '223513.780000', '223514.240000', '223514.700000', '223515.160000', '223515.620000', '223516.080000', '223516.540000', '223517.000000', '223517.460000', '223517.920000', '223518.380000', '223518.840000', '223519.300000', '223519.760000', '223520.220000', '223520.680000', '223521.140000', '223521.600000', '223522.060000', '223522.520000', '223522.980000', '223523.440000', '223523.900000', '223524.360000', '223524.820000', '223525.280000', '223525.740000', '223526.200000', '223526.660000', '223527.120000', '223527.580000', '223528.040000', '223528.500000', '223528.960000', '223529.420000', '223529.880000', '223530.340000', '223530.800000', '223531.260000', '223531.720000', '223532.180000', '223532.640000', '223533.100000', '223533.560000', '223534.020000', '223534.480000', '223534.940000', '223535.400000', '223535.860000', '223536.320000', '223536.780000', '223537.240000', '223537.700000', '223538.160000', '223538.620000', '223539.080000', '223539.540000', '223540.000000', '223540.460000', '223540.920000', '223541.380000', '223541.840000', '223542.300000', '223542.760000', '223543.220000', '223543.680000', '223544.140000', '223544.600000', '223545.060000', '223545.520000', '223545.980000', '223546.440000', '223546.900000', '223547.360000', '223547.820000', '223548.280000', '223548.740000', '223549.200000', '223549.660000', '223550.120000', '223550.580000', '223551.040000', '223551.500000', '223551.960000', '223552.420000', '223552.880000', '223553.340000', '223553.800000', '223554.260000', '223554.720000', '223555.180000', '223555.640000', '223556.100000', '223556.560000', '223557.020000', '223557.480000', '223557.940000', '223558.400000', '223558.860000', '223559.320000', '223559.780000', '223600.240000', '223600.700000', '223601.160000', '223601.620000', '223602.080000', '223602.540000', '223603.000000', '223603.460000', '223603.920000', '223604.380000', '223604.840000', '223605.300000', '223605.760000', '223606.220000', '223606.680000', '223607.140000', '223607.600000', '223608.060000', '223608.520000', '223608.980000', '223609.440000', '223609.900000', '223610.360000', '223610.820000', '223611.280000', '223611.740000', '223612.200000', '223612.660000', '223613.120000', '223613.580000', '223614.040000', '223614.500000', '223614.960000', '223615.420000', '223615.880000', '223616.340000', '223616.800000', '223617.260000', '223617.720000', '223618.180000', '223618.640000', '223619.100000', '223619.560000', '223620.020000', '223620.480000', '223620.940000', '223621.400000', '223621.860000', '223622.320000', '223622.780000', '223623.240000', '223623.700000', '223624.160000', '223624.620000', '223625.080000', '223625.540000', '223626.000000', '223626.460000', '223626.920000', '223627.380000', '223627.840000', '223628.300000', '223628.760000', '223629.220000', '223629.680000', '223630.140000', '223630.600000', '223631.060000', '223631.520000', '223631.980000', '223632.440000', '223632.900000', '223633.360000', '223633.820000', '223634.280000', '223634.740000', '223635.200000', '223635.660000', '223636.120000', '223636.580000', '223637.040000', '223637.500000', '223637.960000', '223638.420000', '223638.880000', '223639.340000', '223639.800000', '223640.260000', '223640.720000', '223641.180000', '223641.640000', '223642.100000', '223642.560000', '223643.020000', '223643.480000', '223643.940000', '223644.400000', '223644.860000', '223645.320000', '223645.780000', '223646.240000', '223646.700000', '223647.160000', '223647.620000', '223648.080000', '223648.540000', '223649.000000', '223649.460000', '223649.920000', '223650.380000', '223650.840000', '223651.300000', '223651.760000', '223652.220000', '223652.680000', '223653.140000', '223653.600000', '223654.060000', '223654.520000', '223654.980000', '223655.440000', '223655.900000', '223656.360000', '223656.820000', '223657.280000', '223657.740000', '223658.200000', '223658.660000', '223659.120000', '223659.580000', '223700.040000', '223700.500000', '223700.960000', '223701.420000', '223701.880000', '223702.340000', '223702.800000', '223703.260000', '223703.720000', '223704.180000', '223704.640000', '223705.100000', '223705.560000', '223706.020000', '223706.480000', '223706.940000', '223707.400000', '223707.860000', '223708.320000', '223708.780000', '223709.240000', '223709.700000', '223710.160000', '223710.620000', '223711.080000', '223711.540000', '223712.000000', '223712.460000', '223712.920000', '223713.380000', '223713.840000', '223714.300000', '223714.760000', '223715.220000', '223715.680000', '223716.140000', '223716.600000', '223717.060000', '223717.520000', '223717.980000', '223718.440000', '223718.900000', '223719.360000', '223719.820000', '223720.280000', '223720.740000', '223721.200000', '223721.660000', '223722.120000', '223722.580000', '223723.040000', '223723.500000', '223723.960000', '223724.420000', '223724.880000', '223725.340000', '223725.800000', '223726.260000', '223726.720000', '223727.180000', '223727.640000', '223728.100000', '223728.560000', '223729.020000', '223729.480000', '223729.940000', '223730.400000', '223730.860000', '223731.320000', '223731.780000', '223732.240000', '223732.700000', '223733.160000', '223733.620000', '223734.080000', '223734.540000', '223735.000000', '223735.460000', '223735.920000', '223736.380000', '223736.840000', '223737.300000', '223737.760000', '223738.220000', '223738.680000', '223739.140000', '223739.600000', '223740.060000', '223740.520000', '223740.980000', '223741.440000', '223741.900000', '223742.360000', '223742.820000', '223743.280000', '223743.740000', '223744.200000', '223744.660000', '223745.120000', '223745.580000', '223746.040000', '223746.500000', '223746.960000', '223747.420000', '223747.880000', '223748.340000', '223748.800000', '223749.260000', '223749.720000', '223750.180000', '223750.640000', '223751.100000', '223751.560000', '223752.020000', '223752.480000', '223752.940000', '223753.400000', '223753.860000', '223754.320000', '223754.780000', '223755.240000', '223755.700000', '223756.160000', '223756.620000', '223757.080000', '223757.540000', '223758.000000', '223758.460000', '223758.920000', '223759.380000', '223759.840000', '223800.300000', '223800.760000', '223801.220000', '223801.680000', '223802.140000', '223802.600000', '223803.060000', '223803.520000', '223803.980000', '223804.440000', '223804.900000', '223805.360000', '223805.820000', '223806.280000', '223806.740000', '223807.200000', '223807.660000', '223808.120000', '223808.580000', '223809.040000', '223809.500000', '223809.960000', '223810.420000', '223810.880000', '223811.340000', '223811.800000', '223812.260000', '223812.720000', '223813.180000', '223813.640000', '223814.100000', '223814.560000', '223815.020000', '223815.480000', '223815.940000', '223816.400000', '223816.860000', '223817.320000', '223817.780000', '223818.240000', '223818.700000', '223819.160000', '223819.620000', '223820.080000', '223820.540000', '223821.000000', '223821.460000', '223821.920000', '223822.380000', '223822.840000', '223823.300000', '223823.760000', '223824.220000', '223824.680000', '223825.140000', '223825.600000', '223826.060000', '223826.520000', '223826.980000', '223827.440000', '223827.900000', '223828.360000', '223828.820000', '223829.280000', '223829.740000', '223830.200000', '223830.660000', '223831.120000', '223831.580000', '223832.040000', '223832.500000', '223832.960000', '223833.420000', '223833.880000', '223834.340000', '223834.800000', '223835.260000', '223835.720000', '223836.180000', '223836.640000', '223837.100000', '223837.560000', '223838.020000', '223838.480000', '223838.940000', '223839.400000', '223839.860000', '223840.320000', '223840.780000', '223841.240000', '223841.700000', '223842.160000', '223842.620000', '223843.080000', '223843.540000', '223844.000000', '223844.460000', '223844.920000', '223845.380000', '223845.840000', '223846.300000', '223846.760000', '223847.220000', '223847.680000', '223848.140000', '223848.600000', '223849.060000', '223849.520000', '223849.980000', '223850.440000', '223850.900000', '223851.360000', '223851.820000', '223852.280000', '223852.740000', '223853.200000', '223853.660000', '223854.120000', '223854.580000', '223855.040000', '223855.500000', '223855.960000', '223856.420000', '223856.880000', '223857.340000', '223857.800000', '223858.260000', '223858.720000', '223859.180000', '223859.640000', '223900.100000', '223900.560000', '223901.020000', '223901.480000', '223901.940000', '223902.400000', '223902.860000', '223903.320000', '223903.780000', '223904.240000', '223904.700000', '223905.160000', '223905.620000', '223906.080000', '223906.540000', '223907.000000', '223907.460000', '223907.920000', '223908.380000', '223908.840000', '223909.300000', '223909.760000', '223910.220000', '223910.680000', '223911.140000', '223911.600000', '223912.060000', '223912.520000', '223912.980000', '223913.440000', '223913.900000', '223914.360000', '223914.820000', '223915.280000', '223915.740000', '223916.200000', '223916.660000', '223917.120000', '223917.580000', '223918.040000', '223918.500000', '223918.960000', '223919.420000', '223919.880000', '223920.340000', '223920.800000', '223921.260000', '223921.720000', '223922.180000', '223922.640000', '223923.100000', '223923.560000', '223924.020000', '223924.480000', '223924.940000', '223925.400000', '223925.860000', '223926.320000', '223926.780000', '223927.240000', '223927.700000', '223928.160000', '223928.620000', '223929.080000', '223929.540000', '223930.000000', '223930.460000', '223930.920000', '223931.380000', '223931.840000', '223932.300000', '223932.760000', '223933.220000', '223933.680000', '223934.140000', '223934.600000', '223935.060000', '223935.520000', '223935.980000', '223936.440000', '223936.900000', '223937.360000', '223937.820000', '223938.280000', '223938.740000', '223939.200000', '223939.660000', '223940.120000', '223940.580000', '223941.040000', '223941.500000', '223941.960000', '223942.420000', '223942.880000', '223943.340000', '223943.800000', '223944.260000', '223944.720000', '223945.180000', '223945.640000', '223946.100000', '223946.560000', '223947.020000', '223947.480000', '223947.940000', '223948.400000', '223948.860000', '223949.320000', '223949.780000', '223950.240000', '223950.700000', '223951.160000', '223951.620000', '223952.080000', '223952.540000', '223953.000000', '223953.460000', '223953.920000', '223954.380000', '223954.840000', '223955.300000', '223955.760000', '223956.220000', '223956.680000', '223957.140000', '223957.600000', '223958.060000', '223958.520000', '223958.980000', '223959.440000', '223959.900000', '224000.360000', '224000.820000', '224001.280000', '224001.740000', '224002.200000', '224002.660000', '224003.120000', '224003.580000', '224004.040000', '224004.500000', '224004.960000', '224005.420000', '224005.880000', '224006.340000', '224006.800000', '224007.260000', '224007.720000', '224008.180000', '224008.640000', '224009.100000', '224009.560000', '224010.020000', '224010.480000', '224010.940000', '224011.400000', '224011.860000', '224012.320000', '224012.780000', '224013.240000', '224013.700000', '224014.160000', '224014.620000', '224015.080000', '224015.540000', '224016.000000', '224016.460000', '224016.920000', '224017.380000', '224017.840000', '224018.300000', '224018.760000', '224019.220000', '224019.680000', '224020.140000', '224020.600000', '224021.060000', '224021.520000', '224021.980000', '224022.440000', '224022.900000', '224023.360000', '224023.820000', '224024.280000', '224024.740000', '224025.200000', '224025.660000', '224026.120000', '224026.580000', '224027.040000', '224027.500000', '224027.960000', '224028.420000', '224028.880000', '224029.340000', '224029.800000', '224030.260000', '224030.720000', '224031.180000', '224031.640000', '224032.100000', '224032.560000', '224033.020000', '224033.480000', '224033.940000', '224034.400000', '224034.860000', '224035.320000', '224035.780000', '224036.240000', '224036.700000', '224037.160000', '224037.620000', '224038.080000', '224038.540000', '224039.000000', '224039.460000', '224039.920000', '224040.380000', '224040.840000', '224041.300000', '224041.760000', '224042.220000', '224042.680000', '224043.140000', '224043.600000', '224044.060000', '224044.520000', '224044.980000', '224045.440000', '224045.900000', '224046.360000', '224046.820000', '224047.280000', '224047.740000', '224048.200000', '224048.660000', '224049.120000', '224049.580000', '224050.040000', '224050.500000', '224050.960000', '224051.420000', '224051.880000', '224052.340000', '224052.800000', '224053.260000', '224053.720000', '224054.180000', '224054.640000', '224055.100000', '224055.560000', '224056.020000', '224056.480000', '224056.940000', '224057.400000', '224057.860000', '224058.320000', '224058.780000', '224059.240000', '224059.700000', '224100.160000', '224100.620000', '224101.080000', '224101.540000', '224102.000000', '224102.460000', '224102.920000', '224103.380000', '224103.840000', '224104.300000', '224104.760000', '224105.220000', '224105.680000', '224106.140000', '224106.600000', '224107.060000', '224107.520000', '224107.980000', '224108.440000', '224108.900000', '224109.360000', '224109.820000', '224110.280000', '224110.740000', '224111.200000', '224111.660000', '224112.120000', '224112.580000', '224113.040000', '224113.500000', '224113.960000', '224114.420000', '224114.880000', '224115.340000', '224115.800000', '224116.260000', '224116.720000', '224117.180000', '224117.640000', '224118.100000', '224118.560000', '224119.020000', '224119.480000', '224119.940000', '224120.400000', '224120.860000', '224121.320000', '224121.780000', '224122.240000', '224122.700000', '224123.160000', '224123.620000', '224124.080000', '224124.540000', '224125.000000', '224125.460000', '224125.920000', '224126.380000', '224126.840000', '224127.300000', '224127.760000', '224128.220000', '224128.680000', '224129.140000', '224129.600000', '224130.060000', '224130.520000', '224130.980000', '224131.440000', '224131.900000', '224132.360000', '224132.820000', '224133.280000', '224133.740000', '224134.200000', '224134.660000', '224135.120000', '224135.580000', '224136.040000', '224136.500000', '224136.960000', '224137.420000', '224137.880000', '224138.340000', '224138.800000', '224139.260000', '224139.720000', '224140.180000', '224140.640000', '224141.100000', '224141.560000', '224142.020000', '224142.480000', '224142.940000', '224143.400000', '224143.860000', '224144.320000', '224144.780000', '224145.240000', '224145.700000', '224146.160000', '224146.620000', '224147.080000', '224147.540000', '224148.000000', '224148.460000', '224148.920000', '224149.380000', '224149.840000', '224150.300000', '224150.760000', '224151.220000', '224151.680000', '224152.140000', '224152.600000', '224153.060000', '224153.520000', '224153.980000', '224154.440000', '224154.900000', '224155.360000', '224155.820000', '224156.280000', '224156.740000', '224157.200000', '224157.660000', '224158.120000', '224158.580000', '224159.040000', '224159.500000', '224159.960000', '224200.420000', '224200.880000', '224201.340000', '224201.800000', '224202.260000', '224202.720000', '224203.180000', '224203.640000', '224204.100000', '224204.560000', '224205.020000', '224205.480000', '224205.940000', '224206.400000', '224206.860000', '224207.320000', '224207.780000', '224208.240000', '224208.700000', '224209.160000', '224209.620000', '224210.080000', '224210.540000', '224211.000000', '224211.460000', '224211.920000', '224212.380000', '224212.840000', '224213.300000', '224213.760000', '224214.220000', '224214.680000', '224215.140000', '224215.600000', '224216.060000', '224216.520000', '224216.980000', '224217.440000', '224217.900000', '224218.360000', '224218.820000', '224219.280000', '224219.740000', '224220.200000', '224220.660000', '224221.120000', '224221.580000', '224222.040000', '224222.500000', '224222.960000', '224223.420000', '224223.880000', '224224.340000', '224224.800000', '224225.260000', '224225.720000', '224226.180000', '224226.640000', '224227.100000', '224227.560000', '224228.020000', '224228.480000', '224228.940000', '224229.400000', '224229.860000', '224230.320000', '224230.780000', '224231.240000', '224231.700000', '224232.160000', '224232.620000', '224233.080000', '224233.540000', '224234.000000', '224234.460000', '224234.920000', '224235.380000', '224235.840000', '224236.300000', '224236.760000', '224237.220000', '224237.680000', '224238.140000', '224238.600000', '224239.060000', '224239.520000', '224239.980000', '224240.440000', '224240.900000', '224241.360000', '224241.820000', '224242.280000', '224242.740000', '224243.200000', '224243.660000', '224244.120000', '224244.580000', '224245.040000', '224245.500000', '224245.960000', '224246.420000', '224246.880000', '224247.340000', '224247.800000', '224248.260000', '224248.720000', '224249.180000', '224249.640000', '224250.100000', '224250.560000', '224251.020000', '224251.480000', '224251.940000', '224252.400000', '224252.860000', '224253.320000', '224253.780000', '224254.240000', '224254.700000', '224255.160000', '224255.620000', '224256.080000', '224256.540000', '224257.000000', '224257.460000', '224257.920000', '224258.380000', '224258.840000', '224259.300000', '224259.760000', '224300.220000', '224300.680000', '224301.140000', '224301.600000', '224302.060000', '224302.520000', '224302.980000', '224303.440000', '224303.900000', '224304.360000', '224304.820000', '224305.280000', '224305.740000', '224306.200000', '224306.660000', '224307.120000', '224307.580000', '224308.040000', '224308.500000', '224308.960000', '224309.420000', '224309.880000', '224310.340000', '224310.800000', '224311.260000', '224311.720000', '224312.180000', '224312.640000', '224313.100000', '224313.560000', '224314.020000', '224314.480000', '224314.940000', '224315.400000', '224315.860000', '224316.320000', '224316.780000', '224317.240000', '224317.700000', '224318.160000', '224318.620000', '224319.080000', '224319.540000', '224320.000000', '224320.460000', '224320.920000', '224321.380000', '224321.840000', '224322.300000', '224322.760000', '224323.220000', '224323.680000', '224324.140000', '224324.600000', '224325.060000', '224325.520000', '224325.980000', '224326.440000', '224326.900000', '224327.360000', '224327.820000', '224328.280000', '224328.740000', '224329.200000', '224329.660000', '224330.120000', '224330.580000', '224331.040000', '224331.500000', '224331.960000', '224332.420000', '224332.880000', '224333.340000', '224333.800000', '224334.260000', '224334.720000', '224335.180000', '224335.640000', '224336.100000', '224336.560000', '224337.020000', '224337.480000', '224337.940000', '224338.400000', '224338.860000', '224339.320000', '224339.780000', '224340.240000', '224340.700000', '224341.160000', '224341.620000', '224342.080000', '224342.540000', '224343.000000', '224343.460000', '224343.920000', '224344.380000', '224344.840000', '224345.300000', '224345.760000', '224346.220000', '224346.680000', '224347.140000', '224347.600000', '224348.060000', '224348.520000', '224348.980000', '224349.440000', '224349.900000', '224350.360000', '224350.820000', '224351.280000', '224351.740000', '224352.200000', '224352.660000', '224353.120000', '224353.580000', '224354.040000', '224354.500000', '224354.960000', '224355.420000', '224355.880000', '224356.340000', '224356.800000', '224357.260000', '224357.720000', '224358.180000', '224358.640000', '224359.100000', '224359.560000', '224400.020000', '224400.480000', '224400.940000', '224401.400000', '224401.860000', '224402.320000', '224402.780000', '224403.240000', '224403.700000', '224404.160000', '224404.620000', '224405.080000'], 'ContentTime': ['223502.744000', '223502.750000', '223502.753000', '223502.755000', '223502.758000', '223502.761000', '223502.763000', '223502.766000', '223502.768000', '223502.771000', '223502.773000', '223502.776000', '223502.784000', '223502.786000', '223502.789000', '223502.792000', '223502.794000', '223502.797000', '223502.799000', '223502.802000', '223502.804000', '223502.807000', '223502.809000', '223502.812000', '223502.815000', '223502.823000', '223502.825000', '223522.709000', '223522.711000', '223522.714000', '223522.716000', '223522.719000', '223522.722000', '223522.724000', '223522.727000', '223522.729000', '223522.732000', '223522.735000', '223522.737000', '223522.740000', '223522.742000', '223522.745000', '223522.747000', '223522.751000', '223522.754000', '223522.756000', '223522.759000', '223522.762000', '223522.764000', '223522.767000', '223522.769000', '223522.772000', '223522.774000', '223522.777000', '223522.780000', '223522.782000', '223522.785000', '223522.787000', '223522.790000', '223522.792000', '223522.795000', '223522.797000', '223522.800000', '223522.803000', '223522.805000', '223522.808000', '223522.810000', '223522.813000', '223522.815000', '223522.827000', '223542.708000', '223542.711000', '223542.714000', '223542.717000', '223542.719000', '223542.722000', '223542.724000', '223542.727000', '223542.729000', '223542.732000', '223542.735000', '223542.737000', '223542.740000', '223542.742000', '223542.745000', '223542.748000', '223542.750000', '223542.753000', '223542.755000', '223542.758000', '223542.760000', '223542.763000', '223542.765000', '223542.768000', '223542.771000', '223542.773000', '223542.776000', '223542.778000', '223542.781000', '223542.784000', '223542.786000', '223542.789000', '223542.791000', '223542.794000', '223542.797000', '223542.799000', '223542.802000', '223542.804000', '223542.807000', '223542.813000', '223542.815000', '223542.818000', '223542.821000', '223542.823000', '223602.708000', '223602.711000', '223602.714000', '223602.716000', '223602.719000', '223602.722000', '223602.724000', '223602.727000', '223602.729000', '223602.732000', '223602.734000', '223602.737000', '223602.740000', '223602.742000', '223602.745000', '223602.747000', '223602.750000', '223602.753000', '223602.755000', '223602.758000', '223602.760000', '223602.763000', '223602.766000', '223602.769000', '223602.772000', '223602.775000', '223602.778000', '223602.781000', '223602.784000', '223602.786000', '223602.789000', '223602.791000', '223602.794000', '223602.797000', '223602.799000', '223602.802000', '223602.804000', '223602.807000', '223602.809000', '223602.812000', '223602.814000', '223602.817000', '223602.820000', '223622.707000', '223622.710000', '223622.713000', '223622.715000', '223622.718000', '223622.721000', '223622.723000', '223622.726000', '223622.728000', '223622.731000', '223622.733000', '223622.736000', '223622.739000', '223622.741000', '223622.744000', '223622.746000', '223622.749000', '223622.752000', '223622.754000', '223622.757000', '223622.759000', '223622.762000', '223622.764000', '223622.767000', '223622.770000', '223622.772000', '223622.775000', '223622.777000', '223622.780000', '223622.782000', '223622.785000', '223622.788000', '223622.790000', '223622.793000', '223622.795000', '223622.798000', '223622.801000', '223622.803000', '223622.806000', '223622.808000', '223622.811000', '223622.814000', '223622.816000', '223622.819000', '223642.709000', '223642.712000', '223642.714000', '223642.717000', '223642.719000', '223642.722000', '223642.725000', '223642.727000', '223642.730000', '223642.732000', '223642.735000', '223642.738000', '223642.740000', '223642.743000', '223642.745000', '223642.748000', '223642.750000', '223642.753000', '223642.756000', '223642.758000', '223642.761000', '223642.763000', '223642.766000', '223642.769000', '223642.771000', '223642.774000', '223642.776000', '223642.779000', '223642.782000', '223642.784000', '223642.787000', '223642.789000', '223642.792000', '223642.795000', '223642.797000', '223642.800000', '223642.802000', '223642.805000', '223642.807000', '223642.810000', '223642.813000', '223642.815000', '223642.818000', '223702.708000', '223702.711000', '223702.714000', '223702.717000', '223702.719000', '223702.722000', '223702.724000', '223702.727000', '223702.729000', '223702.732000', '223702.735000', '223702.737000', '223702.740000', '223702.743000', '223702.745000', '223702.748000', '223702.750000', '223702.753000', '223702.755000', '223702.758000', '223702.761000', '223702.763000', '223702.766000', '223702.768000', '223702.771000', '223702.774000', '223702.776000', '223702.779000', '223702.781000', '223702.784000', '223702.787000', '223702.789000', '223702.792000', '223702.794000', '223702.797000', '223702.799000', '223702.802000', '223702.805000', '223702.823000', '223702.825000', '223702.828000', '223702.830000', '223702.833000', '223702.835000', '223722.709000', '223722.711000', '223722.714000', '223722.717000', '223722.719000', '223722.722000', '223722.724000', '223722.727000', '223722.730000', '223722.732000', '223722.735000', '223722.738000', '223722.740000', '223722.743000', '223722.745000', '223722.748000', '223722.751000', '223722.753000', '223722.756000', '223722.758000', '223722.761000', '223722.764000', '223722.766000', '223722.769000', '223722.771000', '223722.774000', '223722.777000', '223722.779000', '223722.782000', '223722.784000', '223722.787000', '223722.789000', '223722.792000', '223722.795000', '223722.798000', '223722.801000', '223722.804000', '223722.807000', '223722.809000', '223722.812000', '223722.815000', '223722.817000', '223722.822000', '223742.708000', '223742.711000', '223742.714000', '223742.716000', '223742.719000', '223742.722000', '223742.724000', '223742.727000', '223742.730000', '223742.732000', '223742.735000', '223742.738000', '223742.740000', '223742.743000', '223742.745000', '223742.748000', '223742.751000', '223742.753000', '223742.756000', '223742.759000', '223742.761000', '223742.764000', '223742.767000', '223742.769000', '223742.772000', '223742.774000', '223742.777000', '223742.780000', '223742.782000', '223742.785000', '223742.787000', '223742.791000', '223742.794000', '223742.796000', '223742.799000', '223742.802000', '223742.804000', '223742.807000', '223742.809000', '223742.812000', '223742.815000', '223742.817000', '223742.820000', '223742.822000', '223802.708000', '223802.711000', '223802.714000', '223802.717000', '223802.719000', '223802.722000', '223802.725000', '223802.727000', '223802.730000', '223802.732000', '223802.735000', '223802.738000', '223802.740000', '223802.743000', '223802.745000', '223802.748000', '223802.751000', '223802.753000', '223802.756000', '223802.758000', '223802.761000', '223802.764000', '223802.766000', '223802.769000', '223802.772000', '223802.774000', '223802.777000', '223802.779000', '223802.782000', '223802.784000', '223802.787000', '223802.790000', '223802.792000', '223802.795000', '223802.798000', '223802.800000', '223802.803000', '223802.806000', '223802.809000', '223802.812000', '223802.815000', '223802.817000', '223802.820000', '223822.708000', '223822.711000', '223822.714000', '223822.717000', '223822.719000', '223822.722000', '223822.725000', '223822.727000', '223822.730000', '223822.732000', '223822.735000', '223822.738000', '223822.740000', '223822.743000', '223822.746000', '223822.748000', '223822.751000', '223822.753000', '223822.756000', '223822.758000', '223822.761000', '223822.764000', '223822.766000', '223822.769000', '223822.772000', '223822.774000', '223822.777000', '223822.779000', '223822.782000', '223822.785000', '223822.787000', '223822.790000', '223822.792000', '223822.795000', '223822.797000', '223822.800000', '223822.803000', '223822.805000', '223822.808000', '223822.810000', '223822.813000', '223822.816000', '223822.818000', '223822.821000', '223842.707000', '223842.710000', '223842.713000', '223842.715000', '223842.718000', '223842.737000', '223842.740000', '223842.742000', '223842.745000', '223842.748000', '223842.750000', '223842.753000', '223842.755000', '223842.758000', '223842.761000', '223842.763000', '223842.766000', '223842.768000', '223842.771000', '223842.774000', '223842.777000', '223842.779000', '223842.782000', '223842.785000', '223842.787000', '223842.790000', '223842.792000', '223842.795000', '223842.798000', '223842.800000', '223842.803000', '223842.805000', '223842.808000', '223842.811000', '223842.813000', '223842.816000', '223842.818000', '223842.821000', '223842.824000', '223842.826000', '223842.829000', '223842.831000', '223842.834000', '223902.708000', '223902.711000', '223902.714000', '223902.716000', '223902.719000', '223902.722000', '223902.724000', '223902.727000', '223902.729000', '223902.732000', '223902.735000', '223902.737000', '223902.740000', '223902.743000', '223902.745000', '223902.748000', '223902.750000', '223902.753000', '223902.756000', '223902.758000', '223902.761000', '223902.763000', '223902.766000', '223902.769000', '223902.771000', '223902.774000', '223902.777000', '223902.779000', '223902.782000', '223902.784000', '223902.787000', '223902.790000', '223902.792000', '223902.795000', '223902.797000', '223902.800000', '223902.803000', '223902.805000', '223902.808000', '223902.810000', '223902.813000', '223902.816000', '223902.818000', '223902.821000', '223922.709000', '223922.711000', '223922.714000', '223922.717000', '223922.719000', '223922.722000', '223922.724000', '223922.727000', '223922.730000', '223922.732000', '223922.735000', '223922.737000', '223922.740000', '223922.743000', '223922.745000', '223922.748000', '223922.750000', '223922.753000', '223922.756000', '223922.758000', '223922.761000', '223922.764000', '223922.766000', '223922.769000', '223922.771000', '223922.774000', '223922.777000', '223922.779000', '223922.782000', '223922.784000', '223922.787000', '223922.790000', '223922.792000', '223922.795000', '223922.797000', '223922.800000', '223922.803000', '223922.805000', '223922.808000', '223922.811000', '223922.813000', '223922.816000', '223922.818000', '223942.709000', '223942.712000', '223942.714000', '223942.717000', '223942.720000', '223942.722000', '223942.725000', '223942.728000', '223942.730000', '223942.733000', '223942.735000', '223942.738000', '223942.741000', '223942.743000', '223942.746000', '223942.749000', '223942.751000', '223942.754000', '223942.757000', '223942.759000', '223942.762000', '223942.764000', '223942.767000', '223942.770000', '223942.772000', '223942.775000', '223942.778000', '223942.780000', '223942.783000', '223942.785000', '223942.788000', '223942.791000', '223942.793000', '223942.796000', '223942.798000', '223942.801000', '223942.804000', '223942.806000', '223942.809000', '223942.812000', '223942.814000', '223942.817000', '223942.819000', '223942.822000', '224002.708000', '224002.711000', '224002.714000', '224002.717000', '224002.719000', '224002.722000', '224002.725000', '224002.727000', '224002.730000', '224002.732000', '224002.735000', '224002.738000', '224002.740000', '224002.743000', '224002.746000', '224002.748000', '224002.751000', '224002.754000', '224002.756000', '224002.759000', '224002.761000', '224002.764000', '224002.767000', '224002.770000', '224002.772000', '224002.775000', '224002.778000', '224002.780000', '224002.783000', '224002.785000', '224002.788000', '224002.791000', '224002.793000', '224002.796000', '224002.799000', '224002.801000', '224002.804000', '224002.807000', '224002.809000', '224002.812000', '224002.814000', '224002.817000', '224002.820000', '224022.709000', '224022.713000', '224022.716000', '224022.719000', '224022.721000', '224022.724000', '224022.726000', '224022.729000', '224022.732000', '224022.734000', '224022.737000', '224022.740000', '224022.742000', '224022.745000', '224022.747000', '224022.750000', '224022.753000', '224022.755000', '224022.758000', '224022.760000', '224022.763000', '224022.765000', '224022.768000', '224022.771000', '224022.773000', '224022.776000', '224022.778000', '224022.781000', '224022.784000', '224022.786000', '224022.789000', '224022.793000', '224022.796000', '224022.799000', '224022.801000', '224022.804000', '224022.806000', '224022.809000', '224022.812000', '224022.814000', '224022.817000', '224022.820000', '224022.822000', '224022.825000', '224042.707000', '224042.710000', '224042.713000', '224042.716000', '224042.718000', '224042.721000', '224042.723000', '224042.726000', '224042.729000', '224042.731000', '224042.734000', '224042.736000', '224042.739000', '224042.742000', '224042.744000', '224042.747000', '224042.750000', '224042.752000', '224042.755000', '224042.757000', '224042.760000', '224042.763000', '224042.765000', '224042.768000', '224042.771000', '224042.773000', '224042.776000', '224042.779000', '224042.781000', '224042.784000', '224042.786000', '224042.789000', '224042.792000', '224042.794000', '224042.797000', '224042.799000', '224042.802000', '224042.805000', '224042.807000', '224042.810000', '224042.812000', '224042.815000', '224042.818000', '224102.709000', '224102.711000', '224102.714000', '224102.717000', '224102.719000', '224102.722000', '224102.724000', '224102.727000', '224102.730000', '224102.732000', '224102.735000', '224102.738000', '224102.740000', '224102.743000', '224102.745000', '224102.748000', '224102.751000', '224102.753000', '224102.756000', '224102.759000', '224102.761000', '224102.764000', '224102.766000', '224102.769000', '224102.772000', '224102.774000', '224102.777000', '224102.779000', '224102.782000', '224102.785000', '224102.787000', '224102.790000', '224102.792000', '224102.795000', '224102.798000', '224102.800000', '224102.803000', '224102.805000', '224102.808000', '224102.811000', '224102.813000', '224102.816000', '224102.818000', '224102.821000', '224122.709000', '224122.711000', '224122.714000', '224122.717000', '224122.719000', '224122.722000', '224122.724000', '224122.727000', '224122.730000', '224122.732000', '224122.735000', '224122.737000', '224122.740000', '224122.743000', '224122.745000', '224122.748000', '224122.750000', '224122.753000', '224122.755000', '224122.758000', '224122.761000', '224122.763000', '224122.766000', '224122.768000', '224122.771000', '224122.774000', '224122.776000', '224122.779000', '224122.782000', '224122.784000', '224122.787000', '224122.789000', '224122.792000', '224122.794000', '224122.797000', '224122.800000', '224122.802000', '224122.805000', '224122.807000', '224122.810000', '224122.813000', '224122.815000', '224122.818000', '224142.708000', '224142.711000', '224142.714000', '224142.717000', '224142.719000', '224142.722000', '224142.724000', '224142.727000', '224142.730000', '224142.732000', '224142.735000', '224142.737000', '224142.740000', '224142.743000', '224142.745000', '224142.748000', '224142.750000', '224142.753000', '224142.756000', '224142.758000', '224142.761000', '224142.763000', '224142.766000', '224142.769000', '224142.771000', '224142.774000', '224142.776000', '224142.779000', '224142.782000', '224142.784000', '224142.787000', '224142.789000', '224142.792000', '224142.795000', '224142.797000', '224142.800000', '224142.803000', '224142.805000', '224142.808000', '224142.810000', '224142.813000', '224142.816000', '224142.818000', '224202.709000', '224202.712000', '224202.714000', '224202.717000', '224202.720000', '224202.722000', '224202.725000', '224202.727000', '224202.730000', '224202.733000', '224202.735000', '224202.738000', '224202.740000', '224202.743000', '224202.746000', '224202.748000', '224202.751000', '224202.753000', '224202.756000', '224202.759000', '224202.761000', '224202.764000', '224202.766000', '224202.769000', '224202.772000', '224202.774000', '224202.777000', '224202.780000', '224202.782000', '224202.785000', '224202.788000', '224202.790000', '224202.793000', '224202.795000', '224202.798000', '224202.801000', '224202.803000', '224202.806000', '224202.809000', '224202.811000', '224202.814000', '224202.817000', '224202.819000', '224202.822000', '224222.709000', '224222.711000', '224222.714000', '224222.717000', '224222.719000', '224222.722000', '224222.724000', '224222.727000', '224222.730000', '224222.732000', '224222.735000', '224222.738000', '224222.741000', '224222.744000', '224222.747000', '224222.749000', '224222.752000', '224222.754000', '224222.757000', '224222.760000', '224222.762000', '224222.765000', '224222.768000', '224222.770000', '224222.773000', '224222.776000', '224222.778000', '224222.781000', '224222.783000', '224222.787000', '224222.790000', '224222.793000', '224222.795000', '224222.798000', '224222.801000', '224222.803000', '224222.806000', '224222.808000', '224222.811000', '224222.814000', '224222.816000', '224222.819000', '224222.821000', '224242.709000', '224242.711000', '224242.714000', '224242.717000', '224242.719000', '224242.722000', '224242.724000', '224242.727000', '224242.730000', '224242.732000', '224242.735000', '224242.738000', '224242.740000', '224242.743000', '224242.745000', '224242.748000', '224242.751000', '224242.753000', '224242.756000', '224242.758000', '224242.761000', '224242.764000', '224242.766000', '224242.769000', '224242.772000', '224242.774000', '224242.777000', '224242.779000', '224242.782000', '224242.785000', '224242.787000', '224242.790000', '224242.792000', '224242.795000', '224242.798000', '224242.800000', '224242.803000', '224242.806000', '224242.808000', '224242.811000', '224242.813000', '224242.816000', '224242.819000', '224242.821000', '224302.708000', '224302.710000', '224302.713000', '224302.716000', '224302.718000', '224302.721000', '224302.723000', '224302.726000', '224302.729000', '224302.731000', '224302.734000', '224302.736000', '224302.739000', '224302.742000', '224302.745000', '224302.748000', '224302.751000', '224302.754000', '224302.756000', '224302.759000', '224302.762000', '224302.764000', '224302.767000', '224302.769000', '224302.772000', '224302.775000', '224302.777000', '224302.780000', '224302.782000', '224302.785000', '224302.788000', '224302.790000', '224302.793000', '224302.795000', '224302.798000', '224302.801000', '224302.803000', '224302.806000', '224302.809000', '224302.821000', '224302.824000', '224302.826000', '224302.829000', '224322.708000', '224322.711000', '224322.714000', '224322.717000', '224322.719000', '224322.722000', '224322.724000', '224322.727000', '224322.730000', '224322.732000', '224322.735000', '224322.738000', '224322.740000', '224322.743000', '224322.745000', '224322.748000', '224322.751000', '224322.753000', '224322.756000', '224322.758000', '224322.761000', '224322.764000', '224322.766000', '224322.769000', '224322.772000', '224322.774000', '224322.777000', '224322.779000', '224322.782000', '224322.785000', '224322.787000', '224322.790000', '224322.792000', '224322.795000', '224322.798000', '224322.800000', '224322.803000', '224322.806000', '224322.808000', '224322.811000', '224322.813000', '224322.816000', '224322.819000', '224322.821000', '224342.708000', '224342.711000', '224342.714000', '224342.717000', '224342.719000', '224342.722000', '224342.724000', '224342.727000', '224342.730000', '224342.733000', '224342.736000', '224342.739000', '224342.742000', '224342.744000', '224342.747000', '224342.749000', '224342.752000', '224342.755000', '224342.757000', '224342.760000', '224342.762000', '224342.765000', '224342.768000', '224342.770000', '224342.773000', '224342.776000', '224342.779000', '224342.782000', '224342.785000', '224342.788000', '224342.790000', '224342.793000', '224342.796000', '224342.798000', '224342.801000', '224342.804000', '224342.806000', '224342.809000', '224342.811000', '224342.814000', '224342.817000', '224342.819000', '224342.822000', '224402.709000', '224402.712000', '224402.714000', '224402.717000', '224402.719000', '224402.722000', '224402.725000', '224402.727000', '224402.730000', '224402.733000', '224402.735000', '224402.738000', '224402.740000', '224402.743000', '224402.746000', '224402.748000', '224402.751000', '224402.754000', '224402.756000', '224402.759000', '224402.762000', '224402.764000', '224402.767000', '224402.770000', '224402.772000', '224402.775000', '224402.778000', '224402.780000', '224402.783000', '224402.786000', '224402.788000', '224402.791000', '224402.794000', '224402.796000', '224402.799000', '224402.801000', '224402.804000', '224402.807000', '224402.809000', '224402.812000', '224402.814000', '224402.817000', '224402.820000', '224402.822000', '224406.172000', '224406.174000', '224406.177000', '224406.180000', '224406.182000', '224406.203000', '224406.206000', '224406.208000'], 'InstanceCreationTime': ['223502.744000', '223502.750000', '223502.753000', '223502.755000', '223502.758000', '223502.761000', '223502.763000', '223502.766000', '223502.768000', '223502.771000', '223502.773000', '223502.776000', '223502.784000', '223502.786000', '223502.789000', '223502.792000', '223502.794000', '223502.797000', '223502.799000', '223502.802000', '223502.804000', '223502.807000', '223502.809000', '223502.812000', '223502.815000', '223502.823000', '223502.825000', '223522.709000', '223522.711000', '223522.714000', '223522.716000', '223522.719000', '223522.722000', '223522.724000', '223522.727000', '223522.729000', '223522.732000', '223522.735000', '223522.737000', '223522.740000', '223522.742000', '223522.745000', '223522.747000', '223522.751000', '223522.754000', '223522.756000', '223522.759000', '223522.762000', '223522.764000', '223522.767000', '223522.769000', '223522.772000', '223522.774000', '223522.777000', '223522.780000', '223522.782000', '223522.785000', '223522.787000', '223522.790000', '223522.792000', '223522.795000', '223522.797000', '223522.800000', '223522.803000', '223522.805000', '223522.808000', '223522.810000', '223522.813000', '223522.815000', '223522.827000', '223542.708000', '223542.711000', '223542.714000', '223542.717000', '223542.719000', '223542.722000', '223542.724000', '223542.727000', '223542.729000', '223542.732000', '223542.735000', '223542.737000', '223542.740000', '223542.742000', '223542.745000', '223542.748000', '223542.750000', '223542.753000', '223542.755000', '223542.758000', '223542.760000', '223542.763000', '223542.765000', '223542.768000', '223542.771000', '223542.773000', '223542.776000', '223542.778000', '223542.781000', '223542.784000', '223542.786000', '223542.789000', '223542.791000', '223542.794000', '223542.797000', '223542.799000', '223542.802000', '223542.804000', '223542.807000', '223542.813000', '223542.815000', '223542.818000', '223542.821000', '223542.823000', '223602.708000', '223602.711000', '223602.714000', '223602.716000', '223602.719000', '223602.722000', '223602.724000', '223602.727000', '223602.729000', '223602.732000', '223602.734000', '223602.737000', '223602.740000', '223602.742000', '223602.745000', '223602.747000', '223602.750000', '223602.753000', '223602.755000', '223602.758000', '223602.760000', '223602.763000', '223602.766000', '223602.769000', '223602.772000', '223602.775000', '223602.778000', '223602.781000', '223602.784000', '223602.786000', '223602.789000', '223602.791000', '223602.794000', '223602.797000', '223602.799000', '223602.802000', '223602.804000', '223602.807000', '223602.809000', '223602.812000', '223602.814000', '223602.817000', '223602.820000', '223622.707000', '223622.710000', '223622.713000', '223622.715000', '223622.718000', '223622.721000', '223622.723000', '223622.726000', '223622.728000', '223622.731000', '223622.733000', '223622.736000', '223622.739000', '223622.741000', '223622.744000', '223622.746000', '223622.749000', '223622.752000', '223622.754000', '223622.757000', '223622.759000', '223622.762000', '223622.764000', '223622.767000', '223622.770000', '223622.772000', '223622.775000', '223622.777000', '223622.780000', '223622.782000', '223622.785000', '223622.788000', '223622.790000', '223622.793000', '223622.795000', '223622.798000', '223622.801000', '223622.803000', '223622.806000', '223622.808000', '223622.811000', '223622.814000', '223622.816000', '223622.819000', '223642.709000', '223642.712000', '223642.714000', '223642.717000', '223642.719000', '223642.722000', '223642.725000', '223642.727000', '223642.730000', '223642.732000', '223642.735000', '223642.738000', '223642.740000', '223642.743000', '223642.745000', '223642.748000', '223642.750000', '223642.753000', '223642.756000', '223642.758000', '223642.761000', '223642.763000', '223642.766000', '223642.769000', '223642.771000', '223642.774000', '223642.776000', '223642.779000', '223642.782000', '223642.784000', '223642.787000', '223642.789000', '223642.792000', '223642.795000', '223642.797000', '223642.800000', '223642.802000', '223642.805000', '223642.807000', '223642.810000', '223642.813000', '223642.815000', '223642.818000', '223702.708000', '223702.711000', '223702.714000', '223702.717000', '223702.719000', '223702.722000', '223702.724000', '223702.727000', '223702.729000', '223702.732000', '223702.735000', '223702.737000', '223702.740000', '223702.743000', '223702.745000', '223702.748000', '223702.750000', '223702.753000', '223702.755000', '223702.758000', '223702.761000', '223702.763000', '223702.766000', '223702.768000', '223702.771000', '223702.774000', '223702.776000', '223702.779000', '223702.781000', '223702.784000', '223702.787000', '223702.789000', '223702.792000', '223702.794000', '223702.797000', '223702.799000', '223702.802000', '223702.805000', '223702.823000', '223702.825000', '223702.828000', '223702.830000', '223702.833000', '223702.835000', '223722.709000', '223722.711000', '223722.714000', '223722.717000', '223722.719000', '223722.722000', '223722.724000', '223722.727000', '223722.730000', '223722.732000', '223722.735000', '223722.738000', '223722.740000', '223722.743000', '223722.745000', '223722.748000', '223722.751000', '223722.753000', '223722.756000', '223722.758000', '223722.761000', '223722.764000', '223722.766000', '223722.769000', '223722.771000', '223722.774000', '223722.777000', '223722.779000', '223722.782000', '223722.784000', '223722.787000', '223722.789000', '223722.792000', '223722.795000', '223722.798000', '223722.801000', '223722.804000', '223722.807000', '223722.809000', '223722.812000', '223722.815000', '223722.817000', '223722.822000', '223742.708000', '223742.711000', '223742.714000', '223742.716000', '223742.719000', '223742.722000', '223742.724000', '223742.727000', '223742.730000', '223742.732000', '223742.735000', '223742.738000', '223742.740000', '223742.743000', '223742.745000', '223742.748000', '223742.751000', '223742.753000', '223742.756000', '223742.759000', '223742.761000', '223742.764000', '223742.767000', '223742.769000', '223742.772000', '223742.774000', '223742.777000', '223742.780000', '223742.782000', '223742.785000', '223742.787000', '223742.791000', '223742.794000', '223742.796000', '223742.799000', '223742.802000', '223742.804000', '223742.807000', '223742.809000', '223742.812000', '223742.815000', '223742.817000', '223742.820000', '223742.822000', '223802.708000', '223802.711000', '223802.714000', '223802.717000', '223802.719000', '223802.722000', '223802.725000', '223802.727000', '223802.730000', '223802.732000', '223802.735000', '223802.738000', '223802.740000', '223802.743000', '223802.745000', '223802.748000', '223802.751000', '223802.753000', '223802.756000', '223802.758000', '223802.761000', '223802.764000', '223802.766000', '223802.769000', '223802.772000', '223802.774000', '223802.777000', '223802.779000', '223802.782000', '223802.784000', '223802.787000', '223802.790000', '223802.792000', '223802.795000', '223802.798000', '223802.800000', '223802.803000', '223802.806000', '223802.809000', '223802.812000', '223802.815000', '223802.817000', '223802.820000', '223822.708000', '223822.711000', '223822.714000', '223822.717000', '223822.719000', '223822.722000', '223822.725000', '223822.727000', '223822.730000', '223822.732000', '223822.735000', '223822.738000', '223822.740000', '223822.743000', '223822.746000', '223822.748000', '223822.751000', '223822.753000', '223822.756000', '223822.758000', '223822.761000', '223822.764000', '223822.766000', '223822.769000', '223822.772000', '223822.774000', '223822.777000', '223822.779000', '223822.782000', '223822.785000', '223822.787000', '223822.790000', '223822.792000', '223822.795000', '223822.797000', '223822.800000', '223822.803000', '223822.805000', '223822.808000', '223822.810000', '223822.813000', '223822.816000', '223822.818000', '223822.821000', '223842.707000', '223842.710000', '223842.713000', '223842.715000', '223842.718000', '223842.737000', '223842.740000', '223842.742000', '223842.745000', '223842.748000', '223842.750000', '223842.753000', '223842.755000', '223842.758000', '223842.761000', '223842.763000', '223842.766000', '223842.768000', '223842.771000', '223842.774000', '223842.777000', '223842.779000', '223842.782000', '223842.785000', '223842.787000', '223842.790000', '223842.792000', '223842.795000', '223842.798000', '223842.800000', '223842.803000', '223842.805000', '223842.808000', '223842.811000', '223842.813000', '223842.816000', '223842.818000', '223842.821000', '223842.824000', '223842.826000', '223842.829000', '223842.831000', '223842.834000', '223902.708000', '223902.711000', '223902.714000', '223902.716000', '223902.719000', '223902.722000', '223902.724000', '223902.727000', '223902.729000', '223902.732000', '223902.735000', '223902.737000', '223902.740000', '223902.743000', '223902.745000', '223902.748000', '223902.750000', '223902.753000', '223902.756000', '223902.758000', '223902.761000', '223902.763000', '223902.766000', '223902.769000', '223902.771000', '223902.774000', '223902.777000', '223902.779000', '223902.782000', '223902.784000', '223902.787000', '223902.790000', '223902.792000', '223902.795000', '223902.797000', '223902.800000', '223902.803000', '223902.805000', '223902.808000', '223902.810000', '223902.813000', '223902.816000', '223902.818000', '223902.821000', '223922.709000', '223922.711000', '223922.714000', '223922.717000', '223922.719000', '223922.722000', '223922.724000', '223922.727000', '223922.730000', '223922.732000', '223922.735000', '223922.737000', '223922.740000', '223922.743000', '223922.745000', '223922.748000', '223922.750000', '223922.753000', '223922.756000', '223922.758000', '223922.761000', '223922.764000', '223922.766000', '223922.769000', '223922.771000', '223922.774000', '223922.777000', '223922.779000', '223922.782000', '223922.784000', '223922.787000', '223922.790000', '223922.792000', '223922.795000', '223922.797000', '223922.800000', '223922.803000', '223922.805000', '223922.808000', '223922.811000', '223922.813000', '223922.816000', '223922.818000', '223942.709000', '223942.712000', '223942.714000', '223942.717000', '223942.720000', '223942.722000', '223942.725000', '223942.728000', '223942.730000', '223942.733000', '223942.735000', '223942.738000', '223942.741000', '223942.743000', '223942.746000', '223942.749000', '223942.751000', '223942.754000', '223942.757000', '223942.759000', '223942.762000', '223942.764000', '223942.767000', '223942.770000', '223942.772000', '223942.775000', '223942.778000', '223942.780000', '223942.783000', '223942.785000', '223942.788000', '223942.791000', '223942.793000', '223942.796000', '223942.798000', '223942.801000', '223942.804000', '223942.806000', '223942.809000', '223942.812000', '223942.814000', '223942.817000', '223942.819000', '223942.822000', '224002.708000', '224002.711000', '224002.714000', '224002.717000', '224002.719000', '224002.722000', '224002.725000', '224002.727000', '224002.730000', '224002.732000', '224002.735000', '224002.738000', '224002.740000', '224002.743000', '224002.746000', '224002.748000', '224002.751000', '224002.754000', '224002.756000', '224002.759000', '224002.761000', '224002.764000', '224002.767000', '224002.770000', '224002.772000', '224002.775000', '224002.778000', '224002.780000', '224002.783000', '224002.785000', '224002.788000', '224002.791000', '224002.793000', '224002.796000', '224002.799000', '224002.801000', '224002.804000', '224002.807000', '224002.809000', '224002.812000', '224002.814000', '224002.817000', '224002.820000', '224022.709000', '224022.713000', '224022.716000', '224022.719000', '224022.721000', '224022.724000', '224022.726000', '224022.729000', '224022.732000', '224022.734000', '224022.737000', '224022.740000', '224022.742000', '224022.745000', '224022.747000', '224022.750000', '224022.753000', '224022.755000', '224022.758000', '224022.760000', '224022.763000', '224022.765000', '224022.768000', '224022.771000', '224022.773000', '224022.776000', '224022.778000', '224022.781000', '224022.784000', '224022.786000', '224022.789000', '224022.793000', '224022.796000', '224022.799000', '224022.801000', '224022.804000', '224022.806000', '224022.809000', '224022.812000', '224022.814000', '224022.817000', '224022.820000', '224022.822000', '224022.825000', '224042.707000', '224042.710000', '224042.713000', '224042.716000', '224042.718000', '224042.721000', '224042.723000', '224042.726000', '224042.729000', '224042.731000', '224042.734000', '224042.736000', '224042.739000', '224042.742000', '224042.744000', '224042.747000', '224042.750000', '224042.752000', '224042.755000', '224042.757000', '224042.760000', '224042.763000', '224042.765000', '224042.768000', '224042.771000', '224042.773000', '224042.776000', '224042.779000', '224042.781000', '224042.784000', '224042.786000', '224042.789000', '224042.792000', '224042.794000', '224042.797000', '224042.799000', '224042.802000', '224042.805000', '224042.807000', '224042.810000', '224042.812000', '224042.815000', '224042.818000', '224102.709000', '224102.711000', '224102.714000', '224102.717000', '224102.719000', '224102.722000', '224102.724000', '224102.727000', '224102.730000', '224102.732000', '224102.735000', '224102.738000', '224102.740000', '224102.743000', '224102.745000', '224102.748000', '224102.751000', '224102.753000', '224102.756000', '224102.759000', '224102.761000', '224102.764000', '224102.766000', '224102.769000', '224102.772000', '224102.774000', '224102.777000', '224102.779000', '224102.782000', '224102.785000', '224102.787000', '224102.790000', '224102.792000', '224102.795000', '224102.798000', '224102.800000', '224102.803000', '224102.805000', '224102.808000', '224102.811000', '224102.813000', '224102.816000', '224102.818000', '224102.821000', '224122.709000', '224122.711000', '224122.714000', '224122.717000', '224122.719000', '224122.722000', '224122.724000', '224122.727000', '224122.730000', '224122.732000', '224122.735000', '224122.737000', '224122.740000', '224122.743000', '224122.745000', '224122.748000', '224122.750000', '224122.753000', '224122.755000', '224122.758000', '224122.761000', '224122.763000', '224122.766000', '224122.768000', '224122.771000', '224122.774000', '224122.776000', '224122.779000', '224122.782000', '224122.784000', '224122.787000', '224122.789000', '224122.792000', '224122.794000', '224122.797000', '224122.800000', '224122.802000', '224122.805000', '224122.807000', '224122.810000', '224122.813000', '224122.815000', '224122.818000', '224142.708000', '224142.711000', '224142.714000', '224142.717000', '224142.719000', '224142.722000', '224142.724000', '224142.727000', '224142.730000', '224142.732000', '224142.735000', '224142.737000', '224142.740000', '224142.743000', '224142.745000', '224142.748000', '224142.750000', '224142.753000', '224142.756000', '224142.758000', '224142.761000', '224142.763000', '224142.766000', '224142.769000', '224142.771000', '224142.774000', '224142.776000', '224142.779000', '224142.782000', '224142.784000', '224142.787000', '224142.789000', '224142.792000', '224142.795000', '224142.797000', '224142.800000', '224142.803000', '224142.805000', '224142.808000', '224142.810000', '224142.813000', '224142.816000', '224142.818000', '224202.709000', '224202.712000', '224202.714000', '224202.717000', '224202.720000', '224202.722000', '224202.725000', '224202.727000', '224202.730000', '224202.733000', '224202.735000', '224202.738000', '224202.740000', '224202.743000', '224202.746000', '224202.748000', '224202.751000', '224202.753000', '224202.756000', '224202.759000', '224202.761000', '224202.764000', '224202.766000', '224202.769000', '224202.772000', '224202.774000', '224202.777000', '224202.780000', '224202.782000', '224202.785000', '224202.788000', '224202.790000', '224202.793000', '224202.795000', '224202.798000', '224202.801000', '224202.803000', '224202.806000', '224202.809000', '224202.811000', '224202.814000', '224202.817000', '224202.819000', '224202.822000', '224222.709000', '224222.711000', '224222.714000', '224222.717000', '224222.719000', '224222.722000', '224222.724000', '224222.727000', '224222.730000', '224222.732000', '224222.735000', '224222.738000', '224222.741000', '224222.744000', '224222.747000', '224222.749000', '224222.752000', '224222.754000', '224222.757000', '224222.760000', '224222.762000', '224222.765000', '224222.768000', '224222.770000', '224222.773000', '224222.776000', '224222.778000', '224222.781000', '224222.783000', '224222.787000', '224222.790000', '224222.793000', '224222.795000', '224222.798000', '224222.801000', '224222.803000', '224222.806000', '224222.808000', '224222.811000', '224222.814000', '224222.816000', '224222.819000', '224222.821000', '224242.709000', '224242.711000', '224242.714000', '224242.717000', '224242.719000', '224242.722000', '224242.724000', '224242.727000', '224242.730000', '224242.732000', '224242.735000', '224242.738000', '224242.740000', '224242.743000', '224242.745000', '224242.748000', '224242.751000', '224242.753000', '224242.756000', '224242.758000', '224242.761000', '224242.764000', '224242.766000', '224242.769000', '224242.772000', '224242.774000', '224242.777000', '224242.779000', '224242.782000', '224242.785000', '224242.787000', '224242.790000', '224242.792000', '224242.795000', '224242.798000', '224242.800000', '224242.803000', '224242.806000', '224242.808000', '224242.811000', '224242.813000', '224242.816000', '224242.819000', '224242.821000', '224302.708000', '224302.710000', '224302.713000', '224302.716000', '224302.718000', '224302.721000', '224302.723000', '224302.726000', '224302.729000', '224302.731000', '224302.734000', '224302.736000', '224302.739000', '224302.742000', '224302.745000', '224302.748000', '224302.751000', '224302.754000', '224302.756000', '224302.759000', '224302.762000', '224302.764000', '224302.767000', '224302.769000', '224302.772000', '224302.775000', '224302.777000', '224302.780000', '224302.782000', '224302.785000', '224302.788000', '224302.790000', '224302.793000', '224302.795000', '224302.798000', '224302.801000', '224302.803000', '224302.806000', '224302.809000', '224302.821000', '224302.824000', '224302.826000', '224302.829000', '224322.708000', '224322.711000', '224322.714000', '224322.717000', '224322.719000', '224322.722000', '224322.724000', '224322.727000', '224322.730000', '224322.732000', '224322.735000', '224322.738000', '224322.740000', '224322.743000', '224322.745000', '224322.748000', '224322.751000', '224322.753000', '224322.756000', '224322.758000', '224322.761000', '224322.764000', '224322.766000', '224322.769000', '224322.772000', '224322.774000', '224322.777000', '224322.779000', '224322.782000', '224322.785000', '224322.787000', '224322.790000', '224322.792000', '224322.795000', '224322.798000', '224322.800000', '224322.803000', '224322.806000', '224322.808000', '224322.811000', '224322.813000', '224322.816000', '224322.819000', '224322.821000', '224342.708000', '224342.711000', '224342.714000', '224342.717000', '224342.719000', '224342.722000', '224342.724000', '224342.727000', '224342.730000', '224342.733000', '224342.736000', '224342.739000', '224342.742000', '224342.744000', '224342.747000', '224342.749000', '224342.752000', '224342.755000', '224342.757000', '224342.760000', '224342.762000', '224342.765000', '224342.768000', '224342.770000', '224342.773000', '224342.776000', '224342.779000', '224342.782000', '224342.785000', '224342.788000', '224342.790000', '224342.793000', '224342.796000', '224342.798000', '224342.801000', '224342.804000', '224342.806000', '224342.809000', '224342.811000', '224342.814000', '224342.817000', '224342.819000', '224342.822000', '224402.709000', '224402.712000', '224402.714000', '224402.717000', '224402.719000', '224402.722000', '224402.725000', '224402.727000', '224402.730000', '224402.733000', '224402.735000', '224402.738000', '224402.740000', '224402.743000', '224402.746000', '224402.748000', '224402.751000', '224402.754000', '224402.756000', '224402.759000', '224402.762000', '224402.764000', '224402.767000', '224402.770000', '224402.772000', '224402.775000', '224402.778000', '224402.780000', '224402.783000', '224402.786000', '224402.788000', '224402.791000', '224402.794000', '224402.796000', '224402.799000', '224402.801000', '224402.804000', '224402.807000', '224402.809000', '224402.812000', '224402.814000', '224402.817000', '224402.820000', '224402.822000', '224406.172000', '224406.174000', '224406.177000', '224406.180000', '224406.182000', '224406.203000', '224406.206000', '224406.208000'], '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, 1204, 1205, 1206, 1207, 1208, 1209], 'LargestImagePixelValue': [6544, 7171, 9645, 6600, 8078, 6158, 7193, 6308, 8564, 10946, 6622, 10527, 6347, 9644, 6387, 6907, 11115, 6350, 10154, 6358, 7866, 6513, 6968, 9765, 6732, 8507, 6284, 6695, 10991, 6670, 9333, 6297, 6547, 10480, 6467, 8911, 6351, 6207, 10576, 6526, 10347, 6254, 6473, 10662, 6489, 9750, 6204, 6185, 10809, 6515, 9083, 6354, 6489, 10544, 6305, 10259, 6287, 6361, 11045, 6430, 8726, 6357, 6231, 11010, 6546, 9033, 6162, 6201, 11206, 6452, 8915, 6477, 6056, 11223, 6630, 8087, 6637, 6133, 10887, 6306, 7748, 6689, 8237, 6210, 6384, 11230, 6584, 10407, 6536, 6890, 6171, 6494, 11644, 6903, 9776, 6213, 6713, 6246, 6483, 9690, 6124, 8760, 6328, 6636, 11690, 6083, 8769, 6228, 8981, 6396, 6243, 10748, 5948, 7287, 6478, 6718, 6377, 6327, 6627, 6615, 11697, 7402, 9885, 6267, 8468, 6220, 6566, 7559, 6569, 11852, 6245, 8225, 7191, 6698, 10834, 6098, 9134, 6207, 6766, 6491, 6412, 6667, 9856, 6324, 9947, 6300, 8967, 6510, 8009, 6614, 6539, 12437, 6741, 10619, 6255, 6413, 11225, 6636, 8917, 6173, 6618, 11762, 6269, 9269, 6130, 6886, 6519, 6408, 10963, 6692, 8195, 6076, 6349, 9279, 6299, 9249, 6318, 6855, 6338, 6203, 9398, 6462, 8723, 6393, 6746, 6050, 6557, 11537, 6452, 9831, 6045, 9308, 6111, 6481, 8751, 6164, 9463, 6076, 8678, 6014, 7237, 10793, 6071, 10798, 6532, 9650, 8037, 6427, 10555, 6154, 7116, 6045, 6620, 11409, 6212, 8860, 6211, 6701, 9103, 6472, 10771, 6558, 8470, 6345, 6156, 8820, 6118, 8021, 6173, 6198, 6537, 6264, 8735, 6295, 8771, 6034, 6227, 10977, 6334, 9619, 6284, 6882, 6161, 6180, 9278, 6200, 8431, 6225, 6166, 11279, 6202, 9369, 6240, 6839, 6389, 6229, 11248, 6555, 8908, 5996, 6418, 11023, 6271, 10737, 6132, 8463, 6264, 6213, 11158, 6732, 8809, 6213, 6443, 10830, 6409, 10301, 6207, 7619, 6305, 6222, 10515, 6485, 8311, 6021, 6314, 11282, 6289, 10497, 6259, 7654, 6229, 6412, 8439, 6299, 8535, 6296, 7596, 6117, 9146, 7559, 6447, 10923, 6360, 10148, 6352, 7778, 7338, 6466, 11740, 6964, 9585, 6098, 6842, 11679, 7036, 10038, 6081, 7777, 6326, 6212, 11628, 6579, 9070, 6082, 6365, 10306, 6345, 10119, 6129, 7572, 6246, 6177, 9347, 6200, 9228, 6112, 6502, 6493, 6498, 9206, 6222, 8584, 6036, 6375, 6286, 6267, 10330, 5999, 8080, 6076, 6046, 10135, 6334, 9647, 6012, 7589, 6128, 6488, 10096, 6330, 10926, 6666, 9379, 6149, 6550, 8660, 6469, 10778, 5920, 8496, 6002, 6435, 6712, 6290, 10729, 6465, 8689, 6086, 6393, 10558, 6460, 10325, 6088, 8091, 6116, 6288, 10525, 6298, 7825, 6043, 6251, 6552, 6372, 9935, 6082, 8195, 6033, 6547, 11367, 6380, 9695, 6046, 7929, 6301, 7842, 11207, 6711, 10020, 5921, 9816, 6292, 6703, 10512, 6593, 8686, 6087, 9750, 6532, 6454, 11125, 6489, 9250, 6064, 6355, 10647, 6305, 7874, 5968, 7667, 9768, 6519, 8912, 6082, 7704, 6363, 6593, 8604, 6422, 6816, 6177, 6182, 10598, 6454, 8596, 6233, 7452, 6070, 8986, 9909, 8336, 10635, 6587, 9432, 6149, 6535, 11330, 6800, 8512, 6062, 6131, 8821, 6190, 7938, 6343, 6236, 9927, 6224, 7031, 6261, 6364, 11254, 6258, 9246, 6003, 6622, 6073, 6508, 10222, 6342, 8786, 6080, 8154, 6454, 7863, 11253, 7135, 9662, 6116, 8469, 6082, 9174, 8725, 7212, 10974, 6118, 9679, 6379, 6936, 11489, 8363, 9524, 6157, 6251, 9877, 6152, 7910, 6010, 7081, 6425, 6532, 11410, 8416, 10017, 5920, 9608, 6570, 6586, 10883, 6182, 8473, 6249, 8768, 9504, 6491, 10005, 6139, 7433, 6070, 7509, 11405, 6677, 10224, 5969, 7274, 6246, 6191, 8157, 6197, 8492, 6170, 8522, 6061, 6254, 10329, 6277, 8475, 6156, 7769, 6215, 6038, 7615, 6123, 8810, 6071, 8736, 6407, 6070, 10725, 6163, 7678, 6159, 7138, 8653, 6238, 10195, 6004, 7243, 6196, 6308, 11309, 6215, 9172, 6026, 7116, 6495, 6372, 11268, 6523, 9527, 6055, 6622, 6534, 6132, 11008, 6350, 9029, 6181, 6926, 6296, 7412, 8652, 6351, 10512, 6324, 9767, 6179, 7696, 6423, 6304, 10113, 6068, 8977, 6227, 7069, 6432, 6311, 10695, 6234, 8074, 6111, 6355, 11477, 6094, 9531, 6390, 7035, 6109, 6255, 7908, 6516, 9302, 6159, 8159, 6168, 8499, 11615, 8280, 10257, 6103, 8595, 6099, 7423, 11820, 8502, 10235, 5905, 9286, 6132, 7035, 11447, 8480, 9797, 6127, 6579, 11453, 6578, 9448, 6006, 6387, 6543, 6502, 10375, 6091, 7038, 6304, 6389, 9783, 6257, 7737, 6086, 6483, 6078, 6264, 11323, 6620, 9408, 5941, 7364, 10266, 6141, 10064, 6092, 8413, 5934, 8446, 11716, 7694, 10326, 6249, 8189, 6435, 6258, 11503, 6530, 8641, 6118, 6565, 6847, 6777, 8151, 6117, 7256, 6202, 7821, 7784, 6239, 9425, 6190, 7645, 6261, 8285, 6139, 6514, 6590, 6217, 11083, 6800, 9590, 6062, 9027, 6202, 9583, 8598, 6367, 10851, 6098, 7748, 6225, 7661, 6586, 6090, 10920, 6336, 9090, 6451, 7492, 6261, 6969, 6473, 6603, 11309, 6629, 9336, 6299, 7421, 6316, 7187, 6288, 6717, 6627, 6311, 10244, 6271, 9337, 6330, 8504, 6273, 6166, 6995, 6689, 10961, 7161, 10130, 6177, 7984, 6094, 7997, 8938, 7075, 10752, 6186, 8710, 6196, 8072, 6390, 7316, 6362, 6316, 11092, 6659, 10555, 6463, 9008, 6187, 6496, 8190, 6739, 10416, 6458, 8199, 6143, 6994, 10355, 6792, 8760, 6263, 7151, 6433, 7380, 6830, 6184, 10899, 6479, 8798, 6321, 8556, 6150, 7573, 6424, 6044, 7709, 6688, 10459, 6985, 9772, 6214, 7495, 6385, 8583, 6276, 6753, 11565, 6289, 9270, 6497, 9000, 6187, 7349, 6263, 6470, 8886, 6358, 8293, 6415, 7069, 6211, 6938, 6788, 6884, 11697, 8085, 10371, 6405, 9211, 6229, 6901, 6599, 6331, 10341, 6314, 9734, 6259, 7864, 6403, 6604, 11641, 6817, 9809, 6251, 7654, 6339, 7061, 11071, 6799, 10004, 6276, 7717, 6549, 7565, 6221, 6967, 6428, 6200, 9228, 6657, 10400, 6574, 10044, 6112, 7805, 6443, 6930, 11775, 7573, 9915, 6435, 7425, 8313, 6960, 9381, 6228, 7507, 6149, 7332, 6834, 6274, 9339, 6080, 7438, 6414, 7876, 6642, 6450, 6320, 6378, 8510, 6274, 8650, 6323, 7618, 6352, 6533, 6489, 7060, 10962, 7710, 10128, 6313, 7687, 6413, 7075, 9239, 6783, 9434, 6208, 7856, 6373, 8388, 6437, 6935, 6491, 6598, 11322, 6773, 9872, 6121, 7992, 6160, 7583, 10384, 6771, 9972, 6226, 7721, 6315, 7965, 6502, 6494, 11143, 6644, 8120, 6150, 7397, 6327, 6514, 6594, 6390, 8384, 6404, 8714, 6273, 8325, 6335, 6407, 11165, 6482, 10489, 6506, 6990, 10305, 6300, 9284, 6119, 7799, 6538, 9650, 7352, 7230, 6769, 6469, 6856, 11694, 8022, 10589, 6235, 9774, 6463, 10024, 6459, 6529, 8240, 6387, 10126, 6296, 9622, 6304, 8578, 6407, 6359, 6848, 6669, 11039, 6902, 9296, 6225, 7340, 6267, 8270, 6231, 6587, 10841, 6359, 8147, 6531, 7866, 6490, 6517, 6105, 6349, 6978, 7078, 6681, 7161, 6785, 9438, 8766, 11242, 6284, 9837, 6704, 11027, 6855, 10281, 6418, 6206, 10350, 7632, 10588, 6116, 8376, 6466, 6680, 11485, 7184, 9261, 6166, 6812, 6677, 6713, 10470, 6554, 9729, 6359, 7645, 6470, 8390, 6679, 6422, 6602, 6361, 9666, 6617, 9187, 6386, 7404, 6193, 6790, 6557, 7108, 6816, 7436, 6064, 6433, 6397, 6460, 6176, 7357, 6491, 7937, 6420, 8961, 12549, 10116, 10760, 6437, 7668, 6327, 7137, 11989, 9530, 10363, 6295, 7082, 6367, 7154, 11038, 6659, 8184, 6205, 7027, 10473, 6843, 9124, 6490, 7304, 6237, 7492, 8133, 6859, 9909, 6761, 6947, 6537, 7957, 6500, 6812, 9175, 6928, 10558, 6911, 9034, 6404, 8340, 6660, 7131, 8475, 6889, 9273, 6835, 8121, 6257, 6602, 6508, 6713, 8341, 6544, 7877, 6330, 7595, 6545, 6956, 11229, 6582, 8438, 6115, 7033, 6478, 7237, 10443, 6637, 9801, 6500, 8227, 6283, 8472, 6587, 6830, 11906, 6490, 10551, 6714, 9052, 6405, 7398, 11563, 6501, 9481, 6587, 8082, 6647, 6853, 11079, 6603, 7992, 6386, 7692, 6160, 6876, 10674, 6569, 7717, 6301, 6685, 6454, 6866, 7301, 7073, 9804, 6567, 8380, 6362, 7457, 6307, 7862, 10433, 6968, 10847, 6467, 9563, 6031, 8125, 6570, 6824, 11511, 6682, 8432, 6411, 8384, 6558, 6723, 8831, 6597, 7857, 6473, 7709, 6022, 6818, 6586, 6856], 'WindowCenter': [3738.0, 3748.0, 3765.0, 3722.0, 3740.0, 3710.0, 3719.0, 3707.0, 3751.0, 3760.0, 3719.0, 3759.0, 3709.0, 3761.0, 3708.0, 3718.0, 3760.0, 3707.0, 3748.0, 3706.0, 3727.0, 3694.0, 3717.0, 3747.0, 3717.0, 3737.0, 3705.0, 3707.0, 3757.0, 3705.0, 3738.0, 3695.0, 3707.0, 3746.0, 3706.0, 3738.0, 3695.0, 3696.0, 3745.0, 3706.0, 3747.0, 3694.0, 3706.0, 3745.0, 3705.0, 3747.0, 3694.0, 3696.0, 3745.0, 3704.0, 3737.0, 3694.0, 3706.0, 3745.0, 3694.0, 3746.0, 3694.0, 3705.0, 3745.0, 3693.0, 3735.0, 3691.0, 3694.0, 3744.0, 3692.0, 3735.0, 3681.0, 3693.0, 3744.0, 3692.0, 3735.0, 3691.0, 3693.0, 3743.0, 3702.0, 3724.0, 3691.0, 3693.0, 3743.0, 3691.0, 3712.0, 3704.0, 3725.0, 3693.0, 3693.0, 3744.0, 3703.0, 3745.0, 3692.0, 3703.0, 3682.0, 3693.0, 3755.0, 3703.0, 3735.0, 3680.0, 3703.0, 3693.0, 3705.0, 3746.0, 3694.0, 3726.0, 3692.0, 3704.0, 3755.0, 3694.0, 3723.0, 3693.0, 3737.0, 3693.0, 3705.0, 3745.0, 3693.0, 3714.0, 3705.0, 3705.0, 3705.0, 3706.0, 3705.0, 3717.0, 3758.0, 3717.0, 3747.0, 3704.0, 3738.0, 3694.0, 3706.0, 3715.0, 3706.0, 3758.0, 3693.0, 3726.0, 3702.0, 3704.0, 3745.0, 3694.0, 3748.0, 3693.0, 3704.0, 3705.0, 3706.0, 3719.0, 3760.0, 3707.0, 3748.0, 3706.0, 3739.0, 3706.0, 3728.0, 3705.0, 3705.0, 3758.0, 3704.0, 3746.0, 3691.0, 3692.0, 3744.0, 3703.0, 3724.0, 3681.0, 3693.0, 3755.0, 3693.0, 3734.0, 3681.0, 3702.0, 3691.0, 3692.0, 3744.0, 3703.0, 3724.0, 3682.0, 3694.0, 3734.0, 3694.0, 3734.0, 3694.0, 3705.0, 3693.0, 3694.0, 3734.0, 3705.0, 3737.0, 3695.0, 3706.0, 3694.0, 3706.0, 3758.0, 3707.0, 3746.0, 3695.0, 3749.0, 3695.0, 3707.0, 3736.0, 3696.0, 3747.0, 3695.0, 3738.0, 3694.0, 3717.0, 3746.0, 3695.0, 3761.0, 3708.0, 3748.0, 3714.0, 3694.0, 3745.0, 3694.0, 3704.0, 3693.0, 3705.0, 3756.0, 3695.0, 3736.0, 3694.0, 3706.0, 3735.0, 3705.0, 3746.0, 3694.0, 3726.0, 3693.0, 3694.0, 3734.0, 3695.0, 3725.0, 3695.0, 3696.0, 3694.0, 3706.0, 3737.0, 3707.0, 3738.0, 3696.0, 3708.0, 3757.0, 3706.0, 3749.0, 3706.0, 3717.0, 3694.0, 3696.0, 3737.0, 3707.0, 3737.0, 3696.0, 3697.0, 3757.0, 3695.0, 3737.0, 3706.0, 3706.0, 3705.0, 3695.0, 3758.0, 3706.0, 3738.0, 3696.0, 3706.0, 3757.0, 3706.0, 3758.0, 3695.0, 3727.0, 3692.0, 3695.0, 3757.0, 3706.0, 3737.0, 3694.0, 3695.0, 3746.0, 3705.0, 3747.0, 3695.0, 3716.0, 3692.0, 3695.0, 3746.0, 3704.0, 3727.0, 3694.0, 3706.0, 3757.0, 3706.0, 3747.0, 3695.0, 3716.0, 3695.0, 3695.0, 3725.0, 3707.0, 3737.0, 3707.0, 3728.0, 3697.0, 3750.0, 3728.0, 3707.0, 3759.0, 3707.0, 3750.0, 3707.0, 3727.0, 3715.0, 3696.0, 3757.0, 3706.0, 3736.0, 3692.0, 3705.0, 3758.0, 3704.0, 3736.0, 3694.0, 3715.0, 3693.0, 3693.0, 3746.0, 3705.0, 3725.0, 3681.0, 3693.0, 3733.0, 3694.0, 3746.0, 3683.0, 3715.0, 3692.0, 3682.0, 3723.0, 3682.0, 3735.0, 3682.0, 3693.0, 3692.0, 3694.0, 3734.0, 3693.0, 3726.0, 3693.0, 3695.0, 3692.0, 3694.0, 3747.0, 3694.0, 3726.0, 3693.0, 3694.0, 3744.0, 3694.0, 3736.0, 3696.0, 3726.0, 3694.0, 3706.0, 3746.0, 3694.0, 3746.0, 3705.0, 3737.0, 3694.0, 3695.0, 3724.0, 3705.0, 3746.0, 3695.0, 3738.0, 3694.0, 3695.0, 3704.0, 3705.0, 3747.0, 3695.0, 3737.0, 3694.0, 3695.0, 3745.0, 3694.0, 3746.0, 3694.0, 3725.0, 3682.0, 3694.0, 3747.0, 3694.0, 3715.0, 3693.0, 3695.0, 3695.0, 3706.0, 3748.0, 3697.0, 3727.0, 3695.0, 3706.0, 3757.0, 3707.0, 3747.0, 3695.0, 3726.0, 3696.0, 3726.0, 3757.0, 3706.0, 3748.0, 3694.0, 3748.0, 3694.0, 3705.0, 3745.0, 3693.0, 3724.0, 3683.0, 3736.0, 3693.0, 3692.0, 3744.0, 3692.0, 3736.0, 3681.0, 3694.0, 3733.0, 3692.0, 3713.0, 3681.0, 3715.0, 3733.0, 3694.0, 3724.0, 3682.0, 3714.0, 3692.0, 3704.0, 3723.0, 3693.0, 3693.0, 3682.0, 3695.0, 3747.0, 3706.0, 3726.0, 3696.0, 3716.0, 3696.0, 3737.0, 3748.0, 3729.0, 3748.0, 3705.0, 3738.0, 3692.0, 3694.0, 3747.0, 3706.0, 3726.0, 3683.0, 3694.0, 3725.0, 3684.0, 3726.0, 3694.0, 3695.0, 3744.0, 3695.0, 3704.0, 3706.0, 3706.0, 3758.0, 3707.0, 3736.0, 3694.0, 3707.0, 3694.0, 3708.0, 3748.0, 3708.0, 3738.0, 3696.0, 3728.0, 3707.0, 3730.0, 3758.0, 3719.0, 3749.0, 3698.0, 3727.0, 3697.0, 3750.0, 3738.0, 3719.0, 3759.0, 3696.0, 3738.0, 3695.0, 3717.0, 3758.0, 3726.0, 3736.0, 3683.0, 3694.0, 3746.0, 3695.0, 3727.0, 3696.0, 3717.0, 3706.0, 3708.0, 3759.0, 3739.0, 3749.0, 3696.0, 3750.0, 3706.0, 3707.0, 3747.0, 3696.0, 3727.0, 3696.0, 3738.0, 3737.0, 3706.0, 3746.0, 3695.0, 3715.0, 3695.0, 3717.0, 3756.0, 3706.0, 3747.0, 3682.0, 3715.0, 3694.0, 3696.0, 3726.0, 3696.0, 3726.0, 3696.0, 3739.0, 3696.0, 3707.0, 3748.0, 3706.0, 3727.0, 3696.0, 3729.0, 3696.0, 3698.0, 3727.0, 3697.0, 3737.0, 3696.0, 3740.0, 3707.0, 3698.0, 3747.0, 3695.0, 3715.0, 3696.0, 3718.0, 3736.0, 3696.0, 3748.0, 3695.0, 3716.0, 3694.0, 3707.0, 3758.0, 3696.0, 3736.0, 3694.0, 3706.0, 3695.0, 3707.0, 3758.0, 3706.0, 3737.0, 3694.0, 3706.0, 3695.0, 3696.0, 3747.0, 3696.0, 3737.0, 3694.0, 3706.0, 3706.0, 3718.0, 3738.0, 3708.0, 3748.0, 3696.0, 3748.0, 3696.0, 3717.0, 3694.0, 3695.0, 3746.0, 3696.0, 3737.0, 3695.0, 3716.0, 3693.0, 3706.0, 3746.0, 3695.0, 3726.0, 3695.0, 3708.0, 3770.0, 3696.0, 3748.0, 3695.0, 3717.0, 3695.0, 3706.0, 3727.0, 3708.0, 3748.0, 3698.0, 3728.0, 3697.0, 3740.0, 3758.0, 3740.0, 3749.0, 3696.0, 3728.0, 3695.0, 3718.0, 3758.0, 3738.0, 3746.0, 3684.0, 3736.0, 3695.0, 3705.0, 3756.0, 3726.0, 3736.0, 3683.0, 3704.0, 3757.0, 3704.0, 3736.0, 3682.0, 3694.0, 3693.0, 3694.0, 3745.0, 3694.0, 3704.0, 3693.0, 3694.0, 3735.0, 3706.0, 3714.0, 3693.0, 3695.0, 3695.0, 3706.0, 3757.0, 3706.0, 3737.0, 3693.0, 3715.0, 3746.0, 3695.0, 3736.0, 3695.0, 3725.0, 3693.0, 3726.0, 3757.0, 3716.0, 3735.0, 3693.0, 3724.0, 3692.0, 3693.0, 3744.0, 3692.0, 3725.0, 3681.0, 3704.0, 3703.0, 3705.0, 3725.0, 3695.0, 3714.0, 3693.0, 3727.0, 3714.0, 3694.0, 3737.0, 3695.0, 3716.0, 3707.0, 3739.0, 3696.0, 3707.0, 3706.0, 3708.0, 3759.0, 3719.0, 3749.0, 3696.0, 3738.0, 3696.0, 3750.0, 3726.0, 3708.0, 3747.0, 3694.0, 3716.0, 3696.0, 3726.0, 3706.0, 3697.0, 3746.0, 3706.0, 3737.0, 3706.0, 3715.0, 3694.0, 3716.0, 3707.0, 3718.0, 3758.0, 3718.0, 3737.0, 3706.0, 3716.0, 3707.0, 3718.0, 3707.0, 3708.0, 3707.0, 3707.0, 3748.0, 3707.0, 3748.0, 3707.0, 3739.0, 3706.0, 3696.0, 3705.0, 3707.0, 3758.0, 3717.0, 3748.0, 3695.0, 3727.0, 3696.0, 3729.0, 3737.0, 3718.0, 3747.0, 3695.0, 3725.0, 3696.0, 3728.0, 3706.0, 3717.0, 3695.0, 3695.0, 3757.0, 3707.0, 3748.0, 3695.0, 3738.0, 3684.0, 3695.0, 3726.0, 3707.0, 3747.0, 3695.0, 3727.0, 3692.0, 3716.0, 3747.0, 3705.0, 3726.0, 3695.0, 3705.0, 3706.0, 3718.0, 3705.0, 3697.0, 3746.0, 3705.0, 3726.0, 3707.0, 3739.0, 3696.0, 3728.0, 3696.0, 3696.0, 3715.0, 3707.0, 3747.0, 3717.0, 3748.0, 3696.0, 3716.0, 3706.0, 3739.0, 3705.0, 3707.0, 3757.0, 3695.0, 3736.0, 3706.0, 3738.0, 3694.0, 3716.0, 3693.0, 3695.0, 3735.0, 3706.0, 3726.0, 3706.0, 3718.0, 3695.0, 3717.0, 3707.0, 3718.0, 3759.0, 3728.0, 3748.0, 3695.0, 3749.0, 3695.0, 3718.0, 3705.0, 3695.0, 3747.0, 3706.0, 3747.0, 3706.0, 3727.0, 3693.0, 3705.0, 3756.0, 3705.0, 3747.0, 3694.0, 3714.0, 3693.0, 3705.0, 3745.0, 3706.0, 3734.0, 3694.0, 3715.0, 3694.0, 3717.0, 3695.0, 3716.0, 3695.0, 3695.0, 3736.0, 3706.0, 3759.0, 3706.0, 3748.0, 3694.0, 3716.0, 3693.0, 3717.0, 3756.0, 3716.0, 3736.0, 3692.0, 3715.0, 3725.0, 3703.0, 3735.0, 3692.0, 3714.0, 3694.0, 3716.0, 3704.0, 3705.0, 3735.0, 3694.0, 3715.0, 3706.0, 3728.0, 3706.0, 3708.0, 3705.0, 3706.0, 3736.0, 3707.0, 3739.0, 3707.0, 3729.0, 3706.0, 3705.0, 3705.0, 3718.0, 3759.0, 3728.0, 3748.0, 3694.0, 3716.0, 3705.0, 3717.0, 3736.0, 3706.0, 3737.0, 3695.0, 3726.0, 3707.0, 3738.0, 3706.0, 3718.0, 3694.0, 3706.0, 3759.0, 3706.0, 3747.0, 3695.0, 3726.0, 3695.0, 3726.0, 3747.0, 3706.0, 3736.0, 3695.0, 3715.0, 3705.0, 3727.0, 3694.0, 3695.0, 3746.0, 3704.0, 3713.0, 3695.0, 3717.0, 3706.0, 3706.0, 3706.0, 3708.0, 3738.0, 3709.0, 3740.0, 3708.0, 3741.0, 3707.0, 3708.0, 3758.0, 3707.0, 3760.0, 3706.0, 3717.0, 3747.0, 3705.0, 3737.0, 3695.0, 3726.0, 3708.0, 3749.0, 3730.0, 3728.0, 3719.0, 3708.0, 3720.0, 3770.0, 3728.0, 3759.0, 3697.0, 3748.0, 3706.0, 3750.0, 3706.0, 3707.0, 3725.0, 3695.0, 3745.0, 3705.0, 3736.0, 3694.0, 3726.0, 3693.0, 3694.0, 3704.0, 3706.0, 3745.0, 3717.0, 3735.0, 3694.0, 3715.0, 3705.0, 3726.0, 3694.0, 3704.0, 3745.0, 3694.0, 3725.0, 3706.0, 3727.0, 3707.0, 3706.0, 3695.0, 3705.0, 3715.0, 3716.0, 3706.0, 3717.0, 3718.0, 3750.0, 3741.0, 3760.0, 3708.0, 3748.0, 3707.0, 3760.0, 3707.0, 3750.0, 3695.0, 3683.0, 3746.0, 3717.0, 3747.0, 3693.0, 3726.0, 3693.0, 3704.0, 3745.0, 3704.0, 3724.0, 3682.0, 3693.0, 3704.0, 3706.0, 3745.0, 3706.0, 3735.0, 3694.0, 3715.0, 3693.0, 3726.0, 3704.0, 3706.0, 3703.0, 3694.0, 3736.0, 3706.0, 3736.0, 3695.0, 3714.0, 3693.0, 3705.0, 3703.0, 3705.0, 3703.0, 3715.0, 3681.0, 3693.0, 3694.0, 3706.0, 3696.0, 3729.0, 3709.0, 3743.0, 3707.0, 3740.0, 3770.0, 3748.0, 3748.0, 3695.0, 3715.0, 3693.0, 3706.0, 3756.0, 3736.0, 3735.0, 3692.0, 3703.0, 3692.0, 3704.0, 3745.0, 3704.0, 3724.0, 3681.0, 3704.0, 3746.0, 3703.0, 3734.0, 3693.0, 3714.0, 3693.0, 3716.0, 3724.0, 3705.0, 3735.0, 3704.0, 3703.0, 3705.0, 3726.0, 3694.0, 3706.0, 3735.0, 3715.0, 3746.0, 3705.0, 3735.0, 3693.0, 3726.0, 3704.0, 3705.0, 3725.0, 3705.0, 3735.0, 3706.0, 3727.0, 3694.0, 3705.0, 3693.0, 3705.0, 3726.0, 3705.0, 3726.0, 3706.0, 3727.0, 3705.0, 3717.0, 3757.0, 3705.0, 3726.0, 3694.0, 3716.0, 3705.0, 3727.0, 3758.0, 3719.0, 3750.0, 3707.0, 3727.0, 3707.0, 3739.0, 3706.0, 3718.0, 3758.0, 3706.0, 3747.0, 3718.0, 3749.0, 3705.0, 3717.0, 3756.0, 3694.0, 3735.0, 3704.0, 3726.0, 3704.0, 3705.0, 3745.0, 3703.0, 3713.0, 3704.0, 3715.0, 3693.0, 3704.0, 3745.0, 3704.0, 3726.0, 3694.0, 3705.0, 3694.0, 3705.0, 3714.0, 3717.0, 3748.0, 3707.0, 3737.0, 3706.0, 3716.0, 3707.0, 3739.0, 3757.0, 3717.0, 3758.0, 3705.0, 3748.0, 3695.0, 3727.0, 3704.0, 3705.0, 3757.0, 3705.0, 3725.0, 3705.0, 3726.0, 3694.0, 3706.0, 3735.0, 3704.0, 3724.0, 3706.0, 3727.0, 3695.0, 3706.0, 3704.0, 3706.0], 'WindowWidth': [8434.0, 8443.0, 8460.0, 8397.0, 8417.0, 8377.0, 8389.0, 8370.0, 8432.0, 8439.0, 8389.0, 8438.0, 8372.0, 8446.0, 8371.0, 8384.0, 8438.0, 8367.0, 8423.0, 8365.0, 8393.0, 8345.0, 8378.0, 8417.0, 8382.0, 8408.0, 8361.0, 8366.0, 8429.0, 8361.0, 8409.0, 8346.0, 8365.0, 8415.0, 8363.0, 8408.0, 8347.0, 8351.0, 8413.0, 8362.0, 8419.0, 8345.0, 8365.0, 8412.0, 8360.0, 8419.0, 8344.0, 8350.0, 8412.0, 8358.0, 8407.0, 8344.0, 8364.0, 8411.0, 8344.0, 8416.0, 8342.0, 8361.0, 8409.0, 8340.0, 8400.0, 8336.0, 8344.0, 8407.0, 8339.0, 8399.0, 8323.0, 8341.0, 8407.0, 8337.0, 8398.0, 8333.0, 8340.0, 8404.0, 8351.0, 8383.0, 8334.0, 8339.0, 8404.0, 8335.0, 8362.0, 8357.0, 8385.0, 8341.0, 8344.0, 8408.0, 8354.0, 8410.0, 8337.0, 8354.0, 8324.0, 8342.0, 8425.0, 8355.0, 8398.0, 8321.0, 8355.0, 8343.0, 8360.0, 8415.0, 8343.0, 8388.0, 8339.0, 8358.0, 8424.0, 8343.0, 8380.0, 8342.0, 8405.0, 8342.0, 8361.0, 8411.0, 8342.0, 8372.0, 8360.0, 8362.0, 8360.0, 8363.0, 8361.0, 8381.0, 8434.0, 8380.0, 8417.0, 8359.0, 8408.0, 8346.0, 8365.0, 8372.0, 8364.0, 8436.0, 8342.0, 8388.0, 8351.0, 8357.0, 8413.0, 8345.0, 8423.0, 8344.0, 8360.0, 8363.0, 8367.0, 8387.0, 8441.0, 8367.0, 8424.0, 8364.0, 8412.0, 8364.0, 8396.0, 8360.0, 8360.0, 8433.0, 8355.0, 8415.0, 8333.0, 8336.0, 8408.0, 8351.0, 8381.0, 8321.0, 8339.0, 8424.0, 8340.0, 8395.0, 8322.0, 8351.0, 8334.0, 8339.0, 8408.0, 8352.0, 8383.0, 8325.0, 8342.0, 8394.0, 8343.0, 8397.0, 8343.0, 8359.0, 8342.0, 8345.0, 8397.0, 8360.0, 8404.0, 8348.0, 8364.0, 8345.0, 8363.0, 8432.0, 8366.0, 8416.0, 8349.0, 8423.0, 8349.0, 8367.0, 8402.0, 8349.0, 8418.0, 8350.0, 8409.0, 8344.0, 8380.0, 8413.0, 8349.0, 8443.0, 8371.0, 8420.0, 8368.0, 8344.0, 8410.0, 8342.0, 8356.0, 8341.0, 8359.0, 8427.0, 8347.0, 8402.0, 8344.0, 8362.0, 8397.0, 8360.0, 8415.0, 8345.0, 8389.0, 8340.0, 8344.0, 8395.0, 8348.0, 8388.0, 8348.0, 8353.0, 8344.0, 8364.0, 8406.0, 8368.0, 8409.0, 8352.0, 8370.0, 8431.0, 8363.0, 8426.0, 8365.0, 8381.0, 8345.0, 8350.0, 8405.0, 8367.0, 8406.0, 8349.0, 8354.0, 8430.0, 8348.0, 8405.0, 8364.0, 8363.0, 8359.0, 8349.0, 8434.0, 8366.0, 8407.0, 8349.0, 8364.0, 8430.0, 8365.0, 8434.0, 8346.0, 8391.0, 8339.0, 8347.0, 8429.0, 8363.0, 8405.0, 8344.0, 8347.0, 8414.0, 8360.0, 8418.0, 8346.0, 8375.0, 8339.0, 8346.0, 8415.0, 8358.0, 8392.0, 8343.0, 8363.0, 8430.0, 8364.0, 8416.0, 8347.0, 8377.0, 8346.0, 8348.0, 8387.0, 8368.0, 8403.0, 8366.0, 8396.0, 8355.0, 8428.0, 8396.0, 8368.0, 8437.0, 8368.0, 8427.0, 8366.0, 8394.0, 8372.0, 8348.0, 8431.0, 8362.0, 8402.0, 8340.0, 8361.0, 8432.0, 8358.0, 8400.0, 8343.0, 8373.0, 8340.0, 8340.0, 8413.0, 8358.0, 8385.0, 8322.0, 8340.0, 8393.0, 8342.0, 8413.0, 8326.0, 8371.0, 8336.0, 8324.0, 8378.0, 8324.0, 8396.0, 8325.0, 8341.0, 8337.0, 8342.0, 8393.0, 8342.0, 8389.0, 8341.0, 8346.0, 8338.0, 8342.0, 8416.0, 8345.0, 8387.0, 8340.0, 8344.0, 8409.0, 8345.0, 8402.0, 8350.0, 8389.0, 8345.0, 8361.0, 8412.0, 8345.0, 8414.0, 8360.0, 8403.0, 8342.0, 8347.0, 8383.0, 8359.0, 8415.0, 8347.0, 8408.0, 8344.0, 8346.0, 8357.0, 8360.0, 8416.0, 8348.0, 8404.0, 8343.0, 8345.0, 8411.0, 8343.0, 8415.0, 8344.0, 8386.0, 8326.0, 8344.0, 8415.0, 8345.0, 8374.0, 8341.0, 8348.0, 8346.0, 8363.0, 8420.0, 8353.0, 8392.0, 8347.0, 8364.0, 8431.0, 8366.0, 8416.0, 8347.0, 8389.0, 8349.0, 8390.0, 8431.0, 8364.0, 8419.0, 8342.0, 8420.0, 8342.0, 8359.0, 8409.0, 8340.0, 8381.0, 8328.0, 8401.0, 8339.0, 8338.0, 8407.0, 8335.0, 8399.0, 8322.0, 8341.0, 8389.0, 8337.0, 8364.0, 8322.0, 8371.0, 8391.0, 8342.0, 8380.0, 8323.0, 8370.0, 8336.0, 8355.0, 8379.0, 8339.0, 8340.0, 8325.0, 8347.0, 8415.0, 8362.0, 8388.0, 8349.0, 8375.0, 8348.0, 8406.0, 8420.0, 8397.0, 8419.0, 8361.0, 8408.0, 8339.0, 8345.0, 8416.0, 8360.0, 8387.0, 8327.0, 8342.0, 8383.0, 8331.0, 8390.0, 8344.0, 8348.0, 8410.0, 8348.0, 8357.0, 8362.0, 8365.0, 8433.0, 8367.0, 8402.0, 8344.0, 8365.0, 8346.0, 8368.0, 8420.0, 8370.0, 8407.0, 8351.0, 8395.0, 8366.0, 8400.0, 8435.0, 8386.0, 8425.0, 8355.0, 8393.0, 8353.0, 8427.0, 8408.0, 8385.0, 8435.0, 8349.0, 8409.0, 8346.0, 8378.0, 8432.0, 8390.0, 8401.0, 8327.0, 8344.0, 8415.0, 8347.0, 8391.0, 8349.0, 8379.0, 8364.0, 8370.0, 8437.0, 8410.0, 8424.0, 8349.0, 8426.0, 8362.0, 8365.0, 8418.0, 8349.0, 8390.0, 8348.0, 8409.0, 8404.0, 8362.0, 8415.0, 8347.0, 8374.0, 8348.0, 8378.0, 8427.0, 8364.0, 8415.0, 8326.0, 8372.0, 8345.0, 8349.0, 8387.0, 8351.0, 8387.0, 8350.0, 8410.0, 8350.0, 8366.0, 8419.0, 8363.0, 8390.0, 8351.0, 8397.0, 8351.0, 8356.0, 8392.0, 8354.0, 8406.0, 8353.0, 8413.0, 8367.0, 8357.0, 8418.0, 8347.0, 8374.0, 8352.0, 8382.0, 8403.0, 8350.0, 8418.0, 8347.0, 8376.0, 8345.0, 8365.0, 8431.0, 8350.0, 8402.0, 8345.0, 8363.0, 8346.0, 8366.0, 8432.0, 8363.0, 8403.0, 8344.0, 8363.0, 8346.0, 8350.0, 8417.0, 8349.0, 8404.0, 8344.0, 8363.0, 8364.0, 8382.0, 8407.0, 8369.0, 8420.0, 8350.0, 8422.0, 8351.0, 8379.0, 8342.0, 8345.0, 8412.0, 8349.0, 8406.0, 8346.0, 8377.0, 8342.0, 8362.0, 8414.0, 8348.0, 8389.0, 8347.0, 8371.0, 8455.0, 8352.0, 8418.0, 8345.0, 8377.0, 8347.0, 8364.0, 8392.0, 8369.0, 8422.0, 8356.0, 8397.0, 8354.0, 8414.0, 8433.0, 8414.0, 8422.0, 8350.0, 8393.0, 8346.0, 8381.0, 8432.0, 8406.0, 8415.0, 8331.0, 8400.0, 8345.0, 8360.0, 8427.0, 8387.0, 8401.0, 8326.0, 8357.0, 8428.0, 8355.0, 8399.0, 8325.0, 8343.0, 8341.0, 8344.0, 8410.0, 8343.0, 8357.0, 8339.0, 8345.0, 8398.0, 8362.0, 8372.0, 8343.0, 8349.0, 8347.0, 8365.0, 8431.0, 8363.0, 8403.0, 8341.0, 8375.0, 8413.0, 8347.0, 8400.0, 8345.0, 8386.0, 8341.0, 8389.0, 8429.0, 8374.0, 8397.0, 8338.0, 8382.0, 8337.0, 8341.0, 8408.0, 8338.0, 8384.0, 8322.0, 8356.0, 8353.0, 8359.0, 8385.0, 8346.0, 8371.0, 8343.0, 8393.0, 8372.0, 8346.0, 8404.0, 8348.0, 8377.0, 8367.0, 8410.0, 8351.0, 8367.0, 8363.0, 8370.0, 8437.0, 8385.0, 8422.0, 8352.0, 8409.0, 8352.0, 8425.0, 8389.0, 8368.0, 8416.0, 8344.0, 8374.0, 8350.0, 8390.0, 8361.0, 8353.0, 8414.0, 8364.0, 8404.0, 8362.0, 8375.0, 8344.0, 8377.0, 8365.0, 8382.0, 8434.0, 8384.0, 8405.0, 8365.0, 8376.0, 8368.0, 8383.0, 8367.0, 8370.0, 8365.0, 8367.0, 8420.0, 8368.0, 8422.0, 8365.0, 8410.0, 8361.0, 8349.0, 8360.0, 8367.0, 8435.0, 8380.0, 8421.0, 8347.0, 8391.0, 8349.0, 8396.0, 8403.0, 8380.0, 8416.0, 8348.0, 8385.0, 8351.0, 8394.0, 8362.0, 8380.0, 8346.0, 8348.0, 8429.0, 8365.0, 8421.0, 8348.0, 8406.0, 8329.0, 8346.0, 8387.0, 8364.0, 8415.0, 8346.0, 8391.0, 8339.0, 8376.0, 8417.0, 8360.0, 8387.0, 8346.0, 8359.0, 8362.0, 8381.0, 8362.0, 8353.0, 8415.0, 8361.0, 8389.0, 8366.0, 8410.0, 8350.0, 8395.0, 8348.0, 8349.0, 8373.0, 8366.0, 8417.0, 8381.0, 8420.0, 8349.0, 8377.0, 8364.0, 8410.0, 8359.0, 8364.0, 8430.0, 8347.0, 8399.0, 8364.0, 8406.0, 8344.0, 8376.0, 8341.0, 8345.0, 8398.0, 8363.0, 8389.0, 8363.0, 8382.0, 8348.0, 8379.0, 8366.0, 8384.0, 8435.0, 8396.0, 8419.0, 8347.0, 8423.0, 8347.0, 8381.0, 8359.0, 8348.0, 8416.0, 8365.0, 8417.0, 8362.0, 8393.0, 8341.0, 8359.0, 8429.0, 8359.0, 8417.0, 8343.0, 8371.0, 8342.0, 8360.0, 8412.0, 8362.0, 8396.0, 8343.0, 8370.0, 8344.0, 8378.0, 8346.0, 8377.0, 8347.0, 8348.0, 8401.0, 8364.0, 8437.0, 8364.0, 8422.0, 8345.0, 8376.0, 8341.0, 8378.0, 8428.0, 8375.0, 8400.0, 8337.0, 8371.0, 8384.0, 8355.0, 8398.0, 8340.0, 8370.0, 8344.0, 8377.0, 8356.0, 8361.0, 8400.0, 8345.0, 8371.0, 8364.0, 8395.0, 8362.0, 8371.0, 8360.0, 8364.0, 8403.0, 8367.0, 8412.0, 8366.0, 8398.0, 8362.0, 8362.0, 8360.0, 8382.0, 8437.0, 8394.0, 8419.0, 8343.0, 8375.0, 8360.0, 8379.0, 8403.0, 8365.0, 8403.0, 8349.0, 8389.0, 8368.0, 8409.0, 8364.0, 8383.0, 8346.0, 8364.0, 8436.0, 8363.0, 8418.0, 8347.0, 8389.0, 8346.0, 8391.0, 8415.0, 8363.0, 8401.0, 8346.0, 8373.0, 8362.0, 8392.0, 8342.0, 8347.0, 8413.0, 8356.0, 8367.0, 8346.0, 8379.0, 8363.0, 8365.0, 8365.0, 8370.0, 8409.0, 8373.0, 8415.0, 8371.0, 8418.0, 8366.0, 8368.0, 8435.0, 8368.0, 8440.0, 8363.0, 8380.0, 8415.0, 8361.0, 8405.0, 8349.0, 8388.0, 8371.0, 8426.0, 8401.0, 8397.0, 8388.0, 8369.0, 8390.0, 8455.0, 8397.0, 8437.0, 8355.0, 8422.0, 8364.0, 8427.0, 8364.0, 8364.0, 8385.0, 8348.0, 8412.0, 8360.0, 8402.0, 8344.0, 8388.0, 8341.0, 8344.0, 8357.0, 8362.0, 8413.0, 8378.0, 8399.0, 8344.0, 8372.0, 8362.0, 8390.0, 8343.0, 8359.0, 8411.0, 8343.0, 8385.0, 8364.0, 8391.0, 8367.0, 8366.0, 8348.0, 8361.0, 8375.0, 8377.0, 8364.0, 8378.0, 8385.0, 8430.0, 8418.0, 8439.0, 8370.0, 8420.0, 8366.0, 8440.0, 8365.0, 8426.0, 8343.0, 8327.0, 8413.0, 8377.0, 8418.0, 8340.0, 8386.0, 8338.0, 8356.0, 8409.0, 8356.0, 8380.0, 8323.0, 8339.0, 8356.0, 8362.0, 8411.0, 8362.0, 8398.0, 8343.0, 8370.0, 8342.0, 8389.0, 8356.0, 8363.0, 8354.0, 8343.0, 8398.0, 8362.0, 8402.0, 8346.0, 8371.0, 8341.0, 8359.0, 8356.0, 8359.0, 8353.0, 8371.0, 8321.0, 8340.0, 8342.0, 8364.0, 8351.0, 8399.0, 8373.0, 8424.0, 8367.0, 8413.0, 8453.0, 8421.0, 8419.0, 8345.0, 8372.0, 8340.0, 8360.0, 8427.0, 8401.0, 8398.0, 8336.0, 8353.0, 8337.0, 8355.0, 8409.0, 8356.0, 8383.0, 8322.0, 8358.0, 8414.0, 8355.0, 8395.0, 8340.0, 8368.0, 8342.0, 8375.0, 8382.0, 8360.0, 8395.0, 8355.0, 8354.0, 8360.0, 8389.0, 8343.0, 8363.0, 8397.0, 8373.0, 8414.0, 8359.0, 8398.0, 8341.0, 8388.0, 8358.0, 8361.0, 8384.0, 8359.0, 8397.0, 8363.0, 8392.0, 8344.0, 8361.0, 8341.0, 8359.0, 8388.0, 8363.0, 8390.0, 8362.0, 8393.0, 8361.0, 8380.0, 8431.0, 8360.0, 8388.0, 8343.0, 8375.0, 8360.0, 8393.0, 8435.0, 8387.0, 8426.0, 8366.0, 8392.0, 8366.0, 8413.0, 8364.0, 8383.0, 8435.0, 8364.0, 8418.0, 8381.0, 8424.0, 8361.0, 8380.0, 8427.0, 8342.0, 8397.0, 8356.0, 8387.0, 8356.0, 8359.0, 8409.0, 8355.0, 8367.0, 8358.0, 8374.0, 8341.0, 8358.0, 8410.0, 8357.0, 8387.0, 8344.0, 8362.0, 8345.0, 8362.0, 8372.0, 8380.0, 8420.0, 8367.0, 8405.0, 8364.0, 8376.0, 8368.0, 8411.0, 8432.0, 8380.0, 8433.0, 8361.0, 8420.0, 8348.0, 8392.0, 8357.0, 8361.0, 8428.0, 8358.0, 8383.0, 8362.0, 8390.0, 8343.0, 8364.0, 8398.0, 8357.0, 8382.0, 8363.0, 8393.0, 8347.0, 8365.0, 8359.0, 8363.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.0012422700911350454</td></tr>
<tr><td colspan=3>aqi</td><td>0.02759801681855841</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.93967333366504</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2217195361194022</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0075093593864017</td></tr>
<tr><td colspan=3>efc</td><td>0.449</td></tr>
<tr><td colspan=3>fber</td><td>5953.9478</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08840594916480998</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.408450704225352</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.547245647050719</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4679613957046698</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.763616115928439</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.410159429519048</td></tr>
<tr><td colspan=3>gcor</td><td>0.00430997</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015374227426946163</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02385927364230156</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</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.688179543867182</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.9126</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.8122</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.5907</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309465.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>650.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>270.9073</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9277</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.1713</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2968.5393</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>825.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.155</td></tr>
<tr><td colspan=3>tsnr</td><td>38.33152239304036</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>