<?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-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-01/func/sub-0010_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>a3ca86b62a3c8c52bc745fb9bbf5e52d</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>15:16:20.010000</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.998084, 0.00787989, 0.061365, -0.00749071, 0.99995, -0.00656956]</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.0716252</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7718, -7297, 614, -64, -3, 20, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 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>227.296</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fde5eda1-1a71-4699-b424-98034cc5a7ef||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.6777870655059814, -0.02009701356291771, 0.16581696271896362, 110.68607330322266], [-0.021141162142157555, 2.682793617248535, -0.016462739557027817, -79.23753356933594], [0.1646377295255661, 0.017625659704208374, 2.6948530673980713, -62.09650421142578], [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': ['151620.010000', '151620.470000', '151620.930000', '151621.390000', '151621.850000', '151622.310000', '151622.770000', '151623.230000', '151623.690000', '151624.150000', '151624.610000', '151625.070000', '151625.530000', '151625.990000', '151626.450000', '151626.910000', '151627.370000', '151627.830000', '151628.290000', '151628.750000', '151629.210000', '151629.670000', '151630.130000', '151630.590000', '151631.050000', '151631.510000', '151631.970000', '151632.430000', '151632.890000', '151633.350000', '151633.810000', '151634.270000', '151634.730000', '151635.190000', '151635.650000', '151636.110000', '151636.570000', '151637.030000', '151637.490000', '151637.950000', '151638.410000', '151638.870000', '151639.330000', '151639.790000', '151640.250000', '151640.710000', '151641.170000', '151641.630000', '151642.090000', '151642.550000', '151643.010000', '151643.470000', '151643.930000', '151644.390000', '151644.850000', '151645.310000', '151645.770000', '151646.230000', '151646.690000', '151647.150000', '151647.610000', '151648.070000', '151648.530000', '151648.990000', '151649.450000', '151649.910000', '151650.370000', '151650.830000', '151651.290000', '151651.750000', '151652.210000', '151652.670000', '151653.130000', '151653.590000', '151654.050000', '151654.510000', '151654.970000', '151655.430000', '151655.890000', '151656.350000', '151656.810000', '151657.270000', '151657.730000', '151658.190000', '151658.650000', '151659.110000', '151659.570000', '151700.030000', '151700.490000', '151700.950000', '151701.410000', '151701.870000', '151702.330000', '151702.790000', '151703.250000', '151703.710000', '151704.170000', '151704.630000', '151705.090000', '151705.550000', '151706.010000', '151706.470000', '151706.930000', '151707.390000', '151707.850000', '151708.310000', '151708.770000', '151709.230000', '151709.690000', '151710.150000', '151710.610000', '151711.070000', '151711.530000', '151711.990000', '151712.450000', '151712.910000', '151713.370000', '151713.830000', '151714.290000', '151714.750000', '151715.210000', '151715.670000', '151716.130000', '151716.590000', '151717.050000', '151717.510000', '151717.970000', '151718.430000', '151718.890000', '151719.350000', '151719.810000', '151720.270000', '151720.730000', '151721.190000', '151721.650000', '151722.110000', '151722.570000', '151723.030000', '151723.490000', '151723.950000', '151724.410000', '151724.870000', '151725.330000', '151725.790000', '151726.250000', '151726.710000', '151727.170000', '151727.630000', '151728.090000', '151728.550000', '151729.010000', '151729.470000', '151729.930000', '151730.390000', '151730.850000', '151731.310000', '151731.770000', '151732.230000', '151732.690000', '151733.150000', '151733.610000', '151734.070000', '151734.530000', '151734.990000', '151735.450000', '151735.910000', '151736.370000', '151736.830000', '151737.290000', '151737.750000', '151738.210000', '151738.670000', '151739.130000', '151739.590000', '151740.050000', '151740.510000', '151740.970000', '151741.430000', '151741.890000', '151742.350000', '151742.810000', '151743.270000', '151743.730000', '151744.190000', '151744.650000', '151745.110000', '151745.570000', '151746.030000', '151746.490000', '151746.950000', '151747.410000', '151747.870000', '151748.330000', '151748.790000', '151749.250000', '151749.710000', '151750.170000', '151750.630000', '151751.090000', '151751.550000', '151752.010000', '151752.470000', '151752.930000', '151753.390000', '151753.850000', '151754.310000', '151754.770000', '151755.230000', '151755.690000', '151756.150000', '151756.610000', '151757.070000', '151757.530000', '151757.990000', '151758.450000', '151758.910000', '151759.370000', '151759.830000', '151800.290000', '151800.750000', '151801.210000', '151801.670000', '151802.130000', '151802.590000', '151803.050000', '151803.510000', '151803.970000', '151804.430000', '151804.890000', '151805.350000', '151805.810000', '151806.270000', '151806.730000', '151807.190000', '151807.650000', '151808.110000', '151808.570000', '151809.030000', '151809.490000', '151809.950000', '151810.410000', '151810.870000', '151811.330000', '151811.790000', '151812.250000', '151812.710000', '151813.170000', '151813.630000', '151814.090000', '151814.550000', '151815.010000', '151815.470000', '151815.930000', '151816.390000', '151816.850000', '151817.310000', '151817.770000', '151818.230000', '151818.690000', '151819.150000', '151819.610000', '151820.070000', '151820.530000', '151820.990000', '151821.450000', '151821.910000', '151822.370000', '151822.830000', '151823.290000', '151823.750000', '151824.210000', '151824.670000', '151825.130000', '151825.590000', '151826.050000', '151826.510000', '151826.970000', '151827.430000', '151827.890000', '151828.350000', '151828.810000', '151829.270000', '151829.730000', '151830.190000', '151830.650000', '151831.110000', '151831.570000', '151832.030000', '151832.490000', '151832.950000', '151833.410000', '151833.870000', '151834.330000', '151834.790000', '151835.250000', '151835.710000', '151836.170000', '151836.630000', '151837.090000', '151837.550000', '151838.010000', '151838.470000', '151838.930000', '151839.390000', '151839.850000', '151840.310000', '151840.770000', '151841.230000', '151841.690000', '151842.150000', '151842.610000', '151843.070000', '151843.530000', '151843.990000', '151844.450000', '151844.910000', '151845.370000', '151845.830000', '151846.290000', '151846.750000', '151847.210000', '151847.670000', '151848.130000', '151848.590000', '151849.050000', '151849.510000', '151849.970000', '151850.430000', '151850.890000', '151851.350000', '151851.810000', '151852.270000', '151852.730000', '151853.190000', '151853.650000', '151854.110000', '151854.570000', '151855.030000', '151855.490000', '151855.950000', '151856.410000', '151856.870000', '151857.330000', '151857.790000', '151858.250000', '151858.710000', '151859.170000', '151859.630000', '151900.090000', '151900.550000', '151901.010000', '151901.470000', '151901.930000', '151902.390000', '151902.850000', '151903.310000', '151903.770000', '151904.230000', '151904.690000', '151905.150000', '151905.610000', '151906.070000', '151906.530000', '151906.990000', '151907.450000', '151907.910000', '151908.370000', '151908.830000', '151909.290000', '151909.750000', '151910.210000', '151910.670000', '151911.130000', '151911.590000', '151912.050000', '151912.510000', '151912.970000', '151913.430000', '151913.890000', '151914.350000', '151914.810000', '151915.270000', '151915.730000', '151916.190000', '151916.650000', '151917.110000', '151917.570000', '151918.030000', '151918.490000', '151918.950000', '151919.410000', '151919.870000', '151920.330000', '151920.790000', '151921.250000', '151921.710000', '151922.170000', '151922.630000', '151923.090000', '151923.550000', '151924.010000', '151924.470000', '151924.930000', '151925.390000', '151925.850000', '151926.310000', '151926.770000', '151927.230000', '151927.690000', '151928.150000', '151928.610000', '151929.070000', '151929.530000', '151929.990000', '151930.450000', '151930.910000', '151931.370000', '151931.830000', '151932.290000', '151932.750000', '151933.210000', '151933.670000', '151934.130000', '151934.590000', '151935.050000', '151935.510000', '151935.970000', '151936.430000', '151936.890000', '151937.350000', '151937.810000', '151938.270000', '151938.730000', '151939.190000', '151939.650000', '151940.110000', '151940.570000', '151941.030000', '151941.490000', '151941.950000', '151942.410000', '151942.870000', '151943.330000', '151943.790000', '151944.250000', '151944.710000', '151945.170000', '151945.630000', '151946.090000', '151946.550000', '151947.010000', '151947.470000', '151947.930000', '151948.390000', '151948.850000', '151949.310000', '151949.770000', '151950.230000', '151950.690000', '151951.150000', '151951.610000', '151952.070000', '151952.530000', '151952.990000', '151953.450000', '151953.910000', '151954.370000', '151954.830000', '151955.290000', '151955.750000', '151956.210000', '151956.670000', '151957.130000', '151957.590000', '151958.050000', '151958.510000', '151958.970000', '151959.430000', '151959.890000', '152000.350000', '152000.810000', '152001.270000', '152001.730000', '152002.190000', '152002.650000', '152003.110000', '152003.570000', '152004.030000', '152004.490000', '152004.950000', '152005.410000', '152005.870000', '152006.330000', '152006.790000', '152007.250000', '152007.710000', '152008.170000', '152008.630000', '152009.090000', '152009.550000', '152010.010000', '152010.470000', '152010.930000', '152011.390000', '152011.850000', '152012.310000', '152012.770000', '152013.230000', '152013.690000', '152014.150000', '152014.610000', '152015.070000', '152015.530000', '152015.990000', '152016.450000', '152016.910000', '152017.370000', '152017.830000', '152018.290000', '152018.750000', '152019.210000', '152019.670000', '152020.130000', '152020.590000', '152021.050000', '152021.510000', '152021.970000', '152022.430000', '152022.890000', '152023.350000', '152023.810000', '152024.270000', '152024.730000', '152025.190000', '152025.650000', '152026.110000', '152026.570000', '152027.030000', '152027.490000', '152027.950000', '152028.410000', '152028.870000', '152029.330000', '152029.790000', '152030.250000', '152030.710000', '152031.170000', '152031.630000', '152032.090000', '152032.550000', '152033.010000', '152033.470000', '152033.930000', '152034.390000', '152034.850000', '152035.310000', '152035.770000', '152036.230000', '152036.690000', '152037.150000', '152037.610000', '152038.070000', '152038.530000', '152038.990000', '152039.450000', '152039.910000', '152040.370000', '152040.830000', '152041.290000', '152041.750000', '152042.210000', '152042.670000', '152043.130000', '152043.590000', '152044.050000', '152044.510000', '152044.970000', '152045.430000', '152045.890000', '152046.350000', '152046.810000', '152047.270000', '152047.730000', '152048.190000', '152048.650000', '152049.110000', '152049.570000', '152050.030000', '152050.490000', '152050.950000', '152051.410000', '152051.870000', '152052.330000', '152052.790000', '152053.250000', '152053.710000', '152054.170000', '152054.630000', '152055.090000', '152055.550000', '152056.010000', '152056.470000', '152056.930000', '152057.390000', '152057.850000', '152058.310000', '152058.770000', '152059.230000', '152059.690000', '152100.150000', '152100.610000', '152101.070000', '152101.530000', '152101.990000', '152102.450000', '152102.910000', '152103.370000', '152103.830000', '152104.290000', '152104.750000', '152105.210000', '152105.670000', '152106.130000', '152106.590000', '152107.050000', '152107.510000', '152107.970000', '152108.430000', '152108.890000', '152109.350000', '152109.810000', '152110.270000', '152110.730000', '152111.190000', '152111.650000', '152112.110000', '152112.570000', '152113.030000', '152113.490000', '152113.950000', '152114.410000', '152114.870000', '152115.330000', '152115.790000', '152116.250000', '152116.710000', '152117.170000', '152117.630000', '152118.090000', '152118.550000', '152119.010000', '152119.470000', '152119.930000', '152120.390000', '152120.850000', '152121.310000', '152121.770000', '152122.230000', '152122.690000', '152123.150000', '152123.610000', '152124.070000', '152124.530000', '152124.990000', '152125.450000', '152125.910000', '152126.370000', '152126.830000', '152127.290000', '152127.750000', '152128.210000', '152128.670000', '152129.130000', '152129.590000', '152130.050000', '152130.510000', '152130.970000', '152131.430000', '152131.890000', '152132.350000', '152132.810000', '152133.270000', '152133.730000', '152134.190000', '152134.650000', '152135.110000', '152135.570000', '152136.030000', '152136.490000', '152136.950000', '152137.410000', '152137.870000', '152138.330000', '152138.790000', '152139.250000', '152139.710000', '152140.170000', '152140.630000', '152141.090000', '152141.550000', '152142.010000', '152142.470000', '152142.930000', '152143.390000', '152143.850000', '152144.310000', '152144.770000', '152145.230000', '152145.690000', '152146.150000', '152146.610000', '152147.070000', '152147.530000', '152147.990000', '152148.450000', '152148.910000', '152149.370000', '152149.830000', '152150.290000', '152150.750000', '152151.210000', '152151.670000', '152152.130000', '152152.590000', '152153.050000', '152153.510000', '152153.970000', '152154.430000', '152154.890000', '152155.350000', '152155.810000', '152156.270000', '152156.730000', '152157.190000', '152157.650000', '152158.110000', '152158.570000', '152159.030000', '152159.490000', '152159.950000', '152200.410000', '152200.870000', '152201.330000', '152201.790000', '152202.250000', '152202.710000', '152203.170000', '152203.630000', '152204.090000', '152204.550000', '152205.010000', '152205.470000', '152205.930000', '152206.390000', '152206.850000', '152207.310000', '152207.770000', '152208.230000', '152208.690000', '152209.150000', '152209.610000', '152210.070000', '152210.530000', '152210.990000', '152211.450000', '152211.910000', '152212.370000', '152212.830000', '152213.290000', '152213.750000', '152214.210000', '152214.670000', '152215.130000', '152215.590000', '152216.050000', '152216.510000', '152216.970000', '152217.430000', '152217.890000', '152218.350000', '152218.810000', '152219.270000', '152219.730000', '152220.190000', '152220.650000', '152221.110000', '152221.570000', '152222.030000', '152222.490000', '152222.950000', '152223.410000', '152223.870000', '152224.330000', '152224.790000', '152225.250000', '152225.710000', '152226.170000', '152226.630000', '152227.090000', '152227.550000', '152228.010000', '152228.470000', '152228.930000', '152229.390000', '152229.850000', '152230.310000', '152230.770000', '152231.230000', '152231.690000', '152232.150000', '152232.610000', '152233.070000', '152233.530000', '152233.990000', '152234.450000', '152234.910000', '152235.370000', '152235.830000', '152236.290000', '152236.750000', '152237.210000', '152237.670000', '152238.130000', '152238.590000', '152239.050000', '152239.510000', '152239.970000', '152240.430000', '152240.890000', '152241.350000', '152241.810000', '152242.270000', '152242.730000', '152243.190000', '152243.650000', '152244.110000', '152244.570000', '152245.030000', '152245.490000', '152245.950000', '152246.410000', '152246.870000', '152247.330000', '152247.790000', '152248.250000', '152248.710000', '152249.170000', '152249.630000', '152250.090000', '152250.550000', '152251.010000', '152251.470000', '152251.930000', '152252.390000', '152252.850000', '152253.310000', '152253.770000', '152254.230000', '152254.690000', '152255.150000', '152255.610000', '152256.070000', '152256.530000', '152256.990000', '152257.450000', '152257.910000', '152258.370000', '152258.830000', '152259.290000', '152259.750000', '152300.210000', '152300.670000', '152301.130000', '152301.590000', '152302.050000', '152302.510000', '152302.970000', '152303.430000', '152303.890000', '152304.350000', '152304.810000', '152305.270000', '152305.730000', '152306.190000', '152306.650000', '152307.110000', '152307.570000', '152308.030000', '152308.490000', '152308.950000', '152309.410000', '152309.870000', '152310.330000', '152310.790000', '152311.250000', '152311.710000', '152312.170000', '152312.630000', '152313.090000', '152313.550000', '152314.010000', '152314.470000', '152314.930000', '152315.390000', '152315.850000', '152316.310000', '152316.770000', '152317.230000', '152317.690000', '152318.150000', '152318.610000', '152319.070000', '152319.530000', '152319.990000', '152320.450000', '152320.910000', '152321.370000', '152321.830000', '152322.290000', '152322.750000', '152323.210000', '152323.670000', '152324.130000', '152324.590000', '152325.050000', '152325.510000', '152325.970000', '152326.430000', '152326.890000', '152327.350000', '152327.810000', '152328.270000', '152328.730000', '152329.190000', '152329.650000', '152330.110000', '152330.570000', '152331.030000', '152331.490000', '152331.950000', '152332.410000', '152332.870000', '152333.330000', '152333.790000', '152334.250000', '152334.710000', '152335.170000', '152335.630000', '152336.090000', '152336.550000', '152337.010000', '152337.470000', '152337.930000', '152338.390000', '152338.850000', '152339.310000', '152339.770000', '152340.230000', '152340.690000', '152341.150000', '152341.610000', '152342.070000', '152342.530000', '152342.990000', '152343.450000', '152343.910000', '152344.370000', '152344.830000', '152345.290000', '152345.750000', '152346.210000', '152346.670000', '152347.130000', '152347.590000', '152348.050000', '152348.510000', '152348.970000', '152349.430000', '152349.890000', '152350.350000', '152350.810000', '152351.270000', '152351.730000', '152352.190000', '152352.650000', '152353.110000', '152353.570000', '152354.030000', '152354.490000', '152354.950000', '152355.410000', '152355.870000', '152356.330000', '152356.790000', '152357.250000', '152357.710000', '152358.170000', '152358.630000', '152359.090000', '152359.550000', '152400.010000', '152400.470000', '152400.930000', '152401.390000', '152401.850000', '152402.310000', '152402.770000', '152403.230000', '152403.690000', '152404.150000', '152404.610000', '152405.070000', '152405.530000', '152405.990000', '152406.450000', '152406.910000'], 'ContentTime': ['151632.985000', '151632.989000', '151632.992000', '151632.995000', '151632.998000', '151633.002000', '151633.019000', '151633.022000', '151633.025000', '151633.028000', '151633.031000', '151633.034000', '151633.036000', '151633.039000', '151633.042000', '151633.045000', '151633.048000', '151633.051000', '151633.054000', '151633.060000', '151633.063000', '151633.066000', '151633.069000', '151633.072000', '151633.075000', '151633.078000', '151652.949000', '151652.952000', '151652.955000', '151652.958000', '151652.969000', '151652.972000', '151652.975000', '151652.978000', '151652.981000', '151652.984000', '151652.987000', '151652.990000', '151652.993000', '151652.996000', '151653.000000', '151653.003000', '151653.006000', '151653.009000', '151653.012000', '151653.015000', '151653.018000', '151653.021000', '151653.026000', '151653.032000', '151653.035000', '151653.038000', '151653.041000', '151653.044000', '151653.047000', '151653.057000', '151653.069000', '151653.072000', '151653.075000', '151653.078000', '151653.081000', '151653.084000', '151653.087000', '151653.090000', '151653.093000', '151653.096000', '151653.098000', '151653.101000', '151653.105000', '151712.949000', '151712.952000', '151712.955000', '151712.958000', '151712.960000', '151712.963000', '151712.966000', '151712.969000', '151712.972000', '151712.975000', '151712.978000', '151712.981000', '151712.983000', '151712.986000', '151712.989000', '151712.992000', '151712.995000', '151712.998000', '151713.001000', '151713.004000', '151713.007000', '151713.010000', '151713.013000', '151713.016000', '151713.018000', '151713.021000', '151713.024000', '151713.027000', '151713.030000', '151713.033000', '151713.036000', '151713.038000', '151713.041000', '151713.044000', '151713.047000', '151713.050000', '151713.053000', '151713.055000', '151713.058000', '151713.061000', '151713.064000', '151713.067000', '151713.070000', '151713.073000', '151732.950000', '151732.953000', '151732.956000', '151732.959000', '151732.962000', '151732.964000', '151732.967000', '151732.970000', '151732.973000', '151732.976000', '151732.979000', '151732.982000', '151732.985000', '151732.988000', '151732.991000', '151732.994000', '151732.997000', '151733.001000', '151733.004000', '151733.007000', '151733.009000', '151733.012000', '151733.015000', '151733.018000', '151733.021000', '151733.024000', '151733.026000', '151733.029000', '151733.032000', '151733.035000', '151733.038000', '151733.041000', '151733.044000', '151733.049000', '151733.053000', '151733.056000', '151733.059000', '151733.062000', '151733.065000', '151733.068000', '151733.071000', '151733.074000', '151733.076000', '151752.950000', '151752.953000', '151752.956000', '151752.958000', '151752.961000', '151752.964000', '151752.967000', '151752.970000', '151752.973000', '151752.976000', '151752.979000', '151752.982000', '151752.985000', '151752.987000', '151752.990000', '151752.993000', '151752.996000', '151753.000000', '151753.003000', '151753.006000', '151753.009000', '151753.011000', '151753.014000', '151753.017000', '151753.020000', '151753.023000', '151753.026000', '151753.029000', '151753.032000', '151753.034000', '151753.037000', '151753.040000', '151753.043000', '151753.046000', '151753.049000', '151753.052000', '151753.055000', '151753.058000', '151753.060000', '151753.063000', '151753.066000', '151753.069000', '151753.072000', '151753.075000', '151812.950000', '151812.953000', '151812.956000', '151812.959000', '151812.962000', '151812.964000', '151812.967000', '151812.970000', '151812.973000', '151812.976000', '151812.979000', '151812.982000', '151812.985000', '151812.987000', '151812.991000', '151812.993000', '151812.996000', '151813.000000', '151813.003000', '151813.006000', '151813.009000', '151813.012000', '151813.015000', '151813.017000', '151813.020000', '151813.023000', '151813.026000', '151813.029000', '151813.032000', '151813.035000', '151813.038000', '151813.041000', '151813.043000', '151813.046000', '151813.049000', '151813.052000', '151813.055000', '151813.058000', '151813.061000', '151813.064000', '151813.066000', '151813.070000', '151813.073000', '151832.950000', '151832.953000', '151832.956000', '151832.959000', '151832.962000', '151832.964000', '151832.967000', '151832.970000', '151832.973000', '151832.976000', '151832.979000', '151832.982000', '151832.985000', '151832.987000', '151832.990000', '151832.993000', '151832.996000', '151833.000000', '151833.003000', '151833.006000', '151833.009000', '151833.012000', '151833.014000', '151833.017000', '151833.020000', '151833.036000', '151833.039000', '151833.042000', '151833.045000', '151833.048000', '151833.051000', '151833.053000', '151833.056000', '151833.059000', '151833.062000', '151833.065000', '151833.068000', '151833.070000', '151833.073000', '151833.076000', '151833.079000', '151833.082000', '151833.085000', '151833.088000', '151852.950000', '151852.953000', '151852.956000', '151852.959000', '151852.962000', '151852.965000', '151852.967000', '151852.970000', '151852.973000', '151852.976000', '151852.979000', '151852.982000', '151852.985000', '151852.988000', '151852.990000', '151852.993000', '151852.996000', '151853.000000', '151853.003000', '151853.006000', '151853.009000', '151853.012000', '151853.016000', '151853.019000', '151853.022000', '151853.025000', '151853.028000', '151853.030000', '151853.033000', '151853.036000', '151853.039000', '151853.042000', '151853.044000', '151853.047000', '151853.050000', '151853.053000', '151853.056000', '151853.059000', '151853.062000', '151853.065000', '151853.068000', '151853.071000', '151853.074000', '151912.949000', '151912.952000', '151912.955000', '151912.958000', '151912.960000', '151912.963000', '151912.966000', '151912.969000', '151912.972000', '151912.975000', '151912.978000', '151912.982000', '151912.985000', '151912.987000', '151912.990000', '151912.993000', '151912.996000', '151913.000000', '151913.003000', '151913.006000', '151913.009000', '151913.011000', '151913.014000', '151913.017000', '151913.020000', '151913.023000', '151913.026000', '151913.029000', '151913.032000', '151913.034000', '151913.037000', '151913.040000', '151913.043000', '151913.046000', '151913.049000', '151913.052000', '151913.054000', '151913.057000', '151913.060000', '151913.063000', '151913.066000', '151913.069000', '151913.072000', '151913.075000', '151932.949000', '151932.952000', '151932.955000', '151932.958000', '151932.961000', '151932.964000', '151932.966000', '151932.969000', '151932.972000', '151932.975000', '151932.978000', '151932.981000', '151932.984000', '151932.987000', '151932.990000', '151932.993000', '151932.996000', '151933.000000', '151933.003000', '151933.005000', '151933.008000', '151933.011000', '151933.014000', '151933.017000', '151933.020000', '151933.023000', '151933.026000', '151933.028000', '151933.031000', '151933.034000', '151933.037000', '151933.040000', '151933.047000', '151933.050000', '151933.053000', '151933.055000', '151933.059000', '151933.061000', '151933.064000', '151933.067000', '151933.070000', '151933.073000', '151933.076000', '151952.950000', '151952.953000', '151952.956000', '151952.959000', '151952.962000', '151952.965000', '151952.967000', '151952.970000', '151952.973000', '151952.976000', '151952.979000', '151952.982000', '151952.985000', '151952.988000', '151952.991000', '151952.993000', '151952.996000', '151953.000000', '151953.003000', '151953.006000', '151953.009000', '151953.012000', '151953.015000', '151953.017000', '151953.020000', '151953.023000', '151953.026000', '151953.029000', '151953.032000', '151953.035000', '151953.038000', '151953.040000', '151953.043000', '151953.046000', '151953.049000', '151953.052000', '151953.055000', '151953.058000', '151953.061000', '151953.064000', '151953.066000', '151953.069000', '151953.072000', '151953.075000', '152012.950000', '152012.953000', '152012.956000', '152012.959000', '152012.962000', '152012.964000', '152012.975000', '152012.984000', '152012.987000', '152012.990000', '152012.993000', '152012.996000', '152013.000000', '152013.003000', '152013.006000', '152013.009000', '152013.011000', '152013.014000', '152013.017000', '152013.020000', '152013.023000', '152013.026000', '152013.029000', '152013.032000', '152013.034000', '152013.037000', '152013.040000', '152013.043000', '152013.046000', '152013.049000', '152013.052000', '152013.056000', '152013.059000', '152013.062000', '152013.065000', '152013.068000', '152013.071000', '152013.074000', '152013.076000', '152013.079000', '152013.082000', '152013.085000', '152013.088000', '152032.950000', '152032.953000', '152032.956000', '152032.958000', '152032.967000', '152032.970000', '152032.973000', '152032.975000', '152032.978000', '152032.981000', '152032.984000', '152032.987000', '152032.990000', '152032.993000', '152032.996000', '152032.998000', '152033.002000', '152033.005000', '152033.008000', '152033.011000', '152033.014000', '152033.017000', '152033.020000', '152033.023000', '152033.026000', '152033.028000', '152033.031000', '152033.034000', '152033.037000', '152033.040000', '152033.043000', '152033.046000', '152033.049000', '152033.051000', '152033.054000', '152033.057000', '152033.060000', '152033.063000', '152033.066000', '152033.069000', '152033.072000', '152033.074000', '152033.077000', '152033.080000', '152052.950000', '152052.953000', '152052.956000', '152052.959000', '152052.962000', '152052.965000', '152052.968000', '152052.970000', '152052.973000', '152052.976000', '152052.979000', '152052.982000', '152052.985000', '152052.988000', '152052.991000', '152052.994000', '152052.997000', '152053.000000', '152053.003000', '152053.006000', '152053.009000', '152053.012000', '152053.015000', '152053.018000', '152053.021000', '152053.024000', '152053.027000', '152053.030000', '152053.032000', '152053.035000', '152053.038000', '152053.041000', '152053.044000', '152053.047000', '152053.050000', '152053.053000', '152053.056000', '152053.058000', '152053.061000', '152053.064000', '152053.067000', '152053.070000', '152053.073000', '152112.950000', '152112.953000', '152112.956000', '152112.959000', '152112.962000', '152112.965000', '152112.968000', '152112.971000', '152112.974000', '152112.977000', '152112.980000', '152112.983000', '152112.986000', '152112.989000', '152112.992000', '152112.995000', '152112.998000', '152113.001000', '152113.004000', '152113.007000', '152113.010000', '152113.013000', '152113.016000', '152113.019000', '152113.022000', '152113.025000', '152113.027000', '152113.030000', '152113.033000', '152113.036000', '152113.039000', '152113.042000', '152113.045000', '152113.048000', '152113.051000', '152113.054000', '152113.056000', '152113.059000', '152113.062000', '152113.065000', '152113.068000', '152113.071000', '152113.074000', '152132.949000', '152132.952000', '152132.955000', '152132.958000', '152132.961000', '152132.964000', '152132.967000', '152132.969000', '152132.972000', '152132.975000', '152132.978000', '152132.981000', '152132.984000', '152132.987000', '152132.990000', '152132.993000', '152132.995000', '152132.998000', '152133.002000', '152133.005000', '152133.008000', '152133.011000', '152133.014000', '152133.017000', '152133.020000', '152133.022000', '152133.025000', '152133.028000', '152133.031000', '152133.034000', '152133.037000', '152133.040000', '152133.052000', '152133.055000', '152133.058000', '152133.060000', '152133.063000', '152133.066000', '152133.069000', '152133.072000', '152133.075000', '152133.078000', '152133.081000', '152133.083000', '152152.949000', '152152.952000', '152152.955000', '152152.958000', '152152.961000', '152152.964000', '152152.967000', '152152.970000', '152152.972000', '152152.975000', '152152.978000', '152152.981000', '152152.984000', '152152.987000', '152152.992000', '152152.995000', '152152.998000', '152153.001000', '152153.005000', '152153.007000', '152153.010000', '152153.013000', '152153.016000', '152153.019000', '152153.022000', '152153.025000', '152153.028000', '152153.031000', '152153.033000', '152153.036000', '152153.039000', '152153.042000', '152153.045000', '152153.048000', '152153.051000', '152153.054000', '152153.057000', '152153.059000', '152153.062000', '152153.065000', '152153.068000', '152153.071000', '152153.074000', '152212.950000', '152212.953000', '152212.956000', '152212.959000', '152212.962000', '152212.965000', '152212.968000', '152212.971000', '152212.974000', '152212.977000', '152212.980000', '152212.982000', '152212.985000', '152212.988000', '152212.991000', '152212.994000', '152212.997000', '152213.001000', '152213.004000', '152213.007000', '152213.009000', '152213.012000', '152213.015000', '152213.018000', '152213.021000', '152213.024000', '152213.027000', '152213.030000', '152213.033000', '152213.036000', '152213.038000', '152213.041000', '152213.044000', '152213.047000', '152213.050000', '152213.053000', '152213.056000', '152213.059000', '152213.062000', '152213.065000', '152213.067000', '152213.070000', '152213.073000', '152213.076000', '152232.951000', '152232.956000', '152232.959000', '152232.962000', '152232.965000', '152232.968000', '152232.971000', '152232.974000', '152232.977000', '152232.980000', '152232.983000', '152232.986000', '152232.988000', '152232.991000', '152232.994000', '152232.997000', '152233.001000', '152233.004000', '152233.007000', '152233.010000', '152233.012000', '152233.015000', '152233.018000', '152233.021000', '152233.024000', '152233.027000', '152233.030000', '152233.033000', '152233.036000', '152233.039000', '152233.041000', '152233.044000', '152233.047000', '152233.050000', '152233.053000', '152233.056000', '152233.059000', '152233.062000', '152233.064000', '152233.067000', '152233.070000', '152233.073000', '152233.076000', '152252.950000', '152252.953000', '152252.956000', '152252.959000', '152252.962000', '152252.965000', '152252.967000', '152252.970000', '152252.973000', '152252.976000', '152252.979000', '152252.982000', '152252.985000', '152252.988000', '152252.991000', '152252.993000', '152252.996000', '152253.000000', '152253.003000', '152253.006000', '152253.009000', '152253.012000', '152253.015000', '152253.017000', '152253.020000', '152253.023000', '152253.026000', '152253.029000', '152253.032000', '152253.035000', '152253.038000', '152253.040000', '152253.043000', '152253.046000', '152253.049000', '152253.052000', '152253.055000', '152253.058000', '152253.061000', '152253.064000', '152253.067000', '152253.070000', '152253.072000', '152253.089000', '152312.950000', '152312.953000', '152312.956000', '152312.959000', '152312.962000', '152312.965000', '152312.968000', '152312.971000', '152312.974000', '152312.976000', '152312.979000', '152312.982000', '152312.985000', '152312.988000', '152312.991000', '152312.994000', '152312.997000', '152313.001000', '152313.004000', '152313.007000', '152313.010000', '152313.013000', '152313.016000', '152313.018000', '152313.022000', '152313.024000', '152313.027000', '152313.030000', '152313.033000', '152313.036000', '152313.039000', '152313.042000', '152313.045000', '152313.048000', '152313.050000', '152313.053000', '152313.056000', '152313.059000', '152313.062000', '152313.065000', '152313.068000', '152313.071000', '152313.074000', '152332.950000', '152332.953000', '152332.956000', '152332.959000', '152332.962000', '152332.964000', '152332.967000', '152332.970000', '152332.973000', '152332.976000', '152332.979000', '152332.982000', '152332.985000', '152332.988000', '152332.991000', '152332.994000', '152332.997000', '152333.001000', '152333.003000', '152333.006000', '152333.009000', '152333.012000', '152333.015000', '152333.018000', '152333.021000', '152333.024000', '152333.026000', '152333.029000', '152333.032000', '152333.035000', '152333.038000', '152333.041000', '152333.044000', '152333.047000', '152333.049000', '152333.052000', '152333.055000', '152333.058000', '152333.061000', '152333.064000', '152333.067000', '152333.070000', '152333.073000', '152333.076000', '152352.949000', '152352.959000', '152352.962000', '152352.965000', '152352.968000', '152352.971000', '152352.974000', '152352.977000', '152352.979000', '152352.983000', '152352.986000', '152352.988000', '152352.991000', '152352.994000', '152352.997000', '152353.001000', '152353.004000', '152353.007000', '152353.010000', '152353.013000', '152353.015000', '152353.018000', '152353.021000', '152353.024000', '152353.028000', '152353.031000', '152353.035000', '152353.038000', '152353.041000', '152353.043000', '152353.046000', '152353.049000', '152353.052000', '152353.055000', '152353.058000', '152353.061000', '152353.064000', '152353.067000', '152353.069000', '152353.072000', '152353.075000', '152353.078000', '152353.081000', '152408.233000', '152408.237000', '152408.241000', '152408.244000', '152408.247000', '152408.250000', '152408.253000', '152408.256000', '152408.260000', '152408.263000', '152408.267000', '152408.270000', '152408.274000', '152408.277000', '152408.280000', '152408.283000', '152408.285000', '152408.288000', '152408.291000', '152408.295000', '152408.298000', '152408.300000', '152408.304000', '152408.307000', '152408.310000', '152408.313000', '152408.316000', '152408.319000', '152408.322000', '152408.325000', '152408.328000', '152408.330000', '152408.333000', '152408.336000'], 'InstanceCreationTime': ['151632.985000', '151632.989000', '151632.992000', '151632.995000', '151632.998000', '151633.002000', '151633.019000', '151633.022000', '151633.025000', '151633.028000', '151633.031000', '151633.034000', '151633.036000', '151633.039000', '151633.042000', '151633.045000', '151633.048000', '151633.051000', '151633.054000', '151633.060000', '151633.063000', '151633.066000', '151633.069000', '151633.072000', '151633.075000', '151633.078000', '151652.949000', '151652.952000', '151652.955000', '151652.958000', '151652.969000', '151652.972000', '151652.975000', '151652.978000', '151652.981000', '151652.984000', '151652.987000', '151652.990000', '151652.993000', '151652.996000', '151653.000000', '151653.003000', '151653.006000', '151653.009000', '151653.012000', '151653.015000', '151653.018000', '151653.021000', '151653.026000', '151653.032000', '151653.035000', '151653.038000', '151653.041000', '151653.044000', '151653.047000', '151653.057000', '151653.069000', '151653.072000', '151653.075000', '151653.078000', '151653.081000', '151653.084000', '151653.087000', '151653.090000', '151653.093000', '151653.096000', '151653.098000', '151653.101000', '151653.105000', '151712.949000', '151712.952000', '151712.955000', '151712.958000', '151712.960000', '151712.963000', '151712.966000', '151712.969000', '151712.972000', '151712.975000', '151712.978000', '151712.981000', '151712.983000', '151712.986000', '151712.989000', '151712.992000', '151712.995000', '151712.998000', '151713.001000', '151713.004000', '151713.007000', '151713.010000', '151713.013000', '151713.016000', '151713.018000', '151713.021000', '151713.024000', '151713.027000', '151713.030000', '151713.033000', '151713.036000', '151713.038000', '151713.041000', '151713.044000', '151713.047000', '151713.050000', '151713.053000', '151713.055000', '151713.058000', '151713.061000', '151713.064000', '151713.067000', '151713.070000', '151713.073000', '151732.950000', '151732.953000', '151732.956000', '151732.959000', '151732.962000', '151732.964000', '151732.967000', '151732.970000', '151732.973000', '151732.976000', '151732.979000', '151732.982000', '151732.985000', '151732.988000', '151732.991000', '151732.994000', '151732.997000', '151733.001000', '151733.004000', '151733.007000', '151733.009000', '151733.012000', '151733.015000', '151733.018000', '151733.021000', '151733.024000', '151733.026000', '151733.029000', '151733.032000', '151733.035000', '151733.038000', '151733.041000', '151733.044000', '151733.049000', '151733.053000', '151733.056000', '151733.059000', '151733.062000', '151733.065000', '151733.068000', '151733.071000', '151733.074000', '151733.076000', '151752.950000', '151752.953000', '151752.956000', '151752.958000', '151752.961000', '151752.964000', '151752.967000', '151752.970000', '151752.973000', '151752.976000', '151752.979000', '151752.982000', '151752.985000', '151752.987000', '151752.990000', '151752.993000', '151752.996000', '151753.000000', '151753.003000', '151753.006000', '151753.009000', '151753.011000', '151753.014000', '151753.017000', '151753.020000', '151753.023000', '151753.026000', '151753.029000', '151753.032000', '151753.034000', '151753.037000', '151753.040000', '151753.043000', '151753.046000', '151753.049000', '151753.052000', '151753.055000', '151753.058000', '151753.060000', '151753.063000', '151753.066000', '151753.069000', '151753.072000', '151753.075000', '151812.950000', '151812.953000', '151812.956000', '151812.959000', '151812.962000', '151812.964000', '151812.967000', '151812.970000', '151812.973000', '151812.976000', '151812.979000', '151812.982000', '151812.985000', '151812.987000', '151812.991000', '151812.993000', '151812.996000', '151813.000000', '151813.003000', '151813.006000', '151813.009000', '151813.012000', '151813.015000', '151813.017000', '151813.020000', '151813.023000', '151813.026000', '151813.029000', '151813.032000', '151813.035000', '151813.038000', '151813.041000', '151813.043000', '151813.046000', '151813.049000', '151813.052000', '151813.055000', '151813.058000', '151813.061000', '151813.064000', '151813.066000', '151813.070000', '151813.073000', '151832.950000', '151832.953000', '151832.956000', '151832.959000', '151832.962000', '151832.964000', '151832.967000', '151832.970000', '151832.973000', '151832.976000', '151832.979000', '151832.982000', '151832.985000', '151832.987000', '151832.990000', '151832.993000', '151832.996000', '151833.000000', '151833.003000', '151833.006000', '151833.009000', '151833.012000', '151833.014000', '151833.017000', '151833.020000', '151833.036000', '151833.039000', '151833.042000', '151833.045000', '151833.048000', '151833.051000', '151833.053000', '151833.056000', '151833.059000', '151833.062000', '151833.065000', '151833.068000', '151833.070000', '151833.073000', '151833.076000', '151833.079000', '151833.082000', '151833.085000', '151833.088000', '151852.950000', '151852.953000', '151852.956000', '151852.959000', '151852.962000', '151852.965000', '151852.967000', '151852.970000', '151852.973000', '151852.976000', '151852.979000', '151852.982000', '151852.985000', '151852.988000', '151852.990000', '151852.993000', '151852.996000', '151853.000000', '151853.003000', '151853.006000', '151853.009000', '151853.012000', '151853.016000', '151853.019000', '151853.022000', '151853.025000', '151853.028000', '151853.030000', '151853.033000', '151853.036000', '151853.039000', '151853.042000', '151853.044000', '151853.047000', '151853.050000', '151853.053000', '151853.056000', '151853.059000', '151853.062000', '151853.065000', '151853.068000', '151853.071000', '151853.074000', '151912.949000', '151912.952000', '151912.955000', '151912.958000', '151912.960000', '151912.963000', '151912.966000', '151912.969000', '151912.972000', '151912.975000', '151912.978000', '151912.982000', '151912.985000', '151912.987000', '151912.990000', '151912.993000', '151912.996000', '151913.000000', '151913.003000', '151913.006000', '151913.009000', '151913.011000', '151913.014000', '151913.017000', '151913.020000', '151913.023000', '151913.026000', '151913.029000', '151913.032000', '151913.034000', '151913.037000', '151913.040000', '151913.043000', '151913.046000', '151913.049000', '151913.052000', '151913.054000', '151913.057000', '151913.060000', '151913.063000', '151913.066000', '151913.069000', '151913.072000', '151913.075000', '151932.949000', '151932.952000', '151932.955000', '151932.958000', '151932.961000', '151932.964000', '151932.966000', '151932.969000', '151932.972000', '151932.975000', '151932.978000', '151932.981000', '151932.984000', '151932.987000', '151932.990000', '151932.993000', '151932.996000', '151933.000000', '151933.003000', '151933.005000', '151933.008000', '151933.011000', '151933.014000', '151933.017000', '151933.020000', '151933.023000', '151933.026000', '151933.028000', '151933.031000', '151933.034000', '151933.037000', '151933.040000', '151933.047000', '151933.050000', '151933.053000', '151933.055000', '151933.059000', '151933.061000', '151933.064000', '151933.067000', '151933.070000', '151933.073000', '151933.076000', '151952.950000', '151952.953000', '151952.956000', '151952.959000', '151952.962000', '151952.965000', '151952.967000', '151952.970000', '151952.973000', '151952.976000', '151952.979000', '151952.982000', '151952.985000', '151952.988000', '151952.991000', '151952.993000', '151952.996000', '151953.000000', '151953.003000', '151953.006000', '151953.009000', '151953.012000', '151953.015000', '151953.017000', '151953.020000', '151953.023000', '151953.026000', '151953.029000', '151953.032000', '151953.035000', '151953.038000', '151953.040000', '151953.043000', '151953.046000', '151953.049000', '151953.052000', '151953.055000', '151953.058000', '151953.061000', '151953.064000', '151953.066000', '151953.069000', '151953.072000', '151953.075000', '152012.950000', '152012.953000', '152012.956000', '152012.959000', '152012.962000', '152012.964000', '152012.975000', '152012.984000', '152012.987000', '152012.990000', '152012.993000', '152012.996000', '152013.000000', '152013.003000', '152013.006000', '152013.009000', '152013.011000', '152013.014000', '152013.017000', '152013.020000', '152013.023000', '152013.026000', '152013.029000', '152013.032000', '152013.034000', '152013.037000', '152013.040000', '152013.043000', '152013.046000', '152013.049000', '152013.052000', '152013.056000', '152013.059000', '152013.062000', '152013.065000', '152013.068000', '152013.071000', '152013.074000', '152013.076000', '152013.079000', '152013.082000', '152013.085000', '152013.088000', '152032.950000', '152032.953000', '152032.956000', '152032.958000', '152032.967000', '152032.970000', '152032.973000', '152032.975000', '152032.978000', '152032.981000', '152032.984000', '152032.987000', '152032.990000', '152032.993000', '152032.996000', '152032.998000', '152033.002000', '152033.005000', '152033.008000', '152033.011000', '152033.014000', '152033.017000', '152033.020000', '152033.023000', '152033.026000', '152033.028000', '152033.031000', '152033.034000', '152033.037000', '152033.040000', '152033.043000', '152033.046000', '152033.049000', '152033.051000', '152033.054000', '152033.057000', '152033.060000', '152033.063000', '152033.066000', '152033.069000', '152033.072000', '152033.074000', '152033.077000', '152033.080000', '152052.950000', '152052.953000', '152052.956000', '152052.959000', '152052.962000', '152052.965000', '152052.968000', '152052.970000', '152052.973000', '152052.976000', '152052.979000', '152052.982000', '152052.985000', '152052.988000', '152052.991000', '152052.994000', '152052.997000', '152053.000000', '152053.003000', '152053.006000', '152053.009000', '152053.012000', '152053.015000', '152053.018000', '152053.021000', '152053.024000', '152053.027000', '152053.030000', '152053.032000', '152053.035000', '152053.038000', '152053.041000', '152053.044000', '152053.047000', '152053.050000', '152053.053000', '152053.056000', '152053.058000', '152053.061000', '152053.064000', '152053.067000', '152053.070000', '152053.073000', '152112.950000', '152112.953000', '152112.956000', '152112.959000', '152112.962000', '152112.965000', '152112.968000', '152112.971000', '152112.974000', '152112.977000', '152112.980000', '152112.983000', '152112.986000', '152112.989000', '152112.992000', '152112.995000', '152112.998000', '152113.001000', '152113.004000', '152113.007000', '152113.010000', '152113.013000', '152113.016000', '152113.019000', '152113.022000', '152113.025000', '152113.027000', '152113.030000', '152113.033000', '152113.036000', '152113.039000', '152113.042000', '152113.045000', '152113.048000', '152113.051000', '152113.054000', '152113.056000', '152113.059000', '152113.062000', '152113.065000', '152113.068000', '152113.071000', '152113.074000', '152132.949000', '152132.952000', '152132.955000', '152132.958000', '152132.961000', '152132.964000', '152132.967000', '152132.969000', '152132.972000', '152132.975000', '152132.978000', '152132.981000', '152132.984000', '152132.987000', '152132.990000', '152132.993000', '152132.995000', '152132.998000', '152133.002000', '152133.005000', '152133.008000', '152133.011000', '152133.014000', '152133.017000', '152133.020000', '152133.022000', '152133.025000', '152133.028000', '152133.031000', '152133.034000', '152133.037000', '152133.040000', '152133.052000', '152133.055000', '152133.058000', '152133.060000', '152133.063000', '152133.066000', '152133.069000', '152133.072000', '152133.075000', '152133.078000', '152133.081000', '152133.083000', '152152.949000', '152152.952000', '152152.955000', '152152.958000', '152152.961000', '152152.964000', '152152.967000', '152152.970000', '152152.972000', '152152.975000', '152152.978000', '152152.981000', '152152.984000', '152152.987000', '152152.992000', '152152.995000', '152152.998000', '152153.001000', '152153.005000', '152153.007000', '152153.010000', '152153.013000', '152153.016000', '152153.019000', '152153.022000', '152153.025000', '152153.028000', '152153.031000', '152153.033000', '152153.036000', '152153.039000', '152153.042000', '152153.045000', '152153.048000', '152153.051000', '152153.054000', '152153.057000', '152153.059000', '152153.062000', '152153.065000', '152153.068000', '152153.071000', '152153.074000', '152212.950000', '152212.953000', '152212.956000', '152212.959000', '152212.962000', '152212.965000', '152212.968000', '152212.971000', '152212.974000', '152212.977000', '152212.980000', '152212.982000', '152212.985000', '152212.988000', '152212.991000', '152212.994000', '152212.997000', '152213.001000', '152213.004000', '152213.007000', '152213.009000', '152213.012000', '152213.015000', '152213.018000', '152213.021000', '152213.024000', '152213.027000', '152213.030000', '152213.033000', '152213.036000', '152213.038000', '152213.041000', '152213.044000', '152213.047000', '152213.050000', '152213.053000', '152213.056000', '152213.059000', '152213.062000', '152213.065000', '152213.067000', '152213.070000', '152213.073000', '152213.076000', '152232.951000', '152232.956000', '152232.959000', '152232.962000', '152232.965000', '152232.968000', '152232.971000', '152232.974000', '152232.977000', '152232.980000', '152232.983000', '152232.986000', '152232.988000', '152232.991000', '152232.994000', '152232.997000', '152233.001000', '152233.004000', '152233.007000', '152233.010000', '152233.012000', '152233.015000', '152233.018000', '152233.021000', '152233.024000', '152233.027000', '152233.030000', '152233.033000', '152233.036000', '152233.039000', '152233.041000', '152233.044000', '152233.047000', '152233.050000', '152233.053000', '152233.056000', '152233.059000', '152233.062000', '152233.064000', '152233.067000', '152233.070000', '152233.073000', '152233.076000', '152252.950000', '152252.953000', '152252.956000', '152252.959000', '152252.962000', '152252.965000', '152252.967000', '152252.970000', '152252.973000', '152252.976000', '152252.979000', '152252.982000', '152252.985000', '152252.988000', '152252.991000', '152252.993000', '152252.996000', '152253.000000', '152253.003000', '152253.006000', '152253.009000', '152253.012000', '152253.015000', '152253.017000', '152253.020000', '152253.023000', '152253.026000', '152253.029000', '152253.032000', '152253.035000', '152253.038000', '152253.040000', '152253.043000', '152253.046000', '152253.049000', '152253.052000', '152253.055000', '152253.058000', '152253.061000', '152253.064000', '152253.067000', '152253.070000', '152253.072000', '152253.089000', '152312.950000', '152312.953000', '152312.956000', '152312.959000', '152312.962000', '152312.965000', '152312.968000', '152312.971000', '152312.974000', '152312.976000', '152312.979000', '152312.982000', '152312.985000', '152312.988000', '152312.991000', '152312.994000', '152312.997000', '152313.001000', '152313.004000', '152313.007000', '152313.010000', '152313.013000', '152313.016000', '152313.018000', '152313.022000', '152313.024000', '152313.027000', '152313.030000', '152313.033000', '152313.036000', '152313.039000', '152313.042000', '152313.045000', '152313.048000', '152313.050000', '152313.053000', '152313.056000', '152313.059000', '152313.062000', '152313.065000', '152313.068000', '152313.071000', '152313.074000', '152332.950000', '152332.953000', '152332.956000', '152332.959000', '152332.962000', '152332.964000', '152332.967000', '152332.970000', '152332.973000', '152332.976000', '152332.979000', '152332.982000', '152332.985000', '152332.988000', '152332.991000', '152332.994000', '152332.997000', '152333.001000', '152333.003000', '152333.006000', '152333.009000', '152333.012000', '152333.015000', '152333.018000', '152333.021000', '152333.024000', '152333.026000', '152333.029000', '152333.032000', '152333.035000', '152333.038000', '152333.041000', '152333.044000', '152333.047000', '152333.049000', '152333.052000', '152333.055000', '152333.058000', '152333.061000', '152333.064000', '152333.067000', '152333.070000', '152333.073000', '152333.076000', '152352.949000', '152352.959000', '152352.962000', '152352.965000', '152352.968000', '152352.971000', '152352.974000', '152352.977000', '152352.979000', '152352.983000', '152352.986000', '152352.988000', '152352.991000', '152352.994000', '152352.997000', '152353.001000', '152353.004000', '152353.007000', '152353.010000', '152353.013000', '152353.015000', '152353.018000', '152353.021000', '152353.024000', '152353.028000', '152353.031000', '152353.035000', '152353.038000', '152353.041000', '152353.043000', '152353.046000', '152353.049000', '152353.052000', '152353.055000', '152353.058000', '152353.061000', '152353.064000', '152353.067000', '152353.069000', '152353.072000', '152353.075000', '152353.078000', '152353.081000', '152408.233000', '152408.237000', '152408.241000', '152408.244000', '152408.247000', '152408.250000', '152408.253000', '152408.256000', '152408.260000', '152408.263000', '152408.267000', '152408.270000', '152408.274000', '152408.277000', '152408.280000', '152408.283000', '152408.285000', '152408.288000', '152408.291000', '152408.295000', '152408.298000', '152408.300000', '152408.304000', '152408.307000', '152408.310000', '152408.313000', '152408.316000', '152408.319000', '152408.322000', '152408.325000', '152408.328000', '152408.330000', '152408.333000', '152408.336000'], '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': [11368, 8903, 14402, 10282, 11679, 10639, 12356, 11143, 12312, 10176, 10606, 9311, 8424, 8823, 8926, 8309, 10407, 8759, 10345, 8396, 10316, 7934, 9319, 7997, 8212, 7866, 8303, 7530, 8718, 7666, 8296, 7703, 8491, 10571, 8194, 11355, 8138, 11726, 8552, 12497, 7378, 8922, 7776, 8579, 11605, 8571, 12659, 9059, 11215, 8776, 11335, 8662, 11448, 8413, 11090, 8295, 12381, 7481, 9463, 7465, 8958, 7475, 8920, 7545, 8865, 7562, 8557, 11033, 8463, 13461, 10326, 12489, 8090, 11264, 7827, 10883, 8303, 10166, 7734, 11071, 7296, 9090, 7135, 9058, 7582, 8685, 9411, 8950, 8908, 8585, 13384, 8544, 13929, 8625, 11635, 10089, 11950, 8057, 10531, 7763, 10134, 7446, 8920, 7721, 8549, 7655, 8745, 11316, 8660, 14045, 9083, 12207, 10133, 11647, 7772, 10357, 7499, 8780, 7882, 8781, 7758, 8835, 10541, 8228, 11979, 8528, 13308, 10089, 11942, 8324, 11743, 8057, 10340, 8679, 11144, 9092, 11457, 7647, 10345, 7729, 10580, 7995, 11558, 8309, 12245, 7328, 10024, 7369, 9381, 7375, 9527, 9143, 9131, 7701, 8563, 7869, 8994, 7996, 8935, 10893, 8830, 8133, 8700, 10354, 8737, 12910, 8297, 13689, 10242, 12426, 8429, 13031, 8428, 12130, 9458, 11596, 10221, 12124, 7761, 10209, 7251, 10113, 7353, 9620, 7539, 11366, 8887, 11339, 7476, 11284, 8574, 11731, 9693, 11917, 10179, 13353, 8187, 11666, 8029, 11032, 8677, 10737, 9192, 11863, 8501, 12290, 7605, 10612, 7693, 11403, 9254, 11512, 8433, 11851, 8100, 12524, 8702, 12321, 9833, 12585, 9681, 12790, 8298, 11470, 8110, 10481, 8004, 10948, 9289, 12073, 7494, 10873, 7610, 10687, 8574, 11510, 9414, 12317, 8388, 12303, 8183, 11544, 8989, 11439, 9375, 11053, 9055, 8465, 7966, 7718, 8096, 7863, 9330, 8525, 10508, 7686, 9775, 7713, 9664, 7759, 10267, 7961, 10367, 7925, 12383, 7649, 9924, 7816, 9391, 7978, 9730, 8206, 12144, 8507, 13001, 8305, 12362, 9168, 12756, 8359, 11916, 8431, 11564, 8120, 8594, 7925, 8291, 7824, 8723, 8077, 7941, 7940, 8258, 8083, 8382, 7509, 9025, 8020, 8630, 7937, 9408, 7675, 8796, 7877, 8651, 7851, 9008, 10499, 8988, 8216, 8644, 7698, 9068, 8380, 8596, 11367, 8660, 11578, 9208, 9456, 12589, 8825, 9511, 7720, 9064, 10570, 8410, 13871, 8100, 11430, 8109, 11196, 9186, 8917, 11951, 9094, 13076, 8911, 12574, 8974, 12081, 10173, 12041, 8964, 11287, 8354, 11286, 8327, 11460, 7939, 9631, 8280, 8538, 9862, 8345, 12299, 8178, 12277, 8560, 11562, 8426, 10521, 8210, 10843, 8317, 10359, 8013, 10268, 7912, 10040, 8166, 9718, 7794, 8560, 7317, 8345, 7407, 8992, 7462, 9648, 8273, 10731, 8768, 11901, 8751, 11837, 9573, 12077, 8821, 11525, 8065, 10772, 7996, 10529, 7446, 10146, 7641, 10711, 7737, 9864, 7346, 10057, 7408, 10420, 8292, 9854, 7599, 10592, 7727, 10985, 8746, 10928, 9341, 11170, 7638, 10233, 7537, 10146, 7803, 9690, 7367, 9810, 7316, 9573, 7252, 9717, 7302, 9599, 7613, 9285, 10305, 8448, 12479, 9665, 12561, 7941, 10976, 7617, 10433, 7312, 9192, 7601, 9018, 7698, 8415, 10586, 8124, 11105, 8674, 10303, 7774, 10967, 8146, 11400, 10333, 12349, 8287, 12501, 8859, 11852, 8406, 11469, 8026, 11117, 7215, 9030, 7474, 8744, 8460, 8293, 12319, 8964, 10408, 8066, 9336, 8347, 9699, 8165, 12341, 9503, 11759, 8910, 12128, 8828, 12145, 9327, 12332, 9947, 10737, 8352, 10910, 7939, 12352, 8420, 11916, 8771, 11680, 8006, 10172, 7695, 9922, 7822, 10229, 7543, 9311, 7718, 8608, 7504, 8800, 10116, 8920, 8965, 8392, 10684, 8457, 12111, 8185, 11980, 9660, 11453, 8201, 11547, 8592, 11078, 8481, 10237, 8822, 7828, 8315, 7589, 10424, 7832, 12323, 8034, 11338, 7533, 10227, 7856, 8803, 7579, 8540, 9496, 8044, 9689, 8178, 9427, 7635, 9434, 7396, 8931, 7192, 8809, 7352, 8778, 7436, 8431, 7380, 8252, 9846, 8280, 12585, 9445, 11690, 9804, 11482, 7354, 10218, 7370, 10294, 7567, 11675, 7179, 9948, 7344, 9050, 9203, 8784, 12414, 9107, 9338, 8633, 11364, 8347, 12737, 9086, 13003, 10106, 11075, 8416, 11822, 8608, 14292, 10807, 12426, 10558, 12129, 7830, 10461, 7854, 10459, 8650, 10875, 9100, 12929, 8319, 11905, 8247, 11134, 9181, 10650, 8798, 12119, 7967, 10676, 7669, 8690, 7997, 8354, 8897, 8272, 7782, 7991, 11067, 8021, 13171, 8234, 10634, 8312, 9578, 8989, 10823, 8045, 8884, 7990, 8557, 7917, 10089, 7927, 10079, 7803, 10694, 9395, 10487, 8982, 8066, 13443, 8955, 13992, 10144, 12187, 10389, 11443, 8049, 10189, 7945, 9554, 7334, 8659, 7413, 8669, 7549, 8503, 7513, 8390, 8323, 8620, 11402, 8355, 10516, 8149, 11033, 7984, 11730, 8001, 9960, 9011, 10568, 7534, 10837, 7721, 9588, 7709, 10269, 9309, 10783, 7745, 10166, 8586, 10487, 8335, 11261, 8726, 12068, 7625, 10053, 7366, 9213, 7103, 8925, 7501, 9326, 7350, 9043, 7216, 9035, 7260, 9175, 7777, 9071, 7312, 9363, 7419, 8444, 10732, 8290, 13692, 10727, 12693, 9341, 12383, 7850, 11308, 7538, 11043, 7771, 10908, 7263, 10137, 7180, 9185, 7226, 8837, 7138, 9287, 7069, 8960, 6943, 9532, 6892, 9321, 7310, 8677, 9944, 8268, 10905, 7898, 12116, 7788, 12261, 8517, 9957, 7451, 9667, 7163, 9093, 7163, 9133, 7146, 9210, 7006, 9382, 6980, 10036, 7214, 8775, 11420, 8504, 12251, 8217, 11323, 7362, 9775, 7298, 9490, 8211, 9336, 6975, 9294, 6975, 9148, 7265, 9176, 7281, 8600, 11300, 8397, 13369, 10229, 13160, 10997, 11836, 7807, 11170, 7359, 10036, 7697, 9809, 9110, 9819, 7448, 9705, 7238, 9503, 7228, 10004, 7117, 9666, 7225, 9473, 7354, 9964, 7865, 9043, 7449, 8648, 7772, 8572, 8269, 7836, 9041, 7921, 9860, 7493, 10460, 7847, 10914, 9218, 10991, 7821, 10103, 7677, 9706, 7175, 9486, 7276, 9994, 7335, 10311, 7293, 9755, 9680, 9170, 9452, 8863, 10377, 8294, 11454, 8386, 9215, 8265, 8256, 7906, 9772, 8028, 10923, 8325, 10363, 7908, 11023, 8661, 10925, 9185, 11222, 9407, 11205, 7470, 9824, 7428, 10099, 8618, 10587, 7429, 9771, 7466, 9622, 7313, 9815, 7151, 9683, 7104, 9762, 7223, 10966, 8047, 9848, 7407, 9921, 7724, 9780, 7196, 9981, 7650, 9662, 7357, 9632, 7248, 9570, 7549, 9462, 7703, 9173, 7662, 9161, 7480, 8954, 8551, 10413, 8131, 9454, 7359, 8664, 7554, 8782, 7852, 9647, 7166, 9778, 7415, 9445, 7424, 10486, 8614, 10969, 7666, 10558, 7665, 8846, 9123, 8869, 8715, 8798, 7555, 9029, 7684, 9171, 7383, 9232, 7732, 9468, 7652, 9597, 7450, 10000, 7590, 9089, 7767, 9491, 7344, 9864, 7888, 10202, 7891, 9604, 8239, 7791, 8965, 8529, 9856, 8266, 10268, 10389, 8859, 11891, 8116, 10439, 8185, 9208, 11536, 8719, 10569, 8519, 10630, 7874, 10237, 8116, 10530, 7967, 10174, 8319, 9884, 8086, 9470, 8425, 9225, 7756, 9529, 8476, 9923, 8213, 9456, 7213, 10769, 7939, 9792, 7899, 9329, 7821, 9218, 7758, 8708, 9468, 8928, 8613, 8681, 10575, 7996, 12318, 8301, 12412, 10011, 11266, 8286, 10106, 7985, 10509, 7934], 'WindowCenter': [4507.0, 4470.0, 4494.0, 4461.0, 4460.0, 4447.0, 4456.0, 4444.0, 4445.0, 4422.0, 4420.0, 4409.0, 4399.0, 4409.0, 4410.0, 4410.0, 4431.0, 4425.0, 4431.0, 4422.0, 4432.0, 4414.0, 4433.0, 4425.0, 4427.0, 4427.0, 4451.0, 4431.0, 4452.0, 4433.0, 4441.0, 4442.0, 4451.0, 4462.0, 4451.0, 4472.0, 4455.0, 4482.0, 4454.0, 4485.0, 4432.0, 4452.0, 4432.0, 4452.0, 4483.0, 4456.0, 4484.0, 4454.0, 4471.0, 4450.0, 4471.0, 4453.0, 4470.0, 4452.0, 4472.0, 4454.0, 4481.0, 4432.0, 4450.0, 4430.0, 4453.0, 4445.0, 4463.0, 4443.0, 4453.0, 4441.0, 4453.0, 4471.0, 4453.0, 4491.0, 4474.0, 4480.0, 4443.0, 4470.0, 4443.0, 4470.0, 4455.0, 4489.0, 4454.0, 4474.0, 4433.0, 4450.0, 4431.0, 4449.0, 4442.0, 4453.0, 4465.0, 4462.0, 4452.0, 4452.0, 4481.0, 4450.0, 4481.0, 4451.0, 4471.0, 4460.0, 4471.0, 4440.0, 4460.0, 4429.0, 4458.0, 4430.0, 4454.0, 4442.0, 4453.0, 4432.0, 4452.0, 4472.0, 4452.0, 4492.0, 4450.0, 4471.0, 4463.0, 4468.0, 4428.0, 4447.0, 4433.0, 4443.0, 4440.0, 4451.0, 4429.0, 4451.0, 4460.0, 4442.0, 4469.0, 4451.0, 4492.0, 4463.0, 4470.0, 4441.0, 4470.0, 4441.0, 4474.0, 4453.0, 4470.0, 4454.0, 4472.0, 4441.0, 4460.0, 4440.0, 4460.0, 4441.0, 4468.0, 4442.0, 4468.0, 4431.0, 4458.0, 4432.0, 4450.0, 4445.0, 4461.0, 4450.0, 4451.0, 4428.0, 4440.0, 4437.0, 4451.0, 4441.0, 4452.0, 4470.0, 4448.0, 4441.0, 4451.0, 4458.0, 4450.0, 4481.0, 4452.0, 4491.0, 4471.0, 4480.0, 4452.0, 4479.0, 4440.0, 4470.0, 4461.0, 4483.0, 4474.0, 4469.0, 4442.0, 4460.0, 4431.0, 4460.0, 4439.0, 4463.0, 4445.0, 4483.0, 4464.0, 4471.0, 4444.0, 4470.0, 4453.0, 4480.0, 4461.0, 4481.0, 4473.0, 4480.0, 4441.0, 4469.0, 4440.0, 4457.0, 4454.0, 4472.0, 4463.0, 4470.0, 4451.0, 4480.0, 4440.0, 4458.0, 4441.0, 4480.0, 4465.0, 4471.0, 4452.0, 4482.0, 4442.0, 4480.0, 4453.0, 4483.0, 4473.0, 4482.0, 4462.0, 4479.0, 4439.0, 4468.0, 4441.0, 4460.0, 4452.0, 4471.0, 4462.0, 4480.0, 4430.0, 4469.0, 4441.0, 4472.0, 4452.0, 4472.0, 4463.0, 4483.0, 4452.0, 4482.0, 4441.0, 4469.0, 4451.0, 4482.0, 4461.0, 4472.0, 4463.0, 4449.0, 4453.0, 4443.0, 4452.0, 4452.0, 4463.0, 4464.0, 4487.0, 4444.0, 4462.0, 4442.0, 4461.0, 4443.0, 4459.0, 4441.0, 4472.0, 4440.0, 4481.0, 4439.0, 4460.0, 4439.0, 4451.0, 4444.0, 4462.0, 4453.0, 4484.0, 4453.0, 4482.0, 4441.0, 4469.0, 4449.0, 4468.0, 4441.0, 4468.0, 4440.0, 4458.0, 4427.0, 4439.0, 4426.0, 4425.0, 4425.0, 4438.0, 4440.0, 4438.0, 4437.0, 4439.0, 4439.0, 4440.0, 4432.0, 4453.0, 4440.0, 4451.0, 4443.0, 4463.0, 4443.0, 4453.0, 4440.0, 4451.0, 4438.0, 4464.0, 4475.0, 4455.0, 4452.0, 4451.0, 4441.0, 4450.0, 4451.0, 4462.0, 4484.0, 4464.0, 4487.0, 4463.0, 4472.0, 4478.0, 4452.0, 4462.0, 4455.0, 4464.0, 4486.0, 4454.0, 4482.0, 4442.0, 4472.0, 4441.0, 4470.0, 4451.0, 4436.0, 4457.0, 4438.0, 4464.0, 4436.0, 4453.0, 4437.0, 4454.0, 4446.0, 4455.0, 4422.0, 4441.0, 4414.0, 4440.0, 4411.0, 4442.0, 4411.0, 4430.0, 4412.0, 4410.0, 4429.0, 4411.0, 4441.0, 4412.0, 4441.0, 4423.0, 4443.0, 4425.0, 4441.0, 4424.0, 4442.0, 4426.0, 4444.0, 4426.0, 4446.0, 4428.0, 4447.0, 4428.0, 4438.0, 4428.0, 4437.0, 4431.0, 4452.0, 4444.0, 4461.0, 4449.0, 4477.0, 4468.0, 4487.0, 4467.0, 4486.0, 4468.0, 4487.0, 4479.0, 4484.0, 4465.0, 4473.0, 4446.0, 4473.0, 4453.0, 4475.0, 4444.0, 4474.0, 4459.0, 4475.0, 4456.0, 4474.0, 4458.0, 4474.0, 4459.0, 4490.0, 4470.0, 4477.0, 4461.0, 4488.0, 4461.0, 4499.0, 4482.0, 4488.0, 4480.0, 4489.0, 4460.0, 4491.0, 4461.0, 4492.0, 4470.0, 4491.0, 4462.0, 4488.0, 4461.0, 4488.0, 4462.0, 4491.0, 4462.0, 4482.0, 4458.0, 4481.0, 4490.0, 4471.0, 4497.0, 4480.0, 4499.0, 4472.0, 4490.0, 4462.0, 4489.0, 4461.0, 4477.0, 4460.0, 4467.0, 4460.0, 4470.0, 4487.0, 4473.0, 4502.0, 4470.0, 4488.0, 4470.0, 4501.0, 4473.0, 4514.0, 4491.0, 4503.0, 4474.0, 4499.0, 4470.0, 4489.0, 4470.0, 4501.0, 4458.0, 4488.0, 4447.0, 4469.0, 4446.0, 4467.0, 4455.0, 4471.0, 4498.0, 4470.0, 4477.0, 4459.0, 4466.0, 4456.0, 4476.0, 4472.0, 4502.0, 4477.0, 4487.0, 4466.0, 4485.0, 4455.0, 4485.0, 4465.0, 4487.0, 4477.0, 4475.0, 4455.0, 4474.0, 4446.0, 4486.0, 4457.0, 4484.0, 4455.0, 4475.0, 4441.0, 4465.0, 4443.0, 4465.0, 4445.0, 4465.0, 4443.0, 4453.0, 4432.0, 4452.0, 4432.0, 4453.0, 4476.0, 4454.0, 4454.0, 4444.0, 4462.0, 4444.0, 4482.0, 4453.0, 4474.0, 4466.0, 4474.0, 4444.0, 4472.0, 4456.0, 4484.0, 4465.0, 4475.0, 4466.0, 4444.0, 4467.0, 4473.0, 4485.0, 4456.0, 4485.0, 4444.0, 4474.0, 4446.0, 4475.0, 4456.0, 4455.0, 4442.0, 4450.0, 4463.0, 4443.0, 4463.0, 4455.0, 4476.0, 4453.0, 4468.0, 4446.0, 4462.0, 4443.0, 4468.0, 4460.0, 4481.0, 4460.0, 4469.0, 4448.0, 4466.0, 4475.0, 4480.0, 4511.0, 4480.0, 4499.0, 4478.0, 4483.0, 4444.0, 4476.0, 4444.0, 4475.0, 4444.0, 4486.0, 4435.0, 4476.0, 4433.0, 4454.0, 4466.0, 4469.0, 4493.0, 4466.0, 4465.0, 4453.0, 4473.0, 4452.0, 4497.0, 4465.0, 4484.0, 4474.0, 4473.0, 4440.0, 4471.0, 4452.0, 4491.0, 4471.0, 4471.0, 4462.0, 4469.0, 4432.0, 4458.0, 4430.0, 4458.0, 4452.0, 4472.0, 4452.0, 4471.0, 4441.0, 4469.0, 4439.0, 4459.0, 4451.0, 4461.0, 4440.0, 4468.0, 4426.0, 4446.0, 4416.0, 4427.0, 4429.0, 4439.0, 4438.0, 4439.0, 4427.0, 4428.0, 4457.0, 4427.0, 4466.0, 4428.0, 4458.0, 4440.0, 4447.0, 4441.0, 4460.0, 4439.0, 4450.0, 4442.0, 4450.0, 4453.0, 4462.0, 4453.0, 4461.0, 4441.0, 4474.0, 4454.0, 4461.0, 4440.0, 4429.0, 4468.0, 4439.0, 4478.0, 4461.0, 4470.0, 4460.0, 4455.0, 4427.0, 4447.0, 4427.0, 4435.0, 4417.0, 4438.0, 4417.0, 4435.0, 4426.0, 4436.0, 4417.0, 4429.0, 4435.0, 4439.0, 4458.0, 4427.0, 4446.0, 4425.0, 4445.0, 4427.0, 4456.0, 4429.0, 4448.0, 4449.0, 4458.0, 4430.0, 4459.0, 4441.0, 4451.0, 4444.0, 4462.0, 4452.0, 4460.0, 4440.0, 4460.0, 4442.0, 4461.0, 4455.0, 4474.0, 4453.0, 4470.0, 4430.0, 4450.0, 4432.0, 4449.0, 4446.0, 4466.0, 4446.0, 4462.0, 4434.0, 4452.0, 4442.0, 4452.0, 4441.0, 4464.0, 4445.0, 4452.0, 4441.0, 4463.0, 4430.0, 4452.0, 4471.0, 4454.0, 4491.0, 4472.0, 4482.0, 4461.0, 4479.0, 4439.0, 4471.0, 4442.0, 4472.0, 4441.0, 4472.0, 4445.0, 4471.0, 4444.0, 4464.0, 4456.0, 4465.0, 4446.0, 4476.0, 4446.0, 4467.0, 4444.0, 4474.0, 4446.0, 4466.0, 4445.0, 4457.0, 4474.0, 4453.0, 4473.0, 4455.0, 4483.0, 4445.0, 4484.0, 4464.0, 4475.0, 4445.0, 4464.0, 4446.0, 4465.0, 4448.0, 4478.0, 4448.0, 4477.0, 4448.0, 4478.0, 4448.0, 4480.0, 4461.0, 4468.0, 4487.0, 4466.0, 4486.0, 4455.0, 4485.0, 4446.0, 4476.0, 4459.0, 4477.0, 4468.0, 4478.0, 4448.0, 4478.0, 4457.0, 4482.0, 4461.0, 4492.0, 4460.0, 4480.0, 4489.0, 4471.0, 4508.0, 4479.0, 4497.0, 4490.0, 4487.0, 4458.0, 4487.0, 4457.0, 4490.0, 4472.0, 4491.0, 4479.0, 4479.0, 4460.0, 4479.0, 4460.0, 4481.0, 4463.0, 4481.0, 4451.0, 4480.0, 4457.0, 4475.0, 4458.0, 4488.0, 4459.0, 4469.0, 4446.0, 4469.0, 4458.0, 4472.0, 4472.0, 4470.0, 4479.0, 4471.0, 4481.0, 4458.0, 4489.0, 4473.0, 4501.0, 4481.0, 4490.0, 4458.0, 4479.0, 4461.0, 4479.0, 4460.0, 4479.0, 4459.0, 4490.0, 4458.0, 4490.0, 4460.0, 4483.0, 4481.0, 4480.0, 4467.0, 4467.0, 4476.0, 4469.0, 4500.0, 4459.0, 4465.0, 4454.0, 4456.0, 4456.0, 4477.0, 4458.0, 4491.0, 4459.0, 4476.0, 4457.0, 4488.0, 4468.0, 4488.0, 4480.0, 4485.0, 4466.0, 4473.0, 4434.0, 4463.0, 4448.0, 4478.0, 4456.0, 4475.0, 4447.0, 4466.0, 4436.0, 4465.0, 4447.0, 4464.0, 4434.0, 4467.0, 4434.0, 4465.0, 4445.0, 4475.0, 4447.0, 4467.0, 4433.0, 4451.0, 4432.0, 4463.0, 4434.0, 4466.0, 4445.0, 4464.0, 4434.0, 4451.0, 4431.0, 4463.0, 4446.0, 4464.0, 4445.0, 4451.0, 4433.0, 4454.0, 4432.0, 4453.0, 4454.0, 4464.0, 4443.0, 4453.0, 4433.0, 4441.0, 4444.0, 4454.0, 4446.0, 4465.0, 4433.0, 4462.0, 4433.0, 4452.0, 4443.0, 4474.0, 4455.0, 4475.0, 4430.0, 4462.0, 4432.0, 4453.0, 4453.0, 4441.0, 4441.0, 4439.0, 4431.0, 4442.0, 4432.0, 4452.0, 4446.0, 4454.0, 4432.0, 4452.0, 4433.0, 4454.0, 4433.0, 4465.0, 4448.0, 4453.0, 4444.0, 4465.0, 4436.0, 4464.0, 4446.0, 4467.0, 4458.0, 4465.0, 4457.0, 4447.0, 4459.0, 4458.0, 4479.0, 4461.0, 4467.0, 4465.0, 4445.0, 4463.0, 4431.0, 4453.0, 4432.0, 4452.0, 4474.0, 4444.0, 4452.0, 4432.0, 4450.0, 4429.0, 4451.0, 4433.0, 4461.0, 4433.0, 4463.0, 4440.0, 4450.0, 4445.0, 4456.0, 4453.0, 4464.0, 4448.0, 4466.0, 4455.0, 4464.0, 4446.0, 4454.0, 4436.0, 4478.0, 4445.0, 4467.0, 4445.0, 4455.0, 4431.0, 4453.0, 4442.0, 4456.0, 4465.0, 4457.0, 4442.0, 4456.0, 4460.0, 4444.0, 4473.0, 4443.0, 4473.0, 4465.0, 4464.0, 4443.0, 4461.0, 4445.0, 4463.0, 4445.0], 'WindowWidth': [9924.0, 9859.0, 9882.0, 9831.0, 9823.0, 9805.0, 9812.0, 9794.0, 9797.0, 9759.0, 9754.0, 9739.0, 9723.0, 9738.0, 9741.0, 9742.0, 9773.0, 9769.0, 9774.0, 9763.0, 9776.0, 9756.0, 9779.0, 9770.0, 9775.0, 9777.0, 9819.0, 9789.0, 9820.0, 9792.0, 9803.0, 9804.0, 9817.0, 9832.0, 9818.0, 9848.0, 9829.0, 9861.0, 9826.0, 9865.0, 9791.0, 9819.0, 9791.0, 9820.0, 9865.0, 9830.0, 9864.0, 9824.0, 9844.0, 9817.0, 9845.0, 9822.0, 9844.0, 9821.0, 9849.0, 9825.0, 9856.0, 9790.0, 9815.0, 9787.0, 9824.0, 9816.0, 9838.0, 9807.0, 9821.0, 9805.0, 9821.0, 9844.0, 9825.0, 9874.0, 9852.0, 9855.0, 9808.0, 9842.0, 9807.0, 9843.0, 9829.0, 9881.0, 9828.0, 9852.0, 9795.0, 9814.0, 9790.0, 9813.0, 9807.0, 9825.0, 9844.0, 9836.0, 9820.0, 9819.0, 9856.0, 9814.0, 9857.0, 9817.0, 9847.0, 9831.0, 9844.0, 9801.0, 9826.0, 9786.0, 9823.0, 9791.0, 9823.0, 9805.0, 9822.0, 9792.0, 9818.0, 9843.0, 9817.0, 9874.0, 9816.0, 9843.0, 9832.0, 9835.0, 9782.0, 9807.0, 9791.0, 9807.0, 9801.0, 9818.0, 9784.0, 9815.0, 9826.0, 9805.0, 9839.0, 9820.0, 9877.0, 9835.0, 9840.0, 9803.0, 9841.0, 9804.0, 9852.0, 9824.0, 9842.0, 9825.0, 9845.0, 9806.0, 9826.0, 9801.0, 9829.0, 9805.0, 9840.0, 9807.0, 9837.0, 9788.0, 9822.0, 9790.0, 9814.0, 9813.0, 9831.0, 9814.0, 9818.0, 9784.0, 9800.0, 9794.0, 9815.0, 9804.0, 9822.0, 9842.0, 9813.0, 9803.0, 9816.0, 9824.0, 9815.0, 9860.0, 9823.0, 9878.0, 9847.0, 9855.0, 9819.0, 9853.0, 9802.0, 9843.0, 9834.0, 9866.0, 9852.0, 9840.0, 9805.0, 9827.0, 9790.0, 9828.0, 9801.0, 9838.0, 9817.0, 9863.0, 9840.0, 9845.0, 9813.0, 9842.0, 9823.0, 9857.0, 9834.0, 9860.0, 9851.0, 9855.0, 9804.0, 9839.0, 9802.0, 9821.0, 9823.0, 9849.0, 9839.0, 9842.0, 9817.0, 9854.0, 9803.0, 9825.0, 9806.0, 9858.0, 9843.0, 9846.0, 9821.0, 9861.0, 9807.0, 9857.0, 9821.0, 9864.0, 9853.0, 9860.0, 9834.0, 9853.0, 9800.0, 9836.0, 9804.0, 9829.0, 9823.0, 9846.0, 9836.0, 9856.0, 9790.0, 9840.0, 9806.0, 9846.0, 9823.0, 9847.0, 9837.0, 9862.0, 9821.0, 9859.0, 9805.0, 9840.0, 9819.0, 9863.0, 9832.0, 9848.0, 9837.0, 9815.0, 9824.0, 9809.0, 9823.0, 9822.0, 9838.0, 9842.0, 9876.0, 9812.0, 9835.0, 9807.0, 9831.0, 9807.0, 9828.0, 9806.0, 9849.0, 9804.0, 9858.0, 9799.0, 9827.0, 9801.0, 9818.0, 9811.0, 9833.0, 9825.0, 9864.0, 9822.0, 9859.0, 9803.0, 9839.0, 9811.0, 9836.0, 9802.0, 9837.0, 9798.0, 9821.0, 9776.0, 9793.0, 9775.0, 9772.0, 9772.0, 9794.0, 9800.0, 9795.0, 9793.0, 9797.0, 9798.0, 9801.0, 9791.0, 9822.0, 9804.0, 9820.0, 9810.0, 9838.0, 9808.0, 9822.0, 9802.0, 9818.0, 9799.0, 9840.0, 9855.0, 9828.0, 9820.0, 9818.0, 9802.0, 9815.0, 9817.0, 9836.0, 9867.0, 9841.0, 9876.0, 9840.0, 9852.0, 9852.0, 9819.0, 9834.0, 9828.0, 9845.0, 9873.0, 9829.0, 9862.0, 9806.0, 9846.0, 9801.0, 9841.0, 9814.0, 9793.0, 9817.0, 9792.0, 9823.0, 9786.0, 9808.0, 9789.0, 9809.0, 9801.0, 9809.0, 9763.0, 9788.0, 9754.0, 9785.0, 9748.0, 9789.0, 9749.0, 9774.0, 9748.0, 9745.0, 9768.0, 9746.0, 9784.0, 9748.0, 9787.0, 9763.0, 9791.0, 9769.0, 9787.0, 9768.0, 9791.0, 9772.0, 9794.0, 9774.0, 9798.0, 9777.0, 9801.0, 9778.0, 9792.0, 9781.0, 9791.0, 9791.0, 9819.0, 9814.0, 9835.0, 9826.0, 9861.0, 9851.0, 9874.0, 9848.0, 9870.0, 9848.0, 9873.0, 9863.0, 9865.0, 9839.0, 9848.0, 9816.0, 9849.0, 9824.0, 9852.0, 9813.0, 9854.0, 9839.0, 9856.0, 9832.0, 9854.0, 9837.0, 9854.0, 9840.0, 9884.0, 9857.0, 9862.0, 9845.0, 9879.0, 9845.0, 9897.0, 9875.0, 9878.0, 9871.0, 9880.0, 9844.0, 9884.0, 9846.0, 9888.0, 9858.0, 9887.0, 9849.0, 9881.0, 9846.0, 9882.0, 9851.0, 9887.0, 9847.0, 9874.0, 9839.0, 9872.0, 9883.0, 9860.0, 9894.0, 9870.0, 9895.0, 9860.0, 9883.0, 9847.0, 9882.0, 9845.0, 9863.0, 9841.0, 9850.0, 9841.0, 9856.0, 9878.0, 9862.0, 9901.0, 9857.0, 9881.0, 9859.0, 9901.0, 9868.0, 9924.0, 9889.0, 9903.0, 9865.0, 9893.0, 9856.0, 9879.0, 9855.0, 9899.0, 9837.0, 9877.0, 9821.0, 9852.0, 9819.0, 9847.0, 9829.0, 9857.0, 9894.0, 9855.0, 9859.0, 9837.0, 9845.0, 9832.0, 9858.0, 9859.0, 9901.0, 9863.0, 9874.0, 9844.0, 9866.0, 9827.0, 9869.0, 9844.0, 9871.0, 9861.0, 9852.0, 9826.0, 9852.0, 9814.0, 9869.0, 9833.0, 9866.0, 9827.0, 9852.0, 9804.0, 9836.0, 9809.0, 9840.0, 9816.0, 9840.0, 9809.0, 9821.0, 9792.0, 9819.0, 9792.0, 9824.0, 9857.0, 9824.0, 9822.0, 9809.0, 9830.0, 9809.0, 9858.0, 9822.0, 9852.0, 9843.0, 9849.0, 9809.0, 9846.0, 9829.0, 9869.0, 9845.0, 9857.0, 9845.0, 9812.0, 9852.0, 9865.0, 9873.0, 9834.0, 9868.0, 9812.0, 9851.0, 9814.0, 9855.0, 9834.0, 9829.0, 9806.0, 9816.0, 9833.0, 9807.0, 9835.0, 9830.0, 9861.0, 9828.0, 9848.0, 9819.0, 9836.0, 9813.0, 9850.0, 9847.0, 9876.0, 9842.0, 9855.0, 9824.0, 9847.0, 9858.0, 9874.0, 9920.0, 9870.0, 9895.0, 9865.0, 9865.0, 9814.0, 9856.0, 9816.0, 9858.0, 9816.0, 9875.0, 9802.0, 9857.0, 9797.0, 9826.0, 9846.0, 9852.0, 9880.0, 9846.0, 9840.0, 9823.0, 9848.0, 9821.0, 9888.0, 9843.0, 9865.0, 9854.0, 9848.0, 9802.0, 9842.0, 9819.0, 9874.0, 9844.0, 9841.0, 9832.0, 9837.0, 9789.0, 9820.0, 9785.0, 9822.0, 9820.0, 9845.0, 9820.0, 9842.0, 9803.0, 9837.0, 9796.0, 9823.0, 9818.0, 9831.0, 9801.0, 9835.0, 9776.0, 9802.0, 9762.0, 9776.0, 9782.0, 9798.0, 9795.0, 9795.0, 9777.0, 9779.0, 9816.0, 9777.0, 9829.0, 9780.0, 9824.0, 9802.0, 9806.0, 9800.0, 9824.0, 9799.0, 9813.0, 9805.0, 9817.0, 9824.0, 9833.0, 9825.0, 9835.0, 9809.0, 9853.0, 9823.0, 9831.0, 9798.0, 9782.0, 9833.0, 9797.0, 9851.0, 9828.0, 9841.0, 9826.0, 9812.0, 9777.0, 9802.0, 9776.0, 9786.0, 9765.0, 9793.0, 9764.0, 9786.0, 9775.0, 9787.0, 9764.0, 9780.0, 9789.0, 9796.0, 9818.0, 9778.0, 9801.0, 9773.0, 9800.0, 9777.0, 9818.0, 9784.0, 9810.0, 9810.0, 9821.0, 9787.0, 9824.0, 9803.0, 9817.0, 9811.0, 9833.0, 9821.0, 9829.0, 9802.0, 9827.0, 9806.0, 9830.0, 9827.0, 9850.0, 9821.0, 9841.0, 9787.0, 9814.0, 9792.0, 9812.0, 9819.0, 9846.0, 9818.0, 9837.0, 9798.0, 9820.0, 9809.0, 9821.0, 9808.0, 9840.0, 9816.0, 9822.0, 9806.0, 9836.0, 9790.0, 9822.0, 9845.0, 9827.0, 9875.0, 9847.0, 9860.0, 9831.0, 9854.0, 9799.0, 9844.0, 9811.0, 9851.0, 9808.0, 9847.0, 9813.0, 9846.0, 9815.0, 9842.0, 9835.0, 9844.0, 9822.0, 9862.0, 9822.0, 9850.0, 9818.0, 9857.0, 9819.0, 9845.0, 9816.0, 9833.0, 9853.0, 9826.0, 9852.0, 9829.0, 9865.0, 9817.0, 9869.0, 9842.0, 9858.0, 9818.0, 9840.0, 9820.0, 9846.0, 9828.0, 9866.0, 9828.0, 9863.0, 9826.0, 9864.0, 9824.0, 9869.0, 9846.0, 9853.0, 9875.0, 9846.0, 9870.0, 9831.0, 9870.0, 9820.0, 9863.0, 9843.0, 9864.0, 9854.0, 9866.0, 9827.0, 9866.0, 9839.0, 9876.0, 9848.0, 9890.0, 9845.0, 9871.0, 9880.0, 9859.0, 9906.0, 9865.0, 9887.0, 9882.0, 9873.0, 9837.0, 9876.0, 9836.0, 9885.0, 9864.0, 9885.0, 9871.0, 9868.0, 9845.0, 9868.0, 9843.0, 9872.0, 9854.0, 9872.0, 9832.0, 9870.0, 9836.0, 9860.0, 9841.0, 9880.0, 9839.0, 9853.0, 9820.0, 9853.0, 9837.0, 9861.0, 9863.0, 9860.0, 9869.0, 9861.0, 9872.0, 9840.0, 9883.0, 9867.0, 9903.0, 9875.0, 9882.0, 9840.0, 9867.0, 9845.0, 9867.0, 9847.0, 9870.0, 9843.0, 9884.0, 9839.0, 9883.0, 9845.0, 9877.0, 9871.0, 9872.0, 9845.0, 9846.0, 9857.0, 9856.0, 9899.0, 9839.0, 9841.0, 9827.0, 9830.0, 9831.0, 9860.0, 9838.0, 9887.0, 9839.0, 9859.0, 9835.0, 9877.0, 9850.0, 9880.0, 9869.0, 9869.0, 9846.0, 9850.0, 9798.0, 9834.0, 9820.0, 9862.0, 9831.0, 9853.0, 9817.0, 9841.0, 9803.0, 9842.0, 9822.0, 9840.0, 9801.0, 9843.0, 9797.0, 9838.0, 9813.0, 9856.0, 9820.0, 9845.0, 9793.0, 9815.0, 9790.0, 9835.0, 9800.0, 9841.0, 9812.0, 9837.0, 9795.0, 9816.0, 9790.0, 9836.0, 9816.0, 9838.0, 9812.0, 9818.0, 9792.0, 9822.0, 9791.0, 9823.0, 9824.0, 9836.0, 9805.0, 9819.0, 9792.0, 9802.0, 9811.0, 9825.0, 9816.0, 9839.0, 9794.0, 9833.0, 9794.0, 9820.0, 9810.0, 9852.0, 9827.0, 9852.0, 9786.0, 9830.0, 9789.0, 9820.0, 9821.0, 9802.0, 9800.0, 9798.0, 9786.0, 9803.0, 9789.0, 9817.0, 9816.0, 9823.0, 9792.0, 9819.0, 9792.0, 9822.0, 9791.0, 9838.0, 9821.0, 9820.0, 9808.0, 9839.0, 9801.0, 9834.0, 9815.0, 9843.0, 9840.0, 9841.0, 9830.0, 9814.0, 9833.0, 9833.0, 9862.0, 9840.0, 9842.0, 9834.0, 9805.0, 9829.0, 9783.0, 9817.0, 9786.0, 9819.0, 9848.0, 9807.0, 9813.0, 9787.0, 9807.0, 9780.0, 9810.0, 9791.0, 9830.0, 9793.0, 9832.0, 9799.0, 9810.0, 9810.0, 9825.0, 9823.0, 9839.0, 9820.0, 9841.0, 9826.0, 9836.0, 9813.0, 9822.0, 9802.0, 9859.0, 9812.0, 9842.0, 9809.0, 9822.0, 9788.0, 9819.0, 9807.0, 9828.0, 9837.0, 9831.0, 9804.0, 9825.0, 9825.0, 9806.0, 9844.0, 9805.0, 9847.0, 9838.0, 9833.0, 9804.0, 9828.0, 9811.0, 9834.0, 9811.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.001200442913385827</td></tr>
<tr><td colspan=3>aqi</td><td>0.034982665354330714</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.764678793527125</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2401119524827593</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.99440466870936</td></tr>
<tr><td colspan=3>efc</td><td>0.4843</td></tr>
<tr><td colspan=3>fber</td><td>7640.8613</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08596142136952589</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.838582677165354</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.331368084633997</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2655854005296896</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.585411483813532</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1431073695587695</td></tr>
<tr><td colspan=3>gcor</td><td>0.0136259</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011833162046968937</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03993484005331993</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1016</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1748074783366</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>17.0704</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3029</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.4213</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295727.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>911.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.0086</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0501</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.2184</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3670.3952</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3853.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.9111</td></tr>
<tr><td colspan=3>tsnr</td><td>36.38630831730552</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>