<?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-0029_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-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-01/func/sub-0029_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>c7693c5107dda676fed364ad46655b32</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>14:33:1.362500</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.999683, 0.024919, 0.0034808, -0.0251301, 0.995702, 0.0891382]</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.112527</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>[4148, -7764, -7199, 618, -42, -171, 36, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.268</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d713e943-4a7c-42a8-bf76-52e9cc5dae08||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.682077407836914, -0.06742225587368011, 0.003360437462106347, 113.87952423095703], [-0.06685581058263779, 2.671396255493164, 0.24083302915096283, -83.49015808105469], [0.00933872815221548, -0.23915117979049683, 2.6892356872558594, -27.27623748779297], [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': ['143301.362500', '143301.822500', '143302.282500', '143302.742500', '143303.202500', '143303.662500', '143304.122500', '143304.582500', '143305.042500', '143305.502500', '143305.962500', '143306.422500', '143306.882500', '143307.342500', '143307.802500', '143308.262500', '143308.722500', '143309.182500', '143309.642500', '143310.102500', '143310.562500', '143311.022500', '143311.482500', '143311.942500', '143312.402500', '143312.862500', '143313.322500', '143313.782500', '143314.242500', '143314.702500', '143315.162500', '143315.622500', '143316.082500', '143316.542500', '143317.002500', '143317.462500', '143317.922500', '143318.382500', '143318.842500', '143319.302500', '143319.762500', '143320.222500', '143320.682500', '143321.142500', '143321.602500', '143322.062500', '143322.522500', '143322.982500', '143323.442500', '143323.902500', '143324.362500', '143324.822500', '143325.282500', '143325.742500', '143326.202500', '143326.662500', '143327.122500', '143327.582500', '143328.042500', '143328.502500', '143328.962500', '143329.422500', '143329.882500', '143330.342500', '143330.802500', '143331.262500', '143331.722500', '143332.182500', '143332.642500', '143333.102500', '143333.562500', '143334.022500', '143334.482500', '143334.942500', '143335.402500', '143335.862500', '143336.322500', '143336.782500', '143337.242500', '143337.702500', '143338.162500', '143338.622500', '143339.082500', '143339.542500', '143340.002500', '143340.462500', '143340.922500', '143341.382500', '143341.842500', '143342.302500', '143342.762500', '143343.222500', '143343.682500', '143344.142500', '143344.602500', '143345.062500', '143345.522500', '143345.982500', '143346.442500', '143346.902500', '143347.362500', '143347.822500', '143348.282500', '143348.742500', '143349.202500', '143349.662500', '143350.122500', '143350.582500', '143351.042500', '143351.502500', '143351.962500', '143352.422500', '143352.882500', '143353.342500', '143353.802500', '143354.262500', '143354.722500', '143355.182500', '143355.642500', '143356.102500', '143356.562500', '143357.022500', '143357.482500', '143357.942500', '143358.402500', '143358.862500', '143359.322500', '143359.782500', '143400.242500', '143400.702500', '143401.162500', '143401.622500', '143402.082500', '143402.542500', '143403.002500', '143403.462500', '143403.922500', '143404.382500', '143404.842500', '143405.302500', '143405.762500', '143406.222500', '143406.682500', '143407.142500', '143407.602500', '143408.062500', '143408.522500', '143408.982500', '143409.442500', '143409.902500', '143410.362500', '143410.822500', '143411.282500', '143411.742500', '143412.202500', '143412.662500', '143413.122500', '143413.582500', '143414.042500', '143414.502500', '143414.962500', '143415.422500', '143415.882500', '143416.342500', '143416.802500', '143417.262500', '143417.722500', '143418.182500', '143418.642500', '143419.102500', '143419.562500', '143420.022500', '143420.482500', '143420.942500', '143421.402500', '143421.862500', '143422.322500', '143422.782500', '143423.242500', '143423.702500', '143424.162500', '143424.622500', '143425.082500', '143425.542500', '143426.002500', '143426.462500', '143426.922500', '143427.382500', '143427.842500', '143428.302500', '143428.762500', '143429.222500', '143429.682500', '143430.142500', '143430.602500', '143431.062500', '143431.522500', '143431.982500', '143432.442500', '143432.902500', '143433.362500', '143433.822500', '143434.282500', '143434.742500', '143435.202500', '143435.662500', '143436.122500', '143436.582500', '143437.042500', '143437.502500', '143437.962500', '143438.422500', '143438.882500', '143439.342500', '143439.802500', '143440.262500', '143440.722500', '143441.182500', '143441.642500', '143442.102500', '143442.562500', '143443.022500', '143443.482500', '143443.942500', '143444.402500', '143444.862500', '143445.322500', '143445.782500', '143446.242500', '143446.702500', '143447.162500', '143447.622500', '143448.082500', '143448.542500', '143449.002500', '143449.462500', '143449.922500', '143450.382500', '143450.842500', '143451.302500', '143451.762500', '143452.222500', '143452.682500', '143453.142500', '143453.602500', '143454.062500', '143454.522500', '143454.982500', '143455.442500', '143455.902500', '143456.362500', '143456.822500', '143457.282500', '143457.742500', '143458.202500', '143458.662500', '143459.122500', '143459.582500', '143500.042500', '143500.502500', '143500.962500', '143501.422500', '143501.882500', '143502.342500', '143502.802500', '143503.262500', '143503.722500', '143504.182500', '143504.642500', '143505.102500', '143505.562500', '143506.022500', '143506.482500', '143506.942500', '143507.402500', '143507.862500', '143508.322500', '143508.782500', '143509.242500', '143509.702500', '143510.162500', '143510.622500', '143511.082500', '143511.542500', '143512.002500', '143512.462500', '143512.922500', '143513.382500', '143513.842500', '143514.302500', '143514.762500', '143515.222500', '143515.682500', '143516.142500', '143516.602500', '143517.062500', '143517.522500', '143517.982500', '143518.442500', '143518.902500', '143519.362500', '143519.822500', '143520.282500', '143520.742500', '143521.202500', '143521.662500', '143522.122500', '143522.582500', '143523.042500', '143523.502500', '143523.962500', '143524.422500', '143524.882500', '143525.342500', '143525.802500', '143526.262500', '143526.722500', '143527.182500', '143527.642500', '143528.102500', '143528.562500', '143529.022500', '143529.482500', '143529.942500', '143530.402500', '143530.862500', '143531.322500', '143531.782500', '143532.242500', '143532.702500', '143533.162500', '143533.622500', '143534.082500', '143534.542500', '143535.002500', '143535.462500', '143535.922500', '143536.382500', '143536.842500', '143537.302500', '143537.762500', '143538.222500', '143538.682500', '143539.142500', '143539.602500', '143540.062500', '143540.522500', '143540.982500', '143541.442500', '143541.902500', '143542.362500', '143542.822500', '143543.282500', '143543.742500', '143544.202500', '143544.662500', '143545.122500', '143545.582500', '143546.042500', '143546.502500', '143546.962500', '143547.422500', '143547.882500', '143548.342500', '143548.802500', '143549.262500', '143549.722500', '143550.182500', '143550.642500', '143551.102500', '143551.562500', '143552.022500', '143552.482500', '143552.942500', '143553.402500', '143553.862500', '143554.322500', '143554.782500', '143555.242500', '143555.702500', '143556.162500', '143556.622500', '143557.082500', '143557.542500', '143558.002500', '143558.462500', '143558.922500', '143559.382500', '143559.842500', '143600.302500', '143600.762500', '143601.222500', '143601.682500', '143602.142500', '143602.602500', '143603.062500', '143603.522500', '143603.982500', '143604.442500', '143604.902500', '143605.362500', '143605.822500', '143606.282500', '143606.742500', '143607.202500', '143607.662500', '143608.122500', '143608.582500', '143609.042500', '143609.502500', '143609.962500', '143610.422500', '143610.882500', '143611.342500', '143611.802500', '143612.262500', '143612.722500', '143613.182500', '143613.642500', '143614.102500', '143614.562500', '143615.022500', '143615.482500', '143615.942500', '143616.402500', '143616.862500', '143617.322500', '143617.782500', '143618.242500', '143618.702500', '143619.162500', '143619.622500', '143620.082500', '143620.542500', '143621.002500', '143621.462500', '143621.922500', '143622.382500', '143622.842500', '143623.302500', '143623.762500', '143624.222500', '143624.682500', '143625.142500', '143625.602500', '143626.062500', '143626.522500', '143626.982500', '143627.442500', '143627.902500', '143628.362500', '143628.822500', '143629.282500', '143629.742500', '143630.202500', '143630.662500', '143631.122500', '143631.582500', '143632.042500', '143632.502500', '143632.962500', '143633.422500', '143633.882500', '143634.342500', '143634.802500', '143635.262500', '143635.722500', '143636.182500', '143636.642500', '143637.102500', '143637.562500', '143638.022500', '143638.482500', '143638.942500', '143639.402500', '143639.862500', '143640.322500', '143640.782500', '143641.242500', '143641.702500', '143642.162500', '143642.622500', '143643.082500', '143643.542500', '143644.002500', '143644.462500', '143644.922500', '143645.382500', '143645.842500', '143646.302500', '143646.762500', '143647.222500', '143647.682500', '143648.142500', '143648.602500', '143649.062500', '143649.522500', '143649.982500', '143650.442500', '143650.902500', '143651.362500', '143651.822500', '143652.282500', '143652.742500', '143653.202500', '143653.662500', '143654.122500', '143654.582500', '143655.042500', '143655.502500', '143655.962500', '143656.422500', '143656.882500', '143657.342500', '143657.802500', '143658.262500', '143658.722500', '143659.182500', '143659.642500', '143700.102500', '143700.562500', '143701.022500', '143701.482500', '143701.942500', '143702.402500', '143702.862500', '143703.322500', '143703.782500', '143704.242500', '143704.702500', '143705.162500', '143705.622500', '143706.082500', '143706.542500', '143707.002500', '143707.462500', '143707.922500', '143708.382500', '143708.842500', '143709.302500', '143709.762500', '143710.222500', '143710.682500', '143711.142500', '143711.602500', '143712.062500', '143712.522500', '143712.982500', '143713.442500', '143713.902500', '143714.362500', '143714.822500', '143715.282500', '143715.742500', '143716.202500', '143716.662500', '143717.122500', '143717.582500', '143718.042500', '143718.502500', '143718.962500', '143719.422500', '143719.882500', '143720.342500', '143720.802500', '143721.262500', '143721.722500', '143722.182500', '143722.642500', '143723.102500', '143723.562500', '143724.022500', '143724.482500', '143724.942500', '143725.402500', '143725.862500', '143726.322500', '143726.782500', '143727.242500', '143727.702500', '143728.162500', '143728.622500', '143729.082500', '143729.542500', '143730.002500', '143730.462500', '143730.922500', '143731.382500', '143731.842500', '143732.302500', '143732.762500', '143733.222500', '143733.682500', '143734.142500', '143734.602500', '143735.062500', '143735.522500', '143735.982500', '143736.442500', '143736.902500', '143737.362500', '143737.822500', '143738.282500', '143738.742500', '143739.202500', '143739.662500', '143740.122500', '143740.582500', '143741.042500', '143741.502500', '143741.962500', '143742.422500', '143742.882500', '143743.342500', '143743.802500', '143744.262500', '143744.722500', '143745.182500', '143745.642500', '143746.102500', '143746.562500', '143747.022500', '143747.482500', '143747.942500', '143748.402500', '143748.862500', '143749.322500', '143749.782500', '143750.242500', '143750.702500', '143751.162500', '143751.622500', '143752.082500', '143752.542500', '143753.002500', '143753.462500', '143753.922500', '143754.382500', '143754.842500', '143755.302500', '143755.762500', '143756.222500', '143756.682500', '143757.142500', '143757.602500', '143758.062500', '143758.522500', '143758.982500', '143759.442500', '143759.902500', '143800.362500', '143800.822500', '143801.282500', '143801.742500', '143802.202500', '143802.662500', '143803.122500', '143803.582500', '143804.042500', '143804.502500', '143804.962500', '143805.422500', '143805.882500', '143806.342500', '143806.802500', '143807.262500', '143807.722500', '143808.182500', '143808.642500', '143809.102500', '143809.562500', '143810.022500', '143810.482500', '143810.942500', '143811.402500', '143811.862500', '143812.322500', '143812.782500', '143813.242500', '143813.702500', '143814.162500', '143814.622500', '143815.082500', '143815.542500', '143816.002500', '143816.462500', '143816.922500', '143817.382500', '143817.842500', '143818.302500', '143818.762500', '143819.222500', '143819.682500', '143820.142500', '143820.602500', '143821.062500', '143821.522500', '143821.982500', '143822.442500', '143822.902500', '143823.362500', '143823.822500', '143824.282500', '143824.742500', '143825.202500', '143825.662500', '143826.122500', '143826.582500', '143827.042500', '143827.502500', '143827.962500', '143828.422500', '143828.882500', '143829.342500', '143829.802500', '143830.262500', '143830.722500', '143831.182500', '143831.642500', '143832.102500', '143832.562500', '143833.022500', '143833.482500', '143833.942500', '143834.402500', '143834.862500', '143835.322500', '143835.782500', '143836.242500', '143836.702500', '143837.162500', '143837.622500', '143838.082500', '143838.542500', '143839.002500', '143839.462500', '143839.922500', '143840.382500', '143840.842500', '143841.302500', '143841.762500', '143842.222500', '143842.682500', '143843.142500', '143843.602500', '143844.062500', '143844.522500', '143844.982500', '143845.442500', '143845.902500', '143846.362500', '143846.822500', '143847.282500', '143847.742500', '143848.202500', '143848.662500', '143849.122500', '143849.582500', '143850.042500', '143850.502500', '143850.962500', '143851.422500', '143851.882500', '143852.342500', '143852.802500', '143853.262500', '143853.722500', '143854.182500', '143854.642500', '143855.102500', '143855.562500', '143856.022500', '143856.482500', '143856.942500', '143857.402500', '143857.862500', '143858.322500', '143858.782500', '143859.242500', '143859.702500', '143900.162500', '143900.622500', '143901.082500', '143901.542500', '143902.002500', '143902.462500', '143902.922500', '143903.382500', '143903.842500', '143904.302500', '143904.762500', '143905.222500', '143905.682500', '143906.142500', '143906.602500', '143907.062500', '143907.522500', '143907.982500', '143908.442500', '143908.902500', '143909.362500', '143909.822500', '143910.282500', '143910.742500', '143911.202500', '143911.662500', '143912.122500', '143912.582500', '143913.042500', '143913.502500', '143913.962500', '143914.422500', '143914.882500', '143915.342500', '143915.802500', '143916.262500', '143916.722500', '143917.182500', '143917.642500', '143918.102500', '143918.562500', '143919.022500', '143919.482500', '143919.942500', '143920.402500', '143920.862500', '143921.322500', '143921.782500', '143922.242500', '143922.702500', '143923.162500', '143923.622500', '143924.082500', '143924.542500', '143925.002500', '143925.462500', '143925.922500', '143926.382500', '143926.842500', '143927.302500', '143927.762500', '143928.222500', '143928.682500', '143929.142500', '143929.602500', '143930.062500', '143930.522500', '143930.982500', '143931.442500', '143931.902500', '143932.362500', '143932.822500', '143933.282500', '143933.742500', '143934.202500', '143934.662500', '143935.122500', '143935.582500', '143936.042500', '143936.502500', '143936.962500', '143937.422500', '143937.882500', '143938.342500', '143938.802500', '143939.262500', '143939.722500', '143940.182500', '143940.642500', '143941.102500', '143941.562500', '143942.022500', '143942.482500', '143942.942500', '143943.402500', '143943.862500', '143944.322500', '143944.782500', '143945.242500', '143945.702500', '143946.162500', '143946.622500', '143947.082500', '143947.542500', '143948.002500', '143948.462500', '143948.922500', '143949.382500', '143949.842500', '143950.302500', '143950.762500', '143951.222500', '143951.682500', '143952.142500', '143952.602500', '143953.062500', '143953.522500', '143953.982500', '143954.442500', '143954.902500', '143955.362500', '143955.822500', '143956.282500', '143956.742500', '143957.202500', '143957.662500', '143958.122500', '143958.582500', '143959.042500', '143959.502500', '143959.962500', '144000.422500', '144000.882500', '144001.342500', '144001.802500', '144002.262500', '144002.722500', '144003.182500', '144003.642500', '144004.102500', '144004.562500', '144005.022500', '144005.482500', '144005.942500', '144006.402500', '144006.862500', '144007.322500', '144007.782500', '144008.242500', '144008.702500', '144009.162500', '144009.622500', '144010.082500', '144010.542500', '144011.002500', '144011.462500', '144011.922500', '144012.382500', '144012.842500', '144013.302500', '144013.762500', '144014.222500', '144014.682500', '144015.142500', '144015.602500', '144016.062500', '144016.522500', '144016.982500', '144017.442500', '144017.902500', '144018.362500', '144018.822500', '144019.282500', '144019.742500', '144020.202500', '144020.662500', '144021.122500', '144021.582500', '144022.042500', '144022.502500', '144022.962500', '144023.422500', '144023.882500', '144024.342500', '144024.802500', '144025.262500', '144025.722500', '144026.182500', '144026.642500', '144027.102500', '144027.562500', '144028.022500', '144028.482500', '144028.942500', '144029.402500', '144029.862500', '144030.322500', '144030.782500', '144031.242500', '144031.702500', '144032.162500', '144032.622500', '144033.082500', '144033.542500', '144034.002500', '144034.462500', '144034.922500', '144035.382500', '144035.842500', '144036.302500', '144036.762500', '144037.222500', '144037.682500', '144038.142500', '144038.602500', '144039.062500', '144039.522500', '144039.982500', '144040.442500', '144040.902500', '144041.362500', '144041.822500', '144042.282500', '144042.742500', '144043.202500', '144043.662500', '144044.122500', '144044.582500', '144045.042500', '144045.502500', '144045.962500', '144046.422500', '144046.882500', '144047.342500', '144047.802500', '144048.262500'], 'ContentTime': ['143319.980000', '143319.984000', '143319.987000', '143319.990000', '143319.994000', '143319.997000', '143320.001000', '143320.004000', '143320.007000', '143320.010000', '143320.024000', '143320.027000', '143320.030000', '143320.033000', '143320.036000', '143320.047000', '143320.050000', '143320.053000', '143320.056000', '143320.059000', '143320.062000', '143320.064000', '143320.067000', '143320.070000', '143320.074000', '143320.077000', '143320.080000', '143320.083000', '143320.086000', '143320.089000', '143320.092000', '143320.095000', '143320.098000', '143320.101000', '143320.104000', '143320.107000', '143320.110000', '143320.113000', '143320.116000', '143339.949000', '143339.952000', '143339.955000', '143339.958000', '143339.961000', '143339.964000', '143339.967000', '143339.970000', '143339.972000', '143339.975000', '143339.978000', '143339.981000', '143339.984000', '143339.987000', '143339.990000', '143339.993000', '143339.996000', '143339.998000', '143340.002000', '143340.005000', '143340.008000', '143340.011000', '143340.014000', '143340.017000', '143340.020000', '143340.023000', '143340.026000', '143340.029000', '143340.031000', '143340.034000', '143340.037000', '143340.040000', '143340.043000', '143340.046000', '143340.049000', '143340.052000', '143340.055000', '143340.058000', '143340.060000', '143340.063000', '143340.066000', '143340.069000', '143340.072000', '143359.950000', '143359.953000', '143359.956000', '143359.959000', '143359.963000', '143359.965000', '143359.968000', '143359.971000', '143359.974000', '143359.977000', '143359.980000', '143359.983000', '143359.986000', '143359.989000', '143359.992000', '143359.995000', '143400.000000', '143400.003000', '143400.005000', '143400.008000', '143400.011000', '143400.015000', '143400.018000', '143400.021000', '143400.024000', '143400.027000', '143400.031000', '143400.035000', '143400.039000', '143400.042000', '143400.050000', '143400.054000', '143400.058000', '143400.064000', '143400.068000', '143400.071000', '143400.075000', '143400.078000', '143400.081000', '143400.084000', '143400.087000', '143400.090000', '143400.093000', '143419.948000', '143419.951000', '143419.954000', '143419.957000', '143419.960000', '143419.963000', '143419.966000', '143419.969000', '143419.972000', '143419.975000', '143419.977000', '143419.980000', '143419.983000', '143419.986000', '143419.989000', '143419.992000', '143419.995000', '143419.998000', '143420.002000', '143420.005000', '143420.007000', '143420.010000', '143420.013000', '143420.016000', '143420.019000', '143420.022000', '143420.025000', '143420.028000', '143420.031000', '143420.034000', '143420.037000', '143420.040000', '143420.043000', '143420.046000', '143420.048000', '143420.051000', '143420.054000', '143420.057000', '143420.060000', '143420.063000', '143420.066000', '143420.069000', '143420.072000', '143420.074000', '143439.949000', '143439.952000', '143439.955000', '143439.958000', '143439.961000', '143439.964000', '143439.967000', '143439.970000', '143439.973000', '143439.976000', '143439.979000', '143439.982000', '143439.985000', '143439.988000', '143439.991000', '143439.994000', '143439.997000', '143440.001000', '143440.004000', '143440.007000', '143440.010000', '143440.012000', '143440.015000', '143440.018000', '143440.021000', '143440.024000', '143440.027000', '143440.030000', '143440.033000', '143440.036000', '143440.039000', '143440.042000', '143440.045000', '143440.048000', '143440.050000', '143440.057000', '143440.060000', '143440.063000', '143440.066000', '143440.069000', '143440.072000', '143440.075000', '143440.078000', '143459.949000', '143459.952000', '143459.955000', '143459.958000', '143459.961000', '143459.964000', '143459.967000', '143459.970000', '143459.973000', '143459.975000', '143459.978000', '143459.981000', '143459.984000', '143459.987000', '143459.990000', '143459.993000', '143459.996000', '143500.000000', '143500.003000', '143500.006000', '143500.009000', '143500.012000', '143500.015000', '143500.018000', '143500.021000', '143500.024000', '143500.026000', '143500.029000', '143500.032000', '143500.035000', '143500.038000', '143500.041000', '143500.044000', '143500.047000', '143500.050000', '143500.053000', '143500.056000', '143500.059000', '143500.062000', '143500.065000', '143500.068000', '143500.070000', '143500.087000', '143500.090000', '143519.949000', '143519.952000', '143519.955000', '143519.958000', '143519.961000', '143519.964000', '143519.967000', '143519.970000', '143519.973000', '143519.975000', '143519.978000', '143519.981000', '143519.984000', '143519.988000', '143519.991000', '143519.995000', '143519.998000', '143520.002000', '143520.005000', '143520.007000', '143520.010000', '143520.013000', '143520.016000', '143520.019000', '143520.022000', '143520.025000', '143520.028000', '143520.031000', '143520.034000', '143520.037000', '143520.040000', '143520.043000', '143520.045000', '143520.048000', '143520.051000', '143520.054000', '143520.057000', '143520.060000', '143520.063000', '143520.066000', '143520.069000', '143520.072000', '143520.075000', '143539.949000', '143539.952000', '143539.955000', '143539.958000', '143539.961000', '143539.964000', '143539.967000', '143539.969000', '143539.972000', '143539.975000', '143539.978000', '143539.981000', '143539.984000', '143539.993000', '143539.996000', '143540.000000', '143540.003000', '143540.006000', '143540.009000', '143540.012000', '143540.015000', '143540.018000', '143540.021000', '143540.024000', '143540.027000', '143540.030000', '143540.033000', '143540.036000', '143540.039000', '143540.041000', '143540.044000', '143540.047000', '143540.050000', '143540.053000', '143540.056000', '143540.059000', '143540.062000', '143540.065000', '143540.068000', '143540.071000', '143540.074000', '143540.077000', '143540.079000', '143540.082000', '143559.949000', '143559.952000', '143559.955000', '143559.958000', '143559.961000', '143559.964000', '143559.967000', '143559.970000', '143559.973000', '143559.976000', '143559.979000', '143559.982000', '143559.985000', '143559.988000', '143559.991000', '143559.994000', '143559.997000', '143600.001000', '143600.004000', '143600.007000', '143600.010000', '143600.013000', '143600.016000', '143600.019000', '143600.022000', '143600.025000', '143600.028000', '143600.031000', '143600.034000', '143600.037000', '143600.040000', '143600.043000', '143600.046000', '143600.048000', '143600.051000', '143600.054000', '143600.057000', '143600.060000', '143600.063000', '143600.066000', '143600.069000', '143600.072000', '143600.075000', '143619.949000', '143619.952000', '143619.955000', '143619.958000', '143619.961000', '143619.964000', '143619.967000', '143619.970000', '143619.973000', '143619.976000', '143619.979000', '143619.982000', '143619.985000', '143619.988000', '143619.990000', '143619.993000', '143619.996000', '143620.000000', '143620.003000', '143620.006000', '143620.009000', '143620.012000', '143620.015000', '143620.018000', '143620.021000', '143620.024000', '143620.027000', '143620.030000', '143620.033000', '143620.036000', '143620.039000', '143620.042000', '143620.044000', '143620.047000', '143620.050000', '143620.053000', '143620.056000', '143620.059000', '143620.062000', '143620.065000', '143620.068000', '143620.071000', '143620.074000', '143620.077000', '143639.948000', '143639.951000', '143639.954000', '143639.957000', '143639.960000', '143639.963000', '143639.966000', '143639.969000', '143639.972000', '143639.975000', '143639.978000', '143639.981000', '143639.984000', '143639.987000', '143639.990000', '143639.993000', '143639.996000', '143640.000000', '143640.003000', '143640.006000', '143640.010000', '143640.013000', '143640.016000', '143640.019000', '143640.022000', '143640.025000', '143640.028000', '143640.031000', '143640.034000', '143640.037000', '143640.040000', '143640.043000', '143640.046000', '143640.049000', '143640.052000', '143640.054000', '143640.057000', '143640.070000', '143640.073000', '143640.076000', '143640.079000', '143640.082000', '143640.085000', '143659.949000', '143659.952000', '143659.955000', '143659.958000', '143659.961000', '143659.964000', '143659.967000', '143659.970000', '143659.973000', '143659.976000', '143659.979000', '143659.982000', '143659.985000', '143659.988000', '143659.991000', '143659.994000', '143659.997000', '143700.001000', '143700.004000', '143700.007000', '143700.010000', '143700.013000', '143700.016000', '143700.019000', '143700.022000', '143700.025000', '143700.028000', '143700.031000', '143700.034000', '143700.037000', '143700.040000', '143700.043000', '143700.046000', '143700.049000', '143700.052000', '143700.055000', '143700.058000', '143700.061000', '143700.064000', '143700.067000', '143700.070000', '143700.072000', '143700.075000', '143700.078000', '143719.949000', '143719.952000', '143719.955000', '143719.958000', '143719.961000', '143719.965000', '143719.969000', '143719.972000', '143719.975000', '143719.978000', '143719.980000', '143719.983000', '143719.986000', '143719.989000', '143719.992000', '143719.995000', '143719.998000', '143720.002000', '143720.005000', '143720.008000', '143720.011000', '143720.014000', '143720.017000', '143720.022000', '143720.026000', '143720.029000', '143720.032000', '143720.035000', '143720.038000', '143720.041000', '143720.044000', '143720.047000', '143720.050000', '143720.053000', '143720.056000', '143720.059000', '143720.062000', '143720.065000', '143720.067000', '143720.071000', '143720.073000', '143720.076000', '143720.079000', '143739.949000', '143739.952000', '143739.955000', '143739.958000', '143739.961000', '143739.964000', '143739.967000', '143739.970000', '143739.973000', '143739.976000', '143739.978000', '143739.981000', '143739.984000', '143739.987000', '143739.990000', '143739.994000', '143739.996000', '143740.000000', '143740.004000', '143740.007000', '143740.009000', '143740.012000', '143740.016000', '143740.018000', '143740.021000', '143740.024000', '143740.027000', '143740.030000', '143740.033000', '143740.036000', '143740.039000', '143740.042000', '143740.045000', '143740.048000', '143740.051000', '143740.054000', '143740.057000', '143740.060000', '143740.063000', '143740.066000', '143740.069000', '143740.072000', '143740.075000', '143740.077000', '143759.949000', '143759.952000', '143759.955000', '143759.958000', '143759.961000', '143759.964000', '143759.967000', '143759.970000', '143759.973000', '143759.976000', '143759.979000', '143759.982000', '143759.985000', '143759.988000', '143759.991000', '143759.994000', '143759.997000', '143800.000000', '143800.003000', '143800.006000', '143800.009000', '143800.012000', '143800.015000', '143800.018000', '143800.021000', '143800.024000', '143800.027000', '143800.030000', '143800.033000', '143800.036000', '143800.039000', '143800.042000', '143800.046000', '143800.049000', '143800.052000', '143800.055000', '143800.058000', '143800.061000', '143800.064000', '143800.067000', '143800.070000', '143800.073000', '143800.076000', '143819.949000', '143819.952000', '143819.955000', '143819.958000', '143819.961000', '143819.975000', '143819.978000', '143819.981000', '143819.984000', '143819.991000', '143819.994000', '143819.997000', '143820.001000', '143820.004000', '143820.007000', '143820.010000', '143820.013000', '143820.016000', '143820.019000', '143820.022000', '143820.025000', '143820.028000', '143820.031000', '143820.034000', '143820.037000', '143820.040000', '143820.043000', '143820.046000', '143820.049000', '143820.052000', '143820.055000', '143820.058000', '143820.061000', '143820.064000', '143820.067000', '143820.070000', '143820.073000', '143820.076000', '143820.079000', '143820.082000', '143820.084000', '143820.087000', '143820.090000', '143820.093000', '143839.949000', '143839.952000', '143839.955000', '143839.961000', '143839.964000', '143839.967000', '143839.970000', '143839.972000', '143839.975000', '143839.978000', '143839.981000', '143839.984000', '143839.987000', '143839.990000', '143839.993000', '143839.996000', '143840.000000', '143840.004000', '143840.007000', '143840.010000', '143840.013000', '143840.016000', '143840.019000', '143840.022000', '143840.025000', '143840.028000', '143840.031000', '143840.034000', '143840.037000', '143840.040000', '143840.043000', '143840.046000', '143840.049000', '143840.052000', '143840.055000', '143840.060000', '143840.065000', '143840.068000', '143840.071000', '143840.074000', '143840.077000', '143840.080000', '143840.083000', '143859.948000', '143859.951000', '143859.954000', '143859.957000', '143859.960000', '143859.963000', '143859.966000', '143859.970000', '143859.973000', '143859.976000', '143859.979000', '143859.982000', '143859.985000', '143859.988000', '143859.991000', '143859.994000', '143859.997000', '143900.001000', '143900.004000', '143900.007000', '143900.010000', '143900.013000', '143900.016000', '143900.019000', '143900.022000', '143900.025000', '143900.028000', '143900.031000', '143900.034000', '143900.037000', '143900.040000', '143900.043000', '143900.046000', '143900.049000', '143900.052000', '143900.055000', '143900.057000', '143900.060000', '143900.063000', '143900.066000', '143900.069000', '143900.072000', '143900.075000', '143900.078000', '143919.949000', '143919.952000', '143919.955000', '143919.958000', '143919.961000', '143919.964000', '143919.967000', '143919.970000', '143919.973000', '143919.976000', '143919.979000', '143919.982000', '143919.984000', '143919.987000', '143919.990000', '143919.993000', '143919.996000', '143920.000000', '143920.004000', '143920.007000', '143920.010000', '143920.013000', '143920.016000', '143920.019000', '143920.022000', '143920.025000', '143920.028000', '143920.031000', '143920.033000', '143920.036000', '143920.040000', '143920.043000', '143920.046000', '143920.048000', '143920.052000', '143920.055000', '143920.057000', '143920.060000', '143920.063000', '143920.066000', '143920.069000', '143920.072000', '143920.075000', '143939.949000', '143939.952000', '143939.955000', '143939.958000', '143939.961000', '143939.964000', '143939.967000', '143939.970000', '143939.973000', '143939.976000', '143939.979000', '143939.982000', '143939.985000', '143939.988000', '143939.990000', '143939.993000', '143940.009000', '143940.012000', '143940.015000', '143940.018000', '143940.021000', '143940.024000', '143940.027000', '143940.030000', '143940.033000', '143940.036000', '143940.039000', '143940.042000', '143940.044000', '143940.047000', '143940.050000', '143940.053000', '143940.056000', '143940.059000', '143940.062000', '143940.065000', '143940.068000', '143940.071000', '143940.074000', '143940.077000', '143940.080000', '143940.083000', '143940.086000', '143940.089000', '143959.949000', '143959.952000', '143959.955000', '143959.958000', '143959.961000', '143959.964000', '143959.967000', '143959.970000', '143959.973000', '143959.976000', '143959.979000', '143959.982000', '143959.985000', '143959.988000', '143959.991000', '143959.994000', '143959.997000', '144000.001000', '144000.004000', '144000.007000', '144000.009000', '144000.012000', '144000.015000', '144000.018000', '144000.021000', '144000.024000', '144000.027000', '144000.030000', '144000.033000', '144000.036000', '144000.039000', '144000.043000', '144000.046000', '144000.049000', '144000.052000', '144000.055000', '144000.058000', '144000.061000', '144000.064000', '144000.067000', '144000.070000', '144000.073000', '144000.076000', '144019.949000', '144019.957000', '144019.960000', '144019.963000', '144019.966000', '144019.969000', '144019.972000', '144019.975000', '144019.978000', '144019.981000', '144019.984000', '144019.987000', '144019.990000', '144019.993000', '144019.996000', '144020.000000', '144020.003000', '144020.007000', '144020.010000', '144020.013000', '144020.016000', '144020.019000', '144020.022000', '144020.025000', '144020.028000', '144020.031000', '144020.034000', '144020.037000', '144020.040000', '144020.043000', '144020.046000', '144020.049000', '144020.052000', '144020.055000', '144020.059000', '144020.061000', '144020.064000', '144020.067000', '144020.070000', '144020.073000', '144020.076000', '144020.079000', '144020.082000', '144020.085000', '144039.949000', '144039.952000', '144039.955000', '144039.958000', '144039.961000', '144039.964000', '144039.967000', '144039.970000', '144039.973000', '144039.976000', '144039.979000', '144039.982000', '144039.985000', '144039.988000', '144039.991000', '144039.994000', '144039.997000', '144040.001000', '144040.004000', '144040.007000', '144040.010000', '144040.013000', '144040.016000', '144040.019000', '144040.022000', '144040.025000', '144040.028000', '144040.031000', '144040.034000', '144040.037000', '144040.040000', '144040.043000', '144040.046000', '144040.049000', '144040.052000', '144040.055000', '144040.058000', '144040.061000', '144040.064000', '144040.067000', '144040.070000', '144040.073000', '144040.076000', '144049.386000', '144049.390000', '144049.393000', '144049.397000', '144049.400000', '144049.403000', '144049.406000', '144049.409000', '144049.413000', '144049.416000', '144049.419000', '144049.422000', '144049.426000', '144049.429000', '144049.432000', '144049.435000', '144049.438000', '144049.441000', '144049.445000', '144049.448000', '144049.451000'], 'InstanceCreationTime': ['143319.980000', '143319.984000', '143319.987000', '143319.990000', '143319.994000', '143319.997000', '143320.001000', '143320.004000', '143320.007000', '143320.010000', '143320.024000', '143320.027000', '143320.030000', '143320.033000', '143320.036000', '143320.047000', '143320.050000', '143320.053000', '143320.056000', '143320.059000', '143320.062000', '143320.064000', '143320.067000', '143320.070000', '143320.074000', '143320.077000', '143320.080000', '143320.083000', '143320.086000', '143320.089000', '143320.092000', '143320.095000', '143320.098000', '143320.101000', '143320.104000', '143320.107000', '143320.110000', '143320.113000', '143320.116000', '143339.949000', '143339.952000', '143339.955000', '143339.958000', '143339.961000', '143339.964000', '143339.967000', '143339.970000', '143339.972000', '143339.975000', '143339.978000', '143339.981000', '143339.984000', '143339.987000', '143339.990000', '143339.993000', '143339.996000', '143339.998000', '143340.002000', '143340.005000', '143340.008000', '143340.011000', '143340.014000', '143340.017000', '143340.020000', '143340.023000', '143340.026000', '143340.029000', '143340.031000', '143340.034000', '143340.037000', '143340.040000', '143340.043000', '143340.046000', '143340.049000', '143340.052000', '143340.055000', '143340.058000', '143340.060000', '143340.063000', '143340.066000', '143340.069000', '143340.072000', '143359.950000', '143359.953000', '143359.956000', '143359.959000', '143359.963000', '143359.965000', '143359.968000', '143359.971000', '143359.974000', '143359.977000', '143359.980000', '143359.983000', '143359.986000', '143359.989000', '143359.992000', '143359.995000', '143400.000000', '143400.003000', '143400.005000', '143400.008000', '143400.011000', '143400.015000', '143400.018000', '143400.021000', '143400.024000', '143400.027000', '143400.031000', '143400.035000', '143400.039000', '143400.042000', '143400.050000', '143400.054000', '143400.058000', '143400.064000', '143400.068000', '143400.071000', '143400.075000', '143400.078000', '143400.081000', '143400.084000', '143400.087000', '143400.090000', '143400.093000', '143419.948000', '143419.951000', '143419.954000', '143419.957000', '143419.960000', '143419.963000', '143419.966000', '143419.969000', '143419.972000', '143419.975000', '143419.977000', '143419.980000', '143419.983000', '143419.986000', '143419.989000', '143419.992000', '143419.995000', '143419.998000', '143420.002000', '143420.005000', '143420.007000', '143420.010000', '143420.013000', '143420.016000', '143420.019000', '143420.022000', '143420.025000', '143420.028000', '143420.031000', '143420.034000', '143420.037000', '143420.040000', '143420.043000', '143420.046000', '143420.048000', '143420.051000', '143420.054000', '143420.057000', '143420.060000', '143420.063000', '143420.066000', '143420.069000', '143420.072000', '143420.074000', '143439.949000', '143439.952000', '143439.955000', '143439.958000', '143439.961000', '143439.964000', '143439.967000', '143439.970000', '143439.973000', '143439.976000', '143439.979000', '143439.982000', '143439.985000', '143439.988000', '143439.991000', '143439.994000', '143439.997000', '143440.001000', '143440.004000', '143440.007000', '143440.010000', '143440.012000', '143440.015000', '143440.018000', '143440.021000', '143440.024000', '143440.027000', '143440.030000', '143440.033000', '143440.036000', '143440.039000', '143440.042000', '143440.045000', '143440.048000', '143440.050000', '143440.057000', '143440.060000', '143440.063000', '143440.066000', '143440.069000', '143440.072000', '143440.075000', '143440.078000', '143459.949000', '143459.952000', '143459.955000', '143459.958000', '143459.961000', '143459.964000', '143459.967000', '143459.970000', '143459.973000', '143459.975000', '143459.978000', '143459.981000', '143459.984000', '143459.987000', '143459.990000', '143459.993000', '143459.996000', '143500.000000', '143500.003000', '143500.006000', '143500.009000', '143500.012000', '143500.015000', '143500.018000', '143500.021000', '143500.024000', '143500.026000', '143500.029000', '143500.032000', '143500.035000', '143500.038000', '143500.041000', '143500.044000', '143500.047000', '143500.050000', '143500.053000', '143500.056000', '143500.059000', '143500.062000', '143500.065000', '143500.068000', '143500.070000', '143500.087000', '143500.090000', '143519.949000', '143519.952000', '143519.955000', '143519.958000', '143519.961000', '143519.964000', '143519.967000', '143519.970000', '143519.973000', '143519.975000', '143519.978000', '143519.981000', '143519.984000', '143519.988000', '143519.991000', '143519.995000', '143519.998000', '143520.002000', '143520.005000', '143520.007000', '143520.010000', '143520.013000', '143520.016000', '143520.019000', '143520.022000', '143520.025000', '143520.028000', '143520.031000', '143520.034000', '143520.037000', '143520.040000', '143520.043000', '143520.045000', '143520.048000', '143520.051000', '143520.054000', '143520.057000', '143520.060000', '143520.063000', '143520.066000', '143520.069000', '143520.072000', '143520.075000', '143539.949000', '143539.952000', '143539.955000', '143539.958000', '143539.961000', '143539.964000', '143539.967000', '143539.969000', '143539.972000', '143539.975000', '143539.978000', '143539.981000', '143539.984000', '143539.993000', '143539.996000', '143540.000000', '143540.003000', '143540.006000', '143540.009000', '143540.012000', '143540.015000', '143540.018000', '143540.021000', '143540.024000', '143540.027000', '143540.030000', '143540.033000', '143540.036000', '143540.039000', '143540.041000', '143540.044000', '143540.047000', '143540.050000', '143540.053000', '143540.056000', '143540.059000', '143540.062000', '143540.065000', '143540.068000', '143540.071000', '143540.074000', '143540.077000', '143540.079000', '143540.082000', '143559.949000', '143559.952000', '143559.955000', '143559.958000', '143559.961000', '143559.964000', '143559.967000', '143559.970000', '143559.973000', '143559.976000', '143559.979000', '143559.982000', '143559.985000', '143559.988000', '143559.991000', '143559.994000', '143559.997000', '143600.001000', '143600.004000', '143600.007000', '143600.010000', '143600.013000', '143600.016000', '143600.019000', '143600.022000', '143600.025000', '143600.028000', '143600.031000', '143600.034000', '143600.037000', '143600.040000', '143600.043000', '143600.046000', '143600.048000', '143600.051000', '143600.054000', '143600.057000', '143600.060000', '143600.063000', '143600.066000', '143600.069000', '143600.072000', '143600.075000', '143619.949000', '143619.952000', '143619.955000', '143619.958000', '143619.961000', '143619.964000', '143619.967000', '143619.970000', '143619.973000', '143619.976000', '143619.979000', '143619.982000', '143619.985000', '143619.988000', '143619.990000', '143619.993000', '143619.996000', '143620.000000', '143620.003000', '143620.006000', '143620.009000', '143620.012000', '143620.015000', '143620.018000', '143620.021000', '143620.024000', '143620.027000', '143620.030000', '143620.033000', '143620.036000', '143620.039000', '143620.042000', '143620.044000', '143620.047000', '143620.050000', '143620.053000', '143620.056000', '143620.059000', '143620.062000', '143620.065000', '143620.068000', '143620.071000', '143620.074000', '143620.077000', '143639.948000', '143639.951000', '143639.954000', '143639.957000', '143639.960000', '143639.963000', '143639.966000', '143639.969000', '143639.972000', '143639.975000', '143639.978000', '143639.981000', '143639.984000', '143639.987000', '143639.990000', '143639.993000', '143639.996000', '143640.000000', '143640.003000', '143640.006000', '143640.010000', '143640.013000', '143640.016000', '143640.019000', '143640.022000', '143640.025000', '143640.028000', '143640.031000', '143640.034000', '143640.037000', '143640.040000', '143640.043000', '143640.046000', '143640.049000', '143640.052000', '143640.054000', '143640.057000', '143640.070000', '143640.073000', '143640.076000', '143640.079000', '143640.082000', '143640.085000', '143659.949000', '143659.952000', '143659.955000', '143659.958000', '143659.961000', '143659.964000', '143659.967000', '143659.970000', '143659.973000', '143659.976000', '143659.979000', '143659.982000', '143659.985000', '143659.988000', '143659.991000', '143659.994000', '143659.997000', '143700.001000', '143700.004000', '143700.007000', '143700.010000', '143700.013000', '143700.016000', '143700.019000', '143700.022000', '143700.025000', '143700.028000', '143700.031000', '143700.034000', '143700.037000', '143700.040000', '143700.043000', '143700.046000', '143700.049000', '143700.052000', '143700.055000', '143700.058000', '143700.061000', '143700.064000', '143700.067000', '143700.070000', '143700.072000', '143700.075000', '143700.078000', '143719.949000', '143719.952000', '143719.955000', '143719.958000', '143719.961000', '143719.965000', '143719.969000', '143719.972000', '143719.975000', '143719.978000', '143719.980000', '143719.983000', '143719.986000', '143719.989000', '143719.992000', '143719.995000', '143719.998000', '143720.002000', '143720.005000', '143720.008000', '143720.011000', '143720.014000', '143720.017000', '143720.022000', '143720.026000', '143720.029000', '143720.032000', '143720.035000', '143720.038000', '143720.041000', '143720.044000', '143720.047000', '143720.050000', '143720.053000', '143720.056000', '143720.059000', '143720.062000', '143720.065000', '143720.067000', '143720.071000', '143720.073000', '143720.076000', '143720.079000', '143739.949000', '143739.952000', '143739.955000', '143739.958000', '143739.961000', '143739.964000', '143739.967000', '143739.970000', '143739.973000', '143739.976000', '143739.978000', '143739.981000', '143739.984000', '143739.987000', '143739.990000', '143739.994000', '143739.996000', '143740.000000', '143740.004000', '143740.007000', '143740.009000', '143740.012000', '143740.016000', '143740.018000', '143740.021000', '143740.024000', '143740.027000', '143740.030000', '143740.033000', '143740.036000', '143740.039000', '143740.042000', '143740.045000', '143740.048000', '143740.051000', '143740.054000', '143740.057000', '143740.060000', '143740.063000', '143740.066000', '143740.069000', '143740.072000', '143740.075000', '143740.077000', '143759.949000', '143759.952000', '143759.955000', '143759.958000', '143759.961000', '143759.964000', '143759.967000', '143759.970000', '143759.973000', '143759.976000', '143759.979000', '143759.982000', '143759.985000', '143759.988000', '143759.991000', '143759.994000', '143759.997000', '143800.000000', '143800.003000', '143800.006000', '143800.009000', '143800.012000', '143800.015000', '143800.018000', '143800.021000', '143800.024000', '143800.027000', '143800.030000', '143800.033000', '143800.036000', '143800.039000', '143800.042000', '143800.046000', '143800.049000', '143800.052000', '143800.055000', '143800.058000', '143800.061000', '143800.064000', '143800.067000', '143800.070000', '143800.073000', '143800.076000', '143819.949000', '143819.952000', '143819.955000', '143819.958000', '143819.961000', '143819.975000', '143819.978000', '143819.981000', '143819.984000', '143819.991000', '143819.994000', '143819.997000', '143820.001000', '143820.004000', '143820.007000', '143820.010000', '143820.013000', '143820.016000', '143820.019000', '143820.022000', '143820.025000', '143820.028000', '143820.031000', '143820.034000', '143820.037000', '143820.040000', '143820.043000', '143820.046000', '143820.049000', '143820.052000', '143820.055000', '143820.058000', '143820.061000', '143820.064000', '143820.067000', '143820.070000', '143820.073000', '143820.076000', '143820.079000', '143820.082000', '143820.084000', '143820.087000', '143820.090000', '143820.093000', '143839.949000', '143839.952000', '143839.955000', '143839.961000', '143839.964000', '143839.967000', '143839.970000', '143839.972000', '143839.975000', '143839.978000', '143839.981000', '143839.984000', '143839.987000', '143839.990000', '143839.993000', '143839.996000', '143840.000000', '143840.004000', '143840.007000', '143840.010000', '143840.013000', '143840.016000', '143840.019000', '143840.022000', '143840.025000', '143840.028000', '143840.031000', '143840.034000', '143840.037000', '143840.040000', '143840.043000', '143840.046000', '143840.049000', '143840.052000', '143840.055000', '143840.060000', '143840.065000', '143840.068000', '143840.071000', '143840.074000', '143840.077000', '143840.080000', '143840.083000', '143859.948000', '143859.951000', '143859.954000', '143859.957000', '143859.960000', '143859.963000', '143859.966000', '143859.970000', '143859.973000', '143859.976000', '143859.979000', '143859.982000', '143859.985000', '143859.988000', '143859.991000', '143859.994000', '143859.997000', '143900.001000', '143900.004000', '143900.007000', '143900.010000', '143900.013000', '143900.016000', '143900.019000', '143900.022000', '143900.025000', '143900.028000', '143900.031000', '143900.034000', '143900.037000', '143900.040000', '143900.043000', '143900.046000', '143900.049000', '143900.052000', '143900.055000', '143900.057000', '143900.060000', '143900.063000', '143900.066000', '143900.069000', '143900.072000', '143900.075000', '143900.078000', '143919.949000', '143919.952000', '143919.955000', '143919.958000', '143919.961000', '143919.964000', '143919.967000', '143919.970000', '143919.973000', '143919.976000', '143919.979000', '143919.982000', '143919.984000', '143919.987000', '143919.990000', '143919.993000', '143919.996000', '143920.000000', '143920.004000', '143920.007000', '143920.010000', '143920.013000', '143920.016000', '143920.019000', '143920.022000', '143920.025000', '143920.028000', '143920.031000', '143920.033000', '143920.036000', '143920.040000', '143920.043000', '143920.046000', '143920.048000', '143920.052000', '143920.055000', '143920.057000', '143920.060000', '143920.063000', '143920.066000', '143920.069000', '143920.072000', '143920.075000', '143939.949000', '143939.952000', '143939.955000', '143939.958000', '143939.961000', '143939.964000', '143939.967000', '143939.970000', '143939.973000', '143939.976000', '143939.979000', '143939.982000', '143939.985000', '143939.988000', '143939.990000', '143939.993000', '143940.009000', '143940.012000', '143940.015000', '143940.018000', '143940.021000', '143940.024000', '143940.027000', '143940.030000', '143940.033000', '143940.036000', '143940.039000', '143940.042000', '143940.044000', '143940.047000', '143940.050000', '143940.053000', '143940.056000', '143940.059000', '143940.062000', '143940.065000', '143940.068000', '143940.071000', '143940.074000', '143940.077000', '143940.080000', '143940.083000', '143940.086000', '143940.089000', '143959.949000', '143959.952000', '143959.955000', '143959.958000', '143959.961000', '143959.964000', '143959.967000', '143959.970000', '143959.973000', '143959.976000', '143959.979000', '143959.982000', '143959.985000', '143959.988000', '143959.991000', '143959.994000', '143959.997000', '144000.001000', '144000.004000', '144000.007000', '144000.009000', '144000.012000', '144000.015000', '144000.018000', '144000.021000', '144000.024000', '144000.027000', '144000.030000', '144000.033000', '144000.036000', '144000.039000', '144000.043000', '144000.046000', '144000.049000', '144000.052000', '144000.055000', '144000.058000', '144000.061000', '144000.064000', '144000.067000', '144000.070000', '144000.073000', '144000.076000', '144019.949000', '144019.957000', '144019.960000', '144019.963000', '144019.966000', '144019.969000', '144019.972000', '144019.975000', '144019.978000', '144019.981000', '144019.984000', '144019.987000', '144019.990000', '144019.993000', '144019.996000', '144020.000000', '144020.003000', '144020.007000', '144020.010000', '144020.013000', '144020.016000', '144020.019000', '144020.022000', '144020.025000', '144020.028000', '144020.031000', '144020.034000', '144020.037000', '144020.040000', '144020.043000', '144020.046000', '144020.049000', '144020.052000', '144020.055000', '144020.059000', '144020.061000', '144020.064000', '144020.067000', '144020.070000', '144020.073000', '144020.076000', '144020.079000', '144020.082000', '144020.085000', '144039.949000', '144039.952000', '144039.955000', '144039.958000', '144039.961000', '144039.964000', '144039.967000', '144039.970000', '144039.973000', '144039.976000', '144039.979000', '144039.982000', '144039.985000', '144039.988000', '144039.991000', '144039.994000', '144039.997000', '144040.001000', '144040.004000', '144040.007000', '144040.010000', '144040.013000', '144040.016000', '144040.019000', '144040.022000', '144040.025000', '144040.028000', '144040.031000', '144040.034000', '144040.037000', '144040.040000', '144040.043000', '144040.046000', '144040.049000', '144040.052000', '144040.055000', '144040.058000', '144040.061000', '144040.064000', '144040.067000', '144040.070000', '144040.073000', '144040.076000', '144049.386000', '144049.390000', '144049.393000', '144049.397000', '144049.400000', '144049.403000', '144049.406000', '144049.409000', '144049.413000', '144049.416000', '144049.419000', '144049.422000', '144049.426000', '144049.429000', '144049.432000', '144049.435000', '144049.438000', '144049.441000', '144049.445000', '144049.448000', '144049.451000'], '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': [9461, 14508, 12171, 11557, 20754, 10448, 17578, 11319, 12582, 19698, 9847, 11805, 9029, 11307, 14831, 9316, 10903, 8740, 11107, 13468, 9400, 12047, 9229, 11092, 16686, 9694, 11594, 10034, 11675, 19146, 9447, 12500, 10201, 11656, 17162, 9767, 12559, 10041, 11360, 9570, 11381, 8516, 10122, 14551, 10401, 12178, 9920, 11012, 10468, 10606, 15996, 9612, 12042, 9932, 11570, 17660, 9658, 13062, 9931, 11349, 9059, 10886, 12688, 9849, 12200, 9881, 11727, 9809, 11521, 9563, 11221, 9531, 11087, 12000, 10079, 11875, 10172, 14256, 9909, 13301, 11440, 12127, 9210, 12517, 10611, 9493, 11298, 10818, 11750, 9951, 11519, 18915, 10419, 17603, 10802, 14028, 9906, 12738, 10194, 11260, 9873, 11314, 8635, 10643, 13900, 10175, 12473, 10069, 10715, 9820, 11057, 8701, 10384, 14911, 10627, 11863, 10413, 11851, 10055, 11185, 17728, 10332, 14563, 10250, 12574, 21157, 11189, 17841, 10635, 10791, 15333, 10705, 11796, 9527, 10441, 13702, 10484, 11505, 9351, 10415, 14815, 10428, 10420, 14935, 11002, 13312, 10395, 10093, 9064, 10745, 13534, 10482, 10495, 17633, 11480, 12039, 9287, 10485, 16898, 11238, 11513, 9610, 10803, 17107, 11057, 11872, 9557, 10634, 15164, 10956, 11277, 9819, 11124, 15028, 11107, 10924, 16664, 11253, 13805, 10751, 10660, 13017, 11226, 11443, 10449, 11048, 13404, 11717, 11753, 10835, 10612, 18174, 11475, 12716, 10819, 10476, 18087, 11085, 11387, 10441, 11160, 14026, 11369, 10755, 9578, 11030, 14185, 11335, 10591, 8910, 11261, 15772, 10778, 10476, 12333, 11389, 13640, 11181, 11015, 17048, 11624, 12925, 10724, 11130, 14566, 11682, 12471, 11142, 10914, 13685, 11413, 15012, 11055, 10614, 18150, 11470, 12812, 10060, 10957, 12704, 11180, 12000, 10258, 9709, 8687, 11349, 13567, 11455, 11975, 10292, 10819, 10098, 11447, 14392, 10954, 11960, 10139, 10682, 16593, 11609, 14564, 11290, 11488, 10812, 10383, 19054, 11261, 14643, 10822, 11372, 10289, 10430, 18646, 11501, 12782, 10729, 10439, 17348, 11133, 13300, 11002, 11095, 10889, 10539, 12578, 11319, 13945, 11088, 11400, 10636, 10630, 10528, 10818, 13907, 11281, 12309, 11433, 10354, 9654, 10582, 15909, 11565, 12325, 11251, 10295, 9619, 10700, 16655, 11390, 12448, 11049, 10757, 17216, 11284, 12587, 10492, 11041, 16951, 11175, 11396, 11850, 11173, 14126, 11114, 10265, 8823, 11195, 12846, 10962, 11008, 16058, 12027, 11749, 11101, 11084, 16422, 11663, 12120, 11483, 11148, 13473, 11389, 12614, 10852, 9797, 9428, 11312, 16255, 11308, 10850, 13015, 11550, 14135, 11207, 11111, 17993, 12102, 12671, 11133, 11041, 16891, 11128, 11008, 9863, 11349, 14678, 11923, 10869, 9639, 11295, 14161, 11765, 11558, 10229, 11349, 15638, 11388, 10780, 9109, 11301, 14987, 10787, 11586, 15429, 12035, 12180, 10725, 11099, 10006, 11511, 12809, 11672, 11347, 12398, 11239, 13371, 9930, 11303, 9659, 11516, 15330, 10715, 11351, 15442, 11726, 14741, 11002, 11108, 14340, 11530, 15305, 10869, 10750, 8476, 11240, 15496, 11368, 10601, 9054, 11539, 15153, 11134, 11343, 11644, 11741, 14456, 11667, 11195, 10584, 11220, 14190, 11483, 10682, 10212, 11508, 15932, 11579, 13197, 10916, 10270, 9854, 11524, 18689, 11434, 13329, 20869, 11873, 12671, 11197, 11597, 14481, 11621, 10604, 9264, 9353, 8972, 9155, 8406, 11654, 16658, 11627, 12890, 11029, 11344, 11054, 10667, 14906, 11593, 15129, 11771, 18012, 12182, 15084, 11568, 12573, 11697, 11701, 10727, 10785, 10492, 11133, 12619, 11983, 18611, 11869, 13629, 12273, 11877, 11682, 11606, 11778, 11275, 11740, 10678, 10227, 11604, 11702, 12149, 14230, 12052, 13554, 11708, 13342, 11829, 11899, 12062, 11286, 10860, 11119, 10575, 10464, 10221, 11568, 8721, 11872, 9960, 12156, 9528, 12049, 12090, 11967, 15702, 11873, 12918, 12008, 12406, 11284, 11903, 10453, 10728, 10608, 10590, 9761, 11752, 11803, 12371, 13289, 12407, 12838, 10878, 11514, 9610, 12133, 10472, 12211, 14543, 11334, 12510, 10297, 10260, 9475, 11556, 12238, 11997, 14418, 11374, 12499, 11562, 11821, 11199, 11891, 9874, 10521, 9490, 12223, 14277, 11842, 16888, 11017, 12675, 10085, 10731, 9487, 11777, 11210, 11836, 14527, 11970, 13050, 11681, 13648, 11394, 12233, 11373, 12265, 10800, 11598, 9514, 11334, 9714, 11975, 14714, 12043, 18169, 12049, 13547, 11805, 12590, 11801, 11776, 16895, 12227, 17794, 12414, 13367, 11890, 12438, 11060, 10901, 10646, 12286, 10790, 12242, 14576, 11725, 11647, 12055, 11294, 10413, 11871, 13210, 12113, 13409, 12067, 12847, 11642, 11795, 10595, 11724, 9015, 12039, 13657, 11687, 12769, 11684, 11679, 11293, 12024, 11784, 12017, 14010, 12222, 12436, 11435, 12045, 10105, 12224, 13741, 12070, 13775, 11982, 12878, 11230, 11591, 17272, 11893, 13544, 11727, 12487, 10649, 11718, 17075, 11584, 12946, 11099, 11675, 9501, 11834, 16727, 11192, 12581, 11222, 11989, 11380, 11748, 14216, 18295, 11864, 14508, 10691, 11467, 14703, 11362, 11722, 10082, 10844, 12444, 9983, 12018, 16638, 10691, 12056, 13730, 11362, 13463, 11111, 11814, 18165, 10891, 11572, 17670, 11434, 12176, 8775, 11622, 14605, 10134, 11359, 16547, 11512, 12002, 14061, 11829, 13290, 9252, 11726, 15738, 10677, 11927, 16481, 11314, 11694, 10997, 11221, 12623, 8701, 11431, 13125, 9675, 11552, 14474, 9683, 11673, 15694, 11104, 11604, 12980, 10481, 12293, 9240, 10991, 13958, 10046, 11715, 16556, 10665, 11939, 13738, 11287, 13169, 8998, 11294, 15444, 9950, 11649, 11749, 11233, 13151, 9486, 11304, 16277, 10059, 11727, 15592, 11150, 12409, 14200, 10575, 11919, 8463, 10576, 12991, 9176, 11210, 16250, 10240, 11605, 16742, 10853, 11910, 15706, 10787, 13530, 9522, 10685, 14310, 9812, 11469, 14710, 10589, 12223, 8289, 11031, 13773, 10164, 11311, 11417, 10254, 12962, 9071, 11061, 16415, 10208, 11617, 16904, 10328, 12085, 14773, 10185, 13048, 8837, 11197, 15247, 10032, 12130, 9740, 10167, 12973, 8953, 10990, 11308, 10542, 13813, 9695, 10449, 17366, 10327, 12572, 7891, 10751, 15081, 9118, 11344, 15003, 10317, 13367, 8858, 11155, 18138, 10239, 13420, 12297, 10144, 13675, 9111, 11088, 9948, 9759, 13729, 8606, 11005, 13637, 10362, 14293, 9017, 11209, 17678, 10438, 13076, 10903, 10868, 16863, 10216, 12577, 10745, 10893, 14473, 10358, 12178, 7572, 10919, 15478, 10182, 12466, 7879, 11120, 15633, 9918, 12282, 10753, 10428, 14125, 10247, 12020, 7873, 10858, 16857, 10581, 12775, 8694, 10992, 17163, 10599, 13131, 8625, 10968, 15578, 10176, 12559, 8959, 10692, 16648, 10451, 12721, 9325, 11443, 12169, 10260, 14304, 9538, 11243, 11651, 10819, 14884, 10004, 12098, 17762, 10518, 15001, 9921, 11840, 15141, 10759, 14878, 9355, 11291, 11132, 10779, 14008, 10177, 11826, 12037, 10435, 15029, 10567, 12338, 8804, 11266, 16988, 10712, 12966, 9176, 11543, 13931, 10787, 13120, 10558, 11449, 9242, 11332, 7855, 11425, 13943, 11172, 14614, 11160, 12986, 9898, 11432, 8830, 11229, 11615, 11487, 14245, 11311, 12601, 10027, 12190, 9664, 11124, 16457, 11411, 16386, 11410, 13724, 10992, 12489, 10724, 11194, 16435, 11395, 12133, 11248, 10860, 11690, 11484, 11116, 11328, 11022, 13865, 11461, 17404, 11312, 13352, 11309, 12819, 11177, 12700, 10315, 11317, 11008, 10915, 10758, 11232, 14792, 11483, 13552, 10957, 12241, 11055, 12519, 10962, 11099, 9302, 11187, 8924], 'WindowCenter': [4434.0, 4460.0, 4424.0, 4412.0, 4450.0, 4385.0, 4427.0, 4384.0, 4393.0, 4432.0, 4372.0, 4380.0, 4351.0, 4382.0, 4401.0, 4361.0, 4383.0, 4352.0, 4383.0, 4401.0, 4373.0, 4393.0, 4362.0, 4394.0, 4424.0, 4361.0, 4380.0, 4371.0, 4383.0, 4423.0, 4362.0, 4392.0, 4358.0, 4383.0, 4407.0, 4371.0, 4391.0, 4372.0, 4382.0, 4361.0, 4393.0, 4351.0, 4374.0, 4409.0, 4381.0, 4395.0, 4371.0, 4383.0, 4372.0, 4381.0, 4413.0, 4360.0, 4394.0, 4361.0, 4383.0, 4410.0, 4359.0, 4392.0, 4372.0, 4382.0, 4350.0, 4381.0, 4388.0, 4371.0, 4393.0, 4384.0, 4394.0, 4374.0, 4394.0, 4372.0, 4393.0, 4375.0, 4395.0, 4392.0, 4387.0, 4393.0, 4385.0, 4414.0, 4386.0, 4405.0, 4397.0, 4404.0, 4376.0, 4402.0, 4397.0, 4385.0, 4406.0, 4397.0, 4408.0, 4386.0, 4398.0, 4435.0, 4386.0, 4426.0, 4383.0, 4402.0, 4372.0, 4402.0, 4373.0, 4395.0, 4374.0, 4384.0, 4352.0, 4385.0, 4404.0, 4385.0, 4404.0, 4383.0, 4384.0, 4384.0, 4396.0, 4363.0, 4385.0, 4427.0, 4397.0, 4392.0, 4395.0, 4405.0, 4386.0, 4410.0, 4437.0, 4385.0, 4415.0, 4387.0, 4407.0, 4436.0, 4383.0, 4424.0, 4371.0, 4381.0, 4402.0, 4373.0, 4392.0, 4360.0, 4382.0, 4403.0, 4382.0, 4393.0, 4363.0, 4382.0, 4415.0, 4384.0, 4385.0, 4410.0, 4383.0, 4404.0, 4385.0, 4375.0, 4359.0, 4386.0, 4404.0, 4383.0, 4386.0, 4425.0, 4383.0, 4394.0, 4360.0, 4383.0, 4425.0, 4384.0, 4394.0, 4361.0, 4384.0, 4412.0, 4381.0, 4393.0, 4362.0, 4373.0, 4400.0, 4382.0, 4384.0, 4373.0, 4384.0, 4412.0, 4381.0, 4384.0, 4411.0, 4383.0, 4404.0, 4383.0, 4374.0, 4389.0, 4383.0, 4380.0, 4383.0, 4393.0, 4401.0, 4394.0, 4394.0, 4384.0, 4385.0, 4434.0, 4393.0, 4395.0, 4382.0, 4384.0, 4423.0, 4382.0, 4392.0, 4372.0, 4382.0, 4402.0, 4383.0, 4383.0, 4373.0, 4386.0, 4403.0, 4384.0, 4382.0, 4362.0, 4386.0, 4425.0, 4384.0, 4384.0, 4390.0, 4384.0, 4402.0, 4383.0, 4383.0, 4421.0, 4381.0, 4393.0, 4372.0, 4393.0, 4413.0, 4392.0, 4392.0, 4383.0, 4385.0, 4403.0, 4394.0, 4413.0, 4382.0, 4384.0, 4423.0, 4381.0, 4393.0, 4372.0, 4384.0, 4391.0, 4383.0, 4393.0, 4384.0, 4374.0, 4363.0, 4395.0, 4404.0, 4396.0, 4407.0, 4385.0, 4395.0, 4384.0, 4396.0, 4413.0, 4395.0, 4406.0, 4385.0, 4387.0, 4424.0, 4396.0, 4426.0, 4395.0, 4394.0, 4382.0, 4386.0, 4435.0, 4394.0, 4414.0, 4384.0, 4381.0, 4372.0, 4384.0, 4434.0, 4393.0, 4393.0, 4383.0, 4383.0, 4422.0, 4383.0, 4402.0, 4382.0, 4381.0, 4378.0, 4383.0, 4404.0, 4384.0, 4402.0, 4381.0, 4382.0, 4372.0, 4382.0, 4371.0, 4382.0, 4400.0, 4381.0, 4392.0, 4392.0, 4371.0, 4361.0, 4381.0, 4412.0, 4393.0, 4393.0, 4382.0, 4372.0, 4359.0, 4383.0, 4422.0, 4392.0, 4394.0, 4382.0, 4384.0, 4412.0, 4381.0, 4391.0, 4370.0, 4382.0, 4411.0, 4380.0, 4380.0, 4376.0, 4370.0, 4400.0, 4379.0, 4370.0, 4347.0, 4380.0, 4391.0, 4381.0, 4383.0, 4412.0, 4392.0, 4392.0, 4382.0, 4383.0, 4421.0, 4393.0, 4392.0, 4379.0, 4379.0, 4400.0, 4394.0, 4404.0, 4383.0, 4373.0, 4359.0, 4394.0, 4424.0, 4394.0, 4384.0, 4389.0, 4382.0, 4400.0, 4381.0, 4383.0, 4423.0, 4392.0, 4391.0, 4380.0, 4380.0, 4423.0, 4382.0, 4380.0, 4368.0, 4380.0, 4399.0, 4389.0, 4380.0, 4372.0, 4393.0, 4401.0, 4391.0, 4392.0, 4371.0, 4395.0, 4414.0, 4381.0, 4383.0, 4351.0, 4382.0, 4411.0, 4381.0, 4393.0, 4413.0, 4393.0, 4392.0, 4383.0, 4392.0, 4373.0, 4395.0, 4403.0, 4395.0, 4394.0, 4391.0, 4393.0, 4405.0, 4382.0, 4394.0, 4375.0, 4397.0, 4425.0, 4385.0, 4396.0, 4425.0, 4395.0, 4413.0, 4383.0, 4395.0, 4413.0, 4396.0, 4425.0, 4381.0, 4383.0, 4353.0, 4395.0, 4423.0, 4404.0, 4385.0, 4363.0, 4395.0, 4414.0, 4393.0, 4396.0, 4394.0, 4392.0, 4413.0, 4394.0, 4393.0, 4382.0, 4396.0, 4414.0, 4395.0, 4385.0, 4383.0, 4407.0, 4425.0, 4397.0, 4407.0, 4396.0, 4386.0, 4374.0, 4395.0, 4436.0, 4395.0, 4406.0, 4436.0, 4394.0, 4394.0, 4369.0, 4383.0, 4400.0, 4392.0, 4384.0, 4364.0, 4374.0, 4365.0, 4378.0, 4366.0, 4410.0, 4438.0, 4408.0, 4405.0, 4387.0, 4394.0, 4385.0, 4387.0, 4416.0, 4396.0, 4415.0, 4396.0, 4426.0, 4394.0, 4415.0, 4395.0, 4393.0, 4394.0, 4392.0, 4382.0, 4382.0, 4371.0, 4384.0, 4390.0, 4393.0, 4424.0, 4383.0, 4402.0, 4391.0, 4380.0, 4393.0, 4383.0, 4394.0, 4384.0, 4384.0, 4374.0, 4372.0, 4394.0, 4381.0, 4394.0, 4401.0, 4395.0, 4393.0, 4392.0, 4403.0, 4394.0, 4382.0, 4382.0, 4380.0, 4372.0, 4384.0, 4373.0, 4371.0, 4372.0, 4394.0, 4350.0, 4397.0, 4374.0, 4393.0, 4362.0, 4395.0, 4394.0, 4394.0, 4411.0, 4394.0, 4390.0, 4393.0, 4391.0, 4383.0, 4394.0, 4383.0, 4383.0, 4380.0, 4384.0, 4372.0, 4405.0, 4391.0, 4405.0, 4412.0, 4405.0, 4402.0, 4394.0, 4404.0, 4384.0, 4402.0, 4380.0, 4402.0, 4412.0, 4394.0, 4405.0, 4395.0, 4384.0, 4371.0, 4405.0, 4403.0, 4405.0, 4413.0, 4404.0, 4402.0, 4394.0, 4394.0, 4394.0, 4403.0, 4385.0, 4394.0, 4374.0, 4407.0, 4415.0, 4405.0, 4436.0, 4396.0, 4405.0, 4373.0, 4381.0, 4372.0, 4405.0, 4393.0, 4407.0, 4414.0, 4405.0, 4404.0, 4403.0, 4414.0, 4406.0, 4402.0, 4392.0, 4404.0, 4383.0, 4395.0, 4372.0, 4394.0, 4373.0, 4394.0, 4412.0, 4392.0, 4434.0, 4393.0, 4402.0, 4391.0, 4392.0, 4390.0, 4391.0, 4420.0, 4390.0, 4421.0, 4391.0, 4390.0, 4380.0, 4391.0, 4378.0, 4381.0, 4369.0, 4389.0, 4380.0, 4403.0, 4412.0, 4392.0, 4381.0, 4390.0, 4380.0, 4380.0, 4393.0, 4400.0, 4392.0, 4400.0, 4389.0, 4389.0, 4389.0, 4393.0, 4368.0, 4391.0, 4360.0, 4393.0, 4399.0, 4392.0, 4400.0, 4392.0, 4391.0, 4392.0, 4402.0, 4404.0, 4404.0, 4400.0, 4394.0, 4391.0, 4390.0, 4403.0, 4383.0, 4404.0, 4400.0, 4390.0, 4401.0, 4390.0, 4400.0, 4381.0, 4392.0, 4421.0, 4393.0, 4399.0, 4392.0, 4391.0, 4381.0, 4405.0, 4424.0, 4393.0, 4401.0, 4392.0, 4393.0, 4371.0, 4392.0, 4423.0, 4393.0, 4391.0, 4380.0, 4393.0, 4382.0, 4392.0, 4414.0, 4419.0, 4378.0, 4397.0, 4366.0, 4381.0, 4399.0, 4381.0, 4393.0, 4382.0, 4394.0, 4403.0, 4384.0, 4405.0, 4423.0, 4385.0, 4406.0, 4403.0, 4394.0, 4402.0, 4383.0, 4394.0, 4434.0, 4394.0, 4395.0, 4422.0, 4392.0, 4394.0, 4351.0, 4392.0, 4414.0, 4383.0, 4394.0, 4422.0, 4393.0, 4402.0, 4400.0, 4394.0, 4413.0, 4362.0, 4393.0, 4412.0, 4382.0, 4393.0, 4422.0, 4392.0, 4404.0, 4381.0, 4391.0, 4404.0, 4360.0, 4394.0, 4405.0, 4372.0, 4395.0, 4412.0, 4372.0, 4395.0, 4413.0, 4394.0, 4393.0, 4403.0, 4383.0, 4406.0, 4375.0, 4396.0, 4415.0, 4372.0, 4404.0, 4436.0, 4396.0, 4404.0, 4413.0, 4395.0, 4413.0, 4363.0, 4406.0, 4423.0, 4385.0, 4405.0, 4401.0, 4395.0, 4413.0, 4371.0, 4394.0, 4425.0, 4383.0, 4406.0, 4424.0, 4393.0, 4404.0, 4413.0, 4393.0, 4406.0, 4365.0, 4397.0, 4417.0, 4375.0, 4409.0, 4436.0, 4386.0, 4407.0, 4423.0, 4393.0, 4405.0, 4424.0, 4395.0, 4416.0, 4374.0, 4395.0, 4415.0, 4384.0, 4406.0, 4414.0, 4395.0, 4404.0, 4364.0, 4407.0, 4415.0, 4394.0, 4408.0, 4405.0, 4398.0, 4419.0, 4377.0, 4407.0, 4436.0, 4396.0, 4408.0, 4435.0, 4384.0, 4408.0, 4426.0, 4396.0, 4417.0, 4376.0, 4408.0, 4426.0, 4385.0, 4416.0, 4386.0, 4399.0, 4418.0, 4376.0, 4409.0, 4405.0, 4398.0, 4427.0, 4389.0, 4411.0, 4449.0, 4398.0, 4419.0, 4367.0, 4410.0, 4426.0, 4388.0, 4409.0, 4437.0, 4398.0, 4427.0, 4376.0, 4410.0, 4448.0, 4398.0, 4429.0, 4405.0, 4397.0, 4417.0, 4376.0, 4409.0, 4385.0, 4399.0, 4428.0, 4379.0, 4410.0, 4428.0, 4398.0, 4430.0, 4377.0, 4410.0, 4449.0, 4399.0, 4417.0, 4395.0, 4409.0, 4436.0, 4398.0, 4418.0, 4397.0, 4398.0, 4426.0, 4397.0, 4418.0, 4357.0, 4409.0, 4436.0, 4397.0, 4419.0, 4367.0, 4410.0, 4438.0, 4397.0, 4420.0, 4406.0, 4410.0, 4428.0, 4399.0, 4420.0, 4368.0, 4408.0, 4447.0, 4409.0, 4417.0, 4377.0, 4410.0, 4449.0, 4407.0, 4429.0, 4377.0, 4408.0, 4435.0, 4398.0, 4417.0, 4386.0, 4397.0, 4438.0, 4399.0, 4418.0, 4388.0, 4409.0, 4407.0, 4399.0, 4439.0, 4397.0, 4410.0, 4405.0, 4409.0, 4438.0, 4386.0, 4420.0, 4445.0, 4395.0, 4427.0, 4388.0, 4406.0, 4424.0, 4407.0, 4427.0, 4385.0, 4406.0, 4394.0, 4398.0, 4424.0, 4396.0, 4407.0, 4417.0, 4409.0, 4425.0, 4397.0, 4418.0, 4373.0, 4408.0, 4438.0, 4395.0, 4417.0, 4376.0, 4406.0, 4427.0, 4408.0, 4429.0, 4408.0, 4406.0, 4387.0, 4410.0, 4368.0, 4420.0, 4443.0, 4433.0, 4438.0, 4408.0, 4429.0, 4398.0, 4420.0, 4377.0, 4409.0, 4406.0, 4419.0, 4438.0, 4409.0, 4419.0, 4396.0, 4420.0, 4387.0, 4409.0, 4438.0, 4407.0, 4438.0, 4408.0, 4425.0, 4408.0, 4415.0, 4397.0, 4408.0, 4435.0, 4407.0, 4405.0, 4404.0, 4395.0, 4419.0, 4404.0, 4406.0, 4404.0, 4409.0, 4423.0, 4407.0, 4438.0, 4407.0, 4414.0, 4407.0, 4416.0, 4396.0, 4417.0, 4388.0, 4395.0, 4394.0, 4396.0, 4384.0, 4396.0, 4423.0, 4405.0, 4414.0, 4396.0, 4405.0, 4395.0, 4404.0, 4393.0, 4396.0, 4372.0, 4396.0, 4373.0], 'WindowWidth': [9782.0, 9808.0, 9744.0, 9722.0, 9778.0, 9672.0, 9734.0, 9664.0, 9678.0, 9735.0, 9646.0, 9654.0, 9614.0, 9659.0, 9685.0, 9632.0, 9662.0, 9617.0, 9662.0, 9684.0, 9651.0, 9678.0, 9635.0, 9680.0, 9722.0, 9631.0, 9657.0, 9643.0, 9663.0, 9720.0, 9633.0, 9675.0, 9622.0, 9661.0, 9692.0, 9643.0, 9670.0, 9646.0, 9658.0, 9629.0, 9675.0, 9616.0, 9653.0, 9697.0, 9659.0, 9681.0, 9644.0, 9664.0, 9645.0, 9659.0, 9705.0, 9629.0, 9678.0, 9630.0, 9661.0, 9698.0, 9626.0, 9672.0, 9645.0, 9659.0, 9612.0, 9657.0, 9664.0, 9646.0, 9678.0, 9667.0, 9680.0, 9655.0, 9680.0, 9649.0, 9678.0, 9655.0, 9685.0, 9676.0, 9676.0, 9680.0, 9670.0, 9710.0, 9674.0, 9698.0, 9689.0, 9695.0, 9659.0, 9691.0, 9690.0, 9673.0, 9702.0, 9691.0, 9707.0, 9674.0, 9691.0, 9741.0, 9672.0, 9733.0, 9665.0, 9689.0, 9648.0, 9690.0, 9650.0, 9682.0, 9651.0, 9666.0, 9620.0, 9669.0, 9694.0, 9668.0, 9696.0, 9665.0, 9667.0, 9667.0, 9687.0, 9639.0, 9673.0, 9734.0, 9689.0, 9679.0, 9685.0, 9699.0, 9674.0, 9712.0, 9747.0, 9670.0, 9710.0, 9672.0, 9705.0, 9748.0, 9662.0, 9720.0, 9642.0, 9656.0, 9685.0, 9648.0, 9674.0, 9629.0, 9663.0, 9689.0, 9663.0, 9680.0, 9637.0, 9664.0, 9709.0, 9665.0, 9670.0, 9697.0, 9662.0, 9694.0, 9669.0, 9655.0, 9627.0, 9670.0, 9694.0, 9663.0, 9672.0, 9727.0, 9663.0, 9680.0, 9628.0, 9664.0, 9724.0, 9667.0, 9680.0, 9629.0, 9665.0, 9702.0, 9657.0, 9676.0, 9632.0, 9649.0, 9682.0, 9660.0, 9666.0, 9648.0, 9666.0, 9701.0, 9657.0, 9667.0, 9700.0, 9662.0, 9694.0, 9662.0, 9650.0, 9666.0, 9661.0, 9657.0, 9661.0, 9679.0, 9686.0, 9679.0, 9679.0, 9666.0, 9672.0, 9738.0, 9678.0, 9683.0, 9659.0, 9666.0, 9719.0, 9659.0, 9676.0, 9645.0, 9661.0, 9686.0, 9662.0, 9663.0, 9649.0, 9671.0, 9691.0, 9664.0, 9662.0, 9634.0, 9671.0, 9726.0, 9666.0, 9666.0, 9668.0, 9664.0, 9689.0, 9664.0, 9665.0, 9715.0, 9658.0, 9675.0, 9646.0, 9677.0, 9705.0, 9674.0, 9674.0, 9663.0, 9670.0, 9690.0, 9680.0, 9705.0, 9659.0, 9664.0, 9722.0, 9658.0, 9677.0, 9646.0, 9665.0, 9670.0, 9664.0, 9678.0, 9667.0, 9654.0, 9638.0, 9684.0, 9696.0, 9687.0, 9704.0, 9672.0, 9686.0, 9668.0, 9688.0, 9709.0, 9686.0, 9701.0, 9670.0, 9675.0, 9723.0, 9687.0, 9729.0, 9685.0, 9680.0, 9663.0, 9675.0, 9744.0, 9682.0, 9709.0, 9665.0, 9659.0, 9647.0, 9667.0, 9739.0, 9678.0, 9678.0, 9662.0, 9664.0, 9719.0, 9663.0, 9687.0, 9659.0, 9659.0, 9651.0, 9664.0, 9695.0, 9665.0, 9686.0, 9658.0, 9659.0, 9646.0, 9663.0, 9644.0, 9659.0, 9683.0, 9659.0, 9675.0, 9675.0, 9647.0, 9630.0, 9661.0, 9702.0, 9677.0, 9680.0, 9661.0, 9648.0, 9625.0, 9666.0, 9719.0, 9677.0, 9681.0, 9659.0, 9668.0, 9704.0, 9657.0, 9673.0, 9640.0, 9661.0, 9699.0, 9655.0, 9655.0, 9642.0, 9639.0, 9680.0, 9652.0, 9641.0, 9607.0, 9656.0, 9673.0, 9659.0, 9664.0, 9703.0, 9673.0, 9674.0, 9660.0, 9665.0, 9716.0, 9678.0, 9674.0, 9653.0, 9656.0, 9684.0, 9680.0, 9694.0, 9662.0, 9650.0, 9627.0, 9679.0, 9724.0, 9680.0, 9667.0, 9667.0, 9661.0, 9684.0, 9657.0, 9666.0, 9722.0, 9672.0, 9672.0, 9655.0, 9658.0, 9720.0, 9662.0, 9658.0, 9636.0, 9656.0, 9679.0, 9666.0, 9658.0, 9650.0, 9678.0, 9687.0, 9673.0, 9677.0, 9644.0, 9682.0, 9706.0, 9658.0, 9663.0, 9616.0, 9661.0, 9699.0, 9658.0, 9677.0, 9704.0, 9676.0, 9673.0, 9661.0, 9677.0, 9652.0, 9686.0, 9693.0, 9682.0, 9683.0, 9674.0, 9678.0, 9697.0, 9663.0, 9681.0, 9655.0, 9689.0, 9726.0, 9668.0, 9689.0, 9725.0, 9682.0, 9706.0, 9664.0, 9685.0, 9705.0, 9686.0, 9726.0, 9659.0, 9666.0, 9622.0, 9684.0, 9722.0, 9696.0, 9671.0, 9636.0, 9685.0, 9709.0, 9679.0, 9690.0, 9681.0, 9678.0, 9705.0, 9680.0, 9680.0, 9661.0, 9686.0, 9709.0, 9682.0, 9669.0, 9667.0, 9703.0, 9728.0, 9688.0, 9702.0, 9686.0, 9671.0, 9654.0, 9686.0, 9743.0, 9681.0, 9701.0, 9747.0, 9678.0, 9678.0, 9637.0, 9660.0, 9681.0, 9673.0, 9665.0, 9639.0, 9656.0, 9642.0, 9665.0, 9648.0, 9712.0, 9750.0, 9706.0, 9698.0, 9674.0, 9682.0, 9669.0, 9676.0, 9714.0, 9687.0, 9708.0, 9685.0, 9732.0, 9680.0, 9713.0, 9681.0, 9677.0, 9677.0, 9675.0, 9661.0, 9662.0, 9644.0, 9666.0, 9669.0, 9678.0, 9726.0, 9661.0, 9686.0, 9670.0, 9654.0, 9675.0, 9665.0, 9680.0, 9664.0, 9663.0, 9651.0, 9644.0, 9680.0, 9659.0, 9680.0, 9685.0, 9680.0, 9675.0, 9674.0, 9692.0, 9680.0, 9658.0, 9658.0, 9655.0, 9644.0, 9666.0, 9648.0, 9644.0, 9645.0, 9679.0, 9615.0, 9686.0, 9653.0, 9677.0, 9634.0, 9681.0, 9680.0, 9680.0, 9702.0, 9677.0, 9669.0, 9676.0, 9673.0, 9664.0, 9679.0, 9664.0, 9663.0, 9656.0, 9668.0, 9650.0, 9700.0, 9677.0, 9697.0, 9705.0, 9699.0, 9692.0, 9683.0, 9700.0, 9669.0, 9692.0, 9658.0, 9690.0, 9704.0, 9681.0, 9701.0, 9687.0, 9670.0, 9647.0, 9700.0, 9693.0, 9697.0, 9708.0, 9698.0, 9692.0, 9683.0, 9681.0, 9682.0, 9695.0, 9673.0, 9684.0, 9656.0, 9703.0, 9712.0, 9699.0, 9744.0, 9689.0, 9699.0, 9650.0, 9661.0, 9649.0, 9698.0, 9682.0, 9704.0, 9712.0, 9698.0, 9695.0, 9695.0, 9714.0, 9704.0, 9693.0, 9677.0, 9694.0, 9664.0, 9686.0, 9652.0, 9682.0, 9651.0, 9681.0, 9704.0, 9677.0, 9742.0, 9679.0, 9688.0, 9672.0, 9675.0, 9668.0, 9673.0, 9715.0, 9672.0, 9715.0, 9670.0, 9668.0, 9656.0, 9673.0, 9652.0, 9657.0, 9638.0, 9669.0, 9655.0, 9691.0, 9706.0, 9675.0, 9659.0, 9669.0, 9657.0, 9656.0, 9679.0, 9685.0, 9673.0, 9683.0, 9668.0, 9668.0, 9669.0, 9679.0, 9638.0, 9672.0, 9627.0, 9677.0, 9684.0, 9677.0, 9685.0, 9675.0, 9673.0, 9675.0, 9691.0, 9697.0, 9694.0, 9686.0, 9679.0, 9674.0, 9672.0, 9693.0, 9666.0, 9695.0, 9684.0, 9672.0, 9687.0, 9672.0, 9686.0, 9660.0, 9677.0, 9719.0, 9677.0, 9681.0, 9674.0, 9672.0, 9660.0, 9699.0, 9725.0, 9678.0, 9686.0, 9675.0, 9681.0, 9646.0, 9676.0, 9722.0, 9679.0, 9674.0, 9658.0, 9680.0, 9661.0, 9676.0, 9710.0, 9709.0, 9650.0, 9675.0, 9631.0, 9656.0, 9679.0, 9656.0, 9679.0, 9662.0, 9681.0, 9691.0, 9667.0, 9699.0, 9720.0, 9670.0, 9701.0, 9692.0, 9680.0, 9692.0, 9663.0, 9682.0, 9738.0, 9683.0, 9682.0, 9719.0, 9675.0, 9680.0, 9616.0, 9676.0, 9710.0, 9667.0, 9681.0, 9719.0, 9677.0, 9693.0, 9684.0, 9682.0, 9708.0, 9634.0, 9679.0, 9704.0, 9660.0, 9678.0, 9718.0, 9677.0, 9696.0, 9659.0, 9674.0, 9694.0, 9630.0, 9683.0, 9699.0, 9649.0, 9684.0, 9707.0, 9651.0, 9684.0, 9705.0, 9678.0, 9680.0, 9690.0, 9666.0, 9702.0, 9654.0, 9685.0, 9713.0, 9650.0, 9696.0, 9742.0, 9687.0, 9698.0, 9707.0, 9684.0, 9709.0, 9639.0, 9702.0, 9725.0, 9672.0, 9698.0, 9688.0, 9685.0, 9708.0, 9648.0, 9684.0, 9728.0, 9666.0, 9700.0, 9723.0, 9680.0, 9698.0, 9705.0, 9679.0, 9700.0, 9644.0, 9693.0, 9720.0, 9659.0, 9710.0, 9744.0, 9673.0, 9704.0, 9725.0, 9679.0, 9701.0, 9722.0, 9685.0, 9715.0, 9656.0, 9688.0, 9714.0, 9669.0, 9701.0, 9709.0, 9685.0, 9697.0, 9645.0, 9705.0, 9713.0, 9684.0, 9708.0, 9700.0, 9696.0, 9725.0, 9665.0, 9706.0, 9745.0, 9687.0, 9707.0, 9743.0, 9670.0, 9707.0, 9729.0, 9690.0, 9719.0, 9662.0, 9708.0, 9731.0, 9675.0, 9719.0, 9676.0, 9699.0, 9722.0, 9663.0, 9712.0, 9701.0, 9696.0, 9735.0, 9685.0, 9717.0, 9767.0, 9695.0, 9724.0, 9650.0, 9713.0, 9733.0, 9683.0, 9713.0, 9749.0, 9696.0, 9735.0, 9665.0, 9714.0, 9767.0, 9694.0, 9739.0, 9701.0, 9693.0, 9718.0, 9664.0, 9712.0, 9675.0, 9701.0, 9740.0, 9671.0, 9715.0, 9734.0, 9696.0, 9742.0, 9665.0, 9715.0, 9770.0, 9696.0, 9722.0, 9685.0, 9709.0, 9747.0, 9695.0, 9723.0, 9691.0, 9695.0, 9731.0, 9692.0, 9721.0, 9639.0, 9712.0, 9745.0, 9693.0, 9725.0, 9651.0, 9713.0, 9749.0, 9693.0, 9727.0, 9703.0, 9714.0, 9735.0, 9698.0, 9729.0, 9654.0, 9713.0, 9766.0, 9712.0, 9723.0, 9667.0, 9715.0, 9768.0, 9707.0, 9740.0, 9665.0, 9709.0, 9744.0, 9696.0, 9720.0, 9678.0, 9695.0, 9752.0, 9697.0, 9723.0, 9680.0, 9712.0, 9705.0, 9699.0, 9754.0, 9695.0, 9713.0, 9702.0, 9713.0, 9750.0, 9676.0, 9727.0, 9756.0, 9689.0, 9735.0, 9682.0, 9705.0, 9725.0, 9706.0, 9735.0, 9674.0, 9703.0, 9684.0, 9694.0, 9726.0, 9689.0, 9708.0, 9719.0, 9712.0, 9730.0, 9693.0, 9723.0, 9656.0, 9708.0, 9752.0, 9688.0, 9720.0, 9663.0, 9705.0, 9732.0, 9712.0, 9741.0, 9710.0, 9704.0, 9680.0, 9716.0, 9658.0, 9730.0, 9768.0, 9754.0, 9754.0, 9710.0, 9741.0, 9697.0, 9728.0, 9665.0, 9713.0, 9704.0, 9725.0, 9752.0, 9713.0, 9726.0, 9693.0, 9729.0, 9680.0, 9712.0, 9750.0, 9708.0, 9751.0, 9709.0, 9728.0, 9707.0, 9717.0, 9692.0, 9708.0, 9741.0, 9704.0, 9699.0, 9698.0, 9688.0, 9726.0, 9702.0, 9706.0, 9699.0, 9712.0, 9725.0, 9707.0, 9752.0, 9706.0, 9712.0, 9704.0, 9716.0, 9690.0, 9720.0, 9679.0, 9686.0, 9682.0, 9688.0, 9668.0, 9689.0, 9723.0, 9700.0, 9713.0, 9688.0, 9699.0, 9686.0, 9696.0, 9680.0, 9689.0, 9650.0, 9687.0, 9654.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.0003334683794466403</td></tr>
<tr><td colspan=3>aqi</td><td>0.03063571699604743</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.67136729453018</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2695030035509398</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9644921987932741</td></tr>
<tr><td colspan=3>efc</td><td>0.4587</td></tr>
<tr><td colspan=3>fber</td><td>7186.8291</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08228821263258451</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.49407114624505927</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.460312404031208</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3574663983390756</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7049152991461574</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.318555514608392</td></tr>
<tr><td colspan=3>gcor</td><td>0.00948656</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015607996843755245</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016661588102579117</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.9558398800492127</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.355</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.2268</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.0661</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305732.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>846.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.2115</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3861</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.7637</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3638.5332</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70812.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1289.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.7322</td></tr>
<tr><td colspan=3>tsnr</td><td>37.47676458384376</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>