<?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-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-01/func/sub-0083_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>fcf4dcb5b97e3e5cbd3858dd830eb6fc</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>22:24:55.215000</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.996543, -0.0436904, 0.0706698, 0.0405479, 0.99815, 0.0453069]</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>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.0981611</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7880, -7063, 969, -73, -189, 134, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>232.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>72978b94-a804-4c34-9dd2-a7c90769000f||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.6736507415771484, 0.10878702998161316, 0.19580012559890747, 100.83346557617188], [0.11721803992986679, 2.6779630184173584, 0.11416871845722198, -109.09630584716797], [0.18960201740264893, -0.12155502289533615, 2.690469741821289, -49.496788024902344], [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': ['222455.215000', '222455.675000', '222456.135000', '222456.595000', '222457.055000', '222457.515000', '222457.975000', '222458.435000', '222458.895000', '222459.355000', '222459.815000', '222500.275000', '222500.735000', '222501.195000', '222501.655000', '222502.115000', '222502.575000', '222503.035000', '222503.495000', '222503.955000', '222504.415000', '222504.875000', '222505.335000', '222505.795000', '222506.255000', '222506.715000', '222507.175000', '222507.635000', '222508.095000', '222508.555000', '222509.015000', '222509.475000', '222509.935000', '222510.395000', '222510.855000', '222511.315000', '222511.775000', '222512.235000', '222512.695000', '222513.155000', '222513.615000', '222514.075000', '222514.535000', '222514.995000', '222515.455000', '222515.915000', '222516.375000', '222516.835000', '222517.295000', '222517.755000', '222518.215000', '222518.675000', '222519.135000', '222519.595000', '222520.055000', '222520.515000', '222520.975000', '222521.435000', '222521.895000', '222522.355000', '222522.815000', '222523.275000', '222523.735000', '222524.195000', '222524.655000', '222525.115000', '222525.575000', '222526.035000', '222526.495000', '222526.955000', '222527.415000', '222527.875000', '222528.335000', '222528.795000', '222529.255000', '222529.715000', '222530.175000', '222530.635000', '222531.095000', '222531.555000', '222532.015000', '222532.475000', '222532.935000', '222533.395000', '222533.855000', '222534.315000', '222534.775000', '222535.235000', '222535.695000', '222536.155000', '222536.615000', '222537.075000', '222537.535000', '222537.995000', '222538.455000', '222538.915000', '222539.375000', '222539.835000', '222540.295000', '222540.755000', '222541.215000', '222541.675000', '222542.135000', '222542.595000', '222543.055000', '222543.515000', '222543.975000', '222544.435000', '222544.895000', '222545.355000', '222545.815000', '222546.275000', '222546.735000', '222547.195000', '222547.655000', '222548.115000', '222548.575000', '222549.035000', '222549.495000', '222549.955000', '222550.415000', '222550.875000', '222551.335000', '222551.795000', '222552.255000', '222552.715000', '222553.175000', '222553.635000', '222554.095000', '222554.555000', '222555.015000', '222555.475000', '222555.935000', '222556.395000', '222556.855000', '222557.315000', '222557.775000', '222558.235000', '222558.695000', '222559.155000', '222559.615000', '222600.075000', '222600.535000', '222600.995000', '222601.455000', '222601.915000', '222602.375000', '222602.835000', '222603.295000', '222603.755000', '222604.215000', '222604.675000', '222605.135000', '222605.595000', '222606.055000', '222606.515000', '222606.975000', '222607.435000', '222607.895000', '222608.355000', '222608.815000', '222609.275000', '222609.735000', '222610.195000', '222610.655000', '222611.115000', '222611.575000', '222612.035000', '222612.495000', '222612.955000', '222613.415000', '222613.875000', '222614.335000', '222614.795000', '222615.255000', '222615.715000', '222616.175000', '222616.635000', '222617.095000', '222617.555000', '222618.015000', '222618.475000', '222618.935000', '222619.395000', '222619.855000', '222620.315000', '222620.775000', '222621.235000', '222621.695000', '222622.155000', '222622.615000', '222623.075000', '222623.535000', '222623.995000', '222624.455000', '222624.915000', '222625.375000', '222625.835000', '222626.295000', '222626.755000', '222627.215000', '222627.675000', '222628.135000', '222628.595000', '222629.055000', '222629.515000', '222629.975000', '222630.435000', '222630.895000', '222631.355000', '222631.815000', '222632.275000', '222632.735000', '222633.195000', '222633.655000', '222634.115000', '222634.575000', '222635.035000', '222635.495000', '222635.955000', '222636.415000', '222636.875000', '222637.335000', '222637.795000', '222638.255000', '222638.715000', '222639.175000', '222639.635000', '222640.095000', '222640.555000', '222641.015000', '222641.475000', '222641.935000', '222642.395000', '222642.855000', '222643.315000', '222643.775000', '222644.235000', '222644.695000', '222645.155000', '222645.615000', '222646.075000', '222646.535000', '222646.995000', '222647.455000', '222647.915000', '222648.375000', '222648.835000', '222649.295000', '222649.755000', '222650.215000', '222650.675000', '222651.135000', '222651.595000', '222652.055000', '222652.515000', '222652.975000', '222653.435000', '222653.895000', '222654.355000', '222654.815000', '222655.275000', '222655.735000', '222656.195000', '222656.655000', '222657.115000', '222657.575000', '222658.035000', '222658.495000', '222658.955000', '222659.415000', '222659.875000', '222700.335000', '222700.795000', '222701.255000', '222701.715000', '222702.175000', '222702.635000', '222703.095000', '222703.555000', '222704.015000', '222704.475000', '222704.935000', '222705.395000', '222705.855000', '222706.315000', '222706.775000', '222707.235000', '222707.695000', '222708.155000', '222708.615000', '222709.075000', '222709.535000', '222709.995000', '222710.455000', '222710.915000', '222711.375000', '222711.835000', '222712.295000', '222712.755000', '222713.215000', '222713.675000', '222714.135000', '222714.595000', '222715.055000', '222715.515000', '222715.975000', '222716.435000', '222716.895000', '222717.355000', '222717.815000', '222718.275000', '222718.735000', '222719.195000', '222719.655000', '222720.115000', '222720.575000', '222721.035000', '222721.495000', '222721.955000', '222722.415000', '222722.875000', '222723.335000', '222723.795000', '222724.255000', '222724.715000', '222725.175000', '222725.635000', '222726.095000', '222726.555000', '222727.015000', '222727.475000', '222727.935000', '222728.395000', '222728.855000', '222729.315000', '222729.775000', '222730.235000', '222730.695000', '222731.155000', '222731.615000', '222732.075000', '222732.535000', '222732.995000', '222733.455000', '222733.915000', '222734.375000', '222734.835000', '222735.295000', '222735.755000', '222736.215000', '222736.675000', '222737.135000', '222737.595000', '222738.055000', '222738.515000', '222738.975000', '222739.435000', '222739.895000', '222740.355000', '222740.815000', '222741.275000', '222741.735000', '222742.195000', '222742.655000', '222743.115000', '222743.575000', '222744.035000', '222744.495000', '222744.955000', '222745.415000', '222745.875000', '222746.335000', '222746.795000', '222747.255000', '222747.715000', '222748.175000', '222748.635000', '222749.095000', '222749.555000', '222750.015000', '222750.475000', '222750.935000', '222751.395000', '222751.855000', '222752.315000', '222752.775000', '222753.235000', '222753.695000', '222754.155000', '222754.615000', '222755.075000', '222755.535000', '222755.995000', '222756.455000', '222756.915000', '222757.375000', '222757.835000', '222758.295000', '222758.755000', '222759.215000', '222759.675000', '222800.135000', '222800.595000', '222801.055000', '222801.515000', '222801.975000', '222802.435000', '222802.895000', '222803.355000', '222803.815000', '222804.275000', '222804.735000', '222805.195000', '222805.655000', '222806.115000', '222806.575000', '222807.035000', '222807.495000', '222807.955000', '222808.415000', '222808.875000', '222809.335000', '222809.795000', '222810.255000', '222810.715000', '222811.175000', '222811.635000', '222812.095000', '222812.555000', '222813.015000', '222813.475000', '222813.935000', '222814.395000', '222814.855000', '222815.315000', '222815.775000', '222816.235000', '222816.695000', '222817.155000', '222817.615000', '222818.075000', '222818.535000', '222818.995000', '222819.455000', '222819.915000', '222820.375000', '222820.835000', '222821.295000', '222821.755000', '222822.215000', '222822.675000', '222823.135000', '222823.595000', '222824.055000', '222824.515000', '222824.975000', '222825.435000', '222825.895000', '222826.355000', '222826.815000', '222827.275000', '222827.735000', '222828.195000', '222828.655000', '222829.115000', '222829.575000', '222830.035000', '222830.495000', '222830.955000', '222831.415000', '222831.875000', '222832.335000', '222832.795000', '222833.255000', '222833.715000', '222834.175000', '222834.635000', '222835.095000', '222835.555000', '222836.015000', '222836.475000', '222836.935000', '222837.395000', '222837.855000', '222838.315000', '222838.775000', '222839.235000', '222839.695000', '222840.155000', '222840.615000', '222841.075000', '222841.535000', '222841.995000', '222842.455000', '222842.915000', '222843.375000', '222843.835000', '222844.295000', '222844.755000', '222845.215000', '222845.675000', '222846.135000', '222846.595000', '222847.055000', '222847.515000', '222847.975000', '222848.435000', '222848.895000', '222849.355000', '222849.815000', '222850.275000', '222850.735000', '222851.195000', '222851.655000', '222852.115000', '222852.575000', '222853.035000', '222853.495000', '222853.955000', '222854.415000', '222854.875000', '222855.335000', '222855.795000', '222856.255000', '222856.715000', '222857.175000', '222857.635000', '222858.095000', '222858.555000', '222859.015000', '222859.475000', '222859.935000', '222900.395000', '222900.855000', '222901.315000', '222901.775000', '222902.235000', '222902.695000', '222903.155000', '222903.615000', '222904.075000', '222904.535000', '222904.995000', '222905.455000', '222905.915000', '222906.375000', '222906.835000', '222907.295000', '222907.755000', '222908.215000', '222908.675000', '222909.135000', '222909.595000', '222910.055000', '222910.515000', '222910.975000', '222911.435000', '222911.895000', '222912.355000', '222912.815000', '222913.275000', '222913.735000', '222914.195000', '222914.655000', '222915.115000', '222915.575000', '222916.035000', '222916.495000', '222916.955000', '222917.415000', '222917.875000', '222918.335000', '222918.795000', '222919.255000', '222919.715000', '222920.175000', '222920.635000', '222921.095000', '222921.555000', '222922.015000', '222922.475000', '222922.935000', '222923.395000', '222923.855000', '222924.315000', '222924.775000', '222925.235000', '222925.695000', '222926.155000', '222926.615000', '222927.075000', '222927.535000', '222927.995000', '222928.455000', '222928.915000', '222929.375000', '222929.835000', '222930.295000', '222930.755000', '222931.215000', '222931.675000', '222932.135000', '222932.595000', '222933.055000', '222933.515000', '222933.975000', '222934.435000', '222934.895000', '222935.355000', '222935.815000', '222936.275000', '222936.735000', '222937.195000', '222937.655000', '222938.115000', '222938.575000', '222939.035000', '222939.495000', '222939.955000', '222940.415000', '222940.875000', '222941.335000', '222941.795000', '222942.255000', '222942.715000', '222943.175000', '222943.635000', '222944.095000', '222944.555000', '222945.015000', '222945.475000', '222945.935000', '222946.395000', '222946.855000', '222947.315000', '222947.775000', '222948.235000', '222948.695000', '222949.155000', '222949.615000', '222950.075000', '222950.535000', '222950.995000', '222951.455000', '222951.915000', '222952.375000', '222952.835000', '222953.295000', '222953.755000', '222954.215000', '222954.675000', '222955.135000', '222955.595000', '222956.055000', '222956.515000', '222956.975000', '222957.435000', '222957.895000', '222958.355000', '222958.815000', '222959.275000', '222959.735000', '223000.195000', '223000.655000', '223001.115000', '223001.575000', '223002.035000', '223002.495000', '223002.955000', '223003.415000', '223003.875000', '223004.335000', '223004.795000', '223005.255000', '223005.715000', '223006.175000', '223006.635000', '223007.095000', '223007.555000', '223008.015000', '223008.475000', '223008.935000', '223009.395000', '223009.855000', '223010.315000', '223010.775000', '223011.235000', '223011.695000', '223012.155000', '223012.615000', '223013.075000', '223013.535000', '223013.995000', '223014.455000', '223014.915000', '223015.375000', '223015.835000', '223016.295000', '223016.755000', '223017.215000', '223017.675000', '223018.135000', '223018.595000', '223019.055000', '223019.515000', '223019.975000', '223020.435000', '223020.895000', '223021.355000', '223021.815000', '223022.275000', '223022.735000', '223023.195000', '223023.655000', '223024.115000', '223024.575000', '223025.035000', '223025.495000', '223025.955000', '223026.415000', '223026.875000', '223027.335000', '223027.795000', '223028.255000', '223028.715000', '223029.175000', '223029.635000', '223030.095000', '223030.555000', '223031.015000', '223031.475000', '223031.935000', '223032.395000', '223032.855000', '223033.315000', '223033.775000', '223034.235000', '223034.695000', '223035.155000', '223035.615000', '223036.075000', '223036.535000', '223036.995000', '223037.455000', '223037.915000', '223038.375000', '223038.835000', '223039.295000', '223039.755000', '223040.215000', '223040.675000', '223041.135000', '223041.595000', '223042.055000', '223042.515000', '223042.975000', '223043.435000', '223043.895000', '223044.355000', '223044.815000', '223045.275000', '223045.735000', '223046.195000', '223046.655000', '223047.115000', '223047.575000', '223048.035000', '223048.495000', '223048.955000', '223049.415000', '223049.875000', '223050.335000', '223050.795000', '223051.255000', '223051.715000', '223052.175000', '223052.635000', '223053.095000', '223053.555000', '223054.015000', '223054.475000', '223054.935000', '223055.395000', '223055.855000', '223056.315000', '223056.775000', '223057.235000', '223057.695000', '223058.155000', '223058.615000', '223059.075000', '223059.535000', '223059.995000', '223100.455000', '223100.915000', '223101.375000', '223101.835000', '223102.295000', '223102.755000', '223103.215000', '223103.675000', '223104.135000', '223104.595000', '223105.055000', '223105.515000', '223105.975000', '223106.435000', '223106.895000', '223107.355000', '223107.815000', '223108.275000', '223108.735000', '223109.195000', '223109.655000', '223110.115000', '223110.575000', '223111.035000', '223111.495000', '223111.955000', '223112.415000', '223112.875000', '223113.335000', '223113.795000', '223114.255000', '223114.715000', '223115.175000', '223115.635000', '223116.095000', '223116.555000', '223117.015000', '223117.475000', '223117.935000', '223118.395000', '223118.855000', '223119.315000', '223119.775000', '223120.235000', '223120.695000', '223121.155000', '223121.615000', '223122.075000', '223122.535000', '223122.995000', '223123.455000', '223123.915000', '223124.375000', '223124.835000', '223125.295000', '223125.755000', '223126.215000', '223126.675000', '223127.135000', '223127.595000', '223128.055000', '223128.515000', '223128.975000', '223129.435000', '223129.895000', '223130.355000', '223130.815000', '223131.275000', '223131.735000', '223132.195000', '223132.655000', '223133.115000', '223133.575000', '223134.035000', '223134.495000', '223134.955000', '223135.415000', '223135.875000', '223136.335000', '223136.795000', '223137.255000', '223137.715000', '223138.175000', '223138.635000', '223139.095000', '223139.555000', '223140.015000', '223140.475000', '223140.935000', '223141.395000', '223141.855000', '223142.315000', '223142.775000', '223143.235000', '223143.695000', '223144.155000', '223144.615000', '223145.075000', '223145.535000', '223145.995000', '223146.455000', '223146.915000', '223147.375000', '223147.835000', '223148.295000', '223148.755000', '223149.215000', '223149.675000', '223150.135000', '223150.595000', '223151.055000', '223151.515000', '223151.975000', '223152.435000', '223152.895000', '223153.355000', '223153.815000', '223154.275000', '223154.735000', '223155.195000', '223155.655000', '223156.115000', '223156.575000', '223157.035000', '223157.495000', '223157.955000', '223158.415000', '223158.875000', '223159.335000', '223159.795000', '223200.255000', '223200.715000', '223201.175000', '223201.635000', '223202.095000', '223202.555000', '223203.015000', '223203.475000', '223203.935000', '223204.395000', '223204.855000', '223205.315000', '223205.775000', '223206.235000', '223206.695000', '223207.155000', '223207.615000', '223208.075000', '223208.535000', '223208.995000', '223209.455000', '223209.915000', '223210.375000', '223210.835000', '223211.295000', '223211.755000', '223212.215000', '223212.675000', '223213.135000', '223213.595000', '223214.055000', '223214.515000', '223214.975000', '223215.435000', '223215.895000', '223216.355000', '223216.815000', '223217.275000', '223217.735000', '223218.195000', '223218.655000', '223219.115000', '223219.575000', '223220.035000', '223220.495000', '223220.955000', '223221.415000', '223221.875000', '223222.335000', '223222.795000', '223223.255000', '223223.715000', '223224.175000', '223224.635000', '223225.095000', '223225.555000', '223226.015000', '223226.475000', '223226.935000', '223227.395000', '223227.855000', '223228.315000', '223228.775000', '223229.235000', '223229.695000', '223230.155000', '223230.615000', '223231.075000', '223231.535000', '223231.995000', '223232.455000', '223232.915000', '223233.375000', '223233.835000', '223234.295000', '223234.755000', '223235.215000', '223235.675000', '223236.135000', '223236.595000', '223237.055000', '223237.515000', '223237.975000', '223238.435000', '223238.895000', '223239.355000', '223239.815000', '223240.275000', '223240.735000', '223241.195000', '223241.655000', '223242.115000', '223242.575000', '223243.035000', '223243.495000', '223243.955000', '223244.415000', '223244.875000', '223245.335000', '223245.795000', '223246.255000', '223246.715000', '223247.175000', '223247.635000', '223248.095000', '223248.555000', '223249.015000', '223249.475000', '223249.935000', '223250.395000', '223250.855000', '223251.315000', '223251.775000', '223252.235000', '223252.695000', '223253.155000', '223253.615000', '223254.075000', '223254.535000', '223254.995000', '223255.455000', '223255.915000', '223256.375000', '223256.835000', '223257.295000', '223257.755000', '223258.215000', '223258.675000', '223259.135000', '223259.595000', '223300.055000', '223300.515000', '223300.975000', '223301.435000', '223301.895000', '223302.355000', '223302.815000', '223303.275000', '223303.735000', '223304.195000', '223304.655000', '223305.115000', '223305.575000', '223306.035000', '223306.495000', '223306.955000', '223307.415000', '223307.875000', '223308.335000', '223308.795000', '223309.255000', '223309.715000', '223310.175000', '223310.635000', '223311.095000', '223311.555000', '223312.015000', '223312.475000', '223312.935000', '223313.395000', '223313.855000', '223314.315000', '223314.775000', '223315.235000', '223315.695000', '223316.155000', '223316.615000', '223317.075000', '223317.535000', '223317.995000', '223318.455000', '223318.915000', '223319.375000', '223319.835000', '223320.295000', '223320.755000', '223321.215000', '223321.675000', '223322.135000', '223322.595000', '223323.055000', '223323.515000', '223323.975000', '223324.435000', '223324.895000', '223325.355000', '223325.815000', '223326.275000', '223326.735000', '223327.195000', '223327.655000', '223328.115000', '223328.575000', '223329.035000', '223329.495000', '223329.955000', '223330.415000', '223330.875000', '223331.335000', '223331.795000', '223332.255000', '223332.715000', '223333.175000', '223333.635000', '223334.095000', '223334.555000', '223335.015000', '223335.475000', '223335.935000', '223336.395000', '223336.855000', '223337.315000', '223337.775000', '223338.235000', '223338.695000', '223339.155000', '223339.615000', '223340.075000', '223340.535000', '223340.995000', '223341.455000', '223341.915000', '223342.375000', '223342.835000', '223343.295000', '223343.755000', '223344.215000', '223344.675000', '223345.135000', '223345.595000', '223346.055000', '223346.515000', '223346.975000', '223347.435000', '223347.895000', '223348.355000', '223348.815000', '223349.275000', '223349.735000', '223350.195000', '223350.655000', '223351.115000', '223351.575000', '223352.035000', '223352.495000', '223352.955000', '223353.415000', '223353.875000', '223354.335000', '223354.795000', '223355.255000', '223355.715000', '223356.175000', '223356.635000', '223357.095000', '223357.555000', '223358.015000', '223358.475000', '223358.935000', '223359.395000', '223359.855000', '223400.315000', '223400.775000', '223401.235000', '223401.695000', '223402.155000', '223402.615000', '223403.075000', '223403.535000', '223403.995000', '223404.455000', '223404.915000', '223405.375000', '223405.835000', '223406.295000', '223406.755000', '223407.215000', '223407.675000', '223408.135000', '223408.595000', '223409.055000', '223409.515000', '223409.975000', '223410.435000', '223410.895000'], 'ContentTime': ['222524.859000', '222524.862000', '222524.865000', '222524.867000', '222524.870000', '222524.872000', '222524.875000', '222524.877000', '222524.910000', '222524.913000', '222524.915000', '222524.918000', '222524.920000', '222524.923000', '222524.926000', '222524.928000', '222524.931000', '222524.933000', '222524.936000', '222524.938000', '222524.941000', '222524.943000', '222524.946000', '222524.948000', '222524.951000', '222524.953000', '222524.956000', '222524.959000', '222524.961000', '222524.964000', '222524.966000', '222524.969000', '222524.971000', '222524.974000', '222524.977000', '222524.979000', '222524.982000', '222524.984000', '222524.987000', '222524.989000', '222524.992000', '222524.995000', '222524.997000', '222525.000000', '222525.002000', '222525.005000', '222525.007000', '222525.010000', '222525.013000', '222525.015000', '222525.018000', '222525.020000', '222525.023000', '222525.025000', '222525.028000', '222525.031000', '222525.036000', '222525.038000', '222525.041000', '222525.043000', '222525.046000', '222525.048000', '222525.051000', '222544.831000', '222544.833000', '222544.836000', '222544.839000', '222544.841000', '222544.844000', '222544.846000', '222544.849000', '222544.851000', '222544.854000', '222544.857000', '222544.859000', '222544.862000', '222544.865000', '222544.867000', '222544.870000', '222544.872000', '222544.875000', '222544.878000', '222544.880000', '222544.883000', '222544.885000', '222544.888000', '222544.890000', '222544.893000', '222544.896000', '222544.898000', '222544.901000', '222544.903000', '222544.906000', '222544.908000', '222544.911000', '222544.914000', '222544.916000', '222544.919000', '222544.921000', '222544.924000', '222544.926000', '222544.929000', '222544.931000', '222544.934000', '222544.937000', '222544.939000', '222604.831000', '222604.833000', '222604.836000', '222604.838000', '222604.841000', '222604.844000', '222604.846000', '222604.849000', '222604.851000', '222604.854000', '222604.857000', '222604.859000', '222604.862000', '222604.864000', '222604.867000', '222604.870000', '222604.873000', '222604.876000', '222604.878000', '222604.881000', '222604.883000', '222604.886000', '222604.889000', '222604.891000', '222604.894000', '222604.896000', '222604.899000', '222604.901000', '222604.904000', '222604.907000', '222604.909000', '222604.912000', '222604.915000', '222604.917000', '222604.920000', '222604.923000', '222604.925000', '222604.928000', '222604.930000', '222604.933000', '222604.936000', '222604.938000', '222604.941000', '222604.943000', '222624.830000', '222624.833000', '222624.836000', '222624.839000', '222624.841000', '222624.844000', '222624.846000', '222624.849000', '222624.852000', '222624.854000', '222624.857000', '222624.860000', '222624.862000', '222624.865000', '222624.867000', '222624.870000', '222624.872000', '222624.881000', '222624.884000', '222624.887000', '222624.890000', '222624.892000', '222624.895000', '222624.898000', '222624.901000', '222624.904000', '222624.906000', '222624.909000', '222624.911000', '222624.914000', '222624.917000', '222624.919000', '222624.922000', '222624.924000', '222624.927000', '222624.930000', '222624.932000', '222624.935000', '222624.937000', '222624.940000', '222624.943000', '222624.945000', '222624.948000', '222644.830000', '222644.833000', '222644.836000', '222644.838000', '222644.851000', '222644.854000', '222644.856000', '222644.859000', '222644.862000', '222644.864000', '222644.867000', '222644.869000', '222644.872000', '222644.874000', '222644.877000', '222644.880000', '222644.882000', '222644.885000', '222644.887000', '222644.890000', '222644.893000', '222644.895000', '222644.898000', '222644.900000', '222644.903000', '222644.905000', '222644.908000', '222644.911000', '222644.913000', '222644.916000', '222644.918000', '222644.921000', '222644.924000', '222644.926000', '222644.929000', '222644.932000', '222644.934000', '222644.937000', '222644.939000', '222644.942000', '222644.944000', '222644.947000', '222644.950000', '222644.952000', '222704.831000', '222704.833000', '222704.836000', '222704.839000', '222704.841000', '222704.844000', '222704.846000', '222704.849000', '222704.852000', '222704.854000', '222704.857000', '222704.860000', '222704.862000', '222704.865000', '222704.867000', '222704.870000', '222704.873000', '222704.875000', '222704.878000', '222704.880000', '222704.883000', '222704.886000', '222704.888000', '222704.891000', '222704.894000', '222704.896000', '222704.899000', '222704.901000', '222704.904000', '222704.907000', '222704.909000', '222704.912000', '222704.915000', '222704.918000', '222704.920000', '222704.923000', '222704.925000', '222704.928000', '222704.931000', '222704.933000', '222704.936000', '222704.938000', '222704.941000', '222724.831000', '222724.834000', '222724.837000', '222724.839000', '222724.842000', '222724.845000', '222724.847000', '222724.850000', '222724.852000', '222724.855000', '222724.857000', '222724.860000', '222724.863000', '222724.865000', '222724.868000', '222724.871000', '222724.873000', '222724.876000', '222724.878000', '222724.881000', '222724.884000', '222724.886000', '222724.889000', '222724.891000', '222724.894000', '222724.896000', '222724.899000', '222724.902000', '222724.904000', '222724.908000', '222724.910000', '222724.913000', '222724.916000', '222724.918000', '222724.921000', '222724.924000', '222724.926000', '222724.929000', '222724.931000', '222724.934000', '222724.936000', '222724.939000', '222724.942000', '222724.944000', '222744.832000', '222744.834000', '222744.862000', '222744.865000', '222744.867000', '222744.870000', '222744.873000', '222744.875000', '222744.878000', '222744.880000', '222744.883000', '222744.886000', '222744.888000', '222744.891000', '222744.893000', '222744.896000', '222744.899000', '222744.901000', '222744.904000', '222744.906000', '222744.909000', '222744.911000', '222744.914000', '222744.917000', '222744.919000', '222744.922000', '222744.924000', '222744.927000', '222744.930000', '222744.932000', '222744.935000', '222744.938000', '222744.940000', '222744.943000', '222744.946000', '222744.949000', '222744.952000', '222744.955000', '222744.957000', '222744.960000', '222744.963000', '222744.965000', '222744.968000', '222804.831000', '222804.834000', '222804.836000', '222804.839000', '222804.841000', '222804.844000', '222804.847000', '222804.849000', '222804.852000', '222804.854000', '222804.857000', '222804.859000', '222804.862000', '222804.865000', '222804.867000', '222804.870000', '222804.872000', '222804.875000', '222804.878000', '222804.880000', '222804.883000', '222804.885000', '222804.888000', '222804.890000', '222804.893000', '222804.896000', '222804.898000', '222804.901000', '222804.903000', '222804.906000', '222804.909000', '222804.911000', '222804.914000', '222804.916000', '222804.919000', '222804.922000', '222804.924000', '222804.927000', '222804.929000', '222804.932000', '222804.935000', '222804.937000', '222804.940000', '222804.965000', '222824.831000', '222824.833000', '222824.836000', '222824.839000', '222824.841000', '222824.844000', '222824.846000', '222824.849000', '222824.851000', '222824.854000', '222824.857000', '222824.859000', '222824.862000', '222824.865000', '222824.867000', '222824.870000', '222824.873000', '222824.875000', '222824.878000', '222824.880000', '222824.883000', '222824.885000', '222824.888000', '222824.891000', '222824.893000', '222824.896000', '222824.898000', '222824.901000', '222824.904000', '222824.906000', '222824.909000', '222824.912000', '222824.914000', '222824.917000', '222824.919000', '222824.922000', '222824.925000', '222824.927000', '222824.930000', '222824.933000', '222824.935000', '222824.938000', '222824.941000', '222844.830000', '222844.833000', '222844.836000', '222844.838000', '222844.841000', '222844.844000', '222844.846000', '222844.849000', '222844.851000', '222844.854000', '222844.856000', '222844.859000', '222844.862000', '222844.864000', '222844.867000', '222844.869000', '222844.872000', '222844.875000', '222844.877000', '222844.880000', '222844.882000', '222844.885000', '222844.888000', '222844.890000', '222844.893000', '222844.895000', '222844.898000', '222844.900000', '222844.903000', '222844.906000', '222844.908000', '222844.911000', '222844.914000', '222844.916000', '222844.919000', '222844.921000', '222844.924000', '222844.927000', '222844.929000', '222844.932000', '222844.934000', '222844.937000', '222844.940000', '222844.942000', '222904.830000', '222904.833000', '222904.836000', '222904.838000', '222904.841000', '222904.844000', '222904.846000', '222904.849000', '222904.851000', '222904.854000', '222904.857000', '222904.859000', '222904.862000', '222904.864000', '222904.867000', '222904.870000', '222904.872000', '222904.875000', '222904.877000', '222904.880000', '222904.883000', '222904.885000', '222904.888000', '222904.890000', '222904.893000', '222904.895000', '222904.898000', '222904.901000', '222904.903000', '222904.906000', '222904.909000', '222904.911000', '222904.914000', '222904.916000', '222904.919000', '222904.922000', '222904.924000', '222904.927000', '222904.929000', '222904.932000', '222904.935000', '222904.937000', '222904.940000', '222924.830000', '222924.833000', '222924.836000', '222924.839000', '222924.841000', '222924.844000', '222924.846000', '222924.849000', '222924.851000', '222924.854000', '222924.857000', '222924.859000', '222924.862000', '222924.864000', '222924.867000', '222924.870000', '222924.872000', '222924.875000', '222924.877000', '222924.880000', '222924.883000', '222924.885000', '222924.888000', '222924.890000', '222924.893000', '222924.896000', '222924.898000', '222924.901000', '222924.903000', '222924.906000', '222924.909000', '222924.911000', '222924.914000', '222924.916000', '222924.919000', '222924.922000', '222924.924000', '222924.927000', '222924.929000', '222924.932000', '222924.935000', '222924.937000', '222924.940000', '222924.943000', '222944.832000', '222944.834000', '222944.837000', '222944.840000', '222944.842000', '222944.845000', '222944.847000', '222944.850000', '222944.853000', '222944.855000', '222944.914000', '222944.917000', '222944.919000', '222944.922000', '222944.924000', '222944.927000', '222944.930000', '222944.932000', '222944.935000', '222944.937000', '222944.940000', '222944.942000', '222944.945000', '222944.948000', '222944.951000', '222944.953000', '222944.956000', '222944.958000', '222944.961000', '222944.964000', '222944.966000', '222944.969000', '222944.971000', '222944.974000', '222944.977000', '222944.979000', '222944.982000', '222944.985000', '222944.987000', '222944.990000', '222944.993000', '222944.996000', '222944.998000', '223004.832000', '223004.834000', '223004.837000', '223004.840000', '223004.842000', '223004.845000', '223004.848000', '223004.850000', '223004.853000', '223004.855000', '223004.858000', '223004.861000', '223004.863000', '223004.866000', '223004.868000', '223004.871000', '223004.874000', '223004.876000', '223004.879000', '223004.881000', '223004.884000', '223004.886000', '223004.889000', '223004.892000', '223004.895000', '223004.897000', '223004.900000', '223004.902000', '223004.905000', '223004.907000', '223004.910000', '223004.913000', '223004.915000', '223004.918000', '223004.920000', '223004.923000', '223004.926000', '223004.928000', '223004.931000', '223004.933000', '223004.936000', '223004.939000', '223004.941000', '223004.944000', '223024.831000', '223024.833000', '223024.836000', '223024.839000', '223024.841000', '223024.844000', '223024.847000', '223024.849000', '223024.852000', '223024.857000', '223024.859000', '223024.862000', '223024.864000', '223024.867000', '223024.870000', '223024.872000', '223024.875000', '223024.878000', '223024.886000', '223024.888000', '223024.891000', '223024.893000', '223024.896000', '223024.899000', '223024.901000', '223024.904000', '223024.907000', '223024.909000', '223024.912000', '223024.914000', '223024.917000', '223024.919000', '223024.922000', '223024.925000', '223024.927000', '223024.930000', '223024.932000', '223024.935000', '223024.938000', '223024.940000', '223024.943000', '223024.945000', '223024.948000', '223044.830000', '223044.833000', '223044.836000', '223044.838000', '223044.841000', '223044.844000', '223044.846000', '223044.849000', '223044.852000', '223044.854000', '223044.857000', '223044.860000', '223044.862000', '223044.865000', '223044.867000', '223044.870000', '223044.873000', '223044.875000', '223044.878000', '223044.880000', '223044.883000', '223044.885000', '223044.888000', '223044.891000', '223044.893000', '223044.896000', '223044.898000', '223044.901000', '223044.903000', '223044.906000', '223044.909000', '223044.911000', '223044.914000', '223044.916000', '223044.919000', '223044.922000', '223044.924000', '223044.927000', '223044.930000', '223044.932000', '223044.935000', '223044.937000', '223044.940000', '223044.943000', '223104.830000', '223104.833000', '223104.836000', '223104.838000', '223104.841000', '223104.844000', '223104.847000', '223104.849000', '223104.852000', '223104.855000', '223104.857000', '223104.860000', '223104.862000', '223104.865000', '223104.868000', '223104.870000', '223104.873000', '223104.875000', '223104.878000', '223104.880000', '223104.883000', '223104.886000', '223104.888000', '223104.891000', '223104.893000', '223104.896000', '223104.899000', '223104.901000', '223104.904000', '223104.906000', '223104.909000', '223104.912000', '223104.914000', '223104.917000', '223104.919000', '223104.936000', '223104.939000', '223104.941000', '223104.944000', '223104.947000', '223104.949000', '223104.952000', '223104.954000', '223124.830000', '223124.833000', '223124.836000', '223124.838000', '223124.841000', '223124.844000', '223124.846000', '223124.849000', '223124.851000', '223124.854000', '223124.857000', '223124.859000', '223124.862000', '223124.864000', '223124.867000', '223124.870000', '223124.872000', '223124.875000', '223124.877000', '223124.880000', '223124.883000', '223124.885000', '223124.888000', '223124.890000', '223124.893000', '223124.896000', '223124.898000', '223124.901000', '223124.903000', '223124.906000', '223124.908000', '223124.911000', '223124.914000', '223124.916000', '223124.919000', '223124.921000', '223124.924000', '223124.926000', '223124.929000', '223124.932000', '223124.934000', '223124.937000', '223124.939000', '223124.942000', '223144.830000', '223144.833000', '223144.836000', '223144.838000', '223144.841000', '223144.844000', '223144.846000', '223144.849000', '223144.851000', '223144.854000', '223144.856000', '223144.859000', '223144.862000', '223144.864000', '223144.867000', '223144.869000', '223144.872000', '223144.874000', '223144.877000', '223144.880000', '223144.882000', '223144.885000', '223144.888000', '223144.890000', '223144.893000', '223144.895000', '223144.898000', '223144.900000', '223144.903000', '223144.906000', '223144.908000', '223144.911000', '223144.914000', '223144.916000', '223144.919000', '223144.922000', '223144.924000', '223144.927000', '223144.929000', '223144.932000', '223144.934000', '223144.937000', '223144.947000', '223204.832000', '223204.835000', '223204.838000', '223204.840000', '223204.843000', '223204.845000', '223204.848000', '223204.851000', '223204.853000', '223204.856000', '223204.858000', '223204.861000', '223204.864000', '223204.866000', '223204.869000', '223204.871000', '223204.874000', '223204.876000', '223204.879000', '223204.882000', '223204.884000', '223204.887000', '223204.889000', '223204.892000', '223204.894000', '223204.897000', '223204.900000', '223204.902000', '223204.905000', '223204.907000', '223204.910000', '223204.913000', '223204.916000', '223204.918000', '223204.921000', '223204.923000', '223204.926000', '223204.929000', '223204.931000', '223204.934000', '223204.936000', '223204.939000', '223204.942000', '223224.832000', '223224.834000', '223224.837000', '223224.840000', '223224.842000', '223224.845000', '223224.848000', '223224.850000', '223224.853000', '223224.855000', '223224.858000', '223224.860000', '223224.863000', '223224.866000', '223224.868000', '223224.871000', '223224.873000', '223224.876000', '223224.879000', '223224.882000', '223224.885000', '223224.887000', '223224.890000', '223224.892000', '223224.895000', '223224.898000', '223224.900000', '223224.903000', '223224.905000', '223224.908000', '223224.911000', '223224.913000', '223224.934000', '223224.937000', '223224.940000', '223224.942000', '223224.945000', '223224.947000', '223224.950000', '223224.953000', '223224.955000', '223224.958000', '223224.960000', '223224.963000', '223244.831000', '223244.834000', '223244.837000', '223244.840000', '223244.843000', '223244.845000', '223244.848000', '223244.850000', '223244.853000', '223244.856000', '223244.858000', '223244.861000', '223244.863000', '223244.866000', '223244.869000', '223244.871000', '223244.874000', '223244.877000', '223244.879000', '223244.882000', '223244.884000', '223244.887000', '223244.890000', '223244.892000', '223244.895000', '223244.897000', '223244.900000', '223244.902000', '223244.905000', '223244.908000', '223244.910000', '223244.913000', '223244.915000', '223244.918000', '223244.921000', '223244.923000', '223244.926000', '223244.928000', '223244.931000', '223244.933000', '223244.936000', '223244.939000', '223244.941000', '223304.831000', '223304.834000', '223304.836000', '223304.839000', '223304.841000', '223304.844000', '223304.847000', '223304.849000', '223304.852000', '223304.854000', '223304.857000', '223304.860000', '223304.862000', '223304.865000', '223304.867000', '223304.870000', '223304.873000', '223304.875000', '223304.878000', '223304.880000', '223304.883000', '223304.886000', '223304.888000', '223304.891000', '223304.893000', '223304.896000', '223304.899000', '223304.901000', '223304.904000', '223304.906000', '223304.909000', '223304.911000', '223304.914000', '223304.917000', '223304.919000', '223304.922000', '223304.924000', '223304.927000', '223304.930000', '223304.932000', '223304.935000', '223304.937000', '223304.940000', '223304.943000', '223324.831000', '223324.833000', '223324.836000', '223324.839000', '223324.841000', '223324.844000', '223324.846000', '223324.849000', '223324.852000', '223324.854000', '223324.857000', '223324.860000', '223324.862000', '223324.865000', '223324.868000', '223324.871000', '223324.874000', '223324.877000', '223324.879000', '223324.882000', '223324.884000', '223324.887000', '223324.890000', '223324.892000', '223324.895000', '223324.897000', '223324.900000', '223324.902000', '223324.905000', '223324.908000', '223324.910000', '223324.913000', '223324.916000', '223324.918000', '223324.921000', '223324.923000', '223324.926000', '223324.928000', '223324.931000', '223324.934000', '223324.936000', '223324.939000', '223324.941000', '223344.830000', '223344.833000', '223344.836000', '223344.838000', '223344.841000', '223344.844000', '223344.846000', '223344.849000', '223344.851000', '223344.854000', '223344.856000', '223344.859000', '223344.862000', '223344.864000', '223344.868000', '223344.870000', '223344.873000', '223344.876000', '223344.878000', '223344.881000', '223344.883000', '223344.886000', '223344.889000', '223344.891000', '223344.894000', '223344.896000', '223344.899000', '223344.902000', '223344.904000', '223344.922000', '223344.925000', '223344.927000', '223344.930000', '223344.933000', '223344.935000', '223344.938000', '223344.940000', '223344.943000', '223344.946000', '223344.948000', '223344.951000', '223344.953000', '223344.956000', '223344.959000', '223404.831000', '223404.833000', '223404.836000', '223404.839000', '223404.841000', '223404.844000', '223404.846000', '223404.849000', '223404.851000', '223404.854000', '223404.857000', '223404.859000', '223404.862000', '223404.865000', '223404.867000', '223404.870000', '223404.872000', '223404.875000', '223404.878000', '223404.880000', '223404.883000', '223404.885000', '223404.888000', '223404.891000', '223404.894000', '223404.897000', '223404.900000', '223404.902000', '223404.905000', '223404.908000', '223404.910000', '223404.913000', '223404.915000', '223404.918000', '223404.921000', '223404.923000', '223404.926000', '223404.928000', '223404.931000', '223404.933000', '223404.936000', '223404.939000', '223404.941000', '223411.769000', '223411.772000', '223411.774000', '223411.777000', '223411.779000', '223411.782000', '223411.785000', '223411.787000', '223411.790000', '223411.792000', '223411.795000', '223411.797000', '223411.800000', '223411.803000', '223411.805000', '223411.808000'], 'InstanceCreationTime': ['222524.859000', '222524.862000', '222524.865000', '222524.867000', '222524.870000', '222524.872000', '222524.875000', '222524.877000', '222524.910000', '222524.913000', '222524.915000', '222524.918000', '222524.920000', '222524.923000', '222524.926000', '222524.928000', '222524.931000', '222524.933000', '222524.936000', '222524.938000', '222524.941000', '222524.943000', '222524.946000', '222524.948000', '222524.951000', '222524.953000', '222524.956000', '222524.959000', '222524.961000', '222524.964000', '222524.966000', '222524.969000', '222524.971000', '222524.974000', '222524.977000', '222524.979000', '222524.982000', '222524.984000', '222524.987000', '222524.989000', '222524.992000', '222524.995000', '222524.997000', '222525.000000', '222525.002000', '222525.005000', '222525.007000', '222525.010000', '222525.013000', '222525.015000', '222525.018000', '222525.020000', '222525.023000', '222525.025000', '222525.028000', '222525.031000', '222525.036000', '222525.038000', '222525.041000', '222525.043000', '222525.046000', '222525.048000', '222525.051000', '222544.831000', '222544.833000', '222544.836000', '222544.839000', '222544.841000', '222544.844000', '222544.846000', '222544.849000', '222544.851000', '222544.854000', '222544.857000', '222544.859000', '222544.862000', '222544.865000', '222544.867000', '222544.870000', '222544.872000', '222544.875000', '222544.878000', '222544.880000', '222544.883000', '222544.885000', '222544.888000', '222544.890000', '222544.893000', '222544.896000', '222544.898000', '222544.901000', '222544.903000', '222544.906000', '222544.908000', '222544.911000', '222544.914000', '222544.916000', '222544.919000', '222544.921000', '222544.924000', '222544.926000', '222544.929000', '222544.931000', '222544.934000', '222544.937000', '222544.939000', '222604.831000', '222604.833000', '222604.836000', '222604.838000', '222604.841000', '222604.844000', '222604.846000', '222604.849000', '222604.851000', '222604.854000', '222604.857000', '222604.859000', '222604.862000', '222604.864000', '222604.867000', '222604.870000', '222604.873000', '222604.876000', '222604.878000', '222604.881000', '222604.883000', '222604.886000', '222604.889000', '222604.891000', '222604.894000', '222604.896000', '222604.899000', '222604.901000', '222604.904000', '222604.907000', '222604.909000', '222604.912000', '222604.915000', '222604.917000', '222604.920000', '222604.923000', '222604.925000', '222604.928000', '222604.930000', '222604.933000', '222604.936000', '222604.938000', '222604.941000', '222604.943000', '222624.830000', '222624.833000', '222624.836000', '222624.839000', '222624.841000', '222624.844000', '222624.846000', '222624.849000', '222624.852000', '222624.854000', '222624.857000', '222624.860000', '222624.862000', '222624.865000', '222624.867000', '222624.870000', '222624.872000', '222624.881000', '222624.884000', '222624.887000', '222624.890000', '222624.892000', '222624.895000', '222624.898000', '222624.901000', '222624.904000', '222624.906000', '222624.909000', '222624.911000', '222624.914000', '222624.917000', '222624.919000', '222624.922000', '222624.924000', '222624.927000', '222624.930000', '222624.932000', '222624.935000', '222624.937000', '222624.940000', '222624.943000', '222624.945000', '222624.948000', '222644.830000', '222644.833000', '222644.836000', '222644.838000', '222644.851000', '222644.854000', '222644.856000', '222644.859000', '222644.862000', '222644.864000', '222644.867000', '222644.869000', '222644.872000', '222644.874000', '222644.877000', '222644.880000', '222644.882000', '222644.885000', '222644.887000', '222644.890000', '222644.893000', '222644.895000', '222644.898000', '222644.900000', '222644.903000', '222644.905000', '222644.908000', '222644.911000', '222644.913000', '222644.916000', '222644.918000', '222644.921000', '222644.924000', '222644.926000', '222644.929000', '222644.932000', '222644.934000', '222644.937000', '222644.939000', '222644.942000', '222644.944000', '222644.947000', '222644.950000', '222644.952000', '222704.831000', '222704.833000', '222704.836000', '222704.839000', '222704.841000', '222704.844000', '222704.846000', '222704.849000', '222704.852000', '222704.854000', '222704.857000', '222704.860000', '222704.862000', '222704.865000', '222704.867000', '222704.870000', '222704.873000', '222704.875000', '222704.878000', '222704.880000', '222704.883000', '222704.886000', '222704.888000', '222704.891000', '222704.894000', '222704.896000', '222704.899000', '222704.901000', '222704.904000', '222704.907000', '222704.909000', '222704.912000', '222704.915000', '222704.918000', '222704.920000', '222704.923000', '222704.925000', '222704.928000', '222704.931000', '222704.933000', '222704.936000', '222704.938000', '222704.941000', '222724.831000', '222724.834000', '222724.837000', '222724.839000', '222724.842000', '222724.845000', '222724.847000', '222724.850000', '222724.852000', '222724.855000', '222724.857000', '222724.860000', '222724.863000', '222724.865000', '222724.868000', '222724.871000', '222724.873000', '222724.876000', '222724.878000', '222724.881000', '222724.884000', '222724.886000', '222724.889000', '222724.891000', '222724.894000', '222724.896000', '222724.899000', '222724.902000', '222724.904000', '222724.908000', '222724.910000', '222724.913000', '222724.916000', '222724.918000', '222724.921000', '222724.924000', '222724.926000', '222724.929000', '222724.931000', '222724.934000', '222724.936000', '222724.939000', '222724.942000', '222724.944000', '222744.832000', '222744.834000', '222744.862000', '222744.865000', '222744.867000', '222744.870000', '222744.873000', '222744.875000', '222744.878000', '222744.880000', '222744.883000', '222744.886000', '222744.888000', '222744.891000', '222744.893000', '222744.896000', '222744.899000', '222744.901000', '222744.904000', '222744.906000', '222744.909000', '222744.911000', '222744.914000', '222744.917000', '222744.919000', '222744.922000', '222744.924000', '222744.927000', '222744.930000', '222744.932000', '222744.935000', '222744.938000', '222744.940000', '222744.943000', '222744.946000', '222744.949000', '222744.952000', '222744.955000', '222744.957000', '222744.960000', '222744.963000', '222744.965000', '222744.968000', '222804.831000', '222804.834000', '222804.836000', '222804.839000', '222804.841000', '222804.844000', '222804.847000', '222804.849000', '222804.852000', '222804.854000', '222804.857000', '222804.859000', '222804.862000', '222804.865000', '222804.867000', '222804.870000', '222804.872000', '222804.875000', '222804.878000', '222804.880000', '222804.883000', '222804.885000', '222804.888000', '222804.890000', '222804.893000', '222804.896000', '222804.898000', '222804.901000', '222804.903000', '222804.906000', '222804.909000', '222804.911000', '222804.914000', '222804.916000', '222804.919000', '222804.922000', '222804.924000', '222804.927000', '222804.929000', '222804.932000', '222804.935000', '222804.937000', '222804.940000', '222804.965000', '222824.831000', '222824.833000', '222824.836000', '222824.839000', '222824.841000', '222824.844000', '222824.846000', '222824.849000', '222824.851000', '222824.854000', '222824.857000', '222824.859000', '222824.862000', '222824.865000', '222824.867000', '222824.870000', '222824.873000', '222824.875000', '222824.878000', '222824.880000', '222824.883000', '222824.885000', '222824.888000', '222824.891000', '222824.893000', '222824.896000', '222824.898000', '222824.901000', '222824.904000', '222824.906000', '222824.909000', '222824.912000', '222824.914000', '222824.917000', '222824.919000', '222824.922000', '222824.925000', '222824.927000', '222824.930000', '222824.933000', '222824.935000', '222824.938000', '222824.941000', '222844.830000', '222844.833000', '222844.836000', '222844.838000', '222844.841000', '222844.844000', '222844.846000', '222844.849000', '222844.851000', '222844.854000', '222844.856000', '222844.859000', '222844.862000', '222844.864000', '222844.867000', '222844.869000', '222844.872000', '222844.875000', '222844.877000', '222844.880000', '222844.882000', '222844.885000', '222844.888000', '222844.890000', '222844.893000', '222844.895000', '222844.898000', '222844.900000', '222844.903000', '222844.906000', '222844.908000', '222844.911000', '222844.914000', '222844.916000', '222844.919000', '222844.921000', '222844.924000', '222844.927000', '222844.929000', '222844.932000', '222844.934000', '222844.937000', '222844.940000', '222844.942000', '222904.830000', '222904.833000', '222904.836000', '222904.838000', '222904.841000', '222904.844000', '222904.846000', '222904.849000', '222904.851000', '222904.854000', '222904.857000', '222904.859000', '222904.862000', '222904.864000', '222904.867000', '222904.870000', '222904.872000', '222904.875000', '222904.877000', '222904.880000', '222904.883000', '222904.885000', '222904.888000', '222904.890000', '222904.893000', '222904.895000', '222904.898000', '222904.901000', '222904.903000', '222904.906000', '222904.909000', '222904.911000', '222904.914000', '222904.916000', '222904.919000', '222904.922000', '222904.924000', '222904.927000', '222904.929000', '222904.932000', '222904.935000', '222904.937000', '222904.940000', '222924.830000', '222924.833000', '222924.836000', '222924.839000', '222924.841000', '222924.844000', '222924.846000', '222924.849000', '222924.851000', '222924.854000', '222924.857000', '222924.859000', '222924.862000', '222924.864000', '222924.867000', '222924.870000', '222924.872000', '222924.875000', '222924.877000', '222924.880000', '222924.883000', '222924.885000', '222924.888000', '222924.890000', '222924.893000', '222924.896000', '222924.898000', '222924.901000', '222924.903000', '222924.906000', '222924.909000', '222924.911000', '222924.914000', '222924.916000', '222924.919000', '222924.922000', '222924.924000', '222924.927000', '222924.929000', '222924.932000', '222924.935000', '222924.937000', '222924.940000', '222924.943000', '222944.832000', '222944.834000', '222944.837000', '222944.840000', '222944.842000', '222944.845000', '222944.847000', '222944.850000', '222944.853000', '222944.855000', '222944.914000', '222944.917000', '222944.919000', '222944.922000', '222944.924000', '222944.927000', '222944.930000', '222944.932000', '222944.935000', '222944.937000', '222944.940000', '222944.942000', '222944.945000', '222944.948000', '222944.951000', '222944.953000', '222944.956000', '222944.958000', '222944.961000', '222944.964000', '222944.966000', '222944.969000', '222944.971000', '222944.974000', '222944.977000', '222944.979000', '222944.982000', '222944.985000', '222944.987000', '222944.990000', '222944.993000', '222944.996000', '222944.998000', '223004.832000', '223004.834000', '223004.837000', '223004.840000', '223004.842000', '223004.845000', '223004.848000', '223004.850000', '223004.853000', '223004.855000', '223004.858000', '223004.861000', '223004.863000', '223004.866000', '223004.868000', '223004.871000', '223004.874000', '223004.876000', '223004.879000', '223004.881000', '223004.884000', '223004.886000', '223004.889000', '223004.892000', '223004.895000', '223004.897000', '223004.900000', '223004.902000', '223004.905000', '223004.907000', '223004.910000', '223004.913000', '223004.915000', '223004.918000', '223004.920000', '223004.923000', '223004.926000', '223004.928000', '223004.931000', '223004.933000', '223004.936000', '223004.939000', '223004.941000', '223004.944000', '223024.831000', '223024.833000', '223024.836000', '223024.839000', '223024.841000', '223024.844000', '223024.847000', '223024.849000', '223024.852000', '223024.857000', '223024.859000', '223024.862000', '223024.864000', '223024.867000', '223024.870000', '223024.872000', '223024.875000', '223024.878000', '223024.886000', '223024.888000', '223024.891000', '223024.893000', '223024.896000', '223024.899000', '223024.901000', '223024.904000', '223024.907000', '223024.909000', '223024.912000', '223024.914000', '223024.917000', '223024.919000', '223024.922000', '223024.925000', '223024.927000', '223024.930000', '223024.932000', '223024.935000', '223024.938000', '223024.940000', '223024.943000', '223024.945000', '223024.948000', '223044.830000', '223044.833000', '223044.836000', '223044.838000', '223044.841000', '223044.844000', '223044.846000', '223044.849000', '223044.852000', '223044.854000', '223044.857000', '223044.860000', '223044.862000', '223044.865000', '223044.867000', '223044.870000', '223044.873000', '223044.875000', '223044.878000', '223044.880000', '223044.883000', '223044.885000', '223044.888000', '223044.891000', '223044.893000', '223044.896000', '223044.898000', '223044.901000', '223044.903000', '223044.906000', '223044.909000', '223044.911000', '223044.914000', '223044.916000', '223044.919000', '223044.922000', '223044.924000', '223044.927000', '223044.930000', '223044.932000', '223044.935000', '223044.937000', '223044.940000', '223044.943000', '223104.830000', '223104.833000', '223104.836000', '223104.838000', '223104.841000', '223104.844000', '223104.847000', '223104.849000', '223104.852000', '223104.855000', '223104.857000', '223104.860000', '223104.862000', '223104.865000', '223104.868000', '223104.870000', '223104.873000', '223104.875000', '223104.878000', '223104.880000', '223104.883000', '223104.886000', '223104.888000', '223104.891000', '223104.893000', '223104.896000', '223104.899000', '223104.901000', '223104.904000', '223104.906000', '223104.909000', '223104.912000', '223104.914000', '223104.917000', '223104.919000', '223104.936000', '223104.939000', '223104.941000', '223104.944000', '223104.947000', '223104.949000', '223104.952000', '223104.954000', '223124.830000', '223124.833000', '223124.836000', '223124.838000', '223124.841000', '223124.844000', '223124.846000', '223124.849000', '223124.851000', '223124.854000', '223124.857000', '223124.859000', '223124.862000', '223124.864000', '223124.867000', '223124.870000', '223124.872000', '223124.875000', '223124.877000', '223124.880000', '223124.883000', '223124.885000', '223124.888000', '223124.890000', '223124.893000', '223124.896000', '223124.898000', '223124.901000', '223124.903000', '223124.906000', '223124.908000', '223124.911000', '223124.914000', '223124.916000', '223124.919000', '223124.921000', '223124.924000', '223124.926000', '223124.929000', '223124.932000', '223124.934000', '223124.937000', '223124.939000', '223124.942000', '223144.830000', '223144.833000', '223144.836000', '223144.838000', '223144.841000', '223144.844000', '223144.846000', '223144.849000', '223144.851000', '223144.854000', '223144.856000', '223144.859000', '223144.862000', '223144.864000', '223144.867000', '223144.869000', '223144.872000', '223144.874000', '223144.877000', '223144.880000', '223144.882000', '223144.885000', '223144.888000', '223144.890000', '223144.893000', '223144.895000', '223144.898000', '223144.900000', '223144.903000', '223144.906000', '223144.908000', '223144.911000', '223144.914000', '223144.916000', '223144.919000', '223144.922000', '223144.924000', '223144.927000', '223144.929000', '223144.932000', '223144.934000', '223144.937000', '223144.947000', '223204.832000', '223204.835000', '223204.838000', '223204.840000', '223204.843000', '223204.845000', '223204.848000', '223204.851000', '223204.853000', '223204.856000', '223204.858000', '223204.861000', '223204.864000', '223204.866000', '223204.869000', '223204.871000', '223204.874000', '223204.876000', '223204.879000', '223204.882000', '223204.884000', '223204.887000', '223204.889000', '223204.892000', '223204.894000', '223204.897000', '223204.900000', '223204.902000', '223204.905000', '223204.907000', '223204.910000', '223204.913000', '223204.916000', '223204.918000', '223204.921000', '223204.923000', '223204.926000', '223204.929000', '223204.931000', '223204.934000', '223204.936000', '223204.939000', '223204.942000', '223224.832000', '223224.834000', '223224.837000', '223224.840000', '223224.842000', '223224.845000', '223224.848000', '223224.850000', '223224.853000', '223224.855000', '223224.858000', '223224.860000', '223224.863000', '223224.866000', '223224.868000', '223224.871000', '223224.873000', '223224.876000', '223224.879000', '223224.882000', '223224.885000', '223224.887000', '223224.890000', '223224.892000', '223224.895000', '223224.898000', '223224.900000', '223224.903000', '223224.905000', '223224.908000', '223224.911000', '223224.913000', '223224.934000', '223224.937000', '223224.940000', '223224.942000', '223224.945000', '223224.947000', '223224.950000', '223224.953000', '223224.955000', '223224.958000', '223224.960000', '223224.963000', '223244.831000', '223244.834000', '223244.837000', '223244.840000', '223244.843000', '223244.845000', '223244.848000', '223244.850000', '223244.853000', '223244.856000', '223244.858000', '223244.861000', '223244.863000', '223244.866000', '223244.869000', '223244.871000', '223244.874000', '223244.877000', '223244.879000', '223244.882000', '223244.884000', '223244.887000', '223244.890000', '223244.892000', '223244.895000', '223244.897000', '223244.900000', '223244.902000', '223244.905000', '223244.908000', '223244.910000', '223244.913000', '223244.915000', '223244.918000', '223244.921000', '223244.923000', '223244.926000', '223244.928000', '223244.931000', '223244.933000', '223244.936000', '223244.939000', '223244.941000', '223304.831000', '223304.834000', '223304.836000', '223304.839000', '223304.841000', '223304.844000', '223304.847000', '223304.849000', '223304.852000', '223304.854000', '223304.857000', '223304.860000', '223304.862000', '223304.865000', '223304.867000', '223304.870000', '223304.873000', '223304.875000', '223304.878000', '223304.880000', '223304.883000', '223304.886000', '223304.888000', '223304.891000', '223304.893000', '223304.896000', '223304.899000', '223304.901000', '223304.904000', '223304.906000', '223304.909000', '223304.911000', '223304.914000', '223304.917000', '223304.919000', '223304.922000', '223304.924000', '223304.927000', '223304.930000', '223304.932000', '223304.935000', '223304.937000', '223304.940000', '223304.943000', '223324.831000', '223324.833000', '223324.836000', '223324.839000', '223324.841000', '223324.844000', '223324.846000', '223324.849000', '223324.852000', '223324.854000', '223324.857000', '223324.860000', '223324.862000', '223324.865000', '223324.868000', '223324.871000', '223324.874000', '223324.877000', '223324.879000', '223324.882000', '223324.884000', '223324.887000', '223324.890000', '223324.892000', '223324.895000', '223324.897000', '223324.900000', '223324.902000', '223324.905000', '223324.908000', '223324.910000', '223324.913000', '223324.916000', '223324.918000', '223324.921000', '223324.923000', '223324.926000', '223324.928000', '223324.931000', '223324.934000', '223324.936000', '223324.939000', '223324.941000', '223344.830000', '223344.833000', '223344.836000', '223344.838000', '223344.841000', '223344.844000', '223344.846000', '223344.849000', '223344.851000', '223344.854000', '223344.856000', '223344.859000', '223344.862000', '223344.864000', '223344.868000', '223344.870000', '223344.873000', '223344.876000', '223344.878000', '223344.881000', '223344.883000', '223344.886000', '223344.889000', '223344.891000', '223344.894000', '223344.896000', '223344.899000', '223344.902000', '223344.904000', '223344.922000', '223344.925000', '223344.927000', '223344.930000', '223344.933000', '223344.935000', '223344.938000', '223344.940000', '223344.943000', '223344.946000', '223344.948000', '223344.951000', '223344.953000', '223344.956000', '223344.959000', '223404.831000', '223404.833000', '223404.836000', '223404.839000', '223404.841000', '223404.844000', '223404.846000', '223404.849000', '223404.851000', '223404.854000', '223404.857000', '223404.859000', '223404.862000', '223404.865000', '223404.867000', '223404.870000', '223404.872000', '223404.875000', '223404.878000', '223404.880000', '223404.883000', '223404.885000', '223404.888000', '223404.891000', '223404.894000', '223404.897000', '223404.900000', '223404.902000', '223404.905000', '223404.908000', '223404.910000', '223404.913000', '223404.915000', '223404.918000', '223404.921000', '223404.923000', '223404.926000', '223404.928000', '223404.931000', '223404.933000', '223404.936000', '223404.939000', '223404.941000', '223411.769000', '223411.772000', '223411.774000', '223411.777000', '223411.779000', '223411.782000', '223411.785000', '223411.787000', '223411.790000', '223411.792000', '223411.795000', '223411.797000', '223411.800000', '223411.803000', '223411.805000', '223411.808000'], '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': [6323, 9249, 6650, 6879, 8674, 6372, 7761, 6422, 6066, 7967, 6662, 9681, 6794, 6005, 6452, 6896, 6525, 6592, 8156, 6306, 7632, 6619, 7139, 6487, 7165, 8503, 6546, 5961, 6468, 6374, 7852, 6196, 6451, 6460, 6466, 7304, 6021, 7634, 6511, 6424, 6519, 6451, 8395, 6509, 7227, 6571, 6289, 6402, 6524, 8603, 6452, 6073, 6448, 6273, 6528, 6333, 7368, 6405, 8739, 6560, 7203, 6465, 6511, 6495, 6677, 7027, 6604, 8451, 6512, 7259, 6445, 7943, 6484, 9894, 6337, 7774, 6490, 6410, 6480, 6615, 7322, 6956, 7213, 6386, 7812, 6594, 9061, 6547, 7880, 6504, 6922, 6423, 6892, 6664, 6294, 7165, 6464, 6851, 6515, 7062, 6469, 6306, 7783, 6654, 7686, 6367, 7398, 6541, 6906, 6419, 6700, 7283, 6340, 7545, 6407, 6360, 7379, 6355, 7987, 6341, 6912, 7126, 6896, 7311, 6618, 8071, 6511, 7832, 6405, 6131, 7382, 6211, 6458, 6402, 6900, 8360, 6509, 6183, 6755, 6138, 8318, 6643, 8793, 6514, 8119, 6487, 6076, 6713, 7325, 7483, 6342, 7363, 6492, 7620, 6571, 6605, 7979, 6442, 7473, 6442, 6910, 6896, 6079, 10000, 6456, 7860, 6494, 6843, 6598, 5954, 8587, 6149, 7845, 6404, 6793, 7627, 6625, 9716, 6364, 7070, 6510, 6911, 8300, 6448, 7359, 6390, 6637, 6478, 6467, 8226, 6289, 7856, 6535, 6753, 7314, 6565, 7979, 6385, 6139, 6409, 6287, 7740, 6952, 8466, 6352, 5867, 6509, 7155, 7599, 6458, 7195, 6555, 6328, 8141, 6571, 7091, 8141, 6775, 7981, 6426, 6830, 6408, 6400, 9141, 6500, 8114, 6351, 6972, 7260, 6791, 7876, 6506, 6823, 6546, 6456, 7302, 6611, 7176, 7041, 6613, 8458, 6530, 8125, 6597, 7023, 6465, 6434, 7929, 6505, 7822, 6342, 7020, 6447, 6779, 8093, 6440, 6744, 6635, 6320, 7890, 6375, 6191, 8137, 6513, 5815, 6473, 7319, 8704, 6365, 7025, 6476, 7009, 7943, 6575, 6937, 8098, 6244, 6981, 6564, 6695, 7704, 6172, 7856, 6518, 7312, 7695, 6311, 6962, 6346, 6820, 8637, 6488, 6923, 6454, 6764, 9250, 6777, 7085, 6461, 6540, 7085, 6353, 6867, 7742, 6496, 7973, 6550, 6127, 7131, 6229, 7009, 6492, 7184, 8368, 6376, 6102, 6670, 6751, 7437, 6537, 6979, 6546, 6958, 9192, 6493, 7131, 6699, 6489, 7741, 6404, 7031, 8805, 6592, 7055, 6799, 6798, 9521, 6559, 7111, 6411, 6698, 8538, 6400, 6946, 6529, 6924, 8990, 6558, 6163, 6440, 7115, 8294, 6477, 7093, 6620, 6846, 8738, 6385, 6677, 6452, 6395, 7947, 6370, 6528, 9973, 6444, 6857, 6525, 6468, 8037, 6438, 6867, 9909, 6452, 8121, 6450, 8091, 6473, 6760, 6569, 6905, 7283, 6279, 7091, 6609, 6337, 7779, 6558, 6180, 7770, 6295, 7999, 6643, 6587, 8225, 6415, 6160, 6721, 6780, 7742, 6473, 7375, 6620, 7234, 10372, 6409, 5846, 6588, 6390, 7206, 6872, 9633, 6538, 5727, 6607, 6900, 7754, 6622, 6050, 6473, 6971, 8001, 6508, 6168, 8357, 6343, 7692, 6328, 6280, 7059, 6759, 8523, 6372, 6464, 6242, 7259, 6306, 7113, 7970, 6343, 6596, 7023, 8418, 6209, 6240, 7417, 6251, 8060, 6897, 6683, 9713, 6294, 6439, 6337, 7070, 6392, 7069, 9660, 6430, 7569, 6458, 7177, 7217, 6719, 6170, 8334, 6293, 5674, 6465, 7044, 7374, 6891, 8466, 6363, 6589, 6295, 6949, 8554, 6353, 6736, 6450, 7364, 9284, 6533, 7960, 6465, 6080, 6502, 6323, 7554, 6194, 7056, 6266, 8081, 6316, 6139, 6705, 6231, 7970, 6306, 6234, 6747, 6161, 6536, 7088, 7915, 6261, 7137, 6299, 6785, 7254, 6071, 7784, 6332, 6742, 6254, 7145, 8008, 6277, 7460, 6310, 6555, 8594, 6025, 7880, 6279, 6041, 6532, 6881, 8993, 6130, 7373, 6276, 6861, 7767, 6234, 6033, 6452, 6320, 8380, 6205, 6016, 6376, 7170, 6484, 6337, 7684, 6352, 6417, 6240, 6795, 7581, 6549, 6783, 6245, 6242, 6977, 6558, 7272, 8655, 6199, 6027, 6423, 6922, 6483, 6335, 8830, 6692, 8318, 6401, 6177, 6271, 6762, 6877, 6451, 7372, 6469, 6662, 7983, 6240, 7770, 6423, 6641, 9017, 6189, 6006, 6240, 7125, 9531, 6213, 5834, 6417, 6590, 8407, 6298, 6549, 6411, 6445, 7750, 6272, 6234, 6395, 6966, 8076, 6264, 6550, 6616, 6650, 7494, 6456, 7256, 6489, 7089, 9240, 6125, 6775, 6364, 7445, 6586, 6416, 6494, 6611, 7809, 6506, 6571, 7740, 6406, 6767, 6412, 7584, 6963, 6557, 8263, 7000, 9965, 6581, 7422, 6358, 7286, 6391, 7084, 7576, 6765, 7237, 6315, 5993, 6321, 5978, 9552, 6145, 7771, 6301, 6722, 6594, 6772, 9486, 6193, 6111, 6315, 7025, 6513, 6908, 9099, 6068, 5944, 6306, 6175, 7840, 6010, 7521, 6138, 6932, 6244, 6168, 7037, 6613, 6681, 7335, 6274, 6514, 6358, 6797, 9176, 6151, 7128, 6249, 6779, 8119, 6193, 9298, 6285, 6810, 6380, 6819, 8095, 6308, 5914, 6206, 6828, 7452, 6314, 6106, 6295, 6555, 7125, 6416, 7077, 6414, 6277, 7846, 6380, 6304, 6252, 6353, 8022, 6163, 6988, 6252, 6655, 7654, 6349, 6856, 7086, 6278, 7165, 6900, 6241, 6695, 9076, 6812, 8455, 6694, 10633, 8948, 8775, 6328, 6025, 6220, 6689, 7494, 6294, 7178, 7608, 6269, 6683, 7071, 6685, 9080, 6413, 7385, 9361, 6942, 9431, 6453, 8000, 6522, 7213, 6342, 6669, 6994, 6272, 6655, 6296, 6713, 6773, 6179, 7163, 6200, 7130, 7004, 7031, 8494, 6226, 7295, 6268, 6135, 6453, 6496, 7266, 6246, 6406, 6186, 6204, 7753, 6080, 6147, 7515, 6139, 7062, 6255, 5937, 6242, 7034, 6975, 6311, 7693, 6451, 7728, 6597, 6277, 7655, 6246, 6974, 6391, 7106, 7857, 6364, 6943, 6220, 6624, 8968, 6512, 9180, 6344, 7794, 6396, 6963, 6177, 6834, 6908, 6124, 7113, 6279, 6904, 7469, 6141, 5974, 6256, 7029, 8261, 6076, 7567, 6177, 6185, 7573, 6267, 7444, 6334, 6214, 6339, 6585, 8022, 6304, 6110, 6101, 6560, 7677, 6099, 6789, 6283, 6767, 8949, 6309, 6181, 6355, 6839, 6386, 6664, 8910, 6223, 6095, 6364, 6912, 8585, 6260, 6898, 6367, 7006, 7958, 6288, 6256, 6510, 6265, 6771, 6169, 7534, 6304, 6386, 6318, 6109, 6293, 6222, 6432, 6559, 6362, 6508, 7850, 6194, 7544, 6326, 6659, 8031, 6115, 7699, 6479, 6990, 6142, 6393, 7324, 6248, 6989, 6430, 6605, 8256, 6280, 6926, 6318, 6338, 8550, 6456, 6377, 6851, 6523, 7441, 6347, 6309, 7749, 6176, 6726, 6260, 6361, 7762, 6244, 6448, 7949, 6139, 6340, 8021, 6227, 6361, 8538, 6273, 6169, 6390, 6094, 6610, 6266, 6248, 7386, 6318, 6509, 8899, 6220, 7612, 6317, 6225, 8010, 6149, 6197, 6089, 6306, 8040, 6319, 6188, 6401, 6343, 7928, 6141, 6369, 6160, 6289, 6227, 6303, 6795, 6585, 6372, 7629, 6283, 6455, 6194, 6214, 8516, 6637, 6972, 6124, 6486, 6497, 6223, 7991, 6423, 6423, 6283, 6290, 6336, 6232, 6425, 6998, 6164, 6209, 6282, 6242, 6093, 6437, 8279, 6399, 7076, 7494, 7293, 8414, 6473, 6009, 6116, 6293, 6296, 6379, 6104, 6342, 6024, 6285, 7270, 6206, 6642, 5864, 6203, 7777, 6263, 6485, 5960, 6376, 6122, 5981, 8010, 6093, 6384, 6055, 6407, 7646, 6086, 6385, 6009, 6339, 7787, 6076, 6408, 6013, 6376, 6334, 6119, 6577, 6406, 6221, 7277, 6096, 6535, 6549, 6043, 7988, 6313, 6559, 6290, 6176, 7010, 6173, 6204, 7809, 6159, 6550, 6175, 6194, 9546, 6112, 6154, 6218, 6144, 7726, 6032, 6351, 6000, 6219, 7812, 6289, 6337, 6253, 6261, 7755, 6072, 6269, 6050, 6197, 6645, 6197, 6379, 6197, 6248, 7107, 6014, 6524, 6122, 6166, 9554, 6793, 7269, 6125, 6041, 6327, 6230, 6293, 6190, 6295, 6643, 6201, 6132, 6315, 6039, 7864, 6253, 7197, 6217, 6167, 7734, 6250, 6347, 6224, 6047, 8296, 6232, 6969, 6431, 6470, 6280, 6668, 6782, 6314, 7364, 6208, 6885, 6304, 6482, 6311, 6340, 6807, 6282, 6223, 7259, 6243, 6900, 6277, 6561, 7306, 6256, 6475, 6190, 6329, 8239, 6276, 6729, 6339, 6269, 6759, 6238, 6733, 7116, 6206, 7509, 6343, 6138, 7763, 6301, 6426, 6411, 6310, 7550, 6564, 6416, 7115, 6473, 6207, 7716, 6436, 7561, 6427, 6227, 8062, 6447, 9605, 8833, 6509, 6383, 6210, 7629, 6373, 6434, 7506, 6439, 6582, 7023, 6403, 6494, 7866, 6466, 7156, 6468, 6135, 7305, 6389, 9205, 6401, 7450, 6425, 6149, 6639, 6309, 6112, 6254, 6580, 8484, 6437, 6932, 6431], 'WindowCenter': [3339.0, 3388.0, 3333.0, 3331.0, 3363.0, 3320.0, 3352.0, 3316.0, 3303.0, 3350.0, 3316.0, 3371.0, 3318.0, 3305.0, 3316.0, 3327.0, 3306.0, 3317.0, 3335.0, 3307.0, 3337.0, 3314.0, 3326.0, 3319.0, 3327.0, 3359.0, 3315.0, 3306.0, 3304.0, 3306.0, 3348.0, 3305.0, 3316.0, 3314.0, 3304.0, 3325.0, 3305.0, 3337.0, 3315.0, 3304.0, 3305.0, 3305.0, 3349.0, 3304.0, 3326.0, 3315.0, 3304.0, 3303.0, 3303.0, 3360.0, 3305.0, 3305.0, 3316.0, 3315.0, 3316.0, 3304.0, 3325.0, 3304.0, 3346.0, 3316.0, 3326.0, 3304.0, 3304.0, 3302.0, 3315.0, 3314.0, 3315.0, 3345.0, 3305.0, 3324.0, 3303.0, 3335.0, 3302.0, 3367.0, 3302.0, 3333.0, 3303.0, 3303.0, 3305.0, 3315.0, 3336.0, 3325.0, 3338.0, 3305.0, 3336.0, 3315.0, 3357.0, 3304.0, 3336.0, 3303.0, 3326.0, 3304.0, 3325.0, 3314.0, 3305.0, 3327.0, 3305.0, 3313.0, 3303.0, 3326.0, 3305.0, 3304.0, 3336.0, 3315.0, 3336.0, 3305.0, 3325.0, 3304.0, 3315.0, 3303.0, 3314.0, 3326.0, 3304.0, 3337.0, 3315.0, 3317.0, 3327.0, 3305.0, 3348.0, 3317.0, 3327.0, 3329.0, 3326.0, 3327.0, 3316.0, 3337.0, 3303.0, 3336.0, 3304.0, 3292.0, 3325.0, 3294.0, 3303.0, 3305.0, 3326.0, 3345.0, 3305.0, 3305.0, 3316.0, 3292.0, 3348.0, 3316.0, 3358.0, 3304.0, 3335.0, 3303.0, 3305.0, 3316.0, 3338.0, 3338.0, 3317.0, 3339.0, 3318.0, 3352.0, 3330.0, 3330.0, 3362.0, 3320.0, 3340.0, 3318.0, 3340.0, 3329.0, 3306.0, 3382.0, 3318.0, 3349.0, 3304.0, 3315.0, 3315.0, 3304.0, 3360.0, 3306.0, 3349.0, 3315.0, 3316.0, 3337.0, 3316.0, 3369.0, 3305.0, 3314.0, 3302.0, 3314.0, 3348.0, 3303.0, 3325.0, 3304.0, 3312.0, 3305.0, 3302.0, 3348.0, 3302.0, 3336.0, 3303.0, 3316.0, 3324.0, 3315.0, 3336.0, 3302.0, 3292.0, 3303.0, 3303.0, 3336.0, 3316.0, 3348.0, 3305.0, 3291.0, 3304.0, 3327.0, 3338.0, 3317.0, 3328.0, 3318.0, 3317.0, 3349.0, 3319.0, 3327.0, 3349.0, 3316.0, 3349.0, 3316.0, 3329.0, 3316.0, 3306.0, 3369.0, 3305.0, 3350.0, 3304.0, 3327.0, 3327.0, 3319.0, 3349.0, 3316.0, 3317.0, 3316.0, 3316.0, 3340.0, 3328.0, 3329.0, 3329.0, 3329.0, 3360.0, 3318.0, 3349.0, 3317.0, 3329.0, 3316.0, 3305.0, 3338.0, 3305.0, 3337.0, 3305.0, 3327.0, 3317.0, 3330.0, 3348.0, 3319.0, 3318.0, 3328.0, 3319.0, 3350.0, 3317.0, 3306.0, 3350.0, 3317.0, 3296.0, 3318.0, 3341.0, 3360.0, 3320.0, 3329.0, 3319.0, 3330.0, 3351.0, 3329.0, 3330.0, 3352.0, 3319.0, 3329.0, 3328.0, 3329.0, 3339.0, 3307.0, 3349.0, 3318.0, 3341.0, 3351.0, 3318.0, 3328.0, 3318.0, 3319.0, 3362.0, 3319.0, 3329.0, 3318.0, 3330.0, 3371.0, 3318.0, 3328.0, 3319.0, 3318.0, 3329.0, 3318.0, 3315.0, 3339.0, 3318.0, 3351.0, 3316.0, 3310.0, 3329.0, 3307.0, 3328.0, 3318.0, 3327.0, 3361.0, 3319.0, 3305.0, 3331.0, 3329.0, 3339.0, 3317.0, 3328.0, 3318.0, 3329.0, 3372.0, 3319.0, 3329.0, 3329.0, 3321.0, 3353.0, 3319.0, 3340.0, 3373.0, 3329.0, 3328.0, 3329.0, 3330.0, 3384.0, 3317.0, 3327.0, 3320.0, 3332.0, 3361.0, 3318.0, 3327.0, 3318.0, 3329.0, 3371.0, 3318.0, 3306.0, 3317.0, 3329.0, 3363.0, 3318.0, 3327.0, 3318.0, 3318.0, 3361.0, 3319.0, 3329.0, 3320.0, 3319.0, 3350.0, 3317.0, 3317.0, 3384.0, 3318.0, 3317.0, 3317.0, 3317.0, 3349.0, 3318.0, 3329.0, 3383.0, 3316.0, 3349.0, 3306.0, 3350.0, 3305.0, 3316.0, 3317.0, 3327.0, 3338.0, 3318.0, 3328.0, 3328.0, 3319.0, 3339.0, 3317.0, 3308.0, 3341.0, 3318.0, 3351.0, 3329.0, 3328.0, 3349.0, 3318.0, 3307.0, 3328.0, 3329.0, 3350.0, 3317.0, 3340.0, 3317.0, 3339.0, 3392.0, 3318.0, 3296.0, 3318.0, 3305.0, 3327.0, 3315.0, 3370.0, 3317.0, 3297.0, 3329.0, 3328.0, 3340.0, 3316.0, 3307.0, 3316.0, 3328.0, 3350.0, 3318.0, 3308.0, 3351.0, 3318.0, 3340.0, 3316.0, 3317.0, 3328.0, 3317.0, 3349.0, 3305.0, 3303.0, 3305.0, 3324.0, 3303.0, 3327.0, 3350.0, 3318.0, 3328.0, 3340.0, 3364.0, 3309.0, 3319.0, 3340.0, 3319.0, 3350.0, 3327.0, 3316.0, 3383.0, 3318.0, 3314.0, 3306.0, 3315.0, 3307.0, 3328.0, 3371.0, 3317.0, 3338.0, 3316.0, 3329.0, 3328.0, 3328.0, 3305.0, 3361.0, 3319.0, 3296.0, 3316.0, 3328.0, 3337.0, 3330.0, 3362.0, 3318.0, 3328.0, 3316.0, 3341.0, 3362.0, 3319.0, 3328.0, 3318.0, 3339.0, 3384.0, 3319.0, 3350.0, 3318.0, 3306.0, 3318.0, 3318.0, 3351.0, 3307.0, 3329.0, 3316.0, 3350.0, 3317.0, 3307.0, 3330.0, 3309.0, 3351.0, 3319.0, 3307.0, 3330.0, 3307.0, 3317.0, 3327.0, 3351.0, 3320.0, 3328.0, 3318.0, 3330.0, 3338.0, 3321.0, 3340.0, 3319.0, 3329.0, 3319.0, 3329.0, 3350.0, 3318.0, 3341.0, 3318.0, 3319.0, 3360.0, 3308.0, 3349.0, 3305.0, 3306.0, 3305.0, 3328.0, 3370.0, 3307.0, 3340.0, 3318.0, 3330.0, 3350.0, 3308.0, 3307.0, 3318.0, 3319.0, 3360.0, 3308.0, 3306.0, 3319.0, 3329.0, 3319.0, 3318.0, 3340.0, 3318.0, 3316.0, 3317.0, 3329.0, 3341.0, 3318.0, 3329.0, 3318.0, 3320.0, 3343.0, 3320.0, 3340.0, 3374.0, 3322.0, 3309.0, 3321.0, 3329.0, 3319.0, 3318.0, 3371.0, 3329.0, 3361.0, 3317.0, 3307.0, 3316.0, 3317.0, 3317.0, 3319.0, 3339.0, 3320.0, 3328.0, 3350.0, 3317.0, 3339.0, 3318.0, 3319.0, 3360.0, 3307.0, 3306.0, 3317.0, 3329.0, 3384.0, 3307.0, 3295.0, 3318.0, 3318.0, 3350.0, 3317.0, 3307.0, 3316.0, 3316.0, 3338.0, 3317.0, 3305.0, 3318.0, 3329.0, 3350.0, 3317.0, 3317.0, 3329.0, 3329.0, 3339.0, 3317.0, 3339.0, 3319.0, 3328.0, 3370.0, 3307.0, 3317.0, 3316.0, 3327.0, 3315.0, 3305.0, 3306.0, 3318.0, 3339.0, 3317.0, 3330.0, 3352.0, 3320.0, 3331.0, 3332.0, 3353.0, 3342.0, 3320.0, 3362.0, 3330.0, 3383.0, 3329.0, 3339.0, 3317.0, 3338.0, 3319.0, 3329.0, 3352.0, 3330.0, 3340.0, 3318.0, 3306.0, 3316.0, 3307.0, 3383.0, 3308.0, 3339.0, 3319.0, 3330.0, 3329.0, 3318.0, 3383.0, 3307.0, 3306.0, 3317.0, 3342.0, 3317.0, 3327.0, 3360.0, 3306.0, 3307.0, 3305.0, 3306.0, 3348.0, 3306.0, 3338.0, 3306.0, 3329.0, 3316.0, 3308.0, 3327.0, 3330.0, 3330.0, 3340.0, 3318.0, 3318.0, 3319.0, 3316.0, 3372.0, 3307.0, 3328.0, 3305.0, 3317.0, 3338.0, 3304.0, 3371.0, 3317.0, 3316.0, 3306.0, 3317.0, 3338.0, 3305.0, 3294.0, 3306.0, 3317.0, 3339.0, 3318.0, 3308.0, 3317.0, 3318.0, 3328.0, 3316.0, 3330.0, 3317.0, 3319.0, 3350.0, 3318.0, 3317.0, 3317.0, 3319.0, 3350.0, 3306.0, 3329.0, 3319.0, 3317.0, 3351.0, 3317.0, 3332.0, 3342.0, 3331.0, 3342.0, 3343.0, 3332.0, 3334.0, 3387.0, 3332.0, 3363.0, 3330.0, 3394.0, 3359.0, 3347.0, 3305.0, 3306.0, 3308.0, 3329.0, 3340.0, 3321.0, 3342.0, 3353.0, 3332.0, 3331.0, 3342.0, 3331.0, 3374.0, 3319.0, 3329.0, 3371.0, 3316.0, 3358.0, 3304.0, 3336.0, 3304.0, 3338.0, 3304.0, 3316.0, 3326.0, 3317.0, 3317.0, 3318.0, 3330.0, 3328.0, 3308.0, 3329.0, 3308.0, 3328.0, 3328.0, 3329.0, 3359.0, 3306.0, 3339.0, 3316.0, 3305.0, 3318.0, 3319.0, 3339.0, 3317.0, 3318.0, 3307.0, 3306.0, 3339.0, 3307.0, 3308.0, 3340.0, 3308.0, 3341.0, 3318.0, 3308.0, 3319.0, 3329.0, 3327.0, 3317.0, 3337.0, 3317.0, 3338.0, 3317.0, 3317.0, 3351.0, 3317.0, 3330.0, 3319.0, 3330.0, 3352.0, 3319.0, 3327.0, 3320.0, 3332.0, 3373.0, 3319.0, 3371.0, 3306.0, 3335.0, 3305.0, 3327.0, 3305.0, 3329.0, 3328.0, 3304.0, 3328.0, 3317.0, 3328.0, 3337.0, 3308.0, 3307.0, 3317.0, 3328.0, 3361.0, 3306.0, 3339.0, 3306.0, 3306.0, 3339.0, 3318.0, 3337.0, 3305.0, 3307.0, 3314.0, 3316.0, 3348.0, 3306.0, 3307.0, 3307.0, 3318.0, 3337.0, 3308.0, 3318.0, 3315.0, 3317.0, 3360.0, 3318.0, 3305.0, 3305.0, 3317.0, 3316.0, 3315.0, 3360.0, 3305.0, 3304.0, 3317.0, 3329.0, 3358.0, 3316.0, 3327.0, 3317.0, 3329.0, 3348.0, 3318.0, 3318.0, 3318.0, 3316.0, 3328.0, 3307.0, 3338.0, 3316.0, 3317.0, 3315.0, 3307.0, 3319.0, 3321.0, 3320.0, 3319.0, 3319.0, 3319.0, 3352.0, 3309.0, 3339.0, 3317.0, 3318.0, 3352.0, 3309.0, 3352.0, 3318.0, 3327.0, 3307.0, 3317.0, 3338.0, 3317.0, 3328.0, 3318.0, 3329.0, 3350.0, 3319.0, 3328.0, 3316.0, 3317.0, 3361.0, 3317.0, 3316.0, 3317.0, 3317.0, 3336.0, 3316.0, 3319.0, 3339.0, 3308.0, 3317.0, 3316.0, 3318.0, 3338.0, 3317.0, 3317.0, 3349.0, 3306.0, 3318.0, 3350.0, 3306.0, 3318.0, 3362.0, 3319.0, 3308.0, 3316.0, 3305.0, 3317.0, 3318.0, 3316.0, 3327.0, 3306.0, 3305.0, 3361.0, 3306.0, 3338.0, 3305.0, 3295.0, 3349.0, 3306.0, 3305.0, 3305.0, 3318.0, 3348.0, 3317.0, 3307.0, 3317.0, 3304.0, 3349.0, 3306.0, 3316.0, 3306.0, 3318.0, 3305.0, 3318.0, 3329.0, 3317.0, 3318.0, 3339.0, 3316.0, 3305.0, 3306.0, 3307.0, 3360.0, 3318.0, 3326.0, 3304.0, 3306.0, 3306.0, 3305.0, 3348.0, 3315.0, 3316.0, 3316.0, 3316.0, 3316.0, 3309.0, 3320.0, 3330.0, 3307.0, 3307.0, 3318.0, 3320.0, 3308.0, 3321.0, 3364.0, 3318.0, 3328.0, 3340.0, 3327.0, 3350.0, 3307.0, 3305.0, 3305.0, 3305.0, 3306.0, 3303.0, 3293.0, 3305.0, 3306.0, 3305.0, 3327.0, 3307.0, 3316.0, 3296.0, 3306.0, 3352.0, 3319.0, 3317.0, 3307.0, 3316.0, 3307.0, 3307.0, 3349.0, 3308.0, 3318.0, 3304.0, 3318.0, 3339.0, 3306.0, 3306.0, 3306.0, 3315.0, 3338.0, 3305.0, 3305.0, 3305.0, 3317.0, 3316.0, 3307.0, 3317.0, 3318.0, 3308.0, 3339.0, 3307.0, 3305.0, 3306.0, 3307.0, 3347.0, 3318.0, 3317.0, 3317.0, 3308.0, 3328.0, 3309.0, 3308.0, 3339.0, 3307.0, 3319.0, 3307.0, 3307.0, 3383.0, 3308.0, 3306.0, 3306.0, 3306.0, 3337.0, 3306.0, 3305.0, 3306.0, 3308.0, 3352.0, 3308.0, 3305.0, 3318.0, 3307.0, 3337.0, 3307.0, 3305.0, 3307.0, 3307.0, 3315.0, 3305.0, 3317.0, 3307.0, 3317.0, 3327.0, 3306.0, 3306.0, 3306.0, 3306.0, 3369.0, 3316.0, 3326.0, 3293.0, 3305.0, 3306.0, 3306.0, 3304.0, 3306.0, 3307.0, 3317.0, 3307.0, 3305.0, 3318.0, 3304.0, 3349.0, 3315.0, 3326.0, 3304.0, 3303.0, 3337.0, 3316.0, 3319.0, 3308.0, 3306.0, 3349.0, 3306.0, 3325.0, 3306.0, 3305.0, 3304.0, 3316.0, 3315.0, 3305.0, 3337.0, 3306.0, 3327.0, 3318.0, 3318.0, 3317.0, 3316.0, 3328.0, 3316.0, 3307.0, 3338.0, 3316.0, 3328.0, 3318.0, 3331.0, 3340.0, 3320.0, 3319.0, 3307.0, 3318.0, 3362.0, 3316.0, 3317.0, 3317.0, 3306.0, 3318.0, 3306.0, 3317.0, 3327.0, 3307.0, 3337.0, 3317.0, 3307.0, 3339.0, 3318.0, 3317.0, 3317.0, 3319.0, 3340.0, 3330.0, 3321.0, 3339.0, 3317.0, 3307.0, 3351.0, 3318.0, 3340.0, 3317.0, 3307.0, 3350.0, 3317.0, 3370.0, 3360.0, 3303.0, 3306.0, 3306.0, 3340.0, 3317.0, 3318.0, 3340.0, 3319.0, 3329.0, 3329.0, 3320.0, 3318.0, 3352.0, 3318.0, 3327.0, 3317.0, 3306.0, 3338.0, 3307.0, 3371.0, 3306.0, 3339.0, 3306.0, 3306.0, 3317.0, 3316.0, 3305.0, 3318.0, 3329.0, 3362.0, 3318.0, 3327.0, 3317.0], 'WindowWidth': [7685.0, 7743.0, 7665.0, 7657.0, 7702.0, 7641.0, 7685.0, 7628.0, 7608.0, 7676.0, 7628.0, 7708.0, 7633.0, 7613.0, 7630.0, 7645.0, 7613.0, 7631.0, 7650.0, 7615.0, 7656.0, 7622.0, 7639.0, 7635.0, 7645.0, 7689.0, 7628.0, 7615.0, 7610.0, 7616.0, 7671.0, 7612.0, 7626.0, 7624.0, 7610.0, 7639.0, 7612.0, 7656.0, 7626.0, 7610.0, 7612.0, 7614.0, 7674.0, 7611.0, 7639.0, 7625.0, 7609.0, 7605.0, 7608.0, 7688.0, 7613.0, 7611.0, 7629.0, 7626.0, 7625.0, 7608.0, 7637.0, 7606.0, 7667.0, 7628.0, 7642.0, 7609.0, 7608.0, 7605.0, 7625.0, 7622.0, 7622.0, 7665.0, 7610.0, 7635.0, 7605.0, 7649.0, 7602.0, 7693.0, 7602.0, 7647.0, 7605.0, 7604.0, 7610.0, 7625.0, 7655.0, 7640.0, 7659.0, 7612.0, 7652.0, 7623.0, 7682.0, 7609.0, 7650.0, 7605.0, 7638.0, 7608.0, 7639.0, 7623.0, 7611.0, 7643.0, 7612.0, 7619.0, 7606.0, 7643.0, 7611.0, 7608.0, 7654.0, 7623.0, 7652.0, 7609.0, 7636.0, 7608.0, 7622.0, 7606.0, 7622.0, 7640.0, 7609.0, 7655.0, 7626.0, 7629.0, 7643.0, 7611.0, 7673.0, 7631.0, 7642.0, 7650.0, 7641.0, 7642.0, 7628.0, 7657.0, 7606.0, 7651.0, 7608.0, 7591.0, 7637.0, 7596.0, 7607.0, 7613.0, 7641.0, 7666.0, 7611.0, 7611.0, 7627.0, 7591.0, 7672.0, 7627.0, 7684.0, 7608.0, 7651.0, 7607.0, 7613.0, 7627.0, 7659.0, 7660.0, 7632.0, 7664.0, 7635.0, 7684.0, 7651.0, 7655.0, 7696.0, 7640.0, 7664.0, 7636.0, 7666.0, 7651.0, 7615.0, 7722.0, 7632.0, 7673.0, 7609.0, 7625.0, 7625.0, 7610.0, 7691.0, 7615.0, 7674.0, 7626.0, 7629.0, 7657.0, 7625.0, 7700.0, 7610.0, 7620.0, 7605.0, 7621.0, 7670.0, 7607.0, 7638.0, 7608.0, 7618.0, 7611.0, 7604.0, 7671.0, 7606.0, 7653.0, 7607.0, 7629.0, 7636.0, 7625.0, 7654.0, 7605.0, 7591.0, 7607.0, 7607.0, 7654.0, 7628.0, 7672.0, 7610.0, 7589.0, 7610.0, 7646.0, 7660.0, 7632.0, 7647.0, 7634.0, 7631.0, 7676.0, 7637.0, 7644.0, 7676.0, 7630.0, 7674.0, 7628.0, 7653.0, 7630.0, 7614.0, 7703.0, 7613.0, 7677.0, 7611.0, 7644.0, 7645.0, 7636.0, 7675.0, 7627.0, 7633.0, 7629.0, 7630.0, 7666.0, 7650.0, 7651.0, 7650.0, 7652.0, 7693.0, 7635.0, 7675.0, 7631.0, 7647.0, 7629.0, 7614.0, 7659.0, 7614.0, 7657.0, 7613.0, 7644.0, 7631.0, 7652.0, 7672.0, 7635.0, 7633.0, 7647.0, 7635.0, 7676.0, 7631.0, 7616.0, 7681.0, 7633.0, 7605.0, 7637.0, 7669.0, 7692.0, 7641.0, 7649.0, 7638.0, 7654.0, 7683.0, 7651.0, 7653.0, 7683.0, 7638.0, 7652.0, 7647.0, 7650.0, 7664.0, 7618.0, 7676.0, 7635.0, 7669.0, 7681.0, 7634.0, 7647.0, 7635.0, 7635.0, 7697.0, 7637.0, 7649.0, 7634.0, 7654.0, 7708.0, 7635.0, 7647.0, 7634.0, 7632.0, 7647.0, 7632.0, 7627.0, 7662.0, 7635.0, 7681.0, 7629.0, 7627.0, 7649.0, 7618.0, 7647.0, 7635.0, 7645.0, 7695.0, 7638.0, 7615.0, 7654.0, 7651.0, 7664.0, 7632.0, 7646.0, 7635.0, 7650.0, 7708.0, 7638.0, 7650.0, 7651.0, 7643.0, 7690.0, 7638.0, 7666.0, 7712.0, 7650.0, 7646.0, 7651.0, 7653.0, 7730.0, 7633.0, 7644.0, 7641.0, 7658.0, 7695.0, 7635.0, 7645.0, 7634.0, 7650.0, 7707.0, 7635.0, 7619.0, 7633.0, 7650.0, 7697.0, 7635.0, 7644.0, 7633.0, 7632.0, 7692.0, 7637.0, 7651.0, 7639.0, 7638.0, 7680.0, 7632.0, 7630.0, 7725.0, 7633.0, 7630.0, 7630.0, 7632.0, 7675.0, 7634.0, 7648.0, 7724.0, 7627.0, 7673.0, 7614.0, 7676.0, 7611.0, 7625.0, 7630.0, 7644.0, 7660.0, 7636.0, 7649.0, 7649.0, 7637.0, 7663.0, 7632.0, 7620.0, 7668.0, 7634.0, 7681.0, 7650.0, 7646.0, 7676.0, 7635.0, 7619.0, 7648.0, 7650.0, 7679.0, 7631.0, 7664.0, 7631.0, 7660.0, 7737.0, 7634.0, 7604.0, 7633.0, 7611.0, 7643.0, 7624.0, 7703.0, 7632.0, 7605.0, 7649.0, 7646.0, 7665.0, 7630.0, 7617.0, 7630.0, 7647.0, 7678.0, 7634.0, 7620.0, 7681.0, 7633.0, 7662.0, 7629.0, 7632.0, 7647.0, 7629.0, 7675.0, 7610.0, 7606.0, 7609.0, 7635.0, 7608.0, 7642.0, 7677.0, 7634.0, 7650.0, 7666.0, 7704.0, 7624.0, 7637.0, 7667.0, 7634.0, 7676.0, 7644.0, 7627.0, 7724.0, 7633.0, 7623.0, 7612.0, 7625.0, 7616.0, 7643.0, 7703.0, 7631.0, 7660.0, 7629.0, 7649.0, 7645.0, 7646.0, 7613.0, 7695.0, 7637.0, 7601.0, 7628.0, 7644.0, 7658.0, 7651.0, 7695.0, 7634.0, 7648.0, 7631.0, 7669.0, 7698.0, 7637.0, 7648.0, 7636.0, 7666.0, 7730.0, 7640.0, 7680.0, 7635.0, 7618.0, 7635.0, 7633.0, 7681.0, 7619.0, 7649.0, 7627.0, 7678.0, 7629.0, 7617.0, 7652.0, 7623.0, 7680.0, 7637.0, 7620.0, 7653.0, 7619.0, 7630.0, 7644.0, 7681.0, 7641.0, 7647.0, 7636.0, 7652.0, 7662.0, 7644.0, 7666.0, 7636.0, 7650.0, 7637.0, 7648.0, 7679.0, 7634.0, 7667.0, 7635.0, 7636.0, 7692.0, 7619.0, 7674.0, 7612.0, 7615.0, 7612.0, 7645.0, 7704.0, 7619.0, 7665.0, 7637.0, 7652.0, 7677.0, 7622.0, 7619.0, 7634.0, 7637.0, 7694.0, 7621.0, 7615.0, 7637.0, 7649.0, 7637.0, 7634.0, 7663.0, 7634.0, 7629.0, 7631.0, 7651.0, 7667.0, 7632.0, 7649.0, 7636.0, 7639.0, 7675.0, 7643.0, 7668.0, 7717.0, 7645.0, 7625.0, 7642.0, 7651.0, 7637.0, 7634.0, 7708.0, 7648.0, 7695.0, 7632.0, 7618.0, 7629.0, 7632.0, 7633.0, 7636.0, 7662.0, 7639.0, 7648.0, 7679.0, 7631.0, 7662.0, 7634.0, 7636.0, 7693.0, 7617.0, 7618.0, 7632.0, 7648.0, 7727.0, 7617.0, 7601.0, 7635.0, 7635.0, 7678.0, 7630.0, 7617.0, 7628.0, 7630.0, 7659.0, 7633.0, 7614.0, 7634.0, 7650.0, 7680.0, 7633.0, 7632.0, 7651.0, 7650.0, 7663.0, 7632.0, 7664.0, 7636.0, 7646.0, 7705.0, 7618.0, 7630.0, 7629.0, 7643.0, 7626.0, 7612.0, 7615.0, 7633.0, 7663.0, 7633.0, 7656.0, 7686.0, 7642.0, 7657.0, 7661.0, 7689.0, 7673.0, 7641.0, 7699.0, 7651.0, 7724.0, 7651.0, 7664.0, 7633.0, 7661.0, 7635.0, 7649.0, 7685.0, 7653.0, 7667.0, 7636.0, 7617.0, 7631.0, 7617.0, 7724.0, 7621.0, 7662.0, 7635.0, 7655.0, 7650.0, 7634.0, 7725.0, 7618.0, 7615.0, 7630.0, 7672.0, 7632.0, 7645.0, 7693.0, 7615.0, 7618.0, 7611.0, 7615.0, 7671.0, 7614.0, 7659.0, 7615.0, 7650.0, 7630.0, 7620.0, 7645.0, 7652.0, 7654.0, 7667.0, 7634.0, 7635.0, 7636.0, 7629.0, 7710.0, 7619.0, 7645.0, 7611.0, 7630.0, 7658.0, 7610.0, 7704.0, 7630.0, 7628.0, 7615.0, 7631.0, 7657.0, 7612.0, 7596.0, 7614.0, 7630.0, 7661.0, 7635.0, 7619.0, 7631.0, 7635.0, 7648.0, 7628.0, 7651.0, 7632.0, 7635.0, 7677.0, 7635.0, 7631.0, 7632.0, 7636.0, 7677.0, 7617.0, 7650.0, 7635.0, 7633.0, 7681.0, 7634.0, 7659.0, 7672.0, 7657.0, 7672.0, 7677.0, 7663.0, 7665.0, 7739.0, 7660.0, 7698.0, 7653.0, 7742.0, 7686.0, 7668.0, 7611.0, 7616.0, 7623.0, 7651.0, 7668.0, 7643.0, 7672.0, 7689.0, 7661.0, 7656.0, 7673.0, 7658.0, 7718.0, 7635.0, 7648.0, 7705.0, 7627.0, 7685.0, 7609.0, 7652.0, 7607.0, 7661.0, 7611.0, 7627.0, 7640.0, 7632.0, 7632.0, 7635.0, 7652.0, 7647.0, 7622.0, 7650.0, 7621.0, 7647.0, 7646.0, 7649.0, 7688.0, 7616.0, 7663.0, 7630.0, 7614.0, 7634.0, 7638.0, 7662.0, 7631.0, 7633.0, 7618.0, 7618.0, 7662.0, 7619.0, 7623.0, 7666.0, 7621.0, 7670.0, 7635.0, 7620.0, 7636.0, 7648.0, 7645.0, 7631.0, 7658.0, 7631.0, 7660.0, 7630.0, 7631.0, 7681.0, 7634.0, 7651.0, 7637.0, 7654.0, 7683.0, 7637.0, 7646.0, 7643.0, 7658.0, 7711.0, 7636.0, 7706.0, 7613.0, 7650.0, 7611.0, 7643.0, 7614.0, 7650.0, 7647.0, 7613.0, 7646.0, 7631.0, 7647.0, 7658.0, 7620.0, 7617.0, 7633.0, 7648.0, 7694.0, 7618.0, 7664.0, 7616.0, 7616.0, 7664.0, 7633.0, 7658.0, 7613.0, 7618.0, 7626.0, 7629.0, 7673.0, 7615.0, 7620.0, 7619.0, 7633.0, 7659.0, 7621.0, 7632.0, 7629.0, 7632.0, 7691.0, 7635.0, 7611.0, 7612.0, 7632.0, 7631.0, 7626.0, 7691.0, 7613.0, 7610.0, 7633.0, 7651.0, 7685.0, 7630.0, 7645.0, 7631.0, 7648.0, 7672.0, 7635.0, 7636.0, 7636.0, 7628.0, 7649.0, 7619.0, 7659.0, 7630.0, 7631.0, 7630.0, 7621.0, 7638.0, 7646.0, 7641.0, 7640.0, 7638.0, 7637.0, 7685.0, 7624.0, 7662.0, 7631.0, 7634.0, 7683.0, 7626.0, 7685.0, 7634.0, 7646.0, 7621.0, 7633.0, 7660.0, 7633.0, 7648.0, 7634.0, 7648.0, 7678.0, 7637.0, 7647.0, 7630.0, 7631.0, 7693.0, 7631.0, 7629.0, 7632.0, 7630.0, 7655.0, 7629.0, 7637.0, 7663.0, 7621.0, 7631.0, 7630.0, 7633.0, 7660.0, 7631.0, 7632.0, 7675.0, 7615.0, 7632.0, 7678.0, 7617.0, 7635.0, 7696.0, 7637.0, 7619.0, 7629.0, 7614.0, 7630.0, 7634.0, 7630.0, 7644.0, 7614.0, 7612.0, 7695.0, 7616.0, 7658.0, 7612.0, 7598.0, 7676.0, 7617.0, 7612.0, 7614.0, 7633.0, 7674.0, 7631.0, 7617.0, 7630.0, 7610.0, 7676.0, 7616.0, 7628.0, 7617.0, 7634.0, 7614.0, 7632.0, 7649.0, 7632.0, 7634.0, 7662.0, 7629.0, 7612.0, 7615.0, 7618.0, 7691.0, 7633.0, 7641.0, 7610.0, 7614.0, 7616.0, 7613.0, 7672.0, 7626.0, 7629.0, 7627.0, 7628.0, 7628.0, 7623.0, 7640.0, 7651.0, 7618.0, 7617.0, 7633.0, 7641.0, 7623.0, 7644.0, 7704.0, 7635.0, 7648.0, 7665.0, 7643.0, 7678.0, 7615.0, 7612.0, 7614.0, 7613.0, 7614.0, 7608.0, 7594.0, 7611.0, 7614.0, 7614.0, 7644.0, 7617.0, 7628.0, 7603.0, 7617.0, 7685.0, 7636.0, 7631.0, 7617.0, 7629.0, 7619.0, 7618.0, 7675.0, 7621.0, 7634.0, 7612.0, 7634.0, 7664.0, 7617.0, 7615.0, 7616.0, 7626.0, 7662.0, 7613.0, 7612.0, 7613.0, 7630.0, 7628.0, 7618.0, 7630.0, 7634.0, 7621.0, 7663.0, 7617.0, 7613.0, 7617.0, 7618.0, 7672.0, 7632.0, 7632.0, 7632.0, 7624.0, 7648.0, 7623.0, 7622.0, 7664.0, 7619.0, 7638.0, 7621.0, 7619.0, 7725.0, 7619.0, 7616.0, 7613.0, 7616.0, 7658.0, 7616.0, 7613.0, 7617.0, 7620.0, 7684.0, 7621.0, 7613.0, 7634.0, 7616.0, 7657.0, 7617.0, 7613.0, 7619.0, 7617.0, 7627.0, 7613.0, 7633.0, 7618.0, 7632.0, 7645.0, 7616.0, 7614.0, 7616.0, 7616.0, 7702.0, 7628.0, 7641.0, 7593.0, 7612.0, 7616.0, 7617.0, 7611.0, 7615.0, 7616.0, 7632.0, 7619.0, 7612.0, 7633.0, 7611.0, 7674.0, 7627.0, 7641.0, 7610.0, 7609.0, 7657.0, 7629.0, 7639.0, 7623.0, 7617.0, 7677.0, 7614.0, 7639.0, 7615.0, 7613.0, 7611.0, 7627.0, 7624.0, 7613.0, 7658.0, 7615.0, 7643.0, 7635.0, 7636.0, 7631.0, 7631.0, 7647.0, 7630.0, 7619.0, 7661.0, 7630.0, 7648.0, 7635.0, 7656.0, 7667.0, 7640.0, 7637.0, 7620.0, 7635.0, 7698.0, 7631.0, 7630.0, 7633.0, 7616.0, 7634.0, 7616.0, 7630.0, 7645.0, 7617.0, 7657.0, 7633.0, 7619.0, 7664.0, 7633.0, 7631.0, 7631.0, 7637.0, 7666.0, 7655.0, 7643.0, 7665.0, 7633.0, 7622.0, 7682.0, 7635.0, 7665.0, 7632.0, 7616.0, 7680.0, 7631.0, 7704.0, 7690.0, 7607.0, 7614.0, 7615.0, 7665.0, 7631.0, 7634.0, 7665.0, 7637.0, 7650.0, 7651.0, 7641.0, 7636.0, 7685.0, 7635.0, 7644.0, 7630.0, 7614.0, 7660.0, 7617.0, 7705.0, 7613.0, 7662.0, 7616.0, 7615.0, 7631.0, 7628.0, 7614.0, 7633.0, 7650.0, 7698.0, 7634.0, 7645.0, 7631.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.00011339419087136928</td></tr>
<tr><td colspan=3>aqi</td><td>0.027089935767634854</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>53.70883296249176</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1720290869186054</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9800456591777407</td></tr>
<tr><td colspan=3>efc</td><td>0.487</td></tr>
<tr><td colspan=3>fber</td><td>2271.7598</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08664878181774407</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.33195020746887965</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.771239885510978</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.647779936872007</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.018628655303012</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.647311064357915</td></tr>
<tr><td colspan=3>gcor</td><td>0.00335546</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0325746163725853</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.08461563289165497</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1205</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.5344057094609638</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>15.993</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.1957</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.7872</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307929.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>9.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>279.1447</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3002</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.4883</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2611.2976</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>738.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3573.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>786.548</td></tr>
<tr><td colspan=3>tsnr</td><td>30.50370254914742</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>