<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-01/func/sub-0003_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>1d5430d009be96904ef4bc6985e0d646</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>14:06:57.410000</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.999526, -0.0100957, -0.0290721, 0.0134335, 0.99304, 0.117009]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103608</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7757, -7277, 567, -12, -39, 45, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.849</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8582e030-2b34-4063-b310-4d29ecf6ffdc||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.6816561222076416, 0.03604097291827202, -0.07475881278514862, 114.80985260009766], [0.02708595059812069, 2.6642537117004395, 0.3168281614780426, -101.72257995605469], [-0.07799824327230453, -0.3139256536960602, 2.6803042888641357, -48.0401496887207], [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': ['140657.410000', '140657.870000', '140658.330000', '140658.790000', '140659.250000', '140659.710000', '140700.170000', '140700.630000', '140701.090000', '140701.550000', '140702.010000', '140702.470000', '140702.930000', '140703.390000', '140703.850000', '140704.310000', '140704.770000', '140705.230000', '140705.690000', '140706.150000', '140706.610000', '140707.070000', '140707.530000', '140707.990000', '140708.450000', '140708.910000', '140709.370000', '140709.830000', '140710.290000', '140710.750000', '140711.210000', '140711.670000', '140712.130000', '140712.590000', '140713.050000', '140713.510000', '140713.970000', '140714.430000', '140714.890000', '140715.350000', '140715.810000', '140716.270000', '140716.730000', '140717.190000', '140717.650000', '140718.110000', '140718.570000', '140719.030000', '140719.490000', '140719.950000', '140720.410000', '140720.870000', '140721.330000', '140721.790000', '140722.250000', '140722.710000', '140723.170000', '140723.630000', '140724.090000', '140724.550000', '140725.010000', '140725.470000', '140725.930000', '140726.390000', '140726.850000', '140727.310000', '140727.770000', '140728.230000', '140728.690000', '140729.150000', '140729.610000', '140730.070000', '140730.530000', '140730.990000', '140731.450000', '140731.910000', '140732.370000', '140732.830000', '140733.290000', '140733.750000', '140734.210000', '140734.670000', '140735.130000', '140735.590000', '140736.050000', '140736.510000', '140736.970000', '140737.430000', '140737.890000', '140738.350000', '140738.810000', '140739.270000', '140739.730000', '140740.190000', '140740.650000', '140741.110000', '140741.570000', '140742.030000', '140742.490000', '140742.950000', '140743.410000', '140743.870000', '140744.330000', '140744.790000', '140745.250000', '140745.710000', '140746.170000', '140746.630000', '140747.090000', '140747.550000', '140748.010000', '140748.470000', '140748.930000', '140749.390000', '140749.850000', '140750.310000', '140750.770000', '140751.230000', '140751.690000', '140752.150000', '140752.610000', '140753.070000', '140753.530000', '140753.990000', '140754.450000', '140754.910000', '140755.370000', '140755.830000', '140756.290000', '140756.750000', '140757.210000', '140757.670000', '140758.130000', '140758.590000', '140759.050000', '140759.510000', '140759.970000', '140800.430000', '140800.890000', '140801.350000', '140801.810000', '140802.270000', '140802.730000', '140803.190000', '140803.650000', '140804.110000', '140804.570000', '140805.030000', '140805.490000', '140805.950000', '140806.410000', '140806.870000', '140807.330000', '140807.790000', '140808.250000', '140808.710000', '140809.170000', '140809.630000', '140810.090000', '140810.550000', '140811.010000', '140811.470000', '140811.930000', '140812.390000', '140812.850000', '140813.310000', '140813.770000', '140814.230000', '140814.690000', '140815.150000', '140815.610000', '140816.070000', '140816.530000', '140816.990000', '140817.450000', '140817.910000', '140818.370000', '140818.830000', '140819.290000', '140819.750000', '140820.210000', '140820.670000', '140821.130000', '140821.590000', '140822.050000', '140822.510000', '140822.970000', '140823.430000', '140823.890000', '140824.350000', '140824.810000', '140825.270000', '140825.730000', '140826.190000', '140826.650000', '140827.110000', '140827.570000', '140828.030000', '140828.490000', '140828.950000', '140829.410000', '140829.870000', '140830.330000', '140830.790000', '140831.250000', '140831.710000', '140832.170000', '140832.630000', '140833.090000', '140833.550000', '140834.010000', '140834.470000', '140834.930000', '140835.390000', '140835.850000', '140836.310000', '140836.770000', '140837.230000', '140837.690000', '140838.150000', '140838.610000', '140839.070000', '140839.530000', '140839.990000', '140840.450000', '140840.910000', '140841.370000', '140841.830000', '140842.290000', '140842.750000', '140843.210000', '140843.670000', '140844.130000', '140844.590000', '140845.050000', '140845.510000', '140845.970000', '140846.430000', '140846.890000', '140847.350000', '140847.810000', '140848.270000', '140848.730000', '140849.190000', '140849.650000', '140850.110000', '140850.570000', '140851.030000', '140851.490000', '140851.950000', '140852.410000', '140852.870000', '140853.330000', '140853.790000', '140854.250000', '140854.710000', '140855.170000', '140855.630000', '140856.090000', '140856.550000', '140857.010000', '140857.470000', '140857.930000', '140858.390000', '140858.850000', '140859.310000', '140859.770000', '140900.230000', '140900.690000', '140901.150000', '140901.610000', '140902.070000', '140902.530000', '140902.990000', '140903.450000', '140903.910000', '140904.370000', '140904.830000', '140905.290000', '140905.750000', '140906.210000', '140906.670000', '140907.130000', '140907.590000', '140908.050000', '140908.510000', '140908.970000', '140909.430000', '140909.890000', '140910.350000', '140910.810000', '140911.270000', '140911.730000', '140912.190000', '140912.650000', '140913.110000', '140913.570000', '140914.030000', '140914.490000', '140914.950000', '140915.410000', '140915.870000', '140916.330000', '140916.790000', '140917.250000', '140917.710000', '140918.170000', '140918.630000', '140919.090000', '140919.550000', '140920.010000', '140920.470000', '140920.930000', '140921.390000', '140921.850000', '140922.310000', '140922.770000', '140923.230000', '140923.690000', '140924.150000', '140924.610000', '140925.070000', '140925.530000', '140925.990000', '140926.450000', '140926.910000', '140927.370000', '140927.830000', '140928.290000', '140928.750000', '140929.210000', '140929.670000', '140930.130000', '140930.590000', '140931.050000', '140931.510000', '140931.970000', '140932.430000', '140932.890000', '140933.350000', '140933.810000', '140934.270000', '140934.730000', '140935.190000', '140935.650000', '140936.110000', '140936.570000', '140937.030000', '140937.490000', '140937.950000', '140938.410000', '140938.870000', '140939.330000', '140939.790000', '140940.250000', '140940.710000', '140941.170000', '140941.630000', '140942.090000', '140942.550000', '140943.010000', '140943.470000', '140943.930000', '140944.390000', '140944.850000', '140945.310000', '140945.770000', '140946.230000', '140946.690000', '140947.150000', '140947.610000', '140948.070000', '140948.530000', '140948.990000', '140949.450000', '140949.910000', '140950.370000', '140950.830000', '140951.290000', '140951.750000', '140952.210000', '140952.670000', '140953.130000', '140953.590000', '140954.050000', '140954.510000', '140954.970000', '140955.430000', '140955.890000', '140956.350000', '140956.810000', '140957.270000', '140957.730000', '140958.190000', '140958.650000', '140959.110000', '140959.570000', '141000.030000', '141000.490000', '141000.950000', '141001.410000', '141001.870000', '141002.330000', '141002.790000', '141003.250000', '141003.710000', '141004.170000', '141004.630000', '141005.090000', '141005.550000', '141006.010000', '141006.470000', '141006.930000', '141007.390000', '141007.850000', '141008.310000', '141008.770000', '141009.230000', '141009.690000', '141010.150000', '141010.610000', '141011.070000', '141011.530000', '141011.990000', '141012.450000', '141012.910000', '141013.370000', '141013.830000', '141014.290000', '141014.750000', '141015.210000', '141015.670000', '141016.130000', '141016.590000', '141017.050000', '141017.510000', '141017.970000', '141018.430000', '141018.890000', '141019.350000', '141019.810000', '141020.270000', '141020.730000', '141021.190000', '141021.650000', '141022.110000', '141022.570000', '141023.030000', '141023.490000', '141023.950000', '141024.410000', '141024.870000', '141025.330000', '141025.790000', '141026.250000', '141026.710000', '141027.170000', '141027.630000', '141028.090000', '141028.550000', '141029.010000', '141029.470000', '141029.930000', '141030.390000', '141030.850000', '141031.310000', '141031.770000', '141032.230000', '141032.690000', '141033.150000', '141033.610000', '141034.070000', '141034.530000', '141034.990000', '141035.450000', '141035.910000', '141036.370000', '141036.830000', '141037.290000', '141037.750000', '141038.210000', '141038.670000', '141039.130000', '141039.590000', '141040.050000', '141040.510000', '141040.970000', '141041.430000', '141041.890000', '141042.350000', '141042.810000', '141043.270000', '141043.730000', '141044.190000', '141044.650000', '141045.110000', '141045.570000', '141046.030000', '141046.490000', '141046.950000', '141047.410000', '141047.870000', '141048.330000', '141048.790000', '141049.250000', '141049.710000', '141050.170000', '141050.630000', '141051.090000', '141051.550000', '141052.010000', '141052.470000', '141052.930000', '141053.390000', '141053.850000', '141054.310000', '141054.770000', '141055.230000', '141055.690000', '141056.150000', '141056.610000', '141057.070000', '141057.530000', '141057.990000', '141058.450000', '141058.910000', '141059.370000', '141059.830000', '141100.290000', '141100.750000', '141101.210000', '141101.670000', '141102.130000', '141102.590000', '141103.050000', '141103.510000', '141103.970000', '141104.430000', '141104.890000', '141105.350000', '141105.810000', '141106.270000', '141106.730000', '141107.190000', '141107.650000', '141108.110000', '141108.570000', '141109.030000', '141109.490000', '141109.950000', '141110.410000', '141110.870000', '141111.330000', '141111.790000', '141112.250000', '141112.710000', '141113.170000', '141113.630000', '141114.090000', '141114.550000', '141115.010000', '141115.470000', '141115.930000', '141116.390000', '141116.850000', '141117.310000', '141117.770000', '141118.230000', '141118.690000', '141119.150000', '141119.610000', '141120.070000', '141120.530000', '141120.990000', '141121.450000', '141121.910000', '141122.370000', '141122.830000', '141123.290000', '141123.750000', '141124.210000', '141124.670000', '141125.130000', '141125.590000', '141126.050000', '141126.510000', '141126.970000', '141127.430000', '141127.890000', '141128.350000', '141128.810000', '141129.270000', '141129.730000', '141130.190000', '141130.650000', '141131.110000', '141131.570000', '141132.030000', '141132.490000', '141132.950000', '141133.410000', '141133.870000', '141134.330000', '141134.790000', '141135.250000', '141135.710000', '141136.170000', '141136.630000', '141137.090000', '141137.550000', '141138.010000', '141138.470000', '141138.930000', '141139.390000', '141139.850000', '141140.310000', '141140.770000', '141141.230000', '141141.690000', '141142.150000', '141142.610000', '141143.070000', '141143.530000', '141143.990000', '141144.450000', '141144.910000', '141145.370000', '141145.830000', '141146.290000', '141146.750000', '141147.210000', '141147.670000', '141148.130000', '141148.590000', '141149.050000', '141149.510000', '141149.970000', '141150.430000', '141150.890000', '141151.350000', '141151.810000', '141152.270000', '141152.730000', '141153.190000', '141153.650000', '141154.110000', '141154.570000', '141155.030000', '141155.490000', '141155.950000', '141156.410000', '141156.870000', '141157.330000', '141157.790000', '141158.250000', '141158.710000', '141159.170000', '141159.630000', '141200.090000', '141200.550000', '141201.010000', '141201.470000', '141201.930000', '141202.390000', '141202.850000', '141203.310000', '141203.770000', '141204.230000', '141204.690000', '141205.150000', '141205.610000', '141206.070000', '141206.530000', '141206.990000', '141207.450000', '141207.910000', '141208.370000', '141208.830000', '141209.290000', '141209.750000', '141210.210000', '141210.670000', '141211.130000', '141211.590000', '141212.050000', '141212.510000', '141212.970000', '141213.430000', '141213.890000', '141214.350000', '141214.810000', '141215.270000', '141215.730000', '141216.190000', '141216.650000', '141217.110000', '141217.570000', '141218.030000', '141218.490000', '141218.950000', '141219.410000', '141219.870000', '141220.330000', '141220.790000', '141221.250000', '141221.710000', '141222.170000', '141222.630000', '141223.090000', '141223.550000', '141224.010000', '141224.470000', '141224.930000', '141225.390000', '141225.850000', '141226.310000', '141226.770000', '141227.230000', '141227.690000', '141228.150000', '141228.610000', '141229.070000', '141229.530000', '141229.990000', '141230.450000', '141230.910000', '141231.370000', '141231.830000', '141232.290000', '141232.750000', '141233.210000', '141233.670000', '141234.130000', '141234.590000', '141235.050000', '141235.510000', '141235.970000', '141236.430000', '141236.890000', '141237.350000', '141237.810000', '141238.270000', '141238.730000', '141239.190000', '141239.650000', '141240.110000', '141240.570000', '141241.030000', '141241.490000', '141241.950000', '141242.410000', '141242.870000', '141243.330000', '141243.790000', '141244.250000', '141244.710000', '141245.170000', '141245.630000', '141246.090000', '141246.550000', '141247.010000', '141247.470000', '141247.930000', '141248.390000', '141248.850000', '141249.310000', '141249.770000', '141250.230000', '141250.690000', '141251.150000', '141251.610000', '141252.070000', '141252.530000', '141252.990000', '141253.450000', '141253.910000', '141254.370000', '141254.830000', '141255.290000', '141255.750000', '141256.210000', '141256.670000', '141257.130000', '141257.590000', '141258.050000', '141258.510000', '141258.970000', '141259.430000', '141259.890000', '141300.350000', '141300.810000', '141301.270000', '141301.730000', '141302.190000', '141302.650000', '141303.110000', '141303.570000', '141304.030000', '141304.490000', '141304.950000', '141305.410000', '141305.870000', '141306.330000', '141306.790000', '141307.250000', '141307.710000', '141308.170000', '141308.630000', '141309.090000', '141309.550000', '141310.010000', '141310.470000', '141310.930000', '141311.390000', '141311.850000', '141312.310000', '141312.770000', '141313.230000', '141313.690000', '141314.150000', '141314.610000', '141315.070000', '141315.530000', '141315.990000', '141316.450000', '141316.910000', '141317.370000', '141317.830000', '141318.290000', '141318.750000', '141319.210000', '141319.670000', '141320.130000', '141320.590000', '141321.050000', '141321.510000', '141321.970000', '141322.430000', '141322.890000', '141323.350000', '141323.810000', '141324.270000', '141324.730000', '141325.190000', '141325.650000', '141326.110000', '141326.570000', '141327.030000', '141327.490000', '141327.950000', '141328.410000', '141328.870000', '141329.330000', '141329.790000', '141330.250000', '141330.710000', '141331.170000', '141331.630000', '141332.090000', '141332.550000', '141333.010000', '141333.470000', '141333.930000', '141334.390000', '141334.850000', '141335.310000', '141335.770000', '141336.230000', '141336.690000', '141337.150000', '141337.610000', '141338.070000', '141338.530000', '141338.990000', '141339.450000', '141339.910000', '141340.370000', '141340.830000', '141341.290000', '141341.750000', '141342.210000', '141342.670000', '141343.130000', '141343.590000', '141344.050000', '141344.510000', '141344.970000', '141345.430000', '141345.890000', '141346.350000', '141346.810000', '141347.270000', '141347.730000', '141348.190000', '141348.650000', '141349.110000', '141349.570000', '141350.030000', '141350.490000', '141350.950000', '141351.410000', '141351.870000', '141352.330000', '141352.790000', '141353.250000', '141353.710000', '141354.170000', '141354.630000', '141355.090000', '141355.550000', '141356.010000', '141356.470000', '141356.930000', '141357.390000', '141357.850000', '141358.310000', '141358.770000', '141359.230000', '141359.690000', '141400.150000', '141400.610000', '141401.070000', '141401.530000', '141401.990000', '141402.450000', '141402.910000', '141403.370000', '141403.830000', '141404.290000', '141404.750000', '141405.210000', '141405.670000', '141406.130000', '141406.590000', '141407.050000', '141407.510000', '141407.970000', '141408.430000', '141408.890000', '141409.350000', '141409.810000', '141410.270000', '141410.730000', '141411.190000', '141411.650000', '141412.110000', '141412.570000', '141413.030000', '141413.490000', '141413.950000', '141414.410000', '141414.870000', '141415.330000', '141415.790000', '141416.250000', '141416.710000', '141417.170000', '141417.630000', '141418.090000', '141418.550000', '141419.010000', '141419.470000', '141419.930000', '141420.390000', '141420.850000', '141421.310000', '141421.770000', '141422.230000', '141422.690000', '141423.150000', '141423.610000', '141424.070000', '141424.530000', '141424.990000', '141425.450000', '141425.910000', '141426.370000', '141426.830000', '141427.290000', '141427.750000', '141428.210000', '141428.670000', '141429.130000', '141429.590000', '141430.050000', '141430.510000', '141430.970000', '141431.430000', '141431.890000', '141432.350000', '141432.810000', '141433.270000', '141433.730000', '141434.190000', '141434.650000', '141435.110000', '141435.570000', '141436.030000', '141436.490000', '141436.950000', '141437.410000', '141437.870000', '141438.330000', '141438.790000', '141439.250000', '141439.710000', '141440.170000', '141440.630000', '141441.090000', '141441.550000', '141442.010000', '141442.470000', '141442.930000', '141443.390000', '141443.850000', '141444.310000'], 'ContentTime': ['140711.651000', '140711.654000', '140711.662000', '140711.665000', '140711.668000', '140711.670000', '140711.677000', '140711.680000', '140711.683000', '140711.686000', '140711.690000', '140711.693000', '140711.696000', '140711.699000', '140711.702000', '140711.705000', '140711.708000', '140711.711000', '140711.714000', '140711.728000', '140711.731000', '140711.734000', '140711.737000', '140711.740000', '140711.744000', '140711.747000', '140711.749000', '140711.753000', '140711.755000', '140711.758000', '140731.608000', '140731.611000', '140731.614000', '140731.617000', '140731.628000', '140731.631000', '140731.634000', '140731.637000', '140731.645000', '140731.648000', '140731.651000', '140731.654000', '140731.657000', '140731.660000', '140731.663000', '140731.666000', '140731.676000', '140731.679000', '140731.682000', '140731.685000', '140731.688000', '140731.691000', '140731.694000', '140731.697000', '140731.700000', '140731.703000', '140731.706000', '140731.714000', '140731.717000', '140731.720000', '140731.723000', '140731.726000', '140731.729000', '140731.732000', '140731.735000', '140731.738000', '140731.748000', '140731.751000', '140731.754000', '140731.773000', '140731.776000', '140731.779000', '140731.782000', '140731.785000', '140751.608000', '140751.611000', '140751.614000', '140751.617000', '140751.619000', '140751.622000', '140751.625000', '140751.628000', '140751.631000', '140751.634000', '140751.637000', '140751.639000', '140751.642000', '140751.645000', '140751.648000', '140751.651000', '140751.653000', '140751.656000', '140751.659000', '140751.662000', '140751.665000', '140751.667000', '140751.670000', '140751.673000', '140751.676000', '140751.679000', '140751.682000', '140751.685000', '140751.687000', '140751.696000', '140751.699000', '140751.702000', '140751.704000', '140751.707000', '140751.710000', '140751.713000', '140751.716000', '140751.718000', '140751.721000', '140751.724000', '140751.727000', '140751.730000', '140751.738000', '140811.609000', '140811.612000', '140811.615000', '140811.618000', '140811.620000', '140811.623000', '140811.626000', '140811.629000', '140811.632000', '140811.635000', '140811.637000', '140811.640000', '140811.643000', '140811.646000', '140811.649000', '140811.652000', '140811.655000', '140811.657000', '140811.660000', '140811.663000', '140811.666000', '140811.669000', '140811.672000', '140811.675000', '140811.678000', '140811.680000', '140811.683000', '140811.686000', '140811.689000', '140811.692000', '140811.694000', '140811.697000', '140811.700000', '140811.703000', '140811.706000', '140811.709000', '140811.711000', '140811.714000', '140811.717000', '140811.720000', '140811.723000', '140811.726000', '140811.729000', '140811.731000', '140831.609000', '140831.612000', '140831.615000', '140831.618000', '140831.621000', '140831.624000', '140831.626000', '140831.629000', '140831.632000', '140831.635000', '140831.638000', '140831.641000', '140831.643000', '140831.646000', '140831.649000', '140831.652000', '140831.655000', '140831.658000', '140831.661000', '140831.663000', '140831.666000', '140831.669000', '140831.672000', '140831.675000', '140831.678000', '140831.680000', '140831.683000', '140831.686000', '140831.689000', '140831.692000', '140831.695000', '140831.697000', '140831.700000', '140831.703000', '140831.706000', '140831.709000', '140831.712000', '140831.715000', '140831.717000', '140831.720000', '140831.723000', '140831.727000', '140831.730000', '140851.609000', '140851.612000', '140851.615000', '140851.618000', '140851.620000', '140851.623000', '140851.626000', '140851.629000', '140851.632000', '140851.635000', '140851.638000', '140851.640000', '140851.643000', '140851.646000', '140851.649000', '140851.652000', '140851.654000', '140851.658000', '140851.661000', '140851.664000', '140851.667000', '140851.670000', '140851.673000', '140851.676000', '140851.678000', '140851.681000', '140851.684000', '140851.687000', '140851.690000', '140851.692000', '140851.695000', '140851.698000', '140851.701000', '140851.704000', '140851.707000', '140851.710000', '140851.713000', '140851.715000', '140851.718000', '140851.721000', '140851.724000', '140851.727000', '140851.730000', '140851.733000', '140911.608000', '140911.611000', '140911.614000', '140911.617000', '140911.620000', '140911.622000', '140911.625000', '140911.628000', '140911.631000', '140911.634000', '140911.637000', '140911.639000', '140911.642000', '140911.645000', '140911.648000', '140911.651000', '140911.654000', '140911.657000', '140911.660000', '140911.662000', '140911.665000', '140911.668000', '140911.671000', '140911.674000', '140911.679000', '140911.682000', '140911.684000', '140911.687000', '140911.690000', '140911.693000', '140911.696000', '140911.699000', '140911.702000', '140911.704000', '140911.723000', '140911.726000', '140911.729000', '140911.732000', '140911.735000', '140911.737000', '140911.740000', '140911.743000', '140911.746000', '140931.608000', '140931.611000', '140931.614000', '140931.616000', '140931.619000', '140931.622000', '140931.625000', '140931.628000', '140931.631000', '140931.634000', '140931.637000', '140931.639000', '140931.642000', '140931.645000', '140931.648000', '140931.651000', '140931.653000', '140931.656000', '140931.659000', '140931.662000', '140931.665000', '140931.668000', '140931.671000', '140931.673000', '140931.676000', '140931.679000', '140931.682000', '140931.685000', '140931.687000', '140931.690000', '140931.693000', '140931.696000', '140931.699000', '140931.702000', '140931.705000', '140931.707000', '140931.710000', '140931.713000', '140931.716000', '140931.719000', '140931.721000', '140931.724000', '140931.727000', '140931.730000', '140951.608000', '140951.611000', '140951.614000', '140951.617000', '140951.620000', '140951.622000', '140951.625000', '140951.628000', '140951.631000', '140951.634000', '140951.636000', '140951.639000', '140951.642000', '140951.645000', '140951.648000', '140951.651000', '140951.654000', '140951.657000', '140951.659000', '140951.662000', '140951.665000', '140951.668000', '140951.671000', '140951.674000', '140951.677000', '140951.679000', '140951.682000', '140951.685000', '140951.688000', '140951.691000', '140951.694000', '140951.697000', '140951.699000', '140951.702000', '140951.705000', '140951.708000', '140951.711000', '140951.714000', '140951.717000', '140951.720000', '140951.722000', '140951.725000', '140951.728000', '141011.608000', '141011.611000', '141011.614000', '141011.617000', '141011.620000', '141011.623000', '141011.626000', '141011.629000', '141011.632000', '141011.634000', '141011.637000', '141011.640000', '141011.643000', '141011.646000', '141011.649000', '141011.651000', '141011.654000', '141011.657000', '141011.660000', '141011.663000', '141011.666000', '141011.669000', '141011.672000', '141011.675000', '141011.683000', '141011.686000', '141011.689000', '141011.692000', '141011.695000', '141011.698000', '141011.700000', '141011.703000', '141011.706000', '141011.709000', '141011.712000', '141011.715000', '141011.718000', '141011.721000', '141011.723000', '141011.726000', '141011.730000', '141011.733000', '141011.736000', '141031.609000', '141031.612000', '141031.615000', '141031.618000', '141031.621000', '141031.624000', '141031.626000', '141031.629000', '141031.632000', '141031.635000', '141031.638000', '141031.641000', '141031.643000', '141031.646000', '141031.649000', '141031.652000', '141031.655000', '141031.658000', '141031.660000', '141031.663000', '141031.666000', '141031.669000', '141031.672000', '141031.675000', '141031.677000', '141031.680000', '141031.683000', '141031.686000', '141031.689000', '141031.692000', '141031.694000', '141031.697000', '141031.700000', '141031.703000', '141031.706000', '141031.709000', '141031.712000', '141031.715000', '141031.717000', '141031.720000', '141031.723000', '141031.726000', '141031.729000', '141031.732000', '141051.609000', '141051.612000', '141051.615000', '141051.619000', '141051.625000', '141051.628000', '141051.630000', '141051.633000', '141051.636000', '141051.639000', '141051.642000', '141051.645000', '141051.648000', '141051.650000', '141051.653000', '141051.656000', '141051.668000', '141051.671000', '141051.674000', '141051.677000', '141051.680000', '141051.682000', '141051.685000', '141051.688000', '141051.691000', '141051.694000', '141051.697000', '141051.700000', '141051.703000', '141051.705000', '141051.708000', '141051.711000', '141051.714000', '141051.717000', '141051.720000', '141051.723000', '141051.726000', '141051.728000', '141051.731000', '141051.734000', '141051.737000', '141051.740000', '141051.743000', '141111.609000', '141111.619000', '141111.622000', '141111.625000', '141111.627000', '141111.630000', '141111.633000', '141111.636000', '141111.639000', '141111.642000', '141111.645000', '141111.647000', '141111.650000', '141111.653000', '141111.656000', '141111.659000', '141111.662000', '141111.665000', '141111.668000', '141111.671000', '141111.673000', '141111.676000', '141111.679000', '141111.682000', '141111.685000', '141111.688000', '141111.691000', '141111.694000', '141111.696000', '141111.699000', '141111.702000', '141111.705000', '141111.708000', '141111.711000', '141111.714000', '141111.716000', '141111.719000', '141111.722000', '141111.725000', '141111.728000', '141111.731000', '141111.733000', '141111.736000', '141111.739000', '141131.608000', '141131.611000', '141131.614000', '141131.617000', '141131.620000', '141131.623000', '141131.625000', '141131.628000', '141131.631000', '141131.642000', '141131.646000', '141131.649000', '141131.652000', '141131.655000', '141131.658000', '141131.661000', '141131.663000', '141131.666000', '141131.669000', '141131.672000', '141131.675000', '141131.678000', '141131.681000', '141131.683000', '141131.686000', '141131.689000', '141131.692000', '141131.695000', '141131.698000', '141131.700000', '141131.703000', '141131.706000', '141131.709000', '141131.712000', '141131.715000', '141131.717000', '141131.720000', '141131.723000', '141131.726000', '141131.729000', '141131.732000', '141131.734000', '141131.737000', '141151.608000', '141151.611000', '141151.614000', '141151.617000', '141151.620000', '141151.623000', '141151.625000', '141151.628000', '141151.631000', '141151.634000', '141151.637000', '141151.640000', '141151.643000', '141151.646000', '141151.649000', '141151.651000', '141151.654000', '141151.657000', '141151.660000', '141151.663000', '141151.666000', '141151.669000', '141151.671000', '141151.674000', '141151.677000', '141151.680000', '141151.683000', '141151.686000', '141151.688000', '141151.691000', '141151.694000', '141151.697000', '141151.700000', '141151.703000', '141151.706000', '141151.708000', '141151.711000', '141151.714000', '141151.717000', '141151.720000', '141151.723000', '141151.731000', '141151.734000', '141151.737000', '141211.608000', '141211.611000', '141211.614000', '141211.617000', '141211.620000', '141211.623000', '141211.625000', '141211.628000', '141211.631000', '141211.634000', '141211.637000', '141211.640000', '141211.643000', '141211.645000', '141211.648000', '141211.651000', '141211.655000', '141211.661000', '141211.664000', '141211.667000', '141211.669000', '141211.672000', '141211.675000', '141211.678000', '141211.681000', '141211.684000', '141211.687000', '141211.690000', '141211.692000', '141211.695000', '141211.698000', '141211.701000', '141211.704000', '141211.707000', '141211.710000', '141211.712000', '141211.715000', '141211.718000', '141211.721000', '141211.724000', '141211.727000', '141211.744000', '141211.747000', '141231.608000', '141231.611000', '141231.614000', '141231.617000', '141231.620000', '141231.623000', '141231.625000', '141231.628000', '141231.631000', '141231.634000', '141231.637000', '141231.642000', '141231.645000', '141231.648000', '141231.651000', '141231.653000', '141231.656000', '141231.659000', '141231.662000', '141231.665000', '141231.668000', '141231.670000', '141231.673000', '141231.676000', '141231.679000', '141231.682000', '141231.685000', '141231.688000', '141231.691000', '141231.694000', '141231.696000', '141231.699000', '141231.702000', '141231.705000', '141231.708000', '141231.711000', '141231.713000', '141231.716000', '141231.719000', '141231.722000', '141231.725000', '141231.728000', '141231.731000', '141231.733000', '141251.609000', '141251.612000', '141251.615000', '141251.618000', '141251.621000', '141251.623000', '141251.626000', '141251.629000', '141251.632000', '141251.635000', '141251.638000', '141251.641000', '141251.643000', '141251.646000', '141251.649000', '141251.652000', '141251.655000', '141251.657000', '141251.660000', '141251.663000', '141251.666000', '141251.669000', '141251.672000', '141251.674000', '141251.677000', '141251.680000', '141251.683000', '141251.686000', '141251.690000', '141251.693000', '141251.696000', '141251.698000', '141251.701000', '141251.704000', '141251.707000', '141251.710000', '141251.713000', '141251.716000', '141251.718000', '141251.721000', '141251.724000', '141251.727000', '141251.730000', '141311.609000', '141311.612000', '141311.615000', '141311.618000', '141311.621000', '141311.623000', '141311.626000', '141311.629000', '141311.632000', '141311.635000', '141311.644000', '141311.647000', '141311.650000', '141311.653000', '141311.655000', '141311.666000', '141311.668000', '141311.671000', '141311.674000', '141311.677000', '141311.680000', '141311.683000', '141311.685000', '141311.688000', '141311.691000', '141311.694000', '141311.697000', '141311.700000', '141311.703000', '141311.706000', '141311.708000', '141311.711000', '141311.714000', '141311.717000', '141311.720000', '141311.723000', '141311.726000', '141311.728000', '141311.731000', '141311.734000', '141311.737000', '141311.740000', '141311.743000', '141311.746000', '141331.609000', '141331.612000', '141331.615000', '141331.618000', '141331.621000', '141331.624000', '141331.627000', '141331.629000', '141331.632000', '141331.635000', '141331.639000', '141331.642000', '141331.645000', '141331.648000', '141331.651000', '141331.654000', '141331.656000', '141331.659000', '141331.662000', '141331.665000', '141331.668000', '141331.671000', '141331.674000', '141331.676000', '141331.679000', '141331.682000', '141331.685000', '141331.688000', '141331.691000', '141331.694000', '141331.697000', '141331.699000', '141331.702000', '141331.705000', '141331.708000', '141331.712000', '141331.715000', '141331.717000', '141331.720000', '141331.723000', '141331.726000', '141331.729000', '141331.732000', '141351.608000', '141351.611000', '141351.614000', '141351.617000', '141351.620000', '141351.622000', '141351.625000', '141351.628000', '141351.631000', '141351.634000', '141351.637000', '141351.640000', '141351.642000', '141351.645000', '141351.648000', '141351.651000', '141351.654000', '141351.657000', '141351.660000', '141351.662000', '141351.665000', '141351.668000', '141351.671000', '141351.674000', '141351.677000', '141351.679000', '141351.682000', '141351.685000', '141351.688000', '141351.691000', '141351.694000', '141351.697000', '141351.700000', '141351.702000', '141351.711000', '141351.714000', '141351.717000', '141351.719000', '141351.722000', '141351.725000', '141351.728000', '141351.731000', '141351.734000', '141351.737000', '141411.608000', '141411.611000', '141411.614000', '141411.617000', '141411.620000', '141411.623000', '141411.625000', '141411.628000', '141411.631000', '141411.634000', '141411.637000', '141411.640000', '141411.643000', '141411.646000', '141411.648000', '141411.651000', '141411.654000', '141411.657000', '141411.660000', '141411.663000', '141411.665000', '141411.668000', '141411.671000', '141411.674000', '141411.677000', '141411.680000', '141411.682000', '141411.685000', '141411.688000', '141411.691000', '141411.694000', '141411.697000', '141411.700000', '141411.703000', '141411.705000', '141411.708000', '141411.711000', '141411.714000', '141411.717000', '141411.720000', '141411.723000', '141411.726000', '141411.729000', '141431.608000', '141431.611000', '141431.614000', '141431.617000', '141431.620000', '141431.622000', '141431.625000', '141431.628000', '141431.631000', '141431.634000', '141431.637000', '141431.640000', '141431.643000', '141431.645000', '141431.648000', '141431.651000', '141431.654000', '141431.657000', '141431.659000', '141431.662000', '141431.665000', '141431.668000', '141431.671000', '141431.674000', '141431.677000', '141431.680000', '141431.682000', '141431.685000', '141431.688000', '141431.691000', '141431.694000', '141431.697000', '141431.700000', '141431.703000', '141431.705000', '141431.708000', '141431.711000', '141431.714000', '141431.717000', '141431.719000', '141431.722000', '141431.725000', '141431.728000', '141431.731000', '141444.898000', '141444.902000', '141444.910000', '141444.914000', '141444.917000', '141444.920000', '141444.923000', '141444.926000', '141444.930000', '141444.933000', '141444.936000', '141444.938000', '141444.941000', '141444.944000', '141444.947000', '141444.950000', '141444.953000', '141444.956000', '141444.959000', '141444.962000', '141444.965000', '141444.968000', '141444.971000', '141444.974000', '141444.977000', '141444.980000', '141444.983000', '141444.985000', '141444.988000'], 'InstanceCreationTime': ['140711.651000', '140711.654000', '140711.662000', '140711.665000', '140711.668000', '140711.670000', '140711.677000', '140711.680000', '140711.683000', '140711.686000', '140711.690000', '140711.693000', '140711.696000', '140711.699000', '140711.702000', '140711.705000', '140711.708000', '140711.711000', '140711.714000', '140711.728000', '140711.731000', '140711.734000', '140711.737000', '140711.740000', '140711.744000', '140711.747000', '140711.749000', '140711.753000', '140711.755000', '140711.758000', '140731.608000', '140731.611000', '140731.614000', '140731.617000', '140731.628000', '140731.631000', '140731.634000', '140731.637000', '140731.645000', '140731.648000', '140731.651000', '140731.654000', '140731.657000', '140731.660000', '140731.663000', '140731.666000', '140731.676000', '140731.679000', '140731.682000', '140731.685000', '140731.688000', '140731.691000', '140731.694000', '140731.697000', '140731.700000', '140731.703000', '140731.706000', '140731.714000', '140731.717000', '140731.720000', '140731.723000', '140731.726000', '140731.729000', '140731.732000', '140731.735000', '140731.738000', '140731.748000', '140731.751000', '140731.754000', '140731.773000', '140731.776000', '140731.779000', '140731.782000', '140731.785000', '140751.608000', '140751.611000', '140751.614000', '140751.617000', '140751.619000', '140751.622000', '140751.625000', '140751.628000', '140751.631000', '140751.634000', '140751.637000', '140751.639000', '140751.642000', '140751.645000', '140751.648000', '140751.651000', '140751.653000', '140751.656000', '140751.659000', '140751.662000', '140751.665000', '140751.667000', '140751.670000', '140751.673000', '140751.676000', '140751.679000', '140751.682000', '140751.685000', '140751.687000', '140751.696000', '140751.699000', '140751.702000', '140751.704000', '140751.707000', '140751.710000', '140751.713000', '140751.716000', '140751.718000', '140751.721000', '140751.724000', '140751.727000', '140751.730000', '140751.738000', '140811.609000', '140811.612000', '140811.615000', '140811.618000', '140811.620000', '140811.623000', '140811.626000', '140811.629000', '140811.632000', '140811.635000', '140811.637000', '140811.640000', '140811.643000', '140811.646000', '140811.649000', '140811.652000', '140811.655000', '140811.657000', '140811.660000', '140811.663000', '140811.666000', '140811.669000', '140811.672000', '140811.675000', '140811.678000', '140811.680000', '140811.683000', '140811.686000', '140811.689000', '140811.692000', '140811.694000', '140811.697000', '140811.700000', '140811.703000', '140811.706000', '140811.709000', '140811.711000', '140811.714000', '140811.717000', '140811.720000', '140811.723000', '140811.726000', '140811.729000', '140811.731000', '140831.609000', '140831.612000', '140831.615000', '140831.618000', '140831.621000', '140831.624000', '140831.626000', '140831.629000', '140831.632000', '140831.635000', '140831.638000', '140831.641000', '140831.643000', '140831.646000', '140831.649000', '140831.652000', '140831.655000', '140831.658000', '140831.661000', '140831.663000', '140831.666000', '140831.669000', '140831.672000', '140831.675000', '140831.678000', '140831.680000', '140831.683000', '140831.686000', '140831.689000', '140831.692000', '140831.695000', '140831.697000', '140831.700000', '140831.703000', '140831.706000', '140831.709000', '140831.712000', '140831.715000', '140831.717000', '140831.720000', '140831.723000', '140831.727000', '140831.730000', '140851.609000', '140851.612000', '140851.615000', '140851.618000', '140851.620000', '140851.623000', '140851.626000', '140851.629000', '140851.632000', '140851.635000', '140851.638000', '140851.640000', '140851.643000', '140851.646000', '140851.649000', '140851.652000', '140851.654000', '140851.658000', '140851.661000', '140851.664000', '140851.667000', '140851.670000', '140851.673000', '140851.676000', '140851.678000', '140851.681000', '140851.684000', '140851.687000', '140851.690000', '140851.692000', '140851.695000', '140851.698000', '140851.701000', '140851.704000', '140851.707000', '140851.710000', '140851.713000', '140851.715000', '140851.718000', '140851.721000', '140851.724000', '140851.727000', '140851.730000', '140851.733000', '140911.608000', '140911.611000', '140911.614000', '140911.617000', '140911.620000', '140911.622000', '140911.625000', '140911.628000', '140911.631000', '140911.634000', '140911.637000', '140911.639000', '140911.642000', '140911.645000', '140911.648000', '140911.651000', '140911.654000', '140911.657000', '140911.660000', '140911.662000', '140911.665000', '140911.668000', '140911.671000', '140911.674000', '140911.679000', '140911.682000', '140911.684000', '140911.687000', '140911.690000', '140911.693000', '140911.696000', '140911.699000', '140911.702000', '140911.704000', '140911.723000', '140911.726000', '140911.729000', '140911.732000', '140911.735000', '140911.737000', '140911.740000', '140911.743000', '140911.746000', '140931.608000', '140931.611000', '140931.614000', '140931.616000', '140931.619000', '140931.622000', '140931.625000', '140931.628000', '140931.631000', '140931.634000', '140931.637000', '140931.639000', '140931.642000', '140931.645000', '140931.648000', '140931.651000', '140931.653000', '140931.656000', '140931.659000', '140931.662000', '140931.665000', '140931.668000', '140931.671000', '140931.673000', '140931.676000', '140931.679000', '140931.682000', '140931.685000', '140931.687000', '140931.690000', '140931.693000', '140931.696000', '140931.699000', '140931.702000', '140931.705000', '140931.707000', '140931.710000', '140931.713000', '140931.716000', '140931.719000', '140931.721000', '140931.724000', '140931.727000', '140931.730000', '140951.608000', '140951.611000', '140951.614000', '140951.617000', '140951.620000', '140951.622000', '140951.625000', '140951.628000', '140951.631000', '140951.634000', '140951.636000', '140951.639000', '140951.642000', '140951.645000', '140951.648000', '140951.651000', '140951.654000', '140951.657000', '140951.659000', '140951.662000', '140951.665000', '140951.668000', '140951.671000', '140951.674000', '140951.677000', '140951.679000', '140951.682000', '140951.685000', '140951.688000', '140951.691000', '140951.694000', '140951.697000', '140951.699000', '140951.702000', '140951.705000', '140951.708000', '140951.711000', '140951.714000', '140951.717000', '140951.720000', '140951.722000', '140951.725000', '140951.728000', '141011.608000', '141011.611000', '141011.614000', '141011.617000', '141011.620000', '141011.623000', '141011.626000', '141011.629000', '141011.632000', '141011.634000', '141011.637000', '141011.640000', '141011.643000', '141011.646000', '141011.649000', '141011.651000', '141011.654000', '141011.657000', '141011.660000', '141011.663000', '141011.666000', '141011.669000', '141011.672000', '141011.675000', '141011.683000', '141011.686000', '141011.689000', '141011.692000', '141011.695000', '141011.698000', '141011.700000', '141011.703000', '141011.706000', '141011.709000', '141011.712000', '141011.715000', '141011.718000', '141011.721000', '141011.723000', '141011.726000', '141011.730000', '141011.733000', '141011.736000', '141031.609000', '141031.612000', '141031.615000', '141031.618000', '141031.621000', '141031.624000', '141031.626000', '141031.629000', '141031.632000', '141031.635000', '141031.638000', '141031.641000', '141031.643000', '141031.646000', '141031.649000', '141031.652000', '141031.655000', '141031.658000', '141031.660000', '141031.663000', '141031.666000', '141031.669000', '141031.672000', '141031.675000', '141031.677000', '141031.680000', '141031.683000', '141031.686000', '141031.689000', '141031.692000', '141031.694000', '141031.697000', '141031.700000', '141031.703000', '141031.706000', '141031.709000', '141031.712000', '141031.715000', '141031.717000', '141031.720000', '141031.723000', '141031.726000', '141031.729000', '141031.732000', '141051.609000', '141051.612000', '141051.615000', '141051.619000', '141051.625000', '141051.628000', '141051.630000', '141051.633000', '141051.636000', '141051.639000', '141051.642000', '141051.645000', '141051.648000', '141051.650000', '141051.653000', '141051.656000', '141051.668000', '141051.671000', '141051.674000', '141051.677000', '141051.680000', '141051.682000', '141051.685000', '141051.688000', '141051.691000', '141051.694000', '141051.697000', '141051.700000', '141051.703000', '141051.705000', '141051.708000', '141051.711000', '141051.714000', '141051.717000', '141051.720000', '141051.723000', '141051.726000', '141051.728000', '141051.731000', '141051.734000', '141051.737000', '141051.740000', '141051.743000', '141111.609000', '141111.619000', '141111.622000', '141111.625000', '141111.627000', '141111.630000', '141111.633000', '141111.636000', '141111.639000', '141111.642000', '141111.645000', '141111.647000', '141111.650000', '141111.653000', '141111.656000', '141111.659000', '141111.662000', '141111.665000', '141111.668000', '141111.671000', '141111.673000', '141111.676000', '141111.679000', '141111.682000', '141111.685000', '141111.688000', '141111.691000', '141111.694000', '141111.696000', '141111.699000', '141111.702000', '141111.705000', '141111.708000', '141111.711000', '141111.714000', '141111.716000', '141111.719000', '141111.722000', '141111.725000', '141111.728000', '141111.731000', '141111.733000', '141111.736000', '141111.739000', '141131.608000', '141131.611000', '141131.614000', '141131.617000', '141131.620000', '141131.623000', '141131.625000', '141131.628000', '141131.631000', '141131.642000', '141131.646000', '141131.649000', '141131.652000', '141131.655000', '141131.658000', '141131.661000', '141131.663000', '141131.666000', '141131.669000', '141131.672000', '141131.675000', '141131.678000', '141131.681000', '141131.683000', '141131.686000', '141131.689000', '141131.692000', '141131.695000', '141131.698000', '141131.700000', '141131.703000', '141131.706000', '141131.709000', '141131.712000', '141131.715000', '141131.717000', '141131.720000', '141131.723000', '141131.726000', '141131.729000', '141131.732000', '141131.734000', '141131.737000', '141151.608000', '141151.611000', '141151.614000', '141151.617000', '141151.620000', '141151.623000', '141151.625000', '141151.628000', '141151.631000', '141151.634000', '141151.637000', '141151.640000', '141151.643000', '141151.646000', '141151.649000', '141151.651000', '141151.654000', '141151.657000', '141151.660000', '141151.663000', '141151.666000', '141151.669000', '141151.671000', '141151.674000', '141151.677000', '141151.680000', '141151.683000', '141151.686000', '141151.688000', '141151.691000', '141151.694000', '141151.697000', '141151.700000', '141151.703000', '141151.706000', '141151.708000', '141151.711000', '141151.714000', '141151.717000', '141151.720000', '141151.723000', '141151.731000', '141151.734000', '141151.737000', '141211.608000', '141211.611000', '141211.614000', '141211.617000', '141211.620000', '141211.623000', '141211.625000', '141211.628000', '141211.631000', '141211.634000', '141211.637000', '141211.640000', '141211.643000', '141211.645000', '141211.648000', '141211.651000', '141211.655000', '141211.661000', '141211.664000', '141211.667000', '141211.669000', '141211.672000', '141211.675000', '141211.678000', '141211.681000', '141211.684000', '141211.687000', '141211.690000', '141211.692000', '141211.695000', '141211.698000', '141211.701000', '141211.704000', '141211.707000', '141211.710000', '141211.712000', '141211.715000', '141211.718000', '141211.721000', '141211.724000', '141211.727000', '141211.744000', '141211.747000', '141231.608000', '141231.611000', '141231.614000', '141231.617000', '141231.620000', '141231.623000', '141231.625000', '141231.628000', '141231.631000', '141231.634000', '141231.637000', '141231.642000', '141231.645000', '141231.648000', '141231.651000', '141231.653000', '141231.656000', '141231.659000', '141231.662000', '141231.665000', '141231.668000', '141231.670000', '141231.673000', '141231.676000', '141231.679000', '141231.682000', '141231.685000', '141231.688000', '141231.691000', '141231.694000', '141231.696000', '141231.699000', '141231.702000', '141231.705000', '141231.708000', '141231.711000', '141231.713000', '141231.716000', '141231.719000', '141231.722000', '141231.725000', '141231.728000', '141231.731000', '141231.733000', '141251.609000', '141251.612000', '141251.615000', '141251.618000', '141251.621000', '141251.623000', '141251.626000', '141251.629000', '141251.632000', '141251.635000', '141251.638000', '141251.641000', '141251.643000', '141251.646000', '141251.649000', '141251.652000', '141251.655000', '141251.657000', '141251.660000', '141251.663000', '141251.666000', '141251.669000', '141251.672000', '141251.674000', '141251.677000', '141251.680000', '141251.683000', '141251.686000', '141251.690000', '141251.693000', '141251.696000', '141251.698000', '141251.701000', '141251.704000', '141251.707000', '141251.710000', '141251.713000', '141251.716000', '141251.718000', '141251.721000', '141251.724000', '141251.727000', '141251.730000', '141311.609000', '141311.612000', '141311.615000', '141311.618000', '141311.621000', '141311.623000', '141311.626000', '141311.629000', '141311.632000', '141311.635000', '141311.644000', '141311.647000', '141311.650000', '141311.653000', '141311.655000', '141311.666000', '141311.668000', '141311.671000', '141311.674000', '141311.677000', '141311.680000', '141311.683000', '141311.685000', '141311.688000', '141311.691000', '141311.694000', '141311.697000', '141311.700000', '141311.703000', '141311.706000', '141311.708000', '141311.711000', '141311.714000', '141311.717000', '141311.720000', '141311.723000', '141311.726000', '141311.728000', '141311.731000', '141311.734000', '141311.737000', '141311.740000', '141311.743000', '141311.746000', '141331.609000', '141331.612000', '141331.615000', '141331.618000', '141331.621000', '141331.624000', '141331.627000', '141331.629000', '141331.632000', '141331.635000', '141331.639000', '141331.642000', '141331.645000', '141331.648000', '141331.651000', '141331.654000', '141331.656000', '141331.659000', '141331.662000', '141331.665000', '141331.668000', '141331.671000', '141331.674000', '141331.676000', '141331.679000', '141331.682000', '141331.685000', '141331.688000', '141331.691000', '141331.694000', '141331.697000', '141331.699000', '141331.702000', '141331.705000', '141331.708000', '141331.712000', '141331.715000', '141331.717000', '141331.720000', '141331.723000', '141331.726000', '141331.729000', '141331.732000', '141351.608000', '141351.611000', '141351.614000', '141351.617000', '141351.620000', '141351.622000', '141351.625000', '141351.628000', '141351.631000', '141351.634000', '141351.637000', '141351.640000', '141351.642000', '141351.645000', '141351.648000', '141351.651000', '141351.654000', '141351.657000', '141351.660000', '141351.662000', '141351.665000', '141351.668000', '141351.671000', '141351.674000', '141351.677000', '141351.679000', '141351.682000', '141351.685000', '141351.688000', '141351.691000', '141351.694000', '141351.697000', '141351.700000', '141351.702000', '141351.711000', '141351.714000', '141351.717000', '141351.719000', '141351.722000', '141351.725000', '141351.728000', '141351.731000', '141351.734000', '141351.737000', '141411.608000', '141411.611000', '141411.614000', '141411.617000', '141411.620000', '141411.623000', '141411.625000', '141411.628000', '141411.631000', '141411.634000', '141411.637000', '141411.640000', '141411.643000', '141411.646000', '141411.648000', '141411.651000', '141411.654000', '141411.657000', '141411.660000', '141411.663000', '141411.665000', '141411.668000', '141411.671000', '141411.674000', '141411.677000', '141411.680000', '141411.682000', '141411.685000', '141411.688000', '141411.691000', '141411.694000', '141411.697000', '141411.700000', '141411.703000', '141411.705000', '141411.708000', '141411.711000', '141411.714000', '141411.717000', '141411.720000', '141411.723000', '141411.726000', '141411.729000', '141431.608000', '141431.611000', '141431.614000', '141431.617000', '141431.620000', '141431.622000', '141431.625000', '141431.628000', '141431.631000', '141431.634000', '141431.637000', '141431.640000', '141431.643000', '141431.645000', '141431.648000', '141431.651000', '141431.654000', '141431.657000', '141431.659000', '141431.662000', '141431.665000', '141431.668000', '141431.671000', '141431.674000', '141431.677000', '141431.680000', '141431.682000', '141431.685000', '141431.688000', '141431.691000', '141431.694000', '141431.697000', '141431.700000', '141431.703000', '141431.705000', '141431.708000', '141431.711000', '141431.714000', '141431.717000', '141431.719000', '141431.722000', '141431.725000', '141431.728000', '141431.731000', '141444.898000', '141444.902000', '141444.910000', '141444.914000', '141444.917000', '141444.920000', '141444.923000', '141444.926000', '141444.930000', '141444.933000', '141444.936000', '141444.938000', '141444.941000', '141444.944000', '141444.947000', '141444.950000', '141444.953000', '141444.956000', '141444.959000', '141444.962000', '141444.965000', '141444.968000', '141444.971000', '141444.974000', '141444.977000', '141444.980000', '141444.983000', '141444.985000', '141444.988000'], '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': [8229, 7556, 10503, 8167, 7282, 11135, 8110, 7313, 10995, 8333, 8151, 9748, 7227, 7103, 9748, 7271, 7064, 10799, 7653, 7390, 8543, 7578, 7074, 10118, 7795, 6982, 10965, 8042, 7193, 10014, 7794, 7097, 10110, 7546, 7144, 10420, 7835, 7220, 7516, 7599, 7277, 7325, 8940, 7038, 8184, 8764, 7261, 7102, 9678, 7467, 6820, 10016, 7780, 6878, 12495, 8835, 7151, 10305, 7559, 7003, 10558, 7762, 7024, 9002, 7667, 7425, 8109, 8210, 7190, 8418, 8872, 7480, 7205, 9742, 7486, 7036, 10276, 7921, 7102, 7784, 9131, 7515, 7242, 9906, 7910, 7499, 7028, 10486, 8400, 7789, 7168, 9604, 7473, 7332, 7801, 9784, 7354, 7151, 7375, 9046, 7597, 7151, 9816, 7443, 7067, 9508, 7390, 7128, 10057, 7873, 7286, 8068, 8790, 8053, 7286, 9846, 8234, 7650, 9446, 7839, 7336, 9595, 7263, 7168, 8403, 7428, 7331, 7429, 9699, 7297, 7356, 10747, 8213, 7791, 11608, 8585, 7679, 13532, 7712, 7614, 7231, 9166, 7096, 7803, 10414, 8174, 7950, 7065, 8560, 7344, 7216, 9013, 8019, 7257, 8732, 8479, 7921, 7927, 8814, 7826, 8705, 9459, 7716, 7505, 9883, 7479, 7298, 10615, 7885, 7333, 8890, 7374, 7234, 9692, 7688, 7193, 8239, 7751, 7258, 8562, 8535, 7467, 9121, 8902, 7557, 7079, 10016, 7497, 7476, 7998, 8777, 7423, 7155, 10071, 7716, 7215, 12073, 7894, 7277, 10048, 7758, 7033, 10167, 7435, 7061, 9747, 7398, 7151, 10183, 7883, 7065, 8424, 7973, 7574, 7758, 8815, 7529, 10886, 9120, 7840, 10202, 8273, 8073, 11432, 8333, 7143, 9524, 7091, 7113, 6917, 8600, 7381, 7662, 7977, 9079, 7376, 7302, 10363, 7672, 7720, 10706, 7527, 7449, 10675, 7305, 7266, 9722, 7530, 7101, 9234, 7715, 7673, 7079, 9288, 7437, 6921, 10346, 7896, 7200, 10191, 7945, 7328, 10599, 8372, 7296, 10303, 7431, 7078, 10062, 7175, 7367, 9238, 7562, 7275, 9170, 7856, 7565, 7966, 8436, 7617, 10030, 8610, 7356, 10607, 8038, 7472, 8068, 8392, 7755, 8227, 8653, 7875, 7195, 9203, 7488, 7241, 9907, 7474, 7198, 8744, 7490, 7202, 9256, 8252, 7631, 11273, 8483, 7893, 8621, 7938, 7559, 8561, 8098, 7641, 7873, 8688, 7996, 7140, 9278, 8128, 7225, 9142, 7900, 7190, 9062, 7709, 7009, 9925, 7649, 7187, 10000, 7443, 7370, 9969, 7639, 6918, 10054, 8489, 8278, 9611, 7675, 6968, 9787, 7325, 7214, 9875, 7945, 7075, 8765, 7906, 7700, 8891, 7509, 12511, 8072, 7101, 10425, 7962, 7291, 11361, 8199, 7465, 10162, 7335, 7500, 10696, 7851, 7413, 10378, 7506, 7160, 9995, 7888, 11244, 7935, 7265, 10370, 7606, 7096, 9711, 7441, 7003, 8373, 7000, 9829, 7887, 7144, 10240, 7866, 7140, 9518, 7028, 12723, 9667, 7249, 10027, 7415, 7002, 10324, 7447, 7023, 10187, 7414, 6978, 10069, 7294, 9072, 8878, 7182, 11310, 7399, 7109, 9531, 7602, 6917, 10293, 8183, 7525, 8992, 6943, 10692, 8151, 9842, 8536, 7603, 7853, 9254, 7125, 8829, 8224, 7302, 9330, 7521, 6993, 10070, 7765, 7750, 9011, 7326, 7378, 9748, 7421, 7177, 10818, 10725, 7567, 12632, 7266, 7104, 9762, 7312, 6980, 7739, 7442, 8012, 7176, 9642, 7382, 7192, 10279, 7708, 7593, 7514, 9211, 8320, 8144, 9436, 7659, 11749, 8957, 7965, 7700, 8835, 7354, 12445, 9910, 7450, 7155, 8560, 7189, 7327, 8788, 7716, 7246, 9209, 7885, 7038, 9467, 7718, 7592, 8792, 7540, 7053, 9609, 7345, 7111, 10067, 7653, 7134, 11142, 7689, 7048, 10206, 7421, 7118, 9997, 7362, 7093, 9614, 7139, 7029, 7963, 7821, 6904, 9144, 8315, 7230, 7881, 8252, 7101, 8859, 8193, 7107, 10985, 7559, 7605, 7161, 9189, 7211, 6940, 7214, 9201, 7256, 7204, 10040, 7652, 6895, 10528, 7852, 7052, 9928, 7401, 6909, 10112, 7271, 6732, 9751, 7217, 6885, 9992, 7348, 6796, 9883, 7362, 7043, 10154, 7486, 6979, 10500, 7435, 9202, 9873, 7364, 7137, 10288, 7452, 6881, 10080, 7953, 7072, 8144, 8483, 7216, 10572, 8928, 8909, 12658, 7662, 7344, 9667, 7251, 6960, 10231, 7482, 6897, 8549, 7111, 7055, 10450, 7741, 6969, 9996, 7249, 6847, 9453, 7272, 6982, 10340, 7694, 7048, 8184, 7731, 7683, 8259, 8885, 8556, 8884, 9716, 7491, 7548, 10099, 7533, 7475, 9990, 7994, 7769, 7340, 7962, 8676, 7209, 9323, 8209, 12559, 8504, 7155, 8037, 7503, 7685, 7193, 8262, 7969, 7101, 9434, 7801, 6984, 9089, 7910, 7291, 9640, 7550, 7500, 10888, 7470, 7481, 9545, 7415, 7100, 10516, 8064, 6925, 8811, 7396, 7052, 10190, 8013, 7159, 10850, 7607, 6897, 9004, 7780, 8104, 7612, 8987, 8739, 8049, 9183, 7364, 7556, 9474, 7317, 7864, 9662, 8292, 7833, 7037, 8946, 7245, 7075, 8543, 8244, 7752, 8088, 9766, 10174, 15441, 12552, 10051, 8664, 13161, 11485, 12649, 9145, 7295, 6970, 8524, 7960, 7211, 7075, 8142, 7331, 7241, 7639, 9285, 7341, 7107, 9952, 7220, 7094, 10135, 7345, 8555, 8946, 7553, 7526, 8612, 7441, 10293, 7853, 7162, 8702, 7474, 7120, 9287, 7663, 7023, 9956, 7451, 8650, 8462, 7191, 11086, 8109, 7635, 9889, 8061, 12754, 7566, 7525, 8467, 7022, 10324, 7453, 7429, 9159, 6998, 8042, 8101, 7024, 9669, 8141, 7023, 8879, 8217, 6815, 10677, 7806, 7755, 9373, 7457, 7507, 8728, 7103, 12112, 8770, 7221, 9159, 7032, 7686, 7958, 7137, 10853, 7917, 6960, 9471, 7283, 8288, 8064, 7058, 9874, 7760, 8721, 8026, 7034, 7736, 8281, 7218, 9372, 7740, 6926, 10250, 7597, 7417, 8535, 6878, 10160, 7682, 11874, 8217, 7037, 8404, 7362, 7018, 8438, 7687, 7141, 10106, 7564, 10933, 11628, 8657, 10649, 9694, 15009, 9296, 7769, 7319, 7196, 7694, 7639, 8263, 7400, 10876, 7373, 7037, 8491, 8864, 7628, 7177, 9196, 7609, 9145, 8219, 7238, 10604, 7683, 7787, 8897, 7347, 11664, 8089, 7664, 9460, 7283, 7283, 8782, 7333, 7016, 9171, 7537, 8722, 8550, 7344, 11440, 7875, 8135, 8708, 7116, 11962, 7998, 7230, 8594, 7358, 8706, 7707, 7266, 9060, 7462, 7195, 10298, 7686, 7261, 9997, 7675, 7166, 9237, 7307, 7624, 8667, 7493, 9944, 7889, 7330, 7301, 7932, 7150, 7069, 9246, 7364, 9117, 8472, 7205, 10834, 7850, 7096, 9979, 7479, 7527, 8975, 7995, 7422, 11272, 8479, 7559, 10687, 7465, 7730, 10898, 8360, 7637, 11538, 8218, 8385, 9974, 8089, 7492, 7747, 7473, 7942, 8061, 7248, 7898, 7720, 6993, 8021, 7643, 7146, 8148, 8091, 7878, 7598, 8670, 7107, 8807, 7935, 7346, 8542, 8419, 7493, 7243, 8861, 7322, 7036, 10671, 7335, 7201, 9240, 7533, 7105, 7963, 7583, 7113, 8729, 8451, 7464, 7331, 9220, 7309, 7195, 9532, 7601, 7064, 7877, 8083, 7439, 7219, 9917, 7701, 7403, 9806, 8242, 7631, 7085, 9809, 7672, 7198, 9791, 7964, 7290, 7186, 9363, 7750, 7387, 7287, 9049, 7380, 7152, 7949, 7389, 7331, 6992, 8792, 10454, 9131, 7052, 8005, 9152, 7382, 7138, 7192, 9793, 7471, 7359, 7126, 11542, 8000, 7235, 7132, 9331, 7253, 7381, 7086, 9146, 7638, 7088, 8218], 'WindowCenter': [4317.0, 4290.0, 4295.0, 4259.0, 4247.0, 4274.0, 4242.0, 4243.0, 4272.0, 4240.0, 4230.0, 4248.0, 4217.0, 4215.0, 4246.0, 4228.0, 4217.0, 4259.0, 4228.0, 4228.0, 4238.0, 4228.0, 4219.0, 4248.0, 4228.0, 4231.0, 4258.0, 4241.0, 4231.0, 4247.0, 4226.0, 4215.0, 4246.0, 4229.0, 4219.0, 4259.0, 4240.0, 4228.0, 4228.0, 4241.0, 4228.0, 4228.0, 4249.0, 4229.0, 4240.0, 4241.0, 4231.0, 4230.0, 4261.0, 4230.0, 4218.0, 4260.0, 4242.0, 4234.0, 4286.0, 4240.0, 4230.0, 4248.0, 4227.0, 4230.0, 4260.0, 4227.0, 4220.0, 4239.0, 4227.0, 4227.0, 4227.0, 4251.0, 4231.0, 4239.0, 4250.0, 4229.0, 4227.0, 4248.0, 4226.0, 4230.0, 4248.0, 4239.0, 4218.0, 4240.0, 4249.0, 4230.0, 4229.0, 4263.0, 4241.0, 4246.0, 4234.0, 4261.0, 4251.0, 4242.0, 4232.0, 4277.0, 4231.0, 4229.0, 4232.0, 4261.0, 4220.0, 4218.0, 4227.0, 4237.0, 4228.0, 4230.0, 4248.0, 4229.0, 4219.0, 4249.0, 4229.0, 4230.0, 4259.0, 4242.0, 4230.0, 4228.0, 4236.0, 4225.0, 4215.0, 4246.0, 4239.0, 4226.0, 4247.0, 4227.0, 4215.0, 4236.0, 4215.0, 4216.0, 4236.0, 4230.0, 4228.0, 4229.0, 4250.0, 4229.0, 4228.0, 4259.0, 4238.0, 4228.0, 4270.0, 4238.0, 4227.0, 4269.0, 4216.0, 4227.0, 4228.0, 4235.0, 4215.0, 4229.0, 4245.0, 4238.0, 4225.0, 4214.0, 4224.0, 4214.0, 4215.0, 4250.0, 4226.0, 4227.0, 4238.0, 4226.0, 4227.0, 4225.0, 4238.0, 4227.0, 4236.0, 4237.0, 4215.0, 4215.0, 4246.0, 4228.0, 4231.0, 4247.0, 4225.0, 4214.0, 4234.0, 4214.0, 4230.0, 4248.0, 4227.0, 4228.0, 4237.0, 4227.0, 4227.0, 4249.0, 4238.0, 4229.0, 4249.0, 4236.0, 4227.0, 4216.0, 4258.0, 4227.0, 4226.0, 4238.0, 4237.0, 4229.0, 4230.0, 4259.0, 4240.0, 4229.0, 4270.0, 4227.0, 4215.0, 4245.0, 4224.0, 4214.0, 4244.0, 4228.0, 4215.0, 4247.0, 4230.0, 4218.0, 4248.0, 4238.0, 4219.0, 4237.0, 4228.0, 4228.0, 4240.0, 4251.0, 4229.0, 4259.0, 4238.0, 4227.0, 4247.0, 4227.0, 4227.0, 4257.0, 4226.0, 4218.0, 4262.0, 4217.0, 4228.0, 4229.0, 4239.0, 4240.0, 4241.0, 4252.0, 4251.0, 4240.0, 4229.0, 4258.0, 4228.0, 4227.0, 4272.0, 4229.0, 4216.0, 4260.0, 4229.0, 4226.0, 4244.0, 4225.0, 4217.0, 4247.0, 4225.0, 4226.0, 4229.0, 4247.0, 4228.0, 4230.0, 4261.0, 4239.0, 4228.0, 4259.0, 4238.0, 4227.0, 4258.0, 4240.0, 4228.0, 4247.0, 4227.0, 4217.0, 4248.0, 4216.0, 4227.0, 4250.0, 4241.0, 4228.0, 4247.0, 4226.0, 4225.0, 4225.0, 4236.0, 4227.0, 4248.0, 4236.0, 4227.0, 4247.0, 4225.0, 4215.0, 4224.0, 4224.0, 4228.0, 4226.0, 4236.0, 4225.0, 4214.0, 4233.0, 4214.0, 4215.0, 4247.0, 4228.0, 4217.0, 4237.0, 4226.0, 4227.0, 4248.0, 4238.0, 4241.0, 4258.0, 4238.0, 4227.0, 4238.0, 4227.0, 4226.0, 4236.0, 4227.0, 4227.0, 4226.0, 4235.0, 4225.0, 4215.0, 4236.0, 4226.0, 4227.0, 4247.0, 4238.0, 4217.0, 4237.0, 4226.0, 4217.0, 4247.0, 4240.0, 4218.0, 4248.0, 4228.0, 4229.0, 4260.0, 4242.0, 4229.0, 4260.0, 4238.0, 4241.0, 4248.0, 4228.0, 4215.0, 4246.0, 4215.0, 4230.0, 4260.0, 4240.0, 4229.0, 4249.0, 4240.0, 4241.0, 4251.0, 4241.0, 4269.0, 4242.0, 4231.0, 4258.0, 4239.0, 4227.0, 4257.0, 4238.0, 4227.0, 4246.0, 4228.0, 4244.0, 4258.0, 4227.0, 4214.0, 4245.0, 4215.0, 4230.0, 4249.0, 4225.0, 4257.0, 4224.0, 4214.0, 4245.0, 4228.0, 4227.0, 4247.0, 4228.0, 4218.0, 4236.0, 4227.0, 4262.0, 4239.0, 4228.0, 4260.0, 4240.0, 4231.0, 4262.0, 4230.0, 4280.0, 4251.0, 4229.0, 4247.0, 4226.0, 4216.0, 4271.0, 4230.0, 4230.0, 4261.0, 4229.0, 4218.0, 4260.0, 4242.0, 4249.0, 4249.0, 4229.0, 4270.0, 4229.0, 4217.0, 4263.0, 4239.0, 4229.0, 4259.0, 4238.0, 4227.0, 4238.0, 4242.0, 4260.0, 4238.0, 4248.0, 4236.0, 4226.0, 4227.0, 4248.0, 4218.0, 4238.0, 4236.0, 4216.0, 4236.0, 4225.0, 4216.0, 4246.0, 4225.0, 4226.0, 4236.0, 4215.0, 4227.0, 4246.0, 4228.0, 4230.0, 4259.0, 4260.0, 4230.0, 4270.0, 4229.0, 4229.0, 4248.0, 4228.0, 4217.0, 4227.0, 4216.0, 4225.0, 4216.0, 4248.0, 4227.0, 4217.0, 4258.0, 4227.0, 4227.0, 4215.0, 4235.0, 4225.0, 4240.0, 4238.0, 4214.0, 4256.0, 4223.0, 4212.0, 4212.0, 4235.0, 4215.0, 4254.0, 4233.0, 4204.0, 4204.0, 4221.0, 4202.0, 4215.0, 4236.0, 4214.0, 4213.0, 4235.0, 4224.0, 4215.0, 4234.0, 4225.0, 4227.0, 4235.0, 4239.0, 4216.0, 4235.0, 4226.0, 4228.0, 4272.0, 4241.0, 4228.0, 4258.0, 4228.0, 4215.0, 4246.0, 4217.0, 4216.0, 4246.0, 4216.0, 4215.0, 4247.0, 4217.0, 4216.0, 4226.0, 4226.0, 4227.0, 4249.0, 4237.0, 4226.0, 4238.0, 4238.0, 4227.0, 4247.0, 4241.0, 4231.0, 4274.0, 4239.0, 4241.0, 4243.0, 4261.0, 4241.0, 4241.0, 4231.0, 4250.0, 4229.0, 4228.0, 4258.0, 4227.0, 4233.0, 4272.0, 4240.0, 4228.0, 4247.0, 4226.0, 4218.0, 4248.0, 4227.0, 4219.0, 4259.0, 4229.0, 4228.0, 4261.0, 4242.0, 4231.0, 4261.0, 4242.0, 4230.0, 4260.0, 4229.0, 4230.0, 4286.0, 4245.0, 4264.0, 4262.0, 4231.0, 4218.0, 4260.0, 4229.0, 4243.0, 4262.0, 4240.0, 4232.0, 4240.0, 4250.0, 4229.0, 4262.0, 4250.0, 4250.0, 4270.0, 4226.0, 4228.0, 4247.0, 4215.0, 4215.0, 4244.0, 4216.0, 4216.0, 4238.0, 4215.0, 4217.0, 4258.0, 4228.0, 4217.0, 4247.0, 4227.0, 4217.0, 4245.0, 4240.0, 4233.0, 4259.0, 4227.0, 4228.0, 4236.0, 4227.0, 4226.0, 4236.0, 4239.0, 4237.0, 4237.0, 4245.0, 4215.0, 4227.0, 4246.0, 4227.0, 4216.0, 4247.0, 4226.0, 4225.0, 4215.0, 4225.0, 4237.0, 4224.0, 4246.0, 4225.0, 4268.0, 4235.0, 4216.0, 4226.0, 4215.0, 4225.0, 4213.0, 4224.0, 4226.0, 4229.0, 4248.0, 4228.0, 4229.0, 4249.0, 4239.0, 4228.0, 4248.0, 4241.0, 4230.0, 4258.0, 4227.0, 4229.0, 4246.0, 4226.0, 4228.0, 4258.0, 4228.0, 4215.0, 4236.0, 4217.0, 4216.0, 4244.0, 4227.0, 4217.0, 4257.0, 4226.0, 4228.0, 4236.0, 4228.0, 4238.0, 4225.0, 4251.0, 4237.0, 4237.0, 4247.0, 4227.0, 4225.0, 4249.0, 4228.0, 4241.0, 4246.0, 4227.0, 4224.0, 4216.0, 4235.0, 4227.0, 4219.0, 4247.0, 4239.0, 4243.0, 4240.0, 4259.0, 4261.0, 4304.0, 4296.0, 4276.0, 4263.0, 4293.0, 4282.0, 4293.0, 4249.0, 4228.0, 4217.0, 4236.0, 4228.0, 4214.0, 4228.0, 4238.0, 4227.0, 4228.0, 4239.0, 4250.0, 4231.0, 4229.0, 4260.0, 4230.0, 4228.0, 4260.0, 4229.0, 4238.0, 4250.0, 4231.0, 4228.0, 4238.0, 4227.0, 4272.0, 4239.0, 4219.0, 4249.0, 4229.0, 4230.0, 4249.0, 4242.0, 4245.0, 4262.0, 4242.0, 4252.0, 4250.0, 4232.0, 4271.0, 4252.0, 4242.0, 4259.0, 4240.0, 4269.0, 4227.0, 4226.0, 4238.0, 4231.0, 4259.0, 4229.0, 4227.0, 4236.0, 4229.0, 4240.0, 4238.0, 4228.0, 4260.0, 4240.0, 4228.0, 4248.0, 4239.0, 4231.0, 4271.0, 4239.0, 4231.0, 4248.0, 4227.0, 4228.0, 4239.0, 4231.0, 4282.0, 4240.0, 4227.0, 4236.0, 4216.0, 4227.0, 4236.0, 4228.0, 4258.0, 4240.0, 4228.0, 4248.0, 4229.0, 4239.0, 4236.0, 4218.0, 4258.0, 4229.0, 4239.0, 4227.0, 4217.0, 4227.0, 4238.0, 4229.0, 4262.0, 4241.0, 4231.0, 4259.0, 4239.0, 4230.0, 4239.0, 4218.0, 4259.0, 4227.0, 4270.0, 4237.0, 4217.0, 4237.0, 4227.0, 4229.0, 4249.0, 4242.0, 4245.0, 4272.0, 4254.0, 4285.0, 4282.0, 4251.0, 4259.0, 4249.0, 4291.0, 4263.0, 4239.0, 4226.0, 4216.0, 4225.0, 4229.0, 4252.0, 4238.0, 4258.0, 4227.0, 4243.0, 4261.0, 4251.0, 4242.0, 4240.0, 4260.0, 4240.0, 4262.0, 4251.0, 4243.0, 4273.0, 4240.0, 4241.0, 4249.0, 4230.0, 4270.0, 4240.0, 4240.0, 4250.0, 4229.0, 4229.0, 4238.0, 4228.0, 4230.0, 4261.0, 4242.0, 4254.0, 4253.0, 4241.0, 4270.0, 4242.0, 4240.0, 4238.0, 4218.0, 4268.0, 4227.0, 4227.0, 4238.0, 4228.0, 4251.0, 4240.0, 4230.0, 4250.0, 4227.0, 4229.0, 4258.0, 4240.0, 4242.0, 4261.0, 4241.0, 4229.0, 4250.0, 4229.0, 4238.0, 4249.0, 4241.0, 4259.0, 4254.0, 4242.0, 4228.0, 4239.0, 4228.0, 4218.0, 4247.0, 4227.0, 4238.0, 4237.0, 4227.0, 4271.0, 4237.0, 4227.0, 4249.0, 4216.0, 4227.0, 4235.0, 4224.0, 4215.0, 4257.0, 4226.0, 4227.0, 4245.0, 4213.0, 4215.0, 4243.0, 4221.0, 4223.0, 4258.0, 4222.0, 4223.0, 4232.0, 4212.0, 4211.0, 4212.0, 4225.0, 4224.0, 4222.0, 4212.0, 4222.0, 4212.0, 4214.0, 4222.0, 4225.0, 4215.0, 4238.0, 4236.0, 4239.0, 4228.0, 4239.0, 4229.0, 4237.0, 4226.0, 4227.0, 4247.0, 4237.0, 4226.0, 4215.0, 4235.0, 4215.0, 4215.0, 4257.0, 4227.0, 4228.0, 4249.0, 4228.0, 4219.0, 4238.0, 4251.0, 4228.0, 4238.0, 4239.0, 4228.0, 4227.0, 4247.0, 4228.0, 4229.0, 4259.0, 4239.0, 4229.0, 4239.0, 4237.0, 4228.0, 4228.0, 4257.0, 4227.0, 4230.0, 4260.0, 4238.0, 4227.0, 4217.0, 4246.0, 4227.0, 4230.0, 4258.0, 4227.0, 4226.0, 4216.0, 4246.0, 4226.0, 4228.0, 4230.0, 4252.0, 4229.0, 4229.0, 4240.0, 4241.0, 4228.0, 4229.0, 4254.0, 4274.0, 4250.0, 4231.0, 4243.0, 4276.0, 4243.0, 4230.0, 4231.0, 4260.0, 4241.0, 4230.0, 4228.0, 4270.0, 4254.0, 4241.0, 4230.0, 4250.0, 4228.0, 4229.0, 4228.0, 4247.0, 4229.0, 4230.0, 4240.0], 'WindowWidth': [9574.0, 9519.0, 9514.0, 9454.0, 9433.0, 9463.0, 9416.0, 9418.0, 9456.0, 9410.0, 9396.0, 9414.0, 9372.0, 9368.0, 9410.0, 9390.0, 9374.0, 9431.0, 9390.0, 9389.0, 9403.0, 9391.0, 9378.0, 9415.0, 9390.0, 9400.0, 9430.0, 9413.0, 9396.0, 9414.0, 9383.0, 9367.0, 9409.0, 9391.0, 9377.0, 9433.0, 9410.0, 9390.0, 9393.0, 9412.0, 9391.0, 9389.0, 9419.0, 9395.0, 9411.0, 9412.0, 9399.0, 9395.0, 9440.0, 9397.0, 9378.0, 9436.0, 9414.0, 9410.0, 9479.0, 9409.0, 9394.0, 9416.0, 9387.0, 9398.0, 9437.0, 9387.0, 9382.0, 9405.0, 9387.0, 9387.0, 9387.0, 9426.0, 9400.0, 9405.0, 9422.0, 9393.0, 9387.0, 9415.0, 9386.0, 9397.0, 9417.0, 9406.0, 9378.0, 9410.0, 9421.0, 9397.0, 9395.0, 9446.0, 9414.0, 9427.0, 9408.0, 9441.0, 9426.0, 9414.0, 9403.0, 9473.0, 9401.0, 9394.0, 9399.0, 9438.0, 9379.0, 9374.0, 9386.0, 9399.0, 9389.0, 9395.0, 9415.0, 9393.0, 9378.0, 9420.0, 9394.0, 9395.0, 9433.0, 9419.0, 9395.0, 9389.0, 9397.0, 9382.0, 9367.0, 9409.0, 9406.0, 9388.0, 9415.0, 9388.0, 9369.0, 9397.0, 9368.0, 9371.0, 9398.0, 9397.0, 9392.0, 9393.0, 9421.0, 9393.0, 9392.0, 9433.0, 9404.0, 9387.0, 9450.0, 9401.0, 9386.0, 9445.0, 9370.0, 9386.0, 9392.0, 9396.0, 9370.0, 9394.0, 9410.0, 9403.0, 9382.0, 9364.0, 9378.0, 9365.0, 9369.0, 9422.0, 9386.0, 9388.0, 9403.0, 9384.0, 9387.0, 9381.0, 9401.0, 9387.0, 9398.0, 9399.0, 9366.0, 9368.0, 9410.0, 9394.0, 9399.0, 9413.0, 9382.0, 9365.0, 9391.0, 9365.0, 9397.0, 9418.0, 9389.0, 9391.0, 9402.0, 9388.0, 9388.0, 9421.0, 9404.0, 9391.0, 9419.0, 9398.0, 9386.0, 9371.0, 9431.0, 9388.0, 9386.0, 9404.0, 9401.0, 9394.0, 9400.0, 9436.0, 9411.0, 9391.0, 9453.0, 9390.0, 9368.0, 9408.0, 9379.0, 9364.0, 9404.0, 9390.0, 9370.0, 9416.0, 9397.0, 9378.0, 9416.0, 9403.0, 9378.0, 9402.0, 9389.0, 9389.0, 9411.0, 9427.0, 9393.0, 9435.0, 9401.0, 9385.0, 9412.0, 9384.0, 9387.0, 9425.0, 9383.0, 9377.0, 9444.0, 9376.0, 9391.0, 9395.0, 9408.0, 9411.0, 9414.0, 9430.0, 9427.0, 9412.0, 9395.0, 9432.0, 9391.0, 9388.0, 9457.0, 9392.0, 9372.0, 9435.0, 9390.0, 9384.0, 9406.0, 9383.0, 9375.0, 9414.0, 9384.0, 9386.0, 9394.0, 9414.0, 9392.0, 9400.0, 9439.0, 9407.0, 9392.0, 9433.0, 9403.0, 9389.0, 9430.0, 9407.0, 9390.0, 9415.0, 9388.0, 9374.0, 9418.0, 9372.0, 9389.0, 9426.0, 9416.0, 9393.0, 9415.0, 9385.0, 9383.0, 9383.0, 9397.0, 9386.0, 9418.0, 9399.0, 9388.0, 9414.0, 9381.0, 9367.0, 9379.0, 9379.0, 9391.0, 9384.0, 9397.0, 9380.0, 9365.0, 9390.0, 9367.0, 9368.0, 9415.0, 9392.0, 9375.0, 9400.0, 9385.0, 9387.0, 9415.0, 9402.0, 9414.0, 9433.0, 9405.0, 9388.0, 9404.0, 9388.0, 9385.0, 9400.0, 9387.0, 9387.0, 9385.0, 9396.0, 9383.0, 9369.0, 9397.0, 9384.0, 9390.0, 9414.0, 9404.0, 9374.0, 9400.0, 9386.0, 9373.0, 9413.0, 9410.0, 9379.0, 9417.0, 9390.0, 9394.0, 9437.0, 9417.0, 9394.0, 9437.0, 9404.0, 9410.0, 9418.0, 9389.0, 9369.0, 9410.0, 9369.0, 9395.0, 9436.0, 9410.0, 9394.0, 9421.0, 9410.0, 9412.0, 9427.0, 9413.0, 9450.0, 9415.0, 9399.0, 9433.0, 9407.0, 9386.0, 9429.0, 9404.0, 9388.0, 9414.0, 9393.0, 9423.0, 9435.0, 9389.0, 9368.0, 9410.0, 9369.0, 9396.0, 9421.0, 9383.0, 9427.0, 9378.0, 9368.0, 9409.0, 9391.0, 9389.0, 9414.0, 9392.0, 9377.0, 9398.0, 9390.0, 9446.0, 9409.0, 9394.0, 9435.0, 9410.0, 9397.0, 9442.0, 9398.0, 9463.0, 9425.0, 9392.0, 9415.0, 9385.0, 9373.0, 9455.0, 9398.0, 9398.0, 9439.0, 9393.0, 9376.0, 9435.0, 9419.0, 9422.0, 9419.0, 9395.0, 9450.0, 9393.0, 9375.0, 9447.0, 9411.0, 9395.0, 9434.0, 9404.0, 9388.0, 9402.0, 9419.0, 9436.0, 9406.0, 9417.0, 9397.0, 9385.0, 9386.0, 9419.0, 9376.0, 9404.0, 9399.0, 9371.0, 9398.0, 9382.0, 9369.0, 9411.0, 9381.0, 9385.0, 9396.0, 9370.0, 9386.0, 9413.0, 9390.0, 9398.0, 9434.0, 9435.0, 9392.0, 9448.0, 9392.0, 9396.0, 9418.0, 9388.0, 9372.0, 9385.0, 9370.0, 9383.0, 9371.0, 9419.0, 9389.0, 9375.0, 9432.0, 9385.0, 9387.0, 9369.0, 9395.0, 9382.0, 9410.0, 9404.0, 9367.0, 9421.0, 9374.0, 9359.0, 9359.0, 9395.0, 9368.0, 9418.0, 9388.0, 9348.0, 9350.0, 9371.0, 9348.0, 9369.0, 9397.0, 9366.0, 9363.0, 9393.0, 9379.0, 9369.0, 9391.0, 9384.0, 9391.0, 9397.0, 9408.0, 9371.0, 9394.0, 9385.0, 9389.0, 9459.0, 9412.0, 9392.0, 9431.0, 9389.0, 9369.0, 9412.0, 9372.0, 9372.0, 9414.0, 9372.0, 9368.0, 9412.0, 9372.0, 9371.0, 9385.0, 9386.0, 9390.0, 9420.0, 9404.0, 9387.0, 9404.0, 9404.0, 9390.0, 9417.0, 9411.0, 9398.0, 9463.0, 9411.0, 9415.0, 9419.0, 9441.0, 9416.0, 9417.0, 9401.0, 9424.0, 9394.0, 9391.0, 9431.0, 9390.0, 9405.0, 9455.0, 9410.0, 9391.0, 9416.0, 9387.0, 9376.0, 9415.0, 9391.0, 9381.0, 9434.0, 9395.0, 9393.0, 9439.0, 9418.0, 9402.0, 9442.0, 9417.0, 9397.0, 9438.0, 9395.0, 9397.0, 9485.0, 9426.0, 9453.0, 9444.0, 9398.0, 9376.0, 9434.0, 9393.0, 9419.0, 9444.0, 9410.0, 9402.0, 9411.0, 9423.0, 9394.0, 9442.0, 9423.0, 9424.0, 9451.0, 9387.0, 9390.0, 9414.0, 9368.0, 9367.0, 9407.0, 9373.0, 9371.0, 9403.0, 9370.0, 9374.0, 9432.0, 9391.0, 9374.0, 9416.0, 9386.0, 9375.0, 9408.0, 9413.0, 9406.0, 9434.0, 9389.0, 9390.0, 9398.0, 9388.0, 9384.0, 9399.0, 9407.0, 9401.0, 9400.0, 9409.0, 9370.0, 9387.0, 9411.0, 9385.0, 9371.0, 9414.0, 9384.0, 9380.0, 9367.0, 9382.0, 9401.0, 9382.0, 9412.0, 9380.0, 9444.0, 9396.0, 9371.0, 9386.0, 9369.0, 9382.0, 9363.0, 9381.0, 9385.0, 9394.0, 9419.0, 9392.0, 9394.0, 9420.0, 9409.0, 9392.0, 9418.0, 9414.0, 9397.0, 9433.0, 9389.0, 9393.0, 9413.0, 9386.0, 9390.0, 9433.0, 9390.0, 9370.0, 9400.0, 9373.0, 9373.0, 9407.0, 9386.0, 9374.0, 9428.0, 9389.0, 9391.0, 9400.0, 9391.0, 9405.0, 9386.0, 9427.0, 9403.0, 9403.0, 9418.0, 9387.0, 9383.0, 9420.0, 9394.0, 9414.0, 9413.0, 9387.0, 9381.0, 9370.0, 9397.0, 9388.0, 9377.0, 9417.0, 9410.0, 9419.0, 9411.0, 9436.0, 9441.0, 9503.0, 9494.0, 9473.0, 9450.0, 9490.0, 9472.0, 9488.0, 9422.0, 9391.0, 9373.0, 9400.0, 9389.0, 9368.0, 9392.0, 9407.0, 9391.0, 9394.0, 9408.0, 9424.0, 9399.0, 9395.0, 9438.0, 9399.0, 9392.0, 9438.0, 9395.0, 9406.0, 9424.0, 9397.0, 9391.0, 9405.0, 9390.0, 9458.0, 9410.0, 9379.0, 9421.0, 9396.0, 9399.0, 9424.0, 9420.0, 9427.0, 9443.0, 9416.0, 9430.0, 9426.0, 9403.0, 9454.0, 9432.0, 9416.0, 9436.0, 9411.0, 9448.0, 9389.0, 9387.0, 9408.0, 9400.0, 9434.0, 9394.0, 9388.0, 9399.0, 9398.0, 9412.0, 9409.0, 9392.0, 9440.0, 9411.0, 9393.0, 9420.0, 9409.0, 9403.0, 9456.0, 9409.0, 9398.0, 9418.0, 9391.0, 9393.0, 9407.0, 9401.0, 9470.0, 9411.0, 9387.0, 9399.0, 9372.0, 9389.0, 9400.0, 9394.0, 9433.0, 9413.0, 9391.0, 9417.0, 9396.0, 9407.0, 9403.0, 9377.0, 9431.0, 9393.0, 9405.0, 9388.0, 9375.0, 9388.0, 9404.0, 9397.0, 9447.0, 9417.0, 9401.0, 9437.0, 9408.0, 9398.0, 9406.0, 9379.0, 9435.0, 9389.0, 9452.0, 9401.0, 9375.0, 9404.0, 9390.0, 9396.0, 9424.0, 9418.0, 9426.0, 9459.0, 9437.0, 9481.0, 9471.0, 9428.0, 9437.0, 9421.0, 9484.0, 9447.0, 9408.0, 9386.0, 9371.0, 9382.0, 9392.0, 9431.0, 9409.0, 9432.0, 9391.0, 9423.0, 9444.0, 9429.0, 9419.0, 9415.0, 9439.0, 9413.0, 9448.0, 9429.0, 9421.0, 9462.0, 9413.0, 9415.0, 9424.0, 9397.0, 9455.0, 9413.0, 9412.0, 9424.0, 9395.0, 9392.0, 9404.0, 9394.0, 9401.0, 9440.0, 9418.0, 9437.0, 9434.0, 9415.0, 9453.0, 9416.0, 9412.0, 9405.0, 9379.0, 9448.0, 9390.0, 9389.0, 9403.0, 9390.0, 9429.0, 9413.0, 9397.0, 9424.0, 9391.0, 9395.0, 9431.0, 9412.0, 9417.0, 9441.0, 9416.0, 9395.0, 9425.0, 9396.0, 9408.0, 9425.0, 9413.0, 9437.0, 9438.0, 9417.0, 9394.0, 9406.0, 9393.0, 9377.0, 9415.0, 9388.0, 9403.0, 9402.0, 9388.0, 9454.0, 9405.0, 9390.0, 9420.0, 9373.0, 9387.0, 9395.0, 9380.0, 9370.0, 9430.0, 9385.0, 9388.0, 9411.0, 9365.0, 9369.0, 9404.0, 9371.0, 9378.0, 9432.0, 9375.0, 9377.0, 9386.0, 9358.0, 9359.0, 9361.0, 9383.0, 9382.0, 9375.0, 9362.0, 9374.0, 9361.0, 9367.0, 9376.0, 9384.0, 9371.0, 9406.0, 9402.0, 9407.0, 9391.0, 9406.0, 9395.0, 9403.0, 9385.0, 9390.0, 9420.0, 9403.0, 9387.0, 9370.0, 9396.0, 9368.0, 9371.0, 9429.0, 9391.0, 9392.0, 9422.0, 9391.0, 9379.0, 9405.0, 9432.0, 9394.0, 9407.0, 9409.0, 9392.0, 9390.0, 9417.0, 9392.0, 9395.0, 9435.0, 9409.0, 9395.0, 9410.0, 9403.0, 9392.0, 9391.0, 9430.0, 9391.0, 9397.0, 9437.0, 9405.0, 9389.0, 9376.0, 9414.0, 9391.0, 9398.0, 9432.0, 9388.0, 9385.0, 9371.0, 9413.0, 9387.0, 9391.0, 9399.0, 9431.0, 9396.0, 9395.0, 9411.0, 9415.0, 9393.0, 9392.0, 9435.0, 9462.0, 9425.0, 9402.0, 9418.0, 9472.0, 9423.0, 9399.0, 9398.0, 9439.0, 9414.0, 9395.0, 9390.0, 9450.0, 9439.0, 9416.0, 9398.0, 9425.0, 9391.0, 9393.0, 9391.0, 9416.0, 9395.0, 9398.0, 9411.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.0003993669634025717</td></tr>
<tr><td colspan=3>aqi</td><td>0.024741813946587532</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.567390728990134</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.162466749613861</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9723007230099</td></tr>
<tr><td colspan=3>efc</td><td>0.5007</td></tr>
<tr><td colspan=3>fber</td><td>4935.9673</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10831177158550236</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.440158259149357</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4456632473547604</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.321945490095051</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6474146641534433</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3676295878157863</td></tr>
<tr><td colspan=3>gcor</td><td>0.00604055</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004430497996509075</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03634338825941086</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1011</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8746761738022566</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>15.2413</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.82</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.0351</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294849.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1133.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.8088</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.442</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.4294</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3414.3135</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3601.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4513.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.3623</td></tr>
<tr><td colspan=3>tsnr</td><td>37.065969549817964</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>