<?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-0015_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-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0015/figures/sub-0015_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0015/figures/sub-0015_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-0015/ses-01/func/sub-0015_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>3c92aa808b9c536b8e96da83548445b4</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:24:4.217500</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.998714, 0.0482352, 0.0156244, -0.0458753, 0.990883, -0.12667]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105897</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>[4154, -7785, -7161, 606, -44, -223, -95, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.157</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c9f003c9-c4ee-4a98-b9ad-31b36db5a567||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.679476022720337, -0.12308013439178467, 0.05829827859997749, 114.46735382080078], [-0.12941153347492218, 2.658468008041382, -0.33963480591773987, -75.1009292602539], [0.04191919043660164, 0.3398473262786865, 2.6779189109802246, -67.03326416015625], [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': ['162404.217500', '162404.677500', '162405.137500', '162405.597500', '162406.057500', '162406.517500', '162406.977500', '162407.437500', '162407.897500', '162408.357500', '162408.817500', '162409.277500', '162409.737500', '162410.197500', '162410.657500', '162411.117500', '162411.577500', '162412.037500', '162412.497500', '162412.957500', '162413.417500', '162413.877500', '162414.337500', '162414.797500', '162415.257500', '162415.717500', '162416.177500', '162416.637500', '162417.097500', '162417.557500', '162418.017500', '162418.477500', '162418.937500', '162419.397500', '162419.857500', '162420.317500', '162420.777500', '162421.237500', '162421.697500', '162422.157500', '162422.617500', '162423.077500', '162423.537500', '162423.997500', '162424.457500', '162424.917500', '162425.377500', '162425.837500', '162426.297500', '162426.757500', '162427.217500', '162427.677500', '162428.137500', '162428.597500', '162429.057500', '162429.517500', '162429.977500', '162430.437500', '162430.897500', '162431.357500', '162431.817500', '162432.277500', '162432.737500', '162433.197500', '162433.657500', '162434.117500', '162434.577500', '162435.037500', '162435.497500', '162435.957500', '162436.417500', '162436.877500', '162437.337500', '162437.797500', '162438.257500', '162438.717500', '162439.177500', '162439.637500', '162440.097500', '162440.557500', '162441.017500', '162441.477500', '162441.937500', '162442.397500', '162442.857500', '162443.317500', '162443.777500', '162444.237500', '162444.697500', '162445.157500', '162445.617500', '162446.077500', '162446.537500', '162446.997500', '162447.457500', '162447.917500', '162448.377500', '162448.837500', '162449.297500', '162449.757500', '162450.217500', '162450.677500', '162451.137500', '162451.597500', '162452.057500', '162452.517500', '162452.977500', '162453.437500', '162453.897500', '162454.357500', '162454.817500', '162455.277500', '162455.737500', '162456.197500', '162456.657500', '162457.117500', '162457.577500', '162458.037500', '162458.497500', '162458.957500', '162459.417500', '162459.877500', '162500.337500', '162500.797500', '162501.257500', '162501.717500', '162502.177500', '162502.637500', '162503.097500', '162503.557500', '162504.017500', '162504.477500', '162504.937500', '162505.397500', '162505.857500', '162506.317500', '162506.777500', '162507.237500', '162507.697500', '162508.157500', '162508.617500', '162509.077500', '162509.537500', '162509.997500', '162510.457500', '162510.917500', '162511.377500', '162511.837500', '162512.297500', '162512.757500', '162513.217500', '162513.677500', '162514.137500', '162514.597500', '162515.057500', '162515.517500', '162515.977500', '162516.437500', '162516.897500', '162517.357500', '162517.817500', '162518.277500', '162518.737500', '162519.197500', '162519.657500', '162520.117500', '162520.577500', '162521.037500', '162521.497500', '162521.957500', '162522.417500', '162522.877500', '162523.337500', '162523.797500', '162524.257500', '162524.717500', '162525.177500', '162525.637500', '162526.097500', '162526.557500', '162527.017500', '162527.477500', '162527.937500', '162528.397500', '162528.857500', '162529.317500', '162529.777500', '162530.237500', '162530.697500', '162531.157500', '162531.617500', '162532.077500', '162532.537500', '162532.997500', '162533.457500', '162533.917500', '162534.377500', '162534.837500', '162535.297500', '162535.757500', '162536.217500', '162536.677500', '162537.137500', '162537.597500', '162538.057500', '162538.517500', '162538.977500', '162539.437500', '162539.897500', '162540.357500', '162540.817500', '162541.277500', '162541.737500', '162542.197500', '162542.657500', '162543.117500', '162543.577500', '162544.037500', '162544.497500', '162544.957500', '162545.417500', '162545.877500', '162546.337500', '162546.797500', '162547.257500', '162547.717500', '162548.177500', '162548.637500', '162549.097500', '162549.557500', '162550.017500', '162550.477500', '162550.937500', '162551.397500', '162551.857500', '162552.317500', '162552.777500', '162553.237500', '162553.697500', '162554.157500', '162554.617500', '162555.077500', '162555.537500', '162555.997500', '162556.457500', '162556.917500', '162557.377500', '162557.837500', '162558.297500', '162558.757500', '162559.217500', '162559.677500', '162600.137500', '162600.597500', '162601.057500', '162601.517500', '162601.977500', '162602.437500', '162602.897500', '162603.357500', '162603.817500', '162604.277500', '162604.737500', '162605.197500', '162605.657500', '162606.117500', '162606.577500', '162607.037500', '162607.497500', '162607.957500', '162608.417500', '162608.877500', '162609.337500', '162609.797500', '162610.257500', '162610.717500', '162611.177500', '162611.637500', '162612.097500', '162612.557500', '162613.017500', '162613.477500', '162613.937500', '162614.397500', '162614.857500', '162615.317500', '162615.777500', '162616.237500', '162616.697500', '162617.157500', '162617.617500', '162618.077500', '162618.537500', '162618.997500', '162619.457500', '162619.917500', '162620.377500', '162620.837500', '162621.297500', '162621.757500', '162622.217500', '162622.677500', '162623.137500', '162623.597500', '162624.057500', '162624.517500', '162624.977500', '162625.437500', '162625.897500', '162626.357500', '162626.817500', '162627.277500', '162627.737500', '162628.197500', '162628.657500', '162629.117500', '162629.577500', '162630.037500', '162630.497500', '162630.957500', '162631.417500', '162631.877500', '162632.337500', '162632.797500', '162633.257500', '162633.717500', '162634.177500', '162634.637500', '162635.097500', '162635.557500', '162636.017500', '162636.477500', '162636.937500', '162637.397500', '162637.857500', '162638.317500', '162638.777500', '162639.237500', '162639.697500', '162640.157500', '162640.617500', '162641.077500', '162641.537500', '162641.997500', '162642.457500', '162642.917500', '162643.377500', '162643.837500', '162644.297500', '162644.757500', '162645.217500', '162645.677500', '162646.137500', '162646.597500', '162647.057500', '162647.517500', '162647.977500', '162648.437500', '162648.897500', '162649.357500', '162649.817500', '162650.277500', '162650.737500', '162651.197500', '162651.657500', '162652.117500', '162652.577500', '162653.037500', '162653.497500', '162653.957500', '162654.417500', '162654.877500', '162655.337500', '162655.797500', '162656.257500', '162656.717500', '162657.177500', '162657.637500', '162658.097500', '162658.557500', '162659.017500', '162659.477500', '162659.937500', '162700.397500', '162700.857500', '162701.317500', '162701.777500', '162702.237500', '162702.697500', '162703.157500', '162703.617500', '162704.077500', '162704.537500', '162704.997500', '162705.457500', '162705.917500', '162706.377500', '162706.837500', '162707.297500', '162707.757500', '162708.217500', '162708.677500', '162709.137500', '162709.597500', '162710.057500', '162710.517500', '162710.977500', '162711.437500', '162711.897500', '162712.357500', '162712.817500', '162713.277500', '162713.737500', '162714.197500', '162714.657500', '162715.117500', '162715.577500', '162716.037500', '162716.497500', '162716.957500', '162717.417500', '162717.877500', '162718.337500', '162718.797500', '162719.257500', '162719.717500', '162720.177500', '162720.637500', '162721.097500', '162721.557500', '162722.017500', '162722.477500', '162722.937500', '162723.397500', '162723.857500', '162724.317500', '162724.777500', '162725.237500', '162725.697500', '162726.157500', '162726.617500', '162727.077500', '162727.537500', '162727.997500', '162728.457500', '162728.917500', '162729.377500', '162729.837500', '162730.297500', '162730.757500', '162731.217500', '162731.677500', '162732.137500', '162732.597500', '162733.057500', '162733.517500', '162733.977500', '162734.437500', '162734.897500', '162735.357500', '162735.817500', '162736.277500', '162736.737500', '162737.197500', '162737.657500', '162738.117500', '162738.577500', '162739.037500', '162739.497500', '162739.957500', '162740.417500', '162740.877500', '162741.337500', '162741.797500', '162742.257500', '162742.717500', '162743.177500', '162743.637500', '162744.097500', '162744.557500', '162745.017500', '162745.477500', '162745.937500', '162746.397500', '162746.857500', '162747.317500', '162747.777500', '162748.237500', '162748.697500', '162749.157500', '162749.617500', '162750.077500', '162750.537500', '162750.997500', '162751.457500', '162751.917500', '162752.377500', '162752.837500', '162753.297500', '162753.757500', '162754.217500', '162754.677500', '162755.137500', '162755.597500', '162756.057500', '162756.517500', '162756.977500', '162757.437500', '162757.897500', '162758.357500', '162758.817500', '162759.277500', '162759.737500', '162800.197500', '162800.657500', '162801.117500', '162801.577500', '162802.037500', '162802.497500', '162802.957500', '162803.417500', '162803.877500', '162804.337500', '162804.797500', '162805.257500', '162805.717500', '162806.177500', '162806.637500', '162807.097500', '162807.557500', '162808.017500', '162808.477500', '162808.937500', '162809.397500', '162809.857500', '162810.317500', '162810.777500', '162811.237500', '162811.697500', '162812.157500', '162812.617500', '162813.077500', '162813.537500', '162813.997500', '162814.457500', '162814.917500', '162815.377500', '162815.837500', '162816.297500', '162816.757500', '162817.217500', '162817.677500', '162818.137500', '162818.597500', '162819.057500', '162819.517500', '162819.977500', '162820.437500', '162820.897500', '162821.357500', '162821.817500', '162822.277500', '162822.737500', '162823.197500', '162823.657500', '162824.117500', '162824.577500', '162825.037500', '162825.497500', '162825.957500', '162826.417500', '162826.877500', '162827.337500', '162827.797500', '162828.257500', '162828.717500', '162829.177500', '162829.637500', '162830.097500', '162830.557500', '162831.017500', '162831.477500', '162831.937500', '162832.397500', '162832.857500', '162833.317500', '162833.777500', '162834.237500', '162834.697500', '162835.157500', '162835.617500', '162836.077500', '162836.537500', '162836.997500', '162837.457500', '162837.917500', '162838.377500', '162838.837500', '162839.297500', '162839.757500', '162840.217500', '162840.677500', '162841.137500', '162841.597500', '162842.057500', '162842.517500', '162842.977500', '162843.437500', '162843.897500', '162844.357500', '162844.817500', '162845.277500', '162845.737500', '162846.197500', '162846.657500', '162847.117500', '162847.577500', '162848.037500', '162848.497500', '162848.957500', '162849.417500', '162849.877500', '162850.337500', '162850.797500', '162851.257500', '162851.717500', '162852.177500', '162852.637500', '162853.097500', '162853.557500', '162854.017500', '162854.477500', '162854.937500', '162855.397500', '162855.857500', '162856.317500', '162856.777500', '162857.237500', '162857.697500', '162858.157500', '162858.617500', '162859.077500', '162859.537500', '162859.997500', '162900.457500', '162900.917500', '162901.377500', '162901.837500', '162902.297500', '162902.757500', '162903.217500', '162903.677500', '162904.137500', '162904.597500', '162905.057500', '162905.517500', '162905.977500', '162906.437500', '162906.897500', '162907.357500', '162907.817500', '162908.277500', '162908.737500', '162909.197500', '162909.657500', '162910.117500', '162910.577500', '162911.037500', '162911.497500', '162911.957500', '162912.417500', '162912.877500', '162913.337500', '162913.797500', '162914.257500', '162914.717500', '162915.177500', '162915.637500', '162916.097500', '162916.557500', '162917.017500', '162917.477500', '162917.937500', '162918.397500', '162918.857500', '162919.317500', '162919.777500', '162920.237500', '162920.697500', '162921.157500', '162921.617500', '162922.077500', '162922.537500', '162922.997500', '162923.457500', '162923.917500', '162924.377500', '162924.837500', '162925.297500', '162925.757500', '162926.217500', '162926.677500', '162927.137500', '162927.597500', '162928.057500', '162928.517500', '162928.977500', '162929.437500', '162929.897500', '162930.357500', '162930.817500', '162931.277500', '162931.737500', '162932.197500', '162932.657500', '162933.117500', '162933.577500', '162934.037500', '162934.497500', '162934.957500', '162935.417500', '162935.877500', '162936.337500', '162936.797500', '162937.257500', '162937.717500', '162938.177500', '162938.637500', '162939.097500', '162939.557500', '162940.017500', '162940.477500', '162940.937500', '162941.397500', '162941.857500', '162942.317500', '162942.777500', '162943.237500', '162943.697500', '162944.157500', '162944.617500', '162945.077500', '162945.537500', '162945.997500', '162946.457500', '162946.917500', '162947.377500', '162947.837500', '162948.297500', '162948.757500', '162949.217500', '162949.677500', '162950.137500', '162950.597500', '162951.057500', '162951.517500', '162951.977500', '162952.437500', '162952.897500', '162953.357500', '162953.817500', '162954.277500', '162954.737500', '162955.197500', '162955.657500', '162956.117500', '162956.577500', '162957.037500', '162957.497500', '162957.957500', '162958.417500', '162958.877500', '162959.337500', '162959.797500', '163000.257500', '163000.717500', '163001.177500', '163001.637500', '163002.097500', '163002.557500', '163003.017500', '163003.477500', '163003.937500', '163004.397500', '163004.857500', '163005.317500', '163005.777500', '163006.237500', '163006.697500', '163007.157500', '163007.617500', '163008.077500', '163008.537500', '163008.997500', '163009.457500', '163009.917500', '163010.377500', '163010.837500', '163011.297500', '163011.757500', '163012.217500', '163012.677500', '163013.137500', '163013.597500', '163014.057500', '163014.517500', '163014.977500', '163015.437500', '163015.897500', '163016.357500', '163016.817500', '163017.277500', '163017.737500', '163018.197500', '163018.657500', '163019.117500', '163019.577500', '163020.037500', '163020.497500', '163020.957500', '163021.417500', '163021.877500', '163022.337500', '163022.797500', '163023.257500', '163023.717500', '163024.177500', '163024.637500', '163025.097500', '163025.557500', '163026.017500', '163026.477500', '163026.937500', '163027.397500', '163027.857500', '163028.317500', '163028.777500', '163029.237500', '163029.697500', '163030.157500', '163030.617500', '163031.077500', '163031.537500', '163031.997500', '163032.457500', '163032.917500', '163033.377500', '163033.837500', '163034.297500', '163034.757500', '163035.217500', '163035.677500', '163036.137500', '163036.597500', '163037.057500', '163037.517500', '163037.977500', '163038.437500', '163038.897500', '163039.357500', '163039.817500', '163040.277500', '163040.737500', '163041.197500', '163041.657500', '163042.117500', '163042.577500', '163043.037500', '163043.497500', '163043.957500', '163044.417500', '163044.877500', '163045.337500', '163045.797500', '163046.257500', '163046.717500', '163047.177500', '163047.637500', '163048.097500', '163048.557500', '163049.017500', '163049.477500', '163049.937500', '163050.397500', '163050.857500', '163051.317500', '163051.777500', '163052.237500', '163052.697500', '163053.157500', '163053.617500', '163054.077500', '163054.537500', '163054.997500', '163055.457500', '163055.917500', '163056.377500', '163056.837500', '163057.297500', '163057.757500', '163058.217500', '163058.677500', '163059.137500', '163059.597500', '163100.057500', '163100.517500', '163100.977500', '163101.437500', '163101.897500', '163102.357500', '163102.817500', '163103.277500', '163103.737500', '163104.197500', '163104.657500', '163105.117500', '163105.577500', '163106.037500', '163106.497500', '163106.957500', '163107.417500', '163107.877500', '163108.337500', '163108.797500', '163109.257500', '163109.717500', '163110.177500', '163110.637500', '163111.097500', '163111.557500', '163112.017500', '163112.477500', '163112.937500', '163113.397500', '163113.857500', '163114.317500', '163114.777500', '163115.237500', '163115.697500', '163116.157500', '163116.617500', '163117.077500', '163117.537500', '163117.997500', '163118.457500', '163118.917500', '163119.377500', '163119.837500', '163120.297500', '163120.757500', '163121.217500', '163121.677500', '163122.137500', '163122.597500', '163123.057500', '163123.517500', '163123.977500', '163124.437500', '163124.897500', '163125.357500', '163125.817500', '163126.277500', '163126.737500', '163127.197500', '163127.657500', '163128.117500', '163128.577500', '163129.037500', '163129.497500', '163129.957500', '163130.417500', '163130.877500', '163131.337500', '163131.797500', '163132.257500', '163132.717500', '163133.177500', '163133.637500', '163134.097500', '163134.557500', '163135.017500', '163135.477500', '163135.937500', '163136.397500', '163136.857500', '163137.317500', '163137.777500', '163138.237500', '163138.697500', '163139.157500', '163139.617500', '163140.077500', '163140.537500', '163140.997500', '163141.457500', '163141.917500', '163142.377500', '163142.837500', '163143.297500', '163143.757500', '163144.217500', '163144.677500', '163145.137500', '163145.597500', '163146.057500', '163146.517500', '163146.977500', '163147.437500', '163147.897500', '163148.357500', '163148.817500', '163149.277500', '163149.737500', '163150.197500', '163150.657500', '163151.117500'], 'ContentTime': ['162433.897000', '162433.901000', '162433.904000', '162433.908000', '162433.911000', '162433.914000', '162433.916000', '162433.920000', '162433.922000', '162433.925000', '162433.928000', '162433.931000', '162433.934000', '162433.937000', '162433.940000', '162433.943000', '162433.946000', '162433.949000', '162433.952000', '162433.955000', '162433.958000', '162433.961000', '162433.964000', '162433.973000', '162433.976000', '162433.979000', '162433.982000', '162433.994000', '162433.997000', '162434.000000', '162434.003000', '162434.006000', '162434.010000', '162434.013000', '162434.016000', '162434.019000', '162434.021000', '162434.024000', '162434.028000', '162434.031000', '162434.034000', '162434.037000', '162434.040000', '162434.043000', '162434.046000', '162434.049000', '162434.052000', '162434.061000', '162434.064000', '162434.067000', '162434.070000', '162434.073000', '162434.076000', '162434.079000', '162434.082000', '162434.085000', '162434.087000', '162434.090000', '162434.093000', '162434.096000', '162434.099000', '162434.102000', '162453.853000', '162453.856000', '162453.859000', '162453.862000', '162453.864000', '162453.867000', '162453.870000', '162453.873000', '162453.876000', '162453.879000', '162453.882000', '162453.884000', '162453.887000', '162453.890000', '162453.893000', '162453.896000', '162453.899000', '162453.901000', '162453.904000', '162453.907000', '162453.910000', '162453.913000', '162453.916000', '162453.919000', '162453.921000', '162453.924000', '162453.927000', '162453.930000', '162453.933000', '162453.936000', '162453.938000', '162453.941000', '162453.944000', '162453.947000', '162453.950000', '162453.953000', '162453.955000', '162453.958000', '162453.961000', '162453.964000', '162453.967000', '162453.970000', '162453.973000', '162513.853000', '162513.856000', '162513.859000', '162513.862000', '162513.864000', '162513.867000', '162513.870000', '162513.873000', '162513.876000', '162513.879000', '162513.882000', '162513.884000', '162513.887000', '162513.890000', '162513.893000', '162513.896000', '162513.899000', '162513.902000', '162513.905000', '162513.907000', '162513.910000', '162513.913000', '162513.916000', '162513.919000', '162513.922000', '162513.925000', '162513.928000', '162513.930000', '162513.933000', '162513.936000', '162513.939000', '162513.942000', '162513.945000', '162513.948000', '162513.951000', '162513.953000', '162513.956000', '162513.959000', '162513.962000', '162513.965000', '162513.968000', '162513.971000', '162513.973000', '162513.976000', '162533.853000', '162533.856000', '162533.859000', '162533.862000', '162533.864000', '162533.867000', '162533.870000', '162533.873000', '162533.876000', '162533.879000', '162533.882000', '162533.885000', '162533.888000', '162533.890000', '162533.893000', '162533.896000', '162533.899000', '162533.902000', '162533.905000', '162533.908000', '162533.911000', '162533.913000', '162533.916000', '162533.919000', '162533.922000', '162533.925000', '162533.928000', '162533.931000', '162533.933000', '162533.937000', '162533.939000', '162533.942000', '162533.945000', '162533.950000', '162533.953000', '162533.956000', '162533.958000', '162533.962000', '162533.964000', '162533.967000', '162533.970000', '162533.973000', '162533.976000', '162553.853000', '162553.856000', '162553.859000', '162553.862000', '162553.864000', '162553.867000', '162553.870000', '162553.873000', '162553.876000', '162553.879000', '162553.882000', '162553.884000', '162553.887000', '162553.890000', '162553.893000', '162553.896000', '162553.903000', '162553.905000', '162553.908000', '162553.911000', '162553.914000', '162553.917000', '162553.920000', '162553.923000', '162553.926000', '162553.928000', '162553.932000', '162553.934000', '162553.937000', '162553.940000', '162553.943000', '162553.946000', '162553.949000', '162553.952000', '162553.969000', '162553.972000', '162553.975000', '162553.977000', '162553.980000', '162553.983000', '162553.986000', '162553.989000', '162553.992000', '162553.995000', '162613.853000', '162613.856000', '162613.859000', '162613.862000', '162613.865000', '162613.868000', '162613.871000', '162613.874000', '162613.877000', '162613.879000', '162613.882000', '162613.885000', '162613.888000', '162613.891000', '162613.894000', '162613.897000', '162613.900000', '162613.903000', '162613.906000', '162613.909000', '162613.912000', '162613.915000', '162613.917000', '162613.920000', '162613.924000', '162613.926000', '162613.929000', '162613.932000', '162613.935000', '162613.938000', '162613.941000', '162613.944000', '162613.947000', '162613.950000', '162613.953000', '162613.956000', '162613.959000', '162613.961000', '162613.964000', '162613.967000', '162613.970000', '162613.973000', '162613.976000', '162633.853000', '162633.856000', '162633.859000', '162633.862000', '162633.865000', '162633.868000', '162633.870000', '162633.873000', '162633.876000', '162633.879000', '162633.882000', '162633.885000', '162633.887000', '162633.890000', '162633.893000', '162633.896000', '162633.899000', '162633.902000', '162633.905000', '162633.908000', '162633.911000', '162633.914000', '162633.916000', '162633.919000', '162633.922000', '162633.925000', '162633.928000', '162633.931000', '162633.934000', '162633.936000', '162633.939000', '162633.942000', '162633.945000', '162633.948000', '162633.951000', '162633.954000', '162633.957000', '162633.959000', '162633.962000', '162633.965000', '162633.968000', '162633.971000', '162633.974000', '162633.976000', '162653.854000', '162653.857000', '162653.860000', '162653.863000', '162653.866000', '162653.869000', '162653.872000', '162653.875000', '162653.878000', '162653.880000', '162653.883000', '162653.889000', '162653.892000', '162653.895000', '162653.898000', '162653.901000', '162653.904000', '162653.907000', '162653.910000', '162653.913000', '162653.916000', '162653.918000', '162653.921000', '162653.924000', '162653.927000', '162653.930000', '162653.933000', '162653.936000', '162653.939000', '162653.941000', '162653.944000', '162653.947000', '162653.950000', '162653.953000', '162653.956000', '162653.959000', '162653.962000', '162653.965000', '162653.967000', '162653.970000', '162653.973000', '162653.976000', '162653.979000', '162713.853000', '162713.856000', '162713.859000', '162713.862000', '162713.864000', '162713.867000', '162713.870000', '162713.873000', '162713.876000', '162713.879000', '162713.882000', '162713.885000', '162713.887000', '162713.890000', '162713.893000', '162713.896000', '162713.907000', '162713.909000', '162713.912000', '162713.915000', '162713.918000', '162713.921000', '162713.924000', '162713.927000', '162713.930000', '162713.933000', '162713.936000', '162713.938000', '162713.941000', '162713.944000', '162713.947000', '162713.950000', '162713.953000', '162713.956000', '162713.959000', '162713.962000', '162713.964000', '162713.967000', '162713.970000', '162713.973000', '162713.976000', '162713.979000', '162713.981000', '162713.984000', '162733.853000', '162733.856000', '162733.859000', '162733.862000', '162733.865000', '162733.868000', '162733.871000', '162733.874000', '162733.876000', '162733.879000', '162733.882000', '162733.885000', '162733.888000', '162733.891000', '162733.894000', '162733.897000', '162733.899000', '162733.902000', '162733.905000', '162733.908000', '162733.911000', '162733.914000', '162733.917000', '162733.920000', '162733.923000', '162733.926000', '162733.929000', '162733.931000', '162733.934000', '162733.952000', '162733.955000', '162733.958000', '162733.961000', '162733.964000', '162733.967000', '162733.970000', '162733.973000', '162733.975000', '162733.978000', '162733.981000', '162733.984000', '162733.987000', '162733.990000', '162753.853000', '162753.856000', '162753.861000', '162753.865000', '162753.868000', '162753.871000', '162753.874000', '162753.876000', '162753.879000', '162753.882000', '162753.885000', '162753.888000', '162753.891000', '162753.894000', '162753.897000', '162753.900000', '162753.903000', '162753.906000', '162753.908000', '162753.911000', '162753.914000', '162753.917000', '162753.920000', '162753.923000', '162753.926000', '162753.929000', '162753.932000', '162753.935000', '162753.938000', '162753.941000', '162753.943000', '162753.946000', '162753.949000', '162753.952000', '162753.955000', '162753.958000', '162753.961000', '162753.964000', '162753.967000', '162753.970000', '162753.973000', '162753.975000', '162753.978000', '162813.853000', '162813.856000', '162813.859000', '162813.862000', '162813.865000', '162813.868000', '162813.871000', '162813.874000', '162813.877000', '162813.879000', '162813.882000', '162813.885000', '162813.888000', '162813.891000', '162813.894000', '162813.897000', '162813.899000', '162813.902000', '162813.905000', '162813.908000', '162813.911000', '162813.914000', '162813.917000', '162813.920000', '162813.922000', '162813.925000', '162813.928000', '162813.931000', '162813.934000', '162813.937000', '162813.940000', '162813.943000', '162813.946000', '162813.949000', '162813.952000', '162813.955000', '162813.958000', '162813.961000', '162813.964000', '162813.967000', '162813.969000', '162813.972000', '162813.975000', '162813.978000', '162833.853000', '162833.856000', '162833.859000', '162833.862000', '162833.865000', '162833.868000', '162833.871000', '162833.874000', '162833.877000', '162833.880000', '162833.883000', '162833.886000', '162833.889000', '162833.891000', '162833.894000', '162833.897000', '162833.900000', '162833.903000', '162833.906000', '162833.909000', '162833.911000', '162833.914000', '162833.917000', '162833.920000', '162833.923000', '162833.926000', '162833.929000', '162833.932000', '162833.935000', '162833.937000', '162833.940000', '162833.943000', '162833.946000', '162833.949000', '162833.952000', '162833.955000', '162833.957000', '162833.960000', '162833.963000', '162833.966000', '162833.969000', '162833.972000', '162833.975000', '162853.853000', '162853.856000', '162853.859000', '162853.862000', '162853.865000', '162853.867000', '162853.870000', '162853.873000', '162853.876000', '162853.879000', '162853.882000', '162853.884000', '162853.887000', '162853.890000', '162853.893000', '162853.896000', '162853.899000', '162853.902000', '162853.905000', '162853.908000', '162853.910000', '162853.913000', '162853.916000', '162853.919000', '162853.922000', '162853.925000', '162853.928000', '162853.930000', '162853.933000', '162853.936000', '162853.939000', '162853.942000', '162853.945000', '162853.948000', '162853.951000', '162853.954000', '162853.956000', '162853.962000', '162853.965000', '162853.968000', '162853.971000', '162853.974000', '162853.976000', '162853.979000', '162913.854000', '162913.857000', '162913.860000', '162913.863000', '162913.866000', '162913.869000', '162913.871000', '162913.874000', '162913.879000', '162913.884000', '162913.887000', '162913.890000', '162913.893000', '162913.896000', '162913.899000', '162913.902000', '162913.904000', '162913.907000', '162913.910000', '162913.913000', '162913.916000', '162913.919000', '162913.922000', '162913.925000', '162913.927000', '162913.930000', '162913.933000', '162913.936000', '162913.939000', '162913.942000', '162913.945000', '162913.948000', '162913.951000', '162913.954000', '162913.957000', '162913.959000', '162913.962000', '162913.965000', '162913.968000', '162913.971000', '162913.974000', '162913.977000', '162913.980000', '162933.853000', '162933.856000', '162933.859000', '162933.862000', '162933.865000', '162933.867000', '162933.870000', '162933.873000', '162933.876000', '162933.879000', '162933.882000', '162933.885000', '162933.887000', '162933.890000', '162933.893000', '162933.896000', '162933.899000', '162933.902000', '162933.905000', '162933.907000', '162933.910000', '162933.913000', '162933.916000', '162933.919000', '162933.922000', '162933.925000', '162933.928000', '162933.933000', '162933.936000', '162933.939000', '162933.941000', '162933.944000', '162933.947000', '162933.950000', '162933.953000', '162933.956000', '162933.959000', '162933.961000', '162933.964000', '162933.967000', '162933.970000', '162933.973000', '162933.976000', '162933.979000', '162953.853000', '162953.856000', '162953.859000', '162953.862000', '162953.864000', '162953.867000', '162953.870000', '162953.873000', '162953.876000', '162953.879000', '162953.882000', '162953.885000', '162953.887000', '162953.890000', '162953.893000', '162953.898000', '162953.902000', '162953.905000', '162953.908000', '162953.911000', '162953.914000', '162953.917000', '162953.920000', '162953.923000', '162953.925000', '162953.928000', '162953.931000', '162953.934000', '162953.937000', '162953.940000', '162953.942000', '162953.945000', '162953.948000', '162953.951000', '162953.954000', '162953.957000', '162953.960000', '162953.962000', '162953.965000', '162953.968000', '162953.971000', '162953.974000', '162953.977000', '163013.853000', '163013.856000', '163013.859000', '163013.862000', '163013.865000', '163013.867000', '163013.870000', '163013.873000', '163013.876000', '163013.879000', '163013.882000', '163013.885000', '163013.887000', '163013.890000', '163013.893000', '163013.896000', '163013.899000', '163013.902000', '163013.905000', '163013.908000', '163013.911000', '163013.913000', '163013.916000', '163013.919000', '163013.922000', '163013.925000', '163013.928000', '163013.931000', '163013.934000', '163013.937000', '163013.940000', '163013.943000', '163013.946000', '163013.948000', '163013.951000', '163013.954000', '163013.957000', '163013.960000', '163013.963000', '163013.966000', '163013.969000', '163013.972000', '163013.975000', '163013.978000', '163033.853000', '163033.856000', '163033.859000', '163033.863000', '163033.866000', '163033.869000', '163033.872000', '163033.893000', '163033.896000', '163033.899000', '163033.902000', '163033.905000', '163033.907000', '163033.911000', '163033.913000', '163033.916000', '163033.919000', '163033.922000', '163033.925000', '163033.928000', '163033.932000', '163033.935000', '163033.938000', '163033.941000', '163033.944000', '163033.947000', '163033.949000', '163033.953000', '163033.955000', '163033.958000', '163033.961000', '163033.964000', '163033.967000', '163033.970000', '163033.973000', '163033.976000', '163033.979000', '163033.981000', '163033.984000', '163033.987000', '163033.990000', '163033.993000', '163033.996000', '163053.853000', '163053.856000', '163053.859000', '163053.862000', '163053.865000', '163053.868000', '163053.871000', '163053.874000', '163053.877000', '163053.880000', '163053.883000', '163053.885000', '163053.888000', '163053.891000', '163053.894000', '163053.897000', '163053.900000', '163053.903000', '163053.906000', '163053.909000', '163053.911000', '163053.914000', '163053.917000', '163053.920000', '163053.923000', '163053.926000', '163053.929000', '163053.932000', '163053.935000', '163053.938000', '163053.941000', '163053.944000', '163053.946000', '163053.949000', '163053.952000', '163053.955000', '163053.958000', '163053.961000', '163053.964000', '163053.967000', '163053.970000', '163053.973000', '163053.976000', '163053.979000', '163113.853000', '163113.856000', '163113.859000', '163113.862000', '163113.865000', '163113.868000', '163113.871000', '163113.874000', '163113.877000', '163113.880000', '163113.883000', '163113.885000', '163113.888000', '163113.891000', '163113.894000', '163113.897000', '163113.900000', '163113.903000', '163113.906000', '163113.909000', '163113.912000', '163113.915000', '163113.917000', '163113.920000', '163113.923000', '163113.926000', '163113.929000', '163113.932000', '163113.938000', '163113.941000', '163113.944000', '163113.947000', '163113.950000', '163113.953000', '163113.956000', '163113.959000', '163113.962000', '163113.965000', '163113.968000', '163113.970000', '163113.973000', '163113.976000', '163113.979000', '163133.854000', '163133.857000', '163133.860000', '163133.863000', '163133.866000', '163133.869000', '163133.872000', '163133.875000', '163133.878000', '163133.881000', '163133.883000', '163133.886000', '163133.889000', '163133.892000', '163133.895000', '163133.898000', '163133.901000', '163133.904000', '163133.906000', '163133.909000', '163133.912000', '163133.915000', '163133.918000', '163133.921000', '163133.924000', '163133.927000', '163133.929000', '163133.932000', '163133.935000', '163133.938000', '163133.941000', '163133.944000', '163133.947000', '163133.950000', '163133.953000', '163133.956000', '163133.959000', '163133.961000', '163133.964000', '163133.967000', '163133.970000', '163133.973000', '163133.976000', '163133.979000', '163152.660000', '163152.664000', '163152.668000', '163152.671000', '163152.674000', '163152.677000', '163152.680000', '163152.683000', '163152.686000', '163152.690000', '163152.692000', '163152.696000', '163152.698000', '163152.702000', '163152.705000', '163152.708000', '163152.711000', '163152.714000', '163152.731000', '163152.734000', '163152.737000', '163152.740000', '163152.743000', '163152.746000', '163152.749000', '163152.751000', '163152.754000', '163152.757000', '163152.761000', '163152.764000', '163152.767000', '163152.770000', '163152.773000', '163152.776000', '163152.779000', '163152.782000', '163152.785000', '163152.788000', '163152.791000', '163152.793000', '163152.796000'], 'InstanceCreationTime': ['162433.897000', '162433.901000', '162433.904000', '162433.908000', '162433.911000', '162433.914000', '162433.916000', '162433.920000', '162433.922000', '162433.925000', '162433.928000', '162433.931000', '162433.934000', '162433.937000', '162433.940000', '162433.943000', '162433.946000', '162433.949000', '162433.952000', '162433.955000', '162433.958000', '162433.961000', '162433.964000', '162433.973000', '162433.976000', '162433.979000', '162433.982000', '162433.994000', '162433.997000', '162434.000000', '162434.003000', '162434.006000', '162434.010000', '162434.013000', '162434.016000', '162434.019000', '162434.021000', '162434.024000', '162434.028000', '162434.031000', '162434.034000', '162434.037000', '162434.040000', '162434.043000', '162434.046000', '162434.049000', '162434.052000', '162434.061000', '162434.064000', '162434.067000', '162434.070000', '162434.073000', '162434.076000', '162434.079000', '162434.082000', '162434.085000', '162434.087000', '162434.090000', '162434.093000', '162434.096000', '162434.099000', '162434.102000', '162453.853000', '162453.856000', '162453.859000', '162453.862000', '162453.864000', '162453.867000', '162453.870000', '162453.873000', '162453.876000', '162453.879000', '162453.882000', '162453.884000', '162453.887000', '162453.890000', '162453.893000', '162453.896000', '162453.899000', '162453.901000', '162453.904000', '162453.907000', '162453.910000', '162453.913000', '162453.916000', '162453.919000', '162453.921000', '162453.924000', '162453.927000', '162453.930000', '162453.933000', '162453.936000', '162453.938000', '162453.941000', '162453.944000', '162453.947000', '162453.950000', '162453.953000', '162453.955000', '162453.958000', '162453.961000', '162453.964000', '162453.967000', '162453.970000', '162453.973000', '162513.853000', '162513.856000', '162513.859000', '162513.862000', '162513.864000', '162513.867000', '162513.870000', '162513.873000', '162513.876000', '162513.879000', '162513.882000', '162513.884000', '162513.887000', '162513.890000', '162513.893000', '162513.896000', '162513.899000', '162513.902000', '162513.905000', '162513.907000', '162513.910000', '162513.913000', '162513.916000', '162513.919000', '162513.922000', '162513.925000', '162513.928000', '162513.930000', '162513.933000', '162513.936000', '162513.939000', '162513.942000', '162513.945000', '162513.948000', '162513.951000', '162513.953000', '162513.956000', '162513.959000', '162513.962000', '162513.965000', '162513.968000', '162513.971000', '162513.973000', '162513.976000', '162533.853000', '162533.856000', '162533.859000', '162533.862000', '162533.864000', '162533.867000', '162533.870000', '162533.873000', '162533.876000', '162533.879000', '162533.882000', '162533.885000', '162533.888000', '162533.890000', '162533.893000', '162533.896000', '162533.899000', '162533.902000', '162533.905000', '162533.908000', '162533.911000', '162533.913000', '162533.916000', '162533.919000', '162533.922000', '162533.925000', '162533.928000', '162533.931000', '162533.933000', '162533.937000', '162533.939000', '162533.942000', '162533.945000', '162533.950000', '162533.953000', '162533.956000', '162533.958000', '162533.962000', '162533.964000', '162533.967000', '162533.970000', '162533.973000', '162533.976000', '162553.853000', '162553.856000', '162553.859000', '162553.862000', '162553.864000', '162553.867000', '162553.870000', '162553.873000', '162553.876000', '162553.879000', '162553.882000', '162553.884000', '162553.887000', '162553.890000', '162553.893000', '162553.896000', '162553.903000', '162553.905000', '162553.908000', '162553.911000', '162553.914000', '162553.917000', '162553.920000', '162553.923000', '162553.926000', '162553.928000', '162553.932000', '162553.934000', '162553.937000', '162553.940000', '162553.943000', '162553.946000', '162553.949000', '162553.952000', '162553.969000', '162553.972000', '162553.975000', '162553.977000', '162553.980000', '162553.983000', '162553.986000', '162553.989000', '162553.992000', '162553.995000', '162613.853000', '162613.856000', '162613.859000', '162613.862000', '162613.865000', '162613.868000', '162613.871000', '162613.874000', '162613.877000', '162613.879000', '162613.882000', '162613.885000', '162613.888000', '162613.891000', '162613.894000', '162613.897000', '162613.900000', '162613.903000', '162613.906000', '162613.909000', '162613.912000', '162613.915000', '162613.917000', '162613.920000', '162613.924000', '162613.926000', '162613.929000', '162613.932000', '162613.935000', '162613.938000', '162613.941000', '162613.944000', '162613.947000', '162613.950000', '162613.953000', '162613.956000', '162613.959000', '162613.961000', '162613.964000', '162613.967000', '162613.970000', '162613.973000', '162613.976000', '162633.853000', '162633.856000', '162633.859000', '162633.862000', '162633.865000', '162633.868000', '162633.870000', '162633.873000', '162633.876000', '162633.879000', '162633.882000', '162633.885000', '162633.887000', '162633.890000', '162633.893000', '162633.896000', '162633.899000', '162633.902000', '162633.905000', '162633.908000', '162633.911000', '162633.914000', '162633.916000', '162633.919000', '162633.922000', '162633.925000', '162633.928000', '162633.931000', '162633.934000', '162633.936000', '162633.939000', '162633.942000', '162633.945000', '162633.948000', '162633.951000', '162633.954000', '162633.957000', '162633.959000', '162633.962000', '162633.965000', '162633.968000', '162633.971000', '162633.974000', '162633.976000', '162653.854000', '162653.857000', '162653.860000', '162653.863000', '162653.866000', '162653.869000', '162653.872000', '162653.875000', '162653.878000', '162653.880000', '162653.883000', '162653.889000', '162653.892000', '162653.895000', '162653.898000', '162653.901000', '162653.904000', '162653.907000', '162653.910000', '162653.913000', '162653.916000', '162653.918000', '162653.921000', '162653.924000', '162653.927000', '162653.930000', '162653.933000', '162653.936000', '162653.939000', '162653.941000', '162653.944000', '162653.947000', '162653.950000', '162653.953000', '162653.956000', '162653.959000', '162653.962000', '162653.965000', '162653.967000', '162653.970000', '162653.973000', '162653.976000', '162653.979000', '162713.853000', '162713.856000', '162713.859000', '162713.862000', '162713.864000', '162713.867000', '162713.870000', '162713.873000', '162713.876000', '162713.879000', '162713.882000', '162713.885000', '162713.887000', '162713.890000', '162713.893000', '162713.896000', '162713.907000', '162713.909000', '162713.912000', '162713.915000', '162713.918000', '162713.921000', '162713.924000', '162713.927000', '162713.930000', '162713.933000', '162713.936000', '162713.938000', '162713.941000', '162713.944000', '162713.947000', '162713.950000', '162713.953000', '162713.956000', '162713.959000', '162713.962000', '162713.964000', '162713.967000', '162713.970000', '162713.973000', '162713.976000', '162713.979000', '162713.981000', '162713.984000', '162733.853000', '162733.856000', '162733.859000', '162733.862000', '162733.865000', '162733.868000', '162733.871000', '162733.874000', '162733.876000', '162733.879000', '162733.882000', '162733.885000', '162733.888000', '162733.891000', '162733.894000', '162733.897000', '162733.899000', '162733.902000', '162733.905000', '162733.908000', '162733.911000', '162733.914000', '162733.917000', '162733.920000', '162733.923000', '162733.926000', '162733.929000', '162733.931000', '162733.934000', '162733.952000', '162733.955000', '162733.958000', '162733.961000', '162733.964000', '162733.967000', '162733.970000', '162733.973000', '162733.975000', '162733.978000', '162733.981000', '162733.984000', '162733.987000', '162733.990000', '162753.853000', '162753.856000', '162753.861000', '162753.865000', '162753.868000', '162753.871000', '162753.874000', '162753.876000', '162753.879000', '162753.882000', '162753.885000', '162753.888000', '162753.891000', '162753.894000', '162753.897000', '162753.900000', '162753.903000', '162753.906000', '162753.908000', '162753.911000', '162753.914000', '162753.917000', '162753.920000', '162753.923000', '162753.926000', '162753.929000', '162753.932000', '162753.935000', '162753.938000', '162753.941000', '162753.943000', '162753.946000', '162753.949000', '162753.952000', '162753.955000', '162753.958000', '162753.961000', '162753.964000', '162753.967000', '162753.970000', '162753.973000', '162753.975000', '162753.978000', '162813.853000', '162813.856000', '162813.859000', '162813.862000', '162813.865000', '162813.868000', '162813.871000', '162813.874000', '162813.877000', '162813.879000', '162813.882000', '162813.885000', '162813.888000', '162813.891000', '162813.894000', '162813.897000', '162813.899000', '162813.902000', '162813.905000', '162813.908000', '162813.911000', '162813.914000', '162813.917000', '162813.920000', '162813.922000', '162813.925000', '162813.928000', '162813.931000', '162813.934000', '162813.937000', '162813.940000', '162813.943000', '162813.946000', '162813.949000', '162813.952000', '162813.955000', '162813.958000', '162813.961000', '162813.964000', '162813.967000', '162813.969000', '162813.972000', '162813.975000', '162813.978000', '162833.853000', '162833.856000', '162833.859000', '162833.862000', '162833.865000', '162833.868000', '162833.871000', '162833.874000', '162833.877000', '162833.880000', '162833.883000', '162833.886000', '162833.889000', '162833.891000', '162833.894000', '162833.897000', '162833.900000', '162833.903000', '162833.906000', '162833.909000', '162833.911000', '162833.914000', '162833.917000', '162833.920000', '162833.923000', '162833.926000', '162833.929000', '162833.932000', '162833.935000', '162833.937000', '162833.940000', '162833.943000', '162833.946000', '162833.949000', '162833.952000', '162833.955000', '162833.957000', '162833.960000', '162833.963000', '162833.966000', '162833.969000', '162833.972000', '162833.975000', '162853.853000', '162853.856000', '162853.859000', '162853.862000', '162853.865000', '162853.867000', '162853.870000', '162853.873000', '162853.876000', '162853.879000', '162853.882000', '162853.884000', '162853.887000', '162853.890000', '162853.893000', '162853.896000', '162853.899000', '162853.902000', '162853.905000', '162853.908000', '162853.910000', '162853.913000', '162853.916000', '162853.919000', '162853.922000', '162853.925000', '162853.928000', '162853.930000', '162853.933000', '162853.936000', '162853.939000', '162853.942000', '162853.945000', '162853.948000', '162853.951000', '162853.954000', '162853.956000', '162853.962000', '162853.965000', '162853.968000', '162853.971000', '162853.974000', '162853.976000', '162853.979000', '162913.854000', '162913.857000', '162913.860000', '162913.863000', '162913.866000', '162913.869000', '162913.871000', '162913.874000', '162913.879000', '162913.884000', '162913.887000', '162913.890000', '162913.893000', '162913.896000', '162913.899000', '162913.902000', '162913.904000', '162913.907000', '162913.910000', '162913.913000', '162913.916000', '162913.919000', '162913.922000', '162913.925000', '162913.927000', '162913.930000', '162913.933000', '162913.936000', '162913.939000', '162913.942000', '162913.945000', '162913.948000', '162913.951000', '162913.954000', '162913.957000', '162913.959000', '162913.962000', '162913.965000', '162913.968000', '162913.971000', '162913.974000', '162913.977000', '162913.980000', '162933.853000', '162933.856000', '162933.859000', '162933.862000', '162933.865000', '162933.867000', '162933.870000', '162933.873000', '162933.876000', '162933.879000', '162933.882000', '162933.885000', '162933.887000', '162933.890000', '162933.893000', '162933.896000', '162933.899000', '162933.902000', '162933.905000', '162933.907000', '162933.910000', '162933.913000', '162933.916000', '162933.919000', '162933.922000', '162933.925000', '162933.928000', '162933.933000', '162933.936000', '162933.939000', '162933.941000', '162933.944000', '162933.947000', '162933.950000', '162933.953000', '162933.956000', '162933.959000', '162933.961000', '162933.964000', '162933.967000', '162933.970000', '162933.973000', '162933.976000', '162933.979000', '162953.853000', '162953.856000', '162953.859000', '162953.862000', '162953.864000', '162953.867000', '162953.870000', '162953.873000', '162953.876000', '162953.879000', '162953.882000', '162953.885000', '162953.887000', '162953.890000', '162953.893000', '162953.898000', '162953.902000', '162953.905000', '162953.908000', '162953.911000', '162953.914000', '162953.917000', '162953.920000', '162953.923000', '162953.925000', '162953.928000', '162953.931000', '162953.934000', '162953.937000', '162953.940000', '162953.942000', '162953.945000', '162953.948000', '162953.951000', '162953.954000', '162953.957000', '162953.960000', '162953.962000', '162953.965000', '162953.968000', '162953.971000', '162953.974000', '162953.977000', '163013.853000', '163013.856000', '163013.859000', '163013.862000', '163013.865000', '163013.867000', '163013.870000', '163013.873000', '163013.876000', '163013.879000', '163013.882000', '163013.885000', '163013.887000', '163013.890000', '163013.893000', '163013.896000', '163013.899000', '163013.902000', '163013.905000', '163013.908000', '163013.911000', '163013.913000', '163013.916000', '163013.919000', '163013.922000', '163013.925000', '163013.928000', '163013.931000', '163013.934000', '163013.937000', '163013.940000', '163013.943000', '163013.946000', '163013.948000', '163013.951000', '163013.954000', '163013.957000', '163013.960000', '163013.963000', '163013.966000', '163013.969000', '163013.972000', '163013.975000', '163013.978000', '163033.853000', '163033.856000', '163033.859000', '163033.863000', '163033.866000', '163033.869000', '163033.872000', '163033.893000', '163033.896000', '163033.899000', '163033.902000', '163033.905000', '163033.907000', '163033.911000', '163033.913000', '163033.916000', '163033.919000', '163033.922000', '163033.925000', '163033.928000', '163033.932000', '163033.935000', '163033.938000', '163033.941000', '163033.944000', '163033.947000', '163033.949000', '163033.953000', '163033.955000', '163033.958000', '163033.961000', '163033.964000', '163033.967000', '163033.970000', '163033.973000', '163033.976000', '163033.979000', '163033.981000', '163033.984000', '163033.987000', '163033.990000', '163033.993000', '163033.996000', '163053.853000', '163053.856000', '163053.859000', '163053.862000', '163053.865000', '163053.868000', '163053.871000', '163053.874000', '163053.877000', '163053.880000', '163053.883000', '163053.885000', '163053.888000', '163053.891000', '163053.894000', '163053.897000', '163053.900000', '163053.903000', '163053.906000', '163053.909000', '163053.911000', '163053.914000', '163053.917000', '163053.920000', '163053.923000', '163053.926000', '163053.929000', '163053.932000', '163053.935000', '163053.938000', '163053.941000', '163053.944000', '163053.946000', '163053.949000', '163053.952000', '163053.955000', '163053.958000', '163053.961000', '163053.964000', '163053.967000', '163053.970000', '163053.973000', '163053.976000', '163053.979000', '163113.853000', '163113.856000', '163113.859000', '163113.862000', '163113.865000', '163113.868000', '163113.871000', '163113.874000', '163113.877000', '163113.880000', '163113.883000', '163113.885000', '163113.888000', '163113.891000', '163113.894000', '163113.897000', '163113.900000', '163113.903000', '163113.906000', '163113.909000', '163113.912000', '163113.915000', '163113.917000', '163113.920000', '163113.923000', '163113.926000', '163113.929000', '163113.932000', '163113.938000', '163113.941000', '163113.944000', '163113.947000', '163113.950000', '163113.953000', '163113.956000', '163113.959000', '163113.962000', '163113.965000', '163113.968000', '163113.970000', '163113.973000', '163113.976000', '163113.979000', '163133.854000', '163133.857000', '163133.860000', '163133.863000', '163133.866000', '163133.869000', '163133.872000', '163133.875000', '163133.878000', '163133.881000', '163133.883000', '163133.886000', '163133.889000', '163133.892000', '163133.895000', '163133.898000', '163133.901000', '163133.904000', '163133.906000', '163133.909000', '163133.912000', '163133.915000', '163133.918000', '163133.921000', '163133.924000', '163133.927000', '163133.929000', '163133.932000', '163133.935000', '163133.938000', '163133.941000', '163133.944000', '163133.947000', '163133.950000', '163133.953000', '163133.956000', '163133.959000', '163133.961000', '163133.964000', '163133.967000', '163133.970000', '163133.973000', '163133.976000', '163133.979000', '163152.660000', '163152.664000', '163152.668000', '163152.671000', '163152.674000', '163152.677000', '163152.680000', '163152.683000', '163152.686000', '163152.690000', '163152.692000', '163152.696000', '163152.698000', '163152.702000', '163152.705000', '163152.708000', '163152.711000', '163152.714000', '163152.731000', '163152.734000', '163152.737000', '163152.740000', '163152.743000', '163152.746000', '163152.749000', '163152.751000', '163152.754000', '163152.757000', '163152.761000', '163152.764000', '163152.767000', '163152.770000', '163152.773000', '163152.776000', '163152.779000', '163152.782000', '163152.785000', '163152.788000', '163152.791000', '163152.793000', '163152.796000'], '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': [5244, 6265, 5271, 5434, 5017, 5045, 5438, 5218, 5327, 5355, 4853, 5563, 4995, 5109, 4916, 5269, 5234, 5084, 5026, 4875, 5134, 5103, 4924, 5018, 5088, 5287, 6507, 5024, 5297, 6205, 5196, 5529, 5360, 5154, 5261, 5171, 4935, 4853, 5227, 6323, 4989, 5097, 5526, 4905, 5208, 5036, 5172, 4959, 4884, 5239, 5095, 5001, 5049, 4955, 5058, 4933, 5008, 7849, 7287, 5053, 5511, 5161, 5092, 5255, 5330, 5058, 5425, 5163, 5417, 5567, 5052, 5136, 6352, 5108, 5420, 5095, 5121, 6890, 4920, 5225, 5331, 5366, 5393, 5363, 5441, 6279, 5072, 5347, 5389, 5685, 7635, 5742, 5350, 6760, 5305, 5426, 5406, 5241, 6035, 5279, 5284, 5775, 5220, 5465, 5368, 5479, 7026, 5080, 5280, 5234, 5291, 7435, 5127, 5313, 5377, 5397, 5597, 5287, 5460, 5791, 5171, 5374, 5523, 5294, 5206, 5275, 5358, 5407, 5208, 5295, 5382, 5491, 7334, 10266, 8831, 5694, 13311, 8940, 5748, 12007, 13811, 9166, 10695, 8319, 6925, 7800, 7305, 6461, 8591, 6812, 6567, 7057, 7054, 6581, 6462, 6071, 6273, 6462, 6612, 6388, 6737, 7059, 7176, 6644, 6670, 6882, 7186, 6702, 6455, 6796, 6838, 6376, 6575, 6625, 6734, 8042, 6555, 6827, 6894, 8926, 6730, 6687, 6525, 7431, 8269, 6631, 6723, 7552, 6652, 6586, 6861, 6545, 6428, 6850, 6722, 6733, 8665, 8220, 7118, 8430, 6652, 7018, 7988, 7317, 6709, 8500, 6358, 6852, 7565, 6852, 6849, 6676, 6088, 6226, 6529, 6816, 5691, 4798, 5797, 6199, 5992, 5192, 5094, 5217, 5296, 5453, 6793, 7115, 5532, 7898, 7924, 5956, 5517, 5353, 5723, 5282, 4957, 5263, 5669, 5474, 4850, 5045, 5603, 5313, 4949, 4963, 5204, 5160, 5047, 4761, 5060, 4823, 4871, 5042, 5233, 7103, 6441, 5103, 6330, 5491, 5112, 5400, 5185, 5050, 5162, 4981, 4957, 4940, 4793, 4827, 5002, 4967, 4848, 5009, 4953, 4829, 5042, 4962, 5755, 5059, 4866, 4821, 5208, 4926, 4962, 4892, 4781, 5183, 4824, 5046, 4962, 4890, 5032, 5263, 5023, 5052, 4940, 4963, 5036, 5123, 5033, 5041, 4988, 5047, 5186, 5180, 5199, 5089, 5330, 5218, 5167, 5176, 5230, 5312, 5282, 5279, 5396, 5527, 9399, 7945, 5591, 5615, 5519, 5580, 5375, 5454, 5176, 5210, 6249, 5662, 5143, 6773, 5259, 5012, 5801, 5299, 5132, 5844, 5274, 4957, 5192, 5372, 5031, 5031, 4941, 5155, 4929, 5133, 5084, 4911, 4965, 5194, 5076, 4866, 4873, 4994, 4878, 4833, 5226, 5056, 4868, 5235, 5106, 5008, 5128, 5112, 4891, 4990, 5082, 5094, 5085, 5106, 4988, 5230, 5231, 5171, 5097, 5097, 5216, 5193, 5415, 6759, 5392, 5641, 5400, 5144, 5187, 5166, 5116, 5226, 5365, 5084, 5221, 5236, 5224, 5334, 5384, 5527, 5452, 5579, 5575, 5482, 5742, 5719, 5671, 5581, 6379, 5382, 5967, 5996, 5910, 6974, 7264, 7693, 7348, 8545, 6956, 8035, 7737, 7795, 9644, 6617, 6406, 9055, 7739, 7900, 7070, 5678, 8500, 6119, 5581, 8864, 5511, 6721, 7405, 5499, 9526, 6490, 5632, 8221, 5430, 6781, 7210, 5319, 7528, 5162, 5625, 6909, 5403, 5163, 7085, 5650, 6510, 5206, 5900, 5256, 5440, 5496, 5750, 5460, 5648, 7839, 5801, 5589, 7579, 6632, 5890, 8284, 8669, 6263, 7514, 9504, 10181, 10631, 10167, 10321, 9266, 9323, 9509, 11805, 10638, 8809, 6670, 6387, 5747, 6230, 7287, 6073, 6453, 6847, 7103, 5963, 6702, 7542, 5864, 4989, 4903, 5128, 5239, 5004, 4949, 5124, 5191, 5098, 5813, 5191, 5246, 6719, 5268, 5840, 7084, 6307, 6534, 6963, 6248, 6523, 6621, 6068, 5563, 5915, 5129, 5102, 6186, 5223, 5026, 5852, 5046, 5036, 5014, 5190, 5102, 5139, 5659, 5189, 5149, 5192, 5184, 5267, 6297, 5607, 5018, 5998, 5580, 5193, 5390, 5319, 5076, 5276, 5339, 5124, 5261, 5325, 5200, 5515, 5310, 5255, 5312, 5419, 5195, 5341, 5697, 5287, 5283, 6639, 9854, 7551, 6136, 5454, 5313, 5241, 5132, 5140, 5098, 5543, 5244, 5201, 5332, 7577, 7939, 8072, 9222, 9818, 7485, 7626, 7930, 9215, 8806, 7938, 7396, 7043, 6186, 7390, 6740, 6398, 7748, 7473, 6536, 6952, 13091, 8739, 6158, 5138, 5542, 5076, 4953, 5602, 5083, 4889, 5168, 5046, 4865, 5233, 5065, 4922, 5087, 4968, 4914, 4899, 5243, 4982, 4941, 5395, 4920, 4983, 5041, 5017, 4994, 4961, 5212, 4959, 4972, 4951, 5010, 5037, 4984, 4974, 4950, 4927, 4989, 5103, 5062, 4896, 5036, 5067, 5025, 4982, 5035, 5073, 5073, 5041, 5090, 5046, 5016, 5034, 5009, 5110, 5016, 4950, 4931, 5161, 4955, 5488, 5016, 5015, 5039, 5072, 5003, 5040, 5056, 4978, 4969, 5016, 5064, 5031, 4929, 5328, 5042, 4972, 5148, 4936, 4917, 4923, 5043, 4976, 4992, 4955, 4919, 4985, 5118, 5028, 5006, 5218, 4998, 5064, 5057, 4985, 5305, 4962, 5055, 4967, 4928, 4982, 5250, 5030, 5007, 5288, 4999, 5440, 5012, 5027, 5158, 5200, 5309, 6055, 5075, 5574, 5099, 5059, 5074, 5174, 5051, 5056, 4965, 5056, 5239, 5173, 5122, 5282, 5500, 5344, 5434, 5502, 5352, 5380, 5389, 5340, 5336, 5783, 5258, 5470, 5386, 5299, 5322, 5393, 5371, 5623, 5357, 5436, 5944, 5509, 5569, 5729, 5449, 5434, 6073, 5465, 5771, 5394, 5557, 7061, 5312, 5420, 5978, 5337, 5468, 5209, 5288, 5737, 5440, 5553, 5538, 5600, 5565, 5870, 5642, 5639, 5865, 5571, 5789, 5977, 5732, 5750, 5985, 5732, 7679, 6022, 5910, 7348, 5870, 6763, 6800, 6015, 5687, 6140, 5485, 5647, 5546, 5409, 5596, 5991, 5413, 6039, 5716, 5622, 6923, 5408, 5523, 6505, 5393, 5500, 6217, 5405, 5552, 5653, 5384, 5982, 5305, 5526, 5946, 5441, 5576, 5892, 5522, 5457, 6801, 5453, 5558, 5923, 5413, 5928, 5283, 5528, 5682, 5473, 5485, 5992, 5244, 5240, 5641, 5199, 5304, 5469, 5471, 5218, 5323, 5276, 5282, 5374, 5448, 5541, 5308, 5721, 5439, 5391, 6319, 5930, 5260, 6258, 5909, 5380, 6668, 5792, 5742, 6428, 5740, 5525, 6392, 5580, 5676, 9694, 6735, 6613, 5223, 5215, 5146, 5212, 5201, 5169, 5398, 5103, 5451, 6748, 5601, 5368, 7395, 5540, 6105, 7666, 6020, 5621, 6423, 6345, 8633, 6506, 6901, 6590, 6178, 6020, 6239, 6396, 5646, 5560, 5696, 6849, 5530, 5606, 6473, 5035, 5941, 5390, 5421, 5636, 5275, 5162, 5097, 4846, 5296, 5025, 5376, 5303, 4972, 5103, 5040, 4844, 5140, 5189, 5194, 5200, 5359, 5174, 5113, 5459, 5045, 5189, 5430, 5189, 5113, 5478, 5314, 5337, 5286, 5652, 5375, 6910, 5840, 5419, 5226, 5320, 5294, 5177, 5264, 5248, 5213, 5205, 5164, 5256, 5189, 5210, 5182, 5895, 5957, 5187, 5426, 5545, 7155, 5997, 6041, 7412, 5943, 6935, 5281, 5562, 5271, 5254, 5203, 5422, 5140, 5107, 5248, 5229, 5002, 5198, 5094, 5143, 5060, 5132, 5169, 5138, 5092, 5096, 5042, 5192, 5283, 5230, 5222, 5185, 5126, 5232, 4999, 5065, 5463, 5002, 5151, 5223, 5887, 5354, 5265, 6420, 5619, 5118, 5388, 5677, 5638, 8577, 8802, 7597], 'WindowCenter': [3321.0, 3328.0, 3305.0, 3304.0, 3293.0, 3293.0, 3292.0, 3292.0, 3291.0, 3292.0, 3295.0, 3304.0, 3293.0, 3292.0, 3281.0, 3290.0, 3291.0, 3292.0, 3304.0, 3295.0, 3318.0, 3320.0, 3310.0, 3322.0, 3322.0, 3336.0, 3344.0, 3321.0, 3332.0, 3330.0, 3319.0, 3319.0, 3318.0, 3318.0, 3319.0, 3320.0, 3309.0, 3308.0, 3320.0, 3354.0, 3320.0, 3319.0, 3318.0, 3308.0, 3318.0, 3317.0, 3318.0, 3306.0, 3307.0, 3318.0, 3317.0, 3318.0, 3318.0, 3308.0, 3318.0, 3305.0, 3320.0, 3344.0, 3357.0, 3337.0, 3347.0, 3336.0, 3336.0, 3347.0, 3347.0, 3347.0, 3346.0, 3334.0, 3345.0, 3344.0, 3333.0, 3333.0, 3354.0, 3334.0, 3333.0, 3334.0, 3335.0, 3366.0, 3333.0, 3346.0, 3345.0, 3346.0, 3345.0, 3346.0, 3347.0, 3367.0, 3347.0, 3347.0, 3347.0, 3358.0, 3378.0, 3355.0, 3347.0, 3367.0, 3346.0, 3344.0, 3346.0, 3347.0, 3358.0, 3348.0, 3347.0, 3357.0, 3348.0, 3347.0, 3347.0, 3347.0, 3379.0, 3346.0, 3345.0, 3335.0, 3345.0, 3366.0, 3334.0, 3346.0, 3345.0, 3346.0, 3345.0, 3346.0, 3346.0, 3357.0, 3347.0, 3347.0, 3347.0, 3346.0, 3347.0, 3332.0, 3361.0, 3334.0, 3208.0, 3215.0, 3185.0, 3291.0, 3385.0, 3387.0, 3363.0, 3289.0, 3356.0, 3345.0, 3313.0, 3368.0, 3303.0, 3351.0, 3354.0, 3329.0, 3279.0, 3288.0, 3315.0, 3281.0, 3313.0, 3307.0, 3318.0, 3318.0, 3318.0, 3306.0, 3304.0, 3293.0, 3304.0, 3293.0, 3306.0, 3307.0, 3305.0, 3308.0, 3244.0, 3247.0, 3245.0, 3257.0, 3245.0, 3244.0, 3245.0, 3258.0, 3320.0, 3310.0, 3246.0, 3258.0, 3321.0, 3329.0, 3308.0, 3320.0, 3320.0, 3329.0, 3310.0, 3247.0, 3233.0, 3232.0, 3283.0, 3235.0, 3236.0, 3259.0, 3248.0, 3250.0, 3261.0, 3250.0, 3260.0, 3259.0, 3247.0, 3248.0, 3268.0, 3268.0, 3245.0, 3266.0, 3245.0, 3245.0, 3255.0, 3244.0, 3245.0, 3266.0, 3233.0, 3245.0, 3256.0, 3244.0, 3231.0, 3246.0, 3206.0, 3270.0, 3266.0, 3293.0, 3146.0, 2967.0, 3425.0, 3374.0, 3332.0, 3306.0, 3320.0, 3306.0, 3289.0, 3255.0, 3298.0, 3359.0, 3321.0, 3306.0, 3304.0, 3312.0, 3286.0, 3302.0, 3254.0, 3285.0, 3259.0, 3286.0, 3268.0, 3298.0, 3272.0, 3258.0, 3311.0, 3287.0, 3274.0, 3285.0, 3286.0, 3287.0, 3299.0, 3298.0, 3300.0, 3313.0, 3315.0, 3339.0, 3291.0, 3399.0, 3383.0, 3346.0, 3364.0, 3343.0, 3331.0, 3341.0, 3318.0, 3318.0, 3316.0, 3317.0, 3304.0, 3304.0, 3315.0, 3317.0, 3329.0, 3328.0, 3317.0, 3328.0, 3329.0, 3329.0, 3341.0, 3342.0, 3352.0, 3341.0, 3330.0, 3329.0, 3341.0, 3329.0, 3340.0, 3330.0, 3329.0, 3329.0, 3330.0, 3341.0, 3341.0, 3342.0, 3341.0, 3342.0, 3354.0, 3355.0, 3345.0, 3356.0, 3356.0, 3356.0, 3357.0, 3356.0, 3357.0, 3368.0, 3356.0, 3356.0, 3357.0, 3368.0, 3368.0, 3357.0, 3368.0, 3357.0, 3368.0, 3380.0, 3380.0, 3369.0, 3370.0, 3315.0, 3386.0, 3413.0, 3391.0, 3385.0, 3373.0, 3372.0, 3370.0, 3369.0, 3358.0, 3359.0, 3380.0, 3369.0, 3358.0, 3378.0, 3357.0, 3357.0, 3367.0, 3355.0, 3355.0, 3366.0, 3344.0, 3344.0, 3343.0, 3354.0, 3343.0, 3343.0, 3344.0, 3343.0, 3343.0, 3343.0, 3343.0, 3344.0, 3355.0, 3354.0, 3343.0, 3344.0, 3343.0, 3354.0, 3344.0, 3344.0, 3355.0, 3355.0, 3345.0, 3356.0, 3356.0, 3355.0, 3356.0, 3356.0, 3346.0, 3357.0, 3357.0, 3357.0, 3358.0, 3356.0, 3357.0, 3369.0, 3357.0, 3358.0, 3369.0, 3369.0, 3358.0, 3357.0, 3344.0, 3409.0, 3370.0, 3354.0, 3343.0, 3344.0, 3345.0, 3357.0, 3357.0, 3357.0, 3368.0, 3359.0, 3359.0, 3370.0, 3371.0, 3371.0, 3381.0, 3382.0, 3382.0, 3371.0, 3371.0, 3370.0, 3367.0, 3378.0, 3364.0, 3352.0, 3360.0, 3336.0, 3263.0, 3230.0, 3317.0, 3237.0, 3405.0, 3375.0, 3362.0, 3371.0, 3349.0, 3360.0, 3359.0, 3359.0, 3380.0, 3348.0, 3338.0, 3370.0, 3360.0, 3358.0, 3348.0, 3327.0, 3367.0, 3336.0, 3326.0, 3369.0, 3328.0, 3348.0, 3348.0, 3328.0, 3370.0, 3338.0, 3338.0, 3370.0, 3327.0, 3348.0, 3359.0, 3327.0, 3359.0, 3328.0, 3342.0, 3347.0, 3328.0, 3314.0, 3364.0, 3331.0, 3355.0, 3319.0, 3344.0, 3332.0, 3344.0, 3344.0, 3343.0, 3331.0, 3355.0, 3375.0, 3354.0, 3354.0, 3374.0, 3366.0, 3343.0, 3386.0, 3385.0, 3353.0, 3363.0, 3383.0, 3383.0, 3383.0, 3383.0, 3388.0, 3373.0, 3359.0, 3358.0, 3370.0, 3425.0, 3395.0, 3357.0, 3358.0, 3321.0, 3332.0, 3354.0, 3343.0, 3343.0, 3354.0, 3354.0, 3343.0, 3342.0, 3364.0, 3331.0, 3320.0, 3310.0, 3320.0, 3322.0, 3322.0, 3322.0, 3333.0, 3335.0, 3335.0, 3345.0, 3335.0, 3334.0, 3366.0, 3334.0, 3344.0, 3354.0, 3354.0, 3354.0, 3353.0, 3342.0, 3342.0, 3341.0, 3342.0, 3330.0, 3331.0, 3320.0, 3320.0, 3342.0, 3333.0, 3323.0, 3344.0, 3334.0, 3334.0, 3334.0, 3334.0, 3336.0, 3336.0, 3357.0, 3336.0, 3348.0, 3348.0, 3336.0, 3339.0, 3359.0, 3348.0, 3337.0, 3357.0, 3346.0, 3336.0, 3345.0, 3346.0, 3338.0, 3337.0, 3347.0, 3336.0, 3336.0, 3347.0, 3337.0, 3347.0, 3347.0, 3348.0, 3347.0, 3346.0, 3336.0, 3347.0, 3358.0, 3349.0, 3296.0, 3324.0, 3364.0, 3324.0, 3377.0, 3350.0, 3349.0, 3338.0, 3336.0, 3333.0, 3333.0, 3331.0, 3319.0, 3307.0, 3319.0, 3351.0, 3350.0, 3349.0, 3391.0, 3377.0, 3355.0, 3352.0, 3340.0, 3368.0, 3364.0, 3353.0, 3342.0, 3342.0, 3332.0, 3339.0, 3329.0, 3316.0, 3325.0, 3325.0, 3313.0, 3279.0, 3416.0, 3381.0, 3342.0, 3257.0, 3284.0, 3324.0, 3311.0, 3333.0, 3323.0, 3313.0, 3324.0, 3326.0, 3325.0, 3337.0, 3337.0, 3326.0, 3337.0, 3338.0, 3329.0, 3328.0, 3338.0, 3339.0, 3328.0, 3350.0, 3329.0, 3340.0, 3341.0, 3352.0, 3353.0, 3353.0, 3352.0, 3342.0, 3354.0, 3342.0, 3353.0, 3354.0, 3355.0, 3354.0, 3343.0, 3342.0, 3353.0, 3354.0, 3365.0, 3354.0, 3353.0, 3354.0, 3366.0, 3366.0, 3366.0, 3366.0, 3356.0, 3367.0, 3368.0, 3368.0, 3368.0, 3367.0, 3356.0, 3356.0, 3356.0, 3356.0, 3355.0, 3356.0, 3354.0, 3365.0, 3354.0, 3353.0, 3354.0, 3353.0, 3353.0, 3353.0, 3353.0, 3353.0, 3353.0, 3354.0, 3353.0, 3352.0, 3342.0, 3353.0, 3353.0, 3353.0, 3354.0, 3342.0, 3343.0, 3343.0, 3355.0, 3354.0, 3354.0, 3355.0, 3344.0, 3355.0, 3366.0, 3366.0, 3356.0, 3356.0, 3366.0, 3366.0, 3366.0, 3354.0, 3365.0, 3354.0, 3365.0, 3354.0, 3354.0, 3354.0, 3354.0, 3365.0, 3365.0, 3367.0, 3367.0, 3365.0, 3366.0, 3355.0, 3355.0, 3366.0, 3364.0, 3376.0, 3353.0, 3363.0, 3354.0, 3352.0, 3352.0, 3353.0, 3354.0, 3354.0, 3366.0, 3353.0, 3366.0, 3354.0, 3366.0, 3311.0, 3285.0, 3322.0, 3351.0, 3346.0, 3351.0, 3347.0, 3347.0, 3346.0, 3346.0, 3358.0, 3348.0, 3348.0, 3347.0, 3349.0, 3348.0, 3348.0, 3348.0, 3359.0, 3347.0, 3347.0, 3359.0, 3348.0, 3360.0, 3358.0, 3360.0, 3349.0, 3360.0, 3360.0, 3359.0, 3348.0, 3347.0, 3379.0, 3347.0, 3348.0, 3358.0, 3348.0, 3348.0, 3348.0, 3360.0, 3360.0, 3359.0, 3361.0, 3361.0, 3360.0, 3362.0, 3362.0, 3373.0, 3375.0, 3373.0, 3362.0, 3374.0, 3384.0, 3375.0, 3373.0, 3373.0, 3374.0, 3395.0, 3373.0, 3372.0, 3393.0, 3360.0, 3381.0, 3381.0, 3370.0, 3360.0, 3370.0, 3361.0, 3360.0, 3361.0, 3361.0, 3360.0, 3371.0, 3361.0, 3370.0, 3359.0, 3360.0, 3380.0, 3348.0, 3359.0, 3370.0, 3348.0, 3359.0, 3370.0, 3349.0, 3348.0, 3359.0, 3360.0, 3370.0, 3360.0, 3360.0, 3370.0, 3359.0, 3360.0, 3360.0, 3360.0, 3360.0, 3381.0, 3360.0, 3359.0, 3370.0, 3360.0, 3370.0, 3350.0, 3361.0, 3361.0, 3364.0, 3363.0, 3360.0, 3350.0, 3352.0, 3362.0, 3351.0, 3363.0, 3362.0, 3362.0, 3364.0, 3362.0, 3351.0, 3362.0, 3362.0, 3362.0, 3362.0, 3363.0, 3374.0, 3363.0, 3363.0, 3384.0, 3373.0, 3352.0, 3383.0, 3362.0, 3362.0, 3383.0, 3360.0, 3362.0, 3371.0, 3361.0, 3350.0, 3371.0, 3349.0, 3319.0, 3425.0, 3388.0, 3371.0, 3336.0, 3325.0, 3336.0, 3337.0, 3336.0, 3337.0, 3337.0, 3337.0, 3335.0, 3360.0, 3337.0, 3327.0, 3359.0, 3326.0, 3338.0, 3359.0, 3335.0, 3324.0, 3333.0, 3320.0, 3355.0, 3322.0, 3346.0, 3345.0, 3334.0, 3333.0, 3334.0, 3333.0, 3323.0, 3323.0, 3323.0, 3344.0, 3312.0, 3323.0, 3332.0, 3300.0, 3320.0, 3310.0, 3310.0, 3320.0, 3310.0, 3298.0, 3309.0, 3300.0, 3309.0, 3311.0, 3322.0, 3323.0, 3313.0, 3315.0, 3326.0, 3316.0, 3328.0, 3327.0, 3328.0, 3328.0, 3340.0, 3340.0, 3329.0, 3339.0, 3329.0, 3340.0, 3339.0, 3339.0, 3340.0, 3340.0, 3340.0, 3340.0, 3353.0, 3352.0, 3311.0, 3398.0, 3369.0, 3357.0, 3356.0, 3356.0, 3367.0, 3356.0, 3357.0, 3356.0, 3356.0, 3357.0, 3357.0, 3357.0, 3357.0, 3356.0, 3357.0, 3366.0, 3377.0, 3355.0, 3355.0, 3355.0, 3386.0, 3364.0, 3325.0, 3426.0, 3384.0, 3392.0, 3370.0, 3369.0, 3358.0, 3357.0, 3345.0, 3355.0, 3345.0, 3344.0, 3345.0, 3345.0, 3344.0, 3344.0, 3343.0, 3355.0, 3354.0, 3353.0, 3353.0, 3353.0, 3353.0, 3354.0, 3354.0, 3353.0, 3352.0, 3340.0, 3351.0, 3353.0, 3363.0, 3377.0, 3351.0, 3362.0, 3360.0, 3349.0, 3349.0, 3347.0, 3359.0, 3347.0, 3322.0, 3355.0, 3332.0, 3321.0, 3332.0, 3331.0, 3317.0, 3352.0, 3377.0, 3355.0], 'WindowWidth': [7612.0, 7611.0, 7577.0, 7573.0, 7553.0, 7555.0, 7553.0, 7551.0, 7549.0, 7551.0, 7562.0, 7570.0, 7558.0, 7554.0, 7538.0, 7549.0, 7553.0, 7556.0, 7576.0, 7566.0, 7602.0, 7609.0, 7597.0, 7613.0, 7614.0, 7641.0, 7646.0, 7611.0, 7627.0, 7622.0, 7607.0, 7605.0, 7601.0, 7603.0, 7608.0, 7609.0, 7595.0, 7593.0, 7611.0, 7661.0, 7611.0, 7608.0, 7604.0, 7592.0, 7603.0, 7601.0, 7604.0, 7585.0, 7587.0, 7603.0, 7602.0, 7604.0, 7604.0, 7590.0, 7605.0, 7579.0, 7612.0, 7657.0, 7671.0, 7649.0, 7659.0, 7645.0, 7644.0, 7662.0, 7661.0, 7660.0, 7657.0, 7639.0, 7653.0, 7649.0, 7634.0, 7634.0, 7663.0, 7637.0, 7634.0, 7637.0, 7639.0, 7682.0, 7636.0, 7656.0, 7657.0, 7659.0, 7655.0, 7658.0, 7660.0, 7686.0, 7661.0, 7661.0, 7661.0, 7676.0, 7701.0, 7669.0, 7660.0, 7686.0, 7659.0, 7652.0, 7657.0, 7660.0, 7674.0, 7663.0, 7660.0, 7674.0, 7664.0, 7660.0, 7660.0, 7661.0, 7706.0, 7658.0, 7653.0, 7642.0, 7654.0, 7683.0, 7639.0, 7656.0, 7654.0, 7658.0, 7655.0, 7657.0, 7659.0, 7673.0, 7662.0, 7661.0, 7662.0, 7659.0, 7662.0, 7633.0, 7683.0, 7631.0, 7398.0, 7406.0, 7339.0, 7561.0, 7731.0, 7723.0, 7678.0, 7552.0, 7652.0, 7631.0, 7590.0, 7668.0, 7550.0, 7657.0, 7659.0, 7614.0, 7517.0, 7526.0, 7586.0, 7524.0, 7567.0, 7579.0, 7596.0, 7598.0, 7599.0, 7576.0, 7571.0, 7557.0, 7573.0, 7554.0, 7577.0, 7580.0, 7573.0, 7584.0, 7441.0, 7453.0, 7444.0, 7460.0, 7443.0, 7440.0, 7444.0, 7465.0, 7603.0, 7589.0, 7445.0, 7463.0, 7606.0, 7614.0, 7585.0, 7602.0, 7602.0, 7600.0, 7589.0, 7449.0, 7420.0, 7422.0, 7509.0, 7426.0, 7430.0, 7462.0, 7447.0, 7454.0, 7471.0, 7457.0, 7471.0, 7465.0, 7445.0, 7451.0, 7476.0, 7473.0, 7437.0, 7467.0, 7437.0, 7438.0, 7453.0, 7437.0, 7438.0, 7467.0, 7419.0, 7439.0, 7455.0, 7436.0, 7412.0, 7442.0, 7370.0, 7514.0, 7502.0, 7553.0, 7269.0, 6922.0, 7829.0, 7710.0, 7627.0, 7584.0, 7612.0, 7586.0, 7546.0, 7479.0, 7567.0, 7683.0, 7614.0, 7560.0, 7557.0, 7585.0, 7544.0, 7573.0, 7469.0, 7538.0, 7490.0, 7541.0, 7502.0, 7564.0, 7516.0, 7485.0, 7583.0, 7539.0, 7520.0, 7537.0, 7542.0, 7546.0, 7566.0, 7567.0, 7573.0, 7596.0, 7604.0, 7644.0, 7556.0, 7765.0, 7725.0, 7663.0, 7681.0, 7651.0, 7631.0, 7645.0, 7609.0, 7609.0, 7603.0, 7605.0, 7584.0, 7583.0, 7599.0, 7609.0, 7628.0, 7627.0, 7610.0, 7626.0, 7629.0, 7632.0, 7649.0, 7654.0, 7664.0, 7650.0, 7632.0, 7630.0, 7648.0, 7631.0, 7646.0, 7633.0, 7629.0, 7630.0, 7633.0, 7649.0, 7651.0, 7653.0, 7652.0, 7655.0, 7674.0, 7676.0, 7664.0, 7682.0, 7679.0, 7680.0, 7682.0, 7683.0, 7684.0, 7701.0, 7681.0, 7682.0, 7683.0, 7702.0, 7700.0, 7686.0, 7701.0, 7685.0, 7702.0, 7720.0, 7720.0, 7704.0, 7706.0, 7595.0, 7711.0, 7792.0, 7753.0, 7730.0, 7711.0, 7709.0, 7704.0, 7702.0, 7686.0, 7687.0, 7717.0, 7699.0, 7683.0, 7709.0, 7681.0, 7682.0, 7693.0, 7674.0, 7676.0, 7690.0, 7660.0, 7660.0, 7657.0, 7671.0, 7657.0, 7658.0, 7660.0, 7659.0, 7657.0, 7659.0, 7657.0, 7660.0, 7677.0, 7674.0, 7658.0, 7659.0, 7657.0, 7674.0, 7661.0, 7663.0, 7676.0, 7677.0, 7664.0, 7681.0, 7681.0, 7679.0, 7681.0, 7681.0, 7668.0, 7685.0, 7684.0, 7683.0, 7686.0, 7683.0, 7685.0, 7702.0, 7685.0, 7687.0, 7704.0, 7703.0, 7688.0, 7685.0, 7655.0, 7769.0, 7703.0, 7668.0, 7654.0, 7658.0, 7660.0, 7680.0, 7682.0, 7681.0, 7698.0, 7688.0, 7690.0, 7707.0, 7710.0, 7709.0, 7724.0, 7726.0, 7727.0, 7710.0, 7710.0, 7707.0, 7695.0, 7713.0, 7687.0, 7670.0, 7676.0, 7635.0, 7489.0, 7429.0, 7606.0, 7429.0, 7758.0, 7693.0, 7665.0, 7675.0, 7644.0, 7657.0, 7655.0, 7656.0, 7684.0, 7641.0, 7628.0, 7670.0, 7657.0, 7654.0, 7640.0, 7611.0, 7664.0, 7623.0, 7610.0, 7669.0, 7615.0, 7640.0, 7639.0, 7614.0, 7671.0, 7627.0, 7628.0, 7673.0, 7612.0, 7640.0, 7655.0, 7615.0, 7658.0, 7616.0, 7640.0, 7636.0, 7617.0, 7591.0, 7673.0, 7624.0, 7663.0, 7605.0, 7647.0, 7626.0, 7646.0, 7648.0, 7646.0, 7625.0, 7664.0, 7691.0, 7662.0, 7664.0, 7688.0, 7679.0, 7646.0, 7704.0, 7702.0, 7658.0, 7670.0, 7694.0, 7695.0, 7693.0, 7691.0, 7709.0, 7679.0, 7654.0, 7648.0, 7700.0, 7801.0, 7731.0, 7666.0, 7669.0, 7605.0, 7622.0, 7654.0, 7638.0, 7639.0, 7656.0, 7654.0, 7640.0, 7633.0, 7666.0, 7619.0, 7605.0, 7592.0, 7605.0, 7609.0, 7611.0, 7613.0, 7631.0, 7637.0, 7636.0, 7647.0, 7634.0, 7631.0, 7675.0, 7633.0, 7644.0, 7657.0, 7657.0, 7655.0, 7655.0, 7639.0, 7636.0, 7633.0, 7636.0, 7619.0, 7623.0, 7608.0, 7609.0, 7638.0, 7629.0, 7616.0, 7644.0, 7631.0, 7632.0, 7633.0, 7634.0, 7639.0, 7640.0, 7669.0, 7641.0, 7662.0, 7659.0, 7641.0, 7649.0, 7674.0, 7657.0, 7641.0, 7669.0, 7654.0, 7641.0, 7650.0, 7653.0, 7645.0, 7644.0, 7656.0, 7641.0, 7641.0, 7657.0, 7642.0, 7655.0, 7655.0, 7659.0, 7658.0, 7654.0, 7642.0, 7657.0, 7673.0, 7661.0, 7559.0, 7600.0, 7673.0, 7620.0, 7717.0, 7665.0, 7662.0, 7646.0, 7642.0, 7631.0, 7631.0, 7621.0, 7602.0, 7581.0, 7600.0, 7645.0, 7639.0, 7637.0, 7720.0, 7691.0, 7655.0, 7647.0, 7623.0, 7678.0, 7662.0, 7647.0, 7633.0, 7631.0, 7616.0, 7618.0, 7610.0, 7584.0, 7594.0, 7593.0, 7575.0, 7534.0, 7822.0, 7725.0, 7650.0, 7485.0, 7543.0, 7617.0, 7594.0, 7624.0, 7611.0, 7598.0, 7616.0, 7622.0, 7620.0, 7638.0, 7640.0, 7624.0, 7639.0, 7641.0, 7631.0, 7626.0, 7641.0, 7645.0, 7630.0, 7661.0, 7633.0, 7649.0, 7652.0, 7670.0, 7672.0, 7672.0, 7670.0, 7657.0, 7675.0, 7659.0, 7674.0, 7677.0, 7677.0, 7674.0, 7659.0, 7658.0, 7674.0, 7676.0, 7694.0, 7677.0, 7674.0, 7676.0, 7697.0, 7697.0, 7696.0, 7696.0, 7683.0, 7699.0, 7703.0, 7705.0, 7702.0, 7698.0, 7682.0, 7681.0, 7683.0, 7683.0, 7680.0, 7682.0, 7678.0, 7692.0, 7677.0, 7674.0, 7677.0, 7675.0, 7676.0, 7675.0, 7674.0, 7673.0, 7673.0, 7675.0, 7674.0, 7671.0, 7657.0, 7672.0, 7673.0, 7674.0, 7675.0, 7658.0, 7659.0, 7660.0, 7679.0, 7678.0, 7679.0, 7681.0, 7665.0, 7679.0, 7696.0, 7698.0, 7682.0, 7683.0, 7697.0, 7697.0, 7699.0, 7680.0, 7694.0, 7679.0, 7694.0, 7677.0, 7677.0, 7676.0, 7679.0, 7696.0, 7696.0, 7700.0, 7701.0, 7695.0, 7697.0, 7682.0, 7680.0, 7696.0, 7690.0, 7707.0, 7676.0, 7688.0, 7676.0, 7671.0, 7671.0, 7675.0, 7676.0, 7678.0, 7696.0, 7676.0, 7697.0, 7680.0, 7698.0, 7591.0, 7548.0, 7613.0, 7670.0, 7653.0, 7669.0, 7656.0, 7656.0, 7653.0, 7655.0, 7671.0, 7660.0, 7659.0, 7656.0, 7661.0, 7659.0, 7660.0, 7659.0, 7675.0, 7658.0, 7659.0, 7675.0, 7662.0, 7679.0, 7675.0, 7679.0, 7664.0, 7679.0, 7682.0, 7678.0, 7662.0, 7660.0, 7700.0, 7656.0, 7660.0, 7673.0, 7661.0, 7660.0, 7660.0, 7678.0, 7679.0, 7678.0, 7683.0, 7683.0, 7681.0, 7687.0, 7685.0, 7704.0, 7710.0, 7703.0, 7689.0, 7706.0, 7718.0, 7708.0, 7704.0, 7705.0, 7705.0, 7732.0, 7702.0, 7700.0, 7726.0, 7680.0, 7708.0, 7707.0, 7694.0, 7679.0, 7691.0, 7681.0, 7681.0, 7683.0, 7684.0, 7681.0, 7697.0, 7683.0, 7694.0, 7678.0, 7679.0, 7705.0, 7661.0, 7677.0, 7691.0, 7661.0, 7677.0, 7691.0, 7663.0, 7662.0, 7676.0, 7680.0, 7692.0, 7680.0, 7681.0, 7691.0, 7677.0, 7679.0, 7680.0, 7680.0, 7680.0, 7707.0, 7679.0, 7678.0, 7692.0, 7679.0, 7692.0, 7665.0, 7685.0, 7683.0, 7692.0, 7689.0, 7678.0, 7665.0, 7671.0, 7685.0, 7669.0, 7688.0, 7686.0, 7687.0, 7691.0, 7685.0, 7670.0, 7686.0, 7686.0, 7684.0, 7685.0, 7688.0, 7704.0, 7689.0, 7691.0, 7717.0, 7702.0, 7674.0, 7714.0, 7686.0, 7684.0, 7712.0, 7681.0, 7685.0, 7696.0, 7682.0, 7667.0, 7694.0, 7664.0, 7600.0, 7801.0, 7732.0, 7690.0, 7636.0, 7622.0, 7638.0, 7640.0, 7638.0, 7641.0, 7641.0, 7639.0, 7634.0, 7674.0, 7634.0, 7620.0, 7664.0, 7619.0, 7636.0, 7664.0, 7628.0, 7608.0, 7619.0, 7597.0, 7649.0, 7599.0, 7641.0, 7641.0, 7622.0, 7621.0, 7623.0, 7621.0, 7608.0, 7607.0, 7608.0, 7635.0, 7592.0, 7606.0, 7616.0, 7572.0, 7598.0, 7586.0, 7586.0, 7597.0, 7586.0, 7567.0, 7584.0, 7574.0, 7586.0, 7591.0, 7608.0, 7609.0, 7597.0, 7602.0, 7618.0, 7606.0, 7626.0, 7623.0, 7627.0, 7627.0, 7645.0, 7644.0, 7629.0, 7643.0, 7629.0, 7644.0, 7644.0, 7644.0, 7647.0, 7646.0, 7647.0, 7648.0, 7667.0, 7665.0, 7587.0, 7768.0, 7705.0, 7681.0, 7679.0, 7680.0, 7697.0, 7681.0, 7682.0, 7681.0, 7681.0, 7682.0, 7684.0, 7685.0, 7683.0, 7680.0, 7681.0, 7693.0, 7707.0, 7677.0, 7676.0, 7675.0, 7718.0, 7687.0, 7614.0, 7822.0, 7731.0, 7736.0, 7703.0, 7701.0, 7686.0, 7681.0, 7662.0, 7674.0, 7660.0, 7660.0, 7662.0, 7661.0, 7659.0, 7661.0, 7657.0, 7676.0, 7675.0, 7672.0, 7671.0, 7672.0, 7672.0, 7675.0, 7676.0, 7674.0, 7670.0, 7652.0, 7668.0, 7675.0, 7690.0, 7716.0, 7672.0, 7687.0, 7681.0, 7665.0, 7664.0, 7659.0, 7676.0, 7654.0, 7614.0, 7660.0, 7624.0, 7611.0, 7623.0, 7620.0, 7595.0, 7646.0, 7688.0, 7656.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.022646161417322837</td></tr>
<tr><td colspan=3>aqi</td><td>0.20641496161417322</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.946953571398986</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9821914163743832</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1992234249458116</td></tr>
<tr><td colspan=3>efc</td><td>0.4175</td></tr>
<tr><td colspan=3>fber</td><td>8560.4844</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.7612742587740059</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>535</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>52.65748031496063</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.7504688288166466</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.40861691873224</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.9496044512886375</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.893185116429062</td></tr>
<tr><td colspan=3>gcor</td><td>0.0346159</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006780920084565878</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04790009558200836</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1016</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.837761766856738</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>28.2768</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>20.7302</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>104.364</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>30.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>319204.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>500.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>227.3005</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6993</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.6029</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2631.7631</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>57340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3337.5</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>570.9202</td></tr>
<tr><td colspan=3>tsnr</td><td>10.9596675625653</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>