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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0099_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-03/func/sub-0099_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fa5a86815504a09d0dfa4c58e8e84cb6</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>15:42:14.980000</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.993042, -0.112431, 0.0350243, 0.11367, 0.992879, -0.0356421]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.0816764</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4250, -7781, -7226, 272, -125, -267, -100, 10]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>91795c21-102e-4ae2-bce0-219cee629447||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.664259433746338, 0.30496710538864136, 0.08307254314422607, 83.11073303222656], [0.3016439378261566, 2.6638219356536865, -0.10631334781646729, -117.30669403076172], [0.09396760910749435, 0.09562518447637558, 2.696626901626587, -111.22736358642578], [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, 1335]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['154214.980000', '154215.440000', '154215.900000', '154216.360000', '154216.820000', '154217.280000', '154217.740000', '154218.200000', '154218.660000', '154219.120000', '154219.580000', '154220.040000', '154220.500000', '154220.960000', '154221.420000', '154221.880000', '154222.340000', '154222.800000', '154223.260000', '154223.720000', '154224.180000', '154224.640000', '154225.100000', '154225.560000', '154226.020000', '154226.480000', '154226.940000', '154227.400000', '154227.860000', '154228.320000', '154228.780000', '154229.240000', '154229.700000', '154230.160000', '154230.620000', '154231.080000', '154231.540000', '154232.000000', '154232.460000', '154232.920000', '154233.380000', '154233.840000', '154234.300000', '154234.760000', '154235.220000', '154235.680000', '154236.140000', '154236.600000', '154237.060000', '154237.520000', '154237.980000', '154238.440000', '154238.900000', '154239.360000', '154239.820000', '154240.280000', '154240.740000', '154241.200000', '154241.660000', '154242.120000', '154242.580000', '154243.040000', '154243.500000', '154243.960000', '154244.420000', '154244.880000', '154245.340000', '154245.800000', '154246.260000', '154246.720000', '154247.180000', '154247.640000', '154248.100000', '154248.560000', '154249.020000', '154249.480000', '154249.940000', '154250.400000', '154250.860000', '154251.320000', '154251.780000', '154252.240000', '154252.700000', '154253.160000', '154253.620000', '154254.080000', '154254.540000', '154255.000000', '154255.460000', '154255.920000', '154256.380000', '154256.840000', '154257.300000', '154257.760000', '154258.220000', '154258.680000', '154259.140000', '154259.600000', '154300.060000', '154300.520000', '154300.980000', '154301.440000', '154301.900000', '154302.360000', '154302.820000', '154303.280000', '154303.740000', '154304.200000', '154304.660000', '154305.120000', '154305.580000', '154306.040000', '154306.500000', '154306.960000', '154307.420000', '154307.880000', '154308.340000', '154308.800000', '154309.260000', '154309.720000', '154310.180000', '154310.640000', '154311.100000', '154311.560000', '154312.020000', '154312.480000', '154312.940000', '154313.400000', '154313.860000', '154314.320000', '154314.780000', '154315.240000', '154315.700000', '154316.160000', '154316.620000', '154317.080000', '154317.540000', '154318.000000', '154318.460000', '154318.920000', '154319.380000', '154319.840000', '154320.300000', '154320.760000', '154321.220000', '154321.680000', '154322.140000', '154322.600000', '154323.060000', '154323.520000', '154323.980000', '154324.440000', '154324.900000', '154325.360000', '154325.820000', '154326.280000', '154326.740000', '154327.200000', '154327.660000', '154328.120000', '154328.580000', '154329.040000', '154329.500000', '154329.960000', '154330.420000', '154330.880000', '154331.340000', '154331.800000', '154332.260000', '154332.720000', '154333.180000', '154333.640000', '154334.100000', '154334.560000', '154335.020000', '154335.480000', '154335.940000', '154336.400000', '154336.860000', '154337.320000', '154337.780000', '154338.240000', '154338.700000', '154339.160000', '154339.620000', '154340.080000', '154340.540000', '154341.000000', '154341.460000', '154341.920000', '154342.380000', '154342.840000', '154343.300000', '154343.760000', '154344.220000', '154344.680000', '154345.140000', '154345.600000', '154346.060000', '154346.520000', '154346.980000', '154347.440000', '154347.900000', '154348.360000', '154348.820000', '154349.280000', '154349.740000', '154350.200000', '154350.660000', '154351.120000', '154351.580000', '154352.040000', '154352.500000', '154352.960000', '154353.420000', '154353.880000', '154354.340000', '154354.800000', '154355.260000', '154355.720000', '154356.180000', '154356.640000', '154357.100000', '154357.560000', '154358.020000', '154358.480000', '154358.940000', '154359.400000', '154359.860000', '154400.320000', '154400.780000', '154401.240000', '154401.700000', '154402.160000', '154402.620000', '154403.080000', '154403.540000', '154404.000000', '154404.460000', '154404.920000', '154405.380000', '154405.840000', '154406.300000', '154406.760000', '154407.220000', '154407.680000', '154408.140000', '154408.600000', '154409.060000', '154409.520000', '154409.980000', '154410.440000', '154410.900000', '154411.360000', '154411.820000', '154412.280000', '154412.740000', '154413.200000', '154413.660000', '154414.120000', '154414.580000', '154415.040000', '154415.500000', '154415.960000', '154416.420000', '154416.880000', '154417.340000', '154417.800000', '154418.260000', '154418.720000', '154419.180000', '154419.640000', '154420.100000', '154420.560000', '154421.020000', '154421.480000', '154421.940000', '154422.400000', '154422.860000', '154423.320000', '154423.780000', '154424.240000', '154424.700000', '154425.160000', '154425.620000', '154426.080000', '154426.540000', '154427.000000', '154427.460000', '154427.920000', '154428.380000', '154428.840000', '154429.300000', '154429.760000', '154430.220000', '154430.680000', '154431.140000', '154431.600000', '154432.060000', '154432.520000', '154432.980000', '154433.440000', '154433.900000', '154434.360000', '154434.820000', '154435.280000', '154435.740000', '154436.200000', '154436.660000', '154437.120000', '154437.580000', '154438.040000', '154438.500000', '154438.960000', '154439.420000', '154439.880000', '154440.340000', '154440.800000', '154441.260000', '154441.720000', '154442.180000', '154442.640000', '154443.100000', '154443.560000', '154444.020000', '154444.480000', '154444.940000', '154445.400000', '154445.860000', '154446.320000', '154446.780000', '154447.240000', '154447.700000', '154448.160000', '154448.620000', '154449.080000', '154449.540000', '154450.000000', '154450.460000', '154450.920000', '154451.380000', '154451.840000', '154452.300000', '154452.760000', '154453.220000', '154453.680000', '154454.140000', '154454.600000', '154455.060000', '154455.520000', '154455.980000', '154456.440000', '154456.900000', '154457.360000', '154457.820000', '154458.280000', '154458.740000', '154459.200000', '154459.660000', '154500.120000', '154500.580000', '154501.040000', '154501.500000', '154501.960000', '154502.420000', '154502.880000', '154503.340000', '154503.800000', '154504.260000', '154504.720000', '154505.180000', '154505.640000', '154506.100000', '154506.560000', '154507.020000', '154507.480000', '154507.940000', '154508.400000', '154508.860000', '154509.320000', '154509.780000', '154510.240000', '154510.700000', '154511.160000', '154511.620000', '154512.080000', '154512.540000', '154513.000000', '154513.460000', '154513.920000', '154514.380000', '154514.840000', '154515.300000', '154515.760000', '154516.220000', '154516.680000', '154517.140000', '154517.600000', '154518.060000', '154518.520000', '154518.980000', '154519.440000', '154519.900000', '154520.360000', '154520.820000', '154521.280000', '154521.740000', '154522.200000', '154522.660000', '154523.120000', '154523.580000', '154524.040000', '154524.500000', '154524.960000', '154525.420000', '154525.880000', '154526.340000', '154526.800000', '154527.260000', '154527.720000', '154528.180000', '154528.640000', '154529.100000', '154529.560000', '154530.020000', '154530.480000', '154530.940000', '154531.400000', '154531.860000', '154532.320000', '154532.780000', '154533.240000', '154533.700000', '154534.160000', '154534.620000', '154535.080000', '154535.540000', '154536.000000', '154536.460000', '154536.920000', '154537.380000', '154537.840000', '154538.300000', '154538.760000', '154539.220000', '154539.680000', '154540.140000', '154540.600000', '154541.060000', '154541.520000', '154541.980000', '154542.440000', '154542.900000', '154543.360000', '154543.820000', '154544.280000', '154544.740000', '154545.200000', '154545.660000', '154546.120000', '154546.580000', '154547.040000', '154547.500000', '154547.960000', '154548.420000', '154548.880000', '154549.340000', '154549.800000', '154550.260000', '154550.720000', '154551.180000', '154551.640000', '154552.100000', '154552.560000', '154553.020000', '154553.480000', '154553.940000', '154554.400000', '154554.860000', '154555.320000', '154555.780000', '154556.240000', '154556.700000', '154557.160000', '154557.620000', '154558.080000', '154558.540000', '154559.000000', '154559.460000', '154559.920000', '154600.380000', '154600.840000', '154601.300000', '154601.760000', '154602.220000', '154602.680000', '154603.140000', '154603.600000', '154604.060000', '154604.520000', '154604.980000', '154605.440000', '154605.900000', '154606.360000', '154606.820000', '154607.280000', '154607.740000', '154608.200000', '154608.660000', '154609.120000', '154609.580000', '154610.040000', '154610.500000', '154610.960000', '154611.420000', '154611.880000', '154612.340000', '154612.800000', '154613.260000', '154613.720000', '154614.180000', '154614.640000', '154615.100000', '154615.560000', '154616.020000', '154616.480000', '154616.940000', '154617.400000', '154617.860000', '154618.320000', '154618.780000', '154619.240000', '154619.700000', '154620.160000', '154620.620000', '154621.080000', '154621.540000', '154622.000000', '154622.460000', '154622.920000', '154623.380000', '154623.840000', '154624.300000', '154624.760000', '154625.220000', '154625.680000', '154626.140000', '154626.600000', '154627.060000', '154627.520000', '154627.980000', '154628.440000', '154628.900000', '154629.360000', '154629.820000', '154630.280000', '154630.740000', '154631.200000', '154631.660000', '154632.120000', '154632.580000', '154633.040000', '154633.500000', '154633.960000', '154634.420000', '154634.880000', '154635.340000', '154635.800000', '154636.260000', '154636.720000', '154637.180000', '154637.640000', '154638.100000', '154638.560000', '154639.020000', '154639.480000', '154639.940000', '154640.400000', '154640.860000', '154641.320000', '154641.780000', '154642.240000', '154642.700000', '154643.160000', '154643.620000', '154644.080000', '154644.540000', '154645.000000', '154645.460000', '154645.920000', '154646.380000', '154646.840000', '154647.300000', '154647.760000', '154648.220000', '154648.680000', '154649.140000', '154649.600000', '154650.060000', '154650.520000', '154650.980000', '154651.440000', '154651.900000', '154652.360000', '154652.820000', '154653.280000', '154653.740000', '154654.200000', '154654.660000', '154655.120000', '154655.580000', '154656.040000', '154656.500000', '154656.960000', '154657.420000', '154657.880000', '154658.340000', '154658.800000', '154659.260000', '154659.720000', '154700.180000', '154700.640000', '154701.100000', '154701.560000', '154702.020000', '154702.480000', '154702.940000', '154703.400000', '154703.860000', '154704.320000', '154704.780000', '154705.240000', '154705.700000', '154706.160000', '154706.620000', '154707.080000', '154707.540000', '154708.000000', '154708.460000', '154708.920000', '154709.380000', '154709.840000', '154710.300000', '154710.760000', '154711.220000', '154711.680000', '154712.140000', '154712.600000', '154713.060000', '154713.520000', '154713.980000', '154714.440000', '154714.900000', '154715.360000', '154715.820000', '154716.280000', '154716.740000', '154717.200000', '154717.660000', '154718.120000', '154718.580000', '154719.040000', '154719.500000', '154719.960000', '154720.420000', '154720.880000', '154721.340000', '154721.800000', '154722.260000', '154722.720000', '154723.180000', '154723.640000', '154724.100000', '154724.560000', '154725.020000', '154725.480000', '154725.940000', '154726.400000', '154726.860000', '154727.320000', '154727.780000', '154728.240000', '154728.700000', '154729.160000', '154729.620000', '154730.080000', '154730.540000', '154731.000000', '154731.460000', '154731.920000', '154732.380000', '154732.840000', '154733.300000', '154733.760000', '154734.220000', '154734.680000', '154735.140000', '154735.600000', '154736.060000', '154736.520000', '154736.980000', '154737.440000', '154737.900000', '154738.360000', '154738.820000', '154739.280000', '154739.740000', '154740.200000', '154740.660000', '154741.120000', '154741.580000', '154742.040000', '154742.500000', '154742.960000', '154743.420000', '154743.880000', '154744.340000', '154744.800000', '154745.260000', '154745.720000', '154746.180000', '154746.640000', '154747.100000', '154747.560000', '154748.020000', '154748.480000', '154748.940000', '154749.400000', '154749.860000', '154750.320000', '154750.780000', '154751.240000', '154751.700000', '154752.160000', '154752.620000', '154753.080000', '154753.540000', '154754.000000', '154754.460000', '154754.920000', '154755.380000', '154755.840000', '154756.300000', '154756.760000', '154757.220000', '154757.680000', '154758.140000', '154758.600000', '154759.060000', '154759.520000', '154759.980000', '154800.440000', '154800.900000', '154801.360000', '154801.820000', '154802.280000', '154802.740000', '154803.200000', '154803.660000', '154804.120000', '154804.580000', '154805.040000', '154805.500000', '154805.960000', '154806.420000', '154806.880000', '154807.340000', '154807.800000', '154808.260000', '154808.720000', '154809.180000', '154809.640000', '154810.100000', '154810.560000', '154811.020000', '154811.480000', '154811.940000', '154812.400000', '154812.860000', '154813.320000', '154813.780000', '154814.240000', '154814.700000', '154815.160000', '154815.620000', '154816.080000', '154816.540000', '154817.000000', '154817.460000', '154817.920000', '154818.380000', '154818.840000', '154819.300000', '154819.760000', '154820.220000', '154820.680000', '154821.140000', '154821.600000', '154822.060000', '154822.520000', '154822.980000', '154823.440000', '154823.900000', '154824.360000', '154824.820000', '154825.280000', '154825.740000', '154826.200000', '154826.660000', '154827.120000', '154827.580000', '154828.040000', '154828.500000', '154828.960000', '154829.420000', '154829.880000', '154830.340000', '154830.800000', '154831.260000', '154831.720000', '154832.180000', '154832.640000', '154833.100000', '154833.560000', '154834.020000', '154834.480000', '154834.940000', '154835.400000', '154835.860000', '154836.320000', '154836.780000', '154837.240000', '154837.700000', '154838.160000', '154838.620000', '154839.080000', '154839.540000', '154840.000000', '154840.460000', '154840.920000', '154841.380000', '154841.840000', '154842.300000', '154842.760000', '154843.220000', '154843.680000', '154844.140000', '154844.600000', '154845.060000', '154845.520000', '154845.980000', '154846.440000', '154846.900000', '154847.360000', '154847.820000', '154848.280000', '154848.740000', '154849.200000', '154849.660000', '154850.120000', '154850.580000', '154851.040000', '154851.500000', '154851.960000', '154852.420000', '154852.880000', '154853.340000', '154853.800000', '154854.260000', '154854.720000', '154855.180000', '154855.640000', '154856.100000', '154856.560000', '154857.020000', '154857.480000', '154857.940000', '154858.400000', '154858.860000', '154859.320000', '154859.780000', '154900.240000', '154900.700000', '154901.160000', '154901.620000', '154902.080000', '154902.540000', '154903.000000', '154903.460000', '154903.920000', '154904.380000', '154904.840000', '154905.300000', '154905.760000', '154906.220000', '154906.680000', '154907.140000', '154907.600000', '154908.060000', '154908.520000', '154908.980000', '154909.440000', '154909.900000', '154910.360000', '154910.820000', '154911.280000', '154911.740000', '154912.200000', '154912.660000', '154913.120000', '154913.580000', '154914.040000', '154914.500000', '154914.960000', '154915.420000', '154915.880000', '154916.340000', '154916.800000', '154917.260000', '154917.720000', '154918.180000', '154918.640000', '154919.100000', '154919.560000', '154920.020000', '154920.480000', '154920.940000', '154921.400000', '154921.860000', '154922.320000', '154922.780000', '154923.240000', '154923.700000', '154924.160000', '154924.620000', '154925.080000', '154925.540000', '154926.000000', '154926.460000', '154926.920000', '154927.380000', '154927.840000', '154928.300000', '154928.760000', '154929.220000', '154929.680000', '154930.140000', '154930.600000', '154931.060000', '154931.520000', '154931.980000', '154932.440000', '154932.900000', '154933.360000', '154933.820000', '154934.280000', '154934.740000', '154935.200000', '154935.660000', '154936.120000', '154936.580000', '154937.040000', '154937.500000', '154937.960000', '154938.420000', '154938.880000', '154939.340000', '154939.800000', '154940.260000', '154940.720000', '154941.180000', '154941.640000', '154942.100000', '154942.560000', '154943.020000', '154943.480000', '154943.940000', '154944.400000', '154944.860000', '154945.320000', '154945.780000', '154946.240000', '154946.700000', '154947.160000', '154947.620000', '154948.080000', '154948.540000', '154949.000000', '154949.460000', '154949.920000', '154950.380000', '154950.840000', '154951.300000', '154951.760000', '154952.220000', '154952.680000', '154953.140000', '154953.600000', '154954.060000', '154954.520000', '154954.980000', '154955.440000', '154955.900000', '154956.360000', '154956.820000', '154957.280000', '154957.740000', '154958.200000', '154958.660000', '154959.120000', '154959.580000', '155000.040000', '155000.500000', '155000.960000', '155001.420000', '155001.880000', '155002.340000', '155002.800000', '155003.260000', '155003.720000', '155004.180000', '155004.640000', '155005.100000', '155005.560000', '155006.020000', '155006.480000', '155006.940000', '155007.400000', '155007.860000', '155008.320000', '155008.780000', '155009.240000', '155009.700000', '155010.160000', '155010.620000', '155011.080000', '155011.540000', '155012.000000', '155012.460000', '155012.920000', '155013.380000', '155013.840000', '155014.300000', '155014.760000', '155015.220000', '155015.680000', '155016.140000', '155016.600000', '155017.060000', '155017.520000', '155017.980000', '155018.440000', '155018.900000', '155019.360000', '155019.820000', '155020.280000', '155020.740000', '155021.200000', '155021.660000', '155022.120000', '155022.580000', '155023.040000', '155023.500000', '155023.960000', '155024.420000', '155024.880000', '155025.340000', '155025.800000', '155026.260000', '155026.720000', '155027.180000', '155027.640000', '155028.100000', '155028.560000', '155029.020000', '155029.480000', '155029.940000', '155030.400000', '155030.860000', '155031.320000', '155031.780000', '155032.240000', '155032.700000', '155033.160000', '155033.620000', '155034.080000', '155034.540000', '155035.000000', '155035.460000', '155035.920000', '155036.380000', '155036.840000', '155037.300000', '155037.760000', '155038.220000', '155038.680000', '155039.140000', '155039.600000', '155040.060000', '155040.520000', '155040.980000', '155041.440000', '155041.900000', '155042.360000', '155042.820000', '155043.280000', '155043.740000', '155044.200000', '155044.660000', '155045.120000', '155045.580000', '155046.040000', '155046.500000', '155046.960000', '155047.420000', '155047.880000', '155048.340000', '155048.800000', '155049.260000', '155049.720000', '155050.180000', '155050.640000', '155051.100000', '155051.560000', '155052.020000', '155052.480000', '155052.940000', '155053.400000', '155053.860000', '155054.320000', '155054.780000', '155055.240000', '155055.700000', '155056.160000', '155056.620000', '155057.080000', '155057.540000', '155058.000000', '155058.460000', '155058.920000', '155059.380000', '155059.840000', '155100.300000', '155100.760000', '155101.220000', '155101.680000', '155102.140000', '155102.600000', '155103.060000', '155103.520000', '155103.980000', '155104.440000', '155104.900000', '155105.360000', '155105.820000', '155106.280000', '155106.740000', '155107.200000', '155107.660000', '155108.120000', '155108.580000', '155109.040000', '155109.500000', '155109.960000', '155110.420000', '155110.880000', '155111.340000', '155111.800000', '155112.260000', '155112.720000', '155113.180000', '155113.640000', '155114.100000', '155114.560000', '155115.020000', '155115.480000', '155115.940000', '155116.400000', '155116.860000', '155117.320000', '155117.780000', '155118.240000', '155118.700000', '155119.160000', '155119.620000', '155120.080000', '155120.540000', '155121.000000', '155121.460000', '155121.920000', '155122.380000', '155122.840000', '155123.300000', '155123.760000', '155124.220000', '155124.680000', '155125.140000', '155125.600000', '155126.060000', '155126.520000', '155126.980000', '155127.440000', '155127.900000', '155128.360000', '155128.820000', '155129.280000', '155129.740000', '155130.200000', '155130.660000', '155131.120000', '155131.580000', '155132.040000', '155132.500000', '155132.960000', '155133.420000', '155133.880000', '155134.340000', '155134.800000', '155135.260000', '155135.720000', '155136.180000', '155136.640000', '155137.100000', '155137.560000', '155138.020000', '155138.480000', '155138.940000', '155139.400000', '155139.860000', '155140.320000', '155140.780000', '155141.240000', '155141.700000', '155142.160000', '155142.620000', '155143.080000', '155143.540000', '155144.000000', '155144.460000', '155144.920000', '155145.380000', '155145.840000', '155146.300000', '155146.760000', '155147.220000', '155147.680000', '155148.140000', '155148.600000', '155149.060000', '155149.520000', '155149.980000', '155150.440000', '155150.900000', '155151.360000', '155151.820000', '155152.280000', '155152.740000', '155153.200000', '155153.660000', '155154.120000', '155154.580000', '155155.040000', '155155.500000', '155155.960000', '155156.420000', '155156.880000', '155157.340000', '155157.800000', '155158.260000', '155158.720000', '155159.180000', '155159.640000', '155200.100000', '155200.560000', '155201.020000', '155201.480000', '155201.940000', '155202.400000', '155202.860000', '155203.320000', '155203.780000', '155204.240000', '155204.700000', '155205.160000', '155205.620000', '155206.080000', '155206.540000', '155207.000000', '155207.460000', '155207.920000', '155208.380000', '155208.840000', '155209.300000', '155209.760000', '155210.220000', '155210.680000', '155211.140000', '155211.600000', '155212.060000', '155212.520000', '155212.980000', '155213.440000', '155213.900000', '155214.360000', '155214.820000', '155215.280000', '155215.740000', '155216.200000', '155216.660000', '155217.120000', '155217.580000', '155218.040000', '155218.500000', '155218.960000', '155219.420000', '155219.880000', '155220.340000', '155220.800000', '155221.260000', '155221.720000', '155222.180000', '155222.640000', '155223.100000', '155223.560000', '155224.020000', '155224.480000', '155224.940000', '155225.400000', '155225.860000', '155226.320000', '155226.780000', '155227.240000', '155227.700000', '155228.160000', '155228.620000'], 'ContentTime': ['154237.563000', '154237.566000', '154237.569000', '154237.571000', '154237.574000', '154237.577000', '154237.579000', '154237.582000', '154237.584000', '154237.587000', '154237.590000', '154237.592000', '154237.595000', '154237.598000', '154237.600000', '154237.603000', '154237.605000', '154237.608000', '154237.610000', '154237.613000', '154237.616000', '154237.618000', '154237.621000', '154237.623000', '154237.626000', '154237.628000', '154237.631000', '154237.634000', '154237.636000', '154237.639000', '154237.641000', '154237.644000', '154237.646000', '154237.649000', '154237.652000', '154237.654000', '154237.657000', '154237.659000', '154237.662000', '154237.664000', '154237.667000', '154237.669000', '154237.672000', '154237.675000', '154237.677000', '154237.680000', '154257.509000', '154257.512000', '154257.515000', '154257.518000', '154257.520000', '154257.523000', '154257.525000', '154257.528000', '154257.530000', '154257.533000', '154257.536000', '154257.538000', '154257.541000', '154257.544000', '154257.546000', '154257.549000', '154257.551000', '154257.554000', '154257.556000', '154257.559000', '154257.562000', '154257.564000', '154257.567000', '154257.569000', '154257.572000', '154257.574000', '154257.577000', '154257.580000', '154257.582000', '154257.585000', '154257.587000', '154257.590000', '154257.593000', '154257.595000', '154257.605000', '154257.607000', '154257.610000', '154257.612000', '154257.615000', '154257.618000', '154257.620000', '154257.623000', '154257.625000', '154257.628000', '154317.510000', '154317.513000', '154317.515000', '154317.518000', '154317.520000', '154317.523000', '154317.526000', '154317.528000', '154317.531000', '154317.533000', '154317.536000', '154317.539000', '154317.541000', '154317.544000', '154317.548000', '154317.550000', '154317.553000', '154317.556000', '154317.558000', '154317.561000', '154317.563000', '154317.566000', '154317.569000', '154317.571000', '154317.574000', '154317.576000', '154317.579000', '154317.581000', '154317.598000', '154317.601000', '154317.604000', '154317.606000', '154317.609000', '154317.611000', '154317.614000', '154317.617000', '154317.620000', '154317.623000', '154317.626000', '154317.629000', '154317.631000', '154317.634000', '154317.636000', '154337.509000', '154337.512000', '154337.515000', '154337.517000', '154337.520000', '154337.523000', '154337.525000', '154337.528000', '154337.531000', '154337.533000', '154337.536000', '154337.539000', '154337.541000', '154337.544000', '154337.546000', '154337.549000', '154337.552000', '154337.554000', '154337.557000', '154337.559000', '154337.562000', '154337.564000', '154337.587000', '154337.590000', '154337.592000', '154337.595000', '154337.598000', '154337.600000', '154337.603000', '154337.605000', '154337.608000', '154337.611000', '154337.613000', '154337.616000', '154337.618000', '154337.621000', '154337.624000', '154337.626000', '154337.629000', '154337.631000', '154337.634000', '154337.637000', '154337.639000', '154337.642000', '154357.509000', '154357.511000', '154357.514000', '154357.517000', '154357.519000', '154357.522000', '154357.525000', '154357.527000', '154357.530000', '154357.532000', '154357.535000', '154357.538000', '154357.540000', '154357.543000', '154357.545000', '154357.548000', '154357.551000', '154357.553000', '154357.556000', '154357.558000', '154357.561000', '154357.564000', '154357.566000', '154357.569000', '154357.572000', '154357.574000', '154357.577000', '154357.579000', '154357.582000', '154357.585000', '154357.587000', '154357.590000', '154357.592000', '154357.595000', '154357.598000', '154357.600000', '154357.603000', '154357.605000', '154357.608000', '154357.611000', '154357.613000', '154357.616000', '154357.618000', '154357.621000', '154417.508000', '154417.511000', '154417.514000', '154417.516000', '154417.519000', '154417.522000', '154417.524000', '154417.527000', '154417.529000', '154417.532000', '154417.535000', '154417.537000', '154417.540000', '154417.542000', '154417.545000', '154417.548000', '154417.550000', '154417.553000', '154417.556000', '154417.558000', '154417.561000', '154417.564000', '154417.566000', '154417.569000', '154417.571000', '154417.574000', '154417.576000', '154417.579000', '154417.582000', '154417.584000', '154417.587000', '154417.590000', '154417.592000', '154417.595000', '154417.597000', '154417.609000', '154417.612000', '154417.614000', '154417.617000', '154417.619000', '154417.622000', '154417.625000', '154417.627000', '154437.509000', '154437.512000', '154437.515000', '154437.517000', '154437.520000', '154437.523000', '154437.525000', '154437.528000', '154437.530000', '154437.533000', '154437.536000', '154437.538000', '154437.541000', '154437.543000', '154437.546000', '154437.549000', '154437.551000', '154437.554000', '154437.557000', '154437.559000', '154437.562000', '154437.565000', '154437.567000', '154437.570000', '154437.572000', '154437.575000', '154437.578000', '154437.581000', '154437.584000', '154437.588000', '154437.591000', '154437.594000', '154437.596000', '154437.599000', '154437.601000', '154437.604000', '154437.607000', '154437.609000', '154437.612000', '154437.614000', '154437.617000', '154437.620000', '154437.622000', '154457.510000', '154457.512000', '154457.515000', '154457.518000', '154457.520000', '154457.523000', '154457.525000', '154457.528000', '154457.531000', '154457.533000', '154457.536000', '154457.538000', '154457.541000', '154457.544000', '154457.546000', '154457.549000', '154457.552000', '154457.554000', '154457.557000', '154457.560000', '154457.562000', '154457.565000', '154457.568000', '154457.570000', '154457.573000', '154457.575000', '154457.578000', '154457.581000', '154457.583000', '154457.586000', '154457.589000', '154457.591000', '154457.594000', '154457.597000', '154457.599000', '154457.602000', '154457.604000', '154457.607000', '154457.610000', '154457.612000', '154457.615000', '154457.617000', '154457.620000', '154457.623000', '154517.510000', '154517.513000', '154517.515000', '154517.518000', '154517.521000', '154517.523000', '154517.526000', '154517.528000', '154517.531000', '154517.534000', '154517.536000', '154517.539000', '154517.541000', '154517.544000', '154517.547000', '154517.549000', '154517.552000', '154517.566000', '154517.569000', '154517.571000', '154517.574000', '154517.577000', '154517.579000', '154517.582000', '154517.584000', '154517.587000', '154517.590000', '154517.592000', '154517.595000', '154517.598000', '154517.600000', '154517.603000', '154517.606000', '154517.608000', '154517.611000', '154517.613000', '154517.616000', '154517.619000', '154517.621000', '154517.624000', '154517.626000', '154517.629000', '154517.631000', '154537.509000', '154537.512000', '154537.515000', '154537.518000', '154537.520000', '154537.523000', '154537.526000', '154537.528000', '154537.531000', '154537.533000', '154537.536000', '154537.539000', '154537.541000', '154537.544000', '154537.546000', '154537.549000', '154537.552000', '154537.555000', '154537.557000', '154537.560000', '154537.563000', '154537.565000', '154537.568000', '154537.570000', '154537.573000', '154537.576000', '154537.578000', '154537.581000', '154537.583000', '154537.586000', '154537.589000', '154537.592000', '154537.594000', '154537.597000', '154537.599000', '154537.602000', '154537.604000', '154537.607000', '154537.610000', '154537.612000', '154537.615000', '154537.618000', '154537.620000', '154537.623000', '154557.510000', '154557.512000', '154557.515000', '154557.518000', '154557.520000', '154557.523000', '154557.526000', '154557.528000', '154557.531000', '154557.533000', '154557.536000', '154557.539000', '154557.541000', '154557.544000', '154557.547000', '154557.549000', '154557.552000', '154557.554000', '154557.557000', '154557.560000', '154557.562000', '154557.565000', '154557.567000', '154557.570000', '154557.573000', '154557.575000', '154557.578000', '154557.580000', '154557.583000', '154557.586000', '154557.588000', '154557.591000', '154557.594000', '154557.596000', '154557.599000', '154557.601000', '154557.604000', '154557.607000', '154557.609000', '154557.612000', '154557.615000', '154557.618000', '154557.621000', '154617.509000', '154617.511000', '154617.514000', '154617.517000', '154617.519000', '154617.522000', '154617.524000', '154617.527000', '154617.530000', '154617.532000', '154617.535000', '154617.537000', '154617.540000', '154617.543000', '154617.545000', '154617.548000', '154617.550000', '154617.553000', '154617.556000', '154617.558000', '154617.561000', '154617.563000', '154617.566000', '154617.569000', '154617.571000', '154617.574000', '154617.576000', '154617.579000', '154617.582000', '154617.584000', '154617.587000', '154617.590000', '154617.592000', '154617.595000', '154617.597000', '154617.600000', '154617.603000', '154617.605000', '154617.608000', '154617.611000', '154617.613000', '154617.616000', '154617.618000', '154617.621000', '154637.509000', '154637.511000', '154637.514000', '154637.517000', '154637.519000', '154637.522000', '154637.524000', '154637.527000', '154637.530000', '154637.532000', '154637.535000', '154637.537000', '154637.540000', '154637.543000', '154637.545000', '154637.548000', '154637.551000', '154637.553000', '154637.556000', '154637.558000', '154637.561000', '154637.563000', '154637.566000', '154637.569000', '154637.571000', '154637.574000', '154637.576000', '154637.579000', '154637.582000', '154637.584000', '154637.587000', '154637.590000', '154637.592000', '154637.595000', '154637.597000', '154637.600000', '154637.603000', '154637.605000', '154637.608000', '154637.610000', '154637.613000', '154637.616000', '154637.618000', '154657.510000', '154657.513000', '154657.515000', '154657.518000', '154657.520000', '154657.523000', '154657.525000', '154657.528000', '154657.531000', '154657.533000', '154657.536000', '154657.538000', '154657.541000', '154657.544000', '154657.546000', '154657.549000', '154657.551000', '154657.554000', '154657.557000', '154657.559000', '154657.562000', '154657.565000', '154657.567000', '154657.570000', '154657.572000', '154657.575000', '154657.578000', '154657.580000', '154657.583000', '154657.585000', '154657.588000', '154657.591000', '154657.593000', '154657.596000', '154657.599000', '154657.601000', '154657.604000', '154657.606000', '154657.609000', '154657.612000', '154657.614000', '154657.617000', '154657.619000', '154657.622000', '154717.510000', '154717.513000', '154717.515000', '154717.518000', '154717.520000', '154717.523000', '154717.526000', '154717.528000', '154717.531000', '154717.533000', '154717.536000', '154717.539000', '154717.541000', '154717.544000', '154717.546000', '154717.549000', '154717.552000', '154717.554000', '154717.557000', '154717.559000', '154717.562000', '154717.565000', '154717.567000', '154717.570000', '154717.572000', '154717.575000', '154717.578000', '154717.580000', '154717.583000', '154717.586000', '154717.588000', '154717.591000', '154717.594000', '154717.596000', '154717.599000', '154717.601000', '154717.604000', '154717.607000', '154717.609000', '154717.612000', '154717.614000', '154717.617000', '154717.619000', '154737.510000', '154737.512000', '154737.515000', '154737.518000', '154737.520000', '154737.523000', '154737.525000', '154737.528000', '154737.531000', '154737.533000', '154737.536000', '154737.538000', '154737.541000', '154737.544000', '154737.546000', '154737.549000', '154737.551000', '154737.554000', '154737.557000', '154737.559000', '154737.562000', '154737.564000', '154737.567000', '154737.570000', '154737.572000', '154737.575000', '154737.577000', '154737.580000', '154737.583000', '154737.585000', '154737.588000', '154737.591000', '154737.593000', '154737.596000', '154737.599000', '154737.601000', '154737.604000', '154737.606000', '154737.609000', '154737.611000', '154737.614000', '154737.617000', '154737.619000', '154737.622000', '154757.509000', '154757.512000', '154757.515000', '154757.517000', '154757.520000', '154757.523000', '154757.525000', '154757.528000', '154757.530000', '154757.533000', '154757.536000', '154757.538000', '154757.541000', '154757.543000', '154757.546000', '154757.549000', '154757.551000', '154757.554000', '154757.556000', '154757.559000', '154757.561000', '154757.564000', '154757.567000', '154757.569000', '154757.572000', '154757.574000', '154757.577000', '154757.580000', '154757.582000', '154757.585000', '154757.587000', '154757.590000', '154757.593000', '154757.595000', '154757.598000', '154757.600000', '154757.603000', '154757.605000', '154757.608000', '154757.611000', '154757.613000', '154757.616000', '154757.618000', '154817.510000', '154817.513000', '154817.515000', '154817.518000', '154817.521000', '154817.523000', '154817.526000', '154817.528000', '154817.531000', '154817.534000', '154817.536000', '154817.539000', '154817.542000', '154817.544000', '154817.547000', '154817.549000', '154817.552000', '154817.554000', '154817.557000', '154817.560000', '154817.562000', '154817.565000', '154817.567000', '154817.570000', '154817.593000', '154817.595000', '154817.598000', '154817.600000', '154817.603000', '154817.606000', '154817.608000', '154817.611000', '154817.613000', '154817.616000', '154817.618000', '154817.621000', '154817.624000', '154817.626000', '154817.629000', '154817.631000', '154817.634000', '154817.637000', '154817.639000', '154817.642000', '154837.509000', '154837.511000', '154837.514000', '154837.517000', '154837.519000', '154837.522000', '154837.524000', '154837.527000', '154837.530000', '154837.532000', '154837.535000', '154837.537000', '154837.540000', '154837.542000', '154837.545000', '154837.548000', '154837.550000', '154837.553000', '154837.555000', '154837.558000', '154837.561000', '154837.563000', '154837.566000', '154837.568000', '154837.571000', '154837.574000', '154837.576000', '154837.579000', '154837.581000', '154837.584000', '154837.586000', '154837.589000', '154837.592000', '154837.595000', '154837.597000', '154837.600000', '154837.603000', '154837.605000', '154837.608000', '154837.610000', '154837.613000', '154837.616000', '154837.618000', '154857.509000', '154857.511000', '154857.514000', '154857.517000', '154857.519000', '154857.522000', '154857.524000', '154857.527000', '154857.530000', '154857.532000', '154857.535000', '154857.537000', '154857.540000', '154857.543000', '154857.545000', '154857.548000', '154857.550000', '154857.553000', '154857.556000', '154857.558000', '154857.561000', '154857.563000', '154857.566000', '154857.569000', '154857.571000', '154857.574000', '154857.577000', '154857.579000', '154857.582000', '154857.585000', '154857.587000', '154857.590000', '154857.593000', '154857.595000', '154857.598000', '154857.601000', '154857.603000', '154857.606000', '154857.609000', '154857.611000', '154857.614000', '154857.616000', '154857.619000', '154857.622000', '154917.510000', '154917.512000', '154917.515000', '154917.518000', '154917.520000', '154917.523000', '154917.526000', '154917.528000', '154917.531000', '154917.533000', '154917.536000', '154917.538000', '154917.541000', '154917.544000', '154917.546000', '154917.549000', '154917.551000', '154917.554000', '154917.556000', '154917.559000', '154917.562000', '154917.564000', '154917.567000', '154917.569000', '154917.572000', '154917.575000', '154917.577000', '154917.580000', '154917.582000', '154917.585000', '154917.588000', '154917.590000', '154917.593000', '154917.595000', '154917.598000', '154917.601000', '154917.603000', '154917.606000', '154917.608000', '154917.611000', '154917.614000', '154917.616000', '154917.619000', '154937.510000', '154937.512000', '154937.515000', '154937.518000', '154937.520000', '154937.523000', '154937.526000', '154937.528000', '154937.531000', '154937.533000', '154937.536000', '154937.539000', '154937.541000', '154937.544000', '154937.547000', '154937.549000', '154937.552000', '154937.554000', '154937.557000', '154937.560000', '154937.571000', '154937.573000', '154937.576000', '154937.578000', '154937.581000', '154937.584000', '154937.586000', '154937.589000', '154937.592000', '154937.594000', '154937.597000', '154937.599000', '154937.602000', '154937.605000', '154937.607000', '154937.610000', '154937.613000', '154937.615000', '154937.618000', '154937.620000', '154937.623000', '154937.625000', '154937.628000', '154937.631000', '154957.510000', '154957.512000', '154957.515000', '154957.518000', '154957.520000', '154957.523000', '154957.526000', '154957.528000', '154957.531000', '154957.533000', '154957.536000', '154957.539000', '154957.541000', '154957.544000', '154957.546000', '154957.549000', '154957.552000', '154957.554000', '154957.557000', '154957.559000', '154957.562000', '154957.565000', '154957.567000', '154957.570000', '154957.572000', '154957.575000', '154957.578000', '154957.580000', '154957.583000', '154957.585000', '154957.588000', '154957.591000', '154957.593000', '154957.596000', '154957.598000', '154957.601000', '154957.604000', '154957.606000', '154957.609000', '154957.611000', '154957.614000', '154957.616000', '154957.619000', '155017.510000', '155017.512000', '155017.515000', '155017.518000', '155017.520000', '155017.523000', '155017.526000', '155017.529000', '155017.531000', '155017.534000', '155017.536000', '155017.539000', '155017.542000', '155017.544000', '155017.547000', '155017.549000', '155017.552000', '155017.555000', '155017.557000', '155017.560000', '155017.563000', '155017.565000', '155017.568000', '155017.570000', '155017.573000', '155017.576000', '155017.578000', '155017.581000', '155017.583000', '155017.586000', '155017.589000', '155017.591000', '155017.594000', '155017.597000', '155017.599000', '155017.602000', '155017.604000', '155017.607000', '155017.610000', '155017.612000', '155017.615000', '155017.617000', '155017.620000', '155037.509000', '155037.511000', '155037.514000', '155037.517000', '155037.519000', '155037.522000', '155037.525000', '155037.527000', '155037.530000', '155037.532000', '155037.535000', '155037.538000', '155037.540000', '155037.543000', '155037.545000', '155037.548000', '155037.551000', '155037.553000', '155037.556000', '155037.559000', '155037.561000', '155037.564000', '155037.566000', '155037.569000', '155037.572000', '155037.574000', '155037.577000', '155037.579000', '155037.582000', '155037.585000', '155037.587000', '155037.590000', '155037.593000', '155037.595000', '155037.598000', '155037.600000', '155037.603000', '155037.606000', '155037.608000', '155037.611000', '155037.613000', '155037.616000', '155037.618000', '155037.621000', '155057.508000', '155057.511000', '155057.514000', '155057.517000', '155057.519000', '155057.522000', '155057.525000', '155057.527000', '155057.530000', '155057.533000', '155057.535000', '155057.538000', '155057.541000', '155057.544000', '155057.547000', '155057.550000', '155057.552000', '155057.565000', '155057.567000', '155057.570000', '155057.572000', '155057.575000', '155057.578000', '155057.580000', '155057.583000', '155057.586000', '155057.588000', '155057.591000', '155057.594000', '155057.596000', '155057.599000', '155057.602000', '155057.604000', '155057.607000', '155057.609000', '155057.612000', '155057.615000', '155057.617000', '155057.620000', '155057.622000', '155057.625000', '155057.628000', '155057.630000', '155117.509000', '155117.511000', '155117.514000', '155117.517000', '155117.519000', '155117.522000', '155117.525000', '155117.527000', '155117.530000', '155117.532000', '155117.535000', '155117.538000', '155117.540000', '155117.543000', '155117.545000', '155117.548000', '155117.551000', '155117.553000', '155117.556000', '155117.559000', '155117.561000', '155117.564000', '155117.566000', '155117.569000', '155117.571000', '155117.574000', '155117.577000', '155117.579000', '155117.582000', '155117.584000', '155117.587000', '155117.590000', '155117.593000', '155117.595000', '155117.598000', '155117.600000', '155117.603000', '155117.606000', '155117.608000', '155117.611000', '155117.613000', '155117.616000', '155117.618000', '155117.621000', '155137.510000', '155137.513000', '155137.515000', '155137.518000', '155137.521000', '155137.523000', '155137.526000', '155137.528000', '155137.531000', '155137.534000', '155137.536000', '155137.539000', '155137.542000', '155137.545000', '155137.548000', '155137.551000', '155137.553000', '155137.556000', '155137.559000', '155137.561000', '155137.564000', '155137.566000', '155137.569000', '155137.572000', '155137.574000', '155137.577000', '155137.580000', '155137.582000', '155137.585000', '155137.587000', '155137.590000', '155137.593000', '155137.595000', '155137.598000', '155137.601000', '155137.603000', '155137.606000', '155137.609000', '155137.611000', '155137.614000', '155137.616000', '155137.619000', '155137.622000', '155157.510000', '155157.513000', '155157.515000', '155157.518000', '155157.521000', '155157.523000', '155157.526000', '155157.528000', '155157.531000', '155157.534000', '155157.536000', '155157.539000', '155157.541000', '155157.544000', '155157.547000', '155157.549000', '155157.552000', '155157.554000', '155157.557000', '155157.560000', '155157.562000', '155157.565000', '155157.567000', '155157.570000', '155157.572000', '155157.575000', '155157.578000', '155157.580000', '155157.583000', '155157.585000', '155157.588000', '155157.591000', '155157.593000', '155157.596000', '155157.599000', '155157.601000', '155157.604000', '155157.606000', '155157.609000', '155157.612000', '155157.614000', '155157.617000', '155157.619000', '155157.622000', '155217.510000', '155217.512000', '155217.515000', '155217.518000', '155217.520000', '155217.523000', '155217.525000', '155217.528000', '155217.531000', '155217.533000', '155217.536000', '155217.538000', '155217.541000', '155217.544000', '155217.546000', '155217.549000', '155217.551000', '155217.554000', '155217.557000', '155217.559000', '155217.562000', '155217.565000', '155217.567000', '155217.570000', '155217.573000', '155217.576000', '155217.579000', '155217.582000', '155217.585000', '155217.587000', '155217.590000', '155217.593000', '155217.596000', '155217.600000', '155217.603000', '155217.605000', '155217.608000', '155217.610000', '155217.613000', '155217.616000', '155217.618000', '155217.621000', '155217.624000', '155229.949000', '155229.952000', '155229.955000', '155229.958000', '155229.961000', '155229.963000', '155229.966000', '155229.969000', '155229.972000', '155229.974000', '155229.983000', '155229.988000', '155229.997000', '155230.001000', '155230.004000', '155230.007000', '155230.009000', '155230.012000', '155230.015000', '155230.017000', '155230.020000', '155230.023000', '155230.026000', '155230.028000', '155230.031000', '155230.034000', '155230.037000', '155230.040000'], 'InstanceCreationTime': ['154237.563000', '154237.566000', '154237.569000', '154237.571000', '154237.574000', '154237.577000', '154237.579000', '154237.582000', '154237.584000', '154237.587000', '154237.590000', '154237.592000', '154237.595000', '154237.598000', '154237.600000', '154237.603000', '154237.605000', '154237.608000', '154237.610000', '154237.613000', '154237.616000', '154237.618000', '154237.621000', '154237.623000', '154237.626000', '154237.628000', '154237.631000', '154237.634000', '154237.636000', '154237.639000', '154237.641000', '154237.644000', '154237.646000', '154237.649000', '154237.652000', '154237.654000', '154237.657000', '154237.659000', '154237.662000', '154237.664000', '154237.667000', '154237.669000', '154237.672000', '154237.675000', '154237.677000', '154237.680000', '154257.509000', '154257.512000', '154257.515000', '154257.518000', '154257.520000', '154257.523000', '154257.525000', '154257.528000', '154257.530000', '154257.533000', '154257.536000', '154257.538000', '154257.541000', '154257.544000', '154257.546000', '154257.549000', '154257.551000', '154257.554000', '154257.556000', '154257.559000', '154257.562000', '154257.564000', '154257.567000', '154257.569000', '154257.572000', '154257.574000', '154257.577000', '154257.580000', '154257.582000', '154257.585000', '154257.587000', '154257.590000', '154257.593000', '154257.595000', '154257.605000', '154257.607000', '154257.610000', '154257.612000', '154257.615000', '154257.618000', '154257.620000', '154257.623000', '154257.625000', '154257.628000', '154317.510000', '154317.513000', '154317.515000', '154317.518000', '154317.520000', '154317.523000', '154317.526000', '154317.528000', '154317.531000', '154317.533000', '154317.536000', '154317.539000', '154317.541000', '154317.544000', '154317.548000', '154317.550000', '154317.553000', '154317.556000', '154317.558000', '154317.561000', '154317.563000', '154317.566000', '154317.569000', '154317.571000', '154317.574000', '154317.576000', '154317.579000', '154317.581000', '154317.598000', '154317.601000', '154317.604000', '154317.606000', '154317.609000', '154317.611000', '154317.614000', '154317.617000', '154317.620000', '154317.623000', '154317.626000', '154317.629000', '154317.631000', '154317.634000', '154317.636000', '154337.509000', '154337.512000', '154337.515000', '154337.517000', '154337.520000', '154337.523000', '154337.525000', '154337.528000', '154337.531000', '154337.533000', '154337.536000', '154337.539000', '154337.541000', '154337.544000', '154337.546000', '154337.549000', '154337.552000', '154337.554000', '154337.557000', '154337.559000', '154337.562000', '154337.564000', '154337.587000', '154337.590000', '154337.592000', '154337.595000', '154337.598000', '154337.600000', '154337.603000', '154337.605000', '154337.608000', '154337.611000', '154337.613000', '154337.616000', '154337.618000', '154337.621000', '154337.624000', '154337.626000', '154337.629000', '154337.631000', '154337.634000', '154337.637000', '154337.639000', '154337.642000', '154357.509000', '154357.511000', '154357.514000', '154357.517000', '154357.519000', '154357.522000', '154357.525000', '154357.527000', '154357.530000', '154357.532000', '154357.535000', '154357.538000', '154357.540000', '154357.543000', '154357.545000', '154357.548000', '154357.551000', '154357.553000', '154357.556000', '154357.558000', '154357.561000', '154357.564000', '154357.566000', '154357.569000', '154357.572000', '154357.574000', '154357.577000', '154357.579000', '154357.582000', '154357.585000', '154357.587000', '154357.590000', '154357.592000', '154357.595000', '154357.598000', '154357.600000', '154357.603000', '154357.605000', '154357.608000', '154357.611000', '154357.613000', '154357.616000', '154357.618000', '154357.621000', '154417.508000', '154417.511000', '154417.514000', '154417.516000', '154417.519000', '154417.522000', '154417.524000', '154417.527000', '154417.529000', '154417.532000', '154417.535000', '154417.537000', '154417.540000', '154417.542000', '154417.545000', '154417.548000', '154417.550000', '154417.553000', '154417.556000', '154417.558000', '154417.561000', '154417.564000', '154417.566000', '154417.569000', '154417.571000', '154417.574000', '154417.576000', '154417.579000', '154417.582000', '154417.584000', '154417.587000', '154417.590000', '154417.592000', '154417.595000', '154417.597000', '154417.609000', '154417.612000', '154417.614000', '154417.617000', '154417.619000', '154417.622000', '154417.625000', '154417.627000', '154437.509000', '154437.512000', '154437.515000', '154437.517000', '154437.520000', '154437.523000', '154437.525000', '154437.528000', '154437.530000', '154437.533000', '154437.536000', '154437.538000', '154437.541000', '154437.543000', '154437.546000', '154437.549000', '154437.551000', '154437.554000', '154437.557000', '154437.559000', '154437.562000', '154437.565000', '154437.567000', '154437.570000', '154437.572000', '154437.575000', '154437.578000', '154437.581000', '154437.584000', '154437.588000', '154437.591000', '154437.594000', '154437.596000', '154437.599000', '154437.601000', '154437.604000', '154437.607000', '154437.609000', '154437.612000', '154437.614000', '154437.617000', '154437.620000', '154437.622000', '154457.510000', '154457.512000', '154457.515000', '154457.518000', '154457.520000', '154457.523000', '154457.525000', '154457.528000', '154457.531000', '154457.533000', '154457.536000', '154457.538000', '154457.541000', '154457.544000', '154457.546000', '154457.549000', '154457.552000', '154457.554000', '154457.557000', '154457.560000', '154457.562000', '154457.565000', '154457.568000', '154457.570000', '154457.573000', '154457.575000', '154457.578000', '154457.581000', '154457.583000', '154457.586000', '154457.589000', '154457.591000', '154457.594000', '154457.597000', '154457.599000', '154457.602000', '154457.604000', '154457.607000', '154457.610000', '154457.612000', '154457.615000', '154457.617000', '154457.620000', '154457.623000', '154517.510000', '154517.513000', '154517.515000', '154517.518000', '154517.521000', '154517.523000', '154517.526000', '154517.528000', '154517.531000', '154517.534000', '154517.536000', '154517.539000', '154517.541000', '154517.544000', '154517.547000', '154517.549000', '154517.552000', '154517.566000', '154517.569000', '154517.571000', '154517.574000', '154517.577000', '154517.579000', '154517.582000', '154517.584000', '154517.587000', '154517.590000', '154517.592000', '154517.595000', '154517.598000', '154517.600000', '154517.603000', '154517.606000', '154517.608000', '154517.611000', '154517.613000', '154517.616000', '154517.619000', '154517.621000', '154517.624000', '154517.626000', '154517.629000', '154517.631000', '154537.509000', '154537.512000', '154537.515000', '154537.518000', '154537.520000', '154537.523000', '154537.526000', '154537.528000', '154537.531000', '154537.533000', '154537.536000', '154537.539000', '154537.541000', '154537.544000', '154537.546000', '154537.549000', '154537.552000', '154537.555000', '154537.557000', '154537.560000', '154537.563000', '154537.565000', '154537.568000', '154537.570000', '154537.573000', '154537.576000', '154537.578000', '154537.581000', '154537.583000', '154537.586000', '154537.589000', '154537.592000', '154537.594000', '154537.597000', '154537.599000', '154537.602000', '154537.604000', '154537.607000', '154537.610000', '154537.612000', '154537.615000', '154537.618000', '154537.620000', '154537.623000', '154557.510000', '154557.512000', '154557.515000', '154557.518000', '154557.520000', '154557.523000', '154557.526000', '154557.528000', '154557.531000', '154557.533000', '154557.536000', '154557.539000', '154557.541000', '154557.544000', '154557.547000', '154557.549000', '154557.552000', '154557.554000', '154557.557000', '154557.560000', '154557.562000', '154557.565000', '154557.567000', '154557.570000', '154557.573000', '154557.575000', '154557.578000', '154557.580000', '154557.583000', '154557.586000', '154557.588000', '154557.591000', '154557.594000', '154557.596000', '154557.599000', '154557.601000', '154557.604000', '154557.607000', '154557.609000', '154557.612000', '154557.615000', '154557.618000', '154557.621000', '154617.509000', '154617.511000', '154617.514000', '154617.517000', '154617.519000', '154617.522000', '154617.524000', '154617.527000', '154617.530000', '154617.532000', '154617.535000', '154617.537000', '154617.540000', '154617.543000', '154617.545000', '154617.548000', '154617.550000', '154617.553000', '154617.556000', '154617.558000', '154617.561000', '154617.563000', '154617.566000', '154617.569000', '154617.571000', '154617.574000', '154617.576000', '154617.579000', '154617.582000', '154617.584000', '154617.587000', '154617.590000', '154617.592000', '154617.595000', '154617.597000', '154617.600000', '154617.603000', '154617.605000', '154617.608000', '154617.611000', '154617.613000', '154617.616000', '154617.618000', '154617.621000', '154637.509000', '154637.511000', '154637.514000', '154637.517000', '154637.519000', '154637.522000', '154637.524000', '154637.527000', '154637.530000', '154637.532000', '154637.535000', '154637.537000', '154637.540000', '154637.543000', '154637.545000', '154637.548000', '154637.551000', '154637.553000', '154637.556000', '154637.558000', '154637.561000', '154637.563000', '154637.566000', '154637.569000', '154637.571000', '154637.574000', '154637.576000', '154637.579000', '154637.582000', '154637.584000', '154637.587000', '154637.590000', '154637.592000', '154637.595000', '154637.597000', '154637.600000', '154637.603000', '154637.605000', '154637.608000', '154637.610000', '154637.613000', '154637.616000', '154637.618000', '154657.510000', '154657.513000', '154657.515000', '154657.518000', '154657.520000', '154657.523000', '154657.525000', '154657.528000', '154657.531000', '154657.533000', '154657.536000', '154657.538000', '154657.541000', '154657.544000', '154657.546000', '154657.549000', '154657.551000', '154657.554000', '154657.557000', '154657.559000', '154657.562000', '154657.565000', '154657.567000', '154657.570000', '154657.572000', '154657.575000', '154657.578000', '154657.580000', '154657.583000', '154657.585000', '154657.588000', '154657.591000', '154657.593000', '154657.596000', '154657.599000', '154657.601000', '154657.604000', '154657.606000', '154657.609000', '154657.612000', '154657.614000', '154657.617000', '154657.619000', '154657.622000', '154717.510000', '154717.513000', '154717.515000', '154717.518000', '154717.520000', '154717.523000', '154717.526000', '154717.528000', '154717.531000', '154717.533000', '154717.536000', '154717.539000', '154717.541000', '154717.544000', '154717.546000', '154717.549000', '154717.552000', '154717.554000', '154717.557000', '154717.559000', '154717.562000', '154717.565000', '154717.567000', '154717.570000', '154717.572000', '154717.575000', '154717.578000', '154717.580000', '154717.583000', '154717.586000', '154717.588000', '154717.591000', '154717.594000', '154717.596000', '154717.599000', '154717.601000', '154717.604000', '154717.607000', '154717.609000', '154717.612000', '154717.614000', '154717.617000', '154717.619000', '154737.510000', '154737.512000', '154737.515000', '154737.518000', '154737.520000', '154737.523000', '154737.525000', '154737.528000', '154737.531000', '154737.533000', '154737.536000', '154737.538000', '154737.541000', '154737.544000', '154737.546000', '154737.549000', '154737.551000', '154737.554000', '154737.557000', '154737.559000', '154737.562000', '154737.564000', '154737.567000', '154737.570000', '154737.572000', '154737.575000', '154737.577000', '154737.580000', '154737.583000', '154737.585000', '154737.588000', '154737.591000', '154737.593000', '154737.596000', '154737.599000', '154737.601000', '154737.604000', '154737.606000', '154737.609000', '154737.611000', '154737.614000', '154737.617000', '154737.619000', '154737.622000', '154757.509000', '154757.512000', '154757.515000', '154757.517000', '154757.520000', '154757.523000', '154757.525000', '154757.528000', '154757.530000', '154757.533000', '154757.536000', '154757.538000', '154757.541000', '154757.543000', '154757.546000', '154757.549000', '154757.551000', '154757.554000', '154757.556000', '154757.559000', '154757.561000', '154757.564000', '154757.567000', '154757.569000', '154757.572000', '154757.574000', '154757.577000', '154757.580000', '154757.582000', '154757.585000', '154757.587000', '154757.590000', '154757.593000', '154757.595000', '154757.598000', '154757.600000', '154757.603000', '154757.605000', '154757.608000', '154757.611000', '154757.613000', '154757.616000', '154757.618000', '154817.510000', '154817.513000', '154817.515000', '154817.518000', '154817.521000', '154817.523000', '154817.526000', '154817.528000', '154817.531000', '154817.534000', '154817.536000', '154817.539000', '154817.542000', '154817.544000', '154817.547000', '154817.549000', '154817.552000', '154817.554000', '154817.557000', '154817.560000', '154817.562000', '154817.565000', '154817.567000', '154817.570000', '154817.593000', '154817.595000', '154817.598000', '154817.600000', '154817.603000', '154817.606000', '154817.608000', '154817.611000', '154817.613000', '154817.616000', '154817.618000', '154817.621000', '154817.624000', '154817.626000', '154817.629000', '154817.631000', '154817.634000', '154817.637000', '154817.639000', '154817.642000', '154837.509000', '154837.511000', '154837.514000', '154837.517000', '154837.519000', '154837.522000', '154837.524000', '154837.527000', '154837.530000', '154837.532000', '154837.535000', '154837.537000', '154837.540000', '154837.542000', '154837.545000', '154837.548000', '154837.550000', '154837.553000', '154837.555000', '154837.558000', '154837.561000', '154837.563000', '154837.566000', '154837.568000', '154837.571000', '154837.574000', '154837.576000', '154837.579000', '154837.581000', '154837.584000', '154837.586000', '154837.589000', '154837.592000', '154837.595000', '154837.597000', '154837.600000', '154837.603000', '154837.605000', '154837.608000', '154837.610000', '154837.613000', '154837.616000', '154837.618000', '154857.509000', '154857.511000', '154857.514000', '154857.517000', '154857.519000', '154857.522000', '154857.524000', '154857.527000', '154857.530000', '154857.532000', '154857.535000', '154857.537000', '154857.540000', '154857.543000', '154857.545000', '154857.548000', '154857.550000', '154857.553000', '154857.556000', '154857.558000', '154857.561000', '154857.563000', '154857.566000', '154857.569000', '154857.571000', '154857.574000', '154857.577000', '154857.579000', '154857.582000', '154857.585000', '154857.587000', '154857.590000', '154857.593000', '154857.595000', '154857.598000', '154857.601000', '154857.603000', '154857.606000', '154857.609000', '154857.611000', '154857.614000', '154857.616000', '154857.619000', '154857.622000', '154917.510000', '154917.512000', '154917.515000', '154917.518000', '154917.520000', '154917.523000', '154917.526000', '154917.528000', '154917.531000', '154917.533000', '154917.536000', '154917.538000', '154917.541000', '154917.544000', '154917.546000', '154917.549000', '154917.551000', '154917.554000', '154917.556000', '154917.559000', '154917.562000', '154917.564000', '154917.567000', '154917.569000', '154917.572000', '154917.575000', '154917.577000', '154917.580000', '154917.582000', '154917.585000', '154917.588000', '154917.590000', '154917.593000', '154917.595000', '154917.598000', '154917.601000', '154917.603000', '154917.606000', '154917.608000', '154917.611000', '154917.614000', '154917.616000', '154917.619000', '154937.510000', '154937.512000', '154937.515000', '154937.518000', '154937.520000', '154937.523000', '154937.526000', '154937.528000', '154937.531000', '154937.533000', '154937.536000', '154937.539000', '154937.541000', '154937.544000', '154937.547000', '154937.549000', '154937.552000', '154937.554000', '154937.557000', '154937.560000', '154937.571000', '154937.573000', '154937.576000', '154937.578000', '154937.581000', '154937.584000', '154937.586000', '154937.589000', '154937.592000', '154937.594000', '154937.597000', '154937.599000', '154937.602000', '154937.605000', '154937.607000', '154937.610000', '154937.613000', '154937.615000', '154937.618000', '154937.620000', '154937.623000', '154937.625000', '154937.628000', '154937.631000', '154957.510000', '154957.512000', '154957.515000', '154957.518000', '154957.520000', '154957.523000', '154957.526000', '154957.528000', '154957.531000', '154957.533000', '154957.536000', '154957.539000', '154957.541000', '154957.544000', '154957.546000', '154957.549000', '154957.552000', '154957.554000', '154957.557000', '154957.559000', '154957.562000', '154957.565000', '154957.567000', '154957.570000', '154957.572000', '154957.575000', '154957.578000', '154957.580000', '154957.583000', '154957.585000', '154957.588000', '154957.591000', '154957.593000', '154957.596000', '154957.598000', '154957.601000', '154957.604000', '154957.606000', '154957.609000', '154957.611000', '154957.614000', '154957.616000', '154957.619000', '155017.510000', '155017.512000', '155017.515000', '155017.518000', '155017.520000', '155017.523000', '155017.526000', '155017.529000', '155017.531000', '155017.534000', '155017.536000', '155017.539000', '155017.542000', '155017.544000', '155017.547000', '155017.549000', '155017.552000', '155017.555000', '155017.557000', '155017.560000', '155017.563000', '155017.565000', '155017.568000', '155017.570000', '155017.573000', '155017.576000', '155017.578000', '155017.581000', '155017.583000', '155017.586000', '155017.589000', '155017.591000', '155017.594000', '155017.597000', '155017.599000', '155017.602000', '155017.604000', '155017.607000', '155017.610000', '155017.612000', '155017.615000', '155017.617000', '155017.620000', '155037.509000', '155037.511000', '155037.514000', '155037.517000', '155037.519000', '155037.522000', '155037.525000', '155037.527000', '155037.530000', '155037.532000', '155037.535000', '155037.538000', '155037.540000', '155037.543000', '155037.545000', '155037.548000', '155037.551000', '155037.553000', '155037.556000', '155037.559000', '155037.561000', '155037.564000', '155037.566000', '155037.569000', '155037.572000', '155037.574000', '155037.577000', '155037.579000', '155037.582000', '155037.585000', '155037.587000', '155037.590000', '155037.593000', '155037.595000', '155037.598000', '155037.600000', '155037.603000', '155037.606000', '155037.608000', '155037.611000', '155037.613000', '155037.616000', '155037.618000', '155037.621000', '155057.508000', '155057.511000', '155057.514000', '155057.517000', '155057.519000', '155057.522000', '155057.525000', '155057.527000', '155057.530000', '155057.533000', '155057.535000', '155057.538000', '155057.541000', '155057.544000', '155057.547000', '155057.550000', '155057.552000', '155057.565000', '155057.567000', '155057.570000', '155057.572000', '155057.575000', '155057.578000', '155057.580000', '155057.583000', '155057.586000', '155057.588000', '155057.591000', '155057.594000', '155057.596000', '155057.599000', '155057.602000', '155057.604000', '155057.607000', '155057.609000', '155057.612000', '155057.615000', '155057.617000', '155057.620000', '155057.622000', '155057.625000', '155057.628000', '155057.630000', '155117.509000', '155117.511000', '155117.514000', '155117.517000', '155117.519000', '155117.522000', '155117.525000', '155117.527000', '155117.530000', '155117.532000', '155117.535000', '155117.538000', '155117.540000', '155117.543000', '155117.545000', '155117.548000', '155117.551000', '155117.553000', '155117.556000', '155117.559000', '155117.561000', '155117.564000', '155117.566000', '155117.569000', '155117.571000', '155117.574000', '155117.577000', '155117.579000', '155117.582000', '155117.584000', '155117.587000', '155117.590000', '155117.593000', '155117.595000', '155117.598000', '155117.600000', '155117.603000', '155117.606000', '155117.608000', '155117.611000', '155117.613000', '155117.616000', '155117.618000', '155117.621000', '155137.510000', '155137.513000', '155137.515000', '155137.518000', '155137.521000', '155137.523000', '155137.526000', '155137.528000', '155137.531000', '155137.534000', '155137.536000', '155137.539000', '155137.542000', '155137.545000', '155137.548000', '155137.551000', '155137.553000', '155137.556000', '155137.559000', '155137.561000', '155137.564000', '155137.566000', '155137.569000', '155137.572000', '155137.574000', '155137.577000', '155137.580000', '155137.582000', '155137.585000', '155137.587000', '155137.590000', '155137.593000', '155137.595000', '155137.598000', '155137.601000', '155137.603000', '155137.606000', '155137.609000', '155137.611000', '155137.614000', '155137.616000', '155137.619000', '155137.622000', '155157.510000', '155157.513000', '155157.515000', '155157.518000', '155157.521000', '155157.523000', '155157.526000', '155157.528000', '155157.531000', '155157.534000', '155157.536000', '155157.539000', '155157.541000', '155157.544000', '155157.547000', '155157.549000', '155157.552000', '155157.554000', '155157.557000', '155157.560000', '155157.562000', '155157.565000', '155157.567000', '155157.570000', '155157.572000', '155157.575000', '155157.578000', '155157.580000', '155157.583000', '155157.585000', '155157.588000', '155157.591000', '155157.593000', '155157.596000', '155157.599000', '155157.601000', '155157.604000', '155157.606000', '155157.609000', '155157.612000', '155157.614000', '155157.617000', '155157.619000', '155157.622000', '155217.510000', '155217.512000', '155217.515000', '155217.518000', '155217.520000', '155217.523000', '155217.525000', '155217.528000', '155217.531000', '155217.533000', '155217.536000', '155217.538000', '155217.541000', '155217.544000', '155217.546000', '155217.549000', '155217.551000', '155217.554000', '155217.557000', '155217.559000', '155217.562000', '155217.565000', '155217.567000', '155217.570000', '155217.573000', '155217.576000', '155217.579000', '155217.582000', '155217.585000', '155217.587000', '155217.590000', '155217.593000', '155217.596000', '155217.600000', '155217.603000', '155217.605000', '155217.608000', '155217.610000', '155217.613000', '155217.616000', '155217.618000', '155217.621000', '155217.624000', '155229.949000', '155229.952000', '155229.955000', '155229.958000', '155229.961000', '155229.963000', '155229.966000', '155229.969000', '155229.972000', '155229.974000', '155229.983000', '155229.988000', '155229.997000', '155230.001000', '155230.004000', '155230.007000', '155230.009000', '155230.012000', '155230.015000', '155230.017000', '155230.020000', '155230.023000', '155230.026000', '155230.028000', '155230.031000', '155230.034000', '155230.037000', '155230.040000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [7486, 10020, 7859, 7931, 10450, 7643, 8601, 7102, 6843, 8302, 6605, 9141, 7582, 11931, 7487, 6738, 7769, 6598, 8349, 6882, 11204, 8491, 7525, 7775, 7202, 8930, 7341, 8306, 7702, 7215, 10727, 6966, 9080, 7007, 7381, 7448, 7819, 11365, 7257, 10404, 7087, 8347, 7448, 7020, 10005, 7619, 10964, 7143, 7464, 7467, 6883, 8774, 6963, 11793, 7458, 8320, 7109, 7064, 7677, 6548, 10476, 7503, 8518, 6915, 7031, 7440, 6843, 9345, 7034, 10720, 6841, 7736, 7066, 7176, 8185, 6955, 11275, 7462, 10058, 7047, 7898, 7716, 7741, 8698, 6813, 8694, 6787, 9060, 7021, 8827, 7570, 8105, 8313, 6643, 8205, 6743, 9150, 7244, 10284, 8231, 7338, 7826, 6611, 8660, 6995, 9574, 7941, 11447, 8570, 7617, 7572, 6690, 8794, 6676, 9517, 7990, 11021, 7391, 6605, 7736, 6964, 8521, 6847, 10401, 7682, 8109, 7054, 6673, 7724, 6723, 9785, 7598, 9177, 7087, 7203, 7535, 6570, 9237, 7299, 12615, 7696, 8387, 7209, 7474, 7721, 7275, 9692, 7258, 9451, 7485, 7337, 7398, 6944, 8111, 6978, 10962, 6869, 9420, 6697, 9468, 7560, 10522, 8251, 8599, 7297, 6677, 7212, 6330, 9089, 7100, 10379, 7175, 9316, 7191, 8889, 8027, 8333, 8679, 7059, 8841, 7169, 9331, 7498, 10490, 8539, 7504, 8333, 6970, 8996, 7258, 9674, 7799, 9448, 7913, 6654, 7777, 6504, 8628, 7175, 9984, 8025, 7065, 7550, 6603, 8778, 6965, 9819, 7392, 10374, 7811, 7337, 7621, 6455, 8840, 6538, 10346, 7452, 8923, 7267, 7996, 7377, 7166, 9088, 7055, 9488, 7399, 8888, 7822, 8618, 8237, 6909, 9456, 7158, 10564, 7745, 9466, 8328, 8365, 10674, 7646, 10598, 7784, 9154, 8187, 8862, 8317, 7289, 9575, 7583, 8602, 7986, 6855, 8859, 7059, 11350, 7370, 9129, 7840, 7646, 8345, 7513, 10715, 7896, 9869, 8106, 7640, 8343, 7466, 10219, 7840, 9336, 7924, 6645, 8172, 6826, 10170, 7882, 11405, 8135, 7239, 8260, 7038, 10301, 7760, 12054, 8953, 7576, 8831, 7512, 10583, 8297, 11723, 9588, 7589, 9562, 7815, 9808, 8293, 10260, 8972, 7620, 9217, 7829, 9498, 8213, 7817, 8912, 7016, 11634, 7945, 8790, 7996, 7178, 8463, 7246, 11125, 8440, 7471, 8104, 6940, 9433, 7330, 10751, 8626, 8134, 7736, 6578, 8587, 6927, 9911, 7717, 10561, 7789, 8197, 7726, 6781, 9768, 8109, 8763, 7846, 6829, 9195, 6956, 10683, 8311, 12217, 8673, 7084, 8825, 7260, 10305, 8254, 11779, 8577, 8232, 8264, 6856, 10026, 8002, 11402, 8546, 7066, 9366, 7392, 10254, 8296, 11602, 9338, 7196, 8825, 7719, 10052, 8675, 9611, 9354, 7596, 9642, 7604, 9934, 8175, 9034, 9213, 7864, 9619, 8125, 9102, 8385, 8098, 9602, 7596, 12029, 8122, 7412, 8914, 7150, 10393, 7981, 12151, 8670, 8777, 8319, 6858, 9898, 8220, 12047, 9074, 7474, 9614, 7745, 9988, 8485, 10184, 9024, 6845, 8992, 7752, 6801, 8707, 7386, 6754, 8114, 7398, 8152, 11736, 7579, 6780, 9156, 7098, 9885, 9805, 7379, 9078, 7536, 6734, 8950, 7227, 9640, 10862, 7897, 13856, 11973, 6856, 8865, 7228, 9346, 7790, 8674, 8385, 7747, 9053, 7616, 8687, 7615, 6528, 9483, 7751, 12526, 9585, 8316, 9652, 8161, 10382, 8713, 8685, 8714, 7465, 11334, 7537, 9186, 7681, 6664, 8886, 7273, 10629, 8865, 7213, 8867, 7431, 8648, 7893, 6984, 9467, 7633, 9580, 7630, 6640, 8263, 6696, 9091, 7000, 9805, 7952, 9915, 7681, 7357, 7710, 6896, 9014, 7027, 10817, 7922, 6513, 8496, 7036, 9911, 7803, 11010, 8928, 7853, 7956, 6709, 8710, 7785, 8911, 9056, 10898, 7137, 10106, 7409, 9933, 8151, 10917, 9185, 7152, 8188, 7191, 9167, 7418, 9864, 8561, 7091, 8960, 7651, 9015, 8085, 8650, 8487, 7426, 9034, 7099, 9874, 7899, 11057, 8943, 7313, 8637, 7223, 9645, 7609, 10553, 8696, 8551, 7966, 7065, 9007, 6941, 10104, 7928, 11244, 8124, 7358, 8096, 6892, 9563, 7672, 11751, 8576, 7232, 8314, 7227, 10198, 7716, 11901, 8844, 7107, 8907, 7197, 9850, 7605, 12148, 8757, 7362, 8610, 7390, 9796, 7771, 11465, 8960, 7335, 8960, 6914, 9696, 8251, 9909, 8432, 6965, 9407, 7308, 9432, 8018, 7921, 9565, 7089, 9301, 7810, 7104, 9305, 7440, 10742, 7669, 8478, 8180, 7125, 9935, 7819, 11892, 8059, 8746, 8358, 6883, 9846, 7494, 12081, 8295, 9111, 7913, 7131, 8560, 7004, 11188, 8107, 9073, 8010, 7228, 8461, 7645, 9997, 7553, 9535, 7475, 9554, 7578, 10097, 8709, 7362, 8445, 7169, 9874, 8032, 8830, 8361, 7351, 9423, 7398, 9451, 8154, 7774, 10443, 7865, 10727, 7942, 8293, 8735, 7458, 11213, 8565, 8715, 8122, 6666, 8923, 7369, 10448, 8519, 8022, 8260, 7480, 9401, 7806, 10751, 8951, 7769, 9661, 7662, 8664, 8549, 7261, 10481, 8845, 10181, 8582, 7388, 9591, 7883, 11010, 9125, 8244, 8958, 7595, 10248, 8182, 8697, 9267, 7882, 12852, 8367, 7041, 9383, 7924, 10636, 8683, 7992, 9055, 7363, 9603, 8028, 9699, 8595, 7985, 10013, 7537, 9284, 7972, 7855, 8296, 7030, 11051, 7789, 9225, 7941, 7291, 8560, 6998, 10464, 7555, 9211, 7555, 8069, 8137, 7628, 9818, 7318, 9317, 7524, 8553, 8165, 8271, 9259, 7535, 9268, 7718, 9099, 8074, 10013, 8525, 7318, 8755, 7556, 9772, 8231, 9108, 8655, 7317, 9342, 7740, 9033, 8208, 9275, 8908, 7613, 10144, 7855, 10237, 8373, 11250, 8870, 7488, 8919, 7541, 9827, 8056, 10378, 8912, 7649, 8805, 7772, 9996, 8245, 10853, 8722, 7379, 8614, 7440, 8050, 7388, 6506, 8819, 7237, 6595, 10747, 7155, 9133, 7484, 7490, 8059, 6919, 11148, 7002, 9512, 7238, 9529, 7903, 9395, 8174, 6870, 7799, 6872, 8554, 7205, 7606, 8136, 6946, 8809, 6824, 9222, 7284, 10236, 7959, 10295, 7087, 8790, 6806, 8973, 7422, 9313, 7934, 7904, 7262, 6767, 7905, 6668, 8513, 7765, 8760, 6607, 9032, 6858, 9293, 7186, 10010, 8083, 9515, 7210, 7755, 7413, 7817, 7693, 7399, 9465, 6994, 9131, 7197, 9656, 7791, 10433, 8400, 6873, 7967, 7037, 8776, 7302, 9366, 7023, 8693, 8664, 6870, 8273, 6954, 9124, 7145, 9728, 7374, 9585, 7440, 9501, 7166, 9317, 7317, 8072, 7681, 6674, 8033, 6846, 8605, 7182, 9285, 7629, 9383, 8066, 7492, 7220, 6712, 7433, 6608, 7662, 6615, 9375, 7014, 9032, 7103, 8868, 7517, 8121, 8022, 6705, 8542, 7126, 9311, 7810, 10105, 8233, 7424, 7851, 6813, 9108, 6711, 9772, 7448, 10965, 8324, 6936, 7876, 6612, 9747, 7012, 10453, 8294, 7519, 7737, 6784, 8390, 7854, 7727, 9237, 8265, 6666, 7989, 6624, 8732, 6746, 9140, 7958, 7725, 7231, 6551, 8440, 6501, 9072, 6572, 8811, 7213, 8335, 7285, 9512, 7601, 8393, 7361, 6773, 9084, 7017, 9564, 7601, 9518, 7704, 7511, 7202, 7388, 7059, 7773, 7682, 6680, 8527, 6748, 8248, 7128, 9524, 7803, 8350, 8595, 6901, 9073, 7056, 9671, 7597, 9934, 8353, 6796, 8316, 6857, 9369, 7049, 9934, 7713, 10792, 7786, 9089, 7227, 7729, 7803, 7390, 8469, 6787, 8824, 6856, 8851, 7229, 9521, 7606, 9932, 8089, 7245, 7633, 6711, 8786, 6841, 10000, 7832, 11062, 7628, 7013, 7689, 6360, 8347, 6451, 10114, 7891, 8416, 7351, 7181, 7675, 6590, 8606, 6777, 9802, 6959, 8751, 7274, 7636, 7535, 6716, 9203, 6856, 8724, 7124, 8716, 7494, 9529, 7978, 8247, 7130, 6423, 7894, 6857, 8827, 7009, 9083, 7728, 7000, 7439, 6708, 8444, 6628, 9653, 7454, 10239, 7820, 7645, 7304, 8002, 7157, 9173, 7649, 6846, 8468, 7064, 8582, 7234, 8301, 7561, 8348, 8645, 6929, 8727, 7195, 8497, 7959, 8517, 8296, 7008, 7566, 6644, 6456, 7847, 6481, 8446, 8002, 6531, 10088, 6876, 6714, 7639, 6703, 9688, 8251, 11358, 7209, 6595, 7329, 6718, 8960, 7252, 10584, 7094, 6474, 7409, 6524, 8430, 7209, 8292, 7542, 6605, 8320, 6751, 9551, 7269, 9867, 7929, 6636, 8120, 6952, 8864, 7116, 9221, 7876, 6895, 8298, 6498, 8550, 7030, 9589, 7889, 7202, 8630, 6529, 9137, 6875, 8382, 7682, 6770, 10041, 7074, 8673, 7220, 6516, 8572, 6989, 11050, 7481, 6770, 8299, 6780, 9716, 7695, 8405, 9040, 7108, 7946, 7569, 6658, 9656, 7724, 7883, 7649, 7033, 8269, 7765, 6577, 10649, 8326, 6731, 8050, 6988, 9347, 7713, 7655, 10600, 7788, 7672, 7191, 6698, 9070, 7169, 9258, 7755, 6916, 8492, 7158, 7918, 7166, 7937, 8168, 6624, 9386, 6885, 6612, 7519, 6522, 8365, 6437, 8472, 6685, 11368, 7633, 6492, 7706, 6582, 7915, 7128, 7163, 9505, 6925, 7265, 7183, 6650, 8330, 6447, 8697, 7094, 10819, 7945, 7864, 7544, 6859, 8549, 7344, 9566, 7477, 9690, 8022, 6950, 7848, 6842, 8740, 7081, 8017, 7155, 7003, 9573, 6513, 8122, 6955, 7163, 7080, 6603, 9206, 7109, 6856, 8037, 6771, 7435, 7196, 6573, 10132, 8228, 8395, 7897, 6719, 8865, 7149, 10568, 8052, 6895, 8616, 6920, 8473, 7064, 7808, 7772, 6517, 10535, 6771, 6927, 6964, 6618, 8977, 7640, 13755, 11995, 7261, 9629, 7047, 7170, 7478, 6715, 8806, 7482, 9841, 7935, 6757, 8448, 7154, 8755, 7403, 7307, 11340, 8553, 10573, 7285, 6859, 7919, 6576, 9765, 7839, 9344, 7396, 6742, 8315, 6851, 7222, 8111, 7336, 7974, 6951, 6487, 8302, 6922], 'WindowCenter': [3927.0, 3960.0, 3937.0, 3918.0, 3953.0, 3899.0, 3905.0, 3875.0, 3863.0, 3905.0, 3863.0, 3916.0, 3884.0, 3937.0, 3885.0, 3863.0, 3883.0, 3863.0, 3904.0, 3874.0, 3935.0, 3907.0, 3895.0, 3894.0, 3879.0, 3903.0, 3885.0, 3907.0, 3896.0, 3878.0, 3936.0, 3874.0, 3904.0, 3874.0, 3883.0, 3885.0, 3883.0, 3937.0, 3884.0, 3916.0, 3873.0, 3893.0, 3873.0, 3873.0, 3915.0, 3884.0, 3922.0, 3873.0, 3871.0, 3872.0, 3872.0, 3902.0, 3873.0, 3935.0, 3872.0, 3890.0, 3872.0, 3871.0, 3882.0, 3862.0, 3926.0, 3885.0, 3904.0, 3875.0, 3873.0, 3884.0, 3862.0, 3912.0, 3873.0, 3921.0, 3873.0, 3882.0, 3873.0, 3872.0, 3905.0, 3865.0, 3935.0, 3884.0, 3907.0, 3872.0, 3893.0, 3883.0, 3894.0, 3905.0, 3864.0, 3902.0, 3862.0, 3902.0, 3871.0, 3903.0, 3895.0, 3887.0, 3905.0, 3857.0, 3888.0, 3862.0, 3902.0, 3883.0, 3924.0, 3904.0, 3883.0, 3881.0, 3874.0, 3902.0, 3873.0, 3905.0, 3888.0, 3934.0, 3906.0, 3883.0, 3883.0, 3862.0, 3902.0, 3863.0, 3913.0, 3893.0, 3925.0, 3872.0, 3861.0, 3883.0, 3870.0, 3904.0, 3872.0, 3924.0, 3891.0, 3892.0, 3872.0, 3862.0, 3883.0, 3863.0, 3925.0, 3882.0, 3912.0, 3874.0, 3881.0, 3894.0, 3861.0, 3915.0, 3884.0, 3947.0, 3884.0, 3893.0, 3883.0, 3871.0, 3882.0, 3880.0, 3915.0, 3884.0, 3913.0, 3883.0, 3876.0, 3883.0, 3866.0, 3894.0, 3868.0, 3936.0, 3861.0, 3901.0, 3863.0, 3912.0, 3894.0, 3923.0, 3894.0, 3901.0, 3882.0, 3861.0, 3883.0, 3862.0, 3915.0, 3873.0, 3924.0, 3874.0, 3913.0, 3873.0, 3912.0, 3905.0, 3902.0, 3905.0, 3873.0, 3902.0, 3872.0, 3911.0, 3884.0, 3923.0, 3903.0, 3871.0, 3893.0, 3872.0, 3901.0, 3881.0, 3913.0, 3893.0, 3913.0, 3887.0, 3862.0, 3882.0, 3863.0, 3915.0, 3886.0, 3924.0, 3894.0, 3872.0, 3896.0, 3872.0, 3903.0, 3871.0, 3924.0, 3883.0, 3924.0, 3895.0, 3882.0, 3894.0, 3863.0, 3917.0, 3864.0, 3924.0, 3883.0, 3905.0, 3883.0, 3892.0, 3883.0, 3884.0, 3917.0, 3885.0, 3925.0, 3897.0, 3914.0, 3895.0, 3910.0, 3907.0, 3886.0, 3925.0, 3884.0, 3934.0, 3890.0, 3924.0, 3917.0, 3904.0, 3937.0, 3894.0, 3919.0, 3895.0, 3913.0, 3905.0, 3915.0, 3905.0, 3881.0, 3924.0, 3893.0, 3903.0, 3894.0, 3867.0, 3916.0, 3884.0, 3945.0, 3883.0, 3914.0, 3904.0, 3893.0, 3905.0, 3879.0, 3936.0, 3894.0, 3920.0, 3904.0, 3892.0, 3904.0, 3883.0, 3925.0, 3905.0, 3904.0, 3904.0, 3873.0, 3904.0, 3872.0, 3936.0, 3905.0, 3946.0, 3894.0, 3883.0, 3905.0, 3879.0, 3937.0, 3896.0, 3944.0, 3916.0, 3893.0, 3915.0, 3883.0, 3923.0, 3900.0, 3939.0, 3913.0, 3882.0, 3913.0, 3882.0, 3911.0, 3903.0, 3924.0, 3913.0, 3882.0, 3912.0, 3882.0, 3911.0, 3892.0, 3880.0, 3914.0, 3872.0, 3935.0, 3893.0, 3897.0, 3893.0, 3870.0, 3904.0, 3884.0, 3933.0, 3902.0, 3882.0, 3893.0, 3866.0, 3913.0, 3883.0, 3934.0, 3915.0, 3892.0, 3893.0, 3859.0, 3904.0, 3871.0, 3925.0, 3894.0, 3923.0, 3887.0, 3904.0, 3894.0, 3867.0, 3925.0, 3907.0, 3914.0, 3905.0, 3874.0, 3926.0, 3884.0, 3936.0, 3905.0, 3946.0, 3903.0, 3882.0, 3914.0, 3882.0, 3936.0, 3901.0, 3944.0, 3904.0, 3902.0, 3904.0, 3861.0, 3924.0, 3894.0, 3935.0, 3905.0, 3871.0, 3913.0, 3884.0, 3923.0, 3904.0, 3933.0, 3916.0, 3873.0, 3914.0, 3894.0, 3925.0, 3915.0, 3924.0, 3916.0, 3883.0, 3913.0, 3893.0, 3922.0, 3904.0, 3913.0, 3915.0, 3893.0, 3914.0, 3903.0, 3912.0, 3904.0, 3888.0, 3913.0, 3893.0, 3939.0, 3894.0, 3883.0, 3915.0, 3872.0, 3926.0, 3893.0, 3946.0, 3903.0, 3902.0, 3892.0, 3855.0, 3913.0, 3893.0, 3944.0, 3903.0, 3882.0, 3912.0, 3882.0, 3911.0, 3904.0, 3917.0, 3903.0, 3890.0, 3932.0, 3894.0, 3842.0, 3888.0, 3869.0, 3860.0, 3890.0, 3895.0, 3906.0, 3946.0, 3894.0, 3861.0, 3913.0, 3873.0, 3912.0, 3914.0, 3883.0, 3903.0, 3883.0, 3874.0, 3915.0, 3884.0, 3914.0, 3936.0, 3895.0, 3957.0, 3950.0, 3876.0, 3915.0, 3886.0, 3914.0, 3883.0, 3890.0, 3893.0, 3882.0, 3905.0, 3884.0, 3903.0, 3884.0, 3853.0, 3903.0, 3875.0, 3918.0, 3901.0, 3879.0, 3897.0, 3880.0, 3892.0, 3891.0, 3878.0, 3890.0, 3851.0, 3905.0, 3867.0, 3886.0, 3868.0, 3847.0, 3889.0, 3870.0, 3910.0, 3902.0, 3869.0, 3900.0, 3871.0, 3890.0, 3881.0, 3870.0, 3911.0, 3882.0, 3912.0, 3883.0, 3862.0, 3903.0, 3862.0, 3905.0, 3873.0, 3925.0, 3893.0, 3907.0, 3895.0, 3883.0, 3896.0, 3884.0, 3917.0, 3877.0, 3936.0, 3906.0, 3865.0, 3914.0, 3887.0, 3940.0, 3905.0, 3950.0, 3929.0, 3907.0, 3904.0, 3875.0, 3915.0, 3896.0, 3918.0, 3915.0, 3938.0, 3874.0, 3925.0, 3885.0, 3924.0, 3907.0, 3936.0, 3927.0, 3886.0, 3907.0, 3886.0, 3928.0, 3885.0, 3927.0, 3920.0, 3887.0, 3917.0, 3908.0, 3928.0, 3909.0, 3918.0, 3919.0, 3895.0, 3918.0, 3886.0, 3925.0, 3907.0, 3948.0, 3913.0, 3897.0, 3916.0, 3896.0, 3925.0, 3895.0, 3936.0, 3917.0, 3916.0, 3906.0, 3885.0, 3916.0, 3886.0, 3937.0, 3906.0, 3937.0, 3896.0, 3885.0, 3892.0, 3886.0, 3927.0, 3896.0, 3946.0, 3917.0, 3885.0, 3905.0, 3884.0, 3926.0, 3895.0, 3948.0, 3916.0, 3885.0, 3917.0, 3886.0, 3926.0, 3895.0, 3945.0, 3905.0, 3883.0, 3904.0, 3884.0, 3925.0, 3896.0, 3947.0, 3916.0, 3883.0, 3915.0, 3885.0, 3924.0, 3918.0, 3928.0, 3906.0, 3886.0, 3915.0, 3896.0, 3914.0, 3905.0, 3907.0, 3937.0, 3887.0, 3926.0, 3896.0, 3885.0, 3929.0, 3896.0, 3938.0, 3897.0, 3901.0, 3906.0, 3885.0, 3938.0, 3896.0, 3947.0, 3895.0, 3904.0, 3905.0, 3873.0, 3921.0, 3882.0, 3946.0, 3893.0, 3903.0, 3888.0, 3870.0, 3904.0, 3873.0, 3933.0, 3894.0, 3902.0, 3893.0, 3881.0, 3904.0, 3882.0, 3921.0, 3882.0, 3912.0, 3882.0, 3911.0, 3894.0, 3923.0, 3899.0, 3879.0, 3903.0, 3873.0, 3922.0, 3905.0, 3916.0, 3906.0, 3880.0, 3913.0, 3884.0, 3914.0, 3905.0, 3892.0, 3936.0, 3886.0, 3934.0, 3888.0, 3902.0, 3904.0, 3883.0, 3934.0, 3905.0, 3899.0, 3893.0, 3862.0, 3913.0, 3883.0, 3923.0, 3905.0, 3893.0, 3904.0, 3883.0, 3912.0, 3893.0, 3922.0, 3904.0, 3883.0, 3913.0, 3896.0, 3915.0, 3916.0, 3884.0, 3925.0, 3915.0, 3923.0, 3903.0, 3883.0, 3909.0, 3893.0, 3933.0, 3913.0, 3893.0, 3902.0, 3882.0, 3922.0, 3893.0, 3901.0, 3901.0, 3892.0, 3944.0, 3889.0, 3871.0, 3909.0, 3893.0, 3923.0, 3903.0, 3890.0, 3902.0, 3882.0, 3910.0, 3893.0, 3911.0, 3904.0, 3892.0, 3924.0, 3882.0, 3896.0, 3892.0, 3888.0, 3904.0, 3872.0, 3935.0, 3883.0, 3912.0, 3893.0, 3882.0, 3903.0, 3871.0, 3924.0, 3878.0, 3912.0, 3882.0, 3886.0, 3894.0, 3882.0, 3924.0, 3884.0, 3911.0, 3883.0, 3898.0, 3905.0, 3904.0, 3911.0, 3895.0, 3911.0, 3894.0, 3902.0, 3894.0, 3924.0, 3904.0, 3884.0, 3900.0, 3882.0, 3911.0, 3905.0, 3915.0, 3906.0, 3885.0, 3913.0, 3893.0, 3913.0, 3898.0, 3915.0, 3915.0, 3896.0, 3924.0, 3894.0, 3924.0, 3905.0, 3934.0, 3914.0, 3883.0, 3903.0, 3882.0, 3913.0, 3893.0, 3935.0, 3914.0, 3894.0, 3904.0, 3893.0, 3912.0, 3898.0, 3933.0, 3915.0, 3883.0, 3903.0, 3883.0, 3900.0, 3882.0, 3850.0, 3901.0, 3883.0, 3861.0, 3924.0, 3872.0, 3895.0, 3883.0, 3871.0, 3894.0, 3866.0, 3924.0, 3871.0, 3900.0, 3870.0, 3900.0, 3892.0, 3902.0, 3892.0, 3860.0, 3880.0, 3860.0, 3899.0, 3885.0, 3894.0, 3894.0, 3874.0, 3903.0, 3875.0, 3912.0, 3883.0, 3926.0, 3892.0, 3914.0, 3872.0, 3892.0, 3860.0, 3902.0, 3884.0, 3913.0, 3895.0, 3881.0, 3873.0, 3861.0, 3892.0, 3873.0, 3906.0, 3883.0, 3904.0, 3862.0, 3899.0, 3861.0, 3913.0, 3873.0, 3913.0, 3894.0, 3912.0, 3871.0, 3879.0, 3870.0, 3879.0, 3894.0, 3883.0, 3914.0, 3873.0, 3902.0, 3872.0, 3912.0, 3894.0, 3923.0, 3906.0, 3863.0, 3894.0, 3866.0, 3902.0, 3882.0, 3914.0, 3873.0, 3896.0, 3905.0, 3861.0, 3892.0, 3872.0, 3912.0, 3872.0, 3911.0, 3871.0, 3899.0, 3871.0, 3901.0, 3868.0, 3901.0, 3884.0, 3893.0, 3894.0, 3862.0, 3891.0, 3872.0, 3901.0, 3873.0, 3913.0, 3896.0, 3914.0, 3895.0, 3881.0, 3883.0, 3861.0, 3882.0, 3860.0, 3894.0, 3872.0, 3915.0, 3874.0, 3914.0, 3884.0, 3913.0, 3896.0, 3900.0, 3905.0, 3871.0, 3903.0, 3884.0, 3913.0, 3889.0, 3937.0, 3907.0, 3884.0, 3894.0, 3872.0, 3914.0, 3871.0, 3923.0, 3884.0, 3935.0, 3905.0, 3871.0, 3893.0, 3872.0, 3924.0, 3882.0, 3925.0, 3905.0, 3882.0, 3883.0, 3871.0, 3904.0, 3893.0, 3895.0, 3912.0, 3893.0, 3859.0, 3892.0, 3860.0, 3902.0, 3872.0, 3913.0, 3893.0, 3893.0, 3884.0, 3861.0, 3905.0, 3862.0, 3916.0, 3860.0, 3903.0, 3881.0, 3892.0, 3881.0, 3914.0, 3883.0, 3901.0, 3875.0, 3873.0, 3913.0, 3883.0, 3924.0, 3894.0, 3913.0, 3895.0, 3882.0, 3884.0, 3881.0, 3884.0, 3894.0, 3894.0, 3874.0, 3903.0, 3884.0, 3904.0, 3886.0, 3920.0, 3894.0, 3903.0, 3915.0, 3873.0, 3913.0, 3883.0, 3914.0, 3908.0, 3936.0, 3905.0, 3872.0, 3904.0, 3873.0, 3913.0, 3881.0, 3925.0, 3892.0, 3923.0, 3892.0, 3901.0, 3883.0, 3891.0, 3886.0, 3881.0, 3904.0, 3873.0, 3913.0, 3871.0, 3901.0, 3883.0, 3911.0, 3893.0, 3922.0, 3894.0, 3881.0, 3881.0, 3860.0, 3902.0, 3872.0, 3924.0, 3882.0, 3934.0, 3882.0, 3869.0, 3881.0, 3848.0, 3902.0, 3861.0, 3922.0, 3893.0, 3890.0, 3881.0, 3860.0, 3882.0, 3870.0, 3903.0, 3861.0, 3918.0, 3868.0, 3900.0, 3881.0, 3879.0, 3894.0, 3859.0, 3913.0, 3861.0, 3900.0, 3872.0, 3899.0, 3882.0, 3912.0, 3887.0, 3890.0, 3870.0, 3848.0, 3891.0, 3856.0, 3913.0, 3871.0, 3912.0, 3893.0, 3883.0, 3884.0, 3873.0, 3903.0, 3873.0, 3925.0, 3882.0, 3923.0, 3894.0, 3891.0, 3882.0, 3891.0, 3871.0, 3910.0, 3882.0, 3862.0, 3902.0, 3871.0, 3902.0, 3883.0, 3892.0, 3894.0, 3903.0, 3903.0, 3870.0, 3901.0, 3882.0, 3903.0, 3906.0, 3914.0, 3904.0, 3883.0, 3893.0, 3861.0, 3861.0, 3893.0, 3862.0, 3902.0, 3889.0, 3863.0, 3922.0, 3867.0, 3869.0, 3893.0, 3872.0, 3925.0, 3892.0, 3922.0, 3870.0, 3859.0, 3881.0, 3860.0, 3913.0, 3879.0, 3923.0, 3872.0, 3849.0, 3882.0, 3861.0, 3904.0, 3878.0, 3899.0, 3894.0, 3861.0, 3902.0, 3872.0, 3912.0, 3883.0, 3925.0, 3895.0, 3863.0, 3892.0, 3872.0, 3902.0, 3883.0, 3914.0, 3894.0, 3873.0, 3906.0, 3861.0, 3901.0, 3872.0, 3909.0, 3893.0, 3873.0, 3903.0, 3850.0, 3911.0, 3860.0, 3890.0, 3890.0, 3860.0, 3926.0, 3871.0, 3901.0, 3881.0, 3860.0, 3895.0, 3872.0, 3935.0, 3883.0, 3872.0, 3901.0, 3873.0, 3924.0, 3896.0, 3903.0, 3915.0, 3873.0, 3885.0, 3882.0, 3860.0, 3911.0, 3882.0, 3891.0, 3880.0, 3870.0, 3890.0, 3881.0, 3861.0, 3923.0, 3904.0, 3860.0, 3891.0, 3871.0, 3901.0, 3882.0, 3881.0, 3922.0, 3882.0, 3878.0, 3870.0, 3860.0, 3899.0, 3871.0, 3892.0, 3881.0, 3859.0, 3889.0, 3870.0, 3879.0, 3874.0, 3880.0, 3880.0, 3859.0, 3899.0, 3857.0, 3848.0, 3870.0, 3849.0, 3891.0, 3849.0, 3889.0, 3859.0, 3920.0, 3869.0, 3848.0, 3879.0, 3861.0, 3887.0, 3872.0, 3871.0, 3912.0, 3873.0, 3870.0, 3870.0, 3860.0, 3892.0, 3850.0, 3890.0, 3863.0, 3922.0, 3882.0, 3881.0, 3880.0, 3860.0, 3900.0, 3881.0, 3900.0, 3882.0, 3911.0, 3882.0, 3860.0, 3879.0, 3857.0, 3902.0, 3873.0, 3891.0, 3872.0, 3870.0, 3926.0, 3850.0, 3890.0, 3871.0, 3864.0, 3872.0, 3873.0, 3914.0, 3896.0, 3871.0, 3902.0, 3875.0, 3895.0, 3884.0, 3875.0, 3925.0, 3899.0, 3905.0, 3893.0, 3873.0, 3896.0, 3873.0, 3924.0, 3889.0, 3872.0, 3891.0, 3872.0, 3888.0, 3871.0, 3881.0, 3883.0, 3850.0, 3923.0, 3855.0, 3871.0, 3872.0, 3856.0, 3898.0, 3882.0, 3946.0, 3938.0, 3885.0, 3917.0, 3883.0, 3865.0, 3882.0, 3860.0, 3901.0, 3883.0, 3913.0, 3895.0, 3861.0, 3891.0, 3871.0, 3890.0, 3869.0, 3869.0, 3922.0, 3892.0, 3909.0, 3870.0, 3847.0, 3880.0, 3841.0, 3898.0, 3868.0, 3888.0, 3864.0, 3854.0, 3874.0, 3848.0, 3857.0, 3880.0, 3870.0, 3879.0, 3871.0, 3850.0, 3891.0, 3871.0], 'WindowWidth': [8814.0, 8851.0, 8817.0, 8777.0, 8823.0, 8745.0, 8746.0, 8706.0, 8687.0, 8744.0, 8687.0, 8760.0, 8715.0, 8790.0, 8716.0, 8686.0, 8713.0, 8685.0, 8739.0, 8703.0, 8783.0, 8750.0, 8729.0, 8728.0, 8706.0, 8739.0, 8719.0, 8750.0, 8732.0, 8703.0, 8785.0, 8703.0, 8741.0, 8701.0, 8710.0, 8719.0, 8714.0, 8787.0, 8713.0, 8748.0, 8697.0, 8723.0, 8697.0, 8699.0, 8755.0, 8714.0, 8760.0, 8696.0, 8692.0, 8695.0, 8694.0, 8736.0, 8696.0, 8782.0, 8695.0, 8716.0, 8694.0, 8691.0, 8710.0, 8684.0, 8771.0, 8716.0, 8739.0, 8703.0, 8697.0, 8713.0, 8683.0, 8750.0, 8698.0, 8759.0, 8700.0, 8709.0, 8697.0, 8694.0, 8743.0, 8682.0, 8784.0, 8714.0, 8737.0, 8696.0, 8724.0, 8711.0, 8729.0, 8741.0, 8687.0, 8735.0, 8684.0, 8735.0, 8695.0, 8737.0, 8731.0, 8712.0, 8744.0, 8672.0, 8714.0, 8685.0, 8734.0, 8712.0, 8768.0, 8740.0, 8713.0, 8707.0, 8700.0, 8736.0, 8699.0, 8733.0, 8716.0, 8780.0, 8745.0, 8710.0, 8710.0, 8682.0, 8735.0, 8685.0, 8750.0, 8725.0, 8768.0, 8696.0, 8680.0, 8711.0, 8691.0, 8740.0, 8697.0, 8766.0, 8722.0, 8721.0, 8697.0, 8682.0, 8711.0, 8687.0, 8768.0, 8712.0, 8749.0, 8701.0, 8707.0, 8726.0, 8682.0, 8755.0, 8713.0, 8801.0, 8713.0, 8724.0, 8711.0, 8692.0, 8708.0, 8705.0, 8754.0, 8714.0, 8750.0, 8713.0, 8697.0, 8712.0, 8685.0, 8729.0, 8688.0, 8786.0, 8681.0, 8733.0, 8686.0, 8747.0, 8728.0, 8763.0, 8729.0, 8732.0, 8710.0, 8681.0, 8712.0, 8685.0, 8759.0, 8701.0, 8769.0, 8702.0, 8752.0, 8701.0, 8751.0, 8746.0, 8738.0, 8744.0, 8699.0, 8735.0, 8697.0, 8745.0, 8716.0, 8766.0, 8739.0, 8694.0, 8722.0, 8697.0, 8733.0, 8709.0, 8750.0, 8727.0, 8753.0, 8712.0, 8684.0, 8710.0, 8690.0, 8761.0, 8723.0, 8769.0, 8731.0, 8698.0, 8735.0, 8698.0, 8740.0, 8695.0, 8768.0, 8715.0, 8769.0, 8731.0, 8711.0, 8730.0, 8688.0, 8764.0, 8691.0, 8771.0, 8715.0, 8735.0, 8715.0, 8725.0, 8715.0, 8718.0, 8765.0, 8723.0, 8773.0, 8739.0, 8758.0, 8735.0, 8751.0, 8751.0, 8723.0, 8773.0, 8719.0, 8783.0, 8722.0, 8770.0, 8766.0, 8745.0, 8791.0, 8730.0, 8757.0, 8732.0, 8752.0, 8745.0, 8761.0, 8746.0, 8710.0, 8769.0, 8727.0, 8740.0, 8729.0, 8690.0, 8763.0, 8718.0, 8800.0, 8716.0, 8755.0, 8744.0, 8728.0, 8748.0, 8707.0, 8788.0, 8729.0, 8760.0, 8743.0, 8725.0, 8743.0, 8714.0, 8771.0, 8746.0, 8734.0, 8743.0, 8702.0, 8745.0, 8701.0, 8787.0, 8748.0, 8801.0, 8731.0, 8716.0, 8745.0, 8706.0, 8791.0, 8739.0, 8797.0, 8761.0, 8726.0, 8757.0, 8714.0, 8767.0, 8736.0, 8785.0, 8753.0, 8711.0, 8751.0, 8711.0, 8747.0, 8738.0, 8768.0, 8753.0, 8711.0, 8749.0, 8710.0, 8746.0, 8723.0, 8706.0, 8755.0, 8696.0, 8785.0, 8727.0, 8725.0, 8727.0, 8693.0, 8743.0, 8716.0, 8780.0, 8739.0, 8711.0, 8726.0, 8685.0, 8753.0, 8716.0, 8782.0, 8760.0, 8724.0, 8726.0, 8679.0, 8742.0, 8696.0, 8770.0, 8729.0, 8767.0, 8715.0, 8742.0, 8729.0, 8688.0, 8772.0, 8751.0, 8757.0, 8747.0, 8706.0, 8776.0, 8718.0, 8789.0, 8746.0, 8800.0, 8741.0, 8711.0, 8755.0, 8712.0, 8787.0, 8737.0, 8796.0, 8743.0, 8736.0, 8740.0, 8683.0, 8769.0, 8728.0, 8785.0, 8744.0, 8697.0, 8753.0, 8715.0, 8766.0, 8743.0, 8779.0, 8760.0, 8699.0, 8754.0, 8731.0, 8769.0, 8759.0, 8770.0, 8760.0, 8712.0, 8752.0, 8728.0, 8762.0, 8742.0, 8752.0, 8756.0, 8727.0, 8755.0, 8742.0, 8751.0, 8740.0, 8715.0, 8753.0, 8727.0, 8785.0, 8730.0, 8714.0, 8756.0, 8698.0, 8773.0, 8725.0, 8800.0, 8738.0, 8735.0, 8723.0, 8668.0, 8750.0, 8724.0, 8794.0, 8738.0, 8709.0, 8750.0, 8710.0, 8746.0, 8741.0, 8752.0, 8738.0, 8737.0, 8795.0, 8729.0, 8639.0, 8709.0, 8687.0, 8678.0, 8719.0, 8733.0, 8749.0, 8804.0, 8731.0, 8681.0, 8752.0, 8697.0, 8749.0, 8754.0, 8711.0, 8737.0, 8713.0, 8701.0, 8757.0, 8715.0, 8754.0, 8789.0, 8732.0, 8816.0, 8812.0, 8709.0, 8757.0, 8722.0, 8754.0, 8710.0, 8715.0, 8722.0, 8705.0, 8740.0, 8712.0, 8737.0, 8715.0, 8672.0, 8734.0, 8691.0, 8750.0, 8731.0, 8697.0, 8717.0, 8700.0, 8706.0, 8715.0, 8693.0, 8712.0, 8651.0, 8726.0, 8676.0, 8701.0, 8680.0, 8652.0, 8710.0, 8687.0, 8740.0, 8731.0, 8685.0, 8727.0, 8692.0, 8713.0, 8704.0, 8689.0, 8745.0, 8709.0, 8746.0, 8710.0, 8685.0, 8739.0, 8684.0, 8742.0, 8699.0, 8768.0, 8726.0, 8737.0, 8730.0, 8713.0, 8736.0, 8718.0, 8764.0, 8702.0, 8787.0, 8748.0, 8695.0, 8759.0, 8728.0, 8797.0, 8750.0, 8812.0, 8784.0, 8751.0, 8745.0, 8707.0, 8759.0, 8734.0, 8766.0, 8757.0, 8792.0, 8703.0, 8770.0, 8720.0, 8768.0, 8751.0, 8788.0, 8777.0, 8722.0, 8749.0, 8722.0, 8782.0, 8721.0, 8777.0, 8772.0, 8725.0, 8764.0, 8756.0, 8782.0, 8759.0, 8769.0, 8770.0, 8734.0, 8765.0, 8722.0, 8772.0, 8752.0, 8807.0, 8756.0, 8737.0, 8762.0, 8736.0, 8771.0, 8734.0, 8788.0, 8765.0, 8761.0, 8747.0, 8721.0, 8762.0, 8723.0, 8789.0, 8748.0, 8790.0, 8733.0, 8720.0, 8726.0, 8721.0, 8778.0, 8738.0, 8802.0, 8764.0, 8718.0, 8745.0, 8715.0, 8774.0, 8731.0, 8806.0, 8761.0, 8718.0, 8762.0, 8721.0, 8775.0, 8735.0, 8799.0, 8746.0, 8714.0, 8743.0, 8717.0, 8772.0, 8738.0, 8804.0, 8761.0, 8716.0, 8759.0, 8720.0, 8770.0, 8768.0, 8779.0, 8749.0, 8721.0, 8758.0, 8736.0, 8758.0, 8747.0, 8751.0, 8798.0, 8726.0, 8776.0, 8737.0, 8724.0, 8785.0, 8738.0, 8793.0, 8737.0, 8738.0, 8747.0, 8720.0, 8794.0, 8736.0, 8804.0, 8731.0, 8744.0, 8744.0, 8699.0, 8762.0, 8711.0, 8801.0, 8726.0, 8738.0, 8715.0, 8693.0, 8743.0, 8701.0, 8779.0, 8727.0, 8735.0, 8726.0, 8706.0, 8742.0, 8712.0, 8760.0, 8710.0, 8748.0, 8711.0, 8745.0, 8729.0, 8765.0, 8729.0, 8704.0, 8739.0, 8701.0, 8764.0, 8747.0, 8762.0, 8749.0, 8709.0, 8754.0, 8716.0, 8753.0, 8746.0, 8726.0, 8788.0, 8713.0, 8781.0, 8716.0, 8738.0, 8742.0, 8713.0, 8782.0, 8746.0, 8730.0, 8726.0, 8685.0, 8752.0, 8714.0, 8768.0, 8745.0, 8725.0, 8740.0, 8713.0, 8749.0, 8729.0, 8764.0, 8741.0, 8712.0, 8753.0, 8736.0, 8758.0, 8760.0, 8717.0, 8770.0, 8757.0, 8767.0, 8737.0, 8712.0, 8742.0, 8727.0, 8777.0, 8753.0, 8724.0, 8733.0, 8710.0, 8761.0, 8726.0, 8732.0, 8733.0, 8722.0, 8796.0, 8715.0, 8694.0, 8743.0, 8726.0, 8765.0, 8738.0, 8719.0, 8734.0, 8711.0, 8744.0, 8725.0, 8746.0, 8742.0, 8722.0, 8767.0, 8709.0, 8721.0, 8722.0, 8714.0, 8742.0, 8697.0, 8783.0, 8713.0, 8748.0, 8725.0, 8708.0, 8741.0, 8695.0, 8769.0, 8701.0, 8748.0, 8710.0, 8709.0, 8729.0, 8712.0, 8769.0, 8714.0, 8746.0, 8714.0, 8726.0, 8747.0, 8742.0, 8748.0, 8730.0, 8746.0, 8728.0, 8736.0, 8731.0, 8768.0, 8743.0, 8716.0, 8730.0, 8711.0, 8748.0, 8747.0, 8759.0, 8746.0, 8719.0, 8754.0, 8730.0, 8753.0, 8730.0, 8760.0, 8760.0, 8734.0, 8768.0, 8731.0, 8767.0, 8746.0, 8784.0, 8755.0, 8712.0, 8738.0, 8711.0, 8750.0, 8728.0, 8787.0, 8755.0, 8728.0, 8740.0, 8726.0, 8747.0, 8728.0, 8780.0, 8760.0, 8715.0, 8739.0, 8715.0, 8737.0, 8710.0, 8667.0, 8733.0, 8714.0, 8681.0, 8768.0, 8696.0, 8719.0, 8711.0, 8694.0, 8728.0, 8682.0, 8766.0, 8692.0, 8729.0, 8691.0, 8726.0, 8723.0, 8734.0, 8722.0, 8676.0, 8701.0, 8678.0, 8729.0, 8719.0, 8730.0, 8730.0, 8702.0, 8740.0, 8705.0, 8749.0, 8716.0, 8773.0, 8723.0, 8753.0, 8694.0, 8720.0, 8679.0, 8734.0, 8716.0, 8751.0, 8729.0, 8705.0, 8697.0, 8680.0, 8722.0, 8702.0, 8747.0, 8711.0, 8741.0, 8680.0, 8727.0, 8680.0, 8750.0, 8701.0, 8753.0, 8726.0, 8747.0, 8693.0, 8701.0, 8692.0, 8701.0, 8729.0, 8711.0, 8754.0, 8699.0, 8734.0, 8699.0, 8748.0, 8730.0, 8766.0, 8747.0, 8688.0, 8727.0, 8684.0, 8736.0, 8711.0, 8756.0, 8702.0, 8723.0, 8743.0, 8682.0, 8723.0, 8699.0, 8749.0, 8697.0, 8746.0, 8693.0, 8727.0, 8692.0, 8730.0, 8686.0, 8732.0, 8717.0, 8727.0, 8729.0, 8683.0, 8719.0, 8699.0, 8735.0, 8701.0, 8754.0, 8736.0, 8757.0, 8732.0, 8709.0, 8712.0, 8683.0, 8712.0, 8680.0, 8729.0, 8699.0, 8758.0, 8703.0, 8755.0, 8718.0, 8755.0, 8738.0, 8735.0, 8747.0, 8698.0, 8740.0, 8717.0, 8752.0, 8722.0, 8792.0, 8750.0, 8719.0, 8729.0, 8699.0, 8755.0, 8696.0, 8764.0, 8717.0, 8785.0, 8747.0, 8697.0, 8727.0, 8700.0, 8768.0, 8715.0, 8771.0, 8745.0, 8711.0, 8713.0, 8697.0, 8743.0, 8726.0, 8733.0, 8750.0, 8726.0, 8675.0, 8723.0, 8679.0, 8736.0, 8698.0, 8754.0, 8729.0, 8729.0, 8717.0, 8685.0, 8747.0, 8686.0, 8759.0, 8681.0, 8740.0, 8706.0, 8722.0, 8708.0, 8755.0, 8712.0, 8735.0, 8695.0, 8699.0, 8752.0, 8715.0, 8771.0, 8732.0, 8755.0, 8733.0, 8712.0, 8718.0, 8711.0, 8719.0, 8733.0, 8731.0, 8707.0, 8742.0, 8721.0, 8746.0, 8727.0, 8764.0, 8731.0, 8742.0, 8760.0, 8702.0, 8752.0, 8718.0, 8755.0, 8756.0, 8790.0, 8745.0, 8701.0, 8744.0, 8702.0, 8754.0, 8711.0, 8773.0, 8725.0, 8768.0, 8725.0, 8734.0, 8713.0, 8721.0, 8715.0, 8711.0, 8745.0, 8702.0, 8752.0, 8698.0, 8736.0, 8714.0, 8749.0, 8729.0, 8767.0, 8731.0, 8710.0, 8708.0, 8679.0, 8736.0, 8700.0, 8769.0, 8712.0, 8781.0, 8710.0, 8691.0, 8709.0, 8661.0, 8738.0, 8683.0, 8763.0, 8729.0, 8719.0, 8709.0, 8672.0, 8710.0, 8696.0, 8740.0, 8681.0, 8755.0, 8688.0, 8731.0, 8709.0, 8704.0, 8731.0, 8679.0, 8753.0, 8681.0, 8730.0, 8698.0, 8730.0, 8713.0, 8751.0, 8714.0, 8720.0, 8693.0, 8662.0, 8722.0, 8671.0, 8753.0, 8697.0, 8751.0, 8728.0, 8715.0, 8717.0, 8704.0, 8740.0, 8703.0, 8775.0, 8715.0, 8765.0, 8731.0, 8722.0, 8712.0, 8722.0, 8696.0, 8747.0, 8711.0, 8684.0, 8738.0, 8697.0, 8737.0, 8715.0, 8723.0, 8732.0, 8741.0, 8741.0, 8695.0, 8735.0, 8713.0, 8741.0, 8752.0, 8760.0, 8745.0, 8717.0, 8730.0, 8683.0, 8682.0, 8727.0, 8687.0, 8737.0, 8718.0, 8689.0, 8763.0, 8689.0, 8692.0, 8727.0, 8699.0, 8772.0, 8724.0, 8762.0, 8691.0, 8677.0, 8705.0, 8680.0, 8753.0, 8704.0, 8766.0, 8697.0, 8662.0, 8710.0, 8681.0, 8743.0, 8704.0, 8730.0, 8729.0, 8682.0, 8737.0, 8698.0, 8749.0, 8715.0, 8770.0, 8731.0, 8685.0, 8722.0, 8700.0, 8735.0, 8715.0, 8756.0, 8728.0, 8700.0, 8746.0, 8682.0, 8732.0, 8696.0, 8744.0, 8726.0, 8689.0, 8738.0, 8667.0, 8746.0, 8680.0, 8718.0, 8721.0, 8679.0, 8774.0, 8695.0, 8734.0, 8709.0, 8681.0, 8722.0, 8698.0, 8785.0, 8713.0, 8698.0, 8737.0, 8701.0, 8771.0, 8737.0, 8743.0, 8759.0, 8700.0, 8706.0, 8708.0, 8678.0, 8747.0, 8708.0, 8721.0, 8705.0, 8691.0, 8716.0, 8709.0, 8683.0, 8765.0, 8743.0, 8679.0, 8720.0, 8695.0, 8732.0, 8708.0, 8706.0, 8763.0, 8710.0, 8698.0, 8689.0, 8676.0, 8728.0, 8694.0, 8713.0, 8705.0, 8674.0, 8713.0, 8690.0, 8702.0, 8704.0, 8702.0, 8701.0, 8673.0, 8724.0, 8669.0, 8657.0, 8689.0, 8662.0, 8717.0, 8660.0, 8713.0, 8675.0, 8756.0, 8687.0, 8660.0, 8701.0, 8682.0, 8712.0, 8697.0, 8696.0, 8750.0, 8698.0, 8690.0, 8690.0, 8679.0, 8722.0, 8664.0, 8716.0, 8676.0, 8763.0, 8708.0, 8705.0, 8702.0, 8679.0, 8730.0, 8708.0, 8729.0, 8711.0, 8747.0, 8708.0, 8677.0, 8701.0, 8671.0, 8736.0, 8702.0, 8721.0, 8697.0, 8690.0, 8775.0, 8665.0, 8718.0, 8695.0, 8679.0, 8697.0, 8701.0, 8758.0, 8742.0, 8699.0, 8739.0, 8707.0, 8735.0, 8717.0, 8708.0, 8773.0, 8732.0, 8744.0, 8725.0, 8700.0, 8721.0, 8701.0, 8766.0, 8716.0, 8695.0, 8717.0, 8694.0, 8711.0, 8693.0, 8706.0, 8710.0, 8664.0, 8764.0, 8667.0, 8693.0, 8695.0, 8670.0, 8727.0, 8711.0, 8802.0, 8793.0, 8718.0, 8754.0, 8715.0, 8681.0, 8709.0, 8677.0, 8732.0, 8711.0, 8750.0, 8730.0, 8681.0, 8722.0, 8695.0, 8717.0, 8687.0, 8686.0, 8761.0, 8719.0, 8738.0, 8687.0, 8655.0, 8701.0, 8641.0, 8722.0, 8682.0, 8708.0, 8675.0, 8664.0, 8687.0, 8659.0, 8667.0, 8699.0, 8689.0, 8700.0, 8691.0, 8665.0, 8718.0, 8694.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.0005567795334838225</td></tr>
<tr><td colspan=3>aqi</td><td>0.03274353634311512</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.9670481108659</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.120968582409639</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9792692960993974</td></tr>
<tr><td colspan=3>efc</td><td>0.4508</td></tr>
<tr><td colspan=3>fber</td><td>5143.0068</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12963675448840942</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>223</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.779533483822423</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4527500922468657</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.284650400075144</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7335258439185743</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3400740327468794</td></tr>
<tr><td colspan=3>gcor</td><td>0.00414104</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016420291736721992</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03449802100658417</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1329</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9019426626377847</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>24.0529</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9303</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.0547</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311030.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>698.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.6668</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1958</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.1719</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3194.7499</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65514.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.1532</td></tr>
<tr><td colspan=3>tsnr</td><td>31.422954887151718</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>