<?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-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-01/func/sub-0031_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>7207ab2ba67a8e928945dbb16bb5f4b8</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:13:28.972500</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.999697, -0.0154098, 0.019213, 0.0151809, 0.999813, 0.0119984]</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.0896311</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>[4147, -7709, -7283, 556, -78, -172, 67, 73]</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>260.777</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0e25da05-4dd0-49e6-b4b1-1a65c8cbc1a1||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.6821129322052, 0.04072936624288559, 0.05236460268497467, 109.4569320678711], [0.041343238204717636, 2.682424545288086, 0.03159843012690544, -97.31785583496094], [0.051547080278396606, -0.032190918922424316, 2.6993072032928467, -87.29493713378906], [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': ['141328.972500', '141329.432500', '141329.892500', '141330.352500', '141330.812500', '141331.272500', '141331.732500', '141332.192500', '141332.652500', '141333.112500', '141333.572500', '141334.032500', '141334.492500', '141334.952500', '141335.412500', '141335.872500', '141336.332500', '141336.792500', '141337.252500', '141337.712500', '141338.172500', '141338.632500', '141339.092500', '141339.552500', '141340.012500', '141340.472500', '141340.932500', '141341.392500', '141341.852500', '141342.312500', '141342.772500', '141343.232500', '141343.692500', '141344.152500', '141344.612500', '141345.072500', '141345.532500', '141345.992500', '141346.452500', '141346.912500', '141347.372500', '141347.832500', '141348.292500', '141348.752500', '141349.212500', '141349.672500', '141350.132500', '141350.592500', '141351.052500', '141351.512500', '141351.972500', '141352.432500', '141352.892500', '141353.352500', '141353.812500', '141354.272500', '141354.732500', '141355.192500', '141355.652500', '141356.112500', '141356.572500', '141357.032500', '141357.492500', '141357.952500', '141358.412500', '141358.872500', '141359.332500', '141359.792500', '141400.252500', '141400.712500', '141401.172500', '141401.632500', '141402.092500', '141402.552500', '141403.012500', '141403.472500', '141403.932500', '141404.392500', '141404.852500', '141405.312500', '141405.772500', '141406.232500', '141406.692500', '141407.152500', '141407.612500', '141408.072500', '141408.532500', '141408.992500', '141409.452500', '141409.912500', '141410.372500', '141410.832500', '141411.292500', '141411.752500', '141412.212500', '141412.672500', '141413.132500', '141413.592500', '141414.052500', '141414.512500', '141414.972500', '141415.432500', '141415.892500', '141416.352500', '141416.812500', '141417.272500', '141417.732500', '141418.192500', '141418.652500', '141419.112500', '141419.572500', '141420.032500', '141420.492500', '141420.952500', '141421.412500', '141421.872500', '141422.332500', '141422.792500', '141423.252500', '141423.712500', '141424.172500', '141424.632500', '141425.092500', '141425.552500', '141426.012500', '141426.472500', '141426.932500', '141427.392500', '141427.852500', '141428.312500', '141428.772500', '141429.232500', '141429.692500', '141430.152500', '141430.612500', '141431.072500', '141431.532500', '141431.992500', '141432.452500', '141432.912500', '141433.372500', '141433.832500', '141434.292500', '141434.752500', '141435.212500', '141435.672500', '141436.132500', '141436.592500', '141437.052500', '141437.512500', '141437.972500', '141438.432500', '141438.892500', '141439.352500', '141439.812500', '141440.272500', '141440.732500', '141441.192500', '141441.652500', '141442.112500', '141442.572500', '141443.032500', '141443.492500', '141443.952500', '141444.412500', '141444.872500', '141445.332500', '141445.792500', '141446.252500', '141446.712500', '141447.172500', '141447.632500', '141448.092500', '141448.552500', '141449.012500', '141449.472500', '141449.932500', '141450.392500', '141450.852500', '141451.312500', '141451.772500', '141452.232500', '141452.692500', '141453.152500', '141453.612500', '141454.072500', '141454.532500', '141454.992500', '141455.452500', '141455.912500', '141456.372500', '141456.832500', '141457.292500', '141457.752500', '141458.212500', '141458.672500', '141459.132500', '141459.592500', '141500.052500', '141500.512500', '141500.972500', '141501.432500', '141501.892500', '141502.352500', '141502.812500', '141503.272500', '141503.732500', '141504.192500', '141504.652500', '141505.112500', '141505.572500', '141506.032500', '141506.492500', '141506.952500', '141507.412500', '141507.872500', '141508.332500', '141508.792500', '141509.252500', '141509.712500', '141510.172500', '141510.632500', '141511.092500', '141511.552500', '141512.012500', '141512.472500', '141512.932500', '141513.392500', '141513.852500', '141514.312500', '141514.772500', '141515.232500', '141515.692500', '141516.152500', '141516.612500', '141517.072500', '141517.532500', '141517.992500', '141518.452500', '141518.912500', '141519.372500', '141519.832500', '141520.292500', '141520.752500', '141521.212500', '141521.672500', '141522.132500', '141522.592500', '141523.052500', '141523.512500', '141523.972500', '141524.432500', '141524.892500', '141525.352500', '141525.812500', '141526.272500', '141526.732500', '141527.192500', '141527.652500', '141528.112500', '141528.572500', '141529.032500', '141529.492500', '141529.952500', '141530.412500', '141530.872500', '141531.332500', '141531.792500', '141532.252500', '141532.712500', '141533.172500', '141533.632500', '141534.092500', '141534.552500', '141535.012500', '141535.472500', '141535.932500', '141536.392500', '141536.852500', '141537.312500', '141537.772500', '141538.232500', '141538.692500', '141539.152500', '141539.612500', '141540.072500', '141540.532500', '141540.992500', '141541.452500', '141541.912500', '141542.372500', '141542.832500', '141543.292500', '141543.752500', '141544.212500', '141544.672500', '141545.132500', '141545.592500', '141546.052500', '141546.512500', '141546.972500', '141547.432500', '141547.892500', '141548.352500', '141548.812500', '141549.272500', '141549.732500', '141550.192500', '141550.652500', '141551.112500', '141551.572500', '141552.032500', '141552.492500', '141552.952500', '141553.412500', '141553.872500', '141554.332500', '141554.792500', '141555.252500', '141555.712500', '141556.172500', '141556.632500', '141557.092500', '141557.552500', '141558.012500', '141558.472500', '141558.932500', '141559.392500', '141559.852500', '141600.312500', '141600.772500', '141601.232500', '141601.692500', '141602.152500', '141602.612500', '141603.072500', '141603.532500', '141603.992500', '141604.452500', '141604.912500', '141605.372500', '141605.832500', '141606.292500', '141606.752500', '141607.212500', '141607.672500', '141608.132500', '141608.592500', '141609.052500', '141609.512500', '141609.972500', '141610.432500', '141610.892500', '141611.352500', '141611.812500', '141612.272500', '141612.732500', '141613.192500', '141613.652500', '141614.112500', '141614.572500', '141615.032500', '141615.492500', '141615.952500', '141616.412500', '141616.872500', '141617.332500', '141617.792500', '141618.252500', '141618.712500', '141619.172500', '141619.632500', '141620.092500', '141620.552500', '141621.012500', '141621.472500', '141621.932500', '141622.392500', '141622.852500', '141623.312500', '141623.772500', '141624.232500', '141624.692500', '141625.152500', '141625.612500', '141626.072500', '141626.532500', '141626.992500', '141627.452500', '141627.912500', '141628.372500', '141628.832500', '141629.292500', '141629.752500', '141630.212500', '141630.672500', '141631.132500', '141631.592500', '141632.052500', '141632.512500', '141632.972500', '141633.432500', '141633.892500', '141634.352500', '141634.812500', '141635.272500', '141635.732500', '141636.192500', '141636.652500', '141637.112500', '141637.572500', '141638.032500', '141638.492500', '141638.952500', '141639.412500', '141639.872500', '141640.332500', '141640.792500', '141641.252500', '141641.712500', '141642.172500', '141642.632500', '141643.092500', '141643.552500', '141644.012500', '141644.472500', '141644.932500', '141645.392500', '141645.852500', '141646.312500', '141646.772500', '141647.232500', '141647.692500', '141648.152500', '141648.612500', '141649.072500', '141649.532500', '141649.992500', '141650.452500', '141650.912500', '141651.372500', '141651.832500', '141652.292500', '141652.752500', '141653.212500', '141653.672500', '141654.132500', '141654.592500', '141655.052500', '141655.512500', '141655.972500', '141656.432500', '141656.892500', '141657.352500', '141657.812500', '141658.272500', '141658.732500', '141659.192500', '141659.652500', '141700.112500', '141700.572500', '141701.032500', '141701.492500', '141701.952500', '141702.412500', '141702.872500', '141703.332500', '141703.792500', '141704.252500', '141704.712500', '141705.172500', '141705.632500', '141706.092500', '141706.552500', '141707.012500', '141707.472500', '141707.932500', '141708.392500', '141708.852500', '141709.312500', '141709.772500', '141710.232500', '141710.692500', '141711.152500', '141711.612500', '141712.072500', '141712.532500', '141712.992500', '141713.452500', '141713.912500', '141714.372500', '141714.832500', '141715.292500', '141715.752500', '141716.212500', '141716.672500', '141717.132500', '141717.592500', '141718.052500', '141718.512500', '141718.972500', '141719.432500', '141719.892500', '141720.352500', '141720.812500', '141721.272500', '141721.732500', '141722.192500', '141722.652500', '141723.112500', '141723.572500', '141724.032500', '141724.492500', '141724.952500', '141725.412500', '141725.872500', '141726.332500', '141726.792500', '141727.252500', '141727.712500', '141728.172500', '141728.632500', '141729.092500', '141729.552500', '141730.012500', '141730.472500', '141730.932500', '141731.392500', '141731.852500', '141732.312500', '141732.772500', '141733.232500', '141733.692500', '141734.152500', '141734.612500', '141735.072500', '141735.532500', '141735.992500', '141736.452500', '141736.912500', '141737.372500', '141737.832500', '141738.292500', '141738.752500', '141739.212500', '141739.672500', '141740.132500', '141740.592500', '141741.052500', '141741.512500', '141741.972500', '141742.432500', '141742.892500', '141743.352500', '141743.812500', '141744.272500', '141744.732500', '141745.192500', '141745.652500', '141746.112500', '141746.572500', '141747.032500', '141747.492500', '141747.952500', '141748.412500', '141748.872500', '141749.332500', '141749.792500', '141750.252500', '141750.712500', '141751.172500', '141751.632500', '141752.092500', '141752.552500', '141753.012500', '141753.472500', '141753.932500', '141754.392500', '141754.852500', '141755.312500', '141755.772500', '141756.232500', '141756.692500', '141757.152500', '141757.612500', '141758.072500', '141758.532500', '141758.992500', '141759.452500', '141759.912500', '141800.372500', '141800.832500', '141801.292500', '141801.752500', '141802.212500', '141802.672500', '141803.132500', '141803.592500', '141804.052500', '141804.512500', '141804.972500', '141805.432500', '141805.892500', '141806.352500', '141806.812500', '141807.272500', '141807.732500', '141808.192500', '141808.652500', '141809.112500', '141809.572500', '141810.032500', '141810.492500', '141810.952500', '141811.412500', '141811.872500', '141812.332500', '141812.792500', '141813.252500', '141813.712500', '141814.172500', '141814.632500', '141815.092500', '141815.552500', '141816.012500', '141816.472500', '141816.932500', '141817.392500', '141817.852500', '141818.312500', '141818.772500', '141819.232500', '141819.692500', '141820.152500', '141820.612500', '141821.072500', '141821.532500', '141821.992500', '141822.452500', '141822.912500', '141823.372500', '141823.832500', '141824.292500', '141824.752500', '141825.212500', '141825.672500', '141826.132500', '141826.592500', '141827.052500', '141827.512500', '141827.972500', '141828.432500', '141828.892500', '141829.352500', '141829.812500', '141830.272500', '141830.732500', '141831.192500', '141831.652500', '141832.112500', '141832.572500', '141833.032500', '141833.492500', '141833.952500', '141834.412500', '141834.872500', '141835.332500', '141835.792500', '141836.252500', '141836.712500', '141837.172500', '141837.632500', '141838.092500', '141838.552500', '141839.012500', '141839.472500', '141839.932500', '141840.392500', '141840.852500', '141841.312500', '141841.772500', '141842.232500', '141842.692500', '141843.152500', '141843.612500', '141844.072500', '141844.532500', '141844.992500', '141845.452500', '141845.912500', '141846.372500', '141846.832500', '141847.292500', '141847.752500', '141848.212500', '141848.672500', '141849.132500', '141849.592500', '141850.052500', '141850.512500', '141850.972500', '141851.432500', '141851.892500', '141852.352500', '141852.812500', '141853.272500', '141853.732500', '141854.192500', '141854.652500', '141855.112500', '141855.572500', '141856.032500', '141856.492500', '141856.952500', '141857.412500', '141857.872500', '141858.332500', '141858.792500', '141859.252500', '141859.712500', '141900.172500', '141900.632500', '141901.092500', '141901.552500', '141902.012500', '141902.472500', '141902.932500', '141903.392500', '141903.852500', '141904.312500', '141904.772500', '141905.232500', '141905.692500', '141906.152500', '141906.612500', '141907.072500', '141907.532500', '141907.992500', '141908.452500', '141908.912500', '141909.372500', '141909.832500', '141910.292500', '141910.752500', '141911.212500', '141911.672500', '141912.132500', '141912.592500', '141913.052500', '141913.512500', '141913.972500', '141914.432500', '141914.892500', '141915.352500', '141915.812500', '141916.272500', '141916.732500', '141917.192500', '141917.652500', '141918.112500', '141918.572500', '141919.032500', '141919.492500', '141919.952500', '141920.412500', '141920.872500', '141921.332500', '141921.792500', '141922.252500', '141922.712500', '141923.172500', '141923.632500', '141924.092500', '141924.552500', '141925.012500', '141925.472500', '141925.932500', '141926.392500', '141926.852500', '141927.312500', '141927.772500', '141928.232500', '141928.692500', '141929.152500', '141929.612500', '141930.072500', '141930.532500', '141930.992500', '141931.452500', '141931.912500', '141932.372500', '141932.832500', '141933.292500', '141933.752500', '141934.212500', '141934.672500', '141935.132500', '141935.592500', '141936.052500', '141936.512500', '141936.972500', '141937.432500', '141937.892500', '141938.352500', '141938.812500', '141939.272500', '141939.732500', '141940.192500', '141940.652500', '141941.112500', '141941.572500', '141942.032500', '141942.492500', '141942.952500', '141943.412500', '141943.872500', '141944.332500', '141944.792500', '141945.252500', '141945.712500', '141946.172500', '141946.632500', '141947.092500', '141947.552500', '141948.012500', '141948.472500', '141948.932500', '141949.392500', '141949.852500', '141950.312500', '141950.772500', '141951.232500', '141951.692500', '141952.152500', '141952.612500', '141953.072500', '141953.532500', '141953.992500', '141954.452500', '141954.912500', '141955.372500', '141955.832500', '141956.292500', '141956.752500', '141957.212500', '141957.672500', '141958.132500', '141958.592500', '141959.052500', '141959.512500', '141959.972500', '142000.432500', '142000.892500', '142001.352500', '142001.812500', '142002.272500', '142002.732500', '142003.192500', '142003.652500', '142004.112500', '142004.572500', '142005.032500', '142005.492500', '142005.952500', '142006.412500', '142006.872500', '142007.332500', '142007.792500', '142008.252500', '142008.712500', '142009.172500', '142009.632500', '142010.092500', '142010.552500', '142011.012500', '142011.472500', '142011.932500', '142012.392500', '142012.852500', '142013.312500', '142013.772500', '142014.232500', '142014.692500', '142015.152500', '142015.612500', '142016.072500', '142016.532500', '142016.992500', '142017.452500', '142017.912500', '142018.372500', '142018.832500', '142019.292500', '142019.752500', '142020.212500', '142020.672500', '142021.132500', '142021.592500', '142022.052500', '142022.512500', '142022.972500', '142023.432500', '142023.892500', '142024.352500', '142024.812500', '142025.272500', '142025.732500', '142026.192500', '142026.652500', '142027.112500', '142027.572500', '142028.032500', '142028.492500', '142028.952500', '142029.412500', '142029.872500', '142030.332500', '142030.792500', '142031.252500', '142031.712500', '142032.172500', '142032.632500', '142033.092500', '142033.552500', '142034.012500', '142034.472500', '142034.932500', '142035.392500', '142035.852500', '142036.312500', '142036.772500', '142037.232500', '142037.692500', '142038.152500', '142038.612500', '142039.072500', '142039.532500', '142039.992500', '142040.452500', '142040.912500', '142041.372500', '142041.832500', '142042.292500', '142042.752500', '142043.212500', '142043.672500', '142044.132500', '142044.592500', '142045.052500', '142045.512500', '142045.972500', '142046.432500', '142046.892500', '142047.352500', '142047.812500', '142048.272500', '142048.732500', '142049.192500', '142049.652500', '142050.112500', '142050.572500', '142051.032500', '142051.492500', '142051.952500', '142052.412500', '142052.872500', '142053.332500', '142053.792500', '142054.252500', '142054.712500', '142055.172500', '142055.632500', '142056.092500', '142056.552500', '142057.012500', '142057.472500', '142057.932500', '142058.392500', '142058.852500', '142059.312500', '142059.772500', '142100.232500', '142100.692500', '142101.152500', '142101.612500', '142102.072500', '142102.532500', '142102.992500', '142103.452500', '142103.912500', '142104.372500', '142104.832500', '142105.292500', '142105.752500', '142106.212500', '142106.672500', '142107.132500', '142107.592500', '142108.052500', '142108.512500', '142108.972500', '142109.432500', '142109.892500', '142110.352500', '142110.812500', '142111.272500', '142111.732500', '142112.192500', '142112.652500', '142113.112500', '142113.572500', '142114.032500', '142114.492500', '142114.952500', '142115.412500', '142115.872500'], 'ContentTime': ['141346.146000', '141346.150000', '141346.154000', '141346.157000', '141346.160000', '141346.163000', '141346.166000', '141346.169000', '141346.172000', '141346.175000', '141346.185000', '141346.188000', '141346.191000', '141346.194000', '141346.197000', '141346.200000', '141346.203000', '141346.206000', '141346.209000', '141346.212000', '141346.215000', '141346.218000', '141346.229000', '141346.232000', '141346.235000', '141346.238000', '141346.241000', '141346.244000', '141346.247000', '141346.251000', '141346.254000', '141346.257000', '141346.260000', '141346.263000', '141346.266000', '141346.269000', '141406.101000', '141406.104000', '141406.108000', '141406.111000', '141406.114000', '141406.124000', '141406.128000', '141406.130000', '141406.139000', '141406.142000', '141406.145000', '141406.149000', '141406.151000', '141406.154000', '141406.157000', '141406.160000', '141406.163000', '141406.166000', '141406.169000', '141406.172000', '141406.175000', '141406.179000', '141406.182000', '141406.185000', '141406.188000', '141406.190000', '141406.193000', '141406.196000', '141406.199000', '141406.202000', '141406.205000', '141406.209000', '141406.211000', '141406.214000', '141406.217000', '141406.220000', '141406.223000', '141406.226000', '141406.229000', '141406.232000', '141406.235000', '141406.238000', '141406.241000', '141426.101000', '141426.108000', '141426.110000', '141426.113000', '141426.116000', '141426.119000', '141426.122000', '141426.125000', '141426.128000', '141426.130000', '141426.133000', '141426.136000', '141426.139000', '141426.142000', '141426.145000', '141426.147000', '141426.150000', '141426.153000', '141426.156000', '141426.159000', '141426.162000', '141426.165000', '141426.168000', '141426.171000', '141426.173000', '141426.176000', '141426.179000', '141426.182000', '141426.185000', '141426.188000', '141426.190000', '141426.193000', '141426.196000', '141426.199000', '141426.202000', '141426.205000', '141426.208000', '141426.210000', '141426.213000', '141426.216000', '141426.219000', '141426.222000', '141426.225000', '141426.228000', '141446.101000', '141446.104000', '141446.107000', '141446.110000', '141446.112000', '141446.115000', '141446.118000', '141446.121000', '141446.124000', '141446.127000', '141446.130000', '141446.132000', '141446.135000', '141446.138000', '141446.141000', '141446.144000', '141446.147000', '141446.150000', '141446.153000', '141446.155000', '141446.158000', '141446.161000', '141446.164000', '141446.167000', '141446.170000', '141446.173000', '141446.176000', '141446.178000', '141446.181000', '141446.184000', '141446.187000', '141446.190000', '141446.193000', '141446.196000', '141446.199000', '141446.202000', '141446.205000', '141446.208000', '141446.211000', '141446.214000', '141446.217000', '141446.220000', '141446.223000', '141506.101000', '141506.104000', '141506.107000', '141506.109000', '141506.112000', '141506.115000', '141506.118000', '141506.121000', '141506.124000', '141506.127000', '141506.130000', '141506.132000', '141506.135000', '141506.138000', '141506.141000', '141506.144000', '141506.147000', '141506.150000', '141506.153000', '141506.156000', '141506.159000', '141506.161000', '141506.164000', '141506.167000', '141506.171000', '141506.174000', '141506.177000', '141506.180000', '141506.183000', '141506.186000', '141506.188000', '141506.191000', '141506.194000', '141506.197000', '141506.200000', '141506.203000', '141506.206000', '141506.209000', '141506.212000', '141506.215000', '141506.217000', '141506.220000', '141506.223000', '141506.226000', '141526.101000', '141526.104000', '141526.107000', '141526.110000', '141526.112000', '141526.115000', '141526.118000', '141526.121000', '141526.124000', '141526.127000', '141526.130000', '141526.132000', '141526.135000', '141526.138000', '141526.141000', '141526.144000', '141526.147000', '141526.150000', '141526.153000', '141526.156000', '141526.159000', '141526.161000', '141526.164000', '141526.167000', '141526.170000', '141526.173000', '141526.176000', '141526.179000', '141526.182000', '141526.185000', '141526.187000', '141526.190000', '141526.193000', '141526.196000', '141526.199000', '141526.202000', '141526.205000', '141526.207000', '141526.210000', '141526.213000', '141526.216000', '141526.219000', '141526.222000', '141546.101000', '141546.104000', '141546.107000', '141546.110000', '141546.112000', '141546.115000', '141546.118000', '141546.121000', '141546.124000', '141546.127000', '141546.130000', '141546.133000', '141546.136000', '141546.139000', '141546.141000', '141546.144000', '141546.147000', '141546.150000', '141546.153000', '141546.156000', '141546.159000', '141546.162000', '141546.165000', '141546.167000', '141546.170000', '141546.173000', '141546.176000', '141546.179000', '141546.182000', '141546.185000', '141546.188000', '141546.191000', '141546.194000', '141546.197000', '141546.199000', '141546.202000', '141546.205000', '141546.208000', '141546.211000', '141546.214000', '141546.217000', '141546.219000', '141546.222000', '141546.225000', '141606.101000', '141606.104000', '141606.107000', '141606.110000', '141606.112000', '141606.115000', '141606.118000', '141606.121000', '141606.124000', '141606.127000', '141606.130000', '141606.133000', '141606.136000', '141606.139000', '141606.141000', '141606.144000', '141606.147000', '141606.150000', '141606.153000', '141606.156000', '141606.159000', '141606.162000', '141606.165000', '141606.167000', '141606.170000', '141606.173000', '141606.176000', '141606.179000', '141606.182000', '141606.185000', '141606.188000', '141606.191000', '141606.194000', '141606.196000', '141606.199000', '141606.202000', '141606.205000', '141606.208000', '141606.211000', '141606.214000', '141606.217000', '141606.219000', '141606.223000', '141626.101000', '141626.104000', '141626.107000', '141626.110000', '141626.112000', '141626.115000', '141626.118000', '141626.121000', '141626.124000', '141626.127000', '141626.130000', '141626.132000', '141626.135000', '141626.143000', '141626.146000', '141626.149000', '141626.152000', '141626.155000', '141626.158000', '141626.161000', '141626.164000', '141626.166000', '141626.169000', '141626.172000', '141626.175000', '141626.178000', '141626.181000', '141626.184000', '141626.187000', '141626.190000', '141626.193000', '141626.196000', '141626.198000', '141626.201000', '141626.204000', '141626.207000', '141626.210000', '141626.213000', '141626.216000', '141626.218000', '141626.221000', '141626.224000', '141626.227000', '141626.230000', '141646.101000', '141646.104000', '141646.107000', '141646.110000', '141646.112000', '141646.115000', '141646.118000', '141646.121000', '141646.124000', '141646.127000', '141646.130000', '141646.133000', '141646.135000', '141646.138000', '141646.141000', '141646.144000', '141646.147000', '141646.150000', '141646.153000', '141646.156000', '141646.158000', '141646.161000', '141646.164000', '141646.167000', '141646.170000', '141646.173000', '141646.176000', '141646.179000', '141646.182000', '141646.185000', '141646.188000', '141646.190000', '141646.193000', '141646.196000', '141646.199000', '141646.202000', '141646.205000', '141646.208000', '141646.211000', '141646.213000', '141646.216000', '141646.219000', '141646.222000', '141706.101000', '141706.104000', '141706.107000', '141706.110000', '141706.113000', '141706.116000', '141706.119000', '141706.122000', '141706.125000', '141706.128000', '141706.131000', '141706.133000', '141706.136000', '141706.139000', '141706.142000', '141706.145000', '141706.148000', '141706.151000', '141706.154000', '141706.156000', '141706.159000', '141706.162000', '141706.165000', '141706.168000', '141706.171000', '141706.174000', '141706.188000', '141706.191000', '141706.194000', '141706.197000', '141706.200000', '141706.203000', '141706.206000', '141706.208000', '141706.211000', '141706.214000', '141706.217000', '141706.220000', '141706.223000', '141706.226000', '141706.229000', '141706.232000', '141706.234000', '141726.101000', '141726.104000', '141726.107000', '141726.110000', '141726.113000', '141726.116000', '141726.118000', '141726.121000', '141726.124000', '141726.127000', '141726.130000', '141726.133000', '141726.136000', '141726.139000', '141726.142000', '141726.145000', '141726.148000', '141726.151000', '141726.153000', '141726.156000', '141726.159000', '141726.162000', '141726.165000', '141726.168000', '141726.171000', '141726.174000', '141726.177000', '141726.180000', '141726.183000', '141726.186000', '141726.189000', '141726.191000', '141726.194000', '141726.197000', '141726.200000', '141726.203000', '141726.206000', '141726.209000', '141726.212000', '141726.215000', '141726.218000', '141726.220000', '141726.223000', '141726.226000', '141746.101000', '141746.104000', '141746.107000', '141746.110000', '141746.113000', '141746.116000', '141746.118000', '141746.121000', '141746.125000', '141746.128000', '141746.131000', '141746.134000', '141746.137000', '141746.140000', '141746.142000', '141746.145000', '141746.148000', '141746.151000', '141746.154000', '141746.157000', '141746.160000', '141746.163000', '141746.166000', '141746.168000', '141746.171000', '141746.175000', '141746.177000', '141746.180000', '141746.183000', '141746.186000', '141746.189000', '141746.192000', '141746.195000', '141746.198000', '141746.201000', '141746.203000', '141746.206000', '141746.209000', '141746.212000', '141746.215000', '141746.218000', '141746.221000', '141746.224000', '141806.101000', '141806.104000', '141806.107000', '141806.110000', '141806.113000', '141806.116000', '141806.119000', '141806.121000', '141806.124000', '141806.127000', '141806.130000', '141806.133000', '141806.136000', '141806.139000', '141806.142000', '141806.145000', '141806.148000', '141806.150000', '141806.153000', '141806.156000', '141806.159000', '141806.162000', '141806.165000', '141806.168000', '141806.171000', '141806.230000', '141806.233000', '141806.236000', '141806.239000', '141806.241000', '141806.244000', '141806.247000', '141806.250000', '141806.253000', '141806.256000', '141806.259000', '141806.262000', '141806.264000', '141806.267000', '141806.270000', '141806.273000', '141806.276000', '141806.279000', '141806.282000', '141826.101000', '141826.104000', '141826.107000', '141826.110000', '141826.113000', '141826.116000', '141826.118000', '141826.121000', '141826.124000', '141826.127000', '141826.130000', '141826.133000', '141826.136000', '141826.139000', '141826.142000', '141826.145000', '141826.148000', '141826.151000', '141826.154000', '141826.157000', '141826.160000', '141826.163000', '141826.166000', '141826.168000', '141826.171000', '141826.218000', '141826.221000', '141826.224000', '141826.227000', '141826.230000', '141826.233000', '141826.235000', '141826.238000', '141826.241000', '141826.244000', '141826.247000', '141826.250000', '141826.253000', '141826.256000', '141826.259000', '141826.262000', '141826.264000', '141826.267000', '141846.101000', '141846.104000', '141846.107000', '141846.110000', '141846.113000', '141846.115000', '141846.118000', '141846.121000', '141846.124000', '141846.127000', '141846.130000', '141846.133000', '141846.136000', '141846.139000', '141846.141000', '141846.144000', '141846.147000', '141846.150000', '141846.153000', '141846.156000', '141846.159000', '141846.162000', '141846.165000', '141846.168000', '141846.171000', '141846.263000', '141846.265000', '141846.269000', '141846.271000', '141846.274000', '141846.277000', '141846.280000', '141846.283000', '141846.286000', '141846.289000', '141846.291000', '141846.294000', '141846.297000', '141846.300000', '141846.303000', '141846.306000', '141846.309000', '141846.312000', '141846.315000', '141906.101000', '141906.104000', '141906.107000', '141906.110000', '141906.113000', '141906.118000', '141906.121000', '141906.124000', '141906.126000', '141906.129000', '141906.132000', '141906.135000', '141906.138000', '141906.141000', '141906.144000', '141906.147000', '141906.150000', '141906.153000', '141906.156000', '141906.159000', '141906.162000', '141906.164000', '141906.167000', '141906.170000', '141906.173000', '141906.238000', '141906.241000', '141906.244000', '141906.247000', '141906.250000', '141906.253000', '141906.256000', '141906.259000', '141906.261000', '141906.264000', '141906.267000', '141906.270000', '141906.273000', '141906.276000', '141906.279000', '141906.281000', '141906.284000', '141906.287000', '141926.101000', '141926.104000', '141926.107000', '141926.110000', '141926.113000', '141926.115000', '141926.118000', '141926.121000', '141926.124000', '141926.127000', '141926.130000', '141926.133000', '141926.136000', '141926.139000', '141926.142000', '141926.144000', '141926.147000', '141926.150000', '141926.153000', '141926.156000', '141926.159000', '141926.162000', '141926.165000', '141926.168000', '141926.171000', '141926.174000', '141926.222000', '141926.225000', '141926.228000', '141926.231000', '141926.234000', '141926.237000', '141926.239000', '141926.242000', '141926.245000', '141926.248000', '141926.251000', '141926.254000', '141926.257000', '141926.260000', '141926.262000', '141926.265000', '141926.268000', '141926.271000', '141946.101000', '141946.104000', '141946.107000', '141946.110000', '141946.113000', '141946.116000', '141946.119000', '141946.122000', '141946.125000', '141946.128000', '141946.131000', '141946.134000', '141946.137000', '141946.139000', '141946.142000', '141946.145000', '141946.148000', '141946.151000', '141946.154000', '141946.157000', '141946.160000', '141946.162000', '141946.165000', '141946.168000', '141946.171000', '141946.174000', '141946.245000', '141946.247000', '141946.250000', '141946.253000', '141946.256000', '141946.259000', '141946.262000', '141946.265000', '141946.268000', '141946.271000', '141946.274000', '141946.277000', '141946.279000', '141946.282000', '141946.285000', '141946.288000', '141946.291000', '142006.101000', '142006.104000', '142006.107000', '142006.110000', '142006.121000', '142006.124000', '142006.127000', '142006.130000', '142006.133000', '142006.135000', '142006.138000', '142006.141000', '142006.144000', '142006.147000', '142006.150000', '142006.153000', '142006.156000', '142006.158000', '142006.161000', '142006.164000', '142006.167000', '142006.170000', '142006.173000', '142006.216000', '142006.219000', '142006.222000', '142006.225000', '142006.228000', '142006.230000', '142006.233000', '142006.236000', '142006.239000', '142006.242000', '142006.245000', '142006.248000', '142006.251000', '142006.254000', '142006.256000', '142006.259000', '142006.262000', '142006.265000', '142006.268000', '142006.271000', '142006.274000', '142026.101000', '142026.104000', '142026.107000', '142026.110000', '142026.113000', '142026.116000', '142026.119000', '142026.121000', '142026.124000', '142026.127000', '142026.130000', '142026.133000', '142026.136000', '142026.139000', '142026.141000', '142026.144000', '142026.147000', '142026.150000', '142026.153000', '142026.156000', '142026.159000', '142026.162000', '142026.164000', '142026.167000', '142026.170000', '142026.173000', '142026.225000', '142026.227000', '142026.230000', '142026.233000', '142026.236000', '142026.239000', '142026.242000', '142026.245000', '142026.248000', '142026.250000', '142026.253000', '142026.256000', '142026.259000', '142026.262000', '142026.265000', '142026.268000', '142026.271000', '142046.101000', '142046.104000', '142046.107000', '142046.349000', '142046.352000', '142046.355000', '142046.358000', '142046.361000', '142046.364000', '142046.367000', '142046.370000', '142046.373000', '142046.376000', '142046.378000', '142046.381000', '142046.384000', '142046.387000', '142046.390000', '142046.393000', '142046.396000', '142046.399000', '142046.402000', '142046.405000', '142046.408000', '142046.411000', '142046.413000', '142046.416000', '142046.419000', '142046.422000', '142046.425000', '142046.428000', '142046.431000', '142046.434000', '142046.437000', '142046.440000', '142046.443000', '142046.448000', '142046.452000', '142046.455000', '142046.458000', '142046.461000', '142046.464000', '142046.467000', '142046.470000', '142106.101000', '142106.104000', '142106.107000', '142106.110000', '142106.113000', '142106.116000', '142106.119000', '142106.122000', '142106.124000', '142106.127000', '142106.130000', '142106.133000', '142106.136000', '142106.139000', '142106.142000', '142106.145000', '142106.148000', '142106.150000', '142106.154000', '142106.157000', '142106.160000', '142106.163000', '142106.166000', '142106.169000', '142106.172000', '142106.228000', '142106.231000', '142106.234000', '142106.237000', '142106.240000', '142106.243000', '142106.246000', '142106.249000', '142106.252000', '142106.254000', '142106.257000', '142106.260000', '142106.263000', '142106.266000', '142106.269000', '142106.272000', '142106.275000', '142106.277000', '142116.874000', '142116.878000', '142116.881000', '142116.884000', '142116.887000', '142116.891000', '142116.894000', '142116.897000', '142116.900000', '142116.903000', '142116.906000', '142116.909000', '142116.912000', '142116.915000', '142116.918000', '142116.921000', '142116.924000', '142116.927000', '142116.930000', '142116.933000', '142116.936000', '142116.939000', '142116.941000', '142116.945000'], 'InstanceCreationTime': ['141346.146000', '141346.150000', '141346.154000', '141346.157000', '141346.160000', '141346.163000', '141346.166000', '141346.169000', '141346.172000', '141346.175000', '141346.185000', '141346.188000', '141346.191000', '141346.194000', '141346.197000', '141346.200000', '141346.203000', '141346.206000', '141346.209000', '141346.212000', '141346.215000', '141346.218000', '141346.229000', '141346.232000', '141346.235000', '141346.238000', '141346.241000', '141346.244000', '141346.247000', '141346.251000', '141346.254000', '141346.257000', '141346.260000', '141346.263000', '141346.266000', '141346.269000', '141406.101000', '141406.104000', '141406.108000', '141406.111000', '141406.114000', '141406.124000', '141406.128000', '141406.130000', '141406.139000', '141406.142000', '141406.145000', '141406.149000', '141406.151000', '141406.154000', '141406.157000', '141406.160000', '141406.163000', '141406.166000', '141406.169000', '141406.172000', '141406.175000', '141406.179000', '141406.182000', '141406.185000', '141406.188000', '141406.190000', '141406.193000', '141406.196000', '141406.199000', '141406.202000', '141406.205000', '141406.209000', '141406.211000', '141406.214000', '141406.217000', '141406.220000', '141406.223000', '141406.226000', '141406.229000', '141406.232000', '141406.235000', '141406.238000', '141406.241000', '141426.101000', '141426.108000', '141426.110000', '141426.113000', '141426.116000', '141426.119000', '141426.122000', '141426.125000', '141426.128000', '141426.130000', '141426.133000', '141426.136000', '141426.139000', '141426.142000', '141426.145000', '141426.147000', '141426.150000', '141426.153000', '141426.156000', '141426.159000', '141426.162000', '141426.165000', '141426.168000', '141426.171000', '141426.173000', '141426.176000', '141426.179000', '141426.182000', '141426.185000', '141426.188000', '141426.190000', '141426.193000', '141426.196000', '141426.199000', '141426.202000', '141426.205000', '141426.208000', '141426.210000', '141426.213000', '141426.216000', '141426.219000', '141426.222000', '141426.225000', '141426.228000', '141446.101000', '141446.104000', '141446.107000', '141446.110000', '141446.112000', '141446.115000', '141446.118000', '141446.121000', '141446.124000', '141446.127000', '141446.130000', '141446.132000', '141446.135000', '141446.138000', '141446.141000', '141446.144000', '141446.147000', '141446.150000', '141446.153000', '141446.155000', '141446.158000', '141446.161000', '141446.164000', '141446.167000', '141446.170000', '141446.173000', '141446.176000', '141446.178000', '141446.181000', '141446.184000', '141446.187000', '141446.190000', '141446.193000', '141446.196000', '141446.199000', '141446.202000', '141446.205000', '141446.208000', '141446.211000', '141446.214000', '141446.217000', '141446.220000', '141446.223000', '141506.101000', '141506.104000', '141506.107000', '141506.109000', '141506.112000', '141506.115000', '141506.118000', '141506.121000', '141506.124000', '141506.127000', '141506.130000', '141506.132000', '141506.135000', '141506.138000', '141506.141000', '141506.144000', '141506.147000', '141506.150000', '141506.153000', '141506.156000', '141506.159000', '141506.161000', '141506.164000', '141506.167000', '141506.171000', '141506.174000', '141506.177000', '141506.180000', '141506.183000', '141506.186000', '141506.188000', '141506.191000', '141506.194000', '141506.197000', '141506.200000', '141506.203000', '141506.206000', '141506.209000', '141506.212000', '141506.215000', '141506.217000', '141506.220000', '141506.223000', '141506.226000', '141526.101000', '141526.104000', '141526.107000', '141526.110000', '141526.112000', '141526.115000', '141526.118000', '141526.121000', '141526.124000', '141526.127000', '141526.130000', '141526.132000', '141526.135000', '141526.138000', '141526.141000', '141526.144000', '141526.147000', '141526.150000', '141526.153000', '141526.156000', '141526.159000', '141526.161000', '141526.164000', '141526.167000', '141526.170000', '141526.173000', '141526.176000', '141526.179000', '141526.182000', '141526.185000', '141526.187000', '141526.190000', '141526.193000', '141526.196000', '141526.199000', '141526.202000', '141526.205000', '141526.207000', '141526.210000', '141526.213000', '141526.216000', '141526.219000', '141526.222000', '141546.101000', '141546.104000', '141546.107000', '141546.110000', '141546.112000', '141546.115000', '141546.118000', '141546.121000', '141546.124000', '141546.127000', '141546.130000', '141546.133000', '141546.136000', '141546.139000', '141546.141000', '141546.144000', '141546.147000', '141546.150000', '141546.153000', '141546.156000', '141546.159000', '141546.162000', '141546.165000', '141546.167000', '141546.170000', '141546.173000', '141546.176000', '141546.179000', '141546.182000', '141546.185000', '141546.188000', '141546.191000', '141546.194000', '141546.197000', '141546.199000', '141546.202000', '141546.205000', '141546.208000', '141546.211000', '141546.214000', '141546.217000', '141546.219000', '141546.222000', '141546.225000', '141606.101000', '141606.104000', '141606.107000', '141606.110000', '141606.112000', '141606.115000', '141606.118000', '141606.121000', '141606.124000', '141606.127000', '141606.130000', '141606.133000', '141606.136000', '141606.139000', '141606.141000', '141606.144000', '141606.147000', '141606.150000', '141606.153000', '141606.156000', '141606.159000', '141606.162000', '141606.165000', '141606.167000', '141606.170000', '141606.173000', '141606.176000', '141606.179000', '141606.182000', '141606.185000', '141606.188000', '141606.191000', '141606.194000', '141606.196000', '141606.199000', '141606.202000', '141606.205000', '141606.208000', '141606.211000', '141606.214000', '141606.217000', '141606.219000', '141606.223000', '141626.101000', '141626.104000', '141626.107000', '141626.110000', '141626.112000', '141626.115000', '141626.118000', '141626.121000', '141626.124000', '141626.127000', '141626.130000', '141626.132000', '141626.135000', '141626.143000', '141626.146000', '141626.149000', '141626.152000', '141626.155000', '141626.158000', '141626.161000', '141626.164000', '141626.166000', '141626.169000', '141626.172000', '141626.175000', '141626.178000', '141626.181000', '141626.184000', '141626.187000', '141626.190000', '141626.193000', '141626.196000', '141626.198000', '141626.201000', '141626.204000', '141626.207000', '141626.210000', '141626.213000', '141626.216000', '141626.218000', '141626.221000', '141626.224000', '141626.227000', '141626.230000', '141646.101000', '141646.104000', '141646.107000', '141646.110000', '141646.112000', '141646.115000', '141646.118000', '141646.121000', '141646.124000', '141646.127000', '141646.130000', '141646.133000', '141646.135000', '141646.138000', '141646.141000', '141646.144000', '141646.147000', '141646.150000', '141646.153000', '141646.156000', '141646.158000', '141646.161000', '141646.164000', '141646.167000', '141646.170000', '141646.173000', '141646.176000', '141646.179000', '141646.182000', '141646.185000', '141646.188000', '141646.190000', '141646.193000', '141646.196000', '141646.199000', '141646.202000', '141646.205000', '141646.208000', '141646.211000', '141646.213000', '141646.216000', '141646.219000', '141646.222000', '141706.101000', '141706.104000', '141706.107000', '141706.110000', '141706.113000', '141706.116000', '141706.119000', '141706.122000', '141706.125000', '141706.128000', '141706.131000', '141706.133000', '141706.136000', '141706.139000', '141706.142000', '141706.145000', '141706.148000', '141706.151000', '141706.154000', '141706.156000', '141706.159000', '141706.162000', '141706.165000', '141706.168000', '141706.171000', '141706.174000', '141706.188000', '141706.191000', '141706.194000', '141706.197000', '141706.200000', '141706.203000', '141706.206000', '141706.208000', '141706.211000', '141706.214000', '141706.217000', '141706.220000', '141706.223000', '141706.226000', '141706.229000', '141706.232000', '141706.234000', '141726.101000', '141726.104000', '141726.107000', '141726.110000', '141726.113000', '141726.116000', '141726.118000', '141726.121000', '141726.124000', '141726.127000', '141726.130000', '141726.133000', '141726.136000', '141726.139000', '141726.142000', '141726.145000', '141726.148000', '141726.151000', '141726.153000', '141726.156000', '141726.159000', '141726.162000', '141726.165000', '141726.168000', '141726.171000', '141726.174000', '141726.177000', '141726.180000', '141726.183000', '141726.186000', '141726.189000', '141726.191000', '141726.194000', '141726.197000', '141726.200000', '141726.203000', '141726.206000', '141726.209000', '141726.212000', '141726.215000', '141726.218000', '141726.220000', '141726.223000', '141726.226000', '141746.101000', '141746.104000', '141746.107000', '141746.110000', '141746.113000', '141746.116000', '141746.118000', '141746.121000', '141746.125000', '141746.128000', '141746.131000', '141746.134000', '141746.137000', '141746.140000', '141746.142000', '141746.145000', '141746.148000', '141746.151000', '141746.154000', '141746.157000', '141746.160000', '141746.163000', '141746.166000', '141746.168000', '141746.171000', '141746.175000', '141746.177000', '141746.180000', '141746.183000', '141746.186000', '141746.189000', '141746.192000', '141746.195000', '141746.198000', '141746.201000', '141746.203000', '141746.206000', '141746.209000', '141746.212000', '141746.215000', '141746.218000', '141746.221000', '141746.224000', '141806.101000', '141806.104000', '141806.107000', '141806.110000', '141806.113000', '141806.116000', '141806.119000', '141806.121000', '141806.124000', '141806.127000', '141806.130000', '141806.133000', '141806.136000', '141806.139000', '141806.142000', '141806.145000', '141806.148000', '141806.150000', '141806.153000', '141806.156000', '141806.159000', '141806.162000', '141806.165000', '141806.168000', '141806.171000', '141806.230000', '141806.233000', '141806.236000', '141806.239000', '141806.241000', '141806.244000', '141806.247000', '141806.250000', '141806.253000', '141806.256000', '141806.259000', '141806.262000', '141806.264000', '141806.267000', '141806.270000', '141806.273000', '141806.276000', '141806.279000', '141806.282000', '141826.101000', '141826.104000', '141826.107000', '141826.110000', '141826.113000', '141826.116000', '141826.118000', '141826.121000', '141826.124000', '141826.127000', '141826.130000', '141826.133000', '141826.136000', '141826.139000', '141826.142000', '141826.145000', '141826.148000', '141826.151000', '141826.154000', '141826.157000', '141826.160000', '141826.163000', '141826.166000', '141826.168000', '141826.171000', '141826.218000', '141826.221000', '141826.224000', '141826.227000', '141826.230000', '141826.233000', '141826.235000', '141826.238000', '141826.241000', '141826.244000', '141826.247000', '141826.250000', '141826.253000', '141826.256000', '141826.259000', '141826.262000', '141826.264000', '141826.267000', '141846.101000', '141846.104000', '141846.107000', '141846.110000', '141846.113000', '141846.115000', '141846.118000', '141846.121000', '141846.124000', '141846.127000', '141846.130000', '141846.133000', '141846.136000', '141846.139000', '141846.141000', '141846.144000', '141846.147000', '141846.150000', '141846.153000', '141846.156000', '141846.159000', '141846.162000', '141846.165000', '141846.168000', '141846.171000', '141846.263000', '141846.265000', '141846.269000', '141846.271000', '141846.274000', '141846.277000', '141846.280000', '141846.283000', '141846.286000', '141846.289000', '141846.291000', '141846.294000', '141846.297000', '141846.300000', '141846.303000', '141846.306000', '141846.309000', '141846.312000', '141846.315000', '141906.101000', '141906.104000', '141906.107000', '141906.110000', '141906.113000', '141906.118000', '141906.121000', '141906.124000', '141906.126000', '141906.129000', '141906.132000', '141906.135000', '141906.138000', '141906.141000', '141906.144000', '141906.147000', '141906.150000', '141906.153000', '141906.156000', '141906.159000', '141906.162000', '141906.164000', '141906.167000', '141906.170000', '141906.173000', '141906.238000', '141906.241000', '141906.244000', '141906.247000', '141906.250000', '141906.253000', '141906.256000', '141906.259000', '141906.261000', '141906.264000', '141906.267000', '141906.270000', '141906.273000', '141906.276000', '141906.279000', '141906.281000', '141906.284000', '141906.287000', '141926.101000', '141926.104000', '141926.107000', '141926.110000', '141926.113000', '141926.115000', '141926.118000', '141926.121000', '141926.124000', '141926.127000', '141926.130000', '141926.133000', '141926.136000', '141926.139000', '141926.142000', '141926.144000', '141926.147000', '141926.150000', '141926.153000', '141926.156000', '141926.159000', '141926.162000', '141926.165000', '141926.168000', '141926.171000', '141926.174000', '141926.222000', '141926.225000', '141926.228000', '141926.231000', '141926.234000', '141926.237000', '141926.239000', '141926.242000', '141926.245000', '141926.248000', '141926.251000', '141926.254000', '141926.257000', '141926.260000', '141926.262000', '141926.265000', '141926.268000', '141926.271000', '141946.101000', '141946.104000', '141946.107000', '141946.110000', '141946.113000', '141946.116000', '141946.119000', '141946.122000', '141946.125000', '141946.128000', '141946.131000', '141946.134000', '141946.137000', '141946.139000', '141946.142000', '141946.145000', '141946.148000', '141946.151000', '141946.154000', '141946.157000', '141946.160000', '141946.162000', '141946.165000', '141946.168000', '141946.171000', '141946.174000', '141946.245000', '141946.247000', '141946.250000', '141946.253000', '141946.256000', '141946.259000', '141946.262000', '141946.265000', '141946.268000', '141946.271000', '141946.274000', '141946.277000', '141946.279000', '141946.282000', '141946.285000', '141946.288000', '141946.291000', '142006.101000', '142006.104000', '142006.107000', '142006.110000', '142006.121000', '142006.124000', '142006.127000', '142006.130000', '142006.133000', '142006.135000', '142006.138000', '142006.141000', '142006.144000', '142006.147000', '142006.150000', '142006.153000', '142006.156000', '142006.158000', '142006.161000', '142006.164000', '142006.167000', '142006.170000', '142006.173000', '142006.216000', '142006.219000', '142006.222000', '142006.225000', '142006.228000', '142006.230000', '142006.233000', '142006.236000', '142006.239000', '142006.242000', '142006.245000', '142006.248000', '142006.251000', '142006.254000', '142006.256000', '142006.259000', '142006.262000', '142006.265000', '142006.268000', '142006.271000', '142006.274000', '142026.101000', '142026.104000', '142026.107000', '142026.110000', '142026.113000', '142026.116000', '142026.119000', '142026.121000', '142026.124000', '142026.127000', '142026.130000', '142026.133000', '142026.136000', '142026.139000', '142026.141000', '142026.144000', '142026.147000', '142026.150000', '142026.153000', '142026.156000', '142026.159000', '142026.162000', '142026.164000', '142026.167000', '142026.170000', '142026.173000', '142026.225000', '142026.227000', '142026.230000', '142026.233000', '142026.236000', '142026.239000', '142026.242000', '142026.245000', '142026.248000', '142026.250000', '142026.253000', '142026.256000', '142026.259000', '142026.262000', '142026.265000', '142026.268000', '142026.271000', '142046.101000', '142046.104000', '142046.107000', '142046.349000', '142046.352000', '142046.355000', '142046.358000', '142046.361000', '142046.364000', '142046.367000', '142046.370000', '142046.373000', '142046.376000', '142046.378000', '142046.381000', '142046.384000', '142046.387000', '142046.390000', '142046.393000', '142046.396000', '142046.399000', '142046.402000', '142046.405000', '142046.408000', '142046.411000', '142046.413000', '142046.416000', '142046.419000', '142046.422000', '142046.425000', '142046.428000', '142046.431000', '142046.434000', '142046.437000', '142046.440000', '142046.443000', '142046.448000', '142046.452000', '142046.455000', '142046.458000', '142046.461000', '142046.464000', '142046.467000', '142046.470000', '142106.101000', '142106.104000', '142106.107000', '142106.110000', '142106.113000', '142106.116000', '142106.119000', '142106.122000', '142106.124000', '142106.127000', '142106.130000', '142106.133000', '142106.136000', '142106.139000', '142106.142000', '142106.145000', '142106.148000', '142106.150000', '142106.154000', '142106.157000', '142106.160000', '142106.163000', '142106.166000', '142106.169000', '142106.172000', '142106.228000', '142106.231000', '142106.234000', '142106.237000', '142106.240000', '142106.243000', '142106.246000', '142106.249000', '142106.252000', '142106.254000', '142106.257000', '142106.260000', '142106.263000', '142106.266000', '142106.269000', '142106.272000', '142106.275000', '142106.277000', '142116.874000', '142116.878000', '142116.881000', '142116.884000', '142116.887000', '142116.891000', '142116.894000', '142116.897000', '142116.900000', '142116.903000', '142116.906000', '142116.909000', '142116.912000', '142116.915000', '142116.918000', '142116.921000', '142116.924000', '142116.927000', '142116.930000', '142116.933000', '142116.936000', '142116.939000', '142116.941000', '142116.945000'], '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': [10243, 14506, 10633, 13766, 10839, 13497, 10581, 13542, 10619, 12983, 10714, 12691, 10503, 12825, 10791, 12162, 10668, 10986, 10509, 11506, 10656, 9094, 10705, 9687, 10693, 11372, 10693, 11619, 11249, 8536, 11083, 9364, 11927, 10528, 13311, 10305, 13803, 11165, 8890, 11243, 10121, 13684, 10119, 14112, 10827, 13425, 10970, 13217, 10003, 13064, 10270, 13193, 10274, 12933, 10661, 12858, 10621, 13452, 10851, 10966, 10809, 10723, 10502, 13588, 10741, 9444, 10758, 8313, 10966, 9557, 11373, 12300, 11292, 8361, 10749, 10135, 10874, 12720, 10813, 9395, 11452, 8294, 11499, 8290, 12189, 9769, 12637, 9503, 12874, 9383, 12829, 9199, 12720, 10037, 12556, 9133, 11832, 9643, 11507, 12486, 11318, 8476, 10944, 9126, 11397, 9063, 12127, 9206, 13132, 9725, 12966, 9201, 11843, 12820, 10708, 14874, 11007, 13577, 10695, 12760, 10014, 12596, 9497, 12913, 10267, 12931, 10307, 12790, 10317, 13344, 10772, 13709, 10745, 13289, 10405, 12901, 9766, 12415, 10271, 12137, 9888, 11609, 9616, 11710, 9044, 12114, 10074, 12287, 9448, 12576, 9302, 12560, 9639, 12702, 9899, 12435, 12612, 10829, 15494, 10213, 12922, 10495, 12825, 10219, 12612, 10017, 13300, 10616, 13475, 10524, 12754, 10257, 12890, 10517, 13149, 10431, 12782, 10130, 12835, 9712, 12837, 9864, 12416, 9861, 12854, 9370, 13110, 9862, 13104, 10407, 13114, 10519, 13515, 10447, 13444, 10792, 13342, 10633, 13006, 9824, 12989, 9885, 12987, 10390, 12915, 10371, 13274, 10109, 13330, 10787, 14452, 10992, 13714, 10998, 13911, 11172, 13310, 10979, 12755, 10695, 12966, 10784, 11434, 10587, 9433, 11028, 9875, 12330, 9862, 13019, 9903, 13272, 9802, 12821, 10016, 12244, 10485, 10743, 9991, 10744, 10285, 10678, 9380, 10652, 9897, 12248, 9909, 12696, 9886, 12981, 9689, 13585, 9991, 13771, 10110, 13009, 9976, 13217, 10015, 13716, 10546, 13550, 10660, 13825, 10502, 14497, 10929, 11151, 11061, 9746, 10799, 11224, 11551, 10165, 11908, 10349, 12226, 10138, 13192, 10317, 14085, 10492, 13736, 10703, 14350, 10549, 14367, 10915, 10362, 10782, 10266, 10788, 12114, 10836, 10993, 11028, 15019, 10923, 13619, 10148, 12848, 10124, 12481, 10094, 12773, 10052, 13427, 10504, 13522, 10992, 13483, 10883, 11918, 10813, 8270, 10732, 8354, 11587, 9380, 12516, 10391, 12928, 10032, 12893, 9178, 11811, 10046, 12024, 9877, 12064, 10126, 13125, 10119, 13497, 10782, 13200, 10719, 13637, 10845, 13347, 10771, 13002, 10289, 12469, 9493, 10432, 9143, 10497, 12167, 10884, 14813, 10776, 12372, 10571, 11808, 10742, 12219, 11022, 12396, 10559, 8629, 10503, 9484, 10936, 11245, 11177, 9006, 11817, 8348, 10919, 11717, 10690, 15180, 11020, 10513, 10959, 13493, 11025, 14535, 11228, 13977, 11088, 13344, 10909, 13222, 10365, 13156, 11043, 13740, 10466, 12625, 10080, 12960, 10591, 12944, 10570, 12822, 10881, 10346, 10687, 15158, 10648, 13339, 9503, 11880, 11457, 10698, 14566, 10339, 13069, 10146, 12605, 9751, 12365, 9873, 12744, 9717, 13099, 10419, 12965, 10205, 13026, 9305, 11361, 16312, 10803, 12901, 10471, 12453, 8864, 10864, 13830, 10706, 13615, 10558, 7725, 10225, 8849, 11423, 9036, 12135, 8986, 10745, 13699, 10580, 14191, 10703, 10872, 13888, 10390, 12655, 10368, 12163, 9574, 10694, 8740, 10759, 9567, 11140, 10409, 12832, 10174, 13357, 10998, 14348, 10967, 14168, 10843, 13920, 10987, 13509, 10988, 13312, 10235, 12851, 10717, 13213, 10481, 12955, 10620, 13649, 11124, 12359, 10887, 8665, 10795, 9397, 11903, 10144, 11806, 10708, 12333, 10617, 12395, 10313, 12599, 10414, 13687, 10139, 13854, 10733, 13758, 11112, 11821, 10151, 10349, 11447, 10460, 12985, 10168, 13416, 10218, 14294, 10842, 14111, 10936, 11220, 10924, 9496, 11585, 10581, 12935, 10466, 13240, 10378, 13775, 9843, 13223, 10615, 9524, 10364, 10064, 13033, 10893, 10790, 10591, 8725, 10750, 15324, 10667, 14910, 10776, 13984, 10854, 12771, 9498, 12553, 10306, 13333, 10724, 10920, 10268, 9797, 10114, 9331, 12328, 9162, 13333, 9644, 13278, 9490, 13336, 9805, 13213, 10190, 13055, 9981, 12846, 10274, 13200, 10388, 13338, 10237, 14299, 10703, 11982, 10250, 9545, 11245, 10191, 12692, 10372, 13845, 10145, 13437, 10362, 13940, 10457, 14377, 10560, 13888, 10689, 13175, 10837, 12815, 10552, 9743, 10670, 10804, 11460, 11018, 11921, 10550, 13277, 10442, 13363, 10665, 13200, 10795, 12235, 10204, 9074, 9960, 10343, 11134, 10532, 11910, 10497, 13539, 10622, 13341, 10673, 13398, 11056, 11178, 9762, 10067, 10746, 10234, 12428, 10291, 14308, 10573, 13059, 11057, 11940, 10789, 11155, 10751, 10211, 10975, 10010, 11731, 10024, 12646, 9940, 13726, 9813, 13468, 10254, 13634, 10517, 14101, 10127, 9365, 10235, 8627, 11222, 10118, 11595, 10210, 12917, 10167, 12993, 10074, 13448, 10019, 14008, 10371, 13590, 10459, 13783, 10439, 14570, 10391, 9940, 10329, 10377, 10466, 14305, 10370, 12020, 10283, 12946, 10477, 13779, 10276, 11305, 10712, 9967, 11443, 10128, 12634, 9976, 13664, 10488, 14128, 10523, 13894, 10529, 14164, 10596, 13288, 10159, 12496, 10003, 12104, 9980, 12578, 10106, 12606, 10359, 13312, 10462, 13340, 10269, 12116, 9737, 11923, 9724, 12190, 10215, 12965, 9016, 11121, 11757, 10401, 14492, 10634, 13957, 10546, 12907, 10599, 12522, 10501, 12620, 10631, 12881, 10490, 13062, 10414, 12999, 10102, 12595, 9871, 12069, 9423, 11180, 9504, 10404, 9173, 11941, 9595, 12436, 9696, 13098, 9341, 13182, 9564, 13180, 10283, 14114, 10585, 14242, 10586, 13560, 10209, 12670, 9591, 12560, 9649, 12968, 9754, 12936, 9740, 12892, 9639, 13193, 9770, 13379, 10665, 13860, 10797, 13710, 10319, 14304, 10689, 10836, 10433, 9132, 10586, 8899, 11655, 9842, 11314, 9307, 12734, 9372, 13860, 9572, 14581, 10560, 8678, 11429, 8492, 13084, 8917, 13438, 9336, 13207, 9789, 13309, 9405, 13126, 9543, 10952, 11610, 11273, 9578, 13424, 9616, 13927, 10176, 14410, 10346, 12646, 10528, 9183, 10785, 10202, 10826, 11393, 11135, 12860, 10940, 15687, 10749, 15452, 10524, 14102, 10678, 8231, 11281, 9710, 13251, 9523, 13415, 9670, 12660, 9720, 13054, 9106, 12512, 9341, 12266, 8634, 12202, 9233, 13222, 9258, 13805, 10173, 13645, 10373, 13781, 10659, 13904, 10626, 13316, 10780, 12179, 10922, 10053, 10856, 9875, 11085, 10760, 11095, 10101, 11506, 9607, 12819, 10024, 13366, 10345, 15024, 10477, 8972, 11072, 9614, 12612, 9810, 13309, 9962, 13512, 10150, 13695, 10273, 12620, 10726, 10303, 10620, 9321, 11492, 9961, 12983, 10189, 12924, 10056, 13787, 10872, 8775, 10978, 10043, 12727, 16014, 10661, 14433, 9925, 12313, 9499, 10698, 14838, 10693, 11923, 10377, 9666, 11886, 9820, 13249, 10438, 14390, 10525, 13970, 10544, 13792, 10254, 13139, 10056, 12959, 10116, 13472, 10533, 13641, 10481, 13385, 10648, 13628, 10919, 13667, 10545, 8518, 11016, 9613, 12279, 10070, 13046, 10100, 14178, 10450, 12513, 10726, 12335, 10621, 11520, 11200, 9999, 12404, 10429, 13926, 10555, 13479, 10319, 11135, 10473, 10385, 13268, 10601, 14060, 10563, 10479, 12060, 11568, 12977, 10898, 13490, 10602, 14079, 10276, 14048, 10413, 14792, 10392, 13361, 10793, 10146, 11449, 10581, 12912, 10542, 14281, 10386, 10437, 9679, 9056, 10503, 11379, 10850, 9715, 10718, 9306, 10804, 9278, 11410, 10347, 13227], 'WindowCenter': [4362.0, 4364.0, 4330.0, 4336.0, 4316.0, 4333.0, 4303.0, 4323.0, 4301.0, 4309.0, 4300.0, 4308.0, 4300.0, 4307.0, 4313.0, 4310.0, 4301.0, 4300.0, 4299.0, 4310.0, 4303.0, 4293.0, 4303.0, 4292.0, 4303.0, 4312.0, 4302.0, 4312.0, 4313.0, 4292.0, 4312.0, 4291.0, 4311.0, 4312.0, 4336.0, 4303.0, 4321.0, 4313.0, 4293.0, 4312.0, 4304.0, 4334.0, 4305.0, 4335.0, 4313.0, 4323.0, 4303.0, 4322.0, 4290.0, 4310.0, 4302.0, 4310.0, 4289.0, 4309.0, 4297.0, 4309.0, 4301.0, 4321.0, 4301.0, 4302.0, 4313.0, 4309.0, 4314.0, 4334.0, 4315.0, 4305.0, 4315.0, 4294.0, 4315.0, 4303.0, 4315.0, 4323.0, 4315.0, 4283.0, 4313.0, 4301.0, 4313.0, 4323.0, 4313.0, 4292.0, 4313.0, 4282.0, 4313.0, 4280.0, 4322.0, 4304.0, 4323.0, 4303.0, 4323.0, 4293.0, 4324.0, 4291.0, 4325.0, 4303.0, 4322.0, 4290.0, 4310.0, 4290.0, 4312.0, 4310.0, 4302.0, 4279.0, 4300.0, 4288.0, 4311.0, 4280.0, 4322.0, 4291.0, 4337.0, 4304.0, 4335.0, 4291.0, 4314.0, 4322.0, 4304.0, 4333.0, 4313.0, 4320.0, 4302.0, 4311.0, 4289.0, 4310.0, 4289.0, 4321.0, 4302.0, 4321.0, 4302.0, 4321.0, 4302.0, 4332.0, 4314.0, 4335.0, 4315.0, 4334.0, 4312.0, 4322.0, 4302.0, 4311.0, 4301.0, 4312.0, 4291.0, 4310.0, 4289.0, 4310.0, 4278.0, 4310.0, 4290.0, 4311.0, 4289.0, 4322.0, 4291.0, 4324.0, 4304.0, 4325.0, 4303.0, 4325.0, 4322.0, 4303.0, 4332.0, 4300.0, 4309.0, 4300.0, 4308.0, 4290.0, 4308.0, 4290.0, 4319.0, 4300.0, 4318.0, 4298.0, 4308.0, 4301.0, 4310.0, 4301.0, 4321.0, 4302.0, 4321.0, 4301.0, 4321.0, 4291.0, 4322.0, 4291.0, 4309.0, 4290.0, 4310.0, 4289.0, 4321.0, 4302.0, 4321.0, 4300.0, 4319.0, 4303.0, 4321.0, 4314.0, 4322.0, 4314.0, 4323.0, 4312.0, 4322.0, 4301.0, 4321.0, 4303.0, 4323.0, 4302.0, 4323.0, 4303.0, 4322.0, 4302.0, 4322.0, 4313.0, 4332.0, 4312.0, 4320.0, 4301.0, 4319.0, 4311.0, 4320.0, 4299.0, 4307.0, 4300.0, 4307.0, 4299.0, 4298.0, 4299.0, 4290.0, 4298.0, 4290.0, 4308.0, 4290.0, 4322.0, 4301.0, 4321.0, 4302.0, 4321.0, 4301.0, 4312.0, 4299.0, 4300.0, 4291.0, 4300.0, 4299.0, 4300.0, 4278.0, 4299.0, 4289.0, 4322.0, 4301.0, 4323.0, 4302.0, 4320.0, 4302.0, 4333.0, 4304.0, 4334.0, 4302.0, 4322.0, 4303.0, 4320.0, 4303.0, 4333.0, 4314.0, 4333.0, 4302.0, 4320.0, 4311.0, 4333.0, 4313.0, 4311.0, 4310.0, 4289.0, 4301.0, 4300.0, 4311.0, 4289.0, 4308.0, 4299.0, 4308.0, 4288.0, 4320.0, 4301.0, 4319.0, 4299.0, 4319.0, 4300.0, 4317.0, 4300.0, 4330.0, 4300.0, 4299.0, 4299.0, 4287.0, 4300.0, 4309.0, 4312.0, 4313.0, 4312.0, 4331.0, 4302.0, 4321.0, 4302.0, 4321.0, 4302.0, 4310.0, 4300.0, 4320.0, 4301.0, 4322.0, 4313.0, 4322.0, 4311.0, 4320.0, 4311.0, 4323.0, 4314.0, 4281.0, 4312.0, 4281.0, 4311.0, 4291.0, 4323.0, 4301.0, 4323.0, 4290.0, 4322.0, 4287.0, 4310.0, 4290.0, 4309.0, 4289.0, 4306.0, 4300.0, 4320.0, 4300.0, 4319.0, 4300.0, 4320.0, 4302.0, 4332.0, 4313.0, 4322.0, 4314.0, 4323.0, 4301.0, 4309.0, 4288.0, 4300.0, 4277.0, 4299.0, 4307.0, 4298.0, 4317.0, 4300.0, 4310.0, 4300.0, 4297.0, 4299.0, 4307.0, 4299.0, 4308.0, 4301.0, 4277.0, 4300.0, 4287.0, 4300.0, 4299.0, 4301.0, 4278.0, 4311.0, 4278.0, 4299.0, 4308.0, 4300.0, 4331.0, 4302.0, 4300.0, 4300.0, 4319.0, 4300.0, 4330.0, 4311.0, 4329.0, 4312.0, 4320.0, 4299.0, 4319.0, 4300.0, 4320.0, 4312.0, 4320.0, 4302.0, 4320.0, 4313.0, 4334.0, 4327.0, 4324.0, 4315.0, 4336.0, 4326.0, 4314.0, 4318.0, 4347.0, 4315.0, 4321.0, 4293.0, 4313.0, 4299.0, 4300.0, 4332.0, 4290.0, 4320.0, 4289.0, 4309.0, 4289.0, 4310.0, 4302.0, 4324.0, 4304.0, 4322.0, 4313.0, 4322.0, 4313.0, 4323.0, 4292.0, 4313.0, 4333.0, 4313.0, 4311.0, 4300.0, 4309.0, 4277.0, 4286.0, 4306.0, 4288.0, 4317.0, 4298.0, 4268.0, 4299.0, 4292.0, 4311.0, 4292.0, 4326.0, 4295.0, 4326.0, 4335.0, 4316.0, 4336.0, 4301.0, 4301.0, 4320.0, 4291.0, 4309.0, 4289.0, 4309.0, 4277.0, 4298.0, 4266.0, 4298.0, 4288.0, 4300.0, 4300.0, 4319.0, 4301.0, 4321.0, 4312.0, 4331.0, 4313.0, 4334.0, 4313.0, 4321.0, 4302.0, 4320.0, 4301.0, 4320.0, 4291.0, 4312.0, 4289.0, 4310.0, 4290.0, 4307.0, 4287.0, 4318.0, 4301.0, 4309.0, 4300.0, 4279.0, 4300.0, 4289.0, 4311.0, 4300.0, 4312.0, 4300.0, 4310.0, 4299.0, 4309.0, 4288.0, 4309.0, 4300.0, 4321.0, 4300.0, 4320.0, 4300.0, 4319.0, 4312.0, 4312.0, 4302.0, 4301.0, 4311.0, 4301.0, 4321.0, 4301.0, 4321.0, 4302.0, 4332.0, 4302.0, 4321.0, 4300.0, 4300.0, 4301.0, 4291.0, 4312.0, 4301.0, 4320.0, 4300.0, 4322.0, 4300.0, 4321.0, 4304.0, 4321.0, 4301.0, 4302.0, 4302.0, 4304.0, 4324.0, 4314.0, 4312.0, 4314.0, 4293.0, 4314.0, 4344.0, 4314.0, 4345.0, 4313.0, 4331.0, 4312.0, 4310.0, 4302.0, 4312.0, 4314.0, 4321.0, 4313.0, 4311.0, 4313.0, 4303.0, 4316.0, 4316.0, 4336.0, 4316.0, 4336.0, 4305.0, 4338.0, 4306.0, 4336.0, 4316.0, 4336.0, 4304.0, 4324.0, 4302.0, 4325.0, 4303.0, 4321.0, 4301.0, 4320.0, 4301.0, 4331.0, 4313.0, 4310.0, 4301.0, 4289.0, 4298.0, 4299.0, 4320.0, 4301.0, 4321.0, 4300.0, 4320.0, 4300.0, 4319.0, 4300.0, 4320.0, 4297.0, 4308.0, 4289.0, 4305.0, 4298.0, 4308.0, 4301.0, 4288.0, 4298.0, 4297.0, 4296.0, 4287.0, 4296.0, 4286.0, 4320.0, 4289.0, 4318.0, 4298.0, 4307.0, 4299.0, 4308.0, 4300.0, 4279.0, 4290.0, 4289.0, 4298.0, 4298.0, 4308.0, 4300.0, 4319.0, 4299.0, 4318.0, 4298.0, 4318.0, 4300.0, 4310.0, 4289.0, 4299.0, 4298.0, 4300.0, 4321.0, 4302.0, 4332.0, 4312.0, 4321.0, 4311.0, 4311.0, 4311.0, 4311.0, 4312.0, 4301.0, 4312.0, 4301.0, 4309.0, 4299.0, 4320.0, 4301.0, 4334.0, 4302.0, 4320.0, 4301.0, 4330.0, 4312.0, 4332.0, 4313.0, 4302.0, 4314.0, 4292.0, 4312.0, 4300.0, 4312.0, 4302.0, 4323.0, 4301.0, 4321.0, 4300.0, 4322.0, 4301.0, 4331.0, 4301.0, 4321.0, 4301.0, 4320.0, 4310.0, 4332.0, 4303.0, 4302.0, 4301.0, 4300.0, 4311.0, 4331.0, 4302.0, 4311.0, 4301.0, 4320.0, 4299.0, 4318.0, 4298.0, 4298.0, 4298.0, 4299.0, 4307.0, 4299.0, 4319.0, 4300.0, 4330.0, 4312.0, 4332.0, 4312.0, 4321.0, 4312.0, 4322.0, 4300.0, 4320.0, 4300.0, 4309.0, 4286.0, 4307.0, 4288.0, 4308.0, 4299.0, 4320.0, 4300.0, 4319.0, 4311.0, 4332.0, 4312.0, 4336.0, 4302.0, 4310.0, 4291.0, 4321.0, 4302.0, 4321.0, 4279.0, 4311.0, 4310.0, 4300.0, 4329.0, 4300.0, 4319.0, 4301.0, 4319.0, 4299.0, 4309.0, 4301.0, 4321.0, 4302.0, 4321.0, 4313.0, 4321.0, 4313.0, 4322.0, 4302.0, 4321.0, 4301.0, 4312.0, 4290.0, 4313.0, 4303.0, 4303.0, 4291.0, 4311.0, 4290.0, 4320.0, 4301.0, 4321.0, 4292.0, 4335.0, 4315.0, 4334.0, 4316.0, 4334.0, 4314.0, 4334.0, 4313.0, 4323.0, 4302.0, 4323.0, 4302.0, 4321.0, 4303.0, 4332.0, 4303.0, 4324.0, 4303.0, 4322.0, 4303.0, 4334.0, 4315.0, 4335.0, 4318.0, 4335.0, 4327.0, 4347.0, 4317.0, 4334.0, 4305.0, 4313.0, 4305.0, 4293.0, 4314.0, 4292.0, 4313.0, 4302.0, 4313.0, 4292.0, 4335.0, 4305.0, 4346.0, 4305.0, 4344.0, 4316.0, 4295.0, 4326.0, 4307.0, 4338.0, 4307.0, 4349.0, 4308.0, 4336.0, 4316.0, 4336.0, 4293.0, 4334.0, 4291.0, 4313.0, 4325.0, 4314.0, 4303.0, 4334.0, 4304.0, 4333.0, 4314.0, 4344.0, 4315.0, 4335.0, 4317.0, 4305.0, 4326.0, 4315.0, 4326.0, 4325.0, 4325.0, 4336.0, 4327.0, 4346.0, 4315.0, 4344.0, 4317.0, 4337.0, 4303.0, 4282.0, 4314.0, 4292.0, 4324.0, 4304.0, 4333.0, 4303.0, 4324.0, 4304.0, 4335.0, 4293.0, 4324.0, 4293.0, 4323.0, 4295.0, 4325.0, 4295.0, 4323.0, 4304.0, 4334.0, 4315.0, 4335.0, 4316.0, 4335.0, 4317.0, 4348.0, 4330.0, 4346.0, 4328.0, 4338.0, 4317.0, 4303.0, 4316.0, 4304.0, 4315.0, 4314.0, 4316.0, 4304.0, 4316.0, 4304.0, 4324.0, 4305.0, 4338.0, 4318.0, 4336.0, 4314.0, 4294.0, 4315.0, 4306.0, 4337.0, 4317.0, 4338.0, 4332.0, 4339.0, 4320.0, 4337.0, 4317.0, 4326.0, 4317.0, 4304.0, 4314.0, 4295.0, 4316.0, 4304.0, 4336.0, 4305.0, 4338.0, 4318.0, 4335.0, 4317.0, 4295.0, 4318.0, 4306.0, 4341.0, 4348.0, 4315.0, 4334.0, 4292.0, 4313.0, 4293.0, 4314.0, 4333.0, 4302.0, 4301.0, 4289.0, 4278.0, 4310.0, 4301.0, 4323.0, 4315.0, 4335.0, 4317.0, 4335.0, 4317.0, 4335.0, 4305.0, 4327.0, 4304.0, 4324.0, 4305.0, 4323.0, 4303.0, 4323.0, 4301.0, 4322.0, 4316.0, 4323.0, 4316.0, 4324.0, 4304.0, 4282.0, 4302.0, 4291.0, 4311.0, 4306.0, 4336.0, 4316.0, 4335.0, 4316.0, 4325.0, 4315.0, 4324.0, 4304.0, 4316.0, 4315.0, 4307.0, 4324.0, 4303.0, 4322.0, 4304.0, 4322.0, 4302.0, 4312.0, 4303.0, 4303.0, 4324.0, 4302.0, 4332.0, 4302.0, 4301.0, 4312.0, 4311.0, 4320.0, 4301.0, 4322.0, 4302.0, 4323.0, 4302.0, 4321.0, 4300.0, 4320.0, 4291.0, 4311.0, 4289.0, 4287.0, 4296.0, 4288.0, 4298.0, 4290.0, 4318.0, 4290.0, 4289.0, 4278.0, 4267.0, 4288.0, 4298.0, 4287.0, 4276.0, 4288.0, 4278.0, 4287.0, 4276.0, 4301.0, 4288.0, 4308.0], 'WindowWidth': [9638.0, 9629.0, 9571.0, 9572.0, 9541.0, 9562.0, 9519.0, 9545.0, 9512.0, 9520.0, 9507.0, 9517.0, 9507.0, 9515.0, 9529.0, 9522.0, 9511.0, 9507.0, 9507.0, 9523.0, 9518.0, 9503.0, 9518.0, 9500.0, 9516.0, 9527.0, 9515.0, 9530.0, 9531.0, 9501.0, 9528.0, 9499.0, 9526.0, 9531.0, 9565.0, 9517.0, 9542.0, 9531.0, 9505.0, 9530.0, 9521.0, 9563.0, 9522.0, 9564.0, 9531.0, 9545.0, 9517.0, 9542.0, 9497.0, 9524.0, 9514.0, 9522.0, 9491.0, 9519.0, 9502.0, 9519.0, 9511.0, 9539.0, 9512.0, 9514.0, 9531.0, 9523.0, 9534.0, 9563.0, 9539.0, 9524.0, 9538.0, 9508.0, 9536.0, 9518.0, 9537.0, 9547.0, 9536.0, 9491.0, 9531.0, 9512.0, 9531.0, 9545.0, 9532.0, 9501.0, 9532.0, 9489.0, 9530.0, 9485.0, 9543.0, 9519.0, 9546.0, 9518.0, 9545.0, 9503.0, 9546.0, 9501.0, 9552.0, 9516.0, 9543.0, 9497.0, 9524.0, 9495.0, 9528.0, 9523.0, 9515.0, 9478.0, 9509.0, 9491.0, 9523.0, 9483.0, 9542.0, 9501.0, 9569.0, 9521.0, 9564.0, 9501.0, 9532.0, 9542.0, 9519.0, 9562.0, 9533.0, 9538.0, 9513.0, 9524.0, 9492.0, 9523.0, 9494.0, 9540.0, 9514.0, 9540.0, 9515.0, 9537.0, 9517.0, 9555.0, 9537.0, 9564.0, 9538.0, 9563.0, 9528.0, 9542.0, 9513.0, 9527.0, 9511.0, 9525.0, 9496.0, 9521.0, 9491.0, 9522.0, 9478.0, 9522.0, 9495.0, 9525.0, 9495.0, 9539.0, 9498.0, 9547.0, 9521.0, 9551.0, 9520.0, 9550.0, 9542.0, 9515.0, 9561.0, 9509.0, 9522.0, 9507.0, 9519.0, 9493.0, 9517.0, 9493.0, 9534.0, 9509.0, 9533.0, 9505.0, 9516.0, 9510.0, 9523.0, 9513.0, 9538.0, 9514.0, 9538.0, 9511.0, 9540.0, 9498.0, 9540.0, 9497.0, 9519.0, 9494.0, 9520.0, 9493.0, 9539.0, 9514.0, 9540.0, 9510.0, 9535.0, 9517.0, 9542.0, 9536.0, 9543.0, 9535.0, 9546.0, 9530.0, 9542.0, 9514.0, 9541.0, 9521.0, 9546.0, 9517.0, 9545.0, 9517.0, 9543.0, 9516.0, 9543.0, 9531.0, 9560.0, 9528.0, 9537.0, 9513.0, 9536.0, 9526.0, 9537.0, 9507.0, 9517.0, 9506.0, 9516.0, 9506.0, 9505.0, 9507.0, 9495.0, 9504.0, 9494.0, 9518.0, 9497.0, 9541.0, 9513.0, 9540.0, 9515.0, 9538.0, 9512.0, 9528.0, 9508.0, 9509.0, 9497.0, 9509.0, 9506.0, 9507.0, 9475.0, 9508.0, 9495.0, 9543.0, 9513.0, 9545.0, 9517.0, 9539.0, 9516.0, 9561.0, 9521.0, 9563.0, 9517.0, 9543.0, 9518.0, 9540.0, 9520.0, 9560.0, 9533.0, 9560.0, 9515.0, 9539.0, 9528.0, 9562.0, 9532.0, 9527.0, 9524.0, 9494.0, 9511.0, 9508.0, 9525.0, 9491.0, 9517.0, 9505.0, 9516.0, 9490.0, 9537.0, 9511.0, 9536.0, 9506.0, 9533.0, 9509.0, 9531.0, 9509.0, 9553.0, 9509.0, 9508.0, 9508.0, 9489.0, 9510.0, 9523.0, 9531.0, 9530.0, 9531.0, 9558.0, 9515.0, 9543.0, 9517.0, 9540.0, 9514.0, 9523.0, 9508.0, 9537.0, 9512.0, 9544.0, 9531.0, 9541.0, 9526.0, 9539.0, 9528.0, 9546.0, 9533.0, 9488.0, 9530.0, 9486.0, 9527.0, 9500.0, 9548.0, 9513.0, 9544.0, 9495.0, 9540.0, 9490.0, 9523.0, 9494.0, 9520.0, 9491.0, 9513.0, 9507.0, 9536.0, 9509.0, 9535.0, 9509.0, 9537.0, 9515.0, 9556.0, 9534.0, 9543.0, 9533.0, 9545.0, 9511.0, 9523.0, 9490.0, 9509.0, 9475.0, 9506.0, 9516.0, 9504.0, 9531.0, 9508.0, 9521.0, 9507.0, 9502.0, 9506.0, 9514.0, 9507.0, 9519.0, 9512.0, 9475.0, 9508.0, 9488.0, 9508.0, 9507.0, 9510.0, 9478.0, 9524.0, 9477.0, 9508.0, 9517.0, 9508.0, 9553.0, 9515.0, 9507.0, 9510.0, 9533.0, 9509.0, 9551.0, 9526.0, 9550.0, 9527.0, 9538.0, 9508.0, 9533.0, 9511.0, 9537.0, 9528.0, 9538.0, 9516.0, 9537.0, 9533.0, 9563.0, 9558.0, 9547.0, 9537.0, 9568.0, 9556.0, 9537.0, 9546.0, 9585.0, 9539.0, 9544.0, 9501.0, 9531.0, 9507.0, 9510.0, 9559.0, 9495.0, 9537.0, 9492.0, 9519.0, 9493.0, 9520.0, 9514.0, 9548.0, 9520.0, 9544.0, 9531.0, 9544.0, 9533.0, 9547.0, 9500.0, 9531.0, 9564.0, 9531.0, 9525.0, 9506.0, 9520.0, 9471.0, 9484.0, 9512.0, 9488.0, 9528.0, 9504.0, 9464.0, 9505.0, 9499.0, 9527.0, 9502.0, 9552.0, 9510.0, 9556.0, 9565.0, 9538.0, 9569.0, 9509.0, 9508.0, 9538.0, 9496.0, 9522.0, 9491.0, 9520.0, 9473.0, 9502.0, 9457.0, 9501.0, 9488.0, 9509.0, 9508.0, 9534.0, 9513.0, 9540.0, 9528.0, 9554.0, 9531.0, 9562.0, 9531.0, 9540.0, 9514.0, 9536.0, 9511.0, 9536.0, 9496.0, 9527.0, 9491.0, 9520.0, 9492.0, 9513.0, 9487.0, 9529.0, 9512.0, 9521.0, 9508.0, 9479.0, 9508.0, 9491.0, 9524.0, 9509.0, 9529.0, 9507.0, 9520.0, 9505.0, 9520.0, 9488.0, 9520.0, 9508.0, 9541.0, 9509.0, 9535.0, 9509.0, 9535.0, 9527.0, 9527.0, 9515.0, 9510.0, 9527.0, 9512.0, 9538.0, 9510.0, 9541.0, 9516.0, 9555.0, 9514.0, 9540.0, 9510.0, 9508.0, 9510.0, 9498.0, 9527.0, 9510.0, 9538.0, 9509.0, 9539.0, 9510.0, 9540.0, 9521.0, 9540.0, 9510.0, 9514.0, 9515.0, 9520.0, 9547.0, 9536.0, 9531.0, 9535.0, 9505.0, 9535.0, 9578.0, 9535.0, 9580.0, 9532.0, 9554.0, 9527.0, 9523.0, 9516.0, 9528.0, 9534.0, 9540.0, 9531.0, 9528.0, 9533.0, 9521.0, 9543.0, 9542.0, 9569.0, 9543.0, 9568.0, 9525.0, 9573.0, 9527.0, 9570.0, 9540.0, 9567.0, 9521.0, 9548.0, 9516.0, 9551.0, 9516.0, 9541.0, 9510.0, 9538.0, 9514.0, 9556.0, 9534.0, 9527.0, 9513.0, 9493.0, 9503.0, 9505.0, 9538.0, 9510.0, 9540.0, 9510.0, 9537.0, 9508.0, 9537.0, 9510.0, 9539.0, 9502.0, 9518.0, 9490.0, 9511.0, 9503.0, 9517.0, 9513.0, 9490.0, 9502.0, 9500.0, 9497.0, 9486.0, 9498.0, 9485.0, 9536.0, 9490.0, 9531.0, 9504.0, 9514.0, 9506.0, 9519.0, 9510.0, 9479.0, 9494.0, 9492.0, 9505.0, 9504.0, 9518.0, 9508.0, 9533.0, 9505.0, 9531.0, 9503.0, 9532.0, 9509.0, 9524.0, 9494.0, 9507.0, 9504.0, 9509.0, 9539.0, 9516.0, 9560.0, 9531.0, 9541.0, 9526.0, 9526.0, 9527.0, 9528.0, 9531.0, 9513.0, 9529.0, 9512.0, 9522.0, 9508.0, 9537.0, 9514.0, 9563.0, 9515.0, 9539.0, 9513.0, 9551.0, 9530.0, 9558.0, 9534.0, 9517.0, 9534.0, 9502.0, 9530.0, 9513.0, 9531.0, 9514.0, 9545.0, 9512.0, 9538.0, 9510.0, 9544.0, 9514.0, 9555.0, 9514.0, 9541.0, 9513.0, 9537.0, 9526.0, 9559.0, 9520.0, 9516.0, 9514.0, 9511.0, 9526.0, 9554.0, 9516.0, 9525.0, 9512.0, 9536.0, 9507.0, 9533.0, 9504.0, 9505.0, 9505.0, 9508.0, 9518.0, 9508.0, 9536.0, 9511.0, 9552.0, 9530.0, 9559.0, 9531.0, 9541.0, 9528.0, 9541.0, 9510.0, 9538.0, 9507.0, 9519.0, 9486.0, 9516.0, 9491.0, 9518.0, 9508.0, 9537.0, 9512.0, 9536.0, 9528.0, 9556.0, 9531.0, 9571.0, 9515.0, 9524.0, 9498.0, 9540.0, 9515.0, 9541.0, 9479.0, 9524.0, 9522.0, 9509.0, 9550.0, 9509.0, 9536.0, 9511.0, 9534.0, 9508.0, 9522.0, 9513.0, 9540.0, 9515.0, 9541.0, 9531.0, 9540.0, 9530.0, 9542.0, 9515.0, 9541.0, 9512.0, 9527.0, 9496.0, 9530.0, 9518.0, 9515.0, 9496.0, 9526.0, 9495.0, 9537.0, 9512.0, 9541.0, 9504.0, 9565.0, 9540.0, 9562.0, 9538.0, 9563.0, 9537.0, 9562.0, 9532.0, 9545.0, 9515.0, 9544.0, 9516.0, 9542.0, 9520.0, 9558.0, 9520.0, 9548.0, 9518.0, 9544.0, 9518.0, 9562.0, 9539.0, 9565.0, 9544.0, 9567.0, 9556.0, 9585.0, 9544.0, 9564.0, 9523.0, 9530.0, 9521.0, 9504.0, 9535.0, 9503.0, 9532.0, 9515.0, 9531.0, 9502.0, 9564.0, 9522.0, 9581.0, 9525.0, 9576.0, 9539.0, 9510.0, 9555.0, 9529.0, 9573.0, 9530.0, 9589.0, 9534.0, 9570.0, 9538.0, 9566.0, 9504.0, 9561.0, 9498.0, 9531.0, 9550.0, 9532.0, 9516.0, 9560.0, 9520.0, 9560.0, 9535.0, 9577.0, 9539.0, 9566.0, 9542.0, 9525.0, 9555.0, 9537.0, 9555.0, 9551.0, 9553.0, 9568.0, 9555.0, 9584.0, 9537.0, 9580.0, 9540.0, 9568.0, 9518.0, 9486.0, 9531.0, 9501.0, 9547.0, 9520.0, 9560.0, 9518.0, 9547.0, 9520.0, 9562.0, 9505.0, 9547.0, 9504.0, 9544.0, 9510.0, 9551.0, 9508.0, 9546.0, 9520.0, 9562.0, 9538.0, 9563.0, 9541.0, 9565.0, 9543.0, 9586.0, 9566.0, 9584.0, 9559.0, 9572.0, 9541.0, 9517.0, 9538.0, 9520.0, 9536.0, 9535.0, 9539.0, 9520.0, 9539.0, 9519.0, 9548.0, 9523.0, 9573.0, 9543.0, 9567.0, 9533.0, 9506.0, 9538.0, 9525.0, 9571.0, 9543.0, 9572.0, 9571.0, 9576.0, 9550.0, 9571.0, 9541.0, 9553.0, 9540.0, 9521.0, 9536.0, 9510.0, 9538.0, 9521.0, 9567.0, 9522.0, 9573.0, 9547.0, 9566.0, 9541.0, 9511.0, 9543.0, 9526.0, 9582.0, 9590.0, 9536.0, 9565.0, 9500.0, 9531.0, 9500.0, 9533.0, 9559.0, 9512.0, 9507.0, 9489.0, 9475.0, 9521.0, 9510.0, 9543.0, 9536.0, 9562.0, 9541.0, 9564.0, 9540.0, 9563.0, 9521.0, 9554.0, 9523.0, 9546.0, 9521.0, 9544.0, 9515.0, 9543.0, 9512.0, 9541.0, 9538.0, 9544.0, 9536.0, 9544.0, 9516.0, 9485.0, 9512.0, 9495.0, 9525.0, 9526.0, 9566.0, 9536.0, 9565.0, 9539.0, 9551.0, 9535.0, 9546.0, 9519.0, 9536.0, 9537.0, 9525.0, 9546.0, 9513.0, 9542.0, 9517.0, 9541.0, 9514.0, 9526.0, 9518.0, 9517.0, 9546.0, 9513.0, 9555.0, 9513.0, 9511.0, 9526.0, 9523.0, 9537.0, 9510.0, 9541.0, 9512.0, 9543.0, 9513.0, 9538.0, 9507.0, 9535.0, 9496.0, 9523.0, 9489.0, 9484.0, 9495.0, 9486.0, 9500.0, 9493.0, 9530.0, 9493.0, 9489.0, 9474.0, 9457.0, 9487.0, 9501.0, 9487.0, 9469.0, 9486.0, 9472.0, 9485.0, 9469.0, 9508.0, 9487.0, 9516.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.00031485686080947684</td></tr>
<tr><td colspan=3>aqi</td><td>0.023489389338598222</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.234332823488124</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2358904190316216</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9779288981916994</td></tr>
<tr><td colspan=3>efc</td><td>0.5141</td></tr>
<tr><td colspan=3>fber</td><td>4586.1265</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09020403636084928</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4550839091806513</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.350991058588869</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.223284583356401</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.57184048413709</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.257848108273116</td></tr>
<tr><td colspan=3>gcor</td><td>0.00616733</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011053801514208317</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03629717230796814</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1013</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.219522369819534</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>14.0135</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1831</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.889</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289526.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1052.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>379.9999</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2771</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.4007</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3467.7869</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87018.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4467.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.2011</td></tr>
<tr><td colspan=3>tsnr</td><td>40.05573963106144</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>