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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0059/ses-04/func/sub-0059_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2866c6eaaaec9433b9924478f0542889</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:19:30.922500</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.999874, -0.0058623, 0.0147813, 0.00383928, 0.991061, 0.133351]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.091848</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7749, -7292, 473, -39, -148, 24, 0]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.373</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>49adaf81-1350-493d-8d2b-28fc5976c6a6||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.6825876235961914, 0.010300515219569206, 0.041663557291030884, 108.13566589355469], [0.015728123486042023, 2.6589455604553223, 0.3598484396934509, -94.39238739013672], [0.03965722396969795, -0.35777047276496887, 2.675588369369507, -70.34264373779297], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['101930.922500', '101931.382500', '101931.842500', '101932.302500', '101932.762500', '101933.222500', '101933.682500', '101934.142500', '101934.602500', '101935.062500', '101935.522500', '101935.982500', '101936.442500', '101936.902500', '101937.362500', '101937.822500', '101938.282500', '101938.742500', '101939.202500', '101939.662500', '101940.122500', '101940.582500', '101941.042500', '101941.502500', '101941.962500', '101942.422500', '101942.882500', '101943.342500', '101943.802500', '101944.262500', '101944.722500', '101945.182500', '101945.642500', '101946.102500', '101946.562500', '101947.022500', '101947.482500', '101947.942500', '101948.402500', '101948.862500', '101949.322500', '101949.782500', '101950.242500', '101950.702500', '101951.162500', '101951.622500', '101952.082500', '101952.542500', '101953.002500', '101953.462500', '101953.922500', '101954.382500', '101954.842500', '101955.302500', '101955.762500', '101956.222500', '101956.682500', '101957.142500', '101957.602500', '101958.062500', '101958.522500', '101958.982500', '101959.442500', '101959.902500', '102000.362500', '102000.822500', '102001.282500', '102001.742500', '102002.202500', '102002.662500', '102003.122500', '102003.582500', '102004.042500', '102004.502500', '102004.962500', '102005.422500', '102005.882500', '102006.342500', '102006.802500', '102007.262500', '102007.722500', '102008.182500', '102008.642500', '102009.102500', '102009.562500', '102010.022500', '102010.482500', '102010.942500', '102011.402500', '102011.862500', '102012.322500', '102012.782500', '102013.242500', '102013.702500', '102014.162500', '102014.622500', '102015.082500', '102015.542500', '102016.002500', '102016.462500', '102016.922500', '102017.382500', '102017.842500', '102018.302500', '102018.762500', '102019.222500', '102019.682500', '102020.142500', '102020.602500', '102021.062500', '102021.522500', '102021.982500', '102022.442500', '102022.902500', '102023.362500', '102023.822500', '102024.282500', '102024.742500', '102025.202500', '102025.662500', '102026.122500', '102026.582500', '102027.042500', '102027.502500', '102027.962500', '102028.422500', '102028.882500', '102029.342500', '102029.802500', '102030.262500', '102030.722500', '102031.182500', '102031.642500', '102032.102500', '102032.562500', '102033.022500', '102033.482500', '102033.942500', '102034.402500', '102034.862500', '102035.322500', '102035.782500', '102036.242500', '102036.702500', '102037.162500', '102037.622500', '102038.082500', '102038.542500', '102039.002500', '102039.462500', '102039.922500', '102040.382500', '102040.842500', '102041.302500', '102041.762500', '102042.222500', '102042.682500', '102043.142500', '102043.602500', '102044.062500', '102044.522500', '102044.982500', '102045.442500', '102045.902500', '102046.362500', '102046.822500', '102047.282500', '102047.742500', '102048.202500', '102048.662500', '102049.122500', '102049.582500', '102050.042500', '102050.502500', '102050.962500', '102051.422500', '102051.882500', '102052.342500', '102052.802500', '102053.262500', '102053.722500', '102054.182500', '102054.642500', '102055.102500', '102055.562500', '102056.022500', '102056.482500', '102056.942500', '102057.402500', '102057.862500', '102058.322500', '102058.782500', '102059.242500', '102059.702500', '102100.162500', '102100.622500', '102101.082500', '102101.542500', '102102.002500', '102102.462500', '102102.922500', '102103.382500', '102103.842500', '102104.302500', '102104.762500', '102105.222500', '102105.682500', '102106.142500', '102106.602500', '102107.062500', '102107.522500', '102107.982500', '102108.442500', '102108.902500', '102109.362500', '102109.822500', '102110.282500', '102110.742500', '102111.202500', '102111.662500', '102112.122500', '102112.582500', '102113.042500', '102113.502500', '102113.962500', '102114.422500', '102114.882500', '102115.342500', '102115.802500', '102116.262500', '102116.722500', '102117.182500', '102117.642500', '102118.102500', '102118.562500', '102119.022500', '102119.482500', '102119.942500', '102120.402500', '102120.862500', '102121.322500', '102121.782500', '102122.242500', '102122.702500', '102123.162500', '102123.622500', '102124.082500', '102124.542500', '102125.002500', '102125.462500', '102125.922500', '102126.382500', '102126.842500', '102127.302500', '102127.762500', '102128.222500', '102128.682500', '102129.142500', '102129.602500', '102130.062500', '102130.522500', '102130.982500', '102131.442500', '102131.902500', '102132.362500', '102132.822500', '102133.282500', '102133.742500', '102134.202500', '102134.662500', '102135.122500', '102135.582500', '102136.042500', '102136.502500', '102136.962500', '102137.422500', '102137.882500', '102138.342500', '102138.802500', '102139.262500', '102139.722500', '102140.182500', '102140.642500', '102141.102500', '102141.562500', '102142.022500', '102142.482500', '102142.942500', '102143.402500', '102143.862500', '102144.322500', '102144.782500', '102145.242500', '102145.702500', '102146.162500', '102146.622500', '102147.082500', '102147.542500', '102148.002500', '102148.462500', '102148.922500', '102149.382500', '102149.842500', '102150.302500', '102150.762500', '102151.222500', '102151.682500', '102152.142500', '102152.602500', '102153.062500', '102153.522500', '102153.982500', '102154.442500', '102154.902500', '102155.362500', '102155.822500', '102156.282500', '102156.742500', '102157.202500', '102157.662500', '102158.122500', '102158.582500', '102159.042500', '102159.502500', '102159.962500', '102200.422500', '102200.882500', '102201.342500', '102201.802500', '102202.262500', '102202.722500', '102203.182500', '102203.642500', '102204.102500', '102204.562500', '102205.022500', '102205.482500', '102205.942500', '102206.402500', '102206.862500', '102207.322500', '102207.782500', '102208.242500', '102208.702500', '102209.162500', '102209.622500', '102210.082500', '102210.542500', '102211.002500', '102211.462500', '102211.922500', '102212.382500', '102212.842500', '102213.302500', '102213.762500', '102214.222500', '102214.682500', '102215.142500', '102215.602500', '102216.062500', '102216.522500', '102216.982500', '102217.442500', '102217.902500', '102218.362500', '102218.822500', '102219.282500', '102219.742500', '102220.202500', '102220.662500', '102221.122500', '102221.582500', '102222.042500', '102222.502500', '102222.962500', '102223.422500', '102223.882500', '102224.342500', '102224.802500', '102225.262500', '102225.722500', '102226.182500', '102226.642500', '102227.102500', '102227.562500', '102228.022500', '102228.482500', '102228.942500', '102229.402500', '102229.862500', '102230.322500', '102230.782500', '102231.242500', '102231.702500', '102232.162500', '102232.622500', '102233.082500', '102233.542500', '102234.002500', '102234.462500', '102234.922500', '102235.382500', '102235.842500', '102236.302500', '102236.762500', '102237.222500', '102237.682500', '102238.142500', '102238.602500', '102239.062500', '102239.522500', '102239.982500', '102240.442500', '102240.902500', '102241.362500', '102241.822500', '102242.282500', '102242.742500', '102243.202500', '102243.662500', '102244.122500', '102244.582500', '102245.042500', '102245.502500', '102245.962500', '102246.422500', '102246.882500', '102247.342500', '102247.802500', '102248.262500', '102248.722500', '102249.182500', '102249.642500', '102250.102500', '102250.562500', '102251.022500', '102251.482500', '102251.942500', '102252.402500', '102252.862500', '102253.322500', '102253.782500', '102254.242500', '102254.702500', '102255.162500', '102255.622500', '102256.082500', '102256.542500', '102257.002500', '102257.462500', '102257.922500', '102258.382500', '102258.842500', '102259.302500', '102259.762500', '102300.222500', '102300.682500', '102301.142500', '102301.602500', '102302.062500', '102302.522500', '102302.982500', '102303.442500', '102303.902500', '102304.362500', '102304.822500', '102305.282500', '102305.742500', '102306.202500', '102306.662500', '102307.122500', '102307.582500', '102308.042500', '102308.502500', '102308.962500', '102309.422500', '102309.882500', '102310.342500', '102310.802500', '102311.262500', '102311.722500', '102312.182500', '102312.642500', '102313.102500', '102313.562500', '102314.022500', '102314.482500', '102314.942500', '102315.402500', '102315.862500', '102316.322500', '102316.782500', '102317.242500', '102317.702500', '102318.162500', '102318.622500', '102319.082500', '102319.542500', '102320.002500', '102320.462500', '102320.922500', '102321.382500', '102321.842500', '102322.302500', '102322.762500', '102323.222500', '102323.682500', '102324.142500', '102324.602500', '102325.062500', '102325.522500', '102325.982500', '102326.442500', '102326.902500', '102327.362500', '102327.822500', '102328.282500', '102328.742500', '102329.202500', '102329.662500', '102330.122500', '102330.582500', '102331.042500', '102331.502500', '102331.962500', '102332.422500', '102332.882500', '102333.342500', '102333.802500', '102334.262500', '102334.722500', '102335.182500', '102335.642500', '102336.102500', '102336.562500', '102337.022500', '102337.482500', '102337.942500', '102338.402500', '102338.862500', '102339.322500', '102339.782500', '102340.242500', '102340.702500', '102341.162500', '102341.622500', '102342.082500', '102342.542500', '102343.002500', '102343.462500', '102343.922500', '102344.382500', '102344.842500', '102345.302500', '102345.762500', '102346.222500', '102346.682500', '102347.142500', '102347.602500', '102348.062500', '102348.522500', '102348.982500', '102349.442500', '102349.902500', '102350.362500', '102350.822500', '102351.282500', '102351.742500', '102352.202500', '102352.662500', '102353.122500', '102353.582500', '102354.042500', '102354.502500', '102354.962500', '102355.422500', '102355.882500', '102356.342500', '102356.802500', '102357.262500', '102357.722500', '102358.182500', '102358.642500', '102359.102500', '102359.562500', '102400.022500', '102400.482500', '102400.942500', '102401.402500', '102401.862500', '102402.322500', '102402.782500', '102403.242500', '102403.702500', '102404.162500', '102404.622500', '102405.082500', '102405.542500', '102406.002500', '102406.462500', '102406.922500', '102407.382500', '102407.842500', '102408.302500', '102408.762500', '102409.222500', '102409.682500', '102410.142500', '102410.602500', '102411.062500', '102411.522500', '102411.982500', '102412.442500', '102412.902500', '102413.362500', '102413.822500', '102414.282500', '102414.742500', '102415.202500', '102415.662500', '102416.122500', '102416.582500', '102417.042500', '102417.502500', '102417.962500', '102418.422500', '102418.882500', '102419.342500', '102419.802500', '102420.262500', '102420.722500', '102421.182500', '102421.642500', '102422.102500', '102422.562500', '102423.022500', '102423.482500', '102423.942500', '102424.402500', '102424.862500', '102425.322500', '102425.782500', '102426.242500', '102426.702500', '102427.162500', '102427.622500', '102428.082500', '102428.542500', '102429.002500', '102429.462500', '102429.922500', '102430.382500', '102430.842500', '102431.302500', '102431.762500', '102432.222500', '102432.682500', '102433.142500', '102433.602500', '102434.062500', '102434.522500', '102434.982500', '102435.442500', '102435.902500', '102436.362500', '102436.822500', '102437.282500', '102437.742500', '102438.202500', '102438.662500', '102439.122500', '102439.582500', '102440.042500', '102440.502500', '102440.962500', '102441.422500', '102441.882500', '102442.342500', '102442.802500', '102443.262500', '102443.722500', '102444.182500', '102444.642500', '102445.102500', '102445.562500', '102446.022500', '102446.482500', '102446.942500', '102447.402500', '102447.862500', '102448.322500', '102448.782500', '102449.242500', '102449.702500', '102450.162500', '102450.622500', '102451.082500', '102451.542500', '102452.002500', '102452.462500', '102452.922500', '102453.382500', '102453.842500', '102454.302500', '102454.762500', '102455.222500', '102455.682500', '102456.142500', '102456.602500', '102457.062500', '102457.522500', '102457.982500', '102458.442500', '102458.902500', '102459.362500', '102459.822500', '102500.282500', '102500.742500', '102501.202500', '102501.662500', '102502.122500', '102502.582500', '102503.042500', '102503.502500', '102503.962500', '102504.422500', '102504.882500', '102505.342500', '102505.802500', '102506.262500', '102506.722500', '102507.182500', '102507.642500', '102508.102500', '102508.562500', '102509.022500', '102509.482500', '102509.942500', '102510.402500', '102510.862500', '102511.322500', '102511.782500', '102512.242500', '102512.702500', '102513.162500', '102513.622500', '102514.082500', '102514.542500', '102515.002500', '102515.462500', '102515.922500', '102516.382500', '102516.842500', '102517.302500', '102517.762500', '102518.222500', '102518.682500', '102519.142500', '102519.602500', '102520.062500', '102520.522500', '102520.982500', '102521.442500', '102521.902500', '102522.362500', '102522.822500', '102523.282500', '102523.742500', '102524.202500', '102524.662500', '102525.122500', '102525.582500', '102526.042500', '102526.502500', '102526.962500', '102527.422500', '102527.882500', '102528.342500', '102528.802500', '102529.262500', '102529.722500', '102530.182500', '102530.642500', '102531.102500', '102531.562500', '102532.022500', '102532.482500', '102532.942500', '102533.402500', '102533.862500', '102534.322500', '102534.782500', '102535.242500', '102535.702500', '102536.162500', '102536.622500', '102537.082500', '102537.542500', '102538.002500', '102538.462500', '102538.922500', '102539.382500', '102539.842500', '102540.302500', '102540.762500', '102541.222500', '102541.682500', '102542.142500', '102542.602500', '102543.062500', '102543.522500', '102543.982500', '102544.442500', '102544.902500', '102545.362500', '102545.822500', '102546.282500', '102546.742500', '102547.202500', '102547.662500', '102548.122500', '102548.582500', '102549.042500', '102549.502500', '102549.962500', '102550.422500', '102550.882500', '102551.342500', '102551.802500', '102552.262500', '102552.722500', '102553.182500', '102553.642500', '102554.102500', '102554.562500', '102555.022500', '102555.482500', '102555.942500', '102556.402500', '102556.862500', '102557.322500', '102557.782500', '102558.242500', '102558.702500', '102559.162500', '102559.622500', '102600.082500', '102600.542500', '102601.002500', '102601.462500', '102601.922500', '102602.382500', '102602.842500', '102603.302500', '102603.762500', '102604.222500', '102604.682500', '102605.142500', '102605.602500', '102606.062500', '102606.522500', '102606.982500', '102607.442500', '102607.902500', '102608.362500', '102608.822500', '102609.282500', '102609.742500', '102610.202500', '102610.662500', '102611.122500', '102611.582500', '102612.042500', '102612.502500', '102612.962500', '102613.422500', '102613.882500', '102614.342500', '102614.802500', '102615.262500', '102615.722500', '102616.182500', '102616.642500', '102617.102500', '102617.562500', '102618.022500', '102618.482500', '102618.942500', '102619.402500', '102619.862500', '102620.322500', '102620.782500', '102621.242500', '102621.702500', '102622.162500', '102622.622500', '102623.082500', '102623.542500', '102624.002500', '102624.462500', '102624.922500', '102625.382500', '102625.842500', '102626.302500', '102626.762500', '102627.222500', '102627.682500', '102628.142500', '102628.602500', '102629.062500', '102629.522500', '102629.982500', '102630.442500', '102630.902500', '102631.362500', '102631.822500', '102632.282500', '102632.742500', '102633.202500', '102633.662500', '102634.122500', '102634.582500', '102635.042500', '102635.502500', '102635.962500', '102636.422500', '102636.882500', '102637.342500', '102637.802500', '102638.262500', '102638.722500', '102639.182500', '102639.642500', '102640.102500', '102640.562500', '102641.022500', '102641.482500', '102641.942500', '102642.402500', '102642.862500', '102643.322500', '102643.782500', '102644.242500', '102644.702500', '102645.162500', '102645.622500', '102646.082500', '102646.542500', '102647.002500', '102647.462500', '102647.922500', '102648.382500', '102648.842500', '102649.302500', '102649.762500', '102650.222500', '102650.682500', '102651.142500', '102651.602500', '102652.062500', '102652.522500', '102652.982500', '102653.442500', '102653.902500', '102654.362500', '102654.822500', '102655.282500', '102655.742500', '102656.202500', '102656.662500', '102657.122500', '102657.582500', '102658.042500', '102658.502500', '102658.962500', '102659.422500', '102659.882500', '102700.342500', '102700.802500', '102701.262500', '102701.722500', '102702.182500', '102702.642500', '102703.102500', '102703.562500', '102704.022500', '102704.482500', '102704.942500', '102705.402500', '102705.862500', '102706.322500', '102706.782500', '102707.242500', '102707.702500', '102708.162500', '102708.622500', '102709.082500', '102709.542500', '102710.002500', '102710.462500', '102710.922500', '102711.382500', '102711.842500', '102712.302500', '102712.762500', '102713.222500', '102713.682500', '102714.142500', '102714.602500', '102715.062500', '102715.522500', '102715.982500', '102716.442500', '102716.902500', '102717.362500', '102717.822500', '102718.282500', '102718.742500', '102719.202500', '102719.662500', '102720.122500', '102720.582500', '102721.042500', '102721.502500', '102721.962500', '102722.422500', '102722.882500', '102723.342500', '102723.802500', '102724.262500', '102724.722500', '102725.182500', '102725.642500', '102726.102500', '102726.562500', '102727.022500', '102727.482500', '102727.942500', '102728.402500', '102728.862500', '102729.322500', '102729.782500', '102730.242500', '102730.702500', '102731.162500', '102731.622500', '102732.082500', '102732.542500', '102733.002500', '102733.462500', '102733.922500', '102734.382500', '102734.842500', '102735.302500', '102735.762500', '102736.222500', '102736.682500', '102737.142500', '102737.602500', '102738.062500', '102738.522500', '102738.982500', '102739.442500', '102739.902500', '102740.362500', '102740.822500', '102741.282500', '102741.742500', '102742.202500', '102742.662500', '102743.122500', '102743.582500', '102744.042500', '102744.502500', '102744.962500', '102745.422500', '102745.882500', '102746.342500', '102746.802500', '102747.262500', '102747.722500', '102748.182500', '102748.642500', '102749.102500', '102749.562500', '102750.022500', '102750.482500', '102750.942500', '102751.402500', '102751.862500', '102752.322500', '102752.782500', '102753.242500', '102753.702500', '102754.162500', '102754.622500', '102755.082500', '102755.542500', '102756.002500', '102756.462500', '102756.922500', '102757.382500', '102757.842500', '102758.302500', '102758.762500', '102759.222500', '102759.682500', '102800.142500', '102800.602500', '102801.062500', '102801.522500', '102801.982500', '102802.442500', '102802.902500', '102803.362500', '102803.822500', '102804.282500', '102804.742500', '102805.202500', '102805.662500', '102806.122500', '102806.582500', '102807.042500', '102807.502500', '102807.962500', '102808.422500', '102808.882500', '102809.342500', '102809.802500', '102810.262500', '102810.722500', '102811.182500', '102811.642500', '102812.102500', '102812.562500', '102813.022500', '102813.482500', '102813.942500', '102814.402500', '102814.862500', '102815.322500', '102815.782500', '102816.242500', '102816.702500', '102817.162500', '102817.622500', '102818.082500', '102818.542500', '102819.002500', '102819.462500', '102819.922500', '102820.382500', '102820.842500', '102821.302500', '102821.762500', '102822.222500', '102822.682500', '102823.142500', '102823.602500', '102824.062500', '102824.522500', '102824.982500', '102825.442500', '102825.902500', '102826.362500', '102826.822500', '102827.282500', '102827.742500', '102828.202500', '102828.662500', '102829.122500', '102829.582500', '102830.042500', '102830.502500', '102830.962500', '102831.422500', '102831.882500', '102832.342500', '102832.802500', '102833.262500', '102833.722500', '102834.182500', '102834.642500', '102835.102500', '102835.562500', '102836.022500', '102836.482500', '102836.942500', '102837.402500', '102837.862500', '102838.322500', '102838.782500', '102839.242500', '102839.702500', '102840.162500', '102840.622500', '102841.082500', '102841.542500', '102842.002500', '102842.462500', '102842.922500', '102843.382500', '102843.842500', '102844.302500', '102844.762500', '102845.222500', '102845.682500', '102846.142500', '102846.602500', '102847.062500', '102847.522500', '102847.982500', '102848.442500', '102848.902500', '102849.362500', '102849.822500', '102850.282500', '102850.742500', '102851.202500', '102851.662500', '102852.122500', '102852.582500', '102853.042500', '102853.502500', '102853.962500', '102854.422500', '102854.882500', '102855.342500', '102855.802500', '102856.262500', '102856.722500', '102857.182500', '102857.642500', '102858.102500', '102858.562500', '102859.022500', '102859.482500', '102859.942500', '102900.402500', '102900.862500', '102901.322500', '102901.782500', '102902.242500', '102902.702500', '102903.162500', '102903.622500', '102904.082500', '102904.542500', '102905.002500', '102905.462500', '102905.922500', '102906.382500', '102906.842500', '102907.302500', '102907.762500', '102908.222500', '102908.682500', '102909.142500', '102909.602500', '102910.062500', '102910.522500', '102910.982500', '102911.442500', '102911.902500', '102912.362500', '102912.822500', '102913.282500', '102913.742500', '102914.202500', '102914.662500', '102915.122500', '102915.582500', '102916.042500', '102916.502500', '102916.962500', '102917.422500', '102917.882500', '102918.342500', '102918.802500', '102919.262500', '102919.722500', '102920.182500', '102920.642500', '102921.102500', '102921.562500', '102922.022500', '102922.482500', '102922.942500', '102923.402500', '102923.862500', '102924.322500', '102924.782500', '102925.242500', '102925.702500', '102926.162500', '102926.622500', '102927.082500', '102927.542500', '102928.002500', '102928.462500', '102928.922500', '102929.382500', '102929.842500', '102930.302500', '102930.762500', '102931.222500', '102931.682500', '102932.142500', '102932.602500', '102933.062500', '102933.522500', '102933.982500', '102934.442500', '102934.902500', '102935.362500', '102935.822500', '102936.282500', '102936.742500', '102937.202500', '102937.662500', '102938.122500', '102938.582500'], 'ContentTime': ['101952.555000', '101952.559000', '101952.562000', '101952.565000', '101952.567000', '101952.570000', '101952.572000', '101952.575000', '101952.577000', '101952.580000', '101952.583000', '101952.585000', '101952.588000', '101952.590000', '101952.599000', '101952.602000', '101952.604000', '101952.607000', '101952.609000', '101952.612000', '101952.614000', '101952.617000', '101952.619000', '101952.622000', '101952.625000', '101952.627000', '101952.630000', '101952.632000', '101952.635000', '101952.637000', '101952.640000', '101952.643000', '101952.645000', '101952.648000', '101952.650000', '101952.653000', '101952.664000', '101952.666000', '101952.669000', '101952.671000', '101952.674000', '101952.676000', '101952.679000', '101952.681000', '101952.684000', '102012.507000', '102012.509000', '102012.512000', '102012.515000', '102012.517000', '102012.520000', '102012.522000', '102012.525000', '102012.527000', '102012.530000', '102012.532000', '102012.535000', '102012.538000', '102012.540000', '102012.543000', '102012.545000', '102012.548000', '102012.550000', '102012.553000', '102012.556000', '102012.558000', '102012.561000', '102012.563000', '102012.566000', '102012.568000', '102012.571000', '102012.574000', '102012.576000', '102012.579000', '102012.581000', '102012.584000', '102012.586000', '102012.589000', '102012.591000', '102012.594000', '102012.597000', '102012.599000', '102012.602000', '102012.604000', '102012.607000', '102012.609000', '102012.612000', '102012.614000', '102032.506000', '102032.509000', '102032.512000', '102032.514000', '102032.517000', '102032.519000', '102032.522000', '102032.525000', '102032.527000', '102032.530000', '102032.532000', '102032.535000', '102032.537000', '102032.546000', '102032.548000', '102032.551000', '102032.553000', '102032.556000', '102032.559000', '102032.561000', '102032.564000', '102032.566000', '102032.569000', '102032.571000', '102032.574000', '102032.576000', '102032.579000', '102032.582000', '102032.584000', '102032.587000', '102032.589000', '102032.592000', '102032.595000', '102032.597000', '102032.600000', '102032.602000', '102032.605000', '102032.607000', '102032.610000', '102032.612000', '102032.615000', '102032.618000', '102032.620000', '102032.623000', '102052.506000', '102052.509000', '102052.512000', '102052.514000', '102052.517000', '102052.519000', '102052.522000', '102052.524000', '102052.527000', '102052.530000', '102052.532000', '102052.535000', '102052.537000', '102052.540000', '102052.543000', '102052.545000', '102052.548000', '102052.550000', '102052.553000', '102052.555000', '102052.558000', '102052.560000', '102052.563000', '102052.566000', '102052.568000', '102052.571000', '102052.573000', '102052.576000', '102052.578000', '102052.581000', '102052.583000', '102052.586000', '102052.589000', '102052.591000', '102052.594000', '102052.596000', '102052.599000', '102052.612000', '102052.615000', '102052.618000', '102052.620000', '102052.623000', '102052.625000', '102112.505000', '102112.508000', '102112.511000', '102112.513000', '102112.516000', '102112.518000', '102112.521000', '102112.524000', '102112.526000', '102112.529000', '102112.531000', '102112.534000', '102112.537000', '102112.539000', '102112.542000', '102112.544000', '102112.551000', '102112.554000', '102112.556000', '102112.559000', '102112.561000', '102112.564000', '102112.566000', '102112.569000', '102112.572000', '102112.574000', '102112.577000', '102112.579000', '102112.582000', '102112.584000', '102112.587000', '102112.590000', '102112.592000', '102112.595000', '102112.597000', '102112.600000', '102112.602000', '102112.605000', '102112.608000', '102112.610000', '102112.613000', '102112.621000', '102112.624000', '102132.505000', '102132.508000', '102132.511000', '102132.513000', '102132.516000', '102132.519000', '102132.521000', '102132.524000', '102132.526000', '102132.529000', '102132.532000', '102132.534000', '102132.537000', '102132.539000', '102132.542000', '102132.544000', '102132.547000', '102132.550000', '102132.552000', '102132.555000', '102132.557000', '102132.560000', '102132.562000', '102132.565000', '102132.568000', '102132.570000', '102132.573000', '102132.575000', '102132.578000', '102132.581000', '102132.583000', '102132.586000', '102132.588000', '102132.591000', '102132.594000', '102132.596000', '102132.599000', '102132.601000', '102132.604000', '102132.607000', '102132.609000', '102132.612000', '102132.614000', '102132.617000', '102152.506000', '102152.509000', '102152.512000', '102152.514000', '102152.517000', '102152.520000', '102152.522000', '102152.525000', '102152.527000', '102152.530000', '102152.532000', '102152.535000', '102152.538000', '102152.540000', '102152.543000', '102152.546000', '102152.548000', '102152.551000', '102152.553000', '102152.556000', '102152.558000', '102152.561000', '102152.564000', '102152.566000', '102152.569000', '102152.571000', '102152.574000', '102152.576000', '102152.579000', '102152.582000', '102152.584000', '102152.587000', '102152.589000', '102152.592000', '102152.594000', '102152.597000', '102152.600000', '102152.602000', '102152.605000', '102152.607000', '102152.610000', '102152.612000', '102152.615000', '102152.618000', '102212.506000', '102212.509000', '102212.512000', '102212.514000', '102212.517000', '102212.520000', '102212.522000', '102212.525000', '102212.527000', '102212.530000', '102212.532000', '102212.535000', '102212.538000', '102212.540000', '102212.543000', '102212.545000', '102212.548000', '102212.550000', '102212.553000', '102212.556000', '102212.558000', '102212.561000', '102212.563000', '102212.566000', '102212.568000', '102212.571000', '102212.574000', '102212.576000', '102212.579000', '102212.581000', '102212.584000', '102212.586000', '102212.589000', '102212.592000', '102212.594000', '102212.597000', '102212.599000', '102212.602000', '102212.604000', '102212.607000', '102212.610000', '102212.612000', '102212.615000', '102232.506000', '102232.509000', '102232.512000', '102232.514000', '102232.517000', '102232.520000', '102232.522000', '102232.525000', '102232.528000', '102232.530000', '102232.533000', '102232.536000', '102232.538000', '102232.541000', '102232.543000', '102232.546000', '102232.548000', '102232.551000', '102232.554000', '102232.556000', '102232.559000', '102232.561000', '102232.564000', '102232.566000', '102232.569000', '102232.572000', '102232.574000', '102232.577000', '102232.579000', '102232.582000', '102232.585000', '102232.587000', '102232.590000', '102232.599000', '102232.601000', '102232.604000', '102232.607000', '102232.609000', '102232.612000', '102232.614000', '102232.617000', '102232.619000', '102232.622000', '102232.624000', '102252.507000', '102252.510000', '102252.512000', '102252.515000', '102252.517000', '102252.520000', '102252.523000', '102252.534000', '102252.536000', '102252.539000', '102252.542000', '102252.544000', '102252.547000', '102252.549000', '102252.552000', '102252.554000', '102252.557000', '102252.560000', '102252.562000', '102252.565000', '102252.567000', '102252.570000', '102252.572000', '102252.575000', '102252.578000', '102252.580000', '102252.583000', '102252.585000', '102252.588000', '102252.591000', '102252.593000', '102252.596000', '102252.598000', '102252.601000', '102252.603000', '102252.606000', '102252.609000', '102252.611000', '102252.614000', '102252.616000', '102252.619000', '102252.621000', '102252.624000', '102312.506000', '102312.509000', '102312.512000', '102312.515000', '102312.517000', '102312.520000', '102312.522000', '102312.526000', '102312.529000', '102312.532000', '102312.534000', '102312.537000', '102312.539000', '102312.542000', '102312.544000', '102312.547000', '102312.550000', '102312.561000', '102312.564000', '102312.566000', '102312.569000', '102312.571000', '102312.574000', '102312.576000', '102312.579000', '102312.582000', '102312.585000', '102312.587000', '102312.590000', '102312.592000', '102312.595000', '102312.602000', '102312.604000', '102312.607000', '102312.610000', '102312.612000', '102312.615000', '102312.617000', '102312.620000', '102312.622000', '102312.625000', '102312.628000', '102312.630000', '102332.505000', '102332.508000', '102332.511000', '102332.513000', '102332.516000', '102332.518000', '102332.521000', '102332.524000', '102332.526000', '102332.529000', '102332.531000', '102332.534000', '102332.536000', '102332.539000', '102332.542000', '102332.544000', '102332.547000', '102332.549000', '102332.552000', '102332.555000', '102332.557000', '102332.560000', '102332.562000', '102332.565000', '102332.567000', '102332.570000', '102332.572000', '102332.575000', '102332.578000', '102332.580000', '102332.583000', '102332.585000', '102332.588000', '102332.591000', '102332.593000', '102332.596000', '102332.598000', '102332.601000', '102332.603000', '102332.606000', '102332.609000', '102332.611000', '102332.614000', '102332.616000', '102352.506000', '102352.509000', '102352.512000', '102352.514000', '102352.517000', '102352.519000', '102352.522000', '102352.525000', '102352.527000', '102352.530000', '102352.532000', '102352.535000', '102352.538000', '102352.540000', '102352.543000', '102352.545000', '102352.548000', '102352.551000', '102352.553000', '102352.556000', '102352.558000', '102352.561000', '102352.563000', '102352.566000', '102352.569000', '102352.571000', '102352.574000', '102352.576000', '102352.579000', '102352.582000', '102352.584000', '102352.587000', '102352.589000', '102352.592000', '102352.595000', '102352.597000', '102352.600000', '102352.602000', '102352.605000', '102352.607000', '102352.610000', '102352.613000', '102352.615000', '102412.507000', '102412.509000', '102412.512000', '102412.515000', '102412.517000', '102412.520000', '102412.522000', '102412.525000', '102412.527000', '102412.530000', '102412.533000', '102412.535000', '102412.538000', '102412.540000', '102412.543000', '102412.574000', '102412.576000', '102412.579000', '102412.582000', '102412.584000', '102412.587000', '102412.590000', '102412.592000', '102412.595000', '102412.597000', '102412.600000', '102412.603000', '102412.605000', '102412.608000', '102412.610000', '102412.613000', '102412.615000', '102412.618000', '102412.621000', '102412.624000', '102412.626000', '102412.629000', '102412.631000', '102412.634000', '102412.636000', '102412.639000', '102412.642000', '102412.644000', '102412.647000', '102432.506000', '102432.509000', '102432.512000', '102432.515000', '102432.517000', '102432.520000', '102432.522000', '102432.525000', '102432.527000', '102432.530000', '102432.533000', '102432.536000', '102432.539000', '102432.542000', '102432.556000', '102432.558000', '102432.561000', '102432.564000', '102432.567000', '102432.570000', '102432.573000', '102432.575000', '102432.578000', '102432.581000', '102432.583000', '102432.586000', '102432.589000', '102432.592000', '102432.594000', '102432.597000', '102432.599000', '102432.602000', '102432.605000', '102432.607000', '102432.610000', '102432.612000', '102432.615000', '102432.618000', '102432.620000', '102432.623000', '102432.626000', '102432.628000', '102432.631000', '102452.507000', '102452.509000', '102452.512000', '102452.515000', '102452.517000', '102452.520000', '102452.522000', '102452.525000', '102452.528000', '102452.530000', '102452.533000', '102452.535000', '102452.538000', '102452.541000', '102452.543000', '102452.546000', '102452.548000', '102452.551000', '102452.553000', '102452.556000', '102452.559000', '102452.562000', '102452.564000', '102452.567000', '102452.569000', '102452.572000', '102452.575000', '102452.577000', '102452.580000', '102452.582000', '102452.585000', '102452.588000', '102452.590000', '102452.593000', '102452.595000', '102452.598000', '102452.601000', '102452.603000', '102452.606000', '102452.608000', '102452.611000', '102452.614000', '102452.616000', '102452.619000', '102512.506000', '102512.509000', '102512.512000', '102512.514000', '102512.517000', '102512.520000', '102512.522000', '102512.525000', '102512.527000', '102512.530000', '102512.532000', '102512.535000', '102512.538000', '102512.540000', '102512.543000', '102512.546000', '102512.548000', '102512.551000', '102512.553000', '102512.556000', '102512.558000', '102512.561000', '102512.564000', '102512.566000', '102512.569000', '102512.571000', '102512.574000', '102512.577000', '102512.579000', '102512.582000', '102512.585000', '102512.588000', '102512.591000', '102512.594000', '102512.596000', '102512.599000', '102512.601000', '102512.604000', '102512.606000', '102512.609000', '102512.612000', '102512.614000', '102512.617000', '102532.507000', '102532.509000', '102532.512000', '102532.515000', '102532.517000', '102532.520000', '102532.522000', '102532.525000', '102532.528000', '102532.530000', '102532.533000', '102532.535000', '102532.545000', '102532.548000', '102532.551000', '102532.553000', '102532.556000', '102532.558000', '102532.561000', '102532.564000', '102532.566000', '102532.569000', '102532.571000', '102532.574000', '102532.577000', '102532.579000', '102532.582000', '102532.585000', '102532.587000', '102532.590000', '102532.592000', '102532.595000', '102532.598000', '102532.600000', '102532.603000', '102532.605000', '102532.608000', '102532.610000', '102532.613000', '102532.616000', '102532.628000', '102532.631000', '102532.634000', '102532.636000', '102552.505000', '102552.508000', '102552.511000', '102552.513000', '102552.516000', '102552.519000', '102552.521000', '102552.525000', '102552.528000', '102552.530000', '102552.533000', '102552.536000', '102552.538000', '102552.541000', '102552.543000', '102552.546000', '102552.549000', '102552.551000', '102552.554000', '102552.556000', '102552.559000', '102552.561000', '102552.564000', '102552.566000', '102552.569000', '102552.572000', '102552.575000', '102552.577000', '102552.580000', '102552.583000', '102552.585000', '102552.588000', '102552.590000', '102552.593000', '102552.596000', '102552.598000', '102552.601000', '102552.604000', '102552.607000', '102552.610000', '102552.613000', '102552.615000', '102552.618000', '102612.506000', '102612.508000', '102612.511000', '102612.514000', '102612.516000', '102612.519000', '102612.522000', '102612.525000', '102612.528000', '102612.530000', '102612.533000', '102612.535000', '102612.538000', '102612.541000', '102612.543000', '102612.546000', '102612.548000', '102612.551000', '102612.554000', '102612.556000', '102612.559000', '102612.561000', '102612.564000', '102612.567000', '102612.569000', '102612.572000', '102612.575000', '102612.577000', '102612.580000', '102612.582000', '102612.585000', '102612.587000', '102612.590000', '102612.593000', '102612.595000', '102612.598000', '102612.601000', '102612.603000', '102612.606000', '102612.608000', '102612.611000', '102612.614000', '102612.616000', '102612.619000', '102632.506000', '102632.509000', '102632.512000', '102632.515000', '102632.517000', '102632.520000', '102632.522000', '102632.525000', '102632.527000', '102632.530000', '102632.533000', '102632.535000', '102632.538000', '102632.541000', '102632.543000', '102632.546000', '102632.549000', '102632.552000', '102632.554000', '102632.557000', '102632.559000', '102632.562000', '102632.565000', '102632.567000', '102632.570000', '102632.572000', '102632.575000', '102632.578000', '102632.580000', '102632.583000', '102632.585000', '102632.588000', '102632.591000', '102632.593000', '102632.596000', '102632.599000', '102632.601000', '102632.604000', '102632.607000', '102632.609000', '102632.612000', '102632.614000', '102632.617000', '102652.506000', '102652.509000', '102652.512000', '102652.514000', '102652.517000', '102652.520000', '102652.523000', '102652.526000', '102652.529000', '102652.531000', '102652.534000', '102652.536000', '102652.539000', '102652.542000', '102652.544000', '102652.547000', '102652.549000', '102652.552000', '102652.555000', '102652.557000', '102652.560000', '102652.562000', '102652.565000', '102652.568000', '102652.570000', '102652.573000', '102652.575000', '102652.578000', '102652.580000', '102652.583000', '102652.586000', '102652.588000', '102652.591000', '102652.593000', '102652.596000', '102652.599000', '102652.609000', '102652.612000', '102652.615000', '102652.617000', '102652.620000', '102652.622000', '102652.625000', '102712.507000', '102712.509000', '102712.512000', '102712.515000', '102712.517000', '102712.520000', '102712.522000', '102712.525000', '102712.528000', '102712.530000', '102712.534000', '102712.536000', '102712.539000', '102712.542000', '102712.544000', '102712.547000', '102712.549000', '102712.552000', '102712.554000', '102712.557000', '102712.560000', '102712.562000', '102712.565000', '102712.567000', '102712.570000', '102712.573000', '102712.582000', '102712.584000', '102712.587000', '102712.590000', '102712.592000', '102712.595000', '102712.597000', '102712.600000', '102712.603000', '102712.605000', '102712.608000', '102712.610000', '102712.613000', '102712.616000', '102712.618000', '102712.621000', '102712.624000', '102712.626000', '102732.507000', '102732.509000', '102732.512000', '102732.515000', '102732.518000', '102732.521000', '102732.523000', '102732.526000', '102732.528000', '102732.531000', '102732.533000', '102732.536000', '102732.539000', '102732.541000', '102732.544000', '102732.546000', '102732.549000', '102732.552000', '102732.554000', '102732.557000', '102732.559000', '102732.562000', '102732.565000', '102732.567000', '102732.570000', '102732.572000', '102732.575000', '102732.577000', '102732.580000', '102732.583000', '102732.585000', '102732.588000', '102732.590000', '102732.593000', '102732.596000', '102732.598000', '102732.601000', '102732.604000', '102732.606000', '102732.609000', '102732.611000', '102732.614000', '102732.617000', '102752.507000', '102752.509000', '102752.512000', '102752.515000', '102752.517000', '102752.520000', '102752.522000', '102752.525000', '102752.528000', '102752.530000', '102752.533000', '102752.535000', '102752.538000', '102752.540000', '102752.543000', '102752.546000', '102752.548000', '102752.551000', '102752.553000', '102752.556000', '102752.558000', '102752.561000', '102752.564000', '102752.566000', '102752.569000', '102752.571000', '102752.574000', '102752.577000', '102752.579000', '102752.582000', '102752.584000', '102752.587000', '102752.590000', '102752.592000', '102752.595000', '102752.598000', '102752.600000', '102752.603000', '102752.605000', '102752.608000', '102752.610000', '102752.613000', '102752.616000', '102752.618000', '102812.505000', '102812.508000', '102812.511000', '102812.514000', '102812.516000', '102812.546000', '102812.549000', '102812.551000', '102812.554000', '102812.556000', '102812.559000', '102812.562000', '102812.564000', '102812.567000', '102812.569000', '102812.572000', '102812.575000', '102812.577000', '102812.580000', '102812.582000', '102812.585000', '102812.589000', '102812.591000', '102812.594000', '102812.596000', '102812.599000', '102812.602000', '102812.604000', '102812.607000', '102812.609000', '102812.612000', '102812.614000', '102812.617000', '102812.630000', '102812.633000', '102812.635000', '102812.638000', '102812.640000', '102812.643000', '102812.646000', '102812.648000', '102812.651000', '102812.653000', '102812.656000', '102832.506000', '102832.508000', '102832.511000', '102832.514000', '102832.516000', '102832.519000', '102832.521000', '102832.524000', '102832.526000', '102832.529000', '102832.532000', '102832.534000', '102832.537000', '102832.539000', '102832.542000', '102832.545000', '102832.547000', '102832.550000', '102832.553000', '102832.555000', '102832.558000', '102832.560000', '102832.563000', '102832.566000', '102832.568000', '102832.571000', '102832.573000', '102832.576000', '102832.578000', '102832.581000', '102832.584000', '102832.586000', '102832.589000', '102832.592000', '102832.594000', '102832.597000', '102832.599000', '102832.602000', '102832.605000', '102832.607000', '102832.610000', '102832.612000', '102832.615000', '102852.506000', '102852.509000', '102852.512000', '102852.514000', '102852.517000', '102852.520000', '102852.522000', '102852.525000', '102852.528000', '102852.530000', '102852.533000', '102852.535000', '102852.538000', '102852.540000', '102852.543000', '102852.546000', '102852.548000', '102852.551000', '102852.553000', '102852.556000', '102852.558000', '102852.561000', '102852.564000', '102852.566000', '102852.569000', '102852.571000', '102852.574000', '102852.577000', '102852.579000', '102852.582000', '102852.584000', '102852.587000', '102852.590000', '102852.592000', '102852.595000', '102852.597000', '102852.600000', '102852.603000', '102852.605000', '102852.608000', '102852.610000', '102852.613000', '102852.616000', '102852.618000', '102912.507000', '102912.510000', '102912.512000', '102912.515000', '102912.517000', '102912.520000', '102912.523000', '102912.525000', '102912.528000', '102912.530000', '102912.533000', '102912.536000', '102912.538000', '102912.541000', '102912.544000', '102912.546000', '102912.549000', '102912.551000', '102912.554000', '102912.557000', '102912.559000', '102912.562000', '102912.564000', '102912.567000', '102912.570000', '102912.572000', '102912.581000', '102912.584000', '102912.587000', '102912.589000', '102912.592000', '102912.595000', '102912.597000', '102912.600000', '102912.602000', '102912.605000', '102912.608000', '102912.610000', '102912.613000', '102912.615000', '102912.618000', '102912.621000', '102912.624000', '102932.506000', '102932.509000', '102932.512000', '102932.515000', '102932.517000', '102932.520000', '102932.522000', '102932.525000', '102932.528000', '102932.530000', '102932.533000', '102932.535000', '102932.538000', '102932.541000', '102932.543000', '102932.557000', '102932.560000', '102932.563000', '102932.565000', '102932.568000', '102932.570000', '102932.573000', '102932.576000', '102932.578000', '102932.581000', '102932.583000', '102932.586000', '102932.589000', '102932.591000', '102932.594000', '102932.597000', '102932.599000', '102932.602000', '102932.604000', '102932.613000', '102932.616000', '102932.618000', '102932.621000', '102932.623000', '102932.626000', '102932.629000', '102932.631000', '102932.634000', '102932.636000', '102939.767000', '102939.770000', '102939.773000', '102939.776000', '102939.778000', '102939.781000', '102939.784000', '102939.786000', '102939.789000', '102939.792000', '102939.795000', '102939.797000', '102939.800000', '102939.803000', '102939.806000', '102939.809000'], 'InstanceCreationTime': ['101952.555000', '101952.559000', '101952.562000', '101952.565000', '101952.567000', '101952.570000', '101952.572000', '101952.575000', '101952.577000', '101952.580000', '101952.583000', '101952.585000', '101952.588000', '101952.590000', '101952.599000', '101952.602000', '101952.604000', '101952.607000', '101952.609000', '101952.612000', '101952.614000', '101952.617000', '101952.619000', '101952.622000', '101952.625000', '101952.627000', '101952.630000', '101952.632000', '101952.635000', '101952.637000', '101952.640000', '101952.643000', '101952.645000', '101952.648000', '101952.650000', '101952.653000', '101952.664000', '101952.666000', '101952.669000', '101952.671000', '101952.674000', '101952.676000', '101952.679000', '101952.681000', '101952.684000', '102012.507000', '102012.509000', '102012.512000', '102012.515000', '102012.517000', '102012.520000', '102012.522000', '102012.525000', '102012.527000', '102012.530000', '102012.532000', '102012.535000', '102012.538000', '102012.540000', '102012.543000', '102012.545000', '102012.548000', '102012.550000', '102012.553000', '102012.556000', '102012.558000', '102012.561000', '102012.563000', '102012.566000', '102012.568000', '102012.571000', '102012.574000', '102012.576000', '102012.579000', '102012.581000', '102012.584000', '102012.586000', '102012.589000', '102012.591000', '102012.594000', '102012.597000', '102012.599000', '102012.602000', '102012.604000', '102012.607000', '102012.609000', '102012.612000', '102012.614000', '102032.506000', '102032.509000', '102032.512000', '102032.514000', '102032.517000', '102032.519000', '102032.522000', '102032.525000', '102032.527000', '102032.530000', '102032.532000', '102032.535000', '102032.537000', '102032.546000', '102032.548000', '102032.551000', '102032.553000', '102032.556000', '102032.559000', '102032.561000', '102032.564000', '102032.566000', '102032.569000', '102032.571000', '102032.574000', '102032.576000', '102032.579000', '102032.582000', '102032.584000', '102032.587000', '102032.589000', '102032.592000', '102032.595000', '102032.597000', '102032.600000', '102032.602000', '102032.605000', '102032.607000', '102032.610000', '102032.612000', '102032.615000', '102032.618000', '102032.620000', '102032.623000', '102052.506000', '102052.509000', '102052.512000', '102052.514000', '102052.517000', '102052.519000', '102052.522000', '102052.524000', '102052.527000', '102052.530000', '102052.532000', '102052.535000', '102052.537000', '102052.540000', '102052.543000', '102052.545000', '102052.548000', '102052.550000', '102052.553000', '102052.555000', '102052.558000', '102052.560000', '102052.563000', '102052.566000', '102052.568000', '102052.571000', '102052.573000', '102052.576000', '102052.578000', '102052.581000', '102052.583000', '102052.586000', '102052.589000', '102052.591000', '102052.594000', '102052.596000', '102052.599000', '102052.612000', '102052.615000', '102052.618000', '102052.620000', '102052.623000', '102052.625000', '102112.505000', '102112.508000', '102112.511000', '102112.513000', '102112.516000', '102112.518000', '102112.521000', '102112.524000', '102112.526000', '102112.529000', '102112.531000', '102112.534000', '102112.537000', '102112.539000', '102112.542000', '102112.544000', '102112.551000', '102112.554000', '102112.556000', '102112.559000', '102112.561000', '102112.564000', '102112.566000', '102112.569000', '102112.572000', '102112.574000', '102112.577000', '102112.579000', '102112.582000', '102112.584000', '102112.587000', '102112.590000', '102112.592000', '102112.595000', '102112.597000', '102112.600000', '102112.602000', '102112.605000', '102112.608000', '102112.610000', '102112.613000', '102112.621000', '102112.624000', '102132.505000', '102132.508000', '102132.511000', '102132.513000', '102132.516000', '102132.519000', '102132.521000', '102132.524000', '102132.526000', '102132.529000', '102132.532000', '102132.534000', '102132.537000', '102132.539000', '102132.542000', '102132.544000', '102132.547000', '102132.550000', '102132.552000', '102132.555000', '102132.557000', '102132.560000', '102132.562000', '102132.565000', '102132.568000', '102132.570000', '102132.573000', '102132.575000', '102132.578000', '102132.581000', '102132.583000', '102132.586000', '102132.588000', '102132.591000', '102132.594000', '102132.596000', '102132.599000', '102132.601000', '102132.604000', '102132.607000', '102132.609000', '102132.612000', '102132.614000', '102132.617000', '102152.506000', '102152.509000', '102152.512000', '102152.514000', '102152.517000', '102152.520000', '102152.522000', '102152.525000', '102152.527000', '102152.530000', '102152.532000', '102152.535000', '102152.538000', '102152.540000', '102152.543000', '102152.546000', '102152.548000', '102152.551000', '102152.553000', '102152.556000', '102152.558000', '102152.561000', '102152.564000', '102152.566000', '102152.569000', '102152.571000', '102152.574000', '102152.576000', '102152.579000', '102152.582000', '102152.584000', '102152.587000', '102152.589000', '102152.592000', '102152.594000', '102152.597000', '102152.600000', '102152.602000', '102152.605000', '102152.607000', '102152.610000', '102152.612000', '102152.615000', '102152.618000', '102212.506000', '102212.509000', '102212.512000', '102212.514000', '102212.517000', '102212.520000', '102212.522000', '102212.525000', '102212.527000', '102212.530000', '102212.532000', '102212.535000', '102212.538000', '102212.540000', '102212.543000', '102212.545000', '102212.548000', '102212.550000', '102212.553000', '102212.556000', '102212.558000', '102212.561000', '102212.563000', '102212.566000', '102212.568000', '102212.571000', '102212.574000', '102212.576000', '102212.579000', '102212.581000', '102212.584000', '102212.586000', '102212.589000', '102212.592000', '102212.594000', '102212.597000', '102212.599000', '102212.602000', '102212.604000', '102212.607000', '102212.610000', '102212.612000', '102212.615000', '102232.506000', '102232.509000', '102232.512000', '102232.514000', '102232.517000', '102232.520000', '102232.522000', '102232.525000', '102232.528000', '102232.530000', '102232.533000', '102232.536000', '102232.538000', '102232.541000', '102232.543000', '102232.546000', '102232.548000', '102232.551000', '102232.554000', '102232.556000', '102232.559000', '102232.561000', '102232.564000', '102232.566000', '102232.569000', '102232.572000', '102232.574000', '102232.577000', '102232.579000', '102232.582000', '102232.585000', '102232.587000', '102232.590000', '102232.599000', '102232.601000', '102232.604000', '102232.607000', '102232.609000', '102232.612000', '102232.614000', '102232.617000', '102232.619000', '102232.622000', '102232.624000', '102252.507000', '102252.510000', '102252.512000', '102252.515000', '102252.517000', '102252.520000', '102252.523000', '102252.534000', '102252.536000', '102252.539000', '102252.542000', '102252.544000', '102252.547000', '102252.549000', '102252.552000', '102252.554000', '102252.557000', '102252.560000', '102252.562000', '102252.565000', '102252.567000', '102252.570000', '102252.572000', '102252.575000', '102252.578000', '102252.580000', '102252.583000', '102252.585000', '102252.588000', '102252.591000', '102252.593000', '102252.596000', '102252.598000', '102252.601000', '102252.603000', '102252.606000', '102252.609000', '102252.611000', '102252.614000', '102252.616000', '102252.619000', '102252.621000', '102252.624000', '102312.506000', '102312.509000', '102312.512000', '102312.515000', '102312.517000', '102312.520000', '102312.522000', '102312.526000', '102312.529000', '102312.532000', '102312.534000', '102312.537000', '102312.539000', '102312.542000', '102312.544000', '102312.547000', '102312.550000', '102312.561000', '102312.564000', '102312.566000', '102312.569000', '102312.571000', '102312.574000', '102312.576000', '102312.579000', '102312.582000', '102312.585000', '102312.587000', '102312.590000', '102312.592000', '102312.595000', '102312.602000', '102312.604000', '102312.607000', '102312.610000', '102312.612000', '102312.615000', '102312.617000', '102312.620000', '102312.622000', '102312.625000', '102312.628000', '102312.630000', '102332.505000', '102332.508000', '102332.511000', '102332.513000', '102332.516000', '102332.518000', '102332.521000', '102332.524000', '102332.526000', '102332.529000', '102332.531000', '102332.534000', '102332.536000', '102332.539000', '102332.542000', '102332.544000', '102332.547000', '102332.549000', '102332.552000', '102332.555000', '102332.557000', '102332.560000', '102332.562000', '102332.565000', '102332.567000', '102332.570000', '102332.572000', '102332.575000', '102332.578000', '102332.580000', '102332.583000', '102332.585000', '102332.588000', '102332.591000', '102332.593000', '102332.596000', '102332.598000', '102332.601000', '102332.603000', '102332.606000', '102332.609000', '102332.611000', '102332.614000', '102332.616000', '102352.506000', '102352.509000', '102352.512000', '102352.514000', '102352.517000', '102352.519000', '102352.522000', '102352.525000', '102352.527000', '102352.530000', '102352.532000', '102352.535000', '102352.538000', '102352.540000', '102352.543000', '102352.545000', '102352.548000', '102352.551000', '102352.553000', '102352.556000', '102352.558000', '102352.561000', '102352.563000', '102352.566000', '102352.569000', '102352.571000', '102352.574000', '102352.576000', '102352.579000', '102352.582000', '102352.584000', '102352.587000', '102352.589000', '102352.592000', '102352.595000', '102352.597000', '102352.600000', '102352.602000', '102352.605000', '102352.607000', '102352.610000', '102352.613000', '102352.615000', '102412.507000', '102412.509000', '102412.512000', '102412.515000', '102412.517000', '102412.520000', '102412.522000', '102412.525000', '102412.527000', '102412.530000', '102412.533000', '102412.535000', '102412.538000', '102412.540000', '102412.543000', '102412.574000', '102412.576000', '102412.579000', '102412.582000', '102412.584000', '102412.587000', '102412.590000', '102412.592000', '102412.595000', '102412.597000', '102412.600000', '102412.603000', '102412.605000', '102412.608000', '102412.610000', '102412.613000', '102412.615000', '102412.618000', '102412.621000', '102412.624000', '102412.626000', '102412.629000', '102412.631000', '102412.634000', '102412.636000', '102412.639000', '102412.642000', '102412.644000', '102412.647000', '102432.506000', '102432.509000', '102432.512000', '102432.515000', '102432.517000', '102432.520000', '102432.522000', '102432.525000', '102432.527000', '102432.530000', '102432.533000', '102432.536000', '102432.539000', '102432.542000', '102432.556000', '102432.558000', '102432.561000', '102432.564000', '102432.567000', '102432.570000', '102432.573000', '102432.575000', '102432.578000', '102432.581000', '102432.583000', '102432.586000', '102432.589000', '102432.592000', '102432.594000', '102432.597000', '102432.599000', '102432.602000', '102432.605000', '102432.607000', '102432.610000', '102432.612000', '102432.615000', '102432.618000', '102432.620000', '102432.623000', '102432.626000', '102432.628000', '102432.631000', '102452.507000', '102452.509000', '102452.512000', '102452.515000', '102452.517000', '102452.520000', '102452.522000', '102452.525000', '102452.528000', '102452.530000', '102452.533000', '102452.535000', '102452.538000', '102452.541000', '102452.543000', '102452.546000', '102452.548000', '102452.551000', '102452.553000', '102452.556000', '102452.559000', '102452.562000', '102452.564000', '102452.567000', '102452.569000', '102452.572000', '102452.575000', '102452.577000', '102452.580000', '102452.582000', '102452.585000', '102452.588000', '102452.590000', '102452.593000', '102452.595000', '102452.598000', '102452.601000', '102452.603000', '102452.606000', '102452.608000', '102452.611000', '102452.614000', '102452.616000', '102452.619000', '102512.506000', '102512.509000', '102512.512000', '102512.514000', '102512.517000', '102512.520000', '102512.522000', '102512.525000', '102512.527000', '102512.530000', '102512.532000', '102512.535000', '102512.538000', '102512.540000', '102512.543000', '102512.546000', '102512.548000', '102512.551000', '102512.553000', '102512.556000', '102512.558000', '102512.561000', '102512.564000', '102512.566000', '102512.569000', '102512.571000', '102512.574000', '102512.577000', '102512.579000', '102512.582000', '102512.585000', '102512.588000', '102512.591000', '102512.594000', '102512.596000', '102512.599000', '102512.601000', '102512.604000', '102512.606000', '102512.609000', '102512.612000', '102512.614000', '102512.617000', '102532.507000', '102532.509000', '102532.512000', '102532.515000', '102532.517000', '102532.520000', '102532.522000', '102532.525000', '102532.528000', '102532.530000', '102532.533000', '102532.535000', '102532.545000', '102532.548000', '102532.551000', '102532.553000', '102532.556000', '102532.558000', '102532.561000', '102532.564000', '102532.566000', '102532.569000', '102532.571000', '102532.574000', '102532.577000', '102532.579000', '102532.582000', '102532.585000', '102532.587000', '102532.590000', '102532.592000', '102532.595000', '102532.598000', '102532.600000', '102532.603000', '102532.605000', '102532.608000', '102532.610000', '102532.613000', '102532.616000', '102532.628000', '102532.631000', '102532.634000', '102532.636000', '102552.505000', '102552.508000', '102552.511000', '102552.513000', '102552.516000', '102552.519000', '102552.521000', '102552.525000', '102552.528000', '102552.530000', '102552.533000', '102552.536000', '102552.538000', '102552.541000', '102552.543000', '102552.546000', '102552.549000', '102552.551000', '102552.554000', '102552.556000', '102552.559000', '102552.561000', '102552.564000', '102552.566000', '102552.569000', '102552.572000', '102552.575000', '102552.577000', '102552.580000', '102552.583000', '102552.585000', '102552.588000', '102552.590000', '102552.593000', '102552.596000', '102552.598000', '102552.601000', '102552.604000', '102552.607000', '102552.610000', '102552.613000', '102552.615000', '102552.618000', '102612.506000', '102612.508000', '102612.511000', '102612.514000', '102612.516000', '102612.519000', '102612.522000', '102612.525000', '102612.528000', '102612.530000', '102612.533000', '102612.535000', '102612.538000', '102612.541000', '102612.543000', '102612.546000', '102612.548000', '102612.551000', '102612.554000', '102612.556000', '102612.559000', '102612.561000', '102612.564000', '102612.567000', '102612.569000', '102612.572000', '102612.575000', '102612.577000', '102612.580000', '102612.582000', '102612.585000', '102612.587000', '102612.590000', '102612.593000', '102612.595000', '102612.598000', '102612.601000', '102612.603000', '102612.606000', '102612.608000', '102612.611000', '102612.614000', '102612.616000', '102612.619000', '102632.506000', '102632.509000', '102632.512000', '102632.515000', '102632.517000', '102632.520000', '102632.522000', '102632.525000', '102632.527000', '102632.530000', '102632.533000', '102632.535000', '102632.538000', '102632.541000', '102632.543000', '102632.546000', '102632.549000', '102632.552000', '102632.554000', '102632.557000', '102632.559000', '102632.562000', '102632.565000', '102632.567000', '102632.570000', '102632.572000', '102632.575000', '102632.578000', '102632.580000', '102632.583000', '102632.585000', '102632.588000', '102632.591000', '102632.593000', '102632.596000', '102632.599000', '102632.601000', '102632.604000', '102632.607000', '102632.609000', '102632.612000', '102632.614000', '102632.617000', '102652.506000', '102652.509000', '102652.512000', '102652.514000', '102652.517000', '102652.520000', '102652.523000', '102652.526000', '102652.529000', '102652.531000', '102652.534000', '102652.536000', '102652.539000', '102652.542000', '102652.544000', '102652.547000', '102652.549000', '102652.552000', '102652.555000', '102652.557000', '102652.560000', '102652.562000', '102652.565000', '102652.568000', '102652.570000', '102652.573000', '102652.575000', '102652.578000', '102652.580000', '102652.583000', '102652.586000', '102652.588000', '102652.591000', '102652.593000', '102652.596000', '102652.599000', '102652.609000', '102652.612000', '102652.615000', '102652.617000', '102652.620000', '102652.622000', '102652.625000', '102712.507000', '102712.509000', '102712.512000', '102712.515000', '102712.517000', '102712.520000', '102712.522000', '102712.525000', '102712.528000', '102712.530000', '102712.534000', '102712.536000', '102712.539000', '102712.542000', '102712.544000', '102712.547000', '102712.549000', '102712.552000', '102712.554000', '102712.557000', '102712.560000', '102712.562000', '102712.565000', '102712.567000', '102712.570000', '102712.573000', '102712.582000', '102712.584000', '102712.587000', '102712.590000', '102712.592000', '102712.595000', '102712.597000', '102712.600000', '102712.603000', '102712.605000', '102712.608000', '102712.610000', '102712.613000', '102712.616000', '102712.618000', '102712.621000', '102712.624000', '102712.626000', '102732.507000', '102732.509000', '102732.512000', '102732.515000', '102732.518000', '102732.521000', '102732.523000', '102732.526000', '102732.528000', '102732.531000', '102732.533000', '102732.536000', '102732.539000', '102732.541000', '102732.544000', '102732.546000', '102732.549000', '102732.552000', '102732.554000', '102732.557000', '102732.559000', '102732.562000', '102732.565000', '102732.567000', '102732.570000', '102732.572000', '102732.575000', '102732.577000', '102732.580000', '102732.583000', '102732.585000', '102732.588000', '102732.590000', '102732.593000', '102732.596000', '102732.598000', '102732.601000', '102732.604000', '102732.606000', '102732.609000', '102732.611000', '102732.614000', '102732.617000', '102752.507000', '102752.509000', '102752.512000', '102752.515000', '102752.517000', '102752.520000', '102752.522000', '102752.525000', '102752.528000', '102752.530000', '102752.533000', '102752.535000', '102752.538000', '102752.540000', '102752.543000', '102752.546000', '102752.548000', '102752.551000', '102752.553000', '102752.556000', '102752.558000', '102752.561000', '102752.564000', '102752.566000', '102752.569000', '102752.571000', '102752.574000', '102752.577000', '102752.579000', '102752.582000', '102752.584000', '102752.587000', '102752.590000', '102752.592000', '102752.595000', '102752.598000', '102752.600000', '102752.603000', '102752.605000', '102752.608000', '102752.610000', '102752.613000', '102752.616000', '102752.618000', '102812.505000', '102812.508000', '102812.511000', '102812.514000', '102812.516000', '102812.546000', '102812.549000', '102812.551000', '102812.554000', '102812.556000', '102812.559000', '102812.562000', '102812.564000', '102812.567000', '102812.569000', '102812.572000', '102812.575000', '102812.577000', '102812.580000', '102812.582000', '102812.585000', '102812.589000', '102812.591000', '102812.594000', '102812.596000', '102812.599000', '102812.602000', '102812.604000', '102812.607000', '102812.609000', '102812.612000', '102812.614000', '102812.617000', '102812.630000', '102812.633000', '102812.635000', '102812.638000', '102812.640000', '102812.643000', '102812.646000', '102812.648000', '102812.651000', '102812.653000', '102812.656000', '102832.506000', '102832.508000', '102832.511000', '102832.514000', '102832.516000', '102832.519000', '102832.521000', '102832.524000', '102832.526000', '102832.529000', '102832.532000', '102832.534000', '102832.537000', '102832.539000', '102832.542000', '102832.545000', '102832.547000', '102832.550000', '102832.553000', '102832.555000', '102832.558000', '102832.560000', '102832.563000', '102832.566000', '102832.568000', '102832.571000', '102832.573000', '102832.576000', '102832.578000', '102832.581000', '102832.584000', '102832.586000', '102832.589000', '102832.592000', '102832.594000', '102832.597000', '102832.599000', '102832.602000', '102832.605000', '102832.607000', '102832.610000', '102832.612000', '102832.615000', '102852.506000', '102852.509000', '102852.512000', '102852.514000', '102852.517000', '102852.520000', '102852.522000', '102852.525000', '102852.528000', '102852.530000', '102852.533000', '102852.535000', '102852.538000', '102852.540000', '102852.543000', '102852.546000', '102852.548000', '102852.551000', '102852.553000', '102852.556000', '102852.558000', '102852.561000', '102852.564000', '102852.566000', '102852.569000', '102852.571000', '102852.574000', '102852.577000', '102852.579000', '102852.582000', '102852.584000', '102852.587000', '102852.590000', '102852.592000', '102852.595000', '102852.597000', '102852.600000', '102852.603000', '102852.605000', '102852.608000', '102852.610000', '102852.613000', '102852.616000', '102852.618000', '102912.507000', '102912.510000', '102912.512000', '102912.515000', '102912.517000', '102912.520000', '102912.523000', '102912.525000', '102912.528000', '102912.530000', '102912.533000', '102912.536000', '102912.538000', '102912.541000', '102912.544000', '102912.546000', '102912.549000', '102912.551000', '102912.554000', '102912.557000', '102912.559000', '102912.562000', '102912.564000', '102912.567000', '102912.570000', '102912.572000', '102912.581000', '102912.584000', '102912.587000', '102912.589000', '102912.592000', '102912.595000', '102912.597000', '102912.600000', '102912.602000', '102912.605000', '102912.608000', '102912.610000', '102912.613000', '102912.615000', '102912.618000', '102912.621000', '102912.624000', '102932.506000', '102932.509000', '102932.512000', '102932.515000', '102932.517000', '102932.520000', '102932.522000', '102932.525000', '102932.528000', '102932.530000', '102932.533000', '102932.535000', '102932.538000', '102932.541000', '102932.543000', '102932.557000', '102932.560000', '102932.563000', '102932.565000', '102932.568000', '102932.570000', '102932.573000', '102932.576000', '102932.578000', '102932.581000', '102932.583000', '102932.586000', '102932.589000', '102932.591000', '102932.594000', '102932.597000', '102932.599000', '102932.602000', '102932.604000', '102932.613000', '102932.616000', '102932.618000', '102932.621000', '102932.623000', '102932.626000', '102932.629000', '102932.631000', '102932.634000', '102932.636000', '102939.767000', '102939.770000', '102939.773000', '102939.776000', '102939.778000', '102939.781000', '102939.784000', '102939.786000', '102939.789000', '102939.792000', '102939.795000', '102939.797000', '102939.800000', '102939.803000', '102939.806000', '102939.809000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [11028, 6828, 11716, 7794, 10140, 6719, 9386, 9851, 8387, 14723, 8423, 12476, 7936, 10243, 7465, 9736, 6932, 7630, 6869, 6561, 7456, 7233, 9040, 8988, 8832, 8513, 8799, 12636, 8443, 13299, 9473, 11956, 8094, 10670, 7781, 11176, 7570, 10120, 7271, 8500, 7191, 10155, 7575, 9235, 7900, 6709, 9096, 6841, 10363, 7749, 10357, 6624, 10440, 6784, 11323, 6905, 11595, 6810, 11445, 6730, 11118, 6765, 11473, 7825, 8803, 7160, 6847, 8491, 7006, 11561, 7152, 11929, 7424, 11835, 7578, 12238, 7836, 11433, 7310, 11450, 8127, 11725, 7983, 10458, 7352, 9963, 7218, 8888, 7446, 6657, 8330, 7358, 9808, 6957, 11137, 7283, 11520, 7709, 7566, 8890, 6838, 11093, 7364, 12434, 8535, 8440, 7779, 6884, 9861, 6885, 11871, 7836, 11706, 8071, 12466, 8654, 12061, 7930, 6696, 8821, 7162, 10823, 7123, 11566, 7299, 11257, 7643, 12310, 8629, 13259, 7954, 10785, 7885, 10667, 8150, 9162, 8045, 8551, 7963, 8630, 8809, 7229, 9135, 6951, 11153, 7105, 11948, 7428, 11396, 7574, 11397, 7844, 11327, 7749, 10853, 7510, 11346, 7958, 10801, 7646, 10633, 7682, 10714, 7662, 10928, 7614, 10289, 7049, 9872, 7008, 10014, 6677, 9036, 6514, 9229, 6627, 8922, 8454, 8689, 8769, 8317, 9709, 8364, 14562, 8937, 13596, 8471, 11544, 7751, 11121, 7759, 10865, 7871, 10294, 7251, 9823, 7635, 10531, 7621, 10532, 6821, 10051, 6797, 9887, 6689, 9918, 6702, 10378, 7212, 10597, 14304, 10472, 13870, 7838, 11634, 8010, 11115, 9202, 10387, 7705, 9480, 7452, 9831, 7761, 7058, 7307, 6867, 8343, 10132, 8383, 11788, 8023, 12767, 8163, 13861, 9729, 12976, 7434, 10046, 7971, 10861, 7793, 11398, 7646, 9922, 7874, 10763, 7817, 10502, 7543, 10251, 7731, 10609, 7653, 10633, 7752, 10105, 7837, 10263, 7904, 10987, 7886, 9993, 8122, 10510, 8196, 11264, 8168, 12282, 7881, 9420, 7731, 10140, 7510, 9885, 7552, 9386, 7389, 9810, 7012, 10108, 6969, 8808, 6729, 8738, 6943, 10598, 6909, 10477, 7545, 10110, 7829, 11885, 8309, 8631, 7593, 7047, 8005, 7131, 9128, 6884, 10527, 6896, 11945, 7215, 11302, 7212, 11332, 7198, 11273, 7074, 12166, 7112, 10746, 7173, 11008, 7301, 11379, 7248, 10818, 7137, 10081, 6995, 8948, 13461, 7951, 11095, 7443, 10557, 7398, 10707, 7592, 9114, 7240, 6613, 7978, 6941, 9731, 10864, 8401, 14179, 7945, 11471, 7864, 10690, 7268, 9939, 7207, 10251, 7099, 10574, 7232, 10566, 7412, 10097, 7392, 10377, 7969, 10858, 8276, 11114, 7703, 10546, 7143, 10676, 7101, 9031, 6719, 8581, 6910, 8607, 7944, 8703, 6926, 8384, 6512, 9493, 6763, 10422, 6880, 11167, 7150, 11021, 10444, 8450, 13403, 8158, 10863, 7735, 10418, 7164, 9941, 6854, 9683, 6608, 9672, 6592, 8668, 7642, 7996, 9155, 7611, 12398, 7776, 11435, 8144, 8438, 7287, 6603, 8207, 7149, 9002, 6880, 10112, 6642, 10298, 8399, 9606, 13536, 9963, 12455, 8261, 10881, 7456, 10974, 7495, 10865, 6893, 8845, 6861, 8853, 7444, 8612, 6663, 8570, 6915, 8924, 9386, 8005, 12159, 8046, 10963, 7821, 10812, 7365, 10452, 7009, 9772, 6745, 10100, 6698, 10352, 6735, 9481, 6770, 9009, 6732, 9419, 9532, 8767, 11682, 7976, 8379, 8018, 10143, 8064, 12016, 8088, 10973, 7664, 10559, 7701, 10762, 7923, 10301, 7189, 9909, 6892, 10322, 6944, 9858, 6933, 10132, 7119, 10467, 7309, 10375, 7334, 10017, 7512, 10527, 7498, 11062, 7372, 12040, 6974, 10055, 7039, 10307, 7196, 10351, 7672, 10493, 8030, 10953, 8135, 12224, 7988, 12655, 7467, 10247, 7123, 10314, 6872, 10617, 6729, 9868, 6847, 10329, 6690, 10498, 6555, 10104, 6959, 10637, 7205, 10843, 7620, 10450, 7077, 10574, 6817, 10495, 6833, 10013, 6660, 9533, 6902, 10546, 6825, 11249, 6983, 10916, 6689, 10696, 6972, 11074, 6880, 11352, 6939, 10391, 6669, 10598, 6744, 10752, 8187, 8901, 6612, 9320, 6723, 10570, 6790, 10837, 6662, 11169, 7057, 11131, 6978, 11068, 7070, 10733, 7183, 10951, 7003, 11896, 6998, 10305, 6972, 10898, 6941, 10601, 7129, 10281, 7048, 10643, 7289, 11087, 8012, 10585, 7707, 10718, 7543, 10749, 7817, 11885, 7576, 10082, 7468, 10434, 7644, 10616, 7736, 7371, 7821, 7815, 8091, 9267, 8055, 9732, 8095, 11629, 8032, 12029, 7823, 11182, 7321, 9845, 7743, 10490, 7672, 8549, 7375, 6871, 8322, 6564, 10042, 8594, 9384, 8277, 8907, 10781, 8336, 14456, 9959, 13836, 7885, 10620, 7751, 10267, 7714, 10313, 7660, 9782, 7680, 8674, 8086, 7159, 7940, 6844, 9867, 6731, 10778, 7000, 10829, 7262, 9532, 7800, 9021, 10134, 9210, 8609, 9087, 6573, 10554, 6980, 11606, 7163, 11188, 7604, 11041, 7773, 11018, 7581, 10935, 7947, 10603, 7803, 10545, 7810, 10887, 8105, 11282, 7969, 9210, 8022, 8886, 8043, 9880, 7921, 7430, 7708, 7426, 7918, 10077, 7932, 11863, 8217, 10722, 7872, 10294, 7912, 10396, 7458, 10149, 7017, 9699, 7152, 10292, 7427, 10165, 7739, 10525, 7890, 9249, 8154, 11150, 8319, 12131, 8145, 12746, 7310, 9930, 6864, 9942, 8033, 8287, 10854, 7973, 6697, 7829, 8828, 8129, 12534, 8212, 11698, 7656, 10517, 7325, 10182, 7281, 10101, 6773, 9654, 6583, 9353, 6810, 8225, 13016, 8080, 11031, 7392, 9987, 6978, 9930, 6632, 9838, 6575, 9543, 6412, 8985, 7117, 7996, 11723, 7656, 10060, 7561, 10690, 7242, 10655, 7837, 10079, 7346, 9990, 6830, 10026, 6600, 9123, 9621, 7902, 8944, 7722, 11547, 7953, 11289, 8104, 10241, 7163, 9990, 6711, 9708, 6643, 9771, 6714, 8654, 6816, 7841, 11454, 7753, 11332, 8060, 9980, 6800, 9904, 6800, 8053, 10522, 7673, 9021, 7538, 6284, 7956, 6473, 10137, 6528, 10701, 6853, 9689, 11613, 8068, 12568, 8953, 12016, 6651, 10015, 11474, 9155, 15469, 13361, 15237, 11988, 12584, 6907, 9312, 6321, 8099, 8599, 8314, 11133, 7961, 9846, 6633, 9479, 6686, 8703, 6493, 7828, 8417, 7287, 9071, 7300, 10316, 7374, 10258, 7492, 9971, 7212, 9470, 6849, 9774, 6623, 10129, 7110, 9602, 7682, 8479, 9059, 8090, 12749, 7948, 13301, 7911, 10195, 7571, 11439, 7765, 11111, 7688, 10629, 7622, 10556, 6820, 10489, 6519, 9982, 8447, 7997, 10925, 7471, 11604, 7543, 10687, 7017, 10271, 7126, 9374, 6748, 10066, 6867, 10306, 6975, 9971, 6490, 9878, 6579, 8257, 9672, 7892, 10083, 7511, 11754, 7680, 11277, 8308, 14738, 6869, 6283, 8046, 7015, 10215, 6730, 9306, 8063, 9823, 9691, 9741, 13039, 9339, 15057, 12307, 15007, 11928, 15066, 13215, 14572, 10134, 13492, 8364, 11268, 7672, 9501, 10347, 8322, 11389, 8256, 10849, 7822, 10620, 6959, 9997, 6541, 9045, 6411, 8114, 6441, 9068, 6460, 9695, 6720, 10319, 6410, 10613, 6771, 11111, 6924, 10840, 9689, 8753, 10977, 8093, 11366, 7696, 11338, 7452, 10908, 7634, 8852, 7503, 6961, 8275, 6872, 9325, 6560, 10313, 6693, 10034, 6859, 10319, 6981, 10584, 6656, 11501, 6756, 11788, 7781, 11643, 7094, 10895, 6868, 11101, 6760, 11064, 7405, 11115, 7204, 11379, 7824, 11551, 7668, 11498, 7655, 10748, 7104, 10961, 7435, 11331, 7802, 10829, 7468, 10461, 7094, 10607, 7224, 10785, 7703, 8367, 7546, 7565, 8526, 8808, 9796, 9167, 9559, 6600, 10862, 6737, 11593, 7519, 11300, 6946, 11323, 7006, 11379, 7078, 11334, 6898, 10734, 6836, 11394, 6902, 11343, 7135, 10749, 6921, 10894, 6987, 11304, 7051, 10673, 7002, 10247, 6876, 11012, 7233, 11152, 8056, 10662, 7714, 10879, 7883, 11033, 7825, 10766, 7712, 10542, 7652, 10781, 7575, 10890, 7878, 10185, 7365, 10449, 7356, 10944, 7633, 10613, 8066, 10380, 7414, 10597, 7526, 11148, 7936, 12321, 8167, 10706, 7476, 10626, 7627, 11054, 8094, 10851, 7517, 10288, 7224, 10338, 7346, 10412, 7510, 10038, 7218, 10177, 7332, 10769, 7455, 9457, 7534, 9411, 7729, 12016, 8122, 11924, 7923, 10311, 7367, 10672, 7692, 10799, 7808, 9091, 7716, 8809, 7728, 9390, 8252, 9309, 8059, 7828, 8160, 9286, 8369, 12204, 8683, 10004, 7708, 11549, 7685, 11150, 7847, 10719, 7555, 10021, 6934, 10328, 6676, 10318, 6639, 9851, 8080, 7997, 10432, 7419, 10831, 7262, 10612, 7360, 10269, 6895, 10542, 6756, 9777, 6865, 9683, 6548, 8901, 10381, 7831, 10525, 7617, 11229, 7792, 10559, 7486, 10464, 7474, 10107, 7222, 10308, 6979, 10190, 7423, 8674, 7466, 7660, 9993, 7414, 11837, 7925, 11116, 7662, 10452, 7444, 10348, 7020, 10127, 8115, 8116, 7111, 7452, 10643, 7493, 12016, 8100, 11119, 7237, 10066, 6764, 9473, 8996, 7703, 10782, 7473, 9426, 7120, 11050, 7049, 10522, 7288, 9666, 6978, 9842, 6958, 9977, 6914, 9494, 11289, 8349, 14174, 8185, 11731, 7910, 10971, 7678, 9235, 6785, 9821, 7028, 10030, 7633, 9860, 7491, 10218, 8194, 10870, 8415, 13619, 8468, 11276, 7130, 10153, 6864, 9997, 6981, 9618, 6738, 10427, 6800, 10879, 7342, 10442, 7507, 10211, 7478, 9650, 8058, 8557, 8038, 6828, 8733, 7638, 9516, 11451, 9177, 9991, 8540, 7904, 9054, 9270, 9384, 7832, 9148, 7051, 9569, 7960, 9934, 7577, 9294, 6603, 9286, 6683, 10428, 6901, 10111, 6388, 10918, 6642, 11800, 8224, 10073, 7455, 6553, 8304, 6524, 10469, 6817, 11006, 7450, 11311, 8174, 9345, 8438, 8374], 'WindowCenter': [4134.0, 4078.0, 4118.0, 4073.0, 4091.0, 4047.0, 4079.0, 4077.0, 4057.0, 4107.0, 4054.0, 4099.0, 4056.0, 4075.0, 4045.0, 4076.0, 4046.0, 4057.0, 4049.0, 4064.0, 4086.0, 4071.0, 4093.0, 4092.0, 4093.0, 4082.0, 4082.0, 4111.0, 4070.0, 4110.0, 4080.0, 4099.0, 4069.0, 4086.0, 4058.0, 4086.0, 4056.0, 4076.0, 4056.0, 4078.0, 4060.0, 4100.0, 4069.0, 4078.0, 4070.0, 4047.0, 4078.0, 4050.0, 4089.0, 4058.0, 4090.0, 4048.0, 4089.0, 4047.0, 4099.0, 4047.0, 4099.0, 4047.0, 4098.0, 4048.0, 4100.0, 4048.0, 4097.0, 4069.0, 4079.0, 4059.0, 4061.0, 4093.0, 4071.0, 4114.0, 4061.0, 4112.0, 4070.0, 4112.0, 4070.0, 4114.0, 4068.0, 4099.0, 4058.0, 4098.0, 4069.0, 4098.0, 4068.0, 4086.0, 4057.0, 4076.0, 4058.0, 4077.0, 4059.0, 4048.0, 4069.0, 4059.0, 4089.0, 4062.0, 4142.0, 4114.0, 4127.0, 4083.0, 4072.0, 4091.0, 4061.0, 4101.0, 4072.0, 4112.0, 4093.0, 4082.0, 4071.0, 4060.0, 4090.0, 4061.0, 4112.0, 4071.0, 4102.0, 4071.0, 4111.0, 4082.0, 4101.0, 4069.0, 4048.0, 4079.0, 4059.0, 4099.0, 4047.0, 4087.0, 4046.0, 4085.0, 4057.0, 4097.0, 4068.0, 4096.0, 4057.0, 4086.0, 4058.0, 4077.0, 4056.0, 4077.0, 4070.0, 4066.0, 4067.0, 4065.0, 4078.0, 4046.0, 4078.0, 4057.0, 4099.0, 4047.0, 4098.0, 4058.0, 4099.0, 4068.0, 4098.0, 4070.0, 4088.0, 4057.0, 4087.0, 4057.0, 4087.0, 4068.0, 4088.0, 4057.0, 4087.0, 4057.0, 4085.0, 4057.0, 4086.0, 4057.0, 4088.0, 4047.0, 4077.0, 4046.0, 4077.0, 4046.0, 4078.0, 4048.0, 4093.0, 4061.0, 4093.0, 4081.0, 4084.0, 4082.0, 4083.0, 4093.0, 4071.0, 4121.0, 4081.0, 4109.0, 4069.0, 4099.0, 4070.0, 4100.0, 4058.0, 4087.0, 4068.0, 4088.0, 4059.0, 4088.0, 4070.0, 4100.0, 4073.0, 4104.0, 4048.0, 4092.0, 4062.0, 4089.0, 4048.0, 4078.0, 4049.0, 4089.0, 4057.0, 4089.0, 4110.0, 4089.0, 4095.0, 4045.0, 4086.0, 4055.0, 4074.0, 4066.0, 4076.0, 4056.0, 4073.0, 4057.0, 4075.0, 4058.0, 4059.0, 4072.0, 4060.0, 4080.0, 4089.0, 4081.0, 4100.0, 4070.0, 4110.0, 4070.0, 4098.0, 4079.0, 4096.0, 4046.0, 4076.0, 4057.0, 4085.0, 4057.0, 4099.0, 4056.0, 4075.0, 4056.0, 4075.0, 4046.0, 4075.0, 4057.0, 4075.0, 4045.0, 4074.0, 4043.0, 4074.0, 4044.0, 4075.0, 4054.0, 4075.0, 4055.0, 4074.0, 4054.0, 4064.0, 4056.0, 4074.0, 4067.0, 4085.0, 4053.0, 4084.0, 4054.0, 4063.0, 4054.0, 4075.0, 4044.0, 4063.0, 4043.0, 4063.0, 4043.0, 4075.0, 4043.0, 4075.0, 4044.0, 4078.0, 4033.0, 4065.0, 4045.0, 4087.0, 4048.0, 4086.0, 4071.0, 4100.0, 4072.0, 4099.0, 4082.0, 4081.0, 4056.0, 4031.0, 4055.0, 4059.0, 4077.0, 4046.0, 4087.0, 4046.0, 4101.0, 4059.0, 4100.0, 4058.0, 4100.0, 4059.0, 4089.0, 4046.0, 4098.0, 4045.0, 4085.0, 4045.0, 4085.0, 4047.0, 4086.0, 4044.0, 4085.0, 4034.0, 4075.0, 4032.0, 4062.0, 4094.0, 4053.0, 4073.0, 4043.0, 4074.0, 4044.0, 4074.0, 4069.0, 4065.0, 4058.0, 4048.0, 4069.0, 4060.0, 4091.0, 4099.0, 4069.0, 4109.0, 4057.0, 4087.0, 4056.0, 4075.0, 4045.0, 4076.0, 4044.0, 4075.0, 4046.0, 4086.0, 4046.0, 4086.0, 4056.0, 4086.0, 4058.0, 4089.0, 4071.0, 4100.0, 4071.0, 4088.0, 4059.0, 4087.0, 4047.0, 4087.0, 4044.0, 4063.0, 4032.0, 4065.0, 4044.0, 4066.0, 4054.0, 4066.0, 4045.0, 4066.0, 4036.0, 4076.0, 4045.0, 4100.0, 4060.0, 4100.0, 4060.0, 4102.0, 4090.0, 4070.0, 4111.0, 4068.0, 4088.0, 4058.0, 4076.0, 4045.0, 4076.0, 4035.0, 4077.0, 4046.0, 4089.0, 4047.0, 4079.0, 4057.0, 4068.0, 4076.0, 4068.0, 4109.0, 4059.0, 4099.0, 4069.0, 4067.0, 4059.0, 4049.0, 4081.0, 4061.0, 4092.0, 4059.0, 4103.0, 4062.0, 4103.0, 4083.0, 4092.0, 4112.0, 4093.0, 4100.0, 4069.0, 4089.0, 4046.0, 4088.0, 4047.0, 4086.0, 4033.0, 4065.0, 4033.0, 4066.0, 4044.0, 4066.0, 4034.0, 4067.0, 4045.0, 4079.0, 4078.0, 4069.0, 4098.0, 4069.0, 4088.0, 4056.0, 4087.0, 4057.0, 4087.0, 4046.0, 4076.0, 4046.0, 4087.0, 4046.0, 4089.0, 4046.0, 4078.0, 4046.0, 4078.0, 4045.0, 4079.0, 4077.0, 4068.0, 4096.0, 4056.0, 4066.0, 4057.0, 4088.0, 4066.0, 4097.0, 4067.0, 4087.0, 4057.0, 4087.0, 4058.0, 4087.0, 4057.0, 4076.0, 4046.0, 4074.0, 4046.0, 4075.0, 4046.0, 4075.0, 4046.0, 4086.0, 4059.0, 4086.0, 4059.0, 4087.0, 4058.0, 4087.0, 4059.0, 4087.0, 4059.0, 4098.0, 4058.0, 4097.0, 4046.0, 4076.0, 4046.0, 4087.0, 4047.0, 4087.0, 4058.0, 4088.0, 4068.0, 4088.0, 4069.0, 4098.0, 4058.0, 4097.0, 4046.0, 4075.0, 4044.0, 4076.0, 4033.0, 4075.0, 4034.0, 4073.0, 4034.0, 4074.0, 4033.0, 4086.0, 4034.0, 4086.0, 4057.0, 4087.0, 4070.0, 4100.0, 4069.0, 4089.0, 4058.0, 4089.0, 4047.0, 4089.0, 4047.0, 4089.0, 4036.0, 4076.0, 4047.0, 4087.0, 4048.0, 4098.0, 4047.0, 4086.0, 4046.0, 4087.0, 4046.0, 4099.0, 4047.0, 4087.0, 4045.0, 4075.0, 4034.0, 4087.0, 4034.0, 4086.0, 4055.0, 4064.0, 4034.0, 4065.0, 4045.0, 4087.0, 4045.0, 4087.0, 4046.0, 4098.0, 4060.0, 4100.0, 4048.0, 4099.0, 4049.0, 4089.0, 4048.0, 4090.0, 4048.0, 4100.0, 4048.0, 4077.0, 4047.0, 4089.0, 4047.0, 4087.0, 4046.0, 4076.0, 4045.0, 4086.0, 4058.0, 4088.0, 4068.0, 4086.0, 4058.0, 4086.0, 4059.0, 4087.0, 4056.0, 4086.0, 4055.0, 4075.0, 4046.0, 4085.0, 4057.0, 4075.0, 4057.0, 4044.0, 4057.0, 4057.0, 4069.0, 4078.0, 4069.0, 4076.0, 4057.0, 4087.0, 4057.0, 4086.0, 4045.0, 4085.0, 4045.0, 4073.0, 4056.0, 4086.0, 4069.0, 4065.0, 4058.0, 4048.0, 4068.0, 4060.0, 4090.0, 4080.0, 4080.0, 4069.0, 4079.0, 4088.0, 4068.0, 4107.0, 4077.0, 4095.0, 4055.0, 4074.0, 4043.0, 4075.0, 4055.0, 4074.0, 4044.0, 4074.0, 4055.0, 4065.0, 4068.0, 4047.0, 4068.0, 4047.0, 4090.0, 4050.0, 4102.0, 4048.0, 4100.0, 4046.0, 4079.0, 4055.0, 4068.0, 4076.0, 4067.0, 4066.0, 4066.0, 4034.0, 4076.0, 4046.0, 4087.0, 4046.0, 4087.0, 4057.0, 4087.0, 4058.0, 4087.0, 4058.0, 4086.0, 4057.0, 4086.0, 4056.0, 4086.0, 4057.0, 4087.0, 4057.0, 4086.0, 4057.0, 4064.0, 4056.0, 4065.0, 4057.0, 4075.0, 4055.0, 4044.0, 4055.0, 4045.0, 4056.0, 4089.0, 4068.0, 4086.0, 4068.0, 4085.0, 4056.0, 4075.0, 4056.0, 4077.0, 4044.0, 4075.0, 4046.0, 4064.0, 4046.0, 4075.0, 4058.0, 4089.0, 4058.0, 4088.0, 4069.0, 4077.0, 4068.0, 4088.0, 4069.0, 4099.0, 4057.0, 4098.0, 4045.0, 4075.0, 4034.0, 4076.0, 4054.0, 4053.0, 4074.0, 4053.0, 4031.0, 4043.0, 4052.0, 4055.0, 4085.0, 4054.0, 4085.0, 4045.0, 4074.0, 4045.0, 4076.0, 4057.0, 4076.0, 4035.0, 4065.0, 4033.0, 4065.0, 4033.0, 4067.0, 4097.0, 4055.0, 4074.0, 4044.0, 4063.0, 4034.0, 4087.0, 4035.0, 4076.0, 4035.0, 4076.0, 4035.0, 4067.0, 4059.0, 4058.0, 4098.0, 4057.0, 4076.0, 4056.0, 4076.0, 4058.0, 4088.0, 4058.0, 4078.0, 4047.0, 4077.0, 4036.0, 4078.0, 4047.0, 4076.0, 4076.0, 4056.0, 4065.0, 4043.0, 4085.0, 4057.0, 4085.0, 4056.0, 4075.0, 4045.0, 4075.0, 4035.0, 4078.0, 4036.0, 4077.0, 4036.0, 4067.0, 4036.0, 4057.0, 4099.0, 4058.0, 4087.0, 4057.0, 4076.0, 4035.0, 4077.0, 4034.0, 4056.0, 4075.0, 4057.0, 4081.0, 4068.0, 4036.0, 4066.0, 4037.0, 4089.0, 4062.0, 4114.0, 4061.0, 4105.0, 4113.0, 4084.0, 4113.0, 4081.0, 4100.0, 4036.0, 4077.0, 4085.0, 4065.0, 4096.0, 4096.0, 4095.0, 4072.0, 4071.0, 4017.0, 4038.0, 4005.0, 4027.0, 4038.0, 4038.0, 4058.0, 4028.0, 4047.0, 4017.0, 4048.0, 4018.0, 4051.0, 4020.0, 4042.0, 4051.0, 4043.0, 4062.0, 4045.0, 4075.0, 4058.0, 4087.0, 4058.0, 4076.0, 4058.0, 4076.0, 4047.0, 4078.0, 4049.0, 4090.0, 4049.0, 4079.0, 4057.0, 4068.0, 4065.0, 4068.0, 4098.0, 4057.0, 4097.0, 4057.0, 4076.0, 4057.0, 4087.0, 4058.0, 4099.0, 4058.0, 4087.0, 4057.0, 4086.0, 4035.0, 4087.0, 4036.0, 4078.0, 4056.0, 4056.0, 4086.0, 4044.0, 4086.0, 4056.0, 4087.0, 4047.0, 4076.0, 4047.0, 4093.0, 4064.0, 4090.0, 4050.0, 4101.0, 4059.0, 4090.0, 4049.0, 4090.0, 4061.0, 4082.0, 4079.0, 4071.0, 4103.0, 4087.0, 4099.0, 4071.0, 4102.0, 4083.0, 4136.0, 4050.0, 4037.0, 4069.0, 4059.0, 4103.0, 4061.0, 4106.0, 4096.0, 4119.0, 4105.0, 4107.0, 4127.0, 4094.0, 4124.0, 4102.0, 4112.0, 4089.0, 4097.0, 4085.0, 4081.0, 4051.0, 4070.0, 4027.0, 4048.0, 4015.0, 4037.0, 4035.0, 4025.0, 4044.0, 4024.0, 4043.0, 4014.0, 4044.0, 4004.0, 4045.0, 4005.0, 4037.0, 4006.0, 4028.0, 4008.0, 4050.0, 4021.0, 4063.0, 4033.0, 4075.0, 4036.0, 4087.0, 4048.0, 4099.0, 4048.0, 4102.0, 4080.0, 4069.0, 4087.0, 4057.0, 4087.0, 4056.0, 4087.0, 4046.0, 4086.0, 4057.0, 4065.0, 4058.0, 4047.0, 4081.0, 4061.0, 4091.0, 4049.0, 4102.0, 4050.0, 4102.0, 4062.0, 4103.0, 4062.0, 4103.0, 4062.0, 4113.0, 4063.0, 4113.0, 4071.0, 4102.0, 4060.0, 4090.0, 4049.0, 4101.0, 4049.0, 4099.0, 4059.0, 4089.0, 4057.0, 4098.0, 4058.0, 4100.0, 4058.0, 4088.0, 4057.0, 4087.0, 4046.0, 4086.0, 4057.0, 4087.0, 4057.0, 4086.0, 4046.0, 4075.0, 4046.0, 4088.0, 4059.0, 4088.0, 4071.0, 4069.0, 4059.0, 4059.0, 4081.0, 4080.0, 4091.0, 4080.0, 4079.0, 4047.0, 4089.0, 4049.0, 4099.0, 4058.0, 4089.0, 4047.0, 4088.0, 4048.0, 4099.0, 4047.0, 4088.0, 4046.0, 4086.0, 4036.0, 4087.0, 4059.0, 4088.0, 4047.0, 4088.0, 4047.0, 4088.0, 4047.0, 4100.0, 4048.0, 4088.0, 4049.0, 4089.0, 4048.0, 4089.0, 4060.0, 4088.0, 4071.0, 4089.0, 4070.0, 4089.0, 4070.0, 4101.0, 4060.0, 4090.0, 4059.0, 4088.0, 4059.0, 4088.0, 4071.0, 4089.0, 4069.0, 4078.0, 4058.0, 4088.0, 4059.0, 4090.0, 4060.0, 4088.0, 4070.0, 4087.0, 4059.0, 4088.0, 4059.0, 4101.0, 4069.0, 4099.0, 4068.0, 4077.0, 4047.0, 4076.0, 4058.0, 4089.0, 4058.0, 4076.0, 4047.0, 4076.0, 4047.0, 4088.0, 4047.0, 4087.0, 4059.0, 4077.0, 4059.0, 4088.0, 4060.0, 4100.0, 4060.0, 4079.0, 4060.0, 4078.0, 4060.0, 4100.0, 4070.0, 4099.0, 4058.0, 4077.0, 4048.0, 4089.0, 4059.0, 4089.0, 4071.0, 4078.0, 4059.0, 4079.0, 4071.0, 4080.0, 4070.0, 4080.0, 4070.0, 4059.0, 4070.0, 4079.0, 4070.0, 4100.0, 4081.0, 4089.0, 4059.0, 4099.0, 4059.0, 4100.0, 4069.0, 4088.0, 4059.0, 4078.0, 4048.0, 4088.0, 4048.0, 4090.0, 4048.0, 4090.0, 4058.0, 4071.0, 4090.0, 4074.0, 4102.0, 4074.0, 4102.0, 4073.0, 4101.0, 4060.0, 4101.0, 4062.0, 4104.0, 4062.0, 4104.0, 4051.0, 4093.0, 4103.0, 4084.0, 4102.0, 4072.0, 4101.0, 4072.0, 4102.0, 4072.0, 4102.0, 4072.0, 4091.0, 4061.0, 4091.0, 4060.0, 4102.0, 4061.0, 4081.0, 4059.0, 4072.0, 4090.0, 4060.0, 4100.0, 4071.0, 4102.0, 4071.0, 4101.0, 4061.0, 4090.0, 4060.0, 4091.0, 4069.0, 4070.0, 4047.0, 4059.0, 4088.0, 4058.0, 4100.0, 4069.0, 4089.0, 4058.0, 4078.0, 4047.0, 4079.0, 4077.0, 4058.0, 4089.0, 4058.0, 4078.0, 4048.0, 4099.0, 4059.0, 4089.0, 4060.0, 4090.0, 4061.0, 4091.0, 4061.0, 4092.0, 4062.0, 4093.0, 4101.0, 4070.0, 4111.0, 4068.0, 4099.0, 4057.0, 4087.0, 4056.0, 4066.0, 4047.0, 4088.0, 4060.0, 4090.0, 4071.0, 4090.0, 4060.0, 4089.0, 4081.0, 4101.0, 4071.0, 4110.0, 4070.0, 4088.0, 4047.0, 4077.0, 4047.0, 4077.0, 4047.0, 4077.0, 4047.0, 4087.0, 4048.0, 4088.0, 4058.0, 4088.0, 4047.0, 4076.0, 4057.0, 4089.0, 4069.0, 4068.0, 4070.0, 4048.0, 4080.0, 4059.0, 4090.0, 4100.0, 4080.0, 4078.0, 4067.0, 4057.0, 4067.0, 4077.0, 4077.0, 4045.0, 4066.0, 4034.0, 4077.0, 4057.0, 4076.0, 4046.0, 4066.0, 4034.0, 4066.0, 4035.0, 4087.0, 4046.0, 4088.0, 4036.0, 4087.0, 4047.0, 4099.0, 4081.0, 4089.0, 4059.0, 4037.0, 4069.0, 4050.0, 4103.0, 4064.0, 4103.0, 4071.0, 4102.0, 4084.0, 4093.0, 4084.0, 4097.0], 'WindowWidth': [9197.0, 9113.0, 9161.0, 9091.0, 9112.0, 9047.0, 9089.0, 9086.0, 9057.0, 9129.0, 9051.0, 9119.0, 9057.0, 9079.0, 9041.0, 9082.0, 9044.0, 9059.0, 9055.0, 9082.0, 9116.0, 9088.0, 9118.0, 9115.0, 9118.0, 9102.0, 9100.0, 9139.0, 9083.0, 9137.0, 9094.0, 9120.0, 9081.0, 9096.0, 9060.0, 9094.0, 9057.0, 9083.0, 9058.0, 9090.0, 9071.0, 9121.0, 9079.0, 9090.0, 9080.0, 9048.0, 9091.0, 9055.0, 9106.0, 9063.0, 9108.0, 9048.0, 9104.0, 9049.0, 9121.0, 9048.0, 9118.0, 9046.0, 9115.0, 9050.0, 9121.0, 9052.0, 9115.0, 9080.0, 9092.0, 9067.0, 9072.0, 9120.0, 9089.0, 9146.0, 9073.0, 9141.0, 9084.0, 9142.0, 9083.0, 9149.0, 9077.0, 9119.0, 9064.0, 9117.0, 9078.0, 9114.0, 9074.0, 9098.0, 9061.0, 9083.0, 9062.0, 9087.0, 9063.0, 9051.0, 9079.0, 9068.0, 9103.0, 9075.0, 9201.0, 9169.0, 9170.0, 9106.0, 9089.0, 9112.0, 9072.0, 9126.0, 9089.0, 9141.0, 9120.0, 9102.0, 9086.0, 9067.0, 9108.0, 9071.0, 9140.0, 9084.0, 9125.0, 9086.0, 9136.0, 9102.0, 9122.0, 9079.0, 9050.0, 9089.0, 9068.0, 9119.0, 9046.0, 9099.0, 9041.0, 9091.0, 9057.0, 9111.0, 9076.0, 9111.0, 9057.0, 9096.0, 9060.0, 9082.0, 9058.0, 9083.0, 9084.0, 9072.0, 9072.0, 9067.0, 9087.0, 9041.0, 9086.0, 9062.0, 9116.0, 9047.0, 9115.0, 9059.0, 9116.0, 9076.0, 9113.0, 9082.0, 9102.0, 9060.0, 9098.0, 9059.0, 9098.0, 9076.0, 9102.0, 9059.0, 9098.0, 9059.0, 9093.0, 9059.0, 9096.0, 9059.0, 9100.0, 9045.0, 9083.0, 9042.0, 9082.0, 9043.0, 9087.0, 9053.0, 9117.0, 9073.0, 9116.0, 9097.0, 9105.0, 9100.0, 9101.0, 9117.0, 9083.0, 9152.0, 9097.0, 9133.0, 9077.0, 9117.0, 9081.0, 9123.0, 9063.0, 9097.0, 9075.0, 9101.0, 9066.0, 9103.0, 9083.0, 9121.0, 9091.0, 9131.0, 9049.0, 9112.0, 9074.0, 9104.0, 9047.0, 9087.0, 9049.0, 9103.0, 9059.0, 9105.0, 9131.0, 9102.0, 9107.0, 9037.0, 9093.0, 9050.0, 9075.0, 9069.0, 9080.0, 9053.0, 9073.0, 9057.0, 9079.0, 9063.0, 9064.0, 9090.0, 9069.0, 9096.0, 9105.0, 9097.0, 9120.0, 9080.0, 9136.0, 9080.0, 9116.0, 9088.0, 9109.0, 9040.0, 9080.0, 9058.0, 9092.0, 9058.0, 9117.0, 9055.0, 9076.0, 9053.0, 9076.0, 9040.0, 9077.0, 9061.0, 9077.0, 9038.0, 9074.0, 9033.0, 9074.0, 9034.0, 9075.0, 9051.0, 9077.0, 9051.0, 9076.0, 9049.0, 9060.0, 9054.0, 9074.0, 9070.0, 9092.0, 9047.0, 9087.0, 9050.0, 9060.0, 9050.0, 9076.0, 9035.0, 9059.0, 9034.0, 9059.0, 9034.0, 9077.0, 9033.0, 9079.0, 9036.0, 9087.0, 9021.0, 9065.0, 9040.0, 9096.0, 9046.0, 9095.0, 9082.0, 9123.0, 9089.0, 9119.0, 9099.0, 9098.0, 9055.0, 9012.0, 9050.0, 9066.0, 9086.0, 9043.0, 9098.0, 9045.0, 9124.0, 9065.0, 9121.0, 9063.0, 9119.0, 9065.0, 9104.0, 9043.0, 9116.0, 9040.0, 9093.0, 9039.0, 9092.0, 9045.0, 9097.0, 9038.0, 9091.0, 9022.0, 9077.0, 9017.0, 9057.0, 9103.0, 9045.0, 9071.0, 9033.0, 9077.0, 9036.0, 9075.0, 9079.0, 9066.0, 9060.0, 9049.0, 9080.0, 9070.0, 9113.0, 9119.0, 9077.0, 9133.0, 9057.0, 9097.0, 9053.0, 9080.0, 9038.0, 9079.0, 9037.0, 9078.0, 9041.0, 9094.0, 9041.0, 9093.0, 9056.0, 9096.0, 9062.0, 9105.0, 9085.0, 9121.0, 9085.0, 9102.0, 9064.0, 9098.0, 9044.0, 9101.0, 9037.0, 9062.0, 9017.0, 9064.0, 9036.0, 9068.0, 9050.0, 9068.0, 9037.0, 9068.0, 9030.0, 9084.0, 9043.0, 9119.0, 9067.0, 9122.0, 9069.0, 9127.0, 9108.0, 9082.0, 9137.0, 9074.0, 9103.0, 9059.0, 9082.0, 9040.0, 9081.0, 9027.0, 9084.0, 9043.0, 9104.0, 9047.0, 9091.0, 9060.0, 9076.0, 9085.0, 9076.0, 9132.0, 9064.0, 9116.0, 9080.0, 9074.0, 9064.0, 9052.0, 9098.0, 9072.0, 9115.0, 9069.0, 9130.0, 9075.0, 9130.0, 9102.0, 9114.0, 9142.0, 9115.0, 9121.0, 9077.0, 9102.0, 9044.0, 9102.0, 9043.0, 9095.0, 9020.0, 9064.0, 9020.0, 9067.0, 9037.0, 9067.0, 9025.0, 9071.0, 9042.0, 9089.0, 9089.0, 9078.0, 9115.0, 9075.0, 9099.0, 9056.0, 9098.0, 9058.0, 9097.0, 9042.0, 9081.0, 9042.0, 9096.0, 9045.0, 9103.0, 9043.0, 9089.0, 9041.0, 9087.0, 9041.0, 9090.0, 9086.0, 9073.0, 9110.0, 9054.0, 9069.0, 9058.0, 9102.0, 9070.0, 9112.0, 9071.0, 9097.0, 9059.0, 9097.0, 9063.0, 9098.0, 9057.0, 9081.0, 9040.0, 9075.0, 9044.0, 9080.0, 9043.0, 9080.0, 9045.0, 9096.0, 9064.0, 9096.0, 9066.0, 9100.0, 9064.0, 9100.0, 9065.0, 9099.0, 9065.0, 9117.0, 9061.0, 9112.0, 9043.0, 9080.0, 9043.0, 9099.0, 9046.0, 9097.0, 9061.0, 9100.0, 9076.0, 9099.0, 9079.0, 9115.0, 9060.0, 9111.0, 9040.0, 9079.0, 9035.0, 9081.0, 9020.0, 9078.0, 9021.0, 9073.0, 9024.0, 9077.0, 9022.0, 9095.0, 9026.0, 9095.0, 9060.0, 9099.0, 9084.0, 9121.0, 9081.0, 9106.0, 9063.0, 9105.0, 9046.0, 9105.0, 9045.0, 9102.0, 9029.0, 9082.0, 9044.0, 9098.0, 9048.0, 9114.0, 9044.0, 9095.0, 9042.0, 9097.0, 9044.0, 9116.0, 9044.0, 9099.0, 9038.0, 9078.0, 9023.0, 9096.0, 9026.0, 9096.0, 9052.0, 9063.0, 9022.0, 9065.0, 9042.0, 9097.0, 9041.0, 9097.0, 9045.0, 9115.0, 9070.0, 9121.0, 9049.0, 9118.0, 9051.0, 9104.0, 9049.0, 9107.0, 9048.0, 9121.0, 9046.0, 9084.0, 9043.0, 9103.0, 9044.0, 9098.0, 9042.0, 9081.0, 9042.0, 9096.0, 9064.0, 9100.0, 9075.0, 9096.0, 9061.0, 9094.0, 9065.0, 9098.0, 9058.0, 9095.0, 9054.0, 9077.0, 9042.0, 9094.0, 9058.0, 9079.0, 9057.0, 9038.0, 9057.0, 9059.0, 9079.0, 9088.0, 9076.0, 9083.0, 9058.0, 9098.0, 9057.0, 9096.0, 9039.0, 9091.0, 9038.0, 9073.0, 9054.0, 9094.0, 9079.0, 9067.0, 9061.0, 9048.0, 9076.0, 9070.0, 9109.0, 9095.0, 9094.0, 9075.0, 9089.0, 9101.0, 9075.0, 9128.0, 9083.0, 9105.0, 9049.0, 9073.0, 9033.0, 9077.0, 9052.0, 9075.0, 9035.0, 9074.0, 9051.0, 9065.0, 9074.0, 9045.0, 9075.0, 9048.0, 9106.0, 9056.0, 9127.0, 9049.0, 9121.0, 9043.0, 9089.0, 9053.0, 9072.0, 9082.0, 9069.0, 9067.0, 9067.0, 9023.0, 9079.0, 9042.0, 9096.0, 9041.0, 9098.0, 9057.0, 9097.0, 9061.0, 9096.0, 9061.0, 9095.0, 9059.0, 9095.0, 9056.0, 9095.0, 9058.0, 9099.0, 9057.0, 9095.0, 9056.0, 9061.0, 9054.0, 9065.0, 9057.0, 9078.0, 9054.0, 9037.0, 9054.0, 9041.0, 9055.0, 9104.0, 9075.0, 9098.0, 9072.0, 9092.0, 9055.0, 9078.0, 9056.0, 9084.0, 9035.0, 9076.0, 9040.0, 9061.0, 9041.0, 9078.0, 9061.0, 9104.0, 9062.0, 9100.0, 9078.0, 9085.0, 9075.0, 9099.0, 9077.0, 9117.0, 9057.0, 9115.0, 9039.0, 9078.0, 9020.0, 9080.0, 9050.0, 9045.0, 9073.0, 9046.0, 9013.0, 9033.0, 9043.0, 9052.0, 9093.0, 9049.0, 9090.0, 9037.0, 9076.0, 9039.0, 9081.0, 9060.0, 9081.0, 9024.0, 9065.0, 9020.0, 9064.0, 9018.0, 9071.0, 9114.0, 9049.0, 9075.0, 9033.0, 9057.0, 9021.0, 9098.0, 9027.0, 9081.0, 9026.0, 9082.0, 9025.0, 9071.0, 9064.0, 9060.0, 9114.0, 9058.0, 9079.0, 9055.0, 9079.0, 9063.0, 9100.0, 9062.0, 9087.0, 9045.0, 9082.0, 9026.0, 9086.0, 9044.0, 9082.0, 9081.0, 9053.0, 9064.0, 9034.0, 9093.0, 9056.0, 9092.0, 9054.0, 9076.0, 9038.0, 9075.0, 9025.0, 9086.0, 9029.0, 9084.0, 9028.0, 9072.0, 9028.0, 9059.0, 9118.0, 9060.0, 9099.0, 9058.0, 9081.0, 9025.0, 9083.0, 9022.0, 9051.0, 9076.0, 9058.0, 9099.0, 9078.0, 9031.0, 9070.0, 9033.0, 9104.0, 9077.0, 9147.0, 9072.0, 9135.0, 9144.0, 9108.0, 9144.0, 9097.0, 9121.0, 9029.0, 9084.0, 9090.0, 9065.0, 9112.0, 9106.0, 9105.0, 9068.0, 9066.0, 8987.0, 9015.0, 8967.0, 9000.0, 9017.0, 9016.0, 9044.0, 9002.0, 9026.0, 8987.0, 9029.0, 8989.0, 9038.0, 8999.0, 9030.0, 9040.0, 9032.0, 9056.0, 9038.0, 9078.0, 9064.0, 9099.0, 9061.0, 9081.0, 9060.0, 9082.0, 9046.0, 9087.0, 9053.0, 9106.0, 9050.0, 9091.0, 9055.0, 9072.0, 9065.0, 9074.0, 9115.0, 9057.0, 9113.0, 9058.0, 9083.0, 9059.0, 9097.0, 9063.0, 9120.0, 9061.0, 9097.0, 9059.0, 9095.0, 9027.0, 9097.0, 9028.0, 9088.0, 9054.0, 9055.0, 9092.0, 9038.0, 9094.0, 9054.0, 9098.0, 9045.0, 9080.0, 9044.0, 9117.0, 9083.0, 9108.0, 9055.0, 9125.0, 9065.0, 9106.0, 9051.0, 9108.0, 9073.0, 9102.0, 9092.0, 9082.0, 9129.0, 9117.0, 9120.0, 9085.0, 9129.0, 9105.0, 9180.0, 9054.0, 9031.0, 9078.0, 9065.0, 9132.0, 9073.0, 9140.0, 9126.0, 9161.0, 9135.0, 9142.0, 9169.0, 9121.0, 9163.0, 9127.0, 9141.0, 9102.0, 9111.0, 9091.0, 9080.0, 9035.0, 9060.0, 8999.0, 9027.0, 8980.0, 9011.0, 9006.0, 8991.0, 9016.0, 8990.0, 9014.0, 8976.0, 9016.0, 8962.0, 9021.0, 8968.0, 9011.0, 8971.0, 9003.0, 8978.0, 9036.0, 9000.0, 9059.0, 9022.0, 9079.0, 9029.0, 9098.0, 9049.0, 9118.0, 9050.0, 9126.0, 9093.0, 9076.0, 9098.0, 9058.0, 9098.0, 9054.0, 9099.0, 9041.0, 9094.0, 9058.0, 9067.0, 9061.0, 9046.0, 9098.0, 9073.0, 9109.0, 9053.0, 9124.0, 9054.0, 9127.0, 9077.0, 9130.0, 9074.0, 9130.0, 9074.0, 9143.0, 9078.0, 9144.0, 9086.0, 9128.0, 9066.0, 9107.0, 9050.0, 9123.0, 9052.0, 9118.0, 9063.0, 9103.0, 9060.0, 9115.0, 9061.0, 9119.0, 9061.0, 9100.0, 9057.0, 9095.0, 9042.0, 9094.0, 9060.0, 9099.0, 9058.0, 9095.0, 9042.0, 9079.0, 9043.0, 9102.0, 9065.0, 9101.0, 9084.0, 9077.0, 9067.0, 9066.0, 9099.0, 9096.0, 9109.0, 9093.0, 9090.0, 9047.0, 9104.0, 9053.0, 9119.0, 9062.0, 9105.0, 9045.0, 9101.0, 9048.0, 9117.0, 9045.0, 9101.0, 9043.0, 9095.0, 9028.0, 9098.0, 9067.0, 9101.0, 9047.0, 9100.0, 9046.0, 9099.0, 9046.0, 9120.0, 9049.0, 9101.0, 9051.0, 9103.0, 9049.0, 9104.0, 9068.0, 9102.0, 9084.0, 9104.0, 9081.0, 9104.0, 9083.0, 9122.0, 9068.0, 9106.0, 9066.0, 9102.0, 9064.0, 9102.0, 9085.0, 9105.0, 9078.0, 9085.0, 9063.0, 9099.0, 9065.0, 9106.0, 9068.0, 9101.0, 9080.0, 9099.0, 9065.0, 9101.0, 9065.0, 9124.0, 9079.0, 9116.0, 9074.0, 9082.0, 9044.0, 9081.0, 9063.0, 9103.0, 9060.0, 9080.0, 9044.0, 9080.0, 9044.0, 9103.0, 9046.0, 9098.0, 9064.0, 9085.0, 9063.0, 9102.0, 9069.0, 9120.0, 9069.0, 9091.0, 9068.0, 9089.0, 9067.0, 9122.0, 9079.0, 9116.0, 9063.0, 9085.0, 9048.0, 9104.0, 9066.0, 9103.0, 9083.0, 9089.0, 9065.0, 9090.0, 9082.0, 9094.0, 9081.0, 9094.0, 9081.0, 9066.0, 9081.0, 9092.0, 9081.0, 9122.0, 9097.0, 9104.0, 9066.0, 9119.0, 9065.0, 9119.0, 9079.0, 9102.0, 9064.0, 9087.0, 9049.0, 9101.0, 9047.0, 9107.0, 9050.0, 9106.0, 9060.0, 9083.0, 9108.0, 9097.0, 9127.0, 9095.0, 9128.0, 9093.0, 9123.0, 9069.0, 9124.0, 9077.0, 9135.0, 9076.0, 9134.0, 9060.0, 9118.0, 9133.0, 9106.0, 9127.0, 9086.0, 9123.0, 9088.0, 9125.0, 9086.0, 9126.0, 9086.0, 9109.0, 9070.0, 9109.0, 9068.0, 9128.0, 9072.0, 9096.0, 9065.0, 9087.0, 9106.0, 9068.0, 9122.0, 9085.0, 9125.0, 9085.0, 9124.0, 9070.0, 9108.0, 9069.0, 9111.0, 9077.0, 9079.0, 9047.0, 9065.0, 9101.0, 9064.0, 9122.0, 9079.0, 9106.0, 9062.0, 9089.0, 9047.0, 9091.0, 9086.0, 9062.0, 9103.0, 9061.0, 9088.0, 9050.0, 9118.0, 9067.0, 9104.0, 9069.0, 9107.0, 9071.0, 9110.0, 9071.0, 9115.0, 9073.0, 9115.0, 9123.0, 9079.0, 9138.0, 9074.0, 9116.0, 9057.0, 9098.0, 9056.0, 9067.0, 9046.0, 9099.0, 9069.0, 9106.0, 9085.0, 9108.0, 9070.0, 9105.0, 9098.0, 9122.0, 9083.0, 9134.0, 9080.0, 9100.0, 9045.0, 9086.0, 9046.0, 9085.0, 9046.0, 9083.0, 9045.0, 9097.0, 9049.0, 9101.0, 9062.0, 9099.0, 9045.0, 9081.0, 9060.0, 9105.0, 9080.0, 9076.0, 9079.0, 9049.0, 9092.0, 9065.0, 9108.0, 9119.0, 9093.0, 9085.0, 9070.0, 9057.0, 9073.0, 9084.0, 9084.0, 9040.0, 9068.0, 9023.0, 9084.0, 9058.0, 9082.0, 9040.0, 9067.0, 9023.0, 9066.0, 9028.0, 9098.0, 9042.0, 9101.0, 9029.0, 9098.0, 9045.0, 9117.0, 9097.0, 9106.0, 9063.0, 9033.0, 9079.0, 9055.0, 9131.0, 9082.0, 9128.0, 9087.0, 9127.0, 9106.0, 9117.0, 9106.0, 9129.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.0010962121212121213</td></tr>
<tr><td colspan=3>aqi</td><td>0.040867364242424244</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.17332745964369</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2135227441546614</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9840288856861282</td></tr>
<tr><td colspan=3>efc</td><td>0.485</td></tr>
<tr><td colspan=3>fber</td><td>5690.6626</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08714012929066095</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.272727272727273</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.499814393557315</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.394959033808818</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.796606206050985</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3078779408121424</td></tr>
<tr><td colspan=3>gcor</td><td>0.00948755</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018956288695335388</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032512180507183075</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.977283404857639</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.2105</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1112</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.6397</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295365.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>731.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.915</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6031</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>471.9033</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3249.8353</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.4209</td></tr>
<tr><td colspan=3>tsnr</td><td>33.73624297324568</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>