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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0111/ses-04/func/sub-0111_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2e9047969ca75087ad7d457143dc5180</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:56:56.072500</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.998818, 0.0486018, 0.000644418, -0.0483262, 0.991557, 0.120332]</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0770324</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7756, -7237, 271, -105, 92, 152, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.646</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>df19781c-9b13-4859-ab64-b0b62fea71f8||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.679755687713623, -0.12965553998947144, -0.014065291732549667, 119.13239288330078], [-0.13039520382881165, 2.6602742671966553, 0.32459571957588196, -101.00787353515625], [0.0017289255047217011, -0.32284122705459595, 2.6803805828094482, -52.0544319152832], [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': ['165656.072500', '165656.532500', '165656.992500', '165657.452500', '165657.912500', '165658.372500', '165658.832500', '165659.292500', '165659.752500', '165700.212500', '165700.672500', '165701.132500', '165701.592500', '165702.052500', '165702.512500', '165702.972500', '165703.432500', '165703.892500', '165704.352500', '165704.812500', '165705.272500', '165705.732500', '165706.192500', '165706.652500', '165707.112500', '165707.572500', '165708.032500', '165708.492500', '165708.952500', '165709.412500', '165709.872500', '165710.332500', '165710.792500', '165711.252500', '165711.712500', '165712.172500', '165712.632500', '165713.092500', '165713.552500', '165714.012500', '165714.472500', '165714.932500', '165715.392500', '165715.852500', '165716.312500', '165716.772500', '165717.232500', '165717.692500', '165718.152500', '165718.612500', '165719.072500', '165719.532500', '165719.992500', '165720.452500', '165720.912500', '165721.372500', '165721.832500', '165722.292500', '165722.752500', '165723.212500', '165723.672500', '165724.132500', '165724.592500', '165725.052500', '165725.512500', '165725.972500', '165726.432500', '165726.892500', '165727.352500', '165727.812500', '165728.272500', '165728.732500', '165729.192500', '165729.652500', '165730.112500', '165730.572500', '165731.032500', '165731.492500', '165731.952500', '165732.412500', '165732.872500', '165733.332500', '165733.792500', '165734.252500', '165734.712500', '165735.172500', '165735.632500', '165736.092500', '165736.552500', '165737.012500', '165737.472500', '165737.932500', '165738.392500', '165738.852500', '165739.312500', '165739.772500', '165740.232500', '165740.692500', '165741.152500', '165741.612500', '165742.072500', '165742.532500', '165742.992500', '165743.452500', '165743.912500', '165744.372500', '165744.832500', '165745.292500', '165745.752500', '165746.212500', '165746.672500', '165747.132500', '165747.592500', '165748.052500', '165748.512500', '165748.972500', '165749.432500', '165749.892500', '165750.352500', '165750.812500', '165751.272500', '165751.732500', '165752.192500', '165752.652500', '165753.112500', '165753.572500', '165754.032500', '165754.492500', '165754.952500', '165755.412500', '165755.872500', '165756.332500', '165756.792500', '165757.252500', '165757.712500', '165758.172500', '165758.632500', '165759.092500', '165759.552500', '165800.012500', '165800.472500', '165800.932500', '165801.392500', '165801.852500', '165802.312500', '165802.772500', '165803.232500', '165803.692500', '165804.152500', '165804.612500', '165805.072500', '165805.532500', '165805.992500', '165806.452500', '165806.912500', '165807.372500', '165807.832500', '165808.292500', '165808.752500', '165809.212500', '165809.672500', '165810.132500', '165810.592500', '165811.052500', '165811.512500', '165811.972500', '165812.432500', '165812.892500', '165813.352500', '165813.812500', '165814.272500', '165814.732500', '165815.192500', '165815.652500', '165816.112500', '165816.572500', '165817.032500', '165817.492500', '165817.952500', '165818.412500', '165818.872500', '165819.332500', '165819.792500', '165820.252500', '165820.712500', '165821.172500', '165821.632500', '165822.092500', '165822.552500', '165823.012500', '165823.472500', '165823.932500', '165824.392500', '165824.852500', '165825.312500', '165825.772500', '165826.232500', '165826.692500', '165827.152500', '165827.612500', '165828.072500', '165828.532500', '165828.992500', '165829.452500', '165829.912500', '165830.372500', '165830.832500', '165831.292500', '165831.752500', '165832.212500', '165832.672500', '165833.132500', '165833.592500', '165834.052500', '165834.512500', '165834.972500', '165835.432500', '165835.892500', '165836.352500', '165836.812500', '165837.272500', '165837.732500', '165838.192500', '165838.652500', '165839.112500', '165839.572500', '165840.032500', '165840.492500', '165840.952500', '165841.412500', '165841.872500', '165842.332500', '165842.792500', '165843.252500', '165843.712500', '165844.172500', '165844.632500', '165845.092500', '165845.552500', '165846.012500', '165846.472500', '165846.932500', '165847.392500', '165847.852500', '165848.312500', '165848.772500', '165849.232500', '165849.692500', '165850.152500', '165850.612500', '165851.072500', '165851.532500', '165851.992500', '165852.452500', '165852.912500', '165853.372500', '165853.832500', '165854.292500', '165854.752500', '165855.212500', '165855.672500', '165856.132500', '165856.592500', '165857.052500', '165857.512500', '165857.972500', '165858.432500', '165858.892500', '165859.352500', '165859.812500', '165900.272500', '165900.732500', '165901.192500', '165901.652500', '165902.112500', '165902.572500', '165903.032500', '165903.492500', '165903.952500', '165904.412500', '165904.872500', '165905.332500', '165905.792500', '165906.252500', '165906.712500', '165907.172500', '165907.632500', '165908.092500', '165908.552500', '165909.012500', '165909.472500', '165909.932500', '165910.392500', '165910.852500', '165911.312500', '165911.772500', '165912.232500', '165912.692500', '165913.152500', '165913.612500', '165914.072500', '165914.532500', '165914.992500', '165915.452500', '165915.912500', '165916.372500', '165916.832500', '165917.292500', '165917.752500', '165918.212500', '165918.672500', '165919.132500', '165919.592500', '165920.052500', '165920.512500', '165920.972500', '165921.432500', '165921.892500', '165922.352500', '165922.812500', '165923.272500', '165923.732500', '165924.192500', '165924.652500', '165925.112500', '165925.572500', '165926.032500', '165926.492500', '165926.952500', '165927.412500', '165927.872500', '165928.332500', '165928.792500', '165929.252500', '165929.712500', '165930.172500', '165930.632500', '165931.092500', '165931.552500', '165932.012500', '165932.472500', '165932.932500', '165933.392500', '165933.852500', '165934.312500', '165934.772500', '165935.232500', '165935.692500', '165936.152500', '165936.612500', '165937.072500', '165937.532500', '165937.992500', '165938.452500', '165938.912500', '165939.372500', '165939.832500', '165940.292500', '165940.752500', '165941.212500', '165941.672500', '165942.132500', '165942.592500', '165943.052500', '165943.512500', '165943.972500', '165944.432500', '165944.892500', '165945.352500', '165945.812500', '165946.272500', '165946.732500', '165947.192500', '165947.652500', '165948.112500', '165948.572500', '165949.032500', '165949.492500', '165949.952500', '165950.412500', '165950.872500', '165951.332500', '165951.792500', '165952.252500', '165952.712500', '165953.172500', '165953.632500', '165954.092500', '165954.552500', '165955.012500', '165955.472500', '165955.932500', '165956.392500', '165956.852500', '165957.312500', '165957.772500', '165958.232500', '165958.692500', '165959.152500', '165959.612500', '170000.072500', '170000.532500', '170000.992500', '170001.452500', '170001.912500', '170002.372500', '170002.832500', '170003.292500', '170003.752500', '170004.212500', '170004.672500', '170005.132500', '170005.592500', '170006.052500', '170006.512500', '170006.972500', '170007.432500', '170007.892500', '170008.352500', '170008.812500', '170009.272500', '170009.732500', '170010.192500', '170010.652500', '170011.112500', '170011.572500', '170012.032500', '170012.492500', '170012.952500', '170013.412500', '170013.872500', '170014.332500', '170014.792500', '170015.252500', '170015.712500', '170016.172500', '170016.632500', '170017.092500', '170017.552500', '170018.012500', '170018.472500', '170018.932500', '170019.392500', '170019.852500', '170020.312500', '170020.772500', '170021.232500', '170021.692500', '170022.152500', '170022.612500', '170023.072500', '170023.532500', '170023.992500', '170024.452500', '170024.912500', '170025.372500', '170025.832500', '170026.292500', '170026.752500', '170027.212500', '170027.672500', '170028.132500', '170028.592500', '170029.052500', '170029.512500', '170029.972500', '170030.432500', '170030.892500', '170031.352500', '170031.812500', '170032.272500', '170032.732500', '170033.192500', '170033.652500', '170034.112500', '170034.572500', '170035.032500', '170035.492500', '170035.952500', '170036.412500', '170036.872500', '170037.332500', '170037.792500', '170038.252500', '170038.712500', '170039.172500', '170039.632500', '170040.092500', '170040.552500', '170041.012500', '170041.472500', '170041.932500', '170042.392500', '170042.852500', '170043.312500', '170043.772500', '170044.232500', '170044.692500', '170045.152500', '170045.612500', '170046.072500', '170046.532500', '170046.992500', '170047.452500', '170047.912500', '170048.372500', '170048.832500', '170049.292500', '170049.752500', '170050.212500', '170050.672500', '170051.132500', '170051.592500', '170052.052500', '170052.512500', '170052.972500', '170053.432500', '170053.892500', '170054.352500', '170054.812500', '170055.272500', '170055.732500', '170056.192500', '170056.652500', '170057.112500', '170057.572500', '170058.032500', '170058.492500', '170058.952500', '170059.412500', '170059.872500', '170100.332500', '170100.792500', '170101.252500', '170101.712500', '170102.172500', '170102.632500', '170103.092500', '170103.552500', '170104.012500', '170104.472500', '170104.932500', '170105.392500', '170105.852500', '170106.312500', '170106.772500', '170107.232500', '170107.692500', '170108.152500', '170108.612500', '170109.072500', '170109.532500', '170109.992500', '170110.452500', '170110.912500', '170111.372500', '170111.832500', '170112.292500', '170112.752500', '170113.212500', '170113.672500', '170114.132500', '170114.592500', '170115.052500', '170115.512500', '170115.972500', '170116.432500', '170116.892500', '170117.352500', '170117.812500', '170118.272500', '170118.732500', '170119.192500', '170119.652500', '170120.112500', '170120.572500', '170121.032500', '170121.492500', '170121.952500', '170122.412500', '170122.872500', '170123.332500', '170123.792500', '170124.252500', '170124.712500', '170125.172500', '170125.632500', '170126.092500', '170126.552500', '170127.012500', '170127.472500', '170127.932500', '170128.392500', '170128.852500', '170129.312500', '170129.772500', '170130.232500', '170130.692500', '170131.152500', '170131.612500', '170132.072500', '170132.532500', '170132.992500', '170133.452500', '170133.912500', '170134.372500', '170134.832500', '170135.292500', '170135.752500', '170136.212500', '170136.672500', '170137.132500', '170137.592500', '170138.052500', '170138.512500', '170138.972500', '170139.432500', '170139.892500', '170140.352500', '170140.812500', '170141.272500', '170141.732500', '170142.192500', '170142.652500', '170143.112500', '170143.572500', '170144.032500', '170144.492500', '170144.952500', '170145.412500', '170145.872500', '170146.332500', '170146.792500', '170147.252500', '170147.712500', '170148.172500', '170148.632500', '170149.092500', '170149.552500', '170150.012500', '170150.472500', '170150.932500', '170151.392500', '170151.852500', '170152.312500', '170152.772500', '170153.232500', '170153.692500', '170154.152500', '170154.612500', '170155.072500', '170155.532500', '170155.992500', '170156.452500', '170156.912500', '170157.372500', '170157.832500', '170158.292500', '170158.752500', '170159.212500', '170159.672500', '170200.132500', '170200.592500', '170201.052500', '170201.512500', '170201.972500', '170202.432500', '170202.892500', '170203.352500', '170203.812500', '170204.272500', '170204.732500', '170205.192500', '170205.652500', '170206.112500', '170206.572500', '170207.032500', '170207.492500', '170207.952500', '170208.412500', '170208.872500', '170209.332500', '170209.792500', '170210.252500', '170210.712500', '170211.172500', '170211.632500', '170212.092500', '170212.552500', '170213.012500', '170213.472500', '170213.932500', '170214.392500', '170214.852500', '170215.312500', '170215.772500', '170216.232500', '170216.692500', '170217.152500', '170217.612500', '170218.072500', '170218.532500', '170218.992500', '170219.452500', '170219.912500', '170220.372500', '170220.832500', '170221.292500', '170221.752500', '170222.212500', '170222.672500', '170223.132500', '170223.592500', '170224.052500', '170224.512500', '170224.972500', '170225.432500', '170225.892500', '170226.352500', '170226.812500', '170227.272500', '170227.732500', '170228.192500', '170228.652500', '170229.112500', '170229.572500', '170230.032500', '170230.492500', '170230.952500', '170231.412500', '170231.872500', '170232.332500', '170232.792500', '170233.252500', '170233.712500', '170234.172500', '170234.632500', '170235.092500', '170235.552500', '170236.012500', '170236.472500', '170236.932500', '170237.392500', '170237.852500', '170238.312500', '170238.772500', '170239.232500', '170239.692500', '170240.152500', '170240.612500', '170241.072500', '170241.532500', '170241.992500', '170242.452500', '170242.912500', '170243.372500', '170243.832500', '170244.292500', '170244.752500', '170245.212500', '170245.672500', '170246.132500', '170246.592500', '170247.052500', '170247.512500', '170247.972500', '170248.432500', '170248.892500', '170249.352500', '170249.812500', '170250.272500', '170250.732500', '170251.192500', '170251.652500', '170252.112500', '170252.572500', '170253.032500', '170253.492500', '170253.952500', '170254.412500', '170254.872500', '170255.332500', '170255.792500', '170256.252500', '170256.712500', '170257.172500', '170257.632500', '170258.092500', '170258.552500', '170259.012500', '170259.472500', '170259.932500', '170300.392500', '170300.852500', '170301.312500', '170301.772500', '170302.232500', '170302.692500', '170303.152500', '170303.612500', '170304.072500', '170304.532500', '170304.992500', '170305.452500', '170305.912500', '170306.372500', '170306.832500', '170307.292500', '170307.752500', '170308.212500', '170308.672500', '170309.132500', '170309.592500', '170310.052500', '170310.512500', '170310.972500', '170311.432500', '170311.892500', '170312.352500', '170312.812500', '170313.272500', '170313.732500', '170314.192500', '170314.652500', '170315.112500', '170315.572500', '170316.032500', '170316.492500', '170316.952500', '170317.412500', '170317.872500', '170318.332500', '170318.792500', '170319.252500', '170319.712500', '170320.172500', '170320.632500', '170321.092500', '170321.552500', '170322.012500', '170322.472500', '170322.932500', '170323.392500', '170323.852500', '170324.312500', '170324.772500', '170325.232500', '170325.692500', '170326.152500', '170326.612500', '170327.072500', '170327.532500', '170327.992500', '170328.452500', '170328.912500', '170329.372500', '170329.832500', '170330.292500', '170330.752500', '170331.212500', '170331.672500', '170332.132500', '170332.592500', '170333.052500', '170333.512500', '170333.972500', '170334.432500', '170334.892500', '170335.352500', '170335.812500', '170336.272500', '170336.732500', '170337.192500', '170337.652500', '170338.112500', '170338.572500', '170339.032500', '170339.492500', '170339.952500', '170340.412500', '170340.872500', '170341.332500', '170341.792500', '170342.252500', '170342.712500', '170343.172500', '170343.632500', '170344.092500', '170344.552500', '170345.012500', '170345.472500', '170345.932500', '170346.392500', '170346.852500', '170347.312500', '170347.772500', '170348.232500', '170348.692500', '170349.152500', '170349.612500', '170350.072500', '170350.532500', '170350.992500', '170351.452500', '170351.912500', '170352.372500', '170352.832500', '170353.292500', '170353.752500', '170354.212500', '170354.672500', '170355.132500', '170355.592500', '170356.052500', '170356.512500', '170356.972500', '170357.432500', '170357.892500', '170358.352500', '170358.812500', '170359.272500', '170359.732500', '170400.192500', '170400.652500', '170401.112500', '170401.572500', '170402.032500', '170402.492500', '170402.952500', '170403.412500', '170403.872500', '170404.332500', '170404.792500', '170405.252500', '170405.712500', '170406.172500', '170406.632500', '170407.092500', '170407.552500', '170408.012500', '170408.472500', '170408.932500', '170409.392500', '170409.852500', '170410.312500', '170410.772500', '170411.232500', '170411.692500', '170412.152500', '170412.612500', '170413.072500', '170413.532500', '170413.992500', '170414.452500', '170414.912500', '170415.372500', '170415.832500', '170416.292500', '170416.752500', '170417.212500', '170417.672500', '170418.132500', '170418.592500', '170419.052500', '170419.512500', '170419.972500', '170420.432500', '170420.892500', '170421.352500', '170421.812500', '170422.272500', '170422.732500', '170423.192500', '170423.652500', '170424.112500', '170424.572500', '170425.032500', '170425.492500', '170425.952500', '170426.412500', '170426.872500', '170427.332500', '170427.792500', '170428.252500', '170428.712500', '170429.172500', '170429.632500', '170430.092500', '170430.552500', '170431.012500', '170431.472500', '170431.932500', '170432.392500', '170432.852500', '170433.312500', '170433.772500', '170434.232500', '170434.692500', '170435.152500', '170435.612500', '170436.072500', '170436.532500', '170436.992500', '170437.452500', '170437.912500', '170438.372500', '170438.832500', '170439.292500', '170439.752500', '170440.212500', '170440.672500', '170441.132500', '170441.592500', '170442.052500', '170442.512500', '170442.972500', '170443.432500', '170443.892500', '170444.352500', '170444.812500', '170445.272500', '170445.732500', '170446.192500', '170446.652500', '170447.112500', '170447.572500', '170448.032500', '170448.492500', '170448.952500', '170449.412500', '170449.872500', '170450.332500', '170450.792500', '170451.252500', '170451.712500', '170452.172500', '170452.632500', '170453.092500', '170453.552500', '170454.012500', '170454.472500', '170454.932500', '170455.392500', '170455.852500', '170456.312500', '170456.772500', '170457.232500', '170457.692500', '170458.152500', '170458.612500', '170459.072500', '170459.532500', '170459.992500', '170500.452500', '170500.912500', '170501.372500', '170501.832500', '170502.292500', '170502.752500', '170503.212500', '170503.672500', '170504.132500', '170504.592500', '170505.052500', '170505.512500', '170505.972500', '170506.432500', '170506.892500', '170507.352500', '170507.812500', '170508.272500', '170508.732500', '170509.192500', '170509.652500', '170510.112500', '170510.572500', '170511.032500', '170511.492500', '170511.952500', '170512.412500', '170512.872500', '170513.332500', '170513.792500', '170514.252500', '170514.712500', '170515.172500', '170515.632500', '170516.092500', '170516.552500', '170517.012500', '170517.472500', '170517.932500', '170518.392500', '170518.852500', '170519.312500', '170519.772500', '170520.232500', '170520.692500', '170521.152500', '170521.612500', '170522.072500', '170522.532500', '170522.992500', '170523.452500', '170523.912500', '170524.372500', '170524.832500', '170525.292500', '170525.752500', '170526.212500', '170526.672500', '170527.132500', '170527.592500', '170528.052500', '170528.512500', '170528.972500', '170529.432500', '170529.892500', '170530.352500', '170530.812500', '170531.272500', '170531.732500', '170532.192500', '170532.652500', '170533.112500', '170533.572500', '170534.032500', '170534.492500', '170534.952500', '170535.412500', '170535.872500', '170536.332500', '170536.792500', '170537.252500', '170537.712500', '170538.172500', '170538.632500', '170539.092500', '170539.552500', '170540.012500', '170540.472500', '170540.932500', '170541.392500', '170541.852500', '170542.312500', '170542.772500', '170543.232500', '170543.692500', '170544.152500', '170544.612500', '170545.072500', '170545.532500', '170545.992500', '170546.452500', '170546.912500', '170547.372500', '170547.832500', '170548.292500', '170548.752500', '170549.212500', '170549.672500', '170550.132500', '170550.592500', '170551.052500', '170551.512500', '170551.972500', '170552.432500', '170552.892500', '170553.352500', '170553.812500', '170554.272500', '170554.732500', '170555.192500', '170555.652500', '170556.112500', '170556.572500', '170557.032500', '170557.492500', '170557.952500', '170558.412500', '170558.872500', '170559.332500', '170559.792500', '170600.252500', '170600.712500', '170601.172500', '170601.632500', '170602.092500', '170602.552500', '170603.012500', '170603.472500', '170603.932500', '170604.392500', '170604.852500', '170605.312500', '170605.772500', '170606.232500', '170606.692500', '170607.152500', '170607.612500', '170608.072500', '170608.532500', '170608.992500', '170609.452500', '170609.912500', '170610.372500', '170610.832500', '170611.292500', '170611.752500', '170612.212500', '170612.672500', '170613.132500', '170613.592500', '170614.052500', '170614.512500', '170614.972500', '170615.432500', '170615.892500', '170616.352500', '170616.812500', '170617.272500', '170617.732500', '170618.192500', '170618.652500', '170619.112500', '170619.572500', '170620.032500', '170620.492500', '170620.952500', '170621.412500', '170621.872500', '170622.332500', '170622.792500', '170623.252500', '170623.712500', '170624.172500', '170624.632500', '170625.092500', '170625.552500', '170626.012500', '170626.472500', '170626.932500', '170627.392500', '170627.852500', '170628.312500', '170628.772500', '170629.232500', '170629.692500', '170630.152500', '170630.612500', '170631.072500', '170631.532500', '170631.992500', '170632.452500', '170632.912500', '170633.372500', '170633.832500', '170634.292500', '170634.752500', '170635.212500', '170635.672500', '170636.132500', '170636.592500', '170637.052500', '170637.512500', '170637.972500', '170638.432500', '170638.892500', '170639.352500', '170639.812500', '170640.272500', '170640.732500', '170641.192500', '170641.652500', '170642.112500', '170642.572500', '170643.032500', '170643.492500', '170643.952500', '170644.412500', '170644.872500', '170645.332500', '170645.792500', '170646.252500', '170646.712500', '170647.172500', '170647.632500', '170648.092500', '170648.552500', '170649.012500', '170649.472500', '170649.932500', '170650.392500', '170650.852500', '170651.312500', '170651.772500', '170652.232500', '170652.692500', '170653.152500', '170653.612500', '170654.072500', '170654.532500', '170654.992500', '170655.452500', '170655.912500', '170656.372500', '170656.832500', '170657.292500', '170657.752500', '170658.212500', '170658.672500', '170659.132500', '170659.592500', '170700.052500', '170700.512500', '170700.972500', '170701.432500', '170701.892500', '170702.352500', '170702.812500', '170703.272500', '170703.732500'], 'ContentTime': ['165724.833000', '165724.836000', '165724.839000', '165724.842000', '165724.844000', '165724.847000', '165724.849000', '165724.852000', '165724.855000', '165724.857000', '165724.860000', '165724.862000', '165724.865000', '165724.878000', '165724.880000', '165724.883000', '165724.885000', '165724.888000', '165724.891000', '165724.893000', '165724.896000', '165724.898000', '165724.901000', '165724.903000', '165724.906000', '165724.909000', '165724.911000', '165724.914000', '165724.917000', '165724.919000', '165724.922000', '165724.924000', '165724.927000', '165724.929000', '165724.932000', '165724.935000', '165724.937000', '165724.940000', '165724.942000', '165724.945000', '165724.948000', '165724.962000', '165724.965000', '165724.967000', '165724.970000', '165724.972000', '165724.975000', '165724.977000', '165724.980000', '165724.982000', '165724.985000', '165724.988000', '165724.990000', '165724.993000', '165724.995000', '165724.998000', '165725.002000', '165725.005000', '165725.008000', '165744.796000', '165744.805000', '165744.808000', '165744.811000', '165744.813000', '165744.816000', '165744.818000', '165744.821000', '165744.823000', '165744.826000', '165744.829000', '165744.831000', '165744.834000', '165744.836000', '165744.839000', '165744.841000', '165744.844000', '165744.847000', '165744.849000', '165744.852000', '165744.854000', '165744.857000', '165744.859000', '165744.862000', '165744.864000', '165744.867000', '165744.870000', '165744.872000', '165744.875000', '165744.877000', '165744.880000', '165744.883000', '165744.885000', '165744.888000', '165744.890000', '165744.893000', '165744.895000', '165744.898000', '165744.900000', '165744.903000', '165744.906000', '165744.908000', '165744.911000', '165744.913000', '165804.798000', '165804.801000', '165804.804000', '165804.806000', '165804.809000', '165804.812000', '165804.814000', '165804.817000', '165804.823000', '165804.826000', '165804.829000', '165804.831000', '165804.834000', '165804.836000', '165804.839000', '165804.841000', '165804.844000', '165804.847000', '165804.849000', '165804.852000', '165804.854000', '165804.857000', '165804.860000', '165804.862000', '165804.865000', '165804.867000', '165804.870000', '165804.873000', '165804.875000', '165804.878000', '165804.880000', '165804.883000', '165804.885000', '165804.888000', '165804.890000', '165804.893000', '165804.896000', '165804.898000', '165804.901000', '165804.903000', '165804.906000', '165804.909000', '165804.911000', '165824.795000', '165824.799000', '165824.802000', '165824.805000', '165824.807000', '165824.810000', '165824.813000', '165824.815000', '165824.818000', '165824.821000', '165824.823000', '165824.826000', '165824.828000', '165824.831000', '165824.833000', '165824.836000', '165824.839000', '165824.841000', '165824.844000', '165824.846000', '165824.849000', '165824.851000', '165824.854000', '165824.857000', '165824.859000', '165824.862000', '165824.865000', '165824.867000', '165824.870000', '165824.872000', '165824.875000', '165824.877000', '165824.880000', '165824.883000', '165824.885000', '165824.888000', '165824.890000', '165824.893000', '165824.896000', '165824.898000', '165824.901000', '165824.903000', '165824.906000', '165824.909000', '165844.796000', '165844.799000', '165844.802000', '165844.804000', '165844.807000', '165844.809000', '165844.812000', '165844.815000', '165844.817000', '165844.820000', '165844.822000', '165844.825000', '165844.827000', '165844.830000', '165844.833000', '165844.835000', '165844.838000', '165844.840000', '165844.843000', '165844.845000', '165844.848000', '165844.851000', '165844.853000', '165844.856000', '165844.858000', '165844.861000', '165844.863000', '165844.866000', '165844.869000', '165844.871000', '165844.874000', '165844.876000', '165844.879000', '165844.881000', '165844.884000', '165844.887000', '165844.889000', '165844.892000', '165844.894000', '165844.897000', '165844.899000', '165844.902000', '165844.905000', '165904.796000', '165904.799000', '165904.802000', '165904.804000', '165904.807000', '165904.809000', '165904.812000', '165904.815000', '165904.817000', '165904.820000', '165904.823000', '165904.825000', '165904.828000', '165904.831000', '165904.833000', '165904.836000', '165904.838000', '165904.841000', '165904.844000', '165904.846000', '165904.849000', '165904.863000', '165904.865000', '165904.868000', '165904.871000', '165904.873000', '165904.876000', '165904.878000', '165904.881000', '165904.883000', '165904.886000', '165904.889000', '165904.891000', '165904.894000', '165904.896000', '165904.899000', '165904.902000', '165904.904000', '165904.907000', '165904.909000', '165904.912000', '165904.915000', '165904.917000', '165924.796000', '165924.799000', '165924.802000', '165924.804000', '165924.807000', '165924.810000', '165924.812000', '165924.815000', '165924.818000', '165924.820000', '165924.823000', '165924.825000', '165924.828000', '165924.830000', '165924.833000', '165924.836000', '165924.838000', '165924.841000', '165924.843000', '165924.846000', '165924.848000', '165924.851000', '165924.854000', '165924.856000', '165924.859000', '165924.862000', '165924.864000', '165924.867000', '165924.869000', '165924.872000', '165924.875000', '165924.877000', '165924.880000', '165924.882000', '165924.885000', '165924.888000', '165924.890000', '165924.893000', '165924.895000', '165924.898000', '165924.901000', '165924.903000', '165924.906000', '165924.908000', '165944.796000', '165944.799000', '165944.802000', '165944.804000', '165944.807000', '165944.810000', '165944.812000', '165944.815000', '165944.818000', '165944.820000', '165944.823000', '165944.825000', '165944.828000', '165944.830000', '165944.833000', '165944.836000', '165944.840000', '165944.842000', '165944.845000', '165944.848000', '165944.850000', '165944.853000', '165944.856000', '165944.858000', '165944.861000', '165944.863000', '165944.866000', '165944.869000', '165944.871000', '165944.874000', '165944.876000', '165944.879000', '165944.882000', '165944.884000', '165944.887000', '165944.890000', '165944.892000', '165944.895000', '165944.898000', '165944.900000', '165944.903000', '165944.905000', '165944.908000', '165944.911000', '170004.797000', '170004.800000', '170004.802000', '170004.805000', '170004.807000', '170004.810000', '170004.813000', '170004.816000', '170004.818000', '170004.821000', '170004.823000', '170004.826000', '170004.828000', '170004.831000', '170004.834000', '170004.836000', '170004.839000', '170004.841000', '170004.844000', '170004.847000', '170004.849000', '170004.852000', '170004.854000', '170004.857000', '170004.860000', '170004.862000', '170004.865000', '170004.867000', '170004.870000', '170004.872000', '170004.875000', '170004.877000', '170004.880000', '170004.883000', '170004.885000', '170004.888000', '170004.891000', '170004.893000', '170004.896000', '170004.898000', '170004.901000', '170004.904000', '170004.906000', '170024.797000', '170024.800000', '170024.802000', '170024.805000', '170024.808000', '170024.810000', '170024.813000', '170024.816000', '170024.819000', '170024.822000', '170024.825000', '170024.827000', '170024.830000', '170024.833000', '170024.835000', '170024.838000', '170024.840000', '170024.843000', '170024.846000', '170024.848000', '170024.851000', '170024.853000', '170024.856000', '170024.859000', '170024.861000', '170024.864000', '170024.866000', '170024.869000', '170024.871000', '170024.874000', '170024.877000', '170024.879000', '170024.882000', '170024.885000', '170024.887000', '170024.890000', '170024.892000', '170024.895000', '170024.897000', '170024.900000', '170024.903000', '170024.905000', '170024.908000', '170044.796000', '170044.798000', '170044.801000', '170044.814000', '170044.817000', '170044.819000', '170044.822000', '170044.825000', '170044.827000', '170044.830000', '170044.832000', '170044.835000', '170044.838000', '170044.840000', '170044.843000', '170044.845000', '170044.848000', '170044.851000', '170044.853000', '170044.856000', '170044.859000', '170044.861000', '170044.864000', '170044.866000', '170044.869000', '170044.871000', '170044.874000', '170044.876000', '170044.879000', '170044.882000', '170044.884000', '170044.887000', '170044.889000', '170044.892000', '170044.895000', '170044.897000', '170044.900000', '170044.903000', '170044.905000', '170044.908000', '170044.910000', '170044.913000', '170044.916000', '170044.918000', '170104.796000', '170104.799000', '170104.802000', '170104.805000', '170104.807000', '170104.810000', '170104.812000', '170104.815000', '170104.818000', '170104.820000', '170104.823000', '170104.825000', '170104.828000', '170104.830000', '170104.833000', '170104.836000', '170104.838000', '170104.841000', '170104.844000', '170104.846000', '170104.849000', '170104.852000', '170104.855000', '170104.858000', '170104.861000', '170104.863000', '170104.866000', '170104.868000', '170104.871000', '170104.874000', '170104.876000', '170104.880000', '170104.883000', '170104.886000', '170104.888000', '170104.891000', '170104.893000', '170104.896000', '170104.898000', '170104.901000', '170104.904000', '170104.906000', '170104.909000', '170124.796000', '170124.799000', '170124.802000', '170124.805000', '170124.807000', '170124.810000', '170124.812000', '170124.815000', '170124.818000', '170124.820000', '170124.823000', '170124.825000', '170124.828000', '170124.831000', '170124.833000', '170124.836000', '170124.839000', '170124.841000', '170124.844000', '170124.846000', '170124.849000', '170124.852000', '170124.854000', '170124.857000', '170124.859000', '170124.862000', '170124.865000', '170124.867000', '170124.870000', '170124.872000', '170124.875000', '170124.878000', '170124.880000', '170124.883000', '170124.885000', '170124.888000', '170124.891000', '170124.893000', '170124.896000', '170124.898000', '170124.901000', '170124.903000', '170124.906000', '170124.909000', '170144.797000', '170144.799000', '170144.802000', '170144.805000', '170144.807000', '170144.810000', '170144.813000', '170144.815000', '170144.818000', '170144.820000', '170144.823000', '170144.825000', '170144.828000', '170144.831000', '170144.833000', '170144.837000', '170144.840000', '170144.843000', '170144.845000', '170144.848000', '170144.850000', '170144.853000', '170144.856000', '170144.858000', '170144.861000', '170144.864000', '170144.866000', '170144.869000', '170144.871000', '170144.874000', '170144.877000', '170144.879000', '170144.882000', '170144.884000', '170144.887000', '170144.890000', '170144.892000', '170144.895000', '170144.897000', '170144.900000', '170144.902000', '170144.905000', '170144.917000', '170204.796000', '170204.799000', '170204.802000', '170204.805000', '170204.807000', '170204.810000', '170204.812000', '170204.815000', '170204.817000', '170204.820000', '170204.823000', '170204.825000', '170204.828000', '170204.830000', '170204.833000', '170204.836000', '170204.838000', '170204.841000', '170204.843000', '170204.846000', '170204.849000', '170204.851000', '170204.854000', '170204.856000', '170204.859000', '170204.862000', '170204.864000', '170204.867000', '170204.875000', '170204.878000', '170204.881000', '170204.883000', '170204.886000', '170204.888000', '170204.891000', '170204.893000', '170204.896000', '170204.899000', '170204.901000', '170204.904000', '170204.906000', '170204.909000', '170204.912000', '170204.914000', '170224.796000', '170224.799000', '170224.802000', '170224.804000', '170224.807000', '170224.809000', '170224.812000', '170224.815000', '170224.817000', '170224.820000', '170224.822000', '170224.825000', '170224.828000', '170224.830000', '170224.833000', '170224.836000', '170224.839000', '170224.841000', '170224.844000', '170224.846000', '170224.849000', '170224.852000', '170224.854000', '170224.857000', '170224.860000', '170224.862000', '170224.865000', '170224.867000', '170224.870000', '170224.873000', '170224.875000', '170224.878000', '170224.880000', '170224.883000', '170224.885000', '170224.888000', '170224.891000', '170224.893000', '170224.896000', '170224.898000', '170224.901000', '170224.904000', '170224.906000', '170244.797000', '170244.799000', '170244.802000', '170244.805000', '170244.807000', '170244.810000', '170244.813000', '170244.815000', '170244.818000', '170244.820000', '170244.823000', '170244.826000', '170244.828000', '170244.831000', '170244.834000', '170244.836000', '170244.839000', '170244.841000', '170244.844000', '170244.846000', '170244.849000', '170244.852000', '170244.854000', '170244.857000', '170244.860000', '170244.862000', '170244.865000', '170244.868000', '170244.870000', '170244.873000', '170244.875000', '170244.878000', '170244.881000', '170244.883000', '170244.886000', '170244.888000', '170244.891000', '170244.894000', '170244.896000', '170244.899000', '170244.902000', '170244.904000', '170244.907000', '170244.909000', '170304.796000', '170304.799000', '170304.801000', '170304.804000', '170304.806000', '170304.809000', '170304.811000', '170304.814000', '170304.817000', '170304.819000', '170304.822000', '170304.825000', '170304.827000', '170304.830000', '170304.832000', '170304.835000', '170304.838000', '170304.840000', '170304.843000', '170304.845000', '170304.848000', '170304.850000', '170304.853000', '170304.856000', '170304.858000', '170304.861000', '170304.864000', '170304.866000', '170304.869000', '170304.871000', '170304.874000', '170304.877000', '170304.879000', '170304.883000', '170304.886000', '170304.889000', '170304.891000', '170304.894000', '170304.896000', '170304.899000', '170304.902000', '170304.904000', '170304.907000', '170324.797000', '170324.799000', '170324.802000', '170324.805000', '170324.807000', '170324.810000', '170324.812000', '170324.815000', '170324.818000', '170324.820000', '170324.823000', '170324.826000', '170324.828000', '170324.831000', '170324.833000', '170324.836000', '170324.839000', '170324.841000', '170324.844000', '170324.846000', '170324.849000', '170324.852000', '170324.854000', '170324.857000', '170324.860000', '170324.862000', '170324.865000', '170324.867000', '170324.870000', '170324.873000', '170324.875000', '170324.878000', '170324.880000', '170324.883000', '170324.886000', '170324.888000', '170324.891000', '170324.893000', '170324.896000', '170324.915000', '170324.918000', '170324.920000', '170324.923000', '170324.925000', '170344.796000', '170344.799000', '170344.802000', '170344.808000', '170344.810000', '170344.813000', '170344.816000', '170344.818000', '170344.821000', '170344.823000', '170344.826000', '170344.829000', '170344.831000', '170344.834000', '170344.836000', '170344.839000', '170344.842000', '170344.844000', '170344.847000', '170344.849000', '170344.852000', '170344.854000', '170344.857000', '170344.860000', '170344.863000', '170344.865000', '170344.868000', '170344.870000', '170344.873000', '170344.875000', '170344.878000', '170344.881000', '170344.883000', '170344.886000', '170344.888000', '170344.891000', '170344.894000', '170344.896000', '170344.899000', '170344.901000', '170344.904000', '170344.907000', '170344.909000', '170404.796000', '170404.799000', '170404.802000', '170404.805000', '170404.807000', '170404.810000', '170404.812000', '170404.815000', '170404.818000', '170404.820000', '170404.823000', '170404.825000', '170404.828000', '170404.831000', '170404.833000', '170404.836000', '170404.838000', '170404.841000', '170404.843000', '170404.846000', '170404.849000', '170404.851000', '170404.854000', '170404.857000', '170404.859000', '170404.862000', '170404.864000', '170404.867000', '170404.869000', '170404.872000', '170404.875000', '170404.877000', '170404.880000', '170404.882000', '170404.885000', '170404.888000', '170404.890000', '170404.893000', '170404.895000', '170404.898000', '170404.901000', '170404.903000', '170404.906000', '170404.908000', '170424.796000', '170424.799000', '170424.802000', '170424.805000', '170424.807000', '170424.810000', '170424.812000', '170424.815000', '170424.818000', '170424.820000', '170424.823000', '170424.825000', '170424.828000', '170424.831000', '170424.833000', '170424.836000', '170424.838000', '170424.841000', '170424.844000', '170424.846000', '170424.849000', '170424.851000', '170424.854000', '170424.857000', '170424.859000', '170424.862000', '170424.864000', '170424.867000', '170424.870000', '170424.873000', '170424.876000', '170424.879000', '170424.882000', '170424.884000', '170424.887000', '170424.889000', '170424.892000', '170424.895000', '170424.897000', '170424.900000', '170424.902000', '170424.905000', '170424.908000', '170444.797000', '170444.800000', '170444.802000', '170444.805000', '170444.807000', '170444.810000', '170444.813000', '170444.815000', '170444.818000', '170444.821000', '170444.823000', '170444.826000', '170444.829000', '170444.831000', '170444.834000', '170444.836000', '170444.839000', '170444.841000', '170444.844000', '170444.847000', '170444.849000', '170444.852000', '170444.855000', '170444.857000', '170444.860000', '170444.862000', '170444.865000', '170444.868000', '170444.870000', '170444.873000', '170444.876000', '170444.878000', '170444.881000', '170444.883000', '170444.886000', '170444.889000', '170444.891000', '170444.894000', '170444.896000', '170444.899000', '170444.902000', '170444.904000', '170444.907000', '170444.909000', '170504.797000', '170504.800000', '170504.802000', '170504.805000', '170504.807000', '170504.810000', '170504.813000', '170504.815000', '170504.818000', '170504.821000', '170504.823000', '170504.826000', '170504.829000', '170504.831000', '170504.834000', '170504.836000', '170504.839000', '170504.842000', '170504.844000', '170504.847000', '170504.849000', '170504.852000', '170504.854000', '170504.857000', '170504.860000', '170504.862000', '170504.865000', '170504.867000', '170504.870000', '170504.873000', '170504.875000', '170504.878000', '170504.880000', '170504.883000', '170504.886000', '170504.888000', '170504.891000', '170504.894000', '170504.896000', '170504.899000', '170504.901000', '170504.904000', '170504.906000', '170524.795000', '170524.798000', '170524.801000', '170524.804000', '170524.806000', '170524.809000', '170524.812000', '170524.814000', '170524.817000', '170524.820000', '170524.822000', '170524.825000', '170524.827000', '170524.830000', '170524.833000', '170524.835000', '170524.838000', '170524.840000', '170524.843000', '170524.846000', '170524.848000', '170524.851000', '170524.854000', '170524.856000', '170524.859000', '170524.861000', '170524.864000', '170524.867000', '170524.869000', '170524.872000', '170524.874000', '170524.877000', '170524.880000', '170524.882000', '170524.885000', '170524.888000', '170524.890000', '170524.893000', '170524.895000', '170524.898000', '170524.900000', '170524.903000', '170524.906000', '170524.908000', '170544.797000', '170544.799000', '170544.802000', '170544.805000', '170544.807000', '170544.810000', '170544.813000', '170544.815000', '170544.818000', '170544.820000', '170544.823000', '170544.826000', '170544.828000', '170544.831000', '170544.833000', '170544.836000', '170544.839000', '170544.841000', '170544.844000', '170544.846000', '170544.849000', '170544.852000', '170544.854000', '170544.857000', '170544.859000', '170544.862000', '170544.864000', '170544.867000', '170544.870000', '170544.872000', '170544.875000', '170544.877000', '170544.880000', '170544.883000', '170544.885000', '170544.888000', '170544.890000', '170544.893000', '170544.896000', '170544.898000', '170544.901000', '170544.903000', '170544.906000', '170604.798000', '170604.802000', '170604.804000', '170604.807000', '170604.810000', '170604.813000', '170604.815000', '170604.818000', '170604.820000', '170604.823000', '170604.826000', '170604.828000', '170604.831000', '170604.833000', '170604.836000', '170604.838000', '170604.841000', '170604.844000', '170604.846000', '170604.849000', '170604.852000', '170604.854000', '170604.857000', '170604.859000', '170604.862000', '170604.865000', '170604.867000', '170604.870000', '170604.872000', '170604.875000', '170604.878000', '170604.880000', '170604.883000', '170604.886000', '170604.888000', '170604.891000', '170604.893000', '170604.896000', '170604.898000', '170604.901000', '170604.904000', '170604.906000', '170604.909000', '170604.911000', '170624.797000', '170624.799000', '170624.802000', '170624.805000', '170624.807000', '170624.810000', '170624.813000', '170624.815000', '170624.818000', '170624.821000', '170624.823000', '170624.826000', '170624.828000', '170624.831000', '170624.834000', '170624.836000', '170624.839000', '170624.842000', '170624.844000', '170624.847000', '170624.849000', '170624.852000', '170624.855000', '170624.857000', '170624.860000', '170624.863000', '170624.865000', '170624.868000', '170624.870000', '170624.873000', '170624.876000', '170624.878000', '170624.881000', '170624.883000', '170624.886000', '170624.889000', '170624.891000', '170624.894000', '170624.896000', '170624.899000', '170624.902000', '170624.904000', '170624.907000', '170644.797000', '170644.799000', '170644.802000', '170644.805000', '170644.807000', '170644.810000', '170644.813000', '170644.815000', '170644.818000', '170644.820000', '170644.823000', '170644.826000', '170644.828000', '170644.831000', '170644.833000', '170644.836000', '170644.838000', '170644.841000', '170644.844000', '170644.846000', '170644.849000', '170644.851000', '170644.854000', '170644.857000', '170644.859000', '170644.862000', '170644.865000', '170644.867000', '170644.870000', '170644.872000', '170644.875000', '170644.878000', '170644.880000', '170644.883000', '170644.885000', '170644.888000', '170644.891000', '170644.893000', '170644.896000', '170644.898000', '170644.901000', '170644.904000', '170644.906000', '170644.909000', '170704.797000', '170704.799000', '170704.802000', '170704.805000', '170704.807000', '170704.810000', '170704.812000', '170704.815000', '170704.818000', '170704.820000', '170704.823000', '170704.825000', '170704.828000', '170704.831000', '170704.833000', '170704.836000', '170704.838000', '170704.841000', '170704.844000', '170704.846000', '170704.849000', '170704.851000', '170704.854000', '170704.856000', '170704.859000', '170704.862000', '170704.864000', '170704.867000', '170704.870000', '170704.872000', '170704.875000', '170704.877000', '170704.880000', '170704.883000', '170704.885000', '170704.888000', '170704.890000', '170704.893000', '170704.896000', '170704.898000', '170704.901000', '170704.904000', '170704.906000', '170705.448000', '170705.451000'], 'InstanceCreationTime': ['165724.833000', '165724.836000', '165724.839000', '165724.842000', '165724.844000', '165724.847000', '165724.849000', '165724.852000', '165724.855000', '165724.857000', '165724.860000', '165724.862000', '165724.865000', '165724.878000', '165724.880000', '165724.883000', '165724.885000', '165724.888000', '165724.891000', '165724.893000', '165724.896000', '165724.898000', '165724.901000', '165724.903000', '165724.906000', '165724.909000', '165724.911000', '165724.914000', '165724.917000', '165724.919000', '165724.922000', '165724.924000', '165724.927000', '165724.929000', '165724.932000', '165724.935000', '165724.937000', '165724.940000', '165724.942000', '165724.945000', '165724.948000', '165724.962000', '165724.965000', '165724.967000', '165724.970000', '165724.972000', '165724.975000', '165724.977000', '165724.980000', '165724.982000', '165724.985000', '165724.988000', '165724.990000', '165724.993000', '165724.995000', '165724.998000', '165725.002000', '165725.005000', '165725.008000', '165744.796000', '165744.805000', '165744.808000', '165744.811000', '165744.813000', '165744.816000', '165744.818000', '165744.821000', '165744.823000', '165744.826000', '165744.829000', '165744.831000', '165744.834000', '165744.836000', '165744.839000', '165744.841000', '165744.844000', '165744.847000', '165744.849000', '165744.852000', '165744.854000', '165744.857000', '165744.859000', '165744.862000', '165744.864000', '165744.867000', '165744.870000', '165744.872000', '165744.875000', '165744.877000', '165744.880000', '165744.883000', '165744.885000', '165744.888000', '165744.890000', '165744.893000', '165744.895000', '165744.898000', '165744.900000', '165744.903000', '165744.906000', '165744.908000', '165744.911000', '165744.913000', '165804.798000', '165804.801000', '165804.804000', '165804.806000', '165804.809000', '165804.812000', '165804.814000', '165804.817000', '165804.823000', '165804.826000', '165804.829000', '165804.831000', '165804.834000', '165804.836000', '165804.839000', '165804.841000', '165804.844000', '165804.847000', '165804.849000', '165804.852000', '165804.854000', '165804.857000', '165804.860000', '165804.862000', '165804.865000', '165804.867000', '165804.870000', '165804.873000', '165804.875000', '165804.878000', '165804.880000', '165804.883000', '165804.885000', '165804.888000', '165804.890000', '165804.893000', '165804.896000', '165804.898000', '165804.901000', '165804.903000', '165804.906000', '165804.909000', '165804.911000', '165824.795000', '165824.799000', '165824.802000', '165824.805000', '165824.807000', '165824.810000', '165824.813000', '165824.815000', '165824.818000', '165824.821000', '165824.823000', '165824.826000', '165824.828000', '165824.831000', '165824.833000', '165824.836000', '165824.839000', '165824.841000', '165824.844000', '165824.846000', '165824.849000', '165824.851000', '165824.854000', '165824.857000', '165824.859000', '165824.862000', '165824.865000', '165824.867000', '165824.870000', '165824.872000', '165824.875000', '165824.877000', '165824.880000', '165824.883000', '165824.885000', '165824.888000', '165824.890000', '165824.893000', '165824.896000', '165824.898000', '165824.901000', '165824.903000', '165824.906000', '165824.909000', '165844.796000', '165844.799000', '165844.802000', '165844.804000', '165844.807000', '165844.809000', '165844.812000', '165844.815000', '165844.817000', '165844.820000', '165844.822000', '165844.825000', '165844.827000', '165844.830000', '165844.833000', '165844.835000', '165844.838000', '165844.840000', '165844.843000', '165844.845000', '165844.848000', '165844.851000', '165844.853000', '165844.856000', '165844.858000', '165844.861000', '165844.863000', '165844.866000', '165844.869000', '165844.871000', '165844.874000', '165844.876000', '165844.879000', '165844.881000', '165844.884000', '165844.887000', '165844.889000', '165844.892000', '165844.894000', '165844.897000', '165844.899000', '165844.902000', '165844.905000', '165904.796000', '165904.799000', '165904.802000', '165904.804000', '165904.807000', '165904.809000', '165904.812000', '165904.815000', '165904.817000', '165904.820000', '165904.823000', '165904.825000', '165904.828000', '165904.831000', '165904.833000', '165904.836000', '165904.838000', '165904.841000', '165904.844000', '165904.846000', '165904.849000', '165904.863000', '165904.865000', '165904.868000', '165904.871000', '165904.873000', '165904.876000', '165904.878000', '165904.881000', '165904.883000', '165904.886000', '165904.889000', '165904.891000', '165904.894000', '165904.896000', '165904.899000', '165904.902000', '165904.904000', '165904.907000', '165904.909000', '165904.912000', '165904.915000', '165904.917000', '165924.796000', '165924.799000', '165924.802000', '165924.804000', '165924.807000', '165924.810000', '165924.812000', '165924.815000', '165924.818000', '165924.820000', '165924.823000', '165924.825000', '165924.828000', '165924.830000', '165924.833000', '165924.836000', '165924.838000', '165924.841000', '165924.843000', '165924.846000', '165924.848000', '165924.851000', '165924.854000', '165924.856000', '165924.859000', '165924.862000', '165924.864000', '165924.867000', '165924.869000', '165924.872000', '165924.875000', '165924.877000', '165924.880000', '165924.882000', '165924.885000', '165924.888000', '165924.890000', '165924.893000', '165924.895000', '165924.898000', '165924.901000', '165924.903000', '165924.906000', '165924.908000', '165944.796000', '165944.799000', '165944.802000', '165944.804000', '165944.807000', '165944.810000', '165944.812000', '165944.815000', '165944.818000', '165944.820000', '165944.823000', '165944.825000', '165944.828000', '165944.830000', '165944.833000', '165944.836000', '165944.840000', '165944.842000', '165944.845000', '165944.848000', '165944.850000', '165944.853000', '165944.856000', '165944.858000', '165944.861000', '165944.863000', '165944.866000', '165944.869000', '165944.871000', '165944.874000', '165944.876000', '165944.879000', '165944.882000', '165944.884000', '165944.887000', '165944.890000', '165944.892000', '165944.895000', '165944.898000', '165944.900000', '165944.903000', '165944.905000', '165944.908000', '165944.911000', '170004.797000', '170004.800000', '170004.802000', '170004.805000', '170004.807000', '170004.810000', '170004.813000', '170004.816000', '170004.818000', '170004.821000', '170004.823000', '170004.826000', '170004.828000', '170004.831000', '170004.834000', '170004.836000', '170004.839000', '170004.841000', '170004.844000', '170004.847000', '170004.849000', '170004.852000', '170004.854000', '170004.857000', '170004.860000', '170004.862000', '170004.865000', '170004.867000', '170004.870000', '170004.872000', '170004.875000', '170004.877000', '170004.880000', '170004.883000', '170004.885000', '170004.888000', '170004.891000', '170004.893000', '170004.896000', '170004.898000', '170004.901000', '170004.904000', '170004.906000', '170024.797000', '170024.800000', '170024.802000', '170024.805000', '170024.808000', '170024.810000', '170024.813000', '170024.816000', '170024.819000', '170024.822000', '170024.825000', '170024.827000', '170024.830000', '170024.833000', '170024.835000', '170024.838000', '170024.840000', '170024.843000', '170024.846000', '170024.848000', '170024.851000', '170024.853000', '170024.856000', '170024.859000', '170024.861000', '170024.864000', '170024.866000', '170024.869000', '170024.871000', '170024.874000', '170024.877000', '170024.879000', '170024.882000', '170024.885000', '170024.887000', '170024.890000', '170024.892000', '170024.895000', '170024.897000', '170024.900000', '170024.903000', '170024.905000', '170024.908000', '170044.796000', '170044.798000', '170044.801000', '170044.814000', '170044.817000', '170044.819000', '170044.822000', '170044.825000', '170044.827000', '170044.830000', '170044.832000', '170044.835000', '170044.838000', '170044.840000', '170044.843000', '170044.845000', '170044.848000', '170044.851000', '170044.853000', '170044.856000', '170044.859000', '170044.861000', '170044.864000', '170044.866000', '170044.869000', '170044.871000', '170044.874000', '170044.876000', '170044.879000', '170044.882000', '170044.884000', '170044.887000', '170044.889000', '170044.892000', '170044.895000', '170044.897000', '170044.900000', '170044.903000', '170044.905000', '170044.908000', '170044.910000', '170044.913000', '170044.916000', '170044.918000', '170104.796000', '170104.799000', '170104.802000', '170104.805000', '170104.807000', '170104.810000', '170104.812000', '170104.815000', '170104.818000', '170104.820000', '170104.823000', '170104.825000', '170104.828000', '170104.830000', '170104.833000', '170104.836000', '170104.838000', '170104.841000', '170104.844000', '170104.846000', '170104.849000', '170104.852000', '170104.855000', '170104.858000', '170104.861000', '170104.863000', '170104.866000', '170104.868000', '170104.871000', '170104.874000', '170104.876000', '170104.880000', '170104.883000', '170104.886000', '170104.888000', '170104.891000', '170104.893000', '170104.896000', '170104.898000', '170104.901000', '170104.904000', '170104.906000', '170104.909000', '170124.796000', '170124.799000', '170124.802000', '170124.805000', '170124.807000', '170124.810000', '170124.812000', '170124.815000', '170124.818000', '170124.820000', '170124.823000', '170124.825000', '170124.828000', '170124.831000', '170124.833000', '170124.836000', '170124.839000', '170124.841000', '170124.844000', '170124.846000', '170124.849000', '170124.852000', '170124.854000', '170124.857000', '170124.859000', '170124.862000', '170124.865000', '170124.867000', '170124.870000', '170124.872000', '170124.875000', '170124.878000', '170124.880000', '170124.883000', '170124.885000', '170124.888000', '170124.891000', '170124.893000', '170124.896000', '170124.898000', '170124.901000', '170124.903000', '170124.906000', '170124.909000', '170144.797000', '170144.799000', '170144.802000', '170144.805000', '170144.807000', '170144.810000', '170144.813000', '170144.815000', '170144.818000', '170144.820000', '170144.823000', '170144.825000', '170144.828000', '170144.831000', '170144.833000', '170144.837000', '170144.840000', '170144.843000', '170144.845000', '170144.848000', '170144.850000', '170144.853000', '170144.856000', '170144.858000', '170144.861000', '170144.864000', '170144.866000', '170144.869000', '170144.871000', '170144.874000', '170144.877000', '170144.879000', '170144.882000', '170144.884000', '170144.887000', '170144.890000', '170144.892000', '170144.895000', '170144.897000', '170144.900000', '170144.902000', '170144.905000', '170144.917000', '170204.796000', '170204.799000', '170204.802000', '170204.805000', '170204.807000', '170204.810000', '170204.812000', '170204.815000', '170204.817000', '170204.820000', '170204.823000', '170204.825000', '170204.828000', '170204.830000', '170204.833000', '170204.836000', '170204.838000', '170204.841000', '170204.843000', '170204.846000', '170204.849000', '170204.851000', '170204.854000', '170204.856000', '170204.859000', '170204.862000', '170204.864000', '170204.867000', '170204.875000', '170204.878000', '170204.881000', '170204.883000', '170204.886000', '170204.888000', '170204.891000', '170204.893000', '170204.896000', '170204.899000', '170204.901000', '170204.904000', '170204.906000', '170204.909000', '170204.912000', '170204.914000', '170224.796000', '170224.799000', '170224.802000', '170224.804000', '170224.807000', '170224.809000', '170224.812000', '170224.815000', '170224.817000', '170224.820000', '170224.822000', '170224.825000', '170224.828000', '170224.830000', '170224.833000', '170224.836000', '170224.839000', '170224.841000', '170224.844000', '170224.846000', '170224.849000', '170224.852000', '170224.854000', '170224.857000', '170224.860000', '170224.862000', '170224.865000', '170224.867000', '170224.870000', '170224.873000', '170224.875000', '170224.878000', '170224.880000', '170224.883000', '170224.885000', '170224.888000', '170224.891000', '170224.893000', '170224.896000', '170224.898000', '170224.901000', '170224.904000', '170224.906000', '170244.797000', '170244.799000', '170244.802000', '170244.805000', '170244.807000', '170244.810000', '170244.813000', '170244.815000', '170244.818000', '170244.820000', '170244.823000', '170244.826000', '170244.828000', '170244.831000', '170244.834000', '170244.836000', '170244.839000', '170244.841000', '170244.844000', '170244.846000', '170244.849000', '170244.852000', '170244.854000', '170244.857000', '170244.860000', '170244.862000', '170244.865000', '170244.868000', '170244.870000', '170244.873000', '170244.875000', '170244.878000', '170244.881000', '170244.883000', '170244.886000', '170244.888000', '170244.891000', '170244.894000', '170244.896000', '170244.899000', '170244.902000', '170244.904000', '170244.907000', '170244.909000', '170304.796000', '170304.799000', '170304.801000', '170304.804000', '170304.806000', '170304.809000', '170304.811000', '170304.814000', '170304.817000', '170304.819000', '170304.822000', '170304.825000', '170304.827000', '170304.830000', '170304.832000', '170304.835000', '170304.838000', '170304.840000', '170304.843000', '170304.845000', '170304.848000', '170304.850000', '170304.853000', '170304.856000', '170304.858000', '170304.861000', '170304.864000', '170304.866000', '170304.869000', '170304.871000', '170304.874000', '170304.877000', '170304.879000', '170304.883000', '170304.886000', '170304.889000', '170304.891000', '170304.894000', '170304.896000', '170304.899000', '170304.902000', '170304.904000', '170304.907000', '170324.797000', '170324.799000', '170324.802000', '170324.805000', '170324.807000', '170324.810000', '170324.812000', '170324.815000', '170324.818000', '170324.820000', '170324.823000', '170324.826000', '170324.828000', '170324.831000', '170324.833000', '170324.836000', '170324.839000', '170324.841000', '170324.844000', '170324.846000', '170324.849000', '170324.852000', '170324.854000', '170324.857000', '170324.860000', '170324.862000', '170324.865000', '170324.867000', '170324.870000', '170324.873000', '170324.875000', '170324.878000', '170324.880000', '170324.883000', '170324.886000', '170324.888000', '170324.891000', '170324.893000', '170324.896000', '170324.915000', '170324.918000', '170324.920000', '170324.923000', '170324.925000', '170344.796000', '170344.799000', '170344.802000', '170344.808000', '170344.810000', '170344.813000', '170344.816000', '170344.818000', '170344.821000', '170344.823000', '170344.826000', '170344.829000', '170344.831000', '170344.834000', '170344.836000', '170344.839000', '170344.842000', '170344.844000', '170344.847000', '170344.849000', '170344.852000', '170344.854000', '170344.857000', '170344.860000', '170344.863000', '170344.865000', '170344.868000', '170344.870000', '170344.873000', '170344.875000', '170344.878000', '170344.881000', '170344.883000', '170344.886000', '170344.888000', '170344.891000', '170344.894000', '170344.896000', '170344.899000', '170344.901000', '170344.904000', '170344.907000', '170344.909000', '170404.796000', '170404.799000', '170404.802000', '170404.805000', '170404.807000', '170404.810000', '170404.812000', '170404.815000', '170404.818000', '170404.820000', '170404.823000', '170404.825000', '170404.828000', '170404.831000', '170404.833000', '170404.836000', '170404.838000', '170404.841000', '170404.843000', '170404.846000', '170404.849000', '170404.851000', '170404.854000', '170404.857000', '170404.859000', '170404.862000', '170404.864000', '170404.867000', '170404.869000', '170404.872000', '170404.875000', '170404.877000', '170404.880000', '170404.882000', '170404.885000', '170404.888000', '170404.890000', '170404.893000', '170404.895000', '170404.898000', '170404.901000', '170404.903000', '170404.906000', '170404.908000', '170424.796000', '170424.799000', '170424.802000', '170424.805000', '170424.807000', '170424.810000', '170424.812000', '170424.815000', '170424.818000', '170424.820000', '170424.823000', '170424.825000', '170424.828000', '170424.831000', '170424.833000', '170424.836000', '170424.838000', '170424.841000', '170424.844000', '170424.846000', '170424.849000', '170424.851000', '170424.854000', '170424.857000', '170424.859000', '170424.862000', '170424.864000', '170424.867000', '170424.870000', '170424.873000', '170424.876000', '170424.879000', '170424.882000', '170424.884000', '170424.887000', '170424.889000', '170424.892000', '170424.895000', '170424.897000', '170424.900000', '170424.902000', '170424.905000', '170424.908000', '170444.797000', '170444.800000', '170444.802000', '170444.805000', '170444.807000', '170444.810000', '170444.813000', '170444.815000', '170444.818000', '170444.821000', '170444.823000', '170444.826000', '170444.829000', '170444.831000', '170444.834000', '170444.836000', '170444.839000', '170444.841000', '170444.844000', '170444.847000', '170444.849000', '170444.852000', '170444.855000', '170444.857000', '170444.860000', '170444.862000', '170444.865000', '170444.868000', '170444.870000', '170444.873000', '170444.876000', '170444.878000', '170444.881000', '170444.883000', '170444.886000', '170444.889000', '170444.891000', '170444.894000', '170444.896000', '170444.899000', '170444.902000', '170444.904000', '170444.907000', '170444.909000', '170504.797000', '170504.800000', '170504.802000', '170504.805000', '170504.807000', '170504.810000', '170504.813000', '170504.815000', '170504.818000', '170504.821000', '170504.823000', '170504.826000', '170504.829000', '170504.831000', '170504.834000', '170504.836000', '170504.839000', '170504.842000', '170504.844000', '170504.847000', '170504.849000', '170504.852000', '170504.854000', '170504.857000', '170504.860000', '170504.862000', '170504.865000', '170504.867000', '170504.870000', '170504.873000', '170504.875000', '170504.878000', '170504.880000', '170504.883000', '170504.886000', '170504.888000', '170504.891000', '170504.894000', '170504.896000', '170504.899000', '170504.901000', '170504.904000', '170504.906000', '170524.795000', '170524.798000', '170524.801000', '170524.804000', '170524.806000', '170524.809000', '170524.812000', '170524.814000', '170524.817000', '170524.820000', '170524.822000', '170524.825000', '170524.827000', '170524.830000', '170524.833000', '170524.835000', '170524.838000', '170524.840000', '170524.843000', '170524.846000', '170524.848000', '170524.851000', '170524.854000', '170524.856000', '170524.859000', '170524.861000', '170524.864000', '170524.867000', '170524.869000', '170524.872000', '170524.874000', '170524.877000', '170524.880000', '170524.882000', '170524.885000', '170524.888000', '170524.890000', '170524.893000', '170524.895000', '170524.898000', '170524.900000', '170524.903000', '170524.906000', '170524.908000', '170544.797000', '170544.799000', '170544.802000', '170544.805000', '170544.807000', '170544.810000', '170544.813000', '170544.815000', '170544.818000', '170544.820000', '170544.823000', '170544.826000', '170544.828000', '170544.831000', '170544.833000', '170544.836000', '170544.839000', '170544.841000', '170544.844000', '170544.846000', '170544.849000', '170544.852000', '170544.854000', '170544.857000', '170544.859000', '170544.862000', '170544.864000', '170544.867000', '170544.870000', '170544.872000', '170544.875000', '170544.877000', '170544.880000', '170544.883000', '170544.885000', '170544.888000', '170544.890000', '170544.893000', '170544.896000', '170544.898000', '170544.901000', '170544.903000', '170544.906000', '170604.798000', '170604.802000', '170604.804000', '170604.807000', '170604.810000', '170604.813000', '170604.815000', '170604.818000', '170604.820000', '170604.823000', '170604.826000', '170604.828000', '170604.831000', '170604.833000', '170604.836000', '170604.838000', '170604.841000', '170604.844000', '170604.846000', '170604.849000', '170604.852000', '170604.854000', '170604.857000', '170604.859000', '170604.862000', '170604.865000', '170604.867000', '170604.870000', '170604.872000', '170604.875000', '170604.878000', '170604.880000', '170604.883000', '170604.886000', '170604.888000', '170604.891000', '170604.893000', '170604.896000', '170604.898000', '170604.901000', '170604.904000', '170604.906000', '170604.909000', '170604.911000', '170624.797000', '170624.799000', '170624.802000', '170624.805000', '170624.807000', '170624.810000', '170624.813000', '170624.815000', '170624.818000', '170624.821000', '170624.823000', '170624.826000', '170624.828000', '170624.831000', '170624.834000', '170624.836000', '170624.839000', '170624.842000', '170624.844000', '170624.847000', '170624.849000', '170624.852000', '170624.855000', '170624.857000', '170624.860000', '170624.863000', '170624.865000', '170624.868000', '170624.870000', '170624.873000', '170624.876000', '170624.878000', '170624.881000', '170624.883000', '170624.886000', '170624.889000', '170624.891000', '170624.894000', '170624.896000', '170624.899000', '170624.902000', '170624.904000', '170624.907000', '170644.797000', '170644.799000', '170644.802000', '170644.805000', '170644.807000', '170644.810000', '170644.813000', '170644.815000', '170644.818000', '170644.820000', '170644.823000', '170644.826000', '170644.828000', '170644.831000', '170644.833000', '170644.836000', '170644.838000', '170644.841000', '170644.844000', '170644.846000', '170644.849000', '170644.851000', '170644.854000', '170644.857000', '170644.859000', '170644.862000', '170644.865000', '170644.867000', '170644.870000', '170644.872000', '170644.875000', '170644.878000', '170644.880000', '170644.883000', '170644.885000', '170644.888000', '170644.891000', '170644.893000', '170644.896000', '170644.898000', '170644.901000', '170644.904000', '170644.906000', '170644.909000', '170704.797000', '170704.799000', '170704.802000', '170704.805000', '170704.807000', '170704.810000', '170704.812000', '170704.815000', '170704.818000', '170704.820000', '170704.823000', '170704.825000', '170704.828000', '170704.831000', '170704.833000', '170704.836000', '170704.838000', '170704.841000', '170704.844000', '170704.846000', '170704.849000', '170704.851000', '170704.854000', '170704.856000', '170704.859000', '170704.862000', '170704.864000', '170704.867000', '170704.870000', '170704.872000', '170704.875000', '170704.877000', '170704.880000', '170704.883000', '170704.885000', '170704.888000', '170704.890000', '170704.893000', '170704.896000', '170704.898000', '170704.901000', '170704.904000', '170704.906000', '170705.448000', '170705.451000'], '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': [13550, 10412, 8615, 10474, 8898, 10682, 9945, 10351, 12851, 10485, 11707, 10156, 11671, 9941, 7644, 10808, 9186, 7565, 9927, 7644, 10030, 8346, 9963, 9944, 10189, 10188, 10472, 9778, 11597, 9824, 11264, 10101, 11365, 10037, 10993, 10293, 11001, 9977, 12605, 10376, 12130, 10509, 12963, 10411, 11805, 10662, 11460, 11062, 12749, 10811, 8842, 10797, 9685, 10865, 9662, 10863, 9740, 10810, 9262, 10752, 9085, 10676, 9241, 11135, 9924, 10817, 9693, 11090, 10304, 10866, 10050, 12186, 10371, 10025, 10307, 8458, 10497, 9998, 10815, 9828, 10841, 9682, 10996, 10057, 11304, 10600, 10117, 10083, 9054, 10733, 9481, 11026, 9668, 10849, 9620, 11092, 10014, 11292, 10043, 8764, 10306, 9559, 10618, 9678, 11350, 10011, 11239, 10205, 11330, 10138, 8569, 10141, 8780, 10901, 9558, 10946, 9456, 11046, 9182, 11265, 10566, 11159, 9370, 7739, 10268, 8317, 10557, 9157, 10813, 9255, 11296, 10152, 11252, 9900, 7946, 10626, 9169, 8481, 9624, 11738, 9305, 12205, 9313, 11564, 9569, 12372, 9840, 8475, 10266, 8725, 10664, 9569, 11053, 9148, 11076, 9707, 13024, 10025, 8387, 10254, 9868, 11191, 9530, 11160, 9820, 11438, 9860, 11778, 9960, 8140, 10786, 9815, 8578, 9901, 8666, 10686, 9597, 10801, 10719, 11765, 9768, 8223, 10668, 8952, 11305, 10252, 11349, 10711, 11713, 9878, 7947, 10615, 9524, 11270, 9296, 11493, 9660, 12713, 10250, 8241, 11013, 9848, 8368, 10776, 10197, 8112, 10433, 8796, 8956, 11087, 9301, 9998, 10705, 9856, 11381, 10206, 12730, 10554, 10782, 11015, 12357, 10384, 10961, 10772, 9457, 11323, 10185, 9017, 10445, 9570, 7747, 10655, 9658, 9162, 10384, 9424, 11006, 9800, 11642, 10526, 11997, 11197, 10601, 11768, 11169, 9558, 11706, 10044, 12296, 10864, 12315, 10900, 12087, 10794, 12047, 11135, 8857, 11573, 10666, 10246, 10522, 8802, 11154, 10194, 10801, 9077, 11117, 10347, 12409, 10579, 7891, 11413, 10310, 11401, 9084, 11852, 11617, 11949, 10165, 8136, 11028, 10073, 9622, 10744, 8688, 11441, 10246, 11644, 10273, 10608, 10974, 9638, 13180, 10493, 9517, 11314, 9834, 11751, 9640, 11651, 10235, 8621, 11346, 9560, 8586, 10896, 10565, 11944, 10102, 13507, 10609, 9536, 12141, 10502, 9071, 11225, 9916, 11670, 10481, 12973, 10864, 10717, 11052, 11642, 10408, 10694, 10178, 9887, 10288, 8903, 10829, 10683, 12822, 10397, 9049, 11170, 9814, 11756, 10010, 11748, 10659, 11314, 10434, 9050, 10797, 8953, 11793, 10299, 11478, 10345, 12191, 10398, 12390, 11155, 9234, 11752, 10075, 8263, 11464, 10168, 11840, 11128, 11949, 11310, 11730, 10919, 11723, 11853, 11939, 10648, 7975, 11067, 10563, 12521, 10572, 9373, 10973, 9908, 11090, 9430, 11433, 11699, 10757, 10991, 9039, 10847, 9780, 12952, 10819, 10167, 11631, 9760, 12596, 10696, 8885, 11361, 9547, 11575, 9673, 11637, 9744, 12061, 11359, 12363, 10736, 12493, 10732, 11549, 11164, 9562, 11598, 10390, 12151, 11793, 10531, 8823, 10123, 8776, 11682, 9779, 8894, 10517, 10148, 9629, 11810, 11003, 11492, 12397, 10862, 13275, 12119, 14425, 12303, 10543, 13299, 11795, 13760, 12111, 11026, 12642, 12438, 11833, 11597, 10072, 12207, 11933, 9708, 12123, 11451, 8602, 12047, 11475, 8431, 11834, 12677, 12188, 11923, 12358, 10515, 11752, 9730, 12257, 11696, 9300, 12188, 11446, 9383, 12156, 11286, 10989, 12002, 10813, 12857, 11323, 9497, 12183, 11166, 9815, 11949, 9927, 12502, 11479, 10203, 11778, 12054, 10665, 11564, 11701, 9980, 11779, 12238, 13574, 11629, 9952, 12935, 11793, 9764, 12075, 11087, 12168, 10780, 11852, 12377, 13444, 11786, 9738, 11895, 10889, 12982, 11491, 10961, 11642, 10243, 11986, 10903, 8338, 11776, 10727, 8944, 11529, 11439, 12525, 11837, 9908, 13539, 11254, 9529, 11846, 11047, 11521, 11518, 10017, 12012, 11836, 9652, 11442, 11345, 12390, 11112, 14625, 11482, 11717, 11692, 10336, 11977, 11041, 8592, 11681, 10822, 13040, 11324, 14353, 11725, 8928, 12035, 11718, 9105, 11852, 11494, 11341, 11612, 9575, 11626, 12165, 13975, 11537, 9916, 12900, 11500, 9710, 11602, 11576, 11813, 11309, 11741, 11640, 9956, 11748, 11709, 11986, 11370, 8844, 11777, 10808, 11992, 11450, 9391, 11504, 10969, 9385, 11852, 10344, 11720, 10826, 11793, 12095, 13637, 11678, 9451, 11710, 11238, 11855, 11610, 11084, 11888, 10758, 11874, 10968, 8815, 11871, 11762, 11786, 11691, 9934, 11887, 12011, 13224, 11556, 9296, 11954, 10312, 12344, 11120, 11531, 11343, 9335, 12019, 11632, 12254, 11685, 10791, 12041, 11058, 12865, 11761, 9412, 11827, 12333, 11855, 11985, 12018, 12141, 9174, 12013, 11605, 12834, 11651, 9480, 11973, 10749, 12021, 9707, 11985, 11884, 11363, 11251, 10502, 11841, 9131, 12017, 11927, 11073, 11786, 10855, 12381, 11467, 9174, 12095, 9416, 12007, 11051, 9150, 12385, 11559, 9423, 11857, 11281, 12784, 11687, 11804, 11358, 12133, 11174, 11813, 11343, 11596, 11483, 9262, 12023, 10569, 12180, 11166, 12996, 11831, 9906, 11854, 8994, 12057, 11284, 12120, 11457, 13473, 12099, 8862, 12316, 9427, 12127, 10657, 12322, 11347, 12194, 11690, 13029, 12054, 8509, 12260, 9111, 12230, 10827, 12550, 11902, 11962, 11555, 11647, 11630, 13482, 11950, 10691, 12199, 9087, 12345, 11592, 12328, 11493, 11434, 11552, 8282, 12371, 8789, 12528, 10152, 12759, 11578, 12557, 11558, 12280, 11351, 10766, 11820, 9231, 12218, 11111, 12541, 11464, 12186, 11344, 11644, 11594, 13328, 12233, 9018, 12489, 10750, 12655, 12335, 12286, 12390, 12170, 11833, 12360, 11688, 13031, 11872, 9134, 12336, 8820, 12285, 8945, 12448, 10556, 12762, 12325, 12426, 11352, 12900, 11850, 13323, 12042, 13684, 12227, 9940, 12336, 9693, 12503, 10828, 12445, 11207, 12430, 10926, 12431, 11194, 12743, 12202, 9962, 12353, 9139, 12681, 10301, 12724, 10884, 12620, 11418, 12501, 13004, 11922, 11697, 10510, 12051, 8926, 12599, 9615, 12652, 11159, 12543, 12592, 12480, 11847, 13498, 12094, 9809, 12268, 8822, 12723, 10280, 12661, 11831, 12737, 12074, 13211, 12307, 9321, 12669, 9750, 12733, 11250, 12850, 12819, 12574, 12044, 9056, 12798, 9617, 12898, 11388, 11934, 11739, 11803, 11659, 12770, 12385, 10128, 12690, 11482, 11093, 12391, 9837, 12433, 9491, 12475, 10381, 12728, 10473, 12594, 13016, 13262, 12293, 12287, 7992, 12278, 9923, 11894, 10867, 12051, 10683, 12189, 10269, 12246, 9503, 12253, 11790, 12438, 13021, 10230, 12135, 12680, 12358, 12520, 11582, 12358, 13187, 12329, 12781, 12525, 12386, 10881, 12765, 12357, 10182, 12622, 12377, 11498, 12127, 9165, 12636, 10408, 12492, 10203, 12548, 11452, 12471, 12089, 9613, 10794, 11980, 9450, 10972, 11427, 9255, 12608, 11681, 12323, 12187, 12269, 11169, 12206, 11362, 12098, 12559, 12729, 11741, 10845, 11966, 11703, 8708, 12273, 9240, 12119, 9946, 12356, 11803, 10522, 11738, 11358, 10850, 11566, 9115, 12474, 12126, 12386, 11441, 12210, 11916, 12702, 11838, 10912, 12879, 11830, 8841, 12073, 9630, 12149, 10531, 11699, 10566, 11837, 9319, 12265, 11360, 12273, 11289, 7950, 12271, 10281, 12327, 11108, 10390, 11582, 9934, 12094, 10170, 12420, 11684, 9025, 12127, 12325, 12283, 11408, 11932, 11209, 11764, 11410, 9256, 12035, 11658, 10578, 11710, 10127, 11873, 11387, 11109, 12230, 11043, 12152, 11777, 9788, 12810, 11476, 9397, 12058, 11407, 12421, 11742, 10015, 12001, 11941, 10931, 12033, 10668, 11780, 11777, 11284, 12274, 11780, 11865, 11815, 10751, 12859, 11900, 9122, 12085, 10645, 12021, 11615, 8687, 11918, 11724, 12825, 11627, 10859, 11793, 13486, 12025, 9639, 11775, 11806, 9396, 11469, 11294, 9879, 12092, 11764, 9343, 12117, 13792, 11823, 11332, 11643, 11741, 11677, 13573, 11723, 9986, 11807, 10812, 7900, 12008, 9852, 12170, 10816, 9439, 12004, 11240, 11555, 11200, 13595, 11828, 11768, 11951, 11524, 11823, 9021, 12072, 10753, 12047, 11991, 11829, 12021, 11462, 12272, 11525, 12228, 11497, 11994, 11717, 12828, 12006, 12358, 12324, 10351, 12634, 11919, 11816, 11605, 9341, 12150, 9766, 12428, 10439, 12316, 11271, 12003, 12043, 11986, 11898, 13652, 12065, 13204, 11839, 8684, 12392, 11496, 12126, 11690, 12562, 11879, 12356, 12040, 9818, 12397, 10676, 12234, 11580, 12318, 11920, 12776, 11779, 10836, 12235, 10272, 12208, 10930, 11834, 11473, 12985, 12147, 8652, 12245, 10925, 12121, 12098, 12859, 11997, 9300, 12388, 10422, 12153, 10020, 12261, 11725, 12257, 11321, 11653, 11435, 10042, 12044, 8940, 12120, 10506, 12281, 12085, 12056, 11529, 8658, 12315, 10261, 12527, 11629, 12914, 12101, 9242, 12592, 10340, 12345, 11528, 12410, 12079, 14089, 12339, 9765, 11216, 11518, 9153, 12648, 12353, 12463, 9916, 12562, 10781, 12374, 12055, 12038, 12073, 13318, 12556, 10333, 12301, 9996, 12440, 12356, 12782, 12249, 9762, 12718, 11824, 9000, 12519, 11922, 12305, 11692, 12241, 12243, 12077, 12218, 13294, 12432, 8532, 12435, 11792, 12041, 11919, 13141, 12277, 9471, 12566, 11056, 12325, 11427, 12168, 11836, 11974, 11828, 11153, 12034, 13666, 11987, 11405, 12303, 9354, 12388, 10266, 12190, 11507, 10753, 12239, 8493, 12220, 11031, 12195, 12179, 12252, 12343, 8324, 12233, 12016, 12031, 11739, 12007, 12204, 11954, 11757, 10877, 12071, 9752, 12771, 11161, 12333, 12276, 9438, 12531, 11773, 9417, 12243, 11201, 8946, 12070, 10556, 12120, 9848, 12029, 9597, 12173, 10406, 12336, 10931, 11770, 12732, 11887, 12288, 9280, 12217, 10370, 11941, 11678, 11387, 12530, 12551, 12426, 10962, 12225, 12120, 10544, 12845], 'WindowCenter': [4768.0, 4733.0, 4699.0, 4705.0, 4694.0, 4695.0, 4694.0, 4692.0, 4711.0, 4676.0, 4690.0, 4678.0, 4687.0, 4679.0, 4658.0, 4688.0, 4694.0, 4686.0, 4704.0, 4690.0, 4720.0, 4699.0, 4719.0, 4720.0, 4708.0, 4707.0, 4706.0, 4695.0, 4705.0, 4682.0, 4691.0, 4681.0, 4690.0, 4667.0, 4690.0, 4677.0, 4677.0, 4678.0, 4697.0, 4680.0, 4687.0, 4677.0, 4697.0, 4679.0, 4687.0, 4678.0, 4687.0, 4677.0, 4684.0, 4677.0, 4656.0, 4689.0, 4680.0, 4690.0, 4681.0, 4690.0, 4666.0, 4689.0, 4680.0, 4692.0, 4681.0, 4692.0, 4679.0, 4690.0, 4679.0, 4688.0, 4679.0, 4700.0, 4692.0, 4692.0, 4691.0, 4711.0, 4692.0, 4680.0, 4694.0, 4671.0, 4691.0, 4690.0, 4701.0, 4692.0, 4692.0, 4679.0, 4664.0, 4695.0, 4699.0, 4692.0, 4680.0, 4680.0, 4680.0, 4691.0, 4681.0, 4689.0, 4683.0, 4690.0, 4682.0, 4701.0, 4692.0, 4689.0, 4681.0, 4670.0, 4679.0, 4679.0, 4691.0, 4692.0, 4702.0, 4692.0, 4700.0, 4693.0, 4701.0, 4692.0, 4670.0, 4691.0, 4680.0, 4701.0, 4690.0, 4703.0, 4681.0, 4699.0, 4678.0, 4704.0, 4693.0, 4701.0, 4682.0, 4672.0, 4693.0, 4681.0, 4703.0, 4683.0, 4704.0, 4683.0, 4703.0, 4693.0, 4702.0, 4692.0, 4662.0, 4692.0, 4682.0, 4682.0, 4706.0, 4713.0, 4680.0, 4713.0, 4697.0, 4715.0, 4706.0, 4724.0, 4706.0, 4675.0, 4694.0, 4684.0, 4693.0, 4694.0, 4702.0, 4679.0, 4703.0, 4680.0, 4699.0, 4680.0, 4659.0, 4679.0, 4680.0, 4691.0, 4681.0, 4691.0, 4693.0, 4700.0, 4679.0, 4699.0, 4680.0, 4660.0, 4690.0, 4691.0, 4682.0, 4691.0, 4683.0, 4702.0, 4681.0, 4691.0, 4693.0, 4699.0, 4691.0, 4684.0, 4705.0, 4695.0, 4716.0, 4703.0, 4703.0, 4692.0, 4701.0, 4693.0, 4662.0, 4691.0, 4694.0, 4702.0, 4683.0, 4702.0, 4684.0, 4713.0, 4691.0, 4674.0, 4692.0, 4692.0, 4675.0, 4705.0, 4716.0, 4687.0, 4725.0, 4711.0, 4721.0, 4745.0, 4723.0, 4721.0, 4722.0, 4711.0, 4718.0, 4695.0, 4714.0, 4694.0, 4691.0, 4696.0, 4699.0, 4680.0, 4679.0, 4680.0, 4668.0, 4689.0, 4678.0, 4670.0, 4679.0, 4681.0, 4664.0, 4692.0, 4694.0, 4697.0, 4710.0, 4695.0, 4706.0, 4693.0, 4692.0, 4681.0, 4690.0, 4677.0, 4666.0, 4674.0, 4665.0, 4655.0, 4675.0, 4665.0, 4675.0, 4666.0, 4673.0, 4664.0, 4672.0, 4664.0, 4672.0, 4661.0, 4643.0, 4672.0, 4664.0, 4664.0, 4677.0, 4656.0, 4689.0, 4667.0, 4690.0, 4670.0, 4690.0, 4676.0, 4700.0, 4680.0, 4673.0, 4704.0, 4693.0, 4704.0, 4686.0, 4705.0, 4704.0, 4701.0, 4693.0, 4674.0, 4703.0, 4696.0, 4695.0, 4707.0, 4687.0, 4715.0, 4705.0, 4716.0, 4696.0, 4694.0, 4695.0, 4684.0, 4712.0, 4694.0, 4684.0, 4706.0, 4694.0, 4702.0, 4684.0, 4702.0, 4693.0, 4674.0, 4703.0, 4695.0, 4684.0, 4705.0, 4706.0, 4714.0, 4706.0, 4712.0, 4696.0, 4683.0, 4701.0, 4694.0, 4686.0, 4701.0, 4698.0, 4705.0, 4705.0, 4714.0, 4704.0, 4691.0, 4703.0, 4702.0, 4694.0, 4694.0, 4704.0, 4694.0, 4704.0, 4700.0, 4721.0, 4707.0, 4723.0, 4704.0, 4698.0, 4716.0, 4708.0, 4714.0, 4695.0, 4714.0, 4705.0, 4703.0, 4692.0, 4672.0, 4691.0, 4684.0, 4703.0, 4693.0, 4701.0, 4692.0, 4704.0, 4696.0, 4702.0, 4690.0, 4671.0, 4700.0, 4684.0, 4673.0, 4702.0, 4692.0, 4705.0, 4692.0, 4703.0, 4691.0, 4690.0, 4693.0, 4701.0, 4700.0, 4690.0, 4679.0, 4659.0, 4690.0, 4691.0, 4701.0, 4693.0, 4683.0, 4705.0, 4683.0, 4704.0, 4682.0, 4692.0, 4702.0, 4688.0, 4693.0, 4683.0, 4702.0, 4707.0, 4726.0, 4706.0, 4695.0, 4706.0, 4693.0, 4714.0, 4706.0, 4687.0, 4719.0, 4684.0, 4705.0, 4685.0, 4704.0, 4670.0, 4701.0, 4690.0, 4701.0, 4692.0, 4700.0, 4691.0, 4687.0, 4693.0, 4679.0, 4703.0, 4695.0, 4715.0, 4704.0, 4695.0, 4685.0, 4706.0, 4697.0, 4729.0, 4721.0, 4710.0, 4733.0, 4720.0, 4712.0, 4730.0, 4721.0, 4717.0, 4719.0, 4692.0, 4704.0, 4678.0, 4687.0, 4677.0, 4666.0, 4684.0, 4674.0, 4683.0, 4672.0, 4662.0, 4672.0, 4672.0, 4672.0, 4672.0, 4665.0, 4685.0, 4687.0, 4679.0, 4699.0, 4691.0, 4660.0, 4698.0, 4688.0, 4670.0, 4701.0, 4711.0, 4699.0, 4700.0, 4701.0, 4692.0, 4701.0, 4682.0, 4702.0, 4701.0, 4669.0, 4700.0, 4702.0, 4680.0, 4702.0, 4703.0, 4689.0, 4702.0, 4692.0, 4702.0, 4690.0, 4668.0, 4688.0, 4691.0, 4678.0, 4700.0, 4680.0, 4699.0, 4691.0, 4680.0, 4690.0, 4690.0, 4680.0, 4687.0, 4689.0, 4680.0, 4702.0, 4713.0, 4710.0, 4701.0, 4681.0, 4712.0, 4703.0, 4678.0, 4701.0, 4689.0, 4690.0, 4679.0, 4687.0, 4686.0, 4696.0, 4686.0, 4668.0, 4699.0, 4689.0, 4696.0, 4689.0, 4686.0, 4689.0, 4682.0, 4703.0, 4691.0, 4673.0, 4704.0, 4703.0, 4685.0, 4715.0, 4716.0, 4713.0, 4714.0, 4696.0, 4724.0, 4707.0, 4697.0, 4713.0, 4705.0, 4702.0, 4703.0, 4683.0, 4704.0, 4692.0, 4670.0, 4690.0, 4699.0, 4710.0, 4703.0, 4709.0, 4690.0, 4689.0, 4688.0, 4676.0, 4688.0, 4688.0, 4671.0, 4700.0, 4704.0, 4713.0, 4705.0, 4713.0, 4701.0, 4667.0, 4698.0, 4704.0, 4672.0, 4700.0, 4701.0, 4699.0, 4703.0, 4695.0, 4705.0, 4704.0, 4711.0, 4703.0, 4683.0, 4711.0, 4703.0, 4692.0, 4703.0, 4704.0, 4702.0, 4703.0, 4692.0, 4690.0, 4670.0, 4691.0, 4700.0, 4701.0, 4701.0, 4683.0, 4712.0, 4704.0, 4715.0, 4707.0, 4682.0, 4702.0, 4704.0, 4684.0, 4715.0, 4695.0, 4704.0, 4703.0, 4702.0, 4701.0, 4709.0, 4690.0, 4682.0, 4701.0, 4704.0, 4701.0, 4702.0, 4690.0, 4703.0, 4691.0, 4700.0, 4691.0, 4683.0, 4715.0, 4715.0, 4703.0, 4702.0, 4682.0, 4703.0, 4702.0, 4711.0, 4705.0, 4681.0, 4704.0, 4679.0, 4701.0, 4691.0, 4688.0, 4689.0, 4670.0, 4700.0, 4702.0, 4704.0, 4701.0, 4689.0, 4699.0, 4690.0, 4699.0, 4698.0, 4679.0, 4701.0, 4710.0, 4702.0, 4700.0, 4689.0, 4687.0, 4654.0, 4687.0, 4687.0, 4699.0, 4699.0, 4679.0, 4701.0, 4677.0, 4688.0, 4666.0, 4688.0, 4688.0, 4689.0, 4690.0, 4679.0, 4700.0, 4681.0, 4702.0, 4702.0, 4691.0, 4702.0, 4706.0, 4712.0, 4726.0, 4709.0, 4740.0, 4708.0, 4727.0, 4718.0, 4698.0, 4725.0, 4716.0, 4695.0, 4715.0, 4704.0, 4712.0, 4714.0, 4705.0, 4704.0, 4701.0, 4693.0, 4703.0, 4703.0, 4704.0, 4701.0, 4674.0, 4702.0, 4689.0, 4698.0, 4690.0, 4711.0, 4703.0, 4681.0, 4703.0, 4683.0, 4703.0, 4691.0, 4702.0, 4700.0, 4709.0, 4701.0, 4669.0, 4702.0, 4671.0, 4700.0, 4690.0, 4701.0, 4691.0, 4702.0, 4691.0, 4699.0, 4700.0, 4658.0, 4700.0, 4670.0, 4701.0, 4691.0, 4701.0, 4703.0, 4701.0, 4702.0, 4690.0, 4700.0, 4707.0, 4701.0, 4679.0, 4699.0, 4673.0, 4702.0, 4690.0, 4697.0, 4689.0, 4688.0, 4701.0, 4672.0, 4712.0, 4683.0, 4715.0, 4694.0, 4714.0, 4717.0, 4726.0, 4715.0, 4715.0, 4705.0, 4693.0, 4702.0, 4682.0, 4713.0, 4703.0, 4715.0, 4704.0, 4702.0, 4705.0, 4705.0, 4704.0, 4712.0, 4706.0, 4672.0, 4703.0, 4691.0, 4711.0, 4701.0, 4702.0, 4701.0, 4702.0, 4705.0, 4703.0, 4702.0, 4707.0, 4700.0, 4671.0, 4713.0, 4672.0, 4713.0, 4683.0, 4714.0, 4693.0, 4714.0, 4714.0, 4712.0, 4707.0, 4712.0, 4704.0, 4711.0, 4704.0, 4712.0, 4704.0, 4682.0, 4703.0, 4683.0, 4713.0, 4705.0, 4714.0, 4704.0, 4714.0, 4705.0, 4714.0, 4717.0, 4715.0, 4715.0, 4695.0, 4715.0, 4684.0, 4712.0, 4691.0, 4701.0, 4692.0, 4701.0, 4701.0, 4702.0, 4713.0, 4689.0, 4701.0, 4681.0, 4702.0, 4670.0, 4703.0, 4680.0, 4711.0, 4702.0, 4702.0, 4700.0, 4701.0, 4700.0, 4698.0, 4698.0, 4678.0, 4701.0, 4669.0, 4700.0, 4680.0, 4699.0, 4691.0, 4698.0, 4700.0, 4698.0, 4697.0, 4670.0, 4698.0, 4668.0, 4698.0, 4689.0, 4701.0, 4701.0, 4700.0, 4699.0, 4667.0, 4698.0, 4680.0, 4700.0, 4701.0, 4701.0, 4713.0, 4704.0, 4703.0, 4709.0, 4702.0, 4682.0, 4711.0, 4705.0, 4692.0, 4714.0, 4681.0, 4702.0, 4681.0, 4702.0, 4693.0, 4710.0, 4681.0, 4699.0, 4702.0, 4700.0, 4690.0, 4699.0, 4659.0, 4702.0, 4681.0, 4703.0, 4691.0, 4714.0, 4691.0, 4714.0, 4693.0, 4712.0, 4681.0, 4701.0, 4687.0, 4688.0, 4685.0, 4653.0, 4674.0, 4675.0, 4673.0, 4673.0, 4662.0, 4672.0, 4672.0, 4671.0, 4670.0, 4660.0, 4671.0, 4651.0, 4670.0, 4671.0, 4659.0, 4684.0, 4688.0, 4677.0, 4688.0, 4658.0, 4687.0, 4664.0, 4686.0, 4664.0, 4686.0, 4687.0, 4685.0, 4686.0, 4666.0, 4684.0, 4715.0, 4696.0, 4703.0, 4714.0, 4695.0, 4715.0, 4716.0, 4713.0, 4703.0, 4703.0, 4689.0, 4690.0, 4688.0, 4690.0, 4687.0, 4686.0, 4687.0, 4689.0, 4698.0, 4700.0, 4673.0, 4712.0, 4684.0, 4703.0, 4691.0, 4714.0, 4703.0, 4690.0, 4703.0, 4703.0, 4703.0, 4704.0, 4685.0, 4717.0, 4715.0, 4715.0, 4702.0, 4702.0, 4703.0, 4700.0, 4690.0, 4690.0, 4700.0, 4700.0, 4669.0, 4713.0, 4679.0, 4702.0, 4680.0, 4701.0, 4688.0, 4701.0, 4668.0, 4699.0, 4689.0, 4700.0, 4701.0, 4673.0, 4713.0, 4705.0, 4713.0, 4716.0, 4705.0, 4718.0, 4705.0, 4716.0, 4695.0, 4714.0, 4705.0, 4684.0, 4714.0, 4714.0, 4702.0, 4702.0, 4703.0, 4703.0, 4701.0, 4703.0, 4681.0, 4712.0, 4704.0, 4705.0, 4714.0, 4705.0, 4714.0, 4718.0, 4704.0, 4715.0, 4703.0, 4714.0, 4704.0, 4695.0, 4712.0, 4713.0, 4686.0, 4716.0, 4704.0, 4714.0, 4704.0, 4683.0, 4701.0, 4702.0, 4692.0, 4702.0, 4691.0, 4689.0, 4691.0, 4690.0, 4689.0, 4700.0, 4700.0, 4700.0, 4703.0, 4714.0, 4702.0, 4681.0, 4702.0, 4691.0, 4700.0, 4691.0, 4669.0, 4699.0, 4703.0, 4711.0, 4704.0, 4691.0, 4704.0, 4708.0, 4701.0, 4681.0, 4703.0, 4725.0, 4684.0, 4713.0, 4703.0, 4695.0, 4712.0, 4728.0, 4694.0, 4716.0, 4724.0, 4703.0, 4692.0, 4691.0, 4688.0, 4678.0, 4697.0, 4675.0, 4667.0, 4697.0, 4691.0, 4686.0, 4728.0, 4709.0, 4726.0, 4719.0, 4696.0, 4728.0, 4718.0, 4718.0, 4718.0, 4727.0, 4714.0, 4705.0, 4703.0, 4692.0, 4690.0, 4669.0, 4701.0, 4691.0, 4702.0, 4703.0, 4688.0, 4700.0, 4692.0, 4702.0, 4689.0, 4686.0, 4677.0, 4688.0, 4688.0, 4699.0, 4702.0, 4688.0, 4689.0, 4667.0, 4687.0, 4686.0, 4687.0, 4687.0, 4668.0, 4697.0, 4677.0, 4701.0, 4679.0, 4687.0, 4678.0, 4686.0, 4688.0, 4687.0, 4701.0, 4711.0, 4703.0, 4697.0, 4688.0, 4657.0, 4694.0, 4688.0, 4689.0, 4699.0, 4699.0, 4701.0, 4700.0, 4704.0, 4681.0, 4699.0, 4678.0, 4687.0, 4701.0, 4699.0, 4700.0, 4697.0, 4690.0, 4689.0, 4702.0, 4679.0, 4689.0, 4677.0, 4687.0, 4689.0, 4700.0, 4700.0, 4659.0, 4699.0, 4691.0, 4702.0, 4701.0, 4709.0, 4701.0, 4679.0, 4699.0, 4691.0, 4712.0, 4681.0, 4701.0, 4700.0, 4700.0, 4703.0, 4702.0, 4703.0, 4681.0, 4712.0, 4683.0, 4714.0, 4691.0, 4702.0, 4701.0, 4698.0, 4701.0, 4671.0, 4712.0, 4702.0, 4713.0, 4705.0, 4713.0, 4711.0, 4684.0, 4715.0, 4692.0, 4701.0, 4702.0, 4702.0, 4713.0, 4709.0, 4700.0, 4678.0, 4699.0, 4703.0, 4683.0, 4728.0, 4710.0, 4713.0, 4680.0, 4702.0, 4690.0, 4712.0, 4700.0, 4701.0, 4699.0, 4707.0, 4699.0, 4680.0, 4698.0, 4680.0, 4697.0, 4698.0, 4699.0, 4712.0, 4692.0, 4711.0, 4701.0, 4672.0, 4711.0, 4713.0, 4713.0, 4703.0, 4702.0, 4701.0, 4701.0, 4701.0, 4700.0, 4688.0, 4658.0, 4698.0, 4687.0, 4697.0, 4700.0, 4698.0, 4699.0, 4667.0, 4697.0, 4690.0, 4713.0, 4703.0, 4701.0, 4702.0, 4702.0, 4690.0, 4688.0, 4701.0, 4708.0, 4688.0, 4688.0, 4698.0, 4668.0, 4701.0, 4680.0, 4698.0, 4699.0, 4690.0, 4713.0, 4672.0, 4701.0, 4693.0, 4713.0, 4703.0, 4702.0, 4715.0, 4672.0, 4702.0, 4705.0, 4703.0, 4701.0, 4702.0, 4701.0, 4689.0, 4700.0, 4689.0, 4698.0, 4682.0, 4712.0, 4705.0, 4716.0, 4715.0, 4693.0, 4714.0, 4717.0, 4684.0, 4713.0, 4703.0, 4685.0, 4717.0, 4694.0, 4703.0, 4679.0, 4702.0, 4683.0, 4703.0, 4679.0, 4703.0, 4677.0, 4686.0, 4687.0, 4688.0, 4687.0, 4656.0, 4687.0, 4667.0, 4676.0, 4675.0, 4675.0, 4685.0, 4675.0, 4683.0, 4677.0, 4685.0, 4711.0, 4691.0, 4710.0], 'WindowWidth': [10407.0, 10349.0, 10292.0, 10294.0, 10281.0, 10279.0, 10279.0, 10275.0, 10299.0, 10238.0, 10266.0, 10245.0, 10256.0, 10249.0, 10220.0, 10259.0, 10278.0, 10275.0, 10296.0, 10285.0, 10327.0, 10295.0, 10325.0, 10324.0, 10305.0, 10300.0, 10295.0, 10279.0, 10292.0, 10255.0, 10267.0, 10253.0, 10264.0, 10227.0, 10263.0, 10242.0, 10242.0, 10245.0, 10270.0, 10251.0, 10256.0, 10241.0, 10270.0, 10247.0, 10255.0, 10246.0, 10256.0, 10241.0, 10248.0, 10242.0, 10212.0, 10262.0, 10252.0, 10265.0, 10255.0, 10262.0, 10224.0, 10265.0, 10251.0, 10272.0, 10256.0, 10269.0, 10250.0, 10264.0, 10248.0, 10260.0, 10251.0, 10280.0, 10271.0, 10272.0, 10270.0, 10297.0, 10272.0, 10253.0, 10275.0, 10240.0, 10269.0, 10266.0, 10282.0, 10271.0, 10271.0, 10247.0, 10214.0, 10280.0, 10279.0, 10269.0, 10248.0, 10251.0, 10252.0, 10268.0, 10255.0, 10261.0, 10259.0, 10268.0, 10258.0, 10282.0, 10271.0, 10263.0, 10253.0, 10236.0, 10250.0, 10250.0, 10270.0, 10274.0, 10287.0, 10274.0, 10282.0, 10275.0, 10281.0, 10270.0, 10238.0, 10270.0, 10254.0, 10284.0, 10269.0, 10288.0, 10257.0, 10281.0, 10247.0, 10290.0, 10274.0, 10282.0, 10260.0, 10245.0, 10276.0, 10259.0, 10289.0, 10260.0, 10290.0, 10262.0, 10289.0, 10273.0, 10285.0, 10272.0, 10230.0, 10270.0, 10258.0, 10260.0, 10298.0, 10302.0, 10252.0, 10304.0, 10286.0, 10310.0, 10299.0, 10317.0, 10297.0, 10251.0, 10277.0, 10264.0, 10271.0, 10276.0, 10286.0, 10250.0, 10287.0, 10253.0, 10276.0, 10251.0, 10219.0, 10248.0, 10252.0, 10267.0, 10256.0, 10269.0, 10273.0, 10278.0, 10248.0, 10274.0, 10253.0, 10225.0, 10266.0, 10269.0, 10258.0, 10272.0, 10260.0, 10287.0, 10256.0, 10269.0, 10272.0, 10277.0, 10269.0, 10266.0, 10296.0, 10283.0, 10309.0, 10289.0, 10287.0, 10271.0, 10280.0, 10273.0, 10231.0, 10269.0, 10277.0, 10286.0, 10261.0, 10283.0, 10260.0, 10299.0, 10268.0, 10247.0, 10269.0, 10271.0, 10250.0, 10294.0, 10314.0, 10275.0, 10328.0, 10315.0, 10332.0, 10366.0, 10335.0, 10331.0, 10330.0, 10309.0, 10314.0, 10279.0, 10301.0, 10276.0, 10266.0, 10278.0, 10272.0, 10250.0, 10243.0, 10248.0, 10231.0, 10260.0, 10242.0, 10234.0, 10247.0, 10253.0, 10235.0, 10273.0, 10278.0, 10283.0, 10306.0, 10280.0, 10298.0, 10274.0, 10269.0, 10250.0, 10260.0, 10238.0, 10220.0, 10229.0, 10219.0, 10205.0, 10234.0, 10221.0, 10232.0, 10219.0, 10227.0, 10214.0, 10224.0, 10214.0, 10224.0, 10209.0, 10185.0, 10224.0, 10217.0, 10217.0, 10240.0, 10210.0, 10260.0, 10226.0, 10260.0, 10236.0, 10261.0, 10239.0, 10273.0, 10249.0, 10244.0, 10289.0, 10275.0, 10289.0, 10266.0, 10288.0, 10287.0, 10280.0, 10272.0, 10247.0, 10287.0, 10282.0, 10279.0, 10298.0, 10270.0, 10308.0, 10296.0, 10310.0, 10283.0, 10274.0, 10278.0, 10261.0, 10298.0, 10275.0, 10261.0, 10293.0, 10273.0, 10285.0, 10261.0, 10282.0, 10272.0, 10247.0, 10287.0, 10279.0, 10264.0, 10295.0, 10295.0, 10305.0, 10295.0, 10298.0, 10280.0, 10260.0, 10282.0, 10275.0, 10266.0, 10284.0, 10285.0, 10289.0, 10293.0, 10300.0, 10288.0, 10266.0, 10285.0, 10284.0, 10273.0, 10275.0, 10291.0, 10277.0, 10293.0, 10295.0, 10325.0, 10300.0, 10317.0, 10292.0, 10287.0, 10309.0, 10301.0, 10305.0, 10280.0, 10304.0, 10291.0, 10284.0, 10271.0, 10241.0, 10268.0, 10261.0, 10286.0, 10274.0, 10281.0, 10270.0, 10287.0, 10278.0, 10279.0, 10264.0, 10239.0, 10278.0, 10258.0, 10243.0, 10284.0, 10270.0, 10289.0, 10267.0, 10282.0, 10264.0, 10263.0, 10270.0, 10279.0, 10277.0, 10262.0, 10244.0, 10218.0, 10263.0, 10266.0, 10280.0, 10272.0, 10257.0, 10291.0, 10258.0, 10288.0, 10254.0, 10268.0, 10280.0, 10259.0, 10270.0, 10261.0, 10285.0, 10302.0, 10324.0, 10297.0, 10278.0, 10293.0, 10273.0, 10305.0, 10295.0, 10271.0, 10316.0, 10262.0, 10291.0, 10263.0, 10286.0, 10235.0, 10278.0, 10262.0, 10277.0, 10268.0, 10275.0, 10266.0, 10256.0, 10269.0, 10249.0, 10286.0, 10278.0, 10306.0, 10286.0, 10277.0, 10266.0, 10297.0, 10287.0, 10335.0, 10328.0, 10312.0, 10349.0, 10327.0, 10314.0, 10337.0, 10325.0, 10314.0, 10318.0, 10270.0, 10281.0, 10238.0, 10248.0, 10233.0, 10220.0, 10243.0, 10229.0, 10238.0, 10223.0, 10209.0, 10223.0, 10225.0, 10225.0, 10223.0, 10218.0, 10246.0, 10255.0, 10246.0, 10273.0, 10262.0, 10222.0, 10269.0, 10257.0, 10238.0, 10281.0, 10293.0, 10274.0, 10276.0, 10279.0, 10268.0, 10280.0, 10257.0, 10282.0, 10279.0, 10232.0, 10277.0, 10281.0, 10250.0, 10281.0, 10283.0, 10261.0, 10281.0, 10267.0, 10279.0, 10258.0, 10227.0, 10255.0, 10263.0, 10244.0, 10275.0, 10247.0, 10274.0, 10263.0, 10246.0, 10260.0, 10259.0, 10246.0, 10254.0, 10259.0, 10249.0, 10283.0, 10298.0, 10291.0, 10280.0, 10251.0, 10293.0, 10283.0, 10246.0, 10277.0, 10259.0, 10263.0, 10245.0, 10253.0, 10248.0, 10261.0, 10249.0, 10229.0, 10271.0, 10262.0, 10267.0, 10261.0, 10254.0, 10259.0, 10253.0, 10283.0, 10266.0, 10243.0, 10286.0, 10287.0, 10265.0, 10306.0, 10306.0, 10300.0, 10303.0, 10279.0, 10316.0, 10295.0, 10282.0, 10301.0, 10292.0, 10283.0, 10286.0, 10256.0, 10284.0, 10264.0, 10234.0, 10261.0, 10275.0, 10292.0, 10286.0, 10287.0, 10262.0, 10256.0, 10255.0, 10238.0, 10255.0, 10257.0, 10240.0, 10278.0, 10287.0, 10298.0, 10290.0, 10297.0, 10278.0, 10229.0, 10273.0, 10286.0, 10243.0, 10278.0, 10281.0, 10277.0, 10286.0, 10277.0, 10290.0, 10286.0, 10292.0, 10282.0, 10257.0, 10295.0, 10286.0, 10271.0, 10286.0, 10287.0, 10283.0, 10284.0, 10266.0, 10260.0, 10233.0, 10261.0, 10275.0, 10280.0, 10280.0, 10258.0, 10296.0, 10291.0, 10304.0, 10293.0, 10256.0, 10282.0, 10288.0, 10262.0, 10303.0, 10279.0, 10288.0, 10285.0, 10281.0, 10276.0, 10286.0, 10261.0, 10252.0, 10281.0, 10290.0, 10280.0, 10283.0, 10264.0, 10284.0, 10265.0, 10277.0, 10268.0, 10257.0, 10302.0, 10305.0, 10286.0, 10281.0, 10253.0, 10282.0, 10283.0, 10293.0, 10289.0, 10254.0, 10287.0, 10247.0, 10277.0, 10262.0, 10256.0, 10258.0, 10233.0, 10276.0, 10280.0, 10286.0, 10278.0, 10257.0, 10273.0, 10259.0, 10272.0, 10271.0, 10249.0, 10280.0, 10289.0, 10281.0, 10277.0, 10259.0, 10252.0, 10205.0, 10250.0, 10253.0, 10272.0, 10274.0, 10245.0, 10279.0, 10240.0, 10255.0, 10223.0, 10256.0, 10258.0, 10257.0, 10260.0, 10245.0, 10274.0, 10252.0, 10279.0, 10279.0, 10264.0, 10281.0, 10292.0, 10299.0, 10325.0, 10305.0, 10353.0, 10303.0, 10326.0, 10314.0, 10285.0, 10321.0, 10308.0, 10278.0, 10304.0, 10289.0, 10298.0, 10304.0, 10291.0, 10285.0, 10279.0, 10268.0, 10281.0, 10285.0, 10287.0, 10280.0, 10242.0, 10279.0, 10259.0, 10271.0, 10263.0, 10291.0, 10283.0, 10252.0, 10286.0, 10258.0, 10284.0, 10265.0, 10280.0, 10278.0, 10287.0, 10278.0, 10232.0, 10280.0, 10237.0, 10277.0, 10262.0, 10281.0, 10264.0, 10278.0, 10264.0, 10273.0, 10275.0, 10217.0, 10275.0, 10236.0, 10277.0, 10264.0, 10278.0, 10282.0, 10279.0, 10282.0, 10263.0, 10277.0, 10282.0, 10278.0, 10244.0, 10273.0, 10241.0, 10280.0, 10262.0, 10266.0, 10259.0, 10257.0, 10278.0, 10240.0, 10296.0, 10260.0, 10305.0, 10274.0, 10302.0, 10308.0, 10320.0, 10306.0, 10304.0, 10290.0, 10270.0, 10282.0, 10254.0, 10297.0, 10284.0, 10302.0, 10289.0, 10284.0, 10289.0, 10291.0, 10289.0, 10295.0, 10291.0, 10240.0, 10283.0, 10264.0, 10291.0, 10278.0, 10280.0, 10278.0, 10282.0, 10288.0, 10281.0, 10280.0, 10283.0, 10277.0, 10237.0, 10297.0, 10239.0, 10298.0, 10259.0, 10302.0, 10272.0, 10300.0, 10301.0, 10296.0, 10294.0, 10295.0, 10287.0, 10294.0, 10287.0, 10295.0, 10286.0, 10254.0, 10283.0, 10255.0, 10296.0, 10288.0, 10300.0, 10288.0, 10301.0, 10291.0, 10303.0, 10310.0, 10304.0, 10303.0, 10275.0, 10301.0, 10258.0, 10296.0, 10266.0, 10279.0, 10267.0, 10279.0, 10278.0, 10280.0, 10294.0, 10260.0, 10277.0, 10250.0, 10278.0, 10234.0, 10283.0, 10249.0, 10292.0, 10283.0, 10281.0, 10276.0, 10279.0, 10276.0, 10270.0, 10270.0, 10241.0, 10276.0, 10230.0, 10273.0, 10246.0, 10272.0, 10261.0, 10268.0, 10273.0, 10268.0, 10267.0, 10232.0, 10269.0, 10229.0, 10271.0, 10261.0, 10276.0, 10276.0, 10273.0, 10273.0, 10228.0, 10270.0, 10247.0, 10274.0, 10279.0, 10280.0, 10299.0, 10289.0, 10284.0, 10288.0, 10280.0, 10252.0, 10293.0, 10289.0, 10267.0, 10299.0, 10252.0, 10281.0, 10251.0, 10281.0, 10269.0, 10291.0, 10249.0, 10272.0, 10278.0, 10273.0, 10258.0, 10272.0, 10220.0, 10282.0, 10253.0, 10286.0, 10266.0, 10300.0, 10267.0, 10302.0, 10271.0, 10297.0, 10251.0, 10278.0, 10251.0, 10252.0, 10244.0, 10197.0, 10226.0, 10229.0, 10223.0, 10226.0, 10209.0, 10222.0, 10221.0, 10218.0, 10216.0, 10201.0, 10217.0, 10189.0, 10216.0, 10220.0, 10204.0, 10242.0, 10252.0, 10235.0, 10254.0, 10211.0, 10252.0, 10215.0, 10249.0, 10216.0, 10250.0, 10253.0, 10247.0, 10248.0, 10223.0, 10250.0, 10305.0, 10281.0, 10289.0, 10304.0, 10280.0, 10307.0, 10307.0, 10301.0, 10284.0, 10282.0, 10259.0, 10260.0, 10256.0, 10257.0, 10251.0, 10248.0, 10251.0, 10257.0, 10270.0, 10278.0, 10244.0, 10295.0, 10260.0, 10283.0, 10267.0, 10297.0, 10282.0, 10263.0, 10283.0, 10286.0, 10285.0, 10290.0, 10264.0, 10307.0, 10304.0, 10303.0, 10282.0, 10281.0, 10281.0, 10274.0, 10261.0, 10262.0, 10276.0, 10276.0, 10235.0, 10297.0, 10245.0, 10280.0, 10246.0, 10277.0, 10259.0, 10279.0, 10231.0, 10271.0, 10258.0, 10274.0, 10279.0, 10248.0, 10300.0, 10292.0, 10301.0, 10309.0, 10292.0, 10313.0, 10292.0, 10308.0, 10277.0, 10302.0, 10289.0, 10258.0, 10301.0, 10301.0, 10283.0, 10283.0, 10284.0, 10284.0, 10280.0, 10284.0, 10253.0, 10296.0, 10287.0, 10290.0, 10303.0, 10293.0, 10303.0, 10311.0, 10290.0, 10304.0, 10286.0, 10301.0, 10288.0, 10276.0, 10298.0, 10301.0, 10265.0, 10305.0, 10287.0, 10301.0, 10288.0, 10256.0, 10279.0, 10281.0, 10266.0, 10279.0, 10263.0, 10261.0, 10263.0, 10259.0, 10257.0, 10274.0, 10275.0, 10277.0, 10287.0, 10300.0, 10283.0, 10252.0, 10283.0, 10264.0, 10275.0, 10263.0, 10234.0, 10274.0, 10284.0, 10294.0, 10286.0, 10267.0, 10286.0, 10284.0, 10275.0, 10251.0, 10283.0, 10322.0, 10261.0, 10303.0, 10288.0, 10279.0, 10301.0, 10326.0, 10277.0, 10309.0, 10315.0, 10283.0, 10267.0, 10263.0, 10255.0, 10240.0, 10264.0, 10232.0, 10226.0, 10270.0, 10268.0, 10268.0, 10329.0, 10305.0, 10324.0, 10316.0, 10283.0, 10328.0, 10315.0, 10315.0, 10315.0, 10321.0, 10304.0, 10293.0, 10283.0, 10264.0, 10261.0, 10231.0, 10277.0, 10265.0, 10280.0, 10281.0, 10258.0, 10274.0, 10265.0, 10277.0, 10256.0, 10249.0, 10238.0, 10254.0, 10257.0, 10271.0, 10278.0, 10254.0, 10256.0, 10223.0, 10251.0, 10249.0, 10253.0, 10256.0, 10229.0, 10267.0, 10239.0, 10277.0, 10243.0, 10254.0, 10241.0, 10249.0, 10253.0, 10254.0, 10277.0, 10293.0, 10283.0, 10266.0, 10254.0, 10211.0, 10261.0, 10256.0, 10258.0, 10272.0, 10272.0, 10277.0, 10276.0, 10285.0, 10249.0, 10270.0, 10242.0, 10252.0, 10279.0, 10272.0, 10276.0, 10268.0, 10260.0, 10260.0, 10279.0, 10243.0, 10256.0, 10238.0, 10252.0, 10257.0, 10275.0, 10276.0, 10219.0, 10274.0, 10263.0, 10281.0, 10279.0, 10290.0, 10278.0, 10248.0, 10276.0, 10265.0, 10296.0, 10252.0, 10277.0, 10276.0, 10276.0, 10286.0, 10283.0, 10285.0, 10254.0, 10296.0, 10258.0, 10302.0, 10266.0, 10281.0, 10278.0, 10271.0, 10279.0, 10240.0, 10299.0, 10287.0, 10299.0, 10288.0, 10297.0, 10294.0, 10261.0, 10307.0, 10268.0, 10281.0, 10282.0, 10281.0, 10297.0, 10286.0, 10276.0, 10246.0, 10276.0, 10286.0, 10259.0, 10326.0, 10292.0, 10297.0, 10248.0, 10278.0, 10262.0, 10295.0, 10277.0, 10277.0, 10274.0, 10283.0, 10273.0, 10247.0, 10271.0, 10248.0, 10267.0, 10269.0, 10272.0, 10295.0, 10268.0, 10293.0, 10279.0, 10241.0, 10295.0, 10300.0, 10298.0, 10286.0, 10283.0, 10279.0, 10278.0, 10278.0, 10273.0, 10255.0, 10215.0, 10269.0, 10255.0, 10269.0, 10274.0, 10270.0, 10273.0, 10225.0, 10268.0, 10261.0, 10295.0, 10285.0, 10280.0, 10281.0, 10279.0, 10262.0, 10256.0, 10277.0, 10284.0, 10257.0, 10255.0, 10271.0, 10229.0, 10277.0, 10249.0, 10271.0, 10274.0, 10262.0, 10297.0, 10243.0, 10282.0, 10270.0, 10297.0, 10284.0, 10282.0, 10305.0, 10241.0, 10280.0, 10286.0, 10283.0, 10280.0, 10281.0, 10276.0, 10257.0, 10274.0, 10259.0, 10272.0, 10255.0, 10299.0, 10292.0, 10308.0, 10307.0, 10274.0, 10304.0, 10306.0, 10260.0, 10298.0, 10288.0, 10267.0, 10310.0, 10273.0, 10284.0, 10247.0, 10281.0, 10255.0, 10286.0, 10247.0, 10278.0, 10237.0, 10249.0, 10250.0, 10257.0, 10253.0, 10208.0, 10250.0, 10222.0, 10236.0, 10232.0, 10233.0, 10247.0, 10231.0, 10241.0, 10237.0, 10250.0, 10296.0, 10268.0, 10291.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.0034856807866868377</td></tr>
<tr><td colspan=3>aqi</td><td>0.042479902798789715</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.72873330965171</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2024976304314925</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9934330982891741</td></tr>
<tr><td colspan=3>efc</td><td>0.4877</td></tr>
<tr><td colspan=3>fber</td><td>6826.5391</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06417668502388271</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6641452344931922</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6937149791603567</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.600242301641756</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.945406384321494</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.535496251517821</td></tr>
<tr><td colspan=3>gcor</td><td>0.00848549</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011953127570450306</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03375710919499397</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</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>4.058132108000911</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>28.7155</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5461</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.9241</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292757.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.5065</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6499</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.4842</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3840.7455</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4065.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4963.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.6864</td></tr>
<tr><td colspan=3>tsnr</td><td>34.31756501959171</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>