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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:53:33.432500</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.995743, 0.0119134, 0.0913957, -0.0151208, 0.999291, 0.0344823]</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.100713</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>[4176, -7734, -7258, 617, 27, -105, 16, 39]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.764</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6b7e3df2-81b2-4bea-9772-47cd96444d3a||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.671506643295288, -0.04056808352470398, 0.2454841434955597, 107.57950592041016], [-0.03196272253990173, 2.6810245513916016, 0.09643737226724625, -89.59040069580078], [0.24520787596702576, -0.09251360595226288, 2.687087297439575, -58.38887405395508], [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': ['105333.432500', '105333.892500', '105334.352500', '105334.812500', '105335.272500', '105335.732500', '105336.192500', '105336.652500', '105337.112500', '105337.572500', '105338.032500', '105338.492500', '105338.952500', '105339.412500', '105339.872500', '105340.332500', '105340.792500', '105341.252500', '105341.712500', '105342.172500', '105342.632500', '105343.092500', '105343.552500', '105344.012500', '105344.472500', '105344.932500', '105345.392500', '105345.852500', '105346.312500', '105346.772500', '105347.232500', '105347.692500', '105348.152500', '105348.612500', '105349.072500', '105349.532500', '105349.992500', '105350.452500', '105350.912500', '105351.372500', '105351.832500', '105352.292500', '105352.752500', '105353.212500', '105353.672500', '105354.132500', '105354.592500', '105355.052500', '105355.512500', '105355.972500', '105356.432500', '105356.892500', '105357.352500', '105357.812500', '105358.272500', '105358.732500', '105359.192500', '105359.652500', '105400.112500', '105400.572500', '105401.032500', '105401.492500', '105401.952500', '105402.412500', '105402.872500', '105403.332500', '105403.792500', '105404.252500', '105404.712500', '105405.172500', '105405.632500', '105406.092500', '105406.552500', '105407.012500', '105407.472500', '105407.932500', '105408.392500', '105408.852500', '105409.312500', '105409.772500', '105410.232500', '105410.692500', '105411.152500', '105411.612500', '105412.072500', '105412.532500', '105412.992500', '105413.452500', '105413.912500', '105414.372500', '105414.832500', '105415.292500', '105415.752500', '105416.212500', '105416.672500', '105417.132500', '105417.592500', '105418.052500', '105418.512500', '105418.972500', '105419.432500', '105419.892500', '105420.352500', '105420.812500', '105421.272500', '105421.732500', '105422.192500', '105422.652500', '105423.112500', '105423.572500', '105424.032500', '105424.492500', '105424.952500', '105425.412500', '105425.872500', '105426.332500', '105426.792500', '105427.252500', '105427.712500', '105428.172500', '105428.632500', '105429.092500', '105429.552500', '105430.012500', '105430.472500', '105430.932500', '105431.392500', '105431.852500', '105432.312500', '105432.772500', '105433.232500', '105433.692500', '105434.152500', '105434.612500', '105435.072500', '105435.532500', '105435.992500', '105436.452500', '105436.912500', '105437.372500', '105437.832500', '105438.292500', '105438.752500', '105439.212500', '105439.672500', '105440.132500', '105440.592500', '105441.052500', '105441.512500', '105441.972500', '105442.432500', '105442.892500', '105443.352500', '105443.812500', '105444.272500', '105444.732500', '105445.192500', '105445.652500', '105446.112500', '105446.572500', '105447.032500', '105447.492500', '105447.952500', '105448.412500', '105448.872500', '105449.332500', '105449.792500', '105450.252500', '105450.712500', '105451.172500', '105451.632500', '105452.092500', '105452.552500', '105453.012500', '105453.472500', '105453.932500', '105454.392500', '105454.852500', '105455.312500', '105455.772500', '105456.232500', '105456.692500', '105457.152500', '105457.612500', '105458.072500', '105458.532500', '105458.992500', '105459.452500', '105459.912500', '105500.372500', '105500.832500', '105501.292500', '105501.752500', '105502.212500', '105502.672500', '105503.132500', '105503.592500', '105504.052500', '105504.512500', '105504.972500', '105505.432500', '105505.892500', '105506.352500', '105506.812500', '105507.272500', '105507.732500', '105508.192500', '105508.652500', '105509.112500', '105509.572500', '105510.032500', '105510.492500', '105510.952500', '105511.412500', '105511.872500', '105512.332500', '105512.792500', '105513.252500', '105513.712500', '105514.172500', '105514.632500', '105515.092500', '105515.552500', '105516.012500', '105516.472500', '105516.932500', '105517.392500', '105517.852500', '105518.312500', '105518.772500', '105519.232500', '105519.692500', '105520.152500', '105520.612500', '105521.072500', '105521.532500', '105521.992500', '105522.452500', '105522.912500', '105523.372500', '105523.832500', '105524.292500', '105524.752500', '105525.212500', '105525.672500', '105526.132500', '105526.592500', '105527.052500', '105527.512500', '105527.972500', '105528.432500', '105528.892500', '105529.352500', '105529.812500', '105530.272500', '105530.732500', '105531.192500', '105531.652500', '105532.112500', '105532.572500', '105533.032500', '105533.492500', '105533.952500', '105534.412500', '105534.872500', '105535.332500', '105535.792500', '105536.252500', '105536.712500', '105537.172500', '105537.632500', '105538.092500', '105538.552500', '105539.012500', '105539.472500', '105539.932500', '105540.392500', '105540.852500', '105541.312500', '105541.772500', '105542.232500', '105542.692500', '105543.152500', '105543.612500', '105544.072500', '105544.532500', '105544.992500', '105545.452500', '105545.912500', '105546.372500', '105546.832500', '105547.292500', '105547.752500', '105548.212500', '105548.672500', '105549.132500', '105549.592500', '105550.052500', '105550.512500', '105550.972500', '105551.432500', '105551.892500', '105552.352500', '105552.812500', '105553.272500', '105553.732500', '105554.192500', '105554.652500', '105555.112500', '105555.572500', '105556.032500', '105556.492500', '105556.952500', '105557.412500', '105557.872500', '105558.332500', '105558.792500', '105559.252500', '105559.712500', '105600.172500', '105600.632500', '105601.092500', '105601.552500', '105602.012500', '105602.472500', '105602.932500', '105603.392500', '105603.852500', '105604.312500', '105604.772500', '105605.232500', '105605.692500', '105606.152500', '105606.612500', '105607.072500', '105607.532500', '105607.992500', '105608.452500', '105608.912500', '105609.372500', '105609.832500', '105610.292500', '105610.752500', '105611.212500', '105611.672500', '105612.132500', '105612.592500', '105613.052500', '105613.512500', '105613.972500', '105614.432500', '105614.892500', '105615.352500', '105615.812500', '105616.272500', '105616.732500', '105617.192500', '105617.652500', '105618.112500', '105618.572500', '105619.032500', '105619.492500', '105619.952500', '105620.412500', '105620.872500', '105621.332500', '105621.792500', '105622.252500', '105622.712500', '105623.172500', '105623.632500', '105624.092500', '105624.552500', '105625.012500', '105625.472500', '105625.932500', '105626.392500', '105626.852500', '105627.312500', '105627.772500', '105628.232500', '105628.692500', '105629.152500', '105629.612500', '105630.072500', '105630.532500', '105630.992500', '105631.452500', '105631.912500', '105632.372500', '105632.832500', '105633.292500', '105633.752500', '105634.212500', '105634.672500', '105635.132500', '105635.592500', '105636.052500', '105636.512500', '105636.972500', '105637.432500', '105637.892500', '105638.352500', '105638.812500', '105639.272500', '105639.732500', '105640.192500', '105640.652500', '105641.112500', '105641.572500', '105642.032500', '105642.492500', '105642.952500', '105643.412500', '105643.872500', '105644.332500', '105644.792500', '105645.252500', '105645.712500', '105646.172500', '105646.632500', '105647.092500', '105647.552500', '105648.012500', '105648.472500', '105648.932500', '105649.392500', '105649.852500', '105650.312500', '105650.772500', '105651.232500', '105651.692500', '105652.152500', '105652.612500', '105653.072500', '105653.532500', '105653.992500', '105654.452500', '105654.912500', '105655.372500', '105655.832500', '105656.292500', '105656.752500', '105657.212500', '105657.672500', '105658.132500', '105658.592500', '105659.052500', '105659.512500', '105659.972500', '105700.432500', '105700.892500', '105701.352500', '105701.812500', '105702.272500', '105702.732500', '105703.192500', '105703.652500', '105704.112500', '105704.572500', '105705.032500', '105705.492500', '105705.952500', '105706.412500', '105706.872500', '105707.332500', '105707.792500', '105708.252500', '105708.712500', '105709.172500', '105709.632500', '105710.092500', '105710.552500', '105711.012500', '105711.472500', '105711.932500', '105712.392500', '105712.852500', '105713.312500', '105713.772500', '105714.232500', '105714.692500', '105715.152500', '105715.612500', '105716.072500', '105716.532500', '105716.992500', '105717.452500', '105717.912500', '105718.372500', '105718.832500', '105719.292500', '105719.752500', '105720.212500', '105720.672500', '105721.132500', '105721.592500', '105722.052500', '105722.512500', '105722.972500', '105723.432500', '105723.892500', '105724.352500', '105724.812500', '105725.272500', '105725.732500', '105726.192500', '105726.652500', '105727.112500', '105727.572500', '105728.032500', '105728.492500', '105728.952500', '105729.412500', '105729.872500', '105730.332500', '105730.792500', '105731.252500', '105731.712500', '105732.172500', '105732.632500', '105733.092500', '105733.552500', '105734.012500', '105734.472500', '105734.932500', '105735.392500', '105735.852500', '105736.312500', '105736.772500', '105737.232500', '105737.692500', '105738.152500', '105738.612500', '105739.072500', '105739.532500', '105739.992500', '105740.452500', '105740.912500', '105741.372500', '105741.832500', '105742.292500', '105742.752500', '105743.212500', '105743.672500', '105744.132500', '105744.592500', '105745.052500', '105745.512500', '105745.972500', '105746.432500', '105746.892500', '105747.352500', '105747.812500', '105748.272500', '105748.732500', '105749.192500', '105749.652500', '105750.112500', '105750.572500', '105751.032500', '105751.492500', '105751.952500', '105752.412500', '105752.872500', '105753.332500', '105753.792500', '105754.252500', '105754.712500', '105755.172500', '105755.632500', '105756.092500', '105756.552500', '105757.012500', '105757.472500', '105757.932500', '105758.392500', '105758.852500', '105759.312500', '105759.772500', '105800.232500', '105800.692500', '105801.152500', '105801.612500', '105802.072500', '105802.532500', '105802.992500', '105803.452500', '105803.912500', '105804.372500', '105804.832500', '105805.292500', '105805.752500', '105806.212500', '105806.672500', '105807.132500', '105807.592500', '105808.052500', '105808.512500', '105808.972500', '105809.432500', '105809.892500', '105810.352500', '105810.812500', '105811.272500', '105811.732500', '105812.192500', '105812.652500', '105813.112500', '105813.572500', '105814.032500', '105814.492500', '105814.952500', '105815.412500', '105815.872500', '105816.332500', '105816.792500', '105817.252500', '105817.712500', '105818.172500', '105818.632500', '105819.092500', '105819.552500', '105820.012500', '105820.472500', '105820.932500', '105821.392500', '105821.852500', '105822.312500', '105822.772500', '105823.232500', '105823.692500', '105824.152500', '105824.612500', '105825.072500', '105825.532500', '105825.992500', '105826.452500', '105826.912500', '105827.372500', '105827.832500', '105828.292500', '105828.752500', '105829.212500', '105829.672500', '105830.132500', '105830.592500', '105831.052500', '105831.512500', '105831.972500', '105832.432500', '105832.892500', '105833.352500', '105833.812500', '105834.272500', '105834.732500', '105835.192500', '105835.652500', '105836.112500', '105836.572500', '105837.032500', '105837.492500', '105837.952500', '105838.412500', '105838.872500', '105839.332500', '105839.792500', '105840.252500', '105840.712500', '105841.172500', '105841.632500', '105842.092500', '105842.552500', '105843.012500', '105843.472500', '105843.932500', '105844.392500', '105844.852500', '105845.312500', '105845.772500', '105846.232500', '105846.692500', '105847.152500', '105847.612500', '105848.072500', '105848.532500', '105848.992500', '105849.452500', '105849.912500', '105850.372500', '105850.832500', '105851.292500', '105851.752500', '105852.212500', '105852.672500', '105853.132500', '105853.592500', '105854.052500', '105854.512500', '105854.972500', '105855.432500', '105855.892500', '105856.352500', '105856.812500', '105857.272500', '105857.732500', '105858.192500', '105858.652500', '105859.112500', '105859.572500', '105900.032500', '105900.492500', '105900.952500', '105901.412500', '105901.872500', '105902.332500', '105902.792500', '105903.252500', '105903.712500', '105904.172500', '105904.632500', '105905.092500', '105905.552500', '105906.012500', '105906.472500', '105906.932500', '105907.392500', '105907.852500', '105908.312500', '105908.772500', '105909.232500', '105909.692500', '105910.152500', '105910.612500', '105911.072500', '105911.532500', '105911.992500', '105912.452500', '105912.912500', '105913.372500', '105913.832500', '105914.292500', '105914.752500', '105915.212500', '105915.672500', '105916.132500', '105916.592500', '105917.052500', '105917.512500', '105917.972500', '105918.432500', '105918.892500', '105919.352500', '105919.812500', '105920.272500', '105920.732500', '105921.192500', '105921.652500', '105922.112500', '105922.572500', '105923.032500', '105923.492500', '105923.952500', '105924.412500', '105924.872500', '105925.332500', '105925.792500', '105926.252500', '105926.712500', '105927.172500', '105927.632500', '105928.092500', '105928.552500', '105929.012500', '105929.472500', '105929.932500', '105930.392500', '105930.852500', '105931.312500', '105931.772500', '105932.232500', '105932.692500', '105933.152500', '105933.612500', '105934.072500', '105934.532500', '105934.992500', '105935.452500', '105935.912500', '105936.372500', '105936.832500', '105937.292500', '105937.752500', '105938.212500', '105938.672500', '105939.132500', '105939.592500', '105940.052500', '105940.512500', '105940.972500', '105941.432500', '105941.892500', '105942.352500', '105942.812500', '105943.272500', '105943.732500', '105944.192500', '105944.652500', '105945.112500', '105945.572500', '105946.032500', '105946.492500', '105946.952500', '105947.412500', '105947.872500', '105948.332500', '105948.792500', '105949.252500', '105949.712500', '105950.172500', '105950.632500', '105951.092500', '105951.552500', '105952.012500', '105952.472500', '105952.932500', '105953.392500', '105953.852500', '105954.312500', '105954.772500', '105955.232500', '105955.692500', '105956.152500', '105956.612500', '105957.072500', '105957.532500', '105957.992500', '105958.452500', '105958.912500', '105959.372500', '105959.832500', '110000.292500', '110000.752500', '110001.212500', '110001.672500', '110002.132500', '110002.592500', '110003.052500', '110003.512500', '110003.972500', '110004.432500', '110004.892500', '110005.352500', '110005.812500', '110006.272500', '110006.732500', '110007.192500', '110007.652500', '110008.112500', '110008.572500', '110009.032500', '110009.492500', '110009.952500', '110010.412500', '110010.872500', '110011.332500', '110011.792500', '110012.252500', '110012.712500', '110013.172500', '110013.632500', '110014.092500', '110014.552500', '110015.012500', '110015.472500', '110015.932500', '110016.392500', '110016.852500', '110017.312500', '110017.772500', '110018.232500', '110018.692500', '110019.152500', '110019.612500', '110020.072500', '110020.532500', '110020.992500', '110021.452500', '110021.912500', '110022.372500', '110022.832500', '110023.292500', '110023.752500', '110024.212500', '110024.672500', '110025.132500', '110025.592500', '110026.052500', '110026.512500', '110026.972500', '110027.432500', '110027.892500', '110028.352500', '110028.812500', '110029.272500', '110029.732500', '110030.192500', '110030.652500', '110031.112500', '110031.572500', '110032.032500', '110032.492500', '110032.952500', '110033.412500', '110033.872500', '110034.332500', '110034.792500', '110035.252500', '110035.712500', '110036.172500', '110036.632500', '110037.092500', '110037.552500', '110038.012500', '110038.472500', '110038.932500', '110039.392500', '110039.852500', '110040.312500', '110040.772500', '110041.232500', '110041.692500', '110042.152500', '110042.612500', '110043.072500', '110043.532500', '110043.992500', '110044.452500', '110044.912500', '110045.372500', '110045.832500', '110046.292500', '110046.752500', '110047.212500', '110047.672500', '110048.132500', '110048.592500', '110049.052500', '110049.512500', '110049.972500', '110050.432500', '110050.892500', '110051.352500', '110051.812500', '110052.272500', '110052.732500', '110053.192500', '110053.652500', '110054.112500', '110054.572500', '110055.032500', '110055.492500', '110055.952500', '110056.412500', '110056.872500', '110057.332500', '110057.792500', '110058.252500', '110058.712500', '110059.172500', '110059.632500', '110100.092500', '110100.552500', '110101.012500', '110101.472500', '110101.932500', '110102.392500', '110102.852500', '110103.312500', '110103.772500', '110104.232500', '110104.692500', '110105.152500', '110105.612500', '110106.072500', '110106.532500', '110106.992500', '110107.452500', '110107.912500', '110108.372500', '110108.832500', '110109.292500', '110109.752500', '110110.212500', '110110.672500', '110111.132500', '110111.592500', '110112.052500', '110112.512500', '110112.972500', '110113.432500', '110113.892500', '110114.352500', '110114.812500', '110115.272500', '110115.732500', '110116.192500', '110116.652500', '110117.112500', '110117.572500', '110118.032500', '110118.492500', '110118.952500', '110119.412500', '110119.872500', '110120.332500'], 'ContentTime': ['105339.989000', '105339.993000', '105339.996000', '105340.000000', '105340.003000', '105340.006000', '105340.053000', '105340.057000', '105340.060000', '105340.078000', '105340.081000', '105359.949000', '105359.952000', '105359.955000', '105359.958000', '105359.965000', '105359.968000', '105359.971000', '105359.980000', '105359.984000', '105359.987000', '105359.990000', '105359.993000', '105359.996000', '105400.000000', '105400.003000', '105400.006000', '105400.009000', '105400.012000', '105400.015000', '105400.018000', '105400.021000', '105400.024000', '105400.027000', '105400.030000', '105400.033000', '105400.036000', '105400.039000', '105400.042000', '105400.046000', '105400.049000', '105400.052000', '105400.055000', '105400.058000', '105400.061000', '105400.064000', '105400.067000', '105400.070000', '105400.073000', '105400.075000', '105400.078000', '105400.082000', '105400.085000', '105400.087000', '105400.091000', '105419.948000', '105419.951000', '105419.954000', '105419.957000', '105419.960000', '105419.963000', '105419.966000', '105419.969000', '105419.972000', '105419.975000', '105419.978000', '105419.981000', '105419.984000', '105419.987000', '105419.990000', '105419.993000', '105419.996000', '105420.000000', '105420.003000', '105420.006000', '105420.009000', '105420.012000', '105420.015000', '105420.018000', '105420.024000', '105420.027000', '105420.030000', '105420.032000', '105420.036000', '105420.038000', '105420.041000', '105420.044000', '105420.047000', '105420.050000', '105420.053000', '105420.056000', '105420.059000', '105420.062000', '105420.065000', '105420.068000', '105420.071000', '105420.074000', '105420.076000', '105439.949000', '105439.952000', '105439.955000', '105439.958000', '105439.961000', '105439.964000', '105439.967000', '105439.970000', '105439.973000', '105439.976000', '105439.978000', '105439.981000', '105439.984000', '105439.987000', '105439.990000', '105439.993000', '105440.001000', '105440.004000', '105440.007000', '105440.010000', '105440.013000', '105440.016000', '105440.019000', '105440.022000', '105440.025000', '105440.028000', '105440.031000', '105440.034000', '105440.037000', '105440.040000', '105440.042000', '105440.046000', '105440.048000', '105440.051000', '105440.054000', '105440.057000', '105440.060000', '105440.063000', '105440.066000', '105440.069000', '105440.072000', '105440.075000', '105440.078000', '105440.081000', '105459.949000', '105459.952000', '105459.955000', '105459.958000', '105459.961000', '105459.964000', '105459.967000', '105459.970000', '105459.973000', '105459.976000', '105459.979000', '105459.982000', '105459.985000', '105459.988000', '105459.991000', '105459.995000', '105459.997000', '105500.001000', '105500.004000', '105500.007000', '105500.010000', '105500.013000', '105500.016000', '105500.019000', '105500.022000', '105500.025000', '105500.028000', '105500.045000', '105500.058000', '105500.061000', '105500.064000', '105500.067000', '105500.070000', '105500.073000', '105500.076000', '105500.079000', '105500.082000', '105500.085000', '105500.088000', '105500.091000', '105500.094000', '105500.097000', '105500.100000', '105519.949000', '105519.952000', '105519.955000', '105519.958000', '105519.961000', '105519.964000', '105519.967000', '105519.970000', '105519.972000', '105519.975000', '105519.978000', '105519.981000', '105519.984000', '105519.987000', '105519.990000', '105519.993000', '105519.996000', '105520.000000', '105520.003000', '105520.006000', '105520.009000', '105520.012000', '105520.015000', '105520.018000', '105520.021000', '105520.023000', '105520.027000', '105520.029000', '105520.032000', '105520.035000', '105520.038000', '105520.041000', '105520.044000', '105520.047000', '105520.050000', '105520.053000', '105520.056000', '105520.059000', '105520.062000', '105520.064000', '105520.067000', '105520.070000', '105520.073000', '105520.076000', '105539.949000', '105539.952000', '105539.955000', '105539.958000', '105539.961000', '105539.964000', '105539.967000', '105539.970000', '105539.973000', '105539.976000', '105539.978000', '105539.981000', '105539.984000', '105539.987000', '105539.990000', '105539.993000', '105539.996000', '105540.000000', '105540.003000', '105540.006000', '105540.010000', '105540.015000', '105540.018000', '105540.021000', '105540.049000', '105540.052000', '105540.055000', '105540.058000', '105540.061000', '105540.064000', '105540.067000', '105540.070000', '105540.072000', '105540.075000', '105540.078000', '105540.081000', '105540.084000', '105540.087000', '105540.090000', '105540.093000', '105540.096000', '105540.099000', '105540.102000', '105559.949000', '105559.952000', '105559.955000', '105559.958000', '105559.961000', '105559.964000', '105559.967000', '105559.970000', '105559.973000', '105559.976000', '105559.979000', '105559.982000', '105559.985000', '105559.992000', '105559.995000', '105559.998000', '105600.002000', '105600.005000', '105600.008000', '105600.011000', '105600.014000', '105600.017000', '105600.020000', '105600.022000', '105600.025000', '105600.028000', '105600.031000', '105600.034000', '105600.037000', '105600.040000', '105600.043000', '105600.046000', '105600.049000', '105600.052000', '105600.055000', '105600.058000', '105600.061000', '105600.064000', '105600.066000', '105600.069000', '105600.072000', '105600.075000', '105600.078000', '105600.081000', '105619.949000', '105619.952000', '105619.955000', '105619.958000', '105619.961000', '105619.964000', '105619.967000', '105619.970000', '105619.973000', '105619.976000', '105619.979000', '105619.982000', '105619.985000', '105619.988000', '105619.990000', '105619.993000', '105619.996000', '105620.000000', '105620.003000', '105620.006000', '105620.009000', '105620.012000', '105620.015000', '105620.018000', '105620.021000', '105620.024000', '105620.027000', '105620.030000', '105620.033000', '105620.036000', '105620.039000', '105620.042000', '105620.045000', '105620.048000', '105620.051000', '105620.054000', '105620.062000', '105620.067000', '105620.070000', '105620.074000', '105620.076000', '105620.079000', '105620.082000', '105639.948000', '105639.951000', '105639.954000', '105639.957000', '105639.960000', '105639.963000', '105639.966000', '105639.969000', '105639.972000', '105639.975000', '105639.978000', '105639.981000', '105639.984000', '105639.987000', '105639.989000', '105639.992000', '105639.995000', '105639.998000', '105640.002000', '105640.005000', '105640.008000', '105640.011000', '105640.014000', '105640.029000', '105640.032000', '105640.035000', '105640.038000', '105640.041000', '105640.044000', '105640.047000', '105640.050000', '105640.053000', '105640.056000', '105640.059000', '105640.062000', '105640.065000', '105640.068000', '105640.071000', '105640.074000', '105640.076000', '105640.080000', '105640.082000', '105640.085000', '105640.088000', '105659.949000', '105659.952000', '105659.955000', '105659.958000', '105659.961000', '105659.964000', '105659.967000', '105659.970000', '105659.973000', '105659.976000', '105659.980000', '105659.983000', '105659.986000', '105659.989000', '105659.992000', '105659.995000', '105659.998000', '105700.002000', '105700.005000', '105700.008000', '105700.011000', '105700.014000', '105700.017000', '105700.020000', '105700.023000', '105700.026000', '105700.029000', '105700.032000', '105700.035000', '105700.038000', '105700.041000', '105700.044000', '105700.047000', '105700.050000', '105700.053000', '105700.056000', '105700.059000', '105700.062000', '105700.065000', '105700.075000', '105700.078000', '105700.081000', '105700.084000', '105719.949000', '105719.952000', '105719.955000', '105719.958000', '105719.961000', '105719.964000', '105719.967000', '105719.970000', '105719.973000', '105719.976000', '105719.979000', '105719.982000', '105719.985000', '105719.988000', '105719.990000', '105719.994000', '105719.996000', '105720.000000', '105720.003000', '105720.006000', '105720.009000', '105720.012000', '105720.015000', '105720.018000', '105720.021000', '105720.024000', '105720.027000', '105720.030000', '105720.033000', '105720.036000', '105720.039000', '105720.042000', '105720.045000', '105720.048000', '105720.051000', '105720.054000', '105720.057000', '105720.059000', '105720.062000', '105720.065000', '105720.068000', '105720.071000', '105720.074000', '105720.077000', '105739.949000', '105739.952000', '105739.955000', '105739.958000', '105739.961000', '105739.964000', '105739.967000', '105739.970000', '105739.973000', '105739.976000', '105739.979000', '105739.982000', '105739.985000', '105739.988000', '105739.991000', '105739.994000', '105739.997000', '105740.001000', '105740.004000', '105740.007000', '105740.010000', '105740.013000', '105740.015000', '105740.018000', '105740.021000', '105740.024000', '105740.027000', '105740.030000', '105740.033000', '105740.036000', '105740.039000', '105740.042000', '105740.045000', '105740.048000', '105740.052000', '105740.057000', '105740.061000', '105740.064000', '105740.067000', '105740.070000', '105740.073000', '105740.076000', '105740.078000', '105759.949000', '105759.952000', '105759.955000', '105759.958000', '105759.961000', '105759.964000', '105759.967000', '105759.970000', '105759.973000', '105759.976000', '105759.979000', '105759.982000', '105759.985000', '105759.988000', '105759.991000', '105759.994000', '105759.997000', '105800.001000', '105800.004000', '105800.007000', '105800.010000', '105800.012000', '105800.016000', '105800.018000', '105800.021000', '105800.024000', '105800.027000', '105800.030000', '105800.033000', '105800.036000', '105800.039000', '105800.042000', '105800.045000', '105800.048000', '105800.051000', '105800.054000', '105800.057000', '105800.060000', '105800.063000', '105800.066000', '105800.069000', '105800.072000', '105800.075000', '105800.078000', '105819.949000', '105819.952000', '105819.955000', '105819.958000', '105819.961000', '105819.964000', '105819.967000', '105819.970000', '105819.973000', '105819.976000', '105819.979000', '105819.982000', '105819.985000', '105819.988000', '105819.991000', '105819.994000', '105819.997000', '105820.001000', '105820.004000', '105820.007000', '105820.010000', '105820.013000', '105820.016000', '105820.020000', '105820.023000', '105820.026000', '105820.029000', '105820.032000', '105820.035000', '105820.038000', '105820.041000', '105820.044000', '105820.047000', '105820.050000', '105820.053000', '105820.056000', '105820.059000', '105820.062000', '105820.065000', '105820.068000', '105820.071000', '105820.074000', '105820.077000', '105839.949000', '105839.952000', '105839.955000', '105839.958000', '105839.961000', '105839.964000', '105839.967000', '105839.970000', '105839.973000', '105839.976000', '105839.979000', '105839.982000', '105839.985000', '105839.988000', '105839.991000', '105839.994000', '105839.997000', '105840.001000', '105840.004000', '105840.007000', '105840.010000', '105840.013000', '105840.016000', '105840.019000', '105840.022000', '105840.025000', '105840.028000', '105840.031000', '105840.033000', '105840.036000', '105840.039000', '105840.042000', '105840.045000', '105840.048000', '105840.051000', '105840.054000', '105840.057000', '105840.060000', '105840.063000', '105840.066000', '105840.069000', '105840.072000', '105840.075000', '105840.077000', '105859.948000', '105859.951000', '105859.954000', '105859.957000', '105859.960000', '105859.963000', '105859.966000', '105859.969000', '105859.972000', '105859.975000', '105859.978000', '105859.981000', '105859.984000', '105859.987000', '105859.990000', '105859.993000', '105859.996000', '105900.000000', '105900.003000', '105900.006000', '105900.009000', '105900.012000', '105900.015000', '105900.018000', '105900.021000', '105900.024000', '105900.026000', '105900.030000', '105900.033000', '105900.035000', '105900.038000', '105900.041000', '105900.044000', '105900.047000', '105900.050000', '105900.053000', '105900.056000', '105900.059000', '105900.062000', '105900.065000', '105900.070000', '105900.073000', '105900.076000', '105919.949000', '105919.952000', '105919.955000', '105919.958000', '105919.961000', '105919.964000', '105919.967000', '105919.970000', '105919.973000', '105919.976000', '105919.979000', '105919.982000', '105919.985000', '105919.988000', '105919.990000', '105919.993000', '105919.997000', '105920.000000', '105920.003000', '105920.006000', '105920.009000', '105920.012000', '105920.015000', '105920.018000', '105920.021000', '105920.024000', '105920.027000', '105920.030000', '105920.033000', '105920.036000', '105920.039000', '105920.041000', '105920.044000', '105920.047000', '105920.050000', '105920.053000', '105920.056000', '105920.059000', '105920.062000', '105920.065000', '105920.068000', '105920.071000', '105920.074000', '105920.077000', '105939.949000', '105939.952000', '105939.955000', '105939.958000', '105939.961000', '105939.964000', '105939.967000', '105939.970000', '105939.973000', '105939.976000', '105939.979000', '105939.982000', '105939.985000', '105939.987000', '105940.000000', '105940.003000', '105940.006000', '105940.009000', '105940.012000', '105940.015000', '105940.018000', '105940.021000', '105940.024000', '105940.027000', '105940.030000', '105940.032000', '105940.035000', '105940.038000', '105940.041000', '105940.044000', '105940.047000', '105940.050000', '105940.053000', '105940.057000', '105940.061000', '105940.064000', '105940.067000', '105940.069000', '105940.073000', '105940.076000', '105940.079000', '105940.081000', '105940.085000', '105959.949000', '105959.952000', '105959.955000', '105959.958000', '105959.961000', '105959.964000', '105959.967000', '105959.970000', '105959.973000', '105959.976000', '105959.979000', '105959.982000', '105959.984000', '105959.987000', '105959.990000', '105959.993000', '105959.996000', '110000.000000', '110000.003000', '110000.006000', '110000.009000', '110000.012000', '110000.015000', '110000.018000', '110000.021000', '110000.024000', '110000.027000', '110000.036000', '110000.039000', '110000.041000', '110000.044000', '110000.047000', '110000.050000', '110000.053000', '110000.056000', '110000.059000', '110000.062000', '110000.065000', '110000.068000', '110000.071000', '110000.074000', '110000.077000', '110000.080000', '110000.083000', '110019.949000', '110019.952000', '110019.955000', '110019.958000', '110019.961000', '110019.964000', '110019.967000', '110019.970000', '110019.973000', '110019.976000', '110019.979000', '110019.982000', '110019.985000', '110019.988000', '110019.991000', '110019.994000', '110019.997000', '110020.001000', '110020.004000', '110020.007000', '110020.010000', '110020.013000', '110020.016000', '110020.018000', '110020.021000', '110020.024000', '110020.027000', '110020.030000', '110020.033000', '110020.037000', '110020.039000', '110020.042000', '110020.045000', '110020.048000', '110020.051000', '110020.054000', '110020.057000', '110020.060000', '110020.063000', '110020.066000', '110020.069000', '110020.072000', '110020.075000', '110039.949000', '110039.952000', '110039.955000', '110039.958000', '110039.961000', '110039.964000', '110039.967000', '110039.970000', '110039.973000', '110039.976000', '110039.979000', '110039.982000', '110039.985000', '110039.987000', '110039.991000', '110039.993000', '110039.996000', '110040.000000', '110040.003000', '110040.006000', '110040.009000', '110040.012000', '110040.015000', '110040.018000', '110040.021000', '110040.024000', '110040.027000', '110040.030000', '110040.033000', '110040.036000', '110040.039000', '110040.042000', '110040.045000', '110040.048000', '110040.051000', '110040.054000', '110040.057000', '110040.060000', '110040.063000', '110040.066000', '110040.068000', '110040.071000', '110040.075000', '110040.077000', '110059.949000', '110059.952000', '110059.955000', '110059.958000', '110059.961000', '110059.964000', '110059.967000', '110059.970000', '110059.973000', '110059.976000', '110059.979000', '110059.996000', '110100.000000', '110100.003000', '110100.006000', '110100.009000', '110100.012000', '110100.015000', '110100.018000', '110100.021000', '110100.024000', '110100.027000', '110100.030000', '110100.033000', '110100.036000', '110100.039000', '110100.042000', '110100.045000', '110100.048000', '110100.051000', '110100.054000', '110100.057000', '110100.060000', '110100.063000', '110100.065000', '110100.068000', '110100.071000', '110100.074000', '110100.077000', '110100.080000', '110100.083000', '110100.086000', '110100.089000', '110119.948000', '110119.951000', '110119.954000', '110119.957000', '110119.960000', '110119.963000', '110119.966000', '110119.969000', '110119.972000', '110119.975000', '110119.978000', '110119.981000', '110119.984000', '110119.987000', '110119.990000', '110119.993000', '110119.995000', '110120.000000', '110120.003000', '110120.005000', '110120.008000', '110120.011000', '110120.014000', '110120.017000', '110120.020000', '110120.023000', '110120.026000', '110120.029000', '110120.032000', '110120.035000', '110120.038000', '110120.041000', '110120.044000', '110120.047000', '110120.050000', '110120.053000', '110120.056000', '110120.059000', '110120.062000', '110120.065000', '110120.068000', '110120.071000', '110120.074000', '110120.077000', '110121.840000', '110121.844000', '110121.847000', '110121.850000'], 'InstanceCreationTime': ['105339.989000', '105339.993000', '105339.996000', '105340.000000', '105340.003000', '105340.006000', '105340.053000', '105340.057000', '105340.060000', '105340.078000', '105340.081000', '105359.949000', '105359.952000', '105359.955000', '105359.958000', '105359.965000', '105359.968000', '105359.971000', '105359.980000', '105359.984000', '105359.987000', '105359.990000', '105359.993000', '105359.996000', '105400.000000', '105400.003000', '105400.006000', '105400.009000', '105400.012000', '105400.015000', '105400.018000', '105400.021000', '105400.024000', '105400.027000', '105400.030000', '105400.033000', '105400.036000', '105400.039000', '105400.042000', '105400.046000', '105400.049000', '105400.052000', '105400.055000', '105400.058000', '105400.061000', '105400.064000', '105400.067000', '105400.070000', '105400.073000', '105400.075000', '105400.078000', '105400.082000', '105400.085000', '105400.087000', '105400.091000', '105419.948000', '105419.951000', '105419.954000', '105419.957000', '105419.960000', '105419.963000', '105419.966000', '105419.969000', '105419.972000', '105419.975000', '105419.978000', '105419.981000', '105419.984000', '105419.987000', '105419.990000', '105419.993000', '105419.996000', '105420.000000', '105420.003000', '105420.006000', '105420.009000', '105420.012000', '105420.015000', '105420.018000', '105420.024000', '105420.027000', '105420.030000', '105420.032000', '105420.036000', '105420.038000', '105420.041000', '105420.044000', '105420.047000', '105420.050000', '105420.053000', '105420.056000', '105420.059000', '105420.062000', '105420.065000', '105420.068000', '105420.071000', '105420.074000', '105420.076000', '105439.949000', '105439.952000', '105439.955000', '105439.958000', '105439.961000', '105439.964000', '105439.967000', '105439.970000', '105439.973000', '105439.976000', '105439.978000', '105439.981000', '105439.984000', '105439.987000', '105439.990000', '105439.993000', '105440.001000', '105440.004000', '105440.007000', '105440.010000', '105440.013000', '105440.016000', '105440.019000', '105440.022000', '105440.025000', '105440.028000', '105440.031000', '105440.034000', '105440.037000', '105440.040000', '105440.042000', '105440.046000', '105440.048000', '105440.051000', '105440.054000', '105440.057000', '105440.060000', '105440.063000', '105440.066000', '105440.069000', '105440.072000', '105440.075000', '105440.078000', '105440.081000', '105459.949000', '105459.952000', '105459.955000', '105459.958000', '105459.961000', '105459.964000', '105459.967000', '105459.970000', '105459.973000', '105459.976000', '105459.979000', '105459.982000', '105459.985000', '105459.988000', '105459.991000', '105459.995000', '105459.997000', '105500.001000', '105500.004000', '105500.007000', '105500.010000', '105500.013000', '105500.016000', '105500.019000', '105500.022000', '105500.025000', '105500.028000', '105500.045000', '105500.058000', '105500.061000', '105500.064000', '105500.067000', '105500.070000', '105500.073000', '105500.076000', '105500.079000', '105500.082000', '105500.085000', '105500.088000', '105500.091000', '105500.094000', '105500.097000', '105500.100000', '105519.949000', '105519.952000', '105519.955000', '105519.958000', '105519.961000', '105519.964000', '105519.967000', '105519.970000', '105519.972000', '105519.975000', '105519.978000', '105519.981000', '105519.984000', '105519.987000', '105519.990000', '105519.993000', '105519.996000', '105520.000000', '105520.003000', '105520.006000', '105520.009000', '105520.012000', '105520.015000', '105520.018000', '105520.021000', '105520.023000', '105520.027000', '105520.029000', '105520.032000', '105520.035000', '105520.038000', '105520.041000', '105520.044000', '105520.047000', '105520.050000', '105520.053000', '105520.056000', '105520.059000', '105520.062000', '105520.064000', '105520.067000', '105520.070000', '105520.073000', '105520.076000', '105539.949000', '105539.952000', '105539.955000', '105539.958000', '105539.961000', '105539.964000', '105539.967000', '105539.970000', '105539.973000', '105539.976000', '105539.978000', '105539.981000', '105539.984000', '105539.987000', '105539.990000', '105539.993000', '105539.996000', '105540.000000', '105540.003000', '105540.006000', '105540.010000', '105540.015000', '105540.018000', '105540.021000', '105540.049000', '105540.052000', '105540.055000', '105540.058000', '105540.061000', '105540.064000', '105540.067000', '105540.070000', '105540.072000', '105540.075000', '105540.078000', '105540.081000', '105540.084000', '105540.087000', '105540.090000', '105540.093000', '105540.096000', '105540.099000', '105540.102000', '105559.949000', '105559.952000', '105559.955000', '105559.958000', '105559.961000', '105559.964000', '105559.967000', '105559.970000', '105559.973000', '105559.976000', '105559.979000', '105559.982000', '105559.985000', '105559.992000', '105559.995000', '105559.998000', '105600.002000', '105600.005000', '105600.008000', '105600.011000', '105600.014000', '105600.017000', '105600.020000', '105600.022000', '105600.025000', '105600.028000', '105600.031000', '105600.034000', '105600.037000', '105600.040000', '105600.043000', '105600.046000', '105600.049000', '105600.052000', '105600.055000', '105600.058000', '105600.061000', '105600.064000', '105600.066000', '105600.069000', '105600.072000', '105600.075000', '105600.078000', '105600.081000', '105619.949000', '105619.952000', '105619.955000', '105619.958000', '105619.961000', '105619.964000', '105619.967000', '105619.970000', '105619.973000', '105619.976000', '105619.979000', '105619.982000', '105619.985000', '105619.988000', '105619.990000', '105619.993000', '105619.996000', '105620.000000', '105620.003000', '105620.006000', '105620.009000', '105620.012000', '105620.015000', '105620.018000', '105620.021000', '105620.024000', '105620.027000', '105620.030000', '105620.033000', '105620.036000', '105620.039000', '105620.042000', '105620.045000', '105620.048000', '105620.051000', '105620.054000', '105620.062000', '105620.067000', '105620.070000', '105620.074000', '105620.076000', '105620.079000', '105620.082000', '105639.948000', '105639.951000', '105639.954000', '105639.957000', '105639.960000', '105639.963000', '105639.966000', '105639.969000', '105639.972000', '105639.975000', '105639.978000', '105639.981000', '105639.984000', '105639.987000', '105639.989000', '105639.992000', '105639.995000', '105639.998000', '105640.002000', '105640.005000', '105640.008000', '105640.011000', '105640.014000', '105640.029000', '105640.032000', '105640.035000', '105640.038000', '105640.041000', '105640.044000', '105640.047000', '105640.050000', '105640.053000', '105640.056000', '105640.059000', '105640.062000', '105640.065000', '105640.068000', '105640.071000', '105640.074000', '105640.076000', '105640.080000', '105640.082000', '105640.085000', '105640.088000', '105659.949000', '105659.952000', '105659.955000', '105659.958000', '105659.961000', '105659.964000', '105659.967000', '105659.970000', '105659.973000', '105659.976000', '105659.980000', '105659.983000', '105659.986000', '105659.989000', '105659.992000', '105659.995000', '105659.998000', '105700.002000', '105700.005000', '105700.008000', '105700.011000', '105700.014000', '105700.017000', '105700.020000', '105700.023000', '105700.026000', '105700.029000', '105700.032000', '105700.035000', '105700.038000', '105700.041000', '105700.044000', '105700.047000', '105700.050000', '105700.053000', '105700.056000', '105700.059000', '105700.062000', '105700.065000', '105700.075000', '105700.078000', '105700.081000', '105700.084000', '105719.949000', '105719.952000', '105719.955000', '105719.958000', '105719.961000', '105719.964000', '105719.967000', '105719.970000', '105719.973000', '105719.976000', '105719.979000', '105719.982000', '105719.985000', '105719.988000', '105719.990000', '105719.994000', '105719.996000', '105720.000000', '105720.003000', '105720.006000', '105720.009000', '105720.012000', '105720.015000', '105720.018000', '105720.021000', '105720.024000', '105720.027000', '105720.030000', '105720.033000', '105720.036000', '105720.039000', '105720.042000', '105720.045000', '105720.048000', '105720.051000', '105720.054000', '105720.057000', '105720.059000', '105720.062000', '105720.065000', '105720.068000', '105720.071000', '105720.074000', '105720.077000', '105739.949000', '105739.952000', '105739.955000', '105739.958000', '105739.961000', '105739.964000', '105739.967000', '105739.970000', '105739.973000', '105739.976000', '105739.979000', '105739.982000', '105739.985000', '105739.988000', '105739.991000', '105739.994000', '105739.997000', '105740.001000', '105740.004000', '105740.007000', '105740.010000', '105740.013000', '105740.015000', '105740.018000', '105740.021000', '105740.024000', '105740.027000', '105740.030000', '105740.033000', '105740.036000', '105740.039000', '105740.042000', '105740.045000', '105740.048000', '105740.052000', '105740.057000', '105740.061000', '105740.064000', '105740.067000', '105740.070000', '105740.073000', '105740.076000', '105740.078000', '105759.949000', '105759.952000', '105759.955000', '105759.958000', '105759.961000', '105759.964000', '105759.967000', '105759.970000', '105759.973000', '105759.976000', '105759.979000', '105759.982000', '105759.985000', '105759.988000', '105759.991000', '105759.994000', '105759.997000', '105800.001000', '105800.004000', '105800.007000', '105800.010000', '105800.012000', '105800.016000', '105800.018000', '105800.021000', '105800.024000', '105800.027000', '105800.030000', '105800.033000', '105800.036000', '105800.039000', '105800.042000', '105800.045000', '105800.048000', '105800.051000', '105800.054000', '105800.057000', '105800.060000', '105800.063000', '105800.066000', '105800.069000', '105800.072000', '105800.075000', '105800.078000', '105819.949000', '105819.952000', '105819.955000', '105819.958000', '105819.961000', '105819.964000', '105819.967000', '105819.970000', '105819.973000', '105819.976000', '105819.979000', '105819.982000', '105819.985000', '105819.988000', '105819.991000', '105819.994000', '105819.997000', '105820.001000', '105820.004000', '105820.007000', '105820.010000', '105820.013000', '105820.016000', '105820.020000', '105820.023000', '105820.026000', '105820.029000', '105820.032000', '105820.035000', '105820.038000', '105820.041000', '105820.044000', '105820.047000', '105820.050000', '105820.053000', '105820.056000', '105820.059000', '105820.062000', '105820.065000', '105820.068000', '105820.071000', '105820.074000', '105820.077000', '105839.949000', '105839.952000', '105839.955000', '105839.958000', '105839.961000', '105839.964000', '105839.967000', '105839.970000', '105839.973000', '105839.976000', '105839.979000', '105839.982000', '105839.985000', '105839.988000', '105839.991000', '105839.994000', '105839.997000', '105840.001000', '105840.004000', '105840.007000', '105840.010000', '105840.013000', '105840.016000', '105840.019000', '105840.022000', '105840.025000', '105840.028000', '105840.031000', '105840.033000', '105840.036000', '105840.039000', '105840.042000', '105840.045000', '105840.048000', '105840.051000', '105840.054000', '105840.057000', '105840.060000', '105840.063000', '105840.066000', '105840.069000', '105840.072000', '105840.075000', '105840.077000', '105859.948000', '105859.951000', '105859.954000', '105859.957000', '105859.960000', '105859.963000', '105859.966000', '105859.969000', '105859.972000', '105859.975000', '105859.978000', '105859.981000', '105859.984000', '105859.987000', '105859.990000', '105859.993000', '105859.996000', '105900.000000', '105900.003000', '105900.006000', '105900.009000', '105900.012000', '105900.015000', '105900.018000', '105900.021000', '105900.024000', '105900.026000', '105900.030000', '105900.033000', '105900.035000', '105900.038000', '105900.041000', '105900.044000', '105900.047000', '105900.050000', '105900.053000', '105900.056000', '105900.059000', '105900.062000', '105900.065000', '105900.070000', '105900.073000', '105900.076000', '105919.949000', '105919.952000', '105919.955000', '105919.958000', '105919.961000', '105919.964000', '105919.967000', '105919.970000', '105919.973000', '105919.976000', '105919.979000', '105919.982000', '105919.985000', '105919.988000', '105919.990000', '105919.993000', '105919.997000', '105920.000000', '105920.003000', '105920.006000', '105920.009000', '105920.012000', '105920.015000', '105920.018000', '105920.021000', '105920.024000', '105920.027000', '105920.030000', '105920.033000', '105920.036000', '105920.039000', '105920.041000', '105920.044000', '105920.047000', '105920.050000', '105920.053000', '105920.056000', '105920.059000', '105920.062000', '105920.065000', '105920.068000', '105920.071000', '105920.074000', '105920.077000', '105939.949000', '105939.952000', '105939.955000', '105939.958000', '105939.961000', '105939.964000', '105939.967000', '105939.970000', '105939.973000', '105939.976000', '105939.979000', '105939.982000', '105939.985000', '105939.987000', '105940.000000', '105940.003000', '105940.006000', '105940.009000', '105940.012000', '105940.015000', '105940.018000', '105940.021000', '105940.024000', '105940.027000', '105940.030000', '105940.032000', '105940.035000', '105940.038000', '105940.041000', '105940.044000', '105940.047000', '105940.050000', '105940.053000', '105940.057000', '105940.061000', '105940.064000', '105940.067000', '105940.069000', '105940.073000', '105940.076000', '105940.079000', '105940.081000', '105940.085000', '105959.949000', '105959.952000', '105959.955000', '105959.958000', '105959.961000', '105959.964000', '105959.967000', '105959.970000', '105959.973000', '105959.976000', '105959.979000', '105959.982000', '105959.984000', '105959.987000', '105959.990000', '105959.993000', '105959.996000', '110000.000000', '110000.003000', '110000.006000', '110000.009000', '110000.012000', '110000.015000', '110000.018000', '110000.021000', '110000.024000', '110000.027000', '110000.036000', '110000.039000', '110000.041000', '110000.044000', '110000.047000', '110000.050000', '110000.053000', '110000.056000', '110000.059000', '110000.062000', '110000.065000', '110000.068000', '110000.071000', '110000.074000', '110000.077000', '110000.080000', '110000.083000', '110019.949000', '110019.952000', '110019.955000', '110019.958000', '110019.961000', '110019.964000', '110019.967000', '110019.970000', '110019.973000', '110019.976000', '110019.979000', '110019.982000', '110019.985000', '110019.988000', '110019.991000', '110019.994000', '110019.997000', '110020.001000', '110020.004000', '110020.007000', '110020.010000', '110020.013000', '110020.016000', '110020.018000', '110020.021000', '110020.024000', '110020.027000', '110020.030000', '110020.033000', '110020.037000', '110020.039000', '110020.042000', '110020.045000', '110020.048000', '110020.051000', '110020.054000', '110020.057000', '110020.060000', '110020.063000', '110020.066000', '110020.069000', '110020.072000', '110020.075000', '110039.949000', '110039.952000', '110039.955000', '110039.958000', '110039.961000', '110039.964000', '110039.967000', '110039.970000', '110039.973000', '110039.976000', '110039.979000', '110039.982000', '110039.985000', '110039.987000', '110039.991000', '110039.993000', '110039.996000', '110040.000000', '110040.003000', '110040.006000', '110040.009000', '110040.012000', '110040.015000', '110040.018000', '110040.021000', '110040.024000', '110040.027000', '110040.030000', '110040.033000', '110040.036000', '110040.039000', '110040.042000', '110040.045000', '110040.048000', '110040.051000', '110040.054000', '110040.057000', '110040.060000', '110040.063000', '110040.066000', '110040.068000', '110040.071000', '110040.075000', '110040.077000', '110059.949000', '110059.952000', '110059.955000', '110059.958000', '110059.961000', '110059.964000', '110059.967000', '110059.970000', '110059.973000', '110059.976000', '110059.979000', '110059.996000', '110100.000000', '110100.003000', '110100.006000', '110100.009000', '110100.012000', '110100.015000', '110100.018000', '110100.021000', '110100.024000', '110100.027000', '110100.030000', '110100.033000', '110100.036000', '110100.039000', '110100.042000', '110100.045000', '110100.048000', '110100.051000', '110100.054000', '110100.057000', '110100.060000', '110100.063000', '110100.065000', '110100.068000', '110100.071000', '110100.074000', '110100.077000', '110100.080000', '110100.083000', '110100.086000', '110100.089000', '110119.948000', '110119.951000', '110119.954000', '110119.957000', '110119.960000', '110119.963000', '110119.966000', '110119.969000', '110119.972000', '110119.975000', '110119.978000', '110119.981000', '110119.984000', '110119.987000', '110119.990000', '110119.993000', '110119.995000', '110120.000000', '110120.003000', '110120.005000', '110120.008000', '110120.011000', '110120.014000', '110120.017000', '110120.020000', '110120.023000', '110120.026000', '110120.029000', '110120.032000', '110120.035000', '110120.038000', '110120.041000', '110120.044000', '110120.047000', '110120.050000', '110120.053000', '110120.056000', '110120.059000', '110120.062000', '110120.065000', '110120.068000', '110120.071000', '110120.074000', '110120.077000', '110121.840000', '110121.844000', '110121.847000', '110121.850000'], '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': [11451, 13156, 14210, 11583, 16598, 10227, 8936, 8755, 8562, 8658, 8210, 8270, 8851, 8377, 8998, 8712, 9238, 8958, 9696, 9069, 13492, 11054, 15786, 10177, 13905, 8855, 12031, 9187, 8630, 8776, 8354, 8695, 8429, 9694, 8468, 8428, 9019, 8223, 14696, 11923, 16811, 12831, 16468, 9562, 11660, 9024, 8914, 9018, 8474, 8719, 8780, 12059, 8841, 9989, 8642, 8524, 8631, 8402, 8744, 8622, 8475, 8513, 8268, 8788, 8377, 8597, 8316, 8875, 8422, 9577, 8671, 8622, 8669, 8447, 14071, 8563, 10611, 9102, 8311, 8873, 7788, 10101, 7791, 8171, 7578, 8342, 8433, 7871, 8789, 8710, 8315, 8068, 8205, 8270, 7875, 8432, 8865, 8975, 8225, 7744, 8483, 9862, 15095, 10865, 16913, 13465, 16109, 12052, 10168, 17344, 13076, 15268, 8310, 8653, 8255, 8579, 10749, 8711, 13953, 8715, 8232, 8785, 8237, 8751, 8759, 8647, 8199, 8276, 8286, 8172, 8385, 8913, 8631, 8774, 11408, 13454, 16697, 11948, 16427, 8697, 11412, 8113, 8584, 8197, 8840, 8202, 8922, 8808, 8479, 10507, 12351, 17245, 12763, 14486, 8990, 9353, 8046, 8664, 8217, 8610, 8427, 8676, 7857, 8493, 8319, 8483, 11411, 8848, 17205, 12691, 13580, 8270, 8723, 12495, 8431, 13500, 8370, 8807, 8381, 8487, 8292, 8376, 7991, 8172, 7682, 8258, 8294, 9062, 8955, 8768, 9889, 8687, 9986, 8649, 13169, 8610, 15667, 11305, 16113, 14081, 9906, 16991, 7972, 9598, 8018, 8580, 8126, 8394, 8467, 8279, 8829, 8932, 9053, 13170, 15853, 16713, 15907, 17125, 13513, 17009, 12535, 17276, 13230, 15386, 12770, 9161, 9590, 8350, 8676, 8324, 8268, 8323, 8428, 8133, 8155, 8483, 8272, 8713, 8051, 8384, 8099, 8777, 8255, 8222, 8386, 8184, 9228, 11240, 10187, 12493, 9929, 8584, 8584, 12041, 8708, 13974, 8739, 11172, 8790, 10830, 8250, 10061, 8138, 8022, 8169, 8610, 8083, 8081, 8091, 8307, 8257, 8408, 8446, 9222, 9257, 8316, 12480, 8493, 15683, 8773, 15418, 8878, 10463, 12265, 8338, 13058, 8377, 12235, 7969, 7666, 8426, 7944, 8353, 8891, 8467, 16384, 11852, 16123, 8947, 11365, 9996, 8454, 14702, 8444, 9634, 7844, 8550, 7799, 8378, 9879, 8356, 14970, 8309, 10991, 8204, 8694, 8362, 11567, 8423, 17170, 8924, 10083, 8399, 8565, 8592, 9926, 9387, 16974, 12722, 16168, 10305, 10859, 7956, 8411, 7915, 8288, 8120, 8202, 8008, 7790, 8120, 8205, 7837, 8447, 7907, 8407, 9198, 8062, 11719, 8190, 8590, 8172, 8524, 8076, 8320, 8033, 8033, 7949, 7793, 7795, 8067, 8328, 7974, 7703, 8433, 7739, 8191, 7759, 8804, 7742, 9399, 8216, 13854, 8972, 11549, 16592, 9536, 10167, 15154, 8688, 13941, 7799, 7913, 11854, 8238, 9401, 7674, 7844, 10974, 8004, 11404, 8187, 9225, 8024, 8171, 15110, 8851, 16700, 11291, 11209, 11523, 9078, 17334, 8888, 10102, 10846, 8356, 16983, 8860, 9618, 8963, 8009, 11583, 7765, 8529, 7826, 7848, 7256, 7859, 8293, 8137, 8095, 7680, 8038, 9414, 7855, 8023, 14366, 10531, 11747, 15347, 8075, 10410, 8202, 8031, 7449, 7684, 8931, 7937, 8075, 8005, 8001, 10222, 7957, 8904, 7911, 8027, 15007, 8223, 10632, 8139, 8809, 14360, 8132, 10056, 8294, 8558, 8319, 8158, 16264, 10365, 11897, 8033, 9754, 8314, 8654, 8463, 9306, 8625, 10677, 12574, 16138, 16909, 14359, 17245, 12890, 13823, 8545, 9284, 8942, 8980, 16007, 13806, 17475, 14350, 16247, 8479, 10369, 8284, 8365, 8273, 8181, 8471, 8849, 8491, 11816, 8321, 10699, 8405, 8558, 15237, 9386, 15117, 12263, 16728, 13228, 10377, 10779, 8593, 8673, 8485, 9468, 8322, 9254, 8817, 9706, 8300, 13800, 8442, 8796, 8482, 8476, 8610, 8351, 8686, 8565, 8597, 9050, 12907, 11323, 16515, 10704, 8302, 13209, 8306, 10292, 8173, 8512, 7937, 7999, 9198, 8080, 7981, 8104, 7961, 8201, 7903, 7910, 8368, 8216, 8605, 7835, 8158, 8110, 7855, 8428, 8072, 7982, 8760, 8405, 10972, 7962, 13392, 8230, 8999, 8308, 9078, 9937, 8257, 8905, 14359, 8760, 16428, 12075, 14695, 8232, 8197, 10298, 8416, 13382, 8803, 14281, 15539, 16171, 17254, 13942, 14625, 9637, 11091, 8695, 9890, 15896, 12572, 17004, 14266, 16654, 9889, 9918, 8416, 8863, 8749, 8672, 16268, 14649, 17246, 12459, 17038, 12808, 16593, 8449, 11640, 8695, 8999, 8247, 8538, 8251, 8492, 8659, 8303, 8567, 8169, 11359, 8127, 8499, 8123, 8791, 8604, 8495, 8440, 8822, 8271, 8609, 8532, 9346, 11375, 16309, 16554, 16625, 16933, 13343, 16949, 10602, 11418, 8260, 8499, 8272, 8447, 8298, 8616, 8789, 8928, 9512, 9016, 8856, 8912, 8239, 8481, 8609, 8334, 8699, 8309, 8418, 12569, 8302, 10899, 8162, 8965, 8029, 8305, 8477, 8912, 8446, 14854, 14909, 10535, 16770, 11971, 14396, 8611, 8757, 8473, 8390, 11109, 8151, 9376, 8305, 8447, 8095, 8148, 8506, 8116, 8488, 7831, 8414, 8033, 8862, 9359, 8633, 10248, 10533, 10533, 13432, 9657, 14344, 8744, 12589, 8087, 8471, 16978, 9357, 9689, 14635, 7987, 8898, 7675, 7772, 8960, 8200, 8119, 7956, 7974, 8144, 7973, 9881, 8017, 8647, 8081, 8141, 13022, 8037, 14796, 8063, 9963, 15049, 8309, 16437, 11424, 15579, 9165, 8193, 10529, 8295, 9690, 8075, 9063, 8035, 8211, 7378, 8182, 8403, 8672, 8285, 8095, 7804, 7680, 7543, 7585, 8253, 8658, 8236, 8213, 7644, 8014, 9285, 8170, 8133, 8230, 9734, 16575, 11978, 15972, 8711, 9823, 8172, 8356, 14440, 8312, 15351, 8250, 9984, 15700, 8725, 16868, 9233, 9303, 14931, 8302, 13212, 8084, 9048, 8334, 8099, 8824, 8127, 8959, 8453, 8286, 8011, 8178, 8935, 8351, 11449, 7973, 8914, 8193, 8293, 11055, 8269, 8256, 9537, 8223, 8458, 8568, 7978, 10685, 8440, 11792, 8422, 8218, 8225, 8094, 8690, 8337, 8710, 8200, 8402, 12629, 9941, 16723, 11252, 10900, 8504, 8016, 12514, 8333, 9469, 8053, 8724, 14581, 8243, 11721, 8198, 9129, 8256, 8247, 8639, 8400, 9648, 8125, 15587, 8263, 12286, 8005, 8772, 8092, 8205, 16638, 11862, 16573, 11038, 9869, 9351, 8530, 17143, 13148, 16496, 9789, 10146, 13675, 8140, 15563, 9514, 15760, 8251, 9541, 8227, 8146, 8025, 8099, 11782, 7972, 9240, 8193, 8516, 8062, 9876, 13013, 8372, 13312, 7910, 10758, 8342, 10037, 8143, 8255, 13277, 8285, 11189, 8347, 8619, 8412, 8090, 8116, 8271, 16962, 11976, 17155, 12475, 14374, 9236, 11408, 8281, 9118, 10438, 8178, 15557, 8103, 11142, 8177, 8809, 9698, 8213, 9454, 8525, 11087, 9587, 16421, 13022, 14485, 9655, 9136, 13310, 8298, 12238, 8078, 8965, 7896, 8145, 8213, 8382, 8258, 8293, 7909, 8441, 8541, 8131, 8487, 10912, 13340, 15188, 9429, 13141, 8706, 13918, 16716, 11552, 15432, 8689, 9501, 8453, 8223, 8235, 8130, 7836, 8226, 8061, 8875, 8506, 8668, 8311, 8601, 8481, 8514, 12237, 15243, 16988, 13750, 17165, 11375, 14105, 8373, 9472, 8337, 8454, 8136, 8543, 8562, 8423, 8888, 8155, 10906, 8248, 8307, 8302, 8647, 8756, 8299, 9618, 14217, 14401, 10842, 14043, 11970, 10876, 9285, 10436, 8653, 15775, 11058, 11677, 8590, 8474, 13723, 8630, 9197, 8368], 'WindowCenter': [4310.0, 4304.0, 4300.0, 4269.0, 4308.0, 4244.0, 4222.0, 4211.0, 4220.0, 4209.0, 4210.0, 4209.0, 4219.0, 4209.0, 4219.0, 4208.0, 4219.0, 4218.0, 4230.0, 4220.0, 4260.0, 4253.0, 4281.0, 4229.0, 4260.0, 4221.0, 4251.0, 4221.0, 4221.0, 4220.0, 4211.0, 4210.0, 4211.0, 4219.0, 4209.0, 4198.0, 4208.0, 4210.0, 4270.0, 4250.0, 4291.0, 4249.0, 4280.0, 4219.0, 4250.0, 4220.0, 4218.0, 4220.0, 4210.0, 4211.0, 4221.0, 4261.0, 4222.0, 4230.0, 4209.0, 4208.0, 4209.0, 4211.0, 4210.0, 4208.0, 4209.0, 4209.0, 4210.0, 4209.0, 4209.0, 4209.0, 4210.0, 4220.0, 4211.0, 4231.0, 4221.0, 4220.0, 4220.0, 4210.0, 4271.0, 4220.0, 4240.0, 4219.0, 4209.0, 4219.0, 4199.0, 4240.0, 4210.0, 4223.0, 4211.0, 4225.0, 4235.0, 4224.0, 4247.0, 4237.0, 4236.0, 4226.0, 4237.0, 4236.0, 4225.0, 4237.0, 4247.0, 4249.0, 4250.0, 4226.0, 4238.0, 4260.0, 4309.0, 4270.0, 4319.0, 4285.0, 4306.0, 4264.0, 4244.0, 4304.0, 4273.0, 4282.0, 4210.0, 4209.0, 4210.0, 4221.0, 4253.0, 4223.0, 4282.0, 4223.0, 4223.0, 4221.0, 4223.0, 4234.0, 4235.0, 4236.0, 4235.0, 4235.0, 4236.0, 4225.0, 4236.0, 4233.0, 4235.0, 4223.0, 4253.0, 4274.0, 4293.0, 4261.0, 4291.0, 4222.0, 4252.0, 4212.0, 4221.0, 4224.0, 4234.0, 4224.0, 4232.0, 4235.0, 4222.0, 4253.0, 4274.0, 4304.0, 4262.0, 4270.0, 4220.0, 4221.0, 4211.0, 4221.0, 4210.0, 4210.0, 4210.0, 4210.0, 4199.0, 4209.0, 4208.0, 4221.0, 4250.0, 4221.0, 4301.0, 4262.0, 4270.0, 4211.0, 4211.0, 4261.0, 4210.0, 4260.0, 4210.0, 4218.0, 4210.0, 4211.0, 4210.0, 4209.0, 4211.0, 4211.0, 4211.0, 4224.0, 4225.0, 4247.0, 4236.0, 4234.0, 4243.0, 4223.0, 4230.0, 4211.0, 4273.0, 4222.0, 4295.0, 4266.0, 4306.0, 4284.0, 4243.0, 4304.0, 4212.0, 4231.0, 4210.0, 4220.0, 4211.0, 4211.0, 4211.0, 4211.0, 4219.0, 4218.0, 4209.0, 4259.0, 4280.0, 4278.0, 4268.0, 4278.0, 4246.0, 4265.0, 4233.0, 4262.0, 4219.0, 4239.0, 4219.0, 4176.0, 4188.0, 4167.0, 4178.0, 4167.0, 4167.0, 4167.0, 4179.0, 4180.0, 4181.0, 4180.0, 4182.0, 4192.0, 4183.0, 4194.0, 4184.0, 4194.0, 4195.0, 4197.0, 4210.0, 4222.0, 4232.0, 4263.0, 4243.0, 4273.0, 4242.0, 4223.0, 4222.0, 4262.0, 4222.0, 4282.0, 4223.0, 4253.0, 4222.0, 4251.0, 4223.0, 4241.0, 4211.0, 4211.0, 4211.0, 4223.0, 4224.0, 4225.0, 4225.0, 4224.0, 4236.0, 4226.0, 4225.0, 4236.0, 4234.0, 4223.0, 4264.0, 4223.0, 4295.0, 4224.0, 4297.0, 4234.0, 4243.0, 4264.0, 4212.0, 4262.0, 4211.0, 4263.0, 4213.0, 4213.0, 4225.0, 4239.0, 4238.0, 4248.0, 4239.0, 4320.0, 4278.0, 4308.0, 4236.0, 4268.0, 4244.0, 4225.0, 4286.0, 4224.0, 4244.0, 4214.0, 4223.0, 4214.0, 4223.0, 4244.0, 4213.0, 4284.0, 4212.0, 4253.0, 4224.0, 4224.0, 4224.0, 4265.0, 4224.0, 4306.0, 4235.0, 4243.0, 4223.0, 4222.0, 4223.0, 4244.0, 4234.0, 4304.0, 4275.0, 4293.0, 4243.0, 4241.0, 4211.0, 4211.0, 4212.0, 4212.0, 4212.0, 4211.0, 4214.0, 4213.0, 4214.0, 4224.0, 4216.0, 4225.0, 4215.0, 4224.0, 4233.0, 4213.0, 4264.0, 4224.0, 4223.0, 4212.0, 4222.0, 4212.0, 4213.0, 4210.0, 4212.0, 4212.0, 4215.0, 4213.0, 4227.0, 4237.0, 4239.0, 4228.0, 4239.0, 4240.0, 4251.0, 4239.0, 4261.0, 4240.0, 4261.0, 4251.0, 4300.0, 4249.0, 4293.0, 4320.0, 4247.0, 4257.0, 4296.0, 4237.0, 4298.0, 4225.0, 4226.0, 4275.0, 4225.0, 4245.0, 4215.0, 4225.0, 4266.0, 4225.0, 4266.0, 4236.0, 4246.0, 4224.0, 4236.0, 4296.0, 4234.0, 4306.0, 4266.0, 4255.0, 4264.0, 4236.0, 4317.0, 4233.0, 4243.0, 4251.0, 4223.0, 4304.0, 4222.0, 4232.0, 4222.0, 4212.0, 4252.0, 4212.0, 4222.0, 4214.0, 4224.0, 4214.0, 4226.0, 4224.0, 4238.0, 4239.0, 4228.0, 4239.0, 4248.0, 4227.0, 4227.0, 4297.0, 4257.0, 4267.0, 4296.0, 4225.0, 4254.0, 4225.0, 4225.0, 4216.0, 4227.0, 4235.0, 4227.0, 4227.0, 4239.0, 4238.0, 4269.0, 4227.0, 4248.0, 4238.0, 4240.0, 4323.0, 4251.0, 4269.0, 4238.0, 4248.0, 4299.0, 4227.0, 4257.0, 4237.0, 4236.0, 4239.0, 4239.0, 4319.0, 4258.0, 4277.0, 4226.0, 4246.0, 4237.0, 4237.0, 4240.0, 4259.0, 4249.0, 4259.0, 4277.0, 4308.0, 4307.0, 4285.0, 4319.0, 4275.0, 4283.0, 4223.0, 4231.0, 4221.0, 4220.0, 4282.0, 4272.0, 4293.0, 4271.0, 4292.0, 4212.0, 4228.0, 4209.0, 4210.0, 4222.0, 4211.0, 4224.0, 4234.0, 4225.0, 4264.0, 4212.0, 4241.0, 4223.0, 4222.0, 4270.0, 4208.0, 4269.0, 4238.0, 4280.0, 4259.0, 4228.0, 4228.0, 4207.0, 4195.0, 4207.0, 4215.0, 4196.0, 4206.0, 4209.0, 4230.0, 4210.0, 4271.0, 4209.0, 4209.0, 4219.0, 4209.0, 4209.0, 4209.0, 4210.0, 4210.0, 4209.0, 4220.0, 4261.0, 4241.0, 4292.0, 4229.0, 4197.0, 4248.0, 4197.0, 4228.0, 4198.0, 4209.0, 4199.0, 4199.0, 4218.0, 4200.0, 4199.0, 4210.0, 4212.0, 4210.0, 4213.0, 4212.0, 4212.0, 4223.0, 4224.0, 4216.0, 4225.0, 4225.0, 4224.0, 4223.0, 4215.0, 4225.0, 4225.0, 4227.0, 4268.0, 4227.0, 4299.0, 4240.0, 4248.0, 4240.0, 4250.0, 4259.0, 4238.0, 4249.0, 4298.0, 4240.0, 4321.0, 4291.0, 4311.0, 4238.0, 4239.0, 4267.0, 4238.0, 4287.0, 4237.0, 4297.0, 4307.0, 4309.0, 4319.0, 4298.0, 4286.0, 4234.0, 4251.0, 4212.0, 4231.0, 4281.0, 4262.0, 4293.0, 4273.0, 4291.0, 4230.0, 4217.0, 4198.0, 4207.0, 4197.0, 4197.0, 4279.0, 4269.0, 4279.0, 4247.0, 4277.0, 4249.0, 4289.0, 4210.0, 4238.0, 4207.0, 4206.0, 4197.0, 4208.0, 4197.0, 4208.0, 4208.0, 4197.0, 4207.0, 4198.0, 4239.0, 4199.0, 4206.0, 4198.0, 4208.0, 4208.0, 4209.0, 4209.0, 4220.0, 4210.0, 4211.0, 4222.0, 4220.0, 4240.0, 4280.0, 4279.0, 4279.0, 4279.0, 4248.0, 4278.0, 4227.0, 4225.0, 4196.0, 4206.0, 4195.0, 4208.0, 4208.0, 4207.0, 4207.0, 4208.0, 4218.0, 4219.0, 4220.0, 4220.0, 4198.0, 4209.0, 4209.0, 4210.0, 4212.0, 4211.0, 4210.0, 4251.0, 4211.0, 4240.0, 4209.0, 4209.0, 4199.0, 4199.0, 4209.0, 4209.0, 4200.0, 4271.0, 4270.0, 4227.0, 4278.0, 4237.0, 4256.0, 4196.0, 4196.0, 4185.0, 4197.0, 4225.0, 4186.0, 4206.0, 4197.0, 4196.0, 4185.0, 4187.0, 4196.0, 4199.0, 4209.0, 4200.0, 4211.0, 4211.0, 4233.0, 4232.0, 4220.0, 4243.0, 4242.0, 4242.0, 4273.0, 4232.0, 4282.0, 4223.0, 4264.0, 4214.0, 4224.0, 4305.0, 4233.0, 4234.0, 4282.0, 4212.0, 4221.0, 4200.0, 4202.0, 4221.0, 4223.0, 4212.0, 4213.0, 4213.0, 4212.0, 4213.0, 4242.0, 4213.0, 4223.0, 4211.0, 4213.0, 4263.0, 4212.0, 4283.0, 4201.0, 4231.0, 4270.0, 4209.0, 4280.0, 4239.0, 4269.0, 4218.0, 4198.0, 4228.0, 4198.0, 4217.0, 4196.0, 4208.0, 4199.0, 4211.0, 4200.0, 4221.0, 4209.0, 4220.0, 4220.0, 4211.0, 4212.0, 4215.0, 4224.0, 4226.0, 4234.0, 4235.0, 4235.0, 4234.0, 4225.0, 4226.0, 4245.0, 4225.0, 4224.0, 4236.0, 4246.0, 4306.0, 4276.0, 4306.0, 4234.0, 4245.0, 4224.0, 4225.0, 4295.0, 4225.0, 4296.0, 4224.0, 4243.0, 4295.0, 4223.0, 4293.0, 4219.0, 4220.0, 4281.0, 4210.0, 4260.0, 4199.0, 4209.0, 4198.0, 4200.0, 4220.0, 4211.0, 4220.0, 4211.0, 4222.0, 4212.0, 4225.0, 4235.0, 4225.0, 4266.0, 4226.0, 4235.0, 4225.0, 4226.0, 4266.0, 4225.0, 4225.0, 4245.0, 4226.0, 4225.0, 4235.0, 4226.0, 4256.0, 4225.0, 4265.0, 4225.0, 4225.0, 4224.0, 4227.0, 4237.0, 4238.0, 4238.0, 4237.0, 4236.0, 4277.0, 4246.0, 4307.0, 4266.0, 4254.0, 4224.0, 4214.0, 4274.0, 4224.0, 4234.0, 4214.0, 4225.0, 4296.0, 4225.0, 4266.0, 4225.0, 4234.0, 4225.0, 4224.0, 4225.0, 4226.0, 4245.0, 4227.0, 4309.0, 4238.0, 4276.0, 4225.0, 4236.0, 4225.0, 4225.0, 4308.0, 4277.0, 4308.0, 4257.0, 4245.0, 4234.0, 4224.0, 4304.0, 4274.0, 4294.0, 4232.0, 4242.0, 4271.0, 4201.0, 4282.0, 4232.0, 4283.0, 4211.0, 4231.0, 4211.0, 4211.0, 4211.0, 4212.0, 4263.0, 4213.0, 4233.0, 4212.0, 4222.0, 4213.0, 4243.0, 4274.0, 4222.0, 4274.0, 4213.0, 4253.0, 4223.0, 4244.0, 4214.0, 4224.0, 4275.0, 4223.0, 4255.0, 4224.0, 4223.0, 4222.0, 4212.0, 4212.0, 4223.0, 4304.0, 4264.0, 4305.0, 4274.0, 4284.0, 4233.0, 4253.0, 4211.0, 4234.0, 4244.0, 4224.0, 4295.0, 4213.0, 4253.0, 4211.0, 4221.0, 4230.0, 4210.0, 4231.0, 4221.0, 4252.0, 4231.0, 4293.0, 4273.0, 4282.0, 4231.0, 4219.0, 4272.0, 4210.0, 4251.0, 4212.0, 4221.0, 4199.0, 4200.0, 4211.0, 4210.0, 4211.0, 4210.0, 4200.0, 4211.0, 4222.0, 4211.0, 4221.0, 4243.0, 4274.0, 4283.0, 4233.0, 4273.0, 4223.0, 4275.0, 4294.0, 4252.0, 4282.0, 4210.0, 4221.0, 4211.0, 4211.0, 4211.0, 4200.0, 4212.0, 4222.0, 4213.0, 4233.0, 4223.0, 4222.0, 4224.0, 4223.0, 4223.0, 4223.0, 4254.0, 4283.0, 4293.0, 4261.0, 4279.0, 4238.0, 4258.0, 4197.0, 4217.0, 4198.0, 4197.0, 4186.0, 4210.0, 4210.0, 4198.0, 4219.0, 4211.0, 4242.0, 4210.0, 4209.0, 4210.0, 4209.0, 4210.0, 4209.0, 4220.0, 4260.0, 4272.0, 4230.0, 4259.0, 4239.0, 4240.0, 4207.0, 4229.0, 4209.0, 4282.0, 4239.0, 4251.0, 4210.0, 4202.0, 4261.0, 4209.0, 4219.0, 4200.0], 'WindowWidth': [9532.0, 9510.0, 9494.0, 9450.0, 9500.0, 9407.0, 9373.0, 9357.0, 9370.0, 9353.0, 9355.0, 9352.0, 9366.0, 9351.0, 9366.0, 9349.0, 9364.0, 9363.0, 9381.0, 9368.0, 9423.0, 9415.0, 9450.0, 9377.0, 9419.0, 9370.0, 9410.0, 9369.0, 9372.0, 9368.0, 9356.0, 9355.0, 9357.0, 9366.0, 9351.0, 9336.0, 9349.0, 9353.0, 9433.0, 9406.0, 9463.0, 9405.0, 9446.0, 9365.0, 9406.0, 9366.0, 9362.0, 9368.0, 9355.0, 9356.0, 9371.0, 9423.0, 9371.0, 9383.0, 9352.0, 9349.0, 9350.0, 9357.0, 9352.0, 9351.0, 9352.0, 9352.0, 9354.0, 9352.0, 9352.0, 9352.0, 9356.0, 9369.0, 9357.0, 9386.0, 9371.0, 9370.0, 9366.0, 9354.0, 9437.0, 9369.0, 9393.0, 9366.0, 9352.0, 9366.0, 9338.0, 9395.0, 9357.0, 9381.0, 9363.0, 9383.0, 9399.0, 9384.0, 9419.0, 9405.0, 9402.0, 9391.0, 9403.0, 9403.0, 9386.0, 9405.0, 9421.0, 9424.0, 9428.0, 9390.0, 9406.0, 9439.0, 9501.0, 9452.0, 9517.0, 9465.0, 9495.0, 9432.0, 9405.0, 9486.0, 9441.0, 9453.0, 9355.0, 9352.0, 9353.0, 9372.0, 9418.0, 9377.0, 9456.0, 9377.0, 9379.0, 9374.0, 9379.0, 9395.0, 9398.0, 9402.0, 9400.0, 9398.0, 9401.0, 9384.0, 9400.0, 9392.0, 9396.0, 9378.0, 9418.0, 9446.0, 9471.0, 9424.0, 9466.0, 9373.0, 9414.0, 9362.0, 9372.0, 9381.0, 9396.0, 9381.0, 9392.0, 9399.0, 9375.0, 9419.0, 9446.0, 9488.0, 9428.0, 9436.0, 9368.0, 9370.0, 9356.0, 9372.0, 9355.0, 9355.0, 9356.0, 9354.0, 9339.0, 9353.0, 9349.0, 9370.0, 9409.0, 9371.0, 9480.0, 9427.0, 9436.0, 9356.0, 9357.0, 9423.0, 9355.0, 9420.0, 9353.0, 9363.0, 9355.0, 9355.0, 9355.0, 9352.0, 9358.0, 9358.0, 9358.0, 9381.0, 9385.0, 9418.0, 9401.0, 9394.0, 9404.0, 9377.0, 9381.0, 9354.0, 9442.0, 9374.0, 9474.0, 9437.0, 9493.0, 9459.0, 9404.0, 9487.0, 9360.0, 9386.0, 9356.0, 9370.0, 9359.0, 9358.0, 9358.0, 9357.0, 9367.0, 9364.0, 9349.0, 9417.0, 9445.0, 9442.0, 9426.0, 9440.0, 9391.0, 9415.0, 9368.0, 9407.0, 9345.0, 9370.0, 9343.0, 9283.0, 9300.0, 9271.0, 9289.0, 9273.0, 9274.0, 9274.0, 9294.0, 9295.0, 9297.0, 9295.0, 9301.0, 9315.0, 9306.0, 9319.0, 9308.0, 9320.0, 9323.0, 9329.0, 9355.0, 9377.0, 9388.0, 9433.0, 9404.0, 9444.0, 9402.0, 9377.0, 9375.0, 9427.0, 9374.0, 9455.0, 9376.0, 9415.0, 9375.0, 9412.0, 9375.0, 9397.0, 9358.0, 9356.0, 9358.0, 9378.0, 9380.0, 9387.0, 9383.0, 9383.0, 9402.0, 9385.0, 9383.0, 9399.0, 9393.0, 9376.0, 9429.0, 9376.0, 9472.0, 9378.0, 9480.0, 9392.0, 9401.0, 9429.0, 9360.0, 9426.0, 9358.0, 9429.0, 9362.0, 9364.0, 9384.0, 9409.0, 9406.0, 9420.0, 9412.0, 9521.0, 9461.0, 9499.0, 9398.0, 9444.0, 9407.0, 9383.0, 9463.0, 9380.0, 9406.0, 9366.0, 9377.0, 9365.0, 9376.0, 9405.0, 9363.0, 9459.0, 9362.0, 9416.0, 9379.0, 9378.0, 9380.0, 9436.0, 9381.0, 9494.0, 9395.0, 9404.0, 9377.0, 9374.0, 9376.0, 9405.0, 9392.0, 9489.0, 9447.0, 9470.0, 9401.0, 9396.0, 9357.0, 9355.0, 9360.0, 9359.0, 9361.0, 9360.0, 9366.0, 9365.0, 9368.0, 9381.0, 9372.0, 9383.0, 9369.0, 9380.0, 9391.0, 9364.0, 9432.0, 9378.0, 9375.0, 9360.0, 9374.0, 9360.0, 9362.0, 9356.0, 9361.0, 9362.0, 9371.0, 9366.0, 9391.0, 9404.0, 9409.0, 9394.0, 9410.0, 9414.0, 9430.0, 9412.0, 9444.0, 9413.0, 9445.0, 9429.0, 9493.0, 9423.0, 9489.0, 9522.0, 9417.0, 9430.0, 9479.0, 9405.0, 9486.0, 9386.0, 9386.0, 9451.0, 9384.0, 9411.0, 9371.0, 9386.0, 9440.0, 9386.0, 9443.0, 9403.0, 9415.0, 9384.0, 9401.0, 9480.0, 9396.0, 9495.0, 9440.0, 9423.0, 9433.0, 9402.0, 9512.0, 9392.0, 9404.0, 9412.0, 9378.0, 9487.0, 9375.0, 9387.0, 9376.0, 9363.0, 9416.0, 9363.0, 9375.0, 9367.0, 9381.0, 9369.0, 9389.0, 9384.0, 9408.0, 9410.0, 9395.0, 9412.0, 9422.0, 9389.0, 9390.0, 9484.0, 9429.0, 9443.0, 9477.0, 9384.0, 9420.0, 9382.0, 9383.0, 9374.0, 9390.0, 9399.0, 9389.0, 9392.0, 9411.0, 9409.0, 9448.0, 9391.0, 9418.0, 9407.0, 9412.0, 9528.0, 9430.0, 9451.0, 9408.0, 9420.0, 9488.0, 9392.0, 9430.0, 9403.0, 9401.0, 9412.0, 9410.0, 9517.0, 9432.0, 9455.0, 9386.0, 9414.0, 9405.0, 9405.0, 9414.0, 9437.0, 9422.0, 9434.0, 9455.0, 9499.0, 9496.0, 9463.0, 9518.0, 9451.0, 9458.0, 9375.0, 9383.0, 9370.0, 9367.0, 9452.0, 9439.0, 9472.0, 9435.0, 9466.0, 9359.0, 9375.0, 9350.0, 9352.0, 9373.0, 9357.0, 9378.0, 9394.0, 9384.0, 9435.0, 9361.0, 9396.0, 9376.0, 9371.0, 9432.0, 9345.0, 9428.0, 9384.0, 9445.0, 9415.0, 9372.0, 9374.0, 9341.0, 9324.0, 9340.0, 9352.0, 9328.0, 9340.0, 9348.0, 9380.0, 9354.0, 9434.0, 9352.0, 9350.0, 9364.0, 9349.0, 9350.0, 9350.0, 9353.0, 9353.0, 9350.0, 9366.0, 9422.0, 9394.0, 9466.0, 9376.0, 9331.0, 9399.0, 9330.0, 9370.0, 9333.0, 9349.0, 9336.0, 9337.0, 9361.0, 9339.0, 9338.0, 9353.0, 9359.0, 9355.0, 9362.0, 9359.0, 9358.0, 9378.0, 9380.0, 9370.0, 9381.0, 9380.0, 9380.0, 9377.0, 9366.0, 9380.0, 9379.0, 9387.0, 9443.0, 9391.0, 9488.0, 9411.0, 9421.0, 9412.0, 9425.0, 9433.0, 9406.0, 9420.0, 9482.0, 9410.0, 9523.0, 9480.0, 9507.0, 9409.0, 9407.0, 9444.0, 9403.0, 9470.0, 9401.0, 9481.0, 9493.0, 9500.0, 9513.0, 9483.0, 9464.0, 9391.0, 9409.0, 9357.0, 9381.0, 9449.0, 9425.0, 9468.0, 9438.0, 9461.0, 9379.0, 9358.0, 9332.0, 9343.0, 9327.0, 9328.0, 9440.0, 9428.0, 9445.0, 9395.0, 9436.0, 9400.0, 9456.0, 9352.0, 9386.0, 9344.0, 9341.0, 9329.0, 9346.0, 9329.0, 9346.0, 9344.0, 9330.0, 9342.0, 9332.0, 9387.0, 9334.0, 9341.0, 9331.0, 9345.0, 9346.0, 9347.0, 9349.0, 9366.0, 9353.0, 9354.0, 9370.0, 9365.0, 9388.0, 9443.0, 9441.0, 9441.0, 9442.0, 9396.0, 9437.0, 9366.0, 9363.0, 9325.0, 9340.0, 9324.0, 9345.0, 9346.0, 9344.0, 9343.0, 9346.0, 9360.0, 9360.0, 9366.0, 9363.0, 9332.0, 9349.0, 9348.0, 9350.0, 9357.0, 9356.0, 9353.0, 9407.0, 9354.0, 9391.0, 9349.0, 9347.0, 9335.0, 9334.0, 9349.0, 9347.0, 9336.0, 9432.0, 9429.0, 9369.0, 9438.0, 9380.0, 9404.0, 9324.0, 9323.0, 9307.0, 9325.0, 9362.0, 9312.0, 9337.0, 9328.0, 9326.0, 9309.0, 9315.0, 9325.0, 9334.0, 9348.0, 9339.0, 9356.0, 9358.0, 9389.0, 9384.0, 9367.0, 9401.0, 9397.0, 9399.0, 9440.0, 9385.0, 9454.0, 9373.0, 9431.0, 9364.0, 9378.0, 9488.0, 9388.0, 9391.0, 9453.0, 9361.0, 9369.0, 9340.0, 9347.0, 9370.0, 9374.0, 9360.0, 9361.0, 9361.0, 9360.0, 9363.0, 9402.0, 9363.0, 9374.0, 9358.0, 9360.0, 9425.0, 9359.0, 9453.0, 9341.0, 9381.0, 9430.0, 9348.0, 9443.0, 9387.0, 9428.0, 9360.0, 9333.0, 9372.0, 9332.0, 9355.0, 9328.0, 9346.0, 9336.0, 9357.0, 9343.0, 9371.0, 9352.0, 9367.0, 9369.0, 9358.0, 9361.0, 9370.0, 9383.0, 9388.0, 9398.0, 9398.0, 9397.0, 9396.0, 9383.0, 9388.0, 9411.0, 9385.0, 9380.0, 9400.0, 9413.0, 9494.0, 9453.0, 9491.0, 9394.0, 9409.0, 9380.0, 9383.0, 9477.0, 9384.0, 9479.0, 9380.0, 9404.0, 9475.0, 9375.0, 9469.0, 9365.0, 9366.0, 9446.0, 9352.0, 9419.0, 9336.0, 9347.0, 9333.0, 9339.0, 9366.0, 9355.0, 9367.0, 9356.0, 9372.0, 9359.0, 9381.0, 9395.0, 9382.0, 9438.0, 9384.0, 9396.0, 9381.0, 9385.0, 9437.0, 9380.0, 9382.0, 9409.0, 9383.0, 9381.0, 9395.0, 9384.0, 9426.0, 9383.0, 9437.0, 9383.0, 9383.0, 9381.0, 9388.0, 9401.0, 9404.0, 9404.0, 9402.0, 9399.0, 9452.0, 9412.0, 9494.0, 9435.0, 9418.0, 9379.0, 9364.0, 9445.0, 9377.0, 9390.0, 9363.0, 9380.0, 9475.0, 9383.0, 9438.0, 9383.0, 9392.0, 9381.0, 9380.0, 9381.0, 9384.0, 9409.0, 9387.0, 9500.0, 9405.0, 9452.0, 9383.0, 9398.0, 9381.0, 9382.0, 9495.0, 9454.0, 9497.0, 9425.0, 9408.0, 9390.0, 9378.0, 9487.0, 9445.0, 9470.0, 9384.0, 9397.0, 9434.0, 9342.0, 9453.0, 9383.0, 9453.0, 9357.0, 9382.0, 9355.0, 9357.0, 9356.0, 9360.0, 9430.0, 9362.0, 9388.0, 9359.0, 9373.0, 9362.0, 9403.0, 9447.0, 9374.0, 9444.0, 9362.0, 9416.0, 9376.0, 9405.0, 9364.0, 9379.0, 9446.0, 9377.0, 9421.0, 9380.0, 9375.0, 9374.0, 9359.0, 9361.0, 9375.0, 9485.0, 9432.0, 9488.0, 9445.0, 9457.0, 9389.0, 9413.0, 9357.0, 9391.0, 9403.0, 9378.0, 9473.0, 9361.0, 9413.0, 9356.0, 9369.0, 9380.0, 9355.0, 9380.0, 9368.0, 9410.0, 9383.0, 9470.0, 9439.0, 9450.0, 9382.0, 9364.0, 9435.0, 9351.0, 9407.0, 9357.0, 9368.0, 9336.0, 9338.0, 9354.0, 9352.0, 9355.0, 9352.0, 9337.0, 9353.0, 9370.0, 9355.0, 9369.0, 9402.0, 9444.0, 9454.0, 9387.0, 9439.0, 9373.0, 9445.0, 9469.0, 9409.0, 9450.0, 9352.0, 9366.0, 9355.0, 9353.0, 9352.0, 9338.0, 9360.0, 9371.0, 9362.0, 9389.0, 9376.0, 9372.0, 9376.0, 9374.0, 9372.0, 9371.0, 9414.0, 9452.0, 9468.0, 9417.0, 9440.0, 9383.0, 9410.0, 9326.0, 9354.0, 9331.0, 9328.0, 9312.0, 9350.0, 9349.0, 9329.0, 9363.0, 9356.0, 9395.0, 9351.0, 9347.0, 9350.0, 9348.0, 9349.0, 9347.0, 9364.0, 9416.0, 9436.0, 9372.0, 9413.0, 9385.0, 9389.0, 9341.0, 9373.0, 9346.0, 9448.0, 9387.0, 9407.0, 9349.0, 9340.0, 9420.0, 9349.0, 9361.0, 9336.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.0010154896142433236</td></tr>
<tr><td colspan=3>aqi</td><td>0.017501704055390702</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.72227123378218</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2026269301584165</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0194819085148528</td></tr>
<tr><td colspan=3>efc</td><td>0.4983</td></tr>
<tr><td colspan=3>fber</td><td>4941.082</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07548239751507244</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6923837784371909</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3837300634562992</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2717764003820844</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6039397560990567</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2754740338877566</td></tr>
<tr><td colspan=3>gcor</td><td>0.0147195</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013873686082661152</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.043673835694789886</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1011</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.7790135453748426</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>16.1513</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6896</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.4521</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296739.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>1066.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>407.2707</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8373</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.2243</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3411.3803</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4601.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>946.802</td></tr>
<tr><td colspan=3>tsnr</td><td>36.74075979134068</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>