<?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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-01/func/sub-0016_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>5ab0fa0d225b84ccd2058c4404edc500</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:29:47.785000</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.999375, 0.0349079, -0.00563266, -0.034899, 0.999389, 0.001675]</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.0965398</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>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7772, -7232, 568, -71, -134, -32, 87]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>237.131</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7358c6a0-5e8b-4de6-8610-44446cecb136||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.6812491416931152, -0.09363134205341339, -0.01535676047205925, 115.08133697509766], [-0.0936552882194519, 2.681288719177246, 0.003988921642303467, -89.97476196289062], [-0.015112007968127728, -0.004493901506066322, 2.699953317642212, -56.25483703613281], [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': ['142947.785000', '142948.245000', '142948.705000', '142949.165000', '142949.625000', '142950.085000', '142950.545000', '142951.005000', '142951.465000', '142951.925000', '142952.385000', '142952.845000', '142953.305000', '142953.765000', '142954.225000', '142954.685000', '142955.145000', '142955.605000', '142956.065000', '142956.525000', '142956.985000', '142957.445000', '142957.905000', '142958.365000', '142958.825000', '142959.285000', '142959.745000', '143000.205000', '143000.665000', '143001.125000', '143001.585000', '143002.045000', '143002.505000', '143002.965000', '143003.425000', '143003.885000', '143004.345000', '143004.805000', '143005.265000', '143005.725000', '143006.185000', '143006.645000', '143007.105000', '143007.565000', '143008.025000', '143008.485000', '143008.945000', '143009.405000', '143009.865000', '143010.325000', '143010.785000', '143011.245000', '143011.705000', '143012.165000', '143012.625000', '143013.085000', '143013.545000', '143014.005000', '143014.465000', '143014.925000', '143015.385000', '143015.845000', '143016.305000', '143016.765000', '143017.225000', '143017.685000', '143018.145000', '143018.605000', '143019.065000', '143019.525000', '143019.985000', '143020.445000', '143020.905000', '143021.365000', '143021.825000', '143022.285000', '143022.745000', '143023.205000', '143023.665000', '143024.125000', '143024.585000', '143025.045000', '143025.505000', '143025.965000', '143026.425000', '143026.885000', '143027.345000', '143027.805000', '143028.265000', '143028.725000', '143029.185000', '143029.645000', '143030.105000', '143030.565000', '143031.025000', '143031.485000', '143031.945000', '143032.405000', '143032.865000', '143033.325000', '143033.785000', '143034.245000', '143034.705000', '143035.165000', '143035.625000', '143036.085000', '143036.545000', '143037.005000', '143037.465000', '143037.925000', '143038.385000', '143038.845000', '143039.305000', '143039.765000', '143040.225000', '143040.685000', '143041.145000', '143041.605000', '143042.065000', '143042.525000', '143042.985000', '143043.445000', '143043.905000', '143044.365000', '143044.825000', '143045.285000', '143045.745000', '143046.205000', '143046.665000', '143047.125000', '143047.585000', '143048.045000', '143048.505000', '143048.965000', '143049.425000', '143049.885000', '143050.345000', '143050.805000', '143051.265000', '143051.725000', '143052.185000', '143052.645000', '143053.105000', '143053.565000', '143054.025000', '143054.485000', '143054.945000', '143055.405000', '143055.865000', '143056.325000', '143056.785000', '143057.245000', '143057.705000', '143058.165000', '143058.625000', '143059.085000', '143059.545000', '143100.005000', '143100.465000', '143100.925000', '143101.385000', '143101.845000', '143102.305000', '143102.765000', '143103.225000', '143103.685000', '143104.145000', '143104.605000', '143105.065000', '143105.525000', '143105.985000', '143106.445000', '143106.905000', '143107.365000', '143107.825000', '143108.285000', '143108.745000', '143109.205000', '143109.665000', '143110.125000', '143110.585000', '143111.045000', '143111.505000', '143111.965000', '143112.425000', '143112.885000', '143113.345000', '143113.805000', '143114.265000', '143114.725000', '143115.185000', '143115.645000', '143116.105000', '143116.565000', '143117.025000', '143117.485000', '143117.945000', '143118.405000', '143118.865000', '143119.325000', '143119.785000', '143120.245000', '143120.705000', '143121.165000', '143121.625000', '143122.085000', '143122.545000', '143123.005000', '143123.465000', '143123.925000', '143124.385000', '143124.845000', '143125.305000', '143125.765000', '143126.225000', '143126.685000', '143127.145000', '143127.605000', '143128.065000', '143128.525000', '143128.985000', '143129.445000', '143129.905000', '143130.365000', '143130.825000', '143131.285000', '143131.745000', '143132.205000', '143132.665000', '143133.125000', '143133.585000', '143134.045000', '143134.505000', '143134.965000', '143135.425000', '143135.885000', '143136.345000', '143136.805000', '143137.265000', '143137.725000', '143138.185000', '143138.645000', '143139.105000', '143139.565000', '143140.025000', '143140.485000', '143140.945000', '143141.405000', '143141.865000', '143142.325000', '143142.785000', '143143.245000', '143143.705000', '143144.165000', '143144.625000', '143145.085000', '143145.545000', '143146.005000', '143146.465000', '143146.925000', '143147.385000', '143147.845000', '143148.305000', '143148.765000', '143149.225000', '143149.685000', '143150.145000', '143150.605000', '143151.065000', '143151.525000', '143151.985000', '143152.445000', '143152.905000', '143153.365000', '143153.825000', '143154.285000', '143154.745000', '143155.205000', '143155.665000', '143156.125000', '143156.585000', '143157.045000', '143157.505000', '143157.965000', '143158.425000', '143158.885000', '143159.345000', '143159.805000', '143200.265000', '143200.725000', '143201.185000', '143201.645000', '143202.105000', '143202.565000', '143203.025000', '143203.485000', '143203.945000', '143204.405000', '143204.865000', '143205.325000', '143205.785000', '143206.245000', '143206.705000', '143207.165000', '143207.625000', '143208.085000', '143208.545000', '143209.005000', '143209.465000', '143209.925000', '143210.385000', '143210.845000', '143211.305000', '143211.765000', '143212.225000', '143212.685000', '143213.145000', '143213.605000', '143214.065000', '143214.525000', '143214.985000', '143215.445000', '143215.905000', '143216.365000', '143216.825000', '143217.285000', '143217.745000', '143218.205000', '143218.665000', '143219.125000', '143219.585000', '143220.045000', '143220.505000', '143220.965000', '143221.425000', '143221.885000', '143222.345000', '143222.805000', '143223.265000', '143223.725000', '143224.185000', '143224.645000', '143225.105000', '143225.565000', '143226.025000', '143226.485000', '143226.945000', '143227.405000', '143227.865000', '143228.325000', '143228.785000', '143229.245000', '143229.705000', '143230.165000', '143230.625000', '143231.085000', '143231.545000', '143232.005000', '143232.465000', '143232.925000', '143233.385000', '143233.845000', '143234.305000', '143234.765000', '143235.225000', '143235.685000', '143236.145000', '143236.605000', '143237.065000', '143237.525000', '143237.985000', '143238.445000', '143238.905000', '143239.365000', '143239.825000', '143240.285000', '143240.745000', '143241.205000', '143241.665000', '143242.125000', '143242.585000', '143243.045000', '143243.505000', '143243.965000', '143244.425000', '143244.885000', '143245.345000', '143245.805000', '143246.265000', '143246.725000', '143247.185000', '143247.645000', '143248.105000', '143248.565000', '143249.025000', '143249.485000', '143249.945000', '143250.405000', '143250.865000', '143251.325000', '143251.785000', '143252.245000', '143252.705000', '143253.165000', '143253.625000', '143254.085000', '143254.545000', '143255.005000', '143255.465000', '143255.925000', '143256.385000', '143256.845000', '143257.305000', '143257.765000', '143258.225000', '143258.685000', '143259.145000', '143259.605000', '143300.065000', '143300.525000', '143300.985000', '143301.445000', '143301.905000', '143302.365000', '143302.825000', '143303.285000', '143303.745000', '143304.205000', '143304.665000', '143305.125000', '143305.585000', '143306.045000', '143306.505000', '143306.965000', '143307.425000', '143307.885000', '143308.345000', '143308.805000', '143309.265000', '143309.725000', '143310.185000', '143310.645000', '143311.105000', '143311.565000', '143312.025000', '143312.485000', '143312.945000', '143313.405000', '143313.865000', '143314.325000', '143314.785000', '143315.245000', '143315.705000', '143316.165000', '143316.625000', '143317.085000', '143317.545000', '143318.005000', '143318.465000', '143318.925000', '143319.385000', '143319.845000', '143320.305000', '143320.765000', '143321.225000', '143321.685000', '143322.145000', '143322.605000', '143323.065000', '143323.525000', '143323.985000', '143324.445000', '143324.905000', '143325.365000', '143325.825000', '143326.285000', '143326.745000', '143327.205000', '143327.665000', '143328.125000', '143328.585000', '143329.045000', '143329.505000', '143329.965000', '143330.425000', '143330.885000', '143331.345000', '143331.805000', '143332.265000', '143332.725000', '143333.185000', '143333.645000', '143334.105000', '143334.565000', '143335.025000', '143335.485000', '143335.945000', '143336.405000', '143336.865000', '143337.325000', '143337.785000', '143338.245000', '143338.705000', '143339.165000', '143339.625000', '143340.085000', '143340.545000', '143341.005000', '143341.465000', '143341.925000', '143342.385000', '143342.845000', '143343.305000', '143343.765000', '143344.225000', '143344.685000', '143345.145000', '143345.605000', '143346.065000', '143346.525000', '143346.985000', '143347.445000', '143347.905000', '143348.365000', '143348.825000', '143349.285000', '143349.745000', '143350.205000', '143350.665000', '143351.125000', '143351.585000', '143352.045000', '143352.505000', '143352.965000', '143353.425000', '143353.885000', '143354.345000', '143354.805000', '143355.265000', '143355.725000', '143356.185000', '143356.645000', '143357.105000', '143357.565000', '143358.025000', '143358.485000', '143358.945000', '143359.405000', '143359.865000', '143400.325000', '143400.785000', '143401.245000', '143401.705000', '143402.165000', '143402.625000', '143403.085000', '143403.545000', '143404.005000', '143404.465000', '143404.925000', '143405.385000', '143405.845000', '143406.305000', '143406.765000', '143407.225000', '143407.685000', '143408.145000', '143408.605000', '143409.065000', '143409.525000', '143409.985000', '143410.445000', '143410.905000', '143411.365000', '143411.825000', '143412.285000', '143412.745000', '143413.205000', '143413.665000', '143414.125000', '143414.585000', '143415.045000', '143415.505000', '143415.965000', '143416.425000', '143416.885000', '143417.345000', '143417.805000', '143418.265000', '143418.725000', '143419.185000', '143419.645000', '143420.105000', '143420.565000', '143421.025000', '143421.485000', '143421.945000', '143422.405000', '143422.865000', '143423.325000', '143423.785000', '143424.245000', '143424.705000', '143425.165000', '143425.625000', '143426.085000', '143426.545000', '143427.005000', '143427.465000', '143427.925000', '143428.385000', '143428.845000', '143429.305000', '143429.765000', '143430.225000', '143430.685000', '143431.145000', '143431.605000', '143432.065000', '143432.525000', '143432.985000', '143433.445000', '143433.905000', '143434.365000', '143434.825000', '143435.285000', '143435.745000', '143436.205000', '143436.665000', '143437.125000', '143437.585000', '143438.045000', '143438.505000', '143438.965000', '143439.425000', '143439.885000', '143440.345000', '143440.805000', '143441.265000', '143441.725000', '143442.185000', '143442.645000', '143443.105000', '143443.565000', '143444.025000', '143444.485000', '143444.945000', '143445.405000', '143445.865000', '143446.325000', '143446.785000', '143447.245000', '143447.705000', '143448.165000', '143448.625000', '143449.085000', '143449.545000', '143450.005000', '143450.465000', '143450.925000', '143451.385000', '143451.845000', '143452.305000', '143452.765000', '143453.225000', '143453.685000', '143454.145000', '143454.605000', '143455.065000', '143455.525000', '143455.985000', '143456.445000', '143456.905000', '143457.365000', '143457.825000', '143458.285000', '143458.745000', '143459.205000', '143459.665000', '143500.125000', '143500.585000', '143501.045000', '143501.505000', '143501.965000', '143502.425000', '143502.885000', '143503.345000', '143503.805000', '143504.265000', '143504.725000', '143505.185000', '143505.645000', '143506.105000', '143506.565000', '143507.025000', '143507.485000', '143507.945000', '143508.405000', '143508.865000', '143509.325000', '143509.785000', '143510.245000', '143510.705000', '143511.165000', '143511.625000', '143512.085000', '143512.545000', '143513.005000', '143513.465000', '143513.925000', '143514.385000', '143514.845000', '143515.305000', '143515.765000', '143516.225000', '143516.685000', '143517.145000', '143517.605000', '143518.065000', '143518.525000', '143518.985000', '143519.445000', '143519.905000', '143520.365000', '143520.825000', '143521.285000', '143521.745000', '143522.205000', '143522.665000', '143523.125000', '143523.585000', '143524.045000', '143524.505000', '143524.965000', '143525.425000', '143525.885000', '143526.345000', '143526.805000', '143527.265000', '143527.725000', '143528.185000', '143528.645000', '143529.105000', '143529.565000', '143530.025000', '143530.485000', '143530.945000', '143531.405000', '143531.865000', '143532.325000', '143532.785000', '143533.245000', '143533.705000', '143534.165000', '143534.625000', '143535.085000', '143535.545000', '143536.005000', '143536.465000', '143536.925000', '143537.385000', '143537.845000', '143538.305000', '143538.765000', '143539.225000', '143539.685000', '143540.145000', '143540.605000', '143541.065000', '143541.525000', '143541.985000', '143542.445000', '143542.905000', '143543.365000', '143543.825000', '143544.285000', '143544.745000', '143545.205000', '143545.665000', '143546.125000', '143546.585000', '143547.045000', '143547.505000', '143547.965000', '143548.425000', '143548.885000', '143549.345000', '143549.805000', '143550.265000', '143550.725000', '143551.185000', '143551.645000', '143552.105000', '143552.565000', '143553.025000', '143553.485000', '143553.945000', '143554.405000', '143554.865000', '143555.325000', '143555.785000', '143556.245000', '143556.705000', '143557.165000', '143557.625000', '143558.085000', '143558.545000', '143559.005000', '143559.465000', '143559.925000', '143600.385000', '143600.845000', '143601.305000', '143601.765000', '143602.225000', '143602.685000', '143603.145000', '143603.605000', '143604.065000', '143604.525000', '143604.985000', '143605.445000', '143605.905000', '143606.365000', '143606.825000', '143607.285000', '143607.745000', '143608.205000', '143608.665000', '143609.125000', '143609.585000', '143610.045000', '143610.505000', '143610.965000', '143611.425000', '143611.885000', '143612.345000', '143612.805000', '143613.265000', '143613.725000', '143614.185000', '143614.645000', '143615.105000', '143615.565000', '143616.025000', '143616.485000', '143616.945000', '143617.405000', '143617.865000', '143618.325000', '143618.785000', '143619.245000', '143619.705000', '143620.165000', '143620.625000', '143621.085000', '143621.545000', '143622.005000', '143622.465000', '143622.925000', '143623.385000', '143623.845000', '143624.305000', '143624.765000', '143625.225000', '143625.685000', '143626.145000', '143626.605000', '143627.065000', '143627.525000', '143627.985000', '143628.445000', '143628.905000', '143629.365000', '143629.825000', '143630.285000', '143630.745000', '143631.205000', '143631.665000', '143632.125000', '143632.585000', '143633.045000', '143633.505000', '143633.965000', '143634.425000', '143634.885000', '143635.345000', '143635.805000', '143636.265000', '143636.725000', '143637.185000', '143637.645000', '143638.105000', '143638.565000', '143639.025000', '143639.485000', '143639.945000', '143640.405000', '143640.865000', '143641.325000', '143641.785000', '143642.245000', '143642.705000', '143643.165000', '143643.625000', '143644.085000', '143644.545000', '143645.005000', '143645.465000', '143645.925000', '143646.385000', '143646.845000', '143647.305000', '143647.765000', '143648.225000', '143648.685000', '143649.145000', '143649.605000', '143650.065000', '143650.525000', '143650.985000', '143651.445000', '143651.905000', '143652.365000', '143652.825000', '143653.285000', '143653.745000', '143654.205000', '143654.665000', '143655.125000', '143655.585000', '143656.045000', '143656.505000', '143656.965000', '143657.425000', '143657.885000', '143658.345000', '143658.805000', '143659.265000', '143659.725000', '143700.185000', '143700.645000', '143701.105000', '143701.565000', '143702.025000', '143702.485000', '143702.945000', '143703.405000', '143703.865000', '143704.325000', '143704.785000', '143705.245000', '143705.705000', '143706.165000', '143706.625000', '143707.085000', '143707.545000', '143708.005000', '143708.465000', '143708.925000', '143709.385000', '143709.845000', '143710.305000', '143710.765000', '143711.225000', '143711.685000', '143712.145000', '143712.605000', '143713.065000', '143713.525000', '143713.985000', '143714.445000', '143714.905000', '143715.365000', '143715.825000', '143716.285000', '143716.745000', '143717.205000', '143717.665000', '143718.125000', '143718.585000', '143719.045000', '143719.505000', '143719.965000', '143720.425000', '143720.885000', '143721.345000', '143721.805000', '143722.265000', '143722.725000', '143723.185000', '143723.645000', '143724.105000', '143724.565000', '143725.025000', '143725.485000', '143725.945000', '143726.405000', '143726.865000', '143727.325000', '143727.785000', '143728.245000', '143728.705000', '143729.165000', '143729.625000', '143730.085000', '143730.545000', '143731.005000', '143731.465000', '143731.925000', '143732.385000', '143732.845000', '143733.305000', '143733.765000', '143734.225000', '143734.685000'], 'ContentTime': ['143013.030000', '143013.033000', '143013.036000', '143013.039000', '143013.041000', '143013.044000', '143013.047000', '143013.050000', '143013.053000', '143013.056000', '143013.058000', '143013.061000', '143013.064000', '143013.067000', '143013.070000', '143013.073000', '143013.075000', '143013.078000', '143013.081000', '143013.084000', '143013.087000', '143013.090000', '143013.092000', '143013.095000', '143013.098000', '143013.101000', '143013.104000', '143013.107000', '143013.109000', '143013.112000', '143013.115000', '143013.118000', '143013.121000', '143013.130000', '143013.133000', '143013.136000', '143013.138000', '143013.141000', '143013.144000', '143013.147000', '143013.150000', '143013.153000', '143013.155000', '143013.158000', '143013.161000', '143013.164000', '143013.167000', '143013.169000', '143013.172000', '143013.175000', '143013.178000', '143013.181000', '143013.183000', '143032.988000', '143032.991000', '143032.994000', '143032.997000', '143033.000000', '143033.003000', '143033.006000', '143033.009000', '143033.012000', '143033.014000', '143033.017000', '143033.020000', '143033.023000', '143033.026000', '143033.029000', '143033.032000', '143033.034000', '143033.037000', '143033.040000', '143033.043000', '143033.046000', '143033.049000', '143033.052000', '143033.055000', '143033.058000', '143033.060000', '143033.063000', '143033.066000', '143033.069000', '143033.072000', '143033.075000', '143033.078000', '143033.080000', '143033.083000', '143033.086000', '143033.089000', '143033.092000', '143033.095000', '143033.097000', '143033.100000', '143033.103000', '143033.106000', '143033.109000', '143052.988000', '143052.991000', '143052.993000', '143052.996000', '143053.000000', '143053.003000', '143053.006000', '143053.008000', '143053.011000', '143053.014000', '143053.017000', '143053.020000', '143053.022000', '143053.025000', '143053.028000', '143053.031000', '143053.037000', '143053.040000', '143053.043000', '143053.046000', '143053.049000', '143053.051000', '143053.054000', '143053.057000', '143053.060000', '143053.063000', '143053.066000', '143053.069000', '143053.071000', '143053.074000', '143053.077000', '143053.080000', '143053.083000', '143053.086000', '143053.089000', '143053.091000', '143053.094000', '143053.097000', '143053.100000', '143053.103000', '143053.105000', '143053.108000', '143053.111000', '143053.114000', '143112.989000', '143112.992000', '143112.995000', '143112.998000', '143113.002000', '143113.004000', '143113.007000', '143113.010000', '143113.013000', '143113.016000', '143113.019000', '143113.022000', '143113.035000', '143113.038000', '143113.040000', '143113.043000', '143113.046000', '143113.049000', '143113.052000', '143113.055000', '143113.058000', '143113.061000', '143113.063000', '143113.066000', '143113.069000', '143113.072000', '143113.075000', '143113.078000', '143113.081000', '143113.083000', '143113.086000', '143113.089000', '143113.092000', '143113.095000', '143113.098000', '143113.101000', '143113.104000', '143113.107000', '143113.110000', '143113.112000', '143113.115000', '143113.118000', '143113.121000', '143132.988000', '143132.991000', '143132.994000', '143132.997000', '143133.000000', '143133.003000', '143133.006000', '143133.009000', '143133.012000', '143133.015000', '143133.018000', '143133.020000', '143133.023000', '143133.026000', '143133.029000', '143133.032000', '143133.035000', '143133.038000', '143133.040000', '143133.043000', '143133.046000', '143133.049000', '143133.054000', '143133.057000', '143133.060000', '143133.063000', '143133.066000', '143133.069000', '143133.071000', '143133.074000', '143133.077000', '143133.080000', '143133.083000', '143133.086000', '143133.089000', '143133.091000', '143133.094000', '143133.097000', '143133.100000', '143133.103000', '143133.106000', '143133.109000', '143133.111000', '143133.125000', '143152.988000', '143152.991000', '143152.994000', '143152.997000', '143153.000000', '143153.003000', '143153.006000', '143153.009000', '143153.012000', '143153.015000', '143153.018000', '143153.021000', '143153.024000', '143153.027000', '143153.030000', '143153.033000', '143153.036000', '143153.038000', '143153.041000', '143153.044000', '143153.047000', '143153.050000', '143153.053000', '143153.056000', '143153.058000', '143153.061000', '143153.064000', '143153.067000', '143153.070000', '143153.073000', '143153.076000', '143153.079000', '143153.082000', '143153.084000', '143153.089000', '143153.092000', '143153.095000', '143153.098000', '143153.101000', '143153.128000', '143153.131000', '143153.134000', '143153.137000', '143212.988000', '143212.991000', '143212.994000', '143212.996000', '143213.000000', '143213.003000', '143213.006000', '143213.009000', '143213.012000', '143213.015000', '143213.017000', '143213.020000', '143213.023000', '143213.026000', '143213.029000', '143213.032000', '143213.035000', '143213.037000', '143213.040000', '143213.043000', '143213.046000', '143213.049000', '143213.052000', '143213.054000', '143213.057000', '143213.060000', '143213.063000', '143213.066000', '143213.069000', '143213.071000', '143213.074000', '143213.077000', '143213.080000', '143213.083000', '143213.086000', '143213.088000', '143213.091000', '143213.094000', '143213.097000', '143213.100000', '143213.102000', '143213.105000', '143213.108000', '143213.111000', '143232.988000', '143232.991000', '143232.994000', '143232.997000', '143233.000000', '143233.003000', '143233.006000', '143233.009000', '143233.012000', '143233.015000', '143233.018000', '143233.021000', '143233.023000', '143233.026000', '143233.029000', '143233.032000', '143233.035000', '143233.038000', '143233.041000', '143233.043000', '143233.046000', '143233.049000', '143233.052000', '143233.055000', '143233.057000', '143233.060000', '143233.063000', '143233.066000', '143233.069000', '143233.072000', '143233.075000', '143233.077000', '143233.080000', '143233.085000', '143233.088000', '143233.092000', '143233.097000', '143233.100000', '143233.103000', '143233.106000', '143233.109000', '143233.112000', '143233.115000', '143252.988000', '143252.991000', '143252.993000', '143252.997000', '143253.000000', '143253.003000', '143253.006000', '143253.009000', '143253.012000', '143253.015000', '143253.018000', '143253.021000', '143253.023000', '143253.026000', '143253.029000', '143253.032000', '143253.035000', '143253.038000', '143253.040000', '143253.043000', '143253.046000', '143253.049000', '143253.052000', '143253.055000', '143253.057000', '143253.060000', '143253.063000', '143253.066000', '143253.069000', '143253.072000', '143253.074000', '143253.077000', '143253.080000', '143253.083000', '143253.086000', '143253.089000', '143253.092000', '143253.094000', '143253.097000', '143253.100000', '143253.103000', '143253.106000', '143253.109000', '143253.112000', '143312.988000', '143312.991000', '143312.994000', '143312.997000', '143313.000000', '143313.003000', '143313.006000', '143313.009000', '143313.012000', '143313.027000', '143313.030000', '143313.032000', '143313.035000', '143313.038000', '143313.041000', '143313.044000', '143313.047000', '143313.051000', '143313.054000', '143313.057000', '143313.059000', '143313.063000', '143313.065000', '143313.068000', '143313.071000', '143313.074000', '143313.077000', '143313.080000', '143313.083000', '143313.086000', '143313.088000', '143313.091000', '143313.094000', '143313.097000', '143313.100000', '143313.104000', '143313.109000', '143313.112000', '143313.115000', '143313.118000', '143313.121000', '143313.124000', '143313.127000', '143332.989000', '143332.992000', '143332.995000', '143332.998000', '143333.001000', '143333.004000', '143333.007000', '143333.010000', '143333.013000', '143333.016000', '143333.019000', '143333.022000', '143333.025000', '143333.027000', '143333.030000', '143333.033000', '143333.036000', '143333.039000', '143333.042000', '143333.045000', '143333.047000', '143333.050000', '143333.053000', '143333.056000', '143333.059000', '143333.062000', '143333.065000', '143333.068000', '143333.070000', '143333.073000', '143333.076000', '143333.079000', '143333.082000', '143333.085000', '143333.088000', '143333.091000', '143333.093000', '143333.096000', '143333.099000', '143333.102000', '143333.105000', '143333.108000', '143333.110000', '143333.113000', '143352.988000', '143352.991000', '143352.994000', '143352.997000', '143353.001000', '143353.003000', '143353.006000', '143353.009000', '143353.012000', '143353.015000', '143353.018000', '143353.021000', '143353.024000', '143353.026000', '143353.029000', '143353.032000', '143353.035000', '143353.038000', '143353.041000', '143353.043000', '143353.046000', '143353.049000', '143353.052000', '143353.055000', '143353.058000', '143353.061000', '143353.064000', '143353.066000', '143353.078000', '143353.081000', '143353.084000', '143353.087000', '143353.090000', '143353.093000', '143353.095000', '143353.098000', '143353.101000', '143353.104000', '143353.107000', '143353.110000', '143353.112000', '143353.115000', '143353.118000', '143412.988000', '143412.991000', '143412.994000', '143412.997000', '143413.000000', '143413.004000', '143413.006000', '143413.009000', '143413.012000', '143413.015000', '143413.018000', '143413.021000', '143413.023000', '143413.027000', '143413.029000', '143413.032000', '143413.035000', '143413.038000', '143413.041000', '143413.043000', '143413.046000', '143413.049000', '143413.052000', '143413.055000', '143413.058000', '143413.061000', '143413.063000', '143413.066000', '143413.069000', '143413.072000', '143413.075000', '143413.078000', '143413.080000', '143413.083000', '143413.086000', '143413.089000', '143413.092000', '143413.095000', '143413.098000', '143413.100000', '143413.103000', '143413.106000', '143413.109000', '143413.112000', '143432.988000', '143432.991000', '143432.994000', '143432.997000', '143433.001000', '143433.003000', '143433.006000', '143433.009000', '143433.012000', '143433.015000', '143433.017000', '143433.020000', '143433.023000', '143433.026000', '143433.029000', '143433.032000', '143433.035000', '143433.038000', '143433.040000', '143433.043000', '143433.046000', '143433.049000', '143433.052000', '143433.055000', '143433.058000', '143433.060000', '143433.063000', '143433.066000', '143433.069000', '143433.072000', '143433.075000', '143433.078000', '143433.080000', '143433.083000', '143433.104000', '143433.107000', '143433.110000', '143433.113000', '143433.116000', '143433.119000', '143433.122000', '143433.124000', '143433.127000', '143452.988000', '143452.991000', '143452.994000', '143452.996000', '143453.000000', '143453.003000', '143453.006000', '143453.009000', '143453.012000', '143453.015000', '143453.018000', '143453.020000', '143453.023000', '143453.026000', '143453.029000', '143453.032000', '143453.035000', '143453.038000', '143453.040000', '143453.043000', '143453.046000', '143453.049000', '143453.052000', '143453.055000', '143453.058000', '143453.061000', '143453.063000', '143453.066000', '143453.069000', '143453.072000', '143453.075000', '143453.078000', '143453.081000', '143453.083000', '143453.086000', '143453.089000', '143453.092000', '143453.095000', '143453.098000', '143453.101000', '143453.104000', '143453.106000', '143453.109000', '143453.112000', '143512.988000', '143512.991000', '143512.994000', '143512.997000', '143513.001000', '143513.003000', '143513.006000', '143513.009000', '143513.012000', '143513.015000', '143513.018000', '143513.021000', '143513.023000', '143513.026000', '143513.029000', '143513.032000', '143513.035000', '143513.037000', '143513.041000', '143513.043000', '143513.046000', '143513.049000', '143513.052000', '143513.055000', '143513.057000', '143513.060000', '143513.063000', '143513.066000', '143513.069000', '143513.071000', '143513.074000', '143513.077000', '143513.080000', '143513.083000', '143513.088000', '143513.091000', '143513.093000', '143513.096000', '143513.099000', '143513.102000', '143513.105000', '143513.108000', '143513.111000', '143532.988000', '143532.991000', '143532.994000', '143532.997000', '143533.000000', '143533.003000', '143533.006000', '143533.009000', '143533.012000', '143533.015000', '143533.017000', '143533.020000', '143533.023000', '143533.026000', '143533.029000', '143533.032000', '143533.035000', '143533.037000', '143533.040000', '143533.043000', '143533.046000', '143533.049000', '143533.052000', '143533.055000', '143533.057000', '143533.060000', '143533.063000', '143533.066000', '143533.069000', '143533.071000', '143533.074000', '143533.077000', '143533.080000', '143533.083000', '143533.086000', '143533.088000', '143533.091000', '143533.094000', '143533.097000', '143533.100000', '143533.102000', '143533.105000', '143533.108000', '143533.111000', '143552.989000', '143552.992000', '143552.995000', '143552.998000', '143553.002000', '143553.005000', '143553.007000', '143553.010000', '143553.013000', '143553.016000', '143553.019000', '143553.022000', '143553.024000', '143553.027000', '143553.030000', '143553.033000', '143553.036000', '143553.039000', '143553.042000', '143553.045000', '143553.048000', '143553.051000', '143553.053000', '143553.056000', '143553.059000', '143553.062000', '143553.065000', '143553.068000', '143553.070000', '143553.073000', '143553.076000', '143553.079000', '143553.082000', '143553.085000', '143553.088000', '143553.090000', '143553.093000', '143553.096000', '143553.099000', '143553.102000', '143553.104000', '143553.107000', '143553.110000', '143612.988000', '143612.991000', '143613.009000', '143613.012000', '143613.015000', '143613.017000', '143613.020000', '143613.023000', '143613.026000', '143613.029000', '143613.032000', '143613.035000', '143613.037000', '143613.040000', '143613.043000', '143613.046000', '143613.049000', '143613.052000', '143613.055000', '143613.057000', '143613.060000', '143613.063000', '143613.066000', '143613.069000', '143613.071000', '143613.074000', '143613.077000', '143613.080000', '143613.083000', '143613.086000', '143613.089000', '143613.092000', '143613.094000', '143613.097000', '143613.100000', '143613.103000', '143613.106000', '143613.109000', '143613.112000', '143613.114000', '143613.117000', '143613.120000', '143613.123000', '143613.126000', '143632.988000', '143632.991000', '143632.994000', '143632.996000', '143633.001000', '143633.003000', '143633.006000', '143633.009000', '143633.012000', '143633.015000', '143633.017000', '143633.020000', '143633.023000', '143633.026000', '143633.029000', '143633.032000', '143633.035000', '143633.037000', '143633.040000', '143633.043000', '143633.046000', '143633.049000', '143633.052000', '143633.055000', '143633.058000', '143633.060000', '143633.063000', '143633.066000', '143633.069000', '143633.072000', '143633.075000', '143633.077000', '143633.080000', '143633.083000', '143633.086000', '143633.089000', '143633.092000', '143633.095000', '143633.097000', '143633.100000', '143633.103000', '143633.106000', '143633.109000', '143652.988000', '143652.991000', '143652.994000', '143652.997000', '143653.001000', '143653.004000', '143653.006000', '143653.009000', '143653.012000', '143653.015000', '143653.019000', '143653.023000', '143653.026000', '143653.029000', '143653.032000', '143653.035000', '143653.037000', '143653.040000', '143653.043000', '143653.046000', '143653.049000', '143653.052000', '143653.055000', '143653.057000', '143653.060000', '143653.063000', '143653.066000', '143653.069000', '143653.072000', '143653.075000', '143653.077000', '143653.080000', '143653.083000', '143653.086000', '143653.089000', '143653.092000', '143653.094000', '143653.097000', '143653.100000', '143653.103000', '143653.106000', '143653.109000', '143653.111000', '143712.988000', '143712.991000', '143712.994000', '143712.996000', '143713.000000', '143713.003000', '143713.006000', '143713.009000', '143713.012000', '143713.014000', '143713.017000', '143713.020000', '143713.023000', '143713.026000', '143713.029000', '143713.032000', '143713.035000', '143713.038000', '143713.040000', '143713.043000', '143713.046000', '143713.049000', '143713.052000', '143713.055000', '143713.058000', '143713.060000', '143713.063000', '143713.066000', '143713.069000', '143713.072000', '143713.075000', '143713.077000', '143713.080000', '143713.083000', '143713.086000', '143713.089000', '143713.092000', '143713.095000', '143713.097000', '143713.100000', '143713.103000', '143713.106000', '143713.109000', '143713.112000', '143732.988000', '143732.991000', '143732.994000', '143732.997000', '143733.001000', '143733.003000', '143733.006000', '143733.009000', '143733.012000', '143733.015000', '143733.018000', '143733.021000', '143733.023000', '143733.026000', '143733.029000', '143733.032000', '143733.035000', '143733.038000', '143733.041000', '143733.043000', '143733.046000', '143733.049000', '143733.076000', '143733.079000', '143733.082000', '143733.085000', '143733.088000', '143733.090000', '143733.094000', '143733.096000', '143733.099000', '143733.102000', '143733.105000', '143733.108000', '143733.111000', '143733.113000', '143733.116000', '143733.119000', '143733.122000', '143733.125000', '143733.128000', '143733.131000', '143733.133000', '143736.108000', '143736.111000', '143736.114000', '143736.117000', '143736.120000', '143736.124000', '143736.128000'], 'InstanceCreationTime': ['143013.030000', '143013.033000', '143013.036000', '143013.039000', '143013.041000', '143013.044000', '143013.047000', '143013.050000', '143013.053000', '143013.056000', '143013.058000', '143013.061000', '143013.064000', '143013.067000', '143013.070000', '143013.073000', '143013.075000', '143013.078000', '143013.081000', '143013.084000', '143013.087000', '143013.090000', '143013.092000', '143013.095000', '143013.098000', '143013.101000', '143013.104000', '143013.107000', '143013.109000', '143013.112000', '143013.115000', '143013.118000', '143013.121000', '143013.130000', '143013.133000', '143013.136000', '143013.138000', '143013.141000', '143013.144000', '143013.147000', '143013.150000', '143013.153000', '143013.155000', '143013.158000', '143013.161000', '143013.164000', '143013.167000', '143013.169000', '143013.172000', '143013.175000', '143013.178000', '143013.181000', '143013.183000', '143032.988000', '143032.991000', '143032.994000', '143032.997000', '143033.000000', '143033.003000', '143033.006000', '143033.009000', '143033.012000', '143033.014000', '143033.017000', '143033.020000', '143033.023000', '143033.026000', '143033.029000', '143033.032000', '143033.034000', '143033.037000', '143033.040000', '143033.043000', '143033.046000', '143033.049000', '143033.052000', '143033.055000', '143033.058000', '143033.060000', '143033.063000', '143033.066000', '143033.069000', '143033.072000', '143033.075000', '143033.078000', '143033.080000', '143033.083000', '143033.086000', '143033.089000', '143033.092000', '143033.095000', '143033.097000', '143033.100000', '143033.103000', '143033.106000', '143033.109000', '143052.988000', '143052.991000', '143052.993000', '143052.996000', '143053.000000', '143053.003000', '143053.006000', '143053.008000', '143053.011000', '143053.014000', '143053.017000', '143053.020000', '143053.022000', '143053.025000', '143053.028000', '143053.031000', '143053.037000', '143053.040000', '143053.043000', '143053.046000', '143053.049000', '143053.051000', '143053.054000', '143053.057000', '143053.060000', '143053.063000', '143053.066000', '143053.069000', '143053.071000', '143053.074000', '143053.077000', '143053.080000', '143053.083000', '143053.086000', '143053.089000', '143053.091000', '143053.094000', '143053.097000', '143053.100000', '143053.103000', '143053.105000', '143053.108000', '143053.111000', '143053.114000', '143112.989000', '143112.992000', '143112.995000', '143112.998000', '143113.002000', '143113.004000', '143113.007000', '143113.010000', '143113.013000', '143113.016000', '143113.019000', '143113.022000', '143113.035000', '143113.038000', '143113.040000', '143113.043000', '143113.046000', '143113.049000', '143113.052000', '143113.055000', '143113.058000', '143113.061000', '143113.063000', '143113.066000', '143113.069000', '143113.072000', '143113.075000', '143113.078000', '143113.081000', '143113.083000', '143113.086000', '143113.089000', '143113.092000', '143113.095000', '143113.098000', '143113.101000', '143113.104000', '143113.107000', '143113.110000', '143113.112000', '143113.115000', '143113.118000', '143113.121000', '143132.988000', '143132.991000', '143132.994000', '143132.997000', '143133.000000', '143133.003000', '143133.006000', '143133.009000', '143133.012000', '143133.015000', '143133.018000', '143133.020000', '143133.023000', '143133.026000', '143133.029000', '143133.032000', '143133.035000', '143133.038000', '143133.040000', '143133.043000', '143133.046000', '143133.049000', '143133.054000', '143133.057000', '143133.060000', '143133.063000', '143133.066000', '143133.069000', '143133.071000', '143133.074000', '143133.077000', '143133.080000', '143133.083000', '143133.086000', '143133.089000', '143133.091000', '143133.094000', '143133.097000', '143133.100000', '143133.103000', '143133.106000', '143133.109000', '143133.111000', '143133.125000', '143152.988000', '143152.991000', '143152.994000', '143152.997000', '143153.000000', '143153.003000', '143153.006000', '143153.009000', '143153.012000', '143153.015000', '143153.018000', '143153.021000', '143153.024000', '143153.027000', '143153.030000', '143153.033000', '143153.036000', '143153.038000', '143153.041000', '143153.044000', '143153.047000', '143153.050000', '143153.053000', '143153.056000', '143153.058000', '143153.061000', '143153.064000', '143153.067000', '143153.070000', '143153.073000', '143153.076000', '143153.079000', '143153.082000', '143153.084000', '143153.089000', '143153.092000', '143153.095000', '143153.098000', '143153.101000', '143153.128000', '143153.131000', '143153.134000', '143153.137000', '143212.988000', '143212.991000', '143212.994000', '143212.996000', '143213.000000', '143213.003000', '143213.006000', '143213.009000', '143213.012000', '143213.015000', '143213.017000', '143213.020000', '143213.023000', '143213.026000', '143213.029000', '143213.032000', '143213.035000', '143213.037000', '143213.040000', '143213.043000', '143213.046000', '143213.049000', '143213.052000', '143213.054000', '143213.057000', '143213.060000', '143213.063000', '143213.066000', '143213.069000', '143213.071000', '143213.074000', '143213.077000', '143213.080000', '143213.083000', '143213.086000', '143213.088000', '143213.091000', '143213.094000', '143213.097000', '143213.100000', '143213.102000', '143213.105000', '143213.108000', '143213.111000', '143232.988000', '143232.991000', '143232.994000', '143232.997000', '143233.000000', '143233.003000', '143233.006000', '143233.009000', '143233.012000', '143233.015000', '143233.018000', '143233.021000', '143233.023000', '143233.026000', '143233.029000', '143233.032000', '143233.035000', '143233.038000', '143233.041000', '143233.043000', '143233.046000', '143233.049000', '143233.052000', '143233.055000', '143233.057000', '143233.060000', '143233.063000', '143233.066000', '143233.069000', '143233.072000', '143233.075000', '143233.077000', '143233.080000', '143233.085000', '143233.088000', '143233.092000', '143233.097000', '143233.100000', '143233.103000', '143233.106000', '143233.109000', '143233.112000', '143233.115000', '143252.988000', '143252.991000', '143252.993000', '143252.997000', '143253.000000', '143253.003000', '143253.006000', '143253.009000', '143253.012000', '143253.015000', '143253.018000', '143253.021000', '143253.023000', '143253.026000', '143253.029000', '143253.032000', '143253.035000', '143253.038000', '143253.040000', '143253.043000', '143253.046000', '143253.049000', '143253.052000', '143253.055000', '143253.057000', '143253.060000', '143253.063000', '143253.066000', '143253.069000', '143253.072000', '143253.074000', '143253.077000', '143253.080000', '143253.083000', '143253.086000', '143253.089000', '143253.092000', '143253.094000', '143253.097000', '143253.100000', '143253.103000', '143253.106000', '143253.109000', '143253.112000', '143312.988000', '143312.991000', '143312.994000', '143312.997000', '143313.000000', '143313.003000', '143313.006000', '143313.009000', '143313.012000', '143313.027000', '143313.030000', '143313.032000', '143313.035000', '143313.038000', '143313.041000', '143313.044000', '143313.047000', '143313.051000', '143313.054000', '143313.057000', '143313.059000', '143313.063000', '143313.065000', '143313.068000', '143313.071000', '143313.074000', '143313.077000', '143313.080000', '143313.083000', '143313.086000', '143313.088000', '143313.091000', '143313.094000', '143313.097000', '143313.100000', '143313.104000', '143313.109000', '143313.112000', '143313.115000', '143313.118000', '143313.121000', '143313.124000', '143313.127000', '143332.989000', '143332.992000', '143332.995000', '143332.998000', '143333.001000', '143333.004000', '143333.007000', '143333.010000', '143333.013000', '143333.016000', '143333.019000', '143333.022000', '143333.025000', '143333.027000', '143333.030000', '143333.033000', '143333.036000', '143333.039000', '143333.042000', '143333.045000', '143333.047000', '143333.050000', '143333.053000', '143333.056000', '143333.059000', '143333.062000', '143333.065000', '143333.068000', '143333.070000', '143333.073000', '143333.076000', '143333.079000', '143333.082000', '143333.085000', '143333.088000', '143333.091000', '143333.093000', '143333.096000', '143333.099000', '143333.102000', '143333.105000', '143333.108000', '143333.110000', '143333.113000', '143352.988000', '143352.991000', '143352.994000', '143352.997000', '143353.001000', '143353.003000', '143353.006000', '143353.009000', '143353.012000', '143353.015000', '143353.018000', '143353.021000', '143353.024000', '143353.026000', '143353.029000', '143353.032000', '143353.035000', '143353.038000', '143353.041000', '143353.043000', '143353.046000', '143353.049000', '143353.052000', '143353.055000', '143353.058000', '143353.061000', '143353.064000', '143353.066000', '143353.078000', '143353.081000', '143353.084000', '143353.087000', '143353.090000', '143353.093000', '143353.095000', '143353.098000', '143353.101000', '143353.104000', '143353.107000', '143353.110000', '143353.112000', '143353.115000', '143353.118000', '143412.988000', '143412.991000', '143412.994000', '143412.997000', '143413.000000', '143413.004000', '143413.006000', '143413.009000', '143413.012000', '143413.015000', '143413.018000', '143413.021000', '143413.023000', '143413.027000', '143413.029000', '143413.032000', '143413.035000', '143413.038000', '143413.041000', '143413.043000', '143413.046000', '143413.049000', '143413.052000', '143413.055000', '143413.058000', '143413.061000', '143413.063000', '143413.066000', '143413.069000', '143413.072000', '143413.075000', '143413.078000', '143413.080000', '143413.083000', '143413.086000', '143413.089000', '143413.092000', '143413.095000', '143413.098000', '143413.100000', '143413.103000', '143413.106000', '143413.109000', '143413.112000', '143432.988000', '143432.991000', '143432.994000', '143432.997000', '143433.001000', '143433.003000', '143433.006000', '143433.009000', '143433.012000', '143433.015000', '143433.017000', '143433.020000', '143433.023000', '143433.026000', '143433.029000', '143433.032000', '143433.035000', '143433.038000', '143433.040000', '143433.043000', '143433.046000', '143433.049000', '143433.052000', '143433.055000', '143433.058000', '143433.060000', '143433.063000', '143433.066000', '143433.069000', '143433.072000', '143433.075000', '143433.078000', '143433.080000', '143433.083000', '143433.104000', '143433.107000', '143433.110000', '143433.113000', '143433.116000', '143433.119000', '143433.122000', '143433.124000', '143433.127000', '143452.988000', '143452.991000', '143452.994000', '143452.996000', '143453.000000', '143453.003000', '143453.006000', '143453.009000', '143453.012000', '143453.015000', '143453.018000', '143453.020000', '143453.023000', '143453.026000', '143453.029000', '143453.032000', '143453.035000', '143453.038000', '143453.040000', '143453.043000', '143453.046000', '143453.049000', '143453.052000', '143453.055000', '143453.058000', '143453.061000', '143453.063000', '143453.066000', '143453.069000', '143453.072000', '143453.075000', '143453.078000', '143453.081000', '143453.083000', '143453.086000', '143453.089000', '143453.092000', '143453.095000', '143453.098000', '143453.101000', '143453.104000', '143453.106000', '143453.109000', '143453.112000', '143512.988000', '143512.991000', '143512.994000', '143512.997000', '143513.001000', '143513.003000', '143513.006000', '143513.009000', '143513.012000', '143513.015000', '143513.018000', '143513.021000', '143513.023000', '143513.026000', '143513.029000', '143513.032000', '143513.035000', '143513.037000', '143513.041000', '143513.043000', '143513.046000', '143513.049000', '143513.052000', '143513.055000', '143513.057000', '143513.060000', '143513.063000', '143513.066000', '143513.069000', '143513.071000', '143513.074000', '143513.077000', '143513.080000', '143513.083000', '143513.088000', '143513.091000', '143513.093000', '143513.096000', '143513.099000', '143513.102000', '143513.105000', '143513.108000', '143513.111000', '143532.988000', '143532.991000', '143532.994000', '143532.997000', '143533.000000', '143533.003000', '143533.006000', '143533.009000', '143533.012000', '143533.015000', '143533.017000', '143533.020000', '143533.023000', '143533.026000', '143533.029000', '143533.032000', '143533.035000', '143533.037000', '143533.040000', '143533.043000', '143533.046000', '143533.049000', '143533.052000', '143533.055000', '143533.057000', '143533.060000', '143533.063000', '143533.066000', '143533.069000', '143533.071000', '143533.074000', '143533.077000', '143533.080000', '143533.083000', '143533.086000', '143533.088000', '143533.091000', '143533.094000', '143533.097000', '143533.100000', '143533.102000', '143533.105000', '143533.108000', '143533.111000', '143552.989000', '143552.992000', '143552.995000', '143552.998000', '143553.002000', '143553.005000', '143553.007000', '143553.010000', '143553.013000', '143553.016000', '143553.019000', '143553.022000', '143553.024000', '143553.027000', '143553.030000', '143553.033000', '143553.036000', '143553.039000', '143553.042000', '143553.045000', '143553.048000', '143553.051000', '143553.053000', '143553.056000', '143553.059000', '143553.062000', '143553.065000', '143553.068000', '143553.070000', '143553.073000', '143553.076000', '143553.079000', '143553.082000', '143553.085000', '143553.088000', '143553.090000', '143553.093000', '143553.096000', '143553.099000', '143553.102000', '143553.104000', '143553.107000', '143553.110000', '143612.988000', '143612.991000', '143613.009000', '143613.012000', '143613.015000', '143613.017000', '143613.020000', '143613.023000', '143613.026000', '143613.029000', '143613.032000', '143613.035000', '143613.037000', '143613.040000', '143613.043000', '143613.046000', '143613.049000', '143613.052000', '143613.055000', '143613.057000', '143613.060000', '143613.063000', '143613.066000', '143613.069000', '143613.071000', '143613.074000', '143613.077000', '143613.080000', '143613.083000', '143613.086000', '143613.089000', '143613.092000', '143613.094000', '143613.097000', '143613.100000', '143613.103000', '143613.106000', '143613.109000', '143613.112000', '143613.114000', '143613.117000', '143613.120000', '143613.123000', '143613.126000', '143632.988000', '143632.991000', '143632.994000', '143632.996000', '143633.001000', '143633.003000', '143633.006000', '143633.009000', '143633.012000', '143633.015000', '143633.017000', '143633.020000', '143633.023000', '143633.026000', '143633.029000', '143633.032000', '143633.035000', '143633.037000', '143633.040000', '143633.043000', '143633.046000', '143633.049000', '143633.052000', '143633.055000', '143633.058000', '143633.060000', '143633.063000', '143633.066000', '143633.069000', '143633.072000', '143633.075000', '143633.077000', '143633.080000', '143633.083000', '143633.086000', '143633.089000', '143633.092000', '143633.095000', '143633.097000', '143633.100000', '143633.103000', '143633.106000', '143633.109000', '143652.988000', '143652.991000', '143652.994000', '143652.997000', '143653.001000', '143653.004000', '143653.006000', '143653.009000', '143653.012000', '143653.015000', '143653.019000', '143653.023000', '143653.026000', '143653.029000', '143653.032000', '143653.035000', '143653.037000', '143653.040000', '143653.043000', '143653.046000', '143653.049000', '143653.052000', '143653.055000', '143653.057000', '143653.060000', '143653.063000', '143653.066000', '143653.069000', '143653.072000', '143653.075000', '143653.077000', '143653.080000', '143653.083000', '143653.086000', '143653.089000', '143653.092000', '143653.094000', '143653.097000', '143653.100000', '143653.103000', '143653.106000', '143653.109000', '143653.111000', '143712.988000', '143712.991000', '143712.994000', '143712.996000', '143713.000000', '143713.003000', '143713.006000', '143713.009000', '143713.012000', '143713.014000', '143713.017000', '143713.020000', '143713.023000', '143713.026000', '143713.029000', '143713.032000', '143713.035000', '143713.038000', '143713.040000', '143713.043000', '143713.046000', '143713.049000', '143713.052000', '143713.055000', '143713.058000', '143713.060000', '143713.063000', '143713.066000', '143713.069000', '143713.072000', '143713.075000', '143713.077000', '143713.080000', '143713.083000', '143713.086000', '143713.089000', '143713.092000', '143713.095000', '143713.097000', '143713.100000', '143713.103000', '143713.106000', '143713.109000', '143713.112000', '143732.988000', '143732.991000', '143732.994000', '143732.997000', '143733.001000', '143733.003000', '143733.006000', '143733.009000', '143733.012000', '143733.015000', '143733.018000', '143733.021000', '143733.023000', '143733.026000', '143733.029000', '143733.032000', '143733.035000', '143733.038000', '143733.041000', '143733.043000', '143733.046000', '143733.049000', '143733.076000', '143733.079000', '143733.082000', '143733.085000', '143733.088000', '143733.090000', '143733.094000', '143733.096000', '143733.099000', '143733.102000', '143733.105000', '143733.108000', '143733.111000', '143733.113000', '143733.116000', '143733.119000', '143733.122000', '143733.125000', '143733.128000', '143733.131000', '143733.133000', '143736.108000', '143736.111000', '143736.114000', '143736.117000', '143736.120000', '143736.124000', '143736.128000'], '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': [9546, 10042, 10132, 9750, 10002, 10283, 9651, 11299, 9939, 11279, 10216, 11525, 9673, 10238, 9594, 9829, 9718, 9679, 9693, 10255, 9807, 10469, 9870, 10965, 9891, 10292, 9760, 10267, 9434, 9983, 9644, 10052, 9737, 10073, 10203, 10055, 10930, 9972, 11608, 8915, 9431, 9563, 9128, 10471, 9247, 11240, 9726, 12109, 10000, 14072, 9635, 12019, 9492, 11490, 9320, 11656, 9319, 11130, 9384, 10390, 9656, 10176, 8915, 11104, 9177, 12739, 9598, 12579, 9403, 11530, 9313, 10853, 8871, 12073, 8874, 12503, 9248, 13031, 9474, 12169, 9123, 12145, 9211, 12628, 9065, 10050, 9712, 8991, 9708, 9186, 9837, 10367, 9624, 13261, 9349, 12513, 9489, 10819, 9291, 10242, 9509, 13165, 9444, 11657, 9180, 11287, 9558, 10480, 9448, 10607, 9286, 9836, 9158, 9581, 8858, 9804, 9249, 9753, 10510, 9724, 10395, 9535, 10171, 9726, 12210, 9651, 12537, 9368, 11319, 9147, 10903, 8896, 10570, 8675, 11428, 9187, 11468, 9574, 11149, 9494, 10052, 8813, 9485, 9355, 9440, 9008, 9555, 8910, 9918, 8699, 9852, 9572, 9376, 10884, 9681, 11140, 9797, 13039, 9501, 11711, 9262, 11002, 9316, 10705, 8844, 9847, 9478, 9569, 9390, 9576, 9654, 10439, 9256, 11022, 9158, 11027, 9034, 11104, 9121, 11317, 9146, 11475, 9129, 11360, 9398, 10593, 9386, 10107, 9727, 10825, 9628, 10325, 9552, 10637, 9494, 10398, 9155, 9571, 9423, 9436, 9320, 9653, 9188, 9524, 8893, 9608, 8670, 9635, 9548, 9628, 9480, 9901, 8948, 9868, 10446, 9671, 13176, 9343, 11203, 8809, 10850, 8963, 10995, 9330, 10908, 9199, 10898, 9822, 10678, 9094, 9450, 9234, 9347, 9514, 9431, 9519, 9586, 8839, 9609, 9401, 9875, 11183, 9955, 12096, 9374, 10280, 9556, 9805, 9809, 9943, 10034, 12745, 9640, 13190, 9548, 11230, 9816, 9894, 9763, 12343, 9645, 11333, 9333, 11136, 9425, 11410, 9034, 11118, 9195, 10673, 9414, 10363, 9053, 10034, 9098, 10004, 9630, 9719, 8539, 9595, 9276, 9942, 11546, 9459, 10387, 9765, 10058, 9570, 9209, 9388, 12439, 9931, 11580, 9517, 10269, 9506, 9678, 8918, 9800, 9152, 9874, 10869, 9949, 13656, 9812, 14246, 9751, 11980, 9621, 11834, 9816, 11080, 9828, 10324, 9396, 10330, 8934, 10087, 9631, 9983, 9291, 9883, 9687, 9759, 9415, 9809, 9421, 9446, 8894, 9552, 9469, 9431, 9627, 9723, 9300, 10202, 9100, 9976, 9225, 11119, 9547, 8874, 9853, 8346, 9741, 8304, 9733, 8832, 9542, 9042, 9400, 9485, 9485, 9815, 10143, 9764, 10501, 9603, 10173, 8985, 11134, 9196, 12392, 9427, 9664, 9849, 9117, 9771, 9753, 9588, 9767, 10217, 9695, 10191, 9423, 10753, 9239, 10979, 9078, 12724, 9136, 10336, 9332, 9914, 9390, 9419, 9423, 8528, 9136, 9354, 9221, 9647, 9557, 9235, 10046, 8884, 11185, 9252, 11893, 9491, 10846, 9644, 9942, 9519, 9511, 9518, 9903, 9851, 9214, 9260, 9510, 12929, 8888, 11550, 9189, 10077, 9328, 10020, 10735, 9674, 10890, 9460, 10742, 9134, 10062, 9597, 9396, 9824, 9440, 9902, 9802, 9664, 9891, 9519, 10107, 8967, 10850, 8953, 11577, 9271, 11192, 8960, 11341, 8857, 11079, 8963, 11360, 9205, 11948, 9157, 12288, 9208, 12445, 9071, 10222, 9162, 9282, 9060, 9305, 9787, 9040, 9891, 9348, 9653, 9588, 9458, 8864, 9897, 9155, 9727, 9312, 9822, 8940, 9675, 9179, 9378, 8994, 10045, 8926, 10739, 9004, 10998, 8985, 10906, 9352, 10202, 8966, 10823, 8657, 11456, 9267, 11820, 9347, 10934, 9140, 10866, 8884, 11114, 9057, 12333, 9265, 12457, 9155, 12279, 9145, 10974, 9077, 10760, 8819, 10762, 8738, 12101, 9146, 9716, 9456, 9736, 9505, 10193, 9764, 12594, 9201, 13697, 8932, 12375, 8819, 10826, 8974, 10931, 8975, 10747, 9441, 10382, 9278, 10315, 8885, 10501, 8941, 10527, 8968, 10599, 8942, 10014, 8860, 11009, 9108, 11922, 8819, 11548, 9267, 12009, 8989, 11840, 9540, 10579, 9335, 9120, 9660, 9993, 9560, 9668, 9631, 11090, 9412, 12391, 9212, 12670, 8879, 12411, 9243, 12709, 9434, 12076, 9674, 11814, 9656, 12148, 10057, 11627, 9834, 12049, 9595, 14264, 9429, 14198, 9337, 12469, 9629, 11990, 9235, 11613, 9172, 11577, 9042, 12307, 9609, 10382, 9826, 9274, 9575, 9917, 9591, 9592, 9634, 9304, 9694, 9522, 9647, 9579, 9792, 9548, 9392, 9546, 9501, 9312, 10085, 9151, 10406, 8996, 10440, 9451, 10529, 9460, 10125, 9189, 10671, 9098, 10607, 9019, 10987, 9086, 10612, 9189, 11240, 9320, 10333, 9384, 9578, 9440, 9368, 9664, 9373, 9283, 9292, 9555, 9819, 10256, 9695, 10597, 9109, 10850, 9121, 11103, 9174, 10847, 9365, 11200, 9521, 11613, 9737, 10213, 9432, 9515, 9789, 10047, 9710, 10453, 9768, 10705, 9697, 9786, 9543, 9470, 10110, 9480, 10390, 9469, 10530, 9223, 10377, 9190, 10573, 8959, 12410, 9075, 10898, 9557, 10381, 9437, 10310, 9431, 9710, 9572, 9582, 9608, 9244, 9872, 9626, 10353, 9401, 10472, 9433, 10680, 9455, 10315, 9536, 10489, 8802, 11298, 8944, 12794, 9071, 12657, 9248, 12739, 9098, 12799, 9102, 10815, 9069, 10243, 9448, 9731, 9228, 9657, 9220, 10534, 9126, 10597, 9353, 8879, 9141, 9373, 9467, 9175, 9482, 9297, 9145, 9636, 9607, 9777, 10376, 9487, 11086, 9272, 11298, 9315, 11179, 9676, 11174, 8873, 11579, 9064, 13427, 9010, 12507, 9471, 12209, 9591, 12160, 9281, 11042, 9337, 9201, 9502, 9446, 9234, 9464, 9625, 9355, 9454, 9126, 9592, 9315, 9582, 9838, 10062, 9925, 10490, 9155, 11191, 9462, 12092, 9203, 13086, 9140, 12266, 9445, 10428, 9346, 9380, 9456, 9640, 11929, 9549, 10340, 9343, 10020, 9593, 9640, 9673, 9376, 9384, 9773, 10208, 9817, 10890, 8992, 11678, 9096, 12379, 9132, 13192, 9257, 10878, 9458, 9568, 9213, 9805, 10162, 10006, 10676, 9365, 10914, 9405, 10544, 9288, 12809, 9364, 10087, 9160, 9458, 9364, 9526, 9277, 9317, 9486, 9091, 9479, 9702, 9564, 9677, 10507, 9164, 11681, 9386, 12798, 9318, 13402, 9537, 12565, 9389, 10344, 9380, 9365, 9205, 9689, 10259, 9702, 10569, 9605, 10689, 9377, 10809, 9221, 11755, 9172, 9996, 9531, 10775, 9655, 11028, 9600, 10699, 9314, 9270, 9202, 9516, 9445, 9758, 10862, 9224, 11180, 9291, 11112, 8864, 12771, 9076, 10162, 9427, 9503, 9529, 9200, 9891, 9139, 10339, 9359, 10405, 9487, 10390, 9372, 10700, 8927, 12076, 9313, 12887, 9317, 11940, 9389, 10515, 9166, 9328, 9178, 9583, 10004, 9041, 11007, 8682, 11420, 9278, 11904, 9328, 12775, 9472, 10667, 9363, 9981, 9292, 9644, 10242, 8632, 11496, 9223, 11484, 9386, 12199, 9063, 11443, 8712, 12011, 9648, 13934, 9033, 9478, 9520, 8828, 13029, 9203, 12991, 9422, 10692, 9342, 9647, 9114, 9530, 10820, 9574, 11053, 9316, 11404, 9033, 11513, 8762, 11492, 8921, 13404, 9337, 10820, 9401, 10122, 9319, 9944, 9408, 10397, 9404, 9633, 9388, 9461, 9272, 9144, 9672, 9900, 9401, 10658, 9584, 11644, 9409, 10718, 9199, 9089, 9050, 8988, 9075, 9399, 9273, 9904, 10421, 9442, 11056, 9469, 11043, 9270, 10928, 9555, 9726, 9789, 9393, 10656, 9322, 9516, 9263, 9164, 9297, 9526, 10033, 9009, 9655], 'WindowCenter': [4276.0, 4260.0, 4245.0, 4231.0, 4229.0, 4225.0, 4216.0, 4223.0, 4201.0, 4222.0, 4211.0, 4222.0, 4200.0, 4212.0, 4203.0, 4214.0, 4201.0, 4204.0, 4202.0, 4201.0, 4189.0, 4200.0, 4187.0, 4212.0, 4188.0, 4200.0, 4188.0, 4186.0, 4175.0, 4173.0, 4161.0, 4174.0, 4163.0, 4185.0, 4184.0, 4186.0, 4197.0, 4200.0, 4209.0, 4190.0, 4189.0, 4201.0, 4191.0, 4197.0, 4188.0, 4208.0, 4202.0, 4219.0, 4212.0, 4244.0, 4201.0, 4222.0, 4202.0, 4212.0, 4192.0, 4209.0, 4191.0, 4209.0, 4192.0, 4227.0, 4216.0, 4212.0, 4193.0, 4222.0, 4204.0, 4244.0, 4217.0, 4244.0, 4206.0, 4235.0, 4221.0, 4238.0, 4206.0, 4235.0, 4206.0, 4234.0, 4217.0, 4245.0, 4217.0, 4236.0, 4217.0, 4247.0, 4232.0, 4260.0, 4218.0, 4216.0, 4231.0, 4206.0, 4215.0, 4216.0, 4218.0, 4213.0, 4220.0, 4270.0, 4218.0, 4245.0, 4213.0, 4223.0, 4201.0, 4213.0, 4216.0, 4244.0, 4216.0, 4234.0, 4205.0, 4239.0, 4228.0, 4227.0, 4204.0, 4212.0, 4191.0, 4202.0, 4190.0, 4204.0, 4191.0, 4213.0, 4203.0, 4218.0, 4227.0, 4214.0, 4211.0, 4204.0, 4211.0, 4204.0, 4222.0, 4204.0, 4234.0, 4204.0, 4224.0, 4204.0, 4236.0, 4217.0, 4214.0, 4195.0, 4237.0, 4202.0, 4222.0, 4200.0, 4223.0, 4202.0, 4228.0, 4217.0, 4217.0, 4204.0, 4202.0, 4191.0, 4213.0, 4202.0, 4229.0, 4206.0, 4227.0, 4228.0, 4218.0, 4236.0, 4215.0, 4223.0, 4214.0, 4230.0, 4215.0, 4223.0, 4191.0, 4212.0, 4191.0, 4226.0, 4205.0, 4212.0, 4211.0, 4213.0, 4201.0, 4201.0, 4213.0, 4224.0, 4216.0, 4250.0, 4230.0, 4249.0, 4218.0, 4234.0, 4206.0, 4223.0, 4203.0, 4222.0, 4203.0, 4221.0, 4203.0, 4225.0, 4217.0, 4213.0, 4203.0, 4211.0, 4200.0, 4209.0, 4202.0, 4210.0, 4199.0, 4211.0, 4203.0, 4216.0, 4204.0, 4201.0, 4191.0, 4201.0, 4191.0, 4203.0, 4191.0, 4204.0, 4181.0, 4216.0, 4214.0, 4214.0, 4202.0, 4213.0, 4191.0, 4215.0, 4212.0, 4214.0, 4232.0, 4204.0, 4237.0, 4206.0, 4223.0, 4194.0, 4212.0, 4204.0, 4223.0, 4205.0, 4224.0, 4213.0, 4225.0, 4218.0, 4217.0, 4206.0, 4203.0, 4202.0, 4203.0, 4202.0, 4206.0, 4193.0, 4214.0, 4191.0, 4215.0, 4222.0, 4217.0, 4246.0, 4206.0, 4213.0, 4213.0, 4202.0, 4213.0, 4201.0, 4213.0, 4232.0, 4216.0, 4246.0, 4217.0, 4223.0, 4214.0, 4202.0, 4213.0, 4231.0, 4204.0, 4236.0, 4215.0, 4224.0, 4204.0, 4236.0, 4203.0, 4222.0, 4200.0, 4212.0, 4202.0, 4226.0, 4204.0, 4203.0, 4192.0, 4201.0, 4202.0, 4215.0, 4182.0, 4203.0, 4191.0, 4229.0, 4235.0, 4215.0, 4214.0, 4203.0, 4202.0, 4214.0, 4203.0, 4203.0, 4233.0, 4201.0, 4210.0, 4189.0, 4211.0, 4201.0, 4204.0, 4192.0, 4214.0, 4191.0, 4202.0, 4199.0, 4189.0, 4231.0, 4190.0, 4203.0, 4164.0, 4182.0, 4162.0, 4181.0, 4161.0, 4181.0, 4173.0, 4173.0, 4162.0, 4171.0, 4149.0, 4172.0, 4172.0, 4185.0, 4164.0, 4185.0, 4175.0, 4187.0, 4177.0, 4201.0, 4203.0, 4201.0, 4189.0, 4199.0, 4201.0, 4191.0, 4201.0, 4200.0, 4201.0, 4225.0, 4207.0, 4213.0, 4205.0, 4222.0, 4215.0, 4203.0, 4215.0, 4194.0, 4215.0, 4184.0, 4218.0, 4218.0, 4216.0, 4204.0, 4205.0, 4202.0, 4214.0, 4213.0, 4214.0, 4214.0, 4225.0, 4227.0, 4225.0, 4205.0, 4224.0, 4204.0, 4233.0, 4203.0, 4203.0, 4215.0, 4205.0, 4216.0, 4204.0, 4204.0, 4213.0, 4214.0, 4204.0, 4214.0, 4203.0, 4223.0, 4216.0, 4224.0, 4206.0, 4244.0, 4214.0, 4212.0, 4215.0, 4212.0, 4216.0, 4214.0, 4215.0, 4204.0, 4216.0, 4214.0, 4215.0, 4215.0, 4214.0, 4204.0, 4215.0, 4217.0, 4235.0, 4206.0, 4233.0, 4205.0, 4213.0, 4201.0, 4201.0, 4203.0, 4201.0, 4214.0, 4214.0, 4213.0, 4203.0, 4202.0, 4200.0, 4245.0, 4204.0, 4231.0, 4191.0, 4201.0, 4202.0, 4202.0, 4223.0, 4200.0, 4212.0, 4200.0, 4213.0, 4202.0, 4200.0, 4190.0, 4178.0, 4188.0, 4188.0, 4200.0, 4200.0, 4201.0, 4211.0, 4202.0, 4201.0, 4192.0, 4223.0, 4203.0, 4221.0, 4204.0, 4222.0, 4193.0, 4224.0, 4204.0, 4223.0, 4205.0, 4221.0, 4202.0, 4220.0, 4203.0, 4222.0, 4204.0, 4247.0, 4218.0, 4224.0, 4203.0, 4201.0, 4191.0, 4202.0, 4214.0, 4192.0, 4212.0, 4192.0, 4216.0, 4215.0, 4202.0, 4191.0, 4202.0, 4189.0, 4199.0, 4187.0, 4201.0, 4180.0, 4201.0, 4204.0, 4204.0, 4205.0, 4200.0, 4190.0, 4210.0, 4190.0, 4209.0, 4190.0, 4209.0, 4203.0, 4212.0, 4193.0, 4210.0, 4180.0, 4209.0, 4201.0, 4219.0, 4200.0, 4209.0, 4193.0, 4224.0, 4207.0, 4223.0, 4192.0, 4230.0, 4190.0, 4217.0, 4201.0, 4234.0, 4190.0, 4210.0, 4192.0, 4223.0, 4203.0, 4212.0, 4180.0, 4219.0, 4191.0, 4189.0, 4201.0, 4200.0, 4203.0, 4200.0, 4203.0, 4246.0, 4204.0, 4242.0, 4190.0, 4218.0, 4179.0, 4208.0, 4179.0, 4209.0, 4189.0, 4209.0, 4201.0, 4210.0, 4192.0, 4198.0, 4190.0, 4211.0, 4188.0, 4210.0, 4192.0, 4211.0, 4206.0, 4214.0, 4204.0, 4221.0, 4204.0, 4232.0, 4205.0, 4221.0, 4204.0, 4246.0, 4218.0, 4249.0, 4217.0, 4224.0, 4215.0, 4204.0, 4213.0, 4212.0, 4204.0, 4190.0, 4201.0, 4211.0, 4202.0, 4233.0, 4205.0, 4233.0, 4205.0, 4234.0, 4203.0, 4230.0, 4190.0, 4207.0, 4188.0, 4221.0, 4201.0, 4205.0, 4173.0, 4182.0, 4161.0, 4178.0, 4161.0, 4189.0, 4148.0, 4189.0, 4149.0, 4178.0, 4160.0, 4180.0, 4150.0, 4179.0, 4160.0, 4192.0, 4176.0, 4204.0, 4174.0, 4183.0, 4172.0, 4164.0, 4175.0, 4184.0, 4173.0, 4174.0, 4175.0, 4176.0, 4186.0, 4176.0, 4187.0, 4187.0, 4187.0, 4202.0, 4201.0, 4188.0, 4188.0, 4188.0, 4199.0, 4191.0, 4199.0, 4189.0, 4210.0, 4200.0, 4224.0, 4216.0, 4213.0, 4191.0, 4208.0, 4189.0, 4211.0, 4193.0, 4222.0, 4192.0, 4226.0, 4216.0, 4224.0, 4204.0, 4213.0, 4203.0, 4213.0, 4215.0, 4204.0, 4215.0, 4203.0, 4217.0, 4229.0, 4229.0, 4223.0, 4214.0, 4213.0, 4222.0, 4205.0, 4224.0, 4204.0, 4223.0, 4204.0, 4225.0, 4216.0, 4234.0, 4212.0, 4221.0, 4202.0, 4209.0, 4216.0, 4202.0, 4201.0, 4200.0, 4202.0, 4212.0, 4215.0, 4227.0, 4201.0, 4199.0, 4190.0, 4188.0, 4200.0, 4189.0, 4199.0, 4189.0, 4201.0, 4203.0, 4225.0, 4204.0, 4209.0, 4192.0, 4229.0, 4190.0, 4208.0, 4203.0, 4212.0, 4203.0, 4214.0, 4204.0, 4214.0, 4215.0, 4214.0, 4202.0, 4192.0, 4202.0, 4201.0, 4212.0, 4190.0, 4211.0, 4193.0, 4212.0, 4204.0, 4228.0, 4226.0, 4222.0, 4191.0, 4221.0, 4192.0, 4230.0, 4202.0, 4231.0, 4203.0, 4243.0, 4205.0, 4247.0, 4206.0, 4223.0, 4204.0, 4211.0, 4203.0, 4201.0, 4204.0, 4201.0, 4204.0, 4226.0, 4216.0, 4224.0, 4204.0, 4203.0, 4205.0, 4204.0, 4215.0, 4203.0, 4216.0, 4216.0, 4218.0, 4216.0, 4214.0, 4215.0, 4213.0, 4215.0, 4224.0, 4204.0, 4222.0, 4204.0, 4226.0, 4216.0, 4234.0, 4202.0, 4222.0, 4204.0, 4241.0, 4204.0, 4232.0, 4203.0, 4221.0, 4202.0, 4244.0, 4205.0, 4222.0, 4202.0, 4190.0, 4201.0, 4199.0, 4202.0, 4200.0, 4203.0, 4203.0, 4215.0, 4204.0, 4215.0, 4230.0, 4228.0, 4229.0, 4214.0, 4215.0, 4214.0, 4205.0, 4222.0, 4215.0, 4234.0, 4206.0, 4243.0, 4207.0, 4248.0, 4217.0, 4226.0, 4205.0, 4203.0, 4201.0, 4202.0, 4233.0, 4215.0, 4213.0, 4217.0, 4214.0, 4216.0, 4205.0, 4216.0, 4218.0, 4217.0, 4214.0, 4212.0, 4200.0, 4211.0, 4191.0, 4222.0, 4192.0, 4230.0, 4202.0, 4244.0, 4205.0, 4223.0, 4202.0, 4202.0, 4202.0, 4202.0, 4212.0, 4213.0, 4211.0, 4201.0, 4223.0, 4217.0, 4226.0, 4214.0, 4244.0, 4205.0, 4212.0, 4201.0, 4202.0, 4204.0, 4213.0, 4215.0, 4204.0, 4215.0, 4206.0, 4228.0, 4229.0, 4216.0, 4202.0, 4211.0, 4191.0, 4220.0, 4201.0, 4231.0, 4193.0, 4230.0, 4201.0, 4233.0, 4205.0, 4213.0, 4202.0, 4191.0, 4201.0, 4201.0, 4212.0, 4201.0, 4223.0, 4202.0, 4224.0, 4216.0, 4225.0, 4205.0, 4232.0, 4203.0, 4201.0, 4203.0, 4211.0, 4204.0, 4211.0, 4216.0, 4225.0, 4204.0, 4202.0, 4202.0, 4202.0, 4202.0, 4204.0, 4223.0, 4203.0, 4225.0, 4205.0, 4236.0, 4207.0, 4244.0, 4205.0, 4214.0, 4202.0, 4200.0, 4202.0, 4191.0, 4213.0, 4191.0, 4212.0, 4202.0, 4226.0, 4215.0, 4212.0, 4192.0, 4200.0, 4179.0, 4219.0, 4190.0, 4228.0, 4202.0, 4222.0, 4202.0, 4223.0, 4214.0, 4214.0, 4215.0, 4212.0, 4213.0, 4192.0, 4222.0, 4194.0, 4221.0, 4203.0, 4221.0, 4203.0, 4231.0, 4203.0, 4224.0, 4215.0, 4215.0, 4202.0, 4200.0, 4198.0, 4179.0, 4209.0, 4190.0, 4210.0, 4191.0, 4220.0, 4189.0, 4211.0, 4180.0, 4222.0, 4206.0, 4229.0, 4190.0, 4200.0, 4202.0, 4190.0, 4229.0, 4203.0, 4244.0, 4218.0, 4226.0, 4215.0, 4203.0, 4192.0, 4202.0, 4213.0, 4216.0, 4224.0, 4202.0, 4223.0, 4192.0, 4235.0, 4206.0, 4224.0, 4194.0, 4231.0, 4193.0, 4209.0, 4192.0, 4200.0, 4192.0, 4201.0, 4205.0, 4227.0, 4204.0, 4203.0, 4203.0, 4190.0, 4192.0, 4190.0, 4203.0, 4199.0, 4192.0, 4210.0, 4205.0, 4223.0, 4191.0, 4199.0, 4189.0, 4190.0, 4193.0, 4204.0, 4194.0, 4216.0, 4217.0, 4228.0, 4224.0, 4215.0, 4225.0, 4203.0, 4224.0, 4191.0, 4212.0, 4188.0, 4200.0, 4201.0, 4204.0, 4212.0, 4190.0, 4189.0, 4188.0, 4189.0, 4200.0, 4202.0, 4203.0, 4190.0, 4204.0], 'WindowWidth': [9479.0, 9443.0, 9408.0, 9380.0, 9375.0, 9359.0, 9349.0, 9349.0, 9318.0, 9350.0, 9333.0, 9344.0, 9315.0, 9334.0, 9322.0, 9341.0, 9320.0, 9326.0, 9319.0, 9317.0, 9297.0, 9312.0, 9288.0, 9335.0, 9293.0, 9311.0, 9294.0, 9287.0, 9269.0, 9264.0, 9243.0, 9265.0, 9248.0, 9282.0, 9279.0, 9287.0, 9302.0, 9312.0, 9322.0, 9300.0, 9299.0, 9316.0, 9304.0, 9304.0, 9293.0, 9320.0, 9321.0, 9336.0, 9334.0, 9377.0, 9317.0, 9343.0, 9316.0, 9328.0, 9304.0, 9323.0, 9302.0, 9323.0, 9304.0, 9363.0, 9346.0, 9335.0, 9310.0, 9345.0, 9327.0, 9379.0, 9351.0, 9380.0, 9332.0, 9371.0, 9362.0, 9381.0, 9336.0, 9368.0, 9331.0, 9366.0, 9351.0, 9383.0, 9349.0, 9372.0, 9350.0, 9389.0, 9378.0, 9415.0, 9356.0, 9347.0, 9378.0, 9334.0, 9345.0, 9346.0, 9352.0, 9339.0, 9357.0, 9428.0, 9354.0, 9385.0, 9339.0, 9350.0, 9321.0, 9336.0, 9347.0, 9381.0, 9348.0, 9368.0, 9331.0, 9381.0, 9369.0, 9364.0, 9327.0, 9334.0, 9304.0, 9321.0, 9302.0, 9328.0, 9304.0, 9339.0, 9321.0, 9354.0, 9363.0, 9342.0, 9330.0, 9325.0, 9329.0, 9325.0, 9346.0, 9325.0, 9364.0, 9327.0, 9353.0, 9327.0, 9374.0, 9352.0, 9340.0, 9313.0, 9374.0, 9319.0, 9345.0, 9315.0, 9348.0, 9319.0, 9365.0, 9352.0, 9351.0, 9328.0, 9323.0, 9306.0, 9338.0, 9323.0, 9368.0, 9335.0, 9364.0, 9368.0, 9353.0, 9374.0, 9345.0, 9351.0, 9340.0, 9357.0, 9342.0, 9349.0, 9305.0, 9334.0, 9303.0, 9360.0, 9331.0, 9337.0, 9336.0, 9339.0, 9319.0, 9321.0, 9339.0, 9355.0, 9348.0, 9402.0, 9376.0, 9399.0, 9356.0, 9369.0, 9332.0, 9350.0, 9322.0, 9348.0, 9323.0, 9345.0, 9322.0, 9357.0, 9349.0, 9339.0, 9321.0, 9329.0, 9315.0, 9327.0, 9318.0, 9330.0, 9312.0, 9333.0, 9325.0, 9347.0, 9327.0, 9318.0, 9303.0, 9318.0, 9302.0, 9323.0, 9304.0, 9326.0, 9290.0, 9347.0, 9343.0, 9340.0, 9319.0, 9339.0, 9304.0, 9342.0, 9333.0, 9339.0, 9360.0, 9328.0, 9378.0, 9334.0, 9352.0, 9312.0, 9333.0, 9326.0, 9349.0, 9329.0, 9354.0, 9336.0, 9356.0, 9354.0, 9351.0, 9333.0, 9326.0, 9320.0, 9325.0, 9321.0, 9331.0, 9309.0, 9341.0, 9305.0, 9340.0, 9346.0, 9349.0, 9387.0, 9332.0, 9337.0, 9338.0, 9319.0, 9337.0, 9318.0, 9339.0, 9361.0, 9345.0, 9386.0, 9347.0, 9349.0, 9341.0, 9321.0, 9338.0, 9358.0, 9326.0, 9375.0, 9344.0, 9355.0, 9327.0, 9372.0, 9327.0, 9347.0, 9316.0, 9332.0, 9321.0, 9359.0, 9328.0, 9322.0, 9306.0, 9317.0, 9318.0, 9344.0, 9293.0, 9323.0, 9304.0, 9369.0, 9372.0, 9343.0, 9339.0, 9322.0, 9318.0, 9340.0, 9324.0, 9326.0, 9363.0, 9318.0, 9327.0, 9298.0, 9330.0, 9317.0, 9326.0, 9307.0, 9339.0, 9304.0, 9317.0, 9308.0, 9294.0, 9357.0, 9296.0, 9306.0, 9250.0, 9273.0, 9243.0, 9268.0, 9241.0, 9269.0, 9263.0, 9264.0, 9245.0, 9258.0, 9226.0, 9261.0, 9261.0, 9283.0, 9252.0, 9285.0, 9271.0, 9290.0, 9277.0, 9319.0, 9325.0, 9318.0, 9298.0, 9311.0, 9314.0, 9303.0, 9318.0, 9316.0, 9319.0, 9356.0, 9338.0, 9339.0, 9329.0, 9348.0, 9343.0, 9325.0, 9343.0, 9312.0, 9343.0, 9299.0, 9351.0, 9354.0, 9348.0, 9327.0, 9330.0, 9321.0, 9340.0, 9336.0, 9339.0, 9338.0, 9357.0, 9365.0, 9358.0, 9331.0, 9352.0, 9326.0, 9363.0, 9325.0, 9323.0, 9341.0, 9332.0, 9347.0, 9327.0, 9326.0, 9336.0, 9340.0, 9327.0, 9338.0, 9324.0, 9351.0, 9346.0, 9356.0, 9332.0, 9381.0, 9342.0, 9337.0, 9344.0, 9336.0, 9347.0, 9343.0, 9345.0, 9328.0, 9348.0, 9343.0, 9345.0, 9345.0, 9342.0, 9328.0, 9346.0, 9350.0, 9370.0, 9331.0, 9364.0, 9330.0, 9334.0, 9320.0, 9317.0, 9322.0, 9318.0, 9342.0, 9341.0, 9336.0, 9321.0, 9321.0, 9316.0, 9381.0, 9328.0, 9358.0, 9303.0, 9316.0, 9322.0, 9318.0, 9350.0, 9315.0, 9334.0, 9312.0, 9338.0, 9320.0, 9313.0, 9296.0, 9280.0, 9293.0, 9295.0, 9311.0, 9313.0, 9316.0, 9333.0, 9323.0, 9316.0, 9308.0, 9347.0, 9324.0, 9345.0, 9326.0, 9347.0, 9310.0, 9354.0, 9327.0, 9351.0, 9330.0, 9346.0, 9321.0, 9340.0, 9322.0, 9345.0, 9326.0, 9391.0, 9354.0, 9355.0, 9325.0, 9318.0, 9307.0, 9321.0, 9343.0, 9306.0, 9335.0, 9306.0, 9344.0, 9343.0, 9323.0, 9303.0, 9318.0, 9297.0, 9313.0, 9292.0, 9314.0, 9285.0, 9316.0, 9325.0, 9329.0, 9328.0, 9315.0, 9301.0, 9328.0, 9302.0, 9324.0, 9298.0, 9323.0, 9323.0, 9336.0, 9311.0, 9325.0, 9287.0, 9324.0, 9316.0, 9338.0, 9315.0, 9324.0, 9308.0, 9356.0, 9334.0, 9352.0, 9307.0, 9353.0, 9302.0, 9333.0, 9318.0, 9366.0, 9301.0, 9327.0, 9308.0, 9352.0, 9325.0, 9331.0, 9287.0, 9336.0, 9302.0, 9296.0, 9317.0, 9313.0, 9323.0, 9313.0, 9321.0, 9388.0, 9328.0, 9375.0, 9301.0, 9334.0, 9283.0, 9319.0, 9282.0, 9323.0, 9297.0, 9323.0, 9317.0, 9329.0, 9306.0, 9309.0, 9301.0, 9328.0, 9298.0, 9326.0, 9308.0, 9332.0, 9333.0, 9339.0, 9327.0, 9345.0, 9326.0, 9359.0, 9328.0, 9344.0, 9327.0, 9387.0, 9354.0, 9395.0, 9351.0, 9356.0, 9343.0, 9325.0, 9337.0, 9334.0, 9326.0, 9299.0, 9318.0, 9329.0, 9322.0, 9361.0, 9329.0, 9362.0, 9328.0, 9365.0, 9323.0, 9353.0, 9300.0, 9318.0, 9295.0, 9342.0, 9319.0, 9312.0, 9265.0, 9272.0, 9241.0, 9260.0, 9242.0, 9277.0, 9221.0, 9277.0, 9225.0, 9262.0, 9238.0, 9265.0, 9227.0, 9262.0, 9240.0, 9287.0, 9275.0, 9309.0, 9267.0, 9277.0, 9262.0, 9251.0, 9270.0, 9279.0, 9267.0, 9266.0, 9270.0, 9270.0, 9288.0, 9273.0, 9291.0, 9289.0, 9292.0, 9318.0, 9317.0, 9295.0, 9293.0, 9293.0, 9309.0, 9300.0, 9309.0, 9297.0, 9325.0, 9312.0, 9351.0, 9346.0, 9335.0, 9304.0, 9323.0, 9300.0, 9329.0, 9308.0, 9346.0, 9308.0, 9361.0, 9349.0, 9354.0, 9327.0, 9335.0, 9326.0, 9337.0, 9345.0, 9327.0, 9343.0, 9325.0, 9350.0, 9371.0, 9369.0, 9354.0, 9341.0, 9339.0, 9348.0, 9329.0, 9352.0, 9325.0, 9349.0, 9328.0, 9356.0, 9348.0, 9368.0, 9335.0, 9344.0, 9321.0, 9326.0, 9348.0, 9319.0, 9319.0, 9313.0, 9319.0, 9332.0, 9345.0, 9362.0, 9319.0, 9310.0, 9300.0, 9293.0, 9314.0, 9295.0, 9311.0, 9296.0, 9315.0, 9323.0, 9356.0, 9327.0, 9326.0, 9305.0, 9350.0, 9302.0, 9324.0, 9324.0, 9333.0, 9326.0, 9336.0, 9325.0, 9343.0, 9345.0, 9341.0, 9320.0, 9305.0, 9320.0, 9316.0, 9333.0, 9302.0, 9331.0, 9309.0, 9332.0, 9327.0, 9365.0, 9362.0, 9349.0, 9306.0, 9342.0, 9308.0, 9355.0, 9323.0, 9357.0, 9325.0, 9376.0, 9332.0, 9390.0, 9333.0, 9348.0, 9326.0, 9330.0, 9325.0, 9319.0, 9328.0, 9318.0, 9327.0, 9361.0, 9346.0, 9353.0, 9327.0, 9323.0, 9329.0, 9324.0, 9344.0, 9325.0, 9345.0, 9347.0, 9353.0, 9347.0, 9340.0, 9342.0, 9337.0, 9342.0, 9352.0, 9327.0, 9349.0, 9326.0, 9360.0, 9349.0, 9369.0, 9323.0, 9347.0, 9326.0, 9371.0, 9327.0, 9360.0, 9323.0, 9344.0, 9320.0, 9383.0, 9330.0, 9350.0, 9320.0, 9301.0, 9318.0, 9312.0, 9319.0, 9313.0, 9324.0, 9322.0, 9343.0, 9327.0, 9345.0, 9373.0, 9369.0, 9368.0, 9342.0, 9341.0, 9338.0, 9328.0, 9347.0, 9343.0, 9366.0, 9331.0, 9376.0, 9334.0, 9393.0, 9349.0, 9359.0, 9328.0, 9324.0, 9318.0, 9322.0, 9363.0, 9343.0, 9339.0, 9349.0, 9342.0, 9347.0, 9329.0, 9349.0, 9355.0, 9349.0, 9339.0, 9334.0, 9315.0, 9328.0, 9304.0, 9345.0, 9305.0, 9353.0, 9320.0, 9380.0, 9331.0, 9350.0, 9321.0, 9320.0, 9319.0, 9319.0, 9334.0, 9336.0, 9333.0, 9319.0, 9350.0, 9349.0, 9360.0, 9343.0, 9380.0, 9329.0, 9333.0, 9320.0, 9321.0, 9326.0, 9337.0, 9346.0, 9327.0, 9345.0, 9334.0, 9367.0, 9368.0, 9346.0, 9321.0, 9329.0, 9302.0, 9341.0, 9319.0, 9356.0, 9308.0, 9353.0, 9316.0, 9363.0, 9331.0, 9339.0, 9322.0, 9304.0, 9319.0, 9317.0, 9335.0, 9319.0, 9350.0, 9321.0, 9355.0, 9349.0, 9358.0, 9330.0, 9361.0, 9324.0, 9318.0, 9324.0, 9330.0, 9327.0, 9330.0, 9344.0, 9357.0, 9328.0, 9321.0, 9321.0, 9320.0, 9322.0, 9325.0, 9351.0, 9324.0, 9354.0, 9331.0, 9374.0, 9337.0, 9381.0, 9329.0, 9337.0, 9321.0, 9314.0, 9322.0, 9303.0, 9336.0, 9303.0, 9335.0, 9319.0, 9359.0, 9344.0, 9335.0, 9307.0, 9311.0, 9283.0, 9335.0, 9299.0, 9348.0, 9321.0, 9346.0, 9321.0, 9352.0, 9342.0, 9341.0, 9342.0, 9336.0, 9336.0, 9309.0, 9346.0, 9311.0, 9345.0, 9322.0, 9344.0, 9323.0, 9358.0, 9323.0, 9357.0, 9346.0, 9341.0, 9320.0, 9315.0, 9310.0, 9286.0, 9324.0, 9300.0, 9327.0, 9303.0, 9339.0, 9299.0, 9327.0, 9289.0, 9345.0, 9331.0, 9348.0, 9302.0, 9313.0, 9321.0, 9300.0, 9351.0, 9320.0, 9379.0, 9353.0, 9361.0, 9343.0, 9322.0, 9307.0, 9320.0, 9335.0, 9345.0, 9352.0, 9321.0, 9348.0, 9308.0, 9369.0, 9335.0, 9353.0, 9311.0, 9356.0, 9309.0, 9324.0, 9305.0, 9313.0, 9306.0, 9316.0, 9327.0, 9362.0, 9328.0, 9323.0, 9322.0, 9300.0, 9306.0, 9299.0, 9322.0, 9310.0, 9306.0, 9326.0, 9328.0, 9351.0, 9304.0, 9310.0, 9300.0, 9299.0, 9310.0, 9326.0, 9315.0, 9346.0, 9352.0, 9366.0, 9353.0, 9342.0, 9357.0, 9325.0, 9352.0, 9303.0, 9334.0, 9295.0, 9314.0, 9315.0, 9326.0, 9335.0, 9301.0, 9297.0, 9298.0, 9297.0, 9316.0, 9319.0, 9323.0, 9301.0, 9326.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.0011406811451135244</td></tr>
<tr><td colspan=3>aqi</td><td>0.020934669990128333</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.84060325557313</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2508057511758894</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0016282278162056</td></tr>
<tr><td colspan=3>efc</td><td>0.4652</td></tr>
<tr><td colspan=3>fber</td><td>5083.6543</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11369180461143474</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.403751233958539</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6277050613756185</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.617630028499928</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.810855569347617</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4546295862793115</td></tr>
<tr><td colspan=3>gcor</td><td>0.016294</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014054897241294384</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020780233666300774</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1013</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.772968676989824</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>38.4966</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.0723</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2062</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304542.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>802.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.0822</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1176</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.0328</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3423.261</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3622.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4549.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.9801</td></tr>
<tr><td colspan=3>tsnr</td><td>40.20172418374568</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>