<?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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-01/func/sub-0086_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>68359302b6333a0d44b413e36888781f</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:13:39.067500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999919, -0.0104312, -0.00731716, 0.0108206, 0.998408, 0.0553624]</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.0912899</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>[4152, -7746, -7304, 651, -79, -131, 72, 96]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.123</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f8eef070-fe46-4e68-8dc8-64235d3ae2a6||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682708978652954, 0.02903081849217415, -0.018165625631809235, 111.24127960205078], [0.027986183762550354, 2.678654909133911, 0.14968007802963257, -103.5846939086914], [-0.0196313988417387, -0.14853322505950928, 2.695786714553833, -77.10964965820312], [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': ['101339.067500', '101339.527500', '101339.987500', '101340.447500', '101340.907500', '101341.367500', '101341.827500', '101342.287500', '101342.747500', '101343.207500', '101343.667500', '101344.127500', '101344.587500', '101345.047500', '101345.507500', '101345.967500', '101346.427500', '101346.887500', '101347.347500', '101347.807500', '101348.267500', '101348.727500', '101349.187500', '101349.647500', '101350.107500', '101350.567500', '101351.027500', '101351.487500', '101351.947500', '101352.407500', '101352.867500', '101353.327500', '101353.787500', '101354.247500', '101354.707500', '101355.167500', '101355.627500', '101356.087500', '101356.547500', '101357.007500', '101357.467500', '101357.927500', '101358.387500', '101358.847500', '101359.307500', '101359.767500', '101400.227500', '101400.687500', '101401.147500', '101401.607500', '101402.067500', '101402.527500', '101402.987500', '101403.447500', '101403.907500', '101404.367500', '101404.827500', '101405.287500', '101405.747500', '101406.207500', '101406.667500', '101407.127500', '101407.587500', '101408.047500', '101408.507500', '101408.967500', '101409.427500', '101409.887500', '101410.347500', '101410.807500', '101411.267500', '101411.727500', '101412.187500', '101412.647500', '101413.107500', '101413.567500', '101414.027500', '101414.487500', '101414.947500', '101415.407500', '101415.867500', '101416.327500', '101416.787500', '101417.247500', '101417.707500', '101418.167500', '101418.627500', '101419.087500', '101419.547500', '101420.007500', '101420.467500', '101420.927500', '101421.387500', '101421.847500', '101422.307500', '101422.767500', '101423.227500', '101423.687500', '101424.147500', '101424.607500', '101425.067500', '101425.527500', '101425.987500', '101426.447500', '101426.907500', '101427.367500', '101427.827500', '101428.287500', '101428.747500', '101429.207500', '101429.667500', '101430.127500', '101430.587500', '101431.047500', '101431.507500', '101431.967500', '101432.427500', '101432.887500', '101433.347500', '101433.807500', '101434.267500', '101434.727500', '101435.187500', '101435.647500', '101436.107500', '101436.567500', '101437.027500', '101437.487500', '101437.947500', '101438.407500', '101438.867500', '101439.327500', '101439.787500', '101440.247500', '101440.707500', '101441.167500', '101441.627500', '101442.087500', '101442.547500', '101443.007500', '101443.467500', '101443.927500', '101444.387500', '101444.847500', '101445.307500', '101445.767500', '101446.227500', '101446.687500', '101447.147500', '101447.607500', '101448.067500', '101448.527500', '101448.987500', '101449.447500', '101449.907500', '101450.367500', '101450.827500', '101451.287500', '101451.747500', '101452.207500', '101452.667500', '101453.127500', '101453.587500', '101454.047500', '101454.507500', '101454.967500', '101455.427500', '101455.887500', '101456.347500', '101456.807500', '101457.267500', '101457.727500', '101458.187500', '101458.647500', '101459.107500', '101459.567500', '101500.027500', '101500.487500', '101500.947500', '101501.407500', '101501.867500', '101502.327500', '101502.787500', '101503.247500', '101503.707500', '101504.167500', '101504.627500', '101505.087500', '101505.547500', '101506.007500', '101506.467500', '101506.927500', '101507.387500', '101507.847500', '101508.307500', '101508.767500', '101509.227500', '101509.687500', '101510.147500', '101510.607500', '101511.067500', '101511.527500', '101511.987500', '101512.447500', '101512.907500', '101513.367500', '101513.827500', '101514.287500', '101514.747500', '101515.207500', '101515.667500', '101516.127500', '101516.587500', '101517.047500', '101517.507500', '101517.967500', '101518.427500', '101518.887500', '101519.347500', '101519.807500', '101520.267500', '101520.727500', '101521.187500', '101521.647500', '101522.107500', '101522.567500', '101523.027500', '101523.487500', '101523.947500', '101524.407500', '101524.867500', '101525.327500', '101525.787500', '101526.247500', '101526.707500', '101527.167500', '101527.627500', '101528.087500', '101528.547500', '101529.007500', '101529.467500', '101529.927500', '101530.387500', '101530.847500', '101531.307500', '101531.767500', '101532.227500', '101532.687500', '101533.147500', '101533.607500', '101534.067500', '101534.527500', '101534.987500', '101535.447500', '101535.907500', '101536.367500', '101536.827500', '101537.287500', '101537.747500', '101538.207500', '101538.667500', '101539.127500', '101539.587500', '101540.047500', '101540.507500', '101540.967500', '101541.427500', '101541.887500', '101542.347500', '101542.807500', '101543.267500', '101543.727500', '101544.187500', '101544.647500', '101545.107500', '101545.567500', '101546.027500', '101546.487500', '101546.947500', '101547.407500', '101547.867500', '101548.327500', '101548.787500', '101549.247500', '101549.707500', '101550.167500', '101550.627500', '101551.087500', '101551.547500', '101552.007500', '101552.467500', '101552.927500', '101553.387500', '101553.847500', '101554.307500', '101554.767500', '101555.227500', '101555.687500', '101556.147500', '101556.607500', '101557.067500', '101557.527500', '101557.987500', '101558.447500', '101558.907500', '101559.367500', '101559.827500', '101600.287500', '101600.747500', '101601.207500', '101601.667500', '101602.127500', '101602.587500', '101603.047500', '101603.507500', '101603.967500', '101604.427500', '101604.887500', '101605.347500', '101605.807500', '101606.267500', '101606.727500', '101607.187500', '101607.647500', '101608.107500', '101608.567500', '101609.027500', '101609.487500', '101609.947500', '101610.407500', '101610.867500', '101611.327500', '101611.787500', '101612.247500', '101612.707500', '101613.167500', '101613.627500', '101614.087500', '101614.547500', '101615.007500', '101615.467500', '101615.927500', '101616.387500', '101616.847500', '101617.307500', '101617.767500', '101618.227500', '101618.687500', '101619.147500', '101619.607500', '101620.067500', '101620.527500', '101620.987500', '101621.447500', '101621.907500', '101622.367500', '101622.827500', '101623.287500', '101623.747500', '101624.207500', '101624.667500', '101625.127500', '101625.587500', '101626.047500', '101626.507500', '101626.967500', '101627.427500', '101627.887500', '101628.347500', '101628.807500', '101629.267500', '101629.727500', '101630.187500', '101630.647500', '101631.107500', '101631.567500', '101632.027500', '101632.487500', '101632.947500', '101633.407500', '101633.867500', '101634.327500', '101634.787500', '101635.247500', '101635.707500', '101636.167500', '101636.627500', '101637.087500', '101637.547500', '101638.007500', '101638.467500', '101638.927500', '101639.387500', '101639.847500', '101640.307500', '101640.767500', '101641.227500', '101641.687500', '101642.147500', '101642.607500', '101643.067500', '101643.527500', '101643.987500', '101644.447500', '101644.907500', '101645.367500', '101645.827500', '101646.287500', '101646.747500', '101647.207500', '101647.667500', '101648.127500', '101648.587500', '101649.047500', '101649.507500', '101649.967500', '101650.427500', '101650.887500', '101651.347500', '101651.807500', '101652.267500', '101652.727500', '101653.187500', '101653.647500', '101654.107500', '101654.567500', '101655.027500', '101655.487500', '101655.947500', '101656.407500', '101656.867500', '101657.327500', '101657.787500', '101658.247500', '101658.707500', '101659.167500', '101659.627500', '101700.087500', '101700.547500', '101701.007500', '101701.467500', '101701.927500', '101702.387500', '101702.847500', '101703.307500', '101703.767500', '101704.227500', '101704.687500', '101705.147500', '101705.607500', '101706.067500', '101706.527500', '101706.987500', '101707.447500', '101707.907500', '101708.367500', '101708.827500', '101709.287500', '101709.747500', '101710.207500', '101710.667500', '101711.127500', '101711.587500', '101712.047500', '101712.507500', '101712.967500', '101713.427500', '101713.887500', '101714.347500', '101714.807500', '101715.267500', '101715.727500', '101716.187500', '101716.647500', '101717.107500', '101717.567500', '101718.027500', '101718.487500', '101718.947500', '101719.407500', '101719.867500', '101720.327500', '101720.787500', '101721.247500', '101721.707500', '101722.167500', '101722.627500', '101723.087500', '101723.547500', '101724.007500', '101724.467500', '101724.927500', '101725.387500', '101725.847500', '101726.307500', '101726.767500', '101727.227500', '101727.687500', '101728.147500', '101728.607500', '101729.067500', '101729.527500', '101729.987500', '101730.447500', '101730.907500', '101731.367500', '101731.827500', '101732.287500', '101732.747500', '101733.207500', '101733.667500', '101734.127500', '101734.587500', '101735.047500', '101735.507500', '101735.967500', '101736.427500', '101736.887500', '101737.347500', '101737.807500', '101738.267500', '101738.727500', '101739.187500', '101739.647500', '101740.107500', '101740.567500', '101741.027500', '101741.487500', '101741.947500', '101742.407500', '101742.867500', '101743.327500', '101743.787500', '101744.247500', '101744.707500', '101745.167500', '101745.627500', '101746.087500', '101746.547500', '101747.007500', '101747.467500', '101747.927500', '101748.387500', '101748.847500', '101749.307500', '101749.767500', '101750.227500', '101750.687500', '101751.147500', '101751.607500', '101752.067500', '101752.527500', '101752.987500', '101753.447500', '101753.907500', '101754.367500', '101754.827500', '101755.287500', '101755.747500', '101756.207500', '101756.667500', '101757.127500', '101757.587500', '101758.047500', '101758.507500', '101758.967500', '101759.427500', '101759.887500', '101800.347500', '101800.807500', '101801.267500', '101801.727500', '101802.187500', '101802.647500', '101803.107500', '101803.567500', '101804.027500', '101804.487500', '101804.947500', '101805.407500', '101805.867500', '101806.327500', '101806.787500', '101807.247500', '101807.707500', '101808.167500', '101808.627500', '101809.087500', '101809.547500', '101810.007500', '101810.467500', '101810.927500', '101811.387500', '101811.847500', '101812.307500', '101812.767500', '101813.227500', '101813.687500', '101814.147500', '101814.607500', '101815.067500', '101815.527500', '101815.987500', '101816.447500', '101816.907500', '101817.367500', '101817.827500', '101818.287500', '101818.747500', '101819.207500', '101819.667500', '101820.127500', '101820.587500', '101821.047500', '101821.507500', '101821.967500', '101822.427500', '101822.887500', '101823.347500', '101823.807500', '101824.267500', '101824.727500', '101825.187500', '101825.647500', '101826.107500', '101826.567500', '101827.027500', '101827.487500', '101827.947500', '101828.407500', '101828.867500', '101829.327500', '101829.787500', '101830.247500', '101830.707500', '101831.167500', '101831.627500', '101832.087500', '101832.547500', '101833.007500', '101833.467500', '101833.927500', '101834.387500', '101834.847500', '101835.307500', '101835.767500', '101836.227500', '101836.687500', '101837.147500', '101837.607500', '101838.067500', '101838.527500', '101838.987500', '101839.447500', '101839.907500', '101840.367500', '101840.827500', '101841.287500', '101841.747500', '101842.207500', '101842.667500', '101843.127500', '101843.587500', '101844.047500', '101844.507500', '101844.967500', '101845.427500', '101845.887500', '101846.347500', '101846.807500', '101847.267500', '101847.727500', '101848.187500', '101848.647500', '101849.107500', '101849.567500', '101850.027500', '101850.487500', '101850.947500', '101851.407500', '101851.867500', '101852.327500', '101852.787500', '101853.247500', '101853.707500', '101854.167500', '101854.627500', '101855.087500', '101855.547500', '101856.007500', '101856.467500', '101856.927500', '101857.387500', '101857.847500', '101858.307500', '101858.767500', '101859.227500', '101859.687500', '101900.147500', '101900.607500', '101901.067500', '101901.527500', '101901.987500', '101902.447500', '101902.907500', '101903.367500', '101903.827500', '101904.287500', '101904.747500', '101905.207500', '101905.667500', '101906.127500', '101906.587500', '101907.047500', '101907.507500', '101907.967500', '101908.427500', '101908.887500', '101909.347500', '101909.807500', '101910.267500', '101910.727500', '101911.187500', '101911.647500', '101912.107500', '101912.567500', '101913.027500', '101913.487500', '101913.947500', '101914.407500', '101914.867500', '101915.327500', '101915.787500', '101916.247500', '101916.707500', '101917.167500', '101917.627500', '101918.087500', '101918.547500', '101919.007500', '101919.467500', '101919.927500', '101920.387500', '101920.847500', '101921.307500', '101921.767500', '101922.227500', '101922.687500', '101923.147500', '101923.607500', '101924.067500', '101924.527500', '101924.987500', '101925.447500', '101925.907500', '101926.367500', '101926.827500', '101927.287500', '101927.747500', '101928.207500', '101928.667500', '101929.127500', '101929.587500', '101930.047500', '101930.507500', '101930.967500', '101931.427500', '101931.887500', '101932.347500', '101932.807500', '101933.267500', '101933.727500', '101934.187500', '101934.647500', '101935.107500', '101935.567500', '101936.027500', '101936.487500', '101936.947500', '101937.407500', '101937.867500', '101938.327500', '101938.787500', '101939.247500', '101939.707500', '101940.167500', '101940.627500', '101941.087500', '101941.547500', '101942.007500', '101942.467500', '101942.927500', '101943.387500', '101943.847500', '101944.307500', '101944.767500', '101945.227500', '101945.687500', '101946.147500', '101946.607500', '101947.067500', '101947.527500', '101947.987500', '101948.447500', '101948.907500', '101949.367500', '101949.827500', '101950.287500', '101950.747500', '101951.207500', '101951.667500', '101952.127500', '101952.587500', '101953.047500', '101953.507500', '101953.967500', '101954.427500', '101954.887500', '101955.347500', '101955.807500', '101956.267500', '101956.727500', '101957.187500', '101957.647500', '101958.107500', '101958.567500', '101959.027500', '101959.487500', '101959.947500', '102000.407500', '102000.867500', '102001.327500', '102001.787500', '102002.247500', '102002.707500', '102003.167500', '102003.627500', '102004.087500', '102004.547500', '102005.007500', '102005.467500', '102005.927500', '102006.387500', '102006.847500', '102007.307500', '102007.767500', '102008.227500', '102008.687500', '102009.147500', '102009.607500', '102010.067500', '102010.527500', '102010.987500', '102011.447500', '102011.907500', '102012.367500', '102012.827500', '102013.287500', '102013.747500', '102014.207500', '102014.667500', '102015.127500', '102015.587500', '102016.047500', '102016.507500', '102016.967500', '102017.427500', '102017.887500', '102018.347500', '102018.807500', '102019.267500', '102019.727500', '102020.187500', '102020.647500', '102021.107500', '102021.567500', '102022.027500', '102022.487500', '102022.947500', '102023.407500', '102023.867500', '102024.327500', '102024.787500', '102025.247500', '102025.707500', '102026.167500', '102026.627500', '102027.087500', '102027.547500', '102028.007500', '102028.467500', '102028.927500', '102029.387500', '102029.847500', '102030.307500', '102030.767500', '102031.227500', '102031.687500', '102032.147500', '102032.607500', '102033.067500', '102033.527500', '102033.987500', '102034.447500', '102034.907500', '102035.367500', '102035.827500', '102036.287500', '102036.747500', '102037.207500', '102037.667500', '102038.127500', '102038.587500', '102039.047500', '102039.507500', '102039.967500', '102040.427500', '102040.887500', '102041.347500', '102041.807500', '102042.267500', '102042.727500', '102043.187500', '102043.647500', '102044.107500', '102044.567500', '102045.027500', '102045.487500', '102045.947500', '102046.407500', '102046.867500', '102047.327500', '102047.787500', '102048.247500', '102048.707500', '102049.167500', '102049.627500', '102050.087500', '102050.547500', '102051.007500', '102051.467500', '102051.927500', '102052.387500', '102052.847500', '102053.307500', '102053.767500', '102054.227500', '102054.687500', '102055.147500', '102055.607500', '102056.067500', '102056.527500', '102056.987500', '102057.447500', '102057.907500', '102058.367500', '102058.827500', '102059.287500', '102059.747500', '102100.207500', '102100.667500', '102101.127500', '102101.587500', '102102.047500', '102102.507500', '102102.967500', '102103.427500', '102103.887500', '102104.347500', '102104.807500', '102105.267500', '102105.727500', '102106.187500', '102106.647500', '102107.107500', '102107.567500', '102108.027500', '102108.487500', '102108.947500', '102109.407500', '102109.867500', '102110.327500', '102110.787500', '102111.247500', '102111.707500', '102112.167500', '102112.627500', '102113.087500', '102113.547500', '102114.007500', '102114.467500', '102114.927500', '102115.387500', '102115.847500', '102116.307500', '102116.767500', '102117.227500', '102117.687500', '102118.147500', '102118.607500', '102119.067500', '102119.527500', '102119.987500', '102120.447500', '102120.907500', '102121.367500', '102121.827500', '102122.287500', '102122.747500', '102123.207500', '102123.667500', '102124.127500', '102124.587500', '102125.047500', '102125.507500', '102125.967500'], 'ContentTime': ['101407.555000', '101407.558000', '101407.561000', '101407.564000', '101407.567000', '101407.569000', '101407.572000', '101407.575000', '101407.577000', '101407.580000', '101407.582000', '101407.585000', '101407.588000', '101407.590000', '101407.593000', '101407.596000', '101407.598000', '101407.601000', '101407.604000', '101407.606000', '101407.616000', '101407.619000', '101407.622000', '101407.624000', '101407.627000', '101407.629000', '101407.632000', '101407.635000', '101407.637000', '101407.640000', '101407.643000', '101407.645000', '101407.648000', '101407.650000', '101407.653000', '101407.656000', '101407.658000', '101407.661000', '101407.663000', '101407.666000', '101407.669000', '101407.671000', '101407.674000', '101407.677000', '101407.685000', '101407.688000', '101407.691000', '101407.693000', '101407.696000', '101407.698000', '101407.701000', '101407.704000', '101407.706000', '101407.709000', '101407.711000', '101407.714000', '101407.717000', '101407.720000', '101407.722000', '101407.725000', '101427.525000', '101427.527000', '101427.530000', '101427.533000', '101427.535000', '101427.538000', '101427.541000', '101427.543000', '101427.546000', '101427.561000', '101427.564000', '101427.566000', '101427.569000', '101427.571000', '101427.574000', '101427.577000', '101427.579000', '101427.586000', '101427.589000', '101427.591000', '101427.594000', '101427.597000', '101427.599000', '101427.602000', '101427.605000', '101427.607000', '101427.610000', '101427.613000', '101427.615000', '101427.618000', '101427.620000', '101427.623000', '101427.626000', '101427.628000', '101427.631000', '101427.633000', '101427.636000', '101427.639000', '101427.641000', '101427.644000', '101427.647000', '101427.649000', '101427.652000', '101447.524000', '101447.527000', '101447.536000', '101447.539000', '101447.541000', '101447.544000', '101447.547000', '101447.549000', '101447.552000', '101447.555000', '101447.557000', '101447.560000', '101447.562000', '101447.565000', '101447.568000', '101447.570000', '101447.573000', '101447.576000', '101447.578000', '101447.581000', '101447.583000', '101447.586000', '101447.589000', '101447.591000', '101447.594000', '101447.596000', '101447.599000', '101447.602000', '101447.604000', '101447.607000', '101447.610000', '101447.612000', '101447.615000', '101447.618000', '101447.620000', '101447.623000', '101447.625000', '101447.628000', '101447.631000', '101447.633000', '101447.636000', '101447.639000', '101447.641000', '101447.644000', '101507.523000', '101507.526000', '101507.529000', '101507.532000', '101507.534000', '101507.537000', '101507.540000', '101507.542000', '101507.545000', '101507.554000', '101507.556000', '101507.559000', '101507.562000', '101507.564000', '101507.567000', '101507.569000', '101507.572000', '101507.575000', '101507.577000', '101507.580000', '101507.583000', '101507.585000', '101507.588000', '101507.591000', '101507.593000', '101507.596000', '101507.598000', '101507.601000', '101507.604000', '101507.606000', '101507.609000', '101507.612000', '101507.614000', '101507.617000', '101507.619000', '101507.622000', '101507.625000', '101507.627000', '101507.630000', '101507.633000', '101507.635000', '101507.638000', '101507.640000', '101527.523000', '101527.526000', '101527.529000', '101527.532000', '101527.534000', '101527.537000', '101527.540000', '101527.543000', '101527.546000', '101527.549000', '101527.551000', '101527.554000', '101527.557000', '101527.559000', '101527.562000', '101527.565000', '101527.567000', '101527.570000', '101527.572000', '101527.575000', '101527.578000', '101527.580000', '101527.583000', '101527.586000', '101527.588000', '101527.591000', '101527.594000', '101527.596000', '101527.599000', '101527.602000', '101527.604000', '101527.607000', '101527.610000', '101527.613000', '101527.615000', '101527.618000', '101527.621000', '101527.623000', '101527.626000', '101527.629000', '101527.631000', '101527.634000', '101527.636000', '101527.639000', '101547.523000', '101547.526000', '101547.529000', '101547.532000', '101547.534000', '101547.537000', '101547.540000', '101547.542000', '101547.545000', '101547.548000', '101547.550000', '101547.553000', '101547.555000', '101547.558000', '101547.561000', '101547.563000', '101547.566000', '101547.569000', '101547.571000', '101547.574000', '101547.577000', '101547.579000', '101547.582000', '101547.585000', '101547.587000', '101547.590000', '101547.592000', '101547.595000', '101547.598000', '101547.600000', '101547.603000', '101547.606000', '101547.608000', '101547.611000', '101547.614000', '101547.616000', '101547.619000', '101547.621000', '101547.624000', '101547.627000', '101547.629000', '101547.632000', '101547.635000', '101607.525000', '101607.528000', '101607.530000', '101607.533000', '101607.535000', '101607.548000', '101607.550000', '101607.553000', '101607.555000', '101607.558000', '101607.561000', '101607.563000', '101607.566000', '101607.569000', '101607.572000', '101607.575000', '101607.578000', '101607.581000', '101607.584000', '101607.586000', '101607.589000', '101607.592000', '101607.594000', '101607.597000', '101607.600000', '101607.602000', '101607.605000', '101607.608000', '101607.610000', '101607.613000', '101607.616000', '101607.618000', '101607.621000', '101607.624000', '101607.626000', '101607.629000', '101607.632000', '101607.634000', '101607.637000', '101607.639000', '101607.642000', '101607.645000', '101607.647000', '101627.525000', '101627.527000', '101627.530000', '101627.533000', '101627.535000', '101627.538000', '101627.541000', '101627.543000', '101627.546000', '101627.548000', '101627.551000', '101627.554000', '101627.556000', '101627.559000', '101627.562000', '101627.564000', '101627.567000', '101627.569000', '101627.572000', '101627.575000', '101627.578000', '101627.580000', '101627.583000', '101627.585000', '101627.588000', '101627.591000', '101627.593000', '101627.596000', '101627.599000', '101627.601000', '101627.604000', '101627.606000', '101627.609000', '101627.612000', '101627.614000', '101627.617000', '101627.620000', '101627.622000', '101627.625000', '101627.627000', '101627.630000', '101627.633000', '101627.635000', '101627.638000', '101647.524000', '101647.527000', '101647.530000', '101647.532000', '101647.535000', '101647.538000', '101647.541000', '101647.543000', '101647.546000', '101647.548000', '101647.551000', '101647.554000', '101647.556000', '101647.560000', '101647.563000', '101647.566000', '101647.569000', '101647.571000', '101647.574000', '101647.577000', '101647.580000', '101647.583000', '101647.586000', '101647.589000', '101647.591000', '101647.594000', '101647.597000', '101647.599000', '101647.602000', '101647.604000', '101647.607000', '101647.610000', '101647.612000', '101647.615000', '101647.618000', '101647.620000', '101647.623000', '101647.626000', '101647.628000', '101647.631000', '101647.634000', '101647.636000', '101647.639000', '101707.524000', '101707.527000', '101707.529000', '101707.532000', '101707.535000', '101707.537000', '101707.540000', '101707.542000', '101707.545000', '101707.548000', '101707.550000', '101707.553000', '101707.556000', '101707.558000', '101707.561000', '101707.570000', '101707.573000', '101707.575000', '101707.578000', '101707.581000', '101707.583000', '101707.586000', '101707.589000', '101707.591000', '101707.594000', '101707.597000', '101707.599000', '101707.602000', '101707.605000', '101707.613000', '101707.616000', '101707.618000', '101707.621000', '101707.624000', '101707.626000', '101707.629000', '101707.632000', '101707.634000', '101707.637000', '101707.640000', '101707.642000', '101707.645000', '101707.647000', '101707.650000', '101727.524000', '101727.526000', '101727.529000', '101727.533000', '101727.536000', '101727.539000', '101727.542000', '101727.545000', '101727.547000', '101727.550000', '101727.552000', '101727.555000', '101727.558000', '101727.561000', '101727.563000', '101727.566000', '101727.568000', '101727.571000', '101727.574000', '101727.576000', '101727.579000', '101727.582000', '101727.584000', '101727.587000', '101727.590000', '101727.592000', '101727.595000', '101727.598000', '101727.600000', '101727.603000', '101727.614000', '101727.616000', '101727.619000', '101727.621000', '101727.624000', '101727.627000', '101727.629000', '101727.632000', '101727.635000', '101727.637000', '101727.640000', '101727.643000', '101727.645000', '101747.523000', '101747.526000', '101747.529000', '101747.532000', '101747.534000', '101747.537000', '101747.540000', '101747.542000', '101747.545000', '101747.548000', '101747.550000', '101747.553000', '101747.555000', '101747.558000', '101747.561000', '101747.563000', '101747.566000', '101747.569000', '101747.571000', '101747.574000', '101747.577000', '101747.579000', '101747.582000', '101747.584000', '101747.587000', '101747.590000', '101747.592000', '101747.595000', '101747.598000', '101747.600000', '101747.603000', '101747.606000', '101747.608000', '101747.611000', '101747.614000', '101747.616000', '101747.619000', '101747.622000', '101747.624000', '101747.627000', '101747.630000', '101747.632000', '101747.642000', '101747.644000', '101807.524000', '101807.526000', '101807.529000', '101807.532000', '101807.535000', '101807.537000', '101807.540000', '101807.543000', '101807.545000', '101807.548000', '101807.550000', '101807.553000', '101807.556000', '101807.558000', '101807.561000', '101807.564000', '101807.566000', '101807.570000', '101807.573000', '101807.576000', '101807.580000', '101807.582000', '101807.585000', '101807.588000', '101807.590000', '101807.593000', '101807.596000', '101807.598000', '101807.601000', '101807.604000', '101807.607000', '101807.609000', '101807.612000', '101807.614000', '101807.617000', '101807.621000', '101807.624000', '101807.626000', '101807.629000', '101807.632000', '101807.634000', '101807.637000', '101807.640000', '101827.525000', '101827.527000', '101827.530000', '101827.533000', '101827.536000', '101827.538000', '101827.541000', '101827.544000', '101827.546000', '101827.549000', '101827.551000', '101827.554000', '101827.557000', '101827.559000', '101827.562000', '101827.565000', '101827.567000', '101827.570000', '101827.572000', '101827.575000', '101827.578000', '101827.580000', '101827.583000', '101827.586000', '101827.588000', '101827.591000', '101827.593000', '101827.596000', '101827.599000', '101827.602000', '101827.604000', '101827.607000', '101827.610000', '101827.612000', '101827.615000', '101827.618000', '101827.620000', '101827.623000', '101827.626000', '101827.628000', '101827.631000', '101827.634000', '101827.636000', '101827.639000', '101847.525000', '101847.527000', '101847.530000', '101847.533000', '101847.535000', '101847.538000', '101847.541000', '101847.543000', '101847.546000', '101847.549000', '101847.551000', '101847.554000', '101847.556000', '101847.559000', '101847.562000', '101847.564000', '101847.567000', '101847.569000', '101847.572000', '101847.575000', '101847.577000', '101847.580000', '101847.582000', '101847.585000', '101847.588000', '101847.590000', '101847.593000', '101847.596000', '101847.598000', '101847.601000', '101847.604000', '101847.607000', '101847.610000', '101847.613000', '101847.616000', '101847.621000', '101847.623000', '101847.626000', '101847.629000', '101847.631000', '101847.634000', '101847.636000', '101847.639000', '101907.525000', '101907.527000', '101907.530000', '101907.533000', '101907.535000', '101907.538000', '101907.541000', '101907.544000', '101907.547000', '101907.549000', '101907.552000', '101907.555000', '101907.557000', '101907.560000', '101907.563000', '101907.565000', '101907.568000', '101907.571000', '101907.573000', '101907.576000', '101907.579000', '101907.581000', '101907.584000', '101907.586000', '101907.589000', '101907.592000', '101907.594000', '101907.597000', '101907.600000', '101907.604000', '101907.607000', '101907.609000', '101907.612000', '101907.615000', '101907.617000', '101907.620000', '101907.622000', '101907.625000', '101907.628000', '101907.630000', '101907.633000', '101907.636000', '101907.638000', '101907.641000', '101927.524000', '101927.526000', '101927.529000', '101927.532000', '101927.534000', '101927.537000', '101927.540000', '101927.542000', '101927.545000', '101927.547000', '101927.550000', '101927.553000', '101927.555000', '101927.558000', '101927.561000', '101927.563000', '101927.566000', '101927.568000', '101927.571000', '101927.574000', '101927.576000', '101927.579000', '101927.581000', '101927.584000', '101927.586000', '101927.589000', '101927.592000', '101927.594000', '101927.597000', '101927.600000', '101927.602000', '101927.605000', '101927.608000', '101927.610000', '101927.613000', '101927.616000', '101927.620000', '101927.622000', '101927.626000', '101927.628000', '101927.631000', '101927.633000', '101927.636000', '101947.523000', '101947.526000', '101947.529000', '101947.531000', '101947.534000', '101947.537000', '101947.539000', '101947.542000', '101947.545000', '101947.547000', '101947.550000', '101947.552000', '101947.555000', '101947.558000', '101947.560000', '101947.563000', '101947.565000', '101947.568000', '101947.571000', '101947.573000', '101947.576000', '101947.578000', '101947.581000', '101947.584000', '101947.587000', '101947.589000', '101947.592000', '101947.595000', '101947.597000', '101947.600000', '101947.602000', '101947.605000', '101947.608000', '101947.611000', '101947.613000', '101947.616000', '101947.618000', '101947.621000', '101947.624000', '101947.626000', '101947.629000', '101947.632000', '101947.634000', '101947.637000', '102007.524000', '102007.526000', '102007.529000', '102007.532000', '102007.534000', '102007.537000', '102007.539000', '102007.542000', '102007.545000', '102007.547000', '102007.550000', '102007.553000', '102007.555000', '102007.558000', '102007.561000', '102007.563000', '102007.566000', '102007.568000', '102007.571000', '102007.574000', '102007.576000', '102007.579000', '102007.582000', '102007.584000', '102007.587000', '102007.589000', '102007.592000', '102007.595000', '102007.597000', '102007.600000', '102007.603000', '102007.605000', '102007.608000', '102007.610000', '102007.613000', '102007.616000', '102007.618000', '102007.621000', '102007.623000', '102007.626000', '102007.629000', '102007.631000', '102007.634000', '102027.524000', '102027.526000', '102027.529000', '102027.532000', '102027.534000', '102027.537000', '102027.540000', '102027.542000', '102027.545000', '102027.557000', '102027.560000', '102027.563000', '102027.565000', '102027.568000', '102027.571000', '102027.573000', '102027.576000', '102027.578000', '102027.581000', '102027.584000', '102027.586000', '102027.589000', '102027.591000', '102027.594000', '102027.597000', '102027.599000', '102027.602000', '102027.605000', '102027.607000', '102027.610000', '102027.612000', '102027.615000', '102027.618000', '102027.620000', '102027.623000', '102027.625000', '102027.628000', '102027.631000', '102027.633000', '102027.636000', '102027.638000', '102027.641000', '102027.644000', '102027.646000', '102047.525000', '102047.527000', '102047.530000', '102047.533000', '102047.535000', '102047.538000', '102047.540000', '102047.543000', '102047.546000', '102047.548000', '102047.551000', '102047.554000', '102047.556000', '102047.559000', '102047.562000', '102047.564000', '102047.567000', '102047.569000', '102047.572000', '102047.575000', '102047.577000', '102047.580000', '102047.582000', '102047.585000', '102047.588000', '102047.590000', '102047.593000', '102047.595000', '102047.598000', '102047.601000', '102047.603000', '102047.606000', '102047.609000', '102047.611000', '102047.614000', '102047.616000', '102047.619000', '102047.622000', '102047.624000', '102047.627000', '102047.629000', '102047.632000', '102047.635000', '102107.525000', '102107.527000', '102107.530000', '102107.533000', '102107.535000', '102107.538000', '102107.540000', '102107.543000', '102107.546000', '102107.548000', '102107.551000', '102107.554000', '102107.556000', '102107.559000', '102107.561000', '102107.564000', '102107.567000', '102107.569000', '102107.572000', '102107.574000', '102107.577000', '102107.580000', '102107.582000', '102107.585000', '102107.588000', '102107.590000', '102107.593000', '102107.596000', '102107.598000', '102107.601000', '102107.604000', '102107.606000', '102107.609000', '102107.612000', '102107.614000', '102107.617000', '102107.620000', '102107.622000', '102107.625000', '102107.627000', '102107.630000', '102107.633000', '102107.635000', '102107.638000', '102127.206000', '102127.209000', '102127.212000', '102127.215000', '102127.218000', '102127.221000', '102127.225000', '102127.227000', '102127.230000', '102127.233000', '102127.240000', '102127.243000', '102127.246000', '102127.248000', '102127.251000', '102127.254000', '102127.257000', '102127.260000', '102127.263000', '102127.266000', '102127.269000', '102127.278000', '102127.280000', '102127.283000', '102127.287000', '102127.296000', '102127.299000', '102127.302000', '102127.305000', '102127.308000', '102127.311000', '102127.313000', '102127.317000', '102127.321000', '102127.328000', '102127.331000', '102127.334000', '102127.341000', '102127.346000', '102127.348000', '102127.352000', '102127.356000', '102127.359000'], 'InstanceCreationTime': ['101407.555000', '101407.558000', '101407.561000', '101407.564000', '101407.567000', '101407.569000', '101407.572000', '101407.575000', '101407.577000', '101407.580000', '101407.582000', '101407.585000', '101407.588000', '101407.590000', '101407.593000', '101407.596000', '101407.598000', '101407.601000', '101407.604000', '101407.606000', '101407.616000', '101407.619000', '101407.622000', '101407.624000', '101407.627000', '101407.629000', '101407.632000', '101407.635000', '101407.637000', '101407.640000', '101407.643000', '101407.645000', '101407.648000', '101407.650000', '101407.653000', '101407.656000', '101407.658000', '101407.661000', '101407.663000', '101407.666000', '101407.669000', '101407.671000', '101407.674000', '101407.677000', '101407.685000', '101407.688000', '101407.691000', '101407.693000', '101407.696000', '101407.698000', '101407.701000', '101407.704000', '101407.706000', '101407.709000', '101407.711000', '101407.714000', '101407.717000', '101407.720000', '101407.722000', '101407.725000', '101427.525000', '101427.527000', '101427.530000', '101427.533000', '101427.535000', '101427.538000', '101427.541000', '101427.543000', '101427.546000', '101427.561000', '101427.564000', '101427.566000', '101427.569000', '101427.571000', '101427.574000', '101427.577000', '101427.579000', '101427.586000', '101427.589000', '101427.591000', '101427.594000', '101427.597000', '101427.599000', '101427.602000', '101427.605000', '101427.607000', '101427.610000', '101427.613000', '101427.615000', '101427.618000', '101427.620000', '101427.623000', '101427.626000', '101427.628000', '101427.631000', '101427.633000', '101427.636000', '101427.639000', '101427.641000', '101427.644000', '101427.647000', '101427.649000', '101427.652000', '101447.524000', '101447.527000', '101447.536000', '101447.539000', '101447.541000', '101447.544000', '101447.547000', '101447.549000', '101447.552000', '101447.555000', '101447.557000', '101447.560000', '101447.562000', '101447.565000', '101447.568000', '101447.570000', '101447.573000', '101447.576000', '101447.578000', '101447.581000', '101447.583000', '101447.586000', '101447.589000', '101447.591000', '101447.594000', '101447.596000', '101447.599000', '101447.602000', '101447.604000', '101447.607000', '101447.610000', '101447.612000', '101447.615000', '101447.618000', '101447.620000', '101447.623000', '101447.625000', '101447.628000', '101447.631000', '101447.633000', '101447.636000', '101447.639000', '101447.641000', '101447.644000', '101507.523000', '101507.526000', '101507.529000', '101507.532000', '101507.534000', '101507.537000', '101507.540000', '101507.542000', '101507.545000', '101507.554000', '101507.556000', '101507.559000', '101507.562000', '101507.564000', '101507.567000', '101507.569000', '101507.572000', '101507.575000', '101507.577000', '101507.580000', '101507.583000', '101507.585000', '101507.588000', '101507.591000', '101507.593000', '101507.596000', '101507.598000', '101507.601000', '101507.604000', '101507.606000', '101507.609000', '101507.612000', '101507.614000', '101507.617000', '101507.619000', '101507.622000', '101507.625000', '101507.627000', '101507.630000', '101507.633000', '101507.635000', '101507.638000', '101507.640000', '101527.523000', '101527.526000', '101527.529000', '101527.532000', '101527.534000', '101527.537000', '101527.540000', '101527.543000', '101527.546000', '101527.549000', '101527.551000', '101527.554000', '101527.557000', '101527.559000', '101527.562000', '101527.565000', '101527.567000', '101527.570000', '101527.572000', '101527.575000', '101527.578000', '101527.580000', '101527.583000', '101527.586000', '101527.588000', '101527.591000', '101527.594000', '101527.596000', '101527.599000', '101527.602000', '101527.604000', '101527.607000', '101527.610000', '101527.613000', '101527.615000', '101527.618000', '101527.621000', '101527.623000', '101527.626000', '101527.629000', '101527.631000', '101527.634000', '101527.636000', '101527.639000', '101547.523000', '101547.526000', '101547.529000', '101547.532000', '101547.534000', '101547.537000', '101547.540000', '101547.542000', '101547.545000', '101547.548000', '101547.550000', '101547.553000', '101547.555000', '101547.558000', '101547.561000', '101547.563000', '101547.566000', '101547.569000', '101547.571000', '101547.574000', '101547.577000', '101547.579000', '101547.582000', '101547.585000', '101547.587000', '101547.590000', '101547.592000', '101547.595000', '101547.598000', '101547.600000', '101547.603000', '101547.606000', '101547.608000', '101547.611000', '101547.614000', '101547.616000', '101547.619000', '101547.621000', '101547.624000', '101547.627000', '101547.629000', '101547.632000', '101547.635000', '101607.525000', '101607.528000', '101607.530000', '101607.533000', '101607.535000', '101607.548000', '101607.550000', '101607.553000', '101607.555000', '101607.558000', '101607.561000', '101607.563000', '101607.566000', '101607.569000', '101607.572000', '101607.575000', '101607.578000', '101607.581000', '101607.584000', '101607.586000', '101607.589000', '101607.592000', '101607.594000', '101607.597000', '101607.600000', '101607.602000', '101607.605000', '101607.608000', '101607.610000', '101607.613000', '101607.616000', '101607.618000', '101607.621000', '101607.624000', '101607.626000', '101607.629000', '101607.632000', '101607.634000', '101607.637000', '101607.639000', '101607.642000', '101607.645000', '101607.647000', '101627.525000', '101627.527000', '101627.530000', '101627.533000', '101627.535000', '101627.538000', '101627.541000', '101627.543000', '101627.546000', '101627.548000', '101627.551000', '101627.554000', '101627.556000', '101627.559000', '101627.562000', '101627.564000', '101627.567000', '101627.569000', '101627.572000', '101627.575000', '101627.578000', '101627.580000', '101627.583000', '101627.585000', '101627.588000', '101627.591000', '101627.593000', '101627.596000', '101627.599000', '101627.601000', '101627.604000', '101627.606000', '101627.609000', '101627.612000', '101627.614000', '101627.617000', '101627.620000', '101627.622000', '101627.625000', '101627.627000', '101627.630000', '101627.633000', '101627.635000', '101627.638000', '101647.524000', '101647.527000', '101647.530000', '101647.532000', '101647.535000', '101647.538000', '101647.541000', '101647.543000', '101647.546000', '101647.548000', '101647.551000', '101647.554000', '101647.556000', '101647.560000', '101647.563000', '101647.566000', '101647.569000', '101647.571000', '101647.574000', '101647.577000', '101647.580000', '101647.583000', '101647.586000', '101647.589000', '101647.591000', '101647.594000', '101647.597000', '101647.599000', '101647.602000', '101647.604000', '101647.607000', '101647.610000', '101647.612000', '101647.615000', '101647.618000', '101647.620000', '101647.623000', '101647.626000', '101647.628000', '101647.631000', '101647.634000', '101647.636000', '101647.639000', '101707.524000', '101707.527000', '101707.529000', '101707.532000', '101707.535000', '101707.537000', '101707.540000', '101707.542000', '101707.545000', '101707.548000', '101707.550000', '101707.553000', '101707.556000', '101707.558000', '101707.561000', '101707.570000', '101707.573000', '101707.575000', '101707.578000', '101707.581000', '101707.583000', '101707.586000', '101707.589000', '101707.591000', '101707.594000', '101707.597000', '101707.599000', '101707.602000', '101707.605000', '101707.613000', '101707.616000', '101707.618000', '101707.621000', '101707.624000', '101707.626000', '101707.629000', '101707.632000', '101707.634000', '101707.637000', '101707.640000', '101707.642000', '101707.645000', '101707.647000', '101707.650000', '101727.524000', '101727.526000', '101727.529000', '101727.533000', '101727.536000', '101727.539000', '101727.542000', '101727.545000', '101727.547000', '101727.550000', '101727.552000', '101727.555000', '101727.558000', '101727.561000', '101727.563000', '101727.566000', '101727.568000', '101727.571000', '101727.574000', '101727.576000', '101727.579000', '101727.582000', '101727.584000', '101727.587000', '101727.590000', '101727.592000', '101727.595000', '101727.598000', '101727.600000', '101727.603000', '101727.614000', '101727.616000', '101727.619000', '101727.621000', '101727.624000', '101727.627000', '101727.629000', '101727.632000', '101727.635000', '101727.637000', '101727.640000', '101727.643000', '101727.645000', '101747.523000', '101747.526000', '101747.529000', '101747.532000', '101747.534000', '101747.537000', '101747.540000', '101747.542000', '101747.545000', '101747.548000', '101747.550000', '101747.553000', '101747.555000', '101747.558000', '101747.561000', '101747.563000', '101747.566000', '101747.569000', '101747.571000', '101747.574000', '101747.577000', '101747.579000', '101747.582000', '101747.584000', '101747.587000', '101747.590000', '101747.592000', '101747.595000', '101747.598000', '101747.600000', '101747.603000', '101747.606000', '101747.608000', '101747.611000', '101747.614000', '101747.616000', '101747.619000', '101747.622000', '101747.624000', '101747.627000', '101747.630000', '101747.632000', '101747.642000', '101747.644000', '101807.524000', '101807.526000', '101807.529000', '101807.532000', '101807.535000', '101807.537000', '101807.540000', '101807.543000', '101807.545000', '101807.548000', '101807.550000', '101807.553000', '101807.556000', '101807.558000', '101807.561000', '101807.564000', '101807.566000', '101807.570000', '101807.573000', '101807.576000', '101807.580000', '101807.582000', '101807.585000', '101807.588000', '101807.590000', '101807.593000', '101807.596000', '101807.598000', '101807.601000', '101807.604000', '101807.607000', '101807.609000', '101807.612000', '101807.614000', '101807.617000', '101807.621000', '101807.624000', '101807.626000', '101807.629000', '101807.632000', '101807.634000', '101807.637000', '101807.640000', '101827.525000', '101827.527000', '101827.530000', '101827.533000', '101827.536000', '101827.538000', '101827.541000', '101827.544000', '101827.546000', '101827.549000', '101827.551000', '101827.554000', '101827.557000', '101827.559000', '101827.562000', '101827.565000', '101827.567000', '101827.570000', '101827.572000', '101827.575000', '101827.578000', '101827.580000', '101827.583000', '101827.586000', '101827.588000', '101827.591000', '101827.593000', '101827.596000', '101827.599000', '101827.602000', '101827.604000', '101827.607000', '101827.610000', '101827.612000', '101827.615000', '101827.618000', '101827.620000', '101827.623000', '101827.626000', '101827.628000', '101827.631000', '101827.634000', '101827.636000', '101827.639000', '101847.525000', '101847.527000', '101847.530000', '101847.533000', '101847.535000', '101847.538000', '101847.541000', '101847.543000', '101847.546000', '101847.549000', '101847.551000', '101847.554000', '101847.556000', '101847.559000', '101847.562000', '101847.564000', '101847.567000', '101847.569000', '101847.572000', '101847.575000', '101847.577000', '101847.580000', '101847.582000', '101847.585000', '101847.588000', '101847.590000', '101847.593000', '101847.596000', '101847.598000', '101847.601000', '101847.604000', '101847.607000', '101847.610000', '101847.613000', '101847.616000', '101847.621000', '101847.623000', '101847.626000', '101847.629000', '101847.631000', '101847.634000', '101847.636000', '101847.639000', '101907.525000', '101907.527000', '101907.530000', '101907.533000', '101907.535000', '101907.538000', '101907.541000', '101907.544000', '101907.547000', '101907.549000', '101907.552000', '101907.555000', '101907.557000', '101907.560000', '101907.563000', '101907.565000', '101907.568000', '101907.571000', '101907.573000', '101907.576000', '101907.579000', '101907.581000', '101907.584000', '101907.586000', '101907.589000', '101907.592000', '101907.594000', '101907.597000', '101907.600000', '101907.604000', '101907.607000', '101907.609000', '101907.612000', '101907.615000', '101907.617000', '101907.620000', '101907.622000', '101907.625000', '101907.628000', '101907.630000', '101907.633000', '101907.636000', '101907.638000', '101907.641000', '101927.524000', '101927.526000', '101927.529000', '101927.532000', '101927.534000', '101927.537000', '101927.540000', '101927.542000', '101927.545000', '101927.547000', '101927.550000', '101927.553000', '101927.555000', '101927.558000', '101927.561000', '101927.563000', '101927.566000', '101927.568000', '101927.571000', '101927.574000', '101927.576000', '101927.579000', '101927.581000', '101927.584000', '101927.586000', '101927.589000', '101927.592000', '101927.594000', '101927.597000', '101927.600000', '101927.602000', '101927.605000', '101927.608000', '101927.610000', '101927.613000', '101927.616000', '101927.620000', '101927.622000', '101927.626000', '101927.628000', '101927.631000', '101927.633000', '101927.636000', '101947.523000', '101947.526000', '101947.529000', '101947.531000', '101947.534000', '101947.537000', '101947.539000', '101947.542000', '101947.545000', '101947.547000', '101947.550000', '101947.552000', '101947.555000', '101947.558000', '101947.560000', '101947.563000', '101947.565000', '101947.568000', '101947.571000', '101947.573000', '101947.576000', '101947.578000', '101947.581000', '101947.584000', '101947.587000', '101947.589000', '101947.592000', '101947.595000', '101947.597000', '101947.600000', '101947.602000', '101947.605000', '101947.608000', '101947.611000', '101947.613000', '101947.616000', '101947.618000', '101947.621000', '101947.624000', '101947.626000', '101947.629000', '101947.632000', '101947.634000', '101947.637000', '102007.524000', '102007.526000', '102007.529000', '102007.532000', '102007.534000', '102007.537000', '102007.539000', '102007.542000', '102007.545000', '102007.547000', '102007.550000', '102007.553000', '102007.555000', '102007.558000', '102007.561000', '102007.563000', '102007.566000', '102007.568000', '102007.571000', '102007.574000', '102007.576000', '102007.579000', '102007.582000', '102007.584000', '102007.587000', '102007.589000', '102007.592000', '102007.595000', '102007.597000', '102007.600000', '102007.603000', '102007.605000', '102007.608000', '102007.610000', '102007.613000', '102007.616000', '102007.618000', '102007.621000', '102007.623000', '102007.626000', '102007.629000', '102007.631000', '102007.634000', '102027.524000', '102027.526000', '102027.529000', '102027.532000', '102027.534000', '102027.537000', '102027.540000', '102027.542000', '102027.545000', '102027.557000', '102027.560000', '102027.563000', '102027.565000', '102027.568000', '102027.571000', '102027.573000', '102027.576000', '102027.578000', '102027.581000', '102027.584000', '102027.586000', '102027.589000', '102027.591000', '102027.594000', '102027.597000', '102027.599000', '102027.602000', '102027.605000', '102027.607000', '102027.610000', '102027.612000', '102027.615000', '102027.618000', '102027.620000', '102027.623000', '102027.625000', '102027.628000', '102027.631000', '102027.633000', '102027.636000', '102027.638000', '102027.641000', '102027.644000', '102027.646000', '102047.525000', '102047.527000', '102047.530000', '102047.533000', '102047.535000', '102047.538000', '102047.540000', '102047.543000', '102047.546000', '102047.548000', '102047.551000', '102047.554000', '102047.556000', '102047.559000', '102047.562000', '102047.564000', '102047.567000', '102047.569000', '102047.572000', '102047.575000', '102047.577000', '102047.580000', '102047.582000', '102047.585000', '102047.588000', '102047.590000', '102047.593000', '102047.595000', '102047.598000', '102047.601000', '102047.603000', '102047.606000', '102047.609000', '102047.611000', '102047.614000', '102047.616000', '102047.619000', '102047.622000', '102047.624000', '102047.627000', '102047.629000', '102047.632000', '102047.635000', '102107.525000', '102107.527000', '102107.530000', '102107.533000', '102107.535000', '102107.538000', '102107.540000', '102107.543000', '102107.546000', '102107.548000', '102107.551000', '102107.554000', '102107.556000', '102107.559000', '102107.561000', '102107.564000', '102107.567000', '102107.569000', '102107.572000', '102107.574000', '102107.577000', '102107.580000', '102107.582000', '102107.585000', '102107.588000', '102107.590000', '102107.593000', '102107.596000', '102107.598000', '102107.601000', '102107.604000', '102107.606000', '102107.609000', '102107.612000', '102107.614000', '102107.617000', '102107.620000', '102107.622000', '102107.625000', '102107.627000', '102107.630000', '102107.633000', '102107.635000', '102107.638000', '102127.206000', '102127.209000', '102127.212000', '102127.215000', '102127.218000', '102127.221000', '102127.225000', '102127.227000', '102127.230000', '102127.233000', '102127.240000', '102127.243000', '102127.246000', '102127.248000', '102127.251000', '102127.254000', '102127.257000', '102127.260000', '102127.263000', '102127.266000', '102127.269000', '102127.278000', '102127.280000', '102127.283000', '102127.287000', '102127.296000', '102127.299000', '102127.302000', '102127.305000', '102127.308000', '102127.311000', '102127.313000', '102127.317000', '102127.321000', '102127.328000', '102127.331000', '102127.334000', '102127.341000', '102127.346000', '102127.348000', '102127.352000', '102127.356000', '102127.359000'], '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': [8137, 10652, 13512, 8941, 12522, 8686, 10140, 12580, 8604, 12846, 7597, 9397, 12556, 8680, 11482, 7726, 11320, 13100, 8496, 12539, 7846, 10202, 11677, 8728, 13123, 7962, 9426, 13339, 8774, 12066, 8910, 8636, 13187, 7828, 9440, 13167, 8850, 12780, 7628, 9177, 13287, 8289, 11899, 8850, 8955, 13150, 8415, 11415, 13315, 8986, 12679, 8083, 11624, 11974, 8930, 12842, 7972, 10288, 12417, 8611, 12907, 7510, 9316, 13836, 8592, 12160, 7622, 9968, 13389, 8534, 12586, 8747, 9348, 13274, 8408, 12586, 11730, 9028, 13220, 7911, 11287, 10015, 8694, 13595, 7755, 11308, 12184, 9440, 13439, 8405, 12304, 12878, 9466, 13415, 7958, 10788, 8258, 8937, 14154, 8466, 11510, 13591, 9520, 12457, 7840, 10757, 13496, 8686, 12551, 7754, 9548, 12400, 8273, 12280, 7690, 9303, 12901, 8705, 12588, 7516, 8873, 13671, 7970, 11765, 12637, 9236, 13251, 7484, 10250, 13277, 8974, 12126, 7364, 9161, 12743, 8182, 11565, 12117, 8644, 11984, 7745, 11371, 12395, 8499, 12552, 7683, 10159, 11416, 8543, 12777, 7652, 8802, 12801, 8521, 12082, 9274, 8346, 13304, 7805, 10839, 10780, 8685, 13648, 7841, 10049, 14037, 9387, 12455, 7460, 9744, 13571, 8719, 12120, 8315, 9053, 13183, 8068, 12396, 10201, 9183, 13688, 8708, 12417, 7682, 9061, 14074, 8026, 11744, 12652, 9239, 13043, 7687, 10561, 13568, 8988, 12875, 7510, 10549, 13645, 8965, 12585, 7875, 9101, 12870, 9028, 12561, 7873, 11117, 11469, 8688, 13223, 7814, 10760, 7685, 8598, 13424, 8146, 11892, 14474, 9543, 12514, 7959, 11711, 13513, 8713, 12260, 8664, 9571, 11606, 8272, 12321, 12680, 8502, 12647, 8146, 9294, 11834, 8238, 12248, 11317, 8452, 13176, 7493, 10162, 10829, 8420, 12275, 7734, 8726, 12865, 8427, 11637, 9083, 8367, 13356, 7690, 10324, 13052, 9096, 12850, 7567, 10094, 13566, 8421, 12586, 7652, 9713, 13453, 8150, 12118, 8835, 8987, 12672, 8143, 12594, 9930, 9087, 13863, 8124, 11294, 9838, 8625, 13953, 8334, 9963, 13241, 8835, 13021, 7501, 9136, 13787, 7893, 11568, 8152, 8907, 13892, 7930, 11107, 14314, 9348, 12372, 8547, 11910, 12085, 8749, 13024, 7753, 10748, 9197, 8605, 13661, 7646, 11142, 11179, 9486, 13426, 8809, 12961, 10759, 9237, 13506, 8445, 11788, 9813, 8741, 13625, 7888, 11543, 9921, 9051, 13493, 8702, 12021, 11973, 8889, 13043, 8282, 11859, 10319, 8689, 13182, 7884, 11303, 10158, 8975, 13261, 8435, 11930, 11605, 8632, 13125, 8471, 12182, 8226, 8642, 13563, 8020, 11782, 8923, 8647, 13822, 7794, 11217, 13692, 9654, 12431, 8529, 12427, 11264, 9251, 13376, 8066, 11295, 12062, 8509, 12772, 7902, 9225, 12659, 8767, 12286, 7677, 8721, 13595, 7858, 10987, 12262, 8619, 12779, 8117, 8690, 13507, 8023, 10861, 11402, 8546, 13096, 7572, 10360, 13617, 9265, 13405, 7425, 10162, 14368, 9037, 12726, 9249, 9779, 14234, 8918, 12755, 10535, 9640, 14141, 8584, 12085, 7879, 9074, 13841, 8545, 11275, 12304, 8878, 12824, 7846, 9502, 13584, 8669, 11955, 7786, 8972, 13420, 7828, 10830, 13239, 8779, 12030, 7600, 10053, 13514, 8723, 12186, 11852, 9188, 12778, 8138, 11785, 14008, 8837, 12391, 7774, 11258, 8496, 8816, 13661, 7934, 11467, 12186, 9394, 13005, 8537, 12276, 10256, 9205, 13360, 9131, 12592, 7845, 9030, 13641, 7940, 11864, 8687, 9270, 13706, 8550, 11988, 13786, 9899, 12326, 7947, 11362, 13741, 8874, 12688, 7911, 9943, 12468, 8650, 12914, 7694, 9621, 13065, 8769, 12341, 7544, 9289, 13613, 7997, 11717, 10946, 9142, 13172, 7758, 10499, 13718, 8890, 12425, 7723, 11507, 9988, 8684, 13456, 7993, 12525, 7793, 9550, 14227, 8478, 12027, 13872, 9617, 12536, 8310, 11960, 12659, 8926, 12636, 8450, 12156, 7531, 9192, 13562, 8298, 12497, 8305, 9291, 12924, 7938, 12281, 8483, 9290, 12457, 8354, 12437, 7683, 8173, 13147, 7869, 11879, 7570, 9036, 13744, 7756, 11512, 12567, 9195, 12792, 8132, 11677, 14257, 8970, 13107, 7632, 10864, 12440, 8605, 12873, 8055, 9450, 12036, 8832, 12903, 8230, 11881, 14071, 9130, 13137, 8322, 12150, 7877, 9167, 13377, 7920, 12478, 7563, 9938, 13625, 8807, 12520, 10724, 9434, 12092, 8647, 12648, 8354, 11521, 10429, 8938, 12873, 8875, 12840, 7654, 11448, 13701, 9319, 13213, 8707, 12010, 7608, 9785, 13504, 8594, 12580, 11993, 9353, 11768, 8157, 11695, 12146, 8545, 12723, 7451, 9998, 10949, 8283, 11937, 7823, 8908, 13017, 8502, 12134, 7499, 8867, 13531, 7607, 11495, 11934, 9080, 11805, 8056, 11657, 12729, 8606, 12536, 7723, 10355, 9317, 8205, 12417, 7717, 9560, 11870, 8363, 13048, 7735, 10062, 13535, 8857, 13188, 7486, 9753, 12612, 8124, 12227, 7635, 9584, 12280, 8580, 12059, 7475, 10857, 13437, 8911, 11816, 7358, 9660, 12393, 8140, 11248, 12010, 8623, 10665, 7573, 10809, 11160, 8553, 11727, 8380, 11809, 7734, 9475, 13633, 8337, 11906, 11176, 9302, 12986, 7515, 10115, 13482, 8487, 12664, 8280, 9327, 11999, 8425, 12834, 11539, 8949, 13315, 7901, 10112, 12979, 8294, 12271, 9968, 8815, 12970, 7958, 11012, 13457, 8516, 12042, 7889, 9105, 12173, 8427, 12506, 7672, 9190, 13453, 8424, 12118, 8082, 8978, 13961, 7838, 11580, 13396, 9094, 12024, 8037, 11968, 12791, 8832, 12956, 7807, 10391, 13777, 8443, 12658, 9264, 9153, 12554, 8680, 12935, 8798, 8485, 13875, 7955, 11417, 11275, 8954, 13498, 7520, 10170, 13991, 8702, 12188, 7808, 9145, 13545, 8471, 12204, 11271, 9027, 13262, 8257, 12007, 14208, 8436, 12780, 7840, 10173, 12452, 8506, 13328, 8020, 10150, 13595, 8822, 12827, 7921, 10746, 13969, 8519, 12296, 7454, 10046, 13233, 8232, 12311, 7769, 8943, 13103, 8748, 12374, 7859, 9900, 13862, 8491, 12735, 8158, 9763, 13145, 8353, 13197, 7743, 9585, 13882, 8906, 12164, 12524, 8957, 13240, 7942, 10901, 7476, 8858, 13831, 8113, 12159, 12665, 9300, 12851, 8342, 12460, 9990, 8547, 13485, 7854, 12154, 7692, 9905, 13697, 8585, 13101, 7960, 9562, 14460, 9164, 12701, 7497, 10252, 14174, 8490, 12999, 8438, 9094, 13545, 8995, 13284, 7740, 10303, 14083, 8804, 12260, 8299, 9047, 13541, 8369, 12527, 7992, 9001, 13635, 8968, 12645, 7390, 9674, 13937, 8328, 12109, 14094, 9637, 12381, 8070, 11855, 14051, 8698, 12602, 7848, 10089, 13461, 8341, 12384, 11759, 8581, 12461, 7651, 10660, 9201, 8368, 13268, 7750, 10087, 12891, 8621, 12448, 7885, 12105, 12636, 8675, 12766, 7971, 12079, 10908, 9006, 13649, 8070, 11936, 9278, 9324, 13732, 8435, 12577, 10161, 9576, 12825, 9050, 13283, 7305, 10259, 14138, 9248, 12969, 7698, 11812, 13773, 8712, 12999, 7878, 10176, 9313, 8499, 13288, 7957, 11252, 12334, 8826, 12091, 7855, 12126, 12310, 8274, 12486, 8668, 13090, 7564, 9927, 14350, 8962, 13243, 7524, 11141, 14388, 8743, 13157, 7833, 10902, 9792, 9135, 14037, 8407, 10743, 13527, 9365, 12450, 7719, 11669, 13950, 8670, 13174, 7327, 10476, 11657, 8495, 12862, 7627, 10081, 11504, 8964, 13239, 7619, 11191, 14257, 8905, 12959, 7633, 10439, 13681, 8533, 12818, 7639, 9472, 13053, 8014, 12757, 7825, 9077, 13058, 8759, 13127, 7566, 11002], 'WindowCenter': [4458.0, 4472.0, 4476.0, 4434.0, 4462.0, 4422.0, 4443.0, 4446.0, 4406.0, 4434.0, 4407.0, 4428.0, 4446.0, 4402.0, 4421.0, 4381.0, 4422.0, 4432.0, 4404.0, 4447.0, 4394.0, 4424.0, 4434.0, 4404.0, 4444.0, 4393.0, 4416.0, 4444.0, 4392.0, 4434.0, 4402.0, 4393.0, 4443.0, 4394.0, 4416.0, 4442.0, 4402.0, 4432.0, 4380.0, 4401.0, 4442.0, 4404.0, 4435.0, 4402.0, 4404.0, 4444.0, 4393.0, 4435.0, 4457.0, 4416.0, 4444.0, 4393.0, 4434.0, 4433.0, 4405.0, 4446.0, 4395.0, 4425.0, 4432.0, 4405.0, 4444.0, 4381.0, 4416.0, 4457.0, 4405.0, 4433.0, 4394.0, 4426.0, 4455.0, 4416.0, 4459.0, 4417.0, 4416.0, 4444.0, 4406.0, 4447.0, 4445.0, 4417.0, 4457.0, 4394.0, 4437.0, 4424.0, 4405.0, 4456.0, 4408.0, 4449.0, 4445.0, 4415.0, 4455.0, 4406.0, 4447.0, 4445.0, 4428.0, 4458.0, 4395.0, 4436.0, 4405.0, 4404.0, 4452.0, 4394.0, 4437.0, 4445.0, 4412.0, 4434.0, 4393.0, 4421.0, 4442.0, 4406.0, 4445.0, 4381.0, 4414.0, 4432.0, 4393.0, 4432.0, 4393.0, 4416.0, 4442.0, 4402.0, 4434.0, 4381.0, 4402.0, 4443.0, 4395.0, 4435.0, 4433.0, 4415.0, 4443.0, 4370.0, 4411.0, 4442.0, 4404.0, 4433.0, 4370.0, 4401.0, 4430.0, 4379.0, 4420.0, 4433.0, 4403.0, 4421.0, 4381.0, 4421.0, 4431.0, 4392.0, 4445.0, 4394.0, 4413.0, 4431.0, 4405.0, 4443.0, 4383.0, 4416.0, 4444.0, 4403.0, 4436.0, 4402.0, 4404.0, 4458.0, 4396.0, 4435.0, 4422.0, 4405.0, 4455.0, 4393.0, 4428.0, 4468.0, 4415.0, 4444.0, 4383.0, 4413.0, 4444.0, 4406.0, 4448.0, 4403.0, 4416.0, 4445.0, 4394.0, 4446.0, 4424.0, 4427.0, 4456.0, 4405.0, 4445.0, 4383.0, 4403.0, 4443.0, 4395.0, 4447.0, 4445.0, 4416.0, 4445.0, 4382.0, 4424.0, 4444.0, 4404.0, 4433.0, 4381.0, 4424.0, 4442.0, 4403.0, 4444.0, 4394.0, 4405.0, 4431.0, 4402.0, 4431.0, 4393.0, 4434.0, 4433.0, 4405.0, 4446.0, 4395.0, 4434.0, 4393.0, 4406.0, 4444.0, 4392.0, 4446.0, 4467.0, 4426.0, 4435.0, 4394.0, 4435.0, 4442.0, 4404.0, 4447.0, 4404.0, 4411.0, 4421.0, 4391.0, 4433.0, 4431.0, 4392.0, 4444.0, 4391.0, 4401.0, 4421.0, 4392.0, 4431.0, 4420.0, 4391.0, 4443.0, 4381.0, 4410.0, 4420.0, 4391.0, 4432.0, 4382.0, 4404.0, 4444.0, 4393.0, 4433.0, 4402.0, 4394.0, 4443.0, 4394.0, 4425.0, 4443.0, 4403.0, 4444.0, 4382.0, 4424.0, 4454.0, 4406.0, 4445.0, 4394.0, 4415.0, 4443.0, 4405.0, 4459.0, 4417.0, 4415.0, 4444.0, 4406.0, 4446.0, 4423.0, 4418.0, 4458.0, 4396.0, 4439.0, 4425.0, 4405.0, 4455.0, 4405.0, 4426.0, 4444.0, 4406.0, 4444.0, 4382.0, 4414.0, 4457.0, 4406.0, 4434.0, 4393.0, 4404.0, 4456.0, 4394.0, 4437.0, 4457.0, 4415.0, 4434.0, 4403.0, 4434.0, 4434.0, 4405.0, 4455.0, 4395.0, 4437.0, 4415.0, 4406.0, 4456.0, 4396.0, 4448.0, 4435.0, 4415.0, 4456.0, 4415.0, 4447.0, 4434.0, 4416.0, 4445.0, 4394.0, 4434.0, 4413.0, 4403.0, 4455.0, 4405.0, 4436.0, 4412.0, 4404.0, 4444.0, 4403.0, 4435.0, 4435.0, 4415.0, 4443.0, 4393.0, 4435.0, 4412.0, 4403.0, 4442.0, 4405.0, 4436.0, 4414.0, 4403.0, 4444.0, 4403.0, 4435.0, 4435.0, 4417.0, 4445.0, 4404.0, 4446.0, 4392.0, 4404.0, 4456.0, 4406.0, 4446.0, 4414.0, 4405.0, 4455.0, 4395.0, 4447.0, 4457.0, 4427.0, 4447.0, 4417.0, 4446.0, 4435.0, 4426.0, 4458.0, 4395.0, 4436.0, 4433.0, 4404.0, 4445.0, 4405.0, 4416.0, 4446.0, 4404.0, 4445.0, 4393.0, 4415.0, 4458.0, 4407.0, 4437.0, 4445.0, 4406.0, 4446.0, 4393.0, 4416.0, 4457.0, 4407.0, 4436.0, 4434.0, 4405.0, 4457.0, 4405.0, 4439.0, 4458.0, 4416.0, 4456.0, 4395.0, 4437.0, 4467.0, 4418.0, 4458.0, 4416.0, 4427.0, 4456.0, 4416.0, 4447.0, 4426.0, 4429.0, 4472.0, 4418.0, 4448.0, 4394.0, 4415.0, 4454.0, 4407.0, 4437.0, 4435.0, 4416.0, 4443.0, 4394.0, 4416.0, 4456.0, 4415.0, 4437.0, 4394.0, 4416.0, 4456.0, 4394.0, 4451.0, 4472.0, 4419.0, 4446.0, 4395.0, 4426.0, 4456.0, 4406.0, 4460.0, 4446.0, 4417.0, 4444.0, 4394.0, 4446.0, 4456.0, 4418.0, 4448.0, 4396.0, 4437.0, 4405.0, 4418.0, 4457.0, 4420.0, 4451.0, 4446.0, 4416.0, 4456.0, 4416.0, 4447.0, 4438.0, 4428.0, 4458.0, 4418.0, 4447.0, 4394.0, 4417.0, 4457.0, 4409.0, 4446.0, 4406.0, 4416.0, 4454.0, 4404.0, 4447.0, 4456.0, 4425.0, 4444.0, 4394.0, 4434.0, 4444.0, 4415.0, 4445.0, 4395.0, 4414.0, 4432.0, 4403.0, 4434.0, 4383.0, 4415.0, 4442.0, 4392.0, 4433.0, 4382.0, 4403.0, 4442.0, 4392.0, 4435.0, 4422.0, 4403.0, 4432.0, 4381.0, 4424.0, 4456.0, 4415.0, 4444.0, 4393.0, 4436.0, 4414.0, 4403.0, 4456.0, 4407.0, 4446.0, 4395.0, 4416.0, 4455.0, 4403.0, 4446.0, 4457.0, 4414.0, 4445.0, 4393.0, 4434.0, 4445.0, 4417.0, 4444.0, 4405.0, 4445.0, 4395.0, 4415.0, 4444.0, 4407.0, 4447.0, 4404.0, 4416.0, 4444.0, 4394.0, 4445.0, 4403.0, 4416.0, 4446.0, 4405.0, 4444.0, 4395.0, 4417.0, 4457.0, 4406.0, 4448.0, 4395.0, 4415.0, 4457.0, 4407.0, 4451.0, 4447.0, 4416.0, 4446.0, 4407.0, 4447.0, 4456.0, 4418.0, 4458.0, 4397.0, 4437.0, 4444.0, 4405.0, 4446.0, 4406.0, 4428.0, 4446.0, 4417.0, 4446.0, 4405.0, 4448.0, 4457.0, 4416.0, 4458.0, 4409.0, 4448.0, 4394.0, 4428.0, 4456.0, 4406.0, 4444.0, 4383.0, 4414.0, 4442.0, 4403.0, 4444.0, 4435.0, 4414.0, 4432.0, 4403.0, 4444.0, 4392.0, 4434.0, 4424.0, 4417.0, 4443.0, 4416.0, 4445.0, 4392.0, 4435.0, 4443.0, 4415.0, 4444.0, 4393.0, 4432.0, 4379.0, 4402.0, 4430.0, 4390.0, 4432.0, 4419.0, 4390.0, 4418.0, 4378.0, 4420.0, 4417.0, 4389.0, 4432.0, 4368.0, 4399.0, 4407.0, 4379.0, 4418.0, 4368.0, 4401.0, 4430.0, 4390.0, 4419.0, 4367.0, 4390.0, 4430.0, 4380.0, 4422.0, 4421.0, 4389.0, 4418.0, 4381.0, 4421.0, 4430.0, 4401.0, 4431.0, 4380.0, 4413.0, 4400.0, 4392.0, 4433.0, 4392.0, 4414.0, 4432.0, 4394.0, 4443.0, 4382.0, 4412.0, 4445.0, 4405.0, 4460.0, 4383.0, 4413.0, 4432.0, 4393.0, 4433.0, 4379.0, 4401.0, 4432.0, 4404.0, 4433.0, 4371.0, 4425.0, 4455.0, 4404.0, 4421.0, 4370.0, 4412.0, 4430.0, 4392.0, 4436.0, 4432.0, 4393.0, 4435.0, 4408.0, 4434.0, 4433.0, 4414.0, 4433.0, 4392.0, 4433.0, 4392.0, 4413.0, 4453.0, 4405.0, 4446.0, 4434.0, 4414.0, 4444.0, 4382.0, 4423.0, 4442.0, 4404.0, 4456.0, 4404.0, 4416.0, 4446.0, 4405.0, 4445.0, 4433.0, 4415.0, 4457.0, 4393.0, 4425.0, 4442.0, 4403.0, 4433.0, 4425.0, 4416.0, 4444.0, 4393.0, 4424.0, 4443.0, 4404.0, 4445.0, 4405.0, 4415.0, 4444.0, 4405.0, 4444.0, 4394.0, 4415.0, 4455.0, 4417.0, 4449.0, 4406.0, 4417.0, 4457.0, 4397.0, 4449.0, 4469.0, 4418.0, 4448.0, 4407.0, 4450.0, 4458.0, 4431.0, 4460.0, 4406.0, 4437.0, 4456.0, 4407.0, 4458.0, 4428.0, 4428.0, 4447.0, 4415.0, 4456.0, 4403.0, 4416.0, 4468.0, 4408.0, 4447.0, 4437.0, 4417.0, 4457.0, 4393.0, 4437.0, 4468.0, 4418.0, 4447.0, 4396.0, 4428.0, 4459.0, 4419.0, 4461.0, 4447.0, 4428.0, 4459.0, 4418.0, 4460.0, 4467.0, 4422.0, 4470.0, 4409.0, 4442.0, 4457.0, 4418.0, 4470.0, 4420.0, 4451.0, 4458.0, 4419.0, 4459.0, 4407.0, 4439.0, 4470.0, 4419.0, 4459.0, 4397.0, 4428.0, 4457.0, 4407.0, 4448.0, 4397.0, 4431.0, 4459.0, 4417.0, 4458.0, 4407.0, 4439.0, 4469.0, 4431.0, 4472.0, 4409.0, 4439.0, 4458.0, 4418.0, 4459.0, 4395.0, 4430.0, 4458.0, 4417.0, 4448.0, 4448.0, 4431.0, 4472.0, 4407.0, 4439.0, 4396.0, 4418.0, 4458.0, 4409.0, 4460.0, 4459.0, 4428.0, 4458.0, 4419.0, 4459.0, 4427.0, 4419.0, 4472.0, 4421.0, 4459.0, 4409.0, 4438.0, 4468.0, 4421.0, 4471.0, 4410.0, 4441.0, 4481.0, 4430.0, 4460.0, 4397.0, 4440.0, 4469.0, 4419.0, 4460.0, 4421.0, 4432.0, 4470.0, 4431.0, 4470.0, 4408.0, 4439.0, 4470.0, 4433.0, 4463.0, 4408.0, 4418.0, 4458.0, 4420.0, 4459.0, 4421.0, 4444.0, 4470.0, 4418.0, 4460.0, 4399.0, 4440.0, 4469.0, 4419.0, 4462.0, 4469.0, 4429.0, 4459.0, 4408.0, 4449.0, 4466.0, 4421.0, 4460.0, 4406.0, 4428.0, 4456.0, 4408.0, 4447.0, 4447.0, 4418.0, 4447.0, 4395.0, 4427.0, 4415.0, 4406.0, 4456.0, 4409.0, 4438.0, 4445.0, 4417.0, 4447.0, 4406.0, 4446.0, 4460.0, 4419.0, 4458.0, 4407.0, 4448.0, 4436.0, 4416.0, 4458.0, 4408.0, 4448.0, 4416.0, 4417.0, 4457.0, 4405.0, 4449.0, 4427.0, 4427.0, 4445.0, 4415.0, 4446.0, 4384.0, 4426.0, 4457.0, 4416.0, 4444.0, 4384.0, 4437.0, 4444.0, 4404.0, 4446.0, 4394.0, 4414.0, 4402.0, 4403.0, 4444.0, 4406.0, 4448.0, 4445.0, 4415.0, 4445.0, 4397.0, 4449.0, 4458.0, 4421.0, 4447.0, 4418.0, 4457.0, 4397.0, 4427.0, 4469.0, 4419.0, 4460.0, 4397.0, 4438.0, 4456.0, 4407.0, 4459.0, 4397.0, 4436.0, 4415.0, 4417.0, 4455.0, 4394.0, 4438.0, 4457.0, 4415.0, 4435.0, 4383.0, 4434.0, 4455.0, 4418.0, 4447.0, 4384.0, 4425.0, 4423.0, 4403.0, 4446.0, 4395.0, 4425.0, 4434.0, 4406.0, 4442.0, 4382.0, 4436.0, 4456.0, 4406.0, 4434.0, 4382.0, 4423.0, 4443.0, 4415.0, 4457.0, 4383.0, 4415.0, 4444.0, 4393.0, 4444.0, 4396.0, 4416.0, 4444.0, 4405.0, 4443.0, 4394.0, 4437.0], 'WindowWidth': [9860.0, 9861.0, 9852.0, 9790.0, 9822.0, 9772.0, 9796.0, 9790.0, 9732.0, 9767.0, 9739.0, 9768.0, 9786.0, 9722.0, 9744.0, 9691.0, 9746.0, 9759.0, 9730.0, 9790.0, 9716.0, 9753.0, 9767.0, 9728.0, 9781.0, 9712.0, 9748.0, 9781.0, 9707.0, 9765.0, 9720.0, 9709.0, 9777.0, 9715.0, 9746.0, 9777.0, 9721.0, 9761.0, 9690.0, 9718.0, 9777.0, 9728.0, 9768.0, 9720.0, 9725.0, 9781.0, 9711.0, 9769.0, 9803.0, 9748.0, 9780.0, 9710.0, 9767.0, 9764.0, 9728.0, 9788.0, 9719.0, 9756.0, 9763.0, 9729.0, 9780.0, 9693.0, 9748.0, 9805.0, 9732.0, 9766.0, 9715.0, 9761.0, 9797.0, 9749.0, 9812.0, 9750.0, 9747.0, 9783.0, 9733.0, 9790.0, 9785.0, 9751.0, 9803.0, 9716.0, 9776.0, 9755.0, 9730.0, 9800.0, 9741.0, 9797.0, 9786.0, 9744.0, 9798.0, 9732.0, 9788.0, 9785.0, 9766.0, 9806.0, 9716.0, 9772.0, 9728.0, 9726.0, 9790.0, 9713.0, 9776.0, 9784.0, 9735.0, 9765.0, 9708.0, 9746.0, 9774.0, 9733.0, 9784.0, 9693.0, 9740.0, 9762.0, 9710.0, 9761.0, 9712.0, 9747.0, 9776.0, 9723.0, 9767.0, 9691.0, 9720.0, 9776.0, 9717.0, 9771.0, 9764.0, 9741.0, 9779.0, 9676.0, 9732.0, 9776.0, 9728.0, 9764.0, 9674.0, 9719.0, 9754.0, 9687.0, 9744.0, 9766.0, 9725.0, 9745.0, 9692.0, 9746.0, 9759.0, 9708.0, 9785.0, 9715.0, 9737.0, 9762.0, 9730.0, 9778.0, 9696.0, 9747.0, 9780.0, 9726.0, 9771.0, 9724.0, 9728.0, 9808.0, 9722.0, 9770.0, 9752.0, 9730.0, 9796.0, 9712.0, 9768.0, 9819.0, 9743.0, 9782.0, 9698.0, 9739.0, 9778.0, 9732.0, 9791.0, 9726.0, 9747.0, 9785.0, 9715.0, 9787.0, 9755.0, 9765.0, 9802.0, 9729.0, 9785.0, 9698.0, 9725.0, 9778.0, 9719.0, 9790.0, 9783.0, 9745.0, 9782.0, 9693.0, 9752.0, 9782.0, 9729.0, 9763.0, 9693.0, 9754.0, 9774.0, 9724.0, 9781.0, 9715.0, 9729.0, 9760.0, 9721.0, 9761.0, 9710.0, 9767.0, 9764.0, 9729.0, 9786.0, 9716.0, 9768.0, 9712.0, 9732.0, 9782.0, 9711.0, 9788.0, 9819.0, 9760.0, 9769.0, 9714.0, 9769.0, 9776.0, 9727.0, 9790.0, 9727.0, 9733.0, 9746.0, 9706.0, 9762.0, 9756.0, 9708.0, 9782.0, 9706.0, 9717.0, 9743.0, 9706.0, 9758.0, 9740.0, 9705.0, 9780.0, 9693.0, 9729.0, 9743.0, 9706.0, 9761.0, 9694.0, 9730.0, 9781.0, 9710.0, 9764.0, 9720.0, 9712.0, 9778.0, 9715.0, 9758.0, 9778.0, 9726.0, 9779.0, 9695.0, 9753.0, 9797.0, 9734.0, 9782.0, 9714.0, 9743.0, 9778.0, 9733.0, 9809.0, 9750.0, 9744.0, 9783.0, 9734.0, 9787.0, 9755.0, 9753.0, 9807.0, 9720.0, 9780.0, 9756.0, 9730.0, 9799.0, 9733.0, 9762.0, 9781.0, 9731.0, 9781.0, 9695.0, 9740.0, 9803.0, 9734.0, 9768.0, 9711.0, 9728.0, 9798.0, 9713.0, 9777.0, 9802.0, 9742.0, 9767.0, 9725.0, 9768.0, 9767.0, 9732.0, 9799.0, 9717.0, 9773.0, 9741.0, 9731.0, 9797.0, 9723.0, 9792.0, 9771.0, 9744.0, 9799.0, 9744.0, 9788.0, 9769.0, 9747.0, 9784.0, 9715.0, 9768.0, 9737.0, 9724.0, 9796.0, 9732.0, 9773.0, 9735.0, 9728.0, 9780.0, 9723.0, 9769.0, 9771.0, 9744.0, 9779.0, 9710.0, 9768.0, 9735.0, 9723.0, 9776.0, 9731.0, 9773.0, 9740.0, 9725.0, 9782.0, 9726.0, 9769.0, 9773.0, 9750.0, 9784.0, 9729.0, 9786.0, 9710.0, 9728.0, 9801.0, 9736.0, 9786.0, 9743.0, 9733.0, 9797.0, 9717.0, 9793.0, 9806.0, 9763.0, 9789.0, 9748.0, 9788.0, 9771.0, 9763.0, 9807.0, 9718.0, 9773.0, 9766.0, 9728.0, 9783.0, 9731.0, 9747.0, 9785.0, 9730.0, 9785.0, 9713.0, 9746.0, 9807.0, 9736.0, 9777.0, 9786.0, 9733.0, 9787.0, 9713.0, 9752.0, 9805.0, 9735.0, 9774.0, 9769.0, 9732.0, 9802.0, 9733.0, 9784.0, 9805.0, 9749.0, 9801.0, 9717.0, 9776.0, 9817.0, 9754.0, 9807.0, 9746.0, 9762.0, 9800.0, 9747.0, 9790.0, 9761.0, 9771.0, 9834.0, 9755.0, 9791.0, 9715.0, 9743.0, 9797.0, 9737.0, 9775.0, 9770.0, 9744.0, 9780.0, 9712.0, 9744.0, 9801.0, 9745.0, 9775.0, 9715.0, 9747.0, 9800.0, 9716.0, 9803.0, 9834.0, 9758.0, 9787.0, 9718.0, 9759.0, 9798.0, 9734.0, 9812.0, 9786.0, 9749.0, 9782.0, 9716.0, 9786.0, 9801.0, 9755.0, 9793.0, 9722.0, 9776.0, 9731.0, 9752.0, 9804.0, 9760.0, 9803.0, 9789.0, 9748.0, 9800.0, 9746.0, 9789.0, 9779.0, 9768.0, 9805.0, 9751.0, 9789.0, 9714.0, 9747.0, 9802.0, 9742.0, 9788.0, 9733.0, 9746.0, 9795.0, 9727.0, 9790.0, 9803.0, 9755.0, 9780.0, 9711.0, 9765.0, 9779.0, 9746.0, 9786.0, 9714.0, 9739.0, 9762.0, 9723.0, 9764.0, 9697.0, 9743.0, 9776.0, 9707.0, 9763.0, 9692.0, 9723.0, 9777.0, 9712.0, 9768.0, 9748.0, 9724.0, 9761.0, 9691.0, 9752.0, 9800.0, 9743.0, 9779.0, 9712.0, 9771.0, 9739.0, 9725.0, 9800.0, 9736.0, 9786.0, 9717.0, 9745.0, 9795.0, 9726.0, 9788.0, 9804.0, 9742.0, 9783.0, 9712.0, 9767.0, 9784.0, 9749.0, 9781.0, 9730.0, 9785.0, 9715.0, 9742.0, 9782.0, 9736.0, 9790.0, 9728.0, 9747.0, 9781.0, 9716.0, 9785.0, 9728.0, 9747.0, 9784.0, 9731.0, 9782.0, 9716.0, 9750.0, 9806.0, 9734.0, 9792.0, 9718.0, 9748.0, 9804.0, 9739.0, 9801.0, 9792.0, 9748.0, 9789.0, 9735.0, 9788.0, 9802.0, 9754.0, 9806.0, 9721.0, 9775.0, 9782.0, 9730.0, 9786.0, 9735.0, 9765.0, 9786.0, 9749.0, 9786.0, 9732.0, 9791.0, 9804.0, 9749.0, 9807.0, 9744.0, 9792.0, 9715.0, 9769.0, 9804.0, 9735.0, 9782.0, 9697.0, 9739.0, 9774.0, 9724.0, 9781.0, 9771.0, 9740.0, 9762.0, 9724.0, 9778.0, 9709.0, 9767.0, 9757.0, 9749.0, 9780.0, 9745.0, 9783.0, 9710.0, 9769.0, 9778.0, 9743.0, 9783.0, 9710.0, 9760.0, 9687.0, 9718.0, 9755.0, 9703.0, 9761.0, 9739.0, 9700.0, 9736.0, 9682.0, 9739.0, 9734.0, 9700.0, 9759.0, 9670.0, 9710.0, 9720.0, 9683.0, 9735.0, 9670.0, 9717.0, 9755.0, 9700.0, 9738.0, 9666.0, 9700.0, 9753.0, 9688.0, 9747.0, 9745.0, 9699.0, 9736.0, 9688.0, 9743.0, 9757.0, 9720.0, 9760.0, 9688.0, 9736.0, 9718.0, 9708.0, 9764.0, 9709.0, 9740.0, 9762.0, 9712.0, 9777.0, 9695.0, 9736.0, 9782.0, 9730.0, 9814.0, 9701.0, 9738.0, 9761.0, 9711.0, 9763.0, 9687.0, 9718.0, 9761.0, 9729.0, 9762.0, 9678.0, 9756.0, 9798.0, 9729.0, 9745.0, 9677.0, 9736.0, 9755.0, 9708.0, 9774.0, 9764.0, 9710.0, 9773.0, 9740.0, 9768.0, 9766.0, 9745.0, 9767.0, 9710.0, 9766.0, 9708.0, 9740.0, 9793.0, 9734.0, 9788.0, 9768.0, 9740.0, 9781.0, 9695.0, 9752.0, 9776.0, 9729.0, 9802.0, 9731.0, 9747.0, 9786.0, 9730.0, 9785.0, 9765.0, 9745.0, 9802.0, 9713.0, 9756.0, 9776.0, 9725.0, 9766.0, 9757.0, 9746.0, 9782.0, 9712.0, 9755.0, 9778.0, 9727.0, 9784.0, 9734.0, 9747.0, 9783.0, 9733.0, 9785.0, 9716.0, 9745.0, 9801.0, 9753.0, 9796.0, 9734.0, 9751.0, 9803.0, 9724.0, 9799.0, 9825.0, 9753.0, 9792.0, 9738.0, 9797.0, 9808.0, 9776.0, 9814.0, 9736.0, 9779.0, 9801.0, 9736.0, 9807.0, 9767.0, 9767.0, 9789.0, 9748.0, 9800.0, 9728.0, 9748.0, 9821.0, 9740.0, 9792.0, 9778.0, 9750.0, 9803.0, 9715.0, 9778.0, 9821.0, 9753.0, 9791.0, 9722.0, 9768.0, 9809.0, 9758.0, 9818.0, 9794.0, 9768.0, 9809.0, 9755.0, 9812.0, 9821.0, 9765.0, 9827.0, 9743.0, 9790.0, 9807.0, 9755.0, 9826.0, 9762.0, 9804.0, 9808.0, 9756.0, 9808.0, 9736.0, 9781.0, 9825.0, 9758.0, 9808.0, 9723.0, 9766.0, 9803.0, 9738.0, 9793.0, 9725.0, 9775.0, 9809.0, 9751.0, 9807.0, 9738.0, 9783.0, 9822.0, 9776.0, 9834.0, 9744.0, 9782.0, 9808.0, 9754.0, 9809.0, 9720.0, 9769.0, 9805.0, 9750.0, 9793.0, 9793.0, 9778.0, 9830.0, 9738.0, 9780.0, 9720.0, 9753.0, 9805.0, 9743.0, 9815.0, 9810.0, 9768.0, 9806.0, 9755.0, 9808.0, 9763.0, 9758.0, 9832.0, 9763.0, 9811.0, 9741.0, 9782.0, 9822.0, 9761.0, 9828.0, 9745.0, 9787.0, 9843.0, 9773.0, 9811.0, 9725.0, 9785.0, 9821.0, 9757.0, 9813.0, 9762.0, 9779.0, 9825.0, 9773.0, 9825.0, 9739.0, 9783.0, 9825.0, 9780.0, 9820.0, 9739.0, 9754.0, 9805.0, 9757.0, 9810.0, 9761.0, 9796.0, 9826.0, 9754.0, 9811.0, 9727.0, 9783.0, 9822.0, 9756.0, 9820.0, 9825.0, 9768.0, 9808.0, 9739.0, 9795.0, 9817.0, 9762.0, 9811.0, 9733.0, 9764.0, 9801.0, 9737.0, 9789.0, 9791.0, 9755.0, 9790.0, 9717.0, 9762.0, 9745.0, 9734.0, 9800.0, 9743.0, 9781.0, 9786.0, 9748.0, 9791.0, 9735.0, 9789.0, 9811.0, 9757.0, 9805.0, 9735.0, 9792.0, 9773.0, 9747.0, 9806.0, 9741.0, 9792.0, 9746.0, 9748.0, 9801.0, 9731.0, 9793.0, 9765.0, 9764.0, 9785.0, 9744.0, 9784.0, 9699.0, 9758.0, 9803.0, 9745.0, 9781.0, 9700.0, 9774.0, 9779.0, 9727.0, 9788.0, 9713.0, 9739.0, 9722.0, 9723.0, 9780.0, 9734.0, 9793.0, 9785.0, 9744.0, 9783.0, 9720.0, 9794.0, 9807.0, 9759.0, 9789.0, 9751.0, 9804.0, 9721.0, 9764.0, 9823.0, 9756.0, 9809.0, 9722.0, 9778.0, 9797.0, 9735.0, 9810.0, 9722.0, 9772.0, 9743.0, 9746.0, 9797.0, 9712.0, 9780.0, 9801.0, 9741.0, 9767.0, 9695.0, 9766.0, 9795.0, 9751.0, 9787.0, 9698.0, 9754.0, 9750.0, 9722.0, 9782.0, 9717.0, 9756.0, 9766.0, 9731.0, 9776.0, 9694.0, 9771.0, 9799.0, 9730.0, 9766.0, 9694.0, 9750.0, 9775.0, 9745.0, 9802.0, 9697.0, 9741.0, 9779.0, 9710.0, 9779.0, 9719.0, 9746.0, 9779.0, 9728.0, 9779.0, 9712.0, 9774.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.0002626086956521739</td></tr>
<tr><td colspan=3>aqi</td><td>0.016724624308300393</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.39127150634026</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1798605784470817</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9838471650939681</td></tr>
<tr><td colspan=3>efc</td><td>0.4988</td></tr>
<tr><td colspan=3>fber</td><td>6107.9014</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06378366941960063</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.49407114624505927</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.450108209022251</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.393434579299709</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.621856755671882</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3350332920951615</td></tr>
<tr><td colspan=3>gcor</td><td>0.0088232</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014380944892764091</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041789356619119644</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1012</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0777767879442495</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>19.4925</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3207</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.6305</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291369.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>927.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.5227</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0438</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.6349</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3584.1741</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3735.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1411.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.9349</td></tr>
<tr><td colspan=3>tsnr</td><td>43.75911512132734</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>