<?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-0014_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-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014/ses-01/func/sub-0014_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>b666361228821901406e8687ae35a4da</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:27:38.732500</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.999092, 0.0218391, 0.0365696, -0.0151717, 0.984706, -0.173562]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.107244</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7718, -7246, 379, -82, 11, 17, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>262.462</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d241a41-4664-4e2c-92cd-69c94c7732cc||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.6804919242858887, -0.04070466756820679, 0.1074620857834816, 113.3653335571289], [-0.05859266594052315, 2.6418943405151367, -0.4666948616504669, -71.08614349365234], [0.09811363369226456, 0.4656549394130707, 2.6571879386901855, -69.59120178222656], [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': ['162738.732500', '162739.192500', '162739.652500', '162740.112500', '162740.572500', '162741.032500', '162741.492500', '162741.952500', '162742.412500', '162742.872500', '162743.332500', '162743.792500', '162744.252500', '162744.712500', '162745.172500', '162745.632500', '162746.092500', '162746.552500', '162747.012500', '162747.472500', '162747.932500', '162748.392500', '162748.852500', '162749.312500', '162749.772500', '162750.232500', '162750.692500', '162751.152500', '162751.612500', '162752.072500', '162752.532500', '162752.992500', '162753.452500', '162753.912500', '162754.372500', '162754.832500', '162755.292500', '162755.752500', '162756.212500', '162756.672500', '162757.132500', '162757.592500', '162758.052500', '162758.512500', '162758.972500', '162759.432500', '162759.892500', '162800.352500', '162800.812500', '162801.272500', '162801.732500', '162802.192500', '162802.652500', '162803.112500', '162803.572500', '162804.032500', '162804.492500', '162804.952500', '162805.412500', '162805.872500', '162806.332500', '162806.792500', '162807.252500', '162807.712500', '162808.172500', '162808.632500', '162809.092500', '162809.552500', '162810.012500', '162810.472500', '162810.932500', '162811.392500', '162811.852500', '162812.312500', '162812.772500', '162813.232500', '162813.692500', '162814.152500', '162814.612500', '162815.072500', '162815.532500', '162815.992500', '162816.452500', '162816.912500', '162817.372500', '162817.832500', '162818.292500', '162818.752500', '162819.212500', '162819.672500', '162820.132500', '162820.592500', '162821.052500', '162821.512500', '162821.972500', '162822.432500', '162822.892500', '162823.352500', '162823.812500', '162824.272500', '162824.732500', '162825.192500', '162825.652500', '162826.112500', '162826.572500', '162827.032500', '162827.492500', '162827.952500', '162828.412500', '162828.872500', '162829.332500', '162829.792500', '162830.252500', '162830.712500', '162831.172500', '162831.632500', '162832.092500', '162832.552500', '162833.012500', '162833.472500', '162833.932500', '162834.392500', '162834.852500', '162835.312500', '162835.772500', '162836.232500', '162836.692500', '162837.152500', '162837.612500', '162838.072500', '162838.532500', '162838.992500', '162839.452500', '162839.912500', '162840.372500', '162840.832500', '162841.292500', '162841.752500', '162842.212500', '162842.672500', '162843.132500', '162843.592500', '162844.052500', '162844.512500', '162844.972500', '162845.432500', '162845.892500', '162846.352500', '162846.812500', '162847.272500', '162847.732500', '162848.192500', '162848.652500', '162849.112500', '162849.572500', '162850.032500', '162850.492500', '162850.952500', '162851.412500', '162851.872500', '162852.332500', '162852.792500', '162853.252500', '162853.712500', '162854.172500', '162854.632500', '162855.092500', '162855.552500', '162856.012500', '162856.472500', '162856.932500', '162857.392500', '162857.852500', '162858.312500', '162858.772500', '162859.232500', '162859.692500', '162900.152500', '162900.612500', '162901.072500', '162901.532500', '162901.992500', '162902.452500', '162902.912500', '162903.372500', '162903.832500', '162904.292500', '162904.752500', '162905.212500', '162905.672500', '162906.132500', '162906.592500', '162907.052500', '162907.512500', '162907.972500', '162908.432500', '162908.892500', '162909.352500', '162909.812500', '162910.272500', '162910.732500', '162911.192500', '162911.652500', '162912.112500', '162912.572500', '162913.032500', '162913.492500', '162913.952500', '162914.412500', '162914.872500', '162915.332500', '162915.792500', '162916.252500', '162916.712500', '162917.172500', '162917.632500', '162918.092500', '162918.552500', '162919.012500', '162919.472500', '162919.932500', '162920.392500', '162920.852500', '162921.312500', '162921.772500', '162922.232500', '162922.692500', '162923.152500', '162923.612500', '162924.072500', '162924.532500', '162924.992500', '162925.452500', '162925.912500', '162926.372500', '162926.832500', '162927.292500', '162927.752500', '162928.212500', '162928.672500', '162929.132500', '162929.592500', '162930.052500', '162930.512500', '162930.972500', '162931.432500', '162931.892500', '162932.352500', '162932.812500', '162933.272500', '162933.732500', '162934.192500', '162934.652500', '162935.112500', '162935.572500', '162936.032500', '162936.492500', '162936.952500', '162937.412500', '162937.872500', '162938.332500', '162938.792500', '162939.252500', '162939.712500', '162940.172500', '162940.632500', '162941.092500', '162941.552500', '162942.012500', '162942.472500', '162942.932500', '162943.392500', '162943.852500', '162944.312500', '162944.772500', '162945.232500', '162945.692500', '162946.152500', '162946.612500', '162947.072500', '162947.532500', '162947.992500', '162948.452500', '162948.912500', '162949.372500', '162949.832500', '162950.292500', '162950.752500', '162951.212500', '162951.672500', '162952.132500', '162952.592500', '162953.052500', '162953.512500', '162953.972500', '162954.432500', '162954.892500', '162955.352500', '162955.812500', '162956.272500', '162956.732500', '162957.192500', '162957.652500', '162958.112500', '162958.572500', '162959.032500', '162959.492500', '162959.952500', '163000.412500', '163000.872500', '163001.332500', '163001.792500', '163002.252500', '163002.712500', '163003.172500', '163003.632500', '163004.092500', '163004.552500', '163005.012500', '163005.472500', '163005.932500', '163006.392500', '163006.852500', '163007.312500', '163007.772500', '163008.232500', '163008.692500', '163009.152500', '163009.612500', '163010.072500', '163010.532500', '163010.992500', '163011.452500', '163011.912500', '163012.372500', '163012.832500', '163013.292500', '163013.752500', '163014.212500', '163014.672500', '163015.132500', '163015.592500', '163016.052500', '163016.512500', '163016.972500', '163017.432500', '163017.892500', '163018.352500', '163018.812500', '163019.272500', '163019.732500', '163020.192500', '163020.652500', '163021.112500', '163021.572500', '163022.032500', '163022.492500', '163022.952500', '163023.412500', '163023.872500', '163024.332500', '163024.792500', '163025.252500', '163025.712500', '163026.172500', '163026.632500', '163027.092500', '163027.552500', '163028.012500', '163028.472500', '163028.932500', '163029.392500', '163029.852500', '163030.312500', '163030.772500', '163031.232500', '163031.692500', '163032.152500', '163032.612500', '163033.072500', '163033.532500', '163033.992500', '163034.452500', '163034.912500', '163035.372500', '163035.832500', '163036.292500', '163036.752500', '163037.212500', '163037.672500', '163038.132500', '163038.592500', '163039.052500', '163039.512500', '163039.972500', '163040.432500', '163040.892500', '163041.352500', '163041.812500', '163042.272500', '163042.732500', '163043.192500', '163043.652500', '163044.112500', '163044.572500', '163045.032500', '163045.492500', '163045.952500', '163046.412500', '163046.872500', '163047.332500', '163047.792500', '163048.252500', '163048.712500', '163049.172500', '163049.632500', '163050.092500', '163050.552500', '163051.012500', '163051.472500', '163051.932500', '163052.392500', '163052.852500', '163053.312500', '163053.772500', '163054.232500', '163054.692500', '163055.152500', '163055.612500', '163056.072500', '163056.532500', '163056.992500', '163057.452500', '163057.912500', '163058.372500', '163058.832500', '163059.292500', '163059.752500', '163100.212500', '163100.672500', '163101.132500', '163101.592500', '163102.052500', '163102.512500', '163102.972500', '163103.432500', '163103.892500', '163104.352500', '163104.812500', '163105.272500', '163105.732500', '163106.192500', '163106.652500', '163107.112500', '163107.572500', '163108.032500', '163108.492500', '163108.952500', '163109.412500', '163109.872500', '163110.332500', '163110.792500', '163111.252500', '163111.712500', '163112.172500', '163112.632500', '163113.092500', '163113.552500', '163114.012500', '163114.472500', '163114.932500', '163115.392500', '163115.852500', '163116.312500', '163116.772500', '163117.232500', '163117.692500', '163118.152500', '163118.612500', '163119.072500', '163119.532500', '163119.992500', '163120.452500', '163120.912500', '163121.372500', '163121.832500', '163122.292500', '163122.752500', '163123.212500', '163123.672500', '163124.132500', '163124.592500', '163125.052500', '163125.512500', '163125.972500', '163126.432500', '163126.892500', '163127.352500', '163127.812500', '163128.272500', '163128.732500', '163129.192500', '163129.652500', '163130.112500', '163130.572500', '163131.032500', '163131.492500', '163131.952500', '163132.412500', '163132.872500', '163133.332500', '163133.792500', '163134.252500', '163134.712500', '163135.172500', '163135.632500', '163136.092500', '163136.552500', '163137.012500', '163137.472500', '163137.932500', '163138.392500', '163138.852500', '163139.312500', '163139.772500', '163140.232500', '163140.692500', '163141.152500', '163141.612500', '163142.072500', '163142.532500', '163142.992500', '163143.452500', '163143.912500', '163144.372500', '163144.832500', '163145.292500', '163145.752500', '163146.212500', '163146.672500', '163147.132500', '163147.592500', '163148.052500', '163148.512500', '163148.972500', '163149.432500', '163149.892500', '163150.352500', '163150.812500', '163151.272500', '163151.732500', '163152.192500', '163152.652500', '163153.112500', '163153.572500', '163154.032500', '163154.492500', '163154.952500', '163155.412500', '163155.872500', '163156.332500', '163156.792500', '163157.252500', '163157.712500', '163158.172500', '163158.632500', '163159.092500', '163159.552500', '163200.012500', '163200.472500', '163200.932500', '163201.392500', '163201.852500', '163202.312500', '163202.772500', '163203.232500', '163203.692500', '163204.152500', '163204.612500', '163205.072500', '163205.532500', '163205.992500', '163206.452500', '163206.912500', '163207.372500', '163207.832500', '163208.292500', '163208.752500', '163209.212500', '163209.672500', '163210.132500', '163210.592500', '163211.052500', '163211.512500', '163211.972500', '163212.432500', '163212.892500', '163213.352500', '163213.812500', '163214.272500', '163214.732500', '163215.192500', '163215.652500', '163216.112500', '163216.572500', '163217.032500', '163217.492500', '163217.952500', '163218.412500', '163218.872500', '163219.332500', '163219.792500', '163220.252500', '163220.712500', '163221.172500', '163221.632500', '163222.092500', '163222.552500', '163223.012500', '163223.472500', '163223.932500', '163224.392500', '163224.852500', '163225.312500', '163225.772500', '163226.232500', '163226.692500', '163227.152500', '163227.612500', '163228.072500', '163228.532500', '163228.992500', '163229.452500', '163229.912500', '163230.372500', '163230.832500', '163231.292500', '163231.752500', '163232.212500', '163232.672500', '163233.132500', '163233.592500', '163234.052500', '163234.512500', '163234.972500', '163235.432500', '163235.892500', '163236.352500', '163236.812500', '163237.272500', '163237.732500', '163238.192500', '163238.652500', '163239.112500', '163239.572500', '163240.032500', '163240.492500', '163240.952500', '163241.412500', '163241.872500', '163242.332500', '163242.792500', '163243.252500', '163243.712500', '163244.172500', '163244.632500', '163245.092500', '163245.552500', '163246.012500', '163246.472500', '163246.932500', '163247.392500', '163247.852500', '163248.312500', '163248.772500', '163249.232500', '163249.692500', '163250.152500', '163250.612500', '163251.072500', '163251.532500', '163251.992500', '163252.452500', '163252.912500', '163253.372500', '163253.832500', '163254.292500', '163254.752500', '163255.212500', '163255.672500', '163256.132500', '163256.592500', '163257.052500', '163257.512500', '163257.972500', '163258.432500', '163258.892500', '163259.352500', '163259.812500', '163300.272500', '163300.732500', '163301.192500', '163301.652500', '163302.112500', '163302.572500', '163303.032500', '163303.492500', '163303.952500', '163304.412500', '163304.872500', '163305.332500', '163305.792500', '163306.252500', '163306.712500', '163307.172500', '163307.632500', '163308.092500', '163308.552500', '163309.012500', '163309.472500', '163309.932500', '163310.392500', '163310.852500', '163311.312500', '163311.772500', '163312.232500', '163312.692500', '163313.152500', '163313.612500', '163314.072500', '163314.532500', '163314.992500', '163315.452500', '163315.912500', '163316.372500', '163316.832500', '163317.292500', '163317.752500', '163318.212500', '163318.672500', '163319.132500', '163319.592500', '163320.052500', '163320.512500', '163320.972500', '163321.432500', '163321.892500', '163322.352500', '163322.812500', '163323.272500', '163323.732500', '163324.192500', '163324.652500', '163325.112500', '163325.572500', '163326.032500', '163326.492500', '163326.952500', '163327.412500', '163327.872500', '163328.332500', '163328.792500', '163329.252500', '163329.712500', '163330.172500', '163330.632500', '163331.092500', '163331.552500', '163332.012500', '163332.472500', '163332.932500', '163333.392500', '163333.852500', '163334.312500', '163334.772500', '163335.232500', '163335.692500', '163336.152500', '163336.612500', '163337.072500', '163337.532500', '163337.992500', '163338.452500', '163338.912500', '163339.372500', '163339.832500', '163340.292500', '163340.752500', '163341.212500', '163341.672500', '163342.132500', '163342.592500', '163343.052500', '163343.512500', '163343.972500', '163344.432500', '163344.892500', '163345.352500', '163345.812500', '163346.272500', '163346.732500', '163347.192500', '163347.652500', '163348.112500', '163348.572500', '163349.032500', '163349.492500', '163349.952500', '163350.412500', '163350.872500', '163351.332500', '163351.792500', '163352.252500', '163352.712500', '163353.172500', '163353.632500', '163354.092500', '163354.552500', '163355.012500', '163355.472500', '163355.932500', '163356.392500', '163356.852500', '163357.312500', '163357.772500', '163358.232500', '163358.692500', '163359.152500', '163359.612500', '163400.072500', '163400.532500', '163400.992500', '163401.452500', '163401.912500', '163402.372500', '163402.832500', '163403.292500', '163403.752500', '163404.212500', '163404.672500', '163405.132500', '163405.592500', '163406.052500', '163406.512500', '163406.972500', '163407.432500', '163407.892500', '163408.352500', '163408.812500', '163409.272500', '163409.732500', '163410.192500', '163410.652500', '163411.112500', '163411.572500', '163412.032500', '163412.492500', '163412.952500', '163413.412500', '163413.872500', '163414.332500', '163414.792500', '163415.252500', '163415.712500', '163416.172500', '163416.632500', '163417.092500', '163417.552500', '163418.012500', '163418.472500', '163418.932500', '163419.392500', '163419.852500', '163420.312500', '163420.772500', '163421.232500', '163421.692500', '163422.152500', '163422.612500', '163423.072500', '163423.532500', '163423.992500', '163424.452500', '163424.912500', '163425.372500', '163425.832500', '163426.292500', '163426.752500', '163427.212500', '163427.672500', '163428.132500', '163428.592500', '163429.052500', '163429.512500', '163429.972500', '163430.432500', '163430.892500', '163431.352500', '163431.812500', '163432.272500', '163432.732500', '163433.192500', '163433.652500', '163434.112500', '163434.572500', '163435.032500', '163435.492500', '163435.952500', '163436.412500', '163436.872500', '163437.332500', '163437.792500', '163438.252500', '163438.712500', '163439.172500', '163439.632500', '163440.092500', '163440.552500', '163441.012500', '163441.472500', '163441.932500', '163442.392500', '163442.852500', '163443.312500', '163443.772500', '163444.232500', '163444.692500', '163445.152500', '163445.612500', '163446.072500', '163446.532500', '163446.992500', '163447.452500', '163447.912500', '163448.372500', '163448.832500', '163449.292500', '163449.752500', '163450.212500', '163450.672500', '163451.132500', '163451.592500', '163452.052500', '163452.512500', '163452.972500', '163453.432500', '163453.892500', '163454.352500', '163454.812500', '163455.272500', '163455.732500', '163456.192500', '163456.652500', '163457.112500', '163457.572500', '163458.032500', '163458.492500', '163458.952500', '163459.412500', '163459.872500', '163500.332500', '163500.792500', '163501.252500', '163501.712500', '163502.172500', '163502.632500', '163503.092500', '163503.552500', '163504.012500', '163504.472500', '163504.932500', '163505.392500', '163505.852500', '163506.312500', '163506.772500', '163507.232500', '163507.692500', '163508.152500', '163508.612500', '163509.072500', '163509.532500', '163509.992500', '163510.452500', '163510.912500', '163511.372500', '163511.832500', '163512.292500', '163512.752500', '163513.212500', '163513.672500', '163514.132500', '163514.592500', '163515.052500', '163515.512500', '163515.972500', '163516.432500', '163516.892500', '163517.352500', '163517.812500', '163518.272500', '163518.732500', '163519.192500', '163519.652500', '163520.112500', '163520.572500', '163521.032500', '163521.492500', '163521.952500', '163522.412500', '163522.872500', '163523.332500', '163523.792500', '163524.252500', '163524.712500', '163525.172500', '163525.632500'], 'ContentTime': ['162802.887000', '162802.891000', '162802.894000', '162802.897000', '162802.900000', '162802.903000', '162802.906000', '162802.909000', '162802.912000', '162802.915000', '162802.918000', '162802.921000', '162802.924000', '162802.927000', '162802.930000', '162802.933000', '162802.936000', '162802.939000', '162802.941000', '162802.944000', '162802.947000', '162802.950000', '162802.953000', '162802.956000', '162802.959000', '162802.962000', '162802.964000', '162802.978000', '162802.981000', '162802.983000', '162802.986000', '162802.989000', '162802.992000', '162802.995000', '162802.997000', '162803.002000', '162803.005000', '162803.007000', '162803.010000', '162803.013000', '162803.017000', '162803.030000', '162803.033000', '162803.036000', '162803.039000', '162803.042000', '162803.046000', '162803.049000', '162803.051000', '162803.054000', '162803.058000', '162822.853000', '162822.856000', '162822.859000', '162822.863000', '162822.865000', '162822.868000', '162822.871000', '162822.874000', '162822.877000', '162822.880000', '162822.883000', '162822.885000', '162822.888000', '162822.891000', '162822.894000', '162822.897000', '162822.899000', '162822.902000', '162822.905000', '162822.908000', '162822.911000', '162822.914000', '162822.917000', '162822.920000', '162822.922000', '162822.926000', '162822.929000', '162822.935000', '162822.938000', '162822.940000', '162822.943000', '162822.946000', '162822.949000', '162822.952000', '162822.955000', '162822.958000', '162822.960000', '162822.963000', '162822.966000', '162822.969000', '162822.972000', '162822.974000', '162822.977000', '162842.853000', '162842.856000', '162842.859000', '162842.862000', '162842.865000', '162842.868000', '162842.870000', '162842.873000', '162842.876000', '162842.879000', '162842.882000', '162842.885000', '162842.887000', '162842.890000', '162842.893000', '162842.896000', '162842.899000', '162842.901000', '162842.904000', '162842.912000', '162842.915000', '162842.918000', '162842.921000', '162842.923000', '162842.926000', '162842.929000', '162842.932000', '162842.935000', '162842.937000', '162842.940000', '162842.943000', '162842.946000', '162842.949000', '162842.952000', '162842.955000', '162842.957000', '162842.960000', '162842.963000', '162842.966000', '162842.969000', '162842.972000', '162842.975000', '162842.978000', '162842.980000', '162902.853000', '162902.856000', '162902.859000', '162902.862000', '162902.865000', '162902.867000', '162902.870000', '162902.873000', '162902.876000', '162902.879000', '162902.882000', '162902.884000', '162902.887000', '162902.890000', '162902.893000', '162902.896000', '162902.899000', '162902.908000', '162902.910000', '162902.913000', '162902.916000', '162902.919000', '162902.922000', '162902.925000', '162902.928000', '162902.930000', '162902.933000', '162902.936000', '162902.939000', '162902.942000', '162902.945000', '162902.948000', '162902.950000', '162902.953000', '162902.956000', '162902.959000', '162902.962000', '162902.965000', '162902.968000', '162902.971000', '162902.974000', '162902.977000', '162902.979000', '162922.854000', '162922.857000', '162922.860000', '162922.863000', '162922.866000', '162922.869000', '162922.871000', '162922.874000', '162922.877000', '162922.880000', '162922.883000', '162922.886000', '162922.888000', '162922.891000', '162922.894000', '162922.897000', '162922.900000', '162922.903000', '162922.906000', '162922.909000', '162922.911000', '162922.917000', '162922.920000', '162922.923000', '162922.925000', '162922.928000', '162922.931000', '162922.934000', '162922.937000', '162922.940000', '162922.943000', '162922.946000', '162922.948000', '162922.951000', '162922.954000', '162922.957000', '162922.960000', '162922.963000', '162922.966000', '162922.968000', '162922.971000', '162922.974000', '162922.977000', '162922.980000', '162942.853000', '162942.867000', '162942.870000', '162942.873000', '162942.876000', '162942.879000', '162942.881000', '162942.884000', '162942.887000', '162942.890000', '162942.893000', '162942.896000', '162942.899000', '162942.902000', '162942.905000', '162942.908000', '162942.911000', '162942.914000', '162942.917000', '162942.920000', '162942.923000', '162942.925000', '162942.928000', '162942.931000', '162942.934000', '162942.937000', '162942.940000', '162942.942000', '162942.945000', '162942.948000', '162942.951000', '162942.954000', '162942.957000', '162942.960000', '162942.963000', '162942.966000', '162942.969000', '162942.972000', '162942.975000', '162942.993000', '162942.996000', '162943.000000', '162943.002000', '163002.853000', '163002.856000', '163002.859000', '163002.862000', '163002.865000', '163002.867000', '163002.870000', '163002.873000', '163002.876000', '163002.879000', '163002.882000', '163002.884000', '163002.887000', '163002.890000', '163002.893000', '163002.896000', '163002.899000', '163002.902000', '163002.905000', '163002.908000', '163002.911000', '163002.913000', '163002.916000', '163002.919000', '163002.922000', '163002.925000', '163002.928000', '163002.931000', '163002.934000', '163002.936000', '163002.939000', '163002.942000', '163002.945000', '163002.948000', '163002.951000', '163002.954000', '163002.957000', '163002.959000', '163002.962000', '163002.965000', '163002.968000', '163002.971000', '163002.974000', '163002.977000', '163022.853000', '163022.856000', '163022.859000', '163022.862000', '163022.865000', '163022.868000', '163022.871000', '163022.873000', '163022.879000', '163022.882000', '163022.885000', '163022.888000', '163022.891000', '163022.893000', '163022.896000', '163022.899000', '163022.902000', '163022.905000', '163022.908000', '163022.911000', '163022.913000', '163022.916000', '163022.919000', '163022.922000', '163022.925000', '163022.928000', '163022.931000', '163022.934000', '163022.936000', '163022.939000', '163022.942000', '163022.945000', '163022.948000', '163022.951000', '163022.954000', '163022.957000', '163022.959000', '163022.962000', '163022.965000', '163022.968000', '163022.971000', '163022.973000', '163022.976000', '163042.853000', '163042.856000', '163042.859000', '163042.862000', '163042.865000', '163042.868000', '163042.870000', '163042.873000', '163042.876000', '163042.879000', '163042.882000', '163042.885000', '163042.888000', '163042.891000', '163042.893000', '163042.896000', '163042.899000', '163042.902000', '163042.905000', '163042.908000', '163042.911000', '163042.913000', '163042.916000', '163042.919000', '163042.922000', '163042.925000', '163042.928000', '163042.931000', '163042.933000', '163042.936000', '163042.939000', '163042.942000', '163042.945000', '163042.948000', '163042.950000', '163042.953000', '163042.956000', '163042.959000', '163042.962000', '163042.965000', '163042.968000', '163042.971000', '163042.974000', '163042.977000', '163102.853000', '163102.856000', '163102.859000', '163102.862000', '163102.865000', '163102.868000', '163102.870000', '163102.873000', '163102.876000', '163102.879000', '163102.882000', '163102.885000', '163102.888000', '163102.891000', '163102.893000', '163102.896000', '163102.899000', '163102.902000', '163102.905000', '163102.908000', '163102.910000', '163102.913000', '163102.916000', '163102.919000', '163102.922000', '163102.925000', '163102.928000', '163102.930000', '163102.933000', '163102.937000', '163102.940000', '163102.943000', '163102.946000', '163102.949000', '163102.952000', '163102.954000', '163102.957000', '163102.960000', '163102.963000', '163102.966000', '163102.982000', '163102.985000', '163102.988000', '163122.853000', '163122.856000', '163122.859000', '163122.862000', '163122.864000', '163122.867000', '163122.870000', '163122.873000', '163122.876000', '163122.879000', '163122.882000', '163122.885000', '163122.887000', '163122.890000', '163122.893000', '163122.896000', '163122.899000', '163122.902000', '163122.905000', '163122.908000', '163122.910000', '163122.913000', '163122.916000', '163122.919000', '163122.922000', '163122.925000', '163122.928000', '163122.931000', '163122.934000', '163122.936000', '163122.939000', '163122.942000', '163122.945000', '163122.948000', '163122.951000', '163122.954000', '163122.956000', '163122.959000', '163122.962000', '163122.965000', '163122.968000', '163122.971000', '163122.973000', '163122.976000', '163142.854000', '163142.857000', '163142.860000', '163142.863000', '163142.866000', '163142.868000', '163142.871000', '163142.874000', '163142.877000', '163142.880000', '163142.883000', '163142.886000', '163142.889000', '163142.892000', '163142.894000', '163142.897000', '163142.900000', '163142.903000', '163142.906000', '163142.909000', '163142.912000', '163142.915000', '163142.917000', '163142.920000', '163142.923000', '163142.926000', '163142.929000', '163142.932000', '163142.935000', '163142.937000', '163142.940000', '163142.943000', '163142.946000', '163142.949000', '163142.952000', '163142.954000', '163142.957000', '163142.960000', '163142.963000', '163142.966000', '163142.971000', '163142.974000', '163142.977000', '163202.853000', '163202.856000', '163202.859000', '163202.862000', '163202.864000', '163202.867000', '163202.870000', '163202.873000', '163202.876000', '163202.879000', '163202.882000', '163202.884000', '163202.887000', '163202.890000', '163202.893000', '163202.896000', '163202.899000', '163202.902000', '163202.905000', '163202.907000', '163202.910000', '163202.913000', '163202.916000', '163202.919000', '163202.922000', '163202.925000', '163202.928000', '163202.930000', '163202.933000', '163202.936000', '163202.939000', '163202.942000', '163202.945000', '163202.948000', '163202.950000', '163202.953000', '163202.956000', '163202.959000', '163202.962000', '163202.965000', '163202.968000', '163202.971000', '163202.973000', '163202.976000', '163222.853000', '163222.856000', '163222.859000', '163222.862000', '163222.865000', '163222.867000', '163222.870000', '163222.873000', '163222.876000', '163222.879000', '163222.882000', '163222.885000', '163222.888000', '163222.890000', '163222.893000', '163222.896000', '163222.899000', '163222.902000', '163222.905000', '163222.908000', '163222.910000', '163222.913000', '163222.916000', '163222.919000', '163222.922000', '163222.925000', '163222.928000', '163222.931000', '163222.933000', '163222.936000', '163222.939000', '163222.942000', '163222.945000', '163222.948000', '163222.950000', '163222.953000', '163222.956000', '163222.959000', '163222.962000', '163222.965000', '163222.968000', '163222.970000', '163222.974000', '163242.853000', '163242.856000', '163242.859000', '163242.862000', '163242.865000', '163242.867000', '163242.870000', '163242.881000', '163242.884000', '163242.886000', '163242.889000', '163242.892000', '163242.895000', '163242.898000', '163242.901000', '163242.903000', '163242.906000', '163242.909000', '163242.912000', '163242.915000', '163242.918000', '163242.921000', '163242.923000', '163242.926000', '163242.929000', '163242.932000', '163242.935000', '163242.938000', '163242.942000', '163242.945000', '163242.948000', '163242.950000', '163242.953000', '163242.956000', '163242.959000', '163242.962000', '163242.965000', '163242.968000', '163242.971000', '163242.973000', '163242.976000', '163242.979000', '163242.982000', '163242.985000', '163302.853000', '163302.856000', '163302.859000', '163302.862000', '163302.865000', '163302.868000', '163302.871000', '163302.874000', '163302.876000', '163302.879000', '163302.882000', '163302.885000', '163302.888000', '163302.891000', '163302.894000', '163302.896000', '163302.899000', '163302.902000', '163302.905000', '163302.908000', '163302.911000', '163302.914000', '163302.917000', '163302.919000', '163302.922000', '163302.925000', '163302.928000', '163302.931000', '163302.934000', '163302.937000', '163302.940000', '163302.943000', '163302.945000', '163302.948000', '163302.951000', '163302.954000', '163302.957000', '163302.960000', '163302.963000', '163302.965000', '163302.968000', '163302.971000', '163302.974000', '163322.853000', '163322.856000', '163322.859000', '163322.862000', '163322.865000', '163322.867000', '163322.870000', '163322.873000', '163322.876000', '163322.879000', '163322.882000', '163322.886000', '163322.889000', '163322.892000', '163322.895000', '163322.898000', '163322.901000', '163322.904000', '163322.907000', '163322.910000', '163322.913000', '163322.915000', '163322.918000', '163322.921000', '163322.924000', '163322.927000', '163322.929000', '163322.932000', '163322.935000', '163322.938000', '163322.941000', '163322.944000', '163322.947000', '163322.950000', '163322.952000', '163322.955000', '163322.958000', '163322.961000', '163322.964000', '163322.967000', '163322.970000', '163322.972000', '163322.975000', '163322.978000', '163342.853000', '163342.856000', '163342.859000', '163342.862000', '163342.865000', '163342.868000', '163342.871000', '163342.874000', '163342.876000', '163342.879000', '163342.882000', '163342.885000', '163342.888000', '163342.891000', '163342.894000', '163342.896000', '163342.899000', '163342.902000', '163342.905000', '163342.908000', '163342.911000', '163342.914000', '163342.916000', '163342.919000', '163342.922000', '163342.925000', '163342.928000', '163342.931000', '163342.933000', '163342.936000', '163342.939000', '163342.942000', '163342.945000', '163342.948000', '163342.951000', '163342.954000', '163342.956000', '163342.959000', '163342.962000', '163342.965000', '163342.968000', '163342.971000', '163342.974000', '163402.854000', '163402.857000', '163402.860000', '163402.863000', '163402.866000', '163402.869000', '163402.872000', '163402.875000', '163402.878000', '163402.881000', '163402.884000', '163402.887000', '163402.890000', '163402.893000', '163402.895000', '163402.899000', '163402.902000', '163402.905000', '163402.918000', '163402.921000', '163402.924000', '163402.927000', '163402.929000', '163402.932000', '163402.935000', '163402.938000', '163402.941000', '163402.944000', '163402.946000', '163402.949000', '163402.952000', '163402.955000', '163402.958000', '163402.961000', '163402.964000', '163402.967000', '163402.969000', '163402.972000', '163402.975000', '163402.978000', '163402.981000', '163402.984000', '163402.987000', '163422.853000', '163422.856000', '163422.859000', '163422.862000', '163422.864000', '163422.867000', '163422.870000', '163422.873000', '163422.876000', '163422.878000', '163422.881000', '163422.884000', '163422.887000', '163422.890000', '163422.893000', '163422.895000', '163422.898000', '163422.901000', '163422.904000', '163422.907000', '163422.910000', '163422.913000', '163422.915000', '163422.918000', '163422.921000', '163422.924000', '163422.927000', '163422.929000', '163422.932000', '163422.935000', '163422.938000', '163422.941000', '163422.944000', '163422.946000', '163422.949000', '163422.952000', '163422.955000', '163422.958000', '163422.960000', '163422.963000', '163422.966000', '163422.969000', '163422.972000', '163422.974000', '163442.853000', '163442.856000', '163442.865000', '163442.868000', '163442.871000', '163442.874000', '163442.878000', '163442.884000', '163442.887000', '163442.890000', '163442.892000', '163442.895000', '163442.898000', '163442.901000', '163442.904000', '163442.907000', '163442.910000', '163442.912000', '163442.915000', '163442.918000', '163442.921000', '163442.924000', '163442.927000', '163442.929000', '163442.932000', '163442.935000', '163442.938000', '163442.941000', '163442.944000', '163442.946000', '163442.949000', '163442.952000', '163442.955000', '163442.958000', '163442.961000', '163442.963000', '163442.966000', '163442.969000', '163442.972000', '163442.975000', '163442.977000', '163442.980000', '163442.983000', '163502.853000', '163502.856000', '163502.859000', '163502.862000', '163502.865000', '163502.867000', '163502.870000', '163502.873000', '163502.876000', '163502.879000', '163502.882000', '163502.884000', '163502.887000', '163502.890000', '163502.893000', '163502.896000', '163502.899000', '163502.902000', '163502.904000', '163502.907000', '163502.910000', '163502.913000', '163502.916000', '163502.918000', '163502.921000', '163502.924000', '163502.927000', '163502.930000', '163502.933000', '163502.935000', '163502.938000', '163502.941000', '163502.944000', '163502.947000', '163502.950000', '163502.953000', '163502.955000', '163502.958000', '163502.961000', '163502.964000', '163502.967000', '163502.969000', '163502.972000', '163502.975000', '163522.853000', '163522.856000', '163522.859000', '163522.862000', '163522.865000', '163522.867000', '163522.870000', '163522.873000', '163522.876000', '163522.879000', '163522.881000', '163522.884000', '163522.887000', '163522.890000', '163522.893000', '163522.896000', '163522.899000', '163522.902000', '163522.904000', '163522.907000', '163522.910000', '163522.913000', '163522.916000', '163522.919000', '163522.921000', '163522.924000', '163522.927000', '163522.930000', '163522.933000', '163522.954000', '163522.957000', '163522.960000', '163522.963000', '163522.966000', '163522.968000', '163522.971000', '163522.974000', '163522.977000', '163522.980000', '163522.982000', '163522.985000', '163522.988000', '163522.991000', '163526.632000', '163526.635000', '163526.638000', '163526.641000', '163526.644000', '163526.647000', '163526.651000', '163526.654000', '163526.657000'], 'InstanceCreationTime': ['162802.887000', '162802.891000', '162802.894000', '162802.897000', '162802.900000', '162802.903000', '162802.906000', '162802.909000', '162802.912000', '162802.915000', '162802.918000', '162802.921000', '162802.924000', '162802.927000', '162802.930000', '162802.933000', '162802.936000', '162802.939000', '162802.941000', '162802.944000', '162802.947000', '162802.950000', '162802.953000', '162802.956000', '162802.959000', '162802.962000', '162802.964000', '162802.978000', '162802.981000', '162802.983000', '162802.986000', '162802.989000', '162802.992000', '162802.995000', '162802.997000', '162803.002000', '162803.005000', '162803.007000', '162803.010000', '162803.013000', '162803.017000', '162803.030000', '162803.033000', '162803.036000', '162803.039000', '162803.042000', '162803.046000', '162803.049000', '162803.051000', '162803.054000', '162803.058000', '162822.853000', '162822.856000', '162822.859000', '162822.863000', '162822.865000', '162822.868000', '162822.871000', '162822.874000', '162822.877000', '162822.880000', '162822.883000', '162822.885000', '162822.888000', '162822.891000', '162822.894000', '162822.897000', '162822.899000', '162822.902000', '162822.905000', '162822.908000', '162822.911000', '162822.914000', '162822.917000', '162822.920000', '162822.922000', '162822.926000', '162822.929000', '162822.935000', '162822.938000', '162822.940000', '162822.943000', '162822.946000', '162822.949000', '162822.952000', '162822.955000', '162822.958000', '162822.960000', '162822.963000', '162822.966000', '162822.969000', '162822.972000', '162822.974000', '162822.977000', '162842.853000', '162842.856000', '162842.859000', '162842.862000', '162842.865000', '162842.868000', '162842.870000', '162842.873000', '162842.876000', '162842.879000', '162842.882000', '162842.885000', '162842.887000', '162842.890000', '162842.893000', '162842.896000', '162842.899000', '162842.901000', '162842.904000', '162842.912000', '162842.915000', '162842.918000', '162842.921000', '162842.923000', '162842.926000', '162842.929000', '162842.932000', '162842.935000', '162842.937000', '162842.940000', '162842.943000', '162842.946000', '162842.949000', '162842.952000', '162842.955000', '162842.957000', '162842.960000', '162842.963000', '162842.966000', '162842.969000', '162842.972000', '162842.975000', '162842.978000', '162842.980000', '162902.853000', '162902.856000', '162902.859000', '162902.862000', '162902.865000', '162902.867000', '162902.870000', '162902.873000', '162902.876000', '162902.879000', '162902.882000', '162902.884000', '162902.887000', '162902.890000', '162902.893000', '162902.896000', '162902.899000', '162902.908000', '162902.910000', '162902.913000', '162902.916000', '162902.919000', '162902.922000', '162902.925000', '162902.928000', '162902.930000', '162902.933000', '162902.936000', '162902.939000', '162902.942000', '162902.945000', '162902.948000', '162902.950000', '162902.953000', '162902.956000', '162902.959000', '162902.962000', '162902.965000', '162902.968000', '162902.971000', '162902.974000', '162902.977000', '162902.979000', '162922.854000', '162922.857000', '162922.860000', '162922.863000', '162922.866000', '162922.869000', '162922.871000', '162922.874000', '162922.877000', '162922.880000', '162922.883000', '162922.886000', '162922.888000', '162922.891000', '162922.894000', '162922.897000', '162922.900000', '162922.903000', '162922.906000', '162922.909000', '162922.911000', '162922.917000', '162922.920000', '162922.923000', '162922.925000', '162922.928000', '162922.931000', '162922.934000', '162922.937000', '162922.940000', '162922.943000', '162922.946000', '162922.948000', '162922.951000', '162922.954000', '162922.957000', '162922.960000', '162922.963000', '162922.966000', '162922.968000', '162922.971000', '162922.974000', '162922.977000', '162922.980000', '162942.853000', '162942.867000', '162942.870000', '162942.873000', '162942.876000', '162942.879000', '162942.881000', '162942.884000', '162942.887000', '162942.890000', '162942.893000', '162942.896000', '162942.899000', '162942.902000', '162942.905000', '162942.908000', '162942.911000', '162942.914000', '162942.917000', '162942.920000', '162942.923000', '162942.925000', '162942.928000', '162942.931000', '162942.934000', '162942.937000', '162942.940000', '162942.942000', '162942.945000', '162942.948000', '162942.951000', '162942.954000', '162942.957000', '162942.960000', '162942.963000', '162942.966000', '162942.969000', '162942.972000', '162942.975000', '162942.993000', '162942.996000', '162943.000000', '162943.002000', '163002.853000', '163002.856000', '163002.859000', '163002.862000', '163002.865000', '163002.867000', '163002.870000', '163002.873000', '163002.876000', '163002.879000', '163002.882000', '163002.884000', '163002.887000', '163002.890000', '163002.893000', '163002.896000', '163002.899000', '163002.902000', '163002.905000', '163002.908000', '163002.911000', '163002.913000', '163002.916000', '163002.919000', '163002.922000', '163002.925000', '163002.928000', '163002.931000', '163002.934000', '163002.936000', '163002.939000', '163002.942000', '163002.945000', '163002.948000', '163002.951000', '163002.954000', '163002.957000', '163002.959000', '163002.962000', '163002.965000', '163002.968000', '163002.971000', '163002.974000', '163002.977000', '163022.853000', '163022.856000', '163022.859000', '163022.862000', '163022.865000', '163022.868000', '163022.871000', '163022.873000', '163022.879000', '163022.882000', '163022.885000', '163022.888000', '163022.891000', '163022.893000', '163022.896000', '163022.899000', '163022.902000', '163022.905000', '163022.908000', '163022.911000', '163022.913000', '163022.916000', '163022.919000', '163022.922000', '163022.925000', '163022.928000', '163022.931000', '163022.934000', '163022.936000', '163022.939000', '163022.942000', '163022.945000', '163022.948000', '163022.951000', '163022.954000', '163022.957000', '163022.959000', '163022.962000', '163022.965000', '163022.968000', '163022.971000', '163022.973000', '163022.976000', '163042.853000', '163042.856000', '163042.859000', '163042.862000', '163042.865000', '163042.868000', '163042.870000', '163042.873000', '163042.876000', '163042.879000', '163042.882000', '163042.885000', '163042.888000', '163042.891000', '163042.893000', '163042.896000', '163042.899000', '163042.902000', '163042.905000', '163042.908000', '163042.911000', '163042.913000', '163042.916000', '163042.919000', '163042.922000', '163042.925000', '163042.928000', '163042.931000', '163042.933000', '163042.936000', '163042.939000', '163042.942000', '163042.945000', '163042.948000', '163042.950000', '163042.953000', '163042.956000', '163042.959000', '163042.962000', '163042.965000', '163042.968000', '163042.971000', '163042.974000', '163042.977000', '163102.853000', '163102.856000', '163102.859000', '163102.862000', '163102.865000', '163102.868000', '163102.870000', '163102.873000', '163102.876000', '163102.879000', '163102.882000', '163102.885000', '163102.888000', '163102.891000', '163102.893000', '163102.896000', '163102.899000', '163102.902000', '163102.905000', '163102.908000', '163102.910000', '163102.913000', '163102.916000', '163102.919000', '163102.922000', '163102.925000', '163102.928000', '163102.930000', '163102.933000', '163102.937000', '163102.940000', '163102.943000', '163102.946000', '163102.949000', '163102.952000', '163102.954000', '163102.957000', '163102.960000', '163102.963000', '163102.966000', '163102.982000', '163102.985000', '163102.988000', '163122.853000', '163122.856000', '163122.859000', '163122.862000', '163122.864000', '163122.867000', '163122.870000', '163122.873000', '163122.876000', '163122.879000', '163122.882000', '163122.885000', '163122.887000', '163122.890000', '163122.893000', '163122.896000', '163122.899000', '163122.902000', '163122.905000', '163122.908000', '163122.910000', '163122.913000', '163122.916000', '163122.919000', '163122.922000', '163122.925000', '163122.928000', '163122.931000', '163122.934000', '163122.936000', '163122.939000', '163122.942000', '163122.945000', '163122.948000', '163122.951000', '163122.954000', '163122.956000', '163122.959000', '163122.962000', '163122.965000', '163122.968000', '163122.971000', '163122.973000', '163122.976000', '163142.854000', '163142.857000', '163142.860000', '163142.863000', '163142.866000', '163142.868000', '163142.871000', '163142.874000', '163142.877000', '163142.880000', '163142.883000', '163142.886000', '163142.889000', '163142.892000', '163142.894000', '163142.897000', '163142.900000', '163142.903000', '163142.906000', '163142.909000', '163142.912000', '163142.915000', '163142.917000', '163142.920000', '163142.923000', '163142.926000', '163142.929000', '163142.932000', '163142.935000', '163142.937000', '163142.940000', '163142.943000', '163142.946000', '163142.949000', '163142.952000', '163142.954000', '163142.957000', '163142.960000', '163142.963000', '163142.966000', '163142.971000', '163142.974000', '163142.977000', '163202.853000', '163202.856000', '163202.859000', '163202.862000', '163202.864000', '163202.867000', '163202.870000', '163202.873000', '163202.876000', '163202.879000', '163202.882000', '163202.884000', '163202.887000', '163202.890000', '163202.893000', '163202.896000', '163202.899000', '163202.902000', '163202.905000', '163202.907000', '163202.910000', '163202.913000', '163202.916000', '163202.919000', '163202.922000', '163202.925000', '163202.928000', '163202.930000', '163202.933000', '163202.936000', '163202.939000', '163202.942000', '163202.945000', '163202.948000', '163202.950000', '163202.953000', '163202.956000', '163202.959000', '163202.962000', '163202.965000', '163202.968000', '163202.971000', '163202.973000', '163202.976000', '163222.853000', '163222.856000', '163222.859000', '163222.862000', '163222.865000', '163222.867000', '163222.870000', '163222.873000', '163222.876000', '163222.879000', '163222.882000', '163222.885000', '163222.888000', '163222.890000', '163222.893000', '163222.896000', '163222.899000', '163222.902000', '163222.905000', '163222.908000', '163222.910000', '163222.913000', '163222.916000', '163222.919000', '163222.922000', '163222.925000', '163222.928000', '163222.931000', '163222.933000', '163222.936000', '163222.939000', '163222.942000', '163222.945000', '163222.948000', '163222.950000', '163222.953000', '163222.956000', '163222.959000', '163222.962000', '163222.965000', '163222.968000', '163222.970000', '163222.974000', '163242.853000', '163242.856000', '163242.859000', '163242.862000', '163242.865000', '163242.867000', '163242.870000', '163242.881000', '163242.884000', '163242.886000', '163242.889000', '163242.892000', '163242.895000', '163242.898000', '163242.901000', '163242.903000', '163242.906000', '163242.909000', '163242.912000', '163242.915000', '163242.918000', '163242.921000', '163242.923000', '163242.926000', '163242.929000', '163242.932000', '163242.935000', '163242.938000', '163242.942000', '163242.945000', '163242.948000', '163242.950000', '163242.953000', '163242.956000', '163242.959000', '163242.962000', '163242.965000', '163242.968000', '163242.971000', '163242.973000', '163242.976000', '163242.979000', '163242.982000', '163242.985000', '163302.853000', '163302.856000', '163302.859000', '163302.862000', '163302.865000', '163302.868000', '163302.871000', '163302.874000', '163302.876000', '163302.879000', '163302.882000', '163302.885000', '163302.888000', '163302.891000', '163302.894000', '163302.896000', '163302.899000', '163302.902000', '163302.905000', '163302.908000', '163302.911000', '163302.914000', '163302.917000', '163302.919000', '163302.922000', '163302.925000', '163302.928000', '163302.931000', '163302.934000', '163302.937000', '163302.940000', '163302.943000', '163302.945000', '163302.948000', '163302.951000', '163302.954000', '163302.957000', '163302.960000', '163302.963000', '163302.965000', '163302.968000', '163302.971000', '163302.974000', '163322.853000', '163322.856000', '163322.859000', '163322.862000', '163322.865000', '163322.867000', '163322.870000', '163322.873000', '163322.876000', '163322.879000', '163322.882000', '163322.886000', '163322.889000', '163322.892000', '163322.895000', '163322.898000', '163322.901000', '163322.904000', '163322.907000', '163322.910000', '163322.913000', '163322.915000', '163322.918000', '163322.921000', '163322.924000', '163322.927000', '163322.929000', '163322.932000', '163322.935000', '163322.938000', '163322.941000', '163322.944000', '163322.947000', '163322.950000', '163322.952000', '163322.955000', '163322.958000', '163322.961000', '163322.964000', '163322.967000', '163322.970000', '163322.972000', '163322.975000', '163322.978000', '163342.853000', '163342.856000', '163342.859000', '163342.862000', '163342.865000', '163342.868000', '163342.871000', '163342.874000', '163342.876000', '163342.879000', '163342.882000', '163342.885000', '163342.888000', '163342.891000', '163342.894000', '163342.896000', '163342.899000', '163342.902000', '163342.905000', '163342.908000', '163342.911000', '163342.914000', '163342.916000', '163342.919000', '163342.922000', '163342.925000', '163342.928000', '163342.931000', '163342.933000', '163342.936000', '163342.939000', '163342.942000', '163342.945000', '163342.948000', '163342.951000', '163342.954000', '163342.956000', '163342.959000', '163342.962000', '163342.965000', '163342.968000', '163342.971000', '163342.974000', '163402.854000', '163402.857000', '163402.860000', '163402.863000', '163402.866000', '163402.869000', '163402.872000', '163402.875000', '163402.878000', '163402.881000', '163402.884000', '163402.887000', '163402.890000', '163402.893000', '163402.895000', '163402.899000', '163402.902000', '163402.905000', '163402.918000', '163402.921000', '163402.924000', '163402.927000', '163402.929000', '163402.932000', '163402.935000', '163402.938000', '163402.941000', '163402.944000', '163402.946000', '163402.949000', '163402.952000', '163402.955000', '163402.958000', '163402.961000', '163402.964000', '163402.967000', '163402.969000', '163402.972000', '163402.975000', '163402.978000', '163402.981000', '163402.984000', '163402.987000', '163422.853000', '163422.856000', '163422.859000', '163422.862000', '163422.864000', '163422.867000', '163422.870000', '163422.873000', '163422.876000', '163422.878000', '163422.881000', '163422.884000', '163422.887000', '163422.890000', '163422.893000', '163422.895000', '163422.898000', '163422.901000', '163422.904000', '163422.907000', '163422.910000', '163422.913000', '163422.915000', '163422.918000', '163422.921000', '163422.924000', '163422.927000', '163422.929000', '163422.932000', '163422.935000', '163422.938000', '163422.941000', '163422.944000', '163422.946000', '163422.949000', '163422.952000', '163422.955000', '163422.958000', '163422.960000', '163422.963000', '163422.966000', '163422.969000', '163422.972000', '163422.974000', '163442.853000', '163442.856000', '163442.865000', '163442.868000', '163442.871000', '163442.874000', '163442.878000', '163442.884000', '163442.887000', '163442.890000', '163442.892000', '163442.895000', '163442.898000', '163442.901000', '163442.904000', '163442.907000', '163442.910000', '163442.912000', '163442.915000', '163442.918000', '163442.921000', '163442.924000', '163442.927000', '163442.929000', '163442.932000', '163442.935000', '163442.938000', '163442.941000', '163442.944000', '163442.946000', '163442.949000', '163442.952000', '163442.955000', '163442.958000', '163442.961000', '163442.963000', '163442.966000', '163442.969000', '163442.972000', '163442.975000', '163442.977000', '163442.980000', '163442.983000', '163502.853000', '163502.856000', '163502.859000', '163502.862000', '163502.865000', '163502.867000', '163502.870000', '163502.873000', '163502.876000', '163502.879000', '163502.882000', '163502.884000', '163502.887000', '163502.890000', '163502.893000', '163502.896000', '163502.899000', '163502.902000', '163502.904000', '163502.907000', '163502.910000', '163502.913000', '163502.916000', '163502.918000', '163502.921000', '163502.924000', '163502.927000', '163502.930000', '163502.933000', '163502.935000', '163502.938000', '163502.941000', '163502.944000', '163502.947000', '163502.950000', '163502.953000', '163502.955000', '163502.958000', '163502.961000', '163502.964000', '163502.967000', '163502.969000', '163502.972000', '163502.975000', '163522.853000', '163522.856000', '163522.859000', '163522.862000', '163522.865000', '163522.867000', '163522.870000', '163522.873000', '163522.876000', '163522.879000', '163522.881000', '163522.884000', '163522.887000', '163522.890000', '163522.893000', '163522.896000', '163522.899000', '163522.902000', '163522.904000', '163522.907000', '163522.910000', '163522.913000', '163522.916000', '163522.919000', '163522.921000', '163522.924000', '163522.927000', '163522.930000', '163522.933000', '163522.954000', '163522.957000', '163522.960000', '163522.963000', '163522.966000', '163522.968000', '163522.971000', '163522.974000', '163522.977000', '163522.980000', '163522.982000', '163522.985000', '163522.988000', '163522.991000', '163526.632000', '163526.635000', '163526.638000', '163526.641000', '163526.644000', '163526.647000', '163526.651000', '163526.654000', '163526.657000'], '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': [15321, 10626, 9782, 13597, 10057, 10594, 13624, 9715, 8968, 12124, 8632, 10586, 14264, 10478, 11101, 13043, 8967, 8478, 13568, 9340, 7849, 11784, 9014, 8178, 11871, 10843, 7872, 11708, 9743, 7874, 14390, 10720, 8920, 14777, 11049, 8959, 11271, 8319, 10428, 10465, 7980, 15982, 11043, 8587, 11820, 8556, 8265, 11479, 8684, 12779, 11993, 8976, 16444, 12150, 8438, 12660, 9011, 8481, 10249, 8112, 15246, 11150, 8733, 12517, 9233, 10238, 12485, 9904, 16079, 11430, 7981, 13627, 9289, 10793, 11832, 8857, 14888, 9801, 8609, 11749, 7947, 15168, 10938, 9174, 13746, 9082, 8833, 10162, 7669, 12009, 10068, 7731, 14416, 10350, 8530, 11486, 8256, 15034, 11483, 9795, 16018, 11103, 13151, 10804, 7898, 14590, 9928, 10710, 11332, 9097, 17339, 11339, 7974, 11858, 8301, 11616, 9579, 8766, 14473, 9826, 10101, 9429, 7999, 15645, 11430, 8784, 12091, 8711, 11206, 12942, 9015, 16799, 10246, 8013, 13757, 9732, 12112, 12617, 7943, 14397, 9905, 8415, 12400, 9179, 13449, 11429, 7935, 13893, 9468, 9226, 11963, 8836, 16019, 12262, 8907, 11993, 8597, 10109, 10112, 7993, 15307, 10949, 10104, 11150, 7712, 13705, 9797, 8130, 14257, 10485, 8271, 12132, 8802, 8758, 11998, 9416, 15643, 12288, 9227, 12873, 9234, 11120, 11146, 8997, 16213, 10603, 7844, 12706, 8985, 8592, 14973, 11250, 8319, 13042, 9239, 8291, 12718, 9205, 8243, 14693, 10879, 8055, 14610, 9857, 8010, 14899, 10143, 9874, 14972, 11123, 16971, 10897, 8136, 13329, 9083, 12064, 10922, 8847, 16511, 10012, 7554, 11320, 8135, 7632, 12038, 8598, 9947, 9968, 7674, 13819, 9883, 13900, 11575, 10756, 15897, 11364, 13748, 11005, 8026, 12761, 8806, 10505, 11631, 7863, 13520, 8977, 7864, 13685, 9940, 7867, 12845, 8737, 8439, 11571, 9017, 13771, 11380, 8058, 13661, 9333, 9288, 11692, 9195, 16612, 12328, 8749, 12716, 8816, 10341, 11052, 8560, 15464, 10415, 7886, 13130, 9451, 9233, 13106, 10834, 15856, 12024, 8488, 13731, 9831, 13024, 13452, 12012, 18089, 11765, 7951, 13601, 9420, 7993, 12830, 9123, 8821, 14676, 10566, 8112, 12435, 8903, 9247, 11318, 9125, 15249, 12198, 8862, 12735, 8918, 12061, 10906, 8216, 16631, 13023, 8822, 11483, 8168, 7723, 11106, 8607, 10904, 10923, 8127, 14862, 10093, 7925, 12889, 9058, 10045, 11656, 8836, 15513, 10994, 7846, 12715, 9543, 13198, 12615, 8319, 9980, 10664, 8573, 9572, 9870, 7898, 9519, 11082, 9286, 14288, 10896, 8238, 13381, 9690, 14900, 12121, 13357, 15764, 9997, 13291, 10656, 9473, 13100, 8666, 10804, 9838, 7894, 13509, 9733, 7624, 12878, 8789, 7711, 11896, 9298, 8219, 12907, 9548, 9672, 13298, 12423, 18932, 14542, 10731, 11896, 7994, 14733, 10227, 11322, 10984, 8009, 13017, 8805, 7631, 10755, 8265, 14830, 10152, 7298, 11086, 8168, 14225, 10158, 9452, 13607, 9529, 11888, 9970, 8001, 13761, 10128, 11050, 11491, 8126, 14397, 10186, 10437, 12549, 9543, 16696, 10761, 16063, 11131, 11028, 11859, 8463, 15417, 10993, 12395, 10117, 7889, 12687, 8985, 14739, 11382, 8061, 12724, 8765, 14051, 10026, 9212, 14621, 11931, 18250, 11979, 9138, 12356, 7999, 14572, 9837, 10440, 10737, 8187, 14650, 9485, 9244, 10190, 8172, 14267, 10297, 8538, 12086, 8407, 12772, 9682, 10076, 13563, 10595, 16816, 11460, 9725, 11405, 8277, 15089, 10461, 8573, 12921, 8665, 10104, 9685, 8028, 13912, 10100, 10271, 11728, 8213, 11953, 9454, 8329, 14830, 10661, 8019, 11817, 8516, 10732, 11159, 8884, 16051, 11182, 8945, 11777, 8567, 16570, 11919, 8507, 13341, 9098, 10014, 10432, 8243, 16678, 11642, 8384, 12480, 8562, 8288, 12472, 9754, 13081, 11475, 8424, 14587, 10255, 10367, 11645, 8679, 16753, 11957, 9360, 10370, 8015, 14945, 10749, 8521, 11623, 8291, 9397, 10839, 8139, 14853, 9698, 12943, 9955, 8380, 12721, 9014, 15433, 10179, 8834, 10635, 7826, 14451, 9950, 8927, 10376, 7833, 13817, 9327, 8458, 14020, 9899, 12014, 10109, 8269, 14692, 10892, 13775, 11943, 8230, 14390, 10075, 10176, 11220, 8284, 16895, 12472, 8355, 12378, 8502, 9040, 12956, 10102, 12676, 11593, 8228, 15558, 11119, 10576, 16743, 13428, 13720, 11228, 8671, 16065, 11691, 11085, 16148, 10961, 9868, 10931, 8379, 11783, 11379, 8381, 13136, 9608, 8371, 14915, 10788, 13416, 16299, 12691, 9651, 9309, 8576, 12148, 11766, 9295, 12837, 9384, 8352, 13714, 10717, 8430, 14745, 9574, 8333, 13789, 9546, 10159, 15143, 10537, 12312, 10216, 8245, 15512, 11069, 10071, 14327, 9342, 9222, 10837, 8448, 12902, 11486, 8394, 12416, 8795, 8218, 13928, 10126, 8076, 13082, 8986, 7961, 11870, 9231, 12607, 12562, 8930, 10096, 9230, 8354, 10490, 11089, 8444, 9644, 13763, 10797, 10788, 12555, 8816, 7946, 12664, 9281, 9446, 14883, 10082, 8236, 12465, 9142, 11131, 13699, 9285, 15313, 10207, 8247, 13235, 9091, 10260, 11894, 8363, 9920, 9100, 7963, 14401, 10220, 9348, 14912, 11311, 10407, 10698, 8231, 10550, 10444, 8057, 14970, 10898, 9224, 14120, 10237, 16028, 10922, 9505, 12406, 8352, 16102, 12105, 16282, 10980, 8357, 11464, 8219, 15353, 10476, 7916, 11094, 7925, 13445, 9246, 10126, 11885, 7943, 14640, 9795, 10625, 9733, 7801, 14887, 10956, 12205, 9504, 7476, 12882, 9376, 13820, 10905, 8474, 12506, 8213, 14785, 10382, 11150, 13262, 8210, 14822, 9740, 9105, 11134, 8454, 16034, 11361, 8496, 11006, 8178, 14815, 10573, 13806, 11744, 9178, 11366, 8009, 13023, 9623, 11191, 11478, 7788, 13283, 8553, 14520, 10126, 16159, 12041, 10826, 10220, 8207, 12453, 8484, 15128, 10592, 10108, 12111, 7891, 13990, 9628, 10604, 10080, 8272, 15397, 10451, 15063, 10028, 9570, 10744, 8257, 15928, 11434, 11161, 9527, 7731, 12935, 9353, 14194, 11234, 8426, 12595, 8181, 14472, 9711, 12270, 11500, 8351, 14051, 9130, 14568, 9945, 9238, 11667, 8025, 14620, 8989, 7598, 9985, 7946, 14350, 10224, 8397, 10470, 7508, 13614, 9462, 15671, 12308, 15302, 11392, 9440, 12928, 9214, 15704, 11658, 9263, 13533, 8941, 11847, 9901, 8224, 14871, 9989, 14318, 9650, 8162, 11822, 8213, 16253, 11918, 11267, 9806, 8254, 13001, 9328, 12551, 11018, 8132, 13300, 8682, 9393, 10054, 7969, 14974, 9915, 8195, 10706, 8009, 15302, 10763, 8914, 12017, 8169, 14722, 10047, 8959, 13468, 9782, 13978, 9568, 8115, 12690, 9544, 14882, 11549, 8441, 11623, 8242, 9958, 9957, 8255, 15387, 10694, 11099, 10099, 8413, 15645, 11370, 14041, 10598, 8176, 12853, 9177, 10825, 11898, 7957, 12638, 8583, 7980, 12371, 9094, 12379, 11831, 8099, 15422, 9867, 9628, 13116, 11087, 17674, 12407, 8904, 12327, 8772, 14264, 10364, 8225, 12694, 8223, 9015, 9527, 8036, 15520, 10944, 8233, 11578, 8375, 9313, 10840, 8609, 13201, 9757, 7833, 12522, 9399, 9985, 13252, 8729, 10925, 9961, 8170, 15286, 10897, 8773, 12254, 8456, 9879, 10088, 8023, 16154, 11486, 8394, 12411, 8535, 10889, 11081, 9213, 15342, 11827, 8022, 12610, 9585, 8128, 15632, 10824, 8129, 12627, 8793, 9753, 11638, 9825, 16633, 12672, 9897, 11826, 8283, 15802, 10794, 7933, 13198, 8180, 7726, 10445, 8251, 13319, 10621, 7914, 13125, 8821, 9944, 11827, 9994], 'WindowCenter': [3889.0, 3830.0, 3806.0, 3823.0, 3790.0, 3788.0, 3807.0, 3775.0, 3765.0, 3794.0, 3764.0, 3785.0, 3830.0, 3799.0, 3799.0, 3820.0, 3765.0, 3764.0, 3807.0, 3776.0, 3767.0, 3810.0, 3778.0, 3793.0, 3823.0, 3812.0, 3781.0, 3810.0, 3787.0, 3766.0, 3820.0, 3800.0, 3780.0, 3821.0, 3800.0, 3777.0, 3797.0, 3767.0, 3787.0, 3786.0, 3779.0, 3842.0, 3800.0, 3778.0, 3808.0, 3779.0, 3778.0, 3811.0, 3793.0, 3823.0, 3811.0, 3791.0, 3844.0, 3811.0, 3780.0, 3820.0, 3779.0, 3780.0, 3799.0, 3780.0, 3843.0, 3813.0, 3780.0, 3811.0, 3790.0, 3800.0, 3822.0, 3789.0, 3832.0, 3798.0, 3767.0, 3819.0, 3789.0, 3800.0, 3810.0, 3778.0, 3829.0, 3787.0, 3765.0, 3797.0, 3766.0, 3830.0, 3798.0, 3788.0, 3820.0, 3778.0, 3778.0, 3799.0, 3769.0, 3822.0, 3801.0, 3770.0, 3833.0, 3803.0, 3792.0, 3812.0, 3780.0, 3832.0, 3812.0, 3791.0, 3843.0, 3799.0, 3808.0, 3797.0, 3768.0, 3818.0, 3788.0, 3798.0, 3798.0, 3777.0, 3840.0, 3797.0, 3767.0, 3808.0, 3768.0, 3808.0, 3790.0, 3779.0, 3845.0, 3803.0, 3800.0, 3790.0, 3781.0, 3843.0, 3813.0, 3780.0, 3810.0, 3779.0, 3810.0, 3822.0, 3790.0, 3843.0, 3787.0, 3767.0, 3819.0, 3801.0, 3809.0, 3810.0, 3766.0, 3817.0, 3788.0, 3766.0, 3808.0, 3790.0, 3819.0, 3798.0, 3766.0, 3817.0, 3787.0, 3776.0, 3808.0, 3790.0, 3830.0, 3808.0, 3776.0, 3795.0, 3766.0, 3786.0, 3786.0, 3768.0, 3831.0, 3799.0, 3799.0, 3797.0, 3766.0, 3819.0, 3788.0, 3780.0, 3831.0, 3801.0, 3779.0, 3810.0, 3789.0, 3779.0, 3811.0, 3802.0, 3843.0, 3822.0, 3789.0, 3808.0, 3788.0, 3810.0, 3810.0, 3778.0, 3840.0, 3798.0, 3767.0, 3808.0, 3790.0, 3805.0, 3844.0, 3824.0, 3778.0, 3821.0, 3789.0, 3780.0, 3820.0, 3789.0, 3780.0, 3833.0, 3811.0, 3768.0, 3831.0, 3787.0, 3766.0, 3829.0, 3788.0, 3790.0, 3829.0, 3798.0, 3829.0, 3785.0, 3754.0, 3805.0, 3776.0, 3807.0, 3796.0, 3775.0, 3828.0, 3775.0, 3755.0, 3797.0, 3766.0, 3767.0, 3809.0, 3779.0, 3799.0, 3800.0, 3769.0, 3820.0, 3801.0, 3832.0, 3811.0, 3798.0, 3830.0, 3798.0, 3807.0, 3786.0, 3755.0, 3806.0, 3776.0, 3798.0, 3797.0, 3767.0, 3819.0, 3775.0, 3768.0, 3831.0, 3800.0, 3768.0, 3820.0, 3779.0, 3778.0, 3810.0, 3791.0, 3832.0, 3810.0, 3770.0, 3820.0, 3789.0, 3788.0, 3810.0, 3791.0, 3842.0, 3811.0, 3778.0, 3808.0, 3779.0, 3800.0, 3812.0, 3779.0, 3832.0, 3799.0, 3767.0, 3819.0, 3790.0, 3791.0, 3821.0, 3811.0, 3842.0, 3809.0, 3776.0, 3818.0, 3787.0, 3819.0, 3820.0, 3810.0, 3840.0, 3795.0, 3753.0, 3816.0, 3775.0, 3764.0, 3808.0, 3788.0, 3788.0, 3831.0, 3799.0, 3767.0, 3821.0, 3777.0, 3776.0, 3798.0, 3787.0, 3829.0, 3808.0, 3777.0, 3807.0, 3776.0, 3806.0, 3796.0, 3765.0, 3839.0, 3808.0, 3776.0, 3796.0, 3764.0, 3754.0, 3796.0, 3776.0, 3798.0, 3798.0, 3767.0, 3830.0, 3799.0, 3766.0, 3818.0, 3777.0, 3787.0, 3809.0, 3778.0, 3829.0, 3797.0, 3767.0, 3819.0, 3790.0, 3820.0, 3809.0, 3766.0, 3787.0, 3797.0, 3777.0, 3786.0, 3787.0, 3768.0, 3800.0, 3812.0, 3790.0, 3833.0, 3810.0, 3778.0, 3821.0, 3800.0, 3834.0, 3824.0, 3821.0, 3830.0, 3775.0, 3807.0, 3787.0, 3775.0, 3805.0, 3762.0, 3782.0, 3773.0, 3753.0, 3818.0, 3787.0, 3766.0, 3819.0, 3778.0, 3768.0, 3809.0, 3790.0, 3780.0, 3821.0, 3790.0, 3790.0, 3832.0, 3821.0, 3852.0, 3819.0, 3787.0, 3795.0, 3753.0, 3818.0, 3787.0, 3796.0, 3784.0, 3753.0, 3805.0, 3774.0, 3755.0, 3797.0, 3778.0, 3830.0, 3799.0, 3769.0, 3810.0, 3780.0, 3833.0, 3813.0, 3802.0, 3833.0, 3801.0, 3810.0, 3788.0, 3779.0, 3834.0, 3813.0, 3811.0, 3810.0, 3779.0, 3831.0, 3801.0, 3812.0, 3822.0, 3789.0, 3842.0, 3798.0, 3828.0, 3798.0, 3798.0, 3808.0, 3767.0, 3829.0, 3797.0, 3806.0, 3785.0, 3766.0, 3807.0, 3789.0, 3830.0, 3810.0, 3768.0, 3819.0, 3777.0, 3820.0, 3789.0, 3789.0, 3834.0, 3811.0, 3852.0, 3808.0, 3776.0, 3807.0, 3767.0, 3818.0, 3786.0, 3798.0, 3797.0, 3765.0, 3818.0, 3788.0, 3787.0, 3786.0, 3778.0, 3831.0, 3800.0, 3779.0, 3810.0, 3778.0, 3821.0, 3790.0, 3800.0, 3821.0, 3800.0, 3842.0, 3797.0, 3776.0, 3796.0, 3766.0, 3829.0, 3788.0, 3777.0, 3807.0, 3776.0, 3786.0, 3786.0, 3766.0, 3820.0, 3800.0, 3800.0, 3810.0, 3780.0, 3808.0, 3787.0, 3779.0, 3830.0, 3799.0, 3767.0, 3808.0, 3778.0, 3799.0, 3811.0, 3778.0, 3842.0, 3799.0, 3777.0, 3807.0, 3778.0, 3842.0, 3809.0, 3777.0, 3818.0, 3776.0, 3786.0, 3786.0, 3779.0, 3841.0, 3799.0, 3766.0, 3808.0, 3777.0, 3778.0, 3820.0, 3791.0, 3833.0, 3810.0, 3778.0, 3830.0, 3798.0, 3788.0, 3808.0, 3776.0, 3830.0, 3798.0, 3776.0, 3784.0, 3767.0, 3828.0, 3799.0, 3776.0, 3796.0, 3776.0, 3788.0, 3799.0, 3766.0, 3829.0, 3787.0, 3808.0, 3786.0, 3766.0, 3818.0, 3776.0, 3830.0, 3786.0, 3777.0, 3796.0, 3768.0, 3829.0, 3800.0, 3789.0, 3798.0, 3768.0, 3830.0, 3789.0, 3790.0, 3832.0, 3800.0, 3820.0, 3799.0, 3778.0, 3832.0, 3811.0, 3820.0, 3810.0, 3779.0, 3830.0, 3787.0, 3788.0, 3798.0, 3779.0, 3843.0, 3820.0, 3779.0, 3809.0, 3779.0, 3790.0, 3821.0, 3801.0, 3823.0, 3811.0, 3780.0, 3843.0, 3811.0, 3800.0, 3843.0, 3820.0, 3820.0, 3798.0, 3765.0, 3829.0, 3797.0, 3796.0, 3829.0, 3796.0, 3785.0, 3784.0, 3767.0, 3807.0, 3799.0, 3767.0, 3818.0, 3786.0, 3766.0, 3829.0, 3798.0, 3820.0, 3829.0, 3807.0, 3775.0, 3775.0, 3776.0, 3807.0, 3809.0, 3776.0, 3808.0, 3774.0, 3777.0, 3818.0, 3796.0, 3765.0, 3820.0, 3774.0, 3764.0, 3818.0, 3789.0, 3787.0, 3818.0, 3786.0, 3806.0, 3773.0, 3763.0, 3816.0, 3795.0, 3774.0, 3816.0, 3762.0, 3763.0, 3782.0, 3764.0, 3806.0, 3794.0, 3763.0, 3805.0, 3763.0, 3765.0, 3818.0, 3786.0, 3765.0, 3808.0, 3777.0, 3766.0, 3807.0, 3788.0, 3808.0, 3808.0, 3776.0, 3786.0, 3776.0, 3777.0, 3797.0, 3797.0, 3777.0, 3788.0, 3820.0, 3799.0, 3799.0, 3809.0, 3777.0, 3766.0, 3819.0, 3788.0, 3788.0, 3830.0, 3787.0, 3779.0, 3807.0, 3788.0, 3799.0, 3819.0, 3776.0, 3830.0, 3786.0, 3767.0, 3818.0, 3778.0, 3797.0, 3808.0, 3777.0, 3787.0, 3777.0, 3778.0, 3842.0, 3812.0, 3803.0, 3843.0, 3812.0, 3799.0, 3798.0, 3767.0, 3798.0, 3798.0, 3767.0, 3842.0, 3811.0, 3792.0, 3832.0, 3801.0, 3841.0, 3798.0, 3787.0, 3807.0, 3764.0, 3827.0, 3795.0, 3815.0, 3783.0, 3752.0, 3784.0, 3764.0, 3827.0, 3785.0, 3764.0, 3796.0, 3765.0, 3818.0, 3788.0, 3799.0, 3809.0, 3767.0, 3830.0, 3788.0, 3786.0, 3788.0, 3769.0, 3831.0, 3799.0, 3808.0, 3788.0, 3756.0, 3819.0, 3790.0, 3831.0, 3800.0, 3778.0, 3809.0, 3778.0, 3830.0, 3800.0, 3809.0, 3820.0, 3766.0, 3829.0, 3788.0, 3777.0, 3798.0, 3778.0, 3832.0, 3809.0, 3777.0, 3797.0, 3777.0, 3830.0, 3800.0, 3819.0, 3809.0, 3776.0, 3798.0, 3766.0, 3818.0, 3800.0, 3811.0, 3811.0, 3768.0, 3820.0, 3778.0, 3830.0, 3801.0, 3842.0, 3810.0, 3799.0, 3787.0, 3766.0, 3808.0, 3777.0, 3830.0, 3799.0, 3798.0, 3810.0, 3767.0, 3818.0, 3788.0, 3798.0, 3800.0, 3778.0, 3842.0, 3799.0, 3831.0, 3787.0, 3788.0, 3798.0, 3779.0, 3840.0, 3810.0, 3798.0, 3787.0, 3766.0, 3819.0, 3791.0, 3831.0, 3811.0, 3777.0, 3809.0, 3777.0, 3829.0, 3790.0, 3808.0, 3808.0, 3766.0, 3818.0, 3776.0, 3819.0, 3787.0, 3787.0, 3810.0, 3767.0, 3829.0, 3777.0, 3767.0, 3799.0, 3792.0, 3844.0, 3814.0, 3792.0, 3813.0, 3770.0, 3833.0, 3804.0, 3844.0, 3823.0, 3833.0, 3799.0, 3786.0, 3808.0, 3787.0, 3829.0, 3797.0, 3775.0, 3817.0, 3775.0, 3796.0, 3786.0, 3776.0, 3829.0, 3787.0, 3817.0, 3785.0, 3765.0, 3806.0, 3777.0, 3829.0, 3808.0, 3795.0, 3773.0, 3763.0, 3805.0, 3786.0, 3806.0, 3796.0, 3764.0, 3806.0, 3775.0, 3786.0, 3786.0, 3777.0, 3829.0, 3798.0, 3777.0, 3798.0, 3779.0, 3842.0, 3810.0, 3789.0, 3809.0, 3777.0, 3829.0, 3798.0, 3790.0, 3819.0, 3788.0, 3818.0, 3786.0, 3765.0, 3819.0, 3788.0, 3829.0, 3808.0, 3776.0, 3797.0, 3776.0, 3798.0, 3788.0, 3777.0, 3830.0, 3799.0, 3797.0, 3797.0, 3778.0, 3830.0, 3808.0, 3819.0, 3796.0, 3764.0, 3817.0, 3789.0, 3797.0, 3808.0, 3766.0, 3818.0, 3776.0, 3766.0, 3819.0, 3790.0, 3820.0, 3810.0, 3768.0, 3830.0, 3787.0, 3788.0, 3819.0, 3808.0, 3841.0, 3807.0, 3775.0, 3805.0, 3776.0, 3817.0, 3785.0, 3764.0, 3807.0, 3764.0, 3774.0, 3785.0, 3766.0, 3829.0, 3800.0, 3777.0, 3797.0, 3776.0, 3789.0, 3798.0, 3777.0, 3819.0, 3787.0, 3768.0, 3820.0, 3791.0, 3799.0, 3822.0, 3778.0, 3798.0, 3787.0, 3779.0, 3842.0, 3800.0, 3779.0, 3809.0, 3778.0, 3787.0, 3798.0, 3779.0, 3842.0, 3810.0, 3778.0, 3809.0, 3777.0, 3797.0, 3797.0, 3787.0, 3829.0, 3797.0, 3766.0, 3807.0, 3787.0, 3778.0, 3830.0, 3799.0, 3769.0, 3810.0, 3778.0, 3790.0, 3809.0, 3790.0, 3841.0, 3809.0, 3788.0, 3796.0, 3765.0, 3828.0, 3785.0, 3754.0, 3807.0, 3765.0, 3765.0, 3797.0, 3779.0, 3820.0, 3800.0, 3768.0, 3820.0, 3778.0, 3799.0, 3811.0, 3789.0], 'WindowWidth': [8694.0, 8597.0, 8555.0, 8573.0, 8521.0, 8514.0, 8538.0, 8491.0, 8477.0, 8516.0, 8478.0, 8508.0, 8578.0, 8533.0, 8534.0, 8560.0, 8479.0, 8475.0, 8538.0, 8498.0, 8486.0, 8546.0, 8503.0, 8534.0, 8572.0, 8554.0, 8511.0, 8547.0, 8513.0, 8484.0, 8562.0, 8535.0, 8509.0, 8564.0, 8532.0, 8499.0, 8523.0, 8485.0, 8509.0, 8511.0, 8506.0, 8593.0, 8533.0, 8502.0, 8543.0, 8503.0, 8502.0, 8550.0, 8532.0, 8570.0, 8552.0, 8525.0, 8601.0, 8551.0, 8510.0, 8560.0, 8506.0, 8508.0, 8532.0, 8511.0, 8597.0, 8559.0, 8509.0, 8549.0, 8522.0, 8536.0, 8566.0, 8520.0, 8581.0, 8528.0, 8485.0, 8557.0, 8517.0, 8535.0, 8547.0, 8501.0, 8573.0, 8512.0, 8481.0, 8524.0, 8483.0, 8575.0, 8531.0, 8516.0, 8561.0, 8503.0, 8502.0, 8530.0, 8493.0, 8565.0, 8539.0, 8498.0, 8586.0, 8542.0, 8527.0, 8552.0, 8510.0, 8580.0, 8554.0, 8524.0, 8597.0, 8532.0, 8543.0, 8524.0, 8488.0, 8556.0, 8515.0, 8531.0, 8529.0, 8500.0, 8591.0, 8526.0, 8486.0, 8541.0, 8489.0, 8544.0, 8522.0, 8509.0, 8604.0, 8547.0, 8537.0, 8522.0, 8515.0, 8599.0, 8559.0, 8510.0, 8548.0, 8509.0, 8551.0, 8567.0, 8523.0, 8599.0, 8513.0, 8485.0, 8557.0, 8540.0, 8548.0, 8548.0, 8484.0, 8554.0, 8513.0, 8484.0, 8542.0, 8521.0, 8558.0, 8529.0, 8483.0, 8553.0, 8512.0, 8496.0, 8542.0, 8521.0, 8576.0, 8542.0, 8496.0, 8522.0, 8483.0, 8509.0, 8511.0, 8492.0, 8578.0, 8534.0, 8532.0, 8526.0, 8485.0, 8558.0, 8515.0, 8511.0, 8579.0, 8539.0, 8508.0, 8547.0, 8520.0, 8505.0, 8551.0, 8544.0, 8599.0, 8569.0, 8519.0, 8543.0, 8516.0, 8548.0, 8547.0, 8505.0, 8592.0, 8530.0, 8486.0, 8542.0, 8525.0, 8553.0, 8603.0, 8577.0, 8506.0, 8561.0, 8521.0, 8510.0, 8564.0, 8521.0, 8510.0, 8585.0, 8552.0, 8491.0, 8579.0, 8514.0, 8486.0, 8571.0, 8517.0, 8521.0, 8574.0, 8528.0, 8572.0, 8506.0, 8463.0, 8531.0, 8495.0, 8539.0, 8524.0, 8494.0, 8572.0, 8492.0, 8469.0, 8527.0, 8485.0, 8488.0, 8545.0, 8508.0, 8533.0, 8536.0, 8493.0, 8564.0, 8538.0, 8582.0, 8551.0, 8531.0, 8577.0, 8528.0, 8539.0, 8508.0, 8466.0, 8535.0, 8496.0, 8528.0, 8527.0, 8487.0, 8557.0, 8495.0, 8491.0, 8579.0, 8535.0, 8491.0, 8563.0, 8505.0, 8505.0, 8550.0, 8528.0, 8582.0, 8550.0, 8494.0, 8562.0, 8520.0, 8518.0, 8550.0, 8526.0, 8598.0, 8550.0, 8502.0, 8543.0, 8505.0, 8537.0, 8553.0, 8508.0, 8581.0, 8532.0, 8489.0, 8560.0, 8521.0, 8525.0, 8567.0, 8551.0, 8597.0, 8546.0, 8498.0, 8555.0, 8514.0, 8559.0, 8564.0, 8548.0, 8593.0, 8519.0, 8463.0, 8550.0, 8496.0, 8480.0, 8542.0, 8518.0, 8518.0, 8578.0, 8533.0, 8488.0, 8563.0, 8501.0, 8498.0, 8528.0, 8516.0, 8574.0, 8543.0, 8499.0, 8538.0, 8496.0, 8538.0, 8523.0, 8481.0, 8589.0, 8545.0, 8497.0, 8522.0, 8481.0, 8467.0, 8523.0, 8498.0, 8532.0, 8532.0, 8490.0, 8576.0, 8531.0, 8487.0, 8557.0, 8502.0, 8515.0, 8544.0, 8502.0, 8574.0, 8527.0, 8487.0, 8562.0, 8524.0, 8562.0, 8546.0, 8483.0, 8514.0, 8527.0, 8500.0, 8510.0, 8512.0, 8490.0, 8536.0, 8555.0, 8525.0, 8584.0, 8551.0, 8505.0, 8563.0, 8536.0, 8587.0, 8577.0, 8566.0, 8574.0, 8494.0, 8538.0, 8512.0, 8494.0, 8533.0, 8472.0, 8498.0, 8486.0, 8463.0, 8556.0, 8516.0, 8486.0, 8559.0, 8503.0, 8490.0, 8544.0, 8522.0, 8509.0, 8565.0, 8523.0, 8523.0, 8582.0, 8566.0, 8611.0, 8558.0, 8510.0, 8519.0, 8463.0, 8555.0, 8514.0, 8521.0, 8505.0, 8462.0, 8531.0, 8490.0, 8468.0, 8527.0, 8505.0, 8575.0, 8533.0, 8493.0, 8548.0, 8510.0, 8585.0, 8558.0, 8543.0, 8585.0, 8539.0, 8549.0, 8517.0, 8508.0, 8586.0, 8559.0, 8551.0, 8550.0, 8507.0, 8578.0, 8539.0, 8556.0, 8571.0, 8521.0, 8597.0, 8528.0, 8571.0, 8528.0, 8528.0, 8542.0, 8487.0, 8574.0, 8526.0, 8537.0, 8508.0, 8483.0, 8540.0, 8522.0, 8577.0, 8550.0, 8491.0, 8558.0, 8503.0, 8560.0, 8518.0, 8522.0, 8586.0, 8554.0, 8609.0, 8542.0, 8498.0, 8538.0, 8487.0, 8556.0, 8510.0, 8527.0, 8527.0, 8483.0, 8557.0, 8515.0, 8513.0, 8511.0, 8505.0, 8579.0, 8537.0, 8506.0, 8548.0, 8505.0, 8563.0, 8521.0, 8536.0, 8566.0, 8533.0, 8595.0, 8527.0, 8496.0, 8523.0, 8482.0, 8570.0, 8515.0, 8500.0, 8541.0, 8499.0, 8511.0, 8510.0, 8485.0, 8561.0, 8536.0, 8535.0, 8547.0, 8507.0, 8544.0, 8515.0, 8507.0, 8576.0, 8534.0, 8488.0, 8544.0, 8503.0, 8533.0, 8550.0, 8505.0, 8595.0, 8531.0, 8501.0, 8540.0, 8505.0, 8593.0, 8545.0, 8499.0, 8555.0, 8497.0, 8509.0, 8511.0, 8506.0, 8590.0, 8533.0, 8485.0, 8543.0, 8500.0, 8505.0, 8562.0, 8526.0, 8584.0, 8551.0, 8505.0, 8576.0, 8530.0, 8516.0, 8543.0, 8499.0, 8579.0, 8528.0, 8499.0, 8506.0, 8489.0, 8570.0, 8531.0, 8499.0, 8525.0, 8500.0, 8518.0, 8533.0, 8487.0, 8575.0, 8515.0, 8541.0, 8510.0, 8486.0, 8556.0, 8500.0, 8575.0, 8511.0, 8499.0, 8522.0, 8493.0, 8575.0, 8535.0, 8521.0, 8529.0, 8491.0, 8576.0, 8522.0, 8525.0, 8582.0, 8538.0, 8562.0, 8533.0, 8504.0, 8581.0, 8552.0, 8564.0, 8549.0, 8505.0, 8575.0, 8515.0, 8516.0, 8529.0, 8507.0, 8599.0, 8564.0, 8507.0, 8545.0, 8508.0, 8524.0, 8567.0, 8540.0, 8572.0, 8553.0, 8510.0, 8599.0, 8553.0, 8538.0, 8601.0, 8564.0, 8561.0, 8527.0, 8482.0, 8574.0, 8527.0, 8524.0, 8574.0, 8523.0, 8508.0, 8506.0, 8488.0, 8542.0, 8533.0, 8487.0, 8557.0, 8511.0, 8485.0, 8574.0, 8532.0, 8564.0, 8578.0, 8540.0, 8495.0, 8492.0, 8500.0, 8540.0, 8546.0, 8500.0, 8543.0, 8494.0, 8502.0, 8560.0, 8526.0, 8483.0, 8560.0, 8493.0, 8479.0, 8555.0, 8518.0, 8514.0, 8558.0, 8510.0, 8535.0, 8488.0, 8475.0, 8550.0, 8521.0, 8491.0, 8550.0, 8473.0, 8473.0, 8499.0, 8479.0, 8536.0, 8519.0, 8475.0, 8533.0, 8475.0, 8485.0, 8556.0, 8511.0, 8482.0, 8543.0, 8499.0, 8483.0, 8540.0, 8517.0, 8543.0, 8542.0, 8497.0, 8511.0, 8497.0, 8502.0, 8528.0, 8528.0, 8501.0, 8517.0, 8563.0, 8532.0, 8532.0, 8546.0, 8500.0, 8486.0, 8557.0, 8517.0, 8515.0, 8577.0, 8515.0, 8505.0, 8541.0, 8516.0, 8531.0, 8559.0, 8498.0, 8576.0, 8511.0, 8486.0, 8556.0, 8503.0, 8528.0, 8544.0, 8501.0, 8515.0, 8501.0, 8504.0, 8595.0, 8558.0, 8547.0, 8599.0, 8555.0, 8533.0, 8529.0, 8486.0, 8528.0, 8528.0, 8487.0, 8596.0, 8553.0, 8529.0, 8584.0, 8536.0, 8593.0, 8530.0, 8515.0, 8539.0, 8479.0, 8567.0, 8522.0, 8549.0, 8499.0, 8458.0, 8503.0, 8480.0, 8565.0, 8509.0, 8479.0, 8523.0, 8484.0, 8555.0, 8516.0, 8533.0, 8547.0, 8488.0, 8576.0, 8516.0, 8510.0, 8515.0, 8493.0, 8577.0, 8533.0, 8543.0, 8514.0, 8473.0, 8558.0, 8523.0, 8578.0, 8534.0, 8504.0, 8545.0, 8504.0, 8575.0, 8535.0, 8547.0, 8562.0, 8486.0, 8572.0, 8515.0, 8500.0, 8529.0, 8505.0, 8580.0, 8545.0, 8501.0, 8527.0, 8502.0, 8577.0, 8537.0, 8561.0, 8546.0, 8498.0, 8528.0, 8487.0, 8557.0, 8537.0, 8553.0, 8554.0, 8493.0, 8564.0, 8505.0, 8576.0, 8539.0, 8596.0, 8550.0, 8533.0, 8514.0, 8486.0, 8542.0, 8502.0, 8577.0, 8535.0, 8531.0, 8548.0, 8487.0, 8557.0, 8516.0, 8531.0, 8537.0, 8507.0, 8596.0, 8533.0, 8577.0, 8515.0, 8516.0, 8530.0, 8506.0, 8591.0, 8549.0, 8529.0, 8514.0, 8485.0, 8558.0, 8525.0, 8579.0, 8551.0, 8503.0, 8546.0, 8500.0, 8573.0, 8522.0, 8545.0, 8544.0, 8484.0, 8556.0, 8498.0, 8556.0, 8514.0, 8516.0, 8547.0, 8489.0, 8574.0, 8501.0, 8491.0, 8536.0, 8534.0, 8604.0, 8564.0, 8533.0, 8559.0, 8500.0, 8587.0, 8549.0, 8603.0, 8573.0, 8585.0, 8534.0, 8512.0, 8541.0, 8516.0, 8575.0, 8528.0, 8497.0, 8555.0, 8496.0, 8524.0, 8512.0, 8501.0, 8573.0, 8515.0, 8556.0, 8510.0, 8483.0, 8538.0, 8502.0, 8574.0, 8543.0, 8523.0, 8489.0, 8478.0, 8536.0, 8512.0, 8539.0, 8525.0, 8480.0, 8537.0, 8497.0, 8513.0, 8514.0, 8503.0, 8576.0, 8531.0, 8503.0, 8531.0, 8510.0, 8597.0, 8552.0, 8522.0, 8548.0, 8503.0, 8573.0, 8533.0, 8523.0, 8561.0, 8517.0, 8560.0, 8513.0, 8484.0, 8559.0, 8519.0, 8574.0, 8544.0, 8499.0, 8528.0, 8500.0, 8531.0, 8518.0, 8504.0, 8579.0, 8534.0, 8528.0, 8527.0, 8507.0, 8578.0, 8546.0, 8560.0, 8525.0, 8482.0, 8555.0, 8520.0, 8530.0, 8544.0, 8487.0, 8559.0, 8500.0, 8488.0, 8562.0, 8525.0, 8565.0, 8552.0, 8492.0, 8577.0, 8515.0, 8519.0, 8560.0, 8546.0, 8596.0, 8542.0, 8495.0, 8536.0, 8500.0, 8556.0, 8510.0, 8480.0, 8539.0, 8481.0, 8492.0, 8509.0, 8488.0, 8573.0, 8537.0, 8502.0, 8528.0, 8500.0, 8520.0, 8532.0, 8504.0, 8562.0, 8516.0, 8491.0, 8562.0, 8526.0, 8535.0, 8568.0, 8506.0, 8531.0, 8515.0, 8508.0, 8595.0, 8535.0, 8506.0, 8544.0, 8504.0, 8516.0, 8530.0, 8507.0, 8595.0, 8549.0, 8504.0, 8544.0, 8502.0, 8528.0, 8528.0, 8515.0, 8574.0, 8526.0, 8484.0, 8541.0, 8515.0, 8505.0, 8576.0, 8532.0, 8492.0, 8547.0, 8504.0, 8522.0, 8547.0, 8521.0, 8594.0, 8546.0, 8513.0, 8521.0, 8481.0, 8568.0, 8508.0, 8465.0, 8540.0, 8482.0, 8483.0, 8528.0, 8508.0, 8562.0, 8536.0, 8491.0, 8561.0, 8504.0, 8534.0, 8550.0, 8519.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.00015698224852071004</td></tr>
<tr><td colspan=3>aqi</td><td>0.018290396646942802</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.371439930918086</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1546315138993068</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9895359003652517</td></tr>
<tr><td colspan=3>efc</td><td>0.5029</td></tr>
<tr><td colspan=3>fber</td><td>3599.3625</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0814977885349707</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.183431952662722</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.602190084385311</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5851692110920355</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7887677516924136</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4326332903714833</td></tr>
<tr><td colspan=3>gcor</td><td>0.00578996</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008811752311885357</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03102351538836956</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1014</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.574858203383667</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>20.0812</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9551</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.8474</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297419.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1054.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.0902</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7371</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.3835</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2940.1484</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3131.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79125.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3961.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>875.8334</td></tr>
<tr><td colspan=3>tsnr</td><td>37.656088086310774</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>