<?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-0038_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-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038/ses-01/func/sub-0038_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>74b2bfd320ab107ddbe053f9a5580ba5</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:10:6.127500</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.998292, 0.0056223, 0.0581442, -0.00993167, 0.997202, 0.0740941]</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.0991189</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7757, -7150, 563, -102, -76, -90, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.254</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>52e04c7a-9553-44c7-8c50-376e0c6619a3||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.6783454418182373, -0.026645949110388756, 0.1554252654314041, 108.57020568847656], [-0.015084225684404373, 2.675419569015503, 0.201271653175354, -94.95915222167969], [0.15599662065505981, -0.1987890899181366, 2.687997817993164, -26.424989700317383], [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': ['141006.127500', '141006.587500', '141007.047500', '141007.507500', '141007.967500', '141008.427500', '141008.887500', '141009.347500', '141009.807500', '141010.267500', '141010.727500', '141011.187500', '141011.647500', '141012.107500', '141012.567500', '141013.027500', '141013.487500', '141013.947500', '141014.407500', '141014.867500', '141015.327500', '141015.787500', '141016.247500', '141016.707500', '141017.167500', '141017.627500', '141018.087500', '141018.547500', '141019.007500', '141019.467500', '141019.927500', '141020.387500', '141020.847500', '141021.307500', '141021.767500', '141022.227500', '141022.687500', '141023.147500', '141023.607500', '141024.067500', '141024.527500', '141024.987500', '141025.447500', '141025.907500', '141026.367500', '141026.827500', '141027.287500', '141027.747500', '141028.207500', '141028.667500', '141029.127500', '141029.587500', '141030.047500', '141030.507500', '141030.967500', '141031.427500', '141031.887500', '141032.347500', '141032.807500', '141033.267500', '141033.727500', '141034.187500', '141034.647500', '141035.107500', '141035.567500', '141036.027500', '141036.487500', '141036.947500', '141037.407500', '141037.867500', '141038.327500', '141038.787500', '141039.247500', '141039.707500', '141040.167500', '141040.627500', '141041.087500', '141041.547500', '141042.007500', '141042.467500', '141042.927500', '141043.387500', '141043.847500', '141044.307500', '141044.767500', '141045.227500', '141045.687500', '141046.147500', '141046.607500', '141047.067500', '141047.527500', '141047.987500', '141048.447500', '141048.907500', '141049.367500', '141049.827500', '141050.287500', '141050.747500', '141051.207500', '141051.667500', '141052.127500', '141052.587500', '141053.047500', '141053.507500', '141053.967500', '141054.427500', '141054.887500', '141055.347500', '141055.807500', '141056.267500', '141056.727500', '141057.187500', '141057.647500', '141058.107500', '141058.567500', '141059.027500', '141059.487500', '141059.947500', '141100.407500', '141100.867500', '141101.327500', '141101.787500', '141102.247500', '141102.707500', '141103.167500', '141103.627500', '141104.087500', '141104.547500', '141105.007500', '141105.467500', '141105.927500', '141106.387500', '141106.847500', '141107.307500', '141107.767500', '141108.227500', '141108.687500', '141109.147500', '141109.607500', '141110.067500', '141110.527500', '141110.987500', '141111.447500', '141111.907500', '141112.367500', '141112.827500', '141113.287500', '141113.747500', '141114.207500', '141114.667500', '141115.127500', '141115.587500', '141116.047500', '141116.507500', '141116.967500', '141117.427500', '141117.887500', '141118.347500', '141118.807500', '141119.267500', '141119.727500', '141120.187500', '141120.647500', '141121.107500', '141121.567500', '141122.027500', '141122.487500', '141122.947500', '141123.407500', '141123.867500', '141124.327500', '141124.787500', '141125.247500', '141125.707500', '141126.167500', '141126.627500', '141127.087500', '141127.547500', '141128.007500', '141128.467500', '141128.927500', '141129.387500', '141129.847500', '141130.307500', '141130.767500', '141131.227500', '141131.687500', '141132.147500', '141132.607500', '141133.067500', '141133.527500', '141133.987500', '141134.447500', '141134.907500', '141135.367500', '141135.827500', '141136.287500', '141136.747500', '141137.207500', '141137.667500', '141138.127500', '141138.587500', '141139.047500', '141139.507500', '141139.967500', '141140.427500', '141140.887500', '141141.347500', '141141.807500', '141142.267500', '141142.727500', '141143.187500', '141143.647500', '141144.107500', '141144.567500', '141145.027500', '141145.487500', '141145.947500', '141146.407500', '141146.867500', '141147.327500', '141147.787500', '141148.247500', '141148.707500', '141149.167500', '141149.627500', '141150.087500', '141150.547500', '141151.007500', '141151.467500', '141151.927500', '141152.387500', '141152.847500', '141153.307500', '141153.767500', '141154.227500', '141154.687500', '141155.147500', '141155.607500', '141156.067500', '141156.527500', '141156.987500', '141157.447500', '141157.907500', '141158.367500', '141158.827500', '141159.287500', '141159.747500', '141200.207500', '141200.667500', '141201.127500', '141201.587500', '141202.047500', '141202.507500', '141202.967500', '141203.427500', '141203.887500', '141204.347500', '141204.807500', '141205.267500', '141205.727500', '141206.187500', '141206.647500', '141207.107500', '141207.567500', '141208.027500', '141208.487500', '141208.947500', '141209.407500', '141209.867500', '141210.327500', '141210.787500', '141211.247500', '141211.707500', '141212.167500', '141212.627500', '141213.087500', '141213.547500', '141214.007500', '141214.467500', '141214.927500', '141215.387500', '141215.847500', '141216.307500', '141216.767500', '141217.227500', '141217.687500', '141218.147500', '141218.607500', '141219.067500', '141219.527500', '141219.987500', '141220.447500', '141220.907500', '141221.367500', '141221.827500', '141222.287500', '141222.747500', '141223.207500', '141223.667500', '141224.127500', '141224.587500', '141225.047500', '141225.507500', '141225.967500', '141226.427500', '141226.887500', '141227.347500', '141227.807500', '141228.267500', '141228.727500', '141229.187500', '141229.647500', '141230.107500', '141230.567500', '141231.027500', '141231.487500', '141231.947500', '141232.407500', '141232.867500', '141233.327500', '141233.787500', '141234.247500', '141234.707500', '141235.167500', '141235.627500', '141236.087500', '141236.547500', '141237.007500', '141237.467500', '141237.927500', '141238.387500', '141238.847500', '141239.307500', '141239.767500', '141240.227500', '141240.687500', '141241.147500', '141241.607500', '141242.067500', '141242.527500', '141242.987500', '141243.447500', '141243.907500', '141244.367500', '141244.827500', '141245.287500', '141245.747500', '141246.207500', '141246.667500', '141247.127500', '141247.587500', '141248.047500', '141248.507500', '141248.967500', '141249.427500', '141249.887500', '141250.347500', '141250.807500', '141251.267500', '141251.727500', '141252.187500', '141252.647500', '141253.107500', '141253.567500', '141254.027500', '141254.487500', '141254.947500', '141255.407500', '141255.867500', '141256.327500', '141256.787500', '141257.247500', '141257.707500', '141258.167500', '141258.627500', '141259.087500', '141259.547500', '141300.007500', '141300.467500', '141300.927500', '141301.387500', '141301.847500', '141302.307500', '141302.767500', '141303.227500', '141303.687500', '141304.147500', '141304.607500', '141305.067500', '141305.527500', '141305.987500', '141306.447500', '141306.907500', '141307.367500', '141307.827500', '141308.287500', '141308.747500', '141309.207500', '141309.667500', '141310.127500', '141310.587500', '141311.047500', '141311.507500', '141311.967500', '141312.427500', '141312.887500', '141313.347500', '141313.807500', '141314.267500', '141314.727500', '141315.187500', '141315.647500', '141316.107500', '141316.567500', '141317.027500', '141317.487500', '141317.947500', '141318.407500', '141318.867500', '141319.327500', '141319.787500', '141320.247500', '141320.707500', '141321.167500', '141321.627500', '141322.087500', '141322.547500', '141323.007500', '141323.467500', '141323.927500', '141324.387500', '141324.847500', '141325.307500', '141325.767500', '141326.227500', '141326.687500', '141327.147500', '141327.607500', '141328.067500', '141328.527500', '141328.987500', '141329.447500', '141329.907500', '141330.367500', '141330.827500', '141331.287500', '141331.747500', '141332.207500', '141332.667500', '141333.127500', '141333.587500', '141334.047500', '141334.507500', '141334.967500', '141335.427500', '141335.887500', '141336.347500', '141336.807500', '141337.267500', '141337.727500', '141338.187500', '141338.647500', '141339.107500', '141339.567500', '141340.027500', '141340.487500', '141340.947500', '141341.407500', '141341.867500', '141342.327500', '141342.787500', '141343.247500', '141343.707500', '141344.167500', '141344.627500', '141345.087500', '141345.547500', '141346.007500', '141346.467500', '141346.927500', '141347.387500', '141347.847500', '141348.307500', '141348.767500', '141349.227500', '141349.687500', '141350.147500', '141350.607500', '141351.067500', '141351.527500', '141351.987500', '141352.447500', '141352.907500', '141353.367500', '141353.827500', '141354.287500', '141354.747500', '141355.207500', '141355.667500', '141356.127500', '141356.587500', '141357.047500', '141357.507500', '141357.967500', '141358.427500', '141358.887500', '141359.347500', '141359.807500', '141400.267500', '141400.727500', '141401.187500', '141401.647500', '141402.107500', '141402.567500', '141403.027500', '141403.487500', '141403.947500', '141404.407500', '141404.867500', '141405.327500', '141405.787500', '141406.247500', '141406.707500', '141407.167500', '141407.627500', '141408.087500', '141408.547500', '141409.007500', '141409.467500', '141409.927500', '141410.387500', '141410.847500', '141411.307500', '141411.767500', '141412.227500', '141412.687500', '141413.147500', '141413.607500', '141414.067500', '141414.527500', '141414.987500', '141415.447500', '141415.907500', '141416.367500', '141416.827500', '141417.287500', '141417.747500', '141418.207500', '141418.667500', '141419.127500', '141419.587500', '141420.047500', '141420.507500', '141420.967500', '141421.427500', '141421.887500', '141422.347500', '141422.807500', '141423.267500', '141423.727500', '141424.187500', '141424.647500', '141425.107500', '141425.567500', '141426.027500', '141426.487500', '141426.947500', '141427.407500', '141427.867500', '141428.327500', '141428.787500', '141429.247500', '141429.707500', '141430.167500', '141430.627500', '141431.087500', '141431.547500', '141432.007500', '141432.467500', '141432.927500', '141433.387500', '141433.847500', '141434.307500', '141434.767500', '141435.227500', '141435.687500', '141436.147500', '141436.607500', '141437.067500', '141437.527500', '141437.987500', '141438.447500', '141438.907500', '141439.367500', '141439.827500', '141440.287500', '141440.747500', '141441.207500', '141441.667500', '141442.127500', '141442.587500', '141443.047500', '141443.507500', '141443.967500', '141444.427500', '141444.887500', '141445.347500', '141445.807500', '141446.267500', '141446.727500', '141447.187500', '141447.647500', '141448.107500', '141448.567500', '141449.027500', '141449.487500', '141449.947500', '141450.407500', '141450.867500', '141451.327500', '141451.787500', '141452.247500', '141452.707500', '141453.167500', '141453.627500', '141454.087500', '141454.547500', '141455.007500', '141455.467500', '141455.927500', '141456.387500', '141456.847500', '141457.307500', '141457.767500', '141458.227500', '141458.687500', '141459.147500', '141459.607500', '141500.067500', '141500.527500', '141500.987500', '141501.447500', '141501.907500', '141502.367500', '141502.827500', '141503.287500', '141503.747500', '141504.207500', '141504.667500', '141505.127500', '141505.587500', '141506.047500', '141506.507500', '141506.967500', '141507.427500', '141507.887500', '141508.347500', '141508.807500', '141509.267500', '141509.727500', '141510.187500', '141510.647500', '141511.107500', '141511.567500', '141512.027500', '141512.487500', '141512.947500', '141513.407500', '141513.867500', '141514.327500', '141514.787500', '141515.247500', '141515.707500', '141516.167500', '141516.627500', '141517.087500', '141517.547500', '141518.007500', '141518.467500', '141518.927500', '141519.387500', '141519.847500', '141520.307500', '141520.767500', '141521.227500', '141521.687500', '141522.147500', '141522.607500', '141523.067500', '141523.527500', '141523.987500', '141524.447500', '141524.907500', '141525.367500', '141525.827500', '141526.287500', '141526.747500', '141527.207500', '141527.667500', '141528.127500', '141528.587500', '141529.047500', '141529.507500', '141529.967500', '141530.427500', '141530.887500', '141531.347500', '141531.807500', '141532.267500', '141532.727500', '141533.187500', '141533.647500', '141534.107500', '141534.567500', '141535.027500', '141535.487500', '141535.947500', '141536.407500', '141536.867500', '141537.327500', '141537.787500', '141538.247500', '141538.707500', '141539.167500', '141539.627500', '141540.087500', '141540.547500', '141541.007500', '141541.467500', '141541.927500', '141542.387500', '141542.847500', '141543.307500', '141543.767500', '141544.227500', '141544.687500', '141545.147500', '141545.607500', '141546.067500', '141546.527500', '141546.987500', '141547.447500', '141547.907500', '141548.367500', '141548.827500', '141549.287500', '141549.747500', '141550.207500', '141550.667500', '141551.127500', '141551.587500', '141552.047500', '141552.507500', '141552.967500', '141553.427500', '141553.887500', '141554.347500', '141554.807500', '141555.267500', '141555.727500', '141556.187500', '141556.647500', '141557.107500', '141557.567500', '141558.027500', '141558.487500', '141558.947500', '141559.407500', '141559.867500', '141600.327500', '141600.787500', '141601.247500', '141601.707500', '141602.167500', '141602.627500', '141603.087500', '141603.547500', '141604.007500', '141604.467500', '141604.927500', '141605.387500', '141605.847500', '141606.307500', '141606.767500', '141607.227500', '141607.687500', '141608.147500', '141608.607500', '141609.067500', '141609.527500', '141609.987500', '141610.447500', '141610.907500', '141611.367500', '141611.827500', '141612.287500', '141612.747500', '141613.207500', '141613.667500', '141614.127500', '141614.587500', '141615.047500', '141615.507500', '141615.967500', '141616.427500', '141616.887500', '141617.347500', '141617.807500', '141618.267500', '141618.727500', '141619.187500', '141619.647500', '141620.107500', '141620.567500', '141621.027500', '141621.487500', '141621.947500', '141622.407500', '141622.867500', '141623.327500', '141623.787500', '141624.247500', '141624.707500', '141625.167500', '141625.627500', '141626.087500', '141626.547500', '141627.007500', '141627.467500', '141627.927500', '141628.387500', '141628.847500', '141629.307500', '141629.767500', '141630.227500', '141630.687500', '141631.147500', '141631.607500', '141632.067500', '141632.527500', '141632.987500', '141633.447500', '141633.907500', '141634.367500', '141634.827500', '141635.287500', '141635.747500', '141636.207500', '141636.667500', '141637.127500', '141637.587500', '141638.047500', '141638.507500', '141638.967500', '141639.427500', '141639.887500', '141640.347500', '141640.807500', '141641.267500', '141641.727500', '141642.187500', '141642.647500', '141643.107500', '141643.567500', '141644.027500', '141644.487500', '141644.947500', '141645.407500', '141645.867500', '141646.327500', '141646.787500', '141647.247500', '141647.707500', '141648.167500', '141648.627500', '141649.087500', '141649.547500', '141650.007500', '141650.467500', '141650.927500', '141651.387500', '141651.847500', '141652.307500', '141652.767500', '141653.227500', '141653.687500', '141654.147500', '141654.607500', '141655.067500', '141655.527500', '141655.987500', '141656.447500', '141656.907500', '141657.367500', '141657.827500', '141658.287500', '141658.747500', '141659.207500', '141659.667500', '141700.127500', '141700.587500', '141701.047500', '141701.507500', '141701.967500', '141702.427500', '141702.887500', '141703.347500', '141703.807500', '141704.267500', '141704.727500', '141705.187500', '141705.647500', '141706.107500', '141706.567500', '141707.027500', '141707.487500', '141707.947500', '141708.407500', '141708.867500', '141709.327500', '141709.787500', '141710.247500', '141710.707500', '141711.167500', '141711.627500', '141712.087500', '141712.547500', '141713.007500', '141713.467500', '141713.927500', '141714.387500', '141714.847500', '141715.307500', '141715.767500', '141716.227500', '141716.687500', '141717.147500', '141717.607500', '141718.067500', '141718.527500', '141718.987500', '141719.447500', '141719.907500', '141720.367500', '141720.827500', '141721.287500', '141721.747500', '141722.207500', '141722.667500', '141723.127500', '141723.587500', '141724.047500', '141724.507500', '141724.967500', '141725.427500', '141725.887500', '141726.347500', '141726.807500', '141727.267500', '141727.727500', '141728.187500', '141728.647500', '141729.107500', '141729.567500', '141730.027500', '141730.487500', '141730.947500', '141731.407500', '141731.867500', '141732.327500', '141732.787500', '141733.247500', '141733.707500', '141734.167500', '141734.627500', '141735.087500', '141735.547500', '141736.007500', '141736.467500', '141736.927500', '141737.387500', '141737.847500', '141738.307500', '141738.767500', '141739.227500', '141739.687500', '141740.147500', '141740.607500', '141741.067500', '141741.527500', '141741.987500', '141742.447500', '141742.907500', '141743.367500', '141743.827500', '141744.287500', '141744.747500', '141745.207500', '141745.667500', '141746.127500', '141746.587500', '141747.047500', '141747.507500', '141747.967500', '141748.427500', '141748.887500', '141749.347500', '141749.807500', '141750.267500', '141750.727500', '141751.187500', '141751.647500', '141752.107500', '141752.567500', '141753.027500'], 'ContentTime': ['141035.245000', '141035.248000', '141035.252000', '141035.255000', '141035.258000', '141035.261000', '141035.264000', '141035.267000', '141035.270000', '141035.273000', '141035.276000', '141035.284000', '141035.287000', '141035.290000', '141035.293000', '141035.296000', '141035.299000', '141035.301000', '141035.304000', '141035.307000', '141035.310000', '141035.313000', '141035.316000', '141035.319000', '141035.322000', '141035.325000', '141035.328000', '141035.331000', '141035.334000', '141035.337000', '141035.341000', '141035.344000', '141035.346000', '141035.349000', '141035.352000', '141035.355000', '141035.358000', '141035.361000', '141035.364000', '141035.367000', '141035.370000', '141035.373000', '141035.375000', '141035.379000', '141035.381000', '141035.384000', '141035.387000', '141035.390000', '141035.393000', '141035.396000', '141035.408000', '141035.411000', '141035.414000', '141035.416000', '141035.419000', '141035.422000', '141035.425000', '141035.428000', '141035.431000', '141035.434000', '141035.437000', '141055.194000', '141055.197000', '141055.200000', '141055.203000', '141055.206000', '141055.209000', '141055.211000', '141055.214000', '141055.217000', '141055.220000', '141055.223000', '141055.226000', '141055.229000', '141055.231000', '141055.234000', '141055.237000', '141055.240000', '141055.243000', '141055.245000', '141055.248000', '141055.251000', '141055.254000', '141055.257000', '141055.260000', '141055.263000', '141055.266000', '141055.268000', '141055.271000', '141055.274000', '141055.277000', '141055.280000', '141055.283000', '141055.285000', '141055.288000', '141055.291000', '141055.294000', '141055.297000', '141055.300000', '141055.302000', '141055.305000', '141055.308000', '141055.311000', '141055.314000', '141055.317000', '141115.194000', '141115.197000', '141115.200000', '141115.203000', '141115.206000', '141115.209000', '141115.211000', '141115.214000', '141115.217000', '141115.230000', '141115.232000', '141115.235000', '141115.238000', '141115.241000', '141115.244000', '141115.247000', '141115.250000', '141115.253000', '141115.255000', '141115.258000', '141115.261000', '141115.264000', '141115.267000', '141115.270000', '141115.273000', '141115.276000', '141115.279000', '141115.281000', '141115.284000', '141115.287000', '141115.290000', '141115.293000', '141115.296000', '141115.299000', '141115.302000', '141115.305000', '141115.308000', '141115.311000', '141115.314000', '141115.317000', '141115.320000', '141115.322000', '141115.325000', '141135.194000', '141135.197000', '141135.200000', '141135.203000', '141135.205000', '141135.208000', '141135.211000', '141135.214000', '141135.217000', '141135.220000', '141135.223000', '141135.226000', '141135.228000', '141135.231000', '141135.234000', '141135.237000', '141135.240000', '141135.243000', '141135.246000', '141135.248000', '141135.251000', '141135.254000', '141135.257000', '141135.260000', '141135.263000', '141135.266000', '141135.269000', '141135.271000', '141135.274000', '141135.277000', '141135.280000', '141135.283000', '141135.286000', '141135.289000', '141135.291000', '141135.294000', '141135.297000', '141135.300000', '141135.303000', '141135.306000', '141135.309000', '141135.311000', '141135.314000', '141135.317000', '141155.194000', '141155.298000', '141155.301000', '141155.303000', '141155.306000', '141155.321000', '141155.324000', '141155.327000', '141155.339000', '141155.342000', '141155.345000', '141155.348000', '141155.350000', '141155.353000', '141155.356000', '141155.359000', '141155.362000', '141155.365000', '141155.368000', '141155.370000', '141155.373000', '141155.376000', '141155.379000', '141155.382000', '141155.385000', '141155.388000', '141155.390000', '141155.393000', '141155.396000', '141155.399000', '141155.402000', '141155.405000', '141155.408000', '141155.410000', '141155.413000', '141155.416000', '141155.419000', '141155.422000', '141155.426000', '141155.429000', '141155.431000', '141155.434000', '141155.437000', '141215.194000', '141215.197000', '141215.200000', '141215.203000', '141215.205000', '141215.209000', '141215.211000', '141215.214000', '141215.217000', '141215.220000', '141215.223000', '141215.226000', '141215.228000', '141215.231000', '141215.234000', '141215.237000', '141215.240000', '141215.243000', '141215.246000', '141215.249000', '141215.251000', '141215.254000', '141215.257000', '141215.260000', '141215.263000', '141215.271000', '141215.273000', '141215.276000', '141215.279000', '141215.282000', '141215.285000', '141215.288000', '141215.291000', '141215.294000', '141215.297000', '141215.299000', '141215.302000', '141215.305000', '141215.308000', '141215.311000', '141215.314000', '141215.317000', '141215.319000', '141215.322000', '141235.194000', '141235.197000', '141235.200000', '141235.203000', '141235.206000', '141235.208000', '141235.211000', '141235.214000', '141235.217000', '141235.220000', '141235.223000', '141235.226000', '141235.229000', '141235.231000', '141235.234000', '141235.237000', '141235.240000', '141235.243000', '141235.246000', '141235.249000', '141235.252000', '141235.254000', '141235.258000', '141235.262000', '141235.265000', '141235.268000', '141235.270000', '141235.273000', '141235.276000', '141235.279000', '141235.282000', '141235.285000', '141235.288000', '141235.291000', '141235.294000', '141235.297000', '141235.299000', '141235.302000', '141235.305000', '141235.308000', '141235.311000', '141235.314000', '141235.317000', '141255.194000', '141255.197000', '141255.200000', '141255.202000', '141255.206000', '141255.208000', '141255.211000', '141255.214000', '141255.217000', '141255.220000', '141255.223000', '141255.226000', '141255.229000', '141255.232000', '141255.234000', '141255.238000', '141255.241000', '141255.244000', '141255.246000', '141255.249000', '141255.252000', '141255.255000', '141255.258000', '141255.261000', '141255.264000', '141255.267000', '141255.269000', '141255.272000', '141255.275000', '141255.278000', '141255.281000', '141255.283000', '141255.287000', '141255.289000', '141255.292000', '141255.295000', '141255.298000', '141255.301000', '141255.304000', '141255.306000', '141255.309000', '141255.312000', '141255.315000', '141255.318000', '141315.194000', '141315.301000', '141315.304000', '141315.307000', '141315.310000', '141315.312000', '141315.315000', '141315.318000', '141315.321000', '141315.324000', '141315.327000', '141315.330000', '141315.333000', '141315.335000', '141315.338000', '141315.341000', '141315.344000', '141315.347000', '141315.350000', '141315.353000', '141315.356000', '141315.359000', '141315.362000', '141315.365000', '141315.368000', '141315.370000', '141315.373000', '141315.376000', '141315.379000', '141315.382000', '141315.385000', '141315.388000', '141315.391000', '141315.394000', '141315.396000', '141315.399000', '141315.402000', '141315.405000', '141315.408000', '141315.411000', '141315.414000', '141315.416000', '141315.419000', '141335.194000', '141335.209000', '141335.212000', '141335.215000', '141335.218000', '141335.221000', '141335.224000', '141335.227000', '141335.229000', '141335.232000', '141335.235000', '141335.238000', '141335.241000', '141335.244000', '141335.246000', '141335.249000', '141335.252000', '141335.255000', '141335.258000', '141335.261000', '141335.264000', '141335.267000', '141335.269000', '141335.272000', '141335.275000', '141335.278000', '141335.281000', '141335.284000', '141335.287000', '141335.290000', '141335.293000', '141335.296000', '141335.298000', '141335.301000', '141335.304000', '141335.307000', '141335.310000', '141335.313000', '141335.316000', '141335.318000', '141335.321000', '141335.324000', '141335.327000', '141335.330000', '141355.194000', '141355.197000', '141355.200000', '141355.203000', '141355.206000', '141355.209000', '141355.211000', '141355.214000', '141355.217000', '141355.220000', '141355.223000', '141355.226000', '141355.229000', '141355.232000', '141355.234000', '141355.237000', '141355.240000', '141355.243000', '141355.246000', '141355.249000', '141355.251000', '141355.254000', '141355.258000', '141355.260000', '141355.263000', '141355.266000', '141355.269000', '141355.272000', '141355.275000', '141355.278000', '141355.281000', '141355.284000', '141355.286000', '141355.289000', '141355.292000', '141355.295000', '141355.299000', '141355.302000', '141355.305000', '141355.308000', '141355.311000', '141355.314000', '141355.316000', '141415.194000', '141415.197000', '141415.200000', '141415.203000', '141415.205000', '141415.208000', '141415.211000', '141415.214000', '141415.217000', '141415.220000', '141415.223000', '141415.226000', '141415.228000', '141415.231000', '141415.234000', '141415.237000', '141415.240000', '141415.243000', '141415.246000', '141415.248000', '141415.251000', '141415.254000', '141415.257000', '141415.260000', '141415.263000', '141415.266000', '141415.269000', '141415.272000', '141415.275000', '141415.277000', '141415.280000', '141415.283000', '141415.286000', '141415.289000', '141415.292000', '141415.295000', '141415.298000', '141415.300000', '141415.303000', '141415.306000', '141415.309000', '141415.312000', '141415.315000', '141415.318000', '141435.194000', '141435.197000', '141435.200000', '141435.203000', '141435.206000', '141435.208000', '141435.211000', '141435.214000', '141435.217000', '141435.220000', '141435.223000', '141435.226000', '141435.229000', '141435.231000', '141435.234000', '141435.237000', '141435.240000', '141435.243000', '141435.246000', '141435.249000', '141435.252000', '141435.254000', '141435.257000', '141435.260000', '141435.263000', '141435.266000', '141435.269000', '141435.272000', '141435.275000', '141435.278000', '141435.280000', '141435.283000', '141435.286000', '141435.289000', '141435.292000', '141435.295000', '141435.298000', '141435.300000', '141435.303000', '141435.306000', '141435.309000', '141435.312000', '141435.315000', '141455.194000', '141455.197000', '141455.200000', '141455.203000', '141455.206000', '141455.209000', '141455.211000', '141455.214000', '141455.217000', '141455.220000', '141455.223000', '141455.226000', '141455.229000', '141455.232000', '141455.234000', '141455.237000', '141455.240000', '141455.243000', '141455.246000', '141455.249000', '141455.252000', '141455.255000', '141455.257000', '141455.260000', '141455.263000', '141455.266000', '141455.274000', '141455.277000', '141455.280000', '141455.283000', '141455.286000', '141455.288000', '141455.291000', '141455.294000', '141455.297000', '141455.300000', '141455.303000', '141455.306000', '141455.309000', '141455.311000', '141455.314000', '141455.317000', '141455.320000', '141455.323000', '141515.194000', '141515.197000', '141515.200000', '141515.203000', '141515.206000', '141515.209000', '141515.211000', '141515.214000', '141515.217000', '141515.220000', '141515.223000', '141515.226000', '141515.229000', '141515.232000', '141515.234000', '141515.237000', '141515.240000', '141515.243000', '141515.246000', '141515.249000', '141515.252000', '141515.255000', '141515.257000', '141515.260000', '141515.263000', '141515.266000', '141515.269000', '141515.272000', '141515.275000', '141515.278000', '141515.280000', '141515.283000', '141515.286000', '141515.289000', '141515.292000', '141515.295000', '141515.298000', '141515.301000', '141515.303000', '141515.306000', '141515.309000', '141515.312000', '141515.315000', '141535.194000', '141535.214000', '141535.217000', '141535.220000', '141535.223000', '141535.226000', '141535.229000', '141535.232000', '141535.235000', '141535.237000', '141535.240000', '141535.243000', '141535.246000', '141535.249000', '141535.252000', '141535.255000', '141535.258000', '141535.261000', '141535.263000', '141535.266000', '141535.269000', '141535.272000', '141535.275000', '141535.278000', '141535.281000', '141535.284000', '141535.288000', '141535.291000', '141535.294000', '141535.297000', '141535.300000', '141535.303000', '141535.306000', '141535.309000', '141535.312000', '141535.314000', '141535.317000', '141535.320000', '141535.323000', '141535.326000', '141535.329000', '141535.332000', '141535.335000', '141555.194000', '141555.239000', '141555.242000', '141555.245000', '141555.248000', '141555.251000', '141555.254000', '141555.257000', '141555.260000', '141555.262000', '141555.265000', '141555.268000', '141555.271000', '141555.274000', '141555.277000', '141555.280000', '141555.282000', '141555.285000', '141555.288000', '141555.291000', '141555.294000', '141555.297000', '141555.300000', '141555.303000', '141555.306000', '141555.308000', '141555.311000', '141555.314000', '141555.317000', '141555.320000', '141555.329000', '141555.332000', '141555.335000', '141555.338000', '141555.340000', '141555.343000', '141555.346000', '141555.349000', '141555.352000', '141555.355000', '141555.358000', '141555.361000', '141555.363000', '141555.366000', '141615.194000', '141615.197000', '141615.200000', '141615.204000', '141615.208000', '141615.211000', '141615.213000', '141615.216000', '141615.219000', '141615.222000', '141615.225000', '141615.228000', '141615.231000', '141615.234000', '141615.236000', '141615.239000', '141615.242000', '141615.245000', '141615.248000', '141615.251000', '141615.254000', '141615.256000', '141615.259000', '141615.262000', '141615.265000', '141615.268000', '141615.271000', '141615.274000', '141615.277000', '141615.279000', '141615.282000', '141615.285000', '141615.288000', '141615.291000', '141615.294000', '141615.297000', '141615.300000', '141615.317000', '141615.320000', '141615.330000', '141615.333000', '141615.336000', '141615.339000', '141635.194000', '141635.197000', '141635.200000', '141635.203000', '141635.206000', '141635.208000', '141635.211000', '141635.214000', '141635.217000', '141635.220000', '141635.223000', '141635.226000', '141635.228000', '141635.231000', '141635.234000', '141635.237000', '141635.240000', '141635.243000', '141635.246000', '141635.248000', '141635.251000', '141635.254000', '141635.257000', '141635.260000', '141635.263000', '141635.266000', '141635.269000', '141635.271000', '141635.274000', '141635.277000', '141635.280000', '141635.283000', '141635.286000', '141635.289000', '141635.292000', '141635.294000', '141635.297000', '141635.300000', '141635.303000', '141635.306000', '141635.309000', '141635.311000', '141635.314000', '141635.317000', '141655.194000', '141655.197000', '141655.200000', '141655.203000', '141655.206000', '141655.211000', '141655.214000', '141655.218000', '141655.221000', '141655.224000', '141655.227000', '141655.230000', '141655.232000', '141655.235000', '141655.238000', '141655.241000', '141655.244000', '141655.247000', '141655.250000', '141655.253000', '141655.255000', '141655.258000', '141655.261000', '141655.264000', '141655.267000', '141655.270000', '141655.273000', '141655.275000', '141655.278000', '141655.281000', '141655.284000', '141655.287000', '141655.290000', '141655.293000', '141655.296000', '141655.299000', '141655.301000', '141655.304000', '141655.307000', '141655.310000', '141655.313000', '141655.316000', '141655.319000', '141715.194000', '141715.235000', '141715.237000', '141715.240000', '141715.243000', '141715.246000', '141715.249000', '141715.252000', '141715.255000', '141715.258000', '141715.261000', '141715.263000', '141715.266000', '141715.269000', '141715.272000', '141715.275000', '141715.278000', '141715.281000', '141715.284000', '141715.287000', '141715.289000', '141715.292000', '141715.295000', '141715.298000', '141715.301000', '141715.304000', '141715.307000', '141715.310000', '141715.312000', '141715.315000', '141715.318000', '141715.321000', '141715.324000', '141715.327000', '141715.330000', '141715.333000', '141715.335000', '141715.338000', '141715.341000', '141715.344000', '141715.347000', '141715.350000', '141715.353000', '141715.355000', '141735.194000', '141735.200000', '141735.203000', '141735.206000', '141735.209000', '141735.212000', '141735.215000', '141735.218000', '141735.221000', '141735.223000', '141735.226000', '141735.229000', '141735.232000', '141735.235000', '141735.238000', '141735.241000', '141735.244000', '141735.248000', '141735.251000', '141735.254000', '141735.256000', '141735.259000', '141735.262000', '141735.265000', '141735.268000', '141735.271000', '141735.274000', '141735.277000', '141735.280000', '141735.283000', '141735.285000', '141735.288000', '141735.291000', '141735.294000', '141735.297000', '141735.300000', '141735.303000', '141735.306000', '141735.308000', '141735.311000', '141735.314000', '141735.317000', '141735.320000', '141754.156000', '141754.160000', '141754.163000', '141754.166000', '141754.175000', '141754.179000', '141754.182000', '141754.186000', '141754.190000', '141754.194000', '141754.197000', '141754.200000', '141754.203000', '141754.206000', '141754.210000', '141754.213000', '141754.216000', '141754.219000', '141754.223000', '141754.226000', '141754.230000', '141754.233000', '141754.236000', '141754.239000', '141754.242000', '141754.245000', '141754.248000', '141754.251000', '141754.254000', '141754.257000', '141754.260000', '141754.263000', '141754.266000', '141754.269000', '141754.272000', '141754.275000', '141754.279000', '141754.282000', '141754.285000', '141754.288000', '141754.291000', '141754.295000'], 'InstanceCreationTime': ['141035.245000', '141035.248000', '141035.252000', '141035.255000', '141035.258000', '141035.261000', '141035.264000', '141035.267000', '141035.270000', '141035.273000', '141035.276000', '141035.284000', '141035.287000', '141035.290000', '141035.293000', '141035.296000', '141035.299000', '141035.301000', '141035.304000', '141035.307000', '141035.310000', '141035.313000', '141035.316000', '141035.319000', '141035.322000', '141035.325000', '141035.328000', '141035.331000', '141035.334000', '141035.337000', '141035.341000', '141035.344000', '141035.346000', '141035.349000', '141035.352000', '141035.355000', '141035.358000', '141035.361000', '141035.364000', '141035.367000', '141035.370000', '141035.373000', '141035.375000', '141035.379000', '141035.381000', '141035.384000', '141035.387000', '141035.390000', '141035.393000', '141035.396000', '141035.408000', '141035.411000', '141035.414000', '141035.416000', '141035.419000', '141035.422000', '141035.425000', '141035.428000', '141035.431000', '141035.434000', '141035.437000', '141055.194000', '141055.197000', '141055.200000', '141055.203000', '141055.206000', '141055.209000', '141055.211000', '141055.214000', '141055.217000', '141055.220000', '141055.223000', '141055.226000', '141055.229000', '141055.231000', '141055.234000', '141055.237000', '141055.240000', '141055.243000', '141055.245000', '141055.248000', '141055.251000', '141055.254000', '141055.257000', '141055.260000', '141055.263000', '141055.266000', '141055.268000', '141055.271000', '141055.274000', '141055.277000', '141055.280000', '141055.283000', '141055.285000', '141055.288000', '141055.291000', '141055.294000', '141055.297000', '141055.300000', '141055.302000', '141055.305000', '141055.308000', '141055.311000', '141055.314000', '141055.317000', '141115.194000', '141115.197000', '141115.200000', '141115.203000', '141115.206000', '141115.209000', '141115.211000', '141115.214000', '141115.217000', '141115.230000', '141115.232000', '141115.235000', '141115.238000', '141115.241000', '141115.244000', '141115.247000', '141115.250000', '141115.253000', '141115.255000', '141115.258000', '141115.261000', '141115.264000', '141115.267000', '141115.270000', '141115.273000', '141115.276000', '141115.279000', '141115.281000', '141115.284000', '141115.287000', '141115.290000', '141115.293000', '141115.296000', '141115.299000', '141115.302000', '141115.305000', '141115.308000', '141115.311000', '141115.314000', '141115.317000', '141115.320000', '141115.322000', '141115.325000', '141135.194000', '141135.197000', '141135.200000', '141135.203000', '141135.205000', '141135.208000', '141135.211000', '141135.214000', '141135.217000', '141135.220000', '141135.223000', '141135.226000', '141135.228000', '141135.231000', '141135.234000', '141135.237000', '141135.240000', '141135.243000', '141135.246000', '141135.248000', '141135.251000', '141135.254000', '141135.257000', '141135.260000', '141135.263000', '141135.266000', '141135.269000', '141135.271000', '141135.274000', '141135.277000', '141135.280000', '141135.283000', '141135.286000', '141135.289000', '141135.291000', '141135.294000', '141135.297000', '141135.300000', '141135.303000', '141135.306000', '141135.309000', '141135.311000', '141135.314000', '141135.317000', '141155.194000', '141155.298000', '141155.301000', '141155.303000', '141155.306000', '141155.321000', '141155.324000', '141155.327000', '141155.339000', '141155.342000', '141155.345000', '141155.348000', '141155.350000', '141155.353000', '141155.356000', '141155.359000', '141155.362000', '141155.365000', '141155.368000', '141155.370000', '141155.373000', '141155.376000', '141155.379000', '141155.382000', '141155.385000', '141155.388000', '141155.390000', '141155.393000', '141155.396000', '141155.399000', '141155.402000', '141155.405000', '141155.408000', '141155.410000', '141155.413000', '141155.416000', '141155.419000', '141155.422000', '141155.426000', '141155.429000', '141155.431000', '141155.434000', '141155.437000', '141215.194000', '141215.197000', '141215.200000', '141215.203000', '141215.205000', '141215.209000', '141215.211000', '141215.214000', '141215.217000', '141215.220000', '141215.223000', '141215.226000', '141215.228000', '141215.231000', '141215.234000', '141215.237000', '141215.240000', '141215.243000', '141215.246000', '141215.249000', '141215.251000', '141215.254000', '141215.257000', '141215.260000', '141215.263000', '141215.271000', '141215.273000', '141215.276000', '141215.279000', '141215.282000', '141215.285000', '141215.288000', '141215.291000', '141215.294000', '141215.297000', '141215.299000', '141215.302000', '141215.305000', '141215.308000', '141215.311000', '141215.314000', '141215.317000', '141215.319000', '141215.322000', '141235.194000', '141235.197000', '141235.200000', '141235.203000', '141235.206000', '141235.208000', '141235.211000', '141235.214000', '141235.217000', '141235.220000', '141235.223000', '141235.226000', '141235.229000', '141235.231000', '141235.234000', '141235.237000', '141235.240000', '141235.243000', '141235.246000', '141235.249000', '141235.252000', '141235.254000', '141235.258000', '141235.262000', '141235.265000', '141235.268000', '141235.270000', '141235.273000', '141235.276000', '141235.279000', '141235.282000', '141235.285000', '141235.288000', '141235.291000', '141235.294000', '141235.297000', '141235.299000', '141235.302000', '141235.305000', '141235.308000', '141235.311000', '141235.314000', '141235.317000', '141255.194000', '141255.197000', '141255.200000', '141255.202000', '141255.206000', '141255.208000', '141255.211000', '141255.214000', '141255.217000', '141255.220000', '141255.223000', '141255.226000', '141255.229000', '141255.232000', '141255.234000', '141255.238000', '141255.241000', '141255.244000', '141255.246000', '141255.249000', '141255.252000', '141255.255000', '141255.258000', '141255.261000', '141255.264000', '141255.267000', '141255.269000', '141255.272000', '141255.275000', '141255.278000', '141255.281000', '141255.283000', '141255.287000', '141255.289000', '141255.292000', '141255.295000', '141255.298000', '141255.301000', '141255.304000', '141255.306000', '141255.309000', '141255.312000', '141255.315000', '141255.318000', '141315.194000', '141315.301000', '141315.304000', '141315.307000', '141315.310000', '141315.312000', '141315.315000', '141315.318000', '141315.321000', '141315.324000', '141315.327000', '141315.330000', '141315.333000', '141315.335000', '141315.338000', '141315.341000', '141315.344000', '141315.347000', '141315.350000', '141315.353000', '141315.356000', '141315.359000', '141315.362000', '141315.365000', '141315.368000', '141315.370000', '141315.373000', '141315.376000', '141315.379000', '141315.382000', '141315.385000', '141315.388000', '141315.391000', '141315.394000', '141315.396000', '141315.399000', '141315.402000', '141315.405000', '141315.408000', '141315.411000', '141315.414000', '141315.416000', '141315.419000', '141335.194000', '141335.209000', '141335.212000', '141335.215000', '141335.218000', '141335.221000', '141335.224000', '141335.227000', '141335.229000', '141335.232000', '141335.235000', '141335.238000', '141335.241000', '141335.244000', '141335.246000', '141335.249000', '141335.252000', '141335.255000', '141335.258000', '141335.261000', '141335.264000', '141335.267000', '141335.269000', '141335.272000', '141335.275000', '141335.278000', '141335.281000', '141335.284000', '141335.287000', '141335.290000', '141335.293000', '141335.296000', '141335.298000', '141335.301000', '141335.304000', '141335.307000', '141335.310000', '141335.313000', '141335.316000', '141335.318000', '141335.321000', '141335.324000', '141335.327000', '141335.330000', '141355.194000', '141355.197000', '141355.200000', '141355.203000', '141355.206000', '141355.209000', '141355.211000', '141355.214000', '141355.217000', '141355.220000', '141355.223000', '141355.226000', '141355.229000', '141355.232000', '141355.234000', '141355.237000', '141355.240000', '141355.243000', '141355.246000', '141355.249000', '141355.251000', '141355.254000', '141355.258000', '141355.260000', '141355.263000', '141355.266000', '141355.269000', '141355.272000', '141355.275000', '141355.278000', '141355.281000', '141355.284000', '141355.286000', '141355.289000', '141355.292000', '141355.295000', '141355.299000', '141355.302000', '141355.305000', '141355.308000', '141355.311000', '141355.314000', '141355.316000', '141415.194000', '141415.197000', '141415.200000', '141415.203000', '141415.205000', '141415.208000', '141415.211000', '141415.214000', '141415.217000', '141415.220000', '141415.223000', '141415.226000', '141415.228000', '141415.231000', '141415.234000', '141415.237000', '141415.240000', '141415.243000', '141415.246000', '141415.248000', '141415.251000', '141415.254000', '141415.257000', '141415.260000', '141415.263000', '141415.266000', '141415.269000', '141415.272000', '141415.275000', '141415.277000', '141415.280000', '141415.283000', '141415.286000', '141415.289000', '141415.292000', '141415.295000', '141415.298000', '141415.300000', '141415.303000', '141415.306000', '141415.309000', '141415.312000', '141415.315000', '141415.318000', '141435.194000', '141435.197000', '141435.200000', '141435.203000', '141435.206000', '141435.208000', '141435.211000', '141435.214000', '141435.217000', '141435.220000', '141435.223000', '141435.226000', '141435.229000', '141435.231000', '141435.234000', '141435.237000', '141435.240000', '141435.243000', '141435.246000', '141435.249000', '141435.252000', '141435.254000', '141435.257000', '141435.260000', '141435.263000', '141435.266000', '141435.269000', '141435.272000', '141435.275000', '141435.278000', '141435.280000', '141435.283000', '141435.286000', '141435.289000', '141435.292000', '141435.295000', '141435.298000', '141435.300000', '141435.303000', '141435.306000', '141435.309000', '141435.312000', '141435.315000', '141455.194000', '141455.197000', '141455.200000', '141455.203000', '141455.206000', '141455.209000', '141455.211000', '141455.214000', '141455.217000', '141455.220000', '141455.223000', '141455.226000', '141455.229000', '141455.232000', '141455.234000', '141455.237000', '141455.240000', '141455.243000', '141455.246000', '141455.249000', '141455.252000', '141455.255000', '141455.257000', '141455.260000', '141455.263000', '141455.266000', '141455.274000', '141455.277000', '141455.280000', '141455.283000', '141455.286000', '141455.288000', '141455.291000', '141455.294000', '141455.297000', '141455.300000', '141455.303000', '141455.306000', '141455.309000', '141455.311000', '141455.314000', '141455.317000', '141455.320000', '141455.323000', '141515.194000', '141515.197000', '141515.200000', '141515.203000', '141515.206000', '141515.209000', '141515.211000', '141515.214000', '141515.217000', '141515.220000', '141515.223000', '141515.226000', '141515.229000', '141515.232000', '141515.234000', '141515.237000', '141515.240000', '141515.243000', '141515.246000', '141515.249000', '141515.252000', '141515.255000', '141515.257000', '141515.260000', '141515.263000', '141515.266000', '141515.269000', '141515.272000', '141515.275000', '141515.278000', '141515.280000', '141515.283000', '141515.286000', '141515.289000', '141515.292000', '141515.295000', '141515.298000', '141515.301000', '141515.303000', '141515.306000', '141515.309000', '141515.312000', '141515.315000', '141535.194000', '141535.214000', '141535.217000', '141535.220000', '141535.223000', '141535.226000', '141535.229000', '141535.232000', '141535.235000', '141535.237000', '141535.240000', '141535.243000', '141535.246000', '141535.249000', '141535.252000', '141535.255000', '141535.258000', '141535.261000', '141535.263000', '141535.266000', '141535.269000', '141535.272000', '141535.275000', '141535.278000', '141535.281000', '141535.284000', '141535.288000', '141535.291000', '141535.294000', '141535.297000', '141535.300000', '141535.303000', '141535.306000', '141535.309000', '141535.312000', '141535.314000', '141535.317000', '141535.320000', '141535.323000', '141535.326000', '141535.329000', '141535.332000', '141535.335000', '141555.194000', '141555.239000', '141555.242000', '141555.245000', '141555.248000', '141555.251000', '141555.254000', '141555.257000', '141555.260000', '141555.262000', '141555.265000', '141555.268000', '141555.271000', '141555.274000', '141555.277000', '141555.280000', '141555.282000', '141555.285000', '141555.288000', '141555.291000', '141555.294000', '141555.297000', '141555.300000', '141555.303000', '141555.306000', '141555.308000', '141555.311000', '141555.314000', '141555.317000', '141555.320000', '141555.329000', '141555.332000', '141555.335000', '141555.338000', '141555.340000', '141555.343000', '141555.346000', '141555.349000', '141555.352000', '141555.355000', '141555.358000', '141555.361000', '141555.363000', '141555.366000', '141615.194000', '141615.197000', '141615.200000', '141615.204000', '141615.208000', '141615.211000', '141615.213000', '141615.216000', '141615.219000', '141615.222000', '141615.225000', '141615.228000', '141615.231000', '141615.234000', '141615.236000', '141615.239000', '141615.242000', '141615.245000', '141615.248000', '141615.251000', '141615.254000', '141615.256000', '141615.259000', '141615.262000', '141615.265000', '141615.268000', '141615.271000', '141615.274000', '141615.277000', '141615.279000', '141615.282000', '141615.285000', '141615.288000', '141615.291000', '141615.294000', '141615.297000', '141615.300000', '141615.317000', '141615.320000', '141615.330000', '141615.333000', '141615.336000', '141615.339000', '141635.194000', '141635.197000', '141635.200000', '141635.203000', '141635.206000', '141635.208000', '141635.211000', '141635.214000', '141635.217000', '141635.220000', '141635.223000', '141635.226000', '141635.228000', '141635.231000', '141635.234000', '141635.237000', '141635.240000', '141635.243000', '141635.246000', '141635.248000', '141635.251000', '141635.254000', '141635.257000', '141635.260000', '141635.263000', '141635.266000', '141635.269000', '141635.271000', '141635.274000', '141635.277000', '141635.280000', '141635.283000', '141635.286000', '141635.289000', '141635.292000', '141635.294000', '141635.297000', '141635.300000', '141635.303000', '141635.306000', '141635.309000', '141635.311000', '141635.314000', '141635.317000', '141655.194000', '141655.197000', '141655.200000', '141655.203000', '141655.206000', '141655.211000', '141655.214000', '141655.218000', '141655.221000', '141655.224000', '141655.227000', '141655.230000', '141655.232000', '141655.235000', '141655.238000', '141655.241000', '141655.244000', '141655.247000', '141655.250000', '141655.253000', '141655.255000', '141655.258000', '141655.261000', '141655.264000', '141655.267000', '141655.270000', '141655.273000', '141655.275000', '141655.278000', '141655.281000', '141655.284000', '141655.287000', '141655.290000', '141655.293000', '141655.296000', '141655.299000', '141655.301000', '141655.304000', '141655.307000', '141655.310000', '141655.313000', '141655.316000', '141655.319000', '141715.194000', '141715.235000', '141715.237000', '141715.240000', '141715.243000', '141715.246000', '141715.249000', '141715.252000', '141715.255000', '141715.258000', '141715.261000', '141715.263000', '141715.266000', '141715.269000', '141715.272000', '141715.275000', '141715.278000', '141715.281000', '141715.284000', '141715.287000', '141715.289000', '141715.292000', '141715.295000', '141715.298000', '141715.301000', '141715.304000', '141715.307000', '141715.310000', '141715.312000', '141715.315000', '141715.318000', '141715.321000', '141715.324000', '141715.327000', '141715.330000', '141715.333000', '141715.335000', '141715.338000', '141715.341000', '141715.344000', '141715.347000', '141715.350000', '141715.353000', '141715.355000', '141735.194000', '141735.200000', '141735.203000', '141735.206000', '141735.209000', '141735.212000', '141735.215000', '141735.218000', '141735.221000', '141735.223000', '141735.226000', '141735.229000', '141735.232000', '141735.235000', '141735.238000', '141735.241000', '141735.244000', '141735.248000', '141735.251000', '141735.254000', '141735.256000', '141735.259000', '141735.262000', '141735.265000', '141735.268000', '141735.271000', '141735.274000', '141735.277000', '141735.280000', '141735.283000', '141735.285000', '141735.288000', '141735.291000', '141735.294000', '141735.297000', '141735.300000', '141735.303000', '141735.306000', '141735.308000', '141735.311000', '141735.314000', '141735.317000', '141735.320000', '141754.156000', '141754.160000', '141754.163000', '141754.166000', '141754.175000', '141754.179000', '141754.182000', '141754.186000', '141754.190000', '141754.194000', '141754.197000', '141754.200000', '141754.203000', '141754.206000', '141754.210000', '141754.213000', '141754.216000', '141754.219000', '141754.223000', '141754.226000', '141754.230000', '141754.233000', '141754.236000', '141754.239000', '141754.242000', '141754.245000', '141754.248000', '141754.251000', '141754.254000', '141754.257000', '141754.260000', '141754.263000', '141754.266000', '141754.269000', '141754.272000', '141754.275000', '141754.279000', '141754.282000', '141754.285000', '141754.288000', '141754.291000', '141754.295000'], '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': [12182, 8540, 9492, 8525, 8618, 8475, 8110, 8290, 8389, 9985, 8755, 13506, 8481, 12636, 8229, 11274, 8732, 9732, 8358, 7912, 8178, 8268, 13328, 8712, 12640, 8388, 11888, 8408, 8618, 9411, 8558, 13576, 8348, 12843, 8390, 8689, 8490, 8428, 8187, 8545, 13728, 8647, 11871, 8508, 11284, 8548, 8414, 11702, 8719, 13251, 9565, 12397, 8316, 8627, 14327, 8646, 13726, 8512, 10056, 8383, 8701, 8857, 8437, 13939, 8464, 11792, 8530, 9015, 9998, 8580, 14171, 8396, 10366, 8434, 8690, 13816, 8483, 12934, 8313, 8559, 8830, 7876, 8662, 8347, 8450, 8669, 13792, 8591, 10669, 8454, 10209, 8253, 8852, 14354, 8399, 12500, 8459, 12320, 8920, 10833, 10133, 8577, 13037, 8439, 9381, 8431, 8850, 12903, 8667, 11549, 8414, 8331, 10641, 8923, 12458, 8457, 10698, 8483, 8310, 8662, 8582, 12792, 8506, 11548, 8471, 10704, 8580, 8911, 13801, 8660, 13163, 8564, 9144, 8708, 8747, 9398, 8561, 13868, 8737, 12562, 8888, 10145, 8585, 8897, 8493, 8945, 11287, 8732, 13602, 8706, 10857, 8725, 8626, 8323, 8581, 8593, 8551, 13501, 8757, 12686, 8635, 10573, 8646, 9005, 8473, 8935, 14246, 8815, 12767, 8656, 10425, 8752, 9045, 8551, 8945, 12301, 8763, 12654, 8754, 12019, 8801, 9857, 8480, 9138, 8652, 8658, 9892, 9050, 13297, 8761, 13120, 8729, 10868, 8647, 8545, 8449, 8727, 12649, 8703, 12246, 8924, 10856, 8495, 8395, 8424, 8796, 13025, 8802, 12284, 8432, 11218, 8779, 8687, 10957, 8817, 13015, 8574, 11205, 8717, 8606, 8494, 8779, 12058, 8579, 12711, 9016, 10800, 8563, 8620, 8659, 8543, 9103, 9021, 13162, 8709, 12537, 8593, 8623, 9047, 8989, 13921, 8768, 13616, 8537, 11509, 8962, 11440, 8519, 12540, 8619, 9363, 8730, 7728, 8353, 8603, 8398, 9316, 8289, 12465, 8538, 8952, 10075, 8408, 10420, 11579, 8864, 14091, 8604, 10011, 8599, 9693, 8454, 8784, 8496, 8219, 8343, 7545, 8374, 8640, 11962, 8178, 8429, 8242, 9937, 8507, 13459, 8621, 9395, 8419, 8856, 8439, 8642, 12235, 8427, 13277, 8326, 8980, 8544, 7754, 8270, 8277, 9568, 8880, 12901, 8411, 12692, 8412, 11491, 8770, 11109, 8321, 10660, 8416, 8894, 8539, 8898, 8722, 8551, 11510, 8488, 13111, 8729, 12163, 8307, 10256, 8276, 8396, 8392, 8450, 12130, 8510, 13020, 8774, 11329, 8335, 8305, 8257, 8095, 12839, 8778, 11756, 8354, 11566, 8513, 8696, 8677, 8670, 12863, 8558, 12568, 8565, 8951, 8623, 8667, 10902, 8589, 12968, 8550, 9479, 8910, 8566, 13548, 8472, 12416, 8521, 8713, 8962, 8602, 13305, 8653, 11021, 8665, 8574, 8665, 8354, 12777, 8374, 10790, 8709, 8801, 10666, 8715, 12890, 8718, 9038, 9400, 8829, 13050, 8380, 11321, 8667, 8491, 11054, 8474, 13117, 8519, 11104, 8538, 8520, 8948, 8384, 13683, 8364, 10311, 8484, 8697, 13597, 8499, 13104, 8897, 8822, 13461, 8514, 12856, 8454, 9127, 9835, 8648, 12642, 8480, 9713, 8410, 8312, 12337, 8718, 12196, 8565, 11075, 8425, 8506, 13756, 8734, 11914, 8708, 8476, 10539, 8722, 12818, 8669, 9441, 8458, 8419, 12697, 8884, 12376, 8595, 9740, 8741, 8207, 8495, 8312, 9205, 8756, 13548, 8673, 13250, 8649, 13290, 9343, 11766, 8462, 8798, 11081, 8488, 14050, 8745, 12716, 8811, 10175, 8243, 8069, 8443, 8751, 8734, 8337, 13667, 8350, 12509, 8763, 11629, 8461, 10231, 8403, 8346, 8685, 8609, 11931, 8417, 13697, 8403, 11184, 8742, 8449, 8330, 7653, 8339, 8903, 12246, 8664, 13109, 8415, 12620, 8822, 12080, 8405, 9910, 8358, 8327, 8562, 8037, 8420, 8074, 8237, 8484, 10915, 8891, 12642, 8576, 13034, 8623, 12317, 8852, 11262, 8309, 8392, 9791, 8853, 12728, 8411, 11290, 8306, 7849, 8638, 8495, 12118, 8368, 12250, 8403, 8627, 8551, 8387, 9402, 8299, 12614, 8500, 9134, 8447, 8253, 13593, 8455, 12044, 8529, 8745, 8421, 8293, 13417, 8487, 11757, 8336, 11927, 8483, 12544, 8656, 8968, 9465, 8290, 14169, 8411, 11961, 8712, 8759, 10324, 8632, 14955, 8400, 12735, 8912, 12359, 8348, 11623, 8463, 8164, 8486, 7829, 8389, 8271, 11059, 8850, 13898, 10362, 12305, 8447, 9997, 8621, 8837, 8298, 8287, 8372, 8343, 8574, 8614, 11983, 8299, 13160, 8245, 11712, 8761, 11530, 8430, 10696, 8458, 8475, 8480, 8379, 8497, 8060, 8244, 8693, 9998, 8471, 9210, 8440, 13720, 8672, 12669, 8612, 11730, 8461, 11423, 8728, 9971, 8405, 8608, 8323, 8421, 8377, 8638, 13239, 8391, 12610, 8478, 11873, 8723, 11863, 8400, 12636, 8355, 11769, 8622, 9782, 8308, 8309, 8522, 8971, 13271, 8451, 12637, 8309, 9259, 8560, 8501, 9756, 8376, 13420, 8304, 9944, 8600, 8035, 8192, 8062, 13028, 8446, 10874, 8611, 7647, 8405, 8137, 13128, 8624, 11795, 8146, 9264, 8282, 8342, 12049, 8806, 11964, 10041, 11622, 8343, 8358, 8743, 8642, 12707, 8499, 12353, 8360, 8731, 8632, 8450, 12498, 8302, 12804, 8390, 8652, 8418, 8715, 12714, 8404, 11517, 8369, 8282, 13210, 8682, 12004, 8381, 9035, 8384, 8477, 12739, 8452, 10925, 8415, 8654, 8232, 8403, 12935, 8593, 11224, 8537, 8422, 8925, 8586, 12786, 9228, 10390, 8339, 8213, 13268, 8808, 11882, 8503, 8314, 13140, 8470, 11432, 8580, 8440, 8265, 8152, 13545, 8619, 11156, 8377, 8150, 8387, 8182, 12776, 8610, 10853, 8281, 9206, 12836, 8631, 13148, 8948, 10570, 8266, 8255, 13855, 8676, 11730, 8450, 8794, 8451, 8311, 13359, 8805, 11658, 8217, 8748, 8393, 8582, 12683, 8646, 11489, 8423, 8413, 8578, 8693, 13065, 8268, 12952, 8514, 8107, 8471, 8602, 13184, 8383, 12488, 8479, 9152, 8460, 8270, 10382, 8376, 13128, 8647, 10078, 8409, 8079, 8252, 8122, 12717, 8513, 10120, 8435, 8125, 8422, 8370, 12880, 8688, 11653, 8332, 8522, 8190, 8499, 13658, 8577, 11871, 8319, 8440, 10553, 8451, 12277, 8273, 9236, 8313, 8038, 9670, 8483, 12564, 8202, 10503, 8388, 8909, 8333, 8668, 13353, 8392, 12545, 8296, 9086, 8524, 8559, 13135, 8416, 12318, 8438, 8242, 10972, 8588, 12803, 8130, 10839, 8237, 8311, 12623, 8400, 12104, 8324, 9924, 8563, 8347, 9895, 8108, 12945, 8261, 9495, 8708, 8640, 10136, 8321, 13445, 8410, 11695, 8986, 9101, 8363, 8094, 14137, 8603, 12267, 8607, 8898, 8168, 8231, 13485, 8557, 11433, 8423, 8110, 10820, 8150, 11628, 8508, 9869, 8173, 8456, 8872, 8226, 13408, 8662, 11404, 8337, 8261, 10305, 8644, 13198, 8760, 10397, 8247, 8159, 9304, 8432, 12937, 8346, 10925, 8133, 9236, 8382, 8409, 8535, 8287, 9411, 8102, 12898, 8514, 11764, 8518, 8318, 8222, 8267, 13009, 8620, 11609, 8246, 9455, 8276, 8184, 10742, 8448, 12644, 8025, 12404, 8331, 9973, 8478, 8346, 8131, 7738, 8294, 8527, 13403, 9082, 12832, 8208, 12140, 8556, 11871, 9285, 11405, 8287, 10079, 8522, 9573, 8151, 8245, 9817, 8088, 12880, 8674, 11682, 8004, 11692, 8153, 8961, 8531, 8455, 8575, 8102, 13278, 8150, 11700, 8758, 11147, 8221, 10213, 8126, 8135, 10075, 8550, 13194, 8177, 12326, 8305, 10578, 8504, 7965, 8354, 8043, 8883, 8608, 12160, 8169, 11915], 'WindowCenter': [3989.0, 3944.0, 3942.0, 3943.0, 3931.0, 3919.0, 3918.0, 3916.0, 3931.0, 3939.0, 3930.0, 3971.0, 3930.0, 3959.0, 3919.0, 3948.0, 3929.0, 3941.0, 3930.0, 3920.0, 3917.0, 3930.0, 3971.0, 3941.0, 3960.0, 3929.0, 3948.0, 3916.0, 3918.0, 3940.0, 3929.0, 3969.0, 3929.0, 3958.0, 3918.0, 3930.0, 3930.0, 3929.0, 3918.0, 3930.0, 3969.0, 3929.0, 3960.0, 3930.0, 3951.0, 3918.0, 3929.0, 3959.0, 3929.0, 3960.0, 3928.0, 3947.0, 3906.0, 3928.0, 3970.0, 3928.0, 3957.0, 3916.0, 3927.0, 3915.0, 3927.0, 3927.0, 3917.0, 3958.0, 3917.0, 3948.0, 3927.0, 3930.0, 3937.0, 3918.0, 3958.0, 3915.0, 3936.0, 3915.0, 3916.0, 3957.0, 3916.0, 3946.0, 3904.0, 3915.0, 3928.0, 3916.0, 3918.0, 3918.0, 3917.0, 3929.0, 3971.0, 3930.0, 3939.0, 3918.0, 3940.0, 3918.0, 3928.0, 3970.0, 3917.0, 3947.0, 3917.0, 3946.0, 3926.0, 3950.0, 3937.0, 3916.0, 3946.0, 3915.0, 3926.0, 3904.0, 3927.0, 3946.0, 3915.0, 3936.0, 3905.0, 3915.0, 3935.0, 3928.0, 3946.0, 3905.0, 3935.0, 3916.0, 3917.0, 3916.0, 3928.0, 3959.0, 3929.0, 3948.0, 3917.0, 3938.0, 3928.0, 3929.0, 3958.0, 3929.0, 3958.0, 3917.0, 3928.0, 3928.0, 3929.0, 3927.0, 3917.0, 3957.0, 3918.0, 3958.0, 3930.0, 3939.0, 3917.0, 3927.0, 3917.0, 3929.0, 3948.0, 3928.0, 3957.0, 3918.0, 3937.0, 3927.0, 3930.0, 3918.0, 3929.0, 3928.0, 3928.0, 3959.0, 3929.0, 3961.0, 3929.0, 3938.0, 3918.0, 3928.0, 3916.0, 3928.0, 3970.0, 3928.0, 3947.0, 3916.0, 3935.0, 3915.0, 3929.0, 3917.0, 3928.0, 3959.0, 3918.0, 3946.0, 3916.0, 3947.0, 3928.0, 3937.0, 3918.0, 3927.0, 3917.0, 3929.0, 3938.0, 3928.0, 3960.0, 3919.0, 3947.0, 3917.0, 3937.0, 3914.0, 3916.0, 3904.0, 3916.0, 3945.0, 3916.0, 3946.0, 3927.0, 3937.0, 3915.0, 3915.0, 3905.0, 3916.0, 3957.0, 3927.0, 3946.0, 3917.0, 3935.0, 3915.0, 3917.0, 3947.0, 3927.0, 3957.0, 3928.0, 3947.0, 3917.0, 3929.0, 3928.0, 3929.0, 3947.0, 3928.0, 3958.0, 3927.0, 3950.0, 3928.0, 3928.0, 3929.0, 3929.0, 3929.0, 3940.0, 3970.0, 3930.0, 3960.0, 3928.0, 3929.0, 3929.0, 3929.0, 3969.0, 3929.0, 3958.0, 3917.0, 3948.0, 3930.0, 3948.0, 3929.0, 3958.0, 3928.0, 3928.0, 3929.0, 3919.0, 3918.0, 3928.0, 3928.0, 3940.0, 3931.0, 3961.0, 3941.0, 3943.0, 3952.0, 3930.0, 3951.0, 3948.0, 3927.0, 3958.0, 3917.0, 3925.0, 3905.0, 3914.0, 3903.0, 3916.0, 3914.0, 3904.0, 3902.0, 3894.0, 3904.0, 3916.0, 3948.0, 3918.0, 3916.0, 3917.0, 3938.0, 3929.0, 3970.0, 3930.0, 3927.0, 3917.0, 3928.0, 3917.0, 3929.0, 3958.0, 3919.0, 3958.0, 3906.0, 3917.0, 3927.0, 3907.0, 3917.0, 3919.0, 3927.0, 3929.0, 3959.0, 3919.0, 3958.0, 3917.0, 3948.0, 3929.0, 3949.0, 3917.0, 3938.0, 3916.0, 3916.0, 3917.0, 3929.0, 3917.0, 3917.0, 3935.0, 3915.0, 3945.0, 3915.0, 3945.0, 3906.0, 3925.0, 3903.0, 3905.0, 3916.0, 3916.0, 3946.0, 3916.0, 3945.0, 3916.0, 3937.0, 3916.0, 3905.0, 3904.0, 3906.0, 3945.0, 3917.0, 3947.0, 3918.0, 3947.0, 3916.0, 3916.0, 3916.0, 3929.0, 3958.0, 3917.0, 3947.0, 3918.0, 3916.0, 3915.0, 3919.0, 3937.0, 3916.0, 3945.0, 3917.0, 3927.0, 3916.0, 3917.0, 3958.0, 3918.0, 3947.0, 3917.0, 3916.0, 3916.0, 3917.0, 3957.0, 3917.0, 3936.0, 3915.0, 3917.0, 3917.0, 3917.0, 3947.0, 3917.0, 3939.0, 3917.0, 3930.0, 3938.0, 3929.0, 3960.0, 3918.0, 3930.0, 3928.0, 3929.0, 3948.0, 3918.0, 3937.0, 3918.0, 3920.0, 3950.0, 3918.0, 3948.0, 3918.0, 3940.0, 3917.0, 3930.0, 3930.0, 3920.0, 3959.0, 3920.0, 3940.0, 3930.0, 3931.0, 3961.0, 3920.0, 3959.0, 3917.0, 3928.0, 3960.0, 3917.0, 3948.0, 3906.0, 3927.0, 3926.0, 3916.0, 3946.0, 3916.0, 3925.0, 3904.0, 3917.0, 3948.0, 3929.0, 3950.0, 3917.0, 3949.0, 3905.0, 3918.0, 3958.0, 3917.0, 3947.0, 3916.0, 3916.0, 3925.0, 3916.0, 3948.0, 3916.0, 3925.0, 3904.0, 3916.0, 3946.0, 3927.0, 3959.0, 3929.0, 3927.0, 3917.0, 3917.0, 3918.0, 3919.0, 3927.0, 3917.0, 3970.0, 3930.0, 3958.0, 3917.0, 3958.0, 3915.0, 3947.0, 3905.0, 3904.0, 3923.0, 3903.0, 3944.0, 3904.0, 3945.0, 3903.0, 3912.0, 3891.0, 3892.0, 3902.0, 3914.0, 3902.0, 3905.0, 3944.0, 3905.0, 3933.0, 3915.0, 3933.0, 3905.0, 3925.0, 3902.0, 3905.0, 3915.0, 3914.0, 3934.0, 3903.0, 3944.0, 3903.0, 3934.0, 3914.0, 3903.0, 3904.0, 3894.0, 3903.0, 3916.0, 3947.0, 3916.0, 3947.0, 3905.0, 3945.0, 3926.0, 3949.0, 3916.0, 3925.0, 3905.0, 3904.0, 3916.0, 3916.0, 3916.0, 3906.0, 3905.0, 3916.0, 3938.0, 3928.0, 3958.0, 3917.0, 3946.0, 3916.0, 3946.0, 3927.0, 3936.0, 3904.0, 3916.0, 3924.0, 3917.0, 3946.0, 3904.0, 3935.0, 3903.0, 3904.0, 3915.0, 3917.0, 3947.0, 3918.0, 3946.0, 3917.0, 3928.0, 3927.0, 3919.0, 3926.0, 3919.0, 3958.0, 3929.0, 3940.0, 3917.0, 3918.0, 3958.0, 3918.0, 3959.0, 3929.0, 3930.0, 3919.0, 3931.0, 3970.0, 3928.0, 3960.0, 3930.0, 3960.0, 3930.0, 3962.0, 3929.0, 3942.0, 3940.0, 3920.0, 3958.0, 3919.0, 3948.0, 3919.0, 3929.0, 3938.0, 3917.0, 3958.0, 3918.0, 3947.0, 3929.0, 3948.0, 3916.0, 3937.0, 3904.0, 3905.0, 3916.0, 3905.0, 3905.0, 3916.0, 3934.0, 3916.0, 3958.0, 3927.0, 3933.0, 3903.0, 3923.0, 3915.0, 3914.0, 3902.0, 3902.0, 3903.0, 3903.0, 3904.0, 3915.0, 3934.0, 3904.0, 3945.0, 3904.0, 3934.0, 3915.0, 3935.0, 3905.0, 3924.0, 3903.0, 3904.0, 3915.0, 3917.0, 3915.0, 3904.0, 3904.0, 3915.0, 3936.0, 3915.0, 3925.0, 3917.0, 3957.0, 3917.0, 3947.0, 3916.0, 3937.0, 3906.0, 3934.0, 3916.0, 3937.0, 3917.0, 3917.0, 3905.0, 3905.0, 3905.0, 3916.0, 3947.0, 3916.0, 3945.0, 3904.0, 3946.0, 3927.0, 3946.0, 3918.0, 3946.0, 3917.0, 3948.0, 3918.0, 3937.0, 3917.0, 3918.0, 3917.0, 3928.0, 3948.0, 3917.0, 3945.0, 3905.0, 3915.0, 3914.0, 3916.0, 3925.0, 3906.0, 3944.0, 3904.0, 3924.0, 3914.0, 3904.0, 3903.0, 3903.0, 3944.0, 3903.0, 3935.0, 3916.0, 3906.0, 3905.0, 3906.0, 3957.0, 3929.0, 3947.0, 3909.0, 3928.0, 3917.0, 3918.0, 3948.0, 3928.0, 3947.0, 3938.0, 3936.0, 3905.0, 3917.0, 3917.0, 3918.0, 3958.0, 3917.0, 3947.0, 3917.0, 3918.0, 3927.0, 3930.0, 3958.0, 3920.0, 3959.0, 3918.0, 3928.0, 3919.0, 3931.0, 3959.0, 3919.0, 3948.0, 3917.0, 3919.0, 3959.0, 3930.0, 3948.0, 3919.0, 3928.0, 3917.0, 3917.0, 3959.0, 3920.0, 3949.0, 3918.0, 3930.0, 3919.0, 3931.0, 3961.0, 3931.0, 3950.0, 3930.0, 3931.0, 3929.0, 3930.0, 3960.0, 3931.0, 3940.0, 3918.0, 3919.0, 3959.0, 3931.0, 3948.0, 3918.0, 3919.0, 3946.0, 3907.0, 3939.0, 3918.0, 3918.0, 3918.0, 3920.0, 3959.0, 3930.0, 3951.0, 3921.0, 3921.0, 3918.0, 3920.0, 3960.0, 3932.0, 3952.0, 3919.0, 3930.0, 3959.0, 3928.0, 3960.0, 3929.0, 3939.0, 3917.0, 3918.0, 3958.0, 3919.0, 3948.0, 3917.0, 3918.0, 3904.0, 3906.0, 3957.0, 3927.0, 3947.0, 3907.0, 3917.0, 3905.0, 3917.0, 3949.0, 3917.0, 3936.0, 3906.0, 3906.0, 3917.0, 3917.0, 3947.0, 3907.0, 3946.0, 3915.0, 3904.0, 3906.0, 3918.0, 3947.0, 3918.0, 3947.0, 3905.0, 3928.0, 3916.0, 3918.0, 3926.0, 3906.0, 3947.0, 3917.0, 3927.0, 3905.0, 3905.0, 3904.0, 3905.0, 3946.0, 3916.0, 3937.0, 3918.0, 3908.0, 3905.0, 3918.0, 3958.0, 3930.0, 3948.0, 3918.0, 3917.0, 3905.0, 3917.0, 3959.0, 3917.0, 3947.0, 3904.0, 3907.0, 3925.0, 3906.0, 3948.0, 3905.0, 3915.0, 3905.0, 3906.0, 3924.0, 3917.0, 3949.0, 3917.0, 3937.0, 3918.0, 3918.0, 3906.0, 3917.0, 3960.0, 3906.0, 3947.0, 3904.0, 3917.0, 3915.0, 3918.0, 3948.0, 3918.0, 3936.0, 3905.0, 3906.0, 3937.0, 3917.0, 3947.0, 3906.0, 3935.0, 3904.0, 3917.0, 3948.0, 3917.0, 3946.0, 3916.0, 3927.0, 3917.0, 3919.0, 3938.0, 3917.0, 3948.0, 3918.0, 3939.0, 3929.0, 3930.0, 3939.0, 3919.0, 3959.0, 3918.0, 3949.0, 3930.0, 3929.0, 3917.0, 3908.0, 3958.0, 3917.0, 3948.0, 3915.0, 3916.0, 3905.0, 3906.0, 3945.0, 3916.0, 3937.0, 3904.0, 3904.0, 3924.0, 3906.0, 3935.0, 3918.0, 3928.0, 3907.0, 3907.0, 3915.0, 3907.0, 3946.0, 3918.0, 3937.0, 3904.0, 3906.0, 3924.0, 3905.0, 3946.0, 3915.0, 3923.0, 3903.0, 3893.0, 3914.0, 3904.0, 3945.0, 3904.0, 3923.0, 3894.0, 3914.0, 3903.0, 3916.0, 3916.0, 3915.0, 3915.0, 3905.0, 3946.0, 3916.0, 3947.0, 3915.0, 3907.0, 3904.0, 3905.0, 3946.0, 3917.0, 3937.0, 3906.0, 3926.0, 3904.0, 3906.0, 3936.0, 3918.0, 3947.0, 3906.0, 3946.0, 3905.0, 3926.0, 3917.0, 3906.0, 3906.0, 3906.0, 3906.0, 3918.0, 3959.0, 3918.0, 3947.0, 3905.0, 3946.0, 3918.0, 3948.0, 3927.0, 3935.0, 3906.0, 3925.0, 3905.0, 3926.0, 3894.0, 3904.0, 3912.0, 3893.0, 3934.0, 3916.0, 3934.0, 3904.0, 3933.0, 3893.0, 3903.0, 3904.0, 3905.0, 3905.0, 3904.0, 3945.0, 3893.0, 3935.0, 3916.0, 3935.0, 3905.0, 3927.0, 3894.0, 3905.0, 3926.0, 3916.0, 3946.0, 3906.0, 3934.0, 3904.0, 3925.0, 3916.0, 3905.0, 3905.0, 3905.0, 3914.0, 3916.0, 3947.0, 3916.0, 3935.0], 'WindowWidth': [8890.0, 8820.0, 8812.0, 8814.0, 8795.0, 8776.0, 8772.0, 8767.0, 8796.0, 8802.0, 8791.0, 8846.0, 8789.0, 8826.0, 8772.0, 8810.0, 8787.0, 8806.0, 8790.0, 8777.0, 8770.0, 8791.0, 8847.0, 8808.0, 8832.0, 8788.0, 8811.0, 8766.0, 8772.0, 8803.0, 8789.0, 8841.0, 8788.0, 8825.0, 8773.0, 8790.0, 8793.0, 8788.0, 8771.0, 8790.0, 8841.0, 8791.0, 8832.0, 8791.0, 8819.0, 8772.0, 8787.0, 8828.0, 8789.0, 8830.0, 8785.0, 8808.0, 8751.0, 8784.0, 8844.0, 8786.0, 8821.0, 8766.0, 8778.0, 8764.0, 8783.0, 8782.0, 8769.0, 8824.0, 8769.0, 8811.0, 8782.0, 8792.0, 8797.0, 8771.0, 8821.0, 8763.0, 8790.0, 8761.0, 8767.0, 8820.0, 8762.0, 8803.0, 8745.0, 8762.0, 8784.0, 8767.0, 8770.0, 8771.0, 8770.0, 8788.0, 8847.0, 8791.0, 8799.0, 8771.0, 8801.0, 8770.0, 8783.0, 8844.0, 8768.0, 8807.0, 8768.0, 8802.0, 8778.0, 8815.0, 8794.0, 8764.0, 8803.0, 8761.0, 8776.0, 8745.0, 8780.0, 8803.0, 8762.0, 8788.0, 8747.0, 8763.0, 8788.0, 8783.0, 8806.0, 8750.0, 8787.0, 8763.0, 8767.0, 8763.0, 8784.0, 8828.0, 8786.0, 8810.0, 8770.0, 8799.0, 8785.0, 8789.0, 8825.0, 8786.0, 8823.0, 8768.0, 8783.0, 8786.0, 8787.0, 8780.0, 8767.0, 8820.0, 8769.0, 8823.0, 8790.0, 8799.0, 8769.0, 8783.0, 8769.0, 8789.0, 8812.0, 8784.0, 8822.0, 8771.0, 8794.0, 8783.0, 8790.0, 8772.0, 8788.0, 8783.0, 8785.0, 8826.0, 8789.0, 8833.0, 8788.0, 8797.0, 8770.0, 8784.0, 8765.0, 8785.0, 8844.0, 8783.0, 8805.0, 8765.0, 8787.0, 8762.0, 8787.0, 8768.0, 8785.0, 8830.0, 8770.0, 8804.0, 8766.0, 8806.0, 8786.0, 8794.0, 8770.0, 8782.0, 8767.0, 8786.0, 8798.0, 8786.0, 8829.0, 8773.0, 8808.0, 8767.0, 8792.0, 8760.0, 8767.0, 8748.0, 8763.0, 8801.0, 8764.0, 8803.0, 8782.0, 8793.0, 8762.0, 8763.0, 8748.0, 8764.0, 8821.0, 8783.0, 8804.0, 8766.0, 8790.0, 8762.0, 8767.0, 8807.0, 8781.0, 8821.0, 8784.0, 8807.0, 8769.0, 8787.0, 8787.0, 8787.0, 8807.0, 8785.0, 8823.0, 8784.0, 8818.0, 8786.0, 8785.0, 8789.0, 8788.0, 8787.0, 8806.0, 8846.0, 8791.0, 8829.0, 8785.0, 8787.0, 8786.0, 8789.0, 8841.0, 8787.0, 8822.0, 8768.0, 8809.0, 8792.0, 8812.0, 8788.0, 8823.0, 8785.0, 8785.0, 8787.0, 8775.0, 8772.0, 8787.0, 8788.0, 8802.0, 8793.0, 8833.0, 8809.0, 8814.0, 8824.0, 8792.0, 8822.0, 8811.0, 8781.0, 8825.0, 8767.0, 8773.0, 8745.0, 8756.0, 8741.0, 8763.0, 8759.0, 8743.0, 8740.0, 8731.0, 8744.0, 8765.0, 8810.0, 8770.0, 8764.0, 8768.0, 8796.0, 8787.0, 8843.0, 8790.0, 8780.0, 8768.0, 8782.0, 8769.0, 8789.0, 8826.0, 8774.0, 8821.0, 8751.0, 8767.0, 8781.0, 8754.0, 8766.0, 8771.0, 8780.0, 8786.0, 8829.0, 8774.0, 8823.0, 8768.0, 8807.0, 8787.0, 8813.0, 8769.0, 8795.0, 8765.0, 8765.0, 8768.0, 8785.0, 8766.0, 8766.0, 8788.0, 8760.0, 8800.0, 8763.0, 8799.0, 8750.0, 8773.0, 8743.0, 8749.0, 8765.0, 8765.0, 8803.0, 8764.0, 8800.0, 8763.0, 8793.0, 8765.0, 8748.0, 8745.0, 8749.0, 8801.0, 8768.0, 8806.0, 8769.0, 8806.0, 8764.0, 8765.0, 8766.0, 8788.0, 8824.0, 8769.0, 8807.0, 8768.0, 8765.0, 8764.0, 8772.0, 8793.0, 8763.0, 8802.0, 8766.0, 8781.0, 8764.0, 8769.0, 8823.0, 8769.0, 8805.0, 8765.0, 8765.0, 8766.0, 8766.0, 8819.0, 8766.0, 8790.0, 8761.0, 8769.0, 8768.0, 8767.0, 8806.0, 8767.0, 8798.0, 8769.0, 8791.0, 8799.0, 8787.0, 8827.0, 8769.0, 8788.0, 8785.0, 8785.0, 8808.0, 8766.0, 8792.0, 8766.0, 8775.0, 8814.0, 8768.0, 8808.0, 8769.0, 8798.0, 8769.0, 8789.0, 8789.0, 8777.0, 8825.0, 8774.0, 8801.0, 8789.0, 8793.0, 8830.0, 8776.0, 8824.0, 8765.0, 8783.0, 8829.0, 8767.0, 8807.0, 8750.0, 8779.0, 8774.0, 8764.0, 8805.0, 8764.0, 8775.0, 8746.0, 8766.0, 8809.0, 8788.0, 8813.0, 8769.0, 8811.0, 8748.0, 8768.0, 8825.0, 8769.0, 8806.0, 8763.0, 8764.0, 8774.0, 8765.0, 8809.0, 8764.0, 8773.0, 8744.0, 8765.0, 8803.0, 8781.0, 8827.0, 8790.0, 8781.0, 8766.0, 8770.0, 8771.0, 8773.0, 8779.0, 8768.0, 8843.0, 8791.0, 8824.0, 8769.0, 8823.0, 8762.0, 8807.0, 8747.0, 8745.0, 8767.0, 8740.0, 8795.0, 8742.0, 8799.0, 8741.0, 8750.0, 8721.0, 8724.0, 8738.0, 8758.0, 8739.0, 8745.0, 8795.0, 8745.0, 8781.0, 8760.0, 8782.0, 8746.0, 8770.0, 8737.0, 8744.0, 8760.0, 8759.0, 8784.0, 8741.0, 8795.0, 8740.0, 8782.0, 8758.0, 8740.0, 8741.0, 8730.0, 8740.0, 8764.0, 8807.0, 8765.0, 8804.0, 8748.0, 8800.0, 8778.0, 8811.0, 8765.0, 8774.0, 8746.0, 8745.0, 8765.0, 8765.0, 8764.0, 8750.0, 8746.0, 8764.0, 8795.0, 8784.0, 8821.0, 8769.0, 8804.0, 8762.0, 8805.0, 8782.0, 8791.0, 8746.0, 8763.0, 8772.0, 8766.0, 8805.0, 8746.0, 8787.0, 8743.0, 8746.0, 8762.0, 8769.0, 8806.0, 8768.0, 8804.0, 8768.0, 8786.0, 8783.0, 8774.0, 8779.0, 8774.0, 8822.0, 8788.0, 8804.0, 8770.0, 8774.0, 8824.0, 8772.0, 8826.0, 8789.0, 8791.0, 8774.0, 8792.0, 8845.0, 8785.0, 8828.0, 8791.0, 8829.0, 8792.0, 8834.0, 8787.0, 8809.0, 8804.0, 8776.0, 8826.0, 8773.0, 8810.0, 8771.0, 8788.0, 8796.0, 8767.0, 8823.0, 8768.0, 8807.0, 8786.0, 8808.0, 8765.0, 8793.0, 8744.0, 8747.0, 8765.0, 8748.0, 8747.0, 8763.0, 8785.0, 8762.0, 8823.0, 8778.0, 8782.0, 8742.0, 8767.0, 8761.0, 8758.0, 8741.0, 8740.0, 8741.0, 8742.0, 8744.0, 8761.0, 8785.0, 8744.0, 8798.0, 8743.0, 8784.0, 8763.0, 8785.0, 8747.0, 8770.0, 8742.0, 8743.0, 8761.0, 8765.0, 8760.0, 8744.0, 8744.0, 8760.0, 8791.0, 8764.0, 8775.0, 8766.0, 8819.0, 8765.0, 8807.0, 8766.0, 8791.0, 8750.0, 8785.0, 8762.0, 8793.0, 8767.0, 8765.0, 8746.0, 8747.0, 8746.0, 8765.0, 8807.0, 8763.0, 8799.0, 8745.0, 8803.0, 8782.0, 8803.0, 8770.0, 8804.0, 8767.0, 8810.0, 8771.0, 8794.0, 8766.0, 8770.0, 8767.0, 8783.0, 8810.0, 8765.0, 8799.0, 8746.0, 8759.0, 8760.0, 8763.0, 8772.0, 8748.0, 8797.0, 8743.0, 8770.0, 8759.0, 8746.0, 8742.0, 8743.0, 8796.0, 8743.0, 8787.0, 8764.0, 8750.0, 8747.0, 8752.0, 8821.0, 8787.0, 8809.0, 8759.0, 8782.0, 8765.0, 8770.0, 8809.0, 8783.0, 8808.0, 8795.0, 8790.0, 8747.0, 8765.0, 8765.0, 8769.0, 8822.0, 8767.0, 8808.0, 8767.0, 8771.0, 8783.0, 8791.0, 8825.0, 8775.0, 8826.0, 8770.0, 8785.0, 8774.0, 8792.0, 8827.0, 8775.0, 8811.0, 8767.0, 8772.0, 8826.0, 8789.0, 8810.0, 8773.0, 8784.0, 8765.0, 8768.0, 8826.0, 8776.0, 8811.0, 8772.0, 8789.0, 8771.0, 8792.0, 8834.0, 8793.0, 8816.0, 8788.0, 8792.0, 8787.0, 8792.0, 8831.0, 8792.0, 8802.0, 8769.0, 8772.0, 8827.0, 8791.0, 8812.0, 8770.0, 8772.0, 8802.0, 8752.0, 8795.0, 8769.0, 8767.0, 8769.0, 8773.0, 8824.0, 8789.0, 8819.0, 8778.0, 8779.0, 8771.0, 8776.0, 8829.0, 8797.0, 8822.0, 8774.0, 8789.0, 8825.0, 8785.0, 8829.0, 8787.0, 8800.0, 8765.0, 8768.0, 8820.0, 8770.0, 8808.0, 8765.0, 8767.0, 8744.0, 8751.0, 8818.0, 8781.0, 8807.0, 8754.0, 8767.0, 8747.0, 8766.0, 8810.0, 8766.0, 8788.0, 8748.0, 8750.0, 8764.0, 8767.0, 8807.0, 8752.0, 8802.0, 8760.0, 8745.0, 8749.0, 8769.0, 8806.0, 8767.0, 8804.0, 8748.0, 8781.0, 8763.0, 8767.0, 8774.0, 8748.0, 8802.0, 8764.0, 8779.0, 8746.0, 8747.0, 8741.0, 8746.0, 8800.0, 8764.0, 8792.0, 8767.0, 8756.0, 8747.0, 8769.0, 8824.0, 8788.0, 8809.0, 8769.0, 8766.0, 8748.0, 8764.0, 8825.0, 8767.0, 8805.0, 8745.0, 8750.0, 8772.0, 8750.0, 8806.0, 8748.0, 8759.0, 8745.0, 8750.0, 8771.0, 8766.0, 8810.0, 8766.0, 8790.0, 8767.0, 8768.0, 8749.0, 8767.0, 8826.0, 8750.0, 8804.0, 8745.0, 8764.0, 8761.0, 8769.0, 8808.0, 8766.0, 8789.0, 8745.0, 8749.0, 8792.0, 8767.0, 8804.0, 8750.0, 8788.0, 8744.0, 8767.0, 8808.0, 8765.0, 8803.0, 8765.0, 8778.0, 8766.0, 8773.0, 8794.0, 8768.0, 8808.0, 8770.0, 8798.0, 8787.0, 8791.0, 8800.0, 8773.0, 8826.0, 8770.0, 8812.0, 8789.0, 8787.0, 8767.0, 8754.0, 8821.0, 8765.0, 8809.0, 8762.0, 8763.0, 8745.0, 8748.0, 8799.0, 8762.0, 8791.0, 8744.0, 8745.0, 8769.0, 8748.0, 8787.0, 8769.0, 8781.0, 8751.0, 8754.0, 8760.0, 8751.0, 8804.0, 8767.0, 8790.0, 8743.0, 8750.0, 8769.0, 8746.0, 8801.0, 8760.0, 8768.0, 8741.0, 8727.0, 8754.0, 8744.0, 8801.0, 8745.0, 8767.0, 8731.0, 8755.0, 8742.0, 8764.0, 8765.0, 8762.0, 8759.0, 8747.0, 8801.0, 8765.0, 8807.0, 8761.0, 8753.0, 8743.0, 8747.0, 8801.0, 8765.0, 8791.0, 8749.0, 8774.0, 8743.0, 8749.0, 8791.0, 8769.0, 8805.0, 8749.0, 8800.0, 8747.0, 8775.0, 8766.0, 8750.0, 8750.0, 8751.0, 8749.0, 8769.0, 8824.0, 8768.0, 8806.0, 8747.0, 8802.0, 8769.0, 8808.0, 8779.0, 8787.0, 8749.0, 8772.0, 8746.0, 8776.0, 8729.0, 8743.0, 8749.0, 8726.0, 8781.0, 8762.0, 8782.0, 8744.0, 8780.0, 8728.0, 8740.0, 8743.0, 8747.0, 8744.0, 8744.0, 8798.0, 8728.0, 8785.0, 8764.0, 8786.0, 8748.0, 8775.0, 8729.0, 8746.0, 8774.0, 8764.0, 8802.0, 8749.0, 8783.0, 8743.0, 8773.0, 8762.0, 8746.0, 8744.0, 8746.0, 8755.0, 8763.0, 8806.0, 8763.0, 8785.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.00021003944773175542</td></tr>
<tr><td colspan=3>aqi</td><td>0.020096918737672585</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.892407190503484</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2009965489042447</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9940942524086862</td></tr>
<tr><td colspan=3>efc</td><td>0.45</td></tr>
<tr><td colspan=3>fber</td><td>6168.1494</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0909466561393564</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9861932938856016</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3527868282256756</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.269715218613045</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6481601186811248</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.140485147382857</td></tr>
<tr><td colspan=3>gcor</td><td>0.00803735</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02112588845193386</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028009552508592606</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1014</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.858827533973793</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.8655</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3998</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.2293</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309998.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>712.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.4816</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1868</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.3677</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3198.1874</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3413.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66546.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.4589</td></tr>
<tr><td colspan=3>tsnr</td><td>45.15328721096739</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>