<?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-0077_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-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_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-0077/figures/sub-0077_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077/ses-04/func/sub-0077_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>6671866786577382446ab6020ed2b7bb</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>20:48:22.830000</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.999617, -0.0207263, -0.0183467, 0.0204154, 0.999647, -0.0169742]</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.091725</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7713, -7248, 767, -42, -127, -86, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.426</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b1510f58-eedc-4efb-9319-ca7ae2379c44||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.681898832321167, 0.05477306619286537, -0.05046864598989487, 107.95767211914062], [0.05560719966888428, 2.681981086730957, -0.04480137676000595, -96.75068664550781], [-0.04922298341989517, 0.04554044082760811, 2.6991565227508545, -70.22222900390625], [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': ['204822.830000', '204823.290000', '204823.750000', '204824.210000', '204824.670000', '204825.130000', '204825.590000', '204826.050000', '204826.510000', '204826.970000', '204827.430000', '204827.890000', '204828.350000', '204828.810000', '204829.270000', '204829.730000', '204830.190000', '204830.650000', '204831.110000', '204831.570000', '204832.030000', '204832.490000', '204832.950000', '204833.410000', '204833.870000', '204834.330000', '204834.790000', '204835.250000', '204835.710000', '204836.170000', '204836.630000', '204837.090000', '204837.550000', '204838.010000', '204838.470000', '204838.930000', '204839.390000', '204839.850000', '204840.310000', '204840.770000', '204841.230000', '204841.690000', '204842.150000', '204842.610000', '204843.070000', '204843.530000', '204843.990000', '204844.450000', '204844.910000', '204845.370000', '204845.830000', '204846.290000', '204846.750000', '204847.210000', '204847.670000', '204848.130000', '204848.590000', '204849.050000', '204849.510000', '204849.970000', '204850.430000', '204850.890000', '204851.350000', '204851.810000', '204852.270000', '204852.730000', '204853.190000', '204853.650000', '204854.110000', '204854.570000', '204855.030000', '204855.490000', '204855.950000', '204856.410000', '204856.870000', '204857.330000', '204857.790000', '204858.250000', '204858.710000', '204859.170000', '204859.630000', '204900.090000', '204900.550000', '204901.010000', '204901.470000', '204901.930000', '204902.390000', '204902.850000', '204903.310000', '204903.770000', '204904.230000', '204904.690000', '204905.150000', '204905.610000', '204906.070000', '204906.530000', '204906.990000', '204907.450000', '204907.910000', '204908.370000', '204908.830000', '204909.290000', '204909.750000', '204910.210000', '204910.670000', '204911.130000', '204911.590000', '204912.050000', '204912.510000', '204912.970000', '204913.430000', '204913.890000', '204914.350000', '204914.810000', '204915.270000', '204915.730000', '204916.190000', '204916.650000', '204917.110000', '204917.570000', '204918.030000', '204918.490000', '204918.950000', '204919.410000', '204919.870000', '204920.330000', '204920.790000', '204921.250000', '204921.710000', '204922.170000', '204922.630000', '204923.090000', '204923.550000', '204924.010000', '204924.470000', '204924.930000', '204925.390000', '204925.850000', '204926.310000', '204926.770000', '204927.230000', '204927.690000', '204928.150000', '204928.610000', '204929.070000', '204929.530000', '204929.990000', '204930.450000', '204930.910000', '204931.370000', '204931.830000', '204932.290000', '204932.750000', '204933.210000', '204933.670000', '204934.130000', '204934.590000', '204935.050000', '204935.510000', '204935.970000', '204936.430000', '204936.890000', '204937.350000', '204937.810000', '204938.270000', '204938.730000', '204939.190000', '204939.650000', '204940.110000', '204940.570000', '204941.030000', '204941.490000', '204941.950000', '204942.410000', '204942.870000', '204943.330000', '204943.790000', '204944.250000', '204944.710000', '204945.170000', '204945.630000', '204946.090000', '204946.550000', '204947.010000', '204947.470000', '204947.930000', '204948.390000', '204948.850000', '204949.310000', '204949.770000', '204950.230000', '204950.690000', '204951.150000', '204951.610000', '204952.070000', '204952.530000', '204952.990000', '204953.450000', '204953.910000', '204954.370000', '204954.830000', '204955.290000', '204955.750000', '204956.210000', '204956.670000', '204957.130000', '204957.590000', '204958.050000', '204958.510000', '204958.970000', '204959.430000', '204959.890000', '205000.350000', '205000.810000', '205001.270000', '205001.730000', '205002.190000', '205002.650000', '205003.110000', '205003.570000', '205004.030000', '205004.490000', '205004.950000', '205005.410000', '205005.870000', '205006.330000', '205006.790000', '205007.250000', '205007.710000', '205008.170000', '205008.630000', '205009.090000', '205009.550000', '205010.010000', '205010.470000', '205010.930000', '205011.390000', '205011.850000', '205012.310000', '205012.770000', '205013.230000', '205013.690000', '205014.150000', '205014.610000', '205015.070000', '205015.530000', '205015.990000', '205016.450000', '205016.910000', '205017.370000', '205017.830000', '205018.290000', '205018.750000', '205019.210000', '205019.670000', '205020.130000', '205020.590000', '205021.050000', '205021.510000', '205021.970000', '205022.430000', '205022.890000', '205023.350000', '205023.810000', '205024.270000', '205024.730000', '205025.190000', '205025.650000', '205026.110000', '205026.570000', '205027.030000', '205027.490000', '205027.950000', '205028.410000', '205028.870000', '205029.330000', '205029.790000', '205030.250000', '205030.710000', '205031.170000', '205031.630000', '205032.090000', '205032.550000', '205033.010000', '205033.470000', '205033.930000', '205034.390000', '205034.850000', '205035.310000', '205035.770000', '205036.230000', '205036.690000', '205037.150000', '205037.610000', '205038.070000', '205038.530000', '205038.990000', '205039.450000', '205039.910000', '205040.370000', '205040.830000', '205041.290000', '205041.750000', '205042.210000', '205042.670000', '205043.130000', '205043.590000', '205044.050000', '205044.510000', '205044.970000', '205045.430000', '205045.890000', '205046.350000', '205046.810000', '205047.270000', '205047.730000', '205048.190000', '205048.650000', '205049.110000', '205049.570000', '205050.030000', '205050.490000', '205050.950000', '205051.410000', '205051.870000', '205052.330000', '205052.790000', '205053.250000', '205053.710000', '205054.170000', '205054.630000', '205055.090000', '205055.550000', '205056.010000', '205056.470000', '205056.930000', '205057.390000', '205057.850000', '205058.310000', '205058.770000', '205059.230000', '205059.690000', '205100.150000', '205100.610000', '205101.070000', '205101.530000', '205101.990000', '205102.450000', '205102.910000', '205103.370000', '205103.830000', '205104.290000', '205104.750000', '205105.210000', '205105.670000', '205106.130000', '205106.590000', '205107.050000', '205107.510000', '205107.970000', '205108.430000', '205108.890000', '205109.350000', '205109.810000', '205110.270000', '205110.730000', '205111.190000', '205111.650000', '205112.110000', '205112.570000', '205113.030000', '205113.490000', '205113.950000', '205114.410000', '205114.870000', '205115.330000', '205115.790000', '205116.250000', '205116.710000', '205117.170000', '205117.630000', '205118.090000', '205118.550000', '205119.010000', '205119.470000', '205119.930000', '205120.390000', '205120.850000', '205121.310000', '205121.770000', '205122.230000', '205122.690000', '205123.150000', '205123.610000', '205124.070000', '205124.530000', '205124.990000', '205125.450000', '205125.910000', '205126.370000', '205126.830000', '205127.290000', '205127.750000', '205128.210000', '205128.670000', '205129.130000', '205129.590000', '205130.050000', '205130.510000', '205130.970000', '205131.430000', '205131.890000', '205132.350000', '205132.810000', '205133.270000', '205133.730000', '205134.190000', '205134.650000', '205135.110000', '205135.570000', '205136.030000', '205136.490000', '205136.950000', '205137.410000', '205137.870000', '205138.330000', '205138.790000', '205139.250000', '205139.710000', '205140.170000', '205140.630000', '205141.090000', '205141.550000', '205142.010000', '205142.470000', '205142.930000', '205143.390000', '205143.850000', '205144.310000', '205144.770000', '205145.230000', '205145.690000', '205146.150000', '205146.610000', '205147.070000', '205147.530000', '205147.990000', '205148.450000', '205148.910000', '205149.370000', '205149.830000', '205150.290000', '205150.750000', '205151.210000', '205151.670000', '205152.130000', '205152.590000', '205153.050000', '205153.510000', '205153.970000', '205154.430000', '205154.890000', '205155.350000', '205155.810000', '205156.270000', '205156.730000', '205157.190000', '205157.650000', '205158.110000', '205158.570000', '205159.030000', '205159.490000', '205159.950000', '205200.410000', '205200.870000', '205201.330000', '205201.790000', '205202.250000', '205202.710000', '205203.170000', '205203.630000', '205204.090000', '205204.550000', '205205.010000', '205205.470000', '205205.930000', '205206.390000', '205206.850000', '205207.310000', '205207.770000', '205208.230000', '205208.690000', '205209.150000', '205209.610000', '205210.070000', '205210.530000', '205210.990000', '205211.450000', '205211.910000', '205212.370000', '205212.830000', '205213.290000', '205213.750000', '205214.210000', '205214.670000', '205215.130000', '205215.590000', '205216.050000', '205216.510000', '205216.970000', '205217.430000', '205217.890000', '205218.350000', '205218.810000', '205219.270000', '205219.730000', '205220.190000', '205220.650000', '205221.110000', '205221.570000', '205222.030000', '205222.490000', '205222.950000', '205223.410000', '205223.870000', '205224.330000', '205224.790000', '205225.250000', '205225.710000', '205226.170000', '205226.630000', '205227.090000', '205227.550000', '205228.010000', '205228.470000', '205228.930000', '205229.390000', '205229.850000', '205230.310000', '205230.770000', '205231.230000', '205231.690000', '205232.150000', '205232.610000', '205233.070000', '205233.530000', '205233.990000', '205234.450000', '205234.910000', '205235.370000', '205235.830000', '205236.290000', '205236.750000', '205237.210000', '205237.670000', '205238.130000', '205238.590000', '205239.050000', '205239.510000', '205239.970000', '205240.430000', '205240.890000', '205241.350000', '205241.810000', '205242.270000', '205242.730000', '205243.190000', '205243.650000', '205244.110000', '205244.570000', '205245.030000', '205245.490000', '205245.950000', '205246.410000', '205246.870000', '205247.330000', '205247.790000', '205248.250000', '205248.710000', '205249.170000', '205249.630000', '205250.090000', '205250.550000', '205251.010000', '205251.470000', '205251.930000', '205252.390000', '205252.850000', '205253.310000', '205253.770000', '205254.230000', '205254.690000', '205255.150000', '205255.610000', '205256.070000', '205256.530000', '205256.990000', '205257.450000', '205257.910000', '205258.370000', '205258.830000', '205259.290000', '205259.750000', '205300.210000', '205300.670000', '205301.130000', '205301.590000', '205302.050000', '205302.510000', '205302.970000', '205303.430000', '205303.890000', '205304.350000', '205304.810000', '205305.270000', '205305.730000', '205306.190000', '205306.650000', '205307.110000', '205307.570000', '205308.030000', '205308.490000', '205308.950000', '205309.410000', '205309.870000', '205310.330000', '205310.790000', '205311.250000', '205311.710000', '205312.170000', '205312.630000', '205313.090000', '205313.550000', '205314.010000', '205314.470000', '205314.930000', '205315.390000', '205315.850000', '205316.310000', '205316.770000', '205317.230000', '205317.690000', '205318.150000', '205318.610000', '205319.070000', '205319.530000', '205319.990000', '205320.450000', '205320.910000', '205321.370000', '205321.830000', '205322.290000', '205322.750000', '205323.210000', '205323.670000', '205324.130000', '205324.590000', '205325.050000', '205325.510000', '205325.970000', '205326.430000', '205326.890000', '205327.350000', '205327.810000', '205328.270000', '205328.730000', '205329.190000', '205329.650000', '205330.110000', '205330.570000', '205331.030000', '205331.490000', '205331.950000', '205332.410000', '205332.870000', '205333.330000', '205333.790000', '205334.250000', '205334.710000', '205335.170000', '205335.630000', '205336.090000', '205336.550000', '205337.010000', '205337.470000', '205337.930000', '205338.390000', '205338.850000', '205339.310000', '205339.770000', '205340.230000', '205340.690000', '205341.150000', '205341.610000', '205342.070000', '205342.530000', '205342.990000', '205343.450000', '205343.910000', '205344.370000', '205344.830000', '205345.290000', '205345.750000', '205346.210000', '205346.670000', '205347.130000', '205347.590000', '205348.050000', '205348.510000', '205348.970000', '205349.430000', '205349.890000', '205350.350000', '205350.810000', '205351.270000', '205351.730000', '205352.190000', '205352.650000', '205353.110000', '205353.570000', '205354.030000', '205354.490000', '205354.950000', '205355.410000', '205355.870000', '205356.330000', '205356.790000', '205357.250000', '205357.710000', '205358.170000', '205358.630000', '205359.090000', '205359.550000', '205400.010000', '205400.470000', '205400.930000', '205401.390000', '205401.850000', '205402.310000', '205402.770000', '205403.230000', '205403.690000', '205404.150000', '205404.610000', '205405.070000', '205405.530000', '205405.990000', '205406.450000', '205406.910000', '205407.370000', '205407.830000', '205408.290000', '205408.750000', '205409.210000', '205409.670000', '205410.130000', '205410.590000', '205411.050000', '205411.510000', '205411.970000', '205412.430000', '205412.890000', '205413.350000', '205413.810000', '205414.270000', '205414.730000', '205415.190000', '205415.650000', '205416.110000', '205416.570000', '205417.030000', '205417.490000', '205417.950000', '205418.410000', '205418.870000', '205419.330000', '205419.790000', '205420.250000', '205420.710000', '205421.170000', '205421.630000', '205422.090000', '205422.550000', '205423.010000', '205423.470000', '205423.930000', '205424.390000', '205424.850000', '205425.310000', '205425.770000', '205426.230000', '205426.690000', '205427.150000', '205427.610000', '205428.070000', '205428.530000', '205428.990000', '205429.450000', '205429.910000', '205430.370000', '205430.830000', '205431.290000', '205431.750000', '205432.210000', '205432.670000', '205433.130000', '205433.590000', '205434.050000', '205434.510000', '205434.970000', '205435.430000', '205435.890000', '205436.350000', '205436.810000', '205437.270000', '205437.730000', '205438.190000', '205438.650000', '205439.110000', '205439.570000', '205440.030000', '205440.490000', '205440.950000', '205441.410000', '205441.870000', '205442.330000', '205442.790000', '205443.250000', '205443.710000', '205444.170000', '205444.630000', '205445.090000', '205445.550000', '205446.010000', '205446.470000', '205446.930000', '205447.390000', '205447.850000', '205448.310000', '205448.770000', '205449.230000', '205449.690000', '205450.150000', '205450.610000', '205451.070000', '205451.530000', '205451.990000', '205452.450000', '205452.910000', '205453.370000', '205453.830000', '205454.290000', '205454.750000', '205455.210000', '205455.670000', '205456.130000', '205456.590000', '205457.050000', '205457.510000', '205457.970000', '205458.430000', '205458.890000', '205459.350000', '205459.810000', '205500.270000', '205500.730000', '205501.190000', '205501.650000', '205502.110000', '205502.570000', '205503.030000', '205503.490000', '205503.950000', '205504.410000', '205504.870000', '205505.330000', '205505.790000', '205506.250000', '205506.710000', '205507.170000', '205507.630000', '205508.090000', '205508.550000', '205509.010000', '205509.470000', '205509.930000', '205510.390000', '205510.850000', '205511.310000', '205511.770000', '205512.230000', '205512.690000', '205513.150000', '205513.610000', '205514.070000', '205514.530000', '205514.990000', '205515.450000', '205515.910000', '205516.370000', '205516.830000', '205517.290000', '205517.750000', '205518.210000', '205518.670000', '205519.130000', '205519.590000', '205520.050000', '205520.510000', '205520.970000', '205521.430000', '205521.890000', '205522.350000', '205522.810000', '205523.270000', '205523.730000', '205524.190000', '205524.650000', '205525.110000', '205525.570000', '205526.030000', '205526.490000', '205526.950000', '205527.410000', '205527.870000', '205528.330000', '205528.790000', '205529.250000', '205529.710000', '205530.170000', '205530.630000', '205531.090000', '205531.550000', '205532.010000', '205532.470000', '205532.930000', '205533.390000', '205533.850000', '205534.310000', '205534.770000', '205535.230000', '205535.690000', '205536.150000', '205536.610000', '205537.070000', '205537.530000', '205537.990000', '205538.450000', '205538.910000', '205539.370000', '205539.830000', '205540.290000', '205540.750000', '205541.210000', '205541.670000', '205542.130000', '205542.590000', '205543.050000', '205543.510000', '205543.970000', '205544.430000', '205544.890000', '205545.350000', '205545.810000', '205546.270000', '205546.730000', '205547.190000', '205547.650000', '205548.110000', '205548.570000', '205549.030000', '205549.490000', '205549.950000', '205550.410000', '205550.870000', '205551.330000', '205551.790000', '205552.250000', '205552.710000', '205553.170000', '205553.630000', '205554.090000', '205554.550000', '205555.010000', '205555.470000', '205555.930000', '205556.390000', '205556.850000', '205557.310000', '205557.770000', '205558.230000', '205558.690000', '205559.150000', '205559.610000', '205600.070000', '205600.530000', '205600.990000', '205601.450000', '205601.910000', '205602.370000', '205602.830000', '205603.290000', '205603.750000', '205604.210000', '205604.670000', '205605.130000', '205605.590000', '205606.050000', '205606.510000', '205606.970000', '205607.430000', '205607.890000', '205608.350000', '205608.810000', '205609.270000', '205609.730000', '205610.190000', '205610.650000', '205611.110000', '205611.570000', '205612.030000', '205612.490000', '205612.950000', '205613.410000', '205613.870000', '205614.330000', '205614.790000', '205615.250000', '205615.710000', '205616.170000', '205616.630000', '205617.090000', '205617.550000', '205618.010000', '205618.470000', '205618.930000', '205619.390000', '205619.850000', '205620.310000', '205620.770000', '205621.230000', '205621.690000', '205622.150000', '205622.610000', '205623.070000', '205623.530000', '205623.990000', '205624.450000', '205624.910000', '205625.370000', '205625.830000', '205626.290000', '205626.750000', '205627.210000', '205627.670000', '205628.130000', '205628.590000', '205629.050000', '205629.510000', '205629.970000', '205630.430000', '205630.890000', '205631.350000', '205631.810000', '205632.270000', '205632.730000', '205633.190000', '205633.650000', '205634.110000', '205634.570000', '205635.030000', '205635.490000', '205635.950000', '205636.410000', '205636.870000', '205637.330000', '205637.790000', '205638.250000', '205638.710000', '205639.170000', '205639.630000', '205640.090000', '205640.550000', '205641.010000', '205641.470000', '205641.930000', '205642.390000', '205642.850000', '205643.310000', '205643.770000', '205644.230000', '205644.690000', '205645.150000', '205645.610000', '205646.070000', '205646.530000', '205646.990000', '205647.450000', '205647.910000', '205648.370000', '205648.830000', '205649.290000', '205649.750000', '205650.210000', '205650.670000', '205651.130000', '205651.590000', '205652.050000', '205652.510000', '205652.970000', '205653.430000', '205653.890000', '205654.350000', '205654.810000', '205655.270000', '205655.730000', '205656.190000', '205656.650000', '205657.110000', '205657.570000', '205658.030000', '205658.490000', '205658.950000', '205659.410000', '205659.870000', '205700.330000', '205700.790000', '205701.250000', '205701.710000', '205702.170000', '205702.630000', '205703.090000', '205703.550000', '205704.010000', '205704.470000', '205704.930000', '205705.390000', '205705.850000', '205706.310000', '205706.770000', '205707.230000', '205707.690000', '205708.150000', '205708.610000', '205709.070000', '205709.530000', '205709.990000', '205710.450000', '205710.910000', '205711.370000', '205711.830000', '205712.290000', '205712.750000', '205713.210000', '205713.670000', '205714.130000', '205714.590000', '205715.050000', '205715.510000', '205715.970000', '205716.430000', '205716.890000', '205717.350000', '205717.810000', '205718.270000', '205718.730000', '205719.190000', '205719.650000', '205720.110000', '205720.570000', '205721.030000', '205721.490000', '205721.950000', '205722.410000', '205722.870000', '205723.330000', '205723.790000', '205724.250000', '205724.710000', '205725.170000', '205725.630000', '205726.090000', '205726.550000', '205727.010000', '205727.470000', '205727.930000', '205728.390000', '205728.850000', '205729.310000', '205729.770000', '205730.230000', '205730.690000', '205731.150000', '205731.610000', '205732.070000', '205732.530000', '205732.990000', '205733.450000', '205733.910000', '205734.370000', '205734.830000', '205735.290000', '205735.750000', '205736.210000', '205736.670000', '205737.130000', '205737.590000', '205738.050000', '205738.510000', '205738.970000', '205739.430000', '205739.890000', '205740.350000', '205740.810000', '205741.270000', '205741.730000', '205742.190000', '205742.650000', '205743.110000', '205743.570000', '205744.030000', '205744.490000', '205744.950000', '205745.410000', '205745.870000', '205746.330000', '205746.790000', '205747.250000', '205747.710000', '205748.170000', '205748.630000', '205749.090000', '205749.550000', '205750.010000', '205750.470000', '205750.930000', '205751.390000', '205751.850000', '205752.310000', '205752.770000', '205753.230000', '205753.690000', '205754.150000', '205754.610000', '205755.070000', '205755.530000', '205755.990000', '205756.450000', '205756.910000', '205757.370000', '205757.830000', '205758.290000', '205758.750000', '205759.210000', '205759.670000', '205800.130000', '205800.590000', '205801.050000', '205801.510000', '205801.970000', '205802.430000', '205802.890000', '205803.350000', '205803.810000', '205804.270000', '205804.730000', '205805.190000', '205805.650000', '205806.110000', '205806.570000', '205807.030000', '205807.490000', '205807.950000', '205808.410000', '205808.870000', '205809.330000', '205809.790000', '205810.250000', '205810.710000', '205811.170000', '205811.630000', '205812.090000', '205812.550000', '205813.010000', '205813.470000', '205813.930000', '205814.390000', '205814.850000', '205815.310000', '205815.770000', '205816.230000', '205816.690000', '205817.150000', '205817.610000', '205818.070000', '205818.530000', '205818.990000', '205819.450000', '205819.910000', '205820.370000', '205820.830000', '205821.290000', '205821.750000', '205822.210000', '205822.670000', '205823.130000', '205823.590000', '205824.050000', '205824.510000', '205824.970000', '205825.430000', '205825.890000', '205826.350000', '205826.810000', '205827.270000', '205827.730000', '205828.190000', '205828.650000', '205829.110000', '205829.570000', '205830.030000', '205830.490000'], 'ContentTime': ['204844.703000', '204844.706000', '204844.708000', '204844.711000', '204844.714000', '204844.716000', '204844.719000', '204844.721000', '204844.724000', '204844.727000', '204844.729000', '204844.732000', '204844.734000', '204844.741000', '204844.743000', '204844.746000', '204844.749000', '204844.751000', '204844.754000', '204844.756000', '204844.759000', '204844.761000', '204844.764000', '204844.766000', '204844.769000', '204844.771000', '204844.774000', '204844.777000', '204844.779000', '204844.782000', '204844.784000', '204844.787000', '204844.789000', '204844.792000', '204844.794000', '204844.797000', '204844.800000', '204844.802000', '204844.805000', '204844.807000', '204844.810000', '204844.829000', '204844.831000', '204844.834000', '204844.837000', '204904.657000', '204904.660000', '204904.663000', '204904.665000', '204904.668000', '204904.670000', '204904.673000', '204904.675000', '204904.678000', '204904.680000', '204904.683000', '204904.685000', '204904.688000', '204904.691000', '204904.693000', '204904.696000', '204904.698000', '204904.701000', '204904.703000', '204904.706000', '204904.708000', '204904.711000', '204904.713000', '204904.716000', '204904.718000', '204904.721000', '204904.723000', '204904.726000', '204904.729000', '204904.731000', '204904.734000', '204904.736000', '204904.739000', '204904.741000', '204904.744000', '204904.747000', '204904.749000', '204904.752000', '204904.754000', '204904.757000', '204904.777000', '204904.779000', '204904.782000', '204904.784000', '204924.657000', '204924.660000', '204924.663000', '204924.665000', '204924.668000', '204924.670000', '204924.673000', '204924.676000', '204924.678000', '204924.681000', '204924.683000', '204924.686000', '204924.688000', '204924.691000', '204924.693000', '204924.696000', '204924.699000', '204924.701000', '204924.704000', '204924.706000', '204924.709000', '204924.711000', '204924.714000', '204924.717000', '204924.719000', '204924.722000', '204924.724000', '204924.727000', '204924.729000', '204924.732000', '204924.734000', '204924.737000', '204924.739000', '204924.742000', '204924.745000', '204924.747000', '204924.750000', '204924.752000', '204924.755000', '204924.757000', '204924.760000', '204924.762000', '204924.765000', '204944.657000', '204944.660000', '204944.663000', '204944.665000', '204944.668000', '204944.671000', '204944.673000', '204944.676000', '204944.678000', '204944.681000', '204944.683000', '204944.686000', '204944.689000', '204944.691000', '204944.694000', '204944.696000', '204944.699000', '204944.702000', '204944.704000', '204944.707000', '204944.723000', '204944.726000', '204944.729000', '204944.731000', '204944.734000', '204944.736000', '204944.739000', '204944.742000', '204944.744000', '204944.747000', '204944.749000', '204944.752000', '204944.755000', '204944.757000', '204944.760000', '204944.762000', '204944.765000', '204944.768000', '204944.770000', '204944.773000', '204944.775000', '204944.778000', '204944.780000', '205004.657000', '205004.660000', '205004.663000', '205004.665000', '205004.668000', '205004.670000', '205004.673000', '205004.676000', '205004.678000', '205004.681000', '205004.683000', '205004.686000', '205004.688000', '205004.691000', '205004.693000', '205004.696000', '205004.699000', '205004.701000', '205004.704000', '205004.706000', '205004.709000', '205004.711000', '205004.714000', '205004.717000', '205004.719000', '205004.722000', '205004.727000', '205004.729000', '205004.732000', '205004.734000', '205004.737000', '205004.739000', '205004.742000', '205004.744000', '205004.747000', '205004.749000', '205004.752000', '205004.755000', '205004.757000', '205004.760000', '205004.762000', '205004.765000', '205004.767000', '205004.770000', '205024.658000', '205024.660000', '205024.663000', '205024.666000', '205024.668000', '205024.671000', '205024.673000', '205024.676000', '205024.679000', '205024.681000', '205024.684000', '205024.687000', '205024.689000', '205024.692000', '205024.694000', '205024.697000', '205024.700000', '205024.702000', '205024.705000', '205024.707000', '205024.710000', '205024.722000', '205024.724000', '205024.727000', '205024.730000', '205024.732000', '205024.735000', '205024.744000', '205024.746000', '205024.749000', '205024.751000', '205024.754000', '205024.756000', '205024.759000', '205024.762000', '205024.764000', '205024.767000', '205024.769000', '205024.772000', '205024.775000', '205024.777000', '205024.780000', '205024.782000', '205044.659000', '205044.662000', '205044.664000', '205044.667000', '205044.669000', '205044.672000', '205044.674000', '205044.677000', '205044.680000', '205044.682000', '205044.685000', '205044.687000', '205044.690000', '205044.693000', '205044.695000', '205044.698000', '205044.700000', '205044.703000', '205044.706000', '205044.708000', '205044.711000', '205044.713000', '205044.716000', '205044.719000', '205044.721000', '205044.724000', '205044.726000', '205044.729000', '205044.731000', '205044.734000', '205044.737000', '205044.739000', '205044.742000', '205044.744000', '205044.747000', '205044.750000', '205044.752000', '205044.755000', '205044.757000', '205044.760000', '205044.762000', '205044.765000', '205044.768000', '205044.770000', '205104.659000', '205104.662000', '205104.664000', '205104.667000', '205104.669000', '205104.672000', '205104.674000', '205104.677000', '205104.680000', '205104.682000', '205104.685000', '205104.687000', '205104.690000', '205104.694000', '205104.696000', '205104.699000', '205104.702000', '205104.705000', '205104.707000', '205104.710000', '205104.712000', '205104.715000', '205104.717000', '205104.720000', '205104.723000', '205104.725000', '205104.728000', '205104.730000', '205104.733000', '205104.735000', '205104.738000', '205104.740000', '205104.743000', '205104.746000', '205104.748000', '205104.751000', '205104.754000', '205104.757000', '205104.760000', '205104.762000', '205104.769000', '205104.771000', '205104.774000', '205124.657000', '205124.660000', '205124.663000', '205124.665000', '205124.668000', '205124.670000', '205124.673000', '205124.676000', '205124.678000', '205124.681000', '205124.683000', '205124.686000', '205124.688000', '205124.691000', '205124.693000', '205124.696000', '205124.699000', '205124.701000', '205124.704000', '205124.706000', '205124.709000', '205124.712000', '205124.714000', '205124.717000', '205124.719000', '205124.722000', '205124.724000', '205124.727000', '205124.730000', '205124.732000', '205124.735000', '205124.737000', '205124.740000', '205124.742000', '205124.745000', '205124.748000', '205124.750000', '205124.753000', '205124.755000', '205124.758000', '205124.760000', '205124.763000', '205124.766000', '205124.768000', '205144.657000', '205144.660000', '205144.663000', '205144.665000', '205144.668000', '205144.671000', '205144.673000', '205144.676000', '205144.678000', '205144.681000', '205144.683000', '205144.686000', '205144.688000', '205144.691000', '205144.694000', '205144.696000', '205144.699000', '205144.701000', '205144.704000', '205144.707000', '205144.709000', '205144.712000', '205144.714000', '205144.717000', '205144.720000', '205144.722000', '205144.725000', '205144.728000', '205144.730000', '205144.733000', '205144.735000', '205144.738000', '205144.741000', '205144.743000', '205144.746000', '205144.748000', '205144.751000', '205144.754000', '205144.756000', '205144.759000', '205144.761000', '205144.764000', '205144.766000', '205204.658000', '205204.661000', '205204.663000', '205204.677000', '205204.680000', '205204.682000', '205204.685000', '205204.687000', '205204.690000', '205204.692000', '205204.695000', '205204.698000', '205204.700000', '205204.703000', '205204.706000', '205204.708000', '205204.711000', '205204.713000', '205204.716000', '205204.719000', '205204.721000', '205204.724000', '205204.727000', '205204.729000', '205204.732000', '205204.734000', '205204.737000', '205204.739000', '205204.742000', '205204.744000', '205204.747000', '205204.750000', '205204.752000', '205204.755000', '205204.757000', '205204.760000', '205204.763000', '205204.765000', '205204.768000', '205204.770000', '205204.773000', '205204.775000', '205204.778000', '205204.780000', '205224.657000', '205224.660000', '205224.663000', '205224.666000', '205224.668000', '205224.671000', '205224.673000', '205224.676000', '205224.678000', '205224.681000', '205224.684000', '205224.686000', '205224.689000', '205224.691000', '205224.694000', '205224.696000', '205224.699000', '205224.702000', '205224.704000', '205224.707000', '205224.709000', '205224.712000', '205224.714000', '205224.717000', '205224.720000', '205224.722000', '205224.725000', '205224.727000', '205224.730000', '205224.732000', '205224.735000', '205224.738000', '205224.740000', '205224.743000', '205224.745000', '205224.748000', '205224.751000', '205224.753000', '205224.756000', '205224.758000', '205224.761000', '205224.763000', '205224.766000', '205244.658000', '205244.660000', '205244.663000', '205244.666000', '205244.668000', '205244.671000', '205244.673000', '205244.676000', '205244.679000', '205244.681000', '205244.684000', '205244.686000', '205244.689000', '205244.691000', '205244.694000', '205244.697000', '205244.699000', '205244.702000', '205244.704000', '205244.707000', '205244.710000', '205244.712000', '205244.715000', '205244.717000', '205244.720000', '205244.722000', '205244.725000', '205244.727000', '205244.730000', '205244.733000', '205244.735000', '205244.738000', '205244.740000', '205244.743000', '205244.745000', '205244.748000', '205244.751000', '205244.753000', '205244.756000', '205244.758000', '205244.761000', '205244.763000', '205244.766000', '205244.769000', '205304.659000', '205304.662000', '205304.664000', '205304.667000', '205304.669000', '205304.672000', '205304.674000', '205304.677000', '205304.680000', '205304.682000', '205304.685000', '205304.687000', '205304.690000', '205304.692000', '205304.695000', '205304.698000', '205304.700000', '205304.703000', '205304.705000', '205304.708000', '205304.711000', '205304.713000', '205304.716000', '205304.718000', '205304.721000', '205304.724000', '205304.726000', '205304.729000', '205304.731000', '205304.734000', '205304.737000', '205304.739000', '205304.742000', '205304.744000', '205304.747000', '205304.749000', '205304.752000', '205304.755000', '205304.757000', '205304.760000', '205304.762000', '205304.765000', '205304.768000', '205324.658000', '205324.661000', '205324.664000', '205324.666000', '205324.669000', '205324.672000', '205324.674000', '205324.677000', '205324.680000', '205324.682000', '205324.685000', '205324.687000', '205324.690000', '205324.692000', '205324.695000', '205324.698000', '205324.700000', '205324.703000', '205324.705000', '205324.708000', '205324.711000', '205324.713000', '205324.716000', '205324.718000', '205324.721000', '205324.723000', '205324.726000', '205324.729000', '205324.743000', '205324.746000', '205324.749000', '205324.751000', '205324.754000', '205324.756000', '205324.759000', '205324.761000', '205324.764000', '205324.766000', '205324.769000', '205324.772000', '205324.774000', '205324.777000', '205324.780000', '205324.782000', '205344.657000', '205344.660000', '205344.663000', '205344.666000', '205344.668000', '205344.671000', '205344.673000', '205344.676000', '205344.678000', '205344.681000', '205344.684000', '205344.686000', '205344.689000', '205344.691000', '205344.694000', '205344.696000', '205344.699000', '205344.702000', '205344.704000', '205344.707000', '205344.709000', '205344.712000', '205344.714000', '205344.717000', '205344.720000', '205344.722000', '205344.725000', '205344.727000', '205344.730000', '205344.733000', '205344.735000', '205344.738000', '205344.740000', '205344.743000', '205344.745000', '205344.748000', '205344.751000', '205344.753000', '205344.756000', '205344.758000', '205344.761000', '205344.763000', '205344.766000', '205404.657000', '205404.660000', '205404.663000', '205404.665000', '205404.668000', '205404.671000', '205404.673000', '205404.676000', '205404.679000', '205404.681000', '205404.684000', '205404.686000', '205404.689000', '205404.691000', '205404.694000', '205404.697000', '205404.699000', '205404.702000', '205404.704000', '205404.707000', '205404.710000', '205404.712000', '205404.715000', '205404.717000', '205404.720000', '205404.722000', '205404.725000', '205404.728000', '205404.730000', '205404.733000', '205404.735000', '205404.738000', '205404.740000', '205404.743000', '205404.746000', '205404.748000', '205404.751000', '205404.753000', '205404.756000', '205404.758000', '205404.761000', '205404.764000', '205404.766000', '205404.769000', '205424.658000', '205424.660000', '205424.663000', '205424.666000', '205424.668000', '205424.671000', '205424.673000', '205424.676000', '205424.679000', '205424.681000', '205424.684000', '205424.686000', '205424.689000', '205424.692000', '205424.694000', '205424.697000', '205424.699000', '205424.702000', '205424.705000', '205424.707000', '205424.710000', '205424.712000', '205424.715000', '205424.717000', '205424.720000', '205424.723000', '205424.725000', '205424.728000', '205424.730000', '205424.733000', '205424.736000', '205424.738000', '205424.741000', '205424.744000', '205424.746000', '205424.749000', '205424.751000', '205424.754000', '205424.756000', '205424.759000', '205424.762000', '205424.764000', '205424.768000', '205444.657000', '205444.660000', '205444.663000', '205444.666000', '205444.668000', '205444.671000', '205444.673000', '205444.676000', '205444.679000', '205444.681000', '205444.684000', '205444.687000', '205444.689000', '205444.692000', '205444.695000', '205444.697000', '205444.700000', '205444.702000', '205444.705000', '205444.708000', '205444.710000', '205444.713000', '205444.716000', '205444.718000', '205444.721000', '205444.723000', '205444.726000', '205444.729000', '205444.731000', '205444.734000', '205444.736000', '205444.739000', '205444.742000', '205444.744000', '205444.747000', '205444.749000', '205444.752000', '205444.755000', '205444.786000', '205444.789000', '205444.791000', '205444.794000', '205444.797000', '205444.888000', '205504.658000', '205504.660000', '205504.663000', '205504.666000', '205504.668000', '205504.671000', '205504.673000', '205504.676000', '205504.678000', '205504.681000', '205504.684000', '205504.686000', '205504.689000', '205504.691000', '205504.694000', '205504.697000', '205504.699000', '205504.702000', '205504.704000', '205504.707000', '205504.710000', '205504.712000', '205504.715000', '205504.717000', '205504.720000', '205504.722000', '205504.725000', '205504.728000', '205504.730000', '205504.733000', '205504.735000', '205504.738000', '205504.740000', '205504.743000', '205504.746000', '205504.748000', '205504.751000', '205504.754000', '205504.756000', '205504.759000', '205504.761000', '205504.764000', '205504.766000', '205524.658000', '205524.661000', '205524.664000', '205524.667000', '205524.669000', '205524.672000', '205524.674000', '205524.677000', '205524.680000', '205524.682000', '205524.685000', '205524.687000', '205524.690000', '205524.692000', '205524.695000', '205524.698000', '205524.700000', '205524.703000', '205524.705000', '205524.708000', '205524.710000', '205524.713000', '205524.716000', '205524.719000', '205524.721000', '205524.724000', '205524.726000', '205524.729000', '205524.731000', '205524.734000', '205524.737000', '205524.739000', '205524.742000', '205524.744000', '205524.747000', '205524.750000', '205524.752000', '205524.755000', '205524.757000', '205524.760000', '205524.762000', '205524.765000', '205524.768000', '205524.770000', '205544.659000', '205544.661000', '205544.664000', '205544.667000', '205544.669000', '205544.672000', '205544.674000', '205544.677000', '205544.680000', '205544.682000', '205544.685000', '205544.687000', '205544.690000', '205544.692000', '205544.695000', '205544.698000', '205544.700000', '205544.703000', '205544.705000', '205544.708000', '205544.711000', '205544.713000', '205544.716000', '205544.719000', '205544.721000', '205544.724000', '205544.726000', '205544.729000', '205544.732000', '205544.734000', '205544.737000', '205544.739000', '205544.742000', '205544.745000', '205544.747000', '205544.750000', '205544.753000', '205544.755000', '205544.758000', '205544.760000', '205544.763000', '205544.766000', '205544.768000', '205604.657000', '205604.660000', '205604.663000', '205604.666000', '205604.668000', '205604.671000', '205604.675000', '205604.677000', '205604.680000', '205604.683000', '205604.685000', '205604.688000', '205604.690000', '205604.693000', '205604.696000', '205604.698000', '205604.701000', '205604.704000', '205604.706000', '205604.709000', '205604.711000', '205604.714000', '205604.717000', '205604.719000', '205604.722000', '205604.724000', '205604.727000', '205604.730000', '205604.733000', '205604.735000', '205604.738000', '205604.740000', '205604.743000', '205604.746000', '205604.748000', '205604.751000', '205604.754000', '205604.756000', '205604.759000', '205604.761000', '205604.764000', '205604.767000', '205604.769000', '205604.772000', '205624.658000', '205624.661000', '205624.663000', '205624.666000', '205624.668000', '205624.671000', '205624.674000', '205624.676000', '205624.679000', '205624.682000', '205624.684000', '205624.687000', '205624.689000', '205624.692000', '205624.694000', '205624.697000', '205624.700000', '205624.702000', '205624.705000', '205624.707000', '205624.710000', '205624.713000', '205624.715000', '205624.718000', '205624.720000', '205624.723000', '205624.726000', '205624.728000', '205624.731000', '205624.733000', '205624.736000', '205624.739000', '205624.741000', '205624.744000', '205624.747000', '205624.749000', '205624.752000', '205624.754000', '205624.757000', '205624.759000', '205624.762000', '205624.765000', '205624.767000', '205644.657000', '205644.660000', '205644.663000', '205644.665000', '205644.668000', '205644.671000', '205644.673000', '205644.676000', '205644.678000', '205644.681000', '205644.684000', '205644.686000', '205644.689000', '205644.691000', '205644.694000', '205644.697000', '205644.699000', '205644.702000', '205644.704000', '205644.707000', '205644.710000', '205644.712000', '205644.715000', '205644.717000', '205644.720000', '205644.722000', '205644.725000', '205644.728000', '205644.730000', '205644.733000', '205644.735000', '205644.738000', '205644.741000', '205644.743000', '205644.746000', '205644.748000', '205644.751000', '205644.754000', '205644.756000', '205644.759000', '205644.761000', '205644.764000', '205644.766000', '205644.769000', '205704.658000', '205704.660000', '205704.663000', '205704.666000', '205704.668000', '205704.671000', '205704.673000', '205704.676000', '205704.678000', '205704.681000', '205704.684000', '205704.686000', '205704.689000', '205704.691000', '205704.694000', '205704.696000', '205704.699000', '205704.702000', '205704.704000', '205704.707000', '205704.710000', '205704.712000', '205704.715000', '205704.717000', '205704.720000', '205704.722000', '205704.725000', '205704.728000', '205704.730000', '205704.733000', '205704.735000', '205704.738000', '205704.741000', '205704.743000', '205704.746000', '205704.748000', '205704.751000', '205704.754000', '205704.756000', '205704.759000', '205704.761000', '205704.764000', '205704.767000', '205724.657000', '205724.660000', '205724.663000', '205724.665000', '205724.668000', '205724.671000', '205724.673000', '205724.676000', '205724.678000', '205724.681000', '205724.683000', '205724.686000', '205724.688000', '205724.691000', '205724.694000', '205724.696000', '205724.699000', '205724.701000', '205724.704000', '205724.707000', '205724.710000', '205724.713000', '205724.715000', '205724.718000', '205724.721000', '205724.723000', '205724.726000', '205724.728000', '205724.731000', '205724.733000', '205724.737000', '205724.747000', '205724.749000', '205724.752000', '205724.754000', '205724.757000', '205724.759000', '205724.762000', '205724.765000', '205724.767000', '205724.770000', '205724.773000', '205724.775000', '205724.778000', '205744.678000', '205744.681000', '205744.684000', '205744.687000', '205744.689000', '205744.692000', '205744.694000', '205744.697000', '205744.700000', '205744.702000', '205744.705000', '205744.707000', '205744.710000', '205744.713000', '205744.715000', '205744.718000', '205744.720000', '205744.723000', '205744.726000', '205744.728000', '205744.731000', '205744.733000', '205744.736000', '205744.739000', '205744.741000', '205744.744000', '205744.746000', '205744.749000', '205744.752000', '205744.754000', '205744.757000', '205744.759000', '205744.762000', '205744.764000', '205744.767000', '205744.770000', '205744.772000', '205744.775000', '205744.777000', '205744.780000', '205744.783000', '205744.785000', '205744.788000', '205804.658000', '205804.661000', '205804.663000', '205804.666000', '205804.668000', '205804.671000', '205804.674000', '205804.676000', '205804.679000', '205804.681000', '205804.684000', '205804.687000', '205804.689000', '205804.692000', '205804.694000', '205804.697000', '205804.700000', '205804.702000', '205804.705000', '205804.707000', '205804.710000', '205804.713000', '205804.715000', '205804.718000', '205804.720000', '205804.723000', '205804.725000', '205804.728000', '205804.731000', '205804.733000', '205804.736000', '205804.738000', '205804.741000', '205804.744000', '205804.746000', '205804.749000', '205804.751000', '205804.754000', '205804.757000', '205804.759000', '205804.762000', '205804.765000', '205804.767000', '205824.658000', '205824.660000', '205824.663000', '205824.666000', '205824.668000', '205824.671000', '205824.673000', '205824.676000', '205824.679000', '205824.681000', '205824.684000', '205824.686000', '205824.689000', '205824.692000', '205824.694000', '205824.697000', '205824.699000', '205824.702000', '205824.705000', '205824.707000', '205824.710000', '205824.712000', '205824.715000', '205824.718000', '205824.720000', '205824.723000', '205824.725000', '205824.728000', '205824.731000', '205824.733000', '205824.736000', '205824.738000', '205824.741000', '205824.744000', '205824.746000', '205824.749000', '205824.751000', '205824.754000', '205824.757000', '205824.759000', '205824.762000', '205824.764000', '205824.767000', '205824.769000', '205831.819000', '205831.822000', '205831.824000', '205831.827000', '205831.830000', '205831.832000', '205831.835000', '205831.838000', '205831.840000', '205831.843000', '205831.845000', '205831.848000', '205831.851000', '205831.853000', '205831.856000', '205831.858000'], 'InstanceCreationTime': ['204844.703000', '204844.706000', '204844.708000', '204844.711000', '204844.714000', '204844.716000', '204844.719000', '204844.721000', '204844.724000', '204844.727000', '204844.729000', '204844.732000', '204844.734000', '204844.741000', '204844.743000', '204844.746000', '204844.749000', '204844.751000', '204844.754000', '204844.756000', '204844.759000', '204844.761000', '204844.764000', '204844.766000', '204844.769000', '204844.771000', '204844.774000', '204844.777000', '204844.779000', '204844.782000', '204844.784000', '204844.787000', '204844.789000', '204844.792000', '204844.794000', '204844.797000', '204844.800000', '204844.802000', '204844.805000', '204844.807000', '204844.810000', '204844.829000', '204844.831000', '204844.834000', '204844.837000', '204904.657000', '204904.660000', '204904.663000', '204904.665000', '204904.668000', '204904.670000', '204904.673000', '204904.675000', '204904.678000', '204904.680000', '204904.683000', '204904.685000', '204904.688000', '204904.691000', '204904.693000', '204904.696000', '204904.698000', '204904.701000', '204904.703000', '204904.706000', '204904.708000', '204904.711000', '204904.713000', '204904.716000', '204904.718000', '204904.721000', '204904.723000', '204904.726000', '204904.729000', '204904.731000', '204904.734000', '204904.736000', '204904.739000', '204904.741000', '204904.744000', '204904.747000', '204904.749000', '204904.752000', '204904.754000', '204904.757000', '204904.777000', '204904.779000', '204904.782000', '204904.784000', '204924.657000', '204924.660000', '204924.663000', '204924.665000', '204924.668000', '204924.670000', '204924.673000', '204924.676000', '204924.678000', '204924.681000', '204924.683000', '204924.686000', '204924.688000', '204924.691000', '204924.693000', '204924.696000', '204924.699000', '204924.701000', '204924.704000', '204924.706000', '204924.709000', '204924.711000', '204924.714000', '204924.717000', '204924.719000', '204924.722000', '204924.724000', '204924.727000', '204924.729000', '204924.732000', '204924.734000', '204924.737000', '204924.739000', '204924.742000', '204924.745000', '204924.747000', '204924.750000', '204924.752000', '204924.755000', '204924.757000', '204924.760000', '204924.762000', '204924.765000', '204944.657000', '204944.660000', '204944.663000', '204944.665000', '204944.668000', '204944.671000', '204944.673000', '204944.676000', '204944.678000', '204944.681000', '204944.683000', '204944.686000', '204944.689000', '204944.691000', '204944.694000', '204944.696000', '204944.699000', '204944.702000', '204944.704000', '204944.707000', '204944.723000', '204944.726000', '204944.729000', '204944.731000', '204944.734000', '204944.736000', '204944.739000', '204944.742000', '204944.744000', '204944.747000', '204944.749000', '204944.752000', '204944.755000', '204944.757000', '204944.760000', '204944.762000', '204944.765000', '204944.768000', '204944.770000', '204944.773000', '204944.775000', '204944.778000', '204944.780000', '205004.657000', '205004.660000', '205004.663000', '205004.665000', '205004.668000', '205004.670000', '205004.673000', '205004.676000', '205004.678000', '205004.681000', '205004.683000', '205004.686000', '205004.688000', '205004.691000', '205004.693000', '205004.696000', '205004.699000', '205004.701000', '205004.704000', '205004.706000', '205004.709000', '205004.711000', '205004.714000', '205004.717000', '205004.719000', '205004.722000', '205004.727000', '205004.729000', '205004.732000', '205004.734000', '205004.737000', '205004.739000', '205004.742000', '205004.744000', '205004.747000', '205004.749000', '205004.752000', '205004.755000', '205004.757000', '205004.760000', '205004.762000', '205004.765000', '205004.767000', '205004.770000', '205024.658000', '205024.660000', '205024.663000', '205024.666000', '205024.668000', '205024.671000', '205024.673000', '205024.676000', '205024.679000', '205024.681000', '205024.684000', '205024.687000', '205024.689000', '205024.692000', '205024.694000', '205024.697000', '205024.700000', '205024.702000', '205024.705000', '205024.707000', '205024.710000', '205024.722000', '205024.724000', '205024.727000', '205024.730000', '205024.732000', '205024.735000', '205024.744000', '205024.746000', '205024.749000', '205024.751000', '205024.754000', '205024.756000', '205024.759000', '205024.762000', '205024.764000', '205024.767000', '205024.769000', '205024.772000', '205024.775000', '205024.777000', '205024.780000', '205024.782000', '205044.659000', '205044.662000', '205044.664000', '205044.667000', '205044.669000', '205044.672000', '205044.674000', '205044.677000', '205044.680000', '205044.682000', '205044.685000', '205044.687000', '205044.690000', '205044.693000', '205044.695000', '205044.698000', '205044.700000', '205044.703000', '205044.706000', '205044.708000', '205044.711000', '205044.713000', '205044.716000', '205044.719000', '205044.721000', '205044.724000', '205044.726000', '205044.729000', '205044.731000', '205044.734000', '205044.737000', '205044.739000', '205044.742000', '205044.744000', '205044.747000', '205044.750000', '205044.752000', '205044.755000', '205044.757000', '205044.760000', '205044.762000', '205044.765000', '205044.768000', '205044.770000', '205104.659000', '205104.662000', '205104.664000', '205104.667000', '205104.669000', '205104.672000', '205104.674000', '205104.677000', '205104.680000', '205104.682000', '205104.685000', '205104.687000', '205104.690000', '205104.694000', '205104.696000', '205104.699000', '205104.702000', '205104.705000', '205104.707000', '205104.710000', '205104.712000', '205104.715000', '205104.717000', '205104.720000', '205104.723000', '205104.725000', '205104.728000', '205104.730000', '205104.733000', '205104.735000', '205104.738000', '205104.740000', '205104.743000', '205104.746000', '205104.748000', '205104.751000', '205104.754000', '205104.757000', '205104.760000', '205104.762000', '205104.769000', '205104.771000', '205104.774000', '205124.657000', '205124.660000', '205124.663000', '205124.665000', '205124.668000', '205124.670000', '205124.673000', '205124.676000', '205124.678000', '205124.681000', '205124.683000', '205124.686000', '205124.688000', '205124.691000', '205124.693000', '205124.696000', '205124.699000', '205124.701000', '205124.704000', '205124.706000', '205124.709000', '205124.712000', '205124.714000', '205124.717000', '205124.719000', '205124.722000', '205124.724000', '205124.727000', '205124.730000', '205124.732000', '205124.735000', '205124.737000', '205124.740000', '205124.742000', '205124.745000', '205124.748000', '205124.750000', '205124.753000', '205124.755000', '205124.758000', '205124.760000', '205124.763000', '205124.766000', '205124.768000', '205144.657000', '205144.660000', '205144.663000', '205144.665000', '205144.668000', '205144.671000', '205144.673000', '205144.676000', '205144.678000', '205144.681000', '205144.683000', '205144.686000', '205144.688000', '205144.691000', '205144.694000', '205144.696000', '205144.699000', '205144.701000', '205144.704000', '205144.707000', '205144.709000', '205144.712000', '205144.714000', '205144.717000', '205144.720000', '205144.722000', '205144.725000', '205144.728000', '205144.730000', '205144.733000', '205144.735000', '205144.738000', '205144.741000', '205144.743000', '205144.746000', '205144.748000', '205144.751000', '205144.754000', '205144.756000', '205144.759000', '205144.761000', '205144.764000', '205144.766000', '205204.658000', '205204.661000', '205204.663000', '205204.677000', '205204.680000', '205204.682000', '205204.685000', '205204.687000', '205204.690000', '205204.692000', '205204.695000', '205204.698000', '205204.700000', '205204.703000', '205204.706000', '205204.708000', '205204.711000', '205204.713000', '205204.716000', '205204.719000', '205204.721000', '205204.724000', '205204.727000', '205204.729000', '205204.732000', '205204.734000', '205204.737000', '205204.739000', '205204.742000', '205204.744000', '205204.747000', '205204.750000', '205204.752000', '205204.755000', '205204.757000', '205204.760000', '205204.763000', '205204.765000', '205204.768000', '205204.770000', '205204.773000', '205204.775000', '205204.778000', '205204.780000', '205224.657000', '205224.660000', '205224.663000', '205224.666000', '205224.668000', '205224.671000', '205224.673000', '205224.676000', '205224.678000', '205224.681000', '205224.684000', '205224.686000', '205224.689000', '205224.691000', '205224.694000', '205224.696000', '205224.699000', '205224.702000', '205224.704000', '205224.707000', '205224.709000', '205224.712000', '205224.714000', '205224.717000', '205224.720000', '205224.722000', '205224.725000', '205224.727000', '205224.730000', '205224.732000', '205224.735000', '205224.738000', '205224.740000', '205224.743000', '205224.745000', '205224.748000', '205224.751000', '205224.753000', '205224.756000', '205224.758000', '205224.761000', '205224.763000', '205224.766000', '205244.658000', '205244.660000', '205244.663000', '205244.666000', '205244.668000', '205244.671000', '205244.673000', '205244.676000', '205244.679000', '205244.681000', '205244.684000', '205244.686000', '205244.689000', '205244.691000', '205244.694000', '205244.697000', '205244.699000', '205244.702000', '205244.704000', '205244.707000', '205244.710000', '205244.712000', '205244.715000', '205244.717000', '205244.720000', '205244.722000', '205244.725000', '205244.727000', '205244.730000', '205244.733000', '205244.735000', '205244.738000', '205244.740000', '205244.743000', '205244.745000', '205244.748000', '205244.751000', '205244.753000', '205244.756000', '205244.758000', '205244.761000', '205244.763000', '205244.766000', '205244.769000', '205304.659000', '205304.662000', '205304.664000', '205304.667000', '205304.669000', '205304.672000', '205304.674000', '205304.677000', '205304.680000', '205304.682000', '205304.685000', '205304.687000', '205304.690000', '205304.692000', '205304.695000', '205304.698000', '205304.700000', '205304.703000', '205304.705000', '205304.708000', '205304.711000', '205304.713000', '205304.716000', '205304.718000', '205304.721000', '205304.724000', '205304.726000', '205304.729000', '205304.731000', '205304.734000', '205304.737000', '205304.739000', '205304.742000', '205304.744000', '205304.747000', '205304.749000', '205304.752000', '205304.755000', '205304.757000', '205304.760000', '205304.762000', '205304.765000', '205304.768000', '205324.658000', '205324.661000', '205324.664000', '205324.666000', '205324.669000', '205324.672000', '205324.674000', '205324.677000', '205324.680000', '205324.682000', '205324.685000', '205324.687000', '205324.690000', '205324.692000', '205324.695000', '205324.698000', '205324.700000', '205324.703000', '205324.705000', '205324.708000', '205324.711000', '205324.713000', '205324.716000', '205324.718000', '205324.721000', '205324.723000', '205324.726000', '205324.729000', '205324.743000', '205324.746000', '205324.749000', '205324.751000', '205324.754000', '205324.756000', '205324.759000', '205324.761000', '205324.764000', '205324.766000', '205324.769000', '205324.772000', '205324.774000', '205324.777000', '205324.780000', '205324.782000', '205344.657000', '205344.660000', '205344.663000', '205344.666000', '205344.668000', '205344.671000', '205344.673000', '205344.676000', '205344.678000', '205344.681000', '205344.684000', '205344.686000', '205344.689000', '205344.691000', '205344.694000', '205344.696000', '205344.699000', '205344.702000', '205344.704000', '205344.707000', '205344.709000', '205344.712000', '205344.714000', '205344.717000', '205344.720000', '205344.722000', '205344.725000', '205344.727000', '205344.730000', '205344.733000', '205344.735000', '205344.738000', '205344.740000', '205344.743000', '205344.745000', '205344.748000', '205344.751000', '205344.753000', '205344.756000', '205344.758000', '205344.761000', '205344.763000', '205344.766000', '205404.657000', '205404.660000', '205404.663000', '205404.665000', '205404.668000', '205404.671000', '205404.673000', '205404.676000', '205404.679000', '205404.681000', '205404.684000', '205404.686000', '205404.689000', '205404.691000', '205404.694000', '205404.697000', '205404.699000', '205404.702000', '205404.704000', '205404.707000', '205404.710000', '205404.712000', '205404.715000', '205404.717000', '205404.720000', '205404.722000', '205404.725000', '205404.728000', '205404.730000', '205404.733000', '205404.735000', '205404.738000', '205404.740000', '205404.743000', '205404.746000', '205404.748000', '205404.751000', '205404.753000', '205404.756000', '205404.758000', '205404.761000', '205404.764000', '205404.766000', '205404.769000', '205424.658000', '205424.660000', '205424.663000', '205424.666000', '205424.668000', '205424.671000', '205424.673000', '205424.676000', '205424.679000', '205424.681000', '205424.684000', '205424.686000', '205424.689000', '205424.692000', '205424.694000', '205424.697000', '205424.699000', '205424.702000', '205424.705000', '205424.707000', '205424.710000', '205424.712000', '205424.715000', '205424.717000', '205424.720000', '205424.723000', '205424.725000', '205424.728000', '205424.730000', '205424.733000', '205424.736000', '205424.738000', '205424.741000', '205424.744000', '205424.746000', '205424.749000', '205424.751000', '205424.754000', '205424.756000', '205424.759000', '205424.762000', '205424.764000', '205424.768000', '205444.657000', '205444.660000', '205444.663000', '205444.666000', '205444.668000', '205444.671000', '205444.673000', '205444.676000', '205444.679000', '205444.681000', '205444.684000', '205444.687000', '205444.689000', '205444.692000', '205444.695000', '205444.697000', '205444.700000', '205444.702000', '205444.705000', '205444.708000', '205444.710000', '205444.713000', '205444.716000', '205444.718000', '205444.721000', '205444.723000', '205444.726000', '205444.729000', '205444.731000', '205444.734000', '205444.736000', '205444.739000', '205444.742000', '205444.744000', '205444.747000', '205444.749000', '205444.752000', '205444.755000', '205444.786000', '205444.789000', '205444.791000', '205444.794000', '205444.797000', '205444.888000', '205504.658000', '205504.660000', '205504.663000', '205504.666000', '205504.668000', '205504.671000', '205504.673000', '205504.676000', '205504.678000', '205504.681000', '205504.684000', '205504.686000', '205504.689000', '205504.691000', '205504.694000', '205504.697000', '205504.699000', '205504.702000', '205504.704000', '205504.707000', '205504.710000', '205504.712000', '205504.715000', '205504.717000', '205504.720000', '205504.722000', '205504.725000', '205504.728000', '205504.730000', '205504.733000', '205504.735000', '205504.738000', '205504.740000', '205504.743000', '205504.746000', '205504.748000', '205504.751000', '205504.754000', '205504.756000', '205504.759000', '205504.761000', '205504.764000', '205504.766000', '205524.658000', '205524.661000', '205524.664000', '205524.667000', '205524.669000', '205524.672000', '205524.674000', '205524.677000', '205524.680000', '205524.682000', '205524.685000', '205524.687000', '205524.690000', '205524.692000', '205524.695000', '205524.698000', '205524.700000', '205524.703000', '205524.705000', '205524.708000', '205524.710000', '205524.713000', '205524.716000', '205524.719000', '205524.721000', '205524.724000', '205524.726000', '205524.729000', '205524.731000', '205524.734000', '205524.737000', '205524.739000', '205524.742000', '205524.744000', '205524.747000', '205524.750000', '205524.752000', '205524.755000', '205524.757000', '205524.760000', '205524.762000', '205524.765000', '205524.768000', '205524.770000', '205544.659000', '205544.661000', '205544.664000', '205544.667000', '205544.669000', '205544.672000', '205544.674000', '205544.677000', '205544.680000', '205544.682000', '205544.685000', '205544.687000', '205544.690000', '205544.692000', '205544.695000', '205544.698000', '205544.700000', '205544.703000', '205544.705000', '205544.708000', '205544.711000', '205544.713000', '205544.716000', '205544.719000', '205544.721000', '205544.724000', '205544.726000', '205544.729000', '205544.732000', '205544.734000', '205544.737000', '205544.739000', '205544.742000', '205544.745000', '205544.747000', '205544.750000', '205544.753000', '205544.755000', '205544.758000', '205544.760000', '205544.763000', '205544.766000', '205544.768000', '205604.657000', '205604.660000', '205604.663000', '205604.666000', '205604.668000', '205604.671000', '205604.675000', '205604.677000', '205604.680000', '205604.683000', '205604.685000', '205604.688000', '205604.690000', '205604.693000', '205604.696000', '205604.698000', '205604.701000', '205604.704000', '205604.706000', '205604.709000', '205604.711000', '205604.714000', '205604.717000', '205604.719000', '205604.722000', '205604.724000', '205604.727000', '205604.730000', '205604.733000', '205604.735000', '205604.738000', '205604.740000', '205604.743000', '205604.746000', '205604.748000', '205604.751000', '205604.754000', '205604.756000', '205604.759000', '205604.761000', '205604.764000', '205604.767000', '205604.769000', '205604.772000', '205624.658000', '205624.661000', '205624.663000', '205624.666000', '205624.668000', '205624.671000', '205624.674000', '205624.676000', '205624.679000', '205624.682000', '205624.684000', '205624.687000', '205624.689000', '205624.692000', '205624.694000', '205624.697000', '205624.700000', '205624.702000', '205624.705000', '205624.707000', '205624.710000', '205624.713000', '205624.715000', '205624.718000', '205624.720000', '205624.723000', '205624.726000', '205624.728000', '205624.731000', '205624.733000', '205624.736000', '205624.739000', '205624.741000', '205624.744000', '205624.747000', '205624.749000', '205624.752000', '205624.754000', '205624.757000', '205624.759000', '205624.762000', '205624.765000', '205624.767000', '205644.657000', '205644.660000', '205644.663000', '205644.665000', '205644.668000', '205644.671000', '205644.673000', '205644.676000', '205644.678000', '205644.681000', '205644.684000', '205644.686000', '205644.689000', '205644.691000', '205644.694000', '205644.697000', '205644.699000', '205644.702000', '205644.704000', '205644.707000', '205644.710000', '205644.712000', '205644.715000', '205644.717000', '205644.720000', '205644.722000', '205644.725000', '205644.728000', '205644.730000', '205644.733000', '205644.735000', '205644.738000', '205644.741000', '205644.743000', '205644.746000', '205644.748000', '205644.751000', '205644.754000', '205644.756000', '205644.759000', '205644.761000', '205644.764000', '205644.766000', '205644.769000', '205704.658000', '205704.660000', '205704.663000', '205704.666000', '205704.668000', '205704.671000', '205704.673000', '205704.676000', '205704.678000', '205704.681000', '205704.684000', '205704.686000', '205704.689000', '205704.691000', '205704.694000', '205704.696000', '205704.699000', '205704.702000', '205704.704000', '205704.707000', '205704.710000', '205704.712000', '205704.715000', '205704.717000', '205704.720000', '205704.722000', '205704.725000', '205704.728000', '205704.730000', '205704.733000', '205704.735000', '205704.738000', '205704.741000', '205704.743000', '205704.746000', '205704.748000', '205704.751000', '205704.754000', '205704.756000', '205704.759000', '205704.761000', '205704.764000', '205704.767000', '205724.657000', '205724.660000', '205724.663000', '205724.665000', '205724.668000', '205724.671000', '205724.673000', '205724.676000', '205724.678000', '205724.681000', '205724.683000', '205724.686000', '205724.688000', '205724.691000', '205724.694000', '205724.696000', '205724.699000', '205724.701000', '205724.704000', '205724.707000', '205724.710000', '205724.713000', '205724.715000', '205724.718000', '205724.721000', '205724.723000', '205724.726000', '205724.728000', '205724.731000', '205724.733000', '205724.737000', '205724.747000', '205724.749000', '205724.752000', '205724.754000', '205724.757000', '205724.759000', '205724.762000', '205724.765000', '205724.767000', '205724.770000', '205724.773000', '205724.775000', '205724.778000', '205744.678000', '205744.681000', '205744.684000', '205744.687000', '205744.689000', '205744.692000', '205744.694000', '205744.697000', '205744.700000', '205744.702000', '205744.705000', '205744.707000', '205744.710000', '205744.713000', '205744.715000', '205744.718000', '205744.720000', '205744.723000', '205744.726000', '205744.728000', '205744.731000', '205744.733000', '205744.736000', '205744.739000', '205744.741000', '205744.744000', '205744.746000', '205744.749000', '205744.752000', '205744.754000', '205744.757000', '205744.759000', '205744.762000', '205744.764000', '205744.767000', '205744.770000', '205744.772000', '205744.775000', '205744.777000', '205744.780000', '205744.783000', '205744.785000', '205744.788000', '205804.658000', '205804.661000', '205804.663000', '205804.666000', '205804.668000', '205804.671000', '205804.674000', '205804.676000', '205804.679000', '205804.681000', '205804.684000', '205804.687000', '205804.689000', '205804.692000', '205804.694000', '205804.697000', '205804.700000', '205804.702000', '205804.705000', '205804.707000', '205804.710000', '205804.713000', '205804.715000', '205804.718000', '205804.720000', '205804.723000', '205804.725000', '205804.728000', '205804.731000', '205804.733000', '205804.736000', '205804.738000', '205804.741000', '205804.744000', '205804.746000', '205804.749000', '205804.751000', '205804.754000', '205804.757000', '205804.759000', '205804.762000', '205804.765000', '205804.767000', '205824.658000', '205824.660000', '205824.663000', '205824.666000', '205824.668000', '205824.671000', '205824.673000', '205824.676000', '205824.679000', '205824.681000', '205824.684000', '205824.686000', '205824.689000', '205824.692000', '205824.694000', '205824.697000', '205824.699000', '205824.702000', '205824.705000', '205824.707000', '205824.710000', '205824.712000', '205824.715000', '205824.718000', '205824.720000', '205824.723000', '205824.725000', '205824.728000', '205824.731000', '205824.733000', '205824.736000', '205824.738000', '205824.741000', '205824.744000', '205824.746000', '205824.749000', '205824.751000', '205824.754000', '205824.757000', '205824.759000', '205824.762000', '205824.764000', '205824.767000', '205824.769000', '205831.819000', '205831.822000', '205831.824000', '205831.827000', '205831.830000', '205831.832000', '205831.835000', '205831.838000', '205831.840000', '205831.843000', '205831.845000', '205831.848000', '205831.851000', '205831.853000', '205831.856000', '205831.858000'], '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': [10525, 15279, 11902, 18245, 11778, 16946, 12603, 17188, 12545, 17039, 10546, 16037, 9776, 12050, 9488, 12854, 7713, 16255, 9851, 15304, 8606, 10495, 10219, 13976, 11447, 11092, 9434, 11102, 11481, 13875, 14891, 9641, 14566, 9340, 16073, 11375, 17313, 9294, 16139, 9707, 16787, 12696, 16812, 13385, 11909, 10385, 10983, 14710, 12548, 16850, 9378, 15571, 8119, 15416, 8108, 16549, 9887, 16751, 11552, 13882, 10738, 14647, 11108, 14241, 13163, 10832, 15021, 8343, 13627, 10288, 14991, 12884, 15757, 13749, 9330, 13537, 9854, 16496, 10764, 17048, 12948, 15901, 11961, 15174, 12796, 12945, 14378, 9329, 13861, 9134, 15636, 10115, 16514, 12690, 12639, 11142, 12844, 16089, 11225, 16582, 9246, 16352, 11682, 16958, 13845, 16204, 10798, 10420, 9991, 12718, 12558, 12958, 15694, 8885, 14560, 8719, 16365, 13669, 14954, 13840, 8911, 13750, 10050, 16914, 13490, 16393, 12138, 15049, 11742, 16281, 12901, 15720, 10317, 15248, 10342, 16407, 11913, 13477, 10083, 9218, 8967, 12934, 16014, 10129, 15890, 7853, 14812, 9381, 16675, 13552, 13581, 10665, 7851, 14346, 7965, 15206, 13030, 11074, 12357, 8814, 16433, 13391, 11504, 13318, 9649, 16482, 11343, 17104, 10453, 15101, 11507, 15627, 12400, 16257, 12516, 13357, 10165, 14968, 11682, 14512, 13665, 8739, 13053, 8402, 15705, 9237, 16536, 13299, 14074, 10795, 13455, 12590, 12115, 15904, 8235, 14080, 7698, 15876, 12130, 16590, 13263, 10997, 9811, 10977, 14437, 12086, 16480, 8669, 14985, 10868, 13970, 11468, 13187, 12283, 9414, 15598, 9768, 14888, 12381, 14648, 13730, 9964, 15382, 8996, 15803, 10826, 16486, 13844, 14455, 12983, 9057, 11841, 8769, 15597, 11010, 16960, 13509, 11760, 11009, 11009, 15880, 12430, 16346, 9440, 15214, 12632, 15116, 12603, 17253, 13355, 11809, 13927, 8738, 14992, 12239, 16551, 14421, 15042, 13052, 9649, 12107, 9777, 15883, 11543, 15429, 11452, 12850, 11297, 11641, 10047, 16230, 12003, 10308, 12157, 7912, 13038, 11410, 15273, 13148, 13781, 12229, 7850, 12667, 9938, 16119, 14787, 14522, 12861, 11625, 13295, 15148, 15997, 10927, 14185, 8669, 14160, 9616, 15616, 9682, 14970, 11697, 11458, 10294, 14292, 13081, 15297, 12245, 13676, 10267, 14370, 11901, 15082, 13538, 8910, 12809, 8713, 14968, 11267, 16041, 8661, 14523, 7896, 14126, 8606, 15156, 12853, 14385, 12260, 10112, 12264, 13776, 16196, 11265, 15921, 12306, 15641, 12172, 15581, 11951, 14379, 13355, 11623, 10894, 11768, 10966, 14425, 13112, 14377, 12754, 10598, 11576, 12266, 13017, 14252, 13811, 10796, 14726, 8974, 14786, 10057, 15207, 10330, 15697, 10196, 15767, 13692, 12293, 12012, 13600, 15822, 12931, 15103, 13458, 14559, 12728, 14672, 12863, 13945, 11685, 13630, 11190, 12620, 10810, 15085, 12749, 16437, 12437, 10346, 12655, 9307, 14628, 9839, 15900, 11204, 15650, 13650, 15935, 12421, 13986, 11642, 16041, 12127, 14940, 11122, 9462, 10432, 8344, 12516, 11560, 14291, 10002, 14465, 12131, 13953, 12821, 15369, 13884, 14041, 12608, 12119, 11565, 13980, 12508, 14041, 13159, 9972, 14836, 9503, 14106, 12547, 14001, 14045, 16534, 13984, 10320, 11728, 11600, 15008, 11834, 16201, 11344, 15508, 12058, 15437, 12790, 14388, 13757, 13476, 13024, 14361, 13623, 13766, 11883, 10100, 9987, 14298, 13973, 11219, 16167, 9947, 13421, 12757, 16727, 10901, 16572, 9172, 15551, 9365, 16434, 10658, 16395, 13358, 14405, 11134, 17375, 11659, 14235, 11892, 9170, 13274, 9405, 15229, 9105, 15688, 12515, 14148, 12270, 14625, 12383, 13955, 12883, 9352, 14720, 9092, 15657, 12795, 16962, 13009, 10116, 13382, 9410, 15726, 10740, 15270, 13228, 12080, 11687, 12054, 15404, 12758, 14839, 13602, 14880, 12077, 17067, 12289, 14587, 12094, 9620, 12923, 9604, 14541, 12304, 15451, 11571, 13619, 9261, 17046, 11215, 14316, 11483, 10016, 12753, 9699, 15443, 10399, 15684, 9100, 15503, 13398, 15438, 11938, 15129, 11767, 14067, 12924, 8912, 14366, 9392, 14307, 9226, 14288, 9474, 15830, 13376, 10344, 11968, 9211, 14324, 11257, 15628, 13091, 13831, 11974, 14475, 11357, 15539, 13268, 9949, 12969, 9029, 13073, 10529, 14361, 13723, 16958, 12553, 9434, 12503, 8887, 14833, 9247, 15870, 14283, 14007, 12784, 11425, 13943, 12021, 15439, 11763, 16397, 13749, 10756, 13852, 10763, 15789, 14401, 14611, 13604, 10445, 14025, 13462, 15759, 12523, 14842, 13703, 14169, 13666, 15737, 12179, 10498, 11182, 8655, 14221, 9639, 16200, 13482, 15256, 11807, 16083, 12124, 16505, 12607, 13673, 10663, 12190, 8742, 15161, 9645, 15477, 10242, 13765, 11275, 14787, 12658, 15334, 12189, 11854, 10116, 12920, 11245, 14258, 12465, 15377, 12738, 13066, 9997, 12883, 11011, 13963, 13285, 11390, 15824, 8195, 14701, 11711, 14870, 12924, 15714, 13241, 9791, 15153, 9654, 15913, 12680, 15031, 11601, 14607, 13295, 14043, 12474, 15065, 12449, 13866, 10200, 12177, 10001, 14338, 11133, 15867, 11555, 14536, 10865, 12147, 10287, 14540, 9840, 15236, 12268, 14219, 10695, 14546, 11896, 16879, 12080, 12640, 13532, 8682, 14625, 9786, 14949, 13445, 15510, 13037, 13878, 12261, 15251, 12438, 14912, 10069, 13454, 9710, 10868, 9240, 11888, 13874, 12367, 13212, 13743, 8965, 13211, 8839, 14741, 10634, 15584, 13783, 15863, 13211, 15882, 12874, 15029, 13685, 15648, 12519, 10209, 10340, 11811, 13093, 13975, 12551, 15386, 12257, 13273, 11311, 10752, 12151, 12805, 12266, 13915, 12942, 9657, 14586, 9581, 14382, 11449, 13762, 13268, 15372, 13003, 9173, 15132, 9295, 15820, 10665, 15988, 11582, 15432, 14013, 15062, 13730, 14323, 12995, 13973, 13467, 13294, 14737, 10902, 14078, 11002, 13957, 14279, 16725, 12307, 11838, 12232, 13025, 14893, 14000, 15382, 10147, 12830, 9317, 13825, 12900, 15916, 10663, 12735, 8861, 11758, 13653, 13303, 15142, 12339, 13273, 10559, 10512, 12492, 11287, 13954, 12003, 15685, 9909, 15296, 8884, 14805, 9153, 14824, 9189, 15407, 12964, 16180, 13324, 15974, 13007, 14982, 13779, 16768, 13442, 11385, 12738, 12136, 14483, 13171, 15123, 11293, 15076, 13629, 15163, 13874, 15021, 14050, 14827, 13702, 16199, 11902, 9238, 13337, 10431, 13820, 11581, 14146, 11019, 13776, 13626, 13844, 13468, 16686, 12427, 11349, 13179, 12327, 13740, 14287, 14123, 11382, 13737, 9090, 13152, 10127, 14515, 13949, 14363, 13122, 9841, 13780, 10154, 14911, 10255, 15232, 14304, 14914, 12760, 9354, 14790, 10755, 15697, 11243, 14650, 10597, 15379, 13939, 13674, 12688, 13007, 12604, 14410, 13352, 12726, 13625, 10204, 14142, 10305, 14667, 13025, 14161, 13893, 14956, 12287, 10006, 14265, 11540, 15048, 13239, 15094, 11193, 14300, 13738, 15180, 12845, 13623, 11941, 14813, 13042, 11448, 13607, 11241, 13503, 13141, 15047, 13550, 14549, 13721, 17345, 12672, 11052, 12015, 11562, 14191, 11373, 14415, 10106, 15009, 13768, 13084, 13107, 12202, 14536, 11622, 15808, 11246, 15710, 13868, 15740, 13664, 15530, 13446, 14198, 14552, 10500, 14131, 11454, 15896, 12449, 15020, 12780, 14017, 11289, 15135, 14636, 10269, 15047, 7387, 14645, 8915, 16101, 11089, 15676, 8374, 13526, 8645, 15434, 13666, 14509, 11577, 10788, 11596, 10606, 14693, 12005, 15079, 12589, 16358, 11393, 15868, 11616, 14231, 10295, 14700, 10205, 14709, 12987, 11503, 10624, 9981, 13274, 11466, 14721, 11807, 15309, 13042, 15025, 10647, 15685, 10992, 13049, 8107, 9684, 11661, 11010, 15838, 13186, 13759, 9311, 13748, 11578, 12375, 11588, 12916, 11927, 14139, 12763, 13406, 12467, 8514, 14947, 10820, 14314, 14140, 16734, 12924, 12670, 14729, 14715, 15356, 16631, 13640, 16538, 11665, 12476, 10106, 11725, 10812, 13437, 10578, 13329, 9893, 12391, 9048, 13570, 12412, 12958, 14241, 12781, 11788, 11822, 8626, 14293, 10176, 15138, 12568, 14565, 15318, 13537, 13552, 12053, 10790, 13562, 14222, 13654, 14581, 13237, 11594, 14894, 9751, 15184, 11523, 15766, 13466, 15424, 14029, 15630, 13506, 11947, 12169, 12563, 14536, 13761, 15299, 10870, 14465, 13399, 15845, 13343, 13500, 13515, 13060, 14786, 10326, 14748, 10871, 15203, 11037, 14700, 13776, 13986, 10886, 13221, 9522, 13125, 10709, 13638, 10822, 15092, 10643, 14981, 13532, 16917, 13202, 13415, 12882, 12408, 15882, 11558, 15856, 13767, 15720, 13894, 15581, 14075, 15330, 12829, 13607, 11391, 13180, 10993, 14292, 12157, 15389, 13634, 9129, 12105, 8691, 14208, 11345, 15784, 14817, 17285, 13920, 12128, 13764, 12222, 16032, 13143, 16483, 11132, 14708, 13603, 14574, 12975, 12976, 14735, 12772, 16465, 13475, 14521, 13307, 11625, 14685, 11278, 15301, 11220, 16370, 13323, 13640, 11102, 14041, 14049, 16046, 13208, 16109, 13342, 12727, 9804, 12375, 9936, 15545, 12187, 15258, 12937, 16190, 11932, 10600, 10223, 11539, 12616, 11913, 15413, 9928, 16034, 12955, 16487, 12937, 14069, 12830, 14927, 13668, 12208, 15736, 10816, 16890, 13406, 17354, 13691, 15094, 14483, 10202, 15344, 12763, 15073, 12180, 15784, 11040, 14990, 9883, 12589, 8718, 13969, 11255, 15239, 16233, 13337, 12314, 10062, 9413, 12090, 11535, 14243, 10271, 15973, 13747, 16040, 13097, 16038, 13815, 14496, 12988, 13873, 11827, 15123, 13618, 14634, 12008, 10828, 10123, 13861, 13118, 9338, 12674, 9197, 14326, 10712, 14911, 14131, 12806, 10831, 7855, 15867, 14086, 15126, 14035, 10098, 15035, 14203, 15396, 12727, 15067, 8705, 12689, 9244, 14552, 11505, 15327, 13812, 16125, 11178, 15021, 13651, 16446, 12673, 12485, 10440, 14008, 12130, 13800, 12803, 10008, 13869, 10813, 15561, 13303, 15227, 9973, 14410, 9388, 15016, 10633, 14643, 12872, 13619, 11624, 14471], 'WindowCenter': [3795.0, 3803.0, 3779.0, 3800.0, 3765.0, 3785.0, 3763.0, 3772.0, 3751.0, 3771.0, 3739.0, 3760.0, 3739.0, 3747.0, 3726.0, 3747.0, 3717.0, 3771.0, 3739.0, 3757.0, 3729.0, 3736.0, 3738.0, 3758.0, 3750.0, 3750.0, 3741.0, 3749.0, 3752.0, 3761.0, 3772.0, 3740.0, 3772.0, 3740.0, 3772.0, 3750.0, 3772.0, 3739.0, 3760.0, 3739.0, 3759.0, 3749.0, 3759.0, 3749.0, 3748.0, 3739.0, 3737.0, 3759.0, 3748.0, 3759.0, 3727.0, 3758.0, 3717.0, 3758.0, 3716.0, 3759.0, 3728.0, 3757.0, 3749.0, 3758.0, 3750.0, 3759.0, 3751.0, 3760.0, 3761.0, 3750.0, 3771.0, 3742.0, 3773.0, 3752.0, 3772.0, 3763.0, 3773.0, 3763.0, 3753.0, 3774.0, 3752.0, 3785.0, 3752.0, 3773.0, 3763.0, 3772.0, 3762.0, 3772.0, 3762.0, 3762.0, 3773.0, 3741.0, 3762.0, 3741.0, 3784.0, 3752.0, 3784.0, 3774.0, 3773.0, 3763.0, 3773.0, 3785.0, 3763.0, 3784.0, 3753.0, 3773.0, 3762.0, 3772.0, 3762.0, 3772.0, 3751.0, 3751.0, 3752.0, 3762.0, 3763.0, 3762.0, 3773.0, 3742.0, 3773.0, 3741.0, 3773.0, 3774.0, 3772.0, 3763.0, 3742.0, 3761.0, 3740.0, 3772.0, 3761.0, 3771.0, 3750.0, 3758.0, 3749.0, 3758.0, 3749.0, 3758.0, 3737.0, 3757.0, 3726.0, 3757.0, 3737.0, 3746.0, 3725.0, 3724.0, 3725.0, 3746.0, 3758.0, 3736.0, 3758.0, 3717.0, 3758.0, 3726.0, 3759.0, 3749.0, 3761.0, 3763.0, 3728.0, 3759.0, 3732.0, 3772.0, 3761.0, 3748.0, 3748.0, 3729.0, 3771.0, 3761.0, 3751.0, 3761.0, 3739.0, 3772.0, 3750.0, 3772.0, 3740.0, 3760.0, 3738.0, 3758.0, 3749.0, 3758.0, 3748.0, 3748.0, 3738.0, 3757.0, 3748.0, 3748.0, 3748.0, 3727.0, 3748.0, 3716.0, 3759.0, 3727.0, 3758.0, 3749.0, 3759.0, 3738.0, 3747.0, 3749.0, 3748.0, 3759.0, 3728.0, 3759.0, 3717.0, 3760.0, 3750.0, 3759.0, 3751.0, 3750.0, 3740.0, 3749.0, 3762.0, 3750.0, 3772.0, 3743.0, 3771.0, 3752.0, 3761.0, 3763.0, 3763.0, 3764.0, 3753.0, 3786.0, 3766.0, 3774.0, 3775.0, 3775.0, 3775.0, 3753.0, 3774.0, 3744.0, 3774.0, 3764.0, 3785.0, 3776.0, 3774.0, 3775.0, 3754.0, 3764.0, 3744.0, 3786.0, 3766.0, 3786.0, 3776.0, 3764.0, 3755.0, 3753.0, 3787.0, 3765.0, 3788.0, 3754.0, 3773.0, 3764.0, 3773.0, 3775.0, 3785.0, 3775.0, 3763.0, 3775.0, 3755.0, 3785.0, 3764.0, 3785.0, 3776.0, 3773.0, 3762.0, 3742.0, 3751.0, 3740.0, 3772.0, 3751.0, 3761.0, 3750.0, 3748.0, 3749.0, 3737.0, 3740.0, 3770.0, 3751.0, 3740.0, 3750.0, 3731.0, 3762.0, 3763.0, 3774.0, 3776.0, 3774.0, 3764.0, 3744.0, 3775.0, 3754.0, 3787.0, 3776.0, 3775.0, 3765.0, 3751.0, 3762.0, 3772.0, 3773.0, 3740.0, 3760.0, 3728.0, 3748.0, 3728.0, 3759.0, 3727.0, 3760.0, 3748.0, 3736.0, 3739.0, 3760.0, 3761.0, 3759.0, 3749.0, 3760.0, 3741.0, 3758.0, 3749.0, 3761.0, 3750.0, 3728.0, 3761.0, 3741.0, 3773.0, 3751.0, 3773.0, 3742.0, 3774.0, 3743.0, 3774.0, 3742.0, 3774.0, 3764.0, 3774.0, 3765.0, 3753.0, 3764.0, 3774.0, 3775.0, 3752.0, 3773.0, 3763.0, 3761.0, 3751.0, 3763.0, 3750.0, 3749.0, 3749.0, 3748.0, 3750.0, 3749.0, 3752.0, 3772.0, 3763.0, 3762.0, 3762.0, 3751.0, 3764.0, 3762.0, 3776.0, 3774.0, 3776.0, 3753.0, 3776.0, 3757.0, 3787.0, 3755.0, 3786.0, 3753.0, 3787.0, 3754.0, 3775.0, 3776.0, 3763.0, 3766.0, 3774.0, 3787.0, 3764.0, 3775.0, 3763.0, 3763.0, 3763.0, 3761.0, 3762.0, 3761.0, 3750.0, 3749.0, 3750.0, 3749.0, 3751.0, 3760.0, 3763.0, 3773.0, 3751.0, 3740.0, 3761.0, 3740.0, 3773.0, 3752.0, 3774.0, 3752.0, 3774.0, 3774.0, 3774.0, 3764.0, 3772.0, 3753.0, 3773.0, 3753.0, 3760.0, 3739.0, 3728.0, 3738.0, 3728.0, 3750.0, 3750.0, 3762.0, 3740.0, 3761.0, 3762.0, 3761.0, 3763.0, 3773.0, 3765.0, 3772.0, 3764.0, 3761.0, 3764.0, 3774.0, 3764.0, 3774.0, 3765.0, 3754.0, 3774.0, 3755.0, 3788.0, 3789.0, 3787.0, 3788.0, 3788.0, 3787.0, 3762.0, 3776.0, 3777.0, 3789.0, 3777.0, 3789.0, 3767.0, 3776.0, 3764.0, 3776.0, 3766.0, 3763.0, 3774.0, 3761.0, 3763.0, 3761.0, 3763.0, 3762.0, 3751.0, 3739.0, 3740.0, 3760.0, 3760.0, 3749.0, 3771.0, 3738.0, 3750.0, 3748.0, 3761.0, 3737.0, 3759.0, 3728.0, 3758.0, 3728.0, 3759.0, 3738.0, 3758.0, 3749.0, 3747.0, 3738.0, 3758.0, 3738.0, 3748.0, 3737.0, 3728.0, 3748.0, 3739.0, 3772.0, 3729.0, 3771.0, 3762.0, 3761.0, 3763.0, 3771.0, 3775.0, 3762.0, 3762.0, 3743.0, 3774.0, 3742.0, 3774.0, 3764.0, 3774.0, 3763.0, 3754.0, 3775.0, 3742.0, 3773.0, 3755.0, 3775.0, 3764.0, 3762.0, 3764.0, 3763.0, 3775.0, 3763.0, 3774.0, 3774.0, 3772.0, 3763.0, 3772.0, 3752.0, 3761.0, 3750.0, 3740.0, 3750.0, 3739.0, 3760.0, 3751.0, 3773.0, 3763.0, 3759.0, 3739.0, 3770.0, 3752.0, 3761.0, 3750.0, 3739.0, 3750.0, 3739.0, 3761.0, 3739.0, 3772.0, 3729.0, 3771.0, 3762.0, 3772.0, 3763.0, 3772.0, 3765.0, 3772.0, 3764.0, 3742.0, 3773.0, 3742.0, 3775.0, 3754.0, 3776.0, 3754.0, 3775.0, 3777.0, 3765.0, 3765.0, 3754.0, 3777.0, 3767.0, 3775.0, 3765.0, 3763.0, 3753.0, 3763.0, 3753.0, 3773.0, 3763.0, 3740.0, 3762.0, 3741.0, 3763.0, 3753.0, 3763.0, 3764.0, 3774.0, 3763.0, 3743.0, 3765.0, 3744.0, 3776.0, 3755.0, 3786.0, 3777.0, 3774.0, 3766.0, 3765.0, 3777.0, 3766.0, 3788.0, 3767.0, 3786.0, 3776.0, 3766.0, 3778.0, 3766.0, 3790.0, 3789.0, 3787.0, 3788.0, 3766.0, 3787.0, 3776.0, 3790.0, 3766.0, 3776.0, 3775.0, 3763.0, 3776.0, 3773.0, 3753.0, 3751.0, 3750.0, 3728.0, 3762.0, 3729.0, 3760.0, 3749.0, 3759.0, 3748.0, 3759.0, 3751.0, 3758.0, 3747.0, 3747.0, 3737.0, 3746.0, 3728.0, 3758.0, 3726.0, 3758.0, 3738.0, 3748.0, 3739.0, 3757.0, 3750.0, 3760.0, 3749.0, 3737.0, 3739.0, 3748.0, 3740.0, 3759.0, 3751.0, 3761.0, 3751.0, 3760.0, 3740.0, 3761.0, 3751.0, 3762.0, 3762.0, 3753.0, 3773.0, 3742.0, 3774.0, 3765.0, 3774.0, 3776.0, 3786.0, 3776.0, 3755.0, 3787.0, 3754.0, 3786.0, 3765.0, 3776.0, 3754.0, 3762.0, 3762.0, 3749.0, 3751.0, 3760.0, 3739.0, 3748.0, 3727.0, 3736.0, 3728.0, 3747.0, 3738.0, 3758.0, 3736.0, 3745.0, 3736.0, 3736.0, 3738.0, 3759.0, 3740.0, 3760.0, 3763.0, 3773.0, 3753.0, 3761.0, 3763.0, 3784.0, 3765.0, 3774.0, 3774.0, 3742.0, 3786.0, 3766.0, 3788.0, 3777.0, 3776.0, 3765.0, 3763.0, 3765.0, 3763.0, 3753.0, 3763.0, 3729.0, 3751.0, 3727.0, 3739.0, 3728.0, 3749.0, 3759.0, 3750.0, 3760.0, 3762.0, 3741.0, 3763.0, 3743.0, 3776.0, 3755.0, 3776.0, 3765.0, 3775.0, 3765.0, 3774.0, 3764.0, 3763.0, 3764.0, 3774.0, 3764.0, 3751.0, 3752.0, 3752.0, 3764.0, 3773.0, 3764.0, 3773.0, 3764.0, 3762.0, 3753.0, 3750.0, 3765.0, 3775.0, 3766.0, 3763.0, 3763.0, 3742.0, 3774.0, 3743.0, 3775.0, 3765.0, 3776.0, 3778.0, 3787.0, 3778.0, 3755.0, 3790.0, 3769.0, 3790.0, 3768.0, 3801.0, 3767.0, 3789.0, 3778.0, 3788.0, 3777.0, 3777.0, 3778.0, 3778.0, 3778.0, 3776.0, 3778.0, 3766.0, 3776.0, 3766.0, 3776.0, 3777.0, 3786.0, 3765.0, 3763.0, 3764.0, 3763.0, 3764.0, 3761.0, 3762.0, 3727.0, 3749.0, 3727.0, 3749.0, 3737.0, 3759.0, 3726.0, 3737.0, 3715.0, 3737.0, 3747.0, 3749.0, 3759.0, 3749.0, 3747.0, 3738.0, 3737.0, 3749.0, 3750.0, 3762.0, 3750.0, 3773.0, 3741.0, 3773.0, 3742.0, 3774.0, 3755.0, 3777.0, 3757.0, 3786.0, 3778.0, 3786.0, 3777.0, 3787.0, 3778.0, 3787.0, 3779.0, 3787.0, 3778.0, 3765.0, 3778.0, 3777.0, 3789.0, 3777.0, 3790.0, 3767.0, 3790.0, 3788.0, 3788.0, 3789.0, 3788.0, 3778.0, 3777.0, 3777.0, 3786.0, 3766.0, 3755.0, 3776.0, 3755.0, 3777.0, 3765.0, 3776.0, 3764.0, 3775.0, 3777.0, 3776.0, 3776.0, 3787.0, 3766.0, 3754.0, 3765.0, 3765.0, 3765.0, 3763.0, 3765.0, 3753.0, 3765.0, 3743.0, 3764.0, 3755.0, 3775.0, 3776.0, 3775.0, 3776.0, 3765.0, 3788.0, 3766.0, 3788.0, 3767.0, 3789.0, 3790.0, 3788.0, 3778.0, 3757.0, 3789.0, 3767.0, 3788.0, 3779.0, 3790.0, 3767.0, 3787.0, 3789.0, 3776.0, 3779.0, 3777.0, 3779.0, 3776.0, 3777.0, 3776.0, 3777.0, 3755.0, 3777.0, 3765.0, 3787.0, 3777.0, 3776.0, 3777.0, 3777.0, 3765.0, 3755.0, 3777.0, 3765.0, 3788.0, 3777.0, 3777.0, 3755.0, 3775.0, 3777.0, 3775.0, 3776.0, 3775.0, 3767.0, 3776.0, 3765.0, 3764.0, 3776.0, 3765.0, 3775.0, 3777.0, 3776.0, 3778.0, 3776.0, 3777.0, 3787.0, 3766.0, 3765.0, 3766.0, 3765.0, 3777.0, 3766.0, 3777.0, 3767.0, 3787.0, 3790.0, 3789.0, 3790.0, 3790.0, 3803.0, 3781.0, 3803.0, 3794.0, 3801.0, 3803.0, 3798.0, 3791.0, 3801.0, 3791.0, 3790.0, 3790.0, 3766.0, 3777.0, 3765.0, 3778.0, 3765.0, 3764.0, 3764.0, 3761.0, 3740.0, 3761.0, 3762.0, 3728.0, 3749.0, 3706.0, 3748.0, 3716.0, 3749.0, 3725.0, 3747.0, 3704.0, 3736.0, 3703.0, 3746.0, 3735.0, 3735.0, 3724.0, 3724.0, 3723.0, 3725.0, 3746.0, 3748.0, 3747.0, 3749.0, 3759.0, 3739.0, 3759.0, 3750.0, 3759.0, 3739.0, 3759.0, 3740.0, 3761.0, 3763.0, 3750.0, 3753.0, 3755.0, 3777.0, 3765.0, 3776.0, 3754.0, 3763.0, 3763.0, 3762.0, 3741.0, 3762.0, 3739.0, 3750.0, 3717.0, 3729.0, 3738.0, 3739.0, 3759.0, 3750.0, 3749.0, 3728.0, 3749.0, 3750.0, 3750.0, 3752.0, 3762.0, 3765.0, 3775.0, 3777.0, 3776.0, 3776.0, 3744.0, 3789.0, 3779.0, 3790.0, 3790.0, 3801.0, 3780.0, 3777.0, 3789.0, 3777.0, 3779.0, 3776.0, 3766.0, 3774.0, 3741.0, 3750.0, 3741.0, 3750.0, 3740.0, 3762.0, 3740.0, 3751.0, 3740.0, 3751.0, 3730.0, 3763.0, 3761.0, 3764.0, 3773.0, 3764.0, 3763.0, 3763.0, 3743.0, 3776.0, 3766.0, 3788.0, 3776.0, 3789.0, 3787.0, 3777.0, 3776.0, 3767.0, 3765.0, 3778.0, 3775.0, 3778.0, 3776.0, 3777.0, 3766.0, 3777.0, 3755.0, 3788.0, 3768.0, 3788.0, 3779.0, 3789.0, 3790.0, 3787.0, 3778.0, 3766.0, 3777.0, 3776.0, 3789.0, 3778.0, 3789.0, 3766.0, 3788.0, 3778.0, 3790.0, 3789.0, 3788.0, 3790.0, 3778.0, 3790.0, 3767.0, 3789.0, 3767.0, 3791.0, 3766.0, 3790.0, 3776.0, 3777.0, 3753.0, 3765.0, 3753.0, 3776.0, 3766.0, 3777.0, 3766.0, 3777.0, 3767.0, 3786.0, 3779.0, 3800.0, 3789.0, 3790.0, 3780.0, 3776.0, 3790.0, 3778.0, 3787.0, 3791.0, 3791.0, 3791.0, 3789.0, 3779.0, 3776.0, 3766.0, 3775.0, 3764.0, 3764.0, 3765.0, 3775.0, 3766.0, 3774.0, 3775.0, 3755.0, 3777.0, 3757.0, 3790.0, 3780.0, 3801.0, 3791.0, 3801.0, 3790.0, 3777.0, 3790.0, 3778.0, 3801.0, 3778.0, 3790.0, 3768.0, 3789.0, 3779.0, 3788.0, 3779.0, 3778.0, 3790.0, 3778.0, 3789.0, 3778.0, 3788.0, 3778.0, 3778.0, 3790.0, 3777.0, 3790.0, 3768.0, 3788.0, 3778.0, 3774.0, 3755.0, 3763.0, 3765.0, 3774.0, 3753.0, 3761.0, 3750.0, 3749.0, 3728.0, 3747.0, 3728.0, 3759.0, 3749.0, 3759.0, 3750.0, 3760.0, 3750.0, 3739.0, 3751.0, 3752.0, 3764.0, 3764.0, 3775.0, 3754.0, 3786.0, 3777.0, 3787.0, 3778.0, 3789.0, 3779.0, 3788.0, 3789.0, 3778.0, 3791.0, 3765.0, 3788.0, 3778.0, 3800.0, 3779.0, 3777.0, 3777.0, 3755.0, 3776.0, 3765.0, 3775.0, 3765.0, 3775.0, 3752.0, 3762.0, 3741.0, 3750.0, 3729.0, 3762.0, 3750.0, 3773.0, 3775.0, 3763.0, 3750.0, 3740.0, 3729.0, 3762.0, 3763.0, 3776.0, 3754.0, 3785.0, 3775.0, 3786.0, 3775.0, 3775.0, 3777.0, 3764.0, 3764.0, 3763.0, 3753.0, 3761.0, 3763.0, 3761.0, 3751.0, 3738.0, 3740.0, 3759.0, 3751.0, 3729.0, 3750.0, 3740.0, 3761.0, 3740.0, 3762.0, 3762.0, 3761.0, 3752.0, 3731.0, 3774.0, 3775.0, 3774.0, 3763.0, 3742.0, 3764.0, 3761.0, 3762.0, 3750.0, 3761.0, 3729.0, 3749.0, 3728.0, 3749.0, 3740.0, 3759.0, 3750.0, 3760.0, 3741.0, 3759.0, 3761.0, 3762.0, 3751.0, 3750.0, 3741.0, 3760.0, 3752.0, 3750.0, 3752.0, 3741.0, 3762.0, 3740.0, 3762.0, 3751.0, 3763.0, 3740.0, 3761.0, 3729.0, 3762.0, 3741.0, 3760.0, 3751.0, 3760.0, 3751.0, 3760.0], 'WindowWidth': [8521.0, 8528.0, 8484.0, 8516.0, 8458.0, 8484.0, 8452.0, 8460.0, 8430.0, 8460.0, 8408.0, 8440.0, 8409.0, 8417.0, 8390.0, 8416.0, 8380.0, 8459.0, 8409.0, 8432.0, 8397.0, 8401.0, 8409.0, 8436.0, 8428.0, 8429.0, 8418.0, 8425.0, 8433.0, 8444.0, 8461.0, 8415.0, 8460.0, 8413.0, 8462.0, 8427.0, 8461.0, 8412.0, 8440.0, 8411.0, 8437.0, 8425.0, 8438.0, 8425.0, 8422.0, 8410.0, 8404.0, 8439.0, 8421.0, 8439.0, 8391.0, 8434.0, 8380.0, 8434.0, 8377.0, 8438.0, 8392.0, 8432.0, 8423.0, 8436.0, 8428.0, 8441.0, 8430.0, 8441.0, 8443.0, 8425.0, 8458.0, 8421.0, 8463.0, 8436.0, 8462.0, 8452.0, 8464.0, 8450.0, 8438.0, 8466.0, 8432.0, 8484.0, 8433.0, 8465.0, 8450.0, 8462.0, 8449.0, 8460.0, 8449.0, 8447.0, 8465.0, 8420.0, 8448.0, 8419.0, 8482.0, 8436.0, 8480.0, 8469.0, 8465.0, 8453.0, 8466.0, 8485.0, 8450.0, 8483.0, 8438.0, 8464.0, 8449.0, 8463.0, 8449.0, 8461.0, 8432.0, 8431.0, 8435.0, 8448.0, 8452.0, 8449.0, 8467.0, 8422.0, 8465.0, 8419.0, 8465.0, 8468.0, 8463.0, 8450.0, 8420.0, 8446.0, 8415.0, 8463.0, 8445.0, 8457.0, 8427.0, 8433.0, 8423.0, 8434.0, 8422.0, 8437.0, 8406.0, 8432.0, 8388.0, 8431.0, 8403.0, 8413.0, 8387.0, 8383.0, 8386.0, 8414.0, 8436.0, 8402.0, 8434.0, 8378.0, 8433.0, 8389.0, 8437.0, 8425.0, 8444.0, 8453.0, 8397.0, 8438.0, 8407.0, 8461.0, 8445.0, 8419.0, 8421.0, 8398.0, 8457.0, 8445.0, 8431.0, 8445.0, 8411.0, 8463.0, 8427.0, 8461.0, 8413.0, 8440.0, 8407.0, 8435.0, 8423.0, 8434.0, 8422.0, 8420.0, 8408.0, 8432.0, 8421.0, 8419.0, 8421.0, 8393.0, 8422.0, 8374.0, 8437.0, 8391.0, 8436.0, 8424.0, 8437.0, 8408.0, 8419.0, 8423.0, 8420.0, 8437.0, 8395.0, 8436.0, 8379.0, 8440.0, 8428.0, 8439.0, 8429.0, 8426.0, 8413.0, 8423.0, 8448.0, 8428.0, 8462.0, 8425.0, 8458.0, 8434.0, 8445.0, 8451.0, 8451.0, 8453.0, 8438.0, 8487.0, 8460.0, 8469.0, 8471.0, 8470.0, 8470.0, 8438.0, 8468.0, 8427.0, 8468.0, 8453.0, 8484.0, 8473.0, 8467.0, 8469.0, 8442.0, 8455.0, 8426.0, 8489.0, 8460.0, 8487.0, 8472.0, 8452.0, 8441.0, 8437.0, 8491.0, 8456.0, 8495.0, 8440.0, 8463.0, 8455.0, 8466.0, 8471.0, 8486.0, 8472.0, 8452.0, 8469.0, 8443.0, 8482.0, 8456.0, 8484.0, 8472.0, 8464.0, 8446.0, 8418.0, 8430.0, 8413.0, 8463.0, 8428.0, 8444.0, 8425.0, 8421.0, 8423.0, 8405.0, 8413.0, 8456.0, 8429.0, 8413.0, 8427.0, 8403.0, 8446.0, 8451.0, 8467.0, 8474.0, 8467.0, 8455.0, 8429.0, 8470.0, 8442.0, 8490.0, 8475.0, 8470.0, 8458.0, 8431.0, 8448.0, 8461.0, 8465.0, 8413.0, 8441.0, 8396.0, 8420.0, 8393.0, 8438.0, 8387.0, 8439.0, 8420.0, 8399.0, 8410.0, 8439.0, 8443.0, 8437.0, 8424.0, 8439.0, 8418.0, 8435.0, 8425.0, 8442.0, 8426.0, 8393.0, 8444.0, 8417.0, 8464.0, 8430.0, 8465.0, 8419.0, 8466.0, 8424.0, 8467.0, 8421.0, 8468.0, 8456.0, 8468.0, 8457.0, 8437.0, 8456.0, 8467.0, 8473.0, 8433.0, 8464.0, 8449.0, 8445.0, 8432.0, 8450.0, 8427.0, 8423.0, 8424.0, 8421.0, 8427.0, 8423.0, 8434.0, 8460.0, 8451.0, 8446.0, 8448.0, 8431.0, 8451.0, 8447.0, 8472.0, 8465.0, 8475.0, 8437.0, 8474.0, 8448.0, 8491.0, 8444.0, 8487.0, 8438.0, 8490.0, 8442.0, 8469.0, 8474.0, 8454.0, 8460.0, 8468.0, 8493.0, 8454.0, 8469.0, 8453.0, 8449.0, 8450.0, 8445.0, 8447.0, 8442.0, 8428.0, 8423.0, 8427.0, 8425.0, 8431.0, 8442.0, 8450.0, 8462.0, 8431.0, 8414.0, 8444.0, 8414.0, 8466.0, 8435.0, 8469.0, 8435.0, 8468.0, 8468.0, 8468.0, 8453.0, 8462.0, 8436.0, 8465.0, 8436.0, 8441.0, 8409.0, 8394.0, 8407.0, 8395.0, 8428.0, 8425.0, 8448.0, 8413.0, 8443.0, 8446.0, 8444.0, 8451.0, 8463.0, 8455.0, 8462.0, 8453.0, 8445.0, 8453.0, 8466.0, 8455.0, 8466.0, 8457.0, 8439.0, 8469.0, 8445.0, 8495.0, 8497.0, 8492.0, 8495.0, 8496.0, 8491.0, 8453.0, 8477.0, 8476.0, 8498.0, 8477.0, 8498.0, 8464.0, 8474.0, 8455.0, 8474.0, 8458.0, 8451.0, 8467.0, 8445.0, 8450.0, 8446.0, 8451.0, 8449.0, 8431.0, 8413.0, 8415.0, 8440.0, 8442.0, 8424.0, 8458.0, 8408.0, 8425.0, 8419.0, 8444.0, 8405.0, 8438.0, 8394.0, 8435.0, 8393.0, 8439.0, 8407.0, 8435.0, 8423.0, 8418.0, 8406.0, 8437.0, 8409.0, 8420.0, 8404.0, 8393.0, 8422.0, 8411.0, 8461.0, 8399.0, 8455.0, 8446.0, 8445.0, 8451.0, 8459.0, 8471.0, 8448.0, 8448.0, 8423.0, 8467.0, 8421.0, 8467.0, 8455.0, 8468.0, 8452.0, 8438.0, 8469.0, 8421.0, 8467.0, 8443.0, 8471.0, 8454.0, 8449.0, 8454.0, 8449.0, 8471.0, 8449.0, 8467.0, 8467.0, 8463.0, 8448.0, 8463.0, 8433.0, 8443.0, 8427.0, 8415.0, 8427.0, 8412.0, 8442.0, 8430.0, 8465.0, 8452.0, 8437.0, 8412.0, 8455.0, 8433.0, 8443.0, 8426.0, 8409.0, 8428.0, 8412.0, 8443.0, 8411.0, 8461.0, 8400.0, 8458.0, 8446.0, 8462.0, 8450.0, 8461.0, 8455.0, 8462.0, 8452.0, 8419.0, 8465.0, 8422.0, 8470.0, 8442.0, 8474.0, 8441.0, 8471.0, 8477.0, 8456.0, 8460.0, 8442.0, 8477.0, 8461.0, 8471.0, 8455.0, 8450.0, 8435.0, 8450.0, 8439.0, 8463.0, 8449.0, 8414.0, 8446.0, 8419.0, 8449.0, 8436.0, 8451.0, 8454.0, 8468.0, 8451.0, 8423.0, 8455.0, 8426.0, 8474.0, 8443.0, 8488.0, 8477.0, 8469.0, 8461.0, 8456.0, 8477.0, 8459.0, 8492.0, 8461.0, 8489.0, 8475.0, 8458.0, 8480.0, 8460.0, 8500.0, 8495.0, 8491.0, 8494.0, 8461.0, 8492.0, 8473.0, 8503.0, 8459.0, 8473.0, 8470.0, 8452.0, 8471.0, 8466.0, 8437.0, 8430.0, 8426.0, 8396.0, 8447.0, 8395.0, 8442.0, 8424.0, 8436.0, 8421.0, 8435.0, 8427.0, 8433.0, 8418.0, 8416.0, 8405.0, 8415.0, 8394.0, 8435.0, 8389.0, 8434.0, 8406.0, 8419.0, 8410.0, 8431.0, 8426.0, 8439.0, 8424.0, 8404.0, 8408.0, 8420.0, 8413.0, 8436.0, 8429.0, 8442.0, 8430.0, 8440.0, 8415.0, 8442.0, 8431.0, 8445.0, 8447.0, 8434.0, 8464.0, 8421.0, 8467.0, 8456.0, 8469.0, 8474.0, 8488.0, 8474.0, 8443.0, 8490.0, 8441.0, 8489.0, 8455.0, 8474.0, 8438.0, 8447.0, 8445.0, 8425.0, 8429.0, 8440.0, 8410.0, 8421.0, 8390.0, 8401.0, 8392.0, 8418.0, 8405.0, 8431.0, 8401.0, 8411.0, 8401.0, 8399.0, 8408.0, 8434.0, 8412.0, 8440.0, 8450.0, 8463.0, 8438.0, 8444.0, 8454.0, 8483.0, 8457.0, 8466.0, 8469.0, 8423.0, 8487.0, 8461.0, 8493.0, 8477.0, 8472.0, 8458.0, 8451.0, 8453.0, 8448.0, 8435.0, 8448.0, 8396.0, 8427.0, 8390.0, 8407.0, 8392.0, 8423.0, 8435.0, 8427.0, 8438.0, 8446.0, 8417.0, 8449.0, 8423.0, 8475.0, 8442.0, 8472.0, 8456.0, 8468.0, 8455.0, 8467.0, 8451.0, 8450.0, 8454.0, 8465.0, 8451.0, 8429.0, 8432.0, 8433.0, 8453.0, 8462.0, 8453.0, 8464.0, 8452.0, 8447.0, 8435.0, 8429.0, 8455.0, 8470.0, 8460.0, 8450.0, 8450.0, 8418.0, 8465.0, 8423.0, 8470.0, 8459.0, 8474.0, 8481.0, 8490.0, 8481.0, 8446.0, 8499.0, 8468.0, 8501.0, 8467.0, 8516.0, 8463.0, 8495.0, 8479.0, 8491.0, 8477.0, 8476.0, 8480.0, 8479.0, 8478.0, 8472.0, 8480.0, 8456.0, 8474.0, 8458.0, 8472.0, 8476.0, 8487.0, 8456.0, 8449.0, 8452.0, 8447.0, 8452.0, 8442.0, 8448.0, 8391.0, 8422.0, 8389.0, 8422.0, 8402.0, 8436.0, 8386.0, 8402.0, 8371.0, 8404.0, 8416.0, 8424.0, 8437.0, 8421.0, 8415.0, 8405.0, 8403.0, 8422.0, 8425.0, 8446.0, 8426.0, 8464.0, 8416.0, 8464.0, 8422.0, 8467.0, 8442.0, 8476.0, 8449.0, 8488.0, 8479.0, 8487.0, 8476.0, 8491.0, 8479.0, 8491.0, 8481.0, 8490.0, 8477.0, 8457.0, 8480.0, 8476.0, 8497.0, 8477.0, 8500.0, 8462.0, 8497.0, 8493.0, 8494.0, 8496.0, 8493.0, 8480.0, 8477.0, 8476.0, 8487.0, 8458.0, 8441.0, 8473.0, 8442.0, 8476.0, 8455.0, 8474.0, 8455.0, 8471.0, 8476.0, 8473.0, 8476.0, 8490.0, 8459.0, 8438.0, 8456.0, 8454.0, 8456.0, 8450.0, 8457.0, 8435.0, 8456.0, 8423.0, 8452.0, 8443.0, 8469.0, 8473.0, 8471.0, 8473.0, 8458.0, 8493.0, 8461.0, 8496.0, 8467.0, 8497.0, 8499.0, 8495.0, 8480.0, 8449.0, 8496.0, 8463.0, 8496.0, 8483.0, 8499.0, 8465.0, 8492.0, 8495.0, 8476.0, 8481.0, 8477.0, 8482.0, 8475.0, 8478.0, 8472.0, 8478.0, 8443.0, 8477.0, 8458.0, 8491.0, 8478.0, 8475.0, 8476.0, 8476.0, 8459.0, 8443.0, 8478.0, 8458.0, 8493.0, 8474.0, 8478.0, 8441.0, 8470.0, 8473.0, 8470.0, 8474.0, 8471.0, 8462.0, 8471.0, 8458.0, 8452.0, 8472.0, 8456.0, 8469.0, 8475.0, 8472.0, 8480.0, 8474.0, 8477.0, 8491.0, 8460.0, 8455.0, 8459.0, 8457.0, 8478.0, 8459.0, 8477.0, 8463.0, 8492.0, 8499.0, 8496.0, 8502.0, 8500.0, 8522.0, 8489.0, 8525.0, 8514.0, 8520.0, 8522.0, 8510.0, 8505.0, 8516.0, 8503.0, 8498.0, 8499.0, 8461.0, 8479.0, 8457.0, 8481.0, 8456.0, 8455.0, 8451.0, 8444.0, 8415.0, 8444.0, 8448.0, 8392.0, 8424.0, 8361.0, 8420.0, 8375.0, 8425.0, 8384.0, 8419.0, 8353.0, 8397.0, 8351.0, 8415.0, 8395.0, 8398.0, 8378.0, 8381.0, 8378.0, 8385.0, 8414.0, 8421.0, 8418.0, 8422.0, 8437.0, 8409.0, 8438.0, 8425.0, 8436.0, 8412.0, 8438.0, 8413.0, 8442.0, 8448.0, 8430.0, 8438.0, 8443.0, 8476.0, 8456.0, 8474.0, 8439.0, 8449.0, 8449.0, 8447.0, 8417.0, 8449.0, 8408.0, 8424.0, 8376.0, 8394.0, 8404.0, 8409.0, 8438.0, 8425.0, 8421.0, 8395.0, 8421.0, 8427.0, 8425.0, 8435.0, 8447.0, 8459.0, 8469.0, 8475.0, 8472.0, 8474.0, 8430.0, 8496.0, 8483.0, 8500.0, 8502.0, 8516.0, 8486.0, 8476.0, 8497.0, 8477.0, 8484.0, 8476.0, 8459.0, 8468.0, 8417.0, 8426.0, 8415.0, 8424.0, 8414.0, 8445.0, 8413.0, 8428.0, 8411.0, 8428.0, 8400.0, 8449.0, 8445.0, 8454.0, 8464.0, 8451.0, 8448.0, 8450.0, 8423.0, 8473.0, 8459.0, 8494.0, 8472.0, 8495.0, 8490.0, 8477.0, 8472.0, 8461.0, 8456.0, 8478.0, 8471.0, 8481.0, 8474.0, 8477.0, 8457.0, 8478.0, 8442.0, 8491.0, 8465.0, 8493.0, 8482.0, 8496.0, 8500.0, 8491.0, 8479.0, 8459.0, 8476.0, 8473.0, 8497.0, 8479.0, 8497.0, 8459.0, 8492.0, 8480.0, 8498.0, 8496.0, 8494.0, 8498.0, 8480.0, 8500.0, 8463.0, 8497.0, 8463.0, 8502.0, 8461.0, 8498.0, 8472.0, 8475.0, 8437.0, 8456.0, 8438.0, 8473.0, 8459.0, 8477.0, 8460.0, 8476.0, 8462.0, 8487.0, 8482.0, 8512.0, 8497.0, 8500.0, 8485.0, 8476.0, 8502.0, 8482.0, 8494.0, 8503.0, 8502.0, 8501.0, 8499.0, 8483.0, 8474.0, 8460.0, 8470.0, 8454.0, 8454.0, 8457.0, 8470.0, 8458.0, 8468.0, 8472.0, 8442.0, 8478.0, 8449.0, 8500.0, 8486.0, 8517.0, 8503.0, 8517.0, 8499.0, 8477.0, 8499.0, 8479.0, 8517.0, 8480.0, 8502.0, 8465.0, 8495.0, 8480.0, 8493.0, 8482.0, 8480.0, 8500.0, 8479.0, 8498.0, 8479.0, 8494.0, 8481.0, 8480.0, 8500.0, 8477.0, 8501.0, 8465.0, 8494.0, 8478.0, 8468.0, 8441.0, 8450.0, 8455.0, 8466.0, 8435.0, 8447.0, 8427.0, 8422.0, 8394.0, 8418.0, 8394.0, 8437.0, 8425.0, 8436.0, 8426.0, 8442.0, 8426.0, 8411.0, 8431.0, 8434.0, 8454.0, 8452.0, 8471.0, 8440.0, 8487.0, 8476.0, 8492.0, 8481.0, 8495.0, 8483.0, 8493.0, 8497.0, 8478.0, 8499.0, 8456.0, 8490.0, 8479.0, 8512.0, 8483.0, 8476.0, 8476.0, 8440.0, 8472.0, 8455.0, 8470.0, 8456.0, 8470.0, 8431.0, 8446.0, 8414.0, 8425.0, 8396.0, 8444.0, 8426.0, 8462.0, 8470.0, 8449.0, 8425.0, 8411.0, 8396.0, 8448.0, 8451.0, 8475.0, 8440.0, 8485.0, 8471.0, 8485.0, 8472.0, 8471.0, 8475.0, 8452.0, 8451.0, 8450.0, 8436.0, 8446.0, 8448.0, 8443.0, 8429.0, 8408.0, 8414.0, 8438.0, 8429.0, 8398.0, 8429.0, 8413.0, 8444.0, 8414.0, 8445.0, 8445.0, 8442.0, 8434.0, 8405.0, 8467.0, 8469.0, 8466.0, 8450.0, 8418.0, 8451.0, 8440.0, 8448.0, 8424.0, 8444.0, 8397.0, 8423.0, 8393.0, 8424.0, 8411.0, 8437.0, 8426.0, 8441.0, 8414.0, 8436.0, 8441.0, 8446.0, 8428.0, 8425.0, 8416.0, 8439.0, 8431.0, 8427.0, 8431.0, 8416.0, 8444.0, 8410.0, 8448.0, 8428.0, 8448.0, 8413.0, 8441.0, 8398.0, 8445.0, 8415.0, 8440.0, 8430.0, 8438.0, 8427.0, 8440.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.001779013657056146</td></tr>
<tr><td colspan=3>aqi</td><td>0.044139909332321696</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.77882602782078</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1747905594608947</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9763332178663616</td></tr>
<tr><td colspan=3>efc</td><td>0.445</td></tr>
<tr><td colspan=3>fber</td><td>7599.7642</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1007895648064202</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.235204855842185</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.665012265853136</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5424323030200537</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.007786019197884</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4448184753414703</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124576</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020564259961247444</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027434995397925377</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</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.8375866247419506</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>58.4595</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.9855</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>133.4898</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308262.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>633.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.4516</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3147</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>429.7673</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2984.3921</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>921.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3877.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>832.5484</td></tr>
<tr><td colspan=3>tsnr</td><td>32.67670061357785</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>