<?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-0011_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-0011_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-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011/ses-01/func/sub-0011_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>1367d1a3a2778ecc24b355f22907d44f</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:57:42.140000</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.998004, 0.0474531, 0.0416771, -0.0435738, 0.995032, -0.0895114]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0812649</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>41</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7775, -7265, 577, -60, -261, 22, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.102</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cc2c9125-5cc9-4b71-9d72-702f58ab2188||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.6775708198547363, -0.11690539121627808, 0.12343765050172806, 111.84068298339844], [-0.12731333076953888, 2.6695985794067383, -0.2362949401140213, -64.27162170410156], [0.11181659251451492, 0.24015246331691742, 2.6868064403533936, -77.97985076904297], [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': ['165742.140000', '165742.600000', '165743.060000', '165743.520000', '165743.980000', '165744.440000', '165744.900000', '165745.360000', '165745.820000', '165746.280000', '165746.740000', '165747.200000', '165747.660000', '165748.120000', '165748.580000', '165749.040000', '165749.500000', '165749.960000', '165750.420000', '165750.880000', '165751.340000', '165751.800000', '165752.260000', '165752.720000', '165753.180000', '165753.640000', '165754.100000', '165754.560000', '165755.020000', '165755.480000', '165755.940000', '165756.400000', '165756.860000', '165757.320000', '165757.780000', '165758.240000', '165758.700000', '165759.160000', '165759.620000', '165800.080000', '165800.540000', '165801.000000', '165801.460000', '165801.920000', '165802.380000', '165802.840000', '165803.300000', '165803.760000', '165804.220000', '165804.680000', '165805.140000', '165805.600000', '165806.060000', '165806.520000', '165806.980000', '165807.440000', '165807.900000', '165808.360000', '165808.820000', '165809.280000', '165809.740000', '165810.200000', '165810.660000', '165811.120000', '165811.580000', '165812.040000', '165812.500000', '165812.960000', '165813.420000', '165813.880000', '165814.340000', '165814.800000', '165815.260000', '165815.720000', '165816.180000', '165816.640000', '165817.100000', '165817.560000', '165818.020000', '165818.480000', '165818.940000', '165819.400000', '165819.860000', '165820.320000', '165820.780000', '165821.240000', '165821.700000', '165822.160000', '165822.620000', '165823.080000', '165823.540000', '165824.000000', '165824.460000', '165824.920000', '165825.380000', '165825.840000', '165826.300000', '165826.760000', '165827.220000', '165827.680000', '165828.140000', '165828.600000', '165829.060000', '165829.520000', '165829.980000', '165830.440000', '165830.900000', '165831.360000', '165831.820000', '165832.280000', '165832.740000', '165833.200000', '165833.660000', '165834.120000', '165834.580000', '165835.040000', '165835.500000', '165835.960000', '165836.420000', '165836.880000', '165837.340000', '165837.800000', '165838.260000', '165838.720000', '165839.180000', '165839.640000', '165840.100000', '165840.560000', '165841.020000', '165841.480000', '165841.940000', '165842.400000', '165842.860000', '165843.320000', '165843.780000', '165844.240000', '165844.700000', '165845.160000', '165845.620000', '165846.080000', '165846.540000', '165847.000000', '165847.460000', '165847.920000', '165848.380000', '165848.840000', '165849.300000', '165849.760000', '165850.220000', '165850.680000', '165851.140000', '165851.600000', '165852.060000', '165852.520000', '165852.980000', '165853.440000', '165853.900000', '165854.360000', '165854.820000', '165855.280000', '165855.740000', '165856.200000', '165856.660000', '165857.120000', '165857.580000', '165858.040000', '165858.500000', '165858.960000', '165859.420000', '165859.880000', '165900.340000', '165900.800000', '165901.260000', '165901.720000', '165902.180000', '165902.640000', '165903.100000', '165903.560000', '165904.020000', '165904.480000', '165904.940000', '165905.400000', '165905.860000', '165906.320000', '165906.780000', '165907.240000', '165907.700000', '165908.160000', '165908.620000', '165909.080000', '165909.540000', '165910.000000', '165910.460000', '165910.920000', '165911.380000', '165911.840000', '165912.300000', '165912.760000', '165913.220000', '165913.680000', '165914.140000', '165914.600000', '165915.060000', '165915.520000', '165915.980000', '165916.440000', '165916.900000', '165917.360000', '165917.820000', '165918.280000', '165918.740000', '165919.200000', '165919.660000', '165920.120000', '165920.580000', '165921.040000', '165921.500000', '165921.960000', '165922.420000', '165922.880000', '165923.340000', '165923.800000', '165924.260000', '165924.720000', '165925.180000', '165925.640000', '165926.100000', '165926.560000', '165927.020000', '165927.480000', '165927.940000', '165928.400000', '165928.860000', '165929.320000', '165929.780000', '165930.240000', '165930.700000', '165931.160000', '165931.620000', '165932.080000', '165932.540000', '165933.000000', '165933.460000', '165933.920000', '165934.380000', '165934.840000', '165935.300000', '165935.760000', '165936.220000', '165936.680000', '165937.140000', '165937.600000', '165938.060000', '165938.520000', '165938.980000', '165939.440000', '165939.900000', '165940.360000', '165940.820000', '165941.280000', '165941.740000', '165942.200000', '165942.660000', '165943.120000', '165943.580000', '165944.040000', '165944.500000', '165944.960000', '165945.420000', '165945.880000', '165946.340000', '165946.800000', '165947.260000', '165947.720000', '165948.180000', '165948.640000', '165949.100000', '165949.560000', '165950.020000', '165950.480000', '165950.940000', '165951.400000', '165951.860000', '165952.320000', '165952.780000', '165953.240000', '165953.700000', '165954.160000', '165954.620000', '165955.080000', '165955.540000', '165956.000000', '165956.460000', '165956.920000', '165957.380000', '165957.840000', '165958.300000', '165958.760000', '165959.220000', '165959.680000', '170000.140000', '170000.600000', '170001.060000', '170001.520000', '170001.980000', '170002.440000', '170002.900000', '170003.360000', '170003.820000', '170004.280000', '170004.740000', '170005.200000', '170005.660000', '170006.120000', '170006.580000', '170007.040000', '170007.500000', '170007.960000', '170008.420000', '170008.880000', '170009.340000', '170009.800000', '170010.260000', '170010.720000', '170011.180000', '170011.640000', '170012.100000', '170012.560000', '170013.020000', '170013.480000', '170013.940000', '170014.400000', '170014.860000', '170015.320000', '170015.780000', '170016.240000', '170016.700000', '170017.160000', '170017.620000', '170018.080000', '170018.540000', '170019.000000', '170019.460000', '170019.920000', '170020.380000', '170020.840000', '170021.300000', '170021.760000', '170022.220000', '170022.680000', '170023.140000', '170023.600000', '170024.060000', '170024.520000', '170024.980000', '170025.440000', '170025.900000', '170026.360000', '170026.820000', '170027.280000', '170027.740000', '170028.200000', '170028.660000', '170029.120000', '170029.580000', '170030.040000', '170030.500000', '170030.960000', '170031.420000', '170031.880000', '170032.340000', '170032.800000', '170033.260000', '170033.720000', '170034.180000', '170034.640000', '170035.100000', '170035.560000', '170036.020000', '170036.480000', '170036.940000', '170037.400000', '170037.860000', '170038.320000', '170038.780000', '170039.240000', '170039.700000', '170040.160000', '170040.620000', '170041.080000', '170041.540000', '170042.000000', '170042.460000', '170042.920000', '170043.380000', '170043.840000', '170044.300000', '170044.760000', '170045.220000', '170045.680000', '170046.140000', '170046.600000', '170047.060000', '170047.520000', '170047.980000', '170048.440000', '170048.900000', '170049.360000', '170049.820000', '170050.280000', '170050.740000', '170051.200000', '170051.660000', '170052.120000', '170052.580000', '170053.040000', '170053.500000', '170053.960000', '170054.420000', '170054.880000', '170055.340000', '170055.800000', '170056.260000', '170056.720000', '170057.180000', '170057.640000', '170058.100000', '170058.560000', '170059.020000', '170059.480000', '170059.940000', '170100.400000', '170100.860000', '170101.320000', '170101.780000', '170102.240000', '170102.700000', '170103.160000', '170103.620000', '170104.080000', '170104.540000', '170105.000000', '170105.460000', '170105.920000', '170106.380000', '170106.840000', '170107.300000', '170107.760000', '170108.220000', '170108.680000', '170109.140000', '170109.600000', '170110.060000', '170110.520000', '170110.980000', '170111.440000', '170111.900000', '170112.360000', '170112.820000', '170113.280000', '170113.740000', '170114.200000', '170114.660000', '170115.120000', '170115.580000', '170116.040000', '170116.500000', '170116.960000', '170117.420000', '170117.880000', '170118.340000', '170118.800000', '170119.260000', '170119.720000', '170120.180000', '170120.640000', '170121.100000', '170121.560000', '170122.020000', '170122.480000', '170122.940000', '170123.400000', '170123.860000', '170124.320000', '170124.780000', '170125.240000', '170125.700000', '170126.160000', '170126.620000', '170127.080000', '170127.540000', '170128.000000', '170128.460000', '170128.920000', '170129.380000', '170129.840000', '170130.300000', '170130.760000', '170131.220000', '170131.680000', '170132.140000', '170132.600000', '170133.060000', '170133.520000', '170133.980000', '170134.440000', '170134.900000', '170135.360000', '170135.820000', '170136.280000', '170136.740000', '170137.200000', '170137.660000', '170138.120000', '170138.580000', '170139.040000', '170139.500000', '170139.960000', '170140.420000', '170140.880000', '170141.340000', '170141.800000', '170142.260000', '170142.720000', '170143.180000', '170143.640000', '170144.100000', '170144.560000', '170145.020000', '170145.480000', '170145.940000', '170146.400000', '170146.860000', '170147.320000', '170147.780000', '170148.240000', '170148.700000', '170149.160000', '170149.620000', '170150.080000', '170150.540000', '170151.000000', '170151.460000', '170151.920000', '170152.380000', '170152.840000', '170153.300000', '170153.760000', '170154.220000', '170154.680000', '170155.140000', '170155.600000', '170156.060000', '170156.520000', '170156.980000', '170157.440000', '170157.900000', '170158.360000', '170158.820000', '170159.280000', '170159.740000', '170200.200000', '170200.660000', '170201.120000', '170201.580000', '170202.040000', '170202.500000', '170202.960000', '170203.420000', '170203.880000', '170204.340000', '170204.800000', '170205.260000', '170205.720000', '170206.180000', '170206.640000', '170207.100000', '170207.560000', '170208.020000', '170208.480000', '170208.940000', '170209.400000', '170209.860000', '170210.320000', '170210.780000', '170211.240000', '170211.700000', '170212.160000', '170212.620000', '170213.080000', '170213.540000', '170214.000000', '170214.460000', '170214.920000', '170215.380000', '170215.840000', '170216.300000', '170216.760000', '170217.220000', '170217.680000', '170218.140000', '170218.600000', '170219.060000', '170219.520000', '170219.980000', '170220.440000', '170220.900000', '170221.360000', '170221.820000', '170222.280000', '170222.740000', '170223.200000', '170223.660000', '170224.120000', '170224.580000', '170225.040000', '170225.500000', '170225.960000', '170226.420000', '170226.880000', '170227.340000', '170227.800000', '170228.260000', '170228.720000', '170229.180000', '170229.640000', '170230.100000', '170230.560000', '170231.020000', '170231.480000', '170231.940000', '170232.400000', '170232.860000', '170233.320000', '170233.780000', '170234.240000', '170234.700000', '170235.160000', '170235.620000', '170236.080000', '170236.540000', '170237.000000', '170237.460000', '170237.920000', '170238.380000', '170238.840000', '170239.300000', '170239.760000', '170240.220000', '170240.680000', '170241.140000', '170241.600000', '170242.060000', '170242.520000', '170242.980000', '170243.440000', '170243.900000', '170244.360000', '170244.820000', '170245.280000', '170245.740000', '170246.200000', '170246.660000', '170247.120000', '170247.580000', '170248.040000', '170248.500000', '170248.960000', '170249.420000', '170249.880000', '170250.340000', '170250.800000', '170251.260000', '170251.720000', '170252.180000', '170252.640000', '170253.100000', '170253.560000', '170254.020000', '170254.480000', '170254.940000', '170255.400000', '170255.860000', '170256.320000', '170256.780000', '170257.240000', '170257.700000', '170258.160000', '170258.620000', '170259.080000', '170259.540000', '170300.000000', '170300.460000', '170300.920000', '170301.380000', '170301.840000', '170302.300000', '170302.760000', '170303.220000', '170303.680000', '170304.140000', '170304.600000', '170305.060000', '170305.520000', '170305.980000', '170306.440000', '170306.900000', '170307.360000', '170307.820000', '170308.280000', '170308.740000', '170309.200000', '170309.660000', '170310.120000', '170310.580000', '170311.040000', '170311.500000', '170311.960000', '170312.420000', '170312.880000', '170313.340000', '170313.800000', '170314.260000', '170314.720000', '170315.180000', '170315.640000', '170316.100000', '170316.560000', '170317.020000', '170317.480000', '170317.940000', '170318.400000', '170318.860000', '170319.320000', '170319.780000', '170320.240000', '170320.700000', '170321.160000', '170321.620000', '170322.080000', '170322.540000', '170323.000000', '170323.460000', '170323.920000', '170324.380000', '170324.840000', '170325.300000', '170325.760000', '170326.220000', '170326.680000', '170327.140000', '170327.600000', '170328.060000', '170328.520000', '170328.980000', '170329.440000', '170329.900000', '170330.360000', '170330.820000', '170331.280000', '170331.740000', '170332.200000', '170332.660000', '170333.120000', '170333.580000', '170334.040000', '170334.500000', '170334.960000', '170335.420000', '170335.880000', '170336.340000', '170336.800000', '170337.260000', '170337.720000', '170338.180000', '170338.640000', '170339.100000', '170339.560000', '170340.020000', '170340.480000', '170340.940000', '170341.400000', '170341.860000', '170342.320000', '170342.780000', '170343.240000', '170343.700000', '170344.160000', '170344.620000', '170345.080000', '170345.540000', '170346.000000', '170346.460000', '170346.920000', '170347.380000', '170347.840000', '170348.300000', '170348.760000', '170349.220000', '170349.680000', '170350.140000', '170350.600000', '170351.060000', '170351.520000', '170351.980000', '170352.440000', '170352.900000', '170353.360000', '170353.820000', '170354.280000', '170354.740000', '170355.200000', '170355.660000', '170356.120000', '170356.580000', '170357.040000', '170357.500000', '170357.960000', '170358.420000', '170358.880000', '170359.340000', '170359.800000', '170400.260000', '170400.720000', '170401.180000', '170401.640000', '170402.100000', '170402.560000', '170403.020000', '170403.480000', '170403.940000', '170404.400000', '170404.860000', '170405.320000', '170405.780000', '170406.240000', '170406.700000', '170407.160000', '170407.620000', '170408.080000', '170408.540000', '170409.000000', '170409.460000', '170409.920000', '170410.380000', '170410.840000', '170411.300000', '170411.760000', '170412.220000', '170412.680000', '170413.140000', '170413.600000', '170414.060000', '170414.520000', '170414.980000', '170415.440000', '170415.900000', '170416.360000', '170416.820000', '170417.280000', '170417.740000', '170418.200000', '170418.660000', '170419.120000', '170419.580000', '170420.040000', '170420.500000', '170420.960000', '170421.420000', '170421.880000', '170422.340000', '170422.800000', '170423.260000', '170423.720000', '170424.180000', '170424.640000', '170425.100000', '170425.560000', '170426.020000', '170426.480000', '170426.940000', '170427.400000', '170427.860000', '170428.320000', '170428.780000', '170429.240000', '170429.700000', '170430.160000', '170430.620000', '170431.080000', '170431.540000', '170432.000000', '170432.460000', '170432.920000', '170433.380000', '170433.840000', '170434.300000', '170434.760000', '170435.220000', '170435.680000', '170436.140000', '170436.600000', '170437.060000', '170437.520000', '170437.980000', '170438.440000', '170438.900000', '170439.360000', '170439.820000', '170440.280000', '170440.740000', '170441.200000', '170441.660000', '170442.120000', '170442.580000', '170443.040000', '170443.500000', '170443.960000', '170444.420000', '170444.880000', '170445.340000', '170445.800000', '170446.260000', '170446.720000', '170447.180000', '170447.640000', '170448.100000', '170448.560000', '170449.020000', '170449.480000', '170449.940000', '170450.400000', '170450.860000', '170451.320000', '170451.780000', '170452.240000', '170452.700000', '170453.160000', '170453.620000', '170454.080000', '170454.540000', '170455.000000', '170455.460000', '170455.920000', '170456.380000', '170456.840000', '170457.300000', '170457.760000', '170458.220000', '170458.680000', '170459.140000', '170459.600000', '170500.060000', '170500.520000', '170500.980000', '170501.440000', '170501.900000', '170502.360000', '170502.820000', '170503.280000', '170503.740000', '170504.200000', '170504.660000', '170505.120000', '170505.580000', '170506.040000', '170506.500000', '170506.960000', '170507.420000', '170507.880000', '170508.340000', '170508.800000', '170509.260000', '170509.720000', '170510.180000', '170510.640000', '170511.100000', '170511.560000', '170512.020000', '170512.480000', '170512.940000', '170513.400000', '170513.860000', '170514.320000', '170514.780000', '170515.240000', '170515.700000', '170516.160000', '170516.620000', '170517.080000', '170517.540000', '170518.000000', '170518.460000', '170518.920000', '170519.380000', '170519.840000', '170520.300000', '170520.760000', '170521.220000', '170521.680000', '170522.140000', '170522.600000', '170523.060000', '170523.520000', '170523.980000', '170524.440000', '170524.900000', '170525.360000', '170525.820000', '170526.280000', '170526.740000', '170527.200000', '170527.660000', '170528.120000', '170528.580000', '170529.040000'], 'ContentTime': ['165752.887000', '165752.891000', '165752.893000', '165752.897000', '165752.899000', '165752.902000', '165752.905000', '165752.908000', '165752.911000', '165752.914000', '165752.917000', '165752.920000', '165752.923000', '165752.928000', '165752.931000', '165752.934000', '165752.937000', '165752.940000', '165752.943000', '165752.946000', '165752.955000', '165812.847000', '165812.850000', '165812.853000', '165812.855000', '165812.858000', '165812.861000', '165812.864000', '165812.867000', '165812.870000', '165812.873000', '165812.876000', '165812.879000', '165812.881000', '165812.884000', '165812.887000', '165812.890000', '165812.893000', '165812.895000', '165812.898000', '165812.901000', '165812.904000', '165812.907000', '165812.909000', '165812.912000', '165812.915000', '165812.918000', '165812.920000', '165812.928000', '165812.931000', '165812.934000', '165812.937000', '165812.940000', '165812.942000', '165812.945000', '165812.948000', '165812.951000', '165812.954000', '165812.957000', '165812.964000', '165812.967000', '165812.969000', '165812.973000', '165812.976000', '165832.847000', '165832.850000', '165832.853000', '165832.855000', '165832.858000', '165832.861000', '165832.864000', '165832.867000', '165832.870000', '165832.872000', '165832.875000', '165832.878000', '165832.881000', '165832.884000', '165832.886000', '165832.889000', '165832.892000', '165832.895000', '165832.898000', '165832.900000', '165832.903000', '165832.906000', '165832.909000', '165832.912000', '165832.914000', '165832.917000', '165832.920000', '165832.923000', '165832.926000', '165832.928000', '165832.931000', '165832.934000', '165832.937000', '165832.940000', '165832.943000', '165832.946000', '165832.949000', '165832.952000', '165832.954000', '165832.957000', '165832.960000', '165832.963000', '165832.966000', '165832.968000', '165852.847000', '165852.850000', '165852.852000', '165852.855000', '165852.866000', '165852.872000', '165852.875000', '165852.878000', '165852.881000', '165852.883000', '165852.886000', '165852.889000', '165852.892000', '165852.895000', '165852.898000', '165852.901000', '165852.904000', '165852.906000', '165852.909000', '165852.912000', '165852.915000', '165852.918000', '165852.921000', '165852.923000', '165852.926000', '165852.929000', '165852.932000', '165852.935000', '165852.938000', '165852.940000', '165852.943000', '165852.946000', '165852.949000', '165852.952000', '165852.954000', '165852.957000', '165852.960000', '165852.963000', '165852.966000', '165852.968000', '165852.971000', '165852.974000', '165852.977000', '165912.849000', '165912.853000', '165912.876000', '165912.879000', '165912.882000', '165912.885000', '165912.887000', '165912.890000', '165912.893000', '165912.896000', '165912.899000', '165912.901000', '165912.904000', '165912.907000', '165912.910000', '165912.913000', '165912.915000', '165912.918000', '165912.921000', '165912.924000', '165912.927000', '165912.930000', '165912.932000', '165912.935000', '165912.938000', '165912.941000', '165912.944000', '165912.946000', '165912.949000', '165912.952000', '165912.955000', '165912.958000', '165912.961000', '165912.964000', '165912.966000', '165912.969000', '165912.972000', '165912.975000', '165912.978000', '165912.980000', '165912.983000', '165912.986000', '165912.989000', '165932.847000', '165932.850000', '165932.853000', '165932.855000', '165932.858000', '165932.861000', '165932.864000', '165932.867000', '165932.870000', '165932.872000', '165932.875000', '165932.878000', '165932.881000', '165932.884000', '165932.887000', '165932.889000', '165932.892000', '165932.895000', '165932.898000', '165932.901000', '165932.904000', '165932.907000', '165932.910000', '165932.912000', '165932.915000', '165932.918000', '165932.921000', '165932.924000', '165932.927000', '165932.929000', '165932.932000', '165932.935000', '165932.938000', '165932.941000', '165932.944000', '165932.946000', '165932.949000', '165932.952000', '165932.955000', '165932.958000', '165932.961000', '165932.963000', '165932.966000', '165932.969000', '165952.847000', '165952.851000', '165952.856000', '165952.865000', '165952.868000', '165952.871000', '165952.874000', '165952.876000', '165952.879000', '165952.882000', '165952.885000', '165952.888000', '165952.890000', '165952.893000', '165952.896000', '165952.899000', '165952.910000', '165952.913000', '165952.916000', '165952.919000', '165952.922000', '165952.925000', '165952.927000', '165952.930000', '165952.933000', '165952.936000', '165952.939000', '165952.942000', '165952.945000', '165952.947000', '165952.950000', '165952.953000', '165952.956000', '165952.959000', '165952.962000', '165952.965000', '165952.968000', '165952.970000', '165952.973000', '165952.976000', '165952.980000', '165952.983000', '165952.985000', '170012.847000', '170012.850000', '170012.853000', '170012.856000', '170012.858000', '170012.861000', '170012.864000', '170012.867000', '170012.870000', '170012.873000', '170012.875000', '170012.879000', '170012.881000', '170012.884000', '170012.887000', '170012.890000', '170012.893000', '170012.896000', '170012.898000', '170012.901000', '170012.904000', '170012.907000', '170012.910000', '170012.913000', '170012.915000', '170012.918000', '170012.921000', '170012.924000', '170012.927000', '170012.929000', '170012.932000', '170012.935000', '170012.938000', '170012.941000', '170012.943000', '170012.946000', '170012.949000', '170012.952000', '170012.955000', '170012.958000', '170012.961000', '170012.963000', '170012.966000', '170012.969000', '170032.862000', '170032.867000', '170032.872000', '170032.875000', '170032.878000', '170032.881000', '170032.884000', '170032.887000', '170032.890000', '170032.893000', '170032.895000', '170032.899000', '170032.901000', '170032.904000', '170032.907000', '170032.910000', '170032.913000', '170032.916000', '170032.918000', '170032.921000', '170032.924000', '170032.927000', '170032.930000', '170032.933000', '170032.936000', '170032.938000', '170032.941000', '170032.944000', '170032.947000', '170032.950000', '170032.953000', '170032.956000', '170032.959000', '170032.962000', '170032.964000', '170032.967000', '170032.970000', '170032.973000', '170032.976000', '170032.979000', '170032.981000', '170032.984000', '170032.987000', '170052.847000', '170052.850000', '170052.853000', '170052.856000', '170052.859000', '170052.861000', '170052.869000', '170052.872000', '170052.874000', '170052.877000', '170052.880000', '170052.883000', '170052.886000', '170052.889000', '170052.892000', '170052.895000', '170052.898000', '170052.900000', '170052.903000', '170052.906000', '170052.909000', '170052.912000', '170052.915000', '170052.918000', '170052.920000', '170052.923000', '170052.926000', '170052.929000', '170052.932000', '170052.935000', '170052.938000', '170052.941000', '170052.943000', '170052.946000', '170052.949000', '170052.952000', '170052.955000', '170052.958000', '170052.961000', '170052.963000', '170052.966000', '170052.969000', '170052.972000', '170052.975000', '170112.847000', '170112.850000', '170112.853000', '170112.856000', '170112.859000', '170112.861000', '170112.864000', '170112.867000', '170112.870000', '170112.873000', '170112.876000', '170112.879000', '170112.882000', '170112.884000', '170112.887000', '170112.890000', '170112.893000', '170112.896000', '170112.899000', '170112.902000', '170112.908000', '170112.911000', '170112.914000', '170112.917000', '170112.920000', '170112.923000', '170112.926000', '170112.928000', '170112.931000', '170112.934000', '170112.937000', '170112.940000', '170112.943000', '170112.945000', '170112.948000', '170112.951000', '170112.954000', '170112.957000', '170112.960000', '170112.962000', '170112.965000', '170112.968000', '170112.971000', '170132.847000', '170132.850000', '170132.853000', '170132.856000', '170132.858000', '170132.861000', '170132.864000', '170132.867000', '170132.870000', '170132.873000', '170132.876000', '170132.878000', '170132.881000', '170132.884000', '170132.887000', '170132.890000', '170132.893000', '170132.896000', '170132.899000', '170132.901000', '170132.904000', '170132.907000', '170132.910000', '170132.913000', '170132.916000', '170132.919000', '170132.922000', '170132.924000', '170132.927000', '170132.930000', '170132.933000', '170132.936000', '170132.939000', '170132.942000', '170132.944000', '170132.947000', '170132.950000', '170132.953000', '170132.956000', '170132.958000', '170132.961000', '170132.964000', '170132.967000', '170132.970000', '170152.847000', '170152.851000', '170152.854000', '170152.857000', '170152.860000', '170152.863000', '170152.866000', '170152.869000', '170152.872000', '170152.874000', '170152.877000', '170152.880000', '170152.883000', '170152.886000', '170152.889000', '170152.892000', '170152.895000', '170152.897000', '170152.900000', '170152.903000', '170152.906000', '170152.909000', '170152.913000', '170152.917000', '170152.920000', '170152.939000', '170152.942000', '170152.945000', '170152.948000', '170152.951000', '170152.953000', '170152.956000', '170152.959000', '170152.962000', '170152.965000', '170152.967000', '170152.970000', '170152.973000', '170152.976000', '170152.979000', '170152.988000', '170152.991000', '170152.994000', '170212.847000', '170212.850000', '170212.853000', '170212.856000', '170212.859000', '170212.861000', '170212.864000', '170212.867000', '170212.870000', '170212.873000', '170212.876000', '170212.878000', '170212.881000', '170212.884000', '170212.887000', '170212.890000', '170212.893000', '170212.896000', '170212.899000', '170212.901000', '170212.904000', '170212.907000', '170212.910000', '170212.913000', '170212.916000', '170212.919000', '170212.922000', '170212.924000', '170212.927000', '170212.930000', '170212.933000', '170212.936000', '170212.939000', '170212.941000', '170212.944000', '170212.947000', '170212.950000', '170212.953000', '170212.955000', '170212.958000', '170212.961000', '170212.964000', '170212.967000', '170212.969000', '170232.847000', '170232.850000', '170232.853000', '170232.856000', '170232.859000', '170232.861000', '170232.864000', '170232.867000', '170232.870000', '170232.873000', '170232.876000', '170232.879000', '170232.882000', '170232.884000', '170232.887000', '170232.890000', '170232.893000', '170232.896000', '170232.899000', '170232.902000', '170232.904000', '170232.907000', '170232.910000', '170232.913000', '170232.916000', '170232.919000', '170232.922000', '170232.925000', '170232.927000', '170232.930000', '170232.933000', '170232.938000', '170232.942000', '170232.945000', '170232.948000', '170232.951000', '170232.954000', '170232.957000', '170232.960000', '170232.962000', '170232.965000', '170232.968000', '170232.971000', '170252.847000', '170252.850000', '170252.853000', '170252.856000', '170252.859000', '170252.861000', '170252.864000', '170252.867000', '170252.870000', '170252.873000', '170252.876000', '170252.879000', '170252.881000', '170252.884000', '170252.887000', '170252.890000', '170252.893000', '170252.896000', '170252.898000', '170252.901000', '170252.904000', '170252.907000', '170252.910000', '170252.913000', '170252.915000', '170252.918000', '170252.921000', '170252.924000', '170252.927000', '170252.930000', '170252.932000', '170252.935000', '170252.938000', '170252.941000', '170252.944000', '170252.947000', '170252.950000', '170252.952000', '170252.955000', '170252.958000', '170252.961000', '170252.964000', '170252.967000', '170252.969000', '170312.847000', '170312.850000', '170312.853000', '170312.856000', '170312.858000', '170312.861000', '170312.864000', '170312.867000', '170312.870000', '170312.873000', '170312.876000', '170312.879000', '170312.881000', '170312.885000', '170312.888000', '170312.891000', '170312.896000', '170312.899000', '170312.902000', '170312.905000', '170312.908000', '170312.911000', '170312.913000', '170312.916000', '170312.919000', '170312.922000', '170312.925000', '170312.928000', '170312.931000', '170312.933000', '170312.936000', '170312.939000', '170312.942000', '170312.945000', '170312.948000', '170312.951000', '170312.953000', '170312.956000', '170312.959000', '170312.962000', '170312.965000', '170312.968000', '170312.971000', '170332.847000', '170332.850000', '170332.862000', '170332.864000', '170332.867000', '170332.870000', '170332.873000', '170332.876000', '170332.879000', '170332.882000', '170332.885000', '170332.887000', '170332.890000', '170332.893000', '170332.896000', '170332.899000', '170332.901000', '170332.904000', '170332.907000', '170332.910000', '170332.913000', '170332.916000', '170332.919000', '170332.922000', '170332.924000', '170332.927000', '170332.930000', '170332.933000', '170332.936000', '170332.939000', '170332.941000', '170332.944000', '170332.947000', '170332.950000', '170332.953000', '170332.956000', '170332.958000', '170332.961000', '170332.964000', '170332.967000', '170332.970000', '170332.972000', '170332.975000', '170332.978000', '170352.847000', '170352.850000', '170352.853000', '170352.855000', '170352.867000', '170352.870000', '170352.873000', '170352.875000', '170352.878000', '170352.881000', '170352.884000', '170352.887000', '170352.890000', '170352.893000', '170352.895000', '170352.898000', '170352.901000', '170352.904000', '170352.907000', '170352.910000', '170352.913000', '170352.916000', '170352.918000', '170352.921000', '170352.924000', '170352.927000', '170352.930000', '170352.933000', '170352.936000', '170352.938000', '170352.941000', '170352.944000', '170352.947000', '170352.950000', '170352.953000', '170352.955000', '170352.958000', '170352.961000', '170352.964000', '170352.967000', '170352.970000', '170352.972000', '170352.977000', '170412.847000', '170412.858000', '170412.861000', '170412.864000', '170412.867000', '170412.870000', '170412.873000', '170412.875000', '170412.878000', '170412.881000', '170412.884000', '170412.887000', '170412.890000', '170412.893000', '170412.896000', '170412.898000', '170412.901000', '170412.904000', '170412.907000', '170412.910000', '170412.913000', '170412.916000', '170412.918000', '170412.922000', '170412.925000', '170412.928000', '170412.930000', '170412.933000', '170412.936000', '170412.939000', '170412.942000', '170412.944000', '170412.947000', '170412.950000', '170412.953000', '170412.956000', '170412.959000', '170412.961000', '170412.964000', '170412.967000', '170412.970000', '170412.973000', '170412.976000', '170412.978000', '170432.847000', '170432.850000', '170432.853000', '170432.861000', '170432.864000', '170432.867000', '170432.870000', '170432.873000', '170432.876000', '170432.879000', '170432.881000', '170432.884000', '170432.887000', '170432.890000', '170432.893000', '170432.896000', '170432.899000', '170432.901000', '170432.904000', '170432.918000', '170432.921000', '170432.925000', '170432.928000', '170432.931000', '170432.934000', '170432.936000', '170432.939000', '170432.942000', '170432.945000', '170432.948000', '170432.951000', '170432.954000', '170432.957000', '170432.959000', '170432.962000', '170432.965000', '170432.968000', '170432.971000', '170432.974000', '170432.977000', '170432.979000', '170432.983000', '170432.988000', '170452.847000', '170452.850000', '170452.853000', '170452.863000', '170452.873000', '170452.875000', '170452.878000', '170452.881000', '170452.884000', '170452.887000', '170452.890000', '170452.892000', '170452.895000', '170452.898000', '170452.901000', '170452.904000', '170452.907000', '170452.910000', '170452.913000', '170452.915000', '170452.918000', '170452.921000', '170452.924000', '170452.927000', '170452.930000', '170452.933000', '170452.936000', '170452.938000', '170452.941000', '170452.944000', '170452.947000', '170452.950000', '170452.953000', '170452.956000', '170452.958000', '170452.961000', '170452.964000', '170452.967000', '170452.970000', '170452.973000', '170452.975000', '170452.978000', '170452.981000', '170452.984000', '170512.847000', '170512.850000', '170512.853000', '170512.856000', '170512.859000', '170512.861000', '170512.864000', '170512.867000', '170512.870000', '170512.873000', '170512.876000', '170512.879000', '170512.881000', '170512.884000', '170512.887000', '170512.890000', '170512.893000', '170512.896000', '170512.899000', '170512.901000', '170512.904000', '170512.907000', '170512.910000', '170512.913000', '170512.916000', '170512.918000', '170512.921000', '170512.924000', '170512.927000', '170512.930000', '170512.933000', '170512.936000', '170512.938000', '170512.941000', '170512.944000', '170512.947000', '170512.950000', '170512.952000', '170512.955000', '170512.958000', '170512.961000', '170512.964000', '170512.967000', '170530.557000', '170530.570000', '170530.573000', '170530.577000', '170530.580000', '170530.583000', '170530.586000', '170530.589000', '170530.592000', '170530.596000', '170530.598000', '170530.601000', '170530.604000', '170530.607000', '170530.610000', '170530.613000', '170530.616000', '170530.619000', '170530.622000', '170530.625000', '170530.628000', '170530.631000', '170530.634000', '170530.636000', '170530.639000', '170530.642000', '170530.645000', '170530.648000', '170530.651000', '170530.654000', '170530.657000', '170530.659000', '170530.662000', '170530.665000', '170530.668000', '170530.671000', '170530.674000', '170530.677000', '170530.680000'], 'InstanceCreationTime': ['165752.887000', '165752.891000', '165752.893000', '165752.897000', '165752.899000', '165752.902000', '165752.905000', '165752.908000', '165752.911000', '165752.914000', '165752.917000', '165752.920000', '165752.923000', '165752.928000', '165752.931000', '165752.934000', '165752.937000', '165752.940000', '165752.943000', '165752.946000', '165752.955000', '165812.847000', '165812.850000', '165812.853000', '165812.855000', '165812.858000', '165812.861000', '165812.864000', '165812.867000', '165812.870000', '165812.873000', '165812.876000', '165812.879000', '165812.881000', '165812.884000', '165812.887000', '165812.890000', '165812.893000', '165812.895000', '165812.898000', '165812.901000', '165812.904000', '165812.907000', '165812.909000', '165812.912000', '165812.915000', '165812.918000', '165812.920000', '165812.928000', '165812.931000', '165812.934000', '165812.937000', '165812.940000', '165812.942000', '165812.945000', '165812.948000', '165812.951000', '165812.954000', '165812.957000', '165812.964000', '165812.967000', '165812.969000', '165812.973000', '165812.976000', '165832.847000', '165832.850000', '165832.853000', '165832.855000', '165832.858000', '165832.861000', '165832.864000', '165832.867000', '165832.870000', '165832.872000', '165832.875000', '165832.878000', '165832.881000', '165832.884000', '165832.886000', '165832.889000', '165832.892000', '165832.895000', '165832.898000', '165832.900000', '165832.903000', '165832.906000', '165832.909000', '165832.912000', '165832.914000', '165832.917000', '165832.920000', '165832.923000', '165832.926000', '165832.928000', '165832.931000', '165832.934000', '165832.937000', '165832.940000', '165832.943000', '165832.946000', '165832.949000', '165832.952000', '165832.954000', '165832.957000', '165832.960000', '165832.963000', '165832.966000', '165832.968000', '165852.847000', '165852.850000', '165852.852000', '165852.855000', '165852.866000', '165852.872000', '165852.875000', '165852.878000', '165852.881000', '165852.883000', '165852.886000', '165852.889000', '165852.892000', '165852.895000', '165852.898000', '165852.901000', '165852.904000', '165852.906000', '165852.909000', '165852.912000', '165852.915000', '165852.918000', '165852.921000', '165852.923000', '165852.926000', '165852.929000', '165852.932000', '165852.935000', '165852.938000', '165852.940000', '165852.943000', '165852.946000', '165852.949000', '165852.952000', '165852.954000', '165852.957000', '165852.960000', '165852.963000', '165852.966000', '165852.968000', '165852.971000', '165852.974000', '165852.977000', '165912.849000', '165912.853000', '165912.876000', '165912.879000', '165912.882000', '165912.885000', '165912.887000', '165912.890000', '165912.893000', '165912.896000', '165912.899000', '165912.901000', '165912.904000', '165912.907000', '165912.910000', '165912.913000', '165912.915000', '165912.918000', '165912.921000', '165912.924000', '165912.927000', '165912.930000', '165912.932000', '165912.935000', '165912.938000', '165912.941000', '165912.944000', '165912.946000', '165912.949000', '165912.952000', '165912.955000', '165912.958000', '165912.961000', '165912.964000', '165912.966000', '165912.969000', '165912.972000', '165912.975000', '165912.978000', '165912.980000', '165912.983000', '165912.986000', '165912.989000', '165932.847000', '165932.850000', '165932.853000', '165932.855000', '165932.858000', '165932.861000', '165932.864000', '165932.867000', '165932.870000', '165932.872000', '165932.875000', '165932.878000', '165932.881000', '165932.884000', '165932.887000', '165932.889000', '165932.892000', '165932.895000', '165932.898000', '165932.901000', '165932.904000', '165932.907000', '165932.910000', '165932.912000', '165932.915000', '165932.918000', '165932.921000', '165932.924000', '165932.927000', '165932.929000', '165932.932000', '165932.935000', '165932.938000', '165932.941000', '165932.944000', '165932.946000', '165932.949000', '165932.952000', '165932.955000', '165932.958000', '165932.961000', '165932.963000', '165932.966000', '165932.969000', '165952.847000', '165952.851000', '165952.856000', '165952.865000', '165952.868000', '165952.871000', '165952.874000', '165952.876000', '165952.879000', '165952.882000', '165952.885000', '165952.888000', '165952.890000', '165952.893000', '165952.896000', '165952.899000', '165952.910000', '165952.913000', '165952.916000', '165952.919000', '165952.922000', '165952.925000', '165952.927000', '165952.930000', '165952.933000', '165952.936000', '165952.939000', '165952.942000', '165952.945000', '165952.947000', '165952.950000', '165952.953000', '165952.956000', '165952.959000', '165952.962000', '165952.965000', '165952.968000', '165952.970000', '165952.973000', '165952.976000', '165952.980000', '165952.983000', '165952.985000', '170012.847000', '170012.850000', '170012.853000', '170012.856000', '170012.858000', '170012.861000', '170012.864000', '170012.867000', '170012.870000', '170012.873000', '170012.875000', '170012.879000', '170012.881000', '170012.884000', '170012.887000', '170012.890000', '170012.893000', '170012.896000', '170012.898000', '170012.901000', '170012.904000', '170012.907000', '170012.910000', '170012.913000', '170012.915000', '170012.918000', '170012.921000', '170012.924000', '170012.927000', '170012.929000', '170012.932000', '170012.935000', '170012.938000', '170012.941000', '170012.943000', '170012.946000', '170012.949000', '170012.952000', '170012.955000', '170012.958000', '170012.961000', '170012.963000', '170012.966000', '170012.969000', '170032.862000', '170032.867000', '170032.872000', '170032.875000', '170032.878000', '170032.881000', '170032.884000', '170032.887000', '170032.890000', '170032.893000', '170032.895000', '170032.899000', '170032.901000', '170032.904000', '170032.907000', '170032.910000', '170032.913000', '170032.916000', '170032.918000', '170032.921000', '170032.924000', '170032.927000', '170032.930000', '170032.933000', '170032.936000', '170032.938000', '170032.941000', '170032.944000', '170032.947000', '170032.950000', '170032.953000', '170032.956000', '170032.959000', '170032.962000', '170032.964000', '170032.967000', '170032.970000', '170032.973000', '170032.976000', '170032.979000', '170032.981000', '170032.984000', '170032.987000', '170052.847000', '170052.850000', '170052.853000', '170052.856000', '170052.859000', '170052.861000', '170052.869000', '170052.872000', '170052.874000', '170052.877000', '170052.880000', '170052.883000', '170052.886000', '170052.889000', '170052.892000', '170052.895000', '170052.898000', '170052.900000', '170052.903000', '170052.906000', '170052.909000', '170052.912000', '170052.915000', '170052.918000', '170052.920000', '170052.923000', '170052.926000', '170052.929000', '170052.932000', '170052.935000', '170052.938000', '170052.941000', '170052.943000', '170052.946000', '170052.949000', '170052.952000', '170052.955000', '170052.958000', '170052.961000', '170052.963000', '170052.966000', '170052.969000', '170052.972000', '170052.975000', '170112.847000', '170112.850000', '170112.853000', '170112.856000', '170112.859000', '170112.861000', '170112.864000', '170112.867000', '170112.870000', '170112.873000', '170112.876000', '170112.879000', '170112.882000', '170112.884000', '170112.887000', '170112.890000', '170112.893000', '170112.896000', '170112.899000', '170112.902000', '170112.908000', '170112.911000', '170112.914000', '170112.917000', '170112.920000', '170112.923000', '170112.926000', '170112.928000', '170112.931000', '170112.934000', '170112.937000', '170112.940000', '170112.943000', '170112.945000', '170112.948000', '170112.951000', '170112.954000', '170112.957000', '170112.960000', '170112.962000', '170112.965000', '170112.968000', '170112.971000', '170132.847000', '170132.850000', '170132.853000', '170132.856000', '170132.858000', '170132.861000', '170132.864000', '170132.867000', '170132.870000', '170132.873000', '170132.876000', '170132.878000', '170132.881000', '170132.884000', '170132.887000', '170132.890000', '170132.893000', '170132.896000', '170132.899000', '170132.901000', '170132.904000', '170132.907000', '170132.910000', '170132.913000', '170132.916000', '170132.919000', '170132.922000', '170132.924000', '170132.927000', '170132.930000', '170132.933000', '170132.936000', '170132.939000', '170132.942000', '170132.944000', '170132.947000', '170132.950000', '170132.953000', '170132.956000', '170132.958000', '170132.961000', '170132.964000', '170132.967000', '170132.970000', '170152.847000', '170152.851000', '170152.854000', '170152.857000', '170152.860000', '170152.863000', '170152.866000', '170152.869000', '170152.872000', '170152.874000', '170152.877000', '170152.880000', '170152.883000', '170152.886000', '170152.889000', '170152.892000', '170152.895000', '170152.897000', '170152.900000', '170152.903000', '170152.906000', '170152.909000', '170152.913000', '170152.917000', '170152.920000', '170152.939000', '170152.942000', '170152.945000', '170152.948000', '170152.951000', '170152.953000', '170152.956000', '170152.959000', '170152.962000', '170152.965000', '170152.967000', '170152.970000', '170152.973000', '170152.976000', '170152.979000', '170152.988000', '170152.991000', '170152.994000', '170212.847000', '170212.850000', '170212.853000', '170212.856000', '170212.859000', '170212.861000', '170212.864000', '170212.867000', '170212.870000', '170212.873000', '170212.876000', '170212.878000', '170212.881000', '170212.884000', '170212.887000', '170212.890000', '170212.893000', '170212.896000', '170212.899000', '170212.901000', '170212.904000', '170212.907000', '170212.910000', '170212.913000', '170212.916000', '170212.919000', '170212.922000', '170212.924000', '170212.927000', '170212.930000', '170212.933000', '170212.936000', '170212.939000', '170212.941000', '170212.944000', '170212.947000', '170212.950000', '170212.953000', '170212.955000', '170212.958000', '170212.961000', '170212.964000', '170212.967000', '170212.969000', '170232.847000', '170232.850000', '170232.853000', '170232.856000', '170232.859000', '170232.861000', '170232.864000', '170232.867000', '170232.870000', '170232.873000', '170232.876000', '170232.879000', '170232.882000', '170232.884000', '170232.887000', '170232.890000', '170232.893000', '170232.896000', '170232.899000', '170232.902000', '170232.904000', '170232.907000', '170232.910000', '170232.913000', '170232.916000', '170232.919000', '170232.922000', '170232.925000', '170232.927000', '170232.930000', '170232.933000', '170232.938000', '170232.942000', '170232.945000', '170232.948000', '170232.951000', '170232.954000', '170232.957000', '170232.960000', '170232.962000', '170232.965000', '170232.968000', '170232.971000', '170252.847000', '170252.850000', '170252.853000', '170252.856000', '170252.859000', '170252.861000', '170252.864000', '170252.867000', '170252.870000', '170252.873000', '170252.876000', '170252.879000', '170252.881000', '170252.884000', '170252.887000', '170252.890000', '170252.893000', '170252.896000', '170252.898000', '170252.901000', '170252.904000', '170252.907000', '170252.910000', '170252.913000', '170252.915000', '170252.918000', '170252.921000', '170252.924000', '170252.927000', '170252.930000', '170252.932000', '170252.935000', '170252.938000', '170252.941000', '170252.944000', '170252.947000', '170252.950000', '170252.952000', '170252.955000', '170252.958000', '170252.961000', '170252.964000', '170252.967000', '170252.969000', '170312.847000', '170312.850000', '170312.853000', '170312.856000', '170312.858000', '170312.861000', '170312.864000', '170312.867000', '170312.870000', '170312.873000', '170312.876000', '170312.879000', '170312.881000', '170312.885000', '170312.888000', '170312.891000', '170312.896000', '170312.899000', '170312.902000', '170312.905000', '170312.908000', '170312.911000', '170312.913000', '170312.916000', '170312.919000', '170312.922000', '170312.925000', '170312.928000', '170312.931000', '170312.933000', '170312.936000', '170312.939000', '170312.942000', '170312.945000', '170312.948000', '170312.951000', '170312.953000', '170312.956000', '170312.959000', '170312.962000', '170312.965000', '170312.968000', '170312.971000', '170332.847000', '170332.850000', '170332.862000', '170332.864000', '170332.867000', '170332.870000', '170332.873000', '170332.876000', '170332.879000', '170332.882000', '170332.885000', '170332.887000', '170332.890000', '170332.893000', '170332.896000', '170332.899000', '170332.901000', '170332.904000', '170332.907000', '170332.910000', '170332.913000', '170332.916000', '170332.919000', '170332.922000', '170332.924000', '170332.927000', '170332.930000', '170332.933000', '170332.936000', '170332.939000', '170332.941000', '170332.944000', '170332.947000', '170332.950000', '170332.953000', '170332.956000', '170332.958000', '170332.961000', '170332.964000', '170332.967000', '170332.970000', '170332.972000', '170332.975000', '170332.978000', '170352.847000', '170352.850000', '170352.853000', '170352.855000', '170352.867000', '170352.870000', '170352.873000', '170352.875000', '170352.878000', '170352.881000', '170352.884000', '170352.887000', '170352.890000', '170352.893000', '170352.895000', '170352.898000', '170352.901000', '170352.904000', '170352.907000', '170352.910000', '170352.913000', '170352.916000', '170352.918000', '170352.921000', '170352.924000', '170352.927000', '170352.930000', '170352.933000', '170352.936000', '170352.938000', '170352.941000', '170352.944000', '170352.947000', '170352.950000', '170352.953000', '170352.955000', '170352.958000', '170352.961000', '170352.964000', '170352.967000', '170352.970000', '170352.972000', '170352.977000', '170412.847000', '170412.858000', '170412.861000', '170412.864000', '170412.867000', '170412.870000', '170412.873000', '170412.875000', '170412.878000', '170412.881000', '170412.884000', '170412.887000', '170412.890000', '170412.893000', '170412.896000', '170412.898000', '170412.901000', '170412.904000', '170412.907000', '170412.910000', '170412.913000', '170412.916000', '170412.918000', '170412.922000', '170412.925000', '170412.928000', '170412.930000', '170412.933000', '170412.936000', '170412.939000', '170412.942000', '170412.944000', '170412.947000', '170412.950000', '170412.953000', '170412.956000', '170412.959000', '170412.961000', '170412.964000', '170412.967000', '170412.970000', '170412.973000', '170412.976000', '170412.978000', '170432.847000', '170432.850000', '170432.853000', '170432.861000', '170432.864000', '170432.867000', '170432.870000', '170432.873000', '170432.876000', '170432.879000', '170432.881000', '170432.884000', '170432.887000', '170432.890000', '170432.893000', '170432.896000', '170432.899000', '170432.901000', '170432.904000', '170432.918000', '170432.921000', '170432.925000', '170432.928000', '170432.931000', '170432.934000', '170432.936000', '170432.939000', '170432.942000', '170432.945000', '170432.948000', '170432.951000', '170432.954000', '170432.957000', '170432.959000', '170432.962000', '170432.965000', '170432.968000', '170432.971000', '170432.974000', '170432.977000', '170432.979000', '170432.983000', '170432.988000', '170452.847000', '170452.850000', '170452.853000', '170452.863000', '170452.873000', '170452.875000', '170452.878000', '170452.881000', '170452.884000', '170452.887000', '170452.890000', '170452.892000', '170452.895000', '170452.898000', '170452.901000', '170452.904000', '170452.907000', '170452.910000', '170452.913000', '170452.915000', '170452.918000', '170452.921000', '170452.924000', '170452.927000', '170452.930000', '170452.933000', '170452.936000', '170452.938000', '170452.941000', '170452.944000', '170452.947000', '170452.950000', '170452.953000', '170452.956000', '170452.958000', '170452.961000', '170452.964000', '170452.967000', '170452.970000', '170452.973000', '170452.975000', '170452.978000', '170452.981000', '170452.984000', '170512.847000', '170512.850000', '170512.853000', '170512.856000', '170512.859000', '170512.861000', '170512.864000', '170512.867000', '170512.870000', '170512.873000', '170512.876000', '170512.879000', '170512.881000', '170512.884000', '170512.887000', '170512.890000', '170512.893000', '170512.896000', '170512.899000', '170512.901000', '170512.904000', '170512.907000', '170512.910000', '170512.913000', '170512.916000', '170512.918000', '170512.921000', '170512.924000', '170512.927000', '170512.930000', '170512.933000', '170512.936000', '170512.938000', '170512.941000', '170512.944000', '170512.947000', '170512.950000', '170512.952000', '170512.955000', '170512.958000', '170512.961000', '170512.964000', '170512.967000', '170530.557000', '170530.570000', '170530.573000', '170530.577000', '170530.580000', '170530.583000', '170530.586000', '170530.589000', '170530.592000', '170530.596000', '170530.598000', '170530.601000', '170530.604000', '170530.607000', '170530.610000', '170530.613000', '170530.616000', '170530.619000', '170530.622000', '170530.625000', '170530.628000', '170530.631000', '170530.634000', '170530.636000', '170530.639000', '170530.642000', '170530.645000', '170530.648000', '170530.651000', '170530.654000', '170530.657000', '170530.659000', '170530.662000', '170530.665000', '170530.668000', '170530.671000', '170530.674000', '170530.677000', '170530.680000'], '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': [8652, 11377, 7853, 12048, 8256, 9181, 9478, 8398, 12673, 7729, 11023, 7587, 12002, 7363, 9702, 11192, 9297, 10545, 7898, 11930, 7907, 11757, 9166, 11750, 9172, 9840, 9860, 8073, 12078, 7779, 12139, 7433, 12248, 7879, 9484, 11827, 8560, 12242, 7751, 12057, 7395, 10686, 8906, 10082, 11571, 7786, 12389, 8064, 11226, 9028, 9554, 12767, 8265, 12010, 7502, 10330, 7919, 8288, 12492, 7811, 11541, 8039, 11620, 6793, 9032, 11137, 7435, 12149, 8183, 11773, 8027, 11039, 8357, 8294, 12578, 8135, 12282, 8375, 12317, 7884, 9138, 12505, 8341, 11983, 7837, 10316, 8408, 8000, 12803, 8575, 12430, 9007, 10612, 8726, 8164, 13213, 8347, 12129, 9960, 9479, 11070, 7408, 11913, 7932, 10524, 11759, 8345, 12251, 8413, 10483, 8497, 7800, 12628, 8079, 11165, 7550, 9301, 11922, 7669, 12249, 8021, 10173, 8889, 8279, 12790, 8359, 11568, 8140, 10922, 9246, 8672, 8640, 10936, 8874, 10633, 13620, 9207, 13272, 9484, 10723, 10815, 9041, 12960, 8341, 12129, 7861, 10707, 10332, 8322, 12844, 8235, 11052, 7590, 10025, 9029, 8220, 11464, 7919, 11735, 8363, 10767, 9082, 8383, 12655, 8971, 12419, 7513, 10259, 8785, 9231, 12914, 9373, 12605, 8492, 13454, 7715, 10352, 10752, 8901, 12779, 7964, 12428, 8542, 11874, 9522, 10231, 12806, 9053, 12922, 8512, 11520, 7994, 9278, 11438, 7603, 12501, 8693, 13350, 8045, 10000, 12977, 8972, 12721, 8436, 12515, 8376, 9458, 13177, 8107, 12431, 8981, 10857, 7623, 8720, 12399, 8499, 11012, 8142, 9990, 9117, 7840, 11347, 7601, 12271, 8486, 11250, 9370, 9107, 11294, 7491, 12181, 8714, 11448, 9099, 9631, 11165, 8144, 12796, 8681, 11383, 8360, 11895, 8103, 9896, 9806, 7627, 14032, 9121, 10859, 12962, 9584, 12744, 7811, 11854, 8257, 12692, 9259, 12120, 8094, 12839, 8311, 10057, 11858, 8615, 13039, 8504, 11881, 8017, 10527, 7607, 10243, 8933, 8230, 9068, 8176, 13341, 8081, 12545, 8983, 12350, 7988, 12760, 8948, 11183, 11691, 9266, 12795, 8703, 12801, 8319, 12333, 9101, 11639, 9892, 9455, 10737, 7666, 12613, 7779, 12518, 8616, 12281, 8495, 11122, 7785, 11714, 9821, 10335, 8640, 8566, 11987, 7628, 12984, 9343, 11938, 8412, 10148, 8902, 8749, 10658, 7637, 11106, 9513, 15478, 9859, 12398, 8352, 11513, 8441, 12353, 10251, 11677, 10125, 9670, 12115, 8144, 12878, 8121, 12951, 10236, 11735, 8151, 9033, 10982, 7912, 13106, 8845, 12473, 8023, 10937, 8245, 8955, 12351, 7993, 12983, 8163, 12755, 8382, 12379, 9738, 10901, 10720, 9162, 13396, 8052, 12550, 8093, 11353, 9249, 9395, 9814, 7707, 12406, 8639, 11310, 8539, 8863, 10110, 7158, 12239, 8350, 12501, 7807, 9408, 7749, 7619, 13175, 8660, 11959, 8686, 11007, 8719, 8249, 13586, 8324, 11627, 9277, 9032, 13670, 8529, 11921, 8611, 9597, 7716, 7778, 12569, 8868, 12727, 7836, 9190, 8196, 7576, 12673, 8955, 11470, 9581, 9027, 10807, 7422, 12388, 9002, 11009, 9668, 8049, 13102, 8675, 12138, 8865, 9605, 10903, 7545, 12414, 8804, 11639, 7613, 8570, 13034, 8882, 12649, 8261, 9171, 12413, 7691, 11551, 8623, 9395, 7512, 8129, 11537, 8189, 10017, 8235, 8290, 10958, 8305, 11539, 14231, 9795, 12691, 9227, 12443, 11188, 11463, 14080, 10755, 13531, 9114, 12729, 10087, 12531, 13642, 9147, 13080, 8107, 12537, 8580, 10475, 7369, 8739, 12422, 8028, 12339, 7332, 12672, 9194, 11837, 9265, 8104, 13548, 7760, 12385, 7384, 11902, 8063, 10664, 7555, 10084, 8060, 8120, 12989, 7914, 12392, 7448, 12497, 8135, 10664, 8804, 11604, 7195, 8844, 10464, 13079, 9860, 12953, 7953, 13004, 8705, 12033, 8703, 11658, 7816, 10929, 8272, 10756, 8179, 12495, 8307, 11001, 7901, 10566, 8713, 12005, 8942, 14040, 10080, 11558, 8408, 10994, 11410, 8785, 13941, 9032, 12779, 8737, 13197, 8054, 9858, 11708, 8245, 12739, 8536, 11072, 9166, 12543, 8115, 9813, 10033, 8575, 8071, 8374, 12786, 8222, 12773, 10325, 13126, 7765, 9988, 9229, 9877, 9870, 10211, 8350, 12891, 8050, 13913, 10009, 11604, 9231, 13417, 9696, 13900, 9474, 13242, 9198, 12688, 10373, 11355, 9683, 9797, 9385, 8899, 12024, 7902, 13221, 8208, 12536, 7812, 11842, 8149, 13395, 9766, 11460, 8684, 11407, 10246, 8645, 13983, 9635, 11958, 7893, 10821, 7796, 13804, 8783, 12902, 9468, 12766, 8398, 12343, 8280, 12825, 9725, 9628, 13808, 9325, 12470, 7945, 11968, 8137, 12243, 10125, 9648, 10397, 7909, 12599, 8544, 11315, 8511, 10718, 8359, 9662, 8472, 10640, 9025, 12748, 8886, 12670, 8667, 12964, 10056, 11073, 14445, 10123, 13032, 8530, 13865, 8873, 11752, 12658, 8769, 13043, 8314, 11554, 8180, 9386, 9552, 7659, 12872, 8639, 11679, 8481, 9924, 7882, 8200, 13133, 8093, 11938, 9011, 11108, 8268, 9188, 13693, 8942, 12755, 9040, 12039, 9041, 8833, 13184, 8163, 12077, 8684, 10978, 7728, 8460, 12719, 7597, 11575, 8696, 11875, 9413, 9504, 13563, 7819, 11813, 8691, 12432, 11296, 9371, 12627, 8399, 12740, 8163, 9311, 13319, 8964, 11868, 8121, 9515, 10601, 7575, 11966, 9154, 12474, 7708, 8709, 13390, 8604, 13360, 9553, 10188, 12934, 8520, 12287, 8494, 10242, 12101, 8397, 12256, 8956, 9654, 7956, 8045, 12150, 9255, 13238, 8166, 8678, 12597, 8472, 12008, 8563, 10094, 10505, 8084, 12050, 8910, 11220, 11082, 8752, 12544, 8995, 10954, 8946, 8792, 13016, 9129, 11867, 8613, 9539, 9951, 7769, 12120, 9172, 11025, 9012, 8978, 12953, 8954, 13248, 8451, 9413, 12292, 8053, 11872, 8690, 9860, 8234, 8301, 12752, 8692, 11461, 8977, 9733, 8129, 8640, 13518, 9109, 11739, 9075, 13146, 8745, 10530, 14008, 9184, 12623, 9255, 13965, 8416, 9888, 12731, 8792, 12649, 9075, 12290, 8264, 10678, 10971, 8833, 13143, 8479, 11572, 8941, 12162, 9913, 9143, 10639, 8220, 12164, 9021, 11451, 10090, 10806, 10828, 8332, 12305, 9042, 12154, 9922, 10445, 10856, 7983, 12048, 8193, 12054, 8331, 10249, 8878, 11478, 8031, 11841, 9523, 9419, 13847, 9056, 12333, 9090, 11630, 8704, 10686, 13975, 9279, 12731, 8673, 10826, 8325, 11297, 10737, 8518, 13177, 7987, 11232, 8713, 11767, 10674, 8724, 12783, 8755, 11995, 8612, 11014, 11399, 8676, 12684, 8990, 13722, 8077, 10201, 12605, 8925, 12920, 8864, 13996, 8179, 11405, 12628, 8984, 13339, 8725, 12057, 8623, 11672, 12032, 9239, 13651, 8583, 12425, 8427, 11038, 11538, 8034, 13291, 8613, 11432, 8521, 9065, 9963, 7779, 13200, 8175, 12083, 9032, 11356, 9571, 11716, 13264, 9277, 13271, 8651, 13257, 8397, 10136, 12449, 8059, 13241, 8548, 11435, 8404, 9269, 10139, 8153, 13057, 8456, 12111, 9078, 9916, 8593, 9700, 9939, 10415, 9128, 10680, 8970, 13624, 11172, 12293, 12944, 8681, 13216, 8389, 14008, 10883, 12578, 10317, 10245, 14509, 9250, 13525, 9139, 11904, 10387, 10630, 8846, 8969, 11933, 8004, 13313, 7982, 12265, 8885, 10837, 8223, 9037, 10778, 7865, 13766, 8025, 12842, 7694, 12161, 8138, 12613, 8192, 11399, 10631, 8651, 11542, 7899, 12573, 7774, 11514, 7887, 10525, 7699, 10666, 8548, 10654, 7823, 9357, 12053, 12640, 11321, 10913, 9779, 11918, 8476], 'WindowCenter': [4179.0, 4195.0, 4154.0, 4206.0, 4150.0, 4163.0, 4159.0, 4151.0, 4191.0, 4139.0, 4169.0, 4130.0, 4194.0, 4129.0, 4174.0, 4182.0, 4162.0, 4169.0, 4143.0, 4181.0, 4141.0, 4185.0, 4161.0, 4181.0, 4151.0, 4160.0, 4158.0, 4140.0, 4181.0, 4139.0, 4179.0, 4131.0, 4180.0, 4129.0, 4160.0, 4178.0, 4150.0, 4178.0, 4127.0, 4182.0, 4121.0, 4170.0, 4148.0, 4170.0, 4168.0, 4129.0, 4179.0, 4138.0, 4170.0, 4136.0, 4162.0, 4181.0, 4138.0, 4166.0, 4117.0, 4157.0, 4126.0, 4138.0, 4181.0, 4128.0, 4170.0, 4138.0, 4180.0, 4119.0, 4149.0, 4180.0, 4131.0, 4180.0, 4140.0, 4179.0, 4140.0, 4171.0, 4139.0, 4151.0, 4190.0, 4139.0, 4177.0, 4150.0, 4191.0, 4136.0, 4161.0, 4181.0, 4139.0, 4179.0, 4129.0, 4161.0, 4136.0, 4140.0, 4178.0, 4150.0, 4180.0, 4148.0, 4169.0, 4138.0, 4140.0, 4186.0, 4139.0, 4180.0, 4158.0, 4148.0, 4166.0, 4118.0, 4168.0, 4126.0, 4170.0, 4167.0, 4138.0, 4166.0, 4134.0, 4168.0, 4134.0, 4129.0, 4179.0, 4137.0, 4168.0, 4127.0, 4160.0, 4178.0, 4128.0, 4179.0, 4140.0, 4170.0, 4147.0, 4138.0, 4189.0, 4151.0, 4179.0, 4140.0, 4182.0, 4161.0, 4163.0, 4163.0, 4192.0, 4160.0, 4183.0, 4191.0, 4148.0, 4180.0, 4148.0, 4170.0, 4155.0, 4137.0, 4165.0, 4136.0, 4181.0, 4126.0, 4168.0, 4143.0, 4125.0, 4165.0, 4136.0, 4165.0, 4125.0, 4160.0, 4148.0, 4139.0, 4168.0, 4137.0, 4181.0, 4139.0, 4172.0, 4150.0, 4154.0, 4182.0, 4150.0, 4179.0, 4116.0, 4162.0, 4137.0, 4151.0, 4182.0, 4149.0, 4178.0, 4137.0, 4189.0, 4126.0, 4169.0, 4169.0, 4151.0, 4175.0, 4129.0, 4177.0, 4140.0, 4168.0, 4147.0, 4160.0, 4166.0, 4137.0, 4166.0, 4125.0, 4157.0, 4114.0, 4148.0, 4153.0, 4114.0, 4165.0, 4137.0, 4177.0, 4124.0, 4148.0, 4176.0, 4138.0, 4165.0, 4113.0, 4166.0, 4113.0, 4147.0, 4165.0, 4126.0, 4166.0, 4124.0, 4155.0, 4113.0, 4137.0, 4166.0, 4137.0, 4158.0, 4140.0, 4159.0, 4138.0, 4128.0, 4167.0, 4129.0, 4177.0, 4138.0, 4168.0, 4147.0, 4148.0, 4168.0, 4128.0, 4178.0, 4139.0, 4169.0, 4149.0, 4161.0, 4167.0, 4129.0, 4179.0, 4139.0, 4167.0, 4150.0, 4180.0, 4152.0, 4175.0, 4173.0, 4151.0, 4215.0, 4162.0, 4185.0, 4191.0, 4161.0, 4179.0, 4128.0, 4171.0, 4139.0, 4192.0, 4148.0, 4178.0, 4127.0, 4181.0, 4127.0, 4159.0, 4167.0, 4137.0, 4178.0, 4141.0, 4169.0, 4127.0, 4170.0, 4128.0, 4170.0, 4148.0, 4141.0, 4150.0, 4149.0, 4193.0, 4141.0, 4179.0, 4150.0, 4179.0, 4129.0, 4182.0, 4138.0, 4170.0, 4179.0, 4153.0, 4179.0, 4137.0, 4177.0, 4128.0, 4178.0, 4137.0, 4168.0, 4146.0, 4145.0, 4154.0, 4129.0, 4164.0, 4129.0, 4178.0, 4138.0, 4179.0, 4138.0, 4169.0, 4128.0, 4181.0, 4160.0, 4160.0, 4135.0, 4138.0, 4166.0, 4130.0, 4178.0, 4147.0, 4169.0, 4137.0, 4169.0, 4159.0, 4163.0, 4185.0, 4154.0, 4191.0, 4175.0, 4225.0, 4171.0, 4180.0, 4137.0, 4168.0, 4127.0, 4177.0, 4147.0, 4155.0, 4131.0, 4133.0, 4150.0, 4112.0, 4150.0, 4113.0, 4161.0, 4132.0, 4153.0, 4100.0, 4123.0, 4141.0, 4112.0, 4163.0, 4123.0, 4152.0, 4100.0, 4143.0, 4109.0, 4123.0, 4153.0, 4112.0, 4163.0, 4112.0, 4153.0, 4112.0, 4154.0, 4133.0, 4144.0, 4141.0, 4122.0, 4151.0, 4099.0, 4151.0, 4112.0, 4152.0, 4120.0, 4122.0, 4130.0, 4112.0, 4152.0, 4126.0, 4158.0, 4125.0, 4136.0, 4143.0, 4104.0, 4165.0, 4125.0, 4167.0, 4114.0, 4149.0, 4119.0, 4131.0, 4179.0, 4142.0, 4182.0, 4139.0, 4160.0, 4126.0, 4140.0, 4179.0, 4129.0, 4171.0, 4136.0, 4151.0, 4181.0, 4128.0, 4168.0, 4126.0, 4150.0, 4118.0, 4132.0, 4183.0, 4148.0, 4181.0, 4126.0, 4153.0, 4141.0, 4132.0, 4183.0, 4154.0, 4187.0, 4164.0, 4156.0, 4160.0, 4134.0, 4180.0, 4151.0, 4175.0, 4163.0, 4145.0, 4191.0, 4143.0, 4182.0, 4141.0, 4162.0, 4172.0, 4132.0, 4194.0, 4154.0, 4184.0, 4132.0, 4150.0, 4193.0, 4154.0, 4194.0, 4154.0, 4165.0, 4181.0, 4133.0, 4172.0, 4142.0, 4153.0, 4133.0, 4156.0, 4198.0, 4156.0, 4186.0, 4166.0, 4170.0, 4197.0, 4169.0, 4211.0, 4205.0, 4164.0, 4193.0, 4152.0, 4195.0, 4173.0, 4184.0, 4193.0, 4159.0, 4166.0, 4124.0, 4154.0, 4123.0, 4156.0, 4151.0, 4111.0, 4137.0, 4099.0, 4140.0, 4100.0, 4117.0, 4079.0, 4112.0, 4139.0, 4100.0, 4139.0, 4087.0, 4150.0, 4124.0, 4143.0, 4119.0, 4102.0, 4152.0, 4103.0, 4152.0, 4107.0, 4155.0, 4114.0, 4143.0, 4112.0, 4144.0, 4114.0, 4129.0, 4177.0, 4129.0, 4165.0, 4105.0, 4164.0, 4113.0, 4140.0, 4136.0, 4166.0, 4116.0, 4147.0, 4184.0, 4193.0, 4159.0, 4178.0, 4127.0, 4178.0, 4136.0, 4167.0, 4139.0, 4166.0, 4113.0, 4154.0, 4137.0, 4166.0, 4140.0, 4189.0, 4137.0, 4169.0, 4143.0, 4170.0, 4161.0, 4193.0, 4166.0, 4204.0, 4171.0, 4183.0, 4139.0, 4195.0, 4180.0, 4164.0, 4202.0, 4150.0, 4190.0, 4147.0, 4191.0, 4127.0, 4172.0, 4184.0, 4153.0, 4190.0, 4149.0, 4169.0, 4160.0, 4189.0, 4152.0, 4175.0, 4162.0, 4147.0, 4137.0, 4150.0, 4191.0, 4152.0, 4206.0, 4172.0, 4195.0, 4128.0, 4162.0, 4175.0, 4173.0, 4161.0, 4171.0, 4151.0, 4203.0, 4156.0, 4204.0, 4170.0, 4193.0, 4162.0, 4204.0, 4162.0, 4192.0, 4160.0, 4177.0, 4137.0, 4178.0, 4156.0, 4156.0, 4134.0, 4134.0, 4123.0, 4123.0, 4153.0, 4124.0, 4165.0, 4122.0, 4166.0, 4113.0, 4163.0, 4125.0, 4191.0, 4143.0, 4165.0, 4123.0, 4165.0, 4142.0, 4135.0, 4174.0, 4144.0, 4153.0, 4126.0, 4153.0, 4127.0, 4176.0, 4138.0, 4178.0, 4147.0, 4163.0, 4129.0, 4168.0, 4125.0, 4176.0, 4143.0, 4149.0, 4173.0, 4132.0, 4162.0, 4111.0, 4162.0, 4125.0, 4178.0, 4147.0, 4144.0, 4142.0, 4125.0, 4167.0, 4138.0, 4168.0, 4137.0, 4156.0, 4135.0, 4157.0, 4137.0, 4170.0, 4161.0, 4192.0, 4151.0, 4191.0, 4151.0, 4193.0, 4157.0, 4181.0, 4192.0, 4150.0, 4166.0, 4124.0, 4176.0, 4127.0, 4165.0, 4168.0, 4123.0, 4163.0, 4123.0, 4152.0, 4124.0, 4135.0, 4132.0, 4128.0, 4177.0, 4134.0, 4166.0, 4135.0, 4155.0, 4124.0, 4137.0, 4187.0, 4138.0, 4168.0, 4146.0, 4167.0, 4123.0, 4147.0, 4187.0, 4150.0, 4176.0, 4135.0, 4168.0, 4132.0, 4136.0, 4174.0, 4136.0, 4178.0, 4135.0, 4157.0, 4116.0, 4139.0, 4174.0, 4127.0, 4178.0, 4149.0, 4180.0, 4144.0, 4157.0, 4176.0, 4126.0, 4178.0, 4134.0, 4189.0, 4166.0, 4144.0, 4167.0, 4124.0, 4174.0, 4125.0, 4148.0, 4187.0, 4136.0, 4166.0, 4123.0, 4147.0, 4154.0, 4125.0, 4179.0, 4157.0, 4177.0, 4126.0, 4148.0, 4189.0, 4149.0, 4199.0, 4160.0, 4168.0, 4177.0, 4137.0, 4179.0, 4137.0, 4159.0, 4179.0, 4138.0, 4178.0, 4145.0, 4157.0, 4122.0, 4140.0, 4179.0, 4149.0, 4189.0, 4137.0, 4148.0, 4178.0, 4140.0, 4189.0, 4151.0, 4169.0, 4169.0, 4140.0, 4178.0, 4148.0, 4182.0, 4182.0, 4149.0, 4180.0, 4148.0, 4167.0, 4137.0, 4149.0, 4190.0, 4148.0, 4177.0, 4138.0, 4158.0, 4157.0, 4136.0, 4190.0, 4160.0, 4171.0, 4147.0, 4148.0, 4177.0, 4149.0, 4188.0, 4136.0, 4161.0, 4176.0, 4139.0, 4178.0, 4138.0, 4159.0, 4139.0, 4150.0, 4177.0, 4149.0, 4175.0, 4152.0, 4170.0, 4152.0, 4166.0, 4203.0, 4162.0, 4179.0, 4159.0, 4204.0, 4152.0, 4183.0, 4202.0, 4159.0, 4189.0, 4160.0, 4203.0, 4139.0, 4174.0, 4190.0, 4150.0, 4189.0, 4162.0, 4190.0, 4147.0, 4184.0, 4180.0, 4160.0, 4189.0, 4149.0, 4180.0, 4162.0, 4191.0, 4169.0, 4160.0, 4169.0, 4151.0, 4191.0, 4159.0, 4193.0, 4167.0, 4169.0, 4169.0, 4151.0, 4189.0, 4150.0, 4191.0, 4159.0, 4167.0, 4157.0, 4124.0, 4167.0, 4127.0, 4178.0, 4136.0, 4157.0, 4147.0, 4178.0, 4140.0, 4191.0, 4149.0, 4162.0, 4188.0, 4135.0, 4175.0, 4137.0, 4167.0, 4133.0, 4168.0, 4187.0, 4148.0, 4174.0, 4135.0, 4166.0, 4124.0, 4180.0, 4165.0, 4134.0, 4175.0, 4139.0, 4167.0, 4135.0, 4181.0, 4168.0, 4148.0, 4176.0, 4137.0, 4180.0, 4135.0, 4180.0, 4169.0, 4147.0, 4176.0, 4150.0, 4188.0, 4126.0, 4172.0, 4177.0, 4146.0, 4188.0, 4146.0, 4198.0, 4139.0, 4182.0, 4178.0, 4147.0, 4189.0, 4147.0, 4179.0, 4137.0, 4179.0, 4178.0, 4149.0, 4188.0, 4149.0, 4177.0, 4126.0, 4168.0, 4178.0, 4137.0, 4186.0, 4136.0, 4177.0, 4135.0, 4149.0, 4156.0, 4127.0, 4188.0, 4138.0, 4179.0, 4148.0, 4178.0, 4160.0, 4180.0, 4175.0, 4146.0, 4176.0, 4135.0, 4176.0, 4123.0, 4157.0, 4176.0, 4126.0, 4176.0, 4135.0, 4165.0, 4124.0, 4146.0, 4155.0, 4141.0, 4189.0, 4136.0, 4175.0, 4149.0, 4159.0, 4162.0, 4171.0, 4183.0, 4182.0, 4158.0, 4184.0, 4162.0, 4201.0, 4169.0, 4192.0, 4180.0, 4150.0, 4190.0, 4139.0, 4188.0, 4167.0, 4178.0, 4143.0, 4145.0, 4175.0, 4132.0, 4164.0, 4123.0, 4140.0, 4129.0, 4130.0, 4107.0, 4119.0, 4137.0, 4103.0, 4149.0, 4099.0, 4139.0, 4107.0, 4128.0, 4107.0, 4117.0, 4127.0, 4110.0, 4162.0, 4111.0, 4150.0, 4099.0, 4149.0, 4110.0, 4163.0, 4123.0, 4154.0, 4142.0, 4124.0, 4151.0, 4111.0, 4163.0, 4111.0, 4153.0, 4124.0, 4169.0, 4116.0, 4152.0, 4134.0, 4166.0, 4129.0, 4159.0, 4203.0, 4189.0, 4180.0, 4166.0, 4159.0, 4166.0, 4137.0], 'WindowWidth': [9275.0, 9288.0, 9232.0, 9303.0, 9219.0, 9236.0, 9224.0, 9219.0, 9273.0, 9200.0, 9238.0, 9188.0, 9276.0, 9187.0, 9254.0, 9261.0, 9233.0, 9239.0, 9209.0, 9255.0, 9204.0, 9267.0, 9231.0, 9257.0, 9215.0, 9227.0, 9221.0, 9202.0, 9257.0, 9199.0, 9251.0, 9188.0, 9254.0, 9182.0, 9227.0, 9248.0, 9214.0, 9249.0, 9180.0, 9255.0, 9173.0, 9240.0, 9207.0, 9239.0, 9233.0, 9185.0, 9250.0, 9194.0, 9240.0, 9187.0, 9230.0, 9255.0, 9192.0, 9228.0, 9162.0, 9217.0, 9172.0, 9193.0, 9254.0, 9183.0, 9237.0, 9195.0, 9253.0, 9171.0, 9213.0, 9253.0, 9191.0, 9253.0, 9200.0, 9250.0, 9200.0, 9244.0, 9200.0, 9220.0, 9269.0, 9199.0, 9248.0, 9213.0, 9271.0, 9191.0, 9230.0, 9257.0, 9197.0, 9251.0, 9184.0, 9229.0, 9189.0, 9200.0, 9249.0, 9213.0, 9252.0, 9207.0, 9236.0, 9192.0, 9200.0, 9258.0, 9198.0, 9254.0, 9220.0, 9208.0, 9227.0, 9168.0, 9232.0, 9177.0, 9241.0, 9230.0, 9193.0, 9229.0, 9184.0, 9235.0, 9185.0, 9186.0, 9252.0, 9192.0, 9235.0, 9180.0, 9228.0, 9246.0, 9183.0, 9251.0, 9201.0, 9241.0, 9205.0, 9197.0, 9263.0, 9216.0, 9252.0, 9200.0, 9259.0, 9230.0, 9239.0, 9238.0, 9277.0, 9232.0, 9265.0, 9269.0, 9207.0, 9253.0, 9209.0, 9239.0, 9211.0, 9188.0, 9223.0, 9189.0, 9254.0, 9175.0, 9232.0, 9191.0, 9171.0, 9223.0, 9187.0, 9225.0, 9172.0, 9228.0, 9207.0, 9195.0, 9234.0, 9194.0, 9254.0, 9196.0, 9244.0, 9213.0, 9223.0, 9257.0, 9210.0, 9248.0, 9161.0, 9230.0, 9190.0, 9214.0, 9256.0, 9208.0, 9245.0, 9190.0, 9263.0, 9175.0, 9237.0, 9237.0, 9213.0, 9238.0, 9181.0, 9244.0, 9196.0, 9232.0, 9201.0, 9225.0, 9226.0, 9186.0, 9224.0, 9169.0, 9214.0, 9153.0, 9205.0, 9206.0, 9154.0, 9224.0, 9187.0, 9241.0, 9168.0, 9205.0, 9239.0, 9190.0, 9223.0, 9150.0, 9225.0, 9149.0, 9199.0, 9220.0, 9171.0, 9225.0, 9167.0, 9209.0, 9151.0, 9189.0, 9223.0, 9189.0, 9217.0, 9198.0, 9223.0, 9191.0, 9181.0, 9230.0, 9183.0, 9244.0, 9192.0, 9235.0, 9202.0, 9207.0, 9232.0, 9181.0, 9245.0, 9194.0, 9237.0, 9209.0, 9228.0, 9229.0, 9182.0, 9248.0, 9196.0, 9230.0, 9214.0, 9254.0, 9220.0, 9253.0, 9250.0, 9219.0, 9310.0, 9234.0, 9270.0, 9273.0, 9230.0, 9250.0, 9180.0, 9239.0, 9197.0, 9271.0, 9207.0, 9244.0, 9179.0, 9252.0, 9176.0, 9222.0, 9232.0, 9192.0, 9245.0, 9198.0, 9234.0, 9176.0, 9236.0, 9180.0, 9239.0, 9208.0, 9202.0, 9213.0, 9211.0, 9272.0, 9202.0, 9252.0, 9212.0, 9249.0, 9183.0, 9255.0, 9193.0, 9238.0, 9250.0, 9217.0, 9245.0, 9190.0, 9242.0, 9178.0, 9245.0, 9189.0, 9233.0, 9198.0, 9198.0, 9206.0, 9181.0, 9221.0, 9184.0, 9248.0, 9192.0, 9247.0, 9193.0, 9237.0, 9181.0, 9256.0, 9225.0, 9226.0, 9185.0, 9194.0, 9225.0, 9186.0, 9246.0, 9204.0, 9235.0, 9191.0, 9236.0, 9228.0, 9239.0, 9272.0, 9229.0, 9273.0, 9258.0, 9327.0, 9246.0, 9253.0, 9192.0, 9234.0, 9178.0, 9244.0, 9200.0, 9209.0, 9169.0, 9176.0, 9194.0, 9146.0, 9196.0, 9147.0, 9211.0, 9171.0, 9201.0, 9128.0, 9161.0, 9181.0, 9147.0, 9217.0, 9161.0, 9198.0, 9128.0, 9189.0, 9138.0, 9164.0, 9203.0, 9147.0, 9215.0, 9145.0, 9202.0, 9146.0, 9203.0, 9176.0, 9191.0, 9182.0, 9157.0, 9194.0, 9124.0, 9195.0, 9146.0, 9201.0, 9153.0, 9159.0, 9166.0, 9148.0, 9199.0, 9169.0, 9215.0, 9169.0, 9185.0, 9189.0, 9140.0, 9221.0, 9169.0, 9227.0, 9155.0, 9207.0, 9164.0, 9187.0, 9247.0, 9203.0, 9257.0, 9196.0, 9223.0, 9172.0, 9196.0, 9246.0, 9180.0, 9239.0, 9185.0, 9213.0, 9251.0, 9177.0, 9230.0, 9172.0, 9210.0, 9163.0, 9188.0, 9260.0, 9209.0, 9254.0, 9175.0, 9217.0, 9198.0, 9191.0, 9259.0, 9221.0, 9271.0, 9236.0, 9225.0, 9224.0, 9195.0, 9253.0, 9214.0, 9251.0, 9234.0, 9211.0, 9269.0, 9204.0, 9255.0, 9199.0, 9232.0, 9240.0, 9191.0, 9277.0, 9222.0, 9261.0, 9190.0, 9214.0, 9274.0, 9222.0, 9277.0, 9225.0, 9240.0, 9253.0, 9193.0, 9243.0, 9203.0, 9219.0, 9194.0, 9231.0, 9287.0, 9230.0, 9272.0, 9245.0, 9255.0, 9290.0, 9253.0, 9313.0, 9295.0, 9236.0, 9275.0, 9217.0, 9279.0, 9244.0, 9262.0, 9273.0, 9219.0, 9227.0, 9165.0, 9205.0, 9157.0, 9205.0, 9191.0, 9140.0, 9169.0, 9121.0, 9177.0, 9124.0, 9143.0, 9094.0, 9141.0, 9173.0, 9124.0, 9176.0, 9105.0, 9192.0, 9161.0, 9186.0, 9150.0, 9131.0, 9195.0, 9133.0, 9199.0, 9146.0, 9206.0, 9151.0, 9190.0, 9148.0, 9195.0, 9153.0, 9180.0, 9243.0, 9180.0, 9222.0, 9143.0, 9218.0, 9151.0, 9182.0, 9185.0, 9228.0, 9164.0, 9205.0, 9265.0, 9274.0, 9223.0, 9244.0, 9177.0, 9243.0, 9184.0, 9228.0, 9193.0, 9225.0, 9153.0, 9208.0, 9189.0, 9228.0, 9199.0, 9265.0, 9195.0, 9237.0, 9207.0, 9242.0, 9232.0, 9278.0, 9247.0, 9293.0, 9243.0, 9263.0, 9197.0, 9283.0, 9255.0, 9240.0, 9285.0, 9213.0, 9265.0, 9207.0, 9269.0, 9178.0, 9247.0, 9263.0, 9222.0, 9267.0, 9212.0, 9237.0, 9228.0, 9265.0, 9225.0, 9255.0, 9231.0, 9208.0, 9194.0, 9215.0, 9270.0, 9220.0, 9297.0, 9246.0, 9277.0, 9182.0, 9233.0, 9258.0, 9250.0, 9229.0, 9243.0, 9219.0, 9291.0, 9230.0, 9291.0, 9241.0, 9277.0, 9234.0, 9292.0, 9232.0, 9272.0, 9225.0, 9244.0, 9189.0, 9248.0, 9213.0, 9210.0, 9177.0, 9178.0, 9160.0, 9164.0, 9202.0, 9167.0, 9220.0, 9162.0, 9224.0, 9152.0, 9219.0, 9172.0, 9266.0, 9192.0, 9223.0, 9165.0, 9224.0, 9189.0, 9185.0, 9237.0, 9194.0, 9205.0, 9173.0, 9206.0, 9178.0, 9240.0, 9193.0, 9246.0, 9201.0, 9220.0, 9181.0, 9231.0, 9171.0, 9240.0, 9193.0, 9206.0, 9232.0, 9175.0, 9214.0, 9146.0, 9216.0, 9170.0, 9245.0, 9198.0, 9195.0, 9188.0, 9170.0, 9226.0, 9192.0, 9232.0, 9189.0, 9214.0, 9186.0, 9218.0, 9192.0, 9239.0, 9231.0, 9272.0, 9216.0, 9271.0, 9215.0, 9275.0, 9218.0, 9257.0, 9271.0, 9209.0, 9226.0, 9166.0, 9238.0, 9170.0, 9223.0, 9230.0, 9164.0, 9217.0, 9162.0, 9200.0, 9164.0, 9184.0, 9176.0, 9181.0, 9246.0, 9183.0, 9227.0, 9185.0, 9213.0, 9168.0, 9191.0, 9261.0, 9195.0, 9233.0, 9201.0, 9232.0, 9169.0, 9204.0, 9259.0, 9214.0, 9242.0, 9184.0, 9233.0, 9177.0, 9187.0, 9234.0, 9189.0, 9245.0, 9185.0, 9218.0, 9160.0, 9196.0, 9237.0, 9179.0, 9248.0, 9213.0, 9253.0, 9198.0, 9221.0, 9240.0, 9177.0, 9248.0, 9186.0, 9267.0, 9231.0, 9197.0, 9228.0, 9169.0, 9238.0, 9170.0, 9206.0, 9260.0, 9188.0, 9229.0, 9166.0, 9203.0, 9208.0, 9175.0, 9253.0, 9221.0, 9245.0, 9175.0, 9209.0, 9262.0, 9210.0, 9281.0, 9228.0, 9235.0, 9243.0, 9191.0, 9251.0, 9190.0, 9224.0, 9248.0, 9195.0, 9248.0, 9201.0, 9218.0, 9167.0, 9201.0, 9251.0, 9210.0, 9264.0, 9192.0, 9212.0, 9248.0, 9201.0, 9267.0, 9218.0, 9240.0, 9237.0, 9202.0, 9251.0, 9208.0, 9260.0, 9258.0, 9211.0, 9252.0, 9207.0, 9235.0, 9191.0, 9212.0, 9268.0, 9210.0, 9245.0, 9195.0, 9223.0, 9218.0, 9193.0, 9270.0, 9228.0, 9244.0, 9206.0, 9210.0, 9247.0, 9211.0, 9262.0, 9191.0, 9228.0, 9242.0, 9198.0, 9249.0, 9195.0, 9226.0, 9199.0, 9217.0, 9247.0, 9214.0, 9243.0, 9219.0, 9244.0, 9223.0, 9246.0, 9290.0, 9233.0, 9254.0, 9228.0, 9294.0, 9219.0, 9266.0, 9288.0, 9225.0, 9267.0, 9228.0, 9290.0, 9198.0, 9255.0, 9270.0, 9215.0, 9267.0, 9233.0, 9270.0, 9209.0, 9267.0, 9256.0, 9229.0, 9267.0, 9215.0, 9256.0, 9234.0, 9275.0, 9241.0, 9229.0, 9238.0, 9221.0, 9273.0, 9226.0, 9278.0, 9235.0, 9240.0, 9237.0, 9217.0, 9268.0, 9213.0, 9272.0, 9223.0, 9231.0, 9216.0, 9172.0, 9230.0, 9176.0, 9246.0, 9189.0, 9220.0, 9209.0, 9250.0, 9202.0, 9272.0, 9209.0, 9234.0, 9264.0, 9187.0, 9240.0, 9191.0, 9231.0, 9181.0, 9236.0, 9260.0, 9206.0, 9237.0, 9185.0, 9229.0, 9171.0, 9253.0, 9229.0, 9186.0, 9239.0, 9196.0, 9235.0, 9189.0, 9258.0, 9235.0, 9208.0, 9244.0, 9193.0, 9254.0, 9189.0, 9256.0, 9237.0, 9206.0, 9244.0, 9212.0, 9263.0, 9177.0, 9248.0, 9247.0, 9206.0, 9262.0, 9204.0, 9279.0, 9196.0, 9260.0, 9249.0, 9207.0, 9265.0, 9205.0, 9252.0, 9191.0, 9254.0, 9248.0, 9210.0, 9261.0, 9214.0, 9246.0, 9175.0, 9237.0, 9250.0, 9193.0, 9257.0, 9190.0, 9244.0, 9186.0, 9212.0, 9216.0, 9182.0, 9262.0, 9197.0, 9252.0, 9210.0, 9250.0, 9227.0, 9255.0, 9242.0, 9203.0, 9242.0, 9185.0, 9241.0, 9166.0, 9219.0, 9243.0, 9176.0, 9243.0, 9186.0, 9227.0, 9171.0, 9204.0, 9214.0, 9204.0, 9263.0, 9189.0, 9241.0, 9211.0, 9225.0, 9238.0, 9249.0, 9269.0, 9262.0, 9224.0, 9265.0, 9236.0, 9289.0, 9238.0, 9274.0, 9252.0, 9212.0, 9266.0, 9196.0, 9265.0, 9232.0, 9247.0, 9193.0, 9197.0, 9236.0, 9174.0, 9219.0, 9161.0, 9183.0, 9164.0, 9167.0, 9133.0, 9152.0, 9171.0, 9133.0, 9191.0, 9123.0, 9177.0, 9131.0, 9160.0, 9133.0, 9148.0, 9158.0, 9142.0, 9215.0, 9145.0, 9193.0, 9126.0, 9193.0, 9142.0, 9217.0, 9164.0, 9208.0, 9189.0, 9167.0, 9197.0, 9146.0, 9217.0, 9147.0, 9204.0, 9167.0, 9236.0, 9160.0, 9203.0, 9184.0, 9229.0, 9184.0, 9228.0, 9292.0, 9266.0, 9255.0, 9230.0, 9224.0, 9229.0, 9192.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.0011033793103448278</td></tr>
<tr><td colspan=3>aqi</td><td>0.025367766206896552</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.31837653371791</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.230427797899407</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004206248885601</td></tr>
<tr><td colspan=3>efc</td><td>0.44</td></tr>
<tr><td colspan=3>fber</td><td>7374.0288</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09282748194130419</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4630541871921183</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.433587262140937</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.328565126300863</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.649259664109455</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3229369960124937</td></tr>
<tr><td colspan=3>gcor</td><td>0.0145646</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018633950501680374</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021034561097621918</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1015</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7999321948681364</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>46.2579</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.888</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.4965</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309444.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>636.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>291.6619</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0668</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.9667</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3404.9318</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3622.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>953.1678</td></tr>
<tr><td colspan=3>tsnr</td><td>37.910186563269235</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>