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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:32:31.522500</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.99818, 0.031205, 0.0516067, -0.0413126, 0.977218, 0.208177]</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.0823735</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7762, -7267, 497, -47, -273, 3, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.07</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>11d8444e-8c82-4c56-aa2a-05dbc5696295||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.6780436038970947, -0.11083874106407166, 0.1186240091919899, 112.30502319335938], [-0.08372076600790024, 2.621805429458618, 0.5668109655380249, -102.55542755126953], [0.13845692574977875, -0.558523416519165, 2.6371676921844482, -51.59519577026367], [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': ['153231.522500', '153231.982500', '153232.442500', '153232.902500', '153233.362500', '153233.822500', '153234.282500', '153234.742500', '153235.202500', '153235.662500', '153236.122500', '153236.582500', '153237.042500', '153237.502500', '153237.962500', '153238.422500', '153238.882500', '153239.342500', '153239.802500', '153240.262500', '153240.722500', '153241.182500', '153241.642500', '153242.102500', '153242.562500', '153243.022500', '153243.482500', '153243.942500', '153244.402500', '153244.862500', '153245.322500', '153245.782500', '153246.242500', '153246.702500', '153247.162500', '153247.622500', '153248.082500', '153248.542500', '153249.002500', '153249.462500', '153249.922500', '153250.382500', '153250.842500', '153251.302500', '153251.762500', '153252.222500', '153252.682500', '153253.142500', '153253.602500', '153254.062500', '153254.522500', '153254.982500', '153255.442500', '153255.902500', '153256.362500', '153256.822500', '153257.282500', '153257.742500', '153258.202500', '153258.662500', '153259.122500', '153259.582500', '153300.042500', '153300.502500', '153300.962500', '153301.422500', '153301.882500', '153302.342500', '153302.802500', '153303.262500', '153303.722500', '153304.182500', '153304.642500', '153305.102500', '153305.562500', '153306.022500', '153306.482500', '153306.942500', '153307.402500', '153307.862500', '153308.322500', '153308.782500', '153309.242500', '153309.702500', '153310.162500', '153310.622500', '153311.082500', '153311.542500', '153312.002500', '153312.462500', '153312.922500', '153313.382500', '153313.842500', '153314.302500', '153314.762500', '153315.222500', '153315.682500', '153316.142500', '153316.602500', '153317.062500', '153317.522500', '153317.982500', '153318.442500', '153318.902500', '153319.362500', '153319.822500', '153320.282500', '153320.742500', '153321.202500', '153321.662500', '153322.122500', '153322.582500', '153323.042500', '153323.502500', '153323.962500', '153324.422500', '153324.882500', '153325.342500', '153325.802500', '153326.262500', '153326.722500', '153327.182500', '153327.642500', '153328.102500', '153328.562500', '153329.022500', '153329.482500', '153329.942500', '153330.402500', '153330.862500', '153331.322500', '153331.782500', '153332.242500', '153332.702500', '153333.162500', '153333.622500', '153334.082500', '153334.542500', '153335.002500', '153335.462500', '153335.922500', '153336.382500', '153336.842500', '153337.302500', '153337.762500', '153338.222500', '153338.682500', '153339.142500', '153339.602500', '153340.062500', '153340.522500', '153340.982500', '153341.442500', '153341.902500', '153342.362500', '153342.822500', '153343.282500', '153343.742500', '153344.202500', '153344.662500', '153345.122500', '153345.582500', '153346.042500', '153346.502500', '153346.962500', '153347.422500', '153347.882500', '153348.342500', '153348.802500', '153349.262500', '153349.722500', '153350.182500', '153350.642500', '153351.102500', '153351.562500', '153352.022500', '153352.482500', '153352.942500', '153353.402500', '153353.862500', '153354.322500', '153354.782500', '153355.242500', '153355.702500', '153356.162500', '153356.622500', '153357.082500', '153357.542500', '153358.002500', '153358.462500', '153358.922500', '153359.382500', '153359.842500', '153400.302500', '153400.762500', '153401.222500', '153401.682500', '153402.142500', '153402.602500', '153403.062500', '153403.522500', '153403.982500', '153404.442500', '153404.902500', '153405.362500', '153405.822500', '153406.282500', '153406.742500', '153407.202500', '153407.662500', '153408.122500', '153408.582500', '153409.042500', '153409.502500', '153409.962500', '153410.422500', '153410.882500', '153411.342500', '153411.802500', '153412.262500', '153412.722500', '153413.182500', '153413.642500', '153414.102500', '153414.562500', '153415.022500', '153415.482500', '153415.942500', '153416.402500', '153416.862500', '153417.322500', '153417.782500', '153418.242500', '153418.702500', '153419.162500', '153419.622500', '153420.082500', '153420.542500', '153421.002500', '153421.462500', '153421.922500', '153422.382500', '153422.842500', '153423.302500', '153423.762500', '153424.222500', '153424.682500', '153425.142500', '153425.602500', '153426.062500', '153426.522500', '153426.982500', '153427.442500', '153427.902500', '153428.362500', '153428.822500', '153429.282500', '153429.742500', '153430.202500', '153430.662500', '153431.122500', '153431.582500', '153432.042500', '153432.502500', '153432.962500', '153433.422500', '153433.882500', '153434.342500', '153434.802500', '153435.262500', '153435.722500', '153436.182500', '153436.642500', '153437.102500', '153437.562500', '153438.022500', '153438.482500', '153438.942500', '153439.402500', '153439.862500', '153440.322500', '153440.782500', '153441.242500', '153441.702500', '153442.162500', '153442.622500', '153443.082500', '153443.542500', '153444.002500', '153444.462500', '153444.922500', '153445.382500', '153445.842500', '153446.302500', '153446.762500', '153447.222500', '153447.682500', '153448.142500', '153448.602500', '153449.062500', '153449.522500', '153449.982500', '153450.442500', '153450.902500', '153451.362500', '153451.822500', '153452.282500', '153452.742500', '153453.202500', '153453.662500', '153454.122500', '153454.582500', '153455.042500', '153455.502500', '153455.962500', '153456.422500', '153456.882500', '153457.342500', '153457.802500', '153458.262500', '153458.722500', '153459.182500', '153459.642500', '153500.102500', '153500.562500', '153501.022500', '153501.482500', '153501.942500', '153502.402500', '153502.862500', '153503.322500', '153503.782500', '153504.242500', '153504.702500', '153505.162500', '153505.622500', '153506.082500', '153506.542500', '153507.002500', '153507.462500', '153507.922500', '153508.382500', '153508.842500', '153509.302500', '153509.762500', '153510.222500', '153510.682500', '153511.142500', '153511.602500', '153512.062500', '153512.522500', '153512.982500', '153513.442500', '153513.902500', '153514.362500', '153514.822500', '153515.282500', '153515.742500', '153516.202500', '153516.662500', '153517.122500', '153517.582500', '153518.042500', '153518.502500', '153518.962500', '153519.422500', '153519.882500', '153520.342500', '153520.802500', '153521.262500', '153521.722500', '153522.182500', '153522.642500', '153523.102500', '153523.562500', '153524.022500', '153524.482500', '153524.942500', '153525.402500', '153525.862500', '153526.322500', '153526.782500', '153527.242500', '153527.702500', '153528.162500', '153528.622500', '153529.082500', '153529.542500', '153530.002500', '153530.462500', '153530.922500', '153531.382500', '153531.842500', '153532.302500', '153532.762500', '153533.222500', '153533.682500', '153534.142500', '153534.602500', '153535.062500', '153535.522500', '153535.982500', '153536.442500', '153536.902500', '153537.362500', '153537.822500', '153538.282500', '153538.742500', '153539.202500', '153539.662500', '153540.122500', '153540.582500', '153541.042500', '153541.502500', '153541.962500', '153542.422500', '153542.882500', '153543.342500', '153543.802500', '153544.262500', '153544.722500', '153545.182500', '153545.642500', '153546.102500', '153546.562500', '153547.022500', '153547.482500', '153547.942500', '153548.402500', '153548.862500', '153549.322500', '153549.782500', '153550.242500', '153550.702500', '153551.162500', '153551.622500', '153552.082500', '153552.542500', '153553.002500', '153553.462500', '153553.922500', '153554.382500', '153554.842500', '153555.302500', '153555.762500', '153556.222500', '153556.682500', '153557.142500', '153557.602500', '153558.062500', '153558.522500', '153558.982500', '153559.442500', '153559.902500', '153600.362500', '153600.822500', '153601.282500', '153601.742500', '153602.202500', '153602.662500', '153603.122500', '153603.582500', '153604.042500', '153604.502500', '153604.962500', '153605.422500', '153605.882500', '153606.342500', '153606.802500', '153607.262500', '153607.722500', '153608.182500', '153608.642500', '153609.102500', '153609.562500', '153610.022500', '153610.482500', '153610.942500', '153611.402500', '153611.862500', '153612.322500', '153612.782500', '153613.242500', '153613.702500', '153614.162500', '153614.622500', '153615.082500', '153615.542500', '153616.002500', '153616.462500', '153616.922500', '153617.382500', '153617.842500', '153618.302500', '153618.762500', '153619.222500', '153619.682500', '153620.142500', '153620.602500', '153621.062500', '153621.522500', '153621.982500', '153622.442500', '153622.902500', '153623.362500', '153623.822500', '153624.282500', '153624.742500', '153625.202500', '153625.662500', '153626.122500', '153626.582500', '153627.042500', '153627.502500', '153627.962500', '153628.422500', '153628.882500', '153629.342500', '153629.802500', '153630.262500', '153630.722500', '153631.182500', '153631.642500', '153632.102500', '153632.562500', '153633.022500', '153633.482500', '153633.942500', '153634.402500', '153634.862500', '153635.322500', '153635.782500', '153636.242500', '153636.702500', '153637.162500', '153637.622500', '153638.082500', '153638.542500', '153639.002500', '153639.462500', '153639.922500', '153640.382500', '153640.842500', '153641.302500', '153641.762500', '153642.222500', '153642.682500', '153643.142500', '153643.602500', '153644.062500', '153644.522500', '153644.982500', '153645.442500', '153645.902500', '153646.362500', '153646.822500', '153647.282500', '153647.742500', '153648.202500', '153648.662500', '153649.122500', '153649.582500', '153650.042500', '153650.502500', '153650.962500', '153651.422500', '153651.882500', '153652.342500', '153652.802500', '153653.262500', '153653.722500', '153654.182500', '153654.642500', '153655.102500', '153655.562500', '153656.022500', '153656.482500', '153656.942500', '153657.402500', '153657.862500', '153658.322500', '153658.782500', '153659.242500', '153659.702500', '153700.162500', '153700.622500', '153701.082500', '153701.542500', '153702.002500', '153702.462500', '153702.922500', '153703.382500', '153703.842500', '153704.302500', '153704.762500', '153705.222500', '153705.682500', '153706.142500', '153706.602500', '153707.062500', '153707.522500', '153707.982500', '153708.442500', '153708.902500', '153709.362500', '153709.822500', '153710.282500', '153710.742500', '153711.202500', '153711.662500', '153712.122500', '153712.582500', '153713.042500', '153713.502500', '153713.962500', '153714.422500', '153714.882500', '153715.342500', '153715.802500', '153716.262500', '153716.722500', '153717.182500', '153717.642500', '153718.102500', '153718.562500', '153719.022500', '153719.482500', '153719.942500', '153720.402500', '153720.862500', '153721.322500', '153721.782500', '153722.242500', '153722.702500', '153723.162500', '153723.622500', '153724.082500', '153724.542500', '153725.002500', '153725.462500', '153725.922500', '153726.382500', '153726.842500', '153727.302500', '153727.762500', '153728.222500', '153728.682500', '153729.142500', '153729.602500', '153730.062500', '153730.522500', '153730.982500', '153731.442500', '153731.902500', '153732.362500', '153732.822500', '153733.282500', '153733.742500', '153734.202500', '153734.662500', '153735.122500', '153735.582500', '153736.042500', '153736.502500', '153736.962500', '153737.422500', '153737.882500', '153738.342500', '153738.802500', '153739.262500', '153739.722500', '153740.182500', '153740.642500', '153741.102500', '153741.562500', '153742.022500', '153742.482500', '153742.942500', '153743.402500', '153743.862500', '153744.322500', '153744.782500', '153745.242500', '153745.702500', '153746.162500', '153746.622500', '153747.082500', '153747.542500', '153748.002500', '153748.462500', '153748.922500', '153749.382500', '153749.842500', '153750.302500', '153750.762500', '153751.222500', '153751.682500', '153752.142500', '153752.602500', '153753.062500', '153753.522500', '153753.982500', '153754.442500', '153754.902500', '153755.362500', '153755.822500', '153756.282500', '153756.742500', '153757.202500', '153757.662500', '153758.122500', '153758.582500', '153759.042500', '153759.502500', '153759.962500', '153800.422500', '153800.882500', '153801.342500', '153801.802500', '153802.262500', '153802.722500', '153803.182500', '153803.642500', '153804.102500', '153804.562500', '153805.022500', '153805.482500', '153805.942500', '153806.402500', '153806.862500', '153807.322500', '153807.782500', '153808.242500', '153808.702500', '153809.162500', '153809.622500', '153810.082500', '153810.542500', '153811.002500', '153811.462500', '153811.922500', '153812.382500', '153812.842500', '153813.302500', '153813.762500', '153814.222500', '153814.682500', '153815.142500', '153815.602500', '153816.062500', '153816.522500', '153816.982500', '153817.442500', '153817.902500', '153818.362500', '153818.822500', '153819.282500', '153819.742500', '153820.202500', '153820.662500', '153821.122500', '153821.582500', '153822.042500', '153822.502500', '153822.962500', '153823.422500', '153823.882500', '153824.342500', '153824.802500', '153825.262500', '153825.722500', '153826.182500', '153826.642500', '153827.102500', '153827.562500', '153828.022500', '153828.482500', '153828.942500', '153829.402500', '153829.862500', '153830.322500', '153830.782500', '153831.242500', '153831.702500', '153832.162500', '153832.622500', '153833.082500', '153833.542500', '153834.002500', '153834.462500', '153834.922500', '153835.382500', '153835.842500', '153836.302500', '153836.762500', '153837.222500', '153837.682500', '153838.142500', '153838.602500', '153839.062500', '153839.522500', '153839.982500', '153840.442500', '153840.902500', '153841.362500', '153841.822500', '153842.282500', '153842.742500', '153843.202500', '153843.662500', '153844.122500', '153844.582500', '153845.042500', '153845.502500', '153845.962500', '153846.422500', '153846.882500', '153847.342500', '153847.802500', '153848.262500', '153848.722500', '153849.182500', '153849.642500', '153850.102500', '153850.562500', '153851.022500', '153851.482500', '153851.942500', '153852.402500', '153852.862500', '153853.322500', '153853.782500', '153854.242500', '153854.702500', '153855.162500', '153855.622500', '153856.082500', '153856.542500', '153857.002500', '153857.462500', '153857.922500', '153858.382500', '153858.842500', '153859.302500', '153859.762500', '153900.222500', '153900.682500', '153901.142500', '153901.602500', '153902.062500', '153902.522500', '153902.982500', '153903.442500', '153903.902500', '153904.362500', '153904.822500', '153905.282500', '153905.742500', '153906.202500', '153906.662500', '153907.122500', '153907.582500', '153908.042500', '153908.502500', '153908.962500', '153909.422500', '153909.882500', '153910.342500', '153910.802500', '153911.262500', '153911.722500', '153912.182500', '153912.642500', '153913.102500', '153913.562500', '153914.022500', '153914.482500', '153914.942500', '153915.402500', '153915.862500', '153916.322500', '153916.782500', '153917.242500', '153917.702500', '153918.162500', '153918.622500', '153919.082500', '153919.542500', '153920.002500', '153920.462500', '153920.922500', '153921.382500', '153921.842500', '153922.302500', '153922.762500', '153923.222500', '153923.682500', '153924.142500', '153924.602500', '153925.062500', '153925.522500', '153925.982500', '153926.442500', '153926.902500', '153927.362500', '153927.822500', '153928.282500', '153928.742500', '153929.202500', '153929.662500', '153930.122500', '153930.582500', '153931.042500', '153931.502500', '153931.962500', '153932.422500', '153932.882500', '153933.342500', '153933.802500', '153934.262500', '153934.722500', '153935.182500', '153935.642500', '153936.102500', '153936.562500', '153937.022500', '153937.482500', '153937.942500', '153938.402500', '153938.862500', '153939.322500', '153939.782500', '153940.242500', '153940.702500', '153941.162500', '153941.622500', '153942.082500', '153942.542500', '153943.002500', '153943.462500', '153943.922500', '153944.382500', '153944.842500', '153945.302500', '153945.762500', '153946.222500', '153946.682500', '153947.142500', '153947.602500', '153948.062500', '153948.522500', '153948.982500', '153949.442500', '153949.902500', '153950.362500', '153950.822500', '153951.282500', '153951.742500', '153952.202500', '153952.662500', '153953.122500', '153953.582500', '153954.042500', '153954.502500', '153954.962500', '153955.422500', '153955.882500', '153956.342500', '153956.802500', '153957.262500', '153957.722500', '153958.182500', '153958.642500', '153959.102500', '153959.562500', '154000.022500', '154000.482500', '154000.942500', '154001.402500', '154001.862500', '154002.322500', '154002.782500', '154003.242500', '154003.702500', '154004.162500', '154004.622500', '154005.082500', '154005.542500', '154006.002500', '154006.462500', '154006.922500', '154007.382500', '154007.842500', '154008.302500', '154008.762500', '154009.222500', '154009.682500', '154010.142500', '154010.602500', '154011.062500', '154011.522500', '154011.982500', '154012.442500', '154012.902500', '154013.362500', '154013.822500', '154014.282500', '154014.742500', '154015.202500', '154015.662500', '154016.122500', '154016.582500', '154017.042500', '154017.502500', '154017.962500', '154018.422500'], 'ContentTime': ['153241.814000', '153241.817000', '153241.820000', '153241.824000', '153241.836000', '153241.839000', '153241.842000', '153241.845000', '153241.849000', '153241.852000', '153241.855000', '153241.857000', '153241.860000', '153241.863000', '153241.866000', '153241.869000', '153241.872000', '153241.875000', '153241.877000', '153241.880000', '153301.782000', '153301.785000', '153301.788000', '153301.790000', '153301.793000', '153301.796000', '153301.799000', '153301.802000', '153301.804000', '153301.807000', '153301.810000', '153301.813000', '153301.816000', '153301.819000', '153301.821000', '153301.824000', '153301.827000', '153301.830000', '153301.832000', '153301.835000', '153301.838000', '153301.841000', '153301.854000', '153301.857000', '153301.859000', '153301.862000', '153301.865000', '153301.868000', '153301.871000', '153301.873000', '153301.876000', '153301.879000', '153301.882000', '153301.885000', '153301.887000', '153301.890000', '153301.893000', '153301.896000', '153301.899000', '153301.902000', '153301.904000', '153301.907000', '153301.910000', '153301.913000', '153321.782000', '153321.785000', '153321.788000', '153321.790000', '153321.793000', '153321.796000', '153321.799000', '153321.802000', '153321.805000', '153321.807000', '153321.810000', '153321.813000', '153321.816000', '153321.819000', '153321.821000', '153321.824000', '153321.827000', '153321.830000', '153321.833000', '153321.835000', '153321.838000', '153321.841000', '153321.844000', '153321.847000', '153321.849000', '153321.852000', '153321.855000', '153321.858000', '153321.861000', '153321.863000', '153321.866000', '153321.869000', '153321.872000', '153321.875000', '153321.878000', '153321.880000', '153321.883000', '153321.886000', '153321.889000', '153321.892000', '153321.894000', '153321.897000', '153321.906000', '153341.782000', '153341.785000', '153341.788000', '153341.790000', '153341.801000', '153341.804000', '153341.807000', '153341.810000', '153341.813000', '153341.816000', '153341.818000', '153341.821000', '153341.824000', '153341.827000', '153341.830000', '153341.832000', '153341.835000', '153341.838000', '153341.841000', '153341.844000', '153341.847000', '153341.849000', '153341.852000', '153341.855000', '153341.858000', '153341.861000', '153341.864000', '153341.866000', '153341.869000', '153341.872000', '153341.875000', '153341.878000', '153341.880000', '153341.896000', '153341.899000', '153341.902000', '153341.905000', '153341.908000', '153341.911000', '153341.913000', '153341.916000', '153341.919000', '153341.922000', '153341.925000', '153401.782000', '153401.785000', '153401.788000', '153401.791000', '153401.793000', '153401.796000', '153401.799000', '153401.802000', '153401.805000', '153401.808000', '153401.811000', '153401.813000', '153401.816000', '153401.819000', '153401.822000', '153401.825000', '153401.827000', '153401.830000', '153401.833000', '153401.836000', '153401.839000', '153401.842000', '153401.845000', '153401.847000', '153401.850000', '153401.853000', '153401.856000', '153401.859000', '153401.862000', '153401.864000', '153401.867000', '153401.870000', '153401.873000', '153401.876000', '153401.879000', '153401.881000', '153401.885000', '153401.889000', '153401.892000', '153401.895000', '153401.898000', '153401.901000', '153401.903000', '153421.781000', '153421.784000', '153421.787000', '153421.790000', '153421.792000', '153421.795000', '153421.798000', '153421.801000', '153421.804000', '153421.807000', '153421.809000', '153421.812000', '153421.815000', '153421.818000', '153421.821000', '153421.823000', '153421.826000', '153421.829000', '153421.832000', '153421.835000', '153421.838000', '153421.841000', '153421.843000', '153421.846000', '153421.849000', '153421.852000', '153421.855000', '153421.858000', '153421.861000', '153421.863000', '153421.866000', '153421.869000', '153421.872000', '153421.875000', '153421.878000', '153421.881000', '153421.883000', '153421.886000', '153421.889000', '153421.892000', '153421.895000', '153421.898000', '153421.900000', '153421.903000', '153441.781000', '153441.784000', '153441.787000', '153441.790000', '153441.792000', '153441.795000', '153441.798000', '153441.801000', '153441.804000', '153441.807000', '153441.809000', '153441.812000', '153441.815000', '153441.818000', '153441.821000', '153441.824000', '153441.826000', '153441.829000', '153441.832000', '153441.835000', '153441.838000', '153441.841000', '153441.843000', '153441.846000', '153441.849000', '153441.852000', '153441.855000', '153441.858000', '153441.860000', '153441.863000', '153441.866000', '153441.869000', '153441.872000', '153441.875000', '153441.878000', '153441.880000', '153441.883000', '153441.886000', '153441.889000', '153441.892000', '153441.895000', '153441.897000', '153441.900000', '153501.783000', '153501.786000', '153501.789000', '153501.792000', '153501.795000', '153501.798000', '153501.801000', '153501.804000', '153501.806000', '153501.809000', '153501.812000', '153501.815000', '153501.818000', '153501.821000', '153501.823000', '153501.826000', '153501.829000', '153501.832000', '153501.835000', '153501.838000', '153501.840000', '153501.843000', '153501.846000', '153501.849000', '153501.852000', '153501.855000', '153501.857000', '153501.860000', '153501.863000', '153501.866000', '153501.869000', '153501.872000', '153501.874000', '153501.877000', '153501.880000', '153501.883000', '153501.886000', '153501.889000', '153501.891000', '153501.894000', '153501.897000', '153501.900000', '153501.903000', '153521.782000', '153521.785000', '153521.788000', '153521.791000', '153521.794000', '153521.796000', '153521.799000', '153521.802000', '153521.805000', '153521.808000', '153521.811000', '153521.813000', '153521.816000', '153521.819000', '153521.822000', '153521.825000', '153521.828000', '153521.830000', '153521.833000', '153521.836000', '153521.839000', '153521.842000', '153521.845000', '153521.847000', '153521.850000', '153521.853000', '153521.856000', '153521.859000', '153521.862000', '153521.875000', '153521.878000', '153521.881000', '153521.884000', '153521.887000', '153521.890000', '153521.892000', '153521.895000', '153521.898000', '153521.901000', '153521.904000', '153521.907000', '153521.909000', '153521.912000', '153521.915000', '153541.782000', '153541.785000', '153541.788000', '153541.791000', '153541.793000', '153541.796000', '153541.799000', '153541.802000', '153541.805000', '153541.808000', '153541.810000', '153541.813000', '153541.816000', '153541.819000', '153541.822000', '153541.825000', '153541.828000', '153541.830000', '153541.833000', '153541.836000', '153541.839000', '153541.842000', '153541.845000', '153541.847000', '153541.850000', '153541.853000', '153541.856000', '153541.859000', '153541.862000', '153541.864000', '153541.867000', '153541.870000', '153541.873000', '153541.876000', '153541.879000', '153541.882000', '153541.884000', '153541.887000', '153541.890000', '153541.893000', '153541.896000', '153541.899000', '153541.901000', '153541.904000', '153601.782000', '153601.785000', '153601.788000', '153601.791000', '153601.794000', '153601.797000', '153601.799000', '153601.802000', '153601.805000', '153601.808000', '153601.811000', '153601.814000', '153601.816000', '153601.819000', '153601.822000', '153601.825000', '153601.828000', '153601.831000', '153601.833000', '153601.836000', '153601.839000', '153601.842000', '153601.845000', '153601.848000', '153601.850000', '153601.853000', '153601.856000', '153601.859000', '153601.862000', '153601.865000', '153601.868000', '153601.870000', '153601.873000', '153601.876000', '153601.879000', '153601.882000', '153601.885000', '153601.887000', '153601.890000', '153601.893000', '153601.896000', '153601.899000', '153601.902000', '153621.782000', '153621.786000', '153621.790000', '153621.793000', '153621.796000', '153621.799000', '153621.802000', '153621.805000', '153621.808000', '153621.810000', '153621.813000', '153621.816000', '153621.819000', '153621.822000', '153621.825000', '153621.828000', '153621.830000', '153621.833000', '153621.836000', '153621.839000', '153621.842000', '153621.845000', '153621.848000', '153621.850000', '153621.853000', '153621.856000', '153621.859000', '153621.862000', '153621.865000', '153621.867000', '153621.870000', '153621.873000', '153621.876000', '153621.879000', '153621.882000', '153621.885000', '153621.887000', '153621.890000', '153621.893000', '153621.896000', '153621.899000', '153621.902000', '153621.904000', '153641.781000', '153641.784000', '153641.787000', '153641.790000', '153641.792000', '153641.795000', '153641.798000', '153641.801000', '153641.804000', '153641.807000', '153641.809000', '153641.812000', '153641.815000', '153641.818000', '153641.821000', '153641.824000', '153641.826000', '153641.829000', '153641.832000', '153641.835000', '153641.838000', '153641.841000', '153641.843000', '153641.846000', '153641.849000', '153641.852000', '153641.855000', '153641.858000', '153641.861000', '153641.863000', '153641.866000', '153641.869000', '153641.872000', '153641.875000', '153641.878000', '153641.881000', '153641.883000', '153641.886000', '153641.889000', '153641.892000', '153641.895000', '153641.898000', '153641.901000', '153641.903000', '153701.781000', '153701.784000', '153701.787000', '153701.790000', '153701.792000', '153701.795000', '153701.798000', '153701.801000', '153701.804000', '153701.807000', '153701.825000', '153701.828000', '153701.831000', '153701.834000', '153701.836000', '153701.839000', '153701.842000', '153701.845000', '153701.848000', '153701.851000', '153701.853000', '153701.856000', '153701.859000', '153701.862000', '153701.865000', '153701.868000', '153701.870000', '153701.873000', '153701.876000', '153701.879000', '153701.882000', '153701.885000', '153701.888000', '153701.890000', '153701.893000', '153701.896000', '153701.899000', '153701.902000', '153701.905000', '153701.908000', '153701.911000', '153701.913000', '153701.916000', '153721.781000', '153721.784000', '153721.787000', '153721.790000', '153721.793000', '153721.795000', '153721.798000', '153721.801000', '153721.804000', '153721.807000', '153721.810000', '153721.813000', '153721.815000', '153721.818000', '153721.821000', '153721.824000', '153721.827000', '153721.830000', '153721.832000', '153721.835000', '153721.838000', '153721.841000', '153721.844000', '153721.847000', '153721.849000', '153721.852000', '153721.855000', '153721.858000', '153721.861000', '153721.864000', '153721.866000', '153721.869000', '153721.872000', '153721.875000', '153721.878000', '153721.881000', '153721.884000', '153721.886000', '153721.889000', '153721.892000', '153721.895000', '153721.898000', '153721.901000', '153721.903000', '153741.782000', '153741.785000', '153741.788000', '153741.791000', '153741.794000', '153741.797000', '153741.799000', '153741.802000', '153741.805000', '153741.808000', '153741.811000', '153741.814000', '153741.817000', '153741.820000', '153741.823000', '153741.826000', '153741.829000', '153741.832000', '153741.835000', '153741.837000', '153741.840000', '153741.843000', '153741.846000', '153741.849000', '153741.852000', '153741.855000', '153741.858000', '153741.860000', '153741.863000', '153741.866000', '153741.869000', '153741.872000', '153741.875000', '153741.877000', '153741.880000', '153741.883000', '153741.886000', '153741.889000', '153741.892000', '153741.895000', '153741.897000', '153741.900000', '153741.903000', '153801.782000', '153801.785000', '153801.788000', '153801.791000', '153801.794000', '153801.796000', '153801.799000', '153801.802000', '153801.805000', '153801.808000', '153801.811000', '153801.814000', '153801.816000', '153801.819000', '153801.822000', '153801.825000', '153801.828000', '153801.831000', '153801.834000', '153801.837000', '153801.839000', '153801.842000', '153801.845000', '153801.848000', '153801.851000', '153801.854000', '153801.856000', '153801.859000', '153801.862000', '153801.867000', '153801.870000', '153801.873000', '153801.876000', '153801.878000', '153801.881000', '153801.884000', '153801.887000', '153801.890000', '153801.893000', '153801.895000', '153801.898000', '153801.901000', '153801.904000', '153801.907000', '153821.782000', '153821.785000', '153821.788000', '153821.791000', '153821.794000', '153821.796000', '153821.799000', '153821.802000', '153821.805000', '153821.808000', '153821.811000', '153821.813000', '153821.816000', '153821.819000', '153821.822000', '153821.825000', '153821.828000', '153821.831000', '153821.834000', '153821.836000', '153821.839000', '153821.857000', '153821.859000', '153821.862000', '153821.865000', '153821.868000', '153821.871000', '153821.873000', '153821.876000', '153821.879000', '153821.882000', '153821.885000', '153821.888000', '153821.890000', '153821.893000', '153821.896000', '153821.899000', '153821.902000', '153821.905000', '153821.908000', '153821.910000', '153821.913000', '153821.916000', '153841.782000', '153841.785000', '153841.788000', '153841.791000', '153841.793000', '153841.796000', '153841.799000', '153841.802000', '153841.805000', '153841.808000', '153841.811000', '153841.813000', '153841.816000', '153841.819000', '153841.822000', '153841.825000', '153841.828000', '153841.830000', '153841.833000', '153841.836000', '153841.839000', '153841.842000', '153841.845000', '153841.847000', '153841.850000', '153841.853000', '153841.856000', '153841.859000', '153841.862000', '153841.864000', '153841.867000', '153841.870000', '153841.873000', '153841.876000', '153841.878000', '153841.881000', '153841.884000', '153841.887000', '153841.890000', '153841.893000', '153841.895000', '153841.898000', '153841.901000', '153841.904000', '153901.781000', '153901.784000', '153901.787000', '153901.790000', '153901.792000', '153901.795000', '153901.799000', '153901.802000', '153901.805000', '153901.808000', '153901.811000', '153901.814000', '153901.817000', '153901.820000', '153901.822000', '153901.825000', '153901.828000', '153901.831000', '153901.834000', '153901.837000', '153901.840000', '153901.842000', '153901.845000', '153901.848000', '153901.851000', '153901.854000', '153901.857000', '153901.860000', '153901.863000', '153901.866000', '153901.869000', '153901.872000', '153901.875000', '153901.878000', '153901.881000', '153901.884000', '153901.886000', '153901.889000', '153901.892000', '153901.895000', '153901.898000', '153901.900000', '153901.903000', '153921.781000', '153921.784000', '153921.787000', '153921.790000', '153921.792000', '153921.795000', '153921.798000', '153921.801000', '153921.804000', '153921.807000', '153921.810000', '153921.812000', '153921.815000', '153921.818000', '153921.821000', '153921.824000', '153921.827000', '153921.830000', '153921.832000', '153921.835000', '153921.838000', '153921.841000', '153921.844000', '153921.847000', '153921.849000', '153921.852000', '153921.855000', '153921.858000', '153921.861000', '153921.864000', '153921.866000', '153921.869000', '153921.872000', '153921.875000', '153921.878000', '153921.881000', '153921.883000', '153921.886000', '153921.889000', '153921.892000', '153921.895000', '153921.898000', '153921.900000', '153921.903000', '153941.781000', '153941.784000', '153941.787000', '153941.790000', '153941.793000', '153941.795000', '153941.798000', '153941.801000', '153941.804000', '153941.807000', '153941.810000', '153941.812000', '153941.815000', '153941.818000', '153941.821000', '153941.824000', '153941.827000', '153941.830000', '153941.833000', '153941.835000', '153941.838000', '153941.841000', '153941.844000', '153941.847000', '153941.850000', '153941.853000', '153941.855000', '153941.858000', '153941.861000', '153941.864000', '153941.867000', '153941.869000', '153941.887000', '153941.890000', '153941.893000', '153941.896000', '153941.899000', '153941.901000', '153941.904000', '153941.907000', '153941.910000', '153941.913000', '153941.916000', '154001.782000', '154001.785000', '154001.788000', '154001.791000', '154001.794000', '154001.797000', '154001.800000', '154001.803000', '154001.806000', '154001.809000', '154001.811000', '154001.814000', '154001.817000', '154001.820000', '154001.823000', '154001.826000', '154001.829000', '154001.832000', '154001.835000', '154001.837000', '154001.840000', '154001.843000', '154001.846000', '154001.849000', '154001.852000', '154001.855000', '154001.858000', '154001.861000', '154001.863000', '154001.866000', '154001.869000', '154001.872000', '154001.875000', '154001.878000', '154001.881000', '154001.884000', '154001.887000', '154001.889000', '154001.892000', '154001.895000', '154001.898000', '154001.901000', '154001.904000', '154001.907000', '154019.673000', '154019.677000', '154019.680000', '154019.683000', '154019.686000', '154019.690000', '154019.693000', '154019.696000', '154019.699000', '154019.702000', '154019.705000', '154019.708000', '154019.711000', '154019.713000', '154019.716000', '154019.719000', '154019.722000', '154019.725000', '154019.728000', '154019.731000', '154019.734000', '154019.737000', '154019.740000', '154019.743000', '154019.746000', '154019.749000', '154019.752000', '154019.755000', '154019.757000', '154019.760000', '154019.763000', '154019.766000', '154019.769000', '154019.772000', '154019.775000', '154019.778000', '154019.780000', '154019.784000', '154019.787000'], 'InstanceCreationTime': ['153241.814000', '153241.817000', '153241.820000', '153241.824000', '153241.836000', '153241.839000', '153241.842000', '153241.845000', '153241.849000', '153241.852000', '153241.855000', '153241.857000', '153241.860000', '153241.863000', '153241.866000', '153241.869000', '153241.872000', '153241.875000', '153241.877000', '153241.880000', '153301.782000', '153301.785000', '153301.788000', '153301.790000', '153301.793000', '153301.796000', '153301.799000', '153301.802000', '153301.804000', '153301.807000', '153301.810000', '153301.813000', '153301.816000', '153301.819000', '153301.821000', '153301.824000', '153301.827000', '153301.830000', '153301.832000', '153301.835000', '153301.838000', '153301.841000', '153301.854000', '153301.857000', '153301.859000', '153301.862000', '153301.865000', '153301.868000', '153301.871000', '153301.873000', '153301.876000', '153301.879000', '153301.882000', '153301.885000', '153301.887000', '153301.890000', '153301.893000', '153301.896000', '153301.899000', '153301.902000', '153301.904000', '153301.907000', '153301.910000', '153301.913000', '153321.782000', '153321.785000', '153321.788000', '153321.790000', '153321.793000', '153321.796000', '153321.799000', '153321.802000', '153321.805000', '153321.807000', '153321.810000', '153321.813000', '153321.816000', '153321.819000', '153321.821000', '153321.824000', '153321.827000', '153321.830000', '153321.833000', '153321.835000', '153321.838000', '153321.841000', '153321.844000', '153321.847000', '153321.849000', '153321.852000', '153321.855000', '153321.858000', '153321.861000', '153321.863000', '153321.866000', '153321.869000', '153321.872000', '153321.875000', '153321.878000', '153321.880000', '153321.883000', '153321.886000', '153321.889000', '153321.892000', '153321.894000', '153321.897000', '153321.906000', '153341.782000', '153341.785000', '153341.788000', '153341.790000', '153341.801000', '153341.804000', '153341.807000', '153341.810000', '153341.813000', '153341.816000', '153341.818000', '153341.821000', '153341.824000', '153341.827000', '153341.830000', '153341.832000', '153341.835000', '153341.838000', '153341.841000', '153341.844000', '153341.847000', '153341.849000', '153341.852000', '153341.855000', '153341.858000', '153341.861000', '153341.864000', '153341.866000', '153341.869000', '153341.872000', '153341.875000', '153341.878000', '153341.880000', '153341.896000', '153341.899000', '153341.902000', '153341.905000', '153341.908000', '153341.911000', '153341.913000', '153341.916000', '153341.919000', '153341.922000', '153341.925000', '153401.782000', '153401.785000', '153401.788000', '153401.791000', '153401.793000', '153401.796000', '153401.799000', '153401.802000', '153401.805000', '153401.808000', '153401.811000', '153401.813000', '153401.816000', '153401.819000', '153401.822000', '153401.825000', '153401.827000', '153401.830000', '153401.833000', '153401.836000', '153401.839000', '153401.842000', '153401.845000', '153401.847000', '153401.850000', '153401.853000', '153401.856000', '153401.859000', '153401.862000', '153401.864000', '153401.867000', '153401.870000', '153401.873000', '153401.876000', '153401.879000', '153401.881000', '153401.885000', '153401.889000', '153401.892000', '153401.895000', '153401.898000', '153401.901000', '153401.903000', '153421.781000', '153421.784000', '153421.787000', '153421.790000', '153421.792000', '153421.795000', '153421.798000', '153421.801000', '153421.804000', '153421.807000', '153421.809000', '153421.812000', '153421.815000', '153421.818000', '153421.821000', '153421.823000', '153421.826000', '153421.829000', '153421.832000', '153421.835000', '153421.838000', '153421.841000', '153421.843000', '153421.846000', '153421.849000', '153421.852000', '153421.855000', '153421.858000', '153421.861000', '153421.863000', '153421.866000', '153421.869000', '153421.872000', '153421.875000', '153421.878000', '153421.881000', '153421.883000', '153421.886000', '153421.889000', '153421.892000', '153421.895000', '153421.898000', '153421.900000', '153421.903000', '153441.781000', '153441.784000', '153441.787000', '153441.790000', '153441.792000', '153441.795000', '153441.798000', '153441.801000', '153441.804000', '153441.807000', '153441.809000', '153441.812000', '153441.815000', '153441.818000', '153441.821000', '153441.824000', '153441.826000', '153441.829000', '153441.832000', '153441.835000', '153441.838000', '153441.841000', '153441.843000', '153441.846000', '153441.849000', '153441.852000', '153441.855000', '153441.858000', '153441.860000', '153441.863000', '153441.866000', '153441.869000', '153441.872000', '153441.875000', '153441.878000', '153441.880000', '153441.883000', '153441.886000', '153441.889000', '153441.892000', '153441.895000', '153441.897000', '153441.900000', '153501.783000', '153501.786000', '153501.789000', '153501.792000', '153501.795000', '153501.798000', '153501.801000', '153501.804000', '153501.806000', '153501.809000', '153501.812000', '153501.815000', '153501.818000', '153501.821000', '153501.823000', '153501.826000', '153501.829000', '153501.832000', '153501.835000', '153501.838000', '153501.840000', '153501.843000', '153501.846000', '153501.849000', '153501.852000', '153501.855000', '153501.857000', '153501.860000', '153501.863000', '153501.866000', '153501.869000', '153501.872000', '153501.874000', '153501.877000', '153501.880000', '153501.883000', '153501.886000', '153501.889000', '153501.891000', '153501.894000', '153501.897000', '153501.900000', '153501.903000', '153521.782000', '153521.785000', '153521.788000', '153521.791000', '153521.794000', '153521.796000', '153521.799000', '153521.802000', '153521.805000', '153521.808000', '153521.811000', '153521.813000', '153521.816000', '153521.819000', '153521.822000', '153521.825000', '153521.828000', '153521.830000', '153521.833000', '153521.836000', '153521.839000', '153521.842000', '153521.845000', '153521.847000', '153521.850000', '153521.853000', '153521.856000', '153521.859000', '153521.862000', '153521.875000', '153521.878000', '153521.881000', '153521.884000', '153521.887000', '153521.890000', '153521.892000', '153521.895000', '153521.898000', '153521.901000', '153521.904000', '153521.907000', '153521.909000', '153521.912000', '153521.915000', '153541.782000', '153541.785000', '153541.788000', '153541.791000', '153541.793000', '153541.796000', '153541.799000', '153541.802000', '153541.805000', '153541.808000', '153541.810000', '153541.813000', '153541.816000', '153541.819000', '153541.822000', '153541.825000', '153541.828000', '153541.830000', '153541.833000', '153541.836000', '153541.839000', '153541.842000', '153541.845000', '153541.847000', '153541.850000', '153541.853000', '153541.856000', '153541.859000', '153541.862000', '153541.864000', '153541.867000', '153541.870000', '153541.873000', '153541.876000', '153541.879000', '153541.882000', '153541.884000', '153541.887000', '153541.890000', '153541.893000', '153541.896000', '153541.899000', '153541.901000', '153541.904000', '153601.782000', '153601.785000', '153601.788000', '153601.791000', '153601.794000', '153601.797000', '153601.799000', '153601.802000', '153601.805000', '153601.808000', '153601.811000', '153601.814000', '153601.816000', '153601.819000', '153601.822000', '153601.825000', '153601.828000', '153601.831000', '153601.833000', '153601.836000', '153601.839000', '153601.842000', '153601.845000', '153601.848000', '153601.850000', '153601.853000', '153601.856000', '153601.859000', '153601.862000', '153601.865000', '153601.868000', '153601.870000', '153601.873000', '153601.876000', '153601.879000', '153601.882000', '153601.885000', '153601.887000', '153601.890000', '153601.893000', '153601.896000', '153601.899000', '153601.902000', '153621.782000', '153621.786000', '153621.790000', '153621.793000', '153621.796000', '153621.799000', '153621.802000', '153621.805000', '153621.808000', '153621.810000', '153621.813000', '153621.816000', '153621.819000', '153621.822000', '153621.825000', '153621.828000', '153621.830000', '153621.833000', '153621.836000', '153621.839000', '153621.842000', '153621.845000', '153621.848000', '153621.850000', '153621.853000', '153621.856000', '153621.859000', '153621.862000', '153621.865000', '153621.867000', '153621.870000', '153621.873000', '153621.876000', '153621.879000', '153621.882000', '153621.885000', '153621.887000', '153621.890000', '153621.893000', '153621.896000', '153621.899000', '153621.902000', '153621.904000', '153641.781000', '153641.784000', '153641.787000', '153641.790000', '153641.792000', '153641.795000', '153641.798000', '153641.801000', '153641.804000', '153641.807000', '153641.809000', '153641.812000', '153641.815000', '153641.818000', '153641.821000', '153641.824000', '153641.826000', '153641.829000', '153641.832000', '153641.835000', '153641.838000', '153641.841000', '153641.843000', '153641.846000', '153641.849000', '153641.852000', '153641.855000', '153641.858000', '153641.861000', '153641.863000', '153641.866000', '153641.869000', '153641.872000', '153641.875000', '153641.878000', '153641.881000', '153641.883000', '153641.886000', '153641.889000', '153641.892000', '153641.895000', '153641.898000', '153641.901000', '153641.903000', '153701.781000', '153701.784000', '153701.787000', '153701.790000', '153701.792000', '153701.795000', '153701.798000', '153701.801000', '153701.804000', '153701.807000', '153701.825000', '153701.828000', '153701.831000', '153701.834000', '153701.836000', '153701.839000', '153701.842000', '153701.845000', '153701.848000', '153701.851000', '153701.853000', '153701.856000', '153701.859000', '153701.862000', '153701.865000', '153701.868000', '153701.870000', '153701.873000', '153701.876000', '153701.879000', '153701.882000', '153701.885000', '153701.888000', '153701.890000', '153701.893000', '153701.896000', '153701.899000', '153701.902000', '153701.905000', '153701.908000', '153701.911000', '153701.913000', '153701.916000', '153721.781000', '153721.784000', '153721.787000', '153721.790000', '153721.793000', '153721.795000', '153721.798000', '153721.801000', '153721.804000', '153721.807000', '153721.810000', '153721.813000', '153721.815000', '153721.818000', '153721.821000', '153721.824000', '153721.827000', '153721.830000', '153721.832000', '153721.835000', '153721.838000', '153721.841000', '153721.844000', '153721.847000', '153721.849000', '153721.852000', '153721.855000', '153721.858000', '153721.861000', '153721.864000', '153721.866000', '153721.869000', '153721.872000', '153721.875000', '153721.878000', '153721.881000', '153721.884000', '153721.886000', '153721.889000', '153721.892000', '153721.895000', '153721.898000', '153721.901000', '153721.903000', '153741.782000', '153741.785000', '153741.788000', '153741.791000', '153741.794000', '153741.797000', '153741.799000', '153741.802000', '153741.805000', '153741.808000', '153741.811000', '153741.814000', '153741.817000', '153741.820000', '153741.823000', '153741.826000', '153741.829000', '153741.832000', '153741.835000', '153741.837000', '153741.840000', '153741.843000', '153741.846000', '153741.849000', '153741.852000', '153741.855000', '153741.858000', '153741.860000', '153741.863000', '153741.866000', '153741.869000', '153741.872000', '153741.875000', '153741.877000', '153741.880000', '153741.883000', '153741.886000', '153741.889000', '153741.892000', '153741.895000', '153741.897000', '153741.900000', '153741.903000', '153801.782000', '153801.785000', '153801.788000', '153801.791000', '153801.794000', '153801.796000', '153801.799000', '153801.802000', '153801.805000', '153801.808000', '153801.811000', '153801.814000', '153801.816000', '153801.819000', '153801.822000', '153801.825000', '153801.828000', '153801.831000', '153801.834000', '153801.837000', '153801.839000', '153801.842000', '153801.845000', '153801.848000', '153801.851000', '153801.854000', '153801.856000', '153801.859000', '153801.862000', '153801.867000', '153801.870000', '153801.873000', '153801.876000', '153801.878000', '153801.881000', '153801.884000', '153801.887000', '153801.890000', '153801.893000', '153801.895000', '153801.898000', '153801.901000', '153801.904000', '153801.907000', '153821.782000', '153821.785000', '153821.788000', '153821.791000', '153821.794000', '153821.796000', '153821.799000', '153821.802000', '153821.805000', '153821.808000', '153821.811000', '153821.813000', '153821.816000', '153821.819000', '153821.822000', '153821.825000', '153821.828000', '153821.831000', '153821.834000', '153821.836000', '153821.839000', '153821.857000', '153821.859000', '153821.862000', '153821.865000', '153821.868000', '153821.871000', '153821.873000', '153821.876000', '153821.879000', '153821.882000', '153821.885000', '153821.888000', '153821.890000', '153821.893000', '153821.896000', '153821.899000', '153821.902000', '153821.905000', '153821.908000', '153821.910000', '153821.913000', '153821.916000', '153841.782000', '153841.785000', '153841.788000', '153841.791000', '153841.793000', '153841.796000', '153841.799000', '153841.802000', '153841.805000', '153841.808000', '153841.811000', '153841.813000', '153841.816000', '153841.819000', '153841.822000', '153841.825000', '153841.828000', '153841.830000', '153841.833000', '153841.836000', '153841.839000', '153841.842000', '153841.845000', '153841.847000', '153841.850000', '153841.853000', '153841.856000', '153841.859000', '153841.862000', '153841.864000', '153841.867000', '153841.870000', '153841.873000', '153841.876000', '153841.878000', '153841.881000', '153841.884000', '153841.887000', '153841.890000', '153841.893000', '153841.895000', '153841.898000', '153841.901000', '153841.904000', '153901.781000', '153901.784000', '153901.787000', '153901.790000', '153901.792000', '153901.795000', '153901.799000', '153901.802000', '153901.805000', '153901.808000', '153901.811000', '153901.814000', '153901.817000', '153901.820000', '153901.822000', '153901.825000', '153901.828000', '153901.831000', '153901.834000', '153901.837000', '153901.840000', '153901.842000', '153901.845000', '153901.848000', '153901.851000', '153901.854000', '153901.857000', '153901.860000', '153901.863000', '153901.866000', '153901.869000', '153901.872000', '153901.875000', '153901.878000', '153901.881000', '153901.884000', '153901.886000', '153901.889000', '153901.892000', '153901.895000', '153901.898000', '153901.900000', '153901.903000', '153921.781000', '153921.784000', '153921.787000', '153921.790000', '153921.792000', '153921.795000', '153921.798000', '153921.801000', '153921.804000', '153921.807000', '153921.810000', '153921.812000', '153921.815000', '153921.818000', '153921.821000', '153921.824000', '153921.827000', '153921.830000', '153921.832000', '153921.835000', '153921.838000', '153921.841000', '153921.844000', '153921.847000', '153921.849000', '153921.852000', '153921.855000', '153921.858000', '153921.861000', '153921.864000', '153921.866000', '153921.869000', '153921.872000', '153921.875000', '153921.878000', '153921.881000', '153921.883000', '153921.886000', '153921.889000', '153921.892000', '153921.895000', '153921.898000', '153921.900000', '153921.903000', '153941.781000', '153941.784000', '153941.787000', '153941.790000', '153941.793000', '153941.795000', '153941.798000', '153941.801000', '153941.804000', '153941.807000', '153941.810000', '153941.812000', '153941.815000', '153941.818000', '153941.821000', '153941.824000', '153941.827000', '153941.830000', '153941.833000', '153941.835000', '153941.838000', '153941.841000', '153941.844000', '153941.847000', '153941.850000', '153941.853000', '153941.855000', '153941.858000', '153941.861000', '153941.864000', '153941.867000', '153941.869000', '153941.887000', '153941.890000', '153941.893000', '153941.896000', '153941.899000', '153941.901000', '153941.904000', '153941.907000', '153941.910000', '153941.913000', '153941.916000', '154001.782000', '154001.785000', '154001.788000', '154001.791000', '154001.794000', '154001.797000', '154001.800000', '154001.803000', '154001.806000', '154001.809000', '154001.811000', '154001.814000', '154001.817000', '154001.820000', '154001.823000', '154001.826000', '154001.829000', '154001.832000', '154001.835000', '154001.837000', '154001.840000', '154001.843000', '154001.846000', '154001.849000', '154001.852000', '154001.855000', '154001.858000', '154001.861000', '154001.863000', '154001.866000', '154001.869000', '154001.872000', '154001.875000', '154001.878000', '154001.881000', '154001.884000', '154001.887000', '154001.889000', '154001.892000', '154001.895000', '154001.898000', '154001.901000', '154001.904000', '154001.907000', '154019.673000', '154019.677000', '154019.680000', '154019.683000', '154019.686000', '154019.690000', '154019.693000', '154019.696000', '154019.699000', '154019.702000', '154019.705000', '154019.708000', '154019.711000', '154019.713000', '154019.716000', '154019.719000', '154019.722000', '154019.725000', '154019.728000', '154019.731000', '154019.734000', '154019.737000', '154019.740000', '154019.743000', '154019.746000', '154019.749000', '154019.752000', '154019.755000', '154019.757000', '154019.760000', '154019.763000', '154019.766000', '154019.769000', '154019.772000', '154019.775000', '154019.778000', '154019.780000', '154019.784000', '154019.787000'], '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': [13377, 11227, 10869, 10084, 10873, 12799, 10473, 9888, 11440, 10011, 10583, 11840, 11025, 10327, 10797, 10651, 10825, 11668, 10961, 11002, 11268, 11587, 10743, 10819, 9666, 9089, 10206, 10191, 10359, 10222, 9973, 10656, 11198, 11154, 10391, 11007, 10723, 11339, 11610, 11325, 11242, 11369, 10968, 11675, 11464, 11361, 11796, 11562, 11296, 10385, 11300, 10787, 11501, 11840, 11320, 11416, 11411, 10878, 11499, 11966, 11195, 10468, 11456, 11416, 9580, 11696, 10750, 9772, 11543, 11044, 10396, 11965, 10825, 11022, 11597, 11780, 11085, 11524, 11723, 11376, 9511, 10079, 11040, 10517, 10378, 11930, 10667, 10307, 11684, 11209, 11663, 10940, 11283, 11708, 13538, 11575, 11551, 12439, 10750, 11708, 11762, 11655, 11877, 10136, 10359, 11660, 10466, 10302, 11591, 10355, 10901, 11705, 11216, 10988, 9372, 8654, 10929, 11058, 10511, 10753, 9351, 11316, 11385, 10527, 10086, 11466, 10709, 10647, 11191, 11121, 10986, 12282, 11271, 11776, 10827, 10569, 11034, 11002, 10544, 10153, 12006, 10211, 10311, 11800, 11030, 9910, 11755, 11180, 10036, 11503, 11596, 10523, 11803, 11606, 10773, 11763, 12089, 10458, 11641, 12291, 11376, 9595, 10521, 9335, 11464, 11807, 11619, 10945, 11719, 10566, 11275, 11318, 11393, 13898, 11352, 11476, 12150, 11165, 11329, 11713, 10514, 11759, 11106, 11360, 11675, 11390, 10754, 11924, 11106, 10944, 9450, 9590, 10873, 9881, 10542, 10808, 10200, 11959, 11499, 10836, 11692, 11830, 10605, 11673, 11706, 10669, 9926, 11992, 11079, 9998, 11978, 11072, 11610, 11359, 10891, 10999, 11796, 11206, 12063, 11573, 11679, 11694, 11587, 11849, 11191, 11595, 12339, 11618, 11724, 12501, 11960, 11780, 11465, 11845, 11686, 11981, 10638, 11481, 12258, 10979, 9320, 10142, 11806, 10128, 11397, 11679, 10371, 11559, 12018, 11166, 10799, 11853, 12116, 11848, 9333, 10339, 11167, 10572, 10980, 12240, 10642, 11482, 11791, 11562, 10050, 11967, 11829, 12469, 9794, 10306, 11786, 11367, 11151, 12278, 10931, 10032, 11927, 10830, 10157, 12045, 10584, 11804, 11287, 11707, 10905, 12133, 10560, 11639, 11372, 10870, 11372, 11597, 10517, 10564, 11663, 10250, 11729, 11864, 11147, 11384, 11901, 10991, 12027, 9360, 11197, 11756, 9978, 10985, 11920, 9972, 11363, 11645, 11890, 10926, 9666, 11135, 11913, 9941, 11543, 11811, 11761, 10845, 11403, 10292, 11371, 10142, 11312, 11767, 10160, 10858, 8940, 9804, 11201, 9467, 10480, 11313, 10135, 11303, 11504, 10702, 11018, 12024, 10978, 11640, 11815, 11893, 11065, 11843, 11731, 10904, 9919, 10666, 10942, 9877, 10712, 11220, 9876, 11056, 11001, 10277, 11569, 11902, 10514, 11034, 12144, 10534, 9848, 11742, 10521, 10565, 11678, 11311, 10711, 11306, 9205, 10562, 9751, 9377, 10699, 9461, 9057, 11489, 9958, 10848, 11520, 10899, 9789, 11847, 11171, 10148, 8846, 9744, 11561, 10345, 10468, 11144, 11053, 10427, 11732, 10910, 10051, 11179, 11382, 9718, 9051, 9142, 11526, 10305, 10137, 11085, 11109, 10609, 11640, 11075, 10760, 11359, 11474, 10915, 9336, 9958, 10252, 10151, 9718, 10583, 10609, 10845, 11701, 11337, 10191, 11698, 11506, 10035, 9165, 9716, 11151, 10291, 9062, 11096, 10510, 9506, 11321, 11193, 10335, 11307, 11810, 10762, 10192, 11182, 8782, 11166, 12207, 10903, 11862, 10318, 10667, 11165, 11856, 11408, 10621, 11423, 11587, 11919, 10138, 10668, 8524, 10592, 11172, 11584, 11417, 12090, 12177, 11958, 11923, 13275, 11348, 12214, 13229, 11517, 10536, 11521, 11620, 10617, 10515, 11842, 10865, 11892, 9534, 10249, 10995, 9898, 11075, 11127, 10111, 11163, 11642, 10810, 11084, 11807, 10574, 11176, 9591, 10483, 11053, 10355, 11517, 11658, 10690, 11459, 11725, 11124, 11333, 8816, 9975, 10651, 9641, 10112, 10732, 9978, 11216, 11930, 10744, 10825, 11627, 9867, 10740, 9709, 11119, 11200, 10473, 11104, 11874, 10843, 10460, 11410, 11060, 10384, 11694, 10676, 10920, 9769, 10100, 11570, 10565, 9776, 11698, 10397, 11144, 11568, 10804, 10981, 11584, 10222, 10802, 11672, 10581, 10520, 9217, 10383, 10899, 9969, 10557, 11488, 11074, 11240, 11689, 11333, 11243, 9227, 9682, 11469, 9888, 11312, 11962, 12058, 10864, 10351, 11367, 11337, 11500, 11255, 11851, 11395, 11550, 9464, 10502, 10936, 10078, 11448, 11756, 10708, 11425, 11616, 11688, 11189, 11651, 11624, 11736, 9371, 10414, 10951, 9652, 10800, 11030, 10253, 11221, 11777, 10708, 11782, 11701, 10816, 10325, 11638, 10870, 11350, 8875, 10124, 10821, 9469, 9854, 10786, 9769, 11310, 11650, 10149, 9597, 11944, 11064, 10781, 8509, 10097, 11232, 9917, 10014, 11472, 9742, 10686, 11168, 10386, 11056, 11602, 10527, 11599, 11611, 12356, 10952, 11917, 11338, 10219, 11897, 11057, 11105, 11585, 10006, 11262, 9195, 9696, 11080, 9685, 9228, 11732, 10410, 11167, 11642, 10678, 11157, 11751, 10419, 10836, 11545, 10214, 10641, 8615, 9733, 11054, 9716, 10563, 10947, 10343, 11075, 11509, 11075, 10347, 11378, 11195, 10722, 11911, 11391, 11270, 9313, 10783, 11816, 9643, 9203, 10912, 9913, 10099, 11247, 10174, 10295, 11149, 10706, 10315, 11380, 10747, 10059, 11549, 10235, 11601, 9168, 8981, 10537, 9549, 9750, 11078, 10246, 10035, 10984, 10238, 10039, 10633, 10380, 9972, 11067, 10826, 9330, 10574, 10733, 9960, 10964, 10680, 9486, 11342, 11136, 10373, 10875, 11272, 10383, 11112, 10739, 9832, 10908, 11220, 10294, 11134, 10687, 9825, 10540, 10197, 9333, 9366, 9301, 10294, 9662, 10016, 9884, 9336, 10219, 10550, 10918, 8858, 9764, 10017, 10846, 10884, 9896, 10306, 10800, 10001, 10649, 11141, 9898, 11052, 11659, 10226, 11074, 11408, 10287, 11026, 10918, 10416, 11017, 11117, 10500, 9314, 9787, 11256, 10163, 9829, 10801, 10424, 10029, 10549, 10490, 9657, 11078, 11328, 9843, 10673, 11084, 10195, 10936, 10126, 9447, 9840, 10051, 9267, 9904, 9909, 8906, 9381, 9371, 10074, 10454, 11097, 9152, 10275, 10620, 9113, 9688, 10278, 10332, 10696, 9868, 10148, 11083, 9533, 10719, 11167, 9821, 10224, 11596, 10494, 9131, 9339, 9615, 10302, 9481, 9688, 10729, 10884, 10047, 10433, 10398, 10559, 11349, 10015, 10650, 11868, 9624, 10990, 11195, 10109, 10446, 11291, 10235, 10659, 11100, 9949, 10610, 11490, 10096, 9399, 8767, 8108, 8141, 9441, 11137, 10799, 10385, 11228, 9957, 10372, 11293, 11350, 10123, 10537, 10472, 11570, 11593, 9845, 11391, 11734, 10323, 11149, 11739, 10168, 9566, 8926, 10241, 9887, 9933, 10566, 10864, 9816, 10885, 11264, 10310, 11278, 10689, 10358, 10031, 10386, 10383, 10146, 10727, 9886, 10202, 10033, 11285, 11204, 10096, 11383, 11690, 10971, 11392, 11196, 9903, 11452, 12481, 10110, 11167, 11821, 10188, 9193, 10228, 10819, 10632, 10114, 11343, 10884, 10252, 11562, 11677, 10894, 11419, 11730, 11133, 9202, 10237, 10716, 10272, 10759, 10596, 10514, 10058, 9748, 10639, 11161, 9595, 10782, 10522, 10405, 10808, 11417, 9734, 11158, 11611, 10055, 11581, 12372, 10450, 11720, 12619, 10345, 10461, 11212, 11433, 11035, 11579, 11729, 10885, 9963, 11191, 11912, 9951, 11687, 11999, 11439, 9967, 10097, 11096, 10523, 10884, 10967, 10958, 11531, 11145, 11256, 10345, 11599, 11229, 10720, 11029, 9971, 10299, 9838, 10144, 11401, 10085, 10549, 11080, 10753, 11025, 11480, 10996, 11801, 11370, 11078, 11080, 10852, 10502, 10827, 9682, 10071, 11521, 10674], 'WindowCenter': [4018.0, 3983.0, 3967.0, 3957.0, 3968.0, 3978.0, 3944.0, 3933.0, 3952.0, 3942.0, 3943.0, 3951.0, 3953.0, 3942.0, 3939.0, 3930.0, 3940.0, 3939.0, 3941.0, 3940.0, 3939.0, 3950.0, 3940.0, 3942.0, 3932.0, 3919.0, 3941.0, 3943.0, 3940.0, 3942.0, 3942.0, 3941.0, 3953.0, 3954.0, 3942.0, 3953.0, 3942.0, 3941.0, 3953.0, 3953.0, 3954.0, 3954.0, 3942.0, 3951.0, 3953.0, 3952.0, 3950.0, 3951.0, 3941.0, 3940.0, 3952.0, 3941.0, 3939.0, 3951.0, 3940.0, 3939.0, 3952.0, 3940.0, 3940.0, 3951.0, 3940.0, 3941.0, 3952.0, 3950.0, 3930.0, 3963.0, 3941.0, 3930.0, 3952.0, 3940.0, 3941.0, 3952.0, 3940.0, 3941.0, 3952.0, 3950.0, 3951.0, 3951.0, 3951.0, 3952.0, 3932.0, 3930.0, 3952.0, 3941.0, 3929.0, 3951.0, 3941.0, 3930.0, 3951.0, 3940.0, 3939.0, 3939.0, 3952.0, 3964.0, 3962.0, 3940.0, 3939.0, 3937.0, 3927.0, 3938.0, 3937.0, 3937.0, 3938.0, 3926.0, 3927.0, 3938.0, 3926.0, 3927.0, 3938.0, 3928.0, 3939.0, 3950.0, 3938.0, 3940.0, 3930.0, 3918.0, 3940.0, 3952.0, 3940.0, 3952.0, 3932.0, 3950.0, 3964.0, 3953.0, 3940.0, 3953.0, 3954.0, 3941.0, 3952.0, 3952.0, 3939.0, 3951.0, 3952.0, 3950.0, 3940.0, 3940.0, 3939.0, 3940.0, 3940.0, 3928.0, 3951.0, 3941.0, 3941.0, 3962.0, 3940.0, 3941.0, 3963.0, 3951.0, 3929.0, 3952.0, 3950.0, 3940.0, 3951.0, 3950.0, 3940.0, 3951.0, 3950.0, 3940.0, 3950.0, 3949.0, 3939.0, 3930.0, 3939.0, 3929.0, 3962.0, 3963.0, 3954.0, 3940.0, 3950.0, 3940.0, 3938.0, 3938.0, 3951.0, 3959.0, 3938.0, 3939.0, 3936.0, 3938.0, 3937.0, 3936.0, 3927.0, 3939.0, 3936.0, 3938.0, 3938.0, 3937.0, 3937.0, 3950.0, 3937.0, 3938.0, 3917.0, 3915.0, 3937.0, 3928.0, 3927.0, 3938.0, 3929.0, 3948.0, 3949.0, 3939.0, 3948.0, 3949.0, 3928.0, 3938.0, 3949.0, 3927.0, 3928.0, 3949.0, 3938.0, 3929.0, 3951.0, 3939.0, 3950.0, 3951.0, 3938.0, 3940.0, 3950.0, 3939.0, 3950.0, 3951.0, 3938.0, 3950.0, 3951.0, 3950.0, 3938.0, 3951.0, 3949.0, 3939.0, 3950.0, 3948.0, 3948.0, 3950.0, 3938.0, 3950.0, 3950.0, 3936.0, 3939.0, 3963.0, 3961.0, 3951.0, 3928.0, 3939.0, 3950.0, 3928.0, 3948.0, 3950.0, 3940.0, 3950.0, 3950.0, 3938.0, 3939.0, 3950.0, 3949.0, 3962.0, 3944.0, 3940.0, 3952.0, 3953.0, 3950.0, 3962.0, 3941.0, 3951.0, 3962.0, 3950.0, 3939.0, 3952.0, 3949.0, 3961.0, 3929.0, 3941.0, 3962.0, 3950.0, 3950.0, 3961.0, 3951.0, 3941.0, 3951.0, 3940.0, 3939.0, 3950.0, 3940.0, 3948.0, 3938.0, 3947.0, 3926.0, 3946.0, 3928.0, 3937.0, 3937.0, 3937.0, 3936.0, 3936.0, 3937.0, 3925.0, 3938.0, 3927.0, 3948.0, 3948.0, 3937.0, 3936.0, 3938.0, 3936.0, 3947.0, 3916.0, 3935.0, 3947.0, 3927.0, 3936.0, 3948.0, 3927.0, 3949.0, 3950.0, 3948.0, 3937.0, 3942.0, 3937.0, 3949.0, 3928.0, 3948.0, 3949.0, 3947.0, 3938.0, 3951.0, 3927.0, 3938.0, 3927.0, 3936.0, 3948.0, 3927.0, 3937.0, 3917.0, 3927.0, 3938.0, 3928.0, 3938.0, 3938.0, 3939.0, 3938.0, 3950.0, 3938.0, 3936.0, 3949.0, 3937.0, 3937.0, 3938.0, 3936.0, 3936.0, 3948.0, 3937.0, 3936.0, 3927.0, 3926.0, 3937.0, 3928.0, 3926.0, 3938.0, 3928.0, 3937.0, 3936.0, 3927.0, 3936.0, 3948.0, 3926.0, 3925.0, 3937.0, 3925.0, 3926.0, 3937.0, 3924.0, 3927.0, 3948.0, 3937.0, 3939.0, 3950.0, 3917.0, 3939.0, 3929.0, 3928.0, 3940.0, 3942.0, 3932.0, 3951.0, 3928.0, 3939.0, 3950.0, 3939.0, 3929.0, 3950.0, 3951.0, 3941.0, 3919.0, 3927.0, 3950.0, 3940.0, 3939.0, 3952.0, 3951.0, 3940.0, 3951.0, 3940.0, 3941.0, 3952.0, 3951.0, 3941.0, 3931.0, 3929.0, 3951.0, 3941.0, 3941.0, 3952.0, 3951.0, 3940.0, 3951.0, 3950.0, 3950.0, 3963.0, 3950.0, 3951.0, 3931.0, 3940.0, 3941.0, 3941.0, 3929.0, 3941.0, 3952.0, 3939.0, 3962.0, 3950.0, 3939.0, 3950.0, 3949.0, 3929.0, 3929.0, 3929.0, 3951.0, 3941.0, 3919.0, 3951.0, 3941.0, 3930.0, 3952.0, 3950.0, 3952.0, 3965.0, 3964.0, 3966.0, 3940.0, 3939.0, 3931.0, 3950.0, 3961.0, 3953.0, 3949.0, 3941.0, 3954.0, 3951.0, 3951.0, 3952.0, 3951.0, 3952.0, 3949.0, 3951.0, 3941.0, 3940.0, 3919.0, 3939.0, 3952.0, 3951.0, 3938.0, 3951.0, 3949.0, 3938.0, 3938.0, 3946.0, 3936.0, 3937.0, 3946.0, 3937.0, 3926.0, 3935.0, 3936.0, 3925.0, 3925.0, 3948.0, 3926.0, 3937.0, 3916.0, 3913.0, 3924.0, 3916.0, 3925.0, 3938.0, 3926.0, 3936.0, 3936.0, 3926.0, 3936.0, 3938.0, 3926.0, 3937.0, 3916.0, 3924.0, 3936.0, 3928.0, 3936.0, 3937.0, 3925.0, 3937.0, 3949.0, 3936.0, 3937.0, 3917.0, 3926.0, 3938.0, 3929.0, 3927.0, 3938.0, 3927.0, 3937.0, 3949.0, 3939.0, 3937.0, 3939.0, 3926.0, 3938.0, 3928.0, 3937.0, 3939.0, 3938.0, 3938.0, 3949.0, 3938.0, 3927.0, 3937.0, 3937.0, 3927.0, 3938.0, 3926.0, 3926.0, 3927.0, 3925.0, 3937.0, 3927.0, 3915.0, 3948.0, 3926.0, 3936.0, 3937.0, 3937.0, 3937.0, 3938.0, 3926.0, 3937.0, 3938.0, 3926.0, 3938.0, 3917.0, 3927.0, 3937.0, 3927.0, 3937.0, 3949.0, 3938.0, 3938.0, 3951.0, 3950.0, 3950.0, 3929.0, 3928.0, 3950.0, 3928.0, 3949.0, 3951.0, 3949.0, 3939.0, 3940.0, 3938.0, 3939.0, 3938.0, 3937.0, 3938.0, 3937.0, 3937.0, 3917.0, 3926.0, 3937.0, 3927.0, 3937.0, 3948.0, 3926.0, 3937.0, 3938.0, 3936.0, 3935.0, 3938.0, 3936.0, 3935.0, 3916.0, 3926.0, 3936.0, 3916.0, 3924.0, 3925.0, 3924.0, 3936.0, 3937.0, 3926.0, 3935.0, 3936.0, 3925.0, 3925.0, 3936.0, 3924.0, 3936.0, 3905.0, 3925.0, 3936.0, 3927.0, 3915.0, 3926.0, 3925.0, 3935.0, 3947.0, 3926.0, 3927.0, 3949.0, 3938.0, 3938.0, 3918.0, 3937.0, 3949.0, 3929.0, 3927.0, 3938.0, 3930.0, 3927.0, 3938.0, 3928.0, 3937.0, 3938.0, 3927.0, 3937.0, 3938.0, 3947.0, 3926.0, 3937.0, 3935.0, 3926.0, 3937.0, 3936.0, 3936.0, 3938.0, 3914.0, 3936.0, 3915.0, 3915.0, 3937.0, 3917.0, 3915.0, 3937.0, 3925.0, 3935.0, 3937.0, 3925.0, 3936.0, 3937.0, 3926.0, 3937.0, 3938.0, 3925.0, 3926.0, 3907.0, 3915.0, 3937.0, 3928.0, 3938.0, 3939.0, 3929.0, 3938.0, 3939.0, 3937.0, 3926.0, 3938.0, 3935.0, 3937.0, 3950.0, 3937.0, 3937.0, 3917.0, 3926.0, 3936.0, 3917.0, 3916.0, 3938.0, 3928.0, 3926.0, 3938.0, 3927.0, 3927.0, 3939.0, 3938.0, 3928.0, 3950.0, 3939.0, 3928.0, 3949.0, 3926.0, 3951.0, 3931.0, 3917.0, 3939.0, 3930.0, 3928.0, 3940.0, 3930.0, 3928.0, 3940.0, 3940.0, 3930.0, 3941.0, 3940.0, 3929.0, 3951.0, 3939.0, 3929.0, 3941.0, 3939.0, 3941.0, 3952.0, 3941.0, 3930.0, 3952.0, 3939.0, 3939.0, 3951.0, 3951.0, 3929.0, 3951.0, 3939.0, 3929.0, 3939.0, 3939.0, 3940.0, 3950.0, 3939.0, 3940.0, 3940.0, 3928.0, 3928.0, 3930.0, 3929.0, 3940.0, 3930.0, 3941.0, 3942.0, 3929.0, 3942.0, 3953.0, 3951.0, 3931.0, 3943.0, 3942.0, 3953.0, 3953.0, 3930.0, 3941.0, 3952.0, 3941.0, 3941.0, 3952.0, 3930.0, 3952.0, 3950.0, 3938.0, 3952.0, 3950.0, 3928.0, 3939.0, 3938.0, 3938.0, 3940.0, 3939.0, 3941.0, 3930.0, 3928.0, 3950.0, 3940.0, 3928.0, 3939.0, 3940.0, 3928.0, 3939.0, 3938.0, 3928.0, 3950.0, 3938.0, 3927.0, 3941.0, 3951.0, 3941.0, 3940.0, 3928.0, 3929.0, 3930.0, 3927.0, 3929.0, 3942.0, 3930.0, 3930.0, 3930.0, 3930.0, 3941.0, 3942.0, 3939.0, 3930.0, 3942.0, 3940.0, 3931.0, 3931.0, 3940.0, 3941.0, 3952.0, 3943.0, 3953.0, 3952.0, 3930.0, 3942.0, 3950.0, 3941.0, 3942.0, 3951.0, 3954.0, 3943.0, 3930.0, 3943.0, 3942.0, 3930.0, 3942.0, 3954.0, 3952.0, 3942.0, 3953.0, 3941.0, 3942.0, 3951.0, 3940.0, 3942.0, 3950.0, 3929.0, 3940.0, 3939.0, 3929.0, 3941.0, 3940.0, 3941.0, 3941.0, 3939.0, 3929.0, 3940.0, 3951.0, 3954.0, 3945.0, 3921.0, 3922.0, 3911.0, 3942.0, 3955.0, 3940.0, 3943.0, 3953.0, 3941.0, 3943.0, 3954.0, 3952.0, 3942.0, 3942.0, 3939.0, 3950.0, 3939.0, 3928.0, 3951.0, 3950.0, 3929.0, 3951.0, 3950.0, 3940.0, 3931.0, 3918.0, 3941.0, 3929.0, 3929.0, 3940.0, 3939.0, 3929.0, 3952.0, 3951.0, 3942.0, 3952.0, 3941.0, 3942.0, 3942.0, 3930.0, 3940.0, 3942.0, 3952.0, 3942.0, 3942.0, 3930.0, 3952.0, 3951.0, 3939.0, 3952.0, 3951.0, 3941.0, 3951.0, 3940.0, 3931.0, 3952.0, 3949.0, 3940.0, 3952.0, 3951.0, 3940.0, 3930.0, 3928.0, 3941.0, 3941.0, 3940.0, 3952.0, 3940.0, 3940.0, 3951.0, 3938.0, 3940.0, 3952.0, 3949.0, 3940.0, 3920.0, 3928.0, 3939.0, 3942.0, 3954.0, 3954.0, 3942.0, 3942.0, 3941.0, 3955.0, 3954.0, 3944.0, 3954.0, 3955.0, 3954.0, 3954.0, 3954.0, 3944.0, 3955.0, 3954.0, 3942.0, 3953.0, 3951.0, 3941.0, 3953.0, 3950.0, 3940.0, 3940.0, 3939.0, 3952.0, 3941.0, 3939.0, 3950.0, 3939.0, 3930.0, 3941.0, 3938.0, 3943.0, 3952.0, 3940.0, 3940.0, 3928.0, 3927.0, 3938.0, 3929.0, 3928.0, 3928.0, 3929.0, 3937.0, 3938.0, 3938.0, 3927.0, 3939.0, 3937.0, 3927.0, 3928.0, 3916.0, 3928.0, 3927.0, 3927.0, 3938.0, 3929.0, 3927.0, 3938.0, 3927.0, 3927.0, 3938.0, 3938.0, 3937.0, 3938.0, 3937.0, 3938.0, 3940.0, 3928.0, 3939.0, 3929.0, 3927.0, 3939.0, 3927.0], 'WindowWidth': [8943.0, 8884.0, 8852.0, 8836.0, 8853.0, 8865.0, 8813.0, 8794.0, 8816.0, 8805.0, 8807.0, 8817.0, 8821.0, 8804.0, 8794.0, 8784.0, 8796.0, 8793.0, 8800.0, 8797.0, 8795.0, 8811.0, 8797.0, 8803.0, 8793.0, 8770.0, 8803.0, 8809.0, 8800.0, 8804.0, 8806.0, 8802.0, 8821.0, 8823.0, 8805.0, 8820.0, 8805.0, 8800.0, 8820.0, 8821.0, 8823.0, 8823.0, 8807.0, 8815.0, 8819.0, 8817.0, 8811.0, 8815.0, 8804.0, 8800.0, 8816.0, 8801.0, 8796.0, 8814.0, 8798.0, 8795.0, 8818.0, 8800.0, 8797.0, 8814.0, 8799.0, 8801.0, 8818.0, 8813.0, 8787.0, 8833.0, 8801.0, 8787.0, 8817.0, 8798.0, 8801.0, 8819.0, 8799.0, 8800.0, 8817.0, 8811.0, 8815.0, 8817.0, 8816.0, 8818.0, 8792.0, 8785.0, 8817.0, 8803.0, 8783.0, 8815.0, 8805.0, 8785.0, 8813.0, 8800.0, 8794.0, 8796.0, 8820.0, 8839.0, 8832.0, 8797.0, 8795.0, 8790.0, 8776.0, 8792.0, 8790.0, 8788.0, 8791.0, 8772.0, 8777.0, 8792.0, 8772.0, 8775.0, 8792.0, 8779.0, 8795.0, 8813.0, 8793.0, 8798.0, 8787.0, 8768.0, 8799.0, 8819.0, 8797.0, 8817.0, 8791.0, 8814.0, 8836.0, 8823.0, 8801.0, 8820.0, 8826.0, 8802.0, 8816.0, 8819.0, 8796.0, 8815.0, 8819.0, 8811.0, 8798.0, 8799.0, 8796.0, 8799.0, 8799.0, 8779.0, 8816.0, 8801.0, 8801.0, 8831.0, 8801.0, 8803.0, 8834.0, 8815.0, 8785.0, 8817.0, 8811.0, 8798.0, 8817.0, 8813.0, 8800.0, 8816.0, 8813.0, 8798.0, 8813.0, 8808.0, 8796.0, 8787.0, 8795.0, 8783.0, 8833.0, 8837.0, 8826.0, 8799.0, 8811.0, 8799.0, 8792.0, 8794.0, 8815.0, 8824.0, 8793.0, 8795.0, 8788.0, 8790.0, 8791.0, 8788.0, 8774.0, 8794.0, 8787.0, 8791.0, 8793.0, 8789.0, 8790.0, 8811.0, 8790.0, 8792.0, 8763.0, 8758.0, 8789.0, 8782.0, 8775.0, 8793.0, 8783.0, 8806.0, 8810.0, 8795.0, 8805.0, 8809.0, 8781.0, 8792.0, 8809.0, 8777.0, 8780.0, 8811.0, 8794.0, 8782.0, 8815.0, 8796.0, 8812.0, 8815.0, 8794.0, 8798.0, 8814.0, 8795.0, 8811.0, 8814.0, 8794.0, 8812.0, 8816.0, 8812.0, 8794.0, 8815.0, 8808.0, 8794.0, 8810.0, 8806.0, 8807.0, 8811.0, 8792.0, 8810.0, 8811.0, 8788.0, 8797.0, 8836.0, 8832.0, 8817.0, 8782.0, 8795.0, 8811.0, 8782.0, 8805.0, 8812.0, 8800.0, 8811.0, 8814.0, 8796.0, 8797.0, 8814.0, 8811.0, 8832.0, 8813.0, 8800.0, 8820.0, 8823.0, 8814.0, 8831.0, 8802.0, 8815.0, 8832.0, 8812.0, 8798.0, 8818.0, 8811.0, 8828.0, 8784.0, 8802.0, 8832.0, 8814.0, 8812.0, 8830.0, 8818.0, 8803.0, 8816.0, 8801.0, 8796.0, 8812.0, 8801.0, 8807.0, 8791.0, 8806.0, 8773.0, 8801.0, 8781.0, 8789.0, 8789.0, 8789.0, 8785.0, 8787.0, 8791.0, 8771.0, 8791.0, 8775.0, 8804.0, 8805.0, 8789.0, 8787.0, 8792.0, 8788.0, 8802.0, 8762.0, 8784.0, 8802.0, 8777.0, 8787.0, 8807.0, 8778.0, 8810.0, 8812.0, 8807.0, 8791.0, 8805.0, 8792.0, 8809.0, 8780.0, 8807.0, 8810.0, 8804.0, 8793.0, 8816.0, 8779.0, 8793.0, 8777.0, 8786.0, 8805.0, 8776.0, 8790.0, 8764.0, 8775.0, 8792.0, 8780.0, 8792.0, 8794.0, 8796.0, 8793.0, 8811.0, 8793.0, 8788.0, 8810.0, 8791.0, 8790.0, 8792.0, 8788.0, 8787.0, 8805.0, 8790.0, 8788.0, 8778.0, 8773.0, 8791.0, 8779.0, 8772.0, 8793.0, 8782.0, 8787.0, 8789.0, 8776.0, 8787.0, 8804.0, 8773.0, 8770.0, 8788.0, 8770.0, 8772.0, 8789.0, 8769.0, 8776.0, 8807.0, 8790.0, 8798.0, 8813.0, 8763.0, 8795.0, 8785.0, 8780.0, 8801.0, 8808.0, 8794.0, 8817.0, 8783.0, 8797.0, 8814.0, 8797.0, 8783.0, 8814.0, 8818.0, 8803.0, 8772.0, 8778.0, 8813.0, 8799.0, 8796.0, 8819.0, 8818.0, 8800.0, 8818.0, 8800.0, 8802.0, 8819.0, 8818.0, 8804.0, 8791.0, 8784.0, 8817.0, 8804.0, 8802.0, 8820.0, 8817.0, 8800.0, 8817.0, 8813.0, 8815.0, 8838.0, 8815.0, 8817.0, 8792.0, 8799.0, 8804.0, 8806.0, 8787.0, 8804.0, 8821.0, 8797.0, 8831.0, 8814.0, 8798.0, 8814.0, 8810.0, 8785.0, 8784.0, 8783.0, 8815.0, 8804.0, 8772.0, 8817.0, 8804.0, 8788.0, 8819.0, 8813.0, 8822.0, 8844.0, 8840.0, 8850.0, 8800.0, 8796.0, 8791.0, 8811.0, 8830.0, 8823.0, 8811.0, 8801.0, 8825.0, 8816.0, 8817.0, 8821.0, 8818.0, 8819.0, 8811.0, 8816.0, 8804.0, 8800.0, 8771.0, 8798.0, 8819.0, 8817.0, 8794.0, 8814.0, 8812.0, 8792.0, 8793.0, 8803.0, 8786.0, 8790.0, 8800.0, 8788.0, 8774.0, 8783.0, 8786.0, 8770.0, 8771.0, 8807.0, 8774.0, 8788.0, 8760.0, 8751.0, 8767.0, 8759.0, 8770.0, 8791.0, 8774.0, 8785.0, 8788.0, 8773.0, 8786.0, 8792.0, 8773.0, 8789.0, 8762.0, 8767.0, 8785.0, 8782.0, 8786.0, 8789.0, 8772.0, 8789.0, 8808.0, 8787.0, 8789.0, 8764.0, 8773.0, 8791.0, 8784.0, 8776.0, 8792.0, 8777.0, 8790.0, 8810.0, 8796.0, 8790.0, 8795.0, 8775.0, 8793.0, 8779.0, 8791.0, 8795.0, 8795.0, 8792.0, 8810.0, 8793.0, 8776.0, 8792.0, 8789.0, 8777.0, 8794.0, 8774.0, 8774.0, 8775.0, 8770.0, 8790.0, 8778.0, 8758.0, 8806.0, 8775.0, 8786.0, 8791.0, 8791.0, 8791.0, 8792.0, 8774.0, 8790.0, 8793.0, 8776.0, 8794.0, 8766.0, 8776.0, 8792.0, 8779.0, 8790.0, 8808.0, 8794.0, 8793.0, 8815.0, 8815.0, 8813.0, 8786.0, 8779.0, 8811.0, 8781.0, 8809.0, 8818.0, 8812.0, 8797.0, 8800.0, 8792.0, 8795.0, 8793.0, 8789.0, 8793.0, 8790.0, 8789.0, 8763.0, 8773.0, 8789.0, 8777.0, 8789.0, 8807.0, 8776.0, 8790.0, 8794.0, 8787.0, 8785.0, 8793.0, 8787.0, 8785.0, 8761.0, 8773.0, 8787.0, 8761.0, 8768.0, 8771.0, 8768.0, 8785.0, 8788.0, 8774.0, 8783.0, 8786.0, 8768.0, 8769.0, 8786.0, 8769.0, 8785.0, 8745.0, 8769.0, 8786.0, 8776.0, 8756.0, 8772.0, 8772.0, 8785.0, 8804.0, 8775.0, 8776.0, 8810.0, 8793.0, 8792.0, 8766.0, 8791.0, 8810.0, 8785.0, 8776.0, 8793.0, 8785.0, 8778.0, 8793.0, 8780.0, 8788.0, 8794.0, 8778.0, 8791.0, 8792.0, 8803.0, 8774.0, 8790.0, 8785.0, 8774.0, 8789.0, 8786.0, 8786.0, 8791.0, 8754.0, 8787.0, 8757.0, 8755.0, 8790.0, 8763.0, 8757.0, 8790.0, 8772.0, 8784.0, 8789.0, 8772.0, 8787.0, 8790.0, 8772.0, 8789.0, 8791.0, 8772.0, 8774.0, 8750.0, 8758.0, 8789.0, 8781.0, 8793.0, 8796.0, 8782.0, 8794.0, 8795.0, 8789.0, 8775.0, 8793.0, 8787.0, 8791.0, 8811.0, 8792.0, 8791.0, 8763.0, 8772.0, 8788.0, 8764.0, 8760.0, 8794.0, 8780.0, 8774.0, 8793.0, 8779.0, 8776.0, 8796.0, 8794.0, 8781.0, 8812.0, 8795.0, 8780.0, 8809.0, 8773.0, 8816.0, 8789.0, 8764.0, 8796.0, 8785.0, 8779.0, 8799.0, 8785.0, 8780.0, 8798.0, 8799.0, 8786.0, 8801.0, 8799.0, 8781.0, 8816.0, 8797.0, 8781.0, 8801.0, 8799.0, 8802.0, 8818.0, 8803.0, 8787.0, 8818.0, 8798.0, 8796.0, 8816.0, 8816.0, 8782.0, 8813.0, 8795.0, 8782.0, 8797.0, 8796.0, 8801.0, 8812.0, 8797.0, 8799.0, 8801.0, 8779.0, 8781.0, 8787.0, 8782.0, 8800.0, 8785.0, 8801.0, 8806.0, 8784.0, 8805.0, 8821.0, 8815.0, 8791.0, 8809.0, 8805.0, 8823.0, 8823.0, 8787.0, 8803.0, 8821.0, 8804.0, 8803.0, 8818.0, 8786.0, 8817.0, 8815.0, 8795.0, 8819.0, 8813.0, 8780.0, 8795.0, 8792.0, 8793.0, 8798.0, 8799.0, 8802.0, 8788.0, 8780.0, 8813.0, 8800.0, 8779.0, 8796.0, 8800.0, 8781.0, 8797.0, 8794.0, 8780.0, 8813.0, 8793.0, 8776.0, 8802.0, 8816.0, 8802.0, 8800.0, 8779.0, 8783.0, 8787.0, 8779.0, 8785.0, 8808.0, 8786.0, 8788.0, 8790.0, 8785.0, 8803.0, 8806.0, 8798.0, 8788.0, 8809.0, 8800.0, 8789.0, 8790.0, 8799.0, 8804.0, 8819.0, 8809.0, 8824.0, 8820.0, 8787.0, 8805.0, 8814.0, 8801.0, 8807.0, 8818.0, 8827.0, 8811.0, 8789.0, 8808.0, 8808.0, 8786.0, 8805.0, 8825.0, 8820.0, 8806.0, 8821.0, 8801.0, 8805.0, 8816.0, 8800.0, 8806.0, 8814.0, 8782.0, 8798.0, 8795.0, 8782.0, 8801.0, 8799.0, 8802.0, 8803.0, 8797.0, 8784.0, 8801.0, 8814.0, 8825.0, 8815.0, 8776.0, 8780.0, 8761.0, 8807.0, 8828.0, 8801.0, 8807.0, 8824.0, 8803.0, 8808.0, 8826.0, 8819.0, 8805.0, 8805.0, 8796.0, 8813.0, 8797.0, 8780.0, 8815.0, 8812.0, 8784.0, 8816.0, 8811.0, 8800.0, 8789.0, 8769.0, 8801.0, 8785.0, 8781.0, 8799.0, 8799.0, 8783.0, 8819.0, 8818.0, 8805.0, 8819.0, 8801.0, 8806.0, 8807.0, 8785.0, 8800.0, 8805.0, 8818.0, 8805.0, 8804.0, 8785.0, 8818.0, 8814.0, 8796.0, 8818.0, 8817.0, 8802.0, 8817.0, 8799.0, 8788.0, 8820.0, 8811.0, 8798.0, 8821.0, 8817.0, 8800.0, 8787.0, 8779.0, 8801.0, 8802.0, 8801.0, 8818.0, 8801.0, 8799.0, 8815.0, 8796.0, 8797.0, 8817.0, 8809.0, 8797.0, 8770.0, 8778.0, 8796.0, 8806.0, 8824.0, 8826.0, 8806.0, 8805.0, 8805.0, 8828.0, 8825.0, 8813.0, 8826.0, 8828.0, 8823.0, 8825.0, 8824.0, 8811.0, 8828.0, 8825.0, 8805.0, 8821.0, 8815.0, 8802.0, 8821.0, 8813.0, 8799.0, 8799.0, 8796.0, 8817.0, 8803.0, 8795.0, 8812.0, 8795.0, 8783.0, 8801.0, 8793.0, 8809.0, 8818.0, 8799.0, 8796.0, 8779.0, 8774.0, 8791.0, 8782.0, 8778.0, 8777.0, 8780.0, 8789.0, 8790.0, 8791.0, 8775.0, 8793.0, 8789.0, 8776.0, 8779.0, 8758.0, 8777.0, 8776.0, 8773.0, 8792.0, 8782.0, 8775.0, 8792.0, 8775.0, 8773.0, 8791.0, 8792.0, 8789.0, 8793.0, 8790.0, 8791.0, 8799.0, 8779.0, 8796.0, 8781.0, 8774.0, 8793.0, 8777.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.0011442702169625247</td></tr>
<tr><td colspan=3>aqi</td><td>0.03252615207100591</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.505537807038465</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1360011426258636</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9603205565547884</td></tr>
<tr><td colspan=3>efc</td><td>0.4683</td></tr>
<tr><td colspan=3>fber</td><td>5416.7588</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0860429803477044</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.5641025641025643</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.539361354486029</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4770522136697455</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7965353878708554</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344496461917486</td></tr>
<tr><td colspan=3>gcor</td><td>0.00525346</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015336532145738602</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02278384380042553</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1014</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.58105623491897</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.2374</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4784</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.493</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305426.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>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.4884</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.712</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.5586</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3117.1428</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3363.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>793.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.1018</td></tr>
<tr><td colspan=3>tsnr</td><td>34.75266919651767</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>