<?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-0082_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-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082/ses-01/func/sub-0082_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>e6466f65e64ccc52d00d8afcb7b489b5</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>10:19:41.942500</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.996338, -0.00225292, 0.0854698, 0.00973839, 0.996138, -0.0872649]</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.0926362</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7746, -7275, 558, 56, -397, 43, 2]</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>233.207</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2420f467-46ee-4f6c-8d22-abea48aa6f7d||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.673102617263794, 0.026127390563488007, 0.22934645414352417, 103.07634735107422], [0.006044416222721338, 2.6725642681121826, -0.23699963092803955, -89.8384780883789], [0.22930936515331268, 0.23412521183490753, 2.6797821521759033, -107.9815902709961], [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': ['101941.942500', '101942.402500', '101942.862500', '101943.322500', '101943.782500', '101944.242500', '101944.702500', '101945.162500', '101945.622500', '101946.082500', '101946.542500', '101947.002500', '101947.462500', '101947.922500', '101948.382500', '101948.842500', '101949.302500', '101949.762500', '101950.222500', '101950.682500', '101951.142500', '101951.602500', '101952.062500', '101952.522500', '101952.982500', '101953.442500', '101953.902500', '101954.362500', '101954.822500', '101955.282500', '101955.742500', '101956.202500', '101956.662500', '101957.122500', '101957.582500', '101958.042500', '101958.502500', '101958.962500', '101959.422500', '101959.882500', '102000.342500', '102000.802500', '102001.262500', '102001.722500', '102002.182500', '102002.642500', '102003.102500', '102003.562500', '102004.022500', '102004.482500', '102004.942500', '102005.402500', '102005.862500', '102006.322500', '102006.782500', '102007.242500', '102007.702500', '102008.162500', '102008.622500', '102009.082500', '102009.542500', '102010.002500', '102010.462500', '102010.922500', '102011.382500', '102011.842500', '102012.302500', '102012.762500', '102013.222500', '102013.682500', '102014.142500', '102014.602500', '102015.062500', '102015.522500', '102015.982500', '102016.442500', '102016.902500', '102017.362500', '102017.822500', '102018.282500', '102018.742500', '102019.202500', '102019.662500', '102020.122500', '102020.582500', '102021.042500', '102021.502500', '102021.962500', '102022.422500', '102022.882500', '102023.342500', '102023.802500', '102024.262500', '102024.722500', '102025.182500', '102025.642500', '102026.102500', '102026.562500', '102027.022500', '102027.482500', '102027.942500', '102028.402500', '102028.862500', '102029.322500', '102029.782500', '102030.242500', '102030.702500', '102031.162500', '102031.622500', '102032.082500', '102032.542500', '102033.002500', '102033.462500', '102033.922500', '102034.382500', '102034.842500', '102035.302500', '102035.762500', '102036.222500', '102036.682500', '102037.142500', '102037.602500', '102038.062500', '102038.522500', '102038.982500', '102039.442500', '102039.902500', '102040.362500', '102040.822500', '102041.282500', '102041.742500', '102042.202500', '102042.662500', '102043.122500', '102043.582500', '102044.042500', '102044.502500', '102044.962500', '102045.422500', '102045.882500', '102046.342500', '102046.802500', '102047.262500', '102047.722500', '102048.182500', '102048.642500', '102049.102500', '102049.562500', '102050.022500', '102050.482500', '102050.942500', '102051.402500', '102051.862500', '102052.322500', '102052.782500', '102053.242500', '102053.702500', '102054.162500', '102054.622500', '102055.082500', '102055.542500', '102056.002500', '102056.462500', '102056.922500', '102057.382500', '102057.842500', '102058.302500', '102058.762500', '102059.222500', '102059.682500', '102100.142500', '102100.602500', '102101.062500', '102101.522500', '102101.982500', '102102.442500', '102102.902500', '102103.362500', '102103.822500', '102104.282500', '102104.742500', '102105.202500', '102105.662500', '102106.122500', '102106.582500', '102107.042500', '102107.502500', '102107.962500', '102108.422500', '102108.882500', '102109.342500', '102109.802500', '102110.262500', '102110.722500', '102111.182500', '102111.642500', '102112.102500', '102112.562500', '102113.022500', '102113.482500', '102113.942500', '102114.402500', '102114.862500', '102115.322500', '102115.782500', '102116.242500', '102116.702500', '102117.162500', '102117.622500', '102118.082500', '102118.542500', '102119.002500', '102119.462500', '102119.922500', '102120.382500', '102120.842500', '102121.302500', '102121.762500', '102122.222500', '102122.682500', '102123.142500', '102123.602500', '102124.062500', '102124.522500', '102124.982500', '102125.442500', '102125.902500', '102126.362500', '102126.822500', '102127.282500', '102127.742500', '102128.202500', '102128.662500', '102129.122500', '102129.582500', '102130.042500', '102130.502500', '102130.962500', '102131.422500', '102131.882500', '102132.342500', '102132.802500', '102133.262500', '102133.722500', '102134.182500', '102134.642500', '102135.102500', '102135.562500', '102136.022500', '102136.482500', '102136.942500', '102137.402500', '102137.862500', '102138.322500', '102138.782500', '102139.242500', '102139.702500', '102140.162500', '102140.622500', '102141.082500', '102141.542500', '102142.002500', '102142.462500', '102142.922500', '102143.382500', '102143.842500', '102144.302500', '102144.762500', '102145.222500', '102145.682500', '102146.142500', '102146.602500', '102147.062500', '102147.522500', '102147.982500', '102148.442500', '102148.902500', '102149.362500', '102149.822500', '102150.282500', '102150.742500', '102151.202500', '102151.662500', '102152.122500', '102152.582500', '102153.042500', '102153.502500', '102153.962500', '102154.422500', '102154.882500', '102155.342500', '102155.802500', '102156.262500', '102156.722500', '102157.182500', '102157.642500', '102158.102500', '102158.562500', '102159.022500', '102159.482500', '102159.942500', '102200.402500', '102200.862500', '102201.322500', '102201.782500', '102202.242500', '102202.702500', '102203.162500', '102203.622500', '102204.082500', '102204.542500', '102205.002500', '102205.462500', '102205.922500', '102206.382500', '102206.842500', '102207.302500', '102207.762500', '102208.222500', '102208.682500', '102209.142500', '102209.602500', '102210.062500', '102210.522500', '102210.982500', '102211.442500', '102211.902500', '102212.362500', '102212.822500', '102213.282500', '102213.742500', '102214.202500', '102214.662500', '102215.122500', '102215.582500', '102216.042500', '102216.502500', '102216.962500', '102217.422500', '102217.882500', '102218.342500', '102218.802500', '102219.262500', '102219.722500', '102220.182500', '102220.642500', '102221.102500', '102221.562500', '102222.022500', '102222.482500', '102222.942500', '102223.402500', '102223.862500', '102224.322500', '102224.782500', '102225.242500', '102225.702500', '102226.162500', '102226.622500', '102227.082500', '102227.542500', '102228.002500', '102228.462500', '102228.922500', '102229.382500', '102229.842500', '102230.302500', '102230.762500', '102231.222500', '102231.682500', '102232.142500', '102232.602500', '102233.062500', '102233.522500', '102233.982500', '102234.442500', '102234.902500', '102235.362500', '102235.822500', '102236.282500', '102236.742500', '102237.202500', '102237.662500', '102238.122500', '102238.582500', '102239.042500', '102239.502500', '102239.962500', '102240.422500', '102240.882500', '102241.342500', '102241.802500', '102242.262500', '102242.722500', '102243.182500', '102243.642500', '102244.102500', '102244.562500', '102245.022500', '102245.482500', '102245.942500', '102246.402500', '102246.862500', '102247.322500', '102247.782500', '102248.242500', '102248.702500', '102249.162500', '102249.622500', '102250.082500', '102250.542500', '102251.002500', '102251.462500', '102251.922500', '102252.382500', '102252.842500', '102253.302500', '102253.762500', '102254.222500', '102254.682500', '102255.142500', '102255.602500', '102256.062500', '102256.522500', '102256.982500', '102257.442500', '102257.902500', '102258.362500', '102258.822500', '102259.282500', '102259.742500', '102300.202500', '102300.662500', '102301.122500', '102301.582500', '102302.042500', '102302.502500', '102302.962500', '102303.422500', '102303.882500', '102304.342500', '102304.802500', '102305.262500', '102305.722500', '102306.182500', '102306.642500', '102307.102500', '102307.562500', '102308.022500', '102308.482500', '102308.942500', '102309.402500', '102309.862500', '102310.322500', '102310.782500', '102311.242500', '102311.702500', '102312.162500', '102312.622500', '102313.082500', '102313.542500', '102314.002500', '102314.462500', '102314.922500', '102315.382500', '102315.842500', '102316.302500', '102316.762500', '102317.222500', '102317.682500', '102318.142500', '102318.602500', '102319.062500', '102319.522500', '102319.982500', '102320.442500', '102320.902500', '102321.362500', '102321.822500', '102322.282500', '102322.742500', '102323.202500', '102323.662500', '102324.122500', '102324.582500', '102325.042500', '102325.502500', '102325.962500', '102326.422500', '102326.882500', '102327.342500', '102327.802500', '102328.262500', '102328.722500', '102329.182500', '102329.642500', '102330.102500', '102330.562500', '102331.022500', '102331.482500', '102331.942500', '102332.402500', '102332.862500', '102333.322500', '102333.782500', '102334.242500', '102334.702500', '102335.162500', '102335.622500', '102336.082500', '102336.542500', '102337.002500', '102337.462500', '102337.922500', '102338.382500', '102338.842500', '102339.302500', '102339.762500', '102340.222500', '102340.682500', '102341.142500', '102341.602500', '102342.062500', '102342.522500', '102342.982500', '102343.442500', '102343.902500', '102344.362500', '102344.822500', '102345.282500', '102345.742500', '102346.202500', '102346.662500', '102347.122500', '102347.582500', '102348.042500', '102348.502500', '102348.962500', '102349.422500', '102349.882500', '102350.342500', '102350.802500', '102351.262500', '102351.722500', '102352.182500', '102352.642500', '102353.102500', '102353.562500', '102354.022500', '102354.482500', '102354.942500', '102355.402500', '102355.862500', '102356.322500', '102356.782500', '102357.242500', '102357.702500', '102358.162500', '102358.622500', '102359.082500', '102359.542500', '102400.002500', '102400.462500', '102400.922500', '102401.382500', '102401.842500', '102402.302500', '102402.762500', '102403.222500', '102403.682500', '102404.142500', '102404.602500', '102405.062500', '102405.522500', '102405.982500', '102406.442500', '102406.902500', '102407.362500', '102407.822500', '102408.282500', '102408.742500', '102409.202500', '102409.662500', '102410.122500', '102410.582500', '102411.042500', '102411.502500', '102411.962500', '102412.422500', '102412.882500', '102413.342500', '102413.802500', '102414.262500', '102414.722500', '102415.182500', '102415.642500', '102416.102500', '102416.562500', '102417.022500', '102417.482500', '102417.942500', '102418.402500', '102418.862500', '102419.322500', '102419.782500', '102420.242500', '102420.702500', '102421.162500', '102421.622500', '102422.082500', '102422.542500', '102423.002500', '102423.462500', '102423.922500', '102424.382500', '102424.842500', '102425.302500', '102425.762500', '102426.222500', '102426.682500', '102427.142500', '102427.602500', '102428.062500', '102428.522500', '102428.982500', '102429.442500', '102429.902500', '102430.362500', '102430.822500', '102431.282500', '102431.742500', '102432.202500', '102432.662500', '102433.122500', '102433.582500', '102434.042500', '102434.502500', '102434.962500', '102435.422500', '102435.882500', '102436.342500', '102436.802500', '102437.262500', '102437.722500', '102438.182500', '102438.642500', '102439.102500', '102439.562500', '102440.022500', '102440.482500', '102440.942500', '102441.402500', '102441.862500', '102442.322500', '102442.782500', '102443.242500', '102443.702500', '102444.162500', '102444.622500', '102445.082500', '102445.542500', '102446.002500', '102446.462500', '102446.922500', '102447.382500', '102447.842500', '102448.302500', '102448.762500', '102449.222500', '102449.682500', '102450.142500', '102450.602500', '102451.062500', '102451.522500', '102451.982500', '102452.442500', '102452.902500', '102453.362500', '102453.822500', '102454.282500', '102454.742500', '102455.202500', '102455.662500', '102456.122500', '102456.582500', '102457.042500', '102457.502500', '102457.962500', '102458.422500', '102458.882500', '102459.342500', '102459.802500', '102500.262500', '102500.722500', '102501.182500', '102501.642500', '102502.102500', '102502.562500', '102503.022500', '102503.482500', '102503.942500', '102504.402500', '102504.862500', '102505.322500', '102505.782500', '102506.242500', '102506.702500', '102507.162500', '102507.622500', '102508.082500', '102508.542500', '102509.002500', '102509.462500', '102509.922500', '102510.382500', '102510.842500', '102511.302500', '102511.762500', '102512.222500', '102512.682500', '102513.142500', '102513.602500', '102514.062500', '102514.522500', '102514.982500', '102515.442500', '102515.902500', '102516.362500', '102516.822500', '102517.282500', '102517.742500', '102518.202500', '102518.662500', '102519.122500', '102519.582500', '102520.042500', '102520.502500', '102520.962500', '102521.422500', '102521.882500', '102522.342500', '102522.802500', '102523.262500', '102523.722500', '102524.182500', '102524.642500', '102525.102500', '102525.562500', '102526.022500', '102526.482500', '102526.942500', '102527.402500', '102527.862500', '102528.322500', '102528.782500', '102529.242500', '102529.702500', '102530.162500', '102530.622500', '102531.082500', '102531.542500', '102532.002500', '102532.462500', '102532.922500', '102533.382500', '102533.842500', '102534.302500', '102534.762500', '102535.222500', '102535.682500', '102536.142500', '102536.602500', '102537.062500', '102537.522500', '102537.982500', '102538.442500', '102538.902500', '102539.362500', '102539.822500', '102540.282500', '102540.742500', '102541.202500', '102541.662500', '102542.122500', '102542.582500', '102543.042500', '102543.502500', '102543.962500', '102544.422500', '102544.882500', '102545.342500', '102545.802500', '102546.262500', '102546.722500', '102547.182500', '102547.642500', '102548.102500', '102548.562500', '102549.022500', '102549.482500', '102549.942500', '102550.402500', '102550.862500', '102551.322500', '102551.782500', '102552.242500', '102552.702500', '102553.162500', '102553.622500', '102554.082500', '102554.542500', '102555.002500', '102555.462500', '102555.922500', '102556.382500', '102556.842500', '102557.302500', '102557.762500', '102558.222500', '102558.682500', '102559.142500', '102559.602500', '102600.062500', '102600.522500', '102600.982500', '102601.442500', '102601.902500', '102602.362500', '102602.822500', '102603.282500', '102603.742500', '102604.202500', '102604.662500', '102605.122500', '102605.582500', '102606.042500', '102606.502500', '102606.962500', '102607.422500', '102607.882500', '102608.342500', '102608.802500', '102609.262500', '102609.722500', '102610.182500', '102610.642500', '102611.102500', '102611.562500', '102612.022500', '102612.482500', '102612.942500', '102613.402500', '102613.862500', '102614.322500', '102614.782500', '102615.242500', '102615.702500', '102616.162500', '102616.622500', '102617.082500', '102617.542500', '102618.002500', '102618.462500', '102618.922500', '102619.382500', '102619.842500', '102620.302500', '102620.762500', '102621.222500', '102621.682500', '102622.142500', '102622.602500', '102623.062500', '102623.522500', '102623.982500', '102624.442500', '102624.902500', '102625.362500', '102625.822500', '102626.282500', '102626.742500', '102627.202500', '102627.662500', '102628.122500', '102628.582500', '102629.042500', '102629.502500', '102629.962500', '102630.422500', '102630.882500', '102631.342500', '102631.802500', '102632.262500', '102632.722500', '102633.182500', '102633.642500', '102634.102500', '102634.562500', '102635.022500', '102635.482500', '102635.942500', '102636.402500', '102636.862500', '102637.322500', '102637.782500', '102638.242500', '102638.702500', '102639.162500', '102639.622500', '102640.082500', '102640.542500', '102641.002500', '102641.462500', '102641.922500', '102642.382500', '102642.842500', '102643.302500', '102643.762500', '102644.222500', '102644.682500', '102645.142500', '102645.602500', '102646.062500', '102646.522500', '102646.982500', '102647.442500', '102647.902500', '102648.362500', '102648.822500', '102649.282500', '102649.742500', '102650.202500', '102650.662500', '102651.122500', '102651.582500', '102652.042500', '102652.502500', '102652.962500', '102653.422500', '102653.882500', '102654.342500', '102654.802500', '102655.262500', '102655.722500', '102656.182500', '102656.642500', '102657.102500', '102657.562500', '102658.022500', '102658.482500', '102658.942500', '102659.402500', '102659.862500', '102700.322500', '102700.782500', '102701.242500', '102701.702500', '102702.162500', '102702.622500', '102703.082500', '102703.542500', '102704.002500', '102704.462500', '102704.922500', '102705.382500', '102705.842500', '102706.302500', '102706.762500', '102707.222500', '102707.682500', '102708.142500', '102708.602500', '102709.062500', '102709.522500', '102709.982500', '102710.442500', '102710.902500', '102711.362500', '102711.822500', '102712.282500', '102712.742500', '102713.202500', '102713.662500', '102714.122500', '102714.582500', '102715.042500', '102715.502500', '102715.962500', '102716.422500', '102716.882500', '102717.342500', '102717.802500', '102718.262500', '102718.722500', '102719.182500', '102719.642500', '102720.102500', '102720.562500', '102721.022500', '102721.482500', '102721.942500', '102722.402500', '102722.862500', '102723.322500', '102723.782500', '102724.242500', '102724.702500', '102725.162500', '102725.622500', '102726.082500', '102726.542500', '102727.002500', '102727.462500', '102727.922500', '102728.382500', '102728.842500', '102729.302500', '102729.762500', '102730.222500', '102730.682500', '102731.142500', '102731.602500', '102732.062500', '102732.522500', '102732.982500', '102733.442500', '102733.902500', '102734.362500', '102734.822500', '102735.282500', '102735.742500', '102736.202500', '102736.662500', '102737.122500', '102737.582500', '102738.042500', '102738.502500', '102738.962500', '102739.422500', '102739.882500', '102740.342500', '102740.802500', '102741.262500', '102741.722500', '102742.182500', '102742.642500', '102743.102500', '102743.562500', '102744.022500', '102744.482500', '102744.942500', '102745.402500', '102745.862500', '102746.322500', '102746.782500', '102747.242500', '102747.702500', '102748.162500', '102748.622500', '102749.082500', '102749.542500', '102750.002500', '102750.462500', '102750.922500', '102751.382500', '102751.842500', '102752.302500', '102752.762500', '102753.222500', '102753.682500', '102754.142500', '102754.602500', '102755.062500', '102755.522500', '102755.982500', '102756.442500', '102756.902500', '102757.362500', '102757.822500', '102758.282500', '102758.742500', '102759.202500', '102759.662500', '102800.122500', '102800.582500', '102801.042500', '102801.502500', '102801.962500', '102802.422500', '102802.882500', '102803.342500', '102803.802500', '102804.262500', '102804.722500', '102805.182500', '102805.642500', '102806.102500', '102806.562500', '102807.022500', '102807.482500', '102807.942500', '102808.402500', '102808.862500', '102809.322500', '102809.782500', '102810.242500', '102810.702500', '102811.162500', '102811.622500', '102812.082500', '102812.542500', '102813.002500', '102813.462500', '102813.922500', '102814.382500', '102814.842500', '102815.302500', '102815.762500', '102816.222500', '102816.682500', '102817.142500', '102817.602500', '102818.062500', '102818.522500', '102818.982500', '102819.442500', '102819.902500', '102820.362500', '102820.822500', '102821.282500', '102821.742500', '102822.202500', '102822.662500', '102823.122500', '102823.582500', '102824.042500', '102824.502500', '102824.962500', '102825.422500', '102825.882500', '102826.342500', '102826.802500', '102827.262500', '102827.722500', '102828.182500', '102828.642500', '102829.102500', '102829.562500', '102830.022500', '102830.482500', '102830.942500', '102831.402500', '102831.862500', '102832.322500', '102832.782500', '102833.242500', '102833.702500', '102834.162500', '102834.622500', '102835.082500', '102835.542500', '102836.002500', '102836.462500', '102836.922500', '102837.382500', '102837.842500', '102838.302500', '102838.762500', '102839.222500', '102839.682500', '102840.142500', '102840.602500', '102841.062500', '102841.522500', '102841.982500', '102842.442500', '102842.902500', '102843.362500', '102843.822500', '102844.282500', '102844.742500', '102845.202500', '102845.662500', '102846.122500', '102846.582500', '102847.042500', '102847.502500', '102847.962500', '102848.422500', '102848.882500', '102849.342500', '102849.802500', '102850.262500', '102850.722500', '102851.182500', '102851.642500', '102852.102500', '102852.562500', '102853.022500', '102853.482500', '102853.942500', '102854.402500', '102854.862500', '102855.322500', '102855.782500', '102856.242500', '102856.702500', '102857.162500', '102857.622500'], 'ContentTime': ['101956.913000', '101956.916000', '101956.919000', '101956.922000', '101956.924000', '101956.927000', '101956.929000', '101956.934000', '101956.937000', '101956.940000', '101956.942000', '101956.945000', '101956.947000', '101956.950000', '101956.953000', '101956.955000', '101956.958000', '101956.960000', '101956.963000', '101956.965000', '101956.968000', '101956.970000', '101956.980000', '101956.982000', '101956.985000', '101956.987000', '101956.990000', '101956.993000', '101956.995000', '102016.879000', '102016.882000', '102016.884000', '102016.887000', '102016.889000', '102016.892000', '102016.894000', '102016.897000', '102016.899000', '102016.902000', '102016.905000', '102016.907000', '102016.910000', '102016.912000', '102016.919000', '102016.922000', '102016.925000', '102016.927000', '102016.930000', '102016.932000', '102016.935000', '102016.937000', '102016.940000', '102016.943000', '102016.945000', '102016.948000', '102016.950000', '102016.953000', '102016.955000', '102016.958000', '102016.960000', '102016.963000', '102016.966000', '102016.968000', '102016.971000', '102016.973000', '102016.976000', '102016.978000', '102016.981000', '102016.983000', '102016.986000', '102016.989000', '102016.991000', '102016.994000', '102036.878000', '102036.881000', '102036.884000', '102036.886000', '102036.889000', '102036.892000', '102036.894000', '102036.897000', '102036.899000', '102036.902000', '102036.904000', '102036.907000', '102036.909000', '102036.912000', '102036.914000', '102036.917000', '102036.920000', '102036.922000', '102036.925000', '102036.927000', '102036.930000', '102036.932000', '102036.935000', '102036.937000', '102036.940000', '102036.943000', '102036.945000', '102036.948000', '102036.957000', '102036.960000', '102036.962000', '102036.965000', '102036.967000', '102036.970000', '102036.973000', '102036.975000', '102036.978000', '102036.980000', '102036.983000', '102036.985000', '102036.988000', '102036.991000', '102036.993000', '102056.879000', '102056.882000', '102056.884000', '102056.887000', '102056.889000', '102056.892000', '102056.894000', '102056.897000', '102056.899000', '102056.902000', '102056.905000', '102056.907000', '102056.910000', '102056.912000', '102056.915000', '102056.918000', '102056.921000', '102056.923000', '102056.926000', '102056.928000', '102056.931000', '102056.933000', '102056.936000', '102056.939000', '102056.941000', '102056.944000', '102056.946000', '102056.949000', '102056.952000', '102056.954000', '102056.957000', '102056.959000', '102056.962000', '102056.964000', '102056.967000', '102056.969000', '102056.972000', '102056.975000', '102056.977000', '102056.980000', '102056.983000', '102056.985000', '102056.988000', '102056.990000', '102116.879000', '102116.882000', '102116.884000', '102116.887000', '102116.889000', '102116.892000', '102116.894000', '102116.897000', '102116.899000', '102116.902000', '102116.905000', '102116.907000', '102116.910000', '102116.912000', '102116.915000', '102116.917000', '102116.920000', '102116.923000', '102116.925000', '102116.928000', '102116.930000', '102116.933000', '102116.936000', '102116.973000', '102116.976000', '102116.978000', '102116.981000', '102116.983000', '102116.986000', '102116.989000', '102116.991000', '102116.994000', '102116.996000', '102117.000000', '102117.003000', '102117.005000', '102117.008000', '102117.011000', '102117.013000', '102117.016000', '102117.018000', '102117.021000', '102117.024000', '102136.878000', '102136.881000', '102136.884000', '102136.887000', '102136.889000', '102136.892000', '102136.894000', '102136.897000', '102136.900000', '102136.902000', '102136.905000', '102136.908000', '102136.910000', '102136.913000', '102136.915000', '102136.918000', '102136.921000', '102136.923000', '102136.926000', '102136.928000', '102136.931000', '102136.933000', '102136.936000', '102136.939000', '102136.941000', '102136.944000', '102136.946000', '102136.949000', '102136.952000', '102136.954000', '102136.957000', '102136.959000', '102136.962000', '102136.964000', '102136.967000', '102136.969000', '102136.972000', '102136.978000', '102136.981000', '102136.984000', '102136.986000', '102136.989000', '102136.991000', '102136.994000', '102156.878000', '102156.881000', '102156.883000', '102156.886000', '102156.888000', '102156.891000', '102156.893000', '102156.896000', '102156.899000', '102156.901000', '102156.904000', '102156.906000', '102156.909000', '102156.912000', '102156.914000', '102156.917000', '102156.919000', '102156.922000', '102156.925000', '102156.927000', '102156.930000', '102156.932000', '102156.935000', '102156.937000', '102156.941000', '102156.943000', '102156.946000', '102156.948000', '102156.951000', '102156.954000', '102156.956000', '102156.959000', '102156.962000', '102156.964000', '102156.967000', '102156.969000', '102156.972000', '102156.975000', '102156.977000', '102156.980000', '102156.982000', '102156.985000', '102156.987000', '102216.877000', '102216.880000', '102216.883000', '102216.885000', '102216.888000', '102216.891000', '102216.893000', '102216.896000', '102216.899000', '102216.902000', '102216.904000', '102216.907000', '102216.909000', '102216.912000', '102216.915000', '102216.917000', '102216.920000', '102216.922000', '102216.925000', '102216.928000', '102216.930000', '102216.933000', '102216.936000', '102216.938000', '102216.941000', '102216.943000', '102216.946000', '102216.949000', '102216.951000', '102216.954000', '102216.956000', '102216.959000', '102216.962000', '102216.964000', '102216.967000', '102216.969000', '102216.972000', '102216.975000', '102216.977000', '102216.980000', '102216.982000', '102216.985000', '102216.987000', '102216.990000', '102236.878000', '102236.881000', '102236.884000', '102236.887000', '102236.889000', '102236.892000', '102236.895000', '102236.897000', '102236.900000', '102236.902000', '102236.905000', '102236.907000', '102236.910000', '102236.913000', '102236.915000', '102236.918000', '102236.920000', '102236.923000', '102236.926000', '102236.928000', '102236.931000', '102236.934000', '102236.937000', '102236.939000', '102236.942000', '102236.944000', '102236.947000', '102236.950000', '102236.952000', '102236.955000', '102236.958000', '102236.960000', '102236.963000', '102236.965000', '102236.968000', '102236.971000', '102236.973000', '102236.976000', '102236.978000', '102236.981000', '102236.983000', '102236.986000', '102236.989000', '102256.878000', '102256.881000', '102256.884000', '102256.887000', '102256.889000', '102256.900000', '102256.903000', '102256.906000', '102256.908000', '102256.911000', '102256.913000', '102256.916000', '102256.919000', '102256.921000', '102256.924000', '102256.926000', '102256.929000', '102256.932000', '102256.934000', '102256.937000', '102256.940000', '102256.942000', '102256.945000', '102256.947000', '102256.950000', '102256.953000', '102256.955000', '102256.958000', '102256.960000', '102256.963000', '102256.966000', '102256.968000', '102256.971000', '102256.974000', '102256.976000', '102256.979000', '102256.981000', '102256.984000', '102256.987000', '102256.989000', '102256.992000', '102256.994000', '102256.997000', '102316.878000', '102316.881000', '102316.884000', '102316.887000', '102316.889000', '102316.892000', '102316.895000', '102316.897000', '102316.900000', '102316.902000', '102316.905000', '102316.907000', '102316.910000', '102316.913000', '102316.915000', '102316.918000', '102316.921000', '102316.923000', '102316.926000', '102316.929000', '102316.931000', '102316.934000', '102316.937000', '102316.939000', '102316.942000', '102316.944000', '102316.947000', '102316.950000', '102316.952000', '102316.955000', '102316.957000', '102316.960000', '102316.962000', '102316.965000', '102316.968000', '102316.970000', '102316.973000', '102316.975000', '102316.978000', '102316.981000', '102316.983000', '102316.986000', '102316.988000', '102316.991000', '102336.879000', '102336.882000', '102336.885000', '102336.888000', '102336.891000', '102336.893000', '102336.896000', '102336.899000', '102336.901000', '102336.904000', '102336.907000', '102336.909000', '102336.912000', '102336.914000', '102336.917000', '102336.920000', '102336.923000', '102336.925000', '102336.928000', '102336.931000', '102336.933000', '102336.936000', '102336.939000', '102336.942000', '102336.945000', '102336.947000', '102336.950000', '102336.953000', '102336.955000', '102336.958000', '102336.961000', '102336.963000', '102336.966000', '102336.969000', '102336.971000', '102336.974000', '102336.976000', '102336.979000', '102336.982000', '102336.984000', '102336.987000', '102336.990000', '102336.992000', '102356.879000', '102356.882000', '102356.884000', '102356.887000', '102356.889000', '102356.893000', '102356.895000', '102356.898000', '102356.900000', '102356.903000', '102356.906000', '102356.908000', '102356.911000', '102356.914000', '102356.916000', '102356.919000', '102356.921000', '102356.924000', '102356.927000', '102356.929000', '102356.932000', '102356.935000', '102356.937000', '102356.940000', '102356.942000', '102356.945000', '102356.948000', '102356.950000', '102356.953000', '102356.956000', '102356.958000', '102356.961000', '102356.964000', '102356.966000', '102356.969000', '102356.972000', '102356.974000', '102356.977000', '102356.980000', '102356.982000', '102356.985000', '102356.987000', '102356.990000', '102356.993000', '102416.877000', '102416.880000', '102416.883000', '102416.886000', '102416.888000', '102416.891000', '102416.893000', '102416.896000', '102416.899000', '102416.901000', '102416.904000', '102416.907000', '102416.909000', '102416.912000', '102416.915000', '102416.918000', '102416.921000', '102416.924000', '102416.927000', '102416.929000', '102416.932000', '102416.935000', '102416.937000', '102416.940000', '102416.942000', '102416.945000', '102416.948000', '102416.950000', '102416.953000', '102416.956000', '102416.972000', '102416.975000', '102416.977000', '102416.980000', '102416.982000', '102416.985000', '102416.988000', '102416.990000', '102416.993000', '102416.995000', '102416.998000', '102417.002000', '102417.004000', '102436.877000', '102436.880000', '102436.883000', '102436.886000', '102436.888000', '102436.891000', '102436.893000', '102436.896000', '102436.898000', '102436.901000', '102436.904000', '102436.906000', '102436.909000', '102436.911000', '102436.914000', '102436.917000', '102436.919000', '102436.922000', '102436.924000', '102436.927000', '102436.930000', '102436.932000', '102436.935000', '102436.938000', '102436.941000', '102436.943000', '102436.946000', '102436.948000', '102436.951000', '102436.954000', '102436.956000', '102436.959000', '102436.962000', '102436.964000', '102436.967000', '102436.970000', '102436.972000', '102436.975000', '102436.977000', '102436.980000', '102436.982000', '102436.985000', '102436.987000', '102436.990000', '102456.879000', '102456.882000', '102456.884000', '102456.887000', '102456.889000', '102456.892000', '102456.895000', '102456.897000', '102456.900000', '102456.902000', '102456.905000', '102456.908000', '102456.911000', '102456.913000', '102456.916000', '102456.919000', '102456.922000', '102456.924000', '102456.927000', '102456.929000', '102456.932000', '102456.935000', '102456.937000', '102456.940000', '102456.943000', '102456.945000', '102456.948000', '102456.951000', '102456.953000', '102456.956000', '102456.959000', '102456.961000', '102456.964000', '102456.967000', '102456.969000', '102456.972000', '102456.974000', '102456.977000', '102456.980000', '102456.983000', '102456.986000', '102456.989000', '102456.991000', '102516.878000', '102516.883000', '102516.886000', '102516.889000', '102516.891000', '102516.894000', '102516.896000', '102516.899000', '102516.901000', '102516.904000', '102516.907000', '102516.909000', '102516.912000', '102516.914000', '102516.917000', '102516.920000', '102516.922000', '102516.925000', '102516.927000', '102516.930000', '102516.933000', '102516.935000', '102516.938000', '102516.940000', '102516.943000', '102516.945000', '102516.948000', '102516.951000', '102516.953000', '102516.956000', '102516.959000', '102516.961000', '102516.964000', '102516.967000', '102516.969000', '102516.972000', '102516.975000', '102516.977000', '102516.980000', '102516.984000', '102516.987000', '102516.989000', '102516.992000', '102516.995000', '102536.878000', '102536.881000', '102536.884000', '102536.887000', '102536.889000', '102536.892000', '102536.895000', '102536.897000', '102536.900000', '102536.903000', '102536.905000', '102536.908000', '102536.911000', '102536.913000', '102536.916000', '102536.918000', '102536.921000', '102536.924000', '102536.926000', '102536.929000', '102536.931000', '102536.934000', '102536.937000', '102536.939000', '102536.942000', '102536.945000', '102536.948000', '102536.950000', '102536.953000', '102536.956000', '102536.958000', '102536.961000', '102536.964000', '102536.967000', '102536.969000', '102536.972000', '102536.975000', '102536.977000', '102536.980000', '102536.982000', '102536.985000', '102536.988000', '102536.990000', '102556.879000', '102556.881000', '102556.884000', '102556.887000', '102556.890000', '102556.892000', '102556.895000', '102556.898000', '102556.900000', '102556.903000', '102556.906000', '102556.908000', '102556.911000', '102556.914000', '102556.916000', '102556.919000', '102556.922000', '102556.924000', '102556.927000', '102556.930000', '102556.932000', '102556.935000', '102556.937000', '102556.940000', '102556.943000', '102556.945000', '102556.948000', '102556.951000', '102556.953000', '102556.956000', '102556.958000', '102556.961000', '102556.964000', '102556.966000', '102556.969000', '102556.971000', '102556.974000', '102556.976000', '102556.979000', '102556.982000', '102556.984000', '102556.987000', '102556.990000', '102556.992000', '102616.879000', '102616.881000', '102616.884000', '102616.887000', '102616.889000', '102616.892000', '102616.894000', '102616.897000', '102616.906000', '102616.908000', '102616.911000', '102616.914000', '102616.916000', '102616.919000', '102616.921000', '102616.924000', '102616.927000', '102616.930000', '102616.932000', '102616.935000', '102616.937000', '102616.940000', '102616.943000', '102616.945000', '102616.948000', '102616.951000', '102616.953000', '102616.956000', '102616.958000', '102616.961000', '102616.963000', '102616.966000', '102616.969000', '102616.971000', '102616.974000', '102616.976000', '102616.979000', '102616.981000', '102616.984000', '102616.987000', '102616.989000', '102616.992000', '102616.994000', '102636.878000', '102636.880000', '102636.883000', '102636.886000', '102636.888000', '102636.891000', '102636.894000', '102636.896000', '102636.899000', '102636.901000', '102636.904000', '102636.907000', '102636.909000', '102636.912000', '102636.915000', '102636.917000', '102636.920000', '102636.922000', '102636.925000', '102636.928000', '102636.930000', '102636.933000', '102636.936000', '102636.938000', '102636.941000', '102636.943000', '102636.946000', '102636.949000', '102636.951000', '102636.954000', '102636.957000', '102636.959000', '102636.962000', '102636.964000', '102636.967000', '102636.970000', '102636.972000', '102636.975000', '102636.977000', '102636.980000', '102636.983000', '102636.985000', '102636.988000', '102636.990000', '102656.878000', '102656.881000', '102656.883000', '102656.886000', '102656.889000', '102656.891000', '102656.894000', '102656.897000', '102656.899000', '102656.902000', '102656.905000', '102656.907000', '102656.910000', '102656.912000', '102656.915000', '102656.918000', '102656.920000', '102656.923000', '102656.926000', '102656.928000', '102656.931000', '102656.934000', '102656.936000', '102656.939000', '102656.942000', '102656.944000', '102656.947000', '102656.950000', '102656.953000', '102656.955000', '102656.958000', '102656.961000', '102656.963000', '102656.966000', '102656.969000', '102656.971000', '102656.974000', '102656.977000', '102656.979000', '102656.982000', '102656.985000', '102656.987000', '102656.990000', '102716.879000', '102716.882000', '102716.884000', '102716.887000', '102716.889000', '102716.892000', '102716.894000', '102716.897000', '102716.907000', '102716.909000', '102716.912000', '102716.915000', '102716.917000', '102716.920000', '102716.922000', '102716.925000', '102716.928000', '102716.931000', '102716.933000', '102716.936000', '102716.939000', '102716.941000', '102716.944000', '102716.947000', '102716.949000', '102716.952000', '102716.955000', '102716.957000', '102716.960000', '102716.963000', '102716.965000', '102716.968000', '102716.970000', '102716.973000', '102716.976000', '102716.978000', '102716.981000', '102716.983000', '102716.986000', '102716.989000', '102716.991000', '102716.994000', '102716.997000', '102717.000000', '102736.878000', '102736.881000', '102736.884000', '102736.887000', '102736.889000', '102736.892000', '102736.894000', '102736.897000', '102736.900000', '102736.902000', '102736.905000', '102736.907000', '102736.910000', '102736.913000', '102736.915000', '102736.918000', '102736.921000', '102736.923000', '102736.926000', '102736.928000', '102736.931000', '102736.934000', '102736.936000', '102736.939000', '102736.942000', '102736.944000', '102736.947000', '102736.949000', '102736.952000', '102736.955000', '102736.957000', '102736.960000', '102736.962000', '102736.965000', '102736.968000', '102736.970000', '102736.973000', '102736.975000', '102736.978000', '102736.981000', '102736.983000', '102736.986000', '102736.988000', '102756.879000', '102756.882000', '102756.884000', '102756.887000', '102756.889000', '102756.892000', '102756.895000', '102756.897000', '102756.900000', '102756.903000', '102756.905000', '102756.912000', '102756.914000', '102756.917000', '102756.920000', '102756.922000', '102756.925000', '102756.928000', '102756.930000', '102756.933000', '102756.936000', '102756.939000', '102756.941000', '102756.944000', '102756.947000', '102756.949000', '102756.952000', '102756.955000', '102756.957000', '102756.960000', '102756.962000', '102756.965000', '102756.968000', '102756.970000', '102756.973000', '102756.976000', '102756.978000', '102756.981000', '102756.983000', '102756.986000', '102756.989000', '102756.991000', '102756.994000', '102756.997000', '102816.879000', '102816.881000', '102816.884000', '102816.887000', '102816.889000', '102816.892000', '102816.894000', '102816.897000', '102816.900000', '102816.902000', '102816.905000', '102816.907000', '102816.910000', '102816.913000', '102816.915000', '102816.918000', '102816.920000', '102816.923000', '102816.926000', '102816.928000', '102816.931000', '102816.933000', '102816.936000', '102816.939000', '102816.941000', '102816.944000', '102816.947000', '102816.949000', '102816.952000', '102816.954000', '102816.957000', '102816.960000', '102816.962000', '102816.965000', '102816.968000', '102816.970000', '102816.973000', '102816.975000', '102816.978000', '102816.980000', '102816.983000', '102816.986000', '102816.988000', '102836.878000', '102836.881000', '102836.884000', '102836.887000', '102836.889000', '102836.892000', '102836.894000', '102836.897000', '102836.900000', '102836.902000', '102836.905000', '102836.907000', '102836.910000', '102836.913000', '102836.915000', '102836.918000', '102836.921000', '102836.923000', '102836.926000', '102836.929000', '102836.931000', '102836.934000', '102836.936000', '102836.939000', '102836.942000', '102836.944000', '102836.947000', '102836.949000', '102836.952000', '102836.955000', '102836.957000', '102836.960000', '102836.962000', '102836.965000', '102836.968000', '102836.970000', '102836.973000', '102836.976000', '102836.978000', '102836.981000', '102836.984000', '102836.986000', '102836.989000', '102836.991000', '102856.878000', '102856.881000', '102856.883000', '102856.886000', '102856.889000', '102856.891000', '102856.894000', '102856.896000', '102856.899000', '102856.902000', '102856.904000', '102856.907000', '102856.909000', '102856.912000', '102856.915000', '102856.917000', '102856.920000', '102856.922000', '102856.925000', '102856.928000', '102856.930000', '102856.933000', '102856.935000', '102856.938000', '102856.941000', '102856.943000', '102856.946000', '102856.948000', '102856.951000', '102856.954000', '102856.956000', '102856.959000', '102856.961000', '102856.964000', '102856.967000', '102856.969000', '102856.972000', '102856.974000', '102856.977000', '102856.980000', '102856.982000', '102856.985000', '102856.988000', '102859.344000', '102859.347000', '102859.350000', '102859.353000', '102859.355000', '102859.358000'], 'InstanceCreationTime': ['101956.913000', '101956.916000', '101956.919000', '101956.922000', '101956.924000', '101956.927000', '101956.929000', '101956.934000', '101956.937000', '101956.940000', '101956.942000', '101956.945000', '101956.947000', '101956.950000', '101956.953000', '101956.955000', '101956.958000', '101956.960000', '101956.963000', '101956.965000', '101956.968000', '101956.970000', '101956.980000', '101956.982000', '101956.985000', '101956.987000', '101956.990000', '101956.993000', '101956.995000', '102016.879000', '102016.882000', '102016.884000', '102016.887000', '102016.889000', '102016.892000', '102016.894000', '102016.897000', '102016.899000', '102016.902000', '102016.905000', '102016.907000', '102016.910000', '102016.912000', '102016.919000', '102016.922000', '102016.925000', '102016.927000', '102016.930000', '102016.932000', '102016.935000', '102016.937000', '102016.940000', '102016.943000', '102016.945000', '102016.948000', '102016.950000', '102016.953000', '102016.955000', '102016.958000', '102016.960000', '102016.963000', '102016.966000', '102016.968000', '102016.971000', '102016.973000', '102016.976000', '102016.978000', '102016.981000', '102016.983000', '102016.986000', '102016.989000', '102016.991000', '102016.994000', '102036.878000', '102036.881000', '102036.884000', '102036.886000', '102036.889000', '102036.892000', '102036.894000', '102036.897000', '102036.899000', '102036.902000', '102036.904000', '102036.907000', '102036.909000', '102036.912000', '102036.914000', '102036.917000', '102036.920000', '102036.922000', '102036.925000', '102036.927000', '102036.930000', '102036.932000', '102036.935000', '102036.937000', '102036.940000', '102036.943000', '102036.945000', '102036.948000', '102036.957000', '102036.960000', '102036.962000', '102036.965000', '102036.967000', '102036.970000', '102036.973000', '102036.975000', '102036.978000', '102036.980000', '102036.983000', '102036.985000', '102036.988000', '102036.991000', '102036.993000', '102056.879000', '102056.882000', '102056.884000', '102056.887000', '102056.889000', '102056.892000', '102056.894000', '102056.897000', '102056.899000', '102056.902000', '102056.905000', '102056.907000', '102056.910000', '102056.912000', '102056.915000', '102056.918000', '102056.921000', '102056.923000', '102056.926000', '102056.928000', '102056.931000', '102056.933000', '102056.936000', '102056.939000', '102056.941000', '102056.944000', '102056.946000', '102056.949000', '102056.952000', '102056.954000', '102056.957000', '102056.959000', '102056.962000', '102056.964000', '102056.967000', '102056.969000', '102056.972000', '102056.975000', '102056.977000', '102056.980000', '102056.983000', '102056.985000', '102056.988000', '102056.990000', '102116.879000', '102116.882000', '102116.884000', '102116.887000', '102116.889000', '102116.892000', '102116.894000', '102116.897000', '102116.899000', '102116.902000', '102116.905000', '102116.907000', '102116.910000', '102116.912000', '102116.915000', '102116.917000', '102116.920000', '102116.923000', '102116.925000', '102116.928000', '102116.930000', '102116.933000', '102116.936000', '102116.973000', '102116.976000', '102116.978000', '102116.981000', '102116.983000', '102116.986000', '102116.989000', '102116.991000', '102116.994000', '102116.996000', '102117.000000', '102117.003000', '102117.005000', '102117.008000', '102117.011000', '102117.013000', '102117.016000', '102117.018000', '102117.021000', '102117.024000', '102136.878000', '102136.881000', '102136.884000', '102136.887000', '102136.889000', '102136.892000', '102136.894000', '102136.897000', '102136.900000', '102136.902000', '102136.905000', '102136.908000', '102136.910000', '102136.913000', '102136.915000', '102136.918000', '102136.921000', '102136.923000', '102136.926000', '102136.928000', '102136.931000', '102136.933000', '102136.936000', '102136.939000', '102136.941000', '102136.944000', '102136.946000', '102136.949000', '102136.952000', '102136.954000', '102136.957000', '102136.959000', '102136.962000', '102136.964000', '102136.967000', '102136.969000', '102136.972000', '102136.978000', '102136.981000', '102136.984000', '102136.986000', '102136.989000', '102136.991000', '102136.994000', '102156.878000', '102156.881000', '102156.883000', '102156.886000', '102156.888000', '102156.891000', '102156.893000', '102156.896000', '102156.899000', '102156.901000', '102156.904000', '102156.906000', '102156.909000', '102156.912000', '102156.914000', '102156.917000', '102156.919000', '102156.922000', '102156.925000', '102156.927000', '102156.930000', '102156.932000', '102156.935000', '102156.937000', '102156.941000', '102156.943000', '102156.946000', '102156.948000', '102156.951000', '102156.954000', '102156.956000', '102156.959000', '102156.962000', '102156.964000', '102156.967000', '102156.969000', '102156.972000', '102156.975000', '102156.977000', '102156.980000', '102156.982000', '102156.985000', '102156.987000', '102216.877000', '102216.880000', '102216.883000', '102216.885000', '102216.888000', '102216.891000', '102216.893000', '102216.896000', '102216.899000', '102216.902000', '102216.904000', '102216.907000', '102216.909000', '102216.912000', '102216.915000', '102216.917000', '102216.920000', '102216.922000', '102216.925000', '102216.928000', '102216.930000', '102216.933000', '102216.936000', '102216.938000', '102216.941000', '102216.943000', '102216.946000', '102216.949000', '102216.951000', '102216.954000', '102216.956000', '102216.959000', '102216.962000', '102216.964000', '102216.967000', '102216.969000', '102216.972000', '102216.975000', '102216.977000', '102216.980000', '102216.982000', '102216.985000', '102216.987000', '102216.990000', '102236.878000', '102236.881000', '102236.884000', '102236.887000', '102236.889000', '102236.892000', '102236.895000', '102236.897000', '102236.900000', '102236.902000', '102236.905000', '102236.907000', '102236.910000', '102236.913000', '102236.915000', '102236.918000', '102236.920000', '102236.923000', '102236.926000', '102236.928000', '102236.931000', '102236.934000', '102236.937000', '102236.939000', '102236.942000', '102236.944000', '102236.947000', '102236.950000', '102236.952000', '102236.955000', '102236.958000', '102236.960000', '102236.963000', '102236.965000', '102236.968000', '102236.971000', '102236.973000', '102236.976000', '102236.978000', '102236.981000', '102236.983000', '102236.986000', '102236.989000', '102256.878000', '102256.881000', '102256.884000', '102256.887000', '102256.889000', '102256.900000', '102256.903000', '102256.906000', '102256.908000', '102256.911000', '102256.913000', '102256.916000', '102256.919000', '102256.921000', '102256.924000', '102256.926000', '102256.929000', '102256.932000', '102256.934000', '102256.937000', '102256.940000', '102256.942000', '102256.945000', '102256.947000', '102256.950000', '102256.953000', '102256.955000', '102256.958000', '102256.960000', '102256.963000', '102256.966000', '102256.968000', '102256.971000', '102256.974000', '102256.976000', '102256.979000', '102256.981000', '102256.984000', '102256.987000', '102256.989000', '102256.992000', '102256.994000', '102256.997000', '102316.878000', '102316.881000', '102316.884000', '102316.887000', '102316.889000', '102316.892000', '102316.895000', '102316.897000', '102316.900000', '102316.902000', '102316.905000', '102316.907000', '102316.910000', '102316.913000', '102316.915000', '102316.918000', '102316.921000', '102316.923000', '102316.926000', '102316.929000', '102316.931000', '102316.934000', '102316.937000', '102316.939000', '102316.942000', '102316.944000', '102316.947000', '102316.950000', '102316.952000', '102316.955000', '102316.957000', '102316.960000', '102316.962000', '102316.965000', '102316.968000', '102316.970000', '102316.973000', '102316.975000', '102316.978000', '102316.981000', '102316.983000', '102316.986000', '102316.988000', '102316.991000', '102336.879000', '102336.882000', '102336.885000', '102336.888000', '102336.891000', '102336.893000', '102336.896000', '102336.899000', '102336.901000', '102336.904000', '102336.907000', '102336.909000', '102336.912000', '102336.914000', '102336.917000', '102336.920000', '102336.923000', '102336.925000', '102336.928000', '102336.931000', '102336.933000', '102336.936000', '102336.939000', '102336.942000', '102336.945000', '102336.947000', '102336.950000', '102336.953000', '102336.955000', '102336.958000', '102336.961000', '102336.963000', '102336.966000', '102336.969000', '102336.971000', '102336.974000', '102336.976000', '102336.979000', '102336.982000', '102336.984000', '102336.987000', '102336.990000', '102336.992000', '102356.879000', '102356.882000', '102356.884000', '102356.887000', '102356.889000', '102356.893000', '102356.895000', '102356.898000', '102356.900000', '102356.903000', '102356.906000', '102356.908000', '102356.911000', '102356.914000', '102356.916000', '102356.919000', '102356.921000', '102356.924000', '102356.927000', '102356.929000', '102356.932000', '102356.935000', '102356.937000', '102356.940000', '102356.942000', '102356.945000', '102356.948000', '102356.950000', '102356.953000', '102356.956000', '102356.958000', '102356.961000', '102356.964000', '102356.966000', '102356.969000', '102356.972000', '102356.974000', '102356.977000', '102356.980000', '102356.982000', '102356.985000', '102356.987000', '102356.990000', '102356.993000', '102416.877000', '102416.880000', '102416.883000', '102416.886000', '102416.888000', '102416.891000', '102416.893000', '102416.896000', '102416.899000', '102416.901000', '102416.904000', '102416.907000', '102416.909000', '102416.912000', '102416.915000', '102416.918000', '102416.921000', '102416.924000', '102416.927000', '102416.929000', '102416.932000', '102416.935000', '102416.937000', '102416.940000', '102416.942000', '102416.945000', '102416.948000', '102416.950000', '102416.953000', '102416.956000', '102416.972000', '102416.975000', '102416.977000', '102416.980000', '102416.982000', '102416.985000', '102416.988000', '102416.990000', '102416.993000', '102416.995000', '102416.998000', '102417.002000', '102417.004000', '102436.877000', '102436.880000', '102436.883000', '102436.886000', '102436.888000', '102436.891000', '102436.893000', '102436.896000', '102436.898000', '102436.901000', '102436.904000', '102436.906000', '102436.909000', '102436.911000', '102436.914000', '102436.917000', '102436.919000', '102436.922000', '102436.924000', '102436.927000', '102436.930000', '102436.932000', '102436.935000', '102436.938000', '102436.941000', '102436.943000', '102436.946000', '102436.948000', '102436.951000', '102436.954000', '102436.956000', '102436.959000', '102436.962000', '102436.964000', '102436.967000', '102436.970000', '102436.972000', '102436.975000', '102436.977000', '102436.980000', '102436.982000', '102436.985000', '102436.987000', '102436.990000', '102456.879000', '102456.882000', '102456.884000', '102456.887000', '102456.889000', '102456.892000', '102456.895000', '102456.897000', '102456.900000', '102456.902000', '102456.905000', '102456.908000', '102456.911000', '102456.913000', '102456.916000', '102456.919000', '102456.922000', '102456.924000', '102456.927000', '102456.929000', '102456.932000', '102456.935000', '102456.937000', '102456.940000', '102456.943000', '102456.945000', '102456.948000', '102456.951000', '102456.953000', '102456.956000', '102456.959000', '102456.961000', '102456.964000', '102456.967000', '102456.969000', '102456.972000', '102456.974000', '102456.977000', '102456.980000', '102456.983000', '102456.986000', '102456.989000', '102456.991000', '102516.878000', '102516.883000', '102516.886000', '102516.889000', '102516.891000', '102516.894000', '102516.896000', '102516.899000', '102516.901000', '102516.904000', '102516.907000', '102516.909000', '102516.912000', '102516.914000', '102516.917000', '102516.920000', '102516.922000', '102516.925000', '102516.927000', '102516.930000', '102516.933000', '102516.935000', '102516.938000', '102516.940000', '102516.943000', '102516.945000', '102516.948000', '102516.951000', '102516.953000', '102516.956000', '102516.959000', '102516.961000', '102516.964000', '102516.967000', '102516.969000', '102516.972000', '102516.975000', '102516.977000', '102516.980000', '102516.984000', '102516.987000', '102516.989000', '102516.992000', '102516.995000', '102536.878000', '102536.881000', '102536.884000', '102536.887000', '102536.889000', '102536.892000', '102536.895000', '102536.897000', '102536.900000', '102536.903000', '102536.905000', '102536.908000', '102536.911000', '102536.913000', '102536.916000', '102536.918000', '102536.921000', '102536.924000', '102536.926000', '102536.929000', '102536.931000', '102536.934000', '102536.937000', '102536.939000', '102536.942000', '102536.945000', '102536.948000', '102536.950000', '102536.953000', '102536.956000', '102536.958000', '102536.961000', '102536.964000', '102536.967000', '102536.969000', '102536.972000', '102536.975000', '102536.977000', '102536.980000', '102536.982000', '102536.985000', '102536.988000', '102536.990000', '102556.879000', '102556.881000', '102556.884000', '102556.887000', '102556.890000', '102556.892000', '102556.895000', '102556.898000', '102556.900000', '102556.903000', '102556.906000', '102556.908000', '102556.911000', '102556.914000', '102556.916000', '102556.919000', '102556.922000', '102556.924000', '102556.927000', '102556.930000', '102556.932000', '102556.935000', '102556.937000', '102556.940000', '102556.943000', '102556.945000', '102556.948000', '102556.951000', '102556.953000', '102556.956000', '102556.958000', '102556.961000', '102556.964000', '102556.966000', '102556.969000', '102556.971000', '102556.974000', '102556.976000', '102556.979000', '102556.982000', '102556.984000', '102556.987000', '102556.990000', '102556.992000', '102616.879000', '102616.881000', '102616.884000', '102616.887000', '102616.889000', '102616.892000', '102616.894000', '102616.897000', '102616.906000', '102616.908000', '102616.911000', '102616.914000', '102616.916000', '102616.919000', '102616.921000', '102616.924000', '102616.927000', '102616.930000', '102616.932000', '102616.935000', '102616.937000', '102616.940000', '102616.943000', '102616.945000', '102616.948000', '102616.951000', '102616.953000', '102616.956000', '102616.958000', '102616.961000', '102616.963000', '102616.966000', '102616.969000', '102616.971000', '102616.974000', '102616.976000', '102616.979000', '102616.981000', '102616.984000', '102616.987000', '102616.989000', '102616.992000', '102616.994000', '102636.878000', '102636.880000', '102636.883000', '102636.886000', '102636.888000', '102636.891000', '102636.894000', '102636.896000', '102636.899000', '102636.901000', '102636.904000', '102636.907000', '102636.909000', '102636.912000', '102636.915000', '102636.917000', '102636.920000', '102636.922000', '102636.925000', '102636.928000', '102636.930000', '102636.933000', '102636.936000', '102636.938000', '102636.941000', '102636.943000', '102636.946000', '102636.949000', '102636.951000', '102636.954000', '102636.957000', '102636.959000', '102636.962000', '102636.964000', '102636.967000', '102636.970000', '102636.972000', '102636.975000', '102636.977000', '102636.980000', '102636.983000', '102636.985000', '102636.988000', '102636.990000', '102656.878000', '102656.881000', '102656.883000', '102656.886000', '102656.889000', '102656.891000', '102656.894000', '102656.897000', '102656.899000', '102656.902000', '102656.905000', '102656.907000', '102656.910000', '102656.912000', '102656.915000', '102656.918000', '102656.920000', '102656.923000', '102656.926000', '102656.928000', '102656.931000', '102656.934000', '102656.936000', '102656.939000', '102656.942000', '102656.944000', '102656.947000', '102656.950000', '102656.953000', '102656.955000', '102656.958000', '102656.961000', '102656.963000', '102656.966000', '102656.969000', '102656.971000', '102656.974000', '102656.977000', '102656.979000', '102656.982000', '102656.985000', '102656.987000', '102656.990000', '102716.879000', '102716.882000', '102716.884000', '102716.887000', '102716.889000', '102716.892000', '102716.894000', '102716.897000', '102716.907000', '102716.909000', '102716.912000', '102716.915000', '102716.917000', '102716.920000', '102716.922000', '102716.925000', '102716.928000', '102716.931000', '102716.933000', '102716.936000', '102716.939000', '102716.941000', '102716.944000', '102716.947000', '102716.949000', '102716.952000', '102716.955000', '102716.957000', '102716.960000', '102716.963000', '102716.965000', '102716.968000', '102716.970000', '102716.973000', '102716.976000', '102716.978000', '102716.981000', '102716.983000', '102716.986000', '102716.989000', '102716.991000', '102716.994000', '102716.997000', '102717.000000', '102736.878000', '102736.881000', '102736.884000', '102736.887000', '102736.889000', '102736.892000', '102736.894000', '102736.897000', '102736.900000', '102736.902000', '102736.905000', '102736.907000', '102736.910000', '102736.913000', '102736.915000', '102736.918000', '102736.921000', '102736.923000', '102736.926000', '102736.928000', '102736.931000', '102736.934000', '102736.936000', '102736.939000', '102736.942000', '102736.944000', '102736.947000', '102736.949000', '102736.952000', '102736.955000', '102736.957000', '102736.960000', '102736.962000', '102736.965000', '102736.968000', '102736.970000', '102736.973000', '102736.975000', '102736.978000', '102736.981000', '102736.983000', '102736.986000', '102736.988000', '102756.879000', '102756.882000', '102756.884000', '102756.887000', '102756.889000', '102756.892000', '102756.895000', '102756.897000', '102756.900000', '102756.903000', '102756.905000', '102756.912000', '102756.914000', '102756.917000', '102756.920000', '102756.922000', '102756.925000', '102756.928000', '102756.930000', '102756.933000', '102756.936000', '102756.939000', '102756.941000', '102756.944000', '102756.947000', '102756.949000', '102756.952000', '102756.955000', '102756.957000', '102756.960000', '102756.962000', '102756.965000', '102756.968000', '102756.970000', '102756.973000', '102756.976000', '102756.978000', '102756.981000', '102756.983000', '102756.986000', '102756.989000', '102756.991000', '102756.994000', '102756.997000', '102816.879000', '102816.881000', '102816.884000', '102816.887000', '102816.889000', '102816.892000', '102816.894000', '102816.897000', '102816.900000', '102816.902000', '102816.905000', '102816.907000', '102816.910000', '102816.913000', '102816.915000', '102816.918000', '102816.920000', '102816.923000', '102816.926000', '102816.928000', '102816.931000', '102816.933000', '102816.936000', '102816.939000', '102816.941000', '102816.944000', '102816.947000', '102816.949000', '102816.952000', '102816.954000', '102816.957000', '102816.960000', '102816.962000', '102816.965000', '102816.968000', '102816.970000', '102816.973000', '102816.975000', '102816.978000', '102816.980000', '102816.983000', '102816.986000', '102816.988000', '102836.878000', '102836.881000', '102836.884000', '102836.887000', '102836.889000', '102836.892000', '102836.894000', '102836.897000', '102836.900000', '102836.902000', '102836.905000', '102836.907000', '102836.910000', '102836.913000', '102836.915000', '102836.918000', '102836.921000', '102836.923000', '102836.926000', '102836.929000', '102836.931000', '102836.934000', '102836.936000', '102836.939000', '102836.942000', '102836.944000', '102836.947000', '102836.949000', '102836.952000', '102836.955000', '102836.957000', '102836.960000', '102836.962000', '102836.965000', '102836.968000', '102836.970000', '102836.973000', '102836.976000', '102836.978000', '102836.981000', '102836.984000', '102836.986000', '102836.989000', '102836.991000', '102856.878000', '102856.881000', '102856.883000', '102856.886000', '102856.889000', '102856.891000', '102856.894000', '102856.896000', '102856.899000', '102856.902000', '102856.904000', '102856.907000', '102856.909000', '102856.912000', '102856.915000', '102856.917000', '102856.920000', '102856.922000', '102856.925000', '102856.928000', '102856.930000', '102856.933000', '102856.935000', '102856.938000', '102856.941000', '102856.943000', '102856.946000', '102856.948000', '102856.951000', '102856.954000', '102856.956000', '102856.959000', '102856.961000', '102856.964000', '102856.967000', '102856.969000', '102856.972000', '102856.974000', '102856.977000', '102856.980000', '102856.982000', '102856.985000', '102856.988000', '102859.344000', '102859.347000', '102859.350000', '102859.353000', '102859.355000', '102859.358000'], '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': [7422, 10778, 9104, 7369, 12950, 9383, 12428, 9940, 8170, 9251, 6830, 9427, 6701, 9458, 6632, 8347, 7669, 5981, 8038, 6459, 6135, 7743, 6773, 9571, 7081, 10371, 8529, 9633, 8904, 10312, 8023, 10301, 7701, 10069, 7952, 9171, 7395, 9453, 6963, 8827, 7077, 9335, 7599, 10082, 7086, 9545, 6982, 9140, 6688, 9310, 6629, 8784, 6655, 8752, 6287, 9234, 6794, 8720, 9499, 7853, 8681, 8275, 11383, 7837, 10218, 8085, 9740, 7441, 10215, 7547, 9850, 7149, 9803, 7129, 10225, 7176, 10129, 8425, 10350, 7669, 10690, 7308, 9467, 7416, 9221, 7051, 9421, 7024, 10178, 7939, 9975, 7943, 10461, 8167, 10361, 8017, 9654, 8471, 7451, 9049, 7739, 9137, 7251, 8928, 6607, 9625, 6500, 9661, 6701, 9441, 6877, 9545, 6357, 9002, 6390, 8931, 6723, 9275, 6655, 9627, 7014, 9823, 7166, 9785, 7566, 9769, 7242, 9677, 7407, 9631, 7468, 9723, 7274, 10214, 7086, 9534, 6899, 9662, 6571, 8948, 6127, 8632, 6782, 7529, 6171, 8165, 6044, 7976, 6041, 7733, 6428, 7893, 6379, 8138, 8988, 7734, 10564, 7831, 9568, 7057, 9538, 6978, 9441, 7268, 8825, 6976, 9060, 6826, 9465, 7290, 8624, 6778, 9172, 6798, 9803, 6937, 9398, 6721, 9429, 6907, 9294, 6955, 9187, 7017, 8916, 6666, 9123, 7153, 9248, 7479, 8950, 7188, 9292, 7333, 9465, 7296, 9043, 7334, 9057, 6852, 8726, 6781, 8749, 6430, 8990, 6445, 8884, 6558, 8344, 7760, 8253, 6906, 8960, 6731, 8956, 6781, 10614, 8755, 7020, 8531, 6746, 9917, 8094, 7258, 9423, 7060, 10691, 8176, 12053, 8561, 12388, 8494, 12019, 7756, 11247, 7535, 11002, 8078, 9903, 6711, 9798, 6965, 9739, 7404, 8981, 7207, 9116, 7465, 7756, 8459, 7005, 9519, 7173, 9692, 8105, 10662, 8460, 9280, 7775, 10944, 8351, 11656, 8535, 9945, 8126, 9953, 7959, 10714, 8204, 9083, 7388, 8827, 7508, 9428, 7825, 6799, 7849, 7452, 7498, 9564, 7744, 9749, 7590, 9625, 7346, 9166, 7688, 9662, 7630, 8989, 7378, 9399, 7511, 9578, 8034, 9155, 7618, 8913, 7426, 9250, 7866, 8749, 7533, 7815, 7289, 7964, 8509, 6495, 8759, 7037, 8145, 6595, 7623, 7512, 6609, 10523, 6929, 11534, 7927, 9479, 8300, 8366, 11953, 7562, 11653, 7594, 11733, 11022, 7320, 9833, 7300, 8749, 8184, 7049, 9816, 7482, 10382, 7881, 7478, 9273, 7011, 10161, 7169, 10069, 7585, 8211, 7667, 6453, 9248, 6582, 10052, 7510, 8471, 7935, 6533, 8875, 6645, 9501, 6904, 10152, 7761, 10179, 6975, 9182, 6672, 9474, 7040, 10063, 6511, 9676, 7063, 9946, 7681, 9152, 7291, 10137, 7646, 11636, 8803, 11699, 8082, 10438, 7289, 10451, 7348, 10371, 6906, 9112, 6526, 8980, 6797, 9356, 6691, 9645, 7114, 9933, 7243, 10068, 6407, 10488, 7178, 10866, 8378, 11161, 7653, 6029, 8825, 6048, 8560, 6356, 9213, 7188, 8997, 7237, 10961, 7678, 12230, 8445, 8601, 12194, 8128, 10359, 11798, 8876, 12149, 11577, 10012, 13428, 8292, 12668, 8522, 9978, 8182, 6627, 9519, 7716, 6265, 8320, 7076, 7184, 7179, 6291, 9161, 7106, 9920, 7507, 9833, 7793, 9666, 7809, 8925, 7731, 6573, 7778, 6480, 8426, 6615, 9297, 6517, 9615, 6848, 9674, 7378, 9900, 7699, 10031, 7164, 10198, 7453, 9974, 9144, 9805, 7088, 9563, 9846, 8635, 10410, 8759, 8257, 8749, 12904, 9263, 12444, 9736, 11119, 8443, 10947, 7529, 9897, 8059, 9217, 8099, 7045, 9461, 9432, 10109, 10201, 9522, 12663, 9186, 13017, 9716, 11612, 8569, 12350, 8840, 12267, 8360, 11169, 6700, 9580, 6815, 10007, 7714, 9926, 7227, 10022, 7978, 10324, 8168, 10096, 7577, 11005, 7922, 11726, 8784, 11954, 7698, 8837, 8705, 6726, 9884, 7739, 8516, 8215, 6586, 11019, 7647, 12938, 8511, 12116, 8141, 12007, 9405, 10678, 10226, 8804, 12567, 8207, 11494, 8346, 8519, 7485, 7873, 7971, 7635, 7965, 6789, 8777, 6977, 8627, 7624, 9295, 7913, 9504, 8225, 8860, 9931, 8583, 11398, 8816, 10289, 8424, 10284, 8341, 10862, 8478, 9389, 8196, 8526, 8354, 7044, 9867, 7249, 10717, 8063, 11399, 8278, 10952, 7831, 10541, 7770, 10582, 9918, 10179, 7894, 9735, 7242, 9687, 7246, 10106, 7586, 9612, 6955, 9309, 6771, 9738, 7318, 10284, 7198, 9696, 7390, 10104, 7525, 10660, 7681, 10537, 7435, 10482, 7853, 10955, 8071, 10934, 8218, 10700, 8160, 11391, 8373, 10995, 8265, 10738, 8016, 10629, 7825, 10586, 7457, 10167, 7362, 10024, 7530, 10584, 7125, 9952, 7233, 10526, 7724, 10682, 8453, 10964, 8763, 10951, 8634, 10720, 7895, 10887, 7700, 10394, 7854, 10776, 8363, 10793, 8436, 10651, 8728, 11179, 9163, 11134, 8567, 11677, 8691, 11485, 9197, 11426, 8621, 10704, 8588, 11162, 8985, 7861, 9223, 7672, 9528, 8368, 9956, 7812, 10308, 7436, 10452, 7712, 10924, 8174, 10967, 7681, 10956, 7790, 10673, 8119, 10767, 7665, 10207, 7715, 10322, 8485, 10420, 8020, 10628, 8058, 10016, 7902, 10428, 8437, 10101, 8167, 10629, 8324, 11265, 9107, 10660, 8363, 11216, 8561, 11397, 8833, 10794, 8694, 10586, 8119, 10223, 8284, 10590, 8734, 10078, 8286, 10353, 8005, 10630, 8624, 11447, 8801, 10894, 8008, 10381, 7502, 10319, 10280, 8710, 9279, 8072, 9067, 7586, 7084, 7817, 6462, 8616, 7050, 9293, 7690, 9918, 8355, 9243, 12978, 9043, 12010, 8603, 11255, 7606, 9474, 12672, 8781, 11516, 8845, 10294, 8164, 9723, 7856, 9931, 8041, 10392, 7995, 10169, 7539, 10318, 7585, 10306, 7414, 9887, 7321, 9566, 7749, 10097, 7790, 9820, 7584, 9476, 9964, 9616, 11349, 9354, 10588, 8734, 12784, 8883, 11375, 9162, 10982, 8876, 10492, 8113, 10827, 8703, 10677, 8985, 9497, 8467, 11396, 8780, 9713, 9140, 8403, 8568, 11482, 8648, 11727, 9035, 8858, 8194, 8262, 8577, 8286, 9495, 7384, 10153, 7478, 10443, 8231, 10476, 7726, 9849, 8513, 9577, 10154, 9354, 7780, 8716, 6686, 9812, 7310, 10325, 7874, 10860, 8031, 11348, 8788, 12213, 9665, 12003, 8770, 10795, 8823, 11970, 9210, 8348, 9010, 7179, 9697, 7453, 10241, 7436, 10963, 8329, 11889, 9781, 15290, 9632, 7993, 11205, 8700, 7219, 8040, 7206, 6529, 9146, 7569, 9697, 9274, 8298, 9754, 6985, 9785, 6815, 7149, 10370, 7210, 6340, 9447, 6495, 7216, 10240, 8716, 11498, 12197, 10673, 12987, 12435, 8546, 14081, 10835, 11119, 10101, 8185, 11311, 8417, 11874, 7769, 7994, 8175, 7065, 10970, 8839, 12768, 7965, 6571, 8622, 6953, 6628, 7534, 6120, 10373, 8422, 10893, 8965, 8467, 9335, 6920, 9355, 7113, 9756, 7350, 9969, 7691, 9891, 8058, 7116, 9125, 6735, 9993, 6915, 8220, 6506, 9534, 6883, 10145, 8105, 9774, 7751, 10230, 8350, 10474, 7884, 10191, 7836, 9049, 7944, 6896, 8211, 6513, 8750, 6900, 9634, 7184, 9735, 7456, 10079, 8139, 10988, 7291, 10462, 7833, 10083, 9544, 9538, 6742, 9324, 6416, 9269, 7339, 9228, 6938, 10098, 6568, 9862, 7667, 7591, 7424, 6349, 8008, 6647, 10448, 7787, 11644, 7591, 10716, 7026, 12065, 8189, 11312, 7715, 10513, 7678, 10017, 7214, 8577, 7636, 6652, 9092, 6408, 9059, 7367, 9803, 7879, 10798, 7404, 10230, 7535, 11130, 8438, 8621, 7218, 8782, 7196, 6774, 8431, 6444, 10143, 7732, 10226, 7460, 10016, 7084, 9905, 7217, 9722, 7334, 9706, 7136, 7144, 7678, 6233, 9086, 6950, 6776, 11111, 9170, 7797, 11074, 8396, 12106, 8517, 10146, 7555, 10273, 7368, 10702, 7413, 11122, 7913, 6266, 8022, 6548, 6331, 7936, 6738, 9541, 7744, 7266, 7859, 7091, 8561, 8306, 9047, 7298, 8994, 7451, 8724, 7298, 8986, 6644, 9298, 6573, 9890, 7292, 9816, 7186, 9944, 7193, 10074, 7892, 10511, 8166, 10258, 9136, 9713, 9979, 9188, 13307, 8614, 12035, 8605, 10611, 7887, 9956, 7075, 9042, 6882, 9104, 6941, 8637, 6687, 8467, 9687, 8137, 12046, 9055, 10724, 7565, 9962, 7716, 9365, 7944, 8711, 10799, 7717, 10383, 7177, 10308, 7781, 9933, 7846, 8621, 7356, 7183, 7717, 6976, 8808, 6709, 9715, 7929, 10940, 7776, 10767, 8030, 11485, 8593, 10655, 8673, 9960, 9919, 10072, 7391, 10047, 6990, 10302, 7827, 11621, 8123, 11666, 8104, 12527, 8920, 12851, 8716, 11687, 8039, 11218, 8076, 11638, 8091, 10778, 7521, 9904, 7274, 10059, 7774, 9678, 7451, 9436, 7150, 9626, 7543, 9125, 7475, 9556, 7689, 10507, 8459, 10790, 7994, 11372, 8097, 11872, 8776, 12262, 8856, 11271, 8790, 11468, 8162, 10687, 8266], 'WindowCenter': [3761.0, 3799.0, 3765.0, 3733.0, 3792.0, 3748.0, 3778.0, 3745.0, 3722.0, 3732.0, 3702.0, 3745.0, 3691.0, 3729.0, 3689.0, 3721.0, 3711.0, 3669.0, 3734.0, 3705.0, 3707.0, 3739.0, 3720.0, 3771.0, 3730.0, 3783.0, 3763.0, 3772.0, 3762.0, 3771.0, 3742.0, 3773.0, 3743.0, 3786.0, 3754.0, 3761.0, 3730.0, 3760.0, 3743.0, 3774.0, 3732.0, 3773.0, 3753.0, 3784.0, 3732.0, 3787.0, 3744.0, 3773.0, 3721.0, 3772.0, 3721.0, 3775.0, 3732.0, 3764.0, 3709.0, 3772.0, 3732.0, 3777.0, 3785.0, 3753.0, 3761.0, 3750.0, 3793.0, 3741.0, 3785.0, 3751.0, 3771.0, 3730.0, 3770.0, 3741.0, 3773.0, 3729.0, 3770.0, 3719.0, 3772.0, 3730.0, 3783.0, 3764.0, 3783.0, 3753.0, 3783.0, 3742.0, 3773.0, 3730.0, 3759.0, 3730.0, 3758.0, 3717.0, 3770.0, 3751.0, 3771.0, 3739.0, 3767.0, 3737.0, 3771.0, 3751.0, 3771.0, 3738.0, 3726.0, 3746.0, 3725.0, 3747.0, 3727.0, 3748.0, 3703.0, 3746.0, 3692.0, 3746.0, 3705.0, 3757.0, 3704.0, 3757.0, 3695.0, 3745.0, 3706.0, 3761.0, 3718.0, 3759.0, 3716.0, 3758.0, 3718.0, 3771.0, 3730.0, 3770.0, 3738.0, 3771.0, 3729.0, 3771.0, 3729.0, 3759.0, 3728.0, 3758.0, 3727.0, 3758.0, 3714.0, 3760.0, 3716.0, 3758.0, 3703.0, 3746.0, 3683.0, 3736.0, 3704.0, 3726.0, 3694.0, 3737.0, 3684.0, 3737.0, 3697.0, 3752.0, 3721.0, 3752.0, 3709.0, 3752.0, 3772.0, 3753.0, 3785.0, 3742.0, 3760.0, 3730.0, 3760.0, 3719.0, 3761.0, 3730.0, 3750.0, 3730.0, 3760.0, 3719.0, 3773.0, 3730.0, 3748.0, 3719.0, 3759.0, 3720.0, 3771.0, 3732.0, 3762.0, 3718.0, 3761.0, 3717.0, 3760.0, 3730.0, 3773.0, 3718.0, 3749.0, 3706.0, 3746.0, 3718.0, 3761.0, 3730.0, 3749.0, 3718.0, 3758.0, 3730.0, 3771.0, 3730.0, 3750.0, 3728.0, 3749.0, 3707.0, 3750.0, 3721.0, 3761.0, 3708.0, 3760.0, 3707.0, 3760.0, 3708.0, 3751.0, 3740.0, 3749.0, 3718.0, 3760.0, 3718.0, 3760.0, 3708.0, 3783.0, 3751.0, 3731.0, 3752.0, 3721.0, 3786.0, 3765.0, 3745.0, 3788.0, 3734.0, 3787.0, 3753.0, 3795.0, 3764.0, 3794.0, 3739.0, 3781.0, 3714.0, 3769.0, 3714.0, 3757.0, 3713.0, 3744.0, 3692.0, 3744.0, 3703.0, 3757.0, 3714.0, 3734.0, 3703.0, 3734.0, 3714.0, 3728.0, 3739.0, 3719.0, 3760.0, 3718.0, 3759.0, 3740.0, 3783.0, 3752.0, 3762.0, 3730.0, 3771.0, 3752.0, 3782.0, 3752.0, 3761.0, 3740.0, 3759.0, 3739.0, 3772.0, 3752.0, 3750.0, 3730.0, 3761.0, 3730.0, 3762.0, 3730.0, 3720.0, 3740.0, 3730.0, 3731.0, 3772.0, 3740.0, 3760.0, 3730.0, 3760.0, 3728.0, 3760.0, 3741.0, 3761.0, 3731.0, 3750.0, 3729.0, 3761.0, 3730.0, 3763.0, 3742.0, 3761.0, 3730.0, 3751.0, 3731.0, 3763.0, 3754.0, 3764.0, 3744.0, 3744.0, 3746.0, 3768.0, 3782.0, 3738.0, 3779.0, 3719.0, 3755.0, 3722.0, 3742.0, 3742.0, 3733.0, 3784.0, 3734.0, 3796.0, 3755.0, 3776.0, 3753.0, 3751.0, 3795.0, 3742.0, 3794.0, 3730.0, 3783.0, 3772.0, 3717.0, 3759.0, 3718.0, 3749.0, 3750.0, 3718.0, 3760.0, 3729.0, 3759.0, 3728.0, 3715.0, 3749.0, 3717.0, 3758.0, 3706.0, 3758.0, 3727.0, 3739.0, 3728.0, 3696.0, 3748.0, 3707.0, 3760.0, 3729.0, 3752.0, 3740.0, 3709.0, 3763.0, 3709.0, 3761.0, 3720.0, 3773.0, 3731.0, 3773.0, 3719.0, 3750.0, 3706.0, 3760.0, 3720.0, 3773.0, 3711.0, 3774.0, 3731.0, 3786.0, 3756.0, 3775.0, 3743.0, 3785.0, 3746.0, 3797.0, 3766.0, 3796.0, 3743.0, 3774.0, 3731.0, 3774.0, 3731.0, 3773.0, 3719.0, 3751.0, 3698.0, 3762.0, 3722.0, 3762.0, 3721.0, 3775.0, 3732.0, 3774.0, 3745.0, 3787.0, 3725.0, 3785.0, 3720.0, 3782.0, 3736.0, 3770.0, 3741.0, 3696.0, 3749.0, 3697.0, 3752.0, 3698.0, 3748.0, 3705.0, 3749.0, 3729.0, 3770.0, 3726.0, 3778.0, 3737.0, 3748.0, 3780.0, 3725.0, 3757.0, 3768.0, 3735.0, 3767.0, 3758.0, 3732.0, 3764.0, 3699.0, 3750.0, 3694.0, 3716.0, 3684.0, 3650.0, 3702.0, 3683.0, 3652.0, 3696.0, 3676.0, 3687.0, 3688.0, 3666.0, 3719.0, 3688.0, 3730.0, 3688.0, 3729.0, 3699.0, 3720.0, 3699.0, 3722.0, 3702.0, 3680.0, 3701.0, 3681.0, 3724.0, 3694.0, 3747.0, 3696.0, 3758.0, 3708.0, 3761.0, 3744.0, 3776.0, 3744.0, 3774.0, 3732.0, 3785.0, 3732.0, 3786.0, 3775.0, 3788.0, 3733.0, 3777.0, 3775.0, 3767.0, 3799.0, 3767.0, 3766.0, 3780.0, 3821.0, 3777.0, 3809.0, 3790.0, 3798.0, 3769.0, 3812.0, 3770.0, 3803.0, 3782.0, 3789.0, 3767.0, 3746.0, 3789.0, 3789.0, 3800.0, 3788.0, 3788.0, 3809.0, 3778.0, 3821.0, 3790.0, 3796.0, 3765.0, 3796.0, 3765.0, 3807.0, 3754.0, 3784.0, 3720.0, 3773.0, 3721.0, 3773.0, 3742.0, 3772.0, 3742.0, 3774.0, 3753.0, 3786.0, 3764.0, 3784.0, 3743.0, 3784.0, 3768.0, 3796.0, 3766.0, 3782.0, 3756.0, 3766.0, 3752.0, 3735.0, 3774.0, 3757.0, 3778.0, 3766.0, 3723.0, 3797.0, 3754.0, 3806.0, 3751.0, 3782.0, 3738.0, 3782.0, 3750.0, 3770.0, 3757.0, 3735.0, 3766.0, 3724.0, 3767.0, 3735.0, 3734.0, 3715.0, 3725.0, 3726.0, 3727.0, 3739.0, 3707.0, 3749.0, 3718.0, 3750.0, 3740.0, 3762.0, 3741.0, 3772.0, 3750.0, 3751.0, 3771.0, 3763.0, 3794.0, 3762.0, 3771.0, 3740.0, 3770.0, 3752.0, 3784.0, 3753.0, 3762.0, 3752.0, 3752.0, 3753.0, 3733.0, 3786.0, 3743.0, 3785.0, 3754.0, 3808.0, 3766.0, 3785.0, 3742.0, 3784.0, 3741.0, 3784.0, 3774.0, 3773.0, 3740.0, 3761.0, 3718.0, 3760.0, 3730.0, 3773.0, 3730.0, 3762.0, 3719.0, 3761.0, 3719.0, 3774.0, 3731.0, 3784.0, 3731.0, 3773.0, 3731.0, 3773.0, 3743.0, 3785.0, 3742.0, 3784.0, 3731.0, 3784.0, 3753.0, 3785.0, 3753.0, 3784.0, 3753.0, 3784.0, 3753.0, 3796.0, 3754.0, 3785.0, 3754.0, 3784.0, 3742.0, 3784.0, 3743.0, 3785.0, 3731.0, 3772.0, 3730.0, 3774.0, 3742.0, 3784.0, 3720.0, 3772.0, 3730.0, 3783.0, 3743.0, 3784.0, 3753.0, 3783.0, 3753.0, 3783.0, 3764.0, 3785.0, 3742.0, 3784.0, 3731.0, 3773.0, 3742.0, 3784.0, 3754.0, 3784.0, 3754.0, 3784.0, 3765.0, 3796.0, 3777.0, 3785.0, 3765.0, 3785.0, 3765.0, 3796.0, 3764.0, 3784.0, 3752.0, 3773.0, 3764.0, 3784.0, 3764.0, 3741.0, 3762.0, 3728.0, 3762.0, 3753.0, 3774.0, 3731.0, 3772.0, 3730.0, 3771.0, 3730.0, 3784.0, 3741.0, 3771.0, 3729.0, 3770.0, 3729.0, 3783.0, 3741.0, 3771.0, 3729.0, 3759.0, 3741.0, 3771.0, 3751.0, 3771.0, 3741.0, 3772.0, 3741.0, 3774.0, 3755.0, 3784.0, 3753.0, 3772.0, 3752.0, 3772.0, 3752.0, 3783.0, 3763.0, 3772.0, 3751.0, 3783.0, 3752.0, 3783.0, 3764.0, 3771.0, 3751.0, 3769.0, 3740.0, 3771.0, 3752.0, 3783.0, 3752.0, 3772.0, 3752.0, 3772.0, 3742.0, 3785.0, 3765.0, 3794.0, 3763.0, 3782.0, 3741.0, 3772.0, 3730.0, 3774.0, 3773.0, 3751.0, 3750.0, 3740.0, 3761.0, 3743.0, 3731.0, 3742.0, 3711.0, 3765.0, 3745.0, 3790.0, 3757.0, 3788.0, 3755.0, 3775.0, 3806.0, 3766.0, 3807.0, 3753.0, 3784.0, 3729.0, 3761.0, 3792.0, 3751.0, 3782.0, 3750.0, 3759.0, 3738.0, 3748.0, 3729.0, 3772.0, 3741.0, 3771.0, 3740.0, 3771.0, 3728.0, 3773.0, 3741.0, 3772.0, 3719.0, 3760.0, 3718.0, 3761.0, 3730.0, 3772.0, 3730.0, 3772.0, 3729.0, 3762.0, 3773.0, 3773.0, 3783.0, 3762.0, 3771.0, 3750.0, 3792.0, 3750.0, 3783.0, 3762.0, 3771.0, 3751.0, 3771.0, 3741.0, 3784.0, 3752.0, 3784.0, 3763.0, 3762.0, 3741.0, 3795.0, 3764.0, 3763.0, 3763.0, 3741.0, 3752.0, 3783.0, 3753.0, 3794.0, 3764.0, 3761.0, 3753.0, 3752.0, 3764.0, 3754.0, 3775.0, 3744.0, 3785.0, 3733.0, 3797.0, 3755.0, 3785.0, 3742.0, 3773.0, 3752.0, 3774.0, 3785.0, 3763.0, 3742.0, 3765.0, 3721.0, 3773.0, 3732.0, 3774.0, 3743.0, 3784.0, 3742.0, 3783.0, 3754.0, 3795.0, 3776.0, 3794.0, 3752.0, 3772.0, 3764.0, 3796.0, 3763.0, 3740.0, 3750.0, 3718.0, 3761.0, 3730.0, 3773.0, 3731.0, 3783.0, 3753.0, 3795.0, 3775.0, 3818.0, 3764.0, 3754.0, 3795.0, 3764.0, 3728.0, 3754.0, 3743.0, 3721.0, 3774.0, 3754.0, 3786.0, 3776.0, 3765.0, 3786.0, 3733.0, 3772.0, 3709.0, 3707.0, 3747.0, 3689.0, 3669.0, 3733.0, 3653.0, 3716.0, 3746.0, 3725.0, 3755.0, 3766.0, 3745.0, 3765.0, 3753.0, 3709.0, 3762.0, 3742.0, 3728.0, 3715.0, 3682.0, 3726.0, 3696.0, 3726.0, 3672.0, 3670.0, 3684.0, 3674.0, 3728.0, 3705.0, 3748.0, 3684.0, 3663.0, 3706.0, 3675.0, 3677.0, 3700.0, 3682.0, 3756.0, 3726.0, 3758.0, 3737.0, 3738.0, 3749.0, 3719.0, 3751.0, 3718.0, 3760.0, 3719.0, 3759.0, 3730.0, 3772.0, 3742.0, 3720.0, 3762.0, 3722.0, 3777.0, 3748.0, 3756.0, 3712.0, 3764.0, 3722.0, 3775.0, 3744.0, 3763.0, 3732.0, 3775.0, 3755.0, 3786.0, 3756.0, 3774.0, 3744.0, 3777.0, 3757.0, 3735.0, 3767.0, 3714.0, 3768.0, 3748.0, 3790.0, 3748.0, 3779.0, 3747.0, 3791.0, 3758.0, 3800.0, 3734.0, 3787.0, 3733.0, 3777.0, 3765.0, 3764.0, 3711.0, 3764.0, 3711.0, 3778.0, 3734.0, 3765.0, 3735.0, 3787.0, 3721.0, 3764.0, 3760.0, 3744.0, 3736.0, 3713.0, 3743.0, 3724.0, 3786.0, 3733.0, 3786.0, 3732.0, 3774.0, 3720.0, 3785.0, 3743.0, 3772.0, 3720.0, 3762.0, 3731.0, 3763.0, 3721.0, 3752.0, 3731.0, 3710.0, 3752.0, 3701.0, 3752.0, 3732.0, 3763.0, 3731.0, 3772.0, 3720.0, 3761.0, 3731.0, 3773.0, 3741.0, 3740.0, 3721.0, 3740.0, 3721.0, 3709.0, 3740.0, 3699.0, 3762.0, 3731.0, 3761.0, 3720.0, 3761.0, 3721.0, 3763.0, 3732.0, 3762.0, 3721.0, 3764.0, 3735.0, 3735.0, 3743.0, 3701.0, 3765.0, 3735.0, 3724.0, 3798.0, 3791.0, 3746.0, 3787.0, 3756.0, 3797.0, 3753.0, 3775.0, 3732.0, 3761.0, 3706.0, 3747.0, 3707.0, 3770.0, 3729.0, 3696.0, 3726.0, 3684.0, 3684.0, 3727.0, 3709.0, 3761.0, 3730.0, 3731.0, 3742.0, 3722.0, 3754.0, 3754.0, 3763.0, 3731.0, 3752.0, 3719.0, 3753.0, 3732.0, 3751.0, 3709.0, 3750.0, 3709.0, 3773.0, 3731.0, 3774.0, 3722.0, 3774.0, 3721.0, 3775.0, 3755.0, 3786.0, 3754.0, 3775.0, 3763.0, 3763.0, 3774.0, 3764.0, 3795.0, 3753.0, 3796.0, 3753.0, 3772.0, 3741.0, 3761.0, 3720.0, 3751.0, 3733.0, 3764.0, 3722.0, 3754.0, 3722.0, 3755.0, 3775.0, 3755.0, 3797.0, 3765.0, 3785.0, 3743.0, 3775.0, 3744.0, 3764.0, 3742.0, 3752.0, 3773.0, 3732.0, 3786.0, 3734.0, 3786.0, 3744.0, 3774.0, 3755.0, 3753.0, 3734.0, 3733.0, 3757.0, 3736.0, 3778.0, 3725.0, 3788.0, 3757.0, 3798.0, 3744.0, 3786.0, 3743.0, 3785.0, 3753.0, 3773.0, 3740.0, 3762.0, 3762.0, 3760.0, 3717.0, 3759.0, 3708.0, 3760.0, 3730.0, 3781.0, 3729.0, 3770.0, 3728.0, 3780.0, 3750.0, 3780.0, 3737.0, 3767.0, 3726.0, 3757.0, 3728.0, 3769.0, 3726.0, 3756.0, 3715.0, 3745.0, 3716.0, 3758.0, 3716.0, 3746.0, 3716.0, 3747.0, 3707.0, 3760.0, 3729.0, 3749.0, 3719.0, 3760.0, 3731.0, 3783.0, 3753.0, 3772.0, 3742.0, 3783.0, 3741.0, 3795.0, 3764.0, 3794.0, 3751.0, 3783.0, 3753.0, 3782.0, 3741.0, 3784.0, 3752.0], 'WindowWidth': [8476.0, 8519.0, 8466.0, 8419.0, 8496.0, 8429.0, 8465.0, 8417.0, 8382.0, 8395.0, 8358.0, 8417.0, 8338.0, 8385.0, 8333.0, 8377.0, 8364.0, 8308.0, 8402.0, 8368.0, 8375.0, 8421.0, 8400.0, 8464.0, 8412.0, 8482.0, 8455.0, 8465.0, 8451.0, 8462.0, 8425.0, 8467.0, 8429.0, 8493.0, 8446.0, 8451.0, 8408.0, 8446.0, 8433.0, 8475.0, 8418.0, 8470.0, 8446.0, 8485.0, 8416.0, 8497.0, 8435.0, 8469.0, 8400.0, 8467.0, 8399.0, 8479.0, 8418.0, 8460.0, 8380.0, 8467.0, 8417.0, 8483.0, 8492.0, 8446.0, 8452.0, 8435.0, 8495.0, 8427.0, 8489.0, 8440.0, 8462.0, 8409.0, 8461.0, 8424.0, 8470.0, 8408.0, 8460.0, 8392.0, 8463.0, 8411.0, 8483.0, 8460.0, 8483.0, 8444.0, 8485.0, 8429.0, 8472.0, 8411.0, 8444.0, 8409.0, 8441.0, 8386.0, 8460.0, 8440.0, 8462.0, 8419.0, 8453.0, 8413.0, 8463.0, 8437.0, 8463.0, 8416.0, 8395.0, 8420.0, 8393.0, 8425.0, 8401.0, 8429.0, 8362.0, 8421.0, 8344.0, 8419.0, 8365.0, 8439.0, 8366.0, 8435.0, 8353.0, 8418.0, 8373.0, 8451.0, 8391.0, 8444.0, 8387.0, 8443.0, 8391.0, 8463.0, 8410.0, 8461.0, 8417.0, 8460.0, 8405.0, 8462.0, 8407.0, 8443.0, 8403.0, 8440.0, 8399.0, 8439.0, 8379.0, 8446.0, 8384.0, 8440.0, 8362.0, 8420.0, 8334.0, 8408.0, 8366.0, 8397.0, 8353.0, 8412.0, 8339.0, 8414.0, 8361.0, 8443.0, 8401.0, 8441.0, 8381.0, 8439.0, 8469.0, 8444.0, 8489.0, 8427.0, 8447.0, 8408.0, 8447.0, 8392.0, 8449.0, 8409.0, 8433.0, 8411.0, 8446.0, 8393.0, 8470.0, 8410.0, 8430.0, 8393.0, 8446.0, 8395.0, 8463.0, 8415.0, 8452.0, 8391.0, 8449.0, 8387.0, 8447.0, 8408.0, 8470.0, 8391.0, 8429.0, 8369.0, 8422.0, 8389.0, 8450.0, 8408.0, 8430.0, 8390.0, 8441.0, 8408.0, 8465.0, 8410.0, 8434.0, 8402.0, 8429.0, 8372.0, 8434.0, 8399.0, 8450.0, 8378.0, 8448.0, 8373.0, 8446.0, 8379.0, 8440.0, 8423.0, 8432.0, 8388.0, 8448.0, 8390.0, 8445.0, 8377.0, 8482.0, 8436.0, 8411.0, 8439.0, 8401.0, 8491.0, 8467.0, 8438.0, 8500.0, 8420.0, 8494.0, 8444.0, 8503.0, 8459.0, 8501.0, 8417.0, 8474.0, 8375.0, 8453.0, 8372.0, 8435.0, 8370.0, 8412.0, 8339.0, 8411.0, 8358.0, 8436.0, 8375.0, 8398.0, 8357.0, 8399.0, 8375.0, 8401.0, 8418.0, 8391.0, 8446.0, 8387.0, 8445.0, 8420.0, 8483.0, 8442.0, 8451.0, 8407.0, 8461.0, 8437.0, 8479.0, 8440.0, 8447.0, 8418.0, 8440.0, 8416.0, 8464.0, 8440.0, 8432.0, 8409.0, 8448.0, 8408.0, 8452.0, 8407.0, 8396.0, 8420.0, 8407.0, 8411.0, 8465.0, 8420.0, 8447.0, 8405.0, 8444.0, 8402.0, 8446.0, 8423.0, 8450.0, 8410.0, 8433.0, 8406.0, 8447.0, 8407.0, 8452.0, 8426.0, 8448.0, 8405.0, 8434.0, 8409.0, 8454.0, 8446.0, 8458.0, 8432.0, 8434.0, 8440.0, 8475.0, 8498.0, 8434.0, 8487.0, 8391.0, 8451.0, 8400.0, 8428.0, 8428.0, 8418.0, 8486.0, 8419.0, 8503.0, 8451.0, 8478.0, 8444.0, 8439.0, 8502.0, 8427.0, 8500.0, 8407.0, 8482.0, 8466.0, 8384.0, 8442.0, 8387.0, 8428.0, 8433.0, 8388.0, 8446.0, 8401.0, 8441.0, 8398.0, 8380.0, 8429.0, 8382.0, 8439.0, 8368.0, 8436.0, 8396.0, 8416.0, 8402.0, 8356.0, 8427.0, 8372.0, 8444.0, 8406.0, 8438.0, 8421.0, 8379.0, 8452.0, 8377.0, 8450.0, 8394.0, 8468.0, 8408.0, 8464.0, 8389.0, 8430.0, 8369.0, 8443.0, 8392.0, 8468.0, 8382.0, 8472.0, 8412.0, 8493.0, 8453.0, 8475.0, 8429.0, 8488.0, 8437.0, 8508.0, 8462.0, 8504.0, 8427.0, 8471.0, 8407.0, 8468.0, 8410.0, 8464.0, 8388.0, 8433.0, 8359.0, 8452.0, 8398.0, 8452.0, 8395.0, 8473.0, 8412.0, 8471.0, 8437.0, 8493.0, 8410.0, 8488.0, 8395.0, 8478.0, 8407.0, 8458.0, 8422.0, 8356.0, 8426.0, 8358.0, 8435.0, 8357.0, 8423.0, 8362.0, 8428.0, 8402.0, 8459.0, 8394.0, 8467.0, 8412.0, 8425.0, 8472.0, 8393.0, 8437.0, 8454.0, 8403.0, 8449.0, 8436.0, 8392.0, 8438.0, 8341.0, 8410.0, 8325.0, 8355.0, 8311.0, 8259.0, 8331.0, 8310.0, 8270.0, 8332.0, 8307.0, 8323.0, 8326.0, 8297.0, 8367.0, 8328.0, 8383.0, 8325.0, 8381.0, 8341.0, 8370.0, 8344.0, 8376.0, 8351.0, 8320.0, 8351.0, 8323.0, 8386.0, 8350.0, 8423.0, 8353.0, 8438.0, 8373.0, 8448.0, 8434.0, 8476.0, 8432.0, 8473.0, 8412.0, 8487.0, 8413.0, 8492.0, 8473.0, 8494.0, 8416.0, 8477.0, 8473.0, 8468.0, 8514.0, 8469.0, 8465.0, 8491.0, 8547.0, 8481.0, 8525.0, 8502.0, 8511.0, 8475.0, 8535.0, 8479.0, 8527.0, 8498.0, 8502.0, 8471.0, 8441.0, 8502.0, 8504.0, 8518.0, 8498.0, 8497.0, 8527.0, 8485.0, 8550.0, 8503.0, 8506.0, 8461.0, 8503.0, 8460.0, 8520.0, 8447.0, 8482.0, 8395.0, 8467.0, 8397.0, 8469.0, 8427.0, 8464.0, 8427.0, 8471.0, 8445.0, 8493.0, 8461.0, 8485.0, 8431.0, 8486.0, 8471.0, 8505.0, 8467.0, 8477.0, 8453.0, 8461.0, 8438.0, 8422.0, 8474.0, 8453.0, 8486.0, 8464.0, 8404.0, 8510.0, 8448.0, 8518.0, 8437.0, 8481.0, 8414.0, 8477.0, 8431.0, 8457.0, 8435.0, 8403.0, 8445.0, 8385.0, 8448.0, 8404.0, 8400.0, 8378.0, 8390.0, 8394.0, 8400.0, 8416.0, 8372.0, 8431.0, 8388.0, 8434.0, 8421.0, 8453.0, 8424.0, 8465.0, 8434.0, 8434.0, 8463.0, 8455.0, 8499.0, 8453.0, 8460.0, 8418.0, 8458.0, 8441.0, 8486.0, 8442.0, 8450.0, 8439.0, 8440.0, 8445.0, 8419.0, 8490.0, 8431.0, 8489.0, 8445.0, 8524.0, 8467.0, 8490.0, 8426.0, 8484.0, 8422.0, 8483.0, 8473.0, 8470.0, 8421.0, 8448.0, 8387.0, 8445.0, 8409.0, 8468.0, 8408.0, 8451.0, 8390.0, 8449.0, 8392.0, 8472.0, 8413.0, 8484.0, 8410.0, 8467.0, 8410.0, 8469.0, 8432.0, 8486.0, 8425.0, 8483.0, 8412.0, 8484.0, 8444.0, 8488.0, 8444.0, 8484.0, 8441.0, 8483.0, 8442.0, 8504.0, 8446.0, 8486.0, 8444.0, 8482.0, 8426.0, 8486.0, 8429.0, 8485.0, 8410.0, 8466.0, 8406.0, 8471.0, 8426.0, 8483.0, 8394.0, 8464.0, 8408.0, 8480.0, 8430.0, 8484.0, 8442.0, 8482.0, 8440.0, 8481.0, 8458.0, 8485.0, 8427.0, 8483.0, 8409.0, 8465.0, 8428.0, 8485.0, 8445.0, 8484.0, 8443.0, 8485.0, 8463.0, 8504.0, 8480.0, 8487.0, 8459.0, 8485.0, 8460.0, 8504.0, 8459.0, 8481.0, 8438.0, 8468.0, 8457.0, 8485.0, 8456.0, 8423.0, 8450.0, 8402.0, 8452.0, 8443.0, 8470.0, 8410.0, 8463.0, 8404.0, 8459.0, 8407.0, 8482.0, 8420.0, 8462.0, 8402.0, 8458.0, 8404.0, 8481.0, 8422.0, 8460.0, 8401.0, 8442.0, 8424.0, 8461.0, 8433.0, 8462.0, 8421.0, 8463.0, 8421.0, 8471.0, 8449.0, 8483.0, 8443.0, 8465.0, 8438.0, 8464.0, 8437.0, 8480.0, 8453.0, 8463.0, 8436.0, 8480.0, 8437.0, 8480.0, 8457.0, 8461.0, 8434.0, 8454.0, 8417.0, 8461.0, 8441.0, 8480.0, 8440.0, 8463.0, 8437.0, 8464.0, 8424.0, 8486.0, 8462.0, 8496.0, 8454.0, 8477.0, 8421.0, 8463.0, 8407.0, 8468.0, 8467.0, 8434.0, 8431.0, 8416.0, 8449.0, 8428.0, 8411.0, 8427.0, 8385.0, 8461.0, 8439.0, 8503.0, 8457.0, 8497.0, 8448.0, 8474.0, 8518.0, 8463.0, 8521.0, 8442.0, 8481.0, 8402.0, 8447.0, 8492.0, 8435.0, 8476.0, 8432.0, 8441.0, 8412.0, 8423.0, 8401.0, 8463.0, 8421.0, 8459.0, 8417.0, 8459.0, 8400.0, 8466.0, 8424.0, 8462.0, 8388.0, 8445.0, 8386.0, 8447.0, 8408.0, 8463.0, 8406.0, 8463.0, 8402.0, 8448.0, 8467.0, 8467.0, 8481.0, 8451.0, 8461.0, 8431.0, 8491.0, 8432.0, 8479.0, 8449.0, 8461.0, 8432.0, 8460.0, 8423.0, 8483.0, 8439.0, 8482.0, 8455.0, 8451.0, 8423.0, 8500.0, 8455.0, 8453.0, 8453.0, 8421.0, 8437.0, 8480.0, 8440.0, 8498.0, 8456.0, 8450.0, 8439.0, 8437.0, 8458.0, 8445.0, 8475.0, 8432.0, 8487.0, 8415.0, 8507.0, 8449.0, 8488.0, 8425.0, 8467.0, 8436.0, 8469.0, 8489.0, 8456.0, 8424.0, 8462.0, 8396.0, 8467.0, 8413.0, 8470.0, 8427.0, 8484.0, 8426.0, 8480.0, 8442.0, 8498.0, 8476.0, 8497.0, 8438.0, 8463.0, 8457.0, 8505.0, 8452.0, 8418.0, 8430.0, 8386.0, 8448.0, 8407.0, 8468.0, 8408.0, 8479.0, 8444.0, 8501.0, 8474.0, 8537.0, 8458.0, 8446.0, 8502.0, 8459.0, 8401.0, 8449.0, 8431.0, 8400.0, 8472.0, 8448.0, 8492.0, 8480.0, 8464.0, 8493.0, 8416.0, 8464.0, 8375.0, 8368.0, 8419.0, 8327.0, 8303.0, 8392.0, 8268.0, 8378.0, 8416.0, 8387.0, 8426.0, 8443.0, 8411.0, 8439.0, 8419.0, 8354.0, 8431.0, 8404.0, 8376.0, 8354.0, 8304.0, 8370.0, 8330.0, 8370.0, 8292.0, 8286.0, 8310.0, 8298.0, 8373.0, 8340.0, 8403.0, 8311.0, 8283.0, 8343.0, 8306.0, 8313.0, 8346.0, 8330.0, 8429.0, 8389.0, 8435.0, 8407.0, 8409.0, 8424.0, 8388.0, 8431.0, 8385.0, 8443.0, 8388.0, 8441.0, 8404.0, 8463.0, 8423.0, 8392.0, 8450.0, 8400.0, 8479.0, 8446.0, 8448.0, 8387.0, 8456.0, 8396.0, 8470.0, 8429.0, 8451.0, 8410.0, 8471.0, 8447.0, 8488.0, 8448.0, 8470.0, 8431.0, 8481.0, 8453.0, 8423.0, 8465.0, 8392.0, 8469.0, 8444.0, 8504.0, 8444.0, 8486.0, 8439.0, 8505.0, 8459.0, 8514.0, 8418.0, 8491.0, 8413.0, 8478.0, 8459.0, 8456.0, 8381.0, 8453.0, 8381.0, 8482.0, 8416.0, 8458.0, 8420.0, 8490.0, 8395.0, 8454.0, 8463.0, 8430.0, 8422.0, 8386.0, 8425.0, 8407.0, 8488.0, 8412.0, 8486.0, 8408.0, 8466.0, 8391.0, 8485.0, 8425.0, 8461.0, 8388.0, 8446.0, 8406.0, 8451.0, 8395.0, 8437.0, 8407.0, 8376.0, 8433.0, 8367.0, 8434.0, 8411.0, 8452.0, 8407.0, 8460.0, 8388.0, 8444.0, 8404.0, 8463.0, 8419.0, 8416.0, 8391.0, 8416.0, 8392.0, 8373.0, 8414.0, 8360.0, 8447.0, 8405.0, 8445.0, 8388.0, 8442.0, 8393.0, 8451.0, 8412.0, 8448.0, 8393.0, 8456.0, 8421.0, 8421.0, 8427.0, 8368.0, 8458.0, 8421.0, 8405.0, 8510.0, 8505.0, 8438.0, 8490.0, 8448.0, 8506.0, 8439.0, 8472.0, 8409.0, 8443.0, 8360.0, 8415.0, 8363.0, 8455.0, 8400.0, 8353.0, 8390.0, 8333.0, 8334.0, 8395.0, 8374.0, 8445.0, 8406.0, 8407.0, 8424.0, 8398.0, 8441.0, 8444.0, 8454.0, 8407.0, 8437.0, 8388.0, 8438.0, 8411.0, 8434.0, 8375.0, 8431.0, 8375.0, 8465.0, 8408.0, 8470.0, 8400.0, 8468.0, 8396.0, 8474.0, 8445.0, 8488.0, 8445.0, 8470.0, 8453.0, 8452.0, 8468.0, 8454.0, 8499.0, 8438.0, 8503.0, 8439.0, 8462.0, 8419.0, 8445.0, 8391.0, 8433.0, 8415.0, 8458.0, 8399.0, 8443.0, 8400.0, 8448.0, 8474.0, 8447.0, 8505.0, 8459.0, 8484.0, 8425.0, 8470.0, 8431.0, 8456.0, 8424.0, 8437.0, 8465.0, 8410.0, 8489.0, 8418.0, 8490.0, 8430.0, 8470.0, 8446.0, 8441.0, 8418.0, 8417.0, 8454.0, 8427.0, 8482.0, 8411.0, 8497.0, 8456.0, 8510.0, 8430.0, 8486.0, 8426.0, 8486.0, 8438.0, 8465.0, 8416.0, 8448.0, 8449.0, 8443.0, 8382.0, 8438.0, 8372.0, 8443.0, 8404.0, 8473.0, 8400.0, 8454.0, 8397.0, 8470.0, 8429.0, 8468.0, 8407.0, 8446.0, 8389.0, 8431.0, 8397.0, 8452.0, 8392.0, 8430.0, 8375.0, 8413.0, 8378.0, 8435.0, 8378.0, 8418.0, 8379.0, 8418.0, 8369.0, 8444.0, 8404.0, 8429.0, 8389.0, 8443.0, 8409.0, 8480.0, 8439.0, 8462.0, 8424.0, 8478.0, 8423.0, 8501.0, 8459.0, 8494.0, 8434.0, 8478.0, 8438.0, 8476.0, 8420.0, 8484.0, 8438.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.004479305210918115</td></tr>
<tr><td colspan=3>aqi</td><td>0.05834764210090984</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.22668184522355</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1471570467466894</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0336813205215245</td></tr>
<tr><td colspan=3>efc</td><td>0.4661</td></tr>
<tr><td colspan=3>fber</td><td>3524.0232</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.182115171056205</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>321</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.550868486352357</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.829025753953829</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7579320251548674</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0763156539276464</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.652829582778973</td></tr>
<tr><td colspan=3>gcor</td><td>0.011525</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011008518747985363</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028702620416879654</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5065890579651118</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.3189</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9873</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.5775</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308735.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>763.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.7547</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.2471</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.5388</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2956.5577</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67809.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>774.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>915.9831</td></tr>
<tr><td colspan=3>tsnr</td><td>23.999501769896597</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>