<?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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-04/func/sub-0098_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>92cdd94b52edcbd0e7bf12f93870726d</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:36:24.420000</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.997813, -0.0558962, -0.0352727, 0.0624274, 0.97232, 0.225159]</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.088356</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>[4224, -7825, -7225, 227, -109, 77, -36, 90]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.19</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c6e56a1a-c442-4c83-900d-b99f3fe241fd||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.677060127258301, 0.16748827695846558, -0.05861910805106163, 104.9940185546875], [0.14996539056301117, 2.608663558959961, 0.6125452518463135, -105.32621765136719], [-0.09463395178318024, -0.6040850281715393, 2.6289451122283936, -35.791236877441406], [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': ['173624.420000', '173624.880000', '173625.340000', '173625.800000', '173626.260000', '173626.720000', '173627.180000', '173627.640000', '173628.100000', '173628.560000', '173629.020000', '173629.480000', '173629.940000', '173630.400000', '173630.860000', '173631.320000', '173631.780000', '173632.240000', '173632.700000', '173633.160000', '173633.620000', '173634.080000', '173634.540000', '173635.000000', '173635.460000', '173635.920000', '173636.380000', '173636.840000', '173637.300000', '173637.760000', '173638.220000', '173638.680000', '173639.140000', '173639.600000', '173640.060000', '173640.520000', '173640.980000', '173641.440000', '173641.900000', '173642.360000', '173642.820000', '173643.280000', '173643.740000', '173644.200000', '173644.660000', '173645.120000', '173645.580000', '173646.040000', '173646.500000', '173646.960000', '173647.420000', '173647.880000', '173648.340000', '173648.800000', '173649.260000', '173649.720000', '173650.180000', '173650.640000', '173651.100000', '173651.560000', '173652.020000', '173652.480000', '173652.940000', '173653.400000', '173653.860000', '173654.320000', '173654.780000', '173655.240000', '173655.700000', '173656.160000', '173656.620000', '173657.080000', '173657.540000', '173658.000000', '173658.460000', '173658.920000', '173659.380000', '173659.840000', '173700.300000', '173700.760000', '173701.220000', '173701.680000', '173702.140000', '173702.600000', '173703.060000', '173703.520000', '173703.980000', '173704.440000', '173704.900000', '173705.360000', '173705.820000', '173706.280000', '173706.740000', '173707.200000', '173707.660000', '173708.120000', '173708.580000', '173709.040000', '173709.500000', '173709.960000', '173710.420000', '173710.880000', '173711.340000', '173711.800000', '173712.260000', '173712.720000', '173713.180000', '173713.640000', '173714.100000', '173714.560000', '173715.020000', '173715.480000', '173715.940000', '173716.400000', '173716.860000', '173717.320000', '173717.780000', '173718.240000', '173718.700000', '173719.160000', '173719.620000', '173720.080000', '173720.540000', '173721.000000', '173721.460000', '173721.920000', '173722.380000', '173722.840000', '173723.300000', '173723.760000', '173724.220000', '173724.680000', '173725.140000', '173725.600000', '173726.060000', '173726.520000', '173726.980000', '173727.440000', '173727.900000', '173728.360000', '173728.820000', '173729.280000', '173729.740000', '173730.200000', '173730.660000', '173731.120000', '173731.580000', '173732.040000', '173732.500000', '173732.960000', '173733.420000', '173733.880000', '173734.340000', '173734.800000', '173735.260000', '173735.720000', '173736.180000', '173736.640000', '173737.100000', '173737.560000', '173738.020000', '173738.480000', '173738.940000', '173739.400000', '173739.860000', '173740.320000', '173740.780000', '173741.240000', '173741.700000', '173742.160000', '173742.620000', '173743.080000', '173743.540000', '173744.000000', '173744.460000', '173744.920000', '173745.380000', '173745.840000', '173746.300000', '173746.760000', '173747.220000', '173747.680000', '173748.140000', '173748.600000', '173749.060000', '173749.520000', '173749.980000', '173750.440000', '173750.900000', '173751.360000', '173751.820000', '173752.280000', '173752.740000', '173753.200000', '173753.660000', '173754.120000', '173754.580000', '173755.040000', '173755.500000', '173755.960000', '173756.420000', '173756.880000', '173757.340000', '173757.800000', '173758.260000', '173758.720000', '173759.180000', '173759.640000', '173800.100000', '173800.560000', '173801.020000', '173801.480000', '173801.940000', '173802.400000', '173802.860000', '173803.320000', '173803.780000', '173804.240000', '173804.700000', '173805.160000', '173805.620000', '173806.080000', '173806.540000', '173807.000000', '173807.460000', '173807.920000', '173808.380000', '173808.840000', '173809.300000', '173809.760000', '173810.220000', '173810.680000', '173811.140000', '173811.600000', '173812.060000', '173812.520000', '173812.980000', '173813.440000', '173813.900000', '173814.360000', '173814.820000', '173815.280000', '173815.740000', '173816.200000', '173816.660000', '173817.120000', '173817.580000', '173818.040000', '173818.500000', '173818.960000', '173819.420000', '173819.880000', '173820.340000', '173820.800000', '173821.260000', '173821.720000', '173822.180000', '173822.640000', '173823.100000', '173823.560000', '173824.020000', '173824.480000', '173824.940000', '173825.400000', '173825.860000', '173826.320000', '173826.780000', '173827.240000', '173827.700000', '173828.160000', '173828.620000', '173829.080000', '173829.540000', '173830.000000', '173830.460000', '173830.920000', '173831.380000', '173831.840000', '173832.300000', '173832.760000', '173833.220000', '173833.680000', '173834.140000', '173834.600000', '173835.060000', '173835.520000', '173835.980000', '173836.440000', '173836.900000', '173837.360000', '173837.820000', '173838.280000', '173838.740000', '173839.200000', '173839.660000', '173840.120000', '173840.580000', '173841.040000', '173841.500000', '173841.960000', '173842.420000', '173842.880000', '173843.340000', '173843.800000', '173844.260000', '173844.720000', '173845.180000', '173845.640000', '173846.100000', '173846.560000', '173847.020000', '173847.480000', '173847.940000', '173848.400000', '173848.860000', '173849.320000', '173849.780000', '173850.240000', '173850.700000', '173851.160000', '173851.620000', '173852.080000', '173852.540000', '173853.000000', '173853.460000', '173853.920000', '173854.380000', '173854.840000', '173855.300000', '173855.760000', '173856.220000', '173856.680000', '173857.140000', '173857.600000', '173858.060000', '173858.520000', '173858.980000', '173859.440000', '173859.900000', '173900.360000', '173900.820000', '173901.280000', '173901.740000', '173902.200000', '173902.660000', '173903.120000', '173903.580000', '173904.040000', '173904.500000', '173904.960000', '173905.420000', '173905.880000', '173906.340000', '173906.800000', '173907.260000', '173907.720000', '173908.180000', '173908.640000', '173909.100000', '173909.560000', '173910.020000', '173910.480000', '173910.940000', '173911.400000', '173911.860000', '173912.320000', '173912.780000', '173913.240000', '173913.700000', '173914.160000', '173914.620000', '173915.080000', '173915.540000', '173916.000000', '173916.460000', '173916.920000', '173917.380000', '173917.840000', '173918.300000', '173918.760000', '173919.220000', '173919.680000', '173920.140000', '173920.600000', '173921.060000', '173921.520000', '173921.980000', '173922.440000', '173922.900000', '173923.360000', '173923.820000', '173924.280000', '173924.740000', '173925.200000', '173925.660000', '173926.120000', '173926.580000', '173927.040000', '173927.500000', '173927.960000', '173928.420000', '173928.880000', '173929.340000', '173929.800000', '173930.260000', '173930.720000', '173931.180000', '173931.640000', '173932.100000', '173932.560000', '173933.020000', '173933.480000', '173933.940000', '173934.400000', '173934.860000', '173935.320000', '173935.780000', '173936.240000', '173936.700000', '173937.160000', '173937.620000', '173938.080000', '173938.540000', '173939.000000', '173939.460000', '173939.920000', '173940.380000', '173940.840000', '173941.300000', '173941.760000', '173942.220000', '173942.680000', '173943.140000', '173943.600000', '173944.060000', '173944.520000', '173944.980000', '173945.440000', '173945.900000', '173946.360000', '173946.820000', '173947.280000', '173947.740000', '173948.200000', '173948.660000', '173949.120000', '173949.580000', '173950.040000', '173950.500000', '173950.960000', '173951.420000', '173951.880000', '173952.340000', '173952.800000', '173953.260000', '173953.720000', '173954.180000', '173954.640000', '173955.100000', '173955.560000', '173956.020000', '173956.480000', '173956.940000', '173957.400000', '173957.860000', '173958.320000', '173958.780000', '173959.240000', '173959.700000', '174000.160000', '174000.620000', '174001.080000', '174001.540000', '174002.000000', '174002.460000', '174002.920000', '174003.380000', '174003.840000', '174004.300000', '174004.760000', '174005.220000', '174005.680000', '174006.140000', '174006.600000', '174007.060000', '174007.520000', '174007.980000', '174008.440000', '174008.900000', '174009.360000', '174009.820000', '174010.280000', '174010.740000', '174011.200000', '174011.660000', '174012.120000', '174012.580000', '174013.040000', '174013.500000', '174013.960000', '174014.420000', '174014.880000', '174015.340000', '174015.800000', '174016.260000', '174016.720000', '174017.180000', '174017.640000', '174018.100000', '174018.560000', '174019.020000', '174019.480000', '174019.940000', '174020.400000', '174020.860000', '174021.320000', '174021.780000', '174022.240000', '174022.700000', '174023.160000', '174023.620000', '174024.080000', '174024.540000', '174025.000000', '174025.460000', '174025.920000', '174026.380000', '174026.840000', '174027.300000', '174027.760000', '174028.220000', '174028.680000', '174029.140000', '174029.600000', '174030.060000', '174030.520000', '174030.980000', '174031.440000', '174031.900000', '174032.360000', '174032.820000', '174033.280000', '174033.740000', '174034.200000', '174034.660000', '174035.120000', '174035.580000', '174036.040000', '174036.500000', '174036.960000', '174037.420000', '174037.880000', '174038.340000', '174038.800000', '174039.260000', '174039.720000', '174040.180000', '174040.640000', '174041.100000', '174041.560000', '174042.020000', '174042.480000', '174042.940000', '174043.400000', '174043.860000', '174044.320000', '174044.780000', '174045.240000', '174045.700000', '174046.160000', '174046.620000', '174047.080000', '174047.540000', '174048.000000', '174048.460000', '174048.920000', '174049.380000', '174049.840000', '174050.300000', '174050.760000', '174051.220000', '174051.680000', '174052.140000', '174052.600000', '174053.060000', '174053.520000', '174053.980000', '174054.440000', '174054.900000', '174055.360000', '174055.820000', '174056.280000', '174056.740000', '174057.200000', '174057.660000', '174058.120000', '174058.580000', '174059.040000', '174059.500000', '174059.960000', '174100.420000', '174100.880000', '174101.340000', '174101.800000', '174102.260000', '174102.720000', '174103.180000', '174103.640000', '174104.100000', '174104.560000', '174105.020000', '174105.480000', '174105.940000', '174106.400000', '174106.860000', '174107.320000', '174107.780000', '174108.240000', '174108.700000', '174109.160000', '174109.620000', '174110.080000', '174110.540000', '174111.000000', '174111.460000', '174111.920000', '174112.380000', '174112.840000', '174113.300000', '174113.760000', '174114.220000', '174114.680000', '174115.140000', '174115.600000', '174116.060000', '174116.520000', '174116.980000', '174117.440000', '174117.900000', '174118.360000', '174118.820000', '174119.280000', '174119.740000', '174120.200000', '174120.660000', '174121.120000', '174121.580000', '174122.040000', '174122.500000', '174122.960000', '174123.420000', '174123.880000', '174124.340000', '174124.800000', '174125.260000', '174125.720000', '174126.180000', '174126.640000', '174127.100000', '174127.560000', '174128.020000', '174128.480000', '174128.940000', '174129.400000', '174129.860000', '174130.320000', '174130.780000', '174131.240000', '174131.700000', '174132.160000', '174132.620000', '174133.080000', '174133.540000', '174134.000000', '174134.460000', '174134.920000', '174135.380000', '174135.840000', '174136.300000', '174136.760000', '174137.220000', '174137.680000', '174138.140000', '174138.600000', '174139.060000', '174139.520000', '174139.980000', '174140.440000', '174140.900000', '174141.360000', '174141.820000', '174142.280000', '174142.740000', '174143.200000', '174143.660000', '174144.120000', '174144.580000', '174145.040000', '174145.500000', '174145.960000', '174146.420000', '174146.880000', '174147.340000', '174147.800000', '174148.260000', '174148.720000', '174149.180000', '174149.640000', '174150.100000', '174150.560000', '174151.020000', '174151.480000', '174151.940000', '174152.400000', '174152.860000', '174153.320000', '174153.780000', '174154.240000', '174154.700000', '174155.160000', '174155.620000', '174156.080000', '174156.540000', '174157.000000', '174157.460000', '174157.920000', '174158.380000', '174158.840000', '174159.300000', '174159.760000', '174200.220000', '174200.680000', '174201.140000', '174201.600000', '174202.060000', '174202.520000', '174202.980000', '174203.440000', '174203.900000', '174204.360000', '174204.820000', '174205.280000', '174205.740000', '174206.200000', '174206.660000', '174207.120000', '174207.580000', '174208.040000', '174208.500000', '174208.960000', '174209.420000', '174209.880000', '174210.340000', '174210.800000', '174211.260000', '174211.720000', '174212.180000', '174212.640000', '174213.100000', '174213.560000', '174214.020000', '174214.480000', '174214.940000', '174215.400000', '174215.860000', '174216.320000', '174216.780000', '174217.240000', '174217.700000', '174218.160000', '174218.620000', '174219.080000', '174219.540000', '174220.000000', '174220.460000', '174220.920000', '174221.380000', '174221.840000', '174222.300000', '174222.760000', '174223.220000', '174223.680000', '174224.140000', '174224.600000', '174225.060000', '174225.520000', '174225.980000', '174226.440000', '174226.900000', '174227.360000', '174227.820000', '174228.280000', '174228.740000', '174229.200000', '174229.660000', '174230.120000', '174230.580000', '174231.040000', '174231.500000', '174231.960000', '174232.420000', '174232.880000', '174233.340000', '174233.800000', '174234.260000', '174234.720000', '174235.180000', '174235.640000', '174236.100000', '174236.560000', '174237.020000', '174237.480000', '174237.940000', '174238.400000', '174238.860000', '174239.320000', '174239.780000', '174240.240000', '174240.700000', '174241.160000', '174241.620000', '174242.080000', '174242.540000', '174243.000000', '174243.460000', '174243.920000', '174244.380000', '174244.840000', '174245.300000', '174245.760000', '174246.220000', '174246.680000', '174247.140000', '174247.600000', '174248.060000', '174248.520000', '174248.980000', '174249.440000', '174249.900000', '174250.360000', '174250.820000', '174251.280000', '174251.740000', '174252.200000', '174252.660000', '174253.120000', '174253.580000', '174254.040000', '174254.500000', '174254.960000', '174255.420000', '174255.880000', '174256.340000', '174256.800000', '174257.260000', '174257.720000', '174258.180000', '174258.640000', '174259.100000', '174259.560000', '174300.020000', '174300.480000', '174300.940000', '174301.400000', '174301.860000', '174302.320000', '174302.780000', '174303.240000', '174303.700000', '174304.160000', '174304.620000', '174305.080000', '174305.540000', '174306.000000', '174306.460000', '174306.920000', '174307.380000', '174307.840000', '174308.300000', '174308.760000', '174309.220000', '174309.680000', '174310.140000', '174310.600000', '174311.060000', '174311.520000', '174311.980000', '174312.440000', '174312.900000', '174313.360000', '174313.820000', '174314.280000', '174314.740000', '174315.200000', '174315.660000', '174316.120000', '174316.580000', '174317.040000', '174317.500000', '174317.960000', '174318.420000', '174318.880000', '174319.340000', '174319.800000', '174320.260000', '174320.720000', '174321.180000', '174321.640000', '174322.100000', '174322.560000', '174323.020000', '174323.480000', '174323.940000', '174324.400000', '174324.860000', '174325.320000', '174325.780000', '174326.240000', '174326.700000', '174327.160000', '174327.620000', '174328.080000', '174328.540000', '174329.000000', '174329.460000', '174329.920000', '174330.380000', '174330.840000', '174331.300000', '174331.760000', '174332.220000', '174332.680000', '174333.140000', '174333.600000', '174334.060000', '174334.520000', '174334.980000', '174335.440000', '174335.900000', '174336.360000', '174336.820000', '174337.280000', '174337.740000', '174338.200000', '174338.660000', '174339.120000', '174339.580000', '174340.040000', '174340.500000', '174340.960000', '174341.420000', '174341.880000', '174342.340000', '174342.800000', '174343.260000', '174343.720000', '174344.180000', '174344.640000', '174345.100000', '174345.560000', '174346.020000', '174346.480000', '174346.940000', '174347.400000', '174347.860000', '174348.320000', '174348.780000', '174349.240000', '174349.700000', '174350.160000', '174350.620000', '174351.080000', '174351.540000', '174352.000000', '174352.460000', '174352.920000', '174353.380000', '174353.840000', '174354.300000', '174354.760000', '174355.220000', '174355.680000', '174356.140000', '174356.600000', '174357.060000', '174357.520000', '174357.980000', '174358.440000', '174358.900000', '174359.360000', '174359.820000', '174400.280000', '174400.740000', '174401.200000', '174401.660000', '174402.120000', '174402.580000', '174403.040000', '174403.500000', '174403.960000', '174404.420000', '174404.880000', '174405.340000', '174405.800000', '174406.260000', '174406.720000', '174407.180000', '174407.640000', '174408.100000', '174408.560000', '174409.020000', '174409.480000', '174409.940000', '174410.400000', '174410.860000', '174411.320000', '174411.780000', '174412.240000', '174412.700000', '174413.160000', '174413.620000', '174414.080000', '174414.540000', '174415.000000', '174415.460000', '174415.920000', '174416.380000', '174416.840000', '174417.300000', '174417.760000', '174418.220000', '174418.680000', '174419.140000', '174419.600000', '174420.060000', '174420.520000', '174420.980000', '174421.440000', '174421.900000', '174422.360000', '174422.820000', '174423.280000', '174423.740000', '174424.200000', '174424.660000', '174425.120000', '174425.580000', '174426.040000', '174426.500000', '174426.960000', '174427.420000', '174427.880000', '174428.340000', '174428.800000', '174429.260000', '174429.720000', '174430.180000', '174430.640000', '174431.100000', '174431.560000', '174432.020000', '174432.480000', '174432.940000', '174433.400000', '174433.860000', '174434.320000', '174434.780000', '174435.240000', '174435.700000', '174436.160000', '174436.620000', '174437.080000', '174437.540000', '174438.000000', '174438.460000', '174438.920000', '174439.380000', '174439.840000', '174440.300000', '174440.760000', '174441.220000', '174441.680000', '174442.140000', '174442.600000', '174443.060000', '174443.520000', '174443.980000', '174444.440000', '174444.900000', '174445.360000', '174445.820000', '174446.280000', '174446.740000', '174447.200000', '174447.660000', '174448.120000', '174448.580000', '174449.040000', '174449.500000', '174449.960000', '174450.420000', '174450.880000', '174451.340000', '174451.800000', '174452.260000', '174452.720000', '174453.180000', '174453.640000', '174454.100000', '174454.560000', '174455.020000', '174455.480000', '174455.940000', '174456.400000', '174456.860000', '174457.320000', '174457.780000', '174458.240000', '174458.700000', '174459.160000', '174459.620000', '174500.080000', '174500.540000', '174501.000000', '174501.460000', '174501.920000', '174502.380000', '174502.840000', '174503.300000', '174503.760000', '174504.220000', '174504.680000', '174505.140000', '174505.600000', '174506.060000', '174506.520000', '174506.980000', '174507.440000', '174507.900000', '174508.360000', '174508.820000', '174509.280000', '174509.740000', '174510.200000', '174510.660000', '174511.120000', '174511.580000', '174512.040000', '174512.500000', '174512.960000', '174513.420000', '174513.880000', '174514.340000', '174514.800000', '174515.260000', '174515.720000', '174516.180000', '174516.640000', '174517.100000', '174517.560000', '174518.020000', '174518.480000', '174518.940000', '174519.400000', '174519.860000', '174520.320000', '174520.780000', '174521.240000', '174521.700000', '174522.160000', '174522.620000', '174523.080000', '174523.540000', '174524.000000', '174524.460000', '174524.920000', '174525.380000', '174525.840000', '174526.300000', '174526.760000', '174527.220000', '174527.680000', '174528.140000', '174528.600000', '174529.060000', '174529.520000', '174529.980000', '174530.440000', '174530.900000', '174531.360000', '174531.820000', '174532.280000', '174532.740000', '174533.200000', '174533.660000', '174534.120000', '174534.580000', '174535.040000', '174535.500000', '174535.960000', '174536.420000', '174536.880000', '174537.340000', '174537.800000', '174538.260000', '174538.720000', '174539.180000', '174539.640000', '174540.100000', '174540.560000', '174541.020000', '174541.480000', '174541.940000', '174542.400000', '174542.860000', '174543.320000', '174543.780000', '174544.240000', '174544.700000', '174545.160000', '174545.620000', '174546.080000', '174546.540000', '174547.000000', '174547.460000', '174547.920000', '174548.380000', '174548.840000', '174549.300000', '174549.760000', '174550.220000', '174550.680000', '174551.140000', '174551.600000', '174552.060000', '174552.520000', '174552.980000', '174553.440000', '174553.900000', '174554.360000', '174554.820000', '174555.280000', '174555.740000', '174556.200000', '174556.660000', '174557.120000', '174557.580000', '174558.040000', '174558.500000', '174558.960000', '174559.420000', '174559.880000', '174600.340000', '174600.800000', '174601.260000', '174601.720000', '174602.180000', '174602.640000', '174603.100000', '174603.560000', '174604.020000', '174604.480000', '174604.940000', '174605.400000', '174605.860000', '174606.320000', '174606.780000', '174607.240000', '174607.700000', '174608.160000', '174608.620000', '174609.080000', '174609.540000', '174610.000000', '174610.460000', '174610.920000', '174611.380000', '174611.840000', '174612.300000', '174612.760000', '174613.220000', '174613.680000', '174614.140000', '174614.600000', '174615.060000', '174615.520000', '174615.980000', '174616.440000', '174616.900000', '174617.360000', '174617.820000', '174618.280000', '174618.740000', '174619.200000', '174619.660000', '174620.120000', '174620.580000', '174621.040000', '174621.500000', '174621.960000', '174622.420000', '174622.880000', '174623.340000', '174623.800000', '174624.260000', '174624.720000', '174625.180000', '174625.640000', '174626.100000', '174626.560000', '174627.020000', '174627.480000', '174627.940000', '174628.400000', '174628.860000', '174629.320000', '174629.780000', '174630.240000', '174630.700000', '174631.160000', '174631.620000', '174632.080000'], 'ContentTime': ['173637.518000', '173637.521000', '173637.530000', '173637.533000', '173637.535000', '173637.538000', '173637.541000', '173637.544000', '173637.546000', '173637.549000', '173637.551000', '173637.554000', '173637.557000', '173637.559000', '173637.562000', '173637.564000', '173637.567000', '173637.570000', '173637.572000', '173637.575000', '173637.577000', '173637.580000', '173637.582000', '173637.585000', '173637.588000', '173657.481000', '173657.484000', '173657.493000', '173657.496000', '173657.499000', '173657.507000', '173657.510000', '173657.512000', '173657.515000', '173657.517000', '173657.520000', '173657.522000', '173657.525000', '173657.527000', '173657.530000', '173657.533000', '173657.535000', '173657.538000', '173657.540000', '173657.543000', '173657.545000', '173657.548000', '173657.550000', '173657.553000', '173657.556000', '173657.558000', '173657.561000', '173657.563000', '173657.566000', '173657.569000', '173657.571000', '173657.574000', '173657.577000', '173657.579000', '173657.582000', '173657.584000', '173657.587000', '173657.590000', '173657.592000', '173657.595000', '173657.598000', '173657.600000', '173657.603000', '173657.605000', '173717.482000', '173717.484000', '173717.487000', '173717.489000', '173717.492000', '173717.495000', '173717.497000', '173717.500000', '173717.502000', '173717.505000', '173717.507000', '173717.510000', '173717.512000', '173717.515000', '173717.518000', '173717.520000', '173717.523000', '173717.525000', '173717.528000', '173717.531000', '173717.533000', '173717.536000', '173717.538000', '173717.541000', '173717.543000', '173717.546000', '173717.548000', '173717.551000', '173717.554000', '173717.556000', '173717.559000', '173717.562000', '173717.565000', '173717.568000', '173717.577000', '173717.580000', '173717.582000', '173717.585000', '173717.587000', '173717.590000', '173717.592000', '173717.595000', '173717.598000', '173737.481000', '173737.484000', '173737.487000', '173737.489000', '173737.492000', '173737.495000', '173737.497000', '173737.500000', '173737.502000', '173737.505000', '173737.508000', '173737.510000', '173737.513000', '173737.516000', '173737.518000', '173737.521000', '173737.523000', '173737.526000', '173737.529000', '173737.531000', '173737.534000', '173737.536000', '173737.539000', '173737.542000', '173737.544000', '173737.547000', '173737.549000', '173737.552000', '173737.555000', '173737.558000', '173737.560000', '173737.563000', '173737.566000', '173737.568000', '173737.571000', '173737.573000', '173737.576000', '173737.579000', '173737.581000', '173737.584000', '173737.587000', '173737.589000', '173737.592000', '173737.595000', '173757.481000', '173757.484000', '173757.487000', '173757.490000', '173757.493000', '173757.495000', '173757.498000', '173757.500000', '173757.503000', '173757.505000', '173757.508000', '173757.511000', '173757.513000', '173757.516000', '173757.519000', '173757.521000', '173757.524000', '173757.526000', '173757.529000', '173757.532000', '173757.534000', '173757.537000', '173757.540000', '173757.542000', '173757.545000', '173757.547000', '173757.550000', '173757.553000', '173757.555000', '173757.558000', '173757.561000', '173757.563000', '173757.566000', '173757.569000', '173757.571000', '173757.574000', '173757.578000', '173757.581000', '173757.583000', '173757.586000', '173757.588000', '173757.591000', '173757.594000', '173817.482000', '173817.485000', '173817.488000', '173817.491000', '173817.493000', '173817.496000', '173817.498000', '173817.501000', '173817.504000', '173817.506000', '173817.509000', '173817.511000', '173817.514000', '173817.517000', '173817.519000', '173817.522000', '173817.524000', '173817.527000', '173817.530000', '173817.532000', '173817.535000', '173817.537000', '173817.540000', '173817.543000', '173817.545000', '173817.548000', '173817.550000', '173817.553000', '173817.556000', '173817.558000', '173817.561000', '173817.563000', '173817.566000', '173817.569000', '173817.571000', '173817.574000', '173817.576000', '173817.579000', '173817.581000', '173817.584000', '173817.587000', '173817.613000', '173817.616000', '173817.619000', '173837.482000', '173837.485000', '173837.488000', '173837.491000', '173837.493000', '173837.496000', '173837.498000', '173837.501000', '173837.503000', '173837.506000', '173837.508000', '173837.511000', '173837.514000', '173837.516000', '173837.519000', '173837.522000', '173837.524000', '173837.527000', '173837.529000', '173837.532000', '173837.535000', '173837.537000', '173837.540000', '173837.543000', '173837.545000', '173837.548000', '173837.551000', '173837.553000', '173837.556000', '173837.558000', '173837.561000', '173837.564000', '173837.566000', '173837.569000', '173837.571000', '173837.574000', '173837.577000', '173837.579000', '173837.582000', '173837.585000', '173837.587000', '173837.597000', '173837.599000', '173857.481000', '173857.484000', '173857.487000', '173857.490000', '173857.492000', '173857.495000', '173857.498000', '173857.501000', '173857.503000', '173857.506000', '173857.509000', '173857.511000', '173857.514000', '173857.516000', '173857.519000', '173857.522000', '173857.524000', '173857.527000', '173857.530000', '173857.533000', '173857.535000', '173857.538000', '173857.540000', '173857.543000', '173857.546000', '173857.548000', '173857.551000', '173857.554000', '173857.556000', '173857.559000', '173857.562000', '173857.564000', '173857.567000', '173857.570000', '173857.572000', '173857.575000', '173857.578000', '173857.580000', '173857.583000', '173857.586000', '173857.588000', '173857.591000', '173857.594000', '173857.596000', '173917.481000', '173917.484000', '173917.487000', '173917.490000', '173917.492000', '173917.495000', '173917.497000', '173917.500000', '173917.503000', '173917.506000', '173917.508000', '173917.511000', '173917.514000', '173917.516000', '173917.519000', '173917.521000', '173917.524000', '173917.527000', '173917.529000', '173917.532000', '173917.535000', '173917.537000', '173917.540000', '173917.543000', '173917.545000', '173917.548000', '173917.551000', '173917.553000', '173917.556000', '173917.559000', '173917.561000', '173917.564000', '173917.567000', '173917.569000', '173917.572000', '173917.575000', '173917.577000', '173917.580000', '173917.583000', '173917.585000', '173917.588000', '173917.591000', '173917.593000', '173937.481000', '173937.484000', '173937.487000', '173937.490000', '173937.492000', '173937.495000', '173937.498000', '173937.500000', '173937.503000', '173937.506000', '173937.508000', '173937.511000', '173937.514000', '173937.516000', '173937.519000', '173937.522000', '173937.524000', '173937.527000', '173937.530000', '173937.532000', '173937.535000', '173937.538000', '173937.540000', '173937.543000', '173937.546000', '173937.548000', '173937.551000', '173937.554000', '173937.556000', '173937.559000', '173937.562000', '173937.564000', '173937.567000', '173937.569000', '173937.572000', '173937.575000', '173937.577000', '173937.580000', '173937.583000', '173937.585000', '173937.588000', '173937.590000', '173937.593000', '173937.596000', '173957.481000', '173957.484000', '173957.487000', '173957.490000', '173957.493000', '173957.495000', '173957.498000', '173957.500000', '173957.503000', '173957.506000', '173957.508000', '173957.511000', '173957.514000', '173957.516000', '173957.519000', '173957.522000', '173957.524000', '173957.527000', '173957.529000', '173957.532000', '173957.535000', '173957.537000', '173957.540000', '173957.543000', '173957.545000', '173957.548000', '173957.550000', '173957.553000', '173957.556000', '173957.558000', '173957.561000', '173957.564000', '173957.566000', '173957.569000', '173957.572000', '173957.574000', '173957.588000', '173957.590000', '173957.593000', '173957.596000', '173957.599000', '173957.601000', '173957.606000', '174017.482000', '174017.485000', '174017.487000', '174017.490000', '174017.493000', '174017.495000', '174017.498000', '174017.500000', '174017.503000', '174017.506000', '174017.508000', '174017.511000', '174017.514000', '174017.516000', '174017.519000', '174017.522000', '174017.524000', '174017.527000', '174017.530000', '174017.533000', '174017.535000', '174017.538000', '174017.541000', '174017.543000', '174017.546000', '174017.549000', '174017.551000', '174017.554000', '174017.557000', '174017.559000', '174017.562000', '174017.564000', '174017.567000', '174017.570000', '174017.572000', '174017.575000', '174017.578000', '174017.581000', '174017.583000', '174017.586000', '174017.589000', '174017.592000', '174017.595000', '174037.483000', '174037.486000', '174037.488000', '174037.491000', '174037.494000', '174037.496000', '174037.499000', '174037.502000', '174037.504000', '174037.507000', '174037.510000', '174037.512000', '174037.515000', '174037.518000', '174037.520000', '174037.523000', '174037.525000', '174037.528000', '174037.531000', '174037.533000', '174037.536000', '174037.539000', '174037.541000', '174037.544000', '174037.547000', '174037.549000', '174037.552000', '174037.555000', '174037.557000', '174037.560000', '174037.562000', '174037.565000', '174037.568000', '174037.570000', '174037.573000', '174037.576000', '174037.579000', '174037.581000', '174037.584000', '174037.586000', '174037.589000', '174037.592000', '174037.594000', '174037.597000', '174057.483000', '174057.486000', '174057.488000', '174057.491000', '174057.494000', '174057.496000', '174057.499000', '174057.502000', '174057.504000', '174057.507000', '174057.510000', '174057.512000', '174057.515000', '174057.518000', '174057.520000', '174057.523000', '174057.526000', '174057.528000', '174057.531000', '174057.534000', '174057.536000', '174057.539000', '174057.542000', '174057.544000', '174057.547000', '174057.550000', '174057.552000', '174057.555000', '174057.558000', '174057.560000', '174057.563000', '174057.566000', '174057.568000', '174057.571000', '174057.574000', '174057.576000', '174057.579000', '174057.582000', '174057.584000', '174057.587000', '174057.590000', '174057.592000', '174057.595000', '174057.598000', '174117.482000', '174117.485000', '174117.488000', '174117.490000', '174117.493000', '174117.496000', '174117.498000', '174117.501000', '174117.504000', '174117.506000', '174117.509000', '174117.512000', '174117.514000', '174117.517000', '174117.520000', '174117.523000', '174117.525000', '174117.528000', '174117.531000', '174117.534000', '174117.536000', '174117.539000', '174117.542000', '174117.544000', '174117.547000', '174117.550000', '174117.552000', '174117.555000', '174117.557000', '174117.560000', '174117.563000', '174117.565000', '174117.568000', '174117.571000', '174117.573000', '174117.576000', '174117.579000', '174117.581000', '174117.584000', '174117.587000', '174117.589000', '174117.592000', '174117.594000', '174137.481000', '174137.484000', '174137.487000', '174137.490000', '174137.504000', '174137.506000', '174137.509000', '174137.512000', '174137.514000', '174137.517000', '174137.520000', '174137.523000', '174137.526000', '174137.528000', '174137.531000', '174137.534000', '174137.536000', '174137.539000', '174137.542000', '174137.544000', '174137.547000', '174137.550000', '174137.553000', '174137.555000', '174137.558000', '174137.560000', '174137.563000', '174137.566000', '174137.568000', '174137.571000', '174137.574000', '174137.577000', '174137.579000', '174137.582000', '174137.585000', '174137.587000', '174137.590000', '174137.593000', '174137.595000', '174137.598000', '174137.600000', '174137.603000', '174137.606000', '174137.608000', '174157.482000', '174157.484000', '174157.488000', '174157.491000', '174157.494000', '174157.496000', '174157.499000', '174157.502000', '174157.504000', '174157.507000', '174157.510000', '174157.512000', '174157.515000', '174157.518000', '174157.520000', '174157.523000', '174157.526000', '174157.528000', '174157.531000', '174157.533000', '174157.536000', '174157.539000', '174157.541000', '174157.544000', '174157.547000', '174157.549000', '174157.552000', '174157.555000', '174157.557000', '174157.560000', '174157.563000', '174157.565000', '174157.568000', '174157.571000', '174157.573000', '174157.576000', '174157.578000', '174157.581000', '174157.583000', '174157.586000', '174157.589000', '174157.591000', '174157.594000', '174217.481000', '174217.484000', '174217.487000', '174217.490000', '174217.492000', '174217.495000', '174217.498000', '174217.500000', '174217.503000', '174217.506000', '174217.508000', '174217.511000', '174217.514000', '174217.516000', '174217.519000', '174217.522000', '174217.524000', '174217.527000', '174217.530000', '174217.532000', '174217.535000', '174217.538000', '174217.540000', '174217.543000', '174217.545000', '174217.548000', '174217.551000', '174217.554000', '174217.556000', '174217.559000', '174217.562000', '174217.564000', '174217.567000', '174217.570000', '174217.572000', '174217.575000', '174217.577000', '174217.580000', '174217.583000', '174217.585000', '174217.588000', '174217.591000', '174217.593000', '174217.596000', '174237.483000', '174237.486000', '174237.488000', '174237.492000', '174237.494000', '174237.497000', '174237.499000', '174237.502000', '174237.505000', '174237.508000', '174237.510000', '174237.513000', '174237.515000', '174237.518000', '174237.521000', '174237.523000', '174237.526000', '174237.529000', '174237.531000', '174237.534000', '174237.537000', '174237.539000', '174237.542000', '174237.545000', '174237.547000', '174237.550000', '174237.553000', '174237.555000', '174237.558000', '174237.561000', '174237.563000', '174237.567000', '174237.570000', '174237.572000', '174237.575000', '174237.578000', '174237.580000', '174237.583000', '174237.585000', '174237.588000', '174237.591000', '174237.593000', '174237.596000', '174257.483000', '174257.485000', '174257.488000', '174257.491000', '174257.493000', '174257.496000', '174257.499000', '174257.501000', '174257.504000', '174257.507000', '174257.509000', '174257.512000', '174257.515000', '174257.517000', '174257.520000', '174257.523000', '174257.525000', '174257.528000', '174257.530000', '174257.533000', '174257.536000', '174257.538000', '174257.541000', '174257.544000', '174257.546000', '174257.549000', '174257.552000', '174257.554000', '174257.558000', '174257.569000', '174257.571000', '174257.574000', '174257.577000', '174257.579000', '174257.582000', '174257.585000', '174257.587000', '174257.590000', '174257.593000', '174257.595000', '174257.598000', '174257.601000', '174257.603000', '174317.483000', '174317.486000', '174317.488000', '174317.492000', '174317.494000', '174317.497000', '174317.500000', '174317.502000', '174317.505000', '174317.508000', '174317.510000', '174317.513000', '174317.516000', '174317.518000', '174317.521000', '174317.529000', '174317.532000', '174317.534000', '174317.537000', '174317.540000', '174317.542000', '174317.545000', '174317.548000', '174317.550000', '174317.553000', '174317.556000', '174317.558000', '174317.561000', '174317.564000', '174317.566000', '174317.569000', '174317.571000', '174317.574000', '174317.577000', '174317.579000', '174317.582000', '174317.584000', '174317.587000', '174317.590000', '174317.592000', '174317.595000', '174317.597000', '174317.600000', '174317.603000', '174337.481000', '174337.485000', '174337.487000', '174337.490000', '174337.492000', '174337.495000', '174337.498000', '174337.500000', '174337.503000', '174337.505000', '174337.508000', '174337.511000', '174337.513000', '174337.516000', '174337.519000', '174337.521000', '174337.524000', '174337.526000', '174337.529000', '174337.531000', '174337.534000', '174337.537000', '174337.539000', '174337.542000', '174337.545000', '174337.547000', '174337.550000', '174337.553000', '174337.555000', '174337.558000', '174337.560000', '174337.564000', '174337.566000', '174337.569000', '174337.571000', '174337.574000', '174337.577000', '174337.579000', '174337.582000', '174337.584000', '174337.587000', '174337.590000', '174337.592000', '174357.482000', '174357.485000', '174357.488000', '174357.490000', '174357.493000', '174357.495000', '174357.498000', '174357.501000', '174357.504000', '174357.506000', '174357.509000', '174357.512000', '174357.514000', '174357.517000', '174357.520000', '174357.522000', '174357.525000', '174357.527000', '174357.530000', '174357.533000', '174357.535000', '174357.538000', '174357.541000', '174357.543000', '174357.546000', '174357.548000', '174357.551000', '174357.554000', '174357.556000', '174357.559000', '174357.562000', '174357.565000', '174357.567000', '174357.570000', '174357.572000', '174357.575000', '174357.578000', '174357.580000', '174357.583000', '174357.586000', '174357.588000', '174357.591000', '174357.594000', '174357.596000', '174417.482000', '174417.485000', '174417.487000', '174417.490000', '174417.493000', '174417.495000', '174417.498000', '174417.500000', '174417.503000', '174417.506000', '174417.509000', '174417.511000', '174417.514000', '174417.517000', '174417.519000', '174417.522000', '174417.525000', '174417.527000', '174417.530000', '174417.533000', '174417.535000', '174417.538000', '174417.540000', '174417.543000', '174417.546000', '174417.561000', '174417.564000', '174417.567000', '174417.569000', '174417.572000', '174417.574000', '174417.577000', '174417.580000', '174417.582000', '174417.585000', '174417.588000', '174417.590000', '174417.593000', '174417.597000', '174417.600000', '174417.602000', '174417.605000', '174417.608000', '174437.482000', '174437.485000', '174437.488000', '174437.490000', '174437.493000', '174437.496000', '174437.499000', '174437.501000', '174437.504000', '174437.507000', '174437.510000', '174437.513000', '174437.515000', '174437.518000', '174437.521000', '174437.524000', '174437.526000', '174437.529000', '174437.532000', '174437.534000', '174437.537000', '174437.540000', '174437.542000', '174437.545000', '174437.547000', '174437.550000', '174437.553000', '174437.555000', '174437.558000', '174437.561000', '174437.563000', '174437.566000', '174437.569000', '174437.571000', '174437.574000', '174437.577000', '174437.579000', '174437.582000', '174437.585000', '174437.598000', '174437.601000', '174437.603000', '174437.606000', '174437.609000', '174457.483000', '174457.486000', '174457.488000', '174457.491000', '174457.494000', '174457.496000', '174457.499000', '174457.502000', '174457.504000', '174457.507000', '174457.510000', '174457.512000', '174457.515000', '174457.518000', '174457.520000', '174457.523000', '174457.526000', '174457.528000', '174457.531000', '174457.533000', '174457.536000', '174457.539000', '174457.541000', '174457.544000', '174457.547000', '174457.549000', '174457.552000', '174457.555000', '174457.557000', '174457.560000', '174457.563000', '174457.565000', '174457.568000', '174457.571000', '174457.573000', '174457.576000', '174457.578000', '174457.581000', '174457.584000', '174457.586000', '174457.589000', '174457.592000', '174457.594000', '174517.483000', '174517.485000', '174517.488000', '174517.491000', '174517.494000', '174517.497000', '174517.499000', '174517.502000', '174517.505000', '174517.507000', '174517.510000', '174517.513000', '174517.516000', '174517.518000', '174517.521000', '174517.523000', '174517.526000', '174517.529000', '174517.531000', '174517.534000', '174517.537000', '174517.539000', '174517.542000', '174517.545000', '174517.547000', '174517.550000', '174517.553000', '174517.555000', '174517.558000', '174517.561000', '174517.563000', '174517.566000', '174517.569000', '174517.571000', '174517.574000', '174517.577000', '174517.579000', '174517.582000', '174517.585000', '174517.587000', '174517.590000', '174517.593000', '174517.595000', '174517.598000', '174537.483000', '174537.485000', '174537.488000', '174537.491000', '174537.493000', '174537.496000', '174537.499000', '174537.501000', '174537.504000', '174537.506000', '174537.509000', '174537.512000', '174537.514000', '174537.517000', '174537.520000', '174537.522000', '174537.525000', '174537.527000', '174537.530000', '174537.533000', '174537.535000', '174537.538000', '174537.551000', '174537.553000', '174537.556000', '174537.558000', '174537.561000', '174537.564000', '174537.566000', '174537.569000', '174537.572000', '174537.574000', '174537.577000', '174537.579000', '174537.582000', '174537.585000', '174537.587000', '174537.590000', '174537.593000', '174537.595000', '174537.598000', '174537.601000', '174537.603000', '174557.482000', '174557.485000', '174557.487000', '174557.490000', '174557.493000', '174557.495000', '174557.498000', '174557.501000', '174557.503000', '174557.506000', '174557.508000', '174557.511000', '174557.514000', '174557.516000', '174557.519000', '174557.522000', '174557.524000', '174557.527000', '174557.529000', '174557.532000', '174557.535000', '174557.538000', '174557.540000', '174557.543000', '174557.546000', '174557.548000', '174557.551000', '174557.554000', '174557.556000', '174557.559000', '174557.561000', '174557.564000', '174557.567000', '174557.570000', '174557.572000', '174557.575000', '174557.578000', '174557.580000', '174557.583000', '174557.586000', '174557.588000', '174557.591000', '174557.593000', '174557.596000', '174617.482000', '174617.485000', '174617.487000', '174617.490000', '174617.492000', '174617.495000', '174617.498000', '174617.501000', '174617.503000', '174617.506000', '174617.508000', '174617.511000', '174617.514000', '174617.516000', '174617.519000', '174617.522000', '174617.524000', '174617.527000', '174617.529000', '174617.532000', '174617.535000', '174617.537000', '174617.540000', '174617.543000', '174617.545000', '174617.548000', '174617.551000', '174617.553000', '174617.556000', '174617.558000', '174617.561000', '174617.564000', '174617.566000', '174617.569000', '174617.572000', '174617.574000', '174617.577000', '174617.580000', '174617.582000', '174617.585000', '174617.587000', '174617.590000', '174617.593000', '174633.687000', '174633.690000', '174633.692000', '174633.695000', '174633.698000', '174633.700000', '174633.703000', '174633.706000', '174633.708000', '174633.711000', '174633.714000', '174633.717000', '174633.720000', '174633.722000', '174633.725000', '174633.728000', '174633.730000', '174633.733000', '174633.736000', '174633.738000', '174633.741000', '174633.744000', '174633.747000', '174633.749000', '174633.752000', '174633.755000', '174633.757000', '174633.760000', '174633.763000', '174633.767000', '174633.772000', '174633.780000', '174633.783000', '174633.787000', '174633.797000', '174633.800000'], 'InstanceCreationTime': ['173637.518000', '173637.521000', '173637.530000', '173637.533000', '173637.535000', '173637.538000', '173637.541000', '173637.544000', '173637.546000', '173637.549000', '173637.551000', '173637.554000', '173637.557000', '173637.559000', '173637.562000', '173637.564000', '173637.567000', '173637.570000', '173637.572000', '173637.575000', '173637.577000', '173637.580000', '173637.582000', '173637.585000', '173637.588000', '173657.481000', '173657.484000', '173657.493000', '173657.496000', '173657.499000', '173657.507000', '173657.510000', '173657.512000', '173657.515000', '173657.517000', '173657.520000', '173657.522000', '173657.525000', '173657.527000', '173657.530000', '173657.533000', '173657.535000', '173657.538000', '173657.540000', '173657.543000', '173657.545000', '173657.548000', '173657.550000', '173657.553000', '173657.556000', '173657.558000', '173657.561000', '173657.563000', '173657.566000', '173657.569000', '173657.571000', '173657.574000', '173657.577000', '173657.579000', '173657.582000', '173657.584000', '173657.587000', '173657.590000', '173657.592000', '173657.595000', '173657.598000', '173657.600000', '173657.603000', '173657.605000', '173717.482000', '173717.484000', '173717.487000', '173717.489000', '173717.492000', '173717.495000', '173717.497000', '173717.500000', '173717.502000', '173717.505000', '173717.507000', '173717.510000', '173717.512000', '173717.515000', '173717.518000', '173717.520000', '173717.523000', '173717.525000', '173717.528000', '173717.531000', '173717.533000', '173717.536000', '173717.538000', '173717.541000', '173717.543000', '173717.546000', '173717.548000', '173717.551000', '173717.554000', '173717.556000', '173717.559000', '173717.562000', '173717.565000', '173717.568000', '173717.577000', '173717.580000', '173717.582000', '173717.585000', '173717.587000', '173717.590000', '173717.592000', '173717.595000', '173717.598000', '173737.481000', '173737.484000', '173737.487000', '173737.489000', '173737.492000', '173737.495000', '173737.497000', '173737.500000', '173737.502000', '173737.505000', '173737.508000', '173737.510000', '173737.513000', '173737.516000', '173737.518000', '173737.521000', '173737.523000', '173737.526000', '173737.529000', '173737.531000', '173737.534000', '173737.536000', '173737.539000', '173737.542000', '173737.544000', '173737.547000', '173737.549000', '173737.552000', '173737.555000', '173737.558000', '173737.560000', '173737.563000', '173737.566000', '173737.568000', '173737.571000', '173737.573000', '173737.576000', '173737.579000', '173737.581000', '173737.584000', '173737.587000', '173737.589000', '173737.592000', '173737.595000', '173757.481000', '173757.484000', '173757.487000', '173757.490000', '173757.493000', '173757.495000', '173757.498000', '173757.500000', '173757.503000', '173757.505000', '173757.508000', '173757.511000', '173757.513000', '173757.516000', '173757.519000', '173757.521000', '173757.524000', '173757.526000', '173757.529000', '173757.532000', '173757.534000', '173757.537000', '173757.540000', '173757.542000', '173757.545000', '173757.547000', '173757.550000', '173757.553000', '173757.555000', '173757.558000', '173757.561000', '173757.563000', '173757.566000', '173757.569000', '173757.571000', '173757.574000', '173757.578000', '173757.581000', '173757.583000', '173757.586000', '173757.588000', '173757.591000', '173757.594000', '173817.482000', '173817.485000', '173817.488000', '173817.491000', '173817.493000', '173817.496000', '173817.498000', '173817.501000', '173817.504000', '173817.506000', '173817.509000', '173817.511000', '173817.514000', '173817.517000', '173817.519000', '173817.522000', '173817.524000', '173817.527000', '173817.530000', '173817.532000', '173817.535000', '173817.537000', '173817.540000', '173817.543000', '173817.545000', '173817.548000', '173817.550000', '173817.553000', '173817.556000', '173817.558000', '173817.561000', '173817.563000', '173817.566000', '173817.569000', '173817.571000', '173817.574000', '173817.576000', '173817.579000', '173817.581000', '173817.584000', '173817.587000', '173817.613000', '173817.616000', '173817.619000', '173837.482000', '173837.485000', '173837.488000', '173837.491000', '173837.493000', '173837.496000', '173837.498000', '173837.501000', '173837.503000', '173837.506000', '173837.508000', '173837.511000', '173837.514000', '173837.516000', '173837.519000', '173837.522000', '173837.524000', '173837.527000', '173837.529000', '173837.532000', '173837.535000', '173837.537000', '173837.540000', '173837.543000', '173837.545000', '173837.548000', '173837.551000', '173837.553000', '173837.556000', '173837.558000', '173837.561000', '173837.564000', '173837.566000', '173837.569000', '173837.571000', '173837.574000', '173837.577000', '173837.579000', '173837.582000', '173837.585000', '173837.587000', '173837.597000', '173837.599000', '173857.481000', '173857.484000', '173857.487000', '173857.490000', '173857.492000', '173857.495000', '173857.498000', '173857.501000', '173857.503000', '173857.506000', '173857.509000', '173857.511000', '173857.514000', '173857.516000', '173857.519000', '173857.522000', '173857.524000', '173857.527000', '173857.530000', '173857.533000', '173857.535000', '173857.538000', '173857.540000', '173857.543000', '173857.546000', '173857.548000', '173857.551000', '173857.554000', '173857.556000', '173857.559000', '173857.562000', '173857.564000', '173857.567000', '173857.570000', '173857.572000', '173857.575000', '173857.578000', '173857.580000', '173857.583000', '173857.586000', '173857.588000', '173857.591000', '173857.594000', '173857.596000', '173917.481000', '173917.484000', '173917.487000', '173917.490000', '173917.492000', '173917.495000', '173917.497000', '173917.500000', '173917.503000', '173917.506000', '173917.508000', '173917.511000', '173917.514000', '173917.516000', '173917.519000', '173917.521000', '173917.524000', '173917.527000', '173917.529000', '173917.532000', '173917.535000', '173917.537000', '173917.540000', '173917.543000', '173917.545000', '173917.548000', '173917.551000', '173917.553000', '173917.556000', '173917.559000', '173917.561000', '173917.564000', '173917.567000', '173917.569000', '173917.572000', '173917.575000', '173917.577000', '173917.580000', '173917.583000', '173917.585000', '173917.588000', '173917.591000', '173917.593000', '173937.481000', '173937.484000', '173937.487000', '173937.490000', '173937.492000', '173937.495000', '173937.498000', '173937.500000', '173937.503000', '173937.506000', '173937.508000', '173937.511000', '173937.514000', '173937.516000', '173937.519000', '173937.522000', '173937.524000', '173937.527000', '173937.530000', '173937.532000', '173937.535000', '173937.538000', '173937.540000', '173937.543000', '173937.546000', '173937.548000', '173937.551000', '173937.554000', '173937.556000', '173937.559000', '173937.562000', '173937.564000', '173937.567000', '173937.569000', '173937.572000', '173937.575000', '173937.577000', '173937.580000', '173937.583000', '173937.585000', '173937.588000', '173937.590000', '173937.593000', '173937.596000', '173957.481000', '173957.484000', '173957.487000', '173957.490000', '173957.493000', '173957.495000', '173957.498000', '173957.500000', '173957.503000', '173957.506000', '173957.508000', '173957.511000', '173957.514000', '173957.516000', '173957.519000', '173957.522000', '173957.524000', '173957.527000', '173957.529000', '173957.532000', '173957.535000', '173957.537000', '173957.540000', '173957.543000', '173957.545000', '173957.548000', '173957.550000', '173957.553000', '173957.556000', '173957.558000', '173957.561000', '173957.564000', '173957.566000', '173957.569000', '173957.572000', '173957.574000', '173957.588000', '173957.590000', '173957.593000', '173957.596000', '173957.599000', '173957.601000', '173957.606000', '174017.482000', '174017.485000', '174017.487000', '174017.490000', '174017.493000', '174017.495000', '174017.498000', '174017.500000', '174017.503000', '174017.506000', '174017.508000', '174017.511000', '174017.514000', '174017.516000', '174017.519000', '174017.522000', '174017.524000', '174017.527000', '174017.530000', '174017.533000', '174017.535000', '174017.538000', '174017.541000', '174017.543000', '174017.546000', '174017.549000', '174017.551000', '174017.554000', '174017.557000', '174017.559000', '174017.562000', '174017.564000', '174017.567000', '174017.570000', '174017.572000', '174017.575000', '174017.578000', '174017.581000', '174017.583000', '174017.586000', '174017.589000', '174017.592000', '174017.595000', '174037.483000', '174037.486000', '174037.488000', '174037.491000', '174037.494000', '174037.496000', '174037.499000', '174037.502000', '174037.504000', '174037.507000', '174037.510000', '174037.512000', '174037.515000', '174037.518000', '174037.520000', '174037.523000', '174037.525000', '174037.528000', '174037.531000', '174037.533000', '174037.536000', '174037.539000', '174037.541000', '174037.544000', '174037.547000', '174037.549000', '174037.552000', '174037.555000', '174037.557000', '174037.560000', '174037.562000', '174037.565000', '174037.568000', '174037.570000', '174037.573000', '174037.576000', '174037.579000', '174037.581000', '174037.584000', '174037.586000', '174037.589000', '174037.592000', '174037.594000', '174037.597000', '174057.483000', '174057.486000', '174057.488000', '174057.491000', '174057.494000', '174057.496000', '174057.499000', '174057.502000', '174057.504000', '174057.507000', '174057.510000', '174057.512000', '174057.515000', '174057.518000', '174057.520000', '174057.523000', '174057.526000', '174057.528000', '174057.531000', '174057.534000', '174057.536000', '174057.539000', '174057.542000', '174057.544000', '174057.547000', '174057.550000', '174057.552000', '174057.555000', '174057.558000', '174057.560000', '174057.563000', '174057.566000', '174057.568000', '174057.571000', '174057.574000', '174057.576000', '174057.579000', '174057.582000', '174057.584000', '174057.587000', '174057.590000', '174057.592000', '174057.595000', '174057.598000', '174117.482000', '174117.485000', '174117.488000', '174117.490000', '174117.493000', '174117.496000', '174117.498000', '174117.501000', '174117.504000', '174117.506000', '174117.509000', '174117.512000', '174117.514000', '174117.517000', '174117.520000', '174117.523000', '174117.525000', '174117.528000', '174117.531000', '174117.534000', '174117.536000', '174117.539000', '174117.542000', '174117.544000', '174117.547000', '174117.550000', '174117.552000', '174117.555000', '174117.557000', '174117.560000', '174117.563000', '174117.565000', '174117.568000', '174117.571000', '174117.573000', '174117.576000', '174117.579000', '174117.581000', '174117.584000', '174117.587000', '174117.589000', '174117.592000', '174117.594000', '174137.481000', '174137.484000', '174137.487000', '174137.490000', '174137.504000', '174137.506000', '174137.509000', '174137.512000', '174137.514000', '174137.517000', '174137.520000', '174137.523000', '174137.526000', '174137.528000', '174137.531000', '174137.534000', '174137.536000', '174137.539000', '174137.542000', '174137.544000', '174137.547000', '174137.550000', '174137.553000', '174137.555000', '174137.558000', '174137.560000', '174137.563000', '174137.566000', '174137.568000', '174137.571000', '174137.574000', '174137.577000', '174137.579000', '174137.582000', '174137.585000', '174137.587000', '174137.590000', '174137.593000', '174137.595000', '174137.598000', '174137.600000', '174137.603000', '174137.606000', '174137.608000', '174157.482000', '174157.484000', '174157.488000', '174157.491000', '174157.494000', '174157.496000', '174157.499000', '174157.502000', '174157.504000', '174157.507000', '174157.510000', '174157.512000', '174157.515000', '174157.518000', '174157.520000', '174157.523000', '174157.526000', '174157.528000', '174157.531000', '174157.533000', '174157.536000', '174157.539000', '174157.541000', '174157.544000', '174157.547000', '174157.549000', '174157.552000', '174157.555000', '174157.557000', '174157.560000', '174157.563000', '174157.565000', '174157.568000', '174157.571000', '174157.573000', '174157.576000', '174157.578000', '174157.581000', '174157.583000', '174157.586000', '174157.589000', '174157.591000', '174157.594000', '174217.481000', '174217.484000', '174217.487000', '174217.490000', '174217.492000', '174217.495000', '174217.498000', '174217.500000', '174217.503000', '174217.506000', '174217.508000', '174217.511000', '174217.514000', '174217.516000', '174217.519000', '174217.522000', '174217.524000', '174217.527000', '174217.530000', '174217.532000', '174217.535000', '174217.538000', '174217.540000', '174217.543000', '174217.545000', '174217.548000', '174217.551000', '174217.554000', '174217.556000', '174217.559000', '174217.562000', '174217.564000', '174217.567000', '174217.570000', '174217.572000', '174217.575000', '174217.577000', '174217.580000', '174217.583000', '174217.585000', '174217.588000', '174217.591000', '174217.593000', '174217.596000', '174237.483000', '174237.486000', '174237.488000', '174237.492000', '174237.494000', '174237.497000', '174237.499000', '174237.502000', '174237.505000', '174237.508000', '174237.510000', '174237.513000', '174237.515000', '174237.518000', '174237.521000', '174237.523000', '174237.526000', '174237.529000', '174237.531000', '174237.534000', '174237.537000', '174237.539000', '174237.542000', '174237.545000', '174237.547000', '174237.550000', '174237.553000', '174237.555000', '174237.558000', '174237.561000', '174237.563000', '174237.567000', '174237.570000', '174237.572000', '174237.575000', '174237.578000', '174237.580000', '174237.583000', '174237.585000', '174237.588000', '174237.591000', '174237.593000', '174237.596000', '174257.483000', '174257.485000', '174257.488000', '174257.491000', '174257.493000', '174257.496000', '174257.499000', '174257.501000', '174257.504000', '174257.507000', '174257.509000', '174257.512000', '174257.515000', '174257.517000', '174257.520000', '174257.523000', '174257.525000', '174257.528000', '174257.530000', '174257.533000', '174257.536000', '174257.538000', '174257.541000', '174257.544000', '174257.546000', '174257.549000', '174257.552000', '174257.554000', '174257.558000', '174257.569000', '174257.571000', '174257.574000', '174257.577000', '174257.579000', '174257.582000', '174257.585000', '174257.587000', '174257.590000', '174257.593000', '174257.595000', '174257.598000', '174257.601000', '174257.603000', '174317.483000', '174317.486000', '174317.488000', '174317.492000', '174317.494000', '174317.497000', '174317.500000', '174317.502000', '174317.505000', '174317.508000', '174317.510000', '174317.513000', '174317.516000', '174317.518000', '174317.521000', '174317.529000', '174317.532000', '174317.534000', '174317.537000', '174317.540000', '174317.542000', '174317.545000', '174317.548000', '174317.550000', '174317.553000', '174317.556000', '174317.558000', '174317.561000', '174317.564000', '174317.566000', '174317.569000', '174317.571000', '174317.574000', '174317.577000', '174317.579000', '174317.582000', '174317.584000', '174317.587000', '174317.590000', '174317.592000', '174317.595000', '174317.597000', '174317.600000', '174317.603000', '174337.481000', '174337.485000', '174337.487000', '174337.490000', '174337.492000', '174337.495000', '174337.498000', '174337.500000', '174337.503000', '174337.505000', '174337.508000', '174337.511000', '174337.513000', '174337.516000', '174337.519000', '174337.521000', '174337.524000', '174337.526000', '174337.529000', '174337.531000', '174337.534000', '174337.537000', '174337.539000', '174337.542000', '174337.545000', '174337.547000', '174337.550000', '174337.553000', '174337.555000', '174337.558000', '174337.560000', '174337.564000', '174337.566000', '174337.569000', '174337.571000', '174337.574000', '174337.577000', '174337.579000', '174337.582000', '174337.584000', '174337.587000', '174337.590000', '174337.592000', '174357.482000', '174357.485000', '174357.488000', '174357.490000', '174357.493000', '174357.495000', '174357.498000', '174357.501000', '174357.504000', '174357.506000', '174357.509000', '174357.512000', '174357.514000', '174357.517000', '174357.520000', '174357.522000', '174357.525000', '174357.527000', '174357.530000', '174357.533000', '174357.535000', '174357.538000', '174357.541000', '174357.543000', '174357.546000', '174357.548000', '174357.551000', '174357.554000', '174357.556000', '174357.559000', '174357.562000', '174357.565000', '174357.567000', '174357.570000', '174357.572000', '174357.575000', '174357.578000', '174357.580000', '174357.583000', '174357.586000', '174357.588000', '174357.591000', '174357.594000', '174357.596000', '174417.482000', '174417.485000', '174417.487000', '174417.490000', '174417.493000', '174417.495000', '174417.498000', '174417.500000', '174417.503000', '174417.506000', '174417.509000', '174417.511000', '174417.514000', '174417.517000', '174417.519000', '174417.522000', '174417.525000', '174417.527000', '174417.530000', '174417.533000', '174417.535000', '174417.538000', '174417.540000', '174417.543000', '174417.546000', '174417.561000', '174417.564000', '174417.567000', '174417.569000', '174417.572000', '174417.574000', '174417.577000', '174417.580000', '174417.582000', '174417.585000', '174417.588000', '174417.590000', '174417.593000', '174417.597000', '174417.600000', '174417.602000', '174417.605000', '174417.608000', '174437.482000', '174437.485000', '174437.488000', '174437.490000', '174437.493000', '174437.496000', '174437.499000', '174437.501000', '174437.504000', '174437.507000', '174437.510000', '174437.513000', '174437.515000', '174437.518000', '174437.521000', '174437.524000', '174437.526000', '174437.529000', '174437.532000', '174437.534000', '174437.537000', '174437.540000', '174437.542000', '174437.545000', '174437.547000', '174437.550000', '174437.553000', '174437.555000', '174437.558000', '174437.561000', '174437.563000', '174437.566000', '174437.569000', '174437.571000', '174437.574000', '174437.577000', '174437.579000', '174437.582000', '174437.585000', '174437.598000', '174437.601000', '174437.603000', '174437.606000', '174437.609000', '174457.483000', '174457.486000', '174457.488000', '174457.491000', '174457.494000', '174457.496000', '174457.499000', '174457.502000', '174457.504000', '174457.507000', '174457.510000', '174457.512000', '174457.515000', '174457.518000', '174457.520000', '174457.523000', '174457.526000', '174457.528000', '174457.531000', '174457.533000', '174457.536000', '174457.539000', '174457.541000', '174457.544000', '174457.547000', '174457.549000', '174457.552000', '174457.555000', '174457.557000', '174457.560000', '174457.563000', '174457.565000', '174457.568000', '174457.571000', '174457.573000', '174457.576000', '174457.578000', '174457.581000', '174457.584000', '174457.586000', '174457.589000', '174457.592000', '174457.594000', '174517.483000', '174517.485000', '174517.488000', '174517.491000', '174517.494000', '174517.497000', '174517.499000', '174517.502000', '174517.505000', '174517.507000', '174517.510000', '174517.513000', '174517.516000', '174517.518000', '174517.521000', '174517.523000', '174517.526000', '174517.529000', '174517.531000', '174517.534000', '174517.537000', '174517.539000', '174517.542000', '174517.545000', '174517.547000', '174517.550000', '174517.553000', '174517.555000', '174517.558000', '174517.561000', '174517.563000', '174517.566000', '174517.569000', '174517.571000', '174517.574000', '174517.577000', '174517.579000', '174517.582000', '174517.585000', '174517.587000', '174517.590000', '174517.593000', '174517.595000', '174517.598000', '174537.483000', '174537.485000', '174537.488000', '174537.491000', '174537.493000', '174537.496000', '174537.499000', '174537.501000', '174537.504000', '174537.506000', '174537.509000', '174537.512000', '174537.514000', '174537.517000', '174537.520000', '174537.522000', '174537.525000', '174537.527000', '174537.530000', '174537.533000', '174537.535000', '174537.538000', '174537.551000', '174537.553000', '174537.556000', '174537.558000', '174537.561000', '174537.564000', '174537.566000', '174537.569000', '174537.572000', '174537.574000', '174537.577000', '174537.579000', '174537.582000', '174537.585000', '174537.587000', '174537.590000', '174537.593000', '174537.595000', '174537.598000', '174537.601000', '174537.603000', '174557.482000', '174557.485000', '174557.487000', '174557.490000', '174557.493000', '174557.495000', '174557.498000', '174557.501000', '174557.503000', '174557.506000', '174557.508000', '174557.511000', '174557.514000', '174557.516000', '174557.519000', '174557.522000', '174557.524000', '174557.527000', '174557.529000', '174557.532000', '174557.535000', '174557.538000', '174557.540000', '174557.543000', '174557.546000', '174557.548000', '174557.551000', '174557.554000', '174557.556000', '174557.559000', '174557.561000', '174557.564000', '174557.567000', '174557.570000', '174557.572000', '174557.575000', '174557.578000', '174557.580000', '174557.583000', '174557.586000', '174557.588000', '174557.591000', '174557.593000', '174557.596000', '174617.482000', '174617.485000', '174617.487000', '174617.490000', '174617.492000', '174617.495000', '174617.498000', '174617.501000', '174617.503000', '174617.506000', '174617.508000', '174617.511000', '174617.514000', '174617.516000', '174617.519000', '174617.522000', '174617.524000', '174617.527000', '174617.529000', '174617.532000', '174617.535000', '174617.537000', '174617.540000', '174617.543000', '174617.545000', '174617.548000', '174617.551000', '174617.553000', '174617.556000', '174617.558000', '174617.561000', '174617.564000', '174617.566000', '174617.569000', '174617.572000', '174617.574000', '174617.577000', '174617.580000', '174617.582000', '174617.585000', '174617.587000', '174617.590000', '174617.593000', '174633.687000', '174633.690000', '174633.692000', '174633.695000', '174633.698000', '174633.700000', '174633.703000', '174633.706000', '174633.708000', '174633.711000', '174633.714000', '174633.717000', '174633.720000', '174633.722000', '174633.725000', '174633.728000', '174633.730000', '174633.733000', '174633.736000', '174633.738000', '174633.741000', '174633.744000', '174633.747000', '174633.749000', '174633.752000', '174633.755000', '174633.757000', '174633.760000', '174633.763000', '174633.767000', '174633.772000', '174633.780000', '174633.783000', '174633.787000', '174633.797000', '174633.800000'], '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': [15591, 9468, 15428, 10167, 15594, 9692, 15004, 10477, 15828, 12925, 15655, 12295, 15252, 13195, 16004, 13818, 15643, 13002, 14712, 12940, 13594, 13008, 10928, 14013, 10834, 13422, 10413, 14351, 8403, 14711, 8517, 14556, 9735, 14664, 8836, 14825, 9001, 14643, 10182, 15068, 9173, 14630, 8957, 14409, 10180, 14990, 10724, 14546, 12409, 14593, 12990, 14576, 12875, 14025, 12892, 14817, 12894, 11303, 13309, 10977, 13617, 11254, 13549, 9089, 14174, 8436, 13762, 9303, 14548, 8626, 14231, 8386, 13865, 8472, 14599, 9308, 14413, 8567, 14232, 8626, 14446, 8568, 14447, 9000, 14163, 9788, 14951, 10674, 13899, 10200, 14074, 11180, 15061, 11166, 14685, 10250, 13759, 11076, 14574, 11906, 14279, 11912, 14407, 12714, 14337, 12593, 14274, 12590, 14725, 12385, 10211, 13147, 8455, 12926, 8443, 14005, 8949, 14104, 11054, 13670, 12843, 13308, 12995, 11366, 13050, 11082, 13612, 8647, 13784, 8111, 13923, 9352, 14280, 8538, 14058, 9071, 14088, 10137, 14365, 11152, 14158, 12024, 14282, 12633, 14002, 12711, 13904, 12356, 12970, 12931, 10905, 13261, 11377, 13181, 9296, 13789, 7854, 13888, 8191, 14009, 8774, 14016, 8518, 14222, 9051, 13672, 9871, 14461, 11354, 14200, 12014, 13476, 12490, 13032, 12301, 12021, 12056, 13181, 12505, 9619, 13132, 11063, 12534, 11221, 12964, 7965, 13452, 8455, 13191, 8865, 13496, 7935, 13948, 8200, 13430, 9375, 14074, 9533, 14321, 10407, 14002, 12411, 14345, 12300, 14109, 12457, 14401, 12494, 13005, 12677, 12374, 12519, 11614, 13252, 8000, 13616, 8292, 13653, 9101, 13870, 8447, 14110, 9066, 13920, 9939, 14524, 10394, 13822, 11350, 14370, 12769, 14341, 12276, 14445, 12082, 14654, 12243, 12496, 12609, 10223, 12404, 11054, 13140, 8673, 13283, 8031, 13258, 8739, 13784, 8990, 13536, 8252, 13518, 9156, 14487, 8904, 13684, 8427, 13267, 8760, 13909, 9046, 13514, 7821, 13310, 8197, 13695, 8855, 13417, 8229, 13362, 8645, 13608, 9295, 13512, 9286, 12977, 10121, 13781, 10983, 13962, 10834, 13521, 12457, 13967, 12335, 13665, 12061, 12774, 12037, 11794, 12646, 7910, 12250, 8401, 12956, 8502, 13343, 8861, 12987, 9710, 13504, 10764, 13749, 10358, 13182, 10102, 14240, 11711, 14524, 11345, 14095, 12459, 13647, 12044, 14288, 11796, 13732, 12259, 13307, 11819, 13357, 11725, 14112, 11908, 11234, 11966, 11367, 11929, 12297, 12161, 8579, 12437, 9227, 12360, 9225, 12898, 8059, 13143, 8898, 13832, 11471, 14251, 12282, 13707, 11847, 14494, 12000, 11262, 12214, 11077, 12093, 11130, 13187, 8565, 13235, 8404, 12748, 9005, 14536, 10692, 14003, 11731, 13828, 12084, 13345, 12171, 10831, 12280, 9827, 12199, 8010, 12368, 7797, 12682, 8529, 12662, 9123, 12948, 10188, 12917, 11695, 12780, 11785, 12613, 11528, 12348, 11609, 11411, 11530, 8106, 12455, 7925, 12662, 8205, 13087, 8142, 12966, 8549, 12682, 9224, 13246, 10873, 13367, 11389, 13640, 12165, 13687, 12051, 10779, 12592, 8059, 12932, 8518, 13670, 10884, 14539, 12384, 11870, 12912, 12304, 12778, 11634, 13284, 10784, 13054, 10779, 14215, 9872, 13303, 8783, 12718, 9024, 14821, 9712, 13528, 10331, 12765, 10796, 13240, 11727, 13243, 11423, 13913, 11516, 13733, 11614, 11322, 11800, 11130, 12245, 11963, 12625, 8599, 12485, 8267, 12386, 8622, 12881, 10106, 13120, 10788, 12779, 11434, 13207, 11622, 11970, 11350, 12356, 10978, 11937, 12238, 8715, 12214, 10207, 12723, 9733, 12645, 8756, 12215, 8460, 14377, 9559, 12704, 9430, 12476, 10270, 13679, 10865, 13056, 10696, 12894, 11618, 13239, 11048, 13273, 10843, 11762, 11883, 10672, 11434, 11882, 11727, 9617, 12849, 8931, 12420, 8787, 13980, 10405, 14606, 10131, 13409, 11076, 13954, 11698, 11485, 11778, 8519, 12873, 8873, 13662, 11116, 12860, 11390, 12387, 11997, 11458, 11469, 11052, 12107, 13106, 14676, 11213, 12607, 9056, 12298, 9140, 13843, 9387, 12791, 8781, 12675, 9067, 13291, 10908, 13589, 11755, 12626, 10475, 13290, 11074, 13163, 11938, 11830, 11263, 11130, 12190, 9256, 12628, 8427, 12733, 8294, 13386, 10611, 14071, 10447, 12844, 11157, 13741, 11039, 11106, 11693, 9249, 12105, 9415, 13235, 8783, 13308, 8846, 13208, 9157, 14797, 11230, 13114, 11346, 13539, 10727, 12230, 10866, 8249, 12028, 8388, 13307, 10264, 14773, 11642, 10117, 11555, 8539, 14077, 11103, 12869, 10914, 10581, 11456, 10782, 12120, 8319, 12176, 8740, 12809, 9543, 13890, 10721, 12723, 10829, 12420, 11687, 8045, 11855, 8215, 12375, 8716, 12784, 8947, 13188, 9621, 13014, 10192, 12520, 10840, 8559, 11573, 8239, 12648, 10231, 12440, 11055, 10628, 11364, 11470, 11945, 10726, 11860, 8688, 12333, 8899, 15102, 11365, 15258, 10529, 13633, 11116, 15020, 11403, 15066, 10881, 12349, 10815, 12758, 10779, 12019, 11047, 9786, 11249, 11327, 11919, 8202, 11956, 7938, 12420, 9320, 12880, 8807, 12809, 8975, 12915, 10746, 13448, 11492, 12846, 10997, 11722, 11665, 11498, 12046, 8379, 12625, 8733, 13121, 9021, 13544, 10063, 13188, 10985, 12905, 11121, 13057, 11431, 11615, 11612, 11742, 11751, 10670, 12707, 8505, 13016, 8428, 12911, 9226, 14382, 10151, 13927, 8609, 12756, 8901, 12931, 9295, 13757, 10732, 12842, 10690, 12733, 11029, 13391, 11210, 11806, 10871, 12071, 11389, 12920, 11306, 9980, 11785, 7901, 12006, 8066, 12370, 9310, 13241, 8530, 12456, 8838, 12696, 9168, 14598, 10459, 14567, 9610, 12744, 9584, 12361, 11037, 12996, 10903, 12302, 11342, 13182, 11250, 10720, 12240, 8521, 12997, 8400, 14042, 9016, 14413, 10052, 14065, 10968, 13798, 11822, 14508, 11985, 10277, 12386, 8676, 13312, 9477, 14318, 9374, 13786, 10109, 13493, 11606, 15334, 11916, 9808, 12370, 8602, 13412, 10498, 15792, 11129, 13693, 10740, 13877, 11135, 10593, 11763, 8055, 11882, 8895, 12592, 9282, 13190, 9114, 12831, 10089, 12924, 11001, 13369, 11145, 12257, 11476, 12388, 12149, 8471, 12525, 8470, 13398, 8171, 13993, 11886, 12470, 11596, 10538, 12562, 8419, 14598, 10448, 14993, 11710, 15144, 10362, 14990, 10146, 15154, 11264, 14994, 13283, 15725, 12226, 12995, 12239, 11956, 12658, 11931, 13535, 9231, 13744, 9207, 14120, 11293, 15291, 12377, 8433, 12922, 9083, 13713, 11121, 15459, 12049, 13068, 12124, 11206, 12455, 11871, 13274, 9700, 13445, 8090, 12840, 9655, 13881, 11602, 11085, 12372, 8318, 13480, 10103, 13251, 12295, 8336, 14351, 9135, 11941, 12103, 8828, 13598, 9847, 14166, 11306, 12628, 11669, 15206, 11719, 11376, 12045, 12094, 12040, 15365, 11924, 8589, 12614, 9829, 13100, 9802, 13862, 10464, 13774, 11660, 13757, 11573, 12588, 11672, 11016, 12472, 11575, 15166, 9781, 13343, 9425, 13587, 12060, 16645, 11537, 10145, 12280, 9836, 12986, 11277, 15729, 9742, 13274, 10831, 15785, 11490, 14521, 11273, 12058, 11373, 12146, 14768, 12890, 18888, 12129, 8566, 11427, 9092, 10658, 9956, 12814, 10362, 12846, 9788, 13512, 9626, 13184, 10011, 13414, 10830, 15710, 10944, 14476, 9864, 16288, 11589, 15567, 11367, 10633, 12494, 10271, 12915, 9910, 13194, 10048, 13475, 11344, 12609, 11253, 9225, 11666, 10676, 12628, 10094, 13456, 9767, 12887, 10947, 11721, 11213, 8648, 11830, 9951, 12701, 10177, 13014, 10546, 12714, 11033, 13081, 10850, 14128, 11430, 8736, 11460, 9939, 12475, 10274, 12666, 10225, 12239, 10559, 11717, 11730, 9346, 12752, 9668, 12313, 10200, 13656, 10957, 15064, 10919, 12103, 10906, 11985, 11556, 11060, 12828, 8880, 11978, 9586, 13315, 11001, 13501, 10621, 11290, 10652, 11263, 11738, 9168, 11673, 8553, 12375, 10449, 12640, 9676, 13143, 9329, 13126, 10721, 14411, 11324, 11227, 11621, 11395, 11982, 11899, 13826, 9363, 13207, 8515, 14083, 9824, 14898, 12313, 14311, 12301, 13524, 12407, 11415, 13222, 8649, 14028, 9757, 14611, 10021, 14114, 10525, 15046, 12198, 14281, 12130, 9228, 13533, 9362, 13642, 11706, 14358, 11988, 8782, 12834, 9332, 13616, 10277, 14056, 9450, 13626, 11912, 16025, 12524, 8497, 14057, 11633, 8721, 12546, 9031, 13344, 12568, 9769, 13259, 9340, 14498, 9512, 14867, 11562, 15539, 12197, 10754, 12876, 9039, 13457, 11237, 15036, 9908, 13575, 9084, 13807, 9989, 14267, 11466, 13540, 11645, 14055, 11630, 11028, 12418, 9035, 13416, 9410, 13927, 10737, 13478, 12231, 12629, 11795, 10905, 13514, 9287, 14095, 11610, 12661, 11971, 9180, 14224, 9715, 13874, 11582, 14489, 11993, 9453, 13205, 9971, 15061, 13035, 10457, 13046, 9118, 13924, 9730, 15421, 11946, 12414, 12436, 9937, 13060, 10376, 13299, 9818, 14220, 11882, 15107, 12690, 13195, 12931, 9418, 14117, 12038, 15060, 12543, 8977, 12804, 9631, 13941, 11464, 15244, 12560, 13447, 12527, 14672, 13008, 8186, 13590, 11436, 14197, 11767, 8719, 13301, 9620, 14445, 11894, 14327, 12398, 11990, 12957, 9141, 13674, 10099, 14645, 11170, 14769, 12862, 13593, 12331, 11413, 12443, 9865, 14363, 9724, 14256, 12037, 10371, 12828, 9746, 14352, 12154, 13918, 12161, 10472, 12598, 11724, 13359, 10369, 13613, 11663, 13106, 13489, 13058, 12090, 12475, 8638, 13431, 9733, 13893, 11869, 11810, 12331, 9179, 13160, 11280, 14604, 12708, 12852, 12505, 9626, 13988, 11125, 15641, 12011, 15225, 12538, 15009, 15448, 10021, 14141, 11537, 10753, 11722, 9685, 14466, 9057, 14232, 10774, 14380, 12197, 14636, 12267, 14263, 11842, 13816, 11568, 14371, 12570, 14465, 12642, 13543, 11995, 11847, 12014, 8625, 13431, 8716, 13827, 11558, 12952, 12575, 9385, 13421, 9114, 13100, 11417, 10610, 13262, 9336, 14092, 11539, 13776, 11781, 14331], 'WindowCenter': [4859.0, 4788.0, 4832.0, 4780.0, 4819.0, 4758.0, 4803.0, 4765.0, 4803.0, 4782.0, 4792.0, 4773.0, 4791.0, 4784.0, 4803.0, 4796.0, 4804.0, 4783.0, 4792.0, 4782.0, 4783.0, 4783.0, 4762.0, 4792.0, 4776.0, 4794.0, 4762.0, 4791.0, 4735.0, 4791.0, 4731.0, 4792.0, 4754.0, 4792.0, 4742.0, 4792.0, 4741.0, 4793.0, 4752.0, 4791.0, 4745.0, 4805.0, 4743.0, 4790.0, 4751.0, 4791.0, 4761.0, 4790.0, 4781.0, 4790.0, 4785.0, 4793.0, 4782.0, 4790.0, 4783.0, 4792.0, 4784.0, 4776.0, 4796.0, 4761.0, 4780.0, 4760.0, 4780.0, 4741.0, 4794.0, 4729.0, 4779.0, 4742.0, 4790.0, 4733.0, 4791.0, 4731.0, 4806.0, 4733.0, 4801.0, 4741.0, 4790.0, 4731.0, 4781.0, 4732.0, 4804.0, 4743.0, 4791.0, 4740.0, 4779.0, 4752.0, 4790.0, 4776.0, 4793.0, 4752.0, 4782.0, 4763.0, 4792.0, 4762.0, 4790.0, 4763.0, 4795.0, 4763.0, 4792.0, 4774.0, 4779.0, 4772.0, 4781.0, 4771.0, 4781.0, 4774.0, 4781.0, 4772.0, 4790.0, 4773.0, 4751.0, 4783.0, 4747.0, 4781.0, 4733.0, 4793.0, 4742.0, 4791.0, 4763.0, 4796.0, 4785.0, 4782.0, 4784.0, 4773.0, 4785.0, 4764.0, 4784.0, 4734.0, 4782.0, 4722.0, 4783.0, 4742.0, 4792.0, 4732.0, 4782.0, 4756.0, 4782.0, 4752.0, 4779.0, 4761.0, 4780.0, 4772.0, 4793.0, 4773.0, 4782.0, 4782.0, 4780.0, 4774.0, 4780.0, 4786.0, 4762.0, 4781.0, 4761.0, 4782.0, 4744.0, 4781.0, 4723.0, 4782.0, 4732.0, 4782.0, 4733.0, 4782.0, 4732.0, 4781.0, 4745.0, 4792.0, 4754.0, 4792.0, 4761.0, 4780.0, 4772.0, 4781.0, 4773.0, 4782.0, 4781.0, 4771.0, 4783.0, 4783.0, 4784.0, 4754.0, 4785.0, 4788.0, 4787.0, 4763.0, 4783.0, 4734.0, 4794.0, 4733.0, 4783.0, 4756.0, 4796.0, 4734.0, 4794.0, 4736.0, 4797.0, 4756.0, 4794.0, 4757.0, 4794.0, 4766.0, 4794.0, 4785.0, 4792.0, 4787.0, 4794.0, 4789.0, 4805.0, 4787.0, 4784.0, 4786.0, 4773.0, 4784.0, 4774.0, 4784.0, 4736.0, 4794.0, 4733.0, 4794.0, 4744.0, 4795.0, 4736.0, 4794.0, 4743.0, 4794.0, 4766.0, 4792.0, 4756.0, 4781.0, 4764.0, 4781.0, 4784.0, 4792.0, 4774.0, 4781.0, 4772.0, 4790.0, 4772.0, 4773.0, 4797.0, 4763.0, 4771.0, 4760.0, 4781.0, 4735.0, 4785.0, 4734.0, 4783.0, 4745.0, 4792.0, 4745.0, 4783.0, 4734.0, 4783.0, 4743.0, 4795.0, 4744.0, 4781.0, 4732.0, 4772.0, 4732.0, 4779.0, 4734.0, 4781.0, 4724.0, 4781.0, 4721.0, 4782.0, 4731.0, 4782.0, 4730.0, 4783.0, 4745.0, 4782.0, 4744.0, 4782.0, 4744.0, 4780.0, 4765.0, 4784.0, 4762.0, 4782.0, 4763.0, 4782.0, 4775.0, 4783.0, 4784.0, 4783.0, 4775.0, 4774.0, 4775.0, 4773.0, 4785.0, 4735.0, 4801.0, 4746.0, 4798.0, 4759.0, 4795.0, 4759.0, 4797.0, 4769.0, 4797.0, 4792.0, 4810.0, 4781.0, 4799.0, 4779.0, 4811.0, 4789.0, 4808.0, 4790.0, 4809.0, 4802.0, 4797.0, 4790.0, 4796.0, 4778.0, 4784.0, 4776.0, 4783.0, 4776.0, 4783.0, 4775.0, 4784.0, 4775.0, 4763.0, 4775.0, 4763.0, 4775.0, 4787.0, 4774.0, 4735.0, 4785.0, 4746.0, 4784.0, 4744.0, 4785.0, 4736.0, 4782.0, 4743.0, 4782.0, 4775.0, 4794.0, 4774.0, 4784.0, 4772.0, 4782.0, 4773.0, 4762.0, 4784.0, 4748.0, 4761.0, 4751.0, 4770.0, 4733.0, 4771.0, 4734.0, 4771.0, 4730.0, 4778.0, 4749.0, 4777.0, 4759.0, 4781.0, 4771.0, 4770.0, 4773.0, 4749.0, 4757.0, 4725.0, 4758.0, 4717.0, 4771.0, 4719.0, 4769.0, 4729.0, 4770.0, 4741.0, 4770.0, 4752.0, 4771.0, 4773.0, 4771.0, 4773.0, 4772.0, 4773.0, 4771.0, 4775.0, 4774.0, 4773.0, 4725.0, 4774.0, 4721.0, 4782.0, 4747.0, 4795.0, 4735.0, 4784.0, 4746.0, 4785.0, 4744.0, 4784.0, 4780.0, 4795.0, 4774.0, 4795.0, 4787.0, 4793.0, 4789.0, 4778.0, 4799.0, 4745.0, 4798.0, 4759.0, 4797.0, 4778.0, 4799.0, 4789.0, 4788.0, 4798.0, 4787.0, 4788.0, 4775.0, 4788.0, 4766.0, 4785.0, 4754.0, 4784.0, 4755.0, 4783.0, 4730.0, 4772.0, 4732.0, 4790.0, 4745.0, 4782.0, 4754.0, 4783.0, 4764.0, 4771.0, 4773.0, 4774.0, 4763.0, 4781.0, 4764.0, 4780.0, 4765.0, 4762.0, 4773.0, 4763.0, 4773.0, 4773.0, 4773.0, 4735.0, 4773.0, 4731.0, 4774.0, 4733.0, 4772.0, 4756.0, 4783.0, 4779.0, 4784.0, 4776.0, 4786.0, 4778.0, 4774.0, 4778.0, 4788.0, 4779.0, 4776.0, 4776.0, 4734.0, 4777.0, 4755.0, 4786.0, 4745.0, 4776.0, 4735.0, 4774.0, 4735.0, 4794.0, 4756.0, 4785.0, 4746.0, 4785.0, 4755.0, 4784.0, 4766.0, 4782.0, 4765.0, 4784.0, 4776.0, 4784.0, 4777.0, 4784.0, 4764.0, 4776.0, 4776.0, 4753.0, 4765.0, 4763.0, 4764.0, 4744.0, 4775.0, 4744.0, 4774.0, 4735.0, 4794.0, 4752.0, 4794.0, 4754.0, 4772.0, 4765.0, 4795.0, 4775.0, 4763.0, 4773.0, 4733.0, 4772.0, 4745.0, 4783.0, 4774.0, 4783.0, 4776.0, 4787.0, 4789.0, 4764.0, 4777.0, 4765.0, 4776.0, 4785.0, 4795.0, 4764.0, 4773.0, 4731.0, 4771.0, 4743.0, 4783.0, 4746.0, 4773.0, 4730.0, 4770.0, 4731.0, 4781.0, 4765.0, 4771.0, 4763.0, 4771.0, 4751.0, 4781.0, 4762.0, 4771.0, 4772.0, 4762.0, 4764.0, 4774.0, 4773.0, 4745.0, 4771.0, 4732.0, 4773.0, 4733.0, 4784.0, 4764.0, 4793.0, 4765.0, 4782.0, 4776.0, 4793.0, 4766.0, 4775.0, 4787.0, 4744.0, 4775.0, 4742.0, 4785.0, 4745.0, 4785.0, 4745.0, 4785.0, 4756.0, 4793.0, 4766.0, 4783.0, 4779.0, 4796.0, 4779.0, 4785.0, 4776.0, 4736.0, 4774.0, 4735.0, 4786.0, 4770.0, 4797.0, 4777.0, 4766.0, 4775.0, 4747.0, 4798.0, 4779.0, 4787.0, 4765.0, 4765.0, 4777.0, 4766.0, 4776.0, 4738.0, 4777.0, 4745.0, 4787.0, 4758.0, 4786.0, 4766.0, 4773.0, 4766.0, 4774.0, 4774.0, 4727.0, 4775.0, 4734.0, 4786.0, 4735.0, 4777.0, 4745.0, 4775.0, 4757.0, 4785.0, 4766.0, 4773.0, 4765.0, 4747.0, 4765.0, 4737.0, 4785.0, 4769.0, 4798.0, 4789.0, 4778.0, 4789.0, 4789.0, 4792.0, 4781.0, 4787.0, 4747.0, 4787.0, 4747.0, 4806.0, 4777.0, 4805.0, 4767.0, 4794.0, 4776.0, 4796.0, 4775.0, 4794.0, 4766.0, 4771.0, 4763.0, 4773.0, 4765.0, 4773.0, 4763.0, 4754.0, 4776.0, 4775.0, 4775.0, 4735.0, 4773.0, 4724.0, 4785.0, 4756.0, 4784.0, 4744.0, 4783.0, 4745.0, 4774.0, 4764.0, 4783.0, 4777.0, 4776.0, 4767.0, 4773.0, 4776.0, 4763.0, 4775.0, 4735.0, 4775.0, 4745.0, 4796.0, 4758.0, 4785.0, 4757.0, 4783.0, 4764.0, 4785.0, 4777.0, 4788.0, 4777.0, 4774.0, 4777.0, 4775.0, 4775.0, 4754.0, 4786.0, 4737.0, 4784.0, 4735.0, 4775.0, 4743.0, 4795.0, 4754.0, 4784.0, 4746.0, 4783.0, 4745.0, 4774.0, 4743.0, 4786.0, 4765.0, 4783.0, 4765.0, 4784.0, 4765.0, 4782.0, 4765.0, 4774.0, 4764.0, 4773.0, 4775.0, 4785.0, 4765.0, 4759.0, 4776.0, 4734.0, 4786.0, 4737.0, 4787.0, 4747.0, 4786.0, 4746.0, 4788.0, 4747.0, 4785.0, 4758.0, 4795.0, 4767.0, 4808.0, 4758.0, 4786.0, 4758.0, 4776.0, 4767.0, 4798.0, 4779.0, 4787.0, 4777.0, 4785.0, 4776.0, 4777.0, 4789.0, 4750.0, 4800.0, 4750.0, 4798.0, 4749.0, 4798.0, 4758.0, 4796.0, 4767.0, 4798.0, 4778.0, 4795.0, 4778.0, 4767.0, 4788.0, 4746.0, 4786.0, 4758.0, 4797.0, 4758.0, 4796.0, 4770.0, 4798.0, 4780.0, 4807.0, 4788.0, 4757.0, 4787.0, 4749.0, 4798.0, 4767.0, 4805.0, 4779.0, 4795.0, 4779.0, 4797.0, 4778.0, 4768.0, 4777.0, 4738.0, 4777.0, 4760.0, 4787.0, 4746.0, 4787.0, 4749.0, 4788.0, 4771.0, 4787.0, 4778.0, 4798.0, 4779.0, 4788.0, 4790.0, 4801.0, 4792.0, 4749.0, 4789.0, 4760.0, 4810.0, 4763.0, 4808.0, 4791.0, 4788.0, 4790.0, 4780.0, 4801.0, 4750.0, 4810.0, 4782.0, 4808.0, 4791.0, 4809.0, 4769.0, 4810.0, 4770.0, 4811.0, 4778.0, 4808.0, 4796.0, 4805.0, 4790.0, 4775.0, 4779.0, 4777.0, 4790.0, 4767.0, 4786.0, 4746.0, 4785.0, 4747.0, 4785.0, 4779.0, 4794.0, 4776.0, 4724.0, 4775.0, 4734.0, 4785.0, 4755.0, 4794.0, 4776.0, 4786.0, 4777.0, 4766.0, 4788.0, 4791.0, 4800.0, 4759.0, 4788.0, 4716.0, 4763.0, 4743.0, 4784.0, 4776.0, 4768.0, 4792.0, 4749.0, 4789.0, 4770.0, 4799.0, 4792.0, 4755.0, 4811.0, 4762.0, 4792.0, 4806.0, 4777.0, 4818.0, 4776.0, 4814.0, 4783.0, 4789.0, 4783.0, 4824.0, 4792.0, 4780.0, 4792.0, 4789.0, 4791.0, 4808.0, 4780.0, 4750.0, 4789.0, 4758.0, 4789.0, 4760.0, 4798.0, 4768.0, 4799.0, 4782.0, 4797.0, 4781.0, 4779.0, 4781.0, 4766.0, 4779.0, 4767.0, 4808.0, 4758.0, 4799.0, 4748.0, 4784.0, 4778.0, 4806.0, 4779.0, 4758.0, 4776.0, 4757.0, 4788.0, 4769.0, 4807.0, 4748.0, 4785.0, 4766.0, 4795.0, 4765.0, 4795.0, 4778.0, 4789.0, 4778.0, 4775.0, 4799.0, 4787.0, 4814.0, 4777.0, 4734.0, 4765.0, 4736.0, 4754.0, 4757.0, 4786.0, 4758.0, 4787.0, 4758.0, 4789.0, 4759.0, 4786.0, 4744.0, 4774.0, 4741.0, 4782.0, 4741.0, 4772.0, 4731.0, 4778.0, 4739.0, 4767.0, 4738.0, 4738.0, 4748.0, 4727.0, 4747.0, 4729.0, 4758.0, 4728.0, 4757.0, 4739.0, 4748.0, 4739.0, 4719.0, 4750.0, 4739.0, 4759.0, 4740.0, 4772.0, 4741.0, 4762.0, 4754.0, 4763.0, 4765.0, 4734.0, 4765.0, 4760.0, 4786.0, 4757.0, 4786.0, 4768.0, 4787.0, 4768.0, 4787.0, 4768.0, 4797.0, 4777.0, 4749.0, 4779.0, 4758.0, 4789.0, 4770.0, 4789.0, 4769.0, 4778.0, 4782.0, 4803.0, 4794.0, 4762.0, 4792.0, 4774.0, 4804.0, 4786.0, 4814.0, 4795.0, 4822.0, 4783.0, 4792.0, 4784.0, 4793.0, 4794.0, 4782.0, 4803.0, 4763.0, 4781.0, 4761.0, 4801.0, 4782.0, 4800.0, 4781.0, 4781.0, 4784.0, 4791.0, 4804.0, 4774.0, 4794.0, 4765.0, 4815.0, 4786.0, 4815.0, 4777.0, 4803.0, 4773.0, 4816.0, 4797.0, 4811.0, 4794.0, 4782.0, 4794.0, 4792.0, 4804.0, 4791.0, 4801.0, 4762.0, 4801.0, 4751.0, 4800.0, 4759.0, 4810.0, 4790.0, 4809.0, 4788.0, 4788.0, 4788.0, 4778.0, 4788.0, 4736.0, 4795.0, 4757.0, 4796.0, 4758.0, 4796.0, 4768.0, 4795.0, 4777.0, 4796.0, 4789.0, 4759.0, 4797.0, 4747.0, 4786.0, 4778.0, 4797.0, 4780.0, 4749.0, 4788.0, 4748.0, 4798.0, 4769.0, 4798.0, 4773.0, 4810.0, 4780.0, 4819.0, 4801.0, 4761.0, 4809.0, 4789.0, 4749.0, 4802.0, 4751.0, 4798.0, 4802.0, 4771.0, 4801.0, 4763.0, 4814.0, 4774.0, 4824.0, 4794.0, 4821.0, 4796.0, 4781.0, 4791.0, 4751.0, 4800.0, 4779.0, 4798.0, 4758.0, 4801.0, 4749.0, 4786.0, 4745.0, 4785.0, 4765.0, 4785.0, 4766.0, 4797.0, 4778.0, 4766.0, 4777.0, 4747.0, 4787.0, 4759.0, 4799.0, 4768.0, 4790.0, 4790.0, 4789.0, 4791.0, 4769.0, 4802.0, 4763.0, 4799.0, 4780.0, 4788.0, 4791.0, 4764.0, 4800.0, 4761.0, 4803.0, 4782.0, 4798.0, 4791.0, 4760.0, 4789.0, 4760.0, 4808.0, 4798.0, 4767.0, 4801.0, 4750.0, 4811.0, 4760.0, 4823.0, 4791.0, 4790.0, 4791.0, 4758.0, 4787.0, 4761.0, 4788.0, 4771.0, 4798.0, 4779.0, 4798.0, 4778.0, 4776.0, 4786.0, 4747.0, 4796.0, 4777.0, 4796.0, 4790.0, 4747.0, 4777.0, 4758.0, 4812.0, 4779.0, 4809.0, 4790.0, 4801.0, 4801.0, 4811.0, 4800.0, 4737.0, 4785.0, 4778.0, 4786.0, 4765.0, 4735.0, 4786.0, 4759.0, 4788.0, 4778.0, 4797.0, 4781.0, 4779.0, 4778.0, 4747.0, 4786.0, 4759.0, 4809.0, 4779.0, 4798.0, 4789.0, 4787.0, 4778.0, 4766.0, 4777.0, 4758.0, 4798.0, 4760.0, 4787.0, 4769.0, 4769.0, 4800.0, 4762.0, 4811.0, 4794.0, 4812.0, 4805.0, 4784.0, 4804.0, 4805.0, 4815.0, 4784.0, 4813.0, 4793.0, 4816.0, 4801.0, 4802.0, 4780.0, 4791.0, 4752.0, 4799.0, 4760.0, 4801.0, 4795.0, 4781.0, 4793.0, 4763.0, 4802.0, 4783.0, 4813.0, 4794.0, 4793.0, 4794.0, 4762.0, 4802.0, 4781.0, 4810.0, 4790.0, 4808.0, 4792.0, 4811.0, 4800.0, 4749.0, 4799.0, 4780.0, 4769.0, 4780.0, 4747.0, 4787.0, 4738.0, 4786.0, 4768.0, 4786.0, 4777.0, 4795.0, 4777.0, 4785.0, 4768.0, 4774.0, 4765.0, 4784.0, 4764.0, 4785.0, 4774.0, 4771.0, 4753.0, 4763.0, 4762.0, 4722.0, 4784.0, 4737.0, 4785.0, 4778.0, 4788.0, 4790.0, 4763.0, 4800.0, 4751.0, 4802.0, 4793.0, 4783.0, 4803.0, 4763.0, 4802.0, 4784.0, 4801.0, 4783.0, 4800.0], 'WindowWidth': [10573.0, 10465.0, 10518.0, 10442.0, 10492.0, 10406.0, 10460.0, 10411.0, 10460.0, 10431.0, 10443.0, 10419.0, 10440.0, 10437.0, 10459.0, 10457.0, 10463.0, 10433.0, 10443.0, 10430.0, 10433.0, 10433.0, 10403.0, 10445.0, 10429.0, 10450.0, 10402.0, 10442.0, 10367.0, 10440.0, 10359.0, 10443.0, 10394.0, 10444.0, 10375.0, 10442.0, 10373.0, 10445.0, 10389.0, 10441.0, 10383.0, 10467.0, 10380.0, 10437.0, 10386.0, 10441.0, 10400.0, 10437.0, 10427.0, 10438.0, 10436.0, 10446.0, 10431.0, 10440.0, 10433.0, 10443.0, 10436.0, 10429.0, 10455.0, 10400.0, 10424.0, 10396.0, 10425.0, 10373.0, 10451.0, 10356.0, 10424.0, 10373.0, 10438.0, 10364.0, 10441.0, 10362.0, 10471.0, 10367.0, 10457.0, 10373.0, 10438.0, 10358.0, 10426.0, 10362.0, 10466.0, 10380.0, 10442.0, 10371.0, 10424.0, 10389.0, 10441.0, 10431.0, 10447.0, 10391.0, 10429.0, 10403.0, 10442.0, 10401.0, 10438.0, 10406.0, 10450.0, 10404.0, 10442.0, 10420.0, 10421.0, 10413.0, 10425.0, 10413.0, 10426.0, 10419.0, 10426.0, 10414.0, 10436.0, 10415.0, 10384.0, 10431.0, 10391.0, 10427.0, 10363.0, 10445.0, 10376.0, 10441.0, 10406.0, 10453.0, 10436.0, 10430.0, 10435.0, 10418.0, 10436.0, 10406.0, 10433.0, 10366.0, 10428.0, 10347.0, 10429.0, 10373.0, 10441.0, 10361.0, 10429.0, 10401.0, 10428.0, 10388.0, 10422.0, 10398.0, 10423.0, 10413.0, 10447.0, 10419.0, 10428.0, 10428.0, 10422.0, 10418.0, 10425.0, 10441.0, 10401.0, 10426.0, 10398.0, 10429.0, 10380.0, 10428.0, 10349.0, 10429.0, 10361.0, 10428.0, 10362.0, 10428.0, 10362.0, 10425.0, 10383.0, 10445.0, 10394.0, 10442.0, 10400.0, 10424.0, 10414.0, 10425.0, 10419.0, 10430.0, 10429.0, 10416.0, 10433.0, 10433.0, 10436.0, 10394.0, 10437.0, 10449.0, 10443.0, 10406.0, 10434.0, 10367.0, 10447.0, 10365.0, 10432.0, 10400.0, 10455.0, 10368.0, 10447.0, 10372.0, 10456.0, 10399.0, 10449.0, 10401.0, 10448.0, 10412.0, 10449.0, 10438.0, 10445.0, 10441.0, 10447.0, 10449.0, 10466.0, 10442.0, 10433.0, 10437.0, 10418.0, 10433.0, 10420.0, 10435.0, 10372.0, 10448.0, 10365.0, 10449.0, 10380.0, 10451.0, 10371.0, 10446.0, 10377.0, 10449.0, 10414.0, 10444.0, 10397.0, 10427.0, 10405.0, 10426.0, 10433.0, 10443.0, 10422.0, 10426.0, 10416.0, 10437.0, 10416.0, 10420.0, 10460.0, 10406.0, 10413.0, 10397.0, 10426.0, 10368.0, 10435.0, 10366.0, 10433.0, 10381.0, 10447.0, 10384.0, 10432.0, 10367.0, 10431.0, 10377.0, 10454.0, 10381.0, 10427.0, 10361.0, 10412.0, 10357.0, 10423.0, 10363.0, 10429.0, 10354.0, 10424.0, 10342.0, 10427.0, 10357.0, 10426.0, 10356.0, 10432.0, 10384.0, 10429.0, 10378.0, 10428.0, 10380.0, 10423.0, 10413.0, 10434.0, 10403.0, 10429.0, 10405.0, 10427.0, 10421.0, 10430.0, 10435.0, 10431.0, 10422.0, 10421.0, 10423.0, 10419.0, 10438.0, 10373.0, 10469.0, 10387.0, 10460.0, 10407.0, 10454.0, 10409.0, 10458.0, 10422.0, 10459.0, 10459.0, 10483.0, 10441.0, 10465.0, 10439.0, 10483.0, 10449.0, 10474.0, 10452.0, 10477.0, 10469.0, 10456.0, 10451.0, 10454.0, 10429.0, 10433.0, 10425.0, 10433.0, 10423.0, 10431.0, 10423.0, 10433.0, 10422.0, 10404.0, 10420.0, 10403.0, 10421.0, 10444.0, 10421.0, 10367.0, 10435.0, 10384.0, 10434.0, 10379.0, 10435.0, 10374.0, 10427.0, 10376.0, 10428.0, 10421.0, 10449.0, 10420.0, 10431.0, 10415.0, 10427.0, 10416.0, 10400.0, 10436.0, 10377.0, 10396.0, 10381.0, 10407.0, 10358.0, 10410.0, 10365.0, 10411.0, 10353.0, 10418.0, 10378.0, 10414.0, 10391.0, 10425.0, 10414.0, 10410.0, 10417.0, 10377.0, 10386.0, 10340.0, 10389.0, 10334.0, 10410.0, 10343.0, 10404.0, 10351.0, 10408.0, 10372.0, 10409.0, 10387.0, 10410.0, 10417.0, 10412.0, 10417.0, 10415.0, 10418.0, 10414.0, 10421.0, 10419.0, 10419.0, 10353.0, 10421.0, 10345.0, 10429.0, 10387.0, 10451.0, 10370.0, 10434.0, 10384.0, 10434.0, 10379.0, 10434.0, 10439.0, 10450.0, 10421.0, 10448.0, 10443.0, 10448.0, 10449.0, 10432.0, 10461.0, 10384.0, 10460.0, 10408.0, 10456.0, 10431.0, 10462.0, 10449.0, 10444.0, 10459.0, 10443.0, 10445.0, 10422.0, 10443.0, 10409.0, 10435.0, 10390.0, 10433.0, 10393.0, 10430.0, 10356.0, 10414.0, 10359.0, 10437.0, 10380.0, 10428.0, 10392.0, 10433.0, 10406.0, 10411.0, 10416.0, 10417.0, 10402.0, 10424.0, 10405.0, 10424.0, 10408.0, 10400.0, 10416.0, 10401.0, 10418.0, 10416.0, 10419.0, 10365.0, 10417.0, 10358.0, 10417.0, 10362.0, 10416.0, 10396.0, 10432.0, 10435.0, 10435.0, 10426.0, 10440.0, 10431.0, 10421.0, 10432.0, 10447.0, 10433.0, 10425.0, 10426.0, 10366.0, 10427.0, 10396.0, 10437.0, 10380.0, 10422.0, 10366.0, 10420.0, 10367.0, 10447.0, 10397.0, 10435.0, 10383.0, 10436.0, 10394.0, 10433.0, 10411.0, 10430.0, 10409.0, 10437.0, 10426.0, 10434.0, 10427.0, 10431.0, 10405.0, 10422.0, 10428.0, 10390.0, 10406.0, 10401.0, 10404.0, 10377.0, 10421.0, 10378.0, 10419.0, 10366.0, 10449.0, 10387.0, 10445.0, 10392.0, 10412.0, 10406.0, 10452.0, 10423.0, 10405.0, 10418.0, 10364.0, 10416.0, 10381.0, 10434.0, 10423.0, 10435.0, 10428.0, 10445.0, 10449.0, 10408.0, 10428.0, 10409.0, 10426.0, 10436.0, 10449.0, 10406.0, 10419.0, 10359.0, 10413.0, 10374.0, 10433.0, 10385.0, 10416.0, 10355.0, 10410.0, 10358.0, 10426.0, 10408.0, 10411.0, 10403.0, 10411.0, 10386.0, 10424.0, 10401.0, 10413.0, 10415.0, 10400.0, 10405.0, 10422.0, 10419.0, 10379.0, 10413.0, 10360.0, 10416.0, 10364.0, 10432.0, 10405.0, 10445.0, 10410.0, 10430.0, 10426.0, 10446.0, 10412.0, 10424.0, 10441.0, 10380.0, 10422.0, 10375.0, 10436.0, 10382.0, 10436.0, 10382.0, 10435.0, 10397.0, 10445.0, 10411.0, 10433.0, 10434.0, 10455.0, 10434.0, 10438.0, 10431.0, 10371.0, 10419.0, 10367.0, 10436.0, 10422.0, 10456.0, 10430.0, 10412.0, 10423.0, 10387.0, 10457.0, 10433.0, 10441.0, 10409.0, 10409.0, 10425.0, 10409.0, 10424.0, 10373.0, 10425.0, 10382.0, 10442.0, 10402.0, 10435.0, 10411.0, 10418.0, 10413.0, 10419.0, 10419.0, 10357.0, 10421.0, 10364.0, 10437.0, 10367.0, 10424.0, 10380.0, 10420.0, 10401.0, 10438.0, 10411.0, 10416.0, 10408.0, 10385.0, 10408.0, 10373.0, 10441.0, 10421.0, 10462.0, 10450.0, 10434.0, 10449.0, 10447.0, 10455.0, 10439.0, 10444.0, 10387.0, 10442.0, 10387.0, 10467.0, 10427.0, 10465.0, 10415.0, 10448.0, 10425.0, 10452.0, 10424.0, 10447.0, 10410.0, 10412.0, 10403.0, 10414.0, 10407.0, 10417.0, 10404.0, 10391.0, 10425.0, 10423.0, 10421.0, 10366.0, 10418.0, 10350.0, 10436.0, 10398.0, 10434.0, 10380.0, 10431.0, 10382.0, 10418.0, 10405.0, 10431.0, 10428.0, 10424.0, 10414.0, 10417.0, 10422.0, 10404.0, 10422.0, 10367.0, 10423.0, 10382.0, 10454.0, 10404.0, 10436.0, 10399.0, 10432.0, 10406.0, 10434.0, 10428.0, 10441.0, 10428.0, 10421.0, 10427.0, 10420.0, 10420.0, 10392.0, 10438.0, 10371.0, 10434.0, 10367.0, 10423.0, 10376.0, 10449.0, 10392.0, 10433.0, 10384.0, 10432.0, 10381.0, 10419.0, 10376.0, 10437.0, 10409.0, 10433.0, 10410.0, 10433.0, 10408.0, 10429.0, 10408.0, 10419.0, 10407.0, 10416.0, 10424.0, 10437.0, 10410.0, 10403.0, 10426.0, 10367.0, 10442.0, 10375.0, 10441.0, 10385.0, 10440.0, 10384.0, 10443.0, 10387.0, 10439.0, 10403.0, 10452.0, 10414.0, 10474.0, 10402.0, 10437.0, 10403.0, 10426.0, 10415.0, 10458.0, 10433.0, 10444.0, 10429.0, 10437.0, 10427.0, 10430.0, 10446.0, 10395.0, 10466.0, 10397.0, 10460.0, 10393.0, 10459.0, 10403.0, 10454.0, 10413.0, 10457.0, 10431.0, 10451.0, 10430.0, 10416.0, 10444.0, 10387.0, 10439.0, 10401.0, 10456.0, 10403.0, 10454.0, 10424.0, 10459.0, 10437.0, 10471.0, 10445.0, 10402.0, 10443.0, 10393.0, 10461.0, 10415.0, 10468.0, 10433.0, 10452.0, 10433.0, 10456.0, 10433.0, 10416.0, 10430.0, 10377.0, 10427.0, 10409.0, 10442.0, 10383.0, 10441.0, 10391.0, 10443.0, 10422.0, 10442.0, 10431.0, 10458.0, 10434.0, 10448.0, 10454.0, 10471.0, 10456.0, 10394.0, 10448.0, 10414.0, 10482.0, 10419.0, 10474.0, 10454.0, 10446.0, 10452.0, 10438.0, 10466.0, 10397.0, 10478.0, 10443.0, 10474.0, 10454.0, 10476.0, 10420.0, 10478.0, 10420.0, 10479.0, 10432.0, 10472.0, 10453.0, 10463.0, 10449.0, 10420.0, 10429.0, 10426.0, 10445.0, 10411.0, 10435.0, 10384.0, 10431.0, 10386.0, 10435.0, 10432.0, 10447.0, 10421.0, 10348.0, 10417.0, 10364.0, 10432.0, 10389.0, 10445.0, 10422.0, 10438.0, 10424.0, 10409.0, 10445.0, 10456.0, 10465.0, 10407.0, 10441.0, 10337.0, 10395.0, 10376.0, 10433.0, 10425.0, 10415.0, 10456.0, 10394.0, 10444.0, 10422.0, 10459.0, 10455.0, 10408.0, 10476.0, 10413.0, 10455.0, 10479.0, 10441.0, 10495.0, 10438.0, 10489.0, 10444.0, 10446.0, 10442.0, 10499.0, 10455.0, 10434.0, 10454.0, 10446.0, 10450.0, 10472.0, 10433.0, 10390.0, 10443.0, 10399.0, 10445.0, 10405.0, 10457.0, 10417.0, 10460.0, 10438.0, 10454.0, 10434.0, 10430.0, 10432.0, 10408.0, 10429.0, 10410.0, 10470.0, 10400.0, 10459.0, 10388.0, 10432.0, 10425.0, 10463.0, 10431.0, 10402.0, 10424.0, 10397.0, 10443.0, 10415.0, 10469.0, 10388.0, 10433.0, 10408.0, 10449.0, 10409.0, 10451.0, 10430.0, 10448.0, 10432.0, 10421.0, 10458.0, 10441.0, 10476.0, 10426.0, 10364.0, 10404.0, 10366.0, 10387.0, 10398.0, 10437.0, 10401.0, 10441.0, 10401.0, 10446.0, 10402.0, 10436.0, 10375.0, 10419.0, 10365.0, 10426.0, 10364.0, 10408.0, 10351.0, 10412.0, 10357.0, 10395.0, 10357.0, 10358.0, 10370.0, 10341.0, 10369.0, 10344.0, 10384.0, 10345.0, 10380.0, 10360.0, 10372.0, 10360.0, 10332.0, 10379.0, 10359.0, 10388.0, 10364.0, 10411.0, 10368.0, 10397.0, 10388.0, 10402.0, 10406.0, 10361.0, 10405.0, 10407.0, 10437.0, 10398.0, 10437.0, 10415.0, 10438.0, 10415.0, 10441.0, 10416.0, 10453.0, 10426.0, 10391.0, 10430.0, 10400.0, 10446.0, 10420.0, 10444.0, 10418.0, 10431.0, 10440.0, 10473.0, 10459.0, 10414.0, 10453.0, 10433.0, 10475.0, 10452.0, 10490.0, 10464.0, 10499.0, 10445.0, 10454.0, 10446.0, 10458.0, 10459.0, 10441.0, 10472.0, 10416.0, 10437.0, 10411.0, 10466.0, 10440.0, 10463.0, 10440.0, 10438.0, 10450.0, 10454.0, 10475.0, 10433.0, 10463.0, 10424.0, 10494.0, 10454.0, 10494.0, 10442.0, 10476.0, 10431.0, 10494.0, 10469.0, 10482.0, 10460.0, 10443.0, 10458.0, 10456.0, 10476.0, 10453.0, 10467.0, 10416.0, 10466.0, 10399.0, 10462.0, 10405.0, 10477.0, 10451.0, 10474.0, 10446.0, 10445.0, 10445.0, 10431.0, 10443.0, 10371.0, 10450.0, 10400.0, 10455.0, 10402.0, 10451.0, 10415.0, 10448.0, 10427.0, 10452.0, 10448.0, 10404.0, 10455.0, 10386.0, 10437.0, 10430.0, 10456.0, 10436.0, 10391.0, 10445.0, 10390.0, 10459.0, 10419.0, 10457.0, 10432.0, 10477.0, 10435.0, 10492.0, 10471.0, 10414.0, 10476.0, 10449.0, 10393.0, 10469.0, 10395.0, 10457.0, 10469.0, 10425.0, 10465.0, 10418.0, 10490.0, 10435.0, 10504.0, 10461.0, 10494.0, 10464.0, 10437.0, 10450.0, 10395.0, 10461.0, 10432.0, 10459.0, 10402.0, 10465.0, 10389.0, 10436.0, 10378.0, 10434.0, 10406.0, 10432.0, 10411.0, 10456.0, 10427.0, 10409.0, 10426.0, 10385.0, 10440.0, 10407.0, 10461.0, 10415.0, 10446.0, 10449.0, 10445.0, 10452.0, 10419.0, 10469.0, 10413.0, 10459.0, 10432.0, 10442.0, 10449.0, 10415.0, 10463.0, 10410.0, 10469.0, 10439.0, 10458.0, 10451.0, 10408.0, 10445.0, 10405.0, 10471.0, 10456.0, 10414.0, 10467.0, 10394.0, 10478.0, 10410.0, 10499.0, 10454.0, 10450.0, 10452.0, 10403.0, 10441.0, 10407.0, 10445.0, 10424.0, 10457.0, 10430.0, 10454.0, 10427.0, 10424.0, 10438.0, 10386.0, 10452.0, 10427.0, 10454.0, 10449.0, 10387.0, 10426.0, 10402.0, 10482.0, 10433.0, 10474.0, 10450.0, 10467.0, 10467.0, 10484.0, 10467.0, 10372.0, 10435.0, 10430.0, 10435.0, 10404.0, 10363.0, 10435.0, 10401.0, 10440.0, 10427.0, 10451.0, 10434.0, 10430.0, 10427.0, 10382.0, 10434.0, 10403.0, 10473.0, 10433.0, 10459.0, 10444.0, 10440.0, 10429.0, 10411.0, 10425.0, 10401.0, 10456.0, 10405.0, 10435.0, 10411.0, 10418.0, 10464.0, 10413.0, 10481.0, 10459.0, 10485.0, 10478.0, 10449.0, 10474.0, 10478.0, 10492.0, 10449.0, 10488.0, 10461.0, 10497.0, 10469.0, 10465.0, 10434.0, 10453.0, 10397.0, 10459.0, 10407.0, 10462.0, 10458.0, 10437.0, 10455.0, 10416.0, 10467.0, 10441.0, 10480.0, 10454.0, 10455.0, 10457.0, 10411.0, 10465.0, 10437.0, 10478.0, 10448.0, 10471.0, 10456.0, 10480.0, 10462.0, 10389.0, 10458.0, 10433.0, 10420.0, 10431.0, 10382.0, 10438.0, 10371.0, 10436.0, 10413.0, 10435.0, 10425.0, 10448.0, 10425.0, 10434.0, 10411.0, 10417.0, 10405.0, 10429.0, 10400.0, 10433.0, 10414.0, 10405.0, 10385.0, 10399.0, 10394.0, 10341.0, 10431.0, 10372.0, 10434.0, 10428.0, 10442.0, 10447.0, 10413.0, 10460.0, 10396.0, 10466.0, 10456.0, 10441.0, 10468.0, 10414.0, 10465.0, 10441.0, 10463.0, 10439.0, 10461.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.0017086722306525034</td></tr>
<tr><td colspan=3>aqi</td><td>0.05409681942336875</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.01220014044807</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1035974283675036</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9408558335763105</td></tr>
<tr><td colspan=3>efc</td><td>0.5063</td></tr>
<tr><td colspan=3>fber</td><td>4142.3281</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1235305219119689</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>146</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.077389984825492</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6397750767813526</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5281717579055063</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.945831293402273</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4453221790362782</td></tr>
<tr><td colspan=3>gcor</td><td>0.00460565</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012774087488651276</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027605464681982994</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.708935312652505</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>14.165</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.0747</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.5035</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291355.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1150.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>431.1767</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0108</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>612.3886</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3863.6151</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85189.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1107.8586</td></tr>
<tr><td colspan=3>tsnr</td><td>29.08781508053653</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>