<?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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-01/func/sub-0034_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>0316f98e6b28beb1417cb632acee7f69</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:21:45.120000</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.998963, -0.00166743, -0.0454963, 0.00627671, 0.99483, 0.101357]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100886</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4122, -7776, -7191, 579, -149, -108, 173, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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.906</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>09c56f6a-a9d5-4a11-baa8-40bb3475517e||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.680145025253296, 0.01683995872735977, -0.12174873799085617, 116.52923583984375], [0.004473595879971981, 2.6690568923950195, 0.27415239810943604, -105.42298889160156], [-0.12206333875656128, -0.2719346284866333, 2.6832849979400635, -31.151185989379883], [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': ['162145.120000', '162145.580000', '162146.040000', '162146.500000', '162146.960000', '162147.420000', '162147.880000', '162148.340000', '162148.800000', '162149.260000', '162149.720000', '162150.180000', '162150.640000', '162151.100000', '162151.560000', '162152.020000', '162152.480000', '162152.940000', '162153.400000', '162153.860000', '162154.320000', '162154.780000', '162155.240000', '162155.700000', '162156.160000', '162156.620000', '162157.080000', '162157.540000', '162158.000000', '162158.460000', '162158.920000', '162159.380000', '162159.840000', '162200.300000', '162200.760000', '162201.220000', '162201.680000', '162202.140000', '162202.600000', '162203.060000', '162203.520000', '162203.980000', '162204.440000', '162204.900000', '162205.360000', '162205.820000', '162206.280000', '162206.740000', '162207.200000', '162207.660000', '162208.120000', '162208.580000', '162209.040000', '162209.500000', '162209.960000', '162210.420000', '162210.880000', '162211.340000', '162211.800000', '162212.260000', '162212.720000', '162213.180000', '162213.640000', '162214.100000', '162214.560000', '162215.020000', '162215.480000', '162215.940000', '162216.400000', '162216.860000', '162217.320000', '162217.780000', '162218.240000', '162218.700000', '162219.160000', '162219.620000', '162220.080000', '162220.540000', '162221.000000', '162221.460000', '162221.920000', '162222.380000', '162222.840000', '162223.300000', '162223.760000', '162224.220000', '162224.680000', '162225.140000', '162225.600000', '162226.060000', '162226.520000', '162226.980000', '162227.440000', '162227.900000', '162228.360000', '162228.820000', '162229.280000', '162229.740000', '162230.200000', '162230.660000', '162231.120000', '162231.580000', '162232.040000', '162232.500000', '162232.960000', '162233.420000', '162233.880000', '162234.340000', '162234.800000', '162235.260000', '162235.720000', '162236.180000', '162236.640000', '162237.100000', '162237.560000', '162238.020000', '162238.480000', '162238.940000', '162239.400000', '162239.860000', '162240.320000', '162240.780000', '162241.240000', '162241.700000', '162242.160000', '162242.620000', '162243.080000', '162243.540000', '162244.000000', '162244.460000', '162244.920000', '162245.380000', '162245.840000', '162246.300000', '162246.760000', '162247.220000', '162247.680000', '162248.140000', '162248.600000', '162249.060000', '162249.520000', '162249.980000', '162250.440000', '162250.900000', '162251.360000', '162251.820000', '162252.280000', '162252.740000', '162253.200000', '162253.660000', '162254.120000', '162254.580000', '162255.040000', '162255.500000', '162255.960000', '162256.420000', '162256.880000', '162257.340000', '162257.800000', '162258.260000', '162258.720000', '162259.180000', '162259.640000', '162300.100000', '162300.560000', '162301.020000', '162301.480000', '162301.940000', '162302.400000', '162302.860000', '162303.320000', '162303.780000', '162304.240000', '162304.700000', '162305.160000', '162305.620000', '162306.080000', '162306.540000', '162307.000000', '162307.460000', '162307.920000', '162308.380000', '162308.840000', '162309.300000', '162309.760000', '162310.220000', '162310.680000', '162311.140000', '162311.600000', '162312.060000', '162312.520000', '162312.980000', '162313.440000', '162313.900000', '162314.360000', '162314.820000', '162315.280000', '162315.740000', '162316.200000', '162316.660000', '162317.120000', '162317.580000', '162318.040000', '162318.500000', '162318.960000', '162319.420000', '162319.880000', '162320.340000', '162320.800000', '162321.260000', '162321.720000', '162322.180000', '162322.640000', '162323.100000', '162323.560000', '162324.020000', '162324.480000', '162324.940000', '162325.400000', '162325.860000', '162326.320000', '162326.780000', '162327.240000', '162327.700000', '162328.160000', '162328.620000', '162329.080000', '162329.540000', '162330.000000', '162330.460000', '162330.920000', '162331.380000', '162331.840000', '162332.300000', '162332.760000', '162333.220000', '162333.680000', '162334.140000', '162334.600000', '162335.060000', '162335.520000', '162335.980000', '162336.440000', '162336.900000', '162337.360000', '162337.820000', '162338.280000', '162338.740000', '162339.200000', '162339.660000', '162340.120000', '162340.580000', '162341.040000', '162341.500000', '162341.960000', '162342.420000', '162342.880000', '162343.340000', '162343.800000', '162344.260000', '162344.720000', '162345.180000', '162345.640000', '162346.100000', '162346.560000', '162347.020000', '162347.480000', '162347.940000', '162348.400000', '162348.860000', '162349.320000', '162349.780000', '162350.240000', '162350.700000', '162351.160000', '162351.620000', '162352.080000', '162352.540000', '162353.000000', '162353.460000', '162353.920000', '162354.380000', '162354.840000', '162355.300000', '162355.760000', '162356.220000', '162356.680000', '162357.140000', '162357.600000', '162358.060000', '162358.520000', '162358.980000', '162359.440000', '162359.900000', '162400.360000', '162400.820000', '162401.280000', '162401.740000', '162402.200000', '162402.660000', '162403.120000', '162403.580000', '162404.040000', '162404.500000', '162404.960000', '162405.420000', '162405.880000', '162406.340000', '162406.800000', '162407.260000', '162407.720000', '162408.180000', '162408.640000', '162409.100000', '162409.560000', '162410.020000', '162410.480000', '162410.940000', '162411.400000', '162411.860000', '162412.320000', '162412.780000', '162413.240000', '162413.700000', '162414.160000', '162414.620000', '162415.080000', '162415.540000', '162416.000000', '162416.460000', '162416.920000', '162417.380000', '162417.840000', '162418.300000', '162418.760000', '162419.220000', '162419.680000', '162420.140000', '162420.600000', '162421.060000', '162421.520000', '162421.980000', '162422.440000', '162422.900000', '162423.360000', '162423.820000', '162424.280000', '162424.740000', '162425.200000', '162425.660000', '162426.120000', '162426.580000', '162427.040000', '162427.500000', '162427.960000', '162428.420000', '162428.880000', '162429.340000', '162429.800000', '162430.260000', '162430.720000', '162431.180000', '162431.640000', '162432.100000', '162432.560000', '162433.020000', '162433.480000', '162433.940000', '162434.400000', '162434.860000', '162435.320000', '162435.780000', '162436.240000', '162436.700000', '162437.160000', '162437.620000', '162438.080000', '162438.540000', '162439.000000', '162439.460000', '162439.920000', '162440.380000', '162440.840000', '162441.300000', '162441.760000', '162442.220000', '162442.680000', '162443.140000', '162443.600000', '162444.060000', '162444.520000', '162444.980000', '162445.440000', '162445.900000', '162446.360000', '162446.820000', '162447.280000', '162447.740000', '162448.200000', '162448.660000', '162449.120000', '162449.580000', '162450.040000', '162450.500000', '162450.960000', '162451.420000', '162451.880000', '162452.340000', '162452.800000', '162453.260000', '162453.720000', '162454.180000', '162454.640000', '162455.100000', '162455.560000', '162456.020000', '162456.480000', '162456.940000', '162457.400000', '162457.860000', '162458.320000', '162458.780000', '162459.240000', '162459.700000', '162500.160000', '162500.620000', '162501.080000', '162501.540000', '162502.000000', '162502.460000', '162502.920000', '162503.380000', '162503.840000', '162504.300000', '162504.760000', '162505.220000', '162505.680000', '162506.140000', '162506.600000', '162507.060000', '162507.520000', '162507.980000', '162508.440000', '162508.900000', '162509.360000', '162509.820000', '162510.280000', '162510.740000', '162511.200000', '162511.660000', '162512.120000', '162512.580000', '162513.040000', '162513.500000', '162513.960000', '162514.420000', '162514.880000', '162515.340000', '162515.800000', '162516.260000', '162516.720000', '162517.180000', '162517.640000', '162518.100000', '162518.560000', '162519.020000', '162519.480000', '162519.940000', '162520.400000', '162520.860000', '162521.320000', '162521.780000', '162522.240000', '162522.700000', '162523.160000', '162523.620000', '162524.080000', '162524.540000', '162525.000000', '162525.460000', '162525.920000', '162526.380000', '162526.840000', '162527.300000', '162527.760000', '162528.220000', '162528.680000', '162529.140000', '162529.600000', '162530.060000', '162530.520000', '162530.980000', '162531.440000', '162531.900000', '162532.360000', '162532.820000', '162533.280000', '162533.740000', '162534.200000', '162534.660000', '162535.120000', '162535.580000', '162536.040000', '162536.500000', '162536.960000', '162537.420000', '162537.880000', '162538.340000', '162538.800000', '162539.260000', '162539.720000', '162540.180000', '162540.640000', '162541.100000', '162541.560000', '162542.020000', '162542.480000', '162542.940000', '162543.400000', '162543.860000', '162544.320000', '162544.780000', '162545.240000', '162545.700000', '162546.160000', '162546.620000', '162547.080000', '162547.540000', '162548.000000', '162548.460000', '162548.920000', '162549.380000', '162549.840000', '162550.300000', '162550.760000', '162551.220000', '162551.680000', '162552.140000', '162552.600000', '162553.060000', '162553.520000', '162553.980000', '162554.440000', '162554.900000', '162555.360000', '162555.820000', '162556.280000', '162556.740000', '162557.200000', '162557.660000', '162558.120000', '162558.580000', '162559.040000', '162559.500000', '162559.960000', '162600.420000', '162600.880000', '162601.340000', '162601.800000', '162602.260000', '162602.720000', '162603.180000', '162603.640000', '162604.100000', '162604.560000', '162605.020000', '162605.480000', '162605.940000', '162606.400000', '162606.860000', '162607.320000', '162607.780000', '162608.240000', '162608.700000', '162609.160000', '162609.620000', '162610.080000', '162610.540000', '162611.000000', '162611.460000', '162611.920000', '162612.380000', '162612.840000', '162613.300000', '162613.760000', '162614.220000', '162614.680000', '162615.140000', '162615.600000', '162616.060000', '162616.520000', '162616.980000', '162617.440000', '162617.900000', '162618.360000', '162618.820000', '162619.280000', '162619.740000', '162620.200000', '162620.660000', '162621.120000', '162621.580000', '162622.040000', '162622.500000', '162622.960000', '162623.420000', '162623.880000', '162624.340000', '162624.800000', '162625.260000', '162625.720000', '162626.180000', '162626.640000', '162627.100000', '162627.560000', '162628.020000', '162628.480000', '162628.940000', '162629.400000', '162629.860000', '162630.320000', '162630.780000', '162631.240000', '162631.700000', '162632.160000', '162632.620000', '162633.080000', '162633.540000', '162634.000000', '162634.460000', '162634.920000', '162635.380000', '162635.840000', '162636.300000', '162636.760000', '162637.220000', '162637.680000', '162638.140000', '162638.600000', '162639.060000', '162639.520000', '162639.980000', '162640.440000', '162640.900000', '162641.360000', '162641.820000', '162642.280000', '162642.740000', '162643.200000', '162643.660000', '162644.120000', '162644.580000', '162645.040000', '162645.500000', '162645.960000', '162646.420000', '162646.880000', '162647.340000', '162647.800000', '162648.260000', '162648.720000', '162649.180000', '162649.640000', '162650.100000', '162650.560000', '162651.020000', '162651.480000', '162651.940000', '162652.400000', '162652.860000', '162653.320000', '162653.780000', '162654.240000', '162654.700000', '162655.160000', '162655.620000', '162656.080000', '162656.540000', '162657.000000', '162657.460000', '162657.920000', '162658.380000', '162658.840000', '162659.300000', '162659.760000', '162700.220000', '162700.680000', '162701.140000', '162701.600000', '162702.060000', '162702.520000', '162702.980000', '162703.440000', '162703.900000', '162704.360000', '162704.820000', '162705.280000', '162705.740000', '162706.200000', '162706.660000', '162707.120000', '162707.580000', '162708.040000', '162708.500000', '162708.960000', '162709.420000', '162709.880000', '162710.340000', '162710.800000', '162711.260000', '162711.720000', '162712.180000', '162712.640000', '162713.100000', '162713.560000', '162714.020000', '162714.480000', '162714.940000', '162715.400000', '162715.860000', '162716.320000', '162716.780000', '162717.240000', '162717.700000', '162718.160000', '162718.620000', '162719.080000', '162719.540000', '162720.000000', '162720.460000', '162720.920000', '162721.380000', '162721.840000', '162722.300000', '162722.760000', '162723.220000', '162723.680000', '162724.140000', '162724.600000', '162725.060000', '162725.520000', '162725.980000', '162726.440000', '162726.900000', '162727.360000', '162727.820000', '162728.280000', '162728.740000', '162729.200000', '162729.660000', '162730.120000', '162730.580000', '162731.040000', '162731.500000', '162731.960000', '162732.420000', '162732.880000', '162733.340000', '162733.800000', '162734.260000', '162734.720000', '162735.180000', '162735.640000', '162736.100000', '162736.560000', '162737.020000', '162737.480000', '162737.940000', '162738.400000', '162738.860000', '162739.320000', '162739.780000', '162740.240000', '162740.700000', '162741.160000', '162741.620000', '162742.080000', '162742.540000', '162743.000000', '162743.460000', '162743.920000', '162744.380000', '162744.840000', '162745.300000', '162745.760000', '162746.220000', '162746.680000', '162747.140000', '162747.600000', '162748.060000', '162748.520000', '162748.980000', '162749.440000', '162749.900000', '162750.360000', '162750.820000', '162751.280000', '162751.740000', '162752.200000', '162752.660000', '162753.120000', '162753.580000', '162754.040000', '162754.500000', '162754.960000', '162755.420000', '162755.880000', '162756.340000', '162756.800000', '162757.260000', '162757.720000', '162758.180000', '162758.640000', '162759.100000', '162759.560000', '162800.020000', '162800.480000', '162800.940000', '162801.400000', '162801.860000', '162802.320000', '162802.780000', '162803.240000', '162803.700000', '162804.160000', '162804.620000', '162805.080000', '162805.540000', '162806.000000', '162806.460000', '162806.920000', '162807.380000', '162807.840000', '162808.300000', '162808.760000', '162809.220000', '162809.680000', '162810.140000', '162810.600000', '162811.060000', '162811.520000', '162811.980000', '162812.440000', '162812.900000', '162813.360000', '162813.820000', '162814.280000', '162814.740000', '162815.200000', '162815.660000', '162816.120000', '162816.580000', '162817.040000', '162817.500000', '162817.960000', '162818.420000', '162818.880000', '162819.340000', '162819.800000', '162820.260000', '162820.720000', '162821.180000', '162821.640000', '162822.100000', '162822.560000', '162823.020000', '162823.480000', '162823.940000', '162824.400000', '162824.860000', '162825.320000', '162825.780000', '162826.240000', '162826.700000', '162827.160000', '162827.620000', '162828.080000', '162828.540000', '162829.000000', '162829.460000', '162829.920000', '162830.380000', '162830.840000', '162831.300000', '162831.760000', '162832.220000', '162832.680000', '162833.140000', '162833.600000', '162834.060000', '162834.520000', '162834.980000', '162835.440000', '162835.900000', '162836.360000', '162836.820000', '162837.280000', '162837.740000', '162838.200000', '162838.660000', '162839.120000', '162839.580000', '162840.040000', '162840.500000', '162840.960000', '162841.420000', '162841.880000', '162842.340000', '162842.800000', '162843.260000', '162843.720000', '162844.180000', '162844.640000', '162845.100000', '162845.560000', '162846.020000', '162846.480000', '162846.940000', '162847.400000', '162847.860000', '162848.320000', '162848.780000', '162849.240000', '162849.700000', '162850.160000', '162850.620000', '162851.080000', '162851.540000', '162852.000000', '162852.460000', '162852.920000', '162853.380000', '162853.840000', '162854.300000', '162854.760000', '162855.220000', '162855.680000', '162856.140000', '162856.600000', '162857.060000', '162857.520000', '162857.980000', '162858.440000', '162858.900000', '162859.360000', '162859.820000', '162900.280000', '162900.740000', '162901.200000', '162901.660000', '162902.120000', '162902.580000', '162903.040000', '162903.500000', '162903.960000', '162904.420000', '162904.880000', '162905.340000', '162905.800000', '162906.260000', '162906.720000', '162907.180000', '162907.640000', '162908.100000', '162908.560000', '162909.020000', '162909.480000', '162909.940000', '162910.400000', '162910.860000', '162911.320000', '162911.780000', '162912.240000', '162912.700000', '162913.160000', '162913.620000', '162914.080000', '162914.540000', '162915.000000', '162915.460000', '162915.920000', '162916.380000', '162916.840000', '162917.300000', '162917.760000', '162918.220000', '162918.680000', '162919.140000', '162919.600000', '162920.060000', '162920.520000', '162920.980000', '162921.440000', '162921.900000', '162922.360000', '162922.820000', '162923.280000', '162923.740000', '162924.200000', '162924.660000', '162925.120000', '162925.580000', '162926.040000', '162926.500000', '162926.960000', '162927.420000', '162927.880000', '162928.340000', '162928.800000', '162929.260000', '162929.720000', '162930.180000', '162930.640000', '162931.100000', '162931.560000', '162932.020000'], 'ContentTime': ['162157.743000', '162157.746000', '162157.749000', '162157.752000', '162157.754000', '162157.757000', '162157.760000', '162157.763000', '162157.765000', '162157.768000', '162157.771000', '162157.774000', '162157.777000', '162157.780000', '162157.783000', '162157.801000', '162157.804000', '162157.806000', '162157.809000', '162157.812000', '162157.815000', '162157.818000', '162157.820000', '162157.823000', '162157.826000', '162217.709000', '162217.713000', '162217.725000', '162217.728000', '162217.731000', '162217.734000', '162217.736000', '162217.739000', '162217.742000', '162217.745000', '162217.747000', '162217.750000', '162217.753000', '162217.756000', '162217.759000', '162217.761000', '162217.765000', '162217.768000', '162217.771000', '162217.773000', '162217.776000', '162217.779000', '162217.782000', '162217.791000', '162217.794000', '162217.796000', '162217.799000', '162217.802000', '162217.805000', '162217.807000', '162217.810000', '162217.813000', '162217.816000', '162217.819000', '162217.822000', '162217.824000', '162217.827000', '162217.830000', '162217.833000', '162217.836000', '162217.839000', '162217.841000', '162217.850000', '162237.708000', '162237.711000', '162237.714000', '162237.716000', '162237.719000', '162237.722000', '162237.725000', '162237.728000', '162237.731000', '162237.734000', '162237.737000', '162237.740000', '162237.742000', '162237.745000', '162237.748000', '162237.751000', '162237.754000', '162237.757000', '162237.759000', '162237.762000', '162237.765000', '162237.768000', '162237.770000', '162237.773000', '162237.776000', '162237.779000', '162237.782000', '162237.785000', '162237.787000', '162237.790000', '162237.793000', '162237.796000', '162237.799000', '162237.802000', '162237.805000', '162237.807000', '162237.810000', '162237.813000', '162237.816000', '162237.819000', '162237.821000', '162237.824000', '162237.827000', '162237.830000', '162257.708000', '162257.711000', '162257.714000', '162257.717000', '162257.720000', '162257.722000', '162257.725000', '162257.728000', '162257.731000', '162257.734000', '162257.737000', '162257.740000', '162257.743000', '162257.746000', '162257.749000', '162257.751000', '162257.754000', '162257.757000', '162257.760000', '162257.763000', '162257.766000', '162257.769000', '162257.771000', '162257.774000', '162257.777000', '162257.780000', '162257.783000', '162257.785000', '162257.788000', '162257.791000', '162257.794000', '162257.797000', '162257.800000', '162257.803000', '162257.806000', '162257.809000', '162257.812000', '162257.814000', '162257.817000', '162257.820000', '162257.823000', '162257.826000', '162257.829000', '162317.708000', '162317.711000', '162317.714000', '162317.717000', '162317.720000', '162317.723000', '162317.725000', '162317.728000', '162317.731000', '162317.734000', '162317.737000', '162317.740000', '162317.743000', '162317.746000', '162317.749000', '162317.752000', '162317.755000', '162317.758000', '162317.760000', '162317.763000', '162317.766000', '162317.769000', '162317.772000', '162317.775000', '162317.778000', '162317.780000', '162317.818000', '162317.821000', '162317.824000', '162317.827000', '162317.830000', '162317.833000', '162317.835000', '162317.838000', '162317.841000', '162317.844000', '162317.847000', '162317.849000', '162317.852000', '162317.855000', '162317.858000', '162317.861000', '162317.864000', '162317.867000', '162337.708000', '162337.711000', '162337.714000', '162337.716000', '162337.719000', '162337.722000', '162337.725000', '162337.728000', '162337.731000', '162337.734000', '162337.737000', '162337.740000', '162337.743000', '162337.746000', '162337.749000', '162337.752000', '162337.755000', '162337.758000', '162337.761000', '162337.764000', '162337.767000', '162337.770000', '162337.773000', '162337.775000', '162337.778000', '162337.781000', '162337.784000', '162337.803000', '162337.806000', '162337.809000', '162337.812000', '162337.816000', '162337.819000', '162337.822000', '162337.825000', '162337.828000', '162337.830000', '162337.834000', '162337.837000', '162337.840000', '162337.842000', '162337.845000', '162337.848000', '162357.708000', '162357.711000', '162357.714000', '162357.717000', '162357.720000', '162357.722000', '162357.725000', '162357.728000', '162357.731000', '162357.734000', '162357.737000', '162357.739000', '162357.742000', '162357.745000', '162357.748000', '162357.751000', '162357.754000', '162357.756000', '162357.759000', '162357.762000', '162357.765000', '162357.768000', '162357.803000', '162357.806000', '162357.808000', '162357.811000', '162357.814000', '162357.817000', '162357.820000', '162357.823000', '162357.825000', '162357.828000', '162357.831000', '162357.834000', '162357.837000', '162357.839000', '162357.842000', '162357.845000', '162357.848000', '162357.851000', '162357.854000', '162357.857000', '162357.859000', '162357.862000', '162417.708000', '162417.711000', '162417.713000', '162417.716000', '162417.719000', '162417.722000', '162417.725000', '162417.728000', '162417.731000', '162417.733000', '162417.736000', '162417.739000', '162417.742000', '162417.745000', '162417.748000', '162417.751000', '162417.753000', '162417.756000', '162417.759000', '162417.762000', '162417.765000', '162417.768000', '162417.770000', '162417.773000', '162417.776000', '162417.779000', '162417.782000', '162417.785000', '162417.787000', '162417.790000', '162417.793000', '162417.796000', '162417.799000', '162417.801000', '162417.804000', '162417.807000', '162417.810000', '162417.813000', '162417.816000', '162417.818000', '162417.821000', '162417.824000', '162417.827000', '162437.708000', '162437.711000', '162437.714000', '162437.717000', '162437.719000', '162437.722000', '162437.725000', '162437.728000', '162437.731000', '162437.733000', '162437.736000', '162437.739000', '162437.742000', '162437.745000', '162437.748000', '162437.751000', '162437.753000', '162437.756000', '162437.759000', '162437.762000', '162437.765000', '162437.767000', '162437.812000', '162437.815000', '162437.818000', '162437.820000', '162437.823000', '162437.826000', '162437.829000', '162437.832000', '162437.834000', '162437.837000', '162437.840000', '162437.843000', '162437.846000', '162437.849000', '162437.851000', '162437.854000', '162437.857000', '162437.860000', '162437.863000', '162437.866000', '162437.868000', '162437.871000', '162457.708000', '162457.711000', '162457.714000', '162457.716000', '162457.719000', '162457.722000', '162457.725000', '162457.728000', '162457.731000', '162457.734000', '162457.736000', '162457.739000', '162457.742000', '162457.745000', '162457.748000', '162457.751000', '162457.753000', '162457.756000', '162457.759000', '162457.762000', '162457.765000', '162457.768000', '162457.791000', '162457.794000', '162457.797000', '162457.800000', '162457.803000', '162457.806000', '162457.808000', '162457.811000', '162457.814000', '162457.817000', '162457.820000', '162457.822000', '162457.825000', '162457.828000', '162457.831000', '162457.834000', '162457.837000', '162457.841000', '162457.845000', '162457.848000', '162457.850000', '162517.708000', '162517.711000', '162517.714000', '162517.716000', '162517.719000', '162517.722000', '162517.725000', '162517.728000', '162517.745000', '162517.747000', '162517.750000', '162517.753000', '162517.756000', '162517.759000', '162517.762000', '162517.765000', '162517.767000', '162517.770000', '162517.773000', '162517.776000', '162517.779000', '162517.781000', '162517.784000', '162517.787000', '162517.790000', '162517.793000', '162517.796000', '162517.799000', '162517.801000', '162517.804000', '162517.807000', '162517.810000', '162517.813000', '162517.815000', '162517.818000', '162517.821000', '162517.824000', '162517.827000', '162517.830000', '162517.833000', '162517.835000', '162517.838000', '162517.841000', '162517.844000', '162537.708000', '162537.711000', '162537.714000', '162537.717000', '162537.719000', '162537.722000', '162537.725000', '162537.728000', '162537.731000', '162537.734000', '162537.736000', '162537.739000', '162537.742000', '162537.745000', '162537.748000', '162537.751000', '162537.753000', '162537.756000', '162537.759000', '162537.762000', '162537.765000', '162537.767000', '162537.770000', '162537.796000', '162537.799000', '162537.802000', '162537.804000', '162537.807000', '162537.810000', '162537.813000', '162537.816000', '162537.818000', '162537.821000', '162537.824000', '162537.827000', '162537.830000', '162537.833000', '162537.835000', '162537.838000', '162537.841000', '162537.844000', '162537.852000', '162537.855000', '162557.708000', '162557.711000', '162557.714000', '162557.716000', '162557.719000', '162557.722000', '162557.725000', '162557.728000', '162557.731000', '162557.733000', '162557.744000', '162557.747000', '162557.750000', '162557.752000', '162557.755000', '162557.758000', '162557.761000', '162557.764000', '162557.767000', '162557.770000', '162557.819000', '162557.822000', '162557.825000', '162557.828000', '162557.831000', '162557.833000', '162557.836000', '162557.839000', '162557.842000', '162557.845000', '162557.847000', '162557.850000', '162557.853000', '162557.856000', '162557.859000', '162557.861000', '162557.864000', '162557.867000', '162557.870000', '162557.873000', '162557.875000', '162557.878000', '162557.881000', '162557.884000', '162617.708000', '162617.711000', '162617.714000', '162617.717000', '162617.719000', '162617.722000', '162617.725000', '162617.728000', '162617.731000', '162617.734000', '162617.737000', '162617.739000', '162617.742000', '162617.745000', '162617.748000', '162617.751000', '162617.753000', '162617.756000', '162617.759000', '162617.762000', '162617.765000', '162617.768000', '162617.824000', '162617.827000', '162617.830000', '162617.833000', '162617.836000', '162617.839000', '162617.841000', '162617.844000', '162617.847000', '162617.850000', '162617.853000', '162617.856000', '162617.859000', '162617.861000', '162617.864000', '162617.867000', '162617.870000', '162617.873000', '162617.876000', '162617.879000', '162617.882000', '162637.708000', '162637.711000', '162637.714000', '162637.716000', '162637.719000', '162637.722000', '162637.725000', '162637.728000', '162637.731000', '162637.734000', '162637.736000', '162637.739000', '162637.742000', '162637.745000', '162637.748000', '162637.751000', '162637.753000', '162637.756000', '162637.759000', '162637.762000', '162637.765000', '162637.768000', '162637.811000', '162637.814000', '162637.817000', '162637.820000', '162637.822000', '162637.825000', '162637.828000', '162637.831000', '162637.834000', '162637.836000', '162637.839000', '162637.856000', '162637.859000', '162637.862000', '162637.865000', '162637.868000', '162637.871000', '162637.873000', '162637.876000', '162637.879000', '162637.882000', '162637.885000', '162657.708000', '162657.711000', '162657.714000', '162657.717000', '162657.720000', '162657.722000', '162657.725000', '162657.728000', '162657.731000', '162657.734000', '162657.737000', '162657.739000', '162657.742000', '162657.745000', '162657.748000', '162657.751000', '162657.754000', '162657.756000', '162657.759000', '162657.762000', '162657.765000', '162657.768000', '162657.816000', '162657.819000', '162657.822000', '162657.825000', '162657.827000', '162657.830000', '162657.833000', '162657.836000', '162657.839000', '162657.841000', '162657.844000', '162657.847000', '162657.850000', '162657.853000', '162657.856000', '162657.859000', '162657.861000', '162657.864000', '162657.867000', '162657.870000', '162657.873000', '162717.708000', '162717.711000', '162717.714000', '162717.717000', '162717.719000', '162717.722000', '162717.725000', '162717.728000', '162717.731000', '162717.734000', '162717.736000', '162717.739000', '162717.742000', '162717.745000', '162717.748000', '162717.751000', '162717.753000', '162717.756000', '162717.761000', '162717.764000', '162717.767000', '162717.809000', '162717.812000', '162717.814000', '162717.817000', '162717.820000', '162717.823000', '162717.826000', '162717.829000', '162717.831000', '162717.834000', '162717.837000', '162717.840000', '162717.843000', '162717.845000', '162717.848000', '162717.851000', '162717.854000', '162717.857000', '162717.859000', '162717.862000', '162717.865000', '162717.868000', '162717.871000', '162737.708000', '162737.711000', '162737.714000', '162737.717000', '162737.720000', '162737.723000', '162737.725000', '162737.728000', '162737.731000', '162737.734000', '162737.737000', '162737.739000', '162737.742000', '162737.745000', '162737.748000', '162737.751000', '162737.754000', '162737.756000', '162737.759000', '162737.762000', '162737.765000', '162737.768000', '162737.771000', '162737.773000', '162737.776000', '162737.779000', '162737.782000', '162737.785000', '162737.787000', '162737.790000', '162737.793000', '162737.796000', '162737.799000', '162737.802000', '162737.805000', '162737.807000', '162737.810000', '162737.813000', '162737.816000', '162737.819000', '162737.821000', '162737.824000', '162737.827000', '162757.708000', '162757.711000', '162757.714000', '162757.717000', '162757.720000', '162757.723000', '162757.725000', '162757.728000', '162757.731000', '162757.734000', '162757.737000', '162757.740000', '162757.743000', '162757.746000', '162757.749000', '162757.751000', '162757.754000', '162757.757000', '162757.760000', '162757.763000', '162757.766000', '162757.769000', '162757.772000', '162757.775000', '162757.778000', '162757.835000', '162757.838000', '162757.841000', '162757.844000', '162757.846000', '162757.849000', '162757.852000', '162757.855000', '162757.858000', '162757.861000', '162757.864000', '162757.866000', '162757.869000', '162757.872000', '162757.875000', '162757.878000', '162757.881000', '162757.883000', '162817.708000', '162817.711000', '162817.714000', '162817.717000', '162817.720000', '162817.722000', '162817.725000', '162817.728000', '162817.731000', '162817.734000', '162817.737000', '162817.740000', '162817.743000', '162817.745000', '162817.748000', '162817.751000', '162817.754000', '162817.757000', '162817.760000', '162817.763000', '162817.765000', '162817.768000', '162817.823000', '162817.826000', '162817.829000', '162817.832000', '162817.835000', '162817.838000', '162817.841000', '162817.843000', '162817.846000', '162817.849000', '162817.852000', '162817.855000', '162817.857000', '162817.860000', '162817.863000', '162817.866000', '162817.869000', '162817.872000', '162817.874000', '162817.877000', '162817.880000', '162817.883000', '162837.708000', '162837.711000', '162837.714000', '162837.718000', '162837.730000', '162837.733000', '162837.736000', '162837.739000', '162837.741000', '162837.744000', '162837.747000', '162837.750000', '162837.753000', '162837.756000', '162837.758000', '162837.761000', '162837.764000', '162837.767000', '162837.788000', '162837.791000', '162837.794000', '162837.797000', '162837.799000', '162837.802000', '162837.805000', '162837.808000', '162837.811000', '162837.820000', '162837.822000', '162837.825000', '162837.828000', '162837.831000', '162837.834000', '162837.837000', '162837.840000', '162837.843000', '162837.845000', '162837.848000', '162837.851000', '162837.854000', '162837.857000', '162837.860000', '162837.863000', '162857.708000', '162857.711000', '162857.714000', '162857.717000', '162857.720000', '162857.723000', '162857.726000', '162857.728000', '162857.731000', '162857.734000', '162857.737000', '162857.740000', '162857.743000', '162857.746000', '162857.748000', '162857.751000', '162857.754000', '162857.757000', '162857.760000', '162857.763000', '162857.766000', '162857.768000', '162857.771000', '162857.774000', '162857.777000', '162857.780000', '162857.783000', '162857.785000', '162857.788000', '162857.791000', '162857.794000', '162857.797000', '162857.800000', '162857.803000', '162857.806000', '162857.808000', '162857.811000', '162857.814000', '162857.817000', '162857.820000', '162857.823000', '162857.826000', '162857.828000', '162857.831000', '162917.708000', '162917.711000', '162917.714000', '162917.717000', '162917.719000', '162917.722000', '162917.725000', '162917.728000', '162917.731000', '162917.734000', '162917.737000', '162917.740000', '162917.743000', '162917.746000', '162917.749000', '162917.751000', '162917.754000', '162917.757000', '162917.760000', '162917.763000', '162917.766000', '162917.768000', '162917.847000', '162917.850000', '162917.853000', '162917.855000', '162917.858000', '162917.861000', '162917.864000', '162917.867000', '162917.870000', '162917.873000', '162917.875000', '162917.878000', '162917.881000', '162917.884000', '162917.887000', '162917.890000', '162917.899000', '162917.902000', '162917.905000', '162917.907000', '162917.910000', '162933.439000', '162933.442000', '162933.445000', '162933.448000', '162933.452000', '162933.456000', '162933.459000', '162933.462000', '162933.466000', '162933.469000', '162933.472000', '162933.475000', '162933.478000', '162933.481000', '162933.484000', '162933.487000', '162933.490000', '162933.493000', '162933.496000', '162933.499000', '162933.503000', '162933.507000', '162933.510000', '162933.515000', '162933.524000', '162933.527000', '162933.530000', '162933.533000', '162933.536000', '162933.539000', '162933.542000', '162933.545000', '162933.547000', '162933.550000', '162933.553000'], 'InstanceCreationTime': ['162157.743000', '162157.746000', '162157.749000', '162157.752000', '162157.754000', '162157.757000', '162157.760000', '162157.763000', '162157.765000', '162157.768000', '162157.771000', '162157.774000', '162157.777000', '162157.780000', '162157.783000', '162157.801000', '162157.804000', '162157.806000', '162157.809000', '162157.812000', '162157.815000', '162157.818000', '162157.820000', '162157.823000', '162157.826000', '162217.709000', '162217.713000', '162217.725000', '162217.728000', '162217.731000', '162217.734000', '162217.736000', '162217.739000', '162217.742000', '162217.745000', '162217.747000', '162217.750000', '162217.753000', '162217.756000', '162217.759000', '162217.761000', '162217.765000', '162217.768000', '162217.771000', '162217.773000', '162217.776000', '162217.779000', '162217.782000', '162217.791000', '162217.794000', '162217.796000', '162217.799000', '162217.802000', '162217.805000', '162217.807000', '162217.810000', '162217.813000', '162217.816000', '162217.819000', '162217.822000', '162217.824000', '162217.827000', '162217.830000', '162217.833000', '162217.836000', '162217.839000', '162217.841000', '162217.850000', '162237.708000', '162237.711000', '162237.714000', '162237.716000', '162237.719000', '162237.722000', '162237.725000', '162237.728000', '162237.731000', '162237.734000', '162237.737000', '162237.740000', '162237.742000', '162237.745000', '162237.748000', '162237.751000', '162237.754000', '162237.757000', '162237.759000', '162237.762000', '162237.765000', '162237.768000', '162237.770000', '162237.773000', '162237.776000', '162237.779000', '162237.782000', '162237.785000', '162237.787000', '162237.790000', '162237.793000', '162237.796000', '162237.799000', '162237.802000', '162237.805000', '162237.807000', '162237.810000', '162237.813000', '162237.816000', '162237.819000', '162237.821000', '162237.824000', '162237.827000', '162237.830000', '162257.708000', '162257.711000', '162257.714000', '162257.717000', '162257.720000', '162257.722000', '162257.725000', '162257.728000', '162257.731000', '162257.734000', '162257.737000', '162257.740000', '162257.743000', '162257.746000', '162257.749000', '162257.751000', '162257.754000', '162257.757000', '162257.760000', '162257.763000', '162257.766000', '162257.769000', '162257.771000', '162257.774000', '162257.777000', '162257.780000', '162257.783000', '162257.785000', '162257.788000', '162257.791000', '162257.794000', '162257.797000', '162257.800000', '162257.803000', '162257.806000', '162257.809000', '162257.812000', '162257.814000', '162257.817000', '162257.820000', '162257.823000', '162257.826000', '162257.829000', '162317.708000', '162317.711000', '162317.714000', '162317.717000', '162317.720000', '162317.723000', '162317.725000', '162317.728000', '162317.731000', '162317.734000', '162317.737000', '162317.740000', '162317.743000', '162317.746000', '162317.749000', '162317.752000', '162317.755000', '162317.758000', '162317.760000', '162317.763000', '162317.766000', '162317.769000', '162317.772000', '162317.775000', '162317.778000', '162317.780000', '162317.818000', '162317.821000', '162317.824000', '162317.827000', '162317.830000', '162317.833000', '162317.835000', '162317.838000', '162317.841000', '162317.844000', '162317.847000', '162317.849000', '162317.852000', '162317.855000', '162317.858000', '162317.861000', '162317.864000', '162317.867000', '162337.708000', '162337.711000', '162337.714000', '162337.716000', '162337.719000', '162337.722000', '162337.725000', '162337.728000', '162337.731000', '162337.734000', '162337.737000', '162337.740000', '162337.743000', '162337.746000', '162337.749000', '162337.752000', '162337.755000', '162337.758000', '162337.761000', '162337.764000', '162337.767000', '162337.770000', '162337.773000', '162337.775000', '162337.778000', '162337.781000', '162337.784000', '162337.803000', '162337.806000', '162337.809000', '162337.812000', '162337.816000', '162337.819000', '162337.822000', '162337.825000', '162337.828000', '162337.830000', '162337.834000', '162337.837000', '162337.840000', '162337.842000', '162337.845000', '162337.848000', '162357.708000', '162357.711000', '162357.714000', '162357.717000', '162357.720000', '162357.722000', '162357.725000', '162357.728000', '162357.731000', '162357.734000', '162357.737000', '162357.739000', '162357.742000', '162357.745000', '162357.748000', '162357.751000', '162357.754000', '162357.756000', '162357.759000', '162357.762000', '162357.765000', '162357.768000', '162357.803000', '162357.806000', '162357.808000', '162357.811000', '162357.814000', '162357.817000', '162357.820000', '162357.823000', '162357.825000', '162357.828000', '162357.831000', '162357.834000', '162357.837000', '162357.839000', '162357.842000', '162357.845000', '162357.848000', '162357.851000', '162357.854000', '162357.857000', '162357.859000', '162357.862000', '162417.708000', '162417.711000', '162417.713000', '162417.716000', '162417.719000', '162417.722000', '162417.725000', '162417.728000', '162417.731000', '162417.733000', '162417.736000', '162417.739000', '162417.742000', '162417.745000', '162417.748000', '162417.751000', '162417.753000', '162417.756000', '162417.759000', '162417.762000', '162417.765000', '162417.768000', '162417.770000', '162417.773000', '162417.776000', '162417.779000', '162417.782000', '162417.785000', '162417.787000', '162417.790000', '162417.793000', '162417.796000', '162417.799000', '162417.801000', '162417.804000', '162417.807000', '162417.810000', '162417.813000', '162417.816000', '162417.818000', '162417.821000', '162417.824000', '162417.827000', '162437.708000', '162437.711000', '162437.714000', '162437.717000', '162437.719000', '162437.722000', '162437.725000', '162437.728000', '162437.731000', '162437.733000', '162437.736000', '162437.739000', '162437.742000', '162437.745000', '162437.748000', '162437.751000', '162437.753000', '162437.756000', '162437.759000', '162437.762000', '162437.765000', '162437.767000', '162437.812000', '162437.815000', '162437.818000', '162437.820000', '162437.823000', '162437.826000', '162437.829000', '162437.832000', '162437.834000', '162437.837000', '162437.840000', '162437.843000', '162437.846000', '162437.849000', '162437.851000', '162437.854000', '162437.857000', '162437.860000', '162437.863000', '162437.866000', '162437.868000', '162437.871000', '162457.708000', '162457.711000', '162457.714000', '162457.716000', '162457.719000', '162457.722000', '162457.725000', '162457.728000', '162457.731000', '162457.734000', '162457.736000', '162457.739000', '162457.742000', '162457.745000', '162457.748000', '162457.751000', '162457.753000', '162457.756000', '162457.759000', '162457.762000', '162457.765000', '162457.768000', '162457.791000', '162457.794000', '162457.797000', '162457.800000', '162457.803000', '162457.806000', '162457.808000', '162457.811000', '162457.814000', '162457.817000', '162457.820000', '162457.822000', '162457.825000', '162457.828000', '162457.831000', '162457.834000', '162457.837000', '162457.841000', '162457.845000', '162457.848000', '162457.850000', '162517.708000', '162517.711000', '162517.714000', '162517.716000', '162517.719000', '162517.722000', '162517.725000', '162517.728000', '162517.745000', '162517.747000', '162517.750000', '162517.753000', '162517.756000', '162517.759000', '162517.762000', '162517.765000', '162517.767000', '162517.770000', '162517.773000', '162517.776000', '162517.779000', '162517.781000', '162517.784000', '162517.787000', '162517.790000', '162517.793000', '162517.796000', '162517.799000', '162517.801000', '162517.804000', '162517.807000', '162517.810000', '162517.813000', '162517.815000', '162517.818000', '162517.821000', '162517.824000', '162517.827000', '162517.830000', '162517.833000', '162517.835000', '162517.838000', '162517.841000', '162517.844000', '162537.708000', '162537.711000', '162537.714000', '162537.717000', '162537.719000', '162537.722000', '162537.725000', '162537.728000', '162537.731000', '162537.734000', '162537.736000', '162537.739000', '162537.742000', '162537.745000', '162537.748000', '162537.751000', '162537.753000', '162537.756000', '162537.759000', '162537.762000', '162537.765000', '162537.767000', '162537.770000', '162537.796000', '162537.799000', '162537.802000', '162537.804000', '162537.807000', '162537.810000', '162537.813000', '162537.816000', '162537.818000', '162537.821000', '162537.824000', '162537.827000', '162537.830000', '162537.833000', '162537.835000', '162537.838000', '162537.841000', '162537.844000', '162537.852000', '162537.855000', '162557.708000', '162557.711000', '162557.714000', '162557.716000', '162557.719000', '162557.722000', '162557.725000', '162557.728000', '162557.731000', '162557.733000', '162557.744000', '162557.747000', '162557.750000', '162557.752000', '162557.755000', '162557.758000', '162557.761000', '162557.764000', '162557.767000', '162557.770000', '162557.819000', '162557.822000', '162557.825000', '162557.828000', '162557.831000', '162557.833000', '162557.836000', '162557.839000', '162557.842000', '162557.845000', '162557.847000', '162557.850000', '162557.853000', '162557.856000', '162557.859000', '162557.861000', '162557.864000', '162557.867000', '162557.870000', '162557.873000', '162557.875000', '162557.878000', '162557.881000', '162557.884000', '162617.708000', '162617.711000', '162617.714000', '162617.717000', '162617.719000', '162617.722000', '162617.725000', '162617.728000', '162617.731000', '162617.734000', '162617.737000', '162617.739000', '162617.742000', '162617.745000', '162617.748000', '162617.751000', '162617.753000', '162617.756000', '162617.759000', '162617.762000', '162617.765000', '162617.768000', '162617.824000', '162617.827000', '162617.830000', '162617.833000', '162617.836000', '162617.839000', '162617.841000', '162617.844000', '162617.847000', '162617.850000', '162617.853000', '162617.856000', '162617.859000', '162617.861000', '162617.864000', '162617.867000', '162617.870000', '162617.873000', '162617.876000', '162617.879000', '162617.882000', '162637.708000', '162637.711000', '162637.714000', '162637.716000', '162637.719000', '162637.722000', '162637.725000', '162637.728000', '162637.731000', '162637.734000', '162637.736000', '162637.739000', '162637.742000', '162637.745000', '162637.748000', '162637.751000', '162637.753000', '162637.756000', '162637.759000', '162637.762000', '162637.765000', '162637.768000', '162637.811000', '162637.814000', '162637.817000', '162637.820000', '162637.822000', '162637.825000', '162637.828000', '162637.831000', '162637.834000', '162637.836000', '162637.839000', '162637.856000', '162637.859000', '162637.862000', '162637.865000', '162637.868000', '162637.871000', '162637.873000', '162637.876000', '162637.879000', '162637.882000', '162637.885000', '162657.708000', '162657.711000', '162657.714000', '162657.717000', '162657.720000', '162657.722000', '162657.725000', '162657.728000', '162657.731000', '162657.734000', '162657.737000', '162657.739000', '162657.742000', '162657.745000', '162657.748000', '162657.751000', '162657.754000', '162657.756000', '162657.759000', '162657.762000', '162657.765000', '162657.768000', '162657.816000', '162657.819000', '162657.822000', '162657.825000', '162657.827000', '162657.830000', '162657.833000', '162657.836000', '162657.839000', '162657.841000', '162657.844000', '162657.847000', '162657.850000', '162657.853000', '162657.856000', '162657.859000', '162657.861000', '162657.864000', '162657.867000', '162657.870000', '162657.873000', '162717.708000', '162717.711000', '162717.714000', '162717.717000', '162717.719000', '162717.722000', '162717.725000', '162717.728000', '162717.731000', '162717.734000', '162717.736000', '162717.739000', '162717.742000', '162717.745000', '162717.748000', '162717.751000', '162717.753000', '162717.756000', '162717.761000', '162717.764000', '162717.767000', '162717.809000', '162717.812000', '162717.814000', '162717.817000', '162717.820000', '162717.823000', '162717.826000', '162717.829000', '162717.831000', '162717.834000', '162717.837000', '162717.840000', '162717.843000', '162717.845000', '162717.848000', '162717.851000', '162717.854000', '162717.857000', '162717.859000', '162717.862000', '162717.865000', '162717.868000', '162717.871000', '162737.708000', '162737.711000', '162737.714000', '162737.717000', '162737.720000', '162737.723000', '162737.725000', '162737.728000', '162737.731000', '162737.734000', '162737.737000', '162737.739000', '162737.742000', '162737.745000', '162737.748000', '162737.751000', '162737.754000', '162737.756000', '162737.759000', '162737.762000', '162737.765000', '162737.768000', '162737.771000', '162737.773000', '162737.776000', '162737.779000', '162737.782000', '162737.785000', '162737.787000', '162737.790000', '162737.793000', '162737.796000', '162737.799000', '162737.802000', '162737.805000', '162737.807000', '162737.810000', '162737.813000', '162737.816000', '162737.819000', '162737.821000', '162737.824000', '162737.827000', '162757.708000', '162757.711000', '162757.714000', '162757.717000', '162757.720000', '162757.723000', '162757.725000', '162757.728000', '162757.731000', '162757.734000', '162757.737000', '162757.740000', '162757.743000', '162757.746000', '162757.749000', '162757.751000', '162757.754000', '162757.757000', '162757.760000', '162757.763000', '162757.766000', '162757.769000', '162757.772000', '162757.775000', '162757.778000', '162757.835000', '162757.838000', '162757.841000', '162757.844000', '162757.846000', '162757.849000', '162757.852000', '162757.855000', '162757.858000', '162757.861000', '162757.864000', '162757.866000', '162757.869000', '162757.872000', '162757.875000', '162757.878000', '162757.881000', '162757.883000', '162817.708000', '162817.711000', '162817.714000', '162817.717000', '162817.720000', '162817.722000', '162817.725000', '162817.728000', '162817.731000', '162817.734000', '162817.737000', '162817.740000', '162817.743000', '162817.745000', '162817.748000', '162817.751000', '162817.754000', '162817.757000', '162817.760000', '162817.763000', '162817.765000', '162817.768000', '162817.823000', '162817.826000', '162817.829000', '162817.832000', '162817.835000', '162817.838000', '162817.841000', '162817.843000', '162817.846000', '162817.849000', '162817.852000', '162817.855000', '162817.857000', '162817.860000', '162817.863000', '162817.866000', '162817.869000', '162817.872000', '162817.874000', '162817.877000', '162817.880000', '162817.883000', '162837.708000', '162837.711000', '162837.714000', '162837.718000', '162837.730000', '162837.733000', '162837.736000', '162837.739000', '162837.741000', '162837.744000', '162837.747000', '162837.750000', '162837.753000', '162837.756000', '162837.758000', '162837.761000', '162837.764000', '162837.767000', '162837.788000', '162837.791000', '162837.794000', '162837.797000', '162837.799000', '162837.802000', '162837.805000', '162837.808000', '162837.811000', '162837.820000', '162837.822000', '162837.825000', '162837.828000', '162837.831000', '162837.834000', '162837.837000', '162837.840000', '162837.843000', '162837.845000', '162837.848000', '162837.851000', '162837.854000', '162837.857000', '162837.860000', '162837.863000', '162857.708000', '162857.711000', '162857.714000', '162857.717000', '162857.720000', '162857.723000', '162857.726000', '162857.728000', '162857.731000', '162857.734000', '162857.737000', '162857.740000', '162857.743000', '162857.746000', '162857.748000', '162857.751000', '162857.754000', '162857.757000', '162857.760000', '162857.763000', '162857.766000', '162857.768000', '162857.771000', '162857.774000', '162857.777000', '162857.780000', '162857.783000', '162857.785000', '162857.788000', '162857.791000', '162857.794000', '162857.797000', '162857.800000', '162857.803000', '162857.806000', '162857.808000', '162857.811000', '162857.814000', '162857.817000', '162857.820000', '162857.823000', '162857.826000', '162857.828000', '162857.831000', '162917.708000', '162917.711000', '162917.714000', '162917.717000', '162917.719000', '162917.722000', '162917.725000', '162917.728000', '162917.731000', '162917.734000', '162917.737000', '162917.740000', '162917.743000', '162917.746000', '162917.749000', '162917.751000', '162917.754000', '162917.757000', '162917.760000', '162917.763000', '162917.766000', '162917.768000', '162917.847000', '162917.850000', '162917.853000', '162917.855000', '162917.858000', '162917.861000', '162917.864000', '162917.867000', '162917.870000', '162917.873000', '162917.875000', '162917.878000', '162917.881000', '162917.884000', '162917.887000', '162917.890000', '162917.899000', '162917.902000', '162917.905000', '162917.907000', '162917.910000', '162933.439000', '162933.442000', '162933.445000', '162933.448000', '162933.452000', '162933.456000', '162933.459000', '162933.462000', '162933.466000', '162933.469000', '162933.472000', '162933.475000', '162933.478000', '162933.481000', '162933.484000', '162933.487000', '162933.490000', '162933.493000', '162933.496000', '162933.499000', '162933.503000', '162933.507000', '162933.510000', '162933.515000', '162933.524000', '162933.527000', '162933.530000', '162933.533000', '162933.536000', '162933.539000', '162933.542000', '162933.545000', '162933.547000', '162933.550000', '162933.553000'], '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': [18459, 11814, 12762, 9778, 11228, 12124, 14578, 16301, 13513, 10523, 10782, 15155, 8425, 16345, 8822, 16328, 9352, 12051, 9636, 11800, 12621, 12106, 9857, 9666, 14407, 8585, 17923, 9656, 11893, 9506, 14823, 8192, 14747, 10033, 13074, 9064, 11726, 13006, 11295, 17017, 9309, 15216, 9345, 14169, 8492, 12045, 10748, 11530, 12126, 11093, 15154, 8577, 15148, 10149, 18462, 11138, 11535, 9842, 10327, 14180, 10627, 9448, 10336, 9458, 9935, 9778, 10064, 10863, 9475, 12946, 11934, 9510, 11883, 9913, 12670, 16035, 13748, 15582, 11388, 16126, 9025, 15204, 9343, 16695, 9548, 12602, 10080, 10669, 9743, 11132, 11137, 11657, 10453, 8765, 13819, 8985, 15257, 9532, 13212, 10043, 12884, 9713, 11117, 9979, 10313, 14515, 9502, 14988, 8682, 12761, 9985, 10872, 9889, 10286, 12240, 11086, 13526, 8896, 15132, 9560, 18135, 11271, 15186, 9808, 13454, 9759, 14440, 10585, 12457, 9929, 10829, 9613, 10592, 11096, 9474, 12093, 9746, 14624, 11414, 9557, 10146, 9608, 10122, 16046, 11571, 16290, 8807, 14350, 9701, 14115, 9777, 12714, 10145, 11297, 10365, 10828, 13704, 10710, 14461, 9238, 13776, 9332, 14240, 9879, 12032, 9864, 10945, 10330, 11192, 12162, 11751, 10886, 9866, 15235, 10572, 15890, 9470, 13801, 9587, 13993, 10046, 12624, 10281, 12126, 8961, 14113, 9641, 12212, 10072, 11117, 11539, 11547, 15176, 8823, 13937, 9301, 15286, 9488, 13931, 10284, 13446, 9928, 14837, 10433, 13393, 10028, 13096, 8913, 13148, 9773, 11781, 9901, 8661, 9700, 13330, 10206, 13485, 10007, 17813, 11245, 14983, 8979, 15884, 10162, 18530, 11545, 16808, 9663, 14801, 8916, 11975, 11988, 12575, 14874, 11328, 10406, 10363, 13816, 9125, 13844, 9560, 14191, 9910, 11615, 9488, 11228, 9854, 13562, 10106, 11963, 8393, 11717, 8686, 8975, 9931, 11151, 10207, 14748, 9656, 13785, 10077, 16121, 10539, 16339, 10688, 13248, 17976, 12729, 16913, 11341, 19167, 11108, 12535, 9754, 11141, 15003, 11970, 11480, 11502, 9744, 10892, 12965, 9484, 12850, 10430, 12035, 8988, 11255, 9441, 10828, 9690, 10667, 11702, 11307, 9707, 10560, 11496, 9435, 13223, 9233, 13620, 9423, 13297, 9593, 13216, 9254, 12366, 10537, 12184, 10244, 11671, 16746, 10791, 15775, 9021, 13559, 9112, 13179, 9417, 11727, 10165, 11665, 10110, 10651, 11498, 9760, 13268, 9058, 12548, 9117, 12659, 9225, 10894, 9262, 10623, 9567, 10276, 10262, 10681, 11326, 9329, 12084, 9732, 12859, 9108, 12208, 9035, 12106, 8994, 12030, 9202, 11476, 9703, 11349, 16568, 11599, 14739, 8809, 12753, 8889, 12533, 9125, 12296, 8526, 11522, 9373, 13920, 8982, 13164, 9869, 11136, 18991, 10260, 9288, 9952, 11613, 11206, 16058, 11669, 11627, 12689, 10069, 13075, 9855, 13079, 9866, 10521, 9365, 10105, 9701, 9794, 10423, 9127, 10949, 9829, 15275, 9576, 8772, 8154, 10553, 13395, 12026, 16559, 14269, 14776, 10110, 13420, 8855, 10146, 9631, 10765, 10086, 9539, 11007, 8302, 12436, 9078, 11597, 9300, 10817, 9387, 10398, 11238, 9171, 12110, 8674, 11786, 8444, 11263, 10088, 10528, 11683, 9182, 12568, 9184, 12288, 8967, 11498, 9333, 11315, 10264, 10395, 11659, 8528, 11985, 8112, 11018, 9535, 11157, 12374, 9383, 12237, 8486, 12119, 8500, 11552, 8253, 11304, 8862, 10860, 9319, 10768, 12394, 9049, 17195, 14341, 18538, 13665, 9744, 11893, 8998, 10809, 9006, 11089, 9591, 16851, 20176, 16948, 18335, 12631, 15193, 9432, 14594, 11017, 17544, 13258, 18391, 9285, 10311, 10155, 12719, 12981, 9553, 14995, 16438, 14417, 10726, 12913, 15660, 9841, 14495, 10625, 13431, 8988, 11527, 13014, 12183, 10213, 10233, 9017, 9968, 12374, 9641, 11900, 9680, 12846, 9249, 11963, 8898, 10813, 9179, 12265, 9414, 10393, 10212, 11440, 10157, 13955, 11520, 11839, 13243, 10527, 13356, 9374, 12786, 10003, 11398, 13199, 10173, 15112, 9873, 13554, 9574, 11426, 8223, 10138, 14681, 9812, 12877, 9389, 11367, 8455, 10658, 8428, 10354, 8399, 10283, 12807, 9643, 11666, 9745, 12853, 9773, 11586, 9254, 11693, 9059, 12371, 8943, 10921, 9150, 10406, 11850, 10662, 14960, 10086, 15378, 10031, 14412, 11569, 15336, 9225, 10308, 10154, 14270, 11573, 17460, 11959, 9494, 10003, 8773, 14807, 13697, 13803, 9959, 13378, 10038, 15412, 19141, 14151, 18650, 10344, 15906, 9975, 11868, 9781, 10247, 10240, 9851, 10014, 9836, 9566, 9703, 9659, 10638, 10774, 10559, 18651, 10127, 13218, 10429, 12977, 9942, 13815, 10615, 10204, 17443, 10122, 14871, 10507, 16660, 10116, 11531, 10220, 11308, 9969, 13600, 14764, 10067, 15077, 9919, 11729, 9819, 16356, 10167, 12239, 10394, 10937, 10565, 10230, 10496, 10504, 13578, 10194, 11226, 10484, 11421, 9613, 10461, 10659, 10348, 11776, 10339, 17013, 10381, 12257, 9777, 11116, 10003, 12471, 10266, 10832, 9829, 11426, 10115, 10767, 9973, 10351, 13476, 9645, 18238, 9753, 14621, 9923, 12652, 8871, 13417, 8934, 11325, 9854, 10410, 9827, 10821, 10413, 10637, 11972, 9050, 12186, 9026, 11699, 9562, 10230, 10038, 10680, 14699, 10362, 13378, 8956, 12675, 8619, 12023, 10005, 10743, 10358, 10182, 11906, 8925, 11761, 9054, 10558, 10240, 9956, 10325, 9692, 11617, 10258, 10798, 10634, 11128, 9548, 10305, 9706, 9929, 10040, 9983, 14965, 9682, 12020, 9568, 10423, 9484, 10074, 9615, 10144, 10773, 10411, 8921, 9152, 10184, 8876, 10853, 11862, 14485, 17375, 12976, 14897, 10010, 11791, 14122, 10065, 11758, 9850, 10332, 9637, 10963, 9946, 10861, 10771, 10809, 9955, 10135, 10591, 9764, 10625, 10483, 10737, 10789, 10504, 10735, 9507, 10742, 10566, 10503, 10987, 9974, 9897, 9116, 10581, 9636, 10285, 12131, 10282, 10474, 9624, 13489, 12214, 11161, 9261, 10754, 12239, 10630, 11624, 10322, 12059, 10020, 9674, 9041, 10442, 10104, 10405, 12264, 10320, 11361, 9937, 9460, 9234, 10104, 13359, 10075, 17421, 14447, 15600, 10551, 10255, 9711, 10239, 11218, 10071, 12489, 9844, 11292, 9677, 10803, 9446, 9444, 8296, 9904, 17817, 10088, 13936, 10112, 12654, 9936, 10198, 8537, 12181, 18497, 10267, 13583, 9948, 11044, 10416, 11238, 9951, 9590, 9267, 9766, 10969, 14181, 18574, 11677, 15511, 10347, 10425, 9492, 9887, 9470, 10014, 9470, 9559, 8984, 9114, 9549, 17136, 17281, 14798, 14502, 9774, 10272, 9432, 9889, 8797, 9882, 9435, 9392, 14536, 10331, 15289, 9566, 11964, 9425, 10312, 9167, 9541, 8970, 9580, 8834, 9683, 11276, 9596, 10759, 9475, 11334, 9480, 9516, 9189, 9454, 8578, 9681, 10545, 9703, 15448, 9322, 15381, 11995, 12683, 15250, 17734, 12782, 17419, 9930, 15308, 10481, 15506, 10014, 15902, 9969, 12245, 10157, 11987, 12046, 11236, 12476, 10242, 12990, 10080, 11797, 9646, 9814, 9373, 9504, 9231, 10707, 11686, 9324, 10915, 9716, 11598, 9533, 14926, 9523, 15310, 9561, 13012, 9250, 10531, 10783, 10025, 13895, 9910, 13074, 10293, 12119, 9750, 15231, 9752, 11718, 10806, 14611, 12292, 11915, 10752, 8910, 10352, 16197, 13045, 16487, 9552, 13732, 9712, 12496, 9018, 13226, 9416, 11621, 9255, 11872, 9759, 10063, 9335, 9908, 9999, 10310, 8422, 15614, 9520, 10659, 10063, 9960, 10034, 12351, 9995, 11962, 9406, 10635, 15055, 9594, 13490, 10795, 11413, 16695, 9720, 15730, 12910, 16135, 10235], 'WindowCenter': [4355.0, 4309.0, 4307.0, 4273.0, 4283.0, 4293.0, 4303.0, 4301.0, 4291.0, 4259.0, 4271.0, 4299.0, 4240.0, 4300.0, 4239.0, 4298.0, 4249.0, 4280.0, 4260.0, 4281.0, 4277.0, 4279.0, 4248.0, 4249.0, 4290.0, 4252.0, 4313.0, 4250.0, 4269.0, 4249.0, 4289.0, 4229.0, 4300.0, 4262.0, 4292.0, 4251.0, 4281.0, 4280.0, 4269.0, 4300.0, 4251.0, 4298.0, 4248.0, 4289.0, 4237.0, 4280.0, 4257.0, 4269.0, 4268.0, 4269.0, 4287.0, 4239.0, 4290.0, 4247.0, 4308.0, 4257.0, 4283.0, 4245.0, 4246.0, 4277.0, 4258.0, 4246.0, 4259.0, 4259.0, 4273.0, 4271.0, 4272.0, 4271.0, 4262.0, 4291.0, 4281.0, 4250.0, 4281.0, 4261.0, 4292.0, 4301.0, 4292.0, 4289.0, 4270.0, 4289.0, 4238.0, 4301.0, 4249.0, 4299.0, 4247.0, 4267.0, 4247.0, 4259.0, 4249.0, 4270.0, 4268.0, 4271.0, 4258.0, 4240.0, 4290.0, 4240.0, 4300.0, 4250.0, 4280.0, 4260.0, 4293.0, 4261.0, 4272.0, 4249.0, 4261.0, 4289.0, 4250.0, 4302.0, 4239.0, 4280.0, 4249.0, 4270.0, 4260.0, 4262.0, 4279.0, 4271.0, 4279.0, 4250.0, 4300.0, 4250.0, 4311.0, 4283.0, 4299.0, 4259.0, 4289.0, 4260.0, 4302.0, 4260.0, 4280.0, 4249.0, 4269.0, 4260.0, 4285.0, 4283.0, 4273.0, 4291.0, 4260.0, 4299.0, 4281.0, 4259.0, 4271.0, 4260.0, 4285.0, 4314.0, 4284.0, 4313.0, 4252.0, 4301.0, 4260.0, 4290.0, 4258.0, 4290.0, 4258.0, 4270.0, 4271.0, 4272.0, 4289.0, 4270.0, 4287.0, 4250.0, 4289.0, 4249.0, 4289.0, 4257.0, 4277.0, 4256.0, 4270.0, 4259.0, 4271.0, 4279.0, 4281.0, 4257.0, 4259.0, 4300.0, 4269.0, 4299.0, 4249.0, 4287.0, 4261.0, 4299.0, 4260.0, 4278.0, 4259.0, 4289.0, 4250.0, 4301.0, 4259.0, 4279.0, 4258.0, 4282.0, 4270.0, 4281.0, 4298.0, 4249.0, 4300.0, 4251.0, 4299.0, 4258.0, 4289.0, 4258.0, 4289.0, 4259.0, 4299.0, 4271.0, 4290.0, 4260.0, 4289.0, 4248.0, 4292.0, 4259.0, 4279.0, 4261.0, 4250.0, 4260.0, 4288.0, 4270.0, 4304.0, 4273.0, 4321.0, 4282.0, 4302.0, 4252.0, 4301.0, 4261.0, 4310.0, 4269.0, 4299.0, 4248.0, 4287.0, 4236.0, 4269.0, 4268.0, 4278.0, 4286.0, 4268.0, 4257.0, 4258.0, 4286.0, 4247.0, 4288.0, 4259.0, 4289.0, 4260.0, 4281.0, 4263.0, 4296.0, 4273.0, 4291.0, 4261.0, 4282.0, 4242.0, 4281.0, 4265.0, 4265.0, 4287.0, 4284.0, 4286.0, 4315.0, 4275.0, 4302.0, 4273.0, 4316.0, 4272.0, 4302.0, 4246.0, 4267.0, 4285.0, 4265.0, 4276.0, 4255.0, 4286.0, 4228.0, 4253.0, 4234.0, 4256.0, 4272.0, 4253.0, 4239.0, 4240.0, 4218.0, 4241.0, 4250.0, 4234.0, 4265.0, 4243.0, 4254.0, 4222.0, 4253.0, 4232.0, 4254.0, 4244.0, 4258.0, 4265.0, 4267.0, 4246.0, 4258.0, 4266.0, 4249.0, 4290.0, 4251.0, 4288.0, 4248.0, 4290.0, 4260.0, 4290.0, 4251.0, 4280.0, 4268.0, 4292.0, 4257.0, 4268.0, 4299.0, 4257.0, 4297.0, 4248.0, 4277.0, 4237.0, 4277.0, 4248.0, 4279.0, 4247.0, 4283.0, 4258.0, 4258.0, 4266.0, 4259.0, 4277.0, 4239.0, 4277.0, 4238.0, 4291.0, 4247.0, 4269.0, 4247.0, 4271.0, 4259.0, 4269.0, 4258.0, 4270.0, 4268.0, 4261.0, 4281.0, 4259.0, 4289.0, 4251.0, 4280.0, 4251.0, 4292.0, 4250.0, 4280.0, 4249.0, 4280.0, 4247.0, 4270.0, 4299.0, 4279.0, 4289.0, 4249.0, 4289.0, 4251.0, 4280.0, 4250.0, 4292.0, 4252.0, 4280.0, 4260.0, 4301.0, 4250.0, 4289.0, 4244.0, 4280.0, 4319.0, 4268.0, 4244.0, 4245.0, 4265.0, 4268.0, 4300.0, 4266.0, 4269.0, 4288.0, 4261.0, 4287.0, 4260.0, 4289.0, 4259.0, 4269.0, 4248.0, 4271.0, 4260.0, 4261.0, 4257.0, 4259.0, 4280.0, 4271.0, 4302.0, 4270.0, 4248.0, 4185.0, 4259.0, 4279.0, 4269.0, 4288.0, 4303.0, 4279.0, 4250.0, 4281.0, 4239.0, 4250.0, 4249.0, 4259.0, 4272.0, 4263.0, 4260.0, 4217.0, 4265.0, 4226.0, 4256.0, 4225.0, 4246.0, 4223.0, 4246.0, 4244.0, 4240.0, 4266.0, 4226.0, 4256.0, 4214.0, 4256.0, 4234.0, 4247.0, 4255.0, 4237.0, 4268.0, 4235.0, 4265.0, 4227.0, 4256.0, 4225.0, 4257.0, 4245.0, 4259.0, 4257.0, 4225.0, 4258.0, 4204.0, 4256.0, 4236.0, 4270.0, 4277.0, 4235.0, 4265.0, 4227.0, 4267.0, 4229.0, 4269.0, 4229.0, 4259.0, 4225.0, 4261.0, 4236.0, 4258.0, 4267.0, 4228.0, 4289.0, 4293.0, 4316.0, 4293.0, 4263.0, 4297.0, 4255.0, 4273.0, 4243.0, 4283.0, 4252.0, 4316.0, 4318.0, 4307.0, 4316.0, 4287.0, 4293.0, 4243.0, 4293.0, 4262.0, 4304.0, 4283.0, 4302.0, 4242.0, 4248.0, 4250.0, 4282.0, 4282.0, 4240.0, 4294.0, 4291.0, 4282.0, 4249.0, 4272.0, 4279.0, 4240.0, 4280.0, 4250.0, 4268.0, 4214.0, 4259.0, 4267.0, 4259.0, 4238.0, 4248.0, 4228.0, 4250.0, 4267.0, 4240.0, 4260.0, 4238.0, 4281.0, 4251.0, 4284.0, 4253.0, 4273.0, 4240.0, 4268.0, 4249.0, 4263.0, 4273.0, 4260.0, 4262.0, 4293.0, 4259.0, 4273.0, 4282.0, 4263.0, 4281.0, 4241.0, 4282.0, 4248.0, 4259.0, 4266.0, 4249.0, 4278.0, 4237.0, 4267.0, 4234.0, 4256.0, 4216.0, 4248.0, 4276.0, 4237.0, 4256.0, 4236.0, 4256.0, 4227.0, 4247.0, 4217.0, 4248.0, 4217.0, 4249.0, 4278.0, 4250.0, 4270.0, 4252.0, 4281.0, 4262.0, 4269.0, 4254.0, 4283.0, 4242.0, 4272.0, 4242.0, 4272.0, 4240.0, 4275.0, 4271.0, 4263.0, 4302.0, 4264.0, 4303.0, 4262.0, 4302.0, 4271.0, 4293.0, 4265.0, 4262.0, 4265.0, 4292.0, 4284.0, 4312.0, 4285.0, 4265.0, 4262.0, 4244.0, 4294.0, 4293.0, 4282.0, 4249.0, 4284.0, 4239.0, 4280.0, 4288.0, 4268.0, 4287.0, 4236.0, 4276.0, 4234.0, 4256.0, 4224.0, 4235.0, 4235.0, 4237.0, 4237.0, 4237.0, 4239.0, 4250.0, 4239.0, 4263.0, 4262.0, 4261.0, 4302.0, 4264.0, 4293.0, 4264.0, 4282.0, 4250.0, 4282.0, 4248.0, 4250.0, 4300.0, 4252.0, 4281.0, 4249.0, 4290.0, 4251.0, 4260.0, 4252.0, 4261.0, 4250.0, 4294.0, 4291.0, 4252.0, 4280.0, 4250.0, 4269.0, 4251.0, 4292.0, 4251.0, 4271.0, 4251.0, 4260.0, 4248.0, 4252.0, 4250.0, 4262.0, 4279.0, 4252.0, 4262.0, 4251.0, 4261.0, 4241.0, 4249.0, 4251.0, 4253.0, 4260.0, 4252.0, 4315.0, 4263.0, 4285.0, 4278.0, 4274.0, 4251.0, 4270.0, 4262.0, 4273.0, 4265.0, 4274.0, 4251.0, 4262.0, 4250.0, 4261.0, 4293.0, 4252.0, 4301.0, 4251.0, 4280.0, 4250.0, 4282.0, 4241.0, 4281.0, 4240.0, 4260.0, 4250.0, 4274.0, 4249.0, 4261.0, 4248.0, 4261.0, 4270.0, 4241.0, 4272.0, 4239.0, 4271.0, 4239.0, 4262.0, 4262.0, 4262.0, 4290.0, 4261.0, 4280.0, 4241.0, 4270.0, 4229.0, 4269.0, 4238.0, 4259.0, 4248.0, 4261.0, 4271.0, 4229.0, 4259.0, 4239.0, 4259.0, 4249.0, 4263.0, 4259.0, 4250.0, 4272.0, 4274.0, 4271.0, 4274.0, 4273.0, 4252.0, 4263.0, 4263.0, 4264.0, 4262.0, 4275.0, 4304.0, 4253.0, 4283.0, 4264.0, 4287.0, 4263.0, 4262.0, 4251.0, 4260.0, 4269.0, 4271.0, 4238.0, 4238.0, 4259.0, 4238.0, 4270.0, 4268.0, 4291.0, 4306.0, 4282.0, 4304.0, 4251.0, 4281.0, 4293.0, 4260.0, 4281.0, 4250.0, 4259.0, 4249.0, 4260.0, 4247.0, 4261.0, 4258.0, 4257.0, 4234.0, 4235.0, 4246.0, 4234.0, 4246.0, 4244.0, 4245.0, 4243.0, 4244.0, 4244.0, 4233.0, 4255.0, 4245.0, 4246.0, 4256.0, 4247.0, 4245.0, 4237.0, 4258.0, 4247.0, 4258.0, 4265.0, 4257.0, 4257.0, 4248.0, 4291.0, 4280.0, 4281.0, 4249.0, 4282.0, 4281.0, 4270.0, 4269.0, 4260.0, 4270.0, 4249.0, 4250.0, 4239.0, 4260.0, 4248.0, 4259.0, 4268.0, 4260.0, 4269.0, 4248.0, 4249.0, 4237.0, 4260.0, 4288.0, 4260.0, 4314.0, 4303.0, 4301.0, 4271.0, 4261.0, 4250.0, 4272.0, 4269.0, 4260.0, 4280.0, 4260.0, 4269.0, 4261.0, 4270.0, 4248.0, 4250.0, 4227.0, 4260.0, 4310.0, 4271.0, 4290.0, 4260.0, 4279.0, 4248.0, 4259.0, 4238.0, 4281.0, 4310.0, 4259.0, 4277.0, 4249.0, 4257.0, 4258.0, 4269.0, 4246.0, 4247.0, 4236.0, 4249.0, 4258.0, 4293.0, 4315.0, 4272.0, 4301.0, 4261.0, 4272.0, 4262.0, 4259.0, 4259.0, 4259.0, 4248.0, 4249.0, 4238.0, 4240.0, 4249.0, 4330.0, 4318.0, 4306.0, 4305.0, 4274.0, 4273.0, 4253.0, 4275.0, 4241.0, 4263.0, 4251.0, 4253.0, 4292.0, 4273.0, 4304.0, 4263.0, 4282.0, 4263.0, 4272.0, 4262.0, 4262.0, 4251.0, 4261.0, 4250.0, 4261.0, 4271.0, 4250.0, 4260.0, 4250.0, 4269.0, 4250.0, 4249.0, 4248.0, 4250.0, 4238.0, 4261.0, 4259.0, 4249.0, 4300.0, 4262.0, 4302.0, 4283.0, 4282.0, 4315.0, 4339.0, 4307.0, 4326.0, 4276.0, 4315.0, 4286.0, 4316.0, 4275.0, 4314.0, 4263.0, 4282.0, 4273.0, 4295.0, 4281.0, 4271.0, 4279.0, 4260.0, 4278.0, 4260.0, 4281.0, 4249.0, 4248.0, 4248.0, 4250.0, 4250.0, 4273.0, 4282.0, 4263.0, 4272.0, 4266.0, 4283.0, 4266.0, 4316.0, 4264.0, 4305.0, 4263.0, 4294.0, 4252.0, 4273.0, 4272.0, 4264.0, 4291.0, 4261.0, 4282.0, 4273.0, 4283.0, 4264.0, 4304.0, 4264.0, 4296.0, 4285.0, 4304.0, 4284.0, 4282.0, 4274.0, 4251.0, 4275.0, 4304.0, 4294.0, 4314.0, 4265.0, 4293.0, 4263.0, 4292.0, 4241.0, 4281.0, 4251.0, 4271.0, 4252.0, 4284.0, 4262.0, 4262.0, 4251.0, 4275.0, 4276.0, 4262.0, 4242.0, 4317.0, 4264.0, 4274.0, 4266.0, 4261.0, 4263.0, 4283.0, 4251.0, 4272.0, 4239.0, 4261.0, 4290.0, 4238.0, 4279.0, 4246.0, 4257.0, 4275.0, 4237.0, 4277.0, 4266.0, 4275.0, 4234.0], 'WindowWidth': [9597.0, 9517.0, 9508.0, 9456.0, 9472.0, 9482.0, 9495.0, 9490.0, 9476.0, 9430.0, 9447.0, 9483.0, 9407.0, 9485.0, 9401.0, 9481.0, 9415.0, 9457.0, 9431.0, 9462.0, 9451.0, 9455.0, 9411.0, 9415.0, 9472.0, 9426.0, 9510.0, 9417.0, 9442.0, 9418.0, 9468.0, 9390.0, 9485.0, 9439.0, 9476.0, 9423.0, 9462.0, 9460.0, 9444.0, 9486.0, 9421.0, 9481.0, 9415.0, 9468.0, 9396.0, 9460.0, 9423.0, 9443.0, 9440.0, 9443.0, 9462.0, 9404.0, 9472.0, 9408.0, 9497.0, 9423.0, 9468.0, 9402.0, 9407.0, 9448.0, 9424.0, 9405.0, 9428.0, 9431.0, 9457.0, 9451.0, 9453.0, 9450.0, 9438.0, 9474.0, 9462.0, 9418.0, 9466.0, 9435.0, 9480.0, 9490.0, 9480.0, 9470.0, 9443.0, 9467.0, 9398.0, 9488.0, 9414.0, 9481.0, 9407.0, 9434.0, 9407.0, 9428.0, 9417.0, 9443.0, 9440.0, 9446.0, 9426.0, 9405.0, 9472.0, 9404.0, 9485.0, 9419.0, 9455.0, 9432.0, 9481.0, 9436.0, 9450.0, 9414.0, 9432.0, 9467.0, 9418.0, 9489.0, 9402.0, 9457.0, 9413.0, 9445.0, 9430.0, 9436.0, 9455.0, 9446.0, 9454.0, 9420.0, 9487.0, 9419.0, 9507.0, 9469.0, 9484.0, 9430.0, 9467.0, 9434.0, 9492.0, 9429.0, 9458.0, 9413.0, 9444.0, 9434.0, 9477.0, 9468.0, 9457.0, 9480.0, 9436.0, 9488.0, 9464.0, 9431.0, 9452.0, 9435.0, 9476.0, 9514.0, 9471.0, 9511.0, 9426.0, 9489.0, 9433.0, 9473.0, 9428.0, 9473.0, 9427.0, 9446.0, 9447.0, 9452.0, 9471.0, 9446.0, 9466.0, 9419.0, 9469.0, 9417.0, 9470.0, 9424.0, 9452.0, 9422.0, 9446.0, 9430.0, 9448.0, 9455.0, 9460.0, 9423.0, 9431.0, 9487.0, 9445.0, 9483.0, 9416.0, 9467.0, 9436.0, 9486.0, 9433.0, 9454.0, 9429.0, 9472.0, 9423.0, 9491.0, 9432.0, 9458.0, 9427.0, 9467.0, 9445.0, 9460.0, 9481.0, 9417.0, 9488.0, 9422.0, 9486.0, 9429.0, 9468.0, 9427.0, 9471.0, 9430.0, 9485.0, 9450.0, 9472.0, 9433.0, 9470.0, 9417.0, 9478.0, 9430.0, 9460.0, 9434.0, 9421.0, 9433.0, 9469.0, 9447.0, 9499.0, 9458.0, 9523.0, 9468.0, 9492.0, 9424.0, 9489.0, 9436.0, 9504.0, 9443.0, 9482.0, 9411.0, 9462.0, 9393.0, 9441.0, 9438.0, 9451.0, 9460.0, 9439.0, 9424.0, 9427.0, 9460.0, 9412.0, 9468.0, 9431.0, 9470.0, 9434.0, 9463.0, 9442.0, 9493.0, 9455.0, 9474.0, 9432.0, 9464.0, 9413.0, 9463.0, 9451.0, 9449.0, 9480.0, 9473.0, 9478.0, 9515.0, 9462.0, 9493.0, 9457.0, 9524.0, 9453.0, 9494.0, 9404.0, 9434.0, 9459.0, 9428.0, 9449.0, 9415.0, 9460.0, 9365.0, 9410.0, 9384.0, 9419.0, 9436.0, 9407.0, 9383.0, 9387.0, 9353.0, 9390.0, 9401.0, 9386.0, 9432.0, 9397.0, 9413.0, 9367.0, 9410.0, 9380.0, 9412.0, 9401.0, 9426.0, 9431.0, 9436.0, 9407.0, 9426.0, 9434.0, 9417.0, 9472.0, 9420.0, 9468.0, 9414.0, 9474.0, 9434.0, 9472.0, 9422.0, 9460.0, 9441.0, 9478.0, 9423.0, 9441.0, 9484.0, 9422.0, 9479.0, 9415.0, 9450.0, 9395.0, 9451.0, 9416.0, 9456.0, 9409.0, 9467.0, 9425.0, 9426.0, 9435.0, 9427.0, 9450.0, 9402.0, 9449.0, 9401.0, 9474.0, 9412.0, 9443.0, 9411.0, 9448.0, 9433.0, 9444.0, 9426.0, 9446.0, 9439.0, 9435.0, 9463.0, 9432.0, 9471.0, 9423.0, 9459.0, 9424.0, 9481.0, 9418.0, 9460.0, 9415.0, 9459.0, 9412.0, 9446.0, 9486.0, 9455.0, 9469.0, 9417.0, 9471.0, 9424.0, 9459.0, 9418.0, 9478.0, 9428.0, 9462.0, 9435.0, 9493.0, 9420.0, 9471.0, 9401.0, 9462.0, 9514.0, 9441.0, 9402.0, 9404.0, 9434.0, 9438.0, 9491.0, 9437.0, 9442.0, 9472.0, 9437.0, 9465.0, 9434.0, 9471.0, 9431.0, 9446.0, 9415.0, 9450.0, 9435.0, 9435.0, 9425.0, 9432.0, 9463.0, 9455.0, 9497.0, 9458.0, 9421.0, 9307.0, 9422.0, 9447.0, 9436.0, 9463.0, 9492.0, 9452.0, 9413.0, 9457.0, 9397.0, 9411.0, 9410.0, 9426.0, 9452.0, 9439.0, 9426.0, 9366.0, 9426.0, 9373.0, 9417.0, 9374.0, 9401.0, 9366.0, 9402.0, 9396.0, 9401.0, 9433.0, 9375.0, 9415.0, 9357.0, 9415.0, 9385.0, 9405.0, 9414.0, 9393.0, 9434.0, 9387.0, 9430.0, 9378.0, 9418.0, 9372.0, 9419.0, 9400.0, 9427.0, 9422.0, 9375.0, 9421.0, 9346.0, 9418.0, 9390.0, 9446.0, 9450.0, 9387.0, 9426.0, 9381.0, 9432.0, 9385.0, 9442.0, 9387.0, 9427.0, 9375.0, 9429.0, 9390.0, 9424.0, 9437.0, 9382.0, 9469.0, 9481.0, 9521.0, 9483.0, 9439.0, 9490.0, 9431.0, 9452.0, 9411.0, 9466.0, 9422.0, 9519.0, 9537.0, 9514.0, 9521.0, 9476.0, 9480.0, 9410.0, 9476.0, 9434.0, 9500.0, 9461.0, 9491.0, 9405.0, 9408.0, 9414.0, 9458.0, 9457.0, 9402.0, 9481.0, 9470.0, 9460.0, 9410.0, 9444.0, 9452.0, 9397.0, 9452.0, 9410.0, 9431.0, 9354.0, 9422.0, 9430.0, 9420.0, 9392.0, 9407.0, 9379.0, 9411.0, 9432.0, 9398.0, 9427.0, 9394.0, 9457.0, 9417.0, 9467.0, 9427.0, 9452.0, 9401.0, 9435.0, 9417.0, 9438.0, 9452.0, 9429.0, 9431.0, 9480.0, 9424.0, 9447.0, 9457.0, 9434.0, 9457.0, 9403.0, 9460.0, 9409.0, 9426.0, 9429.0, 9411.0, 9451.0, 9391.0, 9430.0, 9383.0, 9415.0, 9361.0, 9410.0, 9442.0, 9390.0, 9414.0, 9391.0, 9416.0, 9381.0, 9408.0, 9365.0, 9408.0, 9365.0, 9411.0, 9452.0, 9415.0, 9442.0, 9423.0, 9457.0, 9435.0, 9441.0, 9427.0, 9465.0, 9407.0, 9447.0, 9409.0, 9448.0, 9403.0, 9457.0, 9445.0, 9436.0, 9487.0, 9440.0, 9490.0, 9438.0, 9494.0, 9446.0, 9478.0, 9445.0, 9432.0, 9441.0, 9474.0, 9468.0, 9503.0, 9470.0, 9443.0, 9436.0, 9412.0, 9484.0, 9476.0, 9459.0, 9410.0, 9467.0, 9394.0, 9454.0, 9461.0, 9432.0, 9457.0, 9387.0, 9440.0, 9381.0, 9412.0, 9366.0, 9383.0, 9381.0, 9392.0, 9389.0, 9392.0, 9396.0, 9414.0, 9397.0, 9435.0, 9433.0, 9429.0, 9485.0, 9441.0, 9478.0, 9437.0, 9459.0, 9414.0, 9458.0, 9407.0, 9414.0, 9480.0, 9416.0, 9456.0, 9409.0, 9466.0, 9415.0, 9425.0, 9417.0, 9429.0, 9413.0, 9478.0, 9468.0, 9415.0, 9450.0, 9412.0, 9437.0, 9414.0, 9470.0, 9415.0, 9440.0, 9414.0, 9426.0, 9409.0, 9417.0, 9411.0, 9430.0, 9451.0, 9417.0, 9431.0, 9414.0, 9428.0, 9401.0, 9411.0, 9413.0, 9419.0, 9425.0, 9416.0, 9509.0, 9436.0, 9469.0, 9466.0, 9454.0, 9416.0, 9440.0, 9434.0, 9450.0, 9443.0, 9455.0, 9416.0, 9431.0, 9413.0, 9431.0, 9476.0, 9419.0, 9485.0, 9416.0, 9453.0, 9412.0, 9461.0, 9403.0, 9457.0, 9401.0, 9428.0, 9415.0, 9454.0, 9413.0, 9431.0, 9408.0, 9431.0, 9439.0, 9404.0, 9447.0, 9398.0, 9441.0, 9398.0, 9434.0, 9433.0, 9433.0, 9466.0, 9431.0, 9454.0, 9402.0, 9440.0, 9384.0, 9437.0, 9395.0, 9425.0, 9408.0, 9430.0, 9445.0, 9385.0, 9423.0, 9398.0, 9424.0, 9411.0, 9436.0, 9426.0, 9416.0, 9447.0, 9454.0, 9446.0, 9454.0, 9452.0, 9421.0, 9436.0, 9439.0, 9442.0, 9435.0, 9457.0, 9496.0, 9423.0, 9464.0, 9439.0, 9478.0, 9437.0, 9435.0, 9418.0, 9429.0, 9439.0, 9447.0, 9400.0, 9395.0, 9426.0, 9394.0, 9442.0, 9434.0, 9474.0, 9513.0, 9465.0, 9499.0, 9417.0, 9459.0, 9481.0, 9433.0, 9460.0, 9415.0, 9424.0, 9411.0, 9428.0, 9408.0, 9430.0, 9424.0, 9420.0, 9384.0, 9385.0, 9403.0, 9384.0, 9403.0, 9398.0, 9398.0, 9395.0, 9395.0, 9399.0, 9383.0, 9416.0, 9400.0, 9401.0, 9418.0, 9407.0, 9406.0, 9396.0, 9426.0, 9408.0, 9424.0, 9429.0, 9422.0, 9423.0, 9412.0, 9477.0, 9458.0, 9461.0, 9415.0, 9464.0, 9459.0, 9443.0, 9442.0, 9428.0, 9442.0, 9413.0, 9419.0, 9400.0, 9429.0, 9409.0, 9426.0, 9439.0, 9429.0, 9442.0, 9411.0, 9414.0, 9395.0, 9430.0, 9466.0, 9432.0, 9519.0, 9495.0, 9490.0, 9449.0, 9436.0, 9418.0, 9451.0, 9441.0, 9431.0, 9456.0, 9430.0, 9442.0, 9434.0, 9446.0, 9411.0, 9416.0, 9382.0, 9433.0, 9502.0, 9449.0, 9472.0, 9430.0, 9455.0, 9411.0, 9428.0, 9398.0, 9461.0, 9499.0, 9426.0, 9447.0, 9414.0, 9422.0, 9425.0, 9442.0, 9406.0, 9409.0, 9391.0, 9412.0, 9423.0, 9484.0, 9524.0, 9450.0, 9488.0, 9434.0, 9448.0, 9435.0, 9429.0, 9428.0, 9428.0, 9410.0, 9413.0, 9397.0, 9405.0, 9418.0, 9549.0, 9532.0, 9507.0, 9503.0, 9458.0, 9454.0, 9426.0, 9459.0, 9407.0, 9438.0, 9420.0, 9427.0, 9479.0, 9455.0, 9502.0, 9440.0, 9465.0, 9439.0, 9449.0, 9439.0, 9439.0, 9419.0, 9436.0, 9417.0, 9434.0, 9447.0, 9418.0, 9430.0, 9415.0, 9441.0, 9417.0, 9416.0, 9411.0, 9417.0, 9397.0, 9433.0, 9429.0, 9415.0, 9488.0, 9436.0, 9494.0, 9467.0, 9463.0, 9516.0, 9562.0, 9509.0, 9532.0, 9462.0, 9515.0, 9476.0, 9520.0, 9458.0, 9510.0, 9441.0, 9464.0, 9453.0, 9489.0, 9460.0, 9446.0, 9452.0, 9430.0, 9452.0, 9430.0, 9460.0, 9412.0, 9412.0, 9412.0, 9418.0, 9419.0, 9455.0, 9464.0, 9440.0, 9449.0, 9446.0, 9466.0, 9447.0, 9519.0, 9441.0, 9501.0, 9441.0, 9482.0, 9423.0, 9453.0, 9450.0, 9441.0, 9472.0, 9432.0, 9461.0, 9451.0, 9463.0, 9441.0, 9494.0, 9442.0, 9488.0, 9473.0, 9495.0, 9468.0, 9461.0, 9454.0, 9420.0, 9456.0, 9497.0, 9481.0, 9511.0, 9445.0, 9481.0, 9439.0, 9477.0, 9405.0, 9459.0, 9419.0, 9446.0, 9423.0, 9469.0, 9435.0, 9435.0, 9420.0, 9458.0, 9461.0, 9437.0, 9410.0, 9521.0, 9443.0, 9455.0, 9446.0, 9432.0, 9437.0, 9463.0, 9414.0, 9447.0, 9396.0, 9428.0, 9468.0, 9395.0, 9453.0, 9400.0, 9415.0, 9439.0, 9391.0, 9447.0, 9430.0, 9442.0, 9380.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.0046429121421520236</td></tr>
<tr><td colspan=3>aqi</td><td>0.08121272655478777</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.60662784515806</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.204129674041502</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9681672363142279</td></tr>
<tr><td colspan=3>efc</td><td>0.4761</td></tr>
<tr><td colspan=3>fber</td><td>5307.5835</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.164297383012196</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>138</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.622902270483712</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4758974958816133</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2958694907167514</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7207822987678587</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.41104069816023</td></tr>
<tr><td colspan=3>gcor</td><td>0.00651551</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019225308671593666</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03612465783953667</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1013</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.377318754929762</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>25.3965</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.272</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.0745</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300762.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.9055</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0251</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>525.4511</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3489.6555</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1563.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4500.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>828.8124</td></tr>
<tr><td colspan=3>tsnr</td><td>22.693831073120236</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>