<?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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-04/func/sub-0070_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>23a53b7de5db7c714c083513b3629cd8</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>12:16:36.790000</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.998554, 0.0133182, -0.0520853, -0.00627423, 0.991078, 0.133132]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0943433</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>[4141, -7793, -7246, 454, -31, -287, -23, 89]</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>282.589</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ca62f663-00b1-42cb-9b94-791ec026e53c||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.679046869277954, -0.016833288595080376, -0.1441628336906433, 112.70991516113281], [-0.03573165461421013, 2.6589910984039307, 0.3580529987812042, -96.50149536132812], [-0.1397409290075302, -0.35718223452568054, 2.6722676753997803, -55.6845588684082], [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': ['121636.790000', '121637.250000', '121637.710000', '121638.170000', '121638.630000', '121639.090000', '121639.550000', '121640.010000', '121640.470000', '121640.930000', '121641.390000', '121641.850000', '121642.310000', '121642.770000', '121643.230000', '121643.690000', '121644.150000', '121644.610000', '121645.070000', '121645.530000', '121645.990000', '121646.450000', '121646.910000', '121647.370000', '121647.830000', '121648.290000', '121648.750000', '121649.210000', '121649.670000', '121650.130000', '121650.590000', '121651.050000', '121651.510000', '121651.970000', '121652.430000', '121652.890000', '121653.350000', '121653.810000', '121654.270000', '121654.730000', '121655.190000', '121655.650000', '121656.110000', '121656.570000', '121657.030000', '121657.490000', '121657.950000', '121658.410000', '121658.870000', '121659.330000', '121659.790000', '121700.250000', '121700.710000', '121701.170000', '121701.630000', '121702.090000', '121702.550000', '121703.010000', '121703.470000', '121703.930000', '121704.390000', '121704.850000', '121705.310000', '121705.770000', '121706.230000', '121706.690000', '121707.150000', '121707.610000', '121708.070000', '121708.530000', '121708.990000', '121709.450000', '121709.910000', '121710.370000', '121710.830000', '121711.290000', '121711.750000', '121712.210000', '121712.670000', '121713.130000', '121713.590000', '121714.050000', '121714.510000', '121714.970000', '121715.430000', '121715.890000', '121716.350000', '121716.810000', '121717.270000', '121717.730000', '121718.190000', '121718.650000', '121719.110000', '121719.570000', '121720.030000', '121720.490000', '121720.950000', '121721.410000', '121721.870000', '121722.330000', '121722.790000', '121723.250000', '121723.710000', '121724.170000', '121724.630000', '121725.090000', '121725.550000', '121726.010000', '121726.470000', '121726.930000', '121727.390000', '121727.850000', '121728.310000', '121728.770000', '121729.230000', '121729.690000', '121730.150000', '121730.610000', '121731.070000', '121731.530000', '121731.990000', '121732.450000', '121732.910000', '121733.370000', '121733.830000', '121734.290000', '121734.750000', '121735.210000', '121735.670000', '121736.130000', '121736.590000', '121737.050000', '121737.510000', '121737.970000', '121738.430000', '121738.890000', '121739.350000', '121739.810000', '121740.270000', '121740.730000', '121741.190000', '121741.650000', '121742.110000', '121742.570000', '121743.030000', '121743.490000', '121743.950000', '121744.410000', '121744.870000', '121745.330000', '121745.790000', '121746.250000', '121746.710000', '121747.170000', '121747.630000', '121748.090000', '121748.550000', '121749.010000', '121749.470000', '121749.930000', '121750.390000', '121750.850000', '121751.310000', '121751.770000', '121752.230000', '121752.690000', '121753.150000', '121753.610000', '121754.070000', '121754.530000', '121754.990000', '121755.450000', '121755.910000', '121756.370000', '121756.830000', '121757.290000', '121757.750000', '121758.210000', '121758.670000', '121759.130000', '121759.590000', '121800.050000', '121800.510000', '121800.970000', '121801.430000', '121801.890000', '121802.350000', '121802.810000', '121803.270000', '121803.730000', '121804.190000', '121804.650000', '121805.110000', '121805.570000', '121806.030000', '121806.490000', '121806.950000', '121807.410000', '121807.870000', '121808.330000', '121808.790000', '121809.250000', '121809.710000', '121810.170000', '121810.630000', '121811.090000', '121811.550000', '121812.010000', '121812.470000', '121812.930000', '121813.390000', '121813.850000', '121814.310000', '121814.770000', '121815.230000', '121815.690000', '121816.150000', '121816.610000', '121817.070000', '121817.530000', '121817.990000', '121818.450000', '121818.910000', '121819.370000', '121819.830000', '121820.290000', '121820.750000', '121821.210000', '121821.670000', '121822.130000', '121822.590000', '121823.050000', '121823.510000', '121823.970000', '121824.430000', '121824.890000', '121825.350000', '121825.810000', '121826.270000', '121826.730000', '121827.190000', '121827.650000', '121828.110000', '121828.570000', '121829.030000', '121829.490000', '121829.950000', '121830.410000', '121830.870000', '121831.330000', '121831.790000', '121832.250000', '121832.710000', '121833.170000', '121833.630000', '121834.090000', '121834.550000', '121835.010000', '121835.470000', '121835.930000', '121836.390000', '121836.850000', '121837.310000', '121837.770000', '121838.230000', '121838.690000', '121839.150000', '121839.610000', '121840.070000', '121840.530000', '121840.990000', '121841.450000', '121841.910000', '121842.370000', '121842.830000', '121843.290000', '121843.750000', '121844.210000', '121844.670000', '121845.130000', '121845.590000', '121846.050000', '121846.510000', '121846.970000', '121847.430000', '121847.890000', '121848.350000', '121848.810000', '121849.270000', '121849.730000', '121850.190000', '121850.650000', '121851.110000', '121851.570000', '121852.030000', '121852.490000', '121852.950000', '121853.410000', '121853.870000', '121854.330000', '121854.790000', '121855.250000', '121855.710000', '121856.170000', '121856.630000', '121857.090000', '121857.550000', '121858.010000', '121858.470000', '121858.930000', '121859.390000', '121859.850000', '121900.310000', '121900.770000', '121901.230000', '121901.690000', '121902.150000', '121902.610000', '121903.070000', '121903.530000', '121903.990000', '121904.450000', '121904.910000', '121905.370000', '121905.830000', '121906.290000', '121906.750000', '121907.210000', '121907.670000', '121908.130000', '121908.590000', '121909.050000', '121909.510000', '121909.970000', '121910.430000', '121910.890000', '121911.350000', '121911.810000', '121912.270000', '121912.730000', '121913.190000', '121913.650000', '121914.110000', '121914.570000', '121915.030000', '121915.490000', '121915.950000', '121916.410000', '121916.870000', '121917.330000', '121917.790000', '121918.250000', '121918.710000', '121919.170000', '121919.630000', '121920.090000', '121920.550000', '121921.010000', '121921.470000', '121921.930000', '121922.390000', '121922.850000', '121923.310000', '121923.770000', '121924.230000', '121924.690000', '121925.150000', '121925.610000', '121926.070000', '121926.530000', '121926.990000', '121927.450000', '121927.910000', '121928.370000', '121928.830000', '121929.290000', '121929.750000', '121930.210000', '121930.670000', '121931.130000', '121931.590000', '121932.050000', '121932.510000', '121932.970000', '121933.430000', '121933.890000', '121934.350000', '121934.810000', '121935.270000', '121935.730000', '121936.190000', '121936.650000', '121937.110000', '121937.570000', '121938.030000', '121938.490000', '121938.950000', '121939.410000', '121939.870000', '121940.330000', '121940.790000', '121941.250000', '121941.710000', '121942.170000', '121942.630000', '121943.090000', '121943.550000', '121944.010000', '121944.470000', '121944.930000', '121945.390000', '121945.850000', '121946.310000', '121946.770000', '121947.230000', '121947.690000', '121948.150000', '121948.610000', '121949.070000', '121949.530000', '121949.990000', '121950.450000', '121950.910000', '121951.370000', '121951.830000', '121952.290000', '121952.750000', '121953.210000', '121953.670000', '121954.130000', '121954.590000', '121955.050000', '121955.510000', '121955.970000', '121956.430000', '121956.890000', '121957.350000', '121957.810000', '121958.270000', '121958.730000', '121959.190000', '121959.650000', '122000.110000', '122000.570000', '122001.030000', '122001.490000', '122001.950000', '122002.410000', '122002.870000', '122003.330000', '122003.790000', '122004.250000', '122004.710000', '122005.170000', '122005.630000', '122006.090000', '122006.550000', '122007.010000', '122007.470000', '122007.930000', '122008.390000', '122008.850000', '122009.310000', '122009.770000', '122010.230000', '122010.690000', '122011.150000', '122011.610000', '122012.070000', '122012.530000', '122012.990000', '122013.450000', '122013.910000', '122014.370000', '122014.830000', '122015.290000', '122015.750000', '122016.210000', '122016.670000', '122017.130000', '122017.590000', '122018.050000', '122018.510000', '122018.970000', '122019.430000', '122019.890000', '122020.350000', '122020.810000', '122021.270000', '122021.730000', '122022.190000', '122022.650000', '122023.110000', '122023.570000', '122024.030000', '122024.490000', '122024.950000', '122025.410000', '122025.870000', '122026.330000', '122026.790000', '122027.250000', '122027.710000', '122028.170000', '122028.630000', '122029.090000', '122029.550000', '122030.010000', '122030.470000', '122030.930000', '122031.390000', '122031.850000', '122032.310000', '122032.770000', '122033.230000', '122033.690000', '122034.150000', '122034.610000', '122035.070000', '122035.530000', '122035.990000', '122036.450000', '122036.910000', '122037.370000', '122037.830000', '122038.290000', '122038.750000', '122039.210000', '122039.670000', '122040.130000', '122040.590000', '122041.050000', '122041.510000', '122041.970000', '122042.430000', '122042.890000', '122043.350000', '122043.810000', '122044.270000', '122044.730000', '122045.190000', '122045.650000', '122046.110000', '122046.570000', '122047.030000', '122047.490000', '122047.950000', '122048.410000', '122048.870000', '122049.330000', '122049.790000', '122050.250000', '122050.710000', '122051.170000', '122051.630000', '122052.090000', '122052.550000', '122053.010000', '122053.470000', '122053.930000', '122054.390000', '122054.850000', '122055.310000', '122055.770000', '122056.230000', '122056.690000', '122057.150000', '122057.610000', '122058.070000', '122058.530000', '122058.990000', '122059.450000', '122059.910000', '122100.370000', '122100.830000', '122101.290000', '122101.750000', '122102.210000', '122102.670000', '122103.130000', '122103.590000', '122104.050000', '122104.510000', '122104.970000', '122105.430000', '122105.890000', '122106.350000', '122106.810000', '122107.270000', '122107.730000', '122108.190000', '122108.650000', '122109.110000', '122109.570000', '122110.030000', '122110.490000', '122110.950000', '122111.410000', '122111.870000', '122112.330000', '122112.790000', '122113.250000', '122113.710000', '122114.170000', '122114.630000', '122115.090000', '122115.550000', '122116.010000', '122116.470000', '122116.930000', '122117.390000', '122117.850000', '122118.310000', '122118.770000', '122119.230000', '122119.690000', '122120.150000', '122120.610000', '122121.070000', '122121.530000', '122121.990000', '122122.450000', '122122.910000', '122123.370000', '122123.830000', '122124.290000', '122124.750000', '122125.210000', '122125.670000', '122126.130000', '122126.590000', '122127.050000', '122127.510000', '122127.970000', '122128.430000', '122128.890000', '122129.350000', '122129.810000', '122130.270000', '122130.730000', '122131.190000', '122131.650000', '122132.110000', '122132.570000', '122133.030000', '122133.490000', '122133.950000', '122134.410000', '122134.870000', '122135.330000', '122135.790000', '122136.250000', '122136.710000', '122137.170000', '122137.630000', '122138.090000', '122138.550000', '122139.010000', '122139.470000', '122139.930000', '122140.390000', '122140.850000', '122141.310000', '122141.770000', '122142.230000', '122142.690000', '122143.150000', '122143.610000', '122144.070000', '122144.530000', '122144.990000', '122145.450000', '122145.910000', '122146.370000', '122146.830000', '122147.290000', '122147.750000', '122148.210000', '122148.670000', '122149.130000', '122149.590000', '122150.050000', '122150.510000', '122150.970000', '122151.430000', '122151.890000', '122152.350000', '122152.810000', '122153.270000', '122153.730000', '122154.190000', '122154.650000', '122155.110000', '122155.570000', '122156.030000', '122156.490000', '122156.950000', '122157.410000', '122157.870000', '122158.330000', '122158.790000', '122159.250000', '122159.710000', '122200.170000', '122200.630000', '122201.090000', '122201.550000', '122202.010000', '122202.470000', '122202.930000', '122203.390000', '122203.850000', '122204.310000', '122204.770000', '122205.230000', '122205.690000', '122206.150000', '122206.610000', '122207.070000', '122207.530000', '122207.990000', '122208.450000', '122208.910000', '122209.370000', '122209.830000', '122210.290000', '122210.750000', '122211.210000', '122211.670000', '122212.130000', '122212.590000', '122213.050000', '122213.510000', '122213.970000', '122214.430000', '122214.890000', '122215.350000', '122215.810000', '122216.270000', '122216.730000', '122217.190000', '122217.650000', '122218.110000', '122218.570000', '122219.030000', '122219.490000', '122219.950000', '122220.410000', '122220.870000', '122221.330000', '122221.790000', '122222.250000', '122222.710000', '122223.170000', '122223.630000', '122224.090000', '122224.550000', '122225.010000', '122225.470000', '122225.930000', '122226.390000', '122226.850000', '122227.310000', '122227.770000', '122228.230000', '122228.690000', '122229.150000', '122229.610000', '122230.070000', '122230.530000', '122230.990000', '122231.450000', '122231.910000', '122232.370000', '122232.830000', '122233.290000', '122233.750000', '122234.210000', '122234.670000', '122235.130000', '122235.590000', '122236.050000', '122236.510000', '122236.970000', '122237.430000', '122237.890000', '122238.350000', '122238.810000', '122239.270000', '122239.730000', '122240.190000', '122240.650000', '122241.110000', '122241.570000', '122242.030000', '122242.490000', '122242.950000', '122243.410000', '122243.870000', '122244.330000', '122244.790000', '122245.250000', '122245.710000', '122246.170000', '122246.630000', '122247.090000', '122247.550000', '122248.010000', '122248.470000', '122248.930000', '122249.390000', '122249.850000', '122250.310000', '122250.770000', '122251.230000', '122251.690000', '122252.150000', '122252.610000', '122253.070000', '122253.530000', '122253.990000', '122254.450000', '122254.910000', '122255.370000', '122255.830000', '122256.290000', '122256.750000', '122257.210000', '122257.670000', '122258.130000', '122258.590000', '122259.050000', '122259.510000', '122259.970000', '122300.430000', '122300.890000', '122301.350000', '122301.810000', '122302.270000', '122302.730000', '122303.190000', '122303.650000', '122304.110000', '122304.570000', '122305.030000', '122305.490000', '122305.950000', '122306.410000', '122306.870000', '122307.330000', '122307.790000', '122308.250000', '122308.710000', '122309.170000', '122309.630000', '122310.090000', '122310.550000', '122311.010000', '122311.470000', '122311.930000', '122312.390000', '122312.850000', '122313.310000', '122313.770000', '122314.230000', '122314.690000', '122315.150000', '122315.610000', '122316.070000', '122316.530000', '122316.990000', '122317.450000', '122317.910000', '122318.370000', '122318.830000', '122319.290000', '122319.750000', '122320.210000', '122320.670000', '122321.130000', '122321.590000', '122322.050000', '122322.510000', '122322.970000', '122323.430000', '122323.890000', '122324.350000', '122324.810000', '122325.270000', '122325.730000', '122326.190000', '122326.650000', '122327.110000', '122327.570000', '122328.030000', '122328.490000', '122328.950000', '122329.410000', '122329.870000', '122330.330000', '122330.790000', '122331.250000', '122331.710000', '122332.170000', '122332.630000', '122333.090000', '122333.550000', '122334.010000', '122334.470000', '122334.930000', '122335.390000', '122335.850000', '122336.310000', '122336.770000', '122337.230000', '122337.690000', '122338.150000', '122338.610000', '122339.070000', '122339.530000', '122339.990000', '122340.450000', '122340.910000', '122341.370000', '122341.830000', '122342.290000', '122342.750000', '122343.210000', '122343.670000', '122344.130000', '122344.590000', '122345.050000', '122345.510000', '122345.970000', '122346.430000', '122346.890000', '122347.350000', '122347.810000', '122348.270000', '122348.730000', '122349.190000', '122349.650000', '122350.110000', '122350.570000', '122351.030000', '122351.490000', '122351.950000', '122352.410000', '122352.870000', '122353.330000', '122353.790000', '122354.250000', '122354.710000', '122355.170000', '122355.630000', '122356.090000', '122356.550000', '122357.010000', '122357.470000', '122357.930000', '122358.390000', '122358.850000', '122359.310000', '122359.770000', '122400.230000', '122400.690000', '122401.150000', '122401.610000', '122402.070000', '122402.530000', '122402.990000', '122403.450000', '122403.910000', '122404.370000', '122404.830000', '122405.290000', '122405.750000', '122406.210000', '122406.670000', '122407.130000', '122407.590000', '122408.050000', '122408.510000', '122408.970000', '122409.430000', '122409.890000', '122410.350000', '122410.810000', '122411.270000', '122411.730000', '122412.190000', '122412.650000', '122413.110000', '122413.570000', '122414.030000', '122414.490000', '122414.950000', '122415.410000', '122415.870000', '122416.330000', '122416.790000', '122417.250000', '122417.710000', '122418.170000', '122418.630000', '122419.090000', '122419.550000', '122420.010000', '122420.470000', '122420.930000', '122421.390000', '122421.850000', '122422.310000', '122422.770000', '122423.230000', '122423.690000', '122424.150000', '122424.610000', '122425.070000', '122425.530000', '122425.990000', '122426.450000', '122426.910000', '122427.370000', '122427.830000', '122428.290000', '122428.750000', '122429.210000', '122429.670000', '122430.130000', '122430.590000', '122431.050000', '122431.510000', '122431.970000', '122432.430000', '122432.890000', '122433.350000', '122433.810000', '122434.270000', '122434.730000', '122435.190000', '122435.650000', '122436.110000', '122436.570000', '122437.030000', '122437.490000', '122437.950000', '122438.410000', '122438.870000', '122439.330000', '122439.790000', '122440.250000', '122440.710000', '122441.170000', '122441.630000', '122442.090000', '122442.550000', '122443.010000', '122443.470000', '122443.930000', '122444.390000', '122444.850000', '122445.310000', '122445.770000', '122446.230000', '122446.690000', '122447.150000', '122447.610000', '122448.070000', '122448.530000', '122448.990000', '122449.450000', '122449.910000', '122450.370000', '122450.830000', '122451.290000', '122451.750000', '122452.210000', '122452.670000', '122453.130000', '122453.590000', '122454.050000', '122454.510000', '122454.970000', '122455.430000', '122455.890000', '122456.350000', '122456.810000', '122457.270000', '122457.730000', '122458.190000', '122458.650000', '122459.110000', '122459.570000', '122500.030000', '122500.490000', '122500.950000', '122501.410000', '122501.870000', '122502.330000', '122502.790000', '122503.250000', '122503.710000', '122504.170000', '122504.630000', '122505.090000', '122505.550000', '122506.010000', '122506.470000', '122506.930000', '122507.390000', '122507.850000', '122508.310000', '122508.770000', '122509.230000', '122509.690000', '122510.150000', '122510.610000', '122511.070000', '122511.530000', '122511.990000', '122512.450000', '122512.910000', '122513.370000', '122513.830000', '122514.290000', '122514.750000', '122515.210000', '122515.670000', '122516.130000', '122516.590000', '122517.050000', '122517.510000', '122517.970000', '122518.430000', '122518.890000', '122519.350000', '122519.810000', '122520.270000', '122520.730000', '122521.190000', '122521.650000', '122522.110000', '122522.570000', '122523.030000', '122523.490000', '122523.950000', '122524.410000', '122524.870000', '122525.330000', '122525.790000', '122526.250000', '122526.710000', '122527.170000', '122527.630000', '122528.090000', '122528.550000', '122529.010000', '122529.470000', '122529.930000', '122530.390000', '122530.850000', '122531.310000', '122531.770000', '122532.230000', '122532.690000', '122533.150000', '122533.610000', '122534.070000', '122534.530000', '122534.990000', '122535.450000', '122535.910000', '122536.370000', '122536.830000', '122537.290000', '122537.750000', '122538.210000', '122538.670000', '122539.130000', '122539.590000', '122540.050000', '122540.510000', '122540.970000', '122541.430000', '122541.890000', '122542.350000', '122542.810000', '122543.270000', '122543.730000', '122544.190000', '122544.650000', '122545.110000', '122545.570000', '122546.030000', '122546.490000', '122546.950000', '122547.410000', '122547.870000', '122548.330000', '122548.790000', '122549.250000', '122549.710000', '122550.170000', '122550.630000', '122551.090000', '122551.550000', '122552.010000', '122552.470000', '122552.930000', '122553.390000', '122553.850000', '122554.310000', '122554.770000', '122555.230000', '122555.690000', '122556.150000', '122556.610000', '122557.070000', '122557.530000', '122557.990000', '122558.450000', '122558.910000', '122559.370000', '122559.830000', '122600.290000', '122600.750000', '122601.210000', '122601.670000', '122602.130000', '122602.590000', '122603.050000', '122603.510000', '122603.970000', '122604.430000', '122604.890000', '122605.350000', '122605.810000', '122606.270000', '122606.730000', '122607.190000', '122607.650000', '122608.110000', '122608.570000', '122609.030000', '122609.490000', '122609.950000', '122610.410000', '122610.870000', '122611.330000', '122611.790000', '122612.250000', '122612.710000', '122613.170000', '122613.630000', '122614.090000', '122614.550000', '122615.010000', '122615.470000', '122615.930000', '122616.390000', '122616.850000', '122617.310000', '122617.770000', '122618.230000', '122618.690000', '122619.150000', '122619.610000', '122620.070000', '122620.530000', '122620.990000', '122621.450000', '122621.910000', '122622.370000', '122622.830000', '122623.290000', '122623.750000', '122624.210000', '122624.670000', '122625.130000', '122625.590000', '122626.050000', '122626.510000', '122626.970000', '122627.430000', '122627.890000', '122628.350000', '122628.810000', '122629.270000', '122629.730000', '122630.190000', '122630.650000', '122631.110000', '122631.570000', '122632.030000', '122632.490000', '122632.950000', '122633.410000', '122633.870000', '122634.330000', '122634.790000', '122635.250000', '122635.710000', '122636.170000', '122636.630000', '122637.090000', '122637.550000', '122638.010000', '122638.470000', '122638.930000', '122639.390000', '122639.850000', '122640.310000', '122640.770000', '122641.230000', '122641.690000', '122642.150000', '122642.610000', '122643.070000', '122643.530000', '122643.990000', '122644.450000'], 'ContentTime': ['121658.504000', '121658.507000', '121658.510000', '121658.512000', '121658.515000', '121658.518000', '121658.520000', '121658.523000', '121658.525000', '121658.534000', '121658.536000', '121658.539000', '121658.541000', '121658.544000', '121658.546000', '121658.549000', '121658.551000', '121658.554000', '121658.557000', '121658.559000', '121658.562000', '121658.564000', '121658.567000', '121658.569000', '121658.572000', '121658.575000', '121658.577000', '121658.580000', '121658.582000', '121658.585000', '121658.587000', '121658.590000', '121658.593000', '121658.595000', '121658.598000', '121658.600000', '121658.603000', '121658.605000', '121658.608000', '121658.610000', '121658.613000', '121658.616000', '121658.618000', '121658.621000', '121658.629000', '121718.463000', '121718.466000', '121718.469000', '121718.471000', '121718.474000', '121718.477000', '121718.479000', '121718.482000', '121718.484000', '121718.487000', '121718.489000', '121718.492000', '121718.496000', '121718.499000', '121718.501000', '121718.504000', '121718.522000', '121718.524000', '121718.527000', '121718.529000', '121718.532000', '121718.535000', '121718.537000', '121718.540000', '121718.542000', '121718.545000', '121718.547000', '121718.550000', '121718.552000', '121718.555000', '121718.557000', '121718.560000', '121718.563000', '121718.565000', '121718.568000', '121718.570000', '121718.573000', '121718.575000', '121718.578000', '121718.580000', '121718.583000', '121718.585000', '121718.588000', '121738.462000', '121738.465000', '121738.468000', '121738.470000', '121738.473000', '121738.475000', '121738.478000', '121738.480000', '121738.483000', '121738.485000', '121738.488000', '121738.491000', '121738.493000', '121738.496000', '121738.498000', '121738.501000', '121738.503000', '121738.506000', '121738.509000', '121738.511000', '121738.514000', '121738.516000', '121738.519000', '121738.521000', '121738.556000', '121738.559000', '121738.561000', '121738.564000', '121738.567000', '121738.569000', '121738.572000', '121738.574000', '121738.577000', '121738.579000', '121738.582000', '121738.584000', '121738.587000', '121738.589000', '121738.592000', '121738.595000', '121738.597000', '121738.600000', '121738.602000', '121738.605000', '121758.463000', '121758.465000', '121758.468000', '121758.471000', '121758.473000', '121758.476000', '121758.478000', '121758.481000', '121758.483000', '121758.486000', '121758.489000', '121758.491000', '121758.494000', '121758.496000', '121758.499000', '121758.502000', '121758.504000', '121758.507000', '121758.509000', '121758.512000', '121758.514000', '121758.517000', '121758.520000', '121758.523000', '121758.525000', '121758.528000', '121758.530000', '121758.533000', '121758.536000', '121758.538000', '121758.541000', '121758.543000', '121758.546000', '121758.548000', '121758.551000', '121758.553000', '121758.556000', '121758.567000', '121758.570000', '121758.573000', '121758.575000', '121758.578000', '121758.581000', '121818.463000', '121818.466000', '121818.469000', '121818.471000', '121818.474000', '121818.476000', '121818.479000', '121818.481000', '121818.484000', '121818.486000', '121818.489000', '121818.492000', '121818.494000', '121818.497000', '121818.499000', '121818.502000', '121818.534000', '121818.537000', '121818.539000', '121818.542000', '121818.544000', '121818.547000', '121818.550000', '121818.552000', '121818.555000', '121818.557000', '121818.560000', '121818.562000', '121818.565000', '121818.567000', '121818.570000', '121818.573000', '121818.575000', '121818.578000', '121818.580000', '121818.583000', '121818.585000', '121818.588000', '121818.591000', '121818.593000', '121818.596000', '121818.598000', '121818.601000', '121818.603000', '121838.464000', '121838.467000', '121838.469000', '121838.472000', '121838.474000', '121838.477000', '121838.479000', '121838.482000', '121838.485000', '121838.487000', '121838.490000', '121838.492000', '121838.495000', '121838.498000', '121838.500000', '121838.503000', '121838.505000', '121838.508000', '121838.510000', '121838.513000', '121838.515000', '121838.518000', '121838.521000', '121838.523000', '121838.526000', '121838.528000', '121838.531000', '121838.534000', '121838.536000', '121838.539000', '121838.542000', '121838.544000', '121838.547000', '121838.549000', '121838.552000', '121838.555000', '121838.557000', '121838.560000', '121838.562000', '121838.565000', '121838.568000', '121838.570000', '121838.573000', '121858.464000', '121858.467000', '121858.469000', '121858.472000', '121858.474000', '121858.477000', '121858.479000', '121858.482000', '121858.485000', '121858.487000', '121858.490000', '121858.492000', '121858.495000', '121858.498000', '121858.500000', '121858.503000', '121858.505000', '121858.508000', '121858.510000', '121858.513000', '121858.515000', '121858.518000', '121858.521000', '121858.523000', '121858.526000', '121858.528000', '121858.531000', '121858.533000', '121858.536000', '121858.539000', '121858.541000', '121858.544000', '121858.546000', '121858.549000', '121858.551000', '121858.554000', '121858.557000', '121858.559000', '121858.562000', '121858.564000', '121858.567000', '121858.569000', '121858.572000', '121858.574000', '121918.463000', '121918.466000', '121918.469000', '121918.472000', '121918.474000', '121918.477000', '121918.480000', '121918.482000', '121918.485000', '121918.487000', '121918.490000', '121918.492000', '121918.495000', '121918.497000', '121918.500000', '121918.502000', '121918.505000', '121918.508000', '121918.510000', '121918.527000', '121918.529000', '121918.532000', '121918.534000', '121918.537000', '121918.539000', '121918.542000', '121918.545000', '121918.547000', '121918.550000', '121918.552000', '121918.555000', '121918.557000', '121918.560000', '121918.562000', '121918.565000', '121918.568000', '121918.570000', '121918.573000', '121918.576000', '121918.579000', '121918.582000', '121918.588000', '121918.591000', '121938.462000', '121938.465000', '121938.468000', '121938.471000', '121938.473000', '121938.476000', '121938.479000', '121938.481000', '121938.484000', '121938.486000', '121938.489000', '121938.491000', '121938.494000', '121938.496000', '121938.499000', '121938.502000', '121938.504000', '121938.507000', '121938.509000', '121938.512000', '121938.514000', '121938.517000', '121938.520000', '121938.522000', '121938.525000', '121938.527000', '121938.530000', '121938.532000', '121938.535000', '121938.537000', '121938.540000', '121938.542000', '121938.545000', '121938.548000', '121938.550000', '121938.553000', '121938.555000', '121938.558000', '121938.560000', '121938.563000', '121938.565000', '121938.568000', '121938.571000', '121938.573000', '121958.463000', '121958.465000', '121958.468000', '121958.471000', '121958.473000', '121958.476000', '121958.478000', '121958.481000', '121958.484000', '121958.486000', '121958.489000', '121958.491000', '121958.494000', '121958.496000', '121958.499000', '121958.501000', '121958.504000', '121958.507000', '121958.509000', '121958.512000', '121958.514000', '121958.517000', '121958.519000', '121958.522000', '121958.524000', '121958.527000', '121958.529000', '121958.532000', '121958.535000', '121958.537000', '121958.540000', '121958.542000', '121958.545000', '121958.548000', '121958.550000', '121958.553000', '121958.555000', '121958.558000', '121958.560000', '121958.563000', '121958.565000', '121958.568000', '121958.571000', '122018.462000', '122018.465000', '122018.468000', '122018.470000', '122018.473000', '122018.476000', '122018.478000', '122018.481000', '122018.484000', '122018.486000', '122018.489000', '122018.492000', '122018.494000', '122018.497000', '122018.500000', '122018.502000', '122018.505000', '122018.508000', '122018.510000', '122018.513000', '122018.515000', '122018.518000', '122018.520000', '122018.523000', '122018.525000', '122018.528000', '122018.531000', '122018.533000', '122018.536000', '122018.538000', '122018.541000', '122018.543000', '122018.546000', '122018.549000', '122018.551000', '122018.554000', '122018.556000', '122018.559000', '122018.562000', '122018.564000', '122018.567000', '122018.569000', '122018.572000', '122038.464000', '122038.466000', '122038.469000', '122038.472000', '122038.474000', '122038.477000', '122038.479000', '122038.482000', '122038.485000', '122038.487000', '122038.490000', '122038.492000', '122038.495000', '122038.497000', '122038.500000', '122038.502000', '122038.505000', '122038.508000', '122038.510000', '122038.513000', '122038.515000', '122038.518000', '122038.520000', '122038.523000', '122038.526000', '122038.528000', '122038.531000', '122038.534000', '122038.536000', '122038.539000', '122038.541000', '122038.544000', '122038.546000', '122038.549000', '122038.552000', '122038.554000', '122038.557000', '122038.559000', '122038.562000', '122038.564000', '122038.567000', '122038.569000', '122038.572000', '122038.575000', '122058.463000', '122058.466000', '122058.469000', '122058.471000', '122058.474000', '122058.477000', '122058.479000', '122058.482000', '122058.484000', '122058.487000', '122058.489000', '122058.492000', '122058.495000', '122058.497000', '122058.500000', '122058.502000', '122058.505000', '122058.508000', '122058.510000', '122058.513000', '122058.515000', '122058.518000', '122058.520000', '122058.523000', '122058.526000', '122058.528000', '122058.531000', '122058.533000', '122058.536000', '122058.538000', '122058.541000', '122058.544000', '122058.546000', '122058.549000', '122058.551000', '122058.554000', '122058.556000', '122058.559000', '122058.562000', '122058.564000', '122058.567000', '122058.569000', '122058.572000', '122058.574000', '122118.463000', '122118.466000', '122118.469000', '122118.471000', '122118.474000', '122118.477000', '122118.479000', '122118.482000', '122118.484000', '122118.487000', '122118.489000', '122118.492000', '122118.494000', '122118.497000', '122118.500000', '122118.502000', '122118.505000', '122118.507000', '122118.510000', '122118.512000', '122118.515000', '122118.518000', '122118.520000', '122118.523000', '122118.525000', '122118.528000', '122118.530000', '122118.533000', '122118.536000', '122118.538000', '122118.541000', '122118.543000', '122118.546000', '122118.548000', '122118.551000', '122118.553000', '122118.556000', '122118.559000', '122118.561000', '122118.564000', '122118.566000', '122118.569000', '122118.571000', '122138.465000', '122138.467000', '122138.470000', '122138.473000', '122138.475000', '122138.478000', '122138.480000', '122138.483000', '122138.485000', '122138.488000', '122138.491000', '122138.493000', '122138.496000', '122138.498000', '122138.501000', '122138.504000', '122138.506000', '122138.509000', '122138.511000', '122138.514000', '122138.517000', '122138.519000', '122138.522000', '122138.524000', '122138.527000', '122138.530000', '122138.532000', '122138.535000', '122138.537000', '122138.540000', '122138.543000', '122138.545000', '122138.548000', '122138.550000', '122138.553000', '122138.555000', '122138.558000', '122138.561000', '122138.563000', '122138.566000', '122138.568000', '122138.571000', '122138.574000', '122138.576000', '122158.463000', '122158.465000', '122158.468000', '122158.471000', '122158.473000', '122158.476000', '122158.478000', '122158.481000', '122158.483000', '122158.486000', '122158.489000', '122158.491000', '122158.494000', '122158.496000', '122158.499000', '122158.502000', '122158.504000', '122158.507000', '122158.509000', '122158.512000', '122158.514000', '122158.517000', '122158.520000', '122158.522000', '122158.525000', '122158.527000', '122158.530000', '122158.532000', '122158.535000', '122158.538000', '122158.540000', '122158.543000', '122158.545000', '122158.548000', '122158.550000', '122158.553000', '122158.555000', '122158.558000', '122158.561000', '122158.563000', '122158.566000', '122158.568000', '122158.571000', '122218.462000', '122218.465000', '122218.468000', '122218.470000', '122218.473000', '122218.476000', '122218.478000', '122218.481000', '122218.483000', '122218.486000', '122218.489000', '122218.491000', '122218.512000', '122218.515000', '122218.518000', '122218.520000', '122218.523000', '122218.525000', '122218.528000', '122218.531000', '122218.533000', '122218.536000', '122218.538000', '122218.541000', '122218.543000', '122218.546000', '122218.549000', '122218.551000', '122218.554000', '122218.556000', '122218.559000', '122218.561000', '122218.564000', '122218.566000', '122218.569000', '122218.572000', '122218.574000', '122218.577000', '122218.579000', '122218.582000', '122218.584000', '122218.587000', '122218.590000', '122218.593000', '122238.462000', '122238.465000', '122238.468000', '122238.470000', '122238.473000', '122238.476000', '122238.478000', '122238.481000', '122238.483000', '122238.486000', '122238.489000', '122238.491000', '122238.494000', '122238.496000', '122238.499000', '122238.501000', '122238.504000', '122238.507000', '122238.509000', '122238.512000', '122238.514000', '122238.517000', '122238.519000', '122238.522000', '122238.524000', '122238.527000', '122238.530000', '122238.532000', '122238.535000', '122238.538000', '122238.540000', '122238.543000', '122238.545000', '122238.548000', '122238.550000', '122238.553000', '122238.555000', '122238.558000', '122238.561000', '122238.563000', '122238.566000', '122238.568000', '122238.571000', '122258.464000', '122258.466000', '122258.469000', '122258.472000', '122258.474000', '122258.477000', '122258.479000', '122258.483000', '122258.486000', '122258.488000', '122258.491000', '122258.494000', '122258.496000', '122258.500000', '122258.502000', '122258.505000', '122258.508000', '122258.511000', '122258.513000', '122258.516000', '122258.518000', '122258.521000', '122258.523000', '122258.526000', '122258.529000', '122258.531000', '122258.534000', '122258.536000', '122258.539000', '122258.541000', '122258.544000', '122258.547000', '122258.549000', '122258.552000', '122258.554000', '122258.557000', '122258.560000', '122258.563000', '122258.565000', '122258.568000', '122258.570000', '122258.573000', '122258.576000', '122318.464000', '122318.466000', '122318.470000', '122318.473000', '122318.475000', '122318.478000', '122318.480000', '122318.491000', '122318.494000', '122318.496000', '122318.499000', '122318.501000', '122318.504000', '122318.507000', '122318.509000', '122318.512000', '122318.514000', '122318.517000', '122318.519000', '122318.522000', '122318.525000', '122318.527000', '122318.530000', '122318.532000', '122318.535000', '122318.537000', '122318.540000', '122318.542000', '122318.545000', '122318.548000', '122318.550000', '122318.553000', '122318.555000', '122318.558000', '122318.560000', '122318.563000', '122318.565000', '122318.568000', '122318.571000', '122318.573000', '122318.576000', '122318.578000', '122318.581000', '122318.583000', '122338.464000', '122338.467000', '122338.469000', '122338.472000', '122338.474000', '122338.477000', '122338.479000', '122338.482000', '122338.485000', '122338.487000', '122338.490000', '122338.492000', '122338.495000', '122338.497000', '122338.500000', '122338.503000', '122338.505000', '122338.508000', '122338.510000', '122338.513000', '122338.516000', '122338.518000', '122338.531000', '122338.534000', '122338.536000', '122338.539000', '122338.541000', '122338.544000', '122338.547000', '122338.549000', '122338.552000', '122338.554000', '122338.557000', '122338.559000', '122338.562000', '122338.564000', '122338.567000', '122338.570000', '122338.572000', '122338.575000', '122338.578000', '122338.580000', '122338.583000', '122358.463000', '122358.466000', '122358.469000', '122358.472000', '122358.474000', '122358.477000', '122358.479000', '122358.482000', '122358.484000', '122358.487000', '122358.490000', '122358.492000', '122358.495000', '122358.497000', '122358.500000', '122358.503000', '122358.505000', '122358.508000', '122358.510000', '122358.513000', '122358.515000', '122358.518000', '122358.521000', '122358.523000', '122358.526000', '122358.528000', '122358.531000', '122358.534000', '122358.536000', '122358.539000', '122358.541000', '122358.544000', '122358.546000', '122358.549000', '122358.551000', '122358.554000', '122358.557000', '122358.559000', '122358.562000', '122358.564000', '122358.567000', '122358.570000', '122358.572000', '122358.575000', '122418.463000', '122418.465000', '122418.468000', '122418.471000', '122418.473000', '122418.476000', '122418.479000', '122418.481000', '122418.484000', '122418.486000', '122418.489000', '122418.492000', '122418.494000', '122418.497000', '122418.499000', '122418.502000', '122418.505000', '122418.507000', '122418.510000', '122418.513000', '122418.515000', '122418.518000', '122418.521000', '122418.523000', '122418.526000', '122418.528000', '122418.531000', '122418.533000', '122418.536000', '122418.540000', '122418.543000', '122418.545000', '122418.548000', '122418.550000', '122418.553000', '122418.556000', '122418.558000', '122418.561000', '122418.563000', '122418.566000', '122418.569000', '122418.571000', '122418.574000', '122438.462000', '122438.465000', '122438.468000', '122438.471000', '122438.473000', '122438.476000', '122438.478000', '122438.481000', '122438.484000', '122438.486000', '122438.489000', '122438.491000', '122438.494000', '122438.496000', '122438.499000', '122438.502000', '122438.504000', '122438.507000', '122438.509000', '122438.512000', '122438.515000', '122438.517000', '122438.520000', '122438.522000', '122438.525000', '122438.527000', '122438.530000', '122438.532000', '122438.535000', '122438.537000', '122438.540000', '122438.543000', '122438.545000', '122438.548000', '122438.550000', '122438.553000', '122438.556000', '122438.558000', '122438.561000', '122438.563000', '122438.566000', '122438.569000', '122438.571000', '122438.574000', '122458.463000', '122458.465000', '122458.468000', '122458.471000', '122458.473000', '122458.476000', '122458.478000', '122458.481000', '122458.484000', '122458.486000', '122458.489000', '122458.491000', '122458.494000', '122458.496000', '122458.499000', '122458.502000', '122458.505000', '122458.508000', '122458.511000', '122458.523000', '122458.526000', '122458.528000', '122458.531000', '122458.534000', '122458.536000', '122458.539000', '122458.541000', '122458.544000', '122458.547000', '122458.549000', '122458.552000', '122458.554000', '122458.557000', '122458.560000', '122458.562000', '122458.565000', '122458.567000', '122458.570000', '122458.572000', '122458.575000', '122458.578000', '122458.580000', '122458.583000', '122518.463000', '122518.466000', '122518.469000', '122518.471000', '122518.474000', '122518.477000', '122518.479000', '122518.482000', '122518.485000', '122518.487000', '122518.490000', '122518.492000', '122518.495000', '122518.497000', '122518.500000', '122518.502000', '122518.505000', '122518.508000', '122518.510000', '122518.513000', '122518.515000', '122518.518000', '122518.521000', '122518.523000', '122518.526000', '122518.528000', '122518.531000', '122518.533000', '122518.536000', '122518.538000', '122518.541000', '122518.544000', '122518.546000', '122518.549000', '122518.551000', '122518.554000', '122518.557000', '122518.559000', '122518.562000', '122518.564000', '122518.567000', '122518.569000', '122518.572000', '122518.574000', '122538.464000', '122538.467000', '122538.469000', '122538.472000', '122538.475000', '122538.477000', '122538.480000', '122538.482000', '122538.485000', '122538.488000', '122538.490000', '122538.493000', '122538.495000', '122538.498000', '122538.500000', '122538.503000', '122538.506000', '122538.508000', '122538.511000', '122538.513000', '122538.516000', '122538.518000', '122538.521000', '122538.524000', '122538.526000', '122538.529000', '122538.532000', '122538.535000', '122538.537000', '122538.540000', '122538.542000', '122538.545000', '122538.547000', '122538.550000', '122538.553000', '122538.555000', '122538.558000', '122538.560000', '122538.563000', '122538.565000', '122538.568000', '122538.570000', '122538.573000', '122558.463000', '122558.466000', '122558.469000', '122558.472000', '122558.474000', '122558.477000', '122558.479000', '122558.482000', '122558.484000', '122558.487000', '122558.490000', '122558.492000', '122558.495000', '122558.497000', '122558.500000', '122558.502000', '122558.505000', '122558.508000', '122558.510000', '122558.513000', '122558.515000', '122558.518000', '122558.521000', '122558.523000', '122558.526000', '122558.528000', '122558.531000', '122558.533000', '122558.536000', '122558.539000', '122558.541000', '122558.544000', '122558.546000', '122558.549000', '122558.552000', '122558.554000', '122558.557000', '122558.559000', '122558.562000', '122558.565000', '122558.567000', '122558.570000', '122558.572000', '122558.575000', '122618.463000', '122618.466000', '122618.469000', '122618.472000', '122618.474000', '122618.477000', '122618.479000', '122618.482000', '122618.484000', '122618.487000', '122618.489000', '122618.492000', '122618.495000', '122618.497000', '122618.500000', '122618.516000', '122618.519000', '122618.521000', '122618.524000', '122618.526000', '122618.529000', '122618.531000', '122618.534000', '122618.537000', '122618.539000', '122618.542000', '122618.544000', '122618.547000', '122618.549000', '122618.553000', '122618.556000', '122618.559000', '122618.561000', '122618.564000', '122618.567000', '122618.569000', '122618.572000', '122618.574000', '122618.577000', '122618.580000', '122618.582000', '122618.585000', '122618.587000', '122638.463000', '122638.466000', '122638.468000', '122638.471000', '122638.473000', '122638.476000', '122638.479000', '122638.481000', '122638.484000', '122638.486000', '122638.489000', '122638.491000', '122638.494000', '122638.497000', '122638.499000', '122638.502000', '122638.504000', '122638.507000', '122638.510000', '122638.512000', '122638.515000', '122638.517000', '122638.520000', '122638.522000', '122638.525000', '122638.528000', '122638.530000', '122638.533000', '122638.535000', '122638.538000', '122638.540000', '122638.543000', '122638.546000', '122638.548000', '122638.551000', '122638.553000', '122638.556000', '122638.558000', '122638.561000', '122638.563000', '122638.566000', '122638.569000', '122638.571000', '122638.574000', '122645.701000', '122645.704000', '122645.707000', '122645.711000', '122645.714000', '122645.716000', '122645.719000', '122645.721000', '122645.724000', '122645.727000', '122645.730000', '122645.733000', '122645.735000', '122645.738000', '122645.741000', '122645.744000'], 'InstanceCreationTime': ['121658.504000', '121658.507000', '121658.510000', '121658.512000', '121658.515000', '121658.518000', '121658.520000', '121658.523000', '121658.525000', '121658.534000', '121658.536000', '121658.539000', '121658.541000', '121658.544000', '121658.546000', '121658.549000', '121658.551000', '121658.554000', '121658.557000', '121658.559000', '121658.562000', '121658.564000', '121658.567000', '121658.569000', '121658.572000', '121658.575000', '121658.577000', '121658.580000', '121658.582000', '121658.585000', '121658.587000', '121658.590000', '121658.593000', '121658.595000', '121658.598000', '121658.600000', '121658.603000', '121658.605000', '121658.608000', '121658.610000', '121658.613000', '121658.616000', '121658.618000', '121658.621000', '121658.629000', '121718.463000', '121718.466000', '121718.469000', '121718.471000', '121718.474000', '121718.477000', '121718.479000', '121718.482000', '121718.484000', '121718.487000', '121718.489000', '121718.492000', '121718.496000', '121718.499000', '121718.501000', '121718.504000', '121718.522000', '121718.524000', '121718.527000', '121718.529000', '121718.532000', '121718.535000', '121718.537000', '121718.540000', '121718.542000', '121718.545000', '121718.547000', '121718.550000', '121718.552000', '121718.555000', '121718.557000', '121718.560000', '121718.563000', '121718.565000', '121718.568000', '121718.570000', '121718.573000', '121718.575000', '121718.578000', '121718.580000', '121718.583000', '121718.585000', '121718.588000', '121738.462000', '121738.465000', '121738.468000', '121738.470000', '121738.473000', '121738.475000', '121738.478000', '121738.480000', '121738.483000', '121738.485000', '121738.488000', '121738.491000', '121738.493000', '121738.496000', '121738.498000', '121738.501000', '121738.503000', '121738.506000', '121738.509000', '121738.511000', '121738.514000', '121738.516000', '121738.519000', '121738.521000', '121738.556000', '121738.559000', '121738.561000', '121738.564000', '121738.567000', '121738.569000', '121738.572000', '121738.574000', '121738.577000', '121738.579000', '121738.582000', '121738.584000', '121738.587000', '121738.589000', '121738.592000', '121738.595000', '121738.597000', '121738.600000', '121738.602000', '121738.605000', '121758.463000', '121758.465000', '121758.468000', '121758.471000', '121758.473000', '121758.476000', '121758.478000', '121758.481000', '121758.483000', '121758.486000', '121758.489000', '121758.491000', '121758.494000', '121758.496000', '121758.499000', '121758.502000', '121758.504000', '121758.507000', '121758.509000', '121758.512000', '121758.514000', '121758.517000', '121758.520000', '121758.523000', '121758.525000', '121758.528000', '121758.530000', '121758.533000', '121758.536000', '121758.538000', '121758.541000', '121758.543000', '121758.546000', '121758.548000', '121758.551000', '121758.553000', '121758.556000', '121758.567000', '121758.570000', '121758.573000', '121758.575000', '121758.578000', '121758.581000', '121818.463000', '121818.466000', '121818.469000', '121818.471000', '121818.474000', '121818.476000', '121818.479000', '121818.481000', '121818.484000', '121818.486000', '121818.489000', '121818.492000', '121818.494000', '121818.497000', '121818.499000', '121818.502000', '121818.534000', '121818.537000', '121818.539000', '121818.542000', '121818.544000', '121818.547000', '121818.550000', '121818.552000', '121818.555000', '121818.557000', '121818.560000', '121818.562000', '121818.565000', '121818.567000', '121818.570000', '121818.573000', '121818.575000', '121818.578000', '121818.580000', '121818.583000', '121818.585000', '121818.588000', '121818.591000', '121818.593000', '121818.596000', '121818.598000', '121818.601000', '121818.603000', '121838.464000', '121838.467000', '121838.469000', '121838.472000', '121838.474000', '121838.477000', '121838.479000', '121838.482000', '121838.485000', '121838.487000', '121838.490000', '121838.492000', '121838.495000', '121838.498000', '121838.500000', '121838.503000', '121838.505000', '121838.508000', '121838.510000', '121838.513000', '121838.515000', '121838.518000', '121838.521000', '121838.523000', '121838.526000', '121838.528000', '121838.531000', '121838.534000', '121838.536000', '121838.539000', '121838.542000', '121838.544000', '121838.547000', '121838.549000', '121838.552000', '121838.555000', '121838.557000', '121838.560000', '121838.562000', '121838.565000', '121838.568000', '121838.570000', '121838.573000', '121858.464000', '121858.467000', '121858.469000', '121858.472000', '121858.474000', '121858.477000', '121858.479000', '121858.482000', '121858.485000', '121858.487000', '121858.490000', '121858.492000', '121858.495000', '121858.498000', '121858.500000', '121858.503000', '121858.505000', '121858.508000', '121858.510000', '121858.513000', '121858.515000', '121858.518000', '121858.521000', '121858.523000', '121858.526000', '121858.528000', '121858.531000', '121858.533000', '121858.536000', '121858.539000', '121858.541000', '121858.544000', '121858.546000', '121858.549000', '121858.551000', '121858.554000', '121858.557000', '121858.559000', '121858.562000', '121858.564000', '121858.567000', '121858.569000', '121858.572000', '121858.574000', '121918.463000', '121918.466000', '121918.469000', '121918.472000', '121918.474000', '121918.477000', '121918.480000', '121918.482000', '121918.485000', '121918.487000', '121918.490000', '121918.492000', '121918.495000', '121918.497000', '121918.500000', '121918.502000', '121918.505000', '121918.508000', '121918.510000', '121918.527000', '121918.529000', '121918.532000', '121918.534000', '121918.537000', '121918.539000', '121918.542000', '121918.545000', '121918.547000', '121918.550000', '121918.552000', '121918.555000', '121918.557000', '121918.560000', '121918.562000', '121918.565000', '121918.568000', '121918.570000', '121918.573000', '121918.576000', '121918.579000', '121918.582000', '121918.588000', '121918.591000', '121938.462000', '121938.465000', '121938.468000', '121938.471000', '121938.473000', '121938.476000', '121938.479000', '121938.481000', '121938.484000', '121938.486000', '121938.489000', '121938.491000', '121938.494000', '121938.496000', '121938.499000', '121938.502000', '121938.504000', '121938.507000', '121938.509000', '121938.512000', '121938.514000', '121938.517000', '121938.520000', '121938.522000', '121938.525000', '121938.527000', '121938.530000', '121938.532000', '121938.535000', '121938.537000', '121938.540000', '121938.542000', '121938.545000', '121938.548000', '121938.550000', '121938.553000', '121938.555000', '121938.558000', '121938.560000', '121938.563000', '121938.565000', '121938.568000', '121938.571000', '121938.573000', '121958.463000', '121958.465000', '121958.468000', '121958.471000', '121958.473000', '121958.476000', '121958.478000', '121958.481000', '121958.484000', '121958.486000', '121958.489000', '121958.491000', '121958.494000', '121958.496000', '121958.499000', '121958.501000', '121958.504000', '121958.507000', '121958.509000', '121958.512000', '121958.514000', '121958.517000', '121958.519000', '121958.522000', '121958.524000', '121958.527000', '121958.529000', '121958.532000', '121958.535000', '121958.537000', '121958.540000', '121958.542000', '121958.545000', '121958.548000', '121958.550000', '121958.553000', '121958.555000', '121958.558000', '121958.560000', '121958.563000', '121958.565000', '121958.568000', '121958.571000', '122018.462000', '122018.465000', '122018.468000', '122018.470000', '122018.473000', '122018.476000', '122018.478000', '122018.481000', '122018.484000', '122018.486000', '122018.489000', '122018.492000', '122018.494000', '122018.497000', '122018.500000', '122018.502000', '122018.505000', '122018.508000', '122018.510000', '122018.513000', '122018.515000', '122018.518000', '122018.520000', '122018.523000', '122018.525000', '122018.528000', '122018.531000', '122018.533000', '122018.536000', '122018.538000', '122018.541000', '122018.543000', '122018.546000', '122018.549000', '122018.551000', '122018.554000', '122018.556000', '122018.559000', '122018.562000', '122018.564000', '122018.567000', '122018.569000', '122018.572000', '122038.464000', '122038.466000', '122038.469000', '122038.472000', '122038.474000', '122038.477000', '122038.479000', '122038.482000', '122038.485000', '122038.487000', '122038.490000', '122038.492000', '122038.495000', '122038.497000', '122038.500000', '122038.502000', '122038.505000', '122038.508000', '122038.510000', '122038.513000', '122038.515000', '122038.518000', '122038.520000', '122038.523000', '122038.526000', '122038.528000', '122038.531000', '122038.534000', '122038.536000', '122038.539000', '122038.541000', '122038.544000', '122038.546000', '122038.549000', '122038.552000', '122038.554000', '122038.557000', '122038.559000', '122038.562000', '122038.564000', '122038.567000', '122038.569000', '122038.572000', '122038.575000', '122058.463000', '122058.466000', '122058.469000', '122058.471000', '122058.474000', '122058.477000', '122058.479000', '122058.482000', '122058.484000', '122058.487000', '122058.489000', '122058.492000', '122058.495000', '122058.497000', '122058.500000', '122058.502000', '122058.505000', '122058.508000', '122058.510000', '122058.513000', '122058.515000', '122058.518000', '122058.520000', '122058.523000', '122058.526000', '122058.528000', '122058.531000', '122058.533000', '122058.536000', '122058.538000', '122058.541000', '122058.544000', '122058.546000', '122058.549000', '122058.551000', '122058.554000', '122058.556000', '122058.559000', '122058.562000', '122058.564000', '122058.567000', '122058.569000', '122058.572000', '122058.574000', '122118.463000', '122118.466000', '122118.469000', '122118.471000', '122118.474000', '122118.477000', '122118.479000', '122118.482000', '122118.484000', '122118.487000', '122118.489000', '122118.492000', '122118.494000', '122118.497000', '122118.500000', '122118.502000', '122118.505000', '122118.507000', '122118.510000', '122118.512000', '122118.515000', '122118.518000', '122118.520000', '122118.523000', '122118.525000', '122118.528000', '122118.530000', '122118.533000', '122118.536000', '122118.538000', '122118.541000', '122118.543000', '122118.546000', '122118.548000', '122118.551000', '122118.553000', '122118.556000', '122118.559000', '122118.561000', '122118.564000', '122118.566000', '122118.569000', '122118.571000', '122138.465000', '122138.467000', '122138.470000', '122138.473000', '122138.475000', '122138.478000', '122138.480000', '122138.483000', '122138.485000', '122138.488000', '122138.491000', '122138.493000', '122138.496000', '122138.498000', '122138.501000', '122138.504000', '122138.506000', '122138.509000', '122138.511000', '122138.514000', '122138.517000', '122138.519000', '122138.522000', '122138.524000', '122138.527000', '122138.530000', '122138.532000', '122138.535000', '122138.537000', '122138.540000', '122138.543000', '122138.545000', '122138.548000', '122138.550000', '122138.553000', '122138.555000', '122138.558000', '122138.561000', '122138.563000', '122138.566000', '122138.568000', '122138.571000', '122138.574000', '122138.576000', '122158.463000', '122158.465000', '122158.468000', '122158.471000', '122158.473000', '122158.476000', '122158.478000', '122158.481000', '122158.483000', '122158.486000', '122158.489000', '122158.491000', '122158.494000', '122158.496000', '122158.499000', '122158.502000', '122158.504000', '122158.507000', '122158.509000', '122158.512000', '122158.514000', '122158.517000', '122158.520000', '122158.522000', '122158.525000', '122158.527000', '122158.530000', '122158.532000', '122158.535000', '122158.538000', '122158.540000', '122158.543000', '122158.545000', '122158.548000', '122158.550000', '122158.553000', '122158.555000', '122158.558000', '122158.561000', '122158.563000', '122158.566000', '122158.568000', '122158.571000', '122218.462000', '122218.465000', '122218.468000', '122218.470000', '122218.473000', '122218.476000', '122218.478000', '122218.481000', '122218.483000', '122218.486000', '122218.489000', '122218.491000', '122218.512000', '122218.515000', '122218.518000', '122218.520000', '122218.523000', '122218.525000', '122218.528000', '122218.531000', '122218.533000', '122218.536000', '122218.538000', '122218.541000', '122218.543000', '122218.546000', '122218.549000', '122218.551000', '122218.554000', '122218.556000', '122218.559000', '122218.561000', '122218.564000', '122218.566000', '122218.569000', '122218.572000', '122218.574000', '122218.577000', '122218.579000', '122218.582000', '122218.584000', '122218.587000', '122218.590000', '122218.593000', '122238.462000', '122238.465000', '122238.468000', '122238.470000', '122238.473000', '122238.476000', '122238.478000', '122238.481000', '122238.483000', '122238.486000', '122238.489000', '122238.491000', '122238.494000', '122238.496000', '122238.499000', '122238.501000', '122238.504000', '122238.507000', '122238.509000', '122238.512000', '122238.514000', '122238.517000', '122238.519000', '122238.522000', '122238.524000', '122238.527000', '122238.530000', '122238.532000', '122238.535000', '122238.538000', '122238.540000', '122238.543000', '122238.545000', '122238.548000', '122238.550000', '122238.553000', '122238.555000', '122238.558000', '122238.561000', '122238.563000', '122238.566000', '122238.568000', '122238.571000', '122258.464000', '122258.466000', '122258.469000', '122258.472000', '122258.474000', '122258.477000', '122258.479000', '122258.483000', '122258.486000', '122258.488000', '122258.491000', '122258.494000', '122258.496000', '122258.500000', '122258.502000', '122258.505000', '122258.508000', '122258.511000', '122258.513000', '122258.516000', '122258.518000', '122258.521000', '122258.523000', '122258.526000', '122258.529000', '122258.531000', '122258.534000', '122258.536000', '122258.539000', '122258.541000', '122258.544000', '122258.547000', '122258.549000', '122258.552000', '122258.554000', '122258.557000', '122258.560000', '122258.563000', '122258.565000', '122258.568000', '122258.570000', '122258.573000', '122258.576000', '122318.464000', '122318.466000', '122318.470000', '122318.473000', '122318.475000', '122318.478000', '122318.480000', '122318.491000', '122318.494000', '122318.496000', '122318.499000', '122318.501000', '122318.504000', '122318.507000', '122318.509000', '122318.512000', '122318.514000', '122318.517000', '122318.519000', '122318.522000', '122318.525000', '122318.527000', '122318.530000', '122318.532000', '122318.535000', '122318.537000', '122318.540000', '122318.542000', '122318.545000', '122318.548000', '122318.550000', '122318.553000', '122318.555000', '122318.558000', '122318.560000', '122318.563000', '122318.565000', '122318.568000', '122318.571000', '122318.573000', '122318.576000', '122318.578000', '122318.581000', '122318.583000', '122338.464000', '122338.467000', '122338.469000', '122338.472000', '122338.474000', '122338.477000', '122338.479000', '122338.482000', '122338.485000', '122338.487000', '122338.490000', '122338.492000', '122338.495000', '122338.497000', '122338.500000', '122338.503000', '122338.505000', '122338.508000', '122338.510000', '122338.513000', '122338.516000', '122338.518000', '122338.531000', '122338.534000', '122338.536000', '122338.539000', '122338.541000', '122338.544000', '122338.547000', '122338.549000', '122338.552000', '122338.554000', '122338.557000', '122338.559000', '122338.562000', '122338.564000', '122338.567000', '122338.570000', '122338.572000', '122338.575000', '122338.578000', '122338.580000', '122338.583000', '122358.463000', '122358.466000', '122358.469000', '122358.472000', '122358.474000', '122358.477000', '122358.479000', '122358.482000', '122358.484000', '122358.487000', '122358.490000', '122358.492000', '122358.495000', '122358.497000', '122358.500000', '122358.503000', '122358.505000', '122358.508000', '122358.510000', '122358.513000', '122358.515000', '122358.518000', '122358.521000', '122358.523000', '122358.526000', '122358.528000', '122358.531000', '122358.534000', '122358.536000', '122358.539000', '122358.541000', '122358.544000', '122358.546000', '122358.549000', '122358.551000', '122358.554000', '122358.557000', '122358.559000', '122358.562000', '122358.564000', '122358.567000', '122358.570000', '122358.572000', '122358.575000', '122418.463000', '122418.465000', '122418.468000', '122418.471000', '122418.473000', '122418.476000', '122418.479000', '122418.481000', '122418.484000', '122418.486000', '122418.489000', '122418.492000', '122418.494000', '122418.497000', '122418.499000', '122418.502000', '122418.505000', '122418.507000', '122418.510000', '122418.513000', '122418.515000', '122418.518000', '122418.521000', '122418.523000', '122418.526000', '122418.528000', '122418.531000', '122418.533000', '122418.536000', '122418.540000', '122418.543000', '122418.545000', '122418.548000', '122418.550000', '122418.553000', '122418.556000', '122418.558000', '122418.561000', '122418.563000', '122418.566000', '122418.569000', '122418.571000', '122418.574000', '122438.462000', '122438.465000', '122438.468000', '122438.471000', '122438.473000', '122438.476000', '122438.478000', '122438.481000', '122438.484000', '122438.486000', '122438.489000', '122438.491000', '122438.494000', '122438.496000', '122438.499000', '122438.502000', '122438.504000', '122438.507000', '122438.509000', '122438.512000', '122438.515000', '122438.517000', '122438.520000', '122438.522000', '122438.525000', '122438.527000', '122438.530000', '122438.532000', '122438.535000', '122438.537000', '122438.540000', '122438.543000', '122438.545000', '122438.548000', '122438.550000', '122438.553000', '122438.556000', '122438.558000', '122438.561000', '122438.563000', '122438.566000', '122438.569000', '122438.571000', '122438.574000', '122458.463000', '122458.465000', '122458.468000', '122458.471000', '122458.473000', '122458.476000', '122458.478000', '122458.481000', '122458.484000', '122458.486000', '122458.489000', '122458.491000', '122458.494000', '122458.496000', '122458.499000', '122458.502000', '122458.505000', '122458.508000', '122458.511000', '122458.523000', '122458.526000', '122458.528000', '122458.531000', '122458.534000', '122458.536000', '122458.539000', '122458.541000', '122458.544000', '122458.547000', '122458.549000', '122458.552000', '122458.554000', '122458.557000', '122458.560000', '122458.562000', '122458.565000', '122458.567000', '122458.570000', '122458.572000', '122458.575000', '122458.578000', '122458.580000', '122458.583000', '122518.463000', '122518.466000', '122518.469000', '122518.471000', '122518.474000', '122518.477000', '122518.479000', '122518.482000', '122518.485000', '122518.487000', '122518.490000', '122518.492000', '122518.495000', '122518.497000', '122518.500000', '122518.502000', '122518.505000', '122518.508000', '122518.510000', '122518.513000', '122518.515000', '122518.518000', '122518.521000', '122518.523000', '122518.526000', '122518.528000', '122518.531000', '122518.533000', '122518.536000', '122518.538000', '122518.541000', '122518.544000', '122518.546000', '122518.549000', '122518.551000', '122518.554000', '122518.557000', '122518.559000', '122518.562000', '122518.564000', '122518.567000', '122518.569000', '122518.572000', '122518.574000', '122538.464000', '122538.467000', '122538.469000', '122538.472000', '122538.475000', '122538.477000', '122538.480000', '122538.482000', '122538.485000', '122538.488000', '122538.490000', '122538.493000', '122538.495000', '122538.498000', '122538.500000', '122538.503000', '122538.506000', '122538.508000', '122538.511000', '122538.513000', '122538.516000', '122538.518000', '122538.521000', '122538.524000', '122538.526000', '122538.529000', '122538.532000', '122538.535000', '122538.537000', '122538.540000', '122538.542000', '122538.545000', '122538.547000', '122538.550000', '122538.553000', '122538.555000', '122538.558000', '122538.560000', '122538.563000', '122538.565000', '122538.568000', '122538.570000', '122538.573000', '122558.463000', '122558.466000', '122558.469000', '122558.472000', '122558.474000', '122558.477000', '122558.479000', '122558.482000', '122558.484000', '122558.487000', '122558.490000', '122558.492000', '122558.495000', '122558.497000', '122558.500000', '122558.502000', '122558.505000', '122558.508000', '122558.510000', '122558.513000', '122558.515000', '122558.518000', '122558.521000', '122558.523000', '122558.526000', '122558.528000', '122558.531000', '122558.533000', '122558.536000', '122558.539000', '122558.541000', '122558.544000', '122558.546000', '122558.549000', '122558.552000', '122558.554000', '122558.557000', '122558.559000', '122558.562000', '122558.565000', '122558.567000', '122558.570000', '122558.572000', '122558.575000', '122618.463000', '122618.466000', '122618.469000', '122618.472000', '122618.474000', '122618.477000', '122618.479000', '122618.482000', '122618.484000', '122618.487000', '122618.489000', '122618.492000', '122618.495000', '122618.497000', '122618.500000', '122618.516000', '122618.519000', '122618.521000', '122618.524000', '122618.526000', '122618.529000', '122618.531000', '122618.534000', '122618.537000', '122618.539000', '122618.542000', '122618.544000', '122618.547000', '122618.549000', '122618.553000', '122618.556000', '122618.559000', '122618.561000', '122618.564000', '122618.567000', '122618.569000', '122618.572000', '122618.574000', '122618.577000', '122618.580000', '122618.582000', '122618.585000', '122618.587000', '122638.463000', '122638.466000', '122638.468000', '122638.471000', '122638.473000', '122638.476000', '122638.479000', '122638.481000', '122638.484000', '122638.486000', '122638.489000', '122638.491000', '122638.494000', '122638.497000', '122638.499000', '122638.502000', '122638.504000', '122638.507000', '122638.510000', '122638.512000', '122638.515000', '122638.517000', '122638.520000', '122638.522000', '122638.525000', '122638.528000', '122638.530000', '122638.533000', '122638.535000', '122638.538000', '122638.540000', '122638.543000', '122638.546000', '122638.548000', '122638.551000', '122638.553000', '122638.556000', '122638.558000', '122638.561000', '122638.563000', '122638.566000', '122638.569000', '122638.571000', '122638.574000', '122645.701000', '122645.704000', '122645.707000', '122645.711000', '122645.714000', '122645.716000', '122645.719000', '122645.721000', '122645.724000', '122645.727000', '122645.730000', '122645.733000', '122645.735000', '122645.738000', '122645.741000', '122645.744000'], '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': [8349, 15293, 7991, 12475, 7820, 10080, 8261, 12797, 10682, 12438, 9007, 6967, 9026, 6663, 11210, 8995, 12099, 7053, 9665, 7149, 11848, 7743, 15118, 7941, 12747, 8073, 10939, 8758, 11195, 10865, 6865, 9178, 6936, 14525, 8173, 16498, 8364, 12361, 8642, 11376, 10566, 11763, 11543, 9215, 10201, 6941, 11556, 8914, 14116, 7852, 9026, 7845, 7062, 11378, 7861, 13225, 7161, 12186, 8265, 11821, 10828, 12819, 10326, 7914, 10295, 7282, 16809, 11547, 17211, 8802, 7188, 9770, 9601, 13583, 9222, 12715, 7856, 11313, 8410, 15415, 11342, 12015, 9009, 7102, 11014, 7822, 12823, 7326, 9497, 7670, 13361, 9900, 9581, 8247, 6910, 10398, 8045, 13112, 7477, 11786, 7830, 11940, 10814, 11163, 9969, 8086, 9508, 7533, 14904, 10035, 14644, 8227, 10638, 9430, 10189, 10235, 7074, 9210, 6924, 13594, 9923, 15767, 8493, 7531, 10092, 10536, 12783, 8873, 10316, 6700, 14140, 9173, 18300, 8307, 11870, 8559, 10075, 10471, 9199, 9898, 7023, 9395, 7156, 13719, 10018, 14062, 8233, 8464, 9411, 9733, 12339, 8290, 11175, 7104, 11211, 7582, 14442, 9532, 13075, 8303, 11772, 10071, 11144, 10201, 7840, 8705, 6635, 12789, 8036, 14048, 7940, 12112, 8113, 12664, 10756, 11923, 9773, 6910, 8735, 7243, 12789, 8175, 13117, 7141, 12232, 7629, 11622, 9859, 11919, 10685, 7036, 8654, 7153, 13670, 8217, 14643, 7618, 11316, 8361, 12146, 11269, 9219, 10247, 6760, 10751, 7721, 14948, 11126, 14777, 8306, 7223, 11175, 9452, 15431, 7189, 12146, 7828, 13567, 10613, 12005, 9908, 6897, 9465, 7448, 14918, 10991, 12837, 8248, 7293, 11903, 8560, 13029, 7881, 10723, 8078, 14546, 11797, 8084, 8645, 7238, 12179, 7556, 14064, 7918, 11237, 8629, 7724, 10999, 7938, 12627, 7340, 10496, 8002, 13965, 11025, 8146, 8628, 7103, 11999, 7846, 14157, 7830, 9654, 8559, 10451, 12649, 8171, 11483, 8008, 10039, 8678, 11805, 11246, 8237, 9694, 7216, 14018, 10887, 16031, 9470, 7598, 9267, 8465, 14283, 8117, 12255, 7507, 11499, 8802, 13203, 11518, 7357, 9241, 7322, 13538, 7922, 16036, 9081, 14562, 8568, 9581, 10075, 9798, 11836, 8150, 10327, 7162, 14096, 10294, 14697, 8486, 7409, 8145, 7399, 13936, 8079, 13344, 7346, 10829, 8765, 12958, 11491, 7900, 9886, 7232, 14072, 8815, 18724, 8495, 10834, 8327, 10593, 11764, 7960, 10222, 7014, 12826, 9822, 14267, 11030, 7305, 8665, 7303, 13427, 8712, 16282, 8339, 7308, 9643, 7531, 14366, 9437, 11801, 8041, 7559, 13541, 8997, 9417, 7970, 7187, 14359, 10463, 8005, 8202, 7421, 13720, 10722, 15021, 10036, 7340, 11660, 9224, 13025, 10246, 7182, 9404, 8097, 12343, 10868, 7720, 9673, 7778, 10327, 10344, 10358, 13164, 7703, 11057, 8185, 10801, 12302, 7717, 11558, 7673, 12579, 10037, 13641, 10921, 7654, 9493, 7206, 13853, 8543, 15741, 7862, 10985, 8108, 9990, 10172, 7677, 9642, 7265, 10957, 8808, 13457, 10155, 7319, 8249, 7441, 13295, 8595, 12119, 7798, 12673, 9472, 18039, 10009, 9779, 8568, 7465, 12616, 7858, 11280, 7297, 9799, 7898, 13007, 11098, 7618, 8500, 7417, 14506, 8661, 14538, 7869, 9599, 9448, 10187, 11987, 8198, 10944, 7173, 13580, 10324, 14402, 9675, 7568, 9553, 7615, 14300, 8164, 12472, 8144, 11978, 10077, 9468, 10719, 7302, 10344, 7914, 14556, 11490, 9749, 8803, 7544, 12360, 7748, 13975, 7749, 10906, 9323, 11158, 11918, 8405, 12149, 7450, 13064, 9624, 18452, 12224, 9087, 8489, 7469, 13503, 8601, 14540, 7889, 10497, 7986, 11312, 11273, 7764, 10483, 7051, 11956, 8522, 14115, 8574, 8773, 8260, 8901, 13544, 8405, 13460, 7773, 10139, 9255, 12512, 12858, 8860, 10407, 7391, 13446, 9956, 17336, 8985, 7386, 7975, 7776, 13291, 7475, 11539, 7740, 8794, 9159, 9193, 11850, 7517, 9668, 8686, 9220, 12787, 8094, 10649, 8217, 10762, 13334, 8307, 14734, 8045, 11653, 10020, 9487, 10756, 7491, 9923, 7974, 11450, 10511, 7531, 10021, 7733, 13787, 10716, 13216, 9158, 7603, 11487, 7502, 14047, 8208, 10201, 7849, 7067, 11627, 7731, 12627, 7795, 9478, 8176, 10284, 11452, 8762, 10430, 7262, 12332, 9279, 16514, 9499, 7909, 10331, 7650, 13454, 7444, 11928, 7862, 12960, 9633, 10708, 10321, 7671, 9267, 7635, 13411, 10213, 13790, 8659, 7305, 10391, 7608, 13153, 7339, 10282, 7737, 11235, 10963, 8763, 10524, 7290, 10682, 8495, 10547, 11239, 7184, 9903, 7728, 11306, 11089, 8909, 10388, 7610, 12930, 11040, 11239, 13112, 7426, 10878, 8926, 11741, 12414, 7887, 10886, 7873, 10512, 11803, 7936, 14836, 7856, 7770, 12363, 9077, 14430, 10450, 7430, 9660, 7647, 12965, 11204, 7931, 9346, 7896, 11501, 10989, 7220, 10154, 7796, 11117, 10648, 9932, 15333, 7875, 9951, 8711, 10605, 12005, 7233, 10187, 8096, 12185, 11348, 8433, 9438, 8150, 10266, 8745, 10290, 11090, 7112, 10028, 7727, 14226, 11458, 8968, 9459, 7175, 12134, 8689, 12078, 10443, 6993, 8940, 7440, 7182, 8858, 6986, 11824, 8175, 14484, 11442, 11590, 8809, 7785, 11384, 7420, 16232, 8257, 12647, 8446, 15262, 11466, 9424, 10209, 7434, 11403, 7682, 14247, 9216, 9215, 8159, 7296, 12381, 7699, 10216, 7607, 12042, 8922, 9343, 8827, 7170, 9791, 7245, 13263, 8758, 8154, 7630, 7590, 11462, 7809, 12996, 7738, 7287, 10057, 7902, 12230, 7338, 11350, 7535, 12284, 9669, 15573, 10145, 8750, 8936, 7402, 12933, 7780, 11684, 7456, 10610, 8373, 12318, 10446, 7431, 8993, 7512, 12678, 8275, 17459, 10416, 12404, 7664, 7449, 12076, 8336, 16494, 7662, 10467, 8111, 11342, 10846, 7664, 9839, 7116, 12862, 8584, 13563, 8271, 7329, 9837, 7305, 12480, 7128, 10721, 7971, 12426, 10364, 9260, 9260, 7140, 12006, 7651, 15552, 8369, 10430, 8876, 8544, 12313, 7498, 11455, 7692, 12980, 9739, 10590, 9559, 7391, 10090, 7093, 13317, 9003, 7440, 8313, 7332, 13102, 10252, 7728, 8387, 8097, 12848, 9885, 17239, 8448, 7527, 11567, 8043, 17434, 8267, 11395, 7921, 8982, 11054, 7037, 10509, 7699, 11837, 9980, 8580, 10569, 7143, 10700, 8098, 14986, 10737, 9019, 8195, 7524, 12872, 8049, 12466, 7999, 6914, 10197, 7305, 12537, 7674, 8241, 9614, 7749, 12319, 7559, 11623, 7856, 10346, 10167, 7381, 10700, 7158, 11094, 8400, 13835, 9763, 8807, 7600, 7312, 10902, 7411, 12487, 7190, 10256, 7953, 10559, 10184, 7128, 9825, 7598, 12545, 9312, 16419, 10090, 7417, 9891, 7769, 13960, 8356, 10837, 7744, 11381, 10046, 7735, 10401, 7311, 11252, 8285, 13174, 10392, 7393, 9050, 8297, 13890, 9311, 15998, 8117, 12153, 10747, 8006, 11592, 8085, 11661, 9372, 7702, 11633, 7637, 10670, 9322, 9326, 11709, 7359, 11320, 7909, 13699, 10507, 8634, 8847, 8063, 12399, 8083, 15428, 8163, 9713, 8044, 8269, 11281, 7244, 10512, 7390, 10187, 8040, 12446, 10068, 7354, 8478, 7591, 11290, 8054, 12977, 7699, 7268, 10112, 7906, 12308, 7283, 10764, 8402, 11803, 10046, 8223, 10013, 7373, 10871, 8364, 13578, 10805, 7572, 8888, 8077, 12279, 9318, 14383, 8306, 7090, 10979, 7820, 14202, 7754, 11377, 7844, 10529, 10696, 7347, 11188, 7663, 7368, 10837, 7608, 13254, 8052, 6987, 9209, 8091, 13860, 9611, 11036, 8032, 8552, 12195, 8491, 16647, 7857, 7263, 9996, 7677, 12911, 9677, 7489, 8720, 8300, 13631, 11125, 8469, 9250, 8659, 13686, 11020, 8000, 9433, 8352, 12862, 10208, 8130, 9003, 8095, 12551, 9420, 9298, 9709, 7692, 10338, 8698, 10480, 9546, 7573, 9390, 8468, 12248, 9471, 9482, 8802, 7940, 9506, 8868, 12715, 11155, 8307, 8624, 8660, 12446, 9967, 7506, 9796, 9288, 10401, 8377, 7742, 11251, 7998, 9221, 11084, 11399, 9110, 14080, 7995, 8537, 11768, 10151, 17506, 13667, 8330, 9419, 9198, 12671, 9651, 15975, 8093, 7335, 8839, 8655, 12865, 8235, 10220, 8923, 11928, 9369, 12085, 9434, 7483, 8313, 8007, 12518, 8252, 12533, 8364, 10868, 9271, 11010, 11027, 7819, 9250, 8959, 12763, 10185, 7525, 9379, 8763, 12713, 9389, 13757, 8751, 8113, 11219, 8761, 14539, 9661, 7166, 9008, 9385, 13261, 8828, 12684, 8533, 8278, 10787, 9095, 13005, 8191, 10440, 8715, 12427, 10331, 7523, 9188, 8321, 12416, 9260, 13232, 9438, 8247, 10272, 8513, 13681, 9530, 12635, 8644, 12020, 10130, 9284, 10280, 8319, 9279, 8219, 13105, 10071, 8945, 8259, 8430, 11401, 8350, 13728, 8601, 10616, 9456, 11068, 11783, 8500, 10876, 8805, 13024, 9562, 16044, 8926, 9991, 8816, 9705, 11486, 8052, 10202, 8006, 11955, 9229, 11550, 8934, 7498, 9066, 8633, 13638, 9533, 13473, 8287, 8892, 10163, 10054, 12393, 8349, 9813, 8695, 13940, 10659, 10006, 8339, 8240, 10931, 8009, 13646, 8775, 11465, 8756, 12883, 10411, 9078, 9128, 8310, 11936, 8923, 13572, 8016, 11125, 8896, 10773, 10284, 8007, 10037, 8412, 12345, 9167, 13686, 8193, 9888, 8863, 9577, 10681, 7879, 10209, 8345, 12181, 8945, 13330, 7979, 7279, 9427, 8082, 13252, 9362, 8350, 8639, 8840, 13458, 8712, 13200, 8587, 13865, 10916, 12220, 10797, 8494, 10130, 9073, 14254, 11136, 9247, 9015, 8268, 12509, 8730, 15140, 8891, 13155, 9218, 11894, 11376, 8655, 10972, 9080, 13161, 9816, 15243, 8467, 9270, 10138, 8641, 12055, 7784, 11013, 8797, 12709, 9698, 12810, 8579, 7518, 10832, 8852, 13233, 8655, 12334, 8609], 'WindowCenter': [4215.0, 4251.0, 4176.0, 4227.0, 4175.0, 4193.0, 4174.0, 4214.0, 4206.0, 4214.0, 4184.0, 4140.0, 4171.0, 4129.0, 4202.0, 4171.0, 4214.0, 4140.0, 4182.0, 4151.0, 4213.0, 4162.0, 4224.0, 4162.0, 4212.0, 4162.0, 4191.0, 4183.0, 4203.0, 4205.0, 4142.0, 4193.0, 4153.0, 4225.0, 4173.0, 4235.0, 4172.0, 4211.0, 4171.0, 4201.0, 4203.0, 4203.0, 4213.0, 4182.0, 4193.0, 4151.0, 4201.0, 4182.0, 4223.0, 4174.0, 4194.0, 4175.0, 4165.0, 4226.0, 4186.0, 4238.0, 4166.0, 4226.0, 4187.0, 4216.0, 4216.0, 4227.0, 4205.0, 4173.0, 4204.0, 4163.0, 4235.0, 4215.0, 4245.0, 4183.0, 4151.0, 4193.0, 4192.0, 4224.0, 4182.0, 4212.0, 4161.0, 4202.0, 4171.0, 4222.0, 4204.0, 4211.0, 4181.0, 4149.0, 4201.0, 4160.0, 4224.0, 4161.0, 4191.0, 4173.0, 4222.0, 4204.0, 4192.0, 4172.0, 4150.0, 4203.0, 4172.0, 4225.0, 4164.0, 4213.0, 4173.0, 4213.0, 4214.0, 4214.0, 4205.0, 4172.0, 4192.0, 4173.0, 4234.0, 4194.0, 4223.0, 4171.0, 4201.0, 4192.0, 4203.0, 4203.0, 4150.0, 4192.0, 4163.0, 4224.0, 4205.0, 4235.0, 4183.0, 4161.0, 4203.0, 4202.0, 4225.0, 4181.0, 4191.0, 4140.0, 4221.0, 4181.0, 4232.0, 4171.0, 4200.0, 4181.0, 4190.0, 4202.0, 4181.0, 4192.0, 4151.0, 4192.0, 4151.0, 4222.0, 4192.0, 4223.0, 4172.0, 4182.0, 4193.0, 4191.0, 4224.0, 4172.0, 4202.0, 4149.0, 4200.0, 4160.0, 4223.0, 4193.0, 4211.0, 4171.0, 4211.0, 4192.0, 4201.0, 4192.0, 4159.0, 4170.0, 4151.0, 4211.0, 4170.0, 4222.0, 4171.0, 4210.0, 4171.0, 4211.0, 4203.0, 4211.0, 4192.0, 4150.0, 4181.0, 4161.0, 4222.0, 4182.0, 4224.0, 4164.0, 4213.0, 4173.0, 4214.0, 4204.0, 4213.0, 4216.0, 4152.0, 4183.0, 4163.0, 4224.0, 4183.0, 4235.0, 4162.0, 4202.0, 4183.0, 4213.0, 4214.0, 4193.0, 4204.0, 4151.0, 4202.0, 4172.0, 4235.0, 4216.0, 4234.0, 4183.0, 4162.0, 4213.0, 4192.0, 4234.0, 4151.0, 4211.0, 4161.0, 4221.0, 4202.0, 4213.0, 4193.0, 4150.0, 4192.0, 4162.0, 4233.0, 4214.0, 4211.0, 4171.0, 4161.0, 4211.0, 4181.0, 4223.0, 4160.0, 4200.0, 4171.0, 4222.0, 4213.0, 4160.0, 4170.0, 4160.0, 4211.0, 4160.0, 4223.0, 4173.0, 4201.0, 4182.0, 4172.0, 4203.0, 4171.0, 4226.0, 4162.0, 4202.0, 4172.0, 4222.0, 4214.0, 4171.0, 4184.0, 4163.0, 4212.0, 4172.0, 4235.0, 4173.0, 4193.0, 4183.0, 4203.0, 4223.0, 4171.0, 4212.0, 4171.0, 4191.0, 4181.0, 4212.0, 4215.0, 4172.0, 4191.0, 4162.0, 4223.0, 4203.0, 4235.0, 4194.0, 4160.0, 4191.0, 4170.0, 4223.0, 4171.0, 4211.0, 4161.0, 4212.0, 4182.0, 4222.0, 4214.0, 4161.0, 4192.0, 4162.0, 4223.0, 4171.0, 4234.0, 4183.0, 4222.0, 4181.0, 4191.0, 4191.0, 4190.0, 4214.0, 4170.0, 4190.0, 4151.0, 4221.0, 4202.0, 4233.0, 4183.0, 4161.0, 4172.0, 4162.0, 4234.0, 4173.0, 4224.0, 4162.0, 4203.0, 4183.0, 4223.0, 4215.0, 4171.0, 4191.0, 4160.0, 4221.0, 4180.0, 4244.0, 4181.0, 4200.0, 4170.0, 4189.0, 4211.0, 4170.0, 4190.0, 4151.0, 4221.0, 4202.0, 4222.0, 4203.0, 4150.0, 4180.0, 4162.0, 4222.0, 4181.0, 4233.0, 4172.0, 4149.0, 4190.0, 4160.0, 4232.0, 4193.0, 4212.0, 4171.0, 4161.0, 4222.0, 4193.0, 4191.0, 4171.0, 4151.0, 4232.0, 4204.0, 4170.0, 4170.0, 4162.0, 4222.0, 4202.0, 4233.0, 4191.0, 4150.0, 4200.0, 4180.0, 4221.0, 4202.0, 4149.0, 4191.0, 4183.0, 4211.0, 4202.0, 4161.0, 4191.0, 4172.0, 4203.0, 4203.0, 4203.0, 4225.0, 4172.0, 4201.0, 4183.0, 4213.0, 4223.0, 4172.0, 4201.0, 4160.0, 4211.0, 4202.0, 4222.0, 4203.0, 4159.0, 4179.0, 4160.0, 4220.0, 4169.0, 4231.0, 4170.0, 4188.0, 4159.0, 4189.0, 4201.0, 4160.0, 4191.0, 4161.0, 4212.0, 4193.0, 4224.0, 4204.0, 4161.0, 4183.0, 4162.0, 4224.0, 4184.0, 4212.0, 4161.0, 4221.0, 4192.0, 4243.0, 4192.0, 4189.0, 4181.0, 4159.0, 4211.0, 4171.0, 4202.0, 4160.0, 4201.0, 4172.0, 4222.0, 4213.0, 4160.0, 4182.0, 4160.0, 4222.0, 4182.0, 4222.0, 4160.0, 4191.0, 4192.0, 4190.0, 4213.0, 4171.0, 4201.0, 4150.0, 4221.0, 4202.0, 4234.0, 4205.0, 4160.0, 4192.0, 4161.0, 4233.0, 4183.0, 4212.0, 4172.0, 4212.0, 4192.0, 4193.0, 4203.0, 4150.0, 4201.0, 4172.0, 4222.0, 4214.0, 4191.0, 4178.0, 4172.0, 4222.0, 4161.0, 4234.0, 4162.0, 4203.0, 4193.0, 4213.0, 4214.0, 4172.0, 4213.0, 4161.0, 4222.0, 4191.0, 4244.0, 4225.0, 4180.0, 4181.0, 4160.0, 4221.0, 4181.0, 4233.0, 4171.0, 4201.0, 4172.0, 4211.0, 4213.0, 4161.0, 4201.0, 4150.0, 4212.0, 4181.0, 4222.0, 4183.0, 4181.0, 4183.0, 4192.0, 4224.0, 4183.0, 4223.0, 4161.0, 4191.0, 4192.0, 4211.0, 4223.0, 4181.0, 4201.0, 4150.0, 4220.0, 4190.0, 4243.0, 4182.0, 4148.0, 4170.0, 4158.0, 4222.0, 4162.0, 4212.0, 4161.0, 4181.0, 4192.0, 4192.0, 4226.0, 4163.0, 4203.0, 4194.0, 4193.0, 4237.0, 4173.0, 4202.0, 4182.0, 4202.0, 4224.0, 4172.0, 4222.0, 4172.0, 4212.0, 4202.0, 4192.0, 4201.0, 4161.0, 4190.0, 4172.0, 4211.0, 4203.0, 4161.0, 4191.0, 4173.0, 4223.0, 4215.0, 4223.0, 4192.0, 4171.0, 4212.0, 4160.0, 4222.0, 4183.0, 4191.0, 4171.0, 4150.0, 4212.0, 4172.0, 4225.0, 4173.0, 4192.0, 4184.0, 4202.0, 4214.0, 4182.0, 4202.0, 4161.0, 4211.0, 4191.0, 4233.0, 4191.0, 4170.0, 4201.0, 4160.0, 4222.0, 4161.0, 4211.0, 4171.0, 4220.0, 4191.0, 4201.0, 4203.0, 4160.0, 4181.0, 4173.0, 4222.0, 4203.0, 4234.0, 4182.0, 4161.0, 4202.0, 4160.0, 4223.0, 4162.0, 4201.0, 4171.0, 4200.0, 4213.0, 4183.0, 4203.0, 4163.0, 4213.0, 4193.0, 4203.0, 4215.0, 4163.0, 4205.0, 4186.0, 4214.0, 4226.0, 4195.0, 4204.0, 4175.0, 4224.0, 4214.0, 4215.0, 4225.0, 4162.0, 4214.0, 4193.0, 4212.0, 4224.0, 4172.0, 4201.0, 4172.0, 4201.0, 4212.0, 4172.0, 4234.0, 4173.0, 4173.0, 4224.0, 4181.0, 4234.0, 4203.0, 4149.0, 4192.0, 4173.0, 4223.0, 4214.0, 4171.0, 4191.0, 4172.0, 4212.0, 4214.0, 4163.0, 4202.0, 4174.0, 4213.0, 4203.0, 4204.0, 4235.0, 4172.0, 4203.0, 4182.0, 4202.0, 4223.0, 4150.0, 4191.0, 4171.0, 4211.0, 4211.0, 4182.0, 4192.0, 4171.0, 4203.0, 4183.0, 4202.0, 4214.0, 4151.0, 4191.0, 4159.0, 4233.0, 4214.0, 4193.0, 4192.0, 4151.0, 4222.0, 4181.0, 4212.0, 4202.0, 4163.0, 4192.0, 4162.0, 4162.0, 4182.0, 4152.0, 4213.0, 4183.0, 4235.0, 4226.0, 4213.0, 4182.0, 4160.0, 4212.0, 4149.0, 4231.0, 4169.0, 4198.0, 4169.0, 4220.0, 4212.0, 4179.0, 4188.0, 4147.0, 4199.0, 4158.0, 4220.0, 4179.0, 4177.0, 4159.0, 4149.0, 4211.0, 4147.0, 4190.0, 4158.0, 4211.0, 4181.0, 4192.0, 4193.0, 4151.0, 4203.0, 4162.0, 4223.0, 4196.0, 4173.0, 4174.0, 4174.0, 4225.0, 4174.0, 4236.0, 4174.0, 4163.0, 4192.0, 4173.0, 4226.0, 4151.0, 4214.0, 4174.0, 4224.0, 4205.0, 4246.0, 4205.0, 4182.0, 4191.0, 4149.0, 4224.0, 4173.0, 4213.0, 4149.0, 4203.0, 4183.0, 4223.0, 4216.0, 4162.0, 4182.0, 4163.0, 4224.0, 4172.0, 4246.0, 4205.0, 4210.0, 4172.0, 4162.0, 4213.0, 4182.0, 4245.0, 4149.0, 4202.0, 4173.0, 4212.0, 4214.0, 4161.0, 4191.0, 4150.0, 4221.0, 4169.0, 4223.0, 4183.0, 4162.0, 4191.0, 4162.0, 4237.0, 4164.0, 4213.0, 4173.0, 4212.0, 4204.0, 4181.0, 4193.0, 4150.0, 4212.0, 4161.0, 4245.0, 4172.0, 4201.0, 4182.0, 4181.0, 4200.0, 4150.0, 4201.0, 4161.0, 4221.0, 4192.0, 4203.0, 4192.0, 4137.0, 4201.0, 4151.0, 4222.0, 4170.0, 4161.0, 4183.0, 4173.0, 4224.0, 4218.0, 4160.0, 4183.0, 4173.0, 4223.0, 4206.0, 4243.0, 4159.0, 4162.0, 4212.0, 4171.0, 4246.0, 4171.0, 4211.0, 4170.0, 4180.0, 4200.0, 4151.0, 4200.0, 4172.0, 4212.0, 4203.0, 4170.0, 4203.0, 4151.0, 4201.0, 4170.0, 4233.0, 4204.0, 4167.0, 4170.0, 4159.0, 4211.0, 4171.0, 4211.0, 4171.0, 4150.0, 4201.0, 4148.0, 4212.0, 4162.0, 4182.0, 4203.0, 4160.0, 4213.0, 4173.0, 4213.0, 4184.0, 4190.0, 4204.0, 4163.0, 4203.0, 4163.0, 4200.0, 4183.0, 4223.0, 4204.0, 4181.0, 4159.0, 4162.0, 4213.0, 4163.0, 4225.0, 4163.0, 4204.0, 4185.0, 4200.0, 4216.0, 4150.0, 4204.0, 4160.0, 4224.0, 4181.0, 4247.0, 4205.0, 4161.0, 4203.0, 4161.0, 4235.0, 4183.0, 4202.0, 4174.0, 4200.0, 4203.0, 4160.0, 4214.0, 4150.0, 4213.0, 4169.0, 4212.0, 4204.0, 4162.0, 4183.0, 4169.0, 4222.0, 4195.0, 4233.0, 4171.0, 4211.0, 4202.0, 4171.0, 4189.0, 4170.0, 4211.0, 4178.0, 4159.0, 4213.0, 4161.0, 4189.0, 4191.0, 4179.0, 4225.0, 4161.0, 4201.0, 4171.0, 4209.0, 4203.0, 4169.0, 4179.0, 4170.0, 4199.0, 4157.0, 4232.0, 4158.0, 4177.0, 4158.0, 4157.0, 4211.0, 4149.0, 4201.0, 4148.0, 4190.0, 4173.0, 4222.0, 4204.0, 4160.0, 4171.0, 4161.0, 4212.0, 4171.0, 4223.0, 4161.0, 4148.0, 4190.0, 4159.0, 4225.0, 4162.0, 4190.0, 4184.0, 4200.0, 4204.0, 4171.0, 4205.0, 4162.0, 4203.0, 4183.0, 4211.0, 4202.0, 4149.0, 4182.0, 4184.0, 4210.0, 4194.0, 4222.0, 4173.0, 4151.0, 4211.0, 4172.0, 4224.0, 4162.0, 4212.0, 4172.0, 4188.0, 4190.0, 4163.0, 4212.0, 4173.0, 4174.0, 4214.0, 4173.0, 4234.0, 4173.0, 4151.0, 4192.0, 4172.0, 4222.0, 4206.0, 4213.0, 4159.0, 4170.0, 4212.0, 4170.0, 4244.0, 4171.0, 4161.0, 4190.0, 4161.0, 4223.0, 4191.0, 4162.0, 4170.0, 4170.0, 4233.0, 4216.0, 4183.0, 4193.0, 4170.0, 4222.0, 4214.0, 4170.0, 4167.0, 4158.0, 4208.0, 4188.0, 4161.0, 4167.0, 4158.0, 4198.0, 4191.0, 4178.0, 4179.0, 4160.0, 4190.0, 4181.0, 4188.0, 4190.0, 4160.0, 4192.0, 4183.0, 4210.0, 4204.0, 4204.0, 4180.0, 4172.0, 4192.0, 4180.0, 4209.0, 4202.0, 4159.0, 4170.0, 4194.0, 4210.0, 4191.0, 4163.0, 4203.0, 4204.0, 4202.0, 4184.0, 4175.0, 4214.0, 4172.0, 4194.0, 4213.0, 4216.0, 4197.0, 4223.0, 4172.0, 4168.0, 4212.0, 4190.0, 4246.0, 4223.0, 4156.0, 4179.0, 4167.0, 4197.0, 4167.0, 4218.0, 4158.0, 4147.0, 4179.0, 4156.0, 4222.0, 4158.0, 4177.0, 4168.0, 4199.0, 4179.0, 4198.0, 4192.0, 4137.0, 4158.0, 4170.0, 4210.0, 4170.0, 4213.0, 4172.0, 4189.0, 4179.0, 4213.0, 4214.0, 4148.0, 4191.0, 4181.0, 4210.0, 4203.0, 4160.0, 4191.0, 4169.0, 4210.0, 4195.0, 4235.0, 4169.0, 4159.0, 4199.0, 4168.0, 4222.0, 4193.0, 4137.0, 4170.0, 4168.0, 4210.0, 4181.0, 4222.0, 4169.0, 4168.0, 4199.0, 4168.0, 4224.0, 4158.0, 4188.0, 4170.0, 4221.0, 4203.0, 4148.0, 4168.0, 4182.0, 4222.0, 4193.0, 4224.0, 4178.0, 4181.0, 4202.0, 4169.0, 4225.0, 4191.0, 4212.0, 4168.0, 4211.0, 4188.0, 4168.0, 4191.0, 4169.0, 4167.0, 4158.0, 4207.0, 4203.0, 4181.0, 4158.0, 4171.0, 4199.0, 4182.0, 4221.0, 4183.0, 4202.0, 4180.0, 4189.0, 4214.0, 4180.0, 4201.0, 4168.0, 4208.0, 4178.0, 4221.0, 4168.0, 4188.0, 4169.0, 4189.0, 4211.0, 4170.0, 4190.0, 4159.0, 4198.0, 4180.0, 4201.0, 4193.0, 4147.0, 4190.0, 4172.0, 4221.0, 4192.0, 4211.0, 4162.0, 4179.0, 4189.0, 4178.0, 4200.0, 4157.0, 4177.0, 4157.0, 4220.0, 4201.0, 4190.0, 4170.0, 4170.0, 4188.0, 4158.0, 4221.0, 4170.0, 4199.0, 4170.0, 4209.0, 4201.0, 4190.0, 4179.0, 4168.0, 4198.0, 4169.0, 4210.0, 4147.0, 4198.0, 4180.0, 4198.0, 4203.0, 4157.0, 4190.0, 4169.0, 4198.0, 4177.0, 4210.0, 4158.0, 4176.0, 4169.0, 4177.0, 4200.0, 4162.0, 4199.0, 4169.0, 4211.0, 4179.0, 4211.0, 4159.0, 4149.0, 4180.0, 4160.0, 4222.0, 4182.0, 4170.0, 4170.0, 4180.0, 4222.0, 4171.0, 4210.0, 4170.0, 4209.0, 4189.0, 4213.0, 4204.0, 4168.0, 4177.0, 4166.0, 4221.0, 4202.0, 4191.0, 4168.0, 4169.0, 4209.0, 4169.0, 4224.0, 4169.0, 4208.0, 4179.0, 4198.0, 4202.0, 4157.0, 4187.0, 4167.0, 4197.0, 4179.0, 4232.0, 4170.0, 4167.0, 4188.0, 4167.0, 4212.0, 4147.0, 4200.0, 4180.0, 4208.0, 4182.0, 4209.0, 4171.0, 4147.0, 4188.0, 4168.0, 4211.0, 4174.0, 4209.0, 4169.0], 'WindowWidth': [9366.0, 9405.0, 9295.0, 9361.0, 9290.0, 9307.0, 9285.0, 9340.0, 9332.0, 9339.0, 9299.0, 9234.0, 9275.0, 9216.0, 9319.0, 9276.0, 9340.0, 9233.0, 9290.0, 9249.0, 9335.0, 9266.0, 9354.0, 9266.0, 9331.0, 9264.0, 9302.0, 9297.0, 9323.0, 9329.0, 9238.0, 9308.0, 9257.0, 9357.0, 9283.0, 9371.0, 9280.0, 9330.0, 9276.0, 9317.0, 9324.0, 9323.0, 9339.0, 9294.0, 9310.0, 9250.0, 9318.0, 9294.0, 9352.0, 9289.0, 9312.0, 9290.0, 9278.0, 9362.0, 9307.0, 9380.0, 9283.0, 9360.0, 9309.0, 9346.0, 9349.0, 9363.0, 9331.0, 9282.0, 9326.0, 9271.0, 9376.0, 9343.0, 9384.0, 9295.0, 9250.0, 9308.0, 9306.0, 9357.0, 9293.0, 9335.0, 9264.0, 9318.0, 9279.0, 9350.0, 9328.0, 9329.0, 9288.0, 9246.0, 9319.0, 9264.0, 9355.0, 9263.0, 9305.0, 9284.0, 9349.0, 9327.0, 9309.0, 9281.0, 9250.0, 9325.0, 9283.0, 9359.0, 9276.0, 9338.0, 9285.0, 9339.0, 9343.0, 9340.0, 9331.0, 9279.0, 9307.0, 9284.0, 9369.0, 9313.0, 9351.0, 9276.0, 9317.0, 9310.0, 9326.0, 9323.0, 9249.0, 9306.0, 9273.0, 9354.0, 9330.0, 9371.0, 9298.0, 9266.0, 9325.0, 9322.0, 9358.0, 9290.0, 9302.0, 9234.0, 9346.0, 9293.0, 9366.0, 9277.0, 9313.0, 9290.0, 9303.0, 9321.0, 9293.0, 9308.0, 9252.0, 9307.0, 9252.0, 9351.0, 9309.0, 9352.0, 9280.0, 9295.0, 9312.0, 9304.0, 9357.0, 9280.0, 9320.0, 9245.0, 9314.0, 9264.0, 9352.0, 9309.0, 9329.0, 9275.0, 9331.0, 9307.0, 9317.0, 9306.0, 9258.0, 9274.0, 9251.0, 9332.0, 9277.0, 9350.0, 9277.0, 9328.0, 9277.0, 9333.0, 9323.0, 9333.0, 9310.0, 9248.0, 9291.0, 9266.0, 9350.0, 9298.0, 9355.0, 9275.0, 9338.0, 9285.0, 9341.0, 9330.0, 9340.0, 9346.0, 9255.0, 9297.0, 9272.0, 9356.0, 9299.0, 9372.0, 9269.0, 9322.0, 9299.0, 9339.0, 9343.0, 9312.0, 9327.0, 9253.0, 9322.0, 9283.0, 9373.0, 9346.0, 9366.0, 9297.0, 9268.0, 9340.0, 9310.0, 9371.0, 9254.0, 9332.0, 9264.0, 9345.0, 9321.0, 9337.0, 9310.0, 9249.0, 9308.0, 9269.0, 9366.0, 9341.0, 9333.0, 9277.0, 9267.0, 9333.0, 9291.0, 9353.0, 9260.0, 9315.0, 9278.0, 9350.0, 9339.0, 9261.0, 9274.0, 9262.0, 9331.0, 9265.0, 9352.0, 9284.0, 9319.0, 9294.0, 9281.0, 9324.0, 9279.0, 9362.0, 9267.0, 9319.0, 9281.0, 9349.0, 9342.0, 9280.0, 9302.0, 9272.0, 9336.0, 9282.0, 9374.0, 9286.0, 9311.0, 9300.0, 9324.0, 9354.0, 9280.0, 9335.0, 9278.0, 9304.0, 9294.0, 9334.0, 9344.0, 9282.0, 9304.0, 9269.0, 9350.0, 9325.0, 9372.0, 9313.0, 9263.0, 9306.0, 9276.0, 9352.0, 9280.0, 9332.0, 9264.0, 9335.0, 9296.0, 9350.0, 9342.0, 9266.0, 9306.0, 9268.0, 9350.0, 9281.0, 9370.0, 9299.0, 9349.0, 9291.0, 9305.0, 9307.0, 9303.0, 9342.0, 9276.0, 9302.0, 9252.0, 9346.0, 9321.0, 9365.0, 9298.0, 9264.0, 9283.0, 9270.0, 9370.0, 9287.0, 9356.0, 9269.0, 9324.0, 9300.0, 9352.0, 9347.0, 9278.0, 9304.0, 9263.0, 9347.0, 9291.0, 9387.0, 9292.0, 9314.0, 9276.0, 9300.0, 9334.0, 9277.0, 9301.0, 9252.0, 9346.0, 9322.0, 9350.0, 9326.0, 9248.0, 9289.0, 9269.0, 9347.0, 9293.0, 9368.0, 9281.0, 9246.0, 9303.0, 9265.0, 9365.0, 9314.0, 9334.0, 9278.0, 9265.0, 9349.0, 9313.0, 9305.0, 9279.0, 9254.0, 9364.0, 9329.0, 9277.0, 9276.0, 9270.0, 9348.0, 9324.0, 9366.0, 9304.0, 9248.0, 9315.0, 9290.0, 9347.0, 9323.0, 9248.0, 9307.0, 9299.0, 9333.0, 9324.0, 9266.0, 9305.0, 9283.0, 9325.0, 9327.0, 9327.0, 9359.0, 9282.0, 9320.0, 9298.0, 9338.0, 9355.0, 9283.0, 9318.0, 9263.0, 9333.0, 9321.0, 9349.0, 9324.0, 9257.0, 9285.0, 9262.0, 9343.0, 9274.0, 9361.0, 9274.0, 9294.0, 9259.0, 9301.0, 9318.0, 9263.0, 9305.0, 9266.0, 9337.0, 9312.0, 9357.0, 9329.0, 9265.0, 9300.0, 9270.0, 9356.0, 9300.0, 9334.0, 9264.0, 9346.0, 9308.0, 9382.0, 9308.0, 9298.0, 9291.0, 9262.0, 9332.0, 9279.0, 9321.0, 9261.0, 9319.0, 9283.0, 9349.0, 9339.0, 9261.0, 9294.0, 9263.0, 9350.0, 9296.0, 9350.0, 9261.0, 9305.0, 9308.0, 9304.0, 9341.0, 9278.0, 9317.0, 9249.0, 9343.0, 9321.0, 9370.0, 9330.0, 9264.0, 9309.0, 9266.0, 9366.0, 9297.0, 9334.0, 9282.0, 9335.0, 9309.0, 9311.0, 9324.0, 9249.0, 9318.0, 9284.0, 9349.0, 9341.0, 9305.0, 9286.0, 9282.0, 9350.0, 9267.0, 9368.0, 9270.0, 9323.0, 9313.0, 9338.0, 9344.0, 9282.0, 9336.0, 9265.0, 9347.0, 9307.0, 9385.0, 9358.0, 9288.0, 9290.0, 9263.0, 9347.0, 9293.0, 9367.0, 9277.0, 9319.0, 9283.0, 9334.0, 9339.0, 9265.0, 9318.0, 9251.0, 9333.0, 9293.0, 9351.0, 9298.0, 9292.0, 9297.0, 9310.0, 9357.0, 9298.0, 9352.0, 9266.0, 9305.0, 9309.0, 9335.0, 9354.0, 9291.0, 9316.0, 9248.0, 9342.0, 9304.0, 9382.0, 9294.0, 9243.0, 9276.0, 9259.0, 9349.0, 9269.0, 9335.0, 9264.0, 9293.0, 9309.0, 9309.0, 9362.0, 9273.0, 9326.0, 9316.0, 9313.0, 9380.0, 9285.0, 9322.0, 9296.0, 9320.0, 9356.0, 9283.0, 9349.0, 9283.0, 9335.0, 9321.0, 9308.0, 9320.0, 9264.0, 9300.0, 9284.0, 9334.0, 9327.0, 9266.0, 9306.0, 9287.0, 9351.0, 9345.0, 9353.0, 9308.0, 9278.0, 9334.0, 9265.0, 9350.0, 9298.0, 9305.0, 9279.0, 9252.0, 9336.0, 9283.0, 9358.0, 9284.0, 9310.0, 9302.0, 9323.0, 9341.0, 9296.0, 9320.0, 9264.0, 9331.0, 9307.0, 9367.0, 9305.0, 9274.0, 9319.0, 9262.0, 9351.0, 9267.0, 9330.0, 9277.0, 9342.0, 9306.0, 9320.0, 9325.0, 9263.0, 9291.0, 9286.0, 9350.0, 9324.0, 9369.0, 9295.0, 9265.0, 9322.0, 9264.0, 9354.0, 9268.0, 9320.0, 9280.0, 9318.0, 9339.0, 9300.0, 9326.0, 9271.0, 9341.0, 9314.0, 9326.0, 9347.0, 9273.0, 9330.0, 9309.0, 9344.0, 9363.0, 9319.0, 9327.0, 9291.0, 9358.0, 9342.0, 9344.0, 9357.0, 9267.0, 9341.0, 9314.0, 9336.0, 9357.0, 9283.0, 9319.0, 9283.0, 9320.0, 9336.0, 9285.0, 9370.0, 9286.0, 9286.0, 9354.0, 9291.0, 9371.0, 9326.0, 9243.0, 9310.0, 9286.0, 9353.0, 9341.0, 9279.0, 9307.0, 9285.0, 9337.0, 9342.0, 9273.0, 9323.0, 9288.0, 9340.0, 9328.0, 9329.0, 9372.0, 9281.0, 9324.0, 9296.0, 9323.0, 9355.0, 9251.0, 9304.0, 9280.0, 9332.0, 9334.0, 9296.0, 9308.0, 9279.0, 9326.0, 9299.0, 9323.0, 9343.0, 9253.0, 9306.0, 9259.0, 9366.0, 9341.0, 9312.0, 9308.0, 9255.0, 9349.0, 9294.0, 9337.0, 9324.0, 9277.0, 9313.0, 9272.0, 9269.0, 9294.0, 9255.0, 9336.0, 9300.0, 9373.0, 9362.0, 9339.0, 9296.0, 9263.0, 9334.0, 9247.0, 9360.0, 9271.0, 9307.0, 9270.0, 9342.0, 9335.0, 9284.0, 9296.0, 9240.0, 9311.0, 9256.0, 9342.0, 9286.0, 9280.0, 9259.0, 9246.0, 9332.0, 9237.0, 9301.0, 9257.0, 9331.0, 9294.0, 9308.0, 9310.0, 9253.0, 9324.0, 9271.0, 9354.0, 9320.0, 9283.0, 9287.0, 9289.0, 9357.0, 9291.0, 9375.0, 9289.0, 9273.0, 9306.0, 9288.0, 9364.0, 9251.0, 9340.0, 9288.0, 9356.0, 9331.0, 9392.0, 9333.0, 9293.0, 9307.0, 9244.0, 9355.0, 9286.0, 9339.0, 9243.0, 9323.0, 9299.0, 9353.0, 9347.0, 9268.0, 9296.0, 9274.0, 9354.0, 9284.0, 9391.0, 9330.0, 9331.0, 9281.0, 9268.0, 9339.0, 9296.0, 9387.0, 9243.0, 9321.0, 9285.0, 9336.0, 9343.0, 9265.0, 9303.0, 9251.0, 9346.0, 9270.0, 9355.0, 9299.0, 9268.0, 9302.0, 9271.0, 9378.0, 9275.0, 9338.0, 9280.0, 9333.0, 9330.0, 9289.0, 9310.0, 9252.0, 9336.0, 9267.0, 9387.0, 9283.0, 9319.0, 9295.0, 9293.0, 9314.0, 9246.0, 9319.0, 9265.0, 9345.0, 9310.0, 9325.0, 9308.0, 9225.0, 9317.0, 9254.0, 9350.0, 9273.0, 9265.0, 9298.0, 9288.0, 9356.0, 9354.0, 9259.0, 9297.0, 9286.0, 9354.0, 9336.0, 9383.0, 9255.0, 9267.0, 9336.0, 9279.0, 9390.0, 9279.0, 9330.0, 9276.0, 9290.0, 9313.0, 9251.0, 9314.0, 9282.0, 9336.0, 9325.0, 9274.0, 9326.0, 9252.0, 9318.0, 9278.0, 9365.0, 9327.0, 9261.0, 9274.0, 9260.0, 9330.0, 9279.0, 9331.0, 9276.0, 9249.0, 9317.0, 9242.0, 9330.0, 9268.0, 9294.0, 9324.0, 9261.0, 9335.0, 9285.0, 9337.0, 9303.0, 9301.0, 9328.0, 9273.0, 9324.0, 9271.0, 9312.0, 9298.0, 9352.0, 9329.0, 9293.0, 9258.0, 9270.0, 9338.0, 9272.0, 9359.0, 9273.0, 9327.0, 9304.0, 9316.0, 9349.0, 9250.0, 9329.0, 9261.0, 9356.0, 9291.0, 9394.0, 9331.0, 9266.0, 9323.0, 9267.0, 9374.0, 9298.0, 9321.0, 9289.0, 9315.0, 9327.0, 9262.0, 9341.0, 9245.0, 9338.0, 9273.0, 9334.0, 9330.0, 9267.0, 9297.0, 9272.0, 9347.0, 9317.0, 9366.0, 9279.0, 9333.0, 9322.0, 9280.0, 9295.0, 9276.0, 9333.0, 9282.0, 9257.0, 9338.0, 9266.0, 9295.0, 9307.0, 9282.0, 9357.0, 9266.0, 9318.0, 9280.0, 9323.0, 9326.0, 9272.0, 9285.0, 9274.0, 9309.0, 9252.0, 9365.0, 9251.0, 9275.0, 9254.0, 9252.0, 9333.0, 9243.0, 9317.0, 9240.0, 9298.0, 9285.0, 9349.0, 9330.0, 9263.0, 9277.0, 9266.0, 9334.0, 9281.0, 9353.0, 9267.0, 9241.0, 9300.0, 9259.0, 9360.0, 9270.0, 9298.0, 9303.0, 9314.0, 9328.0, 9277.0, 9330.0, 9270.0, 9318.0, 9298.0, 9331.0, 9320.0, 9242.0, 9295.0, 9302.0, 9328.0, 9310.0, 9348.0, 9284.0, 9253.0, 9334.0, 9283.0, 9352.0, 9268.0, 9333.0, 9282.0, 9294.0, 9301.0, 9273.0, 9336.0, 9285.0, 9290.0, 9343.0, 9288.0, 9372.0, 9286.0, 9254.0, 9309.0, 9283.0, 9348.0, 9334.0, 9338.0, 9256.0, 9273.0, 9337.0, 9273.0, 9382.0, 9278.0, 9265.0, 9304.0, 9266.0, 9355.0, 9304.0, 9269.0, 9273.0, 9275.0, 9367.0, 9348.0, 9297.0, 9311.0, 9274.0, 9352.0, 9343.0, 9277.0, 9263.0, 9253.0, 9320.0, 9294.0, 9259.0, 9261.0, 9253.0, 9306.0, 9306.0, 9282.0, 9282.0, 9263.0, 9303.0, 9294.0, 9295.0, 9301.0, 9261.0, 9308.0, 9298.0, 9328.0, 9328.0, 9328.0, 9286.0, 9281.0, 9308.0, 9286.0, 9325.0, 9320.0, 9256.0, 9273.0, 9314.0, 9328.0, 9305.0, 9272.0, 9323.0, 9328.0, 9320.0, 9301.0, 9292.0, 9342.0, 9284.0, 9312.0, 9337.0, 9344.0, 9326.0, 9351.0, 9281.0, 9265.0, 9334.0, 9299.0, 9392.0, 9353.0, 9247.0, 9283.0, 9263.0, 9305.0, 9264.0, 9334.0, 9254.0, 9239.0, 9284.0, 9245.0, 9347.0, 9250.0, 9274.0, 9267.0, 9309.0, 9284.0, 9307.0, 9309.0, 9223.0, 9251.0, 9276.0, 9325.0, 9273.0, 9337.0, 9280.0, 9295.0, 9285.0, 9337.0, 9341.0, 9240.0, 9306.0, 9287.0, 9325.0, 9323.0, 9258.0, 9306.0, 9271.0, 9328.0, 9318.0, 9373.0, 9270.0, 9257.0, 9310.0, 9268.0, 9347.0, 9310.0, 9223.0, 9270.0, 9266.0, 9329.0, 9288.0, 9349.0, 9267.0, 9268.0, 9316.0, 9267.0, 9354.0, 9252.0, 9293.0, 9274.0, 9346.0, 9325.0, 9241.0, 9267.0, 9295.0, 9349.0, 9312.0, 9355.0, 9282.0, 9293.0, 9323.0, 9271.0, 9352.0, 9308.0, 9335.0, 9266.0, 9331.0, 9294.0, 9266.0, 9306.0, 9272.0, 9262.0, 9253.0, 9318.0, 9326.0, 9291.0, 9253.0, 9277.0, 9311.0, 9296.0, 9344.0, 9297.0, 9319.0, 9285.0, 9296.0, 9344.0, 9290.0, 9317.0, 9265.0, 9319.0, 9279.0, 9346.0, 9266.0, 9296.0, 9267.0, 9298.0, 9333.0, 9274.0, 9301.0, 9257.0, 9307.0, 9287.0, 9315.0, 9311.0, 9239.0, 9306.0, 9276.0, 9346.0, 9308.0, 9329.0, 9262.0, 9284.0, 9297.0, 9281.0, 9314.0, 9248.0, 9277.0, 9249.0, 9345.0, 9319.0, 9303.0, 9276.0, 9276.0, 9295.0, 9255.0, 9344.0, 9271.0, 9309.0, 9273.0, 9323.0, 9317.0, 9305.0, 9280.0, 9267.0, 9307.0, 9269.0, 9326.0, 9237.0, 9306.0, 9290.0, 9313.0, 9326.0, 9251.0, 9302.0, 9269.0, 9307.0, 9279.0, 9327.0, 9253.0, 9274.0, 9270.0, 9278.0, 9315.0, 9261.0, 9314.0, 9269.0, 9331.0, 9285.0, 9329.0, 9255.0, 9243.0, 9287.0, 9261.0, 9349.0, 9294.0, 9272.0, 9274.0, 9287.0, 9348.0, 9277.0, 9327.0, 9272.0, 9323.0, 9298.0, 9337.0, 9328.0, 9265.0, 9276.0, 9260.0, 9346.0, 9321.0, 9303.0, 9265.0, 9269.0, 9322.0, 9270.0, 9351.0, 9269.0, 9320.0, 9281.0, 9306.0, 9317.0, 9248.0, 9287.0, 9262.0, 9303.0, 9282.0, 9361.0, 9274.0, 9261.0, 9293.0, 9265.0, 9336.0, 9235.0, 9316.0, 9288.0, 9320.0, 9291.0, 9324.0, 9272.0, 9244.0, 9294.0, 9268.0, 9329.0, 9280.0, 9323.0, 9269.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.0009614469696969697</td></tr>
<tr><td colspan=3>aqi</td><td>0.0399404</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.86748183616379</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1945754801592114</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9733657094920376</td></tr>
<tr><td colspan=3>efc</td><td>0.4847</td></tr>
<tr><td colspan=3>fber</td><td>5038.96</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13631335048545956</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>275</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.833333333333332</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.519672811214212</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4025999427175533</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7575220251646426</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3988964657604406</td></tr>
<tr><td colspan=3>gcor</td><td>0.00271996</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025039762258529663</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03893441706895828</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.045264338736438</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.1341</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.7499</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.6149</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297633.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>777.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.8342</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6424</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.4055</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3385.3066</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3559.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.7886</td></tr>
<tr><td colspan=3>tsnr</td><td>31.774207874201238</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>