<?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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-01/func/sub-0095_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>8e16d3d43a13e63a31628c43be21c622</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>15:14:59.305000</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.999223, 0.0393673, 0.00184374, -0.0390849, 0.995884, -0.0817709]</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.103887</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7808, -7195, 507, -55, -303, -144, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>263.489</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5cac483a-0a08-4288-892e-a93cd664208c||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.680842638015747, -0.10486200451850891, 0.01364918239414692, 115.76432800292969], [-0.10561970621347427, 2.6718852519989014, -0.220415398478508, -84.57376861572266], [0.004946610424667597, 0.21938541531562805, 2.690953493118286, -65.77576446533203], [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': ['151459.305000', '151459.765000', '151500.225000', '151500.685000', '151501.145000', '151501.605000', '151502.065000', '151502.525000', '151502.985000', '151503.445000', '151503.905000', '151504.365000', '151504.825000', '151505.285000', '151505.745000', '151506.205000', '151506.665000', '151507.125000', '151507.585000', '151508.045000', '151508.505000', '151508.965000', '151509.425000', '151509.885000', '151510.345000', '151510.805000', '151511.265000', '151511.725000', '151512.185000', '151512.645000', '151513.105000', '151513.565000', '151514.025000', '151514.485000', '151514.945000', '151515.405000', '151515.865000', '151516.325000', '151516.785000', '151517.245000', '151517.705000', '151518.165000', '151518.625000', '151519.085000', '151519.545000', '151520.005000', '151520.465000', '151520.925000', '151521.385000', '151521.845000', '151522.305000', '151522.765000', '151523.225000', '151523.685000', '151524.145000', '151524.605000', '151525.065000', '151525.525000', '151525.985000', '151526.445000', '151526.905000', '151527.365000', '151527.825000', '151528.285000', '151528.745000', '151529.205000', '151529.665000', '151530.125000', '151530.585000', '151531.045000', '151531.505000', '151531.965000', '151532.425000', '151532.885000', '151533.345000', '151533.805000', '151534.265000', '151534.725000', '151535.185000', '151535.645000', '151536.105000', '151536.565000', '151537.025000', '151537.485000', '151537.945000', '151538.405000', '151538.865000', '151539.325000', '151539.785000', '151540.245000', '151540.705000', '151541.165000', '151541.625000', '151542.085000', '151542.545000', '151543.005000', '151543.465000', '151543.925000', '151544.385000', '151544.845000', '151545.305000', '151545.765000', '151546.225000', '151546.685000', '151547.145000', '151547.605000', '151548.065000', '151548.525000', '151548.985000', '151549.445000', '151549.905000', '151550.365000', '151550.825000', '151551.285000', '151551.745000', '151552.205000', '151552.665000', '151553.125000', '151553.585000', '151554.045000', '151554.505000', '151554.965000', '151555.425000', '151555.885000', '151556.345000', '151556.805000', '151557.265000', '151557.725000', '151558.185000', '151558.645000', '151559.105000', '151559.565000', '151600.025000', '151600.485000', '151600.945000', '151601.405000', '151601.865000', '151602.325000', '151602.785000', '151603.245000', '151603.705000', '151604.165000', '151604.625000', '151605.085000', '151605.545000', '151606.005000', '151606.465000', '151606.925000', '151607.385000', '151607.845000', '151608.305000', '151608.765000', '151609.225000', '151609.685000', '151610.145000', '151610.605000', '151611.065000', '151611.525000', '151611.985000', '151612.445000', '151612.905000', '151613.365000', '151613.825000', '151614.285000', '151614.745000', '151615.205000', '151615.665000', '151616.125000', '151616.585000', '151617.045000', '151617.505000', '151617.965000', '151618.425000', '151618.885000', '151619.345000', '151619.805000', '151620.265000', '151620.725000', '151621.185000', '151621.645000', '151622.105000', '151622.565000', '151623.025000', '151623.485000', '151623.945000', '151624.405000', '151624.865000', '151625.325000', '151625.785000', '151626.245000', '151626.705000', '151627.165000', '151627.625000', '151628.085000', '151628.545000', '151629.005000', '151629.465000', '151629.925000', '151630.385000', '151630.845000', '151631.305000', '151631.765000', '151632.225000', '151632.685000', '151633.145000', '151633.605000', '151634.065000', '151634.525000', '151634.985000', '151635.445000', '151635.905000', '151636.365000', '151636.825000', '151637.285000', '151637.745000', '151638.205000', '151638.665000', '151639.125000', '151639.585000', '151640.045000', '151640.505000', '151640.965000', '151641.425000', '151641.885000', '151642.345000', '151642.805000', '151643.265000', '151643.725000', '151644.185000', '151644.645000', '151645.105000', '151645.565000', '151646.025000', '151646.485000', '151646.945000', '151647.405000', '151647.865000', '151648.325000', '151648.785000', '151649.245000', '151649.705000', '151650.165000', '151650.625000', '151651.085000', '151651.545000', '151652.005000', '151652.465000', '151652.925000', '151653.385000', '151653.845000', '151654.305000', '151654.765000', '151655.225000', '151655.685000', '151656.145000', '151656.605000', '151657.065000', '151657.525000', '151657.985000', '151658.445000', '151658.905000', '151659.365000', '151659.825000', '151700.285000', '151700.745000', '151701.205000', '151701.665000', '151702.125000', '151702.585000', '151703.045000', '151703.505000', '151703.965000', '151704.425000', '151704.885000', '151705.345000', '151705.805000', '151706.265000', '151706.725000', '151707.185000', '151707.645000', '151708.105000', '151708.565000', '151709.025000', '151709.485000', '151709.945000', '151710.405000', '151710.865000', '151711.325000', '151711.785000', '151712.245000', '151712.705000', '151713.165000', '151713.625000', '151714.085000', '151714.545000', '151715.005000', '151715.465000', '151715.925000', '151716.385000', '151716.845000', '151717.305000', '151717.765000', '151718.225000', '151718.685000', '151719.145000', '151719.605000', '151720.065000', '151720.525000', '151720.985000', '151721.445000', '151721.905000', '151722.365000', '151722.825000', '151723.285000', '151723.745000', '151724.205000', '151724.665000', '151725.125000', '151725.585000', '151726.045000', '151726.505000', '151726.965000', '151727.425000', '151727.885000', '151728.345000', '151728.805000', '151729.265000', '151729.725000', '151730.185000', '151730.645000', '151731.105000', '151731.565000', '151732.025000', '151732.485000', '151732.945000', '151733.405000', '151733.865000', '151734.325000', '151734.785000', '151735.245000', '151735.705000', '151736.165000', '151736.625000', '151737.085000', '151737.545000', '151738.005000', '151738.465000', '151738.925000', '151739.385000', '151739.845000', '151740.305000', '151740.765000', '151741.225000', '151741.685000', '151742.145000', '151742.605000', '151743.065000', '151743.525000', '151743.985000', '151744.445000', '151744.905000', '151745.365000', '151745.825000', '151746.285000', '151746.745000', '151747.205000', '151747.665000', '151748.125000', '151748.585000', '151749.045000', '151749.505000', '151749.965000', '151750.425000', '151750.885000', '151751.345000', '151751.805000', '151752.265000', '151752.725000', '151753.185000', '151753.645000', '151754.105000', '151754.565000', '151755.025000', '151755.485000', '151755.945000', '151756.405000', '151756.865000', '151757.325000', '151757.785000', '151758.245000', '151758.705000', '151759.165000', '151759.625000', '151800.085000', '151800.545000', '151801.005000', '151801.465000', '151801.925000', '151802.385000', '151802.845000', '151803.305000', '151803.765000', '151804.225000', '151804.685000', '151805.145000', '151805.605000', '151806.065000', '151806.525000', '151806.985000', '151807.445000', '151807.905000', '151808.365000', '151808.825000', '151809.285000', '151809.745000', '151810.205000', '151810.665000', '151811.125000', '151811.585000', '151812.045000', '151812.505000', '151812.965000', '151813.425000', '151813.885000', '151814.345000', '151814.805000', '151815.265000', '151815.725000', '151816.185000', '151816.645000', '151817.105000', '151817.565000', '151818.025000', '151818.485000', '151818.945000', '151819.405000', '151819.865000', '151820.325000', '151820.785000', '151821.245000', '151821.705000', '151822.165000', '151822.625000', '151823.085000', '151823.545000', '151824.005000', '151824.465000', '151824.925000', '151825.385000', '151825.845000', '151826.305000', '151826.765000', '151827.225000', '151827.685000', '151828.145000', '151828.605000', '151829.065000', '151829.525000', '151829.985000', '151830.445000', '151830.905000', '151831.365000', '151831.825000', '151832.285000', '151832.745000', '151833.205000', '151833.665000', '151834.125000', '151834.585000', '151835.045000', '151835.505000', '151835.965000', '151836.425000', '151836.885000', '151837.345000', '151837.805000', '151838.265000', '151838.725000', '151839.185000', '151839.645000', '151840.105000', '151840.565000', '151841.025000', '151841.485000', '151841.945000', '151842.405000', '151842.865000', '151843.325000', '151843.785000', '151844.245000', '151844.705000', '151845.165000', '151845.625000', '151846.085000', '151846.545000', '151847.005000', '151847.465000', '151847.925000', '151848.385000', '151848.845000', '151849.305000', '151849.765000', '151850.225000', '151850.685000', '151851.145000', '151851.605000', '151852.065000', '151852.525000', '151852.985000', '151853.445000', '151853.905000', '151854.365000', '151854.825000', '151855.285000', '151855.745000', '151856.205000', '151856.665000', '151857.125000', '151857.585000', '151858.045000', '151858.505000', '151858.965000', '151859.425000', '151859.885000', '151900.345000', '151900.805000', '151901.265000', '151901.725000', '151902.185000', '151902.645000', '151903.105000', '151903.565000', '151904.025000', '151904.485000', '151904.945000', '151905.405000', '151905.865000', '151906.325000', '151906.785000', '151907.245000', '151907.705000', '151908.165000', '151908.625000', '151909.085000', '151909.545000', '151910.005000', '151910.465000', '151910.925000', '151911.385000', '151911.845000', '151912.305000', '151912.765000', '151913.225000', '151913.685000', '151914.145000', '151914.605000', '151915.065000', '151915.525000', '151915.985000', '151916.445000', '151916.905000', '151917.365000', '151917.825000', '151918.285000', '151918.745000', '151919.205000', '151919.665000', '151920.125000', '151920.585000', '151921.045000', '151921.505000', '151921.965000', '151922.425000', '151922.885000', '151923.345000', '151923.805000', '151924.265000', '151924.725000', '151925.185000', '151925.645000', '151926.105000', '151926.565000', '151927.025000', '151927.485000', '151927.945000', '151928.405000', '151928.865000', '151929.325000', '151929.785000', '151930.245000', '151930.705000', '151931.165000', '151931.625000', '151932.085000', '151932.545000', '151933.005000', '151933.465000', '151933.925000', '151934.385000', '151934.845000', '151935.305000', '151935.765000', '151936.225000', '151936.685000', '151937.145000', '151937.605000', '151938.065000', '151938.525000', '151938.985000', '151939.445000', '151939.905000', '151940.365000', '151940.825000', '151941.285000', '151941.745000', '151942.205000', '151942.665000', '151943.125000', '151943.585000', '151944.045000', '151944.505000', '151944.965000', '151945.425000', '151945.885000', '151946.345000', '151946.805000', '151947.265000', '151947.725000', '151948.185000', '151948.645000', '151949.105000', '151949.565000', '151950.025000', '151950.485000', '151950.945000', '151951.405000', '151951.865000', '151952.325000', '151952.785000', '151953.245000', '151953.705000', '151954.165000', '151954.625000', '151955.085000', '151955.545000', '151956.005000', '151956.465000', '151956.925000', '151957.385000', '151957.845000', '151958.305000', '151958.765000', '151959.225000', '151959.685000', '152000.145000', '152000.605000', '152001.065000', '152001.525000', '152001.985000', '152002.445000', '152002.905000', '152003.365000', '152003.825000', '152004.285000', '152004.745000', '152005.205000', '152005.665000', '152006.125000', '152006.585000', '152007.045000', '152007.505000', '152007.965000', '152008.425000', '152008.885000', '152009.345000', '152009.805000', '152010.265000', '152010.725000', '152011.185000', '152011.645000', '152012.105000', '152012.565000', '152013.025000', '152013.485000', '152013.945000', '152014.405000', '152014.865000', '152015.325000', '152015.785000', '152016.245000', '152016.705000', '152017.165000', '152017.625000', '152018.085000', '152018.545000', '152019.005000', '152019.465000', '152019.925000', '152020.385000', '152020.845000', '152021.305000', '152021.765000', '152022.225000', '152022.685000', '152023.145000', '152023.605000', '152024.065000', '152024.525000', '152024.985000', '152025.445000', '152025.905000', '152026.365000', '152026.825000', '152027.285000', '152027.745000', '152028.205000', '152028.665000', '152029.125000', '152029.585000', '152030.045000', '152030.505000', '152030.965000', '152031.425000', '152031.885000', '152032.345000', '152032.805000', '152033.265000', '152033.725000', '152034.185000', '152034.645000', '152035.105000', '152035.565000', '152036.025000', '152036.485000', '152036.945000', '152037.405000', '152037.865000', '152038.325000', '152038.785000', '152039.245000', '152039.705000', '152040.165000', '152040.625000', '152041.085000', '152041.545000', '152042.005000', '152042.465000', '152042.925000', '152043.385000', '152043.845000', '152044.305000', '152044.765000', '152045.225000', '152045.685000', '152046.145000', '152046.605000', '152047.065000', '152047.525000', '152047.985000', '152048.445000', '152048.905000', '152049.365000', '152049.825000', '152050.285000', '152050.745000', '152051.205000', '152051.665000', '152052.125000', '152052.585000', '152053.045000', '152053.505000', '152053.965000', '152054.425000', '152054.885000', '152055.345000', '152055.805000', '152056.265000', '152056.725000', '152057.185000', '152057.645000', '152058.105000', '152058.565000', '152059.025000', '152059.485000', '152059.945000', '152100.405000', '152100.865000', '152101.325000', '152101.785000', '152102.245000', '152102.705000', '152103.165000', '152103.625000', '152104.085000', '152104.545000', '152105.005000', '152105.465000', '152105.925000', '152106.385000', '152106.845000', '152107.305000', '152107.765000', '152108.225000', '152108.685000', '152109.145000', '152109.605000', '152110.065000', '152110.525000', '152110.985000', '152111.445000', '152111.905000', '152112.365000', '152112.825000', '152113.285000', '152113.745000', '152114.205000', '152114.665000', '152115.125000', '152115.585000', '152116.045000', '152116.505000', '152116.965000', '152117.425000', '152117.885000', '152118.345000', '152118.805000', '152119.265000', '152119.725000', '152120.185000', '152120.645000', '152121.105000', '152121.565000', '152122.025000', '152122.485000', '152122.945000', '152123.405000', '152123.865000', '152124.325000', '152124.785000', '152125.245000', '152125.705000', '152126.165000', '152126.625000', '152127.085000', '152127.545000', '152128.005000', '152128.465000', '152128.925000', '152129.385000', '152129.845000', '152130.305000', '152130.765000', '152131.225000', '152131.685000', '152132.145000', '152132.605000', '152133.065000', '152133.525000', '152133.985000', '152134.445000', '152134.905000', '152135.365000', '152135.825000', '152136.285000', '152136.745000', '152137.205000', '152137.665000', '152138.125000', '152138.585000', '152139.045000', '152139.505000', '152139.965000', '152140.425000', '152140.885000', '152141.345000', '152141.805000', '152142.265000', '152142.725000', '152143.185000', '152143.645000', '152144.105000', '152144.565000', '152145.025000', '152145.485000', '152145.945000', '152146.405000', '152146.865000', '152147.325000', '152147.785000', '152148.245000', '152148.705000', '152149.165000', '152149.625000', '152150.085000', '152150.545000', '152151.005000', '152151.465000', '152151.925000', '152152.385000', '152152.845000', '152153.305000', '152153.765000', '152154.225000', '152154.685000', '152155.145000', '152155.605000', '152156.065000', '152156.525000', '152156.985000', '152157.445000', '152157.905000', '152158.365000', '152158.825000', '152159.285000', '152159.745000', '152200.205000', '152200.665000', '152201.125000', '152201.585000', '152202.045000', '152202.505000', '152202.965000', '152203.425000', '152203.885000', '152204.345000', '152204.805000', '152205.265000', '152205.725000', '152206.185000', '152206.645000', '152207.105000', '152207.565000', '152208.025000', '152208.485000', '152208.945000', '152209.405000', '152209.865000', '152210.325000', '152210.785000', '152211.245000', '152211.705000', '152212.165000', '152212.625000', '152213.085000', '152213.545000', '152214.005000', '152214.465000', '152214.925000', '152215.385000', '152215.845000', '152216.305000', '152216.765000', '152217.225000', '152217.685000', '152218.145000', '152218.605000', '152219.065000', '152219.525000', '152219.985000', '152220.445000', '152220.905000', '152221.365000', '152221.825000', '152222.285000', '152222.745000', '152223.205000', '152223.665000', '152224.125000', '152224.585000', '152225.045000', '152225.505000', '152225.965000', '152226.425000', '152226.885000', '152227.345000', '152227.805000', '152228.265000', '152228.725000', '152229.185000', '152229.645000', '152230.105000', '152230.565000', '152231.025000', '152231.485000', '152231.945000', '152232.405000', '152232.865000', '152233.325000', '152233.785000', '152234.245000', '152234.705000', '152235.165000', '152235.625000', '152236.085000', '152236.545000', '152237.005000', '152237.465000', '152237.925000', '152238.385000', '152238.845000', '152239.305000', '152239.765000', '152240.225000', '152240.685000', '152241.145000', '152241.605000', '152242.065000', '152242.525000', '152242.985000', '152243.445000', '152243.905000', '152244.365000', '152244.825000', '152245.285000', '152245.745000', '152246.205000', '152246.665000', '152247.125000', '152247.585000', '152248.045000', '152248.505000', '152248.965000', '152249.425000', '152249.885000', '152250.345000', '152250.805000', '152251.265000', '152251.725000', '152252.185000', '152252.645000', '152253.105000', '152253.565000', '152254.025000', '152254.485000', '152254.945000', '152255.405000', '152255.865000', '152256.325000', '152256.785000', '152257.245000', '152257.705000', '152258.165000', '152258.625000', '152259.085000', '152259.545000', '152300.005000', '152300.465000', '152300.925000', '152301.385000', '152301.845000', '152302.305000', '152302.765000', '152303.225000', '152303.685000', '152304.145000', '152304.605000', '152305.065000', '152305.525000', '152305.985000', '152306.445000', '152306.905000', '152307.365000', '152307.825000', '152308.285000', '152308.745000', '152309.205000', '152309.665000', '152310.125000', '152310.585000', '152311.045000', '152311.505000', '152311.965000', '152312.425000', '152312.885000', '152313.345000', '152313.805000', '152314.265000', '152314.725000', '152315.185000', '152315.645000', '152316.105000', '152316.565000', '152317.025000', '152317.485000', '152317.945000', '152318.405000', '152318.865000', '152319.325000', '152319.785000', '152320.245000', '152320.705000', '152321.165000', '152321.625000', '152322.085000', '152322.545000', '152323.005000', '152323.465000', '152323.925000', '152324.385000', '152324.845000', '152325.305000', '152325.765000', '152326.225000', '152326.685000', '152327.145000', '152327.605000', '152328.065000', '152328.525000', '152328.985000', '152329.445000', '152329.905000', '152330.365000', '152330.825000', '152331.285000', '152331.745000', '152332.205000', '152332.665000', '152333.125000', '152333.585000', '152334.045000', '152334.505000', '152334.965000', '152335.425000', '152335.885000', '152336.345000', '152336.805000', '152337.265000', '152337.725000', '152338.185000', '152338.645000', '152339.105000', '152339.565000', '152340.025000', '152340.485000', '152340.945000', '152341.405000', '152341.865000', '152342.325000', '152342.785000', '152343.245000', '152343.705000', '152344.165000', '152344.625000', '152345.085000', '152345.545000', '152346.005000', '152346.465000', '152346.925000', '152347.385000', '152347.845000', '152348.305000', '152348.765000', '152349.225000', '152349.685000', '152350.145000', '152350.605000', '152351.065000', '152351.525000', '152351.985000', '152352.445000', '152352.905000', '152353.365000', '152353.825000', '152354.285000', '152354.745000', '152355.205000', '152355.665000', '152356.125000', '152356.585000', '152357.045000', '152357.505000', '152357.965000', '152358.425000', '152358.885000', '152359.345000', '152359.805000', '152400.265000', '152400.725000', '152401.185000', '152401.645000', '152402.105000', '152402.565000', '152403.025000', '152403.485000', '152403.945000', '152404.405000', '152404.865000', '152405.325000', '152405.785000', '152406.245000', '152406.705000', '152407.165000', '152407.625000', '152408.085000', '152408.545000', '152409.005000', '152409.465000', '152409.925000', '152410.385000', '152410.845000', '152411.305000', '152411.765000', '152412.225000', '152412.685000', '152413.145000', '152413.605000', '152414.065000', '152414.525000', '152414.985000', '152415.445000', '152415.905000', '152416.365000', '152416.825000', '152417.285000', '152417.745000', '152418.205000', '152418.665000', '152419.125000', '152419.585000', '152420.045000', '152420.505000', '152420.965000', '152421.425000', '152421.885000', '152422.345000', '152422.805000', '152423.265000', '152423.725000', '152424.185000', '152424.645000', '152425.105000', '152425.565000', '152426.025000', '152426.485000', '152426.945000', '152427.405000', '152427.865000', '152428.325000', '152428.785000', '152429.245000', '152429.705000', '152430.165000', '152430.625000', '152431.085000', '152431.545000', '152432.005000', '152432.465000', '152432.925000', '152433.385000', '152433.845000', '152434.305000', '152434.765000', '152435.225000', '152435.685000', '152436.145000', '152436.605000', '152437.065000', '152437.525000', '152437.985000', '152438.445000', '152438.905000', '152439.365000', '152439.825000', '152440.285000', '152440.745000', '152441.205000', '152441.665000', '152442.125000', '152442.585000', '152443.045000', '152443.505000', '152443.965000', '152444.425000', '152444.885000', '152445.345000', '152445.805000', '152446.265000', '152446.725000', '152447.185000', '152447.645000', '152448.105000', '152448.565000', '152449.025000', '152449.485000', '152449.945000', '152450.405000', '152450.865000', '152451.325000', '152451.785000', '152452.245000', '152452.705000', '152453.165000', '152453.625000', '152454.085000', '152454.545000', '152455.005000', '152455.465000', '152455.925000', '152456.385000', '152456.845000', '152457.305000', '152457.765000', '152458.225000', '152458.685000', '152459.145000', '152459.605000', '152500.065000', '152500.525000', '152500.985000', '152501.445000', '152501.905000', '152502.365000', '152502.825000', '152503.285000', '152503.745000', '152504.205000', '152504.665000', '152505.125000', '152505.585000', '152506.045000', '152506.505000', '152506.965000', '152507.425000', '152507.885000', '152508.345000', '152508.805000', '152509.265000', '152509.725000', '152510.185000', '152510.645000', '152511.105000', '152511.565000', '152512.025000', '152512.485000', '152512.945000', '152513.405000', '152513.865000', '152514.325000', '152514.785000', '152515.245000', '152515.705000', '152516.165000', '152516.625000', '152517.085000', '152517.545000', '152518.005000', '152518.465000', '152518.925000', '152519.385000', '152519.845000', '152520.305000', '152520.765000', '152521.225000', '152521.685000', '152522.145000', '152522.605000', '152523.065000', '152523.525000', '152523.985000', '152524.445000', '152524.905000', '152525.365000', '152525.825000', '152526.285000', '152526.745000', '152527.205000', '152527.665000', '152528.125000', '152528.585000', '152529.045000', '152529.505000', '152529.965000', '152530.425000', '152530.885000', '152531.345000', '152531.805000'], 'ContentTime': ['151527.687000', '151527.690000', '151527.693000', '151527.696000', '151527.699000', '151527.701000', '151527.704000', '151527.706000', '151527.709000', '151527.712000', '151527.714000', '151527.717000', '151527.726000', '151527.729000', '151527.731000', '151527.734000', '151527.737000', '151527.739000', '151527.742000', '151527.744000', '151527.747000', '151527.749000', '151527.752000', '151527.754000', '151527.757000', '151527.759000', '151527.762000', '151527.765000', '151527.767000', '151527.770000', '151527.772000', '151527.775000', '151527.777000', '151527.780000', '151527.782000', '151527.785000', '151527.787000', '151527.790000', '151527.793000', '151527.795000', '151527.798000', '151527.800000', '151527.803000', '151527.805000', '151527.808000', '151527.810000', '151527.813000', '151527.816000', '151527.818000', '151527.821000', '151527.823000', '151527.826000', '151527.828000', '151527.831000', '151527.834000', '151527.836000', '151527.839000', '151527.841000', '151547.634000', '151547.636000', '151547.639000', '151547.641000', '151547.644000', '151547.646000', '151547.649000', '151547.651000', '151547.654000', '151547.657000', '151547.660000', '151547.663000', '151547.665000', '151547.668000', '151547.671000', '151547.673000', '151547.676000', '151547.678000', '151547.681000', '151547.683000', '151547.686000', '151547.689000', '151547.691000', '151547.694000', '151547.696000', '151547.699000', '151547.702000', '151547.704000', '151547.707000', '151547.709000', '151547.712000', '151547.715000', '151547.717000', '151547.720000', '151547.722000', '151547.725000', '151547.728000', '151547.730000', '151547.733000', '151547.735000', '151547.738000', '151547.741000', '151547.743000', '151547.746000', '151607.633000', '151607.636000', '151607.639000', '151607.641000', '151607.644000', '151607.646000', '151607.649000', '151607.652000', '151607.654000', '151607.657000', '151607.659000', '151607.662000', '151607.664000', '151607.667000', '151607.669000', '151607.672000', '151607.675000', '151607.677000', '151607.680000', '151607.682000', '151607.685000', '151607.688000', '151607.690000', '151607.693000', '151607.695000', '151607.698000', '151607.700000', '151607.703000', '151607.705000', '151607.708000', '151607.710000', '151607.713000', '151607.716000', '151607.718000', '151607.721000', '151607.723000', '151607.726000', '151607.728000', '151607.731000', '151607.734000', '151607.736000', '151607.739000', '151607.741000', '151627.633000', '151627.635000', '151627.638000', '151627.641000', '151627.643000', '151627.646000', '151627.648000', '151627.651000', '151627.653000', '151627.656000', '151627.659000', '151627.661000', '151627.664000', '151627.666000', '151627.669000', '151627.671000', '151627.674000', '151627.676000', '151627.679000', '151627.682000', '151627.684000', '151627.687000', '151627.689000', '151627.692000', '151627.694000', '151627.697000', '151627.699000', '151627.702000', '151627.705000', '151627.707000', '151627.710000', '151627.712000', '151627.715000', '151627.717000', '151627.720000', '151627.722000', '151627.725000', '151627.728000', '151627.730000', '151627.733000', '151627.735000', '151627.738000', '151627.741000', '151627.743000', '151647.634000', '151647.636000', '151647.639000', '151647.642000', '151647.644000', '151647.647000', '151647.649000', '151647.652000', '151647.665000', '151647.667000', '151647.670000', '151647.673000', '151647.675000', '151647.678000', '151647.680000', '151647.683000', '151647.686000', '151647.688000', '151647.691000', '151647.693000', '151647.696000', '151647.699000', '151647.701000', '151647.704000', '151647.706000', '151647.709000', '151647.712000', '151647.714000', '151647.717000', '151647.719000', '151647.722000', '151647.725000', '151647.727000', '151647.730000', '151647.732000', '151647.735000', '151647.738000', '151647.740000', '151647.743000', '151647.745000', '151647.748000', '151647.750000', '151647.753000', '151707.634000', '151707.636000', '151707.639000', '151707.642000', '151707.645000', '151707.648000', '151707.650000', '151707.653000', '151707.656000', '151707.658000', '151707.661000', '151707.663000', '151707.666000', '151707.668000', '151707.671000', '151707.674000', '151707.676000', '151707.679000', '151707.681000', '151707.684000', '151707.686000', '151707.689000', '151707.691000', '151707.694000', '151707.697000', '151707.699000', '151707.702000', '151707.704000', '151707.708000', '151707.711000', '151707.713000', '151707.716000', '151707.719000', '151707.721000', '151707.724000', '151707.726000', '151707.729000', '151707.732000', '151707.734000', '151707.737000', '151707.739000', '151707.742000', '151707.744000', '151727.634000', '151727.637000', '151727.639000', '151727.642000', '151727.644000', '151727.647000', '151727.649000', '151727.652000', '151727.654000', '151727.657000', '151727.660000', '151727.662000', '151727.665000', '151727.667000', '151727.670000', '151727.673000', '151727.675000', '151727.678000', '151727.680000', '151727.683000', '151727.685000', '151727.688000', '151727.691000', '151727.693000', '151727.696000', '151727.699000', '151727.701000', '151727.704000', '151727.706000', '151727.709000', '151727.711000', '151727.714000', '151727.717000', '151727.719000', '151727.722000', '151727.724000', '151727.727000', '151727.730000', '151727.732000', '151727.735000', '151727.737000', '151727.740000', '151727.742000', '151727.745000', '151747.634000', '151747.636000', '151747.639000', '151747.642000', '151747.644000', '151747.647000', '151747.649000', '151747.652000', '151747.655000', '151747.657000', '151747.660000', '151747.662000', '151747.665000', '151747.668000', '151747.671000', '151747.674000', '151747.678000', '151747.680000', '151747.683000', '151747.686000', '151747.688000', '151747.691000', '151747.693000', '151747.696000', '151747.698000', '151747.701000', '151747.704000', '151747.706000', '151747.709000', '151747.711000', '151747.714000', '151747.716000', '151747.719000', '151747.722000', '151747.724000', '151747.727000', '151747.729000', '151747.732000', '151747.735000', '151747.737000', '151747.740000', '151747.742000', '151747.745000', '151807.633000', '151807.636000', '151807.639000', '151807.642000', '151807.644000', '151807.647000', '151807.649000', '151807.652000', '151807.655000', '151807.657000', '151807.660000', '151807.662000', '151807.665000', '151807.667000', '151807.670000', '151807.673000', '151807.675000', '151807.678000', '151807.681000', '151807.683000', '151807.686000', '151807.688000', '151807.691000', '151807.694000', '151807.696000', '151807.699000', '151807.701000', '151807.704000', '151807.707000', '151807.709000', '151807.712000', '151807.714000', '151807.717000', '151807.720000', '151807.722000', '151807.725000', '151807.727000', '151807.730000', '151807.732000', '151807.735000', '151807.738000', '151807.740000', '151807.743000', '151807.745000', '151827.633000', '151827.636000', '151827.639000', '151827.642000', '151827.644000', '151827.647000', '151827.649000', '151827.652000', '151827.654000', '151827.657000', '151827.659000', '151827.662000', '151827.665000', '151827.667000', '151827.670000', '151827.673000', '151827.675000', '151827.678000', '151827.680000', '151827.683000', '151827.686000', '151827.688000', '151827.691000', '151827.693000', '151827.696000', '151827.698000', '151827.701000', '151827.704000', '151827.706000', '151827.709000', '151827.718000', '151827.721000', '151827.723000', '151827.726000', '151827.728000', '151827.731000', '151827.733000', '151827.736000', '151827.741000', '151827.743000', '151827.746000', '151827.749000', '151827.751000', '151847.633000', '151847.636000', '151847.638000', '151847.641000', '151847.644000', '151847.646000', '151847.649000', '151847.651000', '151847.654000', '151847.656000', '151847.659000', '151847.661000', '151847.664000', '151847.667000', '151847.669000', '151847.672000', '151847.674000', '151847.677000', '151847.680000', '151847.682000', '151847.685000', '151847.687000', '151847.690000', '151847.693000', '151847.695000', '151847.698000', '151847.700000', '151847.703000', '151847.706000', '151847.708000', '151847.711000', '151847.713000', '151847.716000', '151847.719000', '151847.721000', '151847.724000', '151847.726000', '151847.729000', '151847.731000', '151847.734000', '151847.737000', '151847.739000', '151847.742000', '151847.744000', '151907.634000', '151907.636000', '151907.639000', '151907.642000', '151907.644000', '151907.647000', '151907.649000', '151907.652000', '151907.655000', '151907.657000', '151907.660000', '151907.662000', '151907.665000', '151907.667000', '151907.670000', '151907.673000', '151907.675000', '151907.678000', '151907.681000', '151907.683000', '151907.686000', '151907.688000', '151907.691000', '151907.694000', '151907.696000', '151907.700000', '151907.703000', '151907.714000', '151907.716000', '151907.719000', '151907.722000', '151907.724000', '151907.727000', '151907.729000', '151907.732000', '151907.735000', '151907.737000', '151907.740000', '151907.742000', '151907.745000', '151907.747000', '151907.750000', '151907.753000', '151927.634000', '151927.637000', '151927.639000', '151927.642000', '151927.644000', '151927.647000', '151927.649000', '151927.652000', '151927.654000', '151927.657000', '151927.660000', '151927.662000', '151927.665000', '151927.667000', '151927.670000', '151927.673000', '151927.675000', '151927.678000', '151927.680000', '151927.683000', '151927.686000', '151927.688000', '151927.691000', '151927.693000', '151927.696000', '151927.698000', '151927.701000', '151927.703000', '151927.706000', '151927.709000', '151927.711000', '151927.714000', '151927.716000', '151927.719000', '151927.722000', '151927.724000', '151927.727000', '151927.729000', '151927.732000', '151927.734000', '151927.737000', '151927.739000', '151927.742000', '151927.745000', '151947.634000', '151947.637000', '151947.639000', '151947.642000', '151947.644000', '151947.647000', '151947.650000', '151947.652000', '151947.655000', '151947.657000', '151947.660000', '151947.663000', '151947.665000', '151947.668000', '151947.670000', '151947.693000', '151947.695000', '151947.698000', '151947.701000', '151947.703000', '151947.706000', '151947.709000', '151947.711000', '151947.714000', '151947.717000', '151947.719000', '151947.722000', '151947.724000', '151947.727000', '151947.729000', '151947.732000', '151947.735000', '151947.737000', '151947.740000', '151947.742000', '151947.745000', '151947.748000', '151947.750000', '151947.753000', '151947.755000', '151947.758000', '151947.760000', '151947.763000', '152007.633000', '152007.636000', '152007.639000', '152007.641000', '152007.644000', '152007.647000', '152007.649000', '152007.652000', '152007.654000', '152007.657000', '152007.660000', '152007.662000', '152007.665000', '152007.667000', '152007.670000', '152007.673000', '152007.675000', '152007.678000', '152007.680000', '152007.683000', '152007.685000', '152007.688000', '152007.691000', '152007.693000', '152007.696000', '152007.699000', '152007.701000', '152007.704000', '152007.706000', '152007.709000', '152007.712000', '152007.714000', '152007.717000', '152007.719000', '152007.722000', '152007.724000', '152007.727000', '152007.730000', '152007.732000', '152007.735000', '152007.737000', '152007.740000', '152007.743000', '152007.745000', '152027.634000', '152027.637000', '152027.639000', '152027.642000', '152027.644000', '152027.647000', '152027.650000', '152027.652000', '152027.655000', '152027.657000', '152027.660000', '152027.662000', '152027.665000', '152027.668000', '152027.670000', '152027.673000', '152027.675000', '152027.678000', '152027.681000', '152027.683000', '152027.686000', '152027.688000', '152027.691000', '152027.693000', '152027.696000', '152027.699000', '152027.701000', '152027.704000', '152027.706000', '152027.716000', '152027.719000', '152027.721000', '152027.724000', '152027.727000', '152027.729000', '152027.732000', '152027.734000', '152027.737000', '152027.740000', '152027.742000', '152027.745000', '152027.748000', '152027.750000', '152047.634000', '152047.637000', '152047.639000', '152047.642000', '152047.644000', '152047.647000', '152047.650000', '152047.652000', '152047.655000', '152047.657000', '152047.660000', '152047.663000', '152047.665000', '152047.668000', '152047.670000', '152047.673000', '152047.676000', '152047.678000', '152047.681000', '152047.683000', '152047.686000', '152047.688000', '152047.691000', '152047.693000', '152047.696000', '152047.699000', '152047.701000', '152047.704000', '152047.706000', '152047.709000', '152047.711000', '152047.714000', '152047.717000', '152047.720000', '152047.723000', '152047.725000', '152047.728000', '152047.730000', '152047.733000', '152047.735000', '152047.738000', '152047.741000', '152047.743000', '152047.746000', '152107.633000', '152107.635000', '152107.638000', '152107.641000', '152107.643000', '152107.646000', '152107.648000', '152107.651000', '152107.653000', '152107.656000', '152107.658000', '152107.661000', '152107.664000', '152107.666000', '152107.669000', '152107.671000', '152107.674000', '152107.677000', '152107.679000', '152107.682000', '152107.684000', '152107.687000', '152107.689000', '152107.692000', '152107.695000', '152107.697000', '152107.715000', '152107.717000', '152107.720000', '152107.722000', '152107.725000', '152107.728000', '152107.730000', '152107.733000', '152107.736000', '152107.738000', '152107.741000', '152107.743000', '152107.746000', '152107.748000', '152107.751000', '152107.754000', '152107.757000', '152127.634000', '152127.636000', '152127.639000', '152127.642000', '152127.644000', '152127.647000', '152127.650000', '152127.652000', '152127.655000', '152127.657000', '152127.660000', '152127.663000', '152127.665000', '152127.668000', '152127.670000', '152127.673000', '152127.675000', '152127.678000', '152127.681000', '152127.683000', '152127.686000', '152127.688000', '152127.691000', '152127.693000', '152127.696000', '152127.699000', '152127.701000', '152127.704000', '152127.706000', '152127.709000', '152127.711000', '152127.714000', '152127.717000', '152127.719000', '152127.722000', '152127.724000', '152127.727000', '152127.729000', '152127.732000', '152127.734000', '152127.737000', '152127.739000', '152127.742000', '152127.745000', '152147.634000', '152147.636000', '152147.639000', '152147.642000', '152147.644000', '152147.647000', '152147.649000', '152147.652000', '152147.655000', '152147.657000', '152147.660000', '152147.662000', '152147.665000', '152147.668000', '152147.670000', '152147.673000', '152147.676000', '152147.678000', '152147.681000', '152147.683000', '152147.686000', '152147.689000', '152147.691000', '152147.694000', '152147.697000', '152147.699000', '152147.702000', '152147.704000', '152147.707000', '152147.710000', '152147.712000', '152147.715000', '152147.717000', '152147.720000', '152147.722000', '152147.725000', '152147.728000', '152147.730000', '152147.733000', '152147.735000', '152147.738000', '152147.741000', '152147.743000', '152207.634000', '152207.637000', '152207.639000', '152207.642000', '152207.644000', '152207.647000', '152207.650000', '152207.652000', '152207.655000', '152207.657000', '152207.660000', '152207.663000', '152207.665000', '152207.668000', '152207.671000', '152207.673000', '152207.676000', '152207.678000', '152207.681000', '152207.684000', '152207.686000', '152207.689000', '152207.691000', '152207.694000', '152207.697000', '152207.699000', '152207.702000', '152207.704000', '152207.707000', '152207.709000', '152207.712000', '152207.714000', '152207.717000', '152207.720000', '152207.722000', '152207.725000', '152207.727000', '152207.730000', '152207.733000', '152207.735000', '152207.738000', '152207.741000', '152207.743000', '152227.633000', '152227.636000', '152227.639000', '152227.641000', '152227.644000', '152227.647000', '152227.649000', '152227.652000', '152227.654000', '152227.657000', '152227.660000', '152227.662000', '152227.665000', '152227.668000', '152227.670000', '152227.673000', '152227.675000', '152227.678000', '152227.681000', '152227.683000', '152227.686000', '152227.688000', '152227.691000', '152227.694000', '152227.696000', '152227.699000', '152227.702000', '152227.704000', '152227.707000', '152227.709000', '152227.712000', '152227.715000', '152227.717000', '152227.720000', '152227.722000', '152227.725000', '152227.728000', '152227.742000', '152227.744000', '152227.747000', '152227.749000', '152227.752000', '152227.755000', '152227.757000', '152247.634000', '152247.636000', '152247.639000', '152247.642000', '152247.644000', '152247.647000', '152247.649000', '152247.652000', '152247.655000', '152247.657000', '152247.660000', '152247.663000', '152247.665000', '152247.668000', '152247.670000', '152247.673000', '152247.676000', '152247.678000', '152247.681000', '152247.683000', '152247.686000', '152247.689000', '152247.691000', '152247.694000', '152247.696000', '152247.699000', '152247.702000', '152247.712000', '152247.714000', '152247.717000', '152247.720000', '152247.722000', '152247.725000', '152247.727000', '152247.730000', '152247.733000', '152247.736000', '152247.738000', '152247.741000', '152247.744000', '152247.746000', '152247.749000', '152247.751000', '152247.754000', '152307.634000', '152307.637000', '152307.639000', '152307.642000', '152307.649000', '152307.652000', '152307.655000', '152307.657000', '152307.660000', '152307.663000', '152307.665000', '152307.668000', '152307.670000', '152307.673000', '152307.676000', '152307.678000', '152307.681000', '152307.683000', '152307.686000', '152307.689000', '152307.691000', '152307.694000', '152307.696000', '152307.699000', '152307.702000', '152307.704000', '152307.707000', '152307.709000', '152307.712000', '152307.714000', '152307.717000', '152307.720000', '152307.722000', '152307.725000', '152307.728000', '152307.730000', '152307.733000', '152307.736000', '152307.738000', '152307.741000', '152307.744000', '152307.746000', '152307.749000', '152327.633000', '152327.636000', '152327.639000', '152327.642000', '152327.644000', '152327.647000', '152327.650000', '152327.652000', '152327.655000', '152327.659000', '152327.661000', '152327.664000', '152327.667000', '152327.669000', '152327.672000', '152327.675000', '152327.677000', '152327.680000', '152327.683000', '152327.685000', '152327.688000', '152327.691000', '152327.693000', '152327.696000', '152327.698000', '152327.701000', '152327.704000', '152327.706000', '152327.709000', '152327.712000', '152327.714000', '152327.717000', '152327.720000', '152327.722000', '152327.725000', '152327.728000', '152327.730000', '152327.733000', '152327.735000', '152327.738000', '152327.741000', '152327.743000', '152327.746000', '152347.634000', '152347.636000', '152347.639000', '152347.642000', '152347.644000', '152347.647000', '152347.650000', '152347.652000', '152347.655000', '152347.658000', '152347.660000', '152347.663000', '152347.666000', '152347.668000', '152347.671000', '152347.673000', '152347.676000', '152347.679000', '152347.682000', '152347.684000', '152347.687000', '152347.690000', '152347.693000', '152347.695000', '152347.698000', '152347.701000', '152347.703000', '152347.706000', '152347.708000', '152347.711000', '152347.714000', '152347.716000', '152347.719000', '152347.722000', '152347.748000', '152347.751000', '152347.753000', '152347.756000', '152347.759000', '152347.761000', '152347.764000', '152347.766000', '152347.769000', '152347.771000', '152407.634000', '152407.636000', '152407.640000', '152407.642000', '152407.645000', '152407.647000', '152407.650000', '152407.653000', '152407.655000', '152407.658000', '152407.661000', '152407.663000', '152407.666000', '152407.669000', '152407.671000', '152407.674000', '152407.677000', '152407.679000', '152407.682000', '152407.685000', '152407.688000', '152407.690000', '152407.693000', '152407.696000', '152407.698000', '152407.701000', '152407.704000', '152407.707000', '152407.709000', '152407.712000', '152407.715000', '152407.718000', '152407.720000', '152407.725000', '152407.728000', '152407.730000', '152407.733000', '152407.735000', '152407.738000', '152407.741000', '152407.743000', '152407.746000', '152407.748000', '152427.634000', '152427.636000', '152427.639000', '152427.642000', '152427.644000', '152427.647000', '152427.649000', '152427.652000', '152427.654000', '152427.657000', '152427.660000', '152427.662000', '152427.665000', '152427.667000', '152427.670000', '152427.673000', '152427.675000', '152427.678000', '152427.681000', '152427.683000', '152427.686000', '152427.688000', '152427.691000', '152427.693000', '152427.696000', '152427.699000', '152427.701000', '152427.704000', '152427.706000', '152427.709000', '152427.712000', '152427.714000', '152427.717000', '152427.719000', '152427.722000', '152427.725000', '152427.727000', '152427.730000', '152427.732000', '152427.735000', '152427.737000', '152427.740000', '152427.742000', '152427.745000', '152447.634000', '152447.637000', '152447.639000', '152447.642000', '152447.644000', '152447.647000', '152447.650000', '152447.653000', '152447.656000', '152447.659000', '152447.661000', '152447.664000', '152447.667000', '152447.669000', '152447.672000', '152447.674000', '152447.677000', '152447.680000', '152447.682000', '152447.685000', '152447.687000', '152447.690000', '152447.692000', '152447.695000', '152447.699000', '152447.701000', '152447.704000', '152447.706000', '152447.709000', '152447.712000', '152447.714000', '152447.717000', '152447.719000', '152447.722000', '152447.725000', '152447.727000', '152447.730000', '152447.733000', '152447.735000', '152447.738000', '152447.740000', '152447.743000', '152447.746000', '152507.634000', '152507.637000', '152507.639000', '152507.642000', '152507.644000', '152507.647000', '152507.650000', '152507.652000', '152507.655000', '152507.658000', '152507.660000', '152507.663000', '152507.666000', '152507.668000', '152507.671000', '152507.674000', '152507.676000', '152507.679000', '152507.681000', '152507.684000', '152507.687000', '152507.689000', '152507.692000', '152507.695000', '152507.697000', '152507.700000', '152507.702000', '152507.705000', '152507.707000', '152507.710000', '152507.732000', '152507.734000', '152507.737000', '152507.740000', '152507.742000', '152507.745000', '152507.747000', '152507.750000', '152507.753000', '152507.755000', '152507.758000', '152507.760000', '152507.763000', '152507.766000', '152527.634000', '152527.637000', '152527.639000', '152527.642000', '152527.644000', '152527.647000', '152527.650000', '152527.652000', '152527.655000', '152527.657000', '152527.660000', '152527.663000', '152527.665000', '152527.668000', '152527.670000', '152527.674000', '152527.677000', '152527.680000', '152527.682000', '152527.685000', '152527.687000', '152527.690000', '152527.693000', '152527.695000', '152527.698000', '152527.700000', '152527.703000', '152527.706000', '152527.708000', '152527.711000', '152527.713000', '152527.716000', '152527.719000', '152527.721000', '152527.724000', '152527.726000', '152527.729000', '152527.731000', '152527.734000', '152527.737000', '152527.739000', '152527.742000', '152527.745000', '152533.640000', '152533.643000', '152533.646000', '152533.649000', '152533.651000', '152533.654000', '152533.657000', '152533.659000', '152533.662000', '152533.665000', '152533.668000', '152533.671000', '152533.674000', '152533.677000'], 'InstanceCreationTime': ['151527.687000', '151527.690000', '151527.693000', '151527.696000', '151527.699000', '151527.701000', '151527.704000', '151527.706000', '151527.709000', '151527.712000', '151527.714000', '151527.717000', '151527.726000', '151527.729000', '151527.731000', '151527.734000', '151527.737000', '151527.739000', '151527.742000', '151527.744000', '151527.747000', '151527.749000', '151527.752000', '151527.754000', '151527.757000', '151527.759000', '151527.762000', '151527.765000', '151527.767000', '151527.770000', '151527.772000', '151527.775000', '151527.777000', '151527.780000', '151527.782000', '151527.785000', '151527.787000', '151527.790000', '151527.793000', '151527.795000', '151527.798000', '151527.800000', '151527.803000', '151527.805000', '151527.808000', '151527.810000', '151527.813000', '151527.816000', '151527.818000', '151527.821000', '151527.823000', '151527.826000', '151527.828000', '151527.831000', '151527.834000', '151527.836000', '151527.839000', '151527.841000', '151547.634000', '151547.636000', '151547.639000', '151547.641000', '151547.644000', '151547.646000', '151547.649000', '151547.651000', '151547.654000', '151547.657000', '151547.660000', '151547.663000', '151547.665000', '151547.668000', '151547.671000', '151547.673000', '151547.676000', '151547.678000', '151547.681000', '151547.683000', '151547.686000', '151547.689000', '151547.691000', '151547.694000', '151547.696000', '151547.699000', '151547.702000', '151547.704000', '151547.707000', '151547.709000', '151547.712000', '151547.715000', '151547.717000', '151547.720000', '151547.722000', '151547.725000', '151547.728000', '151547.730000', '151547.733000', '151547.735000', '151547.738000', '151547.741000', '151547.743000', '151547.746000', '151607.633000', '151607.636000', '151607.639000', '151607.641000', '151607.644000', '151607.646000', '151607.649000', '151607.652000', '151607.654000', '151607.657000', '151607.659000', '151607.662000', '151607.664000', '151607.667000', '151607.669000', '151607.672000', '151607.675000', '151607.677000', '151607.680000', '151607.682000', '151607.685000', '151607.688000', '151607.690000', '151607.693000', '151607.695000', '151607.698000', '151607.700000', '151607.703000', '151607.705000', '151607.708000', '151607.710000', '151607.713000', '151607.716000', '151607.718000', '151607.721000', '151607.723000', '151607.726000', '151607.728000', '151607.731000', '151607.734000', '151607.736000', '151607.739000', '151607.741000', '151627.633000', '151627.635000', '151627.638000', '151627.641000', '151627.643000', '151627.646000', '151627.648000', '151627.651000', '151627.653000', '151627.656000', '151627.659000', '151627.661000', '151627.664000', '151627.666000', '151627.669000', '151627.671000', '151627.674000', '151627.676000', '151627.679000', '151627.682000', '151627.684000', '151627.687000', '151627.689000', '151627.692000', '151627.694000', '151627.697000', '151627.699000', '151627.702000', '151627.705000', '151627.707000', '151627.710000', '151627.712000', '151627.715000', '151627.717000', '151627.720000', '151627.722000', '151627.725000', '151627.728000', '151627.730000', '151627.733000', '151627.735000', '151627.738000', '151627.741000', '151627.743000', '151647.634000', '151647.636000', '151647.639000', '151647.642000', '151647.644000', '151647.647000', '151647.649000', '151647.652000', '151647.665000', '151647.667000', '151647.670000', '151647.673000', '151647.675000', '151647.678000', '151647.680000', '151647.683000', '151647.686000', '151647.688000', '151647.691000', '151647.693000', '151647.696000', '151647.699000', '151647.701000', '151647.704000', '151647.706000', '151647.709000', '151647.712000', '151647.714000', '151647.717000', '151647.719000', '151647.722000', '151647.725000', '151647.727000', '151647.730000', '151647.732000', '151647.735000', '151647.738000', '151647.740000', '151647.743000', '151647.745000', '151647.748000', '151647.750000', '151647.753000', '151707.634000', '151707.636000', '151707.639000', '151707.642000', '151707.645000', '151707.648000', '151707.650000', '151707.653000', '151707.656000', '151707.658000', '151707.661000', '151707.663000', '151707.666000', '151707.668000', '151707.671000', '151707.674000', '151707.676000', '151707.679000', '151707.681000', '151707.684000', '151707.686000', '151707.689000', '151707.691000', '151707.694000', '151707.697000', '151707.699000', '151707.702000', '151707.704000', '151707.708000', '151707.711000', '151707.713000', '151707.716000', '151707.719000', '151707.721000', '151707.724000', '151707.726000', '151707.729000', '151707.732000', '151707.734000', '151707.737000', '151707.739000', '151707.742000', '151707.744000', '151727.634000', '151727.637000', '151727.639000', '151727.642000', '151727.644000', '151727.647000', '151727.649000', '151727.652000', '151727.654000', '151727.657000', '151727.660000', '151727.662000', '151727.665000', '151727.667000', '151727.670000', '151727.673000', '151727.675000', '151727.678000', '151727.680000', '151727.683000', '151727.685000', '151727.688000', '151727.691000', '151727.693000', '151727.696000', '151727.699000', '151727.701000', '151727.704000', '151727.706000', '151727.709000', '151727.711000', '151727.714000', '151727.717000', '151727.719000', '151727.722000', '151727.724000', '151727.727000', '151727.730000', '151727.732000', '151727.735000', '151727.737000', '151727.740000', '151727.742000', '151727.745000', '151747.634000', '151747.636000', '151747.639000', '151747.642000', '151747.644000', '151747.647000', '151747.649000', '151747.652000', '151747.655000', '151747.657000', '151747.660000', '151747.662000', '151747.665000', '151747.668000', '151747.671000', '151747.674000', '151747.678000', '151747.680000', '151747.683000', '151747.686000', '151747.688000', '151747.691000', '151747.693000', '151747.696000', '151747.698000', '151747.701000', '151747.704000', '151747.706000', '151747.709000', '151747.711000', '151747.714000', '151747.716000', '151747.719000', '151747.722000', '151747.724000', '151747.727000', '151747.729000', '151747.732000', '151747.735000', '151747.737000', '151747.740000', '151747.742000', '151747.745000', '151807.633000', '151807.636000', '151807.639000', '151807.642000', '151807.644000', '151807.647000', '151807.649000', '151807.652000', '151807.655000', '151807.657000', '151807.660000', '151807.662000', '151807.665000', '151807.667000', '151807.670000', '151807.673000', '151807.675000', '151807.678000', '151807.681000', '151807.683000', '151807.686000', '151807.688000', '151807.691000', '151807.694000', '151807.696000', '151807.699000', '151807.701000', '151807.704000', '151807.707000', '151807.709000', '151807.712000', '151807.714000', '151807.717000', '151807.720000', '151807.722000', '151807.725000', '151807.727000', '151807.730000', '151807.732000', '151807.735000', '151807.738000', '151807.740000', '151807.743000', '151807.745000', '151827.633000', '151827.636000', '151827.639000', '151827.642000', '151827.644000', '151827.647000', '151827.649000', '151827.652000', '151827.654000', '151827.657000', '151827.659000', '151827.662000', '151827.665000', '151827.667000', '151827.670000', '151827.673000', '151827.675000', '151827.678000', '151827.680000', '151827.683000', '151827.686000', '151827.688000', '151827.691000', '151827.693000', '151827.696000', '151827.698000', '151827.701000', '151827.704000', '151827.706000', '151827.709000', '151827.718000', '151827.721000', '151827.723000', '151827.726000', '151827.728000', '151827.731000', '151827.733000', '151827.736000', '151827.741000', '151827.743000', '151827.746000', '151827.749000', '151827.751000', '151847.633000', '151847.636000', '151847.638000', '151847.641000', '151847.644000', '151847.646000', '151847.649000', '151847.651000', '151847.654000', '151847.656000', '151847.659000', '151847.661000', '151847.664000', '151847.667000', '151847.669000', '151847.672000', '151847.674000', '151847.677000', '151847.680000', '151847.682000', '151847.685000', '151847.687000', '151847.690000', '151847.693000', '151847.695000', '151847.698000', '151847.700000', '151847.703000', '151847.706000', '151847.708000', '151847.711000', '151847.713000', '151847.716000', '151847.719000', '151847.721000', '151847.724000', '151847.726000', '151847.729000', '151847.731000', '151847.734000', '151847.737000', '151847.739000', '151847.742000', '151847.744000', '151907.634000', '151907.636000', '151907.639000', '151907.642000', '151907.644000', '151907.647000', '151907.649000', '151907.652000', '151907.655000', '151907.657000', '151907.660000', '151907.662000', '151907.665000', '151907.667000', '151907.670000', '151907.673000', '151907.675000', '151907.678000', '151907.681000', '151907.683000', '151907.686000', '151907.688000', '151907.691000', '151907.694000', '151907.696000', '151907.700000', '151907.703000', '151907.714000', '151907.716000', '151907.719000', '151907.722000', '151907.724000', '151907.727000', '151907.729000', '151907.732000', '151907.735000', '151907.737000', '151907.740000', '151907.742000', '151907.745000', '151907.747000', '151907.750000', '151907.753000', '151927.634000', '151927.637000', '151927.639000', '151927.642000', '151927.644000', '151927.647000', '151927.649000', '151927.652000', '151927.654000', '151927.657000', '151927.660000', '151927.662000', '151927.665000', '151927.667000', '151927.670000', '151927.673000', '151927.675000', '151927.678000', '151927.680000', '151927.683000', '151927.686000', '151927.688000', '151927.691000', '151927.693000', '151927.696000', '151927.698000', '151927.701000', '151927.703000', '151927.706000', '151927.709000', '151927.711000', '151927.714000', '151927.716000', '151927.719000', '151927.722000', '151927.724000', '151927.727000', '151927.729000', '151927.732000', '151927.734000', '151927.737000', '151927.739000', '151927.742000', '151927.745000', '151947.634000', '151947.637000', '151947.639000', '151947.642000', '151947.644000', '151947.647000', '151947.650000', '151947.652000', '151947.655000', '151947.657000', '151947.660000', '151947.663000', '151947.665000', '151947.668000', '151947.670000', '151947.693000', '151947.695000', '151947.698000', '151947.701000', '151947.703000', '151947.706000', '151947.709000', '151947.711000', '151947.714000', '151947.717000', '151947.719000', '151947.722000', '151947.724000', '151947.727000', '151947.729000', '151947.732000', '151947.735000', '151947.737000', '151947.740000', '151947.742000', '151947.745000', '151947.748000', '151947.750000', '151947.753000', '151947.755000', '151947.758000', '151947.760000', '151947.763000', '152007.633000', '152007.636000', '152007.639000', '152007.641000', '152007.644000', '152007.647000', '152007.649000', '152007.652000', '152007.654000', '152007.657000', '152007.660000', '152007.662000', '152007.665000', '152007.667000', '152007.670000', '152007.673000', '152007.675000', '152007.678000', '152007.680000', '152007.683000', '152007.685000', '152007.688000', '152007.691000', '152007.693000', '152007.696000', '152007.699000', '152007.701000', '152007.704000', '152007.706000', '152007.709000', '152007.712000', '152007.714000', '152007.717000', '152007.719000', '152007.722000', '152007.724000', '152007.727000', '152007.730000', '152007.732000', '152007.735000', '152007.737000', '152007.740000', '152007.743000', '152007.745000', '152027.634000', '152027.637000', '152027.639000', '152027.642000', '152027.644000', '152027.647000', '152027.650000', '152027.652000', '152027.655000', '152027.657000', '152027.660000', '152027.662000', '152027.665000', '152027.668000', '152027.670000', '152027.673000', '152027.675000', '152027.678000', '152027.681000', '152027.683000', '152027.686000', '152027.688000', '152027.691000', '152027.693000', '152027.696000', '152027.699000', '152027.701000', '152027.704000', '152027.706000', '152027.716000', '152027.719000', '152027.721000', '152027.724000', '152027.727000', '152027.729000', '152027.732000', '152027.734000', '152027.737000', '152027.740000', '152027.742000', '152027.745000', '152027.748000', '152027.750000', '152047.634000', '152047.637000', '152047.639000', '152047.642000', '152047.644000', '152047.647000', '152047.650000', '152047.652000', '152047.655000', '152047.657000', '152047.660000', '152047.663000', '152047.665000', '152047.668000', '152047.670000', '152047.673000', '152047.676000', '152047.678000', '152047.681000', '152047.683000', '152047.686000', '152047.688000', '152047.691000', '152047.693000', '152047.696000', '152047.699000', '152047.701000', '152047.704000', '152047.706000', '152047.709000', '152047.711000', '152047.714000', '152047.717000', '152047.720000', '152047.723000', '152047.725000', '152047.728000', '152047.730000', '152047.733000', '152047.735000', '152047.738000', '152047.741000', '152047.743000', '152047.746000', '152107.633000', '152107.635000', '152107.638000', '152107.641000', '152107.643000', '152107.646000', '152107.648000', '152107.651000', '152107.653000', '152107.656000', '152107.658000', '152107.661000', '152107.664000', '152107.666000', '152107.669000', '152107.671000', '152107.674000', '152107.677000', '152107.679000', '152107.682000', '152107.684000', '152107.687000', '152107.689000', '152107.692000', '152107.695000', '152107.697000', '152107.715000', '152107.717000', '152107.720000', '152107.722000', '152107.725000', '152107.728000', '152107.730000', '152107.733000', '152107.736000', '152107.738000', '152107.741000', '152107.743000', '152107.746000', '152107.748000', '152107.751000', '152107.754000', '152107.757000', '152127.634000', '152127.636000', '152127.639000', '152127.642000', '152127.644000', '152127.647000', '152127.650000', '152127.652000', '152127.655000', '152127.657000', '152127.660000', '152127.663000', '152127.665000', '152127.668000', '152127.670000', '152127.673000', '152127.675000', '152127.678000', '152127.681000', '152127.683000', '152127.686000', '152127.688000', '152127.691000', '152127.693000', '152127.696000', '152127.699000', '152127.701000', '152127.704000', '152127.706000', '152127.709000', '152127.711000', '152127.714000', '152127.717000', '152127.719000', '152127.722000', '152127.724000', '152127.727000', '152127.729000', '152127.732000', '152127.734000', '152127.737000', '152127.739000', '152127.742000', '152127.745000', '152147.634000', '152147.636000', '152147.639000', '152147.642000', '152147.644000', '152147.647000', '152147.649000', '152147.652000', '152147.655000', '152147.657000', '152147.660000', '152147.662000', '152147.665000', '152147.668000', '152147.670000', '152147.673000', '152147.676000', '152147.678000', '152147.681000', '152147.683000', '152147.686000', '152147.689000', '152147.691000', '152147.694000', '152147.697000', '152147.699000', '152147.702000', '152147.704000', '152147.707000', '152147.710000', '152147.712000', '152147.715000', '152147.717000', '152147.720000', '152147.722000', '152147.725000', '152147.728000', '152147.730000', '152147.733000', '152147.735000', '152147.738000', '152147.741000', '152147.743000', '152207.634000', '152207.637000', '152207.639000', '152207.642000', '152207.644000', '152207.647000', '152207.650000', '152207.652000', '152207.655000', '152207.657000', '152207.660000', '152207.663000', '152207.665000', '152207.668000', '152207.671000', '152207.673000', '152207.676000', '152207.678000', '152207.681000', '152207.684000', '152207.686000', '152207.689000', '152207.691000', '152207.694000', '152207.697000', '152207.699000', '152207.702000', '152207.704000', '152207.707000', '152207.709000', '152207.712000', '152207.714000', '152207.717000', '152207.720000', '152207.722000', '152207.725000', '152207.727000', '152207.730000', '152207.733000', '152207.735000', '152207.738000', '152207.741000', '152207.743000', '152227.633000', '152227.636000', '152227.639000', '152227.641000', '152227.644000', '152227.647000', '152227.649000', '152227.652000', '152227.654000', '152227.657000', '152227.660000', '152227.662000', '152227.665000', '152227.668000', '152227.670000', '152227.673000', '152227.675000', '152227.678000', '152227.681000', '152227.683000', '152227.686000', '152227.688000', '152227.691000', '152227.694000', '152227.696000', '152227.699000', '152227.702000', '152227.704000', '152227.707000', '152227.709000', '152227.712000', '152227.715000', '152227.717000', '152227.720000', '152227.722000', '152227.725000', '152227.728000', '152227.742000', '152227.744000', '152227.747000', '152227.749000', '152227.752000', '152227.755000', '152227.757000', '152247.634000', '152247.636000', '152247.639000', '152247.642000', '152247.644000', '152247.647000', '152247.649000', '152247.652000', '152247.655000', '152247.657000', '152247.660000', '152247.663000', '152247.665000', '152247.668000', '152247.670000', '152247.673000', '152247.676000', '152247.678000', '152247.681000', '152247.683000', '152247.686000', '152247.689000', '152247.691000', '152247.694000', '152247.696000', '152247.699000', '152247.702000', '152247.712000', '152247.714000', '152247.717000', '152247.720000', '152247.722000', '152247.725000', '152247.727000', '152247.730000', '152247.733000', '152247.736000', '152247.738000', '152247.741000', '152247.744000', '152247.746000', '152247.749000', '152247.751000', '152247.754000', '152307.634000', '152307.637000', '152307.639000', '152307.642000', '152307.649000', '152307.652000', '152307.655000', '152307.657000', '152307.660000', '152307.663000', '152307.665000', '152307.668000', '152307.670000', '152307.673000', '152307.676000', '152307.678000', '152307.681000', '152307.683000', '152307.686000', '152307.689000', '152307.691000', '152307.694000', '152307.696000', '152307.699000', '152307.702000', '152307.704000', '152307.707000', '152307.709000', '152307.712000', '152307.714000', '152307.717000', '152307.720000', '152307.722000', '152307.725000', '152307.728000', '152307.730000', '152307.733000', '152307.736000', '152307.738000', '152307.741000', '152307.744000', '152307.746000', '152307.749000', '152327.633000', '152327.636000', '152327.639000', '152327.642000', '152327.644000', '152327.647000', '152327.650000', '152327.652000', '152327.655000', '152327.659000', '152327.661000', '152327.664000', '152327.667000', '152327.669000', '152327.672000', '152327.675000', '152327.677000', '152327.680000', '152327.683000', '152327.685000', '152327.688000', '152327.691000', '152327.693000', '152327.696000', '152327.698000', '152327.701000', '152327.704000', '152327.706000', '152327.709000', '152327.712000', '152327.714000', '152327.717000', '152327.720000', '152327.722000', '152327.725000', '152327.728000', '152327.730000', '152327.733000', '152327.735000', '152327.738000', '152327.741000', '152327.743000', '152327.746000', '152347.634000', '152347.636000', '152347.639000', '152347.642000', '152347.644000', '152347.647000', '152347.650000', '152347.652000', '152347.655000', '152347.658000', '152347.660000', '152347.663000', '152347.666000', '152347.668000', '152347.671000', '152347.673000', '152347.676000', '152347.679000', '152347.682000', '152347.684000', '152347.687000', '152347.690000', '152347.693000', '152347.695000', '152347.698000', '152347.701000', '152347.703000', '152347.706000', '152347.708000', '152347.711000', '152347.714000', '152347.716000', '152347.719000', '152347.722000', '152347.748000', '152347.751000', '152347.753000', '152347.756000', '152347.759000', '152347.761000', '152347.764000', '152347.766000', '152347.769000', '152347.771000', '152407.634000', '152407.636000', '152407.640000', '152407.642000', '152407.645000', '152407.647000', '152407.650000', '152407.653000', '152407.655000', '152407.658000', '152407.661000', '152407.663000', '152407.666000', '152407.669000', '152407.671000', '152407.674000', '152407.677000', '152407.679000', '152407.682000', '152407.685000', '152407.688000', '152407.690000', '152407.693000', '152407.696000', '152407.698000', '152407.701000', '152407.704000', '152407.707000', '152407.709000', '152407.712000', '152407.715000', '152407.718000', '152407.720000', '152407.725000', '152407.728000', '152407.730000', '152407.733000', '152407.735000', '152407.738000', '152407.741000', '152407.743000', '152407.746000', '152407.748000', '152427.634000', '152427.636000', '152427.639000', '152427.642000', '152427.644000', '152427.647000', '152427.649000', '152427.652000', '152427.654000', '152427.657000', '152427.660000', '152427.662000', '152427.665000', '152427.667000', '152427.670000', '152427.673000', '152427.675000', '152427.678000', '152427.681000', '152427.683000', '152427.686000', '152427.688000', '152427.691000', '152427.693000', '152427.696000', '152427.699000', '152427.701000', '152427.704000', '152427.706000', '152427.709000', '152427.712000', '152427.714000', '152427.717000', '152427.719000', '152427.722000', '152427.725000', '152427.727000', '152427.730000', '152427.732000', '152427.735000', '152427.737000', '152427.740000', '152427.742000', '152427.745000', '152447.634000', '152447.637000', '152447.639000', '152447.642000', '152447.644000', '152447.647000', '152447.650000', '152447.653000', '152447.656000', '152447.659000', '152447.661000', '152447.664000', '152447.667000', '152447.669000', '152447.672000', '152447.674000', '152447.677000', '152447.680000', '152447.682000', '152447.685000', '152447.687000', '152447.690000', '152447.692000', '152447.695000', '152447.699000', '152447.701000', '152447.704000', '152447.706000', '152447.709000', '152447.712000', '152447.714000', '152447.717000', '152447.719000', '152447.722000', '152447.725000', '152447.727000', '152447.730000', '152447.733000', '152447.735000', '152447.738000', '152447.740000', '152447.743000', '152447.746000', '152507.634000', '152507.637000', '152507.639000', '152507.642000', '152507.644000', '152507.647000', '152507.650000', '152507.652000', '152507.655000', '152507.658000', '152507.660000', '152507.663000', '152507.666000', '152507.668000', '152507.671000', '152507.674000', '152507.676000', '152507.679000', '152507.681000', '152507.684000', '152507.687000', '152507.689000', '152507.692000', '152507.695000', '152507.697000', '152507.700000', '152507.702000', '152507.705000', '152507.707000', '152507.710000', '152507.732000', '152507.734000', '152507.737000', '152507.740000', '152507.742000', '152507.745000', '152507.747000', '152507.750000', '152507.753000', '152507.755000', '152507.758000', '152507.760000', '152507.763000', '152507.766000', '152527.634000', '152527.637000', '152527.639000', '152527.642000', '152527.644000', '152527.647000', '152527.650000', '152527.652000', '152527.655000', '152527.657000', '152527.660000', '152527.663000', '152527.665000', '152527.668000', '152527.670000', '152527.674000', '152527.677000', '152527.680000', '152527.682000', '152527.685000', '152527.687000', '152527.690000', '152527.693000', '152527.695000', '152527.698000', '152527.700000', '152527.703000', '152527.706000', '152527.708000', '152527.711000', '152527.713000', '152527.716000', '152527.719000', '152527.721000', '152527.724000', '152527.726000', '152527.729000', '152527.731000', '152527.734000', '152527.737000', '152527.739000', '152527.742000', '152527.745000', '152533.640000', '152533.643000', '152533.646000', '152533.649000', '152533.651000', '152533.654000', '152533.657000', '152533.659000', '152533.662000', '152533.665000', '152533.668000', '152533.671000', '152533.674000', '152533.677000'], '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': [12740, 12713, 16716, 15298, 9486, 13523, 9635, 7098, 12027, 9332, 6680, 7587, 9485, 7141, 9142, 9504, 7160, 5662, 10044, 7766, 7517, 10168, 7789, 5903, 9557, 8228, 5923, 7335, 7605, 6152, 6674, 10724, 8140, 5890, 11314, 8247, 7098, 8153, 8536, 7110, 7360, 11149, 8032, 6427, 6049, 10255, 7854, 6038, 5393, 10064, 7880, 6725, 6928, 8374, 7120, 8459, 12785, 9440, 6607, 10392, 8327, 7013, 8353, 8403, 7001, 6319, 11983, 8267, 6042, 7725, 8966, 7547, 6321, 10885, 8279, 7512, 10660, 9661, 7587, 6156, 12631, 9343, 6571, 7552, 9843, 8434, 6863, 10206, 8390, 6753, 9499, 10406, 7315, 6112, 9668, 8015, 7864, 9831, 7579, 5703, 11465, 8796, 6353, 5810, 10132, 8311, 7142, 7435, 8756, 7930, 9891, 11107, 7993, 7169, 11300, 8805, 8262, 10215, 7893, 10003, 10852, 7875, 5911, 10096, 8593, 6585, 9968, 8193, 6476, 11002, 8357, 5819, 9387, 7903, 10516, 10381, 7626, 5697, 10743, 8708, 7148, 10198, 8147, 7021, 12143, 9312, 6995, 5772, 10856, 8984, 7248, 12561, 8593, 7350, 13686, 9569, 6790, 6143, 9942, 8558, 7025, 8317, 8712, 6912, 7451, 12071, 8714, 5862, 7545, 10720, 8174, 5499, 10251, 8430, 7778, 9894, 9321, 7372, 5758, 11338, 8747, 7101, 12027, 8319, 6803, 12224, 9508, 6613, 9681, 8069, 6858, 12194, 8719, 6045, 7896, 9177, 7225, 5449, 9862, 8109, 6909, 12447, 8429, 5612, 11512, 9083, 6439, 11348, 8071, 6487, 11704, 8829, 6128, 8922, 7440, 7307, 9249, 9703, 6907, 5485, 9871, 8253, 6828, 9365, 8372, 6452, 12379, 9542, 8063, 11883, 8205, 5784, 12777, 9606, 6749, 7707, 8869, 7946, 6959, 10068, 8153, 7971, 6687, 11021, 8447, 7334, 9341, 8694, 7307, 7420, 12065, 8692, 6847, 10422, 7920, 8171, 11414, 8609, 5650, 10204, 8528, 6801, 7532, 9063, 7938, 6164, 11034, 8221, 6764, 9025, 8612, 6748, 5613, 10128, 8234, 6921, 11811, 8356, 6375, 12773, 9372, 7306, 7694, 8907, 7193, 8551, 10881, 8275, 6190, 6551, 10098, 7981, 6185, 7058, 9429, 8220, 6991, 6289, 11149, 10967, 7676, 6241, 13148, 9162, 7598, 6289, 9621, 7899, 6946, 10287, 8812, 7096, 5543, 10703, 8830, 6422, 11044, 8254, 6761, 12145, 9237, 6675, 9282, 7822, 7290, 10446, 9113, 7066, 6018, 10486, 8767, 10550, 9953, 7429, 10859, 9446, 8184, 11019, 8124, 7105, 9030, 11807, 9137, 7322, 10321, 7853, 6287, 9356, 8115, 6202, 9743, 7700, 7209, 11037, 7951, 5825, 9256, 7934, 6628, 10072, 8034, 6455, 11446, 8574, 6895, 10721, 8516, 7868, 10897, 8909, 7046, 10897, 12405, 8576, 6309, 9323, 9003, 8710, 7223, 12676, 8647, 6892, 12296, 11338, 7858, 6376, 11696, 8671, 7473, 6914, 10059, 7990, 6089, 12222, 9400, 6704, 6012, 9587, 7933, 7024, 6046, 10518, 8354, 6984, 10436, 10888, 7789, 6449, 12381, 8843, 7966, 12609, 8484, 6355, 11603, 9484, 7151, 5874, 9286, 7878, 6922, 10575, 7594, 6170, 9130, 7834, 9451, 9233, 7090, 6252, 11006, 8297, 5928, 9783, 8611, 7998, 9168, 10377, 8171, 6352, 12387, 9216, 6480, 6424, 8921, 7530, 6452, 12018, 8626, 6536, 5362, 11859, 9281, 7575, 5963, 8075, 9517, 8943, 8038, 6029, 10708, 8540, 8332, 7628, 7928, 7567, 6075, 5818, 5526, 11899, 9023, 7625, 14464, 10676, 8615, 12833, 9859, 8319, 14604, 10132, 15493, 12967, 9201, 13879, 9583, 7063, 10947, 9090, 6835, 10069, 8075, 7151, 9215, 7397, 5929, 8934, 7185, 11297, 9148, 6123, 8474, 8670, 7353, 7406, 9327, 7092, 5754, 10591, 8564, 5849, 10559, 8100, 7361, 11728, 9261, 7213, 5972, 11312, 8988, 7388, 7843, 9189, 7642, 7041, 11616, 8918, 6888, 6136, 11638, 8828, 7597, 11988, 8672, 6663, 13680, 9700, 7632, 7240, 8234, 6881, 6475, 11206, 8303, 6116, 5911, 9245, 8228, 6983, 11824, 8214, 5944, 12522, 9515, 6630, 5774, 9539, 7631, 7512, 13068, 9248, 7089, 7417, 10603, 9630, 7796, 12171, 8776, 6262, 10187, 11196, 8436, 5963, 8701, 9874, 8059, 6646, 9771, 8330, 7482, 8561, 11340, 8588, 6229, 12690, 9660, 7194, 5863, 9864, 8307, 7601, 7485, 10086, 7917, 5600, 7719, 11578, 8349, 6144, 5507, 10916, 8581, 8099, 6495, 11420, 8691, 7556, 11211, 10373, 7895, 6192, 12509, 9537, 7378, 6052, 8721, 8641, 7456, 6986, 12556, 8673, 6378, 8926, 11440, 8825, 6498, 8859, 8897, 8069, 6828, 9537, 8287, 6558, 6250, 12346, 9103, 6118, 5676, 11072, 8907, 7176, 7149, 9583, 8314, 7675, 11196, 9093, 6971, 6913, 12620, 9393, 6777, 5806, 12053, 9160, 6377, 5719, 10343, 8610, 7847, 10178, 9107, 6847, 7292, 12934, 9186, 6464, 6244, 11223, 8995, 6289, 5728, 9955, 8257, 7586, 6359, 10313, 8645, 7748, 7462, 14438, 9692, 6918, 7619, 13673, 10439, 6996, 5910, 10351, 8943, 7430, 5999, 8356, 8626, 7818, 6853, 11433, 8592, 6618, 7047, 10974, 9138, 6768, 6406, 12766, 9708, 6578, 5627, 11360, 8861, 7042, 5896, 10064, 8031, 7592, 11515, 9487, 7429, 5913, 11867, 8987, 6817, 5594, 9192, 9830, 8245, 6164, 8079, 9706, 8905, 7089, 7939, 9311, 8153, 7117, 7173, 10365, 8222, 6173, 8572, 12603, 9085, 6391, 6225, 6093, 9445, 8062, 7774, 8700, 6373, 5518, 8835, 8639, 7626, 7954, 6274, 9152, 8564, 7622, 7117, 6295, 9464, 7823, 6995, 8349, 10846, 8256, 5627, 10633, 11233, 8407, 5967, 6608, 9699, 8628, 6946, 8027, 9029, 7306, 7010, 13510, 10081, 6717, 9458, 9356, 9135, 7176, 12831, 8979, 6101, 9243, 11245, 8280, 5584, 7632, 9033, 8011, 7534, 10916, 8142, 5634, 11125, 9419, 6829, 5422, 9618, 8379, 7372, 5920, 9384, 8277, 7299, 7397, 12824, 9096, 6447, 7809, 14848, 10550, 7831, 5878, 11402, 11151, 7809, 5752, 6272, 9572, 8221, 7266, 6910, 10405, 8572, 7199, 10378, 9904, 7190, 5688, 11529, 9094, 7471, 6158, 10044, 8616, 7553, 6665, 9431, 8351, 6127, 9723, 11261, 8202, 6005, 10413, 8455, 7828, 12780, 8478, 6853, 11838, 9396, 6070, 6316, 8901, 7670, 6740, 7354, 8891, 7143, 5708, 10534, 10683, 7893, 6021, 11717, 9162, 7485, 7678, 9220, 7092, 7481, 12703, 8900, 6185, 6747, 11490, 8852, 5652, 5530, 9807, 8435, 6776, 8918, 8870, 7115, 9733, 11634, 7944, 5500, 10329, 8355, 7807, 6328, 10739, 8334, 7155, 11776, 9697, 6566, 5325, 10376, 8491, 7210, 6809, 9069, 7518, 7154, 8406, 9358, 6972, 6353, 11022, 10123, 7498, 5576, 9257, 11335, 8775, 6653, 11532, 8394, 7069, 11311, 9336, 6379, 5755, 11430, 8938, 7723, 7681, 9264, 7829, 7080, 8683, 9029, 7063, 6190, 11897, 9736, 7524, 6071, 10557, 8861, 7793, 6243, 11094, 8114, 6893, 9930, 9629, 7146, 5949, 9961, 8770, 7141, 5870, 9474, 7358, 6603, 10221, 10032, 7904, 5938, 7484, 10990, 8745, 6019, 5377, 9642, 8213, 7328, 5848, 10795, 8526, 7677, 15509, 10572, 6067, 11171, 8966, 7612, 5945, 10481, 8028, 6342, 7007, 9191, 7123, 6154, 8672, 5696, 7925, 8950, 8763, 15500, 12018, 8819, 8067, 9544, 7641, 6892, 11780, 8182, 6260, 6099, 7862, 9611, 7708, 6912, 11755, 12061, 8448, 6885, 10874, 8600, 7616, 8382, 9308, 7326, 6638, 8268, 10181, 7882, 6576, 6763, 6577, 7821, 6607, 6259, 6080, 13857, 10125, 8299, 13018, 10771, 8685, 7979, 14260, 10596, 8893, 14700, 14299, 12190, 8612, 13976, 9649, 7452, 11325, 8430, 7203, 10945, 7943, 5377, 10620, 8885, 6203, 8819, 8794, 6400, 6069, 10417, 8287, 5534, 6312, 8374, 7116, 6440, 10312, 7413, 5412, 11620, 9288, 6125, 6583, 8529, 7178, 6982, 10498, 8470, 6104, 5813, 11314, 8806, 5869, 7127, 9282, 8454, 8245, 13641, 9363, 6396, 10926, 9224, 7699, 6147, 9941, 7500, 6826, 10362, 8862, 6150, 5453, 11251, 8891, 6652, 10796, 7756, 6613, 11115, 7730, 5557, 9418, 8227, 7376, 6000, 9676, 7556, 6449, 10655, 9489, 7147, 5614, 11011, 8958, 7151, 9908, 8574, 6666, 6995, 11412, 8221, 6179, 6236, 11255, 8819, 5765, 11582, 7501, 6903, 12967, 9827, 6268, 5753, 9827, 8530, 6546, 9312, 8161, 5591, 9988, 8995, 6083, 6075, 8493, 7062, 6136, 9323, 7307, 5691, 11533, 9133, 6364, 6702, 8388, 6979, 6637, 9295, 8613, 6594, 6317, 12300, 9421, 6322, 5729, 11933, 8760, 7710, 6885, 11208, 8575, 7989, 14908, 10570, 6528, 7208, 10889, 8528, 6090, 5740, 9444, 8299, 7596, 6095, 11039, 8406, 7269, 12068, 9762, 7167, 6055, 11436, 9163, 7168, 9534, 8598, 6435, 8363, 10351, 7535, 5578, 7797, 9286, 7623, 5494, 8833, 8465, 8519, 6485, 11655, 8680, 7434, 9025, 12526, 8949, 6559, 7614, 11541, 9518, 6345, 10109, 8911, 7614, 7283, 10876, 8184, 5661, 10384, 8979, 8056, 6960, 10791, 7929, 6034, 5464, 11731, 9186, 6594, 7461, 8805, 7887, 12864, 9916, 6332, 5680, 11706, 8559, 11223, 10687, 8629, 12925, 10073, 6798, 6320, 9608, 8504, 7784, 14771, 11006, 7405, 9109, 10258, 8232, 11682, 10151, 6327, 8736, 8741, 7289, 10476, 9439, 6315, 7153, 9165, 7087, 10397, 9118, 5903, 8949, 8629, 6951, 7507, 8664, 6193, 6775, 9266, 7174, 5521, 8873, 8317, 6898, 5953, 9647, 7733, 6762, 10745, 9480, 6462, 5491, 11409, 9201, 7432, 11175, 8357, 7015, 13661, 9571, 6133, 5749, 11057, 8853, 6522, 5855, 9941, 8018, 6678, 8389, 11051, 8051, 6188, 13352, 10137, 8570, 10789, 9189, 6883, 8280, 13012, 9254, 6111, 10927, 8237, 7171, 7806, 9594, 7266, 5782, 9946, 8050, 5772, 10659, 7766, 6553, 9594, 9434, 6979, 5605, 11083, 8819, 7210, 5769, 10184, 8574, 7770, 7273, 10480, 9025, 6937, 6548], 'WindowCenter': [3643.0, 3626.0, 3624.0, 3609.0, 3574.0, 3584.0, 3573.0, 3528.0, 3581.0, 3559.0, 3528.0, 3539.0, 3559.0, 3539.0, 3561.0, 3572.0, 3541.0, 3520.0, 3573.0, 3553.0, 3555.0, 3600.0, 3568.0, 3523.0, 3576.0, 3564.0, 3535.0, 3567.0, 3568.0, 3547.0, 3558.0, 3614.0, 3580.0, 3550.0, 3612.0, 3580.0, 3569.0, 3579.0, 3590.0, 3569.0, 3569.0, 3613.0, 3580.0, 3559.0, 3548.0, 3601.0, 3580.0, 3549.0, 3538.0, 3602.0, 3581.0, 3571.0, 3582.0, 3592.0, 3571.0, 3592.0, 3624.0, 3602.0, 3559.0, 3601.0, 3579.0, 3569.0, 3592.0, 3592.0, 3570.0, 3561.0, 3624.0, 3593.0, 3559.0, 3581.0, 3603.0, 3580.0, 3560.0, 3612.0, 3590.0, 3569.0, 3600.0, 3589.0, 3580.0, 3549.0, 3612.0, 3589.0, 3558.0, 3568.0, 3588.0, 3579.0, 3557.0, 3599.0, 3577.0, 3556.0, 3589.0, 3600.0, 3568.0, 3546.0, 3587.0, 3577.0, 3578.0, 3589.0, 3567.0, 3536.0, 3610.0, 3590.0, 3560.0, 3550.0, 3612.0, 3593.0, 3571.0, 3581.0, 3590.0, 3580.0, 3602.0, 3612.0, 3581.0, 3569.0, 3602.0, 3590.0, 3578.0, 3589.0, 3578.0, 3589.0, 3599.0, 3578.0, 3535.0, 3588.0, 3577.0, 3557.0, 3600.0, 3577.0, 3546.0, 3599.0, 3579.0, 3535.0, 3589.0, 3579.0, 3599.0, 3600.0, 3567.0, 3534.0, 3598.0, 3579.0, 3557.0, 3600.0, 3578.0, 3567.0, 3611.0, 3589.0, 3569.0, 3536.0, 3600.0, 3589.0, 3568.0, 3610.0, 3577.0, 3566.0, 3610.0, 3587.0, 3556.0, 3533.0, 3586.0, 3576.0, 3555.0, 3578.0, 3578.0, 3556.0, 3567.0, 3611.0, 3578.0, 3535.0, 3567.0, 3599.0, 3578.0, 3536.0, 3600.0, 3578.0, 3578.0, 3600.0, 3590.0, 3568.0, 3547.0, 3611.0, 3590.0, 3569.0, 3611.0, 3576.0, 3555.0, 3600.0, 3588.0, 3556.0, 3588.0, 3566.0, 3544.0, 3599.0, 3577.0, 3546.0, 3578.0, 3589.0, 3567.0, 3525.0, 3587.0, 3577.0, 3556.0, 3610.0, 3579.0, 3535.0, 3611.0, 3589.0, 3546.0, 3600.0, 3567.0, 3546.0, 3598.0, 3588.0, 3547.0, 3589.0, 3566.0, 3567.0, 3590.0, 3589.0, 3568.0, 3536.0, 3600.0, 3591.0, 3570.0, 3602.0, 3591.0, 3558.0, 3611.0, 3590.0, 3580.0, 3611.0, 3578.0, 3535.0, 3610.0, 3590.0, 3557.0, 3567.0, 3577.0, 3578.0, 3568.0, 3589.0, 3577.0, 3579.0, 3558.0, 3600.0, 3580.0, 3569.0, 3590.0, 3589.0, 3568.0, 3567.0, 3599.0, 3578.0, 3556.0, 3589.0, 3566.0, 3576.0, 3597.0, 3576.0, 3534.0, 3586.0, 3577.0, 3555.0, 3565.0, 3576.0, 3567.0, 3545.0, 3599.0, 3577.0, 3557.0, 3589.0, 3578.0, 3557.0, 3536.0, 3600.0, 3579.0, 3569.0, 3611.0, 3579.0, 3547.0, 3611.0, 3590.0, 3568.0, 3567.0, 3578.0, 3557.0, 3578.0, 3601.0, 3579.0, 3548.0, 3559.0, 3613.0, 3590.0, 3559.0, 3570.0, 3602.0, 3591.0, 3569.0, 3559.0, 3612.0, 3612.0, 3581.0, 3559.0, 3624.0, 3602.0, 3582.0, 3559.0, 3600.0, 3578.0, 3570.0, 3602.0, 3590.0, 3570.0, 3537.0, 3601.0, 3593.0, 3559.0, 3612.0, 3580.0, 3557.0, 3611.0, 3590.0, 3557.0, 3589.0, 3567.0, 3567.0, 3599.0, 3589.0, 3568.0, 3546.0, 3599.0, 3578.0, 3599.0, 3588.0, 3556.0, 3587.0, 3576.0, 3566.0, 3599.0, 3565.0, 3555.0, 3577.0, 3598.0, 3588.0, 3569.0, 3601.0, 3578.0, 3546.0, 3589.0, 3579.0, 3547.0, 3589.0, 3579.0, 3567.0, 3600.0, 3579.0, 3535.0, 3589.0, 3579.0, 3558.0, 3600.0, 3580.0, 3558.0, 3612.0, 3590.0, 3568.0, 3600.0, 3589.0, 3579.0, 3599.0, 3588.0, 3556.0, 3597.0, 3609.0, 3576.0, 3556.0, 3587.0, 3576.0, 3576.0, 3556.0, 3610.0, 3576.0, 3554.0, 3597.0, 3597.0, 3566.0, 3544.0, 3596.0, 3575.0, 3567.0, 3555.0, 3586.0, 3564.0, 3531.0, 3596.0, 3573.0, 3543.0, 3533.0, 3586.0, 3565.0, 3555.0, 3534.0, 3587.0, 3565.0, 3555.0, 3587.0, 3597.0, 3566.0, 3544.0, 3597.0, 3576.0, 3565.0, 3596.0, 3564.0, 3532.0, 3585.0, 3574.0, 3553.0, 3522.0, 3574.0, 3564.0, 3555.0, 3597.0, 3565.0, 3533.0, 3586.0, 3566.0, 3587.0, 3588.0, 3556.0, 3546.0, 3600.0, 3578.0, 3548.0, 3600.0, 3578.0, 3579.0, 3591.0, 3601.0, 3591.0, 3558.0, 3611.0, 3589.0, 3558.0, 3546.0, 3589.0, 3579.0, 3546.0, 3623.0, 3590.0, 3559.0, 3539.0, 3611.0, 3589.0, 3568.0, 3547.0, 3581.0, 3591.0, 3590.0, 3580.0, 3547.0, 3599.0, 3577.0, 3576.0, 3566.0, 3567.0, 3567.0, 3546.0, 3536.0, 3537.0, 3625.0, 3589.0, 3566.0, 3621.0, 3599.0, 3578.0, 3612.0, 3589.0, 3577.0, 3609.0, 3574.0, 3594.0, 3570.0, 3547.0, 3579.0, 3546.0, 3525.0, 3557.0, 3546.0, 3515.0, 3557.0, 3537.0, 3526.0, 3557.0, 3537.0, 3516.0, 3559.0, 3540.0, 3581.0, 3571.0, 3531.0, 3562.0, 3562.0, 3553.0, 3554.0, 3575.0, 3554.0, 3534.0, 3598.0, 3577.0, 3535.0, 3599.0, 3577.0, 3567.0, 3610.0, 3588.0, 3567.0, 3545.0, 3598.0, 3588.0, 3568.0, 3577.0, 3587.0, 3566.0, 3556.0, 3599.0, 3588.0, 3556.0, 3546.0, 3598.0, 3577.0, 3566.0, 3598.0, 3577.0, 3544.0, 3607.0, 3576.0, 3565.0, 3554.0, 3576.0, 3556.0, 3546.0, 3599.0, 3577.0, 3546.0, 3535.0, 3588.0, 3579.0, 3568.0, 3612.0, 3580.0, 3547.0, 3611.0, 3589.0, 3558.0, 3548.0, 3589.0, 3568.0, 3568.0, 3622.0, 3590.0, 3569.0, 3567.0, 3599.0, 3589.0, 3567.0, 3609.0, 3577.0, 3545.0, 3588.0, 3599.0, 3592.0, 3546.0, 3578.0, 3600.0, 3579.0, 3557.0, 3601.0, 3579.0, 3568.0, 3588.0, 3600.0, 3576.0, 3534.0, 3611.0, 3588.0, 3567.0, 3548.0, 3588.0, 3577.0, 3566.0, 3567.0, 3589.0, 3566.0, 3534.0, 3567.0, 3611.0, 3577.0, 3548.0, 3537.0, 3601.0, 3590.0, 3580.0, 3558.0, 3611.0, 3577.0, 3567.0, 3600.0, 3589.0, 3567.0, 3548.0, 3611.0, 3589.0, 3568.0, 3546.0, 3578.0, 3577.0, 3567.0, 3556.0, 3611.0, 3578.0, 3545.0, 3578.0, 3599.0, 3578.0, 3546.0, 3576.0, 3576.0, 3566.0, 3556.0, 3588.0, 3577.0, 3546.0, 3557.0, 3612.0, 3588.0, 3547.0, 3549.0, 3613.0, 3591.0, 3558.0, 3555.0, 3589.0, 3578.0, 3568.0, 3599.0, 3578.0, 3557.0, 3557.0, 3609.0, 3588.0, 3556.0, 3534.0, 3610.0, 3589.0, 3548.0, 3534.0, 3588.0, 3579.0, 3578.0, 3599.0, 3577.0, 3545.0, 3566.0, 3610.0, 3588.0, 3545.0, 3545.0, 3599.0, 3589.0, 3559.0, 3537.0, 3588.0, 3579.0, 3569.0, 3557.0, 3600.0, 3578.0, 3568.0, 3567.0, 3622.0, 3589.0, 3556.0, 3567.0, 3610.0, 3598.0, 3556.0, 3534.0, 3588.0, 3588.0, 3568.0, 3547.0, 3578.0, 3577.0, 3567.0, 3557.0, 3610.0, 3578.0, 3557.0, 3557.0, 3599.0, 3588.0, 3545.0, 3546.0, 3611.0, 3589.0, 3558.0, 3536.0, 3600.0, 3590.0, 3568.0, 3537.0, 3590.0, 3578.0, 3569.0, 3611.0, 3590.0, 3568.0, 3535.0, 3600.0, 3590.0, 3558.0, 3536.0, 3588.0, 3589.0, 3579.0, 3547.0, 3567.0, 3588.0, 3588.0, 3556.0, 3567.0, 3577.0, 3566.0, 3556.0, 3557.0, 3589.0, 3578.0, 3535.0, 3578.0, 3611.0, 3591.0, 3548.0, 3547.0, 3547.0, 3589.0, 3578.0, 3580.0, 3590.0, 3547.0, 3537.0, 3588.0, 3579.0, 3569.0, 3567.0, 3546.0, 3589.0, 3577.0, 3566.0, 3556.0, 3547.0, 3589.0, 3567.0, 3558.0, 3579.0, 3601.0, 3580.0, 3536.0, 3600.0, 3599.0, 3579.0, 3548.0, 3556.0, 3589.0, 3579.0, 3557.0, 3580.0, 3590.0, 3568.0, 3558.0, 3612.0, 3600.0, 3558.0, 3588.0, 3587.0, 3589.0, 3557.0, 3610.0, 3578.0, 3534.0, 3576.0, 3599.0, 3578.0, 3526.0, 3568.0, 3588.0, 3579.0, 3566.0, 3600.0, 3567.0, 3535.0, 3599.0, 3589.0, 3558.0, 3536.0, 3589.0, 3579.0, 3569.0, 3549.0, 3591.0, 3580.0, 3569.0, 3569.0, 3624.0, 3592.0, 3559.0, 3569.0, 3623.0, 3600.0, 3569.0, 3536.0, 3600.0, 3600.0, 3568.0, 3536.0, 3546.0, 3588.0, 3577.0, 3567.0, 3558.0, 3600.0, 3577.0, 3557.0, 3589.0, 3589.0, 3557.0, 3535.0, 3600.0, 3578.0, 3568.0, 3547.0, 3589.0, 3578.0, 3568.0, 3557.0, 3591.0, 3579.0, 3548.0, 3590.0, 3612.0, 3579.0, 3547.0, 3600.0, 3578.0, 3567.0, 3611.0, 3578.0, 3544.0, 3597.0, 3577.0, 3546.0, 3546.0, 3589.0, 3567.0, 3556.0, 3569.0, 3591.0, 3569.0, 3537.0, 3600.0, 3601.0, 3579.0, 3547.0, 3610.0, 3590.0, 3568.0, 3568.0, 3589.0, 3556.0, 3567.0, 3611.0, 3588.0, 3547.0, 3557.0, 3611.0, 3590.0, 3538.0, 3525.0, 3600.0, 3580.0, 3559.0, 3590.0, 3590.0, 3569.0, 3589.0, 3598.0, 3579.0, 3526.0, 3599.0, 3577.0, 3569.0, 3558.0, 3612.0, 3579.0, 3569.0, 3612.0, 3590.0, 3558.0, 3537.0, 3601.0, 3590.0, 3569.0, 3570.0, 3591.0, 3568.0, 3569.0, 3580.0, 3591.0, 3570.0, 3558.0, 3602.0, 3601.0, 3569.0, 3537.0, 3590.0, 3612.0, 3591.0, 3559.0, 3601.0, 3578.0, 3569.0, 3601.0, 3589.0, 3559.0, 3536.0, 3599.0, 3590.0, 3569.0, 3568.0, 3589.0, 3567.0, 3556.0, 3579.0, 3589.0, 3557.0, 3546.0, 3612.0, 3589.0, 3568.0, 3545.0, 3588.0, 3578.0, 3567.0, 3546.0, 3600.0, 3578.0, 3557.0, 3590.0, 3589.0, 3557.0, 3547.0, 3589.0, 3579.0, 3557.0, 3537.0, 3590.0, 3567.0, 3558.0, 3601.0, 3601.0, 3579.0, 3548.0, 3568.0, 3600.0, 3590.0, 3548.0, 3537.0, 3601.0, 3591.0, 3570.0, 3549.0, 3612.0, 3591.0, 3569.0, 3623.0, 3601.0, 3547.0, 3599.0, 3577.0, 3567.0, 3546.0, 3600.0, 3567.0, 3547.0, 3569.0, 3590.0, 3569.0, 3549.0, 3591.0, 3537.0, 3579.0, 3589.0, 3578.0, 3620.0, 3610.0, 3578.0, 3578.0, 3589.0, 3567.0, 3558.0, 3613.0, 3592.0, 3560.0, 3562.0, 3593.0, 3616.0, 3582.0, 3571.0, 3614.0, 3613.0, 3581.0, 3569.0, 3600.0, 3578.0, 3568.0, 3578.0, 3589.0, 3567.0, 3557.0, 3579.0, 3601.0, 3578.0, 3559.0, 3559.0, 3572.0, 3582.0, 3570.0, 3560.0, 3548.0, 3622.0, 3588.0, 3578.0, 3610.0, 3599.0, 3579.0, 3579.0, 3623.0, 3600.0, 3578.0, 3608.0, 3595.0, 3583.0, 3548.0, 3581.0, 3559.0, 3527.0, 3569.0, 3536.0, 3526.0, 3569.0, 3549.0, 3494.0, 3569.0, 3548.0, 3517.0, 3559.0, 3560.0, 3529.0, 3518.0, 3584.0, 3562.0, 3521.0, 3543.0, 3563.0, 3554.0, 3544.0, 3588.0, 3567.0, 3524.0, 3599.0, 3589.0, 3547.0, 3558.0, 3578.0, 3568.0, 3569.0, 3601.0, 3591.0, 3548.0, 3548.0, 3613.0, 3602.0, 3550.0, 3570.0, 3602.0, 3592.0, 3591.0, 3624.0, 3591.0, 3558.0, 3600.0, 3590.0, 3581.0, 3548.0, 3599.0, 3568.0, 3558.0, 3601.0, 3590.0, 3548.0, 3536.0, 3612.0, 3591.0, 3559.0, 3601.0, 3579.0, 3570.0, 3612.0, 3580.0, 3537.0, 3589.0, 3579.0, 3569.0, 3548.0, 3601.0, 3567.0, 3558.0, 3601.0, 3601.0, 3570.0, 3537.0, 3600.0, 3590.0, 3568.0, 3600.0, 3578.0, 3557.0, 3568.0, 3612.0, 3590.0, 3547.0, 3547.0, 3612.0, 3590.0, 3548.0, 3612.0, 3568.0, 3568.0, 3622.0, 3600.0, 3558.0, 3535.0, 3600.0, 3579.0, 3547.0, 3589.0, 3578.0, 3537.0, 3600.0, 3590.0, 3548.0, 3548.0, 3590.0, 3569.0, 3560.0, 3602.0, 3581.0, 3549.0, 3613.0, 3602.0, 3560.0, 3570.0, 3591.0, 3570.0, 3570.0, 3603.0, 3592.0, 3570.0, 3560.0, 3625.0, 3603.0, 3560.0, 3549.0, 3613.0, 3592.0, 3582.0, 3570.0, 3612.0, 3590.0, 3579.0, 3622.0, 3599.0, 3546.0, 3566.0, 3599.0, 3589.0, 3547.0, 3536.0, 3600.0, 3579.0, 3579.0, 3547.0, 3600.0, 3578.0, 3569.0, 3611.0, 3600.0, 3569.0, 3546.0, 3599.0, 3589.0, 3557.0, 3588.0, 3577.0, 3546.0, 3578.0, 3599.0, 3578.0, 3537.0, 3579.0, 3590.0, 3579.0, 3538.0, 3589.0, 3580.0, 3591.0, 3559.0, 3612.0, 3590.0, 3568.0, 3591.0, 3612.0, 3590.0, 3558.0, 3568.0, 3611.0, 3589.0, 3558.0, 3600.0, 3588.0, 3579.0, 3568.0, 3600.0, 3578.0, 3536.0, 3588.0, 3576.0, 3578.0, 3557.0, 3600.0, 3579.0, 3547.0, 3536.0, 3612.0, 3602.0, 3570.0, 3581.0, 3590.0, 3579.0, 3624.0, 3615.0, 3560.0, 3549.0, 3612.0, 3579.0, 3597.0, 3587.0, 3576.0, 3598.0, 3588.0, 3557.0, 3557.0, 3589.0, 3577.0, 3566.0, 3609.0, 3586.0, 3553.0, 3563.0, 3574.0, 3563.0, 3584.0, 3574.0, 3543.0, 3563.0, 3563.0, 3553.0, 3584.0, 3574.0, 3543.0, 3554.0, 3575.0, 3555.0, 3587.0, 3576.0, 3534.0, 3576.0, 3577.0, 3556.0, 3556.0, 3577.0, 3546.0, 3557.0, 3590.0, 3569.0, 3538.0, 3590.0, 3592.0, 3571.0, 3560.0, 3603.0, 3581.0, 3570.0, 3614.0, 3602.0, 3560.0, 3538.0, 3613.0, 3602.0, 3570.0, 3612.0, 3579.0, 3568.0, 3622.0, 3601.0, 3548.0, 3536.0, 3610.0, 3590.0, 3559.0, 3549.0, 3602.0, 3580.0, 3570.0, 3592.0, 3613.0, 3582.0, 3560.0, 3624.0, 3602.0, 3591.0, 3602.0, 3589.0, 3557.0, 3578.0, 3611.0, 3589.0, 3547.0, 3600.0, 3578.0, 3567.0, 3568.0, 3588.0, 3568.0, 3535.0, 3589.0, 3579.0, 3537.0, 3601.0, 3580.0, 3559.0, 3601.0, 3591.0, 3570.0, 3548.0, 3612.0, 3591.0, 3570.0, 3549.0, 3601.0, 3591.0, 3581.0, 3581.0, 3613.0, 3592.0, 3570.0, 3558.0], 'WindowWidth': [8221.0, 8185.0, 8181.0, 8146.0, 8091.0, 8105.0, 8088.0, 8020.0, 8095.0, 8063.0, 8022.0, 8037.0, 8063.0, 8038.0, 8070.0, 8087.0, 8045.0, 8014.0, 8087.0, 8062.0, 8069.0, 8137.0, 8089.0, 8023.0, 8096.0, 8077.0, 8044.0, 8088.0, 8090.0, 8065.0, 8080.0, 8164.0, 8112.0, 8074.0, 8155.0, 8111.0, 8096.0, 8109.0, 8123.0, 8095.0, 8096.0, 8159.0, 8111.0, 8082.0, 8066.0, 8142.0, 8111.0, 8069.0, 8054.0, 8143.0, 8116.0, 8102.0, 8118.0, 8131.0, 8101.0, 8129.0, 8176.0, 8143.0, 8081.0, 8140.0, 8109.0, 8094.0, 8130.0, 8132.0, 8100.0, 8091.0, 8178.0, 8135.0, 8085.0, 8116.0, 8149.0, 8114.0, 8087.0, 8158.0, 8126.0, 8096.0, 8139.0, 8123.0, 8113.0, 8069.0, 8157.0, 8122.0, 8082.0, 8091.0, 8119.0, 8107.0, 8076.0, 8135.0, 8101.0, 8072.0, 8119.0, 8137.0, 8092.0, 8061.0, 8115.0, 8103.0, 8105.0, 8121.0, 8089.0, 8050.0, 8152.0, 8125.0, 8086.0, 8075.0, 8158.0, 8135.0, 8104.0, 8116.0, 8126.0, 8113.0, 8144.0, 8158.0, 8115.0, 8095.0, 8143.0, 8124.0, 8106.0, 8120.0, 8105.0, 8120.0, 8134.0, 8106.0, 8043.0, 8119.0, 8104.0, 8077.0, 8137.0, 8104.0, 8060.0, 8135.0, 8107.0, 8045.0, 8121.0, 8106.0, 8135.0, 8137.0, 8090.0, 8042.0, 8131.0, 8107.0, 8077.0, 8136.0, 8104.0, 8091.0, 8155.0, 8122.0, 8095.0, 8047.0, 8137.0, 8122.0, 8092.0, 8151.0, 8102.0, 8085.0, 8151.0, 8115.0, 8073.0, 8040.0, 8112.0, 8099.0, 8071.0, 8105.0, 8103.0, 8074.0, 8090.0, 8153.0, 8106.0, 8045.0, 8089.0, 8134.0, 8105.0, 8049.0, 8137.0, 8106.0, 8107.0, 8136.0, 8124.0, 8094.0, 8065.0, 8154.0, 8126.0, 8095.0, 8153.0, 8099.0, 8071.0, 8137.0, 8117.0, 8072.0, 8119.0, 8085.0, 8054.0, 8134.0, 8102.0, 8062.0, 8104.0, 8120.0, 8090.0, 8032.0, 8118.0, 8103.0, 8075.0, 8153.0, 8108.0, 8047.0, 8153.0, 8122.0, 8061.0, 8137.0, 8089.0, 8059.0, 8132.0, 8119.0, 8063.0, 8120.0, 8087.0, 8091.0, 8125.0, 8122.0, 8094.0, 8050.0, 8138.0, 8127.0, 8100.0, 8143.0, 8128.0, 8080.0, 8154.0, 8125.0, 8110.0, 8154.0, 8106.0, 8046.0, 8153.0, 8124.0, 8078.0, 8088.0, 8101.0, 8105.0, 8092.0, 8121.0, 8102.0, 8108.0, 8079.0, 8140.0, 8111.0, 8096.0, 8125.0, 8123.0, 8093.0, 8089.0, 8134.0, 8105.0, 8072.0, 8119.0, 8086.0, 8097.0, 8129.0, 8100.0, 8040.0, 8112.0, 8100.0, 8070.0, 8084.0, 8099.0, 8088.0, 8058.0, 8136.0, 8103.0, 8075.0, 8119.0, 8104.0, 8078.0, 8047.0, 8136.0, 8110.0, 8095.0, 8155.0, 8108.0, 8065.0, 8153.0, 8122.0, 8092.0, 8089.0, 8104.0, 8076.0, 8105.0, 8139.0, 8106.0, 8068.0, 8083.0, 8160.0, 8128.0, 8087.0, 8098.0, 8144.0, 8129.0, 8099.0, 8085.0, 8159.0, 8159.0, 8117.0, 8083.0, 8176.0, 8145.0, 8116.0, 8082.0, 8139.0, 8106.0, 8096.0, 8141.0, 8124.0, 8096.0, 8052.0, 8141.0, 8131.0, 8082.0, 8156.0, 8110.0, 8074.0, 8152.0, 8124.0, 8076.0, 8120.0, 8087.0, 8089.0, 8134.0, 8120.0, 8092.0, 8060.0, 8133.0, 8104.0, 8133.0, 8117.0, 8072.0, 8114.0, 8097.0, 8083.0, 8135.0, 8083.0, 8069.0, 8100.0, 8131.0, 8118.0, 8096.0, 8140.0, 8104.0, 8061.0, 8120.0, 8109.0, 8063.0, 8121.0, 8108.0, 8091.0, 8139.0, 8108.0, 8047.0, 8121.0, 8109.0, 8081.0, 8139.0, 8111.0, 8080.0, 8156.0, 8123.0, 8092.0, 8137.0, 8120.0, 8106.0, 8134.0, 8119.0, 8072.0, 8127.0, 8149.0, 8099.0, 8075.0, 8116.0, 8100.0, 8099.0, 8071.0, 8152.0, 8098.0, 8065.0, 8127.0, 8127.0, 8086.0, 8054.0, 8124.0, 8094.0, 8086.0, 8068.0, 8111.0, 8079.0, 8031.0, 8124.0, 8090.0, 8050.0, 8038.0, 8111.0, 8083.0, 8071.0, 8040.0, 8114.0, 8080.0, 8068.0, 8113.0, 8127.0, 8083.0, 8054.0, 8129.0, 8098.0, 8080.0, 8126.0, 8078.0, 8035.0, 8106.0, 8091.0, 8063.0, 8021.0, 8093.0, 8080.0, 8069.0, 8128.0, 8084.0, 8039.0, 8112.0, 8086.0, 8115.0, 8116.0, 8073.0, 8060.0, 8136.0, 8107.0, 8068.0, 8137.0, 8103.0, 8106.0, 8128.0, 8140.0, 8127.0, 8079.0, 8153.0, 8121.0, 8079.0, 8062.0, 8121.0, 8108.0, 8062.0, 8173.0, 8122.0, 8084.0, 8058.0, 8151.0, 8117.0, 8091.0, 8062.0, 8114.0, 8127.0, 8124.0, 8110.0, 8065.0, 8135.0, 8099.0, 8099.0, 8085.0, 8086.0, 8089.0, 8060.0, 8048.0, 8052.0, 8181.0, 8121.0, 8087.0, 8168.0, 8134.0, 8105.0, 8157.0, 8121.0, 8101.0, 8149.0, 8091.0, 8118.0, 8079.0, 8041.0, 8090.0, 8039.0, 8008.0, 8055.0, 8039.0, 7998.0, 8055.0, 8029.0, 8012.0, 8057.0, 8030.0, 8002.0, 8061.0, 8039.0, 8096.0, 8083.0, 8030.0, 8071.0, 8074.0, 8063.0, 8066.0, 8094.0, 8068.0, 8040.0, 8130.0, 8102.0, 8045.0, 8132.0, 8101.0, 8089.0, 8149.0, 8118.0, 8090.0, 8057.0, 8132.0, 8119.0, 8090.0, 8103.0, 8115.0, 8087.0, 8073.0, 8135.0, 8118.0, 8075.0, 8059.0, 8129.0, 8101.0, 8084.0, 8129.0, 8099.0, 8052.0, 8142.0, 8096.0, 8081.0, 8068.0, 8099.0, 8072.0, 8060.0, 8135.0, 8101.0, 8063.0, 8044.0, 8118.0, 8107.0, 8093.0, 8156.0, 8109.0, 8064.0, 8153.0, 8121.0, 8082.0, 8067.0, 8121.0, 8092.0, 8093.0, 8172.0, 8123.0, 8095.0, 8089.0, 8135.0, 8120.0, 8087.0, 8148.0, 8100.0, 8057.0, 8115.0, 8132.0, 8131.0, 8057.0, 8103.0, 8137.0, 8106.0, 8076.0, 8142.0, 8108.0, 8094.0, 8120.0, 8137.0, 8099.0, 8040.0, 8154.0, 8116.0, 8091.0, 8067.0, 8119.0, 8100.0, 8084.0, 8087.0, 8119.0, 8085.0, 8041.0, 8088.0, 8152.0, 8103.0, 8070.0, 8055.0, 8140.0, 8123.0, 8109.0, 8079.0, 8154.0, 8102.0, 8089.0, 8137.0, 8121.0, 8089.0, 8065.0, 8154.0, 8119.0, 8091.0, 8060.0, 8104.0, 8100.0, 8087.0, 8073.0, 8153.0, 8103.0, 8058.0, 8103.0, 8135.0, 8105.0, 8061.0, 8099.0, 8096.0, 8084.0, 8071.0, 8117.0, 8103.0, 8061.0, 8075.0, 8156.0, 8120.0, 8066.0, 8068.0, 8161.0, 8125.0, 8078.0, 8072.0, 8118.0, 8105.0, 8090.0, 8135.0, 8105.0, 8074.0, 8074.0, 8149.0, 8117.0, 8072.0, 8042.0, 8149.0, 8120.0, 8065.0, 8044.0, 8117.0, 8106.0, 8104.0, 8133.0, 8101.0, 8057.0, 8086.0, 8150.0, 8116.0, 8059.0, 8056.0, 8135.0, 8121.0, 8081.0, 8051.0, 8119.0, 8107.0, 8094.0, 8077.0, 8136.0, 8103.0, 8092.0, 8090.0, 8170.0, 8118.0, 8073.0, 8085.0, 8150.0, 8130.0, 8073.0, 8041.0, 8118.0, 8116.0, 8090.0, 8062.0, 8104.0, 8100.0, 8089.0, 8075.0, 8151.0, 8105.0, 8074.0, 8073.0, 8133.0, 8117.0, 8057.0, 8057.0, 8153.0, 8119.0, 8077.0, 8048.0, 8135.0, 8122.0, 8092.0, 8050.0, 8122.0, 8105.0, 8092.0, 8152.0, 8122.0, 8089.0, 8044.0, 8135.0, 8122.0, 8078.0, 8047.0, 8117.0, 8120.0, 8105.0, 8064.0, 8088.0, 8116.0, 8118.0, 8073.0, 8089.0, 8101.0, 8084.0, 8072.0, 8074.0, 8120.0, 8104.0, 8045.0, 8105.0, 8155.0, 8127.0, 8064.0, 8063.0, 8063.0, 8122.0, 8105.0, 8111.0, 8124.0, 8064.0, 8051.0, 8119.0, 8108.0, 8093.0, 8088.0, 8060.0, 8118.0, 8100.0, 8087.0, 8074.0, 8064.0, 8120.0, 8088.0, 8077.0, 8108.0, 8140.0, 8108.0, 8049.0, 8135.0, 8135.0, 8105.0, 8063.0, 8073.0, 8119.0, 8106.0, 8076.0, 8108.0, 8121.0, 8091.0, 8077.0, 8156.0, 8136.0, 8076.0, 8117.0, 8114.0, 8119.0, 8073.0, 8150.0, 8101.0, 8040.0, 8097.0, 8133.0, 8103.0, 8033.0, 8090.0, 8116.0, 8105.0, 8087.0, 8138.0, 8089.0, 8044.0, 8132.0, 8120.0, 8078.0, 8049.0, 8120.0, 8108.0, 8095.0, 8068.0, 8127.0, 8110.0, 8095.0, 8095.0, 8177.0, 8129.0, 8080.0, 8093.0, 8174.0, 8136.0, 8094.0, 8045.0, 8134.0, 8136.0, 8089.0, 8047.0, 8059.0, 8117.0, 8102.0, 8088.0, 8077.0, 8134.0, 8100.0, 8074.0, 8120.0, 8120.0, 8075.0, 8045.0, 8135.0, 8105.0, 8090.0, 8061.0, 8120.0, 8102.0, 8091.0, 8076.0, 8125.0, 8108.0, 8065.0, 8122.0, 8156.0, 8107.0, 8063.0, 8134.0, 8102.0, 8086.0, 8153.0, 8102.0, 8053.0, 8128.0, 8099.0, 8060.0, 8061.0, 8119.0, 8088.0, 8073.0, 8093.0, 8126.0, 8094.0, 8050.0, 8135.0, 8139.0, 8107.0, 8062.0, 8150.0, 8121.0, 8091.0, 8092.0, 8120.0, 8073.0, 8088.0, 8152.0, 8118.0, 8062.0, 8074.0, 8152.0, 8121.0, 8053.0, 8032.0, 8136.0, 8111.0, 8081.0, 8123.0, 8121.0, 8093.0, 8119.0, 8133.0, 8105.0, 8033.0, 8134.0, 8104.0, 8095.0, 8080.0, 8156.0, 8106.0, 8094.0, 8155.0, 8122.0, 8079.0, 8049.0, 8139.0, 8123.0, 8095.0, 8098.0, 8125.0, 8092.0, 8095.0, 8111.0, 8127.0, 8097.0, 8078.0, 8141.0, 8140.0, 8095.0, 8050.0, 8122.0, 8156.0, 8126.0, 8080.0, 8139.0, 8105.0, 8092.0, 8139.0, 8120.0, 8081.0, 8048.0, 8136.0, 8123.0, 8092.0, 8092.0, 8118.0, 8088.0, 8071.0, 8106.0, 8120.0, 8075.0, 8060.0, 8154.0, 8121.0, 8091.0, 8057.0, 8117.0, 8104.0, 8088.0, 8060.0, 8137.0, 8103.0, 8075.0, 8122.0, 8120.0, 8075.0, 8062.0, 8119.0, 8105.0, 8075.0, 8050.0, 8124.0, 8088.0, 8077.0, 8137.0, 8138.0, 8107.0, 8064.0, 8091.0, 8137.0, 8124.0, 8067.0, 8052.0, 8139.0, 8127.0, 8100.0, 8071.0, 8158.0, 8125.0, 8094.0, 8174.0, 8139.0, 8064.0, 8131.0, 8101.0, 8089.0, 8060.0, 8135.0, 8088.0, 8062.0, 8094.0, 8123.0, 8096.0, 8071.0, 8125.0, 8050.0, 8108.0, 8121.0, 8105.0, 8164.0, 8150.0, 8104.0, 8103.0, 8118.0, 8087.0, 8078.0, 8161.0, 8130.0, 8084.0, 8092.0, 8136.0, 8169.0, 8118.0, 8101.0, 8161.0, 8160.0, 8112.0, 8094.0, 8137.0, 8104.0, 8091.0, 8104.0, 8118.0, 8087.0, 8075.0, 8108.0, 8140.0, 8106.0, 8081.0, 8084.0, 8106.0, 8118.0, 8100.0, 8085.0, 8068.0, 8169.0, 8118.0, 8103.0, 8148.0, 8132.0, 8106.0, 8107.0, 8174.0, 8137.0, 8103.0, 8143.0, 8125.0, 8102.0, 8047.0, 8095.0, 8060.0, 8015.0, 8072.0, 8027.0, 8013.0, 8076.0, 8048.0, 7970.0, 8073.0, 8045.0, 8003.0, 8063.0, 8065.0, 8024.0, 8009.0, 8102.0, 8073.0, 8019.0, 8050.0, 8076.0, 8067.0, 8054.0, 8116.0, 8087.0, 8028.0, 8133.0, 8119.0, 8062.0, 8078.0, 8103.0, 8092.0, 8094.0, 8141.0, 8125.0, 8068.0, 8066.0, 8161.0, 8144.0, 8074.0, 8099.0, 8142.0, 8128.0, 8127.0, 8175.0, 8126.0, 8080.0, 8135.0, 8125.0, 8115.0, 8066.0, 8134.0, 8091.0, 8078.0, 8140.0, 8124.0, 8066.0, 8049.0, 8156.0, 8126.0, 8081.0, 8140.0, 8109.0, 8099.0, 8156.0, 8112.0, 8050.0, 8120.0, 8108.0, 8095.0, 8065.0, 8139.0, 8090.0, 8079.0, 8140.0, 8139.0, 8097.0, 8049.0, 8137.0, 8123.0, 8091.0, 8135.0, 8105.0, 8076.0, 8092.0, 8158.0, 8124.0, 8065.0, 8063.0, 8156.0, 8126.0, 8068.0, 8156.0, 8092.0, 8093.0, 8169.0, 8137.0, 8080.0, 8047.0, 8135.0, 8106.0, 8063.0, 8122.0, 8106.0, 8051.0, 8136.0, 8123.0, 8068.0, 8066.0, 8123.0, 8097.0, 8085.0, 8144.0, 8116.0, 8071.0, 8159.0, 8144.0, 8086.0, 8099.0, 8126.0, 8098.0, 8099.0, 8145.0, 8129.0, 8100.0, 8086.0, 8180.0, 8147.0, 8087.0, 8071.0, 8162.0, 8131.0, 8117.0, 8100.0, 8158.0, 8125.0, 8106.0, 8172.0, 8134.0, 8060.0, 8084.0, 8134.0, 8120.0, 8062.0, 8048.0, 8138.0, 8107.0, 8107.0, 8063.0, 8139.0, 8106.0, 8094.0, 8153.0, 8136.0, 8094.0, 8059.0, 8134.0, 8120.0, 8074.0, 8118.0, 8100.0, 8059.0, 8103.0, 8133.0, 8105.0, 8050.0, 8109.0, 8125.0, 8109.0, 8053.0, 8121.0, 8110.0, 8125.0, 8081.0, 8158.0, 8122.0, 8093.0, 8126.0, 8158.0, 8124.0, 8079.0, 8091.0, 8154.0, 8122.0, 8079.0, 8137.0, 8118.0, 8108.0, 8092.0, 8137.0, 8106.0, 8047.0, 8118.0, 8100.0, 8103.0, 8075.0, 8138.0, 8107.0, 8063.0, 8049.0, 8156.0, 8144.0, 8100.0, 8114.0, 8124.0, 8108.0, 8175.0, 8166.0, 8086.0, 8070.0, 8157.0, 8107.0, 8126.0, 8112.0, 8097.0, 8130.0, 8115.0, 8075.0, 8077.0, 8120.0, 8101.0, 8083.0, 8146.0, 8108.0, 8062.0, 8072.0, 8088.0, 8074.0, 8104.0, 8090.0, 8050.0, 8076.0, 8073.0, 8060.0, 8105.0, 8090.0, 8050.0, 8065.0, 8093.0, 8068.0, 8113.0, 8097.0, 8042.0, 8097.0, 8099.0, 8073.0, 8071.0, 8100.0, 8060.0, 8077.0, 8123.0, 8096.0, 8055.0, 8125.0, 8130.0, 8101.0, 8086.0, 8146.0, 8113.0, 8100.0, 8161.0, 8142.0, 8087.0, 8054.0, 8158.0, 8143.0, 8097.0, 8156.0, 8106.0, 8092.0, 8171.0, 8138.0, 8068.0, 8049.0, 8152.0, 8124.0, 8082.0, 8069.0, 8143.0, 8111.0, 8099.0, 8131.0, 8160.0, 8116.0, 8087.0, 8175.0, 8143.0, 8126.0, 8141.0, 8120.0, 8076.0, 8105.0, 8154.0, 8119.0, 8062.0, 8136.0, 8103.0, 8090.0, 8093.0, 8120.0, 8093.0, 8045.0, 8122.0, 8108.0, 8051.0, 8139.0, 8111.0, 8082.0, 8140.0, 8126.0, 8098.0, 8067.0, 8155.0, 8127.0, 8098.0, 8070.0, 8141.0, 8126.0, 8114.0, 8115.0, 8159.0, 8130.0, 8097.0, 8080.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.0009643095930232559</td></tr>
<tr><td colspan=3>aqi</td><td>0.03396066344476745</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.06788080682916</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1374584559563623</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9788647078981799</td></tr>
<tr><td colspan=3>efc</td><td>0.4651</td></tr>
<tr><td colspan=3>fber</td><td>5718.3472</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11999354913861238</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>137</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.956395348837209</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6046716061605935</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6050728469811326</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.801097569580266</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.407844401920382</td></tr>
<tr><td colspan=3>gcor</td><td>0.00882921</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011242897249758244</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019509246572852135</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1376</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.798998026167013</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>28.6326</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.3122</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>132.0198</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302151.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>578.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>256.5945</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1505</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>462.5277</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2778.8083</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74393.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>873.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3654.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>778.3579</td></tr>
<tr><td colspan=3>tsnr</td><td>33.20073859940749</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>