<?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-0050_ses-01_task-alignvideo_acq-mb8_run-02_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-0050_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_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-0050/ses-01/func/sub-0050_ses-01_task-alignvideo_acq-mb8_run-02_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>dee8d6b14f4e3c1740ee191d232e1d61</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>17:09:20.545000</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_VE11E_LATEST_20181129</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.998687, 0.0512167, 0.00136399, -0.0511155, 0.997824, -0.0416493]</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-02_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.0809391</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7751, -7237, 604, -88, -115, 16, 61]</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>233.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e69abca3-e6ec-47bf-9536-7fe9b2dc9e56||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679403305053711, -0.13713927567005157, 0.009434225969016552, 116.34298706054688], [-0.13741059601306915, 2.677088499069214, -0.11211705952882767, -86.91509246826172], [0.0036594842094928026, 0.11174191534519196, 2.6976547241210938, -50.69914245605469], [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, 1376]</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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['170920.545000', '170921.005000', '170921.465000', '170921.925000', '170922.385000', '170922.845000', '170923.305000', '170923.765000', '170924.225000', '170924.685000', '170925.145000', '170925.605000', '170926.065000', '170926.525000', '170926.985000', '170927.445000', '170927.905000', '170928.365000', '170928.825000', '170929.285000', '170929.745000', '170930.205000', '170930.665000', '170931.125000', '170931.585000', '170932.045000', '170932.505000', '170932.965000', '170933.425000', '170933.885000', '170934.345000', '170934.805000', '170935.265000', '170935.725000', '170936.185000', '170936.645000', '170937.105000', '170937.565000', '170938.025000', '170938.485000', '170938.945000', '170939.405000', '170939.865000', '170940.325000', '170940.785000', '170941.245000', '170941.705000', '170942.165000', '170942.625000', '170943.085000', '170943.545000', '170944.005000', '170944.465000', '170944.925000', '170945.385000', '170945.845000', '170946.305000', '170946.765000', '170947.225000', '170947.685000', '170948.145000', '170948.605000', '170949.065000', '170949.525000', '170949.985000', '170950.445000', '170950.905000', '170951.365000', '170951.825000', '170952.285000', '170952.745000', '170953.205000', '170953.665000', '170954.125000', '170954.585000', '170955.045000', '170955.505000', '170955.965000', '170956.425000', '170956.885000', '170957.345000', '170957.805000', '170958.265000', '170958.725000', '170959.185000', '170959.645000', '171000.105000', '171000.565000', '171001.025000', '171001.485000', '171001.945000', '171002.405000', '171002.865000', '171003.325000', '171003.785000', '171004.245000', '171004.705000', '171005.165000', '171005.625000', '171006.085000', '171006.545000', '171007.005000', '171007.465000', '171007.925000', '171008.385000', '171008.845000', '171009.305000', '171009.765000', '171010.225000', '171010.685000', '171011.145000', '171011.605000', '171012.065000', '171012.525000', '171012.985000', '171013.445000', '171013.905000', '171014.365000', '171014.825000', '171015.285000', '171015.745000', '171016.205000', '171016.665000', '171017.125000', '171017.585000', '171018.045000', '171018.505000', '171018.965000', '171019.425000', '171019.885000', '171020.345000', '171020.805000', '171021.265000', '171021.725000', '171022.185000', '171022.645000', '171023.105000', '171023.565000', '171024.025000', '171024.485000', '171024.945000', '171025.405000', '171025.865000', '171026.325000', '171026.785000', '171027.245000', '171027.705000', '171028.165000', '171028.625000', '171029.085000', '171029.545000', '171030.005000', '171030.465000', '171030.925000', '171031.385000', '171031.845000', '171032.305000', '171032.765000', '171033.225000', '171033.685000', '171034.145000', '171034.605000', '171035.065000', '171035.525000', '171035.985000', '171036.445000', '171036.905000', '171037.365000', '171037.825000', '171038.285000', '171038.745000', '171039.205000', '171039.665000', '171040.125000', '171040.585000', '171041.045000', '171041.505000', '171041.965000', '171042.425000', '171042.885000', '171043.345000', '171043.805000', '171044.265000', '171044.725000', '171045.185000', '171045.645000', '171046.105000', '171046.565000', '171047.025000', '171047.485000', '171047.945000', '171048.405000', '171048.865000', '171049.325000', '171049.785000', '171050.245000', '171050.705000', '171051.165000', '171051.625000', '171052.085000', '171052.545000', '171053.005000', '171053.465000', '171053.925000', '171054.385000', '171054.845000', '171055.305000', '171055.765000', '171056.225000', '171056.685000', '171057.145000', '171057.605000', '171058.065000', '171058.525000', '171058.985000', '171059.445000', '171059.905000', '171100.365000', '171100.825000', '171101.285000', '171101.745000', '171102.205000', '171102.665000', '171103.125000', '171103.585000', '171104.045000', '171104.505000', '171104.965000', '171105.425000', '171105.885000', '171106.345000', '171106.805000', '171107.265000', '171107.725000', '171108.185000', '171108.645000', '171109.105000', '171109.565000', '171110.025000', '171110.485000', '171110.945000', '171111.405000', '171111.865000', '171112.325000', '171112.785000', '171113.245000', '171113.705000', '171114.165000', '171114.625000', '171115.085000', '171115.545000', '171116.005000', '171116.465000', '171116.925000', '171117.385000', '171117.845000', '171118.305000', '171118.765000', '171119.225000', '171119.685000', '171120.145000', '171120.605000', '171121.065000', '171121.525000', '171121.985000', '171122.445000', '171122.905000', '171123.365000', '171123.825000', '171124.285000', '171124.745000', '171125.205000', '171125.665000', '171126.125000', '171126.585000', '171127.045000', '171127.505000', '171127.965000', '171128.425000', '171128.885000', '171129.345000', '171129.805000', '171130.265000', '171130.725000', '171131.185000', '171131.645000', '171132.105000', '171132.565000', '171133.025000', '171133.485000', '171133.945000', '171134.405000', '171134.865000', '171135.325000', '171135.785000', '171136.245000', '171136.705000', '171137.165000', '171137.625000', '171138.085000', '171138.545000', '171139.005000', '171139.465000', '171139.925000', '171140.385000', '171140.845000', '171141.305000', '171141.765000', '171142.225000', '171142.685000', '171143.145000', '171143.605000', '171144.065000', '171144.525000', '171144.985000', '171145.445000', '171145.905000', '171146.365000', '171146.825000', '171147.285000', '171147.745000', '171148.205000', '171148.665000', '171149.125000', '171149.585000', '171150.045000', '171150.505000', '171150.965000', '171151.425000', '171151.885000', '171152.345000', '171152.805000', '171153.265000', '171153.725000', '171154.185000', '171154.645000', '171155.105000', '171155.565000', '171156.025000', '171156.485000', '171156.945000', '171157.405000', '171157.865000', '171158.325000', '171158.785000', '171159.245000', '171159.705000', '171200.165000', '171200.625000', '171201.085000', '171201.545000', '171202.005000', '171202.465000', '171202.925000', '171203.385000', '171203.845000', '171204.305000', '171204.765000', '171205.225000', '171205.685000', '171206.145000', '171206.605000', '171207.065000', '171207.525000', '171207.985000', '171208.445000', '171208.905000', '171209.365000', '171209.825000', '171210.285000', '171210.745000', '171211.205000', '171211.665000', '171212.125000', '171212.585000', '171213.045000', '171213.505000', '171213.965000', '171214.425000', '171214.885000', '171215.345000', '171215.805000', '171216.265000', '171216.725000', '171217.185000', '171217.645000', '171218.105000', '171218.565000', '171219.025000', '171219.485000', '171219.945000', '171220.405000', '171220.865000', '171221.325000', '171221.785000', '171222.245000', '171222.705000', '171223.165000', '171223.625000', '171224.085000', '171224.545000', '171225.005000', '171225.465000', '171225.925000', '171226.385000', '171226.845000', '171227.305000', '171227.765000', '171228.225000', '171228.685000', '171229.145000', '171229.605000', '171230.065000', '171230.525000', '171230.985000', '171231.445000', '171231.905000', '171232.365000', '171232.825000', '171233.285000', '171233.745000', '171234.205000', '171234.665000', '171235.125000', '171235.585000', '171236.045000', '171236.505000', '171236.965000', '171237.425000', '171237.885000', '171238.345000', '171238.805000', '171239.265000', '171239.725000', '171240.185000', '171240.645000', '171241.105000', '171241.565000', '171242.025000', '171242.485000', '171242.945000', '171243.405000', '171243.865000', '171244.325000', '171244.785000', '171245.245000', '171245.705000', '171246.165000', '171246.625000', '171247.085000', '171247.545000', '171248.005000', '171248.465000', '171248.925000', '171249.385000', '171249.845000', '171250.305000', '171250.765000', '171251.225000', '171251.685000', '171252.145000', '171252.605000', '171253.065000', '171253.525000', '171253.985000', '171254.445000', '171254.905000', '171255.365000', '171255.825000', '171256.285000', '171256.745000', '171257.205000', '171257.665000', '171258.125000', '171258.585000', '171259.045000', '171259.505000', '171259.965000', '171300.425000', '171300.885000', '171301.345000', '171301.805000', '171302.265000', '171302.725000', '171303.185000', '171303.645000', '171304.105000', '171304.565000', '171305.025000', '171305.485000', '171305.945000', '171306.405000', '171306.865000', '171307.325000', '171307.785000', '171308.245000', '171308.705000', '171309.165000', '171309.625000', '171310.085000', '171310.545000', '171311.005000', '171311.465000', '171311.925000', '171312.385000', '171312.845000', '171313.305000', '171313.765000', '171314.225000', '171314.685000', '171315.145000', '171315.605000', '171316.065000', '171316.525000', '171316.985000', '171317.445000', '171317.905000', '171318.365000', '171318.825000', '171319.285000', '171319.745000', '171320.205000', '171320.665000', '171321.125000', '171321.585000', '171322.045000', '171322.505000', '171322.965000', '171323.425000', '171323.885000', '171324.345000', '171324.805000', '171325.265000', '171325.725000', '171326.185000', '171326.645000', '171327.105000', '171327.565000', '171328.025000', '171328.485000', '171328.945000', '171329.405000', '171329.865000', '171330.325000', '171330.785000', '171331.245000', '171331.705000', '171332.165000', '171332.625000', '171333.085000', '171333.545000', '171334.005000', '171334.465000', '171334.925000', '171335.385000', '171335.845000', '171336.305000', '171336.765000', '171337.225000', '171337.685000', '171338.145000', '171338.605000', '171339.065000', '171339.525000', '171339.985000', '171340.445000', '171340.905000', '171341.365000', '171341.825000', '171342.285000', '171342.745000', '171343.205000', '171343.665000', '171344.125000', '171344.585000', '171345.045000', '171345.505000', '171345.965000', '171346.425000', '171346.885000', '171347.345000', '171347.805000', '171348.265000', '171348.725000', '171349.185000', '171349.645000', '171350.105000', '171350.565000', '171351.025000', '171351.485000', '171351.945000', '171352.405000', '171352.865000', '171353.325000', '171353.785000', '171354.245000', '171354.705000', '171355.165000', '171355.625000', '171356.085000', '171356.545000', '171357.005000', '171357.465000', '171357.925000', '171358.385000', '171358.845000', '171359.305000', '171359.765000', '171400.225000', '171400.685000', '171401.145000', '171401.605000', '171402.065000', '171402.525000', '171402.985000', '171403.445000', '171403.905000', '171404.365000', '171404.825000', '171405.285000', '171405.745000', '171406.205000', '171406.665000', '171407.125000', '171407.585000', '171408.045000', '171408.505000', '171408.965000', '171409.425000', '171409.885000', '171410.345000', '171410.805000', '171411.265000', '171411.725000', '171412.185000', '171412.645000', '171413.105000', '171413.565000', '171414.025000', '171414.485000', '171414.945000', '171415.405000', '171415.865000', '171416.325000', '171416.785000', '171417.245000', '171417.705000', '171418.165000', '171418.625000', '171419.085000', '171419.545000', '171420.005000', '171420.465000', '171420.925000', '171421.385000', '171421.845000', '171422.305000', '171422.765000', '171423.225000', '171423.685000', '171424.145000', '171424.605000', '171425.065000', '171425.525000', '171425.985000', '171426.445000', '171426.905000', '171427.365000', '171427.825000', '171428.285000', '171428.745000', '171429.205000', '171429.665000', '171430.125000', '171430.585000', '171431.045000', '171431.505000', '171431.965000', '171432.425000', '171432.885000', '171433.345000', '171433.805000', '171434.265000', '171434.725000', '171435.185000', '171435.645000', '171436.105000', '171436.565000', '171437.025000', '171437.485000', '171437.945000', '171438.405000', '171438.865000', '171439.325000', '171439.785000', '171440.245000', '171440.705000', '171441.165000', '171441.625000', '171442.085000', '171442.545000', '171443.005000', '171443.465000', '171443.925000', '171444.385000', '171444.845000', '171445.305000', '171445.765000', '171446.225000', '171446.685000', '171447.145000', '171447.605000', '171448.065000', '171448.525000', '171448.985000', '171449.445000', '171449.905000', '171450.365000', '171450.825000', '171451.285000', '171451.745000', '171452.205000', '171452.665000', '171453.125000', '171453.585000', '171454.045000', '171454.505000', '171454.965000', '171455.425000', '171455.885000', '171456.345000', '171456.805000', '171457.265000', '171457.725000', '171458.185000', '171458.645000', '171459.105000', '171459.565000', '171500.025000', '171500.485000', '171500.945000', '171501.405000', '171501.865000', '171502.325000', '171502.785000', '171503.245000', '171503.705000', '171504.165000', '171504.625000', '171505.085000', '171505.545000', '171506.005000', '171506.465000', '171506.925000', '171507.385000', '171507.845000', '171508.305000', '171508.765000', '171509.225000', '171509.685000', '171510.145000', '171510.605000', '171511.065000', '171511.525000', '171511.985000', '171512.445000', '171512.905000', '171513.365000', '171513.825000', '171514.285000', '171514.745000', '171515.205000', '171515.665000', '171516.125000', '171516.585000', '171517.045000', '171517.505000', '171517.965000', '171518.425000', '171518.885000', '171519.345000', '171519.805000', '171520.265000', '171520.725000', '171521.185000', '171521.645000', '171522.105000', '171522.565000', '171523.025000', '171523.485000', '171523.945000', '171524.405000', '171524.865000', '171525.325000', '171525.785000', '171526.245000', '171526.705000', '171527.165000', '171527.625000', '171528.085000', '171528.545000', '171529.005000', '171529.465000', '171529.925000', '171530.385000', '171530.845000', '171531.305000', '171531.765000', '171532.225000', '171532.685000', '171533.145000', '171533.605000', '171534.065000', '171534.525000', '171534.985000', '171535.445000', '171535.905000', '171536.365000', '171536.825000', '171537.285000', '171537.745000', '171538.205000', '171538.665000', '171539.125000', '171539.585000', '171540.045000', '171540.505000', '171540.965000', '171541.425000', '171541.885000', '171542.345000', '171542.805000', '171543.265000', '171543.725000', '171544.185000', '171544.645000', '171545.105000', '171545.565000', '171546.025000', '171546.485000', '171546.945000', '171547.405000', '171547.865000', '171548.325000', '171548.785000', '171549.245000', '171549.705000', '171550.165000', '171550.625000', '171551.085000', '171551.545000', '171552.005000', '171552.465000', '171552.925000', '171553.385000', '171553.845000', '171554.305000', '171554.765000', '171555.225000', '171555.685000', '171556.145000', '171556.605000', '171557.065000', '171557.525000', '171557.985000', '171558.445000', '171558.905000', '171559.365000', '171559.825000', '171600.285000', '171600.745000', '171601.205000', '171601.665000', '171602.125000', '171602.585000', '171603.045000', '171603.505000', '171603.965000', '171604.425000', '171604.885000', '171605.345000', '171605.805000', '171606.265000', '171606.725000', '171607.185000', '171607.645000', '171608.105000', '171608.565000', '171609.025000', '171609.485000', '171609.945000', '171610.405000', '171610.865000', '171611.325000', '171611.785000', '171612.245000', '171612.705000', '171613.165000', '171613.625000', '171614.085000', '171614.545000', '171615.005000', '171615.465000', '171615.925000', '171616.385000', '171616.845000', '171617.305000', '171617.765000', '171618.225000', '171618.685000', '171619.145000', '171619.605000', '171620.065000', '171620.525000', '171620.985000', '171621.445000', '171621.905000', '171622.365000', '171622.825000', '171623.285000', '171623.745000', '171624.205000', '171624.665000', '171625.125000', '171625.585000', '171626.045000', '171626.505000', '171626.965000', '171627.425000', '171627.885000', '171628.345000', '171628.805000', '171629.265000', '171629.725000', '171630.185000', '171630.645000', '171631.105000', '171631.565000', '171632.025000', '171632.485000', '171632.945000', '171633.405000', '171633.865000', '171634.325000', '171634.785000', '171635.245000', '171635.705000', '171636.165000', '171636.625000', '171637.085000', '171637.545000', '171638.005000', '171638.465000', '171638.925000', '171639.385000', '171639.845000', '171640.305000', '171640.765000', '171641.225000', '171641.685000', '171642.145000', '171642.605000', '171643.065000', '171643.525000', '171643.985000', '171644.445000', '171644.905000', '171645.365000', '171645.825000', '171646.285000', '171646.745000', '171647.205000', '171647.665000', '171648.125000', '171648.585000', '171649.045000', '171649.505000', '171649.965000', '171650.425000', '171650.885000', '171651.345000', '171651.805000', '171652.265000', '171652.725000', '171653.185000', '171653.645000', '171654.105000', '171654.565000', '171655.025000', '171655.485000', '171655.945000', '171656.405000', '171656.865000', '171657.325000', '171657.785000', '171658.245000', '171658.705000', '171659.165000', '171659.625000', '171700.085000', '171700.545000', '171701.005000', '171701.465000', '171701.925000', '171702.385000', '171702.845000', '171703.305000', '171703.765000', '171704.225000', '171704.685000', '171705.145000', '171705.605000', '171706.065000', '171706.525000', '171706.985000', '171707.445000', '171707.905000', '171708.365000', '171708.825000', '171709.285000', '171709.745000', '171710.205000', '171710.665000', '171711.125000', '171711.585000', '171712.045000', '171712.505000', '171712.965000', '171713.425000', '171713.885000', '171714.345000', '171714.805000', '171715.265000', '171715.725000', '171716.185000', '171716.645000', '171717.105000', '171717.565000', '171718.025000', '171718.485000', '171718.945000', '171719.405000', '171719.865000', '171720.325000', '171720.785000', '171721.245000', '171721.705000', '171722.165000', '171722.625000', '171723.085000', '171723.545000', '171724.005000', '171724.465000', '171724.925000', '171725.385000', '171725.845000', '171726.305000', '171726.765000', '171727.225000', '171727.685000', '171728.145000', '171728.605000', '171729.065000', '171729.525000', '171729.985000', '171730.445000', '171730.905000', '171731.365000', '171731.825000', '171732.285000', '171732.745000', '171733.205000', '171733.665000', '171734.125000', '171734.585000', '171735.045000', '171735.505000', '171735.965000', '171736.425000', '171736.885000', '171737.345000', '171737.805000', '171738.265000', '171738.725000', '171739.185000', '171739.645000', '171740.105000', '171740.565000', '171741.025000', '171741.485000', '171741.945000', '171742.405000', '171742.865000', '171743.325000', '171743.785000', '171744.245000', '171744.705000', '171745.165000', '171745.625000', '171746.085000', '171746.545000', '171747.005000', '171747.465000', '171747.925000', '171748.385000', '171748.845000', '171749.305000', '171749.765000', '171750.225000', '171750.685000', '171751.145000', '171751.605000', '171752.065000', '171752.525000', '171752.985000', '171753.445000', '171753.905000', '171754.365000', '171754.825000', '171755.285000', '171755.745000', '171756.205000', '171756.665000', '171757.125000', '171757.585000', '171758.045000', '171758.505000', '171758.965000', '171759.425000', '171759.885000', '171800.345000', '171800.805000', '171801.265000', '171801.725000', '171802.185000', '171802.645000', '171803.105000', '171803.565000', '171804.025000', '171804.485000', '171804.945000', '171805.405000', '171805.865000', '171806.325000', '171806.785000', '171807.245000', '171807.705000', '171808.165000', '171808.625000', '171809.085000', '171809.545000', '171810.005000', '171810.465000', '171810.925000', '171811.385000', '171811.845000', '171812.305000', '171812.765000', '171813.225000', '171813.685000', '171814.145000', '171814.605000', '171815.065000', '171815.525000', '171815.985000', '171816.445000', '171816.905000', '171817.365000', '171817.825000', '171818.285000', '171818.745000', '171819.205000', '171819.665000', '171820.125000', '171820.585000', '171821.045000', '171821.505000', '171821.965000', '171822.425000', '171822.885000', '171823.345000', '171823.805000', '171824.265000', '171824.725000', '171825.185000', '171825.645000', '171826.105000', '171826.565000', '171827.025000', '171827.485000', '171827.945000', '171828.405000', '171828.865000', '171829.325000', '171829.785000', '171830.245000', '171830.705000', '171831.165000', '171831.625000', '171832.085000', '171832.545000', '171833.005000', '171833.465000', '171833.925000', '171834.385000', '171834.845000', '171835.305000', '171835.765000', '171836.225000', '171836.685000', '171837.145000', '171837.605000', '171838.065000', '171838.525000', '171838.985000', '171839.445000', '171839.905000', '171840.365000', '171840.825000', '171841.285000', '171841.745000', '171842.205000', '171842.665000', '171843.125000', '171843.585000', '171844.045000', '171844.505000', '171844.965000', '171845.425000', '171845.885000', '171846.345000', '171846.805000', '171847.265000', '171847.725000', '171848.185000', '171848.645000', '171849.105000', '171849.565000', '171850.025000', '171850.485000', '171850.945000', '171851.405000', '171851.865000', '171852.325000', '171852.785000', '171853.245000', '171853.705000', '171854.165000', '171854.625000', '171855.085000', '171855.545000', '171856.005000', '171856.465000', '171856.925000', '171857.385000', '171857.845000', '171858.305000', '171858.765000', '171859.225000', '171859.685000', '171900.145000', '171900.605000', '171901.065000', '171901.525000', '171901.985000', '171902.445000', '171902.905000', '171903.365000', '171903.825000', '171904.285000', '171904.745000', '171905.205000', '171905.665000', '171906.125000', '171906.585000', '171907.045000', '171907.505000', '171907.965000', '171908.425000', '171908.885000', '171909.345000', '171909.805000', '171910.265000', '171910.725000', '171911.185000', '171911.645000', '171912.105000', '171912.565000', '171913.025000', '171913.485000', '171913.945000', '171914.405000', '171914.865000', '171915.325000', '171915.785000', '171916.245000', '171916.705000', '171917.165000', '171917.625000', '171918.085000', '171918.545000', '171919.005000', '171919.465000', '171919.925000', '171920.385000', '171920.845000', '171921.305000', '171921.765000', '171922.225000', '171922.685000', '171923.145000', '171923.605000', '171924.065000', '171924.525000', '171924.985000', '171925.445000', '171925.905000', '171926.365000', '171926.825000', '171927.285000', '171927.745000', '171928.205000', '171928.665000', '171929.125000', '171929.585000', '171930.045000', '171930.505000', '171930.965000', '171931.425000', '171931.885000', '171932.345000', '171932.805000', '171933.265000', '171933.725000', '171934.185000', '171934.645000', '171935.105000', '171935.565000', '171936.025000', '171936.485000', '171936.945000', '171937.405000', '171937.865000', '171938.325000', '171938.785000', '171939.245000', '171939.705000', '171940.165000', '171940.625000', '171941.085000', '171941.545000', '171942.005000', '171942.465000', '171942.925000', '171943.385000', '171943.845000', '171944.305000', '171944.765000', '171945.225000', '171945.685000', '171946.145000', '171946.605000', '171947.065000', '171947.525000', '171947.985000', '171948.445000', '171948.905000', '171949.365000', '171949.825000', '171950.285000', '171950.745000', '171951.205000', '171951.665000', '171952.125000', '171952.585000', '171953.045000'], 'ContentTime': ['170933.629000', '170933.639000', '170933.642000', '170933.645000', '170933.647000', '170933.650000', '170933.653000', '170933.656000', '170933.658000', '170933.661000', '170933.663000', '170933.666000', '170933.669000', '170933.672000', '170933.675000', '170933.678000', '170933.681000', '170933.684000', '170933.686000', '170933.689000', '170933.692000', '170933.695000', '170933.697000', '170933.700000', '170933.703000', '170933.705000', '170953.589000', '170953.591000', '170953.594000', '170953.597000', '170953.599000', '170953.604000', '170953.606000', '170953.609000', '170953.612000', '170953.614000', '170953.617000', '170953.620000', '170953.623000', '170953.626000', '170953.629000', '170953.631000', '170953.634000', '170953.637000', '170953.639000', '170953.642000', '170953.645000', '170953.648000', '170953.650000', '170953.653000', '170953.656000', '170953.659000', '170953.661000', '170953.664000', '170953.666000', '170953.669000', '170953.672000', '170953.674000', '170953.677000', '170953.680000', '170953.683000', '170953.685000', '170953.688000', '170953.690000', '170953.693000', '170953.699000', '170953.701000', '170953.704000', '170953.707000', '170953.710000', '171013.589000', '171013.591000', '171013.594000', '171013.597000', '171013.599000', '171013.602000', '171013.604000', '171013.607000', '171013.610000', '171013.612000', '171013.615000', '171013.617000', '171013.620000', '171013.622000', '171013.625000', '171013.628000', '171013.630000', '171013.633000', '171013.635000', '171013.638000', '171013.640000', '171013.643000', '171013.645000', '171013.648000', '171013.650000', '171013.653000', '171013.656000', '171013.658000', '171013.661000', '171013.663000', '171013.666000', '171013.669000', '171013.671000', '171013.674000', '171013.676000', '171013.679000', '171013.681000', '171013.684000', '171013.689000', '171013.691000', '171013.694000', '171013.697000', '171013.699000', '171033.589000', '171033.591000', '171033.594000', '171033.608000', '171033.611000', '171033.613000', '171033.616000', '171033.618000', '171033.621000', '171033.624000', '171033.626000', '171033.629000', '171033.631000', '171033.644000', '171033.647000', '171033.649000', '171033.652000', '171033.654000', '171033.657000', '171033.660000', '171033.662000', '171033.665000', '171033.667000', '171033.670000', '171033.672000', '171033.675000', '171033.677000', '171033.680000', '171033.683000', '171033.685000', '171033.688000', '171033.691000', '171033.693000', '171033.696000', '171033.698000', '171033.701000', '171033.704000', '171033.706000', '171033.709000', '171033.711000', '171033.714000', '171033.717000', '171033.719000', '171053.588000', '171053.591000', '171053.594000', '171053.596000', '171053.599000', '171053.602000', '171053.604000', '171053.607000', '171053.609000', '171053.612000', '171053.614000', '171053.617000', '171053.620000', '171053.622000', '171053.625000', '171053.627000', '171053.630000', '171053.633000', '171053.635000', '171053.638000', '171053.640000', '171053.643000', '171053.645000', '171053.648000', '171053.651000', '171053.653000', '171053.656000', '171053.658000', '171053.661000', '171053.664000', '171053.666000', '171053.669000', '171053.671000', '171053.674000', '171053.676000', '171053.679000', '171053.682000', '171053.684000', '171053.687000', '171053.689000', '171053.692000', '171053.694000', '171053.697000', '171053.700000', '171113.588000', '171113.591000', '171113.594000', '171113.597000', '171113.599000', '171113.602000', '171113.605000', '171113.608000', '171113.611000', '171113.614000', '171113.616000', '171113.619000', '171113.622000', '171113.624000', '171113.627000', '171113.629000', '171113.632000', '171113.635000', '171113.637000', '171113.640000', '171113.642000', '171113.645000', '171113.647000', '171113.650000', '171113.652000', '171113.655000', '171113.658000', '171113.660000', '171113.663000', '171113.666000', '171113.668000', '171113.671000', '171113.674000', '171113.676000', '171113.679000', '171113.681000', '171113.684000', '171113.686000', '171113.689000', '171113.692000', '171113.694000', '171113.697000', '171113.700000', '171133.589000', '171133.592000', '171133.594000', '171133.597000', '171133.599000', '171133.602000', '171133.604000', '171133.607000', '171133.610000', '171133.612000', '171133.615000', '171133.617000', '171133.620000', '171133.623000', '171133.625000', '171133.628000', '171133.630000', '171133.633000', '171133.636000', '171133.638000', '171133.641000', '171133.643000', '171133.646000', '171133.648000', '171133.651000', '171133.654000', '171133.656000', '171133.659000', '171133.662000', '171133.664000', '171133.667000', '171133.669000', '171133.672000', '171133.675000', '171133.677000', '171133.680000', '171133.682000', '171133.685000', '171133.687000', '171133.690000', '171133.693000', '171133.695000', '171133.698000', '171133.700000', '171153.588000', '171153.591000', '171153.594000', '171153.596000', '171153.599000', '171153.602000', '171153.604000', '171153.607000', '171153.609000', '171153.612000', '171153.615000', '171153.617000', '171153.620000', '171153.623000', '171153.625000', '171153.628000', '171153.630000', '171153.633000', '171153.635000', '171153.638000', '171153.640000', '171153.643000', '171153.646000', '171153.648000', '171153.651000', '171153.654000', '171153.656000', '171153.659000', '171153.661000', '171153.664000', '171153.666000', '171153.669000', '171153.672000', '171153.674000', '171153.677000', '171153.679000', '171153.682000', '171153.684000', '171153.687000', '171153.690000', '171153.692000', '171153.695000', '171153.697000', '171153.700000', '171213.589000', '171213.591000', '171213.594000', '171213.597000', '171213.599000', '171213.602000', '171213.605000', '171213.607000', '171213.625000', '171213.627000', '171213.630000', '171213.632000', '171213.635000', '171213.637000', '171213.640000', '171213.643000', '171213.645000', '171213.648000', '171213.650000', '171213.653000', '171213.655000', '171213.658000', '171213.661000', '171213.663000', '171213.666000', '171213.668000', '171213.671000', '171213.674000', '171213.676000', '171213.679000', '171213.681000', '171213.684000', '171213.686000', '171213.689000', '171213.692000', '171213.694000', '171213.697000', '171213.699000', '171213.702000', '171213.705000', '171213.707000', '171213.710000', '171213.712000', '171233.589000', '171233.592000', '171233.594000', '171233.597000', '171233.599000', '171233.602000', '171233.605000', '171233.607000', '171233.610000', '171233.613000', '171233.615000', '171233.618000', '171233.620000', '171233.623000', '171233.625000', '171233.628000', '171233.631000', '171233.633000', '171233.636000', '171233.638000', '171233.641000', '171233.643000', '171233.646000', '171233.649000', '171233.652000', '171233.655000', '171233.657000', '171233.660000', '171233.663000', '171233.665000', '171233.668000', '171233.670000', '171233.673000', '171233.675000', '171233.678000', '171233.680000', '171233.683000', '171233.686000', '171233.688000', '171233.691000', '171233.694000', '171233.696000', '171233.699000', '171233.701000', '171253.588000', '171253.591000', '171253.594000', '171253.596000', '171253.599000', '171253.602000', '171253.604000', '171253.607000', '171253.610000', '171253.612000', '171253.615000', '171253.618000', '171253.620000', '171253.623000', '171253.625000', '171253.628000', '171253.631000', '171253.633000', '171253.636000', '171253.638000', '171253.641000', '171253.644000', '171253.646000', '171253.649000', '171253.651000', '171253.654000', '171253.656000', '171253.659000', '171253.662000', '171253.664000', '171253.667000', '171253.669000', '171253.672000', '171253.675000', '171253.677000', '171253.680000', '171253.682000', '171253.685000', '171253.688000', '171253.690000', '171253.693000', '171253.695000', '171253.698000', '171313.589000', '171313.592000', '171313.594000', '171313.597000', '171313.600000', '171313.602000', '171313.605000', '171313.608000', '171313.611000', '171313.614000', '171313.617000', '171313.619000', '171313.622000', '171313.625000', '171313.627000', '171313.630000', '171313.632000', '171313.635000', '171313.637000', '171313.640000', '171313.643000', '171313.645000', '171313.648000', '171313.651000', '171313.653000', '171313.656000', '171313.658000', '171313.661000', '171313.664000', '171313.666000', '171313.669000', '171313.671000', '171313.674000', '171313.676000', '171313.679000', '171313.682000', '171313.684000', '171313.687000', '171313.690000', '171313.692000', '171313.695000', '171313.697000', '171313.700000', '171333.588000', '171333.591000', '171333.594000', '171333.597000', '171333.599000', '171333.602000', '171333.605000', '171333.607000', '171333.610000', '171333.612000', '171333.615000', '171333.617000', '171333.620000', '171333.623000', '171333.625000', '171333.628000', '171333.630000', '171333.633000', '171333.636000', '171333.638000', '171333.641000', '171333.643000', '171333.646000', '171333.649000', '171333.651000', '171333.654000', '171333.656000', '171333.659000', '171333.662000', '171333.664000', '171333.667000', '171333.669000', '171333.672000', '171333.675000', '171333.677000', '171333.680000', '171333.682000', '171333.685000', '171333.688000', '171333.690000', '171333.693000', '171333.695000', '171333.698000', '171333.701000', '171353.589000', '171353.592000', '171353.594000', '171353.597000', '171353.599000', '171353.602000', '171353.605000', '171353.607000', '171353.610000', '171353.613000', '171353.615000', '171353.618000', '171353.620000', '171353.624000', '171353.627000', '171353.629000', '171353.632000', '171353.635000', '171353.637000', '171353.640000', '171353.643000', '171353.645000', '171353.648000', '171353.651000', '171353.653000', '171353.656000', '171353.658000', '171353.661000', '171353.664000', '171353.666000', '171353.669000', '171353.671000', '171353.674000', '171353.677000', '171353.679000', '171353.682000', '171353.684000', '171353.688000', '171353.691000', '171353.694000', '171353.696000', '171353.699000', '171353.701000', '171413.589000', '171413.591000', '171413.594000', '171413.597000', '171413.599000', '171413.602000', '171413.605000', '171413.607000', '171413.610000', '171413.612000', '171413.615000', '171413.617000', '171413.620000', '171413.623000', '171413.625000', '171413.628000', '171413.630000', '171413.633000', '171413.636000', '171413.638000', '171413.641000', '171413.644000', '171413.646000', '171413.649000', '171413.651000', '171413.654000', '171413.657000', '171413.659000', '171413.662000', '171413.664000', '171413.667000', '171413.670000', '171413.672000', '171413.675000', '171413.678000', '171413.680000', '171413.683000', '171413.685000', '171413.688000', '171413.690000', '171413.693000', '171413.696000', '171413.698000', '171413.701000', '171433.589000', '171433.592000', '171433.594000', '171433.597000', '171433.600000', '171433.602000', '171433.605000', '171433.607000', '171433.610000', '171433.613000', '171433.615000', '171433.618000', '171433.620000', '171433.623000', '171433.626000', '171433.628000', '171433.631000', '171433.633000', '171433.636000', '171433.639000', '171433.641000', '171433.644000', '171433.647000', '171433.649000', '171433.652000', '171433.654000', '171433.657000', '171433.660000', '171433.662000', '171433.665000', '171433.668000', '171433.670000', '171433.673000', '171433.675000', '171433.678000', '171433.681000', '171433.683000', '171433.686000', '171433.688000', '171433.691000', '171433.694000', '171433.696000', '171433.699000', '171453.589000', '171453.591000', '171453.594000', '171453.597000', '171453.600000', '171453.602000', '171453.605000', '171453.607000', '171453.610000', '171453.612000', '171453.615000', '171453.618000', '171453.620000', '171453.623000', '171453.625000', '171453.628000', '171453.631000', '171453.633000', '171453.636000', '171453.639000', '171453.641000', '171453.644000', '171453.646000', '171453.649000', '171453.652000', '171453.654000', '171453.657000', '171453.660000', '171453.662000', '171453.665000', '171453.667000', '171453.670000', '171453.673000', '171453.675000', '171453.678000', '171453.681000', '171453.685000', '171453.687000', '171453.690000', '171453.693000', '171453.695000', '171453.698000', '171453.700000', '171453.703000', '171513.589000', '171513.608000', '171513.611000', '171513.613000', '171513.616000', '171513.618000', '171513.621000', '171513.624000', '171513.626000', '171513.629000', '171513.631000', '171513.634000', '171513.636000', '171513.639000', '171513.641000', '171513.644000', '171513.647000', '171513.649000', '171513.652000', '171513.654000', '171513.657000', '171513.660000', '171513.662000', '171513.665000', '171513.667000', '171513.670000', '171513.672000', '171513.675000', '171513.678000', '171513.680000', '171513.683000', '171513.686000', '171513.689000', '171513.692000', '171513.694000', '171513.697000', '171513.700000', '171513.702000', '171513.705000', '171513.707000', '171513.710000', '171513.712000', '171513.715000', '171533.589000', '171533.591000', '171533.594000', '171533.597000', '171533.599000', '171533.602000', '171533.604000', '171533.607000', '171533.610000', '171533.612000', '171533.615000', '171533.617000', '171533.620000', '171533.623000', '171533.625000', '171533.628000', '171533.630000', '171533.633000', '171533.635000', '171533.638000', '171533.641000', '171533.643000', '171533.646000', '171533.648000', '171533.651000', '171533.654000', '171533.656000', '171533.659000', '171533.661000', '171533.664000', '171533.667000', '171533.669000', '171533.672000', '171533.674000', '171533.677000', '171533.679000', '171533.682000', '171533.684000', '171533.687000', '171533.690000', '171533.692000', '171533.695000', '171533.697000', '171533.700000', '171553.589000', '171553.592000', '171553.594000', '171553.597000', '171553.600000', '171553.602000', '171553.605000', '171553.607000', '171553.610000', '171553.612000', '171553.615000', '171553.618000', '171553.620000', '171553.623000', '171553.625000', '171553.628000', '171553.631000', '171553.633000', '171553.636000', '171553.638000', '171553.641000', '171553.643000', '171553.646000', '171553.648000', '171553.651000', '171553.654000', '171553.656000', '171553.659000', '171553.661000', '171553.664000', '171553.667000', '171553.669000', '171553.672000', '171553.674000', '171553.677000', '171553.679000', '171553.682000', '171553.685000', '171553.687000', '171553.690000', '171553.692000', '171553.695000', '171553.698000', '171613.589000', '171613.592000', '171613.594000', '171613.597000', '171613.600000', '171613.602000', '171613.605000', '171613.608000', '171613.610000', '171613.613000', '171613.615000', '171613.618000', '171613.620000', '171613.623000', '171613.626000', '171613.628000', '171613.631000', '171613.633000', '171613.636000', '171613.639000', '171613.641000', '171613.644000', '171613.646000', '171613.649000', '171613.652000', '171613.654000', '171613.657000', '171613.659000', '171613.662000', '171613.665000', '171613.667000', '171613.670000', '171613.672000', '171613.675000', '171613.678000', '171613.680000', '171613.683000', '171613.685000', '171613.688000', '171613.690000', '171613.693000', '171613.696000', '171613.698000', '171613.701000', '171633.589000', '171633.592000', '171633.594000', '171633.597000', '171633.599000', '171633.602000', '171633.605000', '171633.607000', '171633.610000', '171633.613000', '171633.615000', '171633.618000', '171633.636000', '171633.639000', '171633.642000', '171633.644000', '171633.647000', '171633.649000', '171633.652000', '171633.654000', '171633.657000', '171633.660000', '171633.662000', '171633.665000', '171633.667000', '171633.670000', '171633.673000', '171633.675000', '171633.678000', '171633.681000', '171633.683000', '171633.686000', '171633.688000', '171633.691000', '171633.693000', '171633.696000', '171633.699000', '171633.701000', '171633.704000', '171633.706000', '171633.709000', '171633.712000', '171633.715000', '171653.589000', '171653.591000', '171653.594000', '171653.597000', '171653.599000', '171653.602000', '171653.604000', '171653.607000', '171653.610000', '171653.612000', '171653.615000', '171653.617000', '171653.620000', '171653.623000', '171653.625000', '171653.628000', '171653.631000', '171653.633000', '171653.636000', '171653.638000', '171653.641000', '171653.644000', '171653.646000', '171653.649000', '171653.651000', '171653.654000', '171653.657000', '171653.659000', '171653.662000', '171653.664000', '171653.667000', '171653.670000', '171653.672000', '171653.675000', '171653.677000', '171653.680000', '171653.683000', '171653.685000', '171653.688000', '171653.690000', '171653.693000', '171653.696000', '171653.698000', '171653.701000', '171713.589000', '171713.591000', '171713.594000', '171713.597000', '171713.599000', '171713.602000', '171713.605000', '171713.607000', '171713.610000', '171713.613000', '171713.615000', '171713.618000', '171713.620000', '171713.623000', '171713.626000', '171713.628000', '171713.631000', '171713.633000', '171713.636000', '171713.639000', '171713.641000', '171713.644000', '171713.646000', '171713.649000', '171713.652000', '171713.654000', '171713.657000', '171713.660000', '171713.662000', '171713.665000', '171713.667000', '171713.670000', '171713.673000', '171713.675000', '171713.678000', '171713.680000', '171713.683000', '171713.685000', '171713.688000', '171713.691000', '171713.693000', '171713.696000', '171713.698000', '171733.589000', '171733.592000', '171733.594000', '171733.597000', '171733.599000', '171733.602000', '171733.605000', '171733.607000', '171733.610000', '171733.613000', '171733.615000', '171733.618000', '171733.621000', '171733.623000', '171733.626000', '171733.628000', '171733.631000', '171733.633000', '171733.636000', '171733.639000', '171733.641000', '171733.644000', '171733.646000', '171733.649000', '171733.652000', '171733.654000', '171733.657000', '171733.659000', '171733.662000', '171733.664000', '171733.667000', '171733.670000', '171733.672000', '171733.675000', '171733.677000', '171733.680000', '171733.682000', '171733.685000', '171733.688000', '171733.691000', '171733.693000', '171733.696000', '171733.698000', '171733.701000', '171753.589000', '171753.592000', '171753.594000', '171753.597000', '171753.600000', '171753.602000', '171753.605000', '171753.607000', '171753.621000', '171753.624000', '171753.626000', '171753.629000', '171753.631000', '171753.634000', '171753.637000', '171753.639000', '171753.642000', '171753.644000', '171753.647000', '171753.650000', '171753.652000', '171753.655000', '171753.657000', '171753.660000', '171753.663000', '171753.665000', '171753.668000', '171753.670000', '171753.673000', '171753.676000', '171753.678000', '171753.681000', '171753.683000', '171753.686000', '171753.689000', '171753.691000', '171753.694000', '171753.697000', '171753.699000', '171753.702000', '171753.704000', '171753.707000', '171753.710000', '171813.589000', '171813.592000', '171813.595000', '171813.598000', '171813.601000', '171813.603000', '171813.606000', '171813.609000', '171813.611000', '171813.614000', '171813.617000', '171813.619000', '171813.622000', '171813.624000', '171813.627000', '171813.630000', '171813.632000', '171813.635000', '171813.637000', '171813.640000', '171813.643000', '171813.645000', '171813.648000', '171813.651000', '171813.653000', '171813.656000', '171813.658000', '171813.661000', '171813.663000', '171813.666000', '171813.669000', '171813.671000', '171813.674000', '171813.676000', '171813.679000', '171813.682000', '171813.684000', '171813.687000', '171813.689000', '171813.692000', '171813.695000', '171813.697000', '171813.700000', '171833.589000', '171833.591000', '171833.594000', '171833.597000', '171833.599000', '171833.602000', '171833.604000', '171833.607000', '171833.610000', '171833.612000', '171833.615000', '171833.618000', '171833.620000', '171833.623000', '171833.625000', '171833.628000', '171833.631000', '171833.633000', '171833.636000', '171833.638000', '171833.641000', '171833.644000', '171833.646000', '171833.649000', '171833.651000', '171833.654000', '171833.657000', '171833.659000', '171833.662000', '171833.664000', '171833.667000', '171833.670000', '171833.672000', '171833.675000', '171833.677000', '171833.680000', '171833.683000', '171833.685000', '171833.688000', '171833.691000', '171833.693000', '171833.696000', '171833.698000', '171833.701000', '171853.589000', '171853.592000', '171853.594000', '171853.597000', '171853.599000', '171853.602000', '171853.605000', '171853.607000', '171853.610000', '171853.613000', '171853.616000', '171853.619000', '171853.621000', '171853.624000', '171853.627000', '171853.629000', '171853.632000', '171853.634000', '171853.637000', '171853.640000', '171853.642000', '171853.645000', '171853.648000', '171853.650000', '171853.653000', '171853.655000', '171853.658000', '171853.661000', '171853.663000', '171853.666000', '171853.668000', '171853.671000', '171853.674000', '171853.676000', '171853.679000', '171853.682000', '171853.684000', '171853.687000', '171853.689000', '171853.692000', '171853.695000', '171853.697000', '171853.700000', '171913.589000', '171913.592000', '171913.594000', '171913.597000', '171913.600000', '171913.602000', '171913.615000', '171913.618000', '171913.620000', '171913.623000', '171913.625000', '171913.628000', '171913.631000', '171913.633000', '171913.636000', '171913.638000', '171913.641000', '171913.643000', '171913.646000', '171913.649000', '171913.651000', '171913.654000', '171913.657000', '171913.659000', '171913.662000', '171913.664000', '171913.667000', '171913.670000', '171913.672000', '171913.675000', '171913.678000', '171913.680000', '171913.683000', '171913.686000', '171913.688000', '171913.691000', '171913.694000', '171913.696000', '171913.699000', '171913.702000', '171913.704000', '171913.707000', '171913.709000', '171913.712000', '171933.589000', '171933.592000', '171933.594000', '171933.597000', '171933.600000', '171933.602000', '171933.605000', '171933.608000', '171933.610000', '171933.613000', '171933.615000', '171933.618000', '171933.620000', '171933.623000', '171933.626000', '171933.628000', '171933.631000', '171933.633000', '171933.636000', '171933.639000', '171933.641000', '171933.644000', '171933.647000', '171933.649000', '171933.652000', '171933.654000', '171933.657000', '171933.659000', '171933.662000', '171933.665000', '171933.667000', '171933.670000', '171933.673000', '171933.675000', '171933.678000', '171933.681000', '171933.683000', '171933.686000', '171933.688000', '171933.691000', '171933.694000', '171933.696000', '171933.699000', '171933.701000', '171953.589000', '171953.592000', '171953.594000', '171953.597000', '171953.600000', '171953.602000', '171953.605000', '171953.608000', '171953.610000', '171953.613000', '171953.616000', '171953.618000', '171953.621000', '171953.623000', '171953.626000', '171953.628000', '171953.631000', '171953.634000', '171953.636000', '171953.639000', '171953.642000', '171953.644000', '171953.647000', '171953.649000', '171953.652000', '171953.655000', '171953.657000', '171953.660000', '171953.663000', '171953.665000', '171953.668000', '171953.671000', '171953.673000', '171953.676000', '171953.678000', '171953.681000', '171953.684000', '171953.686000', '171953.689000', '171953.691000', '171953.694000', '171953.697000', '171953.699000', '171954.283000', '171954.287000'], 'InstanceCreationTime': ['170933.629000', '170933.639000', '170933.642000', '170933.645000', '170933.647000', '170933.650000', '170933.653000', '170933.656000', '170933.658000', '170933.661000', '170933.663000', '170933.666000', '170933.669000', '170933.672000', '170933.675000', '170933.678000', '170933.681000', '170933.684000', '170933.686000', '170933.689000', '170933.692000', '170933.695000', '170933.697000', '170933.700000', '170933.703000', '170933.705000', '170953.589000', '170953.591000', '170953.594000', '170953.597000', '170953.599000', '170953.604000', '170953.606000', '170953.609000', '170953.612000', '170953.614000', '170953.617000', '170953.620000', '170953.623000', '170953.626000', '170953.629000', '170953.631000', '170953.634000', '170953.637000', '170953.639000', '170953.642000', '170953.645000', '170953.648000', '170953.650000', '170953.653000', '170953.656000', '170953.659000', '170953.661000', '170953.664000', '170953.666000', '170953.669000', '170953.672000', '170953.674000', '170953.677000', '170953.680000', '170953.683000', '170953.685000', '170953.688000', '170953.690000', '170953.693000', '170953.699000', '170953.701000', '170953.704000', '170953.707000', '170953.710000', '171013.589000', '171013.591000', '171013.594000', '171013.597000', '171013.599000', '171013.602000', '171013.604000', '171013.607000', '171013.610000', '171013.612000', '171013.615000', '171013.617000', '171013.620000', '171013.622000', '171013.625000', '171013.628000', '171013.630000', '171013.633000', '171013.635000', '171013.638000', '171013.640000', '171013.643000', '171013.645000', '171013.648000', '171013.650000', '171013.653000', '171013.656000', '171013.658000', '171013.661000', '171013.663000', '171013.666000', '171013.669000', '171013.671000', '171013.674000', '171013.676000', '171013.679000', '171013.681000', '171013.684000', '171013.689000', '171013.691000', '171013.694000', '171013.697000', '171013.699000', '171033.589000', '171033.591000', '171033.594000', '171033.608000', '171033.611000', '171033.613000', '171033.616000', '171033.618000', '171033.621000', '171033.624000', '171033.626000', '171033.629000', '171033.631000', '171033.644000', '171033.647000', '171033.649000', '171033.652000', '171033.654000', '171033.657000', '171033.660000', '171033.662000', '171033.665000', '171033.667000', '171033.670000', '171033.672000', '171033.675000', '171033.677000', '171033.680000', '171033.683000', '171033.685000', '171033.688000', '171033.691000', '171033.693000', '171033.696000', '171033.698000', '171033.701000', '171033.704000', '171033.706000', '171033.709000', '171033.711000', '171033.714000', '171033.717000', '171033.719000', '171053.588000', '171053.591000', '171053.594000', '171053.596000', '171053.599000', '171053.602000', '171053.604000', '171053.607000', '171053.609000', '171053.612000', '171053.614000', '171053.617000', '171053.620000', '171053.622000', '171053.625000', '171053.627000', '171053.630000', '171053.633000', '171053.635000', '171053.638000', '171053.640000', '171053.643000', '171053.645000', '171053.648000', '171053.651000', '171053.653000', '171053.656000', '171053.658000', '171053.661000', '171053.664000', '171053.666000', '171053.669000', '171053.671000', '171053.674000', '171053.676000', '171053.679000', '171053.682000', '171053.684000', '171053.687000', '171053.689000', '171053.692000', '171053.694000', '171053.697000', '171053.700000', '171113.588000', '171113.591000', '171113.594000', '171113.597000', '171113.599000', '171113.602000', '171113.605000', '171113.608000', '171113.611000', '171113.614000', '171113.616000', '171113.619000', '171113.622000', '171113.624000', '171113.627000', '171113.629000', '171113.632000', '171113.635000', '171113.637000', '171113.640000', '171113.642000', '171113.645000', '171113.647000', '171113.650000', '171113.652000', '171113.655000', '171113.658000', '171113.660000', '171113.663000', '171113.666000', '171113.668000', '171113.671000', '171113.674000', '171113.676000', '171113.679000', '171113.681000', '171113.684000', '171113.686000', '171113.689000', '171113.692000', '171113.694000', '171113.697000', '171113.700000', '171133.589000', '171133.592000', '171133.594000', '171133.597000', '171133.599000', '171133.602000', '171133.604000', '171133.607000', '171133.610000', '171133.612000', '171133.615000', '171133.617000', '171133.620000', '171133.623000', '171133.625000', '171133.628000', '171133.630000', '171133.633000', '171133.636000', '171133.638000', '171133.641000', '171133.643000', '171133.646000', '171133.648000', '171133.651000', '171133.654000', '171133.656000', '171133.659000', '171133.662000', '171133.664000', '171133.667000', '171133.669000', '171133.672000', '171133.675000', '171133.677000', '171133.680000', '171133.682000', '171133.685000', '171133.687000', '171133.690000', '171133.693000', '171133.695000', '171133.698000', '171133.700000', '171153.588000', '171153.591000', '171153.594000', '171153.596000', '171153.599000', '171153.602000', '171153.604000', '171153.607000', '171153.609000', '171153.612000', '171153.615000', '171153.617000', '171153.620000', '171153.623000', '171153.625000', '171153.628000', '171153.630000', '171153.633000', '171153.635000', '171153.638000', '171153.640000', '171153.643000', '171153.646000', '171153.648000', '171153.651000', '171153.654000', '171153.656000', '171153.659000', '171153.661000', '171153.664000', '171153.666000', '171153.669000', '171153.672000', '171153.674000', '171153.677000', '171153.679000', '171153.682000', '171153.684000', '171153.687000', '171153.690000', '171153.692000', '171153.695000', '171153.697000', '171153.700000', '171213.589000', '171213.591000', '171213.594000', '171213.597000', '171213.599000', '171213.602000', '171213.605000', '171213.607000', '171213.625000', '171213.627000', '171213.630000', '171213.632000', '171213.635000', '171213.637000', '171213.640000', '171213.643000', '171213.645000', '171213.648000', '171213.650000', '171213.653000', '171213.655000', '171213.658000', '171213.661000', '171213.663000', '171213.666000', '171213.668000', '171213.671000', '171213.674000', '171213.676000', '171213.679000', '171213.681000', '171213.684000', '171213.686000', '171213.689000', '171213.692000', '171213.694000', '171213.697000', '171213.699000', '171213.702000', '171213.705000', '171213.707000', '171213.710000', '171213.712000', '171233.589000', '171233.592000', '171233.594000', '171233.597000', '171233.599000', '171233.602000', '171233.605000', '171233.607000', '171233.610000', '171233.613000', '171233.615000', '171233.618000', '171233.620000', '171233.623000', '171233.625000', '171233.628000', '171233.631000', '171233.633000', '171233.636000', '171233.638000', '171233.641000', '171233.643000', '171233.646000', '171233.649000', '171233.652000', '171233.655000', '171233.657000', '171233.660000', '171233.663000', '171233.665000', '171233.668000', '171233.670000', '171233.673000', '171233.675000', '171233.678000', '171233.680000', '171233.683000', '171233.686000', '171233.688000', '171233.691000', '171233.694000', '171233.696000', '171233.699000', '171233.701000', '171253.588000', '171253.591000', '171253.594000', '171253.596000', '171253.599000', '171253.602000', '171253.604000', '171253.607000', '171253.610000', '171253.612000', '171253.615000', '171253.618000', '171253.620000', '171253.623000', '171253.625000', '171253.628000', '171253.631000', '171253.633000', '171253.636000', '171253.638000', '171253.641000', '171253.644000', '171253.646000', '171253.649000', '171253.651000', '171253.654000', '171253.656000', '171253.659000', '171253.662000', '171253.664000', '171253.667000', '171253.669000', '171253.672000', '171253.675000', '171253.677000', '171253.680000', '171253.682000', '171253.685000', '171253.688000', '171253.690000', '171253.693000', '171253.695000', '171253.698000', '171313.589000', '171313.592000', '171313.594000', '171313.597000', '171313.600000', '171313.602000', '171313.605000', '171313.608000', '171313.611000', '171313.614000', '171313.617000', '171313.619000', '171313.622000', '171313.625000', '171313.627000', '171313.630000', '171313.632000', '171313.635000', '171313.637000', '171313.640000', '171313.643000', '171313.645000', '171313.648000', '171313.651000', '171313.653000', '171313.656000', '171313.658000', '171313.661000', '171313.664000', '171313.666000', '171313.669000', '171313.671000', '171313.674000', '171313.676000', '171313.679000', '171313.682000', '171313.684000', '171313.687000', '171313.690000', '171313.692000', '171313.695000', '171313.697000', '171313.700000', '171333.588000', '171333.591000', '171333.594000', '171333.597000', '171333.599000', '171333.602000', '171333.605000', '171333.607000', '171333.610000', '171333.612000', '171333.615000', '171333.617000', '171333.620000', '171333.623000', '171333.625000', '171333.628000', '171333.630000', '171333.633000', '171333.636000', '171333.638000', '171333.641000', '171333.643000', '171333.646000', '171333.649000', '171333.651000', '171333.654000', '171333.656000', '171333.659000', '171333.662000', '171333.664000', '171333.667000', '171333.669000', '171333.672000', '171333.675000', '171333.677000', '171333.680000', '171333.682000', '171333.685000', '171333.688000', '171333.690000', '171333.693000', '171333.695000', '171333.698000', '171333.701000', '171353.589000', '171353.592000', '171353.594000', '171353.597000', '171353.599000', '171353.602000', '171353.605000', '171353.607000', '171353.610000', '171353.613000', '171353.615000', '171353.618000', '171353.620000', '171353.624000', '171353.627000', '171353.629000', '171353.632000', '171353.635000', '171353.637000', '171353.640000', '171353.643000', '171353.645000', '171353.648000', '171353.651000', '171353.653000', '171353.656000', '171353.658000', '171353.661000', '171353.664000', '171353.666000', '171353.669000', '171353.671000', '171353.674000', '171353.677000', '171353.679000', '171353.682000', '171353.684000', '171353.688000', '171353.691000', '171353.694000', '171353.696000', '171353.699000', '171353.701000', '171413.589000', '171413.591000', '171413.594000', '171413.597000', '171413.599000', '171413.602000', '171413.605000', '171413.607000', '171413.610000', '171413.612000', '171413.615000', '171413.617000', '171413.620000', '171413.623000', '171413.625000', '171413.628000', '171413.630000', '171413.633000', '171413.636000', '171413.638000', '171413.641000', '171413.644000', '171413.646000', '171413.649000', '171413.651000', '171413.654000', '171413.657000', '171413.659000', '171413.662000', '171413.664000', '171413.667000', '171413.670000', '171413.672000', '171413.675000', '171413.678000', '171413.680000', '171413.683000', '171413.685000', '171413.688000', '171413.690000', '171413.693000', '171413.696000', '171413.698000', '171413.701000', '171433.589000', '171433.592000', '171433.594000', '171433.597000', '171433.600000', '171433.602000', '171433.605000', '171433.607000', '171433.610000', '171433.613000', '171433.615000', '171433.618000', '171433.620000', '171433.623000', '171433.626000', '171433.628000', '171433.631000', '171433.633000', '171433.636000', '171433.639000', '171433.641000', '171433.644000', '171433.647000', '171433.649000', '171433.652000', '171433.654000', '171433.657000', '171433.660000', '171433.662000', '171433.665000', '171433.668000', '171433.670000', '171433.673000', '171433.675000', '171433.678000', '171433.681000', '171433.683000', '171433.686000', '171433.688000', '171433.691000', '171433.694000', '171433.696000', '171433.699000', '171453.589000', '171453.591000', '171453.594000', '171453.597000', '171453.600000', '171453.602000', '171453.605000', '171453.607000', '171453.610000', '171453.612000', '171453.615000', '171453.618000', '171453.620000', '171453.623000', '171453.625000', '171453.628000', '171453.631000', '171453.633000', '171453.636000', '171453.639000', '171453.641000', '171453.644000', '171453.646000', '171453.649000', '171453.652000', '171453.654000', '171453.657000', '171453.660000', '171453.662000', '171453.665000', '171453.667000', '171453.670000', '171453.673000', '171453.675000', '171453.678000', '171453.681000', '171453.685000', '171453.687000', '171453.690000', '171453.693000', '171453.695000', '171453.698000', '171453.700000', '171453.703000', '171513.589000', '171513.608000', '171513.611000', '171513.613000', '171513.616000', '171513.618000', '171513.621000', '171513.624000', '171513.626000', '171513.629000', '171513.631000', '171513.634000', '171513.636000', '171513.639000', '171513.641000', '171513.644000', '171513.647000', '171513.649000', '171513.652000', '171513.654000', '171513.657000', '171513.660000', '171513.662000', '171513.665000', '171513.667000', '171513.670000', '171513.672000', '171513.675000', '171513.678000', '171513.680000', '171513.683000', '171513.686000', '171513.689000', '171513.692000', '171513.694000', '171513.697000', '171513.700000', '171513.702000', '171513.705000', '171513.707000', '171513.710000', '171513.712000', '171513.715000', '171533.589000', '171533.591000', '171533.594000', '171533.597000', '171533.599000', '171533.602000', '171533.604000', '171533.607000', '171533.610000', '171533.612000', '171533.615000', '171533.617000', '171533.620000', '171533.623000', '171533.625000', '171533.628000', '171533.630000', '171533.633000', '171533.635000', '171533.638000', '171533.641000', '171533.643000', '171533.646000', '171533.648000', '171533.651000', '171533.654000', '171533.656000', '171533.659000', '171533.661000', '171533.664000', '171533.667000', '171533.669000', '171533.672000', '171533.674000', '171533.677000', '171533.679000', '171533.682000', '171533.684000', '171533.687000', '171533.690000', '171533.692000', '171533.695000', '171533.697000', '171533.700000', '171553.589000', '171553.592000', '171553.594000', '171553.597000', '171553.600000', '171553.602000', '171553.605000', '171553.607000', '171553.610000', '171553.612000', '171553.615000', '171553.618000', '171553.620000', '171553.623000', '171553.625000', '171553.628000', '171553.631000', '171553.633000', '171553.636000', '171553.638000', '171553.641000', '171553.643000', '171553.646000', '171553.648000', '171553.651000', '171553.654000', '171553.656000', '171553.659000', '171553.661000', '171553.664000', '171553.667000', '171553.669000', '171553.672000', '171553.674000', '171553.677000', '171553.679000', '171553.682000', '171553.685000', '171553.687000', '171553.690000', '171553.692000', '171553.695000', '171553.698000', '171613.589000', '171613.592000', '171613.594000', '171613.597000', '171613.600000', '171613.602000', '171613.605000', '171613.608000', '171613.610000', '171613.613000', '171613.615000', '171613.618000', '171613.620000', '171613.623000', '171613.626000', '171613.628000', '171613.631000', '171613.633000', '171613.636000', '171613.639000', '171613.641000', '171613.644000', '171613.646000', '171613.649000', '171613.652000', '171613.654000', '171613.657000', '171613.659000', '171613.662000', '171613.665000', '171613.667000', '171613.670000', '171613.672000', '171613.675000', '171613.678000', '171613.680000', '171613.683000', '171613.685000', '171613.688000', '171613.690000', '171613.693000', '171613.696000', '171613.698000', '171613.701000', '171633.589000', '171633.592000', '171633.594000', '171633.597000', '171633.599000', '171633.602000', '171633.605000', '171633.607000', '171633.610000', '171633.613000', '171633.615000', '171633.618000', '171633.636000', '171633.639000', '171633.642000', '171633.644000', '171633.647000', '171633.649000', '171633.652000', '171633.654000', '171633.657000', '171633.660000', '171633.662000', '171633.665000', '171633.667000', '171633.670000', '171633.673000', '171633.675000', '171633.678000', '171633.681000', '171633.683000', '171633.686000', '171633.688000', '171633.691000', '171633.693000', '171633.696000', '171633.699000', '171633.701000', '171633.704000', '171633.706000', '171633.709000', '171633.712000', '171633.715000', '171653.589000', '171653.591000', '171653.594000', '171653.597000', '171653.599000', '171653.602000', '171653.604000', '171653.607000', '171653.610000', '171653.612000', '171653.615000', '171653.617000', '171653.620000', '171653.623000', '171653.625000', '171653.628000', '171653.631000', '171653.633000', '171653.636000', '171653.638000', '171653.641000', '171653.644000', '171653.646000', '171653.649000', '171653.651000', '171653.654000', '171653.657000', '171653.659000', '171653.662000', '171653.664000', '171653.667000', '171653.670000', '171653.672000', '171653.675000', '171653.677000', '171653.680000', '171653.683000', '171653.685000', '171653.688000', '171653.690000', '171653.693000', '171653.696000', '171653.698000', '171653.701000', '171713.589000', '171713.591000', '171713.594000', '171713.597000', '171713.599000', '171713.602000', '171713.605000', '171713.607000', '171713.610000', '171713.613000', '171713.615000', '171713.618000', '171713.620000', '171713.623000', '171713.626000', '171713.628000', '171713.631000', '171713.633000', '171713.636000', '171713.639000', '171713.641000', '171713.644000', '171713.646000', '171713.649000', '171713.652000', '171713.654000', '171713.657000', '171713.660000', '171713.662000', '171713.665000', '171713.667000', '171713.670000', '171713.673000', '171713.675000', '171713.678000', '171713.680000', '171713.683000', '171713.685000', '171713.688000', '171713.691000', '171713.693000', '171713.696000', '171713.698000', '171733.589000', '171733.592000', '171733.594000', '171733.597000', '171733.599000', '171733.602000', '171733.605000', '171733.607000', '171733.610000', '171733.613000', '171733.615000', '171733.618000', '171733.621000', '171733.623000', '171733.626000', '171733.628000', '171733.631000', '171733.633000', '171733.636000', '171733.639000', '171733.641000', '171733.644000', '171733.646000', '171733.649000', '171733.652000', '171733.654000', '171733.657000', '171733.659000', '171733.662000', '171733.664000', '171733.667000', '171733.670000', '171733.672000', '171733.675000', '171733.677000', '171733.680000', '171733.682000', '171733.685000', '171733.688000', '171733.691000', '171733.693000', '171733.696000', '171733.698000', '171733.701000', '171753.589000', '171753.592000', '171753.594000', '171753.597000', '171753.600000', '171753.602000', '171753.605000', '171753.607000', '171753.621000', '171753.624000', '171753.626000', '171753.629000', '171753.631000', '171753.634000', '171753.637000', '171753.639000', '171753.642000', '171753.644000', '171753.647000', '171753.650000', '171753.652000', '171753.655000', '171753.657000', '171753.660000', '171753.663000', '171753.665000', '171753.668000', '171753.670000', '171753.673000', '171753.676000', '171753.678000', '171753.681000', '171753.683000', '171753.686000', '171753.689000', '171753.691000', '171753.694000', '171753.697000', '171753.699000', '171753.702000', '171753.704000', '171753.707000', '171753.710000', '171813.589000', '171813.592000', '171813.595000', '171813.598000', '171813.601000', '171813.603000', '171813.606000', '171813.609000', '171813.611000', '171813.614000', '171813.617000', '171813.619000', '171813.622000', '171813.624000', '171813.627000', '171813.630000', '171813.632000', '171813.635000', '171813.637000', '171813.640000', '171813.643000', '171813.645000', '171813.648000', '171813.651000', '171813.653000', '171813.656000', '171813.658000', '171813.661000', '171813.663000', '171813.666000', '171813.669000', '171813.671000', '171813.674000', '171813.676000', '171813.679000', '171813.682000', '171813.684000', '171813.687000', '171813.689000', '171813.692000', '171813.695000', '171813.697000', '171813.700000', '171833.589000', '171833.591000', '171833.594000', '171833.597000', '171833.599000', '171833.602000', '171833.604000', '171833.607000', '171833.610000', '171833.612000', '171833.615000', '171833.618000', '171833.620000', '171833.623000', '171833.625000', '171833.628000', '171833.631000', '171833.633000', '171833.636000', '171833.638000', '171833.641000', '171833.644000', '171833.646000', '171833.649000', '171833.651000', '171833.654000', '171833.657000', '171833.659000', '171833.662000', '171833.664000', '171833.667000', '171833.670000', '171833.672000', '171833.675000', '171833.677000', '171833.680000', '171833.683000', '171833.685000', '171833.688000', '171833.691000', '171833.693000', '171833.696000', '171833.698000', '171833.701000', '171853.589000', '171853.592000', '171853.594000', '171853.597000', '171853.599000', '171853.602000', '171853.605000', '171853.607000', '171853.610000', '171853.613000', '171853.616000', '171853.619000', '171853.621000', '171853.624000', '171853.627000', '171853.629000', '171853.632000', '171853.634000', '171853.637000', '171853.640000', '171853.642000', '171853.645000', '171853.648000', '171853.650000', '171853.653000', '171853.655000', '171853.658000', '171853.661000', '171853.663000', '171853.666000', '171853.668000', '171853.671000', '171853.674000', '171853.676000', '171853.679000', '171853.682000', '171853.684000', '171853.687000', '171853.689000', '171853.692000', '171853.695000', '171853.697000', '171853.700000', '171913.589000', '171913.592000', '171913.594000', '171913.597000', '171913.600000', '171913.602000', '171913.615000', '171913.618000', '171913.620000', '171913.623000', '171913.625000', '171913.628000', '171913.631000', '171913.633000', '171913.636000', '171913.638000', '171913.641000', '171913.643000', '171913.646000', '171913.649000', '171913.651000', '171913.654000', '171913.657000', '171913.659000', '171913.662000', '171913.664000', '171913.667000', '171913.670000', '171913.672000', '171913.675000', '171913.678000', '171913.680000', '171913.683000', '171913.686000', '171913.688000', '171913.691000', '171913.694000', '171913.696000', '171913.699000', '171913.702000', '171913.704000', '171913.707000', '171913.709000', '171913.712000', '171933.589000', '171933.592000', '171933.594000', '171933.597000', '171933.600000', '171933.602000', '171933.605000', '171933.608000', '171933.610000', '171933.613000', '171933.615000', '171933.618000', '171933.620000', '171933.623000', '171933.626000', '171933.628000', '171933.631000', '171933.633000', '171933.636000', '171933.639000', '171933.641000', '171933.644000', '171933.647000', '171933.649000', '171933.652000', '171933.654000', '171933.657000', '171933.659000', '171933.662000', '171933.665000', '171933.667000', '171933.670000', '171933.673000', '171933.675000', '171933.678000', '171933.681000', '171933.683000', '171933.686000', '171933.688000', '171933.691000', '171933.694000', '171933.696000', '171933.699000', '171933.701000', '171953.589000', '171953.592000', '171953.594000', '171953.597000', '171953.600000', '171953.602000', '171953.605000', '171953.608000', '171953.610000', '171953.613000', '171953.616000', '171953.618000', '171953.621000', '171953.623000', '171953.626000', '171953.628000', '171953.631000', '171953.634000', '171953.636000', '171953.639000', '171953.642000', '171953.644000', '171953.647000', '171953.649000', '171953.652000', '171953.655000', '171953.657000', '171953.660000', '171953.663000', '171953.665000', '171953.668000', '171953.671000', '171953.673000', '171953.676000', '171953.678000', '171953.681000', '171953.684000', '171953.686000', '171953.689000', '171953.691000', '171953.694000', '171953.697000', '171953.699000', '171954.283000', '171954.287000'], '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, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [13006, 14917, 10377, 17730, 13575, 15892, 14375, 9865, 15705, 11309, 17687, 13327, 17090, 13992, 9587, 14891, 10585, 16738, 12466, 13276, 13705, 9599, 15483, 11837, 17328, 13016, 15769, 12899, 11760, 14468, 9435, 15895, 11823, 17276, 13037, 15154, 13416, 10690, 14642, 10425, 16729, 12555, 16059, 12706, 10418, 13372, 10371, 15919, 12618, 17357, 12945, 14696, 13057, 9310, 14151, 10061, 15050, 11875, 15210, 12704, 9541, 14457, 10088, 16623, 12170, 16715, 12791, 15166, 13231, 12293, 13706, 9917, 16086, 11784, 16614, 12692, 12874, 13609, 9492, 15706, 10919, 16828, 13157, 16220, 12803, 10553, 13329, 9088, 14965, 10841, 16422, 12429, 16599, 12746, 16521, 13001, 11477, 13395, 9228, 15219, 10237, 17141, 12901, 15855, 13225, 9736, 14039, 10629, 16734, 12675, 16759, 13084, 13581, 13634, 9495, 15438, 11422, 16962, 12710, 13907, 13266, 9504, 15486, 11010, 17397, 13126, 16338, 13442, 11128, 14617, 10046, 16301, 12021, 17335, 13252, 9590, 14448, 10505, 17218, 12694, 16921, 13047, 12787, 13082, 9408, 14887, 10478, 16894, 12801, 16355, 13340, 9841, 14101, 9792, 16018, 11874, 16953, 12911, 15837, 12810, 10348, 14474, 10361, 16243, 12473, 15536, 12888, 9809, 14030, 10551, 16395, 12428, 16306, 12745, 11307, 14280, 9618, 15729, 10230, 16609, 12501, 17459, 13137, 16048, 12865, 11390, 13418, 9986, 15370, 12050, 16426, 12676, 11873, 13589, 10367, 16179, 12295, 16971, 12435, 16849, 12698, 16506, 12738, 16404, 12440, 13510, 13078, 9387, 14040, 9760, 15300, 11058, 16728, 12485, 16840, 12886, 16483, 13024, 16035, 12974, 10870, 13231, 9236, 14818, 9821, 16409, 12564, 16903, 13078, 10213, 13830, 9745, 15959, 10551, 16807, 11900, 16725, 12577, 16859, 12852, 16521, 12802, 15337, 12852, 11324, 13723, 9076, 15461, 10753, 16851, 12759, 16035, 12504, 11268, 13335, 9309, 15803, 9846, 16317, 11922, 17317, 13827, 12900, 13330, 9555, 16794, 12894, 10401, 14230, 11026, 14799, 12962, 9297, 15830, 12886, 9252, 16532, 13452, 10315, 15662, 11805, 18554, 14397, 10552, 16980, 13381, 18012, 13851, 9919, 16234, 13403, 13475, 14265, 10714, 15636, 12968, 11202, 15930, 12481, 14068, 14838, 10434, 17310, 13812, 9919, 15140, 12477, 13219, 13503, 9827, 16689, 13157, 10915, 14598, 10068, 16662, 13215, 13870, 14663, 10094, 16413, 13047, 17831, 13488, 11402, 15508, 11001, 17107, 13063, 18033, 13737, 10184, 15641, 10767, 16831, 13689, 17335, 13131, 11658, 14515, 10133, 15491, 11632, 17178, 12926, 16812, 13022, 17010, 13559, 9831, 14227, 9729, 15536, 12156, 14958, 12723, 9515, 14857, 10772, 16051, 13074, 16282, 12694, 13071, 13799, 13453, 15293, 10205, 16166, 13220, 16636, 13095, 11143, 14695, 11265, 16583, 12936, 14555, 13958, 9671, 16035, 11726, 16872, 12929, 15866, 13579, 9865, 15242, 12132, 16674, 13008, 12636, 13490, 9934, 15573, 11973, 16356, 12680, 16028, 12701, 10728, 14629, 9837, 15742, 12364, 16133, 12728, 9906, 14744, 10394, 16036, 12862, 13566, 12665, 9713, 14942, 10020, 15991, 12212, 17032, 13188, 13053, 13852, 9932, 15485, 11834, 17010, 12800, 11652, 14110, 10173, 16268, 12601, 17279, 13081, 17102, 12716, 14875, 13835, 9763, 15023, 11365, 16453, 12645, 14551, 13499, 9769, 15084, 10710, 16371, 13001, 16625, 12999, 10787, 14846, 10058, 16345, 12115, 17029, 12935, 13526, 13817, 9859, 15273, 12079, 17043, 12681, 14310, 13562, 10180, 14435, 10426, 16392, 12520, 16504, 12818, 12554, 13373, 9454, 15818, 10749, 16244, 12099, 16597, 12983, 15193, 12911, 10712, 13929, 9988, 16004, 11918, 16432, 12902, 14120, 12979, 10061, 14881, 10079, 15891, 11102, 16155, 12576, 16017, 12683, 12583, 13771, 10039, 15159, 11390, 16615, 12466, 15841, 12722, 10629, 14191, 10500, 16483, 12609, 16127, 12796, 14109, 13394, 9725, 14665, 9898, 15358, 11436, 15972, 12397, 13101, 13078, 10089, 14490, 9976, 15182, 9993, 15142, 11361, 15348, 11871, 16153, 12543, 16410, 12476, 15375, 13096, 10643, 14347, 10013, 16176, 12745, 12078, 13972, 10384, 16751, 13104, 12070, 14401, 10179, 15886, 11727, 16833, 12900, 16178, 12549, 10386, 13757, 10117, 16129, 12728, 11595, 13980, 10192, 15538, 12079, 10839, 13742, 11387, 11742, 13830, 9900, 15731, 11100, 16723, 13091, 16381, 13170, 9905, 14954, 11998, 17261, 13424, 13260, 13560, 10434, 15542, 11595, 16883, 13080, 16653, 13217, 11996, 13933, 9959, 15668, 11949, 16360, 13022, 11117, 14898, 11430, 16825, 12986, 11902, 13530, 9877, 15644, 11950, 16208, 12679, 11208, 14077, 10680, 16273, 12695, 12539, 13096, 9769, 15655, 12265, 13321, 13403, 9667, 15481, 12496, 15231, 12825, 9738, 15113, 11175, 17002, 13292, 10994, 14311, 10951, 16487, 13048, 9931, 14524, 11255, 16710, 12829, 12035, 13692, 10095, 16211, 12566, 16333, 12638, 11639, 13591, 9625, 15580, 12449, 16275, 12317, 10902, 13665, 9653, 15964, 11900, 16310, 12873, 13880, 13332, 9740, 15011, 10656, 15605, 12614, 16232, 12277, 10244, 13585, 9804, 16202, 12457, 16217, 12954, 11920, 13565, 10278, 15270, 11665, 16671, 13162, 14198, 13340, 10797, 15384, 10988, 16540, 12757, 14395, 12924, 10625, 14771, 10904, 16803, 12998, 16577, 12941, 10803, 14521, 10456, 16588, 12731, 16736, 13014, 9636, 14528, 10212, 16784, 12729, 14967, 13513, 9613, 15238, 11436, 16901, 12781, 16260, 13416, 9488, 14584, 11137, 16525, 12934, 16065, 13223, 9639, 14583, 9677, 15881, 12083, 16892, 12748, 12579, 13634, 9867, 15637, 10437, 16732, 12698, 16769, 12890, 13792, 12908, 9710, 15023, 11163, 16568, 12790, 13444, 13004, 10292, 15408, 10390, 16916, 13157, 15934, 13243, 10793, 15689, 11246, 17048, 13415, 14443, 13454, 10305, 15905, 12106, 13459, 13671, 10036, 16671, 13418, 10075, 14674, 10961, 17864, 13485, 13180, 14115, 10297, 17125, 13063, 10822, 15010, 11895, 16444, 13639, 10062, 16491, 12861, 17358, 14359, 9712, 15281, 11930, 17406, 13469, 11905, 14930, 11394, 17659, 13576, 13626, 14205, 9970, 16861, 12905, 16270, 13288, 11083, 14948, 10586, 17111, 13231, 17552, 13731, 10338, 15005, 10666, 17157, 13016, 14993, 13477, 9834, 15460, 12163, 16761, 13358, 10506, 14691, 10620, 17378, 13387, 17094, 13519, 9800, 14893, 10422, 16966, 13400, 16665, 13683, 9541, 14581, 10629, 16574, 13227, 15441, 13494, 9652, 15955, 12294, 17322, 13275, 13131, 13914, 10451, 16520, 12433, 17585, 13709, 17094, 13453, 11495, 14533, 9981, 16269, 12285, 16962, 13026, 14568, 13039, 10757, 15393, 9994, 16912, 12983, 17151, 13265, 13102, 14240, 10249, 16424, 12879, 10296, 15971, 12865, 10422, 15929, 12817, 10275, 15556, 12331, 17819, 13654, 12185, 15147, 12418, 14859, 13361, 9517, 16323, 13069, 12990, 13210, 10088, 16649, 12764, 13904, 13439, 9761, 16297, 13022, 14095, 13896, 10119, 15673, 11640, 17681, 13344, 16523, 13368, 12939, 13940, 9720, 15788, 12284, 17254, 13089, 16967, 13896, 9683, 14927, 11752, 17339, 12764, 16410, 13463, 9307, 14155, 10741, 16857, 13045, 17222, 13691, 12487, 13557, 9714, 16381, 10653, 16722, 13437, 16168, 13234, 9982, 14634, 9850, 16406, 12718, 16693, 13033, 12439, 14261, 9841, 15602, 10589, 16579, 12574, 17347, 13198, 16850, 13169, 16191, 12740, 12341, 13581, 9524, 15319, 10525, 16451, 11565, 17081, 12753, 17112, 13058, 15826, 13500, 9256, 15069, 11876, 15107, 12745, 10260, 14864, 10792, 16443, 12548, 14719, 12940, 10434, 14104, 10185, 16292, 12688, 17147, 12497, 14670, 13170, 9201, 14355, 10937, 15955, 12907, 15716, 12651, 13284, 12831, 10158, 14300, 9451, 15142, 10319, 16437, 12439, 16181, 13024, 10849, 13047, 9717, 15440, 12453, 16430, 12972, 13607, 12554, 9596, 14913, 11532, 16882, 12947, 12862, 13226, 9341, 15363, 11906, 16678, 13075, 13769, 12721, 9573, 14984, 11706, 16525, 12907, 15037, 12808, 9173, 14682, 9795, 16217, 11767, 16306, 13110, 16651, 12904, 13414, 13011, 11093, 14315, 10196, 15591, 12895, 16688, 12956, 16325, 12900, 10843, 12992, 9316, 14723, 10087, 15642, 11689, 16841, 12892, 16988, 12975, 14575, 12976, 10438, 14562, 9968, 16223, 11732, 16611, 12923, 16090, 13430, 10702, 14277, 9358, 15391, 10789, 16678, 12318, 16700, 12980, 15957, 12565, 11878, 13696, 9977, 15666, 12362, 16798, 12440, 16208, 12915, 11256, 13202, 9198, 15120, 10179, 15981, 12254, 16826, 12577, 15844, 12979, 12125, 13393, 9100, 14945, 10331, 16069, 11921, 16557, 12664, 16038, 12540, 10852, 13328, 9828, 15284, 12455, 15776, 12970, 9661, 13992, 9724, 15753, 11574, 16354, 12495, 13279, 13109, 9224, 15358, 11728, 16871, 12843, 10699, 13712, 9696, 15251, 11446, 16474, 12889, 14345, 12892, 10018, 14829, 9782, 16106, 12226, 16456, 12656, 14965, 12784, 10026, 14498, 11033, 16307, 12552, 13174, 13165, 10108, 14420, 9713, 15580, 11210, 16238, 13006, 16107, 12457, 10735, 13476, 9643, 15628, 12471, 15436, 12778, 9320, 14536, 11309, 16718, 12464, 15729, 12728, 10174, 13405, 9438, 15861, 12146, 16406, 13122, 10661, 13129, 9371, 14641, 11831, 15249, 12457, 12301, 12458, 9673, 14208, 9759, 15154, 10177, 16119, 12410, 16546, 12531, 12680, 13285, 9492, 15080, 12726, 16252, 12476, 12575, 12476, 9453, 14972, 11597, 16583, 12599, 16397, 12756, 16155, 12953, 11283, 13181, 9277, 14795, 10063, 15122, 10968, 16009, 12365, 15201, 12210, 11864, 12895, 10138, 14362, 9267, 15246, 10494, 16252, 11074, 16146, 10207, 15393, 10419, 15244, 12237, 15401, 12594, 15257, 12195, 15411, 12403, 15759, 12227, 15798, 11962, 16183, 12404, 12420, 12619, 9842, 15245, 11913, 11327, 13152, 11670, 13731, 11073, 14048, 11150, 14679, 10631, 15064, 10400, 15380, 13368, 16221, 13028, 15940, 12922, 15191, 12854, 15352, 12567, 11570, 13684, 10251, 15035, 11147, 16085, 11211, 15598, 11524, 15489, 12461, 15728, 12313, 14979, 12485, 9853, 13226, 9042, 13940, 10365, 15543, 12466, 15739, 12533, 15524, 12268, 15265, 12309, 9403, 13321, 9553, 15139, 11309, 15095, 12513, 15417, 12323, 12942, 12284, 10657, 13392, 9332, 15149, 11840], 'WindowCenter': [4742.0, 4746.0, 4683.0, 4763.0, 4722.0, 4728.0, 4716.0, 4657.0, 4715.0, 4674.0, 4723.0, 4693.0, 4713.0, 4703.0, 4644.0, 4703.0, 4653.0, 4723.0, 4683.0, 4694.0, 4705.0, 4654.0, 4715.0, 4675.0, 4724.0, 4696.0, 4704.0, 4684.0, 4673.0, 4693.0, 4634.0, 4702.0, 4662.0, 4709.0, 4671.0, 4688.0, 4681.0, 4639.0, 4690.0, 4641.0, 4700.0, 4670.0, 4700.0, 4681.0, 4652.0, 4681.0, 4653.0, 4712.0, 4682.0, 4722.0, 4683.0, 4701.0, 4684.0, 4642.0, 4693.0, 4653.0, 4703.0, 4682.0, 4713.0, 4697.0, 4656.0, 4707.0, 4667.0, 4726.0, 4684.0, 4714.0, 4685.0, 4702.0, 4683.0, 4672.0, 4682.0, 4640.0, 4700.0, 4670.0, 4711.0, 4682.0, 4670.0, 4692.0, 4641.0, 4700.0, 4663.0, 4712.0, 4682.0, 4711.0, 4683.0, 4653.0, 4693.0, 4645.0, 4704.0, 4675.0, 4724.0, 4692.0, 4724.0, 4694.0, 4723.0, 4696.0, 4673.0, 4695.0, 4644.0, 4712.0, 4665.0, 4724.0, 4692.0, 4713.0, 4695.0, 4655.0, 4705.0, 4666.0, 4725.0, 4695.0, 4725.0, 4696.0, 4694.0, 4704.0, 4654.0, 4714.0, 4675.0, 4724.0, 4696.0, 4693.0, 4695.0, 4654.0, 4715.0, 4676.0, 4725.0, 4695.0, 4714.0, 4694.0, 4664.0, 4702.0, 4642.0, 4702.0, 4671.0, 4712.0, 4683.0, 4642.0, 4692.0, 4653.0, 4711.0, 4683.0, 4710.0, 4684.0, 4681.0, 4682.0, 4641.0, 4701.0, 4662.0, 4713.0, 4681.0, 4712.0, 4693.0, 4654.0, 4704.0, 4654.0, 4712.0, 4673.0, 4710.0, 4683.0, 4701.0, 4683.0, 4642.0, 4691.0, 4652.0, 4711.0, 4671.0, 4702.0, 4682.0, 4643.0, 4693.0, 4663.0, 4713.0, 4686.0, 4724.0, 4696.0, 4664.0, 4704.0, 4642.0, 4703.0, 4653.0, 4711.0, 4671.0, 4711.0, 4671.0, 4700.0, 4669.0, 4660.0, 4680.0, 4640.0, 4699.0, 4672.0, 4711.0, 4683.0, 4673.0, 4693.0, 4654.0, 4713.0, 4685.0, 4724.0, 4684.0, 4713.0, 4683.0, 4711.0, 4683.0, 4701.0, 4672.0, 4680.0, 4681.0, 4631.0, 4691.0, 4641.0, 4702.0, 4662.0, 4711.0, 4683.0, 4722.0, 4684.0, 4713.0, 4684.0, 4702.0, 4683.0, 4651.0, 4682.0, 4631.0, 4691.0, 4641.0, 4701.0, 4679.0, 4711.0, 4683.0, 4653.0, 4693.0, 4643.0, 4714.0, 4664.0, 4724.0, 4674.0, 4714.0, 4683.0, 4713.0, 4684.0, 4713.0, 4684.0, 4703.0, 4684.0, 4663.0, 4693.0, 4632.0, 4703.0, 4664.0, 4724.0, 4695.0, 4715.0, 4696.0, 4676.0, 4706.0, 4657.0, 4716.0, 4667.0, 4726.0, 4688.0, 4737.0, 4720.0, 4709.0, 4709.0, 4669.0, 4738.0, 4710.0, 4680.0, 4717.0, 4689.0, 4728.0, 4720.0, 4681.0, 4739.0, 4709.0, 4671.0, 4740.0, 4720.0, 4692.0, 4742.0, 4713.0, 4761.0, 4732.0, 4692.0, 4750.0, 4720.0, 4749.0, 4719.0, 4669.0, 4737.0, 4709.0, 4717.0, 4718.0, 4691.0, 4752.0, 4721.0, 4700.0, 4738.0, 4709.0, 4719.0, 4728.0, 4690.0, 4750.0, 4732.0, 4682.0, 4739.0, 4710.0, 4718.0, 4718.0, 4680.0, 4748.0, 4721.0, 4701.0, 4731.0, 4681.0, 4750.0, 4720.0, 4719.0, 4730.0, 4680.0, 4741.0, 4720.0, 4748.0, 4707.0, 4687.0, 4727.0, 4678.0, 4737.0, 4696.0, 4734.0, 4695.0, 4654.0, 4712.0, 4664.0, 4713.0, 4692.0, 4712.0, 4682.0, 4661.0, 4691.0, 4651.0, 4701.0, 4661.0, 4710.0, 4671.0, 4709.0, 4680.0, 4699.0, 4679.0, 4637.0, 4679.0, 4639.0, 4700.0, 4672.0, 4701.0, 4682.0, 4652.0, 4703.0, 4663.0, 4713.0, 4683.0, 4702.0, 4683.0, 4680.0, 4682.0, 4680.0, 4690.0, 4640.0, 4699.0, 4669.0, 4698.0, 4669.0, 4647.0, 4678.0, 4649.0, 4698.0, 4669.0, 4678.0, 4679.0, 4627.0, 4698.0, 4671.0, 4709.0, 4669.0, 4698.0, 4668.0, 4638.0, 4687.0, 4658.0, 4698.0, 4669.0, 4658.0, 4668.0, 4638.0, 4688.0, 4659.0, 4698.0, 4669.0, 4698.0, 4680.0, 4649.0, 4689.0, 4639.0, 4699.0, 4670.0, 4699.0, 4670.0, 4640.0, 4689.0, 4651.0, 4700.0, 4681.0, 4680.0, 4681.0, 4640.0, 4701.0, 4642.0, 4701.0, 4672.0, 4711.0, 4682.0, 4680.0, 4681.0, 4641.0, 4700.0, 4671.0, 4710.0, 4682.0, 4661.0, 4691.0, 4652.0, 4713.0, 4683.0, 4722.0, 4693.0, 4711.0, 4681.0, 4690.0, 4691.0, 4641.0, 4700.0, 4661.0, 4709.0, 4682.0, 4691.0, 4692.0, 4652.0, 4702.0, 4663.0, 4713.0, 4693.0, 4712.0, 4693.0, 4662.0, 4702.0, 4652.0, 4712.0, 4671.0, 4711.0, 4681.0, 4679.0, 4689.0, 4651.0, 4700.0, 4670.0, 4710.0, 4680.0, 4688.0, 4680.0, 4640.0, 4679.0, 4649.0, 4699.0, 4670.0, 4709.0, 4681.0, 4670.0, 4681.0, 4641.0, 4700.0, 4649.0, 4710.0, 4672.0, 4710.0, 4680.0, 4689.0, 4680.0, 4648.0, 4687.0, 4640.0, 4698.0, 4669.0, 4698.0, 4681.0, 4690.0, 4681.0, 4640.0, 4699.0, 4640.0, 4698.0, 4661.0, 4699.0, 4670.0, 4699.0, 4680.0, 4669.0, 4679.0, 4639.0, 4700.0, 4660.0, 4699.0, 4669.0, 4698.0, 4680.0, 4648.0, 4689.0, 4650.0, 4707.0, 4670.0, 4700.0, 4680.0, 4678.0, 4679.0, 4629.0, 4688.0, 4639.0, 4687.0, 4658.0, 4697.0, 4670.0, 4676.0, 4679.0, 4638.0, 4688.0, 4637.0, 4689.0, 4640.0, 4689.0, 4659.0, 4699.0, 4670.0, 4700.0, 4681.0, 4710.0, 4681.0, 4700.0, 4680.0, 4650.0, 4690.0, 4640.0, 4710.0, 4681.0, 4682.0, 4692.0, 4652.0, 4711.0, 4683.0, 4671.0, 4701.0, 4652.0, 4700.0, 4671.0, 4710.0, 4679.0, 4710.0, 4681.0, 4651.0, 4690.0, 4652.0, 4711.0, 4682.0, 4672.0, 4702.0, 4663.0, 4713.0, 4683.0, 4673.0, 4704.0, 4686.0, 4685.0, 4704.0, 4653.0, 4712.0, 4662.0, 4712.0, 4682.0, 4710.0, 4682.0, 4653.0, 4701.0, 4672.0, 4710.0, 4691.0, 4679.0, 4680.0, 4650.0, 4689.0, 4659.0, 4697.0, 4669.0, 4698.0, 4668.0, 4656.0, 4676.0, 4626.0, 4686.0, 4656.0, 4696.0, 4667.0, 4647.0, 4687.0, 4658.0, 4696.0, 4668.0, 4658.0, 4667.0, 4638.0, 4687.0, 4658.0, 4698.0, 4680.0, 4659.0, 4679.0, 4649.0, 4698.0, 4669.0, 4669.0, 4679.0, 4651.0, 4701.0, 4681.0, 4680.0, 4691.0, 4641.0, 4700.0, 4681.0, 4701.0, 4680.0, 4640.0, 4689.0, 4660.0, 4710.0, 4680.0, 4649.0, 4689.0, 4661.0, 4709.0, 4680.0, 4638.0, 4688.0, 4660.0, 4709.0, 4681.0, 4670.0, 4689.0, 4651.0, 4710.0, 4681.0, 4711.0, 4682.0, 4661.0, 4681.0, 4641.0, 4701.0, 4680.0, 4711.0, 4672.0, 4661.0, 4691.0, 4642.0, 4711.0, 4673.0, 4711.0, 4683.0, 4690.0, 4691.0, 4641.0, 4700.0, 4664.0, 4712.0, 4683.0, 4711.0, 4684.0, 4653.0, 4693.0, 4654.0, 4723.0, 4683.0, 4712.0, 4683.0, 4674.0, 4693.0, 4652.0, 4702.0, 4663.0, 4711.0, 4682.0, 4692.0, 4695.0, 4662.0, 4701.0, 4662.0, 4710.0, 4682.0, 4691.0, 4681.0, 4652.0, 4702.0, 4662.0, 4712.0, 4693.0, 4713.0, 4683.0, 4662.0, 4692.0, 4652.0, 4711.0, 4681.0, 4710.0, 4682.0, 4642.0, 4691.0, 4652.0, 4710.0, 4681.0, 4701.0, 4691.0, 4642.0, 4701.0, 4672.0, 4710.0, 4682.0, 4700.0, 4681.0, 4641.0, 4690.0, 4661.0, 4711.0, 4681.0, 4699.0, 4682.0, 4641.0, 4691.0, 4642.0, 4711.0, 4671.0, 4711.0, 4682.0, 4680.0, 4692.0, 4653.0, 4711.0, 4661.0, 4712.0, 4681.0, 4711.0, 4682.0, 4692.0, 4682.0, 4643.0, 4711.0, 4673.0, 4712.0, 4694.0, 4692.0, 4694.0, 4664.0, 4713.0, 4654.0, 4723.0, 4693.0, 4713.0, 4693.0, 4663.0, 4702.0, 4662.0, 4711.0, 4692.0, 4690.0, 4681.0, 4641.0, 4701.0, 4672.0, 4690.0, 4691.0, 4651.0, 4722.0, 4693.0, 4651.0, 4691.0, 4662.0, 4722.0, 4692.0, 4679.0, 4691.0, 4651.0, 4710.0, 4681.0, 4661.0, 4700.0, 4672.0, 4711.0, 4691.0, 4650.0, 4711.0, 4681.0, 4710.0, 4689.0, 4630.0, 4689.0, 4658.0, 4709.0, 4679.0, 4659.0, 4688.0, 4658.0, 4707.0, 4679.0, 4677.0, 4678.0, 4638.0, 4708.0, 4680.0, 4710.0, 4691.0, 4662.0, 4690.0, 4650.0, 4709.0, 4679.0, 4710.0, 4679.0, 4638.0, 4688.0, 4638.0, 4708.0, 4678.0, 4688.0, 4681.0, 4640.0, 4700.0, 4671.0, 4710.0, 4692.0, 4662.0, 4691.0, 4663.0, 4721.0, 4693.0, 4711.0, 4682.0, 4642.0, 4701.0, 4652.0, 4709.0, 4691.0, 4711.0, 4691.0, 4641.0, 4690.0, 4651.0, 4711.0, 4681.0, 4701.0, 4692.0, 4642.0, 4711.0, 4683.0, 4720.0, 4683.0, 4683.0, 4693.0, 4663.0, 4712.0, 4683.0, 4721.0, 4692.0, 4711.0, 4682.0, 4660.0, 4691.0, 4643.0, 4701.0, 4671.0, 4711.0, 4692.0, 4701.0, 4693.0, 4663.0, 4703.0, 4652.0, 4723.0, 4694.0, 4723.0, 4694.0, 4694.0, 4704.0, 4665.0, 4725.0, 4696.0, 4666.0, 4725.0, 4694.0, 4676.0, 4714.0, 4694.0, 4666.0, 4713.0, 4685.0, 4733.0, 4694.0, 4683.0, 4702.0, 4684.0, 4702.0, 4693.0, 4654.0, 4715.0, 4696.0, 4694.0, 4706.0, 4678.0, 4724.0, 4694.0, 4704.0, 4707.0, 4666.0, 4725.0, 4696.0, 4705.0, 4704.0, 4664.0, 4715.0, 4672.0, 4722.0, 4695.0, 4712.0, 4693.0, 4683.0, 4692.0, 4642.0, 4700.0, 4671.0, 4721.0, 4682.0, 4710.0, 4692.0, 4642.0, 4700.0, 4672.0, 4722.0, 4694.0, 4712.0, 4692.0, 4645.0, 4692.0, 4663.0, 4711.0, 4692.0, 4711.0, 4693.0, 4671.0, 4681.0, 4641.0, 4710.0, 4650.0, 4699.0, 4679.0, 4698.0, 4680.0, 4640.0, 4689.0, 4652.0, 4708.0, 4682.0, 4700.0, 4681.0, 4670.0, 4689.0, 4642.0, 4700.0, 4650.0, 4699.0, 4670.0, 4710.0, 4680.0, 4710.0, 4680.0, 4699.0, 4671.0, 4667.0, 4679.0, 4639.0, 4700.0, 4651.0, 4710.0, 4660.0, 4709.0, 4670.0, 4709.0, 4682.0, 4700.0, 4692.0, 4642.0, 4702.0, 4673.0, 4701.0, 4683.0, 4653.0, 4702.0, 4664.0, 4725.0, 4694.0, 4702.0, 4682.0, 4651.0, 4691.0, 4651.0, 4710.0, 4682.0, 4710.0, 4680.0, 4689.0, 4679.0, 4641.0, 4690.0, 4660.0, 4700.0, 4680.0, 4700.0, 4682.0, 4681.0, 4681.0, 4651.0, 4691.0, 4642.0, 4701.0, 4650.0, 4710.0, 4670.0, 4699.0, 4681.0, 4662.0, 4681.0, 4641.0, 4701.0, 4683.0, 4711.0, 4692.0, 4692.0, 4682.0, 4641.0, 4701.0, 4672.0, 4711.0, 4683.0, 4683.0, 4682.0, 4643.0, 4702.0, 4672.0, 4711.0, 4693.0, 4703.0, 4683.0, 4643.0, 4702.0, 4673.0, 4722.0, 4692.0, 4704.0, 4684.0, 4642.0, 4703.0, 4653.0, 4712.0, 4684.0, 4711.0, 4682.0, 4711.0, 4680.0, 4681.0, 4681.0, 4660.0, 4689.0, 4652.0, 4699.0, 4680.0, 4710.0, 4681.0, 4711.0, 4681.0, 4662.0, 4681.0, 4641.0, 4701.0, 4651.0, 4701.0, 4672.0, 4721.0, 4680.0, 4710.0, 4681.0, 4701.0, 4683.0, 4661.0, 4701.0, 4639.0, 4709.0, 4671.0, 4710.0, 4682.0, 4700.0, 4681.0, 4650.0, 4690.0, 4641.0, 4700.0, 4650.0, 4710.0, 4670.0, 4709.0, 4680.0, 4700.0, 4681.0, 4660.0, 4681.0, 4641.0, 4700.0, 4671.0, 4710.0, 4682.0, 4700.0, 4683.0, 4660.0, 4681.0, 4632.0, 4701.0, 4652.0, 4701.0, 4670.0, 4709.0, 4669.0, 4699.0, 4679.0, 4659.0, 4679.0, 4630.0, 4690.0, 4640.0, 4699.0, 4670.0, 4709.0, 4670.0, 4699.0, 4670.0, 4659.0, 4680.0, 4652.0, 4701.0, 4682.0, 4712.0, 4693.0, 4653.0, 4703.0, 4653.0, 4702.0, 4671.0, 4711.0, 4682.0, 4681.0, 4681.0, 4642.0, 4701.0, 4672.0, 4711.0, 4681.0, 4651.0, 4691.0, 4640.0, 4701.0, 4672.0, 4710.0, 4680.0, 4690.0, 4681.0, 4641.0, 4690.0, 4640.0, 4700.0, 4669.0, 4709.0, 4681.0, 4701.0, 4681.0, 4651.0, 4691.0, 4662.0, 4710.0, 4680.0, 4679.0, 4681.0, 4649.0, 4690.0, 4640.0, 4699.0, 4660.0, 4699.0, 4680.0, 4699.0, 4671.0, 4650.0, 4680.0, 4641.0, 4700.0, 4681.0, 4701.0, 4682.0, 4641.0, 4691.0, 4662.0, 4711.0, 4671.0, 4699.0, 4680.0, 4641.0, 4681.0, 4631.0, 4700.0, 4669.0, 4699.0, 4680.0, 4650.0, 4679.0, 4629.0, 4690.0, 4672.0, 4701.0, 4683.0, 4683.0, 4684.0, 4654.0, 4704.0, 4653.0, 4704.0, 4653.0, 4713.0, 4681.0, 4711.0, 4681.0, 4670.0, 4679.0, 4641.0, 4690.0, 4670.0, 4708.0, 4679.0, 4670.0, 4681.0, 4641.0, 4700.0, 4661.0, 4711.0, 4682.0, 4709.0, 4681.0, 4700.0, 4681.0, 4660.0, 4680.0, 4630.0, 4689.0, 4641.0, 4689.0, 4661.0, 4701.0, 4682.0, 4701.0, 4673.0, 4672.0, 4683.0, 4651.0, 4692.0, 4641.0, 4700.0, 4652.0, 4701.0, 4661.0, 4700.0, 4640.0, 4689.0, 4639.0, 4688.0, 4669.0, 4688.0, 4670.0, 4699.0, 4671.0, 4700.0, 4682.0, 4701.0, 4682.0, 4710.0, 4672.0, 4723.0, 4683.0, 4684.0, 4695.0, 4666.0, 4713.0, 4685.0, 4673.0, 4694.0, 4672.0, 4692.0, 4661.0, 4692.0, 4661.0, 4702.0, 4650.0, 4690.0, 4650.0, 4689.0, 4679.0, 4698.0, 4680.0, 4699.0, 4670.0, 4688.0, 4669.0, 4687.0, 4658.0, 4636.0, 4665.0, 4625.0, 4674.0, 4635.0, 4675.0, 4636.0, 4676.0, 4646.0, 4675.0, 4656.0, 4675.0, 4655.0, 4674.0, 4656.0, 4625.0, 4668.0, 4616.0, 4678.0, 4638.0, 4688.0, 4669.0, 4699.0, 4670.0, 4700.0, 4670.0, 4689.0, 4670.0, 4631.0, 4680.0, 4641.0, 4701.0, 4662.0, 4701.0, 4672.0, 4701.0, 4682.0, 4681.0, 4673.0, 4651.0, 4694.0, 4641.0, 4702.0, 4672.0], 'WindowWidth': [10365.0, 10356.0, 10262.0, 10373.0, 10316.0, 10316.0, 10294.0, 10214.0, 10289.0, 10232.0, 10300.0, 10257.0, 10286.0, 10272.0, 10191.0, 10271.0, 10201.0, 10296.0, 10245.0, 10261.0, 10276.0, 10206.0, 10289.0, 10235.0, 10302.0, 10264.0, 10273.0, 10246.0, 10227.0, 10255.0, 10175.0, 10267.0, 10210.0, 10273.0, 10220.0, 10243.0, 10233.0, 10177.0, 10248.0, 10180.0, 10261.0, 10220.0, 10262.0, 10237.0, 10199.0, 10237.0, 10200.0, 10280.0, 10239.0, 10295.0, 10242.0, 10267.0, 10244.0, 10186.0, 10254.0, 10201.0, 10269.0, 10241.0, 10287.0, 10268.0, 10212.0, 10281.0, 10227.0, 10308.0, 10246.0, 10288.0, 10246.0, 10268.0, 10242.0, 10224.0, 10238.0, 10180.0, 10260.0, 10220.0, 10276.0, 10237.0, 10220.0, 10251.0, 10181.0, 10262.0, 10213.0, 10280.0, 10240.0, 10278.0, 10243.0, 10200.0, 10257.0, 10194.0, 10274.0, 10234.0, 10302.0, 10257.0, 10303.0, 10259.0, 10298.0, 10264.0, 10230.0, 10260.0, 10192.0, 10283.0, 10220.0, 10301.0, 10255.0, 10286.0, 10262.0, 10207.0, 10276.0, 10223.0, 10304.0, 10263.0, 10305.0, 10265.0, 10261.0, 10274.0, 10205.0, 10287.0, 10235.0, 10302.0, 10264.0, 10259.0, 10264.0, 10206.0, 10290.0, 10237.0, 10303.0, 10262.0, 10289.0, 10258.0, 10216.0, 10266.0, 10184.0, 10268.0, 10222.0, 10281.0, 10239.0, 10185.0, 10252.0, 10199.0, 10280.0, 10241.0, 10276.0, 10244.0, 10237.0, 10239.0, 10183.0, 10265.0, 10213.0, 10282.0, 10239.0, 10282.0, 10255.0, 10205.0, 10273.0, 10202.0, 10280.0, 10228.0, 10276.0, 10241.0, 10267.0, 10241.0, 10184.0, 10249.0, 10196.0, 10276.0, 10224.0, 10267.0, 10239.0, 10187.0, 10254.0, 10214.0, 10284.0, 10250.0, 10302.0, 10264.0, 10218.0, 10272.0, 10185.0, 10268.0, 10201.0, 10279.0, 10220.0, 10276.0, 10221.0, 10259.0, 10216.0, 10205.0, 10231.0, 10177.0, 10258.0, 10225.0, 10278.0, 10241.0, 10228.0, 10256.0, 10204.0, 10282.0, 10248.0, 10298.0, 10244.0, 10283.0, 10241.0, 10279.0, 10240.0, 10263.0, 10225.0, 10235.0, 10237.0, 10168.0, 10251.0, 10183.0, 10266.0, 10212.0, 10279.0, 10243.0, 10296.0, 10246.0, 10283.0, 10245.0, 10267.0, 10240.0, 10195.0, 10237.0, 10168.0, 10250.0, 10182.0, 10264.0, 10233.0, 10278.0, 10241.0, 10201.0, 10255.0, 10188.0, 10287.0, 10217.0, 10300.0, 10231.0, 10285.0, 10242.0, 10284.0, 10244.0, 10283.0, 10244.0, 10269.0, 10244.0, 10214.0, 10254.0, 10173.0, 10270.0, 10218.0, 10299.0, 10261.0, 10289.0, 10264.0, 10237.0, 10279.0, 10212.0, 10294.0, 10226.0, 10307.0, 10258.0, 10325.0, 10305.0, 10290.0, 10289.0, 10234.0, 10325.0, 10291.0, 10249.0, 10297.0, 10261.0, 10313.0, 10308.0, 10256.0, 10331.0, 10290.0, 10240.0, 10333.0, 10307.0, 10271.0, 10341.0, 10300.0, 10367.0, 10327.0, 10271.0, 10346.0, 10305.0, 10345.0, 10301.0, 10232.0, 10324.0, 10287.0, 10297.0, 10300.0, 10266.0, 10355.0, 10309.0, 10277.0, 10328.0, 10290.0, 10302.0, 10314.0, 10264.0, 10350.0, 10330.0, 10259.0, 10332.0, 10292.0, 10303.0, 10302.0, 10252.0, 10344.0, 10311.0, 10284.0, 10325.0, 10256.0, 10349.0, 10309.0, 10304.0, 10323.0, 10251.0, 10339.0, 10307.0, 10344.0, 10286.0, 10255.0, 10311.0, 10244.0, 10328.0, 10267.0, 10319.0, 10262.0, 10205.0, 10283.0, 10218.0, 10286.0, 10253.0, 10282.0, 10239.0, 10208.0, 10251.0, 10196.0, 10264.0, 10209.0, 10274.0, 10221.0, 10273.0, 10233.0, 10258.0, 10230.0, 10170.0, 10228.0, 10175.0, 10259.0, 10225.0, 10265.0, 10242.0, 10201.0, 10271.0, 10216.0, 10283.0, 10242.0, 10267.0, 10241.0, 10233.0, 10237.0, 10232.0, 10247.0, 10175.0, 10257.0, 10214.0, 10256.0, 10216.0, 10183.0, 10225.0, 10187.0, 10255.0, 10217.0, 10227.0, 10229.0, 10157.0, 10253.0, 10221.0, 10271.0, 10216.0, 10254.0, 10213.0, 10171.0, 10237.0, 10199.0, 10255.0, 10214.0, 10198.0, 10213.0, 10172.0, 10240.0, 10203.0, 10255.0, 10217.0, 10256.0, 10231.0, 10189.0, 10244.0, 10175.0, 10257.0, 10219.0, 10258.0, 10218.0, 10177.0, 10245.0, 10194.0, 10261.0, 10236.0, 10234.0, 10236.0, 10179.0, 10263.0, 10184.0, 10264.0, 10223.0, 10277.0, 10237.0, 10235.0, 10235.0, 10181.0, 10260.0, 10221.0, 10276.0, 10238.0, 10209.0, 10250.0, 10199.0, 10283.0, 10241.0, 10294.0, 10254.0, 10279.0, 10237.0, 10248.0, 10249.0, 10180.0, 10260.0, 10209.0, 10275.0, 10239.0, 10252.0, 10254.0, 10199.0, 10266.0, 10217.0, 10284.0, 10256.0, 10282.0, 10254.0, 10212.0, 10266.0, 10199.0, 10280.0, 10223.0, 10278.0, 10236.0, 10232.0, 10246.0, 10196.0, 10261.0, 10219.0, 10273.0, 10232.0, 10242.0, 10231.0, 10177.0, 10231.0, 10188.0, 10257.0, 10218.0, 10273.0, 10237.0, 10220.0, 10236.0, 10180.0, 10262.0, 10189.0, 10273.0, 10224.0, 10274.0, 10232.0, 10244.0, 10232.0, 10186.0, 10240.0, 10178.0, 10256.0, 10217.0, 10256.0, 10235.0, 10248.0, 10236.0, 10180.0, 10259.0, 10179.0, 10257.0, 10207.0, 10259.0, 10220.0, 10260.0, 10233.0, 10215.0, 10231.0, 10176.0, 10261.0, 10205.0, 10258.0, 10217.0, 10257.0, 10232.0, 10188.0, 10244.0, 10192.0, 10268.0, 10220.0, 10262.0, 10233.0, 10228.0, 10229.0, 10160.0, 10240.0, 10175.0, 10239.0, 10199.0, 10254.0, 10219.0, 10225.0, 10231.0, 10173.0, 10242.0, 10172.0, 10244.0, 10178.0, 10244.0, 10204.0, 10259.0, 10221.0, 10262.0, 10235.0, 10274.0, 10237.0, 10261.0, 10234.0, 10190.0, 10246.0, 10180.0, 10273.0, 10238.0, 10240.0, 10252.0, 10198.0, 10278.0, 10241.0, 10223.0, 10264.0, 10197.0, 10262.0, 10220.0, 10273.0, 10231.0, 10274.0, 10235.0, 10196.0, 10248.0, 10197.0, 10277.0, 10241.0, 10226.0, 10267.0, 10216.0, 10285.0, 10244.0, 10230.0, 10272.0, 10252.0, 10249.0, 10274.0, 10202.0, 10281.0, 10211.0, 10282.0, 10237.0, 10279.0, 10239.0, 10200.0, 10263.0, 10226.0, 10277.0, 10249.0, 10230.0, 10232.0, 10190.0, 10243.0, 10202.0, 10251.0, 10214.0, 10255.0, 10212.0, 10193.0, 10219.0, 10152.0, 10231.0, 10192.0, 10248.0, 10209.0, 10184.0, 10237.0, 10198.0, 10249.0, 10212.0, 10198.0, 10210.0, 10170.0, 10238.0, 10199.0, 10253.0, 10232.0, 10204.0, 10230.0, 10188.0, 10255.0, 10214.0, 10215.0, 10230.0, 10194.0, 10263.0, 10236.0, 10234.0, 10249.0, 10183.0, 10261.0, 10237.0, 10263.0, 10234.0, 10179.0, 10244.0, 10205.0, 10274.0, 10232.0, 10190.0, 10242.0, 10208.0, 10272.0, 10233.0, 10174.0, 10241.0, 10204.0, 10273.0, 10236.0, 10219.0, 10246.0, 10194.0, 10274.0, 10236.0, 10278.0, 10237.0, 10208.0, 10235.0, 10181.0, 10262.0, 10236.0, 10278.0, 10227.0, 10210.0, 10250.0, 10184.0, 10278.0, 10228.0, 10278.0, 10241.0, 10250.0, 10250.0, 10181.0, 10261.0, 10214.0, 10279.0, 10241.0, 10279.0, 10244.0, 10200.0, 10257.0, 10204.0, 10298.0, 10242.0, 10283.0, 10243.0, 10233.0, 10256.0, 10198.0, 10266.0, 10213.0, 10277.0, 10239.0, 10253.0, 10262.0, 10212.0, 10263.0, 10212.0, 10275.0, 10238.0, 10252.0, 10237.0, 10197.0, 10265.0, 10211.0, 10280.0, 10255.0, 10285.0, 10242.0, 10212.0, 10251.0, 10197.0, 10277.0, 10237.0, 10276.0, 10240.0, 10184.0, 10249.0, 10196.0, 10277.0, 10237.0, 10264.0, 10250.0, 10183.0, 10262.0, 10223.0, 10275.0, 10238.0, 10261.0, 10236.0, 10181.0, 10247.0, 10209.0, 10278.0, 10235.0, 10260.0, 10238.0, 10182.0, 10250.0, 10184.0, 10276.0, 10222.0, 10279.0, 10240.0, 10235.0, 10253.0, 10201.0, 10278.0, 10210.0, 10281.0, 10235.0, 10278.0, 10240.0, 10255.0, 10239.0, 10186.0, 10279.0, 10226.0, 10282.0, 10259.0, 10254.0, 10259.0, 10217.0, 10284.0, 10204.0, 10297.0, 10257.0, 10287.0, 10256.0, 10213.0, 10266.0, 10211.0, 10276.0, 10251.0, 10248.0, 10234.0, 10179.0, 10263.0, 10227.0, 10247.0, 10250.0, 10198.0, 10296.0, 10255.0, 10196.0, 10251.0, 10212.0, 10294.0, 10253.0, 10231.0, 10249.0, 10196.0, 10274.0, 10236.0, 10207.0, 10260.0, 10224.0, 10277.0, 10249.0, 10193.0, 10277.0, 10236.0, 10277.0, 10246.0, 10165.0, 10243.0, 10200.0, 10271.0, 10228.0, 10201.0, 10240.0, 10197.0, 10265.0, 10228.0, 10225.0, 10228.0, 10173.0, 10267.0, 10232.0, 10276.0, 10250.0, 10211.0, 10245.0, 10191.0, 10272.0, 10231.0, 10273.0, 10229.0, 10171.0, 10238.0, 10173.0, 10268.0, 10228.0, 10242.0, 10235.0, 10179.0, 10260.0, 10224.0, 10275.0, 10251.0, 10212.0, 10251.0, 10215.0, 10293.0, 10254.0, 10280.0, 10239.0, 10183.0, 10263.0, 10196.0, 10273.0, 10249.0, 10277.0, 10248.0, 10181.0, 10248.0, 10196.0, 10277.0, 10237.0, 10263.0, 10252.0, 10186.0, 10278.0, 10241.0, 10290.0, 10242.0, 10241.0, 10254.0, 10213.0, 10280.0, 10243.0, 10292.0, 10250.0, 10278.0, 10237.0, 10206.0, 10248.0, 10185.0, 10262.0, 10222.0, 10276.0, 10252.0, 10264.0, 10254.0, 10213.0, 10269.0, 10200.0, 10296.0, 10258.0, 10298.0, 10260.0, 10257.0, 10272.0, 10220.0, 10301.0, 10265.0, 10225.0, 10304.0, 10260.0, 10237.0, 10287.0, 10261.0, 10224.0, 10284.0, 10248.0, 10314.0, 10258.0, 10242.0, 10267.0, 10244.0, 10266.0, 10254.0, 10203.0, 10288.0, 10264.0, 10261.0, 10282.0, 10245.0, 10302.0, 10261.0, 10273.0, 10281.0, 10224.0, 10303.0, 10264.0, 10275.0, 10273.0, 10216.0, 10288.0, 10226.0, 10296.0, 10259.0, 10282.0, 10255.0, 10241.0, 10253.0, 10183.0, 10261.0, 10222.0, 10291.0, 10239.0, 10275.0, 10253.0, 10184.0, 10261.0, 10224.0, 10295.0, 10262.0, 10280.0, 10253.0, 10193.0, 10255.0, 10214.0, 10278.0, 10251.0, 10278.0, 10255.0, 10224.0, 10235.0, 10180.0, 10273.0, 10193.0, 10257.0, 10230.0, 10256.0, 10231.0, 10178.0, 10244.0, 10197.0, 10270.0, 10236.0, 10260.0, 10237.0, 10221.0, 10245.0, 10183.0, 10260.0, 10191.0, 10257.0, 10218.0, 10272.0, 10234.0, 10273.0, 10231.0, 10257.0, 10220.0, 10213.0, 10231.0, 10176.0, 10259.0, 10196.0, 10275.0, 10206.0, 10271.0, 10218.0, 10271.0, 10237.0, 10264.0, 10252.0, 10185.0, 10265.0, 10228.0, 10265.0, 10242.0, 10201.0, 10266.0, 10218.0, 10305.0, 10259.0, 10266.0, 10238.0, 10196.0, 10250.0, 10194.0, 10272.0, 10237.0, 10275.0, 10233.0, 10242.0, 10231.0, 10184.0, 10247.0, 10206.0, 10260.0, 10233.0, 10261.0, 10240.0, 10236.0, 10237.0, 10197.0, 10251.0, 10183.0, 10263.0, 10192.0, 10274.0, 10220.0, 10258.0, 10234.0, 10212.0, 10235.0, 10182.0, 10264.0, 10242.0, 10278.0, 10253.0, 10254.0, 10240.0, 10183.0, 10264.0, 10224.0, 10278.0, 10241.0, 10242.0, 10240.0, 10186.0, 10265.0, 10225.0, 10278.0, 10255.0, 10271.0, 10242.0, 10188.0, 10267.0, 10228.0, 10295.0, 10255.0, 10272.0, 10244.0, 10187.0, 10268.0, 10201.0, 10282.0, 10245.0, 10279.0, 10240.0, 10277.0, 10235.0, 10236.0, 10236.0, 10207.0, 10247.0, 10194.0, 10258.0, 10232.0, 10277.0, 10237.0, 10275.0, 10235.0, 10210.0, 10236.0, 10182.0, 10265.0, 10196.0, 10265.0, 10225.0, 10292.0, 10236.0, 10277.0, 10237.0, 10264.0, 10240.0, 10209.0, 10262.0, 10177.0, 10273.0, 10223.0, 10275.0, 10238.0, 10263.0, 10235.0, 10192.0, 10246.0, 10182.0, 10261.0, 10192.0, 10275.0, 10218.0, 10271.0, 10234.0, 10261.0, 10235.0, 10206.0, 10235.0, 10182.0, 10261.0, 10222.0, 10275.0, 10239.0, 10261.0, 10241.0, 10207.0, 10235.0, 10169.0, 10262.0, 10199.0, 10263.0, 10219.0, 10271.0, 10217.0, 10257.0, 10230.0, 10201.0, 10230.0, 10164.0, 10246.0, 10178.0, 10259.0, 10220.0, 10271.0, 10219.0, 10258.0, 10219.0, 10204.0, 10234.0, 10198.0, 10264.0, 10240.0, 10282.0, 10255.0, 10201.0, 10268.0, 10201.0, 10266.0, 10223.0, 10279.0, 10239.0, 10237.0, 10237.0, 10185.0, 10263.0, 10224.0, 10279.0, 10237.0, 10196.0, 10249.0, 10181.0, 10264.0, 10225.0, 10276.0, 10235.0, 10249.0, 10236.0, 10180.0, 10248.0, 10179.0, 10261.0, 10216.0, 10272.0, 10236.0, 10265.0, 10237.0, 10195.0, 10250.0, 10211.0, 10275.0, 10235.0, 10232.0, 10236.0, 10190.0, 10246.0, 10178.0, 10258.0, 10204.0, 10257.0, 10233.0, 10259.0, 10221.0, 10192.0, 10231.0, 10181.0, 10260.0, 10237.0, 10264.0, 10239.0, 10181.0, 10249.0, 10211.0, 10276.0, 10223.0, 10259.0, 10235.0, 10180.0, 10234.0, 10166.0, 10260.0, 10218.0, 10259.0, 10232.0, 10191.0, 10230.0, 10162.0, 10247.0, 10224.0, 10265.0, 10244.0, 10242.0, 10247.0, 10204.0, 10271.0, 10201.0, 10272.0, 10199.0, 10282.0, 10237.0, 10277.0, 10237.0, 10219.0, 10231.0, 10179.0, 10245.0, 10219.0, 10270.0, 10232.0, 10221.0, 10235.0, 10179.0, 10260.0, 10209.0, 10276.0, 10238.0, 10275.0, 10236.0, 10262.0, 10236.0, 10206.0, 10233.0, 10166.0, 10245.0, 10180.0, 10245.0, 10207.0, 10263.0, 10237.0, 10263.0, 10227.0, 10226.0, 10240.0, 10195.0, 10253.0, 10182.0, 10262.0, 10197.0, 10265.0, 10207.0, 10263.0, 10179.0, 10244.0, 10173.0, 10239.0, 10214.0, 10240.0, 10217.0, 10256.0, 10222.0, 10260.0, 10237.0, 10262.0, 10240.0, 10276.0, 10227.0, 10298.0, 10244.0, 10246.0, 10262.0, 10222.0, 10285.0, 10249.0, 10229.0, 10257.0, 10226.0, 10253.0, 10209.0, 10252.0, 10207.0, 10264.0, 10193.0, 10246.0, 10191.0, 10243.0, 10228.0, 10255.0, 10230.0, 10257.0, 10219.0, 10241.0, 10214.0, 10239.0, 10196.0, 10163.0, 10203.0, 10147.0, 10214.0, 10162.0, 10216.0, 10163.0, 10219.0, 10176.0, 10218.0, 10191.0, 10217.0, 10189.0, 10213.0, 10191.0, 10149.0, 10210.0, 10141.0, 10226.0, 10171.0, 10240.0, 10214.0, 10255.0, 10217.0, 10259.0, 10218.0, 10243.0, 10218.0, 10165.0, 10233.0, 10179.0, 10263.0, 10211.0, 10263.0, 10224.0, 10262.0, 10238.0, 10236.0, 10227.0, 10196.0, 10256.0, 10182.0, 10264.0, 10226.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.0012871043034281546</td></tr>
<tr><td colspan=3>aqi</td><td>0.019909246827133478</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.18457034863501</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3229230657080302</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.01048320770073</td></tr>
<tr><td colspan=3>efc</td><td>0.4886</td></tr>
<tr><td colspan=3>fber</td><td>5111.1343</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0673203445196617</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7293946024799417</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.39202761204078</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3648352163452078</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5548180299974828</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2564295897796494</td></tr>
<tr><td colspan=3>gcor</td><td>0.00887372</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01310387160629034</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030199084430933</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1371</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.940958811454566</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>19.9805</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2133</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.8102</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296105.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>938.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.1196</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5609</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>657.6988</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3843.7257</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1017.7663</td></tr>
<tr><td colspan=3>tsnr</td><td>40.71399234351702</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>