<?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-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-03/func/sub-0131_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>6538a7fbf224f0a3524959dec779f7e9</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>22:20:50.600000</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.999219, -0.0347268, -0.0188353, 0.0362904, 0.995257, 0.0902538]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106634</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4199, -7787, -7183, 429, -181, 86, 40, 118]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.249</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>791c0cc5-597e-4e99-aa9a-bddb08de2957||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.6808323860168457, 0.09736455976963043, -0.0421515628695488, 108.68704223632812], [0.09316956251859665, 2.6702027320861816, 0.24534070491790771, -107.09342193603516], [-0.05053359642624855, -0.24214446544647217, 2.688499689102173, -35.58037567138672], [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': ['222050.600000', '222051.060000', '222051.520000', '222051.980000', '222052.440000', '222052.900000', '222053.360000', '222053.820000', '222054.280000', '222054.740000', '222055.200000', '222055.660000', '222056.120000', '222056.580000', '222057.040000', '222057.500000', '222057.960000', '222058.420000', '222058.880000', '222059.340000', '222059.800000', '222100.260000', '222100.720000', '222101.180000', '222101.640000', '222102.100000', '222102.560000', '222103.020000', '222103.480000', '222103.940000', '222104.400000', '222104.860000', '222105.320000', '222105.780000', '222106.240000', '222106.700000', '222107.160000', '222107.620000', '222108.080000', '222108.540000', '222109.000000', '222109.460000', '222109.920000', '222110.380000', '222110.840000', '222111.300000', '222111.760000', '222112.220000', '222112.680000', '222113.140000', '222113.600000', '222114.060000', '222114.520000', '222114.980000', '222115.440000', '222115.900000', '222116.360000', '222116.820000', '222117.280000', '222117.740000', '222118.200000', '222118.660000', '222119.120000', '222119.580000', '222120.040000', '222120.500000', '222120.960000', '222121.420000', '222121.880000', '222122.340000', '222122.800000', '222123.260000', '222123.720000', '222124.180000', '222124.640000', '222125.100000', '222125.560000', '222126.020000', '222126.480000', '222126.940000', '222127.400000', '222127.860000', '222128.320000', '222128.780000', '222129.240000', '222129.700000', '222130.160000', '222130.620000', '222131.080000', '222131.540000', '222132.000000', '222132.460000', '222132.920000', '222133.380000', '222133.840000', '222134.300000', '222134.760000', '222135.220000', '222135.680000', '222136.140000', '222136.600000', '222137.060000', '222137.520000', '222137.980000', '222138.440000', '222138.900000', '222139.360000', '222139.820000', '222140.280000', '222140.740000', '222141.200000', '222141.660000', '222142.120000', '222142.580000', '222143.040000', '222143.500000', '222143.960000', '222144.420000', '222144.880000', '222145.340000', '222145.800000', '222146.260000', '222146.720000', '222147.180000', '222147.640000', '222148.100000', '222148.560000', '222149.020000', '222149.480000', '222149.940000', '222150.400000', '222150.860000', '222151.320000', '222151.780000', '222152.240000', '222152.700000', '222153.160000', '222153.620000', '222154.080000', '222154.540000', '222155.000000', '222155.460000', '222155.920000', '222156.380000', '222156.840000', '222157.300000', '222157.760000', '222158.220000', '222158.680000', '222159.140000', '222159.600000', '222200.060000', '222200.520000', '222200.980000', '222201.440000', '222201.900000', '222202.360000', '222202.820000', '222203.280000', '222203.740000', '222204.200000', '222204.660000', '222205.120000', '222205.580000', '222206.040000', '222206.500000', '222206.960000', '222207.420000', '222207.880000', '222208.340000', '222208.800000', '222209.260000', '222209.720000', '222210.180000', '222210.640000', '222211.100000', '222211.560000', '222212.020000', '222212.480000', '222212.940000', '222213.400000', '222213.860000', '222214.320000', '222214.780000', '222215.240000', '222215.700000', '222216.160000', '222216.620000', '222217.080000', '222217.540000', '222218.000000', '222218.460000', '222218.920000', '222219.380000', '222219.840000', '222220.300000', '222220.760000', '222221.220000', '222221.680000', '222222.140000', '222222.600000', '222223.060000', '222223.520000', '222223.980000', '222224.440000', '222224.900000', '222225.360000', '222225.820000', '222226.280000', '222226.740000', '222227.200000', '222227.660000', '222228.120000', '222228.580000', '222229.040000', '222229.500000', '222229.960000', '222230.420000', '222230.880000', '222231.340000', '222231.800000', '222232.260000', '222232.720000', '222233.180000', '222233.640000', '222234.100000', '222234.560000', '222235.020000', '222235.480000', '222235.940000', '222236.400000', '222236.860000', '222237.320000', '222237.780000', '222238.240000', '222238.700000', '222239.160000', '222239.620000', '222240.080000', '222240.540000', '222241.000000', '222241.460000', '222241.920000', '222242.380000', '222242.840000', '222243.300000', '222243.760000', '222244.220000', '222244.680000', '222245.140000', '222245.600000', '222246.060000', '222246.520000', '222246.980000', '222247.440000', '222247.900000', '222248.360000', '222248.820000', '222249.280000', '222249.740000', '222250.200000', '222250.660000', '222251.120000', '222251.580000', '222252.040000', '222252.500000', '222252.960000', '222253.420000', '222253.880000', '222254.340000', '222254.800000', '222255.260000', '222255.720000', '222256.180000', '222256.640000', '222257.100000', '222257.560000', '222258.020000', '222258.480000', '222258.940000', '222259.400000', '222259.860000', '222300.320000', '222300.780000', '222301.240000', '222301.700000', '222302.160000', '222302.620000', '222303.080000', '222303.540000', '222304.000000', '222304.460000', '222304.920000', '222305.380000', '222305.840000', '222306.300000', '222306.760000', '222307.220000', '222307.680000', '222308.140000', '222308.600000', '222309.060000', '222309.520000', '222309.980000', '222310.440000', '222310.900000', '222311.360000', '222311.820000', '222312.280000', '222312.740000', '222313.200000', '222313.660000', '222314.120000', '222314.580000', '222315.040000', '222315.500000', '222315.960000', '222316.420000', '222316.880000', '222317.340000', '222317.800000', '222318.260000', '222318.720000', '222319.180000', '222319.640000', '222320.100000', '222320.560000', '222321.020000', '222321.480000', '222321.940000', '222322.400000', '222322.860000', '222323.320000', '222323.780000', '222324.240000', '222324.700000', '222325.160000', '222325.620000', '222326.080000', '222326.540000', '222327.000000', '222327.460000', '222327.920000', '222328.380000', '222328.840000', '222329.300000', '222329.760000', '222330.220000', '222330.680000', '222331.140000', '222331.600000', '222332.060000', '222332.520000', '222332.980000', '222333.440000', '222333.900000', '222334.360000', '222334.820000', '222335.280000', '222335.740000', '222336.200000', '222336.660000', '222337.120000', '222337.580000', '222338.040000', '222338.500000', '222338.960000', '222339.420000', '222339.880000', '222340.340000', '222340.800000', '222341.260000', '222341.720000', '222342.180000', '222342.640000', '222343.100000', '222343.560000', '222344.020000', '222344.480000', '222344.940000', '222345.400000', '222345.860000', '222346.320000', '222346.780000', '222347.240000', '222347.700000', '222348.160000', '222348.620000', '222349.080000', '222349.540000', '222350.000000', '222350.460000', '222350.920000', '222351.380000', '222351.840000', '222352.300000', '222352.760000', '222353.220000', '222353.680000', '222354.140000', '222354.600000', '222355.060000', '222355.520000', '222355.980000', '222356.440000', '222356.900000', '222357.360000', '222357.820000', '222358.280000', '222358.740000', '222359.200000', '222359.660000', '222400.120000', '222400.580000', '222401.040000', '222401.500000', '222401.960000', '222402.420000', '222402.880000', '222403.340000', '222403.800000', '222404.260000', '222404.720000', '222405.180000', '222405.640000', '222406.100000', '222406.560000', '222407.020000', '222407.480000', '222407.940000', '222408.400000', '222408.860000', '222409.320000', '222409.780000', '222410.240000', '222410.700000', '222411.160000', '222411.620000', '222412.080000', '222412.540000', '222413.000000', '222413.460000', '222413.920000', '222414.380000', '222414.840000', '222415.300000', '222415.760000', '222416.220000', '222416.680000', '222417.140000', '222417.600000', '222418.060000', '222418.520000', '222418.980000', '222419.440000', '222419.900000', '222420.360000', '222420.820000', '222421.280000', '222421.740000', '222422.200000', '222422.660000', '222423.120000', '222423.580000', '222424.040000', '222424.500000', '222424.960000', '222425.420000', '222425.880000', '222426.340000', '222426.800000', '222427.260000', '222427.720000', '222428.180000', '222428.640000', '222429.100000', '222429.560000', '222430.020000', '222430.480000', '222430.940000', '222431.400000', '222431.860000', '222432.320000', '222432.780000', '222433.240000', '222433.700000', '222434.160000', '222434.620000', '222435.080000', '222435.540000', '222436.000000', '222436.460000', '222436.920000', '222437.380000', '222437.840000', '222438.300000', '222438.760000', '222439.220000', '222439.680000', '222440.140000', '222440.600000', '222441.060000', '222441.520000', '222441.980000', '222442.440000', '222442.900000', '222443.360000', '222443.820000', '222444.280000', '222444.740000', '222445.200000', '222445.660000', '222446.120000', '222446.580000', '222447.040000', '222447.500000', '222447.960000', '222448.420000', '222448.880000', '222449.340000', '222449.800000', '222450.260000', '222450.720000', '222451.180000', '222451.640000', '222452.100000', '222452.560000', '222453.020000', '222453.480000', '222453.940000', '222454.400000', '222454.860000', '222455.320000', '222455.780000', '222456.240000', '222456.700000', '222457.160000', '222457.620000', '222458.080000', '222458.540000', '222459.000000', '222459.460000', '222459.920000', '222500.380000', '222500.840000', '222501.300000', '222501.760000', '222502.220000', '222502.680000', '222503.140000', '222503.600000', '222504.060000', '222504.520000', '222504.980000', '222505.440000', '222505.900000', '222506.360000', '222506.820000', '222507.280000', '222507.740000', '222508.200000', '222508.660000', '222509.120000', '222509.580000', '222510.040000', '222510.500000', '222510.960000', '222511.420000', '222511.880000', '222512.340000', '222512.800000', '222513.260000', '222513.720000', '222514.180000', '222514.640000', '222515.100000', '222515.560000', '222516.020000', '222516.480000', '222516.940000', '222517.400000', '222517.860000', '222518.320000', '222518.780000', '222519.240000', '222519.700000', '222520.160000', '222520.620000', '222521.080000', '222521.540000', '222522.000000', '222522.460000', '222522.920000', '222523.380000', '222523.840000', '222524.300000', '222524.760000', '222525.220000', '222525.680000', '222526.140000', '222526.600000', '222527.060000', '222527.520000', '222527.980000', '222528.440000', '222528.900000', '222529.360000', '222529.820000', '222530.280000', '222530.740000', '222531.200000', '222531.660000', '222532.120000', '222532.580000', '222533.040000', '222533.500000', '222533.960000', '222534.420000', '222534.880000', '222535.340000', '222535.800000', '222536.260000', '222536.720000', '222537.180000', '222537.640000', '222538.100000', '222538.560000', '222539.020000', '222539.480000', '222539.940000', '222540.400000', '222540.860000', '222541.320000', '222541.780000', '222542.240000', '222542.700000', '222543.160000', '222543.620000', '222544.080000', '222544.540000', '222545.000000', '222545.460000', '222545.920000', '222546.380000', '222546.840000', '222547.300000', '222547.760000', '222548.220000', '222548.680000', '222549.140000', '222549.600000', '222550.060000', '222550.520000', '222550.980000', '222551.440000', '222551.900000', '222552.360000', '222552.820000', '222553.280000', '222553.740000', '222554.200000', '222554.660000', '222555.120000', '222555.580000', '222556.040000', '222556.500000', '222556.960000', '222557.420000', '222557.880000', '222558.340000', '222558.800000', '222559.260000', '222559.720000', '222600.180000', '222600.640000', '222601.100000', '222601.560000', '222602.020000', '222602.480000', '222602.940000', '222603.400000', '222603.860000', '222604.320000', '222604.780000', '222605.240000', '222605.700000', '222606.160000', '222606.620000', '222607.080000', '222607.540000', '222608.000000', '222608.460000', '222608.920000', '222609.380000', '222609.840000', '222610.300000', '222610.760000', '222611.220000', '222611.680000', '222612.140000', '222612.600000', '222613.060000', '222613.520000', '222613.980000', '222614.440000', '222614.900000', '222615.360000', '222615.820000', '222616.280000', '222616.740000', '222617.200000', '222617.660000', '222618.120000', '222618.580000', '222619.040000', '222619.500000', '222619.960000', '222620.420000', '222620.880000', '222621.340000', '222621.800000', '222622.260000', '222622.720000', '222623.180000', '222623.640000', '222624.100000', '222624.560000', '222625.020000', '222625.480000', '222625.940000', '222626.400000', '222626.860000', '222627.320000', '222627.780000', '222628.240000', '222628.700000', '222629.160000', '222629.620000', '222630.080000', '222630.540000', '222631.000000', '222631.460000', '222631.920000', '222632.380000', '222632.840000', '222633.300000', '222633.760000', '222634.220000', '222634.680000', '222635.140000', '222635.600000', '222636.060000', '222636.520000', '222636.980000', '222637.440000', '222637.900000', '222638.360000', '222638.820000', '222639.280000', '222639.740000', '222640.200000', '222640.660000', '222641.120000', '222641.580000', '222642.040000', '222642.500000', '222642.960000', '222643.420000', '222643.880000', '222644.340000', '222644.800000', '222645.260000', '222645.720000', '222646.180000', '222646.640000', '222647.100000', '222647.560000', '222648.020000', '222648.480000', '222648.940000', '222649.400000', '222649.860000', '222650.320000', '222650.780000', '222651.240000', '222651.700000', '222652.160000', '222652.620000', '222653.080000', '222653.540000', '222654.000000', '222654.460000', '222654.920000', '222655.380000', '222655.840000', '222656.300000', '222656.760000', '222657.220000', '222657.680000', '222658.140000', '222658.600000', '222659.060000', '222659.520000', '222659.980000', '222700.440000', '222700.900000', '222701.360000', '222701.820000', '222702.280000', '222702.740000', '222703.200000', '222703.660000', '222704.120000', '222704.580000', '222705.040000', '222705.500000', '222705.960000', '222706.420000', '222706.880000', '222707.340000', '222707.800000', '222708.260000', '222708.720000', '222709.180000', '222709.640000', '222710.100000', '222710.560000', '222711.020000', '222711.480000', '222711.940000', '222712.400000', '222712.860000', '222713.320000', '222713.780000', '222714.240000', '222714.700000', '222715.160000', '222715.620000', '222716.080000', '222716.540000', '222717.000000', '222717.460000', '222717.920000', '222718.380000', '222718.840000', '222719.300000', '222719.760000', '222720.220000', '222720.680000', '222721.140000', '222721.600000', '222722.060000', '222722.520000', '222722.980000', '222723.440000', '222723.900000', '222724.360000', '222724.820000', '222725.280000', '222725.740000', '222726.200000', '222726.660000', '222727.120000', '222727.580000', '222728.040000', '222728.500000', '222728.960000', '222729.420000', '222729.880000', '222730.340000', '222730.800000', '222731.260000', '222731.720000', '222732.180000', '222732.640000', '222733.100000', '222733.560000', '222734.020000', '222734.480000', '222734.940000', '222735.400000', '222735.860000', '222736.320000', '222736.780000', '222737.240000', '222737.700000', '222738.160000', '222738.620000', '222739.080000', '222739.540000', '222740.000000', '222740.460000', '222740.920000', '222741.380000', '222741.840000', '222742.300000', '222742.760000', '222743.220000', '222743.680000', '222744.140000', '222744.600000', '222745.060000', '222745.520000', '222745.980000', '222746.440000', '222746.900000', '222747.360000', '222747.820000', '222748.280000', '222748.740000', '222749.200000', '222749.660000', '222750.120000', '222750.580000', '222751.040000', '222751.500000', '222751.960000', '222752.420000', '222752.880000', '222753.340000', '222753.800000', '222754.260000', '222754.720000', '222755.180000', '222755.640000', '222756.100000', '222756.560000', '222757.020000', '222757.480000', '222757.940000', '222758.400000', '222758.860000', '222759.320000', '222759.780000', '222800.240000', '222800.700000', '222801.160000', '222801.620000', '222802.080000', '222802.540000', '222803.000000', '222803.460000', '222803.920000', '222804.380000', '222804.840000', '222805.300000', '222805.760000', '222806.220000', '222806.680000', '222807.140000', '222807.600000', '222808.060000', '222808.520000', '222808.980000', '222809.440000', '222809.900000', '222810.360000', '222810.820000', '222811.280000', '222811.740000', '222812.200000', '222812.660000', '222813.120000', '222813.580000', '222814.040000', '222814.500000', '222814.960000', '222815.420000', '222815.880000', '222816.340000', '222816.800000', '222817.260000', '222817.720000', '222818.180000', '222818.640000', '222819.100000', '222819.560000', '222820.020000', '222820.480000', '222820.940000', '222821.400000', '222821.860000', '222822.320000', '222822.780000', '222823.240000', '222823.700000', '222824.160000', '222824.620000', '222825.080000', '222825.540000', '222826.000000', '222826.460000', '222826.920000', '222827.380000', '222827.840000', '222828.300000', '222828.760000', '222829.220000', '222829.680000', '222830.140000', '222830.600000', '222831.060000', '222831.520000', '222831.980000', '222832.440000', '222832.900000', '222833.360000', '222833.820000', '222834.280000', '222834.740000', '222835.200000', '222835.660000', '222836.120000', '222836.580000', '222837.040000', '222837.500000', '222837.960000', '222838.420000', '222838.880000', '222839.340000', '222839.800000', '222840.260000', '222840.720000', '222841.180000', '222841.640000', '222842.100000', '222842.560000', '222843.020000', '222843.480000', '222843.940000', '222844.400000', '222844.860000', '222845.320000', '222845.780000', '222846.240000', '222846.700000', '222847.160000', '222847.620000', '222848.080000', '222848.540000', '222849.000000', '222849.460000', '222849.920000', '222850.380000', '222850.840000', '222851.300000', '222851.760000', '222852.220000', '222852.680000', '222853.140000', '222853.600000', '222854.060000', '222854.520000', '222854.980000', '222855.440000', '222855.900000', '222856.360000', '222856.820000', '222857.280000', '222857.740000', '222858.200000', '222858.660000', '222859.120000', '222859.580000', '222900.040000', '222900.500000', '222900.960000', '222901.420000', '222901.880000', '222902.340000', '222902.800000', '222903.260000', '222903.720000', '222904.180000', '222904.640000', '222905.100000', '222905.560000', '222906.020000', '222906.480000', '222906.940000', '222907.400000', '222907.860000', '222908.320000', '222908.780000', '222909.240000', '222909.700000', '222910.160000', '222910.620000', '222911.080000', '222911.540000', '222912.000000', '222912.460000', '222912.920000', '222913.380000', '222913.840000', '222914.300000', '222914.760000', '222915.220000', '222915.680000', '222916.140000', '222916.600000', '222917.060000', '222917.520000', '222917.980000', '222918.440000', '222918.900000', '222919.360000', '222919.820000', '222920.280000', '222920.740000', '222921.200000', '222921.660000', '222922.120000', '222922.580000', '222923.040000', '222923.500000', '222923.960000', '222924.420000', '222924.880000', '222925.340000', '222925.800000', '222926.260000', '222926.720000', '222927.180000', '222927.640000', '222928.100000', '222928.560000', '222929.020000', '222929.480000', '222929.940000', '222930.400000', '222930.860000', '222931.320000', '222931.780000', '222932.240000', '222932.700000', '222933.160000', '222933.620000', '222934.080000', '222934.540000', '222935.000000', '222935.460000', '222935.920000', '222936.380000', '222936.840000', '222937.300000', '222937.760000', '222938.220000', '222938.680000', '222939.140000', '222939.600000', '222940.060000', '222940.520000', '222940.980000', '222941.440000', '222941.900000', '222942.360000', '222942.820000', '222943.280000', '222943.740000', '222944.200000', '222944.660000', '222945.120000', '222945.580000', '222946.040000', '222946.500000', '222946.960000', '222947.420000', '222947.880000', '222948.340000', '222948.800000', '222949.260000', '222949.720000', '222950.180000', '222950.640000', '222951.100000', '222951.560000', '222952.020000', '222952.480000', '222952.940000', '222953.400000', '222953.860000', '222954.320000', '222954.780000', '222955.240000', '222955.700000', '222956.160000', '222956.620000', '222957.080000', '222957.540000', '222958.000000', '222958.460000', '222958.920000', '222959.380000', '222959.840000', '223000.300000', '223000.760000', '223001.220000', '223001.680000', '223002.140000', '223002.600000', '223003.060000', '223003.520000', '223003.980000', '223004.440000', '223004.900000', '223005.360000', '223005.820000', '223006.280000', '223006.740000', '223007.200000', '223007.660000', '223008.120000', '223008.580000', '223009.040000', '223009.500000', '223009.960000', '223010.420000', '223010.880000', '223011.340000', '223011.800000', '223012.260000', '223012.720000', '223013.180000', '223013.640000', '223014.100000', '223014.560000', '223015.020000', '223015.480000', '223015.940000', '223016.400000', '223016.860000', '223017.320000', '223017.780000', '223018.240000', '223018.700000', '223019.160000', '223019.620000', '223020.080000', '223020.540000', '223021.000000', '223021.460000', '223021.920000', '223022.380000', '223022.840000', '223023.300000', '223023.760000', '223024.220000', '223024.680000', '223025.140000', '223025.600000', '223026.060000', '223026.520000', '223026.980000', '223027.440000', '223027.900000', '223028.360000', '223028.820000', '223029.280000', '223029.740000', '223030.200000', '223030.660000', '223031.120000', '223031.580000', '223032.040000', '223032.500000', '223032.960000', '223033.420000', '223033.880000', '223034.340000', '223034.800000', '223035.260000', '223035.720000', '223036.180000', '223036.640000', '223037.100000', '223037.560000', '223038.020000', '223038.480000', '223038.940000', '223039.400000', '223039.860000', '223040.320000', '223040.780000', '223041.240000', '223041.700000', '223042.160000', '223042.620000', '223043.080000', '223043.540000', '223044.000000', '223044.460000', '223044.920000', '223045.380000', '223045.840000', '223046.300000', '223046.760000', '223047.220000', '223047.680000', '223048.140000', '223048.600000', '223049.060000', '223049.520000', '223049.980000', '223050.440000', '223050.900000', '223051.360000', '223051.820000', '223052.280000', '223052.740000', '223053.200000', '223053.660000', '223054.120000', '223054.580000', '223055.040000', '223055.500000', '223055.960000', '223056.420000', '223056.880000', '223057.340000', '223057.800000', '223058.260000', '223058.720000', '223059.180000', '223059.640000', '223100.100000', '223100.560000', '223101.020000', '223101.480000', '223101.940000', '223102.400000', '223102.860000', '223103.320000', '223103.780000', '223104.240000'], 'ContentTime': ['222119.862000', '222119.866000', '222119.869000', '222119.871000', '222119.874000', '222119.877000', '222119.879000', '222119.882000', '222119.884000', '222119.887000', '222119.890000', '222119.892000', '222119.895000', '222119.901000', '222119.904000', '222119.907000', '222119.909000', '222119.912000', '222119.914000', '222119.917000', '222119.919000', '222119.922000', '222119.925000', '222119.927000', '222119.930000', '222119.932000', '222119.935000', '222119.938000', '222119.940000', '222119.943000', '222119.945000', '222119.948000', '222119.950000', '222119.953000', '222119.955000', '222119.958000', '222119.960000', '222119.963000', '222119.966000', '222119.968000', '222119.971000', '222119.973000', '222120.001000', '222120.004000', '222120.007000', '222120.009000', '222120.012000', '222120.014000', '222120.017000', '222120.019000', '222120.022000', '222120.024000', '222120.027000', '222120.030000', '222120.032000', '222120.035000', '222120.037000', '222120.040000', '222120.042000', '222120.045000', '222120.048000', '222139.819000', '222139.822000', '222139.824000', '222139.827000', '222139.829000', '222139.832000', '222139.834000', '222139.837000', '222139.840000', '222139.842000', '222139.845000', '222139.847000', '222139.850000', '222139.852000', '222139.855000', '222139.857000', '222139.860000', '222139.863000', '222139.865000', '222139.868000', '222139.870000', '222139.873000', '222139.875000', '222139.878000', '222139.880000', '222139.883000', '222139.885000', '222139.888000', '222139.891000', '222139.893000', '222139.896000', '222139.898000', '222139.901000', '222139.903000', '222139.906000', '222139.908000', '222139.911000', '222139.914000', '222139.916000', '222139.919000', '222139.921000', '222139.924000', '222139.926000', '222159.819000', '222159.821000', '222159.824000', '222159.827000', '222159.829000', '222159.832000', '222159.834000', '222159.837000', '222159.839000', '222159.842000', '222159.844000', '222159.847000', '222159.850000', '222159.852000', '222159.855000', '222159.857000', '222159.860000', '222159.863000', '222159.865000', '222159.868000', '222159.870000', '222159.873000', '222159.876000', '222159.878000', '222159.881000', '222159.883000', '222159.886000', '222159.888000', '222159.891000', '222159.894000', '222159.896000', '222159.899000', '222159.901000', '222159.904000', '222159.907000', '222159.909000', '222159.912000', '222159.914000', '222159.917000', '222159.919000', '222159.922000', '222159.925000', '222159.927000', '222159.930000', '222219.818000', '222219.821000', '222219.824000', '222219.826000', '222219.829000', '222219.832000', '222219.834000', '222219.837000', '222219.839000', '222219.842000', '222219.845000', '222219.847000', '222219.850000', '222219.852000', '222219.855000', '222219.858000', '222219.860000', '222219.863000', '222219.866000', '222219.868000', '222219.871000', '222219.873000', '222219.876000', '222219.879000', '222219.881000', '222219.884000', '222219.886000', '222219.889000', '222219.892000', '222219.894000', '222219.897000', '222219.899000', '222219.902000', '222219.905000', '222219.907000', '222219.910000', '222219.912000', '222219.915000', '222219.918000', '222219.920000', '222219.923000', '222219.925000', '222219.928000', '222239.818000', '222239.821000', '222239.824000', '222239.826000', '222239.829000', '222239.831000', '222239.834000', '222239.837000', '222239.839000', '222239.842000', '222239.844000', '222239.847000', '222239.849000', '222239.852000', '222239.855000', '222239.857000', '222239.860000', '222239.862000', '222239.865000', '222239.867000', '222239.881000', '222239.884000', '222239.886000', '222239.889000', '222239.892000', '222239.894000', '222239.897000', '222239.899000', '222239.902000', '222239.905000', '222239.907000', '222239.910000', '222239.912000', '222239.915000', '222239.917000', '222239.920000', '222239.923000', '222239.925000', '222239.928000', '222239.930000', '222239.933000', '222239.936000', '222239.938000', '222239.941000', '222259.819000', '222259.821000', '222259.824000', '222259.827000', '222259.829000', '222259.832000', '222259.834000', '222259.837000', '222259.840000', '222259.842000', '222259.845000', '222259.847000', '222259.850000', '222259.852000', '222259.855000', '222259.858000', '222259.860000', '222259.863000', '222259.865000', '222259.868000', '222259.870000', '222259.873000', '222259.876000', '222259.878000', '222259.881000', '222259.883000', '222259.886000', '222259.889000', '222259.891000', '222259.894000', '222259.896000', '222259.899000', '222259.902000', '222259.904000', '222259.907000', '222259.909000', '222259.912000', '222259.915000', '222259.917000', '222259.920000', '222259.923000', '222259.925000', '222259.928000', '222319.819000', '222319.821000', '222319.824000', '222319.827000', '222319.829000', '222319.832000', '222319.834000', '222319.837000', '222319.840000', '222319.842000', '222319.845000', '222319.847000', '222319.850000', '222319.853000', '222319.855000', '222319.858000', '222319.861000', '222319.863000', '222319.866000', '222319.868000', '222319.871000', '222319.874000', '222319.876000', '222319.879000', '222319.881000', '222319.884000', '222319.886000', '222319.889000', '222319.892000', '222319.894000', '222319.897000', '222319.899000', '222319.902000', '222319.905000', '222319.907000', '222319.910000', '222319.912000', '222319.915000', '222319.917000', '222319.920000', '222319.923000', '222319.925000', '222319.928000', '222319.930000', '222339.818000', '222339.821000', '222339.824000', '222339.826000', '222339.829000', '222339.832000', '222339.834000', '222339.837000', '222339.839000', '222339.842000', '222339.844000', '222339.847000', '222339.850000', '222339.852000', '222339.855000', '222339.857000', '222339.860000', '222339.863000', '222339.865000', '222339.868000', '222339.870000', '222339.873000', '222339.876000', '222339.878000', '222339.881000', '222339.883000', '222339.886000', '222339.888000', '222339.891000', '222339.894000', '222339.896000', '222339.899000', '222339.901000', '222339.904000', '222339.906000', '222339.909000', '222339.912000', '222339.914000', '222339.917000', '222339.919000', '222339.922000', '222339.925000', '222339.927000', '222359.818000', '222359.821000', '222359.824000', '222359.826000', '222359.829000', '222359.832000', '222359.834000', '222359.837000', '222359.839000', '222359.842000', '222359.844000', '222359.847000', '222359.850000', '222359.852000', '222359.855000', '222359.857000', '222359.860000', '222359.863000', '222359.865000', '222359.868000', '222359.870000', '222359.873000', '222359.875000', '222359.878000', '222359.881000', '222359.883000', '222359.886000', '222359.888000', '222359.891000', '222359.893000', '222359.896000', '222359.899000', '222359.901000', '222359.904000', '222359.907000', '222359.909000', '222359.912000', '222359.914000', '222359.917000', '222359.919000', '222359.922000', '222359.925000', '222359.927000', '222359.930000', '222419.819000', '222419.822000', '222419.824000', '222419.827000', '222419.829000', '222419.832000', '222419.835000', '222419.837000', '222419.840000', '222419.842000', '222419.845000', '222419.847000', '222419.850000', '222419.853000', '222419.855000', '222419.858000', '222419.874000', '222419.877000', '222419.880000', '222419.882000', '222419.885000', '222419.887000', '222419.890000', '222419.892000', '222419.895000', '222419.898000', '222419.900000', '222419.903000', '222419.905000', '222419.908000', '222419.911000', '222419.913000', '222419.916000', '222419.918000', '222419.921000', '222419.924000', '222419.926000', '222419.929000', '222419.931000', '222419.934000', '222419.937000', '222419.939000', '222419.942000', '222439.818000', '222439.821000', '222439.824000', '222439.826000', '222439.829000', '222439.832000', '222439.835000', '222439.838000', '222439.840000', '222439.843000', '222439.846000', '222439.848000', '222439.851000', '222439.853000', '222439.856000', '222439.859000', '222439.861000', '222439.864000', '222439.867000', '222439.869000', '222439.872000', '222439.874000', '222439.877000', '222439.880000', '222439.882000', '222439.885000', '222439.887000', '222439.890000', '222439.893000', '222439.895000', '222439.898000', '222439.901000', '222439.903000', '222439.906000', '222439.908000', '222439.911000', '222439.913000', '222439.916000', '222439.919000', '222439.921000', '222439.924000', '222439.926000', '222439.929000', '222439.931000', '222459.819000', '222459.821000', '222459.824000', '222459.827000', '222459.829000', '222459.832000', '222459.834000', '222459.837000', '222459.839000', '222459.842000', '222459.845000', '222459.847000', '222459.850000', '222459.852000', '222459.855000', '222459.858000', '222459.860000', '222459.863000', '222459.865000', '222459.868000', '222459.870000', '222459.873000', '222459.876000', '222459.878000', '222459.881000', '222459.883000', '222459.886000', '222459.889000', '222459.891000', '222459.894000', '222459.896000', '222459.899000', '222459.902000', '222459.904000', '222459.907000', '222459.909000', '222459.912000', '222459.914000', '222459.917000', '222459.920000', '222459.922000', '222459.925000', '222459.927000', '222519.819000', '222519.821000', '222519.824000', '222519.827000', '222519.829000', '222519.832000', '222519.834000', '222519.837000', '222519.840000', '222519.842000', '222519.845000', '222519.847000', '222519.850000', '222519.853000', '222519.856000', '222519.859000', '222519.862000', '222519.864000', '222519.867000', '222519.870000', '222519.873000', '222519.875000', '222519.878000', '222519.880000', '222519.883000', '222519.886000', '222519.888000', '222519.891000', '222519.894000', '222519.896000', '222519.899000', '222519.901000', '222519.904000', '222519.907000', '222519.909000', '222519.912000', '222519.914000', '222519.917000', '222519.919000', '222519.922000', '222519.925000', '222519.927000', '222519.930000', '222539.818000', '222539.821000', '222539.824000', '222539.826000', '222539.829000', '222539.832000', '222539.834000', '222539.837000', '222539.839000', '222539.842000', '222539.844000', '222539.847000', '222539.850000', '222539.852000', '222539.855000', '222539.857000', '222539.860000', '222539.863000', '222539.865000', '222539.868000', '222539.870000', '222539.873000', '222539.875000', '222539.878000', '222539.880000', '222539.883000', '222539.886000', '222539.888000', '222539.891000', '222539.894000', '222539.896000', '222539.899000', '222539.901000', '222539.904000', '222539.907000', '222539.909000', '222539.912000', '222539.914000', '222539.917000', '222539.920000', '222539.922000', '222539.968000', '222539.971000', '222539.973000', '222559.819000', '222559.821000', '222559.824000', '222559.827000', '222559.829000', '222559.832000', '222559.834000', '222559.837000', '222559.839000', '222559.842000', '222559.845000', '222559.847000', '222559.850000', '222559.853000', '222559.855000', '222559.858000', '222559.860000', '222559.863000', '222559.865000', '222559.868000', '222559.871000', '222559.875000', '222559.878000', '222559.881000', '222559.883000', '222559.886000', '222559.888000', '222559.891000', '222559.894000', '222559.896000', '222559.899000', '222559.901000', '222559.904000', '222559.907000', '222559.909000', '222559.912000', '222559.914000', '222559.917000', '222559.919000', '222559.922000', '222559.925000', '222559.927000', '222559.930000', '222559.932000', '222619.818000', '222619.821000', '222619.824000', '222619.826000', '222619.829000', '222619.832000', '222619.834000', '222619.837000', '222619.839000', '222619.842000', '222619.845000', '222619.847000', '222619.850000', '222619.852000', '222619.855000', '222619.881000', '222619.884000', '222619.887000', '222619.889000', '222619.892000', '222619.894000', '222619.897000', '222619.900000', '222619.902000', '222619.905000', '222619.907000', '222619.912000', '222619.915000', '222619.917000', '222619.920000', '222619.922000', '222619.925000', '222619.927000', '222619.930000', '222619.933000', '222619.935000', '222619.938000', '222619.940000', '222619.943000', '222619.946000', '222619.948000', '222619.951000', '222619.953000', '222639.819000', '222639.821000', '222639.824000', '222639.827000', '222639.829000', '222639.832000', '222639.835000', '222639.837000', '222639.840000', '222639.842000', '222639.845000', '222639.848000', '222639.850000', '222639.853000', '222639.855000', '222639.858000', '222639.860000', '222639.863000', '222639.866000', '222639.869000', '222639.872000', '222639.875000', '222639.877000', '222639.880000', '222639.883000', '222639.886000', '222639.888000', '222639.891000', '222639.893000', '222639.896000', '222639.899000', '222639.901000', '222639.904000', '222639.906000', '222639.909000', '222639.911000', '222639.914000', '222639.917000', '222639.919000', '222639.922000', '222639.924000', '222639.927000', '222639.930000', '222659.818000', '222659.821000', '222659.824000', '222659.827000', '222659.829000', '222659.832000', '222659.834000', '222659.837000', '222659.840000', '222659.842000', '222659.845000', '222659.847000', '222659.850000', '222659.853000', '222659.855000', '222659.858000', '222659.860000', '222659.863000', '222659.866000', '222659.868000', '222659.871000', '222659.873000', '222659.876000', '222659.878000', '222659.881000', '222659.884000', '222659.886000', '222659.889000', '222659.891000', '222659.894000', '222659.897000', '222659.899000', '222659.902000', '222659.904000', '222659.907000', '222659.909000', '222659.912000', '222659.915000', '222659.917000', '222659.920000', '222659.922000', '222659.925000', '222659.928000', '222659.930000', '222719.819000', '222719.821000', '222719.824000', '222719.827000', '222719.829000', '222719.832000', '222719.835000', '222719.837000', '222719.852000', '222719.854000', '222719.857000', '222719.859000', '222719.862000', '222719.864000', '222719.867000', '222719.870000', '222719.873000', '222719.876000', '222719.879000', '222719.882000', '222719.885000', '222719.887000', '222719.890000', '222719.892000', '222719.895000', '222719.898000', '222719.900000', '222719.903000', '222719.905000', '222719.908000', '222719.911000', '222719.914000', '222719.917000', '222719.920000', '222719.922000', '222719.925000', '222719.927000', '222719.930000', '222719.933000', '222719.935000', '222719.938000', '222719.940000', '222719.943000', '222739.818000', '222739.821000', '222739.824000', '222739.826000', '222739.829000', '222739.832000', '222739.834000', '222739.837000', '222739.840000', '222739.842000', '222739.845000', '222739.847000', '222739.850000', '222739.853000', '222739.855000', '222739.858000', '222739.860000', '222739.863000', '222739.866000', '222739.868000', '222739.871000', '222739.873000', '222739.876000', '222739.879000', '222739.881000', '222739.884000', '222739.887000', '222739.889000', '222739.892000', '222739.894000', '222739.897000', '222739.900000', '222739.902000', '222739.905000', '222739.907000', '222739.910000', '222739.913000', '222739.915000', '222739.918000', '222739.921000', '222739.923000', '222739.926000', '222739.928000', '222739.931000', '222759.818000', '222759.821000', '222759.824000', '222759.826000', '222759.829000', '222759.832000', '222759.834000', '222759.837000', '222759.840000', '222759.842000', '222759.845000', '222759.848000', '222759.850000', '222759.853000', '222759.855000', '222759.858000', '222759.861000', '222759.863000', '222759.866000', '222759.868000', '222759.871000', '222759.874000', '222759.876000', '222759.879000', '222759.881000', '222759.884000', '222759.887000', '222759.889000', '222759.892000', '222759.894000', '222759.897000', '222759.900000', '222759.902000', '222759.905000', '222759.908000', '222759.910000', '222759.913000', '222759.916000', '222759.919000', '222759.921000', '222759.924000', '222759.927000', '222759.929000', '222819.818000', '222819.821000', '222819.824000', '222819.826000', '222819.829000', '222819.832000', '222819.834000', '222819.837000', '222819.839000', '222819.842000', '222819.845000', '222819.847000', '222819.850000', '222819.852000', '222819.855000', '222819.858000', '222819.860000', '222819.863000', '222819.865000', '222819.868000', '222819.871000', '222819.873000', '222819.876000', '222819.878000', '222819.881000', '222819.884000', '222819.886000', '222819.889000', '222819.891000', '222819.894000', '222819.897000', '222819.899000', '222819.902000', '222819.904000', '222819.907000', '222819.909000', '222819.912000', '222819.915000', '222819.917000', '222819.920000', '222819.922000', '222819.925000', '222819.927000', '222819.930000', '222839.819000', '222839.821000', '222839.824000', '222839.827000', '222839.829000', '222839.850000', '222839.853000', '222839.855000', '222839.858000', '222839.861000', '222839.863000', '222839.866000', '222839.869000', '222839.871000', '222839.874000', '222839.876000', '222839.879000', '222839.882000', '222839.884000', '222839.887000', '222839.889000', '222839.892000', '222839.894000', '222839.897000', '222839.900000', '222839.902000', '222839.905000', '222839.908000', '222839.911000', '222839.914000', '222839.917000', '222839.920000', '222839.922000', '222839.925000', '222839.927000', '222839.930000', '222839.933000', '222839.935000', '222839.938000', '222839.940000', '222839.943000', '222839.945000', '222839.948000', '222859.819000', '222859.822000', '222859.824000', '222859.827000', '222859.829000', '222859.832000', '222859.835000', '222859.837000', '222859.840000', '222859.842000', '222859.845000', '222859.848000', '222859.850000', '222859.853000', '222859.855000', '222859.858000', '222859.860000', '222859.863000', '222859.866000', '222859.868000', '222859.871000', '222859.873000', '222859.876000', '222859.878000', '222859.881000', '222859.884000', '222859.886000', '222859.889000', '222859.891000', '222859.894000', '222859.897000', '222859.899000', '222859.902000', '222859.905000', '222859.907000', '222859.910000', '222859.912000', '222859.915000', '222859.918000', '222859.920000', '222859.923000', '222859.925000', '222859.928000', '222859.931000', '222919.818000', '222919.821000', '222919.824000', '222919.827000', '222919.829000', '222919.832000', '222919.834000', '222919.837000', '222919.839000', '222919.842000', '222919.845000', '222919.847000', '222919.850000', '222919.852000', '222919.855000', '222919.857000', '222919.860000', '222919.863000', '222919.865000', '222919.868000', '222919.870000', '222919.873000', '222919.876000', '222919.878000', '222919.881000', '222919.883000', '222919.886000', '222919.888000', '222919.891000', '222919.894000', '222919.896000', '222919.899000', '222919.901000', '222919.905000', '222919.908000', '222919.911000', '222919.913000', '222919.916000', '222919.919000', '222919.921000', '222919.924000', '222919.926000', '222919.929000', '222939.818000', '222939.821000', '222939.824000', '222939.827000', '222939.829000', '222939.832000', '222939.834000', '222939.837000', '222939.840000', '222939.842000', '222939.845000', '222939.847000', '222939.850000', '222939.853000', '222939.855000', '222939.858000', '222939.861000', '222939.863000', '222939.866000', '222939.868000', '222939.871000', '222939.874000', '222939.876000', '222939.879000', '222939.881000', '222939.884000', '222939.887000', '222939.889000', '222939.892000', '222939.894000', '222939.897000', '222939.900000', '222939.902000', '222939.905000', '222939.907000', '222939.910000', '222939.913000', '222939.915000', '222939.918000', '222939.920000', '222939.923000', '222939.925000', '222939.928000', '222939.931000', '222959.819000', '222959.836000', '222959.839000', '222959.841000', '222959.844000', '222959.846000', '222959.849000', '222959.852000', '222959.854000', '222959.857000', '222959.859000', '222959.862000', '222959.864000', '222959.867000', '222959.870000', '222959.872000', '222959.875000', '222959.878000', '222959.880000', '222959.883000', '222959.885000', '222959.888000', '222959.890000', '222959.893000', '222959.896000', '222959.898000', '222959.901000', '222959.903000', '222959.906000', '222959.909000', '222959.911000', '222959.914000', '222959.916000', '222959.919000', '222959.922000', '222959.924000', '222959.927000', '222959.929000', '222959.932000', '222959.934000', '222959.937000', '222959.940000', '222959.942000', '223019.819000', '223019.821000', '223019.824000', '223019.827000', '223019.829000', '223019.832000', '223019.834000', '223019.837000', '223019.840000', '223019.842000', '223019.845000', '223019.847000', '223019.850000', '223019.852000', '223019.855000', '223019.858000', '223019.860000', '223019.863000', '223019.866000', '223019.868000', '223019.871000', '223019.873000', '223019.876000', '223019.878000', '223019.881000', '223019.884000', '223019.886000', '223019.889000', '223019.891000', '223019.894000', '223019.897000', '223019.899000', '223019.902000', '223019.905000', '223019.907000', '223019.910000', '223019.912000', '223019.915000', '223019.918000', '223019.920000', '223019.923000', '223019.925000', '223019.928000', '223019.931000', '223039.819000', '223039.822000', '223039.824000', '223039.827000', '223039.829000', '223039.832000', '223039.834000', '223039.837000', '223039.839000', '223039.842000', '223039.845000', '223039.847000', '223039.850000', '223039.852000', '223039.855000', '223039.858000', '223039.860000', '223039.863000', '223039.865000', '223039.868000', '223039.870000', '223039.873000', '223039.876000', '223039.878000', '223039.881000', '223039.883000', '223039.886000', '223039.888000', '223039.891000', '223039.894000', '223039.896000', '223039.899000', '223039.901000', '223039.904000', '223039.907000', '223039.909000', '223039.912000', '223039.915000', '223039.917000', '223039.920000', '223039.922000', '223039.925000', '223039.928000', '223059.819000', '223059.821000', '223059.824000', '223059.826000', '223059.829000', '223059.832000', '223059.834000', '223059.837000', '223059.839000', '223059.842000', '223059.845000', '223059.847000', '223059.850000', '223059.853000', '223059.855000', '223059.858000', '223059.861000', '223059.863000', '223059.866000', '223059.868000', '223059.871000', '223059.873000', '223059.876000', '223059.879000', '223059.881000', '223059.884000', '223059.886000', '223059.889000', '223059.892000', '223059.894000', '223059.897000', '223059.899000', '223059.902000', '223059.905000', '223059.907000', '223059.910000', '223059.912000', '223059.915000', '223059.917000', '223059.920000', '223059.923000', '223059.925000', '223059.958000', '223059.960000', '223105.718000', '223105.721000', '223105.723000', '223105.726000', '223105.729000', '223105.731000', '223105.734000', '223105.737000', '223105.740000', '223105.743000', '223105.745000', '223105.748000', '223105.751000'], 'InstanceCreationTime': ['222119.862000', '222119.866000', '222119.869000', '222119.871000', '222119.874000', '222119.877000', '222119.879000', '222119.882000', '222119.884000', '222119.887000', '222119.890000', '222119.892000', '222119.895000', '222119.901000', '222119.904000', '222119.907000', '222119.909000', '222119.912000', '222119.914000', '222119.917000', '222119.919000', '222119.922000', '222119.925000', '222119.927000', '222119.930000', '222119.932000', '222119.935000', '222119.938000', '222119.940000', '222119.943000', '222119.945000', '222119.948000', '222119.950000', '222119.953000', '222119.955000', '222119.958000', '222119.960000', '222119.963000', '222119.966000', '222119.968000', '222119.971000', '222119.973000', '222120.001000', '222120.004000', '222120.007000', '222120.009000', '222120.012000', '222120.014000', '222120.017000', '222120.019000', '222120.022000', '222120.024000', '222120.027000', '222120.030000', '222120.032000', '222120.035000', '222120.037000', '222120.040000', '222120.042000', '222120.045000', '222120.048000', '222139.819000', '222139.822000', '222139.824000', '222139.827000', '222139.829000', '222139.832000', '222139.834000', '222139.837000', '222139.840000', '222139.842000', '222139.845000', '222139.847000', '222139.850000', '222139.852000', '222139.855000', '222139.857000', '222139.860000', '222139.863000', '222139.865000', '222139.868000', '222139.870000', '222139.873000', '222139.875000', '222139.878000', '222139.880000', '222139.883000', '222139.885000', '222139.888000', '222139.891000', '222139.893000', '222139.896000', '222139.898000', '222139.901000', '222139.903000', '222139.906000', '222139.908000', '222139.911000', '222139.914000', '222139.916000', '222139.919000', '222139.921000', '222139.924000', '222139.926000', '222159.819000', '222159.821000', '222159.824000', '222159.827000', '222159.829000', '222159.832000', '222159.834000', '222159.837000', '222159.839000', '222159.842000', '222159.844000', '222159.847000', '222159.850000', '222159.852000', '222159.855000', '222159.857000', '222159.860000', '222159.863000', '222159.865000', '222159.868000', '222159.870000', '222159.873000', '222159.876000', '222159.878000', '222159.881000', '222159.883000', '222159.886000', '222159.888000', '222159.891000', '222159.894000', '222159.896000', '222159.899000', '222159.901000', '222159.904000', '222159.907000', '222159.909000', '222159.912000', '222159.914000', '222159.917000', '222159.919000', '222159.922000', '222159.925000', '222159.927000', '222159.930000', '222219.818000', '222219.821000', '222219.824000', '222219.826000', '222219.829000', '222219.832000', '222219.834000', '222219.837000', '222219.839000', '222219.842000', '222219.845000', '222219.847000', '222219.850000', '222219.852000', '222219.855000', '222219.858000', '222219.860000', '222219.863000', '222219.866000', '222219.868000', '222219.871000', '222219.873000', '222219.876000', '222219.879000', '222219.881000', '222219.884000', '222219.886000', '222219.889000', '222219.892000', '222219.894000', '222219.897000', '222219.899000', '222219.902000', '222219.905000', '222219.907000', '222219.910000', '222219.912000', '222219.915000', '222219.918000', '222219.920000', '222219.923000', '222219.925000', '222219.928000', '222239.818000', '222239.821000', '222239.824000', '222239.826000', '222239.829000', '222239.831000', '222239.834000', '222239.837000', '222239.839000', '222239.842000', '222239.844000', '222239.847000', '222239.849000', '222239.852000', '222239.855000', '222239.857000', '222239.860000', '222239.862000', '222239.865000', '222239.867000', '222239.881000', '222239.884000', '222239.886000', '222239.889000', '222239.892000', '222239.894000', '222239.897000', '222239.899000', '222239.902000', '222239.905000', '222239.907000', '222239.910000', '222239.912000', '222239.915000', '222239.917000', '222239.920000', '222239.923000', '222239.925000', '222239.928000', '222239.930000', '222239.933000', '222239.936000', '222239.938000', '222239.941000', '222259.819000', '222259.821000', '222259.824000', '222259.827000', '222259.829000', '222259.832000', '222259.834000', '222259.837000', '222259.840000', '222259.842000', '222259.845000', '222259.847000', '222259.850000', '222259.852000', '222259.855000', '222259.858000', '222259.860000', '222259.863000', '222259.865000', '222259.868000', '222259.870000', '222259.873000', '222259.876000', '222259.878000', '222259.881000', '222259.883000', '222259.886000', '222259.889000', '222259.891000', '222259.894000', '222259.896000', '222259.899000', '222259.902000', '222259.904000', '222259.907000', '222259.909000', '222259.912000', '222259.915000', '222259.917000', '222259.920000', '222259.923000', '222259.925000', '222259.928000', '222319.819000', '222319.821000', '222319.824000', '222319.827000', '222319.829000', '222319.832000', '222319.834000', '222319.837000', '222319.840000', '222319.842000', '222319.845000', '222319.847000', '222319.850000', '222319.853000', '222319.855000', '222319.858000', '222319.861000', '222319.863000', '222319.866000', '222319.868000', '222319.871000', '222319.874000', '222319.876000', '222319.879000', '222319.881000', '222319.884000', '222319.886000', '222319.889000', '222319.892000', '222319.894000', '222319.897000', '222319.899000', '222319.902000', '222319.905000', '222319.907000', '222319.910000', '222319.912000', '222319.915000', '222319.917000', '222319.920000', '222319.923000', '222319.925000', '222319.928000', '222319.930000', '222339.818000', '222339.821000', '222339.824000', '222339.826000', '222339.829000', '222339.832000', '222339.834000', '222339.837000', '222339.839000', '222339.842000', '222339.844000', '222339.847000', '222339.850000', '222339.852000', '222339.855000', '222339.857000', '222339.860000', '222339.863000', '222339.865000', '222339.868000', '222339.870000', '222339.873000', '222339.876000', '222339.878000', '222339.881000', '222339.883000', '222339.886000', '222339.888000', '222339.891000', '222339.894000', '222339.896000', '222339.899000', '222339.901000', '222339.904000', '222339.906000', '222339.909000', '222339.912000', '222339.914000', '222339.917000', '222339.919000', '222339.922000', '222339.925000', '222339.927000', '222359.818000', '222359.821000', '222359.824000', '222359.826000', '222359.829000', '222359.832000', '222359.834000', '222359.837000', '222359.839000', '222359.842000', '222359.844000', '222359.847000', '222359.850000', '222359.852000', '222359.855000', '222359.857000', '222359.860000', '222359.863000', '222359.865000', '222359.868000', '222359.870000', '222359.873000', '222359.875000', '222359.878000', '222359.881000', '222359.883000', '222359.886000', '222359.888000', '222359.891000', '222359.893000', '222359.896000', '222359.899000', '222359.901000', '222359.904000', '222359.907000', '222359.909000', '222359.912000', '222359.914000', '222359.917000', '222359.919000', '222359.922000', '222359.925000', '222359.927000', '222359.930000', '222419.819000', '222419.822000', '222419.824000', '222419.827000', '222419.829000', '222419.832000', '222419.835000', '222419.837000', '222419.840000', '222419.842000', '222419.845000', '222419.847000', '222419.850000', '222419.853000', '222419.855000', '222419.858000', '222419.874000', '222419.877000', '222419.880000', '222419.882000', '222419.885000', '222419.887000', '222419.890000', '222419.892000', '222419.895000', '222419.898000', '222419.900000', '222419.903000', '222419.905000', '222419.908000', '222419.911000', '222419.913000', '222419.916000', '222419.918000', '222419.921000', '222419.924000', '222419.926000', '222419.929000', '222419.931000', '222419.934000', '222419.937000', '222419.939000', '222419.942000', '222439.818000', '222439.821000', '222439.824000', '222439.826000', '222439.829000', '222439.832000', '222439.835000', '222439.838000', '222439.840000', '222439.843000', '222439.846000', '222439.848000', '222439.851000', '222439.853000', '222439.856000', '222439.859000', '222439.861000', '222439.864000', '222439.867000', '222439.869000', '222439.872000', '222439.874000', '222439.877000', '222439.880000', '222439.882000', '222439.885000', '222439.887000', '222439.890000', '222439.893000', '222439.895000', '222439.898000', '222439.901000', '222439.903000', '222439.906000', '222439.908000', '222439.911000', '222439.913000', '222439.916000', '222439.919000', '222439.921000', '222439.924000', '222439.926000', '222439.929000', '222439.931000', '222459.819000', '222459.821000', '222459.824000', '222459.827000', '222459.829000', '222459.832000', '222459.834000', '222459.837000', '222459.839000', '222459.842000', '222459.845000', '222459.847000', '222459.850000', '222459.852000', '222459.855000', '222459.858000', '222459.860000', '222459.863000', '222459.865000', '222459.868000', '222459.870000', '222459.873000', '222459.876000', '222459.878000', '222459.881000', '222459.883000', '222459.886000', '222459.889000', '222459.891000', '222459.894000', '222459.896000', '222459.899000', '222459.902000', '222459.904000', '222459.907000', '222459.909000', '222459.912000', '222459.914000', '222459.917000', '222459.920000', '222459.922000', '222459.925000', '222459.927000', '222519.819000', '222519.821000', '222519.824000', '222519.827000', '222519.829000', '222519.832000', '222519.834000', '222519.837000', '222519.840000', '222519.842000', '222519.845000', '222519.847000', '222519.850000', '222519.853000', '222519.856000', '222519.859000', '222519.862000', '222519.864000', '222519.867000', '222519.870000', '222519.873000', '222519.875000', '222519.878000', '222519.880000', '222519.883000', '222519.886000', '222519.888000', '222519.891000', '222519.894000', '222519.896000', '222519.899000', '222519.901000', '222519.904000', '222519.907000', '222519.909000', '222519.912000', '222519.914000', '222519.917000', '222519.919000', '222519.922000', '222519.925000', '222519.927000', '222519.930000', '222539.818000', '222539.821000', '222539.824000', '222539.826000', '222539.829000', '222539.832000', '222539.834000', '222539.837000', '222539.839000', '222539.842000', '222539.844000', '222539.847000', '222539.850000', '222539.852000', '222539.855000', '222539.857000', '222539.860000', '222539.863000', '222539.865000', '222539.868000', '222539.870000', '222539.873000', '222539.875000', '222539.878000', '222539.880000', '222539.883000', '222539.886000', '222539.888000', '222539.891000', '222539.894000', '222539.896000', '222539.899000', '222539.901000', '222539.904000', '222539.907000', '222539.909000', '222539.912000', '222539.914000', '222539.917000', '222539.920000', '222539.922000', '222539.968000', '222539.971000', '222539.973000', '222559.819000', '222559.821000', '222559.824000', '222559.827000', '222559.829000', '222559.832000', '222559.834000', '222559.837000', '222559.839000', '222559.842000', '222559.845000', '222559.847000', '222559.850000', '222559.853000', '222559.855000', '222559.858000', '222559.860000', '222559.863000', '222559.865000', '222559.868000', '222559.871000', '222559.875000', '222559.878000', '222559.881000', '222559.883000', '222559.886000', '222559.888000', '222559.891000', '222559.894000', '222559.896000', '222559.899000', '222559.901000', '222559.904000', '222559.907000', '222559.909000', '222559.912000', '222559.914000', '222559.917000', '222559.919000', '222559.922000', '222559.925000', '222559.927000', '222559.930000', '222559.932000', '222619.818000', '222619.821000', '222619.824000', '222619.826000', '222619.829000', '222619.832000', '222619.834000', '222619.837000', '222619.839000', '222619.842000', '222619.845000', '222619.847000', '222619.850000', '222619.852000', '222619.855000', '222619.881000', '222619.884000', '222619.887000', '222619.889000', '222619.892000', '222619.894000', '222619.897000', '222619.900000', '222619.902000', '222619.905000', '222619.907000', '222619.912000', '222619.915000', '222619.917000', '222619.920000', '222619.922000', '222619.925000', '222619.927000', '222619.930000', '222619.933000', '222619.935000', '222619.938000', '222619.940000', '222619.943000', '222619.946000', '222619.948000', '222619.951000', '222619.953000', '222639.819000', '222639.821000', '222639.824000', '222639.827000', '222639.829000', '222639.832000', '222639.835000', '222639.837000', '222639.840000', '222639.842000', '222639.845000', '222639.848000', '222639.850000', '222639.853000', '222639.855000', '222639.858000', '222639.860000', '222639.863000', '222639.866000', '222639.869000', '222639.872000', '222639.875000', '222639.877000', '222639.880000', '222639.883000', '222639.886000', '222639.888000', '222639.891000', '222639.893000', '222639.896000', '222639.899000', '222639.901000', '222639.904000', '222639.906000', '222639.909000', '222639.911000', '222639.914000', '222639.917000', '222639.919000', '222639.922000', '222639.924000', '222639.927000', '222639.930000', '222659.818000', '222659.821000', '222659.824000', '222659.827000', '222659.829000', '222659.832000', '222659.834000', '222659.837000', '222659.840000', '222659.842000', '222659.845000', '222659.847000', '222659.850000', '222659.853000', '222659.855000', '222659.858000', '222659.860000', '222659.863000', '222659.866000', '222659.868000', '222659.871000', '222659.873000', '222659.876000', '222659.878000', '222659.881000', '222659.884000', '222659.886000', '222659.889000', '222659.891000', '222659.894000', '222659.897000', '222659.899000', '222659.902000', '222659.904000', '222659.907000', '222659.909000', '222659.912000', '222659.915000', '222659.917000', '222659.920000', '222659.922000', '222659.925000', '222659.928000', '222659.930000', '222719.819000', '222719.821000', '222719.824000', '222719.827000', '222719.829000', '222719.832000', '222719.835000', '222719.837000', '222719.852000', '222719.854000', '222719.857000', '222719.859000', '222719.862000', '222719.864000', '222719.867000', '222719.870000', '222719.873000', '222719.876000', '222719.879000', '222719.882000', '222719.885000', '222719.887000', '222719.890000', '222719.892000', '222719.895000', '222719.898000', '222719.900000', '222719.903000', '222719.905000', '222719.908000', '222719.911000', '222719.914000', '222719.917000', '222719.920000', '222719.922000', '222719.925000', '222719.927000', '222719.930000', '222719.933000', '222719.935000', '222719.938000', '222719.940000', '222719.943000', '222739.818000', '222739.821000', '222739.824000', '222739.826000', '222739.829000', '222739.832000', '222739.834000', '222739.837000', '222739.840000', '222739.842000', '222739.845000', '222739.847000', '222739.850000', '222739.853000', '222739.855000', '222739.858000', '222739.860000', '222739.863000', '222739.866000', '222739.868000', '222739.871000', '222739.873000', '222739.876000', '222739.879000', '222739.881000', '222739.884000', '222739.887000', '222739.889000', '222739.892000', '222739.894000', '222739.897000', '222739.900000', '222739.902000', '222739.905000', '222739.907000', '222739.910000', '222739.913000', '222739.915000', '222739.918000', '222739.921000', '222739.923000', '222739.926000', '222739.928000', '222739.931000', '222759.818000', '222759.821000', '222759.824000', '222759.826000', '222759.829000', '222759.832000', '222759.834000', '222759.837000', '222759.840000', '222759.842000', '222759.845000', '222759.848000', '222759.850000', '222759.853000', '222759.855000', '222759.858000', '222759.861000', '222759.863000', '222759.866000', '222759.868000', '222759.871000', '222759.874000', '222759.876000', '222759.879000', '222759.881000', '222759.884000', '222759.887000', '222759.889000', '222759.892000', '222759.894000', '222759.897000', '222759.900000', '222759.902000', '222759.905000', '222759.908000', '222759.910000', '222759.913000', '222759.916000', '222759.919000', '222759.921000', '222759.924000', '222759.927000', '222759.929000', '222819.818000', '222819.821000', '222819.824000', '222819.826000', '222819.829000', '222819.832000', '222819.834000', '222819.837000', '222819.839000', '222819.842000', '222819.845000', '222819.847000', '222819.850000', '222819.852000', '222819.855000', '222819.858000', '222819.860000', '222819.863000', '222819.865000', '222819.868000', '222819.871000', '222819.873000', '222819.876000', '222819.878000', '222819.881000', '222819.884000', '222819.886000', '222819.889000', '222819.891000', '222819.894000', '222819.897000', '222819.899000', '222819.902000', '222819.904000', '222819.907000', '222819.909000', '222819.912000', '222819.915000', '222819.917000', '222819.920000', '222819.922000', '222819.925000', '222819.927000', '222819.930000', '222839.819000', '222839.821000', '222839.824000', '222839.827000', '222839.829000', '222839.850000', '222839.853000', '222839.855000', '222839.858000', '222839.861000', '222839.863000', '222839.866000', '222839.869000', '222839.871000', '222839.874000', '222839.876000', '222839.879000', '222839.882000', '222839.884000', '222839.887000', '222839.889000', '222839.892000', '222839.894000', '222839.897000', '222839.900000', '222839.902000', '222839.905000', '222839.908000', '222839.911000', '222839.914000', '222839.917000', '222839.920000', '222839.922000', '222839.925000', '222839.927000', '222839.930000', '222839.933000', '222839.935000', '222839.938000', '222839.940000', '222839.943000', '222839.945000', '222839.948000', '222859.819000', '222859.822000', '222859.824000', '222859.827000', '222859.829000', '222859.832000', '222859.835000', '222859.837000', '222859.840000', '222859.842000', '222859.845000', '222859.848000', '222859.850000', '222859.853000', '222859.855000', '222859.858000', '222859.860000', '222859.863000', '222859.866000', '222859.868000', '222859.871000', '222859.873000', '222859.876000', '222859.878000', '222859.881000', '222859.884000', '222859.886000', '222859.889000', '222859.891000', '222859.894000', '222859.897000', '222859.899000', '222859.902000', '222859.905000', '222859.907000', '222859.910000', '222859.912000', '222859.915000', '222859.918000', '222859.920000', '222859.923000', '222859.925000', '222859.928000', '222859.931000', '222919.818000', '222919.821000', '222919.824000', '222919.827000', '222919.829000', '222919.832000', '222919.834000', '222919.837000', '222919.839000', '222919.842000', '222919.845000', '222919.847000', '222919.850000', '222919.852000', '222919.855000', '222919.857000', '222919.860000', '222919.863000', '222919.865000', '222919.868000', '222919.870000', '222919.873000', '222919.876000', '222919.878000', '222919.881000', '222919.883000', '222919.886000', '222919.888000', '222919.891000', '222919.894000', '222919.896000', '222919.899000', '222919.901000', '222919.905000', '222919.908000', '222919.911000', '222919.913000', '222919.916000', '222919.919000', '222919.921000', '222919.924000', '222919.926000', '222919.929000', '222939.818000', '222939.821000', '222939.824000', '222939.827000', '222939.829000', '222939.832000', '222939.834000', '222939.837000', '222939.840000', '222939.842000', '222939.845000', '222939.847000', '222939.850000', '222939.853000', '222939.855000', '222939.858000', '222939.861000', '222939.863000', '222939.866000', '222939.868000', '222939.871000', '222939.874000', '222939.876000', '222939.879000', '222939.881000', '222939.884000', '222939.887000', '222939.889000', '222939.892000', '222939.894000', '222939.897000', '222939.900000', '222939.902000', '222939.905000', '222939.907000', '222939.910000', '222939.913000', '222939.915000', '222939.918000', '222939.920000', '222939.923000', '222939.925000', '222939.928000', '222939.931000', '222959.819000', '222959.836000', '222959.839000', '222959.841000', '222959.844000', '222959.846000', '222959.849000', '222959.852000', '222959.854000', '222959.857000', '222959.859000', '222959.862000', '222959.864000', '222959.867000', '222959.870000', '222959.872000', '222959.875000', '222959.878000', '222959.880000', '222959.883000', '222959.885000', '222959.888000', '222959.890000', '222959.893000', '222959.896000', '222959.898000', '222959.901000', '222959.903000', '222959.906000', '222959.909000', '222959.911000', '222959.914000', '222959.916000', '222959.919000', '222959.922000', '222959.924000', '222959.927000', '222959.929000', '222959.932000', '222959.934000', '222959.937000', '222959.940000', '222959.942000', '223019.819000', '223019.821000', '223019.824000', '223019.827000', '223019.829000', '223019.832000', '223019.834000', '223019.837000', '223019.840000', '223019.842000', '223019.845000', '223019.847000', '223019.850000', '223019.852000', '223019.855000', '223019.858000', '223019.860000', '223019.863000', '223019.866000', '223019.868000', '223019.871000', '223019.873000', '223019.876000', '223019.878000', '223019.881000', '223019.884000', '223019.886000', '223019.889000', '223019.891000', '223019.894000', '223019.897000', '223019.899000', '223019.902000', '223019.905000', '223019.907000', '223019.910000', '223019.912000', '223019.915000', '223019.918000', '223019.920000', '223019.923000', '223019.925000', '223019.928000', '223019.931000', '223039.819000', '223039.822000', '223039.824000', '223039.827000', '223039.829000', '223039.832000', '223039.834000', '223039.837000', '223039.839000', '223039.842000', '223039.845000', '223039.847000', '223039.850000', '223039.852000', '223039.855000', '223039.858000', '223039.860000', '223039.863000', '223039.865000', '223039.868000', '223039.870000', '223039.873000', '223039.876000', '223039.878000', '223039.881000', '223039.883000', '223039.886000', '223039.888000', '223039.891000', '223039.894000', '223039.896000', '223039.899000', '223039.901000', '223039.904000', '223039.907000', '223039.909000', '223039.912000', '223039.915000', '223039.917000', '223039.920000', '223039.922000', '223039.925000', '223039.928000', '223059.819000', '223059.821000', '223059.824000', '223059.826000', '223059.829000', '223059.832000', '223059.834000', '223059.837000', '223059.839000', '223059.842000', '223059.845000', '223059.847000', '223059.850000', '223059.853000', '223059.855000', '223059.858000', '223059.861000', '223059.863000', '223059.866000', '223059.868000', '223059.871000', '223059.873000', '223059.876000', '223059.879000', '223059.881000', '223059.884000', '223059.886000', '223059.889000', '223059.892000', '223059.894000', '223059.897000', '223059.899000', '223059.902000', '223059.905000', '223059.907000', '223059.910000', '223059.912000', '223059.915000', '223059.917000', '223059.920000', '223059.923000', '223059.925000', '223059.958000', '223059.960000', '223105.718000', '223105.721000', '223105.723000', '223105.726000', '223105.729000', '223105.731000', '223105.734000', '223105.737000', '223105.740000', '223105.743000', '223105.745000', '223105.748000', '223105.751000'], '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': [14701, 11114, 14098, 10332, 12697, 16754, 10790, 17297, 11577, 14023, 10421, 12969, 9528, 12978, 9574, 11199, 14573, 10969, 10206, 10825, 8745, 13573, 9786, 14494, 10153, 13188, 8825, 12960, 11075, 12412, 10512, 10137, 16424, 11074, 15234, 10908, 13754, 10190, 13212, 10237, 13248, 8881, 11643, 14932, 10734, 15013, 12366, 14143, 10586, 13021, 9794, 13810, 9872, 14116, 10480, 13482, 10261, 12550, 11078, 9726, 11190, 15346, 10641, 16227, 12979, 15031, 11570, 11769, 15895, 12998, 14526, 9888, 11514, 15664, 11088, 14894, 11014, 12840, 9317, 11691, 10369, 11334, 12596, 10482, 14613, 12249, 13746, 9726, 12909, 10132, 11415, 16304, 12412, 14845, 11585, 12481, 9474, 13189, 11283, 11351, 15425, 12048, 14892, 11807, 14527, 9870, 12308, 13179, 10781, 16607, 13007, 14492, 9755, 12451, 15914, 11109, 15590, 12033, 12240, 9945, 11921, 14208, 10397, 15164, 12143, 13437, 10655, 13954, 9508, 12609, 9956, 13157, 12702, 11967, 15958, 11780, 15154, 12094, 14920, 9970, 13193, 12766, 11300, 16679, 13428, 14716, 9840, 11906, 15901, 11674, 15902, 11835, 12759, 9091, 12801, 9551, 12718, 11813, 10788, 15177, 12634, 14534, 10214, 13247, 10587, 11992, 16591, 11804, 16578, 12159, 13439, 9958, 13159, 11090, 15316, 10991, 14188, 10758, 16089, 12688, 15324, 10654, 14353, 17460, 11035, 15616, 11710, 14221, 12182, 10671, 14966, 12348, 13404, 9574, 11327, 13053, 10434, 15046, 12110, 14581, 10104, 11545, 9585, 13012, 9488, 12772, 12330, 10688, 16278, 13346, 14984, 11698, 13507, 10243, 14389, 14865, 11407, 16786, 12788, 13936, 14290, 11086, 16326, 12952, 12070, 9727, 12304, 15561, 10991, 15332, 11465, 13092, 10037, 12963, 14539, 10679, 15051, 12147, 14421, 10302, 12437, 16610, 13215, 14247, 10064, 13628, 11957, 11003, 15114, 12591, 13881, 9952, 12668, 14846, 10695, 14855, 12069, 13802, 9442, 12192, 14485, 10755, 15871, 12459, 14865, 9779, 12588, 12370, 12320, 16268, 12714, 14909, 11513, 14180, 10707, 13995, 14429, 10518, 15720, 12876, 14521, 11005, 13592, 9804, 13506, 10085, 14259, 9762, 12622, 11954, 13170, 14511, 11217, 16748, 12196, 16855, 12452, 15752, 11496, 14712, 10424, 15615, 10553, 14507, 9507, 13731, 10183, 14752, 10602, 14787, 9637, 12359, 14062, 11170, 17097, 13299, 14846, 10148, 13012, 12003, 12071, 15373, 10263, 14591, 11307, 13090, 9441, 11573, 15411, 11619, 12961, 9331, 12527, 9841, 10249, 14336, 12126, 14464, 11031, 14732, 11381, 11631, 9431, 9357, 10945, 14336, 10659, 13887, 16134, 11258, 15685, 11630, 15295, 11868, 14388, 17617, 14179, 17232, 14116, 16846, 11820, 13715, 12599, 14029, 14498, 10862, 17551, 12718, 14987, 11030, 13205, 10508, 10077, 14068, 10183, 14147, 10351, 13603, 10347, 11764, 10339, 11553, 9660, 11059, 14569, 10778, 13334, 10523, 12073, 10641, 11744, 9037, 12104, 9817, 10972, 10987, 13116, 11407, 13573, 10730, 12890, 11223, 15259, 11894, 15103, 11934, 14518, 11787, 13249, 11299, 12562, 11191, 10360, 12933, 11390, 14355, 11335, 14408, 11452, 12958, 11289, 12247, 11253, 11354, 10838, 11591, 15310, 11407, 15083, 11168, 13419, 10936, 11452, 15369, 11264, 13743, 11142, 11947, 9971, 11266, 14936, 11536, 12049, 10581, 11525, 9485, 11435, 14518, 11577, 13054, 10883, 11936, 10280, 10665, 9830, 11609, 13593, 11115, 14817, 11263, 13226, 10977, 14429, 10817, 13661, 10195, 13935, 10373, 14983, 9920, 12677, 10477, 13909, 10731, 15364, 10666, 13777, 14032, 11251, 16707, 13511, 14659, 9916, 12221, 13995, 11054, 16483, 12325, 13429, 10091, 11543, 12453, 10865, 16110, 12407, 12662, 9792, 11984, 14521, 10616, 15196, 11035, 11758, 10126, 10851, 15814, 12568, 13463, 10219, 12846, 9844, 11392, 15284, 11851, 15400, 12032, 14545, 9687, 12867, 13059, 12151, 16945, 14193, 15184, 9987, 13309, 12923, 12279, 17118, 13594, 15521, 11120, 14013, 10665, 14459, 13161, 10884, 16419, 13500, 14606, 10991, 14703, 10040, 12778, 17001, 13340, 16009, 11417, 14281, 10713, 13009, 17236, 13914, 16042, 11654, 13297, 10254, 13019, 16389, 13192, 15479, 11108, 12838, 9247, 13781, 9711, 12967, 10640, 12553, 13289, 12854, 12864, 12236, 15918, 11773, 16767, 13521, 17072, 12438, 16148, 12701, 16457, 13030, 16684, 11986, 15347, 11891, 16322, 11968, 15496, 10147, 14915, 11281, 15172, 13416, 11828, 17823, 14196, 16139, 12549, 15591, 10309, 13076, 9951, 11196, 11455, 12273, 17379, 10009, 15199, 14104, 10889, 13801, 10599, 14782, 11851, 16978, 10675, 15823, 10426, 13012, 14501, 12737, 10285, 13219, 10937, 14197, 11189, 14527, 10904, 14233, 11151, 14311, 11234, 14128, 11370, 13613, 11778, 14052, 11377, 13781, 11437, 13406, 11264, 13688, 11310, 12793, 11104, 14258, 10795, 12591, 10159, 11268, 16171, 11502, 15170, 11207, 13078, 11113, 12265, 11130, 13482, 11044, 13072, 10949, 12849, 11026, 13783, 10938, 13069, 10786, 13978, 10980, 13705, 11227, 12854, 11052, 12743, 10959, 12728, 10658, 12077, 10448, 12064, 15103, 11133, 15865, 10897, 13788, 10874, 12928, 10202, 11713, 9750, 12439, 12851, 10864, 14648, 10803, 15948, 10935, 14365, 10761, 13397, 11039, 13929, 10839, 13203, 10737, 12879, 10602, 12980, 10860, 12918, 10697, 14090, 10672, 13401, 10660, 13988, 10298, 12613, 9817, 10762, 16161, 10620, 14271, 10699, 12806, 9553, 10834, 16145, 11088, 13392, 10243, 12583, 9430, 11595, 16653, 10839, 14280, 10094, 12921, 9471, 12828, 14716, 10603, 14576, 10817, 13327, 9948, 13542, 9089, 12837, 12090, 11851, 16680, 11478, 14459, 11058, 13899, 10755, 13545, 10229, 13712, 10024, 13178, 16645, 10893, 14590, 10553, 13291, 9848, 13432, 10525, 12121, 16048, 10422, 14729, 10674, 13719, 10143, 13261, 9705, 13425, 9616, 13393, 10462, 11647, 16497, 11111, 15349, 11591, 13965, 10534, 13228, 9462, 12788, 17146, 11093, 14487, 10058, 13161, 10174, 12197, 16517, 11081, 14392, 9709, 13788, 14322, 11490, 14929, 11011, 13588, 8997, 13086, 14600, 11233, 14832, 11162, 13928, 10601, 13960, 10469, 14026, 9137, 13718, 13065, 11969, 15979, 12004, 14491, 9546, 14000, 13996, 12335, 15790, 12106, 14689, 9864, 14497, 13504, 12423, 15886, 11999, 15456, 10783, 14890, 9796, 14776, 9226, 13861, 14880, 11766, 15704, 12256, 14958, 9680, 14447, 9555, 13696, 16214, 12612, 15435, 11437, 14867, 10154, 14919, 10075, 14602, 9383, 13528, 15160, 11683, 15693, 11709, 14517, 10274, 13917, 9694, 15529, 9732, 14263, 9723, 14044, 10662, 15075, 11207, 15719, 10359, 14185, 9823, 13856, 9839, 13434, 13689, 11125, 15353, 11100, 14766, 9880, 13454, 9121, 12527, 13375, 12080, 15151, 11107, 14343, 9628, 13241, 9543, 13320, 11753, 11382, 14847, 11241, 14143, 9513, 13738, 9407, 13135, 13430, 11791, 15651, 11721, 14338, 9508, 13829, 9677, 14760, 10102, 14297, 9099, 13013, 12789, 12296, 15737, 11137, 13667, 9541, 12540, 16210, 11580, 15045, 10298, 13528, 15769, 11008, 16029, 10242, 14384, 9642, 12571, 13869, 11434, 15481, 11193, 14406, 9946, 13818, 10120, 14326, 9607, 13430, 8672, 13621, 10009, 14159, 12092, 11912, 16125, 11945, 15352, 10675, 14369, 8790, 13559, 9461, 14096, 13002, 12599, 14725, 10804, 16105, 11799, 15463, 10803, 13883, 9422, 13725, 9622, 14093, 8898, 12829, 9123, 13680, 10184, 13745, 9138, 12282, 10347, 13434, 15865, 11698, 16239, 10098, 15317, 10858, 15030, 10231, 13129, 8963, 12298, 9787, 13432, 16388, 10258, 15112, 9856, 13767, 8933, 13289, 9889, 10467, 15356, 10624, 14355, 9672, 12986, 9073, 12173, 12621, 11550, 14392, 11176, 14847, 10513, 14872, 11059, 14054, 10466, 13860, 9580, 13759, 9254, 13881, 9246, 12387, 15712, 11135, 15874, 11329, 14221, 8678, 13543, 9302, 13856, 12606, 12111, 15362, 10548, 15039, 11141, 14828, 9759, 13228, 8898, 13744, 9771, 14260, 9074, 12479, 9028, 13186, 14814, 11849, 16506, 10182, 14683, 9392, 14376, 9889, 12969, 14340, 10277, 16510, 11274, 16165, 10091, 13794, 9271, 13349, 8918, 13612, 8842, 11899, 13913, 10960, 15033, 11715, 13167, 10642, 9071, 12657, 9204, 14922, 11272, 12969, 9944, 10844, 10652, 14698, 11091, 15541, 9783, 15387, 10708, 15115, 10183, 14165, 9463, 13740, 9279, 13450, 9121, 12834, 9351, 13767, 9585, 13454, 9017, 12675, 8687, 13449, 11343, 11530, 14026, 10071, 15726, 10971, 14336, 9116, 12623, 8449, 12088, 15438, 10252, 16298, 9532, 14519, 10478, 14018, 9160, 12199, 8844, 12323, 14293, 10300, 16588, 9546, 14339, 10442, 13986, 9349, 12785, 9499, 13579, 9858, 13024, 9452, 12547, 8663, 13159, 8944, 11980, 8673, 10877, 12370, 11863, 11854, 10409, 11238, 10415, 14806, 10159, 14015, 9821, 14093, 9990, 16547, 9984, 13314, 9245, 11947, 11827, 11106, 17246, 10174, 14820, 9704, 14435, 9282, 11619, 8564, 11454, 9579, 12160, 9829, 10220, 15986, 9974, 14731, 10262, 13302, 8837, 11489, 8989, 12671, 12296, 10433, 15412, 9883, 16154, 10816, 14124, 9364, 12153, 8347, 13269, 10972, 10403, 16013, 10008, 15202, 10599, 13834, 9316, 11766, 8766, 12739, 9086, 11223, 9464, 9830, 15638, 10743, 15651, 9675, 12581, 8561, 12108, 16283, 9967, 15026, 9123, 13079, 8510, 12667, 8748, 9929, 13923, 9837, 15584, 10717, 13362, 9135, 12693, 8641, 12265, 9347, 10205, 14582, 10369, 15346, 10945, 13786, 8649, 13303, 9485, 14200, 9238, 12752, 10466, 13482, 11022, 12007, 10842, 13737, 11079, 15137, 10652, 14265, 9754, 13519, 9685, 13120, 12237, 10973, 16346, 10788, 14772, 10489, 13251, 9857, 13135, 9171, 13583, 9990, 13488, 9347, 12803, 9255, 13940, 9962, 12080, 12999, 11093, 15190, 10619, 15173, 10688, 13835, 9206, 12974, 9723, 11445, 10729, 11141, 12616, 10896, 11490, 10815, 14469], 'WindowCenter': [5000.0, 4955.0, 4963.0, 4919.0, 4926.0, 4942.0, 4901.0, 4940.0, 4912.0, 4917.0, 4887.0, 4907.0, 4878.0, 4907.0, 4879.0, 4900.0, 4918.0, 4888.0, 4889.0, 4899.0, 4869.0, 4918.0, 4878.0, 4918.0, 4890.0, 4907.0, 4867.0, 4908.0, 4886.0, 4910.0, 4887.0, 4887.0, 4925.0, 4886.0, 4918.0, 4888.0, 4906.0, 4878.0, 4908.0, 4879.0, 4907.0, 4869.0, 4895.0, 4914.0, 4887.0, 4917.0, 4908.0, 4905.0, 4877.0, 4906.0, 4879.0, 4919.0, 4878.0, 4929.0, 4901.0, 4917.0, 4888.0, 4897.0, 4900.0, 4880.0, 4898.0, 4917.0, 4887.0, 4926.0, 4908.0, 4918.0, 4888.0, 4887.0, 4904.0, 4884.0, 4895.0, 4866.0, 4873.0, 4900.0, 4873.0, 4903.0, 4875.0, 4883.0, 4854.0, 4884.0, 4863.0, 4887.0, 4895.0, 4875.0, 4904.0, 4885.0, 4905.0, 4879.0, 4896.0, 4875.0, 4888.0, 4917.0, 4896.0, 4907.0, 4887.0, 4895.0, 4865.0, 4895.0, 4888.0, 4887.0, 4906.0, 4898.0, 4914.0, 4887.0, 4907.0, 4876.0, 4885.0, 4895.0, 4886.0, 4916.0, 4906.0, 4906.0, 4866.0, 4885.0, 4903.0, 4874.0, 4902.0, 4882.0, 4885.0, 4863.0, 4886.0, 4905.0, 4875.0, 4904.0, 4883.0, 4894.0, 4877.0, 4907.0, 4879.0, 4896.0, 4877.0, 4906.0, 4897.0, 4898.0, 4915.0, 4887.0, 4917.0, 4895.0, 4916.0, 4878.0, 4895.0, 4894.0, 4886.0, 4915.0, 4905.0, 4904.0, 4866.0, 4886.0, 4914.0, 4883.0, 4914.0, 4896.0, 4893.0, 4854.0, 4896.0, 4867.0, 4906.0, 4895.0, 4886.0, 4915.0, 4896.0, 4907.0, 4889.0, 4907.0, 4875.0, 4898.0, 4928.0, 4898.0, 4914.0, 4896.0, 4917.0, 4890.0, 4907.0, 4899.0, 4917.0, 4890.0, 4918.0, 4888.0, 4915.0, 4897.0, 4917.0, 4877.0, 4917.0, 4923.0, 4874.0, 4914.0, 4884.0, 4894.0, 4881.0, 4873.0, 4902.0, 4885.0, 4893.0, 4867.0, 4884.0, 4894.0, 4876.0, 4904.0, 4895.0, 4914.0, 4877.0, 4887.0, 4866.0, 4906.0, 4878.0, 4907.0, 4896.0, 4887.0, 4917.0, 4906.0, 4917.0, 4899.0, 4906.0, 4876.0, 4917.0, 4916.0, 4887.0, 4917.0, 4896.0, 4905.0, 4903.0, 4885.0, 4915.0, 4894.0, 4885.0, 4863.0, 4885.0, 4914.0, 4885.0, 4904.0, 4884.0, 4897.0, 4863.0, 4895.0, 4904.0, 4874.0, 4904.0, 4885.0, 4905.0, 4876.0, 4897.0, 4915.0, 4894.0, 4905.0, 4865.0, 4906.0, 4886.0, 4884.0, 4905.0, 4894.0, 4907.0, 4875.0, 4896.0, 4904.0, 4876.0, 4904.0, 4895.0, 4905.0, 4877.0, 4896.0, 4903.0, 4887.0, 4917.0, 4897.0, 4917.0, 4875.0, 4896.0, 4895.0, 4896.0, 4925.0, 4897.0, 4915.0, 4885.0, 4907.0, 4876.0, 4906.0, 4904.0, 4876.0, 4914.0, 4896.0, 4916.0, 4888.0, 4907.0, 4877.0, 4908.0, 4887.0, 4919.0, 4889.0, 4908.0, 4898.0, 4911.0, 4919.0, 4900.0, 4927.0, 4900.0, 4926.0, 4911.0, 4928.0, 4898.0, 4918.0, 4877.0, 4904.0, 4888.0, 4918.0, 4881.0, 4907.0, 4877.0, 4916.0, 4878.0, 4919.0, 4878.0, 4898.0, 4905.0, 4888.0, 4926.0, 4909.0, 4916.0, 4877.0, 4908.0, 4885.0, 4886.0, 4915.0, 4875.0, 4904.0, 4874.0, 4895.0, 4866.0, 4886.0, 4904.0, 4885.0, 4895.0, 4866.0, 4896.0, 4876.0, 4878.0, 4917.0, 4911.0, 4918.0, 4887.0, 4907.0, 4875.0, 4872.0, 4880.0, 4894.0, 4914.0, 4945.0, 4904.0, 4921.0, 4931.0, 4901.0, 4929.0, 4896.0, 4927.0, 4900.0, 4916.0, 4928.0, 4906.0, 4916.0, 4883.0, 4890.0, 4848.0, 4868.0, 4856.0, 4866.0, 4874.0, 4848.0, 4884.0, 4853.0, 4863.0, 4832.0, 4851.0, 4831.0, 4823.0, 4862.0, 4835.0, 4864.0, 4846.0, 4863.0, 4834.0, 4856.0, 4835.0, 4858.0, 4836.0, 4856.0, 4875.0, 4847.0, 4868.0, 4849.0, 4869.0, 4860.0, 4882.0, 4855.0, 4893.0, 4861.0, 4869.0, 4873.0, 4891.0, 4882.0, 4892.0, 4875.0, 4907.0, 4897.0, 4915.0, 4909.0, 4911.0, 4883.0, 4903.0, 4882.0, 4893.0, 4872.0, 4880.0, 4871.0, 4874.0, 4892.0, 4882.0, 4902.0, 4883.0, 4891.0, 4883.0, 4882.0, 4885.0, 4882.0, 4872.0, 4874.0, 4874.0, 4883.0, 4902.0, 4872.0, 4891.0, 4873.0, 4891.0, 4872.0, 4881.0, 4901.0, 4871.0, 4888.0, 4871.0, 4871.0, 4861.0, 4872.0, 4898.0, 4872.0, 4883.0, 4871.0, 4883.0, 4872.0, 4882.0, 4891.0, 4894.0, 4904.0, 4883.0, 4896.0, 4884.0, 4885.0, 4876.0, 4897.0, 4906.0, 4899.0, 4918.0, 4899.0, 4909.0, 4888.0, 4917.0, 4900.0, 4917.0, 4901.0, 4932.0, 4888.0, 4927.0, 4903.0, 4920.0, 4911.0, 4917.0, 4909.0, 4928.0, 4901.0, 4920.0, 4908.0, 4899.0, 4929.0, 4908.0, 4918.0, 4886.0, 4896.0, 4905.0, 4886.0, 4924.0, 4898.0, 4903.0, 4875.0, 4897.0, 4893.0, 4886.0, 4917.0, 4896.0, 4896.0, 4874.0, 4896.0, 4906.0, 4876.0, 4913.0, 4885.0, 4895.0, 4874.0, 4888.0, 4918.0, 4910.0, 4905.0, 4889.0, 4909.0, 4890.0, 4898.0, 4917.0, 4909.0, 4919.0, 4909.0, 4918.0, 4891.0, 4910.0, 4905.0, 4910.0, 4928.0, 4917.0, 4920.0, 4889.0, 4908.0, 4907.0, 4909.0, 4939.0, 4921.0, 4928.0, 4898.0, 4917.0, 4888.0, 4918.0, 4917.0, 4900.0, 4927.0, 4918.0, 4928.0, 4902.0, 4932.0, 4890.0, 4919.0, 4939.0, 4920.0, 4941.0, 4909.0, 4928.0, 4889.0, 4921.0, 4939.0, 4917.0, 4929.0, 4911.0, 4919.0, 4890.0, 4920.0, 4926.0, 4921.0, 4929.0, 4899.0, 4909.0, 4881.0, 4917.0, 4891.0, 4921.0, 4902.0, 4923.0, 4931.0, 4923.0, 4933.0, 4924.0, 4941.0, 4924.0, 4952.0, 4933.0, 4952.0, 4923.0, 4939.0, 4931.0, 4942.0, 4933.0, 4952.0, 4921.0, 4930.0, 4910.0, 4940.0, 4923.0, 4942.0, 4901.0, 4942.0, 4901.0, 4933.0, 4931.0, 4910.0, 4939.0, 4943.0, 4954.0, 4926.0, 4930.0, 4904.0, 4934.0, 4916.0, 4874.0, 4937.0, 4980.0, 4918.0, 4938.0, 4940.0, 4922.0, 4900.0, 4919.0, 4898.0, 4931.0, 4896.0, 4925.0, 4898.0, 4926.0, 4885.0, 4906.0, 4903.0, 4905.0, 4885.0, 4903.0, 4885.0, 4902.0, 4883.0, 4915.0, 4896.0, 4902.0, 4882.0, 4905.0, 4895.0, 4903.0, 4883.0, 4892.0, 4882.0, 4891.0, 4894.0, 4892.0, 4882.0, 4889.0, 4868.0, 4889.0, 4870.0, 4877.0, 4868.0, 4888.0, 4869.0, 4880.0, 4870.0, 4869.0, 4896.0, 4868.0, 4888.0, 4870.0, 4888.0, 4879.0, 4878.0, 4868.0, 4887.0, 4879.0, 4890.0, 4870.0, 4879.0, 4870.0, 4888.0, 4882.0, 4889.0, 4870.0, 4900.0, 4870.0, 4900.0, 4882.0, 4891.0, 4880.0, 4889.0, 4881.0, 4903.0, 4881.0, 4879.0, 4871.0, 4890.0, 4901.0, 4880.0, 4907.0, 4869.0, 4888.0, 4868.0, 4888.0, 4871.0, 4880.0, 4858.0, 4889.0, 4889.0, 4881.0, 4897.0, 4882.0, 4908.0, 4880.0, 4910.0, 4881.0, 4901.0, 4881.0, 4901.0, 4883.0, 4891.0, 4883.0, 4893.0, 4873.0, 4901.0, 4884.0, 4892.0, 4883.0, 4902.0, 4884.0, 4901.0, 4871.0, 4900.0, 4869.0, 4889.0, 4871.0, 4882.0, 4908.0, 4872.0, 4901.0, 4870.0, 4891.0, 4861.0, 4882.0, 4909.0, 4880.0, 4899.0, 4871.0, 4890.0, 4860.0, 4892.0, 4909.0, 4880.0, 4900.0, 4881.0, 4892.0, 4872.0, 4892.0, 4912.0, 4882.0, 4901.0, 4882.0, 4902.0, 4872.0, 4902.0, 4865.0, 4904.0, 4893.0, 4894.0, 4923.0, 4896.0, 4914.0, 4894.0, 4902.0, 4884.0, 4902.0, 4884.0, 4903.0, 4874.0, 4903.0, 4923.0, 4884.0, 4912.0, 4882.0, 4902.0, 4871.0, 4901.0, 4881.0, 4892.0, 4912.0, 4882.0, 4911.0, 4881.0, 4902.0, 4884.0, 4901.0, 4871.0, 4902.0, 4872.0, 4915.0, 4895.0, 4895.0, 4922.0, 4895.0, 4912.0, 4895.0, 4913.0, 4884.0, 4903.0, 4873.0, 4902.0, 4922.0, 4883.0, 4902.0, 4871.0, 4890.0, 4869.0, 4892.0, 4920.0, 4882.0, 4899.0, 4872.0, 4900.0, 4899.0, 4881.0, 4911.0, 4882.0, 4900.0, 4862.0, 4902.0, 4910.0, 4892.0, 4912.0, 4894.0, 4913.0, 4885.0, 4913.0, 4895.0, 4926.0, 4888.0, 4915.0, 4904.0, 4905.0, 4926.0, 4906.0, 4925.0, 4885.0, 4916.0, 4915.0, 4905.0, 4925.0, 4906.0, 4926.0, 4884.0, 4914.0, 4915.0, 4905.0, 4924.0, 4905.0, 4922.0, 4893.0, 4924.0, 4885.0, 4925.0, 4887.0, 4916.0, 4912.0, 4894.0, 4923.0, 4893.0, 4915.0, 4885.0, 4914.0, 4874.0, 4914.0, 4922.0, 4904.0, 4915.0, 4895.0, 4911.0, 4883.0, 4914.0, 4875.0, 4915.0, 4873.0, 4902.0, 4910.0, 4894.0, 4912.0, 4893.0, 4911.0, 4874.0, 4916.0, 4878.0, 4927.0, 4888.0, 4927.0, 4887.0, 4913.0, 4897.0, 4927.0, 4898.0, 4927.0, 4890.0, 4914.0, 4875.0, 4916.0, 4876.0, 4907.0, 4918.0, 4895.0, 4902.0, 4886.0, 4906.0, 4873.0, 4903.0, 4865.0, 4893.0, 4893.0, 4893.0, 4913.0, 4884.0, 4903.0, 4874.0, 4894.0, 4865.0, 4902.0, 4894.0, 4885.0, 4902.0, 4883.0, 4903.0, 4865.0, 4902.0, 4875.0, 4904.0, 4902.0, 4895.0, 4914.0, 4893.0, 4903.0, 4875.0, 4904.0, 4877.0, 4914.0, 4887.0, 4926.0, 4877.0, 4906.0, 4903.0, 4897.0, 4925.0, 4896.0, 4918.0, 4876.0, 4895.0, 4914.0, 4894.0, 4915.0, 4876.0, 4905.0, 4913.0, 4884.0, 4913.0, 4872.0, 4902.0, 4873.0, 4892.0, 4903.0, 4894.0, 4913.0, 4896.0, 4915.0, 4875.0, 4916.0, 4886.0, 4916.0, 4888.0, 4916.0, 4877.0, 4916.0, 4887.0, 4915.0, 4906.0, 4907.0, 4926.0, 4896.0, 4926.0, 4885.0, 4917.0, 4867.0, 4904.0, 4876.0, 4916.0, 4905.0, 4906.0, 4925.0, 4897.0, 4923.0, 4896.0, 4914.0, 4896.0, 4914.0, 4875.0, 4905.0, 4875.0, 4914.0, 4876.0, 4904.0, 4874.0, 4915.0, 4886.0, 4915.0, 4878.0, 4896.0, 4873.0, 4906.0, 4923.0, 4896.0, 4924.0, 4874.0, 4911.0, 4884.0, 4913.0, 4884.0, 4904.0, 4864.0, 4891.0, 4862.0, 4901.0, 4912.0, 4872.0, 4900.0, 4872.0, 4902.0, 4851.0, 4889.0, 4872.0, 4871.0, 4910.0, 4873.0, 4900.0, 4861.0, 4892.0, 4851.0, 4891.0, 4891.0, 4892.0, 4902.0, 4895.0, 4912.0, 4884.0, 4913.0, 4884.0, 4903.0, 4886.0, 4904.0, 4875.0, 4904.0, 4864.0, 4903.0, 4865.0, 4895.0, 4913.0, 4884.0, 4913.0, 4882.0, 4902.0, 4865.0, 4902.0, 4863.0, 4903.0, 4892.0, 4893.0, 4913.0, 4884.0, 4902.0, 4884.0, 4911.0, 4873.0, 4902.0, 4863.0, 4913.0, 4875.0, 4912.0, 4875.0, 4904.0, 4865.0, 4905.0, 4914.0, 4893.0, 4925.0, 4885.0, 4914.0, 4865.0, 4914.0, 4872.0, 4904.0, 4903.0, 4872.0, 4922.0, 4884.0, 4922.0, 4884.0, 4903.0, 4865.0, 4902.0, 4862.0, 4903.0, 4863.0, 4893.0, 4901.0, 4885.0, 4929.0, 4909.0, 4915.0, 4895.0, 4876.0, 4905.0, 4877.0, 4916.0, 4898.0, 4919.0, 4888.0, 4885.0, 4897.0, 4928.0, 4911.0, 4926.0, 4886.0, 4914.0, 4885.0, 4914.0, 4888.0, 4905.0, 4874.0, 4906.0, 4865.0, 4902.0, 4863.0, 4891.0, 4863.0, 4902.0, 4873.0, 4906.0, 4876.0, 4904.0, 4865.0, 4904.0, 4883.0, 4884.0, 4901.0, 4861.0, 4900.0, 4870.0, 4890.0, 4863.0, 4879.0, 4840.0, 4881.0, 4900.0, 4870.0, 4898.0, 4848.0, 4887.0, 4859.0, 4888.0, 4861.0, 4878.0, 4849.0, 4879.0, 4887.0, 4872.0, 4910.0, 4848.0, 4888.0, 4859.0, 4888.0, 4862.0, 4888.0, 4872.0, 4890.0, 4860.0, 4901.0, 4862.0, 4889.0, 4853.0, 4891.0, 4852.0, 4881.0, 4852.0, 4870.0, 4881.0, 4880.0, 4892.0, 4883.0, 4869.0, 4870.0, 4899.0, 4871.0, 4900.0, 4860.0, 4902.0, 4863.0, 4910.0, 4861.0, 4890.0, 4850.0, 4879.0, 4869.0, 4868.0, 4918.0, 4869.0, 4886.0, 4858.0, 4888.0, 4859.0, 4877.0, 4840.0, 4869.0, 4859.0, 4878.0, 4870.0, 4870.0, 4907.0, 4859.0, 4898.0, 4869.0, 4889.0, 4860.0, 4869.0, 4848.0, 4888.0, 4878.0, 4870.0, 4897.0, 4860.0, 4908.0, 4869.0, 4888.0, 4861.0, 4878.0, 4849.0, 4890.0, 4869.0, 4871.0, 4907.0, 4859.0, 4897.0, 4868.0, 4888.0, 4859.0, 4867.0, 4838.0, 4889.0, 4850.0, 4880.0, 4860.0, 4861.0, 4898.0, 4868.0, 4910.0, 4860.0, 4878.0, 4840.0, 4879.0, 4899.0, 4860.0, 4897.0, 4849.0, 4889.0, 4839.0, 4877.0, 4850.0, 4858.0, 4886.0, 4859.0, 4899.0, 4869.0, 4889.0, 4861.0, 4890.0, 4851.0, 4881.0, 4860.0, 4871.0, 4898.0, 4871.0, 4910.0, 4882.0, 4900.0, 4854.0, 4905.0, 4890.0, 4927.0, 4900.0, 4927.0, 4906.0, 4913.0, 4908.0, 4903.0, 4884.0, 4913.0, 4897.0, 4926.0, 4897.0, 4926.0, 4887.0, 4903.0, 4872.0, 4902.0, 4893.0, 4883.0, 4911.0, 4883.0, 4913.0, 4882.0, 4902.0, 4884.0, 4902.0, 4874.0, 4903.0, 4874.0, 4903.0, 4875.0, 4905.0, 4875.0, 4913.0, 4885.0, 4894.0, 4902.0, 4884.0, 4913.0, 4885.0, 4912.0, 4869.0, 4900.0, 4861.0, 4890.0, 4860.0, 4880.0, 4870.0, 4881.0, 4891.0, 4881.0, 4881.0, 4881.0, 4900.0], 'WindowWidth': [10858.0, 10782.0, 10787.0, 10717.0, 10718.0, 10735.0, 10677.0, 10731.0, 10690.0, 10693.0, 10649.0, 10679.0, 10637.0, 10679.0, 10638.0, 10672.0, 10692.0, 10651.0, 10656.0, 10669.0, 10626.0, 10692.0, 10638.0, 10694.0, 10656.0, 10676.0, 10619.0, 10678.0, 10647.0, 10683.0, 10648.0, 10648.0, 10699.0, 10645.0, 10692.0, 10651.0, 10671.0, 10635.0, 10679.0, 10636.0, 10676.0, 10626.0, 10658.0, 10680.0, 10649.0, 10691.0, 10677.0, 10670.0, 10631.0, 10671.0, 10641.0, 10695.0, 10636.0, 10710.0, 10674.0, 10690.0, 10648.0, 10660.0, 10667.0, 10643.0, 10664.0, 10688.0, 10647.0, 10702.0, 10674.0, 10692.0, 10646.0, 10642.0, 10668.0, 10635.0, 10652.0, 10612.0, 10620.0, 10654.0, 10617.0, 10660.0, 10625.0, 10632.0, 10593.0, 10636.0, 10606.0, 10643.0, 10654.0, 10627.0, 10665.0, 10640.0, 10668.0, 10636.0, 10656.0, 10624.0, 10649.0, 10687.0, 10657.0, 10672.0, 10643.0, 10654.0, 10611.0, 10654.0, 10647.0, 10646.0, 10669.0, 10660.0, 10679.0, 10645.0, 10672.0, 10630.0, 10639.0, 10651.0, 10641.0, 10686.0, 10671.0, 10670.0, 10612.0, 10639.0, 10662.0, 10622.0, 10660.0, 10632.0, 10637.0, 10605.0, 10641.0, 10667.0, 10627.0, 10665.0, 10636.0, 10653.0, 10630.0, 10673.0, 10637.0, 10657.0, 10631.0, 10672.0, 10659.0, 10662.0, 10685.0, 10645.0, 10686.0, 10654.0, 10685.0, 10635.0, 10656.0, 10650.0, 10644.0, 10683.0, 10667.0, 10667.0, 10614.0, 10640.0, 10678.0, 10636.0, 10678.0, 10657.0, 10650.0, 10596.0, 10656.0, 10618.0, 10672.0, 10656.0, 10644.0, 10683.0, 10658.0, 10673.0, 10651.0, 10673.0, 10626.0, 10664.0, 10708.0, 10662.0, 10682.0, 10659.0, 10692.0, 10656.0, 10674.0, 10666.0, 10688.0, 10654.0, 10692.0, 10650.0, 10683.0, 10660.0, 10691.0, 10633.0, 10687.0, 10692.0, 10623.0, 10679.0, 10635.0, 10649.0, 10630.0, 10619.0, 10659.0, 10637.0, 10648.0, 10617.0, 10638.0, 10651.0, 10628.0, 10667.0, 10654.0, 10680.0, 10631.0, 10644.0, 10616.0, 10672.0, 10635.0, 10676.0, 10657.0, 10647.0, 10689.0, 10671.0, 10688.0, 10663.0, 10672.0, 10629.0, 10687.0, 10685.0, 10646.0, 10688.0, 10654.0, 10670.0, 10662.0, 10639.0, 10683.0, 10650.0, 10639.0, 10606.0, 10639.0, 10679.0, 10641.0, 10664.0, 10638.0, 10659.0, 10607.0, 10655.0, 10666.0, 10625.0, 10664.0, 10640.0, 10669.0, 10631.0, 10657.0, 10683.0, 10652.0, 10670.0, 10611.0, 10669.0, 10641.0, 10637.0, 10667.0, 10652.0, 10673.0, 10627.0, 10656.0, 10666.0, 10628.0, 10667.0, 10653.0, 10670.0, 10632.0, 10658.0, 10664.0, 10648.0, 10688.0, 10659.0, 10686.0, 10628.0, 10656.0, 10652.0, 10658.0, 10699.0, 10658.0, 10682.0, 10641.0, 10676.0, 10629.0, 10672.0, 10667.0, 10630.0, 10680.0, 10658.0, 10684.0, 10651.0, 10674.0, 10632.0, 10678.0, 10648.0, 10694.0, 10655.0, 10679.0, 10662.0, 10686.0, 10695.0, 10670.0, 10704.0, 10669.0, 10703.0, 10684.0, 10707.0, 10663.0, 10692.0, 10630.0, 10665.0, 10649.0, 10692.0, 10643.0, 10674.0, 10633.0, 10688.0, 10634.0, 10693.0, 10636.0, 10661.0, 10667.0, 10648.0, 10701.0, 10679.0, 10686.0, 10629.0, 10677.0, 10640.0, 10642.0, 10682.0, 10627.0, 10664.0, 10623.0, 10656.0, 10614.0, 10641.0, 10667.0, 10639.0, 10654.0, 10614.0, 10657.0, 10630.0, 10633.0, 10692.0, 10685.0, 10693.0, 10646.0, 10670.0, 10623.0, 10616.0, 10641.0, 10666.0, 10697.0, 10744.0, 10681.0, 10704.0, 10713.0, 10673.0, 10710.0, 10660.0, 10707.0, 10668.0, 10686.0, 10706.0, 10674.0, 10690.0, 10633.0, 10642.0, 10573.0, 10603.0, 10581.0, 10597.0, 10609.0, 10576.0, 10624.0, 10575.0, 10589.0, 10541.0, 10567.0, 10540.0, 10532.0, 10586.0, 10552.0, 10592.0, 10571.0, 10589.0, 10551.0, 10584.0, 10553.0, 10587.0, 10558.0, 10584.0, 10609.0, 10572.0, 10603.0, 10579.0, 10607.0, 10595.0, 10632.0, 10602.0, 10651.0, 10602.0, 10612.0, 10620.0, 10643.0, 10632.0, 10647.0, 10628.0, 10676.0, 10663.0, 10688.0, 10688.0, 10676.0, 10637.0, 10664.0, 10636.0, 10650.0, 10617.0, 10627.0, 10616.0, 10624.0, 10648.0, 10632.0, 10662.0, 10634.0, 10645.0, 10635.0, 10631.0, 10639.0, 10633.0, 10619.0, 10624.0, 10622.0, 10635.0, 10661.0, 10618.0, 10643.0, 10620.0, 10643.0, 10621.0, 10630.0, 10659.0, 10616.0, 10638.0, 10615.0, 10617.0, 10606.0, 10621.0, 10652.0, 10618.0, 10637.0, 10616.0, 10635.0, 10623.0, 10636.0, 10645.0, 10656.0, 10670.0, 10639.0, 10658.0, 10643.0, 10644.0, 10631.0, 10664.0, 10675.0, 10668.0, 10695.0, 10666.0, 10681.0, 10652.0, 10691.0, 10672.0, 10691.0, 10675.0, 10718.0, 10651.0, 10706.0, 10680.0, 10703.0, 10689.0, 10694.0, 10686.0, 10711.0, 10674.0, 10699.0, 10678.0, 10669.0, 10712.0, 10678.0, 10694.0, 10648.0, 10659.0, 10670.0, 10645.0, 10698.0, 10663.0, 10666.0, 10627.0, 10660.0, 10650.0, 10644.0, 10691.0, 10659.0, 10659.0, 10626.0, 10658.0, 10670.0, 10631.0, 10679.0, 10643.0, 10658.0, 10628.0, 10651.0, 10693.0, 10683.0, 10673.0, 10653.0, 10682.0, 10656.0, 10664.0, 10688.0, 10682.0, 10695.0, 10680.0, 10695.0, 10660.0, 10682.0, 10671.0, 10685.0, 10710.0, 10692.0, 10700.0, 10655.0, 10679.0, 10675.0, 10681.0, 10726.0, 10700.0, 10707.0, 10665.0, 10693.0, 10651.0, 10693.0, 10693.0, 10670.0, 10707.0, 10696.0, 10709.0, 10677.0, 10719.0, 10662.0, 10698.0, 10726.0, 10700.0, 10729.0, 10686.0, 10710.0, 10654.0, 10701.0, 10726.0, 10691.0, 10710.0, 10687.0, 10696.0, 10655.0, 10700.0, 10706.0, 10699.0, 10710.0, 10670.0, 10683.0, 10646.0, 10694.0, 10664.0, 10704.0, 10676.0, 10708.0, 10717.0, 10708.0, 10724.0, 10713.0, 10731.0, 10713.0, 10751.0, 10722.0, 10752.0, 10711.0, 10728.0, 10719.0, 10735.0, 10723.0, 10751.0, 10706.0, 10715.0, 10689.0, 10730.0, 10709.0, 10733.0, 10676.0, 10735.0, 10675.0, 10720.0, 10718.0, 10689.0, 10728.0, 10738.0, 10756.0, 10718.0, 10712.0, 10685.0, 10728.0, 10704.0, 10620.0, 10750.0, 10828.0, 10686.0, 10753.0, 10730.0, 10701.0, 10670.0, 10698.0, 10665.0, 10718.0, 10658.0, 10700.0, 10666.0, 10705.0, 10643.0, 10671.0, 10666.0, 10674.0, 10644.0, 10665.0, 10642.0, 10663.0, 10638.0, 10686.0, 10664.0, 10664.0, 10633.0, 10671.0, 10659.0, 10667.0, 10635.0, 10648.0, 10630.0, 10646.0, 10655.0, 10649.0, 10631.0, 10641.0, 10608.0, 10640.0, 10615.0, 10621.0, 10608.0, 10636.0, 10609.0, 10628.0, 10614.0, 10613.0, 10644.0, 10607.0, 10639.0, 10614.0, 10637.0, 10627.0, 10622.0, 10608.0, 10634.0, 10628.0, 10642.0, 10616.0, 10626.0, 10614.0, 10639.0, 10634.0, 10640.0, 10614.0, 10657.0, 10617.0, 10659.0, 10636.0, 10645.0, 10628.0, 10643.0, 10631.0, 10666.0, 10633.0, 10627.0, 10618.0, 10644.0, 10659.0, 10631.0, 10665.0, 10612.0, 10640.0, 10609.0, 10639.0, 10619.0, 10628.0, 10597.0, 10639.0, 10642.0, 10633.0, 10651.0, 10634.0, 10668.0, 10631.0, 10675.0, 10635.0, 10662.0, 10634.0, 10663.0, 10640.0, 10647.0, 10637.0, 10652.0, 10623.0, 10662.0, 10641.0, 10648.0, 10637.0, 10663.0, 10641.0, 10662.0, 10620.0, 10660.0, 10614.0, 10642.0, 10620.0, 10635.0, 10668.0, 10621.0, 10662.0, 10617.0, 10648.0, 10604.0, 10634.0, 10671.0, 10629.0, 10657.0, 10621.0, 10645.0, 10603.0, 10649.0, 10670.0, 10631.0, 10660.0, 10634.0, 10650.0, 10621.0, 10651.0, 10678.0, 10637.0, 10662.0, 10638.0, 10665.0, 10623.0, 10665.0, 10617.0, 10668.0, 10654.0, 10658.0, 10697.0, 10662.0, 10685.0, 10655.0, 10666.0, 10641.0, 10667.0, 10645.0, 10668.0, 10627.0, 10670.0, 10695.0, 10641.0, 10682.0, 10636.0, 10663.0, 10619.0, 10664.0, 10635.0, 10650.0, 10679.0, 10636.0, 10677.0, 10635.0, 10665.0, 10644.0, 10662.0, 10622.0, 10667.0, 10624.0, 10686.0, 10659.0, 10659.0, 10693.0, 10658.0, 10683.0, 10658.0, 10683.0, 10643.0, 10669.0, 10624.0, 10665.0, 10694.0, 10638.0, 10666.0, 10620.0, 10645.0, 10614.0, 10648.0, 10688.0, 10636.0, 10659.0, 10621.0, 10660.0, 10657.0, 10634.0, 10677.0, 10636.0, 10660.0, 10608.0, 10664.0, 10675.0, 10651.0, 10681.0, 10656.0, 10680.0, 10646.0, 10681.0, 10662.0, 10706.0, 10654.0, 10687.0, 10673.0, 10676.0, 10707.0, 10677.0, 10704.0, 10647.0, 10691.0, 10687.0, 10673.0, 10707.0, 10677.0, 10704.0, 10644.0, 10685.0, 10686.0, 10670.0, 10701.0, 10675.0, 10694.0, 10654.0, 10701.0, 10645.0, 10701.0, 10653.0, 10689.0, 10679.0, 10657.0, 10698.0, 10654.0, 10687.0, 10647.0, 10683.0, 10626.0, 10683.0, 10696.0, 10668.0, 10688.0, 10657.0, 10677.0, 10639.0, 10684.0, 10630.0, 10686.0, 10626.0, 10664.0, 10676.0, 10655.0, 10681.0, 10651.0, 10677.0, 10626.0, 10689.0, 10637.0, 10704.0, 10650.0, 10707.0, 10652.0, 10682.0, 10664.0, 10704.0, 10666.0, 10707.0, 10655.0, 10684.0, 10629.0, 10691.0, 10630.0, 10674.0, 10692.0, 10657.0, 10663.0, 10643.0, 10671.0, 10624.0, 10664.0, 10615.0, 10650.0, 10648.0, 10650.0, 10681.0, 10640.0, 10666.0, 10625.0, 10653.0, 10611.0, 10661.0, 10655.0, 10642.0, 10664.0, 10638.0, 10666.0, 10613.0, 10662.0, 10630.0, 10669.0, 10664.0, 10656.0, 10683.0, 10652.0, 10667.0, 10631.0, 10669.0, 10635.0, 10683.0, 10649.0, 10702.0, 10636.0, 10674.0, 10667.0, 10661.0, 10701.0, 10662.0, 10696.0, 10632.0, 10657.0, 10685.0, 10654.0, 10687.0, 10631.0, 10670.0, 10680.0, 10639.0, 10679.0, 10620.0, 10663.0, 10624.0, 10650.0, 10664.0, 10656.0, 10681.0, 10661.0, 10687.0, 10633.0, 10687.0, 10648.0, 10689.0, 10656.0, 10690.0, 10636.0, 10690.0, 10650.0, 10687.0, 10678.0, 10678.0, 10703.0, 10660.0, 10703.0, 10645.0, 10692.0, 10623.0, 10671.0, 10632.0, 10689.0, 10671.0, 10674.0, 10701.0, 10663.0, 10696.0, 10660.0, 10685.0, 10663.0, 10684.0, 10631.0, 10672.0, 10630.0, 10683.0, 10635.0, 10668.0, 10628.0, 10688.0, 10645.0, 10686.0, 10640.0, 10661.0, 10626.0, 10674.0, 10695.0, 10661.0, 10699.0, 10627.0, 10676.0, 10643.0, 10681.0, 10641.0, 10669.0, 10613.0, 10647.0, 10607.0, 10660.0, 10677.0, 10623.0, 10660.0, 10621.0, 10662.0, 10590.0, 10642.0, 10620.0, 10620.0, 10672.0, 10623.0, 10660.0, 10606.0, 10648.0, 10593.0, 10648.0, 10646.0, 10651.0, 10663.0, 10658.0, 10680.0, 10641.0, 10681.0, 10641.0, 10668.0, 10648.0, 10671.0, 10631.0, 10672.0, 10613.0, 10666.0, 10618.0, 10657.0, 10679.0, 10641.0, 10680.0, 10635.0, 10665.0, 10615.0, 10662.0, 10609.0, 10666.0, 10649.0, 10653.0, 10680.0, 10639.0, 10663.0, 10640.0, 10677.0, 10626.0, 10664.0, 10611.0, 10682.0, 10629.0, 10679.0, 10633.0, 10670.0, 10617.0, 10670.0, 10682.0, 10654.0, 10703.0, 10644.0, 10683.0, 10616.0, 10685.0, 10622.0, 10667.0, 10665.0, 10623.0, 10692.0, 10639.0, 10694.0, 10643.0, 10667.0, 10615.0, 10665.0, 10609.0, 10665.0, 10612.0, 10653.0, 10660.0, 10642.0, 10714.0, 10681.0, 10688.0, 10660.0, 10635.0, 10672.0, 10638.0, 10687.0, 10668.0, 10698.0, 10653.0, 10645.0, 10664.0, 10710.0, 10691.0, 10706.0, 10646.0, 10685.0, 10644.0, 10686.0, 10651.0, 10671.0, 10627.0, 10674.0, 10613.0, 10665.0, 10612.0, 10646.0, 10608.0, 10664.0, 10623.0, 10674.0, 10636.0, 10667.0, 10615.0, 10669.0, 10637.0, 10640.0, 10659.0, 10605.0, 10659.0, 10614.0, 10644.0, 10609.0, 10626.0, 10571.0, 10632.0, 10655.0, 10614.0, 10650.0, 10580.0, 10632.0, 10596.0, 10636.0, 10602.0, 10623.0, 10584.0, 10624.0, 10632.0, 10618.0, 10674.0, 10580.0, 10638.0, 10598.0, 10636.0, 10607.0, 10639.0, 10621.0, 10644.0, 10603.0, 10660.0, 10607.0, 10641.0, 10593.0, 10647.0, 10592.0, 10632.0, 10590.0, 10614.0, 10629.0, 10628.0, 10649.0, 10636.0, 10611.0, 10614.0, 10653.0, 10618.0, 10658.0, 10603.0, 10662.0, 10608.0, 10673.0, 10605.0, 10641.0, 10584.0, 10626.0, 10609.0, 10610.0, 10682.0, 10613.0, 10633.0, 10595.0, 10636.0, 10598.0, 10621.0, 10572.0, 10612.0, 10598.0, 10623.0, 10616.0, 10618.0, 10663.0, 10600.0, 10654.0, 10613.0, 10641.0, 10604.0, 10611.0, 10583.0, 10639.0, 10625.0, 10616.0, 10650.0, 10603.0, 10667.0, 10611.0, 10639.0, 10606.0, 10626.0, 10587.0, 10643.0, 10613.0, 10620.0, 10663.0, 10598.0, 10648.0, 10608.0, 10638.0, 10600.0, 10608.0, 10569.0, 10639.0, 10588.0, 10630.0, 10602.0, 10604.0, 10652.0, 10610.0, 10673.0, 10603.0, 10625.0, 10571.0, 10626.0, 10652.0, 10599.0, 10652.0, 10584.0, 10638.0, 10569.0, 10619.0, 10588.0, 10597.0, 10631.0, 10599.0, 10655.0, 10614.0, 10640.0, 10604.0, 10644.0, 10589.0, 10630.0, 10603.0, 10618.0, 10653.0, 10619.0, 10673.0, 10636.0, 10657.0, 10598.0, 10671.0, 10658.0, 10709.0, 10678.0, 10712.0, 10678.0, 10685.0, 10685.0, 10668.0, 10643.0, 10684.0, 10666.0, 10707.0, 10665.0, 10706.0, 10651.0, 10668.0, 10622.0, 10665.0, 10654.0, 10638.0, 10677.0, 10636.0, 10680.0, 10636.0, 10666.0, 10643.0, 10664.0, 10626.0, 10665.0, 10629.0, 10668.0, 10631.0, 10672.0, 10631.0, 10681.0, 10645.0, 10655.0, 10665.0, 10640.0, 10683.0, 10646.0, 10682.0, 10614.0, 10659.0, 10603.0, 10642.0, 10604.0, 10629.0, 10615.0, 10633.0, 10648.0, 10633.0, 10634.0, 10633.0, 10658.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.006217165413533836</td></tr>
<tr><td colspan=3>aqi</td><td>0.1302300194736842</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.61341361623787</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0680143342212185</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8754114990895413</td></tr>
<tr><td colspan=3>efc</td><td>0.4923</td></tr>
<tr><td colspan=3>fber</td><td>5894.5845</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1317668676129995</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>84</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.315789473684211</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9661753528396493</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.769486570333931</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.192550651156388</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9364888370286297</td></tr>
<tr><td colspan=3>gcor</td><td>0.00541204</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0073516033589839935</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028392929583787918</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1330</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.501819151136907</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.7668</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.4258</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.6778</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294756.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1013.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.4673</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3635</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.7102</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4091.884</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81788.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5197.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>950.2767</td></tr>
<tr><td colspan=3>tsnr</td><td>21.685212647076696</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>