<?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-0030_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-0030_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-0030_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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0030/figures/sub-0030_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-0030_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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0030/figures/sub-0030_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-0030_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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0030/figures/sub-0030_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-0030_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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0030/figures/sub-0030_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-0030_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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0030/figures/sub-0030_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-0030_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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0030/figures/sub-0030_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-0030_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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0030/figures/sub-0030_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-0030/figures/sub-0030_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0030/figures/sub-0030_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-0030/ses-01/func/sub-0030_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>c0a61c1a760d9662a68b5a3829f89420</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>19:21:44.435000</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.991594, -0.00553486, 0.129271, 0.020944, 0.992775, -0.118148]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102717</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>[4162, -7704, -7257, 434, -119, -308, -111, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.309</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>468f5b3f-be01-41a9-9af1-5cad96e658c0||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.6603739261627197, 0.05619121715426445, 0.3447439968585968, 100.16268157958984], [0.014849637635052204, 2.6635429859161377, -0.3236275613307953, -89.976806640625], [0.3468242585659027, 0.31698185205459595, 2.658273220062256, -115.74052429199219], [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': ['192144.435000', '192144.895000', '192145.355000', '192145.815000', '192146.275000', '192146.735000', '192147.195000', '192147.655000', '192148.115000', '192148.575000', '192149.035000', '192149.495000', '192149.955000', '192150.415000', '192150.875000', '192151.335000', '192151.795000', '192152.255000', '192152.715000', '192153.175000', '192153.635000', '192154.095000', '192154.555000', '192155.015000', '192155.475000', '192155.935000', '192156.395000', '192156.855000', '192157.315000', '192157.775000', '192158.235000', '192158.695000', '192159.155000', '192159.615000', '192200.075000', '192200.535000', '192200.995000', '192201.455000', '192201.915000', '192202.375000', '192202.835000', '192203.295000', '192203.755000', '192204.215000', '192204.675000', '192205.135000', '192205.595000', '192206.055000', '192206.515000', '192206.975000', '192207.435000', '192207.895000', '192208.355000', '192208.815000', '192209.275000', '192209.735000', '192210.195000', '192210.655000', '192211.115000', '192211.575000', '192212.035000', '192212.495000', '192212.955000', '192213.415000', '192213.875000', '192214.335000', '192214.795000', '192215.255000', '192215.715000', '192216.175000', '192216.635000', '192217.095000', '192217.555000', '192218.015000', '192218.475000', '192218.935000', '192219.395000', '192219.855000', '192220.315000', '192220.775000', '192221.235000', '192221.695000', '192222.155000', '192222.615000', '192223.075000', '192223.535000', '192223.995000', '192224.455000', '192224.915000', '192225.375000', '192225.835000', '192226.295000', '192226.755000', '192227.215000', '192227.675000', '192228.135000', '192228.595000', '192229.055000', '192229.515000', '192229.975000', '192230.435000', '192230.895000', '192231.355000', '192231.815000', '192232.275000', '192232.735000', '192233.195000', '192233.655000', '192234.115000', '192234.575000', '192235.035000', '192235.495000', '192235.955000', '192236.415000', '192236.875000', '192237.335000', '192237.795000', '192238.255000', '192238.715000', '192239.175000', '192239.635000', '192240.095000', '192240.555000', '192241.015000', '192241.475000', '192241.935000', '192242.395000', '192242.855000', '192243.315000', '192243.775000', '192244.235000', '192244.695000', '192245.155000', '192245.615000', '192246.075000', '192246.535000', '192246.995000', '192247.455000', '192247.915000', '192248.375000', '192248.835000', '192249.295000', '192249.755000', '192250.215000', '192250.675000', '192251.135000', '192251.595000', '192252.055000', '192252.515000', '192252.975000', '192253.435000', '192253.895000', '192254.355000', '192254.815000', '192255.275000', '192255.735000', '192256.195000', '192256.655000', '192257.115000', '192257.575000', '192258.035000', '192258.495000', '192258.955000', '192259.415000', '192259.875000', '192300.335000', '192300.795000', '192301.255000', '192301.715000', '192302.175000', '192302.635000', '192303.095000', '192303.555000', '192304.015000', '192304.475000', '192304.935000', '192305.395000', '192305.855000', '192306.315000', '192306.775000', '192307.235000', '192307.695000', '192308.155000', '192308.615000', '192309.075000', '192309.535000', '192309.995000', '192310.455000', '192310.915000', '192311.375000', '192311.835000', '192312.295000', '192312.755000', '192313.215000', '192313.675000', '192314.135000', '192314.595000', '192315.055000', '192315.515000', '192315.975000', '192316.435000', '192316.895000', '192317.355000', '192317.815000', '192318.275000', '192318.735000', '192319.195000', '192319.655000', '192320.115000', '192320.575000', '192321.035000', '192321.495000', '192321.955000', '192322.415000', '192322.875000', '192323.335000', '192323.795000', '192324.255000', '192324.715000', '192325.175000', '192325.635000', '192326.095000', '192326.555000', '192327.015000', '192327.475000', '192327.935000', '192328.395000', '192328.855000', '192329.315000', '192329.775000', '192330.235000', '192330.695000', '192331.155000', '192331.615000', '192332.075000', '192332.535000', '192332.995000', '192333.455000', '192333.915000', '192334.375000', '192334.835000', '192335.295000', '192335.755000', '192336.215000', '192336.675000', '192337.135000', '192337.595000', '192338.055000', '192338.515000', '192338.975000', '192339.435000', '192339.895000', '192340.355000', '192340.815000', '192341.275000', '192341.735000', '192342.195000', '192342.655000', '192343.115000', '192343.575000', '192344.035000', '192344.495000', '192344.955000', '192345.415000', '192345.875000', '192346.335000', '192346.795000', '192347.255000', '192347.715000', '192348.175000', '192348.635000', '192349.095000', '192349.555000', '192350.015000', '192350.475000', '192350.935000', '192351.395000', '192351.855000', '192352.315000', '192352.775000', '192353.235000', '192353.695000', '192354.155000', '192354.615000', '192355.075000', '192355.535000', '192355.995000', '192356.455000', '192356.915000', '192357.375000', '192357.835000', '192358.295000', '192358.755000', '192359.215000', '192359.675000', '192400.135000', '192400.595000', '192401.055000', '192401.515000', '192401.975000', '192402.435000', '192402.895000', '192403.355000', '192403.815000', '192404.275000', '192404.735000', '192405.195000', '192405.655000', '192406.115000', '192406.575000', '192407.035000', '192407.495000', '192407.955000', '192408.415000', '192408.875000', '192409.335000', '192409.795000', '192410.255000', '192410.715000', '192411.175000', '192411.635000', '192412.095000', '192412.555000', '192413.015000', '192413.475000', '192413.935000', '192414.395000', '192414.855000', '192415.315000', '192415.775000', '192416.235000', '192416.695000', '192417.155000', '192417.615000', '192418.075000', '192418.535000', '192418.995000', '192419.455000', '192419.915000', '192420.375000', '192420.835000', '192421.295000', '192421.755000', '192422.215000', '192422.675000', '192423.135000', '192423.595000', '192424.055000', '192424.515000', '192424.975000', '192425.435000', '192425.895000', '192426.355000', '192426.815000', '192427.275000', '192427.735000', '192428.195000', '192428.655000', '192429.115000', '192429.575000', '192430.035000', '192430.495000', '192430.955000', '192431.415000', '192431.875000', '192432.335000', '192432.795000', '192433.255000', '192433.715000', '192434.175000', '192434.635000', '192435.095000', '192435.555000', '192436.015000', '192436.475000', '192436.935000', '192437.395000', '192437.855000', '192438.315000', '192438.775000', '192439.235000', '192439.695000', '192440.155000', '192440.615000', '192441.075000', '192441.535000', '192441.995000', '192442.455000', '192442.915000', '192443.375000', '192443.835000', '192444.295000', '192444.755000', '192445.215000', '192445.675000', '192446.135000', '192446.595000', '192447.055000', '192447.515000', '192447.975000', '192448.435000', '192448.895000', '192449.355000', '192449.815000', '192450.275000', '192450.735000', '192451.195000', '192451.655000', '192452.115000', '192452.575000', '192453.035000', '192453.495000', '192453.955000', '192454.415000', '192454.875000', '192455.335000', '192455.795000', '192456.255000', '192456.715000', '192457.175000', '192457.635000', '192458.095000', '192458.555000', '192459.015000', '192459.475000', '192459.935000', '192500.395000', '192500.855000', '192501.315000', '192501.775000', '192502.235000', '192502.695000', '192503.155000', '192503.615000', '192504.075000', '192504.535000', '192504.995000', '192505.455000', '192505.915000', '192506.375000', '192506.835000', '192507.295000', '192507.755000', '192508.215000', '192508.675000', '192509.135000', '192509.595000', '192510.055000', '192510.515000', '192510.975000', '192511.435000', '192511.895000', '192512.355000', '192512.815000', '192513.275000', '192513.735000', '192514.195000', '192514.655000', '192515.115000', '192515.575000', '192516.035000', '192516.495000', '192516.955000', '192517.415000', '192517.875000', '192518.335000', '192518.795000', '192519.255000', '192519.715000', '192520.175000', '192520.635000', '192521.095000', '192521.555000', '192522.015000', '192522.475000', '192522.935000', '192523.395000', '192523.855000', '192524.315000', '192524.775000', '192525.235000', '192525.695000', '192526.155000', '192526.615000', '192527.075000', '192527.535000', '192527.995000', '192528.455000', '192528.915000', '192529.375000', '192529.835000', '192530.295000', '192530.755000', '192531.215000', '192531.675000', '192532.135000', '192532.595000', '192533.055000', '192533.515000', '192533.975000', '192534.435000', '192534.895000', '192535.355000', '192535.815000', '192536.275000', '192536.735000', '192537.195000', '192537.655000', '192538.115000', '192538.575000', '192539.035000', '192539.495000', '192539.955000', '192540.415000', '192540.875000', '192541.335000', '192541.795000', '192542.255000', '192542.715000', '192543.175000', '192543.635000', '192544.095000', '192544.555000', '192545.015000', '192545.475000', '192545.935000', '192546.395000', '192546.855000', '192547.315000', '192547.775000', '192548.235000', '192548.695000', '192549.155000', '192549.615000', '192550.075000', '192550.535000', '192550.995000', '192551.455000', '192551.915000', '192552.375000', '192552.835000', '192553.295000', '192553.755000', '192554.215000', '192554.675000', '192555.135000', '192555.595000', '192556.055000', '192556.515000', '192556.975000', '192557.435000', '192557.895000', '192558.355000', '192558.815000', '192559.275000', '192559.735000', '192600.195000', '192600.655000', '192601.115000', '192601.575000', '192602.035000', '192602.495000', '192602.955000', '192603.415000', '192603.875000', '192604.335000', '192604.795000', '192605.255000', '192605.715000', '192606.175000', '192606.635000', '192607.095000', '192607.555000', '192608.015000', '192608.475000', '192608.935000', '192609.395000', '192609.855000', '192610.315000', '192610.775000', '192611.235000', '192611.695000', '192612.155000', '192612.615000', '192613.075000', '192613.535000', '192613.995000', '192614.455000', '192614.915000', '192615.375000', '192615.835000', '192616.295000', '192616.755000', '192617.215000', '192617.675000', '192618.135000', '192618.595000', '192619.055000', '192619.515000', '192619.975000', '192620.435000', '192620.895000', '192621.355000', '192621.815000', '192622.275000', '192622.735000', '192623.195000', '192623.655000', '192624.115000', '192624.575000', '192625.035000', '192625.495000', '192625.955000', '192626.415000', '192626.875000', '192627.335000', '192627.795000', '192628.255000', '192628.715000', '192629.175000', '192629.635000', '192630.095000', '192630.555000', '192631.015000', '192631.475000', '192631.935000', '192632.395000', '192632.855000', '192633.315000', '192633.775000', '192634.235000', '192634.695000', '192635.155000', '192635.615000', '192636.075000', '192636.535000', '192636.995000', '192637.455000', '192637.915000', '192638.375000', '192638.835000', '192639.295000', '192639.755000', '192640.215000', '192640.675000', '192641.135000', '192641.595000', '192642.055000', '192642.515000', '192642.975000', '192643.435000', '192643.895000', '192644.355000', '192644.815000', '192645.275000', '192645.735000', '192646.195000', '192646.655000', '192647.115000', '192647.575000', '192648.035000', '192648.495000', '192648.955000', '192649.415000', '192649.875000', '192650.335000', '192650.795000', '192651.255000', '192651.715000', '192652.175000', '192652.635000', '192653.095000', '192653.555000', '192654.015000', '192654.475000', '192654.935000', '192655.395000', '192655.855000', '192656.315000', '192656.775000', '192657.235000', '192657.695000', '192658.155000', '192658.615000', '192659.075000', '192659.535000', '192659.995000', '192700.455000', '192700.915000', '192701.375000', '192701.835000', '192702.295000', '192702.755000', '192703.215000', '192703.675000', '192704.135000', '192704.595000', '192705.055000', '192705.515000', '192705.975000', '192706.435000', '192706.895000', '192707.355000', '192707.815000', '192708.275000', '192708.735000', '192709.195000', '192709.655000', '192710.115000', '192710.575000', '192711.035000', '192711.495000', '192711.955000', '192712.415000', '192712.875000', '192713.335000', '192713.795000', '192714.255000', '192714.715000', '192715.175000', '192715.635000', '192716.095000', '192716.555000', '192717.015000', '192717.475000', '192717.935000', '192718.395000', '192718.855000', '192719.315000', '192719.775000', '192720.235000', '192720.695000', '192721.155000', '192721.615000', '192722.075000', '192722.535000', '192722.995000', '192723.455000', '192723.915000', '192724.375000', '192724.835000', '192725.295000', '192725.755000', '192726.215000', '192726.675000', '192727.135000', '192727.595000', '192728.055000', '192728.515000', '192728.975000', '192729.435000', '192729.895000', '192730.355000', '192730.815000', '192731.275000', '192731.735000', '192732.195000', '192732.655000', '192733.115000', '192733.575000', '192734.035000', '192734.495000', '192734.955000', '192735.415000', '192735.875000', '192736.335000', '192736.795000', '192737.255000', '192737.715000', '192738.175000', '192738.635000', '192739.095000', '192739.555000', '192740.015000', '192740.475000', '192740.935000', '192741.395000', '192741.855000', '192742.315000', '192742.775000', '192743.235000', '192743.695000', '192744.155000', '192744.615000', '192745.075000', '192745.535000', '192745.995000', '192746.455000', '192746.915000', '192747.375000', '192747.835000', '192748.295000', '192748.755000', '192749.215000', '192749.675000', '192750.135000', '192750.595000', '192751.055000', '192751.515000', '192751.975000', '192752.435000', '192752.895000', '192753.355000', '192753.815000', '192754.275000', '192754.735000', '192755.195000', '192755.655000', '192756.115000', '192756.575000', '192757.035000', '192757.495000', '192757.955000', '192758.415000', '192758.875000', '192759.335000', '192759.795000', '192800.255000', '192800.715000', '192801.175000', '192801.635000', '192802.095000', '192802.555000', '192803.015000', '192803.475000', '192803.935000', '192804.395000', '192804.855000', '192805.315000', '192805.775000', '192806.235000', '192806.695000', '192807.155000', '192807.615000', '192808.075000', '192808.535000', '192808.995000', '192809.455000', '192809.915000', '192810.375000', '192810.835000', '192811.295000', '192811.755000', '192812.215000', '192812.675000', '192813.135000', '192813.595000', '192814.055000', '192814.515000', '192814.975000', '192815.435000', '192815.895000', '192816.355000', '192816.815000', '192817.275000', '192817.735000', '192818.195000', '192818.655000', '192819.115000', '192819.575000', '192820.035000', '192820.495000', '192820.955000', '192821.415000', '192821.875000', '192822.335000', '192822.795000', '192823.255000', '192823.715000', '192824.175000', '192824.635000', '192825.095000', '192825.555000', '192826.015000', '192826.475000', '192826.935000', '192827.395000', '192827.855000', '192828.315000', '192828.775000', '192829.235000', '192829.695000', '192830.155000', '192830.615000', '192831.075000', '192831.535000', '192831.995000', '192832.455000', '192832.915000', '192833.375000', '192833.835000', '192834.295000', '192834.755000', '192835.215000', '192835.675000', '192836.135000', '192836.595000', '192837.055000', '192837.515000', '192837.975000', '192838.435000', '192838.895000', '192839.355000', '192839.815000', '192840.275000', '192840.735000', '192841.195000', '192841.655000', '192842.115000', '192842.575000', '192843.035000', '192843.495000', '192843.955000', '192844.415000', '192844.875000', '192845.335000', '192845.795000', '192846.255000', '192846.715000', '192847.175000', '192847.635000', '192848.095000', '192848.555000', '192849.015000', '192849.475000', '192849.935000', '192850.395000', '192850.855000', '192851.315000', '192851.775000', '192852.235000', '192852.695000', '192853.155000', '192853.615000', '192854.075000', '192854.535000', '192854.995000', '192855.455000', '192855.915000', '192856.375000', '192856.835000', '192857.295000', '192857.755000', '192858.215000', '192858.675000', '192859.135000', '192859.595000', '192900.055000', '192900.515000', '192900.975000', '192901.435000', '192901.895000', '192902.355000', '192902.815000', '192903.275000', '192903.735000', '192904.195000', '192904.655000', '192905.115000', '192905.575000', '192906.035000', '192906.495000', '192906.955000', '192907.415000', '192907.875000', '192908.335000', '192908.795000', '192909.255000', '192909.715000', '192910.175000', '192910.635000', '192911.095000', '192911.555000', '192912.015000', '192912.475000', '192912.935000', '192913.395000', '192913.855000', '192914.315000', '192914.775000', '192915.235000', '192915.695000', '192916.155000', '192916.615000', '192917.075000', '192917.535000', '192917.995000', '192918.455000', '192918.915000', '192919.375000', '192919.835000', '192920.295000', '192920.755000', '192921.215000', '192921.675000', '192922.135000', '192922.595000', '192923.055000', '192923.515000', '192923.975000', '192924.435000', '192924.895000', '192925.355000', '192925.815000', '192926.275000', '192926.735000', '192927.195000', '192927.655000', '192928.115000', '192928.575000', '192929.035000', '192929.495000', '192929.955000', '192930.415000', '192930.875000', '192931.335000', '192931.795000', '192932.255000', '192932.715000', '192933.175000', '192933.635000', '192934.095000', '192934.555000', '192935.015000', '192935.475000', '192935.935000', '192936.395000', '192936.855000', '192937.315000', '192937.775000', '192938.235000', '192938.695000', '192939.155000', '192939.615000', '192940.075000', '192940.535000', '192940.995000', '192941.455000', '192941.915000', '192942.375000', '192942.835000', '192943.295000', '192943.755000', '192944.215000', '192944.675000', '192945.135000', '192945.595000', '192946.055000', '192946.515000', '192946.975000', '192947.435000', '192947.895000', '192948.355000', '192948.815000', '192949.275000', '192949.735000', '192950.195000', '192950.655000', '192951.115000', '192951.575000', '192952.035000', '192952.495000', '192952.955000', '192953.415000', '192953.875000', '192954.335000', '192954.795000', '192955.255000', '192955.715000', '192956.175000', '192956.635000', '192957.095000', '192957.555000', '192958.015000', '192958.475000', '192958.935000', '192959.395000', '192959.855000', '193000.315000', '193000.775000', '193001.235000', '193001.695000', '193002.155000', '193002.615000', '193003.075000', '193003.535000', '193003.995000', '193004.455000', '193004.915000', '193005.375000', '193005.835000', '193006.295000', '193006.755000', '193007.215000', '193007.675000', '193008.135000', '193008.595000', '193009.055000', '193009.515000', '193009.975000', '193010.435000', '193010.895000', '193011.355000', '193011.815000', '193012.275000', '193012.735000', '193013.195000', '193013.655000', '193014.115000', '193014.575000', '193015.035000', '193015.495000', '193015.955000', '193016.415000', '193016.875000', '193017.335000', '193017.795000', '193018.255000', '193018.715000', '193019.175000', '193019.635000', '193020.095000', '193020.555000', '193021.015000', '193021.475000', '193021.935000', '193022.395000', '193022.855000', '193023.315000', '193023.775000', '193024.235000', '193024.695000', '193025.155000', '193025.615000', '193026.075000', '193026.535000', '193026.995000', '193027.455000', '193027.915000', '193028.375000', '193028.835000', '193029.295000', '193029.755000', '193030.215000', '193030.675000', '193031.135000', '193031.595000', '193032.055000', '193032.515000', '193032.975000', '193033.435000', '193033.895000', '193034.355000', '193034.815000', '193035.275000', '193035.735000', '193036.195000', '193036.655000', '193037.115000', '193037.575000', '193038.035000', '193038.495000', '193038.955000', '193039.415000', '193039.875000', '193040.335000', '193040.795000', '193041.255000', '193041.715000', '193042.175000', '193042.635000', '193043.095000', '193043.555000', '193044.015000', '193044.475000', '193044.935000', '193045.395000', '193045.855000', '193046.315000', '193046.775000', '193047.235000', '193047.695000', '193048.155000', '193048.615000', '193049.075000', '193049.535000', '193049.995000', '193050.455000', '193050.915000', '193051.375000', '193051.835000', '193052.295000', '193052.755000', '193053.215000', '193053.675000', '193054.135000', '193054.595000', '193055.055000', '193055.515000', '193055.975000', '193056.435000', '193056.895000', '193057.355000', '193057.815000', '193058.275000', '193058.735000', '193059.195000', '193059.655000', '193100.115000'], 'ContentTime': ['192213.620000', '192213.623000', '192213.626000', '192213.629000', '192213.631000', '192213.634000', '192213.636000', '192213.639000', '192213.641000', '192213.644000', '192213.647000', '192213.649000', '192213.658000', '192213.660000', '192213.663000', '192213.665000', '192213.668000', '192213.670000', '192213.673000', '192213.675000', '192213.678000', '192213.681000', '192213.683000', '192213.686000', '192213.688000', '192213.691000', '192213.694000', '192213.696000', '192213.699000', '192213.701000', '192213.704000', '192213.706000', '192213.709000', '192213.712000', '192213.714000', '192213.717000', '192213.719000', '192213.722000', '192213.724000', '192213.727000', '192213.729000', '192213.732000', '192213.735000', '192213.737000', '192213.740000', '192213.742000', '192213.745000', '192213.753000', '192213.755000', '192213.758000', '192213.760000', '192213.763000', '192213.765000', '192213.768000', '192213.771000', '192213.773000', '192213.776000', '192213.778000', '192213.781000', '192213.783000', '192213.786000', '192213.789000', '192233.589000', '192233.591000', '192233.594000', '192233.597000', '192233.599000', '192233.602000', '192233.605000', '192233.607000', '192233.610000', '192233.612000', '192233.615000', '192233.618000', '192233.620000', '192233.623000', '192233.625000', '192233.628000', '192233.630000', '192233.633000', '192233.635000', '192233.638000', '192233.641000', '192233.643000', '192233.656000', '192233.659000', '192233.662000', '192233.665000', '192233.668000', '192233.670000', '192233.673000', '192233.676000', '192233.678000', '192233.681000', '192233.683000', '192233.686000', '192233.688000', '192233.691000', '192233.694000', '192233.696000', '192233.699000', '192233.701000', '192233.704000', '192233.706000', '192233.709000', '192253.589000', '192253.591000', '192253.594000', '192253.596000', '192253.599000', '192253.602000', '192253.604000', '192253.607000', '192253.609000', '192253.612000', '192253.615000', '192253.617000', '192253.620000', '192253.622000', '192253.625000', '192253.627000', '192253.630000', '192253.633000', '192253.635000', '192253.638000', '192253.640000', '192253.643000', '192253.645000', '192253.648000', '192253.650000', '192253.653000', '192253.656000', '192253.658000', '192253.661000', '192253.663000', '192253.666000', '192253.668000', '192253.671000', '192253.673000', '192253.676000', '192253.679000', '192253.681000', '192253.684000', '192253.686000', '192253.689000', '192253.691000', '192253.694000', '192253.697000', '192253.699000', '192313.589000', '192313.591000', '192313.594000', '192313.597000', '192313.599000', '192313.602000', '192313.605000', '192313.607000', '192313.610000', '192313.612000', '192313.615000', '192313.617000', '192313.620000', '192313.623000', '192313.625000', '192313.628000', '192313.630000', '192313.633000', '192313.635000', '192313.638000', '192313.641000', '192313.643000', '192313.646000', '192313.648000', '192313.651000', '192313.653000', '192313.656000', '192313.659000', '192313.661000', '192313.664000', '192313.666000', '192313.669000', '192313.671000', '192313.674000', '192313.677000', '192313.679000', '192313.682000', '192313.685000', '192313.688000', '192313.691000', '192313.693000', '192313.696000', '192313.699000', '192333.588000', '192333.591000', '192333.594000', '192333.596000', '192333.599000', '192333.602000', '192333.605000', '192333.632000', '192333.635000', '192333.637000', '192333.640000', '192333.643000', '192333.645000', '192333.648000', '192333.650000', '192333.653000', '192333.656000', '192333.658000', '192333.661000', '192333.663000', '192333.666000', '192333.669000', '192333.671000', '192333.674000', '192333.676000', '192333.679000', '192333.681000', '192333.684000', '192333.687000', '192333.689000', '192333.692000', '192333.694000', '192333.697000', '192333.699000', '192333.702000', '192333.705000', '192333.707000', '192333.710000', '192333.713000', '192333.715000', '192333.718000', '192333.720000', '192333.723000', '192333.725000', '192353.589000', '192353.592000', '192353.594000', '192353.597000', '192353.599000', '192353.602000', '192353.605000', '192353.607000', '192353.610000', '192353.612000', '192353.615000', '192353.618000', '192353.620000', '192353.623000', '192353.625000', '192353.628000', '192353.630000', '192353.633000', '192353.636000', '192353.638000', '192353.641000', '192353.643000', '192353.646000', '192353.648000', '192353.651000', '192353.654000', '192353.656000', '192353.659000', '192353.662000', '192353.671000', '192353.673000', '192353.676000', '192353.678000', '192353.681000', '192353.683000', '192353.686000', '192353.689000', '192353.691000', '192353.694000', '192353.696000', '192353.699000', '192353.702000', '192353.705000', '192413.589000', '192413.592000', '192413.594000', '192413.597000', '192413.600000', '192413.602000', '192413.605000', '192413.607000', '192413.610000', '192413.612000', '192413.615000', '192413.618000', '192413.620000', '192413.623000', '192413.625000', '192413.628000', '192413.630000', '192413.633000', '192413.647000', '192413.650000', '192413.653000', '192413.655000', '192413.658000', '192413.660000', '192413.663000', '192413.665000', '192413.668000', '192413.670000', '192413.673000', '192413.676000', '192413.678000', '192413.681000', '192413.683000', '192413.686000', '192413.689000', '192413.691000', '192413.694000', '192413.696000', '192413.699000', '192413.701000', '192413.704000', '192413.707000', '192413.709000', '192413.712000', '192433.589000', '192433.592000', '192433.594000', '192433.597000', '192433.599000', '192433.602000', '192433.605000', '192433.607000', '192433.610000', '192433.613000', '192433.615000', '192433.618000', '192433.620000', '192433.623000', '192433.625000', '192433.628000', '192433.631000', '192433.633000', '192433.636000', '192433.638000', '192433.641000', '192433.643000', '192433.646000', '192433.649000', '192433.651000', '192433.654000', '192433.656000', '192433.659000', '192433.661000', '192433.664000', '192433.667000', '192433.669000', '192433.672000', '192433.674000', '192433.677000', '192433.679000', '192433.682000', '192433.685000', '192433.687000', '192433.690000', '192433.692000', '192433.695000', '192433.697000', '192453.589000', '192453.591000', '192453.594000', '192453.597000', '192453.599000', '192453.602000', '192453.605000', '192453.607000', '192453.610000', '192453.612000', '192453.615000', '192453.618000', '192453.620000', '192453.623000', '192453.625000', '192453.628000', '192453.631000', '192453.633000', '192453.636000', '192453.639000', '192453.641000', '192453.644000', '192453.646000', '192453.649000', '192453.651000', '192453.654000', '192453.657000', '192453.659000', '192453.662000', '192453.664000', '192453.667000', '192453.669000', '192453.672000', '192453.675000', '192453.677000', '192453.680000', '192453.682000', '192453.685000', '192453.688000', '192453.690000', '192453.693000', '192453.695000', '192453.698000', '192453.700000', '192513.589000', '192513.591000', '192513.594000', '192513.597000', '192513.600000', '192513.602000', '192513.605000', '192513.607000', '192513.610000', '192513.612000', '192513.615000', '192513.618000', '192513.624000', '192513.627000', '192513.629000', '192513.632000', '192513.634000', '192513.637000', '192513.640000', '192513.642000', '192513.645000', '192513.647000', '192513.650000', '192513.652000', '192513.655000', '192513.658000', '192513.660000', '192513.663000', '192513.665000', '192513.668000', '192513.670000', '192513.673000', '192513.676000', '192513.678000', '192513.681000', '192513.683000', '192513.686000', '192513.688000', '192513.691000', '192513.694000', '192513.696000', '192513.699000', '192513.701000', '192533.588000', '192533.591000', '192533.594000', '192533.597000', '192533.599000', '192533.602000', '192533.605000', '192533.607000', '192533.610000', '192533.612000', '192533.615000', '192533.617000', '192533.620000', '192533.623000', '192533.625000', '192533.628000', '192533.630000', '192533.633000', '192533.636000', '192533.638000', '192533.641000', '192533.643000', '192533.646000', '192533.649000', '192533.651000', '192533.654000', '192533.656000', '192533.659000', '192533.662000', '192533.664000', '192533.667000', '192533.669000', '192533.672000', '192533.675000', '192533.677000', '192533.680000', '192533.682000', '192533.685000', '192533.687000', '192533.690000', '192533.693000', '192533.695000', '192533.698000', '192533.700000', '192553.588000', '192553.591000', '192553.594000', '192553.596000', '192553.599000', '192553.602000', '192553.604000', '192553.607000', '192553.610000', '192553.612000', '192553.615000', '192553.617000', '192553.620000', '192553.622000', '192553.625000', '192553.628000', '192553.630000', '192553.633000', '192553.635000', '192553.638000', '192553.640000', '192553.643000', '192553.646000', '192553.648000', '192553.651000', '192553.654000', '192553.656000', '192553.659000', '192553.662000', '192553.664000', '192553.667000', '192553.669000', '192553.672000', '192553.674000', '192553.677000', '192553.680000', '192553.682000', '192553.685000', '192553.687000', '192553.698000', '192553.701000', '192553.703000', '192553.706000', '192613.589000', '192613.592000', '192613.594000', '192613.597000', '192613.600000', '192613.602000', '192613.605000', '192613.608000', '192613.611000', '192613.613000', '192613.616000', '192613.619000', '192613.621000', '192613.624000', '192613.627000', '192613.629000', '192613.632000', '192613.634000', '192613.637000', '192613.640000', '192613.642000', '192613.645000', '192613.647000', '192613.650000', '192613.653000', '192613.655000', '192613.658000', '192613.661000', '192613.663000', '192613.666000', '192613.668000', '192613.671000', '192613.674000', '192613.676000', '192613.679000', '192613.681000', '192613.684000', '192613.687000', '192613.689000', '192613.692000', '192613.694000', '192613.697000', '192613.699000', '192613.702000', '192633.589000', '192633.592000', '192633.594000', '192633.597000', '192633.600000', '192633.602000', '192633.605000', '192633.607000', '192633.610000', '192633.612000', '192633.615000', '192633.618000', '192633.620000', '192633.623000', '192633.625000', '192633.628000', '192633.630000', '192633.633000', '192633.636000', '192633.638000', '192633.641000', '192633.643000', '192633.646000', '192633.649000', '192633.651000', '192633.654000', '192633.656000', '192633.659000', '192633.662000', '192633.664000', '192633.667000', '192633.669000', '192633.672000', '192633.675000', '192633.677000', '192633.680000', '192633.682000', '192633.685000', '192633.688000', '192633.690000', '192633.693000', '192633.695000', '192633.698000', '192653.589000', '192653.591000', '192653.594000', '192653.597000', '192653.599000', '192653.602000', '192653.605000', '192653.607000', '192653.610000', '192653.612000', '192653.615000', '192653.617000', '192653.620000', '192653.623000', '192653.625000', '192653.628000', '192653.630000', '192653.633000', '192653.635000', '192653.638000', '192653.641000', '192653.643000', '192653.646000', '192653.648000', '192653.651000', '192653.654000', '192653.656000', '192653.659000', '192653.661000', '192653.664000', '192653.666000', '192653.669000', '192653.672000', '192653.674000', '192653.677000', '192653.679000', '192653.682000', '192653.685000', '192653.687000', '192653.690000', '192653.692000', '192653.695000', '192653.698000', '192653.700000', '192713.589000', '192713.592000', '192713.594000', '192713.597000', '192713.600000', '192713.602000', '192713.605000', '192713.608000', '192713.610000', '192713.613000', '192713.616000', '192713.620000', '192713.623000', '192713.626000', '192713.628000', '192713.631000', '192713.633000', '192713.636000', '192713.639000', '192713.641000', '192713.644000', '192713.646000', '192713.649000', '192713.651000', '192713.672000', '192713.675000', '192713.677000', '192713.680000', '192713.682000', '192713.685000', '192713.687000', '192713.690000', '192713.693000', '192713.695000', '192713.698000', '192713.700000', '192713.703000', '192713.706000', '192713.708000', '192713.711000', '192713.714000', '192713.716000', '192713.719000', '192733.589000', '192733.591000', '192733.594000', '192733.597000', '192733.599000', '192733.602000', '192733.605000', '192733.607000', '192733.610000', '192733.613000', '192733.616000', '192733.619000', '192733.622000', '192733.624000', '192733.627000', '192733.629000', '192733.632000', '192733.635000', '192733.637000', '192733.640000', '192733.642000', '192733.645000', '192733.648000', '192733.651000', '192733.654000', '192733.657000', '192733.659000', '192733.662000', '192733.664000', '192733.667000', '192733.670000', '192733.672000', '192733.675000', '192733.677000', '192733.680000', '192733.682000', '192733.685000', '192733.688000', '192733.690000', '192733.693000', '192733.695000', '192733.698000', '192733.701000', '192753.589000', '192753.592000', '192753.594000', '192753.597000', '192753.599000', '192753.602000', '192753.605000', '192753.607000', '192753.610000', '192753.612000', '192753.615000', '192753.618000', '192753.620000', '192753.623000', '192753.625000', '192753.628000', '192753.631000', '192753.633000', '192753.636000', '192753.638000', '192753.641000', '192753.643000', '192753.646000', '192753.649000', '192753.651000', '192753.654000', '192753.657000', '192753.659000', '192753.662000', '192753.664000', '192753.667000', '192753.669000', '192753.672000', '192753.675000', '192753.677000', '192753.680000', '192753.682000', '192753.685000', '192753.687000', '192753.690000', '192753.693000', '192753.695000', '192753.698000', '192753.700000', '192813.588000', '192813.591000', '192813.594000', '192813.596000', '192813.599000', '192813.602000', '192813.604000', '192813.607000', '192813.610000', '192813.613000', '192813.615000', '192813.618000', '192813.621000', '192813.623000', '192813.626000', '192813.628000', '192813.631000', '192813.634000', '192813.636000', '192813.639000', '192813.641000', '192813.644000', '192813.647000', '192813.649000', '192813.652000', '192813.654000', '192813.657000', '192813.660000', '192813.662000', '192813.665000', '192813.667000', '192813.670000', '192813.672000', '192813.675000', '192813.678000', '192813.680000', '192813.683000', '192813.685000', '192813.688000', '192813.690000', '192813.693000', '192813.696000', '192813.698000', '192833.589000', '192833.592000', '192833.594000', '192833.597000', '192833.599000', '192833.602000', '192833.605000', '192833.607000', '192833.610000', '192833.612000', '192833.615000', '192833.618000', '192833.620000', '192833.623000', '192833.625000', '192833.628000', '192833.630000', '192833.633000', '192833.636000', '192833.638000', '192833.641000', '192833.643000', '192833.646000', '192833.649000', '192833.651000', '192833.654000', '192833.656000', '192833.659000', '192833.661000', '192833.664000', '192833.666000', '192833.669000', '192833.672000', '192833.674000', '192833.677000', '192833.697000', '192833.699000', '192833.702000', '192833.704000', '192833.707000', '192833.709000', '192833.712000', '192833.715000', '192833.717000', '192853.589000', '192853.591000', '192853.594000', '192853.597000', '192853.599000', '192853.602000', '192853.605000', '192853.607000', '192853.610000', '192853.612000', '192853.615000', '192853.618000', '192853.620000', '192853.623000', '192853.625000', '192853.628000', '192853.631000', '192853.633000', '192853.636000', '192853.638000', '192853.641000', '192853.644000', '192853.646000', '192853.649000', '192853.652000', '192853.655000', '192853.658000', '192853.661000', '192853.663000', '192853.666000', '192853.669000', '192853.671000', '192853.674000', '192853.676000', '192853.679000', '192853.681000', '192853.684000', '192853.687000', '192853.690000', '192853.693000', '192853.696000', '192853.698000', '192853.701000', '192913.589000', '192913.591000', '192913.594000', '192913.597000', '192913.599000', '192913.602000', '192913.605000', '192913.607000', '192913.610000', '192913.612000', '192913.615000', '192913.618000', '192913.620000', '192913.623000', '192913.625000', '192913.628000', '192913.630000', '192913.633000', '192913.636000', '192913.638000', '192913.641000', '192913.643000', '192913.646000', '192913.649000', '192913.651000', '192913.654000', '192913.656000', '192913.659000', '192913.662000', '192913.664000', '192913.667000', '192913.669000', '192913.672000', '192913.675000', '192913.677000', '192913.680000', '192913.682000', '192913.685000', '192913.687000', '192913.690000', '192913.693000', '192913.695000', '192913.698000', '192913.700000', '192933.589000', '192933.591000', '192933.594000', '192933.597000', '192933.599000', '192933.602000', '192933.605000', '192933.607000', '192933.610000', '192933.613000', '192933.615000', '192933.618000', '192933.620000', '192933.623000', '192933.625000', '192933.628000', '192933.631000', '192933.633000', '192933.636000', '192933.638000', '192933.641000', '192933.644000', '192933.646000', '192933.649000', '192933.651000', '192933.654000', '192933.656000', '192933.659000', '192933.662000', '192933.665000', '192933.667000', '192933.670000', '192933.673000', '192933.676000', '192933.678000', '192933.681000', '192933.684000', '192933.686000', '192933.689000', '192933.691000', '192933.694000', '192933.696000', '192933.699000', '192953.589000', '192953.592000', '192953.594000', '192953.597000', '192953.600000', '192953.602000', '192953.605000', '192953.608000', '192953.610000', '192953.613000', '192953.616000', '192953.618000', '192953.621000', '192953.623000', '192953.626000', '192953.629000', '192953.631000', '192953.634000', '192953.636000', '192953.639000', '192953.642000', '192953.644000', '192953.647000', '192953.649000', '192953.652000', '192953.655000', '192953.657000', '192953.660000', '192953.662000', '192953.665000', '192953.667000', '192953.670000', '192953.688000', '192953.691000', '192953.693000', '192953.696000', '192953.698000', '192953.701000', '192953.704000', '192953.706000', '192953.709000', '192953.711000', '192953.714000', '192953.717000', '193013.589000', '193013.591000', '193013.594000', '193013.597000', '193013.599000', '193013.602000', '193013.605000', '193013.607000', '193013.610000', '193013.613000', '193013.615000', '193013.618000', '193013.620000', '193013.623000', '193013.626000', '193013.628000', '193013.631000', '193013.633000', '193013.636000', '193013.639000', '193013.641000', '193013.644000', '193013.646000', '193013.649000', '193013.652000', '193013.654000', '193013.657000', '193013.660000', '193013.663000', '193013.666000', '193013.669000', '193013.671000', '193013.674000', '193013.677000', '193013.679000', '193013.682000', '193013.685000', '193013.687000', '193013.690000', '193013.692000', '193013.695000', '193013.698000', '193013.700000', '193033.589000', '193033.591000', '193033.594000', '193033.597000', '193033.599000', '193033.602000', '193033.604000', '193033.607000', '193033.610000', '193033.612000', '193033.615000', '193033.617000', '193033.620000', '193033.623000', '193033.625000', '193033.628000', '193033.630000', '193033.633000', '193033.635000', '193033.638000', '193033.641000', '193033.643000', '193033.646000', '193033.648000', '193033.651000', '193033.654000', '193033.656000', '193033.659000', '193033.661000', '193033.664000', '193033.667000', '193033.669000', '193033.672000', '193033.675000', '193033.677000', '193033.680000', '193033.683000', '193033.685000', '193033.688000', '193033.690000', '193033.693000', '193033.697000', '193033.699000', '193033.702000', '193053.589000', '193053.592000', '193053.594000', '193053.597000', '193053.599000', '193053.602000', '193053.605000', '193053.607000', '193053.610000', '193053.612000', '193053.615000', '193053.618000', '193053.620000', '193053.623000', '193053.626000', '193053.628000', '193053.631000', '193053.633000', '193053.636000', '193053.639000', '193053.641000', '193053.644000', '193053.646000', '193053.649000', '193053.651000', '193053.654000', '193053.657000', '193053.659000', '193053.662000', '193053.664000', '193053.667000', '193053.670000', '193053.672000', '193053.675000', '193053.677000', '193053.680000', '193053.683000', '193053.685000', '193053.688000', '193053.690000', '193053.693000', '193053.696000', '193053.699000', '193101.055000', '193101.058000', '193101.061000', '193101.063000', '193101.066000', '193101.068000', '193101.071000', '193101.073000', '193101.076000', '193101.079000', '193101.081000', '193101.084000', '193101.086000', '193101.089000', '193101.092000', '193101.094000', '193101.097000'], 'InstanceCreationTime': ['192213.620000', '192213.623000', '192213.626000', '192213.629000', '192213.631000', '192213.634000', '192213.636000', '192213.639000', '192213.641000', '192213.644000', '192213.647000', '192213.649000', '192213.658000', '192213.660000', '192213.663000', '192213.665000', '192213.668000', '192213.670000', '192213.673000', '192213.675000', '192213.678000', '192213.681000', '192213.683000', '192213.686000', '192213.688000', '192213.691000', '192213.694000', '192213.696000', '192213.699000', '192213.701000', '192213.704000', '192213.706000', '192213.709000', '192213.712000', '192213.714000', '192213.717000', '192213.719000', '192213.722000', '192213.724000', '192213.727000', '192213.729000', '192213.732000', '192213.735000', '192213.737000', '192213.740000', '192213.742000', '192213.745000', '192213.753000', '192213.755000', '192213.758000', '192213.760000', '192213.763000', '192213.765000', '192213.768000', '192213.771000', '192213.773000', '192213.776000', '192213.778000', '192213.781000', '192213.783000', '192213.786000', '192213.789000', '192233.589000', '192233.591000', '192233.594000', '192233.597000', '192233.599000', '192233.602000', '192233.605000', '192233.607000', '192233.610000', '192233.612000', '192233.615000', '192233.618000', '192233.620000', '192233.623000', '192233.625000', '192233.628000', '192233.630000', '192233.633000', '192233.635000', '192233.638000', '192233.641000', '192233.643000', '192233.656000', '192233.659000', '192233.662000', '192233.665000', '192233.668000', '192233.670000', '192233.673000', '192233.676000', '192233.678000', '192233.681000', '192233.683000', '192233.686000', '192233.688000', '192233.691000', '192233.694000', '192233.696000', '192233.699000', '192233.701000', '192233.704000', '192233.706000', '192233.709000', '192253.589000', '192253.591000', '192253.594000', '192253.596000', '192253.599000', '192253.602000', '192253.604000', '192253.607000', '192253.609000', '192253.612000', '192253.615000', '192253.617000', '192253.620000', '192253.622000', '192253.625000', '192253.627000', '192253.630000', '192253.633000', '192253.635000', '192253.638000', '192253.640000', '192253.643000', '192253.645000', '192253.648000', '192253.650000', '192253.653000', '192253.656000', '192253.658000', '192253.661000', '192253.663000', '192253.666000', '192253.668000', '192253.671000', '192253.673000', '192253.676000', '192253.679000', '192253.681000', '192253.684000', '192253.686000', '192253.689000', '192253.691000', '192253.694000', '192253.697000', '192253.699000', '192313.589000', '192313.591000', '192313.594000', '192313.597000', '192313.599000', '192313.602000', '192313.605000', '192313.607000', '192313.610000', '192313.612000', '192313.615000', '192313.617000', '192313.620000', '192313.623000', '192313.625000', '192313.628000', '192313.630000', '192313.633000', '192313.635000', '192313.638000', '192313.641000', '192313.643000', '192313.646000', '192313.648000', '192313.651000', '192313.653000', '192313.656000', '192313.659000', '192313.661000', '192313.664000', '192313.666000', '192313.669000', '192313.671000', '192313.674000', '192313.677000', '192313.679000', '192313.682000', '192313.685000', '192313.688000', '192313.691000', '192313.693000', '192313.696000', '192313.699000', '192333.588000', '192333.591000', '192333.594000', '192333.596000', '192333.599000', '192333.602000', '192333.605000', '192333.632000', '192333.635000', '192333.637000', '192333.640000', '192333.643000', '192333.645000', '192333.648000', '192333.650000', '192333.653000', '192333.656000', '192333.658000', '192333.661000', '192333.663000', '192333.666000', '192333.669000', '192333.671000', '192333.674000', '192333.676000', '192333.679000', '192333.681000', '192333.684000', '192333.687000', '192333.689000', '192333.692000', '192333.694000', '192333.697000', '192333.699000', '192333.702000', '192333.705000', '192333.707000', '192333.710000', '192333.713000', '192333.715000', '192333.718000', '192333.720000', '192333.723000', '192333.725000', '192353.589000', '192353.592000', '192353.594000', '192353.597000', '192353.599000', '192353.602000', '192353.605000', '192353.607000', '192353.610000', '192353.612000', '192353.615000', '192353.618000', '192353.620000', '192353.623000', '192353.625000', '192353.628000', '192353.630000', '192353.633000', '192353.636000', '192353.638000', '192353.641000', '192353.643000', '192353.646000', '192353.648000', '192353.651000', '192353.654000', '192353.656000', '192353.659000', '192353.662000', '192353.671000', '192353.673000', '192353.676000', '192353.678000', '192353.681000', '192353.683000', '192353.686000', '192353.689000', '192353.691000', '192353.694000', '192353.696000', '192353.699000', '192353.702000', '192353.705000', '192413.589000', '192413.592000', '192413.594000', '192413.597000', '192413.600000', '192413.602000', '192413.605000', '192413.607000', '192413.610000', '192413.612000', '192413.615000', '192413.618000', '192413.620000', '192413.623000', '192413.625000', '192413.628000', '192413.630000', '192413.633000', '192413.647000', '192413.650000', '192413.653000', '192413.655000', '192413.658000', '192413.660000', '192413.663000', '192413.665000', '192413.668000', '192413.670000', '192413.673000', '192413.676000', '192413.678000', '192413.681000', '192413.683000', '192413.686000', '192413.689000', '192413.691000', '192413.694000', '192413.696000', '192413.699000', '192413.701000', '192413.704000', '192413.707000', '192413.709000', '192413.712000', '192433.589000', '192433.592000', '192433.594000', '192433.597000', '192433.599000', '192433.602000', '192433.605000', '192433.607000', '192433.610000', '192433.613000', '192433.615000', '192433.618000', '192433.620000', '192433.623000', '192433.625000', '192433.628000', '192433.631000', '192433.633000', '192433.636000', '192433.638000', '192433.641000', '192433.643000', '192433.646000', '192433.649000', '192433.651000', '192433.654000', '192433.656000', '192433.659000', '192433.661000', '192433.664000', '192433.667000', '192433.669000', '192433.672000', '192433.674000', '192433.677000', '192433.679000', '192433.682000', '192433.685000', '192433.687000', '192433.690000', '192433.692000', '192433.695000', '192433.697000', '192453.589000', '192453.591000', '192453.594000', '192453.597000', '192453.599000', '192453.602000', '192453.605000', '192453.607000', '192453.610000', '192453.612000', '192453.615000', '192453.618000', '192453.620000', '192453.623000', '192453.625000', '192453.628000', '192453.631000', '192453.633000', '192453.636000', '192453.639000', '192453.641000', '192453.644000', '192453.646000', '192453.649000', '192453.651000', '192453.654000', '192453.657000', '192453.659000', '192453.662000', '192453.664000', '192453.667000', '192453.669000', '192453.672000', '192453.675000', '192453.677000', '192453.680000', '192453.682000', '192453.685000', '192453.688000', '192453.690000', '192453.693000', '192453.695000', '192453.698000', '192453.700000', '192513.589000', '192513.591000', '192513.594000', '192513.597000', '192513.600000', '192513.602000', '192513.605000', '192513.607000', '192513.610000', '192513.612000', '192513.615000', '192513.618000', '192513.624000', '192513.627000', '192513.629000', '192513.632000', '192513.634000', '192513.637000', '192513.640000', '192513.642000', '192513.645000', '192513.647000', '192513.650000', '192513.652000', '192513.655000', '192513.658000', '192513.660000', '192513.663000', '192513.665000', '192513.668000', '192513.670000', '192513.673000', '192513.676000', '192513.678000', '192513.681000', '192513.683000', '192513.686000', '192513.688000', '192513.691000', '192513.694000', '192513.696000', '192513.699000', '192513.701000', '192533.588000', '192533.591000', '192533.594000', '192533.597000', '192533.599000', '192533.602000', '192533.605000', '192533.607000', '192533.610000', '192533.612000', '192533.615000', '192533.617000', '192533.620000', '192533.623000', '192533.625000', '192533.628000', '192533.630000', '192533.633000', '192533.636000', '192533.638000', '192533.641000', '192533.643000', '192533.646000', '192533.649000', '192533.651000', '192533.654000', '192533.656000', '192533.659000', '192533.662000', '192533.664000', '192533.667000', '192533.669000', '192533.672000', '192533.675000', '192533.677000', '192533.680000', '192533.682000', '192533.685000', '192533.687000', '192533.690000', '192533.693000', '192533.695000', '192533.698000', '192533.700000', '192553.588000', '192553.591000', '192553.594000', '192553.596000', '192553.599000', '192553.602000', '192553.604000', '192553.607000', '192553.610000', '192553.612000', '192553.615000', '192553.617000', '192553.620000', '192553.622000', '192553.625000', '192553.628000', '192553.630000', '192553.633000', '192553.635000', '192553.638000', '192553.640000', '192553.643000', '192553.646000', '192553.648000', '192553.651000', '192553.654000', '192553.656000', '192553.659000', '192553.662000', '192553.664000', '192553.667000', '192553.669000', '192553.672000', '192553.674000', '192553.677000', '192553.680000', '192553.682000', '192553.685000', '192553.687000', '192553.698000', '192553.701000', '192553.703000', '192553.706000', '192613.589000', '192613.592000', '192613.594000', '192613.597000', '192613.600000', '192613.602000', '192613.605000', '192613.608000', '192613.611000', '192613.613000', '192613.616000', '192613.619000', '192613.621000', '192613.624000', '192613.627000', '192613.629000', '192613.632000', '192613.634000', '192613.637000', '192613.640000', '192613.642000', '192613.645000', '192613.647000', '192613.650000', '192613.653000', '192613.655000', '192613.658000', '192613.661000', '192613.663000', '192613.666000', '192613.668000', '192613.671000', '192613.674000', '192613.676000', '192613.679000', '192613.681000', '192613.684000', '192613.687000', '192613.689000', '192613.692000', '192613.694000', '192613.697000', '192613.699000', '192613.702000', '192633.589000', '192633.592000', '192633.594000', '192633.597000', '192633.600000', '192633.602000', '192633.605000', '192633.607000', '192633.610000', '192633.612000', '192633.615000', '192633.618000', '192633.620000', '192633.623000', '192633.625000', '192633.628000', '192633.630000', '192633.633000', '192633.636000', '192633.638000', '192633.641000', '192633.643000', '192633.646000', '192633.649000', '192633.651000', '192633.654000', '192633.656000', '192633.659000', '192633.662000', '192633.664000', '192633.667000', '192633.669000', '192633.672000', '192633.675000', '192633.677000', '192633.680000', '192633.682000', '192633.685000', '192633.688000', '192633.690000', '192633.693000', '192633.695000', '192633.698000', '192653.589000', '192653.591000', '192653.594000', '192653.597000', '192653.599000', '192653.602000', '192653.605000', '192653.607000', '192653.610000', '192653.612000', '192653.615000', '192653.617000', '192653.620000', '192653.623000', '192653.625000', '192653.628000', '192653.630000', '192653.633000', '192653.635000', '192653.638000', '192653.641000', '192653.643000', '192653.646000', '192653.648000', '192653.651000', '192653.654000', '192653.656000', '192653.659000', '192653.661000', '192653.664000', '192653.666000', '192653.669000', '192653.672000', '192653.674000', '192653.677000', '192653.679000', '192653.682000', '192653.685000', '192653.687000', '192653.690000', '192653.692000', '192653.695000', '192653.698000', '192653.700000', '192713.589000', '192713.592000', '192713.594000', '192713.597000', '192713.600000', '192713.602000', '192713.605000', '192713.608000', '192713.610000', '192713.613000', '192713.616000', '192713.620000', '192713.623000', '192713.626000', '192713.628000', '192713.631000', '192713.633000', '192713.636000', '192713.639000', '192713.641000', '192713.644000', '192713.646000', '192713.649000', '192713.651000', '192713.672000', '192713.675000', '192713.677000', '192713.680000', '192713.682000', '192713.685000', '192713.687000', '192713.690000', '192713.693000', '192713.695000', '192713.698000', '192713.700000', '192713.703000', '192713.706000', '192713.708000', '192713.711000', '192713.714000', '192713.716000', '192713.719000', '192733.589000', '192733.591000', '192733.594000', '192733.597000', '192733.599000', '192733.602000', '192733.605000', '192733.607000', '192733.610000', '192733.613000', '192733.616000', '192733.619000', '192733.622000', '192733.624000', '192733.627000', '192733.629000', '192733.632000', '192733.635000', '192733.637000', '192733.640000', '192733.642000', '192733.645000', '192733.648000', '192733.651000', '192733.654000', '192733.657000', '192733.659000', '192733.662000', '192733.664000', '192733.667000', '192733.670000', '192733.672000', '192733.675000', '192733.677000', '192733.680000', '192733.682000', '192733.685000', '192733.688000', '192733.690000', '192733.693000', '192733.695000', '192733.698000', '192733.701000', '192753.589000', '192753.592000', '192753.594000', '192753.597000', '192753.599000', '192753.602000', '192753.605000', '192753.607000', '192753.610000', '192753.612000', '192753.615000', '192753.618000', '192753.620000', '192753.623000', '192753.625000', '192753.628000', '192753.631000', '192753.633000', '192753.636000', '192753.638000', '192753.641000', '192753.643000', '192753.646000', '192753.649000', '192753.651000', '192753.654000', '192753.657000', '192753.659000', '192753.662000', '192753.664000', '192753.667000', '192753.669000', '192753.672000', '192753.675000', '192753.677000', '192753.680000', '192753.682000', '192753.685000', '192753.687000', '192753.690000', '192753.693000', '192753.695000', '192753.698000', '192753.700000', '192813.588000', '192813.591000', '192813.594000', '192813.596000', '192813.599000', '192813.602000', '192813.604000', '192813.607000', '192813.610000', '192813.613000', '192813.615000', '192813.618000', '192813.621000', '192813.623000', '192813.626000', '192813.628000', '192813.631000', '192813.634000', '192813.636000', '192813.639000', '192813.641000', '192813.644000', '192813.647000', '192813.649000', '192813.652000', '192813.654000', '192813.657000', '192813.660000', '192813.662000', '192813.665000', '192813.667000', '192813.670000', '192813.672000', '192813.675000', '192813.678000', '192813.680000', '192813.683000', '192813.685000', '192813.688000', '192813.690000', '192813.693000', '192813.696000', '192813.698000', '192833.589000', '192833.592000', '192833.594000', '192833.597000', '192833.599000', '192833.602000', '192833.605000', '192833.607000', '192833.610000', '192833.612000', '192833.615000', '192833.618000', '192833.620000', '192833.623000', '192833.625000', '192833.628000', '192833.630000', '192833.633000', '192833.636000', '192833.638000', '192833.641000', '192833.643000', '192833.646000', '192833.649000', '192833.651000', '192833.654000', '192833.656000', '192833.659000', '192833.661000', '192833.664000', '192833.666000', '192833.669000', '192833.672000', '192833.674000', '192833.677000', '192833.697000', '192833.699000', '192833.702000', '192833.704000', '192833.707000', '192833.709000', '192833.712000', '192833.715000', '192833.717000', '192853.589000', '192853.591000', '192853.594000', '192853.597000', '192853.599000', '192853.602000', '192853.605000', '192853.607000', '192853.610000', '192853.612000', '192853.615000', '192853.618000', '192853.620000', '192853.623000', '192853.625000', '192853.628000', '192853.631000', '192853.633000', '192853.636000', '192853.638000', '192853.641000', '192853.644000', '192853.646000', '192853.649000', '192853.652000', '192853.655000', '192853.658000', '192853.661000', '192853.663000', '192853.666000', '192853.669000', '192853.671000', '192853.674000', '192853.676000', '192853.679000', '192853.681000', '192853.684000', '192853.687000', '192853.690000', '192853.693000', '192853.696000', '192853.698000', '192853.701000', '192913.589000', '192913.591000', '192913.594000', '192913.597000', '192913.599000', '192913.602000', '192913.605000', '192913.607000', '192913.610000', '192913.612000', '192913.615000', '192913.618000', '192913.620000', '192913.623000', '192913.625000', '192913.628000', '192913.630000', '192913.633000', '192913.636000', '192913.638000', '192913.641000', '192913.643000', '192913.646000', '192913.649000', '192913.651000', '192913.654000', '192913.656000', '192913.659000', '192913.662000', '192913.664000', '192913.667000', '192913.669000', '192913.672000', '192913.675000', '192913.677000', '192913.680000', '192913.682000', '192913.685000', '192913.687000', '192913.690000', '192913.693000', '192913.695000', '192913.698000', '192913.700000', '192933.589000', '192933.591000', '192933.594000', '192933.597000', '192933.599000', '192933.602000', '192933.605000', '192933.607000', '192933.610000', '192933.613000', '192933.615000', '192933.618000', '192933.620000', '192933.623000', '192933.625000', '192933.628000', '192933.631000', '192933.633000', '192933.636000', '192933.638000', '192933.641000', '192933.644000', '192933.646000', '192933.649000', '192933.651000', '192933.654000', '192933.656000', '192933.659000', '192933.662000', '192933.665000', '192933.667000', '192933.670000', '192933.673000', '192933.676000', '192933.678000', '192933.681000', '192933.684000', '192933.686000', '192933.689000', '192933.691000', '192933.694000', '192933.696000', '192933.699000', '192953.589000', '192953.592000', '192953.594000', '192953.597000', '192953.600000', '192953.602000', '192953.605000', '192953.608000', '192953.610000', '192953.613000', '192953.616000', '192953.618000', '192953.621000', '192953.623000', '192953.626000', '192953.629000', '192953.631000', '192953.634000', '192953.636000', '192953.639000', '192953.642000', '192953.644000', '192953.647000', '192953.649000', '192953.652000', '192953.655000', '192953.657000', '192953.660000', '192953.662000', '192953.665000', '192953.667000', '192953.670000', '192953.688000', '192953.691000', '192953.693000', '192953.696000', '192953.698000', '192953.701000', '192953.704000', '192953.706000', '192953.709000', '192953.711000', '192953.714000', '192953.717000', '193013.589000', '193013.591000', '193013.594000', '193013.597000', '193013.599000', '193013.602000', '193013.605000', '193013.607000', '193013.610000', '193013.613000', '193013.615000', '193013.618000', '193013.620000', '193013.623000', '193013.626000', '193013.628000', '193013.631000', '193013.633000', '193013.636000', '193013.639000', '193013.641000', '193013.644000', '193013.646000', '193013.649000', '193013.652000', '193013.654000', '193013.657000', '193013.660000', '193013.663000', '193013.666000', '193013.669000', '193013.671000', '193013.674000', '193013.677000', '193013.679000', '193013.682000', '193013.685000', '193013.687000', '193013.690000', '193013.692000', '193013.695000', '193013.698000', '193013.700000', '193033.589000', '193033.591000', '193033.594000', '193033.597000', '193033.599000', '193033.602000', '193033.604000', '193033.607000', '193033.610000', '193033.612000', '193033.615000', '193033.617000', '193033.620000', '193033.623000', '193033.625000', '193033.628000', '193033.630000', '193033.633000', '193033.635000', '193033.638000', '193033.641000', '193033.643000', '193033.646000', '193033.648000', '193033.651000', '193033.654000', '193033.656000', '193033.659000', '193033.661000', '193033.664000', '193033.667000', '193033.669000', '193033.672000', '193033.675000', '193033.677000', '193033.680000', '193033.683000', '193033.685000', '193033.688000', '193033.690000', '193033.693000', '193033.697000', '193033.699000', '193033.702000', '193053.589000', '193053.592000', '193053.594000', '193053.597000', '193053.599000', '193053.602000', '193053.605000', '193053.607000', '193053.610000', '193053.612000', '193053.615000', '193053.618000', '193053.620000', '193053.623000', '193053.626000', '193053.628000', '193053.631000', '193053.633000', '193053.636000', '193053.639000', '193053.641000', '193053.644000', '193053.646000', '193053.649000', '193053.651000', '193053.654000', '193053.657000', '193053.659000', '193053.662000', '193053.664000', '193053.667000', '193053.670000', '193053.672000', '193053.675000', '193053.677000', '193053.680000', '193053.683000', '193053.685000', '193053.688000', '193053.690000', '193053.693000', '193053.696000', '193053.699000', '193101.055000', '193101.058000', '193101.061000', '193101.063000', '193101.066000', '193101.068000', '193101.071000', '193101.073000', '193101.076000', '193101.079000', '193101.081000', '193101.084000', '193101.086000', '193101.089000', '193101.092000', '193101.094000', '193101.097000'], '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': [11669, 8145, 10942, 7521, 10606, 7241, 10803, 6857, 9900, 6626, 10566, 6689, 9339, 6574, 6588, 6973, 7962, 6688, 7626, 7431, 5797, 7454, 6620, 7198, 11084, 6728, 10300, 6817, 9436, 6688, 7944, 6170, 8081, 6572, 8407, 6807, 7668, 5938, 7232, 6803, 7064, 5842, 7352, 8013, 7062, 11756, 7115, 10483, 7146, 9413, 6851, 8604, 6270, 8856, 6434, 8585, 6094, 7826, 7026, 7693, 10792, 7686, 7424, 7148, 6293, 6872, 10406, 6935, 11231, 7099, 10181, 6505, 9159, 6667, 8909, 6176, 9032, 6701, 8834, 6331, 8554, 6379, 8642, 6443, 8010, 6501, 8177, 6040, 7995, 7020, 7668, 11135, 7358, 9761, 7296, 7789, 6868, 9985, 6794, 9643, 6601, 7800, 6679, 6142, 7565, 6384, 9440, 6833, 10884, 7188, 11012, 7233, 10958, 7364, 10904, 6852, 9299, 6312, 8371, 6617, 8660, 5981, 7360, 8697, 7436, 10758, 6934, 8813, 6894, 9814, 6531, 10050, 6706, 9942, 6600, 9634, 6509, 9582, 6361, 8986, 6261, 9048, 6251, 8228, 6750, 7995, 11457, 7418, 10752, 7449, 9351, 7017, 9522, 6685, 10007, 6610, 9248, 6589, 8291, 6136, 7863, 6065, 7969, 6060, 7812, 9647, 7012, 10814, 7248, 9751, 6961, 8606, 6660, 9123, 6191, 8893, 5953, 8479, 6077, 7839, 6878, 8199, 6038, 7970, 7231, 7819, 10188, 7378, 11397, 7186, 10635, 7213, 8522, 6596, 9097, 6510, 10379, 6762, 10400, 6847, 9150, 7041, 9279, 6563, 10018, 5977, 8869, 6357, 8370, 6313, 8224, 7051, 8407, 6619, 8361, 6406, 9180, 6532, 10613, 7128, 10787, 7084, 9972, 7195, 9825, 6756, 9958, 6592, 8590, 6201, 7911, 9959, 7734, 11213, 7388, 9203, 6848, 9566, 6503, 8729, 6376, 8333, 6217, 8313, 6543, 8486, 6455, 8561, 6264, 7550, 7962, 7192, 10280, 7128, 8630, 6839, 10161, 6936, 10112, 7237, 10290, 7526, 9502, 6815, 9667, 6626, 9575, 6505, 9978, 6366, 10101, 6302, 9357, 6208, 8754, 6251, 8746, 6263, 9223, 6134, 9139, 6219, 9703, 6392, 9183, 6425, 9259, 6319, 10299, 6348, 9692, 6358, 9431, 6389, 8996, 6242, 8939, 6329, 9447, 6277, 8729, 6358, 8884, 6720, 6130, 7062, 6283, 8566, 6618, 11879, 7845, 11889, 7267, 10570, 6775, 9831, 6561, 9054, 6576, 8947, 7187, 10041, 7403, 6747, 7695, 6961, 8870, 6457, 8925, 6549, 8835, 6239, 8531, 5997, 8289, 10809, 7704, 11495, 8319, 11181, 7934, 10939, 6776, 9725, 6709, 9161, 6209, 8204, 6292, 8361, 6526, 9734, 6828, 9794, 6204, 8710, 6123, 8024, 6342, 8315, 6066, 8519, 6213, 7960, 6545, 6901, 9930, 6593, 8926, 6529, 8289, 6576, 8134, 6257, 7917, 6392, 7858, 6470, 7837, 5972, 7620, 6368, 7100, 10412, 7278, 9512, 7074, 8892, 6748, 8840, 6845, 9327, 6817, 9504, 6783, 9378, 6008, 8467, 5984, 7598, 6243, 7824, 5793, 7889, 7254, 7508, 8530, 7146, 9481, 7537, 9622, 7487, 8404, 7266, 10959, 7398, 10483, 7209, 9894, 6118, 8936, 6318, 8679, 6244, 9154, 6174, 9680, 6251, 9611, 6475, 9412, 6213, 9165, 6994, 8958, 7113, 7630, 7072, 7202, 7132, 8005, 7572, 10356, 7683, 6320, 8740, 6039, 8934, 6630, 9538, 7398, 11564, 7387, 10120, 6142, 9038, 6147, 9435, 6136, 9004, 6473, 8691, 6019, 7533, 9268, 6823, 8294, 6903, 6050, 7018, 6033, 7207, 10358, 7360, 10236, 6846, 9114, 6302, 8196, 6014, 8163, 6226, 8584, 6005, 7722, 11794, 6757, 10765, 6238, 8611, 8415, 6929, 11262, 6947, 8534, 6318, 8420, 5932, 8158, 5889, 7757, 9659, 6630, 10219, 6217, 8555, 6097, 7747, 5810, 7889, 6102, 7349, 10339, 7139, 10099, 7070, 9367, 6416, 8635, 6041, 7953, 5945, 8469, 6365, 9168, 5985, 7965, 12540, 6889, 10377, 6822, 8478, 6749, 7966, 6324, 8046, 6206, 8288, 6015, 8037, 7830, 6568, 10919, 6330, 9359, 7200, 7123, 12397, 7164, 10373, 7357, 9254, 6831, 8905, 6624, 8434, 6420, 5981, 7080, 7196, 7049, 6129, 8573, 6171, 10168, 6214, 9837, 6150, 8538, 8534, 7408, 11804, 7294, 9859, 6605, 9441, 6766, 9210, 6725, 8691, 6639, 8200, 6400, 7891, 6691, 8439, 6175, 8085, 5978, 6790, 10593, 6968, 9745, 7234, 8936, 6009, 8506, 6358, 8765, 6081, 9129, 5940, 8345, 7701, 7240, 11166, 7219, 9937, 7036, 8834, 6584, 8928, 6487, 8538, 6794, 8500, 6804, 8681, 6570, 7903, 7394, 6883, 6937, 7237, 10982, 6937, 11041, 7295, 9443, 6172, 7882, 11423, 6646, 10053, 6931, 8317, 6682, 8750, 6765, 8091, 6158, 8283, 6283, 8363, 5947, 9030, 6261, 8056, 8212, 6711, 11168, 6861, 9835, 6358, 8653, 6745, 7982, 5790, 7224, 9095, 6598, 9810, 6776, 8815, 6371, 8295, 6020, 8634, 6234, 8442, 5857, 7461, 8420, 6629, 9948, 7091, 9071, 6619, 9494, 6980, 9347, 6340, 8591, 6066, 7890, 6112, 9073, 5965, 9730, 6135, 8890, 11536, 7554, 11528, 7453, 10293, 7456, 9392, 6747, 10433, 7088, 10282, 6741, 8817, 6468, 7804, 6146, 8181, 6465, 8798, 6558, 7883, 6591, 10734, 7106, 9928, 7495, 8725, 6737, 10192, 6811, 10277, 7071, 9365, 6789, 9220, 6090, 9292, 6257, 9451, 6037, 9321, 6156, 8082, 9493, 7617, 11584, 7438, 9360, 6617, 8670, 6192, 8241, 5887, 7715, 6178, 7254, 5910, 7767, 5967, 7423, 10288, 7308, 10002, 7204, 9257, 6585, 8643, 6264, 9553, 6369, 9430, 6459, 9276, 6717, 8958, 6097, 8506, 6211, 7705, 5990, 8853, 6765, 9546, 6184, 9060, 7141, 7771, 11736, 7073, 10981, 7133, 9718, 6836, 9401, 5968, 8825, 6776, 8537, 6748, 6908, 11445, 6988, 9734, 6995, 8430, 6563, 8653, 6734, 8533, 6076, 8115, 6050, 7412, 7007, 6757, 6037, 7205, 9674, 6870, 9723, 6784, 9050, 6317, 8631, 6035, 8491, 5928, 9109, 6976, 8835, 5908, 7185, 12092, 6924, 9984, 7068, 8391, 6505, 8782, 6233, 8768, 6011, 8038, 6666, 7425, 10071, 7333, 8116, 7068, 10455, 6742, 9801, 6129, 8495, 9698, 6853, 10786, 6938, 8289, 6200, 8457, 6627, 7619, 6373, 6758, 9815, 6851, 6179, 6415, 5951, 7723, 6095, 8224, 7823, 7265, 7177, 7629, 6117, 8650, 6452, 7547, 12366, 7499, 10663, 7422, 9098, 6503, 8828, 6268, 9484, 5932, 9197, 6920, 7591, 11631, 7110, 9862, 7151, 9050, 5959, 8302, 6632, 6799, 10455, 6976, 8946, 5952, 7527, 9244, 6828, 9304, 6716, 8381, 6349, 8047, 5998, 8041, 6014, 8242, 5916, 7799, 11710, 7163, 10181, 6403, 8904, 8228, 7815, 12077, 7231, 10061, 7200, 9298, 6239, 8134, 8593, 7318, 10943, 6857, 9511, 6983, 8852, 5790, 8446, 6145, 7763, 5912, 7885, 6948, 7710, 6295, 7866, 6102, 9196, 6601, 9726, 8058, 10481, 7804, 11875, 7516, 10801, 6410, 8763, 9517, 8004, 12701, 7553, 10126, 7158, 8697, 6649, 8626, 6271, 8560, 6020, 7918, 6610, 7138, 10262, 7258, 8776, 7270, 8393, 6810, 8270, 6845, 8314, 5933, 8506, 6609, 8206, 6237, 8209, 6112, 7699, 7050, 7379, 10342, 7810, 10011, 7223, 9274, 5952, 8693, 6464, 8483, 6159, 8895, 6134, 8956, 6272, 8285, 7654, 7606, 11015, 8101, 9612, 7379, 9513, 7607, 10809, 7355, 9806, 7041, 9430, 6823, 9265, 6906, 9477, 6927, 9587, 7128, 9394, 6812, 9381, 6619, 9697, 6593, 9720, 6077, 9540, 6282, 8812, 8693, 8103, 8637, 8096, 6896, 7848, 9492, 7513, 11512, 7654, 10845, 8059, 6685, 7126, 6414, 12089, 8003, 8643, 6782, 8624, 7823, 6990, 9487, 6637, 9743, 7202, 8498, 13927, 8095, 11592, 8237, 10304, 7394, 10032, 6644, 9671, 7258, 8434, 14110, 8160, 11317, 7887, 9510, 6733, 9174, 6647, 9110, 6292, 8262, 12380, 7746, 9777, 6288, 9144, 6617, 8632, 6322, 8520, 9803, 7623, 10002, 7337, 9540, 6671, 9196, 6489, 9065, 6263, 8361, 10351, 7820, 9984, 7924, 9512, 7452, 9524, 7182, 9542, 6600, 9736, 6536, 9306, 11825, 7931, 11978, 7820, 10350, 7500, 9455, 7471, 9315, 6424, 9388, 7022, 9220, 6551, 8798, 6614, 7897, 10752, 7470, 10281, 8092, 7681, 7586, 6660, 9391, 6585, 9411, 7471, 9740, 6894, 9480, 6703, 9466, 6751, 9503, 7552, 12126, 7125, 12111, 7272, 12151, 7436, 11917, 6514, 10061, 6711, 9147, 7377, 8751, 6758, 8446, 9352, 7436, 10301, 7535, 9464, 7653, 8702, 6702, 9109, 6284, 8816, 6783, 8432, 7919, 7226, 8950, 7524, 9771, 7269, 9491, 7501, 9212, 6184, 9051, 6833, 8894, 7205, 9028, 6720, 8886, 7129, 8119, 11522, 7597, 10119, 7713, 6545, 7952, 6668, 10036, 7342], 'WindowCenter': [3912.0, 3838.0, 3845.0, 3809.0, 3838.0, 3798.0, 3835.0, 3781.0, 3822.0, 3781.0, 3817.0, 3782.0, 3813.0, 3783.0, 3785.0, 3795.0, 3815.0, 3795.0, 3800.0, 3807.0, 3772.0, 3795.0, 3781.0, 3794.0, 3848.0, 3786.0, 3836.0, 3786.0, 3837.0, 3797.0, 3815.0, 3774.0, 3814.0, 3796.0, 3816.0, 3793.0, 3805.0, 3775.0, 3808.0, 3798.0, 3807.0, 3770.0, 3808.0, 3818.0, 3796.0, 3846.0, 3797.0, 3838.0, 3794.0, 3826.0, 3795.0, 3815.0, 3784.0, 3827.0, 3784.0, 3809.0, 3773.0, 3807.0, 3793.0, 3818.0, 3851.0, 3805.0, 3804.0, 3793.0, 3783.0, 3784.0, 3837.0, 3793.0, 3846.0, 3794.0, 3836.0, 3790.0, 3837.0, 3794.0, 3825.0, 3783.0, 3823.0, 3792.0, 3820.0, 3785.0, 3814.0, 3784.0, 3830.0, 3796.0, 3817.0, 3786.0, 3817.0, 3773.0, 3817.0, 3792.0, 3797.0, 3849.0, 3807.0, 3837.0, 3807.0, 3804.0, 3798.0, 3835.0, 3796.0, 3837.0, 3801.0, 3816.0, 3799.0, 3786.0, 3818.0, 3798.0, 3854.0, 3809.0, 3850.0, 3808.0, 3847.0, 3808.0, 3847.0, 3799.0, 3837.0, 3795.0, 3831.0, 3785.0, 3816.0, 3782.0, 3815.0, 3773.0, 3785.0, 3814.0, 3805.0, 3849.0, 3793.0, 3823.0, 3793.0, 3833.0, 3783.0, 3837.0, 3793.0, 3832.0, 3793.0, 3830.0, 3798.0, 3836.0, 3787.0, 3824.0, 3786.0, 3824.0, 3785.0, 3815.0, 3781.0, 3803.0, 3844.0, 3796.0, 3847.0, 3805.0, 3823.0, 3794.0, 3825.0, 3793.0, 3823.0, 3782.0, 3816.0, 3783.0, 3817.0, 3784.0, 3813.0, 3773.0, 3812.0, 3770.0, 3802.0, 3824.0, 3791.0, 3846.0, 3804.0, 3835.0, 3793.0, 3814.0, 3793.0, 3816.0, 3771.0, 3822.0, 3770.0, 3814.0, 3764.0, 3811.0, 3788.0, 3813.0, 3771.0, 3813.0, 3803.0, 3802.0, 3836.0, 3802.0, 3845.0, 3807.0, 3845.0, 3802.0, 3824.0, 3795.0, 3822.0, 3784.0, 3834.0, 3793.0, 3848.0, 3796.0, 3825.0, 3804.0, 3824.0, 3796.0, 3827.0, 3771.0, 3824.0, 3783.0, 3815.0, 3782.0, 3829.0, 3805.0, 3813.0, 3787.0, 3816.0, 3782.0, 3826.0, 3793.0, 3848.0, 3807.0, 3846.0, 3809.0, 3835.0, 3792.0, 3833.0, 3795.0, 3834.0, 3780.0, 3807.0, 3769.0, 3802.0, 3835.0, 3804.0, 3841.0, 3804.0, 3823.0, 3781.0, 3822.0, 3781.0, 3813.0, 3783.0, 3811.0, 3785.0, 3818.0, 3784.0, 3815.0, 3782.0, 3826.0, 3782.0, 3804.0, 3806.0, 3803.0, 3834.0, 3805.0, 3825.0, 3793.0, 3836.0, 3796.0, 3833.0, 3804.0, 3846.0, 3798.0, 3825.0, 3793.0, 3823.0, 3787.0, 3815.0, 3784.0, 3834.0, 3783.0, 3834.0, 3770.0, 3822.0, 3769.0, 3810.0, 3779.0, 3815.0, 3782.0, 3821.0, 3769.0, 3820.0, 3769.0, 3822.0, 3782.0, 3817.0, 3785.0, 3822.0, 3781.0, 3832.0, 3781.0, 3818.0, 3769.0, 3821.0, 3768.0, 3812.0, 3782.0, 3823.0, 3780.0, 3822.0, 3770.0, 3811.0, 3779.0, 3823.0, 3795.0, 3785.0, 3806.0, 3796.0, 3820.0, 3795.0, 3857.0, 3816.0, 3843.0, 3795.0, 3833.0, 3783.0, 3821.0, 3782.0, 3812.0, 3790.0, 3826.0, 3788.0, 3823.0, 3793.0, 3781.0, 3798.0, 3789.0, 3822.0, 3783.0, 3826.0, 3777.0, 3825.0, 3786.0, 3825.0, 3783.0, 3817.0, 3847.0, 3803.0, 3844.0, 3803.0, 3835.0, 3802.0, 3834.0, 3780.0, 3808.0, 3767.0, 3796.0, 3756.0, 3787.0, 3767.0, 3798.0, 3770.0, 3810.0, 3782.0, 3822.0, 3769.0, 3811.0, 3771.0, 3788.0, 3767.0, 3798.0, 3759.0, 3810.0, 3770.0, 3797.0, 3772.0, 3791.0, 3823.0, 3783.0, 3812.0, 3784.0, 3804.0, 3780.0, 3814.0, 3783.0, 3803.0, 3783.0, 3804.0, 3783.0, 3803.0, 3770.0, 3804.0, 3784.0, 3793.0, 3834.0, 3805.0, 3836.0, 3809.0, 3825.0, 3797.0, 3824.0, 3797.0, 3824.0, 3795.0, 3835.0, 3796.0, 3825.0, 3777.0, 3818.0, 3784.0, 3817.0, 3783.0, 3804.0, 3772.0, 3810.0, 3806.0, 3806.0, 3825.0, 3807.0, 3836.0, 3818.0, 3838.0, 3808.0, 3815.0, 3805.0, 3848.0, 3805.0, 3837.0, 3803.0, 3834.0, 3771.0, 3828.0, 3784.0, 3812.0, 3783.0, 3825.0, 3773.0, 3822.0, 3781.0, 3834.0, 3784.0, 3835.0, 3783.0, 3824.0, 3806.0, 3824.0, 3807.0, 3806.0, 3804.0, 3805.0, 3807.0, 3818.0, 3819.0, 3848.0, 3810.0, 3786.0, 3807.0, 3772.0, 3825.0, 3796.0, 3837.0, 3809.0, 3860.0, 3805.0, 3834.0, 3787.0, 3827.0, 3765.0, 3822.0, 3771.0, 3812.0, 3783.0, 3814.0, 3771.0, 3804.0, 3825.0, 3797.0, 3814.0, 3804.0, 3776.0, 3787.0, 3775.0, 3804.0, 3836.0, 3805.0, 3837.0, 3794.0, 3829.0, 3799.0, 3808.0, 3783.0, 3814.0, 3773.0, 3817.0, 3766.0, 3804.0, 3846.0, 3796.0, 3847.0, 3774.0, 3816.0, 3813.0, 3793.0, 3844.0, 3792.0, 3813.0, 3768.0, 3813.0, 3773.0, 3803.0, 3762.0, 3805.0, 3823.0, 3783.0, 3834.0, 3770.0, 3816.0, 3772.0, 3802.0, 3760.0, 3813.0, 3771.0, 3805.0, 3836.0, 3795.0, 3838.0, 3796.0, 3825.0, 3783.0, 3827.0, 3785.0, 3814.0, 3783.0, 3814.0, 3785.0, 3825.0, 3774.0, 3815.0, 3859.0, 3793.0, 3828.0, 3795.0, 3814.0, 3789.0, 3808.0, 3784.0, 3814.0, 3786.0, 3828.0, 3779.0, 3829.0, 3817.0, 3789.0, 3841.0, 3785.0, 3837.0, 3798.0, 3796.0, 3856.0, 3806.0, 3847.0, 3804.0, 3824.0, 3785.0, 3806.0, 3796.0, 3813.0, 3786.0, 3787.0, 3806.0, 3807.0, 3806.0, 3787.0, 3825.0, 3784.0, 3838.0, 3773.0, 3836.0, 3774.0, 3814.0, 3815.0, 3806.0, 3857.0, 3800.0, 3824.0, 3785.0, 3824.0, 3782.0, 3825.0, 3775.0, 3812.0, 3782.0, 3814.0, 3783.0, 3816.0, 3795.0, 3813.0, 3772.0, 3816.0, 3770.0, 3783.0, 3827.0, 3794.0, 3826.0, 3803.0, 3827.0, 3779.0, 3814.0, 3784.0, 3813.0, 3772.0, 3823.0, 3773.0, 3813.0, 3804.0, 3798.0, 3847.0, 3804.0, 3836.0, 3789.0, 3826.0, 3786.0, 3814.0, 3779.0, 3813.0, 3795.0, 3823.0, 3797.0, 3826.0, 3796.0, 3832.0, 3800.0, 3805.0, 3794.0, 3804.0, 3845.0, 3796.0, 3846.0, 3797.0, 3827.0, 3773.0, 3816.0, 3845.0, 3796.0, 3835.0, 3793.0, 3807.0, 3793.0, 3815.0, 3783.0, 3814.0, 3786.0, 3820.0, 3785.0, 3815.0, 3786.0, 3829.0, 3784.0, 3816.0, 3816.0, 3776.0, 3844.0, 3792.0, 3837.0, 3784.0, 3829.0, 3794.0, 3816.0, 3771.0, 3803.0, 3823.0, 3784.0, 3835.0, 3796.0, 3825.0, 3784.0, 3814.0, 3784.0, 3813.0, 3772.0, 3807.0, 3774.0, 3805.0, 3814.0, 3790.0, 3834.0, 3797.0, 3824.0, 3795.0, 3834.0, 3793.0, 3824.0, 3782.0, 3827.0, 3786.0, 3813.0, 3772.0, 3827.0, 3773.0, 3835.0, 3771.0, 3823.0, 3837.0, 3803.0, 3844.0, 3805.0, 3833.0, 3803.0, 3823.0, 3782.0, 3834.0, 3794.0, 3835.0, 3781.0, 3827.0, 3782.0, 3802.0, 3768.0, 3812.0, 3782.0, 3814.0, 3784.0, 3813.0, 3793.0, 3845.0, 3802.0, 3836.0, 3806.0, 3822.0, 3795.0, 3833.0, 3792.0, 3833.0, 3794.0, 3824.0, 3794.0, 3837.0, 3784.0, 3823.0, 3782.0, 3824.0, 3769.0, 3813.0, 3768.0, 3804.0, 3821.0, 3802.0, 3833.0, 3792.0, 3812.0, 3781.0, 3801.0, 3757.0, 3801.0, 3758.0, 3802.0, 3770.0, 3791.0, 3770.0, 3803.0, 3771.0, 3794.0, 3834.0, 3794.0, 3824.0, 3793.0, 3823.0, 3794.0, 3813.0, 3784.0, 3823.0, 3784.0, 3824.0, 3781.0, 3816.0, 3782.0, 3811.0, 3772.0, 3816.0, 3783.0, 3806.0, 3785.0, 3825.0, 3794.0, 3824.0, 3772.0, 3825.0, 3794.0, 3804.0, 3844.0, 3795.0, 3835.0, 3806.0, 3836.0, 3781.0, 3822.0, 3771.0, 3812.0, 3782.0, 3814.0, 3781.0, 3792.0, 3845.0, 3796.0, 3834.0, 3795.0, 3812.0, 3795.0, 3811.0, 3781.0, 3814.0, 3771.0, 3805.0, 3784.0, 3806.0, 3793.0, 3793.0, 3772.0, 3805.0, 3821.0, 3784.0, 3825.0, 3785.0, 3826.0, 3784.0, 3826.0, 3784.0, 3814.0, 3772.0, 3824.0, 3794.0, 3826.0, 3754.0, 3793.0, 3844.0, 3795.0, 3837.0, 3793.0, 3816.0, 3785.0, 3812.0, 3771.0, 3812.0, 3773.0, 3803.0, 3783.0, 3804.0, 3834.0, 3804.0, 3803.0, 3792.0, 3833.0, 3781.0, 3822.0, 3770.0, 3812.0, 3822.0, 3781.0, 3826.0, 3782.0, 3799.0, 3771.0, 3793.0, 3781.0, 3802.0, 3780.0, 3792.0, 3833.0, 3782.0, 3784.0, 3782.0, 3786.0, 3805.0, 3783.0, 3815.0, 3816.0, 3806.0, 3806.0, 3803.0, 3772.0, 3815.0, 3781.0, 3798.0, 3856.0, 3796.0, 3837.0, 3805.0, 3818.0, 3781.0, 3811.0, 3780.0, 3821.0, 3770.0, 3825.0, 3791.0, 3803.0, 3843.0, 3791.0, 3823.0, 3784.0, 3814.0, 3762.0, 3800.0, 3779.0, 3779.0, 3822.0, 3779.0, 3812.0, 3770.0, 3802.0, 3823.0, 3781.0, 3809.0, 3779.0, 3799.0, 3782.0, 3801.0, 3772.0, 3813.0, 3772.0, 3813.0, 3771.0, 3798.0, 3844.0, 3791.0, 3822.0, 3769.0, 3823.0, 3812.0, 3792.0, 3836.0, 3790.0, 3821.0, 3789.0, 3811.0, 3757.0, 3801.0, 3810.0, 3788.0, 3830.0, 3781.0, 3818.0, 3791.0, 3809.0, 3759.0, 3811.0, 3769.0, 3790.0, 3773.0, 3814.0, 3792.0, 3805.0, 3780.0, 3803.0, 3770.0, 3834.0, 3807.0, 3836.0, 3814.0, 3844.0, 3815.0, 3846.0, 3796.0, 3834.0, 3771.0, 3812.0, 3809.0, 3800.0, 3840.0, 3804.0, 3820.0, 3789.0, 3808.0, 3779.0, 3798.0, 3770.0, 3810.0, 3765.0, 3800.0, 3778.0, 3789.0, 3814.0, 3803.0, 3812.0, 3789.0, 3799.0, 3781.0, 3801.0, 3782.0, 3812.0, 3772.0, 3813.0, 3775.0, 3815.0, 3784.0, 3826.0, 3782.0, 3803.0, 3785.0, 3803.0, 3834.0, 3796.0, 3836.0, 3802.0, 3823.0, 3772.0, 3825.0, 3782.0, 3817.0, 3771.0, 3823.0, 3772.0, 3825.0, 3785.0, 3816.0, 3804.0, 3814.0, 3847.0, 3817.0, 3837.0, 3807.0, 3835.0, 3815.0, 3844.0, 3803.0, 3836.0, 3799.0, 3835.0, 3796.0, 3826.0, 3805.0, 3836.0, 3805.0, 3836.0, 3807.0, 3826.0, 3794.0, 3836.0, 3796.0, 3838.0, 3794.0, 3835.0, 3784.0, 3834.0, 3783.0, 3824.0, 3815.0, 3814.0, 3815.0, 3801.0, 3792.0, 3815.0, 3824.0, 3803.0, 3837.0, 3806.0, 3834.0, 3816.0, 3792.0, 3808.0, 3795.0, 3858.0, 3815.0, 3826.0, 3805.0, 3836.0, 3817.0, 3805.0, 3836.0, 3793.0, 3836.0, 3805.0, 3821.0, 3865.0, 3815.0, 3844.0, 3813.0, 3835.0, 3800.0, 3823.0, 3772.0, 3822.0, 3790.0, 3801.0, 3851.0, 3810.0, 3831.0, 3801.0, 3810.0, 3779.0, 3807.0, 3777.0, 3808.0, 3767.0, 3800.0, 3839.0, 3789.0, 3820.0, 3770.0, 3807.0, 3776.0, 3808.0, 3769.0, 3810.0, 3819.0, 3801.0, 3822.0, 3801.0, 3819.0, 3781.0, 3824.0, 3779.0, 3821.0, 3779.0, 3812.0, 3830.0, 3802.0, 3821.0, 3801.0, 3821.0, 3804.0, 3821.0, 3791.0, 3823.0, 3782.0, 3821.0, 3768.0, 3824.0, 3843.0, 3803.0, 3843.0, 3800.0, 3819.0, 3789.0, 3819.0, 3789.0, 3823.0, 3775.0, 3820.0, 3790.0, 3822.0, 3782.0, 3811.0, 3779.0, 3800.0, 3833.0, 3802.0, 3833.0, 3826.0, 3813.0, 3814.0, 3798.0, 3838.0, 3807.0, 3850.0, 3817.0, 3849.0, 3808.0, 3837.0, 3796.0, 3837.0, 3807.0, 3839.0, 3818.0, 3861.0, 3809.0, 3857.0, 3803.0, 3837.0, 3790.0, 3844.0, 3771.0, 3823.0, 3779.0, 3824.0, 3791.0, 3813.0, 3783.0, 3811.0, 3815.0, 3791.0, 3824.0, 3803.0, 3835.0, 3802.0, 3812.0, 3795.0, 3823.0, 3782.0, 3825.0, 3786.0, 3806.0, 3815.0, 3804.0, 3824.0, 3803.0, 3833.0, 3806.0, 3826.0, 3805.0, 3824.0, 3783.0, 3825.0, 3792.0, 3823.0, 3803.0, 3824.0, 3794.0, 3824.0, 3794.0, 3813.0, 3858.0, 3818.0, 3837.0, 3806.0, 3782.0, 3814.0, 3786.0, 3829.0, 3806.0], 'WindowWidth': [8767.0, 8642.0, 8630.0, 8581.0, 8613.0, 8561.0, 8603.0, 8531.0, 8584.0, 8531.0, 8573.0, 8532.0, 8571.0, 8535.0, 8539.0, 8553.0, 8582.0, 8557.0, 8557.0, 8571.0, 8521.0, 8553.0, 8531.0, 8550.0, 8625.0, 8541.0, 8607.0, 8542.0, 8612.0, 8561.0, 8579.0, 8525.0, 8577.0, 8555.0, 8582.0, 8551.0, 8567.0, 8529.0, 8577.0, 8566.0, 8573.0, 8520.0, 8575.0, 8588.0, 8557.0, 8622.0, 8559.0, 8613.0, 8553.0, 8599.0, 8556.0, 8580.0, 8541.0, 8597.0, 8540.0, 8570.0, 8524.0, 8572.0, 8550.0, 8592.0, 8638.0, 8570.0, 8565.0, 8550.0, 8536.0, 8539.0, 8611.0, 8551.0, 8622.0, 8552.0, 8609.0, 8550.0, 8614.0, 8553.0, 8594.0, 8537.0, 8588.0, 8548.0, 8583.0, 8542.0, 8579.0, 8540.0, 8609.0, 8560.0, 8588.0, 8544.0, 8586.0, 8524.0, 8586.0, 8549.0, 8553.0, 8632.0, 8576.0, 8613.0, 8575.0, 8566.0, 8563.0, 8610.0, 8561.0, 8615.0, 8570.0, 8585.0, 8566.0, 8549.0, 8595.0, 8570.0, 8649.0, 8585.0, 8636.0, 8578.0, 8627.0, 8576.0, 8626.0, 8557.0, 8613.0, 8557.0, 8603.0, 8542.0, 8581.0, 8534.0, 8579.0, 8523.0, 8534.0, 8580.0, 8570.0, 8632.0, 8552.0, 8589.0, 8552.0, 8603.0, 8538.0, 8609.0, 8551.0, 8600.0, 8552.0, 8596.0, 8567.0, 8612.0, 8547.0, 8594.0, 8545.0, 8591.0, 8539.0, 8580.0, 8531.0, 8562.0, 8617.0, 8551.0, 8628.0, 8572.0, 8589.0, 8553.0, 8591.0, 8550.0, 8587.0, 8535.0, 8575.0, 8536.0, 8586.0, 8542.0, 8576.0, 8524.0, 8575.0, 8516.0, 8560.0, 8590.0, 8547.0, 8621.0, 8568.0, 8609.0, 8551.0, 8577.0, 8551.0, 8576.0, 8520.0, 8587.0, 8518.0, 8578.0, 8505.0, 8577.0, 8544.0, 8578.0, 8521.0, 8578.0, 8563.0, 8561.0, 8608.0, 8562.0, 8622.0, 8576.0, 8623.0, 8564.0, 8593.0, 8557.0, 8589.0, 8542.0, 8605.0, 8553.0, 8629.0, 8563.0, 8597.0, 8570.0, 8594.0, 8560.0, 8592.0, 8520.0, 8591.0, 8536.0, 8582.0, 8536.0, 8606.0, 8573.0, 8577.0, 8538.0, 8582.0, 8537.0, 8597.0, 8554.0, 8627.0, 8576.0, 8626.0, 8582.0, 8609.0, 8551.0, 8603.0, 8556.0, 8605.0, 8531.0, 8564.0, 8515.0, 8562.0, 8608.0, 8568.0, 8613.0, 8566.0, 8588.0, 8534.0, 8585.0, 8534.0, 8575.0, 8537.0, 8573.0, 8546.0, 8582.0, 8541.0, 8580.0, 8536.0, 8597.0, 8537.0, 8566.0, 8564.0, 8566.0, 8608.0, 8570.0, 8597.0, 8553.0, 8610.0, 8558.0, 8604.0, 8569.0, 8626.0, 8557.0, 8594.0, 8553.0, 8590.0, 8541.0, 8575.0, 8543.0, 8608.0, 8537.0, 8606.0, 8516.0, 8585.0, 8514.0, 8569.0, 8526.0, 8580.0, 8535.0, 8584.0, 8515.0, 8584.0, 8516.0, 8587.0, 8533.0, 8577.0, 8543.0, 8590.0, 8533.0, 8600.0, 8530.0, 8578.0, 8514.0, 8583.0, 8510.0, 8572.0, 8535.0, 8589.0, 8529.0, 8585.0, 8514.0, 8569.0, 8529.0, 8588.0, 8559.0, 8545.0, 8574.0, 8559.0, 8587.0, 8557.0, 8641.0, 8586.0, 8617.0, 8553.0, 8598.0, 8536.0, 8582.0, 8533.0, 8572.0, 8549.0, 8597.0, 8543.0, 8586.0, 8547.0, 8531.0, 8551.0, 8539.0, 8586.0, 8537.0, 8596.0, 8527.0, 8596.0, 8546.0, 8597.0, 8539.0, 8587.0, 8628.0, 8566.0, 8619.0, 8563.0, 8606.0, 8558.0, 8602.0, 8529.0, 8561.0, 8504.0, 8538.0, 8486.0, 8526.0, 8503.0, 8544.0, 8514.0, 8564.0, 8532.0, 8583.0, 8512.0, 8568.0, 8516.0, 8533.0, 8505.0, 8546.0, 8496.0, 8565.0, 8513.0, 8548.0, 8517.0, 8542.0, 8587.0, 8533.0, 8570.0, 8536.0, 8561.0, 8529.0, 8581.0, 8540.0, 8562.0, 8535.0, 8564.0, 8536.0, 8562.0, 8518.0, 8565.0, 8540.0, 8552.0, 8607.0, 8568.0, 8612.0, 8582.0, 8594.0, 8560.0, 8593.0, 8561.0, 8592.0, 8557.0, 8609.0, 8559.0, 8596.0, 8527.0, 8588.0, 8543.0, 8589.0, 8538.0, 8566.0, 8523.0, 8573.0, 8571.0, 8572.0, 8595.0, 8575.0, 8612.0, 8592.0, 8617.0, 8576.0, 8583.0, 8571.0, 8628.0, 8569.0, 8611.0, 8565.0, 8606.0, 8519.0, 8605.0, 8542.0, 8576.0, 8538.0, 8593.0, 8524.0, 8588.0, 8533.0, 8607.0, 8543.0, 8610.0, 8541.0, 8593.0, 8573.0, 8595.0, 8576.0, 8572.0, 8569.0, 8572.0, 8575.0, 8590.0, 8597.0, 8634.0, 8575.0, 8546.0, 8566.0, 8524.0, 8596.0, 8560.0, 8614.0, 8581.0, 8648.0, 8568.0, 8605.0, 8550.0, 8599.0, 8510.0, 8586.0, 8520.0, 8573.0, 8535.0, 8578.0, 8520.0, 8565.0, 8594.0, 8563.0, 8582.0, 8566.0, 8525.0, 8541.0, 8529.0, 8567.0, 8611.0, 8571.0, 8614.0, 8555.0, 8604.0, 8567.0, 8568.0, 8540.0, 8578.0, 8526.0, 8586.0, 8512.0, 8567.0, 8624.0, 8556.0, 8626.0, 8526.0, 8583.0, 8574.0, 8549.0, 8617.0, 8549.0, 8575.0, 8513.0, 8573.0, 8522.0, 8562.0, 8509.0, 8567.0, 8590.0, 8537.0, 8604.0, 8517.0, 8581.0, 8521.0, 8561.0, 8505.0, 8578.0, 8520.0, 8569.0, 8610.0, 8557.0, 8613.0, 8559.0, 8595.0, 8540.0, 8601.0, 8546.0, 8581.0, 8539.0, 8580.0, 8542.0, 8597.0, 8528.0, 8582.0, 8643.0, 8552.0, 8595.0, 8555.0, 8582.0, 8549.0, 8571.0, 8543.0, 8582.0, 8548.0, 8605.0, 8534.0, 8608.0, 8589.0, 8548.0, 8618.0, 8545.0, 8616.0, 8557.0, 8559.0, 8640.0, 8576.0, 8629.0, 8566.0, 8591.0, 8539.0, 8560.0, 8558.0, 8578.0, 8548.0, 8549.0, 8574.0, 8580.0, 8576.0, 8549.0, 8597.0, 8540.0, 8614.0, 8526.0, 8611.0, 8525.0, 8580.0, 8581.0, 8572.0, 8642.0, 8558.0, 8591.0, 8542.0, 8591.0, 8535.0, 8592.0, 8522.0, 8573.0, 8535.0, 8581.0, 8539.0, 8583.0, 8555.0, 8577.0, 8522.0, 8583.0, 8518.0, 8536.0, 8592.0, 8553.0, 8595.0, 8565.0, 8600.0, 8534.0, 8579.0, 8539.0, 8576.0, 8522.0, 8591.0, 8525.0, 8577.0, 8565.0, 8555.0, 8624.0, 8566.0, 8610.0, 8548.0, 8597.0, 8538.0, 8578.0, 8532.0, 8578.0, 8556.0, 8591.0, 8562.0, 8600.0, 8561.0, 8613.0, 8564.0, 8571.0, 8555.0, 8569.0, 8623.0, 8557.0, 8624.0, 8553.0, 8600.0, 8524.0, 8585.0, 8622.0, 8560.0, 8608.0, 8551.0, 8565.0, 8551.0, 8580.0, 8539.0, 8580.0, 8547.0, 8591.0, 8546.0, 8583.0, 8547.0, 8605.0, 8541.0, 8584.0, 8583.0, 8525.0, 8620.0, 8551.0, 8611.0, 8545.0, 8607.0, 8554.0, 8583.0, 8521.0, 8564.0, 8590.0, 8539.0, 8607.0, 8560.0, 8597.0, 8541.0, 8580.0, 8541.0, 8578.0, 8525.0, 8567.0, 8526.0, 8569.0, 8581.0, 8549.0, 8610.0, 8560.0, 8594.0, 8559.0, 8606.0, 8554.0, 8593.0, 8537.0, 8600.0, 8547.0, 8580.0, 8524.0, 8599.0, 8525.0, 8609.0, 8522.0, 8591.0, 8606.0, 8563.0, 8618.0, 8570.0, 8605.0, 8566.0, 8590.0, 8535.0, 8604.0, 8551.0, 8605.0, 8532.0, 8601.0, 8539.0, 8562.0, 8514.0, 8572.0, 8534.0, 8579.0, 8542.0, 8578.0, 8553.0, 8622.0, 8565.0, 8611.0, 8572.0, 8590.0, 8558.0, 8604.0, 8549.0, 8602.0, 8550.0, 8590.0, 8553.0, 8613.0, 8540.0, 8589.0, 8532.0, 8589.0, 8512.0, 8571.0, 8510.0, 8560.0, 8584.0, 8559.0, 8600.0, 8545.0, 8568.0, 8530.0, 8554.0, 8495.0, 8556.0, 8497.0, 8562.0, 8518.0, 8544.0, 8518.0, 8562.0, 8519.0, 8550.0, 8603.0, 8550.0, 8591.0, 8549.0, 8587.0, 8556.0, 8577.0, 8538.0, 8589.0, 8540.0, 8590.0, 8530.0, 8573.0, 8532.0, 8572.0, 8521.0, 8583.0, 8540.0, 8571.0, 8542.0, 8593.0, 8553.0, 8592.0, 8521.0, 8593.0, 8552.0, 8565.0, 8620.0, 8555.0, 8607.0, 8573.0, 8611.0, 8533.0, 8585.0, 8518.0, 8572.0, 8531.0, 8576.0, 8530.0, 8546.0, 8619.0, 8558.0, 8608.0, 8553.0, 8573.0, 8554.0, 8570.0, 8534.0, 8578.0, 8518.0, 8567.0, 8542.0, 8573.0, 8551.0, 8551.0, 8522.0, 8568.0, 8585.0, 8539.0, 8595.0, 8541.0, 8596.0, 8541.0, 8598.0, 8542.0, 8578.0, 8522.0, 8591.0, 8552.0, 8596.0, 8493.0, 8551.0, 8621.0, 8555.0, 8612.0, 8551.0, 8581.0, 8542.0, 8574.0, 8520.0, 8575.0, 8522.0, 8562.0, 8536.0, 8565.0, 8608.0, 8566.0, 8563.0, 8549.0, 8601.0, 8532.0, 8587.0, 8515.0, 8573.0, 8586.0, 8532.0, 8585.0, 8531.0, 8551.0, 8518.0, 8542.0, 8530.0, 8558.0, 8530.0, 8550.0, 8601.0, 8535.0, 8539.0, 8537.0, 8544.0, 8569.0, 8539.0, 8583.0, 8585.0, 8572.0, 8571.0, 8565.0, 8524.0, 8581.0, 8533.0, 8554.0, 8637.0, 8549.0, 8612.0, 8570.0, 8579.0, 8533.0, 8571.0, 8530.0, 8584.0, 8515.0, 8592.0, 8543.0, 8560.0, 8616.0, 8547.0, 8588.0, 8532.0, 8576.0, 8500.0, 8556.0, 8525.0, 8525.0, 8584.0, 8525.0, 8572.0, 8518.0, 8562.0, 8587.0, 8529.0, 8565.0, 8527.0, 8552.0, 8533.0, 8557.0, 8524.0, 8579.0, 8523.0, 8577.0, 8521.0, 8554.0, 8619.0, 8546.0, 8586.0, 8514.0, 8591.0, 8572.0, 8546.0, 8601.0, 8541.0, 8583.0, 8539.0, 8569.0, 8494.0, 8558.0, 8568.0, 8536.0, 8593.0, 8531.0, 8576.0, 8543.0, 8566.0, 8503.0, 8571.0, 8512.0, 8541.0, 8526.0, 8580.0, 8547.0, 8568.0, 8530.0, 8562.0, 8517.0, 8608.0, 8580.0, 8613.0, 8584.0, 8621.0, 8584.0, 8624.0, 8551.0, 8606.0, 8517.0, 8572.0, 8564.0, 8554.0, 8609.0, 8564.0, 8580.0, 8540.0, 8562.0, 8527.0, 8547.0, 8514.0, 8566.0, 8505.0, 8554.0, 8524.0, 8539.0, 8570.0, 8565.0, 8574.0, 8542.0, 8552.0, 8533.0, 8557.0, 8536.0, 8572.0, 8523.0, 8576.0, 8521.0, 8583.0, 8545.0, 8600.0, 8536.0, 8565.0, 8536.0, 8564.0, 8606.0, 8552.0, 8610.0, 8564.0, 8591.0, 8523.0, 8596.0, 8538.0, 8579.0, 8521.0, 8590.0, 8524.0, 8596.0, 8542.0, 8584.0, 8567.0, 8582.0, 8631.0, 8588.0, 8614.0, 8574.0, 8611.0, 8583.0, 8620.0, 8567.0, 8610.0, 8560.0, 8610.0, 8559.0, 8599.0, 8571.0, 8611.0, 8572.0, 8611.0, 8575.0, 8598.0, 8557.0, 8612.0, 8560.0, 8615.0, 8554.0, 8607.0, 8541.0, 8606.0, 8538.0, 8592.0, 8580.0, 8580.0, 8581.0, 8559.0, 8548.0, 8580.0, 8591.0, 8564.0, 8604.0, 8569.0, 8604.0, 8584.0, 8548.0, 8579.0, 8559.0, 8645.0, 8584.0, 8602.0, 8574.0, 8616.0, 8591.0, 8570.0, 8611.0, 8553.0, 8614.0, 8570.0, 8588.0, 8649.0, 8581.0, 8621.0, 8578.0, 8606.0, 8558.0, 8587.0, 8513.0, 8586.0, 8542.0, 8555.0, 8623.0, 8569.0, 8597.0, 8555.0, 8565.0, 8525.0, 8559.0, 8519.0, 8563.0, 8509.0, 8552.0, 8604.0, 8537.0, 8581.0, 8515.0, 8560.0, 8517.0, 8562.0, 8511.0, 8567.0, 8578.0, 8558.0, 8584.0, 8558.0, 8580.0, 8530.0, 8589.0, 8526.0, 8585.0, 8527.0, 8572.0, 8595.0, 8561.0, 8584.0, 8559.0, 8583.0, 8566.0, 8584.0, 8545.0, 8587.0, 8533.0, 8584.0, 8512.0, 8590.0, 8616.0, 8563.0, 8613.0, 8556.0, 8579.0, 8540.0, 8578.0, 8540.0, 8586.0, 8522.0, 8584.0, 8544.0, 8586.0, 8534.0, 8572.0, 8527.0, 8556.0, 8603.0, 8563.0, 8607.0, 8602.0, 8580.0, 8583.0, 8560.0, 8617.0, 8579.0, 8637.0, 8591.0, 8634.0, 8576.0, 8615.0, 8560.0, 8614.0, 8577.0, 8620.0, 8592.0, 8652.0, 8584.0, 8642.0, 8563.0, 8604.0, 8542.0, 8615.0, 8516.0, 8585.0, 8524.0, 8589.0, 8544.0, 8573.0, 8535.0, 8568.0, 8571.0, 8543.0, 8587.0, 8563.0, 8606.0, 8560.0, 8572.0, 8554.0, 8587.0, 8534.0, 8591.0, 8536.0, 8563.0, 8582.0, 8566.0, 8593.0, 8564.0, 8604.0, 8570.0, 8594.0, 8568.0, 8590.0, 8539.0, 8596.0, 8549.0, 8589.0, 8563.0, 8592.0, 8553.0, 8594.0, 8554.0, 8579.0, 8643.0, 8593.0, 8614.0, 8570.0, 8535.0, 8579.0, 8537.0, 8597.0, 8573.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.0017643827671913837</td></tr>
<tr><td colspan=3>aqi</td><td>0.026437456586578294</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.021669881301825</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.209804252852405</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0541276426534005</td></tr>
<tr><td colspan=3>efc</td><td>0.5038</td></tr>
<tr><td colspan=3>fber</td><td>2509.0078</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09592626119820424</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.385252692626346</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.525624141295984</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.509870849250925</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.590294210969846</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4767073636671815</td></tr>
<tr><td colspan=3>gcor</td><td>0.00627939</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01375769916921854</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036811713129282</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>4.216947783249887</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.7198</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.4722</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.128</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299042.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>925.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.9147</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6414</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.6809</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3070.3353</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77502.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3961.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>756.9407</td></tr>
<tr><td colspan=3>tsnr</td><td>38.0983115840354</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>