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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:49:18.445000</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.999716, 0.00639481, 0.0229735, -0.00645602, 0.999976, 0.00259088]</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.0866994</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>[4159, -7725, -7309, 633, -44, -154, 63, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.673</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>53c8be1a-2cbf-4ba1-8eae-f2fd8e442c00||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.682163953781128, -0.017321018502116203, 0.06198213994503021, 112.64977264404297], [-0.01715681701898575, 2.6828620433807373, 0.007393849082291126, -92.41680145263672], [0.061636146157979965, -0.006951147690415382, 2.6992783546447754, -65.0199966430664], [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': ['134918.445000', '134918.905000', '134919.365000', '134919.825000', '134920.285000', '134920.745000', '134921.205000', '134921.665000', '134922.125000', '134922.585000', '134923.045000', '134923.505000', '134923.965000', '134924.425000', '134924.885000', '134925.345000', '134925.805000', '134926.265000', '134926.725000', '134927.185000', '134927.645000', '134928.105000', '134928.565000', '134929.025000', '134929.485000', '134929.945000', '134930.405000', '134930.865000', '134931.325000', '134931.785000', '134932.245000', '134932.705000', '134933.165000', '134933.625000', '134934.085000', '134934.545000', '134935.005000', '134935.465000', '134935.925000', '134936.385000', '134936.845000', '134937.305000', '134937.765000', '134938.225000', '134938.685000', '134939.145000', '134939.605000', '134940.065000', '134940.525000', '134940.985000', '134941.445000', '134941.905000', '134942.365000', '134942.825000', '134943.285000', '134943.745000', '134944.205000', '134944.665000', '134945.125000', '134945.585000', '134946.045000', '134946.505000', '134946.965000', '134947.425000', '134947.885000', '134948.345000', '134948.805000', '134949.265000', '134949.725000', '134950.185000', '134950.645000', '134951.105000', '134951.565000', '134952.025000', '134952.485000', '134952.945000', '134953.405000', '134953.865000', '134954.325000', '134954.785000', '134955.245000', '134955.705000', '134956.165000', '134956.625000', '134957.085000', '134957.545000', '134958.005000', '134958.465000', '134958.925000', '134959.385000', '134959.845000', '135000.305000', '135000.765000', '135001.225000', '135001.685000', '135002.145000', '135002.605000', '135003.065000', '135003.525000', '135003.985000', '135004.445000', '135004.905000', '135005.365000', '135005.825000', '135006.285000', '135006.745000', '135007.205000', '135007.665000', '135008.125000', '135008.585000', '135009.045000', '135009.505000', '135009.965000', '135010.425000', '135010.885000', '135011.345000', '135011.805000', '135012.265000', '135012.725000', '135013.185000', '135013.645000', '135014.105000', '135014.565000', '135015.025000', '135015.485000', '135015.945000', '135016.405000', '135016.865000', '135017.325000', '135017.785000', '135018.245000', '135018.705000', '135019.165000', '135019.625000', '135020.085000', '135020.545000', '135021.005000', '135021.465000', '135021.925000', '135022.385000', '135022.845000', '135023.305000', '135023.765000', '135024.225000', '135024.685000', '135025.145000', '135025.605000', '135026.065000', '135026.525000', '135026.985000', '135027.445000', '135027.905000', '135028.365000', '135028.825000', '135029.285000', '135029.745000', '135030.205000', '135030.665000', '135031.125000', '135031.585000', '135032.045000', '135032.505000', '135032.965000', '135033.425000', '135033.885000', '135034.345000', '135034.805000', '135035.265000', '135035.725000', '135036.185000', '135036.645000', '135037.105000', '135037.565000', '135038.025000', '135038.485000', '135038.945000', '135039.405000', '135039.865000', '135040.325000', '135040.785000', '135041.245000', '135041.705000', '135042.165000', '135042.625000', '135043.085000', '135043.545000', '135044.005000', '135044.465000', '135044.925000', '135045.385000', '135045.845000', '135046.305000', '135046.765000', '135047.225000', '135047.685000', '135048.145000', '135048.605000', '135049.065000', '135049.525000', '135049.985000', '135050.445000', '135050.905000', '135051.365000', '135051.825000', '135052.285000', '135052.745000', '135053.205000', '135053.665000', '135054.125000', '135054.585000', '135055.045000', '135055.505000', '135055.965000', '135056.425000', '135056.885000', '135057.345000', '135057.805000', '135058.265000', '135058.725000', '135059.185000', '135059.645000', '135100.105000', '135100.565000', '135101.025000', '135101.485000', '135101.945000', '135102.405000', '135102.865000', '135103.325000', '135103.785000', '135104.245000', '135104.705000', '135105.165000', '135105.625000', '135106.085000', '135106.545000', '135107.005000', '135107.465000', '135107.925000', '135108.385000', '135108.845000', '135109.305000', '135109.765000', '135110.225000', '135110.685000', '135111.145000', '135111.605000', '135112.065000', '135112.525000', '135112.985000', '135113.445000', '135113.905000', '135114.365000', '135114.825000', '135115.285000', '135115.745000', '135116.205000', '135116.665000', '135117.125000', '135117.585000', '135118.045000', '135118.505000', '135118.965000', '135119.425000', '135119.885000', '135120.345000', '135120.805000', '135121.265000', '135121.725000', '135122.185000', '135122.645000', '135123.105000', '135123.565000', '135124.025000', '135124.485000', '135124.945000', '135125.405000', '135125.865000', '135126.325000', '135126.785000', '135127.245000', '135127.705000', '135128.165000', '135128.625000', '135129.085000', '135129.545000', '135130.005000', '135130.465000', '135130.925000', '135131.385000', '135131.845000', '135132.305000', '135132.765000', '135133.225000', '135133.685000', '135134.145000', '135134.605000', '135135.065000', '135135.525000', '135135.985000', '135136.445000', '135136.905000', '135137.365000', '135137.825000', '135138.285000', '135138.745000', '135139.205000', '135139.665000', '135140.125000', '135140.585000', '135141.045000', '135141.505000', '135141.965000', '135142.425000', '135142.885000', '135143.345000', '135143.805000', '135144.265000', '135144.725000', '135145.185000', '135145.645000', '135146.105000', '135146.565000', '135147.025000', '135147.485000', '135147.945000', '135148.405000', '135148.865000', '135149.325000', '135149.785000', '135150.245000', '135150.705000', '135151.165000', '135151.625000', '135152.085000', '135152.545000', '135153.005000', '135153.465000', '135153.925000', '135154.385000', '135154.845000', '135155.305000', '135155.765000', '135156.225000', '135156.685000', '135157.145000', '135157.605000', '135158.065000', '135158.525000', '135158.985000', '135159.445000', '135159.905000', '135200.365000', '135200.825000', '135201.285000', '135201.745000', '135202.205000', '135202.665000', '135203.125000', '135203.585000', '135204.045000', '135204.505000', '135204.965000', '135205.425000', '135205.885000', '135206.345000', '135206.805000', '135207.265000', '135207.725000', '135208.185000', '135208.645000', '135209.105000', '135209.565000', '135210.025000', '135210.485000', '135210.945000', '135211.405000', '135211.865000', '135212.325000', '135212.785000', '135213.245000', '135213.705000', '135214.165000', '135214.625000', '135215.085000', '135215.545000', '135216.005000', '135216.465000', '135216.925000', '135217.385000', '135217.845000', '135218.305000', '135218.765000', '135219.225000', '135219.685000', '135220.145000', '135220.605000', '135221.065000', '135221.525000', '135221.985000', '135222.445000', '135222.905000', '135223.365000', '135223.825000', '135224.285000', '135224.745000', '135225.205000', '135225.665000', '135226.125000', '135226.585000', '135227.045000', '135227.505000', '135227.965000', '135228.425000', '135228.885000', '135229.345000', '135229.805000', '135230.265000', '135230.725000', '135231.185000', '135231.645000', '135232.105000', '135232.565000', '135233.025000', '135233.485000', '135233.945000', '135234.405000', '135234.865000', '135235.325000', '135235.785000', '135236.245000', '135236.705000', '135237.165000', '135237.625000', '135238.085000', '135238.545000', '135239.005000', '135239.465000', '135239.925000', '135240.385000', '135240.845000', '135241.305000', '135241.765000', '135242.225000', '135242.685000', '135243.145000', '135243.605000', '135244.065000', '135244.525000', '135244.985000', '135245.445000', '135245.905000', '135246.365000', '135246.825000', '135247.285000', '135247.745000', '135248.205000', '135248.665000', '135249.125000', '135249.585000', '135250.045000', '135250.505000', '135250.965000', '135251.425000', '135251.885000', '135252.345000', '135252.805000', '135253.265000', '135253.725000', '135254.185000', '135254.645000', '135255.105000', '135255.565000', '135256.025000', '135256.485000', '135256.945000', '135257.405000', '135257.865000', '135258.325000', '135258.785000', '135259.245000', '135259.705000', '135300.165000', '135300.625000', '135301.085000', '135301.545000', '135302.005000', '135302.465000', '135302.925000', '135303.385000', '135303.845000', '135304.305000', '135304.765000', '135305.225000', '135305.685000', '135306.145000', '135306.605000', '135307.065000', '135307.525000', '135307.985000', '135308.445000', '135308.905000', '135309.365000', '135309.825000', '135310.285000', '135310.745000', '135311.205000', '135311.665000', '135312.125000', '135312.585000', '135313.045000', '135313.505000', '135313.965000', '135314.425000', '135314.885000', '135315.345000', '135315.805000', '135316.265000', '135316.725000', '135317.185000', '135317.645000', '135318.105000', '135318.565000', '135319.025000', '135319.485000', '135319.945000', '135320.405000', '135320.865000', '135321.325000', '135321.785000', '135322.245000', '135322.705000', '135323.165000', '135323.625000', '135324.085000', '135324.545000', '135325.005000', '135325.465000', '135325.925000', '135326.385000', '135326.845000', '135327.305000', '135327.765000', '135328.225000', '135328.685000', '135329.145000', '135329.605000', '135330.065000', '135330.525000', '135330.985000', '135331.445000', '135331.905000', '135332.365000', '135332.825000', '135333.285000', '135333.745000', '135334.205000', '135334.665000', '135335.125000', '135335.585000', '135336.045000', '135336.505000', '135336.965000', '135337.425000', '135337.885000', '135338.345000', '135338.805000', '135339.265000', '135339.725000', '135340.185000', '135340.645000', '135341.105000', '135341.565000', '135342.025000', '135342.485000', '135342.945000', '135343.405000', '135343.865000', '135344.325000', '135344.785000', '135345.245000', '135345.705000', '135346.165000', '135346.625000', '135347.085000', '135347.545000', '135348.005000', '135348.465000', '135348.925000', '135349.385000', '135349.845000', '135350.305000', '135350.765000', '135351.225000', '135351.685000', '135352.145000', '135352.605000', '135353.065000', '135353.525000', '135353.985000', '135354.445000', '135354.905000', '135355.365000', '135355.825000', '135356.285000', '135356.745000', '135357.205000', '135357.665000', '135358.125000', '135358.585000', '135359.045000', '135359.505000', '135359.965000', '135400.425000', '135400.885000', '135401.345000', '135401.805000', '135402.265000', '135402.725000', '135403.185000', '135403.645000', '135404.105000', '135404.565000', '135405.025000', '135405.485000', '135405.945000', '135406.405000', '135406.865000', '135407.325000', '135407.785000', '135408.245000', '135408.705000', '135409.165000', '135409.625000', '135410.085000', '135410.545000', '135411.005000', '135411.465000', '135411.925000', '135412.385000', '135412.845000', '135413.305000', '135413.765000', '135414.225000', '135414.685000', '135415.145000', '135415.605000', '135416.065000', '135416.525000', '135416.985000', '135417.445000', '135417.905000', '135418.365000', '135418.825000', '135419.285000', '135419.745000', '135420.205000', '135420.665000', '135421.125000', '135421.585000', '135422.045000', '135422.505000', '135422.965000', '135423.425000', '135423.885000', '135424.345000', '135424.805000', '135425.265000', '135425.725000', '135426.185000', '135426.645000', '135427.105000', '135427.565000', '135428.025000', '135428.485000', '135428.945000', '135429.405000', '135429.865000', '135430.325000', '135430.785000', '135431.245000', '135431.705000', '135432.165000', '135432.625000', '135433.085000', '135433.545000', '135434.005000', '135434.465000', '135434.925000', '135435.385000', '135435.845000', '135436.305000', '135436.765000', '135437.225000', '135437.685000', '135438.145000', '135438.605000', '135439.065000', '135439.525000', '135439.985000', '135440.445000', '135440.905000', '135441.365000', '135441.825000', '135442.285000', '135442.745000', '135443.205000', '135443.665000', '135444.125000', '135444.585000', '135445.045000', '135445.505000', '135445.965000', '135446.425000', '135446.885000', '135447.345000', '135447.805000', '135448.265000', '135448.725000', '135449.185000', '135449.645000', '135450.105000', '135450.565000', '135451.025000', '135451.485000', '135451.945000', '135452.405000', '135452.865000', '135453.325000', '135453.785000', '135454.245000', '135454.705000', '135455.165000', '135455.625000', '135456.085000', '135456.545000', '135457.005000', '135457.465000', '135457.925000', '135458.385000', '135458.845000', '135459.305000', '135459.765000', '135500.225000', '135500.685000', '135501.145000', '135501.605000', '135502.065000', '135502.525000', '135502.985000', '135503.445000', '135503.905000', '135504.365000', '135504.825000', '135505.285000', '135505.745000', '135506.205000', '135506.665000', '135507.125000', '135507.585000', '135508.045000', '135508.505000', '135508.965000', '135509.425000', '135509.885000', '135510.345000', '135510.805000', '135511.265000', '135511.725000', '135512.185000', '135512.645000', '135513.105000', '135513.565000', '135514.025000', '135514.485000', '135514.945000', '135515.405000', '135515.865000', '135516.325000', '135516.785000', '135517.245000', '135517.705000', '135518.165000', '135518.625000', '135519.085000', '135519.545000', '135520.005000', '135520.465000', '135520.925000', '135521.385000', '135521.845000', '135522.305000', '135522.765000', '135523.225000', '135523.685000', '135524.145000', '135524.605000', '135525.065000', '135525.525000', '135525.985000', '135526.445000', '135526.905000', '135527.365000', '135527.825000', '135528.285000', '135528.745000', '135529.205000', '135529.665000', '135530.125000', '135530.585000', '135531.045000', '135531.505000', '135531.965000', '135532.425000', '135532.885000', '135533.345000', '135533.805000', '135534.265000', '135534.725000', '135535.185000', '135535.645000', '135536.105000', '135536.565000', '135537.025000', '135537.485000', '135537.945000', '135538.405000', '135538.865000', '135539.325000', '135539.785000', '135540.245000', '135540.705000', '135541.165000', '135541.625000', '135542.085000', '135542.545000', '135543.005000', '135543.465000', '135543.925000', '135544.385000', '135544.845000', '135545.305000', '135545.765000', '135546.225000', '135546.685000', '135547.145000', '135547.605000', '135548.065000', '135548.525000', '135548.985000', '135549.445000', '135549.905000', '135550.365000', '135550.825000', '135551.285000', '135551.745000', '135552.205000', '135552.665000', '135553.125000', '135553.585000', '135554.045000', '135554.505000', '135554.965000', '135555.425000', '135555.885000', '135556.345000', '135556.805000', '135557.265000', '135557.725000', '135558.185000', '135558.645000', '135559.105000', '135559.565000', '135600.025000', '135600.485000', '135600.945000', '135601.405000', '135601.865000', '135602.325000', '135602.785000', '135603.245000', '135603.705000', '135604.165000', '135604.625000', '135605.085000', '135605.545000', '135606.005000', '135606.465000', '135606.925000', '135607.385000', '135607.845000', '135608.305000', '135608.765000', '135609.225000', '135609.685000', '135610.145000', '135610.605000', '135611.065000', '135611.525000', '135611.985000', '135612.445000', '135612.905000', '135613.365000', '135613.825000', '135614.285000', '135614.745000', '135615.205000', '135615.665000', '135616.125000', '135616.585000', '135617.045000', '135617.505000', '135617.965000', '135618.425000', '135618.885000', '135619.345000', '135619.805000', '135620.265000', '135620.725000', '135621.185000', '135621.645000', '135622.105000', '135622.565000', '135623.025000', '135623.485000', '135623.945000', '135624.405000', '135624.865000', '135625.325000', '135625.785000', '135626.245000', '135626.705000', '135627.165000', '135627.625000', '135628.085000', '135628.545000', '135629.005000', '135629.465000', '135629.925000', '135630.385000', '135630.845000', '135631.305000', '135631.765000', '135632.225000', '135632.685000', '135633.145000', '135633.605000', '135634.065000', '135634.525000', '135634.985000', '135635.445000', '135635.905000', '135636.365000', '135636.825000', '135637.285000', '135637.745000', '135638.205000', '135638.665000', '135639.125000', '135639.585000', '135640.045000', '135640.505000', '135640.965000', '135641.425000', '135641.885000', '135642.345000', '135642.805000', '135643.265000', '135643.725000', '135644.185000', '135644.645000', '135645.105000', '135645.565000', '135646.025000', '135646.485000', '135646.945000', '135647.405000', '135647.865000', '135648.325000', '135648.785000', '135649.245000', '135649.705000', '135650.165000', '135650.625000', '135651.085000', '135651.545000', '135652.005000', '135652.465000', '135652.925000', '135653.385000', '135653.845000', '135654.305000', '135654.765000', '135655.225000', '135655.685000', '135656.145000', '135656.605000', '135657.065000', '135657.525000', '135657.985000', '135658.445000', '135658.905000', '135659.365000', '135659.825000', '135700.285000', '135700.745000', '135701.205000', '135701.665000', '135702.125000', '135702.585000', '135703.045000', '135703.505000', '135703.965000', '135704.425000', '135704.885000', '135705.345000'], 'ContentTime': ['134932.029000', '134932.037000', '134932.040000', '134932.043000', '134932.046000', '134932.048000', '134932.051000', '134932.054000', '134932.057000', '134932.061000', '134932.063000', '134932.066000', '134932.069000', '134932.072000', '134932.075000', '134932.078000', '134932.081000', '134932.084000', '134932.087000', '134932.090000', '134932.094000', '134932.097000', '134932.100000', '134932.103000', '134932.106000', '134932.109000', '134932.112000', '134932.115000', '134951.997000', '134952.001000', '134952.004000', '134952.008000', '134952.011000', '134952.014000', '134952.017000', '134952.020000', '134952.023000', '134952.026000', '134952.033000', '134952.036000', '134952.039000', '134952.049000', '134952.052000', '134952.055000', '134952.058000', '134952.061000', '134952.064000', '134952.067000', '134952.070000', '134952.073000', '134952.076000', '134952.078000', '134952.081000', '134952.084000', '134952.087000', '134952.090000', '134952.093000', '134952.096000', '134952.099000', '134952.102000', '134952.105000', '134952.108000', '134952.111000', '134952.114000', '134952.117000', '134952.120000', '134952.123000', '134952.125000', '134952.128000', '134952.137000', '134952.140000', '134952.143000', '135011.997000', '135012.001000', '135012.004000', '135012.007000', '135012.009000', '135012.012000', '135012.015000', '135012.018000', '135012.021000', '135012.024000', '135012.026000', '135012.029000', '135012.032000', '135012.035000', '135012.038000', '135012.041000', '135012.044000', '135012.046000', '135012.049000', '135012.052000', '135012.055000', '135012.058000', '135012.061000', '135012.065000', '135012.068000', '135012.071000', '135012.074000', '135012.077000', '135012.079000', '135012.082000', '135012.085000', '135012.088000', '135012.091000', '135012.094000', '135012.096000', '135012.100000', '135012.103000', '135012.106000', '135012.109000', '135012.112000', '135012.115000', '135012.117000', '135012.120000', '135031.998000', '135032.002000', '135032.005000', '135032.008000', '135032.011000', '135032.013000', '135032.016000', '135032.019000', '135032.022000', '135032.025000', '135032.027000', '135032.030000', '135032.033000', '135032.036000', '135032.039000', '135032.042000', '135032.045000', '135032.048000', '135032.050000', '135032.053000', '135032.056000', '135032.059000', '135032.062000', '135032.065000', '135032.068000', '135032.070000', '135032.073000', '135032.076000', '135032.079000', '135032.082000', '135032.085000', '135032.087000', '135032.090000', '135032.093000', '135032.096000', '135032.099000', '135032.102000', '135032.105000', '135032.108000', '135032.110000', '135032.113000', '135032.116000', '135032.119000', '135032.122000', '135051.998000', '135052.002000', '135052.005000', '135052.008000', '135052.011000', '135052.014000', '135052.016000', '135052.019000', '135052.022000', '135052.025000', '135052.028000', '135052.031000', '135052.034000', '135052.036000', '135052.039000', '135052.042000', '135052.045000', '135052.048000', '135052.051000', '135052.054000', '135052.056000', '135052.059000', '135052.062000', '135052.065000', '135052.068000', '135052.071000', '135052.074000', '135052.076000', '135052.079000', '135052.082000', '135052.085000', '135052.088000', '135052.091000', '135052.094000', '135052.097000', '135052.099000', '135052.102000', '135052.105000', '135052.114000', '135052.117000', '135052.120000', '135052.123000', '135052.126000', '135111.997000', '135112.001000', '135112.004000', '135112.007000', '135112.010000', '135112.012000', '135112.015000', '135112.018000', '135112.021000', '135112.024000', '135112.027000', '135112.030000', '135112.033000', '135112.035000', '135112.038000', '135112.041000', '135112.044000', '135112.047000', '135112.050000', '135112.053000', '135112.055000', '135112.058000', '135112.061000', '135112.064000', '135112.067000', '135112.070000', '135112.072000', '135112.075000', '135112.078000', '135112.081000', '135112.084000', '135112.087000', '135112.090000', '135112.092000', '135112.095000', '135112.098000', '135112.101000', '135112.104000', '135112.107000', '135112.110000', '135112.113000', '135112.115000', '135112.118000', '135112.121000', '135131.997000', '135132.001000', '135132.004000', '135132.007000', '135132.010000', '135132.013000', '135132.015000', '135132.018000', '135132.040000', '135132.043000', '135132.046000', '135132.049000', '135132.051000', '135132.054000', '135132.057000', '135132.060000', '135132.063000', '135132.066000', '135132.069000', '135132.071000', '135132.074000', '135132.077000', '135132.080000', '135132.083000', '135132.086000', '135132.089000', '135132.091000', '135132.094000', '135132.097000', '135132.100000', '135132.103000', '135132.106000', '135132.109000', '135132.112000', '135132.114000', '135132.117000', '135132.120000', '135132.123000', '135132.126000', '135132.129000', '135132.131000', '135132.134000', '135132.137000', '135151.997000', '135152.003000', '135152.007000', '135152.010000', '135152.013000', '135152.016000', '135152.019000', '135152.022000', '135152.024000', '135152.027000', '135152.030000', '135152.033000', '135152.036000', '135152.039000', '135152.042000', '135152.044000', '135152.047000', '135152.050000', '135152.053000', '135152.056000', '135152.059000', '135152.061000', '135152.065000', '135152.067000', '135152.070000', '135152.073000', '135152.076000', '135152.079000', '135152.082000', '135152.085000', '135152.088000', '135152.090000', '135152.093000', '135152.096000', '135152.099000', '135152.102000', '135152.105000', '135152.107000', '135152.110000', '135152.113000', '135152.116000', '135152.119000', '135152.122000', '135211.997000', '135212.001000', '135212.004000', '135212.007000', '135212.010000', '135212.013000', '135212.016000', '135212.018000', '135212.021000', '135212.024000', '135212.027000', '135212.030000', '135212.033000', '135212.036000', '135212.038000', '135212.041000', '135212.044000', '135212.047000', '135212.050000', '135212.053000', '135212.056000', '135212.059000', '135212.061000', '135212.064000', '135212.067000', '135212.070000', '135212.073000', '135212.076000', '135212.078000', '135212.081000', '135212.084000', '135212.087000', '135212.090000', '135212.093000', '135212.096000', '135212.098000', '135212.101000', '135212.104000', '135212.107000', '135212.110000', '135212.113000', '135212.116000', '135212.118000', '135212.121000', '135231.998000', '135232.001000', '135232.004000', '135232.007000', '135232.010000', '135232.012000', '135232.015000', '135232.019000', '135232.021000', '135232.025000', '135232.028000', '135232.030000', '135232.033000', '135232.036000', '135232.039000', '135232.042000', '135232.045000', '135232.048000', '135232.051000', '135232.053000', '135232.056000', '135232.059000', '135232.062000', '135232.065000', '135232.068000', '135232.071000', '135232.073000', '135232.076000', '135232.079000', '135232.082000', '135232.085000', '135232.088000', '135232.091000', '135232.094000', '135232.097000', '135232.099000', '135232.102000', '135232.105000', '135232.108000', '135232.111000', '135232.114000', '135232.117000', '135232.119000', '135251.998000', '135252.002000', '135252.005000', '135252.007000', '135252.011000', '135252.014000', '135252.016000', '135252.019000', '135252.022000', '135252.025000', '135252.028000', '135252.031000', '135252.034000', '135252.036000', '135252.039000', '135252.042000', '135252.045000', '135252.048000', '135252.051000', '135252.054000', '135252.057000', '135252.059000', '135252.062000', '135252.065000', '135252.068000', '135252.071000', '135252.074000', '135252.076000', '135252.079000', '135252.082000', '135252.085000', '135252.088000', '135252.091000', '135252.094000', '135252.097000', '135252.099000', '135252.102000', '135252.105000', '135252.108000', '135252.111000', '135252.114000', '135252.117000', '135252.119000', '135252.122000', '135311.998000', '135312.002000', '135312.005000', '135312.008000', '135312.011000', '135312.014000', '135312.017000', '135312.019000', '135312.022000', '135312.025000', '135312.028000', '135312.031000', '135312.036000', '135312.040000', '135312.043000', '135312.046000', '135312.049000', '135312.052000', '135312.055000', '135312.058000', '135312.061000', '135312.064000', '135312.066000', '135312.069000', '135312.072000', '135312.075000', '135312.078000', '135312.081000', '135312.084000', '135312.086000', '135312.089000', '135312.092000', '135312.095000', '135312.098000', '135312.101000', '135312.104000', '135312.107000', '135312.109000', '135312.112000', '135312.115000', '135312.118000', '135312.121000', '135312.124000', '135331.997000', '135332.001000', '135332.004000', '135332.007000', '135332.010000', '135332.012000', '135332.015000', '135332.018000', '135332.021000', '135332.024000', '135332.027000', '135332.030000', '135332.032000', '135332.035000', '135332.038000', '135332.041000', '135332.044000', '135332.047000', '135332.050000', '135332.061000', '135332.064000', '135332.067000', '135332.069000', '135332.073000', '135332.075000', '135332.078000', '135332.081000', '135332.084000', '135332.087000', '135332.090000', '135332.093000', '135332.096000', '135332.098000', '135332.101000', '135332.104000', '135332.107000', '135332.110000', '135332.113000', '135332.116000', '135332.119000', '135332.121000', '135332.124000', '135332.127000', '135332.130000', '135351.997000', '135352.001000', '135352.004000', '135352.007000', '135352.010000', '135352.013000', '135352.016000', '135352.018000', '135352.021000', '135352.024000', '135352.027000', '135352.030000', '135352.033000', '135352.036000', '135352.038000', '135352.041000', '135352.044000', '135352.047000', '135352.050000', '135352.053000', '135352.056000', '135352.059000', '135352.062000', '135352.065000', '135352.068000', '135352.071000', '135352.074000', '135352.077000', '135352.080000', '135352.082000', '135352.085000', '135352.088000', '135352.091000', '135352.112000', '135352.115000', '135352.118000', '135352.121000', '135352.124000', '135352.127000', '135352.129000', '135352.132000', '135352.135000', '135352.138000', '135411.997000', '135412.001000', '135412.004000', '135412.007000', '135412.010000', '135412.012000', '135412.015000', '135412.018000', '135412.021000', '135412.024000', '135412.027000', '135412.030000', '135412.033000', '135412.036000', '135412.038000', '135412.041000', '135412.044000', '135412.047000', '135412.050000', '135412.053000', '135412.056000', '135412.059000', '135412.062000', '135412.064000', '135412.067000', '135412.070000', '135412.073000', '135412.076000', '135412.079000', '135412.082000', '135412.085000', '135412.088000', '135412.090000', '135412.093000', '135412.096000', '135412.099000', '135412.102000', '135412.105000', '135412.108000', '135412.110000', '135412.113000', '135412.116000', '135412.119000', '135412.122000', '135431.997000', '135432.001000', '135432.004000', '135432.007000', '135432.010000', '135432.013000', '135432.016000', '135432.019000', '135432.022000', '135432.025000', '135432.028000', '135432.030000', '135432.033000', '135432.036000', '135432.039000', '135432.055000', '135432.058000', '135432.061000', '135432.064000', '135432.067000', '135432.070000', '135432.073000', '135432.076000', '135432.079000', '135432.082000', '135432.085000', '135432.088000', '135432.090000', '135432.093000', '135432.096000', '135432.099000', '135432.102000', '135432.105000', '135432.108000', '135432.111000', '135432.113000', '135432.116000', '135432.119000', '135432.122000', '135432.125000', '135432.128000', '135432.131000', '135432.134000', '135451.998000', '135452.001000', '135452.004000', '135452.007000', '135452.010000', '135452.013000', '135452.016000', '135452.018000', '135452.021000', '135452.024000', '135452.027000', '135452.030000', '135452.033000', '135452.036000', '135452.047000', '135452.050000', '135452.053000', '135452.056000', '135452.059000', '135452.061000', '135452.064000', '135452.067000', '135452.070000', '135452.073000', '135452.076000', '135452.079000', '135452.082000', '135452.084000', '135452.087000', '135452.090000', '135452.093000', '135452.096000', '135452.099000', '135452.102000', '135452.105000', '135452.107000', '135452.110000', '135452.113000', '135452.116000', '135452.119000', '135452.122000', '135452.125000', '135452.127000', '135452.130000', '135511.998000', '135512.002000', '135512.005000', '135512.008000', '135512.011000', '135512.013000', '135512.016000', '135512.019000', '135512.022000', '135512.025000', '135512.028000', '135512.031000', '135512.033000', '135512.036000', '135512.039000', '135512.042000', '135512.045000', '135512.048000', '135512.051000', '135512.054000', '135512.057000', '135512.059000', '135512.062000', '135512.065000', '135512.068000', '135512.071000', '135512.074000', '135512.077000', '135512.080000', '135512.082000', '135512.085000', '135512.088000', '135512.091000', '135512.094000', '135512.098000', '135512.101000', '135512.103000', '135512.106000', '135512.109000', '135512.112000', '135512.115000', '135512.118000', '135512.121000', '135531.998000', '135532.002000', '135532.005000', '135532.008000', '135532.011000', '135532.013000', '135532.016000', '135532.019000', '135532.022000', '135532.025000', '135532.028000', '135532.031000', '135532.034000', '135532.037000', '135532.039000', '135532.042000', '135532.045000', '135532.048000', '135532.051000', '135532.054000', '135532.057000', '135532.059000', '135532.062000', '135532.065000', '135532.068000', '135532.071000', '135532.074000', '135532.077000', '135532.080000', '135532.082000', '135532.085000', '135532.088000', '135532.091000', '135532.094000', '135532.097000', '135532.099000', '135532.102000', '135532.105000', '135532.108000', '135532.111000', '135532.114000', '135532.117000', '135532.119000', '135532.122000', '135551.997000', '135552.001000', '135552.004000', '135552.007000', '135552.010000', '135552.013000', '135552.016000', '135552.018000', '135552.021000', '135552.024000', '135552.027000', '135552.030000', '135552.033000', '135552.036000', '135552.039000', '135552.042000', '135552.044000', '135552.048000', '135552.051000', '135552.054000', '135552.057000', '135552.060000', '135552.063000', '135552.065000', '135552.068000', '135552.071000', '135552.089000', '135552.092000', '135552.095000', '135552.098000', '135552.102000', '135552.105000', '135552.108000', '135552.110000', '135552.113000', '135552.119000', '135552.122000', '135552.126000', '135552.128000', '135552.131000', '135552.134000', '135552.137000', '135552.140000', '135611.997000', '135612.001000', '135612.004000', '135612.007000', '135612.010000', '135612.013000', '135612.015000', '135612.018000', '135612.021000', '135612.024000', '135612.027000', '135612.030000', '135612.033000', '135612.035000', '135612.038000', '135612.041000', '135612.044000', '135612.047000', '135612.050000', '135612.053000', '135612.055000', '135612.058000', '135612.061000', '135612.064000', '135612.067000', '135612.070000', '135612.073000', '135612.076000', '135612.078000', '135612.081000', '135612.084000', '135612.087000', '135612.090000', '135612.093000', '135612.095000', '135612.098000', '135612.107000', '135612.110000', '135612.113000', '135612.116000', '135612.119000', '135612.122000', '135612.124000', '135612.127000', '135631.997000', '135632.001000', '135632.004000', '135632.007000', '135632.010000', '135632.013000', '135632.016000', '135632.018000', '135632.021000', '135632.024000', '135632.027000', '135632.030000', '135632.033000', '135632.036000', '135632.038000', '135632.041000', '135632.044000', '135632.047000', '135632.050000', '135632.053000', '135632.055000', '135632.058000', '135632.061000', '135632.064000', '135632.067000', '135632.070000', '135632.073000', '135632.075000', '135632.078000', '135632.081000', '135632.084000', '135632.087000', '135632.090000', '135632.093000', '135632.096000', '135632.098000', '135632.101000', '135632.104000', '135632.107000', '135632.110000', '135632.113000', '135632.116000', '135632.119000', '135651.997000', '135652.001000', '135652.004000', '135652.007000', '135652.010000', '135652.013000', '135652.016000', '135652.018000', '135652.021000', '135652.024000', '135652.027000', '135652.030000', '135652.033000', '135652.036000', '135652.039000', '135652.041000', '135652.044000', '135652.047000', '135652.050000', '135652.053000', '135652.056000', '135652.059000', '135652.062000', '135652.064000', '135652.067000', '135652.070000', '135652.073000', '135652.076000', '135652.079000', '135652.081000', '135652.084000', '135652.087000', '135652.090000', '135652.093000', '135652.096000', '135652.099000', '135652.102000', '135652.104000', '135652.107000', '135652.110000', '135652.113000', '135652.116000', '135652.119000', '135652.122000', '135706.225000', '135706.228000', '135706.231000', '135706.234000', '135706.237000', '135706.240000', '135706.243000', '135706.246000', '135706.250000', '135706.253000', '135706.256000', '135706.259000', '135706.263000', '135706.266000', '135706.269000', '135706.271000', '135706.275000', '135706.278000', '135706.281000', '135706.284000', '135706.287000', '135706.290000', '135706.293000', '135706.296000', '135706.299000', '135706.302000', '135706.305000', '135706.308000', '135706.311000', '135706.314000', '135706.317000'], 'InstanceCreationTime': ['134932.029000', '134932.037000', '134932.040000', '134932.043000', '134932.046000', '134932.048000', '134932.051000', '134932.054000', '134932.057000', '134932.061000', '134932.063000', '134932.066000', '134932.069000', '134932.072000', '134932.075000', '134932.078000', '134932.081000', '134932.084000', '134932.087000', '134932.090000', '134932.094000', '134932.097000', '134932.100000', '134932.103000', '134932.106000', '134932.109000', '134932.112000', '134932.115000', '134951.997000', '134952.001000', '134952.004000', '134952.008000', '134952.011000', '134952.014000', '134952.017000', '134952.020000', '134952.023000', '134952.026000', '134952.033000', '134952.036000', '134952.039000', '134952.049000', '134952.052000', '134952.055000', '134952.058000', '134952.061000', '134952.064000', '134952.067000', '134952.070000', '134952.073000', '134952.076000', '134952.078000', '134952.081000', '134952.084000', '134952.087000', '134952.090000', '134952.093000', '134952.096000', '134952.099000', '134952.102000', '134952.105000', '134952.108000', '134952.111000', '134952.114000', '134952.117000', '134952.120000', '134952.123000', '134952.125000', '134952.128000', '134952.137000', '134952.140000', '134952.143000', '135011.997000', '135012.001000', '135012.004000', '135012.007000', '135012.009000', '135012.012000', '135012.015000', '135012.018000', '135012.021000', '135012.024000', '135012.026000', '135012.029000', '135012.032000', '135012.035000', '135012.038000', '135012.041000', '135012.044000', '135012.046000', '135012.049000', '135012.052000', '135012.055000', '135012.058000', '135012.061000', '135012.065000', '135012.068000', '135012.071000', '135012.074000', '135012.077000', '135012.079000', '135012.082000', '135012.085000', '135012.088000', '135012.091000', '135012.094000', '135012.096000', '135012.100000', '135012.103000', '135012.106000', '135012.109000', '135012.112000', '135012.115000', '135012.117000', '135012.120000', '135031.998000', '135032.002000', '135032.005000', '135032.008000', '135032.011000', '135032.013000', '135032.016000', '135032.019000', '135032.022000', '135032.025000', '135032.027000', '135032.030000', '135032.033000', '135032.036000', '135032.039000', '135032.042000', '135032.045000', '135032.048000', '135032.050000', '135032.053000', '135032.056000', '135032.059000', '135032.062000', '135032.065000', '135032.068000', '135032.070000', '135032.073000', '135032.076000', '135032.079000', '135032.082000', '135032.085000', '135032.087000', '135032.090000', '135032.093000', '135032.096000', '135032.099000', '135032.102000', '135032.105000', '135032.108000', '135032.110000', '135032.113000', '135032.116000', '135032.119000', '135032.122000', '135051.998000', '135052.002000', '135052.005000', '135052.008000', '135052.011000', '135052.014000', '135052.016000', '135052.019000', '135052.022000', '135052.025000', '135052.028000', '135052.031000', '135052.034000', '135052.036000', '135052.039000', '135052.042000', '135052.045000', '135052.048000', '135052.051000', '135052.054000', '135052.056000', '135052.059000', '135052.062000', '135052.065000', '135052.068000', '135052.071000', '135052.074000', '135052.076000', '135052.079000', '135052.082000', '135052.085000', '135052.088000', '135052.091000', '135052.094000', '135052.097000', '135052.099000', '135052.102000', '135052.105000', '135052.114000', '135052.117000', '135052.120000', '135052.123000', '135052.126000', '135111.997000', '135112.001000', '135112.004000', '135112.007000', '135112.010000', '135112.012000', '135112.015000', '135112.018000', '135112.021000', '135112.024000', '135112.027000', '135112.030000', '135112.033000', '135112.035000', '135112.038000', '135112.041000', '135112.044000', '135112.047000', '135112.050000', '135112.053000', '135112.055000', '135112.058000', '135112.061000', '135112.064000', '135112.067000', '135112.070000', '135112.072000', '135112.075000', '135112.078000', '135112.081000', '135112.084000', '135112.087000', '135112.090000', '135112.092000', '135112.095000', '135112.098000', '135112.101000', '135112.104000', '135112.107000', '135112.110000', '135112.113000', '135112.115000', '135112.118000', '135112.121000', '135131.997000', '135132.001000', '135132.004000', '135132.007000', '135132.010000', '135132.013000', '135132.015000', '135132.018000', '135132.040000', '135132.043000', '135132.046000', '135132.049000', '135132.051000', '135132.054000', '135132.057000', '135132.060000', '135132.063000', '135132.066000', '135132.069000', '135132.071000', '135132.074000', '135132.077000', '135132.080000', '135132.083000', '135132.086000', '135132.089000', '135132.091000', '135132.094000', '135132.097000', '135132.100000', '135132.103000', '135132.106000', '135132.109000', '135132.112000', '135132.114000', '135132.117000', '135132.120000', '135132.123000', '135132.126000', '135132.129000', '135132.131000', '135132.134000', '135132.137000', '135151.997000', '135152.003000', '135152.007000', '135152.010000', '135152.013000', '135152.016000', '135152.019000', '135152.022000', '135152.024000', '135152.027000', '135152.030000', '135152.033000', '135152.036000', '135152.039000', '135152.042000', '135152.044000', '135152.047000', '135152.050000', '135152.053000', '135152.056000', '135152.059000', '135152.061000', '135152.065000', '135152.067000', '135152.070000', '135152.073000', '135152.076000', '135152.079000', '135152.082000', '135152.085000', '135152.088000', '135152.090000', '135152.093000', '135152.096000', '135152.099000', '135152.102000', '135152.105000', '135152.107000', '135152.110000', '135152.113000', '135152.116000', '135152.119000', '135152.122000', '135211.997000', '135212.001000', '135212.004000', '135212.007000', '135212.010000', '135212.013000', '135212.016000', '135212.018000', '135212.021000', '135212.024000', '135212.027000', '135212.030000', '135212.033000', '135212.036000', '135212.038000', '135212.041000', '135212.044000', '135212.047000', '135212.050000', '135212.053000', '135212.056000', '135212.059000', '135212.061000', '135212.064000', '135212.067000', '135212.070000', '135212.073000', '135212.076000', '135212.078000', '135212.081000', '135212.084000', '135212.087000', '135212.090000', '135212.093000', '135212.096000', '135212.098000', '135212.101000', '135212.104000', '135212.107000', '135212.110000', '135212.113000', '135212.116000', '135212.118000', '135212.121000', '135231.998000', '135232.001000', '135232.004000', '135232.007000', '135232.010000', '135232.012000', '135232.015000', '135232.019000', '135232.021000', '135232.025000', '135232.028000', '135232.030000', '135232.033000', '135232.036000', '135232.039000', '135232.042000', '135232.045000', '135232.048000', '135232.051000', '135232.053000', '135232.056000', '135232.059000', '135232.062000', '135232.065000', '135232.068000', '135232.071000', '135232.073000', '135232.076000', '135232.079000', '135232.082000', '135232.085000', '135232.088000', '135232.091000', '135232.094000', '135232.097000', '135232.099000', '135232.102000', '135232.105000', '135232.108000', '135232.111000', '135232.114000', '135232.117000', '135232.119000', '135251.998000', '135252.002000', '135252.005000', '135252.007000', '135252.011000', '135252.014000', '135252.016000', '135252.019000', '135252.022000', '135252.025000', '135252.028000', '135252.031000', '135252.034000', '135252.036000', '135252.039000', '135252.042000', '135252.045000', '135252.048000', '135252.051000', '135252.054000', '135252.057000', '135252.059000', '135252.062000', '135252.065000', '135252.068000', '135252.071000', '135252.074000', '135252.076000', '135252.079000', '135252.082000', '135252.085000', '135252.088000', '135252.091000', '135252.094000', '135252.097000', '135252.099000', '135252.102000', '135252.105000', '135252.108000', '135252.111000', '135252.114000', '135252.117000', '135252.119000', '135252.122000', '135311.998000', '135312.002000', '135312.005000', '135312.008000', '135312.011000', '135312.014000', '135312.017000', '135312.019000', '135312.022000', '135312.025000', '135312.028000', '135312.031000', '135312.036000', '135312.040000', '135312.043000', '135312.046000', '135312.049000', '135312.052000', '135312.055000', '135312.058000', '135312.061000', '135312.064000', '135312.066000', '135312.069000', '135312.072000', '135312.075000', '135312.078000', '135312.081000', '135312.084000', '135312.086000', '135312.089000', '135312.092000', '135312.095000', '135312.098000', '135312.101000', '135312.104000', '135312.107000', '135312.109000', '135312.112000', '135312.115000', '135312.118000', '135312.121000', '135312.124000', '135331.997000', '135332.001000', '135332.004000', '135332.007000', '135332.010000', '135332.012000', '135332.015000', '135332.018000', '135332.021000', '135332.024000', '135332.027000', '135332.030000', '135332.032000', '135332.035000', '135332.038000', '135332.041000', '135332.044000', '135332.047000', '135332.050000', '135332.061000', '135332.064000', '135332.067000', '135332.069000', '135332.073000', '135332.075000', '135332.078000', '135332.081000', '135332.084000', '135332.087000', '135332.090000', '135332.093000', '135332.096000', '135332.098000', '135332.101000', '135332.104000', '135332.107000', '135332.110000', '135332.113000', '135332.116000', '135332.119000', '135332.121000', '135332.124000', '135332.127000', '135332.130000', '135351.997000', '135352.001000', '135352.004000', '135352.007000', '135352.010000', '135352.013000', '135352.016000', '135352.018000', '135352.021000', '135352.024000', '135352.027000', '135352.030000', '135352.033000', '135352.036000', '135352.038000', '135352.041000', '135352.044000', '135352.047000', '135352.050000', '135352.053000', '135352.056000', '135352.059000', '135352.062000', '135352.065000', '135352.068000', '135352.071000', '135352.074000', '135352.077000', '135352.080000', '135352.082000', '135352.085000', '135352.088000', '135352.091000', '135352.112000', '135352.115000', '135352.118000', '135352.121000', '135352.124000', '135352.127000', '135352.129000', '135352.132000', '135352.135000', '135352.138000', '135411.997000', '135412.001000', '135412.004000', '135412.007000', '135412.010000', '135412.012000', '135412.015000', '135412.018000', '135412.021000', '135412.024000', '135412.027000', '135412.030000', '135412.033000', '135412.036000', '135412.038000', '135412.041000', '135412.044000', '135412.047000', '135412.050000', '135412.053000', '135412.056000', '135412.059000', '135412.062000', '135412.064000', '135412.067000', '135412.070000', '135412.073000', '135412.076000', '135412.079000', '135412.082000', '135412.085000', '135412.088000', '135412.090000', '135412.093000', '135412.096000', '135412.099000', '135412.102000', '135412.105000', '135412.108000', '135412.110000', '135412.113000', '135412.116000', '135412.119000', '135412.122000', '135431.997000', '135432.001000', '135432.004000', '135432.007000', '135432.010000', '135432.013000', '135432.016000', '135432.019000', '135432.022000', '135432.025000', '135432.028000', '135432.030000', '135432.033000', '135432.036000', '135432.039000', '135432.055000', '135432.058000', '135432.061000', '135432.064000', '135432.067000', '135432.070000', '135432.073000', '135432.076000', '135432.079000', '135432.082000', '135432.085000', '135432.088000', '135432.090000', '135432.093000', '135432.096000', '135432.099000', '135432.102000', '135432.105000', '135432.108000', '135432.111000', '135432.113000', '135432.116000', '135432.119000', '135432.122000', '135432.125000', '135432.128000', '135432.131000', '135432.134000', '135451.998000', '135452.001000', '135452.004000', '135452.007000', '135452.010000', '135452.013000', '135452.016000', '135452.018000', '135452.021000', '135452.024000', '135452.027000', '135452.030000', '135452.033000', '135452.036000', '135452.047000', '135452.050000', '135452.053000', '135452.056000', '135452.059000', '135452.061000', '135452.064000', '135452.067000', '135452.070000', '135452.073000', '135452.076000', '135452.079000', '135452.082000', '135452.084000', '135452.087000', '135452.090000', '135452.093000', '135452.096000', '135452.099000', '135452.102000', '135452.105000', '135452.107000', '135452.110000', '135452.113000', '135452.116000', '135452.119000', '135452.122000', '135452.125000', '135452.127000', '135452.130000', '135511.998000', '135512.002000', '135512.005000', '135512.008000', '135512.011000', '135512.013000', '135512.016000', '135512.019000', '135512.022000', '135512.025000', '135512.028000', '135512.031000', '135512.033000', '135512.036000', '135512.039000', '135512.042000', '135512.045000', '135512.048000', '135512.051000', '135512.054000', '135512.057000', '135512.059000', '135512.062000', '135512.065000', '135512.068000', '135512.071000', '135512.074000', '135512.077000', '135512.080000', '135512.082000', '135512.085000', '135512.088000', '135512.091000', '135512.094000', '135512.098000', '135512.101000', '135512.103000', '135512.106000', '135512.109000', '135512.112000', '135512.115000', '135512.118000', '135512.121000', '135531.998000', '135532.002000', '135532.005000', '135532.008000', '135532.011000', '135532.013000', '135532.016000', '135532.019000', '135532.022000', '135532.025000', '135532.028000', '135532.031000', '135532.034000', '135532.037000', '135532.039000', '135532.042000', '135532.045000', '135532.048000', '135532.051000', '135532.054000', '135532.057000', '135532.059000', '135532.062000', '135532.065000', '135532.068000', '135532.071000', '135532.074000', '135532.077000', '135532.080000', '135532.082000', '135532.085000', '135532.088000', '135532.091000', '135532.094000', '135532.097000', '135532.099000', '135532.102000', '135532.105000', '135532.108000', '135532.111000', '135532.114000', '135532.117000', '135532.119000', '135532.122000', '135551.997000', '135552.001000', '135552.004000', '135552.007000', '135552.010000', '135552.013000', '135552.016000', '135552.018000', '135552.021000', '135552.024000', '135552.027000', '135552.030000', '135552.033000', '135552.036000', '135552.039000', '135552.042000', '135552.044000', '135552.048000', '135552.051000', '135552.054000', '135552.057000', '135552.060000', '135552.063000', '135552.065000', '135552.068000', '135552.071000', '135552.089000', '135552.092000', '135552.095000', '135552.098000', '135552.102000', '135552.105000', '135552.108000', '135552.110000', '135552.113000', '135552.119000', '135552.122000', '135552.126000', '135552.128000', '135552.131000', '135552.134000', '135552.137000', '135552.140000', '135611.997000', '135612.001000', '135612.004000', '135612.007000', '135612.010000', '135612.013000', '135612.015000', '135612.018000', '135612.021000', '135612.024000', '135612.027000', '135612.030000', '135612.033000', '135612.035000', '135612.038000', '135612.041000', '135612.044000', '135612.047000', '135612.050000', '135612.053000', '135612.055000', '135612.058000', '135612.061000', '135612.064000', '135612.067000', '135612.070000', '135612.073000', '135612.076000', '135612.078000', '135612.081000', '135612.084000', '135612.087000', '135612.090000', '135612.093000', '135612.095000', '135612.098000', '135612.107000', '135612.110000', '135612.113000', '135612.116000', '135612.119000', '135612.122000', '135612.124000', '135612.127000', '135631.997000', '135632.001000', '135632.004000', '135632.007000', '135632.010000', '135632.013000', '135632.016000', '135632.018000', '135632.021000', '135632.024000', '135632.027000', '135632.030000', '135632.033000', '135632.036000', '135632.038000', '135632.041000', '135632.044000', '135632.047000', '135632.050000', '135632.053000', '135632.055000', '135632.058000', '135632.061000', '135632.064000', '135632.067000', '135632.070000', '135632.073000', '135632.075000', '135632.078000', '135632.081000', '135632.084000', '135632.087000', '135632.090000', '135632.093000', '135632.096000', '135632.098000', '135632.101000', '135632.104000', '135632.107000', '135632.110000', '135632.113000', '135632.116000', '135632.119000', '135651.997000', '135652.001000', '135652.004000', '135652.007000', '135652.010000', '135652.013000', '135652.016000', '135652.018000', '135652.021000', '135652.024000', '135652.027000', '135652.030000', '135652.033000', '135652.036000', '135652.039000', '135652.041000', '135652.044000', '135652.047000', '135652.050000', '135652.053000', '135652.056000', '135652.059000', '135652.062000', '135652.064000', '135652.067000', '135652.070000', '135652.073000', '135652.076000', '135652.079000', '135652.081000', '135652.084000', '135652.087000', '135652.090000', '135652.093000', '135652.096000', '135652.099000', '135652.102000', '135652.104000', '135652.107000', '135652.110000', '135652.113000', '135652.116000', '135652.119000', '135652.122000', '135706.225000', '135706.228000', '135706.231000', '135706.234000', '135706.237000', '135706.240000', '135706.243000', '135706.246000', '135706.250000', '135706.253000', '135706.256000', '135706.259000', '135706.263000', '135706.266000', '135706.269000', '135706.271000', '135706.275000', '135706.278000', '135706.281000', '135706.284000', '135706.287000', '135706.290000', '135706.293000', '135706.296000', '135706.299000', '135706.302000', '135706.305000', '135706.308000', '135706.311000', '135706.314000', '135706.317000'], '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': [9864, 10555, 9363, 12274, 9319, 12447, 9682, 12427, 9171, 11264, 7902, 9344, 14439, 8574, 9215, 8363, 9377, 8394, 9016, 8750, 9186, 8653, 9378, 8807, 9814, 8493, 9658, 8642, 8799, 14776, 8453, 13164, 10076, 10234, 8681, 8492, 12065, 8249, 10462, 8325, 8321, 8323, 8606, 9874, 8592, 9043, 8219, 8334, 9009, 8107, 10162, 8236, 8399, 8172, 8333, 9922, 8426, 8820, 8376, 7825, 8187, 8304, 8392, 8222, 7734, 8444, 11617, 8236, 11857, 8397, 10497, 7868, 10269, 7985, 8259, 11547, 8295, 16006, 8440, 12251, 8267, 10881, 8161, 8615, 7675, 8110, 13625, 8133, 12493, 9009, 10730, 8029, 10876, 8257, 8355, 15918, 10541, 17674, 11149, 13424, 12168, 8425, 18206, 14140, 15374, 10214, 8993, 18176, 9841, 13902, 12116, 9850, 18654, 12044, 14113, 12145, 8747, 16980, 12050, 13626, 8434, 8398, 16107, 8436, 12684, 11174, 14637, 8426, 13103, 10901, 8244, 17238, 8916, 11924, 17149, 11164, 18095, 11339, 11881, 14857, 8463, 16645, 10401, 11413, 8231, 8837, 10762, 8275, 9341, 8593, 9303, 12530, 8389, 12518, 8472, 9120, 9108, 8737, 17097, 8497, 10615, 8436, 9085, 14613, 8078, 9682, 8160, 8940, 11935, 8227, 9010, 8482, 8576, 10611, 8235, 9098, 8254, 8535, 9373, 8465, 9124, 8519, 8976, 8099, 8191, 10564, 8369, 9362, 8417, 8619, 8108, 8375, 13304, 8235, 11136, 8410, 9618, 7998, 8754, 10425, 9018, 8112, 12718, 8444, 8820, 8736, 8945, 8400, 8861, 8203, 8561, 8115, 8441, 12378, 8185, 16200, 8477, 14601, 12082, 13542, 9200, 12465, 8292, 8987, 8306, 8741, 8233, 8271, 14615, 8376, 11485, 8519, 9003, 8401, 8587, 12348, 8104, 15523, 8246, 10979, 8288, 9702, 8524, 8899, 7942, 8677, 10712, 8411, 16307, 8069, 12066, 9207, 11793, 8263, 10100, 8350, 9230, 8225, 10295, 8248, 11009, 8320, 9366, 8583, 8819, 8236, 8649, 8154, 8347, 7820, 8269, 8051, 8055, 8008, 8456, 8410, 8308, 7826, 7847, 11382, 8134, 7940, 8221, 7945, 8129, 9752, 8310, 14213, 8350, 13181, 8229, 10892, 7972, 10863, 10426, 10946, 8411, 9988, 8362, 10288, 9606, 10149, 8811, 14189, 8441, 11554, 8261, 11396, 10093, 15519, 9385, 16063, 8979, 14107, 9296, 14520, 10958, 17682, 10057, 15347, 9089, 14717, 11681, 13501, 9689, 11749, 8564, 8404, 8269, 8194, 9264, 8357, 9338, 8979, 9025, 8817, 9322, 8741, 13104, 8717, 10993, 8581, 9311, 9373, 11403, 9091, 11061, 8764, 9165, 8127, 9053, 10320, 8800, 14726, 8293, 14000, 8371, 11168, 8686, 9237, 8310, 8580, 16289, 8269, 10289, 8307, 9215, 8198, 8654, 7904, 8324, 10285, 8477, 8770, 8109, 8565, 10254, 8330, 9168, 8296, 8873, 8037, 8567, 8335, 8390, 8164, 7840, 11677, 8272, 10366, 8267, 8072, 8204, 13713, 8478, 15366, 11369, 14425, 9977, 12392, 10140, 11457, 9366, 9254, 8457, 11164, 8411, 11280, 9372, 13682, 9994, 16535, 20140, 14138, 17378, 10758, 13324, 19230, 13419, 15851, 9984, 10318, 16286, 8577, 13648, 8573, 9852, 12344, 8371, 10608, 9450, 9493, 14921, 8427, 10162, 8509, 9576, 15813, 8480, 11003, 10304, 8766, 14375, 9803, 9661, 16811, 8505, 9638, 8567, 9397, 10767, 8614, 9298, 8828, 9331, 8368, 9069, 11738, 8209, 10261, 8479, 9105, 16349, 11850, 13493, 9250, 11255, 8255, 9462, 8508, 9704, 8339, 9346, 8608, 9613, 9066, 8861, 8240, 12993, 8855, 8246, 9292, 8297, 9386, 15627, 11733, 18793, 12210, 17819, 11762, 15177, 11327, 14130, 10522, 12188, 9744, 11497, 9060, 10913, 8629, 10900, 8596, 9952, 8265, 10103, 8373, 10752, 8359, 12406, 9257, 8498, 8951, 8185, 8931, 12971, 8317, 9986, 8223, 9339, 8388, 9486, 14449, 8839, 14805, 9685, 11545, 9597, 9483, 8756, 9338, 15158, 8236, 10286, 8006, 9274, 15243, 8182, 11020, 8748, 9320, 11628, 8019, 9463, 8537, 8887, 11023, 8161, 9445, 9020, 8915, 8711, 8245, 9238, 8121, 8832, 8300, 8569, 9925, 8277, 8612, 8046, 8306, 10789, 8075, 8480, 9255, 8155, 10711, 8203, 8514, 9543, 8199, 11005, 8157, 8799, 7999, 8319, 8192, 9454, 8150, 8901, 8033, 8139, 8191, 8321, 16584, 13929, 15336, 10894, 12318, 8424, 9675, 8380, 11273, 9202, 14522, 8204, 10788, 9116, 8518, 10569, 8214, 12868, 8062, 12809, 10093, 16209, 11561, 17029, 11535, 16188, 12569, 17335, 12615, 18067, 12727, 17559, 13001, 18407, 12888, 17935, 12334, 15938, 10360, 12659, 8670, 9597, 13571, 9032, 17842, 9301, 14169, 8668, 11546, 8511, 9356, 9183, 9516, 8790, 8929, 8404, 8690, 8653, 8554, 8297, 8297, 8495, 8453, 11855, 8978, 9839, 8285, 9153, 14520, 8228, 16238, 11304, 14603, 9260, 10522, 7960, 9401, 7739, 9123, 8075, 9848, 8081, 10504, 7937, 8177, 8319, 9587, 8044, 8779, 10289, 8185, 12637, 8800, 10178, 7974, 8703, 16224, 7979, 11308, 7943, 8643, 7830, 8440, 13316, 7729, 8826, 7924, 8132, 13704, 7995, 9208, 7511, 8297, 14553, 8147, 10007, 7917, 8811, 10356, 8454, 9535, 7858, 8566, 9494, 8051, 10297, 7801, 8092, 10644, 8245, 9341, 7759, 8334, 9553, 7782, 8190, 7411, 7634, 7663, 7667, 8176, 7438, 7655, 11828, 7590, 8981, 7802, 7603, 9536, 7564, 8988, 7553, 7595, 7640, 7819, 12767, 7834, 8419, 7378, 7925, 11516, 7708, 12638, 7528, 9198, 7562, 7608, 7840, 8078, 13089, 7779, 11870, 7889, 9987, 7761, 7837, 14753, 12012, 14291, 10909, 11969, 8488, 7913, 18336, 9920, 14845, 9978, 11769, 10423, 7896, 18709, 11283, 14983, 10315, 16127, 18994, 12406, 18380, 12327, 14646, 14343, 15723, 18786, 11107, 17002, 10313, 12222, 8171, 9097, 14526, 8342, 14684, 7775, 9729, 9044, 8232, 19061, 9433, 14602, 8178, 9077, 15996, 8347, 15776, 9815, 12558, 7922, 8686, 16794, 8538, 12282, 8289, 8416, 12077, 8715, 11915, 7729, 8808, 7485, 8282, 14116, 8499, 9287, 7823, 8224, 10289, 8483, 8841, 7809, 8147, 8010, 8701, 11768, 8516, 8838, 7918, 8893, 14622, 8743, 10750, 8916, 9732, 15813, 8660, 15025, 8906, 10551, 7765, 8400, 13802, 8604, 11276, 8491, 8766, 7976, 8124, 7872, 7843, 7869, 8553, 12037, 8215, 10429, 8086, 8949, 7580, 8196, 15599, 8544, 16484, 8585, 12424, 7969, 9356, 7915, 8227, 7855, 8471, 7873, 8068, 7766, 7988, 7492, 8301, 9109, 8844, 11339, 8761, 11976, 8091, 10820, 8309, 7983, 8505, 7619, 7760, 7962, 7786, 12872, 10962, 16745, 12692, 16778, 10948, 17863, 9775, 17247, 10917, 14940, 10950, 13749, 7978, 11612, 12028, 8031, 16975, 8155, 13035, 8315, 10268, 7933, 9080, 8575, 8560, 7847, 8316, 15681, 8615, 11442, 8512, 8652, 15658, 8360, 14544, 8406, 10068, 7718, 8612, 7492, 8207, 7439, 8296, 8146, 7997, 8272, 7872, 7764, 8354, 8419, 12072, 7972, 9208, 7803, 7888, 12107, 8028, 14171, 7886, 9510, 7605, 7798, 7640, 8426, 7540, 8216, 7567, 7918, 8805, 7749, 8700, 7885, 8894, 7696, 7780, 7864, 8167, 7573, 7607, 7675, 10570, 8044, 10106, 7957, 12542, 8827, 11036, 17223, 9649, 17751, 13474, 15723, 10154, 16736, 11248, 11840, 18225, 11746, 19620, 15171, 18882, 13662, 19148, 13586, 16012, 11015, 12897, 8276, 13429, 8265, 9438, 15145], 'WindowCenter': [4453.0, 4448.0, 4436.0, 4443.0, 4423.0, 4440.0, 4420.0, 4430.0, 4408.0, 4419.0, 4397.0, 4408.0, 4451.0, 4410.0, 4407.0, 4410.0, 4409.0, 4413.0, 4436.0, 4437.0, 4432.0, 4424.0, 4433.0, 4436.0, 4447.0, 4437.0, 4447.0, 4438.0, 4437.0, 4478.0, 4427.0, 4467.0, 4435.0, 4445.0, 4424.0, 4425.0, 4454.0, 4427.0, 4445.0, 4436.0, 4427.0, 4436.0, 4438.0, 4448.0, 4439.0, 4446.0, 4440.0, 4439.0, 4450.0, 4441.0, 4460.0, 4439.0, 4440.0, 4439.0, 4452.0, 4460.0, 4452.0, 4449.0, 4451.0, 4441.0, 4452.0, 4453.0, 4452.0, 4454.0, 4453.0, 4465.0, 4483.0, 4466.0, 4486.0, 4466.0, 4484.0, 4455.0, 4486.0, 4455.0, 4467.0, 4483.0, 4466.0, 4514.0, 4464.0, 4494.0, 4465.0, 4484.0, 4464.0, 4465.0, 4453.0, 4465.0, 4505.0, 4465.0, 4495.0, 4476.0, 4485.0, 4465.0, 4486.0, 4466.0, 4466.0, 4516.0, 4485.0, 4515.0, 4484.0, 4493.0, 4482.0, 4453.0, 4515.0, 4493.0, 4504.0, 4462.0, 4451.0, 4513.0, 4460.0, 4481.0, 4469.0, 4460.0, 4510.0, 4468.0, 4480.0, 4467.0, 4439.0, 4490.0, 4467.0, 4478.0, 4436.0, 4439.0, 4503.0, 4449.0, 4467.0, 4460.0, 4490.0, 4438.0, 4467.0, 4455.0, 4435.0, 4486.0, 4434.0, 4456.0, 4485.0, 4454.0, 4484.0, 4444.0, 4444.0, 4461.0, 4412.0, 4471.0, 4430.0, 4439.0, 4409.0, 4420.0, 4429.0, 4411.0, 4421.0, 4421.0, 4422.0, 4439.0, 4410.0, 4439.0, 4410.0, 4420.0, 4406.0, 4410.0, 4459.0, 4408.0, 4429.0, 4408.0, 4419.0, 4448.0, 4408.0, 4419.0, 4407.0, 4420.0, 4439.0, 4410.0, 4420.0, 4408.0, 4421.0, 4429.0, 4421.0, 4422.0, 4420.0, 4423.0, 4420.0, 4423.0, 4431.0, 4422.0, 4432.0, 4422.0, 4426.0, 4444.0, 4437.0, 4436.0, 4436.0, 4437.0, 4425.0, 4437.0, 4467.0, 4438.0, 4456.0, 4436.0, 4446.0, 4437.0, 4450.0, 4458.0, 4437.0, 4426.0, 4466.0, 4434.0, 4434.0, 4435.0, 4435.0, 4436.0, 4446.0, 4437.0, 4448.0, 4438.0, 4438.0, 4467.0, 4437.0, 4487.0, 4437.0, 4475.0, 4466.0, 4465.0, 4435.0, 4464.0, 4424.0, 4433.0, 4424.0, 4434.0, 4423.0, 4425.0, 4475.0, 4424.0, 4455.0, 4433.0, 4435.0, 4423.0, 4436.0, 4464.0, 4425.0, 4475.0, 4436.0, 4454.0, 4435.0, 4445.0, 4435.0, 4437.0, 4435.0, 4436.0, 4456.0, 4436.0, 4487.0, 4437.0, 4465.0, 4447.0, 4467.0, 4438.0, 4456.0, 4438.0, 4446.0, 4437.0, 4458.0, 4438.0, 4458.0, 4438.0, 4446.0, 4438.0, 4448.0, 4437.0, 4437.0, 4436.0, 4436.0, 4426.0, 4437.0, 4436.0, 4437.0, 4436.0, 4437.0, 4436.0, 4437.0, 4437.0, 4438.0, 4468.0, 4439.0, 4438.0, 4448.0, 4438.0, 4440.0, 4458.0, 4449.0, 4478.0, 4451.0, 4478.0, 4449.0, 4468.0, 4439.0, 4468.0, 4470.0, 4468.0, 4450.0, 4458.0, 4450.0, 4459.0, 4460.0, 4460.0, 4451.0, 4491.0, 4449.0, 4469.0, 4450.0, 4471.0, 4474.0, 4503.0, 4461.0, 4500.0, 4450.0, 4490.0, 4461.0, 4479.0, 4470.0, 4498.0, 4449.0, 4476.0, 4450.0, 4489.0, 4468.0, 4467.0, 4447.0, 4455.0, 4434.0, 4423.0, 4425.0, 4423.0, 4435.0, 4423.0, 4434.0, 4433.0, 4432.0, 4434.0, 4434.0, 4435.0, 4466.0, 4434.0, 4443.0, 4433.0, 4432.0, 4433.0, 4454.0, 4424.0, 4443.0, 4423.0, 4432.0, 4422.0, 4434.0, 4443.0, 4435.0, 4473.0, 4425.0, 4463.0, 4424.0, 4444.0, 4422.0, 4434.0, 4423.0, 4424.0, 4472.0, 4423.0, 4431.0, 4421.0, 4433.0, 4422.0, 4424.0, 4424.0, 4424.0, 4445.0, 4434.0, 4435.0, 4425.0, 4438.0, 4457.0, 4437.0, 4447.0, 4438.0, 4449.0, 4439.0, 4450.0, 4438.0, 4450.0, 4453.0, 4453.0, 4481.0, 4454.0, 4461.0, 4454.0, 4440.0, 4453.0, 4480.0, 4452.0, 4491.0, 4473.0, 4492.0, 4462.0, 4483.0, 4473.0, 4472.0, 4450.0, 4450.0, 4452.0, 4470.0, 4451.0, 4471.0, 4452.0, 4481.0, 4459.0, 4493.0, 4500.0, 4467.0, 4488.0, 4444.0, 4465.0, 4485.0, 4453.0, 4463.0, 4430.0, 4431.0, 4461.0, 4411.0, 4449.0, 4409.0, 4430.0, 4440.0, 4410.0, 4429.0, 4420.0, 4422.0, 4460.0, 4409.0, 4429.0, 4410.0, 4430.0, 4460.0, 4409.0, 4431.0, 4420.0, 4410.0, 4450.0, 4418.0, 4419.0, 4459.0, 4410.0, 4418.0, 4410.0, 4420.0, 4431.0, 4421.0, 4431.0, 4434.0, 4435.0, 4437.0, 4438.0, 4454.0, 4425.0, 4445.0, 4425.0, 4435.0, 4475.0, 4456.0, 4465.0, 4434.0, 4443.0, 4423.0, 4434.0, 4435.0, 4436.0, 4424.0, 4437.0, 4437.0, 4445.0, 4436.0, 4434.0, 4436.0, 4466.0, 4447.0, 4437.0, 4451.0, 4439.0, 4447.0, 4475.0, 4456.0, 4484.0, 4454.0, 4473.0, 4441.0, 4450.0, 4430.0, 4438.0, 4418.0, 4429.0, 4418.0, 4427.0, 4419.0, 4427.0, 4410.0, 4428.0, 4420.0, 4432.0, 4421.0, 4430.0, 4422.0, 4443.0, 4438.0, 4455.0, 4434.0, 4420.0, 4421.0, 4423.0, 4435.0, 4465.0, 4437.0, 4458.0, 4437.0, 4435.0, 4425.0, 4435.0, 4463.0, 4423.0, 4462.0, 4432.0, 4441.0, 4430.0, 4432.0, 4422.0, 4422.0, 4462.0, 4410.0, 4431.0, 4409.0, 4421.0, 4461.0, 4411.0, 4431.0, 4409.0, 4420.0, 4440.0, 4409.0, 4419.0, 4419.0, 4421.0, 4428.0, 4409.0, 4419.0, 4421.0, 4421.0, 4419.0, 4421.0, 4430.0, 4423.0, 4433.0, 4421.0, 4434.0, 4443.0, 4426.0, 4435.0, 4424.0, 4436.0, 4455.0, 4427.0, 4438.0, 4445.0, 4437.0, 4456.0, 4437.0, 4449.0, 4446.0, 4438.0, 4457.0, 4439.0, 4448.0, 4440.0, 4449.0, 4452.0, 4460.0, 4453.0, 4462.0, 4453.0, 4452.0, 4452.0, 4453.0, 4503.0, 4494.0, 4492.0, 4471.0, 4482.0, 4449.0, 4460.0, 4449.0, 4473.0, 4461.0, 4491.0, 4439.0, 4458.0, 4450.0, 4451.0, 4460.0, 4451.0, 4478.0, 4440.0, 4483.0, 4474.0, 4503.0, 4483.0, 4502.0, 4470.0, 4488.0, 4468.0, 4488.0, 4456.0, 4489.0, 4454.0, 4474.0, 4452.0, 4471.0, 4439.0, 4459.0, 4426.0, 4445.0, 4404.0, 4425.0, 4394.0, 4404.0, 4423.0, 4394.0, 4444.0, 4402.0, 4422.0, 4392.0, 4412.0, 4394.0, 4406.0, 4405.0, 4418.0, 4422.0, 4423.0, 4411.0, 4409.0, 4423.0, 4433.0, 4421.0, 4447.0, 4447.0, 4449.0, 4455.0, 4423.0, 4432.0, 4422.0, 4447.0, 4473.0, 4421.0, 4471.0, 4440.0, 4459.0, 4418.0, 4428.0, 4409.0, 4431.0, 4410.0, 4419.0, 4406.0, 4429.0, 4410.0, 4428.0, 4420.0, 4422.0, 4434.0, 4443.0, 4423.0, 4433.0, 4442.0, 4423.0, 4453.0, 4433.0, 4443.0, 4422.0, 4422.0, 4484.0, 4423.0, 4442.0, 4421.0, 4422.0, 4410.0, 4421.0, 4462.0, 4421.0, 4431.0, 4422.0, 4423.0, 4461.0, 4422.0, 4433.0, 4413.0, 4434.0, 4464.0, 4424.0, 4444.0, 4423.0, 4432.0, 4442.0, 4434.0, 4443.0, 4425.0, 4434.0, 4444.0, 4424.0, 4444.0, 4425.0, 4425.0, 4444.0, 4434.0, 4444.0, 4425.0, 4436.0, 4444.0, 4425.0, 4434.0, 4425.0, 4425.0, 4435.0, 4437.0, 4436.0, 4428.0, 4439.0, 4466.0, 4438.0, 4447.0, 4438.0, 4439.0, 4457.0, 4439.0, 4448.0, 4439.0, 4440.0, 4438.0, 4440.0, 4476.0, 4439.0, 4448.0, 4439.0, 4449.0, 4468.0, 4441.0, 4478.0, 4440.0, 4459.0, 4440.0, 4451.0, 4450.0, 4451.0, 4491.0, 4450.0, 4481.0, 4451.0, 4471.0, 4450.0, 4453.0, 4502.0, 4494.0, 4499.0, 4470.0, 4482.0, 4449.0, 4452.0, 4512.0, 4461.0, 4492.0, 4470.0, 4480.0, 4470.0, 4452.0, 4511.0, 4480.0, 4500.0, 4460.0, 4502.0, 4509.0, 4479.0, 4499.0, 4468.0, 4488.0, 4476.0, 4487.0, 4496.0, 4455.0, 4485.0, 4444.0, 4454.0, 4423.0, 4435.0, 4473.0, 4434.0, 4473.0, 4424.0, 4445.0, 4434.0, 4433.0, 4495.0, 4433.0, 4473.0, 4422.0, 4433.0, 4473.0, 4423.0, 4473.0, 4432.0, 4452.0, 4421.0, 4422.0, 4482.0, 4422.0, 4451.0, 4420.0, 4421.0, 4450.0, 4421.0, 4450.0, 4411.0, 4431.0, 4410.0, 4421.0, 4460.0, 4420.0, 4419.0, 4409.0, 4421.0, 4440.0, 4421.0, 4430.0, 4422.0, 4422.0, 4422.0, 4433.0, 4452.0, 4433.0, 4431.0, 4422.0, 4433.0, 4472.0, 4433.0, 4443.0, 4421.0, 4432.0, 4471.0, 4421.0, 4459.0, 4420.0, 4439.0, 4409.0, 4420.0, 4460.0, 4420.0, 4439.0, 4420.0, 4419.0, 4421.0, 4421.0, 4422.0, 4422.0, 4422.0, 4434.0, 4463.0, 4433.0, 4453.0, 4435.0, 4434.0, 4423.0, 4433.0, 4472.0, 4434.0, 4483.0, 4433.0, 4452.0, 4422.0, 4432.0, 4422.0, 4422.0, 4421.0, 4422.0, 4421.0, 4420.0, 4422.0, 4422.0, 4422.0, 4433.0, 4432.0, 4433.0, 4453.0, 4433.0, 4452.0, 4448.0, 4477.0, 4457.0, 4447.0, 4457.0, 4436.0, 4436.0, 4435.0, 4425.0, 4490.0, 4471.0, 4487.0, 4467.0, 4486.0, 4468.0, 4509.0, 4456.0, 4484.0, 4443.0, 4462.0, 4441.0, 4461.0, 4410.0, 4440.0, 4450.0, 4410.0, 4471.0, 4410.0, 4449.0, 4420.0, 4428.0, 4409.0, 4420.0, 4421.0, 4421.0, 4410.0, 4421.0, 4471.0, 4421.0, 4440.0, 4420.0, 4421.0, 4460.0, 4421.0, 4461.0, 4409.0, 4430.0, 4411.0, 4421.0, 4410.0, 4420.0, 4409.0, 4422.0, 4422.0, 4424.0, 4433.0, 4434.0, 4425.0, 4433.0, 4436.0, 4466.0, 4435.0, 4445.0, 4424.0, 4436.0, 4466.0, 4436.0, 4477.0, 4438.0, 4446.0, 4437.0, 4437.0, 4436.0, 4435.0, 4424.0, 4437.0, 4436.0, 4438.0, 4446.0, 4439.0, 4449.0, 4450.0, 4449.0, 4438.0, 4453.0, 4453.0, 4451.0, 4452.0, 4451.0, 4440.0, 4459.0, 4439.0, 4458.0, 4440.0, 4480.0, 4460.0, 4471.0, 4498.0, 4461.0, 4511.0, 4479.0, 4488.0, 4446.0, 4485.0, 4444.0, 4454.0, 4484.0, 4453.0, 4484.0, 4463.0, 4482.0, 4451.0, 4471.0, 4439.0, 4447.0, 4415.0, 4425.0, 4393.0, 4434.0, 4392.0, 4404.0, 4434.0], 'WindowWidth': [9819.0, 9802.0, 9781.0, 9784.0, 9756.0, 9777.0, 9747.0, 9762.0, 9728.0, 9744.0, 9709.0, 9727.0, 9794.0, 9736.0, 9728.0, 9734.0, 9730.0, 9743.0, 9785.0, 9785.0, 9772.0, 9763.0, 9774.0, 9781.0, 9797.0, 9786.0, 9800.0, 9786.0, 9786.0, 9842.0, 9770.0, 9824.0, 9779.0, 9794.0, 9762.0, 9766.0, 9804.0, 9770.0, 9793.0, 9782.0, 9771.0, 9783.0, 9788.0, 9802.0, 9792.0, 9799.0, 9793.0, 9794.0, 9807.0, 9798.0, 9820.0, 9794.0, 9795.0, 9793.0, 9813.0, 9822.0, 9814.0, 9808.0, 9813.0, 9801.0, 9818.0, 9820.0, 9816.0, 9822.0, 9820.0, 9841.0, 9863.0, 9842.0, 9869.0, 9841.0, 9864.0, 9827.0, 9870.0, 9828.0, 9845.0, 9860.0, 9839.0, 9907.0, 9838.0, 9878.0, 9840.0, 9866.0, 9837.0, 9839.0, 9821.0, 9841.0, 9897.0, 9843.0, 9884.0, 9858.0, 9867.0, 9842.0, 9872.0, 9843.0, 9844.0, 9915.0, 9869.0, 9912.0, 9863.0, 9879.0, 9859.0, 9821.0, 9912.0, 9876.0, 9892.0, 9829.0, 9814.0, 9904.0, 9824.0, 9856.0, 9836.0, 9822.0, 9899.0, 9833.0, 9853.0, 9830.0, 9794.0, 9866.0, 9829.0, 9845.0, 9786.0, 9793.0, 9893.0, 9809.0, 9829.0, 9824.0, 9864.0, 9789.0, 9829.0, 9808.0, 9783.0, 9855.0, 9780.0, 9812.0, 9852.0, 9806.0, 9853.0, 9789.0, 9790.0, 9809.0, 9742.0, 9825.0, 9764.0, 9777.0, 9735.0, 9751.0, 9763.0, 9742.0, 9756.0, 9753.0, 9756.0, 9776.0, 9738.0, 9776.0, 9737.0, 9752.0, 9728.0, 9736.0, 9807.0, 9731.0, 9762.0, 9731.0, 9748.0, 9788.0, 9732.0, 9747.0, 9730.0, 9749.0, 9775.0, 9736.0, 9750.0, 9732.0, 9753.0, 9763.0, 9756.0, 9758.0, 9753.0, 9759.0, 9754.0, 9761.0, 9769.0, 9758.0, 9774.0, 9760.0, 9770.0, 9792.0, 9786.0, 9785.0, 9784.0, 9787.0, 9771.0, 9788.0, 9828.0, 9789.0, 9812.0, 9787.0, 9799.0, 9790.0, 9813.0, 9819.0, 9786.0, 9769.0, 9827.0, 9780.0, 9778.0, 9783.0, 9782.0, 9787.0, 9800.0, 9789.0, 9805.0, 9792.0, 9791.0, 9829.0, 9789.0, 9860.0, 9789.0, 9840.0, 9826.0, 9825.0, 9782.0, 9822.0, 9766.0, 9778.0, 9766.0, 9779.0, 9763.0, 9769.0, 9837.0, 9766.0, 9809.0, 9778.0, 9783.0, 9765.0, 9784.0, 9821.0, 9768.0, 9840.0, 9786.0, 9807.0, 9782.0, 9796.0, 9783.0, 9789.0, 9784.0, 9787.0, 9812.0, 9788.0, 9860.0, 9789.0, 9826.0, 9803.0, 9828.0, 9791.0, 9813.0, 9794.0, 9802.0, 9791.0, 9818.0, 9793.0, 9820.0, 9793.0, 9802.0, 9792.0, 9806.0, 9789.0, 9790.0, 9785.0, 9786.0, 9775.0, 9790.0, 9787.0, 9790.0, 9788.0, 9790.0, 9789.0, 9791.0, 9789.0, 9795.0, 9832.0, 9797.0, 9792.0, 9807.0, 9793.0, 9798.0, 9820.0, 9810.0, 9850.0, 9815.0, 9848.0, 9810.0, 9833.0, 9796.0, 9833.0, 9842.0, 9835.0, 9812.0, 9821.0, 9812.0, 9824.0, 9828.0, 9827.0, 9815.0, 9869.0, 9810.0, 9836.0, 9813.0, 9842.0, 9851.0, 9892.0, 9829.0, 9882.0, 9811.0, 9869.0, 9830.0, 9851.0, 9839.0, 9877.0, 9806.0, 9842.0, 9810.0, 9866.0, 9835.0, 9829.0, 9801.0, 9809.0, 9781.0, 9765.0, 9768.0, 9764.0, 9782.0, 9762.0, 9778.0, 9778.0, 9775.0, 9780.0, 9779.0, 9783.0, 9827.0, 9779.0, 9791.0, 9777.0, 9775.0, 9777.0, 9806.0, 9763.0, 9790.0, 9763.0, 9775.0, 9762.0, 9779.0, 9789.0, 9782.0, 9832.0, 9766.0, 9819.0, 9764.0, 9792.0, 9761.0, 9779.0, 9761.0, 9762.0, 9831.0, 9761.0, 9770.0, 9757.0, 9774.0, 9758.0, 9765.0, 9764.0, 9767.0, 9794.0, 9781.0, 9782.0, 9769.0, 9789.0, 9815.0, 9789.0, 9801.0, 9792.0, 9809.0, 9797.0, 9809.0, 9793.0, 9813.0, 9822.0, 9821.0, 9856.0, 9824.0, 9826.0, 9823.0, 9798.0, 9818.0, 9851.0, 9816.0, 9870.0, 9844.0, 9872.0, 9829.0, 9861.0, 9849.0, 9845.0, 9811.0, 9810.0, 9817.0, 9837.0, 9814.0, 9838.0, 9816.0, 9857.0, 9821.0, 9875.0, 9881.0, 9828.0, 9864.0, 9791.0, 9820.0, 9851.0, 9800.0, 9817.0, 9766.0, 9768.0, 9809.0, 9738.0, 9789.0, 9734.0, 9765.0, 9777.0, 9737.0, 9763.0, 9749.0, 9754.0, 9806.0, 9735.0, 9762.0, 9735.0, 9764.0, 9807.0, 9736.0, 9768.0, 9748.0, 9737.0, 9793.0, 9745.0, 9748.0, 9804.0, 9736.0, 9747.0, 9736.0, 9752.0, 9767.0, 9755.0, 9768.0, 9777.0, 9780.0, 9787.0, 9788.0, 9805.0, 9767.0, 9794.0, 9764.0, 9781.0, 9839.0, 9809.0, 9820.0, 9776.0, 9787.0, 9761.0, 9778.0, 9781.0, 9782.0, 9764.0, 9787.0, 9787.0, 9794.0, 9784.0, 9780.0, 9786.0, 9824.0, 9800.0, 9789.0, 9812.0, 9795.0, 9800.0, 9835.0, 9808.0, 9847.0, 9802.0, 9831.0, 9780.0, 9792.0, 9763.0, 9772.0, 9745.0, 9759.0, 9744.0, 9755.0, 9747.0, 9757.0, 9737.0, 9759.0, 9751.0, 9769.0, 9756.0, 9766.0, 9758.0, 9788.0, 9792.0, 9807.0, 9774.0, 9749.0, 9753.0, 9759.0, 9779.0, 9820.0, 9785.0, 9819.0, 9786.0, 9782.0, 9766.0, 9779.0, 9816.0, 9759.0, 9813.0, 9769.0, 9782.0, 9765.0, 9771.0, 9756.0, 9758.0, 9815.0, 9740.0, 9769.0, 9736.0, 9755.0, 9809.0, 9739.0, 9766.0, 9734.0, 9751.0, 9776.0, 9737.0, 9749.0, 9747.0, 9754.0, 9761.0, 9737.0, 9749.0, 9753.0, 9754.0, 9751.0, 9756.0, 9768.0, 9762.0, 9775.0, 9757.0, 9779.0, 9789.0, 9770.0, 9782.0, 9764.0, 9785.0, 9809.0, 9774.0, 9790.0, 9796.0, 9789.0, 9813.0, 9787.0, 9806.0, 9799.0, 9791.0, 9815.0, 9795.0, 9805.0, 9797.0, 9809.0, 9817.0, 9825.0, 9820.0, 9831.0, 9822.0, 9820.0, 9818.0, 9821.0, 9893.0, 9877.0, 9873.0, 9843.0, 9857.0, 9810.0, 9825.0, 9810.0, 9846.0, 9827.0, 9869.0, 9795.0, 9818.0, 9809.0, 9812.0, 9825.0, 9812.0, 9848.0, 9799.0, 9864.0, 9853.0, 9893.0, 9861.0, 9888.0, 9839.0, 9863.0, 9831.0, 9863.0, 9810.0, 9866.0, 9805.0, 9835.0, 9796.0, 9827.0, 9774.0, 9806.0, 9754.0, 9778.0, 9720.0, 9748.0, 9705.0, 9718.0, 9743.0, 9704.0, 9778.0, 9714.0, 9743.0, 9702.0, 9729.0, 9705.0, 9727.0, 9723.0, 9747.0, 9758.0, 9758.0, 9740.0, 9732.0, 9761.0, 9777.0, 9757.0, 9804.0, 9803.0, 9807.0, 9809.0, 9761.0, 9773.0, 9762.0, 9802.0, 9833.0, 9757.0, 9826.0, 9779.0, 9806.0, 9747.0, 9761.0, 9736.0, 9769.0, 9741.0, 9749.0, 9729.0, 9764.0, 9740.0, 9761.0, 9755.0, 9761.0, 9781.0, 9792.0, 9765.0, 9777.0, 9788.0, 9764.0, 9805.0, 9775.0, 9789.0, 9758.0, 9760.0, 9849.0, 9764.0, 9787.0, 9758.0, 9760.0, 9742.0, 9759.0, 9815.0, 9760.0, 9772.0, 9761.0, 9765.0, 9814.0, 9761.0, 9776.0, 9750.0, 9781.0, 9822.0, 9767.0, 9794.0, 9765.0, 9776.0, 9790.0, 9781.0, 9793.0, 9768.0, 9781.0, 9794.0, 9769.0, 9794.0, 9770.0, 9770.0, 9793.0, 9780.0, 9794.0, 9771.0, 9785.0, 9795.0, 9771.0, 9782.0, 9771.0, 9772.0, 9786.0, 9792.0, 9789.0, 9780.0, 9797.0, 9830.0, 9794.0, 9806.0, 9794.0, 9797.0, 9818.0, 9797.0, 9808.0, 9797.0, 9799.0, 9793.0, 9798.0, 9844.0, 9796.0, 9808.0, 9798.0, 9811.0, 9835.0, 9802.0, 9848.0, 9799.0, 9823.0, 9801.0, 9819.0, 9814.0, 9818.0, 9871.0, 9816.0, 9857.0, 9817.0, 9845.0, 9815.0, 9824.0, 9890.0, 9879.0, 9883.0, 9842.0, 9861.0, 9813.0, 9818.0, 9908.0, 9830.0, 9875.0, 9841.0, 9856.0, 9840.0, 9818.0, 9905.0, 9856.0, 9886.0, 9825.0, 9887.0, 9897.0, 9850.0, 9883.0, 9834.0, 9863.0, 9843.0, 9859.0, 9872.0, 9809.0, 9852.0, 9795.0, 9809.0, 9766.0, 9783.0, 9833.0, 9780.0, 9834.0, 9768.0, 9797.0, 9780.0, 9777.0, 9870.0, 9777.0, 9833.0, 9760.0, 9778.0, 9836.0, 9763.0, 9832.0, 9774.0, 9801.0, 9759.0, 9761.0, 9847.0, 9760.0, 9799.0, 9755.0, 9757.0, 9796.0, 9756.0, 9797.0, 9744.0, 9770.0, 9740.0, 9757.0, 9810.0, 9755.0, 9754.0, 9740.0, 9759.0, 9780.0, 9757.0, 9769.0, 9760.0, 9761.0, 9761.0, 9777.0, 9801.0, 9778.0, 9773.0, 9760.0, 9777.0, 9831.0, 9777.0, 9790.0, 9759.0, 9775.0, 9828.0, 9757.0, 9809.0, 9755.0, 9779.0, 9737.0, 9754.0, 9808.0, 9754.0, 9779.0, 9756.0, 9754.0, 9759.0, 9757.0, 9761.0, 9762.0, 9764.0, 9781.0, 9819.0, 9780.0, 9805.0, 9783.0, 9781.0, 9766.0, 9780.0, 9832.0, 9780.0, 9850.0, 9777.0, 9802.0, 9760.0, 9774.0, 9764.0, 9760.0, 9757.0, 9760.0, 9758.0, 9757.0, 9762.0, 9761.0, 9763.0, 9778.0, 9777.0, 9779.0, 9804.0, 9780.0, 9804.0, 9811.0, 9851.0, 9826.0, 9812.0, 9822.0, 9790.0, 9788.0, 9785.0, 9774.0, 9870.0, 9845.0, 9862.0, 9831.0, 9855.0, 9833.0, 9895.0, 9814.0, 9853.0, 9790.0, 9816.0, 9785.0, 9814.0, 9741.0, 9783.0, 9794.0, 9741.0, 9828.0, 9741.0, 9793.0, 9753.0, 9764.0, 9741.0, 9756.0, 9757.0, 9758.0, 9742.0, 9758.0, 9828.0, 9758.0, 9783.0, 9755.0, 9757.0, 9811.0, 9756.0, 9812.0, 9739.0, 9768.0, 9744.0, 9757.0, 9740.0, 9755.0, 9740.0, 9762.0, 9762.0, 9767.0, 9780.0, 9783.0, 9772.0, 9780.0, 9787.0, 9827.0, 9784.0, 9798.0, 9768.0, 9788.0, 9826.0, 9785.0, 9844.0, 9795.0, 9802.0, 9789.0, 9789.0, 9787.0, 9785.0, 9770.0, 9791.0, 9788.0, 9794.0, 9803.0, 9798.0, 9810.0, 9813.0, 9811.0, 9796.0, 9823.0, 9822.0, 9817.0, 9820.0, 9817.0, 9798.0, 9822.0, 9796.0, 9819.0, 9799.0, 9855.0, 9828.0, 9844.0, 9879.0, 9828.0, 9905.0, 9852.0, 9863.0, 9799.0, 9856.0, 9791.0, 9807.0, 9851.0, 9803.0, 9854.0, 9819.0, 9844.0, 9795.0, 9827.0, 9776.0, 9787.0, 9737.0, 9751.0, 9704.0, 9761.0, 9703.0, 9721.0, 9763.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.0017934251968503936</td></tr>
<tr><td colspan=3>aqi</td><td>0.04237284212598426</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.91055270040394</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.243064749477831</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.979511111280788</td></tr>
<tr><td colspan=3>efc</td><td>0.4852</td></tr>
<tr><td colspan=3>fber</td><td>7373.5962</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07988054953736376</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.496062992125984</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.553490671336301</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4613044867724736</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.799867569609592</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.399299957626838</td></tr>
<tr><td colspan=3>gcor</td><td>0.0179962</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006119672674685717</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042101114988327026</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1016</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.006163373858842</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>13.0003</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0029</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.1526</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298722.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>1091.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.5645</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6687</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.6627</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3645.5375</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1251.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4694.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.2503</td></tr>
<tr><td colspan=3>tsnr</td><td>34.68416196119506</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>