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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-03_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-03_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-0013/ses-01/func/sub-0013_ses-01_task-alignvideo_acq-mb8_run-03_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>1fff4d56da57bcba0b10c03a11b4d7b5</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:16:45.932500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997451, -0.0298213, 0.0648269, 0.0322176, 0.998824, -0.036238]</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_brain_imaging_center</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0954218</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7745, -7209, 586, -167, -80, 60, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.235</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e4b49798-e6ae-4131-b788-229bc96048bf||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6760876178741455, 0.08643732964992523, 0.17190901935100555, 109.11621856689453], [0.0800083726644516, 2.6797709465026855, -0.10323226451873779, -85.15970611572266], [0.17392590641975403, 0.09722386300563812, 2.6925432682037354, -56.290870666503906], [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, 1016]</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], 'AcquisitionTime': ['111645.932500', '111646.392500', '111646.852500', '111647.312500', '111647.772500', '111648.232500', '111648.692500', '111649.152500', '111649.612500', '111650.072500', '111650.532500', '111650.992500', '111651.452500', '111651.912500', '111652.372500', '111652.832500', '111653.292500', '111653.752500', '111654.212500', '111654.672500', '111655.132500', '111655.592500', '111656.052500', '111656.512500', '111656.972500', '111657.432500', '111657.892500', '111658.352500', '111658.812500', '111659.272500', '111659.732500', '111700.192500', '111700.652500', '111701.112500', '111701.572500', '111702.032500', '111702.492500', '111702.952500', '111703.412500', '111703.872500', '111704.332500', '111704.792500', '111705.252500', '111705.712500', '111706.172500', '111706.632500', '111707.092500', '111707.552500', '111708.012500', '111708.472500', '111708.932500', '111709.392500', '111709.852500', '111710.312500', '111710.772500', '111711.232500', '111711.692500', '111712.152500', '111712.612500', '111713.072500', '111713.532500', '111713.992500', '111714.452500', '111714.912500', '111715.372500', '111715.832500', '111716.292500', '111716.752500', '111717.212500', '111717.672500', '111718.132500', '111718.592500', '111719.052500', '111719.512500', '111719.972500', '111720.432500', '111720.892500', '111721.352500', '111721.812500', '111722.272500', '111722.732500', '111723.192500', '111723.652500', '111724.112500', '111724.572500', '111725.032500', '111725.492500', '111725.952500', '111726.412500', '111726.872500', '111727.332500', '111727.792500', '111728.252500', '111728.712500', '111729.172500', '111729.632500', '111730.092500', '111730.552500', '111731.012500', '111731.472500', '111731.932500', '111732.392500', '111732.852500', '111733.312500', '111733.772500', '111734.232500', '111734.692500', '111735.152500', '111735.612500', '111736.072500', '111736.532500', '111736.992500', '111737.452500', '111737.912500', '111738.372500', '111738.832500', '111739.292500', '111739.752500', '111740.212500', '111740.672500', '111741.132500', '111741.592500', '111742.052500', '111742.512500', '111742.972500', '111743.432500', '111743.892500', '111744.352500', '111744.812500', '111745.272500', '111745.732500', '111746.192500', '111746.652500', '111747.112500', '111747.572500', '111748.032500', '111748.492500', '111748.952500', '111749.412500', '111749.872500', '111750.332500', '111750.792500', '111751.252500', '111751.712500', '111752.172500', '111752.632500', '111753.092500', '111753.552500', '111754.012500', '111754.472500', '111754.932500', '111755.392500', '111755.852500', '111756.312500', '111756.772500', '111757.232500', '111757.692500', '111758.152500', '111758.612500', '111759.072500', '111759.532500', '111759.992500', '111800.452500', '111800.912500', '111801.372500', '111801.832500', '111802.292500', '111802.752500', '111803.212500', '111803.672500', '111804.132500', '111804.592500', '111805.052500', '111805.512500', '111805.972500', '111806.432500', '111806.892500', '111807.352500', '111807.812500', '111808.272500', '111808.732500', '111809.192500', '111809.652500', '111810.112500', '111810.572500', '111811.032500', '111811.492500', '111811.952500', '111812.412500', '111812.872500', '111813.332500', '111813.792500', '111814.252500', '111814.712500', '111815.172500', '111815.632500', '111816.092500', '111816.552500', '111817.012500', '111817.472500', '111817.932500', '111818.392500', '111818.852500', '111819.312500', '111819.772500', '111820.232500', '111820.692500', '111821.152500', '111821.612500', '111822.072500', '111822.532500', '111822.992500', '111823.452500', '111823.912500', '111824.372500', '111824.832500', '111825.292500', '111825.752500', '111826.212500', '111826.672500', '111827.132500', '111827.592500', '111828.052500', '111828.512500', '111828.972500', '111829.432500', '111829.892500', '111830.352500', '111830.812500', '111831.272500', '111831.732500', '111832.192500', '111832.652500', '111833.112500', '111833.572500', '111834.032500', '111834.492500', '111834.952500', '111835.412500', '111835.872500', '111836.332500', '111836.792500', '111837.252500', '111837.712500', '111838.172500', '111838.632500', '111839.092500', '111839.552500', '111840.012500', '111840.472500', '111840.932500', '111841.392500', '111841.852500', '111842.312500', '111842.772500', '111843.232500', '111843.692500', '111844.152500', '111844.612500', '111845.072500', '111845.532500', '111845.992500', '111846.452500', '111846.912500', '111847.372500', '111847.832500', '111848.292500', '111848.752500', '111849.212500', '111849.672500', '111850.132500', '111850.592500', '111851.052500', '111851.512500', '111851.972500', '111852.432500', '111852.892500', '111853.352500', '111853.812500', '111854.272500', '111854.732500', '111855.192500', '111855.652500', '111856.112500', '111856.572500', '111857.032500', '111857.492500', '111857.952500', '111858.412500', '111858.872500', '111859.332500', '111859.792500', '111900.252500', '111900.712500', '111901.172500', '111901.632500', '111902.092500', '111902.552500', '111903.012500', '111903.472500', '111903.932500', '111904.392500', '111904.852500', '111905.312500', '111905.772500', '111906.232500', '111906.692500', '111907.152500', '111907.612500', '111908.072500', '111908.532500', '111908.992500', '111909.452500', '111909.912500', '111910.372500', '111910.832500', '111911.292500', '111911.752500', '111912.212500', '111912.672500', '111913.132500', '111913.592500', '111914.052500', '111914.512500', '111914.972500', '111915.432500', '111915.892500', '111916.352500', '111916.812500', '111917.272500', '111917.732500', '111918.192500', '111918.652500', '111919.112500', '111919.572500', '111920.032500', '111920.492500', '111920.952500', '111921.412500', '111921.872500', '111922.332500', '111922.792500', '111923.252500', '111923.712500', '111924.172500', '111924.632500', '111925.092500', '111925.552500', '111926.012500', '111926.472500', '111926.932500', '111927.392500', '111927.852500', '111928.312500', '111928.772500', '111929.232500', '111929.692500', '111930.152500', '111930.612500', '111931.072500', '111931.532500', '111931.992500', '111932.452500', '111932.912500', '111933.372500', '111933.832500', '111934.292500', '111934.752500', '111935.212500', '111935.672500', '111936.132500', '111936.592500', '111937.052500', '111937.512500', '111937.972500', '111938.432500', '111938.892500', '111939.352500', '111939.812500', '111940.272500', '111940.732500', '111941.192500', '111941.652500', '111942.112500', '111942.572500', '111943.032500', '111943.492500', '111943.952500', '111944.412500', '111944.872500', '111945.332500', '111945.792500', '111946.252500', '111946.712500', '111947.172500', '111947.632500', '111948.092500', '111948.552500', '111949.012500', '111949.472500', '111949.932500', '111950.392500', '111950.852500', '111951.312500', '111951.772500', '111952.232500', '111952.692500', '111953.152500', '111953.612500', '111954.072500', '111954.532500', '111954.992500', '111955.452500', '111955.912500', '111956.372500', '111956.832500', '111957.292500', '111957.752500', '111958.212500', '111958.672500', '111959.132500', '111959.592500', '112000.052500', '112000.512500', '112000.972500', '112001.432500', '112001.892500', '112002.352500', '112002.812500', '112003.272500', '112003.732500', '112004.192500', '112004.652500', '112005.112500', '112005.572500', '112006.032500', '112006.492500', '112006.952500', '112007.412500', '112007.872500', '112008.332500', '112008.792500', '112009.252500', '112009.712500', '112010.172500', '112010.632500', '112011.092500', '112011.552500', '112012.012500', '112012.472500', '112012.932500', '112013.392500', '112013.852500', '112014.312500', '112014.772500', '112015.232500', '112015.692500', '112016.152500', '112016.612500', '112017.072500', '112017.532500', '112017.992500', '112018.452500', '112018.912500', '112019.372500', '112019.832500', '112020.292500', '112020.752500', '112021.212500', '112021.672500', '112022.132500', '112022.592500', '112023.052500', '112023.512500', '112023.972500', '112024.432500', '112024.892500', '112025.352500', '112025.812500', '112026.272500', '112026.732500', '112027.192500', '112027.652500', '112028.112500', '112028.572500', '112029.032500', '112029.492500', '112029.952500', '112030.412500', '112030.872500', '112031.332500', '112031.792500', '112032.252500', '112032.712500', '112033.172500', '112033.632500', '112034.092500', '112034.552500', '112035.012500', '112035.472500', '112035.932500', '112036.392500', '112036.852500', '112037.312500', '112037.772500', '112038.232500', '112038.692500', '112039.152500', '112039.612500', '112040.072500', '112040.532500', '112040.992500', '112041.452500', '112041.912500', '112042.372500', '112042.832500', '112043.292500', '112043.752500', '112044.212500', '112044.672500', '112045.132500', '112045.592500', '112046.052500', '112046.512500', '112046.972500', '112047.432500', '112047.892500', '112048.352500', '112048.812500', '112049.272500', '112049.732500', '112050.192500', '112050.652500', '112051.112500', '112051.572500', '112052.032500', '112052.492500', '112052.952500', '112053.412500', '112053.872500', '112054.332500', '112054.792500', '112055.252500', '112055.712500', '112056.172500', '112056.632500', '112057.092500', '112057.552500', '112058.012500', '112058.472500', '112058.932500', '112059.392500', '112059.852500', '112100.312500', '112100.772500', '112101.232500', '112101.692500', '112102.152500', '112102.612500', '112103.072500', '112103.532500', '112103.992500', '112104.452500', '112104.912500', '112105.372500', '112105.832500', '112106.292500', '112106.752500', '112107.212500', '112107.672500', '112108.132500', '112108.592500', '112109.052500', '112109.512500', '112109.972500', '112110.432500', '112110.892500', '112111.352500', '112111.812500', '112112.272500', '112112.732500', '112113.192500', '112113.652500', '112114.112500', '112114.572500', '112115.032500', '112115.492500', '112115.952500', '112116.412500', '112116.872500', '112117.332500', '112117.792500', '112118.252500', '112118.712500', '112119.172500', '112119.632500', '112120.092500', '112120.552500', '112121.012500', '112121.472500', '112121.932500', '112122.392500', '112122.852500', '112123.312500', '112123.772500', '112124.232500', '112124.692500', '112125.152500', '112125.612500', '112126.072500', '112126.532500', '112126.992500', '112127.452500', '112127.912500', '112128.372500', '112128.832500', '112129.292500', '112129.752500', '112130.212500', '112130.672500', '112131.132500', '112131.592500', '112132.052500', '112132.512500', '112132.972500', '112133.432500', '112133.892500', '112134.352500', '112134.812500', '112135.272500', '112135.732500', '112136.192500', '112136.652500', '112137.112500', '112137.572500', '112138.032500', '112138.492500', '112138.952500', '112139.412500', '112139.872500', '112140.332500', '112140.792500', '112141.252500', '112141.712500', '112142.172500', '112142.632500', '112143.092500', '112143.552500', '112144.012500', '112144.472500', '112144.932500', '112145.392500', '112145.852500', '112146.312500', '112146.772500', '112147.232500', '112147.692500', '112148.152500', '112148.612500', '112149.072500', '112149.532500', '112149.992500', '112150.452500', '112150.912500', '112151.372500', '112151.832500', '112152.292500', '112152.752500', '112153.212500', '112153.672500', '112154.132500', '112154.592500', '112155.052500', '112155.512500', '112155.972500', '112156.432500', '112156.892500', '112157.352500', '112157.812500', '112158.272500', '112158.732500', '112159.192500', '112159.652500', '112200.112500', '112200.572500', '112201.032500', '112201.492500', '112201.952500', '112202.412500', '112202.872500', '112203.332500', '112203.792500', '112204.252500', '112204.712500', '112205.172500', '112205.632500', '112206.092500', '112206.552500', '112207.012500', '112207.472500', '112207.932500', '112208.392500', '112208.852500', '112209.312500', '112209.772500', '112210.232500', '112210.692500', '112211.152500', '112211.612500', '112212.072500', '112212.532500', '112212.992500', '112213.452500', '112213.912500', '112214.372500', '112214.832500', '112215.292500', '112215.752500', '112216.212500', '112216.672500', '112217.132500', '112217.592500', '112218.052500', '112218.512500', '112218.972500', '112219.432500', '112219.892500', '112220.352500', '112220.812500', '112221.272500', '112221.732500', '112222.192500', '112222.652500', '112223.112500', '112223.572500', '112224.032500', '112224.492500', '112224.952500', '112225.412500', '112225.872500', '112226.332500', '112226.792500', '112227.252500', '112227.712500', '112228.172500', '112228.632500', '112229.092500', '112229.552500', '112230.012500', '112230.472500', '112230.932500', '112231.392500', '112231.852500', '112232.312500', '112232.772500', '112233.232500', '112233.692500', '112234.152500', '112234.612500', '112235.072500', '112235.532500', '112235.992500', '112236.452500', '112236.912500', '112237.372500', '112237.832500', '112238.292500', '112238.752500', '112239.212500', '112239.672500', '112240.132500', '112240.592500', '112241.052500', '112241.512500', '112241.972500', '112242.432500', '112242.892500', '112243.352500', '112243.812500', '112244.272500', '112244.732500', '112245.192500', '112245.652500', '112246.112500', '112246.572500', '112247.032500', '112247.492500', '112247.952500', '112248.412500', '112248.872500', '112249.332500', '112249.792500', '112250.252500', '112250.712500', '112251.172500', '112251.632500', '112252.092500', '112252.552500', '112253.012500', '112253.472500', '112253.932500', '112254.392500', '112254.852500', '112255.312500', '112255.772500', '112256.232500', '112256.692500', '112257.152500', '112257.612500', '112258.072500', '112258.532500', '112258.992500', '112259.452500', '112259.912500', '112300.372500', '112300.832500', '112301.292500', '112301.752500', '112302.212500', '112302.672500', '112303.132500', '112303.592500', '112304.052500', '112304.512500', '112304.972500', '112305.432500', '112305.892500', '112306.352500', '112306.812500', '112307.272500', '112307.732500', '112308.192500', '112308.652500', '112309.112500', '112309.572500', '112310.032500', '112310.492500', '112310.952500', '112311.412500', '112311.872500', '112312.332500', '112312.792500', '112313.252500', '112313.712500', '112314.172500', '112314.632500', '112315.092500', '112315.552500', '112316.012500', '112316.472500', '112316.932500', '112317.392500', '112317.852500', '112318.312500', '112318.772500', '112319.232500', '112319.692500', '112320.152500', '112320.612500', '112321.072500', '112321.532500', '112321.992500', '112322.452500', '112322.912500', '112323.372500', '112323.832500', '112324.292500', '112324.752500', '112325.212500', '112325.672500', '112326.132500', '112326.592500', '112327.052500', '112327.512500', '112327.972500', '112328.432500', '112328.892500', '112329.352500', '112329.812500', '112330.272500', '112330.732500', '112331.192500', '112331.652500', '112332.112500', '112332.572500', '112333.032500', '112333.492500', '112333.952500', '112334.412500', '112334.872500', '112335.332500', '112335.792500', '112336.252500', '112336.712500', '112337.172500', '112337.632500', '112338.092500', '112338.552500', '112339.012500', '112339.472500', '112339.932500', '112340.392500', '112340.852500', '112341.312500', '112341.772500', '112342.232500', '112342.692500', '112343.152500', '112343.612500', '112344.072500', '112344.532500', '112344.992500', '112345.452500', '112345.912500', '112346.372500', '112346.832500', '112347.292500', '112347.752500', '112348.212500', '112348.672500', '112349.132500', '112349.592500', '112350.052500', '112350.512500', '112350.972500', '112351.432500', '112351.892500', '112352.352500', '112352.812500', '112353.272500', '112353.732500', '112354.192500', '112354.652500', '112355.112500', '112355.572500', '112356.032500', '112356.492500', '112356.952500', '112357.412500', '112357.872500', '112358.332500', '112358.792500', '112359.252500', '112359.712500', '112400.172500', '112400.632500', '112401.092500', '112401.552500', '112402.012500', '112402.472500', '112402.932500', '112403.392500', '112403.852500', '112404.312500', '112404.772500', '112405.232500', '112405.692500', '112406.152500', '112406.612500', '112407.072500', '112407.532500', '112407.992500', '112408.452500', '112408.912500', '112409.372500', '112409.832500', '112410.292500', '112410.752500', '112411.212500', '112411.672500', '112412.132500', '112412.592500', '112413.052500', '112413.512500', '112413.972500', '112414.432500', '112414.892500', '112415.352500', '112415.812500', '112416.272500', '112416.732500', '112417.192500', '112417.652500', '112418.112500', '112418.572500', '112419.032500', '112419.492500', '112419.952500', '112420.412500', '112420.872500', '112421.332500', '112421.792500', '112422.252500', '112422.712500', '112423.172500', '112423.632500', '112424.092500', '112424.552500', '112425.012500', '112425.472500', '112425.932500', '112426.392500', '112426.852500', '112427.312500', '112427.772500', '112428.232500', '112428.692500', '112429.152500', '112429.612500', '112430.072500', '112430.532500', '112430.992500', '112431.452500', '112431.912500', '112432.372500', '112432.832500'], 'ContentTime': ['111713.886000', '111713.890000', '111713.893000', '111713.896000', '111713.912000', '111713.915000', '111713.918000', '111713.921000', '111713.924000', '111713.927000', '111713.930000', '111713.933000', '111713.936000', '111713.940000', '111713.943000', '111713.946000', '111713.949000', '111713.952000', '111713.955000', '111713.958000', '111713.961000', '111713.964000', '111713.967000', '111713.970000', '111713.973000', '111713.976000', '111713.979000', '111713.982000', '111713.985000', '111713.988000', '111713.990000', '111713.993000', '111713.996000', '111714.000000', '111714.003000', '111714.006000', '111714.009000', '111714.012000', '111714.015000', '111714.018000', '111714.021000', '111714.034000', '111714.037000', '111714.040000', '111714.043000', '111714.046000', '111714.049000', '111714.052000', '111714.055000', '111714.058000', '111714.060000', '111714.063000', '111714.066000', '111714.069000', '111714.072000', '111714.075000', '111714.078000', '111714.082000', '111714.085000', '111733.853000', '111733.856000', '111733.859000', '111733.862000', '111733.865000', '111733.868000', '111733.870000', '111733.873000', '111733.876000', '111733.879000', '111733.882000', '111733.885000', '111733.888000', '111733.891000', '111733.893000', '111733.896000', '111733.899000', '111733.902000', '111733.905000', '111733.907000', '111733.910000', '111733.913000', '111733.916000', '111733.919000', '111733.922000', '111733.932000', '111733.934000', '111733.937000', '111733.940000', '111733.943000', '111733.946000', '111733.949000', '111733.951000', '111733.954000', '111733.957000', '111733.960000', '111733.963000', '111733.966000', '111733.968000', '111733.971000', '111733.974000', '111733.977000', '111733.980000', '111753.853000', '111753.856000', '111753.859000', '111753.862000', '111753.865000', '111753.867000', '111753.870000', '111753.873000', '111753.876000', '111753.879000', '111753.882000', '111753.885000', '111753.888000', '111753.891000', '111753.894000', '111753.897000', '111753.900000', '111753.902000', '111753.905000', '111753.908000', '111753.911000', '111753.914000', '111753.917000', '111753.920000', '111753.923000', '111753.926000', '111753.929000', '111753.935000', '111753.938000', '111753.941000', '111753.944000', '111753.947000', '111753.950000', '111753.952000', '111753.955000', '111753.958000', '111753.961000', '111753.964000', '111753.968000', '111753.971000', '111753.974000', '111753.977000', '111753.980000', '111753.982000', '111813.853000', '111813.856000', '111813.859000', '111813.862000', '111813.870000', '111813.873000', '111813.876000', '111813.879000', '111813.882000', '111813.885000', '111813.887000', '111813.890000', '111813.893000', '111813.896000', '111813.899000', '111813.902000', '111813.905000', '111813.908000', '111813.911000', '111813.914000', '111813.917000', '111813.920000', '111813.923000', '111813.926000', '111813.929000', '111813.931000', '111813.934000', '111813.937000', '111813.940000', '111813.943000', '111813.946000', '111813.949000', '111813.952000', '111813.955000', '111813.958000', '111813.960000', '111813.963000', '111813.966000', '111813.969000', '111813.972000', '111813.975000', '111813.978000', '111813.981000', '111833.853000', '111833.856000', '111833.859000', '111833.862000', '111833.865000', '111833.868000', '111833.871000', '111833.876000', '111833.879000', '111833.882000', '111833.885000', '111833.888000', '111833.891000', '111833.894000', '111833.897000', '111833.900000', '111833.902000', '111833.906000', '111833.914000', '111833.917000', '111833.920000', '111833.923000', '111833.926000', '111833.928000', '111833.931000', '111833.934000', '111833.937000', '111833.940000', '111833.943000', '111833.946000', '111833.949000', '111833.952000', '111833.955000', '111833.958000', '111833.961000', '111833.963000', '111833.966000', '111833.969000', '111833.972000', '111833.975000', '111833.978000', '111833.981000', '111833.984000', '111853.854000', '111853.857000', '111853.866000', '111853.869000', '111853.872000', '111853.875000', '111853.878000', '111853.881000', '111853.899000', '111853.902000', '111853.905000', '111853.907000', '111853.910000', '111853.913000', '111853.916000', '111853.919000', '111853.922000', '111853.925000', '111853.928000', '111853.931000', '111853.934000', '111853.937000', '111853.940000', '111853.942000', '111853.945000', '111853.948000', '111853.951000', '111853.954000', '111853.957000', '111853.960000', '111853.963000', '111853.965000', '111853.968000', '111853.971000', '111853.974000', '111853.977000', '111853.980000', '111853.983000', '111853.986000', '111853.988000', '111853.991000', '111853.994000', '111853.997000', '111854.000000', '111913.853000', '111913.856000', '111913.859000', '111913.862000', '111913.865000', '111913.867000', '111913.870000', '111913.873000', '111913.876000', '111913.879000', '111913.882000', '111913.885000', '111913.888000', '111913.891000', '111913.896000', '111913.900000', '111913.910000', '111913.913000', '111913.916000', '111913.919000', '111913.927000', '111913.930000', '111913.933000', '111913.936000', '111913.939000', '111913.942000', '111913.945000', '111913.948000', '111913.951000', '111913.954000', '111913.957000', '111913.959000', '111913.962000', '111913.965000', '111913.968000', '111913.971000', '111913.974000', '111913.977000', '111913.980000', '111913.983000', '111913.986000', '111913.989000', '111913.991000', '111933.853000', '111933.856000', '111933.859000', '111933.862000', '111933.865000', '111933.868000', '111933.871000', '111933.874000', '111933.877000', '111933.880000', '111933.882000', '111933.885000', '111933.888000', '111933.891000', '111933.894000', '111933.897000', '111933.900000', '111933.903000', '111933.906000', '111933.909000', '111933.912000', '111933.915000', '111933.918000', '111933.921000', '111933.924000', '111933.926000', '111933.929000', '111933.932000', '111933.935000', '111933.938000', '111933.941000', '111933.944000', '111933.947000', '111933.950000', '111933.953000', '111933.956000', '111933.959000', '111933.961000', '111933.964000', '111933.967000', '111933.970000', '111933.973000', '111933.976000', '111933.979000', '111953.853000', '111953.856000', '111953.859000', '111953.862000', '111953.865000', '111953.868000', '111953.871000', '111953.874000', '111953.876000', '111953.879000', '111953.882000', '111953.885000', '111953.888000', '111953.891000', '111953.894000', '111953.897000', '111953.900000', '111953.903000', '111953.906000', '111953.909000', '111953.912000', '111953.915000', '111953.918000', '111953.921000', '111953.923000', '111953.927000', '111953.930000', '111953.932000', '111953.935000', '111953.938000', '111953.941000', '111953.944000', '111953.947000', '111953.950000', '111953.953000', '111953.956000', '111953.959000', '111953.962000', '111953.965000', '111953.968000', '111953.971000', '111953.974000', '111953.977000', '112013.853000', '112013.858000', '112013.861000', '112013.863000', '112013.866000', '112013.869000', '112013.872000', '112013.875000', '112013.878000', '112013.881000', '112013.892000', '112013.895000', '112013.898000', '112013.901000', '112013.904000', '112013.907000', '112013.909000', '112013.912000', '112013.915000', '112013.918000', '112013.921000', '112013.924000', '112013.927000', '112013.930000', '112013.933000', '112013.936000', '112013.939000', '112013.942000', '112013.945000', '112013.947000', '112013.951000', '112013.953000', '112013.956000', '112013.959000', '112013.962000', '112013.965000', '112013.968000', '112013.971000', '112013.974000', '112013.977000', '112013.980000', '112013.983000', '112013.986000', '112013.989000', '112033.853000', '112033.856000', '112033.859000', '112033.862000', '112033.865000', '112033.868000', '112033.871000', '112033.873000', '112033.877000', '112033.879000', '112033.882000', '112033.885000', '112033.888000', '112033.891000', '112033.894000', '112033.897000', '112033.900000', '112033.903000', '112033.906000', '112033.909000', '112033.912000', '112033.914000', '112033.917000', '112033.920000', '112033.923000', '112033.926000', '112033.929000', '112033.932000', '112033.935000', '112033.938000', '112033.941000', '112033.944000', '112033.947000', '112033.950000', '112033.953000', '112033.956000', '112033.958000', '112033.961000', '112033.964000', '112033.967000', '112033.970000', '112033.973000', '112033.976000', '112053.853000', '112053.856000', '112053.859000', '112053.862000', '112053.865000', '112053.868000', '112053.871000', '112053.874000', '112053.877000', '112053.880000', '112053.882000', '112053.885000', '112053.888000', '112053.891000', '112053.894000', '112053.897000', '112053.900000', '112053.903000', '112053.906000', '112053.909000', '112053.912000', '112053.915000', '112053.918000', '112053.921000', '112053.923000', '112053.927000', '112053.929000', '112053.932000', '112053.939000', '112053.942000', '112053.945000', '112053.948000', '112053.951000', '112053.954000', '112053.957000', '112053.959000', '112053.962000', '112053.965000', '112053.968000', '112053.971000', '112053.974000', '112053.977000', '112053.980000', '112053.987000', '112113.854000', '112113.857000', '112113.860000', '112113.863000', '112113.866000', '112113.869000', '112113.872000', '112113.875000', '112113.879000', '112113.882000', '112113.885000', '112113.888000', '112113.891000', '112113.893000', '112113.896000', '112113.899000', '112113.902000', '112113.905000', '112113.908000', '112113.911000', '112113.914000', '112113.917000', '112113.920000', '112113.923000', '112113.926000', '112113.929000', '112113.934000', '112113.938000', '112113.941000', '112113.944000', '112113.946000', '112113.949000', '112113.952000', '112113.955000', '112113.958000', '112113.961000', '112113.964000', '112113.967000', '112113.970000', '112113.973000', '112113.976000', '112113.979000', '112113.982000', '112133.853000', '112133.856000', '112133.859000', '112133.862000', '112133.865000', '112133.868000', '112133.871000', '112133.874000', '112133.877000', '112133.879000', '112133.882000', '112133.885000', '112133.888000', '112133.891000', '112133.894000', '112133.897000', '112133.900000', '112133.903000', '112133.906000', '112133.909000', '112133.912000', '112133.914000', '112133.917000', '112133.920000', '112133.923000', '112133.926000', '112133.929000', '112133.932000', '112133.935000', '112133.938000', '112133.941000', '112133.944000', '112133.947000', '112133.949000', '112133.952000', '112133.955000', '112133.958000', '112133.961000', '112133.964000', '112133.967000', '112133.970000', '112133.973000', '112133.975000', '112133.978000', '112153.853000', '112153.856000', '112153.859000', '112153.862000', '112153.865000', '112153.867000', '112153.870000', '112153.873000', '112153.876000', '112153.879000', '112153.882000', '112153.885000', '112153.888000', '112153.890000', '112153.927000', '112153.930000', '112153.933000', '112153.936000', '112153.939000', '112153.942000', '112153.945000', '112153.948000', '112153.951000', '112153.954000', '112153.959000', '112153.963000', '112153.966000', '112153.969000', '112153.972000', '112153.975000', '112153.978000', '112153.980000', '112153.983000', '112153.986000', '112153.989000', '112153.992000', '112153.995000', '112153.998000', '112154.002000', '112154.005000', '112154.008000', '112154.011000', '112154.014000', '112213.853000', '112213.856000', '112213.859000', '112213.862000', '112213.865000', '112213.868000', '112213.870000', '112213.873000', '112213.876000', '112213.879000', '112213.882000', '112213.885000', '112213.888000', '112213.891000', '112213.894000', '112213.897000', '112213.900000', '112213.903000', '112213.906000', '112213.909000', '112213.912000', '112213.915000', '112213.917000', '112213.920000', '112213.923000', '112213.926000', '112213.929000', '112213.932000', '112213.935000', '112213.938000', '112213.943000', '112213.946000', '112213.949000', '112213.952000', '112213.955000', '112213.958000', '112213.961000', '112213.964000', '112213.966000', '112213.969000', '112213.972000', '112213.975000', '112213.978000', '112213.981000', '112233.853000', '112233.856000', '112233.859000', '112233.862000', '112233.865000', '112233.867000', '112233.870000', '112233.873000', '112233.876000', '112233.879000', '112233.882000', '112233.885000', '112233.888000', '112233.891000', '112233.894000', '112233.897000', '112233.899000', '112233.903000', '112233.905000', '112233.908000', '112233.911000', '112233.915000', '112233.919000', '112233.921000', '112233.924000', '112233.927000', '112233.930000', '112233.933000', '112233.936000', '112233.939000', '112233.942000', '112233.945000', '112233.948000', '112233.951000', '112233.954000', '112233.956000', '112233.959000', '112233.962000', '112233.965000', '112233.968000', '112233.971000', '112233.974000', '112233.977000', '112253.853000', '112253.856000', '112253.859000', '112253.862000', '112253.865000', '112253.867000', '112253.870000', '112253.873000', '112253.876000', '112253.879000', '112253.882000', '112253.885000', '112253.888000', '112253.891000', '112253.894000', '112253.897000', '112253.900000', '112253.903000', '112253.906000', '112253.908000', '112253.911000', '112253.914000', '112253.917000', '112253.920000', '112253.923000', '112253.926000', '112253.929000', '112253.932000', '112253.935000', '112253.938000', '112253.941000', '112253.944000', '112253.947000', '112253.949000', '112253.952000', '112253.955000', '112253.958000', '112253.961000', '112253.970000', '112253.973000', '112253.976000', '112253.979000', '112253.982000', '112253.985000', '112313.853000', '112313.856000', '112313.859000', '112313.862000', '112313.865000', '112313.868000', '112313.871000', '112313.874000', '112313.877000', '112313.879000', '112313.882000', '112313.885000', '112313.888000', '112313.891000', '112313.894000', '112313.897000', '112313.900000', '112313.903000', '112313.906000', '112313.909000', '112313.912000', '112313.915000', '112313.918000', '112313.920000', '112313.933000', '112313.936000', '112313.939000', '112313.942000', '112313.945000', '112313.948000', '112313.951000', '112313.953000', '112313.956000', '112313.959000', '112313.962000', '112313.965000', '112313.968000', '112313.971000', '112313.974000', '112313.977000', '112313.980000', '112313.983000', '112313.986000', '112333.854000', '112333.857000', '112333.860000', '112333.863000', '112333.866000', '112333.869000', '112333.872000', '112333.875000', '112333.877000', '112333.880000', '112333.883000', '112333.886000', '112333.889000', '112333.892000', '112333.895000', '112333.898000', '112333.901000', '112333.904000', '112333.907000', '112333.909000', '112333.912000', '112333.915000', '112333.918000', '112333.921000', '112333.924000', '112333.927000', '112333.930000', '112333.933000', '112333.936000', '112333.939000', '112333.942000', '112333.945000', '112333.947000', '112333.950000', '112333.953000', '112333.956000', '112333.959000', '112333.962000', '112333.965000', '112333.968000', '112333.971000', '112333.974000', '112333.977000', '112333.979000', '112353.853000', '112353.856000', '112353.859000', '112353.862000', '112353.865000', '112353.868000', '112353.871000', '112353.873000', '112353.876000', '112353.879000', '112353.882000', '112353.885000', '112353.888000', '112353.891000', '112353.894000', '112353.897000', '112353.900000', '112353.903000', '112353.906000', '112353.909000', '112353.912000', '112353.915000', '112353.918000', '112353.921000', '112353.924000', '112353.927000', '112353.930000', '112353.933000', '112353.936000', '112353.938000', '112353.941000', '112353.944000', '112353.947000', '112353.950000', '112353.955000', '112353.958000', '112353.961000', '112353.964000', '112353.966000', '112353.970000', '112353.972000', '112353.975000', '112353.978000', '112413.853000', '112413.856000', '112413.859000', '112413.862000', '112413.865000', '112413.868000', '112413.870000', '112413.873000', '112413.876000', '112413.879000', '112413.882000', '112413.885000', '112413.888000', '112413.891000', '112413.894000', '112413.897000', '112413.900000', '112413.903000', '112413.906000', '112413.909000', '112413.912000', '112413.915000', '112413.918000', '112413.921000', '112413.924000', '112413.927000', '112413.930000', '112413.932000', '112413.935000', '112413.938000', '112413.941000', '112413.944000', '112413.947000', '112413.950000', '112413.953000', '112413.956000', '112413.959000', '112413.962000', '112413.964000', '112413.967000', '112413.970000', '112413.973000', '112413.976000', '112413.979000', '112433.853000', '112433.856000', '112433.859000', '112433.862000', '112433.865000', '112433.868000', '112433.870000', '112433.873000', '112433.876000', '112433.879000', '112433.890000', '112433.892000', '112433.895000', '112433.898000', '112433.901000', '112433.904000', '112433.907000', '112433.910000', '112433.913000', '112433.916000', '112433.919000', '112433.922000', '112433.925000', '112433.928000', '112433.931000', '112433.933000', '112433.936000', '112433.939000', '112433.942000', '112433.945000', '112433.948000', '112433.951000', '112433.954000', '112433.957000', '112433.960000', '112433.976000', '112433.979000', '112433.982000', '112433.985000', '112433.988000', '112433.993000', '112433.996000', '112434.000000', '112434.325000'], 'InstanceCreationTime': ['111713.886000', '111713.890000', '111713.893000', '111713.896000', '111713.912000', '111713.915000', '111713.918000', '111713.921000', '111713.924000', '111713.927000', '111713.930000', '111713.933000', '111713.936000', '111713.940000', '111713.943000', '111713.946000', '111713.949000', '111713.952000', '111713.955000', '111713.958000', '111713.961000', '111713.964000', '111713.967000', '111713.970000', '111713.973000', '111713.976000', '111713.979000', '111713.982000', '111713.985000', '111713.988000', '111713.990000', '111713.993000', '111713.996000', '111714.000000', '111714.003000', '111714.006000', '111714.009000', '111714.012000', '111714.015000', '111714.018000', '111714.021000', '111714.034000', '111714.037000', '111714.040000', '111714.043000', '111714.046000', '111714.049000', '111714.052000', '111714.055000', '111714.058000', '111714.060000', '111714.063000', '111714.066000', '111714.069000', '111714.072000', '111714.075000', '111714.078000', '111714.082000', '111714.085000', '111733.853000', '111733.856000', '111733.859000', '111733.862000', '111733.865000', '111733.868000', '111733.870000', '111733.873000', '111733.876000', '111733.879000', '111733.882000', '111733.885000', '111733.888000', '111733.891000', '111733.893000', '111733.896000', '111733.899000', '111733.902000', '111733.905000', '111733.907000', '111733.910000', '111733.913000', '111733.916000', '111733.919000', '111733.922000', '111733.932000', '111733.934000', '111733.937000', '111733.940000', '111733.943000', '111733.946000', '111733.949000', '111733.951000', '111733.954000', '111733.957000', '111733.960000', '111733.963000', '111733.966000', '111733.968000', '111733.971000', '111733.974000', '111733.977000', '111733.980000', '111753.853000', '111753.856000', '111753.859000', '111753.862000', '111753.865000', '111753.867000', '111753.870000', '111753.873000', '111753.876000', '111753.879000', '111753.882000', '111753.885000', '111753.888000', '111753.891000', '111753.894000', '111753.897000', '111753.900000', '111753.902000', '111753.905000', '111753.908000', '111753.911000', '111753.914000', '111753.917000', '111753.920000', '111753.923000', '111753.926000', '111753.929000', '111753.935000', '111753.938000', '111753.941000', '111753.944000', '111753.947000', '111753.950000', '111753.952000', '111753.955000', '111753.958000', '111753.961000', '111753.964000', '111753.968000', '111753.971000', '111753.974000', '111753.977000', '111753.980000', '111753.982000', '111813.853000', '111813.856000', '111813.859000', '111813.862000', '111813.870000', '111813.873000', '111813.876000', '111813.879000', '111813.882000', '111813.885000', '111813.887000', '111813.890000', '111813.893000', '111813.896000', '111813.899000', '111813.902000', '111813.905000', '111813.908000', '111813.911000', '111813.914000', '111813.917000', '111813.920000', '111813.923000', '111813.926000', '111813.929000', '111813.931000', '111813.934000', '111813.937000', '111813.940000', '111813.943000', '111813.946000', '111813.949000', '111813.952000', '111813.955000', '111813.958000', '111813.960000', '111813.963000', '111813.966000', '111813.969000', '111813.972000', '111813.975000', '111813.978000', '111813.981000', '111833.853000', '111833.856000', '111833.859000', '111833.862000', '111833.865000', '111833.868000', '111833.871000', '111833.876000', '111833.879000', '111833.882000', '111833.885000', '111833.888000', '111833.891000', '111833.894000', '111833.897000', '111833.900000', '111833.902000', '111833.906000', '111833.914000', '111833.917000', '111833.920000', '111833.923000', '111833.926000', '111833.928000', '111833.931000', '111833.934000', '111833.937000', '111833.940000', '111833.943000', '111833.946000', '111833.949000', '111833.952000', '111833.955000', '111833.958000', '111833.961000', '111833.963000', '111833.966000', '111833.969000', '111833.972000', '111833.975000', '111833.978000', '111833.981000', '111833.984000', '111853.854000', '111853.857000', '111853.866000', '111853.869000', '111853.872000', '111853.875000', '111853.878000', '111853.881000', '111853.899000', '111853.902000', '111853.905000', '111853.907000', '111853.910000', '111853.913000', '111853.916000', '111853.919000', '111853.922000', '111853.925000', '111853.928000', '111853.931000', '111853.934000', '111853.937000', '111853.940000', '111853.942000', '111853.945000', '111853.948000', '111853.951000', '111853.954000', '111853.957000', '111853.960000', '111853.963000', '111853.965000', '111853.968000', '111853.971000', '111853.974000', '111853.977000', '111853.980000', '111853.983000', '111853.986000', '111853.988000', '111853.991000', '111853.994000', '111853.997000', '111854.000000', '111913.853000', '111913.856000', '111913.859000', '111913.862000', '111913.865000', '111913.867000', '111913.870000', '111913.873000', '111913.876000', '111913.879000', '111913.882000', '111913.885000', '111913.888000', '111913.891000', '111913.896000', '111913.900000', '111913.910000', '111913.913000', '111913.916000', '111913.919000', '111913.927000', '111913.930000', '111913.933000', '111913.936000', '111913.939000', '111913.942000', '111913.945000', '111913.948000', '111913.951000', '111913.954000', '111913.957000', '111913.959000', '111913.962000', '111913.965000', '111913.968000', '111913.971000', '111913.974000', '111913.977000', '111913.980000', '111913.983000', '111913.986000', '111913.989000', '111913.991000', '111933.853000', '111933.856000', '111933.859000', '111933.862000', '111933.865000', '111933.868000', '111933.871000', '111933.874000', '111933.877000', '111933.880000', '111933.882000', '111933.885000', '111933.888000', '111933.891000', '111933.894000', '111933.897000', '111933.900000', '111933.903000', '111933.906000', '111933.909000', '111933.912000', '111933.915000', '111933.918000', '111933.921000', '111933.924000', '111933.926000', '111933.929000', '111933.932000', '111933.935000', '111933.938000', '111933.941000', '111933.944000', '111933.947000', '111933.950000', '111933.953000', '111933.956000', '111933.959000', '111933.961000', '111933.964000', '111933.967000', '111933.970000', '111933.973000', '111933.976000', '111933.979000', '111953.853000', '111953.856000', '111953.859000', '111953.862000', '111953.865000', '111953.868000', '111953.871000', '111953.874000', '111953.876000', '111953.879000', '111953.882000', '111953.885000', '111953.888000', '111953.891000', '111953.894000', '111953.897000', '111953.900000', '111953.903000', '111953.906000', '111953.909000', '111953.912000', '111953.915000', '111953.918000', '111953.921000', '111953.923000', '111953.927000', '111953.930000', '111953.932000', '111953.935000', '111953.938000', '111953.941000', '111953.944000', '111953.947000', '111953.950000', '111953.953000', '111953.956000', '111953.959000', '111953.962000', '111953.965000', '111953.968000', '111953.971000', '111953.974000', '111953.977000', '112013.853000', '112013.858000', '112013.861000', '112013.863000', '112013.866000', '112013.869000', '112013.872000', '112013.875000', '112013.878000', '112013.881000', '112013.892000', '112013.895000', '112013.898000', '112013.901000', '112013.904000', '112013.907000', '112013.909000', '112013.912000', '112013.915000', '112013.918000', '112013.921000', '112013.924000', '112013.927000', '112013.930000', '112013.933000', '112013.936000', '112013.939000', '112013.942000', '112013.945000', '112013.947000', '112013.951000', '112013.953000', '112013.956000', '112013.959000', '112013.962000', '112013.965000', '112013.968000', '112013.971000', '112013.974000', '112013.977000', '112013.980000', '112013.983000', '112013.986000', '112013.989000', '112033.853000', '112033.856000', '112033.859000', '112033.862000', '112033.865000', '112033.868000', '112033.871000', '112033.873000', '112033.877000', '112033.879000', '112033.882000', '112033.885000', '112033.888000', '112033.891000', '112033.894000', '112033.897000', '112033.900000', '112033.903000', '112033.906000', '112033.909000', '112033.912000', '112033.914000', '112033.917000', '112033.920000', '112033.923000', '112033.926000', '112033.929000', '112033.932000', '112033.935000', '112033.938000', '112033.941000', '112033.944000', '112033.947000', '112033.950000', '112033.953000', '112033.956000', '112033.958000', '112033.961000', '112033.964000', '112033.967000', '112033.970000', '112033.973000', '112033.976000', '112053.853000', '112053.856000', '112053.859000', '112053.862000', '112053.865000', '112053.868000', '112053.871000', '112053.874000', '112053.877000', '112053.880000', '112053.882000', '112053.885000', '112053.888000', '112053.891000', '112053.894000', '112053.897000', '112053.900000', '112053.903000', '112053.906000', '112053.909000', '112053.912000', '112053.915000', '112053.918000', '112053.921000', '112053.923000', '112053.927000', '112053.929000', '112053.932000', '112053.939000', '112053.942000', '112053.945000', '112053.948000', '112053.951000', '112053.954000', '112053.957000', '112053.959000', '112053.962000', '112053.965000', '112053.968000', '112053.971000', '112053.974000', '112053.977000', '112053.980000', '112053.987000', '112113.854000', '112113.857000', '112113.860000', '112113.863000', '112113.866000', '112113.869000', '112113.872000', '112113.875000', '112113.879000', '112113.882000', '112113.885000', '112113.888000', '112113.891000', '112113.893000', '112113.896000', '112113.899000', '112113.902000', '112113.905000', '112113.908000', '112113.911000', '112113.914000', '112113.917000', '112113.920000', '112113.923000', '112113.926000', '112113.929000', '112113.934000', '112113.938000', '112113.941000', '112113.944000', '112113.946000', '112113.949000', '112113.952000', '112113.955000', '112113.958000', '112113.961000', '112113.964000', '112113.967000', '112113.970000', '112113.973000', '112113.976000', '112113.979000', '112113.982000', '112133.853000', '112133.856000', '112133.859000', '112133.862000', '112133.865000', '112133.868000', '112133.871000', '112133.874000', '112133.877000', '112133.879000', '112133.882000', '112133.885000', '112133.888000', '112133.891000', '112133.894000', '112133.897000', '112133.900000', '112133.903000', '112133.906000', '112133.909000', '112133.912000', '112133.914000', '112133.917000', '112133.920000', '112133.923000', '112133.926000', '112133.929000', '112133.932000', '112133.935000', '112133.938000', '112133.941000', '112133.944000', '112133.947000', '112133.949000', '112133.952000', '112133.955000', '112133.958000', '112133.961000', '112133.964000', '112133.967000', '112133.970000', '112133.973000', '112133.975000', '112133.978000', '112153.853000', '112153.856000', '112153.859000', '112153.862000', '112153.865000', '112153.867000', '112153.870000', '112153.873000', '112153.876000', '112153.879000', '112153.882000', '112153.885000', '112153.888000', '112153.890000', '112153.927000', '112153.930000', '112153.933000', '112153.936000', '112153.939000', '112153.942000', '112153.945000', '112153.948000', '112153.951000', '112153.954000', '112153.959000', '112153.963000', '112153.966000', '112153.969000', '112153.972000', '112153.975000', '112153.978000', '112153.980000', '112153.983000', '112153.986000', '112153.989000', '112153.992000', '112153.995000', '112153.998000', '112154.002000', '112154.005000', '112154.008000', '112154.011000', '112154.014000', '112213.853000', '112213.856000', '112213.859000', '112213.862000', '112213.865000', '112213.868000', '112213.870000', '112213.873000', '112213.876000', '112213.879000', '112213.882000', '112213.885000', '112213.888000', '112213.891000', '112213.894000', '112213.897000', '112213.900000', '112213.903000', '112213.906000', '112213.909000', '112213.912000', '112213.915000', '112213.917000', '112213.920000', '112213.923000', '112213.926000', '112213.929000', '112213.932000', '112213.935000', '112213.938000', '112213.943000', '112213.946000', '112213.949000', '112213.952000', '112213.955000', '112213.958000', '112213.961000', '112213.964000', '112213.966000', '112213.969000', '112213.972000', '112213.975000', '112213.978000', '112213.981000', '112233.853000', '112233.856000', '112233.859000', '112233.862000', '112233.865000', '112233.867000', '112233.870000', '112233.873000', '112233.876000', '112233.879000', '112233.882000', '112233.885000', '112233.888000', '112233.891000', '112233.894000', '112233.897000', '112233.899000', '112233.903000', '112233.905000', '112233.908000', '112233.911000', '112233.915000', '112233.919000', '112233.921000', '112233.924000', '112233.927000', '112233.930000', '112233.933000', '112233.936000', '112233.939000', '112233.942000', '112233.945000', '112233.948000', '112233.951000', '112233.954000', '112233.956000', '112233.959000', '112233.962000', '112233.965000', '112233.968000', '112233.971000', '112233.974000', '112233.977000', '112253.853000', '112253.856000', '112253.859000', '112253.862000', '112253.865000', '112253.867000', '112253.870000', '112253.873000', '112253.876000', '112253.879000', '112253.882000', '112253.885000', '112253.888000', '112253.891000', '112253.894000', '112253.897000', '112253.900000', '112253.903000', '112253.906000', '112253.908000', '112253.911000', '112253.914000', '112253.917000', '112253.920000', '112253.923000', '112253.926000', '112253.929000', '112253.932000', '112253.935000', '112253.938000', '112253.941000', '112253.944000', '112253.947000', '112253.949000', '112253.952000', '112253.955000', '112253.958000', '112253.961000', '112253.970000', '112253.973000', '112253.976000', '112253.979000', '112253.982000', '112253.985000', '112313.853000', '112313.856000', '112313.859000', '112313.862000', '112313.865000', '112313.868000', '112313.871000', '112313.874000', '112313.877000', '112313.879000', '112313.882000', '112313.885000', '112313.888000', '112313.891000', '112313.894000', '112313.897000', '112313.900000', '112313.903000', '112313.906000', '112313.909000', '112313.912000', '112313.915000', '112313.918000', '112313.920000', '112313.933000', '112313.936000', '112313.939000', '112313.942000', '112313.945000', '112313.948000', '112313.951000', '112313.953000', '112313.956000', '112313.959000', '112313.962000', '112313.965000', '112313.968000', '112313.971000', '112313.974000', '112313.977000', '112313.980000', '112313.983000', '112313.986000', '112333.854000', '112333.857000', '112333.860000', '112333.863000', '112333.866000', '112333.869000', '112333.872000', '112333.875000', '112333.877000', '112333.880000', '112333.883000', '112333.886000', '112333.889000', '112333.892000', '112333.895000', '112333.898000', '112333.901000', '112333.904000', '112333.907000', '112333.909000', '112333.912000', '112333.915000', '112333.918000', '112333.921000', '112333.924000', '112333.927000', '112333.930000', '112333.933000', '112333.936000', '112333.939000', '112333.942000', '112333.945000', '112333.947000', '112333.950000', '112333.953000', '112333.956000', '112333.959000', '112333.962000', '112333.965000', '112333.968000', '112333.971000', '112333.974000', '112333.977000', '112333.979000', '112353.853000', '112353.856000', '112353.859000', '112353.862000', '112353.865000', '112353.868000', '112353.871000', '112353.873000', '112353.876000', '112353.879000', '112353.882000', '112353.885000', '112353.888000', '112353.891000', '112353.894000', '112353.897000', '112353.900000', '112353.903000', '112353.906000', '112353.909000', '112353.912000', '112353.915000', '112353.918000', '112353.921000', '112353.924000', '112353.927000', '112353.930000', '112353.933000', '112353.936000', '112353.938000', '112353.941000', '112353.944000', '112353.947000', '112353.950000', '112353.955000', '112353.958000', '112353.961000', '112353.964000', '112353.966000', '112353.970000', '112353.972000', '112353.975000', '112353.978000', '112413.853000', '112413.856000', '112413.859000', '112413.862000', '112413.865000', '112413.868000', '112413.870000', '112413.873000', '112413.876000', '112413.879000', '112413.882000', '112413.885000', '112413.888000', '112413.891000', '112413.894000', '112413.897000', '112413.900000', '112413.903000', '112413.906000', '112413.909000', '112413.912000', '112413.915000', '112413.918000', '112413.921000', '112413.924000', '112413.927000', '112413.930000', '112413.932000', '112413.935000', '112413.938000', '112413.941000', '112413.944000', '112413.947000', '112413.950000', '112413.953000', '112413.956000', '112413.959000', '112413.962000', '112413.964000', '112413.967000', '112413.970000', '112413.973000', '112413.976000', '112413.979000', '112433.853000', '112433.856000', '112433.859000', '112433.862000', '112433.865000', '112433.868000', '112433.870000', '112433.873000', '112433.876000', '112433.879000', '112433.890000', '112433.892000', '112433.895000', '112433.898000', '112433.901000', '112433.904000', '112433.907000', '112433.910000', '112433.913000', '112433.916000', '112433.919000', '112433.922000', '112433.925000', '112433.928000', '112433.931000', '112433.933000', '112433.936000', '112433.939000', '112433.942000', '112433.945000', '112433.948000', '112433.951000', '112433.954000', '112433.957000', '112433.960000', '112433.976000', '112433.979000', '112433.982000', '112433.985000', '112433.988000', '112433.993000', '112433.996000', '112434.000000', '112434.325000'], '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], 'LargestImagePixelValue': [9195, 12717, 8228, 10125, 14380, 8298, 12538, 9846, 9086, 13918, 8831, 10849, 13304, 8098, 12688, 8252, 9949, 8534, 7948, 12347, 8093, 9515, 10108, 8111, 11484, 7897, 9043, 11523, 7976, 11018, 8338, 8562, 9326, 8002, 10161, 7977, 8478, 11842, 8181, 9545, 8361, 7910, 11056, 7776, 8910, 8139, 7954, 9448, 7784, 9589, 7772, 8612, 11535, 8704, 10805, 8596, 7946, 12287, 8453, 10213, 13548, 8345, 11935, 9174, 8404, 12821, 8661, 10177, 14831, 7924, 10787, 10267, 8070, 12272, 9432, 8791, 12817, 7873, 9648, 11518, 8075, 10470, 8917, 8087, 11956, 7777, 9230, 12816, 8228, 11456, 8982, 7957, 12470, 7793, 9578, 13643, 8203, 11531, 10966, 8069, 12331, 8161, 10109, 11592, 8099, 11410, 8957, 8180, 12822, 8803, 9784, 12768, 7975, 9793, 7832, 8009, 10504, 8248, 8509, 12375, 9059, 9661, 12604, 8114, 9879, 9017, 7947, 11889, 9073, 8402, 12632, 7775, 9046, 12379, 8037, 9697, 8010, 8099, 11598, 7651, 8565, 12070, 8006, 9547, 8158, 7841, 11074, 7357, 8707, 11250, 8252, 10848, 11318, 7943, 12093, 8540, 8434, 12995, 8429, 10669, 12902, 7894, 11730, 9238, 8554, 12620, 8056, 9518, 10167, 7761, 12170, 8823, 9026, 12943, 8233, 9974, 12779, 8006, 12216, 9499, 7945, 12272, 7717, 9001, 12936, 8542, 10200, 9332, 7984, 10589, 7868, 7972, 11238, 8164, 9275, 11535, 8028, 10830, 8604, 8105, 11887, 8797, 9692, 12269, 7866, 9643, 8333, 7842, 11793, 8419, 9538, 11104, 7725, 11448, 9176, 8660, 13639, 8166, 9511, 14770, 7973, 11146, 9554, 7931, 12082, 8778, 10887, 9570, 7704, 12864, 7894, 8714, 12438, 7927, 9794, 9913, 8050, 12665, 8637, 8672, 12898, 8185, 9593, 9981, 7936, 10351, 7956, 8870, 12333, 7967, 9909, 8363, 7937, 10436, 7437, 8649, 11971, 7873, 10354, 8260, 8126, 11350, 7751, 9191, 12509, 7824, 11054, 8755, 8143, 11905, 7938, 9316, 11946, 8065, 10913, 8642, 8270, 12425, 7792, 9859, 11168, 7901, 11801, 8873, 8372, 12801, 8062, 9987, 14207, 8187, 10553, 8134, 7912, 11802, 7512, 9484, 13469, 7734, 11265, 8349, 8141, 11978, 7771, 9891, 10747, 7899, 12245, 7631, 8591, 12347, 7964, 10679, 8791, 8057, 11993, 7927, 9576, 9296, 7939, 12319, 8384, 9968, 12280, 8084, 11565, 9310, 8692, 12211, 8016, 10012, 11362, 8118, 11750, 8833, 8568, 12712, 8040, 9548, 10516, 7956, 12632, 7730, 8918, 12503, 7973, 11194, 7720, 8646, 12942, 8353, 10209, 11286, 7991, 12536, 7865, 9249, 13575, 8095, 11027, 9981, 8220, 12678, 7586, 8934, 13484, 8282, 10424, 8015, 8038, 11724, 7422, 9192, 12357, 8139, 9426, 9596, 8041, 11936, 8342, 8205, 12439, 7988, 9219, 9992, 8100, 11382, 8194, 8372, 12050, 8041, 9459, 12529, 8095, 11628, 8164, 8180, 12252, 8178, 9530, 11590, 8092, 11559, 8801, 8550, 13074, 8203, 10045, 9844, 8088, 12557, 8394, 9419, 13615, 8017, 11521, 9120, 8321, 12859, 8237, 9696, 12590, 8087, 11861, 8530, 8925, 13462, 8339, 11038, 9276, 8112, 12905, 8464, 10131, 13850, 8090, 12148, 8931, 8883, 13177, 8167, 9894, 14209, 8186, 12567, 8964, 7962, 12375, 8057, 9506, 14260, 8234, 11500, 7714, 7961, 11357, 8364, 9717, 9479, 8269, 12408, 7870, 9729, 11093, 7994, 12011, 7742, 8894, 13043, 8226, 10936, 9074, 8099, 12138, 8306, 10660, 11161, 8276, 11301, 7947, 8667, 13090, 8243, 11108, 8689, 8210, 12496, 8011, 9070, 12142, 8059, 11378, 8684, 8194, 12570, 8279, 10001, 11424, 8110, 10244, 7485, 8456, 12170, 8054, 9950, 12226, 8086, 12531, 7619, 8690, 12780, 8104, 10608, 10228, 8136, 12103, 7588, 8797, 12977, 8098, 9159, 7960, 8031, 11046, 8004, 9430, 8290, 7887, 9665, 7635, 8539, 7766, 9555, 7519, 9154, 12608, 8001, 11406, 9089, 8072, 12743, 8522, 10035, 13463, 8078, 10621, 8395, 7907, 12322, 8192, 9521, 13018, 7944, 9258, 7866, 7961, 11785, 7749, 9197, 12773, 8028, 9553, 8433, 7924, 12326, 7721, 9457, 13246, 7816, 9600, 10266, 7741, 11690, 8236, 8417, 12637, 7946, 9072, 8569, 7980, 12421, 7596, 9055, 12855, 8050, 11627, 8880, 8527, 12913, 8013, 10656, 9294, 8053, 12895, 8665, 10504, 14501, 8014, 11779, 9199, 8519, 13431, 8489, 10746, 12448, 8141, 12145, 7610, 8559, 12309, 8293, 10869, 8505, 8226, 12266, 8172, 9168, 11658, 8087, 11692, 8494, 8901, 12771, 8200, 9341, 7784, 8148, 11934, 8007, 9553, 11798, 8038, 9936, 7700, 8130, 11952, 8157, 10275, 8037, 7933, 11680, 7648, 8888, 11641, 7978, 11270, 7378, 8158, 11525, 8123, 10869, 8359, 7941, 12199, 7797, 8928, 13029, 8006, 11358, 8978, 8231, 12035, 7955, 9332, 11807, 8449, 12256, 9401, 8812, 9404, 8139, 11634, 8323, 11860, 9588, 10522, 14226, 8177, 12324, 9312, 8922, 14402, 8921, 11493, 8596, 9086, 11826, 8225, 11507, 7866, 9885, 9506, 7996, 11659, 7971, 9327, 7904, 8172, 8289, 7883, 9977, 7730, 8947, 12938, 8226, 11324, 9004, 9026, 13235, 8148, 11286, 11175, 8019, 13227, 8625, 10659, 13759, 7955, 10574, 8422, 8385, 12400, 8803, 9821, 11002, 7831, 10734, 8097, 8382, 11607, 8092, 9312, 11556, 8109, 11703, 8376, 8815, 12381, 8741, 10286, 11367, 7796, 11453, 8446, 8240, 11659, 7805, 9329, 13063, 8225, 10155, 7813, 7793, 10057, 7301, 9023, 12790, 8013, 10578, 8556, 7902, 10916, 8319, 9716, 13665, 8066, 11260, 9061, 8098, 11282, 8598, 8978, 12728, 8457, 9882, 11506, 7950, 10238, 8102, 8220, 11452, 8413, 9519, 12990, 8262, 10884, 9102, 8054, 11923, 8233, 9024, 12861, 8168, 10241, 8442, 7774, 11031, 7259, 8896, 11808, 7915, 10265, 9312, 7991, 12324, 7304, 9093, 12187, 7883, 10080, 9041, 8297, 12168, 7663, 9113, 11083, 7934, 10459, 8218, 9363, 12355, 8629, 10997, 9236, 7845, 7647, 8078, 8277, 7837, 10795, 7908, 9445, 13384, 7975, 10720, 9181, 8512, 12847, 9297, 11054, 12265, 7895, 11498, 8520, 9549, 13754, 8072, 11827, 7619, 9675, 7629, 10033, 7735, 8613, 12135, 8170, 10096, 9446, 7941, 11608, 8232, 9579, 13358, 8219, 12146, 8627, 8877, 8786, 8092, 10384, 7890, 9482, 13094, 8050, 11695, 8807, 8329, 7497, 7926, 9414, 7335, 8771, 10815, 8065, 11731, 8012, 9726, 12094, 8015, 11349, 8595, 9547, 14386, 8393, 12226, 9545, 8991, 12611, 8116, 10363, 8792, 8881, 12755, 8172, 11423, 9423, 8931, 10027, 8007, 11922, 7925, 9909, 13826, 8142, 12373, 9687, 10424, 14414, 8089, 9950, 7925, 8473, 12081, 8192, 10538, 7877, 8690, 9408, 8141, 11283, 8333, 10301, 14378, 8337, 12062, 8283, 9196, 12348, 8408, 12557, 9342, 9738, 13718, 8343, 9480, 7676, 8142, 11110, 8055, 9631, 8006, 8143, 12825, 8076, 10504, 8911, 8091, 13015, 8096, 10707, 7866, 9108, 9173, 8221, 12495, 8138, 11480, 8451, 8691, 12600, 8403, 11816, 8465, 10063, 9302, 8217, 13093, 8292, 10801, 12492, 8322, 12865, 8199, 10454, 8130, 8584, 13102, 8270, 11741, 7981, 9062, 7809, 8106, 12143, 8128, 10881, 9148, 8793, 10961, 8165, 12468, 8061, 11258, 11209, 8429, 14270, 8308, 11267, 8217, 9189, 11388, 8112, 11351, 7717, 8994, 12216, 8128], 'WindowCenter': [4152.0, 4157.0, 4101.0, 4121.0, 4138.0, 4098.0, 4126.0, 4091.0, 4083.0, 4109.0, 4080.0, 4102.0, 4108.0, 4047.0, 4086.0, 4055.0, 4065.0, 4055.0, 4045.0, 4086.0, 4044.0, 4068.0, 4075.0, 4046.0, 4086.0, 4047.0, 4067.0, 4097.0, 4070.0, 4089.0, 4058.0, 4068.0, 4067.0, 4058.0, 4089.0, 4058.0, 4072.0, 4112.0, 4072.0, 4089.0, 4071.0, 4073.0, 4100.0, 4073.0, 4093.0, 4082.0, 4085.0, 4104.0, 4088.0, 4106.0, 4085.0, 4110.0, 4127.0, 4108.0, 4128.0, 4097.0, 4098.0, 4127.0, 4098.0, 4119.0, 4137.0, 4097.0, 4127.0, 4094.0, 4086.0, 4137.0, 4096.0, 4118.0, 4136.0, 4084.0, 4115.0, 4103.0, 4084.0, 4128.0, 4106.0, 4095.0, 4123.0, 4072.0, 4106.0, 4113.0, 4073.0, 4115.0, 4096.0, 4085.0, 4114.0, 4073.0, 4095.0, 4121.0, 4084.0, 4116.0, 4081.0, 4075.0, 4112.0, 4072.0, 4105.0, 4123.0, 4083.0, 4114.0, 4103.0, 4074.0, 4124.0, 4083.0, 4105.0, 4112.0, 4072.0, 4113.0, 4079.0, 4084.0, 4124.0, 4083.0, 4093.0, 4109.0, 4072.0, 4093.0, 4059.0, 4073.0, 4102.0, 4071.0, 4094.0, 4126.0, 4083.0, 4093.0, 4112.0, 4072.0, 4104.0, 4083.0, 4086.0, 4126.0, 4082.0, 4085.0, 4112.0, 4074.0, 4095.0, 4123.0, 4084.0, 4094.0, 4072.0, 4084.0, 4114.0, 4074.0, 4095.0, 4124.0, 4086.0, 4106.0, 4085.0, 4086.0, 4114.0, 4075.0, 4097.0, 4115.0, 4097.0, 4118.0, 4116.0, 4085.0, 4127.0, 4082.0, 4085.0, 4124.0, 4083.0, 4116.0, 4123.0, 4073.0, 4116.0, 4093.0, 4083.0, 4112.0, 4072.0, 4104.0, 4102.0, 4075.0, 4125.0, 4094.0, 4094.0, 4122.0, 4083.0, 4104.0, 4123.0, 4073.0, 4125.0, 4091.0, 4073.0, 4113.0, 4060.0, 4082.0, 4122.0, 4083.0, 4103.0, 4080.0, 4073.0, 4102.0, 4070.0, 4072.0, 4112.0, 4082.0, 4094.0, 4112.0, 4072.0, 4113.0, 4083.0, 4084.0, 4114.0, 4083.0, 4094.0, 4112.0, 4073.0, 4105.0, 4082.0, 4084.0, 4114.0, 4084.0, 4107.0, 4114.0, 4074.0, 4115.0, 4106.0, 4097.0, 4135.0, 4084.0, 4094.0, 4122.0, 4072.0, 4113.0, 4091.0, 4071.0, 4111.0, 4070.0, 4102.0, 4079.0, 4060.0, 4111.0, 4058.0, 4082.0, 4111.0, 4070.0, 4092.0, 4089.0, 4072.0, 4111.0, 4069.0, 4082.0, 4110.0, 4071.0, 4082.0, 4079.0, 4071.0, 4091.0, 4070.0, 4082.0, 4111.0, 4072.0, 4091.0, 4069.0, 4071.0, 4102.0, 4061.0, 4094.0, 4112.0, 4072.0, 4103.0, 4071.0, 4073.0, 4102.0, 4072.0, 4094.0, 4124.0, 4074.0, 4115.0, 4082.0, 4084.0, 4111.0, 4072.0, 4095.0, 4112.0, 4072.0, 4105.0, 4082.0, 4084.0, 4125.0, 4085.0, 4106.0, 4112.0, 4073.0, 4114.0, 4081.0, 4081.0, 4111.0, 4072.0, 4105.0, 4125.0, 4084.0, 4104.0, 4071.0, 4073.0, 4109.0, 4062.0, 4107.0, 4135.0, 4073.0, 4116.0, 4083.0, 4084.0, 4113.0, 4075.0, 4106.0, 4103.0, 4084.0, 4116.0, 4071.0, 4094.0, 4125.0, 4085.0, 4118.0, 4095.0, 4085.0, 4124.0, 4083.0, 4107.0, 4094.0, 4086.0, 4125.0, 4084.0, 4106.0, 4123.0, 4084.0, 4126.0, 4093.0, 4097.0, 4124.0, 4083.0, 4104.0, 4115.0, 4085.0, 4125.0, 4093.0, 4083.0, 4111.0, 4072.0, 4105.0, 4103.0, 4072.0, 4113.0, 4059.0, 4083.0, 4125.0, 4085.0, 4113.0, 4073.0, 4085.0, 4111.0, 4072.0, 4105.0, 4114.0, 4073.0, 4124.0, 4071.0, 4093.0, 4110.0, 4072.0, 4105.0, 4091.0, 4071.0, 4113.0, 4060.0, 4093.0, 4122.0, 4071.0, 4104.0, 4059.0, 4071.0, 4111.0, 4062.0, 4094.0, 4111.0, 4071.0, 4092.0, 4092.0, 4084.0, 4112.0, 4071.0, 4083.0, 4112.0, 4071.0, 4093.0, 4091.0, 4072.0, 4114.0, 4082.0, 4084.0, 4113.0, 4072.0, 4094.0, 4112.0, 4074.0, 4116.0, 4071.0, 4084.0, 4111.0, 4084.0, 4106.0, 4111.0, 4072.0, 4115.0, 4082.0, 4095.0, 4123.0, 4085.0, 4106.0, 4101.0, 4085.0, 4126.0, 4084.0, 4093.0, 4123.0, 4085.0, 4116.0, 4104.0, 4086.0, 4124.0, 4082.0, 4094.0, 4124.0, 4075.0, 4115.0, 4081.0, 4081.0, 4121.0, 4072.0, 4104.0, 4079.0, 4073.0, 4111.0, 4069.0, 4104.0, 4110.0, 4072.0, 4112.0, 4069.0, 4080.0, 4109.0, 4069.0, 4091.0, 4121.0, 4070.0, 4102.0, 4067.0, 4058.0, 4099.0, 4058.0, 4080.0, 4105.0, 4058.0, 4087.0, 4046.0, 4059.0, 4087.0, 4070.0, 4091.0, 4077.0, 4070.0, 4110.0, 4060.0, 4081.0, 4099.0, 4060.0, 4100.0, 4058.0, 4080.0, 4110.0, 4070.0, 4103.0, 4081.0, 4074.0, 4112.0, 4071.0, 4102.0, 4089.0, 4071.0, 4100.0, 4060.0, 4082.0, 4111.0, 4071.0, 4101.0, 4070.0, 4072.0, 4110.0, 4060.0, 4081.0, 4100.0, 4072.0, 4102.0, 4071.0, 4072.0, 4114.0, 4083.0, 4094.0, 4100.0, 4071.0, 4092.0, 4060.0, 4083.0, 4113.0, 4073.0, 4106.0, 4114.0, 4074.0, 4125.0, 4072.0, 4084.0, 4112.0, 4072.0, 4103.0, 4104.0, 4074.0, 4114.0, 4073.0, 4096.0, 4122.0, 4073.0, 4096.0, 4086.0, 4085.0, 4115.0, 4083.0, 4096.0, 4085.0, 4086.0, 4105.0, 4087.0, 4109.0, 4086.0, 4107.0, 4088.0, 4110.0, 4138.0, 4087.0, 4128.0, 4094.0, 4088.0, 4127.0, 4084.0, 4094.0, 4122.0, 4073.0, 4103.0, 4071.0, 4073.0, 4114.0, 4071.0, 4093.0, 4111.0, 4073.0, 4082.0, 4071.0, 4085.0, 4112.0, 4073.0, 4093.0, 4112.0, 4072.0, 4093.0, 4072.0, 4074.0, 4114.0, 4061.0, 4093.0, 4112.0, 4062.0, 4092.0, 4090.0, 4072.0, 4115.0, 4072.0, 4084.0, 4112.0, 4074.0, 4097.0, 4083.0, 4084.0, 4113.0, 4072.0, 4096.0, 4124.0, 4085.0, 4115.0, 4095.0, 4086.0, 4112.0, 4072.0, 4104.0, 4081.0, 4074.0, 4127.0, 4084.0, 4105.0, 4121.0, 4073.0, 4112.0, 4081.0, 4081.0, 4111.0, 4071.0, 4102.0, 4110.0, 4071.0, 4103.0, 4059.0, 4080.0, 4112.0, 4072.0, 4104.0, 4070.0, 4071.0, 4100.0, 4071.0, 4093.0, 4102.0, 4072.0, 4113.0, 4071.0, 4081.0, 4111.0, 4072.0, 4084.0, 4059.0, 4073.0, 4113.0, 4073.0, 4095.0, 4101.0, 4072.0, 4092.0, 4060.0, 4074.0, 4113.0, 4073.0, 4104.0, 4072.0, 4084.0, 4113.0, 4073.0, 4096.0, 4114.0, 4085.0, 4115.0, 4062.0, 4086.0, 4113.0, 4085.0, 4115.0, 4083.0, 4085.0, 4114.0, 4073.0, 4096.0, 4126.0, 4083.0, 4117.0, 4079.0, 4082.0, 4113.0, 4072.0, 4094.0, 4114.0, 4085.0, 4102.0, 4070.0, 4070.0, 4070.0, 4060.0, 4100.0, 4073.0, 4103.0, 4082.0, 4094.0, 4110.0, 4059.0, 4100.0, 4067.0, 4071.0, 4121.0, 4069.0, 4088.0, 4056.0, 4067.0, 4086.0, 4058.0, 4088.0, 4046.0, 4078.0, 4066.0, 4057.0, 4087.0, 4058.0, 4071.0, 4058.0, 4070.0, 4058.0, 4071.0, 4091.0, 4072.0, 4084.0, 4113.0, 4083.0, 4104.0, 4082.0, 4085.0, 4113.0, 4073.0, 4103.0, 4101.0, 4073.0, 4112.0, 4070.0, 4095.0, 4110.0, 4071.0, 4091.0, 4070.0, 4072.0, 4112.0, 4081.0, 4092.0, 4101.0, 4061.0, 4103.0, 4070.0, 4071.0, 4100.0, 4072.0, 4094.0, 4101.0, 4072.0, 4114.0, 4071.0, 4083.0, 4114.0, 4081.0, 4105.0, 4100.0, 4061.0, 4102.0, 4070.0, 4084.0, 4113.0, 4064.0, 4093.0, 4112.0, 4071.0, 4091.0, 4059.0, 4072.0, 4094.0, 4062.0, 4096.0, 4113.0, 4073.0, 4104.0, 4084.0, 4075.0, 4104.0, 4073.0, 4095.0, 4125.0, 4074.0, 4104.0, 4081.0, 4073.0, 4104.0, 4082.0, 4084.0, 4113.0, 4074.0, 4094.0, 4102.0, 4073.0, 4093.0, 4072.0, 4084.0, 4103.0, 4084.0, 4096.0, 4114.0, 4084.0, 4107.0, 4082.0, 4073.0, 4113.0, 4072.0, 4083.0, 4113.0, 4072.0, 4095.0, 4073.0, 4074.0, 4104.0, 4063.0, 4095.0, 4113.0, 4074.0, 4107.0, 4084.0, 4074.0, 4114.0, 4063.0, 4094.0, 4113.0, 4074.0, 4104.0, 4082.0, 4084.0, 4114.0, 4073.0, 4097.0, 4103.0, 4075.0, 4105.0, 4084.0, 4097.0, 4115.0, 4084.0, 4107.0, 4081.0, 4076.0, 4073.0, 4086.0, 4085.0, 4089.0, 4116.0, 4086.0, 4110.0, 4126.0, 4086.0, 4118.0, 4094.0, 4098.0, 4128.0, 4096.0, 4105.0, 4112.0, 4074.0, 4102.0, 4083.0, 4093.0, 4113.0, 4073.0, 4102.0, 4062.0, 4082.0, 4063.0, 4093.0, 4063.0, 4085.0, 4114.0, 4074.0, 4106.0, 4093.0, 4076.0, 4114.0, 4083.0, 4096.0, 4124.0, 4072.0, 4112.0, 4071.0, 4085.0, 4072.0, 4072.0, 4093.0, 4072.0, 4094.0, 4113.0, 4074.0, 4103.0, 4082.0, 4074.0, 4063.0, 4085.0, 4092.0, 4064.0, 4097.0, 4116.0, 4087.0, 4117.0, 4077.0, 4107.0, 4115.0, 4077.0, 4115.0, 4085.0, 4108.0, 4126.0, 4074.0, 4115.0, 4093.0, 4086.0, 4113.0, 4073.0, 4093.0, 4072.0, 4084.0, 4113.0, 4073.0, 4104.0, 4081.0, 4085.0, 4094.0, 4073.0, 4103.0, 4072.0, 4093.0, 4113.0, 4071.0, 4113.0, 4082.0, 4092.0, 4111.0, 4060.0, 4081.0, 4060.0, 4072.0, 4101.0, 4060.0, 4092.0, 4059.0, 4071.0, 4080.0, 4073.0, 4101.0, 4070.0, 4093.0, 4110.0, 4060.0, 4100.0, 4061.0, 4082.0, 4101.0, 4069.0, 4102.0, 4070.0, 4081.0, 4111.0, 4059.0, 4081.0, 4048.0, 4071.0, 4102.0, 4061.0, 4082.0, 4061.0, 4072.0, 4112.0, 4073.0, 4103.0, 4082.0, 4073.0, 4113.0, 4073.0, 4091.0, 4074.0, 4087.0, 4081.0, 4085.0, 4113.0, 4073.0, 4103.0, 4074.0, 4083.0, 4111.0, 4072.0, 4103.0, 4072.0, 4091.0, 4081.0, 4073.0, 4111.0, 4061.0, 4090.0, 4099.0, 4070.0, 4102.0, 4072.0, 4091.0, 4059.0, 4072.0, 4112.0, 4062.0, 4100.0, 4060.0, 4083.0, 4061.0, 4073.0, 4102.0, 4061.0, 4093.0, 4081.0, 4059.0, 4090.0, 4071.0, 4104.0, 4059.0, 4102.0, 4091.0, 4060.0, 4111.0, 4071.0, 4090.0, 4071.0, 4083.0, 4099.0, 4059.0, 4089.0, 4048.0, 4073.0, 4099.0, 4060.0], 'WindowWidth': [9229.0, 9222.0, 9135.0, 9162.0, 9178.0, 9125.0, 9159.0, 9101.0, 9093.0, 9124.0, 9087.0, 9119.0, 9117.0, 9034.0, 9082.0, 9041.0, 9057.0, 9041.0, 9029.0, 9082.0, 9026.0, 9062.0, 9067.0, 9033.0, 9085.0, 9033.0, 9063.0, 9103.0, 9074.0, 9095.0, 9050.0, 9065.0, 9061.0, 9054.0, 9094.0, 9052.0, 9077.0, 9130.0, 9076.0, 9098.0, 9074.0, 9081.0, 9113.0, 9082.0, 9112.0, 9094.0, 9102.0, 9126.0, 9113.0, 9134.0, 9106.0, 9145.0, 9163.0, 9139.0, 9166.0, 9122.0, 9127.0, 9161.0, 9126.0, 9155.0, 9175.0, 9121.0, 9162.0, 9112.0, 9105.0, 9174.0, 9117.0, 9151.0, 9171.0, 9099.0, 9142.0, 9120.0, 9097.0, 9164.0, 9130.0, 9113.0, 9148.0, 9081.0, 9128.0, 9133.0, 9083.0, 9141.0, 9119.0, 9102.0, 9137.0, 9082.0, 9114.0, 9144.0, 9098.0, 9143.0, 9091.0, 9086.0, 9133.0, 9080.0, 9127.0, 9149.0, 9094.0, 9139.0, 9121.0, 9083.0, 9151.0, 9094.0, 9128.0, 9133.0, 9079.0, 9134.0, 9086.0, 9097.0, 9149.0, 9092.0, 9107.0, 9124.0, 9077.0, 9105.0, 9057.0, 9081.0, 9118.0, 9076.0, 9111.0, 9156.0, 9094.0, 9109.0, 9130.0, 9079.0, 9124.0, 9093.0, 9103.0, 9156.0, 9093.0, 9100.0, 9132.0, 9088.0, 9115.0, 9150.0, 9099.0, 9112.0, 9078.0, 9098.0, 9136.0, 9085.0, 9114.0, 9150.0, 9105.0, 9133.0, 9100.0, 9107.0, 9140.0, 9089.0, 9121.0, 9142.0, 9121.0, 9151.0, 9142.0, 9102.0, 9160.0, 9094.0, 9102.0, 9150.0, 9097.0, 9143.0, 9149.0, 9082.0, 9142.0, 9106.0, 9096.0, 9132.0, 9081.0, 9126.0, 9121.0, 9088.0, 9156.0, 9111.0, 9112.0, 9147.0, 9095.0, 9127.0, 9150.0, 9082.0, 9155.0, 9103.0, 9082.0, 9133.0, 9060.0, 9094.0, 9147.0, 9093.0, 9119.0, 9085.0, 9080.0, 9119.0, 9074.0, 9078.0, 9134.0, 9095.0, 9113.0, 9132.0, 9080.0, 9135.0, 9094.0, 9100.0, 9138.0, 9095.0, 9112.0, 9131.0, 9083.0, 9127.0, 9094.0, 9099.0, 9136.0, 9098.0, 9133.0, 9139.0, 9085.0, 9144.0, 9133.0, 9121.0, 9168.0, 9098.0, 9111.0, 9147.0, 9078.0, 9135.0, 9103.0, 9076.0, 9129.0, 9072.0, 9118.0, 9081.0, 9060.0, 9127.0, 9052.0, 9089.0, 9126.0, 9073.0, 9104.0, 9096.0, 9077.0, 9129.0, 9071.0, 9094.0, 9126.0, 9073.0, 9089.0, 9081.0, 9074.0, 9101.0, 9073.0, 9091.0, 9127.0, 9077.0, 9102.0, 9070.0, 9076.0, 9116.0, 9064.0, 9112.0, 9133.0, 9079.0, 9120.0, 9075.0, 9081.0, 9118.0, 9080.0, 9111.0, 9151.0, 9086.0, 9141.0, 9092.0, 9099.0, 9131.0, 9079.0, 9114.0, 9132.0, 9080.0, 9126.0, 9091.0, 9098.0, 9153.0, 9103.0, 9132.0, 9133.0, 9080.0, 9136.0, 9087.0, 9090.0, 9130.0, 9079.0, 9127.0, 9153.0, 9097.0, 9124.0, 9075.0, 9081.0, 9125.0, 9065.0, 9134.0, 9168.0, 9082.0, 9143.0, 9094.0, 9098.0, 9134.0, 9087.0, 9132.0, 9121.0, 9097.0, 9140.0, 9079.0, 9113.0, 9158.0, 9103.0, 9148.0, 9114.0, 9102.0, 9151.0, 9098.0, 9133.0, 9111.0, 9106.0, 9155.0, 9099.0, 9131.0, 9150.0, 9100.0, 9158.0, 9111.0, 9120.0, 9153.0, 9097.0, 9126.0, 9141.0, 9102.0, 9155.0, 9108.0, 9096.0, 9130.0, 9080.0, 9128.0, 9119.0, 9079.0, 9134.0, 9059.0, 9094.0, 9154.0, 9102.0, 9137.0, 9082.0, 9100.0, 9129.0, 9079.0, 9128.0, 9140.0, 9082.0, 9152.0, 9075.0, 9108.0, 9127.0, 9076.0, 9126.0, 9101.0, 9076.0, 9132.0, 9059.0, 9109.0, 9146.0, 9077.0, 9122.0, 9056.0, 9075.0, 9129.0, 9066.0, 9111.0, 9129.0, 9077.0, 9107.0, 9107.0, 9099.0, 9133.0, 9075.0, 9095.0, 9131.0, 9078.0, 9109.0, 9101.0, 9079.0, 9136.0, 9093.0, 9100.0, 9135.0, 9080.0, 9110.0, 9132.0, 9086.0, 9141.0, 9075.0, 9097.0, 9131.0, 9098.0, 9131.0, 9129.0, 9080.0, 9140.0, 9093.0, 9115.0, 9147.0, 9101.0, 9131.0, 9117.0, 9100.0, 9157.0, 9099.0, 9109.0, 9147.0, 9100.0, 9144.0, 9126.0, 9104.0, 9150.0, 9092.0, 9111.0, 9150.0, 9086.0, 9141.0, 9088.0, 9091.0, 9144.0, 9077.0, 9123.0, 9082.0, 9079.0, 9129.0, 9071.0, 9122.0, 9125.0, 9076.0, 9131.0, 9068.0, 9085.0, 9122.0, 9068.0, 9101.0, 9141.0, 9070.0, 9115.0, 9064.0, 9053.0, 9106.0, 9050.0, 9083.0, 9112.0, 9050.0, 9089.0, 9031.0, 9055.0, 9089.0, 9069.0, 9101.0, 9075.0, 9070.0, 9124.0, 9058.0, 9086.0, 9108.0, 9058.0, 9110.0, 9052.0, 9085.0, 9123.0, 9071.0, 9118.0, 9086.0, 9082.0, 9131.0, 9073.0, 9117.0, 9093.0, 9073.0, 9112.0, 9056.0, 9089.0, 9125.0, 9074.0, 9116.0, 9071.0, 9078.0, 9124.0, 9059.0, 9089.0, 9111.0, 9077.0, 9116.0, 9072.0, 9079.0, 9136.0, 9094.0, 9109.0, 9110.0, 9076.0, 9103.0, 9060.0, 9094.0, 9133.0, 9081.0, 9129.0, 9136.0, 9084.0, 9154.0, 9079.0, 9096.0, 9131.0, 9078.0, 9121.0, 9121.0, 9084.0, 9137.0, 9080.0, 9118.0, 9145.0, 9082.0, 9116.0, 9104.0, 9100.0, 9138.0, 9095.0, 9117.0, 9102.0, 9106.0, 9131.0, 9109.0, 9141.0, 9107.0, 9135.0, 9112.0, 9144.0, 9178.0, 9107.0, 9161.0, 9111.0, 9111.0, 9161.0, 9097.0, 9111.0, 9144.0, 9081.0, 9121.0, 9075.0, 9080.0, 9135.0, 9075.0, 9106.0, 9128.0, 9079.0, 9091.0, 9077.0, 9100.0, 9131.0, 9079.0, 9108.0, 9131.0, 9079.0, 9107.0, 9077.0, 9085.0, 9135.0, 9061.0, 9107.0, 9131.0, 9064.0, 9104.0, 9097.0, 9079.0, 9138.0, 9077.0, 9097.0, 9130.0, 9085.0, 9121.0, 9094.0, 9098.0, 9134.0, 9078.0, 9116.0, 9151.0, 9101.0, 9140.0, 9114.0, 9101.0, 9132.0, 9080.0, 9123.0, 9087.0, 9083.0, 9160.0, 9097.0, 9125.0, 9142.0, 9080.0, 9132.0, 9087.0, 9089.0, 9126.0, 9073.0, 9117.0, 9123.0, 9074.0, 9118.0, 9055.0, 9086.0, 9129.0, 9078.0, 9122.0, 9071.0, 9074.0, 9110.0, 9074.0, 9107.0, 9115.0, 9078.0, 9133.0, 9073.0, 9088.0, 9128.0, 9077.0, 9094.0, 9056.0, 9082.0, 9134.0, 9079.0, 9112.0, 9114.0, 9077.0, 9104.0, 9060.0, 9082.0, 9134.0, 9082.0, 9124.0, 9078.0, 9096.0, 9135.0, 9084.0, 9118.0, 9135.0, 9100.0, 9138.0, 9065.0, 9102.0, 9138.0, 9101.0, 9142.0, 9095.0, 9101.0, 9136.0, 9084.0, 9118.0, 9157.0, 9096.0, 9144.0, 9085.0, 9093.0, 9133.0, 9077.0, 9111.0, 9136.0, 9099.0, 9116.0, 9066.0, 9067.0, 9066.0, 9056.0, 9109.0, 9079.0, 9121.0, 9088.0, 9107.0, 9123.0, 9052.0, 9110.0, 9059.0, 9071.0, 9140.0, 9066.0, 9090.0, 9041.0, 9060.0, 9082.0, 9047.0, 9086.0, 9028.0, 9075.0, 9055.0, 9048.0, 9086.0, 9050.0, 9070.0, 9049.0, 9068.0, 9052.0, 9075.0, 9099.0, 9078.0, 9097.0, 9133.0, 9093.0, 9122.0, 9088.0, 9097.0, 9132.0, 9078.0, 9120.0, 9112.0, 9077.0, 9130.0, 9071.0, 9109.0, 9124.0, 9072.0, 9100.0, 9069.0, 9077.0, 9129.0, 9086.0, 9104.0, 9112.0, 9061.0, 9117.0, 9072.0, 9075.0, 9113.0, 9077.0, 9109.0, 9114.0, 9078.0, 9134.0, 9076.0, 9094.0, 9134.0, 9088.0, 9123.0, 9110.0, 9062.0, 9117.0, 9071.0, 9094.0, 9132.0, 9068.0, 9107.0, 9130.0, 9074.0, 9099.0, 9056.0, 9077.0, 9106.0, 9064.0, 9113.0, 9133.0, 9080.0, 9121.0, 9094.0, 9084.0, 9123.0, 9079.0, 9112.0, 9151.0, 9080.0, 9122.0, 9088.0, 9081.0, 9123.0, 9090.0, 9095.0, 9132.0, 9079.0, 9109.0, 9115.0, 9079.0, 9106.0, 9076.0, 9094.0, 9118.0, 9096.0, 9115.0, 9136.0, 9094.0, 9128.0, 9088.0, 9079.0, 9132.0, 9074.0, 9092.0, 9131.0, 9077.0, 9110.0, 9076.0, 9081.0, 9120.0, 9067.0, 9111.0, 9133.0, 9082.0, 9128.0, 9092.0, 9082.0, 9133.0, 9067.0, 9110.0, 9133.0, 9084.0, 9124.0, 9091.0, 9096.0, 9135.0, 9080.0, 9115.0, 9119.0, 9086.0, 9125.0, 9095.0, 9116.0, 9138.0, 9096.0, 9128.0, 9087.0, 9084.0, 9080.0, 9103.0, 9101.0, 9109.0, 9143.0, 9101.0, 9137.0, 9156.0, 9103.0, 9147.0, 9111.0, 9121.0, 9161.0, 9114.0, 9126.0, 9130.0, 9080.0, 9116.0, 9091.0, 9105.0, 9132.0, 9078.0, 9115.0, 9061.0, 9089.0, 9065.0, 9106.0, 9065.0, 9098.0, 9134.0, 9081.0, 9127.0, 9104.0, 9087.0, 9137.0, 9094.0, 9114.0, 9148.0, 9075.0, 9130.0, 9071.0, 9095.0, 9073.0, 9076.0, 9104.0, 9075.0, 9108.0, 9132.0, 9080.0, 9120.0, 9089.0, 9081.0, 9065.0, 9100.0, 9106.0, 9072.0, 9119.0, 9140.0, 9105.0, 9145.0, 9090.0, 9131.0, 9138.0, 9089.0, 9138.0, 9097.0, 9132.0, 9154.0, 9081.0, 9141.0, 9103.0, 9098.0, 9131.0, 9080.0, 9106.0, 9075.0, 9094.0, 9132.0, 9078.0, 9122.0, 9086.0, 9094.0, 9104.0, 9080.0, 9118.0, 9075.0, 9106.0, 9131.0, 9072.0, 9131.0, 9084.0, 9101.0, 9124.0, 9054.0, 9083.0, 9055.0, 9072.0, 9109.0, 9054.0, 9099.0, 9053.0, 9071.0, 9083.0, 9078.0, 9112.0, 9070.0, 9102.0, 9125.0, 9054.0, 9108.0, 9056.0, 9087.0, 9108.0, 9067.0, 9114.0, 9069.0, 9084.0, 9122.0, 9053.0, 9084.0, 9038.0, 9072.0, 9113.0, 9060.0, 9088.0, 9059.0, 9076.0, 9128.0, 9079.0, 9119.0, 9088.0, 9078.0, 9131.0, 9078.0, 9099.0, 9081.0, 9102.0, 9088.0, 9097.0, 9133.0, 9078.0, 9119.0, 9079.0, 9092.0, 9128.0, 9075.0, 9118.0, 9073.0, 9100.0, 9083.0, 9076.0, 9125.0, 9056.0, 9097.0, 9105.0, 9068.0, 9113.0, 9074.0, 9099.0, 9054.0, 9074.0, 9128.0, 9060.0, 9108.0, 9058.0, 9090.0, 9059.0, 9078.0, 9114.0, 9059.0, 9105.0, 9084.0, 9048.0, 9095.0, 9073.0, 9118.0, 9054.0, 9115.0, 9095.0, 9055.0, 9126.0, 9071.0, 9096.0, 9071.0, 9089.0, 9104.0, 9053.0, 9093.0, 9037.0, 9075.0, 9105.0, 9055.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.00017358620689655175</td></tr>
<tr><td colspan=3>aqi</td><td>0.02580926463054187</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.16793515876726</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1959112375542418</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9697190332149902</td></tr>
<tr><td colspan=3>efc</td><td>0.4695</td></tr>
<tr><td colspan=3>fber</td><td>5608.9844</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08601534374237048</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.477832512315271</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.293513601969389</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2932939453236116</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4820393044599354</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.10520755612462</td></tr>
<tr><td colspan=3>gcor</td><td>0.0077884</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011184852570295334</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017762895673513412</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1015</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.126083316492553</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.9562</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.9008</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.7781</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303274.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>755.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.2987</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8439</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.8814</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3334.3642</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73270.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1251.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4312.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.9528</td></tr>
<tr><td colspan=3>tsnr</td><td>37.93173254770227</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>