<?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-0008_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-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_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-0008/figures/sub-0008_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_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-0008/ses-01/func/sub-0008_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>d21629058e1f8895a9d7389568963580</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>13:33:13.690000</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.999088, 0.0116056, 0.0410875, -0.010986, 0.999823, -0.0152737]</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.0837266</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7709, -7324, 660, -67, -149, -81, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.322</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4e551ecb-52db-44b0-9c7e-faa6ffd34457||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.680480480194092, -0.02947472594678402, 0.1113952249288559, 112.4448013305664], [-0.031137052923440933, 2.6824519634246826, -0.03998260572552681, -98.58277893066406], [0.11023475974798203, 0.040978189557790756, 2.6974048614501953, -73.23453521728516], [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': ['133313.690000', '133314.150000', '133314.610000', '133315.070000', '133315.530000', '133315.990000', '133316.450000', '133316.910000', '133317.370000', '133317.830000', '133318.290000', '133318.750000', '133319.210000', '133319.670000', '133320.130000', '133320.590000', '133321.050000', '133321.510000', '133321.970000', '133322.430000', '133322.890000', '133323.350000', '133323.810000', '133324.270000', '133324.730000', '133325.190000', '133325.650000', '133326.110000', '133326.570000', '133327.030000', '133327.490000', '133327.950000', '133328.410000', '133328.870000', '133329.330000', '133329.790000', '133330.250000', '133330.710000', '133331.170000', '133331.630000', '133332.090000', '133332.550000', '133333.010000', '133333.470000', '133333.930000', '133334.390000', '133334.850000', '133335.310000', '133335.770000', '133336.230000', '133336.690000', '133337.150000', '133337.610000', '133338.070000', '133338.530000', '133338.990000', '133339.450000', '133339.910000', '133340.370000', '133340.830000', '133341.290000', '133341.750000', '133342.210000', '133342.670000', '133343.130000', '133343.590000', '133344.050000', '133344.510000', '133344.970000', '133345.430000', '133345.890000', '133346.350000', '133346.810000', '133347.270000', '133347.730000', '133348.190000', '133348.650000', '133349.110000', '133349.570000', '133350.030000', '133350.490000', '133350.950000', '133351.410000', '133351.870000', '133352.330000', '133352.790000', '133353.250000', '133353.710000', '133354.170000', '133354.630000', '133355.090000', '133355.550000', '133356.010000', '133356.470000', '133356.930000', '133357.390000', '133357.850000', '133358.310000', '133358.770000', '133359.230000', '133359.690000', '133400.150000', '133400.610000', '133401.070000', '133401.530000', '133401.990000', '133402.450000', '133402.910000', '133403.370000', '133403.830000', '133404.290000', '133404.750000', '133405.210000', '133405.670000', '133406.130000', '133406.590000', '133407.050000', '133407.510000', '133407.970000', '133408.430000', '133408.890000', '133409.350000', '133409.810000', '133410.270000', '133410.730000', '133411.190000', '133411.650000', '133412.110000', '133412.570000', '133413.030000', '133413.490000', '133413.950000', '133414.410000', '133414.870000', '133415.330000', '133415.790000', '133416.250000', '133416.710000', '133417.170000', '133417.630000', '133418.090000', '133418.550000', '133419.010000', '133419.470000', '133419.930000', '133420.390000', '133420.850000', '133421.310000', '133421.770000', '133422.230000', '133422.690000', '133423.150000', '133423.610000', '133424.070000', '133424.530000', '133424.990000', '133425.450000', '133425.910000', '133426.370000', '133426.830000', '133427.290000', '133427.750000', '133428.210000', '133428.670000', '133429.130000', '133429.590000', '133430.050000', '133430.510000', '133430.970000', '133431.430000', '133431.890000', '133432.350000', '133432.810000', '133433.270000', '133433.730000', '133434.190000', '133434.650000', '133435.110000', '133435.570000', '133436.030000', '133436.490000', '133436.950000', '133437.410000', '133437.870000', '133438.330000', '133438.790000', '133439.250000', '133439.710000', '133440.170000', '133440.630000', '133441.090000', '133441.550000', '133442.010000', '133442.470000', '133442.930000', '133443.390000', '133443.850000', '133444.310000', '133444.770000', '133445.230000', '133445.690000', '133446.150000', '133446.610000', '133447.070000', '133447.530000', '133447.990000', '133448.450000', '133448.910000', '133449.370000', '133449.830000', '133450.290000', '133450.750000', '133451.210000', '133451.670000', '133452.130000', '133452.590000', '133453.050000', '133453.510000', '133453.970000', '133454.430000', '133454.890000', '133455.350000', '133455.810000', '133456.270000', '133456.730000', '133457.190000', '133457.650000', '133458.110000', '133458.570000', '133459.030000', '133459.490000', '133459.950000', '133500.410000', '133500.870000', '133501.330000', '133501.790000', '133502.250000', '133502.710000', '133503.170000', '133503.630000', '133504.090000', '133504.550000', '133505.010000', '133505.470000', '133505.930000', '133506.390000', '133506.850000', '133507.310000', '133507.770000', '133508.230000', '133508.690000', '133509.150000', '133509.610000', '133510.070000', '133510.530000', '133510.990000', '133511.450000', '133511.910000', '133512.370000', '133512.830000', '133513.290000', '133513.750000', '133514.210000', '133514.670000', '133515.130000', '133515.590000', '133516.050000', '133516.510000', '133516.970000', '133517.430000', '133517.890000', '133518.350000', '133518.810000', '133519.270000', '133519.730000', '133520.190000', '133520.650000', '133521.110000', '133521.570000', '133522.030000', '133522.490000', '133522.950000', '133523.410000', '133523.870000', '133524.330000', '133524.790000', '133525.250000', '133525.710000', '133526.170000', '133526.630000', '133527.090000', '133527.550000', '133528.010000', '133528.470000', '133528.930000', '133529.390000', '133529.850000', '133530.310000', '133530.770000', '133531.230000', '133531.690000', '133532.150000', '133532.610000', '133533.070000', '133533.530000', '133533.990000', '133534.450000', '133534.910000', '133535.370000', '133535.830000', '133536.290000', '133536.750000', '133537.210000', '133537.670000', '133538.130000', '133538.590000', '133539.050000', '133539.510000', '133539.970000', '133540.430000', '133540.890000', '133541.350000', '133541.810000', '133542.270000', '133542.730000', '133543.190000', '133543.650000', '133544.110000', '133544.570000', '133545.030000', '133545.490000', '133545.950000', '133546.410000', '133546.870000', '133547.330000', '133547.790000', '133548.250000', '133548.710000', '133549.170000', '133549.630000', '133550.090000', '133550.550000', '133551.010000', '133551.470000', '133551.930000', '133552.390000', '133552.850000', '133553.310000', '133553.770000', '133554.230000', '133554.690000', '133555.150000', '133555.610000', '133556.070000', '133556.530000', '133556.990000', '133557.450000', '133557.910000', '133558.370000', '133558.830000', '133559.290000', '133559.750000', '133600.210000', '133600.670000', '133601.130000', '133601.590000', '133602.050000', '133602.510000', '133602.970000', '133603.430000', '133603.890000', '133604.350000', '133604.810000', '133605.270000', '133605.730000', '133606.190000', '133606.650000', '133607.110000', '133607.570000', '133608.030000', '133608.490000', '133608.950000', '133609.410000', '133609.870000', '133610.330000', '133610.790000', '133611.250000', '133611.710000', '133612.170000', '133612.630000', '133613.090000', '133613.550000', '133614.010000', '133614.470000', '133614.930000', '133615.390000', '133615.850000', '133616.310000', '133616.770000', '133617.230000', '133617.690000', '133618.150000', '133618.610000', '133619.070000', '133619.530000', '133619.990000', '133620.450000', '133620.910000', '133621.370000', '133621.830000', '133622.290000', '133622.750000', '133623.210000', '133623.670000', '133624.130000', '133624.590000', '133625.050000', '133625.510000', '133625.970000', '133626.430000', '133626.890000', '133627.350000', '133627.810000', '133628.270000', '133628.730000', '133629.190000', '133629.650000', '133630.110000', '133630.570000', '133631.030000', '133631.490000', '133631.950000', '133632.410000', '133632.870000', '133633.330000', '133633.790000', '133634.250000', '133634.710000', '133635.170000', '133635.630000', '133636.090000', '133636.550000', '133637.010000', '133637.470000', '133637.930000', '133638.390000', '133638.850000', '133639.310000', '133639.770000', '133640.230000', '133640.690000', '133641.150000', '133641.610000', '133642.070000', '133642.530000', '133642.990000', '133643.450000', '133643.910000', '133644.370000', '133644.830000', '133645.290000', '133645.750000', '133646.210000', '133646.670000', '133647.130000', '133647.590000', '133648.050000', '133648.510000', '133648.970000', '133649.430000', '133649.890000', '133650.350000', '133650.810000', '133651.270000', '133651.730000', '133652.190000', '133652.650000', '133653.110000', '133653.570000', '133654.030000', '133654.490000', '133654.950000', '133655.410000', '133655.870000', '133656.330000', '133656.790000', '133657.250000', '133657.710000', '133658.170000', '133658.630000', '133659.090000', '133659.550000', '133700.010000', '133700.470000', '133700.930000', '133701.390000', '133701.850000', '133702.310000', '133702.770000', '133703.230000', '133703.690000', '133704.150000', '133704.610000', '133705.070000', '133705.530000', '133705.990000', '133706.450000', '133706.910000', '133707.370000', '133707.830000', '133708.290000', '133708.750000', '133709.210000', '133709.670000', '133710.130000', '133710.590000', '133711.050000', '133711.510000', '133711.970000', '133712.430000', '133712.890000', '133713.350000', '133713.810000', '133714.270000', '133714.730000', '133715.190000', '133715.650000', '133716.110000', '133716.570000', '133717.030000', '133717.490000', '133717.950000', '133718.410000', '133718.870000', '133719.330000', '133719.790000', '133720.250000', '133720.710000', '133721.170000', '133721.630000', '133722.090000', '133722.550000', '133723.010000', '133723.470000', '133723.930000', '133724.390000', '133724.850000', '133725.310000', '133725.770000', '133726.230000', '133726.690000', '133727.150000', '133727.610000', '133728.070000', '133728.530000', '133728.990000', '133729.450000', '133729.910000', '133730.370000', '133730.830000', '133731.290000', '133731.750000', '133732.210000', '133732.670000', '133733.130000', '133733.590000', '133734.050000', '133734.510000', '133734.970000', '133735.430000', '133735.890000', '133736.350000', '133736.810000', '133737.270000', '133737.730000', '133738.190000', '133738.650000', '133739.110000', '133739.570000', '133740.030000', '133740.490000', '133740.950000', '133741.410000', '133741.870000', '133742.330000', '133742.790000', '133743.250000', '133743.710000', '133744.170000', '133744.630000', '133745.090000', '133745.550000', '133746.010000', '133746.470000', '133746.930000', '133747.390000', '133747.850000', '133748.310000', '133748.770000', '133749.230000', '133749.690000', '133750.150000', '133750.610000', '133751.070000', '133751.530000', '133751.990000', '133752.450000', '133752.910000', '133753.370000', '133753.830000', '133754.290000', '133754.750000', '133755.210000', '133755.670000', '133756.130000', '133756.590000', '133757.050000', '133757.510000', '133757.970000', '133758.430000', '133758.890000', '133759.350000', '133759.810000', '133800.270000', '133800.730000', '133801.190000', '133801.650000', '133802.110000', '133802.570000', '133803.030000', '133803.490000', '133803.950000', '133804.410000', '133804.870000', '133805.330000', '133805.790000', '133806.250000', '133806.710000', '133807.170000', '133807.630000', '133808.090000', '133808.550000', '133809.010000', '133809.470000', '133809.930000', '133810.390000', '133810.850000', '133811.310000', '133811.770000', '133812.230000', '133812.690000', '133813.150000', '133813.610000', '133814.070000', '133814.530000', '133814.990000', '133815.450000', '133815.910000', '133816.370000', '133816.830000', '133817.290000', '133817.750000', '133818.210000', '133818.670000', '133819.130000', '133819.590000', '133820.050000', '133820.510000', '133820.970000', '133821.430000', '133821.890000', '133822.350000', '133822.810000', '133823.270000', '133823.730000', '133824.190000', '133824.650000', '133825.110000', '133825.570000', '133826.030000', '133826.490000', '133826.950000', '133827.410000', '133827.870000', '133828.330000', '133828.790000', '133829.250000', '133829.710000', '133830.170000', '133830.630000', '133831.090000', '133831.550000', '133832.010000', '133832.470000', '133832.930000', '133833.390000', '133833.850000', '133834.310000', '133834.770000', '133835.230000', '133835.690000', '133836.150000', '133836.610000', '133837.070000', '133837.530000', '133837.990000', '133838.450000', '133838.910000', '133839.370000', '133839.830000', '133840.290000', '133840.750000', '133841.210000', '133841.670000', '133842.130000', '133842.590000', '133843.050000', '133843.510000', '133843.970000', '133844.430000', '133844.890000', '133845.350000', '133845.810000', '133846.270000', '133846.730000', '133847.190000', '133847.650000', '133848.110000', '133848.570000', '133849.030000', '133849.490000', '133849.950000', '133850.410000', '133850.870000', '133851.330000', '133851.790000', '133852.250000', '133852.710000', '133853.170000', '133853.630000', '133854.090000', '133854.550000', '133855.010000', '133855.470000', '133855.930000', '133856.390000', '133856.850000', '133857.310000', '133857.770000', '133858.230000', '133858.690000', '133859.150000', '133859.610000', '133900.070000', '133900.530000', '133900.990000', '133901.450000', '133901.910000', '133902.370000', '133902.830000', '133903.290000', '133903.750000', '133904.210000', '133904.670000', '133905.130000', '133905.590000', '133906.050000', '133906.510000', '133906.970000', '133907.430000', '133907.890000', '133908.350000', '133908.810000', '133909.270000', '133909.730000', '133910.190000', '133910.650000', '133911.110000', '133911.570000', '133912.030000', '133912.490000', '133912.950000', '133913.410000', '133913.870000', '133914.330000', '133914.790000', '133915.250000', '133915.710000', '133916.170000', '133916.630000', '133917.090000', '133917.550000', '133918.010000', '133918.470000', '133918.930000', '133919.390000', '133919.850000', '133920.310000', '133920.770000', '133921.230000', '133921.690000', '133922.150000', '133922.610000', '133923.070000', '133923.530000', '133923.990000', '133924.450000', '133924.910000', '133925.370000', '133925.830000', '133926.290000', '133926.750000', '133927.210000', '133927.670000', '133928.130000', '133928.590000', '133929.050000', '133929.510000', '133929.970000', '133930.430000', '133930.890000', '133931.350000', '133931.810000', '133932.270000', '133932.730000', '133933.190000', '133933.650000', '133934.110000', '133934.570000', '133935.030000', '133935.490000', '133935.950000', '133936.410000', '133936.870000', '133937.330000', '133937.790000', '133938.250000', '133938.710000', '133939.170000', '133939.630000', '133940.090000', '133940.550000', '133941.010000', '133941.470000', '133941.930000', '133942.390000', '133942.850000', '133943.310000', '133943.770000', '133944.230000', '133944.690000', '133945.150000', '133945.610000', '133946.070000', '133946.530000', '133946.990000', '133947.450000', '133947.910000', '133948.370000', '133948.830000', '133949.290000', '133949.750000', '133950.210000', '133950.670000', '133951.130000', '133951.590000', '133952.050000', '133952.510000', '133952.970000', '133953.430000', '133953.890000', '133954.350000', '133954.810000', '133955.270000', '133955.730000', '133956.190000', '133956.650000', '133957.110000', '133957.570000', '133958.030000', '133958.490000', '133958.950000', '133959.410000', '133959.870000', '134000.330000', '134000.790000', '134001.250000', '134001.710000', '134002.170000', '134002.630000', '134003.090000', '134003.550000', '134004.010000', '134004.470000', '134004.930000', '134005.390000', '134005.850000', '134006.310000', '134006.770000', '134007.230000', '134007.690000', '134008.150000', '134008.610000', '134009.070000', '134009.530000', '134009.990000', '134010.450000', '134010.910000', '134011.370000', '134011.830000', '134012.290000', '134012.750000', '134013.210000', '134013.670000', '134014.130000', '134014.590000', '134015.050000', '134015.510000', '134015.970000', '134016.430000', '134016.890000', '134017.350000', '134017.810000', '134018.270000', '134018.730000', '134019.190000', '134019.650000', '134020.110000', '134020.570000', '134021.030000', '134021.490000', '134021.950000', '134022.410000', '134022.870000', '134023.330000', '134023.790000', '134024.250000', '134024.710000', '134025.170000', '134025.630000', '134026.090000', '134026.550000', '134027.010000', '134027.470000', '134027.930000', '134028.390000', '134028.850000', '134029.310000', '134029.770000', '134030.230000', '134030.690000', '134031.150000', '134031.610000', '134032.070000', '134032.530000', '134032.990000', '134033.450000', '134033.910000', '134034.370000', '134034.830000', '134035.290000', '134035.750000', '134036.210000', '134036.670000', '134037.130000', '134037.590000', '134038.050000', '134038.510000', '134038.970000', '134039.430000', '134039.890000', '134040.350000', '134040.810000', '134041.270000', '134041.730000', '134042.190000', '134042.650000', '134043.110000', '134043.570000', '134044.030000', '134044.490000', '134044.950000', '134045.410000', '134045.870000', '134046.330000', '134046.790000', '134047.250000', '134047.710000', '134048.170000', '134048.630000', '134049.090000', '134049.550000', '134050.010000', '134050.470000', '134050.930000', '134051.390000', '134051.850000', '134052.310000', '134052.770000', '134053.230000', '134053.690000', '134054.150000', '134054.610000', '134055.070000', '134055.530000', '134055.990000', '134056.450000', '134056.910000', '134057.370000', '134057.830000', '134058.290000', '134058.750000', '134059.210000', '134059.670000', '134100.130000', '134100.590000'], 'ContentTime': ['133329.279000', '133329.283000', '133329.286000', '133329.289000', '133329.292000', '133329.295000', '133329.298000', '133329.300000', '133329.303000', '133329.306000', '133329.309000', '133329.312000', '133329.315000', '133329.318000', '133329.321000', '133329.323000', '133329.326000', '133329.329000', '133329.332000', '133329.335000', '133329.343000', '133329.346000', '133329.349000', '133329.352000', '133329.354000', '133329.357000', '133329.360000', '133329.363000', '133329.366000', '133329.369000', '133329.372000', '133329.375000', '133329.378000', '133349.247000', '133349.250000', '133349.258000', '133349.261000', '133349.264000', '133349.267000', '133349.270000', '133349.273000', '133349.276000', '133349.279000', '133349.282000', '133349.284000', '133349.292000', '133349.295000', '133349.298000', '133349.301000', '133349.304000', '133349.306000', '133349.309000', '133349.312000', '133349.315000', '133349.318000', '133349.321000', '133349.324000', '133349.327000', '133349.330000', '133349.333000', '133349.336000', '133349.338000', '133349.341000', '133349.344000', '133349.347000', '133349.350000', '133349.355000', '133349.359000', '133349.361000', '133349.364000', '133349.367000', '133349.370000', '133349.373000', '133349.376000', '133349.379000', '133349.382000', '133409.247000', '133409.250000', '133409.252000', '133409.256000', '133409.258000', '133409.261000', '133409.264000', '133409.281000', '133409.284000', '133409.287000', '133409.290000', '133409.298000', '133409.300000', '133409.303000', '133409.306000', '133409.309000', '133409.312000', '133409.315000', '133409.317000', '133409.320000', '133409.323000', '133409.326000', '133409.329000', '133409.332000', '133409.340000', '133409.343000', '133409.346000', '133409.349000', '133409.352000', '133409.355000', '133409.357000', '133409.360000', '133409.363000', '133409.366000', '133409.369000', '133409.372000', '133409.375000', '133409.377000', '133409.380000', '133409.383000', '133409.386000', '133409.389000', '133409.391000', '133409.394000', '133429.247000', '133429.250000', '133429.253000', '133429.256000', '133429.259000', '133429.261000', '133429.264000', '133429.267000', '133429.270000', '133429.273000', '133429.276000', '133429.278000', '133429.281000', '133429.284000', '133429.287000', '133429.290000', '133429.293000', '133429.296000', '133429.298000', '133429.301000', '133429.304000', '133429.307000', '133429.310000', '133429.313000', '133429.316000', '133429.318000', '133429.321000', '133429.324000', '133429.327000', '133429.330000', '133429.333000', '133429.336000', '133429.338000', '133429.341000', '133429.344000', '133429.347000', '133429.350000', '133429.353000', '133429.355000', '133429.358000', '133429.361000', '133429.364000', '133429.367000', '133449.246000', '133449.249000', '133449.252000', '133449.255000', '133449.257000', '133449.260000', '133449.263000', '133449.266000', '133449.269000', '133449.272000', '133449.275000', '133449.277000', '133449.280000', '133449.283000', '133449.286000', '133449.289000', '133449.292000', '133449.294000', '133449.297000', '133449.300000', '133449.303000', '133449.306000', '133449.309000', '133449.312000', '133449.314000', '133449.317000', '133449.320000', '133449.323000', '133449.326000', '133449.329000', '133449.332000', '133449.334000', '133449.337000', '133449.340000', '133449.343000', '133449.346000', '133449.349000', '133449.351000', '133449.354000', '133449.357000', '133449.360000', '133449.363000', '133449.366000', '133449.368000', '133509.247000', '133509.250000', '133509.253000', '133509.256000', '133509.259000', '133509.261000', '133509.264000', '133509.267000', '133509.270000', '133509.273000', '133509.276000', '133509.279000', '133509.282000', '133509.284000', '133509.287000', '133509.290000', '133509.293000', '133509.296000', '133509.299000', '133509.302000', '133509.305000', '133509.307000', '133509.310000', '133509.313000', '133509.316000', '133509.319000', '133509.322000', '133509.324000', '133509.327000', '133509.330000', '133509.333000', '133509.336000', '133509.339000', '133509.342000', '133509.344000', '133509.347000', '133509.350000', '133509.353000', '133509.356000', '133509.359000', '133509.361000', '133509.364000', '133509.367000', '133529.247000', '133529.250000', '133529.253000', '133529.256000', '133529.259000', '133529.262000', '133529.264000', '133529.267000', '133529.270000', '133529.273000', '133529.276000', '133529.279000', '133529.282000', '133529.284000', '133529.287000', '133529.290000', '133529.293000', '133529.296000', '133529.299000', '133529.302000', '133529.304000', '133529.307000', '133529.310000', '133529.313000', '133529.316000', '133529.319000', '133529.322000', '133529.324000', '133529.327000', '133529.330000', '133529.333000', '133529.336000', '133529.339000', '133529.342000', '133529.344000', '133529.347000', '133529.350000', '133529.353000', '133529.356000', '133529.359000', '133529.362000', '133529.365000', '133529.368000', '133529.370000', '133549.247000', '133549.250000', '133549.253000', '133549.268000', '133549.271000', '133549.274000', '133549.276000', '133549.279000', '133549.282000', '133549.285000', '133549.288000', '133549.291000', '133549.294000', '133549.296000', '133549.299000', '133549.302000', '133549.305000', '133549.308000', '133549.311000', '133549.314000', '133549.317000', '133549.320000', '133549.322000', '133549.325000', '133549.328000', '133549.331000', '133549.334000', '133549.337000', '133549.340000', '133549.342000', '133549.345000', '133549.348000', '133549.351000', '133549.354000', '133549.357000', '133549.360000', '133549.362000', '133549.365000', '133549.368000', '133549.371000', '133549.374000', '133549.377000', '133549.380000', '133609.247000', '133609.250000', '133609.253000', '133609.256000', '133609.259000', '133609.262000', '133609.266000', '133609.268000', '133609.271000', '133609.274000', '133609.277000', '133609.280000', '133609.283000', '133609.285000', '133609.288000', '133609.291000', '133609.294000', '133609.297000', '133609.300000', '133609.303000', '133609.306000', '133609.308000', '133609.311000', '133609.314000', '133609.317000', '133609.320000', '133609.323000', '133609.326000', '133609.329000', '133609.331000', '133609.334000', '133609.337000', '133609.340000', '133609.343000', '133609.346000', '133609.349000', '133609.352000', '133609.354000', '133609.357000', '133609.360000', '133609.363000', '133609.366000', '133609.369000', '133629.247000', '133629.250000', '133629.253000', '133629.256000', '133629.259000', '133629.262000', '133629.264000', '133629.267000', '133629.270000', '133629.273000', '133629.276000', '133629.279000', '133629.282000', '133629.284000', '133629.287000', '133629.290000', '133629.293000', '133629.296000', '133629.299000', '133629.302000', '133629.304000', '133629.307000', '133629.310000', '133629.313000', '133629.316000', '133629.319000', '133629.322000', '133629.325000', '133629.327000', '133629.330000', '133629.333000', '133629.336000', '133629.339000', '133629.342000', '133629.345000', '133629.348000', '133629.350000', '133629.353000', '133629.356000', '133629.359000', '133629.362000', '133629.365000', '133629.367000', '133629.370000', '133649.247000', '133649.250000', '133649.253000', '133649.256000', '133649.259000', '133649.262000', '133649.265000', '133649.268000', '133649.270000', '133649.273000', '133649.276000', '133649.279000', '133649.282000', '133649.285000', '133649.288000', '133649.291000', '133649.294000', '133649.297000', '133649.300000', '133649.303000', '133649.305000', '133649.308000', '133649.311000', '133649.314000', '133649.317000', '133649.320000', '133649.323000', '133649.326000', '133649.328000', '133649.331000', '133649.334000', '133649.337000', '133649.340000', '133649.343000', '133649.346000', '133649.349000', '133649.351000', '133649.354000', '133649.357000', '133649.360000', '133649.363000', '133649.366000', '133649.368000', '133709.246000', '133709.249000', '133709.252000', '133709.255000', '133709.258000', '133709.261000', '133709.264000', '133709.266000', '133709.269000', '133709.272000', '133709.275000', '133709.278000', '133709.281000', '133709.283000', '133709.286000', '133709.289000', '133709.292000', '133709.295000', '133709.298000', '133709.301000', '133709.303000', '133709.306000', '133709.309000', '133709.312000', '133709.315000', '133709.318000', '133709.321000', '133709.324000', '133709.326000', '133709.339000', '133709.342000', '133709.345000', '133709.348000', '133709.351000', '133709.354000', '133709.357000', '133709.359000', '133709.362000', '133709.365000', '133709.368000', '133709.371000', '133709.374000', '133709.377000', '133709.379000', '133729.247000', '133729.250000', '133729.253000', '133729.256000', '133729.259000', '133729.262000', '133729.264000', '133729.267000', '133729.270000', '133729.273000', '133729.276000', '133729.279000', '133729.282000', '133729.285000', '133729.288000', '133729.291000', '133729.294000', '133729.297000', '133729.299000', '133729.302000', '133729.305000', '133729.308000', '133729.312000', '133729.314000', '133729.317000', '133729.320000', '133729.323000', '133729.326000', '133729.329000', '133729.332000', '133729.335000', '133729.337000', '133729.340000', '133729.343000', '133729.346000', '133729.349000', '133729.352000', '133729.355000', '133729.358000', '133729.360000', '133729.363000', '133729.366000', '133729.369000', '133749.247000', '133749.250000', '133749.253000', '133749.256000', '133749.259000', '133749.262000', '133749.264000', '133749.267000', '133749.270000', '133749.273000', '133749.276000', '133749.279000', '133749.281000', '133749.285000', '133749.287000', '133749.290000', '133749.293000', '133749.296000', '133749.299000', '133749.302000', '133749.304000', '133749.307000', '133749.310000', '133749.313000', '133749.316000', '133749.325000', '133749.328000', '133749.331000', '133749.334000', '133749.337000', '133749.339000', '133749.342000', '133749.345000', '133749.348000', '133749.351000', '133749.354000', '133749.357000', '133749.360000', '133749.362000', '133749.365000', '133749.368000', '133749.371000', '133749.374000', '133749.377000', '133809.247000', '133809.250000', '133809.253000', '133809.256000', '133809.259000', '133809.261000', '133809.264000', '133809.267000', '133809.270000', '133809.273000', '133809.276000', '133809.279000', '133809.282000', '133809.284000', '133809.287000', '133809.290000', '133809.293000', '133809.296000', '133809.299000', '133809.302000', '133809.304000', '133809.307000', '133809.310000', '133809.313000', '133809.316000', '133809.319000', '133809.322000', '133809.325000', '133809.328000', '133809.331000', '133809.334000', '133809.336000', '133809.339000', '133809.342000', '133809.345000', '133809.348000', '133809.350000', '133809.354000', '133809.356000', '133809.359000', '133809.362000', '133809.365000', '133809.368000', '133829.247000', '133829.250000', '133829.253000', '133829.256000', '133829.259000', '133829.261000', '133829.264000', '133829.267000', '133829.270000', '133829.273000', '133829.276000', '133829.279000', '133829.282000', '133829.284000', '133829.287000', '133829.290000', '133829.293000', '133829.296000', '133829.299000', '133829.302000', '133829.304000', '133829.307000', '133829.310000', '133829.313000', '133829.316000', '133829.319000', '133829.322000', '133829.325000', '133829.328000', '133829.330000', '133829.333000', '133829.336000', '133829.339000', '133829.342000', '133829.345000', '133829.347000', '133829.350000', '133829.353000', '133829.356000', '133829.359000', '133829.362000', '133829.365000', '133829.368000', '133829.370000', '133849.247000', '133849.250000', '133849.253000', '133849.256000', '133849.259000', '133849.262000', '133849.265000', '133849.268000', '133849.271000', '133849.276000', '133849.279000', '133849.282000', '133849.285000', '133849.288000', '133849.291000', '133849.294000', '133849.297000', '133849.300000', '133849.303000', '133849.305000', '133849.308000', '133849.311000', '133849.314000', '133849.317000', '133849.320000', '133849.323000', '133849.326000', '133849.329000', '133849.332000', '133849.335000', '133849.338000', '133849.341000', '133849.344000', '133849.347000', '133849.350000', '133849.352000', '133849.355000', '133849.358000', '133849.361000', '133849.364000', '133849.367000', '133849.370000', '133849.373000', '133909.247000', '133909.250000', '133909.253000', '133909.256000', '133909.259000', '133909.261000', '133909.264000', '133909.267000', '133909.270000', '133909.273000', '133909.276000', '133909.279000', '133909.282000', '133909.284000', '133909.287000', '133909.290000', '133909.293000', '133909.296000', '133909.299000', '133909.302000', '133909.305000', '133909.307000', '133909.310000', '133909.313000', '133909.316000', '133909.319000', '133909.322000', '133909.325000', '133909.328000', '133909.330000', '133909.333000', '133909.336000', '133909.339000', '133909.342000', '133909.345000', '133909.348000', '133909.350000', '133909.353000', '133909.356000', '133909.359000', '133909.362000', '133909.365000', '133909.368000', '133909.371000', '133929.246000', '133929.249000', '133929.252000', '133929.255000', '133929.258000', '133929.261000', '133929.264000', '133929.266000', '133929.269000', '133929.272000', '133929.275000', '133929.278000', '133929.281000', '133929.284000', '133929.286000', '133929.289000', '133929.292000', '133929.295000', '133929.298000', '133929.301000', '133929.303000', '133929.306000', '133929.309000', '133929.312000', '133929.315000', '133929.318000', '133929.321000', '133929.324000', '133929.326000', '133929.329000', '133929.332000', '133929.335000', '133929.338000', '133929.341000', '133929.344000', '133929.347000', '133929.353000', '133929.356000', '133929.359000', '133929.362000', '133929.365000', '133929.368000', '133929.371000', '133949.247000', '133949.250000', '133949.253000', '133949.256000', '133949.259000', '133949.261000', '133949.264000', '133949.267000', '133949.270000', '133949.273000', '133949.276000', '133949.279000', '133949.282000', '133949.284000', '133949.287000', '133949.290000', '133949.293000', '133949.296000', '133949.299000', '133949.302000', '133949.304000', '133949.307000', '133949.310000', '133949.313000', '133949.316000', '133949.319000', '133949.322000', '133949.325000', '133949.327000', '133949.330000', '133949.333000', '133949.336000', '133949.339000', '133949.342000', '133949.345000', '133949.347000', '133949.350000', '133949.353000', '133949.356000', '133949.359000', '133949.362000', '133949.365000', '133949.368000', '133949.370000', '134009.247000', '134009.250000', '134009.253000', '134009.256000', '134009.259000', '134009.262000', '134009.273000', '134009.276000', '134009.279000', '134009.282000', '134009.285000', '134009.288000', '134009.291000', '134009.294000', '134009.296000', '134009.299000', '134009.302000', '134009.306000', '134009.309000', '134009.312000', '134009.315000', '134009.318000', '134009.321000', '134009.323000', '134009.326000', '134009.329000', '134009.332000', '134009.335000', '134009.338000', '134009.341000', '134009.344000', '134009.347000', '134009.350000', '134009.352000', '134009.355000', '134009.358000', '134009.361000', '134009.364000', '134009.367000', '134009.370000', '134009.373000', '134009.376000', '134009.380000', '134029.247000', '134029.250000', '134029.253000', '134029.256000', '134029.259000', '134029.262000', '134029.264000', '134029.267000', '134029.270000', '134029.273000', '134029.276000', '134029.279000', '134029.282000', '134029.285000', '134029.288000', '134029.290000', '134029.293000', '134029.296000', '134029.299000', '134029.302000', '134029.305000', '134029.308000', '134029.310000', '134029.313000', '134029.316000', '134029.319000', '134029.322000', '134029.325000', '134029.328000', '134029.331000', '134029.334000', '134029.336000', '134029.339000', '134029.342000', '134029.345000', '134029.348000', '134029.351000', '134029.354000', '134029.357000', '134029.360000', '134029.362000', '134029.365000', '134029.368000', '134029.371000', '134049.247000', '134049.250000', '134049.253000', '134049.256000', '134049.259000', '134049.262000', '134049.265000', '134049.268000', '134049.271000', '134049.273000', '134049.276000', '134049.279000', '134049.282000', '134049.285000', '134049.288000', '134049.291000', '134049.294000', '134049.296000', '134049.299000', '134049.302000', '134049.305000', '134049.308000', '134049.311000', '134049.314000', '134049.317000', '134049.319000', '134049.322000', '134049.325000', '134049.328000', '134049.331000', '134049.334000', '134049.337000', '134049.339000', '134049.342000', '134049.345000', '134049.348000', '134049.351000', '134049.354000', '134049.357000', '134049.360000', '134049.362000', '134049.365000', '134049.368000', '134101.413000', '134101.417000', '134101.427000', '134101.430000', '134101.433000', '134101.436000', '134101.439000', '134101.442000', '134101.445000', '134101.448000', '134101.451000', '134101.454000', '134101.457000', '134101.460000', '134101.464000', '134101.467000', '134101.470000', '134101.473000', '134101.476000', '134101.479000', '134101.482000', '134101.485000', '134101.488000', '134101.491000', '134101.494000', '134101.496000', '134101.500000'], 'InstanceCreationTime': ['133329.279000', '133329.283000', '133329.286000', '133329.289000', '133329.292000', '133329.295000', '133329.298000', '133329.300000', '133329.303000', '133329.306000', '133329.309000', '133329.312000', '133329.315000', '133329.318000', '133329.321000', '133329.323000', '133329.326000', '133329.329000', '133329.332000', '133329.335000', '133329.343000', '133329.346000', '133329.349000', '133329.352000', '133329.354000', '133329.357000', '133329.360000', '133329.363000', '133329.366000', '133329.369000', '133329.372000', '133329.375000', '133329.378000', '133349.247000', '133349.250000', '133349.258000', '133349.261000', '133349.264000', '133349.267000', '133349.270000', '133349.273000', '133349.276000', '133349.279000', '133349.282000', '133349.284000', '133349.292000', '133349.295000', '133349.298000', '133349.301000', '133349.304000', '133349.306000', '133349.309000', '133349.312000', '133349.315000', '133349.318000', '133349.321000', '133349.324000', '133349.327000', '133349.330000', '133349.333000', '133349.336000', '133349.338000', '133349.341000', '133349.344000', '133349.347000', '133349.350000', '133349.355000', '133349.359000', '133349.361000', '133349.364000', '133349.367000', '133349.370000', '133349.373000', '133349.376000', '133349.379000', '133349.382000', '133409.247000', '133409.250000', '133409.252000', '133409.256000', '133409.258000', '133409.261000', '133409.264000', '133409.281000', '133409.284000', '133409.287000', '133409.290000', '133409.298000', '133409.300000', '133409.303000', '133409.306000', '133409.309000', '133409.312000', '133409.315000', '133409.317000', '133409.320000', '133409.323000', '133409.326000', '133409.329000', '133409.332000', '133409.340000', '133409.343000', '133409.346000', '133409.349000', '133409.352000', '133409.355000', '133409.357000', '133409.360000', '133409.363000', '133409.366000', '133409.369000', '133409.372000', '133409.375000', '133409.377000', '133409.380000', '133409.383000', '133409.386000', '133409.389000', '133409.391000', '133409.394000', '133429.247000', '133429.250000', '133429.253000', '133429.256000', '133429.259000', '133429.261000', '133429.264000', '133429.267000', '133429.270000', '133429.273000', '133429.276000', '133429.278000', '133429.281000', '133429.284000', '133429.287000', '133429.290000', '133429.293000', '133429.296000', '133429.298000', '133429.301000', '133429.304000', '133429.307000', '133429.310000', '133429.313000', '133429.316000', '133429.318000', '133429.321000', '133429.324000', '133429.327000', '133429.330000', '133429.333000', '133429.336000', '133429.338000', '133429.341000', '133429.344000', '133429.347000', '133429.350000', '133429.353000', '133429.355000', '133429.358000', '133429.361000', '133429.364000', '133429.367000', '133449.246000', '133449.249000', '133449.252000', '133449.255000', '133449.257000', '133449.260000', '133449.263000', '133449.266000', '133449.269000', '133449.272000', '133449.275000', '133449.277000', '133449.280000', '133449.283000', '133449.286000', '133449.289000', '133449.292000', '133449.294000', '133449.297000', '133449.300000', '133449.303000', '133449.306000', '133449.309000', '133449.312000', '133449.314000', '133449.317000', '133449.320000', '133449.323000', '133449.326000', '133449.329000', '133449.332000', '133449.334000', '133449.337000', '133449.340000', '133449.343000', '133449.346000', '133449.349000', '133449.351000', '133449.354000', '133449.357000', '133449.360000', '133449.363000', '133449.366000', '133449.368000', '133509.247000', '133509.250000', '133509.253000', '133509.256000', '133509.259000', '133509.261000', '133509.264000', '133509.267000', '133509.270000', '133509.273000', '133509.276000', '133509.279000', '133509.282000', '133509.284000', '133509.287000', '133509.290000', '133509.293000', '133509.296000', '133509.299000', '133509.302000', '133509.305000', '133509.307000', '133509.310000', '133509.313000', '133509.316000', '133509.319000', '133509.322000', '133509.324000', '133509.327000', '133509.330000', '133509.333000', '133509.336000', '133509.339000', '133509.342000', '133509.344000', '133509.347000', '133509.350000', '133509.353000', '133509.356000', '133509.359000', '133509.361000', '133509.364000', '133509.367000', '133529.247000', '133529.250000', '133529.253000', '133529.256000', '133529.259000', '133529.262000', '133529.264000', '133529.267000', '133529.270000', '133529.273000', '133529.276000', '133529.279000', '133529.282000', '133529.284000', '133529.287000', '133529.290000', '133529.293000', '133529.296000', '133529.299000', '133529.302000', '133529.304000', '133529.307000', '133529.310000', '133529.313000', '133529.316000', '133529.319000', '133529.322000', '133529.324000', '133529.327000', '133529.330000', '133529.333000', '133529.336000', '133529.339000', '133529.342000', '133529.344000', '133529.347000', '133529.350000', '133529.353000', '133529.356000', '133529.359000', '133529.362000', '133529.365000', '133529.368000', '133529.370000', '133549.247000', '133549.250000', '133549.253000', '133549.268000', '133549.271000', '133549.274000', '133549.276000', '133549.279000', '133549.282000', '133549.285000', '133549.288000', '133549.291000', '133549.294000', '133549.296000', '133549.299000', '133549.302000', '133549.305000', '133549.308000', '133549.311000', '133549.314000', '133549.317000', '133549.320000', '133549.322000', '133549.325000', '133549.328000', '133549.331000', '133549.334000', '133549.337000', '133549.340000', '133549.342000', '133549.345000', '133549.348000', '133549.351000', '133549.354000', '133549.357000', '133549.360000', '133549.362000', '133549.365000', '133549.368000', '133549.371000', '133549.374000', '133549.377000', '133549.380000', '133609.247000', '133609.250000', '133609.253000', '133609.256000', '133609.259000', '133609.262000', '133609.266000', '133609.268000', '133609.271000', '133609.274000', '133609.277000', '133609.280000', '133609.283000', '133609.285000', '133609.288000', '133609.291000', '133609.294000', '133609.297000', '133609.300000', '133609.303000', '133609.306000', '133609.308000', '133609.311000', '133609.314000', '133609.317000', '133609.320000', '133609.323000', '133609.326000', '133609.329000', '133609.331000', '133609.334000', '133609.337000', '133609.340000', '133609.343000', '133609.346000', '133609.349000', '133609.352000', '133609.354000', '133609.357000', '133609.360000', '133609.363000', '133609.366000', '133609.369000', '133629.247000', '133629.250000', '133629.253000', '133629.256000', '133629.259000', '133629.262000', '133629.264000', '133629.267000', '133629.270000', '133629.273000', '133629.276000', '133629.279000', '133629.282000', '133629.284000', '133629.287000', '133629.290000', '133629.293000', '133629.296000', '133629.299000', '133629.302000', '133629.304000', '133629.307000', '133629.310000', '133629.313000', '133629.316000', '133629.319000', '133629.322000', '133629.325000', '133629.327000', '133629.330000', '133629.333000', '133629.336000', '133629.339000', '133629.342000', '133629.345000', '133629.348000', '133629.350000', '133629.353000', '133629.356000', '133629.359000', '133629.362000', '133629.365000', '133629.367000', '133629.370000', '133649.247000', '133649.250000', '133649.253000', '133649.256000', '133649.259000', '133649.262000', '133649.265000', '133649.268000', '133649.270000', '133649.273000', '133649.276000', '133649.279000', '133649.282000', '133649.285000', '133649.288000', '133649.291000', '133649.294000', '133649.297000', '133649.300000', '133649.303000', '133649.305000', '133649.308000', '133649.311000', '133649.314000', '133649.317000', '133649.320000', '133649.323000', '133649.326000', '133649.328000', '133649.331000', '133649.334000', '133649.337000', '133649.340000', '133649.343000', '133649.346000', '133649.349000', '133649.351000', '133649.354000', '133649.357000', '133649.360000', '133649.363000', '133649.366000', '133649.368000', '133709.246000', '133709.249000', '133709.252000', '133709.255000', '133709.258000', '133709.261000', '133709.264000', '133709.266000', '133709.269000', '133709.272000', '133709.275000', '133709.278000', '133709.281000', '133709.283000', '133709.286000', '133709.289000', '133709.292000', '133709.295000', '133709.298000', '133709.301000', '133709.303000', '133709.306000', '133709.309000', '133709.312000', '133709.315000', '133709.318000', '133709.321000', '133709.324000', '133709.326000', '133709.339000', '133709.342000', '133709.345000', '133709.348000', '133709.351000', '133709.354000', '133709.357000', '133709.359000', '133709.362000', '133709.365000', '133709.368000', '133709.371000', '133709.374000', '133709.377000', '133709.379000', '133729.247000', '133729.250000', '133729.253000', '133729.256000', '133729.259000', '133729.262000', '133729.264000', '133729.267000', '133729.270000', '133729.273000', '133729.276000', '133729.279000', '133729.282000', '133729.285000', '133729.288000', '133729.291000', '133729.294000', '133729.297000', '133729.299000', '133729.302000', '133729.305000', '133729.308000', '133729.312000', '133729.314000', '133729.317000', '133729.320000', '133729.323000', '133729.326000', '133729.329000', '133729.332000', '133729.335000', '133729.337000', '133729.340000', '133729.343000', '133729.346000', '133729.349000', '133729.352000', '133729.355000', '133729.358000', '133729.360000', '133729.363000', '133729.366000', '133729.369000', '133749.247000', '133749.250000', '133749.253000', '133749.256000', '133749.259000', '133749.262000', '133749.264000', '133749.267000', '133749.270000', '133749.273000', '133749.276000', '133749.279000', '133749.281000', '133749.285000', '133749.287000', '133749.290000', '133749.293000', '133749.296000', '133749.299000', '133749.302000', '133749.304000', '133749.307000', '133749.310000', '133749.313000', '133749.316000', '133749.325000', '133749.328000', '133749.331000', '133749.334000', '133749.337000', '133749.339000', '133749.342000', '133749.345000', '133749.348000', '133749.351000', '133749.354000', '133749.357000', '133749.360000', '133749.362000', '133749.365000', '133749.368000', '133749.371000', '133749.374000', '133749.377000', '133809.247000', '133809.250000', '133809.253000', '133809.256000', '133809.259000', '133809.261000', '133809.264000', '133809.267000', '133809.270000', '133809.273000', '133809.276000', '133809.279000', '133809.282000', '133809.284000', '133809.287000', '133809.290000', '133809.293000', '133809.296000', '133809.299000', '133809.302000', '133809.304000', '133809.307000', '133809.310000', '133809.313000', '133809.316000', '133809.319000', '133809.322000', '133809.325000', '133809.328000', '133809.331000', '133809.334000', '133809.336000', '133809.339000', '133809.342000', '133809.345000', '133809.348000', '133809.350000', '133809.354000', '133809.356000', '133809.359000', '133809.362000', '133809.365000', '133809.368000', '133829.247000', '133829.250000', '133829.253000', '133829.256000', '133829.259000', '133829.261000', '133829.264000', '133829.267000', '133829.270000', '133829.273000', '133829.276000', '133829.279000', '133829.282000', '133829.284000', '133829.287000', '133829.290000', '133829.293000', '133829.296000', '133829.299000', '133829.302000', '133829.304000', '133829.307000', '133829.310000', '133829.313000', '133829.316000', '133829.319000', '133829.322000', '133829.325000', '133829.328000', '133829.330000', '133829.333000', '133829.336000', '133829.339000', '133829.342000', '133829.345000', '133829.347000', '133829.350000', '133829.353000', '133829.356000', '133829.359000', '133829.362000', '133829.365000', '133829.368000', '133829.370000', '133849.247000', '133849.250000', '133849.253000', '133849.256000', '133849.259000', '133849.262000', '133849.265000', '133849.268000', '133849.271000', '133849.276000', '133849.279000', '133849.282000', '133849.285000', '133849.288000', '133849.291000', '133849.294000', '133849.297000', '133849.300000', '133849.303000', '133849.305000', '133849.308000', '133849.311000', '133849.314000', '133849.317000', '133849.320000', '133849.323000', '133849.326000', '133849.329000', '133849.332000', '133849.335000', '133849.338000', '133849.341000', '133849.344000', '133849.347000', '133849.350000', '133849.352000', '133849.355000', '133849.358000', '133849.361000', '133849.364000', '133849.367000', '133849.370000', '133849.373000', '133909.247000', '133909.250000', '133909.253000', '133909.256000', '133909.259000', '133909.261000', '133909.264000', '133909.267000', '133909.270000', '133909.273000', '133909.276000', '133909.279000', '133909.282000', '133909.284000', '133909.287000', '133909.290000', '133909.293000', '133909.296000', '133909.299000', '133909.302000', '133909.305000', '133909.307000', '133909.310000', '133909.313000', '133909.316000', '133909.319000', '133909.322000', '133909.325000', '133909.328000', '133909.330000', '133909.333000', '133909.336000', '133909.339000', '133909.342000', '133909.345000', '133909.348000', '133909.350000', '133909.353000', '133909.356000', '133909.359000', '133909.362000', '133909.365000', '133909.368000', '133909.371000', '133929.246000', '133929.249000', '133929.252000', '133929.255000', '133929.258000', '133929.261000', '133929.264000', '133929.266000', '133929.269000', '133929.272000', '133929.275000', '133929.278000', '133929.281000', '133929.284000', '133929.286000', '133929.289000', '133929.292000', '133929.295000', '133929.298000', '133929.301000', '133929.303000', '133929.306000', '133929.309000', '133929.312000', '133929.315000', '133929.318000', '133929.321000', '133929.324000', '133929.326000', '133929.329000', '133929.332000', '133929.335000', '133929.338000', '133929.341000', '133929.344000', '133929.347000', '133929.353000', '133929.356000', '133929.359000', '133929.362000', '133929.365000', '133929.368000', '133929.371000', '133949.247000', '133949.250000', '133949.253000', '133949.256000', '133949.259000', '133949.261000', '133949.264000', '133949.267000', '133949.270000', '133949.273000', '133949.276000', '133949.279000', '133949.282000', '133949.284000', '133949.287000', '133949.290000', '133949.293000', '133949.296000', '133949.299000', '133949.302000', '133949.304000', '133949.307000', '133949.310000', '133949.313000', '133949.316000', '133949.319000', '133949.322000', '133949.325000', '133949.327000', '133949.330000', '133949.333000', '133949.336000', '133949.339000', '133949.342000', '133949.345000', '133949.347000', '133949.350000', '133949.353000', '133949.356000', '133949.359000', '133949.362000', '133949.365000', '133949.368000', '133949.370000', '134009.247000', '134009.250000', '134009.253000', '134009.256000', '134009.259000', '134009.262000', '134009.273000', '134009.276000', '134009.279000', '134009.282000', '134009.285000', '134009.288000', '134009.291000', '134009.294000', '134009.296000', '134009.299000', '134009.302000', '134009.306000', '134009.309000', '134009.312000', '134009.315000', '134009.318000', '134009.321000', '134009.323000', '134009.326000', '134009.329000', '134009.332000', '134009.335000', '134009.338000', '134009.341000', '134009.344000', '134009.347000', '134009.350000', '134009.352000', '134009.355000', '134009.358000', '134009.361000', '134009.364000', '134009.367000', '134009.370000', '134009.373000', '134009.376000', '134009.380000', '134029.247000', '134029.250000', '134029.253000', '134029.256000', '134029.259000', '134029.262000', '134029.264000', '134029.267000', '134029.270000', '134029.273000', '134029.276000', '134029.279000', '134029.282000', '134029.285000', '134029.288000', '134029.290000', '134029.293000', '134029.296000', '134029.299000', '134029.302000', '134029.305000', '134029.308000', '134029.310000', '134029.313000', '134029.316000', '134029.319000', '134029.322000', '134029.325000', '134029.328000', '134029.331000', '134029.334000', '134029.336000', '134029.339000', '134029.342000', '134029.345000', '134029.348000', '134029.351000', '134029.354000', '134029.357000', '134029.360000', '134029.362000', '134029.365000', '134029.368000', '134029.371000', '134049.247000', '134049.250000', '134049.253000', '134049.256000', '134049.259000', '134049.262000', '134049.265000', '134049.268000', '134049.271000', '134049.273000', '134049.276000', '134049.279000', '134049.282000', '134049.285000', '134049.288000', '134049.291000', '134049.294000', '134049.296000', '134049.299000', '134049.302000', '134049.305000', '134049.308000', '134049.311000', '134049.314000', '134049.317000', '134049.319000', '134049.322000', '134049.325000', '134049.328000', '134049.331000', '134049.334000', '134049.337000', '134049.339000', '134049.342000', '134049.345000', '134049.348000', '134049.351000', '134049.354000', '134049.357000', '134049.360000', '134049.362000', '134049.365000', '134049.368000', '134101.413000', '134101.417000', '134101.427000', '134101.430000', '134101.433000', '134101.436000', '134101.439000', '134101.442000', '134101.445000', '134101.448000', '134101.451000', '134101.454000', '134101.457000', '134101.460000', '134101.464000', '134101.467000', '134101.470000', '134101.473000', '134101.476000', '134101.479000', '134101.482000', '134101.485000', '134101.488000', '134101.491000', '134101.494000', '134101.496000', '134101.500000'], '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': [10649, 8628, 8819, 8879, 6523, 8250, 6512, 8511, 11080, 8306, 12657, 8604, 9831, 7677, 7722, 7370, 8114, 7223, 9088, 6953, 10062, 7211, 8741, 7242, 8748, 7240, 8551, 7432, 8744, 7903, 11364, 9074, 9846, 9223, 8559, 7830, 8300, 7234, 10567, 7767, 8172, 6745, 8222, 6952, 8353, 6560, 8168, 6425, 8170, 6914, 7864, 7363, 8165, 7039, 8275, 6448, 8390, 6377, 8089, 8238, 7629, 9879, 7358, 11697, 7803, 8254, 7788, 6489, 7692, 10924, 7265, 11925, 7332, 9502, 7974, 8236, 6397, 8151, 7108, 8007, 6769, 8223, 6688, 7946, 6453, 7536, 7330, 7702, 9501, 7625, 9639, 7716, 8714, 9469, 8973, 8174, 8846, 7261, 8166, 6341, 7744, 11029, 7120, 11657, 6844, 9473, 6987, 8631, 6834, 7916, 7006, 7989, 6998, 7442, 7769, 7260, 9730, 7268, 8880, 7179, 8868, 9032, 9626, 7809, 8026, 6461, 8258, 6355, 7972, 10778, 7753, 12186, 8050, 11463, 10285, 10246, 6960, 9202, 6612, 8393, 7063, 8126, 8088, 7749, 12385, 7518, 10075, 7463, 9349, 7440, 8785, 7087, 8295, 6876, 8162, 7157, 7982, 10369, 7697, 10405, 7554, 9331, 8169, 9038, 7041, 8206, 6702, 8269, 6263, 8102, 8499, 7837, 10893, 7903, 11078, 7387, 9890, 6944, 8484, 6849, 8262, 6618, 8050, 6931, 7632, 9720, 7403, 8784, 6996, 8499, 6986, 8044, 6321, 8058, 8340, 7736, 10813, 7861, 9455, 8377, 8581, 7972, 8238, 8768, 7952, 10869, 8004, 11237, 7384, 9173, 7202, 8611, 7262, 8504, 6262, 8493, 6236, 8242, 9946, 7749, 10638, 7202, 9324, 7301, 9010, 8276, 8232, 6722, 8339, 6714, 8507, 7825, 7849, 11864, 7606, 11076, 7328, 11236, 7234, 9115, 7868, 8589, 7521, 8044, 6532, 8416, 6401, 8410, 6920, 8447, 6973, 8784, 6855, 8410, 6664, 8815, 8053, 10125, 11447, 8293, 10232, 7716, 11080, 7789, 12139, 9420, 10053, 7621, 9378, 7432, 8702, 7482, 9216, 8032, 9112, 7287, 9226, 7379, 9104, 7422, 8959, 6935, 8610, 6878, 8486, 8183, 8439, 6699, 8367, 6827, 8129, 12131, 7577, 11875, 7487, 9978, 9027, 10249, 7114, 6636, 8232, 6274, 8539, 6933, 8365, 6311, 8249, 8662, 8040, 10967, 8125, 11389, 8410, 11100, 8752, 11136, 8080, 10935, 7148, 9053, 6646, 9029, 6724, 9081, 7687, 9042, 6630, 8941, 6841, 9002, 8415, 8977, 10192, 8733, 9829, 8332, 9807, 7789, 9286, 7590, 8555, 7385, 6989, 7353, 6954, 7487, 8867, 7410, 8312, 7242, 8646, 7709, 8674, 6690, 8684, 6586, 8117, 10866, 7179, 11269, 7408, 9323, 7202, 8761, 6441, 8385, 6297, 7806, 7539, 7787, 7776, 7154, 8977, 7191, 8236, 7124, 8295, 7164, 8768, 6851, 8235, 6257, 8626, 6322, 8217, 8258, 8250, 7913, 7941, 7906, 7585, 10740, 7537, 11106, 7543, 10272, 6889, 9746, 7114, 10102, 7030, 9783, 7004, 8311, 7585, 6340, 8347, 7440, 8519, 10416, 7842, 11046, 7905, 10366, 7891, 6339, 8368, 6394, 8458, 6353, 8511, 6245, 8366, 10515, 7936, 7865, 8112, 6183, 8122, 6595, 8275, 6443, 8072, 10868, 7492, 9714, 7236, 10799, 7159, 10173, 7225, 8676, 7084, 8473, 7508, 8285, 6485, 8361, 6391, 7893, 6429, 7673, 11484, 7370, 11369, 7156, 10098, 7293, 9451, 7169, 8649, 6870, 8360, 7168, 8191, 7451, 8802, 7235, 9064, 8346, 10487, 6939, 10352, 7449, 10464, 8997, 11664, 8680, 9760, 7140, 9615, 7102, 11051, 7352, 8816, 7417, 9596, 7579, 11177, 7516, 11119, 8025, 10165, 6777, 9701, 6910, 10237, 7160, 9097, 7939, 9039, 6873, 8808, 6992, 8279, 6522, 8178, 6667, 8210, 6170, 8122, 7998, 7806, 9921, 7555, 6348, 7397, 6246, 8299, 6793, 8061, 9511, 7697, 10726, 7624, 8329, 7421, 10503, 7343, 11346, 7393, 10663, 7205, 9277, 7350, 6170, 8098, 6235, 8344, 6630, 8179, 6293, 8149, 6260, 8219, 10840, 7484, 11602, 8701, 10407, 6991, 9305, 7141, 8396, 6693, 8369, 6266, 8410, 6200, 8170, 6347, 8027, 6457, 7986, 6352, 7992, 7584, 8014, 6356, 8080, 6521, 7669, 10881, 7199, 11510, 8185, 10784, 7238, 9135, 8335, 9452, 8150, 9241, 6730, 8427, 6532, 8595, 6497, 8263, 6497, 8775, 6995, 9175, 6780, 8372, 7077, 8888, 7481, 9676, 7408, 10175, 8020, 10978, 6905, 8836, 6950, 8633, 6734, 8659, 7792, 8561, 6399, 8602, 6322, 8443, 8635, 7920, 6195, 8325, 6399, 8384, 6286, 8536, 7100, 8551, 6521, 8309, 6511, 8272, 6648, 8245, 11453, 8796, 10042, 7748, 9326, 7634, 9950, 7518, 9075, 7356, 8406, 7659, 6445, 8387, 6356, 8616, 6908, 8447, 7141, 8313, 7018, 9494, 6809, 8357, 6401, 8352, 6536, 8811, 8228, 8402, 6227, 8334, 6273, 8613, 6327, 8302, 9411, 8123, 6828, 7596, 10180, 7498, 9122, 7295, 8761, 7256, 8443, 6904, 8664, 6793, 8597, 6613, 8668, 7188, 8441, 6387, 8123, 9010, 7595, 10324, 7408, 8586, 7155, 8401, 6683, 8484, 6246, 7942, 9173, 7413, 9880, 7399, 8663, 7597, 8368, 6604, 8512, 6349, 8271, 6429, 8095, 10316, 7340, 8584, 7476, 8757, 7060, 8699, 6532, 8534, 6216, 7948, 6339, 7500, 10667, 7405, 8542, 6956, 8249, 6782, 8261, 6250, 7980, 8946, 7383, 10871, 7298, 8757, 7239, 8046, 6694, 8387, 6285, 8226, 8229, 7504, 10723, 7463, 8210, 7072, 8265, 7030, 8332, 6480, 8408, 6365, 8599, 6373, 8127, 9632, 7670, 10989, 7526, 11396, 7530, 8961, 6810, 8028, 6297, 8077, 6297, 7743, 9970, 7175, 9058, 7290, 8424, 6921, 8066, 6389, 8169, 10840, 7405, 10760, 7308, 8539, 6891, 8165, 6817, 8085, 6217, 8046, 6351, 7788, 6374, 7469, 9789, 7170, 8287, 7208, 8024, 6711, 8201, 6903, 8212, 6786, 8093, 6391, 8119, 6750, 8156, 6414, 8061, 10112, 7700, 12969, 7395, 9963, 8373, 8494, 6788, 8385, 6311, 8254, 6397, 8084, 6290, 8000, 6376, 7737, 7850, 7330, 9848, 7382, 8909, 6952, 8458, 6851, 8189, 6830, 8541, 6673, 8234, 6324, 8086, 6410, 8421, 6357, 8207, 6306, 8167, 7464, 8037, 11006, 7644, 9313, 7548, 10535, 7156, 10243, 7046, 8751, 7237, 8254, 7245, 9961, 6898, 9784, 7300, 9554, 6932, 8716, 7671, 9023, 6942, 8363, 6842, 8223, 6661, 8694, 6490, 8308, 6292, 8190, 8141, 7848, 6355, 7825, 6429, 7768, 8460, 7529, 9753, 7416, 6339, 7882, 6397, 7908, 10626, 7574, 11584, 8621, 10431, 6869, 9651, 7226, 8944, 7000, 8264, 6998, 8049, 6872, 8349, 7013, 8193, 6898, 8699, 6712, 8444, 6824, 8296, 6731, 8223, 6554, 8072, 6356, 8267, 7225, 7762, 11127, 7094, 10415, 7093, 9399, 6753, 8064, 6832, 8095, 6971, 8941, 7094, 8259, 6972, 8530, 7041, 9831, 7060, 9412, 7013, 10463, 7080, 10827, 7421, 10031, 7115, 9503, 6870, 10237, 7362, 9328, 7219, 8399, 7177, 10127, 7318, 10322, 7317, 7800, 7430, 6502, 7876, 6401, 8401, 6427, 8407, 7030, 8153, 6913, 8905, 7116, 10322, 7249, 10466, 8082, 9474, 7518, 6559, 8425, 7068, 8669, 7334, 6331, 8266, 7000, 10959, 7844, 6484, 8575, 7185, 10629, 8424, 13506, 9648, 10690, 7283, 6333, 8322, 6359, 8448, 7034, 8425, 6950, 8240, 7195, 7057], 'WindowCenter': [4207.0, 4212.0, 4197.0, 4179.0, 4135.0, 4156.0, 4120.0, 4154.0, 4172.0, 4141.0, 4170.0, 4141.0, 4160.0, 4129.0, 4130.0, 4131.0, 4140.0, 4131.0, 4150.0, 4130.0, 4161.0, 4157.0, 4165.0, 4144.0, 4153.0, 4143.0, 4153.0, 4143.0, 4167.0, 4155.0, 4183.0, 4154.0, 4162.0, 4162.0, 4152.0, 4142.0, 4140.0, 4130.0, 4161.0, 4129.0, 4138.0, 4117.0, 4139.0, 4119.0, 4139.0, 4120.0, 4140.0, 4119.0, 4140.0, 4131.0, 4142.0, 4130.0, 4140.0, 4131.0, 4140.0, 4120.0, 4142.0, 4121.0, 4141.0, 4139.0, 4141.0, 4162.0, 4133.0, 4182.0, 4141.0, 4141.0, 4130.0, 4118.0, 4140.0, 4159.0, 4130.0, 4170.0, 4129.0, 4150.0, 4140.0, 4139.0, 4107.0, 4141.0, 4118.0, 4141.0, 4118.0, 4140.0, 4119.0, 4141.0, 4109.0, 4131.0, 4130.0, 4142.0, 4163.0, 4142.0, 4152.0, 4130.0, 4141.0, 4151.0, 4150.0, 4139.0, 4149.0, 4128.0, 4139.0, 4108.0, 4130.0, 4160.0, 4133.0, 4173.0, 4120.0, 4149.0, 4119.0, 4139.0, 4119.0, 4140.0, 4120.0, 4141.0, 4118.0, 4131.0, 4141.0, 4143.0, 4162.0, 4133.0, 4154.0, 4131.0, 4153.0, 4153.0, 4162.0, 4132.0, 4143.0, 4122.0, 4142.0, 4121.0, 4142.0, 4172.0, 4142.0, 4182.0, 4143.0, 4172.0, 4162.0, 4160.0, 4118.0, 4149.0, 4120.0, 4139.0, 4118.0, 4140.0, 4129.0, 4131.0, 4170.0, 4131.0, 4149.0, 4129.0, 4150.0, 4129.0, 4139.0, 4119.0, 4140.0, 4119.0, 4140.0, 4119.0, 4141.0, 4161.0, 4130.0, 4160.0, 4131.0, 4149.0, 4140.0, 4139.0, 4119.0, 4139.0, 4120.0, 4141.0, 4108.0, 4142.0, 4151.0, 4143.0, 4161.0, 4141.0, 4159.0, 4130.0, 4162.0, 4119.0, 4139.0, 4119.0, 4141.0, 4120.0, 4142.0, 4120.0, 4142.0, 4150.0, 4130.0, 4139.0, 4130.0, 4151.0, 4130.0, 4142.0, 4119.0, 4143.0, 4142.0, 4142.0, 4171.0, 4141.0, 4153.0, 4141.0, 4140.0, 4140.0, 4140.0, 4140.0, 4141.0, 4170.0, 4140.0, 4160.0, 4129.0, 4149.0, 4130.0, 4151.0, 4129.0, 4150.0, 4119.0, 4150.0, 4109.0, 4142.0, 4160.0, 4142.0, 4160.0, 4131.0, 4150.0, 4131.0, 4152.0, 4141.0, 4140.0, 4120.0, 4142.0, 4121.0, 4152.0, 4130.0, 4142.0, 4172.0, 4141.0, 4170.0, 4131.0, 4171.0, 4128.0, 4150.0, 4139.0, 4140.0, 4131.0, 4140.0, 4121.0, 4151.0, 4133.0, 4152.0, 4144.0, 4154.0, 4144.0, 4164.0, 4133.0, 4154.0, 4134.0, 4164.0, 4143.0, 4175.0, 4173.0, 4142.0, 4161.0, 4131.0, 4169.0, 4129.0, 4171.0, 4150.0, 4150.0, 4130.0, 4149.0, 4129.0, 4139.0, 4130.0, 4150.0, 4140.0, 4140.0, 4129.0, 4150.0, 4129.0, 4150.0, 4130.0, 4151.0, 4120.0, 4139.0, 4119.0, 4140.0, 4139.0, 4139.0, 4117.0, 4140.0, 4117.0, 4139.0, 4168.0, 4129.0, 4169.0, 4129.0, 4149.0, 4151.0, 4159.0, 4130.0, 4132.0, 4140.0, 4110.0, 4150.0, 4130.0, 4141.0, 4120.0, 4142.0, 4140.0, 4142.0, 4160.0, 4141.0, 4171.0, 4140.0, 4158.0, 4126.0, 4147.0, 4114.0, 4134.0, 4092.0, 4112.0, 4090.0, 4109.0, 4090.0, 4122.0, 4100.0, 4122.0, 4091.0, 4122.0, 4091.0, 4122.0, 4111.0, 4120.0, 4132.0, 4122.0, 4122.0, 4113.0, 4133.0, 4114.0, 4123.0, 4114.0, 4123.0, 4115.0, 4116.0, 4126.0, 4118.0, 4131.0, 4150.0, 4131.0, 4140.0, 4132.0, 4151.0, 4141.0, 4151.0, 4119.0, 4141.0, 4118.0, 4141.0, 4160.0, 4120.0, 4160.0, 4128.0, 4148.0, 4128.0, 4138.0, 4106.0, 4139.0, 4107.0, 4127.0, 4127.0, 4130.0, 4127.0, 4129.0, 4150.0, 4129.0, 4140.0, 4130.0, 4142.0, 4131.0, 4151.0, 4121.0, 4140.0, 4121.0, 4152.0, 4121.0, 4151.0, 4152.0, 4152.0, 4139.0, 4142.0, 4140.0, 4142.0, 4170.0, 4141.0, 4172.0, 4140.0, 4161.0, 4130.0, 4161.0, 4132.0, 4171.0, 4132.0, 4162.0, 4144.0, 4153.0, 4142.0, 4120.0, 4153.0, 4131.0, 4152.0, 4170.0, 4142.0, 4171.0, 4140.0, 4160.0, 4129.0, 4106.0, 4137.0, 4108.0, 4138.0, 4109.0, 4150.0, 4108.0, 4141.0, 4159.0, 4139.0, 4139.0, 4139.0, 4107.0, 4128.0, 4118.0, 4141.0, 4108.0, 4140.0, 4170.0, 4130.0, 4148.0, 4131.0, 4170.0, 4130.0, 4159.0, 4129.0, 4150.0, 4130.0, 4140.0, 4131.0, 4140.0, 4119.0, 4140.0, 4108.0, 4140.0, 4119.0, 4141.0, 4171.0, 4131.0, 4169.0, 4119.0, 4158.0, 4130.0, 4148.0, 4119.0, 4138.0, 4121.0, 4140.0, 4131.0, 4142.0, 4132.0, 4151.0, 4133.0, 4151.0, 4152.0, 4160.0, 4130.0, 4160.0, 4130.0, 4161.0, 4151.0, 4171.0, 4140.0, 4159.0, 4119.0, 4147.0, 4130.0, 4170.0, 4129.0, 4149.0, 4129.0, 4149.0, 4129.0, 4161.0, 4130.0, 4160.0, 4139.0, 4158.0, 4118.0, 4148.0, 4129.0, 4159.0, 4130.0, 4149.0, 4140.0, 4139.0, 4119.0, 4139.0, 4118.0, 4138.0, 4106.0, 4138.0, 4118.0, 4139.0, 4108.0, 4139.0, 4127.0, 4128.0, 4149.0, 4129.0, 4107.0, 4130.0, 4120.0, 4142.0, 4120.0, 4141.0, 4160.0, 4140.0, 4171.0, 4130.0, 4140.0, 4130.0, 4159.0, 4129.0, 4169.0, 4130.0, 4159.0, 4130.0, 4150.0, 4129.0, 4109.0, 4140.0, 4109.0, 4152.0, 4120.0, 4141.0, 4119.0, 4142.0, 4120.0, 4142.0, 4169.0, 4131.0, 4169.0, 4151.0, 4159.0, 4129.0, 4150.0, 4130.0, 4140.0, 4119.0, 4139.0, 4108.0, 4139.0, 4107.0, 4140.0, 4108.0, 4139.0, 4120.0, 4140.0, 4120.0, 4142.0, 4141.0, 4142.0, 4119.0, 4140.0, 4120.0, 4142.0, 4173.0, 4131.0, 4170.0, 4151.0, 4171.0, 4130.0, 4149.0, 4141.0, 4150.0, 4140.0, 4149.0, 4118.0, 4138.0, 4109.0, 4138.0, 4107.0, 4138.0, 4107.0, 4139.0, 4118.0, 4149.0, 4119.0, 4138.0, 4128.0, 4148.0, 4127.0, 4150.0, 4128.0, 4147.0, 4126.0, 4147.0, 4115.0, 4136.0, 4117.0, 4136.0, 4106.0, 4137.0, 4127.0, 4137.0, 4106.0, 4136.0, 4105.0, 4127.0, 4136.0, 4127.0, 4096.0, 4137.0, 4106.0, 4138.0, 4106.0, 4138.0, 4117.0, 4138.0, 4107.0, 4138.0, 4107.0, 4137.0, 4106.0, 4140.0, 4168.0, 4139.0, 4146.0, 4128.0, 4147.0, 4126.0, 4146.0, 4118.0, 4137.0, 4118.0, 4138.0, 4129.0, 4108.0, 4138.0, 4108.0, 4139.0, 4130.0, 4139.0, 4120.0, 4140.0, 4129.0, 4151.0, 4117.0, 4139.0, 4108.0, 4137.0, 4108.0, 4149.0, 4128.0, 4127.0, 4095.0, 4138.0, 4107.0, 4139.0, 4107.0, 4138.0, 4137.0, 4129.0, 4116.0, 4128.0, 4157.0, 4128.0, 4137.0, 4117.0, 4137.0, 4117.0, 4127.0, 4117.0, 4138.0, 4106.0, 4138.0, 4107.0, 4137.0, 4115.0, 4126.0, 4105.0, 4127.0, 4136.0, 4127.0, 4147.0, 4116.0, 4134.0, 4116.0, 4127.0, 4107.0, 4138.0, 4106.0, 4126.0, 4136.0, 4116.0, 4147.0, 4116.0, 4138.0, 4128.0, 4125.0, 4104.0, 4137.0, 4105.0, 4137.0, 4104.0, 4127.0, 4146.0, 4128.0, 4137.0, 4116.0, 4137.0, 4117.0, 4135.0, 4107.0, 4137.0, 4106.0, 4139.0, 4108.0, 4131.0, 4160.0, 4130.0, 4149.0, 4129.0, 4139.0, 4119.0, 4150.0, 4118.0, 4142.0, 4151.0, 4131.0, 4170.0, 4131.0, 4150.0, 4130.0, 4140.0, 4120.0, 4141.0, 4108.0, 4141.0, 4139.0, 4130.0, 4169.0, 4130.0, 4140.0, 4132.0, 4150.0, 4131.0, 4151.0, 4120.0, 4152.0, 4121.0, 4153.0, 4120.0, 4153.0, 4163.0, 4142.0, 4171.0, 4140.0, 4171.0, 4141.0, 4151.0, 4119.0, 4140.0, 4119.0, 4142.0, 4120.0, 4142.0, 4161.0, 4130.0, 4149.0, 4129.0, 4140.0, 4130.0, 4141.0, 4109.0, 4141.0, 4169.0, 4129.0, 4159.0, 4130.0, 4136.0, 4119.0, 4139.0, 4119.0, 4140.0, 4108.0, 4140.0, 4119.0, 4142.0, 4120.0, 4142.0, 4161.0, 4132.0, 4152.0, 4141.0, 4141.0, 4130.0, 4151.0, 4133.0, 4152.0, 4131.0, 4141.0, 4121.0, 4153.0, 4132.0, 4143.0, 4119.0, 4141.0, 4161.0, 4142.0, 4182.0, 4129.0, 4161.0, 4140.0, 4139.0, 4120.0, 4140.0, 4121.0, 4152.0, 4121.0, 4152.0, 4122.0, 4153.0, 4131.0, 4154.0, 4153.0, 4144.0, 4174.0, 4144.0, 4163.0, 4133.0, 4153.0, 4131.0, 4151.0, 4130.0, 4151.0, 4120.0, 4151.0, 4121.0, 4142.0, 4119.0, 4152.0, 4120.0, 4152.0, 4119.0, 4152.0, 4130.0, 4141.0, 4172.0, 4141.0, 4150.0, 4141.0, 4160.0, 4130.0, 4160.0, 4129.0, 4149.0, 4141.0, 4150.0, 4142.0, 4160.0, 4129.0, 4161.0, 4131.0, 4161.0, 4132.0, 4151.0, 4141.0, 4151.0, 4131.0, 4140.0, 4131.0, 4141.0, 4120.0, 4138.0, 4108.0, 4140.0, 4108.0, 4141.0, 4139.0, 4138.0, 4108.0, 4141.0, 4119.0, 4140.0, 4139.0, 4141.0, 4149.0, 4131.0, 4118.0, 4140.0, 4120.0, 4141.0, 4171.0, 4141.0, 4170.0, 4139.0, 4159.0, 4117.0, 4146.0, 4127.0, 4149.0, 4128.0, 4138.0, 4128.0, 4139.0, 4119.0, 4138.0, 4129.0, 4139.0, 4118.0, 4138.0, 4118.0, 4140.0, 4119.0, 4139.0, 4119.0, 4138.0, 4106.0, 4128.0, 4107.0, 4137.0, 4115.0, 4128.0, 4157.0, 4116.0, 4146.0, 4117.0, 4136.0, 4116.0, 4128.0, 4120.0, 4137.0, 4131.0, 4149.0, 4132.0, 4140.0, 4131.0, 4150.0, 4133.0, 4162.0, 4132.0, 4160.0, 4131.0, 4172.0, 4131.0, 4172.0, 4141.0, 4160.0, 4130.0, 4158.0, 4121.0, 4159.0, 4129.0, 4149.0, 4131.0, 4140.0, 4130.0, 4161.0, 4131.0, 4160.0, 4130.0, 4129.0, 4141.0, 4117.0, 4142.0, 4120.0, 4152.0, 4120.0, 4152.0, 4130.0, 4141.0, 4132.0, 4152.0, 4132.0, 4173.0, 4142.0, 4172.0, 4142.0, 4161.0, 4131.0, 4120.0, 4151.0, 4132.0, 4153.0, 4143.0, 4122.0, 4153.0, 4133.0, 4172.0, 4142.0, 4121.0, 4151.0, 4129.0, 4161.0, 4141.0, 4180.0, 4148.0, 4157.0, 4117.0, 4107.0, 4137.0, 4108.0, 4139.0, 4119.0, 4137.0, 4119.0, 4139.0, 4130.0, 4129.0], 'WindowWidth': [9340.0, 9352.0, 9318.0, 9279.0, 9214.0, 9240.0, 9186.0, 9232.0, 9252.0, 9211.0, 9247.0, 9208.0, 9232.0, 9193.0, 9193.0, 9197.0, 9209.0, 9197.0, 9221.0, 9196.0, 9238.0, 9247.0, 9250.0, 9222.0, 9231.0, 9217.0, 9232.0, 9220.0, 9261.0, 9237.0, 9272.0, 9233.0, 9243.0, 9241.0, 9227.0, 9212.0, 9209.0, 9196.0, 9235.0, 9190.0, 9202.0, 9174.0, 9203.0, 9178.0, 9206.0, 9182.0, 9208.0, 9180.0, 9209.0, 9198.0, 9214.0, 9195.0, 9210.0, 9198.0, 9208.0, 9182.0, 9213.0, 9183.0, 9211.0, 9207.0, 9213.0, 9240.0, 9203.0, 9267.0, 9211.0, 9209.0, 9195.0, 9178.0, 9208.0, 9232.0, 9194.0, 9247.0, 9193.0, 9220.0, 9208.0, 9207.0, 9162.0, 9208.0, 9175.0, 9210.0, 9176.0, 9208.0, 9177.0, 9208.0, 9165.0, 9197.0, 9196.0, 9215.0, 9243.0, 9214.0, 9226.0, 9195.0, 9210.0, 9222.0, 9221.0, 9205.0, 9218.0, 9189.0, 9205.0, 9161.0, 9195.0, 9235.0, 9200.0, 9254.0, 9181.0, 9219.0, 9179.0, 9204.0, 9178.0, 9207.0, 9180.0, 9208.0, 9178.0, 9199.0, 9210.0, 9217.0, 9241.0, 9204.0, 9231.0, 9200.0, 9230.0, 9228.0, 9240.0, 9199.0, 9215.0, 9188.0, 9214.0, 9187.0, 9216.0, 9254.0, 9213.0, 9267.0, 9215.0, 9252.0, 9237.0, 9233.0, 9177.0, 9219.0, 9180.0, 9205.0, 9176.0, 9207.0, 9190.0, 9195.0, 9248.0, 9195.0, 9218.0, 9193.0, 9221.0, 9191.0, 9204.0, 9179.0, 9207.0, 9178.0, 9207.0, 9178.0, 9211.0, 9236.0, 9195.0, 9233.0, 9196.0, 9217.0, 9207.0, 9205.0, 9178.0, 9205.0, 9181.0, 9209.0, 9164.0, 9212.0, 9224.0, 9216.0, 9238.0, 9210.0, 9233.0, 9194.0, 9237.0, 9179.0, 9205.0, 9179.0, 9209.0, 9180.0, 9212.0, 9181.0, 9214.0, 9224.0, 9196.0, 9207.0, 9197.0, 9226.0, 9197.0, 9212.0, 9182.0, 9217.0, 9213.0, 9215.0, 9252.0, 9210.0, 9228.0, 9210.0, 9209.0, 9208.0, 9208.0, 9206.0, 9209.0, 9247.0, 9207.0, 9235.0, 9192.0, 9218.0, 9194.0, 9224.0, 9193.0, 9221.0, 9181.0, 9223.0, 9166.0, 9214.0, 9235.0, 9214.0, 9237.0, 9198.0, 9224.0, 9198.0, 9227.0, 9211.0, 9209.0, 9185.0, 9215.0, 9186.0, 9227.0, 9195.0, 9213.0, 9253.0, 9212.0, 9248.0, 9198.0, 9250.0, 9191.0, 9221.0, 9207.0, 9209.0, 9198.0, 9209.0, 9184.0, 9228.0, 9207.0, 9231.0, 9222.0, 9236.0, 9223.0, 9249.0, 9207.0, 9236.0, 9209.0, 9248.0, 9217.0, 9264.0, 9256.0, 9214.0, 9236.0, 9196.0, 9247.0, 9193.0, 9250.0, 9221.0, 9219.0, 9194.0, 9220.0, 9194.0, 9207.0, 9196.0, 9220.0, 9208.0, 9208.0, 9193.0, 9222.0, 9192.0, 9220.0, 9194.0, 9223.0, 9180.0, 9204.0, 9179.0, 9207.0, 9205.0, 9203.0, 9174.0, 9206.0, 9173.0, 9204.0, 9243.0, 9190.0, 9245.0, 9191.0, 9218.0, 9223.0, 9230.0, 9195.0, 9201.0, 9206.0, 9166.0, 9223.0, 9197.0, 9212.0, 9181.0, 9215.0, 9208.0, 9214.0, 9236.0, 9210.0, 9249.0, 9206.0, 9227.0, 9182.0, 9210.0, 9160.0, 9186.0, 9127.0, 9154.0, 9121.0, 9146.0, 9121.0, 9166.0, 9136.0, 9165.0, 9124.0, 9166.0, 9124.0, 9166.0, 9151.0, 9161.0, 9180.0, 9166.0, 9166.0, 9158.0, 9183.0, 9159.0, 9171.0, 9159.0, 9173.0, 9165.0, 9168.0, 9185.0, 9176.0, 9197.0, 9220.0, 9198.0, 9210.0, 9201.0, 9226.0, 9213.0, 9225.0, 9181.0, 9211.0, 9177.0, 9209.0, 9233.0, 9182.0, 9234.0, 9187.0, 9216.0, 9188.0, 9201.0, 9157.0, 9202.0, 9158.0, 9187.0, 9187.0, 9194.0, 9188.0, 9193.0, 9222.0, 9193.0, 9208.0, 9196.0, 9213.0, 9199.0, 9226.0, 9185.0, 9210.0, 9185.0, 9226.0, 9184.0, 9226.0, 9226.0, 9227.0, 9206.0, 9214.0, 9210.0, 9214.0, 9250.0, 9211.0, 9253.0, 9210.0, 9237.0, 9197.0, 9238.0, 9200.0, 9252.0, 9203.0, 9244.0, 9221.0, 9230.0, 9217.0, 9184.0, 9230.0, 9198.0, 9229.0, 9251.0, 9213.0, 9250.0, 9209.0, 9233.0, 9192.0, 9157.0, 9200.0, 9162.0, 9203.0, 9165.0, 9221.0, 9162.0, 9209.0, 9231.0, 9205.0, 9205.0, 9205.0, 9161.0, 9190.0, 9175.0, 9210.0, 9163.0, 9209.0, 9249.0, 9196.0, 9217.0, 9197.0, 9249.0, 9195.0, 9232.0, 9194.0, 9221.0, 9195.0, 9209.0, 9198.0, 9208.0, 9180.0, 9209.0, 9164.0, 9209.0, 9179.0, 9211.0, 9252.0, 9199.0, 9247.0, 9178.0, 9230.0, 9194.0, 9216.0, 9180.0, 9204.0, 9184.0, 9211.0, 9200.0, 9214.0, 9203.0, 9226.0, 9205.0, 9227.0, 9229.0, 9236.0, 9197.0, 9237.0, 9196.0, 9237.0, 9224.0, 9251.0, 9208.0, 9231.0, 9179.0, 9214.0, 9194.0, 9246.0, 9194.0, 9218.0, 9194.0, 9220.0, 9193.0, 9236.0, 9194.0, 9233.0, 9206.0, 9229.0, 9176.0, 9217.0, 9192.0, 9233.0, 9195.0, 9219.0, 9208.0, 9204.0, 9178.0, 9205.0, 9176.0, 9204.0, 9158.0, 9201.0, 9175.0, 9205.0, 9161.0, 9205.0, 9187.0, 9191.0, 9218.0, 9193.0, 9161.0, 9195.0, 9182.0, 9214.0, 9183.0, 9212.0, 9236.0, 9211.0, 9252.0, 9196.0, 9208.0, 9195.0, 9233.0, 9193.0, 9247.0, 9194.0, 9232.0, 9194.0, 9222.0, 9193.0, 9168.0, 9208.0, 9169.0, 9228.0, 9184.0, 9211.0, 9181.0, 9213.0, 9181.0, 9213.0, 9246.0, 9198.0, 9247.0, 9224.0, 9232.0, 9193.0, 9223.0, 9194.0, 9208.0, 9179.0, 9206.0, 9164.0, 9206.0, 9162.0, 9208.0, 9163.0, 9206.0, 9182.0, 9209.0, 9182.0, 9215.0, 9212.0, 9215.0, 9181.0, 9212.0, 9184.0, 9216.0, 9257.0, 9199.0, 9251.0, 9225.0, 9252.0, 9195.0, 9221.0, 9210.0, 9223.0, 9208.0, 9217.0, 9176.0, 9203.0, 9164.0, 9203.0, 9160.0, 9202.0, 9162.0, 9205.0, 9176.0, 9218.0, 9179.0, 9203.0, 9191.0, 9216.0, 9189.0, 9220.0, 9188.0, 9214.0, 9182.0, 9210.0, 9167.0, 9196.0, 9171.0, 9195.0, 9156.0, 9200.0, 9183.0, 9198.0, 9157.0, 9195.0, 9153.0, 9186.0, 9196.0, 9184.0, 9143.0, 9199.0, 9157.0, 9202.0, 9157.0, 9202.0, 9174.0, 9202.0, 9157.0, 9201.0, 9161.0, 9200.0, 9157.0, 9207.0, 9244.0, 9204.0, 9211.0, 9189.0, 9212.0, 9183.0, 9210.0, 9173.0, 9200.0, 9174.0, 9202.0, 9191.0, 9163.0, 9203.0, 9164.0, 9208.0, 9195.0, 9207.0, 9181.0, 9209.0, 9194.0, 9223.0, 9175.0, 9206.0, 9164.0, 9199.0, 9162.0, 9218.0, 9185.0, 9184.0, 9141.0, 9200.0, 9159.0, 9202.0, 9160.0, 9203.0, 9200.0, 9190.0, 9171.0, 9190.0, 9227.0, 9187.0, 9199.0, 9173.0, 9198.0, 9172.0, 9186.0, 9172.0, 9200.0, 9157.0, 9200.0, 9159.0, 9199.0, 9168.0, 9182.0, 9152.0, 9185.0, 9195.0, 9186.0, 9213.0, 9171.0, 9192.0, 9170.0, 9185.0, 9158.0, 9201.0, 9156.0, 9182.0, 9196.0, 9171.0, 9211.0, 9172.0, 9201.0, 9187.0, 9180.0, 9151.0, 9198.0, 9153.0, 9199.0, 9152.0, 9186.0, 9210.0, 9188.0, 9199.0, 9170.0, 9198.0, 9173.0, 9195.0, 9158.0, 9199.0, 9158.0, 9205.0, 9163.0, 9197.0, 9236.0, 9196.0, 9220.0, 9195.0, 9208.0, 9181.0, 9223.0, 9179.0, 9216.0, 9226.0, 9198.0, 9250.0, 9199.0, 9223.0, 9195.0, 9210.0, 9183.0, 9210.0, 9162.0, 9211.0, 9205.0, 9195.0, 9247.0, 9196.0, 9209.0, 9201.0, 9224.0, 9200.0, 9227.0, 9185.0, 9229.0, 9187.0, 9232.0, 9186.0, 9233.0, 9245.0, 9216.0, 9251.0, 9210.0, 9252.0, 9210.0, 9224.0, 9180.0, 9208.0, 9180.0, 9214.0, 9184.0, 9215.0, 9238.0, 9197.0, 9222.0, 9195.0, 9209.0, 9195.0, 9211.0, 9165.0, 9210.0, 9247.0, 9194.0, 9232.0, 9194.0, 9200.0, 9178.0, 9205.0, 9179.0, 9208.0, 9166.0, 9209.0, 9181.0, 9216.0, 9184.0, 9217.0, 9239.0, 9202.0, 9228.0, 9214.0, 9212.0, 9198.0, 9227.0, 9204.0, 9230.0, 9201.0, 9215.0, 9188.0, 9232.0, 9203.0, 9217.0, 9182.0, 9214.0, 9239.0, 9214.0, 9267.0, 9195.0, 9238.0, 9209.0, 9206.0, 9182.0, 9210.0, 9186.0, 9229.0, 9188.0, 9229.0, 9189.0, 9233.0, 9203.0, 9236.0, 9233.0, 9222.0, 9263.0, 9222.0, 9246.0, 9205.0, 9231.0, 9201.0, 9227.0, 9198.0, 9225.0, 9184.0, 9225.0, 9186.0, 9215.0, 9183.0, 9228.0, 9183.0, 9227.0, 9182.0, 9228.0, 9197.0, 9213.0, 9254.0, 9213.0, 9224.0, 9211.0, 9234.0, 9196.0, 9235.0, 9193.0, 9222.0, 9215.0, 9225.0, 9215.0, 9237.0, 9196.0, 9238.0, 9199.0, 9239.0, 9202.0, 9227.0, 9213.0, 9224.0, 9199.0, 9210.0, 9198.0, 9211.0, 9181.0, 9204.0, 9164.0, 9207.0, 9162.0, 9210.0, 9205.0, 9204.0, 9164.0, 9211.0, 9179.0, 9209.0, 9205.0, 9210.0, 9219.0, 9197.0, 9178.0, 9211.0, 9183.0, 9212.0, 9252.0, 9211.0, 9250.0, 9207.0, 9231.0, 9175.0, 9213.0, 9187.0, 9220.0, 9191.0, 9203.0, 9191.0, 9205.0, 9180.0, 9203.0, 9192.0, 9205.0, 9178.0, 9204.0, 9177.0, 9208.0, 9179.0, 9205.0, 9179.0, 9203.0, 9157.0, 9188.0, 9157.0, 9200.0, 9168.0, 9188.0, 9227.0, 9171.0, 9210.0, 9173.0, 9196.0, 9172.0, 9188.0, 9182.0, 9203.0, 9199.0, 9220.0, 9200.0, 9209.0, 9198.0, 9223.0, 9204.0, 9242.0, 9203.0, 9237.0, 9200.0, 9255.0, 9199.0, 9254.0, 9213.0, 9235.0, 9196.0, 9232.0, 9185.0, 9235.0, 9194.0, 9219.0, 9197.0, 9209.0, 9196.0, 9238.0, 9199.0, 9235.0, 9195.0, 9193.0, 9214.0, 9178.0, 9214.0, 9184.0, 9226.0, 9183.0, 9228.0, 9199.0, 9213.0, 9201.0, 9228.0, 9202.0, 9258.0, 9215.0, 9253.0, 9216.0, 9240.0, 9199.0, 9183.0, 9226.0, 9203.0, 9233.0, 9216.0, 9188.0, 9231.0, 9206.0, 9257.0, 9216.0, 9186.0, 9224.0, 9193.0, 9237.0, 9209.0, 9260.0, 9216.0, 9225.0, 9172.0, 9159.0, 9200.0, 9162.0, 9204.0, 9177.0, 9199.0, 9178.0, 9204.0, 9194.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.0026175592885375495</td></tr>
<tr><td colspan=3>aqi</td><td>0.026287434980237154</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.358315295242356</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.183486788021761</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0115130656874383</td></tr>
<tr><td colspan=3>efc</td><td>0.4668</td></tr>
<tr><td colspan=3>fber</td><td>6697.9497</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.055097849845692104</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.2964426877470356</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.70151042463012</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6210404829640708</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9048760216514493</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5786147692748393</td></tr>
<tr><td colspan=3>gcor</td><td>0.00546618</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004832244943827391</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024429084733128548</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1012</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.709421753452814</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>21.4908</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5892</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.594</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300978.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>800.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.6253</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9816</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.5031</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3326.4812</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.2074</td></tr>
<tr><td colspan=3>tsnr</td><td>37.3890428384766</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>