<?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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-01/func/sub-0005_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>c0abe2fe5569fe5aed55ab43632ea003</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>16:17:15.050000</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.999993, -0.000892317, 0.00368918, 0.00104718, 0.999109, -0.0421916]</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.0796354</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7754, -7252, 485, -66, -10, -75, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>257.728</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ce336ed5-28bf-4584-8dfa-f617a07dd95d||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.6829075813293457, 0.0028095138259232044, 0.009850268252193928, 116.09673309326172], [0.0023940219543874264, 2.6805362701416016, -0.11392701417207718, -89.87918090820312], [0.00989780854433775, 0.11319706588983536, 2.6975772380828857, -53.57762908935547], [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': ['161715.050000', '161715.510000', '161715.970000', '161716.430000', '161716.890000', '161717.350000', '161717.810000', '161718.270000', '161718.730000', '161719.190000', '161719.650000', '161720.110000', '161720.570000', '161721.030000', '161721.490000', '161721.950000', '161722.410000', '161722.870000', '161723.330000', '161723.790000', '161724.250000', '161724.710000', '161725.170000', '161725.630000', '161726.090000', '161726.550000', '161727.010000', '161727.470000', '161727.930000', '161728.390000', '161728.850000', '161729.310000', '161729.770000', '161730.230000', '161730.690000', '161731.150000', '161731.610000', '161732.070000', '161732.530000', '161732.990000', '161733.450000', '161733.910000', '161734.370000', '161734.830000', '161735.290000', '161735.750000', '161736.210000', '161736.670000', '161737.130000', '161737.590000', '161738.050000', '161738.510000', '161738.970000', '161739.430000', '161739.890000', '161740.350000', '161740.810000', '161741.270000', '161741.730000', '161742.190000', '161742.650000', '161743.110000', '161743.570000', '161744.030000', '161744.490000', '161744.950000', '161745.410000', '161745.870000', '161746.330000', '161746.790000', '161747.250000', '161747.710000', '161748.170000', '161748.630000', '161749.090000', '161749.550000', '161750.010000', '161750.470000', '161750.930000', '161751.390000', '161751.850000', '161752.310000', '161752.770000', '161753.230000', '161753.690000', '161754.150000', '161754.610000', '161755.070000', '161755.530000', '161755.990000', '161756.450000', '161756.910000', '161757.370000', '161757.830000', '161758.290000', '161758.750000', '161759.210000', '161759.670000', '161800.130000', '161800.590000', '161801.050000', '161801.510000', '161801.970000', '161802.430000', '161802.890000', '161803.350000', '161803.810000', '161804.270000', '161804.730000', '161805.190000', '161805.650000', '161806.110000', '161806.570000', '161807.030000', '161807.490000', '161807.950000', '161808.410000', '161808.870000', '161809.330000', '161809.790000', '161810.250000', '161810.710000', '161811.170000', '161811.630000', '161812.090000', '161812.550000', '161813.010000', '161813.470000', '161813.930000', '161814.390000', '161814.850000', '161815.310000', '161815.770000', '161816.230000', '161816.690000', '161817.150000', '161817.610000', '161818.070000', '161818.530000', '161818.990000', '161819.450000', '161819.910000', '161820.370000', '161820.830000', '161821.290000', '161821.750000', '161822.210000', '161822.670000', '161823.130000', '161823.590000', '161824.050000', '161824.510000', '161824.970000', '161825.430000', '161825.890000', '161826.350000', '161826.810000', '161827.270000', '161827.730000', '161828.190000', '161828.650000', '161829.110000', '161829.570000', '161830.030000', '161830.490000', '161830.950000', '161831.410000', '161831.870000', '161832.330000', '161832.790000', '161833.250000', '161833.710000', '161834.170000', '161834.630000', '161835.090000', '161835.550000', '161836.010000', '161836.470000', '161836.930000', '161837.390000', '161837.850000', '161838.310000', '161838.770000', '161839.230000', '161839.690000', '161840.150000', '161840.610000', '161841.070000', '161841.530000', '161841.990000', '161842.450000', '161842.910000', '161843.370000', '161843.830000', '161844.290000', '161844.750000', '161845.210000', '161845.670000', '161846.130000', '161846.590000', '161847.050000', '161847.510000', '161847.970000', '161848.430000', '161848.890000', '161849.350000', '161849.810000', '161850.270000', '161850.730000', '161851.190000', '161851.650000', '161852.110000', '161852.570000', '161853.030000', '161853.490000', '161853.950000', '161854.410000', '161854.870000', '161855.330000', '161855.790000', '161856.250000', '161856.710000', '161857.170000', '161857.630000', '161858.090000', '161858.550000', '161859.010000', '161859.470000', '161859.930000', '161900.390000', '161900.850000', '161901.310000', '161901.770000', '161902.230000', '161902.690000', '161903.150000', '161903.610000', '161904.070000', '161904.530000', '161904.990000', '161905.450000', '161905.910000', '161906.370000', '161906.830000', '161907.290000', '161907.750000', '161908.210000', '161908.670000', '161909.130000', '161909.590000', '161910.050000', '161910.510000', '161910.970000', '161911.430000', '161911.890000', '161912.350000', '161912.810000', '161913.270000', '161913.730000', '161914.190000', '161914.650000', '161915.110000', '161915.570000', '161916.030000', '161916.490000', '161916.950000', '161917.410000', '161917.870000', '161918.330000', '161918.790000', '161919.250000', '161919.710000', '161920.170000', '161920.630000', '161921.090000', '161921.550000', '161922.010000', '161922.470000', '161922.930000', '161923.390000', '161923.850000', '161924.310000', '161924.770000', '161925.230000', '161925.690000', '161926.150000', '161926.610000', '161927.070000', '161927.530000', '161927.990000', '161928.450000', '161928.910000', '161929.370000', '161929.830000', '161930.290000', '161930.750000', '161931.210000', '161931.670000', '161932.130000', '161932.590000', '161933.050000', '161933.510000', '161933.970000', '161934.430000', '161934.890000', '161935.350000', '161935.810000', '161936.270000', '161936.730000', '161937.190000', '161937.650000', '161938.110000', '161938.570000', '161939.030000', '161939.490000', '161939.950000', '161940.410000', '161940.870000', '161941.330000', '161941.790000', '161942.250000', '161942.710000', '161943.170000', '161943.630000', '161944.090000', '161944.550000', '161945.010000', '161945.470000', '161945.930000', '161946.390000', '161946.850000', '161947.310000', '161947.770000', '161948.230000', '161948.690000', '161949.150000', '161949.610000', '161950.070000', '161950.530000', '161950.990000', '161951.450000', '161951.910000', '161952.370000', '161952.830000', '161953.290000', '161953.750000', '161954.210000', '161954.670000', '161955.130000', '161955.590000', '161956.050000', '161956.510000', '161956.970000', '161957.430000', '161957.890000', '161958.350000', '161958.810000', '161959.270000', '161959.730000', '162000.190000', '162000.650000', '162001.110000', '162001.570000', '162002.030000', '162002.490000', '162002.950000', '162003.410000', '162003.870000', '162004.330000', '162004.790000', '162005.250000', '162005.710000', '162006.170000', '162006.630000', '162007.090000', '162007.550000', '162008.010000', '162008.470000', '162008.930000', '162009.390000', '162009.850000', '162010.310000', '162010.770000', '162011.230000', '162011.690000', '162012.150000', '162012.610000', '162013.070000', '162013.530000', '162013.990000', '162014.450000', '162014.910000', '162015.370000', '162015.830000', '162016.290000', '162016.750000', '162017.210000', '162017.670000', '162018.130000', '162018.590000', '162019.050000', '162019.510000', '162019.970000', '162020.430000', '162020.890000', '162021.350000', '162021.810000', '162022.270000', '162022.730000', '162023.190000', '162023.650000', '162024.110000', '162024.570000', '162025.030000', '162025.490000', '162025.950000', '162026.410000', '162026.870000', '162027.330000', '162027.790000', '162028.250000', '162028.710000', '162029.170000', '162029.630000', '162030.090000', '162030.550000', '162031.010000', '162031.470000', '162031.930000', '162032.390000', '162032.850000', '162033.310000', '162033.770000', '162034.230000', '162034.690000', '162035.150000', '162035.610000', '162036.070000', '162036.530000', '162036.990000', '162037.450000', '162037.910000', '162038.370000', '162038.830000', '162039.290000', '162039.750000', '162040.210000', '162040.670000', '162041.130000', '162041.590000', '162042.050000', '162042.510000', '162042.970000', '162043.430000', '162043.890000', '162044.350000', '162044.810000', '162045.270000', '162045.730000', '162046.190000', '162046.650000', '162047.110000', '162047.570000', '162048.030000', '162048.490000', '162048.950000', '162049.410000', '162049.870000', '162050.330000', '162050.790000', '162051.250000', '162051.710000', '162052.170000', '162052.630000', '162053.090000', '162053.550000', '162054.010000', '162054.470000', '162054.930000', '162055.390000', '162055.850000', '162056.310000', '162056.770000', '162057.230000', '162057.690000', '162058.150000', '162058.610000', '162059.070000', '162059.530000', '162059.990000', '162100.450000', '162100.910000', '162101.370000', '162101.830000', '162102.290000', '162102.750000', '162103.210000', '162103.670000', '162104.130000', '162104.590000', '162105.050000', '162105.510000', '162105.970000', '162106.430000', '162106.890000', '162107.350000', '162107.810000', '162108.270000', '162108.730000', '162109.190000', '162109.650000', '162110.110000', '162110.570000', '162111.030000', '162111.490000', '162111.950000', '162112.410000', '162112.870000', '162113.330000', '162113.790000', '162114.250000', '162114.710000', '162115.170000', '162115.630000', '162116.090000', '162116.550000', '162117.010000', '162117.470000', '162117.930000', '162118.390000', '162118.850000', '162119.310000', '162119.770000', '162120.230000', '162120.690000', '162121.150000', '162121.610000', '162122.070000', '162122.530000', '162122.990000', '162123.450000', '162123.910000', '162124.370000', '162124.830000', '162125.290000', '162125.750000', '162126.210000', '162126.670000', '162127.130000', '162127.590000', '162128.050000', '162128.510000', '162128.970000', '162129.430000', '162129.890000', '162130.350000', '162130.810000', '162131.270000', '162131.730000', '162132.190000', '162132.650000', '162133.110000', '162133.570000', '162134.030000', '162134.490000', '162134.950000', '162135.410000', '162135.870000', '162136.330000', '162136.790000', '162137.250000', '162137.710000', '162138.170000', '162138.630000', '162139.090000', '162139.550000', '162140.010000', '162140.470000', '162140.930000', '162141.390000', '162141.850000', '162142.310000', '162142.770000', '162143.230000', '162143.690000', '162144.150000', '162144.610000', '162145.070000', '162145.530000', '162145.990000', '162146.450000', '162146.910000', '162147.370000', '162147.830000', '162148.290000', '162148.750000', '162149.210000', '162149.670000', '162150.130000', '162150.590000', '162151.050000', '162151.510000', '162151.970000', '162152.430000', '162152.890000', '162153.350000', '162153.810000', '162154.270000', '162154.730000', '162155.190000', '162155.650000', '162156.110000', '162156.570000', '162157.030000', '162157.490000', '162157.950000', '162158.410000', '162158.870000', '162159.330000', '162159.790000', '162200.250000', '162200.710000', '162201.170000', '162201.630000', '162202.090000', '162202.550000', '162203.010000', '162203.470000', '162203.930000', '162204.390000', '162204.850000', '162205.310000', '162205.770000', '162206.230000', '162206.690000', '162207.150000', '162207.610000', '162208.070000', '162208.530000', '162208.990000', '162209.450000', '162209.910000', '162210.370000', '162210.830000', '162211.290000', '162211.750000', '162212.210000', '162212.670000', '162213.130000', '162213.590000', '162214.050000', '162214.510000', '162214.970000', '162215.430000', '162215.890000', '162216.350000', '162216.810000', '162217.270000', '162217.730000', '162218.190000', '162218.650000', '162219.110000', '162219.570000', '162220.030000', '162220.490000', '162220.950000', '162221.410000', '162221.870000', '162222.330000', '162222.790000', '162223.250000', '162223.710000', '162224.170000', '162224.630000', '162225.090000', '162225.550000', '162226.010000', '162226.470000', '162226.930000', '162227.390000', '162227.850000', '162228.310000', '162228.770000', '162229.230000', '162229.690000', '162230.150000', '162230.610000', '162231.070000', '162231.530000', '162231.990000', '162232.450000', '162232.910000', '162233.370000', '162233.830000', '162234.290000', '162234.750000', '162235.210000', '162235.670000', '162236.130000', '162236.590000', '162237.050000', '162237.510000', '162237.970000', '162238.430000', '162238.890000', '162239.350000', '162239.810000', '162240.270000', '162240.730000', '162241.190000', '162241.650000', '162242.110000', '162242.570000', '162243.030000', '162243.490000', '162243.950000', '162244.410000', '162244.870000', '162245.330000', '162245.790000', '162246.250000', '162246.710000', '162247.170000', '162247.630000', '162248.090000', '162248.550000', '162249.010000', '162249.470000', '162249.930000', '162250.390000', '162250.850000', '162251.310000', '162251.770000', '162252.230000', '162252.690000', '162253.150000', '162253.610000', '162254.070000', '162254.530000', '162254.990000', '162255.450000', '162255.910000', '162256.370000', '162256.830000', '162257.290000', '162257.750000', '162258.210000', '162258.670000', '162259.130000', '162259.590000', '162300.050000', '162300.510000', '162300.970000', '162301.430000', '162301.890000', '162302.350000', '162302.810000', '162303.270000', '162303.730000', '162304.190000', '162304.650000', '162305.110000', '162305.570000', '162306.030000', '162306.490000', '162306.950000', '162307.410000', '162307.870000', '162308.330000', '162308.790000', '162309.250000', '162309.710000', '162310.170000', '162310.630000', '162311.090000', '162311.550000', '162312.010000', '162312.470000', '162312.930000', '162313.390000', '162313.850000', '162314.310000', '162314.770000', '162315.230000', '162315.690000', '162316.150000', '162316.610000', '162317.070000', '162317.530000', '162317.990000', '162318.450000', '162318.910000', '162319.370000', '162319.830000', '162320.290000', '162320.750000', '162321.210000', '162321.670000', '162322.130000', '162322.590000', '162323.050000', '162323.510000', '162323.970000', '162324.430000', '162324.890000', '162325.350000', '162325.810000', '162326.270000', '162326.730000', '162327.190000', '162327.650000', '162328.110000', '162328.570000', '162329.030000', '162329.490000', '162329.950000', '162330.410000', '162330.870000', '162331.330000', '162331.790000', '162332.250000', '162332.710000', '162333.170000', '162333.630000', '162334.090000', '162334.550000', '162335.010000', '162335.470000', '162335.930000', '162336.390000', '162336.850000', '162337.310000', '162337.770000', '162338.230000', '162338.690000', '162339.150000', '162339.610000', '162340.070000', '162340.530000', '162340.990000', '162341.450000', '162341.910000', '162342.370000', '162342.830000', '162343.290000', '162343.750000', '162344.210000', '162344.670000', '162345.130000', '162345.590000', '162346.050000', '162346.510000', '162346.970000', '162347.430000', '162347.890000', '162348.350000', '162348.810000', '162349.270000', '162349.730000', '162350.190000', '162350.650000', '162351.110000', '162351.570000', '162352.030000', '162352.490000', '162352.950000', '162353.410000', '162353.870000', '162354.330000', '162354.790000', '162355.250000', '162355.710000', '162356.170000', '162356.630000', '162357.090000', '162357.550000', '162358.010000', '162358.470000', '162358.930000', '162359.390000', '162359.850000', '162400.310000', '162400.770000', '162401.230000', '162401.690000', '162402.150000', '162402.610000', '162403.070000', '162403.530000', '162403.990000', '162404.450000', '162404.910000', '162405.370000', '162405.830000', '162406.290000', '162406.750000', '162407.210000', '162407.670000', '162408.130000', '162408.590000', '162409.050000', '162409.510000', '162409.970000', '162410.430000', '162410.890000', '162411.350000', '162411.810000', '162412.270000', '162412.730000', '162413.190000', '162413.650000', '162414.110000', '162414.570000', '162415.030000', '162415.490000', '162415.950000', '162416.410000', '162416.870000', '162417.330000', '162417.790000', '162418.250000', '162418.710000', '162419.170000', '162419.630000', '162420.090000', '162420.550000', '162421.010000', '162421.470000', '162421.930000', '162422.390000', '162422.850000', '162423.310000', '162423.770000', '162424.230000', '162424.690000', '162425.150000', '162425.610000', '162426.070000', '162426.530000', '162426.990000', '162427.450000', '162427.910000', '162428.370000', '162428.830000', '162429.290000', '162429.750000', '162430.210000', '162430.670000', '162431.130000', '162431.590000', '162432.050000', '162432.510000', '162432.970000', '162433.430000', '162433.890000', '162434.350000', '162434.810000', '162435.270000', '162435.730000', '162436.190000', '162436.650000', '162437.110000', '162437.570000', '162438.030000', '162438.490000', '162438.950000', '162439.410000', '162439.870000', '162440.330000', '162440.790000', '162441.250000', '162441.710000', '162442.170000', '162442.630000', '162443.090000', '162443.550000', '162444.010000', '162444.470000', '162444.930000', '162445.390000', '162445.850000', '162446.310000', '162446.770000', '162447.230000', '162447.690000', '162448.150000', '162448.610000', '162449.070000', '162449.530000', '162449.990000', '162450.450000', '162450.910000', '162451.370000', '162451.830000', '162452.290000', '162452.750000', '162453.210000', '162453.670000', '162454.130000', '162454.590000', '162455.050000', '162455.510000', '162455.970000', '162456.430000', '162456.890000', '162457.350000', '162457.810000', '162458.270000', '162458.730000', '162459.190000', '162459.650000', '162500.110000', '162500.570000', '162501.030000', '162501.490000', '162501.950000'], 'ContentTime': ['161729.117000', '161729.121000', '161729.124000', '161729.127000', '161729.130000', '161729.133000', '161729.136000', '161729.139000', '161729.142000', '161729.145000', '161729.148000', '161729.151000', '161729.158000', '161729.161000', '161729.164000', '161729.167000', '161729.170000', '161729.173000', '161729.176000', '161729.179000', '161729.190000', '161729.192000', '161729.195000', '161729.198000', '161729.201000', '161729.204000', '161729.207000', '161729.211000', '161729.214000', '161749.077000', '161749.080000', '161749.090000', '161749.093000', '161749.096000', '161749.099000', '161749.102000', '161749.105000', '161749.108000', '161749.121000', '161749.124000', '161749.127000', '161749.130000', '161749.133000', '161749.136000', '161749.139000', '161749.142000', '161749.145000', '161749.153000', '161749.156000', '161749.158000', '161749.161000', '161749.164000', '161749.167000', '161749.170000', '161749.173000', '161749.177000', '161749.180000', '161749.183000', '161749.185000', '161749.189000', '161749.191000', '161749.194000', '161749.197000', '161749.200000', '161749.203000', '161749.206000', '161749.209000', '161749.218000', '161749.221000', '161749.247000', '161749.250000', '161749.253000', '161749.256000', '161809.077000', '161809.080000', '161809.083000', '161809.085000', '161809.088000', '161809.091000', '161809.094000', '161809.097000', '161809.100000', '161809.103000', '161809.105000', '161809.108000', '161809.111000', '161809.114000', '161809.117000', '161809.120000', '161809.131000', '161809.134000', '161809.137000', '161809.139000', '161809.142000', '161809.145000', '161809.148000', '161809.151000', '161809.154000', '161809.166000', '161809.168000', '161809.171000', '161809.174000', '161809.178000', '161809.181000', '161809.184000', '161809.187000', '161809.190000', '161809.193000', '161809.196000', '161809.199000', '161809.201000', '161809.204000', '161809.207000', '161809.210000', '161809.213000', '161809.216000', '161829.077000', '161829.089000', '161829.092000', '161829.095000', '161829.097000', '161829.100000', '161829.103000', '161829.106000', '161829.109000', '161829.112000', '161829.115000', '161829.118000', '161829.120000', '161829.123000', '161829.126000', '161829.129000', '161829.132000', '161829.135000', '161829.138000', '161829.140000', '161829.143000', '161829.146000', '161829.149000', '161829.152000', '161829.155000', '161829.158000', '161829.161000', '161829.163000', '161829.166000', '161829.169000', '161829.172000', '161829.175000', '161829.178000', '161829.181000', '161829.184000', '161829.187000', '161829.189000', '161829.192000', '161829.195000', '161829.198000', '161829.201000', '161829.204000', '161829.207000', '161829.209000', '161849.077000', '161849.080000', '161849.083000', '161849.086000', '161849.089000', '161849.091000', '161849.094000', '161849.097000', '161849.100000', '161849.103000', '161849.106000', '161849.109000', '161849.112000', '161849.114000', '161849.117000', '161849.120000', '161849.123000', '161849.126000', '161849.129000', '161849.132000', '161849.134000', '161849.137000', '161849.140000', '161849.143000', '161849.154000', '161849.157000', '161849.159000', '161849.162000', '161849.165000', '161849.168000', '161849.171000', '161849.174000', '161849.177000', '161849.179000', '161849.182000', '161849.185000', '161849.188000', '161849.191000', '161849.194000', '161849.197000', '161849.200000', '161849.202000', '161849.205000', '161909.077000', '161909.080000', '161909.083000', '161909.085000', '161909.088000', '161909.091000', '161909.094000', '161909.097000', '161909.100000', '161909.103000', '161909.106000', '161909.108000', '161909.111000', '161909.114000', '161909.117000', '161909.120000', '161909.123000', '161909.126000', '161909.128000', '161909.131000', '161909.134000', '161909.137000', '161909.140000', '161909.143000', '161909.146000', '161909.149000', '161909.151000', '161909.154000', '161909.157000', '161909.160000', '161909.163000', '161909.166000', '161909.169000', '161909.171000', '161909.174000', '161909.177000', '161909.180000', '161909.183000', '161909.186000', '161909.189000', '161909.192000', '161909.195000', '161909.197000', '161909.200000', '161929.077000', '161929.080000', '161929.083000', '161929.086000', '161929.089000', '161929.092000', '161929.095000', '161929.097000', '161929.100000', '161929.103000', '161929.106000', '161929.109000', '161929.112000', '161929.115000', '161929.118000', '161929.120000', '161929.123000', '161929.126000', '161929.129000', '161929.132000', '161929.135000', '161929.138000', '161929.141000', '161929.143000', '161929.146000', '161929.149000', '161929.152000', '161929.155000', '161929.158000', '161929.161000', '161929.164000', '161929.167000', '161929.169000', '161929.172000', '161929.175000', '161929.191000', '161929.193000', '161929.196000', '161929.199000', '161929.202000', '161929.205000', '161929.208000', '161929.211000', '161949.076000', '161949.079000', '161949.082000', '161949.085000', '161949.087000', '161949.090000', '161949.093000', '161949.096000', '161949.099000', '161949.102000', '161949.105000', '161949.108000', '161949.110000', '161949.113000', '161949.116000', '161949.119000', '161949.122000', '161949.125000', '161949.127000', '161949.130000', '161949.133000', '161949.136000', '161949.139000', '161949.142000', '161949.145000', '161949.148000', '161949.151000', '161949.154000', '161949.156000', '161949.159000', '161949.162000', '161949.165000', '161949.168000', '161949.171000', '161949.174000', '161949.177000', '161949.180000', '161949.182000', '161949.185000', '161949.188000', '161949.191000', '161949.194000', '161949.197000', '161949.200000', '162009.077000', '162009.080000', '162009.083000', '162009.086000', '162009.089000', '162009.092000', '162009.095000', '162009.097000', '162009.100000', '162009.103000', '162009.106000', '162009.109000', '162009.112000', '162009.115000', '162009.117000', '162009.120000', '162009.123000', '162009.126000', '162009.129000', '162009.132000', '162009.134000', '162009.137000', '162009.140000', '162009.143000', '162009.146000', '162009.149000', '162009.151000', '162009.154000', '162009.157000', '162009.160000', '162009.163000', '162009.166000', '162009.169000', '162009.172000', '162009.175000', '162009.177000', '162009.180000', '162009.183000', '162009.186000', '162009.189000', '162009.192000', '162009.195000', '162009.198000', '162029.077000', '162029.080000', '162029.083000', '162029.086000', '162029.089000', '162029.092000', '162029.095000', '162029.097000', '162029.100000', '162029.103000', '162029.106000', '162029.109000', '162029.112000', '162029.115000', '162029.118000', '162029.121000', '162029.123000', '162029.126000', '162029.129000', '162029.132000', '162029.135000', '162029.138000', '162029.141000', '162029.143000', '162029.146000', '162029.149000', '162029.152000', '162029.155000', '162029.158000', '162029.160000', '162029.163000', '162029.166000', '162029.169000', '162029.172000', '162029.175000', '162029.178000', '162029.181000', '162029.183000', '162029.186000', '162029.189000', '162029.192000', '162029.195000', '162029.198000', '162049.077000', '162049.080000', '162049.083000', '162049.086000', '162049.089000', '162049.092000', '162049.094000', '162049.097000', '162049.100000', '162049.103000', '162049.106000', '162049.109000', '162049.111000', '162049.114000', '162049.117000', '162049.120000', '162049.123000', '162049.126000', '162049.129000', '162049.132000', '162049.134000', '162049.137000', '162049.140000', '162049.143000', '162049.146000', '162049.149000', '162049.152000', '162049.154000', '162049.157000', '162049.160000', '162049.167000', '162049.170000', '162049.173000', '162049.176000', '162049.178000', '162049.181000', '162049.184000', '162049.187000', '162049.190000', '162049.193000', '162049.196000', '162049.199000', '162049.207000', '162049.210000', '162109.077000', '162109.080000', '162109.083000', '162109.086000', '162109.089000', '162109.092000', '162109.095000', '162109.098000', '162109.101000', '162109.104000', '162109.107000', '162109.110000', '162109.113000', '162109.116000', '162109.119000', '162109.121000', '162109.124000', '162109.141000', '162109.145000', '162109.148000', '162109.150000', '162109.162000', '162109.165000', '162109.168000', '162109.171000', '162109.174000', '162109.177000', '162109.180000', '162109.183000', '162109.186000', '162109.189000', '162109.192000', '162109.195000', '162109.198000', '162109.201000', '162109.203000', '162109.206000', '162109.209000', '162109.212000', '162109.215000', '162109.218000', '162109.221000', '162109.224000', '162129.077000', '162129.080000', '162129.083000', '162129.086000', '162129.089000', '162129.092000', '162129.094000', '162129.097000', '162129.100000', '162129.103000', '162129.106000', '162129.109000', '162129.112000', '162129.115000', '162129.117000', '162129.120000', '162129.123000', '162129.126000', '162129.129000', '162129.132000', '162129.135000', '162129.138000', '162129.141000', '162129.143000', '162129.146000', '162129.149000', '162129.152000', '162129.155000', '162129.158000', '162129.161000', '162129.163000', '162129.166000', '162129.169000', '162129.172000', '162129.175000', '162129.178000', '162129.181000', '162129.184000', '162129.187000', '162129.190000', '162129.193000', '162129.195000', '162129.198000', '162129.201000', '162149.077000', '162149.080000', '162149.083000', '162149.086000', '162149.089000', '162149.092000', '162149.095000', '162149.098000', '162149.100000', '162149.103000', '162149.106000', '162149.109000', '162149.112000', '162149.115000', '162149.118000', '162149.121000', '162149.124000', '162149.126000', '162149.130000', '162149.135000', '162149.138000', '162149.141000', '162149.144000', '162149.146000', '162149.149000', '162149.152000', '162149.155000', '162149.158000', '162149.161000', '162149.164000', '162149.167000', '162149.170000', '162149.173000', '162149.175000', '162149.178000', '162149.181000', '162149.184000', '162149.187000', '162149.190000', '162149.193000', '162149.196000', '162149.198000', '162149.201000', '162209.076000', '162209.079000', '162209.082000', '162209.085000', '162209.088000', '162209.091000', '162209.093000', '162209.097000', '162209.099000', '162209.102000', '162209.105000', '162209.108000', '162209.111000', '162209.114000', '162209.117000', '162209.120000', '162209.123000', '162209.125000', '162209.128000', '162209.131000', '162209.134000', '162209.137000', '162209.140000', '162209.143000', '162209.145000', '162209.148000', '162209.151000', '162209.154000', '162209.157000', '162209.160000', '162209.163000', '162209.166000', '162209.169000', '162209.172000', '162209.174000', '162209.177000', '162209.180000', '162209.183000', '162209.186000', '162209.189000', '162209.192000', '162209.195000', '162209.197000', '162209.200000', '162229.077000', '162229.080000', '162229.083000', '162229.086000', '162229.089000', '162229.092000', '162229.095000', '162229.097000', '162229.100000', '162229.103000', '162229.106000', '162229.109000', '162229.112000', '162229.115000', '162229.118000', '162229.120000', '162229.123000', '162229.126000', '162229.129000', '162229.132000', '162229.135000', '162229.138000', '162229.141000', '162229.143000', '162229.146000', '162229.149000', '162229.152000', '162229.155000', '162229.158000', '162229.161000', '162229.164000', '162229.167000', '162229.170000', '162229.173000', '162229.176000', '162229.179000', '162229.181000', '162229.184000', '162229.187000', '162229.190000', '162229.193000', '162229.196000', '162229.207000', '162249.077000', '162249.080000', '162249.083000', '162249.086000', '162249.089000', '162249.092000', '162249.095000', '162249.097000', '162249.100000', '162249.103000', '162249.108000', '162249.111000', '162249.114000', '162249.117000', '162249.120000', '162249.126000', '162249.129000', '162249.132000', '162249.135000', '162249.138000', '162249.141000', '162249.143000', '162249.147000', '162249.149000', '162249.152000', '162249.155000', '162249.158000', '162249.161000', '162249.164000', '162249.167000', '162249.170000', '162249.172000', '162249.175000', '162249.178000', '162249.181000', '162249.184000', '162249.187000', '162249.190000', '162249.193000', '162249.195000', '162249.198000', '162249.201000', '162249.204000', '162249.207000', '162309.077000', '162309.080000', '162309.083000', '162309.086000', '162309.089000', '162309.093000', '162309.096000', '162309.099000', '162309.102000', '162309.105000', '162309.108000', '162309.110000', '162309.113000', '162309.116000', '162309.119000', '162309.122000', '162309.125000', '162309.128000', '162309.130000', '162309.133000', '162309.136000', '162309.139000', '162309.142000', '162309.145000', '162309.148000', '162309.151000', '162309.154000', '162309.157000', '162309.161000', '162309.164000', '162309.167000', '162309.170000', '162309.173000', '162309.176000', '162309.179000', '162309.182000', '162309.184000', '162309.187000', '162309.190000', '162309.193000', '162309.196000', '162309.199000', '162309.202000', '162329.077000', '162329.080000', '162329.083000', '162329.086000', '162329.089000', '162329.092000', '162329.095000', '162329.098000', '162329.100000', '162329.103000', '162329.106000', '162329.109000', '162329.112000', '162329.115000', '162329.118000', '162329.121000', '162329.124000', '162329.127000', '162329.129000', '162329.132000', '162329.135000', '162329.138000', '162329.141000', '162329.144000', '162329.147000', '162329.150000', '162329.153000', '162329.155000', '162329.158000', '162329.161000', '162329.164000', '162329.167000', '162329.170000', '162329.173000', '162329.176000', '162329.178000', '162329.181000', '162329.184000', '162329.187000', '162329.190000', '162329.193000', '162329.196000', '162329.199000', '162329.201000', '162349.077000', '162349.087000', '162349.089000', '162349.092000', '162349.095000', '162349.098000', '162349.101000', '162349.104000', '162349.107000', '162349.110000', '162349.112000', '162349.115000', '162349.118000', '162349.121000', '162349.124000', '162349.127000', '162349.130000', '162349.132000', '162349.135000', '162349.138000', '162349.141000', '162349.144000', '162349.147000', '162349.155000', '162349.157000', '162349.160000', '162349.163000', '162349.167000', '162349.169000', '162349.173000', '162349.176000', '162349.178000', '162349.181000', '162349.184000', '162349.187000', '162349.190000', '162349.193000', '162349.196000', '162349.198000', '162349.201000', '162349.204000', '162349.208000', '162349.211000', '162409.077000', '162409.080000', '162409.083000', '162409.086000', '162409.089000', '162409.092000', '162409.094000', '162409.097000', '162409.100000', '162409.103000', '162409.117000', '162409.120000', '162409.123000', '162409.125000', '162409.128000', '162409.131000', '162409.134000', '162409.137000', '162409.140000', '162409.143000', '162409.146000', '162409.149000', '162409.151000', '162409.154000', '162409.157000', '162409.160000', '162409.163000', '162409.166000', '162409.169000', '162409.172000', '162409.175000', '162409.177000', '162409.180000', '162409.183000', '162409.186000', '162409.189000', '162409.192000', '162409.195000', '162409.198000', '162409.201000', '162409.204000', '162409.206000', '162409.209000', '162409.212000', '162429.076000', '162429.079000', '162429.082000', '162429.085000', '162429.088000', '162429.091000', '162429.094000', '162429.096000', '162429.099000', '162429.102000', '162429.109000', '162429.112000', '162429.115000', '162429.118000', '162429.121000', '162429.124000', '162429.127000', '162429.131000', '162429.134000', '162429.137000', '162429.139000', '162429.142000', '162429.145000', '162429.148000', '162429.151000', '162429.154000', '162429.157000', '162429.160000', '162429.162000', '162429.165000', '162429.168000', '162429.171000', '162429.174000', '162429.177000', '162429.180000', '162429.183000', '162429.187000', '162429.190000', '162429.193000', '162429.196000', '162429.199000', '162429.202000', '162429.205000', '162449.077000', '162449.080000', '162449.083000', '162449.086000', '162449.089000', '162449.092000', '162449.095000', '162449.098000', '162449.101000', '162449.103000', '162449.106000', '162449.109000', '162449.112000', '162449.115000', '162449.118000', '162449.121000', '162449.124000', '162449.127000', '162449.129000', '162449.137000', '162449.140000', '162449.143000', '162449.146000', '162449.149000', '162449.152000', '162449.155000', '162449.157000', '162449.160000', '162449.163000', '162449.166000', '162449.169000', '162449.172000', '162449.175000', '162449.178000', '162449.181000', '162449.183000', '162449.186000', '162449.189000', '162449.192000', '162449.195000', '162449.198000', '162449.201000', '162449.204000', '162449.207000', '162502.833000', '162502.836000', '162502.839000', '162502.843000', '162502.846000', '162502.849000', '162502.852000', '162502.855000', '162502.859000', '162502.862000', '162502.865000', '162502.868000', '162502.871000', '162502.874000', '162502.877000', '162502.880000', '162502.883000', '162502.886000', '162502.889000', '162502.892000', '162502.896000', '162502.899000', '162502.902000', '162502.905000', '162502.908000', '162502.911000', '162502.913000', '162502.916000', '162502.919000', '162502.922000'], 'InstanceCreationTime': ['161729.117000', '161729.121000', '161729.124000', '161729.127000', '161729.130000', '161729.133000', '161729.136000', '161729.139000', '161729.142000', '161729.145000', '161729.148000', '161729.151000', '161729.158000', '161729.161000', '161729.164000', '161729.167000', '161729.170000', '161729.173000', '161729.176000', '161729.179000', '161729.190000', '161729.192000', '161729.195000', '161729.198000', '161729.201000', '161729.204000', '161729.207000', '161729.211000', '161729.214000', '161749.077000', '161749.080000', '161749.090000', '161749.093000', '161749.096000', '161749.099000', '161749.102000', '161749.105000', '161749.108000', '161749.121000', '161749.124000', '161749.127000', '161749.130000', '161749.133000', '161749.136000', '161749.139000', '161749.142000', '161749.145000', '161749.153000', '161749.156000', '161749.158000', '161749.161000', '161749.164000', '161749.167000', '161749.170000', '161749.173000', '161749.177000', '161749.180000', '161749.183000', '161749.185000', '161749.189000', '161749.191000', '161749.194000', '161749.197000', '161749.200000', '161749.203000', '161749.206000', '161749.209000', '161749.218000', '161749.221000', '161749.247000', '161749.250000', '161749.253000', '161749.256000', '161809.077000', '161809.080000', '161809.083000', '161809.085000', '161809.088000', '161809.091000', '161809.094000', '161809.097000', '161809.100000', '161809.103000', '161809.105000', '161809.108000', '161809.111000', '161809.114000', '161809.117000', '161809.120000', '161809.131000', '161809.134000', '161809.137000', '161809.139000', '161809.142000', '161809.145000', '161809.148000', '161809.151000', '161809.154000', '161809.166000', '161809.168000', '161809.171000', '161809.174000', '161809.178000', '161809.181000', '161809.184000', '161809.187000', '161809.190000', '161809.193000', '161809.196000', '161809.199000', '161809.201000', '161809.204000', '161809.207000', '161809.210000', '161809.213000', '161809.216000', '161829.077000', '161829.089000', '161829.092000', '161829.095000', '161829.097000', '161829.100000', '161829.103000', '161829.106000', '161829.109000', '161829.112000', '161829.115000', '161829.118000', '161829.120000', '161829.123000', '161829.126000', '161829.129000', '161829.132000', '161829.135000', '161829.138000', '161829.140000', '161829.143000', '161829.146000', '161829.149000', '161829.152000', '161829.155000', '161829.158000', '161829.161000', '161829.163000', '161829.166000', '161829.169000', '161829.172000', '161829.175000', '161829.178000', '161829.181000', '161829.184000', '161829.187000', '161829.189000', '161829.192000', '161829.195000', '161829.198000', '161829.201000', '161829.204000', '161829.207000', '161829.209000', '161849.077000', '161849.080000', '161849.083000', '161849.086000', '161849.089000', '161849.091000', '161849.094000', '161849.097000', '161849.100000', '161849.103000', '161849.106000', '161849.109000', '161849.112000', '161849.114000', '161849.117000', '161849.120000', '161849.123000', '161849.126000', '161849.129000', '161849.132000', '161849.134000', '161849.137000', '161849.140000', '161849.143000', '161849.154000', '161849.157000', '161849.159000', '161849.162000', '161849.165000', '161849.168000', '161849.171000', '161849.174000', '161849.177000', '161849.179000', '161849.182000', '161849.185000', '161849.188000', '161849.191000', '161849.194000', '161849.197000', '161849.200000', '161849.202000', '161849.205000', '161909.077000', '161909.080000', '161909.083000', '161909.085000', '161909.088000', '161909.091000', '161909.094000', '161909.097000', '161909.100000', '161909.103000', '161909.106000', '161909.108000', '161909.111000', '161909.114000', '161909.117000', '161909.120000', '161909.123000', '161909.126000', '161909.128000', '161909.131000', '161909.134000', '161909.137000', '161909.140000', '161909.143000', '161909.146000', '161909.149000', '161909.151000', '161909.154000', '161909.157000', '161909.160000', '161909.163000', '161909.166000', '161909.169000', '161909.171000', '161909.174000', '161909.177000', '161909.180000', '161909.183000', '161909.186000', '161909.189000', '161909.192000', '161909.195000', '161909.197000', '161909.200000', '161929.077000', '161929.080000', '161929.083000', '161929.086000', '161929.089000', '161929.092000', '161929.095000', '161929.097000', '161929.100000', '161929.103000', '161929.106000', '161929.109000', '161929.112000', '161929.115000', '161929.118000', '161929.120000', '161929.123000', '161929.126000', '161929.129000', '161929.132000', '161929.135000', '161929.138000', '161929.141000', '161929.143000', '161929.146000', '161929.149000', '161929.152000', '161929.155000', '161929.158000', '161929.161000', '161929.164000', '161929.167000', '161929.169000', '161929.172000', '161929.175000', '161929.191000', '161929.193000', '161929.196000', '161929.199000', '161929.202000', '161929.205000', '161929.208000', '161929.211000', '161949.076000', '161949.079000', '161949.082000', '161949.085000', '161949.087000', '161949.090000', '161949.093000', '161949.096000', '161949.099000', '161949.102000', '161949.105000', '161949.108000', '161949.110000', '161949.113000', '161949.116000', '161949.119000', '161949.122000', '161949.125000', '161949.127000', '161949.130000', '161949.133000', '161949.136000', '161949.139000', '161949.142000', '161949.145000', '161949.148000', '161949.151000', '161949.154000', '161949.156000', '161949.159000', '161949.162000', '161949.165000', '161949.168000', '161949.171000', '161949.174000', '161949.177000', '161949.180000', '161949.182000', '161949.185000', '161949.188000', '161949.191000', '161949.194000', '161949.197000', '161949.200000', '162009.077000', '162009.080000', '162009.083000', '162009.086000', '162009.089000', '162009.092000', '162009.095000', '162009.097000', '162009.100000', '162009.103000', '162009.106000', '162009.109000', '162009.112000', '162009.115000', '162009.117000', '162009.120000', '162009.123000', '162009.126000', '162009.129000', '162009.132000', '162009.134000', '162009.137000', '162009.140000', '162009.143000', '162009.146000', '162009.149000', '162009.151000', '162009.154000', '162009.157000', '162009.160000', '162009.163000', '162009.166000', '162009.169000', '162009.172000', '162009.175000', '162009.177000', '162009.180000', '162009.183000', '162009.186000', '162009.189000', '162009.192000', '162009.195000', '162009.198000', '162029.077000', '162029.080000', '162029.083000', '162029.086000', '162029.089000', '162029.092000', '162029.095000', '162029.097000', '162029.100000', '162029.103000', '162029.106000', '162029.109000', '162029.112000', '162029.115000', '162029.118000', '162029.121000', '162029.123000', '162029.126000', '162029.129000', '162029.132000', '162029.135000', '162029.138000', '162029.141000', '162029.143000', '162029.146000', '162029.149000', '162029.152000', '162029.155000', '162029.158000', '162029.160000', '162029.163000', '162029.166000', '162029.169000', '162029.172000', '162029.175000', '162029.178000', '162029.181000', '162029.183000', '162029.186000', '162029.189000', '162029.192000', '162029.195000', '162029.198000', '162049.077000', '162049.080000', '162049.083000', '162049.086000', '162049.089000', '162049.092000', '162049.094000', '162049.097000', '162049.100000', '162049.103000', '162049.106000', '162049.109000', '162049.111000', '162049.114000', '162049.117000', '162049.120000', '162049.123000', '162049.126000', '162049.129000', '162049.132000', '162049.134000', '162049.137000', '162049.140000', '162049.143000', '162049.146000', '162049.149000', '162049.152000', '162049.154000', '162049.157000', '162049.160000', '162049.167000', '162049.170000', '162049.173000', '162049.176000', '162049.178000', '162049.181000', '162049.184000', '162049.187000', '162049.190000', '162049.193000', '162049.196000', '162049.199000', '162049.207000', '162049.210000', '162109.077000', '162109.080000', '162109.083000', '162109.086000', '162109.089000', '162109.092000', '162109.095000', '162109.098000', '162109.101000', '162109.104000', '162109.107000', '162109.110000', '162109.113000', '162109.116000', '162109.119000', '162109.121000', '162109.124000', '162109.141000', '162109.145000', '162109.148000', '162109.150000', '162109.162000', '162109.165000', '162109.168000', '162109.171000', '162109.174000', '162109.177000', '162109.180000', '162109.183000', '162109.186000', '162109.189000', '162109.192000', '162109.195000', '162109.198000', '162109.201000', '162109.203000', '162109.206000', '162109.209000', '162109.212000', '162109.215000', '162109.218000', '162109.221000', '162109.224000', '162129.077000', '162129.080000', '162129.083000', '162129.086000', '162129.089000', '162129.092000', '162129.094000', '162129.097000', '162129.100000', '162129.103000', '162129.106000', '162129.109000', '162129.112000', '162129.115000', '162129.117000', '162129.120000', '162129.123000', '162129.126000', '162129.129000', '162129.132000', '162129.135000', '162129.138000', '162129.141000', '162129.143000', '162129.146000', '162129.149000', '162129.152000', '162129.155000', '162129.158000', '162129.161000', '162129.163000', '162129.166000', '162129.169000', '162129.172000', '162129.175000', '162129.178000', '162129.181000', '162129.184000', '162129.187000', '162129.190000', '162129.193000', '162129.195000', '162129.198000', '162129.201000', '162149.077000', '162149.080000', '162149.083000', '162149.086000', '162149.089000', '162149.092000', '162149.095000', '162149.098000', '162149.100000', '162149.103000', '162149.106000', '162149.109000', '162149.112000', '162149.115000', '162149.118000', '162149.121000', '162149.124000', '162149.126000', '162149.130000', '162149.135000', '162149.138000', '162149.141000', '162149.144000', '162149.146000', '162149.149000', '162149.152000', '162149.155000', '162149.158000', '162149.161000', '162149.164000', '162149.167000', '162149.170000', '162149.173000', '162149.175000', '162149.178000', '162149.181000', '162149.184000', '162149.187000', '162149.190000', '162149.193000', '162149.196000', '162149.198000', '162149.201000', '162209.076000', '162209.079000', '162209.082000', '162209.085000', '162209.088000', '162209.091000', '162209.093000', '162209.097000', '162209.099000', '162209.102000', '162209.105000', '162209.108000', '162209.111000', '162209.114000', '162209.117000', '162209.120000', '162209.123000', '162209.125000', '162209.128000', '162209.131000', '162209.134000', '162209.137000', '162209.140000', '162209.143000', '162209.145000', '162209.148000', '162209.151000', '162209.154000', '162209.157000', '162209.160000', '162209.163000', '162209.166000', '162209.169000', '162209.172000', '162209.174000', '162209.177000', '162209.180000', '162209.183000', '162209.186000', '162209.189000', '162209.192000', '162209.195000', '162209.197000', '162209.200000', '162229.077000', '162229.080000', '162229.083000', '162229.086000', '162229.089000', '162229.092000', '162229.095000', '162229.097000', '162229.100000', '162229.103000', '162229.106000', '162229.109000', '162229.112000', '162229.115000', '162229.118000', '162229.120000', '162229.123000', '162229.126000', '162229.129000', '162229.132000', '162229.135000', '162229.138000', '162229.141000', '162229.143000', '162229.146000', '162229.149000', '162229.152000', '162229.155000', '162229.158000', '162229.161000', '162229.164000', '162229.167000', '162229.170000', '162229.173000', '162229.176000', '162229.179000', '162229.181000', '162229.184000', '162229.187000', '162229.190000', '162229.193000', '162229.196000', '162229.207000', '162249.077000', '162249.080000', '162249.083000', '162249.086000', '162249.089000', '162249.092000', '162249.095000', '162249.097000', '162249.100000', '162249.103000', '162249.108000', '162249.111000', '162249.114000', '162249.117000', '162249.120000', '162249.126000', '162249.129000', '162249.132000', '162249.135000', '162249.138000', '162249.141000', '162249.143000', '162249.147000', '162249.149000', '162249.152000', '162249.155000', '162249.158000', '162249.161000', '162249.164000', '162249.167000', '162249.170000', '162249.172000', '162249.175000', '162249.178000', '162249.181000', '162249.184000', '162249.187000', '162249.190000', '162249.193000', '162249.195000', '162249.198000', '162249.201000', '162249.204000', '162249.207000', '162309.077000', '162309.080000', '162309.083000', '162309.086000', '162309.089000', '162309.093000', '162309.096000', '162309.099000', '162309.102000', '162309.105000', '162309.108000', '162309.110000', '162309.113000', '162309.116000', '162309.119000', '162309.122000', '162309.125000', '162309.128000', '162309.130000', '162309.133000', '162309.136000', '162309.139000', '162309.142000', '162309.145000', '162309.148000', '162309.151000', '162309.154000', '162309.157000', '162309.161000', '162309.164000', '162309.167000', '162309.170000', '162309.173000', '162309.176000', '162309.179000', '162309.182000', '162309.184000', '162309.187000', '162309.190000', '162309.193000', '162309.196000', '162309.199000', '162309.202000', '162329.077000', '162329.080000', '162329.083000', '162329.086000', '162329.089000', '162329.092000', '162329.095000', '162329.098000', '162329.100000', '162329.103000', '162329.106000', '162329.109000', '162329.112000', '162329.115000', '162329.118000', '162329.121000', '162329.124000', '162329.127000', '162329.129000', '162329.132000', '162329.135000', '162329.138000', '162329.141000', '162329.144000', '162329.147000', '162329.150000', '162329.153000', '162329.155000', '162329.158000', '162329.161000', '162329.164000', '162329.167000', '162329.170000', '162329.173000', '162329.176000', '162329.178000', '162329.181000', '162329.184000', '162329.187000', '162329.190000', '162329.193000', '162329.196000', '162329.199000', '162329.201000', '162349.077000', '162349.087000', '162349.089000', '162349.092000', '162349.095000', '162349.098000', '162349.101000', '162349.104000', '162349.107000', '162349.110000', '162349.112000', '162349.115000', '162349.118000', '162349.121000', '162349.124000', '162349.127000', '162349.130000', '162349.132000', '162349.135000', '162349.138000', '162349.141000', '162349.144000', '162349.147000', '162349.155000', '162349.157000', '162349.160000', '162349.163000', '162349.167000', '162349.169000', '162349.173000', '162349.176000', '162349.178000', '162349.181000', '162349.184000', '162349.187000', '162349.190000', '162349.193000', '162349.196000', '162349.198000', '162349.201000', '162349.204000', '162349.208000', '162349.211000', '162409.077000', '162409.080000', '162409.083000', '162409.086000', '162409.089000', '162409.092000', '162409.094000', '162409.097000', '162409.100000', '162409.103000', '162409.117000', '162409.120000', '162409.123000', '162409.125000', '162409.128000', '162409.131000', '162409.134000', '162409.137000', '162409.140000', '162409.143000', '162409.146000', '162409.149000', '162409.151000', '162409.154000', '162409.157000', '162409.160000', '162409.163000', '162409.166000', '162409.169000', '162409.172000', '162409.175000', '162409.177000', '162409.180000', '162409.183000', '162409.186000', '162409.189000', '162409.192000', '162409.195000', '162409.198000', '162409.201000', '162409.204000', '162409.206000', '162409.209000', '162409.212000', '162429.076000', '162429.079000', '162429.082000', '162429.085000', '162429.088000', '162429.091000', '162429.094000', '162429.096000', '162429.099000', '162429.102000', '162429.109000', '162429.112000', '162429.115000', '162429.118000', '162429.121000', '162429.124000', '162429.127000', '162429.131000', '162429.134000', '162429.137000', '162429.139000', '162429.142000', '162429.145000', '162429.148000', '162429.151000', '162429.154000', '162429.157000', '162429.160000', '162429.162000', '162429.165000', '162429.168000', '162429.171000', '162429.174000', '162429.177000', '162429.180000', '162429.183000', '162429.187000', '162429.190000', '162429.193000', '162429.196000', '162429.199000', '162429.202000', '162429.205000', '162449.077000', '162449.080000', '162449.083000', '162449.086000', '162449.089000', '162449.092000', '162449.095000', '162449.098000', '162449.101000', '162449.103000', '162449.106000', '162449.109000', '162449.112000', '162449.115000', '162449.118000', '162449.121000', '162449.124000', '162449.127000', '162449.129000', '162449.137000', '162449.140000', '162449.143000', '162449.146000', '162449.149000', '162449.152000', '162449.155000', '162449.157000', '162449.160000', '162449.163000', '162449.166000', '162449.169000', '162449.172000', '162449.175000', '162449.178000', '162449.181000', '162449.183000', '162449.186000', '162449.189000', '162449.192000', '162449.195000', '162449.198000', '162449.201000', '162449.204000', '162449.207000', '162502.833000', '162502.836000', '162502.839000', '162502.843000', '162502.846000', '162502.849000', '162502.852000', '162502.855000', '162502.859000', '162502.862000', '162502.865000', '162502.868000', '162502.871000', '162502.874000', '162502.877000', '162502.880000', '162502.883000', '162502.886000', '162502.889000', '162502.892000', '162502.896000', '162502.899000', '162502.902000', '162502.905000', '162502.908000', '162502.911000', '162502.913000', '162502.916000', '162502.919000', '162502.922000'], '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': [11390, 11941, 10532, 8371, 10010, 8029, 9788, 7773, 11657, 7874, 11150, 7801, 8786, 9295, 7713, 10896, 7928, 11186, 7829, 12479, 13140, 11330, 8325, 10521, 11076, 10036, 12662, 10272, 7871, 9433, 12164, 9041, 14393, 9273, 13215, 7926, 12031, 7807, 11623, 7895, 11079, 7890, 11730, 8149, 7842, 9168, 7819, 13711, 16730, 12608, 13660, 8300, 12677, 7844, 11708, 7929, 11016, 7867, 9233, 7911, 8194, 10408, 8392, 10262, 8037, 12076, 7822, 11283, 7952, 10867, 7760, 10099, 7842, 9437, 13963, 8446, 13996, 8869, 12662, 7835, 11131, 7794, 10189, 13277, 9124, 13035, 7904, 12577, 7846, 11031, 7823, 9974, 7822, 8782, 8088, 8088, 12735, 8142, 11928, 7947, 11201, 7826, 10632, 8477, 8794, 14101, 9137, 12790, 7778, 11616, 7807, 10227, 10969, 9164, 14492, 9123, 12353, 7964, 10460, 7814, 9833, 11093, 8740, 13495, 8734, 12553, 7857, 11453, 7775, 10857, 8896, 9657, 9725, 8392, 14347, 8264, 12770, 7807, 11431, 7809, 9543, 7789, 8976, 8478, 8188, 13166, 8343, 12142, 8032, 11311, 7847, 9091, 14312, 8473, 14060, 9108, 11855, 7912, 10688, 7769, 9613, 14467, 8838, 13863, 8090, 12938, 7857, 11133, 7880, 10837, 7800, 9046, 8436, 8462, 14092, 8286, 13440, 9250, 12563, 7852, 11053, 7912, 9446, 12417, 9166, 8217, 8828, 9602, 8764, 12515, 9171, 8249, 9491, 13483, 8805, 14160, 8691, 13591, 9281, 13090, 7882, 12288, 7920, 12036, 7849, 12304, 8143, 13137, 8190, 13099, 9055, 8935, 9227, 7903, 11102, 8170, 13478, 9528, 13218, 12256, 8119, 13348, 8148, 14211, 9294, 15376, 10800, 12954, 9581, 7818, 10764, 7807, 11579, 7835, 11567, 7798, 11054, 7811, 11289, 8405, 8892, 8192, 7779, 8863, 7687, 10770, 8158, 13037, 7817, 9421, 8210, 7654, 10789, 8159, 13809, 9449, 11880, 11458, 8744, 14326, 9012, 13696, 11422, 12160, 16422, 13630, 10658, 9447, 7876, 9798, 7858, 10299, 7927, 10996, 7933, 10535, 7719, 10478, 7796, 10756, 7690, 12454, 7696, 12175, 12479, 10134, 10252, 8732, 14637, 8323, 13197, 8460, 11775, 7629, 11699, 7586, 11176, 7670, 11569, 7576, 10598, 7530, 9771, 7565, 8586, 7999, 8284, 7606, 9449, 7946, 9180, 7952, 9353, 7673, 10408, 8055, 10904, 8187, 12476, 9568, 11791, 7708, 12204, 7854, 13587, 8872, 14962, 9245, 11892, 9303, 7879, 12005, 7935, 11975, 7697, 8235, 10334, 7747, 9476, 8991, 8146, 8782, 9815, 8022, 15420, 11706, 10430, 10928, 11353, 11791, 16414, 13295, 13810, 10236, 14613, 9097, 13050, 8418, 11687, 7977, 11067, 7800, 10729, 7972, 10904, 7820, 10871, 7907, 11256, 8023, 9829, 12912, 9089, 12896, 8290, 13015, 7898, 11520, 7938, 10492, 7821, 8682, 13248, 8547, 13143, 8090, 11346, 7754, 10121, 7733, 9193, 13863, 8842, 13287, 9250, 11736, 7857, 10963, 8012, 11372, 7890, 10421, 7766, 10036, 12435, 8818, 14219, 9769, 12236, 7831, 11491, 7993, 10911, 7837, 10601, 7909, 10261, 8098, 9953, 12512, 8541, 13462, 8594, 11490, 7997, 11542, 7854, 10193, 12730, 9630, 13467, 8048, 13170, 8091, 11330, 8453, 9388, 8509, 8587, 13974, 8940, 13002, 8790, 13238, 8003, 12921, 8106, 10714, 7815, 10293, 7899, 9893, 7753, 10838, 7956, 7735, 9802, 8623, 13526, 8658, 14572, 9486, 14603, 9912, 14924, 11131, 13945, 9446, 14668, 10968, 12157, 10234, 7787, 11324, 7916, 13588, 10270, 8207, 10810, 7832, 13076, 7960, 14104, 8747, 8242, 8864, 15658, 12090, 13858, 11301, 7880, 8331, 7962, 10417, 7692, 7802, 9142, 7941, 13828, 10435, 14210, 9923, 14082, 10407, 13402, 10347, 11637, 7928, 8637, 7889, 11299, 8363, 11659, 8399, 7792, 8099, 7803, 8722, 7775, 8943, 7802, 9472, 7729, 10058, 7869, 10470, 7923, 10407, 7781, 9899, 7762, 11571, 8743, 7808, 9693, 7639, 11356, 8546, 11610, 7799, 11296, 8162, 10579, 8037, 10593, 10821, 9794, 7805, 9733, 8562, 9506, 12862, 8983, 14101, 9239, 12794, 7832, 12651, 8061, 13255, 9006, 12037, 7940, 9039, 8194, 7848, 9898, 7890, 11292, 8116, 12157, 12624, 10527, 9062, 10868, 7902, 12937, 7894, 12152, 11019, 7840, 13723, 9921, 17108, 12576, 15466, 11805, 16419, 12733, 14776, 11552, 13132, 9232, 9161, 8649, 7844, 9759, 7772, 11108, 7746, 11831, 7813, 12979, 8065, 13043, 8259, 12205, 7782, 12821, 8008, 13491, 10560, 12886, 8548, 12724, 8352, 10368, 8787, 7750, 9442, 7733, 11216, 7839, 12915, 7991, 13225, 7865, 12807, 7777, 14092, 8261, 12990, 8381, 11180, 9040, 8762, 9941, 7829, 10749, 7846, 13288, 10397, 9533, 9326, 7801, 10676, 7849, 11762, 7846, 12034, 7807, 9396, 8590, 7941, 11411, 7889, 11052, 7939, 9156, 10395, 7851, 13759, 8243, 9119, 13748, 9937, 12494, 9760, 7656, 11810, 7630, 14534, 11350, 13099, 9338, 12471, 9051, 14954, 9400, 14106, 9967, 11745, 8162, 11973, 7847, 10763, 7841, 10848, 7830, 10725, 7708, 10578, 7765, 9409, 12364, 8960, 12487, 7810, 12328, 7785, 10560, 7848, 9673, 8196, 8767, 15150, 8686, 13397, 8613, 10376, 9089, 8583, 10402, 7800, 12306, 7845, 11213, 7826, 9178, 8720, 7834, 12727, 7742, 10952, 9373, 8713, 13160, 8515, 11584, 7702, 10371, 8638, 8953, 13505, 9124, 12106, 7759, 10484, 7789, 9539, 7718, 8738, 13955, 7793, 11908, 7806, 10031, 7722, 9270, 7809, 9256, 7694, 8617, 13970, 8007, 13060, 8589, 12277, 8349, 10484, 7866, 9900, 9124, 9528, 15253, 9536, 13507, 8670, 10497, 7806, 8282, 12648, 7792, 11019, 8019, 10590, 8020, 9144, 12973, 7927, 11299, 7772, 10182, 7706, 8819, 7911, 8245, 13805, 8260, 12647, 8201, 11591, 7740, 10323, 11033, 8778, 13738, 7864, 12327, 7830, 10703, 7804, 10675, 9889, 8666, 14140, 8732, 12125, 7893, 10830, 7827, 9130, 13958, 8908, 12368, 7846, 10870, 7749, 9842, 12044, 8522, 13068, 7877, 11650, 7832, 10232, 7724, 8888, 12277, 7958, 11126, 7840, 10116, 7912, 9929, 7845, 8364, 13257, 8142, 12262, 8395, 12050, 7785, 11931, 8250, 9750, 12060, 8720, 13341, 8783, 12117, 7776, 11775, 7797, 9761, 13159, 8612, 13385, 9429, 12325, 7798, 11885, 7798, 10160, 7891, 8349, 9781, 8003, 9182, 7828, 13934, 8175, 12051, 7894, 9933, 8719, 8776, 8405, 8295, 14168, 8130, 13188, 8205, 12571, 7898, 12612, 7829, 11396, 8311, 10021, 7970, 10090, 7842, 9662, 9452, 8807, 13416, 8640, 11690, 8079, 9621, 7940, 10350, 8012, 9948, 8214, 7859, 9245, 14886, 8600, 12926, 8312, 11933, 7913, 12530, 7908, 11844, 7812, 11977, 7853, 12270, 7866, 11590, 7833, 12283, 7827, 12562, 7901, 11023, 10235, 9865, 9241, 9844, 7798, 9162, 12946, 8725, 13823, 9396, 12581, 8229, 14532, 8565, 12557, 8847, 10856, 7843, 8616, 8101, 8642, 10144, 7476, 12980, 7691, 7682, 9414, 7922, 16042, 11281, 14261, 9879, 15440, 11552, 14815, 9068, 12929, 7972, 12200, 8025, 7988, 8975, 7845, 10218, 7808, 11576, 7795, 12410, 7814, 12537, 7812, 11400, 12276, 9436, 13935, 8888, 13851, 7829, 13403, 7807, 10592, 7788, 9361, 7756, 9742, 7773, 9815, 7789, 10370, 7790, 11035, 7840, 11350, 8195, 12432, 8382, 7728, 9044, 7823, 10738, 7799, 12877, 7833, 12895, 7852, 14751, 10477], 'WindowCenter': [4649.0, 4619.0, 4582.0, 4547.0, 4552.0, 4531.0, 4536.0, 4488.0, 4542.0, 4491.0, 4528.0, 4493.0, 4514.0, 4527.0, 4506.0, 4558.0, 4518.0, 4558.0, 4508.0, 4569.0, 4566.0, 4548.0, 4506.0, 4535.0, 4545.0, 4523.0, 4555.0, 4534.0, 4505.0, 4526.0, 4555.0, 4525.0, 4573.0, 4524.0, 4564.0, 4504.0, 4554.0, 4504.0, 4545.0, 4505.0, 4556.0, 4508.0, 4553.0, 4514.0, 4518.0, 4527.0, 4509.0, 4580.0, 4588.0, 4556.0, 4563.0, 4504.0, 4551.0, 4491.0, 4541.0, 4490.0, 4530.0, 4491.0, 4510.0, 4491.0, 4500.0, 4532.0, 4504.0, 4534.0, 4505.0, 4554.0, 4506.0, 4545.0, 4505.0, 4546.0, 4495.0, 4534.0, 4505.0, 4525.0, 4575.0, 4516.0, 4563.0, 4525.0, 4565.0, 4505.0, 4545.0, 4495.0, 4536.0, 4565.0, 4525.0, 4564.0, 4505.0, 4555.0, 4505.0, 4545.0, 4493.0, 4535.0, 4504.0, 4515.0, 4505.0, 4505.0, 4566.0, 4517.0, 4556.0, 4516.0, 4546.0, 4507.0, 4546.0, 4516.0, 4516.0, 4576.0, 4526.0, 4566.0, 4506.0, 4546.0, 4506.0, 4536.0, 4545.0, 4525.0, 4574.0, 4525.0, 4555.0, 4506.0, 4545.0, 4503.0, 4534.0, 4544.0, 4515.0, 4564.0, 4527.0, 4566.0, 4517.0, 4556.0, 4506.0, 4547.0, 4526.0, 4536.0, 4536.0, 4515.0, 4576.0, 4516.0, 4566.0, 4505.0, 4556.0, 4495.0, 4536.0, 4495.0, 4525.0, 4514.0, 4516.0, 4565.0, 4515.0, 4566.0, 4518.0, 4558.0, 4517.0, 4527.0, 4576.0, 4517.0, 4575.0, 4527.0, 4556.0, 4516.0, 4545.0, 4506.0, 4537.0, 4577.0, 4527.0, 4576.0, 4504.0, 4563.0, 4516.0, 4544.0, 4516.0, 4545.0, 4505.0, 4527.0, 4516.0, 4516.0, 4575.0, 4518.0, 4576.0, 4527.0, 4566.0, 4506.0, 4546.0, 4504.0, 4536.0, 4565.0, 4525.0, 4515.0, 4527.0, 4536.0, 4526.0, 4567.0, 4536.0, 4515.0, 4538.0, 4577.0, 4527.0, 4576.0, 4527.0, 4565.0, 4527.0, 4563.0, 4505.0, 4555.0, 4504.0, 4554.0, 4507.0, 4557.0, 4506.0, 4564.0, 4516.0, 4577.0, 4537.0, 4538.0, 4538.0, 4505.0, 4583.0, 4577.0, 4635.0, 4567.0, 4594.0, 4571.0, 4518.0, 4565.0, 4507.0, 4563.0, 4523.0, 4584.0, 4556.0, 4564.0, 4524.0, 4505.0, 4544.0, 4493.0, 4542.0, 4493.0, 4543.0, 4492.0, 4532.0, 4494.0, 4544.0, 4505.0, 4513.0, 4505.0, 4505.0, 4528.0, 4506.0, 4559.0, 4531.0, 4589.0, 4519.0, 4538.0, 4517.0, 4507.0, 4558.0, 4518.0, 4578.0, 4538.0, 4568.0, 4558.0, 4517.0, 4578.0, 4526.0, 4568.0, 4545.0, 4555.0, 4575.0, 4554.0, 4522.0, 4512.0, 4491.0, 4511.0, 4493.0, 4524.0, 4493.0, 4533.0, 4492.0, 4536.0, 4495.0, 4534.0, 4493.0, 4532.0, 4495.0, 4554.0, 4495.0, 4555.0, 4556.0, 4525.0, 4524.0, 4503.0, 4563.0, 4503.0, 4553.0, 4505.0, 4542.0, 4495.0, 4544.0, 4494.0, 4543.0, 4507.0, 4545.0, 4505.0, 4534.0, 4505.0, 4534.0, 4494.0, 4516.0, 4507.0, 4516.0, 4508.0, 4538.0, 4518.0, 4539.0, 4521.0, 4540.0, 4510.0, 4550.0, 4518.0, 4549.0, 4518.0, 4569.0, 4538.0, 4559.0, 4508.0, 4569.0, 4519.0, 4578.0, 4527.0, 4576.0, 4528.0, 4556.0, 4525.0, 4518.0, 4557.0, 4503.0, 4538.0, 4491.0, 4500.0, 4545.0, 4518.0, 4549.0, 4525.0, 4517.0, 4528.0, 4548.0, 4530.0, 4598.0, 4569.0, 4549.0, 4546.0, 4546.0, 4556.0, 4585.0, 4565.0, 4564.0, 4534.0, 4563.0, 4512.0, 4551.0, 4504.0, 4543.0, 4504.0, 4544.0, 4494.0, 4533.0, 4505.0, 4546.0, 4508.0, 4545.0, 4507.0, 4557.0, 4507.0, 4535.0, 4567.0, 4526.0, 4564.0, 4515.0, 4564.0, 4506.0, 4546.0, 4506.0, 4545.0, 4494.0, 4515.0, 4566.0, 4516.0, 4566.0, 4506.0, 4545.0, 4506.0, 4534.0, 4504.0, 4525.0, 4576.0, 4527.0, 4563.0, 4527.0, 4554.0, 4517.0, 4545.0, 4517.0, 4556.0, 4507.0, 4547.0, 4507.0, 4538.0, 4565.0, 4525.0, 4576.0, 4537.0, 4557.0, 4505.0, 4556.0, 4507.0, 4546.0, 4504.0, 4546.0, 4505.0, 4535.0, 4505.0, 4536.0, 4566.0, 4515.0, 4564.0, 4517.0, 4555.0, 4507.0, 4557.0, 4506.0, 4536.0, 4565.0, 4537.0, 4566.0, 4504.0, 4565.0, 4503.0, 4543.0, 4505.0, 4524.0, 4513.0, 4513.0, 4564.0, 4515.0, 4563.0, 4513.0, 4564.0, 4518.0, 4612.0, 4537.0, 4549.0, 4508.0, 4546.0, 4521.0, 4552.0, 4522.0, 4557.0, 4517.0, 4519.0, 4548.0, 4526.0, 4577.0, 4517.0, 4588.0, 4550.0, 4577.0, 4535.0, 4575.0, 4534.0, 4552.0, 4512.0, 4562.0, 4532.0, 4541.0, 4520.0, 4479.0, 4531.0, 4493.0, 4552.0, 4523.0, 4502.0, 4531.0, 4481.0, 4550.0, 4490.0, 4549.0, 4500.0, 4502.0, 4512.0, 4561.0, 4540.0, 4549.0, 4531.0, 4491.0, 4502.0, 4491.0, 4532.0, 4491.0, 4493.0, 4523.0, 4505.0, 4564.0, 4545.0, 4564.0, 4524.0, 4562.0, 4532.0, 4551.0, 4522.0, 4531.0, 4491.0, 4501.0, 4492.0, 4542.0, 4505.0, 4542.0, 4503.0, 4494.0, 4505.0, 4494.0, 4515.0, 4506.0, 4526.0, 4506.0, 4536.0, 4506.0, 4539.0, 4518.0, 4548.0, 4518.0, 4547.0, 4505.0, 4519.0, 4503.0, 4554.0, 4527.0, 4517.0, 4539.0, 4518.0, 4559.0, 4528.0, 4571.0, 4508.0, 4559.0, 4518.0, 4547.0, 4517.0, 4547.0, 4546.0, 4537.0, 4506.0, 4538.0, 4526.0, 4535.0, 4566.0, 4526.0, 4575.0, 4527.0, 4565.0, 4506.0, 4578.0, 4546.0, 4605.0, 4557.0, 4583.0, 4521.0, 4528.0, 4517.0, 4507.0, 4538.0, 4506.0, 4557.0, 4516.0, 4567.0, 4566.0, 4546.0, 4526.0, 4560.0, 4517.0, 4565.0, 4516.0, 4555.0, 4544.0, 4504.0, 4565.0, 4537.0, 4596.0, 4556.0, 4574.0, 4543.0, 4572.0, 4542.0, 4550.0, 4530.0, 4539.0, 4499.0, 4499.0, 4500.0, 4492.0, 4523.0, 4492.0, 4543.0, 4490.0, 4541.0, 4491.0, 4549.0, 4491.0, 4549.0, 4502.0, 4540.0, 4490.0, 4550.0, 4502.0, 4562.0, 4534.0, 4551.0, 4503.0, 4551.0, 4502.0, 4533.0, 4502.0, 4493.0, 4523.0, 4504.0, 4544.0, 4506.0, 4565.0, 4505.0, 4566.0, 4504.0, 4553.0, 4494.0, 4564.0, 4505.0, 4564.0, 4505.0, 4545.0, 4514.0, 4515.0, 4525.0, 4494.0, 4545.0, 4505.0, 4564.0, 4536.0, 4527.0, 4525.0, 4504.0, 4535.0, 4504.0, 4545.0, 4505.0, 4555.0, 4506.0, 4525.0, 4517.0, 4507.0, 4556.0, 4517.0, 4557.0, 4518.0, 4539.0, 4536.0, 4519.0, 4573.0, 4499.0, 4498.0, 4549.0, 4521.0, 4552.0, 4522.0, 4492.0, 4552.0, 4493.0, 4573.0, 4547.0, 4563.0, 4524.0, 4553.0, 4513.0, 4571.0, 4513.0, 4561.0, 4522.0, 4540.0, 4501.0, 4540.0, 4492.0, 4532.0, 4504.0, 4543.0, 4495.0, 4543.0, 4494.0, 4535.0, 4494.0, 4526.0, 4554.0, 4513.0, 4554.0, 4494.0, 4554.0, 4494.0, 4533.0, 4503.0, 4526.0, 4515.0, 4514.0, 4574.0, 4514.0, 4563.0, 4514.0, 4534.0, 4512.0, 4502.0, 4533.0, 4493.0, 4552.0, 4504.0, 4545.0, 4493.0, 4524.0, 4513.0, 4494.0, 4565.0, 4493.0, 4542.0, 4524.0, 4514.0, 4564.0, 4515.0, 4555.0, 4504.0, 4534.0, 4514.0, 4525.0, 4563.0, 4527.0, 4554.0, 4504.0, 4545.0, 4504.0, 4524.0, 4493.0, 4513.0, 4574.0, 4505.0, 4555.0, 4503.0, 4533.0, 4505.0, 4526.0, 4505.0, 4537.0, 4506.0, 4527.0, 4576.0, 4516.0, 4565.0, 4526.0, 4556.0, 4514.0, 4545.0, 4503.0, 4534.0, 4523.0, 4523.0, 4573.0, 4523.0, 4563.0, 4501.0, 4532.0, 4492.0, 4505.0, 4564.0, 4493.0, 4545.0, 4504.0, 4533.0, 4504.0, 4524.0, 4562.0, 4503.0, 4544.0, 4502.0, 4534.0, 4493.0, 4524.0, 4504.0, 4515.0, 4576.0, 4515.0, 4565.0, 4516.0, 4554.0, 4492.0, 4534.0, 4544.0, 4514.0, 4564.0, 4504.0, 4551.0, 4493.0, 4533.0, 4503.0, 4533.0, 4533.0, 4513.0, 4574.0, 4515.0, 4552.0, 4503.0, 4543.0, 4492.0, 4523.0, 4571.0, 4524.0, 4553.0, 4505.0, 4543.0, 4494.0, 4533.0, 4554.0, 4514.0, 4563.0, 4503.0, 4542.0, 4492.0, 4532.0, 4492.0, 4523.0, 4551.0, 4503.0, 4544.0, 4504.0, 4533.0, 4504.0, 4535.0, 4503.0, 4516.0, 4575.0, 4516.0, 4566.0, 4516.0, 4565.0, 4507.0, 4555.0, 4514.0, 4525.0, 4553.0, 4515.0, 4563.0, 4514.0, 4553.0, 4505.0, 4553.0, 4504.0, 4535.0, 4563.0, 4516.0, 4564.0, 4524.0, 4553.0, 4504.0, 4553.0, 4503.0, 4534.0, 4504.0, 4514.0, 4536.0, 4516.0, 4525.0, 4506.0, 4577.0, 4516.0, 4567.0, 4516.0, 4535.0, 4514.0, 4516.0, 4514.0, 4514.0, 4574.0, 4515.0, 4564.0, 4515.0, 4564.0, 4515.0, 4563.0, 4505.0, 4554.0, 4515.0, 4534.0, 4504.0, 4546.0, 4504.0, 4534.0, 4524.0, 4524.0, 4564.0, 4515.0, 4555.0, 4514.0, 4533.0, 4515.0, 4547.0, 4518.0, 4545.0, 4517.0, 4518.0, 4537.0, 4597.0, 4527.0, 4576.0, 4528.0, 4566.0, 4516.0, 4566.0, 4517.0, 4566.0, 4507.0, 4556.0, 4516.0, 4566.0, 4516.0, 4556.0, 4506.0, 4566.0, 4507.0, 4565.0, 4515.0, 4555.0, 4544.0, 4535.0, 4524.0, 4534.0, 4504.0, 4526.0, 4563.0, 4515.0, 4574.0, 4525.0, 4566.0, 4559.0, 4633.0, 4546.0, 4569.0, 4527.0, 4545.0, 4517.0, 4530.0, 4520.0, 4540.0, 4550.0, 4508.0, 4577.0, 4506.0, 4519.0, 4536.0, 4516.0, 4587.0, 4557.0, 4578.0, 4537.0, 4574.0, 4555.0, 4573.0, 4512.0, 4542.0, 4491.0, 4539.0, 4490.0, 4503.0, 4513.0, 4504.0, 4532.0, 4492.0, 4542.0, 4504.0, 4553.0, 4493.0, 4553.0, 4493.0, 4543.0, 4542.0, 4513.0, 4563.0, 4512.0, 4552.0, 4493.0, 4551.0, 4492.0, 4520.0, 4491.0, 4512.0, 4491.0, 4511.0, 4493.0, 4533.0, 4506.0, 4533.0, 4503.0, 4534.0, 4504.0, 4544.0, 4517.0, 4567.0, 4517.0, 4505.0, 4526.0, 4509.0, 4546.0, 4495.0, 4568.0, 4496.0, 4564.0, 4505.0, 4575.0, 4546.0], 'WindowWidth': [10206.0, 10141.0, 10073.0, 10017.0, 10014.0, 9984.0, 9981.0, 9901.0, 9977.0, 9905.0, 9955.0, 9915.0, 9944.0, 9967.0, 9937.0, 10010.0, 9957.0, 10011.0, 9943.0, 10026.0, 10020.0, 9995.0, 9936.0, 9974.0, 9985.0, 9955.0, 10000.0, 9970.0, 9932.0, 9962.0, 10000.0, 9961.0, 10023.0, 9960.0, 10012.0, 9931.0, 9998.0, 9932.0, 9988.0, 9935.0, 10006.0, 9942.0, 9996.0, 9948.0, 9955.0, 9966.0, 9946.0, 10046.0, 10055.0, 10006.0, 10009.0, 9927.0, 9990.0, 9907.0, 9974.0, 9905.0, 9959.0, 9907.0, 9932.0, 9907.0, 9921.0, 9965.0, 9931.0, 9972.0, 9934.0, 9999.0, 9936.0, 9989.0, 9934.0, 9991.0, 9921.0, 9972.0, 9932.0, 9960.0, 10029.0, 9950.0, 10011.0, 9961.0, 10014.0, 9934.0, 9988.0, 9920.0, 9976.0, 10016.0, 9960.0, 10013.0, 9934.0, 10000.0, 9934.0, 9987.0, 9917.0, 9974.0, 9931.0, 9947.0, 9934.0, 9936.0, 10017.0, 9953.0, 10004.0, 9952.0, 9991.0, 9941.0, 9992.0, 9952.0, 9952.0, 10034.0, 9966.0, 10019.0, 9938.0, 9990.0, 9936.0, 9976.0, 9988.0, 9962.0, 10026.0, 9962.0, 10000.0, 9936.0, 9987.0, 9931.0, 9973.0, 9987.0, 9950.0, 10014.0, 9966.0, 10019.0, 9953.0, 10005.0, 9939.0, 9994.0, 9965.0, 9979.0, 9978.0, 9948.0, 10031.0, 9950.0, 10017.0, 9937.0, 10003.0, 9922.0, 9977.0, 9920.0, 9961.0, 9947.0, 9951.0, 10018.0, 9953.0, 10019.0, 9956.0, 10011.0, 9955.0, 9967.0, 10035.0, 9954.0, 10032.0, 9967.0, 10004.0, 9952.0, 9989.0, 9937.0, 9979.0, 10036.0, 9968.0, 10032.0, 9934.0, 10013.0, 9952.0, 9987.0, 9953.0, 9991.0, 9937.0, 9968.0, 9952.0, 9953.0, 10033.0, 9957.0, 10032.0, 9968.0, 10018.0, 9939.0, 9990.0, 9935.0, 9978.0, 10017.0, 9963.0, 9949.0, 9967.0, 9978.0, 9966.0, 10022.0, 9980.0, 9951.0, 9982.0, 10034.0, 9967.0, 10034.0, 9969.0, 10016.0, 9969.0, 10011.0, 9935.0, 10000.0, 9935.0, 10001.0, 9942.0, 10007.0, 9939.0, 10015.0, 9952.0, 10036.0, 9985.0, 9987.0, 9983.0, 9935.0, 10059.0, 10075.0, 10149.0, 10042.0, 10071.0, 10035.0, 9955.0, 10015.0, 9938.0, 10009.0, 9956.0, 10041.0, 10007.0, 10012.0, 9958.0, 9933.0, 9982.0, 9912.0, 9977.0, 9911.0, 9979.0, 9910.0, 9961.0, 9915.0, 9983.0, 9932.0, 9942.0, 9932.0, 9934.0, 9968.0, 9939.0, 10014.0, 9985.0, 10057.0, 9962.0, 9986.0, 9955.0, 9939.0, 10010.0, 9957.0, 10034.0, 9982.0, 10021.0, 10009.0, 9951.0, 10037.0, 9961.0, 10021.0, 9984.0, 9999.0, 10028.0, 9994.0, 9946.0, 9933.0, 9903.0, 9932.0, 9911.0, 9953.0, 9911.0, 9966.0, 9909.0, 9975.0, 9918.0, 9968.0, 9911.0, 9964.0, 9918.0, 9994.0, 9916.0, 9998.0, 10000.0, 9956.0, 9954.0, 9925.0, 10006.0, 9925.0, 9992.0, 9929.0, 9976.0, 9917.0, 9981.0, 9917.0, 9980.0, 9936.0, 9987.0, 9933.0, 9970.0, 9930.0, 9969.0, 9916.0, 9947.0, 9937.0, 9950.0, 9941.0, 9981.0, 9954.0, 9986.0, 9963.0, 9987.0, 9946.0, 10002.0, 9956.0, 9998.0, 9955.0, 10025.0, 9980.0, 10012.0, 9941.0, 10023.0, 9955.0, 10034.0, 9964.0, 10032.0, 9967.0, 10004.0, 9961.0, 9955.0, 10004.0, 9925.0, 9968.0, 9909.0, 9919.0, 9987.0, 9956.0, 10000.0, 9963.0, 9956.0, 9971.0, 10000.0, 9977.0, 10068.0, 10029.0, 9999.0, 9992.0, 9991.0, 10004.0, 10044.0, 10017.0, 10012.0, 9969.0, 10008.0, 9937.0, 9990.0, 9930.0, 9980.0, 9930.0, 9982.0, 9917.0, 9968.0, 9935.0, 9989.0, 9941.0, 9988.0, 9941.0, 10007.0, 9937.0, 9975.0, 10019.0, 9963.0, 10013.0, 9947.0, 10013.0, 9935.0, 9991.0, 9935.0, 9988.0, 9918.0, 9947.0, 10017.0, 9949.0, 10018.0, 9936.0, 9987.0, 9936.0, 9973.0, 9933.0, 9962.0, 10031.0, 9966.0, 10012.0, 9966.0, 10000.0, 9952.0, 9988.0, 9953.0, 10005.0, 9941.0, 9994.0, 9941.0, 9982.0, 10018.0, 9963.0, 10033.0, 9980.0, 10007.0, 9935.0, 10003.0, 9939.0, 9989.0, 9933.0, 9990.0, 9935.0, 9975.0, 9934.0, 9977.0, 10017.0, 9948.0, 10015.0, 9955.0, 10001.0, 9941.0, 10008.0, 9937.0, 9978.0, 10017.0, 9980.0, 10017.0, 9933.0, 10013.0, 9928.0, 9984.0, 9932.0, 9958.0, 9941.0, 9941.0, 10011.0, 9946.0, 10009.0, 9942.0, 10011.0, 9958.0, 10112.0, 9998.0, 10002.0, 9941.0, 9992.0, 9964.0, 10007.0, 9968.0, 10009.0, 9956.0, 9961.0, 9997.0, 9964.0, 10035.0, 9953.0, 10055.0, 10002.0, 10033.0, 9974.0, 10029.0, 9968.0, 9989.0, 9936.0, 10004.0, 9964.0, 9974.0, 9943.0, 9887.0, 9959.0, 9911.0, 9991.0, 9951.0, 9923.0, 9960.0, 9892.0, 9984.0, 9904.0, 9982.0, 9916.0, 9925.0, 9936.0, 10002.0, 9971.0, 9983.0, 9963.0, 9907.0, 9922.0, 9907.0, 9964.0, 9909.0, 9915.0, 9953.0, 9933.0, 10010.0, 9987.0, 10010.0, 9956.0, 10004.0, 9963.0, 9987.0, 9950.0, 9961.0, 9908.0, 9921.0, 9910.0, 9977.0, 9931.0, 9978.0, 9925.0, 9916.0, 9932.0, 9917.0, 9947.0, 9936.0, 9962.0, 9936.0, 9976.0, 9936.0, 9983.0, 9955.0, 9995.0, 9955.0, 9994.0, 9936.0, 9942.0, 9927.0, 9999.0, 9967.0, 9955.0, 9984.0, 9957.0, 10014.0, 9971.0, 10031.0, 9944.0, 10013.0, 9956.0, 9994.0, 9954.0, 9993.0, 9993.0, 9982.0, 9938.0, 9981.0, 9964.0, 9977.0, 10018.0, 9966.0, 10030.0, 9968.0, 10017.0, 9938.0, 10040.0, 10013.0, 10092.0, 10025.0, 10054.0, 9968.0, 9971.0, 9953.0, 9938.0, 9981.0, 9937.0, 10006.0, 9952.0, 10022.0, 10018.0, 9990.0, 9963.0, 10015.0, 9954.0, 10017.0, 9950.0, 9999.0, 9984.0, 9930.0, 10013.0, 9979.0, 10061.0, 10002.0, 10025.0, 9979.0, 10019.0, 9974.0, 9984.0, 9958.0, 9967.0, 9913.0, 9914.0, 9915.0, 9908.0, 9954.0, 9911.0, 9978.0, 9907.0, 9975.0, 9909.0, 9984.0, 9909.0, 9982.0, 9923.0, 9972.0, 9907.0, 9987.0, 9926.0, 10006.0, 9969.0, 9988.0, 9925.0, 9987.0, 9923.0, 9967.0, 9925.0, 9913.0, 9955.0, 9930.0, 9984.0, 9938.0, 10012.0, 9933.0, 10014.0, 9929.0, 9992.0, 9915.0, 10010.0, 9932.0, 10009.0, 9931.0, 9986.0, 9943.0, 9944.0, 9958.0, 9916.0, 9984.0, 9934.0, 10013.0, 9978.0, 9963.0, 9959.0, 9929.0, 9972.0, 9929.0, 9985.0, 9931.0, 9998.0, 9935.0, 9961.0, 9951.0, 9937.0, 10002.0, 9954.0, 10008.0, 9955.0, 9985.0, 9975.0, 9958.0, 10023.0, 9916.0, 9908.0, 9981.0, 9948.0, 9990.0, 9951.0, 9910.0, 9992.0, 9916.0, 10024.0, 9993.0, 10010.0, 9956.0, 9994.0, 9940.0, 10018.0, 9941.0, 10002.0, 9953.0, 9974.0, 9922.0, 9973.0, 9911.0, 9965.0, 9932.0, 9982.0, 9921.0, 9983.0, 9918.0, 9972.0, 9917.0, 9963.0, 9998.0, 9945.0, 9998.0, 9919.0, 9999.0, 9918.0, 9970.0, 9931.0, 9963.0, 9948.0, 9947.0, 10028.0, 9945.0, 10011.0, 9945.0, 9970.0, 9939.0, 9926.0, 9969.0, 9915.0, 9994.0, 9932.0, 9987.0, 9918.0, 9961.0, 9943.0, 9919.0, 10014.0, 9918.0, 9983.0, 9960.0, 9947.0, 10012.0, 9949.0, 10003.0, 9933.0, 9973.0, 9947.0, 9962.0, 10011.0, 9967.0, 10000.0, 9933.0, 9989.0, 9932.0, 9958.0, 9917.0, 9943.0, 10026.0, 9935.0, 10001.0, 9930.0, 9970.0, 9936.0, 9965.0, 9936.0, 9981.0, 9938.0, 9969.0, 10034.0, 9952.0, 10018.0, 9966.0, 10006.0, 9947.0, 9989.0, 9931.0, 9972.0, 9956.0, 9957.0, 10027.0, 9958.0, 10011.0, 9923.0, 9967.0, 9913.0, 9933.0, 10012.0, 9917.0, 9989.0, 9934.0, 9972.0, 9933.0, 9959.0, 10009.0, 9930.0, 9986.0, 9929.0, 9971.0, 9917.0, 9961.0, 9934.0, 9950.0, 10032.0, 9950.0, 10018.0, 9951.0, 10001.0, 9916.0, 9974.0, 9985.0, 9946.0, 10014.0, 9933.0, 9993.0, 9917.0, 9969.0, 9930.0, 9971.0, 9970.0, 9945.0, 10028.0, 9947.0, 9995.0, 9930.0, 9983.0, 9915.0, 9958.0, 10022.0, 9960.0, 9996.0, 9933.0, 9983.0, 9917.0, 9970.0, 9999.0, 9943.0, 10011.0, 9931.0, 9979.0, 9913.0, 9966.0, 9913.0, 9957.0, 9992.0, 9930.0, 9986.0, 9934.0, 9971.0, 9935.0, 9977.0, 9934.0, 9953.0, 10033.0, 9954.0, 10019.0, 9955.0, 10018.0, 9942.0, 10005.0, 9946.0, 9961.0, 9999.0, 9948.0, 10013.0, 9948.0, 9999.0, 9936.0, 10001.0, 9932.0, 9975.0, 10012.0, 9950.0, 10014.0, 9961.0, 9997.0, 9934.0, 9997.0, 9932.0, 9972.0, 9936.0, 9948.0, 9978.0, 9953.0, 9965.0, 9941.0, 10037.0, 9952.0, 10021.0, 9954.0, 9978.0, 9948.0, 9952.0, 9947.0, 9948.0, 10030.0, 9951.0, 10016.0, 9952.0, 10015.0, 9952.0, 10012.0, 9936.0, 10001.0, 9950.0, 9975.0, 9933.0, 9991.0, 9932.0, 9975.0, 9959.0, 9960.0, 10017.0, 9949.0, 10003.0, 9948.0, 9974.0, 9952.0, 9996.0, 9959.0, 9993.0, 9957.0, 9959.0, 9986.0, 10066.0, 9971.0, 10036.0, 9973.0, 10021.0, 9955.0, 10022.0, 9957.0, 10022.0, 9944.0, 10007.0, 9954.0, 10020.0, 9954.0, 10006.0, 9939.0, 10020.0, 9941.0, 10019.0, 9950.0, 10006.0, 9989.0, 9976.0, 9961.0, 9973.0, 9934.0, 9964.0, 10014.0, 9950.0, 10029.0, 9965.0, 10018.0, 10037.0, 10144.0, 10013.0, 10030.0, 9970.0, 9989.0, 9954.0, 9977.0, 9965.0, 9994.0, 10006.0, 9946.0, 10035.0, 9939.0, 9962.0, 9978.0, 9951.0, 10046.0, 10006.0, 10037.0, 9978.0, 10027.0, 10000.0, 10024.0, 9937.0, 9974.0, 9906.0, 9968.0, 9905.0, 9926.0, 9939.0, 9928.0, 9965.0, 9914.0, 9978.0, 9932.0, 9993.0, 9914.0, 9992.0, 9913.0, 9979.0, 9979.0, 9941.0, 10007.0, 9935.0, 9990.0, 9912.0, 9987.0, 9909.0, 9945.0, 9907.0, 9936.0, 9908.0, 9934.0, 9914.0, 9968.0, 9935.0, 9969.0, 9928.0, 9969.0, 9932.0, 9986.0, 9954.0, 10018.0, 9952.0, 9932.0, 9963.0, 9944.0, 9989.0, 9920.0, 10021.0, 9921.0, 10010.0, 9934.0, 10029.0, 9989.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.0008841897233201581</td></tr>
<tr><td colspan=3>aqi</td><td>0.01684848043478261</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.64798134363011</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.206928593343224</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0043744263600407</td></tr>
<tr><td colspan=3>efc</td><td>0.4958</td></tr>
<tr><td colspan=3>fber</td><td>5955.7334</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10718616740661528</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>89</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.794466403162055</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5959799760970124</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5578743935609767</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5886952110079693</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.641370323722092</td></tr>
<tr><td colspan=3>gcor</td><td>0.00893703</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009338117204606533</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03077918291091919</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1012</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0078686427768675</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.9075</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0969</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.4585</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294198.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>1035.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>444.1087</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6466</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.1539</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3713.6692</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1497.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4923.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>960.854</td></tr>
<tr><td colspan=3>tsnr</td><td>40.153407567646354</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>