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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0062_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0062/ses-03/func/sub-0062_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2ea6fa6fb638c486750018ad036575a5</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>10:06:48.820000</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.99942, 0.0291315, 0.0176471, -0.0293129, 0.999519, 0.0101104]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0863288</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7723, -7324, 473, -21, -141, 19, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.301</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>21a54324-1e84-4e03-9416-5870790af5da||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.681370258331299, -0.07864435017108917, 0.046829093247652054, 113.96061706542969], [-0.07815761864185333, 2.6816368103027344, 0.028678955510258675, -91.21946716308594], [0.04734594747424126, -0.02712550014257431, 2.699441432952881, -80.35322570800781], [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, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['100648.820000', '100649.280000', '100649.740000', '100650.200000', '100650.660000', '100651.120000', '100651.580000', '100652.040000', '100652.500000', '100652.960000', '100653.420000', '100653.880000', '100654.340000', '100654.800000', '100655.260000', '100655.720000', '100656.180000', '100656.640000', '100657.100000', '100657.560000', '100658.020000', '100658.480000', '100658.940000', '100659.400000', '100659.860000', '100700.320000', '100700.780000', '100701.240000', '100701.700000', '100702.160000', '100702.620000', '100703.080000', '100703.540000', '100704.000000', '100704.460000', '100704.920000', '100705.380000', '100705.840000', '100706.300000', '100706.760000', '100707.220000', '100707.680000', '100708.140000', '100708.600000', '100709.060000', '100709.520000', '100709.980000', '100710.440000', '100710.900000', '100711.360000', '100711.820000', '100712.280000', '100712.740000', '100713.200000', '100713.660000', '100714.120000', '100714.580000', '100715.040000', '100715.500000', '100715.960000', '100716.420000', '100716.880000', '100717.340000', '100717.800000', '100718.260000', '100718.720000', '100719.180000', '100719.640000', '100720.100000', '100720.560000', '100721.020000', '100721.480000', '100721.940000', '100722.400000', '100722.860000', '100723.320000', '100723.780000', '100724.240000', '100724.700000', '100725.160000', '100725.620000', '100726.080000', '100726.540000', '100727.000000', '100727.460000', '100727.920000', '100728.380000', '100728.840000', '100729.300000', '100729.760000', '100730.220000', '100730.680000', '100731.140000', '100731.600000', '100732.060000', '100732.520000', '100732.980000', '100733.440000', '100733.900000', '100734.360000', '100734.820000', '100735.280000', '100735.740000', '100736.200000', '100736.660000', '100737.120000', '100737.580000', '100738.040000', '100738.500000', '100738.960000', '100739.420000', '100739.880000', '100740.340000', '100740.800000', '100741.260000', '100741.720000', '100742.180000', '100742.640000', '100743.100000', '100743.560000', '100744.020000', '100744.480000', '100744.940000', '100745.400000', '100745.860000', '100746.320000', '100746.780000', '100747.240000', '100747.700000', '100748.160000', '100748.620000', '100749.080000', '100749.540000', '100750.000000', '100750.460000', '100750.920000', '100751.380000', '100751.840000', '100752.300000', '100752.760000', '100753.220000', '100753.680000', '100754.140000', '100754.600000', '100755.060000', '100755.520000', '100755.980000', '100756.440000', '100756.900000', '100757.360000', '100757.820000', '100758.280000', '100758.740000', '100759.200000', '100759.660000', '100800.120000', '100800.580000', '100801.040000', '100801.500000', '100801.960000', '100802.420000', '100802.880000', '100803.340000', '100803.800000', '100804.260000', '100804.720000', '100805.180000', '100805.640000', '100806.100000', '100806.560000', '100807.020000', '100807.480000', '100807.940000', '100808.400000', '100808.860000', '100809.320000', '100809.780000', '100810.240000', '100810.700000', '100811.160000', '100811.620000', '100812.080000', '100812.540000', '100813.000000', '100813.460000', '100813.920000', '100814.380000', '100814.840000', '100815.300000', '100815.760000', '100816.220000', '100816.680000', '100817.140000', '100817.600000', '100818.060000', '100818.520000', '100818.980000', '100819.440000', '100819.900000', '100820.360000', '100820.820000', '100821.280000', '100821.740000', '100822.200000', '100822.660000', '100823.120000', '100823.580000', '100824.040000', '100824.500000', '100824.960000', '100825.420000', '100825.880000', '100826.340000', '100826.800000', '100827.260000', '100827.720000', '100828.180000', '100828.640000', '100829.100000', '100829.560000', '100830.020000', '100830.480000', '100830.940000', '100831.400000', '100831.860000', '100832.320000', '100832.780000', '100833.240000', '100833.700000', '100834.160000', '100834.620000', '100835.080000', '100835.540000', '100836.000000', '100836.460000', '100836.920000', '100837.380000', '100837.840000', '100838.300000', '100838.760000', '100839.220000', '100839.680000', '100840.140000', '100840.600000', '100841.060000', '100841.520000', '100841.980000', '100842.440000', '100842.900000', '100843.360000', '100843.820000', '100844.280000', '100844.740000', '100845.200000', '100845.660000', '100846.120000', '100846.580000', '100847.040000', '100847.500000', '100847.960000', '100848.420000', '100848.880000', '100849.340000', '100849.800000', '100850.260000', '100850.720000', '100851.180000', '100851.640000', '100852.100000', '100852.560000', '100853.020000', '100853.480000', '100853.940000', '100854.400000', '100854.860000', '100855.320000', '100855.780000', '100856.240000', '100856.700000', '100857.160000', '100857.620000', '100858.080000', '100858.540000', '100859.000000', '100859.460000', '100859.920000', '100900.380000', '100900.840000', '100901.300000', '100901.760000', '100902.220000', '100902.680000', '100903.140000', '100903.600000', '100904.060000', '100904.520000', '100904.980000', '100905.440000', '100905.900000', '100906.360000', '100906.820000', '100907.280000', '100907.740000', '100908.200000', '100908.660000', '100909.120000', '100909.580000', '100910.040000', '100910.500000', '100910.960000', '100911.420000', '100911.880000', '100912.340000', '100912.800000', '100913.260000', '100913.720000', '100914.180000', '100914.640000', '100915.100000', '100915.560000', '100916.020000', '100916.480000', '100916.940000', '100917.400000', '100917.860000', '100918.320000', '100918.780000', '100919.240000', '100919.700000', '100920.160000', '100920.620000', '100921.080000', '100921.540000', '100922.000000', '100922.460000', '100922.920000', '100923.380000', '100923.840000', '100924.300000', '100924.760000', '100925.220000', '100925.680000', '100926.140000', '100926.600000', '100927.060000', '100927.520000', '100927.980000', '100928.440000', '100928.900000', '100929.360000', '100929.820000', '100930.280000', '100930.740000', '100931.200000', '100931.660000', '100932.120000', '100932.580000', '100933.040000', '100933.500000', '100933.960000', '100934.420000', '100934.880000', '100935.340000', '100935.800000', '100936.260000', '100936.720000', '100937.180000', '100937.640000', '100938.100000', '100938.560000', '100939.020000', '100939.480000', '100939.940000', '100940.400000', '100940.860000', '100941.320000', '100941.780000', '100942.240000', '100942.700000', '100943.160000', '100943.620000', '100944.080000', '100944.540000', '100945.000000', '100945.460000', '100945.920000', '100946.380000', '100946.840000', '100947.300000', '100947.760000', '100948.220000', '100948.680000', '100949.140000', '100949.600000', '100950.060000', '100950.520000', '100950.980000', '100951.440000', '100951.900000', '100952.360000', '100952.820000', '100953.280000', '100953.740000', '100954.200000', '100954.660000', '100955.120000', '100955.580000', '100956.040000', '100956.500000', '100956.960000', '100957.420000', '100957.880000', '100958.340000', '100958.800000', '100959.260000', '100959.720000', '101000.180000', '101000.640000', '101001.100000', '101001.560000', '101002.020000', '101002.480000', '101002.940000', '101003.400000', '101003.860000', '101004.320000', '101004.780000', '101005.240000', '101005.700000', '101006.160000', '101006.620000', '101007.080000', '101007.540000', '101008.000000', '101008.460000', '101008.920000', '101009.380000', '101009.840000', '101010.300000', '101010.760000', '101011.220000', '101011.680000', '101012.140000', '101012.600000', '101013.060000', '101013.520000', '101013.980000', '101014.440000', '101014.900000', '101015.360000', '101015.820000', '101016.280000', '101016.740000', '101017.200000', '101017.660000', '101018.120000', '101018.580000', '101019.040000', '101019.500000', '101019.960000', '101020.420000', '101020.880000', '101021.340000', '101021.800000', '101022.260000', '101022.720000', '101023.180000', '101023.640000', '101024.100000', '101024.560000', '101025.020000', '101025.480000', '101025.940000', '101026.400000', '101026.860000', '101027.320000', '101027.780000', '101028.240000', '101028.700000', '101029.160000', '101029.620000', '101030.080000', '101030.540000', '101031.000000', '101031.460000', '101031.920000', '101032.380000', '101032.840000', '101033.300000', '101033.760000', '101034.220000', '101034.680000', '101035.140000', '101035.600000', '101036.060000', '101036.520000', '101036.980000', '101037.440000', '101037.900000', '101038.360000', '101038.820000', '101039.280000', '101039.740000', '101040.200000', '101040.660000', '101041.120000', '101041.580000', '101042.040000', '101042.500000', '101042.960000', '101043.420000', '101043.880000', '101044.340000', '101044.800000', '101045.260000', '101045.720000', '101046.180000', '101046.640000', '101047.100000', '101047.560000', '101048.020000', '101048.480000', '101048.940000', '101049.400000', '101049.860000', '101050.320000', '101050.780000', '101051.240000', '101051.700000', '101052.160000', '101052.620000', '101053.080000', '101053.540000', '101054.000000', '101054.460000', '101054.920000', '101055.380000', '101055.840000', '101056.300000', '101056.760000', '101057.220000', '101057.680000', '101058.140000', '101058.600000', '101059.060000', '101059.520000', '101059.980000', '101100.440000', '101100.900000', '101101.360000', '101101.820000', '101102.280000', '101102.740000', '101103.200000', '101103.660000', '101104.120000', '101104.580000', '101105.040000', '101105.500000', '101105.960000', '101106.420000', '101106.880000', '101107.340000', '101107.800000', '101108.260000', '101108.720000', '101109.180000', '101109.640000', '101110.100000', '101110.560000', '101111.020000', '101111.480000', '101111.940000', '101112.400000', '101112.860000', '101113.320000', '101113.780000', '101114.240000', '101114.700000', '101115.160000', '101115.620000', '101116.080000', '101116.540000', '101117.000000', '101117.460000', '101117.920000', '101118.380000', '101118.840000', '101119.300000', '101119.760000', '101120.220000', '101120.680000', '101121.140000', '101121.600000', '101122.060000', '101122.520000', '101122.980000', '101123.440000', '101123.900000', '101124.360000', '101124.820000', '101125.280000', '101125.740000', '101126.200000', '101126.660000', '101127.120000', '101127.580000', '101128.040000', '101128.500000', '101128.960000', '101129.420000', '101129.880000', '101130.340000', '101130.800000', '101131.260000', '101131.720000', '101132.180000', '101132.640000', '101133.100000', '101133.560000', '101134.020000', '101134.480000', '101134.940000', '101135.400000', '101135.860000', '101136.320000', '101136.780000', '101137.240000', '101137.700000', '101138.160000', '101138.620000', '101139.080000', '101139.540000', '101140.000000', '101140.460000', '101140.920000', '101141.380000', '101141.840000', '101142.300000', '101142.760000', '101143.220000', '101143.680000', '101144.140000', '101144.600000', '101145.060000', '101145.520000', '101145.980000', '101146.440000', '101146.900000', '101147.360000', '101147.820000', '101148.280000', '101148.740000', '101149.200000', '101149.660000', '101150.120000', '101150.580000', '101151.040000', '101151.500000', '101151.960000', '101152.420000', '101152.880000', '101153.340000', '101153.800000', '101154.260000', '101154.720000', '101155.180000', '101155.640000', '101156.100000', '101156.560000', '101157.020000', '101157.480000', '101157.940000', '101158.400000', '101158.860000', '101159.320000', '101159.780000', '101200.240000', '101200.700000', '101201.160000', '101201.620000', '101202.080000', '101202.540000', '101203.000000', '101203.460000', '101203.920000', '101204.380000', '101204.840000', '101205.300000', '101205.760000', '101206.220000', '101206.680000', '101207.140000', '101207.600000', '101208.060000', '101208.520000', '101208.980000', '101209.440000', '101209.900000', '101210.360000', '101210.820000', '101211.280000', '101211.740000', '101212.200000', '101212.660000', '101213.120000', '101213.580000', '101214.040000', '101214.500000', '101214.960000', '101215.420000', '101215.880000', '101216.340000', '101216.800000', '101217.260000', '101217.720000', '101218.180000', '101218.640000', '101219.100000', '101219.560000', '101220.020000', '101220.480000', '101220.940000', '101221.400000', '101221.860000', '101222.320000', '101222.780000', '101223.240000', '101223.700000', '101224.160000', '101224.620000', '101225.080000', '101225.540000', '101226.000000', '101226.460000', '101226.920000', '101227.380000', '101227.840000', '101228.300000', '101228.760000', '101229.220000', '101229.680000', '101230.140000', '101230.600000', '101231.060000', '101231.520000', '101231.980000', '101232.440000', '101232.900000', '101233.360000', '101233.820000', '101234.280000', '101234.740000', '101235.200000', '101235.660000', '101236.120000', '101236.580000', '101237.040000', '101237.500000', '101237.960000', '101238.420000', '101238.880000', '101239.340000', '101239.800000', '101240.260000', '101240.720000', '101241.180000', '101241.640000', '101242.100000', '101242.560000', '101243.020000', '101243.480000', '101243.940000', '101244.400000', '101244.860000', '101245.320000', '101245.780000', '101246.240000', '101246.700000', '101247.160000', '101247.620000', '101248.080000', '101248.540000', '101249.000000', '101249.460000', '101249.920000', '101250.380000', '101250.840000', '101251.300000', '101251.760000', '101252.220000', '101252.680000', '101253.140000', '101253.600000', '101254.060000', '101254.520000', '101254.980000', '101255.440000', '101255.900000', '101256.360000', '101256.820000', '101257.280000', '101257.740000', '101258.200000', '101258.660000', '101259.120000', '101259.580000', '101300.040000', '101300.500000', '101300.960000', '101301.420000', '101301.880000', '101302.340000', '101302.800000', '101303.260000', '101303.720000', '101304.180000', '101304.640000', '101305.100000', '101305.560000', '101306.020000', '101306.480000', '101306.940000', '101307.400000', '101307.860000', '101308.320000', '101308.780000', '101309.240000', '101309.700000', '101310.160000', '101310.620000', '101311.080000', '101311.540000', '101312.000000', '101312.460000', '101312.920000', '101313.380000', '101313.840000', '101314.300000', '101314.760000', '101315.220000', '101315.680000', '101316.140000', '101316.600000', '101317.060000', '101317.520000', '101317.980000', '101318.440000', '101318.900000', '101319.360000', '101319.820000', '101320.280000', '101320.740000', '101321.200000', '101321.660000', '101322.120000', '101322.580000', '101323.040000', '101323.500000', '101323.960000', '101324.420000', '101324.880000', '101325.340000', '101325.800000', '101326.260000', '101326.720000', '101327.180000', '101327.640000', '101328.100000', '101328.560000', '101329.020000', '101329.480000', '101329.940000', '101330.400000', '101330.860000', '101331.320000', '101331.780000', '101332.240000', '101332.700000', '101333.160000', '101333.620000', '101334.080000', '101334.540000', '101335.000000', '101335.460000', '101335.920000', '101336.380000', '101336.840000', '101337.300000', '101337.760000', '101338.220000', '101338.680000', '101339.140000', '101339.600000', '101340.060000', '101340.520000', '101340.980000', '101341.440000', '101341.900000', '101342.360000', '101342.820000', '101343.280000', '101343.740000', '101344.200000', '101344.660000', '101345.120000', '101345.580000', '101346.040000', '101346.500000', '101346.960000', '101347.420000', '101347.880000', '101348.340000', '101348.800000', '101349.260000', '101349.720000', '101350.180000', '101350.640000', '101351.100000', '101351.560000', '101352.020000', '101352.480000', '101352.940000', '101353.400000', '101353.860000', '101354.320000', '101354.780000', '101355.240000', '101355.700000', '101356.160000', '101356.620000', '101357.080000', '101357.540000', '101358.000000', '101358.460000', '101358.920000', '101359.380000', '101359.840000', '101400.300000', '101400.760000', '101401.220000', '101401.680000', '101402.140000', '101402.600000', '101403.060000', '101403.520000', '101403.980000', '101404.440000', '101404.900000', '101405.360000', '101405.820000', '101406.280000', '101406.740000', '101407.200000', '101407.660000', '101408.120000', '101408.580000', '101409.040000', '101409.500000', '101409.960000', '101410.420000', '101410.880000', '101411.340000', '101411.800000', '101412.260000', '101412.720000', '101413.180000', '101413.640000', '101414.100000', '101414.560000', '101415.020000', '101415.480000', '101415.940000', '101416.400000', '101416.860000', '101417.320000', '101417.780000', '101418.240000', '101418.700000', '101419.160000', '101419.620000', '101420.080000', '101420.540000', '101421.000000', '101421.460000', '101421.920000', '101422.380000', '101422.840000', '101423.300000', '101423.760000', '101424.220000', '101424.680000', '101425.140000', '101425.600000', '101426.060000', '101426.520000', '101426.980000', '101427.440000', '101427.900000', '101428.360000', '101428.820000', '101429.280000', '101429.740000', '101430.200000', '101430.660000', '101431.120000', '101431.580000', '101432.040000', '101432.500000', '101432.960000', '101433.420000', '101433.880000', '101434.340000', '101434.800000', '101435.260000', '101435.720000', '101436.180000', '101436.640000', '101437.100000', '101437.560000', '101438.020000', '101438.480000', '101438.940000', '101439.400000', '101439.860000', '101440.320000', '101440.780000', '101441.240000', '101441.700000', '101442.160000', '101442.620000', '101443.080000', '101443.540000', '101444.000000', '101444.460000', '101444.920000', '101445.380000', '101445.840000', '101446.300000', '101446.760000', '101447.220000', '101447.680000', '101448.140000', '101448.600000', '101449.060000', '101449.520000', '101449.980000', '101450.440000', '101450.900000', '101451.360000', '101451.820000', '101452.280000', '101452.740000', '101453.200000', '101453.660000', '101454.120000', '101454.580000', '101455.040000', '101455.500000', '101455.960000', '101456.420000', '101456.880000', '101457.340000', '101457.800000', '101458.260000', '101458.720000', '101459.180000', '101459.640000', '101500.100000', '101500.560000', '101501.020000', '101501.480000', '101501.940000', '101502.400000', '101502.860000', '101503.320000', '101503.780000', '101504.240000', '101504.700000', '101505.160000', '101505.620000', '101506.080000', '101506.540000', '101507.000000', '101507.460000', '101507.920000', '101508.380000', '101508.840000', '101509.300000', '101509.760000', '101510.220000', '101510.680000', '101511.140000', '101511.600000', '101512.060000', '101512.520000', '101512.980000', '101513.440000', '101513.900000', '101514.360000', '101514.820000', '101515.280000', '101515.740000', '101516.200000', '101516.660000', '101517.120000', '101517.580000', '101518.040000', '101518.500000', '101518.960000', '101519.420000', '101519.880000', '101520.340000', '101520.800000', '101521.260000', '101521.720000', '101522.180000', '101522.640000', '101523.100000', '101523.560000', '101524.020000', '101524.480000', '101524.940000', '101525.400000', '101525.860000', '101526.320000', '101526.780000', '101527.240000', '101527.700000', '101528.160000', '101528.620000', '101529.080000', '101529.540000', '101530.000000', '101530.460000', '101530.920000', '101531.380000', '101531.840000', '101532.300000', '101532.760000', '101533.220000', '101533.680000', '101534.140000', '101534.600000', '101535.060000', '101535.520000', '101535.980000', '101536.440000', '101536.900000', '101537.360000', '101537.820000', '101538.280000', '101538.740000', '101539.200000', '101539.660000', '101540.120000', '101540.580000', '101541.040000', '101541.500000', '101541.960000', '101542.420000', '101542.880000', '101543.340000', '101543.800000', '101544.260000', '101544.720000', '101545.180000', '101545.640000', '101546.100000', '101546.560000', '101547.020000', '101547.480000', '101547.940000', '101548.400000', '101548.860000', '101549.320000', '101549.780000', '101550.240000', '101550.700000', '101551.160000', '101551.620000', '101552.080000', '101552.540000', '101553.000000', '101553.460000', '101553.920000', '101554.380000', '101554.840000', '101555.300000', '101555.760000', '101556.220000', '101556.680000', '101557.140000', '101557.600000', '101558.060000', '101558.520000', '101558.980000', '101559.440000', '101559.900000', '101600.360000', '101600.820000', '101601.280000', '101601.740000', '101602.200000', '101602.660000', '101603.120000', '101603.580000', '101604.040000', '101604.500000', '101604.960000', '101605.420000', '101605.880000', '101606.340000', '101606.800000', '101607.260000', '101607.720000', '101608.180000', '101608.640000', '101609.100000', '101609.560000', '101610.020000', '101610.480000', '101610.940000', '101611.400000', '101611.860000', '101612.320000', '101612.780000', '101613.240000', '101613.700000', '101614.160000', '101614.620000', '101615.080000', '101615.540000', '101616.000000', '101616.460000', '101616.920000', '101617.380000', '101617.840000', '101618.300000', '101618.760000', '101619.220000', '101619.680000', '101620.140000', '101620.600000', '101621.060000', '101621.520000', '101621.980000', '101622.440000', '101622.900000', '101623.360000', '101623.820000', '101624.280000', '101624.740000', '101625.200000', '101625.660000', '101626.120000', '101626.580000', '101627.040000', '101627.500000', '101627.960000', '101628.420000', '101628.880000', '101629.340000', '101629.800000', '101630.260000', '101630.720000', '101631.180000', '101631.640000', '101632.100000', '101632.560000', '101633.020000', '101633.480000', '101633.940000', '101634.400000', '101634.860000', '101635.320000', '101635.780000', '101636.240000', '101636.700000', '101637.160000', '101637.620000', '101638.080000', '101638.540000', '101639.000000', '101639.460000', '101639.920000', '101640.380000', '101640.840000', '101641.300000', '101641.760000', '101642.220000', '101642.680000', '101643.140000', '101643.600000', '101644.060000', '101644.520000', '101644.980000', '101645.440000', '101645.900000', '101646.360000', '101646.820000', '101647.280000', '101647.740000', '101648.200000', '101648.660000', '101649.120000', '101649.580000', '101650.040000', '101650.500000', '101650.960000', '101651.420000', '101651.880000', '101652.340000', '101652.800000', '101653.260000', '101653.720000', '101654.180000', '101654.640000', '101655.100000', '101655.560000', '101656.020000', '101656.480000', '101656.940000', '101657.400000', '101657.860000', '101658.320000', '101658.780000', '101659.240000', '101659.700000', '101700.160000', '101700.620000', '101701.080000', '101701.540000', '101702.000000', '101702.460000'], 'ContentTime': ['100658.648000', '100658.651000', '100658.654000', '100658.656000', '100658.659000', '100658.662000', '100658.664000', '100658.667000', '100658.670000', '100658.680000', '100658.683000', '100658.688000', '100658.691000', '100658.694000', '100658.696000', '100658.699000', '100658.702000', '100658.704000', '100658.707000', '100658.710000', '100718.613000', '100718.616000', '100718.619000', '100718.622000', '100718.624000', '100718.627000', '100718.629000', '100718.632000', '100718.634000', '100718.637000', '100718.640000', '100718.642000', '100718.645000', '100718.647000', '100718.650000', '100718.652000', '100718.655000', '100718.657000', '100718.660000', '100718.663000', '100718.665000', '100718.668000', '100718.670000', '100718.682000', '100718.685000', '100718.687000', '100718.690000', '100718.692000', '100718.695000', '100718.698000', '100718.700000', '100718.703000', '100718.705000', '100718.708000', '100718.710000', '100718.713000', '100718.716000', '100718.718000', '100718.721000', '100718.723000', '100718.726000', '100718.729000', '100718.731000', '100738.615000', '100738.617000', '100738.620000', '100738.623000', '100738.625000', '100738.628000', '100738.630000', '100738.633000', '100738.635000', '100738.638000', '100738.641000', '100738.643000', '100738.646000', '100738.648000', '100738.651000', '100738.653000', '100738.656000', '100738.658000', '100738.661000', '100738.663000', '100738.666000', '100738.669000', '100738.671000', '100738.674000', '100738.676000', '100738.679000', '100738.681000', '100738.684000', '100738.687000', '100738.689000', '100738.692000', '100738.694000', '100738.697000', '100738.699000', '100738.702000', '100738.705000', '100738.707000', '100738.710000', '100738.712000', '100738.715000', '100738.718000', '100738.720000', '100738.723000', '100738.725000', '100758.614000', '100758.617000', '100758.620000', '100758.623000', '100758.625000', '100758.628000', '100758.630000', '100758.633000', '100758.636000', '100758.638000', '100758.641000', '100758.643000', '100758.646000', '100758.648000', '100758.651000', '100758.654000', '100758.656000', '100758.659000', '100758.662000', '100758.674000', '100758.676000', '100758.679000', '100758.681000', '100758.684000', '100758.687000', '100758.689000', '100758.692000', '100758.694000', '100758.697000', '100758.699000', '100758.702000', '100758.705000', '100758.707000', '100758.710000', '100758.712000', '100758.715000', '100758.717000', '100758.720000', '100758.723000', '100758.725000', '100758.728000', '100758.730000', '100758.733000', '100818.614000', '100818.617000', '100818.620000', '100818.623000', '100818.632000', '100818.634000', '100818.637000', '100818.639000', '100818.642000', '100818.645000', '100818.647000', '100818.650000', '100818.652000', '100818.655000', '100818.658000', '100818.660000', '100818.663000', '100818.665000', '100818.668000', '100818.672000', '100818.675000', '100818.677000', '100818.680000', '100818.683000', '100818.685000', '100818.688000', '100818.690000', '100818.693000', '100818.696000', '100818.698000', '100818.701000', '100818.703000', '100818.706000', '100818.708000', '100818.711000', '100818.714000', '100818.716000', '100818.719000', '100818.721000', '100818.724000', '100818.727000', '100818.729000', '100818.732000', '100818.734000', '100838.613000', '100838.616000', '100838.619000', '100838.622000', '100838.624000', '100838.627000', '100838.630000', '100838.632000', '100838.635000', '100838.637000', '100838.640000', '100838.643000', '100838.645000', '100838.648000', '100838.650000', '100838.653000', '100838.656000', '100838.658000', '100838.661000', '100838.663000', '100838.666000', '100838.669000', '100838.671000', '100838.674000', '100838.676000', '100838.679000', '100838.681000', '100838.684000', '100838.687000', '100838.689000', '100838.692000', '100838.694000', '100838.697000', '100838.700000', '100838.702000', '100838.705000', '100838.708000', '100838.710000', '100838.713000', '100838.715000', '100838.718000', '100838.720000', '100838.723000', '100858.614000', '100858.617000', '100858.619000', '100858.622000', '100858.625000', '100858.628000', '100858.630000', '100858.633000', '100858.635000', '100858.638000', '100858.640000', '100858.643000', '100858.645000', '100858.648000', '100858.651000', '100858.653000', '100858.656000', '100858.658000', '100858.661000', '100858.664000', '100858.666000', '100858.669000', '100858.671000', '100858.674000', '100858.676000', '100858.679000', '100858.681000', '100858.684000', '100858.687000', '100858.689000', '100858.692000', '100858.694000', '100858.697000', '100858.700000', '100858.702000', '100858.705000', '100858.707000', '100858.710000', '100858.712000', '100858.715000', '100858.717000', '100858.720000', '100858.723000', '100918.613000', '100918.616000', '100918.619000', '100918.622000', '100918.624000', '100918.627000', '100918.629000', '100918.632000', '100918.635000', '100918.637000', '100918.640000', '100918.642000', '100918.645000', '100918.648000', '100918.650000', '100918.653000', '100918.655000', '100918.658000', '100918.661000', '100918.663000', '100918.666000', '100918.668000', '100918.671000', '100918.674000', '100918.676000', '100918.679000', '100918.681000', '100918.684000', '100918.686000', '100918.689000', '100918.691000', '100918.694000', '100918.706000', '100918.708000', '100918.711000', '100918.714000', '100918.716000', '100918.719000', '100918.721000', '100918.724000', '100918.726000', '100918.729000', '100918.732000', '100918.734000', '100938.613000', '100938.616000', '100938.619000', '100938.622000', '100938.624000', '100938.627000', '100938.629000', '100938.632000', '100938.635000', '100938.637000', '100938.640000', '100938.642000', '100938.645000', '100938.648000', '100938.650000', '100938.666000', '100938.669000', '100938.672000', '100938.675000', '100938.678000', '100938.681000', '100938.683000', '100938.686000', '100938.688000', '100938.691000', '100938.694000', '100938.696000', '100938.699000', '100938.701000', '100938.704000', '100938.707000', '100938.710000', '100938.713000', '100938.715000', '100938.718000', '100938.721000', '100938.723000', '100938.726000', '100938.728000', '100938.731000', '100938.733000', '100938.736000', '100938.739000', '100958.615000', '100958.618000', '100958.620000', '100958.623000', '100958.625000', '100958.628000', '100958.631000', '100958.633000', '100958.636000', '100958.638000', '100958.641000', '100958.644000', '100958.646000', '100958.649000', '100958.652000', '100958.654000', '100958.657000', '100958.659000', '100958.662000', '100958.665000', '100958.667000', '100958.670000', '100958.672000', '100958.675000', '100958.677000', '100958.680000', '100958.683000', '100958.685000', '100958.688000', '100958.691000', '100958.693000', '100958.696000', '100958.698000', '100958.701000', '100958.704000', '100958.706000', '100958.709000', '100958.711000', '100958.714000', '100958.716000', '100958.719000', '100958.722000', '100958.724000', '100958.727000', '101018.615000', '101018.618000', '101018.620000', '101018.623000', '101018.625000', '101018.628000', '101018.631000', '101018.633000', '101018.636000', '101018.638000', '101018.641000', '101018.643000', '101018.646000', '101018.649000', '101018.651000', '101018.654000', '101018.657000', '101018.659000', '101018.662000', '101018.664000', '101018.667000', '101018.669000', '101018.672000', '101018.675000', '101018.677000', '101018.680000', '101018.682000', '101018.685000', '101018.688000', '101018.690000', '101018.693000', '101018.695000', '101018.698000', '101018.701000', '101018.704000', '101018.706000', '101018.709000', '101018.712000', '101018.714000', '101018.717000', '101018.719000', '101018.722000', '101018.725000', '101038.615000', '101038.618000', '101038.620000', '101038.623000', '101038.625000', '101038.628000', '101038.631000', '101038.633000', '101038.636000', '101038.638000', '101038.641000', '101038.644000', '101038.646000', '101038.649000', '101038.651000', '101038.654000', '101038.657000', '101038.659000', '101038.662000', '101038.664000', '101038.667000', '101038.669000', '101038.672000', '101038.675000', '101038.677000', '101038.680000', '101038.682000', '101038.685000', '101038.688000', '101038.690000', '101038.693000', '101038.695000', '101038.698000', '101038.701000', '101038.703000', '101038.706000', '101038.708000', '101038.711000', '101038.714000', '101038.716000', '101038.719000', '101038.721000', '101038.724000', '101038.727000', '101058.613000', '101058.616000', '101058.619000', '101058.622000', '101058.624000', '101058.627000', '101058.629000', '101058.632000', '101058.635000', '101058.637000', '101058.640000', '101058.642000', '101058.645000', '101058.648000', '101058.650000', '101058.653000', '101058.655000', '101058.658000', '101058.661000', '101058.663000', '101058.666000', '101058.668000', '101058.671000', '101058.674000', '101058.676000', '101058.679000', '101058.681000', '101058.684000', '101058.686000', '101058.689000', '101058.692000', '101058.694000', '101058.697000', '101058.699000', '101058.702000', '101058.705000', '101058.707000', '101058.710000', '101058.712000', '101058.715000', '101058.732000', '101058.734000', '101058.737000', '101118.614000', '101118.617000', '101118.619000', '101118.622000', '101118.625000', '101118.627000', '101118.630000', '101118.632000', '101118.635000', '101118.637000', '101118.640000', '101118.643000', '101118.645000', '101118.648000', '101118.651000', '101118.653000', '101118.656000', '101118.658000', '101118.661000', '101118.664000', '101118.666000', '101118.669000', '101118.671000', '101118.674000', '101118.677000', '101118.679000', '101118.682000', '101118.685000', '101118.687000', '101118.690000', '101118.692000', '101118.695000', '101118.698000', '101118.700000', '101118.703000', '101118.705000', '101118.708000', '101118.711000', '101118.713000', '101118.716000', '101118.720000', '101118.722000', '101118.725000', '101118.727000', '101138.613000', '101138.616000', '101138.619000', '101138.622000', '101138.624000', '101138.627000', '101138.629000', '101138.632000', '101138.635000', '101138.637000', '101138.640000', '101138.643000', '101138.645000', '101138.648000', '101138.650000', '101138.653000', '101138.656000', '101138.658000', '101138.661000', '101138.663000', '101138.666000', '101138.669000', '101138.671000', '101138.674000', '101138.676000', '101138.679000', '101138.682000', '101138.684000', '101138.687000', '101138.689000', '101138.696000', '101138.699000', '101138.702000', '101138.704000', '101138.707000', '101138.709000', '101138.712000', '101138.715000', '101138.717000', '101138.720000', '101138.723000', '101138.725000', '101138.728000', '101158.614000', '101158.617000', '101158.619000', '101158.622000', '101158.625000', '101158.627000', '101158.630000', '101158.632000', '101158.635000', '101158.638000', '101158.640000', '101158.643000', '101158.646000', '101158.648000', '101158.651000', '101158.653000', '101158.656000', '101158.659000', '101158.661000', '101158.664000', '101158.666000', '101158.669000', '101158.672000', '101158.674000', '101158.677000', '101158.680000', '101158.682000', '101158.685000', '101158.687000', '101158.690000', '101158.693000', '101158.695000', '101158.698000', '101158.700000', '101158.703000', '101158.706000', '101158.708000', '101158.711000', '101158.714000', '101158.716000', '101158.719000', '101158.721000', '101158.724000', '101158.727000', '101218.615000', '101218.618000', '101218.620000', '101218.623000', '101218.625000', '101218.628000', '101218.631000', '101218.633000', '101218.636000', '101218.639000', '101218.641000', '101218.644000', '101218.646000', '101218.649000', '101218.651000', '101218.654000', '101218.657000', '101218.659000', '101218.662000', '101218.664000', '101218.667000', '101218.669000', '101218.672000', '101218.675000', '101218.677000', '101218.680000', '101218.685000', '101218.687000', '101218.690000', '101218.692000', '101218.695000', '101218.697000', '101218.700000', '101218.703000', '101218.705000', '101218.708000', '101218.710000', '101218.713000', '101218.716000', '101218.718000', '101218.721000', '101218.723000', '101218.726000', '101238.614000', '101238.617000', '101238.620000', '101238.623000', '101238.625000', '101238.628000', '101238.630000', '101238.633000', '101238.664000', '101238.667000', '101238.669000', '101238.672000', '101238.675000', '101238.677000', '101238.680000', '101238.682000', '101238.685000', '101238.687000', '101238.690000', '101238.693000', '101238.695000', '101238.698000', '101238.700000', '101238.703000', '101238.706000', '101238.708000', '101238.711000', '101238.713000', '101238.716000', '101238.719000', '101238.721000', '101238.724000', '101238.726000', '101238.729000', '101238.732000', '101238.734000', '101238.737000', '101238.739000', '101238.742000', '101238.745000', '101238.747000', '101238.750000', '101238.752000', '101238.755000', '101258.614000', '101258.617000', '101258.620000', '101258.623000', '101258.625000', '101258.628000', '101258.630000', '101258.633000', '101258.636000', '101258.638000', '101258.641000', '101258.644000', '101258.646000', '101258.649000', '101258.651000', '101258.654000', '101258.657000', '101258.659000', '101258.662000', '101258.664000', '101258.667000', '101258.670000', '101258.672000', '101258.675000', '101258.677000', '101258.680000', '101258.683000', '101258.685000', '101258.688000', '101258.690000', '101258.693000', '101258.695000', '101258.698000', '101258.700000', '101258.703000', '101258.706000', '101258.709000', '101258.711000', '101258.714000', '101258.716000', '101258.719000', '101258.721000', '101258.724000', '101318.614000', '101318.617000', '101318.619000', '101318.622000', '101318.624000', '101318.627000', '101318.630000', '101318.632000', '101318.635000', '101318.637000', '101318.640000', '101318.643000', '101318.646000', '101318.648000', '101318.651000', '101318.654000', '101318.656000', '101318.659000', '101318.661000', '101318.664000', '101318.667000', '101318.669000', '101318.672000', '101318.675000', '101318.677000', '101318.680000', '101318.682000', '101318.685000', '101318.688000', '101318.690000', '101318.693000', '101318.695000', '101318.698000', '101318.700000', '101318.703000', '101318.706000', '101318.708000', '101318.711000', '101318.714000', '101318.716000', '101318.719000', '101318.721000', '101318.724000', '101318.727000', '101338.613000', '101338.616000', '101338.619000', '101338.622000', '101338.624000', '101338.627000', '101338.629000', '101338.632000', '101338.635000', '101338.637000', '101338.640000', '101338.642000', '101338.645000', '101338.657000', '101338.660000', '101338.662000', '101338.665000', '101338.667000', '101338.670000', '101338.673000', '101338.675000', '101338.682000', '101338.684000', '101338.687000', '101338.689000', '101338.692000', '101338.694000', '101338.697000', '101338.700000', '101338.702000', '101338.705000', '101338.708000', '101338.710000', '101338.713000', '101338.715000', '101338.718000', '101338.721000', '101338.723000', '101338.726000', '101338.728000', '101338.731000', '101338.734000', '101338.736000', '101358.614000', '101358.617000', '101358.619000', '101358.622000', '101358.625000', '101358.627000', '101358.630000', '101358.632000', '101358.635000', '101358.638000', '101358.640000', '101358.643000', '101358.645000', '101358.648000', '101358.651000', '101358.653000', '101358.656000', '101358.658000', '101358.661000', '101358.671000', '101358.674000', '101358.677000', '101358.679000', '101358.682000', '101358.684000', '101358.687000', '101358.690000', '101358.692000', '101358.695000', '101358.698000', '101358.700000', '101358.703000', '101358.705000', '101358.708000', '101358.711000', '101358.713000', '101358.716000', '101358.718000', '101358.721000', '101358.724000', '101358.726000', '101358.729000', '101358.731000', '101358.734000', '101418.615000', '101418.618000', '101418.620000', '101418.623000', '101418.625000', '101418.628000', '101418.631000', '101418.633000', '101418.636000', '101418.638000', '101418.641000', '101418.643000', '101418.646000', '101418.649000', '101418.651000', '101418.654000', '101418.656000', '101418.659000', '101418.662000', '101418.664000', '101418.667000', '101418.669000', '101418.672000', '101418.675000', '101418.677000', '101418.680000', '101418.682000', '101418.685000', '101418.688000', '101418.690000', '101418.693000', '101418.695000', '101418.698000', '101418.701000', '101418.703000', '101418.706000', '101418.708000', '101418.711000', '101418.713000', '101418.716000', '101418.719000', '101418.721000', '101418.724000', '101438.615000', '101438.618000', '101438.620000', '101438.623000', '101438.625000', '101438.628000', '101438.631000', '101438.634000', '101438.637000', '101438.639000', '101438.642000', '101438.644000', '101438.647000', '101438.650000', '101438.652000', '101438.655000', '101438.657000', '101438.660000', '101438.663000', '101438.665000', '101438.668000', '101438.670000', '101438.673000', '101438.676000', '101438.678000', '101438.681000', '101438.684000', '101438.686000', '101438.689000', '101438.692000', '101438.694000', '101438.697000', '101438.699000', '101438.702000', '101438.705000', '101438.707000', '101438.710000', '101438.712000', '101438.715000', '101438.717000', '101438.720000', '101438.723000', '101438.725000', '101438.728000', '101458.615000', '101458.618000', '101458.620000', '101458.623000', '101458.625000', '101458.628000', '101458.631000', '101458.633000', '101458.636000', '101458.639000', '101458.641000', '101458.644000', '101458.646000', '101458.649000', '101458.652000', '101458.654000', '101458.657000', '101458.660000', '101458.662000', '101458.665000', '101458.667000', '101458.670000', '101458.672000', '101458.675000', '101458.678000', '101458.680000', '101458.683000', '101458.685000', '101458.688000', '101458.691000', '101458.693000', '101458.696000', '101458.699000', '101458.701000', '101458.704000', '101458.706000', '101458.709000', '101458.711000', '101458.714000', '101458.717000', '101458.719000', '101458.722000', '101458.724000', '101518.615000', '101518.618000', '101518.620000', '101518.623000', '101518.625000', '101518.628000', '101518.631000', '101518.633000', '101518.636000', '101518.638000', '101518.641000', '101518.644000', '101518.646000', '101518.649000', '101518.651000', '101518.691000', '101518.693000', '101518.696000', '101518.699000', '101518.701000', '101518.704000', '101518.706000', '101518.709000', '101518.712000', '101518.714000', '101518.717000', '101518.720000', '101518.722000', '101518.725000', '101518.727000', '101518.730000', '101518.733000', '101518.735000', '101518.738000', '101518.740000', '101518.743000', '101518.746000', '101518.748000', '101518.751000', '101518.753000', '101518.756000', '101518.759000', '101518.761000', '101518.764000', '101538.614000', '101538.617000', '101538.619000', '101538.622000', '101538.625000', '101538.627000', '101538.630000', '101538.633000', '101538.635000', '101538.638000', '101538.640000', '101538.643000', '101538.646000', '101538.648000', '101538.651000', '101538.654000', '101538.656000', '101538.659000', '101538.661000', '101538.664000', '101538.666000', '101538.669000', '101538.672000', '101538.674000', '101538.677000', '101538.679000', '101538.682000', '101538.685000', '101538.687000', '101538.690000', '101538.693000', '101538.695000', '101538.698000', '101538.700000', '101538.703000', '101538.706000', '101538.708000', '101538.711000', '101538.713000', '101538.716000', '101538.718000', '101538.721000', '101538.724000', '101558.614000', '101558.617000', '101558.619000', '101558.622000', '101558.624000', '101558.627000', '101558.630000', '101558.632000', '101558.635000', '101558.638000', '101558.640000', '101558.643000', '101558.646000', '101558.648000', '101558.651000', '101558.654000', '101558.656000', '101558.659000', '101558.661000', '101558.664000', '101558.666000', '101558.670000', '101558.673000', '101558.675000', '101558.678000', '101558.681000', '101558.683000', '101558.686000', '101558.689000', '101558.691000', '101558.694000', '101558.696000', '101558.699000', '101558.701000', '101558.704000', '101558.707000', '101558.709000', '101558.712000', '101558.715000', '101558.717000', '101558.720000', '101558.722000', '101558.725000', '101618.614000', '101618.617000', '101618.619000', '101618.622000', '101618.625000', '101618.627000', '101618.630000', '101618.633000', '101618.635000', '101618.638000', '101618.640000', '101618.643000', '101618.646000', '101618.648000', '101618.651000', '101618.654000', '101618.656000', '101618.659000', '101618.661000', '101618.664000', '101618.667000', '101618.669000', '101618.672000', '101618.675000', '101618.677000', '101618.680000', '101618.683000', '101618.686000', '101618.688000', '101618.691000', '101618.693000', '101618.696000', '101618.699000', '101618.701000', '101618.704000', '101618.706000', '101618.709000', '101618.712000', '101618.714000', '101618.717000', '101618.720000', '101618.722000', '101618.725000', '101618.727000', '101638.615000', '101638.618000', '101638.620000', '101638.623000', '101638.625000', '101638.628000', '101638.631000', '101638.633000', '101638.636000', '101638.638000', '101638.641000', '101638.644000', '101638.646000', '101638.649000', '101638.652000', '101638.655000', '101638.657000', '101638.660000', '101638.663000', '101638.665000', '101638.668000', '101638.670000', '101638.673000', '101638.676000', '101638.678000', '101638.681000', '101638.683000', '101638.686000', '101638.689000', '101638.691000', '101638.694000', '101638.697000', '101638.699000', '101638.702000', '101638.704000', '101638.707000', '101638.710000', '101638.712000', '101638.715000', '101638.717000', '101638.720000', '101638.723000', '101638.725000', '101658.615000', '101658.618000', '101658.620000', '101658.623000', '101658.625000', '101658.628000', '101658.631000', '101658.633000', '101658.636000', '101658.638000', '101658.641000', '101658.644000', '101658.646000', '101658.649000', '101658.652000', '101658.654000', '101658.657000', '101658.659000', '101658.662000', '101658.665000', '101658.667000', '101658.670000', '101658.672000', '101658.675000', '101658.678000', '101658.680000', '101658.683000', '101658.686000', '101658.688000', '101658.691000', '101658.693000', '101658.696000', '101658.699000', '101658.701000', '101658.704000', '101658.706000', '101658.709000', '101658.711000', '101658.714000', '101658.717000', '101658.719000', '101658.722000', '101658.725000', '101658.727000', '101703.492000', '101703.495000', '101703.498000', '101703.501000', '101703.504000', '101703.507000', '101703.510000', '101703.512000', '101703.515000', '101703.518000', '101703.520000'], 'InstanceCreationTime': ['100658.648000', '100658.651000', '100658.654000', '100658.656000', '100658.659000', '100658.662000', '100658.664000', '100658.667000', '100658.670000', '100658.680000', '100658.683000', '100658.688000', '100658.691000', '100658.694000', '100658.696000', '100658.699000', '100658.702000', '100658.704000', '100658.707000', '100658.710000', '100718.613000', '100718.616000', '100718.619000', '100718.622000', '100718.624000', '100718.627000', '100718.629000', '100718.632000', '100718.634000', '100718.637000', '100718.640000', '100718.642000', '100718.645000', '100718.647000', '100718.650000', '100718.652000', '100718.655000', '100718.657000', '100718.660000', '100718.663000', '100718.665000', '100718.668000', '100718.670000', '100718.682000', '100718.685000', '100718.687000', '100718.690000', '100718.692000', '100718.695000', '100718.698000', '100718.700000', '100718.703000', '100718.705000', '100718.708000', '100718.710000', '100718.713000', '100718.716000', '100718.718000', '100718.721000', '100718.723000', '100718.726000', '100718.729000', '100718.731000', '100738.615000', '100738.617000', '100738.620000', '100738.623000', '100738.625000', '100738.628000', '100738.630000', '100738.633000', '100738.635000', '100738.638000', '100738.641000', '100738.643000', '100738.646000', '100738.648000', '100738.651000', '100738.653000', '100738.656000', '100738.658000', '100738.661000', '100738.663000', '100738.666000', '100738.669000', '100738.671000', '100738.674000', '100738.676000', '100738.679000', '100738.681000', '100738.684000', '100738.687000', '100738.689000', '100738.692000', '100738.694000', '100738.697000', '100738.699000', '100738.702000', '100738.705000', '100738.707000', '100738.710000', '100738.712000', '100738.715000', '100738.718000', '100738.720000', '100738.723000', '100738.725000', '100758.614000', '100758.617000', '100758.620000', '100758.623000', '100758.625000', '100758.628000', '100758.630000', '100758.633000', '100758.636000', '100758.638000', '100758.641000', '100758.643000', '100758.646000', '100758.648000', '100758.651000', '100758.654000', '100758.656000', '100758.659000', '100758.662000', '100758.674000', '100758.676000', '100758.679000', '100758.681000', '100758.684000', '100758.687000', '100758.689000', '100758.692000', '100758.694000', '100758.697000', '100758.699000', '100758.702000', '100758.705000', '100758.707000', '100758.710000', '100758.712000', '100758.715000', '100758.717000', '100758.720000', '100758.723000', '100758.725000', '100758.728000', '100758.730000', '100758.733000', '100818.614000', '100818.617000', '100818.620000', '100818.623000', '100818.632000', '100818.634000', '100818.637000', '100818.639000', '100818.642000', '100818.645000', '100818.647000', '100818.650000', '100818.652000', '100818.655000', '100818.658000', '100818.660000', '100818.663000', '100818.665000', '100818.668000', '100818.672000', '100818.675000', '100818.677000', '100818.680000', '100818.683000', '100818.685000', '100818.688000', '100818.690000', '100818.693000', '100818.696000', '100818.698000', '100818.701000', '100818.703000', '100818.706000', '100818.708000', '100818.711000', '100818.714000', '100818.716000', '100818.719000', '100818.721000', '100818.724000', '100818.727000', '100818.729000', '100818.732000', '100818.734000', '100838.613000', '100838.616000', '100838.619000', '100838.622000', '100838.624000', '100838.627000', '100838.630000', '100838.632000', '100838.635000', '100838.637000', '100838.640000', '100838.643000', '100838.645000', '100838.648000', '100838.650000', '100838.653000', '100838.656000', '100838.658000', '100838.661000', '100838.663000', '100838.666000', '100838.669000', '100838.671000', '100838.674000', '100838.676000', '100838.679000', '100838.681000', '100838.684000', '100838.687000', '100838.689000', '100838.692000', '100838.694000', '100838.697000', '100838.700000', '100838.702000', '100838.705000', '100838.708000', '100838.710000', '100838.713000', '100838.715000', '100838.718000', '100838.720000', '100838.723000', '100858.614000', '100858.617000', '100858.619000', '100858.622000', '100858.625000', '100858.628000', '100858.630000', '100858.633000', '100858.635000', '100858.638000', '100858.640000', '100858.643000', '100858.645000', '100858.648000', '100858.651000', '100858.653000', '100858.656000', '100858.658000', '100858.661000', '100858.664000', '100858.666000', '100858.669000', '100858.671000', '100858.674000', '100858.676000', '100858.679000', '100858.681000', '100858.684000', '100858.687000', '100858.689000', '100858.692000', '100858.694000', '100858.697000', '100858.700000', '100858.702000', '100858.705000', '100858.707000', '100858.710000', '100858.712000', '100858.715000', '100858.717000', '100858.720000', '100858.723000', '100918.613000', '100918.616000', '100918.619000', '100918.622000', '100918.624000', '100918.627000', '100918.629000', '100918.632000', '100918.635000', '100918.637000', '100918.640000', '100918.642000', '100918.645000', '100918.648000', '100918.650000', '100918.653000', '100918.655000', '100918.658000', '100918.661000', '100918.663000', '100918.666000', '100918.668000', '100918.671000', '100918.674000', '100918.676000', '100918.679000', '100918.681000', '100918.684000', '100918.686000', '100918.689000', '100918.691000', '100918.694000', '100918.706000', '100918.708000', '100918.711000', '100918.714000', '100918.716000', '100918.719000', '100918.721000', '100918.724000', '100918.726000', '100918.729000', '100918.732000', '100918.734000', '100938.613000', '100938.616000', '100938.619000', '100938.622000', '100938.624000', '100938.627000', '100938.629000', '100938.632000', '100938.635000', '100938.637000', '100938.640000', '100938.642000', '100938.645000', '100938.648000', '100938.650000', '100938.666000', '100938.669000', '100938.672000', '100938.675000', '100938.678000', '100938.681000', '100938.683000', '100938.686000', '100938.688000', '100938.691000', '100938.694000', '100938.696000', '100938.699000', '100938.701000', '100938.704000', '100938.707000', '100938.710000', '100938.713000', '100938.715000', '100938.718000', '100938.721000', '100938.723000', '100938.726000', '100938.728000', '100938.731000', '100938.733000', '100938.736000', '100938.739000', '100958.615000', '100958.618000', '100958.620000', '100958.623000', '100958.625000', '100958.628000', '100958.631000', '100958.633000', '100958.636000', '100958.638000', '100958.641000', '100958.644000', '100958.646000', '100958.649000', '100958.652000', '100958.654000', '100958.657000', '100958.659000', '100958.662000', '100958.665000', '100958.667000', '100958.670000', '100958.672000', '100958.675000', '100958.677000', '100958.680000', '100958.683000', '100958.685000', '100958.688000', '100958.691000', '100958.693000', '100958.696000', '100958.698000', '100958.701000', '100958.704000', '100958.706000', '100958.709000', '100958.711000', '100958.714000', '100958.716000', '100958.719000', '100958.722000', '100958.724000', '100958.727000', '101018.615000', '101018.618000', '101018.620000', '101018.623000', '101018.625000', '101018.628000', '101018.631000', '101018.633000', '101018.636000', '101018.638000', '101018.641000', '101018.643000', '101018.646000', '101018.649000', '101018.651000', '101018.654000', '101018.657000', '101018.659000', '101018.662000', '101018.664000', '101018.667000', '101018.669000', '101018.672000', '101018.675000', '101018.677000', '101018.680000', '101018.682000', '101018.685000', '101018.688000', '101018.690000', '101018.693000', '101018.695000', '101018.698000', '101018.701000', '101018.704000', '101018.706000', '101018.709000', '101018.712000', '101018.714000', '101018.717000', '101018.719000', '101018.722000', '101018.725000', '101038.615000', '101038.618000', '101038.620000', '101038.623000', '101038.625000', '101038.628000', '101038.631000', '101038.633000', '101038.636000', '101038.638000', '101038.641000', '101038.644000', '101038.646000', '101038.649000', '101038.651000', '101038.654000', '101038.657000', '101038.659000', '101038.662000', '101038.664000', '101038.667000', '101038.669000', '101038.672000', '101038.675000', '101038.677000', '101038.680000', '101038.682000', '101038.685000', '101038.688000', '101038.690000', '101038.693000', '101038.695000', '101038.698000', '101038.701000', '101038.703000', '101038.706000', '101038.708000', '101038.711000', '101038.714000', '101038.716000', '101038.719000', '101038.721000', '101038.724000', '101038.727000', '101058.613000', '101058.616000', '101058.619000', '101058.622000', '101058.624000', '101058.627000', '101058.629000', '101058.632000', '101058.635000', '101058.637000', '101058.640000', '101058.642000', '101058.645000', '101058.648000', '101058.650000', '101058.653000', '101058.655000', '101058.658000', '101058.661000', '101058.663000', '101058.666000', '101058.668000', '101058.671000', '101058.674000', '101058.676000', '101058.679000', '101058.681000', '101058.684000', '101058.686000', '101058.689000', '101058.692000', '101058.694000', '101058.697000', '101058.699000', '101058.702000', '101058.705000', '101058.707000', '101058.710000', '101058.712000', '101058.715000', '101058.732000', '101058.734000', '101058.737000', '101118.614000', '101118.617000', '101118.619000', '101118.622000', '101118.625000', '101118.627000', '101118.630000', '101118.632000', '101118.635000', '101118.637000', '101118.640000', '101118.643000', '101118.645000', '101118.648000', '101118.651000', '101118.653000', '101118.656000', '101118.658000', '101118.661000', '101118.664000', '101118.666000', '101118.669000', '101118.671000', '101118.674000', '101118.677000', '101118.679000', '101118.682000', '101118.685000', '101118.687000', '101118.690000', '101118.692000', '101118.695000', '101118.698000', '101118.700000', '101118.703000', '101118.705000', '101118.708000', '101118.711000', '101118.713000', '101118.716000', '101118.720000', '101118.722000', '101118.725000', '101118.727000', '101138.613000', '101138.616000', '101138.619000', '101138.622000', '101138.624000', '101138.627000', '101138.629000', '101138.632000', '101138.635000', '101138.637000', '101138.640000', '101138.643000', '101138.645000', '101138.648000', '101138.650000', '101138.653000', '101138.656000', '101138.658000', '101138.661000', '101138.663000', '101138.666000', '101138.669000', '101138.671000', '101138.674000', '101138.676000', '101138.679000', '101138.682000', '101138.684000', '101138.687000', '101138.689000', '101138.696000', '101138.699000', '101138.702000', '101138.704000', '101138.707000', '101138.709000', '101138.712000', '101138.715000', '101138.717000', '101138.720000', '101138.723000', '101138.725000', '101138.728000', '101158.614000', '101158.617000', '101158.619000', '101158.622000', '101158.625000', '101158.627000', '101158.630000', '101158.632000', '101158.635000', '101158.638000', '101158.640000', '101158.643000', '101158.646000', '101158.648000', '101158.651000', '101158.653000', '101158.656000', '101158.659000', '101158.661000', '101158.664000', '101158.666000', '101158.669000', '101158.672000', '101158.674000', '101158.677000', '101158.680000', '101158.682000', '101158.685000', '101158.687000', '101158.690000', '101158.693000', '101158.695000', '101158.698000', '101158.700000', '101158.703000', '101158.706000', '101158.708000', '101158.711000', '101158.714000', '101158.716000', '101158.719000', '101158.721000', '101158.724000', '101158.727000', '101218.615000', '101218.618000', '101218.620000', '101218.623000', '101218.625000', '101218.628000', '101218.631000', '101218.633000', '101218.636000', '101218.639000', '101218.641000', '101218.644000', '101218.646000', '101218.649000', '101218.651000', '101218.654000', '101218.657000', '101218.659000', '101218.662000', '101218.664000', '101218.667000', '101218.669000', '101218.672000', '101218.675000', '101218.677000', '101218.680000', '101218.685000', '101218.687000', '101218.690000', '101218.692000', '101218.695000', '101218.697000', '101218.700000', '101218.703000', '101218.705000', '101218.708000', '101218.710000', '101218.713000', '101218.716000', '101218.718000', '101218.721000', '101218.723000', '101218.726000', '101238.614000', '101238.617000', '101238.620000', '101238.623000', '101238.625000', '101238.628000', '101238.630000', '101238.633000', '101238.664000', '101238.667000', '101238.669000', '101238.672000', '101238.675000', '101238.677000', '101238.680000', '101238.682000', '101238.685000', '101238.687000', '101238.690000', '101238.693000', '101238.695000', '101238.698000', '101238.700000', '101238.703000', '101238.706000', '101238.708000', '101238.711000', '101238.713000', '101238.716000', '101238.719000', '101238.721000', '101238.724000', '101238.726000', '101238.729000', '101238.732000', '101238.734000', '101238.737000', '101238.739000', '101238.742000', '101238.745000', '101238.747000', '101238.750000', '101238.752000', '101238.755000', '101258.614000', '101258.617000', '101258.620000', '101258.623000', '101258.625000', '101258.628000', '101258.630000', '101258.633000', '101258.636000', '101258.638000', '101258.641000', '101258.644000', '101258.646000', '101258.649000', '101258.651000', '101258.654000', '101258.657000', '101258.659000', '101258.662000', '101258.664000', '101258.667000', '101258.670000', '101258.672000', '101258.675000', '101258.677000', '101258.680000', '101258.683000', '101258.685000', '101258.688000', '101258.690000', '101258.693000', '101258.695000', '101258.698000', '101258.700000', '101258.703000', '101258.706000', '101258.709000', '101258.711000', '101258.714000', '101258.716000', '101258.719000', '101258.721000', '101258.724000', '101318.614000', '101318.617000', '101318.619000', '101318.622000', '101318.624000', '101318.627000', '101318.630000', '101318.632000', '101318.635000', '101318.637000', '101318.640000', '101318.643000', '101318.646000', '101318.648000', '101318.651000', '101318.654000', '101318.656000', '101318.659000', '101318.661000', '101318.664000', '101318.667000', '101318.669000', '101318.672000', '101318.675000', '101318.677000', '101318.680000', '101318.682000', '101318.685000', '101318.688000', '101318.690000', '101318.693000', '101318.695000', '101318.698000', '101318.700000', '101318.703000', '101318.706000', '101318.708000', '101318.711000', '101318.714000', '101318.716000', '101318.719000', '101318.721000', '101318.724000', '101318.727000', '101338.613000', '101338.616000', '101338.619000', '101338.622000', '101338.624000', '101338.627000', '101338.629000', '101338.632000', '101338.635000', '101338.637000', '101338.640000', '101338.642000', '101338.645000', '101338.657000', '101338.660000', '101338.662000', '101338.665000', '101338.667000', '101338.670000', '101338.673000', '101338.675000', '101338.682000', '101338.684000', '101338.687000', '101338.689000', '101338.692000', '101338.694000', '101338.697000', '101338.700000', '101338.702000', '101338.705000', '101338.708000', '101338.710000', '101338.713000', '101338.715000', '101338.718000', '101338.721000', '101338.723000', '101338.726000', '101338.728000', '101338.731000', '101338.734000', '101338.736000', '101358.614000', '101358.617000', '101358.619000', '101358.622000', '101358.625000', '101358.627000', '101358.630000', '101358.632000', '101358.635000', '101358.638000', '101358.640000', '101358.643000', '101358.645000', '101358.648000', '101358.651000', '101358.653000', '101358.656000', '101358.658000', '101358.661000', '101358.671000', '101358.674000', '101358.677000', '101358.679000', '101358.682000', '101358.684000', '101358.687000', '101358.690000', '101358.692000', '101358.695000', '101358.698000', '101358.700000', '101358.703000', '101358.705000', '101358.708000', '101358.711000', '101358.713000', '101358.716000', '101358.718000', '101358.721000', '101358.724000', '101358.726000', '101358.729000', '101358.731000', '101358.734000', '101418.615000', '101418.618000', '101418.620000', '101418.623000', '101418.625000', '101418.628000', '101418.631000', '101418.633000', '101418.636000', '101418.638000', '101418.641000', '101418.643000', '101418.646000', '101418.649000', '101418.651000', '101418.654000', '101418.656000', '101418.659000', '101418.662000', '101418.664000', '101418.667000', '101418.669000', '101418.672000', '101418.675000', '101418.677000', '101418.680000', '101418.682000', '101418.685000', '101418.688000', '101418.690000', '101418.693000', '101418.695000', '101418.698000', '101418.701000', '101418.703000', '101418.706000', '101418.708000', '101418.711000', '101418.713000', '101418.716000', '101418.719000', '101418.721000', '101418.724000', '101438.615000', '101438.618000', '101438.620000', '101438.623000', '101438.625000', '101438.628000', '101438.631000', '101438.634000', '101438.637000', '101438.639000', '101438.642000', '101438.644000', '101438.647000', '101438.650000', '101438.652000', '101438.655000', '101438.657000', '101438.660000', '101438.663000', '101438.665000', '101438.668000', '101438.670000', '101438.673000', '101438.676000', '101438.678000', '101438.681000', '101438.684000', '101438.686000', '101438.689000', '101438.692000', '101438.694000', '101438.697000', '101438.699000', '101438.702000', '101438.705000', '101438.707000', '101438.710000', '101438.712000', '101438.715000', '101438.717000', '101438.720000', '101438.723000', '101438.725000', '101438.728000', '101458.615000', '101458.618000', '101458.620000', '101458.623000', '101458.625000', '101458.628000', '101458.631000', '101458.633000', '101458.636000', '101458.639000', '101458.641000', '101458.644000', '101458.646000', '101458.649000', '101458.652000', '101458.654000', '101458.657000', '101458.660000', '101458.662000', '101458.665000', '101458.667000', '101458.670000', '101458.672000', '101458.675000', '101458.678000', '101458.680000', '101458.683000', '101458.685000', '101458.688000', '101458.691000', '101458.693000', '101458.696000', '101458.699000', '101458.701000', '101458.704000', '101458.706000', '101458.709000', '101458.711000', '101458.714000', '101458.717000', '101458.719000', '101458.722000', '101458.724000', '101518.615000', '101518.618000', '101518.620000', '101518.623000', '101518.625000', '101518.628000', '101518.631000', '101518.633000', '101518.636000', '101518.638000', '101518.641000', '101518.644000', '101518.646000', '101518.649000', '101518.651000', '101518.691000', '101518.693000', '101518.696000', '101518.699000', '101518.701000', '101518.704000', '101518.706000', '101518.709000', '101518.712000', '101518.714000', '101518.717000', '101518.720000', '101518.722000', '101518.725000', '101518.727000', '101518.730000', '101518.733000', '101518.735000', '101518.738000', '101518.740000', '101518.743000', '101518.746000', '101518.748000', '101518.751000', '101518.753000', '101518.756000', '101518.759000', '101518.761000', '101518.764000', '101538.614000', '101538.617000', '101538.619000', '101538.622000', '101538.625000', '101538.627000', '101538.630000', '101538.633000', '101538.635000', '101538.638000', '101538.640000', '101538.643000', '101538.646000', '101538.648000', '101538.651000', '101538.654000', '101538.656000', '101538.659000', '101538.661000', '101538.664000', '101538.666000', '101538.669000', '101538.672000', '101538.674000', '101538.677000', '101538.679000', '101538.682000', '101538.685000', '101538.687000', '101538.690000', '101538.693000', '101538.695000', '101538.698000', '101538.700000', '101538.703000', '101538.706000', '101538.708000', '101538.711000', '101538.713000', '101538.716000', '101538.718000', '101538.721000', '101538.724000', '101558.614000', '101558.617000', '101558.619000', '101558.622000', '101558.624000', '101558.627000', '101558.630000', '101558.632000', '101558.635000', '101558.638000', '101558.640000', '101558.643000', '101558.646000', '101558.648000', '101558.651000', '101558.654000', '101558.656000', '101558.659000', '101558.661000', '101558.664000', '101558.666000', '101558.670000', '101558.673000', '101558.675000', '101558.678000', '101558.681000', '101558.683000', '101558.686000', '101558.689000', '101558.691000', '101558.694000', '101558.696000', '101558.699000', '101558.701000', '101558.704000', '101558.707000', '101558.709000', '101558.712000', '101558.715000', '101558.717000', '101558.720000', '101558.722000', '101558.725000', '101618.614000', '101618.617000', '101618.619000', '101618.622000', '101618.625000', '101618.627000', '101618.630000', '101618.633000', '101618.635000', '101618.638000', '101618.640000', '101618.643000', '101618.646000', '101618.648000', '101618.651000', '101618.654000', '101618.656000', '101618.659000', '101618.661000', '101618.664000', '101618.667000', '101618.669000', '101618.672000', '101618.675000', '101618.677000', '101618.680000', '101618.683000', '101618.686000', '101618.688000', '101618.691000', '101618.693000', '101618.696000', '101618.699000', '101618.701000', '101618.704000', '101618.706000', '101618.709000', '101618.712000', '101618.714000', '101618.717000', '101618.720000', '101618.722000', '101618.725000', '101618.727000', '101638.615000', '101638.618000', '101638.620000', '101638.623000', '101638.625000', '101638.628000', '101638.631000', '101638.633000', '101638.636000', '101638.638000', '101638.641000', '101638.644000', '101638.646000', '101638.649000', '101638.652000', '101638.655000', '101638.657000', '101638.660000', '101638.663000', '101638.665000', '101638.668000', '101638.670000', '101638.673000', '101638.676000', '101638.678000', '101638.681000', '101638.683000', '101638.686000', '101638.689000', '101638.691000', '101638.694000', '101638.697000', '101638.699000', '101638.702000', '101638.704000', '101638.707000', '101638.710000', '101638.712000', '101638.715000', '101638.717000', '101638.720000', '101638.723000', '101638.725000', '101658.615000', '101658.618000', '101658.620000', '101658.623000', '101658.625000', '101658.628000', '101658.631000', '101658.633000', '101658.636000', '101658.638000', '101658.641000', '101658.644000', '101658.646000', '101658.649000', '101658.652000', '101658.654000', '101658.657000', '101658.659000', '101658.662000', '101658.665000', '101658.667000', '101658.670000', '101658.672000', '101658.675000', '101658.678000', '101658.680000', '101658.683000', '101658.686000', '101658.688000', '101658.691000', '101658.693000', '101658.696000', '101658.699000', '101658.701000', '101658.704000', '101658.706000', '101658.709000', '101658.711000', '101658.714000', '101658.717000', '101658.719000', '101658.722000', '101658.725000', '101658.727000', '101703.492000', '101703.495000', '101703.498000', '101703.501000', '101703.504000', '101703.507000', '101703.510000', '101703.512000', '101703.515000', '101703.518000', '101703.520000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [7411, 7578, 7980, 7603, 7804, 7356, 7028, 7198, 7058, 6980, 7190, 6851, 7266, 7005, 7055, 6964, 7722, 6905, 7094, 7340, 7367, 6845, 8923, 6771, 9673, 6861, 6908, 6713, 6970, 6814, 6864, 6972, 7532, 6908, 7213, 6753, 6828, 6869, 9049, 7182, 9647, 7267, 11074, 6829, 8528, 6984, 7800, 6999, 7499, 7758, 7377, 7724, 7158, 7274, 6818, 6935, 7316, 7351, 7716, 9184, 8220, 8555, 6942, 7896, 7041, 9675, 7022, 8003, 6975, 7851, 6961, 7766, 6918, 7876, 7077, 7683, 7015, 7830, 7549, 9486, 6867, 9127, 6922, 7727, 6846, 7534, 6691, 10289, 6925, 7587, 6900, 7086, 6786, 7571, 7701, 7342, 6884, 7652, 6692, 7369, 7151, 8207, 7615, 6803, 7452, 6813, 7310, 6873, 6808, 7002, 7156, 7035, 7185, 7052, 7015, 7377, 7092, 7033, 6807, 6932, 7307, 7003, 6833, 6727, 8383, 8392, 7088, 6997, 6694, 7041, 6828, 7480, 7271, 8076, 7344, 9478, 7049, 6958, 7382, 6915, 9598, 6869, 8203, 7205, 9453, 7024, 7685, 6711, 7404, 6909, 7330, 7030, 7614, 6724, 8140, 7050, 7362, 6760, 6897, 7503, 7175, 11005, 6947, 11445, 6827, 7628, 6916, 7270, 6873, 6997, 7370, 7283, 6956, 6851, 9075, 6710, 8880, 7365, 9568, 6787, 7640, 6901, 7271, 6954, 7672, 6896, 8647, 6722, 7274, 6789, 7185, 7769, 7504, 7489, 9414, 7151, 6885, 7122, 6667, 8316, 6983, 10162, 7167, 7773, 6565, 9555, 7023, 8569, 7425, 9474, 7343, 8180, 6994, 7510, 6992, 9668, 7121, 8420, 6943, 9002, 7850, 7077, 7041, 6899, 7916, 6896, 7828, 6796, 7728, 6930, 7379, 7083, 7459, 7112, 7797, 6818, 8176, 6957, 7504, 6812, 7304, 7643, 7071, 11186, 7130, 12123, 7026, 7952, 6772, 7283, 7085, 6825, 7319, 6805, 7332, 6926, 7080, 6823, 6952, 7055, 8028, 6841, 10471, 7091, 9724, 6982, 9268, 6856, 7737, 6875, 8530, 7786, 7134, 7236, 6782, 6740, 6855, 6913, 7023, 8238, 7098, 8608, 6789, 9208, 6915, 7803, 6964, 8533, 7732, 6676, 10643, 6924, 10063, 6837, 8160, 6681, 9092, 6776, 9177, 7118, 9847, 7137, 8745, 6928, 7686, 7018, 7909, 7027, 7762, 6910, 7932, 6865, 9296, 6917, 7696, 6722, 7714, 7057, 7236, 7951, 8175, 7082, 6747, 7035, 6735, 7135, 6663, 8175, 6930, 10350, 6867, 8522, 6874, 7072, 6823, 6916, 6560, 6725, 7374, 6780, 8935, 6895, 8890, 6857, 7878, 6956, 7839, 6801, 9441, 6736, 10770, 6919, 7903, 6883, 7650, 7260, 7740, 7062, 12357, 6757, 8998, 6754, 7459, 6932, 7457, 7273, 7924, 6922, 7185, 7041, 7343, 6812, 8625, 7237, 8045, 6754, 7465, 6921, 7058, 6776, 7310, 7152, 7082, 8071, 7283, 6918, 6913, 6920, 6948, 6683, 7160, 6975, 6983, 6919, 6641, 7907, 6744, 7656, 7084, 7813, 7674, 7314, 6789, 7236, 7850, 6693, 8225, 7050, 9407, 7259, 11632, 7129, 11341, 7698, 7468, 6998, 6784, 7607, 6885, 8239, 6987, 8947, 7341, 7703, 7306, 7411, 6975, 7178, 8442, 7106, 11712, 7021, 7550, 6983, 7182, 7032, 7171, 9475, 6889, 9527, 7474, 7261, 6994, 7144, 7300, 6774, 7407, 7133, 7137, 7110, 7274, 7529, 7016, 7389, 7175, 7272, 7324, 7661, 7086, 7329, 8163, 7149, 9200, 7122, 7264, 7070, 7360, 7444, 7034, 7260, 7668, 7080, 7084, 7081, 7227, 7159, 7177, 7295, 6871, 7339, 6924, 7626, 7149, 7295, 7271, 7759, 7394, 9568, 7334, 7293, 7437, 7089, 7134, 8124, 7268, 11857, 8026, 7760, 7009, 7193, 6806, 7044, 7267, 7194, 11510, 7124, 10132, 7497, 9011, 7481, 10142, 6855, 8780, 7140, 7265, 7025, 7344, 7011, 7229, 7784, 7042, 8087, 7134, 7275, 6928, 6971, 7259, 7177, 7362, 7925, 6883, 9584, 7066, 7785, 7463, 7985, 7297, 9640, 7106, 10387, 7030, 8561, 7690, 9596, 7171, 10608, 7042, 8150, 7029, 8320, 7176, 8009, 7154, 7237, 7073, 7270, 7209, 7279, 7184, 7166, 8069, 7442, 10641, 7490, 8784, 7271, 7167, 7095, 7426, 8466, 6984, 10683, 7050, 10281, 6969, 11462, 7454, 12970, 7574, 7282, 7185, 7509, 7444, 7342, 7055, 6933, 7585, 7054, 7714, 7032, 7456, 7377, 7785, 7170, 10094, 6930, 8779, 7139, 7419, 7338, 7163, 7623, 7208, 7650, 6967, 7115, 7167, 7406, 8384, 7753, 10255, 7077, 10789, 7130, 7938, 7359, 8582, 7330, 10569, 8365, 7304, 7164, 7310, 7115, 7487, 7443, 6819, 7501, 6837, 7216, 6973, 7114, 6862, 7191, 7223, 7183, 7044, 9492, 6992, 7464, 7180, 7274, 7038, 7612, 7008, 8715, 9407, 7740, 7145, 7222, 7024, 7122, 7196, 7119, 7643, 7008, 7644, 6998, 7136, 7250, 7156, 7240, 7197, 6876, 9668, 7207, 7408, 7108, 7338, 7026, 7095, 7071, 6979, 8913, 7249, 8770, 7130, 7092, 8003, 6953, 12459, 7157, 9890, 7100, 6952, 6900, 7298, 7007, 7096, 7035, 9435, 7491, 7360, 7255, 7203, 7197, 7356, 7337, 7212, 7085, 8570, 6992, 7265, 7360, 7085, 7209, 11457, 7015, 10510, 7178, 7947, 6883, 7494, 7635, 7553, 7312, 7372, 7078, 7072, 6786, 6788, 7210, 7074, 10586, 7064, 11404, 6914, 8274, 6824, 7584, 7169, 6943, 7375, 7293, 7448, 7242, 7227, 6818, 7095, 6992, 7353, 7375, 10905, 7022, 10448, 7006, 8220, 6753, 7560, 7151, 7096, 7126, 7171, 7349, 6809, 7011, 7180, 7223, 6815, 7005, 7202, 6791, 8029, 7213, 7976, 6939, 7694, 7845, 7447, 11394, 7321, 7312, 6872, 7136, 6943, 8679, 6998, 10186, 7266, 10803, 7220, 7791, 7206, 9181, 7132, 8251, 7243, 8137, 7071, 11088, 7010, 8291, 7411, 7440, 7125, 9870, 7017, 13159, 6879, 8170, 7217, 7240, 7329, 7066, 7596, 7400, 9653, 7041, 8023, 7078, 7751, 7141, 7693, 6976, 7748, 7050, 7014, 7456, 7141, 6962, 7411, 7074, 7526, 8376, 7195, 10850, 6916, 8760, 6958, 8048, 7201, 9793, 6833, 6916, 7943, 6966, 8164, 7346, 7984, 7367, 7999, 7096, 7727, 7370, 7216, 7429, 7171, 7529, 6836, 11117, 6928, 10111, 6979, 8423, 7338, 7744, 7361, 7445, 7188, 6757, 8292, 7378, 8301, 7346, 8086, 7051, 7461, 7021, 7792, 7080, 7159, 7115, 7020, 7097, 7209, 9778, 6901, 11967, 7163, 8325, 7010, 7502, 7351, 7130, 9442, 7132, 11350, 7293, 10499, 7230, 7644, 7398, 7617, 7156, 7185, 6863, 7003, 8612, 7138, 8366, 7114, 8135, 7158, 7205, 7277, 6689, 7326, 7427, 9701, 7275, 9453, 6877, 8625, 7154, 7582, 7361, 7335, 7187, 7044, 6887, 6938, 8721, 7307, 9300, 6788, 8386, 7052, 8805, 7443, 7950, 7185, 7395, 7090, 7775, 7040, 8451, 7012, 9610, 6811, 7118, 7311, 7155, 10520, 7102, 9818, 7093, 9550, 7008, 8811, 7081, 7675, 7392, 7598, 7108, 8107, 6726, 7256, 7008, 7217, 7518, 7121, 10854, 6965, 11199, 7006, 8451, 7197, 8359, 7318, 7776, 6779, 8416, 6997, 7102, 6984, 7053, 7298, 6960, 8441, 7110, 11614, 6750, 10114, 6819, 7808, 7336, 8446, 7054, 8147, 7041, 7793, 6930, 7038, 7226, 6819, 9688, 7161, 8996, 7187, 8454, 7081, 7528, 7102, 7397, 7078, 7121, 6784, 8205, 7263, 7512, 6966, 6875, 10495, 6837, 8868, 6908, 8292, 7175, 7222, 7046, 7135, 7264, 7257, 7727, 6857, 10787, 7115, 6999, 7222, 9270, 7277, 8591, 6969, 8299, 6976, 7438, 6942, 6976, 7137, 6874, 6983, 6931, 10016, 6812, 11643, 7089, 9190, 7019, 8363, 6877, 7798, 7297, 7227, 8926, 6878, 9377, 6954, 8426, 6981, 7666, 7024, 8121, 7135, 7060, 7013, 7320, 7728, 7172, 9401, 7255, 8706, 7078, 8220, 7138, 7358, 6944, 7342, 7708, 7228, 10526, 6875, 10774, 7123, 8990, 7134, 7811, 7145, 7325, 7226, 7557, 6953, 6867, 7076, 6908, 8660, 6764, 8043, 7549, 7725, 6972, 7596, 7339, 6985, 6937, 6869, 6936, 7122, 7108, 9258, 7082, 8149, 7126, 7532, 6767, 7163, 7147, 6932, 13358, 10097, 10651, 7464, 12911, 9151, 11221, 7962, 7431, 7049, 9182, 7908, 7629, 7884, 6805, 12396, 10059, 7988, 15525, 11431, 13496, 13746, 11715, 15777, 11439, 10236, 15913, 10449, 8330, 8629, 6972, 6983, 7403, 7014, 8187, 7366, 6554, 6447, 7343, 6902, 6808, 7418, 7011, 7293, 7457, 6944, 6889, 7054, 7076, 6640, 6777, 6813, 6619, 6715, 6750, 6639, 6715, 6855, 7099, 7640, 6634, 6711, 8086, 8135, 8015, 10286, 14427, 9535, 8012, 13089, 12093, 10794, 11512, 8874, 7039, 6949, 10034, 7404, 7031, 6971, 7723, 7877, 6426, 8286, 6544, 6806, 6629, 7034, 6849, 6991, 6890, 6852, 7323, 6760, 6607, 6726, 6844, 7308, 6860, 7056, 8394, 6901, 9345, 9222, 8424, 11899, 10635, 12741, 11655, 13908, 11036, 8821, 12544, 10817, 13539, 8880, 7239, 11677, 7252, 6600, 7602, 6678, 8578, 6994, 6707, 7283, 7420, 7740, 7179, 8325, 6798, 6971, 7139, 6809, 6848, 6703, 6869, 6732, 7138, 6907, 6750, 6960, 6855, 6805, 6725, 7304, 6635, 7059, 6885, 6716, 6897, 8984, 6785, 8428, 7141, 10259, 7781, 9213, 7827, 6938, 7465, 6934, 6944, 7137, 7256, 7325, 9980, 8815, 10638, 9976, 6912, 12952, 11342, 10099, 7783, 6760, 12933, 8628, 9350, 9948, 7624, 12510, 6881, 9596, 6933, 7824, 6766, 8091, 7266, 8353, 7148, 7079, 7107, 7110, 6674, 7187, 7166, 7459, 7276, 7005, 7197, 7861, 6683, 7582, 6833, 7435, 7537, 10152, 9250, 8937, 8916, 7374, 7630, 6712, 8984, 7098, 8733, 6958], 'WindowCenter': [4318.0, 4314.0, 4312.0, 4299.0, 4300.0, 4288.0, 4288.0, 4289.0, 4287.0, 4290.0, 4286.0, 4288.0, 4299.0, 4302.0, 4302.0, 4303.0, 4314.0, 4304.0, 4316.0, 4314.0, 4314.0, 4293.0, 4322.0, 4293.0, 4332.0, 4291.0, 4301.0, 4293.0, 4304.0, 4293.0, 4293.0, 4304.0, 4312.0, 4302.0, 4315.0, 4304.0, 4303.0, 4304.0, 4322.0, 4304.0, 4336.0, 4316.0, 4354.0, 4304.0, 4323.0, 4303.0, 4313.0, 4302.0, 4302.0, 4314.0, 4313.0, 4311.0, 4304.0, 4316.0, 4294.0, 4304.0, 4303.0, 4303.0, 4314.0, 4335.0, 4325.0, 4322.0, 4303.0, 4325.0, 4304.0, 4333.0, 4303.0, 4313.0, 4304.0, 4312.0, 4302.0, 4312.0, 4302.0, 4322.0, 4320.0, 4327.0, 4318.0, 4326.0, 4315.0, 4330.0, 4293.0, 4334.0, 4304.0, 4310.0, 4305.0, 4314.0, 4293.0, 4344.0, 4303.0, 4311.0, 4304.0, 4302.0, 4293.0, 4315.0, 4313.0, 4303.0, 4301.0, 4313.0, 4305.0, 4302.0, 4291.0, 4311.0, 4301.0, 4292.0, 4300.0, 4290.0, 4300.0, 4290.0, 4292.0, 4290.0, 4300.0, 4301.0, 4303.0, 4304.0, 4307.0, 4331.0, 4316.0, 4303.0, 4305.0, 4301.0, 4314.0, 4302.0, 4278.0, 4277.0, 4298.0, 4311.0, 4289.0, 4290.0, 4292.0, 4302.0, 4304.0, 4303.0, 4302.0, 4323.0, 4303.0, 4333.0, 4303.0, 4303.0, 4301.0, 4291.0, 4320.0, 4291.0, 4311.0, 4299.0, 4330.0, 4290.0, 4300.0, 4290.0, 4297.0, 4291.0, 4301.0, 4302.0, 4312.0, 4293.0, 4314.0, 4304.0, 4303.0, 4292.0, 4303.0, 4302.0, 4303.0, 4343.0, 4302.0, 4354.0, 4292.0, 4312.0, 4302.0, 4300.0, 4291.0, 4304.0, 4302.0, 4303.0, 4302.0, 4293.0, 4321.0, 4293.0, 4322.0, 4301.0, 4331.0, 4291.0, 4313.0, 4302.0, 4301.0, 4300.0, 4313.0, 4303.0, 4321.0, 4292.0, 4301.0, 4292.0, 4291.0, 4312.0, 4301.0, 4300.0, 4331.0, 4291.0, 4292.0, 4291.0, 4288.0, 4309.0, 4291.0, 4329.0, 4288.0, 4301.0, 4290.0, 4320.0, 4289.0, 4307.0, 4301.0, 4319.0, 4300.0, 4309.0, 4291.0, 4298.0, 4291.0, 4320.0, 4288.0, 4310.0, 4289.0, 4319.0, 4299.0, 4289.0, 4288.0, 4289.0, 4299.0, 4288.0, 4300.0, 4291.0, 4299.0, 4301.0, 4303.0, 4302.0, 4300.0, 4303.0, 4312.0, 4291.0, 4322.0, 4302.0, 4300.0, 4293.0, 4301.0, 4303.0, 4304.0, 4341.0, 4302.0, 4352.0, 4290.0, 4311.0, 4289.0, 4298.0, 4289.0, 4290.0, 4300.0, 4290.0, 4300.0, 4300.0, 4303.0, 4292.0, 4303.0, 4302.0, 4312.0, 4303.0, 4342.0, 4302.0, 4333.0, 4301.0, 4332.0, 4292.0, 4302.0, 4291.0, 4321.0, 4300.0, 4301.0, 4300.0, 4290.0, 4290.0, 4290.0, 4301.0, 4301.0, 4320.0, 4302.0, 4323.0, 4293.0, 4333.0, 4304.0, 4312.0, 4302.0, 4323.0, 4311.0, 4293.0, 4341.0, 4301.0, 4332.0, 4291.0, 4312.0, 4290.0, 4320.0, 4290.0, 4332.0, 4301.0, 4331.0, 4302.0, 4321.0, 4302.0, 4311.0, 4303.0, 4311.0, 4301.0, 4312.0, 4303.0, 4311.0, 4292.0, 4333.0, 4303.0, 4312.0, 4291.0, 4311.0, 4302.0, 4302.0, 4312.0, 4321.0, 4301.0, 4290.0, 4302.0, 4291.0, 4300.0, 4291.0, 4309.0, 4292.0, 4340.0, 4291.0, 4336.0, 4306.0, 4303.0, 4303.0, 4314.0, 4292.0, 4304.0, 4315.0, 4305.0, 4335.0, 4314.0, 4336.0, 4306.0, 4324.0, 4304.0, 4314.0, 4304.0, 4333.0, 4291.0, 4343.0, 4301.0, 4311.0, 4301.0, 4299.0, 4300.0, 4299.0, 4290.0, 4350.0, 4278.0, 4319.0, 4278.0, 4286.0, 4286.0, 4287.0, 4286.0, 4296.0, 4287.0, 4286.0, 4288.0, 4285.0, 4278.0, 4306.0, 4288.0, 4297.0, 4278.0, 4299.0, 4289.0, 4289.0, 4289.0, 4301.0, 4291.0, 4290.0, 4311.0, 4300.0, 4290.0, 4291.0, 4288.0, 4290.0, 4288.0, 4289.0, 4301.0, 4300.0, 4302.0, 4290.0, 4312.0, 4292.0, 4310.0, 4301.0, 4310.0, 4313.0, 4303.0, 4303.0, 4313.0, 4325.0, 4305.0, 4325.0, 4303.0, 4333.0, 4304.0, 4364.0, 4319.0, 4342.0, 4300.0, 4300.0, 4289.0, 4293.0, 4312.0, 4302.0, 4338.0, 4317.0, 4346.0, 4325.0, 4327.0, 4317.0, 4304.0, 4302.0, 4303.0, 4312.0, 4302.0, 4352.0, 4292.0, 4313.0, 4290.0, 4291.0, 4291.0, 4291.0, 4321.0, 4291.0, 4320.0, 4290.0, 4291.0, 4290.0, 4290.0, 4301.0, 4280.0, 4300.0, 4290.0, 4289.0, 4288.0, 4289.0, 4288.0, 4289.0, 4289.0, 4289.0, 4300.0, 4300.0, 4301.0, 4290.0, 4302.0, 4311.0, 4303.0, 4322.0, 4292.0, 4302.0, 4292.0, 4302.0, 4301.0, 4291.0, 4302.0, 4301.0, 4293.0, 4291.0, 4291.0, 4302.0, 4291.0, 4292.0, 4301.0, 4292.0, 4302.0, 4292.0, 4313.0, 4303.0, 4304.0, 4303.0, 4302.0, 4304.0, 4334.0, 4304.0, 4304.0, 4304.0, 4304.0, 4304.0, 4313.0, 4304.0, 4353.0, 4313.0, 4302.0, 4291.0, 4291.0, 4290.0, 4291.0, 4302.0, 4292.0, 4342.0, 4292.0, 4331.0, 4301.0, 4321.0, 4302.0, 4331.0, 4292.0, 4312.0, 4291.0, 4301.0, 4290.0, 4290.0, 4290.0, 4290.0, 4301.0, 4290.0, 4311.0, 4290.0, 4290.0, 4290.0, 4290.0, 4300.0, 4290.0, 4301.0, 4311.0, 4291.0, 4332.0, 4292.0, 4300.0, 4302.0, 4311.0, 4302.0, 4333.0, 4292.0, 4331.0, 4291.0, 4310.0, 4302.0, 4321.0, 4291.0, 4342.0, 4291.0, 4310.0, 4291.0, 4311.0, 4291.0, 4311.0, 4292.0, 4302.0, 4302.0, 4303.0, 4302.0, 4303.0, 4303.0, 4305.0, 4325.0, 4316.0, 4355.0, 4316.0, 4336.0, 4305.0, 4304.0, 4305.0, 4304.0, 4325.0, 4305.0, 4344.0, 4305.0, 4344.0, 4304.0, 4353.0, 4303.0, 4362.0, 4302.0, 4301.0, 4291.0, 4301.0, 4300.0, 4290.0, 4291.0, 4291.0, 4301.0, 4291.0, 4301.0, 4291.0, 4300.0, 4302.0, 4302.0, 4293.0, 4332.0, 4318.0, 4323.0, 4291.0, 4302.0, 4304.0, 4304.0, 4314.0, 4315.0, 4326.0, 4305.0, 4305.0, 4305.0, 4315.0, 4325.0, 4314.0, 4345.0, 4303.0, 4343.0, 4302.0, 4311.0, 4302.0, 4321.0, 4303.0, 4342.0, 4311.0, 4302.0, 4291.0, 4301.0, 4290.0, 4300.0, 4302.0, 4280.0, 4300.0, 4290.0, 4299.0, 4289.0, 4288.0, 4279.0, 4288.0, 4289.0, 4290.0, 4290.0, 4330.0, 4291.0, 4304.0, 4303.0, 4302.0, 4302.0, 4312.0, 4304.0, 4323.0, 4335.0, 4302.0, 4302.0, 4303.0, 4293.0, 4291.0, 4291.0, 4292.0, 4302.0, 4291.0, 4301.0, 4291.0, 4290.0, 4301.0, 4289.0, 4300.0, 4290.0, 4291.0, 4331.0, 4301.0, 4304.0, 4303.0, 4314.0, 4303.0, 4306.0, 4305.0, 4305.0, 4335.0, 4304.0, 4325.0, 4305.0, 4303.0, 4313.0, 4292.0, 4351.0, 4291.0, 4331.0, 4290.0, 4291.0, 4290.0, 4300.0, 4290.0, 4290.0, 4291.0, 4320.0, 4301.0, 4300.0, 4301.0, 4302.0, 4301.0, 4302.0, 4302.0, 4301.0, 4292.0, 4311.0, 4291.0, 4303.0, 4301.0, 4291.0, 4302.0, 4340.0, 4292.0, 4331.0, 4289.0, 4299.0, 4289.0, 4288.0, 4288.0, 4288.0, 4287.0, 4288.0, 4279.0, 4278.0, 4277.0, 4278.0, 4289.0, 4289.0, 4327.0, 4288.0, 4338.0, 4277.0, 4297.0, 4277.0, 4287.0, 4277.0, 4276.0, 4286.0, 4288.0, 4288.0, 4288.0, 4288.0, 4278.0, 4288.0, 4288.0, 4286.0, 4289.0, 4329.0, 4289.0, 4329.0, 4289.0, 4309.0, 4278.0, 4289.0, 4278.0, 4278.0, 4277.0, 4278.0, 4288.0, 4277.0, 4288.0, 4288.0, 4288.0, 4279.0, 4289.0, 4291.0, 4280.0, 4310.0, 4300.0, 4299.0, 4290.0, 4299.0, 4298.0, 4290.0, 4339.0, 4289.0, 4288.0, 4278.0, 4278.0, 4278.0, 4307.0, 4288.0, 4329.0, 4289.0, 4329.0, 4289.0, 4300.0, 4300.0, 4319.0, 4290.0, 4309.0, 4302.0, 4314.0, 4303.0, 4342.0, 4291.0, 4324.0, 4313.0, 4314.0, 4304.0, 4342.0, 4293.0, 4362.0, 4291.0, 4310.0, 4300.0, 4299.0, 4300.0, 4291.0, 4300.0, 4301.0, 4331.0, 4290.0, 4310.0, 4290.0, 4300.0, 4290.0, 4302.0, 4291.0, 4311.0, 4303.0, 4292.0, 4302.0, 4291.0, 4301.0, 4302.0, 4303.0, 4313.0, 4312.0, 4302.0, 4342.0, 4291.0, 4311.0, 4291.0, 4311.0, 4289.0, 4331.0, 4290.0, 4290.0, 4310.0, 4289.0, 4308.0, 4300.0, 4309.0, 4300.0, 4310.0, 4290.0, 4300.0, 4302.0, 4300.0, 4300.0, 4301.0, 4300.0, 4292.0, 4341.0, 4291.0, 4341.0, 4290.0, 4310.0, 4300.0, 4300.0, 4300.0, 4301.0, 4289.0, 4290.0, 4311.0, 4300.0, 4309.0, 4299.0, 4300.0, 4290.0, 4301.0, 4291.0, 4301.0, 4301.0, 4290.0, 4291.0, 4291.0, 4290.0, 4302.0, 4331.0, 4302.0, 4352.0, 4291.0, 4312.0, 4291.0, 4301.0, 4300.0, 4292.0, 4331.0, 4291.0, 4341.0, 4300.0, 4339.0, 4300.0, 4299.0, 4300.0, 4301.0, 4290.0, 4291.0, 4291.0, 4290.0, 4320.0, 4290.0, 4311.0, 4290.0, 4311.0, 4290.0, 4300.0, 4300.0, 4289.0, 4300.0, 4301.0, 4330.0, 4301.0, 4331.0, 4290.0, 4310.0, 4290.0, 4299.0, 4300.0, 4301.0, 4290.0, 4291.0, 4291.0, 4291.0, 4320.0, 4300.0, 4319.0, 4290.0, 4310.0, 4290.0, 4321.0, 4300.0, 4310.0, 4290.0, 4300.0, 4290.0, 4300.0, 4291.0, 4312.0, 4291.0, 4321.0, 4290.0, 4290.0, 4299.0, 4289.0, 4328.0, 4290.0, 4329.0, 4291.0, 4319.0, 4289.0, 4319.0, 4290.0, 4300.0, 4301.0, 4300.0, 4291.0, 4311.0, 4291.0, 4301.0, 4302.0, 4301.0, 4300.0, 4302.0, 4341.0, 4293.0, 4341.0, 4291.0, 4310.0, 4291.0, 4310.0, 4302.0, 4301.0, 4291.0, 4311.0, 4290.0, 4290.0, 4290.0, 4290.0, 4300.0, 4301.0, 4311.0, 4302.0, 4351.0, 4291.0, 4341.0, 4291.0, 4300.0, 4302.0, 4310.0, 4291.0, 4311.0, 4290.0, 4301.0, 4290.0, 4291.0, 4300.0, 4290.0, 4319.0, 4290.0, 4319.0, 4289.0, 4309.0, 4289.0, 4299.0, 4289.0, 4290.0, 4290.0, 4301.0, 4291.0, 4322.0, 4302.0, 4301.0, 4302.0, 4292.0, 4330.0, 4290.0, 4320.0, 4290.0, 4311.0, 4289.0, 4299.0, 4290.0, 4289.0, 4299.0, 4301.0, 4300.0, 4292.0, 4340.0, 4290.0, 4290.0, 4302.0, 4320.0, 4300.0, 4310.0, 4290.0, 4311.0, 4289.0, 4299.0, 4291.0, 4289.0, 4289.0, 4279.0, 4288.0, 4290.0, 4329.0, 4280.0, 4339.0, 4290.0, 4320.0, 4290.0, 4309.0, 4278.0, 4300.0, 4288.0, 4289.0, 4308.0, 4278.0, 4318.0, 4288.0, 4297.0, 4288.0, 4298.0, 4289.0, 4310.0, 4289.0, 4290.0, 4301.0, 4300.0, 4300.0, 4289.0, 4320.0, 4301.0, 4310.0, 4289.0, 4311.0, 4290.0, 4299.0, 4290.0, 4300.0, 4299.0, 4301.0, 4340.0, 4280.0, 4340.0, 4289.0, 4320.0, 4289.0, 4299.0, 4290.0, 4300.0, 4289.0, 4302.0, 4289.0, 4279.0, 4289.0, 4288.0, 4308.0, 4278.0, 4298.0, 4299.0, 4300.0, 4289.0, 4299.0, 4299.0, 4289.0, 4290.0, 4278.0, 4301.0, 4332.0, 4348.0, 4376.0, 4329.0, 4337.0, 4318.0, 4328.0, 4306.0, 4306.0, 4304.0, 4305.0, 4376.0, 4358.0, 4359.0, 4331.0, 4376.0, 4320.0, 4341.0, 4309.0, 4298.0, 4291.0, 4345.0, 4324.0, 4326.0, 4325.0, 4302.0, 4361.0, 4329.0, 4299.0, 4357.0, 4338.0, 4346.0, 4347.0, 4325.0, 4356.0, 4323.0, 4313.0, 4342.0, 4300.0, 4278.0, 4279.0, 4272.0, 4271.0, 4272.0, 4271.0, 4281.0, 4270.0, 4261.0, 4262.0, 4285.0, 4276.0, 4274.0, 4287.0, 4287.0, 4286.0, 4286.0, 4288.0, 4290.0, 4289.0, 4292.0, 4289.0, 4289.0, 4292.0, 4291.0, 4292.0, 4305.0, 4307.0, 4316.0, 4318.0, 4314.0, 4316.0, 4302.0, 4294.0, 4284.0, 4280.0, 4297.0, 4343.0, 4386.0, 4381.0, 4399.0, 4411.0, 4384.0, 4360.0, 4331.0, 4298.0, 4252.0, 4252.0, 4320.0, 4305.0, 4291.0, 4322.0, 4332.0, 4315.0, 4267.0, 4268.0, 4264.0, 4276.0, 4276.0, 4262.0, 4277.0, 4290.0, 4303.0, 4289.0, 4317.0, 4307.0, 4307.0, 4318.0, 4319.0, 4327.0, 4332.0, 4340.0, 4363.0, 4344.0, 4347.0, 4347.0, 4336.0, 4367.0, 4356.0, 4366.0, 4366.0, 4365.0, 4343.0, 4323.0, 4364.0, 4343.0, 4363.0, 4309.0, 4302.0, 4369.0, 4303.0, 4291.0, 4301.0, 4277.0, 4295.0, 4275.0, 4276.0, 4286.0, 4275.0, 4299.0, 4308.0, 4326.0, 4276.0, 4273.0, 4273.0, 4275.0, 4276.0, 4277.0, 4274.0, 4276.0, 4289.0, 4298.0, 4291.0, 4316.0, 4306.0, 4307.0, 4318.0, 4329.0, 4318.0, 4319.0, 4318.0, 4319.0, 4320.0, 4351.0, 4321.0, 4340.0, 4319.0, 4359.0, 4329.0, 4361.0, 4340.0, 4330.0, 4329.0, 4318.0, 4329.0, 4331.0, 4330.0, 4318.0, 4355.0, 4351.0, 4358.0, 4360.0, 4307.0, 4379.0, 4367.0, 4346.0, 4317.0, 4296.0, 4364.0, 4324.0, 4334.0, 4334.0, 4302.0, 4363.0, 4305.0, 4320.0, 4291.0, 4300.0, 4279.0, 4299.0, 4302.0, 4310.0, 4291.0, 4306.0, 4303.0, 4305.0, 4304.0, 4305.0, 4317.0, 4318.0, 4317.0, 4318.0, 4319.0, 4340.0, 4321.0, 4327.0, 4321.0, 4317.0, 4317.0, 4359.0, 4336.0, 4337.0, 4336.0, 4315.0, 4326.0, 4304.0, 4333.0, 4304.0, 4324.0, 4306.0], 'WindowWidth': [9571.0, 9556.0, 9549.0, 9526.0, 9530.0, 9510.0, 9509.0, 9516.0, 9508.0, 9513.0, 9504.0, 9511.0, 9526.0, 9535.0, 9538.0, 9539.0, 9555.0, 9542.0, 9560.0, 9555.0, 9553.0, 9525.0, 9560.0, 9525.0, 9573.0, 9518.0, 9532.0, 9523.0, 9541.0, 9526.0, 9524.0, 9541.0, 9548.0, 9537.0, 9557.0, 9542.0, 9541.0, 9541.0, 9561.0, 9541.0, 9586.0, 9560.0, 9608.0, 9541.0, 9565.0, 9537.0, 9550.0, 9534.0, 9534.0, 9552.0, 9551.0, 9546.0, 9541.0, 9560.0, 9527.0, 9539.0, 9538.0, 9536.0, 9555.0, 9581.0, 9569.0, 9561.0, 9537.0, 9571.0, 9541.0, 9578.0, 9538.0, 9552.0, 9541.0, 9550.0, 9537.0, 9548.0, 9534.0, 9565.0, 9572.0, 9578.0, 9569.0, 9575.0, 9554.0, 9570.0, 9523.0, 9579.0, 9541.0, 9546.0, 9543.0, 9556.0, 9525.0, 9593.0, 9535.0, 9546.0, 9539.0, 9535.0, 9525.0, 9554.0, 9549.0, 9537.0, 9533.0, 9552.0, 9544.0, 9537.0, 9516.0, 9544.0, 9531.0, 9520.0, 9528.0, 9515.0, 9528.0, 9515.0, 9522.0, 9517.0, 9531.0, 9533.0, 9537.0, 9540.0, 9549.0, 9591.0, 9560.0, 9538.0, 9544.0, 9531.0, 9554.0, 9533.0, 9494.0, 9489.0, 9518.0, 9544.0, 9511.0, 9515.0, 9523.0, 9536.0, 9540.0, 9538.0, 9537.0, 9566.0, 9536.0, 9576.0, 9536.0, 9535.0, 9532.0, 9518.0, 9553.0, 9517.0, 9545.0, 9527.0, 9569.0, 9515.0, 9528.0, 9516.0, 9522.0, 9518.0, 9533.0, 9535.0, 9548.0, 9524.0, 9554.0, 9539.0, 9539.0, 9521.0, 9538.0, 9534.0, 9538.0, 9590.0, 9535.0, 9604.0, 9521.0, 9548.0, 9534.0, 9529.0, 9519.0, 9540.0, 9535.0, 9539.0, 9535.0, 9524.0, 9558.0, 9524.0, 9561.0, 9532.0, 9572.0, 9518.0, 9548.0, 9533.0, 9531.0, 9531.0, 9550.0, 9537.0, 9559.0, 9521.0, 9533.0, 9520.0, 9517.0, 9546.0, 9532.0, 9528.0, 9571.0, 9518.0, 9519.0, 9518.0, 9510.0, 9536.0, 9516.0, 9565.0, 9510.0, 9528.0, 9513.0, 9552.0, 9512.0, 9534.0, 9530.0, 9552.0, 9527.0, 9539.0, 9517.0, 9524.0, 9517.0, 9553.0, 9511.0, 9540.0, 9511.0, 9552.0, 9522.0, 9509.0, 9508.0, 9510.0, 9524.0, 9508.0, 9526.0, 9518.0, 9526.0, 9532.0, 9536.0, 9535.0, 9531.0, 9538.0, 9548.0, 9521.0, 9560.0, 9534.0, 9531.0, 9524.0, 9531.0, 9534.0, 9539.0, 9584.0, 9533.0, 9600.0, 9515.0, 9543.0, 9512.0, 9523.0, 9512.0, 9517.0, 9529.0, 9515.0, 9530.0, 9530.0, 9538.0, 9522.0, 9537.0, 9537.0, 9548.0, 9540.0, 9590.0, 9536.0, 9577.0, 9533.0, 9575.0, 9521.0, 9533.0, 9518.0, 9558.0, 9528.0, 9531.0, 9528.0, 9516.0, 9518.0, 9516.0, 9533.0, 9533.0, 9557.0, 9537.0, 9565.0, 9526.0, 9579.0, 9543.0, 9551.0, 9537.0, 9565.0, 9544.0, 9525.0, 9584.0, 9532.0, 9573.0, 9518.0, 9546.0, 9517.0, 9555.0, 9517.0, 9572.0, 9533.0, 9571.0, 9534.0, 9559.0, 9535.0, 9545.0, 9536.0, 9545.0, 9533.0, 9547.0, 9538.0, 9547.0, 9522.0, 9579.0, 9538.0, 9548.0, 9520.0, 9546.0, 9535.0, 9536.0, 9547.0, 9559.0, 9532.0, 9516.0, 9536.0, 9518.0, 9529.0, 9518.0, 9539.0, 9519.0, 9582.0, 9521.0, 9590.0, 9549.0, 9539.0, 9540.0, 9557.0, 9524.0, 9541.0, 9558.0, 9546.0, 9586.0, 9557.0, 9588.0, 9548.0, 9569.0, 9542.0, 9555.0, 9541.0, 9577.0, 9521.0, 9590.0, 9534.0, 9546.0, 9531.0, 9527.0, 9528.0, 9526.0, 9514.0, 9593.0, 9496.0, 9551.0, 9495.0, 9503.0, 9503.0, 9508.0, 9504.0, 9518.0, 9506.0, 9503.0, 9506.0, 9501.0, 9494.0, 9529.0, 9509.0, 9520.0, 9496.0, 9525.0, 9512.0, 9512.0, 9512.0, 9529.0, 9518.0, 9514.0, 9545.0, 9526.0, 9513.0, 9517.0, 9511.0, 9515.0, 9510.0, 9512.0, 9533.0, 9529.0, 9535.0, 9516.0, 9548.0, 9522.0, 9544.0, 9531.0, 9544.0, 9549.0, 9538.0, 9540.0, 9552.0, 9571.0, 9545.0, 9569.0, 9539.0, 9578.0, 9539.0, 9622.0, 9571.0, 9585.0, 9525.0, 9527.0, 9512.0, 9525.0, 9547.0, 9535.0, 9595.0, 9565.0, 9603.0, 9575.0, 9577.0, 9564.0, 9539.0, 9534.0, 9538.0, 9546.0, 9534.0, 9600.0, 9519.0, 9548.0, 9516.0, 9518.0, 9519.0, 9518.0, 9557.0, 9516.0, 9555.0, 9513.0, 9516.0, 9515.0, 9513.0, 9532.0, 9500.0, 9528.0, 9513.0, 9510.0, 9508.0, 9511.0, 9507.0, 9512.0, 9511.0, 9512.0, 9528.0, 9527.0, 9530.0, 9514.0, 9532.0, 9543.0, 9536.0, 9560.0, 9520.0, 9535.0, 9520.0, 9532.0, 9531.0, 9516.0, 9533.0, 9529.0, 9521.0, 9517.0, 9517.0, 9532.0, 9516.0, 9518.0, 9530.0, 9519.0, 9534.0, 9521.0, 9548.0, 9537.0, 9538.0, 9537.0, 9534.0, 9542.0, 9580.0, 9541.0, 9540.0, 9539.0, 9539.0, 9539.0, 9548.0, 9540.0, 9602.0, 9548.0, 9532.0, 9517.0, 9517.0, 9514.0, 9515.0, 9532.0, 9520.0, 9585.0, 9519.0, 9571.0, 9530.0, 9556.0, 9533.0, 9570.0, 9519.0, 9545.0, 9516.0, 9530.0, 9514.0, 9514.0, 9513.0, 9512.0, 9530.0, 9513.0, 9543.0, 9514.0, 9513.0, 9515.0, 9513.0, 9527.0, 9513.0, 9530.0, 9544.0, 9518.0, 9572.0, 9520.0, 9529.0, 9533.0, 9542.0, 9535.0, 9574.0, 9519.0, 9570.0, 9517.0, 9541.0, 9532.0, 9556.0, 9518.0, 9585.0, 9516.0, 9542.0, 9516.0, 9541.0, 9518.0, 9543.0, 9520.0, 9532.0, 9532.0, 9536.0, 9535.0, 9537.0, 9538.0, 9543.0, 9569.0, 9559.0, 9609.0, 9559.0, 9585.0, 9542.0, 9539.0, 9543.0, 9539.0, 9568.0, 9542.0, 9593.0, 9541.0, 9591.0, 9538.0, 9602.0, 9537.0, 9613.0, 9531.0, 9531.0, 9516.0, 9528.0, 9527.0, 9512.0, 9516.0, 9515.0, 9530.0, 9517.0, 9531.0, 9518.0, 9529.0, 9533.0, 9533.0, 9523.0, 9573.0, 9566.0, 9563.0, 9518.0, 9535.0, 9540.0, 9542.0, 9554.0, 9558.0, 9573.0, 9542.0, 9545.0, 9543.0, 9556.0, 9571.0, 9552.0, 9595.0, 9536.0, 9589.0, 9535.0, 9545.0, 9534.0, 9557.0, 9538.0, 9588.0, 9544.0, 9534.0, 9518.0, 9529.0, 9513.0, 9527.0, 9533.0, 9499.0, 9527.0, 9515.0, 9525.0, 9511.0, 9509.0, 9496.0, 9508.0, 9511.0, 9513.0, 9516.0, 9568.0, 9517.0, 9538.0, 9535.0, 9534.0, 9535.0, 9547.0, 9540.0, 9564.0, 9581.0, 9534.0, 9535.0, 9536.0, 9520.0, 9518.0, 9517.0, 9518.0, 9534.0, 9516.0, 9532.0, 9516.0, 9515.0, 9529.0, 9512.0, 9528.0, 9513.0, 9518.0, 9571.0, 9531.0, 9540.0, 9536.0, 9554.0, 9538.0, 9544.0, 9544.0, 9543.0, 9584.0, 9538.0, 9568.0, 9542.0, 9538.0, 9548.0, 9520.0, 9595.0, 9517.0, 9568.0, 9515.0, 9516.0, 9514.0, 9528.0, 9515.0, 9513.0, 9517.0, 9555.0, 9530.0, 9527.0, 9530.0, 9534.0, 9532.0, 9533.0, 9534.0, 9531.0, 9522.0, 9542.0, 9517.0, 9535.0, 9532.0, 9518.0, 9533.0, 9581.0, 9519.0, 9569.0, 9510.0, 9524.0, 9510.0, 9506.0, 9506.0, 9507.0, 9505.0, 9508.0, 9494.0, 9494.0, 9494.0, 9493.0, 9510.0, 9510.0, 9558.0, 9508.0, 9572.0, 9490.0, 9519.0, 9491.0, 9503.0, 9490.0, 9489.0, 9502.0, 9508.0, 9506.0, 9509.0, 9509.0, 9495.0, 9509.0, 9507.0, 9503.0, 9512.0, 9562.0, 9512.0, 9565.0, 9510.0, 9538.0, 9495.0, 9510.0, 9493.0, 9495.0, 9492.0, 9495.0, 9507.0, 9493.0, 9508.0, 9506.0, 9507.0, 9496.0, 9511.0, 9516.0, 9500.0, 9540.0, 9528.0, 9525.0, 9512.0, 9524.0, 9520.0, 9514.0, 9574.0, 9509.0, 9508.0, 9494.0, 9493.0, 9493.0, 9531.0, 9509.0, 9563.0, 9511.0, 9563.0, 9511.0, 9530.0, 9527.0, 9551.0, 9512.0, 9537.0, 9533.0, 9554.0, 9538.0, 9583.0, 9514.0, 9568.0, 9552.0, 9555.0, 9541.0, 9587.0, 9522.0, 9614.0, 9517.0, 9542.0, 9529.0, 9526.0, 9528.0, 9518.0, 9528.0, 9530.0, 9570.0, 9516.0, 9542.0, 9515.0, 9527.0, 9517.0, 9535.0, 9518.0, 9546.0, 9537.0, 9520.0, 9534.0, 9518.0, 9532.0, 9536.0, 9535.0, 9552.0, 9546.0, 9535.0, 9586.0, 9516.0, 9543.0, 9516.0, 9544.0, 9512.0, 9570.0, 9513.0, 9513.0, 9540.0, 9512.0, 9536.0, 9527.0, 9540.0, 9529.0, 9543.0, 9517.0, 9528.0, 9532.0, 9528.0, 9528.0, 9533.0, 9529.0, 9522.0, 9585.0, 9518.0, 9584.0, 9515.0, 9541.0, 9526.0, 9528.0, 9527.0, 9531.0, 9512.0, 9515.0, 9544.0, 9527.0, 9540.0, 9526.0, 9528.0, 9516.0, 9532.0, 9517.0, 9531.0, 9532.0, 9516.0, 9517.0, 9517.0, 9516.0, 9534.0, 9572.0, 9536.0, 9601.0, 9519.0, 9547.0, 9518.0, 9530.0, 9528.0, 9520.0, 9570.0, 9519.0, 9583.0, 9528.0, 9579.0, 9527.0, 9526.0, 9528.0, 9532.0, 9515.0, 9517.0, 9518.0, 9516.0, 9556.0, 9515.0, 9544.0, 9517.0, 9543.0, 9515.0, 9527.0, 9529.0, 9513.0, 9527.0, 9530.0, 9567.0, 9531.0, 9570.0, 9514.0, 9541.0, 9513.0, 9526.0, 9527.0, 9531.0, 9514.0, 9519.0, 9517.0, 9517.0, 9556.0, 9528.0, 9553.0, 9516.0, 9542.0, 9516.0, 9556.0, 9529.0, 9542.0, 9516.0, 9527.0, 9515.0, 9528.0, 9519.0, 9547.0, 9516.0, 9556.0, 9514.0, 9513.0, 9526.0, 9512.0, 9562.0, 9514.0, 9564.0, 9516.0, 9552.0, 9511.0, 9552.0, 9514.0, 9526.0, 9530.0, 9529.0, 9518.0, 9545.0, 9519.0, 9532.0, 9534.0, 9532.0, 9529.0, 9535.0, 9584.0, 9521.0, 9584.0, 9516.0, 9543.0, 9517.0, 9543.0, 9532.0, 9532.0, 9518.0, 9545.0, 9515.0, 9515.0, 9515.0, 9514.0, 9529.0, 9533.0, 9544.0, 9535.0, 9598.0, 9518.0, 9585.0, 9517.0, 9530.0, 9533.0, 9543.0, 9518.0, 9545.0, 9515.0, 9531.0, 9516.0, 9517.0, 9527.0, 9514.0, 9551.0, 9514.0, 9553.0, 9513.0, 9540.0, 9512.0, 9525.0, 9514.0, 9514.0, 9517.0, 9532.0, 9520.0, 9560.0, 9534.0, 9533.0, 9533.0, 9520.0, 9567.0, 9514.0, 9555.0, 9514.0, 9543.0, 9511.0, 9527.0, 9515.0, 9512.0, 9526.0, 9530.0, 9527.0, 9520.0, 9582.0, 9515.0, 9517.0, 9533.0, 9555.0, 9527.0, 9541.0, 9514.0, 9545.0, 9512.0, 9526.0, 9516.0, 9511.0, 9512.0, 9498.0, 9510.0, 9515.0, 9565.0, 9501.0, 9578.0, 9514.0, 9553.0, 9513.0, 9539.0, 9496.0, 9527.0, 9508.0, 9512.0, 9535.0, 9495.0, 9549.0, 9508.0, 9520.0, 9507.0, 9523.0, 9512.0, 9540.0, 9512.0, 9513.0, 9532.0, 9529.0, 9527.0, 9513.0, 9554.0, 9531.0, 9541.0, 9513.0, 9544.0, 9514.0, 9526.0, 9515.0, 9528.0, 9525.0, 9531.0, 9579.0, 9500.0, 9581.0, 9511.0, 9554.0, 9512.0, 9525.0, 9513.0, 9527.0, 9512.0, 9532.0, 9510.0, 9498.0, 9511.0, 9509.0, 9534.0, 9494.0, 9521.0, 9523.0, 9527.0, 9512.0, 9526.0, 9526.0, 9512.0, 9515.0, 9497.0, 9533.0, 9595.0, 9627.0, 9661.0, 9585.0, 9592.0, 9567.0, 9581.0, 9548.0, 9546.0, 9541.0, 9544.0, 9641.0, 9620.0, 9622.0, 9589.0, 9643.0, 9554.0, 9580.0, 9539.0, 9522.0, 9519.0, 9601.0, 9571.0, 9577.0, 9572.0, 9537.0, 9612.0, 9565.0, 9525.0, 9601.0, 9575.0, 9581.0, 9584.0, 9552.0, 9592.0, 9546.0, 9531.0, 9569.0, 9506.0, 9476.0, 9480.0, 9475.0, 9476.0, 9478.0, 9474.0, 9486.0, 9469.0, 9461.0, 9465.0, 9498.0, 9486.0, 9485.0, 9502.0, 9503.0, 9502.0, 9502.0, 9505.0, 9514.0, 9511.0, 9520.0, 9513.0, 9513.0, 9520.0, 9519.0, 9522.0, 9543.0, 9549.0, 9564.0, 9566.0, 9554.0, 9558.0, 9539.0, 9525.0, 9491.0, 9484.0, 9515.0, 9593.0, 9654.0, 9672.0, 9716.0, 9710.0, 9662.0, 9620.0, 9563.0, 9513.0, 9442.0, 9440.0, 9547.0, 9536.0, 9513.0, 9573.0, 9590.0, 9553.0, 9476.0, 9459.0, 9468.0, 9490.0, 9488.0, 9460.0, 9492.0, 9515.0, 9535.0, 9516.0, 9563.0, 9550.0, 9551.0, 9567.0, 9570.0, 9581.0, 9599.0, 9608.0, 9640.0, 9618.0, 9603.0, 9603.0, 9587.0, 9630.0, 9613.0, 9624.0, 9624.0, 9619.0, 9591.0, 9561.0, 9618.0, 9589.0, 9613.0, 9536.0, 9534.0, 9635.0, 9534.0, 9515.0, 9529.0, 9489.0, 9511.0, 9485.0, 9487.0, 9501.0, 9483.0, 9524.0, 9550.0, 9574.0, 9488.0, 9478.0, 9478.0, 9484.0, 9491.0, 9491.0, 9484.0, 9490.0, 9513.0, 9527.0, 9520.0, 9562.0, 9549.0, 9551.0, 9569.0, 9585.0, 9567.0, 9569.0, 9568.0, 9569.0, 9572.0, 9616.0, 9574.0, 9598.0, 9572.0, 9623.0, 9584.0, 9630.0, 9602.0, 9590.0, 9584.0, 9570.0, 9585.0, 9592.0, 9588.0, 9566.0, 9614.0, 9614.0, 9620.0, 9622.0, 9547.0, 9650.0, 9629.0, 9599.0, 9559.0, 9529.0, 9617.0, 9563.0, 9579.0, 9578.0, 9531.0, 9616.0, 9542.0, 9553.0, 9514.0, 9526.0, 9497.0, 9522.0, 9531.0, 9541.0, 9516.0, 9547.0, 9537.0, 9542.0, 9544.0, 9543.0, 9565.0, 9566.0, 9563.0, 9567.0, 9567.0, 9600.0, 9575.0, 9577.0, 9575.0, 9564.0, 9562.0, 9622.0, 9587.0, 9591.0, 9587.0, 9556.0, 9574.0, 9541.0, 9577.0, 9540.0, 9566.0, 9546.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.0014753558052434455</td></tr>
<tr><td colspan=3>aqi</td><td>0.025190260599250936</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.51834740125936</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1293200135307346</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0049082910794618</td></tr>
<tr><td colspan=3>efc</td><td>0.4946</td></tr>
<tr><td colspan=3>fber</td><td>5393.2183</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08485267112463822</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.168539325842697</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.646904184464027</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5211123035283625</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9216002939799846</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4979999558837336</td></tr>
<tr><td colspan=3>gcor</td><td>0.012067</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0003317258961033076</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03893148899078369</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1335</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7928847879748253</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.7093</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1218</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.6526</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295298.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>948.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.8565</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9337</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.5607</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3477.7161</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3734.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81246.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1077.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4554.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.6007</td></tr>
<tr><td colspan=3>tsnr</td><td>36.934908071532845</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>