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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0109_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0109_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0109_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0109_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0109_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0109_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0109_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-04/func/sub-0109_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>54498eb86b34b00e5fc53e71b44cdabf</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>14:45:32.487500</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.99979, 0.0178514, -0.0101093, -0.0165787, 0.993296, 0.114405]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0914684</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7777, -7181, 414, -112, 64, 65, 75]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.211</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d37f50bd-05e0-407d-a854-96f086d3210a||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.6823623180389404, -0.04447931796312332, -0.032626159489154816, 115.63626861572266], [-0.04789397120475769, 2.664940118789673, 0.30837520956993103, -111.92510986328125], [-0.027122387662529945, -0.3069394826889038, 2.682133436203003, -39.916603088378906], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['144532.487500', '144532.947500', '144533.407500', '144533.867500', '144534.327500', '144534.787500', '144535.247500', '144535.707500', '144536.167500', '144536.627500', '144537.087500', '144537.547500', '144538.007500', '144538.467500', '144538.927500', '144539.387500', '144539.847500', '144540.307500', '144540.767500', '144541.227500', '144541.687500', '144542.147500', '144542.607500', '144543.067500', '144543.527500', '144543.987500', '144544.447500', '144544.907500', '144545.367500', '144545.827500', '144546.287500', '144546.747500', '144547.207500', '144547.667500', '144548.127500', '144548.587500', '144549.047500', '144549.507500', '144549.967500', '144550.427500', '144550.887500', '144551.347500', '144551.807500', '144552.267500', '144552.727500', '144553.187500', '144553.647500', '144554.107500', '144554.567500', '144555.027500', '144555.487500', '144555.947500', '144556.407500', '144556.867500', '144557.327500', '144557.787500', '144558.247500', '144558.707500', '144559.167500', '144559.627500', '144600.087500', '144600.547500', '144601.007500', '144601.467500', '144601.927500', '144602.387500', '144602.847500', '144603.307500', '144603.767500', '144604.227500', '144604.687500', '144605.147500', '144605.607500', '144606.067500', '144606.527500', '144606.987500', '144607.447500', '144607.907500', '144608.367500', '144608.827500', '144609.287500', '144609.747500', '144610.207500', '144610.667500', '144611.127500', '144611.587500', '144612.047500', '144612.507500', '144612.967500', '144613.427500', '144613.887500', '144614.347500', '144614.807500', '144615.267500', '144615.727500', '144616.187500', '144616.647500', '144617.107500', '144617.567500', '144618.027500', '144618.487500', '144618.947500', '144619.407500', '144619.867500', '144620.327500', '144620.787500', '144621.247500', '144621.707500', '144622.167500', '144622.627500', '144623.087500', '144623.547500', '144624.007500', '144624.467500', '144624.927500', '144625.387500', '144625.847500', '144626.307500', '144626.767500', '144627.227500', '144627.687500', '144628.147500', '144628.607500', '144629.067500', '144629.527500', '144629.987500', '144630.447500', '144630.907500', '144631.367500', '144631.827500', '144632.287500', '144632.747500', '144633.207500', '144633.667500', '144634.127500', '144634.587500', '144635.047500', '144635.507500', '144635.967500', '144636.427500', '144636.887500', '144637.347500', '144637.807500', '144638.267500', '144638.727500', '144639.187500', '144639.647500', '144640.107500', '144640.567500', '144641.027500', '144641.487500', '144641.947500', '144642.407500', '144642.867500', '144643.327500', '144643.787500', '144644.247500', '144644.707500', '144645.167500', '144645.627500', '144646.087500', '144646.547500', '144647.007500', '144647.467500', '144647.927500', '144648.387500', '144648.847500', '144649.307500', '144649.767500', '144650.227500', '144650.687500', '144651.147500', '144651.607500', '144652.067500', '144652.527500', '144652.987500', '144653.447500', '144653.907500', '144654.367500', '144654.827500', '144655.287500', '144655.747500', '144656.207500', '144656.667500', '144657.127500', '144657.587500', '144658.047500', '144658.507500', '144658.967500', '144659.427500', '144659.887500', '144700.347500', '144700.807500', '144701.267500', '144701.727500', '144702.187500', '144702.647500', '144703.107500', '144703.567500', '144704.027500', '144704.487500', '144704.947500', '144705.407500', '144705.867500', '144706.327500', '144706.787500', '144707.247500', '144707.707500', '144708.167500', '144708.627500', '144709.087500', '144709.547500', '144710.007500', '144710.467500', '144710.927500', '144711.387500', '144711.847500', '144712.307500', '144712.767500', '144713.227500', '144713.687500', '144714.147500', '144714.607500', '144715.067500', '144715.527500', '144715.987500', '144716.447500', '144716.907500', '144717.367500', '144717.827500', '144718.287500', '144718.747500', '144719.207500', '144719.667500', '144720.127500', '144720.587500', '144721.047500', '144721.507500', '144721.967500', '144722.427500', '144722.887500', '144723.347500', '144723.807500', '144724.267500', '144724.727500', '144725.187500', '144725.647500', '144726.107500', '144726.567500', '144727.027500', '144727.487500', '144727.947500', '144728.407500', '144728.867500', '144729.327500', '144729.787500', '144730.247500', '144730.707500', '144731.167500', '144731.627500', '144732.087500', '144732.547500', '144733.007500', '144733.467500', '144733.927500', '144734.387500', '144734.847500', '144735.307500', '144735.767500', '144736.227500', '144736.687500', '144737.147500', '144737.607500', '144738.067500', '144738.527500', '144738.987500', '144739.447500', '144739.907500', '144740.367500', '144740.827500', '144741.287500', '144741.747500', '144742.207500', '144742.667500', '144743.127500', '144743.587500', '144744.047500', '144744.507500', '144744.967500', '144745.427500', '144745.887500', '144746.347500', '144746.807500', '144747.267500', '144747.727500', '144748.187500', '144748.647500', '144749.107500', '144749.567500', '144750.027500', '144750.487500', '144750.947500', '144751.407500', '144751.867500', '144752.327500', '144752.787500', '144753.247500', '144753.707500', '144754.167500', '144754.627500', '144755.087500', '144755.547500', '144756.007500', '144756.467500', '144756.927500', '144757.387500', '144757.847500', '144758.307500', '144758.767500', '144759.227500', '144759.687500', '144800.147500', '144800.607500', '144801.067500', '144801.527500', '144801.987500', '144802.447500', '144802.907500', '144803.367500', '144803.827500', '144804.287500', '144804.747500', '144805.207500', '144805.667500', '144806.127500', '144806.587500', '144807.047500', '144807.507500', '144807.967500', '144808.427500', '144808.887500', '144809.347500', '144809.807500', '144810.267500', '144810.727500', '144811.187500', '144811.647500', '144812.107500', '144812.567500', '144813.027500', '144813.487500', '144813.947500', '144814.407500', '144814.867500', '144815.327500', '144815.787500', '144816.247500', '144816.707500', '144817.167500', '144817.627500', '144818.087500', '144818.547500', '144819.007500', '144819.467500', '144819.927500', '144820.387500', '144820.847500', '144821.307500', '144821.767500', '144822.227500', '144822.687500', '144823.147500', '144823.607500', '144824.067500', '144824.527500', '144824.987500', '144825.447500', '144825.907500', '144826.367500', '144826.827500', '144827.287500', '144827.747500', '144828.207500', '144828.667500', '144829.127500', '144829.587500', '144830.047500', '144830.507500', '144830.967500', '144831.427500', '144831.887500', '144832.347500', '144832.807500', '144833.267500', '144833.727500', '144834.187500', '144834.647500', '144835.107500', '144835.567500', '144836.027500', '144836.487500', '144836.947500', '144837.407500', '144837.867500', '144838.327500', '144838.787500', '144839.247500', '144839.707500', '144840.167500', '144840.627500', '144841.087500', '144841.547500', '144842.007500', '144842.467500', '144842.927500', '144843.387500', '144843.847500', '144844.307500', '144844.767500', '144845.227500', '144845.687500', '144846.147500', '144846.607500', '144847.067500', '144847.527500', '144847.987500', '144848.447500', '144848.907500', '144849.367500', '144849.827500', '144850.287500', '144850.747500', '144851.207500', '144851.667500', '144852.127500', '144852.587500', '144853.047500', '144853.507500', '144853.967500', '144854.427500', '144854.887500', '144855.347500', '144855.807500', '144856.267500', '144856.727500', '144857.187500', '144857.647500', '144858.107500', '144858.567500', '144859.027500', '144859.487500', '144859.947500', '144900.407500', '144900.867500', '144901.327500', '144901.787500', '144902.247500', '144902.707500', '144903.167500', '144903.627500', '144904.087500', '144904.547500', '144905.007500', '144905.467500', '144905.927500', '144906.387500', '144906.847500', '144907.307500', '144907.767500', '144908.227500', '144908.687500', '144909.147500', '144909.607500', '144910.067500', '144910.527500', '144910.987500', '144911.447500', '144911.907500', '144912.367500', '144912.827500', '144913.287500', '144913.747500', '144914.207500', '144914.667500', '144915.127500', '144915.587500', '144916.047500', '144916.507500', '144916.967500', '144917.427500', '144917.887500', '144918.347500', '144918.807500', '144919.267500', '144919.727500', '144920.187500', '144920.647500', '144921.107500', '144921.567500', '144922.027500', '144922.487500', '144922.947500', '144923.407500', '144923.867500', '144924.327500', '144924.787500', '144925.247500', '144925.707500', '144926.167500', '144926.627500', '144927.087500', '144927.547500', '144928.007500', '144928.467500', '144928.927500', '144929.387500', '144929.847500', '144930.307500', '144930.767500', '144931.227500', '144931.687500', '144932.147500', '144932.607500', '144933.067500', '144933.527500', '144933.987500', '144934.447500', '144934.907500', '144935.367500', '144935.827500', '144936.287500', '144936.747500', '144937.207500', '144937.667500', '144938.127500', '144938.587500', '144939.047500', '144939.507500', '144939.967500', '144940.427500', '144940.887500', '144941.347500', '144941.807500', '144942.267500', '144942.727500', '144943.187500', '144943.647500', '144944.107500', '144944.567500', '144945.027500', '144945.487500', '144945.947500', '144946.407500', '144946.867500', '144947.327500', '144947.787500', '144948.247500', '144948.707500', '144949.167500', '144949.627500', '144950.087500', '144950.547500', '144951.007500', '144951.467500', '144951.927500', '144952.387500', '144952.847500', '144953.307500', '144953.767500', '144954.227500', '144954.687500', '144955.147500', '144955.607500', '144956.067500', '144956.527500', '144956.987500', '144957.447500', '144957.907500', '144958.367500', '144958.827500', '144959.287500', '144959.747500', '145000.207500', '145000.667500', '145001.127500', '145001.587500', '145002.047500', '145002.507500', '145002.967500', '145003.427500', '145003.887500', '145004.347500', '145004.807500', '145005.267500', '145005.727500', '145006.187500', '145006.647500', '145007.107500', '145007.567500', '145008.027500', '145008.487500', '145008.947500', '145009.407500', '145009.867500', '145010.327500', '145010.787500', '145011.247500', '145011.707500', '145012.167500', '145012.627500', '145013.087500', '145013.547500', '145014.007500', '145014.467500', '145014.927500', '145015.387500', '145015.847500', '145016.307500', '145016.767500', '145017.227500', '145017.687500', '145018.147500', '145018.607500', '145019.067500', '145019.527500', '145019.987500', '145020.447500', '145020.907500', '145021.367500', '145021.827500', '145022.287500', '145022.747500', '145023.207500', '145023.667500', '145024.127500', '145024.587500', '145025.047500', '145025.507500', '145025.967500', '145026.427500', '145026.887500', '145027.347500', '145027.807500', '145028.267500', '145028.727500', '145029.187500', '145029.647500', '145030.107500', '145030.567500', '145031.027500', '145031.487500', '145031.947500', '145032.407500', '145032.867500', '145033.327500', '145033.787500', '145034.247500', '145034.707500', '145035.167500', '145035.627500', '145036.087500', '145036.547500', '145037.007500', '145037.467500', '145037.927500', '145038.387500', '145038.847500', '145039.307500', '145039.767500', '145040.227500', '145040.687500', '145041.147500', '145041.607500', '145042.067500', '145042.527500', '145042.987500', '145043.447500', '145043.907500', '145044.367500', '145044.827500', '145045.287500', '145045.747500', '145046.207500', '145046.667500', '145047.127500', '145047.587500', '145048.047500', '145048.507500', '145048.967500', '145049.427500', '145049.887500', '145050.347500', '145050.807500', '145051.267500', '145051.727500', '145052.187500', '145052.647500', '145053.107500', '145053.567500', '145054.027500', '145054.487500', '145054.947500', '145055.407500', '145055.867500', '145056.327500', '145056.787500', '145057.247500', '145057.707500', '145058.167500', '145058.627500', '145059.087500', '145059.547500', '145100.007500', '145100.467500', '145100.927500', '145101.387500', '145101.847500', '145102.307500', '145102.767500', '145103.227500', '145103.687500', '145104.147500', '145104.607500', '145105.067500', '145105.527500', '145105.987500', '145106.447500', '145106.907500', '145107.367500', '145107.827500', '145108.287500', '145108.747500', '145109.207500', '145109.667500', '145110.127500', '145110.587500', '145111.047500', '145111.507500', '145111.967500', '145112.427500', '145112.887500', '145113.347500', '145113.807500', '145114.267500', '145114.727500', '145115.187500', '145115.647500', '145116.107500', '145116.567500', '145117.027500', '145117.487500', '145117.947500', '145118.407500', '145118.867500', '145119.327500', '145119.787500', '145120.247500', '145120.707500', '145121.167500', '145121.627500', '145122.087500', '145122.547500', '145123.007500', '145123.467500', '145123.927500', '145124.387500', '145124.847500', '145125.307500', '145125.767500', '145126.227500', '145126.687500', '145127.147500', '145127.607500', '145128.067500', '145128.527500', '145128.987500', '145129.447500', '145129.907500', '145130.367500', '145130.827500', '145131.287500', '145131.747500', '145132.207500', '145132.667500', '145133.127500', '145133.587500', '145134.047500', '145134.507500', '145134.967500', '145135.427500', '145135.887500', '145136.347500', '145136.807500', '145137.267500', '145137.727500', '145138.187500', '145138.647500', '145139.107500', '145139.567500', '145140.027500', '145140.487500', '145140.947500', '145141.407500', '145141.867500', '145142.327500', '145142.787500', '145143.247500', '145143.707500', '145144.167500', '145144.627500', '145145.087500', '145145.547500', '145146.007500', '145146.467500', '145146.927500', '145147.387500', '145147.847500', '145148.307500', '145148.767500', '145149.227500', '145149.687500', '145150.147500', '145150.607500', '145151.067500', '145151.527500', '145151.987500', '145152.447500', '145152.907500', '145153.367500', '145153.827500', '145154.287500', '145154.747500', '145155.207500', '145155.667500', '145156.127500', '145156.587500', '145157.047500', '145157.507500', '145157.967500', '145158.427500', '145158.887500', '145159.347500', '145159.807500', '145200.267500', '145200.727500', '145201.187500', '145201.647500', '145202.107500', '145202.567500', '145203.027500', '145203.487500', '145203.947500', '145204.407500', '145204.867500', '145205.327500', '145205.787500', '145206.247500', '145206.707500', '145207.167500', '145207.627500', '145208.087500', '145208.547500', '145209.007500', '145209.467500', '145209.927500', '145210.387500', '145210.847500', '145211.307500', '145211.767500', '145212.227500', '145212.687500', '145213.147500', '145213.607500', '145214.067500', '145214.527500', '145214.987500', '145215.447500', '145215.907500', '145216.367500', '145216.827500', '145217.287500', '145217.747500', '145218.207500', '145218.667500', '145219.127500', '145219.587500', '145220.047500', '145220.507500', '145220.967500', '145221.427500', '145221.887500', '145222.347500', '145222.807500', '145223.267500', '145223.727500', '145224.187500', '145224.647500', '145225.107500', '145225.567500', '145226.027500', '145226.487500', '145226.947500', '145227.407500', '145227.867500', '145228.327500', '145228.787500', '145229.247500', '145229.707500', '145230.167500', '145230.627500', '145231.087500', '145231.547500', '145232.007500', '145232.467500', '145232.927500', '145233.387500', '145233.847500', '145234.307500', '145234.767500', '145235.227500', '145235.687500', '145236.147500', '145236.607500', '145237.067500', '145237.527500', '145237.987500', '145238.447500', '145238.907500', '145239.367500', '145239.827500', '145240.287500', '145240.747500', '145241.207500', '145241.667500', '145242.127500', '145242.587500', '145243.047500', '145243.507500', '145243.967500', '145244.427500', '145244.887500', '145245.347500', '145245.807500', '145246.267500', '145246.727500', '145247.187500', '145247.647500', '145248.107500', '145248.567500', '145249.027500', '145249.487500', '145249.947500', '145250.407500', '145250.867500', '145251.327500', '145251.787500', '145252.247500', '145252.707500', '145253.167500', '145253.627500', '145254.087500', '145254.547500', '145255.007500', '145255.467500', '145255.927500', '145256.387500', '145256.847500', '145257.307500', '145257.767500', '145258.227500', '145258.687500', '145259.147500', '145259.607500', '145300.067500', '145300.527500', '145300.987500', '145301.447500', '145301.907500', '145302.367500', '145302.827500', '145303.287500', '145303.747500', '145304.207500', '145304.667500', '145305.127500', '145305.587500', '145306.047500', '145306.507500', '145306.967500', '145307.427500', '145307.887500', '145308.347500', '145308.807500', '145309.267500', '145309.727500', '145310.187500', '145310.647500', '145311.107500', '145311.567500', '145312.027500', '145312.487500', '145312.947500', '145313.407500', '145313.867500', '145314.327500', '145314.787500', '145315.247500', '145315.707500', '145316.167500', '145316.627500', '145317.087500', '145317.547500', '145318.007500', '145318.467500', '145318.927500', '145319.387500', '145319.847500', '145320.307500', '145320.767500', '145321.227500', '145321.687500', '145322.147500', '145322.607500', '145323.067500', '145323.527500', '145323.987500', '145324.447500', '145324.907500', '145325.367500', '145325.827500', '145326.287500', '145326.747500', '145327.207500', '145327.667500', '145328.127500', '145328.587500', '145329.047500', '145329.507500', '145329.967500', '145330.427500', '145330.887500', '145331.347500', '145331.807500', '145332.267500', '145332.727500', '145333.187500', '145333.647500', '145334.107500', '145334.567500', '145335.027500', '145335.487500', '145335.947500', '145336.407500', '145336.867500', '145337.327500', '145337.787500', '145338.247500', '145338.707500', '145339.167500', '145339.627500', '145340.087500', '145340.547500', '145341.007500', '145341.467500', '145341.927500', '145342.387500', '145342.847500', '145343.307500', '145343.767500', '145344.227500', '145344.687500', '145345.147500', '145345.607500', '145346.067500', '145346.527500', '145346.987500', '145347.447500', '145347.907500', '145348.367500', '145348.827500', '145349.287500', '145349.747500', '145350.207500', '145350.667500', '145351.127500', '145351.587500', '145352.047500', '145352.507500', '145352.967500', '145353.427500', '145353.887500', '145354.347500', '145354.807500', '145355.267500', '145355.727500', '145356.187500', '145356.647500', '145357.107500', '145357.567500', '145358.027500', '145358.487500', '145358.947500', '145359.407500', '145359.867500', '145400.327500', '145400.787500', '145401.247500', '145401.707500', '145402.167500', '145402.627500', '145403.087500', '145403.547500', '145404.007500', '145404.467500', '145404.927500', '145405.387500', '145405.847500', '145406.307500', '145406.767500', '145407.227500', '145407.687500', '145408.147500', '145408.607500', '145409.067500', '145409.527500', '145409.987500', '145410.447500', '145410.907500', '145411.367500', '145411.827500', '145412.287500', '145412.747500', '145413.207500', '145413.667500', '145414.127500', '145414.587500', '145415.047500', '145415.507500', '145415.967500', '145416.427500', '145416.887500', '145417.347500', '145417.807500', '145418.267500', '145418.727500', '145419.187500', '145419.647500', '145420.107500', '145420.567500', '145421.027500', '145421.487500', '145421.947500', '145422.407500', '145422.867500', '145423.327500', '145423.787500', '145424.247500', '145424.707500', '145425.167500', '145425.627500', '145426.087500', '145426.547500', '145427.007500', '145427.467500', '145427.927500', '145428.387500', '145428.847500', '145429.307500', '145429.767500', '145430.227500', '145430.687500', '145431.147500', '145431.607500', '145432.067500', '145432.527500', '145432.987500', '145433.447500', '145433.907500', '145434.367500', '145434.827500', '145435.287500', '145435.747500', '145436.207500', '145436.667500', '145437.127500', '145437.587500', '145438.047500', '145438.507500', '145438.967500', '145439.427500', '145439.887500', '145440.347500', '145440.807500', '145441.267500', '145441.727500', '145442.187500', '145442.647500', '145443.107500', '145443.567500', '145444.027500', '145444.487500', '145444.947500', '145445.407500', '145445.867500', '145446.327500', '145446.787500', '145447.247500', '145447.707500', '145448.167500', '145448.627500', '145449.087500', '145449.547500', '145450.007500', '145450.467500', '145450.927500', '145451.387500', '145451.847500', '145452.307500', '145452.767500', '145453.227500', '145453.687500', '145454.147500', '145454.607500', '145455.067500', '145455.527500', '145455.987500', '145456.447500', '145456.907500', '145457.367500', '145457.827500', '145458.287500', '145458.747500', '145459.207500', '145459.667500', '145500.127500', '145500.587500', '145501.047500', '145501.507500', '145501.967500', '145502.427500', '145502.887500', '145503.347500', '145503.807500', '145504.267500', '145504.727500', '145505.187500', '145505.647500', '145506.107500', '145506.567500', '145507.027500', '145507.487500', '145507.947500', '145508.407500', '145508.867500', '145509.327500', '145509.787500', '145510.247500', '145510.707500', '145511.167500', '145511.627500', '145512.087500', '145512.547500', '145513.007500', '145513.467500', '145513.927500', '145514.387500', '145514.847500', '145515.307500', '145515.767500', '145516.227500', '145516.687500', '145517.147500', '145517.607500', '145518.067500', '145518.527500', '145518.987500', '145519.447500', '145519.907500', '145520.367500', '145520.827500', '145521.287500', '145521.747500', '145522.207500', '145522.667500', '145523.127500', '145523.587500', '145524.047500', '145524.507500', '145524.967500', '145525.427500', '145525.887500', '145526.347500', '145526.807500', '145527.267500', '145527.727500', '145528.187500', '145528.647500', '145529.107500', '145529.567500', '145530.027500', '145530.487500', '145530.947500', '145531.407500', '145531.867500', '145532.327500', '145532.787500', '145533.247500', '145533.707500', '145534.167500', '145534.627500', '145535.087500', '145535.547500', '145536.007500', '145536.467500', '145536.927500', '145537.387500', '145537.847500', '145538.307500', '145538.767500', '145539.227500', '145539.687500', '145540.147500'], 'ContentTime': ['144551.854000', '144551.858000', '144551.860000', '144551.863000', '144551.866000', '144551.868000', '144551.871000', '144551.873000', '144551.876000', '144551.878000', '144551.881000', '144551.884000', '144551.886000', '144551.889000', '144551.892000', '144551.894000', '144551.897000', '144551.899000', '144551.902000', '144551.905000', '144551.907000', '144551.910000', '144551.920000', '144551.922000', '144551.925000', '144551.927000', '144551.930000', '144551.933000', '144551.935000', '144551.938000', '144551.941000', '144551.943000', '144551.946000', '144551.948000', '144551.951000', '144551.954000', '144551.956000', '144551.959000', '144551.961000', '144551.964000', '144611.797000', '144611.800000', '144611.803000', '144611.810000', '144611.812000', '144611.815000', '144611.817000', '144611.820000', '144611.822000', '144611.825000', '144611.827000', '144611.830000', '144611.833000', '144611.835000', '144611.838000', '144611.840000', '144611.843000', '144611.846000', '144611.848000', '144611.851000', '144611.853000', '144611.856000', '144611.859000', '144611.861000', '144611.864000', '144611.866000', '144611.869000', '144611.871000', '144611.874000', '144611.877000', '144611.879000', '144611.882000', '144611.888000', '144611.891000', '144611.894000', '144611.896000', '144611.899000', '144611.901000', '144611.904000', '144611.906000', '144611.909000', '144611.912000', '144611.914000', '144631.797000', '144631.800000', '144631.803000', '144631.805000', '144631.808000', '144631.811000', '144631.813000', '144631.816000', '144631.818000', '144631.821000', '144631.824000', '144631.826000', '144631.829000', '144631.831000', '144631.834000', '144631.837000', '144631.839000', '144631.842000', '144631.845000', '144631.847000', '144631.850000', '144631.852000', '144631.855000', '144631.858000', '144631.860000', '144631.863000', '144631.866000', '144631.868000', '144631.871000', '144631.873000', '144631.876000', '144631.879000', '144631.881000', '144631.884000', '144631.886000', '144631.889000', '144631.892000', '144631.894000', '144631.897000', '144631.900000', '144631.902000', '144631.905000', '144631.908000', '144651.797000', '144651.800000', '144651.803000', '144651.805000', '144651.808000', '144651.811000', '144651.814000', '144651.816000', '144651.819000', '144651.822000', '144651.824000', '144651.827000', '144651.829000', '144651.832000', '144651.835000', '144651.837000', '144651.840000', '144651.842000', '144651.845000', '144651.847000', '144651.850000', '144651.853000', '144651.855000', '144651.858000', '144651.860000', '144651.863000', '144651.865000', '144651.868000', '144651.871000', '144651.873000', '144651.876000', '144651.878000', '144651.881000', '144651.884000', '144651.886000', '144651.889000', '144651.892000', '144651.894000', '144651.897000', '144651.899000', '144651.902000', '144651.904000', '144651.907000', '144651.910000', '144711.798000', '144711.801000', '144711.804000', '144711.806000', '144711.809000', '144711.812000', '144711.814000', '144711.817000', '144711.820000', '144711.823000', '144711.826000', '144711.828000', '144711.831000', '144711.834000', '144711.836000', '144711.839000', '144711.841000', '144711.844000', '144711.847000', '144711.849000', '144711.852000', '144711.855000', '144711.857000', '144711.860000', '144711.862000', '144711.865000', '144711.867000', '144711.870000', '144711.873000', '144711.876000', '144711.879000', '144711.890000', '144711.893000', '144711.895000', '144711.898000', '144711.900000', '144711.903000', '144711.906000', '144711.908000', '144711.911000', '144711.914000', '144711.927000', '144711.929000', '144731.799000', '144731.801000', '144731.804000', '144731.807000', '144731.810000', '144731.812000', '144731.815000', '144731.818000', '144731.820000', '144731.823000', '144731.826000', '144731.829000', '144731.831000', '144731.834000', '144731.836000', '144731.839000', '144731.846000', '144731.849000', '144731.851000', '144731.854000', '144731.866000', '144731.869000', '144731.871000', '144731.875000', '144731.877000', '144731.880000', '144731.882000', '144731.885000', '144731.888000', '144731.890000', '144731.893000', '144731.896000', '144731.898000', '144731.901000', '144731.903000', '144731.906000', '144731.909000', '144731.911000', '144731.914000', '144731.917000', '144731.919000', '144731.922000', '144731.925000', '144731.927000', '144751.798000', '144751.801000', '144751.804000', '144751.807000', '144751.809000', '144751.812000', '144751.814000', '144751.817000', '144751.820000', '144751.822000', '144751.825000', '144751.828000', '144751.830000', '144751.833000', '144751.835000', '144751.838000', '144751.841000', '144751.843000', '144751.846000', '144751.849000', '144751.851000', '144751.854000', '144751.857000', '144751.859000', '144751.862000', '144751.865000', '144751.867000', '144751.870000', '144751.873000', '144751.876000', '144751.878000', '144751.881000', '144751.884000', '144751.886000', '144751.889000', '144751.891000', '144751.894000', '144751.897000', '144751.899000', '144751.902000', '144751.905000', '144751.907000', '144751.910000', '144751.913000', '144811.797000', '144811.801000', '144811.803000', '144811.806000', '144811.808000', '144811.811000', '144811.814000', '144811.816000', '144811.819000', '144811.822000', '144811.824000', '144811.827000', '144811.830000', '144811.832000', '144811.835000', '144811.837000', '144811.840000', '144811.843000', '144811.845000', '144811.848000', '144811.850000', '144811.853000', '144811.856000', '144811.858000', '144811.861000', '144811.864000', '144811.866000', '144811.869000', '144811.871000', '144811.874000', '144811.877000', '144811.879000', '144811.882000', '144811.884000', '144811.887000', '144811.889000', '144811.892000', '144811.902000', '144811.904000', '144811.907000', '144811.910000', '144811.912000', '144811.915000', '144831.798000', '144831.800000', '144831.803000', '144831.806000', '144831.808000', '144831.811000', '144831.814000', '144831.816000', '144831.819000', '144831.822000', '144831.824000', '144831.827000', '144831.829000', '144831.832000', '144831.834000', '144831.837000', '144831.840000', '144831.842000', '144831.845000', '144831.847000', '144831.850000', '144831.853000', '144831.855000', '144831.858000', '144831.861000', '144831.864000', '144831.867000', '144831.869000', '144831.872000', '144831.874000', '144831.877000', '144831.880000', '144831.883000', '144831.885000', '144831.888000', '144831.890000', '144831.893000', '144831.896000', '144831.899000', '144831.901000', '144831.904000', '144831.906000', '144831.909000', '144851.797000', '144851.808000', '144851.814000', '144851.816000', '144851.819000', '144851.822000', '144851.824000', '144851.827000', '144851.829000', '144851.832000', '144851.835000', '144851.837000', '144851.840000', '144851.843000', '144851.845000', '144851.848000', '144851.850000', '144851.853000', '144851.856000', '144851.858000', '144851.861000', '144851.864000', '144851.866000', '144851.883000', '144851.886000', '144851.889000', '144851.891000', '144851.894000', '144851.896000', '144851.899000', '144851.902000', '144851.904000', '144851.907000', '144851.910000', '144851.912000', '144851.915000', '144851.917000', '144851.920000', '144851.923000', '144851.925000', '144851.928000', '144851.931000', '144851.933000', '144851.936000', '144911.797000', '144911.800000', '144911.803000', '144911.806000', '144911.808000', '144911.811000', '144911.813000', '144911.816000', '144911.819000', '144911.821000', '144911.824000', '144911.827000', '144911.829000', '144911.832000', '144911.834000', '144911.837000', '144911.840000', '144911.842000', '144911.845000', '144911.848000', '144911.850000', '144911.853000', '144911.855000', '144911.858000', '144911.861000', '144911.863000', '144911.866000', '144911.869000', '144911.871000', '144911.874000', '144911.877000', '144911.880000', '144911.883000', '144911.885000', '144911.889000', '144911.891000', '144911.894000', '144911.897000', '144911.899000', '144911.902000', '144911.904000', '144911.907000', '144911.910000', '144931.799000', '144931.801000', '144931.804000', '144931.806000', '144931.810000', '144931.812000', '144931.815000', '144931.818000', '144931.820000', '144931.823000', '144931.825000', '144931.828000', '144931.831000', '144931.834000', '144931.836000', '144931.839000', '144931.842000', '144931.844000', '144931.847000', '144931.849000', '144931.852000', '144931.855000', '144931.866000', '144931.868000', '144931.871000', '144931.874000', '144931.876000', '144931.879000', '144931.882000', '144931.884000', '144931.887000', '144931.889000', '144931.892000', '144931.895000', '144931.897000', '144931.900000', '144931.902000', '144931.905000', '144931.908000', '144931.910000', '144931.913000', '144931.916000', '144931.918000', '144931.921000', '144951.799000', '144951.802000', '144951.805000', '144951.807000', '144951.810000', '144951.812000', '144951.815000', '144951.818000', '144951.820000', '144951.823000', '144951.825000', '144951.828000', '144951.831000', '144951.833000', '144951.836000', '144951.839000', '144951.841000', '144951.844000', '144951.846000', '144951.849000', '144951.852000', '144951.854000', '144951.857000', '144951.860000', '144951.862000', '144951.865000', '144951.868000', '144951.870000', '144951.873000', '144951.875000', '144951.878000', '144951.881000', '144951.883000', '144951.886000', '144951.888000', '144951.891000', '144951.894000', '144951.897000', '144951.900000', '144951.902000', '144951.905000', '144951.909000', '144951.911000', '145011.799000', '145011.801000', '145011.804000', '145011.807000', '145011.809000', '145011.812000', '145011.814000', '145011.817000', '145011.820000', '145011.823000', '145011.825000', '145011.828000', '145011.831000', '145011.833000', '145011.836000', '145011.838000', '145011.841000', '145011.844000', '145011.846000', '145011.849000', '145011.851000', '145011.854000', '145011.857000', '145011.859000', '145011.862000', '145011.864000', '145011.867000', '145011.870000', '145011.872000', '145011.875000', '145011.877000', '145011.880000', '145011.883000', '145011.885000', '145011.888000', '145011.891000', '145011.893000', '145011.896000', '145011.898000', '145011.901000', '145011.904000', '145011.906000', '145011.909000', '145011.912000', '145031.798000', '145031.801000', '145031.803000', '145031.806000', '145031.835000', '145031.838000', '145031.841000', '145031.843000', '145031.846000', '145031.848000', '145031.851000', '145031.854000', '145031.856000', '145031.859000', '145031.861000', '145031.864000', '145031.866000', '145031.869000', '145031.872000', '145031.874000', '145031.877000', '145031.880000', '145031.882000', '145031.885000', '145031.887000', '145031.890000', '145031.893000', '145031.895000', '145031.898000', '145031.901000', '145031.903000', '145031.906000', '145031.908000', '145031.911000', '145031.914000', '145031.917000', '145031.920000', '145031.923000', '145031.925000', '145031.929000', '145031.931000', '145031.934000', '145031.936000', '145051.797000', '145051.800000', '145051.803000', '145051.806000', '145051.808000', '145051.811000', '145051.814000', '145051.816000', '145051.819000', '145051.821000', '145051.824000', '145051.827000', '145051.830000', '145051.832000', '145051.835000', '145051.837000', '145051.840000', '145051.842000', '145051.845000', '145051.848000', '145051.850000', '145051.853000', '145051.856000', '145051.858000', '145051.861000', '145051.863000', '145051.866000', '145051.869000', '145051.871000', '145051.874000', '145051.877000', '145051.879000', '145051.882000', '145051.884000', '145051.887000', '145051.890000', '145051.892000', '145051.895000', '145051.898000', '145051.900000', '145051.903000', '145051.905000', '145051.908000', '145051.911000', '145111.797000', '145111.800000', '145111.803000', '145111.806000', '145111.808000', '145111.811000', '145111.814000', '145111.816000', '145111.819000', '145111.821000', '145111.824000', '145111.827000', '145111.829000', '145111.832000', '145111.835000', '145111.837000', '145111.840000', '145111.843000', '145111.845000', '145111.848000', '145111.851000', '145111.853000', '145111.856000', '145111.858000', '145111.861000', '145111.864000', '145111.866000', '145111.869000', '145111.872000', '145111.874000', '145111.877000', '145111.880000', '145111.882000', '145111.885000', '145111.887000', '145111.890000', '145111.893000', '145111.895000', '145111.898000', '145111.900000', '145111.903000', '145111.905000', '145111.908000', '145131.797000', '145131.800000', '145131.803000', '145131.806000', '145131.808000', '145131.811000', '145131.814000', '145131.816000', '145131.819000', '145131.822000', '145131.824000', '145131.827000', '145131.829000', '145131.832000', '145131.835000', '145131.837000', '145131.840000', '145131.843000', '145131.845000', '145131.848000', '145131.850000', '145131.853000', '145131.856000', '145131.858000', '145131.861000', '145131.863000', '145131.866000', '145131.869000', '145131.871000', '145131.874000', '145131.877000', '145131.879000', '145131.882000', '145131.885000', '145131.887000', '145131.890000', '145131.892000', '145131.895000', '145131.898000', '145131.900000', '145131.903000', '145131.906000', '145131.908000', '145131.911000', '145151.799000', '145151.802000', '145151.804000', '145151.807000', '145151.809000', '145151.812000', '145151.815000', '145151.817000', '145151.820000', '145151.822000', '145151.825000', '145151.837000', '145151.840000', '145151.842000', '145151.845000', '145151.878000', '145151.881000', '145151.883000', '145151.886000', '145151.889000', '145151.891000', '145151.894000', '145151.897000', '145151.899000', '145151.902000', '145151.905000', '145151.907000', '145151.910000', '145151.912000', '145151.915000', '145151.918000', '145151.920000', '145151.923000', '145151.925000', '145151.928000', '145151.931000', '145151.933000', '145151.936000', '145151.938000', '145151.941000', '145151.944000', '145151.946000', '145151.949000', '145211.800000', '145211.802000', '145211.805000', '145211.808000', '145211.810000', '145211.813000', '145211.816000', '145211.818000', '145211.821000', '145211.824000', '145211.826000', '145211.829000', '145211.831000', '145211.834000', '145211.837000', '145211.839000', '145211.842000', '145211.845000', '145211.847000', '145211.850000', '145211.852000', '145211.855000', '145211.858000', '145211.860000', '145211.863000', '145211.865000', '145211.868000', '145211.871000', '145211.873000', '145211.876000', '145211.879000', '145211.881000', '145211.884000', '145211.887000', '145211.889000', '145211.892000', '145211.894000', '145211.897000', '145211.899000', '145211.902000', '145211.905000', '145211.908000', '145211.910000', '145231.798000', '145231.801000', '145231.804000', '145231.807000', '145231.809000', '145231.812000', '145231.814000', '145231.817000', '145231.820000', '145231.822000', '145231.825000', '145231.828000', '145231.830000', '145231.833000', '145231.836000', '145231.838000', '145231.841000', '145231.843000', '145231.846000', '145231.849000', '145231.851000', '145231.854000', '145231.856000', '145231.859000', '145231.862000', '145231.864000', '145231.867000', '145231.870000', '145231.872000', '145231.875000', '145231.878000', '145231.880000', '145231.883000', '145231.885000', '145231.888000', '145231.891000', '145231.893000', '145231.896000', '145231.899000', '145231.901000', '145231.904000', '145231.906000', '145231.909000', '145231.912000', '145251.798000', '145251.800000', '145251.803000', '145251.806000', '145251.808000', '145251.811000', '145251.813000', '145251.816000', '145251.819000', '145251.822000', '145251.824000', '145251.827000', '145251.830000', '145251.832000', '145251.835000', '145251.838000', '145251.840000', '145251.843000', '145251.845000', '145251.848000', '145251.851000', '145251.853000', '145251.856000', '145251.858000', '145251.861000', '145251.863000', '145251.866000', '145251.869000', '145251.872000', '145251.874000', '145251.877000', '145251.879000', '145251.882000', '145251.885000', '145251.887000', '145251.890000', '145251.893000', '145251.895000', '145251.898000', '145251.901000', '145251.903000', '145251.906000', '145251.908000', '145251.911000', '145311.797000', '145311.800000', '145311.803000', '145311.805000', '145311.808000', '145311.811000', '145311.813000', '145311.816000', '145311.818000', '145311.821000', '145311.823000', '145311.826000', '145311.829000', '145311.831000', '145311.834000', '145311.836000', '145311.839000', '145311.841000', '145311.844000', '145311.847000', '145311.849000', '145311.852000', '145311.854000', '145311.857000', '145311.859000', '145311.862000', '145311.878000', '145311.881000', '145311.883000', '145311.886000', '145311.889000', '145311.891000', '145311.894000', '145311.896000', '145311.899000', '145311.901000', '145311.904000', '145311.907000', '145311.909000', '145311.912000', '145311.914000', '145311.917000', '145311.919000', '145331.798000', '145331.801000', '145331.803000', '145331.806000', '145331.808000', '145331.811000', '145331.814000', '145331.816000', '145331.819000', '145331.821000', '145331.824000', '145331.826000', '145331.829000', '145331.832000', '145331.837000', '145331.840000', '145331.842000', '145331.845000', '145331.848000', '145331.850000', '145331.853000', '145331.855000', '145331.858000', '145331.861000', '145331.863000', '145331.866000', '145331.869000', '145331.871000', '145331.874000', '145331.877000', '145331.879000', '145331.882000', '145331.884000', '145331.887000', '145331.890000', '145331.892000', '145331.895000', '145331.898000', '145331.900000', '145331.903000', '145331.905000', '145331.908000', '145331.910000', '145331.913000', '145351.801000', '145351.804000', '145351.806000', '145351.809000', '145351.811000', '145351.814000', '145351.816000', '145351.819000', '145351.822000', '145351.824000', '145351.827000', '145351.829000', '145351.832000', '145351.835000', '145351.837000', '145351.840000', '145351.842000', '145351.845000', '145351.847000', '145351.850000', '145351.852000', '145351.855000', '145351.858000', '145351.860000', '145351.863000', '145351.865000', '145351.868000', '145351.871000', '145351.873000', '145351.876000', '145351.878000', '145351.881000', '145351.883000', '145351.886000', '145351.888000', '145351.891000', '145351.894000', '145351.896000', '145351.899000', '145351.901000', '145351.904000', '145351.935000', '145351.938000', '145411.798000', '145411.802000', '145411.805000', '145411.807000', '145411.810000', '145411.813000', '145411.815000', '145411.818000', '145411.820000', '145411.823000', '145411.825000', '145411.828000', '145411.831000', '145411.833000', '145411.836000', '145411.838000', '145411.841000', '145411.843000', '145411.846000', '145411.849000', '145411.851000', '145411.854000', '145411.856000', '145411.859000', '145411.861000', '145411.864000', '145411.867000', '145411.869000', '145411.872000', '145411.874000', '145411.877000', '145411.880000', '145411.882000', '145411.885000', '145411.887000', '145411.890000', '145411.892000', '145411.895000', '145411.898000', '145411.900000', '145411.903000', '145411.905000', '145411.908000', '145431.799000', '145431.801000', '145431.804000', '145431.807000', '145431.809000', '145431.812000', '145431.814000', '145431.817000', '145431.820000', '145431.849000', '145431.851000', '145431.854000', '145431.857000', '145431.859000', '145431.862000', '145431.864000', '145431.867000', '145431.870000', '145431.872000', '145431.875000', '145431.878000', '145431.880000', '145431.883000', '145431.885000', '145431.888000', '145431.891000', '145431.893000', '145431.896000', '145431.898000', '145431.901000', '145431.903000', '145431.906000', '145431.909000', '145431.911000', '145431.914000', '145431.916000', '145431.919000', '145431.921000', '145431.924000', '145431.927000', '145431.929000', '145431.932000', '145431.934000', '145431.937000', '145451.798000', '145451.803000', '145451.806000', '145451.808000', '145451.811000', '145451.814000', '145451.816000', '145451.819000', '145451.822000', '145451.824000', '145451.827000', '145451.829000', '145451.832000', '145451.835000', '145451.837000', '145451.840000', '145451.843000', '145451.845000', '145451.848000', '145451.851000', '145451.853000', '145451.856000', '145451.859000', '145451.861000', '145451.865000', '145451.868000', '145451.871000', '145451.877000', '145451.880000', '145451.882000', '145451.885000', '145451.888000', '145451.890000', '145451.893000', '145451.896000', '145451.898000', '145451.901000', '145451.903000', '145451.906000', '145451.909000', '145451.911000', '145451.914000', '145451.917000', '145511.798000', '145511.801000', '145511.803000', '145511.806000', '145511.809000', '145511.811000', '145511.814000', '145511.817000', '145511.819000', '145511.822000', '145511.824000', '145511.827000', '145511.830000', '145511.832000', '145511.835000', '145511.838000', '145511.840000', '145511.843000', '145511.846000', '145511.848000', '145511.851000', '145511.854000', '145511.857000', '145511.859000', '145511.862000', '145511.864000', '145511.867000', '145511.870000', '145511.872000', '145511.875000', '145511.878000', '145511.880000', '145511.883000', '145511.885000', '145511.888000', '145511.891000', '145511.893000', '145511.896000', '145511.899000', '145511.901000', '145511.904000', '145511.907000', '145511.909000', '145511.912000', '145531.798000', '145531.801000', '145531.803000', '145531.806000', '145531.809000', '145531.811000', '145531.814000', '145531.817000', '145531.819000', '145531.822000', '145531.825000', '145531.827000', '145531.830000', '145531.832000', '145531.835000', '145531.838000', '145531.840000', '145531.843000', '145531.846000', '145531.848000', '145531.851000', '145531.862000', '145531.865000', '145531.868000', '145531.870000', '145531.873000', '145531.876000', '145531.878000', '145531.881000', '145531.884000', '145531.887000', '145531.889000', '145531.892000', '145531.895000', '145531.897000', '145531.900000', '145531.902000', '145531.905000', '145531.908000', '145531.910000', '145531.913000', '145531.916000', '145531.918000', '145541.508000', '145541.511000', '145541.514000', '145541.516000', '145541.519000', '145541.522000', '145541.524000', '145541.527000', '145541.530000', '145541.532000', '145541.535000', '145541.538000', '145541.540000', '145541.543000', '145541.545000', '145541.548000', '145541.551000', '145541.553000', '145541.556000', '145541.559000', '145541.587000', '145541.589000'], 'InstanceCreationTime': ['144551.854000', '144551.858000', '144551.860000', '144551.863000', '144551.866000', '144551.868000', '144551.871000', '144551.873000', '144551.876000', '144551.878000', '144551.881000', '144551.884000', '144551.886000', '144551.889000', '144551.892000', '144551.894000', '144551.897000', '144551.899000', '144551.902000', '144551.905000', '144551.907000', '144551.910000', '144551.920000', '144551.922000', '144551.925000', '144551.927000', '144551.930000', '144551.933000', '144551.935000', '144551.938000', '144551.941000', '144551.943000', '144551.946000', '144551.948000', '144551.951000', '144551.954000', '144551.956000', '144551.959000', '144551.961000', '144551.964000', '144611.797000', '144611.800000', '144611.803000', '144611.810000', '144611.812000', '144611.815000', '144611.817000', '144611.820000', '144611.822000', '144611.825000', '144611.827000', '144611.830000', '144611.833000', '144611.835000', '144611.838000', '144611.840000', '144611.843000', '144611.846000', '144611.848000', '144611.851000', '144611.853000', '144611.856000', '144611.859000', '144611.861000', '144611.864000', '144611.866000', '144611.869000', '144611.871000', '144611.874000', '144611.877000', '144611.879000', '144611.882000', '144611.888000', '144611.891000', '144611.894000', '144611.896000', '144611.899000', '144611.901000', '144611.904000', '144611.906000', '144611.909000', '144611.912000', '144611.914000', '144631.797000', '144631.800000', '144631.803000', '144631.805000', '144631.808000', '144631.811000', '144631.813000', '144631.816000', '144631.818000', '144631.821000', '144631.824000', '144631.826000', '144631.829000', '144631.831000', '144631.834000', '144631.837000', '144631.839000', '144631.842000', '144631.845000', '144631.847000', '144631.850000', '144631.852000', '144631.855000', '144631.858000', '144631.860000', '144631.863000', '144631.866000', '144631.868000', '144631.871000', '144631.873000', '144631.876000', '144631.879000', '144631.881000', '144631.884000', '144631.886000', '144631.889000', '144631.892000', '144631.894000', '144631.897000', '144631.900000', '144631.902000', '144631.905000', '144631.908000', '144651.797000', '144651.800000', '144651.803000', '144651.805000', '144651.808000', '144651.811000', '144651.814000', '144651.816000', '144651.819000', '144651.822000', '144651.824000', '144651.827000', '144651.829000', '144651.832000', '144651.835000', '144651.837000', '144651.840000', '144651.842000', '144651.845000', '144651.847000', '144651.850000', '144651.853000', '144651.855000', '144651.858000', '144651.860000', '144651.863000', '144651.865000', '144651.868000', '144651.871000', '144651.873000', '144651.876000', '144651.878000', '144651.881000', '144651.884000', '144651.886000', '144651.889000', '144651.892000', '144651.894000', '144651.897000', '144651.899000', '144651.902000', '144651.904000', '144651.907000', '144651.910000', '144711.798000', '144711.801000', '144711.804000', '144711.806000', '144711.809000', '144711.812000', '144711.814000', '144711.817000', '144711.820000', '144711.823000', '144711.826000', '144711.828000', '144711.831000', '144711.834000', '144711.836000', '144711.839000', '144711.841000', '144711.844000', '144711.847000', '144711.849000', '144711.852000', '144711.855000', '144711.857000', '144711.860000', '144711.862000', '144711.865000', '144711.867000', '144711.870000', '144711.873000', '144711.876000', '144711.879000', '144711.890000', '144711.893000', '144711.895000', '144711.898000', '144711.900000', '144711.903000', '144711.906000', '144711.908000', '144711.911000', '144711.914000', '144711.927000', '144711.929000', '144731.799000', '144731.801000', '144731.804000', '144731.807000', '144731.810000', '144731.812000', '144731.815000', '144731.818000', '144731.820000', '144731.823000', '144731.826000', '144731.829000', '144731.831000', '144731.834000', '144731.836000', '144731.839000', '144731.846000', '144731.849000', '144731.851000', '144731.854000', '144731.866000', '144731.869000', '144731.871000', '144731.875000', '144731.877000', '144731.880000', '144731.882000', '144731.885000', '144731.888000', '144731.890000', '144731.893000', '144731.896000', '144731.898000', '144731.901000', '144731.903000', '144731.906000', '144731.909000', '144731.911000', '144731.914000', '144731.917000', '144731.919000', '144731.922000', '144731.925000', '144731.927000', '144751.798000', '144751.801000', '144751.804000', '144751.807000', '144751.809000', '144751.812000', '144751.814000', '144751.817000', '144751.820000', '144751.822000', '144751.825000', '144751.828000', '144751.830000', '144751.833000', '144751.835000', '144751.838000', '144751.841000', '144751.843000', '144751.846000', '144751.849000', '144751.851000', '144751.854000', '144751.857000', '144751.859000', '144751.862000', '144751.865000', '144751.867000', '144751.870000', '144751.873000', '144751.876000', '144751.878000', '144751.881000', '144751.884000', '144751.886000', '144751.889000', '144751.891000', '144751.894000', '144751.897000', '144751.899000', '144751.902000', '144751.905000', '144751.907000', '144751.910000', '144751.913000', '144811.797000', '144811.801000', '144811.803000', '144811.806000', '144811.808000', '144811.811000', '144811.814000', '144811.816000', '144811.819000', '144811.822000', '144811.824000', '144811.827000', '144811.830000', '144811.832000', '144811.835000', '144811.837000', '144811.840000', '144811.843000', '144811.845000', '144811.848000', '144811.850000', '144811.853000', '144811.856000', '144811.858000', '144811.861000', '144811.864000', '144811.866000', '144811.869000', '144811.871000', '144811.874000', '144811.877000', '144811.879000', '144811.882000', '144811.884000', '144811.887000', '144811.889000', '144811.892000', '144811.902000', '144811.904000', '144811.907000', '144811.910000', '144811.912000', '144811.915000', '144831.798000', '144831.800000', '144831.803000', '144831.806000', '144831.808000', '144831.811000', '144831.814000', '144831.816000', '144831.819000', '144831.822000', '144831.824000', '144831.827000', '144831.829000', '144831.832000', '144831.834000', '144831.837000', '144831.840000', '144831.842000', '144831.845000', '144831.847000', '144831.850000', '144831.853000', '144831.855000', '144831.858000', '144831.861000', '144831.864000', '144831.867000', '144831.869000', '144831.872000', '144831.874000', '144831.877000', '144831.880000', '144831.883000', '144831.885000', '144831.888000', '144831.890000', '144831.893000', '144831.896000', '144831.899000', '144831.901000', '144831.904000', '144831.906000', '144831.909000', '144851.797000', '144851.808000', '144851.814000', '144851.816000', '144851.819000', '144851.822000', '144851.824000', '144851.827000', '144851.829000', '144851.832000', '144851.835000', '144851.837000', '144851.840000', '144851.843000', '144851.845000', '144851.848000', '144851.850000', '144851.853000', '144851.856000', '144851.858000', '144851.861000', '144851.864000', '144851.866000', '144851.883000', '144851.886000', '144851.889000', '144851.891000', '144851.894000', '144851.896000', '144851.899000', '144851.902000', '144851.904000', '144851.907000', '144851.910000', '144851.912000', '144851.915000', '144851.917000', '144851.920000', '144851.923000', '144851.925000', '144851.928000', '144851.931000', '144851.933000', '144851.936000', '144911.797000', '144911.800000', '144911.803000', '144911.806000', '144911.808000', '144911.811000', '144911.813000', '144911.816000', '144911.819000', '144911.821000', '144911.824000', '144911.827000', '144911.829000', '144911.832000', '144911.834000', '144911.837000', '144911.840000', '144911.842000', '144911.845000', '144911.848000', '144911.850000', '144911.853000', '144911.855000', '144911.858000', '144911.861000', '144911.863000', '144911.866000', '144911.869000', '144911.871000', '144911.874000', '144911.877000', '144911.880000', '144911.883000', '144911.885000', '144911.889000', '144911.891000', '144911.894000', '144911.897000', '144911.899000', '144911.902000', '144911.904000', '144911.907000', '144911.910000', '144931.799000', '144931.801000', '144931.804000', '144931.806000', '144931.810000', '144931.812000', '144931.815000', '144931.818000', '144931.820000', '144931.823000', '144931.825000', '144931.828000', '144931.831000', '144931.834000', '144931.836000', '144931.839000', '144931.842000', '144931.844000', '144931.847000', '144931.849000', '144931.852000', '144931.855000', '144931.866000', '144931.868000', '144931.871000', '144931.874000', '144931.876000', '144931.879000', '144931.882000', '144931.884000', '144931.887000', '144931.889000', '144931.892000', '144931.895000', '144931.897000', '144931.900000', '144931.902000', '144931.905000', '144931.908000', '144931.910000', '144931.913000', '144931.916000', '144931.918000', '144931.921000', '144951.799000', '144951.802000', '144951.805000', '144951.807000', '144951.810000', '144951.812000', '144951.815000', '144951.818000', '144951.820000', '144951.823000', '144951.825000', '144951.828000', '144951.831000', '144951.833000', '144951.836000', '144951.839000', '144951.841000', '144951.844000', '144951.846000', '144951.849000', '144951.852000', '144951.854000', '144951.857000', '144951.860000', '144951.862000', '144951.865000', '144951.868000', '144951.870000', '144951.873000', '144951.875000', '144951.878000', '144951.881000', '144951.883000', '144951.886000', '144951.888000', '144951.891000', '144951.894000', '144951.897000', '144951.900000', '144951.902000', '144951.905000', '144951.909000', '144951.911000', '145011.799000', '145011.801000', '145011.804000', '145011.807000', '145011.809000', '145011.812000', '145011.814000', '145011.817000', '145011.820000', '145011.823000', '145011.825000', '145011.828000', '145011.831000', '145011.833000', '145011.836000', '145011.838000', '145011.841000', '145011.844000', '145011.846000', '145011.849000', '145011.851000', '145011.854000', '145011.857000', '145011.859000', '145011.862000', '145011.864000', '145011.867000', '145011.870000', '145011.872000', '145011.875000', '145011.877000', '145011.880000', '145011.883000', '145011.885000', '145011.888000', '145011.891000', '145011.893000', '145011.896000', '145011.898000', '145011.901000', '145011.904000', '145011.906000', '145011.909000', '145011.912000', '145031.798000', '145031.801000', '145031.803000', '145031.806000', '145031.835000', '145031.838000', '145031.841000', '145031.843000', '145031.846000', '145031.848000', '145031.851000', '145031.854000', '145031.856000', '145031.859000', '145031.861000', '145031.864000', '145031.866000', '145031.869000', '145031.872000', '145031.874000', '145031.877000', '145031.880000', '145031.882000', '145031.885000', '145031.887000', '145031.890000', '145031.893000', '145031.895000', '145031.898000', '145031.901000', '145031.903000', '145031.906000', '145031.908000', '145031.911000', '145031.914000', '145031.917000', '145031.920000', '145031.923000', '145031.925000', '145031.929000', '145031.931000', '145031.934000', '145031.936000', '145051.797000', '145051.800000', '145051.803000', '145051.806000', '145051.808000', '145051.811000', '145051.814000', '145051.816000', '145051.819000', '145051.821000', '145051.824000', '145051.827000', '145051.830000', '145051.832000', '145051.835000', '145051.837000', '145051.840000', '145051.842000', '145051.845000', '145051.848000', '145051.850000', '145051.853000', '145051.856000', '145051.858000', '145051.861000', '145051.863000', '145051.866000', '145051.869000', '145051.871000', '145051.874000', '145051.877000', '145051.879000', '145051.882000', '145051.884000', '145051.887000', '145051.890000', '145051.892000', '145051.895000', '145051.898000', '145051.900000', '145051.903000', '145051.905000', '145051.908000', '145051.911000', '145111.797000', '145111.800000', '145111.803000', '145111.806000', '145111.808000', '145111.811000', '145111.814000', '145111.816000', '145111.819000', '145111.821000', '145111.824000', '145111.827000', '145111.829000', '145111.832000', '145111.835000', '145111.837000', '145111.840000', '145111.843000', '145111.845000', '145111.848000', '145111.851000', '145111.853000', '145111.856000', '145111.858000', '145111.861000', '145111.864000', '145111.866000', '145111.869000', '145111.872000', '145111.874000', '145111.877000', '145111.880000', '145111.882000', '145111.885000', '145111.887000', '145111.890000', '145111.893000', '145111.895000', '145111.898000', '145111.900000', '145111.903000', '145111.905000', '145111.908000', '145131.797000', '145131.800000', '145131.803000', '145131.806000', '145131.808000', '145131.811000', '145131.814000', '145131.816000', '145131.819000', '145131.822000', '145131.824000', '145131.827000', '145131.829000', '145131.832000', '145131.835000', '145131.837000', '145131.840000', '145131.843000', '145131.845000', '145131.848000', '145131.850000', '145131.853000', '145131.856000', '145131.858000', '145131.861000', '145131.863000', '145131.866000', '145131.869000', '145131.871000', '145131.874000', '145131.877000', '145131.879000', '145131.882000', '145131.885000', '145131.887000', '145131.890000', '145131.892000', '145131.895000', '145131.898000', '145131.900000', '145131.903000', '145131.906000', '145131.908000', '145131.911000', '145151.799000', '145151.802000', '145151.804000', '145151.807000', '145151.809000', '145151.812000', '145151.815000', '145151.817000', '145151.820000', '145151.822000', '145151.825000', '145151.837000', '145151.840000', '145151.842000', '145151.845000', '145151.878000', '145151.881000', '145151.883000', '145151.886000', '145151.889000', '145151.891000', '145151.894000', '145151.897000', '145151.899000', '145151.902000', '145151.905000', '145151.907000', '145151.910000', '145151.912000', '145151.915000', '145151.918000', '145151.920000', '145151.923000', '145151.925000', '145151.928000', '145151.931000', '145151.933000', '145151.936000', '145151.938000', '145151.941000', '145151.944000', '145151.946000', '145151.949000', '145211.800000', '145211.802000', '145211.805000', '145211.808000', '145211.810000', '145211.813000', '145211.816000', '145211.818000', '145211.821000', '145211.824000', '145211.826000', '145211.829000', '145211.831000', '145211.834000', '145211.837000', '145211.839000', '145211.842000', '145211.845000', '145211.847000', '145211.850000', '145211.852000', '145211.855000', '145211.858000', '145211.860000', '145211.863000', '145211.865000', '145211.868000', '145211.871000', '145211.873000', '145211.876000', '145211.879000', '145211.881000', '145211.884000', '145211.887000', '145211.889000', '145211.892000', '145211.894000', '145211.897000', '145211.899000', '145211.902000', '145211.905000', '145211.908000', '145211.910000', '145231.798000', '145231.801000', '145231.804000', '145231.807000', '145231.809000', '145231.812000', '145231.814000', '145231.817000', '145231.820000', '145231.822000', '145231.825000', '145231.828000', '145231.830000', '145231.833000', '145231.836000', '145231.838000', '145231.841000', '145231.843000', '145231.846000', '145231.849000', '145231.851000', '145231.854000', '145231.856000', '145231.859000', '145231.862000', '145231.864000', '145231.867000', '145231.870000', '145231.872000', '145231.875000', '145231.878000', '145231.880000', '145231.883000', '145231.885000', '145231.888000', '145231.891000', '145231.893000', '145231.896000', '145231.899000', '145231.901000', '145231.904000', '145231.906000', '145231.909000', '145231.912000', '145251.798000', '145251.800000', '145251.803000', '145251.806000', '145251.808000', '145251.811000', '145251.813000', '145251.816000', '145251.819000', '145251.822000', '145251.824000', '145251.827000', '145251.830000', '145251.832000', '145251.835000', '145251.838000', '145251.840000', '145251.843000', '145251.845000', '145251.848000', '145251.851000', '145251.853000', '145251.856000', '145251.858000', '145251.861000', '145251.863000', '145251.866000', '145251.869000', '145251.872000', '145251.874000', '145251.877000', '145251.879000', '145251.882000', '145251.885000', '145251.887000', '145251.890000', '145251.893000', '145251.895000', '145251.898000', '145251.901000', '145251.903000', '145251.906000', '145251.908000', '145251.911000', '145311.797000', '145311.800000', '145311.803000', '145311.805000', '145311.808000', '145311.811000', '145311.813000', '145311.816000', '145311.818000', '145311.821000', '145311.823000', '145311.826000', '145311.829000', '145311.831000', '145311.834000', '145311.836000', '145311.839000', '145311.841000', '145311.844000', '145311.847000', '145311.849000', '145311.852000', '145311.854000', '145311.857000', '145311.859000', '145311.862000', '145311.878000', '145311.881000', '145311.883000', '145311.886000', '145311.889000', '145311.891000', '145311.894000', '145311.896000', '145311.899000', '145311.901000', '145311.904000', '145311.907000', '145311.909000', '145311.912000', '145311.914000', '145311.917000', '145311.919000', '145331.798000', '145331.801000', '145331.803000', '145331.806000', '145331.808000', '145331.811000', '145331.814000', '145331.816000', '145331.819000', '145331.821000', '145331.824000', '145331.826000', '145331.829000', '145331.832000', '145331.837000', '145331.840000', '145331.842000', '145331.845000', '145331.848000', '145331.850000', '145331.853000', '145331.855000', '145331.858000', '145331.861000', '145331.863000', '145331.866000', '145331.869000', '145331.871000', '145331.874000', '145331.877000', '145331.879000', '145331.882000', '145331.884000', '145331.887000', '145331.890000', '145331.892000', '145331.895000', '145331.898000', '145331.900000', '145331.903000', '145331.905000', '145331.908000', '145331.910000', '145331.913000', '145351.801000', '145351.804000', '145351.806000', '145351.809000', '145351.811000', '145351.814000', '145351.816000', '145351.819000', '145351.822000', '145351.824000', '145351.827000', '145351.829000', '145351.832000', '145351.835000', '145351.837000', '145351.840000', '145351.842000', '145351.845000', '145351.847000', '145351.850000', '145351.852000', '145351.855000', '145351.858000', '145351.860000', '145351.863000', '145351.865000', '145351.868000', '145351.871000', '145351.873000', '145351.876000', '145351.878000', '145351.881000', '145351.883000', '145351.886000', '145351.888000', '145351.891000', '145351.894000', '145351.896000', '145351.899000', '145351.901000', '145351.904000', '145351.935000', '145351.938000', '145411.798000', '145411.802000', '145411.805000', '145411.807000', '145411.810000', '145411.813000', '145411.815000', '145411.818000', '145411.820000', '145411.823000', '145411.825000', '145411.828000', '145411.831000', '145411.833000', '145411.836000', '145411.838000', '145411.841000', '145411.843000', '145411.846000', '145411.849000', '145411.851000', '145411.854000', '145411.856000', '145411.859000', '145411.861000', '145411.864000', '145411.867000', '145411.869000', '145411.872000', '145411.874000', '145411.877000', '145411.880000', '145411.882000', '145411.885000', '145411.887000', '145411.890000', '145411.892000', '145411.895000', '145411.898000', '145411.900000', '145411.903000', '145411.905000', '145411.908000', '145431.799000', '145431.801000', '145431.804000', '145431.807000', '145431.809000', '145431.812000', '145431.814000', '145431.817000', '145431.820000', '145431.849000', '145431.851000', '145431.854000', '145431.857000', '145431.859000', '145431.862000', '145431.864000', '145431.867000', '145431.870000', '145431.872000', '145431.875000', '145431.878000', '145431.880000', '145431.883000', '145431.885000', '145431.888000', '145431.891000', '145431.893000', '145431.896000', '145431.898000', '145431.901000', '145431.903000', '145431.906000', '145431.909000', '145431.911000', '145431.914000', '145431.916000', '145431.919000', '145431.921000', '145431.924000', '145431.927000', '145431.929000', '145431.932000', '145431.934000', '145431.937000', '145451.798000', '145451.803000', '145451.806000', '145451.808000', '145451.811000', '145451.814000', '145451.816000', '145451.819000', '145451.822000', '145451.824000', '145451.827000', '145451.829000', '145451.832000', '145451.835000', '145451.837000', '145451.840000', '145451.843000', '145451.845000', '145451.848000', '145451.851000', '145451.853000', '145451.856000', '145451.859000', '145451.861000', '145451.865000', '145451.868000', '145451.871000', '145451.877000', '145451.880000', '145451.882000', '145451.885000', '145451.888000', '145451.890000', '145451.893000', '145451.896000', '145451.898000', '145451.901000', '145451.903000', '145451.906000', '145451.909000', '145451.911000', '145451.914000', '145451.917000', '145511.798000', '145511.801000', '145511.803000', '145511.806000', '145511.809000', '145511.811000', '145511.814000', '145511.817000', '145511.819000', '145511.822000', '145511.824000', '145511.827000', '145511.830000', '145511.832000', '145511.835000', '145511.838000', '145511.840000', '145511.843000', '145511.846000', '145511.848000', '145511.851000', '145511.854000', '145511.857000', '145511.859000', '145511.862000', '145511.864000', '145511.867000', '145511.870000', '145511.872000', '145511.875000', '145511.878000', '145511.880000', '145511.883000', '145511.885000', '145511.888000', '145511.891000', '145511.893000', '145511.896000', '145511.899000', '145511.901000', '145511.904000', '145511.907000', '145511.909000', '145511.912000', '145531.798000', '145531.801000', '145531.803000', '145531.806000', '145531.809000', '145531.811000', '145531.814000', '145531.817000', '145531.819000', '145531.822000', '145531.825000', '145531.827000', '145531.830000', '145531.832000', '145531.835000', '145531.838000', '145531.840000', '145531.843000', '145531.846000', '145531.848000', '145531.851000', '145531.862000', '145531.865000', '145531.868000', '145531.870000', '145531.873000', '145531.876000', '145531.878000', '145531.881000', '145531.884000', '145531.887000', '145531.889000', '145531.892000', '145531.895000', '145531.897000', '145531.900000', '145531.902000', '145531.905000', '145531.908000', '145531.910000', '145531.913000', '145531.916000', '145531.918000', '145541.508000', '145541.511000', '145541.514000', '145541.516000', '145541.519000', '145541.522000', '145541.524000', '145541.527000', '145541.530000', '145541.532000', '145541.535000', '145541.538000', '145541.540000', '145541.543000', '145541.545000', '145541.548000', '145541.551000', '145541.553000', '145541.556000', '145541.559000', '145541.587000', '145541.589000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [12529, 11459, 11958, 11656, 11087, 17019, 10622, 14180, 11072, 12038, 9946, 12036, 9163, 12250, 9133, 11893, 8855, 11817, 9363, 12353, 9397, 12385, 9310, 11429, 9270, 11866, 10114, 11604, 9474, 10978, 10676, 10959, 15331, 10693, 13953, 9795, 12426, 10024, 12254, 10344, 11426, 9704, 12052, 9856, 12762, 10648, 12004, 9788, 12556, 9647, 13272, 10453, 14188, 9620, 13310, 10108, 12731, 11186, 13766, 9664, 12809, 10671, 11526, 9921, 12816, 10158, 12278, 10376, 12162, 9937, 12642, 10334, 13029, 10601, 12786, 9996, 13065, 10077, 13556, 10304, 12237, 9574, 12887, 9481, 13621, 10378, 13300, 10170, 12852, 9189, 12563, 9244, 13090, 8925, 12436, 8825, 12182, 9774, 12564, 9500, 12050, 8564, 12432, 8828, 13345, 11129, 12881, 10223, 13529, 10251, 14522, 10593, 14217, 10231, 14466, 10077, 15201, 10704, 15060, 10211, 14910, 9970, 13390, 10637, 12926, 10116, 12597, 9740, 12622, 10487, 11863, 9747, 12867, 9876, 13142, 10942, 11955, 9997, 12723, 10001, 13346, 10627, 12839, 10520, 12113, 9759, 12801, 10333, 13268, 10336, 12395, 10133, 12025, 9732, 12268, 10102, 12883, 10415, 12085, 10106, 12369, 9768, 12519, 10031, 12472, 10193, 12632, 10094, 12153, 9845, 12599, 9972, 12867, 10623, 12423, 9898, 12448, 10213, 12483, 10329, 12196, 9638, 12724, 10518, 12644, 10245, 12593, 9810, 12730, 10566, 11656, 9863, 12361, 9984, 12402, 10212, 12107, 9611, 13170, 10811, 12837, 10412, 13123, 9308, 12112, 9524, 13881, 10811, 14183, 10377, 8979, 11598, 9234, 12722, 9511, 12532, 9166, 11437, 9304, 12001, 9500, 13477, 10724, 12966, 10370, 13989, 10417, 13445, 10803, 12620, 10737, 11802, 9817, 13036, 9839, 12833, 10727, 11147, 10212, 9678, 10969, 9742, 11776, 9482, 11548, 9552, 11461, 10125, 11769, 9255, 11725, 9071, 11844, 9321, 11585, 8968, 11463, 9415, 12323, 9217, 12172, 9584, 12157, 9515, 12545, 9537, 12305, 9083, 12461, 9427, 13068, 9688, 12548, 9154, 12257, 8944, 13666, 9621, 12687, 9952, 12326, 10013, 12987, 10719, 12522, 10122, 10990, 11092, 8820, 12569, 9741, 12821, 9545, 12673, 9426, 12424, 9180, 12507, 9011, 13269, 9888, 13056, 10155, 12889, 9846, 13029, 10519, 12463, 10115, 12874, 9617, 13426, 9947, 12830, 9941, 12763, 9900, 13154, 10341, 12252, 10069, 12618, 9548, 13125, 9808, 12536, 9728, 12558, 9205, 13096, 9405, 12477, 8941, 12478, 9325, 12383, 9535, 13518, 9747, 12414, 8970, 11870, 9824, 12289, 9444, 12027, 10625, 12158, 9189, 11404, 9524, 11953, 9230, 12479, 9121, 12288, 9351, 11754, 9359, 12264, 9466, 12652, 9558, 11023, 12516, 10980, 16639, 10858, 13796, 9937, 12811, 10215, 12670, 10384, 11377, 8918, 11700, 9142, 12153, 9628, 11661, 9370, 11645, 9242, 12148, 9074, 11762, 11188, 10794, 13695, 11176, 12782, 10043, 13222, 10271, 12983, 10366, 12576, 10176, 13015, 10081, 12145, 9616, 12564, 9269, 12272, 9777, 12243, 9424, 11017, 12318, 10569, 13848, 11095, 13167, 10364, 13197, 10178, 12751, 10697, 12737, 10716, 12091, 9906, 12508, 9296, 13195, 9473, 12352, 9766, 11817, 9534, 12124, 9360, 12117, 9413, 11487, 9117, 11946, 12762, 11593, 14945, 10582, 13351, 10177, 13285, 11058, 11588, 9728, 12289, 8908, 12715, 9061, 12215, 9113, 12193, 9446, 12357, 12451, 11297, 15091, 10375, 14571, 11140, 12740, 10220, 13084, 9931, 12754, 10237, 12918, 10625, 11863, 9604, 11494, 10168, 13736, 10822, 13078, 10305, 12121, 10214, 12203, 9924, 12795, 8795, 12196, 9090, 12085, 11417, 11142, 12812, 10319, 13882, 10059, 13259, 10685, 11510, 9248, 12020, 9343, 11865, 9483, 11541, 9345, 10902, 11345, 10431, 14449, 10786, 12408, 9665, 12638, 10316, 12582, 9125, 11954, 9379, 11061, 10909, 11564, 12840, 10421, 13737, 10296, 13346, 10879, 12007, 9281, 12344, 9628, 11808, 11937, 11357, 13644, 10099, 13446, 10443, 13148, 10910, 12918, 10386, 8809, 10343, 8680, 11501, 10116, 11813, 11535, 10349, 16125, 9753, 13265, 11192, 12812, 10223, 12395, 8906, 11905, 11570, 11679, 15625, 10261, 14666, 10407, 13093, 10566, 11881, 8813, 11731, 9387, 11537, 13376, 10300, 13363, 9636, 12801, 10362, 11825, 9477, 11550, 9228, 11599, 11511, 10569, 13362, 9907, 13879, 11211, 12354, 10436, 13062, 10453, 14274, 10114, 12908, 10337, 12277, 8940, 12075, 9288, 11367, 10325, 11672, 10503, 10608, 13178, 10676, 13949, 10781, 11900, 9844, 12277, 10108, 13761, 11262, 11889, 9954, 12984, 10293, 13387, 10955, 12618, 9537, 12121, 8932, 12023, 9250, 12094, 9286, 11521, 10883, 11553, 12519, 10564, 14910, 10189, 13313, 10649, 11937, 10141, 12655, 10370, 12664, 10770, 12498, 9850, 12550, 9974, 12826, 9082, 12803, 9414, 12071, 9086, 11865, 9549, 11826, 10206, 11566, 11308, 11284, 11128, 10666, 13796, 10729, 14161, 11295, 13348, 10817, 9323, 11396, 9517, 12991, 9496, 12431, 11208, 11461, 15428, 10746, 12943, 10278, 15309, 10160, 15615, 10951, 14659, 10064, 13239, 9988, 13000, 10627, 11651, 9860, 12239, 10087, 12654, 10482, 12829, 9462, 12161, 9331, 12185, 9377, 12097, 8948, 12435, 9487, 12241, 9145, 11907, 9578, 12838, 9548, 12270, 9301, 11900, 10147, 12058, 9667, 11230, 13683, 10859, 17009, 11335, 13054, 10380, 14028, 10054, 13730, 10488, 12901, 9764, 12499, 10538, 13481, 10404, 13129, 9713, 12717, 10493, 13076, 10632, 12401, 9761, 12151, 10007, 13073, 10529, 12680, 9917, 12111, 10117, 12842, 10271, 12821, 9836, 12920, 10377, 12110, 9722, 12972, 9600, 12835, 9453, 12429, 9065, 12172, 9454, 12275, 9313, 11970, 9233, 12140, 9460, 12092, 9102, 12002, 9572, 12108, 9939, 11623, 9416, 11393, 11291, 11300, 14165, 11176, 11889, 10920, 9413, 11186, 10307, 11143, 12609, 11125, 15457, 10371, 14954, 9624, 13074, 10357, 12882, 10149, 12095, 9281, 12218, 9299, 11627, 9686, 11328, 9643, 10789, 12759, 10352, 14064, 10468, 12345, 9641, 11932, 9471, 12168, 9565, 11930, 9577, 11436, 10769, 11242, 11665, 10212, 12644, 9888, 13105, 10560, 12369, 10051, 12269, 10186, 12239, 10444, 12843, 10009, 12875, 9732, 12224, 9487, 11838, 9475, 12134, 9295, 13277, 9412, 12036, 9688, 13177, 10419, 13610, 10941, 13427, 10993, 12675, 10348, 12944, 10099, 12906, 10634, 12431, 9915, 12400, 9752, 12836, 10294, 11726, 9758, 12688, 9628, 13225, 10264, 11937, 9760, 12526, 9798, 12936, 10465, 11352, 9968, 11921, 9435, 12494, 10059, 11549, 9427, 12120, 9310, 12396, 9462, 11585, 9143, 11399, 9455, 11983, 9647, 11697, 9544, 11565, 10747, 11374, 16274, 11349, 13816, 10197, 14281, 10165, 13002, 10408, 12136, 9972, 12556, 9950, 12357, 10134, 12169, 10259, 12224, 9475, 12138, 10112, 12395, 10402, 12147, 9310, 11969, 9418, 12798, 9135, 12837, 9355, 12280, 9822, 12726, 9430, 12867, 9319, 12254, 9573, 12621, 9278, 11903, 9671, 12191, 10035, 11798, 9445, 11044, 12050, 10588, 14622, 10671, 12161, 9735, 12425, 10116, 12738, 10406, 11878, 9698, 12365, 9952, 12766, 10833, 11600, 9978, 12517, 9907, 12440, 9790, 13064, 9258, 11632, 9923, 11254, 10106, 11607, 9782, 10742, 10523, 10548, 13248, 10412, 13618, 10683, 12364, 9853, 13213, 9715, 12682, 10319, 12444, 10442, 12602, 9440, 12322, 10206, 12592, 10224, 12298, 9305, 12405, 9093, 11760, 9225, 11897, 9583, 10874, 11245, 10608, 14072, 11061, 12507, 10073, 12516, 9856, 12654, 10800, 11385, 9817, 12328, 10072, 12556, 10401, 11277, 9631, 12656, 9776, 12879, 9702, 12226, 9139, 12294, 9132, 12816, 9397, 13171, 10173, 12818, 9580, 13162, 10619, 13797, 10889, 9649, 11717, 9200, 12458, 9488, 12539, 9196, 13277, 9261, 13032, 9085, 12668, 9034, 13025, 10055, 12613, 10365, 12918, 9670, 13273, 10520, 12892, 10332, 10412, 10613, 10502, 10929, 12875, 11041, 11104, 10755, 10684, 10866, 12154, 11185, 11128, 10462, 12928, 10142, 13504, 10748, 13354, 9710, 12846, 10397, 12368, 10347, 10509, 10258, 10904, 10724, 12287, 10695, 14236, 11556, 12737, 13141, 9525, 12375, 10064, 13932, 10881, 12954, 9525, 13538, 9502, 12338, 10309, 13671, 10777, 13974, 11734, 14149, 10018, 12889, 10543, 12665, 10113, 12320, 10460, 11515, 9716, 12151, 9855, 12707, 10384, 11559, 9778, 12238, 9835, 12256, 10411, 11336, 9586, 12085, 9777, 12208, 10102, 12085, 10010, 12464, 9601, 12238, 9938, 12221, 9735, 12321, 9051, 12401, 9703, 11826, 10065, 12741, 9999, 13017, 10578, 12179, 9875, 12426, 9406, 12704, 9266, 12921, 9559, 11874, 9549, 11928, 10514, 12018, 9474, 11321, 10476, 10960, 12643, 10617, 12775, 10636, 13263, 10007, 13208, 10364, 12510, 10488, 12311, 10366, 12228, 9484, 11940, 9412, 12355, 9325, 12553, 9012, 12275, 9250, 12129, 9361, 12749, 9201, 11867, 9312, 11747, 9622, 11500, 9835, 11001, 11829, 10198, 14072, 10740, 12143, 9850, 12358, 10021, 12183, 10549, 11779, 10013, 12360, 9547, 12554, 10357, 12595, 10208, 14902, 10199, 11660, 10588, 13970, 10927, 13373, 10393, 12756, 10786, 11558, 9442, 12443, 9947, 12594, 10179, 11754, 9409, 12109, 9326, 11747, 9582, 12125, 9553, 11549, 9153, 12218, 9516, 12298, 9099, 11738, 9435, 12288, 9577, 12249, 9543, 12378, 9180, 12208, 9551, 11835, 9055, 12168, 9636, 11818, 9631, 11674, 9270, 10844, 11737, 10902, 16117, 10841, 15187, 9780, 12870, 10609, 12463, 10512, 13198, 9691, 12153, 9195, 12534, 9332, 12062, 9383, 11451, 9177, 12217, 10228, 13070, 10471, 9215, 12018, 9258, 12078, 9420, 12135, 13812, 11919, 10929, 11096, 12579, 11276, 16538, 10752, 17506], 'WindowCenter': [4817.0, 4778.0, 4763.0, 4747.0, 4736.0, 4761.0, 4710.0, 4738.0, 4711.0, 4717.0, 4687.0, 4707.0, 4688.0, 4717.0, 4690.0, 4707.0, 4677.0, 4707.0, 4676.0, 4718.0, 4689.0, 4718.0, 4677.0, 4707.0, 4677.0, 4718.0, 4696.0, 4707.0, 4687.0, 4707.0, 4696.0, 4711.0, 4738.0, 4699.0, 4724.0, 4688.0, 4706.0, 4697.0, 4718.0, 4701.0, 4708.0, 4700.0, 4718.0, 4710.0, 4740.0, 4722.0, 4730.0, 4711.0, 4731.0, 4713.0, 4739.0, 4721.0, 4740.0, 4700.0, 4729.0, 4711.0, 4728.0, 4719.0, 4729.0, 4689.0, 4727.0, 4709.0, 4717.0, 4701.0, 4742.0, 4721.0, 4730.0, 4710.0, 4719.0, 4700.0, 4727.0, 4710.0, 4731.0, 4710.0, 4728.0, 4699.0, 4717.0, 4699.0, 4728.0, 4700.0, 4717.0, 4688.0, 4717.0, 4690.0, 4729.0, 4699.0, 4727.0, 4697.0, 4716.0, 4675.0, 4705.0, 4686.0, 4715.0, 4678.0, 4717.0, 4676.0, 4707.0, 4686.0, 4729.0, 4685.0, 4714.0, 4676.0, 4715.0, 4678.0, 4730.0, 4721.0, 4729.0, 4713.0, 4728.0, 4709.0, 4740.0, 4708.0, 4727.0, 4698.0, 4726.0, 4698.0, 4737.0, 4710.0, 4736.0, 4699.0, 4736.0, 4686.0, 4726.0, 4708.0, 4715.0, 4697.0, 4715.0, 4686.0, 4719.0, 4709.0, 4718.0, 4700.0, 4717.0, 4700.0, 4729.0, 4709.0, 4718.0, 4699.0, 4718.0, 4688.0, 4728.0, 4710.0, 4718.0, 4698.0, 4705.0, 4687.0, 4715.0, 4697.0, 4727.0, 4698.0, 4714.0, 4698.0, 4714.0, 4686.0, 4706.0, 4697.0, 4729.0, 4709.0, 4717.0, 4699.0, 4716.0, 4686.0, 4715.0, 4685.0, 4715.0, 4699.0, 4714.0, 4696.0, 4715.0, 4698.0, 4716.0, 4701.0, 4715.0, 4707.0, 4714.0, 4698.0, 4716.0, 4710.0, 4716.0, 4710.0, 4715.0, 4689.0, 4727.0, 4709.0, 4718.0, 4698.0, 4717.0, 4699.0, 4728.0, 4709.0, 4707.0, 4700.0, 4716.0, 4699.0, 4727.0, 4709.0, 4715.0, 4688.0, 4727.0, 4708.0, 4716.0, 4708.0, 4716.0, 4677.0, 4706.0, 4686.0, 4725.0, 4709.0, 4737.0, 4709.0, 4678.0, 4717.0, 4687.0, 4727.0, 4689.0, 4719.0, 4677.0, 4706.0, 4676.0, 4716.0, 4700.0, 4727.0, 4710.0, 4729.0, 4697.0, 4727.0, 4696.0, 4715.0, 4696.0, 4716.0, 4708.0, 4708.0, 4698.0, 4716.0, 4700.0, 4726.0, 4708.0, 4706.0, 4696.0, 4687.0, 4697.0, 4686.0, 4718.0, 4688.0, 4707.0, 4687.0, 4708.0, 4695.0, 4707.0, 4675.0, 4707.0, 4675.0, 4718.0, 4687.0, 4705.0, 4676.0, 4708.0, 4687.0, 4727.0, 4690.0, 4718.0, 4686.0, 4717.0, 4699.0, 4728.0, 4687.0, 4718.0, 4679.0, 4717.0, 4687.0, 4730.0, 4689.0, 4720.0, 4677.0, 4706.0, 4675.0, 4727.0, 4690.0, 4718.0, 4686.0, 4705.0, 4688.0, 4714.0, 4697.0, 4705.0, 4699.0, 4711.0, 4710.0, 4678.0, 4718.0, 4687.0, 4714.0, 4685.0, 4718.0, 4678.0, 4718.0, 4678.0, 4716.0, 4679.0, 4728.0, 4700.0, 4717.0, 4698.0, 4717.0, 4698.0, 4728.0, 4709.0, 4719.0, 4699.0, 4716.0, 4690.0, 4728.0, 4698.0, 4718.0, 4698.0, 4716.0, 4698.0, 4728.0, 4711.0, 4717.0, 4699.0, 4718.0, 4690.0, 4728.0, 4700.0, 4717.0, 4698.0, 4719.0, 4689.0, 4727.0, 4692.0, 4721.0, 4679.0, 4719.0, 4688.0, 4718.0, 4702.0, 4729.0, 4689.0, 4729.0, 4677.0, 4706.0, 4684.0, 4704.0, 4685.0, 4717.0, 4699.0, 4717.0, 4677.0, 4706.0, 4684.0, 4708.0, 4690.0, 4719.0, 4688.0, 4717.0, 4675.0, 4705.0, 4687.0, 4729.0, 4699.0, 4730.0, 4688.0, 4707.0, 4705.0, 4707.0, 4745.0, 4697.0, 4726.0, 4686.0, 4713.0, 4696.0, 4727.0, 4699.0, 4705.0, 4675.0, 4706.0, 4687.0, 4716.0, 4689.0, 4717.0, 4686.0, 4718.0, 4701.0, 4728.0, 4689.0, 4720.0, 4720.0, 4710.0, 4740.0, 4722.0, 4728.0, 4700.0, 4728.0, 4697.0, 4727.0, 4697.0, 4717.0, 4700.0, 4727.0, 4699.0, 4718.0, 4690.0, 4715.0, 4688.0, 4717.0, 4690.0, 4718.0, 4676.0, 4696.0, 4704.0, 4696.0, 4724.0, 4708.0, 4728.0, 4699.0, 4715.0, 4696.0, 4715.0, 4709.0, 4719.0, 4698.0, 4706.0, 4685.0, 4715.0, 4689.0, 4727.0, 4687.0, 4717.0, 4686.0, 4707.0, 4686.0, 4719.0, 4679.0, 4716.0, 4676.0, 4717.0, 4678.0, 4720.0, 4729.0, 4719.0, 4736.0, 4701.0, 4716.0, 4696.0, 4729.0, 4708.0, 4708.0, 4687.0, 4716.0, 4680.0, 4727.0, 4689.0, 4718.0, 4690.0, 4719.0, 4698.0, 4729.0, 4717.0, 4707.0, 4725.0, 4698.0, 4739.0, 4707.0, 4717.0, 4698.0, 4717.0, 4697.0, 4714.0, 4700.0, 4727.0, 4708.0, 4718.0, 4701.0, 4720.0, 4710.0, 4726.0, 4711.0, 4728.0, 4711.0, 4719.0, 4712.0, 4718.0, 4703.0, 4717.0, 4676.0, 4716.0, 4677.0, 4718.0, 4719.0, 4721.0, 4727.0, 4699.0, 4727.0, 4698.0, 4726.0, 4697.0, 4706.0, 4678.0, 4716.0, 4686.0, 4719.0, 4689.0, 4708.0, 4688.0, 4708.0, 4707.0, 4709.0, 4739.0, 4710.0, 4716.0, 4700.0, 4730.0, 4712.0, 4728.0, 4690.0, 4719.0, 4689.0, 4708.0, 4709.0, 4721.0, 4729.0, 4709.0, 4727.0, 4701.0, 4729.0, 4708.0, 4718.0, 4679.0, 4717.0, 4686.0, 4708.0, 4706.0, 4710.0, 4726.0, 4698.0, 4716.0, 4698.0, 4727.0, 4710.0, 4726.0, 4709.0, 4690.0, 4709.0, 4690.0, 4732.0, 4723.0, 4732.0, 4722.0, 4713.0, 4750.0, 4702.0, 4742.0, 4722.0, 4730.0, 4700.0, 4718.0, 4678.0, 4719.0, 4708.0, 4718.0, 4736.0, 4699.0, 4726.0, 4711.0, 4717.0, 4697.0, 4706.0, 4678.0, 4705.0, 4687.0, 4719.0, 4725.0, 4696.0, 4715.0, 4686.0, 4726.0, 4698.0, 4718.0, 4700.0, 4719.0, 4689.0, 4720.0, 4707.0, 4708.0, 4727.0, 4698.0, 4725.0, 4710.0, 4718.0, 4712.0, 4730.0, 4712.0, 4738.0, 4700.0, 4717.0, 4698.0, 4716.0, 4677.0, 4705.0, 4676.0, 4720.0, 4699.0, 4709.0, 4696.0, 4697.0, 4716.0, 4699.0, 4728.0, 4709.0, 4706.0, 4700.0, 4718.0, 4708.0, 4740.0, 4719.0, 4720.0, 4699.0, 4727.0, 4709.0, 4740.0, 4711.0, 4717.0, 4688.0, 4706.0, 4679.0, 4719.0, 4688.0, 4717.0, 4677.0, 4708.0, 4708.0, 4709.0, 4716.0, 4699.0, 4726.0, 4699.0, 4727.0, 4710.0, 4709.0, 4699.0, 4717.0, 4699.0, 4727.0, 4711.0, 4717.0, 4698.0, 4716.0, 4698.0, 4729.0, 4677.0, 4729.0, 4689.0, 4721.0, 4678.0, 4716.0, 4686.0, 4718.0, 4699.0, 4719.0, 4707.0, 4710.0, 4695.0, 4697.0, 4726.0, 4712.0, 4727.0, 4709.0, 4725.0, 4709.0, 4689.0, 4718.0, 4700.0, 4729.0, 4688.0, 4731.0, 4709.0, 4721.0, 4751.0, 4710.0, 4729.0, 4701.0, 4738.0, 4699.0, 4739.0, 4710.0, 4727.0, 4688.0, 4715.0, 4698.0, 4727.0, 4698.0, 4707.0, 4698.0, 4705.0, 4697.0, 4716.0, 4697.0, 4716.0, 4685.0, 4716.0, 4701.0, 4719.0, 4687.0, 4719.0, 4678.0, 4729.0, 4702.0, 4730.0, 4690.0, 4719.0, 4700.0, 4729.0, 4700.0, 4722.0, 4691.0, 4720.0, 4712.0, 4721.0, 4688.0, 4707.0, 4727.0, 4710.0, 4749.0, 4719.0, 4718.0, 4697.0, 4729.0, 4699.0, 4726.0, 4710.0, 4716.0, 4697.0, 4717.0, 4710.0, 4728.0, 4710.0, 4728.0, 4689.0, 4716.0, 4708.0, 4717.0, 4698.0, 4714.0, 4685.0, 4704.0, 4698.0, 4728.0, 4708.0, 4714.0, 4696.0, 4716.0, 4711.0, 4717.0, 4711.0, 4727.0, 4698.0, 4727.0, 4698.0, 4717.0, 4699.0, 4715.0, 4700.0, 4717.0, 4686.0, 4715.0, 4677.0, 4717.0, 4699.0, 4718.0, 4686.0, 4716.0, 4687.0, 4722.0, 4690.0, 4719.0, 4678.0, 4718.0, 4699.0, 4719.0, 4699.0, 4720.0, 4676.0, 4707.0, 4706.0, 4709.0, 4739.0, 4709.0, 4709.0, 4708.0, 4677.0, 4706.0, 4697.0, 4709.0, 4730.0, 4721.0, 4737.0, 4711.0, 4735.0, 4689.0, 4716.0, 4696.0, 4718.0, 4698.0, 4716.0, 4677.0, 4705.0, 4676.0, 4719.0, 4688.0, 4709.0, 4688.0, 4706.0, 4715.0, 4698.0, 4725.0, 4698.0, 4716.0, 4686.0, 4704.0, 4688.0, 4718.0, 4690.0, 4719.0, 4686.0, 4719.0, 4707.0, 4708.0, 4706.0, 4698.0, 4716.0, 4709.0, 4729.0, 4713.0, 4718.0, 4700.0, 4718.0, 4713.0, 4718.0, 4710.0, 4729.0, 4701.0, 4730.0, 4701.0, 4721.0, 4688.0, 4717.0, 4688.0, 4729.0, 4701.0, 4739.0, 4702.0, 4729.0, 4702.0, 4728.0, 4711.0, 4728.0, 4711.0, 4741.0, 4711.0, 4719.0, 4701.0, 4717.0, 4698.0, 4719.0, 4698.0, 4718.0, 4687.0, 4705.0, 4687.0, 4717.0, 4698.0, 4707.0, 4688.0, 4716.0, 4699.0, 4728.0, 4698.0, 4707.0, 4697.0, 4707.0, 4688.0, 4717.0, 4698.0, 4706.0, 4686.0, 4705.0, 4687.0, 4730.0, 4698.0, 4706.0, 4689.0, 4716.0, 4688.0, 4730.0, 4690.0, 4708.0, 4688.0, 4707.0, 4690.0, 4718.0, 4700.0, 4719.0, 4688.0, 4719.0, 4699.0, 4720.0, 4749.0, 4708.0, 4727.0, 4697.0, 4726.0, 4697.0, 4729.0, 4708.0, 4706.0, 4688.0, 4705.0, 4688.0, 4716.0, 4711.0, 4716.0, 4700.0, 4715.0, 4688.0, 4715.0, 4712.0, 4728.0, 4711.0, 4718.0, 4690.0, 4718.0, 4691.0, 4727.0, 4689.0, 4716.0, 4680.0, 4718.0, 4700.0, 4729.0, 4688.0, 4729.0, 4688.0, 4719.0, 4699.0, 4719.0, 4686.0, 4716.0, 4686.0, 4717.0, 4699.0, 4719.0, 4687.0, 4707.0, 4707.0, 4697.0, 4737.0, 4698.0, 4716.0, 4688.0, 4715.0, 4697.0, 4728.0, 4711.0, 4707.0, 4687.0, 4716.0, 4699.0, 4730.0, 4709.0, 4719.0, 4700.0, 4717.0, 4700.0, 4743.0, 4701.0, 4742.0, 4703.0, 4719.0, 4698.0, 4719.0, 4710.0, 4718.0, 4689.0, 4708.0, 4700.0, 4708.0, 4726.0, 4709.0, 4739.0, 4711.0, 4720.0, 4701.0, 4727.0, 4699.0, 4728.0, 4710.0, 4719.0, 4709.0, 4719.0, 4689.0, 4716.0, 4697.0, 4728.0, 4711.0, 4720.0, 4690.0, 4717.0, 4680.0, 4706.0, 4687.0, 4718.0, 4688.0, 4709.0, 4706.0, 4698.0, 4728.0, 4707.0, 4716.0, 4697.0, 4714.0, 4698.0, 4729.0, 4711.0, 4716.0, 4700.0, 4717.0, 4699.0, 4731.0, 4711.0, 4709.0, 4704.0, 4729.0, 4702.0, 4731.0, 4700.0, 4719.0, 4690.0, 4718.0, 4691.0, 4730.0, 4704.0, 4730.0, 4711.0, 4729.0, 4701.0, 4727.0, 4701.0, 4740.0, 4712.0, 4699.0, 4720.0, 4692.0, 4719.0, 4688.0, 4720.0, 4689.0, 4716.0, 4689.0, 4730.0, 4678.0, 4705.0, 4677.0, 4727.0, 4700.0, 4717.0, 4699.0, 4717.0, 4689.0, 4729.0, 4709.0, 4718.0, 4701.0, 4697.0, 4697.0, 4697.0, 4708.0, 4717.0, 4709.0, 4709.0, 4709.0, 4699.0, 4709.0, 4719.0, 4708.0, 4708.0, 4710.0, 4718.0, 4700.0, 4730.0, 4720.0, 4727.0, 4675.0, 4716.0, 4700.0, 4730.0, 4712.0, 4711.0, 4710.0, 4709.0, 4709.0, 4717.0, 4711.0, 4741.0, 4721.0, 4719.0, 4720.0, 4691.0, 4707.0, 4700.0, 4727.0, 4710.0, 4717.0, 4701.0, 4729.0, 4702.0, 4718.0, 4711.0, 4740.0, 4723.0, 4728.0, 4707.0, 4715.0, 4677.0, 4703.0, 4685.0, 4703.0, 4684.0, 4705.0, 4696.0, 4694.0, 4685.0, 4702.0, 4684.0, 4715.0, 4699.0, 4704.0, 4687.0, 4704.0, 4687.0, 4716.0, 4697.0, 4705.0, 4688.0, 4706.0, 4688.0, 4708.0, 4699.0, 4719.0, 4699.0, 4717.0, 4689.0, 4717.0, 4713.0, 4720.0, 4690.0, 4719.0, 4679.0, 4730.0, 4702.0, 4730.0, 4701.0, 4730.0, 4713.0, 4740.0, 4711.0, 4720.0, 4701.0, 4718.0, 4690.0, 4729.0, 4702.0, 4720.0, 4689.0, 4717.0, 4688.0, 4708.0, 4698.0, 4717.0, 4688.0, 4706.0, 4695.0, 4697.0, 4730.0, 4712.0, 4729.0, 4710.0, 4718.0, 4699.0, 4717.0, 4698.0, 4717.0, 4711.0, 4717.0, 4700.0, 4717.0, 4687.0, 4706.0, 4688.0, 4719.0, 4691.0, 4720.0, 4679.0, 4716.0, 4688.0, 4719.0, 4700.0, 4728.0, 4687.0, 4708.0, 4677.0, 4718.0, 4691.0, 4708.0, 4698.0, 4708.0, 4707.0, 4699.0, 4738.0, 4710.0, 4718.0, 4700.0, 4717.0, 4698.0, 4729.0, 4712.0, 4718.0, 4701.0, 4719.0, 4701.0, 4718.0, 4713.0, 4731.0, 4715.0, 4752.0, 4711.0, 4719.0, 4710.0, 4727.0, 4708.0, 4726.0, 4702.0, 4730.0, 4711.0, 4707.0, 4701.0, 4717.0, 4688.0, 4719.0, 4698.0, 4709.0, 4679.0, 4707.0, 4677.0, 4717.0, 4689.0, 4716.0, 4687.0, 4705.0, 4677.0, 4719.0, 4689.0, 4719.0, 4679.0, 4717.0, 4689.0, 4729.0, 4702.0, 4719.0, 4702.0, 4718.0, 4692.0, 4732.0, 4701.0, 4721.0, 4690.0, 4718.0, 4700.0, 4731.0, 4703.0, 4723.0, 4690.0, 4710.0, 4719.0, 4710.0, 4750.0, 4711.0, 4738.0, 4699.0, 4728.0, 4711.0, 4718.0, 4709.0, 4717.0, 4687.0, 4706.0, 4692.0, 4718.0, 4678.0, 4706.0, 4678.0, 4707.0, 4701.0, 4730.0, 4712.0, 4743.0, 4726.0, 4715.0, 4734.0, 4700.0, 4730.0, 4692.0, 4732.0, 4742.0, 4733.0, 4711.0, 4710.0, 4717.0, 4710.0, 4738.0, 4698.0, 4747.0], 'WindowWidth': [10514.0, 10444.0, 10409.0, 10375.0, 10353.0, 10382.0, 10308.0, 10344.0, 10308.0, 10310.0, 10268.0, 10295.0, 10269.0, 10310.0, 10274.0, 10295.0, 10254.0, 10295.0, 10251.0, 10312.0, 10273.0, 10313.0, 10253.0, 10295.0, 10252.0, 10312.0, 10281.0, 10295.0, 10267.0, 10295.0, 10278.0, 10305.0, 10340.0, 10287.0, 10316.0, 10268.0, 10290.0, 10284.0, 10311.0, 10292.0, 10297.0, 10293.0, 10314.0, 10309.0, 10348.0, 10327.0, 10333.0, 10309.0, 10334.0, 10314.0, 10346.0, 10323.0, 10346.0, 10291.0, 10330.0, 10309.0, 10327.0, 10317.0, 10329.0, 10273.0, 10324.0, 10303.0, 10310.0, 10292.0, 10354.0, 10326.0, 10331.0, 10308.0, 10315.0, 10293.0, 10323.0, 10306.0, 10334.0, 10306.0, 10325.0, 10288.0, 10309.0, 10287.0, 10328.0, 10290.0, 10309.0, 10269.0, 10306.0, 10275.0, 10329.0, 10288.0, 10323.0, 10283.0, 10304.0, 10249.0, 10287.0, 10267.0, 10303.0, 10254.0, 10307.0, 10249.0, 10292.0, 10266.0, 10327.0, 10261.0, 10301.0, 10250.0, 10303.0, 10257.0, 10332.0, 10323.0, 10329.0, 10314.0, 10328.0, 10302.0, 10345.0, 10301.0, 10323.0, 10287.0, 10321.0, 10284.0, 10339.0, 10305.0, 10333.0, 10286.0, 10333.0, 10266.0, 10322.0, 10300.0, 10304.0, 10283.0, 10304.0, 10266.0, 10313.0, 10302.0, 10312.0, 10292.0, 10310.0, 10291.0, 10331.0, 10302.0, 10311.0, 10288.0, 10310.0, 10271.0, 10325.0, 10305.0, 10310.0, 10284.0, 10289.0, 10268.0, 10301.0, 10281.0, 10322.0, 10287.0, 10302.0, 10285.0, 10301.0, 10266.0, 10292.0, 10282.0, 10328.0, 10304.0, 10309.0, 10288.0, 10305.0, 10267.0, 10303.0, 10265.0, 10303.0, 10289.0, 10302.0, 10281.0, 10303.0, 10284.0, 10305.0, 10294.0, 10304.0, 10296.0, 10302.0, 10284.0, 10306.0, 10306.0, 10308.0, 10304.0, 10304.0, 10274.0, 10325.0, 10303.0, 10310.0, 10286.0, 10308.0, 10288.0, 10327.0, 10303.0, 10297.0, 10289.0, 10306.0, 10289.0, 10325.0, 10304.0, 10304.0, 10272.0, 10323.0, 10301.0, 10308.0, 10299.0, 10305.0, 10254.0, 10290.0, 10265.0, 10317.0, 10302.0, 10339.0, 10301.0, 10258.0, 10309.0, 10268.0, 10325.0, 10272.0, 10313.0, 10252.0, 10290.0, 10249.0, 10307.0, 10290.0, 10324.0, 10302.0, 10328.0, 10283.0, 10321.0, 10279.0, 10303.0, 10279.0, 10308.0, 10298.0, 10296.0, 10285.0, 10306.0, 10288.0, 10322.0, 10297.0, 10291.0, 10277.0, 10265.0, 10280.0, 10267.0, 10310.0, 10268.0, 10294.0, 10264.0, 10297.0, 10276.0, 10293.0, 10248.0, 10292.0, 10249.0, 10311.0, 10269.0, 10291.0, 10252.0, 10296.0, 10269.0, 10325.0, 10278.0, 10311.0, 10266.0, 10309.0, 10289.0, 10327.0, 10269.0, 10311.0, 10258.0, 10309.0, 10269.0, 10331.0, 10275.0, 10316.0, 10252.0, 10291.0, 10248.0, 10322.0, 10275.0, 10309.0, 10263.0, 10286.0, 10268.0, 10298.0, 10281.0, 10289.0, 10286.0, 10308.0, 10303.0, 10257.0, 10310.0, 10265.0, 10300.0, 10261.0, 10310.0, 10255.0, 10309.0, 10254.0, 10304.0, 10258.0, 10326.0, 10290.0, 10310.0, 10284.0, 10307.0, 10283.0, 10326.0, 10301.0, 10313.0, 10286.0, 10306.0, 10275.0, 10326.0, 10285.0, 10310.0, 10284.0, 10306.0, 10285.0, 10326.0, 10307.0, 10310.0, 10288.0, 10311.0, 10275.0, 10327.0, 10291.0, 10311.0, 10287.0, 10314.0, 10272.0, 10323.0, 10280.0, 10318.0, 10259.0, 10313.0, 10270.0, 10312.0, 10294.0, 10330.0, 10274.0, 10332.0, 10252.0, 10291.0, 10258.0, 10287.0, 10262.0, 10307.0, 10286.0, 10307.0, 10253.0, 10291.0, 10261.0, 10296.0, 10277.0, 10314.0, 10270.0, 10308.0, 10249.0, 10290.0, 10267.0, 10330.0, 10290.0, 10331.0, 10269.0, 10294.0, 10289.0, 10295.0, 10346.0, 10282.0, 10318.0, 10266.0, 10299.0, 10279.0, 10322.0, 10286.0, 10290.0, 10248.0, 10292.0, 10269.0, 10308.0, 10272.0, 10309.0, 10267.0, 10312.0, 10293.0, 10327.0, 10273.0, 10317.0, 10317.0, 10304.0, 10345.0, 10323.0, 10326.0, 10291.0, 10325.0, 10283.0, 10322.0, 10284.0, 10309.0, 10289.0, 10323.0, 10289.0, 10311.0, 10274.0, 10305.0, 10268.0, 10310.0, 10274.0, 10312.0, 10250.0, 10277.0, 10284.0, 10277.0, 10317.0, 10297.0, 10326.0, 10287.0, 10303.0, 10279.0, 10300.0, 10301.0, 10312.0, 10284.0, 10291.0, 10264.0, 10302.0, 10272.0, 10325.0, 10269.0, 10310.0, 10264.0, 10294.0, 10262.0, 10314.0, 10257.0, 10308.0, 10253.0, 10310.0, 10256.0, 10318.0, 10330.0, 10314.0, 10333.0, 10289.0, 10307.0, 10280.0, 10326.0, 10299.0, 10295.0, 10269.0, 10304.0, 10261.0, 10324.0, 10274.0, 10313.0, 10275.0, 10314.0, 10285.0, 10328.0, 10308.0, 10295.0, 10316.0, 10283.0, 10341.0, 10296.0, 10308.0, 10284.0, 10308.0, 10282.0, 10301.0, 10290.0, 10324.0, 10300.0, 10311.0, 10294.0, 10316.0, 10305.0, 10322.0, 10305.0, 10327.0, 10308.0, 10316.0, 10310.0, 10312.0, 10296.0, 10308.0, 10251.0, 10306.0, 10252.0, 10312.0, 10315.0, 10318.0, 10323.0, 10286.0, 10323.0, 10284.0, 10320.0, 10282.0, 10292.0, 10257.0, 10307.0, 10265.0, 10316.0, 10274.0, 10299.0, 10269.0, 10298.0, 10294.0, 10303.0, 10341.0, 10302.0, 10307.0, 10288.0, 10331.0, 10313.0, 10329.0, 10277.0, 10314.0, 10273.0, 10299.0, 10301.0, 10319.0, 10328.0, 10300.0, 10323.0, 10291.0, 10329.0, 10299.0, 10310.0, 10259.0, 10307.0, 10264.0, 10297.0, 10291.0, 10304.0, 10322.0, 10285.0, 10304.0, 10283.0, 10325.0, 10304.0, 10322.0, 10302.0, 10277.0, 10303.0, 10278.0, 10341.0, 10330.0, 10341.0, 10326.0, 10312.0, 10360.0, 10296.0, 10352.0, 10323.0, 10331.0, 10290.0, 10311.0, 10257.0, 10316.0, 10298.0, 10313.0, 10334.0, 10286.0, 10319.0, 10306.0, 10310.0, 10281.0, 10292.0, 10255.0, 10290.0, 10266.0, 10314.0, 10318.0, 10280.0, 10303.0, 10267.0, 10322.0, 10285.0, 10310.0, 10290.0, 10314.0, 10273.0, 10317.0, 10296.0, 10298.0, 10322.0, 10283.0, 10318.0, 10304.0, 10312.0, 10311.0, 10332.0, 10311.0, 10341.0, 10289.0, 10309.0, 10286.0, 10304.0, 10252.0, 10288.0, 10249.0, 10315.0, 10285.0, 10299.0, 10277.0, 10281.0, 10304.0, 10287.0, 10325.0, 10299.0, 10293.0, 10288.0, 10309.0, 10300.0, 10344.0, 10318.0, 10315.0, 10289.0, 10324.0, 10303.0, 10345.0, 10306.0, 10309.0, 10269.0, 10292.0, 10260.0, 10313.0, 10269.0, 10309.0, 10253.0, 10296.0, 10298.0, 10300.0, 10306.0, 10286.0, 10318.0, 10285.0, 10324.0, 10302.0, 10298.0, 10287.0, 10308.0, 10289.0, 10323.0, 10306.0, 10308.0, 10285.0, 10306.0, 10284.0, 10328.0, 10255.0, 10330.0, 10274.0, 10318.0, 10257.0, 10307.0, 10266.0, 10310.0, 10287.0, 10315.0, 10294.0, 10301.0, 10277.0, 10281.0, 10319.0, 10308.0, 10325.0, 10300.0, 10319.0, 10302.0, 10275.0, 10314.0, 10292.0, 10330.0, 10273.0, 10334.0, 10302.0, 10321.0, 10363.0, 10305.0, 10328.0, 10292.0, 10339.0, 10288.0, 10343.0, 10304.0, 10320.0, 10270.0, 10304.0, 10285.0, 10322.0, 10285.0, 10293.0, 10284.0, 10289.0, 10284.0, 10305.0, 10283.0, 10305.0, 10264.0, 10307.0, 10294.0, 10315.0, 10268.0, 10313.0, 10257.0, 10329.0, 10296.0, 10333.0, 10276.0, 10314.0, 10291.0, 10331.0, 10290.0, 10323.0, 10278.0, 10319.0, 10310.0, 10318.0, 10272.0, 10296.0, 10321.0, 10303.0, 10355.0, 10315.0, 10308.0, 10281.0, 10328.0, 10287.0, 10319.0, 10304.0, 10305.0, 10282.0, 10310.0, 10306.0, 10326.0, 10306.0, 10324.0, 10273.0, 10306.0, 10300.0, 10308.0, 10285.0, 10300.0, 10263.0, 10286.0, 10286.0, 10324.0, 10299.0, 10302.0, 10279.0, 10308.0, 10308.0, 10310.0, 10308.0, 10323.0, 10284.0, 10322.0, 10286.0, 10309.0, 10287.0, 10304.0, 10290.0, 10309.0, 10267.0, 10303.0, 10254.0, 10309.0, 10287.0, 10312.0, 10267.0, 10308.0, 10270.0, 10321.0, 10276.0, 10315.0, 10258.0, 10311.0, 10290.0, 10316.0, 10287.0, 10317.0, 10252.0, 10295.0, 10292.0, 10300.0, 10342.0, 10302.0, 10300.0, 10298.0, 10254.0, 10293.0, 10281.0, 10301.0, 10333.0, 10320.0, 10337.0, 10306.0, 10332.0, 10273.0, 10304.0, 10279.0, 10312.0, 10284.0, 10305.0, 10254.0, 10289.0, 10252.0, 10313.0, 10270.0, 10299.0, 10268.0, 10293.0, 10303.0, 10285.0, 10318.0, 10284.0, 10304.0, 10265.0, 10288.0, 10273.0, 10313.0, 10275.0, 10313.0, 10265.0, 10312.0, 10295.0, 10299.0, 10293.0, 10285.0, 10306.0, 10304.0, 10329.0, 10314.0, 10311.0, 10289.0, 10314.0, 10313.0, 10314.0, 10306.0, 10328.0, 10293.0, 10333.0, 10294.0, 10320.0, 10270.0, 10310.0, 10270.0, 10330.0, 10296.0, 10345.0, 10297.0, 10331.0, 10296.0, 10327.0, 10307.0, 10327.0, 10309.0, 10349.0, 10307.0, 10314.0, 10291.0, 10309.0, 10284.0, 10315.0, 10285.0, 10309.0, 10268.0, 10288.0, 10266.0, 10308.0, 10285.0, 10294.0, 10272.0, 10305.0, 10287.0, 10326.0, 10287.0, 10294.0, 10282.0, 10293.0, 10269.0, 10310.0, 10286.0, 10293.0, 10265.0, 10289.0, 10269.0, 10331.0, 10286.0, 10293.0, 10271.0, 10305.0, 10272.0, 10330.0, 10276.0, 10298.0, 10270.0, 10295.0, 10277.0, 10314.0, 10289.0, 10316.0, 10271.0, 10314.0, 10285.0, 10317.0, 10356.0, 10300.0, 10320.0, 10282.0, 10319.0, 10282.0, 10328.0, 10300.0, 10292.0, 10271.0, 10290.0, 10269.0, 10305.0, 10305.0, 10306.0, 10290.0, 10304.0, 10272.0, 10305.0, 10309.0, 10327.0, 10308.0, 10313.0, 10277.0, 10314.0, 10280.0, 10323.0, 10273.0, 10307.0, 10260.0, 10314.0, 10291.0, 10329.0, 10271.0, 10328.0, 10271.0, 10315.0, 10287.0, 10314.0, 10267.0, 10307.0, 10266.0, 10308.0, 10289.0, 10314.0, 10268.0, 10296.0, 10294.0, 10283.0, 10340.0, 10286.0, 10307.0, 10271.0, 10304.0, 10284.0, 10326.0, 10307.0, 10294.0, 10270.0, 10306.0, 10289.0, 10333.0, 10305.0, 10315.0, 10291.0, 10309.0, 10291.0, 10359.0, 10292.0, 10352.0, 10300.0, 10315.0, 10285.0, 10317.0, 10307.0, 10313.0, 10273.0, 10298.0, 10287.0, 10299.0, 10320.0, 10302.0, 10344.0, 10307.0, 10316.0, 10293.0, 10324.0, 10288.0, 10326.0, 10306.0, 10314.0, 10302.0, 10313.0, 10273.0, 10304.0, 10285.0, 10327.0, 10309.0, 10317.0, 10276.0, 10308.0, 10260.0, 10292.0, 10270.0, 10311.0, 10271.0, 10299.0, 10291.0, 10283.0, 10328.0, 10298.0, 10307.0, 10282.0, 10302.0, 10286.0, 10329.0, 10306.0, 10308.0, 10291.0, 10310.0, 10290.0, 10335.0, 10310.0, 10302.0, 10301.0, 10329.0, 10296.0, 10335.0, 10291.0, 10317.0, 10276.0, 10310.0, 10276.0, 10333.0, 10302.0, 10330.0, 10306.0, 10326.0, 10293.0, 10322.0, 10292.0, 10347.0, 10310.0, 10289.0, 10317.0, 10280.0, 10314.0, 10271.0, 10316.0, 10273.0, 10306.0, 10274.0, 10328.0, 10256.0, 10286.0, 10255.0, 10323.0, 10290.0, 10309.0, 10288.0, 10308.0, 10275.0, 10331.0, 10304.0, 10312.0, 10291.0, 10282.0, 10282.0, 10280.0, 10299.0, 10311.0, 10301.0, 10300.0, 10300.0, 10285.0, 10301.0, 10314.0, 10297.0, 10298.0, 10302.0, 10310.0, 10291.0, 10333.0, 10319.0, 10322.0, 10245.0, 10308.0, 10290.0, 10332.0, 10310.0, 10305.0, 10305.0, 10301.0, 10301.0, 10311.0, 10307.0, 10346.0, 10320.0, 10313.0, 10316.0, 10277.0, 10293.0, 10289.0, 10321.0, 10300.0, 10309.0, 10293.0, 10329.0, 10296.0, 10312.0, 10307.0, 10346.0, 10330.0, 10327.0, 10296.0, 10300.0, 10250.0, 10282.0, 10261.0, 10281.0, 10259.0, 10289.0, 10276.0, 10270.0, 10263.0, 10279.0, 10259.0, 10303.0, 10285.0, 10285.0, 10266.0, 10285.0, 10266.0, 10306.0, 10284.0, 10289.0, 10269.0, 10289.0, 10270.0, 10295.0, 10288.0, 10311.0, 10285.0, 10308.0, 10273.0, 10309.0, 10312.0, 10317.0, 10276.0, 10313.0, 10257.0, 10332.0, 10298.0, 10333.0, 10296.0, 10332.0, 10313.0, 10348.0, 10308.0, 10317.0, 10293.0, 10312.0, 10275.0, 10329.0, 10297.0, 10316.0, 10272.0, 10310.0, 10267.0, 10297.0, 10286.0, 10309.0, 10268.0, 10292.0, 10276.0, 10280.0, 10330.0, 10308.0, 10327.0, 10304.0, 10310.0, 10286.0, 10307.0, 10284.0, 10308.0, 10307.0, 10309.0, 10289.0, 10308.0, 10269.0, 10292.0, 10270.0, 10314.0, 10278.0, 10315.0, 10258.0, 10307.0, 10272.0, 10316.0, 10291.0, 10325.0, 10269.0, 10297.0, 10254.0, 10311.0, 10279.0, 10298.0, 10284.0, 10298.0, 10295.0, 10286.0, 10340.0, 10304.0, 10313.0, 10289.0, 10307.0, 10287.0, 10330.0, 10310.0, 10314.0, 10295.0, 10313.0, 10292.0, 10312.0, 10313.0, 10336.0, 10318.0, 10364.0, 10307.0, 10315.0, 10303.0, 10323.0, 10300.0, 10320.0, 10294.0, 10332.0, 10306.0, 10296.0, 10290.0, 10307.0, 10270.0, 10312.0, 10284.0, 10298.0, 10258.0, 10293.0, 10253.0, 10310.0, 10272.0, 10306.0, 10266.0, 10289.0, 10252.0, 10315.0, 10275.0, 10315.0, 10259.0, 10310.0, 10273.0, 10330.0, 10295.0, 10315.0, 10293.0, 10312.0, 10280.0, 10336.0, 10294.0, 10320.0, 10278.0, 10314.0, 10292.0, 10338.0, 10298.0, 10324.0, 10277.0, 10303.0, 10316.0, 10306.0, 10358.0, 10306.0, 10340.0, 10287.0, 10327.0, 10309.0, 10313.0, 10303.0, 10308.0, 10267.0, 10293.0, 10281.0, 10311.0, 10256.0, 10292.0, 10256.0, 10295.0, 10295.0, 10331.0, 10310.0, 10357.0, 10338.0, 10321.0, 10344.0, 10292.0, 10333.0, 10281.0, 10338.0, 10351.0, 10338.0, 10304.0, 10304.0, 10309.0, 10301.0, 10336.0, 10283.0, 10352.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.0003261229135053111</td></tr>
<tr><td colspan=3>aqi</td><td>0.01458919195751138</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.98929562350799</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2288663551025059</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0031789073728152</td></tr>
<tr><td colspan=3>efc</td><td>0.4669</td></tr>
<tr><td colspan=3>fber</td><td>6836.2876</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07451086852705459</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9863429438543247</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4460746871997</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4806713954016395</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.538630484928878</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.318922181268583</td></tr>
<tr><td colspan=3>gcor</td><td>0.0068992</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015053239651024342</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025710275396704674</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9749068467134467</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>39.4252</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.0478</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.3602</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300622.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.421</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8658</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.1289</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3933.3424</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75922.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1040.2691</td></tr>
<tr><td colspan=3>tsnr</td><td>50.33634201111272</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>