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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0132_suffix-bold_task-fractional" 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-0132/figures/sub-0132_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-04_task-fractional_acq-mb8_run-01_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-0132/figures/sub-0132_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-fractional_acq-mb8_run-01_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-0132/ses-04/func/sub-0132_ses-04_task-fractional_acq-mb8_run-01_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>7b1fd68d71ca95b97c0d79657dd76d19</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:4.627500</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.998387, 0.055141, -0.0135254, -0.0551194, 0.998478, 0.00196478]</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.259</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-01_task-fractional_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.0831994</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7735, -7255, 334, -107, -21, 98, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.349</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7b0f1d4b-35da-4668-8074-9690daf56f22||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.6785993576049805, -0.14788125455379486, -0.036755383014678955, 119.82816314697266], [-0.14793920516967773, 2.6788430213928223, 0.0032834799494594336, -102.79147338867188], [-0.03628753125667572, -0.005271366331726313, 2.6997478008270264, -68.75568389892578], [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, 1322]</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], 'AcquisitionTime': ['170904.627500', '170905.087500', '170905.547500', '170906.007500', '170906.467500', '170906.927500', '170907.387500', '170907.847500', '170908.307500', '170908.767500', '170909.227500', '170909.687500', '170910.147500', '170910.607500', '170911.067500', '170911.527500', '170911.987500', '170912.447500', '170912.907500', '170913.367500', '170913.827500', '170914.287500', '170914.747500', '170915.207500', '170915.667500', '170916.127500', '170916.587500', '170917.047500', '170917.507500', '170917.967500', '170918.427500', '170918.887500', '170919.347500', '170919.807500', '170920.267500', '170920.727500', '170921.187500', '170921.647500', '170922.107500', '170922.567500', '170923.027500', '170923.487500', '170923.947500', '170924.407500', '170924.867500', '170925.327500', '170925.787500', '170926.247500', '170926.707500', '170927.167500', '170927.627500', '170928.087500', '170928.547500', '170929.007500', '170929.467500', '170929.927500', '170930.387500', '170930.847500', '170931.307500', '170931.767500', '170932.227500', '170932.687500', '170933.147500', '170933.607500', '170934.067500', '170934.527500', '170934.987500', '170935.447500', '170935.907500', '170936.367500', '170936.827500', '170937.287500', '170937.747500', '170938.207500', '170938.667500', '170939.127500', '170939.587500', '170940.047500', '170940.507500', '170940.967500', '170941.427500', '170941.887500', '170942.347500', '170942.807500', '170943.267500', '170943.727500', '170944.187500', '170944.647500', '170945.107500', '170945.567500', '170946.027500', '170946.487500', '170946.947500', '170947.407500', '170947.867500', '170948.327500', '170948.787500', '170949.247500', '170949.707500', '170950.167500', '170950.627500', '170951.087500', '170951.547500', '170952.007500', '170952.467500', '170952.927500', '170953.387500', '170953.847500', '170954.307500', '170954.767500', '170955.227500', '170955.687500', '170956.147500', '170956.607500', '170957.067500', '170957.527500', '170957.987500', '170958.447500', '170958.907500', '170959.367500', '170959.827500', '171000.287500', '171000.747500', '171001.207500', '171001.667500', '171002.127500', '171002.587500', '171003.047500', '171003.507500', '171003.967500', '171004.427500', '171004.887500', '171005.347500', '171005.807500', '171006.267500', '171006.727500', '171007.187500', '171007.647500', '171008.107500', '171008.567500', '171009.027500', '171009.487500', '171009.947500', '171010.407500', '171010.867500', '171011.327500', '171011.787500', '171012.247500', '171012.707500', '171013.167500', '171013.627500', '171014.087500', '171014.547500', '171015.007500', '171015.467500', '171015.927500', '171016.387500', '171016.847500', '171017.307500', '171017.767500', '171018.227500', '171018.687500', '171019.147500', '171019.607500', '171020.067500', '171020.527500', '171020.987500', '171021.447500', '171021.907500', '171022.367500', '171022.827500', '171023.287500', '171023.747500', '171024.207500', '171024.667500', '171025.127500', '171025.587500', '171026.047500', '171026.507500', '171026.967500', '171027.427500', '171027.887500', '171028.347500', '171028.807500', '171029.267500', '171029.727500', '171030.187500', '171030.647500', '171031.107500', '171031.567500', '171032.027500', '171032.487500', '171032.947500', '171033.407500', '171033.867500', '171034.327500', '171034.787500', '171035.247500', '171035.707500', '171036.167500', '171036.627500', '171037.087500', '171037.547500', '171038.007500', '171038.467500', '171038.927500', '171039.387500', '171039.847500', '171040.307500', '171040.767500', '171041.227500', '171041.687500', '171042.147500', '171042.607500', '171043.067500', '171043.527500', '171043.987500', '171044.447500', '171044.907500', '171045.367500', '171045.827500', '171046.287500', '171046.747500', '171047.207500', '171047.667500', '171048.127500', '171048.587500', '171049.047500', '171049.507500', '171049.967500', '171050.427500', '171050.887500', '171051.347500', '171051.807500', '171052.267500', '171052.727500', '171053.187500', '171053.647500', '171054.107500', '171054.567500', '171055.027500', '171055.487500', '171055.947500', '171056.407500', '171056.867500', '171057.327500', '171057.787500', '171058.247500', '171058.707500', '171059.167500', '171059.627500', '171100.087500', '171100.547500', '171101.007500', '171101.467500', '171101.927500', '171102.387500', '171102.847500', '171103.307500', '171103.767500', '171104.227500', '171104.687500', '171105.147500', '171105.607500', '171106.067500', '171106.527500', '171106.987500', '171107.447500', '171107.907500', '171108.367500', '171108.827500', '171109.287500', '171109.747500', '171110.207500', '171110.667500', '171111.127500', '171111.587500', '171112.047500', '171112.507500', '171112.967500', '171113.427500', '171113.887500', '171114.347500', '171114.807500', '171115.267500', '171115.727500', '171116.187500', '171116.647500', '171117.107500', '171117.567500', '171118.027500', '171118.487500', '171118.947500', '171119.407500', '171119.867500', '171120.327500', '171120.787500', '171121.247500', '171121.707500', '171122.167500', '171122.627500', '171123.087500', '171123.547500', '171124.007500', '171124.467500', '171124.927500', '171125.387500', '171125.847500', '171126.307500', '171126.767500', '171127.227500', '171127.687500', '171128.147500', '171128.607500', '171129.067500', '171129.527500', '171129.987500', '171130.447500', '171130.907500', '171131.367500', '171131.827500', '171132.287500', '171132.747500', '171133.207500', '171133.667500', '171134.127500', '171134.587500', '171135.047500', '171135.507500', '171135.967500', '171136.427500', '171136.887500', '171137.347500', '171137.807500', '171138.267500', '171138.727500', '171139.187500', '171139.647500', '171140.107500', '171140.567500', '171141.027500', '171141.487500', '171141.947500', '171142.407500', '171142.867500', '171143.327500', '171143.787500', '171144.247500', '171144.707500', '171145.167500', '171145.627500', '171146.087500', '171146.547500', '171147.007500', '171147.467500', '171147.927500', '171148.387500', '171148.847500', '171149.307500', '171149.767500', '171150.227500', '171150.687500', '171151.147500', '171151.607500', '171152.067500', '171152.527500', '171152.987500', '171153.447500', '171153.907500', '171154.367500', '171154.827500', '171155.287500', '171155.747500', '171156.207500', '171156.667500', '171157.127500', '171157.587500', '171158.047500', '171158.507500', '171158.967500', '171159.427500', '171159.887500', '171200.347500', '171200.807500', '171201.267500', '171201.727500', '171202.187500', '171202.647500', '171203.107500', '171203.567500', '171204.027500', '171204.487500', '171204.947500', '171205.407500', '171205.867500', '171206.327500', '171206.787500', '171207.247500', '171207.707500', '171208.167500', '171208.627500', '171209.087500', '171209.547500', '171210.007500', '171210.467500', '171210.927500', '171211.387500', '171211.847500', '171212.307500', '171212.767500', '171213.227500', '171213.687500', '171214.147500', '171214.607500', '171215.067500', '171215.527500', '171215.987500', '171216.447500', '171216.907500', '171217.367500', '171217.827500', '171218.287500', '171218.747500', '171219.207500', '171219.667500', '171220.127500', '171220.587500', '171221.047500', '171221.507500', '171221.967500', '171222.427500', '171222.887500', '171223.347500', '171223.807500', '171224.267500', '171224.727500', '171225.187500', '171225.647500', '171226.107500', '171226.567500', '171227.027500', '171227.487500', '171227.947500', '171228.407500', '171228.867500', '171229.327500', '171229.787500', '171230.247500', '171230.707500', '171231.167500', '171231.627500', '171232.087500', '171232.547500', '171233.007500', '171233.467500', '171233.927500', '171234.387500', '171234.847500', '171235.307500', '171235.767500', '171236.227500', '171236.687500', '171237.147500', '171237.607500', '171238.067500', '171238.527500', '171238.987500', '171239.447500', '171239.907500', '171240.367500', '171240.827500', '171241.287500', '171241.747500', '171242.207500', '171242.667500', '171243.127500', '171243.587500', '171244.047500', '171244.507500', '171244.967500', '171245.427500', '171245.887500', '171246.347500', '171246.807500', '171247.267500', '171247.727500', '171248.187500', '171248.647500', '171249.107500', '171249.567500', '171250.027500', '171250.487500', '171250.947500', '171251.407500', '171251.867500', '171252.327500', '171252.787500', '171253.247500', '171253.707500', '171254.167500', '171254.627500', '171255.087500', '171255.547500', '171256.007500', '171256.467500', '171256.927500', '171257.387500', '171257.847500', '171258.307500', '171258.767500', '171259.227500', '171259.687500', '171300.147500', '171300.607500', '171301.067500', '171301.527500', '171301.987500', '171302.447500', '171302.907500', '171303.367500', '171303.827500', '171304.287500', '171304.747500', '171305.207500', '171305.667500', '171306.127500', '171306.587500', '171307.047500', '171307.507500', '171307.967500', '171308.427500', '171308.887500', '171309.347500', '171309.807500', '171310.267500', '171310.727500', '171311.187500', '171311.647500', '171312.107500', '171312.567500', '171313.027500', '171313.487500', '171313.947500', '171314.407500', '171314.867500', '171315.327500', '171315.787500', '171316.247500', '171316.707500', '171317.167500', '171317.627500', '171318.087500', '171318.547500', '171319.007500', '171319.467500', '171319.927500', '171320.387500', '171320.847500', '171321.307500', '171321.767500', '171322.227500', '171322.687500', '171323.147500', '171323.607500', '171324.067500', '171324.527500', '171324.987500', '171325.447500', '171325.907500', '171326.367500', '171326.827500', '171327.287500', '171327.747500', '171328.207500', '171328.667500', '171329.127500', '171329.587500', '171330.047500', '171330.507500', '171330.967500', '171331.427500', '171331.887500', '171332.347500', '171332.807500', '171333.267500', '171333.727500', '171334.187500', '171334.647500', '171335.107500', '171335.567500', '171336.027500', '171336.487500', '171336.947500', '171337.407500', '171337.867500', '171338.327500', '171338.787500', '171339.247500', '171339.707500', '171340.167500', '171340.627500', '171341.087500', '171341.547500', '171342.007500', '171342.467500', '171342.927500', '171343.387500', '171343.847500', '171344.307500', '171344.767500', '171345.227500', '171345.687500', '171346.147500', '171346.607500', '171347.067500', '171347.527500', '171347.987500', '171348.447500', '171348.907500', '171349.367500', '171349.827500', '171350.287500', '171350.747500', '171351.207500', '171351.667500', '171352.127500', '171352.587500', '171353.047500', '171353.507500', '171353.967500', '171354.427500', '171354.887500', '171355.347500', '171355.807500', '171356.267500', '171356.727500', '171357.187500', '171357.647500', '171358.107500', '171358.567500', '171359.027500', '171359.487500', '171359.947500', '171400.407500', '171400.867500', '171401.327500', '171401.787500', '171402.247500', '171402.707500', '171403.167500', '171403.627500', '171404.087500', '171404.547500', '171405.007500', '171405.467500', '171405.927500', '171406.387500', '171406.847500', '171407.307500', '171407.767500', '171408.227500', '171408.687500', '171409.147500', '171409.607500', '171410.067500', '171410.527500', '171410.987500', '171411.447500', '171411.907500', '171412.367500', '171412.827500', '171413.287500', '171413.747500', '171414.207500', '171414.667500', '171415.127500', '171415.587500', '171416.047500', '171416.507500', '171416.967500', '171417.427500', '171417.887500', '171418.347500', '171418.807500', '171419.267500', '171419.727500', '171420.187500', '171420.647500', '171421.107500', '171421.567500', '171422.027500', '171422.487500', '171422.947500', '171423.407500', '171423.867500', '171424.327500', '171424.787500', '171425.247500', '171425.707500', '171426.167500', '171426.627500', '171427.087500', '171427.547500', '171428.007500', '171428.467500', '171428.927500', '171429.387500', '171429.847500', '171430.307500', '171430.767500', '171431.227500', '171431.687500', '171432.147500', '171432.607500', '171433.067500', '171433.527500', '171433.987500', '171434.447500', '171434.907500', '171435.367500', '171435.827500', '171436.287500', '171436.747500', '171437.207500', '171437.667500', '171438.127500', '171438.587500', '171439.047500', '171439.507500', '171439.967500', '171440.427500', '171440.887500', '171441.347500', '171441.807500', '171442.267500', '171442.727500', '171443.187500', '171443.647500', '171444.107500', '171444.567500', '171445.027500', '171445.487500', '171445.947500', '171446.407500', '171446.867500', '171447.327500', '171447.787500', '171448.247500', '171448.707500', '171449.167500', '171449.627500', '171450.087500', '171450.547500', '171451.007500', '171451.467500', '171451.927500', '171452.387500', '171452.847500', '171453.307500', '171453.767500', '171454.227500', '171454.687500', '171455.147500', '171455.607500', '171456.067500', '171456.527500', '171456.987500', '171457.447500', '171457.907500', '171458.367500', '171458.827500', '171459.287500', '171459.747500', '171500.207500', '171500.667500', '171501.127500', '171501.587500', '171502.047500', '171502.507500', '171502.967500', '171503.427500', '171503.887500', '171504.347500', '171504.807500', '171505.267500', '171505.727500', '171506.187500', '171506.647500', '171507.107500', '171507.567500', '171508.027500', '171508.487500', '171508.947500', '171509.407500', '171509.867500', '171510.327500', '171510.787500', '171511.247500', '171511.707500', '171512.167500', '171512.627500', '171513.087500', '171513.547500', '171514.007500', '171514.467500', '171514.927500', '171515.387500', '171515.847500', '171516.307500', '171516.767500', '171517.227500', '171517.687500', '171518.147500', '171518.607500', '171519.067500', '171519.527500', '171519.987500', '171520.447500', '171520.907500', '171521.367500', '171521.827500', '171522.287500', '171522.747500', '171523.207500', '171523.667500', '171524.127500', '171524.587500', '171525.047500', '171525.507500', '171525.967500', '171526.427500', '171526.887500', '171527.347500', '171527.807500', '171528.267500', '171528.727500', '171529.187500', '171529.647500', '171530.107500', '171530.567500', '171531.027500', '171531.487500', '171531.947500', '171532.407500', '171532.867500', '171533.327500', '171533.787500', '171534.247500', '171534.707500', '171535.167500', '171535.627500', '171536.087500', '171536.547500', '171537.007500', '171537.467500', '171537.927500', '171538.387500', '171538.847500', '171539.307500', '171539.767500', '171540.227500', '171540.687500', '171541.147500', '171541.607500', '171542.067500', '171542.527500', '171542.987500', '171543.447500', '171543.907500', '171544.367500', '171544.827500', '171545.287500', '171545.747500', '171546.207500', '171546.667500', '171547.127500', '171547.587500', '171548.047500', '171548.507500', '171548.967500', '171549.427500', '171549.887500', '171550.347500', '171550.807500', '171551.267500', '171551.727500', '171552.187500', '171552.647500', '171553.107500', '171553.567500', '171554.027500', '171554.487500', '171554.947500', '171555.407500', '171555.867500', '171556.327500', '171556.787500', '171557.247500', '171557.707500', '171558.167500', '171558.627500', '171559.087500', '171559.547500', '171600.007500', '171600.467500', '171600.927500', '171601.387500', '171601.847500', '171602.307500', '171602.767500', '171603.227500', '171603.687500', '171604.147500', '171604.607500', '171605.067500', '171605.527500', '171605.987500', '171606.447500', '171606.907500', '171607.367500', '171607.827500', '171608.287500', '171608.747500', '171609.207500', '171609.667500', '171610.127500', '171610.587500', '171611.047500', '171611.507500', '171611.967500', '171612.427500', '171612.887500', '171613.347500', '171613.807500', '171614.267500', '171614.727500', '171615.187500', '171615.647500', '171616.107500', '171616.567500', '171617.027500', '171617.487500', '171617.947500', '171618.407500', '171618.867500', '171619.327500', '171619.787500', '171620.247500', '171620.707500', '171621.167500', '171621.627500', '171622.087500', '171622.547500', '171623.007500', '171623.467500', '171623.927500', '171624.387500', '171624.847500', '171625.307500', '171625.767500', '171626.227500', '171626.687500', '171627.147500', '171627.607500', '171628.067500', '171628.527500', '171628.987500', '171629.447500', '171629.907500', '171630.367500', '171630.827500', '171631.287500', '171631.747500', '171632.207500', '171632.667500', '171633.127500', '171633.587500', '171634.047500', '171634.507500', '171634.967500', '171635.427500', '171635.887500', '171636.347500', '171636.807500', '171637.267500', '171637.727500', '171638.187500', '171638.647500', '171639.107500', '171639.567500', '171640.027500', '171640.487500', '171640.947500', '171641.407500', '171641.867500', '171642.327500', '171642.787500', '171643.247500', '171643.707500', '171644.167500', '171644.627500', '171645.087500', '171645.547500', '171646.007500', '171646.467500', '171646.927500', '171647.387500', '171647.847500', '171648.307500', '171648.767500', '171649.227500', '171649.687500', '171650.147500', '171650.607500', '171651.067500', '171651.527500', '171651.987500', '171652.447500', '171652.907500', '171653.367500', '171653.827500', '171654.287500', '171654.747500', '171655.207500', '171655.667500', '171656.127500', '171656.587500', '171657.047500', '171657.507500', '171657.967500', '171658.427500', '171658.887500', '171659.347500', '171659.807500', '171700.267500', '171700.727500', '171701.187500', '171701.647500', '171702.107500', '171702.567500', '171703.027500', '171703.487500', '171703.947500', '171704.407500', '171704.867500', '171705.327500', '171705.787500', '171706.247500', '171706.707500', '171707.167500', '171707.627500', '171708.087500', '171708.547500', '171709.007500', '171709.467500', '171709.927500', '171710.387500', '171710.847500', '171711.307500', '171711.767500', '171712.227500', '171712.687500', '171713.147500', '171713.607500', '171714.067500', '171714.527500', '171714.987500', '171715.447500', '171715.907500', '171716.367500', '171716.827500', '171717.287500', '171717.747500', '171718.207500', '171718.667500', '171719.127500', '171719.587500', '171720.047500', '171720.507500', '171720.967500', '171721.427500', '171721.887500', '171722.347500', '171722.807500', '171723.267500', '171723.727500', '171724.187500', '171724.647500', '171725.107500', '171725.567500', '171726.027500', '171726.487500', '171726.947500', '171727.407500', '171727.867500', '171728.327500', '171728.787500', '171729.247500', '171729.707500', '171730.167500', '171730.627500', '171731.087500', '171731.547500', '171732.007500', '171732.467500', '171732.927500', '171733.387500', '171733.847500', '171734.307500', '171734.767500', '171735.227500', '171735.687500', '171736.147500', '171736.607500', '171737.067500', '171737.527500', '171737.987500', '171738.447500', '171738.907500', '171739.367500', '171739.827500', '171740.287500', '171740.747500', '171741.207500', '171741.667500', '171742.127500', '171742.587500', '171743.047500', '171743.507500', '171743.967500', '171744.427500', '171744.887500', '171745.347500', '171745.807500', '171746.267500', '171746.727500', '171747.187500', '171747.647500', '171748.107500', '171748.567500', '171749.027500', '171749.487500', '171749.947500', '171750.407500', '171750.867500', '171751.327500', '171751.787500', '171752.247500', '171752.707500', '171753.167500', '171753.627500', '171754.087500', '171754.547500', '171755.007500', '171755.467500', '171755.927500', '171756.387500', '171756.847500', '171757.307500', '171757.767500', '171758.227500', '171758.687500', '171759.147500', '171759.607500', '171800.067500', '171800.527500', '171800.987500', '171801.447500', '171801.907500', '171802.367500', '171802.827500', '171803.287500', '171803.747500', '171804.207500', '171804.667500', '171805.127500', '171805.587500', '171806.047500', '171806.507500', '171806.967500', '171807.427500', '171807.887500', '171808.347500', '171808.807500', '171809.267500', '171809.727500', '171810.187500', '171810.647500', '171811.107500', '171811.567500', '171812.027500', '171812.487500', '171812.947500', '171813.407500', '171813.867500', '171814.327500', '171814.787500', '171815.247500', '171815.707500', '171816.167500', '171816.627500', '171817.087500', '171817.547500', '171818.007500', '171818.467500', '171818.927500', '171819.387500', '171819.847500', '171820.307500', '171820.767500', '171821.227500', '171821.687500', '171822.147500', '171822.607500', '171823.067500', '171823.527500', '171823.987500', '171824.447500', '171824.907500', '171825.367500', '171825.827500', '171826.287500', '171826.747500', '171827.207500', '171827.667500', '171828.127500', '171828.587500', '171829.047500', '171829.507500', '171829.967500', '171830.427500', '171830.887500', '171831.347500', '171831.807500', '171832.267500', '171832.727500', '171833.187500', '171833.647500', '171834.107500', '171834.567500', '171835.027500', '171835.487500', '171835.947500', '171836.407500', '171836.867500', '171837.327500', '171837.787500', '171838.247500', '171838.707500', '171839.167500', '171839.627500', '171840.087500', '171840.547500', '171841.007500', '171841.467500', '171841.927500', '171842.387500', '171842.847500', '171843.307500', '171843.767500', '171844.227500', '171844.687500', '171845.147500', '171845.607500', '171846.067500', '171846.527500', '171846.987500', '171847.447500', '171847.907500', '171848.367500', '171848.827500', '171849.287500', '171849.747500', '171850.207500', '171850.667500', '171851.127500', '171851.587500', '171852.047500', '171852.507500', '171852.967500', '171853.427500', '171853.887500', '171854.347500', '171854.807500', '171855.267500', '171855.727500', '171856.187500', '171856.647500', '171857.107500', '171857.567500', '171858.027500', '171858.487500', '171858.947500', '171859.407500', '171859.867500', '171900.327500', '171900.787500', '171901.247500', '171901.707500', '171902.167500', '171902.627500', '171903.087500', '171903.547500', '171904.007500', '171904.467500', '171904.927500', '171905.387500', '171905.847500', '171906.307500', '171906.767500', '171907.227500', '171907.687500', '171908.147500', '171908.607500', '171909.067500', '171909.527500', '171909.987500', '171910.447500', '171910.907500', '171911.367500', '171911.827500', '171912.287500'], 'ContentTime': ['170919.762000', '170919.765000', '170919.768000', '170919.771000', '170919.773000', '170919.776000', '170919.778000', '170919.781000', '170919.790000', '170919.792000', '170919.795000', '170919.797000', '170919.800000', '170919.802000', '170919.805000', '170919.808000', '170919.810000', '170919.813000', '170919.815000', '170919.818000', '170919.820000', '170919.823000', '170919.826000', '170919.828000', '170919.831000', '170919.833000', '170919.836000', '170919.838000', '170919.841000', '170919.843000', '170919.846000', '170939.719000', '170939.722000', '170939.725000', '170939.727000', '170939.730000', '170939.733000', '170939.735000', '170939.738000', '170939.740000', '170939.749000', '170939.751000', '170939.754000', '170939.756000', '170939.759000', '170939.761000', '170939.764000', '170939.766000', '170939.769000', '170939.771000', '170939.774000', '170939.776000', '170939.779000', '170939.781000', '170939.784000', '170939.787000', '170939.789000', '170939.792000', '170939.794000', '170939.797000', '170939.800000', '170939.812000', '170939.814000', '170939.817000', '170939.819000', '170939.822000', '170939.824000', '170939.827000', '170939.829000', '170939.832000', '170939.834000', '170939.837000', '170939.839000', '170939.842000', '170939.844000', '170959.718000', '170959.721000', '170959.724000', '170959.726000', '170959.729000', '170959.731000', '170959.734000', '170959.737000', '170959.739000', '170959.742000', '170959.744000', '170959.747000', '170959.749000', '170959.752000', '170959.755000', '170959.757000', '170959.760000', '170959.762000', '170959.765000', '170959.768000', '170959.770000', '170959.773000', '170959.775000', '170959.778000', '170959.780000', '170959.783000', '170959.786000', '170959.788000', '170959.797000', '170959.800000', '170959.802000', '170959.805000', '170959.807000', '170959.810000', '170959.812000', '170959.815000', '170959.818000', '170959.820000', '170959.823000', '170959.825000', '170959.828000', '170959.830000', '170959.833000', '171019.718000', '171019.721000', '171019.724000', '171019.726000', '171019.729000', '171019.732000', '171019.734000', '171019.737000', '171019.739000', '171019.742000', '171019.745000', '171019.747000', '171019.750000', '171019.752000', '171019.755000', '171019.757000', '171019.760000', '171019.762000', '171019.765000', '171019.767000', '171019.770000', '171019.772000', '171019.775000', '171019.778000', '171019.780000', '171019.783000', '171019.785000', '171019.788000', '171019.790000', '171019.793000', '171019.795000', '171019.798000', '171019.801000', '171019.803000', '171019.806000', '171019.808000', '171019.811000', '171019.813000', '171019.816000', '171019.819000', '171019.821000', '171019.824000', '171019.826000', '171019.829000', '171039.719000', '171039.722000', '171039.725000', '171039.727000', '171039.730000', '171039.732000', '171039.735000', '171039.738000', '171039.740000', '171039.743000', '171039.745000', '171039.748000', '171039.750000', '171039.753000', '171039.756000', '171039.758000', '171039.761000', '171039.763000', '171039.766000', '171039.771000', '171039.773000', '171039.776000', '171039.778000', '171039.781000', '171039.783000', '171039.786000', '171039.788000', '171039.791000', '171039.794000', '171039.796000', '171039.799000', '171039.823000', '171039.826000', '171039.828000', '171039.831000', '171039.834000', '171039.836000', '171039.839000', '171039.841000', '171039.844000', '171039.846000', '171039.849000', '171039.852000', '171059.719000', '171059.722000', '171059.725000', '171059.727000', '171059.730000', '171059.732000', '171059.747000', '171059.750000', '171059.756000', '171059.759000', '171059.761000', '171059.764000', '171059.766000', '171059.769000', '171059.771000', '171059.774000', '171059.777000', '171059.779000', '171059.782000', '171059.784000', '171059.787000', '171059.789000', '171059.792000', '171059.795000', '171059.797000', '171059.828000', '171059.831000', '171059.834000', '171059.836000', '171059.839000', '171059.841000', '171059.844000', '171059.846000', '171059.849000', '171059.851000', '171059.854000', '171059.857000', '171059.859000', '171059.862000', '171059.864000', '171059.867000', '171059.869000', '171059.872000', '171059.874000', '171119.719000', '171119.722000', '171119.725000', '171119.728000', '171119.730000', '171119.733000', '171119.735000', '171119.738000', '171119.741000', '171119.743000', '171119.746000', '171119.748000', '171119.751000', '171119.753000', '171119.756000', '171119.758000', '171119.761000', '171119.764000', '171119.766000', '171119.769000', '171119.780000', '171119.782000', '171119.785000', '171119.787000', '171119.790000', '171119.792000', '171119.795000', '171119.797000', '171119.850000', '171119.853000', '171119.855000', '171119.858000', '171119.860000', '171119.863000', '171119.866000', '171119.868000', '171119.871000', '171119.873000', '171119.876000', '171119.878000', '171119.881000', '171119.883000', '171119.886000', '171139.719000', '171139.722000', '171139.725000', '171139.727000', '171139.730000', '171139.733000', '171139.735000', '171139.738000', '171139.740000', '171139.743000', '171139.745000', '171139.748000', '171139.750000', '171139.753000', '171139.756000', '171139.758000', '171139.761000', '171139.763000', '171139.766000', '171139.769000', '171139.771000', '171139.774000', '171139.776000', '171139.779000', '171139.781000', '171139.784000', '171139.787000', '171139.789000', '171139.792000', '171139.794000', '171139.797000', '171139.800000', '171139.802000', '171139.805000', '171139.807000', '171139.810000', '171139.812000', '171139.815000', '171139.818000', '171139.820000', '171139.823000', '171139.825000', '171139.828000', '171139.831000', '171159.719000', '171159.722000', '171159.725000', '171159.727000', '171159.730000', '171159.733000', '171159.735000', '171159.738000', '171159.740000', '171159.743000', '171159.745000', '171159.748000', '171159.751000', '171159.753000', '171159.756000', '171159.758000', '171159.761000', '171159.764000', '171159.766000', '171159.769000', '171159.771000', '171159.774000', '171159.776000', '171159.779000', '171159.781000', '171159.784000', '171159.786000', '171159.789000', '171159.792000', '171159.794000', '171159.797000', '171159.851000', '171159.853000', '171159.856000', '171159.858000', '171159.861000', '171159.863000', '171159.866000', '171159.869000', '171159.871000', '171159.874000', '171159.876000', '171159.879000', '171219.719000', '171219.722000', '171219.725000', '171219.727000', '171219.730000', '171219.732000', '171219.735000', '171219.738000', '171219.740000', '171219.743000', '171219.745000', '171219.748000', '171219.751000', '171219.753000', '171219.756000', '171219.758000', '171219.761000', '171219.763000', '171219.766000', '171219.769000', '171219.771000', '171219.774000', '171219.776000', '171219.779000', '171219.781000', '171219.784000', '171219.787000', '171219.789000', '171219.792000', '171219.794000', '171219.797000', '171219.828000', '171219.831000', '171219.833000', '171219.836000', '171219.838000', '171219.841000', '171219.843000', '171219.846000', '171219.849000', '171219.851000', '171219.854000', '171219.856000', '171239.718000', '171239.721000', '171239.724000', '171239.726000', '171239.729000', '171239.732000', '171239.734000', '171239.737000', '171239.739000', '171239.742000', '171239.744000', '171239.747000', '171239.749000', '171239.752000', '171239.754000', '171239.757000', '171239.759000', '171239.762000', '171239.764000', '171239.767000', '171239.770000', '171239.772000', '171239.775000', '171239.777000', '171239.780000', '171239.782000', '171239.785000', '171239.787000', '171239.790000', '171239.792000', '171239.795000', '171239.797000', '171239.831000', '171239.833000', '171239.836000', '171239.838000', '171239.841000', '171239.843000', '171239.846000', '171239.848000', '171239.851000', '171239.853000', '171239.856000', '171239.858000', '171259.720000', '171259.722000', '171259.725000', '171259.727000', '171259.730000', '171259.733000', '171259.735000', '171259.738000', '171259.740000', '171259.743000', '171259.746000', '171259.748000', '171259.751000', '171259.754000', '171259.757000', '171259.760000', '171259.762000', '171259.765000', '171259.768000', '171259.770000', '171259.773000', '171259.775000', '171259.778000', '171259.780000', '171259.783000', '171259.785000', '171259.788000', '171259.790000', '171259.793000', '171259.796000', '171259.798000', '171259.846000', '171259.848000', '171259.851000', '171259.853000', '171259.856000', '171259.858000', '171259.861000', '171259.864000', '171259.866000', '171259.869000', '171259.871000', '171259.874000', '171319.719000', '171319.722000', '171319.725000', '171319.728000', '171319.730000', '171319.733000', '171319.735000', '171319.738000', '171319.740000', '171319.743000', '171319.745000', '171319.748000', '171319.750000', '171319.753000', '171319.756000', '171319.758000', '171319.761000', '171319.763000', '171319.766000', '171319.768000', '171319.771000', '171319.774000', '171319.776000', '171319.779000', '171319.781000', '171319.784000', '171319.786000', '171319.789000', '171319.791000', '171319.794000', '171319.797000', '171319.852000', '171319.855000', '171319.857000', '171319.860000', '171319.862000', '171319.865000', '171319.867000', '171319.870000', '171319.873000', '171319.875000', '171319.878000', '171319.880000', '171319.883000', '171339.719000', '171339.722000', '171339.725000', '171339.727000', '171339.730000', '171339.733000', '171339.735000', '171339.738000', '171339.740000', '171339.743000', '171339.745000', '171339.748000', '171339.750000', '171339.753000', '171339.756000', '171339.758000', '171339.761000', '171339.763000', '171339.766000', '171339.768000', '171339.771000', '171339.774000', '171339.776000', '171339.779000', '171339.782000', '171339.784000', '171339.787000', '171339.790000', '171339.792000', '171339.795000', '171339.797000', '171339.839000', '171339.842000', '171339.844000', '171339.847000', '171339.849000', '171339.852000', '171339.854000', '171339.857000', '171339.859000', '171339.862000', '171339.864000', '171339.867000', '171359.719000', '171359.722000', '171359.725000', '171359.727000', '171359.730000', '171359.732000', '171359.735000', '171359.738000', '171359.740000', '171359.743000', '171359.745000', '171359.748000', '171359.750000', '171359.765000', '171359.768000', '171359.770000', '171359.773000', '171359.775000', '171359.778000', '171359.781000', '171359.783000', '171359.786000', '171359.788000', '171359.791000', '171359.793000', '171359.796000', '171359.798000', '171359.840000', '171359.842000', '171359.845000', '171359.854000', '171359.857000', '171359.860000', '171359.862000', '171359.865000', '171359.867000', '171359.870000', '171359.872000', '171359.875000', '171359.877000', '171359.880000', '171359.882000', '171359.885000', '171359.888000', '171419.719000', '171419.722000', '171419.725000', '171419.727000', '171419.730000', '171419.733000', '171419.735000', '171419.738000', '171419.740000', '171419.743000', '171419.746000', '171419.748000', '171419.751000', '171419.753000', '171419.756000', '171419.759000', '171419.761000', '171419.764000', '171419.766000', '171419.769000', '171419.771000', '171419.774000', '171419.777000', '171419.780000', '171419.783000', '171419.786000', '171419.789000', '171419.791000', '171419.794000', '171419.797000', '171419.855000', '171419.857000', '171419.860000', '171419.862000', '171419.865000', '171419.868000', '171419.870000', '171419.873000', '171419.875000', '171419.878000', '171419.880000', '171419.883000', '171419.886000', '171439.718000', '171439.721000', '171439.724000', '171439.726000', '171439.729000', '171439.731000', '171439.734000', '171439.737000', '171439.739000', '171439.742000', '171439.744000', '171439.747000', '171439.750000', '171439.752000', '171439.755000', '171439.757000', '171439.760000', '171439.762000', '171439.765000', '171439.768000', '171439.770000', '171439.773000', '171439.775000', '171439.778000', '171439.781000', '171439.783000', '171439.786000', '171439.788000', '171439.791000', '171439.793000', '171439.796000', '171439.799000', '171439.830000', '171439.833000', '171439.836000', '171439.838000', '171439.841000', '171439.843000', '171439.846000', '171439.848000', '171439.851000', '171439.853000', '171439.856000', '171439.858000', '171459.718000', '171459.721000', '171459.724000', '171459.726000', '171459.729000', '171459.731000', '171459.734000', '171459.737000', '171459.739000', '171459.742000', '171459.744000', '171459.747000', '171459.750000', '171459.752000', '171459.755000', '171459.757000', '171459.760000', '171459.763000', '171459.765000', '171459.768000', '171459.770000', '171459.773000', '171459.775000', '171459.778000', '171459.781000', '171459.783000', '171459.786000', '171459.788000', '171459.791000', '171459.793000', '171459.796000', '171459.798000', '171459.840000', '171459.843000', '171459.845000', '171459.848000', '171459.850000', '171459.853000', '171459.856000', '171459.858000', '171459.861000', '171459.863000', '171459.866000', '171519.719000', '171519.722000', '171519.725000', '171519.727000', '171519.730000', '171519.732000', '171519.735000', '171519.738000', '171519.740000', '171519.743000', '171519.746000', '171519.749000', '171519.751000', '171519.754000', '171519.756000', '171519.759000', '171519.761000', '171519.764000', '171519.766000', '171519.769000', '171519.771000', '171519.774000', '171519.777000', '171519.779000', '171519.793000', '171519.796000', '171519.799000', '171519.848000', '171519.851000', '171519.853000', '171519.856000', '171519.858000', '171519.861000', '171519.863000', '171519.873000', '171519.876000', '171519.878000', '171519.881000', '171519.884000', '171519.886000', '171519.889000', '171519.891000', '171519.894000', '171519.896000', '171539.719000', '171539.722000', '171539.725000', '171539.727000', '171539.730000', '171539.732000', '171539.735000', '171539.738000', '171539.740000', '171539.743000', '171539.745000', '171539.748000', '171539.750000', '171539.753000', '171539.756000', '171539.758000', '171539.761000', '171539.763000', '171539.766000', '171539.768000', '171539.771000', '171539.773000', '171539.776000', '171539.778000', '171539.781000', '171539.784000', '171539.786000', '171539.789000', '171539.791000', '171539.794000', '171539.797000', '171539.799000', '171539.863000', '171539.866000', '171539.868000', '171539.871000', '171539.874000', '171539.876000', '171539.879000', '171539.882000', '171539.884000', '171539.887000', '171539.889000', '171559.720000', '171559.722000', '171559.725000', '171559.728000', '171559.730000', '171559.733000', '171559.735000', '171559.738000', '171559.740000', '171559.743000', '171559.745000', '171559.748000', '171559.751000', '171559.753000', '171559.756000', '171559.758000', '171559.761000', '171559.763000', '171559.766000', '171559.769000', '171559.771000', '171559.774000', '171559.776000', '171559.779000', '171559.781000', '171559.784000', '171559.786000', '171559.789000', '171559.792000', '171559.794000', '171559.797000', '171559.859000', '171559.861000', '171559.864000', '171559.866000', '171559.869000', '171559.871000', '171559.874000', '171559.877000', '171559.879000', '171559.882000', '171559.884000', '171559.887000', '171559.889000', '171619.720000', '171619.723000', '171619.730000', '171619.732000', '171619.735000', '171619.738000', '171619.740000', '171619.743000', '171619.745000', '171619.748000', '171619.751000', '171619.753000', '171619.756000', '171619.758000', '171619.761000', '171619.763000', '171619.766000', '171619.769000', '171619.771000', '171619.774000', '171619.776000', '171619.779000', '171619.781000', '171619.784000', '171619.787000', '171619.789000', '171619.792000', '171619.794000', '171619.797000', '171619.878000', '171619.881000', '171619.883000', '171619.886000', '171619.889000', '171619.891000', '171619.894000', '171619.897000', '171619.899000', '171619.902000', '171619.904000', '171619.907000', '171619.910000', '171619.912000', '171639.720000', '171639.723000', '171639.725000', '171639.728000', '171639.731000', '171639.733000', '171639.736000', '171639.738000', '171639.741000', '171639.744000', '171639.746000', '171639.749000', '171639.751000', '171639.754000', '171639.757000', '171639.759000', '171639.762000', '171639.764000', '171639.767000', '171639.769000', '171639.772000', '171639.775000', '171639.777000', '171639.780000', '171639.782000', '171639.785000', '171639.787000', '171639.790000', '171639.792000', '171639.795000', '171639.797000', '171639.854000', '171639.857000', '171639.859000', '171639.862000', '171639.877000', '171639.879000', '171639.882000', '171639.884000', '171639.887000', '171639.889000', '171639.892000', '171639.894000', '171639.897000', '171659.718000', '171659.721000', '171659.724000', '171659.726000', '171659.729000', '171659.732000', '171659.734000', '171659.737000', '171659.739000', '171659.742000', '171659.744000', '171659.747000', '171659.750000', '171659.752000', '171659.755000', '171659.757000', '171659.760000', '171659.762000', '171659.765000', '171659.767000', '171659.770000', '171659.773000', '171659.775000', '171659.778000', '171659.780000', '171659.783000', '171659.785000', '171659.788000', '171659.791000', '171659.793000', '171659.796000', '171659.798000', '171659.801000', '171659.804000', '171659.806000', '171659.809000', '171659.811000', '171659.814000', '171659.816000', '171659.819000', '171659.821000', '171659.824000', '171659.827000', '171719.718000', '171719.721000', '171719.724000', '171719.726000', '171719.729000', '171719.732000', '171719.734000', '171719.737000', '171719.739000', '171719.742000', '171719.745000', '171719.747000', '171719.750000', '171719.752000', '171719.755000', '171719.758000', '171719.760000', '171719.763000', '171719.765000', '171719.768000', '171719.770000', '171719.773000', '171719.775000', '171719.778000', '171719.781000', '171719.783000', '171719.786000', '171719.788000', '171719.791000', '171719.794000', '171719.796000', '171719.799000', '171719.912000', '171719.914000', '171719.917000', '171719.919000', '171719.922000', '171719.924000', '171719.927000', '171719.929000', '171719.932000', '171719.935000', '171719.937000', '171719.940000', '171739.719000', '171739.722000', '171739.725000', '171739.728000', '171739.730000', '171739.733000', '171739.735000', '171739.738000', '171739.741000', '171739.743000', '171739.746000', '171739.749000', '171739.751000', '171739.754000', '171739.756000', '171739.759000', '171739.762000', '171739.764000', '171739.767000', '171739.769000', '171739.772000', '171739.774000', '171739.777000', '171739.780000', '171739.782000', '171739.785000', '171739.787000', '171739.790000', '171739.792000', '171739.795000', '171739.797000', '171739.890000', '171739.892000', '171739.895000', '171739.898000', '171739.900000', '171739.903000', '171739.905000', '171739.908000', '171739.911000', '171739.913000', '171739.916000', '171739.918000', '171759.720000', '171759.722000', '171759.725000', '171759.728000', '171759.730000', '171759.733000', '171759.736000', '171759.738000', '171759.741000', '171759.743000', '171759.746000', '171759.748000', '171759.751000', '171759.753000', '171759.756000', '171759.759000', '171759.761000', '171759.764000', '171759.766000', '171759.769000', '171759.771000', '171759.774000', '171759.776000', '171759.779000', '171759.782000', '171759.784000', '171759.787000', '171759.789000', '171759.792000', '171759.794000', '171759.797000', '171759.882000', '171759.884000', '171759.887000', '171759.889000', '171759.892000', '171759.894000', '171759.897000', '171759.899000', '171759.902000', '171759.905000', '171759.907000', '171759.910000', '171759.912000', '171819.720000', '171819.723000', '171819.725000', '171819.728000', '171819.730000', '171819.733000', '171819.735000', '171819.738000', '171819.741000', '171819.743000', '171819.746000', '171819.748000', '171819.751000', '171819.753000', '171819.756000', '171819.759000', '171819.761000', '171819.764000', '171819.767000', '171819.769000', '171819.772000', '171819.774000', '171819.777000', '171819.780000', '171819.782000', '171819.785000', '171819.787000', '171819.790000', '171819.792000', '171819.795000', '171819.798000', '171819.866000', '171819.869000', '171819.871000', '171819.874000', '171819.876000', '171819.879000', '171819.882000', '171819.884000', '171819.887000', '171819.889000', '171819.892000', '171819.894000', '171839.720000', '171839.722000', '171839.725000', '171839.728000', '171839.730000', '171839.733000', '171839.735000', '171839.738000', '171839.741000', '171839.743000', '171839.746000', '171839.748000', '171839.751000', '171839.753000', '171839.756000', '171839.759000', '171839.761000', '171839.764000', '171839.766000', '171839.769000', '171839.771000', '171839.774000', '171839.776000', '171839.779000', '171839.782000', '171839.784000', '171839.787000', '171839.789000', '171839.792000', '171839.794000', '171839.797000', '171839.847000', '171839.849000', '171839.852000', '171839.854000', '171839.857000', '171839.859000', '171839.862000', '171839.865000', '171839.867000', '171839.870000', '171839.872000', '171839.875000', '171839.877000', '171859.720000', '171859.723000', '171859.725000', '171859.728000', '171859.730000', '171859.733000', '171859.735000', '171859.738000', '171859.740000', '171859.743000', '171859.746000', '171859.748000', '171859.751000', '171859.753000', '171859.756000', '171859.759000', '171859.761000', '171859.764000', '171859.766000', '171859.769000', '171859.771000', '171859.774000', '171859.776000', '171859.779000', '171859.782000', '171859.784000', '171859.787000', '171859.789000', '171859.792000', '171859.795000', '171859.797000', '171859.869000', '171859.871000', '171859.874000', '171859.876000', '171859.879000', '171859.882000', '171859.884000', '171859.887000', '171859.889000', '171859.892000', '171859.894000', '171859.897000', '171913.231000', '171913.234000', '171913.237000', '171913.239000', '171913.242000', '171913.245000', '171913.247000', '171913.250000', '171913.253000', '171913.255000', '171913.258000', '171913.261000', '171913.267000', '171913.289000', '171913.292000', '171913.295000', '171913.297000', '171913.300000', '171913.304000', '171913.308000', '171913.311000', '171913.314000', '171913.316000', '171913.319000', '171913.322000', '171913.325000', '171913.327000', '171913.330000', '171913.333000', '171913.336000'], 'InstanceCreationTime': ['170919.762000', '170919.765000', '170919.768000', '170919.771000', '170919.773000', '170919.776000', '170919.778000', '170919.781000', '170919.790000', '170919.792000', '170919.795000', '170919.797000', '170919.800000', '170919.802000', '170919.805000', '170919.808000', '170919.810000', '170919.813000', '170919.815000', '170919.818000', '170919.820000', '170919.823000', '170919.826000', '170919.828000', '170919.831000', '170919.833000', '170919.836000', '170919.838000', '170919.841000', '170919.843000', '170919.846000', '170939.719000', '170939.722000', '170939.725000', '170939.727000', '170939.730000', '170939.733000', '170939.735000', '170939.738000', '170939.740000', '170939.749000', '170939.751000', '170939.754000', '170939.756000', '170939.759000', '170939.761000', '170939.764000', '170939.766000', '170939.769000', '170939.771000', '170939.774000', '170939.776000', '170939.779000', '170939.781000', '170939.784000', '170939.787000', '170939.789000', '170939.792000', '170939.794000', '170939.797000', '170939.800000', '170939.812000', '170939.814000', '170939.817000', '170939.819000', '170939.822000', '170939.824000', '170939.827000', '170939.829000', '170939.832000', '170939.834000', '170939.837000', '170939.839000', '170939.842000', '170939.844000', '170959.718000', '170959.721000', '170959.724000', '170959.726000', '170959.729000', '170959.731000', '170959.734000', '170959.737000', '170959.739000', '170959.742000', '170959.744000', '170959.747000', '170959.749000', '170959.752000', '170959.755000', '170959.757000', '170959.760000', '170959.762000', '170959.765000', '170959.768000', '170959.770000', '170959.773000', '170959.775000', '170959.778000', '170959.780000', '170959.783000', '170959.786000', '170959.788000', '170959.797000', '170959.800000', '170959.802000', '170959.805000', '170959.807000', '170959.810000', '170959.812000', '170959.815000', '170959.818000', '170959.820000', '170959.823000', '170959.825000', '170959.828000', '170959.830000', '170959.833000', '171019.718000', '171019.721000', '171019.724000', '171019.726000', '171019.729000', '171019.732000', '171019.734000', '171019.737000', '171019.739000', '171019.742000', '171019.745000', '171019.747000', '171019.750000', '171019.752000', '171019.755000', '171019.757000', '171019.760000', '171019.762000', '171019.765000', '171019.767000', '171019.770000', '171019.772000', '171019.775000', '171019.778000', '171019.780000', '171019.783000', '171019.785000', '171019.788000', '171019.790000', '171019.793000', '171019.795000', '171019.798000', '171019.801000', '171019.803000', '171019.806000', '171019.808000', '171019.811000', '171019.813000', '171019.816000', '171019.819000', '171019.821000', '171019.824000', '171019.826000', '171019.829000', '171039.719000', '171039.722000', '171039.725000', '171039.727000', '171039.730000', '171039.732000', '171039.735000', '171039.738000', '171039.740000', '171039.743000', '171039.745000', '171039.748000', '171039.750000', '171039.753000', '171039.756000', '171039.758000', '171039.761000', '171039.763000', '171039.766000', '171039.771000', '171039.773000', '171039.776000', '171039.778000', '171039.781000', '171039.783000', '171039.786000', '171039.788000', '171039.791000', '171039.794000', '171039.796000', '171039.799000', '171039.823000', '171039.826000', '171039.828000', '171039.831000', '171039.834000', '171039.836000', '171039.839000', '171039.841000', '171039.844000', '171039.846000', '171039.849000', '171039.852000', '171059.719000', '171059.722000', '171059.725000', '171059.727000', '171059.730000', '171059.732000', '171059.747000', '171059.750000', '171059.756000', '171059.759000', '171059.761000', '171059.764000', '171059.766000', '171059.769000', '171059.771000', '171059.774000', '171059.777000', '171059.779000', '171059.782000', '171059.784000', '171059.787000', '171059.789000', '171059.792000', '171059.795000', '171059.797000', '171059.828000', '171059.831000', '171059.834000', '171059.836000', '171059.839000', '171059.841000', '171059.844000', '171059.846000', '171059.849000', '171059.851000', '171059.854000', '171059.857000', '171059.859000', '171059.862000', '171059.864000', '171059.867000', '171059.869000', '171059.872000', '171059.874000', '171119.719000', '171119.722000', '171119.725000', '171119.728000', '171119.730000', '171119.733000', '171119.735000', '171119.738000', '171119.741000', '171119.743000', '171119.746000', '171119.748000', '171119.751000', '171119.753000', '171119.756000', '171119.758000', '171119.761000', '171119.764000', '171119.766000', '171119.769000', '171119.780000', '171119.782000', '171119.785000', '171119.787000', '171119.790000', '171119.792000', '171119.795000', '171119.797000', '171119.850000', '171119.853000', '171119.855000', '171119.858000', '171119.860000', '171119.863000', '171119.866000', '171119.868000', '171119.871000', '171119.873000', '171119.876000', '171119.878000', '171119.881000', '171119.883000', '171119.886000', '171139.719000', '171139.722000', '171139.725000', '171139.727000', '171139.730000', '171139.733000', '171139.735000', '171139.738000', '171139.740000', '171139.743000', '171139.745000', '171139.748000', '171139.750000', '171139.753000', '171139.756000', '171139.758000', '171139.761000', '171139.763000', '171139.766000', '171139.769000', '171139.771000', '171139.774000', '171139.776000', '171139.779000', '171139.781000', '171139.784000', '171139.787000', '171139.789000', '171139.792000', '171139.794000', '171139.797000', '171139.800000', '171139.802000', '171139.805000', '171139.807000', '171139.810000', '171139.812000', '171139.815000', '171139.818000', '171139.820000', '171139.823000', '171139.825000', '171139.828000', '171139.831000', '171159.719000', '171159.722000', '171159.725000', '171159.727000', '171159.730000', '171159.733000', '171159.735000', '171159.738000', '171159.740000', '171159.743000', '171159.745000', '171159.748000', '171159.751000', '171159.753000', '171159.756000', '171159.758000', '171159.761000', '171159.764000', '171159.766000', '171159.769000', '171159.771000', '171159.774000', '171159.776000', '171159.779000', '171159.781000', '171159.784000', '171159.786000', '171159.789000', '171159.792000', '171159.794000', '171159.797000', '171159.851000', '171159.853000', '171159.856000', '171159.858000', '171159.861000', '171159.863000', '171159.866000', '171159.869000', '171159.871000', '171159.874000', '171159.876000', '171159.879000', '171219.719000', '171219.722000', '171219.725000', '171219.727000', '171219.730000', '171219.732000', '171219.735000', '171219.738000', '171219.740000', '171219.743000', '171219.745000', '171219.748000', '171219.751000', '171219.753000', '171219.756000', '171219.758000', '171219.761000', '171219.763000', '171219.766000', '171219.769000', '171219.771000', '171219.774000', '171219.776000', '171219.779000', '171219.781000', '171219.784000', '171219.787000', '171219.789000', '171219.792000', '171219.794000', '171219.797000', '171219.828000', '171219.831000', '171219.833000', '171219.836000', '171219.838000', '171219.841000', '171219.843000', '171219.846000', '171219.849000', '171219.851000', '171219.854000', '171219.856000', '171239.718000', '171239.721000', '171239.724000', '171239.726000', '171239.729000', '171239.732000', '171239.734000', '171239.737000', '171239.739000', '171239.742000', '171239.744000', '171239.747000', '171239.749000', '171239.752000', '171239.754000', '171239.757000', '171239.759000', '171239.762000', '171239.764000', '171239.767000', '171239.770000', '171239.772000', '171239.775000', '171239.777000', '171239.780000', '171239.782000', '171239.785000', '171239.787000', '171239.790000', '171239.792000', '171239.795000', '171239.797000', '171239.831000', '171239.833000', '171239.836000', '171239.838000', '171239.841000', '171239.843000', '171239.846000', '171239.848000', '171239.851000', '171239.853000', '171239.856000', '171239.858000', '171259.720000', '171259.722000', '171259.725000', '171259.727000', '171259.730000', '171259.733000', '171259.735000', '171259.738000', '171259.740000', '171259.743000', '171259.746000', '171259.748000', '171259.751000', '171259.754000', '171259.757000', '171259.760000', '171259.762000', '171259.765000', '171259.768000', '171259.770000', '171259.773000', '171259.775000', '171259.778000', '171259.780000', '171259.783000', '171259.785000', '171259.788000', '171259.790000', '171259.793000', '171259.796000', '171259.798000', '171259.846000', '171259.848000', '171259.851000', '171259.853000', '171259.856000', '171259.858000', '171259.861000', '171259.864000', '171259.866000', '171259.869000', '171259.871000', '171259.874000', '171319.719000', '171319.722000', '171319.725000', '171319.728000', '171319.730000', '171319.733000', '171319.735000', '171319.738000', '171319.740000', '171319.743000', '171319.745000', '171319.748000', '171319.750000', '171319.753000', '171319.756000', '171319.758000', '171319.761000', '171319.763000', '171319.766000', '171319.768000', '171319.771000', '171319.774000', '171319.776000', '171319.779000', '171319.781000', '171319.784000', '171319.786000', '171319.789000', '171319.791000', '171319.794000', '171319.797000', '171319.852000', '171319.855000', '171319.857000', '171319.860000', '171319.862000', '171319.865000', '171319.867000', '171319.870000', '171319.873000', '171319.875000', '171319.878000', '171319.880000', '171319.883000', '171339.719000', '171339.722000', '171339.725000', '171339.727000', '171339.730000', '171339.733000', '171339.735000', '171339.738000', '171339.740000', '171339.743000', '171339.745000', '171339.748000', '171339.750000', '171339.753000', '171339.756000', '171339.758000', '171339.761000', '171339.763000', '171339.766000', '171339.768000', '171339.771000', '171339.774000', '171339.776000', '171339.779000', '171339.782000', '171339.784000', '171339.787000', '171339.790000', '171339.792000', '171339.795000', '171339.797000', '171339.839000', '171339.842000', '171339.844000', '171339.847000', '171339.849000', '171339.852000', '171339.854000', '171339.857000', '171339.859000', '171339.862000', '171339.864000', '171339.867000', '171359.719000', '171359.722000', '171359.725000', '171359.727000', '171359.730000', '171359.732000', '171359.735000', '171359.738000', '171359.740000', '171359.743000', '171359.745000', '171359.748000', '171359.750000', '171359.765000', '171359.768000', '171359.770000', '171359.773000', '171359.775000', '171359.778000', '171359.781000', '171359.783000', '171359.786000', '171359.788000', '171359.791000', '171359.793000', '171359.796000', '171359.798000', '171359.840000', '171359.842000', '171359.845000', '171359.854000', '171359.857000', '171359.860000', '171359.862000', '171359.865000', '171359.867000', '171359.870000', '171359.872000', '171359.875000', '171359.877000', '171359.880000', '171359.882000', '171359.885000', '171359.888000', '171419.719000', '171419.722000', '171419.725000', '171419.727000', '171419.730000', '171419.733000', '171419.735000', '171419.738000', '171419.740000', '171419.743000', '171419.746000', '171419.748000', '171419.751000', '171419.753000', '171419.756000', '171419.759000', '171419.761000', '171419.764000', '171419.766000', '171419.769000', '171419.771000', '171419.774000', '171419.777000', '171419.780000', '171419.783000', '171419.786000', '171419.789000', '171419.791000', '171419.794000', '171419.797000', '171419.855000', '171419.857000', '171419.860000', '171419.862000', '171419.865000', '171419.868000', '171419.870000', '171419.873000', '171419.875000', '171419.878000', '171419.880000', '171419.883000', '171419.886000', '171439.718000', '171439.721000', '171439.724000', '171439.726000', '171439.729000', '171439.731000', '171439.734000', '171439.737000', '171439.739000', '171439.742000', '171439.744000', '171439.747000', '171439.750000', '171439.752000', '171439.755000', '171439.757000', '171439.760000', '171439.762000', '171439.765000', '171439.768000', '171439.770000', '171439.773000', '171439.775000', '171439.778000', '171439.781000', '171439.783000', '171439.786000', '171439.788000', '171439.791000', '171439.793000', '171439.796000', '171439.799000', '171439.830000', '171439.833000', '171439.836000', '171439.838000', '171439.841000', '171439.843000', '171439.846000', '171439.848000', '171439.851000', '171439.853000', '171439.856000', '171439.858000', '171459.718000', '171459.721000', '171459.724000', '171459.726000', '171459.729000', '171459.731000', '171459.734000', '171459.737000', '171459.739000', '171459.742000', '171459.744000', '171459.747000', '171459.750000', '171459.752000', '171459.755000', '171459.757000', '171459.760000', '171459.763000', '171459.765000', '171459.768000', '171459.770000', '171459.773000', '171459.775000', '171459.778000', '171459.781000', '171459.783000', '171459.786000', '171459.788000', '171459.791000', '171459.793000', '171459.796000', '171459.798000', '171459.840000', '171459.843000', '171459.845000', '171459.848000', '171459.850000', '171459.853000', '171459.856000', '171459.858000', '171459.861000', '171459.863000', '171459.866000', '171519.719000', '171519.722000', '171519.725000', '171519.727000', '171519.730000', '171519.732000', '171519.735000', '171519.738000', '171519.740000', '171519.743000', '171519.746000', '171519.749000', '171519.751000', '171519.754000', '171519.756000', '171519.759000', '171519.761000', '171519.764000', '171519.766000', '171519.769000', '171519.771000', '171519.774000', '171519.777000', '171519.779000', '171519.793000', '171519.796000', '171519.799000', '171519.848000', '171519.851000', '171519.853000', '171519.856000', '171519.858000', '171519.861000', '171519.863000', '171519.873000', '171519.876000', '171519.878000', '171519.881000', '171519.884000', '171519.886000', '171519.889000', '171519.891000', '171519.894000', '171519.896000', '171539.719000', '171539.722000', '171539.725000', '171539.727000', '171539.730000', '171539.732000', '171539.735000', '171539.738000', '171539.740000', '171539.743000', '171539.745000', '171539.748000', '171539.750000', '171539.753000', '171539.756000', '171539.758000', '171539.761000', '171539.763000', '171539.766000', '171539.768000', '171539.771000', '171539.773000', '171539.776000', '171539.778000', '171539.781000', '171539.784000', '171539.786000', '171539.789000', '171539.791000', '171539.794000', '171539.797000', '171539.799000', '171539.863000', '171539.866000', '171539.868000', '171539.871000', '171539.874000', '171539.876000', '171539.879000', '171539.882000', '171539.884000', '171539.887000', '171539.889000', '171559.720000', '171559.722000', '171559.725000', '171559.728000', '171559.730000', '171559.733000', '171559.735000', '171559.738000', '171559.740000', '171559.743000', '171559.745000', '171559.748000', '171559.751000', '171559.753000', '171559.756000', '171559.758000', '171559.761000', '171559.763000', '171559.766000', '171559.769000', '171559.771000', '171559.774000', '171559.776000', '171559.779000', '171559.781000', '171559.784000', '171559.786000', '171559.789000', '171559.792000', '171559.794000', '171559.797000', '171559.859000', '171559.861000', '171559.864000', '171559.866000', '171559.869000', '171559.871000', '171559.874000', '171559.877000', '171559.879000', '171559.882000', '171559.884000', '171559.887000', '171559.889000', '171619.720000', '171619.723000', '171619.730000', '171619.732000', '171619.735000', '171619.738000', '171619.740000', '171619.743000', '171619.745000', '171619.748000', '171619.751000', '171619.753000', '171619.756000', '171619.758000', '171619.761000', '171619.763000', '171619.766000', '171619.769000', '171619.771000', '171619.774000', '171619.776000', '171619.779000', '171619.781000', '171619.784000', '171619.787000', '171619.789000', '171619.792000', '171619.794000', '171619.797000', '171619.878000', '171619.881000', '171619.883000', '171619.886000', '171619.889000', '171619.891000', '171619.894000', '171619.897000', '171619.899000', '171619.902000', '171619.904000', '171619.907000', '171619.910000', '171619.912000', '171639.720000', '171639.723000', '171639.725000', '171639.728000', '171639.731000', '171639.733000', '171639.736000', '171639.738000', '171639.741000', '171639.744000', '171639.746000', '171639.749000', '171639.751000', '171639.754000', '171639.757000', '171639.759000', '171639.762000', '171639.764000', '171639.767000', '171639.769000', '171639.772000', '171639.775000', '171639.777000', '171639.780000', '171639.782000', '171639.785000', '171639.787000', '171639.790000', '171639.792000', '171639.795000', '171639.797000', '171639.854000', '171639.857000', '171639.859000', '171639.862000', '171639.877000', '171639.879000', '171639.882000', '171639.884000', '171639.887000', '171639.889000', '171639.892000', '171639.894000', '171639.897000', '171659.718000', '171659.721000', '171659.724000', '171659.726000', '171659.729000', '171659.732000', '171659.734000', '171659.737000', '171659.739000', '171659.742000', '171659.744000', '171659.747000', '171659.750000', '171659.752000', '171659.755000', '171659.757000', '171659.760000', '171659.762000', '171659.765000', '171659.767000', '171659.770000', '171659.773000', '171659.775000', '171659.778000', '171659.780000', '171659.783000', '171659.785000', '171659.788000', '171659.791000', '171659.793000', '171659.796000', '171659.798000', '171659.801000', '171659.804000', '171659.806000', '171659.809000', '171659.811000', '171659.814000', '171659.816000', '171659.819000', '171659.821000', '171659.824000', '171659.827000', '171719.718000', '171719.721000', '171719.724000', '171719.726000', '171719.729000', '171719.732000', '171719.734000', '171719.737000', '171719.739000', '171719.742000', '171719.745000', '171719.747000', '171719.750000', '171719.752000', '171719.755000', '171719.758000', '171719.760000', '171719.763000', '171719.765000', '171719.768000', '171719.770000', '171719.773000', '171719.775000', '171719.778000', '171719.781000', '171719.783000', '171719.786000', '171719.788000', '171719.791000', '171719.794000', '171719.796000', '171719.799000', '171719.912000', '171719.914000', '171719.917000', '171719.919000', '171719.922000', '171719.924000', '171719.927000', '171719.929000', '171719.932000', '171719.935000', '171719.937000', '171719.940000', '171739.719000', '171739.722000', '171739.725000', '171739.728000', '171739.730000', '171739.733000', '171739.735000', '171739.738000', '171739.741000', '171739.743000', '171739.746000', '171739.749000', '171739.751000', '171739.754000', '171739.756000', '171739.759000', '171739.762000', '171739.764000', '171739.767000', '171739.769000', '171739.772000', '171739.774000', '171739.777000', '171739.780000', '171739.782000', '171739.785000', '171739.787000', '171739.790000', '171739.792000', '171739.795000', '171739.797000', '171739.890000', '171739.892000', '171739.895000', '171739.898000', '171739.900000', '171739.903000', '171739.905000', '171739.908000', '171739.911000', '171739.913000', '171739.916000', '171739.918000', '171759.720000', '171759.722000', '171759.725000', '171759.728000', '171759.730000', '171759.733000', '171759.736000', '171759.738000', '171759.741000', '171759.743000', '171759.746000', '171759.748000', '171759.751000', '171759.753000', '171759.756000', '171759.759000', '171759.761000', '171759.764000', '171759.766000', '171759.769000', '171759.771000', '171759.774000', '171759.776000', '171759.779000', '171759.782000', '171759.784000', '171759.787000', '171759.789000', '171759.792000', '171759.794000', '171759.797000', '171759.882000', '171759.884000', '171759.887000', '171759.889000', '171759.892000', '171759.894000', '171759.897000', '171759.899000', '171759.902000', '171759.905000', '171759.907000', '171759.910000', '171759.912000', '171819.720000', '171819.723000', '171819.725000', '171819.728000', '171819.730000', '171819.733000', '171819.735000', '171819.738000', '171819.741000', '171819.743000', '171819.746000', '171819.748000', '171819.751000', '171819.753000', '171819.756000', '171819.759000', '171819.761000', '171819.764000', '171819.767000', '171819.769000', '171819.772000', '171819.774000', '171819.777000', '171819.780000', '171819.782000', '171819.785000', '171819.787000', '171819.790000', '171819.792000', '171819.795000', '171819.798000', '171819.866000', '171819.869000', '171819.871000', '171819.874000', '171819.876000', '171819.879000', '171819.882000', '171819.884000', '171819.887000', '171819.889000', '171819.892000', '171819.894000', '171839.720000', '171839.722000', '171839.725000', '171839.728000', '171839.730000', '171839.733000', '171839.735000', '171839.738000', '171839.741000', '171839.743000', '171839.746000', '171839.748000', '171839.751000', '171839.753000', '171839.756000', '171839.759000', '171839.761000', '171839.764000', '171839.766000', '171839.769000', '171839.771000', '171839.774000', '171839.776000', '171839.779000', '171839.782000', '171839.784000', '171839.787000', '171839.789000', '171839.792000', '171839.794000', '171839.797000', '171839.847000', '171839.849000', '171839.852000', '171839.854000', '171839.857000', '171839.859000', '171839.862000', '171839.865000', '171839.867000', '171839.870000', '171839.872000', '171839.875000', '171839.877000', '171859.720000', '171859.723000', '171859.725000', '171859.728000', '171859.730000', '171859.733000', '171859.735000', '171859.738000', '171859.740000', '171859.743000', '171859.746000', '171859.748000', '171859.751000', '171859.753000', '171859.756000', '171859.759000', '171859.761000', '171859.764000', '171859.766000', '171859.769000', '171859.771000', '171859.774000', '171859.776000', '171859.779000', '171859.782000', '171859.784000', '171859.787000', '171859.789000', '171859.792000', '171859.795000', '171859.797000', '171859.869000', '171859.871000', '171859.874000', '171859.876000', '171859.879000', '171859.882000', '171859.884000', '171859.887000', '171859.889000', '171859.892000', '171859.894000', '171859.897000', '171913.231000', '171913.234000', '171913.237000', '171913.239000', '171913.242000', '171913.245000', '171913.247000', '171913.250000', '171913.253000', '171913.255000', '171913.258000', '171913.261000', '171913.267000', '171913.289000', '171913.292000', '171913.295000', '171913.297000', '171913.300000', '171913.304000', '171913.308000', '171913.311000', '171913.314000', '171913.316000', '171913.319000', '171913.322000', '171913.325000', '171913.327000', '171913.330000', '171913.333000', '171913.336000'], '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], 'LargestImagePixelValue': [9413, 11781, 8880, 9278, 8975, 8018, 10295, 8440, 9926, 7619, 8962, 11183, 8273, 10685, 8110, 9500, 8465, 8075, 10716, 8601, 9389, 8287, 7813, 9995, 8954, 10339, 7905, 8411, 12157, 8990, 9564, 10773, 8434, 12126, 8527, 10471, 9547, 8882, 13675, 8441, 12165, 8472, 9350, 11744, 8812, 13545, 8997, 10513, 17279, 8785, 15326, 8694, 9905, 10964, 8627, 12045, 8722, 9488, 8215, 8413, 11670, 8598, 10237, 9964, 8750, 13757, 8663, 11218, 9825, 8656, 13378, 9125, 11050, 8096, 9898, 9560, 9125, 12322, 8390, 12441, 10235, 9593, 15211, 8220, 12363, 9073, 9730, 12865, 8329, 12286, 8609, 10886, 8984, 9553, 14753, 8593, 12494, 8585, 11067, 7579, 8465, 12552, 8270, 12155, 8273, 12648, 8409, 10332, 8331, 10044, 13634, 8452, 12647, 8949, 11736, 12736, 10817, 14545, 8662, 11958, 9390, 13108, 8420, 9288, 8740, 8043, 10919, 9729, 10215, 11134, 9044, 12800, 9053, 12853, 9371, 9519, 11341, 8213, 12398, 8416, 12302, 8089, 11189, 7745, 9775, 7448, 9114, 12282, 8446, 13430, 8215, 12629, 9336, 13453, 10188, 9932, 8064, 11148, 8458, 10599, 14256, 9138, 13068, 8988, 13108, 9185, 13021, 10093, 11716, 7841, 10077, 13930, 8701, 13604, 8288, 11341, 7902, 10089, 14077, 7773, 13254, 8312, 10478, 7390, 10031, 13522, 7782, 14195, 9271, 13026, 7628, 11178, 8940, 10911, 8772, 10823, 10800, 10416, 15174, 10567, 12468, 7923, 13822, 9652, 12658, 9930, 14314, 10957, 14150, 7932, 13206, 8762, 12954, 11045, 10498, 7633, 10482, 13834, 8594, 13533, 8348, 10184, 11462, 7803, 13832, 8847, 11253, 7025, 7960, 14211, 8868, 12437, 7132, 8176, 15314, 8121, 13330, 7374, 10953, 9427, 8780, 14951, 10198, 13032, 7373, 9503, 8274, 12271, 14158, 12015, 13541, 10578, 11918, 9735, 12382, 12677, 10872, 17679, 7970, 13592, 9935, 10719, 9934, 8002, 14338, 9023, 11121, 7273, 8888, 14722, 8412, 12800, 7494, 10852, 7308, 10001, 12774, 8980, 13798, 8409, 13374, 9885, 10203, 7824, 9283, 13896, 8299, 14243, 9590, 13905, 7277, 10691, 9473, 9531, 9099, 11493, 6949, 9670, 7836, 13252, 8227, 14569, 8444, 13118, 9802, 10568, 16280, 7598, 14832, 10348, 11331, 11694, 7872, 14481, 8739, 12979, 8554, 13579, 7502, 12186, 9242, 10421, 7508, 10353, 7035, 10504, 16700, 11817, 14571, 8066, 12425, 7952, 14023, 11931, 10901, 16320, 7976, 14241, 8652, 13026, 7811, 9915, 12956, 8755, 14706, 8230, 12803, 7268, 9783, 14754, 8329, 14775, 7486, 11858, 8318, 9833, 14179, 7608, 15522, 9019, 11762, 8057, 9338, 13224, 9040, 12984, 10497, 10339, 10079, 8051, 11466, 12440, 11614, 15614, 8527, 15633, 11104, 12458, 12965, 9366, 15513, 8855, 12145, 8934, 8431, 15404, 7699, 11737, 14037, 8189, 14289, 7689, 9067, 16155, 8134, 13204, 7107, 9116, 8228, 8466, 12374, 7999, 13736, 8982, 12851, 13777, 10142, 15385, 8706, 13842, 13437, 11055, 18093, 7914, 14038, 8609, 11578, 12770, 8766, 15557, 8652, 11642, 12441, 9031, 15757, 7624, 11332, 9759, 9027, 16646, 7937, 12417, 12090, 9763, 16003, 7812, 13085, 7783, 11278, 14477, 10670, 14356, 8211, 14611, 8675, 13932, 14487, 9912, 17404, 11056, 11972, 17558, 10464, 15965, 8219, 11212, 16423, 9506, 14615, 7807, 9625, 16646, 8912, 12550, 7685, 9230, 16557, 9297, 12451, 7284, 9101, 16301, 8738, 12628, 7462, 9414, 16753, 8602, 13346, 17939, 9256, 13789, 8749, 9505, 17214, 8679, 14085, 7513, 12150, 7473, 10331, 17321, 10572, 13391, 12647, 9452, 16797, 10871, 11255, 17684, 10924, 13884, 11973, 8936, 16645, 9617, 12253, 15721, 8594, 13743, 9215, 10444, 16572, 8631, 13864, 8413, 10200, 11573, 9110, 15644, 8193, 13935, 13655, 10899, 16214, 8355, 13393, 9024, 12535, 7691, 10558, 12154, 8449, 16303, 9918, 14269, 8501, 9910, 16961, 9176, 14475, 8669, 9906, 16844, 8037, 13557, 11178, 9778, 16623, 7888, 11354, 14977, 8885, 14949, 7683, 10869, 12618, 9225, 14130, 8154, 13843, 7968, 13218, 14483, 10871, 15142, 11297, 11720, 16387, 10089, 15919, 11000, 13891, 17197, 9220, 16386, 10661, 12838, 12945, 9046, 15379, 8274, 11352, 8577, 9036, 15569, 8243, 12985, 7381, 9412, 16661, 8037, 14214, 9321, 10540, 16944, 8363, 14062, 8846, 12151, 7855, 9360, 14260, 8370, 16118, 8165, 15543, 9952, 12204, 7799, 14924, 10054, 16011, 9372, 16086, 11250, 13546, 15603, 11208, 18310, 8276, 13163, 15731, 10188, 16049, 7999, 13118, 9822, 8778, 15957, 8446, 12271, 7522, 8650, 16244, 8252, 13030, 8149, 9002, 15494, 7955, 13150, 7639, 13410, 7888, 13626, 9636, 12988, 12819, 10009, 18068, 12677, 15936, 10677, 10648, 17734, 9581, 15403, 11201, 12590, 16440, 8718, 16950, 10889, 14405, 8731, 12225, 19219, 9379, 16714, 11511, 11973, 18571, 7971, 14529, 8490, 11808, 11310, 8648, 16256, 9015, 12848, 8238, 10197, 7300, 9924, 13513, 10249, 15758, 8464, 15879, 10808, 13106, 8313, 9569, 16892, 9409, 15778, 10056, 11979, 7582, 9083, 14259, 8278, 15835, 8971, 13798, 8105, 9218, 14741, 8999, 14832, 8010, 13373, 10661, 10222, 14695, 8330, 14792, 8461, 13172, 9463, 10141, 11000, 8554, 14634, 9197, 12823, 9352, 7371, 12826, 12240, 11203, 8599, 11125, 9168, 12288, 12304, 9258, 11017, 9707, 13617, 12912, 13144, 9784, 10107, 15887, 9530, 14994, 8711, 14119, 9557, 9674, 16761, 9245, 13543, 7911, 9446, 13033, 8497, 14067, 7898, 13140, 7793, 12785, 8458, 11905, 7693, 11135, 8482, 9706, 13684, 11366, 15134, 8743, 13896, 14182, 10817, 16964, 10593, 15173, 8458, 12138, 16567, 10542, 16235, 8442, 14688, 8214, 14191, 11926, 10781, 16700, 8110, 12477, 13951, 9308, 15422, 8163, 13459, 8047, 9666, 13571, 8875, 15104, 7960, 12776, 7887, 10001, 8227, 8689, 14283, 8801, 15565, 9700, 15608, 8572, 14657, 10414, 13011, 11444, 9460, 17141, 9768, 16116, 10188, 13824, 8965, 11019, 10963, 10205, 12657, 8748, 15831, 8888, 15827, 10232, 13016, 14732, 8604, 16574, 10540, 14293, 8768, 9445, 11289, 9429, 9243, 8376, 7237, 9000, 7516, 10068, 8090, 15673, 9317, 15498, 10802, 10823, 17821, 13060, 15226, 8257, 14107, 8838, 13575, 13052, 9946, 16480, 8575, 15287, 9438, 13147, 8237, 9716, 14986, 8421, 14468, 8358, 11939, 11685, 8749, 16070, 8785, 13367, 8272, 9163, 12207, 8874, 11030, 8519, 13738, 8138, 14982, 8941, 13277, 8175, 11066, 12365, 10620, 15962, 9088, 15505, 11485, 13317, 18266, 11758, 16026, 8074, 13040, 11297, 10040, 16183, 9007, 13987, 8707, 9270, 16184, 9071, 13353, 7780, 10105, 12864, 8586, 14748, 8114, 13587, 8021, 10221, 13515, 9333, 14065, 8358, 14240, 8548, 15382, 10108, 15052, 9379, 11145, 12526, 10653, 17577, 9249, 15349, 8522, 14126, 10041, 11476, 7438, 9391, 15915, 8602, 14917, 8521, 13134, 8117, 9333, 16644, 9036, 15076, 8229, 12253, 8307, 10071, 9299, 8742, 14018, 8868, 13946, 9211, 9345, 10095, 12257, 10549, 8719, 15139, 9336, 15984, 10957, 13603, 11522, 12431, 9990, 9685, 16674, 8471, 15700, 10596, 11079, 10059, 8531, 15179, 8528, 12564, 8022, 9580, 14277, 8089, 13293, 7599, 11135, 9507, 8729, 14785, 8160, 13769, 7636, 10153, 11957, 8737, 12981, 8063, 13923, 8537, 14423, 9294, 13782, 9805, 10085, 17048, 12462, 13225, 10198, 10189, 12629, 9110, 16257, 9609, 14997, 11942, 10676, 16319, 9095, 15120, 8166, 11356, 12424, 9029, 14662, 8195, 14213, 8344, 13075, 8208, 10644, 7644, 9284, 12139, 9567, 13536, 9099, 9383, 10470, 9229, 15443, 9021, 16376, 10488, 13489, 14198, 10686, 12181, 8693, 14019, 8447, 15353, 12056, 13767, 8124, 12105, 7990, 10712, 13524, 9151, 15028, 8261, 13721, 8288, 12298, 8584, 9508, 9793, 8825, 10515, 9107, 11366, 9238, 11980, 9548, 9777, 10005, 13422, 9944, 17055, 12906, 15246, 8638, 12841, 8163, 11512, 12201, 9368, 17911, 8120, 14894, 9185, 14156, 8010, 12345, 14905, 8953, 15465, 9891, 11447, 8491, 8698, 15657, 9286, 12627, 8449, 8772, 15688, 8190, 13509, 7980, 12204, 8362, 10897, 7820, 11971, 8390, 11477, 8297, 11746, 10616, 8283, 11649, 10303, 13303, 17100, 14903, 17828, 9825, 15833, 12047, 14322, 16911, 12397, 18852, 9062, 12230, 9172, 10227, 8802, 7813, 14099, 8216, 13024, 8143, 10430, 7949, 8180, 14518, 8348, 12791, 7770, 12743, 8034, 13288, 9354, 13657, 8867, 13380, 10332, 13561, 9262, 11533, 15686, 11699, 18148, 14894, 17111, 9232, 12506, 9018, 13313, 11585, 10149, 17693, 7855, 14331, 8937, 11688, 7709, 9052, 14668, 8886, 12995, 7892, 9234, 13274, 8425, 13936, 8496, 11806, 7896, 10484, 7804, 9909, 9714, 8958, 14487, 7847, 13096, 9012, 11424, 14192, 8958, 14237, 10233, 11957, 15810, 8721, 15130, 8077, 11147, 13190, 8359, 13834, 8187, 11096, 11949, 8314, 13527, 7954, 10820, 7267, 8268, 14802, 8656, 12590, 7964, 9840, 7516, 9587, 8147, 11342, 8486, 10911, 8668, 13291, 8773, 8566, 12588, 11564, 12326, 10684, 14981, 17630, 16637, 18957, 10655, 13868, 10660, 11738, 15910, 9443, 15914, 8915, 12756, 8740, 11588, 7578, 10555, 7773, 10421, 11064, 9131, 14694, 7781, 11914, 8979, 11656, 8143, 10325, 11573, 7905, 14063, 9401, 12105, 8110, 11556, 8281, 13001, 9113, 10444, 8571, 9875, 10323, 8816, 13406, 9704, 15189, 9488, 15406, 10901, 16335, 14247, 12688, 14608, 10171, 14180, 8437, 13975, 11395, 10092, 7907, 9288, 12030, 8087, 13887], 'WindowCenter': [4342.0, 4346.0, 4302.0, 4312.0, 4286.0, 4277.0, 4306.0, 4286.0, 4297.0, 4274.0, 4286.0, 4305.0, 4275.0, 4306.0, 4275.0, 4296.0, 4285.0, 4289.0, 4318.0, 4283.0, 4296.0, 4284.0, 4287.0, 4307.0, 4319.0, 4330.0, 4288.0, 4287.0, 4325.0, 4286.0, 4296.0, 4317.0, 4285.0, 4314.0, 4284.0, 4306.0, 4294.0, 4283.0, 4336.0, 4286.0, 4314.0, 4272.0, 4296.0, 4303.0, 4285.0, 4323.0, 4283.0, 4304.0, 4332.0, 4272.0, 4334.0, 4272.0, 4294.0, 4301.0, 4282.0, 4313.0, 4280.0, 4307.0, 4285.0, 4285.0, 4327.0, 4297.0, 4317.0, 4295.0, 4284.0, 4337.0, 4284.0, 4317.0, 4304.0, 4285.0, 4335.0, 4294.0, 4303.0, 4275.0, 4307.0, 4295.0, 4297.0, 4326.0, 4298.0, 4337.0, 4305.0, 4294.0, 4334.0, 4288.0, 4327.0, 4281.0, 4296.0, 4314.0, 4288.0, 4326.0, 4297.0, 4318.0, 4283.0, 4296.0, 4333.0, 4284.0, 4313.0, 4285.0, 4315.0, 4273.0, 4285.0, 4324.0, 4284.0, 4324.0, 4273.0, 4327.0, 4275.0, 4305.0, 4274.0, 4297.0, 4325.0, 4286.0, 4315.0, 4285.0, 4317.0, 4313.0, 4295.0, 4311.0, 4272.0, 4303.0, 4283.0, 4323.0, 4284.0, 4282.0, 4284.0, 4272.0, 4317.0, 4293.0, 4305.0, 4302.0, 4283.0, 4313.0, 4285.0, 4314.0, 4284.0, 4283.0, 4290.0, 4259.0, 4299.0, 4261.0, 4299.0, 4263.0, 4302.0, 4260.0, 4292.0, 4251.0, 4282.0, 4301.0, 4273.0, 4313.0, 4273.0, 4313.0, 4293.0, 4325.0, 4306.0, 4295.0, 4261.0, 4304.0, 4262.0, 4292.0, 4320.0, 4281.0, 4310.0, 4282.0, 4311.0, 4282.0, 4313.0, 4280.0, 4300.0, 4247.0, 4281.0, 4309.0, 4272.0, 4312.0, 4272.0, 4302.0, 4260.0, 4293.0, 4311.0, 4251.0, 4299.0, 4259.0, 4290.0, 4250.0, 4283.0, 4310.0, 4251.0, 4311.0, 4283.0, 4312.0, 4263.0, 4305.0, 4284.0, 4305.0, 4286.0, 4304.0, 4304.0, 4304.0, 4322.0, 4293.0, 4302.0, 4263.0, 4324.0, 4284.0, 4301.0, 4293.0, 4313.0, 4306.0, 4314.0, 4263.0, 4302.0, 4261.0, 4302.0, 4280.0, 4280.0, 4237.0, 4279.0, 4298.0, 4259.0, 4300.0, 4259.0, 4279.0, 4287.0, 4248.0, 4297.0, 4257.0, 4278.0, 4236.0, 4246.0, 4297.0, 4270.0, 4301.0, 4239.0, 4272.0, 4319.0, 4260.0, 4311.0, 4251.0, 4303.0, 4271.0, 4271.0, 4321.0, 4294.0, 4313.0, 4251.0, 4271.0, 4259.0, 4303.0, 4311.0, 4290.0, 4300.0, 4268.0, 4279.0, 4257.0, 4291.0, 4288.0, 4280.0, 4319.0, 4249.0, 4299.0, 4268.0, 4277.0, 4256.0, 4246.0, 4297.0, 4257.0, 4277.0, 4236.0, 4258.0, 4297.0, 4247.0, 4287.0, 4239.0, 4280.0, 4237.0, 4281.0, 4299.0, 4270.0, 4300.0, 4260.0, 4312.0, 4280.0, 4292.0, 4249.0, 4271.0, 4312.0, 4273.0, 4312.0, 4270.0, 4311.0, 4250.0, 4294.0, 4270.0, 4281.0, 4264.0, 4302.0, 4253.0, 4293.0, 4264.0, 4313.0, 4276.0, 4324.0, 4274.0, 4314.0, 4281.0, 4293.0, 4322.0, 4251.0, 4313.0, 4281.0, 4291.0, 4277.0, 4250.0, 4299.0, 4259.0, 4299.0, 4260.0, 4311.0, 4249.0, 4303.0, 4271.0, 4292.0, 4250.0, 4282.0, 4239.0, 4292.0, 4320.0, 4291.0, 4310.0, 4249.0, 4289.0, 4249.0, 4312.0, 4288.0, 4278.0, 4307.0, 4248.0, 4297.0, 4247.0, 4299.0, 4238.0, 4279.0, 4299.0, 4259.0, 4309.0, 4248.0, 4300.0, 4249.0, 4281.0, 4308.0, 4258.0, 4298.0, 4237.0, 4290.0, 4249.0, 4281.0, 4298.0, 4250.0, 4311.0, 4259.0, 4291.0, 4250.0, 4284.0, 4301.0, 4272.0, 4301.0, 4291.0, 4282.0, 4282.0, 4263.0, 4305.0, 4303.0, 4294.0, 4321.0, 4261.0, 4310.0, 4280.0, 4302.0, 4289.0, 4259.0, 4310.0, 4247.0, 4277.0, 4246.0, 4246.0, 4296.0, 4235.0, 4275.0, 4283.0, 4234.0, 4285.0, 4222.0, 4256.0, 4307.0, 4249.0, 4288.0, 4227.0, 4260.0, 4259.0, 4262.0, 4311.0, 4274.0, 4313.0, 4282.0, 4313.0, 4300.0, 4281.0, 4310.0, 4260.0, 4312.0, 4299.0, 4280.0, 4320.0, 4249.0, 4299.0, 4259.0, 4289.0, 4298.0, 4259.0, 4309.0, 4270.0, 4289.0, 4286.0, 4257.0, 4306.0, 4235.0, 4277.0, 4265.0, 4257.0, 4307.0, 4247.0, 4299.0, 4288.0, 4268.0, 4309.0, 4249.0, 4301.0, 4248.0, 4289.0, 4311.0, 4293.0, 4310.0, 4260.0, 4309.0, 4258.0, 4299.0, 4298.0, 4269.0, 4308.0, 4275.0, 4278.0, 4307.0, 4265.0, 4296.0, 4244.0, 4278.0, 4306.0, 4256.0, 4295.0, 4235.0, 4268.0, 4305.0, 4256.0, 4287.0, 4234.0, 4267.0, 4318.0, 4257.0, 4298.0, 4236.0, 4258.0, 4308.0, 4258.0, 4300.0, 4237.0, 4268.0, 4319.0, 4270.0, 4310.0, 4320.0, 4269.0, 4287.0, 4244.0, 4282.0, 4319.0, 4257.0, 4310.0, 4250.0, 4300.0, 4238.0, 4290.0, 4332.0, 4291.0, 4312.0, 4298.0, 4270.0, 4321.0, 4280.0, 4290.0, 4320.0, 4277.0, 4298.0, 4274.0, 4257.0, 4307.0, 4256.0, 4289.0, 4294.0, 4260.0, 4309.0, 4255.0, 4276.0, 4307.0, 4258.0, 4310.0, 4247.0, 4280.0, 4289.0, 4270.0, 4320.0, 4260.0, 4311.0, 4311.0, 4291.0, 4321.0, 4248.0, 4301.0, 4270.0, 4311.0, 4250.0, 4291.0, 4288.0, 4261.0, 4322.0, 4281.0, 4313.0, 4259.0, 4281.0, 4332.0, 4269.0, 4313.0, 4257.0, 4279.0, 4321.0, 4259.0, 4311.0, 4289.0, 4280.0, 4319.0, 4247.0, 4289.0, 4307.0, 4270.0, 4309.0, 4237.0, 4289.0, 4299.0, 4270.0, 4311.0, 4260.0, 4312.0, 4261.0, 4313.0, 4311.0, 4293.0, 4324.0, 4290.0, 4302.0, 4321.0, 4280.0, 4311.0, 4279.0, 4299.0, 4306.0, 4268.0, 4308.0, 4265.0, 4288.0, 4274.0, 4245.0, 4295.0, 4235.0, 4276.0, 4245.0, 4257.0, 4307.0, 4260.0, 4299.0, 4236.0, 4270.0, 4319.0, 4261.0, 4310.0, 4268.0, 4280.0, 4320.0, 4249.0, 4309.0, 4258.0, 4301.0, 4249.0, 4272.0, 4323.0, 4272.0, 4323.0, 4264.0, 4323.0, 4294.0, 4302.0, 4263.0, 4324.0, 4283.0, 4335.0, 4285.0, 4337.0, 4292.0, 4301.0, 4311.0, 4278.0, 4307.0, 4236.0, 4288.0, 4307.0, 4277.0, 4307.0, 4236.0, 4286.0, 4265.0, 4244.0, 4306.0, 4248.0, 4286.0, 4234.0, 4258.0, 4307.0, 4258.0, 4300.0, 4248.0, 4271.0, 4320.0, 4263.0, 4313.0, 4264.0, 4324.0, 4275.0, 4327.0, 4296.0, 4328.0, 4306.0, 4295.0, 4335.0, 4314.0, 4337.0, 4293.0, 4293.0, 4321.0, 4269.0, 4312.0, 4278.0, 4291.0, 4309.0, 4249.0, 4308.0, 4279.0, 4310.0, 4257.0, 4290.0, 4318.0, 4256.0, 4307.0, 4276.0, 4277.0, 4305.0, 4235.0, 4297.0, 4243.0, 4277.0, 4264.0, 4245.0, 4297.0, 4247.0, 4289.0, 4246.0, 4278.0, 4237.0, 4269.0, 4299.0, 4281.0, 4311.0, 4260.0, 4310.0, 4277.0, 4298.0, 4246.0, 4258.0, 4307.0, 4269.0, 4309.0, 4257.0, 4276.0, 4224.0, 4256.0, 4295.0, 4247.0, 4307.0, 4256.0, 4311.0, 4235.0, 4258.0, 4296.0, 4270.0, 4308.0, 4247.0, 4298.0, 4267.0, 4279.0, 4307.0, 4247.0, 4297.0, 4247.0, 4300.0, 4258.0, 4268.0, 4267.0, 4259.0, 4309.0, 4282.0, 4312.0, 4281.0, 4252.0, 4302.0, 4302.0, 4293.0, 4272.0, 4291.0, 4283.0, 4301.0, 4304.0, 4286.0, 4294.0, 4282.0, 4313.0, 4303.0, 4304.0, 4271.0, 4281.0, 4309.0, 4258.0, 4298.0, 4247.0, 4298.0, 4256.0, 4257.0, 4296.0, 4257.0, 4286.0, 4234.0, 4256.0, 4286.0, 4247.0, 4298.0, 4248.0, 4299.0, 4248.0, 4300.0, 4262.0, 4302.0, 4252.0, 4304.0, 4275.0, 4296.0, 4315.0, 4304.0, 4313.0, 4272.0, 4314.0, 4302.0, 4281.0, 4321.0, 4279.0, 4312.0, 4259.0, 4291.0, 4309.0, 4268.0, 4308.0, 4246.0, 4298.0, 4260.0, 4301.0, 4289.0, 4278.0, 4307.0, 4234.0, 4287.0, 4295.0, 4256.0, 4297.0, 4247.0, 4298.0, 4235.0, 4267.0, 4297.0, 4257.0, 4297.0, 4247.0, 4298.0, 4248.0, 4281.0, 4250.0, 4271.0, 4310.0, 4273.0, 4322.0, 4282.0, 4322.0, 4272.0, 4311.0, 4280.0, 4301.0, 4290.0, 4269.0, 4308.0, 4269.0, 4309.0, 4280.0, 4299.0, 4258.0, 4278.0, 4278.0, 4279.0, 4288.0, 4258.0, 4309.0, 4259.0, 4310.0, 4268.0, 4300.0, 4298.0, 4247.0, 4308.0, 4267.0, 4299.0, 4238.0, 4268.0, 4277.0, 4270.0, 4259.0, 4261.0, 4252.0, 4272.0, 4252.0, 4293.0, 4262.0, 4324.0, 4272.0, 4324.0, 4279.0, 4282.0, 4320.0, 4291.0, 4298.0, 4247.0, 4289.0, 4249.0, 4298.0, 4287.0, 4268.0, 4297.0, 4259.0, 4297.0, 4257.0, 4287.0, 4245.0, 4267.0, 4307.0, 4246.0, 4298.0, 4246.0, 4287.0, 4275.0, 4247.0, 4307.0, 4246.0, 4298.0, 4247.0, 4268.0, 4287.0, 4270.0, 4291.0, 4271.0, 4310.0, 4262.0, 4311.0, 4271.0, 4302.0, 4260.0, 4292.0, 4300.0, 4282.0, 4321.0, 4271.0, 4312.0, 4279.0, 4302.0, 4309.0, 4277.0, 4307.0, 4236.0, 4287.0, 4266.0, 4266.0, 4308.0, 4256.0, 4297.0, 4244.0, 4256.0, 4305.0, 4246.0, 4287.0, 4235.0, 4277.0, 4287.0, 4259.0, 4308.0, 4248.0, 4300.0, 4248.0, 4280.0, 4300.0, 4271.0, 4300.0, 4259.0, 4311.0, 4260.0, 4322.0, 4281.0, 4311.0, 4270.0, 4290.0, 4288.0, 4279.0, 4319.0, 4258.0, 4299.0, 4247.0, 4299.0, 4256.0, 4278.0, 4225.0, 4257.0, 4307.0, 4246.0, 4298.0, 4246.0, 4288.0, 4235.0, 4257.0, 4306.0, 4257.0, 4296.0, 4247.0, 4289.0, 4247.0, 4268.0, 4268.0, 4259.0, 4298.0, 4259.0, 4309.0, 4270.0, 4268.0, 4280.0, 4293.0, 4292.0, 4271.0, 4324.0, 4283.0, 4324.0, 4280.0, 4302.0, 4280.0, 4290.0, 4268.0, 4269.0, 4310.0, 4248.0, 4310.0, 4267.0, 4279.0, 4255.0, 4247.0, 4296.0, 4246.0, 4288.0, 4235.0, 4268.0, 4297.0, 4249.0, 4300.0, 4237.0, 4288.0, 4267.0, 4259.0, 4308.0, 4261.0, 4311.0, 4250.0, 4282.0, 4290.0, 4261.0, 4301.0, 4262.0, 4324.0, 4273.0, 4313.0, 4272.0, 4313.0, 4271.0, 4282.0, 4334.0, 4313.0, 4302.0, 4268.0, 4269.0, 4288.0, 4257.0, 4307.0, 4269.0, 4298.0, 4277.0, 4279.0, 4306.0, 4256.0, 4296.0, 4234.0, 4276.0, 4274.0, 4245.0, 4295.0, 4247.0, 4296.0, 4246.0, 4289.0, 4246.0, 4278.0, 4236.0, 4268.0, 4289.0, 4282.0, 4300.0, 4270.0, 4269.0, 4291.0, 4272.0, 4322.0, 4272.0, 4323.0, 4279.0, 4300.0, 4289.0, 4270.0, 4277.0, 4249.0, 4299.0, 4259.0, 4309.0, 4289.0, 4298.0, 4236.0, 4287.0, 4236.0, 4267.0, 4287.0, 4258.0, 4298.0, 4247.0, 4296.0, 4246.0, 4288.0, 4247.0, 4269.0, 4269.0, 4262.0, 4281.0, 4270.0, 4289.0, 4271.0, 4302.0, 4282.0, 4280.0, 4281.0, 4301.0, 4270.0, 4321.0, 4291.0, 4310.0, 4260.0, 4300.0, 4249.0, 4290.0, 4289.0, 4281.0, 4319.0, 4250.0, 4307.0, 4259.0, 4297.0, 4247.0, 4290.0, 4310.0, 4258.0, 4309.0, 4267.0, 4278.0, 4245.0, 4257.0, 4296.0, 4256.0, 4277.0, 4234.0, 4258.0, 4308.0, 4247.0, 4298.0, 4248.0, 4300.0, 4260.0, 4292.0, 4252.0, 4315.0, 4274.0, 4304.0, 4276.0, 4305.0, 4307.0, 4276.0, 4317.0, 4294.0, 4316.0, 4324.0, 4313.0, 4321.0, 4270.0, 4311.0, 4290.0, 4300.0, 4310.0, 4289.0, 4306.0, 4256.0, 4276.0, 4244.0, 4266.0, 4243.0, 4236.0, 4296.0, 4246.0, 4287.0, 4235.0, 4278.0, 4236.0, 4249.0, 4298.0, 4260.0, 4299.0, 4251.0, 4325.0, 4275.0, 4324.0, 4284.0, 4312.0, 4273.0, 4312.0, 4281.0, 4313.0, 4272.0, 4292.0, 4311.0, 4291.0, 4322.0, 4310.0, 4309.0, 4257.0, 4287.0, 4259.0, 4299.0, 4277.0, 4268.0, 4307.0, 4249.0, 4298.0, 4257.0, 4277.0, 4236.0, 4256.0, 4297.0, 4259.0, 4288.0, 4248.0, 4259.0, 4287.0, 4248.0, 4298.0, 4258.0, 4288.0, 4249.0, 4280.0, 4251.0, 4282.0, 4282.0, 4273.0, 4312.0, 4261.0, 4313.0, 4270.0, 4292.0, 4310.0, 4260.0, 4312.0, 4279.0, 4290.0, 4310.0, 4250.0, 4299.0, 4237.0, 4279.0, 4288.0, 4248.0, 4297.0, 4246.0, 4290.0, 4287.0, 4248.0, 4298.0, 4247.0, 4279.0, 4237.0, 4259.0, 4309.0, 4259.0, 4290.0, 4249.0, 4280.0, 4239.0, 4282.0, 4274.0, 4305.0, 4285.0, 4306.0, 4286.0, 4326.0, 4288.0, 4266.0, 4315.0, 4303.0, 4314.0, 4294.0, 4326.0, 4324.0, 4324.0, 4323.0, 4280.0, 4300.0, 4266.0, 4278.0, 4298.0, 4258.0, 4296.0, 4247.0, 4287.0, 4246.0, 4276.0, 4237.0, 4267.0, 4238.0, 4279.0, 4289.0, 4281.0, 4309.0, 4249.0, 4290.0, 4259.0, 4289.0, 4247.0, 4281.0, 4288.0, 4250.0, 4299.0, 4270.0, 4291.0, 4251.0, 4291.0, 4262.0, 4312.0, 4273.0, 4293.0, 4285.0, 4294.0, 4295.0, 4284.0, 4315.0, 4285.0, 4326.0, 4285.0, 4325.0, 4293.0, 4325.0, 4312.0, 4303.0, 4299.0, 4269.0, 4298.0, 4248.0, 4299.0, 4277.0, 4268.0, 4237.0, 4258.0, 4289.0, 4261.0, 4310.0], 'WindowWidth': [9606.0, 9598.0, 9527.0, 9539.0, 9494.0, 9480.0, 9516.0, 9492.0, 9506.0, 9472.0, 9490.0, 9513.0, 9472.0, 9516.0, 9474.0, 9504.0, 9487.0, 9502.0, 9536.0, 9484.0, 9506.0, 9486.0, 9497.0, 9523.0, 9547.0, 9560.0, 9498.0, 9495.0, 9542.0, 9489.0, 9504.0, 9534.0, 9489.0, 9523.0, 9484.0, 9519.0, 9497.0, 9483.0, 9556.0, 9492.0, 9525.0, 9465.0, 9502.0, 9508.0, 9485.0, 9536.0, 9481.0, 9510.0, 9546.0, 9462.0, 9550.0, 9465.0, 9498.0, 9502.0, 9479.0, 9521.0, 9473.0, 9521.0, 9491.0, 9490.0, 9548.0, 9508.0, 9534.0, 9501.0, 9486.0, 9560.0, 9485.0, 9532.0, 9513.0, 9490.0, 9557.0, 9499.0, 9509.0, 9472.0, 9518.0, 9501.0, 9505.0, 9547.0, 9512.0, 9563.0, 9513.0, 9498.0, 9549.0, 9496.0, 9544.0, 9475.0, 9502.0, 9523.0, 9497.0, 9545.0, 9509.0, 9535.0, 9483.0, 9504.0, 9550.0, 9484.0, 9521.0, 9486.0, 9530.0, 9469.0, 9486.0, 9537.0, 9486.0, 9539.0, 9468.0, 9545.0, 9472.0, 9514.0, 9468.0, 9505.0, 9539.0, 9488.0, 9526.0, 9485.0, 9533.0, 9520.0, 9496.0, 9511.0, 9460.0, 9506.0, 9478.0, 9535.0, 9485.0, 9479.0, 9484.0, 9466.0, 9533.0, 9496.0, 9512.0, 9503.0, 9479.0, 9521.0, 9486.0, 9523.0, 9482.0, 9479.0, 9483.0, 9439.0, 9491.0, 9445.0, 9492.0, 9452.0, 9504.0, 9444.0, 9489.0, 9432.0, 9476.0, 9498.0, 9465.0, 9517.0, 9468.0, 9519.0, 9492.0, 9540.0, 9516.0, 9499.0, 9447.0, 9507.0, 9448.0, 9491.0, 9526.0, 9473.0, 9511.0, 9477.0, 9513.0, 9477.0, 9519.0, 9470.0, 9495.0, 9419.0, 9471.0, 9505.0, 9460.0, 9515.0, 9463.0, 9502.0, 9445.0, 9490.0, 9511.0, 9431.0, 9493.0, 9436.0, 9481.0, 9429.0, 9476.0, 9509.0, 9431.0, 9509.0, 9478.0, 9516.0, 9453.0, 9511.0, 9481.0, 9511.0, 9487.0, 9508.0, 9507.0, 9508.0, 9528.0, 9490.0, 9503.0, 9453.0, 9535.0, 9482.0, 9499.0, 9490.0, 9516.0, 9516.0, 9521.0, 9449.0, 9499.0, 9445.0, 9500.0, 9466.0, 9466.0, 9404.0, 9463.0, 9489.0, 9437.0, 9496.0, 9440.0, 9464.0, 9471.0, 9421.0, 9484.0, 9432.0, 9461.0, 9404.0, 9416.0, 9483.0, 9454.0, 9499.0, 9413.0, 9462.0, 9518.0, 9443.0, 9510.0, 9430.0, 9504.0, 9454.0, 9457.0, 9525.0, 9495.0, 9514.0, 9429.0, 9457.0, 9437.0, 9503.0, 9512.0, 9481.0, 9497.0, 9448.0, 9462.0, 9429.0, 9481.0, 9474.0, 9465.0, 9519.0, 9424.0, 9493.0, 9446.0, 9458.0, 9427.0, 9414.0, 9484.0, 9431.0, 9456.0, 9402.0, 9436.0, 9486.0, 9418.0, 9470.0, 9409.0, 9465.0, 9405.0, 9469.0, 9493.0, 9454.0, 9493.0, 9441.0, 9516.0, 9468.0, 9488.0, 9426.0, 9456.0, 9513.0, 9466.0, 9514.0, 9455.0, 9513.0, 9429.0, 9494.0, 9455.0, 9470.0, 9445.0, 9501.0, 9439.0, 9492.0, 9455.0, 9519.0, 9476.0, 9536.0, 9467.0, 9521.0, 9472.0, 9489.0, 9527.0, 9432.0, 9517.0, 9467.0, 9481.0, 9456.0, 9423.0, 9489.0, 9435.0, 9490.0, 9441.0, 9510.0, 9426.0, 9503.0, 9457.0, 9486.0, 9430.0, 9474.0, 9410.0, 9486.0, 9521.0, 9482.0, 9509.0, 9423.0, 9475.0, 9422.0, 9512.0, 9474.0, 9460.0, 9498.0, 9420.0, 9483.0, 9417.0, 9489.0, 9405.0, 9464.0, 9492.0, 9437.0, 9503.0, 9421.0, 9492.0, 9424.0, 9470.0, 9499.0, 9435.0, 9487.0, 9404.0, 9479.0, 9421.0, 9468.0, 9488.0, 9427.0, 9510.0, 9436.0, 9482.0, 9424.0, 9480.0, 9496.0, 9458.0, 9496.0, 9485.0, 9472.0, 9475.0, 9451.0, 9510.0, 9502.0, 9492.0, 9527.0, 9441.0, 9509.0, 9465.0, 9499.0, 9476.0, 9434.0, 9506.0, 9414.0, 9454.0, 9412.0, 9413.0, 9480.0, 9396.0, 9450.0, 9459.0, 9394.0, 9464.0, 9375.0, 9425.0, 9496.0, 9424.0, 9472.0, 9390.0, 9439.0, 9436.0, 9446.0, 9511.0, 9468.0, 9517.0, 9477.0, 9517.0, 9495.0, 9469.0, 9508.0, 9437.0, 9514.0, 9489.0, 9466.0, 9523.0, 9425.0, 9490.0, 9437.0, 9476.0, 9487.0, 9436.0, 9504.0, 9456.0, 9478.0, 9468.0, 9430.0, 9494.0, 9398.0, 9458.0, 9437.0, 9431.0, 9498.0, 9416.0, 9490.0, 9473.0, 9447.0, 9503.0, 9423.0, 9494.0, 9421.0, 9478.0, 9513.0, 9490.0, 9508.0, 9441.0, 9505.0, 9431.0, 9490.0, 9487.0, 9449.0, 9503.0, 9451.0, 9458.0, 9499.0, 9438.0, 9482.0, 9410.0, 9460.0, 9494.0, 9426.0, 9479.0, 9397.0, 9446.0, 9492.0, 9425.0, 9470.0, 9396.0, 9445.0, 9514.0, 9432.0, 9488.0, 9402.0, 9434.0, 9500.0, 9434.0, 9493.0, 9406.0, 9451.0, 9520.0, 9454.0, 9509.0, 9521.0, 9450.0, 9470.0, 9409.0, 9475.0, 9516.0, 9433.0, 9507.0, 9429.0, 9496.0, 9410.0, 9483.0, 9542.0, 9484.0, 9513.0, 9489.0, 9454.0, 9527.0, 9468.0, 9479.0, 9522.0, 9455.0, 9485.0, 9447.0, 9427.0, 9498.0, 9427.0, 9475.0, 9477.0, 9439.0, 9505.0, 9424.0, 9454.0, 9497.0, 9432.0, 9507.0, 9416.0, 9467.0, 9478.0, 9455.0, 9523.0, 9444.0, 9513.0, 9510.0, 9486.0, 9523.0, 9421.0, 9495.0, 9455.0, 9512.0, 9429.0, 9485.0, 9475.0, 9444.0, 9528.0, 9473.0, 9516.0, 9438.0, 9472.0, 9543.0, 9451.0, 9516.0, 9433.0, 9465.0, 9527.0, 9438.0, 9510.0, 9475.0, 9465.0, 9519.0, 9418.0, 9479.0, 9499.0, 9452.0, 9504.0, 9403.0, 9477.0, 9491.0, 9453.0, 9509.0, 9443.0, 9512.0, 9444.0, 9519.0, 9512.0, 9487.0, 9532.0, 9480.0, 9503.0, 9527.0, 9467.0, 9511.0, 9463.0, 9491.0, 9494.0, 9449.0, 9502.0, 9437.0, 9471.0, 9446.0, 9410.0, 9478.0, 9396.0, 9453.0, 9410.0, 9430.0, 9500.0, 9439.0, 9492.0, 9402.0, 9453.0, 9518.0, 9445.0, 9510.0, 9448.0, 9467.0, 9521.0, 9424.0, 9505.0, 9435.0, 9496.0, 9422.0, 9460.0, 9530.0, 9462.0, 9531.0, 9450.0, 9535.0, 9493.0, 9501.0, 9450.0, 9535.0, 9477.0, 9553.0, 9482.0, 9558.0, 9485.0, 9497.0, 9509.0, 9460.0, 9501.0, 9398.0, 9471.0, 9498.0, 9457.0, 9497.0, 9401.0, 9469.0, 9437.0, 9409.0, 9492.0, 9420.0, 9466.0, 9396.0, 9433.0, 9499.0, 9434.0, 9495.0, 9420.0, 9455.0, 9521.0, 9449.0, 9516.0, 9454.0, 9535.0, 9472.0, 9544.0, 9501.0, 9545.0, 9503.0, 9495.0, 9555.0, 9524.0, 9558.0, 9491.0, 9491.0, 9528.0, 9450.0, 9516.0, 9461.0, 9482.0, 9501.0, 9422.0, 9502.0, 9462.0, 9505.0, 9431.0, 9478.0, 9518.0, 9428.0, 9499.0, 9453.0, 9454.0, 9494.0, 9396.0, 9482.0, 9405.0, 9455.0, 9431.0, 9411.0, 9480.0, 9414.0, 9472.0, 9412.0, 9461.0, 9404.0, 9452.0, 9490.0, 9470.0, 9509.0, 9439.0, 9509.0, 9457.0, 9486.0, 9412.0, 9433.0, 9499.0, 9450.0, 9502.0, 9427.0, 9452.0, 9380.0, 9426.0, 9478.0, 9415.0, 9498.0, 9427.0, 9510.0, 9398.0, 9433.0, 9480.0, 9452.0, 9501.0, 9419.0, 9487.0, 9442.0, 9463.0, 9498.0, 9416.0, 9485.0, 9418.0, 9491.0, 9431.0, 9446.0, 9440.0, 9437.0, 9504.0, 9475.0, 9513.0, 9473.0, 9435.0, 9501.0, 9499.0, 9492.0, 9458.0, 9481.0, 9477.0, 9498.0, 9506.0, 9486.0, 9493.0, 9472.0, 9518.0, 9499.0, 9507.0, 9454.0, 9470.0, 9503.0, 9432.0, 9487.0, 9415.0, 9485.0, 9425.0, 9427.0, 9479.0, 9425.0, 9464.0, 9390.0, 9424.0, 9462.0, 9412.0, 9485.0, 9418.0, 9487.0, 9421.0, 9493.0, 9444.0, 9501.0, 9432.0, 9507.0, 9469.0, 9501.0, 9523.0, 9507.0, 9519.0, 9460.0, 9518.0, 9496.0, 9468.0, 9525.0, 9463.0, 9516.0, 9438.0, 9482.0, 9501.0, 9446.0, 9498.0, 9414.0, 9485.0, 9440.0, 9494.0, 9475.0, 9457.0, 9497.0, 9395.0, 9469.0, 9476.0, 9425.0, 9480.0, 9414.0, 9486.0, 9398.0, 9443.0, 9483.0, 9431.0, 9481.0, 9417.0, 9487.0, 9418.0, 9469.0, 9423.0, 9455.0, 9509.0, 9461.0, 9527.0, 9472.0, 9527.0, 9461.0, 9512.0, 9466.0, 9495.0, 9480.0, 9450.0, 9500.0, 9446.0, 9504.0, 9464.0, 9489.0, 9431.0, 9461.0, 9458.0, 9462.0, 9472.0, 9436.0, 9504.0, 9436.0, 9507.0, 9447.0, 9493.0, 9484.0, 9417.0, 9499.0, 9442.0, 9485.0, 9400.0, 9444.0, 9455.0, 9452.0, 9435.0, 9443.0, 9435.0, 9462.0, 9437.0, 9493.0, 9449.0, 9533.0, 9461.0, 9536.0, 9463.0, 9471.0, 9520.0, 9479.0, 9487.0, 9416.0, 9475.0, 9415.0, 9486.0, 9468.0, 9444.0, 9480.0, 9436.0, 9483.0, 9429.0, 9468.0, 9410.0, 9442.0, 9497.0, 9414.0, 9484.0, 9413.0, 9468.0, 9449.0, 9416.0, 9496.0, 9414.0, 9486.0, 9413.0, 9446.0, 9468.0, 9453.0, 9485.0, 9458.0, 9507.0, 9445.0, 9509.0, 9458.0, 9498.0, 9440.0, 9487.0, 9494.0, 9472.0, 9524.0, 9457.0, 9514.0, 9462.0, 9497.0, 9505.0, 9456.0, 9498.0, 9400.0, 9469.0, 9438.0, 9441.0, 9499.0, 9426.0, 9483.0, 9405.0, 9427.0, 9490.0, 9412.0, 9467.0, 9396.0, 9458.0, 9469.0, 9434.0, 9499.0, 9420.0, 9492.0, 9421.0, 9466.0, 9491.0, 9454.0, 9492.0, 9437.0, 9509.0, 9440.0, 9528.0, 9471.0, 9511.0, 9452.0, 9479.0, 9473.0, 9462.0, 9518.0, 9432.0, 9490.0, 9416.0, 9489.0, 9424.0, 9457.0, 9383.0, 9428.0, 9499.0, 9414.0, 9486.0, 9413.0, 9473.0, 9395.0, 9430.0, 9494.0, 9428.0, 9480.0, 9417.0, 9474.0, 9415.0, 9446.0, 9448.0, 9434.0, 9486.0, 9437.0, 9504.0, 9452.0, 9448.0, 9468.0, 9482.0, 9488.0, 9457.0, 9536.0, 9477.0, 9536.0, 9466.0, 9498.0, 9462.0, 9480.0, 9447.0, 9449.0, 9507.0, 9421.0, 9506.0, 9440.0, 9460.0, 9421.0, 9417.0, 9479.0, 9412.0, 9472.0, 9397.0, 9448.0, 9486.0, 9422.0, 9491.0, 9404.0, 9473.0, 9442.0, 9434.0, 9500.0, 9443.0, 9510.0, 9428.0, 9471.0, 9478.0, 9441.0, 9495.0, 9448.0, 9531.0, 9462.0, 9518.0, 9460.0, 9516.0, 9452.0, 9471.0, 9549.0, 9519.0, 9500.0, 9445.0, 9449.0, 9473.0, 9430.0, 9498.0, 9448.0, 9488.0, 9456.0, 9461.0, 9495.0, 9426.0, 9482.0, 9394.0, 9452.0, 9445.0, 9409.0, 9477.0, 9414.0, 9478.0, 9413.0, 9474.0, 9414.0, 9460.0, 9401.0, 9447.0, 9475.0, 9472.0, 9493.0, 9453.0, 9451.0, 9485.0, 9458.0, 9528.0, 9461.0, 9534.0, 9462.0, 9491.0, 9472.0, 9450.0, 9454.0, 9420.0, 9487.0, 9437.0, 9504.0, 9475.0, 9486.0, 9400.0, 9468.0, 9400.0, 9444.0, 9468.0, 9431.0, 9487.0, 9416.0, 9480.0, 9414.0, 9472.0, 9414.0, 9448.0, 9445.0, 9440.0, 9466.0, 9454.0, 9475.0, 9456.0, 9499.0, 9472.0, 9467.0, 9470.0, 9493.0, 9454.0, 9523.0, 9481.0, 9507.0, 9439.0, 9493.0, 9421.0, 9479.0, 9478.0, 9471.0, 9519.0, 9425.0, 9497.0, 9435.0, 9482.0, 9416.0, 9477.0, 9504.0, 9432.0, 9504.0, 9441.0, 9456.0, 9409.0, 9430.0, 9480.0, 9426.0, 9456.0, 9395.0, 9432.0, 9498.0, 9418.0, 9486.0, 9421.0, 9493.0, 9440.0, 9485.0, 9433.0, 9523.0, 9468.0, 9508.0, 9473.0, 9509.0, 9516.0, 9475.0, 9531.0, 9493.0, 9526.0, 9536.0, 9517.0, 9524.0, 9452.0, 9510.0, 9482.0, 9497.0, 9505.0, 9475.0, 9497.0, 9425.0, 9453.0, 9404.0, 9439.0, 9401.0, 9400.0, 9480.0, 9414.0, 9469.0, 9398.0, 9460.0, 9399.0, 9423.0, 9485.0, 9437.0, 9490.0, 9431.0, 9538.0, 9472.0, 9536.0, 9480.0, 9513.0, 9461.0, 9514.0, 9471.0, 9516.0, 9458.0, 9486.0, 9508.0, 9481.0, 9528.0, 9506.0, 9504.0, 9430.0, 9469.0, 9436.0, 9488.0, 9456.0, 9445.0, 9497.0, 9424.0, 9484.0, 9430.0, 9455.0, 9397.0, 9427.0, 9483.0, 9433.0, 9471.0, 9418.0, 9433.0, 9469.0, 9419.0, 9487.0, 9435.0, 9474.0, 9423.0, 9467.0, 9428.0, 9473.0, 9473.0, 9462.0, 9514.0, 9444.0, 9517.0, 9455.0, 9486.0, 9508.0, 9441.0, 9511.0, 9464.0, 9479.0, 9505.0, 9423.0, 9490.0, 9404.0, 9463.0, 9472.0, 9418.0, 9484.0, 9414.0, 9478.0, 9469.0, 9419.0, 9486.0, 9418.0, 9464.0, 9404.0, 9436.0, 9503.0, 9436.0, 9478.0, 9421.0, 9467.0, 9411.0, 9475.0, 9467.0, 9511.0, 9488.0, 9514.0, 9487.0, 9540.0, 9491.0, 9452.0, 9523.0, 9502.0, 9521.0, 9492.0, 9540.0, 9538.0, 9532.0, 9528.0, 9463.0, 9491.0, 9438.0, 9456.0, 9484.0, 9428.0, 9479.0, 9413.0, 9465.0, 9411.0, 9451.0, 9402.0, 9443.0, 9407.0, 9463.0, 9476.0, 9473.0, 9504.0, 9427.0, 9481.0, 9436.0, 9477.0, 9416.0, 9470.0, 9473.0, 9424.0, 9488.0, 9453.0, 9479.0, 9425.0, 9481.0, 9444.0, 9510.0, 9463.0, 9489.0, 9485.0, 9495.0, 9496.0, 9479.0, 9522.0, 9483.0, 9538.0, 9482.0, 9537.0, 9487.0, 9537.0, 9513.0, 9501.0, 9486.0, 9448.0, 9485.0, 9419.0, 9488.0, 9455.0, 9445.0, 9402.0, 9432.0, 9476.0, 9444.0, 9506.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.011595954545454543</td></tr>
<tr><td colspan=3>aqi</td><td>0.047612633560606056</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.2457240686277</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2638459523881724</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0853725749355592</td></tr>
<tr><td colspan=3>efc</td><td>0.4505</td></tr>
<tr><td colspan=3>fber</td><td>8156.896</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13130559477209366</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>158</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.969696969696969</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4134892861522292</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3280470354041243</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.60739493783486</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3050258852177037</td></tr>
<tr><td colspan=3>gcor</td><td>0.00745501</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02021581493318081</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028383102267980576</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.139272062351879</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>32.8676</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.764</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.0047</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307746.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>774.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.2833</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6242</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.8682</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3554.1104</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3721.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1408.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.9438</td></tr>
<tr><td colspan=3>tsnr</td><td>30.580429673776962</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>