<?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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-01/func/sub-0017_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>772428321882bfe96c72298eacdaf3f3</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>13:45:6.290000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997108, -0.0670798, -0.0357256, 0.0580168, 0.975474, -0.21233]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0981682</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7717, -7245, 539, 30, -203, -23, 90]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>260.928</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>85555602-a222-41a8-95a3-65f4e5ad81dc||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6751673221588135, 0.15565472841262817, -0.13254956901073456, 104.95314025878906], [0.1799701303243637, 2.617125988006592, -0.5660377740859985, -66.57283782958984], [-0.09584905952215195, 0.5696669816970825, 2.6366705894470215, -95.46153259277344], [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': ['134506.290000', '134506.750000', '134507.210000', '134507.670000', '134508.130000', '134508.590000', '134509.050000', '134509.510000', '134509.970000', '134510.430000', '134510.890000', '134511.350000', '134511.810000', '134512.270000', '134512.730000', '134513.190000', '134513.650000', '134514.110000', '134514.570000', '134515.030000', '134515.490000', '134515.950000', '134516.410000', '134516.870000', '134517.330000', '134517.790000', '134518.250000', '134518.710000', '134519.170000', '134519.630000', '134520.090000', '134520.550000', '134521.010000', '134521.470000', '134521.930000', '134522.390000', '134522.850000', '134523.310000', '134523.770000', '134524.230000', '134524.690000', '134525.150000', '134525.610000', '134526.070000', '134526.530000', '134526.990000', '134527.450000', '134527.910000', '134528.370000', '134528.830000', '134529.290000', '134529.750000', '134530.210000', '134530.670000', '134531.130000', '134531.590000', '134532.050000', '134532.510000', '134532.970000', '134533.430000', '134533.890000', '134534.350000', '134534.810000', '134535.270000', '134535.730000', '134536.190000', '134536.650000', '134537.110000', '134537.570000', '134538.030000', '134538.490000', '134538.950000', '134539.410000', '134539.870000', '134540.330000', '134540.790000', '134541.250000', '134541.710000', '134542.170000', '134542.630000', '134543.090000', '134543.550000', '134544.010000', '134544.470000', '134544.930000', '134545.390000', '134545.850000', '134546.310000', '134546.770000', '134547.230000', '134547.690000', '134548.150000', '134548.610000', '134549.070000', '134549.530000', '134549.990000', '134550.450000', '134550.910000', '134551.370000', '134551.830000', '134552.290000', '134552.750000', '134553.210000', '134553.670000', '134554.130000', '134554.590000', '134555.050000', '134555.510000', '134555.970000', '134556.430000', '134556.890000', '134557.350000', '134557.810000', '134558.270000', '134558.730000', '134559.190000', '134559.650000', '134600.110000', '134600.570000', '134601.030000', '134601.490000', '134601.950000', '134602.410000', '134602.870000', '134603.330000', '134603.790000', '134604.250000', '134604.710000', '134605.170000', '134605.630000', '134606.090000', '134606.550000', '134607.010000', '134607.470000', '134607.930000', '134608.390000', '134608.850000', '134609.310000', '134609.770000', '134610.230000', '134610.690000', '134611.150000', '134611.610000', '134612.070000', '134612.530000', '134612.990000', '134613.450000', '134613.910000', '134614.370000', '134614.830000', '134615.290000', '134615.750000', '134616.210000', '134616.670000', '134617.130000', '134617.590000', '134618.050000', '134618.510000', '134618.970000', '134619.430000', '134619.890000', '134620.350000', '134620.810000', '134621.270000', '134621.730000', '134622.190000', '134622.650000', '134623.110000', '134623.570000', '134624.030000', '134624.490000', '134624.950000', '134625.410000', '134625.870000', '134626.330000', '134626.790000', '134627.250000', '134627.710000', '134628.170000', '134628.630000', '134629.090000', '134629.550000', '134630.010000', '134630.470000', '134630.930000', '134631.390000', '134631.850000', '134632.310000', '134632.770000', '134633.230000', '134633.690000', '134634.150000', '134634.610000', '134635.070000', '134635.530000', '134635.990000', '134636.450000', '134636.910000', '134637.370000', '134637.830000', '134638.290000', '134638.750000', '134639.210000', '134639.670000', '134640.130000', '134640.590000', '134641.050000', '134641.510000', '134641.970000', '134642.430000', '134642.890000', '134643.350000', '134643.810000', '134644.270000', '134644.730000', '134645.190000', '134645.650000', '134646.110000', '134646.570000', '134647.030000', '134647.490000', '134647.950000', '134648.410000', '134648.870000', '134649.330000', '134649.790000', '134650.250000', '134650.710000', '134651.170000', '134651.630000', '134652.090000', '134652.550000', '134653.010000', '134653.470000', '134653.930000', '134654.390000', '134654.850000', '134655.310000', '134655.770000', '134656.230000', '134656.690000', '134657.150000', '134657.610000', '134658.070000', '134658.530000', '134658.990000', '134659.450000', '134659.910000', '134700.370000', '134700.830000', '134701.290000', '134701.750000', '134702.210000', '134702.670000', '134703.130000', '134703.590000', '134704.050000', '134704.510000', '134704.970000', '134705.430000', '134705.890000', '134706.350000', '134706.810000', '134707.270000', '134707.730000', '134708.190000', '134708.650000', '134709.110000', '134709.570000', '134710.030000', '134710.490000', '134710.950000', '134711.410000', '134711.870000', '134712.330000', '134712.790000', '134713.250000', '134713.710000', '134714.170000', '134714.630000', '134715.090000', '134715.550000', '134716.010000', '134716.470000', '134716.930000', '134717.390000', '134717.850000', '134718.310000', '134718.770000', '134719.230000', '134719.690000', '134720.150000', '134720.610000', '134721.070000', '134721.530000', '134721.990000', '134722.450000', '134722.910000', '134723.370000', '134723.830000', '134724.290000', '134724.750000', '134725.210000', '134725.670000', '134726.130000', '134726.590000', '134727.050000', '134727.510000', '134727.970000', '134728.430000', '134728.890000', '134729.350000', '134729.810000', '134730.270000', '134730.730000', '134731.190000', '134731.650000', '134732.110000', '134732.570000', '134733.030000', '134733.490000', '134733.950000', '134734.410000', '134734.870000', '134735.330000', '134735.790000', '134736.250000', '134736.710000', '134737.170000', '134737.630000', '134738.090000', '134738.550000', '134739.010000', '134739.470000', '134739.930000', '134740.390000', '134740.850000', '134741.310000', '134741.770000', '134742.230000', '134742.690000', '134743.150000', '134743.610000', '134744.070000', '134744.530000', '134744.990000', '134745.450000', '134745.910000', '134746.370000', '134746.830000', '134747.290000', '134747.750000', '134748.210000', '134748.670000', '134749.130000', '134749.590000', '134750.050000', '134750.510000', '134750.970000', '134751.430000', '134751.890000', '134752.350000', '134752.810000', '134753.270000', '134753.730000', '134754.190000', '134754.650000', '134755.110000', '134755.570000', '134756.030000', '134756.490000', '134756.950000', '134757.410000', '134757.870000', '134758.330000', '134758.790000', '134759.250000', '134759.710000', '134800.170000', '134800.630000', '134801.090000', '134801.550000', '134802.010000', '134802.470000', '134802.930000', '134803.390000', '134803.850000', '134804.310000', '134804.770000', '134805.230000', '134805.690000', '134806.150000', '134806.610000', '134807.070000', '134807.530000', '134807.990000', '134808.450000', '134808.910000', '134809.370000', '134809.830000', '134810.290000', '134810.750000', '134811.210000', '134811.670000', '134812.130000', '134812.590000', '134813.050000', '134813.510000', '134813.970000', '134814.430000', '134814.890000', '134815.350000', '134815.810000', '134816.270000', '134816.730000', '134817.190000', '134817.650000', '134818.110000', '134818.570000', '134819.030000', '134819.490000', '134819.950000', '134820.410000', '134820.870000', '134821.330000', '134821.790000', '134822.250000', '134822.710000', '134823.170000', '134823.630000', '134824.090000', '134824.550000', '134825.010000', '134825.470000', '134825.930000', '134826.390000', '134826.850000', '134827.310000', '134827.770000', '134828.230000', '134828.690000', '134829.150000', '134829.610000', '134830.070000', '134830.530000', '134830.990000', '134831.450000', '134831.910000', '134832.370000', '134832.830000', '134833.290000', '134833.750000', '134834.210000', '134834.670000', '134835.130000', '134835.590000', '134836.050000', '134836.510000', '134836.970000', '134837.430000', '134837.890000', '134838.350000', '134838.810000', '134839.270000', '134839.730000', '134840.190000', '134840.650000', '134841.110000', '134841.570000', '134842.030000', '134842.490000', '134842.950000', '134843.410000', '134843.870000', '134844.330000', '134844.790000', '134845.250000', '134845.710000', '134846.170000', '134846.630000', '134847.090000', '134847.550000', '134848.010000', '134848.470000', '134848.930000', '134849.390000', '134849.850000', '134850.310000', '134850.770000', '134851.230000', '134851.690000', '134852.150000', '134852.610000', '134853.070000', '134853.530000', '134853.990000', '134854.450000', '134854.910000', '134855.370000', '134855.830000', '134856.290000', '134856.750000', '134857.210000', '134857.670000', '134858.130000', '134858.590000', '134859.050000', '134859.510000', '134859.970000', '134900.430000', '134900.890000', '134901.350000', '134901.810000', '134902.270000', '134902.730000', '134903.190000', '134903.650000', '134904.110000', '134904.570000', '134905.030000', '134905.490000', '134905.950000', '134906.410000', '134906.870000', '134907.330000', '134907.790000', '134908.250000', '134908.710000', '134909.170000', '134909.630000', '134910.090000', '134910.550000', '134911.010000', '134911.470000', '134911.930000', '134912.390000', '134912.850000', '134913.310000', '134913.770000', '134914.230000', '134914.690000', '134915.150000', '134915.610000', '134916.070000', '134916.530000', '134916.990000', '134917.450000', '134917.910000', '134918.370000', '134918.830000', '134919.290000', '134919.750000', '134920.210000', '134920.670000', '134921.130000', '134921.590000', '134922.050000', '134922.510000', '134922.970000', '134923.430000', '134923.890000', '134924.350000', '134924.810000', '134925.270000', '134925.730000', '134926.190000', '134926.650000', '134927.110000', '134927.570000', '134928.030000', '134928.490000', '134928.950000', '134929.410000', '134929.870000', '134930.330000', '134930.790000', '134931.250000', '134931.710000', '134932.170000', '134932.630000', '134933.090000', '134933.550000', '134934.010000', '134934.470000', '134934.930000', '134935.390000', '134935.850000', '134936.310000', '134936.770000', '134937.230000', '134937.690000', '134938.150000', '134938.610000', '134939.070000', '134939.530000', '134939.990000', '134940.450000', '134940.910000', '134941.370000', '134941.830000', '134942.290000', '134942.750000', '134943.210000', '134943.670000', '134944.130000', '134944.590000', '134945.050000', '134945.510000', '134945.970000', '134946.430000', '134946.890000', '134947.350000', '134947.810000', '134948.270000', '134948.730000', '134949.190000', '134949.650000', '134950.110000', '134950.570000', '134951.030000', '134951.490000', '134951.950000', '134952.410000', '134952.870000', '134953.330000', '134953.790000', '134954.250000', '134954.710000', '134955.170000', '134955.630000', '134956.090000', '134956.550000', '134957.010000', '134957.470000', '134957.930000', '134958.390000', '134958.850000', '134959.310000', '134959.770000', '135000.230000', '135000.690000', '135001.150000', '135001.610000', '135002.070000', '135002.530000', '135002.990000', '135003.450000', '135003.910000', '135004.370000', '135004.830000', '135005.290000', '135005.750000', '135006.210000', '135006.670000', '135007.130000', '135007.590000', '135008.050000', '135008.510000', '135008.970000', '135009.430000', '135009.890000', '135010.350000', '135010.810000', '135011.270000', '135011.730000', '135012.190000', '135012.650000', '135013.110000', '135013.570000', '135014.030000', '135014.490000', '135014.950000', '135015.410000', '135015.870000', '135016.330000', '135016.790000', '135017.250000', '135017.710000', '135018.170000', '135018.630000', '135019.090000', '135019.550000', '135020.010000', '135020.470000', '135020.930000', '135021.390000', '135021.850000', '135022.310000', '135022.770000', '135023.230000', '135023.690000', '135024.150000', '135024.610000', '135025.070000', '135025.530000', '135025.990000', '135026.450000', '135026.910000', '135027.370000', '135027.830000', '135028.290000', '135028.750000', '135029.210000', '135029.670000', '135030.130000', '135030.590000', '135031.050000', '135031.510000', '135031.970000', '135032.430000', '135032.890000', '135033.350000', '135033.810000', '135034.270000', '135034.730000', '135035.190000', '135035.650000', '135036.110000', '135036.570000', '135037.030000', '135037.490000', '135037.950000', '135038.410000', '135038.870000', '135039.330000', '135039.790000', '135040.250000', '135040.710000', '135041.170000', '135041.630000', '135042.090000', '135042.550000', '135043.010000', '135043.470000', '135043.930000', '135044.390000', '135044.850000', '135045.310000', '135045.770000', '135046.230000', '135046.690000', '135047.150000', '135047.610000', '135048.070000', '135048.530000', '135048.990000', '135049.450000', '135049.910000', '135050.370000', '135050.830000', '135051.290000', '135051.750000', '135052.210000', '135052.670000', '135053.130000', '135053.590000', '135054.050000', '135054.510000', '135054.970000', '135055.430000', '135055.890000', '135056.350000', '135056.810000', '135057.270000', '135057.730000', '135058.190000', '135058.650000', '135059.110000', '135059.570000', '135100.030000', '135100.490000', '135100.950000', '135101.410000', '135101.870000', '135102.330000', '135102.790000', '135103.250000', '135103.710000', '135104.170000', '135104.630000', '135105.090000', '135105.550000', '135106.010000', '135106.470000', '135106.930000', '135107.390000', '135107.850000', '135108.310000', '135108.770000', '135109.230000', '135109.690000', '135110.150000', '135110.610000', '135111.070000', '135111.530000', '135111.990000', '135112.450000', '135112.910000', '135113.370000', '135113.830000', '135114.290000', '135114.750000', '135115.210000', '135115.670000', '135116.130000', '135116.590000', '135117.050000', '135117.510000', '135117.970000', '135118.430000', '135118.890000', '135119.350000', '135119.810000', '135120.270000', '135120.730000', '135121.190000', '135121.650000', '135122.110000', '135122.570000', '135123.030000', '135123.490000', '135123.950000', '135124.410000', '135124.870000', '135125.330000', '135125.790000', '135126.250000', '135126.710000', '135127.170000', '135127.630000', '135128.090000', '135128.550000', '135129.010000', '135129.470000', '135129.930000', '135130.390000', '135130.850000', '135131.310000', '135131.770000', '135132.230000', '135132.690000', '135133.150000', '135133.610000', '135134.070000', '135134.530000', '135134.990000', '135135.450000', '135135.910000', '135136.370000', '135136.830000', '135137.290000', '135137.750000', '135138.210000', '135138.670000', '135139.130000', '135139.590000', '135140.050000', '135140.510000', '135140.970000', '135141.430000', '135141.890000', '135142.350000', '135142.810000', '135143.270000', '135143.730000', '135144.190000', '135144.650000', '135145.110000', '135145.570000', '135146.030000', '135146.490000', '135146.950000', '135147.410000', '135147.870000', '135148.330000', '135148.790000', '135149.250000', '135149.710000', '135150.170000', '135150.630000', '135151.090000', '135151.550000', '135152.010000', '135152.470000', '135152.930000', '135153.390000', '135153.850000', '135154.310000', '135154.770000', '135155.230000', '135155.690000', '135156.150000', '135156.610000', '135157.070000', '135157.530000', '135157.990000', '135158.450000', '135158.910000', '135159.370000', '135159.830000', '135200.290000', '135200.750000', '135201.210000', '135201.670000', '135202.130000', '135202.590000', '135203.050000', '135203.510000', '135203.970000', '135204.430000', '135204.890000', '135205.350000', '135205.810000', '135206.270000', '135206.730000', '135207.190000', '135207.650000', '135208.110000', '135208.570000', '135209.030000', '135209.490000', '135209.950000', '135210.410000', '135210.870000', '135211.330000', '135211.790000', '135212.250000', '135212.710000', '135213.170000', '135213.630000', '135214.090000', '135214.550000', '135215.010000', '135215.470000', '135215.930000', '135216.390000', '135216.850000', '135217.310000', '135217.770000', '135218.230000', '135218.690000', '135219.150000', '135219.610000', '135220.070000', '135220.530000', '135220.990000', '135221.450000', '135221.910000', '135222.370000', '135222.830000', '135223.290000', '135223.750000', '135224.210000', '135224.670000', '135225.130000', '135225.590000', '135226.050000', '135226.510000', '135226.970000', '135227.430000', '135227.890000', '135228.350000', '135228.810000', '135229.270000', '135229.730000', '135230.190000', '135230.650000', '135231.110000', '135231.570000', '135232.030000', '135232.490000', '135232.950000', '135233.410000', '135233.870000', '135234.330000', '135234.790000', '135235.250000', '135235.710000', '135236.170000', '135236.630000', '135237.090000', '135237.550000', '135238.010000', '135238.470000', '135238.930000', '135239.390000', '135239.850000', '135240.310000', '135240.770000', '135241.230000', '135241.690000', '135242.150000', '135242.610000', '135243.070000', '135243.530000', '135243.990000', '135244.450000', '135244.910000', '135245.370000', '135245.830000', '135246.290000', '135246.750000', '135247.210000', '135247.670000', '135248.130000', '135248.590000', '135249.050000', '135249.510000', '135249.970000', '135250.430000', '135250.890000', '135251.350000', '135251.810000', '135252.270000', '135252.730000', '135253.190000'], 'ContentTime': ['134523.033000', '134523.037000', '134523.040000', '134523.043000', '134523.050000', '134523.053000', '134523.056000', '134523.059000', '134523.062000', '134523.065000', '134523.068000', '134523.101000', '134523.104000', '134523.107000', '134523.110000', '134523.113000', '134523.116000', '134523.119000', '134523.122000', '134523.125000', '134523.127000', '134523.130000', '134523.133000', '134523.142000', '134523.145000', '134523.148000', '134523.151000', '134523.154000', '134523.157000', '134523.160000', '134523.162000', '134523.166000', '134523.168000', '134523.171000', '134542.996000', '134543.000000', '134543.003000', '134543.006000', '134543.022000', '134543.025000', '134543.028000', '134543.031000', '134543.034000', '134543.037000', '134543.040000', '134543.043000', '134543.046000', '134543.049000', '134543.052000', '134543.055000', '134543.058000', '134543.061000', '134543.064000', '134543.066000', '134543.069000', '134543.072000', '134543.075000', '134543.078000', '134543.081000', '134543.084000', '134543.087000', '134543.090000', '134543.093000', '134543.096000', '134543.098000', '134543.101000', '134543.104000', '134543.107000', '134543.110000', '134543.113000', '134543.116000', '134543.119000', '134543.121000', '134543.124000', '134543.127000', '134543.130000', '134543.133000', '134543.136000', '134602.996000', '134603.000000', '134603.003000', '134603.006000', '134603.008000', '134603.011000', '134603.014000', '134603.017000', '134603.020000', '134603.031000', '134603.034000', '134603.037000', '134603.039000', '134603.042000', '134603.045000', '134603.048000', '134603.051000', '134603.053000', '134603.056000', '134603.059000', '134603.062000', '134603.065000', '134603.068000', '134603.071000', '134603.074000', '134603.077000', '134603.079000', '134603.082000', '134603.085000', '134603.088000', '134603.091000', '134603.094000', '134603.097000', '134603.099000', '134603.102000', '134603.105000', '134603.108000', '134603.111000', '134603.113000', '134603.116000', '134603.119000', '134603.122000', '134603.125000', '134622.996000', '134623.000000', '134623.003000', '134623.006000', '134623.008000', '134623.011000', '134623.014000', '134623.017000', '134623.020000', '134623.023000', '134623.026000', '134623.028000', '134623.031000', '134623.034000', '134623.037000', '134623.040000', '134623.043000', '134623.045000', '134623.048000', '134623.063000', '134623.066000', '134623.069000', '134623.071000', '134623.074000', '134623.077000', '134623.080000', '134623.083000', '134623.086000', '134623.089000', '134623.091000', '134623.094000', '134623.097000', '134623.100000', '134623.103000', '134623.106000', '134623.109000', '134623.112000', '134623.114000', '134623.117000', '134623.120000', '134623.123000', '134623.126000', '134623.128000', '134623.131000', '134642.996000', '134643.000000', '134643.003000', '134643.006000', '134643.009000', '134643.012000', '134643.014000', '134643.017000', '134643.020000', '134643.024000', '134643.027000', '134643.030000', '134643.032000', '134643.035000', '134643.038000', '134643.041000', '134643.044000', '134643.047000', '134643.050000', '134643.053000', '134643.056000', '134643.058000', '134643.061000', '134643.064000', '134643.067000', '134643.070000', '134643.073000', '134643.075000', '134643.078000', '134643.081000', '134643.084000', '134643.087000', '134643.090000', '134643.093000', '134643.096000', '134643.100000', '134643.105000', '134643.108000', '134643.111000', '134643.114000', '134643.117000', '134643.120000', '134643.122000', '134702.996000', '134703.000000', '134703.003000', '134703.006000', '134703.009000', '134703.011000', '134703.014000', '134703.017000', '134703.020000', '134703.023000', '134703.026000', '134703.028000', '134703.031000', '134703.034000', '134703.037000', '134703.040000', '134703.043000', '134703.045000', '134703.048000', '134703.051000', '134703.054000', '134703.057000', '134703.060000', '134703.063000', '134703.066000', '134703.068000', '134703.071000', '134703.074000', '134703.077000', '134703.080000', '134703.083000', '134703.086000', '134703.088000', '134703.091000', '134703.094000', '134703.097000', '134703.100000', '134703.103000', '134703.106000', '134703.108000', '134703.111000', '134703.114000', '134703.117000', '134703.120000', '134722.996000', '134723.000000', '134723.003000', '134723.006000', '134723.009000', '134723.012000', '134723.014000', '134723.017000', '134723.020000', '134723.023000', '134723.026000', '134723.029000', '134723.032000', '134723.034000', '134723.037000', '134723.040000', '134723.043000', '134723.046000', '134723.049000', '134723.052000', '134723.055000', '134723.057000', '134723.060000', '134723.063000', '134723.066000', '134723.069000', '134723.072000', '134723.074000', '134723.077000', '134723.080000', '134723.083000', '134723.086000', '134723.089000', '134723.092000', '134723.095000', '134723.097000', '134723.100000', '134723.103000', '134723.106000', '134723.109000', '134723.113000', '134723.115000', '134723.119000', '134742.996000', '134743.000000', '134743.003000', '134743.006000', '134743.009000', '134743.012000', '134743.014000', '134743.017000', '134743.020000', '134743.023000', '134743.026000', '134743.029000', '134743.031000', '134743.034000', '134743.037000', '134743.040000', '134743.043000', '134743.046000', '134743.048000', '134743.051000', '134743.054000', '134743.057000', '134743.060000', '134743.063000', '134743.065000', '134743.068000', '134743.071000', '134743.074000', '134743.077000', '134743.080000', '134743.083000', '134743.086000', '134743.088000', '134743.091000', '134743.094000', '134743.097000', '134743.100000', '134743.103000', '134743.105000', '134743.108000', '134743.111000', '134743.114000', '134743.117000', '134743.120000', '134802.996000', '134803.000000', '134803.003000', '134803.006000', '134803.009000', '134803.011000', '134803.014000', '134803.017000', '134803.020000', '134803.023000', '134803.026000', '134803.028000', '134803.031000', '134803.034000', '134803.048000', '134803.051000', '134803.054000', '134803.056000', '134803.059000', '134803.063000', '134803.066000', '134803.069000', '134803.072000', '134803.075000', '134803.078000', '134803.081000', '134803.084000', '134803.087000', '134803.089000', '134803.092000', '134803.095000', '134803.098000', '134803.101000', '134803.104000', '134803.106000', '134803.109000', '134803.112000', '134803.115000', '134803.118000', '134803.121000', '134803.124000', '134803.127000', '134803.129000', '134822.996000', '134823.000000', '134823.002000', '134823.005000', '134823.008000', '134823.011000', '134823.014000', '134823.017000', '134823.020000', '134823.023000', '134823.025000', '134823.028000', '134823.031000', '134823.034000', '134823.037000', '134823.040000', '134823.043000', '134823.046000', '134823.048000', '134823.051000', '134823.054000', '134823.057000', '134823.060000', '134823.063000', '134823.066000', '134823.068000', '134823.071000', '134823.074000', '134823.077000', '134823.080000', '134823.083000', '134823.085000', '134823.088000', '134823.091000', '134823.094000', '134823.097000', '134823.100000', '134823.103000', '134823.105000', '134823.108000', '134823.111000', '134823.114000', '134823.117000', '134823.120000', '134842.996000', '134843.000000', '134843.003000', '134843.006000', '134843.009000', '134843.011000', '134843.014000', '134843.017000', '134843.020000', '134843.023000', '134843.026000', '134843.029000', '134843.032000', '134843.034000', '134843.037000', '134843.040000', '134843.043000', '134843.046000', '134843.049000', '134843.052000', '134843.054000', '134843.057000', '134843.060000', '134843.063000', '134843.066000', '134843.069000', '134843.072000', '134843.075000', '134843.078000', '134843.080000', '134843.083000', '134843.086000', '134843.089000', '134843.092000', '134843.095000', '134843.097000', '134843.100000', '134843.103000', '134843.106000', '134843.109000', '134843.112000', '134843.114000', '134843.117000', '134902.996000', '134903.000000', '134903.003000', '134903.006000', '134903.009000', '134903.012000', '134903.015000', '134903.026000', '134903.028000', '134903.031000', '134903.034000', '134903.037000', '134903.040000', '134903.043000', '134903.046000', '134903.049000', '134903.052000', '134903.054000', '134903.057000', '134903.060000', '134903.063000', '134903.066000', '134903.068000', '134903.071000', '134903.074000', '134903.077000', '134903.080000', '134903.083000', '134903.086000', '134903.089000', '134903.092000', '134903.094000', '134903.097000', '134903.100000', '134903.103000', '134903.106000', '134903.109000', '134903.111000', '134903.114000', '134903.117000', '134903.120000', '134903.123000', '134903.126000', '134903.128000', '134922.996000', '134923.000000', '134923.003000', '134923.006000', '134923.009000', '134923.012000', '134923.014000', '134923.017000', '134923.020000', '134923.023000', '134923.026000', '134923.029000', '134923.031000', '134923.034000', '134923.037000', '134923.040000', '134923.043000', '134923.046000', '134923.055000', '134923.058000', '134923.061000', '134923.064000', '134923.067000', '134923.069000', '134923.072000', '134923.075000', '134923.078000', '134923.081000', '134923.084000', '134923.087000', '134923.089000', '134923.092000', '134923.095000', '134923.099000', '134923.102000', '134923.105000', '134923.108000', '134923.111000', '134923.114000', '134923.124000', '134923.127000', '134923.130000', '134923.133000', '134942.996000', '134943.000000', '134943.008000', '134943.011000', '134943.014000', '134943.016000', '134943.019000', '134943.022000', '134943.025000', '134943.028000', '134943.031000', '134943.034000', '134943.037000', '134943.039000', '134943.042000', '134943.045000', '134943.048000', '134943.051000', '134943.054000', '134943.057000', '134943.059000', '134943.062000', '134943.065000', '134943.068000', '134943.071000', '134943.074000', '134943.077000', '134943.079000', '134943.082000', '134943.085000', '134943.088000', '134943.091000', '134943.094000', '134943.097000', '134943.099000', '134943.102000', '134943.105000', '134943.108000', '134943.111000', '134943.114000', '134943.117000', '134943.119000', '134943.122000', '134943.125000', '135002.996000', '135003.000000', '135003.003000', '135003.006000', '135003.009000', '135003.011000', '135003.014000', '135003.017000', '135003.020000', '135003.023000', '135003.026000', '135003.028000', '135003.031000', '135003.034000', '135003.037000', '135003.040000', '135003.043000', '135003.046000', '135003.048000', '135003.051000', '135003.054000', '135003.057000', '135003.060000', '135003.063000', '135003.066000', '135003.069000', '135003.072000', '135003.074000', '135003.077000', '135003.080000', '135003.083000', '135003.086000', '135003.089000', '135003.092000', '135003.094000', '135003.097000', '135003.100000', '135003.103000', '135003.106000', '135003.109000', '135003.112000', '135003.114000', '135003.117000', '135022.996000', '135023.000000', '135023.003000', '135023.006000', '135023.009000', '135023.012000', '135023.015000', '135023.017000', '135023.020000', '135023.023000', '135023.026000', '135023.029000', '135023.032000', '135023.035000', '135023.038000', '135023.041000', '135023.043000', '135023.046000', '135023.049000', '135023.052000', '135023.055000', '135023.058000', '135023.061000', '135023.064000', '135023.066000', '135023.069000', '135023.072000', '135023.075000', '135023.078000', '135023.081000', '135023.084000', '135023.086000', '135023.089000', '135023.092000', '135023.095000', '135023.098000', '135023.100000', '135023.104000', '135023.106000', '135023.109000', '135023.112000', '135023.115000', '135023.118000', '135023.120000', '135042.996000', '135043.000000', '135043.003000', '135043.006000', '135043.009000', '135043.012000', '135043.014000', '135043.018000', '135043.020000', '135043.023000', '135043.026000', '135043.029000', '135043.032000', '135043.035000', '135043.037000', '135043.040000', '135043.043000', '135043.046000', '135043.049000', '135043.052000', '135043.055000', '135043.057000', '135043.060000', '135043.063000', '135043.068000', '135043.071000', '135043.074000', '135043.077000', '135043.080000', '135043.082000', '135043.085000', '135043.088000', '135043.091000', '135043.094000', '135043.097000', '135043.100000', '135043.103000', '135043.105000', '135043.108000', '135043.111000', '135043.114000', '135043.117000', '135043.120000', '135102.996000', '135103.000000', '135103.003000', '135103.006000', '135103.009000', '135103.011000', '135103.014000', '135103.035000', '135103.047000', '135103.050000', '135103.053000', '135103.055000', '135103.058000', '135103.061000', '135103.064000', '135103.067000', '135103.070000', '135103.072000', '135103.075000', '135103.078000', '135103.081000', '135103.084000', '135103.087000', '135103.090000', '135103.092000', '135103.095000', '135103.098000', '135103.101000', '135103.104000', '135103.107000', '135103.109000', '135103.112000', '135103.115000', '135103.118000', '135103.121000', '135103.124000', '135103.127000', '135103.129000', '135103.132000', '135103.135000', '135103.138000', '135103.141000', '135103.144000', '135103.146000', '135122.996000', '135123.000000', '135123.003000', '135123.006000', '135123.009000', '135123.011000', '135123.014000', '135123.017000', '135123.020000', '135123.023000', '135123.026000', '135123.028000', '135123.031000', '135123.034000', '135123.037000', '135123.040000', '135123.043000', '135123.045000', '135123.048000', '135123.051000', '135123.054000', '135123.057000', '135123.060000', '135123.063000', '135123.065000', '135123.068000', '135123.071000', '135123.074000', '135123.077000', '135123.080000', '135123.083000', '135123.086000', '135123.088000', '135123.091000', '135123.094000', '135123.097000', '135123.100000', '135123.103000', '135123.106000', '135123.108000', '135123.111000', '135123.114000', '135123.117000', '135142.996000', '135143.000000', '135143.003000', '135143.007000', '135143.010000', '135143.013000', '135143.016000', '135143.019000', '135143.021000', '135143.024000', '135143.027000', '135143.030000', '135143.033000', '135143.036000', '135143.038000', '135143.041000', '135143.044000', '135143.047000', '135143.050000', '135143.053000', '135143.056000', '135143.058000', '135143.061000', '135143.064000', '135143.067000', '135143.070000', '135143.073000', '135143.076000', '135143.078000', '135143.081000', '135143.084000', '135143.087000', '135143.090000', '135143.093000', '135143.096000', '135143.098000', '135143.101000', '135143.104000', '135143.107000', '135143.110000', '135143.113000', '135143.115000', '135143.118000', '135202.996000', '135203.000000', '135203.003000', '135203.006000', '135203.009000', '135203.011000', '135203.014000', '135203.017000', '135203.020000', '135203.023000', '135203.026000', '135203.029000', '135203.031000', '135203.034000', '135203.037000', '135203.040000', '135203.043000', '135203.045000', '135203.048000', '135203.051000', '135203.054000', '135203.057000', '135203.060000', '135203.063000', '135203.066000', '135203.068000', '135203.071000', '135203.074000', '135203.077000', '135203.080000', '135203.083000', '135203.085000', '135203.088000', '135203.091000', '135203.094000', '135203.097000', '135203.100000', '135203.103000', '135203.106000', '135203.108000', '135203.111000', '135203.114000', '135203.117000', '135203.120000', '135222.996000', '135223.000000', '135223.003000', '135223.006000', '135223.009000', '135223.012000', '135223.014000', '135223.017000', '135223.020000', '135223.023000', '135223.026000', '135223.029000', '135223.032000', '135223.035000', '135223.038000', '135223.041000', '135223.043000', '135223.046000', '135223.061000', '135223.064000', '135223.066000', '135223.069000', '135223.072000', '135223.075000', '135223.078000', '135223.081000', '135223.083000', '135223.086000', '135223.089000', '135223.092000', '135223.095000', '135223.098000', '135223.100000', '135223.103000', '135223.106000', '135223.109000', '135223.112000', '135223.115000', '135223.118000', '135223.120000', '135223.123000', '135223.126000', '135223.129000', '135242.996000', '135243.000000', '135243.003000', '135243.006000', '135243.009000', '135243.012000', '135243.015000', '135243.017000', '135243.020000', '135243.023000', '135243.026000', '135243.029000', '135243.032000', '135243.035000', '135243.037000', '135243.040000', '135243.043000', '135243.046000', '135243.049000', '135243.052000', '135243.055000', '135243.057000', '135243.060000', '135243.063000', '135243.066000', '135243.069000', '135243.072000', '135243.074000', '135243.077000', '135243.080000', '135243.083000', '135243.086000', '135243.089000', '135243.092000', '135243.095000', '135243.097000', '135243.100000', '135243.103000', '135243.106000', '135243.109000', '135243.112000', '135243.115000', '135243.117000', '135243.120000', '135254.361000', '135254.364000', '135254.368000', '135254.379000', '135254.381000', '135254.384000', '135254.387000', '135254.390000', '135254.393000', '135254.396000', '135254.399000', '135254.402000', '135254.405000', '135254.408000', '135254.411000', '135254.415000', '135254.418000', '135254.420000', '135254.423000', '135254.426000', '135254.429000', '135254.432000', '135254.435000', '135254.438000', '135254.441000'], 'InstanceCreationTime': ['134523.033000', '134523.037000', '134523.040000', '134523.043000', '134523.050000', '134523.053000', '134523.056000', '134523.059000', '134523.062000', '134523.065000', '134523.068000', '134523.101000', '134523.104000', '134523.107000', '134523.110000', '134523.113000', '134523.116000', '134523.119000', '134523.122000', '134523.125000', '134523.127000', '134523.130000', '134523.133000', '134523.142000', '134523.145000', '134523.148000', '134523.151000', '134523.154000', '134523.157000', '134523.160000', '134523.162000', '134523.166000', '134523.168000', '134523.171000', '134542.996000', '134543.000000', '134543.003000', '134543.006000', '134543.022000', '134543.025000', '134543.028000', '134543.031000', '134543.034000', '134543.037000', '134543.040000', '134543.043000', '134543.046000', '134543.049000', '134543.052000', '134543.055000', '134543.058000', '134543.061000', '134543.064000', '134543.066000', '134543.069000', '134543.072000', '134543.075000', '134543.078000', '134543.081000', '134543.084000', '134543.087000', '134543.090000', '134543.093000', '134543.096000', '134543.098000', '134543.101000', '134543.104000', '134543.107000', '134543.110000', '134543.113000', '134543.116000', '134543.119000', '134543.121000', '134543.124000', '134543.127000', '134543.130000', '134543.133000', '134543.136000', '134602.996000', '134603.000000', '134603.003000', '134603.006000', '134603.008000', '134603.011000', '134603.014000', '134603.017000', '134603.020000', '134603.031000', '134603.034000', '134603.037000', '134603.039000', '134603.042000', '134603.045000', '134603.048000', '134603.051000', '134603.053000', '134603.056000', '134603.059000', '134603.062000', '134603.065000', '134603.068000', '134603.071000', '134603.074000', '134603.077000', '134603.079000', '134603.082000', '134603.085000', '134603.088000', '134603.091000', '134603.094000', '134603.097000', '134603.099000', '134603.102000', '134603.105000', '134603.108000', '134603.111000', '134603.113000', '134603.116000', '134603.119000', '134603.122000', '134603.125000', '134622.996000', '134623.000000', '134623.003000', '134623.006000', '134623.008000', '134623.011000', '134623.014000', '134623.017000', '134623.020000', '134623.023000', '134623.026000', '134623.028000', '134623.031000', '134623.034000', '134623.037000', '134623.040000', '134623.043000', '134623.045000', '134623.048000', '134623.063000', '134623.066000', '134623.069000', '134623.071000', '134623.074000', '134623.077000', '134623.080000', '134623.083000', '134623.086000', '134623.089000', '134623.091000', '134623.094000', '134623.097000', '134623.100000', '134623.103000', '134623.106000', '134623.109000', '134623.112000', '134623.114000', '134623.117000', '134623.120000', '134623.123000', '134623.126000', '134623.128000', '134623.131000', '134642.996000', '134643.000000', '134643.003000', '134643.006000', '134643.009000', '134643.012000', '134643.014000', '134643.017000', '134643.020000', '134643.024000', '134643.027000', '134643.030000', '134643.032000', '134643.035000', '134643.038000', '134643.041000', '134643.044000', '134643.047000', '134643.050000', '134643.053000', '134643.056000', '134643.058000', '134643.061000', '134643.064000', '134643.067000', '134643.070000', '134643.073000', '134643.075000', '134643.078000', '134643.081000', '134643.084000', '134643.087000', '134643.090000', '134643.093000', '134643.096000', '134643.100000', '134643.105000', '134643.108000', '134643.111000', '134643.114000', '134643.117000', '134643.120000', '134643.122000', '134702.996000', '134703.000000', '134703.003000', '134703.006000', '134703.009000', '134703.011000', '134703.014000', '134703.017000', '134703.020000', '134703.023000', '134703.026000', '134703.028000', '134703.031000', '134703.034000', '134703.037000', '134703.040000', '134703.043000', '134703.045000', '134703.048000', '134703.051000', '134703.054000', '134703.057000', '134703.060000', '134703.063000', '134703.066000', '134703.068000', '134703.071000', '134703.074000', '134703.077000', '134703.080000', '134703.083000', '134703.086000', '134703.088000', '134703.091000', '134703.094000', '134703.097000', '134703.100000', '134703.103000', '134703.106000', '134703.108000', '134703.111000', '134703.114000', '134703.117000', '134703.120000', '134722.996000', '134723.000000', '134723.003000', '134723.006000', '134723.009000', '134723.012000', '134723.014000', '134723.017000', '134723.020000', '134723.023000', '134723.026000', '134723.029000', '134723.032000', '134723.034000', '134723.037000', '134723.040000', '134723.043000', '134723.046000', '134723.049000', '134723.052000', '134723.055000', '134723.057000', '134723.060000', '134723.063000', '134723.066000', '134723.069000', '134723.072000', '134723.074000', '134723.077000', '134723.080000', '134723.083000', '134723.086000', '134723.089000', '134723.092000', '134723.095000', '134723.097000', '134723.100000', '134723.103000', '134723.106000', '134723.109000', '134723.113000', '134723.115000', '134723.119000', '134742.996000', '134743.000000', '134743.003000', '134743.006000', '134743.009000', '134743.012000', '134743.014000', '134743.017000', '134743.020000', '134743.023000', '134743.026000', '134743.029000', '134743.031000', '134743.034000', '134743.037000', '134743.040000', '134743.043000', '134743.046000', '134743.048000', '134743.051000', '134743.054000', '134743.057000', '134743.060000', '134743.063000', '134743.065000', '134743.068000', '134743.071000', '134743.074000', '134743.077000', '134743.080000', '134743.083000', '134743.086000', '134743.088000', '134743.091000', '134743.094000', '134743.097000', '134743.100000', '134743.103000', '134743.105000', '134743.108000', '134743.111000', '134743.114000', '134743.117000', '134743.120000', '134802.996000', '134803.000000', '134803.003000', '134803.006000', '134803.009000', '134803.011000', '134803.014000', '134803.017000', '134803.020000', '134803.023000', '134803.026000', '134803.028000', '134803.031000', '134803.034000', '134803.048000', '134803.051000', '134803.054000', '134803.056000', '134803.059000', '134803.063000', '134803.066000', '134803.069000', '134803.072000', '134803.075000', '134803.078000', '134803.081000', '134803.084000', '134803.087000', '134803.089000', '134803.092000', '134803.095000', '134803.098000', '134803.101000', '134803.104000', '134803.106000', '134803.109000', '134803.112000', '134803.115000', '134803.118000', '134803.121000', '134803.124000', '134803.127000', '134803.129000', '134822.996000', '134823.000000', '134823.002000', '134823.005000', '134823.008000', '134823.011000', '134823.014000', '134823.017000', '134823.020000', '134823.023000', '134823.025000', '134823.028000', '134823.031000', '134823.034000', '134823.037000', '134823.040000', '134823.043000', '134823.046000', '134823.048000', '134823.051000', '134823.054000', '134823.057000', '134823.060000', '134823.063000', '134823.066000', '134823.068000', '134823.071000', '134823.074000', '134823.077000', '134823.080000', '134823.083000', '134823.085000', '134823.088000', '134823.091000', '134823.094000', '134823.097000', '134823.100000', '134823.103000', '134823.105000', '134823.108000', '134823.111000', '134823.114000', '134823.117000', '134823.120000', '134842.996000', '134843.000000', '134843.003000', '134843.006000', '134843.009000', '134843.011000', '134843.014000', '134843.017000', '134843.020000', '134843.023000', '134843.026000', '134843.029000', '134843.032000', '134843.034000', '134843.037000', '134843.040000', '134843.043000', '134843.046000', '134843.049000', '134843.052000', '134843.054000', '134843.057000', '134843.060000', '134843.063000', '134843.066000', '134843.069000', '134843.072000', '134843.075000', '134843.078000', '134843.080000', '134843.083000', '134843.086000', '134843.089000', '134843.092000', '134843.095000', '134843.097000', '134843.100000', '134843.103000', '134843.106000', '134843.109000', '134843.112000', '134843.114000', '134843.117000', '134902.996000', '134903.000000', '134903.003000', '134903.006000', '134903.009000', '134903.012000', '134903.015000', '134903.026000', '134903.028000', '134903.031000', '134903.034000', '134903.037000', '134903.040000', '134903.043000', '134903.046000', '134903.049000', '134903.052000', '134903.054000', '134903.057000', '134903.060000', '134903.063000', '134903.066000', '134903.068000', '134903.071000', '134903.074000', '134903.077000', '134903.080000', '134903.083000', '134903.086000', '134903.089000', '134903.092000', '134903.094000', '134903.097000', '134903.100000', '134903.103000', '134903.106000', '134903.109000', '134903.111000', '134903.114000', '134903.117000', '134903.120000', '134903.123000', '134903.126000', '134903.128000', '134922.996000', '134923.000000', '134923.003000', '134923.006000', '134923.009000', '134923.012000', '134923.014000', '134923.017000', '134923.020000', '134923.023000', '134923.026000', '134923.029000', '134923.031000', '134923.034000', '134923.037000', '134923.040000', '134923.043000', '134923.046000', '134923.055000', '134923.058000', '134923.061000', '134923.064000', '134923.067000', '134923.069000', '134923.072000', '134923.075000', '134923.078000', '134923.081000', '134923.084000', '134923.087000', '134923.089000', '134923.092000', '134923.095000', '134923.099000', '134923.102000', '134923.105000', '134923.108000', '134923.111000', '134923.114000', '134923.124000', '134923.127000', '134923.130000', '134923.133000', '134942.996000', '134943.000000', '134943.008000', '134943.011000', '134943.014000', '134943.016000', '134943.019000', '134943.022000', '134943.025000', '134943.028000', '134943.031000', '134943.034000', '134943.037000', '134943.039000', '134943.042000', '134943.045000', '134943.048000', '134943.051000', '134943.054000', '134943.057000', '134943.059000', '134943.062000', '134943.065000', '134943.068000', '134943.071000', '134943.074000', '134943.077000', '134943.079000', '134943.082000', '134943.085000', '134943.088000', '134943.091000', '134943.094000', '134943.097000', '134943.099000', '134943.102000', '134943.105000', '134943.108000', '134943.111000', '134943.114000', '134943.117000', '134943.119000', '134943.122000', '134943.125000', '135002.996000', '135003.000000', '135003.003000', '135003.006000', '135003.009000', '135003.011000', '135003.014000', '135003.017000', '135003.020000', '135003.023000', '135003.026000', '135003.028000', '135003.031000', '135003.034000', '135003.037000', '135003.040000', '135003.043000', '135003.046000', '135003.048000', '135003.051000', '135003.054000', '135003.057000', '135003.060000', '135003.063000', '135003.066000', '135003.069000', '135003.072000', '135003.074000', '135003.077000', '135003.080000', '135003.083000', '135003.086000', '135003.089000', '135003.092000', '135003.094000', '135003.097000', '135003.100000', '135003.103000', '135003.106000', '135003.109000', '135003.112000', '135003.114000', '135003.117000', '135022.996000', '135023.000000', '135023.003000', '135023.006000', '135023.009000', '135023.012000', '135023.015000', '135023.017000', '135023.020000', '135023.023000', '135023.026000', '135023.029000', '135023.032000', '135023.035000', '135023.038000', '135023.041000', '135023.043000', '135023.046000', '135023.049000', '135023.052000', '135023.055000', '135023.058000', '135023.061000', '135023.064000', '135023.066000', '135023.069000', '135023.072000', '135023.075000', '135023.078000', '135023.081000', '135023.084000', '135023.086000', '135023.089000', '135023.092000', '135023.095000', '135023.098000', '135023.100000', '135023.104000', '135023.106000', '135023.109000', '135023.112000', '135023.115000', '135023.118000', '135023.120000', '135042.996000', '135043.000000', '135043.003000', '135043.006000', '135043.009000', '135043.012000', '135043.014000', '135043.018000', '135043.020000', '135043.023000', '135043.026000', '135043.029000', '135043.032000', '135043.035000', '135043.037000', '135043.040000', '135043.043000', '135043.046000', '135043.049000', '135043.052000', '135043.055000', '135043.057000', '135043.060000', '135043.063000', '135043.068000', '135043.071000', '135043.074000', '135043.077000', '135043.080000', '135043.082000', '135043.085000', '135043.088000', '135043.091000', '135043.094000', '135043.097000', '135043.100000', '135043.103000', '135043.105000', '135043.108000', '135043.111000', '135043.114000', '135043.117000', '135043.120000', '135102.996000', '135103.000000', '135103.003000', '135103.006000', '135103.009000', '135103.011000', '135103.014000', '135103.035000', '135103.047000', '135103.050000', '135103.053000', '135103.055000', '135103.058000', '135103.061000', '135103.064000', '135103.067000', '135103.070000', '135103.072000', '135103.075000', '135103.078000', '135103.081000', '135103.084000', '135103.087000', '135103.090000', '135103.092000', '135103.095000', '135103.098000', '135103.101000', '135103.104000', '135103.107000', '135103.109000', '135103.112000', '135103.115000', '135103.118000', '135103.121000', '135103.124000', '135103.127000', '135103.129000', '135103.132000', '135103.135000', '135103.138000', '135103.141000', '135103.144000', '135103.146000', '135122.996000', '135123.000000', '135123.003000', '135123.006000', '135123.009000', '135123.011000', '135123.014000', '135123.017000', '135123.020000', '135123.023000', '135123.026000', '135123.028000', '135123.031000', '135123.034000', '135123.037000', '135123.040000', '135123.043000', '135123.045000', '135123.048000', '135123.051000', '135123.054000', '135123.057000', '135123.060000', '135123.063000', '135123.065000', '135123.068000', '135123.071000', '135123.074000', '135123.077000', '135123.080000', '135123.083000', '135123.086000', '135123.088000', '135123.091000', '135123.094000', '135123.097000', '135123.100000', '135123.103000', '135123.106000', '135123.108000', '135123.111000', '135123.114000', '135123.117000', '135142.996000', '135143.000000', '135143.003000', '135143.007000', '135143.010000', '135143.013000', '135143.016000', '135143.019000', '135143.021000', '135143.024000', '135143.027000', '135143.030000', '135143.033000', '135143.036000', '135143.038000', '135143.041000', '135143.044000', '135143.047000', '135143.050000', '135143.053000', '135143.056000', '135143.058000', '135143.061000', '135143.064000', '135143.067000', '135143.070000', '135143.073000', '135143.076000', '135143.078000', '135143.081000', '135143.084000', '135143.087000', '135143.090000', '135143.093000', '135143.096000', '135143.098000', '135143.101000', '135143.104000', '135143.107000', '135143.110000', '135143.113000', '135143.115000', '135143.118000', '135202.996000', '135203.000000', '135203.003000', '135203.006000', '135203.009000', '135203.011000', '135203.014000', '135203.017000', '135203.020000', '135203.023000', '135203.026000', '135203.029000', '135203.031000', '135203.034000', '135203.037000', '135203.040000', '135203.043000', '135203.045000', '135203.048000', '135203.051000', '135203.054000', '135203.057000', '135203.060000', '135203.063000', '135203.066000', '135203.068000', '135203.071000', '135203.074000', '135203.077000', '135203.080000', '135203.083000', '135203.085000', '135203.088000', '135203.091000', '135203.094000', '135203.097000', '135203.100000', '135203.103000', '135203.106000', '135203.108000', '135203.111000', '135203.114000', '135203.117000', '135203.120000', '135222.996000', '135223.000000', '135223.003000', '135223.006000', '135223.009000', '135223.012000', '135223.014000', '135223.017000', '135223.020000', '135223.023000', '135223.026000', '135223.029000', '135223.032000', '135223.035000', '135223.038000', '135223.041000', '135223.043000', '135223.046000', '135223.061000', '135223.064000', '135223.066000', '135223.069000', '135223.072000', '135223.075000', '135223.078000', '135223.081000', '135223.083000', '135223.086000', '135223.089000', '135223.092000', '135223.095000', '135223.098000', '135223.100000', '135223.103000', '135223.106000', '135223.109000', '135223.112000', '135223.115000', '135223.118000', '135223.120000', '135223.123000', '135223.126000', '135223.129000', '135242.996000', '135243.000000', '135243.003000', '135243.006000', '135243.009000', '135243.012000', '135243.015000', '135243.017000', '135243.020000', '135243.023000', '135243.026000', '135243.029000', '135243.032000', '135243.035000', '135243.037000', '135243.040000', '135243.043000', '135243.046000', '135243.049000', '135243.052000', '135243.055000', '135243.057000', '135243.060000', '135243.063000', '135243.066000', '135243.069000', '135243.072000', '135243.074000', '135243.077000', '135243.080000', '135243.083000', '135243.086000', '135243.089000', '135243.092000', '135243.095000', '135243.097000', '135243.100000', '135243.103000', '135243.106000', '135243.109000', '135243.112000', '135243.115000', '135243.117000', '135243.120000', '135254.361000', '135254.364000', '135254.368000', '135254.379000', '135254.381000', '135254.384000', '135254.387000', '135254.390000', '135254.393000', '135254.396000', '135254.399000', '135254.402000', '135254.405000', '135254.408000', '135254.411000', '135254.415000', '135254.418000', '135254.420000', '135254.423000', '135254.426000', '135254.429000', '135254.432000', '135254.435000', '135254.438000', '135254.441000'], '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': [11089, 6401, 13604, 8772, 11923, 9845, 6725, 9364, 8509, 8304, 13431, 7073, 13019, 7844, 11253, 6389, 9812, 6245, 9602, 5803, 8403, 5859, 8201, 5887, 7810, 5896, 8311, 6972, 9074, 6955, 9122, 6272, 12391, 6107, 10669, 6651, 11833, 8222, 7641, 10818, 6211, 11538, 6065, 10005, 7717, 6144, 12216, 5709, 8896, 5660, 7056, 11036, 5691, 8956, 5425, 7086, 5568, 5981, 10459, 5934, 8504, 5665, 6567, 6497, 5619, 10081, 5861, 8183, 5552, 6757, 11384, 5694, 9278, 5707, 8090, 5502, 6648, 12135, 5971, 9384, 5696, 7229, 5541, 6604, 12229, 6676, 9887, 5715, 8557, 6078, 7472, 12625, 7133, 10454, 6357, 8992, 13715, 6884, 11039, 6427, 10557, 9583, 6237, 11780, 6275, 8860, 5554, 5879, 10439, 5464, 8137, 5693, 5948, 11180, 5799, 8733, 5520, 7134, 11811, 5786, 8880, 5814, 7071, 9571, 5930, 8562, 6042, 8380, 5623, 6042, 11111, 5844, 7949, 5508, 5880, 10827, 5950, 8502, 6109, 7185, 5652, 5769, 10187, 5972, 8437, 5630, 7483, 10569, 6200, 10010, 5892, 8660, 10212, 6236, 12007, 6042, 9969, 9470, 6434, 12670, 6099, 9349, 11289, 6254, 10214, 5595, 8592, 5655, 6082, 9528, 5705, 8722, 5822, 7096, 5665, 5849, 11087, 5843, 8445, 8287, 5996, 11673, 6019, 8751, 8799, 5915, 12232, 5826, 9307, 5661, 6064, 11537, 5832, 8677, 5406, 5842, 10828, 5782, 8147, 5488, 5949, 7269, 5644, 7475, 5502, 7936, 5712, 6695, 5700, 8089, 6058, 10918, 7505, 8834, 12298, 6533, 10627, 7283, 7976, 11864, 7306, 10013, 6453, 9571, 5869, 8163, 5834, 11488, 7441, 11950, 7925, 10504, 7761, 7892, 12438, 6519, 11013, 7410, 6571, 6256, 5965, 10686, 5615, 8816, 5449, 7796, 5503, 7323, 5290, 7784, 5472, 6818, 11595, 5799, 9280, 5678, 8714, 5742, 8584, 5616, 9149, 11031, 7665, 12287, 5943, 11243, 6803, 10390, 7783, 7548, 9083, 6882, 12383, 5764, 9731, 5669, 8223, 7589, 5762, 8150, 5428, 8867, 5571, 8965, 6094, 9054, 5412, 6812, 6440, 5923, 11906, 6060, 9930, 5918, 8800, 5701, 6994, 8832, 5774, 9528, 6198, 8612, 5531, 7743, 5834, 8355, 6000, 8428, 5516, 8963, 8054, 7286, 12958, 7288, 10503, 5793, 10055, 7449, 9242, 13052, 6946, 10272, 6003, 9984, 6422, 6860, 12659, 6083, 10338, 5567, 8202, 5994, 5821, 11695, 5775, 9944, 5810, 8331, 5975, 6664, 6075, 7235, 5439, 6366, 5156, 6920, 5304, 6377, 5466, 6381, 11161, 5342, 9669, 5486, 7554, 7158, 5541, 10709, 5654, 8362, 5621, 6930, 5640, 6373, 8482, 5380, 7992, 5702, 6970, 5657, 6369, 5464, 5742, 9617, 5785, 8568, 5626, 8333, 5534, 7579, 5611, 6664, 11801, 5673, 9865, 5719, 8930, 5664, 7377, 5440, 6278, 7169, 5975, 11251, 5375, 9010, 5778, 7845, 5911, 7858, 5391, 6675, 7019, 6401, 9733, 5562, 9489, 5561, 7880, 5695, 7269, 5765, 7090, 5746, 7429, 5689, 6389, 5438, 7389, 10804, 6111, 11569, 6231, 10328, 5890, 9320, 5708, 8507, 10734, 6409, 12411, 5897, 10462, 5580, 8252, 5818, 6354, 5406, 6885, 5323, 7011, 9270, 6150, 12261, 5819, 10825, 5982, 9650, 11573, 6621, 11781, 5660, 9929, 6150, 7403, 5932, 5790, 7640, 5702, 8558, 5967, 12689, 11141, 9687, 10728, 5964, 11247, 6705, 9963, 6590, 7798, 5877, 7033, 5585, 7061, 11382, 5862, 10778, 6325, 9667, 5556, 6645, 7487, 6055, 11802, 6065, 9336, 5980, 7691, 5803, 6250, 10439, 5817, 8905, 5915, 7590, 5495, 6734, 11868, 5927, 8891, 6287, 7159, 11343, 5871, 9287, 5902, 9106, 5903, 8161, 5717, 7674, 5465, 6713, 10362, 5802, 9310, 5884, 8564, 5796, 7946, 6017, 6563, 10837, 5827, 11614, 5992, 9293, 5825, 6539, 5621, 7497, 6084, 6078, 12524, 5998, 10487, 6106, 9279, 5631, 7801, 7516, 5835, 11063, 5753, 8754, 5470, 6377, 11281, 5608, 8344, 5711, 6440, 5754, 5694, 8713, 5646, 7241, 5819, 6409, 7049, 5676, 8063, 5841, 8080, 5623, 7020, 5532, 6812, 11656, 6163, 9594, 6170, 9155, 6272, 10839, 7402, 11257, 7132, 11791, 6130, 11327, 6891, 10731, 7292, 11280, 6083, 10191, 5945, 10972, 5935, 11097, 6304, 11247, 6074, 11742, 6207, 8115, 6412, 5952, 11421, 8641, 11147, 10517, 8097, 13682, 7025, 11215, 8571, 10817, 7636, 8995, 5815, 7642, 5892, 6140, 9730, 5958, 7452, 5690, 8246, 5897, 9024, 5960, 8356, 6259, 7073, 5770, 6931, 5898, 7502, 5881, 7144, 5974, 7426, 5653, 6640, 12517, 5797, 11044, 6708, 9244, 5823, 9363, 6378, 6577, 13213, 5823, 11427, 5951, 9383, 6173, 6903, 12249, 5959, 11192, 5997, 9063, 5858, 6967, 7617, 5993, 11295, 6062, 8656, 5852, 7890, 5902, 6639, 6401, 6115, 10056, 5925, 7715, 6074, 7368, 6597, 11861, 6048, 11236, 5788, 10070, 8505, 7465, 12455, 6575, 11225, 6176, 10935, 5936, 10248, 5845, 8086, 6083, 6887, 12021, 6011, 10007, 6413, 6291, 9425, 6026, 11444, 5835, 8550, 10595, 6100, 11356, 5782, 9158, 6044, 6199, 12425, 5744, 8692, 6014, 6133, 11648, 6094, 7860, 5924, 6617, 5634, 6191, 10657, 5857, 7624, 5910, 6309, 5660, 6784, 5688, 6564, 11399, 5994, 10070, 5973, 7987, 10620, 6383, 11901, 6157, 10018, 7208, 6866, 12500, 6290, 10840, 8153, 7461, 12638, 6057, 10357, 6945, 6688, 11339, 5939, 10238, 6217, 7394, 8338, 6201, 9756, 5908, 7968, 5884, 6129, 10648, 6300, 9086, 5882, 7825, 5543, 6432, 8154, 6093, 10860, 6055, 8814, 7064, 6325, 12322, 6157, 11283, 6435, 8577, 11623, 7229, 11297, 6005, 10963, 6075, 8417, 6310, 6801, 7758, 6163, 11709, 6296, 9021, 6193, 7535, 10554, 6406, 12095, 5976, 9526, 7331, 6327, 12246, 5947, 10868, 6780, 7454, 7983, 5914, 12464, 5702, 10118, 6491, 6749, 7209, 6367, 11109, 6197, 9385, 6041, 7871, 6099, 7099, 12387, 6173, 10323, 5917, 8501, 6514, 6893, 12763, 6208, 11038, 5956, 8890, 6292, 7971, 6155, 6440, 5923, 7126, 8922, 6827, 12596, 7092, 12310, 6216, 11246, 6194, 9607, 10793, 7518, 12639, 6251, 10940, 6334, 8725, 9615, 6396, 12435, 5980, 11241, 6275, 9015, 6539, 7435, 8362, 6191, 12060, 6058, 8683, 6165, 7588, 7904, 6163, 12231, 6142, 10011, 6306, 8726, 6358, 7433, 6219, 6519, 5716, 7090, 9257, 6852, 12735, 6219, 11558, 5902, 10639, 6156, 10723, 7271, 7819, 6900, 7254, 12532, 6525, 12197, 6326, 10508, 6920, 7639, 6063, 6351, 12929, 6429, 11224, 6266, 8192, 6182, 7794, 6026, 6891, 12389, 6312, 11307, 5828, 9231, 6016, 7927, 6342, 7124, 5818, 7367, 10957, 6211, 10833, 6235, 9076, 5933, 7576, 9333, 6415, 11420, 6305, 8534, 5916, 6765, 6284, 11844, 6040, 10925, 5983, 10267, 6052, 11532, 9683, 7971, 13101, 6179, 11377, 6278, 10171, 9325, 8197, 12370, 6355, 12489, 6021, 11509, 6260, 10856, 5795, 10110, 10156, 6656, 12721, 6609, 10925, 5788, 8882, 6009, 7373, 7699, 5964, 11751, 5825, 9651, 6037, 7551, 6512, 5943, 8965, 5742, 11205, 5854, 9142, 6836, 6382, 8846, 5851, 12133, 5883, 9548, 5951, 7628, 6271, 6831, 8513, 5821, 12198, 5920, 9993, 6392, 10686], 'WindowCenter': [3562.0, 3497.0, 3556.0, 3512.0, 3531.0, 3521.0, 3477.0, 3506.0, 3486.0, 3483.0, 3525.0, 3460.0, 3512.0, 3471.0, 3502.0, 3450.0, 3491.0, 3449.0, 3492.0, 3440.0, 3482.0, 3441.0, 3484.0, 3453.0, 3484.0, 3452.0, 3495.0, 3475.0, 3496.0, 3474.0, 3496.0, 3465.0, 3529.0, 3454.0, 3505.0, 3463.0, 3518.0, 3485.0, 3473.0, 3506.0, 3452.0, 3504.0, 3440.0, 3493.0, 3460.0, 3439.0, 3515.0, 3439.0, 3483.0, 3427.0, 3462.0, 3502.0, 3440.0, 3484.0, 3431.0, 3460.0, 3428.0, 3450.0, 3504.0, 3451.0, 3483.0, 3441.0, 3461.0, 3450.0, 3442.0, 3504.0, 3441.0, 3484.0, 3442.0, 3464.0, 3517.0, 3442.0, 3494.0, 3443.0, 3484.0, 3442.0, 3464.0, 3516.0, 3454.0, 3495.0, 3453.0, 3474.0, 3442.0, 3467.0, 3529.0, 3464.0, 3506.0, 3454.0, 3497.0, 3453.0, 3475.0, 3528.0, 3475.0, 3507.0, 3452.0, 3496.0, 3525.0, 3463.0, 3505.0, 3450.0, 3505.0, 3491.0, 3441.0, 3501.0, 3449.0, 3481.0, 3428.0, 3428.0, 3490.0, 3428.0, 3471.0, 3426.0, 3438.0, 3503.0, 3428.0, 3480.0, 3428.0, 3461.0, 3513.0, 3439.0, 3477.0, 3439.0, 3459.0, 3492.0, 3437.0, 3481.0, 3449.0, 3482.0, 3440.0, 3450.0, 3513.0, 3439.0, 3472.0, 3430.0, 3440.0, 3503.0, 3451.0, 3481.0, 3450.0, 3472.0, 3443.0, 3441.0, 3506.0, 3453.0, 3484.0, 3454.0, 3487.0, 3518.0, 3455.0, 3507.0, 3453.0, 3496.0, 3503.0, 3454.0, 3525.0, 3452.0, 3506.0, 3504.0, 3462.0, 3526.0, 3450.0, 3494.0, 3514.0, 3450.0, 3503.0, 3428.0, 3482.0, 3438.0, 3451.0, 3504.0, 3441.0, 3494.0, 3442.0, 3475.0, 3452.0, 3454.0, 3517.0, 3453.0, 3485.0, 3484.0, 3452.0, 3515.0, 3451.0, 3495.0, 3482.0, 3440.0, 3514.0, 3440.0, 3493.0, 3439.0, 3451.0, 3513.0, 3439.0, 3481.0, 3427.0, 3438.0, 3503.0, 3440.0, 3470.0, 3428.0, 3438.0, 3469.0, 3452.0, 3485.0, 3442.0, 3483.0, 3458.0, 3476.0, 3468.0, 3499.0, 3480.0, 3545.0, 3489.0, 3509.0, 3528.0, 3463.0, 3505.0, 3472.0, 3485.0, 3517.0, 3476.0, 3504.0, 3452.0, 3505.0, 3452.0, 3483.0, 3441.0, 3516.0, 3474.0, 3516.0, 3484.0, 3504.0, 3469.0, 3470.0, 3512.0, 3449.0, 3502.0, 3457.0, 3447.0, 3436.0, 3439.0, 3503.0, 3426.0, 3480.0, 3428.0, 3470.0, 3439.0, 3471.0, 3443.0, 3484.0, 3443.0, 3474.0, 3528.0, 3455.0, 3506.0, 3454.0, 3493.0, 3441.0, 3495.0, 3452.0, 3506.0, 3517.0, 3485.0, 3526.0, 3451.0, 3515.0, 3461.0, 3505.0, 3470.0, 3471.0, 3484.0, 3459.0, 3512.0, 3427.0, 3489.0, 3426.0, 3481.0, 3470.0, 3438.0, 3469.0, 3428.0, 3490.0, 3439.0, 3492.0, 3452.0, 3493.0, 3443.0, 3460.0, 3448.0, 3450.0, 3513.0, 3450.0, 3492.0, 3439.0, 3493.0, 3438.0, 3459.0, 3479.0, 3438.0, 3491.0, 3452.0, 3482.0, 3439.0, 3470.0, 3452.0, 3493.0, 3452.0, 3495.0, 3443.0, 3508.0, 3496.0, 3486.0, 3538.0, 3474.0, 3516.0, 3454.0, 3507.0, 3473.0, 3495.0, 3523.0, 3460.0, 3502.0, 3449.0, 3503.0, 3451.0, 3462.0, 3512.0, 3437.0, 3489.0, 3427.0, 3479.0, 3436.0, 3436.0, 3500.0, 3440.0, 3520.0, 3445.0, 3451.0, 3408.0, 3419.0, 3410.0, 3446.0, 3429.0, 3475.0, 3414.0, 3457.0, 3425.0, 3448.0, 3426.0, 3452.0, 3501.0, 3426.0, 3491.0, 3427.0, 3471.0, 3460.0, 3429.0, 3502.0, 3439.0, 3468.0, 3437.0, 3459.0, 3438.0, 3449.0, 3481.0, 3428.0, 3471.0, 3440.0, 3473.0, 3442.0, 3463.0, 3441.0, 3452.0, 3505.0, 3451.0, 3493.0, 3452.0, 3495.0, 3443.0, 3486.0, 3451.0, 3475.0, 3528.0, 3454.0, 3507.0, 3453.0, 3493.0, 3453.0, 3473.0, 3442.0, 3464.0, 3475.0, 3466.0, 3517.0, 3442.0, 3495.0, 3455.0, 3484.0, 3455.0, 3487.0, 3442.0, 3475.0, 3474.0, 3465.0, 3507.0, 3444.0, 3506.0, 3443.0, 3484.0, 3453.0, 3486.0, 3454.0, 3475.0, 3451.0, 3487.0, 3454.0, 3465.0, 3455.0, 3487.0, 3518.0, 3465.0, 3528.0, 3454.0, 3516.0, 3453.0, 3506.0, 3452.0, 3495.0, 3515.0, 3448.0, 3525.0, 3440.0, 3502.0, 3440.0, 3482.0, 3439.0, 3452.0, 3440.0, 3472.0, 3440.0, 3475.0, 3495.0, 3453.0, 3528.0, 3452.0, 3514.0, 3451.0, 3494.0, 3517.0, 3463.0, 3514.0, 3439.0, 3493.0, 3452.0, 3473.0, 3452.0, 3453.0, 3487.0, 3455.0, 3496.0, 3454.0, 3540.0, 3517.0, 3495.0, 3516.0, 3453.0, 3514.0, 3461.0, 3505.0, 3461.0, 3471.0, 3439.0, 3460.0, 3427.0, 3461.0, 3513.0, 3440.0, 3502.0, 3449.0, 3492.0, 3428.0, 3452.0, 3457.0, 3437.0, 3500.0, 3436.0, 3478.0, 3439.0, 3470.0, 3426.0, 3448.0, 3489.0, 3439.0, 3483.0, 3439.0, 3470.0, 3427.0, 3449.0, 3500.0, 3437.0, 3480.0, 3436.0, 3461.0, 3502.0, 3426.0, 3478.0, 3425.0, 3478.0, 3438.0, 3469.0, 3440.0, 3471.0, 3428.0, 3462.0, 3504.0, 3441.0, 3495.0, 3454.0, 3484.0, 3441.0, 3485.0, 3451.0, 3462.0, 3506.0, 3440.0, 3515.0, 3440.0, 3494.0, 3439.0, 3450.0, 3441.0, 3473.0, 3439.0, 3440.0, 3513.0, 3451.0, 3505.0, 3450.0, 3493.0, 3439.0, 3472.0, 3461.0, 3439.0, 3503.0, 3439.0, 3480.0, 3426.0, 3449.0, 3502.0, 3428.0, 3469.0, 3440.0, 3449.0, 3438.0, 3438.0, 3480.0, 3439.0, 3471.0, 3440.0, 3451.0, 3460.0, 3440.0, 3481.0, 3440.0, 3483.0, 3452.0, 3473.0, 3444.0, 3464.0, 3528.0, 3467.0, 3507.0, 3467.0, 3509.0, 3465.0, 3518.0, 3487.0, 3531.0, 3488.0, 3530.0, 3468.0, 3529.0, 3474.0, 3516.0, 3474.0, 3516.0, 3453.0, 3504.0, 3452.0, 3504.0, 3451.0, 3517.0, 3451.0, 3515.0, 3450.0, 3515.0, 3451.0, 3486.0, 3451.0, 3451.0, 3517.0, 3485.0, 3516.0, 3503.0, 3471.0, 3522.0, 3448.0, 3489.0, 3468.0, 3491.0, 3459.0, 3478.0, 3426.0, 3458.0, 3426.0, 3436.0, 3477.0, 3425.0, 3458.0, 3427.0, 3468.0, 3426.0, 3478.0, 3438.0, 3470.0, 3450.0, 3460.0, 3439.0, 3460.0, 3440.0, 3472.0, 3440.0, 3474.0, 3453.0, 3474.0, 3442.0, 3465.0, 3527.0, 3455.0, 3517.0, 3465.0, 3496.0, 3455.0, 3508.0, 3452.0, 3464.0, 3526.0, 3440.0, 3504.0, 3440.0, 3493.0, 3438.0, 3461.0, 3513.0, 3440.0, 3505.0, 3439.0, 3481.0, 3441.0, 3462.0, 3470.0, 3439.0, 3503.0, 3439.0, 3480.0, 3441.0, 3471.0, 3441.0, 3479.0, 3464.0, 3438.0, 3491.0, 3451.0, 3473.0, 3454.0, 3475.0, 3465.0, 3528.0, 3455.0, 3546.0, 3456.0, 3505.0, 3484.0, 3474.0, 3527.0, 3463.0, 3516.0, 3454.0, 3516.0, 3452.0, 3505.0, 3442.0, 3485.0, 3453.0, 3475.0, 3528.0, 3452.0, 3506.0, 3452.0, 3453.0, 3494.0, 3453.0, 3517.0, 3442.0, 3484.0, 3506.0, 3440.0, 3504.0, 3441.0, 3493.0, 3439.0, 3439.0, 3512.0, 3439.0, 3482.0, 3439.0, 3440.0, 3502.0, 3440.0, 3471.0, 3441.0, 3461.0, 3440.0, 3452.0, 3505.0, 3441.0, 3474.0, 3442.0, 3464.0, 3454.0, 3465.0, 3454.0, 3477.0, 3530.0, 3466.0, 3520.0, 3467.0, 3499.0, 3519.0, 3465.0, 3530.0, 3455.0, 3521.0, 3475.0, 3476.0, 3529.0, 3464.0, 3518.0, 3485.0, 3475.0, 3527.0, 3452.0, 3505.0, 3461.0, 3463.0, 3516.0, 3452.0, 3505.0, 3452.0, 3473.0, 3483.0, 3453.0, 3493.0, 3441.0, 3472.0, 3440.0, 3452.0, 3506.0, 3464.0, 3495.0, 3443.0, 3486.0, 3443.0, 3465.0, 3486.0, 3466.0, 3518.0, 3454.0, 3496.0, 3475.0, 3466.0, 3529.0, 3454.0, 3517.0, 3453.0, 3485.0, 3516.0, 3474.0, 3516.0, 3451.0, 3504.0, 3452.0, 3484.0, 3452.0, 3463.0, 3474.0, 3453.0, 3516.0, 3453.0, 3496.0, 3453.0, 3486.0, 3506.0, 3465.0, 3516.0, 3452.0, 3497.0, 3473.0, 3452.0, 3515.0, 3452.0, 3504.0, 3462.0, 3473.0, 3473.0, 3441.0, 3515.0, 3441.0, 3492.0, 3450.0, 3462.0, 3462.0, 3449.0, 3503.0, 3451.0, 3495.0, 3451.0, 3483.0, 3451.0, 3462.0, 3516.0, 3452.0, 3505.0, 3442.0, 3483.0, 3451.0, 3463.0, 3526.0, 3452.0, 3505.0, 3452.0, 3494.0, 3451.0, 3473.0, 3440.0, 3452.0, 3451.0, 3463.0, 3495.0, 3462.0, 3526.0, 3464.0, 3528.0, 3453.0, 3504.0, 3452.0, 3495.0, 3504.0, 3462.0, 3515.0, 3450.0, 3503.0, 3451.0, 3482.0, 3494.0, 3450.0, 3513.0, 3438.0, 3502.0, 3448.0, 3480.0, 3450.0, 3460.0, 3473.0, 3439.0, 3515.0, 3439.0, 3484.0, 3440.0, 3471.0, 3471.0, 3440.0, 3514.0, 3440.0, 3504.0, 3451.0, 3480.0, 3452.0, 3472.0, 3441.0, 3451.0, 3443.0, 3475.0, 3495.0, 3463.0, 3527.0, 3453.0, 3517.0, 3442.0, 3505.0, 3451.0, 3504.0, 3461.0, 3472.0, 3462.0, 3472.0, 3514.0, 3451.0, 3514.0, 3450.0, 3502.0, 3460.0, 3472.0, 3437.0, 3449.0, 3513.0, 3449.0, 3502.0, 3449.0, 3471.0, 3439.0, 3471.0, 3439.0, 3461.0, 3513.0, 3450.0, 3514.0, 3441.0, 3492.0, 3440.0, 3471.0, 3451.0, 3462.0, 3441.0, 3473.0, 3505.0, 3451.0, 3504.0, 3451.0, 3495.0, 3453.0, 3473.0, 3493.0, 3452.0, 3514.0, 3452.0, 3494.0, 3453.0, 3476.0, 3466.0, 3530.0, 3466.0, 3530.0, 3468.0, 3520.0, 3467.0, 3532.0, 3521.0, 3499.0, 3528.0, 3455.0, 3517.0, 3452.0, 3505.0, 3494.0, 3487.0, 3528.0, 3451.0, 3514.0, 3439.0, 3503.0, 3451.0, 3505.0, 3441.0, 3495.0, 3492.0, 3450.0, 3513.0, 3451.0, 3502.0, 3428.0, 3480.0, 3437.0, 3461.0, 3460.0, 3451.0, 3515.0, 3439.0, 3492.0, 3438.0, 3460.0, 3449.0, 3440.0, 3483.0, 3440.0, 3502.0, 3440.0, 3483.0, 3450.0, 3452.0, 3482.0, 3439.0, 3513.0, 3428.0, 3492.0, 3439.0, 3472.0, 3450.0, 3451.0, 3483.0, 3440.0, 3513.0, 3440.0, 3494.0, 3452.0, 3506.0], 'WindowWidth': [8064.0, 7970.0, 8043.0, 7977.0, 8001.0, 7985.0, 7923.0, 7959.0, 7931.0, 7922.0, 7980.0, 7888.0, 7960.0, 7904.0, 7943.0, 7875.0, 7930.0, 7873.0, 7931.0, 7863.0, 7919.0, 7867.0, 7929.0, 7888.0, 7929.0, 7885.0, 7943.0, 7917.0, 7945.0, 7914.0, 7944.0, 7903.0, 7991.0, 7885.0, 7955.0, 7896.0, 7974.0, 7925.0, 7909.0, 7954.0, 7880.0, 7949.0, 7861.0, 7933.0, 7885.0, 7857.0, 7966.0, 7859.0, 7918.0, 7840.0, 7891.0, 7943.0, 7861.0, 7922.0, 7852.0, 7889.0, 7844.0, 7876.0, 7950.0, 7879.0, 7923.0, 7867.0, 7893.0, 7876.0, 7867.0, 7953.0, 7867.0, 7925.0, 7871.0, 7901.0, 7972.0, 7869.0, 7939.0, 7873.0, 7928.0, 7868.0, 7899.0, 7970.0, 7888.0, 7940.0, 7887.0, 7914.0, 7869.0, 7907.0, 7993.0, 7902.0, 7959.0, 7890.0, 7947.0, 7884.0, 7916.0, 7991.0, 7916.0, 7960.0, 7882.0, 7943.0, 7981.0, 7895.0, 7954.0, 7876.0, 7953.0, 7929.0, 7862.0, 7943.0, 7872.0, 7916.0, 7843.0, 7842.0, 7928.0, 7843.0, 7903.0, 7840.0, 7856.0, 7947.0, 7843.0, 7915.0, 7845.0, 7891.0, 7962.0, 7861.0, 7909.0, 7861.0, 7887.0, 7932.0, 7856.0, 7916.0, 7874.0, 7919.0, 7862.0, 7877.0, 7963.0, 7862.0, 7908.0, 7852.0, 7865.0, 7948.0, 7880.0, 7919.0, 7879.0, 7910.0, 7871.0, 7868.0, 7956.0, 7886.0, 7929.0, 7889.0, 7935.0, 7977.0, 7892.0, 7962.0, 7886.0, 7945.0, 7952.0, 7887.0, 7983.0, 7882.0, 7959.0, 7954.0, 7896.0, 7983.0, 7876.0, 7939.0, 7963.0, 7876.0, 7949.0, 7845.0, 7919.0, 7860.0, 7881.0, 7953.0, 7868.0, 7941.0, 7870.0, 7917.0, 7885.0, 7890.0, 7975.0, 7887.0, 7931.0, 7929.0, 7884.0, 7968.0, 7880.0, 7943.0, 7922.0, 7864.0, 7966.0, 7865.0, 7938.0, 7861.0, 7879.0, 7965.0, 7862.0, 7919.0, 7844.0, 7859.0, 7949.0, 7862.0, 7904.0, 7846.0, 7860.0, 7902.0, 7886.0, 7931.0, 7872.0, 7925.0, 7901.0, 7924.0, 7919.0, 7959.0, 7937.0, 8029.0, 7943.0, 7969.0, 7991.0, 7899.0, 7956.0, 7908.0, 7929.0, 7972.0, 7921.0, 7951.0, 7881.0, 7955.0, 7884.0, 7926.0, 7869.0, 7973.0, 7914.0, 7973.0, 7927.0, 7954.0, 7899.0, 7901.0, 7962.0, 7873.0, 7948.0, 7879.0, 7867.0, 7853.0, 7860.0, 7948.0, 7841.0, 7914.0, 7847.0, 7905.0, 7863.0, 7907.0, 7877.0, 7930.0, 7875.0, 7917.0, 7993.0, 7892.0, 7960.0, 7890.0, 7939.0, 7869.0, 7943.0, 7886.0, 7960.0, 7976.0, 7929.0, 7987.0, 7882.0, 7968.0, 7893.0, 7957.0, 7902.0, 7904.0, 7924.0, 7888.0, 7962.0, 7842.0, 7926.0, 7840.0, 7919.0, 7903.0, 7859.0, 7902.0, 7846.0, 7931.0, 7864.0, 7936.0, 7884.0, 7937.0, 7873.0, 7892.0, 7874.0, 7878.0, 7963.0, 7877.0, 7933.0, 7862.0, 7939.0, 7862.0, 7887.0, 7912.0, 7858.0, 7931.0, 7883.0, 7922.0, 7865.0, 7906.0, 7885.0, 7941.0, 7888.0, 7947.0, 7879.0, 7969.0, 7949.0, 7935.0, 8006.0, 7916.0, 7975.0, 7890.0, 7965.0, 7913.0, 7943.0, 7978.0, 7889.0, 7947.0, 7877.0, 7950.0, 7881.0, 7894.0, 7961.0, 7856.0, 7927.0, 7844.0, 7914.0, 7853.0, 7853.0, 7941.0, 7866.0, 7984.0, 7872.0, 7857.0, 7793.0, 7810.0, 7800.0, 7862.0, 7849.0, 7921.0, 7822.0, 7879.0, 7837.0, 7870.0, 7842.0, 7880.0, 7945.0, 7841.0, 7931.0, 7844.0, 7906.0, 7891.0, 7848.0, 7950.0, 7862.0, 7897.0, 7856.0, 7886.0, 7859.0, 7874.0, 7919.0, 7848.0, 7906.0, 7866.0, 7912.0, 7870.0, 7898.0, 7871.0, 7885.0, 7958.0, 7884.0, 7940.0, 7885.0, 7945.0, 7877.0, 7936.0, 7885.0, 7920.0, 7992.0, 7891.0, 7963.0, 7889.0, 7940.0, 7889.0, 7915.0, 7873.0, 7905.0, 7920.0, 7908.0, 7975.0, 7873.0, 7945.0, 7892.0, 7930.0, 7894.0, 7937.0, 7874.0, 7920.0, 7916.0, 7907.0, 7963.0, 7878.0, 7961.0, 7875.0, 7929.0, 7888.0, 7935.0, 7891.0, 7920.0, 7886.0, 7938.0, 7893.0, 7908.0, 7894.0, 7938.0, 7979.0, 7907.0, 7993.0, 7890.0, 7974.0, 7888.0, 7959.0, 7886.0, 7944.0, 7970.0, 7876.0, 7983.0, 7865.0, 7947.0, 7865.0, 7921.0, 7863.0, 7882.0, 7866.0, 7909.0, 7864.0, 7916.0, 7943.0, 7885.0, 7991.0, 7885.0, 7968.0, 7880.0, 7941.0, 7971.0, 7898.0, 7968.0, 7861.0, 7935.0, 7885.0, 7913.0, 7887.0, 7888.0, 7939.0, 7895.0, 7948.0, 7891.0, 8012.0, 7975.0, 7942.0, 7972.0, 7884.0, 7966.0, 7892.0, 7956.0, 7893.0, 7906.0, 7862.0, 7889.0, 7844.0, 7889.0, 7964.0, 7863.0, 7946.0, 7873.0, 7933.0, 7842.0, 7879.0, 7879.0, 7853.0, 7941.0, 7852.0, 7909.0, 7859.0, 7901.0, 7840.0, 7870.0, 7924.0, 7859.0, 7922.0, 7859.0, 7900.0, 7841.0, 7870.0, 7940.0, 7852.0, 7913.0, 7852.0, 7889.0, 7944.0, 7837.0, 7908.0, 7836.0, 7908.0, 7857.0, 7899.0, 7863.0, 7905.0, 7846.0, 7895.0, 7951.0, 7868.0, 7943.0, 7890.0, 7927.0, 7865.0, 7929.0, 7879.0, 7895.0, 7956.0, 7865.0, 7966.0, 7863.0, 7938.0, 7859.0, 7875.0, 7865.0, 7910.0, 7860.0, 7863.0, 7964.0, 7879.0, 7953.0, 7878.0, 7934.0, 7861.0, 7906.0, 7891.0, 7860.0, 7949.0, 7861.0, 7915.0, 7840.0, 7873.0, 7944.0, 7843.0, 7898.0, 7866.0, 7873.0, 7858.0, 7858.0, 7915.0, 7861.0, 7905.0, 7865.0, 7878.0, 7890.0, 7863.0, 7919.0, 7865.0, 7923.0, 7886.0, 7914.0, 7874.0, 7902.0, 7992.0, 7911.0, 7962.0, 7912.0, 7970.0, 7906.0, 7978.0, 7937.0, 8003.0, 7942.0, 8000.0, 7917.0, 7996.0, 7917.0, 7973.0, 7914.0, 7973.0, 7884.0, 7956.0, 7884.0, 7954.0, 7880.0, 7975.0, 7881.0, 7967.0, 7878.0, 7968.0, 7881.0, 7932.0, 7882.0, 7882.0, 7975.0, 7929.0, 7972.0, 7948.0, 7903.0, 7972.0, 7869.0, 7924.0, 7894.0, 7927.0, 7882.0, 7907.0, 7836.0, 7879.0, 7838.0, 7851.0, 7905.0, 7834.0, 7880.0, 7838.0, 7894.0, 7837.0, 7907.0, 7857.0, 7901.0, 7876.0, 7888.0, 7860.0, 7890.0, 7865.0, 7907.0, 7865.0, 7913.0, 7885.0, 7913.0, 7869.0, 7904.0, 7988.0, 7891.0, 7973.0, 7905.0, 7942.0, 7890.0, 7965.0, 7883.0, 7901.0, 7983.0, 7864.0, 7950.0, 7863.0, 7935.0, 7857.0, 7892.0, 7960.0, 7862.0, 7953.0, 7860.0, 7917.0, 7865.0, 7892.0, 7900.0, 7859.0, 7946.0, 7859.0, 7914.0, 7866.0, 7904.0, 7866.0, 7930.0, 7902.0, 7855.0, 7930.0, 7878.0, 7910.0, 7888.0, 7916.0, 7905.0, 7991.0, 7893.0, 8029.0, 7896.0, 7957.0, 7926.0, 7914.0, 7987.0, 7898.0, 7972.0, 7887.0, 7971.0, 7884.0, 7954.0, 7870.0, 7930.0, 7886.0, 7918.0, 7990.0, 7883.0, 7959.0, 7884.0, 7885.0, 7940.0, 7883.0, 7972.0, 7868.0, 7926.0, 7954.0, 7863.0, 7951.0, 7864.0, 7934.0, 7859.0, 7860.0, 7959.0, 7859.0, 7918.0, 7860.0, 7861.0, 7946.0, 7863.0, 7904.0, 7864.0, 7892.0, 7864.0, 7881.0, 7953.0, 7867.0, 7913.0, 7870.0, 7901.0, 7888.0, 7904.0, 7890.0, 7924.0, 7995.0, 7908.0, 7983.0, 7910.0, 7955.0, 7981.0, 7907.0, 7995.0, 7893.0, 7985.0, 7917.0, 7921.0, 7993.0, 7901.0, 7977.0, 7927.0, 7915.0, 7986.0, 7880.0, 7955.0, 7891.0, 7896.0, 7969.0, 7882.0, 7954.0, 7882.0, 7911.0, 7922.0, 7882.0, 7936.0, 7867.0, 7908.0, 7865.0, 7881.0, 7956.0, 7900.0, 7941.0, 7873.0, 7932.0, 7874.0, 7905.0, 7934.0, 7908.0, 7978.0, 7890.0, 7948.0, 7915.0, 7905.0, 7992.0, 7886.0, 7973.0, 7884.0, 7929.0, 7970.0, 7912.0, 7970.0, 7879.0, 7949.0, 7882.0, 7925.0, 7882.0, 7897.0, 7912.0, 7885.0, 7972.0, 7884.0, 7945.0, 7885.0, 7930.0, 7957.0, 7901.0, 7971.0, 7881.0, 7945.0, 7910.0, 7881.0, 7969.0, 7881.0, 7951.0, 7894.0, 7910.0, 7907.0, 7864.0, 7967.0, 7864.0, 7933.0, 7876.0, 7893.0, 7892.0, 7874.0, 7949.0, 7878.0, 7941.0, 7880.0, 7923.0, 7879.0, 7895.0, 7969.0, 7882.0, 7952.0, 7868.0, 7924.0, 7879.0, 7897.0, 7983.0, 7881.0, 7953.0, 7884.0, 7938.0, 7879.0, 7909.0, 7863.0, 7879.0, 7879.0, 7897.0, 7939.0, 7894.0, 7984.0, 7900.0, 7989.0, 7884.0, 7952.0, 7880.0, 7940.0, 7951.0, 7893.0, 7968.0, 7875.0, 7947.0, 7876.0, 7920.0, 7935.0, 7873.0, 7960.0, 7857.0, 7944.0, 7871.0, 7915.0, 7876.0, 7888.0, 7906.0, 7859.0, 7966.0, 7859.0, 7922.0, 7862.0, 7903.0, 7902.0, 7862.0, 7963.0, 7863.0, 7951.0, 7879.0, 7915.0, 7882.0, 7909.0, 7865.0, 7881.0, 7872.0, 7917.0, 7940.0, 7898.0, 7985.0, 7884.0, 7972.0, 7870.0, 7953.0, 7879.0, 7952.0, 7890.0, 7907.0, 7893.0, 7907.0, 7964.0, 7876.0, 7963.0, 7874.0, 7946.0, 7889.0, 7906.0, 7856.0, 7872.0, 7961.0, 7872.0, 7946.0, 7872.0, 7902.0, 7860.0, 7904.0, 7859.0, 7891.0, 7962.0, 7875.0, 7965.0, 7866.0, 7931.0, 7863.0, 7904.0, 7878.0, 7894.0, 7866.0, 7910.0, 7953.0, 7879.0, 7951.0, 7878.0, 7940.0, 7884.0, 7910.0, 7936.0, 7881.0, 7965.0, 7882.0, 7940.0, 7885.0, 7920.0, 7910.0, 7995.0, 7909.0, 7997.0, 7915.0, 7984.0, 7911.0, 8004.0, 7985.0, 7957.0, 7992.0, 7890.0, 7974.0, 7882.0, 7956.0, 7938.0, 7933.0, 7987.0, 7878.0, 7963.0, 7859.0, 7948.0, 7876.0, 7952.0, 7865.0, 7939.0, 7930.0, 7873.0, 7959.0, 7876.0, 7943.0, 7842.0, 7912.0, 7853.0, 7888.0, 7886.0, 7877.0, 7966.0, 7860.0, 7932.0, 7856.0, 7888.0, 7871.0, 7861.0, 7920.0, 7862.0, 7945.0, 7861.0, 7920.0, 7876.0, 7877.0, 7917.0, 7858.0, 7958.0, 7842.0, 7929.0, 7860.0, 7906.0, 7873.0, 7876.0, 7922.0, 7862.0, 7962.0, 7861.0, 7936.0, 7879.0, 7955.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.0005405029585798817</td></tr>
<tr><td colspan=3>aqi</td><td>0.0463399865877712</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.28097809468906</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0715650174432376</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9490604107897344</td></tr>
<tr><td colspan=3>efc</td><td>0.4989</td></tr>
<tr><td colspan=3>fber</td><td>3235.4766</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12502661088155542</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.664694280078896</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.668769304128142</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5170719399883286</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.944821202517264</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.544414769878833</td></tr>
<tr><td colspan=3>gcor</td><td>0.00578423</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016543341800570488</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03212335705757141</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1014</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.853332292175739</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>24.3462</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.7415</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.2273</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297270.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.028</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.987</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.3008</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2675.1139</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2842.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79274.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>737.5388</td></tr>
<tr><td colspan=3>tsnr</td><td>27.81588859099429</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>