<?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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-01/func/sub-0035_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>7ba09e647b11704da5459f90128be221</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>18:18:31.982500</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.993772, -0.0401646, 0.103938, 0.0277585, 0.992606, 0.118166]</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.117066</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4179, -7727, -7184, 518, -24, -91, 44, 22]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.7</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f37cdb67-5eb1-4b95-870f-809d03fb47f6||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.6662187576293945, 0.07447413355112076, 0.2913728654384613, 103.87084197998047], [0.1077587902545929, 2.663088798522949, 0.3092714846134186, -97.53112030029297], [0.27885890007019043, -0.3170308768749237, 2.666355848312378, -32.024471282958984], [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': ['181831.982500', '181832.442500', '181832.902500', '181833.362500', '181833.822500', '181834.282500', '181834.742500', '181835.202500', '181835.662500', '181836.122500', '181836.582500', '181837.042500', '181837.502500', '181837.962500', '181838.422500', '181838.882500', '181839.342500', '181839.802500', '181840.262500', '181840.722500', '181841.182500', '181841.642500', '181842.102500', '181842.562500', '181843.022500', '181843.482500', '181843.942500', '181844.402500', '181844.862500', '181845.322500', '181845.782500', '181846.242500', '181846.702500', '181847.162500', '181847.622500', '181848.082500', '181848.542500', '181849.002500', '181849.462500', '181849.922500', '181850.382500', '181850.842500', '181851.302500', '181851.762500', '181852.222500', '181852.682500', '181853.142500', '181853.602500', '181854.062500', '181854.522500', '181854.982500', '181855.442500', '181855.902500', '181856.362500', '181856.822500', '181857.282500', '181857.742500', '181858.202500', '181858.662500', '181859.122500', '181859.582500', '181900.042500', '181900.502500', '181900.962500', '181901.422500', '181901.882500', '181902.342500', '181902.802500', '181903.262500', '181903.722500', '181904.182500', '181904.642500', '181905.102500', '181905.562500', '181906.022500', '181906.482500', '181906.942500', '181907.402500', '181907.862500', '181908.322500', '181908.782500', '181909.242500', '181909.702500', '181910.162500', '181910.622500', '181911.082500', '181911.542500', '181912.002500', '181912.462500', '181912.922500', '181913.382500', '181913.842500', '181914.302500', '181914.762500', '181915.222500', '181915.682500', '181916.142500', '181916.602500', '181917.062500', '181917.522500', '181917.982500', '181918.442500', '181918.902500', '181919.362500', '181919.822500', '181920.282500', '181920.742500', '181921.202500', '181921.662500', '181922.122500', '181922.582500', '181923.042500', '181923.502500', '181923.962500', '181924.422500', '181924.882500', '181925.342500', '181925.802500', '181926.262500', '181926.722500', '181927.182500', '181927.642500', '181928.102500', '181928.562500', '181929.022500', '181929.482500', '181929.942500', '181930.402500', '181930.862500', '181931.322500', '181931.782500', '181932.242500', '181932.702500', '181933.162500', '181933.622500', '181934.082500', '181934.542500', '181935.002500', '181935.462500', '181935.922500', '181936.382500', '181936.842500', '181937.302500', '181937.762500', '181938.222500', '181938.682500', '181939.142500', '181939.602500', '181940.062500', '181940.522500', '181940.982500', '181941.442500', '181941.902500', '181942.362500', '181942.822500', '181943.282500', '181943.742500', '181944.202500', '181944.662500', '181945.122500', '181945.582500', '181946.042500', '181946.502500', '181946.962500', '181947.422500', '181947.882500', '181948.342500', '181948.802500', '181949.262500', '181949.722500', '181950.182500', '181950.642500', '181951.102500', '181951.562500', '181952.022500', '181952.482500', '181952.942500', '181953.402500', '181953.862500', '181954.322500', '181954.782500', '181955.242500', '181955.702500', '181956.162500', '181956.622500', '181957.082500', '181957.542500', '181958.002500', '181958.462500', '181958.922500', '181959.382500', '181959.842500', '182000.302500', '182000.762500', '182001.222500', '182001.682500', '182002.142500', '182002.602500', '182003.062500', '182003.522500', '182003.982500', '182004.442500', '182004.902500', '182005.362500', '182005.822500', '182006.282500', '182006.742500', '182007.202500', '182007.662500', '182008.122500', '182008.582500', '182009.042500', '182009.502500', '182009.962500', '182010.422500', '182010.882500', '182011.342500', '182011.802500', '182012.262500', '182012.722500', '182013.182500', '182013.642500', '182014.102500', '182014.562500', '182015.022500', '182015.482500', '182015.942500', '182016.402500', '182016.862500', '182017.322500', '182017.782500', '182018.242500', '182018.702500', '182019.162500', '182019.622500', '182020.082500', '182020.542500', '182021.002500', '182021.462500', '182021.922500', '182022.382500', '182022.842500', '182023.302500', '182023.762500', '182024.222500', '182024.682500', '182025.142500', '182025.602500', '182026.062500', '182026.522500', '182026.982500', '182027.442500', '182027.902500', '182028.362500', '182028.822500', '182029.282500', '182029.742500', '182030.202500', '182030.662500', '182031.122500', '182031.582500', '182032.042500', '182032.502500', '182032.962500', '182033.422500', '182033.882500', '182034.342500', '182034.802500', '182035.262500', '182035.722500', '182036.182500', '182036.642500', '182037.102500', '182037.562500', '182038.022500', '182038.482500', '182038.942500', '182039.402500', '182039.862500', '182040.322500', '182040.782500', '182041.242500', '182041.702500', '182042.162500', '182042.622500', '182043.082500', '182043.542500', '182044.002500', '182044.462500', '182044.922500', '182045.382500', '182045.842500', '182046.302500', '182046.762500', '182047.222500', '182047.682500', '182048.142500', '182048.602500', '182049.062500', '182049.522500', '182049.982500', '182050.442500', '182050.902500', '182051.362500', '182051.822500', '182052.282500', '182052.742500', '182053.202500', '182053.662500', '182054.122500', '182054.582500', '182055.042500', '182055.502500', '182055.962500', '182056.422500', '182056.882500', '182057.342500', '182057.802500', '182058.262500', '182058.722500', '182059.182500', '182059.642500', '182100.102500', '182100.562500', '182101.022500', '182101.482500', '182101.942500', '182102.402500', '182102.862500', '182103.322500', '182103.782500', '182104.242500', '182104.702500', '182105.162500', '182105.622500', '182106.082500', '182106.542500', '182107.002500', '182107.462500', '182107.922500', '182108.382500', '182108.842500', '182109.302500', '182109.762500', '182110.222500', '182110.682500', '182111.142500', '182111.602500', '182112.062500', '182112.522500', '182112.982500', '182113.442500', '182113.902500', '182114.362500', '182114.822500', '182115.282500', '182115.742500', '182116.202500', '182116.662500', '182117.122500', '182117.582500', '182118.042500', '182118.502500', '182118.962500', '182119.422500', '182119.882500', '182120.342500', '182120.802500', '182121.262500', '182121.722500', '182122.182500', '182122.642500', '182123.102500', '182123.562500', '182124.022500', '182124.482500', '182124.942500', '182125.402500', '182125.862500', '182126.322500', '182126.782500', '182127.242500', '182127.702500', '182128.162500', '182128.622500', '182129.082500', '182129.542500', '182130.002500', '182130.462500', '182130.922500', '182131.382500', '182131.842500', '182132.302500', '182132.762500', '182133.222500', '182133.682500', '182134.142500', '182134.602500', '182135.062500', '182135.522500', '182135.982500', '182136.442500', '182136.902500', '182137.362500', '182137.822500', '182138.282500', '182138.742500', '182139.202500', '182139.662500', '182140.122500', '182140.582500', '182141.042500', '182141.502500', '182141.962500', '182142.422500', '182142.882500', '182143.342500', '182143.802500', '182144.262500', '182144.722500', '182145.182500', '182145.642500', '182146.102500', '182146.562500', '182147.022500', '182147.482500', '182147.942500', '182148.402500', '182148.862500', '182149.322500', '182149.782500', '182150.242500', '182150.702500', '182151.162500', '182151.622500', '182152.082500', '182152.542500', '182153.002500', '182153.462500', '182153.922500', '182154.382500', '182154.842500', '182155.302500', '182155.762500', '182156.222500', '182156.682500', '182157.142500', '182157.602500', '182158.062500', '182158.522500', '182158.982500', '182159.442500', '182159.902500', '182200.362500', '182200.822500', '182201.282500', '182201.742500', '182202.202500', '182202.662500', '182203.122500', '182203.582500', '182204.042500', '182204.502500', '182204.962500', '182205.422500', '182205.882500', '182206.342500', '182206.802500', '182207.262500', '182207.722500', '182208.182500', '182208.642500', '182209.102500', '182209.562500', '182210.022500', '182210.482500', '182210.942500', '182211.402500', '182211.862500', '182212.322500', '182212.782500', '182213.242500', '182213.702500', '182214.162500', '182214.622500', '182215.082500', '182215.542500', '182216.002500', '182216.462500', '182216.922500', '182217.382500', '182217.842500', '182218.302500', '182218.762500', '182219.222500', '182219.682500', '182220.142500', '182220.602500', '182221.062500', '182221.522500', '182221.982500', '182222.442500', '182222.902500', '182223.362500', '182223.822500', '182224.282500', '182224.742500', '182225.202500', '182225.662500', '182226.122500', '182226.582500', '182227.042500', '182227.502500', '182227.962500', '182228.422500', '182228.882500', '182229.342500', '182229.802500', '182230.262500', '182230.722500', '182231.182500', '182231.642500', '182232.102500', '182232.562500', '182233.022500', '182233.482500', '182233.942500', '182234.402500', '182234.862500', '182235.322500', '182235.782500', '182236.242500', '182236.702500', '182237.162500', '182237.622500', '182238.082500', '182238.542500', '182239.002500', '182239.462500', '182239.922500', '182240.382500', '182240.842500', '182241.302500', '182241.762500', '182242.222500', '182242.682500', '182243.142500', '182243.602500', '182244.062500', '182244.522500', '182244.982500', '182245.442500', '182245.902500', '182246.362500', '182246.822500', '182247.282500', '182247.742500', '182248.202500', '182248.662500', '182249.122500', '182249.582500', '182250.042500', '182250.502500', '182250.962500', '182251.422500', '182251.882500', '182252.342500', '182252.802500', '182253.262500', '182253.722500', '182254.182500', '182254.642500', '182255.102500', '182255.562500', '182256.022500', '182256.482500', '182256.942500', '182257.402500', '182257.862500', '182258.322500', '182258.782500', '182259.242500', '182259.702500', '182300.162500', '182300.622500', '182301.082500', '182301.542500', '182302.002500', '182302.462500', '182302.922500', '182303.382500', '182303.842500', '182304.302500', '182304.762500', '182305.222500', '182305.682500', '182306.142500', '182306.602500', '182307.062500', '182307.522500', '182307.982500', '182308.442500', '182308.902500', '182309.362500', '182309.822500', '182310.282500', '182310.742500', '182311.202500', '182311.662500', '182312.122500', '182312.582500', '182313.042500', '182313.502500', '182313.962500', '182314.422500', '182314.882500', '182315.342500', '182315.802500', '182316.262500', '182316.722500', '182317.182500', '182317.642500', '182318.102500', '182318.562500', '182319.022500', '182319.482500', '182319.942500', '182320.402500', '182320.862500', '182321.322500', '182321.782500', '182322.242500', '182322.702500', '182323.162500', '182323.622500', '182324.082500', '182324.542500', '182325.002500', '182325.462500', '182325.922500', '182326.382500', '182326.842500', '182327.302500', '182327.762500', '182328.222500', '182328.682500', '182329.142500', '182329.602500', '182330.062500', '182330.522500', '182330.982500', '182331.442500', '182331.902500', '182332.362500', '182332.822500', '182333.282500', '182333.742500', '182334.202500', '182334.662500', '182335.122500', '182335.582500', '182336.042500', '182336.502500', '182336.962500', '182337.422500', '182337.882500', '182338.342500', '182338.802500', '182339.262500', '182339.722500', '182340.182500', '182340.642500', '182341.102500', '182341.562500', '182342.022500', '182342.482500', '182342.942500', '182343.402500', '182343.862500', '182344.322500', '182344.782500', '182345.242500', '182345.702500', '182346.162500', '182346.622500', '182347.082500', '182347.542500', '182348.002500', '182348.462500', '182348.922500', '182349.382500', '182349.842500', '182350.302500', '182350.762500', '182351.222500', '182351.682500', '182352.142500', '182352.602500', '182353.062500', '182353.522500', '182353.982500', '182354.442500', '182354.902500', '182355.362500', '182355.822500', '182356.282500', '182356.742500', '182357.202500', '182357.662500', '182358.122500', '182358.582500', '182359.042500', '182359.502500', '182359.962500', '182400.422500', '182400.882500', '182401.342500', '182401.802500', '182402.262500', '182402.722500', '182403.182500', '182403.642500', '182404.102500', '182404.562500', '182405.022500', '182405.482500', '182405.942500', '182406.402500', '182406.862500', '182407.322500', '182407.782500', '182408.242500', '182408.702500', '182409.162500', '182409.622500', '182410.082500', '182410.542500', '182411.002500', '182411.462500', '182411.922500', '182412.382500', '182412.842500', '182413.302500', '182413.762500', '182414.222500', '182414.682500', '182415.142500', '182415.602500', '182416.062500', '182416.522500', '182416.982500', '182417.442500', '182417.902500', '182418.362500', '182418.822500', '182419.282500', '182419.742500', '182420.202500', '182420.662500', '182421.122500', '182421.582500', '182422.042500', '182422.502500', '182422.962500', '182423.422500', '182423.882500', '182424.342500', '182424.802500', '182425.262500', '182425.722500', '182426.182500', '182426.642500', '182427.102500', '182427.562500', '182428.022500', '182428.482500', '182428.942500', '182429.402500', '182429.862500', '182430.322500', '182430.782500', '182431.242500', '182431.702500', '182432.162500', '182432.622500', '182433.082500', '182433.542500', '182434.002500', '182434.462500', '182434.922500', '182435.382500', '182435.842500', '182436.302500', '182436.762500', '182437.222500', '182437.682500', '182438.142500', '182438.602500', '182439.062500', '182439.522500', '182439.982500', '182440.442500', '182440.902500', '182441.362500', '182441.822500', '182442.282500', '182442.742500', '182443.202500', '182443.662500', '182444.122500', '182444.582500', '182445.042500', '182445.502500', '182445.962500', '182446.422500', '182446.882500', '182447.342500', '182447.802500', '182448.262500', '182448.722500', '182449.182500', '182449.642500', '182450.102500', '182450.562500', '182451.022500', '182451.482500', '182451.942500', '182452.402500', '182452.862500', '182453.322500', '182453.782500', '182454.242500', '182454.702500', '182455.162500', '182455.622500', '182456.082500', '182456.542500', '182457.002500', '182457.462500', '182457.922500', '182458.382500', '182458.842500', '182459.302500', '182459.762500', '182500.222500', '182500.682500', '182501.142500', '182501.602500', '182502.062500', '182502.522500', '182502.982500', '182503.442500', '182503.902500', '182504.362500', '182504.822500', '182505.282500', '182505.742500', '182506.202500', '182506.662500', '182507.122500', '182507.582500', '182508.042500', '182508.502500', '182508.962500', '182509.422500', '182509.882500', '182510.342500', '182510.802500', '182511.262500', '182511.722500', '182512.182500', '182512.642500', '182513.102500', '182513.562500', '182514.022500', '182514.482500', '182514.942500', '182515.402500', '182515.862500', '182516.322500', '182516.782500', '182517.242500', '182517.702500', '182518.162500', '182518.622500', '182519.082500', '182519.542500', '182520.002500', '182520.462500', '182520.922500', '182521.382500', '182521.842500', '182522.302500', '182522.762500', '182523.222500', '182523.682500', '182524.142500', '182524.602500', '182525.062500', '182525.522500', '182525.982500', '182526.442500', '182526.902500', '182527.362500', '182527.822500', '182528.282500', '182528.742500', '182529.202500', '182529.662500', '182530.122500', '182530.582500', '182531.042500', '182531.502500', '182531.962500', '182532.422500', '182532.882500', '182533.342500', '182533.802500', '182534.262500', '182534.722500', '182535.182500', '182535.642500', '182536.102500', '182536.562500', '182537.022500', '182537.482500', '182537.942500', '182538.402500', '182538.862500', '182539.322500', '182539.782500', '182540.242500', '182540.702500', '182541.162500', '182541.622500', '182542.082500', '182542.542500', '182543.002500', '182543.462500', '182543.922500', '182544.382500', '182544.842500', '182545.302500', '182545.762500', '182546.222500', '182546.682500', '182547.142500', '182547.602500', '182548.062500', '182548.522500', '182548.982500', '182549.442500', '182549.902500', '182550.362500', '182550.822500', '182551.282500', '182551.742500', '182552.202500', '182552.662500', '182553.122500', '182553.582500', '182554.042500', '182554.502500', '182554.962500', '182555.422500', '182555.882500', '182556.342500', '182556.802500', '182557.262500', '182557.722500', '182558.182500', '182558.642500', '182559.102500', '182559.562500', '182600.022500', '182600.482500', '182600.942500', '182601.402500', '182601.862500', '182602.322500', '182602.782500', '182603.242500', '182603.702500', '182604.162500', '182604.622500', '182605.082500', '182605.542500', '182606.002500', '182606.462500', '182606.922500', '182607.382500', '182607.842500', '182608.302500', '182608.762500', '182609.222500', '182609.682500', '182610.142500', '182610.602500', '182611.062500', '182611.522500', '182611.982500', '182612.442500', '182612.902500', '182613.362500', '182613.822500', '182614.282500', '182614.742500', '182615.202500', '182615.662500', '182616.122500', '182616.582500', '182617.042500', '182617.502500', '182617.962500', '182618.422500', '182618.882500'], 'ContentTime': ['181857.748000', '181857.752000', '181857.755000', '181857.757000', '181857.760000', '181857.763000', '181857.766000', '181857.772000', '181857.774000', '181857.777000', '181857.780000', '181857.783000', '181857.786000', '181857.788000', '181857.791000', '181857.794000', '181857.797000', '181857.806000', '181857.809000', '181857.811000', '181857.814000', '181857.817000', '181857.820000', '181857.823000', '181857.831000', '181857.834000', '181857.838000', '181857.841000', '181857.844000', '181857.847000', '181857.849000', '181857.852000', '181857.855000', '181857.858000', '181857.860000', '181857.863000', '181857.866000', '181857.869000', '181857.871000', '181857.874000', '181857.877000', '181857.880000', '181857.883000', '181857.885000', '181857.889000', '181857.892000', '181857.897000', '181857.900000', '181857.902000', '181857.905000', '181857.908000', '181857.911000', '181857.914000', '181857.916000', '181917.708000', '181917.711000', '181917.714000', '181917.716000', '181917.719000', '181917.722000', '181917.725000', '181917.728000', '181917.730000', '181917.733000', '181917.736000', '181917.739000', '181917.742000', '181917.744000', '181917.747000', '181917.750000', '181917.753000', '181917.756000', '181917.758000', '181917.761000', '181917.768000', '181917.794000', '181917.797000', '181917.799000', '181917.802000', '181917.805000', '181917.808000', '181917.810000', '181917.813000', '181917.816000', '181917.819000', '181917.822000', '181917.824000', '181917.827000', '181917.830000', '181917.833000', '181917.836000', '181917.838000', '181917.841000', '181917.844000', '181917.847000', '181917.849000', '181917.852000', '181917.855000', '181937.708000', '181937.711000', '181937.714000', '181937.717000', '181937.719000', '181937.726000', '181937.729000', '181937.732000', '181937.734000', '181937.737000', '181937.740000', '181937.743000', '181937.746000', '181937.748000', '181937.751000', '181937.754000', '181937.757000', '181937.760000', '181937.763000', '181937.765000', '181937.768000', '181937.771000', '181937.774000', '181937.777000', '181937.779000', '181937.782000', '181937.785000', '181937.788000', '181937.791000', '181937.794000', '181937.796000', '181937.799000', '181937.802000', '181937.805000', '181937.808000', '181937.810000', '181937.813000', '181937.816000', '181937.819000', '181937.822000', '181937.824000', '181937.827000', '181937.830000', '181957.708000', '181957.711000', '181957.714000', '181957.716000', '181957.719000', '181957.722000', '181957.725000', '181957.728000', '181957.730000', '181957.733000', '181957.736000', '181957.739000', '181957.742000', '181957.744000', '181957.747000', '181957.750000', '181957.753000', '181957.756000', '181957.759000', '181957.761000', '181957.764000', '181957.767000', '181957.772000', '181957.774000', '181957.777000', '181957.780000', '181957.783000', '181957.786000', '181957.788000', '181957.791000', '181957.794000', '181957.797000', '181957.800000', '181957.803000', '181957.805000', '181957.808000', '181957.811000', '181957.814000', '181957.816000', '181957.819000', '181957.822000', '181957.825000', '181957.840000', '181957.843000', '182017.708000', '182017.711000', '182017.714000', '182017.716000', '182017.719000', '182017.722000', '182017.725000', '182017.728000', '182017.731000', '182017.733000', '182017.736000', '182017.739000', '182017.742000', '182017.745000', '182017.748000', '182017.750000', '182017.753000', '182017.756000', '182017.759000', '182017.762000', '182017.765000', '182017.767000', '182017.797000', '182017.800000', '182017.803000', '182017.806000', '182017.808000', '182017.811000', '182017.814000', '182017.817000', '182017.820000', '182017.823000', '182017.826000', '182017.829000', '182017.831000', '182017.834000', '182017.837000', '182017.840000', '182017.843000', '182017.846000', '182017.849000', '182017.851000', '182017.854000', '182037.708000', '182037.711000', '182037.714000', '182037.717000', '182037.720000', '182037.722000', '182037.725000', '182037.728000', '182037.731000', '182037.734000', '182037.737000', '182037.739000', '182037.742000', '182037.745000', '182037.748000', '182037.751000', '182037.754000', '182037.756000', '182037.759000', '182037.762000', '182037.765000', '182037.768000', '182037.770000', '182037.773000', '182037.776000', '182037.779000', '182037.782000', '182037.785000', '182037.787000', '182037.790000', '182037.793000', '182037.796000', '182037.799000', '182037.801000', '182037.804000', '182037.807000', '182037.810000', '182037.813000', '182037.815000', '182037.818000', '182037.821000', '182037.824000', '182037.827000', '182057.708000', '182057.711000', '182057.714000', '182057.717000', '182057.719000', '182057.722000', '182057.725000', '182057.728000', '182057.731000', '182057.733000', '182057.736000', '182057.739000', '182057.742000', '182057.745000', '182057.747000', '182057.750000', '182057.753000', '182057.756000', '182057.759000', '182057.762000', '182057.764000', '182057.767000', '182057.770000', '182057.781000', '182057.783000', '182057.786000', '182057.789000', '182057.792000', '182057.795000', '182057.798000', '182057.801000', '182057.804000', '182057.806000', '182057.809000', '182057.812000', '182057.815000', '182057.818000', '182057.820000', '182057.823000', '182057.826000', '182057.829000', '182057.832000', '182057.835000', '182057.837000', '182117.709000', '182117.712000', '182117.715000', '182117.717000', '182117.720000', '182117.723000', '182117.726000', '182117.729000', '182117.732000', '182117.735000', '182117.738000', '182117.741000', '182117.744000', '182117.747000', '182117.750000', '182117.752000', '182117.755000', '182117.758000', '182117.761000', '182117.764000', '182117.767000', '182117.816000', '182117.819000', '182117.821000', '182117.824000', '182117.827000', '182117.830000', '182117.833000', '182117.835000', '182117.838000', '182117.841000', '182117.844000', '182117.847000', '182117.849000', '182117.852000', '182117.855000', '182117.858000', '182117.861000', '182117.863000', '182117.866000', '182117.869000', '182117.872000', '182117.875000', '182137.708000', '182137.711000', '182137.714000', '182137.716000', '182137.719000', '182137.722000', '182137.725000', '182137.728000', '182137.731000', '182137.733000', '182137.736000', '182137.739000', '182137.742000', '182137.745000', '182137.748000', '182137.750000', '182137.753000', '182137.756000', '182137.759000', '182137.762000', '182137.764000', '182137.767000', '182137.792000', '182137.795000', '182137.798000', '182137.801000', '182137.804000', '182137.806000', '182137.809000', '182137.812000', '182137.815000', '182137.818000', '182137.820000', '182137.823000', '182137.826000', '182137.829000', '182137.831000', '182137.834000', '182137.848000', '182137.851000', '182137.854000', '182137.856000', '182137.859000', '182137.862000', '182157.708000', '182157.711000', '182157.714000', '182157.716000', '182157.719000', '182157.722000', '182157.725000', '182157.728000', '182157.731000', '182157.733000', '182157.736000', '182157.739000', '182157.742000', '182157.745000', '182157.748000', '182157.750000', '182157.753000', '182157.756000', '182157.759000', '182157.762000', '182157.764000', '182157.767000', '182157.822000', '182157.825000', '182157.828000', '182157.830000', '182157.833000', '182157.836000', '182157.839000', '182157.842000', '182157.844000', '182157.858000', '182157.861000', '182157.863000', '182157.866000', '182157.869000', '182157.872000', '182157.875000', '182157.878000', '182157.881000', '182157.883000', '182157.886000', '182157.889000', '182217.708000', '182217.711000', '182217.714000', '182217.716000', '182217.719000', '182217.722000', '182217.725000', '182217.728000', '182217.731000', '182217.734000', '182217.736000', '182217.739000', '182217.742000', '182217.745000', '182217.748000', '182217.750000', '182217.753000', '182217.756000', '182217.759000', '182217.762000', '182217.764000', '182217.767000', '182217.804000', '182217.807000', '182217.810000', '182217.813000', '182217.816000', '182217.818000', '182217.821000', '182217.824000', '182217.827000', '182217.830000', '182217.832000', '182217.835000', '182217.838000', '182217.841000', '182217.844000', '182217.847000', '182217.849000', '182217.852000', '182217.855000', '182217.858000', '182217.861000', '182217.863000', '182237.708000', '182237.711000', '182237.715000', '182237.725000', '182237.728000', '182237.731000', '182237.734000', '182237.737000', '182237.739000', '182237.742000', '182237.745000', '182237.748000', '182237.751000', '182237.753000', '182237.756000', '182237.759000', '182237.762000', '182237.765000', '182237.768000', '182237.845000', '182237.848000', '182237.851000', '182237.854000', '182237.857000', '182237.860000', '182237.862000', '182237.865000', '182237.868000', '182237.871000', '182237.874000', '182237.877000', '182237.879000', '182237.882000', '182237.885000', '182237.888000', '182237.891000', '182237.893000', '182237.896000', '182237.899000', '182237.902000', '182237.905000', '182237.907000', '182237.910000', '182257.708000', '182257.711000', '182257.714000', '182257.717000', '182257.719000', '182257.722000', '182257.725000', '182257.728000', '182257.731000', '182257.733000', '182257.736000', '182257.739000', '182257.742000', '182257.745000', '182257.747000', '182257.750000', '182257.753000', '182257.756000', '182257.759000', '182257.761000', '182257.764000', '182257.767000', '182257.770000', '182257.814000', '182257.817000', '182257.820000', '182257.823000', '182257.826000', '182257.828000', '182257.831000', '182257.834000', '182257.837000', '182257.839000', '182257.842000', '182257.845000', '182257.848000', '182257.851000', '182257.854000', '182257.856000', '182257.859000', '182257.862000', '182257.865000', '182257.868000', '182257.870000', '182317.708000', '182317.711000', '182317.714000', '182317.716000', '182317.719000', '182317.722000', '182317.725000', '182317.728000', '182317.731000', '182317.734000', '182317.736000', '182317.739000', '182317.742000', '182317.745000', '182317.748000', '182317.750000', '182317.753000', '182317.756000', '182317.759000', '182317.775000', '182317.814000', '182317.817000', '182317.820000', '182317.823000', '182317.826000', '182317.829000', '182317.831000', '182317.834000', '182317.837000', '182317.840000', '182317.843000', '182317.845000', '182317.848000', '182317.851000', '182317.854000', '182317.857000', '182317.860000', '182317.862000', '182317.865000', '182317.868000', '182317.871000', '182317.873000', '182317.876000', '182337.709000', '182337.712000', '182337.715000', '182337.717000', '182337.720000', '182337.723000', '182337.726000', '182337.729000', '182337.732000', '182337.734000', '182337.737000', '182337.740000', '182337.743000', '182337.746000', '182337.749000', '182337.751000', '182337.754000', '182337.757000', '182337.760000', '182337.763000', '182337.766000', '182337.769000', '182337.835000', '182337.838000', '182337.841000', '182337.843000', '182337.846000', '182337.849000', '182337.852000', '182337.855000', '182337.857000', '182337.860000', '182337.863000', '182337.866000', '182337.869000', '182337.871000', '182337.874000', '182337.877000', '182337.880000', '182337.883000', '182337.885000', '182337.888000', '182337.891000', '182337.894000', '182357.708000', '182357.711000', '182357.714000', '182357.717000', '182357.719000', '182357.722000', '182357.725000', '182357.728000', '182357.731000', '182357.733000', '182357.736000', '182357.739000', '182357.742000', '182357.745000', '182357.748000', '182357.752000', '182357.755000', '182357.758000', '182357.761000', '182357.763000', '182357.766000', '182357.835000', '182357.838000', '182357.841000', '182357.844000', '182357.846000', '182357.849000', '182357.852000', '182357.855000', '182357.857000', '182357.860000', '182357.863000', '182357.866000', '182357.872000', '182357.874000', '182357.877000', '182357.880000', '182357.883000', '182357.886000', '182357.888000', '182357.891000', '182357.894000', '182357.897000', '182417.708000', '182417.711000', '182417.714000', '182417.717000', '182417.719000', '182417.722000', '182417.725000', '182417.728000', '182417.731000', '182417.734000', '182417.736000', '182417.739000', '182417.742000', '182417.745000', '182417.748000', '182417.750000', '182417.753000', '182417.756000', '182417.759000', '182417.762000', '182417.765000', '182417.768000', '182417.807000', '182417.810000', '182417.813000', '182417.816000', '182417.818000', '182417.821000', '182417.824000', '182417.827000', '182417.830000', '182417.832000', '182417.835000', '182417.838000', '182417.841000', '182417.844000', '182417.846000', '182417.849000', '182417.852000', '182417.855000', '182417.858000', '182417.860000', '182417.863000', '182417.866000', '182437.708000', '182437.711000', '182437.714000', '182437.716000', '182437.719000', '182437.722000', '182437.725000', '182437.728000', '182437.731000', '182437.733000', '182437.736000', '182437.739000', '182437.742000', '182437.745000', '182437.747000', '182437.750000', '182437.753000', '182437.756000', '182437.759000', '182437.762000', '182437.764000', '182437.767000', '182437.770000', '182437.822000', '182437.824000', '182437.827000', '182437.830000', '182437.833000', '182437.836000', '182437.839000', '182437.858000', '182437.861000', '182437.863000', '182437.866000', '182437.869000', '182437.872000', '182437.875000', '182437.877000', '182437.880000', '182437.883000', '182437.886000', '182437.889000', '182437.891000', '182457.708000', '182457.711000', '182457.714000', '182457.716000', '182457.719000', '182457.722000', '182457.725000', '182457.728000', '182457.731000', '182457.733000', '182457.736000', '182457.739000', '182457.742000', '182457.745000', '182457.747000', '182457.750000', '182457.753000', '182457.756000', '182457.759000', '182457.762000', '182457.764000', '182457.767000', '182457.838000', '182457.841000', '182457.844000', '182457.847000', '182457.849000', '182457.852000', '182457.855000', '182457.858000', '182457.861000', '182457.863000', '182457.866000', '182457.869000', '182457.872000', '182457.875000', '182457.877000', '182457.880000', '182457.883000', '182457.886000', '182457.888000', '182457.891000', '182457.894000', '182457.897000', '182517.708000', '182517.711000', '182517.714000', '182517.717000', '182517.719000', '182517.722000', '182517.725000', '182517.728000', '182517.731000', '182517.733000', '182517.736000', '182517.739000', '182517.742000', '182517.745000', '182517.748000', '182517.751000', '182517.753000', '182517.756000', '182517.759000', '182517.762000', '182517.765000', '182517.767000', '182517.770000', '182517.806000', '182517.808000', '182517.811000', '182517.814000', '182517.817000', '182517.820000', '182517.822000', '182517.825000', '182517.828000', '182517.831000', '182517.834000', '182517.837000', '182517.839000', '182517.842000', '182517.845000', '182517.848000', '182517.851000', '182517.854000', '182517.857000', '182517.860000', '182537.708000', '182537.711000', '182537.714000', '182537.716000', '182537.719000', '182537.722000', '182537.725000', '182537.728000', '182537.731000', '182537.733000', '182537.736000', '182537.739000', '182537.742000', '182537.745000', '182537.748000', '182537.750000', '182537.753000', '182537.756000', '182537.759000', '182537.762000', '182537.765000', '182537.767000', '182537.823000', '182537.826000', '182537.829000', '182537.831000', '182537.834000', '182537.837000', '182537.840000', '182537.843000', '182537.846000', '182537.848000', '182537.851000', '182537.854000', '182537.857000', '182537.860000', '182537.862000', '182537.865000', '182537.868000', '182537.871000', '182537.874000', '182537.876000', '182537.879000', '182537.882000', '182557.709000', '182557.712000', '182557.715000', '182557.717000', '182557.720000', '182557.723000', '182557.726000', '182557.729000', '182557.732000', '182557.734000', '182557.737000', '182557.740000', '182557.743000', '182557.746000', '182557.749000', '182557.751000', '182557.754000', '182557.757000', '182557.760000', '182557.763000', '182557.765000', '182557.768000', '182557.831000', '182557.834000', '182557.837000', '182557.840000', '182557.842000', '182557.845000', '182557.848000', '182557.851000', '182557.854000', '182557.857000', '182557.859000', '182557.862000', '182557.871000', '182557.874000', '182557.877000', '182557.880000', '182557.882000', '182557.885000', '182557.900000', '182557.903000', '182557.906000', '182617.708000', '182617.711000', '182617.714000', '182617.726000', '182617.729000', '182617.732000', '182617.735000', '182617.738000', '182617.740000', '182617.743000', '182617.746000', '182617.749000', '182617.752000', '182617.755000', '182617.758000', '182617.761000', '182617.763000', '182617.766000', '182617.769000', '182617.772000', '182617.775000', '182617.778000', '182617.780000', '182617.783000', '182617.786000', '182617.789000', '182617.792000', '182617.795000', '182617.798000', '182617.801000', '182617.803000', '182617.806000', '182617.809000', '182617.812000', '182617.815000', '182617.817000', '182617.820000', '182617.823000', '182617.826000', '182617.829000', '182617.832000', '182617.835000', '182617.837000', '182617.840000', '182620.011000', '182620.015000', '182620.018000', '182620.021000', '182620.025000'], 'InstanceCreationTime': ['181857.748000', '181857.752000', '181857.755000', '181857.757000', '181857.760000', '181857.763000', '181857.766000', '181857.772000', '181857.774000', '181857.777000', '181857.780000', '181857.783000', '181857.786000', '181857.788000', '181857.791000', '181857.794000', '181857.797000', '181857.806000', '181857.809000', '181857.811000', '181857.814000', '181857.817000', '181857.820000', '181857.823000', '181857.831000', '181857.834000', '181857.838000', '181857.841000', '181857.844000', '181857.847000', '181857.849000', '181857.852000', '181857.855000', '181857.858000', '181857.860000', '181857.863000', '181857.866000', '181857.869000', '181857.871000', '181857.874000', '181857.877000', '181857.880000', '181857.883000', '181857.885000', '181857.889000', '181857.892000', '181857.897000', '181857.900000', '181857.902000', '181857.905000', '181857.908000', '181857.911000', '181857.914000', '181857.916000', '181917.708000', '181917.711000', '181917.714000', '181917.716000', '181917.719000', '181917.722000', '181917.725000', '181917.728000', '181917.730000', '181917.733000', '181917.736000', '181917.739000', '181917.742000', '181917.744000', '181917.747000', '181917.750000', '181917.753000', '181917.756000', '181917.758000', '181917.761000', '181917.768000', '181917.794000', '181917.797000', '181917.799000', '181917.802000', '181917.805000', '181917.808000', '181917.810000', '181917.813000', '181917.816000', '181917.819000', '181917.822000', '181917.824000', '181917.827000', '181917.830000', '181917.833000', '181917.836000', '181917.838000', '181917.841000', '181917.844000', '181917.847000', '181917.849000', '181917.852000', '181917.855000', '181937.708000', '181937.711000', '181937.714000', '181937.717000', '181937.719000', '181937.726000', '181937.729000', '181937.732000', '181937.734000', '181937.737000', '181937.740000', '181937.743000', '181937.746000', '181937.748000', '181937.751000', '181937.754000', '181937.757000', '181937.760000', '181937.763000', '181937.765000', '181937.768000', '181937.771000', '181937.774000', '181937.777000', '181937.779000', '181937.782000', '181937.785000', '181937.788000', '181937.791000', '181937.794000', '181937.796000', '181937.799000', '181937.802000', '181937.805000', '181937.808000', '181937.810000', '181937.813000', '181937.816000', '181937.819000', '181937.822000', '181937.824000', '181937.827000', '181937.830000', '181957.708000', '181957.711000', '181957.714000', '181957.716000', '181957.719000', '181957.722000', '181957.725000', '181957.728000', '181957.730000', '181957.733000', '181957.736000', '181957.739000', '181957.742000', '181957.744000', '181957.747000', '181957.750000', '181957.753000', '181957.756000', '181957.759000', '181957.761000', '181957.764000', '181957.767000', '181957.772000', '181957.774000', '181957.777000', '181957.780000', '181957.783000', '181957.786000', '181957.788000', '181957.791000', '181957.794000', '181957.797000', '181957.800000', '181957.803000', '181957.805000', '181957.808000', '181957.811000', '181957.814000', '181957.816000', '181957.819000', '181957.822000', '181957.825000', '181957.840000', '181957.843000', '182017.708000', '182017.711000', '182017.714000', '182017.716000', '182017.719000', '182017.722000', '182017.725000', '182017.728000', '182017.731000', '182017.733000', '182017.736000', '182017.739000', '182017.742000', '182017.745000', '182017.748000', '182017.750000', '182017.753000', '182017.756000', '182017.759000', '182017.762000', '182017.765000', '182017.767000', '182017.797000', '182017.800000', '182017.803000', '182017.806000', '182017.808000', '182017.811000', '182017.814000', '182017.817000', '182017.820000', '182017.823000', '182017.826000', '182017.829000', '182017.831000', '182017.834000', '182017.837000', '182017.840000', '182017.843000', '182017.846000', '182017.849000', '182017.851000', '182017.854000', '182037.708000', '182037.711000', '182037.714000', '182037.717000', '182037.720000', '182037.722000', '182037.725000', '182037.728000', '182037.731000', '182037.734000', '182037.737000', '182037.739000', '182037.742000', '182037.745000', '182037.748000', '182037.751000', '182037.754000', '182037.756000', '182037.759000', '182037.762000', '182037.765000', '182037.768000', '182037.770000', '182037.773000', '182037.776000', '182037.779000', '182037.782000', '182037.785000', '182037.787000', '182037.790000', '182037.793000', '182037.796000', '182037.799000', '182037.801000', '182037.804000', '182037.807000', '182037.810000', '182037.813000', '182037.815000', '182037.818000', '182037.821000', '182037.824000', '182037.827000', '182057.708000', '182057.711000', '182057.714000', '182057.717000', '182057.719000', '182057.722000', '182057.725000', '182057.728000', '182057.731000', '182057.733000', '182057.736000', '182057.739000', '182057.742000', '182057.745000', '182057.747000', '182057.750000', '182057.753000', '182057.756000', '182057.759000', '182057.762000', '182057.764000', '182057.767000', '182057.770000', '182057.781000', '182057.783000', '182057.786000', '182057.789000', '182057.792000', '182057.795000', '182057.798000', '182057.801000', '182057.804000', '182057.806000', '182057.809000', '182057.812000', '182057.815000', '182057.818000', '182057.820000', '182057.823000', '182057.826000', '182057.829000', '182057.832000', '182057.835000', '182057.837000', '182117.709000', '182117.712000', '182117.715000', '182117.717000', '182117.720000', '182117.723000', '182117.726000', '182117.729000', '182117.732000', '182117.735000', '182117.738000', '182117.741000', '182117.744000', '182117.747000', '182117.750000', '182117.752000', '182117.755000', '182117.758000', '182117.761000', '182117.764000', '182117.767000', '182117.816000', '182117.819000', '182117.821000', '182117.824000', '182117.827000', '182117.830000', '182117.833000', '182117.835000', '182117.838000', '182117.841000', '182117.844000', '182117.847000', '182117.849000', '182117.852000', '182117.855000', '182117.858000', '182117.861000', '182117.863000', '182117.866000', '182117.869000', '182117.872000', '182117.875000', '182137.708000', '182137.711000', '182137.714000', '182137.716000', '182137.719000', '182137.722000', '182137.725000', '182137.728000', '182137.731000', '182137.733000', '182137.736000', '182137.739000', '182137.742000', '182137.745000', '182137.748000', '182137.750000', '182137.753000', '182137.756000', '182137.759000', '182137.762000', '182137.764000', '182137.767000', '182137.792000', '182137.795000', '182137.798000', '182137.801000', '182137.804000', '182137.806000', '182137.809000', '182137.812000', '182137.815000', '182137.818000', '182137.820000', '182137.823000', '182137.826000', '182137.829000', '182137.831000', '182137.834000', '182137.848000', '182137.851000', '182137.854000', '182137.856000', '182137.859000', '182137.862000', '182157.708000', '182157.711000', '182157.714000', '182157.716000', '182157.719000', '182157.722000', '182157.725000', '182157.728000', '182157.731000', '182157.733000', '182157.736000', '182157.739000', '182157.742000', '182157.745000', '182157.748000', '182157.750000', '182157.753000', '182157.756000', '182157.759000', '182157.762000', '182157.764000', '182157.767000', '182157.822000', '182157.825000', '182157.828000', '182157.830000', '182157.833000', '182157.836000', '182157.839000', '182157.842000', '182157.844000', '182157.858000', '182157.861000', '182157.863000', '182157.866000', '182157.869000', '182157.872000', '182157.875000', '182157.878000', '182157.881000', '182157.883000', '182157.886000', '182157.889000', '182217.708000', '182217.711000', '182217.714000', '182217.716000', '182217.719000', '182217.722000', '182217.725000', '182217.728000', '182217.731000', '182217.734000', '182217.736000', '182217.739000', '182217.742000', '182217.745000', '182217.748000', '182217.750000', '182217.753000', '182217.756000', '182217.759000', '182217.762000', '182217.764000', '182217.767000', '182217.804000', '182217.807000', '182217.810000', '182217.813000', '182217.816000', '182217.818000', '182217.821000', '182217.824000', '182217.827000', '182217.830000', '182217.832000', '182217.835000', '182217.838000', '182217.841000', '182217.844000', '182217.847000', '182217.849000', '182217.852000', '182217.855000', '182217.858000', '182217.861000', '182217.863000', '182237.708000', '182237.711000', '182237.715000', '182237.725000', '182237.728000', '182237.731000', '182237.734000', '182237.737000', '182237.739000', '182237.742000', '182237.745000', '182237.748000', '182237.751000', '182237.753000', '182237.756000', '182237.759000', '182237.762000', '182237.765000', '182237.768000', '182237.845000', '182237.848000', '182237.851000', '182237.854000', '182237.857000', '182237.860000', '182237.862000', '182237.865000', '182237.868000', '182237.871000', '182237.874000', '182237.877000', '182237.879000', '182237.882000', '182237.885000', '182237.888000', '182237.891000', '182237.893000', '182237.896000', '182237.899000', '182237.902000', '182237.905000', '182237.907000', '182237.910000', '182257.708000', '182257.711000', '182257.714000', '182257.717000', '182257.719000', '182257.722000', '182257.725000', '182257.728000', '182257.731000', '182257.733000', '182257.736000', '182257.739000', '182257.742000', '182257.745000', '182257.747000', '182257.750000', '182257.753000', '182257.756000', '182257.759000', '182257.761000', '182257.764000', '182257.767000', '182257.770000', '182257.814000', '182257.817000', '182257.820000', '182257.823000', '182257.826000', '182257.828000', '182257.831000', '182257.834000', '182257.837000', '182257.839000', '182257.842000', '182257.845000', '182257.848000', '182257.851000', '182257.854000', '182257.856000', '182257.859000', '182257.862000', '182257.865000', '182257.868000', '182257.870000', '182317.708000', '182317.711000', '182317.714000', '182317.716000', '182317.719000', '182317.722000', '182317.725000', '182317.728000', '182317.731000', '182317.734000', '182317.736000', '182317.739000', '182317.742000', '182317.745000', '182317.748000', '182317.750000', '182317.753000', '182317.756000', '182317.759000', '182317.775000', '182317.814000', '182317.817000', '182317.820000', '182317.823000', '182317.826000', '182317.829000', '182317.831000', '182317.834000', '182317.837000', '182317.840000', '182317.843000', '182317.845000', '182317.848000', '182317.851000', '182317.854000', '182317.857000', '182317.860000', '182317.862000', '182317.865000', '182317.868000', '182317.871000', '182317.873000', '182317.876000', '182337.709000', '182337.712000', '182337.715000', '182337.717000', '182337.720000', '182337.723000', '182337.726000', '182337.729000', '182337.732000', '182337.734000', '182337.737000', '182337.740000', '182337.743000', '182337.746000', '182337.749000', '182337.751000', '182337.754000', '182337.757000', '182337.760000', '182337.763000', '182337.766000', '182337.769000', '182337.835000', '182337.838000', '182337.841000', '182337.843000', '182337.846000', '182337.849000', '182337.852000', '182337.855000', '182337.857000', '182337.860000', '182337.863000', '182337.866000', '182337.869000', '182337.871000', '182337.874000', '182337.877000', '182337.880000', '182337.883000', '182337.885000', '182337.888000', '182337.891000', '182337.894000', '182357.708000', '182357.711000', '182357.714000', '182357.717000', '182357.719000', '182357.722000', '182357.725000', '182357.728000', '182357.731000', '182357.733000', '182357.736000', '182357.739000', '182357.742000', '182357.745000', '182357.748000', '182357.752000', '182357.755000', '182357.758000', '182357.761000', '182357.763000', '182357.766000', '182357.835000', '182357.838000', '182357.841000', '182357.844000', '182357.846000', '182357.849000', '182357.852000', '182357.855000', '182357.857000', '182357.860000', '182357.863000', '182357.866000', '182357.872000', '182357.874000', '182357.877000', '182357.880000', '182357.883000', '182357.886000', '182357.888000', '182357.891000', '182357.894000', '182357.897000', '182417.708000', '182417.711000', '182417.714000', '182417.717000', '182417.719000', '182417.722000', '182417.725000', '182417.728000', '182417.731000', '182417.734000', '182417.736000', '182417.739000', '182417.742000', '182417.745000', '182417.748000', '182417.750000', '182417.753000', '182417.756000', '182417.759000', '182417.762000', '182417.765000', '182417.768000', '182417.807000', '182417.810000', '182417.813000', '182417.816000', '182417.818000', '182417.821000', '182417.824000', '182417.827000', '182417.830000', '182417.832000', '182417.835000', '182417.838000', '182417.841000', '182417.844000', '182417.846000', '182417.849000', '182417.852000', '182417.855000', '182417.858000', '182417.860000', '182417.863000', '182417.866000', '182437.708000', '182437.711000', '182437.714000', '182437.716000', '182437.719000', '182437.722000', '182437.725000', '182437.728000', '182437.731000', '182437.733000', '182437.736000', '182437.739000', '182437.742000', '182437.745000', '182437.747000', '182437.750000', '182437.753000', '182437.756000', '182437.759000', '182437.762000', '182437.764000', '182437.767000', '182437.770000', '182437.822000', '182437.824000', '182437.827000', '182437.830000', '182437.833000', '182437.836000', '182437.839000', '182437.858000', '182437.861000', '182437.863000', '182437.866000', '182437.869000', '182437.872000', '182437.875000', '182437.877000', '182437.880000', '182437.883000', '182437.886000', '182437.889000', '182437.891000', '182457.708000', '182457.711000', '182457.714000', '182457.716000', '182457.719000', '182457.722000', '182457.725000', '182457.728000', '182457.731000', '182457.733000', '182457.736000', '182457.739000', '182457.742000', '182457.745000', '182457.747000', '182457.750000', '182457.753000', '182457.756000', '182457.759000', '182457.762000', '182457.764000', '182457.767000', '182457.838000', '182457.841000', '182457.844000', '182457.847000', '182457.849000', '182457.852000', '182457.855000', '182457.858000', '182457.861000', '182457.863000', '182457.866000', '182457.869000', '182457.872000', '182457.875000', '182457.877000', '182457.880000', '182457.883000', '182457.886000', '182457.888000', '182457.891000', '182457.894000', '182457.897000', '182517.708000', '182517.711000', '182517.714000', '182517.717000', '182517.719000', '182517.722000', '182517.725000', '182517.728000', '182517.731000', '182517.733000', '182517.736000', '182517.739000', '182517.742000', '182517.745000', '182517.748000', '182517.751000', '182517.753000', '182517.756000', '182517.759000', '182517.762000', '182517.765000', '182517.767000', '182517.770000', '182517.806000', '182517.808000', '182517.811000', '182517.814000', '182517.817000', '182517.820000', '182517.822000', '182517.825000', '182517.828000', '182517.831000', '182517.834000', '182517.837000', '182517.839000', '182517.842000', '182517.845000', '182517.848000', '182517.851000', '182517.854000', '182517.857000', '182517.860000', '182537.708000', '182537.711000', '182537.714000', '182537.716000', '182537.719000', '182537.722000', '182537.725000', '182537.728000', '182537.731000', '182537.733000', '182537.736000', '182537.739000', '182537.742000', '182537.745000', '182537.748000', '182537.750000', '182537.753000', '182537.756000', '182537.759000', '182537.762000', '182537.765000', '182537.767000', '182537.823000', '182537.826000', '182537.829000', '182537.831000', '182537.834000', '182537.837000', '182537.840000', '182537.843000', '182537.846000', '182537.848000', '182537.851000', '182537.854000', '182537.857000', '182537.860000', '182537.862000', '182537.865000', '182537.868000', '182537.871000', '182537.874000', '182537.876000', '182537.879000', '182537.882000', '182557.709000', '182557.712000', '182557.715000', '182557.717000', '182557.720000', '182557.723000', '182557.726000', '182557.729000', '182557.732000', '182557.734000', '182557.737000', '182557.740000', '182557.743000', '182557.746000', '182557.749000', '182557.751000', '182557.754000', '182557.757000', '182557.760000', '182557.763000', '182557.765000', '182557.768000', '182557.831000', '182557.834000', '182557.837000', '182557.840000', '182557.842000', '182557.845000', '182557.848000', '182557.851000', '182557.854000', '182557.857000', '182557.859000', '182557.862000', '182557.871000', '182557.874000', '182557.877000', '182557.880000', '182557.882000', '182557.885000', '182557.900000', '182557.903000', '182557.906000', '182617.708000', '182617.711000', '182617.714000', '182617.726000', '182617.729000', '182617.732000', '182617.735000', '182617.738000', '182617.740000', '182617.743000', '182617.746000', '182617.749000', '182617.752000', '182617.755000', '182617.758000', '182617.761000', '182617.763000', '182617.766000', '182617.769000', '182617.772000', '182617.775000', '182617.778000', '182617.780000', '182617.783000', '182617.786000', '182617.789000', '182617.792000', '182617.795000', '182617.798000', '182617.801000', '182617.803000', '182617.806000', '182617.809000', '182617.812000', '182617.815000', '182617.817000', '182617.820000', '182617.823000', '182617.826000', '182617.829000', '182617.832000', '182617.835000', '182617.837000', '182617.840000', '182620.011000', '182620.015000', '182620.018000', '182620.021000', '182620.025000'], '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': [14506, 9888, 13360, 10696, 16768, 14164, 18333, 13198, 11393, 10852, 10890, 10823, 11772, 11913, 11609, 9818, 10708, 11677, 10433, 16611, 11691, 18795, 9792, 18793, 9970, 20165, 14638, 19421, 9656, 17125, 9293, 15208, 10429, 15256, 9259, 14849, 9662, 13919, 10147, 14149, 10003, 12395, 10086, 11701, 9981, 12234, 9527, 10933, 9219, 11638, 9844, 11519, 13157, 10271, 16707, 9989, 16169, 10027, 15254, 10040, 12716, 10083, 12420, 10248, 12763, 10424, 11772, 10135, 11928, 9630, 13624, 10982, 10787, 15141, 9786, 17958, 10328, 16020, 10134, 12174, 10293, 11250, 10142, 11689, 9883, 10951, 9505, 11212, 15003, 10183, 15241, 9920, 12479, 9910, 12167, 9949, 11180, 9253, 10582, 8764, 11888, 9179, 11671, 9036, 11536, 11630, 10224, 18080, 11246, 17032, 13917, 10377, 19249, 9541, 15857, 11172, 14859, 9769, 11496, 9707, 11280, 9512, 12586, 9930, 12427, 9735, 8745, 10691, 9235, 12727, 10082, 14756, 17999, 10620, 17428, 12243, 17773, 10221, 17284, 10297, 19035, 11550, 19444, 14570, 16710, 9544, 14848, 10009, 16215, 11062, 16737, 10409, 13865, 10695, 15233, 11389, 13232, 11093, 9385, 11529, 9405, 12364, 10134, 12218, 9107, 11852, 9708, 11787, 12355, 11164, 12926, 10372, 16380, 10074, 15481, 10669, 13180, 10604, 11917, 10580, 11339, 9611, 11073, 10028, 11964, 9565, 12206, 10143, 12267, 9249, 11841, 9778, 11962, 13039, 12776, 10227, 10955, 12099, 10724, 16963, 12327, 16768, 10560, 16862, 10436, 20044, 13966, 20411, 10220, 16172, 10491, 13788, 10565, 15040, 10283, 12177, 10360, 12031, 10534, 13271, 10185, 11281, 10206, 11589, 9564, 12954, 9303, 11690, 9941, 11951, 9670, 12118, 9542, 11103, 9082, 11203, 9465, 11755, 10527, 11913, 9737, 10993, 9242, 12111, 9527, 15508, 13337, 9220, 9101, 11227, 9524, 13213, 15186, 15124, 17411, 11920, 18234, 10459, 17455, 11673, 18804, 14123, 19485, 9974, 17709, 9436, 16555, 10344, 15746, 9481, 9552, 9538, 10342, 10665, 11752, 9921, 10434, 10007, 10069, 12103, 9070, 12020, 9059, 13046, 9755, 13744, 10138, 12636, 9475, 12618, 9594, 13780, 9410, 14662, 10066, 13913, 9547, 14647, 10130, 14584, 9667, 14105, 9773, 15186, 10626, 15724, 9976, 14097, 10457, 14008, 9917, 15760, 10281, 13712, 10241, 13837, 10093, 15120, 10485, 14124, 10128, 13169, 10094, 14233, 10099, 12806, 9853, 13205, 10020, 13796, 11550, 12520, 10146, 9470, 11358, 10307, 14494, 9704, 12740, 9768, 13098, 10702, 17119, 13532, 12523, 10128, 11203, 9569, 11687, 13038, 11643, 9409, 10664, 9414, 10433, 9834, 12284, 9900, 10938, 11519, 10215, 14327, 10545, 17141, 10283, 16716, 10064, 14191, 10532, 14412, 10826, 12373, 10762, 11732, 10711, 12366, 10356, 12016, 10198, 11492, 10403, 13335, 10197, 12174, 9730, 11774, 9715, 12806, 9601, 11478, 9330, 10883, 10204, 12117, 9592, 10399, 9785, 10293, 12328, 11889, 11264, 10526, 10413, 10143, 11713, 11178, 12537, 10593, 12885, 10234, 15941, 10693, 16440, 10927, 18472, 10521, 16281, 10999, 14684, 11338, 15895, 10929, 12667, 10721, 13280, 10759, 14362, 10511, 12763, 10943, 12897, 10605, 14389, 10394, 12335, 9991, 11436, 10135, 11790, 9589, 10578, 8989, 10864, 9447, 11805, 9518, 10547, 9094, 10043, 8809, 11802, 9239, 13671, 9398, 13277, 9563, 14206, 9820, 14857, 9983, 13464, 9882, 14621, 10778, 20006, 10285, 17043, 10666, 15601, 12973, 20328, 10513, 16823, 10526, 13391, 11482, 9592, 10953, 9498, 13194, 9860, 15657, 10029, 12768, 9507, 9291, 11344, 9573, 13666, 9726, 14087, 10117, 14876, 10241, 18240, 10115, 14899, 10507, 10994, 14660, 11758, 15768, 9944, 13365, 10055, 14207, 9928, 15552, 10453, 13354, 10675, 12381, 9838, 12313, 10266, 10393, 9934, 9773, 11913, 10024, 14467, 10744, 15531, 10817, 12906, 10728, 13143, 10877, 15858, 10392, 16453, 10303, 12657, 10159, 13371, 10223, 9748, 10464, 9425, 13629, 9760, 12149, 9366, 11682, 9526, 11875, 14542, 10490, 14826, 9985, 15962, 10277, 15068, 10647, 12837, 10439, 12701, 10507, 13304, 10706, 12048, 10693, 11983, 10478, 13071, 10090, 12445, 9823, 12128, 10093, 12514, 10096, 15759, 10069, 9142, 11055, 9867, 15976, 12227, 15348, 11370, 13536, 10013, 15268, 11240, 18871, 14166, 14268, 12737, 20494, 15955, 21026, 10930, 9930, 10842, 10011, 13780, 10179, 13585, 10567, 13883, 10517, 15922, 10089, 9285, 10222, 9470, 9420, 13156, 9373, 16135, 10321, 17158, 10376, 16384, 9807, 13126, 11929, 9196, 14664, 12761, 20775, 16676, 15771, 10979, 9428, 12545, 9776, 18271, 21761, 17141, 12340, 10590, 11773, 9488, 11469, 10229, 8919, 13505, 9464, 9637, 11010, 9686, 14073, 9508, 13294, 11760, 9429, 11158, 9442, 12425, 9386, 12832, 9920, 13443, 9766, 9012, 9436, 10664, 9350, 9142, 9939, 8834, 10908, 9517, 13214, 9760, 14252, 10021, 14606, 9923, 14229, 10296, 17128, 11539, 16270, 11474, 14890, 10631, 12237, 12193, 12286, 9274, 10440, 9080, 10594, 12297, 10871, 9710, 9844, 8927, 9556, 9891, 10652, 9006, 10086, 11749, 9584, 16999, 9707, 15333, 10375, 14058, 10149, 14082, 10790, 17527, 11609, 12196, 10350, 12332, 11667, 11546, 10218, 10053, 11095, 9782, 14766, 9914, 14614, 9685, 13718, 9710, 13706, 9936, 13047, 9625, 12195, 10040, 12838, 10160, 12976, 9535, 11813, 9229, 11377, 11121, 11562, 9236, 10081, 15345, 9968, 16837, 10254, 14391, 10489, 12493, 10500, 12501, 10550, 11897, 9418, 11654, 8996, 11051, 17956, 10896, 14857, 10340, 13589, 10409, 13004, 10523, 12735, 9760, 11594, 8979, 10995, 11563, 10806, 12114, 9988, 12513, 10164, 15181, 10733, 15786, 10185, 14472, 10155, 14167, 10633, 13498, 11002, 12722, 10292, 12157, 16586, 11633, 15295, 10300, 11379, 10238, 14241, 10333, 11545, 9823, 12517, 10170, 15245, 10250, 12862, 10281, 13523, 10173, 14961, 10576, 15266, 10238, 12631, 10252, 14538, 10688, 13277, 10954, 13061, 10724, 13965, 10694, 12891, 10490, 12501, 10117, 13862, 10301, 13366, 10458, 12562, 9822, 14250, 10138, 12937, 10105, 13770, 9922, 15201, 10175, 13298, 10146, 13661, 9967, 14896, 10291, 13554, 10131, 15983, 10981, 17050, 10486, 14922, 9978, 18626, 12479, 18614, 10329, 16629, 10155, 15091, 10721, 19041, 10359, 13724, 10125, 13620, 10612, 14476, 10318, 12698, 9852, 14311, 10898, 13770, 10298, 15328, 10426, 15007, 11483, 17117, 10343, 13952, 10263, 14120, 10442, 18465, 10419, 10228, 10703, 9620, 14174, 9889, 13346, 10204, 14742, 10548, 18301, 10724, 17118, 10250, 17264, 12757, 16412, 11201, 9489, 11183, 9602, 15473, 10109, 13398, 10375, 13028, 9979, 15308, 10542, 16835, 9855, 14780, 10348, 17557, 11120, 12855, 10141, 9688, 11636, 10372, 11155, 9832, 10626, 11789, 12293, 12982, 10693, 11630, 10692, 12279, 12003, 13825, 10400, 10481, 9833, 10359, 10783, 10094, 10356, 9458, 11021, 9514, 14472, 10128, 14856, 10018, 15060, 10281, 15885, 10639, 17258, 10297, 15868, 11474, 17316, 10065, 12137, 11648, 9865, 15192, 10025, 13667, 9755, 14774, 9974, 14963, 10038, 12459, 9960, 9398, 13065, 9600, 14069, 9395, 9787, 11844, 9768, 14346, 10156, 12865, 13103, 9751, 17025, 10546, 18220, 11761, 13798, 10105, 10458, 11212, 9817, 13922, 9494, 13847, 10075, 15171, 9452, 11171, 9151, 9559, 12648, 9248, 11058, 10375, 9198, 14480, 9525, 16044, 11489, 16597, 11609, 14769], 'WindowCenter': [4745.0, 4680.0, 4693.0, 4651.0, 4708.0, 4677.0, 4706.0, 4651.0, 4632.0, 4631.0, 4630.0, 4631.0, 4641.0, 4641.0, 4641.0, 4624.0, 4621.0, 4640.0, 4631.0, 4680.0, 4641.0, 4690.0, 4610.0, 4688.0, 4606.0, 4687.0, 4661.0, 4686.0, 4597.0, 4664.0, 4596.0, 4656.0, 4618.0, 4656.0, 4597.0, 4656.0, 4608.0, 4646.0, 4619.0, 4646.0, 4606.0, 4625.0, 4605.0, 4614.0, 4607.0, 4626.0, 4597.0, 4615.0, 4596.0, 4626.0, 4605.0, 4627.0, 4635.0, 4606.0, 4665.0, 4606.0, 4655.0, 4596.0, 4654.0, 4605.0, 4634.0, 4606.0, 4634.0, 4618.0, 4638.0, 4617.0, 4627.0, 4618.0, 4638.0, 4609.0, 4659.0, 4618.0, 4627.0, 4654.0, 4606.0, 4676.0, 4617.0, 4663.0, 4604.0, 4624.0, 4605.0, 4614.0, 4616.0, 4626.0, 4608.0, 4616.0, 4607.0, 4629.0, 4667.0, 4618.0, 4668.0, 4609.0, 4636.0, 4607.0, 4638.0, 4607.0, 4616.0, 4596.0, 4616.0, 4586.0, 4637.0, 4610.0, 4640.0, 4611.0, 4642.0, 4639.0, 4630.0, 4703.0, 4630.0, 4679.0, 4658.0, 4606.0, 4686.0, 4596.0, 4656.0, 4617.0, 4656.0, 4607.0, 4614.0, 4594.0, 4615.0, 4596.0, 4637.0, 4608.0, 4649.0, 4621.0, 4613.0, 4654.0, 4635.0, 4674.0, 4646.0, 4698.0, 4703.0, 4632.0, 4692.0, 4651.0, 4691.0, 4619.0, 4680.0, 4619.0, 4687.0, 4628.0, 4691.0, 4657.0, 4676.0, 4595.0, 4645.0, 4606.0, 4665.0, 4628.0, 4665.0, 4606.0, 4635.0, 4604.0, 4652.0, 4615.0, 4633.0, 4601.0, 4584.0, 4613.0, 4584.0, 4635.0, 4602.0, 4622.0, 4583.0, 4613.0, 4595.0, 4624.0, 4623.0, 4613.0, 4623.0, 4603.0, 4653.0, 4594.0, 4654.0, 4604.0, 4634.0, 4604.0, 4623.0, 4615.0, 4626.0, 4607.0, 4626.0, 4618.0, 4638.0, 4609.0, 4650.0, 4621.0, 4651.0, 4611.0, 4639.0, 4619.0, 4639.0, 4650.0, 4651.0, 4620.0, 4629.0, 4638.0, 4630.0, 4690.0, 4651.0, 4679.0, 4631.0, 4678.0, 4619.0, 4700.0, 4660.0, 4698.0, 4607.0, 4665.0, 4617.0, 4645.0, 4619.0, 4656.0, 4607.0, 4625.0, 4607.0, 4627.0, 4631.0, 4648.0, 4619.0, 4627.0, 4618.0, 4627.0, 4608.0, 4638.0, 4598.0, 4626.0, 4607.0, 4627.0, 4597.0, 4639.0, 4607.0, 4627.0, 4599.0, 4627.0, 4608.0, 4641.0, 4619.0, 4639.0, 4609.0, 4630.0, 4624.0, 4662.0, 4633.0, 4692.0, 4672.0, 4647.0, 4635.0, 4653.0, 4634.0, 4662.0, 4684.0, 4684.0, 4693.0, 4642.0, 4690.0, 4619.0, 4678.0, 4626.0, 4687.0, 4647.0, 4685.0, 4605.0, 4662.0, 4584.0, 4653.0, 4605.0, 4653.0, 4595.0, 4594.0, 4595.0, 4605.0, 4618.0, 4628.0, 4607.0, 4616.0, 4607.0, 4607.0, 4650.0, 4598.0, 4639.0, 4599.0, 4648.0, 4609.0, 4660.0, 4619.0, 4639.0, 4609.0, 4637.0, 4608.0, 4660.0, 4622.0, 4672.0, 4619.0, 4658.0, 4609.0, 4670.0, 4631.0, 4670.0, 4621.0, 4659.0, 4621.0, 4670.0, 4633.0, 4682.0, 4621.0, 4660.0, 4629.0, 4659.0, 4622.0, 4681.0, 4632.0, 4660.0, 4620.0, 4648.0, 4620.0, 4659.0, 4630.0, 4685.0, 4646.0, 4647.0, 4617.0, 4657.0, 4619.0, 4637.0, 4619.0, 4648.0, 4620.0, 4660.0, 4643.0, 4650.0, 4619.0, 4610.0, 4629.0, 4618.0, 4670.0, 4608.0, 4648.0, 4608.0, 4648.0, 4617.0, 4679.0, 4637.0, 4636.0, 4605.0, 4613.0, 4594.0, 4614.0, 4635.0, 4614.0, 4595.0, 4603.0, 4584.0, 4605.0, 4604.0, 4637.0, 4606.0, 4616.0, 4625.0, 4606.0, 4645.0, 4618.0, 4666.0, 4605.0, 4666.0, 4593.0, 4632.0, 4604.0, 4645.0, 4602.0, 4623.0, 4615.0, 4613.0, 4615.0, 4635.0, 4618.0, 4636.0, 4617.0, 4627.0, 4629.0, 4661.0, 4619.0, 4638.0, 4609.0, 4638.0, 4608.0, 4650.0, 4608.0, 4626.0, 4597.0, 4626.0, 4618.0, 4649.0, 4608.0, 4618.0, 4618.0, 4621.0, 4638.0, 4653.0, 4640.0, 4630.0, 4629.0, 4620.0, 4639.0, 4653.0, 4651.0, 4631.0, 4660.0, 4630.0, 4680.0, 4632.0, 4691.0, 4631.0, 4699.0, 4620.0, 4678.0, 4618.0, 4658.0, 4628.0, 4677.0, 4628.0, 4636.0, 4627.0, 4646.0, 4629.0, 4657.0, 4618.0, 4636.0, 4617.0, 4646.0, 4618.0, 4659.0, 4616.0, 4636.0, 4618.0, 4626.0, 4606.0, 4637.0, 4607.0, 4616.0, 4596.0, 4616.0, 4607.0, 4638.0, 4609.0, 4617.0, 4598.0, 4619.0, 4599.0, 4639.0, 4609.0, 4669.0, 4622.0, 4660.0, 4621.0, 4671.0, 4634.0, 4682.0, 4633.0, 4660.0, 4622.0, 4670.0, 4645.0, 4711.0, 4631.0, 4678.0, 4618.0, 4666.0, 4649.0, 4708.0, 4617.0, 4664.0, 4616.0, 4645.0, 4628.0, 4608.0, 4616.0, 4606.0, 4646.0, 4619.0, 4679.0, 4620.0, 4659.0, 4609.0, 4597.0, 4639.0, 4609.0, 4660.0, 4620.0, 4659.0, 4619.0, 4669.0, 4631.0, 4687.0, 4618.0, 4667.0, 4615.0, 4616.0, 4655.0, 4638.0, 4667.0, 4606.0, 4634.0, 4603.0, 4642.0, 4605.0, 4665.0, 4615.0, 4644.0, 4603.0, 4622.0, 4605.0, 4624.0, 4617.0, 4616.0, 4607.0, 4620.0, 4639.0, 4619.0, 4659.0, 4630.0, 4681.0, 4629.0, 4646.0, 4617.0, 4636.0, 4628.0, 4667.0, 4618.0, 4679.0, 4618.0, 4635.0, 4619.0, 4647.0, 4618.0, 4608.0, 4616.0, 4596.0, 4658.0, 4607.0, 4636.0, 4597.0, 4625.0, 4594.0, 4637.0, 4655.0, 4614.0, 4655.0, 4604.0, 4663.0, 4615.0, 4655.0, 4614.0, 4634.0, 4614.0, 4634.0, 4617.0, 4646.0, 4617.0, 4636.0, 4617.0, 4626.0, 4615.0, 4652.0, 4617.0, 4636.0, 4619.0, 4637.0, 4620.0, 4651.0, 4633.0, 4693.0, 4631.0, 4635.0, 4654.0, 4634.0, 4695.0, 4666.0, 4696.0, 4653.0, 4660.0, 4622.0, 4670.0, 4642.0, 4699.0, 4659.0, 4669.0, 4649.0, 4701.0, 4669.0, 4696.0, 4613.0, 4605.0, 4614.0, 4604.0, 4646.0, 4607.0, 4647.0, 4616.0, 4645.0, 4617.0, 4676.0, 4604.0, 4583.0, 4602.0, 4594.0, 4610.0, 4648.0, 4610.0, 4681.0, 4631.0, 4689.0, 4618.0, 4665.0, 4606.0, 4635.0, 4625.0, 4596.0, 4655.0, 4623.0, 4682.0, 4650.0, 4640.0, 4600.0, 4570.0, 4623.0, 4616.0, 4688.0, 4711.0, 4677.0, 4621.0, 4589.0, 4596.0, 4568.0, 4600.0, 4592.0, 4571.0, 4621.0, 4581.0, 4581.0, 4589.0, 4580.0, 4618.0, 4569.0, 4617.0, 4599.0, 4570.0, 4598.0, 4580.0, 4609.0, 4581.0, 4621.0, 4590.0, 4621.0, 4592.0, 4583.0, 4584.0, 4604.0, 4608.0, 4610.0, 4621.0, 4600.0, 4630.0, 4621.0, 4661.0, 4634.0, 4673.0, 4624.0, 4672.0, 4623.0, 4661.0, 4622.0, 4692.0, 4643.0, 4681.0, 4641.0, 4669.0, 4619.0, 4639.0, 4640.0, 4639.0, 4599.0, 4618.0, 4597.0, 4619.0, 4639.0, 4630.0, 4609.0, 4619.0, 4599.0, 4621.0, 4621.0, 4644.0, 4614.0, 4634.0, 4653.0, 4624.0, 4705.0, 4636.0, 4685.0, 4634.0, 4674.0, 4633.0, 4662.0, 4633.0, 4691.0, 4640.0, 4639.0, 4619.0, 4639.0, 4628.0, 4629.0, 4619.0, 4607.0, 4626.0, 4607.0, 4656.0, 4609.0, 4668.0, 4610.0, 4658.0, 4620.0, 4659.0, 4622.0, 4660.0, 4622.0, 4650.0, 4621.0, 4651.0, 4622.0, 4661.0, 4623.0, 4641.0, 4610.0, 4641.0, 4641.0, 4640.0, 4622.0, 4632.0, 4680.0, 4622.0, 4691.0, 4633.0, 4671.0, 4632.0, 4649.0, 4632.0, 4651.0, 4630.0, 4651.0, 4622.0, 4640.0, 4610.0, 4642.0, 4692.0, 4631.0, 4671.0, 4631.0, 4659.0, 4630.0, 4650.0, 4630.0, 4649.0, 4621.0, 4640.0, 4600.0, 4641.0, 4641.0, 4631.0, 4651.0, 4621.0, 4650.0, 4631.0, 4670.0, 4642.0, 4692.0, 4632.0, 4671.0, 4632.0, 4671.0, 4632.0, 4660.0, 4641.0, 4650.0, 4631.0, 4639.0, 4678.0, 4626.0, 4668.0, 4616.0, 4626.0, 4618.0, 4656.0, 4617.0, 4639.0, 4620.0, 4648.0, 4631.0, 4680.0, 4631.0, 4662.0, 4632.0, 4660.0, 4631.0, 4682.0, 4631.0, 4681.0, 4631.0, 4650.0, 4632.0, 4671.0, 4631.0, 4662.0, 4640.0, 4649.0, 4641.0, 4670.0, 4631.0, 4650.0, 4630.0, 4649.0, 4632.0, 4671.0, 4632.0, 4672.0, 4643.0, 4662.0, 4646.0, 4683.0, 4644.0, 4674.0, 4645.0, 4672.0, 4635.0, 4682.0, 4643.0, 4671.0, 4632.0, 4670.0, 4635.0, 4682.0, 4633.0, 4671.0, 4633.0, 4681.0, 4644.0, 4691.0, 4632.0, 4680.0, 4631.0, 4701.0, 4662.0, 4699.0, 4629.0, 4688.0, 4629.0, 4669.0, 4630.0, 4708.0, 4618.0, 4657.0, 4628.0, 4658.0, 4631.0, 4669.0, 4630.0, 4659.0, 4630.0, 4670.0, 4643.0, 4671.0, 4632.0, 4680.0, 4641.0, 4683.0, 4641.0, 4690.0, 4630.0, 4658.0, 4619.0, 4657.0, 4629.0, 4698.0, 4628.0, 4617.0, 4616.0, 4620.0, 4670.0, 4630.0, 4659.0, 4630.0, 4669.0, 4632.0, 4699.0, 4630.0, 4687.0, 4617.0, 4674.0, 4647.0, 4664.0, 4614.0, 4594.0, 4613.0, 4606.0, 4667.0, 4616.0, 4646.0, 4616.0, 4645.0, 4607.0, 4667.0, 4617.0, 4676.0, 4605.0, 4653.0, 4605.0, 4674.0, 4614.0, 4633.0, 4603.0, 4593.0, 4625.0, 4604.0, 4614.0, 4604.0, 4604.0, 4622.0, 4636.0, 4634.0, 4604.0, 4613.0, 4614.0, 4623.0, 4636.0, 4644.0, 4614.0, 4604.0, 4604.0, 4604.0, 4627.0, 4616.0, 4615.0, 4607.0, 4627.0, 4618.0, 4682.0, 4631.0, 4680.0, 4621.0, 4668.0, 4632.0, 4682.0, 4632.0, 4701.0, 4630.0, 4679.0, 4652.0, 4690.0, 4620.0, 4638.0, 4628.0, 4620.0, 4670.0, 4620.0, 4647.0, 4608.0, 4657.0, 4620.0, 4669.0, 4619.0, 4648.0, 4618.0, 4608.0, 4661.0, 4609.0, 4659.0, 4607.0, 4619.0, 4652.0, 4620.0, 4671.0, 4621.0, 4650.0, 4649.0, 4610.0, 4691.0, 4619.0, 4689.0, 4626.0, 4634.0, 4607.0, 4616.0, 4625.0, 4608.0, 4645.0, 4595.0, 4644.0, 4606.0, 4654.0, 4595.0, 4613.0, 4594.0, 4619.0, 4649.0, 4621.0, 4640.0, 4630.0, 4621.0, 4682.0, 4622.0, 4682.0, 4639.0, 4679.0, 4629.0, 4657.0], 'WindowWidth': [10368.0, 10263.0, 10271.0, 10203.0, 10278.0, 10229.0, 10272.0, 10185.0, 10159.0, 10154.0, 10154.0, 10156.0, 10170.0, 10170.0, 10171.0, 10148.0, 10143.0, 10167.0, 10157.0, 10223.0, 10171.0, 10236.0, 10124.0, 10234.0, 10114.0, 10232.0, 10197.0, 10225.0, 10100.0, 10189.0, 10100.0, 10183.0, 10133.0, 10180.0, 10102.0, 10183.0, 10119.0, 10172.0, 10136.0, 10170.0, 10113.0, 10137.0, 10111.0, 10121.0, 10116.0, 10143.0, 10102.0, 10126.0, 10102.0, 10143.0, 10112.0, 10147.0, 10151.0, 10111.0, 10194.0, 10111.0, 10185.0, 10099.0, 10179.0, 10111.0, 10149.0, 10113.0, 10150.0, 10133.0, 10159.0, 10133.0, 10145.0, 10134.0, 10164.0, 10126.0, 10194.0, 10134.0, 10146.0, 10178.0, 10114.0, 10218.0, 10131.0, 10192.0, 10109.0, 10134.0, 10111.0, 10121.0, 10128.0, 10142.0, 10120.0, 10130.0, 10120.0, 10153.0, 10201.0, 10135.0, 10208.0, 10122.0, 10158.0, 10119.0, 10162.0, 10116.0, 10128.0, 10102.0, 10126.0, 10086.0, 10159.0, 10126.0, 10168.0, 10132.0, 10173.0, 10166.0, 10156.0, 10267.0, 10156.0, 10223.0, 10189.0, 10115.0, 10227.0, 10101.0, 10188.0, 10130.0, 10182.0, 10117.0, 10122.0, 10097.0, 10128.0, 10101.0, 10161.0, 10121.0, 10181.0, 10147.0, 10140.0, 10198.0, 10174.0, 10225.0, 10187.0, 10266.0, 10263.0, 10161.0, 10250.0, 10188.0, 10245.0, 10138.0, 10224.0, 10136.0, 10228.0, 10146.0, 10236.0, 10185.0, 10211.0, 10100.0, 10164.0, 10113.0, 10194.0, 10150.0, 10191.0, 10111.0, 10149.0, 10108.0, 10171.0, 10124.0, 10145.0, 10100.0, 10079.0, 10118.0, 10081.0, 10153.0, 10102.0, 10130.0, 10079.0, 10119.0, 10098.0, 10137.0, 10133.0, 10117.0, 10133.0, 10104.0, 10178.0, 10097.0, 10179.0, 10108.0, 10151.0, 10110.0, 10131.0, 10125.0, 10142.0, 10119.0, 10144.0, 10137.0, 10162.0, 10125.0, 10182.0, 10144.0, 10184.0, 10133.0, 10165.0, 10139.0, 10167.0, 10182.0, 10185.0, 10142.0, 10151.0, 10162.0, 10155.0, 10239.0, 10184.0, 10220.0, 10154.0, 10219.0, 10139.0, 10261.0, 10196.0, 10251.0, 10117.0, 10197.0, 10130.0, 10168.0, 10137.0, 10184.0, 10117.0, 10140.0, 10118.0, 10144.0, 10158.0, 10178.0, 10137.0, 10144.0, 10133.0, 10147.0, 10123.0, 10163.0, 10107.0, 10142.0, 10117.0, 10145.0, 10103.0, 10166.0, 10118.0, 10145.0, 10110.0, 10147.0, 10122.0, 10171.0, 10139.0, 10166.0, 10123.0, 10156.0, 10157.0, 10207.0, 10170.0, 10252.0, 10222.0, 10197.0, 10177.0, 10198.0, 10171.0, 10205.0, 10241.0, 10239.0, 10255.0, 10175.0, 10243.0, 10141.0, 10221.0, 10144.0, 10235.0, 10172.0, 10226.0, 10111.0, 10188.0, 10082.0, 10175.0, 10112.0, 10176.0, 10098.0, 10098.0, 10098.0, 10112.0, 10137.0, 10147.0, 10118.0, 10128.0, 10118.0, 10118.0, 10182.0, 10109.0, 10165.0, 10114.0, 10175.0, 10126.0, 10198.0, 10138.0, 10164.0, 10124.0, 10161.0, 10122.0, 10198.0, 10150.0, 10215.0, 10140.0, 10191.0, 10127.0, 10214.0, 10159.0, 10211.0, 10144.0, 10195.0, 10145.0, 10209.0, 10165.0, 10233.0, 10144.0, 10200.0, 10154.0, 10193.0, 10148.0, 10230.0, 10161.0, 10198.0, 10140.0, 10177.0, 10139.0, 10194.0, 10155.0, 10241.0, 10189.0, 10174.0, 10134.0, 10188.0, 10136.0, 10162.0, 10138.0, 10176.0, 10140.0, 10195.0, 10176.0, 10180.0, 10138.0, 10125.0, 10149.0, 10136.0, 10212.0, 10122.0, 10177.0, 10122.0, 10175.0, 10131.0, 10222.0, 10155.0, 10155.0, 10110.0, 10119.0, 10094.0, 10120.0, 10151.0, 10120.0, 10096.0, 10104.0, 10080.0, 10111.0, 10111.0, 10160.0, 10116.0, 10128.0, 10138.0, 10112.0, 10167.0, 10132.0, 10199.0, 10111.0, 10200.0, 10092.0, 10148.0, 10107.0, 10166.0, 10103.0, 10134.0, 10124.0, 10119.0, 10125.0, 10157.0, 10133.0, 10156.0, 10133.0, 10146.0, 10152.0, 10199.0, 10139.0, 10163.0, 10125.0, 10164.0, 10123.0, 10185.0, 10122.0, 10144.0, 10104.0, 10144.0, 10135.0, 10180.0, 10124.0, 10137.0, 10136.0, 10144.0, 10165.0, 10192.0, 10169.0, 10154.0, 10153.0, 10142.0, 10169.0, 10192.0, 10188.0, 10159.0, 10199.0, 10157.0, 10231.0, 10164.0, 10247.0, 10159.0, 10258.0, 10140.0, 10224.0, 10135.0, 10194.0, 10150.0, 10218.0, 10148.0, 10156.0, 10147.0, 10172.0, 10154.0, 10190.0, 10137.0, 10158.0, 10133.0, 10172.0, 10136.0, 10195.0, 10130.0, 10156.0, 10135.0, 10144.0, 10116.0, 10161.0, 10119.0, 10129.0, 10105.0, 10129.0, 10119.0, 10162.0, 10125.0, 10133.0, 10111.0, 10139.0, 10112.0, 10168.0, 10125.0, 10211.0, 10150.0, 10197.0, 10147.0, 10216.0, 10169.0, 10233.0, 10165.0, 10198.0, 10147.0, 10213.0, 10187.0, 10276.0, 10160.0, 10223.0, 10137.0, 10203.0, 10181.0, 10265.0, 10133.0, 10193.0, 10128.0, 10169.0, 10150.0, 10123.0, 10131.0, 10120.0, 10173.0, 10140.0, 10225.0, 10145.0, 10198.0, 10127.0, 10109.0, 10168.0, 10125.0, 10198.0, 10143.0, 10196.0, 10141.0, 10211.0, 10161.0, 10232.0, 10135.0, 10200.0, 10128.0, 10131.0, 10182.0, 10164.0, 10203.0, 10117.0, 10151.0, 10109.0, 10162.0, 10114.0, 10200.0, 10128.0, 10167.0, 10108.0, 10130.0, 10113.0, 10140.0, 10134.0, 10131.0, 10119.0, 10145.0, 10167.0, 10141.0, 10195.0, 10157.0, 10229.0, 10154.0, 10174.0, 10131.0, 10157.0, 10150.0, 10203.0, 10137.0, 10223.0, 10135.0, 10156.0, 10139.0, 10174.0, 10136.0, 10122.0, 10129.0, 10103.0, 10193.0, 10119.0, 10158.0, 10105.0, 10140.0, 10098.0, 10159.0, 10182.0, 10124.0, 10183.0, 10111.0, 10194.0, 10128.0, 10184.0, 10125.0, 10154.0, 10124.0, 10153.0, 10132.0, 10172.0, 10133.0, 10158.0, 10134.0, 10143.0, 10129.0, 10187.0, 10133.0, 10160.0, 10138.0, 10159.0, 10140.0, 10185.0, 10165.0, 10247.0, 10160.0, 10174.0, 10196.0, 10169.0, 10259.0, 10215.0, 10262.0, 10194.0, 10199.0, 10147.0, 10216.0, 10177.0, 10251.0, 10193.0, 10206.0, 10180.0, 10272.0, 10209.0, 10245.0, 10122.0, 10112.0, 10123.0, 10111.0, 10173.0, 10118.0, 10177.0, 10128.0, 10169.0, 10132.0, 10214.0, 10107.0, 10079.0, 10104.0, 10095.0, 10127.0, 10178.0, 10128.0, 10232.0, 10159.0, 10239.0, 10134.0, 10193.0, 10115.0, 10152.0, 10141.0, 10103.0, 10184.0, 10132.0, 10220.0, 10165.0, 10150.0, 10095.0, 10056.0, 10135.0, 10136.0, 10248.0, 10294.0, 10219.0, 10127.0, 10078.0, 10084.0, 10048.0, 10095.0, 10088.0, 10056.0, 10126.0, 10069.0, 10072.0, 10079.0, 10065.0, 10116.0, 10049.0, 10113.0, 10091.0, 10052.0, 10089.0, 10068.0, 10106.0, 10069.0, 10124.0, 10083.0, 10125.0, 10087.0, 10078.0, 10081.0, 10107.0, 10122.0, 10126.0, 10144.0, 10112.0, 10154.0, 10145.0, 10200.0, 10168.0, 10218.0, 10153.0, 10215.0, 10148.0, 10200.0, 10147.0, 10247.0, 10175.0, 10228.0, 10169.0, 10204.0, 10138.0, 10166.0, 10166.0, 10164.0, 10111.0, 10133.0, 10105.0, 10138.0, 10164.0, 10153.0, 10125.0, 10138.0, 10111.0, 10145.0, 10147.0, 10184.0, 10140.0, 10168.0, 10194.0, 10156.0, 10271.0, 10173.0, 10241.0, 10168.0, 10223.0, 10162.0, 10202.0, 10163.0, 10242.0, 10168.0, 10167.0, 10137.0, 10166.0, 10148.0, 10151.0, 10137.0, 10118.0, 10143.0, 10119.0, 10187.0, 10124.0, 10206.0, 10127.0, 10192.0, 10143.0, 10195.0, 10147.0, 10197.0, 10148.0, 10182.0, 10146.0, 10185.0, 10147.0, 10201.0, 10151.0, 10173.0, 10128.0, 10173.0, 10173.0, 10170.0, 10150.0, 10161.0, 10227.0, 10148.0, 10246.0, 10164.0, 10215.0, 10161.0, 10181.0, 10164.0, 10187.0, 10156.0, 10186.0, 10151.0, 10170.0, 10130.0, 10177.0, 10252.0, 10158.0, 10219.0, 10159.0, 10195.0, 10154.0, 10183.0, 10156.0, 10182.0, 10147.0, 10169.0, 10116.0, 10173.0, 10173.0, 10159.0, 10189.0, 10147.0, 10186.0, 10160.0, 10216.0, 10174.0, 10248.0, 10163.0, 10216.0, 10162.0, 10216.0, 10161.0, 10200.0, 10173.0, 10183.0, 10160.0, 10169.0, 10217.0, 10145.0, 10204.0, 10131.0, 10143.0, 10135.0, 10189.0, 10135.0, 10169.0, 10142.0, 10181.0, 10162.0, 10230.0, 10161.0, 10206.0, 10163.0, 10200.0, 10161.0, 10236.0, 10161.0, 10232.0, 10160.0, 10185.0, 10163.0, 10219.0, 10160.0, 10204.0, 10171.0, 10181.0, 10173.0, 10214.0, 10158.0, 10185.0, 10157.0, 10183.0, 10165.0, 10216.0, 10165.0, 10222.0, 10183.0, 10207.0, 10191.0, 10240.0, 10186.0, 10226.0, 10186.0, 10221.0, 10173.0, 10237.0, 10181.0, 10218.0, 10165.0, 10216.0, 10174.0, 10233.0, 10166.0, 10219.0, 10166.0, 10236.0, 10185.0, 10246.0, 10165.0, 10229.0, 10162.0, 10264.0, 10205.0, 10254.0, 10156.0, 10238.0, 10156.0, 10213.0, 10159.0, 10265.0, 10138.0, 10190.0, 10154.0, 10196.0, 10161.0, 10213.0, 10160.0, 10196.0, 10160.0, 10217.0, 10181.0, 10218.0, 10164.0, 10231.0, 10177.0, 10241.0, 10176.0, 10245.0, 10158.0, 10193.0, 10140.0, 10192.0, 10156.0, 10249.0, 10152.0, 10134.0, 10134.0, 10146.0, 10215.0, 10160.0, 10198.0, 10156.0, 10213.0, 10165.0, 10251.0, 10157.0, 10232.0, 10133.0, 10208.0, 10175.0, 10190.0, 10125.0, 10098.0, 10122.0, 10116.0, 10204.0, 10132.0, 10175.0, 10131.0, 10171.0, 10122.0, 10205.0, 10135.0, 10213.0, 10114.0, 10178.0, 10114.0, 10208.0, 10125.0, 10149.0, 10108.0, 10095.0, 10141.0, 10111.0, 10126.0, 10111.0, 10110.0, 10133.0, 10158.0, 10151.0, 10110.0, 10122.0, 10125.0, 10138.0, 10159.0, 10164.0, 10123.0, 10112.0, 10111.0, 10111.0, 10147.0, 10131.0, 10130.0, 10121.0, 10149.0, 10138.0, 10233.0, 10160.0, 10226.0, 10145.0, 10208.0, 10165.0, 10234.0, 10162.0, 10259.0, 10157.0, 10224.0, 10191.0, 10237.0, 10143.0, 10165.0, 10150.0, 10143.0, 10213.0, 10142.0, 10175.0, 10123.0, 10189.0, 10145.0, 10211.0, 10141.0, 10177.0, 10139.0, 10124.0, 10202.0, 10128.0, 10196.0, 10122.0, 10139.0, 10190.0, 10146.0, 10216.0, 10147.0, 10184.0, 10182.0, 10128.0, 10247.0, 10140.0, 10239.0, 10142.0, 10152.0, 10120.0, 10128.0, 10142.0, 10122.0, 10170.0, 10100.0, 10168.0, 10115.0, 10181.0, 10098.0, 10122.0, 10098.0, 10139.0, 10183.0, 10146.0, 10172.0, 10158.0, 10147.0, 10232.0, 10150.0, 10236.0, 10167.0, 10223.0, 10152.0, 10190.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.0006139250493096646</td></tr>
<tr><td colspan=3>aqi</td><td>0.02017062169625247</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.75816611087851</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3184605617867713</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9991430798617961</td></tr>
<tr><td colspan=3>efc</td><td>0.5007</td></tr>
<tr><td colspan=3>fber</td><td>3876.3625</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10174182078766067</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.437869822485207</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4466015502164034</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3799120341675666</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6632630274119524</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2966295890696915</td></tr>
<tr><td colspan=3>gcor</td><td>0.0131214</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024387259036302567</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04580724984407425</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.9142163762891515</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.0165</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.7035</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.3553</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296176.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1125.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>430.2249</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5088</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>643.592</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3834.5119</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3998.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5089.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1021.3986</td></tr>
<tr><td colspan=3>tsnr</td><td>39.21583199570887</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>