<?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-0006_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-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006/ses-01/func/sub-0006_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>b6351b48197a0947a06da4f3b55a56f3</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:18:25.940000</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.998782, -0.00092302, 0.0493391, 0.00505525, 0.996479, -0.0836927]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0993839</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7667, -7265, 533, 1, 47, -69, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.545</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>004fb2e1-656d-4757-906c-92d2daad391b||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.6796581745147705, 0.013562862761318684, 0.1325378566980362, 112.56808471679688], [0.0024763948749750853, 2.6734797954559326, -0.22636839747428894, -93.99443817138672], [0.1323731392621994, 0.22454136610031128, 2.687227487564087, -56.418643951416016], [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': ['111825.940000', '111826.400000', '111826.860000', '111827.320000', '111827.780000', '111828.240000', '111828.700000', '111829.160000', '111829.620000', '111830.080000', '111830.540000', '111831.000000', '111831.460000', '111831.920000', '111832.380000', '111832.840000', '111833.300000', '111833.760000', '111834.220000', '111834.680000', '111835.140000', '111835.600000', '111836.060000', '111836.520000', '111836.980000', '111837.440000', '111837.900000', '111838.360000', '111838.820000', '111839.280000', '111839.740000', '111840.200000', '111840.660000', '111841.120000', '111841.580000', '111842.040000', '111842.500000', '111842.960000', '111843.420000', '111843.880000', '111844.340000', '111844.800000', '111845.260000', '111845.720000', '111846.180000', '111846.640000', '111847.100000', '111847.560000', '111848.020000', '111848.480000', '111848.940000', '111849.400000', '111849.860000', '111850.320000', '111850.780000', '111851.240000', '111851.700000', '111852.160000', '111852.620000', '111853.080000', '111853.540000', '111854.000000', '111854.460000', '111854.920000', '111855.380000', '111855.840000', '111856.300000', '111856.760000', '111857.220000', '111857.680000', '111858.140000', '111858.600000', '111859.060000', '111859.520000', '111859.980000', '111900.440000', '111900.900000', '111901.360000', '111901.820000', '111902.280000', '111902.740000', '111903.200000', '111903.660000', '111904.120000', '111904.580000', '111905.040000', '111905.500000', '111905.960000', '111906.420000', '111906.880000', '111907.340000', '111907.800000', '111908.260000', '111908.720000', '111909.180000', '111909.640000', '111910.100000', '111910.560000', '111911.020000', '111911.480000', '111911.940000', '111912.400000', '111912.860000', '111913.320000', '111913.780000', '111914.240000', '111914.700000', '111915.160000', '111915.620000', '111916.080000', '111916.540000', '111917.000000', '111917.460000', '111917.920000', '111918.380000', '111918.840000', '111919.300000', '111919.760000', '111920.220000', '111920.680000', '111921.140000', '111921.600000', '111922.060000', '111922.520000', '111922.980000', '111923.440000', '111923.900000', '111924.360000', '111924.820000', '111925.280000', '111925.740000', '111926.200000', '111926.660000', '111927.120000', '111927.580000', '111928.040000', '111928.500000', '111928.960000', '111929.420000', '111929.880000', '111930.340000', '111930.800000', '111931.260000', '111931.720000', '111932.180000', '111932.640000', '111933.100000', '111933.560000', '111934.020000', '111934.480000', '111934.940000', '111935.400000', '111935.860000', '111936.320000', '111936.780000', '111937.240000', '111937.700000', '111938.160000', '111938.620000', '111939.080000', '111939.540000', '111940.000000', '111940.460000', '111940.920000', '111941.380000', '111941.840000', '111942.300000', '111942.760000', '111943.220000', '111943.680000', '111944.140000', '111944.600000', '111945.060000', '111945.520000', '111945.980000', '111946.440000', '111946.900000', '111947.360000', '111947.820000', '111948.280000', '111948.740000', '111949.200000', '111949.660000', '111950.120000', '111950.580000', '111951.040000', '111951.500000', '111951.960000', '111952.420000', '111952.880000', '111953.340000', '111953.800000', '111954.260000', '111954.720000', '111955.180000', '111955.640000', '111956.100000', '111956.560000', '111957.020000', '111957.480000', '111957.940000', '111958.400000', '111958.860000', '111959.320000', '111959.780000', '112000.240000', '112000.700000', '112001.160000', '112001.620000', '112002.080000', '112002.540000', '112003.000000', '112003.460000', '112003.920000', '112004.380000', '112004.840000', '112005.300000', '112005.760000', '112006.220000', '112006.680000', '112007.140000', '112007.600000', '112008.060000', '112008.520000', '112008.980000', '112009.440000', '112009.900000', '112010.360000', '112010.820000', '112011.280000', '112011.740000', '112012.200000', '112012.660000', '112013.120000', '112013.580000', '112014.040000', '112014.500000', '112014.960000', '112015.420000', '112015.880000', '112016.340000', '112016.800000', '112017.260000', '112017.720000', '112018.180000', '112018.640000', '112019.100000', '112019.560000', '112020.020000', '112020.480000', '112020.940000', '112021.400000', '112021.860000', '112022.320000', '112022.780000', '112023.240000', '112023.700000', '112024.160000', '112024.620000', '112025.080000', '112025.540000', '112026.000000', '112026.460000', '112026.920000', '112027.380000', '112027.840000', '112028.300000', '112028.760000', '112029.220000', '112029.680000', '112030.140000', '112030.600000', '112031.060000', '112031.520000', '112031.980000', '112032.440000', '112032.900000', '112033.360000', '112033.820000', '112034.280000', '112034.740000', '112035.200000', '112035.660000', '112036.120000', '112036.580000', '112037.040000', '112037.500000', '112037.960000', '112038.420000', '112038.880000', '112039.340000', '112039.800000', '112040.260000', '112040.720000', '112041.180000', '112041.640000', '112042.100000', '112042.560000', '112043.020000', '112043.480000', '112043.940000', '112044.400000', '112044.860000', '112045.320000', '112045.780000', '112046.240000', '112046.700000', '112047.160000', '112047.620000', '112048.080000', '112048.540000', '112049.000000', '112049.460000', '112049.920000', '112050.380000', '112050.840000', '112051.300000', '112051.760000', '112052.220000', '112052.680000', '112053.140000', '112053.600000', '112054.060000', '112054.520000', '112054.980000', '112055.440000', '112055.900000', '112056.360000', '112056.820000', '112057.280000', '112057.740000', '112058.200000', '112058.660000', '112059.120000', '112059.580000', '112100.040000', '112100.500000', '112100.960000', '112101.420000', '112101.880000', '112102.340000', '112102.800000', '112103.260000', '112103.720000', '112104.180000', '112104.640000', '112105.100000', '112105.560000', '112106.020000', '112106.480000', '112106.940000', '112107.400000', '112107.860000', '112108.320000', '112108.780000', '112109.240000', '112109.700000', '112110.160000', '112110.620000', '112111.080000', '112111.540000', '112112.000000', '112112.460000', '112112.920000', '112113.380000', '112113.840000', '112114.300000', '112114.760000', '112115.220000', '112115.680000', '112116.140000', '112116.600000', '112117.060000', '112117.520000', '112117.980000', '112118.440000', '112118.900000', '112119.360000', '112119.820000', '112120.280000', '112120.740000', '112121.200000', '112121.660000', '112122.120000', '112122.580000', '112123.040000', '112123.500000', '112123.960000', '112124.420000', '112124.880000', '112125.340000', '112125.800000', '112126.260000', '112126.720000', '112127.180000', '112127.640000', '112128.100000', '112128.560000', '112129.020000', '112129.480000', '112129.940000', '112130.400000', '112130.860000', '112131.320000', '112131.780000', '112132.240000', '112132.700000', '112133.160000', '112133.620000', '112134.080000', '112134.540000', '112135.000000', '112135.460000', '112135.920000', '112136.380000', '112136.840000', '112137.300000', '112137.760000', '112138.220000', '112138.680000', '112139.140000', '112139.600000', '112140.060000', '112140.520000', '112140.980000', '112141.440000', '112141.900000', '112142.360000', '112142.820000', '112143.280000', '112143.740000', '112144.200000', '112144.660000', '112145.120000', '112145.580000', '112146.040000', '112146.500000', '112146.960000', '112147.420000', '112147.880000', '112148.340000', '112148.800000', '112149.260000', '112149.720000', '112150.180000', '112150.640000', '112151.100000', '112151.560000', '112152.020000', '112152.480000', '112152.940000', '112153.400000', '112153.860000', '112154.320000', '112154.780000', '112155.240000', '112155.700000', '112156.160000', '112156.620000', '112157.080000', '112157.540000', '112158.000000', '112158.460000', '112158.920000', '112159.380000', '112159.840000', '112200.300000', '112200.760000', '112201.220000', '112201.680000', '112202.140000', '112202.600000', '112203.060000', '112203.520000', '112203.980000', '112204.440000', '112204.900000', '112205.360000', '112205.820000', '112206.280000', '112206.740000', '112207.200000', '112207.660000', '112208.120000', '112208.580000', '112209.040000', '112209.500000', '112209.960000', '112210.420000', '112210.880000', '112211.340000', '112211.800000', '112212.260000', '112212.720000', '112213.180000', '112213.640000', '112214.100000', '112214.560000', '112215.020000', '112215.480000', '112215.940000', '112216.400000', '112216.860000', '112217.320000', '112217.780000', '112218.240000', '112218.700000', '112219.160000', '112219.620000', '112220.080000', '112220.540000', '112221.000000', '112221.460000', '112221.920000', '112222.380000', '112222.840000', '112223.300000', '112223.760000', '112224.220000', '112224.680000', '112225.140000', '112225.600000', '112226.060000', '112226.520000', '112226.980000', '112227.440000', '112227.900000', '112228.360000', '112228.820000', '112229.280000', '112229.740000', '112230.200000', '112230.660000', '112231.120000', '112231.580000', '112232.040000', '112232.500000', '112232.960000', '112233.420000', '112233.880000', '112234.340000', '112234.800000', '112235.260000', '112235.720000', '112236.180000', '112236.640000', '112237.100000', '112237.560000', '112238.020000', '112238.480000', '112238.940000', '112239.400000', '112239.860000', '112240.320000', '112240.780000', '112241.240000', '112241.700000', '112242.160000', '112242.620000', '112243.080000', '112243.540000', '112244.000000', '112244.460000', '112244.920000', '112245.380000', '112245.840000', '112246.300000', '112246.760000', '112247.220000', '112247.680000', '112248.140000', '112248.600000', '112249.060000', '112249.520000', '112249.980000', '112250.440000', '112250.900000', '112251.360000', '112251.820000', '112252.280000', '112252.740000', '112253.200000', '112253.660000', '112254.120000', '112254.580000', '112255.040000', '112255.500000', '112255.960000', '112256.420000', '112256.880000', '112257.340000', '112257.800000', '112258.260000', '112258.720000', '112259.180000', '112259.640000', '112300.100000', '112300.560000', '112301.020000', '112301.480000', '112301.940000', '112302.400000', '112302.860000', '112303.320000', '112303.780000', '112304.240000', '112304.700000', '112305.160000', '112305.620000', '112306.080000', '112306.540000', '112307.000000', '112307.460000', '112307.920000', '112308.380000', '112308.840000', '112309.300000', '112309.760000', '112310.220000', '112310.680000', '112311.140000', '112311.600000', '112312.060000', '112312.520000', '112312.980000', '112313.440000', '112313.900000', '112314.360000', '112314.820000', '112315.280000', '112315.740000', '112316.200000', '112316.660000', '112317.120000', '112317.580000', '112318.040000', '112318.500000', '112318.960000', '112319.420000', '112319.880000', '112320.340000', '112320.800000', '112321.260000', '112321.720000', '112322.180000', '112322.640000', '112323.100000', '112323.560000', '112324.020000', '112324.480000', '112324.940000', '112325.400000', '112325.860000', '112326.320000', '112326.780000', '112327.240000', '112327.700000', '112328.160000', '112328.620000', '112329.080000', '112329.540000', '112330.000000', '112330.460000', '112330.920000', '112331.380000', '112331.840000', '112332.300000', '112332.760000', '112333.220000', '112333.680000', '112334.140000', '112334.600000', '112335.060000', '112335.520000', '112335.980000', '112336.440000', '112336.900000', '112337.360000', '112337.820000', '112338.280000', '112338.740000', '112339.200000', '112339.660000', '112340.120000', '112340.580000', '112341.040000', '112341.500000', '112341.960000', '112342.420000', '112342.880000', '112343.340000', '112343.800000', '112344.260000', '112344.720000', '112345.180000', '112345.640000', '112346.100000', '112346.560000', '112347.020000', '112347.480000', '112347.940000', '112348.400000', '112348.860000', '112349.320000', '112349.780000', '112350.240000', '112350.700000', '112351.160000', '112351.620000', '112352.080000', '112352.540000', '112353.000000', '112353.460000', '112353.920000', '112354.380000', '112354.840000', '112355.300000', '112355.760000', '112356.220000', '112356.680000', '112357.140000', '112357.600000', '112358.060000', '112358.520000', '112358.980000', '112359.440000', '112359.900000', '112400.360000', '112400.820000', '112401.280000', '112401.740000', '112402.200000', '112402.660000', '112403.120000', '112403.580000', '112404.040000', '112404.500000', '112404.960000', '112405.420000', '112405.880000', '112406.340000', '112406.800000', '112407.260000', '112407.720000', '112408.180000', '112408.640000', '112409.100000', '112409.560000', '112410.020000', '112410.480000', '112410.940000', '112411.400000', '112411.860000', '112412.320000', '112412.780000', '112413.240000', '112413.700000', '112414.160000', '112414.620000', '112415.080000', '112415.540000', '112416.000000', '112416.460000', '112416.920000', '112417.380000', '112417.840000', '112418.300000', '112418.760000', '112419.220000', '112419.680000', '112420.140000', '112420.600000', '112421.060000', '112421.520000', '112421.980000', '112422.440000', '112422.900000', '112423.360000', '112423.820000', '112424.280000', '112424.740000', '112425.200000', '112425.660000', '112426.120000', '112426.580000', '112427.040000', '112427.500000', '112427.960000', '112428.420000', '112428.880000', '112429.340000', '112429.800000', '112430.260000', '112430.720000', '112431.180000', '112431.640000', '112432.100000', '112432.560000', '112433.020000', '112433.480000', '112433.940000', '112434.400000', '112434.860000', '112435.320000', '112435.780000', '112436.240000', '112436.700000', '112437.160000', '112437.620000', '112438.080000', '112438.540000', '112439.000000', '112439.460000', '112439.920000', '112440.380000', '112440.840000', '112441.300000', '112441.760000', '112442.220000', '112442.680000', '112443.140000', '112443.600000', '112444.060000', '112444.520000', '112444.980000', '112445.440000', '112445.900000', '112446.360000', '112446.820000', '112447.280000', '112447.740000', '112448.200000', '112448.660000', '112449.120000', '112449.580000', '112450.040000', '112450.500000', '112450.960000', '112451.420000', '112451.880000', '112452.340000', '112452.800000', '112453.260000', '112453.720000', '112454.180000', '112454.640000', '112455.100000', '112455.560000', '112456.020000', '112456.480000', '112456.940000', '112457.400000', '112457.860000', '112458.320000', '112458.780000', '112459.240000', '112459.700000', '112500.160000', '112500.620000', '112501.080000', '112501.540000', '112502.000000', '112502.460000', '112502.920000', '112503.380000', '112503.840000', '112504.300000', '112504.760000', '112505.220000', '112505.680000', '112506.140000', '112506.600000', '112507.060000', '112507.520000', '112507.980000', '112508.440000', '112508.900000', '112509.360000', '112509.820000', '112510.280000', '112510.740000', '112511.200000', '112511.660000', '112512.120000', '112512.580000', '112513.040000', '112513.500000', '112513.960000', '112514.420000', '112514.880000', '112515.340000', '112515.800000', '112516.260000', '112516.720000', '112517.180000', '112517.640000', '112518.100000', '112518.560000', '112519.020000', '112519.480000', '112519.940000', '112520.400000', '112520.860000', '112521.320000', '112521.780000', '112522.240000', '112522.700000', '112523.160000', '112523.620000', '112524.080000', '112524.540000', '112525.000000', '112525.460000', '112525.920000', '112526.380000', '112526.840000', '112527.300000', '112527.760000', '112528.220000', '112528.680000', '112529.140000', '112529.600000', '112530.060000', '112530.520000', '112530.980000', '112531.440000', '112531.900000', '112532.360000', '112532.820000', '112533.280000', '112533.740000', '112534.200000', '112534.660000', '112535.120000', '112535.580000', '112536.040000', '112536.500000', '112536.960000', '112537.420000', '112537.880000', '112538.340000', '112538.800000', '112539.260000', '112539.720000', '112540.180000', '112540.640000', '112541.100000', '112541.560000', '112542.020000', '112542.480000', '112542.940000', '112543.400000', '112543.860000', '112544.320000', '112544.780000', '112545.240000', '112545.700000', '112546.160000', '112546.620000', '112547.080000', '112547.540000', '112548.000000', '112548.460000', '112548.920000', '112549.380000', '112549.840000', '112550.300000', '112550.760000', '112551.220000', '112551.680000', '112552.140000', '112552.600000', '112553.060000', '112553.520000', '112553.980000', '112554.440000', '112554.900000', '112555.360000', '112555.820000', '112556.280000', '112556.740000', '112557.200000', '112557.660000', '112558.120000', '112558.580000', '112559.040000', '112559.500000', '112559.960000', '112600.420000', '112600.880000', '112601.340000', '112601.800000', '112602.260000', '112602.720000', '112603.180000', '112603.640000', '112604.100000', '112604.560000', '112605.020000', '112605.480000', '112605.940000', '112606.400000', '112606.860000', '112607.320000', '112607.780000', '112608.240000', '112608.700000', '112609.160000', '112609.620000', '112610.080000', '112610.540000', '112611.000000', '112611.460000', '112611.920000', '112612.380000', '112612.840000'], 'ContentTime': ['111852.030000', '111852.033000', '111852.036000', '111852.039000', '111852.042000', '111852.046000', '111852.049000', '111852.051000', '111852.054000', '111852.057000', '111852.061000', '111852.065000', '111852.070000', '111852.073000', '111852.076000', '111852.079000', '111852.081000', '111852.107000', '111852.110000', '111852.113000', '111852.116000', '111852.119000', '111852.121000', '111852.124000', '111852.127000', '111852.130000', '111852.133000', '111852.136000', '111852.139000', '111852.142000', '111852.145000', '111852.148000', '111852.151000', '111852.154000', '111852.157000', '111852.160000', '111852.163000', '111852.166000', '111852.169000', '111852.172000', '111852.175000', '111852.178000', '111852.181000', '111852.183000', '111852.186000', '111852.189000', '111852.192000', '111852.194000', '111852.197000', '111852.200000', '111852.203000', '111852.206000', '111852.209000', '111852.212000', '111911.997000', '111912.001000', '111912.004000', '111912.006000', '111912.009000', '111912.012000', '111912.015000', '111912.018000', '111912.020000', '111912.023000', '111912.036000', '111912.039000', '111912.042000', '111912.045000', '111912.047000', '111912.050000', '111912.053000', '111912.056000', '111912.059000', '111912.062000', '111912.064000', '111912.067000', '111912.070000', '111912.073000', '111912.075000', '111912.078000', '111912.081000', '111912.084000', '111912.087000', '111912.089000', '111912.092000', '111912.095000', '111912.098000', '111912.101000', '111912.103000', '111912.106000', '111912.109000', '111912.112000', '111912.114000', '111912.117000', '111912.120000', '111912.123000', '111912.125000', '111912.128000', '111931.997000', '111932.001000', '111932.004000', '111932.006000', '111932.009000', '111932.012000', '111932.015000', '111932.018000', '111932.020000', '111932.023000', '111932.026000', '111932.029000', '111932.031000', '111932.034000', '111932.037000', '111932.040000', '111932.043000', '111932.046000', '111932.048000', '111932.051000', '111932.054000', '111932.063000', '111932.066000', '111932.068000', '111932.071000', '111932.074000', '111932.077000', '111932.080000', '111932.083000', '111932.086000', '111932.088000', '111932.091000', '111932.094000', '111932.097000', '111932.100000', '111932.102000', '111932.105000', '111932.108000', '111932.111000', '111932.113000', '111932.116000', '111932.119000', '111932.132000', '111951.998000', '111952.002000', '111952.005000', '111952.007000', '111952.010000', '111952.013000', '111952.016000', '111952.019000', '111952.021000', '111952.024000', '111952.027000', '111952.030000', '111952.033000', '111952.035000', '111952.038000', '111952.041000', '111952.044000', '111952.047000', '111952.049000', '111952.052000', '111952.055000', '111952.058000', '111952.061000', '111952.063000', '111952.066000', '111952.069000', '111952.072000', '111952.075000', '111952.078000', '111952.080000', '111952.083000', '111952.089000', '111952.092000', '111952.095000', '111952.097000', '111952.100000', '111952.103000', '111952.106000', '111952.109000', '111952.111000', '111952.114000', '111952.117000', '111952.120000', '111952.122000', '112011.998000', '112012.002000', '112012.005000', '112012.007000', '112012.010000', '112012.013000', '112012.016000', '112012.019000', '112012.021000', '112012.024000', '112012.027000', '112012.030000', '112012.033000', '112012.035000', '112012.038000', '112012.042000', '112012.045000', '112012.048000', '112012.051000', '112012.054000', '112012.056000', '112012.059000', '112012.062000', '112012.065000', '112012.068000', '112012.070000', '112012.073000', '112012.076000', '112012.079000', '112012.082000', '112012.084000', '112012.087000', '112012.090000', '112012.093000', '112012.096000', '112012.099000', '112012.101000', '112012.104000', '112012.107000', '112012.110000', '112012.114000', '112012.119000', '112012.122000', '112031.997000', '112032.001000', '112032.004000', '112032.008000', '112032.011000', '112032.014000', '112032.016000', '112032.019000', '112032.029000', '112032.032000', '112032.035000', '112032.038000', '112032.041000', '112032.044000', '112032.046000', '112032.049000', '112032.052000', '112032.055000', '112032.058000', '112032.061000', '112032.063000', '112032.066000', '112032.069000', '112032.072000', '112032.075000', '112032.077000', '112032.080000', '112032.083000', '112032.086000', '112032.089000', '112032.091000', '112032.094000', '112032.097000', '112032.100000', '112032.103000', '112032.105000', '112032.108000', '112032.111000', '112032.114000', '112032.117000', '112032.120000', '112032.122000', '112032.125000', '112032.128000', '112051.997000', '112052.001000', '112052.004000', '112052.007000', '112052.009000', '112052.012000', '112052.015000', '112052.018000', '112052.020000', '112052.023000', '112052.026000', '112052.029000', '112052.032000', '112052.035000', '112052.037000', '112052.040000', '112052.043000', '112052.046000', '112052.049000', '112052.052000', '112052.054000', '112052.057000', '112052.060000', '112052.063000', '112052.065000', '112052.068000', '112052.071000', '112052.074000', '112052.077000', '112052.080000', '112052.082000', '112052.085000', '112052.088000', '112052.091000', '112052.094000', '112052.096000', '112052.099000', '112052.102000', '112052.105000', '112052.108000', '112052.111000', '112052.113000', '112052.116000', '112111.997000', '112112.000000', '112112.003000', '112112.005000', '112112.008000', '112112.011000', '112112.014000', '112112.017000', '112112.019000', '112112.022000', '112112.025000', '112112.028000', '112112.031000', '112112.034000', '112112.036000', '112112.039000', '112112.042000', '112112.045000', '112112.048000', '112112.050000', '112112.053000', '112112.056000', '112112.059000', '112112.062000', '112112.064000', '112112.067000', '112112.070000', '112112.073000', '112112.076000', '112112.078000', '112112.081000', '112112.084000', '112112.087000', '112112.090000', '112112.092000', '112112.095000', '112112.098000', '112112.101000', '112112.104000', '112112.117000', '112112.120000', '112112.128000', '112112.131000', '112112.133000', '112131.997000', '112132.001000', '112132.004000', '112132.007000', '112132.010000', '112132.013000', '112132.015000', '112132.018000', '112132.021000', '112132.024000', '112132.027000', '112132.030000', '112132.033000', '112132.036000', '112132.038000', '112132.041000', '112132.044000', '112132.047000', '112132.050000', '112132.053000', '112132.055000', '112132.058000', '112132.061000', '112132.064000', '112132.067000', '112132.070000', '112132.073000', '112132.076000', '112132.079000', '112132.083000', '112132.085000', '112132.088000', '112132.091000', '112132.094000', '112132.097000', '112132.100000', '112132.103000', '112132.106000', '112132.109000', '112132.111000', '112132.114000', '112132.117000', '112132.120000', '112151.997000', '112152.001000', '112152.004000', '112152.006000', '112152.009000', '112152.012000', '112152.015000', '112152.018000', '112152.021000', '112152.023000', '112152.026000', '112152.029000', '112152.032000', '112152.035000', '112152.037000', '112152.040000', '112152.043000', '112152.047000', '112152.050000', '112152.053000', '112152.055000', '112152.058000', '112152.061000', '112152.064000', '112152.067000', '112152.070000', '112152.072000', '112152.075000', '112152.078000', '112152.081000', '112152.084000', '112152.087000', '112152.090000', '112152.092000', '112152.095000', '112152.098000', '112152.101000', '112152.104000', '112152.107000', '112152.109000', '112152.112000', '112152.115000', '112152.118000', '112152.121000', '112211.998000', '112212.002000', '112212.005000', '112212.008000', '112212.011000', '112212.014000', '112212.016000', '112212.019000', '112212.022000', '112212.025000', '112212.028000', '112212.031000', '112212.034000', '112212.037000', '112212.039000', '112212.042000', '112212.045000', '112212.048000', '112212.051000', '112212.054000', '112212.057000', '112212.060000', '112212.062000', '112212.065000', '112212.068000', '112212.071000', '112212.074000', '112212.077000', '112212.080000', '112212.082000', '112212.085000', '112212.088000', '112212.091000', '112212.094000', '112212.096000', '112212.099000', '112212.102000', '112212.105000', '112212.108000', '112212.111000', '112212.113000', '112212.116000', '112212.119000', '112231.998000', '112232.007000', '112232.010000', '112232.012000', '112232.015000', '112232.018000', '112232.021000', '112232.024000', '112232.027000', '112232.030000', '112232.032000', '112232.035000', '112232.038000', '112232.041000', '112232.044000', '112232.054000', '112232.057000', '112232.060000', '112232.063000', '112232.066000', '112232.068000', '112232.071000', '112232.074000', '112232.077000', '112232.080000', '112232.083000', '112232.086000', '112232.089000', '112232.091000', '112232.094000', '112232.097000', '112232.100000', '112232.103000', '112232.106000', '112232.109000', '112232.111000', '112232.114000', '112232.117000', '112232.120000', '112232.123000', '112232.126000', '112232.128000', '112232.131000', '112232.134000', '112251.997000', '112252.001000', '112252.004000', '112252.007000', '112252.010000', '112252.025000', '112252.028000', '112252.031000', '112252.033000', '112252.036000', '112252.039000', '112252.042000', '112252.045000', '112252.047000', '112252.050000', '112252.053000', '112252.056000', '112252.059000', '112252.061000', '112252.064000', '112252.067000', '112252.070000', '112252.073000', '112252.076000', '112252.078000', '112252.081000', '112252.084000', '112252.087000', '112252.090000', '112252.093000', '112252.095000', '112252.098000', '112252.101000', '112252.104000', '112252.107000', '112252.109000', '112252.112000', '112252.115000', '112252.119000', '112252.122000', '112252.125000', '112252.128000', '112252.130000', '112311.997000', '112312.001000', '112312.004000', '112312.006000', '112312.009000', '112312.012000', '112312.015000', '112312.018000', '112312.021000', '112312.023000', '112312.026000', '112312.029000', '112312.032000', '112312.035000', '112312.037000', '112312.040000', '112312.043000', '112312.046000', '112312.049000', '112312.051000', '112312.063000', '112312.066000', '112312.069000', '112312.072000', '112312.075000', '112312.078000', '112312.081000', '112312.083000', '112312.086000', '112312.089000', '112312.092000', '112312.095000', '112312.098000', '112312.101000', '112312.103000', '112312.106000', '112312.109000', '112312.112000', '112312.115000', '112312.118000', '112312.121000', '112312.123000', '112312.126000', '112312.129000', '112331.997000', '112332.001000', '112332.004000', '112332.007000', '112332.010000', '112332.012000', '112332.015000', '112332.018000', '112332.021000', '112332.024000', '112332.026000', '112332.029000', '112332.032000', '112332.035000', '112332.037000', '112332.040000', '112332.043000', '112332.046000', '112332.049000', '112332.052000', '112332.054000', '112332.057000', '112332.060000', '112332.063000', '112332.066000', '112332.068000', '112332.071000', '112332.074000', '112332.077000', '112332.080000', '112332.083000', '112332.085000', '112332.088000', '112332.091000', '112332.094000', '112332.097000', '112332.100000', '112332.102000', '112332.105000', '112332.108000', '112332.111000', '112332.114000', '112332.116000', '112351.997000', '112352.001000', '112352.004000', '112352.007000', '112352.009000', '112352.012000', '112352.015000', '112352.018000', '112352.021000', '112352.023000', '112352.026000', '112352.029000', '112352.032000', '112352.035000', '112352.037000', '112352.040000', '112352.043000', '112352.046000', '112352.049000', '112352.052000', '112352.054000', '112352.057000', '112352.060000', '112352.063000', '112352.066000', '112352.068000', '112352.071000', '112352.074000', '112352.077000', '112352.079000', '112352.082000', '112352.085000', '112352.088000', '112352.091000', '112352.094000', '112352.098000', '112352.101000', '112352.104000', '112352.107000', '112352.117000', '112352.120000', '112352.123000', '112352.126000', '112352.129000', '112411.997000', '112412.001000', '112412.004000', '112412.007000', '112412.010000', '112412.012000', '112412.015000', '112412.018000', '112412.021000', '112412.023000', '112412.026000', '112412.029000', '112412.032000', '112412.035000', '112412.037000', '112412.040000', '112412.043000', '112412.046000', '112412.049000', '112412.052000', '112412.054000', '112412.057000', '112412.060000', '112412.063000', '112412.066000', '112412.068000', '112412.071000', '112412.074000', '112412.077000', '112412.085000', '112412.101000', '112412.104000', '112412.107000', '112412.110000', '112412.113000', '112412.115000', '112412.118000', '112412.121000', '112412.124000', '112412.127000', '112412.129000', '112412.132000', '112412.135000', '112431.998000', '112432.002000', '112432.005000', '112432.008000', '112432.011000', '112432.014000', '112432.016000', '112432.019000', '112432.022000', '112432.025000', '112432.028000', '112432.030000', '112432.033000', '112432.036000', '112432.039000', '112432.042000', '112432.044000', '112432.047000', '112432.050000', '112432.053000', '112432.056000', '112432.058000', '112432.061000', '112432.064000', '112432.067000', '112432.070000', '112432.072000', '112432.075000', '112432.078000', '112432.081000', '112432.084000', '112432.087000', '112432.089000', '112432.092000', '112432.095000', '112432.098000', '112432.101000', '112432.103000', '112432.106000', '112432.109000', '112432.112000', '112432.114000', '112432.117000', '112451.998000', '112452.002000', '112452.005000', '112452.008000', '112452.010000', '112452.013000', '112452.016000', '112452.019000', '112452.022000', '112452.024000', '112452.027000', '112452.030000', '112452.033000', '112452.036000', '112452.038000', '112452.041000', '112452.044000', '112452.047000', '112452.050000', '112452.053000', '112452.055000', '112452.058000', '112452.061000', '112452.064000', '112452.066000', '112452.069000', '112452.072000', '112452.075000', '112452.077000', '112452.080000', '112452.083000', '112452.086000', '112452.089000', '112452.092000', '112452.094000', '112452.097000', '112452.100000', '112452.103000', '112452.106000', '112452.108000', '112452.111000', '112452.114000', '112452.117000', '112452.119000', '112511.997000', '112512.001000', '112512.004000', '112512.006000', '112512.009000', '112512.012000', '112512.015000', '112512.018000', '112512.023000', '112512.027000', '112512.030000', '112512.033000', '112512.036000', '112512.039000', '112512.041000', '112512.044000', '112512.047000', '112512.050000', '112512.053000', '112512.055000', '112512.058000', '112512.061000', '112512.064000', '112512.067000', '112512.069000', '112512.072000', '112512.075000', '112512.078000', '112512.081000', '112512.083000', '112512.086000', '112512.089000', '112512.092000', '112512.095000', '112512.098000', '112512.100000', '112512.103000', '112512.106000', '112512.109000', '112512.111000', '112512.114000', '112512.117000', '112512.120000', '112531.997000', '112532.001000', '112532.004000', '112532.007000', '112532.009000', '112532.012000', '112532.015000', '112532.018000', '112532.020000', '112532.023000', '112532.026000', '112532.029000', '112532.031000', '112532.034000', '112532.037000', '112532.040000', '112532.043000', '112532.046000', '112532.048000', '112532.051000', '112532.054000', '112532.057000', '112532.060000', '112532.062000', '112532.065000', '112532.068000', '112532.071000', '112532.073000', '112532.076000', '112532.079000', '112532.082000', '112532.085000', '112532.088000', '112532.090000', '112532.093000', '112532.096000', '112532.099000', '112532.102000', '112532.104000', '112532.107000', '112532.110000', '112532.113000', '112532.127000', '112532.130000', '112551.997000', '112552.001000', '112552.004000', '112552.007000', '112552.010000', '112552.013000', '112552.016000', '112552.018000', '112552.021000', '112552.024000', '112552.027000', '112552.030000', '112552.033000', '112552.036000', '112552.039000', '112552.042000', '112552.045000', '112552.048000', '112552.050000', '112552.053000', '112552.056000', '112552.059000', '112552.062000', '112552.064000', '112552.067000', '112552.070000', '112552.073000', '112552.076000', '112552.079000', '112552.082000', '112552.085000', '112552.087000', '112552.090000', '112552.093000', '112552.096000', '112552.099000', '112552.101000', '112552.104000', '112552.107000', '112552.110000', '112552.113000', '112552.116000', '112552.118000', '112611.997000', '112612.001000', '112612.004000', '112612.007000', '112612.009000', '112612.012000', '112612.015000', '112612.018000', '112612.020000', '112612.023000', '112612.026000', '112612.029000', '112612.032000', '112612.035000', '112612.037000', '112612.040000', '112612.043000', '112612.046000', '112612.049000', '112612.051000', '112612.054000', '112612.057000', '112612.060000', '112612.062000', '112612.065000', '112612.068000', '112612.071000', '112612.074000', '112612.076000', '112612.079000', '112612.082000', '112612.085000', '112612.088000', '112612.090000', '112612.093000', '112612.096000', '112612.099000', '112612.101000', '112612.104000', '112612.107000', '112612.110000', '112612.113000', '112612.115000', '112612.118000', '112614.181000', '112614.185000', '112614.189000', '112614.192000', '112614.195000'], 'InstanceCreationTime': ['111852.030000', '111852.033000', '111852.036000', '111852.039000', '111852.042000', '111852.046000', '111852.049000', '111852.051000', '111852.054000', '111852.057000', '111852.061000', '111852.065000', '111852.070000', '111852.073000', '111852.076000', '111852.079000', '111852.081000', '111852.107000', '111852.110000', '111852.113000', '111852.116000', '111852.119000', '111852.121000', '111852.124000', '111852.127000', '111852.130000', '111852.133000', '111852.136000', '111852.139000', '111852.142000', '111852.145000', '111852.148000', '111852.151000', '111852.154000', '111852.157000', '111852.160000', '111852.163000', '111852.166000', '111852.169000', '111852.172000', '111852.175000', '111852.178000', '111852.181000', '111852.183000', '111852.186000', '111852.189000', '111852.192000', '111852.194000', '111852.197000', '111852.200000', '111852.203000', '111852.206000', '111852.209000', '111852.212000', '111911.997000', '111912.001000', '111912.004000', '111912.006000', '111912.009000', '111912.012000', '111912.015000', '111912.018000', '111912.020000', '111912.023000', '111912.036000', '111912.039000', '111912.042000', '111912.045000', '111912.047000', '111912.050000', '111912.053000', '111912.056000', '111912.059000', '111912.062000', '111912.064000', '111912.067000', '111912.070000', '111912.073000', '111912.075000', '111912.078000', '111912.081000', '111912.084000', '111912.087000', '111912.089000', '111912.092000', '111912.095000', '111912.098000', '111912.101000', '111912.103000', '111912.106000', '111912.109000', '111912.112000', '111912.114000', '111912.117000', '111912.120000', '111912.123000', '111912.125000', '111912.128000', '111931.997000', '111932.001000', '111932.004000', '111932.006000', '111932.009000', '111932.012000', '111932.015000', '111932.018000', '111932.020000', '111932.023000', '111932.026000', '111932.029000', '111932.031000', '111932.034000', '111932.037000', '111932.040000', '111932.043000', '111932.046000', '111932.048000', '111932.051000', '111932.054000', '111932.063000', '111932.066000', '111932.068000', '111932.071000', '111932.074000', '111932.077000', '111932.080000', '111932.083000', '111932.086000', '111932.088000', '111932.091000', '111932.094000', '111932.097000', '111932.100000', '111932.102000', '111932.105000', '111932.108000', '111932.111000', '111932.113000', '111932.116000', '111932.119000', '111932.132000', '111951.998000', '111952.002000', '111952.005000', '111952.007000', '111952.010000', '111952.013000', '111952.016000', '111952.019000', '111952.021000', '111952.024000', '111952.027000', '111952.030000', '111952.033000', '111952.035000', '111952.038000', '111952.041000', '111952.044000', '111952.047000', '111952.049000', '111952.052000', '111952.055000', '111952.058000', '111952.061000', '111952.063000', '111952.066000', '111952.069000', '111952.072000', '111952.075000', '111952.078000', '111952.080000', '111952.083000', '111952.089000', '111952.092000', '111952.095000', '111952.097000', '111952.100000', '111952.103000', '111952.106000', '111952.109000', '111952.111000', '111952.114000', '111952.117000', '111952.120000', '111952.122000', '112011.998000', '112012.002000', '112012.005000', '112012.007000', '112012.010000', '112012.013000', '112012.016000', '112012.019000', '112012.021000', '112012.024000', '112012.027000', '112012.030000', '112012.033000', '112012.035000', '112012.038000', '112012.042000', '112012.045000', '112012.048000', '112012.051000', '112012.054000', '112012.056000', '112012.059000', '112012.062000', '112012.065000', '112012.068000', '112012.070000', '112012.073000', '112012.076000', '112012.079000', '112012.082000', '112012.084000', '112012.087000', '112012.090000', '112012.093000', '112012.096000', '112012.099000', '112012.101000', '112012.104000', '112012.107000', '112012.110000', '112012.114000', '112012.119000', '112012.122000', '112031.997000', '112032.001000', '112032.004000', '112032.008000', '112032.011000', '112032.014000', '112032.016000', '112032.019000', '112032.029000', '112032.032000', '112032.035000', '112032.038000', '112032.041000', '112032.044000', '112032.046000', '112032.049000', '112032.052000', '112032.055000', '112032.058000', '112032.061000', '112032.063000', '112032.066000', '112032.069000', '112032.072000', '112032.075000', '112032.077000', '112032.080000', '112032.083000', '112032.086000', '112032.089000', '112032.091000', '112032.094000', '112032.097000', '112032.100000', '112032.103000', '112032.105000', '112032.108000', '112032.111000', '112032.114000', '112032.117000', '112032.120000', '112032.122000', '112032.125000', '112032.128000', '112051.997000', '112052.001000', '112052.004000', '112052.007000', '112052.009000', '112052.012000', '112052.015000', '112052.018000', '112052.020000', '112052.023000', '112052.026000', '112052.029000', '112052.032000', '112052.035000', '112052.037000', '112052.040000', '112052.043000', '112052.046000', '112052.049000', '112052.052000', '112052.054000', '112052.057000', '112052.060000', '112052.063000', '112052.065000', '112052.068000', '112052.071000', '112052.074000', '112052.077000', '112052.080000', '112052.082000', '112052.085000', '112052.088000', '112052.091000', '112052.094000', '112052.096000', '112052.099000', '112052.102000', '112052.105000', '112052.108000', '112052.111000', '112052.113000', '112052.116000', '112111.997000', '112112.000000', '112112.003000', '112112.005000', '112112.008000', '112112.011000', '112112.014000', '112112.017000', '112112.019000', '112112.022000', '112112.025000', '112112.028000', '112112.031000', '112112.034000', '112112.036000', '112112.039000', '112112.042000', '112112.045000', '112112.048000', '112112.050000', '112112.053000', '112112.056000', '112112.059000', '112112.062000', '112112.064000', '112112.067000', '112112.070000', '112112.073000', '112112.076000', '112112.078000', '112112.081000', '112112.084000', '112112.087000', '112112.090000', '112112.092000', '112112.095000', '112112.098000', '112112.101000', '112112.104000', '112112.117000', '112112.120000', '112112.128000', '112112.131000', '112112.133000', '112131.997000', '112132.001000', '112132.004000', '112132.007000', '112132.010000', '112132.013000', '112132.015000', '112132.018000', '112132.021000', '112132.024000', '112132.027000', '112132.030000', '112132.033000', '112132.036000', '112132.038000', '112132.041000', '112132.044000', '112132.047000', '112132.050000', '112132.053000', '112132.055000', '112132.058000', '112132.061000', '112132.064000', '112132.067000', '112132.070000', '112132.073000', '112132.076000', '112132.079000', '112132.083000', '112132.085000', '112132.088000', '112132.091000', '112132.094000', '112132.097000', '112132.100000', '112132.103000', '112132.106000', '112132.109000', '112132.111000', '112132.114000', '112132.117000', '112132.120000', '112151.997000', '112152.001000', '112152.004000', '112152.006000', '112152.009000', '112152.012000', '112152.015000', '112152.018000', '112152.021000', '112152.023000', '112152.026000', '112152.029000', '112152.032000', '112152.035000', '112152.037000', '112152.040000', '112152.043000', '112152.047000', '112152.050000', '112152.053000', '112152.055000', '112152.058000', '112152.061000', '112152.064000', '112152.067000', '112152.070000', '112152.072000', '112152.075000', '112152.078000', '112152.081000', '112152.084000', '112152.087000', '112152.090000', '112152.092000', '112152.095000', '112152.098000', '112152.101000', '112152.104000', '112152.107000', '112152.109000', '112152.112000', '112152.115000', '112152.118000', '112152.121000', '112211.998000', '112212.002000', '112212.005000', '112212.008000', '112212.011000', '112212.014000', '112212.016000', '112212.019000', '112212.022000', '112212.025000', '112212.028000', '112212.031000', '112212.034000', '112212.037000', '112212.039000', '112212.042000', '112212.045000', '112212.048000', '112212.051000', '112212.054000', '112212.057000', '112212.060000', '112212.062000', '112212.065000', '112212.068000', '112212.071000', '112212.074000', '112212.077000', '112212.080000', '112212.082000', '112212.085000', '112212.088000', '112212.091000', '112212.094000', '112212.096000', '112212.099000', '112212.102000', '112212.105000', '112212.108000', '112212.111000', '112212.113000', '112212.116000', '112212.119000', '112231.998000', '112232.007000', '112232.010000', '112232.012000', '112232.015000', '112232.018000', '112232.021000', '112232.024000', '112232.027000', '112232.030000', '112232.032000', '112232.035000', '112232.038000', '112232.041000', '112232.044000', '112232.054000', '112232.057000', '112232.060000', '112232.063000', '112232.066000', '112232.068000', '112232.071000', '112232.074000', '112232.077000', '112232.080000', '112232.083000', '112232.086000', '112232.089000', '112232.091000', '112232.094000', '112232.097000', '112232.100000', '112232.103000', '112232.106000', '112232.109000', '112232.111000', '112232.114000', '112232.117000', '112232.120000', '112232.123000', '112232.126000', '112232.128000', '112232.131000', '112232.134000', '112251.997000', '112252.001000', '112252.004000', '112252.007000', '112252.010000', '112252.025000', '112252.028000', '112252.031000', '112252.033000', '112252.036000', '112252.039000', '112252.042000', '112252.045000', '112252.047000', '112252.050000', '112252.053000', '112252.056000', '112252.059000', '112252.061000', '112252.064000', '112252.067000', '112252.070000', '112252.073000', '112252.076000', '112252.078000', '112252.081000', '112252.084000', '112252.087000', '112252.090000', '112252.093000', '112252.095000', '112252.098000', '112252.101000', '112252.104000', '112252.107000', '112252.109000', '112252.112000', '112252.115000', '112252.119000', '112252.122000', '112252.125000', '112252.128000', '112252.130000', '112311.997000', '112312.001000', '112312.004000', '112312.006000', '112312.009000', '112312.012000', '112312.015000', '112312.018000', '112312.021000', '112312.023000', '112312.026000', '112312.029000', '112312.032000', '112312.035000', '112312.037000', '112312.040000', '112312.043000', '112312.046000', '112312.049000', '112312.051000', '112312.063000', '112312.066000', '112312.069000', '112312.072000', '112312.075000', '112312.078000', '112312.081000', '112312.083000', '112312.086000', '112312.089000', '112312.092000', '112312.095000', '112312.098000', '112312.101000', '112312.103000', '112312.106000', '112312.109000', '112312.112000', '112312.115000', '112312.118000', '112312.121000', '112312.123000', '112312.126000', '112312.129000', '112331.997000', '112332.001000', '112332.004000', '112332.007000', '112332.010000', '112332.012000', '112332.015000', '112332.018000', '112332.021000', '112332.024000', '112332.026000', '112332.029000', '112332.032000', '112332.035000', '112332.037000', '112332.040000', '112332.043000', '112332.046000', '112332.049000', '112332.052000', '112332.054000', '112332.057000', '112332.060000', '112332.063000', '112332.066000', '112332.068000', '112332.071000', '112332.074000', '112332.077000', '112332.080000', '112332.083000', '112332.085000', '112332.088000', '112332.091000', '112332.094000', '112332.097000', '112332.100000', '112332.102000', '112332.105000', '112332.108000', '112332.111000', '112332.114000', '112332.116000', '112351.997000', '112352.001000', '112352.004000', '112352.007000', '112352.009000', '112352.012000', '112352.015000', '112352.018000', '112352.021000', '112352.023000', '112352.026000', '112352.029000', '112352.032000', '112352.035000', '112352.037000', '112352.040000', '112352.043000', '112352.046000', '112352.049000', '112352.052000', '112352.054000', '112352.057000', '112352.060000', '112352.063000', '112352.066000', '112352.068000', '112352.071000', '112352.074000', '112352.077000', '112352.079000', '112352.082000', '112352.085000', '112352.088000', '112352.091000', '112352.094000', '112352.098000', '112352.101000', '112352.104000', '112352.107000', '112352.117000', '112352.120000', '112352.123000', '112352.126000', '112352.129000', '112411.997000', '112412.001000', '112412.004000', '112412.007000', '112412.010000', '112412.012000', '112412.015000', '112412.018000', '112412.021000', '112412.023000', '112412.026000', '112412.029000', '112412.032000', '112412.035000', '112412.037000', '112412.040000', '112412.043000', '112412.046000', '112412.049000', '112412.052000', '112412.054000', '112412.057000', '112412.060000', '112412.063000', '112412.066000', '112412.068000', '112412.071000', '112412.074000', '112412.077000', '112412.085000', '112412.101000', '112412.104000', '112412.107000', '112412.110000', '112412.113000', '112412.115000', '112412.118000', '112412.121000', '112412.124000', '112412.127000', '112412.129000', '112412.132000', '112412.135000', '112431.998000', '112432.002000', '112432.005000', '112432.008000', '112432.011000', '112432.014000', '112432.016000', '112432.019000', '112432.022000', '112432.025000', '112432.028000', '112432.030000', '112432.033000', '112432.036000', '112432.039000', '112432.042000', '112432.044000', '112432.047000', '112432.050000', '112432.053000', '112432.056000', '112432.058000', '112432.061000', '112432.064000', '112432.067000', '112432.070000', '112432.072000', '112432.075000', '112432.078000', '112432.081000', '112432.084000', '112432.087000', '112432.089000', '112432.092000', '112432.095000', '112432.098000', '112432.101000', '112432.103000', '112432.106000', '112432.109000', '112432.112000', '112432.114000', '112432.117000', '112451.998000', '112452.002000', '112452.005000', '112452.008000', '112452.010000', '112452.013000', '112452.016000', '112452.019000', '112452.022000', '112452.024000', '112452.027000', '112452.030000', '112452.033000', '112452.036000', '112452.038000', '112452.041000', '112452.044000', '112452.047000', '112452.050000', '112452.053000', '112452.055000', '112452.058000', '112452.061000', '112452.064000', '112452.066000', '112452.069000', '112452.072000', '112452.075000', '112452.077000', '112452.080000', '112452.083000', '112452.086000', '112452.089000', '112452.092000', '112452.094000', '112452.097000', '112452.100000', '112452.103000', '112452.106000', '112452.108000', '112452.111000', '112452.114000', '112452.117000', '112452.119000', '112511.997000', '112512.001000', '112512.004000', '112512.006000', '112512.009000', '112512.012000', '112512.015000', '112512.018000', '112512.023000', '112512.027000', '112512.030000', '112512.033000', '112512.036000', '112512.039000', '112512.041000', '112512.044000', '112512.047000', '112512.050000', '112512.053000', '112512.055000', '112512.058000', '112512.061000', '112512.064000', '112512.067000', '112512.069000', '112512.072000', '112512.075000', '112512.078000', '112512.081000', '112512.083000', '112512.086000', '112512.089000', '112512.092000', '112512.095000', '112512.098000', '112512.100000', '112512.103000', '112512.106000', '112512.109000', '112512.111000', '112512.114000', '112512.117000', '112512.120000', '112531.997000', '112532.001000', '112532.004000', '112532.007000', '112532.009000', '112532.012000', '112532.015000', '112532.018000', '112532.020000', '112532.023000', '112532.026000', '112532.029000', '112532.031000', '112532.034000', '112532.037000', '112532.040000', '112532.043000', '112532.046000', '112532.048000', '112532.051000', '112532.054000', '112532.057000', '112532.060000', '112532.062000', '112532.065000', '112532.068000', '112532.071000', '112532.073000', '112532.076000', '112532.079000', '112532.082000', '112532.085000', '112532.088000', '112532.090000', '112532.093000', '112532.096000', '112532.099000', '112532.102000', '112532.104000', '112532.107000', '112532.110000', '112532.113000', '112532.127000', '112532.130000', '112551.997000', '112552.001000', '112552.004000', '112552.007000', '112552.010000', '112552.013000', '112552.016000', '112552.018000', '112552.021000', '112552.024000', '112552.027000', '112552.030000', '112552.033000', '112552.036000', '112552.039000', '112552.042000', '112552.045000', '112552.048000', '112552.050000', '112552.053000', '112552.056000', '112552.059000', '112552.062000', '112552.064000', '112552.067000', '112552.070000', '112552.073000', '112552.076000', '112552.079000', '112552.082000', '112552.085000', '112552.087000', '112552.090000', '112552.093000', '112552.096000', '112552.099000', '112552.101000', '112552.104000', '112552.107000', '112552.110000', '112552.113000', '112552.116000', '112552.118000', '112611.997000', '112612.001000', '112612.004000', '112612.007000', '112612.009000', '112612.012000', '112612.015000', '112612.018000', '112612.020000', '112612.023000', '112612.026000', '112612.029000', '112612.032000', '112612.035000', '112612.037000', '112612.040000', '112612.043000', '112612.046000', '112612.049000', '112612.051000', '112612.054000', '112612.057000', '112612.060000', '112612.062000', '112612.065000', '112612.068000', '112612.071000', '112612.074000', '112612.076000', '112612.079000', '112612.082000', '112612.085000', '112612.088000', '112612.090000', '112612.093000', '112612.096000', '112612.099000', '112612.101000', '112612.104000', '112612.107000', '112612.110000', '112612.113000', '112612.115000', '112612.118000', '112614.181000', '112614.185000', '112614.189000', '112614.192000', '112614.195000'], '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': [8151, 8361, 7928, 10812, 7895, 10693, 9504, 8534, 13057, 10567, 13854, 11594, 11017, 11783, 8886, 13689, 10300, 7581, 10449, 8193, 7404, 7358, 7696, 7319, 7384, 7663, 7424, 7992, 7542, 7688, 7993, 8124, 7404, 7482, 8309, 7495, 8713, 7867, 7994, 7446, 7745, 7604, 7746, 7779, 11036, 7675, 8246, 7925, 7476, 7421, 7638, 7432, 7514, 7361, 7776, 7843, 7513, 7995, 7564, 7728, 7418, 7523, 8602, 7382, 7312, 7427, 7730, 7406, 11810, 8395, 7346, 13201, 10008, 10447, 12475, 9283, 13999, 11129, 11387, 13781, 9328, 13413, 10376, 7731, 10430, 7768, 7429, 9480, 7453, 7443, 7496, 7757, 12952, 10085, 13304, 10988, 11823, 10943, 11024, 11479, 9621, 12681, 8459, 14024, 8350, 12029, 7818, 7563, 7699, 7803, 7869, 7963, 7490, 7907, 7897, 7579, 7538, 8051, 7536, 8560, 7495, 10828, 8052, 7614, 7941, 7937, 11241, 7463, 7429, 11605, 7896, 7603, 7612, 7535, 7495, 8303, 7623, 9144, 9299, 7726, 10954, 7555, 7501, 11333, 8203, 11971, 12097, 7654, 12623, 7948, 7510, 13167, 10432, 11658, 10160, 7859, 12723, 7695, 7530, 10049, 7887, 7711, 12490, 7547, 7938, 7745, 8316, 8946, 8186, 7788, 9550, 7749, 13096, 10785, 7770, 8121, 7651, 7731, 7452, 7548, 7556, 7551, 8526, 7432, 9533, 9839, 7887, 13666, 8981, 14313, 11388, 13224, 12316, 10457, 14563, 8108, 7542, 9250, 7663, 7525, 8318, 8556, 10885, 9232, 7559, 7554, 7595, 7695, 11138, 9227, 8317, 9168, 7879, 7758, 12218, 8491, 10048, 14082, 11689, 12624, 10836, 7647, 13039, 7722, 8053, 13460, 7951, 7660, 7750, 7582, 7552, 7753, 7893, 7688, 7565, 7600, 7847, 8167, 10172, 8058, 13965, 11359, 13831, 9410, 7544, 8391, 7022, 9009, 7375, 10475, 9338, 7422, 7400, 7140, 7404, 7772, 7308, 7199, 7388, 7428, 10331, 7300, 7222, 7776, 7389, 7437, 10367, 7211, 7312, 7180, 7592, 12739, 8514, 8830, 10245, 7637, 12971, 7734, 7296, 8891, 7594, 7351, 9554, 7825, 7302, 7200, 7755, 7520, 7282, 7460, 7373, 7269, 7473, 7464, 7617, 7307, 7513, 7538, 7269, 7559, 8523, 7687, 9207, 10878, 7404, 7277, 8089, 7485, 10853, 8530, 7816, 12271, 9470, 7670, 7399, 8089, 7673, 10335, 8736, 7794, 12873, 9673, 8394, 9268, 7791, 7564, 7469, 7887, 7620, 10295, 10591, 9241, 7813, 8144, 7533, 7440, 7836, 7656, 9963, 8669, 7478, 7315, 8059, 7627, 8967, 7389, 7592, 8940, 7331, 10187, 8369, 7638, 9305, 7404, 7382, 7883, 7660, 7461, 8550, 7593, 7403, 7663, 7670, 7372, 7821, 7802, 7249, 7585, 7611, 7297, 8115, 7675, 12395, 9901, 7439, 11327, 7507, 9871, 9908, 7501, 12039, 7665, 9540, 9923, 7701, 11395, 7388, 7352, 7730, 7691, 7326, 8756, 7468, 7532, 7590, 7535, 8933, 7700, 10545, 9451, 7577, 9677, 7606, 9809, 9690, 7548, 12104, 7351, 7524, 8711, 7707, 11581, 9117, 7431, 8882, 7326, 7597, 8708, 7649, 10793, 7440, 7933, 10758, 7704, 12881, 9528, 11175, 10736, 7875, 11644, 7792, 12529, 10713, 7665, 9447, 7948, 7659, 8643, 8860, 7362, 7633, 9094, 7656, 11749, 8201, 11981, 10754, 8142, 13055, 7317, 9457, 9354, 9708, 13586, 10923, 7639, 11382, 7316, 7521, 7475, 7263, 7597, 7749, 7834, 7539, 7810, 7209, 7909, 8100, 8122, 7582, 6739, 7009, 9531, 9208, 9958, 10029, 13029, 14515, 13213, 12866, 11939, 13762, 10644, 8200, 9775, 8093, 8063, 7861, 10259, 8261, 8107, 8022, 7297, 7985, 10582, 10925, 10485, 13038, 10938, 13547, 10898, 12951, 10400, 10237, 9661, 7908, 13621, 8933, 9970, 7996, 7827, 9448, 7986, 7871, 7020, 7848, 8053, 7490, 7982, 8122, 7794, 7656, 7240, 7852, 7433, 7420, 7474, 8114, 7497, 7758, 7269, 8288, 7646, 7491, 8000, 9722, 7459, 7603, 7829, 7581, 7735, 8205, 7370, 7145, 7584, 7266, 7926, 7141, 7830, 7346, 7720, 7973, 7148, 8531, 7489, 8330, 8282, 7428, 7354, 7331, 7412, 7452, 7850, 7246, 8100, 8143, 7339, 7474, 7604, 7199, 8200, 7652, 8495, 8281, 6841, 6809, 7020, 7384, 7121, 6703, 7931, 8738, 8323, 10673, 8831, 10695, 12310, 12013, 11924, 11546, 11718, 12520, 14147, 12465, 12980, 13298, 11224, 13623, 12551, 11777, 9283, 12574, 10224, 7804, 7999, 8047, 8031, 7814, 7994, 7360, 7941, 7630, 7854, 7685, 7060, 7504, 8496, 7769, 7805, 10291, 8019, 7979, 9062, 7538, 7738, 7714, 7115, 6964, 7070, 7879, 7253, 6852, 10641, 8003, 6813, 10718, 7402, 6886, 8613, 7207, 7490, 8255, 7127, 12352, 10806, 8913, 11005, 7996, 9724, 8304, 7491, 7110, 7371, 7743, 7459, 7448, 8047, 7342, 7434, 6997, 7596, 7776, 8438, 8080, 7573, 9123, 7907, 7178, 8859, 7783, 7741, 7743, 7577, 9143, 7853, 7723, 8682, 7935, 10171, 8801, 7754, 7746, 7724, 7297, 8791, 7873, 9874, 7917, 10779, 8241, 7713, 9280, 7938, 12657, 10107, 8814, 9143, 7976, 7081, 8711, 7992, 7285, 7492, 7728, 9100, 7922, 11279, 8083, 11704, 9643, 9595, 11533, 7974, 11418, 7710, 7475, 9223, 8018, 7007, 7600, 7661, 7622, 7837, 7126, 9375, 7635, 7398, 7945, 7307, 7584, 7979, 7133, 9099, 7935, 9405, 8071, 7321, 10015, 7540, 11932, 7987, 7954, 9012, 7649, 7725, 9184, 7354, 7355, 6957, 7446, 7988, 7643, 7106, 9274, 7580, 9813, 7159, 7485, 9215, 7984, 11086, 10371, 7973, 11858, 7430, 7498, 9126, 7897, 10045, 9612, 7820, 12391, 7974, 11082, 11349, 7686, 12547, 7944, 12239, 10792, 7875, 9249, 7794, 7478, 7970, 7617, 11168, 8756, 7847, 7970, 7439, 8313, 8660, 7707, 8624, 9271, 7571, 8819, 7513, 11670, 11240, 8503, 12546, 10136, 9047, 10809, 10179, 12176, 11262, 7525, 11005, 7457, 7901, 11205, 7480, 11983, 7438, 7568, 9025, 7611, 11420, 8727, 7552, 8197, 7516, 8048, 9183, 7645, 7537, 7661, 7768, 8627, 7889, 8280, 7548, 7733, 10179, 7599, 12464, 8754, 11926, 9763, 8200, 11645, 7496, 7980, 8549, 7458, 8270, 9327, 7559, 7951, 9608, 7757, 8212, 8932, 7841, 7477, 8362, 7509, 9022, 7511, 8069, 9036, 7573, 12513, 10172, 11049, 12495, 8062, 12025, 10345, 7786, 10654, 7208, 7337, 7207, 7604, 9672, 7889, 10595, 9155, 10964, 12459, 9426, 12134, 10745, 7665, 12829, 9888, 9901, 13186, 10911, 7639, 11782, 8302, 9688, 10228, 7480, 11996, 8829, 8934, 12162, 12021, 13055, 11520, 8972, 9576, 7475, 13165, 9306, 8628, 8828, 7440, 7502, 8201, 7458, 7438, 7471, 7421, 8280, 7430, 7460, 8984, 7503, 8154, 7497, 7462, 10755, 10862, 11725, 9452, 7422, 10915, 7497, 7491, 7899, 7448, 11135, 11204, 7535, 7426, 7608, 7470, 7573, 8815, 7472, 9659, 8625, 7448, 8000, 7471, 7495, 8917, 8534, 12457, 10945, 7543, 7435, 8430, 7505, 7531, 8860, 7542, 7652, 9231, 7452, 7586, 8754, 7449, 8300, 7358, 8386, 9298, 8137, 12653, 10573, 10199, 11047, 11417, 12558, 11106, 7868, 7626, 8229, 7442, 11935, 8692, 7467, 11463, 8697, 7474, 10552, 8914, 7483, 7480, 8126, 7476, 7391, 8388, 7433, 8326, 8563, 8228, 11379, 8486, 7395, 11461, 8815, 7631, 13456, 10486, 9157, 10541, 7588], 'WindowCenter': [3935.0, 3919.0, 3905.0, 3932.0, 3900.0, 3920.0, 3907.0, 3896.0, 3939.0, 3917.0, 3938.0, 3914.0, 3904.0, 3914.0, 3882.0, 3921.0, 3901.0, 3871.0, 3915.0, 3882.0, 3874.0, 3874.0, 3870.0, 3859.0, 3861.0, 3870.0, 3871.0, 3884.0, 3872.0, 3873.0, 3885.0, 3884.0, 3887.0, 3888.0, 3897.0, 3876.0, 3909.0, 3896.0, 3897.0, 3886.0, 3885.0, 3885.0, 3885.0, 3885.0, 3916.0, 3884.0, 3896.0, 3885.0, 3874.0, 3874.0, 3882.0, 3873.0, 3873.0, 3874.0, 3885.0, 3898.0, 3885.0, 3886.0, 3885.0, 3885.0, 3887.0, 3898.0, 3912.0, 3900.0, 3888.0, 3887.0, 3900.0, 3890.0, 3939.0, 3899.0, 3886.0, 3951.0, 3918.0, 3918.0, 3938.0, 3907.0, 3948.0, 3929.0, 3928.0, 3948.0, 3904.0, 3933.0, 3903.0, 3871.0, 3915.0, 3883.0, 3876.0, 3904.0, 3884.0, 3886.0, 3884.0, 3885.0, 3940.0, 3918.0, 3950.0, 3918.0, 3925.0, 3915.0, 3903.0, 3913.0, 3892.0, 3923.0, 3870.0, 3920.0, 3871.0, 3909.0, 3859.0, 3859.0, 3858.0, 3868.0, 3870.0, 3881.0, 3871.0, 3882.0, 3882.0, 3872.0, 3882.0, 3885.0, 3883.0, 3894.0, 3886.0, 3916.0, 3886.0, 3885.0, 3884.0, 3886.0, 3914.0, 3883.0, 3885.0, 3927.0, 3896.0, 3885.0, 3884.0, 3887.0, 3887.0, 3909.0, 3900.0, 3920.0, 3921.0, 3900.0, 3932.0, 3887.0, 3887.0, 3929.0, 3896.0, 3942.0, 3939.0, 3887.0, 3937.0, 3887.0, 3885.0, 3938.0, 3919.0, 3927.0, 3918.0, 3885.0, 3937.0, 3883.0, 3884.0, 3906.0, 3886.0, 3885.0, 3937.0, 3884.0, 3885.0, 3886.0, 3896.0, 3896.0, 3895.0, 3883.0, 3906.0, 3886.0, 3937.0, 3917.0, 3872.0, 3883.0, 3884.0, 3888.0, 3885.0, 3885.0, 3898.0, 3899.0, 3922.0, 3902.0, 3921.0, 3920.0, 3899.0, 3951.0, 3909.0, 3950.0, 3930.0, 3940.0, 3926.0, 3903.0, 3936.0, 3870.0, 3872.0, 3893.0, 3873.0, 3884.0, 3882.0, 3893.0, 3917.0, 3894.0, 3875.0, 3876.0, 3873.0, 3883.0, 3916.0, 3905.0, 3897.0, 3907.0, 3886.0, 3885.0, 3926.0, 3895.0, 3906.0, 3937.0, 3927.0, 3923.0, 3903.0, 3872.0, 3922.0, 3871.0, 3872.0, 3933.0, 3871.0, 3871.0, 3873.0, 3873.0, 3875.0, 3875.0, 3897.0, 3886.0, 3886.0, 3886.0, 3885.0, 3884.0, 3904.0, 3885.0, 3937.0, 3917.0, 3935.0, 3893.0, 3874.0, 3884.0, 3878.0, 3881.0, 3876.0, 3916.0, 3894.0, 3872.0, 3870.0, 3861.0, 3874.0, 3874.0, 3873.0, 3874.0, 3875.0, 3873.0, 3905.0, 3873.0, 3875.0, 3885.0, 3878.0, 3874.0, 3918.0, 3875.0, 3875.0, 3874.0, 3874.0, 3925.0, 3884.0, 3883.0, 3904.0, 3871.0, 3922.0, 3860.0, 3860.0, 3882.0, 3873.0, 3862.0, 3894.0, 3871.0, 3861.0, 3860.0, 3872.0, 3873.0, 3873.0, 3873.0, 3876.0, 3874.0, 3874.0, 3878.0, 3885.0, 3875.0, 3876.0, 3885.0, 3877.0, 3888.0, 3909.0, 3888.0, 3909.0, 3929.0, 3877.0, 3877.0, 3887.0, 3877.0, 3918.0, 3897.0, 3887.0, 3929.0, 3920.0, 3888.0, 3877.0, 3886.0, 3886.0, 3909.0, 3896.0, 3887.0, 3937.0, 3908.0, 3897.0, 3907.0, 3886.0, 3886.0, 3876.0, 3886.0, 3886.0, 3907.0, 3920.0, 3907.0, 3887.0, 3886.0, 3875.0, 3875.0, 3875.0, 3874.0, 3906.0, 3885.0, 3873.0, 3876.0, 3886.0, 3876.0, 3894.0, 3875.0, 3875.0, 3895.0, 3873.0, 3905.0, 3884.0, 3873.0, 3894.0, 3863.0, 3873.0, 3872.0, 3872.0, 3874.0, 3895.0, 3886.0, 3876.0, 3887.0, 3887.0, 3888.0, 3899.0, 3889.0, 3891.0, 3890.0, 3889.0, 3890.0, 3899.0, 3890.0, 3939.0, 3921.0, 3887.0, 3930.0, 3887.0, 3919.0, 3917.0, 3876.0, 3928.0, 3886.0, 3907.0, 3918.0, 3888.0, 3929.0, 3875.0, 3875.0, 3885.0, 3887.0, 3887.0, 3908.0, 3889.0, 3889.0, 3889.0, 3902.0, 3913.0, 3901.0, 3932.0, 3919.0, 3890.0, 3921.0, 3901.0, 3922.0, 3923.0, 3890.0, 3943.0, 3888.0, 3890.0, 3911.0, 3889.0, 3930.0, 3908.0, 3888.0, 3908.0, 3890.0, 3899.0, 3909.0, 3903.0, 3932.0, 3889.0, 3903.0, 3944.0, 3901.0, 3952.0, 3920.0, 3930.0, 3917.0, 3887.0, 3928.0, 3887.0, 3928.0, 3917.0, 3886.0, 3921.0, 3901.0, 3888.0, 3910.0, 3912.0, 3889.0, 3888.0, 3909.0, 3889.0, 3942.0, 3900.0, 3930.0, 3931.0, 3888.0, 3939.0, 3876.0, 3908.0, 3906.0, 3906.0, 3937.0, 3918.0, 3888.0, 3930.0, 3874.0, 3875.0, 3874.0, 3874.0, 3886.0, 3885.0, 3881.0, 3883.0, 3899.0, 3874.0, 3884.0, 3886.0, 3883.0, 3886.0, 3850.0, 3858.0, 3891.0, 3879.0, 3892.0, 3892.0, 3924.0, 3922.0, 3911.0, 3897.0, 3888.0, 3907.0, 3873.0, 3852.0, 3863.0, 3841.0, 3842.0, 3844.0, 3874.0, 3852.0, 3842.0, 3842.0, 3832.0, 3842.0, 3872.0, 3872.0, 3860.0, 3883.0, 3860.0, 3880.0, 3857.0, 3868.0, 3859.0, 3858.0, 3848.0, 3828.0, 3890.0, 3850.0, 3848.0, 3838.0, 3829.0, 3850.0, 3839.0, 3841.0, 3832.0, 3854.0, 3854.0, 3843.0, 3855.0, 3857.0, 3856.0, 3858.0, 3856.0, 3869.0, 3859.0, 3872.0, 3860.0, 3869.0, 3860.0, 3872.0, 3861.0, 3882.0, 3872.0, 3873.0, 3872.0, 3892.0, 3861.0, 3871.0, 3872.0, 3871.0, 3870.0, 3881.0, 3871.0, 3860.0, 3873.0, 3873.0, 3883.0, 3875.0, 3887.0, 3885.0, 3885.0, 3897.0, 3876.0, 3907.0, 3886.0, 3896.0, 3898.0, 3887.0, 3887.0, 3887.0, 3887.0, 3887.0, 3910.0, 3889.0, 3896.0, 3898.0, 3887.0, 3886.0, 3899.0, 3890.0, 3908.0, 3913.0, 3925.0, 3914.0, 3891.0, 3893.0, 3901.0, 3886.0, 3885.0, 3883.0, 3903.0, 3884.0, 3895.0, 3899.0, 3818.0, 3844.0, 3913.0, 3890.0, 3891.0, 3889.0, 3846.0, 3885.0, 3899.0, 3889.0, 3901.0, 3911.0, 3890.0, 3910.0, 3886.0, 3874.0, 3839.0, 3859.0, 3847.0, 3816.0, 3828.0, 3830.0, 3831.0, 3833.0, 3845.0, 3847.0, 3857.0, 3847.0, 3859.0, 3849.0, 3864.0, 3864.0, 3885.0, 3876.0, 3875.0, 3895.0, 3874.0, 3875.0, 3899.0, 3878.0, 3878.0, 3863.0, 3851.0, 3853.0, 3878.0, 3889.0, 3877.0, 3866.0, 3908.0, 3877.0, 3869.0, 3908.0, 3878.0, 3866.0, 3898.0, 3876.0, 3865.0, 3886.0, 3865.0, 3918.0, 3906.0, 3887.0, 3906.0, 3873.0, 3883.0, 3872.0, 3861.0, 3851.0, 3863.0, 3889.0, 3878.0, 3883.0, 3881.0, 3869.0, 3872.0, 3873.0, 3885.0, 3883.0, 3883.0, 3882.0, 3872.0, 3892.0, 3883.0, 3862.0, 3893.0, 3885.0, 3883.0, 3885.0, 3884.0, 3906.0, 3885.0, 3883.0, 3895.0, 3885.0, 3914.0, 3908.0, 3886.0, 3887.0, 3885.0, 3887.0, 3896.0, 3886.0, 3917.0, 3886.0, 3915.0, 3896.0, 3885.0, 3906.0, 3886.0, 3936.0, 3916.0, 3894.0, 3905.0, 3885.0, 3877.0, 3895.0, 3894.0, 3886.0, 3888.0, 3884.0, 3906.0, 3897.0, 3927.0, 3885.0, 3927.0, 3909.0, 3905.0, 3925.0, 3884.0, 3923.0, 3871.0, 3874.0, 3904.0, 3882.0, 3872.0, 3883.0, 3883.0, 3884.0, 3885.0, 3875.0, 3905.0, 3898.0, 3886.0, 3899.0, 3888.0, 3898.0, 3899.0, 3890.0, 3909.0, 3897.0, 3908.0, 3899.0, 3886.0, 3919.0, 3887.0, 3937.0, 3896.0, 3896.0, 3907.0, 3885.0, 3885.0, 3919.0, 3888.0, 3887.0, 3888.0, 3888.0, 3899.0, 3899.0, 3890.0, 3922.0, 3900.0, 3933.0, 3888.0, 3889.0, 3921.0, 3900.0, 3940.0, 3931.0, 3900.0, 3940.0, 3888.0, 3887.0, 3920.0, 3899.0, 3931.0, 3919.0, 3899.0, 3951.0, 3899.0, 3931.0, 3929.0, 3889.0, 3951.0, 3898.0, 3953.0, 3928.0, 3897.0, 3906.0, 3899.0, 3903.0, 3914.0, 3901.0, 3929.0, 3897.0, 3886.0, 3886.0, 3886.0, 3899.0, 3910.0, 3901.0, 3910.0, 3920.0, 3901.0, 3923.0, 3901.0, 3945.0, 3942.0, 3911.0, 3939.0, 3920.0, 3910.0, 3930.0, 3921.0, 3942.0, 3928.0, 3889.0, 3918.0, 3876.0, 3885.0, 3928.0, 3875.0, 3926.0, 3874.0, 3885.0, 3896.0, 3886.0, 3926.0, 3895.0, 3873.0, 3884.0, 3875.0, 3884.0, 3907.0, 3885.0, 3887.0, 3900.0, 3914.0, 3922.0, 3912.0, 3910.0, 3901.0, 3890.0, 3921.0, 3901.0, 3942.0, 3901.0, 3927.0, 3908.0, 3913.0, 3943.0, 3877.0, 3887.0, 3896.0, 3875.0, 3885.0, 3908.0, 3888.0, 3899.0, 3919.0, 3901.0, 3900.0, 3911.0, 3901.0, 3889.0, 3912.0, 3903.0, 3922.0, 3903.0, 3901.0, 3911.0, 3890.0, 3953.0, 3922.0, 3929.0, 3941.0, 3887.0, 3929.0, 3920.0, 3904.0, 3934.0, 3888.0, 3876.0, 3887.0, 3900.0, 3908.0, 3900.0, 3930.0, 3909.0, 3918.0, 3939.0, 3907.0, 3928.0, 3916.0, 3886.0, 3939.0, 3905.0, 3907.0, 3936.0, 3914.0, 3873.0, 3915.0, 3884.0, 3895.0, 3904.0, 3874.0, 3915.0, 3881.0, 3882.0, 3912.0, 3912.0, 3912.0, 3901.0, 3880.0, 3878.0, 3846.0, 3909.0, 3879.0, 3868.0, 3868.0, 3846.0, 3846.0, 3868.0, 3858.0, 3858.0, 3861.0, 3873.0, 3883.0, 3873.0, 3875.0, 3895.0, 3874.0, 3875.0, 3874.0, 3874.0, 3917.0, 3917.0, 3916.0, 3893.0, 3862.0, 3903.0, 3862.0, 3862.0, 3872.0, 3862.0, 3914.0, 3917.0, 3875.0, 3876.0, 3875.0, 3877.0, 3886.0, 3908.0, 3876.0, 3908.0, 3897.0, 3877.0, 3888.0, 3879.0, 3877.0, 3909.0, 3899.0, 3928.0, 3919.0, 3888.0, 3875.0, 3886.0, 3877.0, 3874.0, 3896.0, 3888.0, 3887.0, 3907.0, 3878.0, 3887.0, 3898.0, 3878.0, 3898.0, 3879.0, 3890.0, 3897.0, 3888.0, 3928.0, 3908.0, 3907.0, 3919.0, 3918.0, 3927.0, 3919.0, 3875.0, 3874.0, 3886.0, 3863.0, 3917.0, 3884.0, 3863.0, 3916.0, 3885.0, 3877.0, 3906.0, 3894.0, 3873.0, 3875.0, 3885.0, 3878.0, 3876.0, 3886.0, 3878.0, 3888.0, 3899.0, 3899.0, 3928.0, 3897.0, 3878.0, 3918.0, 3909.0, 3877.0, 3950.0, 3921.0, 3898.0, 3919.0, 3873.0], 'WindowWidth': [8841.0, 8804.0, 8775.0, 8805.0, 8758.0, 8781.0, 8761.0, 8743.0, 8803.0, 8770.0, 8799.0, 8763.0, 8748.0, 8760.0, 8716.0, 8767.0, 8738.0, 8701.0, 8764.0, 8720.0, 8708.0, 8708.0, 8699.0, 8683.0, 8687.0, 8698.0, 8702.0, 8721.0, 8704.0, 8708.0, 8727.0, 8723.0, 8732.0, 8736.0, 8746.0, 8717.0, 8764.0, 8743.0, 8745.0, 8730.0, 8727.0, 8726.0, 8726.0, 8726.0, 8767.0, 8724.0, 8740.0, 8724.0, 8710.0, 8710.0, 8720.0, 8708.0, 8709.0, 8711.0, 8727.0, 8748.0, 8727.0, 8729.0, 8728.0, 8728.0, 8737.0, 8752.0, 8773.0, 8758.0, 8738.0, 8737.0, 8755.0, 8743.0, 8807.0, 8754.0, 8733.0, 8822.0, 8777.0, 8776.0, 8801.0, 8760.0, 8817.0, 8792.0, 8787.0, 8816.0, 8750.0, 8787.0, 8746.0, 8701.0, 8766.0, 8722.0, 8715.0, 8751.0, 8727.0, 8730.0, 8727.0, 8730.0, 8806.0, 8774.0, 8822.0, 8773.0, 8778.0, 8763.0, 8745.0, 8757.0, 8727.0, 8769.0, 8696.0, 8763.0, 8696.0, 8746.0, 8679.0, 8679.0, 8679.0, 8692.0, 8696.0, 8714.0, 8702.0, 8718.0, 8718.0, 8704.0, 8718.0, 8726.0, 8723.0, 8739.0, 8730.0, 8769.0, 8731.0, 8727.0, 8724.0, 8728.0, 8765.0, 8724.0, 8727.0, 8785.0, 8744.0, 8728.0, 8727.0, 8733.0, 8735.0, 8769.0, 8757.0, 8783.0, 8784.0, 8755.0, 8798.0, 8735.0, 8735.0, 8794.0, 8746.0, 8812.0, 8804.0, 8734.0, 8800.0, 8732.0, 8728.0, 8801.0, 8778.0, 8786.0, 8773.0, 8727.0, 8797.0, 8722.0, 8724.0, 8755.0, 8727.0, 8728.0, 8798.0, 8725.0, 8727.0, 8729.0, 8743.0, 8742.0, 8740.0, 8722.0, 8756.0, 8729.0, 8796.0, 8771.0, 8705.0, 8721.0, 8726.0, 8734.0, 8730.0, 8732.0, 8751.0, 8755.0, 8794.0, 8765.0, 8786.0, 8784.0, 8753.0, 8824.0, 8766.0, 8819.0, 8794.0, 8806.0, 8783.0, 8748.0, 8793.0, 8700.0, 8703.0, 8732.0, 8707.0, 8723.0, 8719.0, 8734.0, 8768.0, 8734.0, 8710.0, 8713.0, 8707.0, 8722.0, 8766.0, 8754.0, 8746.0, 8759.0, 8728.0, 8726.0, 8781.0, 8741.0, 8755.0, 8797.0, 8781.0, 8773.0, 8744.0, 8702.0, 8770.0, 8703.0, 8703.0, 8787.0, 8702.0, 8703.0, 8706.0, 8708.0, 8713.0, 8713.0, 8747.0, 8730.0, 8730.0, 8729.0, 8727.0, 8724.0, 8749.0, 8726.0, 8795.0, 8771.0, 8793.0, 8732.0, 8707.0, 8721.0, 8723.0, 8714.0, 8715.0, 8766.0, 8735.0, 8705.0, 8700.0, 8688.0, 8710.0, 8709.0, 8709.0, 8710.0, 8712.0, 8708.0, 8751.0, 8709.0, 8713.0, 8727.0, 8720.0, 8710.0, 8774.0, 8714.0, 8713.0, 8710.0, 8711.0, 8779.0, 8723.0, 8720.0, 8748.0, 8700.0, 8768.0, 8683.0, 8682.0, 8715.0, 8704.0, 8688.0, 8734.0, 8700.0, 8688.0, 8685.0, 8703.0, 8706.0, 8706.0, 8706.0, 8715.0, 8711.0, 8708.0, 8720.0, 8728.0, 8714.0, 8718.0, 8728.0, 8721.0, 8735.0, 8767.0, 8737.0, 8762.0, 8793.0, 8720.0, 8719.0, 8731.0, 8719.0, 8773.0, 8745.0, 8732.0, 8789.0, 8781.0, 8734.0, 8719.0, 8729.0, 8729.0, 8762.0, 8741.0, 8733.0, 8798.0, 8759.0, 8745.0, 8756.0, 8728.0, 8728.0, 8714.0, 8729.0, 8729.0, 8757.0, 8779.0, 8758.0, 8730.0, 8727.0, 8712.0, 8711.0, 8712.0, 8710.0, 8754.0, 8724.0, 8708.0, 8715.0, 8727.0, 8713.0, 8738.0, 8711.0, 8712.0, 8738.0, 8708.0, 8750.0, 8722.0, 8705.0, 8733.0, 8693.0, 8706.0, 8704.0, 8703.0, 8709.0, 8738.0, 8729.0, 8715.0, 8730.0, 8731.0, 8737.0, 8752.0, 8738.0, 8743.0, 8739.0, 8737.0, 8739.0, 8751.0, 8740.0, 8805.0, 8783.0, 8734.0, 8792.0, 8734.0, 8777.0, 8771.0, 8715.0, 8786.0, 8728.0, 8758.0, 8774.0, 8734.0, 8787.0, 8713.0, 8712.0, 8725.0, 8734.0, 8734.0, 8764.0, 8738.0, 8739.0, 8740.0, 8760.0, 8774.0, 8757.0, 8800.0, 8779.0, 8740.0, 8783.0, 8757.0, 8784.0, 8787.0, 8739.0, 8813.0, 8735.0, 8740.0, 8770.0, 8739.0, 8793.0, 8761.0, 8734.0, 8761.0, 8741.0, 8752.0, 8766.0, 8760.0, 8798.0, 8740.0, 8763.0, 8820.0, 8758.0, 8825.0, 8780.0, 8794.0, 8772.0, 8730.0, 8786.0, 8731.0, 8785.0, 8771.0, 8726.0, 8786.0, 8759.0, 8735.0, 8770.0, 8769.0, 8736.0, 8735.0, 8764.0, 8738.0, 8812.0, 8755.0, 8794.0, 8797.0, 8733.0, 8800.0, 8715.0, 8759.0, 8754.0, 8754.0, 8797.0, 8772.0, 8732.0, 8792.0, 8708.0, 8709.0, 8708.0, 8708.0, 8732.0, 8728.0, 8719.0, 8722.0, 8754.0, 8710.0, 8722.0, 8727.0, 8718.0, 8727.0, 8671.0, 8678.0, 8723.0, 8705.0, 8725.0, 8727.0, 8771.0, 8763.0, 8743.0, 8721.0, 8708.0, 8733.0, 8683.0, 8655.0, 8671.0, 8641.0, 8643.0, 8647.0, 8687.0, 8656.0, 8641.0, 8641.0, 8627.0, 8640.0, 8680.0, 8680.0, 8660.0, 8694.0, 8659.0, 8685.0, 8652.0, 8667.0, 8656.0, 8655.0, 8641.0, 8616.0, 8701.0, 8647.0, 8644.0, 8631.0, 8620.0, 8647.0, 8635.0, 8641.0, 8631.0, 8662.0, 8661.0, 8648.0, 8666.0, 8670.0, 8670.0, 8674.0, 8671.0, 8690.0, 8678.0, 8702.0, 8682.0, 8695.0, 8684.0, 8701.0, 8684.0, 8713.0, 8702.0, 8702.0, 8702.0, 8726.0, 8685.0, 8697.0, 8699.0, 8698.0, 8696.0, 8711.0, 8699.0, 8685.0, 8706.0, 8706.0, 8719.0, 8710.0, 8728.0, 8726.0, 8726.0, 8743.0, 8715.0, 8758.0, 8729.0, 8741.0, 8748.0, 8731.0, 8730.0, 8731.0, 8733.0, 8733.0, 8770.0, 8737.0, 8743.0, 8748.0, 8732.0, 8732.0, 8752.0, 8740.0, 8762.0, 8781.0, 8798.0, 8780.0, 8748.0, 8751.0, 8759.0, 8732.0, 8732.0, 8729.0, 8756.0, 8715.0, 8737.0, 8734.0, 8585.0, 8625.0, 8754.0, 8712.0, 8716.0, 8710.0, 8632.0, 8704.0, 8729.0, 8715.0, 8731.0, 8744.0, 8713.0, 8738.0, 8703.0, 8680.0, 8625.0, 8651.0, 8633.0, 8592.0, 8610.0, 8617.0, 8622.0, 8627.0, 8648.0, 8653.0, 8668.0, 8655.0, 8673.0, 8661.0, 8687.0, 8688.0, 8719.0, 8710.0, 8705.0, 8730.0, 8702.0, 8705.0, 8744.0, 8715.0, 8712.0, 8683.0, 8665.0, 8673.0, 8716.0, 8730.0, 8712.0, 8695.0, 8752.0, 8710.0, 8703.0, 8754.0, 8716.0, 8696.0, 8741.0, 8710.0, 8693.0, 8722.0, 8692.0, 8765.0, 8747.0, 8722.0, 8746.0, 8700.0, 8711.0, 8695.0, 8679.0, 8668.0, 8686.0, 8732.0, 8713.0, 8724.0, 8716.0, 8696.0, 8705.0, 8710.0, 8727.0, 8721.0, 8721.0, 8719.0, 8705.0, 8732.0, 8720.0, 8692.0, 8735.0, 8726.0, 8724.0, 8729.0, 8726.0, 8756.0, 8728.0, 8725.0, 8744.0, 8731.0, 8766.0, 8764.0, 8731.0, 8734.0, 8731.0, 8735.0, 8746.0, 8732.0, 8772.0, 8731.0, 8769.0, 8744.0, 8728.0, 8756.0, 8729.0, 8797.0, 8770.0, 8740.0, 8755.0, 8730.0, 8722.0, 8742.0, 8742.0, 8733.0, 8737.0, 8730.0, 8759.0, 8747.0, 8786.0, 8730.0, 8786.0, 8765.0, 8755.0, 8782.0, 8725.0, 8776.0, 8706.0, 8711.0, 8751.0, 8722.0, 8708.0, 8724.0, 8724.0, 8726.0, 8731.0, 8718.0, 8758.0, 8751.0, 8737.0, 8755.0, 8741.0, 8751.0, 8755.0, 8743.0, 8767.0, 8750.0, 8764.0, 8752.0, 8734.0, 8780.0, 8735.0, 8802.0, 8747.0, 8746.0, 8759.0, 8731.0, 8732.0, 8780.0, 8740.0, 8737.0, 8739.0, 8740.0, 8758.0, 8759.0, 8746.0, 8790.0, 8760.0, 8804.0, 8741.0, 8741.0, 8787.0, 8758.0, 8810.0, 8800.0, 8756.0, 8810.0, 8738.0, 8737.0, 8784.0, 8757.0, 8801.0, 8783.0, 8756.0, 8826.0, 8756.0, 8797.0, 8793.0, 8739.0, 8825.0, 8751.0, 8830.0, 8793.0, 8748.0, 8760.0, 8757.0, 8767.0, 8784.0, 8760.0, 8793.0, 8745.0, 8731.0, 8730.0, 8732.0, 8751.0, 8768.0, 8759.0, 8771.0, 8785.0, 8764.0, 8795.0, 8762.0, 8823.0, 8818.0, 8771.0, 8808.0, 8781.0, 8769.0, 8795.0, 8785.0, 8812.0, 8789.0, 8737.0, 8775.0, 8717.0, 8728.0, 8789.0, 8716.0, 8785.0, 8711.0, 8727.0, 8745.0, 8731.0, 8783.0, 8740.0, 8709.0, 8725.0, 8713.0, 8727.0, 8758.0, 8730.0, 8733.0, 8757.0, 8785.0, 8791.0, 8777.0, 8771.0, 8759.0, 8744.0, 8785.0, 8760.0, 8812.0, 8758.0, 8786.0, 8761.0, 8778.0, 8815.0, 8719.0, 8734.0, 8742.0, 8714.0, 8728.0, 8762.0, 8736.0, 8753.0, 8782.0, 8760.0, 8756.0, 8772.0, 8761.0, 8742.0, 8777.0, 8766.0, 8790.0, 8767.0, 8759.0, 8773.0, 8744.0, 8830.0, 8788.0, 8794.0, 8809.0, 8732.0, 8790.0, 8783.0, 8769.0, 8808.0, 8736.0, 8716.0, 8734.0, 8756.0, 8762.0, 8755.0, 8795.0, 8766.0, 8776.0, 8802.0, 8759.0, 8788.0, 8769.0, 8729.0, 8804.0, 8753.0, 8758.0, 8794.0, 8763.0, 8705.0, 8763.0, 8723.0, 8736.0, 8747.0, 8708.0, 8763.0, 8713.0, 8713.0, 8756.0, 8754.0, 8754.0, 8736.0, 8708.0, 8703.0, 8659.0, 8744.0, 8703.0, 8691.0, 8688.0, 8658.0, 8658.0, 8688.0, 8677.0, 8679.0, 8690.0, 8708.0, 8719.0, 8708.0, 8711.0, 8738.0, 8710.0, 8712.0, 8711.0, 8709.0, 8768.0, 8770.0, 8766.0, 8732.0, 8691.0, 8745.0, 8690.0, 8690.0, 8704.0, 8691.0, 8762.0, 8769.0, 8713.0, 8715.0, 8713.0, 8718.0, 8730.0, 8762.0, 8718.0, 8762.0, 8745.0, 8718.0, 8734.0, 8723.0, 8719.0, 8767.0, 8749.0, 8788.0, 8774.0, 8733.0, 8712.0, 8726.0, 8716.0, 8710.0, 8741.0, 8733.0, 8732.0, 8759.0, 8720.0, 8734.0, 8748.0, 8722.0, 8749.0, 8725.0, 8739.0, 8744.0, 8731.0, 8785.0, 8758.0, 8756.0, 8773.0, 8770.0, 8780.0, 8772.0, 8711.0, 8709.0, 8725.0, 8693.0, 8767.0, 8721.0, 8692.0, 8764.0, 8723.0, 8714.0, 8752.0, 8736.0, 8706.0, 8712.0, 8726.0, 8719.0, 8715.0, 8728.0, 8721.0, 8733.0, 8748.0, 8749.0, 8787.0, 8743.0, 8719.0, 8773.0, 8766.0, 8716.0, 8820.0, 8783.0, 8745.0, 8772.0, 8708.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.01217694965449161</td></tr>
<tr><td colspan=3>aqi</td><td>0.08726931697926951</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.02790399794463</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1378320730928855</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1054318749011867</td></tr>
<tr><td colspan=3>efc</td><td>0.5025</td></tr>
<tr><td colspan=3>fber</td><td>3595.0815</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15610401872754057</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.674234945705825</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7511254639103107</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.718572026093283</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9275229302024144</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6072814354352345</td></tr>
<tr><td colspan=3>gcor</td><td>0.00705043</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0074692158959805965</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03415488079190254</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1013</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8255573010144954</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.3794</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.4666</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.8529</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299668.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>1069.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.6441</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9926</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.113</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3090.6119</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3249.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4104.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.2825</td></tr>
<tr><td colspan=3>tsnr</td><td>19.708685566321947</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>