<?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-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-04/func/sub-0107_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>fa512a0f19e59cb5d35a7dd0dec18051</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:45:29.512500</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.997216, 0.0151016, 0.0730226, -0.00678791, 0.993596, -0.112785]</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.259</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.102459</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>[4215, -7782, -7153, 449, -149, -108, 69, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c2d1012f-4c9c-4142-bd39-07e6914e07ae||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.67545747756958, -0.01821145787835121, 0.2004970908164978, 107.6607437133789], [-0.040516484528779984, 2.665745973587036, -0.3023345470428467, -92.9205551147461], [0.19591420888900757, 0.3025950491428375, 2.6755177974700928, -72.20914459228516], [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': ['164529.512500', '164529.972500', '164530.432500', '164530.892500', '164531.352500', '164531.812500', '164532.272500', '164532.732500', '164533.192500', '164533.652500', '164534.112500', '164534.572500', '164535.032500', '164535.492500', '164535.952500', '164536.412500', '164536.872500', '164537.332500', '164537.792500', '164538.252500', '164538.712500', '164539.172500', '164539.632500', '164540.092500', '164540.552500', '164541.012500', '164541.472500', '164541.932500', '164542.392500', '164542.852500', '164543.312500', '164543.772500', '164544.232500', '164544.692500', '164545.152500', '164545.612500', '164546.072500', '164546.532500', '164546.992500', '164547.452500', '164547.912500', '164548.372500', '164548.832500', '164549.292500', '164549.752500', '164550.212500', '164550.672500', '164551.132500', '164551.592500', '164552.052500', '164552.512500', '164552.972500', '164553.432500', '164553.892500', '164554.352500', '164554.812500', '164555.272500', '164555.732500', '164556.192500', '164556.652500', '164557.112500', '164557.572500', '164558.032500', '164558.492500', '164558.952500', '164559.412500', '164559.872500', '164600.332500', '164600.792500', '164601.252500', '164601.712500', '164602.172500', '164602.632500', '164603.092500', '164603.552500', '164604.012500', '164604.472500', '164604.932500', '164605.392500', '164605.852500', '164606.312500', '164606.772500', '164607.232500', '164607.692500', '164608.152500', '164608.612500', '164609.072500', '164609.532500', '164609.992500', '164610.452500', '164610.912500', '164611.372500', '164611.832500', '164612.292500', '164612.752500', '164613.212500', '164613.672500', '164614.132500', '164614.592500', '164615.052500', '164615.512500', '164615.972500', '164616.432500', '164616.892500', '164617.352500', '164617.812500', '164618.272500', '164618.732500', '164619.192500', '164619.652500', '164620.112500', '164620.572500', '164621.032500', '164621.492500', '164621.952500', '164622.412500', '164622.872500', '164623.332500', '164623.792500', '164624.252500', '164624.712500', '164625.172500', '164625.632500', '164626.092500', '164626.552500', '164627.012500', '164627.472500', '164627.932500', '164628.392500', '164628.852500', '164629.312500', '164629.772500', '164630.232500', '164630.692500', '164631.152500', '164631.612500', '164632.072500', '164632.532500', '164632.992500', '164633.452500', '164633.912500', '164634.372500', '164634.832500', '164635.292500', '164635.752500', '164636.212500', '164636.672500', '164637.132500', '164637.592500', '164638.052500', '164638.512500', '164638.972500', '164639.432500', '164639.892500', '164640.352500', '164640.812500', '164641.272500', '164641.732500', '164642.192500', '164642.652500', '164643.112500', '164643.572500', '164644.032500', '164644.492500', '164644.952500', '164645.412500', '164645.872500', '164646.332500', '164646.792500', '164647.252500', '164647.712500', '164648.172500', '164648.632500', '164649.092500', '164649.552500', '164650.012500', '164650.472500', '164650.932500', '164651.392500', '164651.852500', '164652.312500', '164652.772500', '164653.232500', '164653.692500', '164654.152500', '164654.612500', '164655.072500', '164655.532500', '164655.992500', '164656.452500', '164656.912500', '164657.372500', '164657.832500', '164658.292500', '164658.752500', '164659.212500', '164659.672500', '164700.132500', '164700.592500', '164701.052500', '164701.512500', '164701.972500', '164702.432500', '164702.892500', '164703.352500', '164703.812500', '164704.272500', '164704.732500', '164705.192500', '164705.652500', '164706.112500', '164706.572500', '164707.032500', '164707.492500', '164707.952500', '164708.412500', '164708.872500', '164709.332500', '164709.792500', '164710.252500', '164710.712500', '164711.172500', '164711.632500', '164712.092500', '164712.552500', '164713.012500', '164713.472500', '164713.932500', '164714.392500', '164714.852500', '164715.312500', '164715.772500', '164716.232500', '164716.692500', '164717.152500', '164717.612500', '164718.072500', '164718.532500', '164718.992500', '164719.452500', '164719.912500', '164720.372500', '164720.832500', '164721.292500', '164721.752500', '164722.212500', '164722.672500', '164723.132500', '164723.592500', '164724.052500', '164724.512500', '164724.972500', '164725.432500', '164725.892500', '164726.352500', '164726.812500', '164727.272500', '164727.732500', '164728.192500', '164728.652500', '164729.112500', '164729.572500', '164730.032500', '164730.492500', '164730.952500', '164731.412500', '164731.872500', '164732.332500', '164732.792500', '164733.252500', '164733.712500', '164734.172500', '164734.632500', '164735.092500', '164735.552500', '164736.012500', '164736.472500', '164736.932500', '164737.392500', '164737.852500', '164738.312500', '164738.772500', '164739.232500', '164739.692500', '164740.152500', '164740.612500', '164741.072500', '164741.532500', '164741.992500', '164742.452500', '164742.912500', '164743.372500', '164743.832500', '164744.292500', '164744.752500', '164745.212500', '164745.672500', '164746.132500', '164746.592500', '164747.052500', '164747.512500', '164747.972500', '164748.432500', '164748.892500', '164749.352500', '164749.812500', '164750.272500', '164750.732500', '164751.192500', '164751.652500', '164752.112500', '164752.572500', '164753.032500', '164753.492500', '164753.952500', '164754.412500', '164754.872500', '164755.332500', '164755.792500', '164756.252500', '164756.712500', '164757.172500', '164757.632500', '164758.092500', '164758.552500', '164759.012500', '164759.472500', '164759.932500', '164800.392500', '164800.852500', '164801.312500', '164801.772500', '164802.232500', '164802.692500', '164803.152500', '164803.612500', '164804.072500', '164804.532500', '164804.992500', '164805.452500', '164805.912500', '164806.372500', '164806.832500', '164807.292500', '164807.752500', '164808.212500', '164808.672500', '164809.132500', '164809.592500', '164810.052500', '164810.512500', '164810.972500', '164811.432500', '164811.892500', '164812.352500', '164812.812500', '164813.272500', '164813.732500', '164814.192500', '164814.652500', '164815.112500', '164815.572500', '164816.032500', '164816.492500', '164816.952500', '164817.412500', '164817.872500', '164818.332500', '164818.792500', '164819.252500', '164819.712500', '164820.172500', '164820.632500', '164821.092500', '164821.552500', '164822.012500', '164822.472500', '164822.932500', '164823.392500', '164823.852500', '164824.312500', '164824.772500', '164825.232500', '164825.692500', '164826.152500', '164826.612500', '164827.072500', '164827.532500', '164827.992500', '164828.452500', '164828.912500', '164829.372500', '164829.832500', '164830.292500', '164830.752500', '164831.212500', '164831.672500', '164832.132500', '164832.592500', '164833.052500', '164833.512500', '164833.972500', '164834.432500', '164834.892500', '164835.352500', '164835.812500', '164836.272500', '164836.732500', '164837.192500', '164837.652500', '164838.112500', '164838.572500', '164839.032500', '164839.492500', '164839.952500', '164840.412500', '164840.872500', '164841.332500', '164841.792500', '164842.252500', '164842.712500', '164843.172500', '164843.632500', '164844.092500', '164844.552500', '164845.012500', '164845.472500', '164845.932500', '164846.392500', '164846.852500', '164847.312500', '164847.772500', '164848.232500', '164848.692500', '164849.152500', '164849.612500', '164850.072500', '164850.532500', '164850.992500', '164851.452500', '164851.912500', '164852.372500', '164852.832500', '164853.292500', '164853.752500', '164854.212500', '164854.672500', '164855.132500', '164855.592500', '164856.052500', '164856.512500', '164856.972500', '164857.432500', '164857.892500', '164858.352500', '164858.812500', '164859.272500', '164859.732500', '164900.192500', '164900.652500', '164901.112500', '164901.572500', '164902.032500', '164902.492500', '164902.952500', '164903.412500', '164903.872500', '164904.332500', '164904.792500', '164905.252500', '164905.712500', '164906.172500', '164906.632500', '164907.092500', '164907.552500', '164908.012500', '164908.472500', '164908.932500', '164909.392500', '164909.852500', '164910.312500', '164910.772500', '164911.232500', '164911.692500', '164912.152500', '164912.612500', '164913.072500', '164913.532500', '164913.992500', '164914.452500', '164914.912500', '164915.372500', '164915.832500', '164916.292500', '164916.752500', '164917.212500', '164917.672500', '164918.132500', '164918.592500', '164919.052500', '164919.512500', '164919.972500', '164920.432500', '164920.892500', '164921.352500', '164921.812500', '164922.272500', '164922.732500', '164923.192500', '164923.652500', '164924.112500', '164924.572500', '164925.032500', '164925.492500', '164925.952500', '164926.412500', '164926.872500', '164927.332500', '164927.792500', '164928.252500', '164928.712500', '164929.172500', '164929.632500', '164930.092500', '164930.552500', '164931.012500', '164931.472500', '164931.932500', '164932.392500', '164932.852500', '164933.312500', '164933.772500', '164934.232500', '164934.692500', '164935.152500', '164935.612500', '164936.072500', '164936.532500', '164936.992500', '164937.452500', '164937.912500', '164938.372500', '164938.832500', '164939.292500', '164939.752500', '164940.212500', '164940.672500', '164941.132500', '164941.592500', '164942.052500', '164942.512500', '164942.972500', '164943.432500', '164943.892500', '164944.352500', '164944.812500', '164945.272500', '164945.732500', '164946.192500', '164946.652500', '164947.112500', '164947.572500', '164948.032500', '164948.492500', '164948.952500', '164949.412500', '164949.872500', '164950.332500', '164950.792500', '164951.252500', '164951.712500', '164952.172500', '164952.632500', '164953.092500', '164953.552500', '164954.012500', '164954.472500', '164954.932500', '164955.392500', '164955.852500', '164956.312500', '164956.772500', '164957.232500', '164957.692500', '164958.152500', '164958.612500', '164959.072500', '164959.532500', '164959.992500', '165000.452500', '165000.912500', '165001.372500', '165001.832500', '165002.292500', '165002.752500', '165003.212500', '165003.672500', '165004.132500', '165004.592500', '165005.052500', '165005.512500', '165005.972500', '165006.432500', '165006.892500', '165007.352500', '165007.812500', '165008.272500', '165008.732500', '165009.192500', '165009.652500', '165010.112500', '165010.572500', '165011.032500', '165011.492500', '165011.952500', '165012.412500', '165012.872500', '165013.332500', '165013.792500', '165014.252500', '165014.712500', '165015.172500', '165015.632500', '165016.092500', '165016.552500', '165017.012500', '165017.472500', '165017.932500', '165018.392500', '165018.852500', '165019.312500', '165019.772500', '165020.232500', '165020.692500', '165021.152500', '165021.612500', '165022.072500', '165022.532500', '165022.992500', '165023.452500', '165023.912500', '165024.372500', '165024.832500', '165025.292500', '165025.752500', '165026.212500', '165026.672500', '165027.132500', '165027.592500', '165028.052500', '165028.512500', '165028.972500', '165029.432500', '165029.892500', '165030.352500', '165030.812500', '165031.272500', '165031.732500', '165032.192500', '165032.652500', '165033.112500', '165033.572500', '165034.032500', '165034.492500', '165034.952500', '165035.412500', '165035.872500', '165036.332500', '165036.792500', '165037.252500', '165037.712500', '165038.172500', '165038.632500', '165039.092500', '165039.552500', '165040.012500', '165040.472500', '165040.932500', '165041.392500', '165041.852500', '165042.312500', '165042.772500', '165043.232500', '165043.692500', '165044.152500', '165044.612500', '165045.072500', '165045.532500', '165045.992500', '165046.452500', '165046.912500', '165047.372500', '165047.832500', '165048.292500', '165048.752500', '165049.212500', '165049.672500', '165050.132500', '165050.592500', '165051.052500', '165051.512500', '165051.972500', '165052.432500', '165052.892500', '165053.352500', '165053.812500', '165054.272500', '165054.732500', '165055.192500', '165055.652500', '165056.112500', '165056.572500', '165057.032500', '165057.492500', '165057.952500', '165058.412500', '165058.872500', '165059.332500', '165059.792500', '165100.252500', '165100.712500', '165101.172500', '165101.632500', '165102.092500', '165102.552500', '165103.012500', '165103.472500', '165103.932500', '165104.392500', '165104.852500', '165105.312500', '165105.772500', '165106.232500', '165106.692500', '165107.152500', '165107.612500', '165108.072500', '165108.532500', '165108.992500', '165109.452500', '165109.912500', '165110.372500', '165110.832500', '165111.292500', '165111.752500', '165112.212500', '165112.672500', '165113.132500', '165113.592500', '165114.052500', '165114.512500', '165114.972500', '165115.432500', '165115.892500', '165116.352500', '165116.812500', '165117.272500', '165117.732500', '165118.192500', '165118.652500', '165119.112500', '165119.572500', '165120.032500', '165120.492500', '165120.952500', '165121.412500', '165121.872500', '165122.332500', '165122.792500', '165123.252500', '165123.712500', '165124.172500', '165124.632500', '165125.092500', '165125.552500', '165126.012500', '165126.472500', '165126.932500', '165127.392500', '165127.852500', '165128.312500', '165128.772500', '165129.232500', '165129.692500', '165130.152500', '165130.612500', '165131.072500', '165131.532500', '165131.992500', '165132.452500', '165132.912500', '165133.372500', '165133.832500', '165134.292500', '165134.752500', '165135.212500', '165135.672500', '165136.132500', '165136.592500', '165137.052500', '165137.512500', '165137.972500', '165138.432500', '165138.892500', '165139.352500', '165139.812500', '165140.272500', '165140.732500', '165141.192500', '165141.652500', '165142.112500', '165142.572500', '165143.032500', '165143.492500', '165143.952500', '165144.412500', '165144.872500', '165145.332500', '165145.792500', '165146.252500', '165146.712500', '165147.172500', '165147.632500', '165148.092500', '165148.552500', '165149.012500', '165149.472500', '165149.932500', '165150.392500', '165150.852500', '165151.312500', '165151.772500', '165152.232500', '165152.692500', '165153.152500', '165153.612500', '165154.072500', '165154.532500', '165154.992500', '165155.452500', '165155.912500', '165156.372500', '165156.832500', '165157.292500', '165157.752500', '165158.212500', '165158.672500', '165159.132500', '165159.592500', '165200.052500', '165200.512500', '165200.972500', '165201.432500', '165201.892500', '165202.352500', '165202.812500', '165203.272500', '165203.732500', '165204.192500', '165204.652500', '165205.112500', '165205.572500', '165206.032500', '165206.492500', '165206.952500', '165207.412500', '165207.872500', '165208.332500', '165208.792500', '165209.252500', '165209.712500', '165210.172500', '165210.632500', '165211.092500', '165211.552500', '165212.012500', '165212.472500', '165212.932500', '165213.392500', '165213.852500', '165214.312500', '165214.772500', '165215.232500', '165215.692500', '165216.152500', '165216.612500', '165217.072500', '165217.532500', '165217.992500', '165218.452500', '165218.912500', '165219.372500', '165219.832500', '165220.292500', '165220.752500', '165221.212500', '165221.672500', '165222.132500', '165222.592500', '165223.052500', '165223.512500', '165223.972500', '165224.432500', '165224.892500', '165225.352500', '165225.812500', '165226.272500', '165226.732500', '165227.192500', '165227.652500', '165228.112500', '165228.572500', '165229.032500', '165229.492500', '165229.952500', '165230.412500', '165230.872500', '165231.332500', '165231.792500', '165232.252500', '165232.712500', '165233.172500', '165233.632500', '165234.092500', '165234.552500', '165235.012500', '165235.472500', '165235.932500', '165236.392500', '165236.852500', '165237.312500', '165237.772500', '165238.232500', '165238.692500', '165239.152500', '165239.612500', '165240.072500', '165240.532500', '165240.992500', '165241.452500', '165241.912500', '165242.372500', '165242.832500', '165243.292500', '165243.752500', '165244.212500', '165244.672500', '165245.132500', '165245.592500', '165246.052500', '165246.512500', '165246.972500', '165247.432500', '165247.892500', '165248.352500', '165248.812500', '165249.272500', '165249.732500', '165250.192500', '165250.652500', '165251.112500', '165251.572500', '165252.032500', '165252.492500', '165252.952500', '165253.412500', '165253.872500', '165254.332500', '165254.792500', '165255.252500', '165255.712500', '165256.172500', '165256.632500', '165257.092500', '165257.552500', '165258.012500', '165258.472500', '165258.932500', '165259.392500', '165259.852500', '165300.312500', '165300.772500', '165301.232500', '165301.692500', '165302.152500', '165302.612500', '165303.072500', '165303.532500', '165303.992500', '165304.452500', '165304.912500', '165305.372500', '165305.832500', '165306.292500', '165306.752500', '165307.212500', '165307.672500', '165308.132500', '165308.592500', '165309.052500', '165309.512500', '165309.972500', '165310.432500', '165310.892500', '165311.352500', '165311.812500', '165312.272500', '165312.732500', '165313.192500', '165313.652500', '165314.112500', '165314.572500', '165315.032500', '165315.492500', '165315.952500', '165316.412500', '165316.872500', '165317.332500', '165317.792500', '165318.252500', '165318.712500', '165319.172500', '165319.632500', '165320.092500', '165320.552500', '165321.012500', '165321.472500', '165321.932500', '165322.392500', '165322.852500', '165323.312500', '165323.772500', '165324.232500', '165324.692500', '165325.152500', '165325.612500', '165326.072500', '165326.532500', '165326.992500', '165327.452500', '165327.912500', '165328.372500', '165328.832500', '165329.292500', '165329.752500', '165330.212500', '165330.672500', '165331.132500', '165331.592500', '165332.052500', '165332.512500', '165332.972500', '165333.432500', '165333.892500', '165334.352500', '165334.812500', '165335.272500', '165335.732500', '165336.192500', '165336.652500', '165337.112500', '165337.572500', '165338.032500', '165338.492500', '165338.952500', '165339.412500', '165339.872500', '165340.332500', '165340.792500', '165341.252500', '165341.712500', '165342.172500', '165342.632500', '165343.092500', '165343.552500', '165344.012500', '165344.472500', '165344.932500', '165345.392500', '165345.852500', '165346.312500', '165346.772500', '165347.232500', '165347.692500', '165348.152500', '165348.612500', '165349.072500', '165349.532500', '165349.992500', '165350.452500', '165350.912500', '165351.372500', '165351.832500', '165352.292500', '165352.752500', '165353.212500', '165353.672500', '165354.132500', '165354.592500', '165355.052500', '165355.512500', '165355.972500', '165356.432500', '165356.892500', '165357.352500', '165357.812500', '165358.272500', '165358.732500', '165359.192500', '165359.652500', '165400.112500', '165400.572500', '165401.032500', '165401.492500', '165401.952500', '165402.412500', '165402.872500', '165403.332500', '165403.792500', '165404.252500', '165404.712500', '165405.172500', '165405.632500', '165406.092500', '165406.552500', '165407.012500', '165407.472500', '165407.932500', '165408.392500', '165408.852500', '165409.312500', '165409.772500', '165410.232500', '165410.692500', '165411.152500', '165411.612500', '165412.072500', '165412.532500', '165412.992500', '165413.452500', '165413.912500', '165414.372500', '165414.832500', '165415.292500', '165415.752500', '165416.212500', '165416.672500', '165417.132500', '165417.592500', '165418.052500', '165418.512500', '165418.972500', '165419.432500', '165419.892500', '165420.352500', '165420.812500', '165421.272500', '165421.732500', '165422.192500', '165422.652500', '165423.112500', '165423.572500', '165424.032500', '165424.492500', '165424.952500', '165425.412500', '165425.872500', '165426.332500', '165426.792500', '165427.252500', '165427.712500', '165428.172500', '165428.632500', '165429.092500', '165429.552500', '165430.012500', '165430.472500', '165430.932500', '165431.392500', '165431.852500', '165432.312500', '165432.772500', '165433.232500', '165433.692500', '165434.152500', '165434.612500', '165435.072500', '165435.532500', '165435.992500', '165436.452500', '165436.912500', '165437.372500', '165437.832500', '165438.292500', '165438.752500', '165439.212500', '165439.672500', '165440.132500', '165440.592500', '165441.052500', '165441.512500', '165441.972500', '165442.432500', '165442.892500', '165443.352500', '165443.812500', '165444.272500', '165444.732500', '165445.192500', '165445.652500', '165446.112500', '165446.572500', '165447.032500', '165447.492500', '165447.952500', '165448.412500', '165448.872500', '165449.332500', '165449.792500', '165450.252500', '165450.712500', '165451.172500', '165451.632500', '165452.092500', '165452.552500', '165453.012500', '165453.472500', '165453.932500', '165454.392500', '165454.852500', '165455.312500', '165455.772500', '165456.232500', '165456.692500', '165457.152500', '165457.612500', '165458.072500', '165458.532500', '165458.992500', '165459.452500', '165459.912500', '165500.372500', '165500.832500', '165501.292500', '165501.752500', '165502.212500', '165502.672500', '165503.132500', '165503.592500', '165504.052500', '165504.512500', '165504.972500', '165505.432500', '165505.892500', '165506.352500', '165506.812500', '165507.272500', '165507.732500', '165508.192500', '165508.652500', '165509.112500', '165509.572500', '165510.032500', '165510.492500', '165510.952500', '165511.412500', '165511.872500', '165512.332500', '165512.792500', '165513.252500', '165513.712500', '165514.172500', '165514.632500', '165515.092500', '165515.552500', '165516.012500', '165516.472500', '165516.932500', '165517.392500', '165517.852500', '165518.312500', '165518.772500', '165519.232500', '165519.692500', '165520.152500', '165520.612500', '165521.072500', '165521.532500', '165521.992500', '165522.452500', '165522.912500', '165523.372500', '165523.832500', '165524.292500', '165524.752500', '165525.212500', '165525.672500', '165526.132500', '165526.592500', '165527.052500', '165527.512500', '165527.972500', '165528.432500', '165528.892500', '165529.352500', '165529.812500', '165530.272500', '165530.732500', '165531.192500', '165531.652500', '165532.112500', '165532.572500', '165533.032500', '165533.492500', '165533.952500', '165534.412500', '165534.872500', '165535.332500', '165535.792500', '165536.252500', '165536.712500', '165537.172500'], 'ContentTime': ['164558.734000', '164558.737000', '164558.739000', '164558.742000', '164558.744000', '164558.747000', '164558.750000', '164558.752000', '164558.755000', '164558.757000', '164558.760000', '164558.763000', '164558.765000', '164558.768000', '164558.770000', '164558.773000', '164558.776000', '164558.778000', '164558.781000', '164558.793000', '164558.796000', '164558.799000', '164558.801000', '164558.804000', '164558.807000', '164558.809000', '164558.812000', '164558.814000', '164558.817000', '164558.819000', '164558.822000', '164558.825000', '164558.827000', '164558.830000', '164558.832000', '164558.835000', '164558.837000', '164558.840000', '164558.842000', '164558.845000', '164558.848000', '164558.850000', '164558.853000', '164558.855000', '164558.858000', '164558.860000', '164558.863000', '164558.866000', '164558.868000', '164558.871000', '164558.873000', '164558.876000', '164558.879000', '164558.881000', '164558.894000', '164558.897000', '164558.899000', '164558.902000', '164558.904000', '164558.907000', '164618.702000', '164618.705000', '164618.708000', '164618.710000', '164618.713000', '164618.716000', '164618.718000', '164618.721000', '164618.723000', '164618.726000', '164618.728000', '164618.731000', '164618.734000', '164618.736000', '164618.739000', '164618.741000', '164618.744000', '164618.747000', '164618.749000', '164618.752000', '164618.754000', '164618.757000', '164618.759000', '164618.762000', '164618.765000', '164618.767000', '164618.770000', '164618.772000', '164618.775000', '164618.777000', '164618.780000', '164618.783000', '164618.785000', '164618.788000', '164618.790000', '164618.793000', '164618.795000', '164618.798000', '164618.801000', '164618.803000', '164618.806000', '164618.808000', '164618.811000', '164618.813000', '164638.701000', '164638.704000', '164638.707000', '164638.709000', '164638.712000', '164638.715000', '164638.717000', '164638.720000', '164638.723000', '164638.725000', '164638.728000', '164638.730000', '164638.733000', '164638.735000', '164638.738000', '164638.740000', '164638.743000', '164638.745000', '164638.748000', '164638.751000', '164638.753000', '164638.756000', '164638.788000', '164638.791000', '164638.793000', '164638.796000', '164638.798000', '164638.801000', '164638.804000', '164638.806000', '164638.809000', '164638.811000', '164638.814000', '164638.816000', '164638.819000', '164638.822000', '164638.824000', '164638.827000', '164638.829000', '164638.832000', '164638.835000', '164638.838000', '164638.840000', '164658.703000', '164658.705000', '164658.708000', '164658.710000', '164658.713000', '164658.716000', '164658.718000', '164658.721000', '164658.723000', '164658.726000', '164658.728000', '164658.731000', '164658.734000', '164658.736000', '164658.739000', '164658.741000', '164658.744000', '164658.746000', '164658.749000', '164658.752000', '164658.754000', '164658.757000', '164658.759000', '164658.762000', '164658.765000', '164658.767000', '164658.770000', '164658.772000', '164658.775000', '164658.777000', '164658.780000', '164658.782000', '164658.785000', '164658.788000', '164658.790000', '164658.793000', '164658.795000', '164658.798000', '164658.800000', '164658.803000', '164658.806000', '164658.808000', '164658.811000', '164658.814000', '164718.702000', '164718.705000', '164718.708000', '164718.711000', '164718.713000', '164718.716000', '164718.718000', '164718.721000', '164718.723000', '164718.726000', '164718.728000', '164718.731000', '164718.734000', '164718.736000', '164718.739000', '164718.742000', '164718.744000', '164718.747000', '164718.749000', '164718.752000', '164718.755000', '164718.757000', '164718.760000', '164718.762000', '164718.765000', '164718.767000', '164718.770000', '164718.773000', '164718.775000', '164718.778000', '164718.780000', '164718.783000', '164718.786000', '164718.788000', '164718.791000', '164718.793000', '164718.796000', '164718.798000', '164718.801000', '164718.804000', '164718.806000', '164718.809000', '164718.811000', '164738.702000', '164738.705000', '164738.708000', '164738.710000', '164738.713000', '164738.715000', '164738.718000', '164738.721000', '164738.723000', '164738.726000', '164738.729000', '164738.731000', '164738.734000', '164738.736000', '164738.739000', '164738.741000', '164738.744000', '164738.747000', '164738.749000', '164738.752000', '164738.755000', '164738.757000', '164738.760000', '164738.762000', '164738.765000', '164738.767000', '164738.770000', '164738.772000', '164738.775000', '164738.778000', '164738.780000', '164738.783000', '164738.785000', '164738.788000', '164738.790000', '164738.793000', '164738.796000', '164738.798000', '164738.801000', '164738.803000', '164738.806000', '164738.809000', '164738.811000', '164738.814000', '164758.702000', '164758.705000', '164758.708000', '164758.710000', '164758.713000', '164758.716000', '164758.718000', '164758.721000', '164758.723000', '164758.726000', '164758.728000', '164758.731000', '164758.734000', '164758.736000', '164758.739000', '164758.741000', '164758.744000', '164758.746000', '164758.749000', '164758.752000', '164758.754000', '164758.757000', '164758.759000', '164758.762000', '164758.765000', '164758.767000', '164758.770000', '164758.772000', '164758.775000', '164758.777000', '164758.780000', '164758.783000', '164758.785000', '164758.788000', '164758.790000', '164758.793000', '164758.796000', '164758.798000', '164758.801000', '164758.804000', '164758.807000', '164758.809000', '164758.812000', '164818.702000', '164818.705000', '164818.708000', '164818.710000', '164818.713000', '164818.716000', '164818.718000', '164818.721000', '164818.723000', '164818.726000', '164818.728000', '164818.731000', '164818.733000', '164818.736000', '164818.739000', '164818.741000', '164818.744000', '164818.746000', '164818.749000', '164818.751000', '164818.754000', '164818.756000', '164818.759000', '164818.762000', '164818.764000', '164818.767000', '164818.769000', '164818.772000', '164818.774000', '164818.777000', '164818.780000', '164818.782000', '164818.785000', '164818.795000', '164818.798000', '164818.801000', '164818.803000', '164818.806000', '164818.808000', '164818.811000', '164818.813000', '164818.816000', '164818.818000', '164818.821000', '164838.703000', '164838.706000', '164838.708000', '164838.711000', '164838.713000', '164838.716000', '164838.718000', '164838.721000', '164838.724000', '164838.726000', '164838.729000', '164838.731000', '164838.734000', '164838.736000', '164838.739000', '164838.742000', '164838.744000', '164838.747000', '164838.749000', '164838.752000', '164838.755000', '164838.757000', '164838.760000', '164838.762000', '164838.765000', '164838.767000', '164838.770000', '164838.772000', '164838.775000', '164838.778000', '164838.780000', '164838.783000', '164838.785000', '164838.788000', '164838.791000', '164838.794000', '164838.796000', '164838.799000', '164838.801000', '164838.804000', '164838.806000', '164838.809000', '164838.811000', '164858.702000', '164858.705000', '164858.708000', '164858.712000', '164858.715000', '164858.718000', '164858.720000', '164858.723000', '164858.725000', '164858.728000', '164858.730000', '164858.733000', '164858.736000', '164858.738000', '164858.741000', '164858.743000', '164858.746000', '164858.749000', '164858.751000', '164858.754000', '164858.756000', '164858.759000', '164858.761000', '164858.764000', '164858.767000', '164858.769000', '164858.772000', '164858.774000', '164858.777000', '164858.779000', '164858.782000', '164858.785000', '164858.787000', '164858.790000', '164858.792000', '164858.795000', '164858.798000', '164858.800000', '164858.803000', '164858.806000', '164858.808000', '164858.811000', '164858.813000', '164918.703000', '164918.705000', '164918.708000', '164918.711000', '164918.713000', '164918.716000', '164918.719000', '164918.721000', '164918.724000', '164918.726000', '164918.729000', '164918.731000', '164918.734000', '164918.736000', '164918.739000', '164918.742000', '164918.744000', '164918.747000', '164918.749000', '164918.752000', '164918.754000', '164918.757000', '164918.760000', '164918.762000', '164918.765000', '164918.767000', '164918.770000', '164918.772000', '164918.775000', '164918.778000', '164918.780000', '164918.783000', '164918.785000', '164918.788000', '164918.791000', '164918.793000', '164918.796000', '164918.798000', '164918.801000', '164918.804000', '164918.806000', '164918.809000', '164918.811000', '164918.814000', '164938.702000', '164938.705000', '164938.708000', '164938.710000', '164938.714000', '164938.717000', '164938.720000', '164938.722000', '164938.725000', '164938.727000', '164938.730000', '164938.733000', '164938.735000', '164938.738000', '164938.740000', '164938.743000', '164938.746000', '164938.748000', '164938.751000', '164938.753000', '164938.756000', '164938.758000', '164938.761000', '164938.764000', '164938.766000', '164938.769000', '164938.771000', '164938.774000', '164938.776000', '164938.779000', '164938.782000', '164938.784000', '164938.787000', '164938.789000', '164938.792000', '164938.795000', '164938.797000', '164938.800000', '164938.802000', '164938.805000', '164938.808000', '164938.810000', '164938.813000', '164958.735000', '164958.738000', '164958.740000', '164958.743000', '164958.746000', '164958.748000', '164958.751000', '164958.753000', '164958.756000', '164958.758000', '164958.761000', '164958.764000', '164958.766000', '164958.769000', '164958.771000', '164958.774000', '164958.777000', '164958.779000', '164958.782000', '164958.784000', '164958.787000', '164958.789000', '164958.792000', '164958.794000', '164958.797000', '164958.800000', '164958.802000', '164958.805000', '164958.808000', '164958.810000', '164958.813000', '164958.815000', '164958.818000', '164958.820000', '164958.823000', '164958.826000', '164958.828000', '164958.831000', '164958.833000', '164958.836000', '164958.838000', '164958.841000', '164958.844000', '164958.846000', '165018.702000', '165018.705000', '165018.708000', '165018.710000', '165018.713000', '165018.716000', '165018.718000', '165018.721000', '165018.723000', '165018.726000', '165018.728000', '165018.731000', '165018.734000', '165018.736000', '165018.739000', '165018.741000', '165018.744000', '165018.747000', '165018.750000', '165018.753000', '165018.755000', '165018.758000', '165018.761000', '165018.763000', '165018.766000', '165018.769000', '165018.771000', '165018.774000', '165018.777000', '165018.779000', '165018.782000', '165018.784000', '165018.787000', '165018.790000', '165018.792000', '165018.795000', '165018.797000', '165018.800000', '165018.803000', '165018.805000', '165018.808000', '165018.810000', '165018.813000', '165038.702000', '165038.705000', '165038.708000', '165038.710000', '165038.713000', '165038.716000', '165038.718000', '165038.721000', '165038.723000', '165038.726000', '165038.728000', '165038.731000', '165038.733000', '165038.736000', '165038.739000', '165038.741000', '165038.744000', '165038.746000', '165038.749000', '165038.752000', '165038.754000', '165038.757000', '165038.759000', '165038.762000', '165038.764000', '165038.767000', '165038.769000', '165038.772000', '165038.775000', '165038.777000', '165038.780000', '165038.782000', '165038.785000', '165038.788000', '165038.790000', '165038.793000', '165038.795000', '165038.798000', '165038.801000', '165038.803000', '165038.806000', '165038.808000', '165038.811000', '165038.814000', '165058.703000', '165058.705000', '165058.708000', '165058.711000', '165058.713000', '165058.716000', '165058.744000', '165058.747000', '165058.749000', '165058.752000', '165058.754000', '165058.757000', '165058.760000', '165058.762000', '165058.765000', '165058.767000', '165058.770000', '165058.773000', '165058.775000', '165058.778000', '165058.780000', '165058.783000', '165058.785000', '165058.788000', '165058.791000', '165058.793000', '165058.796000', '165058.798000', '165058.801000', '165058.804000', '165058.806000', '165058.809000', '165058.811000', '165058.814000', '165058.816000', '165058.819000', '165058.822000', '165058.824000', '165058.827000', '165058.829000', '165058.832000', '165058.835000', '165058.837000', '165118.702000', '165118.704000', '165118.707000', '165118.710000', '165118.712000', '165118.715000', '165118.717000', '165118.720000', '165118.722000', '165118.725000', '165118.728000', '165118.743000', '165118.746000', '165118.748000', '165118.751000', '165118.754000', '165118.756000', '165118.759000', '165118.761000', '165118.764000', '165118.766000', '165118.769000', '165118.772000', '165118.774000', '165118.777000', '165118.780000', '165118.782000', '165118.785000', '165118.787000', '165118.790000', '165118.792000', '165118.795000', '165118.798000', '165118.800000', '165118.803000', '165118.805000', '165118.808000', '165118.810000', '165118.813000', '165118.816000', '165118.818000', '165118.821000', '165118.823000', '165118.826000', '165138.703000', '165138.705000', '165138.708000', '165138.710000', '165138.713000', '165138.716000', '165138.718000', '165138.721000', '165138.723000', '165138.726000', '165138.729000', '165138.731000', '165138.734000', '165138.736000', '165138.739000', '165138.741000', '165138.744000', '165138.747000', '165138.749000', '165138.752000', '165138.754000', '165138.757000', '165138.760000', '165138.765000', '165138.768000', '165138.770000', '165138.773000', '165138.775000', '165138.778000', '165138.781000', '165138.783000', '165138.786000', '165138.789000', '165138.792000', '165138.794000', '165138.797000', '165138.799000', '165138.802000', '165138.812000', '165138.815000', '165138.817000', '165138.820000', '165138.823000', '165158.702000', '165158.705000', '165158.708000', '165158.710000', '165158.713000', '165158.715000', '165158.718000', '165158.721000', '165158.723000', '165158.726000', '165158.728000', '165158.731000', '165158.733000', '165158.736000', '165158.739000', '165158.741000', '165158.744000', '165158.746000', '165158.749000', '165158.751000', '165158.754000', '165158.757000', '165158.759000', '165158.762000', '165158.764000', '165158.767000', '165158.770000', '165158.772000', '165158.775000', '165158.777000', '165158.780000', '165158.782000', '165158.785000', '165158.787000', '165158.790000', '165158.793000', '165158.795000', '165158.798000', '165158.800000', '165158.803000', '165158.806000', '165158.808000', '165158.811000', '165158.813000', '165218.702000', '165218.705000', '165218.708000', '165218.710000', '165218.713000', '165218.715000', '165218.718000', '165218.721000', '165218.723000', '165218.726000', '165218.728000', '165218.731000', '165218.734000', '165218.736000', '165218.739000', '165218.741000', '165218.744000', '165218.746000', '165218.749000', '165218.751000', '165218.754000', '165218.756000', '165218.759000', '165218.762000', '165218.764000', '165218.767000', '165218.770000', '165218.772000', '165218.775000', '165218.777000', '165218.780000', '165218.782000', '165218.785000', '165218.787000', '165218.790000', '165218.793000', '165218.795000', '165218.798000', '165218.800000', '165218.804000', '165218.807000', '165218.810000', '165218.812000', '165238.703000', '165238.706000', '165238.708000', '165238.711000', '165238.713000', '165238.716000', '165238.718000', '165238.721000', '165238.724000', '165238.726000', '165238.729000', '165238.731000', '165238.734000', '165238.737000', '165238.739000', '165238.743000', '165238.745000', '165238.748000', '165238.750000', '165238.753000', '165238.756000', '165238.759000', '165238.777000', '165238.780000', '165238.782000', '165238.785000', '165238.787000', '165238.790000', '165238.793000', '165238.795000', '165238.798000', '165238.800000', '165238.803000', '165238.805000', '165238.808000', '165238.811000', '165238.813000', '165238.816000', '165238.819000', '165238.821000', '165238.824000', '165238.826000', '165238.829000', '165238.832000', '165258.703000', '165258.705000', '165258.708000', '165258.711000', '165258.713000', '165258.716000', '165258.718000', '165258.721000', '165258.724000', '165258.726000', '165258.729000', '165258.731000', '165258.734000', '165258.736000', '165258.739000', '165258.742000', '165258.744000', '165258.747000', '165258.749000', '165258.752000', '165258.754000', '165258.757000', '165258.760000', '165258.762000', '165258.765000', '165258.767000', '165258.770000', '165258.773000', '165258.775000', '165258.778000', '165258.780000', '165258.783000', '165258.786000', '165258.788000', '165258.791000', '165258.793000', '165258.796000', '165258.799000', '165258.801000', '165258.804000', '165258.806000', '165258.809000', '165258.812000', '165318.702000', '165318.705000', '165318.708000', '165318.710000', '165318.713000', '165318.716000', '165318.718000', '165318.721000', '165318.723000', '165318.726000', '165318.729000', '165318.731000', '165318.734000', '165318.736000', '165318.739000', '165318.742000', '165318.744000', '165318.747000', '165318.749000', '165318.752000', '165318.754000', '165318.757000', '165318.760000', '165318.762000', '165318.765000', '165318.767000', '165318.770000', '165318.772000', '165318.775000', '165318.777000', '165318.780000', '165318.783000', '165318.785000', '165318.788000', '165318.790000', '165318.793000', '165318.796000', '165318.798000', '165318.801000', '165318.803000', '165318.806000', '165318.809000', '165318.812000', '165318.814000', '165338.701000', '165338.704000', '165338.707000', '165338.709000', '165338.712000', '165338.715000', '165338.717000', '165338.720000', '165338.723000', '165338.725000', '165338.728000', '165338.730000', '165338.733000', '165338.736000', '165338.738000', '165338.741000', '165338.744000', '165338.746000', '165338.749000', '165338.751000', '165338.754000', '165338.757000', '165338.759000', '165338.762000', '165338.764000', '165338.767000', '165338.770000', '165338.772000', '165338.775000', '165338.777000', '165338.780000', '165338.782000', '165338.785000', '165338.788000', '165338.790000', '165338.793000', '165338.795000', '165338.798000', '165338.800000', '165338.803000', '165338.806000', '165338.808000', '165338.811000', '165358.703000', '165358.706000', '165358.708000', '165358.711000', '165358.714000', '165358.716000', '165358.719000', '165358.721000', '165358.724000', '165358.726000', '165358.729000', '165358.732000', '165358.734000', '165358.737000', '165358.739000', '165358.742000', '165358.744000', '165358.747000', '165358.750000', '165358.752000', '165358.755000', '165358.758000', '165358.760000', '165358.763000', '165358.766000', '165358.768000', '165358.771000', '165358.773000', '165358.776000', '165358.779000', '165358.781000', '165358.784000', '165358.797000', '165358.800000', '165358.802000', '165358.805000', '165358.807000', '165358.810000', '165358.812000', '165358.815000', '165358.818000', '165358.820000', '165358.823000', '165358.826000', '165418.703000', '165418.705000', '165418.708000', '165418.711000', '165418.713000', '165418.716000', '165418.719000', '165418.721000', '165418.724000', '165418.726000', '165418.729000', '165418.732000', '165418.734000', '165418.737000', '165418.740000', '165418.742000', '165418.745000', '165418.748000', '165418.750000', '165418.753000', '165418.755000', '165418.758000', '165418.760000', '165418.763000', '165418.766000', '165418.768000', '165418.771000', '165418.774000', '165418.776000', '165418.779000', '165418.781000', '165418.784000', '165418.787000', '165418.789000', '165418.792000', '165418.795000', '165418.797000', '165418.800000', '165418.802000', '165418.805000', '165418.808000', '165418.811000', '165418.813000', '165438.702000', '165438.705000', '165438.708000', '165438.710000', '165438.713000', '165438.716000', '165438.718000', '165438.721000', '165438.723000', '165438.726000', '165438.729000', '165438.731000', '165438.734000', '165438.736000', '165438.739000', '165438.741000', '165438.744000', '165438.747000', '165438.749000', '165438.752000', '165438.755000', '165438.757000', '165438.760000', '165438.762000', '165438.765000', '165438.768000', '165438.770000', '165438.773000', '165438.776000', '165438.778000', '165438.781000', '165438.783000', '165438.786000', '165438.789000', '165438.791000', '165438.794000', '165438.797000', '165438.799000', '165438.802000', '165438.804000', '165438.807000', '165438.810000', '165438.812000', '165438.815000', '165458.703000', '165458.706000', '165458.708000', '165458.711000', '165458.713000', '165458.716000', '165458.718000', '165458.721000', '165458.724000', '165458.726000', '165458.729000', '165458.731000', '165458.734000', '165458.737000', '165458.740000', '165458.742000', '165458.745000', '165458.748000', '165458.750000', '165458.753000', '165458.756000', '165458.758000', '165458.761000', '165458.764000', '165458.766000', '165458.769000', '165458.771000', '165458.774000', '165458.777000', '165458.779000', '165458.782000', '165458.785000', '165458.787000', '165458.790000', '165458.793000', '165458.795000', '165458.798000', '165458.800000', '165458.803000', '165458.805000', '165458.808000', '165458.811000', '165458.813000', '165518.703000', '165518.706000', '165518.708000', '165518.711000', '165518.714000', '165518.716000', '165518.719000', '165518.722000', '165518.725000', '165518.727000', '165518.730000', '165518.733000', '165518.735000', '165518.738000', '165518.740000', '165518.756000', '165518.758000', '165518.761000', '165518.764000', '165518.766000', '165518.769000', '165518.772000', '165518.774000', '165518.777000', '165518.779000', '165518.782000', '165518.785000', '165518.787000', '165518.790000', '165518.793000', '165518.795000', '165518.798000', '165518.801000', '165518.803000', '165518.806000', '165518.808000', '165518.811000', '165518.814000', '165518.816000', '165518.819000', '165518.822000', '165518.824000', '165518.827000', '165518.830000', '165538.703000', '165538.706000', '165538.708000', '165538.711000', '165538.714000', '165538.716000', '165538.719000', '165538.722000', '165538.724000', '165538.727000', '165538.729000', '165538.732000', '165538.735000', '165538.737000', '165538.740000', '165538.743000', '165538.745000', '165538.748000', '165538.750000', '165538.753000', '165538.756000', '165538.758000', '165538.761000', '165538.763000', '165538.766000', '165538.768000', '165538.771000', '165538.774000', '165538.776000', '165538.779000', '165538.781000', '165538.784000', '165538.787000', '165538.790000', '165538.792000', '165538.795000', '165538.798000', '165538.801000', '165538.804000', '165538.807000', '165538.810000', '165538.815000', '165538.819000', '165538.893000'], 'InstanceCreationTime': ['164558.734000', '164558.737000', '164558.739000', '164558.742000', '164558.744000', '164558.747000', '164558.750000', '164558.752000', '164558.755000', '164558.757000', '164558.760000', '164558.763000', '164558.765000', '164558.768000', '164558.770000', '164558.773000', '164558.776000', '164558.778000', '164558.781000', '164558.793000', '164558.796000', '164558.799000', '164558.801000', '164558.804000', '164558.807000', '164558.809000', '164558.812000', '164558.814000', '164558.817000', '164558.819000', '164558.822000', '164558.825000', '164558.827000', '164558.830000', '164558.832000', '164558.835000', '164558.837000', '164558.840000', '164558.842000', '164558.845000', '164558.848000', '164558.850000', '164558.853000', '164558.855000', '164558.858000', '164558.860000', '164558.863000', '164558.866000', '164558.868000', '164558.871000', '164558.873000', '164558.876000', '164558.879000', '164558.881000', '164558.894000', '164558.897000', '164558.899000', '164558.902000', '164558.904000', '164558.907000', '164618.702000', '164618.705000', '164618.708000', '164618.710000', '164618.713000', '164618.716000', '164618.718000', '164618.721000', '164618.723000', '164618.726000', '164618.728000', '164618.731000', '164618.734000', '164618.736000', '164618.739000', '164618.741000', '164618.744000', '164618.747000', '164618.749000', '164618.752000', '164618.754000', '164618.757000', '164618.759000', '164618.762000', '164618.765000', '164618.767000', '164618.770000', '164618.772000', '164618.775000', '164618.777000', '164618.780000', '164618.783000', '164618.785000', '164618.788000', '164618.790000', '164618.793000', '164618.795000', '164618.798000', '164618.801000', '164618.803000', '164618.806000', '164618.808000', '164618.811000', '164618.813000', '164638.701000', '164638.704000', '164638.707000', '164638.709000', '164638.712000', '164638.715000', '164638.717000', '164638.720000', '164638.723000', '164638.725000', '164638.728000', '164638.730000', '164638.733000', '164638.735000', '164638.738000', '164638.740000', '164638.743000', '164638.745000', '164638.748000', '164638.751000', '164638.753000', '164638.756000', '164638.788000', '164638.791000', '164638.793000', '164638.796000', '164638.798000', '164638.801000', '164638.804000', '164638.806000', '164638.809000', '164638.811000', '164638.814000', '164638.816000', '164638.819000', '164638.822000', '164638.824000', '164638.827000', '164638.829000', '164638.832000', '164638.835000', '164638.838000', '164638.840000', '164658.703000', '164658.705000', '164658.708000', '164658.710000', '164658.713000', '164658.716000', '164658.718000', '164658.721000', '164658.723000', '164658.726000', '164658.728000', '164658.731000', '164658.734000', '164658.736000', '164658.739000', '164658.741000', '164658.744000', '164658.746000', '164658.749000', '164658.752000', '164658.754000', '164658.757000', '164658.759000', '164658.762000', '164658.765000', '164658.767000', '164658.770000', '164658.772000', '164658.775000', '164658.777000', '164658.780000', '164658.782000', '164658.785000', '164658.788000', '164658.790000', '164658.793000', '164658.795000', '164658.798000', '164658.800000', '164658.803000', '164658.806000', '164658.808000', '164658.811000', '164658.814000', '164718.702000', '164718.705000', '164718.708000', '164718.711000', '164718.713000', '164718.716000', '164718.718000', '164718.721000', '164718.723000', '164718.726000', '164718.728000', '164718.731000', '164718.734000', '164718.736000', '164718.739000', '164718.742000', '164718.744000', '164718.747000', '164718.749000', '164718.752000', '164718.755000', '164718.757000', '164718.760000', '164718.762000', '164718.765000', '164718.767000', '164718.770000', '164718.773000', '164718.775000', '164718.778000', '164718.780000', '164718.783000', '164718.786000', '164718.788000', '164718.791000', '164718.793000', '164718.796000', '164718.798000', '164718.801000', '164718.804000', '164718.806000', '164718.809000', '164718.811000', '164738.702000', '164738.705000', '164738.708000', '164738.710000', '164738.713000', '164738.715000', '164738.718000', '164738.721000', '164738.723000', '164738.726000', '164738.729000', '164738.731000', '164738.734000', '164738.736000', '164738.739000', '164738.741000', '164738.744000', '164738.747000', '164738.749000', '164738.752000', '164738.755000', '164738.757000', '164738.760000', '164738.762000', '164738.765000', '164738.767000', '164738.770000', '164738.772000', '164738.775000', '164738.778000', '164738.780000', '164738.783000', '164738.785000', '164738.788000', '164738.790000', '164738.793000', '164738.796000', '164738.798000', '164738.801000', '164738.803000', '164738.806000', '164738.809000', '164738.811000', '164738.814000', '164758.702000', '164758.705000', '164758.708000', '164758.710000', '164758.713000', '164758.716000', '164758.718000', '164758.721000', '164758.723000', '164758.726000', '164758.728000', '164758.731000', '164758.734000', '164758.736000', '164758.739000', '164758.741000', '164758.744000', '164758.746000', '164758.749000', '164758.752000', '164758.754000', '164758.757000', '164758.759000', '164758.762000', '164758.765000', '164758.767000', '164758.770000', '164758.772000', '164758.775000', '164758.777000', '164758.780000', '164758.783000', '164758.785000', '164758.788000', '164758.790000', '164758.793000', '164758.796000', '164758.798000', '164758.801000', '164758.804000', '164758.807000', '164758.809000', '164758.812000', '164818.702000', '164818.705000', '164818.708000', '164818.710000', '164818.713000', '164818.716000', '164818.718000', '164818.721000', '164818.723000', '164818.726000', '164818.728000', '164818.731000', '164818.733000', '164818.736000', '164818.739000', '164818.741000', '164818.744000', '164818.746000', '164818.749000', '164818.751000', '164818.754000', '164818.756000', '164818.759000', '164818.762000', '164818.764000', '164818.767000', '164818.769000', '164818.772000', '164818.774000', '164818.777000', '164818.780000', '164818.782000', '164818.785000', '164818.795000', '164818.798000', '164818.801000', '164818.803000', '164818.806000', '164818.808000', '164818.811000', '164818.813000', '164818.816000', '164818.818000', '164818.821000', '164838.703000', '164838.706000', '164838.708000', '164838.711000', '164838.713000', '164838.716000', '164838.718000', '164838.721000', '164838.724000', '164838.726000', '164838.729000', '164838.731000', '164838.734000', '164838.736000', '164838.739000', '164838.742000', '164838.744000', '164838.747000', '164838.749000', '164838.752000', '164838.755000', '164838.757000', '164838.760000', '164838.762000', '164838.765000', '164838.767000', '164838.770000', '164838.772000', '164838.775000', '164838.778000', '164838.780000', '164838.783000', '164838.785000', '164838.788000', '164838.791000', '164838.794000', '164838.796000', '164838.799000', '164838.801000', '164838.804000', '164838.806000', '164838.809000', '164838.811000', '164858.702000', '164858.705000', '164858.708000', '164858.712000', '164858.715000', '164858.718000', '164858.720000', '164858.723000', '164858.725000', '164858.728000', '164858.730000', '164858.733000', '164858.736000', '164858.738000', '164858.741000', '164858.743000', '164858.746000', '164858.749000', '164858.751000', '164858.754000', '164858.756000', '164858.759000', '164858.761000', '164858.764000', '164858.767000', '164858.769000', '164858.772000', '164858.774000', '164858.777000', '164858.779000', '164858.782000', '164858.785000', '164858.787000', '164858.790000', '164858.792000', '164858.795000', '164858.798000', '164858.800000', '164858.803000', '164858.806000', '164858.808000', '164858.811000', '164858.813000', '164918.703000', '164918.705000', '164918.708000', '164918.711000', '164918.713000', '164918.716000', '164918.719000', '164918.721000', '164918.724000', '164918.726000', '164918.729000', '164918.731000', '164918.734000', '164918.736000', '164918.739000', '164918.742000', '164918.744000', '164918.747000', '164918.749000', '164918.752000', '164918.754000', '164918.757000', '164918.760000', '164918.762000', '164918.765000', '164918.767000', '164918.770000', '164918.772000', '164918.775000', '164918.778000', '164918.780000', '164918.783000', '164918.785000', '164918.788000', '164918.791000', '164918.793000', '164918.796000', '164918.798000', '164918.801000', '164918.804000', '164918.806000', '164918.809000', '164918.811000', '164918.814000', '164938.702000', '164938.705000', '164938.708000', '164938.710000', '164938.714000', '164938.717000', '164938.720000', '164938.722000', '164938.725000', '164938.727000', '164938.730000', '164938.733000', '164938.735000', '164938.738000', '164938.740000', '164938.743000', '164938.746000', '164938.748000', '164938.751000', '164938.753000', '164938.756000', '164938.758000', '164938.761000', '164938.764000', '164938.766000', '164938.769000', '164938.771000', '164938.774000', '164938.776000', '164938.779000', '164938.782000', '164938.784000', '164938.787000', '164938.789000', '164938.792000', '164938.795000', '164938.797000', '164938.800000', '164938.802000', '164938.805000', '164938.808000', '164938.810000', '164938.813000', '164958.735000', '164958.738000', '164958.740000', '164958.743000', '164958.746000', '164958.748000', '164958.751000', '164958.753000', '164958.756000', '164958.758000', '164958.761000', '164958.764000', '164958.766000', '164958.769000', '164958.771000', '164958.774000', '164958.777000', '164958.779000', '164958.782000', '164958.784000', '164958.787000', '164958.789000', '164958.792000', '164958.794000', '164958.797000', '164958.800000', '164958.802000', '164958.805000', '164958.808000', '164958.810000', '164958.813000', '164958.815000', '164958.818000', '164958.820000', '164958.823000', '164958.826000', '164958.828000', '164958.831000', '164958.833000', '164958.836000', '164958.838000', '164958.841000', '164958.844000', '164958.846000', '165018.702000', '165018.705000', '165018.708000', '165018.710000', '165018.713000', '165018.716000', '165018.718000', '165018.721000', '165018.723000', '165018.726000', '165018.728000', '165018.731000', '165018.734000', '165018.736000', '165018.739000', '165018.741000', '165018.744000', '165018.747000', '165018.750000', '165018.753000', '165018.755000', '165018.758000', '165018.761000', '165018.763000', '165018.766000', '165018.769000', '165018.771000', '165018.774000', '165018.777000', '165018.779000', '165018.782000', '165018.784000', '165018.787000', '165018.790000', '165018.792000', '165018.795000', '165018.797000', '165018.800000', '165018.803000', '165018.805000', '165018.808000', '165018.810000', '165018.813000', '165038.702000', '165038.705000', '165038.708000', '165038.710000', '165038.713000', '165038.716000', '165038.718000', '165038.721000', '165038.723000', '165038.726000', '165038.728000', '165038.731000', '165038.733000', '165038.736000', '165038.739000', '165038.741000', '165038.744000', '165038.746000', '165038.749000', '165038.752000', '165038.754000', '165038.757000', '165038.759000', '165038.762000', '165038.764000', '165038.767000', '165038.769000', '165038.772000', '165038.775000', '165038.777000', '165038.780000', '165038.782000', '165038.785000', '165038.788000', '165038.790000', '165038.793000', '165038.795000', '165038.798000', '165038.801000', '165038.803000', '165038.806000', '165038.808000', '165038.811000', '165038.814000', '165058.703000', '165058.705000', '165058.708000', '165058.711000', '165058.713000', '165058.716000', '165058.744000', '165058.747000', '165058.749000', '165058.752000', '165058.754000', '165058.757000', '165058.760000', '165058.762000', '165058.765000', '165058.767000', '165058.770000', '165058.773000', '165058.775000', '165058.778000', '165058.780000', '165058.783000', '165058.785000', '165058.788000', '165058.791000', '165058.793000', '165058.796000', '165058.798000', '165058.801000', '165058.804000', '165058.806000', '165058.809000', '165058.811000', '165058.814000', '165058.816000', '165058.819000', '165058.822000', '165058.824000', '165058.827000', '165058.829000', '165058.832000', '165058.835000', '165058.837000', '165118.702000', '165118.704000', '165118.707000', '165118.710000', '165118.712000', '165118.715000', '165118.717000', '165118.720000', '165118.722000', '165118.725000', '165118.728000', '165118.743000', '165118.746000', '165118.748000', '165118.751000', '165118.754000', '165118.756000', '165118.759000', '165118.761000', '165118.764000', '165118.766000', '165118.769000', '165118.772000', '165118.774000', '165118.777000', '165118.780000', '165118.782000', '165118.785000', '165118.787000', '165118.790000', '165118.792000', '165118.795000', '165118.798000', '165118.800000', '165118.803000', '165118.805000', '165118.808000', '165118.810000', '165118.813000', '165118.816000', '165118.818000', '165118.821000', '165118.823000', '165118.826000', '165138.703000', '165138.705000', '165138.708000', '165138.710000', '165138.713000', '165138.716000', '165138.718000', '165138.721000', '165138.723000', '165138.726000', '165138.729000', '165138.731000', '165138.734000', '165138.736000', '165138.739000', '165138.741000', '165138.744000', '165138.747000', '165138.749000', '165138.752000', '165138.754000', '165138.757000', '165138.760000', '165138.765000', '165138.768000', '165138.770000', '165138.773000', '165138.775000', '165138.778000', '165138.781000', '165138.783000', '165138.786000', '165138.789000', '165138.792000', '165138.794000', '165138.797000', '165138.799000', '165138.802000', '165138.812000', '165138.815000', '165138.817000', '165138.820000', '165138.823000', '165158.702000', '165158.705000', '165158.708000', '165158.710000', '165158.713000', '165158.715000', '165158.718000', '165158.721000', '165158.723000', '165158.726000', '165158.728000', '165158.731000', '165158.733000', '165158.736000', '165158.739000', '165158.741000', '165158.744000', '165158.746000', '165158.749000', '165158.751000', '165158.754000', '165158.757000', '165158.759000', '165158.762000', '165158.764000', '165158.767000', '165158.770000', '165158.772000', '165158.775000', '165158.777000', '165158.780000', '165158.782000', '165158.785000', '165158.787000', '165158.790000', '165158.793000', '165158.795000', '165158.798000', '165158.800000', '165158.803000', '165158.806000', '165158.808000', '165158.811000', '165158.813000', '165218.702000', '165218.705000', '165218.708000', '165218.710000', '165218.713000', '165218.715000', '165218.718000', '165218.721000', '165218.723000', '165218.726000', '165218.728000', '165218.731000', '165218.734000', '165218.736000', '165218.739000', '165218.741000', '165218.744000', '165218.746000', '165218.749000', '165218.751000', '165218.754000', '165218.756000', '165218.759000', '165218.762000', '165218.764000', '165218.767000', '165218.770000', '165218.772000', '165218.775000', '165218.777000', '165218.780000', '165218.782000', '165218.785000', '165218.787000', '165218.790000', '165218.793000', '165218.795000', '165218.798000', '165218.800000', '165218.804000', '165218.807000', '165218.810000', '165218.812000', '165238.703000', '165238.706000', '165238.708000', '165238.711000', '165238.713000', '165238.716000', '165238.718000', '165238.721000', '165238.724000', '165238.726000', '165238.729000', '165238.731000', '165238.734000', '165238.737000', '165238.739000', '165238.743000', '165238.745000', '165238.748000', '165238.750000', '165238.753000', '165238.756000', '165238.759000', '165238.777000', '165238.780000', '165238.782000', '165238.785000', '165238.787000', '165238.790000', '165238.793000', '165238.795000', '165238.798000', '165238.800000', '165238.803000', '165238.805000', '165238.808000', '165238.811000', '165238.813000', '165238.816000', '165238.819000', '165238.821000', '165238.824000', '165238.826000', '165238.829000', '165238.832000', '165258.703000', '165258.705000', '165258.708000', '165258.711000', '165258.713000', '165258.716000', '165258.718000', '165258.721000', '165258.724000', '165258.726000', '165258.729000', '165258.731000', '165258.734000', '165258.736000', '165258.739000', '165258.742000', '165258.744000', '165258.747000', '165258.749000', '165258.752000', '165258.754000', '165258.757000', '165258.760000', '165258.762000', '165258.765000', '165258.767000', '165258.770000', '165258.773000', '165258.775000', '165258.778000', '165258.780000', '165258.783000', '165258.786000', '165258.788000', '165258.791000', '165258.793000', '165258.796000', '165258.799000', '165258.801000', '165258.804000', '165258.806000', '165258.809000', '165258.812000', '165318.702000', '165318.705000', '165318.708000', '165318.710000', '165318.713000', '165318.716000', '165318.718000', '165318.721000', '165318.723000', '165318.726000', '165318.729000', '165318.731000', '165318.734000', '165318.736000', '165318.739000', '165318.742000', '165318.744000', '165318.747000', '165318.749000', '165318.752000', '165318.754000', '165318.757000', '165318.760000', '165318.762000', '165318.765000', '165318.767000', '165318.770000', '165318.772000', '165318.775000', '165318.777000', '165318.780000', '165318.783000', '165318.785000', '165318.788000', '165318.790000', '165318.793000', '165318.796000', '165318.798000', '165318.801000', '165318.803000', '165318.806000', '165318.809000', '165318.812000', '165318.814000', '165338.701000', '165338.704000', '165338.707000', '165338.709000', '165338.712000', '165338.715000', '165338.717000', '165338.720000', '165338.723000', '165338.725000', '165338.728000', '165338.730000', '165338.733000', '165338.736000', '165338.738000', '165338.741000', '165338.744000', '165338.746000', '165338.749000', '165338.751000', '165338.754000', '165338.757000', '165338.759000', '165338.762000', '165338.764000', '165338.767000', '165338.770000', '165338.772000', '165338.775000', '165338.777000', '165338.780000', '165338.782000', '165338.785000', '165338.788000', '165338.790000', '165338.793000', '165338.795000', '165338.798000', '165338.800000', '165338.803000', '165338.806000', '165338.808000', '165338.811000', '165358.703000', '165358.706000', '165358.708000', '165358.711000', '165358.714000', '165358.716000', '165358.719000', '165358.721000', '165358.724000', '165358.726000', '165358.729000', '165358.732000', '165358.734000', '165358.737000', '165358.739000', '165358.742000', '165358.744000', '165358.747000', '165358.750000', '165358.752000', '165358.755000', '165358.758000', '165358.760000', '165358.763000', '165358.766000', '165358.768000', '165358.771000', '165358.773000', '165358.776000', '165358.779000', '165358.781000', '165358.784000', '165358.797000', '165358.800000', '165358.802000', '165358.805000', '165358.807000', '165358.810000', '165358.812000', '165358.815000', '165358.818000', '165358.820000', '165358.823000', '165358.826000', '165418.703000', '165418.705000', '165418.708000', '165418.711000', '165418.713000', '165418.716000', '165418.719000', '165418.721000', '165418.724000', '165418.726000', '165418.729000', '165418.732000', '165418.734000', '165418.737000', '165418.740000', '165418.742000', '165418.745000', '165418.748000', '165418.750000', '165418.753000', '165418.755000', '165418.758000', '165418.760000', '165418.763000', '165418.766000', '165418.768000', '165418.771000', '165418.774000', '165418.776000', '165418.779000', '165418.781000', '165418.784000', '165418.787000', '165418.789000', '165418.792000', '165418.795000', '165418.797000', '165418.800000', '165418.802000', '165418.805000', '165418.808000', '165418.811000', '165418.813000', '165438.702000', '165438.705000', '165438.708000', '165438.710000', '165438.713000', '165438.716000', '165438.718000', '165438.721000', '165438.723000', '165438.726000', '165438.729000', '165438.731000', '165438.734000', '165438.736000', '165438.739000', '165438.741000', '165438.744000', '165438.747000', '165438.749000', '165438.752000', '165438.755000', '165438.757000', '165438.760000', '165438.762000', '165438.765000', '165438.768000', '165438.770000', '165438.773000', '165438.776000', '165438.778000', '165438.781000', '165438.783000', '165438.786000', '165438.789000', '165438.791000', '165438.794000', '165438.797000', '165438.799000', '165438.802000', '165438.804000', '165438.807000', '165438.810000', '165438.812000', '165438.815000', '165458.703000', '165458.706000', '165458.708000', '165458.711000', '165458.713000', '165458.716000', '165458.718000', '165458.721000', '165458.724000', '165458.726000', '165458.729000', '165458.731000', '165458.734000', '165458.737000', '165458.740000', '165458.742000', '165458.745000', '165458.748000', '165458.750000', '165458.753000', '165458.756000', '165458.758000', '165458.761000', '165458.764000', '165458.766000', '165458.769000', '165458.771000', '165458.774000', '165458.777000', '165458.779000', '165458.782000', '165458.785000', '165458.787000', '165458.790000', '165458.793000', '165458.795000', '165458.798000', '165458.800000', '165458.803000', '165458.805000', '165458.808000', '165458.811000', '165458.813000', '165518.703000', '165518.706000', '165518.708000', '165518.711000', '165518.714000', '165518.716000', '165518.719000', '165518.722000', '165518.725000', '165518.727000', '165518.730000', '165518.733000', '165518.735000', '165518.738000', '165518.740000', '165518.756000', '165518.758000', '165518.761000', '165518.764000', '165518.766000', '165518.769000', '165518.772000', '165518.774000', '165518.777000', '165518.779000', '165518.782000', '165518.785000', '165518.787000', '165518.790000', '165518.793000', '165518.795000', '165518.798000', '165518.801000', '165518.803000', '165518.806000', '165518.808000', '165518.811000', '165518.814000', '165518.816000', '165518.819000', '165518.822000', '165518.824000', '165518.827000', '165518.830000', '165538.703000', '165538.706000', '165538.708000', '165538.711000', '165538.714000', '165538.716000', '165538.719000', '165538.722000', '165538.724000', '165538.727000', '165538.729000', '165538.732000', '165538.735000', '165538.737000', '165538.740000', '165538.743000', '165538.745000', '165538.748000', '165538.750000', '165538.753000', '165538.756000', '165538.758000', '165538.761000', '165538.763000', '165538.766000', '165538.768000', '165538.771000', '165538.774000', '165538.776000', '165538.779000', '165538.781000', '165538.784000', '165538.787000', '165538.790000', '165538.792000', '165538.795000', '165538.798000', '165538.801000', '165538.804000', '165538.807000', '165538.810000', '165538.815000', '165538.819000', '165538.893000'], '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': [21334, 13482, 17358, 10948, 15109, 10685, 14957, 11750, 14354, 11794, 11036, 20024, 10471, 15161, 10968, 13390, 9225, 12696, 9185, 13535, 10091, 15430, 9233, 13887, 8921, 14437, 9090, 14725, 9187, 13994, 8881, 14017, 9286, 14973, 9252, 14973, 9970, 15161, 10546, 16073, 9827, 15527, 10515, 15330, 10905, 16045, 11576, 18773, 10350, 18557, 10829, 18487, 11419, 18036, 11095, 17865, 11273, 15053, 11396, 10042, 12278, 10608, 13923, 12081, 13674, 8977, 13623, 9431, 15278, 10118, 15851, 10224, 15221, 10118, 15273, 10081, 15596, 9526, 14882, 9657, 15207, 10082, 15197, 10170, 15265, 9856, 14035, 9850, 14292, 10127, 14303, 9768, 13410, 10218, 14498, 10467, 19028, 10158, 16056, 10485, 14701, 11074, 19573, 10434, 18634, 10407, 18489, 10740, 16564, 10155, 12389, 10179, 8864, 13235, 10670, 16210, 10669, 16401, 10047, 13439, 11757, 12651, 14566, 9504, 14658, 9227, 16061, 9734, 15180, 9810, 13052, 9197, 14244, 9376, 14574, 9657, 13850, 9123, 14133, 9222, 15281, 9198, 13328, 9175, 13894, 9936, 15295, 10098, 15142, 9713, 14944, 10054, 15943, 10130, 14765, 9648, 14811, 10331, 14646, 9348, 13965, 9601, 13652, 10006, 14645, 9863, 14510, 9653, 13739, 9200, 14337, 9562, 12920, 9088, 13304, 9278, 15313, 9495, 14650, 9540, 13634, 9696, 14446, 10308, 14780, 9806, 14248, 9390, 13722, 9663, 14553, 9577, 13797, 9601, 13290, 9451, 14124, 9450, 13614, 9259, 12933, 10624, 14030, 12006, 12436, 8960, 12569, 9386, 14169, 9357, 12756, 9810, 13655, 8986, 13092, 9109, 12782, 8997, 12271, 8744, 12859, 9679, 13030, 12890, 12415, 15363, 12081, 19514, 10458, 18689, 10583, 15618, 10345, 8714, 10620, 8686, 12630, 8952, 13388, 10918, 13071, 9200, 12254, 8914, 12799, 9781, 13217, 9777, 12373, 10267, 11649, 16579, 11804, 11389, 10680, 10060, 11503, 14420, 12708, 17614, 12967, 19525, 10872, 20497, 11076, 17920, 10521, 14823, 10312, 16107, 10425, 14997, 10429, 13604, 10171, 12612, 10333, 12594, 10772, 13425, 10540, 13723, 10277, 13264, 10417, 12960, 10059, 13263, 10216, 13468, 10270, 13696, 10480, 14361, 10537, 13894, 10364, 13396, 11187, 11968, 14880, 11248, 16613, 10058, 18824, 10177, 14983, 10571, 12655, 10362, 12277, 10880, 12674, 9632, 11760, 8961, 12654, 9642, 13326, 9403, 12603, 9562, 12432, 9810, 14156, 10108, 14257, 9839, 13400, 10221, 13965, 10316, 13669, 9626, 12440, 9290, 13268, 9421, 12967, 9392, 12071, 15661, 10220, 21595, 10411, 14045, 10527, 12325, 10464, 11517, 10346, 11946, 10100, 13171, 10139, 13752, 10176, 14570, 10414, 10675, 10324, 10475, 13527, 9596, 12409, 9285, 12437, 10219, 13308, 10926, 13468, 9825, 12817, 10513, 12935, 11835, 12058, 9355, 12040, 9499, 12767, 10317, 13989, 10341, 14702, 10692, 13703, 10866, 13602, 10494, 13859, 10653, 13621, 10851, 13794, 10182, 12996, 9811, 10963, 11021, 10300, 17788, 10236, 16397, 10077, 15133, 10097, 15670, 10302, 12255, 10321, 8393, 10679, 9533, 12816, 8761, 12903, 9250, 13472, 12275, 14098, 13676, 12352, 11364, 12084, 15226, 13138, 15577, 12336, 12416, 12104, 17927, 12267, 21775, 11622, 21710, 10261, 20155, 10808, 18640, 10307, 19314, 10218, 13483, 10558, 14348, 10684, 13429, 10208, 12728, 10499, 12495, 10653, 13685, 10525, 12880, 10650, 12669, 10318, 13739, 10677, 13146, 10167, 13926, 9548, 13383, 9230, 11649, 9004, 11954, 9277, 12978, 9166, 12991, 10179, 14449, 10088, 14893, 10474, 14646, 10521, 13970, 10253, 14566, 10561, 13712, 10500, 13361, 10103, 13828, 9772, 12836, 9171, 12502, 16439, 12080, 21502, 10403, 17860, 10173, 18351, 10238, 13876, 10236, 13408, 10262, 12675, 10556, 13233, 10629, 13012, 10019, 12200, 9148, 11961, 10422, 11808, 9674, 10655, 9672, 10991, 15008, 11807, 21384, 11347, 17700, 10350, 16038, 10504, 13040, 10737, 12188, 9870, 11606, 9727, 11346, 9631, 12767, 9939, 14450, 10013, 13555, 9863, 11881, 17133, 11453, 19490, 10311, 20218, 9921, 15440, 10521, 14753, 10224, 13991, 10179, 14164, 10379, 17064, 10433, 16083, 10415, 12980, 10575, 11850, 9509, 11383, 9077, 10821, 8834, 10768, 8856, 11760, 9796, 11408, 21271, 10592, 15543, 10129, 14716, 10132, 12653, 10458, 12086, 10486, 13376, 10150, 13399, 10444, 14237, 10427, 14483, 10414, 14167, 10242, 13636, 10284, 14386, 10491, 15118, 10389, 15402, 10072, 14723, 10227, 12904, 10396, 13043, 10328, 13123, 10421, 13270, 10103, 13244, 10424, 12799, 10252, 13000, 10092, 12943, 10518, 12659, 10183, 12985, 9947, 15100, 10380, 19517, 10332, 14731, 10124, 15836, 10259, 13443, 10593, 12735, 10485, 11460, 9403, 9865, 12152, 10305, 11330, 10371, 10668, 10240, 12790, 11705, 17661, 10867, 18915, 10101, 20199, 10333, 18468, 9721, 18540, 9852, 17916, 9834, 13779, 9885, 13244, 10126, 12661, 9978, 13511, 9960, 12446, 10243, 14097, 10245, 8534, 10044, 8977, 13590, 10512, 14765, 10194, 14446, 10225, 14119, 10214, 16475, 9959, 14120, 9645, 13051, 9983, 13789, 9694, 13684, 10005, 13005, 10585, 13928, 10011, 13600, 10462, 13236, 10394, 13711, 10203, 14261, 10193, 12571, 9506, 11507, 15113, 9816, 16601, 9828, 14599, 10256, 8564, 10206, 8107, 10019, 11484, 11578, 11979, 11843, 15204, 11707, 21921, 11737, 22107, 10387, 19992, 10391, 17711, 10241, 16430, 9489, 13636, 14204, 10086, 19128, 9697, 12260, 9319, 11494, 9000, 9904, 9199, 10216, 9564, 10166, 9824, 10448, 15741, 9817, 16381, 11110, 13204, 10124, 12460, 10092, 12426, 9708, 12955, 12011, 13603, 14146, 10870, 17828, 10492, 22206, 10816, 16580, 9961, 14117, 9865, 12559, 9920, 13022, 9757, 11785, 10620, 9466, 14437, 9849, 14905, 9708, 16040, 9731, 13327, 10204, 13949, 9904, 14456, 9456, 13628, 10023, 12698, 9700, 12165, 9770, 12577, 9538, 12611, 9279, 13457, 9986, 13500, 10087, 13466, 11889, 12286, 22676, 11193, 16922, 10495, 13203, 9359, 13110, 9579, 12617, 9352, 11542, 17015, 9951, 14651, 9869, 13120, 9344, 11756, 9686, 11198, 9199, 11127, 9219, 10772, 11573, 10484, 19648, 10983, 15089, 10622, 15316, 10015, 15404, 9577, 13925, 10902, 12877, 10898, 12725, 18654, 10930, 21994, 10887, 16613, 10469, 13249, 9261, 11965, 8753, 9990, 14468, 9965, 14701, 9684, 13524, 9754, 11720, 9963, 12277, 9912, 13173, 9985, 12666, 10167, 14083, 10103, 15197, 13599, 13058, 21454, 10859, 15384, 11196, 15333, 10144, 13085, 9694, 13789, 13625, 12586, 11335, 10730, 19154, 10131, 16586, 11140, 14088, 9654, 13167, 9467, 13111, 9544, 12211, 9221, 10877, 17082, 10250, 13769, 10449, 13297, 9941, 14174, 9529, 13594, 9913, 13408, 9426, 13802, 9647, 13771, 9783, 14269, 10145, 14635, 9708, 14654, 9540, 14555, 12816, 12134, 14715, 11148, 19885, 10946, 20591, 10592, 15633, 10401, 13387, 10071, 12123, 9898, 9909, 16256, 10766, 14004, 9657, 13441, 9968, 13767, 9673, 13933, 10210, 15699, 13196, 14040, 8667, 9379, 10462, 12248, 11213, 9592, 13494, 9695, 13995, 11120, 14382, 16044, 13013, 22945, 11792, 18734, 11517, 16534, 10852, 11882, 22340, 10240, 13629, 9592, 11950, 9327, 10682, 14168, 10069, 13386, 9365, 11898, 9360, 12677, 8974, 11716, 9230, 12123, 9220, 11464, 10387, 11138, 8506, 10766, 9039, 11092, 8844, 12858, 9616, 14854, 11030, 15316, 14007, 13872, 22334, 10467, 21373, 10459, 14235, 9729, 13944, 9676, 13814, 9019, 14097, 11890, 10762, 15695, 9804, 16552, 11052, 13902, 10033, 13107, 9294, 13702, 9710, 13766, 9583, 13693, 10019, 14923, 9766, 15467, 9416, 13964, 9430, 15021, 9750, 15478, 9662, 14630, 9670, 14653, 9546, 15299, 9637, 15200, 9653, 14798, 9681, 14970, 10148, 15291, 9631, 15104, 9752, 15375, 9556, 14939, 9414, 14219, 9478, 14711, 9596, 14750, 9517, 14072, 9660, 14431, 9791, 12893, 9108, 11582, 13170, 10854, 16981, 9942, 13667, 9666, 13020, 9445, 13873, 9501, 13694, 9703, 13984, 9890, 15245, 9762, 14400, 10079, 14433, 10833, 14829, 10356, 14922, 10616, 14942, 9607, 14716, 9808, 13372, 9709, 13164, 9674, 13670, 9803, 12533, 9947, 11339, 18189, 10991, 14975, 10064, 15300, 10330, 17783, 11200, 13944, 10221, 14128, 9811, 13653, 9882, 13972, 9483, 13924, 11253, 12689, 19626, 10021, 15025, 11143, 13430, 9849, 11816, 9583, 12826, 9400, 13044, 9892, 12200, 9392, 13017, 9454, 13068, 9536, 11979, 9238, 12625, 9361, 12426, 9404, 12059, 13410, 12104, 19809, 11364, 18122, 10501, 20368, 10837, 14536, 9967, 13324, 9446, 12248, 9250, 11353, 14046, 11040, 15923, 10172, 14028, 9929, 13007, 10024, 14851, 9177, 11971, 7827, 10558, 7635, 12537, 9065, 13491, 11077, 12276, 21420, 12306, 16595, 10992, 15081, 10170, 13841, 8842, 15492, 9033, 13342, 9836, 12662, 13305, 11960, 21658, 9253, 15077, 9459, 12540, 8877, 12912, 9853, 11776, 9046, 12114, 10573, 11144, 18746, 10295, 14855, 10148, 13012, 9546, 12669, 9683, 12812, 9292, 13257, 8793, 13440, 9870, 12402, 10949, 10443, 19270, 10908, 19770, 10061, 13813, 9374, 13994, 9420, 13042, 9585, 12969, 9279, 13317, 9461, 13793, 9128, 14318, 10293, 14335, 9285, 13186, 13766, 10141, 21125, 10452, 14232, 9714, 12735, 9177, 12811, 9372, 14260, 9501, 13217, 9250, 13673, 9279, 13436, 9605, 13283, 9781, 12186, 9860, 12287, 9531, 12930, 9404, 13245, 9587, 11770, 10156, 10809, 15380, 10457, 18484, 10232, 13568, 9771, 12319, 9554, 13314, 9489, 14749, 9140, 19202, 10223, 20895, 10391, 16601, 10567, 16095, 9593, 15128, 8884, 13341, 9415, 12840, 9214, 12816, 8692, 13702, 8904, 13244], 'WindowCenter': [4447.0, 4392.0, 4399.0, 4343.0, 4373.0, 4330.0, 4373.0, 4340.0, 4361.0, 4338.0, 4328.0, 4387.0, 4327.0, 4356.0, 4331.0, 4349.0, 4318.0, 4350.0, 4329.0, 4361.0, 4341.0, 4383.0, 4330.0, 4372.0, 4320.0, 4372.0, 4319.0, 4372.0, 4319.0, 4371.0, 4323.0, 4376.0, 4337.0, 4373.0, 4330.0, 4372.0, 4342.0, 4377.0, 4341.0, 4383.0, 4342.0, 4381.0, 4353.0, 4383.0, 4354.0, 4395.0, 4365.0, 4403.0, 4343.0, 4408.0, 4355.0, 4391.0, 4353.0, 4391.0, 4343.0, 4379.0, 4341.0, 4369.0, 4356.0, 4332.0, 4362.0, 4339.0, 4369.0, 4350.0, 4362.0, 4321.0, 4364.0, 4331.0, 4373.0, 4330.0, 4383.0, 4342.0, 4370.0, 4328.0, 4370.0, 4331.0, 4372.0, 4330.0, 4369.0, 4328.0, 4371.0, 4341.0, 4374.0, 4346.0, 4369.0, 4329.0, 4373.0, 4334.0, 4361.0, 4345.0, 4375.0, 4330.0, 4358.0, 4341.0, 4374.0, 4344.0, 4392.0, 4346.0, 4381.0, 4341.0, 4370.0, 4353.0, 4393.0, 4330.0, 4389.0, 4330.0, 4380.0, 4342.0, 4384.0, 4330.0, 4347.0, 4341.0, 4332.0, 4363.0, 4342.0, 4394.0, 4358.0, 4398.0, 4347.0, 4373.0, 4364.0, 4365.0, 4375.0, 4332.0, 4373.0, 4337.0, 4383.0, 4332.0, 4371.0, 4328.0, 4360.0, 4318.0, 4359.0, 4317.0, 4372.0, 4330.0, 4366.0, 4329.0, 4372.0, 4336.0, 4385.0, 4336.0, 4363.0, 4318.0, 4365.0, 4343.0, 4389.0, 4353.0, 4383.0, 4331.0, 4376.0, 4331.0, 4385.0, 4340.0, 4372.0, 4329.0, 4360.0, 4329.0, 4359.0, 4321.0, 4361.0, 4333.0, 4359.0, 4331.0, 4369.0, 4329.0, 4359.0, 4327.0, 4360.0, 4322.0, 4360.0, 4324.0, 4349.0, 4308.0, 4359.0, 4318.0, 4388.0, 4330.0, 4377.0, 4334.0, 4362.0, 4317.0, 4370.0, 4338.0, 4373.0, 4330.0, 4370.0, 4318.0, 4361.0, 4334.0, 4360.0, 4329.0, 4358.0, 4333.0, 4360.0, 4333.0, 4377.0, 4335.0, 4360.0, 4323.0, 4362.0, 4340.0, 4372.0, 4348.0, 4350.0, 4318.0, 4350.0, 4317.0, 4359.0, 4316.0, 4366.0, 4332.0, 4359.0, 4316.0, 4350.0, 4317.0, 4350.0, 4317.0, 4349.0, 4321.0, 4366.0, 4329.0, 4363.0, 4359.0, 4361.0, 4370.0, 4353.0, 4388.0, 4327.0, 4389.0, 4329.0, 4368.0, 4331.0, 4318.0, 4345.0, 4319.0, 4360.0, 4318.0, 4372.0, 4353.0, 4364.0, 4331.0, 4362.0, 4330.0, 4362.0, 4331.0, 4361.0, 4330.0, 4351.0, 4327.0, 4349.0, 4379.0, 4352.0, 4349.0, 4341.0, 4328.0, 4350.0, 4358.0, 4356.0, 4390.0, 4361.0, 4392.0, 4329.0, 4388.0, 4328.0, 4375.0, 4327.0, 4357.0, 4328.0, 4366.0, 4332.0, 4358.0, 4339.0, 4348.0, 4328.0, 4347.0, 4329.0, 4349.0, 4340.0, 4347.0, 4340.0, 4358.0, 4327.0, 4348.0, 4339.0, 4359.0, 4335.0, 4359.0, 4342.0, 4365.0, 4339.0, 4360.0, 4341.0, 4371.0, 4342.0, 4362.0, 4336.0, 4361.0, 4336.0, 4350.0, 4358.0, 4337.0, 4367.0, 4332.0, 4386.0, 4328.0, 4368.0, 4338.0, 4348.0, 4328.0, 4348.0, 4340.0, 4361.0, 4327.0, 4350.0, 4316.0, 4349.0, 4329.0, 4373.0, 4328.0, 4359.0, 4332.0, 4348.0, 4342.0, 4377.0, 4342.0, 4373.0, 4342.0, 4372.0, 4341.0, 4375.0, 4345.0, 4362.0, 4328.0, 4348.0, 4329.0, 4360.0, 4330.0, 4367.0, 4333.0, 4351.0, 4369.0, 4328.0, 4400.0, 4335.0, 4358.0, 4338.0, 4360.0, 4352.0, 4347.0, 4339.0, 4350.0, 4343.0, 4371.0, 4359.0, 4372.0, 4353.0, 4382.0, 4358.0, 4351.0, 4353.0, 4353.0, 4380.0, 4340.0, 4362.0, 4329.0, 4362.0, 4329.0, 4360.0, 4340.0, 4358.0, 4328.0, 4360.0, 4339.0, 4350.0, 4338.0, 4353.0, 4316.0, 4353.0, 4328.0, 4361.0, 4343.0, 4371.0, 4340.0, 4389.0, 4343.0, 4364.0, 4340.0, 4361.0, 4346.0, 4360.0, 4339.0, 4359.0, 4337.0, 4360.0, 4328.0, 4359.0, 4327.0, 4337.0, 4336.0, 4354.0, 4396.0, 4339.0, 4378.0, 4339.0, 4368.0, 4341.0, 4379.0, 4355.0, 4363.0, 4344.0, 4327.0, 4353.0, 4341.0, 4374.0, 4332.0, 4379.0, 4333.0, 4374.0, 4362.0, 4374.0, 4361.0, 4349.0, 4338.0, 4349.0, 4373.0, 4355.0, 4369.0, 4348.0, 4345.0, 4348.0, 4377.0, 4350.0, 4399.0, 4340.0, 4387.0, 4318.0, 4376.0, 4325.0, 4376.0, 4331.0, 4381.0, 4328.0, 4361.0, 4326.0, 4357.0, 4327.0, 4346.0, 4326.0, 4345.0, 4332.0, 4336.0, 4329.0, 4360.0, 4327.0, 4348.0, 4338.0, 4349.0, 4329.0, 4360.0, 4339.0, 4363.0, 4340.0, 4371.0, 4331.0, 4363.0, 4319.0, 4350.0, 4318.0, 4351.0, 4337.0, 4363.0, 4332.0, 4362.0, 4352.0, 4385.0, 4353.0, 4386.0, 4347.0, 4372.0, 4356.0, 4373.0, 4340.0, 4381.0, 4347.0, 4367.0, 4340.0, 4363.0, 4339.0, 4371.0, 4331.0, 4367.0, 4319.0, 4365.0, 4367.0, 4350.0, 4400.0, 4329.0, 4377.0, 4342.0, 4391.0, 4340.0, 4362.0, 4343.0, 4360.0, 4329.0, 4348.0, 4339.0, 4361.0, 4340.0, 4361.0, 4330.0, 4351.0, 4334.0, 4353.0, 4343.0, 4352.0, 4331.0, 4353.0, 4340.0, 4354.0, 4384.0, 4368.0, 4413.0, 4352.0, 4381.0, 4341.0, 4383.0, 4329.0, 4350.0, 4332.0, 4337.0, 4332.0, 4338.0, 4333.0, 4342.0, 4328.0, 4363.0, 4342.0, 4385.0, 4341.0, 4375.0, 4344.0, 4350.0, 4383.0, 4352.0, 4389.0, 4330.0, 4391.0, 4341.0, 4370.0, 4341.0, 4369.0, 4340.0, 4363.0, 4346.0, 4371.0, 4340.0, 4379.0, 4339.0, 4374.0, 4327.0, 4352.0, 4330.0, 4339.0, 4317.0, 4339.0, 4317.0, 4339.0, 4318.0, 4340.0, 4329.0, 4350.0, 4329.0, 4352.0, 4402.0, 4341.0, 4386.0, 4343.0, 4369.0, 4341.0, 4351.0, 4339.0, 4348.0, 4343.0, 4362.0, 4354.0, 4372.0, 4354.0, 4372.0, 4342.0, 4371.0, 4342.0, 4376.0, 4342.0, 4361.0, 4339.0, 4360.0, 4341.0, 4371.0, 4347.0, 4371.0, 4345.0, 4371.0, 4329.0, 4365.0, 4341.0, 4366.0, 4339.0, 4360.0, 4341.0, 4366.0, 4343.0, 4360.0, 4353.0, 4362.0, 4340.0, 4368.0, 4355.0, 4363.0, 4353.0, 4361.0, 4362.0, 4372.0, 4355.0, 4393.0, 4358.0, 4415.0, 4356.0, 4387.0, 4353.0, 4383.0, 4342.0, 4372.0, 4342.0, 4361.0, 4345.0, 4353.0, 4331.0, 4330.0, 4350.0, 4342.0, 4352.0, 4344.0, 4348.0, 4354.0, 4375.0, 4364.0, 4393.0, 4353.0, 4396.0, 4342.0, 4403.0, 4342.0, 4398.0, 4343.0, 4390.0, 4342.0, 4404.0, 4342.0, 4361.0, 4342.0, 4371.0, 4357.0, 4369.0, 4342.0, 4359.0, 4344.0, 4348.0, 4353.0, 4382.0, 4354.0, 4332.0, 4357.0, 4334.0, 4386.0, 4356.0, 4387.0, 4343.0, 4371.0, 4329.0, 4370.0, 4334.0, 4381.0, 4319.0, 4359.0, 4315.0, 4347.0, 4327.0, 4359.0, 4317.0, 4358.0, 4327.0, 4346.0, 4327.0, 4358.0, 4328.0, 4360.0, 4338.0, 4359.0, 4329.0, 4372.0, 4340.0, 4371.0, 4329.0, 4348.0, 4314.0, 4350.0, 4370.0, 4330.0, 4381.0, 4343.0, 4382.0, 4354.0, 4331.0, 4353.0, 4318.0, 4354.0, 4361.0, 4384.0, 4384.0, 4374.0, 4386.0, 4378.0, 4417.0, 4367.0, 4420.0, 4346.0, 4391.0, 4342.0, 4395.0, 4343.0, 4372.0, 4317.0, 4359.0, 4356.0, 4327.0, 4389.0, 4316.0, 4335.0, 4317.0, 4336.0, 4304.0, 4326.0, 4328.0, 4339.0, 4334.0, 4342.0, 4340.0, 4351.0, 4392.0, 4356.0, 4394.0, 4363.0, 4375.0, 4344.0, 4368.0, 4348.0, 4360.0, 4328.0, 4375.0, 4363.0, 4376.0, 4370.0, 4342.0, 4397.0, 4355.0, 4415.0, 4352.0, 4381.0, 4329.0, 4358.0, 4342.0, 4362.0, 4329.0, 4359.0, 4340.0, 4350.0, 4337.0, 4329.0, 4367.0, 4341.0, 4380.0, 4343.0, 4383.0, 4341.0, 4384.0, 4356.0, 4371.0, 4341.0, 4383.0, 4340.0, 4372.0, 4339.0, 4362.0, 4332.0, 4362.0, 4341.0, 4362.0, 4342.0, 4363.0, 4331.0, 4373.0, 4344.0, 4376.0, 4353.0, 4378.0, 4350.0, 4361.0, 4412.0, 4349.0, 4380.0, 4340.0, 4361.0, 4335.0, 4361.0, 4329.0, 4360.0, 4330.0, 4364.0, 4404.0, 4353.0, 4381.0, 4342.0, 4359.0, 4329.0, 4362.0, 4331.0, 4352.0, 4330.0, 4364.0, 4344.0, 4365.0, 4364.0, 4367.0, 4417.0, 4364.0, 4395.0, 4355.0, 4384.0, 4343.0, 4388.0, 4331.0, 4371.0, 4340.0, 4369.0, 4341.0, 4363.0, 4389.0, 4341.0, 4417.0, 4352.0, 4380.0, 4340.0, 4360.0, 4329.0, 4350.0, 4318.0, 4341.0, 4382.0, 4342.0, 4381.0, 4342.0, 4371.0, 4340.0, 4365.0, 4353.0, 4376.0, 4356.0, 4386.0, 4356.0, 4389.0, 4368.0, 4398.0, 4357.0, 4398.0, 4376.0, 4376.0, 4418.0, 4344.0, 4376.0, 4354.0, 4373.0, 4340.0, 4362.0, 4343.0, 4362.0, 4362.0, 4362.0, 4339.0, 4343.0, 4391.0, 4343.0, 4382.0, 4352.0, 4372.0, 4331.0, 4363.0, 4343.0, 4371.0, 4330.0, 4349.0, 4319.0, 4350.0, 4378.0, 4343.0, 4371.0, 4351.0, 4371.0, 4355.0, 4384.0, 4342.0, 4373.0, 4342.0, 4375.0, 4344.0, 4384.0, 4351.0, 4383.0, 4357.0, 4385.0, 4353.0, 4398.0, 4356.0, 4386.0, 4346.0, 4387.0, 4364.0, 4363.0, 4382.0, 4352.0, 4402.0, 4353.0, 4402.0, 4354.0, 4382.0, 4352.0, 4371.0, 4341.0, 4358.0, 4328.0, 4341.0, 4381.0, 4352.0, 4370.0, 4343.0, 4371.0, 4342.0, 4384.0, 4344.0, 4387.0, 4369.0, 4387.0, 4375.0, 4373.0, 4333.0, 4329.0, 4341.0, 4362.0, 4363.0, 4342.0, 4375.0, 4342.0, 4385.0, 4365.0, 4384.0, 4379.0, 4365.0, 4399.0, 4338.0, 4379.0, 4334.0, 4369.0, 4326.0, 4336.0, 4386.0, 4311.0, 4336.0, 4299.0, 4319.0, 4302.0, 4312.0, 4330.0, 4314.0, 4344.0, 4328.0, 4347.0, 4328.0, 4359.0, 4331.0, 4349.0, 4329.0, 4360.0, 4331.0, 4362.0, 4341.0, 4364.0, 4332.0, 4365.0, 4343.0, 4375.0, 4358.0, 4399.0, 4368.0, 4410.0, 4379.0, 4410.0, 4387.0, 4386.0, 4417.0, 4353.0, 4416.0, 4358.0, 4373.0, 4341.0, 4385.0, 4354.0, 4374.0, 4329.0, 4376.0, 4348.0, 4350.0, 4378.0, 4340.0, 4380.0, 4350.0, 4358.0, 4328.0, 4359.0, 4329.0, 4374.0, 4344.0, 4375.0, 4333.0, 4372.0, 4342.0, 4385.0, 4342.0, 4382.0, 4333.0, 4378.0, 4344.0, 4372.0, 4332.0, 4384.0, 4334.0, 4372.0, 4334.0, 4384.0, 4331.0, 4372.0, 4333.0, 4371.0, 4331.0, 4374.0, 4331.0, 4370.0, 4342.0, 4372.0, 4330.0, 4370.0, 4331.0, 4370.0, 4330.0, 4372.0, 4320.0, 4372.0, 4331.0, 4371.0, 4330.0, 4370.0, 4344.0, 4372.0, 4330.0, 4372.0, 4329.0, 4360.0, 4329.0, 4362.0, 4360.0, 4351.0, 4380.0, 4339.0, 4371.0, 4343.0, 4372.0, 4356.0, 4373.0, 4342.0, 4383.0, 4346.0, 4384.0, 4357.0, 4395.0, 4354.0, 4384.0, 4355.0, 4382.0, 4365.0, 4383.0, 4351.0, 4384.0, 4355.0, 4386.0, 4341.0, 4386.0, 4342.0, 4370.0, 4342.0, 4371.0, 4342.0, 4373.0, 4340.0, 4376.0, 4343.0, 4352.0, 4391.0, 4354.0, 4381.0, 4344.0, 4384.0, 4356.0, 4393.0, 4354.0, 4373.0, 4343.0, 4370.0, 4343.0, 4374.0, 4343.0, 4361.0, 4330.0, 4360.0, 4337.0, 4347.0, 4388.0, 4330.0, 4358.0, 4344.0, 4347.0, 4315.0, 4336.0, 4326.0, 4349.0, 4318.0, 4359.0, 4328.0, 4349.0, 4330.0, 4360.0, 4329.0, 4363.0, 4329.0, 4339.0, 4318.0, 4350.0, 4320.0, 4351.0, 4320.0, 4353.0, 4360.0, 4351.0, 4400.0, 4351.0, 4388.0, 4339.0, 4402.0, 4352.0, 4370.0, 4329.0, 4358.0, 4329.0, 4350.0, 4331.0, 4350.0, 4370.0, 4352.0, 4380.0, 4344.0, 4382.0, 4354.0, 4372.0, 4356.0, 4382.0, 4345.0, 4361.0, 4334.0, 4363.0, 4323.0, 4375.0, 4343.0, 4398.0, 4365.0, 4363.0, 4416.0, 4364.0, 4398.0, 4354.0, 4382.0, 4354.0, 4374.0, 4333.0, 4373.0, 4320.0, 4360.0, 4340.0, 4359.0, 4360.0, 4350.0, 4398.0, 4317.0, 4370.0, 4342.0, 4362.0, 4320.0, 4361.0, 4328.0, 4363.0, 4330.0, 4360.0, 4338.0, 4350.0, 4390.0, 4341.0, 4370.0, 4341.0, 4361.0, 4342.0, 4372.0, 4343.0, 4371.0, 4343.0, 4385.0, 4334.0, 4384.0, 4354.0, 4376.0, 4351.0, 4354.0, 4419.0, 4353.0, 4415.0, 4343.0, 4361.0, 4331.0, 4368.0, 4330.0, 4360.0, 4343.0, 4371.0, 4344.0, 4373.0, 4341.0, 4384.0, 4344.0, 4371.0, 4342.0, 4372.0, 4329.0, 4361.0, 4357.0, 4339.0, 4411.0, 4341.0, 4357.0, 4330.0, 4348.0, 4328.0, 4361.0, 4331.0, 4371.0, 4330.0, 4360.0, 4330.0, 4360.0, 4329.0, 4360.0, 4327.0, 4359.0, 4327.0, 4348.0, 4327.0, 4360.0, 4340.0, 4362.0, 4329.0, 4364.0, 4328.0, 4361.0, 4340.0, 4339.0, 4367.0, 4339.0, 4389.0, 4339.0, 4358.0, 4329.0, 4349.0, 4343.0, 4373.0, 4354.0, 4383.0, 4346.0, 4418.0, 4356.0, 4415.0, 4353.0, 4394.0, 4341.0, 4384.0, 4332.0, 4372.0, 4336.0, 4363.0, 4320.0, 4348.0, 4333.0, 4363.0, 4321.0, 4362.0, 4320.0, 4361.0], 'WindowWidth': [9765.0, 9669.0, 9683.0, 9587.0, 9630.0, 9564.0, 9628.0, 9575.0, 9607.0, 9569.0, 9557.0, 9639.0, 9553.0, 9596.0, 9563.0, 9583.0, 9546.0, 9590.0, 9563.0, 9608.0, 9583.0, 9640.0, 9566.0, 9624.0, 9554.0, 9623.0, 9550.0, 9624.0, 9550.0, 9621.0, 9559.0, 9632.0, 9581.0, 9628.0, 9566.0, 9626.0, 9585.0, 9635.0, 9581.0, 9643.0, 9585.0, 9639.0, 9602.0, 9644.0, 9607.0, 9666.0, 9620.0, 9673.0, 9589.0, 9681.0, 9604.0, 9654.0, 9601.0, 9650.0, 9584.0, 9634.0, 9580.0, 9618.0, 9603.0, 9569.0, 9611.0, 9579.0, 9618.0, 9594.0, 9610.0, 9553.0, 9612.0, 9568.0, 9626.0, 9565.0, 9642.0, 9582.0, 9620.0, 9561.0, 9620.0, 9567.0, 9626.0, 9566.0, 9617.0, 9562.0, 9622.0, 9580.0, 9633.0, 9592.0, 9620.0, 9562.0, 9627.0, 9574.0, 9607.0, 9588.0, 9630.0, 9566.0, 9602.0, 9583.0, 9629.0, 9590.0, 9655.0, 9593.0, 9640.0, 9582.0, 9622.0, 9598.0, 9655.0, 9563.0, 9647.0, 9565.0, 9635.0, 9585.0, 9641.0, 9564.0, 9584.0, 9582.0, 9574.0, 9614.0, 9585.0, 9661.0, 9611.0, 9668.0, 9599.0, 9628.0, 9616.0, 9617.0, 9632.0, 9570.0, 9627.0, 9583.0, 9644.0, 9569.0, 9624.0, 9559.0, 9603.0, 9546.0, 9604.0, 9545.0, 9624.0, 9564.0, 9617.0, 9563.0, 9627.0, 9580.0, 9647.0, 9579.0, 9613.0, 9548.0, 9617.0, 9588.0, 9655.0, 9604.0, 9644.0, 9568.0, 9635.0, 9569.0, 9650.0, 9580.0, 9631.0, 9563.0, 9606.0, 9560.0, 9604.0, 9551.0, 9606.0, 9569.0, 9604.0, 9566.0, 9619.0, 9561.0, 9604.0, 9557.0, 9607.0, 9554.0, 9607.0, 9558.0, 9589.0, 9530.0, 9601.0, 9544.0, 9653.0, 9565.0, 9633.0, 9572.0, 9609.0, 9542.0, 9618.0, 9575.0, 9629.0, 9567.0, 9622.0, 9546.0, 9610.0, 9573.0, 9607.0, 9562.0, 9600.0, 9570.0, 9605.0, 9569.0, 9632.0, 9574.0, 9606.0, 9555.0, 9612.0, 9579.0, 9624.0, 9587.0, 9590.0, 9545.0, 9591.0, 9545.0, 9606.0, 9543.0, 9617.0, 9567.0, 9603.0, 9542.0, 9591.0, 9544.0, 9593.0, 9545.0, 9590.0, 9553.0, 9618.0, 9564.0, 9611.0, 9603.0, 9608.0, 9619.0, 9598.0, 9643.0, 9557.0, 9646.0, 9562.0, 9614.0, 9567.0, 9548.0, 9589.0, 9549.0, 9606.0, 9548.0, 9624.0, 9600.0, 9616.0, 9570.0, 9611.0, 9566.0, 9611.0, 9569.0, 9608.0, 9564.0, 9593.0, 9558.0, 9590.0, 9631.0, 9598.0, 9590.0, 9581.0, 9559.0, 9591.0, 9600.0, 9603.0, 9646.0, 9609.0, 9650.0, 9559.0, 9641.0, 9556.0, 9621.0, 9556.0, 9597.0, 9557.0, 9610.0, 9566.0, 9601.0, 9576.0, 9587.0, 9559.0, 9585.0, 9563.0, 9590.0, 9578.0, 9586.0, 9579.0, 9600.0, 9558.0, 9587.0, 9576.0, 9603.0, 9574.0, 9604.0, 9586.0, 9615.0, 9577.0, 9609.0, 9581.0, 9625.0, 9583.0, 9613.0, 9576.0, 9608.0, 9567.0, 9591.0, 9598.0, 9570.0, 9610.0, 9565.0, 9639.0, 9558.0, 9616.0, 9572.0, 9588.0, 9559.0, 9586.0, 9577.0, 9607.0, 9558.0, 9591.0, 9544.0, 9589.0, 9562.0, 9629.0, 9563.0, 9604.0, 9568.0, 9588.0, 9585.0, 9637.0, 9585.0, 9630.0, 9583.0, 9628.0, 9584.0, 9631.0, 9588.0, 9612.0, 9559.0, 9587.0, 9564.0, 9608.0, 9567.0, 9621.0, 9573.0, 9595.0, 9616.0, 9560.0, 9665.0, 9572.0, 9602.0, 9574.0, 9607.0, 9599.0, 9587.0, 9578.0, 9594.0, 9588.0, 9624.0, 9618.0, 9630.0, 9605.0, 9641.0, 9612.0, 9600.0, 9603.0, 9607.0, 9646.0, 9582.0, 9612.0, 9565.0, 9611.0, 9563.0, 9608.0, 9577.0, 9604.0, 9559.0, 9606.0, 9573.0, 9591.0, 9572.0, 9596.0, 9541.0, 9596.0, 9561.0, 9609.0, 9587.0, 9625.0, 9583.0, 9656.0, 9585.0, 9616.0, 9580.0, 9609.0, 9590.0, 9608.0, 9575.0, 9604.0, 9572.0, 9609.0, 9559.0, 9603.0, 9555.0, 9569.0, 9567.0, 9608.0, 9664.0, 9578.0, 9630.0, 9578.0, 9616.0, 9582.0, 9634.0, 9607.0, 9618.0, 9591.0, 9569.0, 9602.0, 9587.0, 9633.0, 9574.0, 9641.0, 9575.0, 9630.0, 9612.0, 9633.0, 9608.0, 9591.0, 9573.0, 9590.0, 9623.0, 9603.0, 9615.0, 9587.0, 9579.0, 9586.0, 9624.0, 9591.0, 9661.0, 9576.0, 9646.0, 9542.0, 9626.0, 9550.0, 9622.0, 9562.0, 9633.0, 9556.0, 9606.0, 9554.0, 9597.0, 9555.0, 9582.0, 9552.0, 9578.0, 9566.0, 9567.0, 9561.0, 9603.0, 9554.0, 9583.0, 9572.0, 9589.0, 9562.0, 9606.0, 9576.0, 9612.0, 9577.0, 9623.0, 9568.0, 9614.0, 9549.0, 9590.0, 9548.0, 9595.0, 9580.0, 9615.0, 9570.0, 9612.0, 9600.0, 9648.0, 9603.0, 9653.0, 9593.0, 9628.0, 9605.0, 9629.0, 9580.0, 9647.0, 9592.0, 9620.0, 9578.0, 9614.0, 9578.0, 9623.0, 9565.0, 9619.0, 9547.0, 9617.0, 9611.0, 9591.0, 9664.0, 9561.0, 9626.0, 9580.0, 9653.0, 9578.0, 9609.0, 9586.0, 9606.0, 9562.0, 9588.0, 9577.0, 9605.0, 9576.0, 9606.0, 9563.0, 9592.0, 9572.0, 9599.0, 9587.0, 9598.0, 9568.0, 9601.0, 9581.0, 9602.0, 9645.0, 9626.0, 9690.0, 9599.0, 9644.0, 9581.0, 9643.0, 9561.0, 9593.0, 9566.0, 9569.0, 9567.0, 9573.0, 9569.0, 9581.0, 9563.0, 9614.0, 9586.0, 9651.0, 9585.0, 9633.0, 9587.0, 9594.0, 9639.0, 9595.0, 9645.0, 9565.0, 9652.0, 9582.0, 9623.0, 9581.0, 9620.0, 9579.0, 9613.0, 9589.0, 9625.0, 9580.0, 9632.0, 9576.0, 9627.0, 9554.0, 9596.0, 9559.0, 9573.0, 9540.0, 9572.0, 9543.0, 9573.0, 9546.0, 9580.0, 9564.0, 9593.0, 9564.0, 9599.0, 9669.0, 9581.0, 9650.0, 9589.0, 9619.0, 9581.0, 9592.0, 9576.0, 9587.0, 9587.0, 9613.0, 9605.0, 9627.0, 9604.0, 9627.0, 9585.0, 9625.0, 9585.0, 9637.0, 9584.0, 9610.0, 9577.0, 9608.0, 9581.0, 9624.0, 9593.0, 9626.0, 9590.0, 9621.0, 9561.0, 9615.0, 9582.0, 9618.0, 9576.0, 9605.0, 9582.0, 9621.0, 9587.0, 9608.0, 9601.0, 9612.0, 9582.0, 9624.0, 9607.0, 9616.0, 9601.0, 9611.0, 9621.0, 9629.0, 9609.0, 9660.0, 9617.0, 9693.0, 9611.0, 9656.0, 9605.0, 9647.0, 9587.0, 9628.0, 9585.0, 9609.0, 9589.0, 9598.0, 9566.0, 9566.0, 9591.0, 9583.0, 9598.0, 9589.0, 9596.0, 9607.0, 9634.0, 9617.0, 9656.0, 9601.0, 9662.0, 9585.0, 9673.0, 9584.0, 9665.0, 9587.0, 9649.0, 9585.0, 9678.0, 9587.0, 9613.0, 9585.0, 9628.0, 9613.0, 9626.0, 9586.0, 9606.0, 9591.0, 9589.0, 9601.0, 9642.0, 9604.0, 9574.0, 9614.0, 9579.0, 9653.0, 9608.0, 9656.0, 9585.0, 9624.0, 9563.0, 9624.0, 9571.0, 9640.0, 9546.0, 9601.0, 9536.0, 9583.0, 9555.0, 9601.0, 9543.0, 9600.0, 9555.0, 9581.0, 9555.0, 9599.0, 9558.0, 9605.0, 9573.0, 9603.0, 9562.0, 9625.0, 9579.0, 9624.0, 9562.0, 9588.0, 9538.0, 9592.0, 9617.0, 9563.0, 9641.0, 9587.0, 9641.0, 9606.0, 9571.0, 9602.0, 9551.0, 9606.0, 9613.0, 9655.0, 9657.0, 9636.0, 9650.0, 9642.0, 9695.0, 9627.0, 9704.0, 9592.0, 9658.0, 9582.0, 9668.0, 9587.0, 9628.0, 9542.0, 9605.0, 9593.0, 9554.0, 9650.0, 9542.0, 9567.0, 9541.0, 9566.0, 9522.0, 9554.0, 9560.0, 9577.0, 9574.0, 9585.0, 9583.0, 9600.0, 9657.0, 9613.0, 9664.0, 9617.0, 9635.0, 9590.0, 9626.0, 9597.0, 9610.0, 9563.0, 9634.0, 9616.0, 9639.0, 9621.0, 9584.0, 9661.0, 9608.0, 9696.0, 9599.0, 9640.0, 9563.0, 9601.0, 9587.0, 9611.0, 9564.0, 9606.0, 9584.0, 9593.0, 9573.0, 9563.0, 9614.0, 9582.0, 9637.0, 9589.0, 9643.0, 9585.0, 9650.0, 9611.0, 9628.0, 9587.0, 9644.0, 9582.0, 9626.0, 9579.0, 9615.0, 9571.0, 9612.0, 9583.0, 9613.0, 9588.0, 9614.0, 9571.0, 9631.0, 9592.0, 9639.0, 9604.0, 9640.0, 9596.0, 9611.0, 9693.0, 9592.0, 9637.0, 9579.0, 9609.0, 9578.0, 9608.0, 9567.0, 9608.0, 9568.0, 9619.0, 9679.0, 9603.0, 9639.0, 9585.0, 9604.0, 9565.0, 9610.0, 9569.0, 9599.0, 9568.0, 9617.0, 9593.0, 9622.0, 9622.0, 9628.0, 9700.0, 9619.0, 9668.0, 9610.0, 9648.0, 9588.0, 9660.0, 9568.0, 9626.0, 9578.0, 9625.0, 9579.0, 9613.0, 9646.0, 9580.0, 9700.0, 9598.0, 9640.0, 9579.0, 9607.0, 9563.0, 9592.0, 9548.0, 9583.0, 9642.0, 9587.0, 9637.0, 9587.0, 9622.0, 9582.0, 9621.0, 9603.0, 9639.0, 9615.0, 9653.0, 9616.0, 9662.0, 9633.0, 9673.0, 9615.0, 9675.0, 9636.0, 9640.0, 9702.0, 9588.0, 9643.0, 9602.0, 9629.0, 9579.0, 9612.0, 9589.0, 9612.0, 9609.0, 9609.0, 9576.0, 9583.0, 9650.0, 9588.0, 9645.0, 9598.0, 9628.0, 9566.0, 9611.0, 9590.0, 9625.0, 9565.0, 9591.0, 9548.0, 9593.0, 9632.0, 9584.0, 9626.0, 9595.0, 9623.0, 9610.0, 9648.0, 9588.0, 9628.0, 9586.0, 9635.0, 9595.0, 9646.0, 9607.0, 9645.0, 9614.0, 9648.0, 9607.0, 9674.0, 9615.0, 9654.0, 9596.0, 9657.0, 9616.0, 9616.0, 9639.0, 9600.0, 9669.0, 9599.0, 9673.0, 9602.0, 9644.0, 9600.0, 9626.0, 9582.0, 9604.0, 9562.0, 9583.0, 9639.0, 9597.0, 9623.0, 9588.0, 9624.0, 9588.0, 9647.0, 9592.0, 9654.0, 9634.0, 9655.0, 9633.0, 9629.0, 9575.0, 9566.0, 9583.0, 9610.0, 9617.0, 9589.0, 9635.0, 9590.0, 9652.0, 9624.0, 9648.0, 9634.0, 9618.0, 9667.0, 9572.0, 9639.0, 9561.0, 9623.0, 9553.0, 9565.0, 9640.0, 9523.0, 9562.0, 9506.0, 9534.0, 9515.0, 9525.0, 9550.0, 9533.0, 9575.0, 9561.0, 9582.0, 9561.0, 9604.0, 9571.0, 9591.0, 9565.0, 9608.0, 9571.0, 9614.0, 9585.0, 9617.0, 9576.0, 9622.0, 9593.0, 9638.0, 9622.0, 9679.0, 9634.0, 9696.0, 9648.0, 9697.0, 9656.0, 9654.0, 9701.0, 9603.0, 9698.0, 9613.0, 9632.0, 9586.0, 9650.0, 9610.0, 9637.0, 9567.0, 9636.0, 9589.0, 9592.0, 9631.0, 9580.0, 9638.0, 9594.0, 9603.0, 9562.0, 9603.0, 9563.0, 9629.0, 9594.0, 9633.0, 9574.0, 9627.0, 9585.0, 9645.0, 9587.0, 9639.0, 9573.0, 9635.0, 9592.0, 9626.0, 9570.0, 9641.0, 9574.0, 9624.0, 9574.0, 9643.0, 9571.0, 9625.0, 9572.0, 9623.0, 9568.0, 9629.0, 9568.0, 9623.0, 9584.0, 9627.0, 9565.0, 9618.0, 9568.0, 9621.0, 9564.0, 9624.0, 9552.0, 9626.0, 9568.0, 9625.0, 9565.0, 9621.0, 9591.0, 9628.0, 9566.0, 9626.0, 9562.0, 9605.0, 9567.0, 9613.0, 9605.0, 9594.0, 9636.0, 9577.0, 9626.0, 9590.0, 9625.0, 9616.0, 9630.0, 9588.0, 9643.0, 9597.0, 9647.0, 9616.0, 9664.0, 9607.0, 9649.0, 9611.0, 9642.0, 9626.0, 9648.0, 9600.0, 9648.0, 9611.0, 9653.0, 9585.0, 9653.0, 9585.0, 9621.0, 9591.0, 9629.0, 9588.0, 9630.0, 9582.0, 9636.0, 9587.0, 9599.0, 9650.0, 9601.0, 9636.0, 9590.0, 9645.0, 9608.0, 9660.0, 9602.0, 9631.0, 9589.0, 9624.0, 9589.0, 9635.0, 9588.0, 9610.0, 9563.0, 9608.0, 9569.0, 9584.0, 9641.0, 9562.0, 9604.0, 9582.0, 9581.0, 9538.0, 9566.0, 9556.0, 9587.0, 9547.0, 9603.0, 9560.0, 9589.0, 9565.0, 9604.0, 9562.0, 9611.0, 9562.0, 9574.0, 9546.0, 9590.0, 9551.0, 9593.0, 9550.0, 9600.0, 9606.0, 9594.0, 9661.0, 9595.0, 9643.0, 9574.0, 9673.0, 9601.0, 9623.0, 9563.0, 9601.0, 9560.0, 9592.0, 9568.0, 9592.0, 9620.0, 9600.0, 9636.0, 9589.0, 9642.0, 9605.0, 9628.0, 9613.0, 9639.0, 9597.0, 9612.0, 9585.0, 9620.0, 9565.0, 9636.0, 9592.0, 9676.0, 9623.0, 9617.0, 9697.0, 9620.0, 9674.0, 9604.0, 9642.0, 9605.0, 9634.0, 9577.0, 9629.0, 9552.0, 9606.0, 9579.0, 9606.0, 9605.0, 9591.0, 9659.0, 9544.0, 9624.0, 9587.0, 9613.0, 9553.0, 9612.0, 9563.0, 9615.0, 9571.0, 9609.0, 9576.0, 9595.0, 9650.0, 9583.0, 9622.0, 9584.0, 9610.0, 9587.0, 9627.0, 9590.0, 9625.0, 9592.0, 9653.0, 9583.0, 9650.0, 9607.0, 9638.0, 9601.0, 9609.0, 9701.0, 9602.0, 9694.0, 9592.0, 9611.0, 9568.0, 9617.0, 9568.0, 9610.0, 9589.0, 9625.0, 9593.0, 9628.0, 9586.0, 9651.0, 9596.0, 9628.0, 9587.0, 9632.0, 9565.0, 9610.0, 9598.0, 9577.0, 9681.0, 9579.0, 9603.0, 9565.0, 9587.0, 9563.0, 9607.0, 9570.0, 9624.0, 9567.0, 9608.0, 9565.0, 9607.0, 9563.0, 9605.0, 9558.0, 9603.0, 9556.0, 9588.0, 9558.0, 9606.0, 9583.0, 9614.0, 9567.0, 9618.0, 9561.0, 9611.0, 9582.0, 9578.0, 9611.0, 9579.0, 9647.0, 9578.0, 9601.0, 9563.0, 9592.0, 9591.0, 9628.0, 9608.0, 9644.0, 9599.0, 9702.0, 9615.0, 9696.0, 9606.0, 9665.0, 9582.0, 9649.0, 9572.0, 9624.0, 9581.0, 9612.0, 9551.0, 9585.0, 9573.0, 9614.0, 9556.0, 9611.0, 9551.0, 9608.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.0012070227272727274</td></tr>
<tr><td colspan=3>aqi</td><td>0.030162961287878785</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.49427396020467</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2411628421228196</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9911399574526155</td></tr>
<tr><td colspan=3>efc</td><td>0.4978</td></tr>
<tr><td colspan=3>fber</td><td>4556.5264</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1181862068429832</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.893939393939394</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.596092145082569</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5144665764140814</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8674765679976675</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.406333290835958</td></tr>
<tr><td colspan=3>gcor</td><td>0.0078971</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009348633699119091</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028551071882247925</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9167099632944606</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>21.7625</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.1011</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.6039</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297775.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1171.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>446.2609</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4942</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.1608</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3508.5312</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3706.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78769.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1189.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4584.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>946.1963</td></tr>
<tr><td colspan=3>tsnr</td><td>34.55023374489974</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>