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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0051/ses-03/func/sub-0051_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e257124e7e23a7fb36617da625a0c8a7</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:25:8.850000</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.999029, 0.0372372, 0.0235633, -0.0420464, 0.965547, 0.25681]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102121</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7803, -7252, 615, -105, -126, 39, 107]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.789</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7b6efc30-f685-48a7-a649-b56657ca520d||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.6803207397460938, -0.11280731111764908, 0.035609226673841476, 116.64733123779297], [-0.0999046042561531, 2.590491771697998, 0.695387601852417, -102.7064208984375], [0.0632186010479927, -0.6890016198158264, 2.6086716651916504, -32.92164993286133], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['142508.850000', '142509.310000', '142509.770000', '142510.230000', '142510.690000', '142511.150000', '142511.610000', '142512.070000', '142512.530000', '142512.990000', '142513.450000', '142513.910000', '142514.370000', '142514.830000', '142515.290000', '142515.750000', '142516.210000', '142516.670000', '142517.130000', '142517.590000', '142518.050000', '142518.510000', '142518.970000', '142519.430000', '142519.890000', '142520.350000', '142520.810000', '142521.270000', '142521.730000', '142522.190000', '142522.650000', '142523.110000', '142523.570000', '142524.030000', '142524.490000', '142524.950000', '142525.410000', '142525.870000', '142526.330000', '142526.790000', '142527.250000', '142527.710000', '142528.170000', '142528.630000', '142529.090000', '142529.550000', '142530.010000', '142530.470000', '142530.930000', '142531.390000', '142531.850000', '142532.310000', '142532.770000', '142533.230000', '142533.690000', '142534.150000', '142534.610000', '142535.070000', '142535.530000', '142535.990000', '142536.450000', '142536.910000', '142537.370000', '142537.830000', '142538.290000', '142538.750000', '142539.210000', '142539.670000', '142540.130000', '142540.590000', '142541.050000', '142541.510000', '142541.970000', '142542.430000', '142542.890000', '142543.350000', '142543.810000', '142544.270000', '142544.730000', '142545.190000', '142545.650000', '142546.110000', '142546.570000', '142547.030000', '142547.490000', '142547.950000', '142548.410000', '142548.870000', '142549.330000', '142549.790000', '142550.250000', '142550.710000', '142551.170000', '142551.630000', '142552.090000', '142552.550000', '142553.010000', '142553.470000', '142553.930000', '142554.390000', '142554.850000', '142555.310000', '142555.770000', '142556.230000', '142556.690000', '142557.150000', '142557.610000', '142558.070000', '142558.530000', '142558.990000', '142559.450000', '142559.910000', '142600.370000', '142600.830000', '142601.290000', '142601.750000', '142602.210000', '142602.670000', '142603.130000', '142603.590000', '142604.050000', '142604.510000', '142604.970000', '142605.430000', '142605.890000', '142606.350000', '142606.810000', '142607.270000', '142607.730000', '142608.190000', '142608.650000', '142609.110000', '142609.570000', '142610.030000', '142610.490000', '142610.950000', '142611.410000', '142611.870000', '142612.330000', '142612.790000', '142613.250000', '142613.710000', '142614.170000', '142614.630000', '142615.090000', '142615.550000', '142616.010000', '142616.470000', '142616.930000', '142617.390000', '142617.850000', '142618.310000', '142618.770000', '142619.230000', '142619.690000', '142620.150000', '142620.610000', '142621.070000', '142621.530000', '142621.990000', '142622.450000', '142622.910000', '142623.370000', '142623.830000', '142624.290000', '142624.750000', '142625.210000', '142625.670000', '142626.130000', '142626.590000', '142627.050000', '142627.510000', '142627.970000', '142628.430000', '142628.890000', '142629.350000', '142629.810000', '142630.270000', '142630.730000', '142631.190000', '142631.650000', '142632.110000', '142632.570000', '142633.030000', '142633.490000', '142633.950000', '142634.410000', '142634.870000', '142635.330000', '142635.790000', '142636.250000', '142636.710000', '142637.170000', '142637.630000', '142638.090000', '142638.550000', '142639.010000', '142639.470000', '142639.930000', '142640.390000', '142640.850000', '142641.310000', '142641.770000', '142642.230000', '142642.690000', '142643.150000', '142643.610000', '142644.070000', '142644.530000', '142644.990000', '142645.450000', '142645.910000', '142646.370000', '142646.830000', '142647.290000', '142647.750000', '142648.210000', '142648.670000', '142649.130000', '142649.590000', '142650.050000', '142650.510000', '142650.970000', '142651.430000', '142651.890000', '142652.350000', '142652.810000', '142653.270000', '142653.730000', '142654.190000', '142654.650000', '142655.110000', '142655.570000', '142656.030000', '142656.490000', '142656.950000', '142657.410000', '142657.870000', '142658.330000', '142658.790000', '142659.250000', '142659.710000', '142700.170000', '142700.630000', '142701.090000', '142701.550000', '142702.010000', '142702.470000', '142702.930000', '142703.390000', '142703.850000', '142704.310000', '142704.770000', '142705.230000', '142705.690000', '142706.150000', '142706.610000', '142707.070000', '142707.530000', '142707.990000', '142708.450000', '142708.910000', '142709.370000', '142709.830000', '142710.290000', '142710.750000', '142711.210000', '142711.670000', '142712.130000', '142712.590000', '142713.050000', '142713.510000', '142713.970000', '142714.430000', '142714.890000', '142715.350000', '142715.810000', '142716.270000', '142716.730000', '142717.190000', '142717.650000', '142718.110000', '142718.570000', '142719.030000', '142719.490000', '142719.950000', '142720.410000', '142720.870000', '142721.330000', '142721.790000', '142722.250000', '142722.710000', '142723.170000', '142723.630000', '142724.090000', '142724.550000', '142725.010000', '142725.470000', '142725.930000', '142726.390000', '142726.850000', '142727.310000', '142727.770000', '142728.230000', '142728.690000', '142729.150000', '142729.610000', '142730.070000', '142730.530000', '142730.990000', '142731.450000', '142731.910000', '142732.370000', '142732.830000', '142733.290000', '142733.750000', '142734.210000', '142734.670000', '142735.130000', '142735.590000', '142736.050000', '142736.510000', '142736.970000', '142737.430000', '142737.890000', '142738.350000', '142738.810000', '142739.270000', '142739.730000', '142740.190000', '142740.650000', '142741.110000', '142741.570000', '142742.030000', '142742.490000', '142742.950000', '142743.410000', '142743.870000', '142744.330000', '142744.790000', '142745.250000', '142745.710000', '142746.170000', '142746.630000', '142747.090000', '142747.550000', '142748.010000', '142748.470000', '142748.930000', '142749.390000', '142749.850000', '142750.310000', '142750.770000', '142751.230000', '142751.690000', '142752.150000', '142752.610000', '142753.070000', '142753.530000', '142753.990000', '142754.450000', '142754.910000', '142755.370000', '142755.830000', '142756.290000', '142756.750000', '142757.210000', '142757.670000', '142758.130000', '142758.590000', '142759.050000', '142759.510000', '142759.970000', '142800.430000', '142800.890000', '142801.350000', '142801.810000', '142802.270000', '142802.730000', '142803.190000', '142803.650000', '142804.110000', '142804.570000', '142805.030000', '142805.490000', '142805.950000', '142806.410000', '142806.870000', '142807.330000', '142807.790000', '142808.250000', '142808.710000', '142809.170000', '142809.630000', '142810.090000', '142810.550000', '142811.010000', '142811.470000', '142811.930000', '142812.390000', '142812.850000', '142813.310000', '142813.770000', '142814.230000', '142814.690000', '142815.150000', '142815.610000', '142816.070000', '142816.530000', '142816.990000', '142817.450000', '142817.910000', '142818.370000', '142818.830000', '142819.290000', '142819.750000', '142820.210000', '142820.670000', '142821.130000', '142821.590000', '142822.050000', '142822.510000', '142822.970000', '142823.430000', '142823.890000', '142824.350000', '142824.810000', '142825.270000', '142825.730000', '142826.190000', '142826.650000', '142827.110000', '142827.570000', '142828.030000', '142828.490000', '142828.950000', '142829.410000', '142829.870000', '142830.330000', '142830.790000', '142831.250000', '142831.710000', '142832.170000', '142832.630000', '142833.090000', '142833.550000', '142834.010000', '142834.470000', '142834.930000', '142835.390000', '142835.850000', '142836.310000', '142836.770000', '142837.230000', '142837.690000', '142838.150000', '142838.610000', '142839.070000', '142839.530000', '142839.990000', '142840.450000', '142840.910000', '142841.370000', '142841.830000', '142842.290000', '142842.750000', '142843.210000', '142843.670000', '142844.130000', '142844.590000', '142845.050000', '142845.510000', '142845.970000', '142846.430000', '142846.890000', '142847.350000', '142847.810000', '142848.270000', '142848.730000', '142849.190000', '142849.650000', '142850.110000', '142850.570000', '142851.030000', '142851.490000', '142851.950000', '142852.410000', '142852.870000', '142853.330000', '142853.790000', '142854.250000', '142854.710000', '142855.170000', '142855.630000', '142856.090000', '142856.550000', '142857.010000', '142857.470000', '142857.930000', '142858.390000', '142858.850000', '142859.310000', '142859.770000', '142900.230000', '142900.690000', '142901.150000', '142901.610000', '142902.070000', '142902.530000', '142902.990000', '142903.450000', '142903.910000', '142904.370000', '142904.830000', '142905.290000', '142905.750000', '142906.210000', '142906.670000', '142907.130000', '142907.590000', '142908.050000', '142908.510000', '142908.970000', '142909.430000', '142909.890000', '142910.350000', '142910.810000', '142911.270000', '142911.730000', '142912.190000', '142912.650000', '142913.110000', '142913.570000', '142914.030000', '142914.490000', '142914.950000', '142915.410000', '142915.870000', '142916.330000', '142916.790000', '142917.250000', '142917.710000', '142918.170000', '142918.630000', '142919.090000', '142919.550000', '142920.010000', '142920.470000', '142920.930000', '142921.390000', '142921.850000', '142922.310000', '142922.770000', '142923.230000', '142923.690000', '142924.150000', '142924.610000', '142925.070000', '142925.530000', '142925.990000', '142926.450000', '142926.910000', '142927.370000', '142927.830000', '142928.290000', '142928.750000', '142929.210000', '142929.670000', '142930.130000', '142930.590000', '142931.050000', '142931.510000', '142931.970000', '142932.430000', '142932.890000', '142933.350000', '142933.810000', '142934.270000', '142934.730000', '142935.190000', '142935.650000', '142936.110000', '142936.570000', '142937.030000', '142937.490000', '142937.950000', '142938.410000', '142938.870000', '142939.330000', '142939.790000', '142940.250000', '142940.710000', '142941.170000', '142941.630000', '142942.090000', '142942.550000', '142943.010000', '142943.470000', '142943.930000', '142944.390000', '142944.850000', '142945.310000', '142945.770000', '142946.230000', '142946.690000', '142947.150000', '142947.610000', '142948.070000', '142948.530000', '142948.990000', '142949.450000', '142949.910000', '142950.370000', '142950.830000', '142951.290000', '142951.750000', '142952.210000', '142952.670000', '142953.130000', '142953.590000', '142954.050000', '142954.510000', '142954.970000', '142955.430000', '142955.890000', '142956.350000', '142956.810000', '142957.270000', '142957.730000', '142958.190000', '142958.650000', '142959.110000', '142959.570000', '143000.030000', '143000.490000', '143000.950000', '143001.410000', '143001.870000', '143002.330000', '143002.790000', '143003.250000', '143003.710000', '143004.170000', '143004.630000', '143005.090000', '143005.550000', '143006.010000', '143006.470000', '143006.930000', '143007.390000', '143007.850000', '143008.310000', '143008.770000', '143009.230000', '143009.690000', '143010.150000', '143010.610000', '143011.070000', '143011.530000', '143011.990000', '143012.450000', '143012.910000', '143013.370000', '143013.830000', '143014.290000', '143014.750000', '143015.210000', '143015.670000', '143016.130000', '143016.590000', '143017.050000', '143017.510000', '143017.970000', '143018.430000', '143018.890000', '143019.350000', '143019.810000', '143020.270000', '143020.730000', '143021.190000', '143021.650000', '143022.110000', '143022.570000', '143023.030000', '143023.490000', '143023.950000', '143024.410000', '143024.870000', '143025.330000', '143025.790000', '143026.250000', '143026.710000', '143027.170000', '143027.630000', '143028.090000', '143028.550000', '143029.010000', '143029.470000', '143029.930000', '143030.390000', '143030.850000', '143031.310000', '143031.770000', '143032.230000', '143032.690000', '143033.150000', '143033.610000', '143034.070000', '143034.530000', '143034.990000', '143035.450000', '143035.910000', '143036.370000', '143036.830000', '143037.290000', '143037.750000', '143038.210000', '143038.670000', '143039.130000', '143039.590000', '143040.050000', '143040.510000', '143040.970000', '143041.430000', '143041.890000', '143042.350000', '143042.810000', '143043.270000', '143043.730000', '143044.190000', '143044.650000', '143045.110000', '143045.570000', '143046.030000', '143046.490000', '143046.950000', '143047.410000', '143047.870000', '143048.330000', '143048.790000', '143049.250000', '143049.710000', '143050.170000', '143050.630000', '143051.090000', '143051.550000', '143052.010000', '143052.470000', '143052.930000', '143053.390000', '143053.850000', '143054.310000', '143054.770000', '143055.230000', '143055.690000', '143056.150000', '143056.610000', '143057.070000', '143057.530000', '143057.990000', '143058.450000', '143058.910000', '143059.370000', '143059.830000', '143100.290000', '143100.750000', '143101.210000', '143101.670000', '143102.130000', '143102.590000', '143103.050000', '143103.510000', '143103.970000', '143104.430000', '143104.890000', '143105.350000', '143105.810000', '143106.270000', '143106.730000', '143107.190000', '143107.650000', '143108.110000', '143108.570000', '143109.030000', '143109.490000', '143109.950000', '143110.410000', '143110.870000', '143111.330000', '143111.790000', '143112.250000', '143112.710000', '143113.170000', '143113.630000', '143114.090000', '143114.550000', '143115.010000', '143115.470000', '143115.930000', '143116.390000', '143116.850000', '143117.310000', '143117.770000', '143118.230000', '143118.690000', '143119.150000', '143119.610000', '143120.070000', '143120.530000', '143120.990000', '143121.450000', '143121.910000', '143122.370000', '143122.830000', '143123.290000', '143123.750000', '143124.210000', '143124.670000', '143125.130000', '143125.590000', '143126.050000', '143126.510000', '143126.970000', '143127.430000', '143127.890000', '143128.350000', '143128.810000', '143129.270000', '143129.730000', '143130.190000', '143130.650000', '143131.110000', '143131.570000', '143132.030000', '143132.490000', '143132.950000', '143133.410000', '143133.870000', '143134.330000', '143134.790000', '143135.250000', '143135.710000', '143136.170000', '143136.630000', '143137.090000', '143137.550000', '143138.010000', '143138.470000', '143138.930000', '143139.390000', '143139.850000', '143140.310000', '143140.770000', '143141.230000', '143141.690000', '143142.150000', '143142.610000', '143143.070000', '143143.530000', '143143.990000', '143144.450000', '143144.910000', '143145.370000', '143145.830000', '143146.290000', '143146.750000', '143147.210000', '143147.670000', '143148.130000', '143148.590000', '143149.050000', '143149.510000', '143149.970000', '143150.430000', '143150.890000', '143151.350000', '143151.810000', '143152.270000', '143152.730000', '143153.190000', '143153.650000', '143154.110000', '143154.570000', '143155.030000', '143155.490000', '143155.950000', '143156.410000', '143156.870000', '143157.330000', '143157.790000', '143158.250000', '143158.710000', '143159.170000', '143159.630000', '143200.090000', '143200.550000', '143201.010000', '143201.470000', '143201.930000', '143202.390000', '143202.850000', '143203.310000', '143203.770000', '143204.230000', '143204.690000', '143205.150000', '143205.610000', '143206.070000', '143206.530000', '143206.990000', '143207.450000', '143207.910000', '143208.370000', '143208.830000', '143209.290000', '143209.750000', '143210.210000', '143210.670000', '143211.130000', '143211.590000', '143212.050000', '143212.510000', '143212.970000', '143213.430000', '143213.890000', '143214.350000', '143214.810000', '143215.270000', '143215.730000', '143216.190000', '143216.650000', '143217.110000', '143217.570000', '143218.030000', '143218.490000', '143218.950000', '143219.410000', '143219.870000', '143220.330000', '143220.790000', '143221.250000', '143221.710000', '143222.170000', '143222.630000', '143223.090000', '143223.550000', '143224.010000', '143224.470000', '143224.930000', '143225.390000', '143225.850000', '143226.310000', '143226.770000', '143227.230000', '143227.690000', '143228.150000', '143228.610000', '143229.070000', '143229.530000', '143229.990000', '143230.450000', '143230.910000', '143231.370000', '143231.830000', '143232.290000', '143232.750000', '143233.210000', '143233.670000', '143234.130000', '143234.590000', '143235.050000', '143235.510000', '143235.970000', '143236.430000', '143236.890000', '143237.350000', '143237.810000', '143238.270000', '143238.730000', '143239.190000', '143239.650000', '143240.110000', '143240.570000', '143241.030000', '143241.490000', '143241.950000', '143242.410000', '143242.870000', '143243.330000', '143243.790000', '143244.250000', '143244.710000', '143245.170000', '143245.630000', '143246.090000', '143246.550000', '143247.010000', '143247.470000', '143247.930000', '143248.390000', '143248.850000', '143249.310000', '143249.770000', '143250.230000', '143250.690000', '143251.150000', '143251.610000', '143252.070000', '143252.530000', '143252.990000', '143253.450000', '143253.910000', '143254.370000', '143254.830000', '143255.290000', '143255.750000', '143256.210000', '143256.670000', '143257.130000', '143257.590000', '143258.050000', '143258.510000', '143258.970000', '143259.430000', '143259.890000', '143300.350000', '143300.810000', '143301.270000', '143301.730000', '143302.190000', '143302.650000', '143303.110000', '143303.570000', '143304.030000', '143304.490000', '143304.950000', '143305.410000', '143305.870000', '143306.330000', '143306.790000', '143307.250000', '143307.710000', '143308.170000', '143308.630000', '143309.090000', '143309.550000', '143310.010000', '143310.470000', '143310.930000', '143311.390000', '143311.850000', '143312.310000', '143312.770000', '143313.230000', '143313.690000', '143314.150000', '143314.610000', '143315.070000', '143315.530000', '143315.990000', '143316.450000', '143316.910000', '143317.370000', '143317.830000', '143318.290000', '143318.750000', '143319.210000', '143319.670000', '143320.130000', '143320.590000', '143321.050000', '143321.510000', '143321.970000', '143322.430000', '143322.890000', '143323.350000', '143323.810000', '143324.270000', '143324.730000', '143325.190000', '143325.650000', '143326.110000', '143326.570000', '143327.030000', '143327.490000', '143327.950000', '143328.410000', '143328.870000', '143329.330000', '143329.790000', '143330.250000', '143330.710000', '143331.170000', '143331.630000', '143332.090000', '143332.550000', '143333.010000', '143333.470000', '143333.930000', '143334.390000', '143334.850000', '143335.310000', '143335.770000', '143336.230000', '143336.690000', '143337.150000', '143337.610000', '143338.070000', '143338.530000', '143338.990000', '143339.450000', '143339.910000', '143340.370000', '143340.830000', '143341.290000', '143341.750000', '143342.210000', '143342.670000', '143343.130000', '143343.590000', '143344.050000', '143344.510000', '143344.970000', '143345.430000', '143345.890000', '143346.350000', '143346.810000', '143347.270000', '143347.730000', '143348.190000', '143348.650000', '143349.110000', '143349.570000', '143350.030000', '143350.490000', '143350.950000', '143351.410000', '143351.870000', '143352.330000', '143352.790000', '143353.250000', '143353.710000', '143354.170000', '143354.630000', '143355.090000', '143355.550000', '143356.010000', '143356.470000', '143356.930000', '143357.390000', '143357.850000', '143358.310000', '143358.770000', '143359.230000', '143359.690000', '143400.150000', '143400.610000', '143401.070000', '143401.530000', '143401.990000', '143402.450000', '143402.910000', '143403.370000', '143403.830000', '143404.290000', '143404.750000', '143405.210000', '143405.670000', '143406.130000', '143406.590000', '143407.050000', '143407.510000', '143407.970000', '143408.430000', '143408.890000', '143409.350000', '143409.810000', '143410.270000', '143410.730000', '143411.190000', '143411.650000', '143412.110000', '143412.570000', '143413.030000', '143413.490000', '143413.950000', '143414.410000', '143414.870000', '143415.330000', '143415.790000', '143416.250000', '143416.710000', '143417.170000', '143417.630000', '143418.090000', '143418.550000', '143419.010000', '143419.470000', '143419.930000', '143420.390000', '143420.850000', '143421.310000', '143421.770000', '143422.230000', '143422.690000', '143423.150000', '143423.610000', '143424.070000', '143424.530000', '143424.990000', '143425.450000', '143425.910000', '143426.370000', '143426.830000', '143427.290000', '143427.750000', '143428.210000', '143428.670000', '143429.130000', '143429.590000', '143430.050000', '143430.510000', '143430.970000', '143431.430000', '143431.890000', '143432.350000', '143432.810000', '143433.270000', '143433.730000', '143434.190000', '143434.650000', '143435.110000', '143435.570000', '143436.030000', '143436.490000', '143436.950000', '143437.410000', '143437.870000', '143438.330000', '143438.790000', '143439.250000', '143439.710000', '143440.170000', '143440.630000', '143441.090000', '143441.550000', '143442.010000', '143442.470000', '143442.930000', '143443.390000', '143443.850000', '143444.310000', '143444.770000', '143445.230000', '143445.690000', '143446.150000', '143446.610000', '143447.070000', '143447.530000', '143447.990000', '143448.450000', '143448.910000', '143449.370000', '143449.830000', '143450.290000', '143450.750000', '143451.210000', '143451.670000', '143452.130000', '143452.590000', '143453.050000', '143453.510000', '143453.970000', '143454.430000', '143454.890000', '143455.350000', '143455.810000', '143456.270000', '143456.730000', '143457.190000', '143457.650000', '143458.110000', '143458.570000', '143459.030000', '143459.490000', '143459.950000', '143500.410000', '143500.870000', '143501.330000', '143501.790000', '143502.250000', '143502.710000', '143503.170000', '143503.630000', '143504.090000', '143504.550000', '143505.010000', '143505.470000', '143505.930000', '143506.390000', '143506.850000', '143507.310000', '143507.770000', '143508.230000', '143508.690000', '143509.150000', '143509.610000', '143510.070000', '143510.530000', '143510.990000', '143511.450000', '143511.910000', '143512.370000', '143512.830000', '143513.290000', '143513.750000', '143514.210000', '143514.670000', '143515.130000', '143515.590000', '143516.050000', '143516.510000', '143516.970000', '143517.430000', '143517.890000', '143518.350000', '143518.810000', '143519.270000', '143519.730000', '143520.190000', '143520.650000', '143521.110000', '143521.570000', '143522.030000', '143522.490000'], 'ContentTime': ['142536.989000', '142536.992000', '142536.995000', '142536.998000', '142537.002000', '142537.004000', '142537.007000', '142537.009000', '142537.012000', '142537.015000', '142537.017000', '142537.020000', '142537.023000', '142537.026000', '142537.028000', '142537.031000', '142537.033000', '142537.036000', '142537.039000', '142537.041000', '142537.044000', '142537.046000', '142537.049000', '142537.052000', '142537.054000', '142537.057000', '142537.059000', '142537.062000', '142537.065000', '142537.067000', '142537.070000', '142537.072000', '142537.075000', '142537.078000', '142537.080000', '142537.083000', '142537.090000', '142537.093000', '142537.095000', '142537.098000', '142537.100000', '142537.103000', '142537.106000', '142537.108000', '142537.111000', '142537.113000', '142537.116000', '142537.119000', '142537.121000', '142537.124000', '142537.127000', '142537.130000', '142537.133000', '142537.142000', '142537.145000', '142537.147000', '142537.150000', '142537.153000', '142556.955000', '142556.959000', '142556.961000', '142556.964000', '142556.975000', '142556.977000', '142556.980000', '142556.982000', '142556.985000', '142556.988000', '142556.990000', '142556.993000', '142556.996000', '142556.998000', '142557.002000', '142557.004000', '142557.007000', '142557.010000', '142557.013000', '142557.015000', '142557.018000', '142557.021000', '142557.024000', '142557.027000', '142557.030000', '142557.032000', '142557.035000', '142557.038000', '142557.040000', '142557.043000', '142557.045000', '142557.048000', '142557.051000', '142557.053000', '142557.056000', '142557.058000', '142557.061000', '142557.064000', '142557.066000', '142557.069000', '142557.072000', '142557.074000', '142557.077000', '142616.955000', '142616.958000', '142616.961000', '142616.963000', '142616.966000', '142616.969000', '142616.971000', '142616.974000', '142616.976000', '142616.979000', '142616.982000', '142616.984000', '142616.987000', '142616.989000', '142616.992000', '142616.994000', '142616.997000', '142617.001000', '142617.003000', '142617.006000', '142617.009000', '142617.011000', '142617.014000', '142617.016000', '142617.019000', '142617.022000', '142617.024000', '142617.027000', '142617.030000', '142617.032000', '142617.035000', '142617.037000', '142617.040000', '142617.042000', '142617.045000', '142617.048000', '142617.050000', '142617.053000', '142617.055000', '142617.058000', '142617.061000', '142617.063000', '142617.066000', '142617.069000', '142636.956000', '142636.958000', '142636.961000', '142636.964000', '142636.966000', '142636.969000', '142636.972000', '142636.974000', '142636.977000', '142636.980000', '142636.982000', '142636.985000', '142636.988000', '142636.990000', '142636.993000', '142636.995000', '142636.998000', '142637.002000', '142637.004000', '142637.007000', '142637.010000', '142637.012000', '142637.015000', '142637.017000', '142637.028000', '142637.030000', '142637.033000', '142637.036000', '142637.038000', '142637.041000', '142637.044000', '142637.046000', '142637.049000', '142637.051000', '142637.054000', '142637.056000', '142637.059000', '142637.062000', '142637.064000', '142637.067000', '142637.069000', '142637.072000', '142637.075000', '142637.077000', '142656.955000', '142656.958000', '142656.961000', '142656.963000', '142656.966000', '142656.969000', '142656.971000', '142656.974000', '142656.977000', '142656.979000', '142656.982000', '142656.984000', '142656.987000', '142656.990000', '142656.992000', '142656.995000', '142657.008000', '142657.011000', '142657.014000', '142657.016000', '142657.019000', '142657.021000', '142657.024000', '142657.027000', '142657.029000', '142657.032000', '142657.035000', '142657.037000', '142657.040000', '142657.042000', '142657.045000', '142657.048000', '142657.050000', '142657.053000', '142657.055000', '142657.058000', '142657.061000', '142657.063000', '142657.066000', '142657.068000', '142657.071000', '142657.074000', '142657.076000', '142716.956000', '142716.960000', '142716.963000', '142716.984000', '142716.986000', '142716.989000', '142716.992000', '142716.994000', '142716.997000', '142717.001000', '142717.004000', '142717.006000', '142717.009000', '142717.012000', '142717.014000', '142717.017000', '142717.019000', '142717.022000', '142717.025000', '142717.028000', '142717.030000', '142717.033000', '142717.036000', '142717.038000', '142717.041000', '142717.044000', '142717.046000', '142717.049000', '142717.051000', '142717.054000', '142717.057000', '142717.059000', '142717.062000', '142717.065000', '142717.067000', '142717.070000', '142717.073000', '142717.076000', '142717.078000', '142717.081000', '142717.083000', '142717.086000', '142717.089000', '142736.955000', '142736.958000', '142736.961000', '142736.964000', '142736.967000', '142736.969000', '142736.972000', '142736.975000', '142736.977000', '142736.980000', '142736.982000', '142736.985000', '142736.988000', '142736.990000', '142736.993000', '142736.995000', '142736.998000', '142737.002000', '142737.004000', '142737.007000', '142737.009000', '142737.012000', '142737.015000', '142737.017000', '142737.020000', '142737.023000', '142737.025000', '142737.028000', '142737.031000', '142737.033000', '142737.036000', '142737.038000', '142737.041000', '142737.043000', '142737.046000', '142737.049000', '142737.051000', '142737.054000', '142737.056000', '142737.059000', '142737.062000', '142737.064000', '142737.067000', '142737.069000', '142756.956000', '142756.959000', '142756.962000', '142756.965000', '142756.967000', '142756.970000', '142756.973000', '142756.975000', '142756.978000', '142756.981000', '142756.983000', '142756.986000', '142756.989000', '142756.991000', '142756.994000', '142756.996000', '142757.000000', '142757.003000', '142757.005000', '142757.008000', '142757.011000', '142757.014000', '142757.016000', '142757.019000', '142757.022000', '142757.024000', '142757.027000', '142757.030000', '142757.032000', '142757.035000', '142757.038000', '142757.040000', '142757.043000', '142757.046000', '142757.048000', '142757.051000', '142757.054000', '142757.056000', '142757.059000', '142757.061000', '142757.064000', '142757.067000', '142757.069000', '142816.956000', '142816.959000', '142816.961000', '142816.964000', '142816.967000', '142816.969000', '142816.980000', '142816.983000', '142816.985000', '142816.988000', '142816.990000', '142816.993000', '142816.996000', '142816.998000', '142817.002000', '142817.004000', '142817.007000', '142817.010000', '142817.012000', '142817.015000', '142817.017000', '142817.020000', '142817.023000', '142817.025000', '142817.028000', '142817.031000', '142817.033000', '142817.036000', '142817.038000', '142817.041000', '142817.044000', '142817.046000', '142817.049000', '142817.051000', '142817.054000', '142817.057000', '142817.059000', '142817.062000', '142817.065000', '142817.067000', '142817.070000', '142817.072000', '142817.075000', '142817.078000', '142836.956000', '142836.959000', '142836.961000', '142836.964000', '142836.966000', '142836.969000', '142836.972000', '142836.974000', '142836.978000', '142836.981000', '142836.984000', '142836.988000', '142836.991000', '142836.993000', '142836.997000', '142837.001000', '142837.004000', '142837.006000', '142837.009000', '142837.012000', '142837.014000', '142837.017000', '142837.019000', '142837.022000', '142837.025000', '142837.027000', '142837.030000', '142837.032000', '142837.035000', '142837.038000', '142837.040000', '142837.043000', '142837.045000', '142837.048000', '142837.051000', '142837.054000', '142837.056000', '142837.059000', '142837.062000', '142837.064000', '142837.067000', '142837.069000', '142837.072000', '142856.956000', '142856.959000', '142856.962000', '142856.964000', '142856.967000', '142856.970000', '142856.972000', '142856.975000', '142856.977000', '142856.980000', '142856.983000', '142856.985000', '142856.988000', '142856.991000', '142856.993000', '142856.996000', '142856.999000', '142857.002000', '142857.005000', '142857.007000', '142857.010000', '142857.013000', '142857.016000', '142857.018000', '142857.021000', '142857.023000', '142857.026000', '142857.028000', '142857.031000', '142857.034000', '142857.037000', '142857.039000', '142857.042000', '142857.044000', '142857.047000', '142857.050000', '142857.052000', '142857.055000', '142857.057000', '142857.060000', '142857.063000', '142857.065000', '142857.068000', '142857.071000', '142916.956000', '142916.958000', '142916.961000', '142916.964000', '142916.966000', '142916.969000', '142916.972000', '142916.975000', '142916.977000', '142916.980000', '142916.982000', '142916.985000', '142916.989000', '142916.991000', '142916.994000', '142916.997000', '142917.000000', '142917.003000', '142917.006000', '142917.008000', '142917.011000', '142917.014000', '142917.016000', '142917.019000', '142917.021000', '142917.024000', '142917.027000', '142917.029000', '142917.032000', '142917.035000', '142917.037000', '142917.040000', '142917.042000', '142917.045000', '142917.048000', '142917.050000', '142917.053000', '142917.056000', '142917.058000', '142917.061000', '142917.063000', '142917.066000', '142917.069000', '142936.955000', '142936.958000', '142936.961000', '142936.963000', '142936.966000', '142936.969000', '142936.972000', '142936.974000', '142936.977000', '142936.979000', '142936.982000', '142936.985000', '142936.987000', '142936.990000', '142936.993000', '142936.995000', '142936.998000', '142937.002000', '142937.005000', '142937.007000', '142937.010000', '142937.012000', '142937.015000', '142937.018000', '142937.020000', '142937.023000', '142937.026000', '142937.028000', '142937.031000', '142937.034000', '142937.036000', '142937.039000', '142937.042000', '142937.044000', '142937.047000', '142937.049000', '142937.052000', '142937.055000', '142937.057000', '142937.060000', '142937.063000', '142937.065000', '142937.068000', '142937.070000', '142956.955000', '142956.958000', '142956.961000', '142956.964000', '142956.966000', '142956.969000', '142956.972000', '142956.974000', '142956.977000', '142956.979000', '142956.982000', '142956.985000', '142956.988000', '142956.990000', '142956.993000', '142956.996000', '142956.998000', '142957.002000', '142957.005000', '142957.007000', '142957.010000', '142957.013000', '142957.016000', '142957.019000', '142957.022000', '142957.025000', '142957.027000', '142957.030000', '142957.033000', '142957.036000', '142957.040000', '142957.043000', '142957.046000', '142957.048000', '142957.051000', '142957.053000', '142957.056000', '142957.059000', '142957.061000', '142957.064000', '142957.066000', '142957.069000', '142957.072000', '143016.956000', '143016.958000', '143016.961000', '143016.964000', '143016.967000', '143016.969000', '143016.972000', '143016.975000', '143016.977000', '143016.980000', '143016.983000', '143016.985000', '143016.988000', '143016.990000', '143016.993000', '143016.996000', '143016.998000', '143017.002000', '143017.004000', '143017.007000', '143017.010000', '143017.012000', '143017.015000', '143017.017000', '143017.020000', '143017.023000', '143017.025000', '143017.028000', '143017.031000', '143017.033000', '143017.036000', '143017.039000', '143017.041000', '143017.044000', '143017.046000', '143017.049000', '143017.052000', '143017.054000', '143017.057000', '143017.060000', '143017.062000', '143017.065000', '143017.067000', '143017.070000', '143036.956000', '143036.959000', '143036.961000', '143036.964000', '143036.966000', '143036.969000', '143036.972000', '143036.974000', '143036.977000', '143036.980000', '143036.982000', '143036.985000', '143036.987000', '143036.990000', '143036.993000', '143036.995000', '143036.998000', '143037.002000', '143037.004000', '143037.007000', '143037.010000', '143037.012000', '143037.015000', '143037.018000', '143037.020000', '143037.023000', '143037.026000', '143037.028000', '143037.031000', '143037.034000', '143037.036000', '143037.039000', '143037.041000', '143037.046000', '143037.049000', '143037.051000', '143037.054000', '143037.057000', '143037.059000', '143037.062000', '143037.064000', '143037.068000', '143037.071000', '143056.956000', '143056.958000', '143056.962000', '143056.965000', '143056.967000', '143056.970000', '143056.973000', '143056.975000', '143056.978000', '143056.980000', '143056.983000', '143056.986000', '143056.988000', '143056.991000', '143056.994000', '143056.996000', '143057.000000', '143057.002000', '143057.005000', '143057.008000', '143057.010000', '143057.013000', '143057.016000', '143057.018000', '143057.021000', '143057.023000', '143057.026000', '143057.029000', '143057.031000', '143057.034000', '143057.036000', '143057.039000', '143057.042000', '143057.044000', '143057.047000', '143057.049000', '143057.052000', '143057.054000', '143057.057000', '143057.060000', '143057.062000', '143057.065000', '143057.068000', '143057.070000', '143116.956000', '143116.958000', '143116.961000', '143116.963000', '143116.966000', '143116.969000', '143116.971000', '143116.974000', '143116.977000', '143116.979000', '143116.982000', '143116.984000', '143116.987000', '143116.990000', '143116.992000', '143116.995000', '143116.998000', '143117.001000', '143117.004000', '143117.006000', '143117.009000', '143117.012000', '143117.014000', '143117.017000', '143117.019000', '143117.022000', '143117.025000', '143117.027000', '143117.030000', '143117.032000', '143117.035000', '143117.038000', '143117.040000', '143117.043000', '143117.046000', '143117.048000', '143117.051000', '143117.054000', '143117.056000', '143117.059000', '143117.062000', '143117.064000', '143117.067000', '143136.956000', '143136.959000', '143136.961000', '143136.964000', '143136.966000', '143136.969000', '143136.972000', '143136.974000', '143136.977000', '143136.979000', '143136.982000', '143136.984000', '143136.987000', '143136.990000', '143136.992000', '143136.995000', '143136.997000', '143137.001000', '143137.004000', '143137.006000', '143137.009000', '143137.012000', '143137.014000', '143137.017000', '143137.020000', '143137.022000', '143137.025000', '143137.028000', '143137.031000', '143137.033000', '143137.036000', '143137.039000', '143137.041000', '143137.044000', '143137.047000', '143137.049000', '143137.052000', '143137.054000', '143137.057000', '143137.060000', '143137.062000', '143137.065000', '143137.067000', '143137.070000', '143156.956000', '143156.958000', '143156.961000', '143156.964000', '143156.967000', '143156.969000', '143156.972000', '143156.975000', '143156.977000', '143156.980000', '143156.982000', '143156.985000', '143156.988000', '143156.990000', '143156.993000', '143156.996000', '143156.998000', '143157.002000', '143157.004000', '143157.007000', '143157.010000', '143157.012000', '143157.024000', '143157.027000', '143157.030000', '143157.032000', '143157.035000', '143157.037000', '143157.040000', '143157.043000', '143157.045000', '143157.048000', '143157.050000', '143157.053000', '143157.055000', '143157.058000', '143157.061000', '143157.063000', '143157.066000', '143157.069000', '143157.071000', '143157.074000', '143157.076000', '143216.956000', '143216.958000', '143216.961000', '143216.964000', '143216.966000', '143216.969000', '143216.971000', '143216.974000', '143216.977000', '143216.979000', '143216.982000', '143216.984000', '143216.987000', '143216.990000', '143216.992000', '143216.995000', '143216.998000', '143217.001000', '143217.004000', '143217.007000', '143217.009000', '143217.012000', '143217.014000', '143217.017000', '143217.020000', '143217.022000', '143217.025000', '143217.028000', '143217.030000', '143217.033000', '143217.035000', '143217.038000', '143217.041000', '143217.043000', '143217.046000', '143217.048000', '143217.051000', '143217.054000', '143217.056000', '143217.059000', '143217.062000', '143217.064000', '143217.067000', '143217.070000', '143236.955000', '143236.958000', '143236.961000', '143236.964000', '143236.966000', '143236.969000', '143236.971000', '143236.974000', '143236.991000', '143236.993000', '143236.996000', '143237.000000', '143237.002000', '143237.005000', '143237.008000', '143237.010000', '143237.013000', '143237.015000', '143237.018000', '143237.021000', '143237.023000', '143237.026000', '143237.029000', '143237.031000', '143237.034000', '143237.036000', '143237.039000', '143237.042000', '143237.045000', '143237.048000', '143237.051000', '143237.054000', '143237.056000', '143237.059000', '143237.062000', '143237.064000', '143237.067000', '143237.069000', '143237.072000', '143237.075000', '143237.077000', '143237.080000', '143237.083000', '143256.956000', '143256.959000', '143256.961000', '143256.964000', '143256.966000', '143256.969000', '143256.972000', '143256.974000', '143256.977000', '143256.980000', '143256.982000', '143256.985000', '143256.988000', '143256.990000', '143256.993000', '143256.995000', '143256.998000', '143257.002000', '143257.004000', '143257.007000', '143257.009000', '143257.012000', '143257.015000', '143257.017000', '143257.020000', '143257.023000', '143257.025000', '143257.028000', '143257.030000', '143257.033000', '143257.036000', '143257.038000', '143257.041000', '143257.044000', '143257.046000', '143257.049000', '143257.052000', '143257.054000', '143257.057000', '143257.060000', '143257.062000', '143257.065000', '143257.067000', '143257.070000', '143316.956000', '143316.959000', '143316.961000', '143316.964000', '143316.966000', '143316.969000', '143316.972000', '143316.974000', '143316.977000', '143316.980000', '143316.982000', '143316.985000', '143316.987000', '143316.990000', '143316.993000', '143316.995000', '143316.998000', '143317.001000', '143317.004000', '143317.006000', '143317.009000', '143317.012000', '143317.014000', '143317.017000', '143317.020000', '143317.023000', '143317.025000', '143317.028000', '143317.030000', '143317.033000', '143317.036000', '143317.038000', '143317.041000', '143317.043000', '143317.046000', '143317.049000', '143317.052000', '143317.054000', '143317.057000', '143317.059000', '143317.062000', '143317.065000', '143317.067000', '143336.956000', '143336.959000', '143336.961000', '143336.964000', '143336.966000', '143336.969000', '143336.972000', '143336.975000', '143336.977000', '143336.980000', '143336.983000', '143336.985000', '143336.988000', '143336.990000', '143336.993000', '143336.996000', '143336.998000', '143337.002000', '143337.004000', '143337.007000', '143337.010000', '143337.012000', '143337.015000', '143337.017000', '143337.020000', '143337.023000', '143337.025000', '143337.028000', '143337.030000', '143337.033000', '143337.036000', '143337.038000', '143337.041000', '143337.043000', '143337.046000', '143337.049000', '143337.051000', '143337.054000', '143337.057000', '143337.060000', '143337.063000', '143337.066000', '143337.077000', '143337.080000', '143356.956000', '143356.958000', '143356.961000', '143356.964000', '143356.966000', '143356.969000', '143356.972000', '143356.974000', '143356.977000', '143356.979000', '143356.982000', '143356.985000', '143356.987000', '143356.990000', '143356.992000', '143356.995000', '143356.998000', '143357.001000', '143357.004000', '143357.007000', '143357.009000', '143357.012000', '143357.014000', '143357.017000', '143357.020000', '143357.022000', '143357.025000', '143357.027000', '143357.030000', '143357.033000', '143357.035000', '143357.038000', '143357.041000', '143357.043000', '143357.046000', '143357.049000', '143357.051000', '143357.054000', '143357.057000', '143357.059000', '143357.062000', '143357.065000', '143357.067000', '143416.955000', '143416.958000', '143416.961000', '143416.964000', '143416.966000', '143416.969000', '143416.972000', '143416.974000', '143416.977000', '143416.979000', '143416.982000', '143416.985000', '143416.987000', '143416.990000', '143416.993000', '143416.995000', '143416.998000', '143417.001000', '143417.004000', '143417.007000', '143417.009000', '143417.012000', '143417.015000', '143417.018000', '143417.020000', '143417.023000', '143417.026000', '143417.029000', '143417.031000', '143417.034000', '143417.036000', '143417.039000', '143417.042000', '143417.044000', '143417.047000', '143417.049000', '143417.052000', '143417.055000', '143417.057000', '143417.060000', '143417.063000', '143417.065000', '143417.068000', '143417.070000', '143436.955000', '143436.958000', '143436.961000', '143436.964000', '143436.966000', '143436.969000', '143436.971000', '143436.974000', '143436.977000', '143436.979000', '143436.982000', '143436.985000', '143436.987000', '143436.990000', '143436.992000', '143436.995000', '143436.998000', '143437.001000', '143437.004000', '143437.007000', '143437.009000', '143437.012000', '143437.015000', '143437.017000', '143437.020000', '143437.023000', '143437.025000', '143437.028000', '143437.031000', '143437.033000', '143437.036000', '143437.039000', '143437.041000', '143437.044000', '143437.047000', '143437.049000', '143437.052000', '143437.054000', '143437.057000', '143437.060000', '143437.063000', '143437.065000', '143437.068000', '143456.957000', '143456.960000', '143456.962000', '143456.965000', '143456.968000', '143456.970000', '143456.973000', '143456.975000', '143456.978000', '143456.993000', '143456.996000', '143456.998000', '143457.002000', '143457.005000', '143457.008000', '143457.011000', '143457.013000', '143457.016000', '143457.019000', '143457.022000', '143457.025000', '143457.028000', '143457.031000', '143457.033000', '143457.036000', '143457.038000', '143457.041000', '143457.044000', '143457.046000', '143457.049000', '143457.052000', '143457.067000', '143457.070000', '143457.073000', '143457.075000', '143457.078000', '143457.080000', '143457.083000', '143457.086000', '143457.088000', '143457.091000', '143457.093000', '143457.096000', '143516.956000', '143516.958000', '143516.961000', '143516.964000', '143516.967000', '143516.969000', '143516.972000', '143516.975000', '143516.977000', '143516.980000', '143516.982000', '143516.985000', '143516.988000', '143516.991000', '143516.993000', '143516.996000', '143517.000000', '143517.002000', '143517.005000', '143517.008000', '143517.010000', '143517.013000', '143517.015000', '143517.018000', '143517.021000', '143517.023000', '143517.026000', '143517.028000', '143517.031000', '143517.034000', '143517.036000', '143517.039000', '143517.042000', '143517.044000', '143517.047000', '143517.050000', '143517.052000', '143517.055000', '143517.057000', '143517.060000', '143517.063000', '143517.065000', '143517.068000', '143517.071000', '143524.058000', '143524.061000', '143524.064000', '143524.067000', '143524.069000', '143524.072000', '143524.075000', '143524.077000', '143524.080000', '143524.083000', '143524.086000', '143524.088000', '143524.091000', '143524.094000', '143524.097000', '143524.100000'], 'InstanceCreationTime': ['142536.989000', '142536.992000', '142536.995000', '142536.998000', '142537.002000', '142537.004000', '142537.007000', '142537.009000', '142537.012000', '142537.015000', '142537.017000', '142537.020000', '142537.023000', '142537.026000', '142537.028000', '142537.031000', '142537.033000', '142537.036000', '142537.039000', '142537.041000', '142537.044000', '142537.046000', '142537.049000', '142537.052000', '142537.054000', '142537.057000', '142537.059000', '142537.062000', '142537.065000', '142537.067000', '142537.070000', '142537.072000', '142537.075000', '142537.078000', '142537.080000', '142537.083000', '142537.090000', '142537.093000', '142537.095000', '142537.098000', '142537.100000', '142537.103000', '142537.106000', '142537.108000', '142537.111000', '142537.113000', '142537.116000', '142537.119000', '142537.121000', '142537.124000', '142537.127000', '142537.130000', '142537.133000', '142537.142000', '142537.145000', '142537.147000', '142537.150000', '142537.153000', '142556.955000', '142556.959000', '142556.961000', '142556.964000', '142556.975000', '142556.977000', '142556.980000', '142556.982000', '142556.985000', '142556.988000', '142556.990000', '142556.993000', '142556.996000', '142556.998000', '142557.002000', '142557.004000', '142557.007000', '142557.010000', '142557.013000', '142557.015000', '142557.018000', '142557.021000', '142557.024000', '142557.027000', '142557.030000', '142557.032000', '142557.035000', '142557.038000', '142557.040000', '142557.043000', '142557.045000', '142557.048000', '142557.051000', '142557.053000', '142557.056000', '142557.058000', '142557.061000', '142557.064000', '142557.066000', '142557.069000', '142557.072000', '142557.074000', '142557.077000', '142616.955000', '142616.958000', '142616.961000', '142616.963000', '142616.966000', '142616.969000', '142616.971000', '142616.974000', '142616.976000', '142616.979000', '142616.982000', '142616.984000', '142616.987000', '142616.989000', '142616.992000', '142616.994000', '142616.997000', '142617.001000', '142617.003000', '142617.006000', '142617.009000', '142617.011000', '142617.014000', '142617.016000', '142617.019000', '142617.022000', '142617.024000', '142617.027000', '142617.030000', '142617.032000', '142617.035000', '142617.037000', '142617.040000', '142617.042000', '142617.045000', '142617.048000', '142617.050000', '142617.053000', '142617.055000', '142617.058000', '142617.061000', '142617.063000', '142617.066000', '142617.069000', '142636.956000', '142636.958000', '142636.961000', '142636.964000', '142636.966000', '142636.969000', '142636.972000', '142636.974000', '142636.977000', '142636.980000', '142636.982000', '142636.985000', '142636.988000', '142636.990000', '142636.993000', '142636.995000', '142636.998000', '142637.002000', '142637.004000', '142637.007000', '142637.010000', '142637.012000', '142637.015000', '142637.017000', '142637.028000', '142637.030000', '142637.033000', '142637.036000', '142637.038000', '142637.041000', '142637.044000', '142637.046000', '142637.049000', '142637.051000', '142637.054000', '142637.056000', '142637.059000', '142637.062000', '142637.064000', '142637.067000', '142637.069000', '142637.072000', '142637.075000', '142637.077000', '142656.955000', '142656.958000', '142656.961000', '142656.963000', '142656.966000', '142656.969000', '142656.971000', '142656.974000', '142656.977000', '142656.979000', '142656.982000', '142656.984000', '142656.987000', '142656.990000', '142656.992000', '142656.995000', '142657.008000', '142657.011000', '142657.014000', '142657.016000', '142657.019000', '142657.021000', '142657.024000', '142657.027000', '142657.029000', '142657.032000', '142657.035000', '142657.037000', '142657.040000', '142657.042000', '142657.045000', '142657.048000', '142657.050000', '142657.053000', '142657.055000', '142657.058000', '142657.061000', '142657.063000', '142657.066000', '142657.068000', '142657.071000', '142657.074000', '142657.076000', '142716.956000', '142716.960000', '142716.963000', '142716.984000', '142716.986000', '142716.989000', '142716.992000', '142716.994000', '142716.997000', '142717.001000', '142717.004000', '142717.006000', '142717.009000', '142717.012000', '142717.014000', '142717.017000', '142717.019000', '142717.022000', '142717.025000', '142717.028000', '142717.030000', '142717.033000', '142717.036000', '142717.038000', '142717.041000', '142717.044000', '142717.046000', '142717.049000', '142717.051000', '142717.054000', '142717.057000', '142717.059000', '142717.062000', '142717.065000', '142717.067000', '142717.070000', '142717.073000', '142717.076000', '142717.078000', '142717.081000', '142717.083000', '142717.086000', '142717.089000', '142736.955000', '142736.958000', '142736.961000', '142736.964000', '142736.967000', '142736.969000', '142736.972000', '142736.975000', '142736.977000', '142736.980000', '142736.982000', '142736.985000', '142736.988000', '142736.990000', '142736.993000', '142736.995000', '142736.998000', '142737.002000', '142737.004000', '142737.007000', '142737.009000', '142737.012000', '142737.015000', '142737.017000', '142737.020000', '142737.023000', '142737.025000', '142737.028000', '142737.031000', '142737.033000', '142737.036000', '142737.038000', '142737.041000', '142737.043000', '142737.046000', '142737.049000', '142737.051000', '142737.054000', '142737.056000', '142737.059000', '142737.062000', '142737.064000', '142737.067000', '142737.069000', '142756.956000', '142756.959000', '142756.962000', '142756.965000', '142756.967000', '142756.970000', '142756.973000', '142756.975000', '142756.978000', '142756.981000', '142756.983000', '142756.986000', '142756.989000', '142756.991000', '142756.994000', '142756.996000', '142757.000000', '142757.003000', '142757.005000', '142757.008000', '142757.011000', '142757.014000', '142757.016000', '142757.019000', '142757.022000', '142757.024000', '142757.027000', '142757.030000', '142757.032000', '142757.035000', '142757.038000', '142757.040000', '142757.043000', '142757.046000', '142757.048000', '142757.051000', '142757.054000', '142757.056000', '142757.059000', '142757.061000', '142757.064000', '142757.067000', '142757.069000', '142816.956000', '142816.959000', '142816.961000', '142816.964000', '142816.967000', '142816.969000', '142816.980000', '142816.983000', '142816.985000', '142816.988000', '142816.990000', '142816.993000', '142816.996000', '142816.998000', '142817.002000', '142817.004000', '142817.007000', '142817.010000', '142817.012000', '142817.015000', '142817.017000', '142817.020000', '142817.023000', '142817.025000', '142817.028000', '142817.031000', '142817.033000', '142817.036000', '142817.038000', '142817.041000', '142817.044000', '142817.046000', '142817.049000', '142817.051000', '142817.054000', '142817.057000', '142817.059000', '142817.062000', '142817.065000', '142817.067000', '142817.070000', '142817.072000', '142817.075000', '142817.078000', '142836.956000', '142836.959000', '142836.961000', '142836.964000', '142836.966000', '142836.969000', '142836.972000', '142836.974000', '142836.978000', '142836.981000', '142836.984000', '142836.988000', '142836.991000', '142836.993000', '142836.997000', '142837.001000', '142837.004000', '142837.006000', '142837.009000', '142837.012000', '142837.014000', '142837.017000', '142837.019000', '142837.022000', '142837.025000', '142837.027000', '142837.030000', '142837.032000', '142837.035000', '142837.038000', '142837.040000', '142837.043000', '142837.045000', '142837.048000', '142837.051000', '142837.054000', '142837.056000', '142837.059000', '142837.062000', '142837.064000', '142837.067000', '142837.069000', '142837.072000', '142856.956000', '142856.959000', '142856.962000', '142856.964000', '142856.967000', '142856.970000', '142856.972000', '142856.975000', '142856.977000', '142856.980000', '142856.983000', '142856.985000', '142856.988000', '142856.991000', '142856.993000', '142856.996000', '142856.999000', '142857.002000', '142857.005000', '142857.007000', '142857.010000', '142857.013000', '142857.016000', '142857.018000', '142857.021000', '142857.023000', '142857.026000', '142857.028000', '142857.031000', '142857.034000', '142857.037000', '142857.039000', '142857.042000', '142857.044000', '142857.047000', '142857.050000', '142857.052000', '142857.055000', '142857.057000', '142857.060000', '142857.063000', '142857.065000', '142857.068000', '142857.071000', '142916.956000', '142916.958000', '142916.961000', '142916.964000', '142916.966000', '142916.969000', '142916.972000', '142916.975000', '142916.977000', '142916.980000', '142916.982000', '142916.985000', '142916.989000', '142916.991000', '142916.994000', '142916.997000', '142917.000000', '142917.003000', '142917.006000', '142917.008000', '142917.011000', '142917.014000', '142917.016000', '142917.019000', '142917.021000', '142917.024000', '142917.027000', '142917.029000', '142917.032000', '142917.035000', '142917.037000', '142917.040000', '142917.042000', '142917.045000', '142917.048000', '142917.050000', '142917.053000', '142917.056000', '142917.058000', '142917.061000', '142917.063000', '142917.066000', '142917.069000', '142936.955000', '142936.958000', '142936.961000', '142936.963000', '142936.966000', '142936.969000', '142936.972000', '142936.974000', '142936.977000', '142936.979000', '142936.982000', '142936.985000', '142936.987000', '142936.990000', '142936.993000', '142936.995000', '142936.998000', '142937.002000', '142937.005000', '142937.007000', '142937.010000', '142937.012000', '142937.015000', '142937.018000', '142937.020000', '142937.023000', '142937.026000', '142937.028000', '142937.031000', '142937.034000', '142937.036000', '142937.039000', '142937.042000', '142937.044000', '142937.047000', '142937.049000', '142937.052000', '142937.055000', '142937.057000', '142937.060000', '142937.063000', '142937.065000', '142937.068000', '142937.070000', '142956.955000', '142956.958000', '142956.961000', '142956.964000', '142956.966000', '142956.969000', '142956.972000', '142956.974000', '142956.977000', '142956.979000', '142956.982000', '142956.985000', '142956.988000', '142956.990000', '142956.993000', '142956.996000', '142956.998000', '142957.002000', '142957.005000', '142957.007000', '142957.010000', '142957.013000', '142957.016000', '142957.019000', '142957.022000', '142957.025000', '142957.027000', '142957.030000', '142957.033000', '142957.036000', '142957.040000', '142957.043000', '142957.046000', '142957.048000', '142957.051000', '142957.053000', '142957.056000', '142957.059000', '142957.061000', '142957.064000', '142957.066000', '142957.069000', '142957.072000', '143016.956000', '143016.958000', '143016.961000', '143016.964000', '143016.967000', '143016.969000', '143016.972000', '143016.975000', '143016.977000', '143016.980000', '143016.983000', '143016.985000', '143016.988000', '143016.990000', '143016.993000', '143016.996000', '143016.998000', '143017.002000', '143017.004000', '143017.007000', '143017.010000', '143017.012000', '143017.015000', '143017.017000', '143017.020000', '143017.023000', '143017.025000', '143017.028000', '143017.031000', '143017.033000', '143017.036000', '143017.039000', '143017.041000', '143017.044000', '143017.046000', '143017.049000', '143017.052000', '143017.054000', '143017.057000', '143017.060000', '143017.062000', '143017.065000', '143017.067000', '143017.070000', '143036.956000', '143036.959000', '143036.961000', '143036.964000', '143036.966000', '143036.969000', '143036.972000', '143036.974000', '143036.977000', '143036.980000', '143036.982000', '143036.985000', '143036.987000', '143036.990000', '143036.993000', '143036.995000', '143036.998000', '143037.002000', '143037.004000', '143037.007000', '143037.010000', '143037.012000', '143037.015000', '143037.018000', '143037.020000', '143037.023000', '143037.026000', '143037.028000', '143037.031000', '143037.034000', '143037.036000', '143037.039000', '143037.041000', '143037.046000', '143037.049000', '143037.051000', '143037.054000', '143037.057000', '143037.059000', '143037.062000', '143037.064000', '143037.068000', '143037.071000', '143056.956000', '143056.958000', '143056.962000', '143056.965000', '143056.967000', '143056.970000', '143056.973000', '143056.975000', '143056.978000', '143056.980000', '143056.983000', '143056.986000', '143056.988000', '143056.991000', '143056.994000', '143056.996000', '143057.000000', '143057.002000', '143057.005000', '143057.008000', '143057.010000', '143057.013000', '143057.016000', '143057.018000', '143057.021000', '143057.023000', '143057.026000', '143057.029000', '143057.031000', '143057.034000', '143057.036000', '143057.039000', '143057.042000', '143057.044000', '143057.047000', '143057.049000', '143057.052000', '143057.054000', '143057.057000', '143057.060000', '143057.062000', '143057.065000', '143057.068000', '143057.070000', '143116.956000', '143116.958000', '143116.961000', '143116.963000', '143116.966000', '143116.969000', '143116.971000', '143116.974000', '143116.977000', '143116.979000', '143116.982000', '143116.984000', '143116.987000', '143116.990000', '143116.992000', '143116.995000', '143116.998000', '143117.001000', '143117.004000', '143117.006000', '143117.009000', '143117.012000', '143117.014000', '143117.017000', '143117.019000', '143117.022000', '143117.025000', '143117.027000', '143117.030000', '143117.032000', '143117.035000', '143117.038000', '143117.040000', '143117.043000', '143117.046000', '143117.048000', '143117.051000', '143117.054000', '143117.056000', '143117.059000', '143117.062000', '143117.064000', '143117.067000', '143136.956000', '143136.959000', '143136.961000', '143136.964000', '143136.966000', '143136.969000', '143136.972000', '143136.974000', '143136.977000', '143136.979000', '143136.982000', '143136.984000', '143136.987000', '143136.990000', '143136.992000', '143136.995000', '143136.997000', '143137.001000', '143137.004000', '143137.006000', '143137.009000', '143137.012000', '143137.014000', '143137.017000', '143137.020000', '143137.022000', '143137.025000', '143137.028000', '143137.031000', '143137.033000', '143137.036000', '143137.039000', '143137.041000', '143137.044000', '143137.047000', '143137.049000', '143137.052000', '143137.054000', '143137.057000', '143137.060000', '143137.062000', '143137.065000', '143137.067000', '143137.070000', '143156.956000', '143156.958000', '143156.961000', '143156.964000', '143156.967000', '143156.969000', '143156.972000', '143156.975000', '143156.977000', '143156.980000', '143156.982000', '143156.985000', '143156.988000', '143156.990000', '143156.993000', '143156.996000', '143156.998000', '143157.002000', '143157.004000', '143157.007000', '143157.010000', '143157.012000', '143157.024000', '143157.027000', '143157.030000', '143157.032000', '143157.035000', '143157.037000', '143157.040000', '143157.043000', '143157.045000', '143157.048000', '143157.050000', '143157.053000', '143157.055000', '143157.058000', '143157.061000', '143157.063000', '143157.066000', '143157.069000', '143157.071000', '143157.074000', '143157.076000', '143216.956000', '143216.958000', '143216.961000', '143216.964000', '143216.966000', '143216.969000', '143216.971000', '143216.974000', '143216.977000', '143216.979000', '143216.982000', '143216.984000', '143216.987000', '143216.990000', '143216.992000', '143216.995000', '143216.998000', '143217.001000', '143217.004000', '143217.007000', '143217.009000', '143217.012000', '143217.014000', '143217.017000', '143217.020000', '143217.022000', '143217.025000', '143217.028000', '143217.030000', '143217.033000', '143217.035000', '143217.038000', '143217.041000', '143217.043000', '143217.046000', '143217.048000', '143217.051000', '143217.054000', '143217.056000', '143217.059000', '143217.062000', '143217.064000', '143217.067000', '143217.070000', '143236.955000', '143236.958000', '143236.961000', '143236.964000', '143236.966000', '143236.969000', '143236.971000', '143236.974000', '143236.991000', '143236.993000', '143236.996000', '143237.000000', '143237.002000', '143237.005000', '143237.008000', '143237.010000', '143237.013000', '143237.015000', '143237.018000', '143237.021000', '143237.023000', '143237.026000', '143237.029000', '143237.031000', '143237.034000', '143237.036000', '143237.039000', '143237.042000', '143237.045000', '143237.048000', '143237.051000', '143237.054000', '143237.056000', '143237.059000', '143237.062000', '143237.064000', '143237.067000', '143237.069000', '143237.072000', '143237.075000', '143237.077000', '143237.080000', '143237.083000', '143256.956000', '143256.959000', '143256.961000', '143256.964000', '143256.966000', '143256.969000', '143256.972000', '143256.974000', '143256.977000', '143256.980000', '143256.982000', '143256.985000', '143256.988000', '143256.990000', '143256.993000', '143256.995000', '143256.998000', '143257.002000', '143257.004000', '143257.007000', '143257.009000', '143257.012000', '143257.015000', '143257.017000', '143257.020000', '143257.023000', '143257.025000', '143257.028000', '143257.030000', '143257.033000', '143257.036000', '143257.038000', '143257.041000', '143257.044000', '143257.046000', '143257.049000', '143257.052000', '143257.054000', '143257.057000', '143257.060000', '143257.062000', '143257.065000', '143257.067000', '143257.070000', '143316.956000', '143316.959000', '143316.961000', '143316.964000', '143316.966000', '143316.969000', '143316.972000', '143316.974000', '143316.977000', '143316.980000', '143316.982000', '143316.985000', '143316.987000', '143316.990000', '143316.993000', '143316.995000', '143316.998000', '143317.001000', '143317.004000', '143317.006000', '143317.009000', '143317.012000', '143317.014000', '143317.017000', '143317.020000', '143317.023000', '143317.025000', '143317.028000', '143317.030000', '143317.033000', '143317.036000', '143317.038000', '143317.041000', '143317.043000', '143317.046000', '143317.049000', '143317.052000', '143317.054000', '143317.057000', '143317.059000', '143317.062000', '143317.065000', '143317.067000', '143336.956000', '143336.959000', '143336.961000', '143336.964000', '143336.966000', '143336.969000', '143336.972000', '143336.975000', '143336.977000', '143336.980000', '143336.983000', '143336.985000', '143336.988000', '143336.990000', '143336.993000', '143336.996000', '143336.998000', '143337.002000', '143337.004000', '143337.007000', '143337.010000', '143337.012000', '143337.015000', '143337.017000', '143337.020000', '143337.023000', '143337.025000', '143337.028000', '143337.030000', '143337.033000', '143337.036000', '143337.038000', '143337.041000', '143337.043000', '143337.046000', '143337.049000', '143337.051000', '143337.054000', '143337.057000', '143337.060000', '143337.063000', '143337.066000', '143337.077000', '143337.080000', '143356.956000', '143356.958000', '143356.961000', '143356.964000', '143356.966000', '143356.969000', '143356.972000', '143356.974000', '143356.977000', '143356.979000', '143356.982000', '143356.985000', '143356.987000', '143356.990000', '143356.992000', '143356.995000', '143356.998000', '143357.001000', '143357.004000', '143357.007000', '143357.009000', '143357.012000', '143357.014000', '143357.017000', '143357.020000', '143357.022000', '143357.025000', '143357.027000', '143357.030000', '143357.033000', '143357.035000', '143357.038000', '143357.041000', '143357.043000', '143357.046000', '143357.049000', '143357.051000', '143357.054000', '143357.057000', '143357.059000', '143357.062000', '143357.065000', '143357.067000', '143416.955000', '143416.958000', '143416.961000', '143416.964000', '143416.966000', '143416.969000', '143416.972000', '143416.974000', '143416.977000', '143416.979000', '143416.982000', '143416.985000', '143416.987000', '143416.990000', '143416.993000', '143416.995000', '143416.998000', '143417.001000', '143417.004000', '143417.007000', '143417.009000', '143417.012000', '143417.015000', '143417.018000', '143417.020000', '143417.023000', '143417.026000', '143417.029000', '143417.031000', '143417.034000', '143417.036000', '143417.039000', '143417.042000', '143417.044000', '143417.047000', '143417.049000', '143417.052000', '143417.055000', '143417.057000', '143417.060000', '143417.063000', '143417.065000', '143417.068000', '143417.070000', '143436.955000', '143436.958000', '143436.961000', '143436.964000', '143436.966000', '143436.969000', '143436.971000', '143436.974000', '143436.977000', '143436.979000', '143436.982000', '143436.985000', '143436.987000', '143436.990000', '143436.992000', '143436.995000', '143436.998000', '143437.001000', '143437.004000', '143437.007000', '143437.009000', '143437.012000', '143437.015000', '143437.017000', '143437.020000', '143437.023000', '143437.025000', '143437.028000', '143437.031000', '143437.033000', '143437.036000', '143437.039000', '143437.041000', '143437.044000', '143437.047000', '143437.049000', '143437.052000', '143437.054000', '143437.057000', '143437.060000', '143437.063000', '143437.065000', '143437.068000', '143456.957000', '143456.960000', '143456.962000', '143456.965000', '143456.968000', '143456.970000', '143456.973000', '143456.975000', '143456.978000', '143456.993000', '143456.996000', '143456.998000', '143457.002000', '143457.005000', '143457.008000', '143457.011000', '143457.013000', '143457.016000', '143457.019000', '143457.022000', '143457.025000', '143457.028000', '143457.031000', '143457.033000', '143457.036000', '143457.038000', '143457.041000', '143457.044000', '143457.046000', '143457.049000', '143457.052000', '143457.067000', '143457.070000', '143457.073000', '143457.075000', '143457.078000', '143457.080000', '143457.083000', '143457.086000', '143457.088000', '143457.091000', '143457.093000', '143457.096000', '143516.956000', '143516.958000', '143516.961000', '143516.964000', '143516.967000', '143516.969000', '143516.972000', '143516.975000', '143516.977000', '143516.980000', '143516.982000', '143516.985000', '143516.988000', '143516.991000', '143516.993000', '143516.996000', '143517.000000', '143517.002000', '143517.005000', '143517.008000', '143517.010000', '143517.013000', '143517.015000', '143517.018000', '143517.021000', '143517.023000', '143517.026000', '143517.028000', '143517.031000', '143517.034000', '143517.036000', '143517.039000', '143517.042000', '143517.044000', '143517.047000', '143517.050000', '143517.052000', '143517.055000', '143517.057000', '143517.060000', '143517.063000', '143517.065000', '143517.068000', '143517.071000', '143524.058000', '143524.061000', '143524.064000', '143524.067000', '143524.069000', '143524.072000', '143524.075000', '143524.077000', '143524.080000', '143524.083000', '143524.086000', '143524.088000', '143524.091000', '143524.094000', '143524.097000', '143524.100000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [17211, 13439, 16325, 11893, 14997, 12651, 14806, 20306, 14586, 18738, 13161, 17424, 12870, 17459, 12924, 16886, 12487, 17099, 12818, 15742, 15492, 13191, 17473, 13205, 17345, 12860, 16962, 12717, 12539, 18424, 13463, 17231, 12404, 16090, 14321, 14860, 11659, 13766, 12194, 14041, 12775, 14747, 16207, 14146, 18973, 14847, 16669, 13988, 11766, 13238, 16480, 12567, 17339, 12221, 15700, 14379, 15182, 18930, 13484, 14152, 11234, 10052, 13095, 10565, 15238, 12320, 14970, 19490, 15069, 18620, 14653, 12930, 10866, 11940, 14476, 11543, 15104, 12127, 15121, 18634, 14380, 18344, 13255, 16404, 14427, 15303, 11988, 11281, 15683, 12509, 13844, 12778, 12819, 16005, 12434, 15597, 15652, 14175, 18953, 13885, 16087, 11989, 13967, 11374, 12683, 11514, 13895, 11626, 15863, 12619, 16746, 12650, 11849, 12605, 14486, 11532, 13862, 13276, 17172, 14015, 16533, 14577, 16352, 14770, 15336, 12987, 16115, 12679, 16727, 12848, 16927, 12840, 16850, 14404, 17221, 13557, 17318, 13805, 17996, 13969, 16046, 12727, 15373, 11754, 12508, 16397, 12077, 15832, 11479, 14546, 12167, 12853, 16547, 12206, 16895, 12951, 16550, 12725, 15652, 12518, 16018, 12365, 17694, 13563, 18254, 13948, 16933, 12910, 15961, 12351, 14909, 11834, 13858, 19012, 14544, 18117, 13944, 16263, 12619, 16166, 12118, 16514, 12694, 17927, 14279, 17303, 13667, 22980, 16560, 15646, 12093, 14159, 12980, 13389, 12297, 10700, 14214, 12478, 14810, 14261, 13344, 19112, 13471, 20740, 15952, 19141, 19430, 15133, 19271, 14189, 17839, 12774, 15269, 12485, 14825, 15219, 13024, 17578, 13851, 13897, 14227, 17688, 15015, 16591, 13054, 15896, 12869, 14781, 16827, 13306, 13845, 14013, 14595, 14633, 12466, 13167, 14638, 13933, 15002, 14008, 15234, 20298, 15606, 17115, 12727, 14211, 13496, 13056, 17647, 13149, 15528, 12064, 16528, 13038, 15965, 11678, 14639, 10746, 13844, 11129, 12451, 9513, 14437, 12106, 17472, 12911, 18230, 13716, 19480, 15850, 18474, 15267, 13476, 15226, 12721, 17352, 13189, 19126, 14860, 20782, 17164, 18917, 16495, 12825, 17080, 12910, 12927, 14399, 13644, 16481, 18992, 16247, 19713, 15532, 17056, 13769, 17926, 14369, 17778, 14378, 16707, 13128, 16034, 12940, 14429, 12018, 16033, 13792, 15151, 12377, 11584, 11884, 10781, 15986, 12447, 21155, 16901, 19124, 15517, 11864, 14972, 11006, 14900, 18932, 14083, 19255, 14479, 19600, 15091, 12423, 14557, 10663, 17156, 13099, 20657, 15337, 14921, 13736, 13495, 20019, 16468, 19036, 15310, 13881, 16480, 13173, 18497, 15185, 15350, 15884, 14347, 18252, 15900, 18325, 14372, 17687, 14056, 17665, 13782, 13257, 14882, 13531, 19143, 15997, 17667, 14649, 12202, 15373, 12626, 16859, 13001, 17427, 14863, 17869, 14937, 15987, 15187, 12506, 15622, 12449, 13934, 17183, 13908, 14083, 16446, 14072, 20287, 16176, 18696, 14619, 17729, 14493, 17397, 15044, 22680, 19087, 16914, 15963, 13453, 15796, 13466, 12135, 14990, 12584, 12455, 15460, 13596, 18147, 14172, 18029, 13803, 17786, 13750, 18247, 13810, 17132, 13490, 17091, 13751, 18375, 14779, 17764, 13868, 16750, 13515, 17021, 14039, 17916, 14336, 17171, 13791, 16713, 14065, 17769, 14798, 17143, 13763, 16483, 13642, 17334, 14016, 18292, 13436, 16336, 13130, 15687, 14726, 15698, 18601, 15028, 16575, 13634, 16731, 13760, 17621, 14554, 14341, 14531, 14789, 15188, 15322, 17794, 14059, 17972, 13300, 18416, 14381, 19549, 14894, 18408, 13951, 17697, 13535, 17674, 14981, 16833, 18825, 14581, 17517, 13395, 16494, 12802, 15203, 14817, 13420, 17123, 13044, 14377, 13103, 18253, 13559, 17957, 13289, 17461, 12389, 16869, 17673, 14772, 18311, 14102, 16880, 13043, 14404, 19083, 14206, 17638, 13478, 16144, 12478, 15631, 12203, 16167, 12556, 16822, 11057, 16866, 12818, 18630, 13665, 20230, 15979, 19114, 14619, 18260, 13608, 17743, 13433, 18420, 13307, 17745, 12568, 17229, 13428, 16765, 12626, 16251, 13733, 15224, 19424, 15038, 18508, 14278, 17820, 12903, 17587, 13416, 16176, 13099, 15701, 17787, 14596, 19174, 14440, 18003, 14134, 17898, 13729, 17980, 14325, 18336, 13867, 18062, 13324, 17910, 13467, 17611, 11926, 16635, 12696, 16663, 13877, 17626, 13976, 15908, 14115, 16141, 14950, 16627, 12989, 16113, 16154, 15418, 19255, 15614, 15281, 14543, 16170, 14992, 16418, 15489, 14114, 16068, 13919, 17577, 14220, 20180, 14974, 18521, 14465, 17295, 14946, 17661, 14494, 12548, 15383, 12114, 19323, 15500, 16902, 15323, 12207, 17508, 12713, 19021, 14708, 20146, 15482, 18344, 14352, 17693, 14183, 18112, 13800, 17892, 14345, 16462, 13207, 14502, 13624, 19149, 14828, 17463, 14266, 16072, 12583, 15400, 12280, 16401, 13268, 16817, 12998, 13821, 12236, 14572, 12958, 18550, 14634, 17516, 15745, 20400, 19970, 20504, 12805, 13406, 11653, 16509, 17134, 12902, 17815, 14443, 13901, 18543, 14335, 14281, 14504, 13228, 16481, 21724, 16670, 21528, 17890, 21070, 19695, 18038, 21376, 14960, 15899, 13591, 16122, 13786, 12890, 14595, 12869, 13910, 12085, 15384, 14380, 19617, 15495, 13838, 18823, 15479, 19851, 16322, 18849, 15228, 19729, 14895, 19919, 15736, 18094, 15552, 21970, 16918, 21898, 20949, 17023, 13966, 13373, 12769, 13175, 13651, 12792, 16533, 13407, 14588, 15059, 19249, 16238, 14835, 18584, 15785, 21236, 15972, 18882, 15055, 16952, 13958, 15449, 16508, 14710, 17463, 13959, 17169, 13481, 17081, 13346, 16458, 13373, 15740, 13402, 16627, 12725, 15757, 15990, 14690, 19103, 15030, 16997, 12669, 14806, 13357, 15663, 14641, 17045, 12734, 15233, 12671, 15319, 14097, 20232, 16162, 17266, 15076, 19123, 15069, 18341, 13378, 17249, 16333, 14830, 19032, 13949, 17151, 13047, 16041, 16924, 13757, 19241, 15462, 16224, 13331, 15099, 12858, 14793, 11891, 12751, 16025, 15372, 17754, 13138, 12896, 12728, 12289, 14128, 18354, 14126, 14770, 12542, 13066, 17926, 13598, 15978, 12062, 14479, 15765, 12962, 17948, 13794, 15721, 12157, 14417, 13026, 13721, 16434, 14421, 14032, 15124, 15186, 15679, 20708, 16384, 19477, 16264, 17599, 13956, 17128, 14206, 18362, 14381, 17310, 13549, 18221, 13603, 18039, 12329, 15571, 10996, 16416, 12626, 18240, 13147, 17626, 12427, 16489, 16169, 15227, 16173, 13692, 18746, 14154, 18243, 14739, 17029, 13444, 16515, 12650, 16357, 17352, 14171, 17661, 13441, 15565, 13520, 12773, 18489, 13147, 16237, 13060, 16787, 13934, 19200, 14071, 15846, 13368, 17668, 13149, 17290, 13486, 17583, 12471, 16465, 15570, 14926, 18409, 13796, 17431, 12491, 15764, 12582, 14970, 18088, 12382, 17718, 12083, 17029, 12567, 16603, 11900, 16128, 11683, 16260, 13043, 16044, 12982, 15185, 19791, 14140, 17866, 13086, 17054, 12565, 14807, 19314, 13620, 16823, 12150, 16637, 11921, 16217, 12106, 16032, 11630, 15514, 19737, 13299, 17847, 13372, 16479, 12089, 15573, 12543, 15368, 12386, 15063, 15134, 14680, 18726, 14164, 17153, 12595, 16277, 12106, 15619, 13202, 15533, 12306, 14343, 18183, 13439, 18860, 13336, 15983, 12867, 16385, 12435, 16498, 13182, 16052, 12663, 17099, 12995, 16818, 12875, 16549, 12508, 17573, 13330, 16128, 12953, 15725, 12665, 17343, 13233, 15869, 12760, 16711, 12754, 16767, 12836, 16104, 12609, 16344, 12387, 16705, 13203, 16855, 12661, 16471, 12194, 16228, 12226, 16047, 11186, 15291, 12037, 15960, 11740, 15855, 11469, 15710, 12345, 16243, 12021, 15859, 13569, 14963, 18445, 14710, 18310, 13883, 17050, 13001, 16203, 12691, 15686, 11556, 15157, 16819, 13770, 18639, 13871, 15978, 12744, 16344, 12395, 16240, 12692, 15359, 12821, 15913, 12508, 16988, 14051, 16186, 12558, 15863, 11745, 15496, 12850, 15076, 12298, 14059, 18013, 13767, 16971, 14012, 15740, 11415, 14815, 11160, 14676, 12063, 14883, 16527, 12805, 17599, 13347, 16684, 12898, 15751, 12091, 14303, 17916, 14110, 16977, 12910, 16255, 12857, 16160, 12723, 15617, 12035, 16079, 13185, 16178, 12566, 15951, 12704, 16832, 13386, 16488, 12827, 16289, 12722, 16702, 12716, 15916, 12022, 15040, 12235, 15833, 12709, 14901, 11754, 13978, 12060, 15151, 14045, 15357, 11943, 13955, 12117, 15422, 12865, 15294, 12143, 15564, 14041, 17529, 12863, 15791, 12249, 15688, 12317, 15954, 13409, 15417, 12857, 13788, 18590, 13576, 17367, 14209, 16483, 13177, 14740, 12118, 15399, 12249, 16575, 13309, 15710, 12269, 15605, 11925, 16133, 13987, 15754, 12271, 15583, 12873, 15752, 11390, 16267, 13191, 18593, 14778, 19451, 15810, 17347, 14779, 12050, 14498, 11295, 19307, 16262, 18480, 14497, 17847, 13834, 15055, 12316, 11590, 11880, 15575, 12824, 13464, 15041, 12076, 16981, 14374, 16020, 12789, 16956, 14260, 20519, 13497, 11565, 11954, 14594, 15672, 12307, 11479, 18261, 15285, 15914, 17351, 14092, 19249, 13385, 16457, 12422, 13810, 18577, 13285, 16350, 13638, 16937, 14146, 17495, 13438, 12282, 12961, 11869, 15192, 13142, 15728, 15943, 15524, 19858, 15169, 17214, 14915, 16928, 13694, 16139, 13159, 14399, 12379, 15774, 12216, 13502, 11005, 14338, 12156, 13641, 15984, 14505, 15220, 12872, 19681, 13551, 19336, 15839, 16909, 14148, 16524, 13812, 18858, 15140, 14640, 17784, 13791, 17710, 12369, 13658, 11431, 11543, 15960, 12306, 15830, 12471, 15851, 13108, 15836, 12675, 16392, 12578, 15742, 13339, 16388, 15935, 14460, 17391, 14144, 16135, 16676, 21598, 15203, 16230, 14017, 18023, 13388, 16270, 13522, 14031, 11914, 14195, 12298, 15102, 13272, 14740, 14151, 14400, 18125, 13775, 17921, 13983, 16260, 13617, 15815, 13268, 17296, 15153, 11922, 13442, 12038, 15570, 12415, 17219, 12782, 17678, 13939, 18214, 14803, 16968, 13686, 16739, 13687, 17601, 14630, 18136, 14976, 12568, 14808, 12455, 16685, 13663, 18409, 14278, 18690, 15816, 15800, 13585, 11358, 14258, 12153, 15097, 14623, 11352, 15588, 11900, 17239, 14145], 'WindowCenter': [4970.0, 4913.0, 4921.0, 4876.0, 4906.0, 4873.0, 4895.0, 4925.0, 4893.0, 4911.0, 4873.0, 4899.0, 4861.0, 4899.0, 4856.0, 4871.0, 4831.0, 4884.0, 4870.0, 4890.0, 4903.0, 4884.0, 4914.0, 4896.0, 4915.0, 4897.0, 4916.0, 4871.0, 4863.0, 4900.0, 4869.0, 4889.0, 4861.0, 4890.0, 4869.0, 4881.0, 4837.0, 4870.0, 4834.0, 4856.0, 4843.0, 4865.0, 4873.0, 4865.0, 4895.0, 4866.0, 4874.0, 4855.0, 4836.0, 4856.0, 4871.0, 4834.0, 4872.0, 4831.0, 4890.0, 4869.0, 4868.0, 4885.0, 4856.0, 4851.0, 4809.0, 4800.0, 4841.0, 4824.0, 4876.0, 4847.0, 4882.0, 4909.0, 4882.0, 4898.0, 4868.0, 4858.0, 4840.0, 4849.0, 4854.0, 4824.0, 4857.0, 4834.0, 4870.0, 4888.0, 4881.0, 4889.0, 4858.0, 4876.0, 4856.0, 4864.0, 4835.0, 4825.0, 4876.0, 4848.0, 4858.0, 4850.0, 4849.0, 4866.0, 4835.0, 4854.0, 4840.0, 4830.0, 4859.0, 4817.0, 4837.0, 4798.0, 4826.0, 4807.0, 4820.0, 4809.0, 4839.0, 4819.0, 4860.0, 4843.0, 4873.0, 4869.0, 4858.0, 4874.0, 4867.0, 4837.0, 4856.0, 4857.0, 4902.0, 4880.0, 4892.0, 4881.0, 4890.0, 4868.0, 4868.0, 4849.0, 4878.0, 4847.0, 4878.0, 4848.0, 4878.0, 4846.0, 4877.0, 4856.0, 4877.0, 4845.0, 4873.0, 4866.0, 4885.0, 4866.0, 4876.0, 4857.0, 4878.0, 4834.0, 4845.0, 4874.0, 4845.0, 4874.0, 4835.0, 4866.0, 4845.0, 4858.0, 4874.0, 4836.0, 4871.0, 4833.0, 4860.0, 4832.0, 4861.0, 4834.0, 4862.0, 4846.0, 4885.0, 4857.0, 4885.0, 4856.0, 4873.0, 4845.0, 4861.0, 4842.0, 4863.0, 4832.0, 4855.0, 4895.0, 4865.0, 4884.0, 4866.0, 4873.0, 4846.0, 4872.0, 4845.0, 4874.0, 4857.0, 4897.0, 4880.0, 4887.0, 4885.0, 4964.0, 4941.0, 4915.0, 4871.0, 4880.0, 4882.0, 4880.0, 4873.0, 4839.0, 4866.0, 4860.0, 4892.0, 4909.0, 4911.0, 4924.0, 4881.0, 4960.0, 4927.0, 4924.0, 4938.0, 4890.0, 4914.0, 4881.0, 4900.0, 4870.0, 4887.0, 4855.0, 4886.0, 4885.0, 4878.0, 4907.0, 4889.0, 4890.0, 4893.0, 4912.0, 4903.0, 4889.0, 4859.0, 4876.0, 4832.0, 4852.0, 4846.0, 4827.0, 4824.0, 4847.0, 4846.0, 4846.0, 4840.0, 4853.0, 4861.0, 4849.0, 4861.0, 4852.0, 4874.0, 4890.0, 4871.0, 4873.0, 4840.0, 4851.0, 4840.0, 4840.0, 4870.0, 4840.0, 4867.0, 4839.0, 4880.0, 4852.0, 4884.0, 4855.0, 4884.0, 4859.0, 4891.0, 4862.0, 4840.0, 4817.0, 4864.0, 4828.0, 4924.0, 4908.0, 4933.0, 4921.0, 4975.0, 4943.0, 4964.0, 4943.0, 4921.0, 4943.0, 4925.0, 4950.0, 4935.0, 4985.0, 4975.0, 4986.0, 4954.0, 4951.0, 4927.0, 4896.0, 4938.0, 4912.0, 4912.0, 4933.0, 4932.0, 4955.0, 4949.0, 4940.0, 4947.0, 4930.0, 4939.0, 4910.0, 4936.0, 4906.0, 4924.0, 4893.0, 4902.0, 4871.0, 4891.0, 4870.0, 4904.0, 4888.0, 4996.0, 4993.0, 5004.0, 4959.0, 4919.0, 4903.0, 4865.0, 4903.0, 4885.0, 4937.0, 4928.0, 4927.0, 4907.0, 4888.0, 4918.0, 4878.0, 4919.0, 4925.0, 4897.0, 4925.0, 4907.0, 4926.0, 4906.0, 4885.0, 4907.0, 4850.0, 4898.0, 4879.0, 4934.0, 4917.0, 4904.0, 4864.0, 4865.0, 4932.0, 4930.0, 4951.0, 4940.0, 4942.0, 4967.0, 4925.0, 4961.0, 4934.0, 4932.0, 4943.0, 4920.0, 4952.0, 4929.0, 4939.0, 4918.0, 4941.0, 4908.0, 4940.0, 4936.0, 4898.0, 4917.0, 4907.0, 4947.0, 4927.0, 4925.0, 4916.0, 4887.0, 4927.0, 4901.0, 4935.0, 4939.0, 4952.0, 4895.0, 4910.0, 4904.0, 4914.0, 4906.0, 4899.0, 4929.0, 4904.0, 4921.0, 4950.0, 4921.0, 4916.0, 4968.0, 4934.0, 4973.0, 4942.0, 4953.0, 4932.0, 4941.0, 4935.0, 4951.0, 4921.0, 4985.0, 4960.0, 4938.0, 4927.0, 4922.0, 4942.0, 4934.0, 4899.0, 4927.0, 4912.0, 4922.0, 4954.0, 4934.0, 4965.0, 4935.0, 4964.0, 4934.0, 4951.0, 4922.0, 4962.0, 4920.0, 4950.0, 4923.0, 4939.0, 4919.0, 4947.0, 4919.0, 4937.0, 4920.0, 4930.0, 4908.0, 4936.0, 4920.0, 4938.0, 4919.0, 4936.0, 4907.0, 4925.0, 4909.0, 4937.0, 4918.0, 4934.0, 4909.0, 4926.0, 4909.0, 4938.0, 4918.0, 4938.0, 4908.0, 4928.0, 4896.0, 4928.0, 4913.0, 4929.0, 4936.0, 4929.0, 4925.0, 4918.0, 4937.0, 4922.0, 4949.0, 4931.0, 4927.0, 4932.0, 4943.0, 4943.0, 4941.0, 4963.0, 4919.0, 4938.0, 4920.0, 4949.0, 4932.0, 4961.0, 4932.0, 4960.0, 4922.0, 4951.0, 4921.0, 4953.0, 4929.0, 4941.0, 4950.0, 4918.0, 4938.0, 4907.0, 4926.0, 4897.0, 4930.0, 4907.0, 4908.0, 4949.0, 4921.0, 4918.0, 4921.0, 4949.0, 4921.0, 4951.0, 4921.0, 4948.0, 4900.0, 4951.0, 4937.0, 4920.0, 4951.0, 4908.0, 4928.0, 4897.0, 4907.0, 4936.0, 4907.0, 4924.0, 4896.0, 4913.0, 4884.0, 4916.0, 4887.0, 4926.0, 4926.0, 5012.0, 4916.0, 4934.0, 4883.0, 4890.0, 4890.0, 4934.0, 4926.0, 4948.0, 4933.0, 4940.0, 4910.0, 4938.0, 4910.0, 4951.0, 4912.0, 4952.0, 4928.0, 4978.0, 4939.0, 4967.0, 4913.0, 4954.0, 4934.0, 4957.0, 4975.0, 4946.0, 4964.0, 4945.0, 4964.0, 4925.0, 4965.0, 4923.0, 4942.0, 4912.0, 4944.0, 4953.0, 4933.0, 4963.0, 4932.0, 4954.0, 4921.0, 4952.0, 4932.0, 4962.0, 4946.0, 4965.0, 4936.0, 4964.0, 4922.0, 4950.0, 4922.0, 4978.0, 4917.0, 4951.0, 4909.0, 4943.0, 4933.0, 4992.0, 4948.0, 4969.0, 4934.0, 4955.0, 4943.0, 4939.0, 4881.0, 4943.0, 4942.0, 4969.0, 4990.0, 4959.0, 4957.0, 4964.0, 4957.0, 4961.0, 4967.0, 4931.0, 4920.0, 4942.0, 4910.0, 4940.0, 4922.0, 4990.0, 4959.0, 4975.0, 4945.0, 4955.0, 4958.0, 4993.0, 4975.0, 4927.0, 4957.0, 4927.0, 4976.0, 4957.0, 4965.0, 4947.0, 4928.0, 4965.0, 4950.0, 4978.0, 4945.0, 4976.0, 4947.0, 4955.0, 4934.0, 4956.0, 4926.0, 4953.0, 4924.0, 4941.0, 4910.0, 4927.0, 4910.0, 4908.0, 4911.0, 4941.0, 4910.0, 4928.0, 4907.0, 4916.0, 4887.0, 4905.0, 4885.0, 4915.0, 4898.0, 4915.0, 4898.0, 4906.0, 4901.0, 4920.0, 4914.0, 4953.0, 4923.0, 4954.0, 4945.0, 4977.0, 4985.0, 4975.0, 4926.0, 4924.0, 4931.0, 4982.0, 4976.0, 4922.0, 4963.0, 4941.0, 4947.0, 4990.0, 4961.0, 4949.0, 4959.0, 4938.0, 4951.0, 4958.0, 4933.0, 4963.0, 4956.0, 4970.0, 4966.0, 4946.0, 4965.0, 4935.0, 4933.0, 4923.0, 4943.0, 4898.0, 4886.0, 4892.0, 4885.0, 4906.0, 4888.0, 4913.0, 4919.0, 4944.0, 4928.0, 4919.0, 4947.0, 4930.0, 4948.0, 4928.0, 4935.0, 4907.0, 4939.0, 4904.0, 4935.0, 4917.0, 4922.0, 4917.0, 4947.0, 4926.0, 4962.0, 4941.0, 4916.0, 4869.0, 4870.0, 4869.0, 4896.0, 4880.0, 4843.0, 4883.0, 4854.0, 4865.0, 4876.0, 4906.0, 4898.0, 4878.0, 4909.0, 4888.0, 4921.0, 4888.0, 4898.0, 4876.0, 4886.0, 4866.0, 4875.0, 4871.0, 4863.0, 4880.0, 4865.0, 4883.0, 4867.0, 4885.0, 4877.0, 4896.0, 4879.0, 4898.0, 4880.0, 4900.0, 4869.0, 4902.0, 4890.0, 4889.0, 4920.0, 4890.0, 4910.0, 4870.0, 4903.0, 4895.0, 4914.0, 4930.0, 4924.0, 4897.0, 4928.0, 4908.0, 4927.0, 4932.0, 4972.0, 4955.0, 4965.0, 4947.0, 4963.0, 4947.0, 4955.0, 4911.0, 4944.0, 4929.0, 4920.0, 4937.0, 4907.0, 4926.0, 4885.0, 4919.0, 4914.0, 4884.0, 4923.0, 4893.0, 4901.0, 4880.0, 4889.0, 4872.0, 4904.0, 4861.0, 4882.0, 4902.0, 4902.0, 4911.0, 4883.0, 4869.0, 4883.0, 4874.0, 4896.0, 4913.0, 4881.0, 4892.0, 4860.0, 4883.0, 4910.0, 4881.0, 4900.0, 4871.0, 4892.0, 4898.0, 4883.0, 4921.0, 4883.0, 4901.0, 4873.0, 4905.0, 4883.0, 4905.0, 4925.0, 4918.0, 4908.0, 4931.0, 4929.0, 4943.0, 4962.0, 4945.0, 4965.0, 4960.0, 4970.0, 4949.0, 4943.0, 4934.0, 4950.0, 4921.0, 4940.0, 4950.0, 5030.0, 4990.0, 4981.0, 4900.0, 4887.0, 4850.0, 4914.0, 4898.0, 4950.0, 4924.0, 4953.0, 4912.0, 4952.0, 4941.0, 4934.0, 4942.0, 4923.0, 4951.0, 4921.0, 4951.0, 4923.0, 4939.0, 4911.0, 4929.0, 4900.0, 4931.0, 4928.0, 4908.0, 4929.0, 4896.0, 4917.0, 4882.0, 4915.0, 4938.0, 4882.0, 4898.0, 4880.0, 4887.0, 4878.0, 4906.0, 4877.0, 4913.0, 4894.0, 4937.0, 4910.0, 4940.0, 4912.0, 4941.0, 4900.0, 4944.0, 4918.0, 4920.0, 4939.0, 4908.0, 4928.0, 4886.0, 4919.0, 4887.0, 4917.0, 4933.0, 4897.0, 4926.0, 4898.0, 4928.0, 4900.0, 4929.0, 4901.0, 4931.0, 4889.0, 4940.0, 4909.0, 4931.0, 4909.0, 4931.0, 4950.0, 4923.0, 4938.0, 4911.0, 4931.0, 4889.0, 4920.0, 4937.0, 4908.0, 4928.0, 4888.0, 4928.0, 4889.0, 4931.0, 4900.0, 4931.0, 4892.0, 4934.0, 4949.0, 4911.0, 4940.0, 4910.0, 4931.0, 4889.0, 4932.0, 4899.0, 4930.0, 4901.0, 4935.0, 4919.0, 4922.0, 4954.0, 4922.0, 4942.0, 4900.0, 4932.0, 4890.0, 4932.0, 4901.0, 4930.0, 4889.0, 4923.0, 4940.0, 4923.0, 4954.0, 4927.0, 4943.0, 4916.0, 4941.0, 4903.0, 4941.0, 4914.0, 4932.0, 4945.0, 4999.0, 4959.0, 4959.0, 4914.0, 4916.0, 4915.0, 4954.0, 4916.0, 4931.0, 4903.0, 4930.0, 4885.0, 4917.0, 4900.0, 4919.0, 4900.0, 4929.0, 4901.0, 4930.0, 4901.0, 4930.0, 4902.0, 4932.0, 4903.0, 4931.0, 4902.0, 4930.0, 4899.0, 4918.0, 4890.0, 4919.0, 4889.0, 4919.0, 4866.0, 4906.0, 4878.0, 4918.0, 4880.0, 4919.0, 4880.0, 4919.0, 4900.0, 4931.0, 4890.0, 4931.0, 4899.0, 4922.0, 4938.0, 4909.0, 4929.0, 4900.0, 4918.0, 4888.0, 4918.0, 4886.0, 4906.0, 4865.0, 4908.0, 4915.0, 4899.0, 4926.0, 4898.0, 4906.0, 4888.0, 4917.0, 4900.0, 4929.0, 4902.0, 4919.0, 4913.0, 4931.0, 4914.0, 4944.0, 4923.0, 4934.0, 4903.0, 4933.0, 4891.0, 4922.0, 4900.0, 4920.0, 4889.0, 4912.0, 4930.0, 4899.0, 4930.0, 4909.0, 4908.0, 4877.0, 4907.0, 4878.0, 4920.0, 4889.0, 4921.0, 4928.0, 4901.0, 4930.0, 4900.0, 4930.0, 4901.0, 4921.0, 4889.0, 4912.0, 4928.0, 4900.0, 4917.0, 4889.0, 4918.0, 4889.0, 4919.0, 4915.0, 4961.0, 4930.0, 4934.0, 4912.0, 4930.0, 4902.0, 4929.0, 4916.0, 4943.0, 4915.0, 4931.0, 4904.0, 4932.0, 4914.0, 4945.0, 4902.0, 4922.0, 4905.0, 4924.0, 4891.0, 4949.0, 4916.0, 4923.0, 4866.0, 4896.0, 4878.0, 4908.0, 4926.0, 4948.0, 4904.0, 4911.0, 4888.0, 4918.0, 4900.0, 4933.0, 4918.0, 4961.0, 4910.0, 4915.0, 4888.0, 4918.0, 4890.0, 4922.0, 4890.0, 4920.0, 4899.0, 4920.0, 4886.0, 4899.0, 4927.0, 4897.0, 4917.0, 4900.0, 4916.0, 4887.0, 4896.0, 4877.0, 4903.0, 4877.0, 4915.0, 4898.0, 4916.0, 4888.0, 4918.0, 4889.0, 4932.0, 4925.0, 4907.0, 4915.0, 4974.0, 4943.0, 4959.0, 4919.0, 4954.0, 4927.0, 4967.0, 4935.0, 4951.0, 4973.0, 4980.0, 4961.0, 4953.0, 4961.0, 4919.0, 4979.0, 4967.0, 4967.0, 4947.0, 4958.0, 4926.0, 4919.0, 4879.0, 4877.0, 4875.0, 4893.0, 4875.0, 4898.0, 4896.0, 4864.0, 4914.0, 4895.0, 4901.0, 4873.0, 4912.0, 4895.0, 4951.0, 4914.0, 4892.0, 4850.0, 4874.0, 4886.0, 4873.0, 4877.0, 4951.0, 4933.0, 4942.0, 4943.0, 4925.0, 4963.0, 4925.0, 4943.0, 4900.0, 4912.0, 4938.0, 4899.0, 4917.0, 4897.0, 4928.0, 4907.0, 4926.0, 4909.0, 4898.0, 4910.0, 4903.0, 4933.0, 4912.0, 4933.0, 4930.0, 4921.0, 4938.0, 4907.0, 4915.0, 4892.0, 4902.0, 4881.0, 4890.0, 4871.0, 4890.0, 4884.0, 4904.0, 4888.0, 4899.0, 4866.0, 4896.0, 4874.0, 4885.0, 4901.0, 4894.0, 4891.0, 4873.0, 4921.0, 4884.0, 4922.0, 4905.0, 4913.0, 4894.0, 4912.0, 4895.0, 4932.0, 4905.0, 4917.0, 4939.0, 4909.0, 4939.0, 4912.0, 4921.0, 4887.0, 4890.0, 4927.0, 4899.0, 4927.0, 4914.0, 4955.0, 4923.0, 4931.0, 4912.0, 4942.0, 4913.0, 4941.0, 4924.0, 4942.0, 4932.0, 4920.0, 4940.0, 4923.0, 4930.0, 4945.0, 4964.0, 4919.0, 4916.0, 4907.0, 4928.0, 4897.0, 4914.0, 4894.0, 4894.0, 4875.0, 4895.0, 4874.0, 4906.0, 4882.0, 4893.0, 4881.0, 4890.0, 4911.0, 4882.0, 4913.0, 4892.0, 4901.0, 4893.0, 4900.0, 4882.0, 4923.0, 4902.0, 4874.0, 4892.0, 4887.0, 4917.0, 4900.0, 4929.0, 4899.0, 4928.0, 4908.0, 4936.0, 4917.0, 4925.0, 4910.0, 4929.0, 4924.0, 4942.0, 4934.0, 4954.0, 4933.0, 4913.0, 4931.0, 4913.0, 4939.0, 4925.0, 4952.0, 4924.0, 4954.0, 4989.0, 4975.0, 4937.0, 4919.0, 4935.0, 4917.0, 4935.0, 4934.0, 4895.0, 4934.0, 4908.0, 4946.0, 4926.0], 'WindowWidth': [10776.0, 10681.0, 10687.0, 10615.0, 10655.0, 10605.0, 10639.0, 10686.0, 10632.0, 10658.0, 10602.0, 10635.0, 10584.0, 10634.0, 10568.0, 10582.0, 10525.0, 10609.0, 10596.0, 10627.0, 10649.0, 10623.0, 10666.0, 10645.0, 10670.0, 10649.0, 10672.0, 10598.0, 10591.0, 10640.0, 10594.0, 10624.0, 10582.0, 10626.0, 10594.0, 10612.0, 10547.0, 10593.0, 10537.0, 10569.0, 10548.0, 10583.0, 10589.0, 10583.0, 10629.0, 10587.0, 10594.0, 10568.0, 10541.0, 10573.0, 10588.0, 10537.0, 10590.0, 10528.0, 10627.0, 10590.0, 10591.0, 10616.0, 10573.0, 10556.0, 10493.0, 10482.0, 10541.0, 10523.0, 10599.0, 10558.0, 10615.0, 10652.0, 10616.0, 10638.0, 10592.0, 10574.0, 10549.0, 10559.0, 10562.0, 10516.0, 10567.0, 10530.0, 10589.0, 10617.0, 10612.0, 10624.0, 10573.0, 10600.0, 10568.0, 10578.0, 10537.0, 10524.0, 10596.0, 10559.0, 10572.0, 10563.0, 10560.0, 10583.0, 10534.0, 10562.0, 10535.0, 10520.0, 10565.0, 10497.0, 10528.0, 10471.0, 10507.0, 10482.0, 10507.0, 10490.0, 10532.0, 10506.0, 10564.0, 10546.0, 10590.0, 10593.0, 10578.0, 10606.0, 10586.0, 10540.0, 10567.0, 10568.0, 10643.0, 10607.0, 10629.0, 10608.0, 10623.0, 10586.0, 10588.0, 10559.0, 10602.0, 10557.0, 10603.0, 10557.0, 10604.0, 10554.0, 10601.0, 10568.0, 10602.0, 10550.0, 10589.0, 10586.0, 10614.0, 10585.0, 10600.0, 10573.0, 10606.0, 10537.0, 10554.0, 10596.0, 10552.0, 10593.0, 10538.0, 10585.0, 10550.0, 10578.0, 10597.0, 10540.0, 10585.0, 10532.0, 10569.0, 10531.0, 10569.0, 10535.0, 10574.0, 10555.0, 10613.0, 10574.0, 10612.0, 10569.0, 10592.0, 10553.0, 10568.0, 10545.0, 10575.0, 10529.0, 10570.0, 10628.0, 10583.0, 10611.0, 10584.0, 10592.0, 10557.0, 10587.0, 10554.0, 10593.0, 10574.0, 10632.0, 10609.0, 10618.0, 10624.0, 10776.0, 10719.0, 10674.0, 10602.0, 10614.0, 10620.0, 10614.0, 10610.0, 10555.0, 10586.0, 10583.0, 10632.0, 10667.0, 10676.0, 10687.0, 10621.0, 10753.0, 10699.0, 10691.0, 10717.0, 10632.0, 10672.0, 10615.0, 10645.0, 10602.0, 10621.0, 10576.0, 10622.0, 10615.0, 10613.0, 10651.0, 10633.0, 10632.0, 10641.0, 10671.0, 10653.0, 10632.0, 10582.0, 10605.0, 10535.0, 10560.0, 10548.0, 10518.0, 10512.0, 10547.0, 10546.0, 10546.0, 10546.0, 10566.0, 10574.0, 10554.0, 10574.0, 10561.0, 10598.0, 10624.0, 10591.0, 10600.0, 10545.0, 10564.0, 10544.0, 10546.0, 10589.0, 10544.0, 10580.0, 10544.0, 10608.0, 10568.0, 10616.0, 10577.0, 10619.0, 10591.0, 10632.0, 10589.0, 10537.0, 10513.0, 10576.0, 10518.0, 10682.0, 10666.0, 10697.0, 10694.0, 10781.0, 10729.0, 10764.0, 10727.0, 10693.0, 10726.0, 10702.0, 10734.0, 10721.0, 10795.0, 10792.0, 10797.0, 10744.0, 10736.0, 10694.0, 10646.0, 10709.0, 10678.0, 10677.0, 10714.0, 10712.0, 10744.0, 10732.0, 10717.0, 10731.0, 10703.0, 10716.0, 10673.0, 10706.0, 10662.0, 10687.0, 10637.0, 10652.0, 10602.0, 10632.0, 10600.0, 10657.0, 10639.0, 10829.0, 10832.0, 10850.0, 10771.0, 10696.0, 10663.0, 10598.0, 10645.0, 10625.0, 10706.0, 10690.0, 10689.0, 10659.0, 10634.0, 10676.0, 10621.0, 10681.0, 10684.0, 10643.0, 10684.0, 10659.0, 10688.0, 10656.0, 10623.0, 10657.0, 10569.0, 10635.0, 10607.0, 10698.0, 10676.0, 10652.0, 10576.0, 10581.0, 10693.0, 10697.0, 10734.0, 10720.0, 10728.0, 10768.0, 10702.0, 10753.0, 10714.0, 10708.0, 10723.0, 10688.0, 10738.0, 10700.0, 10716.0, 10681.0, 10717.0, 10669.0, 10719.0, 10725.0, 10651.0, 10677.0, 10664.0, 10724.0, 10694.0, 10691.0, 10675.0, 10637.0, 10694.0, 10662.0, 10705.0, 10729.0, 10738.0, 10641.0, 10657.0, 10655.0, 10667.0, 10660.0, 10652.0, 10697.0, 10665.0, 10691.0, 10729.0, 10689.0, 10678.0, 10771.0, 10715.0, 10771.0, 10723.0, 10740.0, 10706.0, 10721.0, 10714.0, 10736.0, 10687.0, 10810.0, 10750.0, 10713.0, 10695.0, 10693.0, 10725.0, 10716.0, 10658.0, 10694.0, 10682.0, 10697.0, 10744.0, 10715.0, 10762.0, 10717.0, 10757.0, 10713.0, 10737.0, 10695.0, 10752.0, 10692.0, 10732.0, 10696.0, 10714.0, 10688.0, 10727.0, 10687.0, 10711.0, 10688.0, 10700.0, 10669.0, 10706.0, 10686.0, 10710.0, 10685.0, 10706.0, 10667.0, 10690.0, 10669.0, 10708.0, 10682.0, 10700.0, 10671.0, 10690.0, 10670.0, 10711.0, 10683.0, 10712.0, 10667.0, 10696.0, 10649.0, 10697.0, 10671.0, 10698.0, 10709.0, 10699.0, 10691.0, 10684.0, 10710.0, 10695.0, 10731.0, 10707.0, 10696.0, 10711.0, 10728.0, 10726.0, 10720.0, 10754.0, 10683.0, 10711.0, 10689.0, 10730.0, 10708.0, 10751.0, 10708.0, 10746.0, 10694.0, 10735.0, 10691.0, 10740.0, 10699.0, 10719.0, 10732.0, 10682.0, 10713.0, 10664.0, 10693.0, 10648.0, 10699.0, 10664.0, 10669.0, 10732.0, 10692.0, 10683.0, 10692.0, 10730.0, 10694.0, 10735.0, 10691.0, 10727.0, 10659.0, 10735.0, 10714.0, 10687.0, 10734.0, 10668.0, 10697.0, 10647.0, 10665.0, 10707.0, 10664.0, 10687.0, 10645.0, 10670.0, 10627.0, 10675.0, 10637.0, 10692.0, 10708.0, 10850.0, 10694.0, 10703.0, 10617.0, 10613.0, 10629.0, 10698.0, 10691.0, 10727.0, 10708.0, 10716.0, 10675.0, 10715.0, 10676.0, 10733.0, 10677.0, 10739.0, 10715.0, 10786.0, 10729.0, 10767.0, 10685.0, 10744.0, 10715.0, 10753.0, 10780.0, 10737.0, 10762.0, 10733.0, 10759.0, 10703.0, 10762.0, 10700.0, 10727.0, 10679.0, 10730.0, 10742.0, 10711.0, 10758.0, 10712.0, 10742.0, 10692.0, 10738.0, 10713.0, 10754.0, 10735.0, 10763.0, 10723.0, 10758.0, 10695.0, 10735.0, 10696.0, 10787.0, 10698.0, 10734.0, 10673.0, 10725.0, 10714.0, 10812.0, 10743.0, 10773.0, 10720.0, 10750.0, 10725.0, 10713.0, 10616.0, 10724.0, 10725.0, 10776.0, 10810.0, 10760.0, 10753.0, 10775.0, 10755.0, 10760.0, 10770.0, 10706.0, 10685.0, 10720.0, 10672.0, 10716.0, 10692.0, 10807.0, 10759.0, 10777.0, 10733.0, 10747.0, 10756.0, 10818.0, 10791.0, 10712.0, 10752.0, 10712.0, 10781.0, 10755.0, 10761.0, 10737.0, 10711.0, 10761.0, 10748.0, 10783.0, 10731.0, 10780.0, 10737.0, 10748.0, 10714.0, 10746.0, 10703.0, 10744.0, 10696.0, 10720.0, 10672.0, 10694.0, 10673.0, 10668.0, 10675.0, 10722.0, 10669.0, 10696.0, 10661.0, 10675.0, 10633.0, 10658.0, 10629.0, 10672.0, 10650.0, 10673.0, 10652.0, 10661.0, 10662.0, 10686.0, 10683.0, 10739.0, 10693.0, 10743.0, 10731.0, 10785.0, 10814.0, 10785.0, 10705.0, 10699.0, 10722.0, 10801.0, 10783.0, 10697.0, 10759.0, 10723.0, 10741.0, 10809.0, 10767.0, 10745.0, 10761.0, 10729.0, 10735.0, 10745.0, 10708.0, 10760.0, 10752.0, 10786.0, 10777.0, 10737.0, 10765.0, 10716.0, 10713.0, 10697.0, 10728.0, 10653.0, 10630.0, 10634.0, 10630.0, 10661.0, 10640.0, 10669.0, 10683.0, 10718.0, 10698.0, 10686.0, 10723.0, 10701.0, 10726.0, 10696.0, 10710.0, 10664.0, 10720.0, 10662.0, 10707.0, 10677.0, 10686.0, 10680.0, 10735.0, 10692.0, 10768.0, 10731.0, 10676.0, 10595.0, 10597.0, 10596.0, 10647.0, 10612.0, 10546.0, 10606.0, 10566.0, 10583.0, 10602.0, 10644.0, 10636.0, 10608.0, 10653.0, 10625.0, 10679.0, 10622.0, 10641.0, 10603.0, 10617.0, 10584.0, 10598.0, 10588.0, 10579.0, 10600.0, 10582.0, 10608.0, 10589.0, 10614.0, 10605.0, 10632.0, 10613.0, 10638.0, 10613.0, 10642.0, 10598.0, 10647.0, 10627.0, 10628.0, 10673.0, 10628.0, 10657.0, 10600.0, 10653.0, 10646.0, 10671.0, 10703.0, 10685.0, 10652.0, 10696.0, 10669.0, 10696.0, 10709.0, 10769.0, 10744.0, 10759.0, 10735.0, 10754.0, 10733.0, 10745.0, 10676.0, 10728.0, 10699.0, 10684.0, 10710.0, 10661.0, 10689.0, 10629.0, 10681.0, 10670.0, 10625.0, 10687.0, 10637.0, 10644.0, 10614.0, 10626.0, 10605.0, 10654.0, 10589.0, 10621.0, 10647.0, 10648.0, 10665.0, 10624.0, 10600.0, 10624.0, 10611.0, 10646.0, 10671.0, 10616.0, 10634.0, 10585.0, 10620.0, 10660.0, 10618.0, 10643.0, 10602.0, 10636.0, 10637.0, 10623.0, 10677.0, 10622.0, 10647.0, 10607.0, 10658.0, 10623.0, 10660.0, 10686.0, 10682.0, 10668.0, 10705.0, 10698.0, 10724.0, 10753.0, 10730.0, 10762.0, 10759.0, 10776.0, 10740.0, 10723.0, 10711.0, 10731.0, 10689.0, 10717.0, 10747.0, 10886.0, 10819.0, 10792.0, 10657.0, 10620.0, 10567.0, 10669.0, 10651.0, 10731.0, 10696.0, 10739.0, 10677.0, 10739.0, 10720.0, 10713.0, 10721.0, 10696.0, 10737.0, 10691.0, 10734.0, 10694.0, 10713.0, 10675.0, 10700.0, 10656.0, 10707.0, 10699.0, 10667.0, 10699.0, 10646.0, 10679.0, 10621.0, 10685.0, 10714.0, 10622.0, 10637.0, 10613.0, 10619.0, 10609.0, 10645.0, 10604.0, 10666.0, 10639.0, 10706.0, 10675.0, 10717.0, 10678.0, 10720.0, 10659.0, 10726.0, 10680.0, 10686.0, 10716.0, 10667.0, 10693.0, 10633.0, 10683.0, 10633.0, 10677.0, 10696.0, 10650.0, 10691.0, 10653.0, 10695.0, 10658.0, 10696.0, 10659.0, 10702.0, 10642.0, 10717.0, 10670.0, 10704.0, 10669.0, 10705.0, 10731.0, 10694.0, 10713.0, 10675.0, 10705.0, 10638.0, 10686.0, 10710.0, 10665.0, 10693.0, 10640.0, 10695.0, 10641.0, 10703.0, 10658.0, 10703.0, 10648.0, 10713.0, 10731.0, 10677.0, 10718.0, 10672.0, 10703.0, 10639.0, 10705.0, 10655.0, 10702.0, 10659.0, 10711.0, 10682.0, 10693.0, 10743.0, 10692.0, 10720.0, 10658.0, 10704.0, 10644.0, 10706.0, 10659.0, 10701.0, 10642.0, 10692.0, 10714.0, 10695.0, 10742.0, 10705.0, 10726.0, 10688.0, 10717.0, 10664.0, 10719.0, 10682.0, 10706.0, 10746.0, 10833.0, 10771.0, 10757.0, 10680.0, 10670.0, 10686.0, 10742.0, 10684.0, 10702.0, 10664.0, 10701.0, 10624.0, 10674.0, 10656.0, 10680.0, 10656.0, 10696.0, 10660.0, 10701.0, 10661.0, 10700.0, 10662.0, 10703.0, 10664.0, 10702.0, 10662.0, 10698.0, 10653.0, 10679.0, 10641.0, 10680.0, 10636.0, 10679.0, 10602.0, 10660.0, 10619.0, 10678.0, 10625.0, 10679.0, 10625.0, 10682.0, 10653.0, 10700.0, 10639.0, 10701.0, 10652.0, 10690.0, 10708.0, 10669.0, 10698.0, 10653.0, 10679.0, 10636.0, 10677.0, 10628.0, 10660.0, 10600.0, 10664.0, 10668.0, 10651.0, 10691.0, 10648.0, 10660.0, 10636.0, 10674.0, 10655.0, 10695.0, 10662.0, 10682.0, 10678.0, 10702.0, 10683.0, 10724.0, 10692.0, 10707.0, 10662.0, 10706.0, 10644.0, 10690.0, 10654.0, 10686.0, 10638.0, 10673.0, 10700.0, 10652.0, 10698.0, 10665.0, 10664.0, 10617.0, 10662.0, 10619.0, 10681.0, 10639.0, 10688.0, 10690.0, 10659.0, 10701.0, 10656.0, 10698.0, 10655.0, 10687.0, 10636.0, 10674.0, 10690.0, 10655.0, 10679.0, 10638.0, 10678.0, 10637.0, 10679.0, 10684.0, 10761.0, 10714.0, 10711.0, 10675.0, 10697.0, 10662.0, 10695.0, 10686.0, 10720.0, 10684.0, 10702.0, 10665.0, 10702.0, 10681.0, 10729.0, 10661.0, 10689.0, 10669.0, 10695.0, 10642.0, 10740.0, 10689.0, 10690.0, 10597.0, 10642.0, 10619.0, 10664.0, 10700.0, 10739.0, 10666.0, 10671.0, 10635.0, 10680.0, 10655.0, 10707.0, 10695.0, 10767.0, 10669.0, 10668.0, 10634.0, 10682.0, 10644.0, 10690.0, 10641.0, 10687.0, 10652.0, 10684.0, 10631.0, 10655.0, 10694.0, 10648.0, 10680.0, 10653.0, 10674.0, 10633.0, 10642.0, 10618.0, 10653.0, 10618.0, 10670.0, 10649.0, 10672.0, 10636.0, 10678.0, 10639.0, 10704.0, 10699.0, 10659.0, 10688.0, 10789.0, 10738.0, 10756.0, 10698.0, 10741.0, 10709.0, 10764.0, 10713.0, 10738.0, 10787.0, 10796.0, 10770.0, 10759.0, 10763.0, 10701.0, 10792.0, 10770.0, 10769.0, 10739.0, 10756.0, 10702.0, 10685.0, 10622.0, 10617.0, 10613.0, 10636.0, 10614.0, 10651.0, 10645.0, 10592.0, 10671.0, 10642.0, 10646.0, 10608.0, 10665.0, 10644.0, 10738.0, 10686.0, 10646.0, 10570.0, 10597.0, 10618.0, 10609.0, 10621.0, 10734.0, 10711.0, 10725.0, 10727.0, 10700.0, 10758.0, 10704.0, 10727.0, 10658.0, 10679.0, 10710.0, 10655.0, 10677.0, 10649.0, 10694.0, 10665.0, 10693.0, 10669.0, 10653.0, 10673.0, 10667.0, 10711.0, 10679.0, 10712.0, 10700.0, 10689.0, 10715.0, 10664.0, 10676.0, 10636.0, 10653.0, 10618.0, 10630.0, 10603.0, 10628.0, 10627.0, 10656.0, 10639.0, 10650.0, 10604.0, 10643.0, 10608.0, 10626.0, 10643.0, 10639.0, 10630.0, 10608.0, 10677.0, 10622.0, 10681.0, 10656.0, 10665.0, 10638.0, 10663.0, 10645.0, 10704.0, 10664.0, 10682.0, 10719.0, 10673.0, 10717.0, 10681.0, 10692.0, 10634.0, 10646.0, 10693.0, 10658.0, 10695.0, 10688.0, 10749.0, 10698.0, 10705.0, 10680.0, 10722.0, 10684.0, 10719.0, 10699.0, 10723.0, 10710.0, 10689.0, 10717.0, 10692.0, 10701.0, 10732.0, 10768.0, 10682.0, 10675.0, 10661.0, 10699.0, 10649.0, 10669.0, 10639.0, 10641.0, 10613.0, 10644.0, 10611.0, 10657.0, 10620.0, 10638.0, 10616.0, 10631.0, 10658.0, 10618.0, 10663.0, 10632.0, 10644.0, 10637.0, 10644.0, 10622.0, 10681.0, 10649.0, 10610.0, 10633.0, 10635.0, 10677.0, 10658.0, 10699.0, 10653.0, 10697.0, 10667.0, 10704.0, 10676.0, 10686.0, 10673.0, 10698.0, 10695.0, 10721.0, 10711.0, 10737.0, 10709.0, 10677.0, 10701.0, 10680.0, 10712.0, 10698.0, 10736.0, 10695.0, 10742.0, 10815.0, 10788.0, 10720.0, 10698.0, 10714.0, 10690.0, 10712.0, 10708.0, 10655.0, 10707.0, 10678.0, 10730.0, 10701.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.0026895877061469263</td></tr>
<tr><td colspan=3>aqi</td><td>0.042641043328335834</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.47077204996247</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2650495823105758</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0189073040810204</td></tr>
<tr><td colspan=3>efc</td><td>0.5136</td></tr>
<tr><td colspan=3>fber</td><td>4031.8071</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16065048113054636</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>269</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.164917541229386</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.419065198324022</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.301251672406612</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7252624804792247</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.23068144208623</td></tr>
<tr><td colspan=3>gcor</td><td>0.0367436</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0173808503895998</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039102211594581604</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.043292436945048</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>34.1713</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.8474</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>265.6434</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292322.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1249.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>471.7646</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8806</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>633.3285</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4036.0684</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84222.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1046.1709</td></tr>
<tr><td colspan=3>tsnr</td><td>30.124842459219508</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>