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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-04/func/sub-0044_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a0faa37a586f1590acdcb22004b912f5</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>16:46:5.587500</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.999958, -0.0029904, -0.00865033, 0.00279239, 0.999736, -0.0228127]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0998595</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7671, -7280, 465, 17, -33, 37, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.246</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>15d3356f-320e-465e-a053-2617dd3da5b5||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.682814598083496, 0.007491772063076496, -0.023533904924988747, 112.59036254882812], [0.008023018948733807, 2.682218313217163, -0.06152641773223877, -93.47333526611328], [-0.023208193480968475, 0.061204731464385986, 2.6991963386535645, -70.43087768554688], [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': ['164605.587500', '164606.047500', '164606.507500', '164606.967500', '164607.427500', '164607.887500', '164608.347500', '164608.807500', '164609.267500', '164609.727500', '164610.187500', '164610.647500', '164611.107500', '164611.567500', '164612.027500', '164612.487500', '164612.947500', '164613.407500', '164613.867500', '164614.327500', '164614.787500', '164615.247500', '164615.707500', '164616.167500', '164616.627500', '164617.087500', '164617.547500', '164618.007500', '164618.467500', '164618.927500', '164619.387500', '164619.847500', '164620.307500', '164620.767500', '164621.227500', '164621.687500', '164622.147500', '164622.607500', '164623.067500', '164623.527500', '164623.987500', '164624.447500', '164624.907500', '164625.367500', '164625.827500', '164626.287500', '164626.747500', '164627.207500', '164627.667500', '164628.127500', '164628.587500', '164629.047500', '164629.507500', '164629.967500', '164630.427500', '164630.887500', '164631.347500', '164631.807500', '164632.267500', '164632.727500', '164633.187500', '164633.647500', '164634.107500', '164634.567500', '164635.027500', '164635.487500', '164635.947500', '164636.407500', '164636.867500', '164637.327500', '164637.787500', '164638.247500', '164638.707500', '164639.167500', '164639.627500', '164640.087500', '164640.547500', '164641.007500', '164641.467500', '164641.927500', '164642.387500', '164642.847500', '164643.307500', '164643.767500', '164644.227500', '164644.687500', '164645.147500', '164645.607500', '164646.067500', '164646.527500', '164646.987500', '164647.447500', '164647.907500', '164648.367500', '164648.827500', '164649.287500', '164649.747500', '164650.207500', '164650.667500', '164651.127500', '164651.587500', '164652.047500', '164652.507500', '164652.967500', '164653.427500', '164653.887500', '164654.347500', '164654.807500', '164655.267500', '164655.727500', '164656.187500', '164656.647500', '164657.107500', '164657.567500', '164658.027500', '164658.487500', '164658.947500', '164659.407500', '164659.867500', '164700.327500', '164700.787500', '164701.247500', '164701.707500', '164702.167500', '164702.627500', '164703.087500', '164703.547500', '164704.007500', '164704.467500', '164704.927500', '164705.387500', '164705.847500', '164706.307500', '164706.767500', '164707.227500', '164707.687500', '164708.147500', '164708.607500', '164709.067500', '164709.527500', '164709.987500', '164710.447500', '164710.907500', '164711.367500', '164711.827500', '164712.287500', '164712.747500', '164713.207500', '164713.667500', '164714.127500', '164714.587500', '164715.047500', '164715.507500', '164715.967500', '164716.427500', '164716.887500', '164717.347500', '164717.807500', '164718.267500', '164718.727500', '164719.187500', '164719.647500', '164720.107500', '164720.567500', '164721.027500', '164721.487500', '164721.947500', '164722.407500', '164722.867500', '164723.327500', '164723.787500', '164724.247500', '164724.707500', '164725.167500', '164725.627500', '164726.087500', '164726.547500', '164727.007500', '164727.467500', '164727.927500', '164728.387500', '164728.847500', '164729.307500', '164729.767500', '164730.227500', '164730.687500', '164731.147500', '164731.607500', '164732.067500', '164732.527500', '164732.987500', '164733.447500', '164733.907500', '164734.367500', '164734.827500', '164735.287500', '164735.747500', '164736.207500', '164736.667500', '164737.127500', '164737.587500', '164738.047500', '164738.507500', '164738.967500', '164739.427500', '164739.887500', '164740.347500', '164740.807500', '164741.267500', '164741.727500', '164742.187500', '164742.647500', '164743.107500', '164743.567500', '164744.027500', '164744.487500', '164744.947500', '164745.407500', '164745.867500', '164746.327500', '164746.787500', '164747.247500', '164747.707500', '164748.167500', '164748.627500', '164749.087500', '164749.547500', '164750.007500', '164750.467500', '164750.927500', '164751.387500', '164751.847500', '164752.307500', '164752.767500', '164753.227500', '164753.687500', '164754.147500', '164754.607500', '164755.067500', '164755.527500', '164755.987500', '164756.447500', '164756.907500', '164757.367500', '164757.827500', '164758.287500', '164758.747500', '164759.207500', '164759.667500', '164800.127500', '164800.587500', '164801.047500', '164801.507500', '164801.967500', '164802.427500', '164802.887500', '164803.347500', '164803.807500', '164804.267500', '164804.727500', '164805.187500', '164805.647500', '164806.107500', '164806.567500', '164807.027500', '164807.487500', '164807.947500', '164808.407500', '164808.867500', '164809.327500', '164809.787500', '164810.247500', '164810.707500', '164811.167500', '164811.627500', '164812.087500', '164812.547500', '164813.007500', '164813.467500', '164813.927500', '164814.387500', '164814.847500', '164815.307500', '164815.767500', '164816.227500', '164816.687500', '164817.147500', '164817.607500', '164818.067500', '164818.527500', '164818.987500', '164819.447500', '164819.907500', '164820.367500', '164820.827500', '164821.287500', '164821.747500', '164822.207500', '164822.667500', '164823.127500', '164823.587500', '164824.047500', '164824.507500', '164824.967500', '164825.427500', '164825.887500', '164826.347500', '164826.807500', '164827.267500', '164827.727500', '164828.187500', '164828.647500', '164829.107500', '164829.567500', '164830.027500', '164830.487500', '164830.947500', '164831.407500', '164831.867500', '164832.327500', '164832.787500', '164833.247500', '164833.707500', '164834.167500', '164834.627500', '164835.087500', '164835.547500', '164836.007500', '164836.467500', '164836.927500', '164837.387500', '164837.847500', '164838.307500', '164838.767500', '164839.227500', '164839.687500', '164840.147500', '164840.607500', '164841.067500', '164841.527500', '164841.987500', '164842.447500', '164842.907500', '164843.367500', '164843.827500', '164844.287500', '164844.747500', '164845.207500', '164845.667500', '164846.127500', '164846.587500', '164847.047500', '164847.507500', '164847.967500', '164848.427500', '164848.887500', '164849.347500', '164849.807500', '164850.267500', '164850.727500', '164851.187500', '164851.647500', '164852.107500', '164852.567500', '164853.027500', '164853.487500', '164853.947500', '164854.407500', '164854.867500', '164855.327500', '164855.787500', '164856.247500', '164856.707500', '164857.167500', '164857.627500', '164858.087500', '164858.547500', '164859.007500', '164859.467500', '164859.927500', '164900.387500', '164900.847500', '164901.307500', '164901.767500', '164902.227500', '164902.687500', '164903.147500', '164903.607500', '164904.067500', '164904.527500', '164904.987500', '164905.447500', '164905.907500', '164906.367500', '164906.827500', '164907.287500', '164907.747500', '164908.207500', '164908.667500', '164909.127500', '164909.587500', '164910.047500', '164910.507500', '164910.967500', '164911.427500', '164911.887500', '164912.347500', '164912.807500', '164913.267500', '164913.727500', '164914.187500', '164914.647500', '164915.107500', '164915.567500', '164916.027500', '164916.487500', '164916.947500', '164917.407500', '164917.867500', '164918.327500', '164918.787500', '164919.247500', '164919.707500', '164920.167500', '164920.627500', '164921.087500', '164921.547500', '164922.007500', '164922.467500', '164922.927500', '164923.387500', '164923.847500', '164924.307500', '164924.767500', '164925.227500', '164925.687500', '164926.147500', '164926.607500', '164927.067500', '164927.527500', '164927.987500', '164928.447500', '164928.907500', '164929.367500', '164929.827500', '164930.287500', '164930.747500', '164931.207500', '164931.667500', '164932.127500', '164932.587500', '164933.047500', '164933.507500', '164933.967500', '164934.427500', '164934.887500', '164935.347500', '164935.807500', '164936.267500', '164936.727500', '164937.187500', '164937.647500', '164938.107500', '164938.567500', '164939.027500', '164939.487500', '164939.947500', '164940.407500', '164940.867500', '164941.327500', '164941.787500', '164942.247500', '164942.707500', '164943.167500', '164943.627500', '164944.087500', '164944.547500', '164945.007500', '164945.467500', '164945.927500', '164946.387500', '164946.847500', '164947.307500', '164947.767500', '164948.227500', '164948.687500', '164949.147500', '164949.607500', '164950.067500', '164950.527500', '164950.987500', '164951.447500', '164951.907500', '164952.367500', '164952.827500', '164953.287500', '164953.747500', '164954.207500', '164954.667500', '164955.127500', '164955.587500', '164956.047500', '164956.507500', '164956.967500', '164957.427500', '164957.887500', '164958.347500', '164958.807500', '164959.267500', '164959.727500', '165000.187500', '165000.647500', '165001.107500', '165001.567500', '165002.027500', '165002.487500', '165002.947500', '165003.407500', '165003.867500', '165004.327500', '165004.787500', '165005.247500', '165005.707500', '165006.167500', '165006.627500', '165007.087500', '165007.547500', '165008.007500', '165008.467500', '165008.927500', '165009.387500', '165009.847500', '165010.307500', '165010.767500', '165011.227500', '165011.687500', '165012.147500', '165012.607500', '165013.067500', '165013.527500', '165013.987500', '165014.447500', '165014.907500', '165015.367500', '165015.827500', '165016.287500', '165016.747500', '165017.207500', '165017.667500', '165018.127500', '165018.587500', '165019.047500', '165019.507500', '165019.967500', '165020.427500', '165020.887500', '165021.347500', '165021.807500', '165022.267500', '165022.727500', '165023.187500', '165023.647500', '165024.107500', '165024.567500', '165025.027500', '165025.487500', '165025.947500', '165026.407500', '165026.867500', '165027.327500', '165027.787500', '165028.247500', '165028.707500', '165029.167500', '165029.627500', '165030.087500', '165030.547500', '165031.007500', '165031.467500', '165031.927500', '165032.387500', '165032.847500', '165033.307500', '165033.767500', '165034.227500', '165034.687500', '165035.147500', '165035.607500', '165036.067500', '165036.527500', '165036.987500', '165037.447500', '165037.907500', '165038.367500', '165038.827500', '165039.287500', '165039.747500', '165040.207500', '165040.667500', '165041.127500', '165041.587500', '165042.047500', '165042.507500', '165042.967500', '165043.427500', '165043.887500', '165044.347500', '165044.807500', '165045.267500', '165045.727500', '165046.187500', '165046.647500', '165047.107500', '165047.567500', '165048.027500', '165048.487500', '165048.947500', '165049.407500', '165049.867500', '165050.327500', '165050.787500', '165051.247500', '165051.707500', '165052.167500', '165052.627500', '165053.087500', '165053.547500', '165054.007500', '165054.467500', '165054.927500', '165055.387500', '165055.847500', '165056.307500', '165056.767500', '165057.227500', '165057.687500', '165058.147500', '165058.607500', '165059.067500', '165059.527500', '165059.987500', '165100.447500', '165100.907500', '165101.367500', '165101.827500', '165102.287500', '165102.747500', '165103.207500', '165103.667500', '165104.127500', '165104.587500', '165105.047500', '165105.507500', '165105.967500', '165106.427500', '165106.887500', '165107.347500', '165107.807500', '165108.267500', '165108.727500', '165109.187500', '165109.647500', '165110.107500', '165110.567500', '165111.027500', '165111.487500', '165111.947500', '165112.407500', '165112.867500', '165113.327500', '165113.787500', '165114.247500', '165114.707500', '165115.167500', '165115.627500', '165116.087500', '165116.547500', '165117.007500', '165117.467500', '165117.927500', '165118.387500', '165118.847500', '165119.307500', '165119.767500', '165120.227500', '165120.687500', '165121.147500', '165121.607500', '165122.067500', '165122.527500', '165122.987500', '165123.447500', '165123.907500', '165124.367500', '165124.827500', '165125.287500', '165125.747500', '165126.207500', '165126.667500', '165127.127500', '165127.587500', '165128.047500', '165128.507500', '165128.967500', '165129.427500', '165129.887500', '165130.347500', '165130.807500', '165131.267500', '165131.727500', '165132.187500', '165132.647500', '165133.107500', '165133.567500', '165134.027500', '165134.487500', '165134.947500', '165135.407500', '165135.867500', '165136.327500', '165136.787500', '165137.247500', '165137.707500', '165138.167500', '165138.627500', '165139.087500', '165139.547500', '165140.007500', '165140.467500', '165140.927500', '165141.387500', '165141.847500', '165142.307500', '165142.767500', '165143.227500', '165143.687500', '165144.147500', '165144.607500', '165145.067500', '165145.527500', '165145.987500', '165146.447500', '165146.907500', '165147.367500', '165147.827500', '165148.287500', '165148.747500', '165149.207500', '165149.667500', '165150.127500', '165150.587500', '165151.047500', '165151.507500', '165151.967500', '165152.427500', '165152.887500', '165153.347500', '165153.807500', '165154.267500', '165154.727500', '165155.187500', '165155.647500', '165156.107500', '165156.567500', '165157.027500', '165157.487500', '165157.947500', '165158.407500', '165158.867500', '165159.327500', '165159.787500', '165200.247500', '165200.707500', '165201.167500', '165201.627500', '165202.087500', '165202.547500', '165203.007500', '165203.467500', '165203.927500', '165204.387500', '165204.847500', '165205.307500', '165205.767500', '165206.227500', '165206.687500', '165207.147500', '165207.607500', '165208.067500', '165208.527500', '165208.987500', '165209.447500', '165209.907500', '165210.367500', '165210.827500', '165211.287500', '165211.747500', '165212.207500', '165212.667500', '165213.127500', '165213.587500', '165214.047500', '165214.507500', '165214.967500', '165215.427500', '165215.887500', '165216.347500', '165216.807500', '165217.267500', '165217.727500', '165218.187500', '165218.647500', '165219.107500', '165219.567500', '165220.027500', '165220.487500', '165220.947500', '165221.407500', '165221.867500', '165222.327500', '165222.787500', '165223.247500', '165223.707500', '165224.167500', '165224.627500', '165225.087500', '165225.547500', '165226.007500', '165226.467500', '165226.927500', '165227.387500', '165227.847500', '165228.307500', '165228.767500', '165229.227500', '165229.687500', '165230.147500', '165230.607500', '165231.067500', '165231.527500', '165231.987500', '165232.447500', '165232.907500', '165233.367500', '165233.827500', '165234.287500', '165234.747500', '165235.207500', '165235.667500', '165236.127500', '165236.587500', '165237.047500', '165237.507500', '165237.967500', '165238.427500', '165238.887500', '165239.347500', '165239.807500', '165240.267500', '165240.727500', '165241.187500', '165241.647500', '165242.107500', '165242.567500', '165243.027500', '165243.487500', '165243.947500', '165244.407500', '165244.867500', '165245.327500', '165245.787500', '165246.247500', '165246.707500', '165247.167500', '165247.627500', '165248.087500', '165248.547500', '165249.007500', '165249.467500', '165249.927500', '165250.387500', '165250.847500', '165251.307500', '165251.767500', '165252.227500', '165252.687500', '165253.147500', '165253.607500', '165254.067500', '165254.527500', '165254.987500', '165255.447500', '165255.907500', '165256.367500', '165256.827500', '165257.287500', '165257.747500', '165258.207500', '165258.667500', '165259.127500', '165259.587500', '165300.047500', '165300.507500', '165300.967500', '165301.427500', '165301.887500', '165302.347500', '165302.807500', '165303.267500', '165303.727500', '165304.187500', '165304.647500', '165305.107500', '165305.567500', '165306.027500', '165306.487500', '165306.947500', '165307.407500', '165307.867500', '165308.327500', '165308.787500', '165309.247500', '165309.707500', '165310.167500', '165310.627500', '165311.087500', '165311.547500', '165312.007500', '165312.467500', '165312.927500', '165313.387500', '165313.847500', '165314.307500', '165314.767500', '165315.227500', '165315.687500', '165316.147500', '165316.607500', '165317.067500', '165317.527500', '165317.987500', '165318.447500', '165318.907500', '165319.367500', '165319.827500', '165320.287500', '165320.747500', '165321.207500', '165321.667500', '165322.127500', '165322.587500', '165323.047500', '165323.507500', '165323.967500', '165324.427500', '165324.887500', '165325.347500', '165325.807500', '165326.267500', '165326.727500', '165327.187500', '165327.647500', '165328.107500', '165328.567500', '165329.027500', '165329.487500', '165329.947500', '165330.407500', '165330.867500', '165331.327500', '165331.787500', '165332.247500', '165332.707500', '165333.167500', '165333.627500', '165334.087500', '165334.547500', '165335.007500', '165335.467500', '165335.927500', '165336.387500', '165336.847500', '165337.307500', '165337.767500', '165338.227500', '165338.687500', '165339.147500', '165339.607500', '165340.067500', '165340.527500', '165340.987500', '165341.447500', '165341.907500', '165342.367500', '165342.827500', '165343.287500', '165343.747500', '165344.207500', '165344.667500', '165345.127500', '165345.587500', '165346.047500', '165346.507500', '165346.967500', '165347.427500', '165347.887500', '165348.347500', '165348.807500', '165349.267500', '165349.727500', '165350.187500', '165350.647500', '165351.107500', '165351.567500', '165352.027500', '165352.487500', '165352.947500', '165353.407500', '165353.867500', '165354.327500', '165354.787500', '165355.247500', '165355.707500', '165356.167500', '165356.627500', '165357.087500', '165357.547500', '165358.007500', '165358.467500', '165358.927500', '165359.387500', '165359.847500', '165400.307500', '165400.767500', '165401.227500', '165401.687500', '165402.147500', '165402.607500', '165403.067500', '165403.527500', '165403.987500', '165404.447500', '165404.907500', '165405.367500', '165405.827500', '165406.287500', '165406.747500', '165407.207500', '165407.667500', '165408.127500', '165408.587500', '165409.047500', '165409.507500', '165409.967500', '165410.427500', '165410.887500', '165411.347500', '165411.807500', '165412.267500', '165412.727500', '165413.187500', '165413.647500', '165414.107500', '165414.567500', '165415.027500', '165415.487500', '165415.947500', '165416.407500', '165416.867500', '165417.327500', '165417.787500', '165418.247500', '165418.707500', '165419.167500', '165419.627500', '165420.087500', '165420.547500', '165421.007500', '165421.467500', '165421.927500', '165422.387500', '165422.847500', '165423.307500', '165423.767500', '165424.227500', '165424.687500', '165425.147500', '165425.607500', '165426.067500', '165426.527500', '165426.987500', '165427.447500', '165427.907500', '165428.367500', '165428.827500', '165429.287500', '165429.747500', '165430.207500', '165430.667500', '165431.127500', '165431.587500', '165432.047500', '165432.507500', '165432.967500', '165433.427500', '165433.887500', '165434.347500', '165434.807500', '165435.267500', '165435.727500', '165436.187500', '165436.647500', '165437.107500', '165437.567500', '165438.027500', '165438.487500', '165438.947500', '165439.407500', '165439.867500', '165440.327500', '165440.787500', '165441.247500', '165441.707500', '165442.167500', '165442.627500', '165443.087500', '165443.547500', '165444.007500', '165444.467500', '165444.927500', '165445.387500', '165445.847500', '165446.307500', '165446.767500', '165447.227500', '165447.687500', '165448.147500', '165448.607500', '165449.067500', '165449.527500', '165449.987500', '165450.447500', '165450.907500', '165451.367500', '165451.827500', '165452.287500', '165452.747500', '165453.207500', '165453.667500', '165454.127500', '165454.587500', '165455.047500', '165455.507500', '165455.967500', '165456.427500', '165456.887500', '165457.347500', '165457.807500', '165458.267500', '165458.727500', '165459.187500', '165459.647500', '165500.107500', '165500.567500', '165501.027500', '165501.487500', '165501.947500', '165502.407500', '165502.867500', '165503.327500', '165503.787500', '165504.247500', '165504.707500', '165505.167500', '165505.627500', '165506.087500', '165506.547500', '165507.007500', '165507.467500', '165507.927500', '165508.387500', '165508.847500', '165509.307500', '165509.767500', '165510.227500', '165510.687500', '165511.147500', '165511.607500', '165512.067500', '165512.527500', '165512.987500', '165513.447500', '165513.907500', '165514.367500', '165514.827500', '165515.287500', '165515.747500', '165516.207500', '165516.667500', '165517.127500', '165517.587500', '165518.047500', '165518.507500', '165518.967500', '165519.427500', '165519.887500', '165520.347500', '165520.807500', '165521.267500', '165521.727500', '165522.187500', '165522.647500', '165523.107500', '165523.567500', '165524.027500', '165524.487500', '165524.947500', '165525.407500', '165525.867500', '165526.327500', '165526.787500', '165527.247500', '165527.707500', '165528.167500', '165528.627500', '165529.087500', '165529.547500', '165530.007500', '165530.467500', '165530.927500', '165531.387500', '165531.847500', '165532.307500', '165532.767500', '165533.227500', '165533.687500', '165534.147500', '165534.607500', '165535.067500', '165535.527500', '165535.987500', '165536.447500', '165536.907500', '165537.367500', '165537.827500', '165538.287500', '165538.747500', '165539.207500', '165539.667500', '165540.127500', '165540.587500', '165541.047500', '165541.507500', '165541.967500', '165542.427500', '165542.887500', '165543.347500', '165543.807500', '165544.267500', '165544.727500', '165545.187500', '165545.647500', '165546.107500', '165546.567500', '165547.027500', '165547.487500', '165547.947500', '165548.407500', '165548.867500', '165549.327500', '165549.787500', '165550.247500', '165550.707500', '165551.167500', '165551.627500', '165552.087500', '165552.547500', '165553.007500', '165553.467500', '165553.927500', '165554.387500', '165554.847500', '165555.307500', '165555.767500', '165556.227500', '165556.687500', '165557.147500', '165557.607500', '165558.067500', '165558.527500', '165558.987500', '165559.447500', '165559.907500', '165600.367500', '165600.827500', '165601.287500', '165601.747500', '165602.207500', '165602.667500', '165603.127500', '165603.587500', '165604.047500', '165604.507500', '165604.967500', '165605.427500', '165605.887500', '165606.347500', '165606.807500', '165607.267500', '165607.727500', '165608.187500', '165608.647500', '165609.107500', '165609.567500', '165610.027500', '165610.487500', '165610.947500', '165611.407500', '165611.867500', '165612.327500', '165612.787500', '165613.247500'], 'ContentTime': ['164621.560000', '164621.565000', '164621.567000', '164621.570000', '164621.573000', '164621.576000', '164621.578000', '164621.585000', '164621.588000', '164621.590000', '164621.593000', '164621.596000', '164621.599000', '164621.602000', '164621.604000', '164621.607000', '164621.609000', '164621.612000', '164621.615000', '164621.618000', '164621.621000', '164621.624000', '164621.627000', '164621.629000', '164621.632000', '164621.635000', '164621.637000', '164621.640000', '164621.643000', '164621.646000', '164621.649000', '164621.651000', '164641.526000', '164641.529000', '164641.532000', '164641.535000', '164641.537000', '164641.540000', '164641.542000', '164641.545000', '164641.547000', '164641.550000', '164641.552000', '164641.555000', '164641.558000', '164641.560000', '164641.563000', '164641.565000', '164641.568000', '164641.570000', '164641.573000', '164641.575000', '164641.578000', '164641.580000', '164641.587000', '164641.590000', '164641.593000', '164641.596000', '164641.598000', '164641.601000', '164641.604000', '164641.606000', '164641.609000', '164641.611000', '164641.614000', '164641.616000', '164641.619000', '164641.621000', '164641.624000', '164641.627000', '164641.629000', '164641.632000', '164641.634000', '164641.637000', '164641.639000', '164701.527000', '164701.529000', '164701.532000', '164701.535000', '164701.537000', '164701.540000', '164701.542000', '164701.545000', '164701.547000', '164701.550000', '164701.553000', '164701.555000', '164701.563000', '164701.565000', '164701.568000', '164701.571000', '164701.573000', '164701.576000', '164701.578000', '164701.581000', '164701.583000', '164701.586000', '164701.588000', '164701.591000', '164701.594000', '164701.596000', '164701.599000', '164701.601000', '164701.604000', '164701.607000', '164701.609000', '164701.612000', '164701.614000', '164701.617000', '164701.619000', '164701.622000', '164701.624000', '164701.627000', '164701.630000', '164701.632000', '164701.635000', '164701.637000', '164701.640000', '164701.642000', '164721.527000', '164721.529000', '164721.532000', '164721.534000', '164721.537000', '164721.540000', '164721.542000', '164721.558000', '164721.560000', '164721.563000', '164721.565000', '164721.568000', '164721.571000', '164721.573000', '164721.576000', '164721.578000', '164721.581000', '164721.583000', '164721.586000', '164721.588000', '164721.591000', '164721.594000', '164721.596000', '164721.599000', '164721.602000', '164721.604000', '164721.607000', '164721.609000', '164721.612000', '164721.614000', '164721.617000', '164721.620000', '164721.623000', '164721.626000', '164721.629000', '164721.632000', '164721.634000', '164721.637000', '164721.639000', '164721.642000', '164721.645000', '164721.647000', '164721.650000', '164741.525000', '164741.528000', '164741.531000', '164741.534000', '164741.536000', '164741.539000', '164741.541000', '164741.544000', '164741.546000', '164741.549000', '164741.552000', '164741.554000', '164741.557000', '164741.559000', '164741.562000', '164741.565000', '164741.567000', '164741.570000', '164741.572000', '164741.575000', '164741.577000', '164741.580000', '164741.583000', '164741.585000', '164741.588000', '164741.590000', '164741.593000', '164741.595000', '164741.598000', '164741.601000', '164741.603000', '164741.606000', '164741.608000', '164741.611000', '164741.614000', '164741.616000', '164741.619000', '164741.622000', '164741.624000', '164741.627000', '164741.629000', '164741.632000', '164741.634000', '164741.637000', '164801.526000', '164801.528000', '164801.531000', '164801.534000', '164801.536000', '164801.539000', '164801.542000', '164801.544000', '164801.547000', '164801.549000', '164801.552000', '164801.554000', '164801.557000', '164801.560000', '164801.562000', '164801.565000', '164801.567000', '164801.570000', '164801.573000', '164801.575000', '164801.578000', '164801.580000', '164801.583000', '164801.586000', '164801.588000', '164801.591000', '164801.593000', '164801.596000', '164801.598000', '164801.601000', '164801.604000', '164801.606000', '164801.609000', '164801.611000', '164801.614000', '164801.617000', '164801.619000', '164801.622000', '164801.624000', '164801.627000', '164801.629000', '164801.632000', '164801.634000', '164821.526000', '164821.529000', '164821.532000', '164821.534000', '164821.537000', '164821.540000', '164821.542000', '164821.545000', '164821.547000', '164821.550000', '164821.552000', '164821.555000', '164821.558000', '164821.560000', '164821.563000', '164821.565000', '164821.568000', '164821.571000', '164821.573000', '164821.576000', '164821.578000', '164821.581000', '164821.584000', '164821.586000', '164821.589000', '164821.591000', '164821.594000', '164821.596000', '164821.599000', '164821.602000', '164821.604000', '164821.607000', '164821.609000', '164821.612000', '164821.615000', '164821.617000', '164821.620000', '164821.622000', '164821.625000', '164821.627000', '164821.630000', '164821.633000', '164821.635000', '164841.527000', '164841.529000', '164841.532000', '164841.535000', '164841.537000', '164841.540000', '164841.543000', '164841.545000', '164841.548000', '164841.551000', '164841.553000', '164841.556000', '164841.558000', '164841.561000', '164841.563000', '164841.566000', '164841.569000', '164841.571000', '164841.574000', '164841.576000', '164841.579000', '164841.582000', '164841.584000', '164841.587000', '164841.589000', '164841.592000', '164841.594000', '164841.597000', '164841.600000', '164841.602000', '164841.605000', '164841.607000', '164841.610000', '164841.613000', '164841.615000', '164841.618000', '164841.620000', '164841.623000', '164841.625000', '164841.628000', '164841.631000', '164841.633000', '164841.636000', '164841.639000', '164901.527000', '164901.529000', '164901.532000', '164901.544000', '164901.546000', '164901.549000', '164901.552000', '164901.554000', '164901.557000', '164901.560000', '164901.562000', '164901.565000', '164901.568000', '164901.570000', '164901.573000', '164901.575000', '164901.578000', '164901.581000', '164901.583000', '164901.586000', '164901.588000', '164901.591000', '164901.594000', '164901.596000', '164901.599000', '164901.601000', '164901.604000', '164901.607000', '164901.609000', '164901.612000', '164901.614000', '164901.617000', '164901.620000', '164901.622000', '164901.625000', '164901.627000', '164901.630000', '164901.633000', '164901.635000', '164901.638000', '164901.640000', '164901.643000', '164901.646000', '164901.648000', '164921.526000', '164921.529000', '164921.532000', '164921.535000', '164921.537000', '164921.540000', '164921.542000', '164921.545000', '164921.547000', '164921.550000', '164921.552000', '164921.555000', '164921.558000', '164921.560000', '164921.563000', '164921.566000', '164921.568000', '164921.571000', '164921.573000', '164921.576000', '164921.579000', '164921.581000', '164921.584000', '164921.586000', '164921.589000', '164921.591000', '164921.594000', '164921.596000', '164921.599000', '164921.602000', '164921.604000', '164921.607000', '164921.610000', '164921.612000', '164921.615000', '164921.617000', '164921.620000', '164921.622000', '164921.625000', '164921.628000', '164921.630000', '164921.633000', '164921.635000', '164941.527000', '164941.529000', '164941.532000', '164941.535000', '164941.537000', '164941.540000', '164941.542000', '164941.545000', '164941.547000', '164941.550000', '164941.553000', '164941.555000', '164941.558000', '164941.560000', '164941.563000', '164941.565000', '164941.568000', '164941.571000', '164941.573000', '164941.576000', '164941.579000', '164941.581000', '164941.584000', '164941.586000', '164941.589000', '164941.591000', '164941.594000', '164941.597000', '164941.599000', '164941.602000', '164941.605000', '164941.607000', '164941.610000', '164941.612000', '164941.615000', '164941.618000', '164941.620000', '164941.623000', '164941.625000', '164941.628000', '164941.630000', '164941.633000', '164941.636000', '164941.638000', '165001.526000', '165001.529000', '165001.531000', '165001.534000', '165001.536000', '165001.539000', '165001.541000', '165001.544000', '165001.547000', '165001.549000', '165001.552000', '165001.554000', '165001.557000', '165001.560000', '165001.562000', '165001.565000', '165001.567000', '165001.570000', '165001.573000', '165001.575000', '165001.578000', '165001.580000', '165001.583000', '165001.586000', '165001.588000', '165001.591000', '165001.593000', '165001.596000', '165001.598000', '165001.601000', '165001.604000', '165001.606000', '165001.609000', '165001.611000', '165001.614000', '165001.617000', '165001.619000', '165001.622000', '165001.624000', '165001.627000', '165001.630000', '165001.632000', '165001.635000', '165021.525000', '165021.528000', '165021.531000', '165021.533000', '165021.536000', '165021.539000', '165021.542000', '165021.545000', '165021.547000', '165021.550000', '165021.552000', '165021.555000', '165021.558000', '165021.560000', '165021.563000', '165021.565000', '165021.568000', '165021.571000', '165021.573000', '165021.576000', '165021.578000', '165021.581000', '165021.583000', '165021.586000', '165021.589000', '165021.591000', '165021.594000', '165021.597000', '165021.610000', '165021.613000', '165021.615000', '165021.618000', '165021.620000', '165021.623000', '165021.626000', '165021.628000', '165021.631000', '165021.633000', '165021.636000', '165021.638000', '165021.641000', '165021.644000', '165021.646000', '165021.649000', '165041.526000', '165041.529000', '165041.532000', '165041.534000', '165041.537000', '165041.540000', '165041.542000', '165041.545000', '165041.547000', '165041.550000', '165041.552000', '165041.555000', '165041.558000', '165041.560000', '165041.563000', '165041.566000', '165041.568000', '165041.571000', '165041.573000', '165041.576000', '165041.579000', '165041.581000', '165041.584000', '165041.586000', '165041.589000', '165041.591000', '165041.594000', '165041.597000', '165041.600000', '165041.602000', '165041.605000', '165041.607000', '165041.610000', '165041.612000', '165041.615000', '165041.617000', '165041.620000', '165041.623000', '165041.625000', '165041.628000', '165041.630000', '165041.633000', '165041.636000', '165101.527000', '165101.529000', '165101.532000', '165101.535000', '165101.537000', '165101.540000', '165101.542000', '165101.545000', '165101.548000', '165101.550000', '165101.553000', '165101.555000', '165101.558000', '165101.561000', '165101.563000', '165101.566000', '165101.569000', '165101.572000', '165101.574000', '165101.577000', '165101.580000', '165101.583000', '165101.586000', '165101.588000', '165101.591000', '165101.594000', '165101.597000', '165101.599000', '165101.602000', '165101.605000', '165101.607000', '165101.610000', '165101.612000', '165101.615000', '165101.617000', '165101.620000', '165101.623000', '165101.625000', '165101.628000', '165101.630000', '165101.633000', '165101.636000', '165101.638000', '165121.527000', '165121.529000', '165121.532000', '165121.535000', '165121.537000', '165121.540000', '165121.542000', '165121.545000', '165121.547000', '165121.550000', '165121.553000', '165121.555000', '165121.558000', '165121.560000', '165121.563000', '165121.566000', '165121.568000', '165121.571000', '165121.573000', '165121.576000', '165121.578000', '165121.581000', '165121.584000', '165121.586000', '165121.589000', '165121.591000', '165121.594000', '165121.597000', '165121.599000', '165121.602000', '165121.605000', '165121.607000', '165121.610000', '165121.612000', '165121.615000', '165121.617000', '165121.620000', '165121.623000', '165121.625000', '165121.628000', '165121.631000', '165121.633000', '165121.636000', '165121.638000', '165141.526000', '165141.529000', '165141.532000', '165141.535000', '165141.537000', '165141.540000', '165141.542000', '165141.545000', '165141.547000', '165141.550000', '165141.553000', '165141.555000', '165141.558000', '165141.561000', '165141.563000', '165141.566000', '165141.568000', '165141.571000', '165141.574000', '165141.576000', '165141.579000', '165141.582000', '165141.585000', '165141.588000', '165141.590000', '165141.593000', '165141.596000', '165141.598000', '165141.601000', '165141.603000', '165141.606000', '165141.609000', '165141.611000', '165141.614000', '165141.616000', '165141.619000', '165141.621000', '165141.624000', '165141.627000', '165141.637000', '165141.640000', '165141.642000', '165141.645000', '165201.527000', '165201.529000', '165201.532000', '165201.535000', '165201.537000', '165201.540000', '165201.542000', '165201.545000', '165201.548000', '165201.550000', '165201.553000', '165201.555000', '165201.558000', '165201.561000', '165201.563000', '165201.566000', '165201.568000', '165201.571000', '165201.573000', '165201.576000', '165201.579000', '165201.581000', '165201.584000', '165201.586000', '165201.589000', '165201.592000', '165201.594000', '165201.597000', '165201.599000', '165201.602000', '165201.605000', '165201.607000', '165201.610000', '165201.612000', '165201.615000', '165201.618000', '165201.620000', '165201.623000', '165201.625000', '165201.628000', '165201.631000', '165201.633000', '165201.636000', '165201.638000', '165221.526000', '165221.528000', '165221.531000', '165221.535000', '165221.538000', '165221.541000', '165221.544000', '165221.547000', '165221.550000', '165221.552000', '165221.555000', '165221.558000', '165221.560000', '165221.563000', '165221.565000', '165221.568000', '165221.570000', '165221.573000', '165221.576000', '165221.578000', '165221.581000', '165221.583000', '165221.586000', '165221.588000', '165221.591000', '165221.594000', '165221.596000', '165221.599000', '165221.601000', '165221.604000', '165221.607000', '165221.609000', '165221.612000', '165221.615000', '165221.617000', '165221.620000', '165221.622000', '165221.625000', '165221.628000', '165221.630000', '165221.633000', '165221.635000', '165221.638000', '165241.526000', '165241.528000', '165241.531000', '165241.533000', '165241.536000', '165241.539000', '165241.541000', '165241.544000', '165241.546000', '165241.549000', '165241.552000', '165241.554000', '165241.557000', '165241.559000', '165241.562000', '165241.565000', '165241.567000', '165241.570000', '165241.572000', '165241.575000', '165241.578000', '165241.580000', '165241.583000', '165241.585000', '165241.588000', '165241.591000', '165241.593000', '165241.596000', '165241.598000', '165241.601000', '165241.603000', '165241.606000', '165241.609000', '165241.611000', '165241.614000', '165241.616000', '165241.619000', '165241.623000', '165241.625000', '165241.628000', '165241.630000', '165241.633000', '165241.636000', '165241.638000', '165301.527000', '165301.529000', '165301.532000', '165301.535000', '165301.537000', '165301.540000', '165301.542000', '165301.545000', '165301.548000', '165301.550000', '165301.553000', '165301.556000', '165301.558000', '165301.561000', '165301.563000', '165301.566000', '165301.568000', '165301.571000', '165301.574000', '165301.576000', '165301.579000', '165301.582000', '165301.584000', '165301.587000', '165301.590000', '165301.592000', '165301.595000', '165301.597000', '165301.600000', '165301.603000', '165301.605000', '165301.608000', '165301.610000', '165301.613000', '165301.615000', '165301.618000', '165301.622000', '165301.632000', '165301.634000', '165301.637000', '165301.640000', '165301.642000', '165301.645000', '165321.527000', '165321.530000', '165321.532000', '165321.535000', '165321.537000', '165321.540000', '165321.542000', '165321.545000', '165321.548000', '165321.550000', '165321.553000', '165321.556000', '165321.558000', '165321.561000', '165321.563000', '165321.566000', '165321.569000', '165321.571000', '165321.574000', '165321.576000', '165321.579000', '165321.582000', '165321.584000', '165321.587000', '165321.590000', '165321.592000', '165321.595000', '165321.597000', '165321.600000', '165321.603000', '165321.605000', '165321.608000', '165321.610000', '165321.613000', '165321.615000', '165321.618000', '165321.621000', '165321.623000', '165321.626000', '165321.629000', '165321.631000', '165321.634000', '165321.636000', '165321.639000', '165341.527000', '165341.529000', '165341.532000', '165341.535000', '165341.537000', '165341.540000', '165341.543000', '165341.545000', '165341.548000', '165341.551000', '165341.554000', '165341.557000', '165341.560000', '165341.562000', '165341.565000', '165341.567000', '165341.570000', '165341.573000', '165341.575000', '165341.578000', '165341.580000', '165341.583000', '165341.586000', '165341.588000', '165341.591000', '165341.593000', '165341.596000', '165341.598000', '165341.601000', '165341.604000', '165341.606000', '165341.609000', '165341.611000', '165341.614000', '165341.616000', '165341.619000', '165341.622000', '165341.624000', '165341.627000', '165341.629000', '165341.632000', '165341.635000', '165341.637000', '165401.527000', '165401.530000', '165401.532000', '165401.535000', '165401.537000', '165401.540000', '165401.543000', '165401.545000', '165401.548000', '165401.550000', '165401.553000', '165401.556000', '165401.558000', '165401.561000', '165401.563000', '165401.566000', '165401.568000', '165401.571000', '165401.574000', '165401.576000', '165401.579000', '165401.582000', '165401.584000', '165401.587000', '165401.589000', '165401.592000', '165401.595000', '165401.597000', '165401.600000', '165401.603000', '165401.605000', '165401.608000', '165401.610000', '165401.613000', '165401.616000', '165401.618000', '165401.621000', '165401.623000', '165401.626000', '165401.629000', '165401.631000', '165401.634000', '165401.637000', '165401.639000', '165421.527000', '165421.530000', '165421.532000', '165421.535000', '165421.538000', '165421.540000', '165421.543000', '165421.545000', '165421.548000', '165421.551000', '165421.553000', '165421.556000', '165421.558000', '165421.561000', '165421.564000', '165421.566000', '165421.569000', '165421.571000', '165421.574000', '165421.577000', '165421.579000', '165421.582000', '165421.584000', '165421.587000', '165421.590000', '165421.593000', '165421.596000', '165421.599000', '165421.602000', '165421.604000', '165421.607000', '165421.609000', '165421.612000', '165421.615000', '165421.617000', '165421.620000', '165421.622000', '165421.625000', '165421.627000', '165421.630000', '165421.633000', '165421.635000', '165421.638000', '165441.526000', '165441.528000', '165441.531000', '165441.534000', '165441.536000', '165441.539000', '165441.542000', '165441.544000', '165441.547000', '165441.549000', '165441.552000', '165441.554000', '165441.557000', '165441.560000', '165441.562000', '165441.565000', '165441.567000', '165441.570000', '165441.573000', '165441.575000', '165441.578000', '165441.580000', '165441.583000', '165441.585000', '165441.588000', '165441.591000', '165441.593000', '165441.596000', '165441.598000', '165441.601000', '165441.604000', '165441.606000', '165441.609000', '165441.612000', '165441.614000', '165441.617000', '165441.619000', '165441.622000', '165441.625000', '165441.627000', '165441.630000', '165441.632000', '165441.635000', '165441.638000', '165501.527000', '165501.529000', '165501.532000', '165501.535000', '165501.537000', '165501.540000', '165501.542000', '165501.545000', '165501.548000', '165501.550000', '165501.553000', '165501.555000', '165501.558000', '165501.560000', '165501.563000', '165501.566000', '165501.568000', '165501.571000', '165501.574000', '165501.576000', '165501.579000', '165501.581000', '165501.584000', '165501.586000', '165501.589000', '165501.592000', '165501.594000', '165501.597000', '165501.600000', '165501.602000', '165501.605000', '165501.607000', '165501.610000', '165501.613000', '165501.616000', '165501.619000', '165501.622000', '165501.624000', '165501.627000', '165501.630000', '165501.632000', '165501.635000', '165501.637000', '165521.527000', '165521.530000', '165521.532000', '165521.535000', '165521.538000', '165521.540000', '165521.543000', '165521.545000', '165521.548000', '165521.550000', '165521.553000', '165521.556000', '165521.558000', '165521.561000', '165521.563000', '165521.566000', '165521.569000', '165521.571000', '165521.574000', '165521.576000', '165521.579000', '165521.582000', '165521.584000', '165521.587000', '165521.589000', '165521.592000', '165521.594000', '165521.597000', '165521.600000', '165521.602000', '165521.605000', '165521.608000', '165521.610000', '165521.613000', '165521.616000', '165521.618000', '165521.621000', '165521.623000', '165521.626000', '165521.628000', '165521.631000', '165521.634000', '165521.636000', '165521.639000', '165541.527000', '165541.530000', '165541.532000', '165541.535000', '165541.537000', '165541.540000', '165541.543000', '165541.545000', '165541.548000', '165541.550000', '165541.553000', '165541.556000', '165541.558000', '165541.561000', '165541.563000', '165541.566000', '165541.569000', '165541.571000', '165541.574000', '165541.577000', '165541.579000', '165541.582000', '165541.585000', '165541.587000', '165541.590000', '165541.592000', '165541.595000', '165541.597000', '165541.600000', '165541.603000', '165541.606000', '165541.608000', '165541.611000', '165541.613000', '165541.616000', '165541.618000', '165541.621000', '165541.624000', '165541.626000', '165541.629000', '165541.632000', '165541.634000', '165541.637000', '165601.527000', '165601.529000', '165601.532000', '165601.535000', '165601.537000', '165601.540000', '165601.542000', '165601.545000', '165601.548000', '165601.550000', '165601.553000', '165601.555000', '165601.558000', '165601.560000', '165601.563000', '165601.566000', '165601.568000', '165601.571000', '165601.574000', '165601.576000', '165601.579000', '165601.581000', '165601.584000', '165601.587000', '165601.589000', '165601.592000', '165601.594000', '165601.597000', '165601.600000', '165601.603000', '165601.605000', '165601.608000', '165601.610000', '165601.613000', '165601.615000', '165601.618000', '165601.621000', '165601.623000', '165601.626000', '165601.628000', '165601.631000', '165601.633000', '165601.636000', '165601.639000', '165614.774000', '165614.777000', '165614.779000', '165614.782000', '165614.784000', '165614.787000', '165614.790000', '165614.792000', '165614.795000', '165614.797000', '165614.854000', '165614.856000', '165614.859000', '165614.862000', '165614.864000', '165614.867000', '165614.870000', '165614.872000', '165614.875000', '165614.877000', '165614.880000', '165614.883000', '165614.885000', '165614.888000', '165614.891000', '165614.893000', '165614.896000', '165614.899000', '165614.901000'], 'InstanceCreationTime': ['164621.560000', '164621.565000', '164621.567000', '164621.570000', '164621.573000', '164621.576000', '164621.578000', '164621.585000', '164621.588000', '164621.590000', '164621.593000', '164621.596000', '164621.599000', '164621.602000', '164621.604000', '164621.607000', '164621.609000', '164621.612000', '164621.615000', '164621.618000', '164621.621000', '164621.624000', '164621.627000', '164621.629000', '164621.632000', '164621.635000', '164621.637000', '164621.640000', '164621.643000', '164621.646000', '164621.649000', '164621.651000', '164641.526000', '164641.529000', '164641.532000', '164641.535000', '164641.537000', '164641.540000', '164641.542000', '164641.545000', '164641.547000', '164641.550000', '164641.552000', '164641.555000', '164641.558000', '164641.560000', '164641.563000', '164641.565000', '164641.568000', '164641.570000', '164641.573000', '164641.575000', '164641.578000', '164641.580000', '164641.587000', '164641.590000', '164641.593000', '164641.596000', '164641.598000', '164641.601000', '164641.604000', '164641.606000', '164641.609000', '164641.611000', '164641.614000', '164641.616000', '164641.619000', '164641.621000', '164641.624000', '164641.627000', '164641.629000', '164641.632000', '164641.634000', '164641.637000', '164641.639000', '164701.527000', '164701.529000', '164701.532000', '164701.535000', '164701.537000', '164701.540000', '164701.542000', '164701.545000', '164701.547000', '164701.550000', '164701.553000', '164701.555000', '164701.563000', '164701.565000', '164701.568000', '164701.571000', '164701.573000', '164701.576000', '164701.578000', '164701.581000', '164701.583000', '164701.586000', '164701.588000', '164701.591000', '164701.594000', '164701.596000', '164701.599000', '164701.601000', '164701.604000', '164701.607000', '164701.609000', '164701.612000', '164701.614000', '164701.617000', '164701.619000', '164701.622000', '164701.624000', '164701.627000', '164701.630000', '164701.632000', '164701.635000', '164701.637000', '164701.640000', '164701.642000', '164721.527000', '164721.529000', '164721.532000', '164721.534000', '164721.537000', '164721.540000', '164721.542000', '164721.558000', '164721.560000', '164721.563000', '164721.565000', '164721.568000', '164721.571000', '164721.573000', '164721.576000', '164721.578000', '164721.581000', '164721.583000', '164721.586000', '164721.588000', '164721.591000', '164721.594000', '164721.596000', '164721.599000', '164721.602000', '164721.604000', '164721.607000', '164721.609000', '164721.612000', '164721.614000', '164721.617000', '164721.620000', '164721.623000', '164721.626000', '164721.629000', '164721.632000', '164721.634000', '164721.637000', '164721.639000', '164721.642000', '164721.645000', '164721.647000', '164721.650000', '164741.525000', '164741.528000', '164741.531000', '164741.534000', '164741.536000', '164741.539000', '164741.541000', '164741.544000', '164741.546000', '164741.549000', '164741.552000', '164741.554000', '164741.557000', '164741.559000', '164741.562000', '164741.565000', '164741.567000', '164741.570000', '164741.572000', '164741.575000', '164741.577000', '164741.580000', '164741.583000', '164741.585000', '164741.588000', '164741.590000', '164741.593000', '164741.595000', '164741.598000', '164741.601000', '164741.603000', '164741.606000', '164741.608000', '164741.611000', '164741.614000', '164741.616000', '164741.619000', '164741.622000', '164741.624000', '164741.627000', '164741.629000', '164741.632000', '164741.634000', '164741.637000', '164801.526000', '164801.528000', '164801.531000', '164801.534000', '164801.536000', '164801.539000', '164801.542000', '164801.544000', '164801.547000', '164801.549000', '164801.552000', '164801.554000', '164801.557000', '164801.560000', '164801.562000', '164801.565000', '164801.567000', '164801.570000', '164801.573000', '164801.575000', '164801.578000', '164801.580000', '164801.583000', '164801.586000', '164801.588000', '164801.591000', '164801.593000', '164801.596000', '164801.598000', '164801.601000', '164801.604000', '164801.606000', '164801.609000', '164801.611000', '164801.614000', '164801.617000', '164801.619000', '164801.622000', '164801.624000', '164801.627000', '164801.629000', '164801.632000', '164801.634000', '164821.526000', '164821.529000', '164821.532000', '164821.534000', '164821.537000', '164821.540000', '164821.542000', '164821.545000', '164821.547000', '164821.550000', '164821.552000', '164821.555000', '164821.558000', '164821.560000', '164821.563000', '164821.565000', '164821.568000', '164821.571000', '164821.573000', '164821.576000', '164821.578000', '164821.581000', '164821.584000', '164821.586000', '164821.589000', '164821.591000', '164821.594000', '164821.596000', '164821.599000', '164821.602000', '164821.604000', '164821.607000', '164821.609000', '164821.612000', '164821.615000', '164821.617000', '164821.620000', '164821.622000', '164821.625000', '164821.627000', '164821.630000', '164821.633000', '164821.635000', '164841.527000', '164841.529000', '164841.532000', '164841.535000', '164841.537000', '164841.540000', '164841.543000', '164841.545000', '164841.548000', '164841.551000', '164841.553000', '164841.556000', '164841.558000', '164841.561000', '164841.563000', '164841.566000', '164841.569000', '164841.571000', '164841.574000', '164841.576000', '164841.579000', '164841.582000', '164841.584000', '164841.587000', '164841.589000', '164841.592000', '164841.594000', '164841.597000', '164841.600000', '164841.602000', '164841.605000', '164841.607000', '164841.610000', '164841.613000', '164841.615000', '164841.618000', '164841.620000', '164841.623000', '164841.625000', '164841.628000', '164841.631000', '164841.633000', '164841.636000', '164841.639000', '164901.527000', '164901.529000', '164901.532000', '164901.544000', '164901.546000', '164901.549000', '164901.552000', '164901.554000', '164901.557000', '164901.560000', '164901.562000', '164901.565000', '164901.568000', '164901.570000', '164901.573000', '164901.575000', '164901.578000', '164901.581000', '164901.583000', '164901.586000', '164901.588000', '164901.591000', '164901.594000', '164901.596000', '164901.599000', '164901.601000', '164901.604000', '164901.607000', '164901.609000', '164901.612000', '164901.614000', '164901.617000', '164901.620000', '164901.622000', '164901.625000', '164901.627000', '164901.630000', '164901.633000', '164901.635000', '164901.638000', '164901.640000', '164901.643000', '164901.646000', '164901.648000', '164921.526000', '164921.529000', '164921.532000', '164921.535000', '164921.537000', '164921.540000', '164921.542000', '164921.545000', '164921.547000', '164921.550000', '164921.552000', '164921.555000', '164921.558000', '164921.560000', '164921.563000', '164921.566000', '164921.568000', '164921.571000', '164921.573000', '164921.576000', '164921.579000', '164921.581000', '164921.584000', '164921.586000', '164921.589000', '164921.591000', '164921.594000', '164921.596000', '164921.599000', '164921.602000', '164921.604000', '164921.607000', '164921.610000', '164921.612000', '164921.615000', '164921.617000', '164921.620000', '164921.622000', '164921.625000', '164921.628000', '164921.630000', '164921.633000', '164921.635000', '164941.527000', '164941.529000', '164941.532000', '164941.535000', '164941.537000', '164941.540000', '164941.542000', '164941.545000', '164941.547000', '164941.550000', '164941.553000', '164941.555000', '164941.558000', '164941.560000', '164941.563000', '164941.565000', '164941.568000', '164941.571000', '164941.573000', '164941.576000', '164941.579000', '164941.581000', '164941.584000', '164941.586000', '164941.589000', '164941.591000', '164941.594000', '164941.597000', '164941.599000', '164941.602000', '164941.605000', '164941.607000', '164941.610000', '164941.612000', '164941.615000', '164941.618000', '164941.620000', '164941.623000', '164941.625000', '164941.628000', '164941.630000', '164941.633000', '164941.636000', '164941.638000', '165001.526000', '165001.529000', '165001.531000', '165001.534000', '165001.536000', '165001.539000', '165001.541000', '165001.544000', '165001.547000', '165001.549000', '165001.552000', '165001.554000', '165001.557000', '165001.560000', '165001.562000', '165001.565000', '165001.567000', '165001.570000', '165001.573000', '165001.575000', '165001.578000', '165001.580000', '165001.583000', '165001.586000', '165001.588000', '165001.591000', '165001.593000', '165001.596000', '165001.598000', '165001.601000', '165001.604000', '165001.606000', '165001.609000', '165001.611000', '165001.614000', '165001.617000', '165001.619000', '165001.622000', '165001.624000', '165001.627000', '165001.630000', '165001.632000', '165001.635000', '165021.525000', '165021.528000', '165021.531000', '165021.533000', '165021.536000', '165021.539000', '165021.542000', '165021.545000', '165021.547000', '165021.550000', '165021.552000', '165021.555000', '165021.558000', '165021.560000', '165021.563000', '165021.565000', '165021.568000', '165021.571000', '165021.573000', '165021.576000', '165021.578000', '165021.581000', '165021.583000', '165021.586000', '165021.589000', '165021.591000', '165021.594000', '165021.597000', '165021.610000', '165021.613000', '165021.615000', '165021.618000', '165021.620000', '165021.623000', '165021.626000', '165021.628000', '165021.631000', '165021.633000', '165021.636000', '165021.638000', '165021.641000', '165021.644000', '165021.646000', '165021.649000', '165041.526000', '165041.529000', '165041.532000', '165041.534000', '165041.537000', '165041.540000', '165041.542000', '165041.545000', '165041.547000', '165041.550000', '165041.552000', '165041.555000', '165041.558000', '165041.560000', '165041.563000', '165041.566000', '165041.568000', '165041.571000', '165041.573000', '165041.576000', '165041.579000', '165041.581000', '165041.584000', '165041.586000', '165041.589000', '165041.591000', '165041.594000', '165041.597000', '165041.600000', '165041.602000', '165041.605000', '165041.607000', '165041.610000', '165041.612000', '165041.615000', '165041.617000', '165041.620000', '165041.623000', '165041.625000', '165041.628000', '165041.630000', '165041.633000', '165041.636000', '165101.527000', '165101.529000', '165101.532000', '165101.535000', '165101.537000', '165101.540000', '165101.542000', '165101.545000', '165101.548000', '165101.550000', '165101.553000', '165101.555000', '165101.558000', '165101.561000', '165101.563000', '165101.566000', '165101.569000', '165101.572000', '165101.574000', '165101.577000', '165101.580000', '165101.583000', '165101.586000', '165101.588000', '165101.591000', '165101.594000', '165101.597000', '165101.599000', '165101.602000', '165101.605000', '165101.607000', '165101.610000', '165101.612000', '165101.615000', '165101.617000', '165101.620000', '165101.623000', '165101.625000', '165101.628000', '165101.630000', '165101.633000', '165101.636000', '165101.638000', '165121.527000', '165121.529000', '165121.532000', '165121.535000', '165121.537000', '165121.540000', '165121.542000', '165121.545000', '165121.547000', '165121.550000', '165121.553000', '165121.555000', '165121.558000', '165121.560000', '165121.563000', '165121.566000', '165121.568000', '165121.571000', '165121.573000', '165121.576000', '165121.578000', '165121.581000', '165121.584000', '165121.586000', '165121.589000', '165121.591000', '165121.594000', '165121.597000', '165121.599000', '165121.602000', '165121.605000', '165121.607000', '165121.610000', '165121.612000', '165121.615000', '165121.617000', '165121.620000', '165121.623000', '165121.625000', '165121.628000', '165121.631000', '165121.633000', '165121.636000', '165121.638000', '165141.526000', '165141.529000', '165141.532000', '165141.535000', '165141.537000', '165141.540000', '165141.542000', '165141.545000', '165141.547000', '165141.550000', '165141.553000', '165141.555000', '165141.558000', '165141.561000', '165141.563000', '165141.566000', '165141.568000', '165141.571000', '165141.574000', '165141.576000', '165141.579000', '165141.582000', '165141.585000', '165141.588000', '165141.590000', '165141.593000', '165141.596000', '165141.598000', '165141.601000', '165141.603000', '165141.606000', '165141.609000', '165141.611000', '165141.614000', '165141.616000', '165141.619000', '165141.621000', '165141.624000', '165141.627000', '165141.637000', '165141.640000', '165141.642000', '165141.645000', '165201.527000', '165201.529000', '165201.532000', '165201.535000', '165201.537000', '165201.540000', '165201.542000', '165201.545000', '165201.548000', '165201.550000', '165201.553000', '165201.555000', '165201.558000', '165201.561000', '165201.563000', '165201.566000', '165201.568000', '165201.571000', '165201.573000', '165201.576000', '165201.579000', '165201.581000', '165201.584000', '165201.586000', '165201.589000', '165201.592000', '165201.594000', '165201.597000', '165201.599000', '165201.602000', '165201.605000', '165201.607000', '165201.610000', '165201.612000', '165201.615000', '165201.618000', '165201.620000', '165201.623000', '165201.625000', '165201.628000', '165201.631000', '165201.633000', '165201.636000', '165201.638000', '165221.526000', '165221.528000', '165221.531000', '165221.535000', '165221.538000', '165221.541000', '165221.544000', '165221.547000', '165221.550000', '165221.552000', '165221.555000', '165221.558000', '165221.560000', '165221.563000', '165221.565000', '165221.568000', '165221.570000', '165221.573000', '165221.576000', '165221.578000', '165221.581000', '165221.583000', '165221.586000', '165221.588000', '165221.591000', '165221.594000', '165221.596000', '165221.599000', '165221.601000', '165221.604000', '165221.607000', '165221.609000', '165221.612000', '165221.615000', '165221.617000', '165221.620000', '165221.622000', '165221.625000', '165221.628000', '165221.630000', '165221.633000', '165221.635000', '165221.638000', '165241.526000', '165241.528000', '165241.531000', '165241.533000', '165241.536000', '165241.539000', '165241.541000', '165241.544000', '165241.546000', '165241.549000', '165241.552000', '165241.554000', '165241.557000', '165241.559000', '165241.562000', '165241.565000', '165241.567000', '165241.570000', '165241.572000', '165241.575000', '165241.578000', '165241.580000', '165241.583000', '165241.585000', '165241.588000', '165241.591000', '165241.593000', '165241.596000', '165241.598000', '165241.601000', '165241.603000', '165241.606000', '165241.609000', '165241.611000', '165241.614000', '165241.616000', '165241.619000', '165241.623000', '165241.625000', '165241.628000', '165241.630000', '165241.633000', '165241.636000', '165241.638000', '165301.527000', '165301.529000', '165301.532000', '165301.535000', '165301.537000', '165301.540000', '165301.542000', '165301.545000', '165301.548000', '165301.550000', '165301.553000', '165301.556000', '165301.558000', '165301.561000', '165301.563000', '165301.566000', '165301.568000', '165301.571000', '165301.574000', '165301.576000', '165301.579000', '165301.582000', '165301.584000', '165301.587000', '165301.590000', '165301.592000', '165301.595000', '165301.597000', '165301.600000', '165301.603000', '165301.605000', '165301.608000', '165301.610000', '165301.613000', '165301.615000', '165301.618000', '165301.622000', '165301.632000', '165301.634000', '165301.637000', '165301.640000', '165301.642000', '165301.645000', '165321.527000', '165321.530000', '165321.532000', '165321.535000', '165321.537000', '165321.540000', '165321.542000', '165321.545000', '165321.548000', '165321.550000', '165321.553000', '165321.556000', '165321.558000', '165321.561000', '165321.563000', '165321.566000', '165321.569000', '165321.571000', '165321.574000', '165321.576000', '165321.579000', '165321.582000', '165321.584000', '165321.587000', '165321.590000', '165321.592000', '165321.595000', '165321.597000', '165321.600000', '165321.603000', '165321.605000', '165321.608000', '165321.610000', '165321.613000', '165321.615000', '165321.618000', '165321.621000', '165321.623000', '165321.626000', '165321.629000', '165321.631000', '165321.634000', '165321.636000', '165321.639000', '165341.527000', '165341.529000', '165341.532000', '165341.535000', '165341.537000', '165341.540000', '165341.543000', '165341.545000', '165341.548000', '165341.551000', '165341.554000', '165341.557000', '165341.560000', '165341.562000', '165341.565000', '165341.567000', '165341.570000', '165341.573000', '165341.575000', '165341.578000', '165341.580000', '165341.583000', '165341.586000', '165341.588000', '165341.591000', '165341.593000', '165341.596000', '165341.598000', '165341.601000', '165341.604000', '165341.606000', '165341.609000', '165341.611000', '165341.614000', '165341.616000', '165341.619000', '165341.622000', '165341.624000', '165341.627000', '165341.629000', '165341.632000', '165341.635000', '165341.637000', '165401.527000', '165401.530000', '165401.532000', '165401.535000', '165401.537000', '165401.540000', '165401.543000', '165401.545000', '165401.548000', '165401.550000', '165401.553000', '165401.556000', '165401.558000', '165401.561000', '165401.563000', '165401.566000', '165401.568000', '165401.571000', '165401.574000', '165401.576000', '165401.579000', '165401.582000', '165401.584000', '165401.587000', '165401.589000', '165401.592000', '165401.595000', '165401.597000', '165401.600000', '165401.603000', '165401.605000', '165401.608000', '165401.610000', '165401.613000', '165401.616000', '165401.618000', '165401.621000', '165401.623000', '165401.626000', '165401.629000', '165401.631000', '165401.634000', '165401.637000', '165401.639000', '165421.527000', '165421.530000', '165421.532000', '165421.535000', '165421.538000', '165421.540000', '165421.543000', '165421.545000', '165421.548000', '165421.551000', '165421.553000', '165421.556000', '165421.558000', '165421.561000', '165421.564000', '165421.566000', '165421.569000', '165421.571000', '165421.574000', '165421.577000', '165421.579000', '165421.582000', '165421.584000', '165421.587000', '165421.590000', '165421.593000', '165421.596000', '165421.599000', '165421.602000', '165421.604000', '165421.607000', '165421.609000', '165421.612000', '165421.615000', '165421.617000', '165421.620000', '165421.622000', '165421.625000', '165421.627000', '165421.630000', '165421.633000', '165421.635000', '165421.638000', '165441.526000', '165441.528000', '165441.531000', '165441.534000', '165441.536000', '165441.539000', '165441.542000', '165441.544000', '165441.547000', '165441.549000', '165441.552000', '165441.554000', '165441.557000', '165441.560000', '165441.562000', '165441.565000', '165441.567000', '165441.570000', '165441.573000', '165441.575000', '165441.578000', '165441.580000', '165441.583000', '165441.585000', '165441.588000', '165441.591000', '165441.593000', '165441.596000', '165441.598000', '165441.601000', '165441.604000', '165441.606000', '165441.609000', '165441.612000', '165441.614000', '165441.617000', '165441.619000', '165441.622000', '165441.625000', '165441.627000', '165441.630000', '165441.632000', '165441.635000', '165441.638000', '165501.527000', '165501.529000', '165501.532000', '165501.535000', '165501.537000', '165501.540000', '165501.542000', '165501.545000', '165501.548000', '165501.550000', '165501.553000', '165501.555000', '165501.558000', '165501.560000', '165501.563000', '165501.566000', '165501.568000', '165501.571000', '165501.574000', '165501.576000', '165501.579000', '165501.581000', '165501.584000', '165501.586000', '165501.589000', '165501.592000', '165501.594000', '165501.597000', '165501.600000', '165501.602000', '165501.605000', '165501.607000', '165501.610000', '165501.613000', '165501.616000', '165501.619000', '165501.622000', '165501.624000', '165501.627000', '165501.630000', '165501.632000', '165501.635000', '165501.637000', '165521.527000', '165521.530000', '165521.532000', '165521.535000', '165521.538000', '165521.540000', '165521.543000', '165521.545000', '165521.548000', '165521.550000', '165521.553000', '165521.556000', '165521.558000', '165521.561000', '165521.563000', '165521.566000', '165521.569000', '165521.571000', '165521.574000', '165521.576000', '165521.579000', '165521.582000', '165521.584000', '165521.587000', '165521.589000', '165521.592000', '165521.594000', '165521.597000', '165521.600000', '165521.602000', '165521.605000', '165521.608000', '165521.610000', '165521.613000', '165521.616000', '165521.618000', '165521.621000', '165521.623000', '165521.626000', '165521.628000', '165521.631000', '165521.634000', '165521.636000', '165521.639000', '165541.527000', '165541.530000', '165541.532000', '165541.535000', '165541.537000', '165541.540000', '165541.543000', '165541.545000', '165541.548000', '165541.550000', '165541.553000', '165541.556000', '165541.558000', '165541.561000', '165541.563000', '165541.566000', '165541.569000', '165541.571000', '165541.574000', '165541.577000', '165541.579000', '165541.582000', '165541.585000', '165541.587000', '165541.590000', '165541.592000', '165541.595000', '165541.597000', '165541.600000', '165541.603000', '165541.606000', '165541.608000', '165541.611000', '165541.613000', '165541.616000', '165541.618000', '165541.621000', '165541.624000', '165541.626000', '165541.629000', '165541.632000', '165541.634000', '165541.637000', '165601.527000', '165601.529000', '165601.532000', '165601.535000', '165601.537000', '165601.540000', '165601.542000', '165601.545000', '165601.548000', '165601.550000', '165601.553000', '165601.555000', '165601.558000', '165601.560000', '165601.563000', '165601.566000', '165601.568000', '165601.571000', '165601.574000', '165601.576000', '165601.579000', '165601.581000', '165601.584000', '165601.587000', '165601.589000', '165601.592000', '165601.594000', '165601.597000', '165601.600000', '165601.603000', '165601.605000', '165601.608000', '165601.610000', '165601.613000', '165601.615000', '165601.618000', '165601.621000', '165601.623000', '165601.626000', '165601.628000', '165601.631000', '165601.633000', '165601.636000', '165601.639000', '165614.774000', '165614.777000', '165614.779000', '165614.782000', '165614.784000', '165614.787000', '165614.790000', '165614.792000', '165614.795000', '165614.797000', '165614.854000', '165614.856000', '165614.859000', '165614.862000', '165614.864000', '165614.867000', '165614.870000', '165614.872000', '165614.875000', '165614.877000', '165614.880000', '165614.883000', '165614.885000', '165614.888000', '165614.891000', '165614.893000', '165614.896000', '165614.899000', '165614.901000'], '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': [15494, 14348, 15264, 11661, 12453, 8999, 12442, 9500, 14269, 12101, 14901, 10178, 15890, 8716, 12485, 8566, 16157, 10271, 15689, 10164, 15022, 10050, 14808, 12661, 15698, 8743, 13752, 8567, 12311, 8953, 12977, 11546, 13742, 13856, 9249, 11024, 9297, 10938, 12410, 10575, 16020, 10344, 16096, 9394, 14897, 9480, 13533, 10023, 11036, 9520, 9506, 12311, 9217, 14001, 10495, 12440, 8747, 9911, 8746, 12173, 9169, 12355, 9023, 12793, 8972, 13533, 9060, 14528, 10053, 11576, 9029, 11895, 8940, 14703, 10091, 16253, 11596, 13484, 8991, 9856, 9860, 10022, 11095, 9073, 14570, 10797, 14519, 9806, 9904, 11482, 13581, 12664, 16628, 12860, 16930, 12378, 10262, 9642, 9841, 11277, 10880, 11947, 13718, 12685, 13623, 10907, 14093, 9992, 15887, 10856, 15779, 10948, 14743, 8636, 15623, 8766, 15312, 11360, 15967, 8755, 14076, 8740, 14163, 8733, 14599, 8443, 14860, 9093, 14664, 8758, 14255, 8899, 14382, 9260, 14483, 9350, 12434, 9084, 12746, 10618, 13744, 8955, 13277, 8631, 13666, 8709, 14782, 10176, 15724, 11295, 12150, 8900, 10399, 10943, 13125, 12734, 14165, 14053, 10059, 11123, 10519, 11717, 12173, 11417, 14484, 12039, 13425, 8957, 11531, 9254, 10408, 9809, 10131, 11261, 9157, 13862, 8999, 15418, 10736, 16452, 11770, 16019, 9437, 14921, 9510, 14253, 12043, 12633, 10407, 10258, 10011, 10093, 8845, 9965, 9277, 13581, 8529, 13952, 8623, 15320, 12760, 11835, 11358, 9754, 12355, 11252, 13640, 11902, 13884, 10786, 12691, 8980, 13531, 8985, 14625, 12550, 14325, 12583, 12885, 9991, 10853, 10075, 10862, 11585, 13007, 10010, 14070, 9168, 9967, 9521, 9669, 11661, 10042, 13266, 9838, 13154, 10990, 12822, 12974, 12505, 11564, 11667, 10415, 11724, 11654, 12057, 11834, 11745, 14395, 10047, 17764, 11073, 16161, 8704, 15370, 8999, 13502, 9504, 14945, 9005, 14443, 8966, 13501, 9076, 14349, 10930, 15103, 11702, 14169, 8970, 13626, 8911, 14410, 9809, 15978, 10830, 15459, 9078, 14629, 8827, 13206, 10131, 9406, 12242, 10009, 15895, 14963, 9965, 12996, 10538, 15427, 14189, 13060, 15563, 13220, 9659, 9811, 10231, 10116, 9394, 14212, 9132, 15889, 9038, 15908, 9472, 16372, 12507, 14113, 9432, 13148, 10350, 13247, 11637, 14754, 13483, 11782, 9377, 10611, 10081, 10074, 10955, 9406, 14669, 9243, 15012, 9647, 16507, 12033, 11678, 9740, 10060, 11777, 11475, 13297, 12529, 14204, 9554, 14441, 9306, 15629, 10125, 15893, 11968, 16476, 10222, 13613, 9378, 12051, 9327, 15101, 10502, 16717, 10601, 12953, 9658, 12346, 10383, 15202, 13815, 14969, 9771, 15757, 9767, 15759, 11011, 16413, 10588, 14815, 10081, 11991, 11220, 11341, 13874, 9730, 13516, 9547, 15884, 9637, 15107, 9515, 14341, 8977, 12657, 9066, 12712, 9284, 13602, 9090, 12649, 9663, 12024, 10504, 14111, 12834, 12544, 10942, 13156, 11270, 15967, 12383, 16724, 10776, 15316, 9141, 15238, 9368, 15524, 10642, 15925, 9945, 11932, 9314, 10050, 10540, 12662, 12222, 14289, 13613, 10078, 12563, 9311, 14924, 9436, 16229, 11444, 15867, 9386, 12941, 10712, 13475, 11953, 13462, 13205, 10640, 11065, 11683, 11206, 13955, 13093, 14015, 12563, 9674, 11226, 9335, 14439, 9906, 15663, 12166, 15862, 9464, 14522, 9343, 15282, 10836, 16273, 12394, 15574, 9041, 14441, 9076, 15298, 11081, 16136, 11627, 14117, 10171, 12709, 10884, 12258, 12779, 12686, 10339, 10982, 10762, 10743, 12933, 11981, 13997, 11204, 13785, 9566, 14501, 9790, 15530, 9362, 13268, 9712, 11749, 9616, 12897, 9787, 15181, 12748, 12384, 9806, 12536, 10627, 15725, 12783, 16213, 10221, 15489, 10482, 14953, 11506, 13505, 11570, 12563, 10369, 9461, 9998, 9779, 10259, 13939, 10098, 14443, 9574, 14473, 10083, 15694, 10544, 15754, 10010, 13799, 10498, 12479, 11815, 12584, 10888, 11785, 10498, 10470, 10506, 12046, 11731, 13684, 10138, 12817, 10618, 12507, 11122, 13085, 11323, 12588, 9939, 12278, 9399, 14274, 9127, 15842, 10804, 14178, 9543, 12815, 10429, 13509, 13805, 13627, 11410, 12584, 10888, 15319, 12383, 16713, 10064, 15725, 8993, 15054, 9021, 15031, 9248, 13601, 8950, 11011, 9211, 14629, 11391, 13036, 9369, 12573, 9398, 14761, 10112, 16648, 12301, 14578, 9148, 15341, 9120, 15102, 11198, 15849, 10755, 15419, 9256, 13724, 9508, 15701, 12271, 16088, 10871, 15492, 9369, 15344, 9434, 15968, 11260, 16056, 9656, 12864, 9672, 14113, 9677, 14398, 13174, 10675, 9928, 10232, 11251, 12249, 12217, 14367, 13610, 15341, 9254, 16162, 9416, 15620, 10310, 15847, 9275, 14734, 9503, 13003, 9168, 14445, 9956, 14923, 9674, 12191, 9962, 12519, 11505, 14318, 13239, 10472, 13051, 9883, 15674, 11474, 16869, 12954, 16615, 9636, 15796, 9942, 15116, 11857, 13322, 15334, 13566, 17220, 9293, 17490, 9733, 15701, 9257, 15597, 10655, 16392, 9546, 10684, 9804, 11305, 10079, 12765, 13197, 14747, 10239, 15572, 10038, 16019, 11113, 16488, 13103, 12913, 14297, 9611, 17515, 11394, 16523, 10261, 13074, 11678, 9489, 17834, 10366, 16740, 10593, 15903, 10027, 11539, 10581, 12026, 11390, 11694, 12555, 9700, 14616, 9320, 16452, 11903, 16736, 9916, 15253, 9651, 15466, 11283, 16432, 12244, 13874, 10108, 12776, 10464, 12023, 13886, 12944, 13632, 9743, 13020, 9362, 15323, 9693, 16323, 11781, 16511, 9351, 15702, 9515, 14863, 9370, 15597, 10824, 12910, 9246, 10725, 9922, 12995, 13410, 14411, 14456, 13919, 9808, 17073, 11160, 16706, 11335, 15851, 9727, 13767, 10584, 11947, 11624, 12209, 9982, 9157, 10404, 10282, 10451, 14899, 10778, 15232, 10070, 15496, 10362, 16450, 13216, 16309, 10386, 13740, 10124, 13974, 12208, 14575, 12618, 13641, 10282, 11150, 11655, 10691, 14147, 12043, 14630, 12010, 11112, 9150, 10601, 11785, 10669, 15925, 10901, 16648, 13865, 10886, 11432, 10445, 16039, 12717, 12568, 17538, 10658, 17377, 11907, 17768, 11671, 16880, 11297, 17791, 13870, 17097, 14132, 15260, 12105, 13115, 9349, 12261, 10945, 13828, 11751, 12310, 9669, 10173, 9990, 14538, 12159, 14786, 9671, 12148, 9497, 12607, 9862, 9705, 11680, 9686, 16400, 15154, 10504, 11595, 9385, 15432, 9893, 17430, 12263, 18212, 11370, 10987, 9054, 10014, 11423, 11772, 14403, 11707, 14664, 9750, 11338, 8997, 15442, 10163, 16701, 10698, 16508, 9609, 15581, 9932, 15428, 9614, 16177, 11012, 16485, 11756, 14248, 10083, 11384, 10228, 9714, 13716, 9460, 16397, 8864, 15974, 8925, 14922, 9324, 14538, 9968, 12517, 9080, 13192, 8960, 14438, 10048, 15144, 9895, 14046, 9258, 16006, 11027, 15705, 13124, 13825, 11725, 11485, 12416, 8917, 14725, 8682, 16134, 9594, 15998, 9745, 15204, 9784, 15259, 9876, 15583, 11466, 16308, 10499, 14833, 10414, 12477, 9818, 13923, 11520, 15902, 9385, 15485, 9886, 15584, 9556, 16423, 11679, 16679, 9334, 14453, 9305, 15528, 9096, 15752, 11137, 15505, 9094, 14329, 9535, 14364, 9628, 15371, 9428, 14640, 8923, 14069, 9109, 15450, 11705, 14931, 9155, 10128, 10036, 10467, 11968, 13384, 14163, 12475, 13112, 10290, 14259, 10179, 16543, 13310, 16664, 11420, 16373, 9808, 16545, 9755, 16731, 10996, 17574, 11327, 16235, 9429, 16412, 9781, 16571, 11058, 17336, 11820, 16362, 9448, 15727, 9619, 15950, 11980, 16669, 10971, 15815, 10309, 15941, 9772, 16182, 10060, 16069, 10233, 14890, 10286, 14629, 12795, 13283, 10583, 9942, 12029, 9527, 13959, 9046, 14308, 9007, 12630, 9121, 13430, 9504, 11801, 9722, 11500, 11937, 10918, 12770, 11764, 14027, 11359, 13360, 11161, 12875, 12956, 13046, 14832, 14154, 10595, 9612, 11867, 9546, 13969, 11649, 14938, 13123, 11024, 9756, 10496, 11679, 14600, 14137, 14467, 12583, 10701, 10822, 10091, 12648, 13506, 12994, 11874, 12297, 11632, 12883, 15079, 15565, 14546, 10046, 14293, 9524, 16464, 9368, 16528, 12092, 13154, 9397, 14214, 9692, 16409, 12687, 14646, 9833, 16303, 10397, 16161, 10567, 16322, 10553, 15892, 11028, 14966, 10497, 15207, 13104, 14645, 12179, 12414, 10409, 10272, 12200, 10154, 14666, 13280, 13147, 9598, 13086, 9679, 14143, 9473, 15404, 10958, 16203, 9921, 16654, 11307, 16131, 10918, 15401, 10668, 15469, 10831, 15835, 10841, 12606, 11041, 12677, 10808, 12481, 12317, 12478, 10512, 10294, 10703, 9916, 14474, 12039, 15079, 9773, 16211, 10110, 15712, 10251, 15288, 10470, 14120, 11078, 12609, 10834, 14073, 13105, 14203, 11210, 12618, 11969, 11821, 11066, 12721, 14152, 12960, 10428, 9850, 11506, 10182, 14000, 12936, 13337, 10227, 11338, 9882, 13096, 11165, 14106, 13633, 10420, 9838, 10817, 10199, 13419, 12630, 13758, 12508, 10889, 11920, 10523, 12774, 11472, 13875, 11919, 13140, 10894, 12370, 11012, 13650, 11132, 12378, 12093, 12761, 11152, 13880, 11960, 13393, 12135, 12872, 12444, 13357, 11851, 14063, 10961, 12230, 12316, 12237, 11853, 13819, 12723, 13330, 11644, 12823, 11023, 14122, 10895, 16377, 11534, 16058, 11233, 15550, 10326, 16533, 12535, 16398, 11087, 14750, 10790, 15271, 10918, 15269, 13459, 14801, 11556, 12862, 11642, 13332, 11805, 15823, 13363, 15030, 11705, 12870, 12207, 13017, 11303, 13384, 11697, 12690, 12198, 12543, 12385, 12256, 12263, 12988, 11417, 11515, 11827, 9787, 12191, 10330, 13508, 11236, 10930, 9727, 10915, 10181, 13760, 13123, 13241, 10458, 11886, 10043, 11437, 11912, 12034, 12792, 12371, 13390, 12247, 14034, 12386, 14759, 12897, 13981, 11768, 14580, 11452, 15777, 10470, 16133, 11732, 15932, 11548, 15606, 11032, 16722, 11752, 16600, 11537, 13947, 10180, 12229, 10411, 13000, 12203, 12665, 12548, 12242], 'WindowCenter': [4954.0, 4915.0, 4912.0, 4869.0, 4867.0, 4827.0, 4874.0, 4836.0, 4886.0, 4865.0, 4883.0, 4844.0, 4891.0, 4835.0, 4862.0, 4837.0, 4881.0, 4845.0, 4880.0, 4844.0, 4882.0, 4835.0, 4873.0, 4863.0, 4882.0, 4815.0, 4870.0, 4824.0, 4860.0, 4836.0, 4872.0, 4867.0, 4872.0, 4875.0, 4835.0, 4855.0, 4833.0, 4853.0, 4862.0, 4845.0, 4881.0, 4844.0, 4877.0, 4822.0, 4880.0, 4833.0, 4861.0, 4831.0, 4842.0, 4828.0, 4833.0, 4848.0, 4834.0, 4870.0, 4844.0, 4861.0, 4826.0, 4842.0, 4837.0, 4863.0, 4837.0, 4871.0, 4835.0, 4874.0, 4838.0, 4883.0, 4850.0, 4895.0, 4861.0, 4876.0, 4852.0, 4878.0, 4862.0, 4908.0, 4872.0, 4909.0, 4881.0, 4887.0, 4848.0, 4857.0, 4868.0, 4859.0, 4891.0, 4864.0, 4921.0, 4881.0, 4910.0, 4873.0, 4870.0, 4892.0, 4897.0, 4900.0, 4919.0, 4891.0, 4904.0, 4889.0, 4859.0, 4859.0, 4858.0, 4879.0, 4865.0, 4879.0, 4885.0, 4887.0, 4883.0, 4868.0, 4883.0, 4857.0, 4894.0, 4867.0, 4890.0, 4855.0, 4883.0, 4836.0, 4892.0, 4837.0, 4893.0, 4865.0, 4892.0, 4837.0, 4884.0, 4838.0, 4883.0, 4837.0, 4893.0, 4838.0, 4894.0, 4848.0, 4896.0, 4851.0, 4894.0, 4851.0, 4896.0, 4859.0, 4895.0, 4847.0, 4888.0, 4849.0, 4889.0, 4868.0, 4899.0, 4862.0, 4898.0, 4851.0, 4899.0, 4862.0, 4909.0, 4871.0, 4907.0, 4882.0, 4889.0, 4860.0, 4870.0, 4881.0, 4898.0, 4901.0, 4898.0, 4911.0, 4868.0, 4880.0, 4872.0, 4892.0, 4887.0, 4890.0, 4897.0, 4890.0, 4887.0, 4849.0, 4877.0, 4859.0, 4879.0, 4873.0, 4869.0, 4882.0, 4862.0, 4907.0, 4861.0, 4918.0, 4893.0, 4919.0, 4891.0, 4907.0, 4851.0, 4897.0, 4860.0, 4898.0, 4877.0, 4886.0, 4856.0, 4858.0, 4858.0, 4868.0, 4859.0, 4870.0, 4862.0, 4897.0, 4863.0, 4908.0, 4863.0, 4919.0, 4902.0, 4890.0, 4891.0, 4871.0, 4891.0, 4880.0, 4902.0, 4879.0, 4899.0, 4869.0, 4888.0, 4849.0, 4897.0, 4852.0, 4909.0, 4891.0, 4900.0, 4877.0, 4888.0, 4858.0, 4867.0, 4857.0, 4880.0, 4881.0, 4887.0, 4860.0, 4908.0, 4872.0, 4882.0, 4873.0, 4875.0, 4904.0, 4883.0, 4914.0, 4874.0, 4913.0, 4895.0, 4914.0, 4901.0, 4891.0, 4879.0, 4879.0, 4867.0, 4879.0, 4878.0, 4888.0, 4877.0, 4888.0, 4895.0, 4860.0, 4903.0, 4867.0, 4893.0, 4838.0, 4893.0, 4847.0, 4886.0, 4859.0, 4896.0, 4850.0, 4893.0, 4851.0, 4896.0, 4849.0, 4898.0, 4880.0, 4909.0, 4880.0, 4897.0, 4860.0, 4898.0, 4862.0, 4906.0, 4871.0, 4917.0, 4882.0, 4906.0, 4861.0, 4921.0, 4864.0, 4900.0, 4883.0, 4875.0, 4913.0, 4898.0, 4930.0, 4923.0, 4883.0, 4911.0, 4883.0, 4922.0, 4897.0, 4901.0, 4898.0, 4887.0, 4846.0, 4857.0, 4867.0, 4867.0, 4859.0, 4897.0, 4861.0, 4907.0, 4852.0, 4908.0, 4871.0, 4917.0, 4891.0, 4896.0, 4861.0, 4885.0, 4870.0, 4886.0, 4881.0, 4896.0, 4897.0, 4877.0, 4850.0, 4868.0, 4871.0, 4871.0, 4881.0, 4864.0, 4908.0, 4862.0, 4919.0, 4874.0, 4931.0, 4903.0, 4891.0, 4873.0, 4872.0, 4892.0, 4892.0, 4913.0, 4890.0, 4910.0, 4872.0, 4909.0, 4873.0, 4917.0, 4885.0, 4921.0, 4891.0, 4920.0, 4871.0, 4898.0, 4859.0, 4887.0, 4872.0, 4920.0, 4879.0, 4916.0, 4882.0, 4899.0, 4873.0, 4899.0, 4885.0, 4908.0, 4912.0, 4909.0, 4860.0, 4906.0, 4861.0, 4905.0, 4868.0, 4904.0, 4858.0, 4896.0, 4856.0, 4876.0, 4865.0, 4867.0, 4883.0, 4847.0, 4883.0, 4848.0, 4902.0, 4858.0, 4892.0, 4847.0, 4884.0, 4847.0, 4884.0, 4850.0, 4896.0, 4862.0, 4900.0, 4865.0, 4900.0, 4873.0, 4902.0, 4895.0, 4912.0, 4911.0, 4903.0, 4894.0, 4900.0, 4893.0, 4920.0, 4901.0, 4917.0, 4881.0, 4908.0, 4860.0, 4908.0, 4862.0, 4919.0, 4883.0, 4916.0, 4871.0, 4890.0, 4873.0, 4870.0, 4893.0, 4901.0, 4903.0, 4910.0, 4911.0, 4872.0, 4902.0, 4873.0, 4919.0, 4876.0, 4920.0, 4892.0, 4919.0, 4865.0, 4901.0, 4883.0, 4901.0, 4893.0, 4898.0, 4901.0, 4870.0, 4882.0, 4890.0, 4893.0, 4908.0, 4901.0, 4899.0, 4901.0, 4860.0, 4879.0, 4863.0, 4910.0, 4883.0, 4920.0, 4890.0, 4918.0, 4872.0, 4909.0, 4864.0, 4920.0, 4882.0, 4920.0, 4888.0, 4907.0, 4850.0, 4896.0, 4862.0, 4909.0, 4879.0, 4909.0, 4878.0, 4896.0, 4859.0, 4889.0, 4870.0, 4890.0, 4886.0, 4889.0, 4859.0, 4868.0, 4867.0, 4879.0, 4887.0, 4879.0, 4886.0, 4880.0, 4885.0, 4858.0, 4896.0, 4870.0, 4906.0, 4860.0, 4887.0, 4871.0, 4888.0, 4873.0, 4899.0, 4883.0, 4908.0, 4903.0, 4891.0, 4871.0, 4888.0, 4882.0, 4908.0, 4901.0, 4907.0, 4871.0, 4893.0, 4868.0, 4898.0, 4878.0, 4889.0, 4868.0, 4878.0, 4857.0, 4857.0, 4869.0, 4871.0, 4881.0, 4909.0, 4883.0, 4920.0, 4884.0, 4921.0, 4885.0, 4921.0, 4881.0, 4920.0, 4870.0, 4901.0, 4879.0, 4900.0, 4889.0, 4891.0, 4880.0, 4887.0, 4869.0, 4880.0, 4880.0, 4899.0, 4890.0, 4899.0, 4871.0, 4900.0, 4879.0, 4899.0, 4890.0, 4901.0, 4881.0, 4890.0, 4872.0, 4890.0, 4872.0, 4910.0, 4875.0, 4921.0, 4891.0, 4911.0, 4874.0, 4901.0, 4896.0, 4911.0, 4912.0, 4911.0, 4893.0, 4901.0, 4894.0, 4918.0, 4901.0, 4918.0, 4872.0, 4906.0, 4861.0, 4908.0, 4860.0, 4907.0, 4872.0, 4909.0, 4863.0, 4891.0, 4888.0, 4933.0, 4904.0, 4910.0, 4875.0, 4901.0, 4876.0, 4922.0, 4895.0, 4930.0, 4904.0, 4910.0, 4872.0, 4919.0, 4873.0, 4923.0, 4893.0, 4918.0, 4881.0, 4907.0, 4862.0, 4898.0, 4873.0, 4919.0, 4890.0, 4908.0, 4883.0, 4907.0, 4863.0, 4909.0, 4862.0, 4918.0, 4880.0, 4907.0, 4873.0, 4885.0, 4871.0, 4906.0, 4872.0, 4908.0, 4901.0, 4869.0, 4871.0, 4871.0, 4893.0, 4892.0, 4901.0, 4898.0, 4900.0, 4907.0, 4862.0, 4906.0, 4861.0, 4907.0, 4869.0, 4906.0, 4862.0, 4908.0, 4861.0, 4899.0, 4873.0, 4907.0, 4884.0, 4920.0, 4873.0, 4902.0, 4883.0, 4902.0, 4895.0, 4912.0, 4913.0, 4892.0, 4911.0, 4887.0, 4931.0, 4904.0, 4930.0, 4900.0, 4919.0, 4872.0, 4920.0, 4871.0, 4911.0, 4890.0, 4902.0, 4906.0, 4900.0, 4908.0, 4850.0, 4904.0, 4858.0, 4894.0, 4851.0, 4906.0, 4869.0, 4905.0, 4860.0, 4868.0, 4872.0, 4891.0, 4886.0, 4904.0, 4913.0, 4912.0, 4885.0, 4919.0, 4883.0, 4932.0, 4892.0, 4922.0, 4901.0, 4902.0, 4897.0, 4860.0, 4918.0, 4881.0, 4918.0, 4869.0, 4899.0, 4865.0, 4860.0, 4916.0, 4870.0, 4903.0, 4870.0, 4906.0, 4860.0, 4878.0, 4880.0, 4890.0, 4879.0, 4892.0, 4887.0, 4872.0, 4907.0, 4872.0, 4918.0, 4891.0, 4918.0, 4871.0, 4906.0, 4861.0, 4908.0, 4880.0, 4907.0, 4876.0, 4888.0, 4858.0, 4888.0, 4867.0, 4889.0, 4896.0, 4889.0, 4885.0, 4860.0, 4885.0, 4849.0, 4905.0, 4862.0, 4906.0, 4878.0, 4903.0, 4859.0, 4904.0, 4859.0, 4904.0, 4861.0, 4907.0, 4881.0, 4898.0, 4861.0, 4879.0, 4882.0, 4911.0, 4911.0, 4909.0, 4912.0, 4897.0, 4871.0, 4915.0, 4880.0, 4905.0, 4867.0, 4906.0, 4848.0, 4887.0, 4869.0, 4877.0, 4875.0, 4890.0, 4856.0, 4859.0, 4880.0, 4882.0, 4882.0, 4919.0, 4892.0, 4919.0, 4871.0, 4919.0, 4884.0, 4932.0, 4900.0, 4920.0, 4882.0, 4900.0, 4871.0, 4911.0, 4901.0, 4911.0, 4890.0, 4900.0, 4869.0, 4881.0, 4878.0, 4882.0, 4908.0, 4892.0, 4909.0, 4890.0, 4882.0, 4863.0, 4883.0, 4903.0, 4894.0, 4944.0, 4908.0, 4943.0, 4926.0, 4896.0, 4901.0, 4893.0, 4933.0, 4900.0, 4902.0, 4915.0, 4871.0, 4919.0, 4890.0, 4916.0, 4879.0, 4906.0, 4867.0, 4905.0, 4883.0, 4895.0, 4873.0, 4883.0, 4852.0, 4862.0, 4820.0, 4862.0, 4841.0, 4871.0, 4851.0, 4850.0, 4831.0, 4841.0, 4856.0, 4884.0, 4865.0, 4893.0, 4845.0, 4863.0, 4847.0, 4876.0, 4858.0, 4857.0, 4876.0, 4872.0, 4917.0, 4910.0, 4870.0, 4867.0, 4851.0, 4894.0, 4859.0, 4906.0, 4880.0, 4904.0, 4869.0, 4856.0, 4839.0, 4857.0, 4877.0, 4878.0, 4899.0, 4877.0, 4895.0, 4860.0, 4877.0, 4862.0, 4905.0, 4871.0, 4919.0, 4868.0, 4907.0, 4850.0, 4893.0, 4858.0, 4895.0, 4858.0, 4905.0, 4869.0, 4906.0, 4867.0, 4884.0, 4844.0, 4866.0, 4856.0, 4847.0, 4883.0, 4848.0, 4892.0, 4837.0, 4894.0, 4837.0, 4894.0, 4849.0, 4895.0, 4860.0, 4884.0, 4861.0, 4898.0, 4863.0, 4909.0, 4875.0, 4910.0, 4875.0, 4909.0, 4864.0, 4918.0, 4883.0, 4911.0, 4901.0, 4900.0, 4879.0, 4880.0, 4886.0, 4850.0, 4894.0, 4852.0, 4908.0, 4859.0, 4906.0, 4862.0, 4907.0, 4871.0, 4906.0, 4872.0, 4920.0, 4881.0, 4909.0, 4870.0, 4898.0, 4870.0, 4889.0, 4869.0, 4909.0, 4882.0, 4918.0, 4859.0, 4908.0, 4874.0, 4917.0, 4873.0, 4919.0, 4893.0, 4920.0, 4862.0, 4907.0, 4862.0, 4918.0, 4863.0, 4909.0, 4881.0, 4907.0, 4861.0, 4898.0, 4871.0, 4908.0, 4873.0, 4919.0, 4871.0, 4909.0, 4864.0, 4908.0, 4876.0, 4920.0, 4904.0, 4920.0, 4875.0, 4883.0, 4885.0, 4892.0, 4906.0, 4912.0, 4924.0, 4903.0, 4902.0, 4883.0, 4910.0, 4883.0, 4932.0, 4911.0, 4921.0, 4890.0, 4918.0, 4884.0, 4918.0, 4873.0, 4918.0, 4882.0, 4929.0, 4892.0, 4917.0, 4874.0, 4918.0, 4872.0, 4919.0, 4882.0, 4917.0, 4882.0, 4907.0, 4862.0, 4908.0, 4861.0, 4907.0, 4891.0, 4907.0, 4867.0, 4904.0, 4868.0, 4907.0, 4860.0, 4908.0, 4861.0, 4904.0, 4869.0, 4907.0, 4870.0, 4907.0, 4888.0, 4888.0, 4867.0, 4859.0, 4876.0, 4860.0, 4897.0, 4850.0, 4897.0, 4851.0, 4887.0, 4862.0, 4899.0, 4872.0, 4891.0, 4874.0, 4893.0, 4902.0, 4896.0, 4913.0, 4893.0, 4912.0, 4891.0, 4912.0, 4892.0, 4903.0, 4901.0, 4902.0, 4909.0, 4908.0, 4870.0, 4873.0, 4889.0, 4872.0, 4910.0, 4894.0, 4908.0, 4901.0, 4879.0, 4873.0, 4879.0, 4903.0, 4910.0, 4911.0, 4909.0, 4902.0, 4880.0, 4892.0, 4883.0, 4914.0, 4910.0, 4901.0, 4891.0, 4901.0, 4893.0, 4914.0, 4910.0, 4920.0, 4908.0, 4872.0, 4898.0, 4862.0, 4917.0, 4861.0, 4917.0, 4892.0, 4898.0, 4862.0, 4908.0, 4872.0, 4916.0, 4901.0, 4907.0, 4872.0, 4916.0, 4872.0, 4917.0, 4879.0, 4915.0, 4870.0, 4915.0, 4880.0, 4907.0, 4883.0, 4920.0, 4888.0, 4899.0, 4877.0, 4887.0, 4857.0, 4867.0, 4878.0, 4869.0, 4896.0, 4898.0, 4884.0, 4859.0, 4886.0, 4870.0, 4907.0, 4862.0, 4905.0, 4879.0, 4907.0, 4869.0, 4904.0, 4878.0, 4907.0, 4879.0, 4907.0, 4880.0, 4907.0, 4878.0, 4908.0, 4879.0, 4889.0, 4879.0, 4900.0, 4880.0, 4901.0, 4888.0, 4892.0, 4868.0, 4871.0, 4869.0, 4871.0, 4908.0, 4892.0, 4896.0, 4871.0, 4905.0, 4870.0, 4906.0, 4871.0, 4908.0, 4871.0, 4898.0, 4878.0, 4889.0, 4881.0, 4911.0, 4899.0, 4912.0, 4882.0, 4889.0, 4888.0, 4892.0, 4892.0, 4901.0, 4899.0, 4900.0, 4870.0, 4872.0, 4890.0, 4884.0, 4907.0, 4901.0, 4900.0, 4881.0, 4880.0, 4873.0, 4902.0, 4894.0, 4909.0, 4912.0, 4882.0, 4870.0, 4880.0, 4884.0, 4901.0, 4901.0, 4899.0, 4902.0, 4881.0, 4892.0, 4882.0, 4902.0, 4891.0, 4911.0, 4891.0, 4901.0, 4881.0, 4903.0, 4881.0, 4910.0, 4882.0, 4891.0, 4891.0, 4899.0, 4892.0, 4912.0, 4889.0, 4913.0, 4902.0, 4901.0, 4901.0, 4913.0, 4893.0, 4909.0, 4881.0, 4892.0, 4901.0, 4902.0, 4903.0, 4924.0, 4904.0, 4914.0, 4904.0, 4902.0, 4894.0, 4924.0, 4895.0, 4931.0, 4903.0, 4929.0, 4896.0, 4919.0, 4897.0, 4933.0, 4900.0, 4921.0, 4890.0, 4910.0, 4884.0, 4920.0, 4893.0, 4922.0, 4902.0, 4912.0, 4891.0, 4901.0, 4891.0, 4901.0, 4903.0, 4923.0, 4901.0, 4923.0, 4892.0, 4901.0, 4889.0, 4901.0, 4880.0, 4900.0, 4890.0, 4899.0, 4890.0, 4901.0, 4900.0, 4904.0, 4890.0, 4901.0, 4881.0, 4881.0, 4877.0, 4872.0, 4890.0, 4881.0, 4898.0, 4882.0, 4879.0, 4873.0, 4881.0, 4884.0, 4912.0, 4902.0, 4900.0, 4882.0, 4889.0, 4885.0, 4891.0, 4903.0, 4903.0, 4913.0, 4912.0, 4913.0, 4904.0, 4924.0, 4903.0, 4913.0, 4903.0, 4910.0, 4903.0, 4909.0, 4903.0, 4920.0, 4883.0, 4921.0, 4905.0, 4927.0, 4902.0, 4921.0, 4895.0, 4932.0, 4893.0, 4920.0, 4893.0, 4909.0, 4884.0, 4901.0, 4894.0, 4913.0, 4914.0, 4914.0, 4915.0, 4916.0], 'WindowWidth': [10757.0, 10683.0, 10668.0, 10603.0, 10596.0, 10542.0, 10602.0, 10551.0, 10619.0, 10590.0, 10611.0, 10559.0, 10621.0, 10551.0, 10583.0, 10555.0, 10607.0, 10561.0, 10602.0, 10558.0, 10605.0, 10547.0, 10595.0, 10583.0, 10605.0, 10520.0, 10588.0, 10533.0, 10576.0, 10552.0, 10597.0, 10597.0, 10596.0, 10602.0, 10549.0, 10576.0, 10545.0, 10572.0, 10580.0, 10563.0, 10605.0, 10560.0, 10597.0, 10529.0, 10602.0, 10543.0, 10578.0, 10536.0, 10552.0, 10532.0, 10544.0, 10558.0, 10546.0, 10590.0, 10560.0, 10581.0, 10538.0, 10557.0, 10557.0, 10586.0, 10556.0, 10595.0, 10554.0, 10603.0, 10561.0, 10615.0, 10581.0, 10635.0, 10596.0, 10611.0, 10587.0, 10616.0, 10600.0, 10656.0, 10615.0, 10659.0, 10624.0, 10626.0, 10576.0, 10587.0, 10604.0, 10593.0, 10640.0, 10608.0, 10681.0, 10626.0, 10663.0, 10618.0, 10612.0, 10643.0, 10643.0, 10650.0, 10674.0, 10638.0, 10646.0, 10632.0, 10591.0, 10591.0, 10589.0, 10618.0, 10595.0, 10617.0, 10622.0, 10625.0, 10617.0, 10601.0, 10616.0, 10584.0, 10630.0, 10597.0, 10622.0, 10579.0, 10612.0, 10554.0, 10625.0, 10558.0, 10628.0, 10594.0, 10626.0, 10557.0, 10616.0, 10562.0, 10614.0, 10561.0, 10630.0, 10563.0, 10633.0, 10577.0, 10636.0, 10584.0, 10634.0, 10585.0, 10637.0, 10592.0, 10636.0, 10574.0, 10628.0, 10579.0, 10632.0, 10605.0, 10646.0, 10601.0, 10645.0, 10588.0, 10646.0, 10603.0, 10660.0, 10614.0, 10656.0, 10628.0, 10633.0, 10597.0, 10610.0, 10628.0, 10649.0, 10656.0, 10646.0, 10666.0, 10606.0, 10625.0, 10614.0, 10643.0, 10629.0, 10637.0, 10641.0, 10634.0, 10627.0, 10578.0, 10613.0, 10594.0, 10622.0, 10618.0, 10610.0, 10629.0, 10603.0, 10659.0, 10602.0, 10674.0, 10647.0, 10674.0, 10638.0, 10654.0, 10584.0, 10640.0, 10594.0, 10645.0, 10614.0, 10625.0, 10584.0, 10587.0, 10590.0, 10605.0, 10596.0, 10607.0, 10603.0, 10645.0, 10606.0, 10660.0, 10607.0, 10676.0, 10657.0, 10638.0, 10639.0, 10612.0, 10639.0, 10623.0, 10655.0, 10620.0, 10646.0, 10605.0, 10627.0, 10579.0, 10640.0, 10587.0, 10661.0, 10637.0, 10647.0, 10611.0, 10627.0, 10587.0, 10598.0, 10586.0, 10623.0, 10623.0, 10628.0, 10595.0, 10660.0, 10617.0, 10631.0, 10620.0, 10625.0, 10665.0, 10634.0, 10677.0, 10621.0, 10673.0, 10649.0, 10676.0, 10654.0, 10639.0, 10619.0, 10620.0, 10599.0, 10619.0, 10616.0, 10630.0, 10614.0, 10632.0, 10636.0, 10594.0, 10647.0, 10599.0, 10630.0, 10561.0, 10629.0, 10573.0, 10623.0, 10592.0, 10636.0, 10581.0, 10632.0, 10585.0, 10637.0, 10581.0, 10644.0, 10623.0, 10660.0, 10621.0, 10640.0, 10599.0, 10645.0, 10603.0, 10657.0, 10614.0, 10670.0, 10627.0, 10654.0, 10601.0, 10682.0, 10607.0, 10652.0, 10634.0, 10628.0, 10677.0, 10664.0, 10696.0, 10688.0, 10633.0, 10670.0, 10630.0, 10684.0, 10644.0, 10651.0, 10641.0, 10627.0, 10570.0, 10587.0, 10600.0, 10601.0, 10594.0, 10641.0, 10598.0, 10655.0, 10587.0, 10659.0, 10614.0, 10670.0, 10638.0, 10639.0, 10597.0, 10622.0, 10607.0, 10625.0, 10624.0, 10638.0, 10642.0, 10613.0, 10579.0, 10604.0, 10611.0, 10614.0, 10627.0, 10608.0, 10661.0, 10604.0, 10677.0, 10624.0, 10695.0, 10660.0, 10642.0, 10620.0, 10616.0, 10645.0, 10646.0, 10674.0, 10637.0, 10665.0, 10617.0, 10663.0, 10620.0, 10673.0, 10640.0, 10682.0, 10639.0, 10676.0, 10611.0, 10642.0, 10595.0, 10628.0, 10619.0, 10678.0, 10624.0, 10668.0, 10629.0, 10648.0, 10619.0, 10650.0, 10638.0, 10660.0, 10669.0, 10659.0, 10595.0, 10652.0, 10597.0, 10652.0, 10602.0, 10645.0, 10587.0, 10635.0, 10582.0, 10610.0, 10595.0, 10600.0, 10615.0, 10572.0, 10615.0, 10573.0, 10641.0, 10590.0, 10628.0, 10573.0, 10617.0, 10575.0, 10619.0, 10583.0, 10640.0, 10603.0, 10649.0, 10610.0, 10652.0, 10621.0, 10659.0, 10656.0, 10671.0, 10672.0, 10658.0, 10649.0, 10652.0, 10649.0, 10679.0, 10654.0, 10670.0, 10626.0, 10657.0, 10597.0, 10659.0, 10603.0, 10677.0, 10631.0, 10667.0, 10614.0, 10638.0, 10619.0, 10612.0, 10648.0, 10655.0, 10661.0, 10665.0, 10668.0, 10616.0, 10655.0, 10621.0, 10678.0, 10628.0, 10679.0, 10645.0, 10678.0, 10611.0, 10653.0, 10632.0, 10655.0, 10647.0, 10646.0, 10654.0, 10610.0, 10628.0, 10635.0, 10644.0, 10661.0, 10654.0, 10647.0, 10652.0, 10597.0, 10621.0, 10604.0, 10662.0, 10636.0, 10681.0, 10639.0, 10674.0, 10617.0, 10660.0, 10606.0, 10677.0, 10631.0, 10677.0, 10633.0, 10655.0, 10584.0, 10639.0, 10600.0, 10660.0, 10622.0, 10659.0, 10617.0, 10638.0, 10590.0, 10631.0, 10608.0, 10635.0, 10625.0, 10631.0, 10590.0, 10602.0, 10599.0, 10620.0, 10627.0, 10619.0, 10623.0, 10621.0, 10623.0, 10589.0, 10637.0, 10611.0, 10655.0, 10596.0, 10629.0, 10613.0, 10634.0, 10619.0, 10652.0, 10634.0, 10661.0, 10658.0, 10638.0, 10615.0, 10634.0, 10632.0, 10660.0, 10653.0, 10656.0, 10611.0, 10634.0, 10603.0, 10643.0, 10618.0, 10633.0, 10602.0, 10617.0, 10588.0, 10586.0, 10610.0, 10614.0, 10631.0, 10663.0, 10634.0, 10680.0, 10637.0, 10683.0, 10641.0, 10683.0, 10628.0, 10678.0, 10614.0, 10653.0, 10622.0, 10653.0, 10633.0, 10639.0, 10622.0, 10631.0, 10608.0, 10625.0, 10627.0, 10651.0, 10638.0, 10650.0, 10613.0, 10650.0, 10622.0, 10650.0, 10639.0, 10654.0, 10625.0, 10636.0, 10618.0, 10638.0, 10619.0, 10665.0, 10625.0, 10680.0, 10644.0, 10668.0, 10623.0, 10655.0, 10658.0, 10671.0, 10673.0, 10668.0, 10648.0, 10655.0, 10650.0, 10674.0, 10653.0, 10674.0, 10615.0, 10655.0, 10600.0, 10661.0, 10600.0, 10658.0, 10619.0, 10663.0, 10608.0, 10643.0, 10649.0, 10705.0, 10665.0, 10668.0, 10626.0, 10655.0, 10628.0, 10687.0, 10654.0, 10694.0, 10663.0, 10665.0, 10618.0, 10675.0, 10621.0, 10687.0, 10648.0, 10674.0, 10627.0, 10656.0, 10603.0, 10647.0, 10620.0, 10676.0, 10640.0, 10658.0, 10630.0, 10656.0, 10604.0, 10663.0, 10604.0, 10672.0, 10623.0, 10657.0, 10617.0, 10625.0, 10613.0, 10656.0, 10618.0, 10659.0, 10652.0, 10608.0, 10614.0, 10613.0, 10645.0, 10644.0, 10656.0, 10646.0, 10650.0, 10655.0, 10599.0, 10654.0, 10600.0, 10656.0, 10608.0, 10653.0, 10600.0, 10657.0, 10599.0, 10648.0, 10622.0, 10662.0, 10637.0, 10679.0, 10622.0, 10658.0, 10635.0, 10658.0, 10653.0, 10671.0, 10674.0, 10646.0, 10670.0, 10644.0, 10698.0, 10665.0, 10694.0, 10652.0, 10675.0, 10616.0, 10676.0, 10612.0, 10667.0, 10637.0, 10657.0, 10653.0, 10647.0, 10655.0, 10581.0, 10646.0, 10590.0, 10633.0, 10583.0, 10651.0, 10606.0, 10650.0, 10596.0, 10606.0, 10618.0, 10644.0, 10645.0, 10663.0, 10677.0, 10672.0, 10639.0, 10678.0, 10635.0, 10698.0, 10644.0, 10684.0, 10650.0, 10654.0, 10643.0, 10597.0, 10673.0, 10624.0, 10670.0, 10605.0, 10646.0, 10596.0, 10596.0, 10667.0, 10607.0, 10645.0, 10606.0, 10652.0, 10594.0, 10616.0, 10625.0, 10638.0, 10619.0, 10640.0, 10628.0, 10614.0, 10657.0, 10619.0, 10673.0, 10639.0, 10672.0, 10612.0, 10653.0, 10598.0, 10657.0, 10622.0, 10655.0, 10612.0, 10629.0, 10589.0, 10629.0, 10602.0, 10636.0, 10640.0, 10633.0, 10623.0, 10595.0, 10623.0, 10580.0, 10652.0, 10601.0, 10655.0, 10617.0, 10645.0, 10594.0, 10647.0, 10593.0, 10650.0, 10601.0, 10656.0, 10626.0, 10647.0, 10601.0, 10623.0, 10632.0, 10669.0, 10671.0, 10662.0, 10669.0, 10643.0, 10611.0, 10665.0, 10624.0, 10651.0, 10602.0, 10650.0, 10576.0, 10626.0, 10606.0, 10615.0, 10609.0, 10634.0, 10587.0, 10591.0, 10625.0, 10630.0, 10632.0, 10677.0, 10645.0, 10676.0, 10616.0, 10677.0, 10637.0, 10698.0, 10653.0, 10679.0, 10629.0, 10649.0, 10613.0, 10666.0, 10655.0, 10667.0, 10636.0, 10650.0, 10609.0, 10626.0, 10619.0, 10630.0, 10662.0, 10642.0, 10660.0, 10637.0, 10629.0, 10604.0, 10633.0, 10662.0, 10651.0, 10721.0, 10675.0, 10720.0, 10698.0, 10656.0, 10656.0, 10650.0, 10704.0, 10651.0, 10657.0, 10667.0, 10612.0, 10674.0, 10636.0, 10669.0, 10621.0, 10651.0, 10599.0, 10647.0, 10615.0, 10635.0, 10599.0, 10615.0, 10568.0, 10582.0, 10523.0, 10583.0, 10555.0, 10594.0, 10563.0, 10562.0, 10539.0, 10553.0, 10582.0, 10616.0, 10592.0, 10629.0, 10567.0, 10587.0, 10572.0, 10609.0, 10590.0, 10588.0, 10614.0, 10616.0, 10670.0, 10661.0, 10607.0, 10599.0, 10582.0, 10633.0, 10593.0, 10652.0, 10619.0, 10645.0, 10603.0, 10583.0, 10562.0, 10586.0, 10615.0, 10618.0, 10645.0, 10612.0, 10636.0, 10595.0, 10615.0, 10601.0, 10652.0, 10613.0, 10675.0, 10603.0, 10653.0, 10577.0, 10631.0, 10590.0, 10633.0, 10588.0, 10649.0, 10602.0, 10650.0, 10598.0, 10618.0, 10563.0, 10594.0, 10582.0, 10573.0, 10614.0, 10572.0, 10626.0, 10557.0, 10629.0, 10559.0, 10633.0, 10577.0, 10634.0, 10595.0, 10622.0, 10601.0, 10645.0, 10605.0, 10664.0, 10624.0, 10664.0, 10624.0, 10662.0, 10608.0, 10674.0, 10631.0, 10665.0, 10651.0, 10650.0, 10618.0, 10622.0, 10625.0, 10582.0, 10634.0, 10587.0, 10658.0, 10596.0, 10654.0, 10601.0, 10654.0, 10614.0, 10654.0, 10616.0, 10677.0, 10626.0, 10658.0, 10609.0, 10643.0, 10608.0, 10631.0, 10608.0, 10661.0, 10628.0, 10673.0, 10597.0, 10660.0, 10621.0, 10672.0, 10619.0, 10678.0, 10644.0, 10678.0, 10603.0, 10657.0, 10604.0, 10672.0, 10605.0, 10662.0, 10628.0, 10656.0, 10599.0, 10644.0, 10614.0, 10661.0, 10620.0, 10675.0, 10617.0, 10663.0, 10609.0, 10663.0, 10629.0, 10681.0, 10664.0, 10680.0, 10624.0, 10633.0, 10638.0, 10647.0, 10670.0, 10673.0, 10690.0, 10659.0, 10657.0, 10633.0, 10665.0, 10634.0, 10699.0, 10668.0, 10681.0, 10639.0, 10674.0, 10635.0, 10673.0, 10621.0, 10675.0, 10631.0, 10689.0, 10644.0, 10671.0, 10621.0, 10673.0, 10615.0, 10676.0, 10629.0, 10669.0, 10626.0, 10655.0, 10601.0, 10656.0, 10598.0, 10658.0, 10638.0, 10657.0, 10603.0, 10647.0, 10604.0, 10655.0, 10598.0, 10656.0, 10597.0, 10649.0, 10606.0, 10654.0, 10612.0, 10657.0, 10629.0, 10631.0, 10600.0, 10592.0, 10613.0, 10598.0, 10641.0, 10584.0, 10642.0, 10585.0, 10630.0, 10603.0, 10649.0, 10616.0, 10641.0, 10622.0, 10647.0, 10657.0, 10655.0, 10675.0, 10645.0, 10671.0, 10642.0, 10669.0, 10645.0, 10660.0, 10657.0, 10658.0, 10661.0, 10660.0, 10610.0, 10618.0, 10637.0, 10618.0, 10667.0, 10648.0, 10659.0, 10654.0, 10624.0, 10620.0, 10625.0, 10663.0, 10667.0, 10670.0, 10664.0, 10657.0, 10627.0, 10644.0, 10634.0, 10678.0, 10666.0, 10656.0, 10641.0, 10655.0, 10645.0, 10678.0, 10665.0, 10679.0, 10659.0, 10614.0, 10646.0, 10601.0, 10673.0, 10602.0, 10671.0, 10641.0, 10645.0, 10603.0, 10659.0, 10619.0, 10670.0, 10653.0, 10657.0, 10617.0, 10669.0, 10615.0, 10672.0, 10622.0, 10666.0, 10610.0, 10666.0, 10625.0, 10655.0, 10634.0, 10678.0, 10631.0, 10647.0, 10615.0, 10629.0, 10585.0, 10601.0, 10617.0, 10608.0, 10638.0, 10643.0, 10622.0, 10591.0, 10625.0, 10611.0, 10658.0, 10602.0, 10652.0, 10622.0, 10654.0, 10608.0, 10650.0, 10618.0, 10656.0, 10623.0, 10656.0, 10627.0, 10658.0, 10621.0, 10658.0, 10622.0, 10633.0, 10623.0, 10650.0, 10625.0, 10653.0, 10631.0, 10640.0, 10605.0, 10611.0, 10607.0, 10613.0, 10661.0, 10642.0, 10641.0, 10612.0, 10652.0, 10610.0, 10654.0, 10612.0, 10656.0, 10612.0, 10644.0, 10621.0, 10634.0, 10629.0, 10669.0, 10650.0, 10669.0, 10629.0, 10636.0, 10635.0, 10644.0, 10642.0, 10654.0, 10647.0, 10651.0, 10610.0, 10615.0, 10638.0, 10636.0, 10660.0, 10656.0, 10651.0, 10629.0, 10624.0, 10620.0, 10657.0, 10648.0, 10662.0, 10670.0, 10627.0, 10613.0, 10625.0, 10635.0, 10655.0, 10654.0, 10649.0, 10655.0, 10626.0, 10641.0, 10627.0, 10657.0, 10639.0, 10668.0, 10639.0, 10654.0, 10627.0, 10659.0, 10628.0, 10665.0, 10627.0, 10639.0, 10640.0, 10650.0, 10644.0, 10669.0, 10638.0, 10672.0, 10658.0, 10654.0, 10656.0, 10675.0, 10646.0, 10664.0, 10627.0, 10643.0, 10656.0, 10657.0, 10664.0, 10690.0, 10662.0, 10675.0, 10664.0, 10657.0, 10652.0, 10692.0, 10654.0, 10696.0, 10662.0, 10692.0, 10654.0, 10679.0, 10661.0, 10702.0, 10655.0, 10682.0, 10641.0, 10664.0, 10634.0, 10677.0, 10648.0, 10685.0, 10656.0, 10670.0, 10641.0, 10652.0, 10642.0, 10653.0, 10663.0, 10688.0, 10655.0, 10686.0, 10642.0, 10652.0, 10636.0, 10652.0, 10625.0, 10651.0, 10637.0, 10650.0, 10637.0, 10652.0, 10653.0, 10663.0, 10639.0, 10654.0, 10627.0, 10625.0, 10616.0, 10614.0, 10638.0, 10629.0, 10647.0, 10630.0, 10623.0, 10619.0, 10628.0, 10638.0, 10672.0, 10658.0, 10652.0, 10630.0, 10638.0, 10637.0, 10643.0, 10661.0, 10660.0, 10676.0, 10673.0, 10676.0, 10662.0, 10693.0, 10663.0, 10674.0, 10660.0, 10667.0, 10661.0, 10664.0, 10662.0, 10680.0, 10634.0, 10682.0, 10666.0, 10688.0, 10660.0, 10684.0, 10657.0, 10698.0, 10647.0, 10679.0, 10646.0, 10664.0, 10638.0, 10659.0, 10652.0, 10674.0, 10680.0, 10680.0, 10682.0, 10684.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.0008300379075056862</td></tr>
<tr><td colspan=3>aqi</td><td>0.018690275739196363</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.095298631191184</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.263506154575115</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0101432012594844</td></tr>
<tr><td colspan=3>efc</td><td>0.4801</td></tr>
<tr><td colspan=3>fber</td><td>6057.2993</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08005850811555731</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2130401819560273</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.440798354995995</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4471818507455474</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6138058467729213</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2614073674695163</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124593</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012606128118932247</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02551558054983616</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9824832551798997</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>37.4517</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.1189</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.3482</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296315.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>896.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>396.771</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9293</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>668.477</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4055.8472</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80229.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1461.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5306.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1067.1667</td></tr>
<tr><td colspan=3>tsnr</td><td>42.99921114742756</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>