<?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-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-01/func/sub-0046_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>1c737895eebc22d43e16c4aec0f18edd</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:30:45.465000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998817, -0.0269055, 0.0404995, 0.026155, 0.999478, 0.018949]</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.0899601</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>33</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7744, -7288, 520, -42, -114, -56, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>249.782</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b5437478-372c-4eea-83fa-4690b7700974||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679753541946411, 0.07017184048891068, 0.11066809296607971, 109.63533020019531], [0.0721854493021965, 2.6815271377563477, 0.048241812735795975, -96.54338836669922], [0.10865714401006699, -0.050838813185691833, 2.6972997188568115, -78.14952087402344], [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': ['163045.465000', '163045.925000', '163046.385000', '163046.845000', '163047.305000', '163047.765000', '163048.225000', '163048.685000', '163049.145000', '163049.605000', '163050.065000', '163050.525000', '163050.985000', '163051.445000', '163051.905000', '163052.365000', '163052.825000', '163053.285000', '163053.745000', '163054.205000', '163054.665000', '163055.125000', '163055.585000', '163056.045000', '163056.505000', '163056.965000', '163057.425000', '163057.885000', '163058.345000', '163058.805000', '163059.265000', '163059.725000', '163100.185000', '163100.645000', '163101.105000', '163101.565000', '163102.025000', '163102.485000', '163102.945000', '163103.405000', '163103.865000', '163104.325000', '163104.785000', '163105.245000', '163105.705000', '163106.165000', '163106.625000', '163107.085000', '163107.545000', '163108.005000', '163108.465000', '163108.925000', '163109.385000', '163109.845000', '163110.305000', '163110.765000', '163111.225000', '163111.685000', '163112.145000', '163112.605000', '163113.065000', '163113.525000', '163113.985000', '163114.445000', '163114.905000', '163115.365000', '163115.825000', '163116.285000', '163116.745000', '163117.205000', '163117.665000', '163118.125000', '163118.585000', '163119.045000', '163119.505000', '163119.965000', '163120.425000', '163120.885000', '163121.345000', '163121.805000', '163122.265000', '163122.725000', '163123.185000', '163123.645000', '163124.105000', '163124.565000', '163125.025000', '163125.485000', '163125.945000', '163126.405000', '163126.865000', '163127.325000', '163127.785000', '163128.245000', '163128.705000', '163129.165000', '163129.625000', '163130.085000', '163130.545000', '163131.005000', '163131.465000', '163131.925000', '163132.385000', '163132.845000', '163133.305000', '163133.765000', '163134.225000', '163134.685000', '163135.145000', '163135.605000', '163136.065000', '163136.525000', '163136.985000', '163137.445000', '163137.905000', '163138.365000', '163138.825000', '163139.285000', '163139.745000', '163140.205000', '163140.665000', '163141.125000', '163141.585000', '163142.045000', '163142.505000', '163142.965000', '163143.425000', '163143.885000', '163144.345000', '163144.805000', '163145.265000', '163145.725000', '163146.185000', '163146.645000', '163147.105000', '163147.565000', '163148.025000', '163148.485000', '163148.945000', '163149.405000', '163149.865000', '163150.325000', '163150.785000', '163151.245000', '163151.705000', '163152.165000', '163152.625000', '163153.085000', '163153.545000', '163154.005000', '163154.465000', '163154.925000', '163155.385000', '163155.845000', '163156.305000', '163156.765000', '163157.225000', '163157.685000', '163158.145000', '163158.605000', '163159.065000', '163159.525000', '163159.985000', '163200.445000', '163200.905000', '163201.365000', '163201.825000', '163202.285000', '163202.745000', '163203.205000', '163203.665000', '163204.125000', '163204.585000', '163205.045000', '163205.505000', '163205.965000', '163206.425000', '163206.885000', '163207.345000', '163207.805000', '163208.265000', '163208.725000', '163209.185000', '163209.645000', '163210.105000', '163210.565000', '163211.025000', '163211.485000', '163211.945000', '163212.405000', '163212.865000', '163213.325000', '163213.785000', '163214.245000', '163214.705000', '163215.165000', '163215.625000', '163216.085000', '163216.545000', '163217.005000', '163217.465000', '163217.925000', '163218.385000', '163218.845000', '163219.305000', '163219.765000', '163220.225000', '163220.685000', '163221.145000', '163221.605000', '163222.065000', '163222.525000', '163222.985000', '163223.445000', '163223.905000', '163224.365000', '163224.825000', '163225.285000', '163225.745000', '163226.205000', '163226.665000', '163227.125000', '163227.585000', '163228.045000', '163228.505000', '163228.965000', '163229.425000', '163229.885000', '163230.345000', '163230.805000', '163231.265000', '163231.725000', '163232.185000', '163232.645000', '163233.105000', '163233.565000', '163234.025000', '163234.485000', '163234.945000', '163235.405000', '163235.865000', '163236.325000', '163236.785000', '163237.245000', '163237.705000', '163238.165000', '163238.625000', '163239.085000', '163239.545000', '163240.005000', '163240.465000', '163240.925000', '163241.385000', '163241.845000', '163242.305000', '163242.765000', '163243.225000', '163243.685000', '163244.145000', '163244.605000', '163245.065000', '163245.525000', '163245.985000', '163246.445000', '163246.905000', '163247.365000', '163247.825000', '163248.285000', '163248.745000', '163249.205000', '163249.665000', '163250.125000', '163250.585000', '163251.045000', '163251.505000', '163251.965000', '163252.425000', '163252.885000', '163253.345000', '163253.805000', '163254.265000', '163254.725000', '163255.185000', '163255.645000', '163256.105000', '163256.565000', '163257.025000', '163257.485000', '163257.945000', '163258.405000', '163258.865000', '163259.325000', '163259.785000', '163300.245000', '163300.705000', '163301.165000', '163301.625000', '163302.085000', '163302.545000', '163303.005000', '163303.465000', '163303.925000', '163304.385000', '163304.845000', '163305.305000', '163305.765000', '163306.225000', '163306.685000', '163307.145000', '163307.605000', '163308.065000', '163308.525000', '163308.985000', '163309.445000', '163309.905000', '163310.365000', '163310.825000', '163311.285000', '163311.745000', '163312.205000', '163312.665000', '163313.125000', '163313.585000', '163314.045000', '163314.505000', '163314.965000', '163315.425000', '163315.885000', '163316.345000', '163316.805000', '163317.265000', '163317.725000', '163318.185000', '163318.645000', '163319.105000', '163319.565000', '163320.025000', '163320.485000', '163320.945000', '163321.405000', '163321.865000', '163322.325000', '163322.785000', '163323.245000', '163323.705000', '163324.165000', '163324.625000', '163325.085000', '163325.545000', '163326.005000', '163326.465000', '163326.925000', '163327.385000', '163327.845000', '163328.305000', '163328.765000', '163329.225000', '163329.685000', '163330.145000', '163330.605000', '163331.065000', '163331.525000', '163331.985000', '163332.445000', '163332.905000', '163333.365000', '163333.825000', '163334.285000', '163334.745000', '163335.205000', '163335.665000', '163336.125000', '163336.585000', '163337.045000', '163337.505000', '163337.965000', '163338.425000', '163338.885000', '163339.345000', '163339.805000', '163340.265000', '163340.725000', '163341.185000', '163341.645000', '163342.105000', '163342.565000', '163343.025000', '163343.485000', '163343.945000', '163344.405000', '163344.865000', '163345.325000', '163345.785000', '163346.245000', '163346.705000', '163347.165000', '163347.625000', '163348.085000', '163348.545000', '163349.005000', '163349.465000', '163349.925000', '163350.385000', '163350.845000', '163351.305000', '163351.765000', '163352.225000', '163352.685000', '163353.145000', '163353.605000', '163354.065000', '163354.525000', '163354.985000', '163355.445000', '163355.905000', '163356.365000', '163356.825000', '163357.285000', '163357.745000', '163358.205000', '163358.665000', '163359.125000', '163359.585000', '163400.045000', '163400.505000', '163400.965000', '163401.425000', '163401.885000', '163402.345000', '163402.805000', '163403.265000', '163403.725000', '163404.185000', '163404.645000', '163405.105000', '163405.565000', '163406.025000', '163406.485000', '163406.945000', '163407.405000', '163407.865000', '163408.325000', '163408.785000', '163409.245000', '163409.705000', '163410.165000', '163410.625000', '163411.085000', '163411.545000', '163412.005000', '163412.465000', '163412.925000', '163413.385000', '163413.845000', '163414.305000', '163414.765000', '163415.225000', '163415.685000', '163416.145000', '163416.605000', '163417.065000', '163417.525000', '163417.985000', '163418.445000', '163418.905000', '163419.365000', '163419.825000', '163420.285000', '163420.745000', '163421.205000', '163421.665000', '163422.125000', '163422.585000', '163423.045000', '163423.505000', '163423.965000', '163424.425000', '163424.885000', '163425.345000', '163425.805000', '163426.265000', '163426.725000', '163427.185000', '163427.645000', '163428.105000', '163428.565000', '163429.025000', '163429.485000', '163429.945000', '163430.405000', '163430.865000', '163431.325000', '163431.785000', '163432.245000', '163432.705000', '163433.165000', '163433.625000', '163434.085000', '163434.545000', '163435.005000', '163435.465000', '163435.925000', '163436.385000', '163436.845000', '163437.305000', '163437.765000', '163438.225000', '163438.685000', '163439.145000', '163439.605000', '163440.065000', '163440.525000', '163440.985000', '163441.445000', '163441.905000', '163442.365000', '163442.825000', '163443.285000', '163443.745000', '163444.205000', '163444.665000', '163445.125000', '163445.585000', '163446.045000', '163446.505000', '163446.965000', '163447.425000', '163447.885000', '163448.345000', '163448.805000', '163449.265000', '163449.725000', '163450.185000', '163450.645000', '163451.105000', '163451.565000', '163452.025000', '163452.485000', '163452.945000', '163453.405000', '163453.865000', '163454.325000', '163454.785000', '163455.245000', '163455.705000', '163456.165000', '163456.625000', '163457.085000', '163457.545000', '163458.005000', '163458.465000', '163458.925000', '163459.385000', '163459.845000', '163500.305000', '163500.765000', '163501.225000', '163501.685000', '163502.145000', '163502.605000', '163503.065000', '163503.525000', '163503.985000', '163504.445000', '163504.905000', '163505.365000', '163505.825000', '163506.285000', '163506.745000', '163507.205000', '163507.665000', '163508.125000', '163508.585000', '163509.045000', '163509.505000', '163509.965000', '163510.425000', '163510.885000', '163511.345000', '163511.805000', '163512.265000', '163512.725000', '163513.185000', '163513.645000', '163514.105000', '163514.565000', '163515.025000', '163515.485000', '163515.945000', '163516.405000', '163516.865000', '163517.325000', '163517.785000', '163518.245000', '163518.705000', '163519.165000', '163519.625000', '163520.085000', '163520.545000', '163521.005000', '163521.465000', '163521.925000', '163522.385000', '163522.845000', '163523.305000', '163523.765000', '163524.225000', '163524.685000', '163525.145000', '163525.605000', '163526.065000', '163526.525000', '163526.985000', '163527.445000', '163527.905000', '163528.365000', '163528.825000', '163529.285000', '163529.745000', '163530.205000', '163530.665000', '163531.125000', '163531.585000', '163532.045000', '163532.505000', '163532.965000', '163533.425000', '163533.885000', '163534.345000', '163534.805000', '163535.265000', '163535.725000', '163536.185000', '163536.645000', '163537.105000', '163537.565000', '163538.025000', '163538.485000', '163538.945000', '163539.405000', '163539.865000', '163540.325000', '163540.785000', '163541.245000', '163541.705000', '163542.165000', '163542.625000', '163543.085000', '163543.545000', '163544.005000', '163544.465000', '163544.925000', '163545.385000', '163545.845000', '163546.305000', '163546.765000', '163547.225000', '163547.685000', '163548.145000', '163548.605000', '163549.065000', '163549.525000', '163549.985000', '163550.445000', '163550.905000', '163551.365000', '163551.825000', '163552.285000', '163552.745000', '163553.205000', '163553.665000', '163554.125000', '163554.585000', '163555.045000', '163555.505000', '163555.965000', '163556.425000', '163556.885000', '163557.345000', '163557.805000', '163558.265000', '163558.725000', '163559.185000', '163559.645000', '163600.105000', '163600.565000', '163601.025000', '163601.485000', '163601.945000', '163602.405000', '163602.865000', '163603.325000', '163603.785000', '163604.245000', '163604.705000', '163605.165000', '163605.625000', '163606.085000', '163606.545000', '163607.005000', '163607.465000', '163607.925000', '163608.385000', '163608.845000', '163609.305000', '163609.765000', '163610.225000', '163610.685000', '163611.145000', '163611.605000', '163612.065000', '163612.525000', '163612.985000', '163613.445000', '163613.905000', '163614.365000', '163614.825000', '163615.285000', '163615.745000', '163616.205000', '163616.665000', '163617.125000', '163617.585000', '163618.045000', '163618.505000', '163618.965000', '163619.425000', '163619.885000', '163620.345000', '163620.805000', '163621.265000', '163621.725000', '163622.185000', '163622.645000', '163623.105000', '163623.565000', '163624.025000', '163624.485000', '163624.945000', '163625.405000', '163625.865000', '163626.325000', '163626.785000', '163627.245000', '163627.705000', '163628.165000', '163628.625000', '163629.085000', '163629.545000', '163630.005000', '163630.465000', '163630.925000', '163631.385000', '163631.845000', '163632.305000', '163632.765000', '163633.225000', '163633.685000', '163634.145000', '163634.605000', '163635.065000', '163635.525000', '163635.985000', '163636.445000', '163636.905000', '163637.365000', '163637.825000', '163638.285000', '163638.745000', '163639.205000', '163639.665000', '163640.125000', '163640.585000', '163641.045000', '163641.505000', '163641.965000', '163642.425000', '163642.885000', '163643.345000', '163643.805000', '163644.265000', '163644.725000', '163645.185000', '163645.645000', '163646.105000', '163646.565000', '163647.025000', '163647.485000', '163647.945000', '163648.405000', '163648.865000', '163649.325000', '163649.785000', '163650.245000', '163650.705000', '163651.165000', '163651.625000', '163652.085000', '163652.545000', '163653.005000', '163653.465000', '163653.925000', '163654.385000', '163654.845000', '163655.305000', '163655.765000', '163656.225000', '163656.685000', '163657.145000', '163657.605000', '163658.065000', '163658.525000', '163658.985000', '163659.445000', '163659.905000', '163700.365000', '163700.825000', '163701.285000', '163701.745000', '163702.205000', '163702.665000', '163703.125000', '163703.585000', '163704.045000', '163704.505000', '163704.965000', '163705.425000', '163705.885000', '163706.345000', '163706.805000', '163707.265000', '163707.725000', '163708.185000', '163708.645000', '163709.105000', '163709.565000', '163710.025000', '163710.485000', '163710.945000', '163711.405000', '163711.865000', '163712.325000', '163712.785000', '163713.245000', '163713.705000', '163714.165000', '163714.625000', '163715.085000', '163715.545000', '163716.005000', '163716.465000', '163716.925000', '163717.385000', '163717.845000', '163718.305000', '163718.765000', '163719.225000', '163719.685000', '163720.145000', '163720.605000', '163721.065000', '163721.525000', '163721.985000', '163722.445000', '163722.905000', '163723.365000', '163723.825000', '163724.285000', '163724.745000', '163725.205000', '163725.665000', '163726.125000', '163726.585000', '163727.045000', '163727.505000', '163727.965000', '163728.425000', '163728.885000', '163729.345000', '163729.805000', '163730.265000', '163730.725000', '163731.185000', '163731.645000', '163732.105000', '163732.565000', '163733.025000', '163733.485000', '163733.945000', '163734.405000', '163734.865000', '163735.325000', '163735.785000', '163736.245000', '163736.705000', '163737.165000', '163737.625000', '163738.085000', '163738.545000', '163739.005000', '163739.465000', '163739.925000', '163740.385000', '163740.845000', '163741.305000', '163741.765000', '163742.225000', '163742.685000', '163743.145000', '163743.605000', '163744.065000', '163744.525000', '163744.985000', '163745.445000', '163745.905000', '163746.365000', '163746.825000', '163747.285000', '163747.745000', '163748.205000', '163748.665000', '163749.125000', '163749.585000', '163750.045000', '163750.505000', '163750.965000', '163751.425000', '163751.885000', '163752.345000', '163752.805000', '163753.265000', '163753.725000', '163754.185000', '163754.645000', '163755.105000', '163755.565000', '163756.025000', '163756.485000', '163756.945000', '163757.405000', '163757.865000', '163758.325000', '163758.785000', '163759.245000', '163759.705000', '163800.165000', '163800.625000', '163801.085000', '163801.545000', '163802.005000', '163802.465000', '163802.925000', '163803.385000', '163803.845000', '163804.305000', '163804.765000', '163805.225000', '163805.685000', '163806.145000', '163806.605000', '163807.065000', '163807.525000', '163807.985000', '163808.445000', '163808.905000', '163809.365000', '163809.825000', '163810.285000', '163810.745000', '163811.205000', '163811.665000', '163812.125000', '163812.585000', '163813.045000', '163813.505000', '163813.965000', '163814.425000', '163814.885000', '163815.345000', '163815.805000', '163816.265000', '163816.725000', '163817.185000', '163817.645000', '163818.105000', '163818.565000', '163819.025000', '163819.485000', '163819.945000', '163820.405000', '163820.865000', '163821.325000', '163821.785000', '163822.245000', '163822.705000', '163823.165000', '163823.625000', '163824.085000', '163824.545000', '163825.005000', '163825.465000', '163825.925000', '163826.385000', '163826.845000', '163827.305000', '163827.765000', '163828.225000', '163828.685000', '163829.145000', '163829.605000', '163830.065000', '163830.525000', '163830.985000', '163831.445000', '163831.905000', '163832.365000', '163832.825000', '163833.285000', '163833.745000', '163834.205000', '163834.665000', '163835.125000', '163835.585000', '163836.045000', '163836.505000', '163836.965000', '163837.425000', '163837.885000', '163838.345000', '163838.805000', '163839.265000', '163839.725000', '163840.185000', '163840.645000', '163841.105000', '163841.565000', '163842.025000', '163842.485000', '163842.945000', '163843.405000', '163843.865000', '163844.325000', '163844.785000', '163845.245000', '163845.705000', '163846.165000', '163846.625000', '163847.085000', '163847.545000', '163848.005000', '163848.465000', '163848.925000', '163849.385000', '163849.845000', '163850.305000', '163850.765000', '163851.225000', '163851.685000', '163852.145000', '163852.605000', '163853.065000', '163853.525000', '163853.985000', '163854.445000', '163854.905000', '163855.365000', '163855.825000', '163856.285000', '163856.745000', '163857.205000', '163857.665000', '163858.125000', '163858.585000', '163859.045000', '163859.505000', '163859.965000', '163900.425000', '163900.885000', '163901.345000', '163901.805000', '163902.265000', '163902.725000', '163903.185000', '163903.645000', '163904.105000', '163904.565000', '163905.025000', '163905.485000', '163905.945000', '163906.405000', '163906.865000', '163907.325000', '163907.785000', '163908.245000', '163908.705000', '163909.165000', '163909.625000', '163910.085000', '163910.545000', '163911.005000', '163911.465000', '163911.925000', '163912.385000', '163912.845000', '163913.305000', '163913.765000', '163914.225000', '163914.685000', '163915.145000', '163915.605000', '163916.065000', '163916.525000', '163916.985000', '163917.445000', '163917.905000', '163918.365000', '163918.825000', '163919.285000', '163919.745000', '163920.205000', '163920.665000', '163921.125000', '163921.585000', '163922.045000', '163922.505000', '163922.965000', '163923.425000', '163923.885000', '163924.345000', '163924.805000', '163925.265000', '163925.725000', '163926.185000', '163926.645000', '163927.105000', '163927.565000', '163928.025000', '163928.485000', '163928.945000', '163929.405000', '163929.865000', '163930.325000', '163930.785000', '163931.245000', '163931.705000', '163932.165000', '163932.625000', '163933.085000', '163933.545000', '163934.005000', '163934.465000', '163934.925000', '163935.385000', '163935.845000', '163936.305000', '163936.765000', '163937.225000', '163937.685000', '163938.145000', '163938.605000', '163939.065000', '163939.525000', '163939.985000', '163940.445000', '163940.905000', '163941.365000', '163941.825000', '163942.285000', '163942.745000', '163943.205000', '163943.665000', '163944.125000', '163944.585000', '163945.045000', '163945.505000', '163945.965000', '163946.425000', '163946.885000', '163947.345000', '163947.805000', '163948.265000', '163948.725000', '163949.185000', '163949.645000', '163950.105000', '163950.565000', '163951.025000', '163951.485000', '163951.945000', '163952.405000', '163952.865000', '163953.325000', '163953.785000', '163954.245000', '163954.705000', '163955.165000', '163955.625000', '163956.085000', '163956.545000', '163957.005000', '163957.465000', '163957.925000', '163958.385000', '163958.845000', '163959.305000', '163959.765000', '164000.225000', '164000.685000', '164001.145000', '164001.605000', '164002.065000', '164002.525000', '164002.985000', '164003.445000', '164003.905000', '164004.365000', '164004.825000', '164005.285000', '164005.745000', '164006.205000', '164006.665000', '164007.125000', '164007.585000', '164008.045000', '164008.505000', '164008.965000', '164009.425000', '164009.885000', '164010.345000', '164010.805000', '164011.265000', '164011.725000', '164012.185000', '164012.645000', '164013.105000', '164013.565000', '164014.025000', '164014.485000', '164014.945000', '164015.405000', '164015.865000', '164016.325000', '164016.785000', '164017.245000', '164017.705000', '164018.165000', '164018.625000', '164019.085000', '164019.545000', '164020.005000', '164020.465000', '164020.925000', '164021.385000', '164021.845000', '164022.305000', '164022.765000', '164023.225000', '164023.685000', '164024.145000', '164024.605000', '164025.065000', '164025.525000', '164025.985000', '164026.445000', '164026.905000', '164027.365000', '164027.825000', '164028.285000', '164028.745000', '164029.205000', '164029.665000', '164030.125000', '164030.585000', '164031.045000', '164031.505000', '164031.965000', '164032.425000', '164032.885000', '164033.345000', '164033.805000', '164034.265000', '164034.725000', '164035.185000', '164035.645000', '164036.105000', '164036.565000', '164037.025000', '164037.485000', '164037.945000', '164038.405000', '164038.865000', '164039.325000', '164039.785000', '164040.245000', '164040.705000', '164041.165000', '164041.625000', '164042.085000', '164042.545000', '164043.005000', '164043.465000', '164043.925000', '164044.385000', '164044.845000', '164045.305000', '164045.765000', '164046.225000', '164046.685000', '164047.145000', '164047.605000', '164048.065000', '164048.525000', '164048.985000', '164049.445000', '164049.905000', '164050.365000', '164050.825000', '164051.285000', '164051.745000', '164052.205000', '164052.665000', '164053.125000', '164053.585000', '164054.045000', '164054.505000', '164054.965000', '164055.425000', '164055.885000', '164056.345000', '164056.805000', '164057.265000', '164057.725000', '164058.185000', '164058.645000', '164059.105000', '164059.565000', '164100.025000', '164100.485000', '164100.945000', '164101.405000', '164101.865000', '164102.325000', '164102.785000', '164103.245000', '164103.705000', '164104.165000', '164104.625000', '164105.085000', '164105.545000', '164106.005000', '164106.465000', '164106.925000', '164107.385000', '164107.845000', '164108.305000', '164108.765000', '164109.225000', '164109.685000', '164110.145000', '164110.605000', '164111.065000', '164111.525000', '164111.985000', '164112.445000', '164112.905000', '164113.365000', '164113.825000', '164114.285000', '164114.745000', '164115.205000', '164115.665000', '164116.125000', '164116.585000', '164117.045000', '164117.505000', '164117.965000'], 'ContentTime': ['163110.542000', '163110.545000', '163110.548000', '163110.551000', '163110.553000', '163110.556000', '163110.558000', '163110.561000', '163110.563000', '163110.566000', '163110.568000', '163110.571000', '163110.574000', '163110.576000', '163110.579000', '163110.581000', '163110.584000', '163110.586000', '163110.589000', '163110.591000', '163110.594000', '163110.596000', '163110.599000', '163110.602000', '163110.604000', '163110.607000', '163110.609000', '163110.612000', '163110.614000', '163110.617000', '163110.619000', '163110.627000', '163110.629000', '163110.632000', '163110.634000', '163110.637000', '163110.639000', '163110.642000', '163110.645000', '163110.647000', '163110.650000', '163110.652000', '163110.655000', '163110.658000', '163110.660000', '163110.663000', '163110.665000', '163110.668000', '163110.670000', '163110.673000', '163110.675000', '163110.678000', '163110.680000', '163130.510000', '163130.513000', '163130.522000', '163130.525000', '163130.528000', '163130.530000', '163130.533000', '163130.535000', '163130.538000', '163130.540000', '163130.543000', '163130.545000', '163130.548000', '163130.550000', '163130.553000', '163130.555000', '163130.558000', '163130.561000', '163130.563000', '163130.566000', '163130.568000', '163130.571000', '163130.573000', '163130.576000', '163130.578000', '163130.581000', '163130.583000', '163130.586000', '163130.588000', '163130.591000', '163130.594000', '163130.614000', '163130.617000', '163130.619000', '163130.622000', '163130.624000', '163130.627000', '163130.629000', '163130.632000', '163130.634000', '163130.637000', '163130.639000', '163130.642000', '163150.511000', '163150.514000', '163150.516000', '163150.519000', '163150.521000', '163150.524000', '163150.526000', '163150.529000', '163150.531000', '163150.534000', '163150.537000', '163150.539000', '163150.542000', '163150.544000', '163150.547000', '163150.549000', '163150.552000', '163150.554000', '163150.557000', '163150.560000', '163150.562000', '163150.565000', '163150.567000', '163150.570000', '163150.572000', '163150.575000', '163150.577000', '163150.580000', '163150.582000', '163150.585000', '163150.588000', '163150.590000', '163150.593000', '163150.598000', '163150.601000', '163150.604000', '163150.606000', '163150.609000', '163150.611000', '163150.614000', '163150.616000', '163150.619000', '163150.622000', '163150.624000', '163210.510000', '163210.513000', '163210.515000', '163210.518000', '163210.520000', '163210.523000', '163210.525000', '163210.528000', '163210.531000', '163210.533000', '163210.536000', '163210.538000', '163210.541000', '163210.543000', '163210.546000', '163210.548000', '163210.551000', '163210.554000', '163210.556000', '163210.559000', '163210.561000', '163210.564000', '163210.566000', '163210.569000', '163210.571000', '163210.574000', '163210.576000', '163210.579000', '163210.581000', '163210.584000', '163210.587000', '163210.589000', '163210.592000', '163210.594000', '163210.597000', '163210.599000', '163210.602000', '163210.605000', '163210.607000', '163210.610000', '163210.612000', '163210.615000', '163210.617000', '163230.509000', '163230.512000', '163230.515000', '163230.521000', '163230.524000', '163230.526000', '163230.529000', '163230.532000', '163230.534000', '163230.537000', '163230.539000', '163230.542000', '163230.544000', '163230.547000', '163230.549000', '163230.552000', '163230.555000', '163230.557000', '163230.560000', '163230.562000', '163230.565000', '163230.567000', '163230.570000', '163230.573000', '163230.575000', '163230.578000', '163230.580000', '163230.583000', '163230.585000', '163230.588000', '163230.591000', '163230.593000', '163230.596000', '163230.598000', '163230.601000', '163230.604000', '163230.606000', '163230.609000', '163230.611000', '163230.614000', '163230.616000', '163230.619000', '163230.622000', '163230.624000', '163250.510000', '163250.512000', '163250.515000', '163250.518000', '163250.520000', '163250.523000', '163250.525000', '163250.528000', '163250.530000', '163250.533000', '163250.535000', '163250.538000', '163250.541000', '163250.543000', '163250.546000', '163250.548000', '163250.551000', '163250.554000', '163250.556000', '163250.559000', '163250.561000', '163250.564000', '163250.566000', '163250.569000', '163250.571000', '163250.574000', '163250.576000', '163250.579000', '163250.582000', '163250.584000', '163250.587000', '163250.589000', '163250.592000', '163250.595000', '163250.599000', '163250.602000', '163250.604000', '163250.607000', '163250.609000', '163250.612000', '163250.615000', '163250.617000', '163250.620000', '163310.510000', '163310.513000', '163310.515000', '163310.518000', '163310.520000', '163310.523000', '163310.525000', '163310.528000', '163310.531000', '163310.533000', '163310.536000', '163310.538000', '163310.541000', '163310.543000', '163310.546000', '163310.549000', '163310.551000', '163310.554000', '163310.556000', '163310.559000', '163310.561000', '163310.564000', '163310.566000', '163310.569000', '163310.572000', '163310.574000', '163310.577000', '163310.593000', '163310.595000', '163310.598000', '163310.600000', '163310.603000', '163310.605000', '163310.608000', '163310.611000', '163310.613000', '163310.616000', '163310.618000', '163310.621000', '163310.623000', '163310.626000', '163310.628000', '163310.631000', '163310.634000', '163330.509000', '163330.512000', '163330.515000', '163330.517000', '163330.520000', '163330.523000', '163330.525000', '163330.528000', '163330.530000', '163330.533000', '163330.535000', '163330.538000', '163330.541000', '163330.543000', '163330.546000', '163330.548000', '163330.551000', '163330.580000', '163330.583000', '163330.585000', '163330.588000', '163330.590000', '163330.593000', '163330.595000', '163330.598000', '163330.601000', '163330.603000', '163330.606000', '163330.609000', '163330.611000', '163330.614000', '163330.616000', '163330.619000', '163330.621000', '163330.624000', '163330.627000', '163330.629000', '163330.632000', '163330.634000', '163330.637000', '163330.639000', '163330.642000', '163330.645000', '163350.511000', '163350.513000', '163350.516000', '163350.519000', '163350.521000', '163350.524000', '163350.526000', '163350.529000', '163350.532000', '163350.534000', '163350.537000', '163350.539000', '163350.542000', '163350.545000', '163350.547000', '163350.550000', '163350.552000', '163350.555000', '163350.557000', '163350.560000', '163350.562000', '163350.565000', '163350.568000', '163350.570000', '163350.573000', '163350.575000', '163350.578000', '163350.581000', '163350.583000', '163350.586000', '163350.588000', '163350.591000', '163350.593000', '163350.596000', '163350.598000', '163350.601000', '163350.604000', '163350.606000', '163350.609000', '163350.611000', '163350.614000', '163350.617000', '163350.619000', '163350.622000', '163410.511000', '163410.513000', '163410.516000', '163410.519000', '163410.521000', '163410.524000', '163410.526000', '163410.529000', '163410.531000', '163410.534000', '163410.537000', '163410.539000', '163410.546000', '163410.548000', '163410.551000', '163410.553000', '163410.556000', '163410.558000', '163410.561000', '163410.563000', '163410.566000', '163410.569000', '163410.571000', '163410.574000', '163410.577000', '163410.579000', '163410.582000', '163410.584000', '163410.587000', '163410.589000', '163410.592000', '163410.594000', '163410.597000', '163410.600000', '163410.602000', '163410.605000', '163410.608000', '163410.610000', '163410.613000', '163410.615000', '163410.618000', '163410.621000', '163410.623000', '163430.510000', '163430.512000', '163430.515000', '163430.518000', '163430.520000', '163430.523000', '163430.525000', '163430.528000', '163430.530000', '163430.533000', '163430.535000', '163430.538000', '163430.541000', '163430.543000', '163430.546000', '163430.548000', '163430.551000', '163430.553000', '163430.556000', '163430.558000', '163430.561000', '163430.563000', '163430.566000', '163430.569000', '163430.571000', '163430.574000', '163430.576000', '163430.579000', '163430.581000', '163430.584000', '163430.587000', '163430.589000', '163430.592000', '163430.594000', '163430.597000', '163430.599000', '163430.602000', '163430.605000', '163430.607000', '163430.610000', '163430.612000', '163430.615000', '163430.617000', '163430.620000', '163450.509000', '163450.512000', '163450.515000', '163450.517000', '163450.520000', '163450.523000', '163450.525000', '163450.528000', '163450.540000', '163450.542000', '163450.545000', '163450.547000', '163450.550000', '163450.553000', '163450.555000', '163450.558000', '163450.560000', '163450.563000', '163450.565000', '163450.568000', '163450.571000', '163450.573000', '163450.576000', '163450.578000', '163450.581000', '163450.584000', '163450.586000', '163450.589000', '163450.591000', '163450.594000', '163450.596000', '163450.599000', '163450.602000', '163450.604000', '163450.607000', '163450.609000', '163450.612000', '163450.615000', '163450.617000', '163450.620000', '163450.622000', '163450.625000', '163450.627000', '163510.510000', '163510.512000', '163510.515000', '163510.518000', '163510.520000', '163510.523000', '163510.525000', '163510.528000', '163510.531000', '163510.533000', '163510.536000', '163510.538000', '163510.541000', '163510.543000', '163510.546000', '163510.548000', '163510.551000', '163510.554000', '163510.556000', '163510.559000', '163510.561000', '163510.564000', '163510.566000', '163510.569000', '163510.572000', '163510.574000', '163510.577000', '163510.579000', '163510.582000', '163510.584000', '163510.587000', '163510.590000', '163510.592000', '163510.595000', '163510.597000', '163510.600000', '163510.603000', '163510.605000', '163510.608000', '163510.610000', '163510.613000', '163510.616000', '163510.618000', '163510.621000', '163530.510000', '163530.513000', '163530.515000', '163530.518000', '163530.520000', '163530.523000', '163530.525000', '163530.528000', '163530.531000', '163530.533000', '163530.536000', '163530.538000', '163530.541000', '163530.543000', '163530.546000', '163530.548000', '163530.551000', '163530.553000', '163530.556000', '163530.559000', '163530.561000', '163530.564000', '163530.566000', '163530.569000', '163530.572000', '163530.574000', '163530.577000', '163530.579000', '163530.582000', '163530.584000', '163530.587000', '163530.589000', '163530.592000', '163530.595000', '163530.597000', '163530.600000', '163530.603000', '163530.605000', '163530.608000', '163530.610000', '163530.613000', '163530.615000', '163530.618000', '163550.510000', '163550.513000', '163550.515000', '163550.518000', '163550.521000', '163550.524000', '163550.527000', '163550.529000', '163550.532000', '163550.534000', '163550.537000', '163550.540000', '163550.542000', '163550.545000', '163550.547000', '163550.550000', '163550.553000', '163550.555000', '163550.558000', '163550.560000', '163550.563000', '163550.566000', '163550.568000', '163550.571000', '163550.573000', '163550.576000', '163550.579000', '163550.581000', '163550.584000', '163550.587000', '163550.589000', '163550.592000', '163550.594000', '163550.597000', '163550.600000', '163550.603000', '163550.606000', '163550.609000', '163550.611000', '163550.614000', '163550.617000', '163550.620000', '163550.622000', '163610.511000', '163610.513000', '163610.516000', '163610.518000', '163610.521000', '163610.524000', '163610.526000', '163610.529000', '163610.532000', '163610.534000', '163610.537000', '163610.539000', '163610.542000', '163610.544000', '163610.547000', '163610.549000', '163610.552000', '163610.555000', '163610.557000', '163610.576000', '163610.579000', '163610.581000', '163610.584000', '163610.586000', '163610.589000', '163610.591000', '163610.594000', '163610.597000', '163610.599000', '163610.602000', '163610.604000', '163610.607000', '163610.610000', '163610.612000', '163610.615000', '163610.618000', '163610.620000', '163610.623000', '163610.625000', '163610.628000', '163610.630000', '163610.633000', '163610.635000', '163610.638000', '163630.513000', '163630.515000', '163630.518000', '163630.521000', '163630.523000', '163630.526000', '163630.529000', '163630.531000', '163630.534000', '163630.536000', '163630.539000', '163630.541000', '163630.544000', '163630.546000', '163630.549000', '163630.552000', '163630.554000', '163630.557000', '163630.559000', '163630.562000', '163630.564000', '163630.567000', '163630.570000', '163630.572000', '163630.575000', '163630.577000', '163630.580000', '163630.582000', '163630.585000', '163630.588000', '163630.590000', '163630.593000', '163630.595000', '163630.598000', '163630.601000', '163630.603000', '163630.606000', '163630.608000', '163630.611000', '163630.613000', '163630.616000', '163630.619000', '163630.621000', '163630.624000', '163650.510000', '163650.513000', '163650.515000', '163650.518000', '163650.520000', '163650.523000', '163650.525000', '163650.528000', '163650.531000', '163650.533000', '163650.536000', '163650.538000', '163650.541000', '163650.543000', '163650.546000', '163650.549000', '163650.551000', '163650.554000', '163650.556000', '163650.559000', '163650.562000', '163650.564000', '163650.567000', '163650.569000', '163650.572000', '163650.574000', '163650.577000', '163650.579000', '163650.582000', '163650.585000', '163650.587000', '163650.590000', '163650.592000', '163650.595000', '163650.598000', '163650.600000', '163650.603000', '163650.605000', '163650.608000', '163650.611000', '163650.613000', '163650.616000', '163650.618000', '163710.509000', '163710.512000', '163710.515000', '163710.517000', '163710.520000', '163710.523000', '163710.525000', '163710.528000', '163710.530000', '163710.533000', '163710.536000', '163710.538000', '163710.541000', '163710.543000', '163710.546000', '163710.548000', '163710.551000', '163710.554000', '163710.556000', '163710.560000', '163710.563000', '163710.565000', '163710.568000', '163710.570000', '163710.573000', '163710.576000', '163710.578000', '163710.581000', '163710.583000', '163710.586000', '163710.589000', '163710.591000', '163710.594000', '163710.596000', '163710.599000', '163710.602000', '163710.604000', '163710.607000', '163710.609000', '163710.612000', '163710.615000', '163710.617000', '163710.620000', '163730.509000', '163730.512000', '163730.515000', '163730.518000', '163730.520000', '163730.523000', '163730.525000', '163730.528000', '163730.530000', '163730.533000', '163730.536000', '163730.538000', '163730.541000', '163730.543000', '163730.546000', '163730.549000', '163730.551000', '163730.554000', '163730.556000', '163730.559000', '163730.561000', '163730.564000', '163730.567000', '163730.569000', '163730.572000', '163730.574000', '163730.577000', '163730.580000', '163730.582000', '163730.585000', '163730.602000', '163730.605000', '163730.607000', '163730.610000', '163730.612000', '163730.615000', '163730.618000', '163730.620000', '163730.623000', '163730.625000', '163730.628000', '163730.630000', '163730.633000', '163730.636000', '163750.510000', '163750.513000', '163750.515000', '163750.518000', '163750.520000', '163750.523000', '163750.526000', '163750.528000', '163750.531000', '163750.533000', '163750.536000', '163750.538000', '163750.541000', '163750.544000', '163750.546000', '163750.549000', '163750.552000', '163750.554000', '163750.557000', '163750.559000', '163750.562000', '163750.564000', '163750.567000', '163750.569000', '163750.572000', '163750.575000', '163750.577000', '163750.580000', '163750.582000', '163750.585000', '163750.587000', '163750.590000', '163750.593000', '163750.595000', '163750.598000', '163750.601000', '163750.603000', '163750.606000', '163750.609000', '163750.612000', '163750.615000', '163750.618000', '163750.620000', '163810.510000', '163810.512000', '163810.515000', '163810.517000', '163810.520000', '163810.523000', '163810.525000', '163810.528000', '163810.530000', '163810.533000', '163810.536000', '163810.538000', '163810.541000', '163810.543000', '163810.546000', '163810.549000', '163810.551000', '163810.554000', '163810.556000', '163810.559000', '163810.562000', '163810.564000', '163810.567000', '163810.569000', '163810.572000', '163810.574000', '163810.577000', '163810.579000', '163810.582000', '163810.585000', '163810.587000', '163810.590000', '163810.592000', '163810.595000', '163810.598000', '163810.600000', '163810.603000', '163810.605000', '163810.608000', '163810.610000', '163810.613000', '163810.616000', '163810.618000', '163810.621000', '163830.510000', '163830.513000', '163830.516000', '163830.519000', '163830.521000', '163830.524000', '163830.526000', '163830.529000', '163830.531000', '163830.534000', '163830.536000', '163830.539000', '163830.542000', '163830.544000', '163830.547000', '163830.549000', '163830.552000', '163830.554000', '163830.557000', '163830.560000', '163830.562000', '163830.565000', '163830.567000', '163830.570000', '163830.573000', '163830.575000', '163830.578000', '163830.581000', '163830.583000', '163830.586000', '163830.588000', '163830.591000', '163830.593000', '163830.596000', '163830.599000', '163830.603000', '163830.606000', '163830.609000', '163830.612000', '163830.614000', '163830.617000', '163830.619000', '163830.622000', '163850.510000', '163850.513000', '163850.516000', '163850.518000', '163850.521000', '163850.524000', '163850.526000', '163850.529000', '163850.531000', '163850.534000', '163850.537000', '163850.539000', '163850.542000', '163850.544000', '163850.547000', '163850.550000', '163850.552000', '163850.555000', '163850.557000', '163850.560000', '163850.562000', '163850.565000', '163850.567000', '163850.570000', '163850.573000', '163850.575000', '163850.578000', '163850.580000', '163850.583000', '163850.586000', '163850.588000', '163850.591000', '163850.593000', '163850.596000', '163850.598000', '163850.601000', '163850.604000', '163850.606000', '163850.609000', '163850.611000', '163850.614000', '163850.629000', '163850.632000', '163850.634000', '163910.510000', '163910.512000', '163910.515000', '163910.518000', '163910.520000', '163910.523000', '163910.526000', '163910.528000', '163910.531000', '163910.533000', '163910.536000', '163910.539000', '163910.541000', '163910.544000', '163910.546000', '163910.549000', '163910.551000', '163910.554000', '163910.557000', '163910.559000', '163910.562000', '163910.564000', '163910.567000', '163910.569000', '163910.572000', '163910.575000', '163910.577000', '163910.580000', '163910.582000', '163910.585000', '163910.587000', '163910.590000', '163910.593000', '163910.595000', '163910.598000', '163910.600000', '163910.603000', '163910.606000', '163910.608000', '163910.611000', '163910.613000', '163910.616000', '163910.618000', '163930.510000', '163930.512000', '163930.515000', '163930.518000', '163930.520000', '163930.523000', '163930.525000', '163930.528000', '163930.530000', '163930.533000', '163930.536000', '163930.538000', '163930.541000', '163930.543000', '163930.546000', '163930.548000', '163930.551000', '163930.554000', '163930.556000', '163930.559000', '163930.561000', '163930.564000', '163930.566000', '163930.569000', '163930.571000', '163930.574000', '163930.577000', '163930.579000', '163930.582000', '163930.584000', '163930.587000', '163930.590000', '163930.592000', '163930.595000', '163930.597000', '163930.600000', '163930.602000', '163930.605000', '163930.608000', '163930.610000', '163930.613000', '163930.615000', '163930.618000', '163930.621000', '163950.510000', '163950.513000', '163950.515000', '163950.518000', '163950.520000', '163950.523000', '163950.526000', '163950.528000', '163950.531000', '163950.533000', '163950.536000', '163950.539000', '163950.541000', '163950.544000', '163950.546000', '163950.549000', '163950.551000', '163950.554000', '163950.556000', '163950.559000', '163950.562000', '163950.564000', '163950.567000', '163950.569000', '163950.572000', '163950.575000', '163950.577000', '163950.580000', '163950.582000', '163950.585000', '163950.587000', '163950.590000', '163950.593000', '163950.595000', '163950.598000', '163950.600000', '163950.603000', '163950.606000', '163950.608000', '163950.611000', '163950.614000', '163950.616000', '163950.619000', '164010.510000', '164010.513000', '164010.515000', '164010.518000', '164010.520000', '164010.523000', '164010.525000', '164010.528000', '164010.531000', '164010.533000', '164010.536000', '164010.539000', '164010.541000', '164010.544000', '164010.546000', '164010.549000', '164010.551000', '164010.554000', '164010.557000', '164010.559000', '164010.562000', '164010.564000', '164010.567000', '164010.580000', '164010.583000', '164010.586000', '164010.588000', '164010.591000', '164010.593000', '164010.596000', '164010.599000', '164010.601000', '164010.604000', '164010.606000', '164010.609000', '164010.612000', '164010.614000', '164010.617000', '164010.620000', '164010.622000', '164010.625000', '164010.627000', '164010.630000', '164010.632000', '164030.510000', '164030.512000', '164030.515000', '164030.518000', '164030.520000', '164030.523000', '164030.525000', '164030.528000', '164030.530000', '164030.533000', '164030.536000', '164030.538000', '164030.541000', '164030.543000', '164030.546000', '164030.549000', '164030.551000', '164030.554000', '164030.556000', '164030.559000', '164030.561000', '164030.564000', '164030.567000', '164030.569000', '164030.572000', '164030.574000', '164030.577000', '164030.580000', '164030.582000', '164030.585000', '164030.587000', '164030.590000', '164030.592000', '164030.595000', '164030.598000', '164030.600000', '164030.603000', '164030.605000', '164030.608000', '164030.611000', '164030.613000', '164030.616000', '164030.618000', '164050.511000', '164050.514000', '164050.516000', '164050.519000', '164050.521000', '164050.524000', '164050.526000', '164050.529000', '164050.532000', '164050.534000', '164050.537000', '164050.540000', '164050.542000', '164050.545000', '164050.547000', '164050.550000', '164050.553000', '164050.555000', '164050.558000', '164050.560000', '164050.563000', '164050.565000', '164050.568000', '164050.571000', '164050.573000', '164050.576000', '164050.578000', '164050.581000', '164050.584000', '164050.586000', '164050.589000', '164050.591000', '164050.594000', '164050.596000', '164050.599000', '164050.602000', '164050.604000', '164050.607000', '164050.610000', '164050.612000', '164050.615000', '164050.617000', '164050.620000', '164050.622000', '164110.511000', '164110.513000', '164110.516000', '164110.519000', '164110.521000', '164110.524000', '164110.526000', '164110.529000', '164110.532000', '164110.534000', '164110.537000', '164110.539000', '164110.542000', '164110.544000', '164110.547000', '164110.550000', '164110.552000', '164110.555000', '164110.557000', '164110.560000', '164110.563000', '164110.565000', '164110.568000', '164110.570000', '164110.573000', '164110.576000', '164110.578000', '164110.581000', '164110.583000', '164110.586000', '164110.588000', '164110.591000', '164110.593000', '164110.596000', '164110.599000', '164110.601000', '164110.604000', '164110.606000', '164110.609000', '164110.611000', '164110.614000', '164110.617000', '164110.619000', '164118.919000', '164118.922000', '164118.925000', '164118.928000', '164118.931000', '164118.934000', '164118.937000', '164118.940000', '164118.943000', '164118.946000', '164118.949000', '164118.952000', '164118.955000', '164118.958000', '164118.961000', '164118.964000', '164118.967000', '164118.970000', '164118.973000'], 'InstanceCreationTime': ['163110.542000', '163110.545000', '163110.548000', '163110.551000', '163110.553000', '163110.556000', '163110.558000', '163110.561000', '163110.563000', '163110.566000', '163110.568000', '163110.571000', '163110.574000', '163110.576000', '163110.579000', '163110.581000', '163110.584000', '163110.586000', '163110.589000', '163110.591000', '163110.594000', '163110.596000', '163110.599000', '163110.602000', '163110.604000', '163110.607000', '163110.609000', '163110.612000', '163110.614000', '163110.617000', '163110.619000', '163110.627000', '163110.629000', '163110.632000', '163110.634000', '163110.637000', '163110.639000', '163110.642000', '163110.645000', '163110.647000', '163110.650000', '163110.652000', '163110.655000', '163110.658000', '163110.660000', '163110.663000', '163110.665000', '163110.668000', '163110.670000', '163110.673000', '163110.675000', '163110.678000', '163110.680000', '163130.510000', '163130.513000', '163130.522000', '163130.525000', '163130.528000', '163130.530000', '163130.533000', '163130.535000', '163130.538000', '163130.540000', '163130.543000', '163130.545000', '163130.548000', '163130.550000', '163130.553000', '163130.555000', '163130.558000', '163130.561000', '163130.563000', '163130.566000', '163130.568000', '163130.571000', '163130.573000', '163130.576000', '163130.578000', '163130.581000', '163130.583000', '163130.586000', '163130.588000', '163130.591000', '163130.594000', '163130.614000', '163130.617000', '163130.619000', '163130.622000', '163130.624000', '163130.627000', '163130.629000', '163130.632000', '163130.634000', '163130.637000', '163130.639000', '163130.642000', '163150.511000', '163150.514000', '163150.516000', '163150.519000', '163150.521000', '163150.524000', '163150.526000', '163150.529000', '163150.531000', '163150.534000', '163150.537000', '163150.539000', '163150.542000', '163150.544000', '163150.547000', '163150.549000', '163150.552000', '163150.554000', '163150.557000', '163150.560000', '163150.562000', '163150.565000', '163150.567000', '163150.570000', '163150.572000', '163150.575000', '163150.577000', '163150.580000', '163150.582000', '163150.585000', '163150.588000', '163150.590000', '163150.593000', '163150.598000', '163150.601000', '163150.604000', '163150.606000', '163150.609000', '163150.611000', '163150.614000', '163150.616000', '163150.619000', '163150.622000', '163150.624000', '163210.510000', '163210.513000', '163210.515000', '163210.518000', '163210.520000', '163210.523000', '163210.525000', '163210.528000', '163210.531000', '163210.533000', '163210.536000', '163210.538000', '163210.541000', '163210.543000', '163210.546000', '163210.548000', '163210.551000', '163210.554000', '163210.556000', '163210.559000', '163210.561000', '163210.564000', '163210.566000', '163210.569000', '163210.571000', '163210.574000', '163210.576000', '163210.579000', '163210.581000', '163210.584000', '163210.587000', '163210.589000', '163210.592000', '163210.594000', '163210.597000', '163210.599000', '163210.602000', '163210.605000', '163210.607000', '163210.610000', '163210.612000', '163210.615000', '163210.617000', '163230.509000', '163230.512000', '163230.515000', '163230.521000', '163230.524000', '163230.526000', '163230.529000', '163230.532000', '163230.534000', '163230.537000', '163230.539000', '163230.542000', '163230.544000', '163230.547000', '163230.549000', '163230.552000', '163230.555000', '163230.557000', '163230.560000', '163230.562000', '163230.565000', '163230.567000', '163230.570000', '163230.573000', '163230.575000', '163230.578000', '163230.580000', '163230.583000', '163230.585000', '163230.588000', '163230.591000', '163230.593000', '163230.596000', '163230.598000', '163230.601000', '163230.604000', '163230.606000', '163230.609000', '163230.611000', '163230.614000', '163230.616000', '163230.619000', '163230.622000', '163230.624000', '163250.510000', '163250.512000', '163250.515000', '163250.518000', '163250.520000', '163250.523000', '163250.525000', '163250.528000', '163250.530000', '163250.533000', '163250.535000', '163250.538000', '163250.541000', '163250.543000', '163250.546000', '163250.548000', '163250.551000', '163250.554000', '163250.556000', '163250.559000', '163250.561000', '163250.564000', '163250.566000', '163250.569000', '163250.571000', '163250.574000', '163250.576000', '163250.579000', '163250.582000', '163250.584000', '163250.587000', '163250.589000', '163250.592000', '163250.595000', '163250.599000', '163250.602000', '163250.604000', '163250.607000', '163250.609000', '163250.612000', '163250.615000', '163250.617000', '163250.620000', '163310.510000', '163310.513000', '163310.515000', '163310.518000', '163310.520000', '163310.523000', '163310.525000', '163310.528000', '163310.531000', '163310.533000', '163310.536000', '163310.538000', '163310.541000', '163310.543000', '163310.546000', '163310.549000', '163310.551000', '163310.554000', '163310.556000', '163310.559000', '163310.561000', '163310.564000', '163310.566000', '163310.569000', '163310.572000', '163310.574000', '163310.577000', '163310.593000', '163310.595000', '163310.598000', '163310.600000', '163310.603000', '163310.605000', '163310.608000', '163310.611000', '163310.613000', '163310.616000', '163310.618000', '163310.621000', '163310.623000', '163310.626000', '163310.628000', '163310.631000', '163310.634000', '163330.509000', '163330.512000', '163330.515000', '163330.517000', '163330.520000', '163330.523000', '163330.525000', '163330.528000', '163330.530000', '163330.533000', '163330.535000', '163330.538000', '163330.541000', '163330.543000', '163330.546000', '163330.548000', '163330.551000', '163330.580000', '163330.583000', '163330.585000', '163330.588000', '163330.590000', '163330.593000', '163330.595000', '163330.598000', '163330.601000', '163330.603000', '163330.606000', '163330.609000', '163330.611000', '163330.614000', '163330.616000', '163330.619000', '163330.621000', '163330.624000', '163330.627000', '163330.629000', '163330.632000', '163330.634000', '163330.637000', '163330.639000', '163330.642000', '163330.645000', '163350.511000', '163350.513000', '163350.516000', '163350.519000', '163350.521000', '163350.524000', '163350.526000', '163350.529000', '163350.532000', '163350.534000', '163350.537000', '163350.539000', '163350.542000', '163350.545000', '163350.547000', '163350.550000', '163350.552000', '163350.555000', '163350.557000', '163350.560000', '163350.562000', '163350.565000', '163350.568000', '163350.570000', '163350.573000', '163350.575000', '163350.578000', '163350.581000', '163350.583000', '163350.586000', '163350.588000', '163350.591000', '163350.593000', '163350.596000', '163350.598000', '163350.601000', '163350.604000', '163350.606000', '163350.609000', '163350.611000', '163350.614000', '163350.617000', '163350.619000', '163350.622000', '163410.511000', '163410.513000', '163410.516000', '163410.519000', '163410.521000', '163410.524000', '163410.526000', '163410.529000', '163410.531000', '163410.534000', '163410.537000', '163410.539000', '163410.546000', '163410.548000', '163410.551000', '163410.553000', '163410.556000', '163410.558000', '163410.561000', '163410.563000', '163410.566000', '163410.569000', '163410.571000', '163410.574000', '163410.577000', '163410.579000', '163410.582000', '163410.584000', '163410.587000', '163410.589000', '163410.592000', '163410.594000', '163410.597000', '163410.600000', '163410.602000', '163410.605000', '163410.608000', '163410.610000', '163410.613000', '163410.615000', '163410.618000', '163410.621000', '163410.623000', '163430.510000', '163430.512000', '163430.515000', '163430.518000', '163430.520000', '163430.523000', '163430.525000', '163430.528000', '163430.530000', '163430.533000', '163430.535000', '163430.538000', '163430.541000', '163430.543000', '163430.546000', '163430.548000', '163430.551000', '163430.553000', '163430.556000', '163430.558000', '163430.561000', '163430.563000', '163430.566000', '163430.569000', '163430.571000', '163430.574000', '163430.576000', '163430.579000', '163430.581000', '163430.584000', '163430.587000', '163430.589000', '163430.592000', '163430.594000', '163430.597000', '163430.599000', '163430.602000', '163430.605000', '163430.607000', '163430.610000', '163430.612000', '163430.615000', '163430.617000', '163430.620000', '163450.509000', '163450.512000', '163450.515000', '163450.517000', '163450.520000', '163450.523000', '163450.525000', '163450.528000', '163450.540000', '163450.542000', '163450.545000', '163450.547000', '163450.550000', '163450.553000', '163450.555000', '163450.558000', '163450.560000', '163450.563000', '163450.565000', '163450.568000', '163450.571000', '163450.573000', '163450.576000', '163450.578000', '163450.581000', '163450.584000', '163450.586000', '163450.589000', '163450.591000', '163450.594000', '163450.596000', '163450.599000', '163450.602000', '163450.604000', '163450.607000', '163450.609000', '163450.612000', '163450.615000', '163450.617000', '163450.620000', '163450.622000', '163450.625000', '163450.627000', '163510.510000', '163510.512000', '163510.515000', '163510.518000', '163510.520000', '163510.523000', '163510.525000', '163510.528000', '163510.531000', '163510.533000', '163510.536000', '163510.538000', '163510.541000', '163510.543000', '163510.546000', '163510.548000', '163510.551000', '163510.554000', '163510.556000', '163510.559000', '163510.561000', '163510.564000', '163510.566000', '163510.569000', '163510.572000', '163510.574000', '163510.577000', '163510.579000', '163510.582000', '163510.584000', '163510.587000', '163510.590000', '163510.592000', '163510.595000', '163510.597000', '163510.600000', '163510.603000', '163510.605000', '163510.608000', '163510.610000', '163510.613000', '163510.616000', '163510.618000', '163510.621000', '163530.510000', '163530.513000', '163530.515000', '163530.518000', '163530.520000', '163530.523000', '163530.525000', '163530.528000', '163530.531000', '163530.533000', '163530.536000', '163530.538000', '163530.541000', '163530.543000', '163530.546000', '163530.548000', '163530.551000', '163530.553000', '163530.556000', '163530.559000', '163530.561000', '163530.564000', '163530.566000', '163530.569000', '163530.572000', '163530.574000', '163530.577000', '163530.579000', '163530.582000', '163530.584000', '163530.587000', '163530.589000', '163530.592000', '163530.595000', '163530.597000', '163530.600000', '163530.603000', '163530.605000', '163530.608000', '163530.610000', '163530.613000', '163530.615000', '163530.618000', '163550.510000', '163550.513000', '163550.515000', '163550.518000', '163550.521000', '163550.524000', '163550.527000', '163550.529000', '163550.532000', '163550.534000', '163550.537000', '163550.540000', '163550.542000', '163550.545000', '163550.547000', '163550.550000', '163550.553000', '163550.555000', '163550.558000', '163550.560000', '163550.563000', '163550.566000', '163550.568000', '163550.571000', '163550.573000', '163550.576000', '163550.579000', '163550.581000', '163550.584000', '163550.587000', '163550.589000', '163550.592000', '163550.594000', '163550.597000', '163550.600000', '163550.603000', '163550.606000', '163550.609000', '163550.611000', '163550.614000', '163550.617000', '163550.620000', '163550.622000', '163610.511000', '163610.513000', '163610.516000', '163610.518000', '163610.521000', '163610.524000', '163610.526000', '163610.529000', '163610.532000', '163610.534000', '163610.537000', '163610.539000', '163610.542000', '163610.544000', '163610.547000', '163610.549000', '163610.552000', '163610.555000', '163610.557000', '163610.576000', '163610.579000', '163610.581000', '163610.584000', '163610.586000', '163610.589000', '163610.591000', '163610.594000', '163610.597000', '163610.599000', '163610.602000', '163610.604000', '163610.607000', '163610.610000', '163610.612000', '163610.615000', '163610.618000', '163610.620000', '163610.623000', '163610.625000', '163610.628000', '163610.630000', '163610.633000', '163610.635000', '163610.638000', '163630.513000', '163630.515000', '163630.518000', '163630.521000', '163630.523000', '163630.526000', '163630.529000', '163630.531000', '163630.534000', '163630.536000', '163630.539000', '163630.541000', '163630.544000', '163630.546000', '163630.549000', '163630.552000', '163630.554000', '163630.557000', '163630.559000', '163630.562000', '163630.564000', '163630.567000', '163630.570000', '163630.572000', '163630.575000', '163630.577000', '163630.580000', '163630.582000', '163630.585000', '163630.588000', '163630.590000', '163630.593000', '163630.595000', '163630.598000', '163630.601000', '163630.603000', '163630.606000', '163630.608000', '163630.611000', '163630.613000', '163630.616000', '163630.619000', '163630.621000', '163630.624000', '163650.510000', '163650.513000', '163650.515000', '163650.518000', '163650.520000', '163650.523000', '163650.525000', '163650.528000', '163650.531000', '163650.533000', '163650.536000', '163650.538000', '163650.541000', '163650.543000', '163650.546000', '163650.549000', '163650.551000', '163650.554000', '163650.556000', '163650.559000', '163650.562000', '163650.564000', '163650.567000', '163650.569000', '163650.572000', '163650.574000', '163650.577000', '163650.579000', '163650.582000', '163650.585000', '163650.587000', '163650.590000', '163650.592000', '163650.595000', '163650.598000', '163650.600000', '163650.603000', '163650.605000', '163650.608000', '163650.611000', '163650.613000', '163650.616000', '163650.618000', '163710.509000', '163710.512000', '163710.515000', '163710.517000', '163710.520000', '163710.523000', '163710.525000', '163710.528000', '163710.530000', '163710.533000', '163710.536000', '163710.538000', '163710.541000', '163710.543000', '163710.546000', '163710.548000', '163710.551000', '163710.554000', '163710.556000', '163710.560000', '163710.563000', '163710.565000', '163710.568000', '163710.570000', '163710.573000', '163710.576000', '163710.578000', '163710.581000', '163710.583000', '163710.586000', '163710.589000', '163710.591000', '163710.594000', '163710.596000', '163710.599000', '163710.602000', '163710.604000', '163710.607000', '163710.609000', '163710.612000', '163710.615000', '163710.617000', '163710.620000', '163730.509000', '163730.512000', '163730.515000', '163730.518000', '163730.520000', '163730.523000', '163730.525000', '163730.528000', '163730.530000', '163730.533000', '163730.536000', '163730.538000', '163730.541000', '163730.543000', '163730.546000', '163730.549000', '163730.551000', '163730.554000', '163730.556000', '163730.559000', '163730.561000', '163730.564000', '163730.567000', '163730.569000', '163730.572000', '163730.574000', '163730.577000', '163730.580000', '163730.582000', '163730.585000', '163730.602000', '163730.605000', '163730.607000', '163730.610000', '163730.612000', '163730.615000', '163730.618000', '163730.620000', '163730.623000', '163730.625000', '163730.628000', '163730.630000', '163730.633000', '163730.636000', '163750.510000', '163750.513000', '163750.515000', '163750.518000', '163750.520000', '163750.523000', '163750.526000', '163750.528000', '163750.531000', '163750.533000', '163750.536000', '163750.538000', '163750.541000', '163750.544000', '163750.546000', '163750.549000', '163750.552000', '163750.554000', '163750.557000', '163750.559000', '163750.562000', '163750.564000', '163750.567000', '163750.569000', '163750.572000', '163750.575000', '163750.577000', '163750.580000', '163750.582000', '163750.585000', '163750.587000', '163750.590000', '163750.593000', '163750.595000', '163750.598000', '163750.601000', '163750.603000', '163750.606000', '163750.609000', '163750.612000', '163750.615000', '163750.618000', '163750.620000', '163810.510000', '163810.512000', '163810.515000', '163810.517000', '163810.520000', '163810.523000', '163810.525000', '163810.528000', '163810.530000', '163810.533000', '163810.536000', '163810.538000', '163810.541000', '163810.543000', '163810.546000', '163810.549000', '163810.551000', '163810.554000', '163810.556000', '163810.559000', '163810.562000', '163810.564000', '163810.567000', '163810.569000', '163810.572000', '163810.574000', '163810.577000', '163810.579000', '163810.582000', '163810.585000', '163810.587000', '163810.590000', '163810.592000', '163810.595000', '163810.598000', '163810.600000', '163810.603000', '163810.605000', '163810.608000', '163810.610000', '163810.613000', '163810.616000', '163810.618000', '163810.621000', '163830.510000', '163830.513000', '163830.516000', '163830.519000', '163830.521000', '163830.524000', '163830.526000', '163830.529000', '163830.531000', '163830.534000', '163830.536000', '163830.539000', '163830.542000', '163830.544000', '163830.547000', '163830.549000', '163830.552000', '163830.554000', '163830.557000', '163830.560000', '163830.562000', '163830.565000', '163830.567000', '163830.570000', '163830.573000', '163830.575000', '163830.578000', '163830.581000', '163830.583000', '163830.586000', '163830.588000', '163830.591000', '163830.593000', '163830.596000', '163830.599000', '163830.603000', '163830.606000', '163830.609000', '163830.612000', '163830.614000', '163830.617000', '163830.619000', '163830.622000', '163850.510000', '163850.513000', '163850.516000', '163850.518000', '163850.521000', '163850.524000', '163850.526000', '163850.529000', '163850.531000', '163850.534000', '163850.537000', '163850.539000', '163850.542000', '163850.544000', '163850.547000', '163850.550000', '163850.552000', '163850.555000', '163850.557000', '163850.560000', '163850.562000', '163850.565000', '163850.567000', '163850.570000', '163850.573000', '163850.575000', '163850.578000', '163850.580000', '163850.583000', '163850.586000', '163850.588000', '163850.591000', '163850.593000', '163850.596000', '163850.598000', '163850.601000', '163850.604000', '163850.606000', '163850.609000', '163850.611000', '163850.614000', '163850.629000', '163850.632000', '163850.634000', '163910.510000', '163910.512000', '163910.515000', '163910.518000', '163910.520000', '163910.523000', '163910.526000', '163910.528000', '163910.531000', '163910.533000', '163910.536000', '163910.539000', '163910.541000', '163910.544000', '163910.546000', '163910.549000', '163910.551000', '163910.554000', '163910.557000', '163910.559000', '163910.562000', '163910.564000', '163910.567000', '163910.569000', '163910.572000', '163910.575000', '163910.577000', '163910.580000', '163910.582000', '163910.585000', '163910.587000', '163910.590000', '163910.593000', '163910.595000', '163910.598000', '163910.600000', '163910.603000', '163910.606000', '163910.608000', '163910.611000', '163910.613000', '163910.616000', '163910.618000', '163930.510000', '163930.512000', '163930.515000', '163930.518000', '163930.520000', '163930.523000', '163930.525000', '163930.528000', '163930.530000', '163930.533000', '163930.536000', '163930.538000', '163930.541000', '163930.543000', '163930.546000', '163930.548000', '163930.551000', '163930.554000', '163930.556000', '163930.559000', '163930.561000', '163930.564000', '163930.566000', '163930.569000', '163930.571000', '163930.574000', '163930.577000', '163930.579000', '163930.582000', '163930.584000', '163930.587000', '163930.590000', '163930.592000', '163930.595000', '163930.597000', '163930.600000', '163930.602000', '163930.605000', '163930.608000', '163930.610000', '163930.613000', '163930.615000', '163930.618000', '163930.621000', '163950.510000', '163950.513000', '163950.515000', '163950.518000', '163950.520000', '163950.523000', '163950.526000', '163950.528000', '163950.531000', '163950.533000', '163950.536000', '163950.539000', '163950.541000', '163950.544000', '163950.546000', '163950.549000', '163950.551000', '163950.554000', '163950.556000', '163950.559000', '163950.562000', '163950.564000', '163950.567000', '163950.569000', '163950.572000', '163950.575000', '163950.577000', '163950.580000', '163950.582000', '163950.585000', '163950.587000', '163950.590000', '163950.593000', '163950.595000', '163950.598000', '163950.600000', '163950.603000', '163950.606000', '163950.608000', '163950.611000', '163950.614000', '163950.616000', '163950.619000', '164010.510000', '164010.513000', '164010.515000', '164010.518000', '164010.520000', '164010.523000', '164010.525000', '164010.528000', '164010.531000', '164010.533000', '164010.536000', '164010.539000', '164010.541000', '164010.544000', '164010.546000', '164010.549000', '164010.551000', '164010.554000', '164010.557000', '164010.559000', '164010.562000', '164010.564000', '164010.567000', '164010.580000', '164010.583000', '164010.586000', '164010.588000', '164010.591000', '164010.593000', '164010.596000', '164010.599000', '164010.601000', '164010.604000', '164010.606000', '164010.609000', '164010.612000', '164010.614000', '164010.617000', '164010.620000', '164010.622000', '164010.625000', '164010.627000', '164010.630000', '164010.632000', '164030.510000', '164030.512000', '164030.515000', '164030.518000', '164030.520000', '164030.523000', '164030.525000', '164030.528000', '164030.530000', '164030.533000', '164030.536000', '164030.538000', '164030.541000', '164030.543000', '164030.546000', '164030.549000', '164030.551000', '164030.554000', '164030.556000', '164030.559000', '164030.561000', '164030.564000', '164030.567000', '164030.569000', '164030.572000', '164030.574000', '164030.577000', '164030.580000', '164030.582000', '164030.585000', '164030.587000', '164030.590000', '164030.592000', '164030.595000', '164030.598000', '164030.600000', '164030.603000', '164030.605000', '164030.608000', '164030.611000', '164030.613000', '164030.616000', '164030.618000', '164050.511000', '164050.514000', '164050.516000', '164050.519000', '164050.521000', '164050.524000', '164050.526000', '164050.529000', '164050.532000', '164050.534000', '164050.537000', '164050.540000', '164050.542000', '164050.545000', '164050.547000', '164050.550000', '164050.553000', '164050.555000', '164050.558000', '164050.560000', '164050.563000', '164050.565000', '164050.568000', '164050.571000', '164050.573000', '164050.576000', '164050.578000', '164050.581000', '164050.584000', '164050.586000', '164050.589000', '164050.591000', '164050.594000', '164050.596000', '164050.599000', '164050.602000', '164050.604000', '164050.607000', '164050.610000', '164050.612000', '164050.615000', '164050.617000', '164050.620000', '164050.622000', '164110.511000', '164110.513000', '164110.516000', '164110.519000', '164110.521000', '164110.524000', '164110.526000', '164110.529000', '164110.532000', '164110.534000', '164110.537000', '164110.539000', '164110.542000', '164110.544000', '164110.547000', '164110.550000', '164110.552000', '164110.555000', '164110.557000', '164110.560000', '164110.563000', '164110.565000', '164110.568000', '164110.570000', '164110.573000', '164110.576000', '164110.578000', '164110.581000', '164110.583000', '164110.586000', '164110.588000', '164110.591000', '164110.593000', '164110.596000', '164110.599000', '164110.601000', '164110.604000', '164110.606000', '164110.609000', '164110.611000', '164110.614000', '164110.617000', '164110.619000', '164118.919000', '164118.922000', '164118.925000', '164118.928000', '164118.931000', '164118.934000', '164118.937000', '164118.940000', '164118.943000', '164118.946000', '164118.949000', '164118.952000', '164118.955000', '164118.958000', '164118.961000', '164118.964000', '164118.967000', '164118.970000', '164118.973000'], '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': [15586, 9836, 9175, 9799, 7719, 10748, 8685, 14245, 10797, 12271, 9165, 7638, 10042, 7890, 10785, 9627, 14050, 10366, 8904, 8988, 7672, 10131, 8078, 12731, 9914, 14444, 9583, 12582, 9529, 9986, 9564, 8283, 10115, 7523, 10473, 8498, 10639, 9314, 10591, 10423, 10769, 9939, 7806, 9646, 7972, 10200, 8035, 11952, 9624, 13395, 9415, 9861, 8894, 7814, 9763, 7830, 11926, 9159, 9327, 8406, 7908, 9516, 7897, 10869, 9611, 13863, 9526, 7769, 9688, 7596, 10578, 8861, 13565, 10459, 10644, 9066, 7474, 10586, 8141, 14785, 11558, 16331, 10062, 10702, 9229, 8056, 10825, 7660, 12909, 8709, 13164, 9493, 13602, 10131, 13088, 10594, 10585, 9554, 7415, 10499, 7832, 10850, 9420, 10221, 9150, 9361, 9153, 7760, 10471, 7688, 12007, 9187, 11323, 9822, 10958, 10092, 8215, 10498, 7734, 11346, 9238, 11931, 9945, 11832, 10730, 9130, 9827, 7685, 10686, 8885, 10305, 9599, 7976, 10248, 8325, 12532, 10302, 9514, 8845, 7665, 10591, 7733, 13712, 9380, 13601, 10263, 12652, 9889, 8962, 10149, 7666, 12311, 8675, 12219, 9549, 11484, 10323, 10870, 10089, 8057, 10277, 7822, 10932, 8825, 10779, 10139, 12125, 10536, 7484, 10152, 7988, 11106, 9078, 10795, 10025, 8982, 9600, 7924, 10486, 8578, 10753, 9708, 9871, 9701, 7975, 11376, 8453, 12446, 9552, 13720, 10626, 10287, 9572, 8404, 10038, 8056, 10459, 8180, 15185, 10079, 13584, 8949, 7923, 9828, 7885, 11138, 9626, 13048, 9806, 9781, 9009, 8284, 10102, 7582, 12174, 8422, 12848, 9369, 12024, 10143, 8334, 9791, 7881, 10564, 8144, 12196, 9879, 13417, 9726, 9746, 9246, 7644, 10669, 7528, 10570, 8510, 11231, 9784, 9395, 9027, 7755, 9794, 7832, 11295, 8892, 11211, 9721, 10190, 9401, 7459, 10391, 8667, 11167, 9491, 10951, 9699, 8472, 8657, 7521, 11927, 10114, 13087, 9062, 7767, 10845, 9258, 7486, 10631, 8412, 10170, 8754, 9901, 9350, 8020, 11474, 8754, 12977, 10033, 14972, 9481, 14416, 9036, 15348, 10541, 14670, 10691, 15278, 11336, 8649, 11083, 8124, 10065, 9493, 7541, 9905, 8744, 9660, 11248, 7902, 10807, 8130, 7708, 10590, 8493, 11845, 9610, 7724, 13695, 12125, 12874, 10927, 9223, 15259, 12121, 13229, 11389, 8617, 13316, 9021, 13487, 10136, 7913, 11021, 9304, 14923, 9888, 8807, 10389, 7434, 14972, 8561, 13737, 8832, 12133, 9884, 13154, 9552, 11329, 9469, 10992, 9516, 7640, 8697, 7583, 9134, 7651, 9097, 9411, 10782, 12632, 7797, 8442, 8191, 7752, 9447, 8076, 7586, 11088, 7975, 8445, 10825, 8037, 10315, 9694, 9378, 14137, 12067, 11440, 13396, 10367, 14292, 11690, 12066, 10445, 9056, 14471, 11038, 10638, 15002, 12036, 12800, 9797, 8556, 12272, 10100, 16143, 12670, 8861, 10293, 7451, 11300, 9070, 13312, 10635, 9134, 9360, 7918, 10833, 9129, 9206, 10034, 7924, 11137, 8812, 11239, 9724, 9185, 9633, 7678, 10646, 9604, 10197, 10220, 7805, 11204, 8295, 13111, 10699, 10680, 10434, 8007, 13708, 8475, 8065, 10290, 7819, 11148, 9515, 12581, 9722, 7655, 9646, 7729, 10978, 8690, 12454, 10225, 11775, 9899, 9010, 9825, 7615, 11145, 8587, 11627, 8451, 10362, 8740, 7813, 10715, 7648, 10726, 8114, 10826, 8986, 8927, 9848, 7292, 11027, 8207, 10687, 9074, 9975, 9354, 7542, 11236, 8862, 11874, 8486, 7456, 9913, 8257, 12535, 10532, 8986, 9402, 7481, 10821, 8179, 15194, 10547, 14739, 10073, 13472, 9200, 8865, 10449, 7808, 12120, 7855, 11840, 8386, 11840, 10039, 10738, 9222, 7690, 10235, 8129, 11313, 7678, 11112, 8966, 11093, 8797, 10949, 9143, 9396, 10077, 7266, 10995, 7938, 11153, 9091, 8984, 9735, 7997, 13803, 10467, 7783, 9080, 7698, 10695, 9826, 7957, 11323, 9804, 14207, 9768, 7834, 10808, 7873, 13673, 9201, 15149, 9792, 14201, 8600, 12266, 8674, 12354, 10098, 14605, 10636, 13598, 9338, 10922, 9069, 10219, 8165, 11094, 13567, 8012, 10324, 7909, 8088, 9519, 8053, 11195, 9811, 8362, 9150, 7924, 10561, 8541, 11497, 9637, 7715, 10970, 8177, 13231, 10895, 10457, 12335, 9289, 12541, 8514, 7592, 12935, 9913, 11136, 15030, 12152, 14062, 11492, 8740, 11245, 9833, 14575, 12582, 10780, 9291, 7715, 11271, 8832, 14445, 11366, 9735, 9339, 7722, 11430, 8946, 10415, 8786, 7552, 10598, 7781, 11852, 9558, 13059, 9494, 7674, 10268, 7952, 11164, 10008, 8096, 11314, 7949, 9276, 8070, 7755, 11305, 8441, 7550, 11569, 10082, 7949, 9711, 7902, 10662, 8962, 7717, 12544, 9048, 10558, 8514, 7725, 10342, 8768, 13234, 10426, 10932, 9218, 7488, 10083, 8081, 11702, 9781, 10285, 8750, 8033, 10000, 7998, 11190, 9991, 9608, 8893, 8063, 10283, 8370, 12014, 8990, 8544, 8922, 7666, 10917, 9948, 8860, 8710, 7869, 10439, 8532, 11306, 10482, 7996, 9668, 7652, 12483, 9669, 14079, 10388, 8178, 9977, 8122, 11704, 9641, 10647, 9790, 7643, 10309, 8204, 12077, 10260, 10189, 9485, 7637, 10371, 8681, 13200, 10546, 8718, 9401, 7785, 10609, 8913, 14159, 10241, 7931, 9304, 7773, 10849, 9459, 15589, 10926, 10465, 9183, 7607, 10856, 9294, 12137, 10156, 7968, 10299, 8112, 10371, 9302, 7558, 10886, 9125, 14019, 9661, 10553, 9287, 7602, 14259, 9550, 15614, 9712, 8919, 9734, 7630, 14148, 9334, 13236, 8932, 7844, 10028, 7635, 12164, 9340, 10827, 9151, 7690, 10043, 8203, 12375, 9669, 8883, 8808, 7928, 10764, 9614, 8825, 9131, 7996, 10540, 8836, 10387, 9996, 8102, 11774, 9106, 7805, 9453, 7608, 12848, 10533, 9006, 9804, 7911, 12543, 9949, 12963, 11034, 7855, 13937, 8260, 8074, 10277, 8646, 13542, 9766, 7658, 10466, 8306, 9954, 9610, 8344, 14756, 9062, 7787, 9903, 8292, 13819, 10373, 7604, 10450, 8439, 10325, 9602, 7449, 13966, 9047, 11037, 9008, 7545, 13362, 10053, 11107, 9581, 7725, 11065, 9389, 8223, 11643, 8829, 14574, 8586, 8142, 10584, 8499, 14619, 9989, 10038, 9561, 8101, 11310, 9309, 14001, 9830, 7669, 10242, 7956, 10656, 9693, 7846, 10422, 7870, 10757, 9055, 8458, 9905, 7777, 10556, 8579, 8648, 8940, 7791, 11087, 9841, 7934, 9241, 7793, 10948, 9901, 8157, 9656, 7903, 11139, 9266, 7615, 11279, 9143, 13917, 8832, 7730, 10815, 9393, 9825, 9442, 7780, 13702, 8721, 8154, 10479, 9127, 13991, 9026, 7576, 10530, 8715, 10599, 9484, 7798, 12325, 8453, 7857, 10616, 8831, 15079, 9534, 7670, 10804, 8687, 9381, 9983, 7966, 13880, 8437, 7923, 11170, 9689, 11644, 11157, 7927, 12980, 8090, 7613, 12379, 10364, 11684, 12937, 8185, 7941, 9630, 7950, 11319, 10149, 8336, 13228, 8303, 8306, 9390, 7961, 13749, 10817, 14534, 9519, 7771, 11119, 8910, 13482, 10251, 8042, 11555, 9288, 9300, 9688, 7757, 10072, 9975, 8259, 8687, 9471, 8611, 8998, 9680, 9025, 7904, 13652, 10674, 7701, 9177, 8131, 10543, 9706, 7947, 10735, 9003, 15053, 9710, 7604, 9800, 7577, 11943, 10198, 10636, 9390, 7594, 10717, 7992, 12138, 10504, 9419, 9337, 7887, 10728, 8405, 11772, 10519, 9358, 9571, 7831, 10164, 7704, 11875, 10072, 13572, 10068, 8705, 9255, 7582, 11047, 9301, 13059, 9859, 9838, 9467, 7742, 10823, 9408, 13305, 10041, 9482, 9139, 7863, 10849, 9568, 13740, 9790, 8823, 9519, 7710, 12406, 9656, 14242, 9501, 7884, 9590, 8265, 13544, 10465, 8554, 9317, 7584, 11048, 9414, 12734, 10319, 7950, 9276, 7613, 10867, 9627, 13665, 10177, 7427, 9593, 7859, 13126, 10112, 11837, 9254, 7944, 11020, 8987, 12739, 10336, 7610, 9826, 8069, 11407, 10225, 9090, 10455, 9175, 16029, 8710, 7833, 9444, 8169, 11422, 10093, 10468, 9432, 7846, 10655, 7704, 12480, 10202, 15522, 9535, 7777, 10513, 8644, 11280, 10514, 7595, 12635, 9373, 7743, 8946, 7971, 9529, 9403, 9610, 10964, 11509, 8406, 11851, 10803, 8747, 12067, 9516, 16049, 10465, 9311, 13646, 9083, 11013, 9247, 7415, 12083, 10614, 8752, 9453, 7804, 11120, 9209, 11071, 10456, 7663, 10215, 8412, 11610, 10119, 8954, 10372, 7634, 12978, 9201, 10586, 9706, 7480, 11214, 8983, 14660, 9081, 7890, 9679, 7702, 12142, 10368, 9471, 9087, 7739, 10110, 8893, 11174, 10106, 7841, 9843, 8356, 11578, 10344, 7718, 11432, 8219, 9095, 8049, 7514, 11273, 9643, 7701, 9929, 8366, 11018, 9573, 8077, 10760, 9263, 15978, 10769, 9178, 11932, 8514, 14569, 11511, 15067, 10011, 8179, 14795, 11527, 10073, 11023, 8269, 14445, 10084, 15420, 10718, 8704, 10651, 8466, 10746, 9094, 8330, 10457, 8982, 13334, 10102, 7817, 10475, 8763, 15250, 11139, 7742, 10097, 8901, 13071, 10036, 7620, 10408, 9391, 14391, 9732, 7444, 11301, 9681, 9432, 9668, 8148, 14625, 11592, 8232, 10075, 8709, 9352, 9418, 7776, 14318, 11139, 14356, 11660, 8475, 11736, 8984, 9119, 9946, 7368, 13126, 10322, 8608, 9188, 7478, 10492, 9330, 11372, 10438, 7425, 10188, 8685, 10994, 9734, 9308, 9587, 7442, 11087, 9596, 11886, 9700, 11459, 9577, 9924, 9936, 7628, 10493, 7704, 11873, 9432, 10968, 9890, 10058, 9740, 7633, 9778, 7633, 10608, 8898, 10996, 10612, 10341, 9925, 7573, 9496, 7722, 10356, 9213, 13216, 10777, 10636, 9441, 7373, 13441, 9952, 8075, 11744, 9701, 8530, 10426, 9483, 9141, 9991, 9355, 8924, 12643, 9049, 7855, 9903, 7888, 13132, 9906, 9606, 9135, 7863, 11124, 10356, 9367, 9833, 8067, 14975, 9971, 12596, 9774, 9774, 9590, 7718, 13591, 11018, 16443, 11368, 10303, 9936, 7949, 11241, 9047, 13528, 10758, 14594, 10779, 7943, 11286, 8840, 13122, 10017, 10730, 9886, 7631, 10924, 9170, 13535, 9691, 9711, 9217, 7900, 10217, 8749, 12340, 10404, 8271, 9477, 7565, 10353, 8211, 12841, 10684, 12839, 9823, 7675, 9698, 8599, 11493, 10124, 7680, 10531, 8395], 'WindowCenter': [4817.0, 4743.0, 4729.0, 4728.0, 4683.0, 4723.0, 4692.0, 4740.0, 4710.0, 4731.0, 4691.0, 4672.0, 4699.0, 4681.0, 4708.0, 4700.0, 4739.0, 4699.0, 4689.0, 4688.0, 4671.0, 4698.0, 4666.0, 4719.0, 4698.0, 4736.0, 4687.0, 4717.0, 4688.0, 4686.0, 4686.0, 4667.0, 4698.0, 4656.0, 4695.0, 4676.0, 4697.0, 4687.0, 4697.0, 4698.0, 4708.0, 4695.0, 4658.0, 4688.0, 4667.0, 4695.0, 4667.0, 4709.0, 4686.0, 4725.0, 4688.0, 4699.0, 4677.0, 4657.0, 4697.0, 4670.0, 4719.0, 4690.0, 4700.0, 4681.0, 4681.0, 4700.0, 4681.0, 4721.0, 4714.0, 4750.0, 4701.0, 4682.0, 4700.0, 4682.0, 4712.0, 4692.0, 4742.0, 4710.0, 4712.0, 4692.0, 4672.0, 4708.0, 4681.0, 4737.0, 4722.0, 4751.0, 4700.0, 4710.0, 4690.0, 4668.0, 4709.0, 4667.0, 4728.0, 4680.0, 4728.0, 4698.0, 4725.0, 4699.0, 4728.0, 4698.0, 4699.0, 4687.0, 4658.0, 4695.0, 4669.0, 4706.0, 4687.0, 4708.0, 4690.0, 4700.0, 4691.0, 4671.0, 4709.0, 4670.0, 4729.0, 4689.0, 4717.0, 4700.0, 4709.0, 4699.0, 4678.0, 4708.0, 4669.0, 4708.0, 4689.0, 4720.0, 4700.0, 4720.0, 4707.0, 4689.0, 4698.0, 4658.0, 4696.0, 4690.0, 4709.0, 4701.0, 4682.0, 4710.0, 4681.0, 4730.0, 4710.0, 4699.0, 4691.0, 4671.0, 4711.0, 4673.0, 4738.0, 4689.0, 4728.0, 4699.0, 4728.0, 4698.0, 4688.0, 4700.0, 4670.0, 4719.0, 4678.0, 4716.0, 4689.0, 4707.0, 4699.0, 4708.0, 4698.0, 4667.0, 4697.0, 4668.0, 4707.0, 4686.0, 4708.0, 4700.0, 4718.0, 4710.0, 4659.0, 4700.0, 4680.0, 4720.0, 4689.0, 4711.0, 4701.0, 4691.0, 4702.0, 4668.0, 4708.0, 4692.0, 4710.0, 4702.0, 4700.0, 4700.0, 4681.0, 4719.0, 4681.0, 4731.0, 4699.0, 4740.0, 4709.0, 4708.0, 4699.0, 4679.0, 4699.0, 4668.0, 4699.0, 4667.0, 4739.0, 4699.0, 4729.0, 4688.0, 4678.0, 4700.0, 4680.0, 4721.0, 4702.0, 4740.0, 4699.0, 4700.0, 4689.0, 4680.0, 4710.0, 4668.0, 4717.0, 4679.0, 4728.0, 4687.0, 4717.0, 4710.0, 4680.0, 4699.0, 4671.0, 4708.0, 4671.0, 4719.0, 4700.0, 4728.0, 4698.0, 4700.0, 4689.0, 4667.0, 4709.0, 4670.0, 4709.0, 4680.0, 4708.0, 4700.0, 4691.0, 4690.0, 4670.0, 4700.0, 4669.0, 4719.0, 4692.0, 4722.0, 4701.0, 4713.0, 4702.0, 4673.0, 4713.0, 4692.0, 4722.0, 4703.0, 4722.0, 4712.0, 4706.0, 4719.0, 4685.0, 4734.0, 4713.0, 4730.0, 4705.0, 4685.0, 4723.0, 4705.0, 4673.0, 4724.0, 4695.0, 4725.0, 4703.0, 4725.0, 4704.0, 4694.0, 4733.0, 4692.0, 4743.0, 4700.0, 4750.0, 4699.0, 4738.0, 4678.0, 4737.0, 4709.0, 4740.0, 4698.0, 4737.0, 4706.0, 4679.0, 4707.0, 4679.0, 4698.0, 4700.0, 4673.0, 4701.0, 4680.0, 4702.0, 4721.0, 4681.0, 4709.0, 4669.0, 4670.0, 4725.0, 4706.0, 4733.0, 4715.0, 4685.0, 4755.0, 4734.0, 4730.0, 4709.0, 4701.0, 4750.0, 4721.0, 4718.0, 4707.0, 4667.0, 4715.0, 4677.0, 4727.0, 4687.0, 4658.0, 4696.0, 4676.0, 4725.0, 4684.0, 4665.0, 4684.0, 4634.0, 4712.0, 4661.0, 4701.0, 4650.0, 4690.0, 4659.0, 4691.0, 4661.0, 4679.0, 4663.0, 4681.0, 4672.0, 4642.0, 4652.0, 4643.0, 4675.0, 4671.0, 4648.0, 4663.0, 4740.0, 4731.0, 4672.0, 4679.0, 4669.0, 4671.0, 4702.0, 4685.0, 4687.0, 4734.0, 4710.0, 4698.0, 4727.0, 4686.0, 4726.0, 4704.0, 4692.0, 4743.0, 4733.0, 4711.0, 4730.0, 4701.0, 4740.0, 4720.0, 4705.0, 4685.0, 4664.0, 4726.0, 4696.0, 4685.0, 4726.0, 4704.0, 4704.0, 4673.0, 4652.0, 4691.0, 4671.0, 4723.0, 4702.0, 4651.0, 4671.0, 4632.0, 4680.0, 4650.0, 4701.0, 4672.0, 4662.0, 4659.0, 4640.0, 4680.0, 4671.0, 4673.0, 4674.0, 4654.0, 4694.0, 4663.0, 4692.0, 4685.0, 4674.0, 4673.0, 4642.0, 4681.0, 4673.0, 4684.0, 4682.0, 4641.0, 4707.0, 4665.0, 4714.0, 4683.0, 4684.0, 4683.0, 4652.0, 4714.0, 4663.0, 4653.0, 4683.0, 4654.0, 4694.0, 4684.0, 4716.0, 4674.0, 4654.0, 4672.0, 4655.0, 4693.0, 4666.0, 4704.0, 4684.0, 4703.0, 4673.0, 4662.0, 4673.0, 4644.0, 4693.0, 4663.0, 4694.0, 4665.0, 4684.0, 4664.0, 4655.0, 4696.0, 4654.0, 4696.0, 4657.0, 4695.0, 4676.0, 4676.0, 4686.0, 4657.0, 4695.0, 4665.0, 4695.0, 4676.0, 4697.0, 4686.0, 4656.0, 4710.0, 4687.0, 4717.0, 4677.0, 4659.0, 4698.0, 4678.0, 4729.0, 4710.0, 4688.0, 4686.0, 4658.0, 4708.0, 4678.0, 4737.0, 4696.0, 4734.0, 4687.0, 4725.0, 4675.0, 4675.0, 4695.0, 4653.0, 4714.0, 4665.0, 4705.0, 4664.0, 4705.0, 4685.0, 4706.0, 4676.0, 4655.0, 4695.0, 4665.0, 4705.0, 4657.0, 4707.0, 4677.0, 4704.0, 4676.0, 4705.0, 4686.0, 4686.0, 4697.0, 4658.0, 4706.0, 4666.0, 4707.0, 4676.0, 4688.0, 4686.0, 4667.0, 4737.0, 4721.0, 4671.0, 4689.0, 4670.0, 4709.0, 4697.0, 4679.0, 4718.0, 4710.0, 4751.0, 4699.0, 4670.0, 4709.0, 4679.0, 4738.0, 4687.0, 4725.0, 4684.0, 4722.0, 4664.0, 4702.0, 4663.0, 4702.0, 4682.0, 4721.0, 4682.0, 4711.0, 4670.0, 4692.0, 4663.0, 4695.0, 4671.0, 4697.0, 4717.0, 4645.0, 4672.0, 4640.0, 4642.0, 4671.0, 4655.0, 4705.0, 4700.0, 4680.0, 4689.0, 4669.0, 4696.0, 4691.0, 4720.0, 4700.0, 4669.0, 4710.0, 4681.0, 4731.0, 4708.0, 4699.0, 4716.0, 4678.0, 4717.0, 4677.0, 4654.0, 4719.0, 4687.0, 4697.0, 4726.0, 4706.0, 4726.0, 4691.0, 4652.0, 4692.0, 4682.0, 4723.0, 4701.0, 4681.0, 4660.0, 4642.0, 4681.0, 4661.0, 4711.0, 4681.0, 4673.0, 4662.0, 4640.0, 4692.0, 4664.0, 4684.0, 4661.0, 4654.0, 4695.0, 4654.0, 4704.0, 4685.0, 4715.0, 4673.0, 4643.0, 4682.0, 4656.0, 4692.0, 4698.0, 4670.0, 4705.0, 4665.0, 4688.0, 4666.0, 4668.0, 4705.0, 4677.0, 4668.0, 4719.0, 4699.0, 4668.0, 4687.0, 4667.0, 4694.0, 4674.0, 4656.0, 4716.0, 4688.0, 4697.0, 4672.0, 4655.0, 4695.0, 4675.0, 4713.0, 4694.0, 4694.0, 4672.0, 4644.0, 4683.0, 4654.0, 4704.0, 4684.0, 4684.0, 4663.0, 4654.0, 4684.0, 4665.0, 4705.0, 4686.0, 4687.0, 4674.0, 4666.0, 4695.0, 4665.0, 4716.0, 4675.0, 4677.0, 4677.0, 4668.0, 4708.0, 4699.0, 4690.0, 4677.0, 4680.0, 4709.0, 4689.0, 4707.0, 4707.0, 4670.0, 4690.0, 4670.0, 4716.0, 4688.0, 4738.0, 4697.0, 4667.0, 4685.0, 4666.0, 4704.0, 4686.0, 4696.0, 4685.0, 4656.0, 4696.0, 4665.0, 4705.0, 4696.0, 4697.0, 4685.0, 4657.0, 4695.0, 4675.0, 4714.0, 4696.0, 4677.0, 4678.0, 4659.0, 4696.0, 4675.0, 4726.0, 4695.0, 4666.0, 4686.0, 4657.0, 4696.0, 4688.0, 4734.0, 4696.0, 4697.0, 4674.0, 4657.0, 4694.0, 4685.0, 4716.0, 4697.0, 4666.0, 4695.0, 4668.0, 4696.0, 4687.0, 4658.0, 4707.0, 4688.0, 4726.0, 4687.0, 4695.0, 4677.0, 4656.0, 4726.0, 4675.0, 4736.0, 4683.0, 4674.0, 4683.0, 4653.0, 4726.0, 4675.0, 4716.0, 4675.0, 4654.0, 4684.0, 4657.0, 4706.0, 4677.0, 4704.0, 4675.0, 4654.0, 4686.0, 4668.0, 4718.0, 4686.0, 4687.0, 4677.0, 4668.0, 4697.0, 4687.0, 4689.0, 4689.0, 4681.0, 4709.0, 4689.0, 4709.0, 4700.0, 4670.0, 4719.0, 4689.0, 4670.0, 4698.0, 4669.0, 4727.0, 4710.0, 4690.0, 4697.0, 4668.0, 4717.0, 4697.0, 4727.0, 4707.0, 4668.0, 4738.0, 4679.0, 4669.0, 4697.0, 4678.0, 4727.0, 4697.0, 4669.0, 4707.0, 4678.0, 4699.0, 4688.0, 4678.0, 4738.0, 4688.0, 4668.0, 4697.0, 4677.0, 4727.0, 4698.0, 4657.0, 4705.0, 4676.0, 4697.0, 4687.0, 4658.0, 4726.0, 4676.0, 4706.0, 4673.0, 4654.0, 4726.0, 4696.0, 4707.0, 4684.0, 4657.0, 4695.0, 4676.0, 4666.0, 4707.0, 4674.0, 4734.0, 4674.0, 4666.0, 4695.0, 4666.0, 4724.0, 4686.0, 4686.0, 4675.0, 4654.0, 4693.0, 4675.0, 4723.0, 4683.0, 4655.0, 4685.0, 4657.0, 4693.0, 4685.0, 4657.0, 4694.0, 4667.0, 4697.0, 4676.0, 4667.0, 4697.0, 4658.0, 4697.0, 4677.0, 4676.0, 4676.0, 4669.0, 4708.0, 4698.0, 4668.0, 4688.0, 4671.0, 4709.0, 4699.0, 4670.0, 4701.0, 4669.0, 4720.0, 4689.0, 4668.0, 4720.0, 4690.0, 4739.0, 4689.0, 4669.0, 4709.0, 4690.0, 4699.0, 4698.0, 4672.0, 4740.0, 4691.0, 4680.0, 4709.0, 4700.0, 4739.0, 4690.0, 4671.0, 4710.0, 4690.0, 4710.0, 4700.0, 4669.0, 4730.0, 4679.0, 4679.0, 4709.0, 4691.0, 4751.0, 4691.0, 4671.0, 4721.0, 4690.0, 4690.0, 4710.0, 4679.0, 4739.0, 4680.0, 4671.0, 4719.0, 4701.0, 4733.0, 4721.0, 4680.0, 4742.0, 4670.0, 4670.0, 4729.0, 4709.0, 4721.0, 4729.0, 4682.0, 4682.0, 4701.0, 4679.0, 4719.0, 4701.0, 4668.0, 4729.0, 4679.0, 4678.0, 4688.0, 4666.0, 4729.0, 4708.0, 4725.0, 4673.0, 4647.0, 4696.0, 4663.0, 4714.0, 4683.0, 4653.0, 4692.0, 4690.0, 4675.0, 4674.0, 4655.0, 4685.0, 4699.0, 4668.0, 4666.0, 4674.0, 4680.0, 4689.0, 4698.0, 4690.0, 4670.0, 4728.0, 4709.0, 4659.0, 4688.0, 4680.0, 4710.0, 4686.0, 4656.0, 4694.0, 4677.0, 4726.0, 4687.0, 4656.0, 4684.0, 4656.0, 4705.0, 4686.0, 4684.0, 4675.0, 4654.0, 4684.0, 4654.0, 4702.0, 4685.0, 4674.0, 4663.0, 4657.0, 4693.0, 4653.0, 4704.0, 4685.0, 4674.0, 4674.0, 4656.0, 4685.0, 4644.0, 4705.0, 4674.0, 4713.0, 4685.0, 4666.0, 4673.0, 4644.0, 4696.0, 4674.0, 4714.0, 4684.0, 4684.0, 4674.0, 4656.0, 4696.0, 4677.0, 4727.0, 4686.0, 4686.0, 4675.0, 4665.0, 4696.0, 4686.0, 4725.0, 4686.0, 4676.0, 4685.0, 4657.0, 4716.0, 4687.0, 4726.0, 4686.0, 4667.0, 4688.0, 4668.0, 4726.0, 4698.0, 4677.0, 4686.0, 4658.0, 4707.0, 4687.0, 4716.0, 4699.0, 4667.0, 4686.0, 4656.0, 4709.0, 4687.0, 4726.0, 4698.0, 4659.0, 4686.0, 4668.0, 4728.0, 4698.0, 4716.0, 4687.0, 4668.0, 4696.0, 4687.0, 4727.0, 4698.0, 4657.0, 4698.0, 4668.0, 4717.0, 4698.0, 4688.0, 4708.0, 4688.0, 4747.0, 4677.0, 4670.0, 4688.0, 4681.0, 4709.0, 4699.0, 4711.0, 4690.0, 4670.0, 4708.0, 4656.0, 4719.0, 4709.0, 4749.0, 4687.0, 4666.0, 4697.0, 4679.0, 4707.0, 4710.0, 4671.0, 4730.0, 4689.0, 4671.0, 4692.0, 4680.0, 4699.0, 4689.0, 4699.0, 4725.0, 4733.0, 4682.0, 4730.0, 4736.0, 4691.0, 4731.0, 4689.0, 4737.0, 4695.0, 4675.0, 4726.0, 4677.0, 4695.0, 4675.0, 4645.0, 4706.0, 4698.0, 4676.0, 4685.0, 4669.0, 4706.0, 4688.0, 4708.0, 4697.0, 4656.0, 4697.0, 4668.0, 4708.0, 4684.0, 4676.0, 4696.0, 4656.0, 4714.0, 4675.0, 4696.0, 4676.0, 4643.0, 4707.0, 4675.0, 4724.0, 4678.0, 4667.0, 4685.0, 4657.0, 4715.0, 4697.0, 4689.0, 4676.0, 4657.0, 4697.0, 4678.0, 4706.0, 4697.0, 4668.0, 4698.0, 4667.0, 4708.0, 4696.0, 4658.0, 4717.0, 4679.0, 4687.0, 4669.0, 4671.0, 4731.0, 4728.0, 4697.0, 4723.0, 4706.0, 4736.0, 4714.0, 4682.0, 4723.0, 4704.0, 4763.0, 4721.0, 4703.0, 4721.0, 4691.0, 4753.0, 4718.0, 4738.0, 4687.0, 4677.0, 4738.0, 4705.0, 4685.0, 4696.0, 4665.0, 4713.0, 4684.0, 4724.0, 4685.0, 4666.0, 4684.0, 4665.0, 4694.0, 4675.0, 4665.0, 4696.0, 4674.0, 4715.0, 4686.0, 4657.0, 4694.0, 4676.0, 4737.0, 4720.0, 4657.0, 4694.0, 4678.0, 4728.0, 4696.0, 4656.0, 4695.0, 4675.0, 4726.0, 4685.0, 4646.0, 4694.0, 4685.0, 4675.0, 4675.0, 4667.0, 4725.0, 4694.0, 4653.0, 4673.0, 4664.0, 4675.0, 4674.0, 4644.0, 4724.0, 4695.0, 4725.0, 4693.0, 4653.0, 4692.0, 4662.0, 4651.0, 4671.0, 4632.0, 4702.0, 4672.0, 4662.0, 4662.0, 4642.0, 4681.0, 4672.0, 4692.0, 4684.0, 4644.0, 4682.0, 4663.0, 4695.0, 4674.0, 4674.0, 4672.0, 4644.0, 4695.0, 4676.0, 4704.0, 4675.0, 4693.0, 4675.0, 4673.0, 4672.0, 4643.0, 4682.0, 4645.0, 4694.0, 4674.0, 4693.0, 4682.0, 4683.0, 4673.0, 4644.0, 4684.0, 4655.0, 4695.0, 4674.0, 4694.0, 4696.0, 4695.0, 4685.0, 4644.0, 4675.0, 4657.0, 4684.0, 4676.0, 4715.0, 4695.0, 4696.0, 4675.0, 4659.0, 4716.0, 4687.0, 4681.0, 4722.0, 4701.0, 4680.0, 4697.0, 4699.0, 4714.0, 4711.0, 4700.0, 4689.0, 4730.0, 4691.0, 4681.0, 4712.0, 4683.0, 4743.0, 4703.0, 4701.0, 4688.0, 4682.0, 4720.0, 4710.0, 4702.0, 4700.0, 4680.0, 4748.0, 4700.0, 4717.0, 4687.0, 4685.0, 4687.0, 4655.0, 4716.0, 4696.0, 4736.0, 4695.0, 4684.0, 4673.0, 4653.0, 4693.0, 4663.0, 4714.0, 4682.0, 4723.0, 4684.0, 4641.0, 4682.0, 4675.0, 4704.0, 4672.0, 4680.0, 4671.0, 4642.0, 4681.0, 4673.0, 4711.0, 4672.0, 4674.0, 4673.0, 4654.0, 4683.0, 4664.0, 4704.0, 4683.0, 4663.0, 4675.0, 4655.0, 4685.0, 4664.0, 4703.0, 4692.0, 4717.0, 4684.0, 4655.0, 4674.0, 4663.0, 4693.0, 4685.0, 4654.0, 4695.0, 4664.0], 'WindowWidth': [10486.0, 10371.0, 10342.0, 10333.0, 10266.0, 10317.0, 10275.0, 10340.0, 10297.0, 10324.0, 10269.0, 10246.0, 10279.0, 10256.0, 10290.0, 10282.0, 10334.0, 10279.0, 10267.0, 10262.0, 10242.0, 10275.0, 10231.0, 10303.0, 10274.0, 10325.0, 10259.0, 10301.0, 10260.0, 10256.0, 10255.0, 10230.0, 10273.0, 10213.0, 10267.0, 10243.0, 10272.0, 10258.0, 10270.0, 10274.0, 10288.0, 10267.0, 10220.0, 10261.0, 10232.0, 10267.0, 10233.0, 10290.0, 10257.0, 10310.0, 10261.0, 10277.0, 10245.0, 10219.0, 10272.0, 10239.0, 10307.0, 10267.0, 10281.0, 10258.0, 10258.0, 10282.0, 10257.0, 10312.0, 10305.0, 10352.0, 10285.0, 10263.0, 10284.0, 10260.0, 10299.0, 10275.0, 10341.0, 10297.0, 10300.0, 10273.0, 10247.0, 10291.0, 10257.0, 10333.0, 10314.0, 10351.0, 10281.0, 10294.0, 10266.0, 10236.0, 10292.0, 10233.0, 10316.0, 10253.0, 10316.0, 10275.0, 10310.0, 10276.0, 10317.0, 10274.0, 10275.0, 10256.0, 10220.0, 10266.0, 10238.0, 10284.0, 10262.0, 10290.0, 10267.0, 10281.0, 10269.0, 10243.0, 10293.0, 10242.0, 10320.0, 10266.0, 10305.0, 10280.0, 10292.0, 10279.0, 10249.0, 10290.0, 10236.0, 10290.0, 10265.0, 10306.0, 10278.0, 10307.0, 10288.0, 10265.0, 10275.0, 10220.0, 10271.0, 10267.0, 10293.0, 10284.0, 10264.0, 10295.0, 10260.0, 10325.0, 10297.0, 10281.0, 10270.0, 10243.0, 10298.0, 10247.0, 10331.0, 10264.0, 10316.0, 10277.0, 10315.0, 10276.0, 10263.0, 10280.0, 10238.0, 10304.0, 10249.0, 10300.0, 10264.0, 10286.0, 10275.0, 10287.0, 10274.0, 10231.0, 10270.0, 10236.0, 10287.0, 10258.0, 10288.0, 10278.0, 10303.0, 10294.0, 10224.0, 10279.0, 10255.0, 10308.0, 10267.0, 10298.0, 10283.0, 10269.0, 10286.0, 10235.0, 10290.0, 10272.0, 10296.0, 10285.0, 10283.0, 10283.0, 10255.0, 10307.0, 10256.0, 10325.0, 10281.0, 10338.0, 10295.0, 10291.0, 10278.0, 10251.0, 10277.0, 10235.0, 10277.0, 10233.0, 10333.0, 10277.0, 10319.0, 10262.0, 10250.0, 10281.0, 10256.0, 10311.0, 10288.0, 10337.0, 10280.0, 10282.0, 10267.0, 10253.0, 10294.0, 10235.0, 10300.0, 10250.0, 10317.0, 10262.0, 10302.0, 10295.0, 10253.0, 10277.0, 10241.0, 10290.0, 10243.0, 10306.0, 10279.0, 10316.0, 10276.0, 10280.0, 10264.0, 10233.0, 10290.0, 10239.0, 10291.0, 10255.0, 10291.0, 10281.0, 10269.0, 10268.0, 10241.0, 10281.0, 10241.0, 10308.0, 10271.0, 10313.0, 10285.0, 10303.0, 10288.0, 10250.0, 10305.0, 10276.0, 10316.0, 10291.0, 10316.0, 10302.0, 10303.0, 10325.0, 10272.0, 10337.0, 10303.0, 10319.0, 10298.0, 10269.0, 10320.0, 10296.0, 10250.0, 10321.0, 10286.0, 10324.0, 10294.0, 10324.0, 10295.0, 10282.0, 10333.0, 10275.0, 10346.0, 10282.0, 10352.0, 10278.0, 10330.0, 10248.0, 10328.0, 10295.0, 10336.0, 10274.0, 10328.0, 10283.0, 10252.0, 10284.0, 10253.0, 10275.0, 10280.0, 10249.0, 10282.0, 10252.0, 10288.0, 10310.0, 10257.0, 10292.0, 10236.0, 10241.0, 10324.0, 10300.0, 10333.0, 10308.0, 10268.0, 10367.0, 10336.0, 10320.0, 10290.0, 10282.0, 10350.0, 10309.0, 10299.0, 10281.0, 10229.0, 10292.0, 10242.0, 10311.0, 10254.0, 10216.0, 10266.0, 10239.0, 10305.0, 10247.0, 10221.0, 10246.0, 10178.0, 10281.0, 10212.0, 10265.0, 10195.0, 10247.0, 10205.0, 10251.0, 10211.0, 10233.0, 10213.0, 10237.0, 10225.0, 10189.0, 10200.0, 10189.0, 10239.0, 10243.0, 10187.0, 10216.0, 10352.0, 10326.0, 10244.0, 10252.0, 10236.0, 10242.0, 10288.0, 10269.0, 10272.0, 10334.0, 10311.0, 10291.0, 10325.0, 10268.0, 10326.0, 10290.0, 10272.0, 10344.0, 10330.0, 10294.0, 10320.0, 10280.0, 10336.0, 10306.0, 10276.0, 10248.0, 10218.0, 10307.0, 10265.0, 10249.0, 10308.0, 10274.0, 10271.0, 10229.0, 10197.0, 10250.0, 10222.0, 10301.0, 10267.0, 10195.0, 10222.0, 10172.0, 10232.0, 10192.0, 10263.0, 10225.0, 10214.0, 10203.0, 10181.0, 10232.0, 10225.0, 10228.0, 10233.0, 10204.0, 10259.0, 10217.0, 10255.0, 10250.0, 10233.0, 10229.0, 10188.0, 10239.0, 10231.0, 10246.0, 10243.0, 10185.0, 10283.0, 10223.0, 10288.0, 10246.0, 10245.0, 10242.0, 10201.0, 10288.0, 10219.0, 10207.0, 10246.0, 10208.0, 10261.0, 10249.0, 10295.0, 10234.0, 10208.0, 10229.0, 10209.0, 10257.0, 10225.0, 10273.0, 10246.0, 10271.0, 10230.0, 10214.0, 10228.0, 10191.0, 10259.0, 10217.0, 10261.0, 10222.0, 10248.0, 10221.0, 10211.0, 10267.0, 10209.0, 10267.0, 10215.0, 10265.0, 10241.0, 10241.0, 10254.0, 10216.0, 10268.0, 10226.0, 10268.0, 10242.0, 10271.0, 10254.0, 10216.0, 10293.0, 10259.0, 10299.0, 10245.0, 10223.0, 10274.0, 10248.0, 10318.0, 10295.0, 10262.0, 10257.0, 10222.0, 10288.0, 10249.0, 10326.0, 10270.0, 10321.0, 10255.0, 10306.0, 10240.0, 10241.0, 10266.0, 10209.0, 10291.0, 10226.0, 10278.0, 10224.0, 10279.0, 10252.0, 10283.0, 10240.0, 10212.0, 10266.0, 10227.0, 10281.0, 10219.0, 10284.0, 10245.0, 10279.0, 10241.0, 10281.0, 10256.0, 10257.0, 10272.0, 10218.0, 10284.0, 10230.0, 10287.0, 10243.0, 10260.0, 10258.0, 10234.0, 10333.0, 10314.0, 10245.0, 10266.0, 10242.0, 10292.0, 10275.0, 10254.0, 10306.0, 10297.0, 10353.0, 10280.0, 10242.0, 10293.0, 10253.0, 10330.0, 10261.0, 10307.0, 10248.0, 10299.0, 10222.0, 10272.0, 10219.0, 10272.0, 10245.0, 10296.0, 10244.0, 10281.0, 10224.0, 10255.0, 10219.0, 10265.0, 10239.0, 10265.0, 10295.0, 10194.0, 10224.0, 10179.0, 10184.0, 10226.0, 10209.0, 10280.0, 10279.0, 10255.0, 10263.0, 10234.0, 10270.0, 10270.0, 10308.0, 10284.0, 10237.0, 10291.0, 10257.0, 10325.0, 10288.0, 10276.0, 10295.0, 10244.0, 10297.0, 10244.0, 10208.0, 10303.0, 10257.0, 10267.0, 10310.0, 10280.0, 10309.0, 10253.0, 10200.0, 10255.0, 10243.0, 10304.0, 10267.0, 10237.0, 10207.0, 10186.0, 10238.0, 10212.0, 10281.0, 10235.0, 10231.0, 10213.0, 10183.0, 10254.0, 10220.0, 10247.0, 10214.0, 10208.0, 10262.0, 10209.0, 10274.0, 10253.0, 10292.0, 10230.0, 10192.0, 10242.0, 10212.0, 10259.0, 10275.0, 10238.0, 10280.0, 10227.0, 10259.0, 10228.0, 10232.0, 10281.0, 10247.0, 10235.0, 10309.0, 10278.0, 10234.0, 10255.0, 10230.0, 10262.0, 10236.0, 10215.0, 10298.0, 10261.0, 10270.0, 10234.0, 10212.0, 10265.0, 10240.0, 10290.0, 10262.0, 10263.0, 10231.0, 10194.0, 10245.0, 10208.0, 10276.0, 10248.0, 10249.0, 10219.0, 10209.0, 10248.0, 10226.0, 10280.0, 10254.0, 10258.0, 10237.0, 10227.0, 10267.0, 10227.0, 10297.0, 10240.0, 10244.0, 10243.0, 10233.0, 10288.0, 10279.0, 10267.0, 10248.0, 10256.0, 10293.0, 10265.0, 10289.0, 10289.0, 10239.0, 10265.0, 10238.0, 10297.0, 10261.0, 10329.0, 10272.0, 10230.0, 10252.0, 10229.0, 10278.0, 10253.0, 10268.0, 10252.0, 10215.0, 10267.0, 10226.0, 10279.0, 10270.0, 10271.0, 10252.0, 10217.0, 10265.0, 10239.0, 10292.0, 10270.0, 10244.0, 10245.0, 10221.0, 10268.0, 10241.0, 10312.0, 10266.0, 10229.0, 10254.0, 10216.0, 10269.0, 10261.0, 10322.0, 10267.0, 10268.0, 10235.0, 10216.0, 10263.0, 10252.0, 10296.0, 10271.0, 10227.0, 10268.0, 10234.0, 10270.0, 10256.0, 10220.0, 10287.0, 10260.0, 10313.0, 10257.0, 10266.0, 10242.0, 10213.0, 10312.0, 10238.0, 10322.0, 10247.0, 10235.0, 10246.0, 10206.0, 10308.0, 10238.0, 10294.0, 10238.0, 10210.0, 10248.0, 10216.0, 10281.0, 10242.0, 10278.0, 10239.0, 10211.0, 10254.0, 10234.0, 10301.0, 10256.0, 10259.0, 10244.0, 10232.0, 10271.0, 10260.0, 10263.0, 10261.0, 10256.0, 10290.0, 10264.0, 10290.0, 10280.0, 10239.0, 10306.0, 10265.0, 10242.0, 10275.0, 10238.0, 10315.0, 10293.0, 10264.0, 10273.0, 10233.0, 10298.0, 10272.0, 10311.0, 10286.0, 10233.0, 10331.0, 10250.0, 10236.0, 10273.0, 10249.0, 10314.0, 10271.0, 10236.0, 10287.0, 10247.0, 10276.0, 10260.0, 10248.0, 10332.0, 10262.0, 10236.0, 10271.0, 10247.0, 10315.0, 10275.0, 10219.0, 10283.0, 10245.0, 10272.0, 10259.0, 10220.0, 10313.0, 10242.0, 10282.0, 10234.0, 10210.0, 10309.0, 10269.0, 10283.0, 10249.0, 10217.0, 10266.0, 10240.0, 10227.0, 10285.0, 10237.0, 10319.0, 10237.0, 10227.0, 10265.0, 10226.0, 10305.0, 10253.0, 10253.0, 10237.0, 10208.0, 10260.0, 10238.0, 10302.0, 10246.0, 10210.0, 10249.0, 10214.0, 10262.0, 10251.0, 10214.0, 10263.0, 10230.0, 10271.0, 10242.0, 10232.0, 10270.0, 10218.0, 10270.0, 10243.0, 10244.0, 10243.0, 10236.0, 10289.0, 10275.0, 10234.0, 10261.0, 10241.0, 10291.0, 10278.0, 10240.0, 10281.0, 10237.0, 10306.0, 10264.0, 10236.0, 10308.0, 10266.0, 10331.0, 10262.0, 10236.0, 10291.0, 10266.0, 10280.0, 10276.0, 10243.0, 10335.0, 10269.0, 10255.0, 10293.0, 10282.0, 10335.0, 10267.0, 10243.0, 10296.0, 10268.0, 10296.0, 10282.0, 10239.0, 10323.0, 10252.0, 10253.0, 10292.0, 10271.0, 10352.0, 10267.0, 10242.0, 10310.0, 10268.0, 10268.0, 10298.0, 10253.0, 10334.0, 10253.0, 10240.0, 10307.0, 10285.0, 10329.0, 10310.0, 10256.0, 10340.0, 10239.0, 10240.0, 10320.0, 10294.0, 10308.0, 10321.0, 10259.0, 10259.0, 10281.0, 10251.0, 10305.0, 10282.0, 10234.0, 10319.0, 10251.0, 10249.0, 10259.0, 10229.0, 10315.0, 10287.0, 10307.0, 10233.0, 10199.0, 10265.0, 10219.0, 10288.0, 10247.0, 10204.0, 10258.0, 10262.0, 10234.0, 10232.0, 10211.0, 10252.0, 10277.0, 10230.0, 10223.0, 10232.0, 10254.0, 10263.0, 10275.0, 10266.0, 10240.0, 10314.0, 10290.0, 10222.0, 10261.0, 10253.0, 10292.0, 10254.0, 10211.0, 10261.0, 10241.0, 10308.0, 10253.0, 10213.0, 10246.0, 10212.0, 10275.0, 10253.0, 10247.0, 10234.0, 10207.0, 10244.0, 10206.0, 10269.0, 10248.0, 10232.0, 10216.0, 10212.0, 10255.0, 10204.0, 10274.0, 10249.0, 10233.0, 10233.0, 10210.0, 10247.0, 10192.0, 10275.0, 10232.0, 10286.0, 10248.0, 10224.0, 10231.0, 10193.0, 10264.0, 10234.0, 10289.0, 10247.0, 10248.0, 10234.0, 10212.0, 10267.0, 10241.0, 10311.0, 10253.0, 10256.0, 10238.0, 10225.0, 10268.0, 10254.0, 10308.0, 10255.0, 10242.0, 10251.0, 10216.0, 10296.0, 10256.0, 10309.0, 10254.0, 10231.0, 10259.0, 10233.0, 10311.0, 10271.0, 10244.0, 10254.0, 10220.0, 10282.0, 10257.0, 10297.0, 10273.0, 10233.0, 10257.0, 10216.0, 10289.0, 10260.0, 10312.0, 10273.0, 10223.0, 10255.0, 10233.0, 10313.0, 10276.0, 10297.0, 10257.0, 10234.0, 10269.0, 10258.0, 10313.0, 10275.0, 10217.0, 10272.0, 10235.0, 10298.0, 10273.0, 10261.0, 10287.0, 10261.0, 10342.0, 10247.0, 10239.0, 10260.0, 10255.0, 10289.0, 10276.0, 10292.0, 10265.0, 10237.0, 10285.0, 10216.0, 10304.0, 10291.0, 10343.0, 10257.0, 10228.0, 10271.0, 10249.0, 10287.0, 10292.0, 10241.0, 10321.0, 10265.0, 10243.0, 10271.0, 10254.0, 10277.0, 10266.0, 10281.0, 10324.0, 10332.0, 10259.0, 10325.0, 10339.0, 10273.0, 10324.0, 10261.0, 10324.0, 10266.0, 10237.0, 10309.0, 10242.0, 10264.0, 10236.0, 10199.0, 10281.0, 10273.0, 10242.0, 10253.0, 10235.0, 10282.0, 10258.0, 10286.0, 10271.0, 10215.0, 10269.0, 10232.0, 10286.0, 10250.0, 10240.0, 10267.0, 10212.0, 10291.0, 10237.0, 10266.0, 10239.0, 10195.0, 10284.0, 10237.0, 10306.0, 10244.0, 10229.0, 10251.0, 10215.0, 10294.0, 10271.0, 10261.0, 10241.0, 10217.0, 10270.0, 10247.0, 10284.0, 10269.0, 10232.0, 10272.0, 10230.0, 10287.0, 10269.0, 10221.0, 10301.0, 10251.0, 10261.0, 10238.0, 10246.0, 10330.0, 10336.0, 10288.0, 10321.0, 10301.0, 10344.0, 10308.0, 10263.0, 10318.0, 10292.0, 10374.0, 10314.0, 10286.0, 10311.0, 10270.0, 10359.0, 10301.0, 10328.0, 10257.0, 10246.0, 10330.0, 10281.0, 10253.0, 10267.0, 10226.0, 10286.0, 10246.0, 10302.0, 10250.0, 10223.0, 10248.0, 10223.0, 10262.0, 10236.0, 10223.0, 10265.0, 10237.0, 10292.0, 10251.0, 10217.0, 10262.0, 10241.0, 10326.0, 10310.0, 10218.0, 10265.0, 10245.0, 10316.0, 10269.0, 10213.0, 10264.0, 10239.0, 10308.0, 10249.0, 10198.0, 10263.0, 10250.0, 10238.0, 10234.0, 10231.0, 10307.0, 10260.0, 10205.0, 10231.0, 10221.0, 10236.0, 10233.0, 10193.0, 10302.0, 10264.0, 10304.0, 10257.0, 10202.0, 10255.0, 10212.0, 10195.0, 10222.0, 10171.0, 10268.0, 10226.0, 10214.0, 10213.0, 10187.0, 10237.0, 10228.0, 10254.0, 10245.0, 10190.0, 10242.0, 10219.0, 10262.0, 10234.0, 10231.0, 10229.0, 10193.0, 10263.0, 10236.0, 10275.0, 10235.0, 10258.0, 10234.0, 10231.0, 10228.0, 10190.0, 10242.0, 10192.0, 10258.0, 10231.0, 10257.0, 10241.0, 10243.0, 10230.0, 10193.0, 10246.0, 10211.0, 10262.0, 10235.0, 10262.0, 10266.0, 10264.0, 10250.0, 10193.0, 10234.0, 10214.0, 10248.0, 10239.0, 10292.0, 10265.0, 10266.0, 10236.0, 10221.0, 10293.0, 10256.0, 10256.0, 10311.0, 10281.0, 10251.0, 10269.0, 10277.0, 10309.0, 10300.0, 10281.0, 10264.0, 10322.0, 10270.0, 10256.0, 10299.0, 10264.0, 10343.0, 10287.0, 10282.0, 10262.0, 10258.0, 10308.0, 10295.0, 10284.0, 10280.0, 10253.0, 10343.0, 10277.0, 10297.0, 10254.0, 10250.0, 10253.0, 10212.0, 10295.0, 10267.0, 10322.0, 10263.0, 10247.0, 10230.0, 10205.0, 10257.0, 10218.0, 10286.0, 10241.0, 10299.0, 10245.0, 10185.0, 10241.0, 10235.0, 10272.0, 10227.0, 10235.0, 10224.0, 10186.0, 10239.0, 10228.0, 10282.0, 10228.0, 10233.0, 10230.0, 10207.0, 10244.0, 10219.0, 10274.0, 10245.0, 10219.0, 10235.0, 10210.0, 10247.0, 10221.0, 10273.0, 10256.0, 10296.0, 10246.0, 10209.0, 10232.0, 10218.0, 10259.0, 10249.0, 10207.0, 10263.0, 10223.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.0032326603498542272</td></tr>
<tr><td colspan=3>aqi</td><td>0.022067515379008747</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.535352992217355</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2250085855142219</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.066761811830781</td></tr>
<tr><td colspan=3>efc</td><td>0.5166</td></tr>
<tr><td colspan=3>fber</td><td>3014.3982</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09570636692808895</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>87</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.341107871720117</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6046757904775375</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.54700566654738</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.73580693477328</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.531214770111953</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107402</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.012382494285702705</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02317551150918007</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1372</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.9174959013383446</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>13.3325</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>72.5405</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>260.2649</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>74.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291297.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1257.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>466.4589</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4133</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>616.2341</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3832.561</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1031.7755</td></tr>
<tr><td colspan=3>tsnr</td><td>36.56753254705109</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>