<?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-0011_ses-01_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-0011_ses-01_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-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_ses-01_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_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-0011/ses-01/func/sub-0011_ses-01_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>b4f43baf9b9d1adf645ab91526bc8e19</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:46:55.590000</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_VE11C_LATEST_20160120</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.998004, 0.0474531, 0.0416771, -0.0435738, 0.995032, -0.0895114]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.081379</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>39</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7775, -7265, 577, -60, -261, 22, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.102</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e332afbf-b0c4-437f-8bd9-b5de44fb7683||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6775708198547363, -0.11690539121627808, 0.12343765050172806, 111.84068298339844], [-0.12731333076953888, 2.6695985794067383, -0.2362949401140213, -64.27162170410156], [0.11181659251451492, 0.24015246331691742, 2.6868064403533936, -77.97985076904297], [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, 1376]</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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['164655.590000', '164656.050000', '164656.510000', '164656.970000', '164657.430000', '164657.890000', '164658.350000', '164658.810000', '164659.270000', '164659.730000', '164700.190000', '164700.650000', '164701.110000', '164701.570000', '164702.030000', '164702.490000', '164702.950000', '164703.410000', '164703.870000', '164704.330000', '164704.790000', '164705.250000', '164705.710000', '164706.170000', '164706.630000', '164707.090000', '164707.550000', '164708.010000', '164708.470000', '164708.930000', '164709.390000', '164709.850000', '164710.310000', '164710.770000', '164711.230000', '164711.690000', '164712.150000', '164712.610000', '164713.070000', '164713.530000', '164713.990000', '164714.450000', '164714.910000', '164715.370000', '164715.830000', '164716.290000', '164716.750000', '164717.210000', '164717.670000', '164718.130000', '164718.590000', '164719.050000', '164719.510000', '164719.970000', '164720.430000', '164720.890000', '164721.350000', '164721.810000', '164722.270000', '164722.730000', '164723.190000', '164723.650000', '164724.110000', '164724.570000', '164725.030000', '164725.490000', '164725.950000', '164726.410000', '164726.870000', '164727.330000', '164727.790000', '164728.250000', '164728.710000', '164729.170000', '164729.630000', '164730.090000', '164730.550000', '164731.010000', '164731.470000', '164731.930000', '164732.390000', '164732.850000', '164733.310000', '164733.770000', '164734.230000', '164734.690000', '164735.150000', '164735.610000', '164736.070000', '164736.530000', '164736.990000', '164737.450000', '164737.910000', '164738.370000', '164738.830000', '164739.290000', '164739.750000', '164740.210000', '164740.670000', '164741.130000', '164741.590000', '164742.050000', '164742.510000', '164742.970000', '164743.430000', '164743.890000', '164744.350000', '164744.810000', '164745.270000', '164745.730000', '164746.190000', '164746.650000', '164747.110000', '164747.570000', '164748.030000', '164748.490000', '164748.950000', '164749.410000', '164749.870000', '164750.330000', '164750.790000', '164751.250000', '164751.710000', '164752.170000', '164752.630000', '164753.090000', '164753.550000', '164754.010000', '164754.470000', '164754.930000', '164755.390000', '164755.850000', '164756.310000', '164756.770000', '164757.230000', '164757.690000', '164758.150000', '164758.610000', '164759.070000', '164759.530000', '164759.990000', '164800.450000', '164800.910000', '164801.370000', '164801.830000', '164802.290000', '164802.750000', '164803.210000', '164803.670000', '164804.130000', '164804.590000', '164805.050000', '164805.510000', '164805.970000', '164806.430000', '164806.890000', '164807.350000', '164807.810000', '164808.270000', '164808.730000', '164809.190000', '164809.650000', '164810.110000', '164810.570000', '164811.030000', '164811.490000', '164811.950000', '164812.410000', '164812.870000', '164813.330000', '164813.790000', '164814.250000', '164814.710000', '164815.170000', '164815.630000', '164816.090000', '164816.550000', '164817.010000', '164817.470000', '164817.930000', '164818.390000', '164818.850000', '164819.310000', '164819.770000', '164820.230000', '164820.690000', '164821.150000', '164821.610000', '164822.070000', '164822.530000', '164822.990000', '164823.450000', '164823.910000', '164824.370000', '164824.830000', '164825.290000', '164825.750000', '164826.210000', '164826.670000', '164827.130000', '164827.590000', '164828.050000', '164828.510000', '164828.970000', '164829.430000', '164829.890000', '164830.350000', '164830.810000', '164831.270000', '164831.730000', '164832.190000', '164832.650000', '164833.110000', '164833.570000', '164834.030000', '164834.490000', '164834.950000', '164835.410000', '164835.870000', '164836.330000', '164836.790000', '164837.250000', '164837.710000', '164838.170000', '164838.630000', '164839.090000', '164839.550000', '164840.010000', '164840.470000', '164840.930000', '164841.390000', '164841.850000', '164842.310000', '164842.770000', '164843.230000', '164843.690000', '164844.150000', '164844.610000', '164845.070000', '164845.530000', '164845.990000', '164846.450000', '164846.910000', '164847.370000', '164847.830000', '164848.290000', '164848.750000', '164849.210000', '164849.670000', '164850.130000', '164850.590000', '164851.050000', '164851.510000', '164851.970000', '164852.430000', '164852.890000', '164853.350000', '164853.810000', '164854.270000', '164854.730000', '164855.190000', '164855.650000', '164856.110000', '164856.570000', '164857.030000', '164857.490000', '164857.950000', '164858.410000', '164858.870000', '164859.330000', '164859.790000', '164900.250000', '164900.710000', '164901.170000', '164901.630000', '164902.090000', '164902.550000', '164903.010000', '164903.470000', '164903.930000', '164904.390000', '164904.850000', '164905.310000', '164905.770000', '164906.230000', '164906.690000', '164907.150000', '164907.610000', '164908.070000', '164908.530000', '164908.990000', '164909.450000', '164909.910000', '164910.370000', '164910.830000', '164911.290000', '164911.750000', '164912.210000', '164912.670000', '164913.130000', '164913.590000', '164914.050000', '164914.510000', '164914.970000', '164915.430000', '164915.890000', '164916.350000', '164916.810000', '164917.270000', '164917.730000', '164918.190000', '164918.650000', '164919.110000', '164919.570000', '164920.030000', '164920.490000', '164920.950000', '164921.410000', '164921.870000', '164922.330000', '164922.790000', '164923.250000', '164923.710000', '164924.170000', '164924.630000', '164925.090000', '164925.550000', '164926.010000', '164926.470000', '164926.930000', '164927.390000', '164927.850000', '164928.310000', '164928.770000', '164929.230000', '164929.690000', '164930.150000', '164930.610000', '164931.070000', '164931.530000', '164931.990000', '164932.450000', '164932.910000', '164933.370000', '164933.830000', '164934.290000', '164934.750000', '164935.210000', '164935.670000', '164936.130000', '164936.590000', '164937.050000', '164937.510000', '164937.970000', '164938.430000', '164938.890000', '164939.350000', '164939.810000', '164940.270000', '164940.730000', '164941.190000', '164941.650000', '164942.110000', '164942.570000', '164943.030000', '164943.490000', '164943.950000', '164944.410000', '164944.870000', '164945.330000', '164945.790000', '164946.250000', '164946.710000', '164947.170000', '164947.630000', '164948.090000', '164948.550000', '164949.010000', '164949.470000', '164949.930000', '164950.390000', '164950.850000', '164951.310000', '164951.770000', '164952.230000', '164952.690000', '164953.150000', '164953.610000', '164954.070000', '164954.530000', '164954.990000', '164955.450000', '164955.910000', '164956.370000', '164956.830000', '164957.290000', '164957.750000', '164958.210000', '164958.670000', '164959.130000', '164959.590000', '165000.050000', '165000.510000', '165000.970000', '165001.430000', '165001.890000', '165002.350000', '165002.810000', '165003.270000', '165003.730000', '165004.190000', '165004.650000', '165005.110000', '165005.570000', '165006.030000', '165006.490000', '165006.950000', '165007.410000', '165007.870000', '165008.330000', '165008.790000', '165009.250000', '165009.710000', '165010.170000', '165010.630000', '165011.090000', '165011.550000', '165012.010000', '165012.470000', '165012.930000', '165013.390000', '165013.850000', '165014.310000', '165014.770000', '165015.230000', '165015.690000', '165016.150000', '165016.610000', '165017.070000', '165017.530000', '165017.990000', '165018.450000', '165018.910000', '165019.370000', '165019.830000', '165020.290000', '165020.750000', '165021.210000', '165021.670000', '165022.130000', '165022.590000', '165023.050000', '165023.510000', '165023.970000', '165024.430000', '165024.890000', '165025.350000', '165025.810000', '165026.270000', '165026.730000', '165027.190000', '165027.650000', '165028.110000', '165028.570000', '165029.030000', '165029.490000', '165029.950000', '165030.410000', '165030.870000', '165031.330000', '165031.790000', '165032.250000', '165032.710000', '165033.170000', '165033.630000', '165034.090000', '165034.550000', '165035.010000', '165035.470000', '165035.930000', '165036.390000', '165036.850000', '165037.310000', '165037.770000', '165038.230000', '165038.690000', '165039.150000', '165039.610000', '165040.070000', '165040.530000', '165040.990000', '165041.450000', '165041.910000', '165042.370000', '165042.830000', '165043.290000', '165043.750000', '165044.210000', '165044.670000', '165045.130000', '165045.590000', '165046.050000', '165046.510000', '165046.970000', '165047.430000', '165047.890000', '165048.350000', '165048.810000', '165049.270000', '165049.730000', '165050.190000', '165050.650000', '165051.110000', '165051.570000', '165052.030000', '165052.490000', '165052.950000', '165053.410000', '165053.870000', '165054.330000', '165054.790000', '165055.250000', '165055.710000', '165056.170000', '165056.630000', '165057.090000', '165057.550000', '165058.010000', '165058.470000', '165058.930000', '165059.390000', '165059.850000', '165100.310000', '165100.770000', '165101.230000', '165101.690000', '165102.150000', '165102.610000', '165103.070000', '165103.530000', '165103.990000', '165104.450000', '165104.910000', '165105.370000', '165105.830000', '165106.290000', '165106.750000', '165107.210000', '165107.670000', '165108.130000', '165108.590000', '165109.050000', '165109.510000', '165109.970000', '165110.430000', '165110.890000', '165111.350000', '165111.810000', '165112.270000', '165112.730000', '165113.190000', '165113.650000', '165114.110000', '165114.570000', '165115.030000', '165115.490000', '165115.950000', '165116.410000', '165116.870000', '165117.330000', '165117.790000', '165118.250000', '165118.710000', '165119.170000', '165119.630000', '165120.090000', '165120.550000', '165121.010000', '165121.470000', '165121.930000', '165122.390000', '165122.850000', '165123.310000', '165123.770000', '165124.230000', '165124.690000', '165125.150000', '165125.610000', '165126.070000', '165126.530000', '165126.990000', '165127.450000', '165127.910000', '165128.370000', '165128.830000', '165129.290000', '165129.750000', '165130.210000', '165130.670000', '165131.130000', '165131.590000', '165132.050000', '165132.510000', '165132.970000', '165133.430000', '165133.890000', '165134.350000', '165134.810000', '165135.270000', '165135.730000', '165136.190000', '165136.650000', '165137.110000', '165137.570000', '165138.030000', '165138.490000', '165138.950000', '165139.410000', '165139.870000', '165140.330000', '165140.790000', '165141.250000', '165141.710000', '165142.170000', '165142.630000', '165143.090000', '165143.550000', '165144.010000', '165144.470000', '165144.930000', '165145.390000', '165145.850000', '165146.310000', '165146.770000', '165147.230000', '165147.690000', '165148.150000', '165148.610000', '165149.070000', '165149.530000', '165149.990000', '165150.450000', '165150.910000', '165151.370000', '165151.830000', '165152.290000', '165152.750000', '165153.210000', '165153.670000', '165154.130000', '165154.590000', '165155.050000', '165155.510000', '165155.970000', '165156.430000', '165156.890000', '165157.350000', '165157.810000', '165158.270000', '165158.730000', '165159.190000', '165159.650000', '165200.110000', '165200.570000', '165201.030000', '165201.490000', '165201.950000', '165202.410000', '165202.870000', '165203.330000', '165203.790000', '165204.250000', '165204.710000', '165205.170000', '165205.630000', '165206.090000', '165206.550000', '165207.010000', '165207.470000', '165207.930000', '165208.390000', '165208.850000', '165209.310000', '165209.770000', '165210.230000', '165210.690000', '165211.150000', '165211.610000', '165212.070000', '165212.530000', '165212.990000', '165213.450000', '165213.910000', '165214.370000', '165214.830000', '165215.290000', '165215.750000', '165216.210000', '165216.670000', '165217.130000', '165217.590000', '165218.050000', '165218.510000', '165218.970000', '165219.430000', '165219.890000', '165220.350000', '165220.810000', '165221.270000', '165221.730000', '165222.190000', '165222.650000', '165223.110000', '165223.570000', '165224.030000', '165224.490000', '165224.950000', '165225.410000', '165225.870000', '165226.330000', '165226.790000', '165227.250000', '165227.710000', '165228.170000', '165228.630000', '165229.090000', '165229.550000', '165230.010000', '165230.470000', '165230.930000', '165231.390000', '165231.850000', '165232.310000', '165232.770000', '165233.230000', '165233.690000', '165234.150000', '165234.610000', '165235.070000', '165235.530000', '165235.990000', '165236.450000', '165236.910000', '165237.370000', '165237.830000', '165238.290000', '165238.750000', '165239.210000', '165239.670000', '165240.130000', '165240.590000', '165241.050000', '165241.510000', '165241.970000', '165242.430000', '165242.890000', '165243.350000', '165243.810000', '165244.270000', '165244.730000', '165245.190000', '165245.650000', '165246.110000', '165246.570000', '165247.030000', '165247.490000', '165247.950000', '165248.410000', '165248.870000', '165249.330000', '165249.790000', '165250.250000', '165250.710000', '165251.170000', '165251.630000', '165252.090000', '165252.550000', '165253.010000', '165253.470000', '165253.930000', '165254.390000', '165254.850000', '165255.310000', '165255.770000', '165256.230000', '165256.690000', '165257.150000', '165257.610000', '165258.070000', '165258.530000', '165258.990000', '165259.450000', '165259.910000', '165300.370000', '165300.830000', '165301.290000', '165301.750000', '165302.210000', '165302.670000', '165303.130000', '165303.590000', '165304.050000', '165304.510000', '165304.970000', '165305.430000', '165305.890000', '165306.350000', '165306.810000', '165307.270000', '165307.730000', '165308.190000', '165308.650000', '165309.110000', '165309.570000', '165310.030000', '165310.490000', '165310.950000', '165311.410000', '165311.870000', '165312.330000', '165312.790000', '165313.250000', '165313.710000', '165314.170000', '165314.630000', '165315.090000', '165315.550000', '165316.010000', '165316.470000', '165316.930000', '165317.390000', '165317.850000', '165318.310000', '165318.770000', '165319.230000', '165319.690000', '165320.150000', '165320.610000', '165321.070000', '165321.530000', '165321.990000', '165322.450000', '165322.910000', '165323.370000', '165323.830000', '165324.290000', '165324.750000', '165325.210000', '165325.670000', '165326.130000', '165326.590000', '165327.050000', '165327.510000', '165327.970000', '165328.430000', '165328.890000', '165329.350000', '165329.810000', '165330.270000', '165330.730000', '165331.190000', '165331.650000', '165332.110000', '165332.570000', '165333.030000', '165333.490000', '165333.950000', '165334.410000', '165334.870000', '165335.330000', '165335.790000', '165336.250000', '165336.710000', '165337.170000', '165337.630000', '165338.090000', '165338.550000', '165339.010000', '165339.470000', '165339.930000', '165340.390000', '165340.850000', '165341.310000', '165341.770000', '165342.230000', '165342.690000', '165343.150000', '165343.610000', '165344.070000', '165344.530000', '165344.990000', '165345.450000', '165345.910000', '165346.370000', '165346.830000', '165347.290000', '165347.750000', '165348.210000', '165348.670000', '165349.130000', '165349.590000', '165350.050000', '165350.510000', '165350.970000', '165351.430000', '165351.890000', '165352.350000', '165352.810000', '165353.270000', '165353.730000', '165354.190000', '165354.650000', '165355.110000', '165355.570000', '165356.030000', '165356.490000', '165356.950000', '165357.410000', '165357.870000', '165358.330000', '165358.790000', '165359.250000', '165359.710000', '165400.170000', '165400.630000', '165401.090000', '165401.550000', '165402.010000', '165402.470000', '165402.930000', '165403.390000', '165403.850000', '165404.310000', '165404.770000', '165405.230000', '165405.690000', '165406.150000', '165406.610000', '165407.070000', '165407.530000', '165407.990000', '165408.450000', '165408.910000', '165409.370000', '165409.830000', '165410.290000', '165410.750000', '165411.210000', '165411.670000', '165412.130000', '165412.590000', '165413.050000', '165413.510000', '165413.970000', '165414.430000', '165414.890000', '165415.350000', '165415.810000', '165416.270000', '165416.730000', '165417.190000', '165417.650000', '165418.110000', '165418.570000', '165419.030000', '165419.490000', '165419.950000', '165420.410000', '165420.870000', '165421.330000', '165421.790000', '165422.250000', '165422.710000', '165423.170000', '165423.630000', '165424.090000', '165424.550000', '165425.010000', '165425.470000', '165425.930000', '165426.390000', '165426.850000', '165427.310000', '165427.770000', '165428.230000', '165428.690000', '165429.150000', '165429.610000', '165430.070000', '165430.530000', '165430.990000', '165431.450000', '165431.910000', '165432.370000', '165432.830000', '165433.290000', '165433.750000', '165434.210000', '165434.670000', '165435.130000', '165435.590000', '165436.050000', '165436.510000', '165436.970000', '165437.430000', '165437.890000', '165438.350000', '165438.810000', '165439.270000', '165439.730000', '165440.190000', '165440.650000', '165441.110000', '165441.570000', '165442.030000', '165442.490000', '165442.950000', '165443.410000', '165443.870000', '165444.330000', '165444.790000', '165445.250000', '165445.710000', '165446.170000', '165446.630000', '165447.090000', '165447.550000', '165448.010000', '165448.470000', '165448.930000', '165449.390000', '165449.850000', '165450.310000', '165450.770000', '165451.230000', '165451.690000', '165452.150000', '165452.610000', '165453.070000', '165453.530000', '165453.990000', '165454.450000', '165454.910000', '165455.370000', '165455.830000', '165456.290000', '165456.750000', '165457.210000', '165457.670000', '165458.130000', '165458.590000', '165459.050000', '165459.510000', '165459.970000', '165500.430000', '165500.890000', '165501.350000', '165501.810000', '165502.270000', '165502.730000', '165503.190000', '165503.650000', '165504.110000', '165504.570000', '165505.030000', '165505.490000', '165505.950000', '165506.410000', '165506.870000', '165507.330000', '165507.790000', '165508.250000', '165508.710000', '165509.170000', '165509.630000', '165510.090000', '165510.550000', '165511.010000', '165511.470000', '165511.930000', '165512.390000', '165512.850000', '165513.310000', '165513.770000', '165514.230000', '165514.690000', '165515.150000', '165515.610000', '165516.070000', '165516.530000', '165516.990000', '165517.450000', '165517.910000', '165518.370000', '165518.830000', '165519.290000', '165519.750000', '165520.210000', '165520.670000', '165521.130000', '165521.590000', '165522.050000', '165522.510000', '165522.970000', '165523.430000', '165523.890000', '165524.350000', '165524.810000', '165525.270000', '165525.730000', '165526.190000', '165526.650000', '165527.110000', '165527.570000', '165528.030000', '165528.490000', '165528.950000', '165529.410000', '165529.870000', '165530.330000', '165530.790000', '165531.250000', '165531.710000', '165532.170000', '165532.630000', '165533.090000', '165533.550000', '165534.010000', '165534.470000', '165534.930000', '165535.390000', '165535.850000', '165536.310000', '165536.770000', '165537.230000', '165537.690000', '165538.150000', '165538.610000', '165539.070000', '165539.530000', '165539.990000', '165540.450000', '165540.910000', '165541.370000', '165541.830000', '165542.290000', '165542.750000', '165543.210000', '165543.670000', '165544.130000', '165544.590000', '165545.050000', '165545.510000', '165545.970000', '165546.430000', '165546.890000', '165547.350000', '165547.810000', '165548.270000', '165548.730000', '165549.190000', '165549.650000', '165550.110000', '165550.570000', '165551.030000', '165551.490000', '165551.950000', '165552.410000', '165552.870000', '165553.330000', '165553.790000', '165554.250000', '165554.710000', '165555.170000', '165555.630000', '165556.090000', '165556.550000', '165557.010000', '165557.470000', '165557.930000', '165558.390000', '165558.850000', '165559.310000', '165559.770000', '165600.230000', '165600.690000', '165601.150000', '165601.610000', '165602.070000', '165602.530000', '165602.990000', '165603.450000', '165603.910000', '165604.370000', '165604.830000', '165605.290000', '165605.750000', '165606.210000', '165606.670000', '165607.130000', '165607.590000', '165608.050000', '165608.510000', '165608.970000', '165609.430000', '165609.890000', '165610.350000', '165610.810000', '165611.270000', '165611.730000', '165612.190000', '165612.650000', '165613.110000', '165613.570000', '165614.030000', '165614.490000', '165614.950000', '165615.410000', '165615.870000', '165616.330000', '165616.790000', '165617.250000', '165617.710000', '165618.170000', '165618.630000', '165619.090000', '165619.550000', '165620.010000', '165620.470000', '165620.930000', '165621.390000', '165621.850000', '165622.310000', '165622.770000', '165623.230000', '165623.690000', '165624.150000', '165624.610000', '165625.070000', '165625.530000', '165625.990000', '165626.450000', '165626.910000', '165627.370000', '165627.830000', '165628.290000', '165628.750000', '165629.210000', '165629.670000', '165630.130000', '165630.590000', '165631.050000', '165631.510000', '165631.970000', '165632.430000', '165632.890000', '165633.350000', '165633.810000', '165634.270000', '165634.730000', '165635.190000', '165635.650000', '165636.110000', '165636.570000', '165637.030000', '165637.490000', '165637.950000', '165638.410000', '165638.870000', '165639.330000', '165639.790000', '165640.250000', '165640.710000', '165641.170000', '165641.630000', '165642.090000', '165642.550000', '165643.010000', '165643.470000', '165643.930000', '165644.390000', '165644.850000', '165645.310000', '165645.770000', '165646.230000', '165646.690000', '165647.150000', '165647.610000', '165648.070000', '165648.530000', '165648.990000', '165649.450000', '165649.910000', '165650.370000', '165650.830000', '165651.290000', '165651.750000', '165652.210000', '165652.670000', '165653.130000', '165653.590000', '165654.050000', '165654.510000', '165654.970000', '165655.430000', '165655.890000', '165656.350000', '165656.810000', '165657.270000', '165657.730000', '165658.190000', '165658.650000', '165659.110000', '165659.570000', '165700.030000', '165700.490000', '165700.950000', '165701.410000', '165701.870000', '165702.330000', '165702.790000', '165703.250000', '165703.710000', '165704.170000', '165704.630000', '165705.090000', '165705.550000', '165706.010000', '165706.470000', '165706.930000', '165707.390000', '165707.850000', '165708.310000', '165708.770000', '165709.230000', '165709.690000', '165710.150000', '165710.610000', '165711.070000', '165711.530000', '165711.990000', '165712.450000', '165712.910000', '165713.370000', '165713.830000', '165714.290000', '165714.750000', '165715.210000', '165715.670000', '165716.130000', '165716.590000', '165717.050000', '165717.510000', '165717.970000', '165718.430000', '165718.890000', '165719.350000', '165719.810000', '165720.270000', '165720.730000', '165721.190000', '165721.650000', '165722.110000', '165722.570000', '165723.030000', '165723.490000', '165723.950000', '165724.410000', '165724.870000', '165725.330000', '165725.790000', '165726.250000', '165726.710000', '165727.170000', '165727.630000', '165728.090000'], 'ContentTime': ['164713.026000', '164713.029000', '164713.032000', '164713.035000', '164713.038000', '164713.041000', '164713.044000', '164713.047000', '164713.050000', '164713.053000', '164713.056000', '164713.059000', '164713.061000', '164713.064000', '164713.067000', '164713.070000', '164713.073000', '164713.076000', '164713.078000', '164713.082000', '164713.086000', '164713.089000', '164713.092000', '164713.095000', '164713.098000', '164713.101000', '164713.103000', '164713.106000', '164713.109000', '164713.116000', '164713.119000', '164713.122000', '164713.125000', '164713.127000', '164713.130000', '164713.133000', '164713.136000', '164732.988000', '164732.991000', '164733.002000', '164733.005000', '164733.008000', '164733.011000', '164733.013000', '164733.016000', '164733.019000', '164733.022000', '164733.025000', '164733.028000', '164733.030000', '164733.033000', '164733.036000', '164733.039000', '164733.042000', '164733.045000', '164733.047000', '164733.050000', '164733.053000', '164733.056000', '164733.059000', '164733.061000', '164733.064000', '164733.067000', '164733.070000', '164733.073000', '164733.075000', '164733.078000', '164733.081000', '164733.084000', '164733.087000', '164733.089000', '164733.092000', '164733.095000', '164733.098000', '164733.101000', '164733.103000', '164733.106000', '164733.109000', '164733.112000', '164733.115000', '164752.989000', '164752.992000', '164752.994000', '164752.997000', '164753.001000', '164753.004000', '164753.007000', '164753.011000', '164753.014000', '164753.016000', '164753.019000', '164753.022000', '164753.025000', '164753.028000', '164753.030000', '164753.033000', '164753.036000', '164753.039000', '164753.059000', '164753.061000', '164753.071000', '164753.074000', '164753.077000', '164753.080000', '164753.083000', '164753.085000', '164753.088000', '164753.091000', '164753.094000', '164753.097000', '164753.100000', '164753.102000', '164753.105000', '164753.108000', '164753.111000', '164753.114000', '164753.117000', '164753.119000', '164753.122000', '164753.125000', '164753.128000', '164753.131000', '164753.133000', '164753.136000', '164812.988000', '164812.991000', '164812.994000', '164812.997000', '164813.001000', '164813.003000', '164813.006000', '164813.009000', '164813.012000', '164813.015000', '164813.018000', '164813.020000', '164813.023000', '164813.026000', '164813.029000', '164813.032000', '164813.035000', '164813.037000', '164813.040000', '164813.043000', '164813.046000', '164813.049000', '164813.052000', '164813.054000', '164813.057000', '164813.060000', '164813.063000', '164813.066000', '164813.069000', '164813.071000', '164813.074000', '164813.077000', '164813.080000', '164813.083000', '164813.086000', '164813.088000', '164813.091000', '164813.094000', '164813.097000', '164813.100000', '164813.102000', '164813.105000', '164813.108000', '164832.988000', '164832.992000', '164832.994000', '164832.998000', '164833.001000', '164833.004000', '164833.007000', '164833.010000', '164833.013000', '164833.016000', '164833.018000', '164833.021000', '164833.024000', '164833.027000', '164833.030000', '164833.033000', '164833.036000', '164833.039000', '164833.041000', '164833.044000', '164833.047000', '164833.050000', '164833.053000', '164833.056000', '164833.059000', '164833.061000', '164833.064000', '164833.067000', '164833.070000', '164833.073000', '164833.076000', '164833.079000', '164833.081000', '164833.084000', '164833.087000', '164833.090000', '164833.093000', '164833.096000', '164833.098000', '164833.101000', '164833.104000', '164833.107000', '164833.110000', '164852.988000', '164852.991000', '164852.994000', '164852.997000', '164853.000000', '164853.003000', '164853.006000', '164853.009000', '164853.012000', '164853.015000', '164853.018000', '164853.020000', '164853.023000', '164853.026000', '164853.029000', '164853.032000', '164853.035000', '164853.037000', '164853.040000', '164853.043000', '164853.046000', '164853.049000', '164853.052000', '164853.055000', '164853.057000', '164853.060000', '164853.063000', '164853.066000', '164853.069000', '164853.072000', '164853.075000', '164853.077000', '164853.080000', '164853.083000', '164853.086000', '164853.089000', '164853.092000', '164853.095000', '164853.098000', '164853.100000', '164853.103000', '164853.106000', '164853.109000', '164853.112000', '164912.988000', '164912.991000', '164912.994000', '164912.996000', '164913.000000', '164913.003000', '164913.006000', '164913.009000', '164913.018000', '164913.021000', '164913.024000', '164913.027000', '164913.030000', '164913.033000', '164913.036000', '164913.039000', '164913.042000', '164913.044000', '164913.047000', '164913.050000', '164913.053000', '164913.056000', '164913.059000', '164913.062000', '164913.064000', '164913.067000', '164913.070000', '164913.073000', '164913.076000', '164913.079000', '164913.081000', '164913.084000', '164913.087000', '164913.090000', '164913.093000', '164913.096000', '164913.098000', '164913.101000', '164913.104000', '164913.107000', '164913.110000', '164913.112000', '164913.115000', '164932.988000', '164932.991000', '164932.994000', '164932.997000', '164933.000000', '164933.003000', '164933.006000', '164933.009000', '164933.012000', '164933.015000', '164933.017000', '164933.020000', '164933.023000', '164933.026000', '164933.043000', '164933.045000', '164933.048000', '164933.051000', '164933.054000', '164933.057000', '164933.059000', '164933.062000', '164933.065000', '164933.068000', '164933.071000', '164933.074000', '164933.076000', '164933.079000', '164933.082000', '164933.085000', '164933.088000', '164933.091000', '164933.094000', '164933.096000', '164933.099000', '164933.102000', '164933.105000', '164933.108000', '164933.111000', '164933.113000', '164933.116000', '164933.119000', '164933.122000', '164933.125000', '164952.988000', '164952.991000', '164952.994000', '164952.997000', '164953.001000', '164953.003000', '164953.006000', '164953.009000', '164953.012000', '164953.015000', '164953.018000', '164953.021000', '164953.027000', '164953.030000', '164953.033000', '164953.035000', '164953.038000', '164953.041000', '164953.044000', '164953.047000', '164953.050000', '164953.053000', '164953.055000', '164953.058000', '164953.061000', '164953.064000', '164953.067000', '164953.070000', '164953.072000', '164953.076000', '164953.078000', '164953.081000', '164953.084000', '164953.087000', '164953.090000', '164953.093000', '164953.095000', '164953.098000', '164953.101000', '164953.104000', '164953.107000', '164953.110000', '164953.113000', '165012.989000', '165012.992000', '165012.995000', '165012.997000', '165013.007000', '165013.010000', '165013.013000', '165013.015000', '165013.018000', '165013.021000', '165013.024000', '165013.027000', '165013.030000', '165013.033000', '165013.036000', '165013.038000', '165013.041000', '165013.044000', '165013.047000', '165013.050000', '165013.053000', '165013.056000', '165013.058000', '165013.061000', '165013.064000', '165013.067000', '165013.070000', '165013.073000', '165013.076000', '165013.079000', '165013.081000', '165013.084000', '165013.087000', '165013.090000', '165013.093000', '165013.096000', '165013.099000', '165013.101000', '165013.104000', '165013.107000', '165013.110000', '165013.113000', '165013.115000', '165013.118000', '165032.988000', '165032.991000', '165032.994000', '165032.997000', '165033.000000', '165033.003000', '165033.006000', '165033.009000', '165033.012000', '165033.014000', '165033.018000', '165033.020000', '165033.023000', '165033.026000', '165033.029000', '165033.032000', '165033.035000', '165033.037000', '165033.040000', '165033.043000', '165033.046000', '165033.049000', '165033.052000', '165033.055000', '165033.058000', '165033.061000', '165033.064000', '165033.067000', '165033.070000', '165033.073000', '165033.075000', '165033.078000', '165033.081000', '165033.084000', '165033.087000', '165033.089000', '165033.093000', '165033.095000', '165033.098000', '165033.101000', '165033.104000', '165033.107000', '165033.109000', '165052.988000', '165052.991000', '165052.993000', '165052.996000', '165053.000000', '165053.003000', '165053.006000', '165053.009000', '165053.012000', '165053.015000', '165053.017000', '165053.020000', '165053.023000', '165053.026000', '165053.029000', '165053.032000', '165053.035000', '165053.038000', '165053.040000', '165053.043000', '165053.046000', '165053.049000', '165053.052000', '165053.055000', '165053.058000', '165053.061000', '165053.063000', '165053.066000', '165053.069000', '165053.072000', '165053.075000', '165053.078000', '165053.081000', '165053.083000', '165053.086000', '165053.089000', '165053.092000', '165053.095000', '165053.098000', '165053.101000', '165053.104000', '165053.107000', '165053.109000', '165053.112000', '165112.989000', '165112.993000', '165112.996000', '165113.001000', '165113.004000', '165113.007000', '165113.010000', '165113.013000', '165113.015000', '165113.018000', '165113.021000', '165113.024000', '165113.027000', '165113.030000', '165113.033000', '165113.036000', '165113.038000', '165113.041000', '165113.044000', '165113.047000', '165113.050000', '165113.053000', '165113.056000', '165113.062000', '165113.065000', '165113.068000', '165113.071000', '165113.074000', '165113.076000', '165113.079000', '165113.082000', '165113.085000', '165113.088000', '165113.091000', '165113.093000', '165113.096000', '165113.099000', '165113.102000', '165113.105000', '165113.108000', '165113.111000', '165113.113000', '165113.116000', '165132.988000', '165132.991000', '165132.994000', '165132.997000', '165133.001000', '165133.003000', '165133.006000', '165133.009000', '165133.012000', '165133.015000', '165133.018000', '165133.021000', '165133.024000', '165133.026000', '165133.029000', '165133.032000', '165133.035000', '165133.038000', '165133.041000', '165133.044000', '165133.046000', '165133.049000', '165133.052000', '165133.055000', '165133.058000', '165133.061000', '165133.064000', '165133.066000', '165133.069000', '165133.072000', '165133.075000', '165133.078000', '165133.081000', '165133.083000', '165133.086000', '165133.089000', '165133.092000', '165133.095000', '165133.098000', '165133.101000', '165133.103000', '165133.106000', '165133.109000', '165133.112000', '165152.988000', '165152.991000', '165152.994000', '165152.996000', '165153.000000', '165153.003000', '165153.006000', '165153.009000', '165153.012000', '165153.015000', '165153.018000', '165153.020000', '165153.023000', '165153.026000', '165153.029000', '165153.032000', '165153.035000', '165153.038000', '165153.041000', '165153.043000', '165153.046000', '165153.049000', '165153.052000', '165153.055000', '165153.058000', '165153.061000', '165153.063000', '165153.066000', '165153.069000', '165153.072000', '165153.075000', '165153.078000', '165153.081000', '165153.084000', '165153.086000', '165153.090000', '165153.093000', '165153.096000', '165153.099000', '165153.101000', '165153.104000', '165153.107000', '165153.110000', '165212.988000', '165212.991000', '165212.994000', '165212.997000', '165213.000000', '165213.003000', '165213.006000', '165213.009000', '165213.012000', '165213.015000', '165213.018000', '165213.021000', '165213.023000', '165213.026000', '165213.029000', '165213.032000', '165213.035000', '165213.038000', '165213.041000', '165213.043000', '165213.046000', '165213.049000', '165213.052000', '165213.055000', '165213.058000', '165213.061000', '165213.064000', '165213.067000', '165213.069000', '165213.072000', '165213.075000', '165213.078000', '165213.081000', '165213.084000', '165213.087000', '165213.089000', '165213.092000', '165213.095000', '165213.098000', '165213.101000', '165213.104000', '165213.107000', '165213.109000', '165213.112000', '165232.988000', '165232.991000', '165232.994000', '165232.997000', '165233.001000', '165233.003000', '165233.006000', '165233.009000', '165233.012000', '165233.015000', '165233.018000', '165233.021000', '165233.024000', '165233.031000', '165233.034000', '165233.038000', '165233.041000', '165233.046000', '165233.048000', '165233.052000', '165233.065000', '165233.068000', '165233.071000', '165233.080000', '165233.083000', '165233.086000', '165233.089000', '165233.092000', '165233.095000', '165233.098000', '165233.100000', '165233.104000', '165233.107000', '165233.110000', '165233.113000', '165233.116000', '165233.119000', '165233.122000', '165233.124000', '165233.127000', '165233.130000', '165233.133000', '165233.136000', '165252.988000', '165252.991000', '165252.993000', '165252.996000', '165253.000000', '165253.003000', '165253.006000', '165253.009000', '165253.012000', '165253.015000', '165253.018000', '165253.020000', '165253.023000', '165253.026000', '165253.029000', '165253.032000', '165253.035000', '165253.038000', '165253.040000', '165253.043000', '165253.046000', '165253.049000', '165253.052000', '165253.055000', '165253.058000', '165253.060000', '165253.063000', '165253.066000', '165253.069000', '165253.072000', '165253.075000', '165253.077000', '165253.080000', '165253.083000', '165253.086000', '165253.089000', '165253.092000', '165253.095000', '165253.098000', '165253.100000', '165253.103000', '165253.106000', '165253.109000', '165253.112000', '165312.988000', '165312.991000', '165312.994000', '165312.997000', '165313.001000', '165313.003000', '165313.006000', '165313.009000', '165313.012000', '165313.015000', '165313.018000', '165313.020000', '165313.023000', '165313.026000', '165313.029000', '165313.032000', '165313.035000', '165313.037000', '165313.040000', '165313.043000', '165313.046000', '165313.049000', '165313.052000', '165313.055000', '165313.057000', '165313.060000', '165313.063000', '165313.066000', '165313.069000', '165313.072000', '165313.075000', '165313.078000', '165313.080000', '165313.083000', '165313.086000', '165313.089000', '165313.092000', '165313.095000', '165313.097000', '165313.100000', '165313.103000', '165313.106000', '165313.109000', '165332.988000', '165332.991000', '165332.994000', '165333.000000', '165333.003000', '165333.006000', '165333.008000', '165333.011000', '165333.014000', '165333.017000', '165333.020000', '165333.023000', '165333.026000', '165333.047000', '165333.050000', '165333.053000', '165333.056000', '165333.059000', '165333.062000', '165333.065000', '165333.067000', '165333.070000', '165333.073000', '165333.076000', '165333.079000', '165333.082000', '165333.084000', '165333.087000', '165333.090000', '165333.093000', '165333.096000', '165333.099000', '165333.102000', '165333.105000', '165333.107000', '165333.110000', '165333.113000', '165333.116000', '165333.119000', '165333.122000', '165333.124000', '165333.127000', '165333.130000', '165333.133000', '165352.988000', '165352.991000', '165352.994000', '165352.997000', '165353.001000', '165353.004000', '165353.006000', '165353.009000', '165353.012000', '165353.015000', '165353.018000', '165353.021000', '165353.024000', '165353.027000', '165353.029000', '165353.032000', '165353.035000', '165353.038000', '165353.041000', '165353.044000', '165353.047000', '165353.050000', '165353.052000', '165353.055000', '165353.058000', '165353.061000', '165353.064000', '165353.067000', '165353.069000', '165353.074000', '165353.089000', '165353.092000', '165353.095000', '165353.098000', '165353.101000', '165353.103000', '165353.106000', '165353.109000', '165353.112000', '165353.115000', '165353.118000', '165353.121000', '165353.123000', '165412.988000', '165412.991000', '165412.998000', '165413.002000', '165413.005000', '165413.008000', '165413.011000', '165413.014000', '165413.016000', '165413.019000', '165413.022000', '165413.025000', '165413.028000', '165413.031000', '165413.034000', '165413.036000', '165413.039000', '165413.042000', '165413.045000', '165413.048000', '165413.051000', '165413.054000', '165413.057000', '165413.060000', '165413.062000', '165413.065000', '165413.068000', '165413.071000', '165413.074000', '165413.077000', '165413.080000', '165413.083000', '165413.086000', '165413.088000', '165413.091000', '165413.094000', '165413.097000', '165413.100000', '165413.103000', '165413.106000', '165413.109000', '165413.111000', '165413.114000', '165413.117000', '165432.988000', '165432.991000', '165432.994000', '165432.997000', '165433.001000', '165433.003000', '165433.006000', '165433.009000', '165433.012000', '165433.015000', '165433.018000', '165433.020000', '165433.023000', '165433.026000', '165433.029000', '165433.032000', '165433.035000', '165433.038000', '165433.041000', '165433.043000', '165433.046000', '165433.049000', '165433.052000', '165433.055000', '165433.058000', '165433.061000', '165433.063000', '165433.066000', '165433.069000', '165433.072000', '165433.075000', '165433.078000', '165433.081000', '165433.083000', '165433.086000', '165433.089000', '165433.092000', '165433.095000', '165433.098000', '165433.100000', '165433.103000', '165433.106000', '165433.109000', '165452.988000', '165452.991000', '165452.994000', '165452.997000', '165453.001000', '165453.010000', '165453.013000', '165453.016000', '165453.019000', '165453.022000', '165453.025000', '165453.027000', '165453.030000', '165453.033000', '165453.036000', '165453.039000', '165453.042000', '165453.045000', '165453.048000', '165453.050000', '165453.053000', '165453.056000', '165453.059000', '165453.062000', '165453.065000', '165453.067000', '165453.070000', '165453.073000', '165453.076000', '165453.079000', '165453.082000', '165453.085000', '165453.087000', '165453.090000', '165453.093000', '165453.096000', '165453.099000', '165453.102000', '165453.104000', '165453.107000', '165453.110000', '165453.113000', '165453.116000', '165453.119000', '165512.988000', '165512.991000', '165512.994000', '165512.997000', '165513.000000', '165513.003000', '165513.006000', '165513.009000', '165513.012000', '165513.015000', '165513.017000', '165513.021000', '165513.023000', '165513.026000', '165513.029000', '165513.032000', '165513.035000', '165513.038000', '165513.041000', '165513.044000', '165513.046000', '165513.049000', '165513.052000', '165513.055000', '165513.058000', '165513.061000', '165513.063000', '165513.075000', '165513.078000', '165513.081000', '165513.084000', '165513.087000', '165513.089000', '165513.092000', '165513.095000', '165513.098000', '165513.101000', '165513.104000', '165513.107000', '165513.110000', '165513.114000', '165513.117000', '165513.120000', '165532.988000', '165532.991000', '165532.994000', '165532.997000', '165533.001000', '165533.003000', '165533.006000', '165533.009000', '165533.012000', '165533.015000', '165533.018000', '165533.021000', '165533.024000', '165533.026000', '165533.029000', '165533.032000', '165533.035000', '165533.038000', '165533.041000', '165533.043000', '165533.046000', '165533.049000', '165533.052000', '165533.055000', '165533.058000', '165533.061000', '165533.063000', '165533.066000', '165533.069000', '165533.072000', '165533.075000', '165533.078000', '165533.081000', '165533.084000', '165533.086000', '165533.089000', '165533.092000', '165533.095000', '165533.098000', '165533.101000', '165533.104000', '165533.107000', '165533.109000', '165533.112000', '165552.988000', '165552.991000', '165552.994000', '165552.997000', '165553.000000', '165553.003000', '165553.006000', '165553.009000', '165553.012000', '165553.015000', '165553.018000', '165553.020000', '165553.023000', '165553.026000', '165553.029000', '165553.032000', '165553.034000', '165553.037000', '165553.040000', '165553.043000', '165553.046000', '165553.049000', '165553.052000', '165553.055000', '165553.057000', '165553.060000', '165553.063000', '165553.066000', '165553.069000', '165553.072000', '165553.075000', '165553.077000', '165553.080000', '165553.083000', '165553.086000', '165553.089000', '165553.092000', '165553.094000', '165553.097000', '165553.100000', '165553.103000', '165553.106000', '165553.109000', '165612.988000', '165612.991000', '165612.994000', '165612.997000', '165613.001000', '165613.003000', '165613.006000', '165613.009000', '165613.012000', '165613.015000', '165613.018000', '165613.021000', '165613.024000', '165613.026000', '165613.029000', '165613.032000', '165613.035000', '165613.038000', '165613.041000', '165613.044000', '165613.046000', '165613.049000', '165613.052000', '165613.055000', '165613.058000', '165613.061000', '165613.063000', '165613.066000', '165613.069000', '165613.072000', '165613.075000', '165613.078000', '165613.080000', '165613.083000', '165613.086000', '165613.089000', '165613.092000', '165613.095000', '165613.098000', '165613.101000', '165613.103000', '165613.106000', '165613.109000', '165613.112000', '165632.988000', '165632.991000', '165632.994000', '165632.997000', '165633.001000', '165633.004000', '165633.007000', '165633.010000', '165633.012000', '165633.020000', '165633.023000', '165633.025000', '165633.028000', '165633.031000', '165633.034000', '165633.037000', '165633.040000', '165633.043000', '165633.046000', '165633.048000', '165633.051000', '165633.054000', '165633.057000', '165633.060000', '165633.063000', '165633.066000', '165633.068000', '165633.071000', '165633.074000', '165633.077000', '165633.080000', '165633.083000', '165633.085000', '165633.088000', '165633.091000', '165633.094000', '165633.097000', '165633.100000', '165633.103000', '165633.106000', '165633.108000', '165633.111000', '165633.114000', '165652.988000', '165652.991000', '165652.994000', '165652.997000', '165653.001000', '165653.004000', '165653.007000', '165653.010000', '165653.012000', '165653.015000', '165653.018000', '165653.021000', '165653.024000', '165653.027000', '165653.030000', '165653.032000', '165653.036000', '165653.039000', '165653.042000', '165653.045000', '165653.047000', '165653.050000', '165653.053000', '165653.056000', '165653.059000', '165653.062000', '165653.065000', '165653.067000', '165653.070000', '165653.073000', '165653.076000', '165653.079000', '165653.082000', '165653.084000', '165653.087000', '165653.090000', '165653.093000', '165653.096000', '165653.099000', '165653.101000', '165653.104000', '165653.107000', '165653.110000', '165712.988000', '165712.991000', '165712.994000', '165712.997000', '165713.001000', '165713.003000', '165713.006000', '165713.009000', '165713.012000', '165713.015000', '165713.018000', '165713.021000', '165713.023000', '165713.026000', '165713.029000', '165713.032000', '165713.035000', '165713.038000', '165713.041000', '165713.043000', '165713.046000', '165713.049000', '165713.052000', '165713.055000', '165713.058000', '165713.061000', '165713.063000', '165713.066000', '165713.069000', '165713.072000', '165713.075000', '165713.078000', '165713.080000', '165713.083000', '165713.086000', '165713.089000', '165713.092000', '165713.095000', '165713.098000', '165713.100000', '165713.103000', '165713.106000', '165713.109000', '165713.112000', '165728.925000', '165728.929000', '165728.932000', '165728.935000', '165728.938000', '165728.942000', '165728.945000', '165728.948000', '165728.951000', '165728.954000', '165728.957000', '165728.960000', '165728.964000', '165728.967000', '165728.970000', '165728.973000', '165728.976000', '165728.979000', '165728.982000', '165728.985000', '165728.988000', '165728.991000', '165728.994000', '165728.997000', '165729.000000', '165729.003000', '165729.006000', '165729.009000', '165729.012000', '165729.014000', '165729.017000', '165729.020000', '165729.023000', '165729.026000', '165729.029000'], 'InstanceCreationTime': ['164713.026000', '164713.029000', '164713.032000', '164713.035000', '164713.038000', '164713.041000', '164713.044000', '164713.047000', '164713.050000', '164713.053000', '164713.056000', '164713.059000', '164713.061000', '164713.064000', '164713.067000', '164713.070000', '164713.073000', '164713.076000', '164713.078000', '164713.082000', '164713.086000', '164713.089000', '164713.092000', '164713.095000', '164713.098000', '164713.101000', '164713.103000', '164713.106000', '164713.109000', '164713.116000', '164713.119000', '164713.122000', '164713.125000', '164713.127000', '164713.130000', '164713.133000', '164713.136000', '164732.988000', '164732.991000', '164733.002000', '164733.005000', '164733.008000', '164733.011000', '164733.013000', '164733.016000', '164733.019000', '164733.022000', '164733.025000', '164733.028000', '164733.030000', '164733.033000', '164733.036000', '164733.039000', '164733.042000', '164733.045000', '164733.047000', '164733.050000', '164733.053000', '164733.056000', '164733.059000', '164733.061000', '164733.064000', '164733.067000', '164733.070000', '164733.073000', '164733.075000', '164733.078000', '164733.081000', '164733.084000', '164733.087000', '164733.089000', '164733.092000', '164733.095000', '164733.098000', '164733.101000', '164733.103000', '164733.106000', '164733.109000', '164733.112000', '164733.115000', '164752.989000', '164752.992000', '164752.994000', '164752.997000', '164753.001000', '164753.004000', '164753.007000', '164753.011000', '164753.014000', '164753.016000', '164753.019000', '164753.022000', '164753.025000', '164753.028000', '164753.030000', '164753.033000', '164753.036000', '164753.039000', '164753.059000', '164753.061000', '164753.071000', '164753.074000', '164753.077000', '164753.080000', '164753.083000', '164753.085000', '164753.088000', '164753.091000', '164753.094000', '164753.097000', '164753.100000', '164753.102000', '164753.105000', '164753.108000', '164753.111000', '164753.114000', '164753.117000', '164753.119000', '164753.122000', '164753.125000', '164753.128000', '164753.131000', '164753.133000', '164753.136000', '164812.988000', '164812.991000', '164812.994000', '164812.997000', '164813.001000', '164813.003000', '164813.006000', '164813.009000', '164813.012000', '164813.015000', '164813.018000', '164813.020000', '164813.023000', '164813.026000', '164813.029000', '164813.032000', '164813.035000', '164813.037000', '164813.040000', '164813.043000', '164813.046000', '164813.049000', '164813.052000', '164813.054000', '164813.057000', '164813.060000', '164813.063000', '164813.066000', '164813.069000', '164813.071000', '164813.074000', '164813.077000', '164813.080000', '164813.083000', '164813.086000', '164813.088000', '164813.091000', '164813.094000', '164813.097000', '164813.100000', '164813.102000', '164813.105000', '164813.108000', '164832.988000', '164832.992000', '164832.994000', '164832.998000', '164833.001000', '164833.004000', '164833.007000', '164833.010000', '164833.013000', '164833.016000', '164833.018000', '164833.021000', '164833.024000', '164833.027000', '164833.030000', '164833.033000', '164833.036000', '164833.039000', '164833.041000', '164833.044000', '164833.047000', '164833.050000', '164833.053000', '164833.056000', '164833.059000', '164833.061000', '164833.064000', '164833.067000', '164833.070000', '164833.073000', '164833.076000', '164833.079000', '164833.081000', '164833.084000', '164833.087000', '164833.090000', '164833.093000', '164833.096000', '164833.098000', '164833.101000', '164833.104000', '164833.107000', '164833.110000', '164852.988000', '164852.991000', '164852.994000', '164852.997000', '164853.000000', '164853.003000', '164853.006000', '164853.009000', '164853.012000', '164853.015000', '164853.018000', '164853.020000', '164853.023000', '164853.026000', '164853.029000', '164853.032000', '164853.035000', '164853.037000', '164853.040000', '164853.043000', '164853.046000', '164853.049000', '164853.052000', '164853.055000', '164853.057000', '164853.060000', '164853.063000', '164853.066000', '164853.069000', '164853.072000', '164853.075000', '164853.077000', '164853.080000', '164853.083000', '164853.086000', '164853.089000', '164853.092000', '164853.095000', '164853.098000', '164853.100000', '164853.103000', '164853.106000', '164853.109000', '164853.112000', '164912.988000', '164912.991000', '164912.994000', '164912.996000', '164913.000000', '164913.003000', '164913.006000', '164913.009000', '164913.018000', '164913.021000', '164913.024000', '164913.027000', '164913.030000', '164913.033000', '164913.036000', '164913.039000', '164913.042000', '164913.044000', '164913.047000', '164913.050000', '164913.053000', '164913.056000', '164913.059000', '164913.062000', '164913.064000', '164913.067000', '164913.070000', '164913.073000', '164913.076000', '164913.079000', '164913.081000', '164913.084000', '164913.087000', '164913.090000', '164913.093000', '164913.096000', '164913.098000', '164913.101000', '164913.104000', '164913.107000', '164913.110000', '164913.112000', '164913.115000', '164932.988000', '164932.991000', '164932.994000', '164932.997000', '164933.000000', '164933.003000', '164933.006000', '164933.009000', '164933.012000', '164933.015000', '164933.017000', '164933.020000', '164933.023000', '164933.026000', '164933.043000', '164933.045000', '164933.048000', '164933.051000', '164933.054000', '164933.057000', '164933.059000', '164933.062000', '164933.065000', '164933.068000', '164933.071000', '164933.074000', '164933.076000', '164933.079000', '164933.082000', '164933.085000', '164933.088000', '164933.091000', '164933.094000', '164933.096000', '164933.099000', '164933.102000', '164933.105000', '164933.108000', '164933.111000', '164933.113000', '164933.116000', '164933.119000', '164933.122000', '164933.125000', '164952.988000', '164952.991000', '164952.994000', '164952.997000', '164953.001000', '164953.003000', '164953.006000', '164953.009000', '164953.012000', '164953.015000', '164953.018000', '164953.021000', '164953.027000', '164953.030000', '164953.033000', '164953.035000', '164953.038000', '164953.041000', '164953.044000', '164953.047000', '164953.050000', '164953.053000', '164953.055000', '164953.058000', '164953.061000', '164953.064000', '164953.067000', '164953.070000', '164953.072000', '164953.076000', '164953.078000', '164953.081000', '164953.084000', '164953.087000', '164953.090000', '164953.093000', '164953.095000', '164953.098000', '164953.101000', '164953.104000', '164953.107000', '164953.110000', '164953.113000', '165012.989000', '165012.992000', '165012.995000', '165012.997000', '165013.007000', '165013.010000', '165013.013000', '165013.015000', '165013.018000', '165013.021000', '165013.024000', '165013.027000', '165013.030000', '165013.033000', '165013.036000', '165013.038000', '165013.041000', '165013.044000', '165013.047000', '165013.050000', '165013.053000', '165013.056000', '165013.058000', '165013.061000', '165013.064000', '165013.067000', '165013.070000', '165013.073000', '165013.076000', '165013.079000', '165013.081000', '165013.084000', '165013.087000', '165013.090000', '165013.093000', '165013.096000', '165013.099000', '165013.101000', '165013.104000', '165013.107000', '165013.110000', '165013.113000', '165013.115000', '165013.118000', '165032.988000', '165032.991000', '165032.994000', '165032.997000', '165033.000000', '165033.003000', '165033.006000', '165033.009000', '165033.012000', '165033.014000', '165033.018000', '165033.020000', '165033.023000', '165033.026000', '165033.029000', '165033.032000', '165033.035000', '165033.037000', '165033.040000', '165033.043000', '165033.046000', '165033.049000', '165033.052000', '165033.055000', '165033.058000', '165033.061000', '165033.064000', '165033.067000', '165033.070000', '165033.073000', '165033.075000', '165033.078000', '165033.081000', '165033.084000', '165033.087000', '165033.089000', '165033.093000', '165033.095000', '165033.098000', '165033.101000', '165033.104000', '165033.107000', '165033.109000', '165052.988000', '165052.991000', '165052.993000', '165052.996000', '165053.000000', '165053.003000', '165053.006000', '165053.009000', '165053.012000', '165053.015000', '165053.017000', '165053.020000', '165053.023000', '165053.026000', '165053.029000', '165053.032000', '165053.035000', '165053.038000', '165053.040000', '165053.043000', '165053.046000', '165053.049000', '165053.052000', '165053.055000', '165053.058000', '165053.061000', '165053.063000', '165053.066000', '165053.069000', '165053.072000', '165053.075000', '165053.078000', '165053.081000', '165053.083000', '165053.086000', '165053.089000', '165053.092000', '165053.095000', '165053.098000', '165053.101000', '165053.104000', '165053.107000', '165053.109000', '165053.112000', '165112.989000', '165112.993000', '165112.996000', '165113.001000', '165113.004000', '165113.007000', '165113.010000', '165113.013000', '165113.015000', '165113.018000', '165113.021000', '165113.024000', '165113.027000', '165113.030000', '165113.033000', '165113.036000', '165113.038000', '165113.041000', '165113.044000', '165113.047000', '165113.050000', '165113.053000', '165113.056000', '165113.062000', '165113.065000', '165113.068000', '165113.071000', '165113.074000', '165113.076000', '165113.079000', '165113.082000', '165113.085000', '165113.088000', '165113.091000', '165113.093000', '165113.096000', '165113.099000', '165113.102000', '165113.105000', '165113.108000', '165113.111000', '165113.113000', '165113.116000', '165132.988000', '165132.991000', '165132.994000', '165132.997000', '165133.001000', '165133.003000', '165133.006000', '165133.009000', '165133.012000', '165133.015000', '165133.018000', '165133.021000', '165133.024000', '165133.026000', '165133.029000', '165133.032000', '165133.035000', '165133.038000', '165133.041000', '165133.044000', '165133.046000', '165133.049000', '165133.052000', '165133.055000', '165133.058000', '165133.061000', '165133.064000', '165133.066000', '165133.069000', '165133.072000', '165133.075000', '165133.078000', '165133.081000', '165133.083000', '165133.086000', '165133.089000', '165133.092000', '165133.095000', '165133.098000', '165133.101000', '165133.103000', '165133.106000', '165133.109000', '165133.112000', '165152.988000', '165152.991000', '165152.994000', '165152.996000', '165153.000000', '165153.003000', '165153.006000', '165153.009000', '165153.012000', '165153.015000', '165153.018000', '165153.020000', '165153.023000', '165153.026000', '165153.029000', '165153.032000', '165153.035000', '165153.038000', '165153.041000', '165153.043000', '165153.046000', '165153.049000', '165153.052000', '165153.055000', '165153.058000', '165153.061000', '165153.063000', '165153.066000', '165153.069000', '165153.072000', '165153.075000', '165153.078000', '165153.081000', '165153.084000', '165153.086000', '165153.090000', '165153.093000', '165153.096000', '165153.099000', '165153.101000', '165153.104000', '165153.107000', '165153.110000', '165212.988000', '165212.991000', '165212.994000', '165212.997000', '165213.000000', '165213.003000', '165213.006000', '165213.009000', '165213.012000', '165213.015000', '165213.018000', '165213.021000', '165213.023000', '165213.026000', '165213.029000', '165213.032000', '165213.035000', '165213.038000', '165213.041000', '165213.043000', '165213.046000', '165213.049000', '165213.052000', '165213.055000', '165213.058000', '165213.061000', '165213.064000', '165213.067000', '165213.069000', '165213.072000', '165213.075000', '165213.078000', '165213.081000', '165213.084000', '165213.087000', '165213.089000', '165213.092000', '165213.095000', '165213.098000', '165213.101000', '165213.104000', '165213.107000', '165213.109000', '165213.112000', '165232.988000', '165232.991000', '165232.994000', '165232.997000', '165233.001000', '165233.003000', '165233.006000', '165233.009000', '165233.012000', '165233.015000', '165233.018000', '165233.021000', '165233.024000', '165233.031000', '165233.034000', '165233.038000', '165233.041000', '165233.046000', '165233.048000', '165233.052000', '165233.065000', '165233.068000', '165233.071000', '165233.080000', '165233.083000', '165233.086000', '165233.089000', '165233.092000', '165233.095000', '165233.098000', '165233.100000', '165233.104000', '165233.107000', '165233.110000', '165233.113000', '165233.116000', '165233.119000', '165233.122000', '165233.124000', '165233.127000', '165233.130000', '165233.133000', '165233.136000', '165252.988000', '165252.991000', '165252.993000', '165252.996000', '165253.000000', '165253.003000', '165253.006000', '165253.009000', '165253.012000', '165253.015000', '165253.018000', '165253.020000', '165253.023000', '165253.026000', '165253.029000', '165253.032000', '165253.035000', '165253.038000', '165253.040000', '165253.043000', '165253.046000', '165253.049000', '165253.052000', '165253.055000', '165253.058000', '165253.060000', '165253.063000', '165253.066000', '165253.069000', '165253.072000', '165253.075000', '165253.077000', '165253.080000', '165253.083000', '165253.086000', '165253.089000', '165253.092000', '165253.095000', '165253.098000', '165253.100000', '165253.103000', '165253.106000', '165253.109000', '165253.112000', '165312.988000', '165312.991000', '165312.994000', '165312.997000', '165313.001000', '165313.003000', '165313.006000', '165313.009000', '165313.012000', '165313.015000', '165313.018000', '165313.020000', '165313.023000', '165313.026000', '165313.029000', '165313.032000', '165313.035000', '165313.037000', '165313.040000', '165313.043000', '165313.046000', '165313.049000', '165313.052000', '165313.055000', '165313.057000', '165313.060000', '165313.063000', '165313.066000', '165313.069000', '165313.072000', '165313.075000', '165313.078000', '165313.080000', '165313.083000', '165313.086000', '165313.089000', '165313.092000', '165313.095000', '165313.097000', '165313.100000', '165313.103000', '165313.106000', '165313.109000', '165332.988000', '165332.991000', '165332.994000', '165333.000000', '165333.003000', '165333.006000', '165333.008000', '165333.011000', '165333.014000', '165333.017000', '165333.020000', '165333.023000', '165333.026000', '165333.047000', '165333.050000', '165333.053000', '165333.056000', '165333.059000', '165333.062000', '165333.065000', '165333.067000', '165333.070000', '165333.073000', '165333.076000', '165333.079000', '165333.082000', '165333.084000', '165333.087000', '165333.090000', '165333.093000', '165333.096000', '165333.099000', '165333.102000', '165333.105000', '165333.107000', '165333.110000', '165333.113000', '165333.116000', '165333.119000', '165333.122000', '165333.124000', '165333.127000', '165333.130000', '165333.133000', '165352.988000', '165352.991000', '165352.994000', '165352.997000', '165353.001000', '165353.004000', '165353.006000', '165353.009000', '165353.012000', '165353.015000', '165353.018000', '165353.021000', '165353.024000', '165353.027000', '165353.029000', '165353.032000', '165353.035000', '165353.038000', '165353.041000', '165353.044000', '165353.047000', '165353.050000', '165353.052000', '165353.055000', '165353.058000', '165353.061000', '165353.064000', '165353.067000', '165353.069000', '165353.074000', '165353.089000', '165353.092000', '165353.095000', '165353.098000', '165353.101000', '165353.103000', '165353.106000', '165353.109000', '165353.112000', '165353.115000', '165353.118000', '165353.121000', '165353.123000', '165412.988000', '165412.991000', '165412.998000', '165413.002000', '165413.005000', '165413.008000', '165413.011000', '165413.014000', '165413.016000', '165413.019000', '165413.022000', '165413.025000', '165413.028000', '165413.031000', '165413.034000', '165413.036000', '165413.039000', '165413.042000', '165413.045000', '165413.048000', '165413.051000', '165413.054000', '165413.057000', '165413.060000', '165413.062000', '165413.065000', '165413.068000', '165413.071000', '165413.074000', '165413.077000', '165413.080000', '165413.083000', '165413.086000', '165413.088000', '165413.091000', '165413.094000', '165413.097000', '165413.100000', '165413.103000', '165413.106000', '165413.109000', '165413.111000', '165413.114000', '165413.117000', '165432.988000', '165432.991000', '165432.994000', '165432.997000', '165433.001000', '165433.003000', '165433.006000', '165433.009000', '165433.012000', '165433.015000', '165433.018000', '165433.020000', '165433.023000', '165433.026000', '165433.029000', '165433.032000', '165433.035000', '165433.038000', '165433.041000', '165433.043000', '165433.046000', '165433.049000', '165433.052000', '165433.055000', '165433.058000', '165433.061000', '165433.063000', '165433.066000', '165433.069000', '165433.072000', '165433.075000', '165433.078000', '165433.081000', '165433.083000', '165433.086000', '165433.089000', '165433.092000', '165433.095000', '165433.098000', '165433.100000', '165433.103000', '165433.106000', '165433.109000', '165452.988000', '165452.991000', '165452.994000', '165452.997000', '165453.001000', '165453.010000', '165453.013000', '165453.016000', '165453.019000', '165453.022000', '165453.025000', '165453.027000', '165453.030000', '165453.033000', '165453.036000', '165453.039000', '165453.042000', '165453.045000', '165453.048000', '165453.050000', '165453.053000', '165453.056000', '165453.059000', '165453.062000', '165453.065000', '165453.067000', '165453.070000', '165453.073000', '165453.076000', '165453.079000', '165453.082000', '165453.085000', '165453.087000', '165453.090000', '165453.093000', '165453.096000', '165453.099000', '165453.102000', '165453.104000', '165453.107000', '165453.110000', '165453.113000', '165453.116000', '165453.119000', '165512.988000', '165512.991000', '165512.994000', '165512.997000', '165513.000000', '165513.003000', '165513.006000', '165513.009000', '165513.012000', '165513.015000', '165513.017000', '165513.021000', '165513.023000', '165513.026000', '165513.029000', '165513.032000', '165513.035000', '165513.038000', '165513.041000', '165513.044000', '165513.046000', '165513.049000', '165513.052000', '165513.055000', '165513.058000', '165513.061000', '165513.063000', '165513.075000', '165513.078000', '165513.081000', '165513.084000', '165513.087000', '165513.089000', '165513.092000', '165513.095000', '165513.098000', '165513.101000', '165513.104000', '165513.107000', '165513.110000', '165513.114000', '165513.117000', '165513.120000', '165532.988000', '165532.991000', '165532.994000', '165532.997000', '165533.001000', '165533.003000', '165533.006000', '165533.009000', '165533.012000', '165533.015000', '165533.018000', '165533.021000', '165533.024000', '165533.026000', '165533.029000', '165533.032000', '165533.035000', '165533.038000', '165533.041000', '165533.043000', '165533.046000', '165533.049000', '165533.052000', '165533.055000', '165533.058000', '165533.061000', '165533.063000', '165533.066000', '165533.069000', '165533.072000', '165533.075000', '165533.078000', '165533.081000', '165533.084000', '165533.086000', '165533.089000', '165533.092000', '165533.095000', '165533.098000', '165533.101000', '165533.104000', '165533.107000', '165533.109000', '165533.112000', '165552.988000', '165552.991000', '165552.994000', '165552.997000', '165553.000000', '165553.003000', '165553.006000', '165553.009000', '165553.012000', '165553.015000', '165553.018000', '165553.020000', '165553.023000', '165553.026000', '165553.029000', '165553.032000', '165553.034000', '165553.037000', '165553.040000', '165553.043000', '165553.046000', '165553.049000', '165553.052000', '165553.055000', '165553.057000', '165553.060000', '165553.063000', '165553.066000', '165553.069000', '165553.072000', '165553.075000', '165553.077000', '165553.080000', '165553.083000', '165553.086000', '165553.089000', '165553.092000', '165553.094000', '165553.097000', '165553.100000', '165553.103000', '165553.106000', '165553.109000', '165612.988000', '165612.991000', '165612.994000', '165612.997000', '165613.001000', '165613.003000', '165613.006000', '165613.009000', '165613.012000', '165613.015000', '165613.018000', '165613.021000', '165613.024000', '165613.026000', '165613.029000', '165613.032000', '165613.035000', '165613.038000', '165613.041000', '165613.044000', '165613.046000', '165613.049000', '165613.052000', '165613.055000', '165613.058000', '165613.061000', '165613.063000', '165613.066000', '165613.069000', '165613.072000', '165613.075000', '165613.078000', '165613.080000', '165613.083000', '165613.086000', '165613.089000', '165613.092000', '165613.095000', '165613.098000', '165613.101000', '165613.103000', '165613.106000', '165613.109000', '165613.112000', '165632.988000', '165632.991000', '165632.994000', '165632.997000', '165633.001000', '165633.004000', '165633.007000', '165633.010000', '165633.012000', '165633.020000', '165633.023000', '165633.025000', '165633.028000', '165633.031000', '165633.034000', '165633.037000', '165633.040000', '165633.043000', '165633.046000', '165633.048000', '165633.051000', '165633.054000', '165633.057000', '165633.060000', '165633.063000', '165633.066000', '165633.068000', '165633.071000', '165633.074000', '165633.077000', '165633.080000', '165633.083000', '165633.085000', '165633.088000', '165633.091000', '165633.094000', '165633.097000', '165633.100000', '165633.103000', '165633.106000', '165633.108000', '165633.111000', '165633.114000', '165652.988000', '165652.991000', '165652.994000', '165652.997000', '165653.001000', '165653.004000', '165653.007000', '165653.010000', '165653.012000', '165653.015000', '165653.018000', '165653.021000', '165653.024000', '165653.027000', '165653.030000', '165653.032000', '165653.036000', '165653.039000', '165653.042000', '165653.045000', '165653.047000', '165653.050000', '165653.053000', '165653.056000', '165653.059000', '165653.062000', '165653.065000', '165653.067000', '165653.070000', '165653.073000', '165653.076000', '165653.079000', '165653.082000', '165653.084000', '165653.087000', '165653.090000', '165653.093000', '165653.096000', '165653.099000', '165653.101000', '165653.104000', '165653.107000', '165653.110000', '165712.988000', '165712.991000', '165712.994000', '165712.997000', '165713.001000', '165713.003000', '165713.006000', '165713.009000', '165713.012000', '165713.015000', '165713.018000', '165713.021000', '165713.023000', '165713.026000', '165713.029000', '165713.032000', '165713.035000', '165713.038000', '165713.041000', '165713.043000', '165713.046000', '165713.049000', '165713.052000', '165713.055000', '165713.058000', '165713.061000', '165713.063000', '165713.066000', '165713.069000', '165713.072000', '165713.075000', '165713.078000', '165713.080000', '165713.083000', '165713.086000', '165713.089000', '165713.092000', '165713.095000', '165713.098000', '165713.100000', '165713.103000', '165713.106000', '165713.109000', '165713.112000', '165728.925000', '165728.929000', '165728.932000', '165728.935000', '165728.938000', '165728.942000', '165728.945000', '165728.948000', '165728.951000', '165728.954000', '165728.957000', '165728.960000', '165728.964000', '165728.967000', '165728.970000', '165728.973000', '165728.976000', '165728.979000', '165728.982000', '165728.985000', '165728.988000', '165728.991000', '165728.994000', '165728.997000', '165729.000000', '165729.003000', '165729.006000', '165729.009000', '165729.012000', '165729.014000', '165729.017000', '165729.020000', '165729.023000', '165729.026000', '165729.029000'], '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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [12812, 8935, 12300, 9079, 12086, 8887, 10173, 13513, 8000, 12234, 9100, 11015, 8982, 8040, 12446, 8495, 10781, 8311, 13118, 7750, 10379, 10281, 7781, 12546, 8601, 12154, 8133, 11530, 8865, 8205, 12825, 8409, 11598, 7994, 10733, 8096, 8611, 13445, 8142, 11820, 8328, 13416, 8010, 10540, 12530, 8193, 12304, 7890, 13470, 7777, 11031, 11702, 8431, 12503, 7821, 10683, 7615, 10065, 7971, 9082, 8760, 7436, 12411, 8101, 11668, 8745, 10713, 8313, 10290, 11381, 7513, 12123, 8261, 11723, 8078, 12907, 7232, 9258, 8507, 7924, 12971, 8345, 11713, 8205, 13130, 7936, 10736, 12805, 8311, 12241, 8355, 13260, 7621, 8881, 11408, 7386, 11692, 8138, 10675, 7621, 8025, 12970, 7955, 12959, 8010, 10047, 9842, 7164, 11648, 8009, 10505, 7984, 8835, 10322, 7316, 12019, 8434, 11127, 8058, 9258, 12898, 8164, 11094, 7600, 10657, 13067, 7646, 11649, 8050, 10111, 8118, 7362, 11180, 7961, 9735, 7054, 8039, 11542, 7006, 11748, 8075, 11214, 9024, 9665, 13439, 8000, 11388, 7707, 9886, 8218, 7630, 12687, 7882, 10958, 7358, 9692, 9648, 7095, 12541, 8252, 10774, 7460, 8358, 11566, 7138, 11616, 8096, 11225, 7593, 10329, 8118, 7343, 12527, 7990, 13282, 8257, 10233, 8023, 7592, 12242, 7996, 10714, 7846, 7615, 12100, 8209, 12608, 7242, 8260, 12896, 7576, 11767, 8034, 10462, 8038, 7362, 12100, 8194, 10249, 7656, 8845, 7025, 7302, 12689, 8340, 10950, 8088, 10646, 7599, 10294, 9575, 8350, 13621, 8500, 12237, 8356, 12689, 8075, 11421, 8988, 9193, 9348, 7609, 13082, 7765, 11727, 8323, 11027, 7979, 13166, 7204, 10094, 11136, 7915, 12891, 7484, 11341, 8304, 12200, 8211, 13224, 7119, 10123, 9605, 7721, 12804, 8496, 10992, 8244, 10184, 7621, 8271, 13804, 7829, 12124, 8435, 12736, 7636, 8622, 12407, 7483, 11459, 8392, 11772, 8093, 8812, 7066, 7938, 10236, 7503, 12248, 7996, 11714, 7471, 11071, 8003, 11372, 8446, 11731, 9049, 10799, 9404, 8347, 13827, 7729, 12143, 8294, 10998, 8451, 8809, 11918, 7642, 12109, 8536, 10984, 7687, 10125, 6979, 7776, 12988, 7536, 11913, 8541, 10599, 8191, 10360, 7298, 10414, 9939, 9100, 9965, 7842, 7407, 8514, 7393, 11267, 8297, 10745, 7545, 12960, 11196, 14017, 9755, 12598, 7978, 9913, 11267, 7782, 13487, 7735, 10248, 7276, 8549, 6918, 7451, 11291, 7883, 9807, 7654, 8640, 7295, 7772, 12223, 7471, 10565, 7290, 9678, 8528, 7865, 12425, 7699, 11134, 8743, 10689, 7993, 7243, 10019, 13529, 9053, 12081, 8905, 10882, 10861, 10441, 11087, 8956, 14249, 8696, 12678, 9755, 12240, 8749, 9882, 13405, 8146, 13353, 8172, 12553, 8178, 10276, 7516, 8572, 7801, 8515, 12332, 8147, 8475, 8633, 8023, 12766, 9866, 11380, 8368, 8812, 14326, 8417, 11827, 7991, 10039, 7953, 9139, 7496, 9508, 7677, 8520, 7235, 8454, 11414, 8441, 12228, 7883, 10292, 8046, 10921, 8205, 10582, 9271, 9548, 7588, 8467, 13241, 8310, 13123, 8229, 11112, 8088, 9937, 7598, 10305, 9559, 9164, 9876, 8187, 13324, 7933, 11768, 8859, 9455, 12352, 8000, 12642, 7739, 11370, 7677, 10257, 9132, 8200, 12114, 7906, 11040, 7897, 11154, 8145, 9129, 8168, 8131, 12746, 7839, 10884, 7936, 10878, 7893, 8326, 13211, 7803, 12316, 7972, 11959, 9017, 10099, 11234, 8275, 12890, 8029, 11715, 8322, 11185, 7857, 8397, 13770, 7852, 12592, 7949, 11142, 7729, 8494, 13192, 8042, 11168, 7936, 10354, 7679, 8450, 7039, 7932, 11871, 7766, 10924, 7814, 11422, 7683, 9753, 14182, 8079, 12566, 8121, 11086, 8478, 8670, 14028, 7923, 12160, 7860, 9427, 7453, 10563, 12894, 7947, 12725, 8096, 10803, 7894, 11052, 13095, 8207, 13184, 8076, 11140, 7614, 8603, 14091, 8216, 12508, 8474, 9399, 12327, 8077, 9793, 7371, 8806, 14225, 8011, 9712, 7653, 8591, 8128, 8173, 10289, 7905, 8841, 7928, 8348, 7112, 7888, 10349, 7653, 9067, 7661, 7522, 11559, 8200, 11428, 13861, 9019, 12578, 7873, 10302, 10470, 8434, 14002, 7953, 11448, 7884, 9792, 7843, 10491, 10030, 8087, 7751, 8415, 12952, 8194, 12284, 9617, 11087, 7733, 9164, 14219, 8331, 12914, 8960, 11706, 8264, 8602, 14644, 8516, 12270, 9303, 10940, 8276, 8699, 13683, 8344, 12611, 9142, 9310, 13165, 8648, 12395, 8134, 11376, 8375, 8714, 12110, 8664, 12553, 8319, 10443, 8007, 10950, 7996, 10444, 10556, 9162, 14111, 8324, 12436, 8291, 11124, 7909, 11233, 10836, 9162, 12595, 8740, 13192, 8521, 11015, 8491, 11256, 7804, 9232, 10007, 8738, 13903, 8640, 12714, 8514, 11061, 8598, 11154, 7996, 10476, 11480, 9184, 13136, 8870, 12687, 8595, 11749, 8268, 9695, 8259, 10574, 7814, 9313, 10016, 8453, 10267, 8506, 12655, 8569, 12816, 8229, 11759, 8258, 10048, 8204, 10827, 8076, 10096, 13379, 8257, 13647, 8416, 11218, 8156, 10451, 8323, 9629, 8100, 10200, 7518, 8887, 11767, 8376, 11940, 8467, 12851, 8604, 11310, 7828, 10723, 7635, 9849, 7632, 8552, 11903, 8126, 13345, 7998, 11724, 8022, 9574, 7564, 11026, 8865, 9731, 9515, 8293, 13446, 8208, 12075, 8005, 10682, 7820, 10309, 9095, 8524, 13940, 7947, 12247, 7624, 10242, 7577, 10103, 10233, 8592, 14251, 8191, 12418, 8100, 9727, 7868, 10387, 9735, 8502, 11980, 8205, 12420, 8017, 10990, 7923, 11471, 8658, 10311, 9950, 8222, 13901, 8242, 12475, 7734, 10672, 7742, 10138, 7393, 10483, 10227, 10221, 13067, 8276, 13157, 8273, 10966, 7885, 11035, 8306, 10461, 7321, 9410, 7037, 10142, 7396, 8238, 8034, 12115, 7241, 8591, 8313, 7979, 11295, 9698, 13399, 11721, 11543, 8655, 9041, 9783, 8664, 14623, 7984, 12109, 7781, 9240, 7533, 11810, 9043, 10579, 10237, 8192, 12818, 8198, 10267, 7579, 10336, 7446, 8993, 11757, 8423, 12451, 7730, 11040, 8583, 11834, 8572, 8968, 14349, 8177, 12271, 7988, 10949, 7561, 10266, 8407, 8268, 13181, 8036, 11258, 7720, 10485, 8290, 8939, 13984, 8004, 11611, 7672, 10805, 7219, 8449, 11066, 8041, 12351, 7908, 10715, 7508, 10169, 8948, 10883, 9957, 8867, 10890, 7927, 12239, 7715, 11640, 9021, 10800, 7699, 10172, 8238, 9709, 14535, 9303, 12509, 8271, 11552, 7963, 10952, 6977, 8815, 7485, 10829, 7811, 11005, 7568, 10189, 7583, 11974, 10143, 10712, 13781, 8545, 12832, 7317, 11272, 7761, 12201, 8836, 9806, 6991, 7834, 10203, 7508, 12082, 8080, 10007, 7978, 9214, 7135, 10116, 8378, 9058, 12466, 8205, 13142, 7335, 12276, 8040, 12606, 9127, 10566, 9148, 7729, 13377, 7409, 11976, 8118, 11137, 7833, 11049, 7553, 9496, 13339, 8457, 13139, 8181, 10859, 7259, 10432, 8900, 7923, 14151, 8317, 11834, 7844, 10126, 7668, 10625, 8653, 8442, 8388, 7537, 13348, 7263, 11761, 8244, 11005, 7806, 10242, 8004, 10268, 7747, 12663, 9537, 11660, 8022, 11532, 14048, 8803, 13266, 8997, 11521, 7813, 10476, 8026, 11422, 8841, 9647, 7790, 7940, 12376, 7240, 12469, 8103, 12893, 7411, 10267, 7769, 7991, 14060, 8407, 11980, 8505, 12415, 8144, 9980, 7197, 7962, 9969, 13247, 8988, 11612, 8030, 11205, 8872, 9239, 13757, 8237, 12062, 7903, 9811, 7317, 9432, 6848, 8517, 12813, 7566, 12145, 7626, 10884, 7594, 11217, 7591, 11067, 9323, 10113, 13859, 7941, 11759, 7435, 12270, 9771, 9445, 13401, 7756, 11286, 7849, 11001, 8691, 8137, 13369, 7533, 10701, 7480, 9085, 9296, 7915, 12979, 7800, 10625, 7418, 10575, 8507, 8248, 13647, 7780, 12247, 9162, 10828, 12194, 7933, 12071, 7442, 11702, 8075, 8804, 9122, 7622, 11847, 7544, 9256, 7455, 10284, 7367, 8681, 8717, 7915, 13138, 7589, 11673, 9447, 10589, 11635, 14457, 7672, 12178, 7601, 10979, 8872, 8524, 13069, 7961, 12089, 7654, 12408, 7459, 10889, 7515, 8087, 11778, 14056, 8776, 11699, 9309, 10829, 11529, 7696, 12442, 7575, 11555, 8087, 8946, 11337, 7556, 11942, 7544, 10184, 7330, 9599, 10401, 7644, 11916, 7621, 11324, 7696, 10412, 8477, 11063, 7820, 10626, 8169, 9321, 12893, 8116, 12370, 8847, 11265, 8521, 10225, 7924, 10637, 8461, 9175, 8277, 8785, 12025, 7709, 13242, 8675, 11999, 8468, 12604, 7733, 10023, 10383, 8424, 14058, 8979, 11567, 8132, 10088, 8512, 10297, 8660, 11001, 8540, 10603, 8176, 12093, 9312, 10576, 7724, 11602, 7354, 12953, 8265, 12102, 8171, 12276, 7731, 12836, 12113, 11253, 12724, 8122, 13439, 7958, 12157, 9112, 11986, 8088, 13262, 7582, 11730, 12187, 9216, 12116, 8000, 13499, 7465, 11929, 7875, 11293, 8031, 10481, 7248, 11239, 7536, 11747, 12846, 9513, 13831, 8080, 11729, 8062, 12338, 8748, 9768, 9317, 7579, 13169, 8085, 11026, 8267, 10197, 7395, 8905, 7418, 8919, 12956, 8814, 12585, 8115, 11683, 7893, 11266, 8377, 9019, 9140, 7476, 13498, 8242, 10838, 8219, 12472, 7679, 9841, 8238, 7677, 13719, 7535, 12280, 8582, 12511, 7401, 9851, 7809, 7826, 12118, 7980, 12589, 8309, 11583, 8459, 12937, 8134, 10041, 12389, 8493, 12356, 8315, 11513, 7599, 11144, 10125, 8214, 13470, 8538, 11651, 8051, 11539, 7314, 9712, 12243, 8967, 12554, 7945, 11785, 8243, 10490, 7988, 8855, 12281, 8624, 12444, 7904, 11496, 8032, 10959, 8993, 9521, 7891, 8128, 10259, 7756, 12701, 8193, 12276, 8241, 10487, 9262, 7669, 10258, 8183, 13339, 11168, 11854, 11176, 13613, 9149, 12665, 9290, 11770, 7674, 11766, 8669, 11996, 11882, 11034, 10112, 7726, 12715, 7727, 11424, 8161, 10903, 7661, 10286, 7993, 8539, 13581, 8733, 11917, 7984, 11920, 8585, 8716, 13358, 8189, 11978, 8230, 10470, 7462, 8373, 10476, 7913, 9574, 7476, 11971, 7782, 11551, 8993, 11599, 7888, 13340, 7846, 11803, 12065, 8732, 12650, 8816, 12087, 8101, 13215, 7920, 11806], 'WindowCenter': [4248.0, 4191.0, 4221.0, 4179.0, 4209.0, 4164.0, 4185.0, 4204.0, 4153.0, 4204.0, 4166.0, 4182.0, 4160.0, 4149.0, 4191.0, 4160.0, 4196.0, 4164.0, 4212.0, 4151.0, 4181.0, 4179.0, 4151.0, 4207.0, 4164.0, 4193.0, 4153.0, 4192.0, 4149.0, 4152.0, 4193.0, 4148.0, 4177.0, 4140.0, 4182.0, 4137.0, 4162.0, 4199.0, 4149.0, 4188.0, 4149.0, 4206.0, 4140.0, 4181.0, 4192.0, 4151.0, 4181.0, 4141.0, 4190.0, 4126.0, 4180.0, 4180.0, 4149.0, 4181.0, 4138.0, 4169.0, 4136.0, 4169.0, 4148.0, 4163.0, 4160.0, 4142.0, 4204.0, 4150.0, 4190.0, 4160.0, 4184.0, 4148.0, 4181.0, 4181.0, 4143.0, 4192.0, 4153.0, 4190.0, 4150.0, 4201.0, 4138.0, 4174.0, 4159.0, 4162.0, 4204.0, 4156.0, 4190.0, 4154.0, 4202.0, 4138.0, 4183.0, 4190.0, 4153.0, 4189.0, 4152.0, 4199.0, 4137.0, 4161.0, 4182.0, 4142.0, 4189.0, 4141.0, 4169.0, 4140.0, 4153.0, 4190.0, 4149.0, 4192.0, 4141.0, 4172.0, 4170.0, 4132.0, 4182.0, 4153.0, 4183.0, 4153.0, 4172.0, 4181.0, 4143.0, 4192.0, 4153.0, 4193.0, 4151.0, 4173.0, 4206.0, 4151.0, 4179.0, 4140.0, 4179.0, 4190.0, 4139.0, 4182.0, 4140.0, 4169.0, 4137.0, 4137.0, 4181.0, 4150.0, 4171.0, 4135.0, 4151.0, 4191.0, 4148.0, 4194.0, 4152.0, 4195.0, 4161.0, 4175.0, 4205.0, 4151.0, 4190.0, 4141.0, 4183.0, 4153.0, 4156.0, 4203.0, 4149.0, 4183.0, 4140.0, 4171.0, 4172.0, 4133.0, 4203.0, 4154.0, 4182.0, 4142.0, 4165.0, 4190.0, 4141.0, 4194.0, 4151.0, 4194.0, 4158.0, 4183.0, 4151.0, 4142.0, 4201.0, 4154.0, 4215.0, 4152.0, 4182.0, 4149.0, 4142.0, 4190.0, 4150.0, 4182.0, 4154.0, 4154.0, 4193.0, 4162.0, 4204.0, 4142.0, 4167.0, 4204.0, 4156.0, 4191.0, 4151.0, 4183.0, 4151.0, 4148.0, 4203.0, 4164.0, 4187.0, 4154.0, 4171.0, 4142.0, 4158.0, 4217.0, 4163.0, 4193.0, 4164.0, 4200.0, 4152.0, 4199.0, 4186.0, 4179.0, 4217.0, 4174.0, 4204.0, 4162.0, 4216.0, 4165.0, 4206.0, 4173.0, 4172.0, 4171.0, 4156.0, 4213.0, 4152.0, 4206.0, 4163.0, 4193.0, 4151.0, 4216.0, 4160.0, 4198.0, 4199.0, 4154.0, 4203.0, 4156.0, 4195.0, 4165.0, 4206.0, 4163.0, 4204.0, 4146.0, 4195.0, 4171.0, 4154.0, 4214.0, 4176.0, 4186.0, 4162.0, 4183.0, 4142.0, 4166.0, 4214.0, 4155.0, 4203.0, 4162.0, 4207.0, 4146.0, 4163.0, 4196.0, 4145.0, 4198.0, 4168.0, 4199.0, 4159.0, 4179.0, 4133.0, 4159.0, 4186.0, 4160.0, 4212.0, 4156.0, 4198.0, 4147.0, 4200.0, 4166.0, 4211.0, 4167.0, 4206.0, 4168.0, 4201.0, 4177.0, 4165.0, 4205.0, 4148.0, 4199.0, 4158.0, 4189.0, 4145.0, 4166.0, 4182.0, 4147.0, 4197.0, 4155.0, 4185.0, 4150.0, 4176.0, 4124.0, 4149.0, 4194.0, 4148.0, 4198.0, 4159.0, 4189.0, 4158.0, 4189.0, 4150.0, 4201.0, 4188.0, 4177.0, 4187.0, 4168.0, 4147.0, 4180.0, 4159.0, 4211.0, 4180.0, 4203.0, 4173.0, 4221.0, 4214.0, 4223.0, 4167.0, 4198.0, 4144.0, 4163.0, 4173.0, 4132.0, 4196.0, 4134.0, 4162.0, 4122.0, 4151.0, 4122.0, 4134.0, 4174.0, 4141.0, 4177.0, 4144.0, 4158.0, 4134.0, 4151.0, 4195.0, 4150.0, 4189.0, 4147.0, 4174.0, 4156.0, 4158.0, 4193.0, 4169.0, 4201.0, 4169.0, 4198.0, 4168.0, 4173.0, 4216.0, 4229.0, 4180.0, 4213.0, 4166.0, 4201.0, 4192.0, 4203.0, 4199.0, 4182.0, 4218.0, 4156.0, 4198.0, 4166.0, 4185.0, 4143.0, 4164.0, 4183.0, 4132.0, 4180.0, 4129.0, 4169.0, 4117.0, 4148.0, 4105.0, 4128.0, 4118.0, 4140.0, 4168.0, 4132.0, 4140.0, 4141.0, 4143.0, 4194.0, 4163.0, 4171.0, 4128.0, 4139.0, 4179.0, 4131.0, 4170.0, 4121.0, 4149.0, 4131.0, 4142.0, 4119.0, 4150.0, 4130.0, 4139.0, 4122.0, 4156.0, 4181.0, 4155.0, 4200.0, 4145.0, 4174.0, 4144.0, 4185.0, 4145.0, 4185.0, 4164.0, 4165.0, 4142.0, 4156.0, 4205.0, 4157.0, 4208.0, 4156.0, 4185.0, 4141.0, 4170.0, 4139.0, 4182.0, 4173.0, 4163.0, 4170.0, 4164.0, 4204.0, 4150.0, 4192.0, 4168.0, 4176.0, 4194.0, 4144.0, 4194.0, 4144.0, 4184.0, 4144.0, 4176.0, 4165.0, 4156.0, 4185.0, 4140.0, 4183.0, 4144.0, 4189.0, 4145.0, 4164.0, 4143.0, 4153.0, 4194.0, 4147.0, 4187.0, 4142.0, 4187.0, 4145.0, 4153.0, 4192.0, 4143.0, 4195.0, 4155.0, 4193.0, 4151.0, 4175.0, 4183.0, 4148.0, 4190.0, 4153.0, 4191.0, 4150.0, 4185.0, 4138.0, 4153.0, 4192.0, 4141.0, 4192.0, 4139.0, 4185.0, 4126.0, 4153.0, 4190.0, 4139.0, 4180.0, 4140.0, 4173.0, 4132.0, 4149.0, 4132.0, 4153.0, 4195.0, 4152.0, 4192.0, 4151.0, 4193.0, 4141.0, 4175.0, 4217.0, 4153.0, 4192.0, 4140.0, 4181.0, 4142.0, 4150.0, 4207.0, 4139.0, 4188.0, 4138.0, 4160.0, 4134.0, 4183.0, 4205.0, 4142.0, 4195.0, 4145.0, 4184.0, 4146.0, 4186.0, 4189.0, 4151.0, 4190.0, 4140.0, 4183.0, 4131.0, 4155.0, 4190.0, 4151.0, 4185.0, 4138.0, 4152.0, 4179.0, 4142.0, 4161.0, 4129.0, 4147.0, 4190.0, 4136.0, 4146.0, 4126.0, 4149.0, 4141.0, 4149.0, 4170.0, 4143.0, 4164.0, 4143.0, 4166.0, 4133.0, 4167.0, 4182.0, 4156.0, 4176.0, 4166.0, 4165.0, 4223.0, 4180.0, 4224.0, 4223.0, 4179.0, 4207.0, 4151.0, 4181.0, 4170.0, 4157.0, 4208.0, 4154.0, 4184.0, 4145.0, 4171.0, 4150.0, 4183.0, 4174.0, 4153.0, 4149.0, 4167.0, 4206.0, 4164.0, 4204.0, 4176.0, 4197.0, 4143.0, 4178.0, 4215.0, 4163.0, 4202.0, 4161.0, 4191.0, 4150.0, 4166.0, 4202.0, 4154.0, 4194.0, 4159.0, 4178.0, 4138.0, 4150.0, 4190.0, 4153.0, 4192.0, 4158.0, 4158.0, 4190.0, 4147.0, 4187.0, 4139.0, 4180.0, 4146.0, 4152.0, 4190.0, 4164.0, 4195.0, 4155.0, 4180.0, 4153.0, 4184.0, 4151.0, 4182.0, 4168.0, 4161.0, 4203.0, 4153.0, 4194.0, 4150.0, 4184.0, 4142.0, 4183.0, 4178.0, 4160.0, 4190.0, 4148.0, 4193.0, 4152.0, 4179.0, 4154.0, 4185.0, 4128.0, 4157.0, 4157.0, 4148.0, 4191.0, 4149.0, 4195.0, 4154.0, 4183.0, 4148.0, 4178.0, 4134.0, 4176.0, 4182.0, 4162.0, 4191.0, 4154.0, 4181.0, 4147.0, 4179.0, 4147.0, 4158.0, 4139.0, 4166.0, 4127.0, 4165.0, 4161.0, 4149.0, 4170.0, 4158.0, 4194.0, 4159.0, 4190.0, 4155.0, 4192.0, 4153.0, 4169.0, 4154.0, 4181.0, 4138.0, 4169.0, 4192.0, 4138.0, 4192.0, 4142.0, 4182.0, 4138.0, 4168.0, 4148.0, 4160.0, 4143.0, 4173.0, 4132.0, 4162.0, 4190.0, 4150.0, 4184.0, 4150.0, 4189.0, 4159.0, 4179.0, 4152.0, 4181.0, 4138.0, 4173.0, 4138.0, 4163.0, 4190.0, 4152.0, 4205.0, 4151.0, 4192.0, 4151.0, 4172.0, 4143.0, 4189.0, 4159.0, 4176.0, 4170.0, 4163.0, 4197.0, 4165.0, 4192.0, 4151.0, 4184.0, 4142.0, 4182.0, 4161.0, 4161.0, 4216.0, 4168.0, 4194.0, 4149.0, 4180.0, 4141.0, 4182.0, 4172.0, 4161.0, 4203.0, 4149.0, 4195.0, 4154.0, 4172.0, 4142.0, 4184.0, 4174.0, 4164.0, 4189.0, 4162.0, 4202.0, 4151.0, 4182.0, 4149.0, 4193.0, 4152.0, 4185.0, 4173.0, 4149.0, 4201.0, 4149.0, 4191.0, 4140.0, 4185.0, 4140.0, 4185.0, 4139.0, 4181.0, 4171.0, 4183.0, 4192.0, 4150.0, 4192.0, 4151.0, 4181.0, 4142.0, 4182.0, 4150.0, 4168.0, 4139.0, 4160.0, 4129.0, 4186.0, 4142.0, 4162.0, 4154.0, 4201.0, 4157.0, 4173.0, 4175.0, 4175.0, 4206.0, 4184.0, 4213.0, 4189.0, 4191.0, 4162.0, 4162.0, 4171.0, 4160.0, 4212.0, 4150.0, 4193.0, 4138.0, 4159.0, 4139.0, 4191.0, 4163.0, 4181.0, 4168.0, 4153.0, 4202.0, 4160.0, 4180.0, 4149.0, 4179.0, 4133.0, 4161.0, 4178.0, 4149.0, 4189.0, 4139.0, 4178.0, 4148.0, 4192.0, 4148.0, 4159.0, 4201.0, 4148.0, 4178.0, 4138.0, 4179.0, 4143.0, 4173.0, 4147.0, 4155.0, 4205.0, 4149.0, 4177.0, 4146.0, 4179.0, 4153.0, 4159.0, 4202.0, 4150.0, 4179.0, 4138.0, 4179.0, 4138.0, 4161.0, 4184.0, 4152.0, 4204.0, 4152.0, 4186.0, 4141.0, 4188.0, 4171.0, 4194.0, 4184.0, 4177.0, 4183.0, 4152.0, 4208.0, 4154.0, 4205.0, 4177.0, 4197.0, 4153.0, 4186.0, 4149.0, 4186.0, 4216.0, 4177.0, 4206.0, 4166.0, 4194.0, 4152.0, 4185.0, 4130.0, 4172.0, 4153.0, 4193.0, 4153.0, 4193.0, 4154.0, 4184.0, 4156.0, 4204.0, 4185.0, 4196.0, 4203.0, 4162.0, 4192.0, 4141.0, 4182.0, 4144.0, 4191.0, 4165.0, 4174.0, 4133.0, 4156.0, 4182.0, 4143.0, 4203.0, 4156.0, 4184.0, 4155.0, 4172.0, 4143.0, 4195.0, 4176.0, 4189.0, 4204.0, 4167.0, 4206.0, 4152.0, 4205.0, 4168.0, 4216.0, 4174.0, 4185.0, 4163.0, 4154.0, 4204.0, 4145.0, 4196.0, 4154.0, 4194.0, 4150.0, 4196.0, 4137.0, 4184.0, 4206.0, 4164.0, 4204.0, 4150.0, 4184.0, 4141.0, 4182.0, 4162.0, 4154.0, 4203.0, 4150.0, 4191.0, 4151.0, 4182.0, 4153.0, 4197.0, 4162.0, 4161.0, 4155.0, 4155.0, 4202.0, 4144.0, 4204.0, 4163.0, 4195.0, 4156.0, 4196.0, 4164.0, 4196.0, 4166.0, 4215.0, 4186.0, 4204.0, 4155.0, 4205.0, 4212.0, 4176.0, 4206.0, 4164.0, 4184.0, 4141.0, 4184.0, 4151.0, 4193.0, 4164.0, 4172.0, 4143.0, 4152.0, 4192.0, 4143.0, 4204.0, 4156.0, 4204.0, 4141.0, 4180.0, 4141.0, 4153.0, 4202.0, 4163.0, 4194.0, 4152.0, 4189.0, 4154.0, 4183.0, 4153.0, 4168.0, 4199.0, 4217.0, 4162.0, 4195.0, 4155.0, 4194.0, 4160.0, 4171.0, 4204.0, 4151.0, 4179.0, 4137.0, 4159.0, 4126.0, 4162.0, 4116.0, 4161.0, 4188.0, 4141.0, 4187.0, 4152.0, 4182.0, 4150.0, 4195.0, 4152.0, 4195.0, 4172.0, 4184.0, 4203.0, 4153.0, 4193.0, 4141.0, 4202.0, 4172.0, 4173.0, 4198.0, 4143.0, 4182.0, 4141.0, 4183.0, 4162.0, 4153.0, 4203.0, 4143.0, 4181.0, 4128.0, 4164.0, 4158.0, 4153.0, 4203.0, 4154.0, 4183.0, 4141.0, 4182.0, 4162.0, 4163.0, 4199.0, 4144.0, 4193.0, 4155.0, 4178.0, 4180.0, 4140.0, 4191.0, 4130.0, 4192.0, 4140.0, 4150.0, 4160.0, 4142.0, 4189.0, 4137.0, 4170.0, 4140.0, 4182.0, 4142.0, 4161.0, 4163.0, 4162.0, 4207.0, 4153.0, 4195.0, 4171.0, 4181.0, 4204.0, 4216.0, 4154.0, 4192.0, 4152.0, 4183.0, 4160.0, 4162.0, 4189.0, 4150.0, 4195.0, 4141.0, 4188.0, 4142.0, 4181.0, 4142.0, 4151.0, 4205.0, 4203.0, 4148.0, 4181.0, 4145.0, 4166.0, 4155.0, 4114.0, 4165.0, 4115.0, 4166.0, 4113.0, 4136.0, 4153.0, 4125.0, 4165.0, 4125.0, 4156.0, 4113.0, 4160.0, 4169.0, 4136.0, 4177.0, 4139.0, 4180.0, 4142.0, 4183.0, 4152.0, 4193.0, 4152.0, 4185.0, 4148.0, 4174.0, 4202.0, 4154.0, 4192.0, 4163.0, 4192.0, 4162.0, 4179.0, 4155.0, 4196.0, 4166.0, 4175.0, 4165.0, 4171.0, 4203.0, 4157.0, 4204.0, 4161.0, 4195.0, 4151.0, 4203.0, 4141.0, 4183.0, 4183.0, 4163.0, 4201.0, 4162.0, 4180.0, 4154.0, 4183.0, 4176.0, 4198.0, 4172.0, 4195.0, 4172.0, 4194.0, 4178.0, 4214.0, 4186.0, 4197.0, 4153.0, 4205.0, 4155.0, 4216.0, 4178.0, 4217.0, 4167.0, 4205.0, 4154.0, 4218.0, 4204.0, 4192.0, 4191.0, 4164.0, 4203.0, 4150.0, 4204.0, 4162.0, 4191.0, 4137.0, 4201.0, 4141.0, 4193.0, 4191.0, 4162.0, 4188.0, 4151.0, 4200.0, 4140.0, 4191.0, 4151.0, 4181.0, 4152.0, 4181.0, 4140.0, 4196.0, 4143.0, 4204.0, 4204.0, 4171.0, 4201.0, 4139.0, 4180.0, 4139.0, 4191.0, 4149.0, 4172.0, 4157.0, 4137.0, 4187.0, 4137.0, 4178.0, 4148.0, 4168.0, 4129.0, 4163.0, 4141.0, 4174.0, 4202.0, 4164.0, 4202.0, 4152.0, 4194.0, 4152.0, 4191.0, 4151.0, 4163.0, 4161.0, 4145.0, 4201.0, 4151.0, 4180.0, 4162.0, 4203.0, 4139.0, 4183.0, 4149.0, 4151.0, 4200.0, 4155.0, 4204.0, 4162.0, 4201.0, 4139.0, 4171.0, 4142.0, 4150.0, 4202.0, 4153.0, 4204.0, 4164.0, 4191.0, 4160.0, 4207.0, 4152.0, 4182.0, 4203.0, 4164.0, 4191.0, 4161.0, 4190.0, 4139.0, 4191.0, 4181.0, 4161.0, 4201.0, 4151.0, 4179.0, 4151.0, 4190.0, 4137.0, 4185.0, 4203.0, 4162.0, 4193.0, 4152.0, 4191.0, 4150.0, 4183.0, 4152.0, 4172.0, 4193.0, 4164.0, 4202.0, 4152.0, 4193.0, 4151.0, 4197.0, 4174.0, 4183.0, 4152.0, 4165.0, 4185.0, 4152.0, 4204.0, 4162.0, 4202.0, 4166.0, 4191.0, 4187.0, 4163.0, 4210.0, 4189.0, 4224.0, 4205.0, 4203.0, 4208.0, 4213.0, 4184.0, 4202.0, 4161.0, 4189.0, 4140.0, 4188.0, 4147.0, 4192.0, 4188.0, 4181.0, 4166.0, 4139.0, 4188.0, 4140.0, 4189.0, 4151.0, 4182.0, 4139.0, 4182.0, 4148.0, 4161.0, 4202.0, 4164.0, 4189.0, 4148.0, 4192.0, 4147.0, 4161.0, 4203.0, 4152.0, 4187.0, 4148.0, 4180.0, 4141.0, 4163.0, 4181.0, 4152.0, 4171.0, 4149.0, 4193.0, 4149.0, 4204.0, 4174.0, 4193.0, 4151.0, 4212.0, 4150.0, 4202.0, 4192.0, 4160.0, 4204.0, 4160.0, 4188.0, 4150.0, 4200.0, 4141.0, 4190.0], 'WindowWidth': [9383.0, 9298.0, 9334.0, 9272.0, 9309.0, 9242.0, 9272.0, 9293.0, 9226.0, 9296.0, 9245.0, 9262.0, 9230.0, 9215.0, 9271.0, 9231.0, 9285.0, 9244.0, 9305.0, 9222.0, 9264.0, 9257.0, 9223.0, 9302.0, 9241.0, 9280.0, 9223.0, 9276.0, 9213.0, 9221.0, 9278.0, 9214.0, 9251.0, 9202.0, 9261.0, 9197.0, 9236.0, 9281.0, 9215.0, 9267.0, 9214.0, 9296.0, 9203.0, 9258.0, 9273.0, 9219.0, 9257.0, 9204.0, 9269.0, 9180.0, 9256.0, 9256.0, 9213.0, 9257.0, 9198.0, 9240.0, 9194.0, 9242.0, 9213.0, 9238.0, 9231.0, 9211.0, 9295.0, 9220.0, 9272.0, 9230.0, 9267.0, 9211.0, 9261.0, 9257.0, 9211.0, 9275.0, 9226.0, 9270.0, 9216.0, 9285.0, 9201.0, 9255.0, 9228.0, 9237.0, 9293.0, 9233.0, 9272.0, 9226.0, 9289.0, 9199.0, 9265.0, 9269.0, 9224.0, 9269.0, 9219.0, 9281.0, 9195.0, 9233.0, 9260.0, 9210.0, 9269.0, 9207.0, 9242.0, 9202.0, 9223.0, 9269.0, 9214.0, 9275.0, 9206.0, 9249.0, 9242.0, 9196.0, 9261.0, 9224.0, 9267.0, 9227.0, 9250.0, 9259.0, 9214.0, 9277.0, 9225.0, 9280.0, 9222.0, 9253.0, 9298.0, 9220.0, 9256.0, 9204.0, 9256.0, 9268.0, 9201.0, 9261.0, 9201.0, 9241.0, 9194.0, 9197.0, 9258.0, 9219.0, 9249.0, 9204.0, 9223.0, 9274.0, 9224.0, 9281.0, 9224.0, 9284.0, 9235.0, 9257.0, 9297.0, 9222.0, 9272.0, 9207.0, 9267.0, 9224.0, 9234.0, 9293.0, 9215.0, 9265.0, 9204.0, 9247.0, 9248.0, 9199.0, 9292.0, 9226.0, 9263.0, 9207.0, 9245.0, 9271.0, 9209.0, 9281.0, 9224.0, 9281.0, 9237.0, 9267.0, 9221.0, 9211.0, 9289.0, 9231.0, 9310.0, 9223.0, 9264.0, 9215.0, 9211.0, 9272.0, 9220.0, 9264.0, 9227.0, 9229.0, 9277.0, 9239.0, 9294.0, 9210.0, 9250.0, 9294.0, 9235.0, 9275.0, 9223.0, 9267.0, 9220.0, 9225.0, 9295.0, 9242.0, 9276.0, 9229.0, 9251.0, 9211.0, 9241.0, 9318.0, 9243.0, 9281.0, 9246.0, 9298.0, 9228.0, 9297.0, 9275.0, 9269.0, 9315.0, 9257.0, 9297.0, 9238.0, 9315.0, 9247.0, 9303.0, 9252.0, 9251.0, 9248.0, 9235.0, 9308.0, 9228.0, 9302.0, 9242.0, 9281.0, 9224.0, 9315.0, 9245.0, 9294.0, 9294.0, 9231.0, 9292.0, 9235.0, 9284.0, 9246.0, 9302.0, 9240.0, 9296.0, 9220.0, 9285.0, 9249.0, 9230.0, 9311.0, 9261.0, 9274.0, 9236.0, 9268.0, 9209.0, 9248.0, 9308.0, 9233.0, 9294.0, 9238.0, 9303.0, 9218.0, 9241.0, 9285.0, 9216.0, 9290.0, 9253.0, 9294.0, 9242.0, 9267.0, 9198.0, 9241.0, 9272.0, 9243.0, 9313.0, 9234.0, 9290.0, 9223.0, 9297.0, 9250.0, 9313.0, 9249.0, 9302.0, 9251.0, 9299.0, 9260.0, 9245.0, 9296.0, 9223.0, 9291.0, 9236.0, 9277.0, 9212.0, 9243.0, 9258.0, 9218.0, 9283.0, 9229.0, 9267.0, 9226.0, 9257.0, 9184.0, 9224.0, 9279.0, 9222.0, 9288.0, 9236.0, 9277.0, 9234.0, 9280.0, 9230.0, 9298.0, 9278.0, 9262.0, 9273.0, 9253.0, 9222.0, 9271.0, 9243.0, 9313.0, 9274.0, 9306.0, 9266.0, 9328.0, 9321.0, 9333.0, 9247.0, 9286.0, 9209.0, 9234.0, 9243.0, 9191.0, 9278.0, 9195.0, 9229.0, 9175.0, 9214.0, 9175.0, 9195.0, 9248.0, 9205.0, 9257.0, 9213.0, 9234.0, 9198.0, 9229.0, 9280.0, 9227.0, 9280.0, 9222.0, 9255.0, 9230.0, 9237.0, 9279.0, 9258.0, 9299.0, 9254.0, 9293.0, 9256.0, 9269.0, 9330.0, 9338.0, 9269.0, 9317.0, 9247.0, 9298.0, 9285.0, 9302.0, 9291.0, 9273.0, 9317.0, 9231.0, 9288.0, 9241.0, 9266.0, 9202.0, 9233.0, 9255.0, 9187.0, 9249.0, 9179.0, 9233.0, 9158.0, 9201.0, 9141.0, 9176.0, 9161.0, 9195.0, 9226.0, 9188.0, 9197.0, 9200.0, 9206.0, 9277.0, 9230.0, 9238.0, 9175.0, 9193.0, 9242.0, 9183.0, 9234.0, 9169.0, 9204.0, 9182.0, 9198.0, 9166.0, 9211.0, 9185.0, 9197.0, 9175.0, 9226.0, 9254.0, 9226.0, 9293.0, 9215.0, 9250.0, 9211.0, 9266.0, 9211.0, 9267.0, 9237.0, 9242.0, 9207.0, 9233.0, 9293.0, 9234.0, 9302.0, 9229.0, 9269.0, 9205.0, 9244.0, 9201.0, 9262.0, 9249.0, 9238.0, 9244.0, 9242.0, 9294.0, 9217.0, 9277.0, 9248.0, 9257.0, 9276.0, 9210.0, 9275.0, 9210.0, 9263.0, 9211.0, 9256.0, 9237.0, 9229.0, 9265.0, 9202.0, 9262.0, 9212.0, 9278.0, 9215.0, 9238.0, 9207.0, 9223.0, 9277.0, 9219.0, 9273.0, 9208.0, 9273.0, 9213.0, 9224.0, 9273.0, 9211.0, 9280.0, 9229.0, 9278.0, 9218.0, 9255.0, 9261.0, 9212.0, 9269.0, 9222.0, 9271.0, 9215.0, 9268.0, 9196.0, 9222.0, 9270.0, 9204.0, 9273.0, 9201.0, 9266.0, 9178.0, 9222.0, 9266.0, 9200.0, 9255.0, 9202.0, 9248.0, 9191.0, 9214.0, 9192.0, 9225.0, 9280.0, 9225.0, 9276.0, 9222.0, 9280.0, 9206.0, 9259.0, 9315.0, 9226.0, 9275.0, 9204.0, 9260.0, 9206.0, 9217.0, 9298.0, 9202.0, 9264.0, 9199.0, 9230.0, 9198.0, 9267.0, 9294.0, 9209.0, 9281.0, 9215.0, 9265.0, 9215.0, 9271.0, 9266.0, 9218.0, 9268.0, 9200.0, 9263.0, 9188.0, 9226.0, 9267.0, 9218.0, 9265.0, 9195.0, 9217.0, 9249.0, 9203.0, 9227.0, 9185.0, 9209.0, 9266.0, 9190.0, 9203.0, 9178.0, 9211.0, 9200.0, 9215.0, 9242.0, 9210.0, 9238.0, 9208.0, 9246.0, 9198.0, 9250.0, 9263.0, 9235.0, 9262.0, 9253.0, 9250.0, 9335.0, 9272.0, 9338.0, 9335.0, 9268.0, 9301.0, 9219.0, 9262.0, 9243.0, 9233.0, 9304.0, 9225.0, 9266.0, 9214.0, 9246.0, 9216.0, 9265.0, 9253.0, 9226.0, 9218.0, 9252.0, 9301.0, 9242.0, 9297.0, 9259.0, 9289.0, 9212.0, 9264.0, 9309.0, 9240.0, 9291.0, 9233.0, 9275.0, 9216.0, 9245.0, 9287.0, 9224.0, 9279.0, 9225.0, 9250.0, 9196.0, 9216.0, 9268.0, 9221.0, 9274.0, 9223.0, 9225.0, 9267.0, 9209.0, 9259.0, 9199.0, 9255.0, 9207.0, 9221.0, 9268.0, 9239.0, 9278.0, 9227.0, 9258.0, 9224.0, 9266.0, 9219.0, 9262.0, 9238.0, 9234.0, 9291.0, 9223.0, 9279.0, 9216.0, 9265.0, 9207.0, 9264.0, 9251.0, 9229.0, 9269.0, 9213.0, 9277.0, 9221.0, 9253.0, 9225.0, 9267.0, 9182.0, 9222.0, 9218.0, 9211.0, 9270.0, 9214.0, 9278.0, 9224.0, 9260.0, 9209.0, 9250.0, 9187.0, 9253.0, 9257.0, 9232.0, 9267.0, 9222.0, 9255.0, 9209.0, 9253.0, 9209.0, 9223.0, 9198.0, 9234.0, 9180.0, 9240.0, 9230.0, 9214.0, 9242.0, 9226.0, 9276.0, 9230.0, 9270.0, 9229.0, 9275.0, 9224.0, 9242.0, 9224.0, 9258.0, 9197.0, 9240.0, 9271.0, 9198.0, 9270.0, 9207.0, 9257.0, 9197.0, 9238.0, 9213.0, 9228.0, 9209.0, 9251.0, 9194.0, 9235.0, 9269.0, 9218.0, 9265.0, 9217.0, 9268.0, 9229.0, 9256.0, 9224.0, 9260.0, 9201.0, 9253.0, 9198.0, 9238.0, 9271.0, 9224.0, 9296.0, 9221.0, 9275.0, 9220.0, 9250.0, 9211.0, 9279.0, 9228.0, 9257.0, 9244.0, 9239.0, 9277.0, 9244.0, 9275.0, 9221.0, 9269.0, 9209.0, 9265.0, 9233.0, 9236.0, 9312.0, 9253.0, 9281.0, 9216.0, 9258.0, 9206.0, 9263.0, 9248.0, 9234.0, 9292.0, 9215.0, 9281.0, 9226.0, 9247.0, 9206.0, 9267.0, 9252.0, 9241.0, 9268.0, 9237.0, 9289.0, 9222.0, 9262.0, 9216.0, 9279.0, 9220.0, 9268.0, 9248.0, 9216.0, 9286.0, 9216.0, 9273.0, 9205.0, 9267.0, 9204.0, 9269.0, 9201.0, 9261.0, 9246.0, 9265.0, 9272.0, 9218.0, 9274.0, 9220.0, 9259.0, 9207.0, 9260.0, 9216.0, 9237.0, 9202.0, 9231.0, 9191.0, 9275.0, 9213.0, 9241.0, 9227.0, 9289.0, 9240.0, 9260.0, 9264.0, 9262.0, 9305.0, 9271.0, 9310.0, 9267.0, 9273.0, 9235.0, 9237.0, 9245.0, 9232.0, 9301.0, 9216.0, 9277.0, 9200.0, 9228.0, 9203.0, 9275.0, 9237.0, 9260.0, 9238.0, 9226.0, 9289.0, 9233.0, 9259.0, 9217.0, 9257.0, 9196.0, 9235.0, 9251.0, 9216.0, 9269.0, 9203.0, 9253.0, 9212.0, 9275.0, 9209.0, 9227.0, 9283.0, 9210.0, 9251.0, 9196.0, 9252.0, 9209.0, 9251.0, 9210.0, 9230.0, 9296.0, 9216.0, 9251.0, 9217.0, 9256.0, 9222.0, 9230.0, 9289.0, 9218.0, 9255.0, 9200.0, 9256.0, 9200.0, 9234.0, 9267.0, 9225.0, 9294.0, 9226.0, 9274.0, 9211.0, 9280.0, 9250.0, 9285.0, 9269.0, 9263.0, 9266.0, 9227.0, 9306.0, 9234.0, 9301.0, 9264.0, 9290.0, 9228.0, 9276.0, 9218.0, 9276.0, 9313.0, 9265.0, 9302.0, 9248.0, 9281.0, 9221.0, 9270.0, 9192.0, 9251.0, 9227.0, 9283.0, 9230.0, 9281.0, 9231.0, 9271.0, 9235.0, 9297.0, 9270.0, 9287.0, 9292.0, 9236.0, 9274.0, 9206.0, 9261.0, 9215.0, 9276.0, 9242.0, 9254.0, 9197.0, 9231.0, 9261.0, 9213.0, 9294.0, 9233.0, 9269.0, 9233.0, 9253.0, 9216.0, 9288.0, 9263.0, 9284.0, 9296.0, 9252.0, 9300.0, 9227.0, 9300.0, 9253.0, 9318.0, 9257.0, 9271.0, 9239.0, 9229.0, 9292.0, 9219.0, 9287.0, 9229.0, 9281.0, 9218.0, 9286.0, 9199.0, 9268.0, 9298.0, 9243.0, 9295.0, 9219.0, 9265.0, 9207.0, 9263.0, 9236.0, 9229.0, 9291.0, 9219.0, 9272.0, 9221.0, 9263.0, 9227.0, 9290.0, 9238.0, 9234.0, 9229.0, 9232.0, 9290.0, 9218.0, 9295.0, 9242.0, 9285.0, 9236.0, 9288.0, 9246.0, 9290.0, 9252.0, 9317.0, 9277.0, 9298.0, 9233.0, 9301.0, 9302.0, 9259.0, 9299.0, 9240.0, 9265.0, 9206.0, 9264.0, 9222.0, 9280.0, 9241.0, 9250.0, 9212.0, 9225.0, 9275.0, 9214.0, 9294.0, 9233.0, 9294.0, 9207.0, 9259.0, 9207.0, 9227.0, 9290.0, 9241.0, 9281.0, 9222.0, 9265.0, 9226.0, 9265.0, 9231.0, 9256.0, 9299.0, 9319.0, 9238.0, 9283.0, 9230.0, 9281.0, 9229.0, 9247.0, 9295.0, 9218.0, 9254.0, 9196.0, 9226.0, 9181.0, 9234.0, 9165.0, 9233.0, 9264.0, 9207.0, 9264.0, 9224.0, 9262.0, 9221.0, 9286.0, 9226.0, 9286.0, 9250.0, 9270.0, 9291.0, 9226.0, 9278.0, 9208.0, 9291.0, 9247.0, 9251.0, 9277.0, 9212.0, 9260.0, 9206.0, 9265.0, 9234.0, 9225.0, 9291.0, 9210.0, 9258.0, 9185.0, 9241.0, 9225.0, 9225.0, 9291.0, 9229.0, 9263.0, 9207.0, 9262.0, 9235.0, 9239.0, 9284.0, 9215.0, 9280.0, 9218.0, 9253.0, 9253.0, 9203.0, 9270.0, 9190.0, 9274.0, 9200.0, 9215.0, 9226.0, 9208.0, 9267.0, 9197.0, 9245.0, 9207.0, 9263.0, 9209.0, 9235.0, 9239.0, 9239.0, 9301.0, 9229.0, 9286.0, 9249.0, 9262.0, 9302.0, 9316.0, 9230.0, 9276.0, 9224.0, 9267.0, 9230.0, 9236.0, 9267.0, 9217.0, 9283.0, 9208.0, 9265.0, 9210.0, 9259.0, 9210.0, 9220.0, 9296.0, 9292.0, 9212.0, 9258.0, 9199.0, 9229.0, 9211.0, 9155.0, 9224.0, 9157.0, 9226.0, 9151.0, 9186.0, 9205.0, 9171.0, 9223.0, 9174.0, 9215.0, 9155.0, 9227.0, 9239.0, 9194.0, 9245.0, 9199.0, 9255.0, 9209.0, 9263.0, 9222.0, 9278.0, 9225.0, 9270.0, 9215.0, 9257.0, 9288.0, 9228.0, 9277.0, 9238.0, 9276.0, 9237.0, 9256.0, 9230.0, 9288.0, 9248.0, 9259.0, 9245.0, 9251.0, 9293.0, 9236.0, 9297.0, 9237.0, 9283.0, 9221.0, 9292.0, 9205.0, 9267.0, 9265.0, 9239.0, 9286.0, 9234.0, 9256.0, 9227.0, 9266.0, 9264.0, 9294.0, 9253.0, 9286.0, 9255.0, 9285.0, 9267.0, 9315.0, 9276.0, 9293.0, 9229.0, 9300.0, 9233.0, 9316.0, 9268.0, 9319.0, 9251.0, 9300.0, 9230.0, 9323.0, 9297.0, 9277.0, 9274.0, 9246.0, 9292.0, 9220.0, 9297.0, 9238.0, 9272.0, 9197.0, 9286.0, 9204.0, 9278.0, 9272.0, 9236.0, 9264.0, 9220.0, 9282.0, 9205.0, 9273.0, 9223.0, 9260.0, 9223.0, 9260.0, 9204.0, 9285.0, 9210.0, 9294.0, 9292.0, 9247.0, 9284.0, 9202.0, 9257.0, 9200.0, 9272.0, 9212.0, 9245.0, 9221.0, 9195.0, 9261.0, 9196.0, 9251.0, 9213.0, 9240.0, 9188.0, 9238.0, 9206.0, 9255.0, 9290.0, 9242.0, 9290.0, 9224.0, 9281.0, 9221.0, 9274.0, 9218.0, 9238.0, 9233.0, 9217.0, 9286.0, 9220.0, 9258.0, 9237.0, 9292.0, 9203.0, 9266.0, 9216.0, 9222.0, 9285.0, 9231.0, 9295.0, 9237.0, 9286.0, 9202.0, 9248.0, 9208.0, 9220.0, 9290.0, 9227.0, 9293.0, 9242.0, 9274.0, 9232.0, 9301.0, 9223.0, 9265.0, 9292.0, 9241.0, 9273.0, 9235.0, 9272.0, 9201.0, 9273.0, 9259.0, 9234.0, 9287.0, 9220.0, 9254.0, 9221.0, 9271.0, 9200.0, 9273.0, 9291.0, 9236.0, 9277.0, 9223.0, 9273.0, 9218.0, 9265.0, 9222.0, 9250.0, 9277.0, 9241.0, 9289.0, 9226.0, 9280.0, 9221.0, 9290.0, 9255.0, 9268.0, 9224.0, 9246.0, 9270.0, 9226.0, 9296.0, 9241.0, 9293.0, 9248.0, 9277.0, 9278.0, 9244.0, 9315.0, 9289.0, 9330.0, 9305.0, 9297.0, 9308.0, 9310.0, 9271.0, 9293.0, 9232.0, 9269.0, 9202.0, 9266.0, 9209.0, 9274.0, 9263.0, 9258.0, 9231.0, 9200.0, 9263.0, 9204.0, 9270.0, 9220.0, 9262.0, 9203.0, 9262.0, 9213.0, 9234.0, 9292.0, 9242.0, 9269.0, 9211.0, 9276.0, 9209.0, 9234.0, 9290.0, 9223.0, 9264.0, 9212.0, 9258.0, 9207.0, 9239.0, 9259.0, 9224.0, 9247.0, 9219.0, 9279.0, 9220.0, 9297.0, 9256.0, 9278.0, 9223.0, 9304.0, 9219.0, 9292.0, 9274.0, 9233.0, 9294.0, 9231.0, 9267.0, 9218.0, 9286.0, 9205.0, 9270.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.0008872687545520759</td></tr>
<tr><td colspan=3>aqi</td><td>0.023898322359796068</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.392304668032054</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2235484304518953</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0001960521355704</td></tr>
<tr><td colspan=3>efc</td><td>0.4397</td></tr>
<tr><td colspan=3>fber</td><td>7576.231</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07443752251959926</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.529497450837582</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4506553784643246</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3542013075078305</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.671168572678015</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3265962552071278</td></tr>
<tr><td colspan=3>gcor</td><td>0.00891013</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018084179610013962</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020442316308617592</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.763449352977751</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>41.6588</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8061</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.1206</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309101.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>629.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>286.3734</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0096</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.396</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3416.5068</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.1278</td></tr>
<tr><td colspan=3>tsnr</td><td>38.548536233836785</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>