<?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-0079_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0079_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-04/func/sub-0079_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b73a0c4387d6901f7eff26ec29c959fc</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:26:1.900000</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.99958, 0.0289634, 0.000597829, -0.0289684, 0.999148, 0.0293822]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.101257</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7753, -7273, 484, 22, -95, 31, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fa61afb8-44a2-40f4-bea8-41cd1b1d46fb||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.6818008422851562, -0.07772020995616913, -0.0006849534693174064, 115.65560913085938], [-0.07770664244890213, 2.6806421279907227, 0.07934527099132538, -92.53898620605469], [0.0016039317706599832, -0.07883016020059586, 2.698833703994751, -68.0265121459961], [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': ['122601.900000', '122602.360000', '122602.820000', '122603.280000', '122603.740000', '122604.200000', '122604.660000', '122605.120000', '122605.580000', '122606.040000', '122606.500000', '122606.960000', '122607.420000', '122607.880000', '122608.340000', '122608.800000', '122609.260000', '122609.720000', '122610.180000', '122610.640000', '122611.100000', '122611.560000', '122612.020000', '122612.480000', '122612.940000', '122613.400000', '122613.860000', '122614.320000', '122614.780000', '122615.240000', '122615.700000', '122616.160000', '122616.620000', '122617.080000', '122617.540000', '122618.000000', '122618.460000', '122618.920000', '122619.380000', '122619.840000', '122620.300000', '122620.760000', '122621.220000', '122621.680000', '122622.140000', '122622.600000', '122623.060000', '122623.520000', '122623.980000', '122624.440000', '122624.900000', '122625.360000', '122625.820000', '122626.280000', '122626.740000', '122627.200000', '122627.660000', '122628.120000', '122628.580000', '122629.040000', '122629.500000', '122629.960000', '122630.420000', '122630.880000', '122631.340000', '122631.800000', '122632.260000', '122632.720000', '122633.180000', '122633.640000', '122634.100000', '122634.560000', '122635.020000', '122635.480000', '122635.940000', '122636.400000', '122636.860000', '122637.320000', '122637.780000', '122638.240000', '122638.700000', '122639.160000', '122639.620000', '122640.080000', '122640.540000', '122641.000000', '122641.460000', '122641.920000', '122642.380000', '122642.840000', '122643.300000', '122643.760000', '122644.220000', '122644.680000', '122645.140000', '122645.600000', '122646.060000', '122646.520000', '122646.980000', '122647.440000', '122647.900000', '122648.360000', '122648.820000', '122649.280000', '122649.740000', '122650.200000', '122650.660000', '122651.120000', '122651.580000', '122652.040000', '122652.500000', '122652.960000', '122653.420000', '122653.880000', '122654.340000', '122654.800000', '122655.260000', '122655.720000', '122656.180000', '122656.640000', '122657.100000', '122657.560000', '122658.020000', '122658.480000', '122658.940000', '122659.400000', '122659.860000', '122700.320000', '122700.780000', '122701.240000', '122701.700000', '122702.160000', '122702.620000', '122703.080000', '122703.540000', '122704.000000', '122704.460000', '122704.920000', '122705.380000', '122705.840000', '122706.300000', '122706.760000', '122707.220000', '122707.680000', '122708.140000', '122708.600000', '122709.060000', '122709.520000', '122709.980000', '122710.440000', '122710.900000', '122711.360000', '122711.820000', '122712.280000', '122712.740000', '122713.200000', '122713.660000', '122714.120000', '122714.580000', '122715.040000', '122715.500000', '122715.960000', '122716.420000', '122716.880000', '122717.340000', '122717.800000', '122718.260000', '122718.720000', '122719.180000', '122719.640000', '122720.100000', '122720.560000', '122721.020000', '122721.480000', '122721.940000', '122722.400000', '122722.860000', '122723.320000', '122723.780000', '122724.240000', '122724.700000', '122725.160000', '122725.620000', '122726.080000', '122726.540000', '122727.000000', '122727.460000', '122727.920000', '122728.380000', '122728.840000', '122729.300000', '122729.760000', '122730.220000', '122730.680000', '122731.140000', '122731.600000', '122732.060000', '122732.520000', '122732.980000', '122733.440000', '122733.900000', '122734.360000', '122734.820000', '122735.280000', '122735.740000', '122736.200000', '122736.660000', '122737.120000', '122737.580000', '122738.040000', '122738.500000', '122738.960000', '122739.420000', '122739.880000', '122740.340000', '122740.800000', '122741.260000', '122741.720000', '122742.180000', '122742.640000', '122743.100000', '122743.560000', '122744.020000', '122744.480000', '122744.940000', '122745.400000', '122745.860000', '122746.320000', '122746.780000', '122747.240000', '122747.700000', '122748.160000', '122748.620000', '122749.080000', '122749.540000', '122750.000000', '122750.460000', '122750.920000', '122751.380000', '122751.840000', '122752.300000', '122752.760000', '122753.220000', '122753.680000', '122754.140000', '122754.600000', '122755.060000', '122755.520000', '122755.980000', '122756.440000', '122756.900000', '122757.360000', '122757.820000', '122758.280000', '122758.740000', '122759.200000', '122759.660000', '122800.120000', '122800.580000', '122801.040000', '122801.500000', '122801.960000', '122802.420000', '122802.880000', '122803.340000', '122803.800000', '122804.260000', '122804.720000', '122805.180000', '122805.640000', '122806.100000', '122806.560000', '122807.020000', '122807.480000', '122807.940000', '122808.400000', '122808.860000', '122809.320000', '122809.780000', '122810.240000', '122810.700000', '122811.160000', '122811.620000', '122812.080000', '122812.540000', '122813.000000', '122813.460000', '122813.920000', '122814.380000', '122814.840000', '122815.300000', '122815.760000', '122816.220000', '122816.680000', '122817.140000', '122817.600000', '122818.060000', '122818.520000', '122818.980000', '122819.440000', '122819.900000', '122820.360000', '122820.820000', '122821.280000', '122821.740000', '122822.200000', '122822.660000', '122823.120000', '122823.580000', '122824.040000', '122824.500000', '122824.960000', '122825.420000', '122825.880000', '122826.340000', '122826.800000', '122827.260000', '122827.720000', '122828.180000', '122828.640000', '122829.100000', '122829.560000', '122830.020000', '122830.480000', '122830.940000', '122831.400000', '122831.860000', '122832.320000', '122832.780000', '122833.240000', '122833.700000', '122834.160000', '122834.620000', '122835.080000', '122835.540000', '122836.000000', '122836.460000', '122836.920000', '122837.380000', '122837.840000', '122838.300000', '122838.760000', '122839.220000', '122839.680000', '122840.140000', '122840.600000', '122841.060000', '122841.520000', '122841.980000', '122842.440000', '122842.900000', '122843.360000', '122843.820000', '122844.280000', '122844.740000', '122845.200000', '122845.660000', '122846.120000', '122846.580000', '122847.040000', '122847.500000', '122847.960000', '122848.420000', '122848.880000', '122849.340000', '122849.800000', '122850.260000', '122850.720000', '122851.180000', '122851.640000', '122852.100000', '122852.560000', '122853.020000', '122853.480000', '122853.940000', '122854.400000', '122854.860000', '122855.320000', '122855.780000', '122856.240000', '122856.700000', '122857.160000', '122857.620000', '122858.080000', '122858.540000', '122859.000000', '122859.460000', '122859.920000', '122900.380000', '122900.840000', '122901.300000', '122901.760000', '122902.220000', '122902.680000', '122903.140000', '122903.600000', '122904.060000', '122904.520000', '122904.980000', '122905.440000', '122905.900000', '122906.360000', '122906.820000', '122907.280000', '122907.740000', '122908.200000', '122908.660000', '122909.120000', '122909.580000', '122910.040000', '122910.500000', '122910.960000', '122911.420000', '122911.880000', '122912.340000', '122912.800000', '122913.260000', '122913.720000', '122914.180000', '122914.640000', '122915.100000', '122915.560000', '122916.020000', '122916.480000', '122916.940000', '122917.400000', '122917.860000', '122918.320000', '122918.780000', '122919.240000', '122919.700000', '122920.160000', '122920.620000', '122921.080000', '122921.540000', '122922.000000', '122922.460000', '122922.920000', '122923.380000', '122923.840000', '122924.300000', '122924.760000', '122925.220000', '122925.680000', '122926.140000', '122926.600000', '122927.060000', '122927.520000', '122927.980000', '122928.440000', '122928.900000', '122929.360000', '122929.820000', '122930.280000', '122930.740000', '122931.200000', '122931.660000', '122932.120000', '122932.580000', '122933.040000', '122933.500000', '122933.960000', '122934.420000', '122934.880000', '122935.340000', '122935.800000', '122936.260000', '122936.720000', '122937.180000', '122937.640000', '122938.100000', '122938.560000', '122939.020000', '122939.480000', '122939.940000', '122940.400000', '122940.860000', '122941.320000', '122941.780000', '122942.240000', '122942.700000', '122943.160000', '122943.620000', '122944.080000', '122944.540000', '122945.000000', '122945.460000', '122945.920000', '122946.380000', '122946.840000', '122947.300000', '122947.760000', '122948.220000', '122948.680000', '122949.140000', '122949.600000', '122950.060000', '122950.520000', '122950.980000', '122951.440000', '122951.900000', '122952.360000', '122952.820000', '122953.280000', '122953.740000', '122954.200000', '122954.660000', '122955.120000', '122955.580000', '122956.040000', '122956.500000', '122956.960000', '122957.420000', '122957.880000', '122958.340000', '122958.800000', '122959.260000', '122959.720000', '123000.180000', '123000.640000', '123001.100000', '123001.560000', '123002.020000', '123002.480000', '123002.940000', '123003.400000', '123003.860000', '123004.320000', '123004.780000', '123005.240000', '123005.700000', '123006.160000', '123006.620000', '123007.080000', '123007.540000', '123008.000000', '123008.460000', '123008.920000', '123009.380000', '123009.840000', '123010.300000', '123010.760000', '123011.220000', '123011.680000', '123012.140000', '123012.600000', '123013.060000', '123013.520000', '123013.980000', '123014.440000', '123014.900000', '123015.360000', '123015.820000', '123016.280000', '123016.740000', '123017.200000', '123017.660000', '123018.120000', '123018.580000', '123019.040000', '123019.500000', '123019.960000', '123020.420000', '123020.880000', '123021.340000', '123021.800000', '123022.260000', '123022.720000', '123023.180000', '123023.640000', '123024.100000', '123024.560000', '123025.020000', '123025.480000', '123025.940000', '123026.400000', '123026.860000', '123027.320000', '123027.780000', '123028.240000', '123028.700000', '123029.160000', '123029.620000', '123030.080000', '123030.540000', '123031.000000', '123031.460000', '123031.920000', '123032.380000', '123032.840000', '123033.300000', '123033.760000', '123034.220000', '123034.680000', '123035.140000', '123035.600000', '123036.060000', '123036.520000', '123036.980000', '123037.440000', '123037.900000', '123038.360000', '123038.820000', '123039.280000', '123039.740000', '123040.200000', '123040.660000', '123041.120000', '123041.580000', '123042.040000', '123042.500000', '123042.960000', '123043.420000', '123043.880000', '123044.340000', '123044.800000', '123045.260000', '123045.720000', '123046.180000', '123046.640000', '123047.100000', '123047.560000', '123048.020000', '123048.480000', '123048.940000', '123049.400000', '123049.860000', '123050.320000', '123050.780000', '123051.240000', '123051.700000', '123052.160000', '123052.620000', '123053.080000', '123053.540000', '123054.000000', '123054.460000', '123054.920000', '123055.380000', '123055.840000', '123056.300000', '123056.760000', '123057.220000', '123057.680000', '123058.140000', '123058.600000', '123059.060000', '123059.520000', '123059.980000', '123100.440000', '123100.900000', '123101.360000', '123101.820000', '123102.280000', '123102.740000', '123103.200000', '123103.660000', '123104.120000', '123104.580000', '123105.040000', '123105.500000', '123105.960000', '123106.420000', '123106.880000', '123107.340000', '123107.800000', '123108.260000', '123108.720000', '123109.180000', '123109.640000', '123110.100000', '123110.560000', '123111.020000', '123111.480000', '123111.940000', '123112.400000', '123112.860000', '123113.320000', '123113.780000', '123114.240000', '123114.700000', '123115.160000', '123115.620000', '123116.080000', '123116.540000', '123117.000000', '123117.460000', '123117.920000', '123118.380000', '123118.840000', '123119.300000', '123119.760000', '123120.220000', '123120.680000', '123121.140000', '123121.600000', '123122.060000', '123122.520000', '123122.980000', '123123.440000', '123123.900000', '123124.360000', '123124.820000', '123125.280000', '123125.740000', '123126.200000', '123126.660000', '123127.120000', '123127.580000', '123128.040000', '123128.500000', '123128.960000', '123129.420000', '123129.880000', '123130.340000', '123130.800000', '123131.260000', '123131.720000', '123132.180000', '123132.640000', '123133.100000', '123133.560000', '123134.020000', '123134.480000', '123134.940000', '123135.400000', '123135.860000', '123136.320000', '123136.780000', '123137.240000', '123137.700000', '123138.160000', '123138.620000', '123139.080000', '123139.540000', '123140.000000', '123140.460000', '123140.920000', '123141.380000', '123141.840000', '123142.300000', '123142.760000', '123143.220000', '123143.680000', '123144.140000', '123144.600000', '123145.060000', '123145.520000', '123145.980000', '123146.440000', '123146.900000', '123147.360000', '123147.820000', '123148.280000', '123148.740000', '123149.200000', '123149.660000', '123150.120000', '123150.580000', '123151.040000', '123151.500000', '123151.960000', '123152.420000', '123152.880000', '123153.340000', '123153.800000', '123154.260000', '123154.720000', '123155.180000', '123155.640000', '123156.100000', '123156.560000', '123157.020000', '123157.480000', '123157.940000', '123158.400000', '123158.860000', '123159.320000', '123159.780000', '123200.240000', '123200.700000', '123201.160000', '123201.620000', '123202.080000', '123202.540000', '123203.000000', '123203.460000', '123203.920000', '123204.380000', '123204.840000', '123205.300000', '123205.760000', '123206.220000', '123206.680000', '123207.140000', '123207.600000', '123208.060000', '123208.520000', '123208.980000', '123209.440000', '123209.900000', '123210.360000', '123210.820000', '123211.280000', '123211.740000', '123212.200000', '123212.660000', '123213.120000', '123213.580000', '123214.040000', '123214.500000', '123214.960000', '123215.420000', '123215.880000', '123216.340000', '123216.800000', '123217.260000', '123217.720000', '123218.180000', '123218.640000', '123219.100000', '123219.560000', '123220.020000', '123220.480000', '123220.940000', '123221.400000', '123221.860000', '123222.320000', '123222.780000', '123223.240000', '123223.700000', '123224.160000', '123224.620000', '123225.080000', '123225.540000', '123226.000000', '123226.460000', '123226.920000', '123227.380000', '123227.840000', '123228.300000', '123228.760000', '123229.220000', '123229.680000', '123230.140000', '123230.600000', '123231.060000', '123231.520000', '123231.980000', '123232.440000', '123232.900000', '123233.360000', '123233.820000', '123234.280000', '123234.740000', '123235.200000', '123235.660000', '123236.120000', '123236.580000', '123237.040000', '123237.500000', '123237.960000', '123238.420000', '123238.880000', '123239.340000', '123239.800000', '123240.260000', '123240.720000', '123241.180000', '123241.640000', '123242.100000', '123242.560000', '123243.020000', '123243.480000', '123243.940000', '123244.400000', '123244.860000', '123245.320000', '123245.780000', '123246.240000', '123246.700000', '123247.160000', '123247.620000', '123248.080000', '123248.540000', '123249.000000', '123249.460000', '123249.920000', '123250.380000', '123250.840000', '123251.300000', '123251.760000', '123252.220000', '123252.680000', '123253.140000', '123253.600000', '123254.060000', '123254.520000', '123254.980000', '123255.440000', '123255.900000', '123256.360000', '123256.820000', '123257.280000', '123257.740000', '123258.200000', '123258.660000', '123259.120000', '123259.580000', '123300.040000', '123300.500000', '123300.960000', '123301.420000', '123301.880000', '123302.340000', '123302.800000', '123303.260000', '123303.720000', '123304.180000', '123304.640000', '123305.100000', '123305.560000', '123306.020000', '123306.480000', '123306.940000', '123307.400000', '123307.860000', '123308.320000', '123308.780000', '123309.240000', '123309.700000', '123310.160000', '123310.620000', '123311.080000', '123311.540000', '123312.000000', '123312.460000', '123312.920000', '123313.380000', '123313.840000', '123314.300000', '123314.760000', '123315.220000', '123315.680000', '123316.140000', '123316.600000', '123317.060000', '123317.520000', '123317.980000', '123318.440000', '123318.900000', '123319.360000', '123319.820000', '123320.280000', '123320.740000', '123321.200000', '123321.660000', '123322.120000', '123322.580000', '123323.040000', '123323.500000', '123323.960000', '123324.420000', '123324.880000', '123325.340000', '123325.800000', '123326.260000', '123326.720000', '123327.180000', '123327.640000', '123328.100000', '123328.560000', '123329.020000', '123329.480000', '123329.940000', '123330.400000', '123330.860000', '123331.320000', '123331.780000', '123332.240000', '123332.700000', '123333.160000', '123333.620000', '123334.080000', '123334.540000', '123335.000000', '123335.460000', '123335.920000', '123336.380000', '123336.840000', '123337.300000', '123337.760000', '123338.220000', '123338.680000', '123339.140000', '123339.600000', '123340.060000', '123340.520000', '123340.980000', '123341.440000', '123341.900000', '123342.360000', '123342.820000', '123343.280000', '123343.740000', '123344.200000', '123344.660000', '123345.120000', '123345.580000', '123346.040000', '123346.500000', '123346.960000', '123347.420000', '123347.880000', '123348.340000', '123348.800000', '123349.260000', '123349.720000', '123350.180000', '123350.640000', '123351.100000', '123351.560000', '123352.020000', '123352.480000', '123352.940000', '123353.400000', '123353.860000', '123354.320000', '123354.780000', '123355.240000', '123355.700000', '123356.160000', '123356.620000', '123357.080000', '123357.540000', '123358.000000', '123358.460000', '123358.920000', '123359.380000', '123359.840000', '123400.300000', '123400.760000', '123401.220000', '123401.680000', '123402.140000', '123402.600000', '123403.060000', '123403.520000', '123403.980000', '123404.440000', '123404.900000', '123405.360000', '123405.820000', '123406.280000', '123406.740000', '123407.200000', '123407.660000', '123408.120000', '123408.580000', '123409.040000', '123409.500000', '123409.960000', '123410.420000', '123410.880000', '123411.340000', '123411.800000', '123412.260000', '123412.720000', '123413.180000', '123413.640000', '123414.100000', '123414.560000', '123415.020000', '123415.480000', '123415.940000', '123416.400000', '123416.860000', '123417.320000', '123417.780000', '123418.240000', '123418.700000', '123419.160000', '123419.620000', '123420.080000', '123420.540000', '123421.000000', '123421.460000', '123421.920000', '123422.380000', '123422.840000', '123423.300000', '123423.760000', '123424.220000', '123424.680000', '123425.140000', '123425.600000', '123426.060000', '123426.520000', '123426.980000', '123427.440000', '123427.900000', '123428.360000', '123428.820000', '123429.280000', '123429.740000', '123430.200000', '123430.660000', '123431.120000', '123431.580000', '123432.040000', '123432.500000', '123432.960000', '123433.420000', '123433.880000', '123434.340000', '123434.800000', '123435.260000', '123435.720000', '123436.180000', '123436.640000', '123437.100000', '123437.560000', '123438.020000', '123438.480000', '123438.940000', '123439.400000', '123439.860000', '123440.320000', '123440.780000', '123441.240000', '123441.700000', '123442.160000', '123442.620000', '123443.080000', '123443.540000', '123444.000000', '123444.460000', '123444.920000', '123445.380000', '123445.840000', '123446.300000', '123446.760000', '123447.220000', '123447.680000', '123448.140000', '123448.600000', '123449.060000', '123449.520000', '123449.980000', '123450.440000', '123450.900000', '123451.360000', '123451.820000', '123452.280000', '123452.740000', '123453.200000', '123453.660000', '123454.120000', '123454.580000', '123455.040000', '123455.500000', '123455.960000', '123456.420000', '123456.880000', '123457.340000', '123457.800000', '123458.260000', '123458.720000', '123459.180000', '123459.640000', '123500.100000', '123500.560000', '123501.020000', '123501.480000', '123501.940000', '123502.400000', '123502.860000', '123503.320000', '123503.780000', '123504.240000', '123504.700000', '123505.160000', '123505.620000', '123506.080000', '123506.540000', '123507.000000', '123507.460000', '123507.920000', '123508.380000', '123508.840000', '123509.300000', '123509.760000', '123510.220000', '123510.680000', '123511.140000', '123511.600000', '123512.060000', '123512.520000', '123512.980000', '123513.440000', '123513.900000', '123514.360000', '123514.820000', '123515.280000', '123515.740000', '123516.200000', '123516.660000', '123517.120000', '123517.580000', '123518.040000', '123518.500000', '123518.960000', '123519.420000', '123519.880000', '123520.340000', '123520.800000', '123521.260000', '123521.720000', '123522.180000', '123522.640000', '123523.100000', '123523.560000', '123524.020000', '123524.480000', '123524.940000', '123525.400000', '123525.860000', '123526.320000', '123526.780000', '123527.240000', '123527.700000', '123528.160000', '123528.620000', '123529.080000', '123529.540000', '123530.000000', '123530.460000', '123530.920000', '123531.380000', '123531.840000', '123532.300000', '123532.760000', '123533.220000', '123533.680000', '123534.140000', '123534.600000', '123535.060000', '123535.520000', '123535.980000', '123536.440000', '123536.900000', '123537.360000', '123537.820000', '123538.280000', '123538.740000', '123539.200000', '123539.660000', '123540.120000', '123540.580000', '123541.040000', '123541.500000', '123541.960000', '123542.420000', '123542.880000', '123543.340000', '123543.800000', '123544.260000', '123544.720000', '123545.180000', '123545.640000', '123546.100000', '123546.560000', '123547.020000', '123547.480000', '123547.940000', '123548.400000', '123548.860000', '123549.320000', '123549.780000', '123550.240000', '123550.700000', '123551.160000', '123551.620000', '123552.080000', '123552.540000', '123553.000000', '123553.460000', '123553.920000', '123554.380000', '123554.840000', '123555.300000', '123555.760000', '123556.220000', '123556.680000', '123557.140000', '123557.600000', '123558.060000', '123558.520000', '123558.980000', '123559.440000', '123559.900000', '123600.360000', '123600.820000', '123601.280000', '123601.740000', '123602.200000', '123602.660000', '123603.120000', '123603.580000', '123604.040000', '123604.500000', '123604.960000', '123605.420000', '123605.880000', '123606.340000', '123606.800000', '123607.260000', '123607.720000', '123608.180000', '123608.640000', '123609.100000', '123609.560000'], 'ContentTime': ['122627.643000', '122627.651000', '122627.654000', '122627.656000', '122627.659000', '122627.662000', '122627.665000', '122627.667000', '122627.670000', '122627.672000', '122627.675000', '122627.677000', '122627.680000', '122627.683000', '122627.685000', '122627.688000', '122627.696000', '122627.699000', '122627.701000', '122627.704000', '122627.707000', '122627.709000', '122627.712000', '122627.714000', '122627.722000', '122627.724000', '122627.727000', '122627.729000', '122627.732000', '122627.735000', '122627.737000', '122627.740000', '122627.743000', '122627.745000', '122627.748000', '122627.750000', '122627.753000', '122627.756000', '122627.758000', '122627.761000', '122627.764000', '122627.766000', '122627.769000', '122627.771000', '122627.774000', '122627.777000', '122627.779000', '122627.782000', '122627.785000', '122627.787000', '122627.790000', '122627.792000', '122647.610000', '122647.612000', '122647.615000', '122647.618000', '122647.620000', '122647.623000', '122647.625000', '122647.628000', '122647.630000', '122647.633000', '122647.636000', '122647.638000', '122647.641000', '122647.643000', '122647.646000', '122647.648000', '122647.651000', '122647.654000', '122647.656000', '122647.659000', '122647.661000', '122647.664000', '122647.667000', '122647.676000', '122647.679000', '122647.681000', '122647.684000', '122647.687000', '122647.689000', '122647.692000', '122647.694000', '122647.697000', '122647.700000', '122647.702000', '122647.705000', '122647.707000', '122647.710000', '122647.713000', '122647.715000', '122647.718000', '122647.720000', '122647.723000', '122647.726000', '122647.728000', '122707.610000', '122707.612000', '122707.615000', '122707.618000', '122707.620000', '122707.623000', '122707.625000', '122707.628000', '122707.631000', '122707.633000', '122707.636000', '122707.638000', '122707.641000', '122707.643000', '122707.646000', '122707.648000', '122707.651000', '122707.654000', '122707.656000', '122707.659000', '122707.661000', '122707.664000', '122707.666000', '122707.669000', '122707.672000', '122707.674000', '122707.677000', '122707.679000', '122707.682000', '122707.685000', '122707.687000', '122707.690000', '122707.693000', '122707.695000', '122707.704000', '122707.706000', '122707.709000', '122707.711000', '122707.714000', '122707.717000', '122707.719000', '122707.722000', '122707.724000', '122727.610000', '122727.613000', '122727.615000', '122727.618000', '122727.620000', '122727.623000', '122727.625000', '122727.628000', '122727.631000', '122727.633000', '122727.636000', '122727.638000', '122727.641000', '122727.643000', '122727.646000', '122727.649000', '122727.683000', '122727.686000', '122727.688000', '122727.691000', '122727.694000', '122727.696000', '122727.699000', '122727.701000', '122727.704000', '122727.706000', '122727.709000', '122727.712000', '122727.714000', '122727.717000', '122727.719000', '122727.722000', '122727.725000', '122727.727000', '122727.730000', '122727.732000', '122727.735000', '122727.738000', '122727.740000', '122727.743000', '122727.745000', '122727.748000', '122727.751000', '122727.753000', '122747.610000', '122747.612000', '122747.615000', '122747.618000', '122747.620000', '122747.623000', '122747.626000', '122747.628000', '122747.631000', '122747.633000', '122747.636000', '122747.639000', '122747.641000', '122747.644000', '122747.646000', '122747.649000', '122747.652000', '122747.654000', '122747.657000', '122747.660000', '122747.662000', '122747.665000', '122747.667000', '122747.670000', '122747.673000', '122747.675000', '122747.678000', '122747.681000', '122747.683000', '122747.686000', '122747.688000', '122747.691000', '122747.694000', '122747.696000', '122747.699000', '122747.702000', '122747.704000', '122747.707000', '122747.709000', '122747.712000', '122747.715000', '122747.718000', '122747.721000', '122807.610000', '122807.621000', '122807.624000', '122807.626000', '122807.629000', '122807.632000', '122807.634000', '122807.637000', '122807.639000', '122807.642000', '122807.645000', '122807.647000', '122807.650000', '122807.653000', '122807.655000', '122807.658000', '122807.660000', '122807.663000', '122807.666000', '122807.668000', '122807.671000', '122807.674000', '122807.676000', '122807.679000', '122807.681000', '122807.684000', '122807.687000', '122807.689000', '122807.692000', '122807.695000', '122807.697000', '122807.700000', '122807.702000', '122807.705000', '122807.708000', '122807.710000', '122807.713000', '122807.715000', '122807.718000', '122807.720000', '122807.723000', '122807.726000', '122807.728000', '122807.731000', '122827.610000', '122827.613000', '122827.616000', '122827.619000', '122827.621000', '122827.624000', '122827.627000', '122827.629000', '122827.632000', '122827.635000', '122827.637000', '122827.640000', '122827.642000', '122827.645000', '122827.648000', '122827.650000', '122827.653000', '122827.656000', '122827.658000', '122827.661000', '122827.663000', '122827.666000', '122827.669000', '122827.671000', '122827.674000', '122827.676000', '122827.679000', '122827.682000', '122827.684000', '122827.687000', '122827.690000', '122827.692000', '122827.695000', '122827.697000', '122827.700000', '122827.703000', '122827.705000', '122827.708000', '122827.711000', '122827.713000', '122827.716000', '122827.718000', '122827.721000', '122847.610000', '122847.613000', '122847.616000', '122847.618000', '122847.621000', '122847.624000', '122847.626000', '122847.629000', '122847.632000', '122847.634000', '122847.637000', '122847.639000', '122847.642000', '122847.645000', '122847.647000', '122847.650000', '122847.652000', '122847.655000', '122847.658000', '122847.660000', '122847.663000', '122847.665000', '122847.668000', '122847.671000', '122847.673000', '122847.676000', '122847.678000', '122847.681000', '122847.684000', '122847.686000', '122847.689000', '122847.692000', '122847.694000', '122847.697000', '122847.699000', '122847.702000', '122847.705000', '122847.718000', '122847.721000', '122847.723000', '122847.726000', '122847.728000', '122847.731000', '122847.734000', '122907.610000', '122907.612000', '122907.615000', '122907.618000', '122907.620000', '122907.623000', '122907.626000', '122907.628000', '122907.631000', '122907.633000', '122907.636000', '122907.639000', '122907.641000', '122907.644000', '122907.646000', '122907.649000', '122907.652000', '122907.654000', '122907.657000', '122907.659000', '122907.662000', '122907.665000', '122907.667000', '122907.670000', '122907.672000', '122907.702000', '122907.705000', '122907.707000', '122907.710000', '122907.713000', '122907.715000', '122907.718000', '122907.720000', '122907.723000', '122907.726000', '122907.728000', '122907.731000', '122907.733000', '122907.736000', '122907.739000', '122907.741000', '122907.744000', '122907.746000', '122927.609000', '122927.612000', '122927.615000', '122927.617000', '122927.620000', '122927.623000', '122927.625000', '122927.628000', '122927.630000', '122927.633000', '122927.636000', '122927.639000', '122927.641000', '122927.644000', '122927.646000', '122927.649000', '122927.652000', '122927.654000', '122927.657000', '122927.659000', '122927.662000', '122927.665000', '122927.667000', '122927.670000', '122927.672000', '122927.675000', '122927.678000', '122927.680000', '122927.683000', '122927.690000', '122927.692000', '122927.695000', '122927.697000', '122927.700000', '122927.703000', '122927.705000', '122927.708000', '122927.710000', '122927.713000', '122927.715000', '122927.718000', '122927.721000', '122927.723000', '122927.726000', '122947.610000', '122947.613000', '122947.615000', '122947.618000', '122947.621000', '122947.623000', '122947.626000', '122947.629000', '122947.631000', '122947.634000', '122947.637000', '122947.639000', '122947.642000', '122947.645000', '122947.647000', '122947.650000', '122947.652000', '122947.655000', '122947.658000', '122947.660000', '122947.663000', '122947.666000', '122947.668000', '122947.671000', '122947.673000', '122947.676000', '122947.679000', '122947.681000', '122947.684000', '122947.687000', '122947.689000', '122947.692000', '122947.695000', '122947.697000', '122947.700000', '122947.703000', '122947.705000', '122947.708000', '122947.710000', '122947.713000', '122947.716000', '122947.718000', '122947.721000', '123007.609000', '123007.612000', '123007.615000', '123007.617000', '123007.620000', '123007.623000', '123007.625000', '123007.628000', '123007.631000', '123007.633000', '123007.636000', '123007.638000', '123007.641000', '123007.644000', '123007.646000', '123007.649000', '123007.651000', '123007.654000', '123007.657000', '123007.659000', '123007.662000', '123007.665000', '123007.667000', '123007.670000', '123007.672000', '123007.675000', '123007.678000', '123007.680000', '123007.683000', '123007.685000', '123007.688000', '123007.691000', '123007.693000', '123007.696000', '123007.698000', '123007.701000', '123007.704000', '123007.706000', '123007.709000', '123007.711000', '123007.714000', '123007.717000', '123007.719000', '123007.722000', '123027.610000', '123027.613000', '123027.616000', '123027.618000', '123027.621000', '123027.624000', '123027.626000', '123027.629000', '123027.631000', '123027.634000', '123027.637000', '123027.639000', '123027.642000', '123027.645000', '123027.647000', '123027.650000', '123027.652000', '123027.655000', '123027.657000', '123027.660000', '123027.663000', '123027.665000', '123027.668000', '123027.670000', '123027.673000', '123027.676000', '123027.678000', '123027.681000', '123027.684000', '123027.686000', '123027.689000', '123027.691000', '123027.694000', '123027.696000', '123027.699000', '123027.702000', '123027.718000', '123027.720000', '123027.723000', '123027.726000', '123027.728000', '123027.731000', '123027.734000', '123047.611000', '123047.614000', '123047.616000', '123047.619000', '123047.622000', '123047.625000', '123047.627000', '123047.630000', '123047.633000', '123047.635000', '123047.638000', '123047.640000', '123047.643000', '123047.646000', '123047.648000', '123047.651000', '123047.654000', '123047.656000', '123047.659000', '123047.661000', '123047.664000', '123047.667000', '123047.669000', '123047.672000', '123047.675000', '123047.678000', '123047.681000', '123047.683000', '123047.686000', '123047.689000', '123047.691000', '123047.694000', '123047.697000', '123047.699000', '123047.702000', '123047.705000', '123047.707000', '123047.710000', '123047.713000', '123047.715000', '123047.718000', '123047.720000', '123047.723000', '123047.726000', '123107.611000', '123107.614000', '123107.616000', '123107.619000', '123107.622000', '123107.625000', '123107.627000', '123107.630000', '123107.632000', '123107.635000', '123107.638000', '123107.640000', '123107.643000', '123107.646000', '123107.648000', '123107.651000', '123107.653000', '123107.656000', '123107.659000', '123107.661000', '123107.664000', '123107.667000', '123107.669000', '123107.672000', '123107.674000', '123107.677000', '123107.680000', '123107.683000', '123107.685000', '123107.688000', '123107.691000', '123107.693000', '123107.696000', '123107.698000', '123107.701000', '123107.704000', '123107.706000', '123107.709000', '123107.712000', '123107.714000', '123107.717000', '123107.719000', '123107.722000', '123127.609000', '123127.612000', '123127.615000', '123127.618000', '123127.620000', '123127.623000', '123127.625000', '123127.628000', '123127.631000', '123127.633000', '123127.636000', '123127.638000', '123127.641000', '123127.644000', '123127.646000', '123127.649000', '123127.652000', '123127.654000', '123127.657000', '123127.659000', '123127.662000', '123127.665000', '123127.667000', '123127.670000', '123127.688000', '123127.690000', '123127.693000', '123127.696000', '123127.698000', '123127.701000', '123127.704000', '123127.706000', '123127.709000', '123127.711000', '123127.714000', '123127.717000', '123127.719000', '123127.722000', '123127.724000', '123127.727000', '123127.730000', '123127.732000', '123127.735000', '123127.737000', '123147.609000', '123147.612000', '123147.615000', '123147.618000', '123147.620000', '123147.623000', '123147.625000', '123147.628000', '123147.631000', '123147.633000', '123147.636000', '123147.638000', '123147.641000', '123147.644000', '123147.646000', '123147.649000', '123147.651000', '123147.654000', '123147.657000', '123147.659000', '123147.662000', '123147.664000', '123147.667000', '123147.670000', '123147.673000', '123147.675000', '123147.678000', '123147.681000', '123147.684000', '123147.686000', '123147.689000', '123147.691000', '123147.694000', '123147.697000', '123147.699000', '123147.702000', '123147.705000', '123147.707000', '123147.710000', '123147.713000', '123147.715000', '123147.718000', '123147.721000', '123207.610000', '123207.613000', '123207.615000', '123207.638000', '123207.640000', '123207.643000', '123207.645000', '123207.648000', '123207.651000', '123207.653000', '123207.656000', '123207.659000', '123207.662000', '123207.665000', '123207.667000', '123207.670000', '123207.672000', '123207.675000', '123207.678000', '123207.681000', '123207.683000', '123207.686000', '123207.689000', '123207.691000', '123207.694000', '123207.698000', '123207.701000', '123207.703000', '123207.706000', '123207.709000', '123207.712000', '123207.714000', '123207.717000', '123207.721000', '123207.724000', '123207.726000', '123207.729000', '123207.731000', '123207.734000', '123207.737000', '123207.739000', '123207.742000', '123207.744000', '123227.609000', '123227.612000', '123227.615000', '123227.618000', '123227.620000', '123227.623000', '123227.626000', '123227.628000', '123227.631000', '123227.634000', '123227.636000', '123227.639000', '123227.642000', '123227.644000', '123227.647000', '123227.649000', '123227.652000', '123227.655000', '123227.657000', '123227.660000', '123227.663000', '123227.665000', '123227.668000', '123227.670000', '123227.673000', '123227.675000', '123227.678000', '123227.681000', '123227.683000', '123227.686000', '123227.689000', '123227.691000', '123227.694000', '123227.696000', '123227.699000', '123227.702000', '123227.704000', '123227.707000', '123227.709000', '123227.712000', '123227.715000', '123227.717000', '123227.720000', '123227.722000', '123247.611000', '123247.614000', '123247.616000', '123247.619000', '123247.622000', '123247.624000', '123247.627000', '123247.630000', '123247.632000', '123247.635000', '123247.638000', '123247.640000', '123247.643000', '123247.645000', '123247.648000', '123247.650000', '123247.653000', '123247.656000', '123247.658000', '123247.661000', '123247.664000', '123247.666000', '123247.669000', '123247.671000', '123247.674000', '123247.676000', '123247.679000', '123247.682000', '123247.684000', '123247.687000', '123247.690000', '123247.692000', '123247.695000', '123247.698000', '123247.700000', '123247.703000', '123247.705000', '123247.708000', '123247.710000', '123247.713000', '123247.716000', '123247.718000', '123247.721000', '123307.610000', '123307.613000', '123307.616000', '123307.619000', '123307.621000', '123307.624000', '123307.626000', '123307.629000', '123307.631000', '123307.634000', '123307.637000', '123307.639000', '123307.642000', '123307.644000', '123307.647000', '123307.650000', '123307.652000', '123307.655000', '123307.658000', '123307.660000', '123307.663000', '123307.665000', '123307.668000', '123307.671000', '123307.673000', '123307.676000', '123307.678000', '123307.681000', '123307.684000', '123307.686000', '123307.689000', '123307.691000', '123307.694000', '123307.697000', '123307.699000', '123307.702000', '123307.704000', '123307.707000', '123307.710000', '123307.712000', '123307.715000', '123307.717000', '123307.720000', '123307.722000', '123327.611000', '123327.613000', '123327.616000', '123327.619000', '123327.621000', '123327.624000', '123327.626000', '123327.629000', '123327.632000', '123327.634000', '123327.637000', '123327.640000', '123327.642000', '123327.645000', '123327.655000', '123327.658000', '123327.660000', '123327.663000', '123327.666000', '123327.670000', '123327.672000', '123327.675000', '123327.678000', '123327.680000', '123327.683000', '123327.685000', '123327.688000', '123327.691000', '123327.693000', '123327.696000', '123327.699000', '123327.702000', '123327.705000', '123327.707000', '123327.710000', '123327.713000', '123327.715000', '123327.718000', '123327.720000', '123327.723000', '123327.726000', '123327.728000', '123327.731000', '123347.610000', '123347.612000', '123347.615000', '123347.618000', '123347.620000', '123347.623000', '123347.626000', '123347.628000', '123347.631000', '123347.633000', '123347.636000', '123347.639000', '123347.641000', '123347.644000', '123347.646000', '123347.649000', '123347.652000', '123347.654000', '123347.657000', '123347.659000', '123347.662000', '123347.664000', '123347.667000', '123347.670000', '123347.672000', '123347.675000', '123347.678000', '123347.680000', '123347.683000', '123347.686000', '123347.688000', '123347.691000', '123347.694000', '123347.696000', '123347.699000', '123347.701000', '123347.704000', '123347.707000', '123347.709000', '123347.712000', '123347.714000', '123347.717000', '123347.720000', '123347.722000', '123407.610000', '123407.612000', '123407.615000', '123407.618000', '123407.620000', '123407.623000', '123407.626000', '123407.628000', '123407.631000', '123407.634000', '123407.637000', '123407.639000', '123407.642000', '123407.644000', '123407.647000', '123407.650000', '123407.652000', '123407.655000', '123407.657000', '123407.660000', '123407.663000', '123407.665000', '123407.668000', '123407.671000', '123407.673000', '123407.676000', '123407.685000', '123407.687000', '123407.690000', '123407.693000', '123407.695000', '123407.698000', '123407.701000', '123407.703000', '123407.706000', '123407.709000', '123407.711000', '123407.714000', '123407.716000', '123407.719000', '123407.722000', '123407.724000', '123407.727000', '123427.610000', '123427.612000', '123427.615000', '123427.618000', '123427.620000', '123427.623000', '123427.625000', '123427.628000', '123427.631000', '123427.633000', '123427.636000', '123427.639000', '123427.641000', '123427.644000', '123427.646000', '123427.649000', '123427.652000', '123427.654000', '123427.657000', '123427.659000', '123427.662000', '123427.665000', '123427.667000', '123427.670000', '123427.672000', '123427.675000', '123427.678000', '123427.680000', '123427.683000', '123427.686000', '123427.688000', '123427.691000', '123427.693000', '123427.696000', '123427.699000', '123427.701000', '123427.704000', '123427.706000', '123427.709000', '123427.711000', '123427.714000', '123427.717000', '123427.719000', '123427.722000', '123447.610000', '123447.612000', '123447.615000', '123447.618000', '123447.620000', '123447.623000', '123447.625000', '123447.628000', '123447.631000', '123447.633000', '123447.636000', '123447.670000', '123447.673000', '123447.676000', '123447.678000', '123447.681000', '123447.684000', '123447.686000', '123447.689000', '123447.693000', '123447.696000', '123447.698000', '123447.701000', '123447.704000', '123447.706000', '123447.709000', '123447.712000', '123447.714000', '123447.717000', '123447.719000', '123447.722000', '123447.725000', '123447.727000', '123447.730000', '123447.732000', '123447.735000', '123447.738000', '123447.742000', '123447.744000', '123447.747000', '123447.750000', '123447.752000', '123447.755000', '123507.611000', '123507.614000', '123507.616000', '123507.619000', '123507.622000', '123507.624000', '123507.627000', '123507.630000', '123507.632000', '123507.635000', '123507.638000', '123507.640000', '123507.643000', '123507.646000', '123507.648000', '123507.651000', '123507.654000', '123507.656000', '123507.659000', '123507.661000', '123507.664000', '123507.667000', '123507.669000', '123507.672000', '123507.675000', '123507.677000', '123507.680000', '123507.682000', '123507.685000', '123507.688000', '123507.690000', '123507.693000', '123507.695000', '123507.698000', '123507.701000', '123507.703000', '123507.706000', '123507.709000', '123507.711000', '123507.714000', '123507.717000', '123507.719000', '123507.722000', '123507.724000', '123527.610000', '123527.613000', '123527.616000', '123527.619000', '123527.621000', '123527.624000', '123527.626000', '123527.629000', '123527.631000', '123527.634000', '123527.637000', '123527.639000', '123527.642000', '123527.645000', '123527.648000', '123527.650000', '123527.653000', '123527.655000', '123527.658000', '123527.661000', '123527.663000', '123527.666000', '123527.669000', '123527.671000', '123527.674000', '123527.677000', '123527.679000', '123527.682000', '123527.685000', '123527.687000', '123527.690000', '123527.692000', '123527.695000', '123527.698000', '123527.700000', '123527.703000', '123527.705000', '123527.708000', '123527.711000', '123527.713000', '123527.716000', '123527.718000', '123527.721000', '123547.611000', '123547.613000', '123547.616000', '123547.620000', '123547.622000', '123547.625000', '123547.627000', '123547.630000', '123547.633000', '123547.635000', '123547.638000', '123547.641000', '123547.643000', '123547.646000', '123547.649000', '123547.651000', '123547.654000', '123547.657000', '123547.659000', '123547.662000', '123547.665000', '123547.667000', '123547.670000', '123547.673000', '123547.675000', '123547.678000', '123547.680000', '123547.683000', '123547.686000', '123547.688000', '123547.691000', '123547.694000', '123547.696000', '123547.699000', '123547.702000', '123547.704000', '123547.707000', '123547.710000', '123547.712000', '123547.715000', '123547.717000', '123547.720000', '123547.723000', '123547.725000', '123607.609000', '123607.613000', '123607.615000', '123607.618000', '123607.620000', '123607.623000', '123607.626000', '123607.629000', '123607.631000', '123607.634000', '123607.637000', '123607.639000', '123607.642000', '123607.645000', '123607.647000', '123607.650000', '123607.653000', '123607.655000', '123607.658000', '123607.660000', '123607.663000', '123607.666000', '123607.669000', '123607.671000', '123607.674000', '123607.677000', '123607.679000', '123607.682000', '123607.684000', '123607.687000', '123607.690000', '123607.693000', '123607.695000', '123607.698000', '123607.700000', '123607.703000', '123607.706000', '123607.708000', '123607.711000', '123607.714000', '123607.716000', '123607.719000', '123607.721000', '123611.408000', '123611.410000', '123611.413000', '123611.416000', '123611.418000', '123611.421000', '123611.423000', '123611.426000', '123611.429000'], 'InstanceCreationTime': ['122627.643000', '122627.651000', '122627.654000', '122627.656000', '122627.659000', '122627.662000', '122627.665000', '122627.667000', '122627.670000', '122627.672000', '122627.675000', '122627.677000', '122627.680000', '122627.683000', '122627.685000', '122627.688000', '122627.696000', '122627.699000', '122627.701000', '122627.704000', '122627.707000', '122627.709000', '122627.712000', '122627.714000', '122627.722000', '122627.724000', '122627.727000', '122627.729000', '122627.732000', '122627.735000', '122627.737000', '122627.740000', '122627.743000', '122627.745000', '122627.748000', '122627.750000', '122627.753000', '122627.756000', '122627.758000', '122627.761000', '122627.764000', '122627.766000', '122627.769000', '122627.771000', '122627.774000', '122627.777000', '122627.779000', '122627.782000', '122627.785000', '122627.787000', '122627.790000', '122627.792000', '122647.610000', '122647.612000', '122647.615000', '122647.618000', '122647.620000', '122647.623000', '122647.625000', '122647.628000', '122647.630000', '122647.633000', '122647.636000', '122647.638000', '122647.641000', '122647.643000', '122647.646000', '122647.648000', '122647.651000', '122647.654000', '122647.656000', '122647.659000', '122647.661000', '122647.664000', '122647.667000', '122647.676000', '122647.679000', '122647.681000', '122647.684000', '122647.687000', '122647.689000', '122647.692000', '122647.694000', '122647.697000', '122647.700000', '122647.702000', '122647.705000', '122647.707000', '122647.710000', '122647.713000', '122647.715000', '122647.718000', '122647.720000', '122647.723000', '122647.726000', '122647.728000', '122707.610000', '122707.612000', '122707.615000', '122707.618000', '122707.620000', '122707.623000', '122707.625000', '122707.628000', '122707.631000', '122707.633000', '122707.636000', '122707.638000', '122707.641000', '122707.643000', '122707.646000', '122707.648000', '122707.651000', '122707.654000', '122707.656000', '122707.659000', '122707.661000', '122707.664000', '122707.666000', '122707.669000', '122707.672000', '122707.674000', '122707.677000', '122707.679000', '122707.682000', '122707.685000', '122707.687000', '122707.690000', '122707.693000', '122707.695000', '122707.704000', '122707.706000', '122707.709000', '122707.711000', '122707.714000', '122707.717000', '122707.719000', '122707.722000', '122707.724000', '122727.610000', '122727.613000', '122727.615000', '122727.618000', '122727.620000', '122727.623000', '122727.625000', '122727.628000', '122727.631000', '122727.633000', '122727.636000', '122727.638000', '122727.641000', '122727.643000', '122727.646000', '122727.649000', '122727.683000', '122727.686000', '122727.688000', '122727.691000', '122727.694000', '122727.696000', '122727.699000', '122727.701000', '122727.704000', '122727.706000', '122727.709000', '122727.712000', '122727.714000', '122727.717000', '122727.719000', '122727.722000', '122727.725000', '122727.727000', '122727.730000', '122727.732000', '122727.735000', '122727.738000', '122727.740000', '122727.743000', '122727.745000', '122727.748000', '122727.751000', '122727.753000', '122747.610000', '122747.612000', '122747.615000', '122747.618000', '122747.620000', '122747.623000', '122747.626000', '122747.628000', '122747.631000', '122747.633000', '122747.636000', '122747.639000', '122747.641000', '122747.644000', '122747.646000', '122747.649000', '122747.652000', '122747.654000', '122747.657000', '122747.660000', '122747.662000', '122747.665000', '122747.667000', '122747.670000', '122747.673000', '122747.675000', '122747.678000', '122747.681000', '122747.683000', '122747.686000', '122747.688000', '122747.691000', '122747.694000', '122747.696000', '122747.699000', '122747.702000', '122747.704000', '122747.707000', '122747.709000', '122747.712000', '122747.715000', '122747.718000', '122747.721000', '122807.610000', '122807.621000', '122807.624000', '122807.626000', '122807.629000', '122807.632000', '122807.634000', '122807.637000', '122807.639000', '122807.642000', '122807.645000', '122807.647000', '122807.650000', '122807.653000', '122807.655000', '122807.658000', '122807.660000', '122807.663000', '122807.666000', '122807.668000', '122807.671000', '122807.674000', '122807.676000', '122807.679000', '122807.681000', '122807.684000', '122807.687000', '122807.689000', '122807.692000', '122807.695000', '122807.697000', '122807.700000', '122807.702000', '122807.705000', '122807.708000', '122807.710000', '122807.713000', '122807.715000', '122807.718000', '122807.720000', '122807.723000', '122807.726000', '122807.728000', '122807.731000', '122827.610000', '122827.613000', '122827.616000', '122827.619000', '122827.621000', '122827.624000', '122827.627000', '122827.629000', '122827.632000', '122827.635000', '122827.637000', '122827.640000', '122827.642000', '122827.645000', '122827.648000', '122827.650000', '122827.653000', '122827.656000', '122827.658000', '122827.661000', '122827.663000', '122827.666000', '122827.669000', '122827.671000', '122827.674000', '122827.676000', '122827.679000', '122827.682000', '122827.684000', '122827.687000', '122827.690000', '122827.692000', '122827.695000', '122827.697000', '122827.700000', '122827.703000', '122827.705000', '122827.708000', '122827.711000', '122827.713000', '122827.716000', '122827.718000', '122827.721000', '122847.610000', '122847.613000', '122847.616000', '122847.618000', '122847.621000', '122847.624000', '122847.626000', '122847.629000', '122847.632000', '122847.634000', '122847.637000', '122847.639000', '122847.642000', '122847.645000', '122847.647000', '122847.650000', '122847.652000', '122847.655000', '122847.658000', '122847.660000', '122847.663000', '122847.665000', '122847.668000', '122847.671000', '122847.673000', '122847.676000', '122847.678000', '122847.681000', '122847.684000', '122847.686000', '122847.689000', '122847.692000', '122847.694000', '122847.697000', '122847.699000', '122847.702000', '122847.705000', '122847.718000', '122847.721000', '122847.723000', '122847.726000', '122847.728000', '122847.731000', '122847.734000', '122907.610000', '122907.612000', '122907.615000', '122907.618000', '122907.620000', '122907.623000', '122907.626000', '122907.628000', '122907.631000', '122907.633000', '122907.636000', '122907.639000', '122907.641000', '122907.644000', '122907.646000', '122907.649000', '122907.652000', '122907.654000', '122907.657000', '122907.659000', '122907.662000', '122907.665000', '122907.667000', '122907.670000', '122907.672000', '122907.702000', '122907.705000', '122907.707000', '122907.710000', '122907.713000', '122907.715000', '122907.718000', '122907.720000', '122907.723000', '122907.726000', '122907.728000', '122907.731000', '122907.733000', '122907.736000', '122907.739000', '122907.741000', '122907.744000', '122907.746000', '122927.609000', '122927.612000', '122927.615000', '122927.617000', '122927.620000', '122927.623000', '122927.625000', '122927.628000', '122927.630000', '122927.633000', '122927.636000', '122927.639000', '122927.641000', '122927.644000', '122927.646000', '122927.649000', '122927.652000', '122927.654000', '122927.657000', '122927.659000', '122927.662000', '122927.665000', '122927.667000', '122927.670000', '122927.672000', '122927.675000', '122927.678000', '122927.680000', '122927.683000', '122927.690000', '122927.692000', '122927.695000', '122927.697000', '122927.700000', '122927.703000', '122927.705000', '122927.708000', '122927.710000', '122927.713000', '122927.715000', '122927.718000', '122927.721000', '122927.723000', '122927.726000', '122947.610000', '122947.613000', '122947.615000', '122947.618000', '122947.621000', '122947.623000', '122947.626000', '122947.629000', '122947.631000', '122947.634000', '122947.637000', '122947.639000', '122947.642000', '122947.645000', '122947.647000', '122947.650000', '122947.652000', '122947.655000', '122947.658000', '122947.660000', '122947.663000', '122947.666000', '122947.668000', '122947.671000', '122947.673000', '122947.676000', '122947.679000', '122947.681000', '122947.684000', '122947.687000', '122947.689000', '122947.692000', '122947.695000', '122947.697000', '122947.700000', '122947.703000', '122947.705000', '122947.708000', '122947.710000', '122947.713000', '122947.716000', '122947.718000', '122947.721000', '123007.609000', '123007.612000', '123007.615000', '123007.617000', '123007.620000', '123007.623000', '123007.625000', '123007.628000', '123007.631000', '123007.633000', '123007.636000', '123007.638000', '123007.641000', '123007.644000', '123007.646000', '123007.649000', '123007.651000', '123007.654000', '123007.657000', '123007.659000', '123007.662000', '123007.665000', '123007.667000', '123007.670000', '123007.672000', '123007.675000', '123007.678000', '123007.680000', '123007.683000', '123007.685000', '123007.688000', '123007.691000', '123007.693000', '123007.696000', '123007.698000', '123007.701000', '123007.704000', '123007.706000', '123007.709000', '123007.711000', '123007.714000', '123007.717000', '123007.719000', '123007.722000', '123027.610000', '123027.613000', '123027.616000', '123027.618000', '123027.621000', '123027.624000', '123027.626000', '123027.629000', '123027.631000', '123027.634000', '123027.637000', '123027.639000', '123027.642000', '123027.645000', '123027.647000', '123027.650000', '123027.652000', '123027.655000', '123027.657000', '123027.660000', '123027.663000', '123027.665000', '123027.668000', '123027.670000', '123027.673000', '123027.676000', '123027.678000', '123027.681000', '123027.684000', '123027.686000', '123027.689000', '123027.691000', '123027.694000', '123027.696000', '123027.699000', '123027.702000', '123027.718000', '123027.720000', '123027.723000', '123027.726000', '123027.728000', '123027.731000', '123027.734000', '123047.611000', '123047.614000', '123047.616000', '123047.619000', '123047.622000', '123047.625000', '123047.627000', '123047.630000', '123047.633000', '123047.635000', '123047.638000', '123047.640000', '123047.643000', '123047.646000', '123047.648000', '123047.651000', '123047.654000', '123047.656000', '123047.659000', '123047.661000', '123047.664000', '123047.667000', '123047.669000', '123047.672000', '123047.675000', '123047.678000', '123047.681000', '123047.683000', '123047.686000', '123047.689000', '123047.691000', '123047.694000', '123047.697000', '123047.699000', '123047.702000', '123047.705000', '123047.707000', '123047.710000', '123047.713000', '123047.715000', '123047.718000', '123047.720000', '123047.723000', '123047.726000', '123107.611000', '123107.614000', '123107.616000', '123107.619000', '123107.622000', '123107.625000', '123107.627000', '123107.630000', '123107.632000', '123107.635000', '123107.638000', '123107.640000', '123107.643000', '123107.646000', '123107.648000', '123107.651000', '123107.653000', '123107.656000', '123107.659000', '123107.661000', '123107.664000', '123107.667000', '123107.669000', '123107.672000', '123107.674000', '123107.677000', '123107.680000', '123107.683000', '123107.685000', '123107.688000', '123107.691000', '123107.693000', '123107.696000', '123107.698000', '123107.701000', '123107.704000', '123107.706000', '123107.709000', '123107.712000', '123107.714000', '123107.717000', '123107.719000', '123107.722000', '123127.609000', '123127.612000', '123127.615000', '123127.618000', '123127.620000', '123127.623000', '123127.625000', '123127.628000', '123127.631000', '123127.633000', '123127.636000', '123127.638000', '123127.641000', '123127.644000', '123127.646000', '123127.649000', '123127.652000', '123127.654000', '123127.657000', '123127.659000', '123127.662000', '123127.665000', '123127.667000', '123127.670000', '123127.688000', '123127.690000', '123127.693000', '123127.696000', '123127.698000', '123127.701000', '123127.704000', '123127.706000', '123127.709000', '123127.711000', '123127.714000', '123127.717000', '123127.719000', '123127.722000', '123127.724000', '123127.727000', '123127.730000', '123127.732000', '123127.735000', '123127.737000', '123147.609000', '123147.612000', '123147.615000', '123147.618000', '123147.620000', '123147.623000', '123147.625000', '123147.628000', '123147.631000', '123147.633000', '123147.636000', '123147.638000', '123147.641000', '123147.644000', '123147.646000', '123147.649000', '123147.651000', '123147.654000', '123147.657000', '123147.659000', '123147.662000', '123147.664000', '123147.667000', '123147.670000', '123147.673000', '123147.675000', '123147.678000', '123147.681000', '123147.684000', '123147.686000', '123147.689000', '123147.691000', '123147.694000', '123147.697000', '123147.699000', '123147.702000', '123147.705000', '123147.707000', '123147.710000', '123147.713000', '123147.715000', '123147.718000', '123147.721000', '123207.610000', '123207.613000', '123207.615000', '123207.638000', '123207.640000', '123207.643000', '123207.645000', '123207.648000', '123207.651000', '123207.653000', '123207.656000', '123207.659000', '123207.662000', '123207.665000', '123207.667000', '123207.670000', '123207.672000', '123207.675000', '123207.678000', '123207.681000', '123207.683000', '123207.686000', '123207.689000', '123207.691000', '123207.694000', '123207.698000', '123207.701000', '123207.703000', '123207.706000', '123207.709000', '123207.712000', '123207.714000', '123207.717000', '123207.721000', '123207.724000', '123207.726000', '123207.729000', '123207.731000', '123207.734000', '123207.737000', '123207.739000', '123207.742000', '123207.744000', '123227.609000', '123227.612000', '123227.615000', '123227.618000', '123227.620000', '123227.623000', '123227.626000', '123227.628000', '123227.631000', '123227.634000', '123227.636000', '123227.639000', '123227.642000', '123227.644000', '123227.647000', '123227.649000', '123227.652000', '123227.655000', '123227.657000', '123227.660000', '123227.663000', '123227.665000', '123227.668000', '123227.670000', '123227.673000', '123227.675000', '123227.678000', '123227.681000', '123227.683000', '123227.686000', '123227.689000', '123227.691000', '123227.694000', '123227.696000', '123227.699000', '123227.702000', '123227.704000', '123227.707000', '123227.709000', '123227.712000', '123227.715000', '123227.717000', '123227.720000', '123227.722000', '123247.611000', '123247.614000', '123247.616000', '123247.619000', '123247.622000', '123247.624000', '123247.627000', '123247.630000', '123247.632000', '123247.635000', '123247.638000', '123247.640000', '123247.643000', '123247.645000', '123247.648000', '123247.650000', '123247.653000', '123247.656000', '123247.658000', '123247.661000', '123247.664000', '123247.666000', '123247.669000', '123247.671000', '123247.674000', '123247.676000', '123247.679000', '123247.682000', '123247.684000', '123247.687000', '123247.690000', '123247.692000', '123247.695000', '123247.698000', '123247.700000', '123247.703000', '123247.705000', '123247.708000', '123247.710000', '123247.713000', '123247.716000', '123247.718000', '123247.721000', '123307.610000', '123307.613000', '123307.616000', '123307.619000', '123307.621000', '123307.624000', '123307.626000', '123307.629000', '123307.631000', '123307.634000', '123307.637000', '123307.639000', '123307.642000', '123307.644000', '123307.647000', '123307.650000', '123307.652000', '123307.655000', '123307.658000', '123307.660000', '123307.663000', '123307.665000', '123307.668000', '123307.671000', '123307.673000', '123307.676000', '123307.678000', '123307.681000', '123307.684000', '123307.686000', '123307.689000', '123307.691000', '123307.694000', '123307.697000', '123307.699000', '123307.702000', '123307.704000', '123307.707000', '123307.710000', '123307.712000', '123307.715000', '123307.717000', '123307.720000', '123307.722000', '123327.611000', '123327.613000', '123327.616000', '123327.619000', '123327.621000', '123327.624000', '123327.626000', '123327.629000', '123327.632000', '123327.634000', '123327.637000', '123327.640000', '123327.642000', '123327.645000', '123327.655000', '123327.658000', '123327.660000', '123327.663000', '123327.666000', '123327.670000', '123327.672000', '123327.675000', '123327.678000', '123327.680000', '123327.683000', '123327.685000', '123327.688000', '123327.691000', '123327.693000', '123327.696000', '123327.699000', '123327.702000', '123327.705000', '123327.707000', '123327.710000', '123327.713000', '123327.715000', '123327.718000', '123327.720000', '123327.723000', '123327.726000', '123327.728000', '123327.731000', '123347.610000', '123347.612000', '123347.615000', '123347.618000', '123347.620000', '123347.623000', '123347.626000', '123347.628000', '123347.631000', '123347.633000', '123347.636000', '123347.639000', '123347.641000', '123347.644000', '123347.646000', '123347.649000', '123347.652000', '123347.654000', '123347.657000', '123347.659000', '123347.662000', '123347.664000', '123347.667000', '123347.670000', '123347.672000', '123347.675000', '123347.678000', '123347.680000', '123347.683000', '123347.686000', '123347.688000', '123347.691000', '123347.694000', '123347.696000', '123347.699000', '123347.701000', '123347.704000', '123347.707000', '123347.709000', '123347.712000', '123347.714000', '123347.717000', '123347.720000', '123347.722000', '123407.610000', '123407.612000', '123407.615000', '123407.618000', '123407.620000', '123407.623000', '123407.626000', '123407.628000', '123407.631000', '123407.634000', '123407.637000', '123407.639000', '123407.642000', '123407.644000', '123407.647000', '123407.650000', '123407.652000', '123407.655000', '123407.657000', '123407.660000', '123407.663000', '123407.665000', '123407.668000', '123407.671000', '123407.673000', '123407.676000', '123407.685000', '123407.687000', '123407.690000', '123407.693000', '123407.695000', '123407.698000', '123407.701000', '123407.703000', '123407.706000', '123407.709000', '123407.711000', '123407.714000', '123407.716000', '123407.719000', '123407.722000', '123407.724000', '123407.727000', '123427.610000', '123427.612000', '123427.615000', '123427.618000', '123427.620000', '123427.623000', '123427.625000', '123427.628000', '123427.631000', '123427.633000', '123427.636000', '123427.639000', '123427.641000', '123427.644000', '123427.646000', '123427.649000', '123427.652000', '123427.654000', '123427.657000', '123427.659000', '123427.662000', '123427.665000', '123427.667000', '123427.670000', '123427.672000', '123427.675000', '123427.678000', '123427.680000', '123427.683000', '123427.686000', '123427.688000', '123427.691000', '123427.693000', '123427.696000', '123427.699000', '123427.701000', '123427.704000', '123427.706000', '123427.709000', '123427.711000', '123427.714000', '123427.717000', '123427.719000', '123427.722000', '123447.610000', '123447.612000', '123447.615000', '123447.618000', '123447.620000', '123447.623000', '123447.625000', '123447.628000', '123447.631000', '123447.633000', '123447.636000', '123447.670000', '123447.673000', '123447.676000', '123447.678000', '123447.681000', '123447.684000', '123447.686000', '123447.689000', '123447.693000', '123447.696000', '123447.698000', '123447.701000', '123447.704000', '123447.706000', '123447.709000', '123447.712000', '123447.714000', '123447.717000', '123447.719000', '123447.722000', '123447.725000', '123447.727000', '123447.730000', '123447.732000', '123447.735000', '123447.738000', '123447.742000', '123447.744000', '123447.747000', '123447.750000', '123447.752000', '123447.755000', '123507.611000', '123507.614000', '123507.616000', '123507.619000', '123507.622000', '123507.624000', '123507.627000', '123507.630000', '123507.632000', '123507.635000', '123507.638000', '123507.640000', '123507.643000', '123507.646000', '123507.648000', '123507.651000', '123507.654000', '123507.656000', '123507.659000', '123507.661000', '123507.664000', '123507.667000', '123507.669000', '123507.672000', '123507.675000', '123507.677000', '123507.680000', '123507.682000', '123507.685000', '123507.688000', '123507.690000', '123507.693000', '123507.695000', '123507.698000', '123507.701000', '123507.703000', '123507.706000', '123507.709000', '123507.711000', '123507.714000', '123507.717000', '123507.719000', '123507.722000', '123507.724000', '123527.610000', '123527.613000', '123527.616000', '123527.619000', '123527.621000', '123527.624000', '123527.626000', '123527.629000', '123527.631000', '123527.634000', '123527.637000', '123527.639000', '123527.642000', '123527.645000', '123527.648000', '123527.650000', '123527.653000', '123527.655000', '123527.658000', '123527.661000', '123527.663000', '123527.666000', '123527.669000', '123527.671000', '123527.674000', '123527.677000', '123527.679000', '123527.682000', '123527.685000', '123527.687000', '123527.690000', '123527.692000', '123527.695000', '123527.698000', '123527.700000', '123527.703000', '123527.705000', '123527.708000', '123527.711000', '123527.713000', '123527.716000', '123527.718000', '123527.721000', '123547.611000', '123547.613000', '123547.616000', '123547.620000', '123547.622000', '123547.625000', '123547.627000', '123547.630000', '123547.633000', '123547.635000', '123547.638000', '123547.641000', '123547.643000', '123547.646000', '123547.649000', '123547.651000', '123547.654000', '123547.657000', '123547.659000', '123547.662000', '123547.665000', '123547.667000', '123547.670000', '123547.673000', '123547.675000', '123547.678000', '123547.680000', '123547.683000', '123547.686000', '123547.688000', '123547.691000', '123547.694000', '123547.696000', '123547.699000', '123547.702000', '123547.704000', '123547.707000', '123547.710000', '123547.712000', '123547.715000', '123547.717000', '123547.720000', '123547.723000', '123547.725000', '123607.609000', '123607.613000', '123607.615000', '123607.618000', '123607.620000', '123607.623000', '123607.626000', '123607.629000', '123607.631000', '123607.634000', '123607.637000', '123607.639000', '123607.642000', '123607.645000', '123607.647000', '123607.650000', '123607.653000', '123607.655000', '123607.658000', '123607.660000', '123607.663000', '123607.666000', '123607.669000', '123607.671000', '123607.674000', '123607.677000', '123607.679000', '123607.682000', '123607.684000', '123607.687000', '123607.690000', '123607.693000', '123607.695000', '123607.698000', '123607.700000', '123607.703000', '123607.706000', '123607.708000', '123607.711000', '123607.714000', '123607.716000', '123607.719000', '123607.721000', '123611.408000', '123611.410000', '123611.413000', '123611.416000', '123611.418000', '123611.421000', '123611.423000', '123611.426000', '123611.429000'], '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': [8912, 15888, 11320, 8408, 18048, 10422, 8922, 13103, 8934, 17934, 11673, 7740, 13328, 8746, 7439, 8785, 10747, 8535, 8510, 12569, 8710, 7544, 13552, 11576, 8714, 10959, 14773, 9390, 8329, 16873, 13189, 9360, 10695, 15439, 9813, 10221, 18787, 13178, 8700, 7271, 14523, 9529, 9212, 15293, 14308, 8751, 7144, 15343, 10102, 9151, 16766, 13278, 8447, 8713, 14350, 9291, 8915, 13326, 12904, 8325, 8495, 15660, 10206, 8920, 13671, 13462, 8519, 9619, 15370, 9615, 8365, 14510, 12188, 8141, 15364, 12170, 9640, 17687, 15187, 9499, 8205, 13783, 8796, 8863, 17926, 11811, 7468, 15866, 14016, 7960, 9181, 10081, 8238, 6600, 10472, 8488, 7550, 11872, 14143, 10638, 9450, 15756, 11978, 9980, 17049, 11923, 12139, 17866, 13042, 7886, 15753, 10404, 7537, 16095, 11389, 7994, 11754, 10131, 7793, 14341, 11827, 8074, 16853, 11144, 7591, 14652, 9420, 7277, 15276, 10244, 7389, 10378, 10249, 8208, 10198, 16028, 11455, 7751, 15580, 10668, 12795, 16063, 12121, 11922, 14655, 8864, 8842, 12744, 8738, 13014, 14932, 8946, 13558, 10980, 7426, 16517, 11615, 7587, 9983, 9618, 7977, 15971, 11817, 7824, 17022, 11007, 7261, 14738, 9295, 8456, 16146, 9961, 7077, 12111, 8821, 7604, 14248, 12554, 8135, 13394, 10040, 7172, 14184, 11688, 8524, 10414, 11795, 8073, 9545, 13308, 9513, 9174, 16136, 10158, 7224, 14710, 10329, 8133, 15238, 10490, 7534, 10717, 12513, 10692, 14040, 12831, 9080, 7488, 8971, 7840, 9969, 15780, 11026, 6835, 13380, 8636, 7259, 13987, 10562, 9726, 13148, 11933, 7614, 13845, 11503, 10017, 17628, 11326, 6996, 12930, 8857, 7560, 13397, 9910, 7338, 13503, 8175, 9048, 10907, 7950, 9912, 14313, 9159, 6811, 14804, 11753, 8799, 7468, 14325, 11507, 8682, 10987, 14304, 8715, 15654, 12927, 10180, 19045, 12609, 7060, 14815, 9370, 7154, 14670, 9995, 6788, 11063, 8936, 7168, 13828, 9650, 10658, 13929, 8000, 11842, 9446, 6915, 14766, 10944, 7274, 11465, 7353, 7054, 10727, 10338, 7556, 11238, 10422, 7203, 10452, 13922, 11779, 14676, 14570, 8701, 13126, 10478, 6887, 16161, 11257, 8717, 12611, 8659, 6882, 13555, 10159, 8312, 16032, 12125, 7852, 15081, 9889, 14724, 12419, 9456, 17310, 8836, 6624, 13014, 8450, 8636, 13188, 9024, 9648, 13189, 7765, 6927, 12058, 8342, 9773, 15739, 11665, 8860, 10780, 7714, 16039, 14463, 10090, 7036, 12329, 11018, 10208, 12191, 13587, 8027, 13389, 11469, 10264, 18397, 13615, 8228, 14081, 8859, 8480, 10432, 7576, 16158, 10981, 10831, 8692, 7324, 11697, 7998, 7085, 12744, 9129, 6880, 10780, 7689, 14107, 10591, 15443, 11447, 12526, 12295, 7397, 12036, 8014, 6886, 11297, 8272, 8050, 10566, 7637, 10718, 10785, 11631, 13807, 11908, 17460, 9131, 7012, 13260, 7753, 15765, 11650, 15499, 10716, 7464, 8113, 8229, 7347, 13172, 8860, 9808, 11123, 7505, 13241, 8985, 13774, 12680, 15279, 16407, 9531, 11987, 7889, 6831, 13904, 9149, 6988, 13111, 7666, 9488, 11008, 13097, 13689, 12741, 16566, 9354, 14408, 8289, 8073, 11273, 7770, 6811, 8326, 7407, 11410, 10994, 9008, 15195, 10297, 9114, 13074, 13951, 12638, 8808, 17893, 11703, 8769, 9203, 7287, 12901, 8852, 11324, 11032, 7382, 14753, 8295, 10111, 9592, 7779, 16200, 11920, 8314, 11450, 8415, 7663, 7870, 12541, 9017, 9855, 14149, 8691, 14390, 10523, 11408, 17891, 11813, 9295, 11009, 7705, 11058, 10176, 9056, 13771, 10335, 12458, 12429, 12539, 11373, 8724, 17741, 9763, 6998, 10791, 7689, 7487, 14887, 10517, 7281, 14583, 9143, 16607, 11898, 15120, 11458, 8094, 16433, 7998, 6809, 11843, 7861, 7686, 15989, 11388, 7800, 14769, 9638, 10928, 13896, 10643, 10218, 11648, 7653, 14469, 9298, 8796, 14520, 9682, 6806, 11361, 7875, 7506, 12371, 9292, 9001, 13875, 8161, 11452, 9892, 8238, 16713, 11888, 8818, 11859, 7652, 8278, 12276, 9860, 9048, 13397, 7932, 12569, 10463, 13716, 13157, 10020, 16666, 7778, 7938, 10719, 9652, 7579, 7026, 13848, 11705, 8450, 9013, 13329, 8170, 9685, 16714, 11857, 8943, 16513, 10233, 10719, 13138, 10363, 17668, 12281, 7770, 14973, 7929, 8443, 15206, 10602, 7058, 10315, 7566, 7357, 11792, 7839, 12365, 11733, 7772, 9663, 8777, 7253, 15386, 12176, 8424, 12422, 9141, 7312, 15028, 9232, 9114, 17043, 12364, 7985, 13306, 8265, 16425, 12180, 15905, 11699, 7472, 13702, 7413, 6829, 11026, 7570, 9513, 12562, 7299, 7345, 9460, 6977, 14871, 11109, 9969, 12519, 7466, 7087, 10471, 7385, 12771, 11465, 8225, 12008, 9332, 7032, 16086, 9830, 11543, 16022, 10779, 14832, 9851, 8775, 12120, 9125, 15297, 10908, 9031, 8830, 11233, 8268, 6907, 13692, 9806, 10132, 14614, 8437, 14901, 9361, 16281, 11270, 10049, 16938, 7985, 8085, 8251, 7079, 15097, 9590, 6940, 10814, 7416, 12653, 10045, 7878, 15357, 8593, 7446, 12235, 8976, 12389, 9767, 6880, 14668, 8849, 13669, 12490, 8493, 16583, 8881, 12007, 9833, 8598, 16702, 12723, 7777, 10564, 7210, 10823, 9143, 9202, 16239, 10319, 6956, 13567, 8504, 11118, 15973, 10607, 10981, 8662, 6979, 14376, 9719, 14816, 11416, 7909, 12035, 7464, 7055, 12674, 9040, 9864, 15097, 8948, 9603, 10047, 7780, 16838, 11780, 9347, 13649, 7971, 12052, 9905, 9012, 17525, 12024, 6725, 10953, 7497, 14354, 8601, 8185, 16216, 10415, 6635, 12410, 7840, 10745, 10408, 11324, 14506, 9637, 6692, 14493, 8872, 10493, 15212, 10323, 10872, 8905, 6911, 16084, 10297, 10277, 12749, 7468, 16529, 9406, 10830, 11993, 10740, 15775, 9278, 6986, 12038, 7448, 10822, 10654, 9068, 12495, 7907, 7043, 13686, 8280, 13384, 12138, 9403, 15550, 8675, 9020, 9430, 7144, 12117, 13084, 7824, 9838, 9787, 7143, 15373, 12224, 12544, 12675, 8178, 11767, 8779, 7860, 16656, 12210, 7743, 11608, 7224, 15445, 9888, 16609, 11337, 8773, 13310, 7439, 7616, 8252, 6994, 14184, 10791, 8149, 10577, 7195, 14844, 11036, 17185, 12675, 8050, 11523, 7362, 9114, 8506, 6855, 15595, 11066, 7277, 10523, 7168, 15515, 10267, 9244, 15144, 10008, 9435, 9205, 7141, 14505, 10417, 12418, 13485, 8345, 10314, 8363, 7073, 12737, 9809, 9035, 14827, 9030, 7369, 14968, 10326, 16828, 11869, 7593, 13426, 7971, 7903, 10595, 9927, 11964, 10340, 6947, 11997, 8853, 7467, 17174, 12912, 7798, 14373, 8329, 8179, 13443, 8915, 10098, 11987, 7435, 12936, 11318, 12875, 19392, 13847, 9120, 10520, 7906, 14606, 8566, 11777, 13362, 7828, 10093, 8443, 7062, 14921, 9303, 8316, 16520, 9156, 6650, 12824, 7861, 11206, 12715, 10113, 16020, 10385, 7933, 12412, 8306, 16685, 12160, 7737, 12052, 7968, 7167, 15032, 10193, 12444, 15042, 8397, 7826, 10146, 7172, 11910, 14077, 9008, 14639, 10413, 7170, 15417, 9410, 13754, 13756, 7984, 9204, 9835, 7454, 14310, 12854, 7689, 16860, 8248, 7364, 10766, 7995, 16194, 11768, 7274, 14731, 7989, 11069, 10717, 9243, 17019, 9134, 9692, 10319, 7296, 13849, 10603, 16672, 8639, 6802, 11176, 7403, 7185, 12363, 8048, 6795, 10898, 7154, 14403, 11617, 14856, 12015, 7725, 16744, 8452, 7937, 12373, 8708, 15661, 14622, 9702, 12241, 10015, 8158, 15693, 14526, 19331, 13820, 9299, 12723, 8458, 7773, 13330, 10427, 15144, 14121, 9319, 18554, 12445, 15849, 12026, 7676, 15226, 7163, 6956, 9857, 7324, 14434, 10448, 7074, 14196, 7602, 7075, 11668, 8484, 14555, 11394, 7607, 15811, 8314, 8823, 14538, 10532, 11560, 16145, 12164, 6908, 12822, 8754, 7360, 13902, 11989, 7775, 11927, 9285, 6994, 11774, 9515, 11574, 14314, 8184, 10493, 12404, 10443, 9655, 8979, 7015, 12340, 9235, 9194, 14582, 10782, 13333, 9320, 9547, 12924, 11688, 18659, 14037, 6912, 10462, 7318, 8697, 9521, 7785, 15105, 11795, 8651, 13935, 8735, 7028, 12699, 7887, 13066, 8549, 10740, 10809, 7307, 14727, 8398, 14717, 10582, 12968, 17494, 11433, 12670, 8903, 8284, 11078, 9000, 16496, 8283, 6954, 9155, 6900, 12852, 9371, 13902, 10787, 7601, 9584, 7162, 13142, 8518, 16445, 11511, 7039, 9170, 7182, 7343, 10834, 8266, 9791, 9755, 6945, 14618, 9828, 13570, 10356, 18479, 11919, 8593, 10315, 6967, 15413, 9614, 16153, 14200, 13567, 9343, 7367, 11157, 7571, 12393, 9987, 7261, 11747, 7665, 12186, 9153, 8812, 14350, 8650, 12160, 8713, 7663, 11746, 10848, 16466, 12656, 10073, 8709, 7236, 12489, 9564, 9648, 11119, 7307, 9191, 9462, 9617, 15693, 12770, 13932, 9212, 7050, 12026, 8744, 7661, 13516, 7318, 7077, 9822, 7613, 14513, 11255, 7727, 12217, 8248, 8124, 11841, 9155, 10482, 10692, 7151, 12218, 9138, 8662, 16913, 12262, 9669, 9580, 7401, 11454, 10561, 9112, 15096, 8621, 7394, 13972, 10315, 11146, 17249, 8679, 7192, 11419, 7452, 14271, 11643, 7658, 15748, 8052, 8063, 10936, 9005, 16418, 14041, 7269, 10508, 7689, 11862, 9602, 7794, 15770, 7627, 7035, 11230, 7632, 11480, 9783, 7524, 15609, 8167, 7358, 10718, 7696, 15266, 11048, 7486, 12156, 7694, 7279, 11231, 8398, 14181, 11223, 7007, 13219, 8153, 13410, 8203, 18331, 11370, 7000, 11124, 7322, 11906, 8592, 7624, 12430, 9352, 7890, 8969, 7022, 13835, 8876, 13851, 12185, 7559, 15708, 8218, 7831, 11638, 11354, 18564, 14672, 7864, 9986, 7027, 13083, 10368, 12528, 18944, 14791, 10516, 7469, 7628, 7033, 10358, 10864, 13443, 12854, 9528, 16514, 16734], 'WindowCenter': [4251.0, 4303.0, 4234.0, 4187.0, 4257.0, 4190.0, 4168.0, 4209.0, 4167.0, 4237.0, 4185.0, 4143.0, 4194.0, 4153.0, 4145.0, 4167.0, 4198.0, 4179.0, 4182.0, 4239.0, 4193.0, 4160.0, 4220.0, 4199.0, 4170.0, 4200.0, 4219.0, 4177.0, 4168.0, 4240.0, 4209.0, 4178.0, 4188.0, 4230.0, 4176.0, 4175.0, 4249.0, 4207.0, 4168.0, 4158.0, 4218.0, 4175.0, 4164.0, 4229.0, 4219.0, 4167.0, 4146.0, 4215.0, 4174.0, 4164.0, 4227.0, 4194.0, 4153.0, 4153.0, 4217.0, 4177.0, 4165.0, 4218.0, 4206.0, 4153.0, 4153.0, 4215.0, 4174.0, 4164.0, 4205.0, 4205.0, 4152.0, 4174.0, 4215.0, 4164.0, 4154.0, 4217.0, 4193.0, 4154.0, 4214.0, 4182.0, 4162.0, 4227.0, 4203.0, 4161.0, 4140.0, 4203.0, 4151.0, 4151.0, 4226.0, 4182.0, 4145.0, 4242.0, 4206.0, 4156.0, 4177.0, 4174.0, 4152.0, 4134.0, 4185.0, 4164.0, 4158.0, 4209.0, 4218.0, 4187.0, 4178.0, 4228.0, 4196.0, 4176.0, 4226.0, 4185.0, 4184.0, 4226.0, 4193.0, 4141.0, 4213.0, 4172.0, 4144.0, 4215.0, 4183.0, 4142.0, 4184.0, 4173.0, 4157.0, 4205.0, 4183.0, 4143.0, 4225.0, 4172.0, 4131.0, 4202.0, 4162.0, 4132.0, 4216.0, 4173.0, 4133.0, 4174.0, 4175.0, 4166.0, 4187.0, 4229.0, 4198.0, 4156.0, 4228.0, 4190.0, 4209.0, 4217.0, 4195.0, 4185.0, 4205.0, 4153.0, 4166.0, 4195.0, 4154.0, 4195.0, 4215.0, 4164.0, 4195.0, 4172.0, 4133.0, 4215.0, 4184.0, 4143.0, 4174.0, 4163.0, 4156.0, 4227.0, 4187.0, 4145.0, 4226.0, 4173.0, 4132.0, 4205.0, 4163.0, 4153.0, 4227.0, 4175.0, 4146.0, 4210.0, 4178.0, 4156.0, 4217.0, 4196.0, 4155.0, 4206.0, 4163.0, 4135.0, 4206.0, 4196.0, 4155.0, 4176.0, 4184.0, 4155.0, 4176.0, 4206.0, 4165.0, 4165.0, 4228.0, 4202.0, 4146.0, 4216.0, 4174.0, 4155.0, 4230.0, 4187.0, 4158.0, 4186.0, 4197.0, 4188.0, 4218.0, 4195.0, 4165.0, 4133.0, 4153.0, 4155.0, 4174.0, 4216.0, 4185.0, 4137.0, 4206.0, 4153.0, 4134.0, 4206.0, 4175.0, 4166.0, 4208.0, 4196.0, 4156.0, 4206.0, 4185.0, 4164.0, 4242.0, 4174.0, 4132.0, 4193.0, 4153.0, 4144.0, 4194.0, 4163.0, 4133.0, 4194.0, 4153.0, 4153.0, 4173.0, 4143.0, 4175.0, 4218.0, 4167.0, 4139.0, 4232.0, 4210.0, 4169.0, 4161.0, 4232.0, 4201.0, 4167.0, 4187.0, 4207.0, 4157.0, 4218.0, 4198.0, 4176.0, 4239.0, 4183.0, 4133.0, 4204.0, 4152.0, 4134.0, 4205.0, 4177.0, 4134.0, 4174.0, 4152.0, 4133.0, 4205.0, 4165.0, 4175.0, 4205.0, 4144.0, 4183.0, 4162.0, 4133.0, 4205.0, 4187.0, 4134.0, 4184.0, 4144.0, 4135.0, 4185.0, 4177.0, 4144.0, 4185.0, 4175.0, 4147.0, 4174.0, 4207.0, 4185.0, 4206.0, 4204.0, 4155.0, 4194.0, 4171.0, 4121.0, 4214.0, 4185.0, 4154.0, 4197.0, 4152.0, 4132.0, 4193.0, 4162.0, 4142.0, 4216.0, 4186.0, 4171.0, 4217.0, 4175.0, 4205.0, 4183.0, 4162.0, 4226.0, 4150.0, 4120.0, 4192.0, 4140.0, 4141.0, 4193.0, 4165.0, 4164.0, 4194.0, 4143.0, 4133.0, 4195.0, 4154.0, 4176.0, 4230.0, 4199.0, 4167.0, 4187.0, 4160.0, 4232.0, 4219.0, 4177.0, 4150.0, 4211.0, 4200.0, 4177.0, 4198.0, 4195.0, 4145.0, 4207.0, 4187.0, 4176.0, 4229.0, 4207.0, 4155.0, 4206.0, 4153.0, 4153.0, 4173.0, 4133.0, 4215.0, 4173.0, 4173.0, 4140.0, 4133.0, 4182.0, 4142.0, 4144.0, 4208.0, 4177.0, 4148.0, 4186.0, 4157.0, 4207.0, 4189.0, 4217.0, 4185.0, 4184.0, 4183.0, 4132.0, 4183.0, 4142.0, 4134.0, 4184.0, 4155.0, 4155.0, 4175.0, 4156.0, 4187.0, 4186.0, 4187.0, 4209.0, 4198.0, 4238.0, 4165.0, 4134.0, 4195.0, 4144.0, 4216.0, 4185.0, 4217.0, 4173.0, 4144.0, 4143.0, 4153.0, 4144.0, 4196.0, 4166.0, 4178.0, 4186.0, 4145.0, 4206.0, 4167.0, 4207.0, 4196.0, 4216.0, 4215.0, 4162.0, 4183.0, 4141.0, 4134.0, 4205.0, 4164.0, 4134.0, 4205.0, 4144.0, 4175.0, 4187.0, 4206.0, 4207.0, 4195.0, 4215.0, 4152.0, 4193.0, 4153.0, 4143.0, 4184.0, 4144.0, 4133.0, 4152.0, 4145.0, 4196.0, 4186.0, 4168.0, 4230.0, 4176.0, 4165.0, 4195.0, 4207.0, 4195.0, 4153.0, 4226.0, 4183.0, 4153.0, 4152.0, 4133.0, 4195.0, 4165.0, 4185.0, 4187.0, 4145.0, 4216.0, 4155.0, 4176.0, 4164.0, 4145.0, 4230.0, 4198.0, 4157.0, 4198.0, 4155.0, 4157.0, 4169.0, 4210.0, 4168.0, 4178.0, 4209.0, 4168.0, 4220.0, 4189.0, 4187.0, 4241.0, 4187.0, 4165.0, 4174.0, 4157.0, 4187.0, 4177.0, 4166.0, 4207.0, 4175.0, 4195.0, 4194.0, 4195.0, 4173.0, 4154.0, 4228.0, 4163.0, 4133.0, 4185.0, 4156.0, 4158.0, 4218.0, 4187.0, 4148.0, 4217.0, 4167.0, 4217.0, 4186.0, 4206.0, 4186.0, 4143.0, 4216.0, 4142.0, 4134.0, 4196.0, 4155.0, 4174.0, 4243.0, 4199.0, 4157.0, 4219.0, 4192.0, 4189.0, 4208.0, 4176.0, 4177.0, 4186.0, 4146.0, 4206.0, 4166.0, 4166.0, 4218.0, 4178.0, 4134.0, 4185.0, 4155.0, 4146.0, 4197.0, 4167.0, 4166.0, 4207.0, 4156.0, 4186.0, 4175.0, 4154.0, 4216.0, 4199.0, 4155.0, 4185.0, 4143.0, 4155.0, 4196.0, 4176.0, 4166.0, 4206.0, 4156.0, 4195.0, 4186.0, 4206.0, 4196.0, 4165.0, 4227.0, 4144.0, 4145.0, 4175.0, 4164.0, 4157.0, 4148.0, 4219.0, 4198.0, 4156.0, 4167.0, 4207.0, 4168.0, 4180.0, 4229.0, 4198.0, 4168.0, 4228.0, 4175.0, 4175.0, 4196.0, 4175.0, 4229.0, 4183.0, 4131.0, 4203.0, 4141.0, 4144.0, 4215.0, 4175.0, 4133.0, 4162.0, 4131.0, 4132.0, 4184.0, 4143.0, 4198.0, 4197.0, 4143.0, 4163.0, 4153.0, 4145.0, 4217.0, 4196.0, 4155.0, 4195.0, 4153.0, 4133.0, 4216.0, 4165.0, 4155.0, 4229.0, 4196.0, 4143.0, 4193.0, 4154.0, 4215.0, 4184.0, 4203.0, 4172.0, 4120.0, 4191.0, 4118.0, 4121.0, 4184.0, 4144.0, 4164.0, 4195.0, 4144.0, 4133.0, 4163.0, 4135.0, 4216.0, 4186.0, 4176.0, 4195.0, 4133.0, 4132.0, 4175.0, 4145.0, 4196.0, 4186.0, 4155.0, 4196.0, 4164.0, 4135.0, 4228.0, 4165.0, 4185.0, 4217.0, 4174.0, 4205.0, 4162.0, 4142.0, 4186.0, 4164.0, 4217.0, 4187.0, 4166.0, 4166.0, 4185.0, 4155.0, 4148.0, 4220.0, 4189.0, 4176.0, 4206.0, 4144.0, 4204.0, 4152.0, 4215.0, 4172.0, 4165.0, 4216.0, 4142.0, 4141.0, 4153.0, 4134.0, 4215.0, 4163.0, 4133.0, 4184.0, 4147.0, 4207.0, 4176.0, 4156.0, 4216.0, 4154.0, 4146.0, 4195.0, 4155.0, 4196.0, 4164.0, 4134.0, 4217.0, 4166.0, 4206.0, 4197.0, 4155.0, 4216.0, 4152.0, 4183.0, 4162.0, 4142.0, 4216.0, 4193.0, 4132.0, 4161.0, 4133.0, 4184.0, 4164.0, 4164.0, 4215.0, 4162.0, 4133.0, 4205.0, 4155.0, 4186.0, 4228.0, 4174.0, 4173.0, 4151.0, 4133.0, 4204.0, 4165.0, 4206.0, 4186.0, 4142.0, 4183.0, 4131.0, 4134.0, 4196.0, 4154.0, 4176.0, 4206.0, 4153.0, 4163.0, 4163.0, 4145.0, 4215.0, 4184.0, 4151.0, 4192.0, 4130.0, 4183.0, 4162.0, 4152.0, 4226.0, 4182.0, 4121.0, 4160.0, 4133.0, 4203.0, 4141.0, 4142.0, 4217.0, 4161.0, 4122.0, 4182.0, 4145.0, 4174.0, 4174.0, 4186.0, 4206.0, 4162.0, 4124.0, 4205.0, 4166.0, 4174.0, 4218.0, 4176.0, 4186.0, 4165.0, 4136.0, 4215.0, 4174.0, 4174.0, 4194.0, 4132.0, 4214.0, 4153.0, 4173.0, 4183.0, 4174.0, 4215.0, 4151.0, 4121.0, 4182.0, 4144.0, 4174.0, 4173.0, 4166.0, 4195.0, 4143.0, 4133.0, 4205.0, 4156.0, 4206.0, 4195.0, 4165.0, 4204.0, 4152.0, 4153.0, 4164.0, 4134.0, 4195.0, 4208.0, 4145.0, 4175.0, 4174.0, 4146.0, 4216.0, 4198.0, 4198.0, 4194.0, 4142.0, 4184.0, 4155.0, 4144.0, 4216.0, 4195.0, 4132.0, 4184.0, 4132.0, 4203.0, 4175.0, 4226.0, 4173.0, 4153.0, 4193.0, 4131.0, 4131.0, 4153.0, 4134.0, 4204.0, 4185.0, 4143.0, 4173.0, 4122.0, 4205.0, 4186.0, 4226.0, 4195.0, 4142.0, 4172.0, 4131.0, 4165.0, 4154.0, 4135.0, 4217.0, 4186.0, 4133.0, 4172.0, 4134.0, 4218.0, 4176.0, 4163.0, 4217.0, 4163.0, 4163.0, 4152.0, 4133.0, 4205.0, 4175.0, 4184.0, 4195.0, 4143.0, 4162.0, 4153.0, 4146.0, 4206.0, 4175.0, 4167.0, 4218.0, 4164.0, 4144.0, 4218.0, 4177.0, 4227.0, 4198.0, 4145.0, 4193.0, 4155.0, 4155.0, 4174.0, 4178.0, 4196.0, 4174.0, 4135.0, 4197.0, 4166.0, 4145.0, 4242.0, 4196.0, 4144.0, 4205.0, 4156.0, 4156.0, 4205.0, 4166.0, 4177.0, 4196.0, 4145.0, 4208.0, 4186.0, 4207.0, 4252.0, 4209.0, 4166.0, 4175.0, 4145.0, 4216.0, 4155.0, 4184.0, 4206.0, 4143.0, 4164.0, 4141.0, 4134.0, 4216.0, 4164.0, 4155.0, 4228.0, 4164.0, 4134.0, 4196.0, 4156.0, 4199.0, 4197.0, 4177.0, 4217.0, 4174.0, 4143.0, 4195.0, 4155.0, 4227.0, 4197.0, 4144.0, 4195.0, 4143.0, 4147.0, 4217.0, 4176.0, 4208.0, 4217.0, 4154.0, 4144.0, 4176.0, 4135.0, 4198.0, 4221.0, 4167.0, 4218.0, 4175.0, 4146.0, 4218.0, 4165.0, 4207.0, 4207.0, 4143.0, 4163.0, 4175.0, 4144.0, 4205.0, 4196.0, 4144.0, 4227.0, 4154.0, 4145.0, 4185.0, 4155.0, 4228.0, 4197.0, 4144.0, 4216.0, 4156.0, 4188.0, 4175.0, 4164.0, 4227.0, 4163.0, 4163.0, 4173.0, 4144.0, 4204.0, 4187.0, 4226.0, 4152.0, 4122.0, 4185.0, 4145.0, 4148.0, 4209.0, 4157.0, 4147.0, 4188.0, 4147.0, 4220.0, 4199.0, 4218.0, 4199.0, 4145.0, 4216.0, 4143.0, 4145.0, 4195.0, 4154.0, 4227.0, 4219.0, 4176.0, 4196.0, 4174.0, 4156.0, 4218.0, 4218.0, 4240.0, 4195.0, 4164.0, 4195.0, 4142.0, 4145.0, 4195.0, 4175.0, 4218.0, 4206.0, 4164.0, 4226.0, 4196.0, 4215.0, 4184.0, 4132.0, 4203.0, 4121.0, 4132.0, 4164.0, 4135.0, 4204.0, 4174.0, 4133.0, 4204.0, 4142.0, 4134.0, 4185.0, 4154.0, 4220.0, 4185.0, 4144.0, 4216.0, 4156.0, 4156.0, 4217.0, 4189.0, 4187.0, 4231.0, 4198.0, 4135.0, 4197.0, 4155.0, 4145.0, 4206.0, 4187.0, 4146.0, 4185.0, 4164.0, 4136.0, 4185.0, 4165.0, 4198.0, 4207.0, 4155.0, 4187.0, 4198.0, 4189.0, 4177.0, 4164.0, 4134.0, 4195.0, 4165.0, 4165.0, 4219.0, 4177.0, 4207.0, 4154.0, 4165.0, 4194.0, 4185.0, 4228.0, 4192.0, 4120.0, 4160.0, 4132.0, 4154.0, 4165.0, 4146.0, 4218.0, 4197.0, 4168.0, 4231.0, 4169.0, 4151.0, 4197.0, 4156.0, 4207.0, 4167.0, 4188.0, 4188.0, 4145.0, 4207.0, 4155.0, 4217.0, 4176.0, 4195.0, 4229.0, 4183.0, 4182.0, 4151.0, 4142.0, 4173.0, 4152.0, 4215.0, 4141.0, 4121.0, 4151.0, 4133.0, 4194.0, 4165.0, 4206.0, 4175.0, 4144.0, 4162.0, 4121.0, 4193.0, 4154.0, 4215.0, 4186.0, 4132.0, 4151.0, 4134.0, 4146.0, 4186.0, 4168.0, 4178.0, 4176.0, 4136.0, 4219.0, 4177.0, 4197.0, 4177.0, 4238.0, 4184.0, 4152.0, 4162.0, 4134.0, 4215.0, 4164.0, 4214.0, 4204.0, 4193.0, 4150.0, 4119.0, 4172.0, 4145.0, 4193.0, 4175.0, 4144.0, 4194.0, 4146.0, 4196.0, 4167.0, 4165.0, 4218.0, 4155.0, 4195.0, 4153.0, 4144.0, 4196.0, 4185.0, 4229.0, 4196.0, 4164.0, 4153.0, 4145.0, 4195.0, 4176.0, 4177.0, 4185.0, 4144.0, 4165.0, 4177.0, 4177.0, 4229.0, 4197.0, 4206.0, 4152.0, 4135.0, 4195.0, 4165.0, 4146.0, 4207.0, 4144.0, 4133.0, 4174.0, 4145.0, 4216.0, 4198.0, 4144.0, 4195.0, 4157.0, 4157.0, 4196.0, 4165.0, 4186.0, 4174.0, 4133.0, 4195.0, 4165.0, 4154.0, 4240.0, 4196.0, 4164.0, 4162.0, 4145.0, 4186.0, 4186.0, 4166.0, 4217.0, 4154.0, 4144.0, 4206.0, 4177.0, 4185.0, 4227.0, 4153.0, 4132.0, 4184.0, 4145.0, 4205.0, 4186.0, 4145.0, 4216.0, 4142.0, 4143.0, 4173.0, 4153.0, 4228.0, 4205.0, 4132.0, 4172.0, 4144.0, 4185.0, 4165.0, 4144.0, 4216.0, 4143.0, 4134.0, 4183.0, 4145.0, 4185.0, 4176.0, 4145.0, 4216.0, 4153.0, 4144.0, 4186.0, 4146.0, 4216.0, 4185.0, 4134.0, 4183.0, 4143.0, 4146.0, 4186.0, 4156.0, 4220.0, 4186.0, 4135.0, 4195.0, 4144.0, 4195.0, 4154.0, 4225.0, 4184.0, 4132.0, 4184.0, 4144.0, 4195.0, 4155.0, 4146.0, 4196.0, 4178.0, 4157.0, 4166.0, 4146.0, 4208.0, 4167.0, 4207.0, 4199.0, 4147.0, 4227.0, 4154.0, 4145.0, 4197.0, 4186.0, 4251.0, 4216.0, 4143.0, 4163.0, 4134.0, 4209.0, 4188.0, 4222.0, 4255.0, 4232.0, 4199.0, 4145.0, 4155.0, 4145.0, 4174.0, 4188.0, 4221.0, 4208.0, 4179.0, 4241.0, 4241.0], 'WindowWidth': [9460.0, 9508.0, 9396.0, 9317.0, 9409.0, 9306.0, 9270.0, 9324.0, 9268.0, 9363.0, 9288.0, 9227.0, 9295.0, 9241.0, 9234.0, 9267.0, 9308.0, 9287.0, 9297.0, 9383.0, 9313.0, 9260.0, 9340.0, 9310.0, 9273.0, 9312.0, 9337.0, 9280.0, 9270.0, 9368.0, 9324.0, 9281.0, 9293.0, 9353.0, 9277.0, 9273.0, 9382.0, 9317.0, 9269.0, 9257.0, 9336.0, 9271.0, 9258.0, 9352.0, 9338.0, 9266.0, 9236.0, 9329.0, 9269.0, 9257.0, 9348.0, 9295.0, 9239.0, 9239.0, 9331.0, 9280.0, 9259.0, 9334.0, 9314.0, 9241.0, 9239.0, 9326.0, 9269.0, 9256.0, 9313.0, 9310.0, 9238.0, 9270.0, 9326.0, 9256.0, 9244.0, 9331.0, 9292.0, 9243.0, 9321.0, 9275.0, 9249.0, 9346.0, 9306.0, 9246.0, 9219.0, 9305.0, 9233.0, 9235.0, 9344.0, 9275.0, 9231.0, 9373.0, 9313.0, 9249.0, 9278.0, 9268.0, 9236.0, 9215.0, 9285.0, 9257.0, 9254.0, 9323.0, 9334.0, 9292.0, 9279.0, 9347.0, 9301.0, 9273.0, 9343.0, 9285.0, 9279.0, 9346.0, 9292.0, 9220.0, 9322.0, 9264.0, 9229.0, 9325.0, 9277.0, 9224.0, 9281.0, 9267.0, 9252.0, 9313.0, 9280.0, 9224.0, 9338.0, 9263.0, 9205.0, 9302.0, 9249.0, 9208.0, 9327.0, 9265.0, 9212.0, 9270.0, 9270.0, 9262.0, 9289.0, 9352.0, 9307.0, 9249.0, 9347.0, 9300.0, 9320.0, 9331.0, 9298.0, 9285.0, 9310.0, 9239.0, 9262.0, 9298.0, 9242.0, 9298.0, 9323.0, 9254.0, 9297.0, 9263.0, 9212.0, 9325.0, 9281.0, 9227.0, 9268.0, 9253.0, 9250.0, 9346.0, 9288.0, 9230.0, 9342.0, 9264.0, 9209.0, 9310.0, 9253.0, 9240.0, 9347.0, 9269.0, 9237.0, 9328.0, 9282.0, 9248.0, 9329.0, 9300.0, 9244.0, 9313.0, 9251.0, 9219.0, 9313.0, 9300.0, 9243.0, 9273.0, 9279.0, 9245.0, 9274.0, 9312.0, 9259.0, 9258.0, 9348.0, 9319.0, 9234.0, 9329.0, 9269.0, 9244.0, 9353.0, 9291.0, 9254.0, 9289.0, 9303.0, 9292.0, 9336.0, 9299.0, 9257.0, 9212.0, 9237.0, 9246.0, 9269.0, 9329.0, 9285.0, 9226.0, 9316.0, 9238.0, 9214.0, 9316.0, 9271.0, 9259.0, 9319.0, 9301.0, 9249.0, 9313.0, 9285.0, 9255.0, 9381.0, 9268.0, 9210.0, 9292.0, 9237.0, 9228.0, 9296.0, 9252.0, 9212.0, 9294.0, 9238.0, 9238.0, 9266.0, 9224.0, 9270.0, 9334.0, 9262.0, 9227.0, 9361.0, 9328.0, 9271.0, 9264.0, 9360.0, 9313.0, 9262.0, 9290.0, 9316.0, 9248.0, 9335.0, 9306.0, 9272.0, 9371.0, 9277.0, 9211.0, 9310.0, 9235.0, 9213.0, 9312.0, 9278.0, 9216.0, 9266.0, 9234.0, 9212.0, 9310.0, 9257.0, 9272.0, 9309.0, 9227.0, 9277.0, 9248.0, 9212.0, 9311.0, 9287.0, 9213.0, 9280.0, 9228.0, 9217.0, 9284.0, 9276.0, 9229.0, 9282.0, 9271.0, 9237.0, 9268.0, 9317.0, 9285.0, 9313.0, 9309.0, 9244.0, 9295.0, 9259.0, 9194.0, 9322.0, 9284.0, 9239.0, 9302.0, 9235.0, 9209.0, 9292.0, 9249.0, 9221.0, 9328.0, 9287.0, 9279.0, 9332.0, 9272.0, 9312.0, 9278.0, 9249.0, 9343.0, 9229.0, 9191.0, 9287.0, 9217.0, 9219.0, 9292.0, 9259.0, 9255.0, 9295.0, 9227.0, 9213.0, 9299.0, 9243.0, 9275.0, 9355.0, 9309.0, 9264.0, 9286.0, 9259.0, 9359.0, 9337.0, 9276.0, 9246.0, 9331.0, 9312.0, 9276.0, 9305.0, 9299.0, 9229.0, 9315.0, 9289.0, 9271.0, 9355.0, 9316.0, 9245.0, 9315.0, 9239.0, 9237.0, 9264.0, 9211.0, 9324.0, 9265.0, 9264.0, 9215.0, 9209.0, 9275.0, 9222.0, 9232.0, 9320.0, 9278.0, 9240.0, 9289.0, 9250.0, 9319.0, 9297.0, 9335.0, 9286.0, 9282.0, 9278.0, 9210.0, 9280.0, 9223.0, 9214.0, 9282.0, 9245.0, 9247.0, 9270.0, 9248.0, 9291.0, 9288.0, 9289.0, 9327.0, 9307.0, 9363.0, 9257.0, 9216.0, 9297.0, 9230.0, 9332.0, 9287.0, 9330.0, 9265.0, 9230.0, 9227.0, 9240.0, 9231.0, 9301.0, 9263.0, 9280.0, 9288.0, 9235.0, 9317.0, 9265.0, 9318.0, 9301.0, 9327.0, 9330.0, 9250.0, 9279.0, 9221.0, 9217.0, 9312.0, 9256.0, 9217.0, 9313.0, 9231.0, 9273.0, 9293.0, 9316.0, 9321.0, 9297.0, 9330.0, 9235.0, 9295.0, 9241.0, 9227.0, 9283.0, 9230.0, 9216.0, 9239.0, 9232.0, 9302.0, 9290.0, 9266.0, 9356.0, 9275.0, 9259.0, 9299.0, 9319.0, 9299.0, 9240.0, 9347.0, 9279.0, 9238.0, 9235.0, 9213.0, 9297.0, 9260.0, 9287.0, 9291.0, 9230.0, 9328.0, 9246.0, 9276.0, 9257.0, 9233.0, 9355.0, 9309.0, 9250.0, 9307.0, 9246.0, 9252.0, 9271.0, 9324.0, 9267.0, 9279.0, 9322.0, 9265.0, 9341.0, 9295.0, 9290.0, 9374.0, 9288.0, 9255.0, 9268.0, 9252.0, 9291.0, 9275.0, 9260.0, 9317.0, 9272.0, 9298.0, 9294.0, 9296.0, 9265.0, 9242.0, 9352.0, 9251.0, 9214.0, 9284.0, 9249.0, 9255.0, 9335.0, 9291.0, 9238.0, 9333.0, 9262.0, 9336.0, 9289.0, 9317.0, 9287.0, 9226.0, 9329.0, 9224.0, 9218.0, 9303.0, 9247.0, 9287.0, 9377.0, 9311.0, 9249.0, 9339.0, 9305.0, 9296.0, 9320.0, 9273.0, 9276.0, 9287.0, 9235.0, 9317.0, 9261.0, 9261.0, 9336.0, 9282.0, 9216.0, 9283.0, 9247.0, 9237.0, 9305.0, 9264.0, 9263.0, 9320.0, 9250.0, 9288.0, 9272.0, 9241.0, 9332.0, 9309.0, 9244.0, 9284.0, 9226.0, 9245.0, 9303.0, 9274.0, 9263.0, 9315.0, 9249.0, 9299.0, 9288.0, 9314.0, 9301.0, 9259.0, 9347.0, 9226.0, 9231.0, 9270.0, 9255.0, 9250.0, 9242.0, 9335.0, 9305.0, 9248.0, 9263.0, 9316.0, 9268.0, 9284.0, 9354.0, 9309.0, 9264.0, 9352.0, 9271.0, 9270.0, 9300.0, 9269.0, 9354.0, 9279.0, 9208.0, 9307.0, 9222.0, 9227.0, 9327.0, 9271.0, 9211.0, 9251.0, 9207.0, 9210.0, 9281.0, 9226.0, 9307.0, 9304.0, 9226.0, 9251.0, 9239.0, 9231.0, 9331.0, 9300.0, 9243.0, 9297.0, 9237.0, 9212.0, 9329.0, 9257.0, 9243.0, 9354.0, 9300.0, 9226.0, 9292.0, 9243.0, 9328.0, 9281.0, 9305.0, 9263.0, 9190.0, 9285.0, 9186.0, 9194.0, 9282.0, 9230.0, 9258.0, 9299.0, 9230.0, 9213.0, 9252.0, 9220.0, 9331.0, 9289.0, 9276.0, 9300.0, 9212.0, 9212.0, 9271.0, 9232.0, 9302.0, 9288.0, 9245.0, 9300.0, 9256.0, 9219.0, 9349.0, 9257.0, 9281.0, 9332.0, 9266.0, 9311.0, 9247.0, 9222.0, 9286.0, 9256.0, 9329.0, 9287.0, 9262.0, 9262.0, 9284.0, 9244.0, 9243.0, 9340.0, 9298.0, 9273.0, 9315.0, 9228.0, 9308.0, 9235.0, 9326.0, 9263.0, 9257.0, 9331.0, 9222.0, 9219.0, 9239.0, 9216.0, 9325.0, 9252.0, 9212.0, 9281.0, 9238.0, 9316.0, 9276.0, 9247.0, 9330.0, 9241.0, 9237.0, 9298.0, 9244.0, 9301.0, 9255.0, 9216.0, 9332.0, 9262.0, 9313.0, 9305.0, 9243.0, 9331.0, 9236.0, 9278.0, 9249.0, 9222.0, 9333.0, 9293.0, 9208.0, 9246.0, 9213.0, 9282.0, 9255.0, 9254.0, 9326.0, 9248.0, 9212.0, 9312.0, 9243.0, 9287.0, 9348.0, 9267.0, 9266.0, 9233.0, 9212.0, 9309.0, 9259.0, 9313.0, 9288.0, 9223.0, 9277.0, 9207.0, 9215.0, 9300.0, 9242.0, 9274.0, 9316.0, 9237.0, 9253.0, 9253.0, 9231.0, 9328.0, 9282.0, 9232.0, 9288.0, 9205.0, 9277.0, 9248.0, 9234.0, 9346.0, 9275.0, 9192.0, 9243.0, 9212.0, 9307.0, 9220.0, 9224.0, 9331.0, 9247.0, 9196.0, 9277.0, 9232.0, 9269.0, 9268.0, 9288.0, 9315.0, 9250.0, 9200.0, 9314.0, 9262.0, 9267.0, 9336.0, 9273.0, 9288.0, 9257.0, 9222.0, 9328.0, 9270.0, 9268.0, 9295.0, 9210.0, 9323.0, 9238.0, 9266.0, 9278.0, 9267.0, 9325.0, 9233.0, 9193.0, 9278.0, 9229.0, 9268.0, 9266.0, 9259.0, 9297.0, 9226.0, 9213.0, 9313.0, 9249.0, 9313.0, 9300.0, 9256.0, 9313.0, 9235.0, 9239.0, 9254.0, 9218.0, 9299.0, 9321.0, 9232.0, 9272.0, 9268.0, 9237.0, 9331.0, 9308.0, 9306.0, 9297.0, 9224.0, 9284.0, 9244.0, 9231.0, 9330.0, 9298.0, 9211.0, 9279.0, 9209.0, 9307.0, 9273.0, 9342.0, 9268.0, 9240.0, 9291.0, 9206.0, 9209.0, 9240.0, 9216.0, 9311.0, 9285.0, 9225.0, 9264.0, 9197.0, 9313.0, 9286.0, 9343.0, 9300.0, 9223.0, 9261.0, 9208.0, 9258.0, 9242.0, 9220.0, 9334.0, 9287.0, 9213.0, 9262.0, 9216.0, 9333.0, 9273.0, 9251.0, 9333.0, 9252.0, 9253.0, 9235.0, 9212.0, 9314.0, 9272.0, 9280.0, 9300.0, 9225.0, 9250.0, 9239.0, 9236.0, 9314.0, 9273.0, 9264.0, 9333.0, 9255.0, 9229.0, 9335.0, 9277.0, 9346.0, 9308.0, 9229.0, 9292.0, 9246.0, 9247.0, 9270.0, 9282.0, 9302.0, 9268.0, 9218.0, 9304.0, 9261.0, 9233.0, 9375.0, 9302.0, 9229.0, 9313.0, 9248.0, 9247.0, 9313.0, 9263.0, 9277.0, 9299.0, 9231.0, 9319.0, 9290.0, 9314.0, 9391.0, 9327.0, 9260.0, 9270.0, 9231.0, 9329.0, 9245.0, 9280.0, 9315.0, 9225.0, 9253.0, 9220.0, 9217.0, 9329.0, 9257.0, 9245.0, 9350.0, 9257.0, 9217.0, 9300.0, 9250.0, 9307.0, 9304.0, 9276.0, 9332.0, 9267.0, 9227.0, 9298.0, 9245.0, 9343.0, 9304.0, 9230.0, 9297.0, 9227.0, 9238.0, 9330.0, 9275.0, 9321.0, 9333.0, 9242.0, 9229.0, 9275.0, 9221.0, 9304.0, 9344.0, 9265.0, 9333.0, 9272.0, 9236.0, 9334.0, 9260.0, 9316.0, 9317.0, 9225.0, 9253.0, 9271.0, 9230.0, 9311.0, 9301.0, 9229.0, 9345.0, 9242.0, 9234.0, 9286.0, 9244.0, 9348.0, 9301.0, 9230.0, 9327.0, 9248.0, 9293.0, 9272.0, 9255.0, 9347.0, 9253.0, 9251.0, 9265.0, 9229.0, 9309.0, 9291.0, 9342.0, 9236.0, 9195.0, 9284.0, 9233.0, 9242.0, 9325.0, 9251.0, 9240.0, 9292.0, 9239.0, 9341.0, 9309.0, 9332.0, 9311.0, 9230.0, 9331.0, 9225.0, 9230.0, 9297.0, 9242.0, 9344.0, 9338.0, 9273.0, 9299.0, 9268.0, 9247.0, 9332.0, 9332.0, 9370.0, 9298.0, 9254.0, 9296.0, 9223.0, 9230.0, 9296.0, 9271.0, 9333.0, 9313.0, 9254.0, 9346.0, 9299.0, 9324.0, 9281.0, 9209.0, 9305.0, 9192.0, 9210.0, 9254.0, 9217.0, 9308.0, 9269.0, 9212.0, 9307.0, 9223.0, 9214.0, 9283.0, 9243.0, 9339.0, 9285.0, 9229.0, 9329.0, 9247.0, 9245.0, 9330.0, 9294.0, 9286.0, 9359.0, 9305.0, 9217.0, 9300.0, 9241.0, 9231.0, 9312.0, 9287.0, 9232.0, 9281.0, 9253.0, 9219.0, 9283.0, 9258.0, 9307.0, 9317.0, 9245.0, 9289.0, 9305.0, 9294.0, 9278.0, 9254.0, 9214.0, 9297.0, 9255.0, 9254.0, 9338.0, 9274.0, 9315.0, 9239.0, 9257.0, 9294.0, 9281.0, 9354.0, 9287.0, 9187.0, 9241.0, 9208.0, 9241.0, 9258.0, 9235.0, 9334.0, 9303.0, 9268.0, 9359.0, 9272.0, 9249.0, 9302.0, 9246.0, 9316.0, 9262.0, 9292.0, 9293.0, 9231.0, 9314.0, 9245.0, 9328.0, 9272.0, 9295.0, 9354.0, 9277.0, 9275.0, 9230.0, 9221.0, 9263.0, 9235.0, 9327.0, 9219.0, 9193.0, 9232.0, 9212.0, 9296.0, 9259.0, 9316.0, 9271.0, 9227.0, 9247.0, 9193.0, 9291.0, 9241.0, 9326.0, 9286.0, 9209.0, 9233.0, 9215.0, 9236.0, 9287.0, 9268.0, 9279.0, 9275.0, 9221.0, 9335.0, 9275.0, 9303.0, 9274.0, 9365.0, 9280.0, 9235.0, 9247.0, 9217.0, 9324.0, 9255.0, 9326.0, 9308.0, 9290.0, 9230.0, 9189.0, 9262.0, 9230.0, 9293.0, 9272.0, 9228.0, 9296.0, 9232.0, 9303.0, 9263.0, 9257.0, 9334.0, 9245.0, 9298.0, 9239.0, 9230.0, 9300.0, 9283.0, 9355.0, 9299.0, 9255.0, 9237.0, 9231.0, 9300.0, 9277.0, 9277.0, 9285.0, 9230.0, 9259.0, 9276.0, 9277.0, 9354.0, 9304.0, 9313.0, 9236.0, 9219.0, 9299.0, 9259.0, 9236.0, 9317.0, 9230.0, 9214.0, 9270.0, 9231.0, 9331.0, 9310.0, 9228.0, 9297.0, 9251.0, 9252.0, 9302.0, 9258.0, 9286.0, 9268.0, 9213.0, 9297.0, 9256.0, 9241.0, 9371.0, 9300.0, 9254.0, 9250.0, 9234.0, 9287.0, 9290.0, 9261.0, 9330.0, 9241.0, 9229.0, 9315.0, 9275.0, 9284.0, 9349.0, 9240.0, 9210.0, 9280.0, 9232.0, 9309.0, 9290.0, 9229.0, 9327.0, 9223.0, 9226.0, 9266.0, 9237.0, 9353.0, 9311.0, 9208.0, 9260.0, 9228.0, 9284.0, 9258.0, 9229.0, 9328.0, 9227.0, 9214.0, 9277.0, 9231.0, 9281.0, 9274.0, 9230.0, 9328.0, 9239.0, 9228.0, 9286.0, 9233.0, 9329.0, 9284.0, 9213.0, 9279.0, 9225.0, 9234.0, 9286.0, 9246.0, 9341.0, 9288.0, 9219.0, 9299.0, 9228.0, 9297.0, 9240.0, 9341.0, 9281.0, 9211.0, 9281.0, 9230.0, 9297.0, 9245.0, 9232.0, 9300.0, 9282.0, 9250.0, 9260.0, 9235.0, 9319.0, 9264.0, 9316.0, 9310.0, 9236.0, 9345.0, 9243.0, 9233.0, 9303.0, 9287.0, 9391.0, 9328.0, 9227.0, 9250.0, 9218.0, 9324.0, 9293.0, 9345.0, 9404.0, 9359.0, 9311.0, 9231.0, 9244.0, 9231.0, 9268.0, 9292.0, 9341.0, 9322.0, 9284.0, 9365.0, 9379.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.0038310159211523884</td></tr>
<tr><td colspan=3>aqi</td><td>0.03291490742987111</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.408217489681306</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.232802333209409</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0303116714188172</td></tr>
<tr><td colspan=3>efc</td><td>0.5212</td></tr>
<tr><td colspan=3>fber</td><td>3372.2903</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10646531132602645</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>93</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.050796057619409</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5114156061812083</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.364738307256609</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.741334480096038</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4281740311909776</td></tr>
<tr><td colspan=3>gcor</td><td>0.00346769</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017254577949643135</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03677230700850487</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</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.014828237566297</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.2225</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.699</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.9193</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292263.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1214.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>440.9068</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7345</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.7568</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3343.9641</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3465.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4445.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.0455</td></tr>
<tr><td colspan=3>tsnr</td><td>30.934177545597777</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>