<?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-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-01/func/sub-0031_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>158960de1645967e7b9c27b2cf53ecc9</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:02:38.172500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999697, -0.0154098, 0.019213, 0.0151809, 0.999813, 0.0119984]</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.089757</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>[4147, -7709, -7283, 556, -78, -172, 67, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.777</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d5f9d07-eee5-4886-bc6e-75709261380e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821129322052, 0.04072936624288559, 0.05236460268497467, 109.4569320678711], [0.041343238204717636, 2.682424545288086, 0.03159843012690544, -97.31785583496094], [0.051547080278396606, -0.032190918922424316, 2.6993072032928467, -87.29493713378906], [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': ['140238.172500', '140238.632500', '140239.092500', '140239.552500', '140240.012500', '140240.472500', '140240.932500', '140241.392500', '140241.852500', '140242.312500', '140242.772500', '140243.232500', '140243.692500', '140244.152500', '140244.612500', '140245.072500', '140245.532500', '140245.992500', '140246.452500', '140246.912500', '140247.372500', '140247.832500', '140248.292500', '140248.752500', '140249.212500', '140249.672500', '140250.132500', '140250.592500', '140251.052500', '140251.512500', '140251.972500', '140252.432500', '140252.892500', '140253.352500', '140253.812500', '140254.272500', '140254.732500', '140255.192500', '140255.652500', '140256.112500', '140256.572500', '140257.032500', '140257.492500', '140257.952500', '140258.412500', '140258.872500', '140259.332500', '140259.792500', '140300.252500', '140300.712500', '140301.172500', '140301.632500', '140302.092500', '140302.552500', '140303.012500', '140303.472500', '140303.932500', '140304.392500', '140304.852500', '140305.312500', '140305.772500', '140306.232500', '140306.692500', '140307.152500', '140307.612500', '140308.072500', '140308.532500', '140308.992500', '140309.452500', '140309.912500', '140310.372500', '140310.832500', '140311.292500', '140311.752500', '140312.212500', '140312.672500', '140313.132500', '140313.592500', '140314.052500', '140314.512500', '140314.972500', '140315.432500', '140315.892500', '140316.352500', '140316.812500', '140317.272500', '140317.732500', '140318.192500', '140318.652500', '140319.112500', '140319.572500', '140320.032500', '140320.492500', '140320.952500', '140321.412500', '140321.872500', '140322.332500', '140322.792500', '140323.252500', '140323.712500', '140324.172500', '140324.632500', '140325.092500', '140325.552500', '140326.012500', '140326.472500', '140326.932500', '140327.392500', '140327.852500', '140328.312500', '140328.772500', '140329.232500', '140329.692500', '140330.152500', '140330.612500', '140331.072500', '140331.532500', '140331.992500', '140332.452500', '140332.912500', '140333.372500', '140333.832500', '140334.292500', '140334.752500', '140335.212500', '140335.672500', '140336.132500', '140336.592500', '140337.052500', '140337.512500', '140337.972500', '140338.432500', '140338.892500', '140339.352500', '140339.812500', '140340.272500', '140340.732500', '140341.192500', '140341.652500', '140342.112500', '140342.572500', '140343.032500', '140343.492500', '140343.952500', '140344.412500', '140344.872500', '140345.332500', '140345.792500', '140346.252500', '140346.712500', '140347.172500', '140347.632500', '140348.092500', '140348.552500', '140349.012500', '140349.472500', '140349.932500', '140350.392500', '140350.852500', '140351.312500', '140351.772500', '140352.232500', '140352.692500', '140353.152500', '140353.612500', '140354.072500', '140354.532500', '140354.992500', '140355.452500', '140355.912500', '140356.372500', '140356.832500', '140357.292500', '140357.752500', '140358.212500', '140358.672500', '140359.132500', '140359.592500', '140400.052500', '140400.512500', '140400.972500', '140401.432500', '140401.892500', '140402.352500', '140402.812500', '140403.272500', '140403.732500', '140404.192500', '140404.652500', '140405.112500', '140405.572500', '140406.032500', '140406.492500', '140406.952500', '140407.412500', '140407.872500', '140408.332500', '140408.792500', '140409.252500', '140409.712500', '140410.172500', '140410.632500', '140411.092500', '140411.552500', '140412.012500', '140412.472500', '140412.932500', '140413.392500', '140413.852500', '140414.312500', '140414.772500', '140415.232500', '140415.692500', '140416.152500', '140416.612500', '140417.072500', '140417.532500', '140417.992500', '140418.452500', '140418.912500', '140419.372500', '140419.832500', '140420.292500', '140420.752500', '140421.212500', '140421.672500', '140422.132500', '140422.592500', '140423.052500', '140423.512500', '140423.972500', '140424.432500', '140424.892500', '140425.352500', '140425.812500', '140426.272500', '140426.732500', '140427.192500', '140427.652500', '140428.112500', '140428.572500', '140429.032500', '140429.492500', '140429.952500', '140430.412500', '140430.872500', '140431.332500', '140431.792500', '140432.252500', '140432.712500', '140433.172500', '140433.632500', '140434.092500', '140434.552500', '140435.012500', '140435.472500', '140435.932500', '140436.392500', '140436.852500', '140437.312500', '140437.772500', '140438.232500', '140438.692500', '140439.152500', '140439.612500', '140440.072500', '140440.532500', '140440.992500', '140441.452500', '140441.912500', '140442.372500', '140442.832500', '140443.292500', '140443.752500', '140444.212500', '140444.672500', '140445.132500', '140445.592500', '140446.052500', '140446.512500', '140446.972500', '140447.432500', '140447.892500', '140448.352500', '140448.812500', '140449.272500', '140449.732500', '140450.192500', '140450.652500', '140451.112500', '140451.572500', '140452.032500', '140452.492500', '140452.952500', '140453.412500', '140453.872500', '140454.332500', '140454.792500', '140455.252500', '140455.712500', '140456.172500', '140456.632500', '140457.092500', '140457.552500', '140458.012500', '140458.472500', '140458.932500', '140459.392500', '140459.852500', '140500.312500', '140500.772500', '140501.232500', '140501.692500', '140502.152500', '140502.612500', '140503.072500', '140503.532500', '140503.992500', '140504.452500', '140504.912500', '140505.372500', '140505.832500', '140506.292500', '140506.752500', '140507.212500', '140507.672500', '140508.132500', '140508.592500', '140509.052500', '140509.512500', '140509.972500', '140510.432500', '140510.892500', '140511.352500', '140511.812500', '140512.272500', '140512.732500', '140513.192500', '140513.652500', '140514.112500', '140514.572500', '140515.032500', '140515.492500', '140515.952500', '140516.412500', '140516.872500', '140517.332500', '140517.792500', '140518.252500', '140518.712500', '140519.172500', '140519.632500', '140520.092500', '140520.552500', '140521.012500', '140521.472500', '140521.932500', '140522.392500', '140522.852500', '140523.312500', '140523.772500', '140524.232500', '140524.692500', '140525.152500', '140525.612500', '140526.072500', '140526.532500', '140526.992500', '140527.452500', '140527.912500', '140528.372500', '140528.832500', '140529.292500', '140529.752500', '140530.212500', '140530.672500', '140531.132500', '140531.592500', '140532.052500', '140532.512500', '140532.972500', '140533.432500', '140533.892500', '140534.352500', '140534.812500', '140535.272500', '140535.732500', '140536.192500', '140536.652500', '140537.112500', '140537.572500', '140538.032500', '140538.492500', '140538.952500', '140539.412500', '140539.872500', '140540.332500', '140540.792500', '140541.252500', '140541.712500', '140542.172500', '140542.632500', '140543.092500', '140543.552500', '140544.012500', '140544.472500', '140544.932500', '140545.392500', '140545.852500', '140546.312500', '140546.772500', '140547.232500', '140547.692500', '140548.152500', '140548.612500', '140549.072500', '140549.532500', '140549.992500', '140550.452500', '140550.912500', '140551.372500', '140551.832500', '140552.292500', '140552.752500', '140553.212500', '140553.672500', '140554.132500', '140554.592500', '140555.052500', '140555.512500', '140555.972500', '140556.432500', '140556.892500', '140557.352500', '140557.812500', '140558.272500', '140558.732500', '140559.192500', '140559.652500', '140600.112500', '140600.572500', '140601.032500', '140601.492500', '140601.952500', '140602.412500', '140602.872500', '140603.332500', '140603.792500', '140604.252500', '140604.712500', '140605.172500', '140605.632500', '140606.092500', '140606.552500', '140607.012500', '140607.472500', '140607.932500', '140608.392500', '140608.852500', '140609.312500', '140609.772500', '140610.232500', '140610.692500', '140611.152500', '140611.612500', '140612.072500', '140612.532500', '140612.992500', '140613.452500', '140613.912500', '140614.372500', '140614.832500', '140615.292500', '140615.752500', '140616.212500', '140616.672500', '140617.132500', '140617.592500', '140618.052500', '140618.512500', '140618.972500', '140619.432500', '140619.892500', '140620.352500', '140620.812500', '140621.272500', '140621.732500', '140622.192500', '140622.652500', '140623.112500', '140623.572500', '140624.032500', '140624.492500', '140624.952500', '140625.412500', '140625.872500', '140626.332500', '140626.792500', '140627.252500', '140627.712500', '140628.172500', '140628.632500', '140629.092500', '140629.552500', '140630.012500', '140630.472500', '140630.932500', '140631.392500', '140631.852500', '140632.312500', '140632.772500', '140633.232500', '140633.692500', '140634.152500', '140634.612500', '140635.072500', '140635.532500', '140635.992500', '140636.452500', '140636.912500', '140637.372500', '140637.832500', '140638.292500', '140638.752500', '140639.212500', '140639.672500', '140640.132500', '140640.592500', '140641.052500', '140641.512500', '140641.972500', '140642.432500', '140642.892500', '140643.352500', '140643.812500', '140644.272500', '140644.732500', '140645.192500', '140645.652500', '140646.112500', '140646.572500', '140647.032500', '140647.492500', '140647.952500', '140648.412500', '140648.872500', '140649.332500', '140649.792500', '140650.252500', '140650.712500', '140651.172500', '140651.632500', '140652.092500', '140652.552500', '140653.012500', '140653.472500', '140653.932500', '140654.392500', '140654.852500', '140655.312500', '140655.772500', '140656.232500', '140656.692500', '140657.152500', '140657.612500', '140658.072500', '140658.532500', '140658.992500', '140659.452500', '140659.912500', '140700.372500', '140700.832500', '140701.292500', '140701.752500', '140702.212500', '140702.672500', '140703.132500', '140703.592500', '140704.052500', '140704.512500', '140704.972500', '140705.432500', '140705.892500', '140706.352500', '140706.812500', '140707.272500', '140707.732500', '140708.192500', '140708.652500', '140709.112500', '140709.572500', '140710.032500', '140710.492500', '140710.952500', '140711.412500', '140711.872500', '140712.332500', '140712.792500', '140713.252500', '140713.712500', '140714.172500', '140714.632500', '140715.092500', '140715.552500', '140716.012500', '140716.472500', '140716.932500', '140717.392500', '140717.852500', '140718.312500', '140718.772500', '140719.232500', '140719.692500', '140720.152500', '140720.612500', '140721.072500', '140721.532500', '140721.992500', '140722.452500', '140722.912500', '140723.372500', '140723.832500', '140724.292500', '140724.752500', '140725.212500', '140725.672500', '140726.132500', '140726.592500', '140727.052500', '140727.512500', '140727.972500', '140728.432500', '140728.892500', '140729.352500', '140729.812500', '140730.272500', '140730.732500', '140731.192500', '140731.652500', '140732.112500', '140732.572500', '140733.032500', '140733.492500', '140733.952500', '140734.412500', '140734.872500', '140735.332500', '140735.792500', '140736.252500', '140736.712500', '140737.172500', '140737.632500', '140738.092500', '140738.552500', '140739.012500', '140739.472500', '140739.932500', '140740.392500', '140740.852500', '140741.312500', '140741.772500', '140742.232500', '140742.692500', '140743.152500', '140743.612500', '140744.072500', '140744.532500', '140744.992500', '140745.452500', '140745.912500', '140746.372500', '140746.832500', '140747.292500', '140747.752500', '140748.212500', '140748.672500', '140749.132500', '140749.592500', '140750.052500', '140750.512500', '140750.972500', '140751.432500', '140751.892500', '140752.352500', '140752.812500', '140753.272500', '140753.732500', '140754.192500', '140754.652500', '140755.112500', '140755.572500', '140756.032500', '140756.492500', '140756.952500', '140757.412500', '140757.872500', '140758.332500', '140758.792500', '140759.252500', '140759.712500', '140800.172500', '140800.632500', '140801.092500', '140801.552500', '140802.012500', '140802.472500', '140802.932500', '140803.392500', '140803.852500', '140804.312500', '140804.772500', '140805.232500', '140805.692500', '140806.152500', '140806.612500', '140807.072500', '140807.532500', '140807.992500', '140808.452500', '140808.912500', '140809.372500', '140809.832500', '140810.292500', '140810.752500', '140811.212500', '140811.672500', '140812.132500', '140812.592500', '140813.052500', '140813.512500', '140813.972500', '140814.432500', '140814.892500', '140815.352500', '140815.812500', '140816.272500', '140816.732500', '140817.192500', '140817.652500', '140818.112500', '140818.572500', '140819.032500', '140819.492500', '140819.952500', '140820.412500', '140820.872500', '140821.332500', '140821.792500', '140822.252500', '140822.712500', '140823.172500', '140823.632500', '140824.092500', '140824.552500', '140825.012500', '140825.472500', '140825.932500', '140826.392500', '140826.852500', '140827.312500', '140827.772500', '140828.232500', '140828.692500', '140829.152500', '140829.612500', '140830.072500', '140830.532500', '140830.992500', '140831.452500', '140831.912500', '140832.372500', '140832.832500', '140833.292500', '140833.752500', '140834.212500', '140834.672500', '140835.132500', '140835.592500', '140836.052500', '140836.512500', '140836.972500', '140837.432500', '140837.892500', '140838.352500', '140838.812500', '140839.272500', '140839.732500', '140840.192500', '140840.652500', '140841.112500', '140841.572500', '140842.032500', '140842.492500', '140842.952500', '140843.412500', '140843.872500', '140844.332500', '140844.792500', '140845.252500', '140845.712500', '140846.172500', '140846.632500', '140847.092500', '140847.552500', '140848.012500', '140848.472500', '140848.932500', '140849.392500', '140849.852500', '140850.312500', '140850.772500', '140851.232500', '140851.692500', '140852.152500', '140852.612500', '140853.072500', '140853.532500', '140853.992500', '140854.452500', '140854.912500', '140855.372500', '140855.832500', '140856.292500', '140856.752500', '140857.212500', '140857.672500', '140858.132500', '140858.592500', '140859.052500', '140859.512500', '140859.972500', '140900.432500', '140900.892500', '140901.352500', '140901.812500', '140902.272500', '140902.732500', '140903.192500', '140903.652500', '140904.112500', '140904.572500', '140905.032500', '140905.492500', '140905.952500', '140906.412500', '140906.872500', '140907.332500', '140907.792500', '140908.252500', '140908.712500', '140909.172500', '140909.632500', '140910.092500', '140910.552500', '140911.012500', '140911.472500', '140911.932500', '140912.392500', '140912.852500', '140913.312500', '140913.772500', '140914.232500', '140914.692500', '140915.152500', '140915.612500', '140916.072500', '140916.532500', '140916.992500', '140917.452500', '140917.912500', '140918.372500', '140918.832500', '140919.292500', '140919.752500', '140920.212500', '140920.672500', '140921.132500', '140921.592500', '140922.052500', '140922.512500', '140922.972500', '140923.432500', '140923.892500', '140924.352500', '140924.812500', '140925.272500', '140925.732500', '140926.192500', '140926.652500', '140927.112500', '140927.572500', '140928.032500', '140928.492500', '140928.952500', '140929.412500', '140929.872500', '140930.332500', '140930.792500', '140931.252500', '140931.712500', '140932.172500', '140932.632500', '140933.092500', '140933.552500', '140934.012500', '140934.472500', '140934.932500', '140935.392500', '140935.852500', '140936.312500', '140936.772500', '140937.232500', '140937.692500', '140938.152500', '140938.612500', '140939.072500', '140939.532500', '140939.992500', '140940.452500', '140940.912500', '140941.372500', '140941.832500', '140942.292500', '140942.752500', '140943.212500', '140943.672500', '140944.132500', '140944.592500', '140945.052500', '140945.512500', '140945.972500', '140946.432500', '140946.892500', '140947.352500', '140947.812500', '140948.272500', '140948.732500', '140949.192500', '140949.652500', '140950.112500', '140950.572500', '140951.032500', '140951.492500', '140951.952500', '140952.412500', '140952.872500', '140953.332500', '140953.792500', '140954.252500', '140954.712500', '140955.172500', '140955.632500', '140956.092500', '140956.552500', '140957.012500', '140957.472500', '140957.932500', '140958.392500', '140958.852500', '140959.312500', '140959.772500', '141000.232500', '141000.692500', '141001.152500', '141001.612500', '141002.072500', '141002.532500', '141002.992500', '141003.452500', '141003.912500', '141004.372500', '141004.832500', '141005.292500', '141005.752500', '141006.212500', '141006.672500', '141007.132500', '141007.592500', '141008.052500', '141008.512500', '141008.972500', '141009.432500', '141009.892500', '141010.352500', '141010.812500', '141011.272500', '141011.732500', '141012.192500', '141012.652500', '141013.112500', '141013.572500', '141014.032500', '141014.492500', '141014.952500', '141015.412500', '141015.872500', '141016.332500', '141016.792500', '141017.252500', '141017.712500', '141018.172500', '141018.632500', '141019.092500', '141019.552500', '141020.012500', '141020.472500', '141020.932500', '141021.392500', '141021.852500', '141022.312500', '141022.772500', '141023.232500', '141023.692500', '141024.152500', '141024.612500', '141025.072500', '141025.532500', '141025.992500', '141026.452500', '141026.912500', '141027.372500', '141027.832500', '141028.292500', '141028.752500', '141029.212500', '141029.672500', '141030.132500', '141030.592500', '141031.052500', '141031.512500', '141031.972500', '141032.432500', '141032.892500', '141033.352500', '141033.812500', '141034.272500', '141034.732500', '141035.192500', '141035.652500', '141036.112500', '141036.572500', '141037.032500', '141037.492500', '141037.952500', '141038.412500', '141038.872500', '141039.332500', '141039.792500', '141040.252500', '141040.712500', '141041.172500', '141041.632500', '141042.092500', '141042.552500', '141043.012500', '141043.472500', '141043.932500', '141044.392500', '141044.852500', '141045.312500', '141045.772500', '141046.232500', '141046.692500', '141047.152500', '141047.612500', '141048.072500', '141048.532500', '141048.992500', '141049.452500', '141049.912500', '141050.372500', '141050.832500', '141051.292500', '141051.752500', '141052.212500', '141052.672500', '141053.132500', '141053.592500', '141054.052500', '141054.512500', '141054.972500', '141055.432500', '141055.892500', '141056.352500', '141056.812500', '141057.272500', '141057.732500', '141058.192500', '141058.652500', '141059.112500', '141059.572500', '141100.032500', '141100.492500', '141100.952500', '141101.412500', '141101.872500', '141102.332500', '141102.792500', '141103.252500', '141103.712500', '141104.172500', '141104.632500', '141105.092500', '141105.552500', '141106.012500', '141106.472500', '141106.932500', '141107.392500', '141107.852500', '141108.312500', '141108.772500', '141109.232500', '141109.692500', '141110.152500', '141110.612500', '141111.072500', '141111.532500', '141111.992500', '141112.452500', '141112.912500', '141113.372500', '141113.832500', '141114.292500', '141114.752500', '141115.212500', '141115.672500', '141116.132500', '141116.592500', '141117.052500', '141117.512500', '141117.972500', '141118.432500', '141118.892500', '141119.352500', '141119.812500', '141120.272500', '141120.732500', '141121.192500', '141121.652500', '141122.112500', '141122.572500', '141123.032500', '141123.492500', '141123.952500', '141124.412500', '141124.872500', '141125.332500', '141125.792500', '141126.252500', '141126.712500', '141127.172500', '141127.632500', '141128.092500', '141128.552500', '141129.012500', '141129.472500', '141129.932500', '141130.392500', '141130.852500', '141131.312500', '141131.772500', '141132.232500', '141132.692500', '141133.152500', '141133.612500', '141134.072500', '141134.532500', '141134.992500', '141135.452500', '141135.912500', '141136.372500', '141136.832500', '141137.292500', '141137.752500', '141138.212500', '141138.672500', '141139.132500', '141139.592500', '141140.052500', '141140.512500', '141140.972500', '141141.432500', '141141.892500', '141142.352500', '141142.812500', '141143.272500', '141143.732500', '141144.192500', '141144.652500', '141145.112500', '141145.572500', '141146.032500', '141146.492500', '141146.952500', '141147.412500', '141147.872500', '141148.332500', '141148.792500', '141149.252500', '141149.712500', '141150.172500', '141150.632500', '141151.092500', '141151.552500', '141152.012500', '141152.472500', '141152.932500', '141153.392500', '141153.852500', '141154.312500', '141154.772500', '141155.232500', '141155.692500', '141156.152500', '141156.612500', '141157.072500', '141157.532500', '141157.992500', '141158.452500', '141158.912500', '141159.372500', '141159.832500', '141200.292500', '141200.752500', '141201.212500', '141201.672500', '141202.132500', '141202.592500', '141203.052500', '141203.512500', '141203.972500', '141204.432500', '141204.892500', '141205.352500', '141205.812500', '141206.272500', '141206.732500', '141207.192500', '141207.652500', '141208.112500', '141208.572500', '141209.032500', '141209.492500', '141209.952500', '141210.412500', '141210.872500', '141211.332500', '141211.792500', '141212.252500', '141212.712500', '141213.172500', '141213.632500', '141214.092500', '141214.552500', '141215.012500', '141215.472500', '141215.932500', '141216.392500', '141216.852500', '141217.312500', '141217.772500', '141218.232500', '141218.692500', '141219.152500', '141219.612500', '141220.072500', '141220.532500', '141220.992500', '141221.452500', '141221.912500', '141222.372500', '141222.832500', '141223.292500', '141223.752500', '141224.212500', '141224.672500', '141225.132500', '141225.592500', '141226.052500', '141226.512500', '141226.972500', '141227.432500', '141227.892500', '141228.352500', '141228.812500', '141229.272500', '141229.732500', '141230.192500', '141230.652500', '141231.112500', '141231.572500', '141232.032500', '141232.492500', '141232.952500', '141233.412500', '141233.872500', '141234.332500', '141234.792500', '141235.252500', '141235.712500', '141236.172500', '141236.632500', '141237.092500', '141237.552500', '141238.012500', '141238.472500', '141238.932500', '141239.392500', '141239.852500', '141240.312500', '141240.772500', '141241.232500', '141241.692500', '141242.152500', '141242.612500', '141243.072500', '141243.532500', '141243.992500', '141244.452500', '141244.912500', '141245.372500', '141245.832500', '141246.292500', '141246.752500', '141247.212500', '141247.672500', '141248.132500', '141248.592500', '141249.052500', '141249.512500', '141249.972500', '141250.432500', '141250.892500', '141251.352500', '141251.812500', '141252.272500', '141252.732500', '141253.192500', '141253.652500', '141254.112500', '141254.572500', '141255.032500', '141255.492500', '141255.952500', '141256.412500', '141256.872500', '141257.332500', '141257.792500', '141258.252500', '141258.712500', '141259.172500', '141259.632500', '141300.092500', '141300.552500', '141301.012500', '141301.472500', '141301.932500', '141302.392500', '141302.852500', '141303.312500', '141303.772500', '141304.232500', '141304.692500', '141305.152500', '141305.612500', '141306.072500', '141306.532500', '141306.992500', '141307.452500', '141307.912500', '141308.372500', '141308.832500', '141309.292500', '141309.752500', '141310.212500', '141310.672500'], 'ContentTime': ['140306.068000', '140306.071000', '140306.074000', '140306.077000', '140306.080000', '140306.083000', '140306.085000', '140306.094000', '140306.097000', '140306.100000', '140306.103000', '140306.105000', '140306.108000', '140306.111000', '140306.114000', '140306.117000', '140306.120000', '140306.123000', '140306.126000', '140306.128000', '140306.131000', '140306.134000', '140306.137000', '140306.140000', '140306.143000', '140306.146000', '140306.148000', '140306.155000', '140306.158000', '140306.161000', '140306.163000', '140306.166000', '140306.169000', '140306.172000', '140306.175000', '140306.178000', '140306.180000', '140306.183000', '140306.186000', '140306.189000', '140306.192000', '140306.195000', '140306.198000', '140306.200000', '140306.203000', '140306.206000', '140306.209000', '140306.212000', '140306.215000', '140306.217000', '140306.220000', '140306.223000', '140306.226000', '140306.229000', '140306.232000', '140306.244000', '140306.247000', '140306.250000', '140306.252000', '140326.030000', '140326.033000', '140326.036000', '140326.039000', '140326.042000', '140326.045000', '140326.047000', '140326.050000', '140326.053000', '140326.063000', '140326.066000', '140326.069000', '140326.072000', '140326.075000', '140326.078000', '140326.081000', '140326.083000', '140326.086000', '140326.089000', '140326.092000', '140326.095000', '140326.098000', '140326.100000', '140326.103000', '140326.106000', '140326.109000', '140326.112000', '140326.115000', '140326.118000', '140326.120000', '140326.123000', '140326.126000', '140326.129000', '140326.132000', '140326.135000', '140326.138000', '140326.141000', '140326.144000', '140326.147000', '140326.150000', '140326.153000', '140326.155000', '140326.158000', '140326.161000', '140346.030000', '140346.034000', '140346.037000', '140346.040000', '140346.043000', '140346.046000', '140346.049000', '140346.051000', '140346.054000', '140346.057000', '140346.060000', '140346.063000', '140346.066000', '140346.069000', '140346.071000', '140346.074000', '140346.077000', '140346.080000', '140346.083000', '140346.086000', '140346.088000', '140346.091000', '140346.094000', '140346.097000', '140346.100000', '140346.103000', '140346.106000', '140346.108000', '140346.111000', '140346.114000', '140346.117000', '140346.120000', '140346.123000', '140346.125000', '140346.128000', '140346.131000', '140346.134000', '140346.137000', '140346.140000', '140346.143000', '140346.145000', '140346.148000', '140346.151000', '140406.030000', '140406.033000', '140406.036000', '140406.039000', '140406.042000', '140406.044000', '140406.047000', '140406.050000', '140406.053000', '140406.056000', '140406.059000', '140406.062000', '140406.065000', '140406.067000', '140406.070000', '140406.073000', '140406.076000', '140406.079000', '140406.082000', '140406.085000', '140406.087000', '140406.090000', '140406.093000', '140406.096000', '140406.099000', '140406.102000', '140406.105000', '140406.108000', '140406.111000', '140406.113000', '140406.116000', '140406.119000', '140406.122000', '140406.125000', '140406.128000', '140406.131000', '140406.133000', '140406.136000', '140406.139000', '140406.142000', '140406.145000', '140406.148000', '140406.151000', '140406.154000', '140426.030000', '140426.033000', '140426.036000', '140426.039000', '140426.042000', '140426.045000', '140426.048000', '140426.051000', '140426.053000', '140426.056000', '140426.059000', '140426.062000', '140426.065000', '140426.068000', '140426.071000', '140426.074000', '140426.077000', '140426.080000', '140426.082000', '140426.085000', '140426.088000', '140426.091000', '140426.094000', '140426.097000', '140426.100000', '140426.103000', '140426.105000', '140426.108000', '140426.111000', '140426.114000', '140426.117000', '140426.120000', '140426.123000', '140426.125000', '140426.128000', '140426.131000', '140426.134000', '140426.137000', '140426.140000', '140426.143000', '140426.146000', '140426.149000', '140426.152000', '140446.030000', '140446.033000', '140446.036000', '140446.039000', '140446.042000', '140446.045000', '140446.064000', '140446.067000', '140446.070000', '140446.073000', '140446.076000', '140446.079000', '140446.082000', '140446.085000', '140446.087000', '140446.090000', '140446.093000', '140446.096000', '140446.099000', '140446.102000', '140446.105000', '140446.108000', '140446.110000', '140446.113000', '140446.116000', '140446.119000', '140446.122000', '140446.125000', '140446.128000', '140446.131000', '140446.133000', '140446.136000', '140446.139000', '140446.142000', '140446.145000', '140446.160000', '140446.163000', '140446.166000', '140446.169000', '140446.171000', '140446.174000', '140446.177000', '140446.180000', '140446.183000', '140506.030000', '140506.033000', '140506.036000', '140506.039000', '140506.042000', '140506.045000', '140506.048000', '140506.050000', '140506.053000', '140506.056000', '140506.060000', '140506.063000', '140506.066000', '140506.069000', '140506.072000', '140506.075000', '140506.078000', '140506.080000', '140506.083000', '140506.086000', '140506.089000', '140506.092000', '140506.095000', '140506.098000', '140506.101000', '140506.104000', '140506.106000', '140506.117000', '140506.120000', '140506.123000', '140506.126000', '140506.129000', '140506.131000', '140506.134000', '140506.137000', '140506.140000', '140506.143000', '140506.146000', '140506.149000', '140506.152000', '140506.154000', '140506.157000', '140506.160000', '140526.030000', '140526.033000', '140526.036000', '140526.039000', '140526.042000', '140526.045000', '140526.047000', '140526.050000', '140526.053000', '140526.056000', '140526.059000', '140526.062000', '140526.065000', '140526.068000', '140526.070000', '140526.073000', '140526.076000', '140526.079000', '140526.082000', '140526.085000', '140526.088000', '140526.091000', '140526.094000', '140526.096000', '140526.099000', '140526.102000', '140526.105000', '140526.108000', '140526.111000', '140526.114000', '140526.116000', '140526.119000', '140526.122000', '140526.125000', '140526.128000', '140526.131000', '140526.140000', '140526.143000', '140526.146000', '140526.149000', '140526.152000', '140526.155000', '140526.158000', '140526.160000', '140546.030000', '140546.033000', '140546.036000', '140546.039000', '140546.042000', '140546.045000', '140546.047000', '140546.050000', '140546.053000', '140546.056000', '140546.059000', '140546.062000', '140546.065000', '140546.068000', '140546.070000', '140546.073000', '140546.076000', '140546.079000', '140546.082000', '140546.095000', '140546.098000', '140546.100000', '140546.103000', '140546.106000', '140546.109000', '140546.112000', '140546.115000', '140546.120000', '140546.124000', '140546.127000', '140546.130000', '140546.133000', '140546.136000', '140546.139000', '140546.142000', '140546.144000', '140546.147000', '140546.150000', '140546.153000', '140546.156000', '140546.159000', '140546.162000', '140546.164000', '140606.030000', '140606.033000', '140606.036000', '140606.039000', '140606.042000', '140606.045000', '140606.047000', '140606.050000', '140606.053000', '140606.056000', '140606.059000', '140606.062000', '140606.065000', '140606.068000', '140606.070000', '140606.073000', '140606.076000', '140606.079000', '140606.082000', '140606.085000', '140606.088000', '140606.091000', '140606.093000', '140606.096000', '140606.099000', '140606.102000', '140606.105000', '140606.108000', '140606.111000', '140606.113000', '140606.116000', '140606.119000', '140606.122000', '140606.125000', '140606.128000', '140606.131000', '140606.134000', '140606.136000', '140606.139000', '140606.142000', '140606.145000', '140606.148000', '140606.151000', '140606.154000', '140626.030000', '140626.033000', '140626.036000', '140626.039000', '140626.043000', '140626.046000', '140626.049000', '140626.052000', '140626.055000', '140626.057000', '140626.060000', '140626.063000', '140626.066000', '140626.069000', '140626.072000', '140626.075000', '140626.087000', '140626.090000', '140626.093000', '140626.096000', '140626.099000', '140626.102000', '140626.105000', '140626.108000', '140626.110000', '140626.113000', '140626.116000', '140626.119000', '140626.122000', '140626.125000', '140626.128000', '140626.131000', '140626.134000', '140626.137000', '140626.140000', '140626.143000', '140626.145000', '140626.148000', '140626.151000', '140626.154000', '140626.157000', '140626.160000', '140626.162000', '140646.030000', '140646.033000', '140646.036000', '140646.039000', '140646.042000', '140646.045000', '140646.048000', '140646.050000', '140646.053000', '140646.056000', '140646.059000', '140646.062000', '140646.065000', '140646.068000', '140646.071000', '140646.073000', '140646.076000', '140646.079000', '140646.082000', '140646.085000', '140646.088000', '140646.091000', '140646.094000', '140646.097000', '140646.100000', '140646.102000', '140646.105000', '140646.108000', '140646.111000', '140646.114000', '140646.117000', '140646.120000', '140646.123000', '140646.125000', '140646.128000', '140646.131000', '140646.134000', '140646.137000', '140646.140000', '140646.143000', '140646.145000', '140646.148000', '140646.151000', '140646.154000', '140706.030000', '140706.033000', '140706.036000', '140706.039000', '140706.042000', '140706.045000', '140706.048000', '140706.050000', '140706.053000', '140706.056000', '140706.059000', '140706.062000', '140706.065000', '140706.068000', '140706.071000', '140706.074000', '140706.077000', '140706.079000', '140706.082000', '140706.085000', '140706.088000', '140706.091000', '140706.094000', '140706.097000', '140706.100000', '140706.103000', '140706.105000', '140706.108000', '140706.111000', '140706.114000', '140706.117000', '140706.120000', '140706.123000', '140706.129000', '140706.132000', '140706.135000', '140706.138000', '140706.140000', '140706.143000', '140706.146000', '140706.149000', '140706.152000', '140706.155000', '140726.030000', '140726.033000', '140726.036000', '140726.039000', '140726.042000', '140726.045000', '140726.048000', '140726.051000', '140726.053000', '140726.056000', '140726.059000', '140726.062000', '140726.065000', '140726.068000', '140726.071000', '140726.074000', '140726.077000', '140726.079000', '140726.082000', '140726.085000', '140726.088000', '140726.091000', '140726.094000', '140726.097000', '140726.100000', '140726.102000', '140726.105000', '140726.108000', '140726.111000', '140726.114000', '140726.117000', '140726.120000', '140726.123000', '140726.125000', '140726.128000', '140726.131000', '140726.134000', '140726.137000', '140726.140000', '140726.143000', '140726.145000', '140726.148000', '140726.151000', '140726.154000', '140746.029000', '140746.032000', '140746.035000', '140746.038000', '140746.041000', '140746.044000', '140746.047000', '140746.049000', '140746.052000', '140746.055000', '140746.058000', '140746.061000', '140746.064000', '140746.067000', '140746.070000', '140746.072000', '140746.075000', '140746.079000', '140746.082000', '140746.085000', '140746.088000', '140746.091000', '140746.094000', '140746.097000', '140746.100000', '140746.102000', '140746.105000', '140746.108000', '140746.111000', '140746.114000', '140746.117000', '140746.120000', '140746.123000', '140746.126000', '140746.129000', '140746.131000', '140746.135000', '140746.137000', '140746.140000', '140746.143000', '140746.146000', '140746.159000', '140746.162000', '140806.030000', '140806.033000', '140806.036000', '140806.039000', '140806.042000', '140806.045000', '140806.048000', '140806.051000', '140806.053000', '140806.056000', '140806.059000', '140806.062000', '140806.065000', '140806.068000', '140806.071000', '140806.074000', '140806.077000', '140806.079000', '140806.082000', '140806.085000', '140806.088000', '140806.091000', '140806.094000', '140806.097000', '140806.100000', '140806.102000', '140806.105000', '140806.108000', '140806.111000', '140806.114000', '140806.117000', '140806.120000', '140806.123000', '140806.125000', '140806.128000', '140806.131000', '140806.134000', '140806.137000', '140806.140000', '140806.143000', '140806.145000', '140806.148000', '140806.151000', '140806.154000', '140826.030000', '140826.033000', '140826.036000', '140826.039000', '140826.042000', '140826.045000', '140826.047000', '140826.050000', '140826.053000', '140826.056000', '140826.059000', '140826.062000', '140826.065000', '140826.068000', '140826.070000', '140826.073000', '140826.076000', '140826.079000', '140826.082000', '140826.085000', '140826.087000', '140826.090000', '140826.093000', '140826.096000', '140826.099000', '140826.102000', '140826.105000', '140826.108000', '140826.111000', '140826.114000', '140826.116000', '140826.119000', '140826.122000', '140826.125000', '140826.128000', '140826.131000', '140826.134000', '140826.137000', '140826.139000', '140826.142000', '140826.145000', '140826.148000', '140826.151000', '140846.030000', '140846.033000', '140846.036000', '140846.039000', '140846.042000', '140846.045000', '140846.047000', '140846.050000', '140846.053000', '140846.056000', '140846.059000', '140846.062000', '140846.065000', '140846.068000', '140846.070000', '140846.073000', '140846.076000', '140846.079000', '140846.082000', '140846.085000', '140846.088000', '140846.090000', '140846.093000', '140846.096000', '140846.099000', '140846.102000', '140846.105000', '140846.108000', '140846.110000', '140846.113000', '140846.116000', '140846.119000', '140846.122000', '140846.125000', '140846.127000', '140846.130000', '140846.133000', '140846.136000', '140846.139000', '140846.142000', '140846.145000', '140846.148000', '140846.150000', '140846.153000', '140906.030000', '140906.033000', '140906.036000', '140906.039000', '140906.042000', '140906.045000', '140906.048000', '140906.051000', '140906.053000', '140906.056000', '140906.059000', '140906.062000', '140906.065000', '140906.068000', '140906.071000', '140906.074000', '140906.077000', '140906.079000', '140906.082000', '140906.085000', '140906.088000', '140906.091000', '140906.094000', '140906.097000', '140906.100000', '140906.103000', '140906.105000', '140906.108000', '140906.111000', '140906.114000', '140906.117000', '140906.121000', '140906.124000', '140906.127000', '140906.129000', '140906.132000', '140906.144000', '140906.147000', '140906.150000', '140906.153000', '140906.156000', '140906.159000', '140906.162000', '140926.030000', '140926.033000', '140926.036000', '140926.039000', '140926.042000', '140926.045000', '140926.048000', '140926.051000', '140926.054000', '140926.057000', '140926.060000', '140926.062000', '140926.065000', '140926.068000', '140926.071000', '140926.074000', '140926.077000', '140926.080000', '140926.083000', '140926.085000', '140926.088000', '140926.091000', '140926.094000', '140926.097000', '140926.100000', '140926.103000', '140926.106000', '140926.109000', '140926.111000', '140926.114000', '140926.117000', '140926.120000', '140926.123000', '140926.126000', '140926.129000', '140926.131000', '140926.134000', '140926.137000', '140926.140000', '140926.143000', '140926.146000', '140926.149000', '140926.152000', '140926.154000', '140946.030000', '140946.033000', '140946.036000', '140946.039000', '140946.042000', '140946.045000', '140946.048000', '140946.051000', '140946.054000', '140946.057000', '140946.060000', '140946.063000', '140946.066000', '140946.069000', '140946.071000', '140946.074000', '140946.077000', '140946.080000', '140946.083000', '140946.086000', '140946.089000', '140946.092000', '140946.094000', '140946.097000', '140946.100000', '140946.103000', '140946.106000', '140946.109000', '140946.112000', '140946.115000', '140946.117000', '140946.120000', '140946.123000', '140946.126000', '140946.129000', '140946.132000', '140946.135000', '140946.138000', '140946.140000', '140946.143000', '140946.146000', '140946.149000', '140946.152000', '141006.029000', '141006.032000', '141006.035000', '141006.038000', '141006.041000', '141006.044000', '141006.047000', '141006.050000', '141006.053000', '141006.056000', '141006.059000', '141006.062000', '141006.064000', '141006.067000', '141006.070000', '141006.073000', '141006.076000', '141006.079000', '141006.082000', '141006.096000', '141006.099000', '141006.102000', '141006.105000', '141006.107000', '141006.110000', '141006.113000', '141006.116000', '141006.119000', '141006.122000', '141006.125000', '141006.127000', '141006.130000', '141006.134000', '141006.137000', '141006.140000', '141006.143000', '141006.146000', '141006.149000', '141006.152000', '141006.155000', '141006.158000', '141006.161000', '141006.163000', '141006.166000', '141026.030000', '141026.033000', '141026.036000', '141026.039000', '141026.042000', '141026.045000', '141026.048000', '141026.051000', '141026.054000', '141026.057000', '141026.059000', '141026.062000', '141026.065000', '141026.068000', '141026.071000', '141026.074000', '141026.077000', '141026.080000', '141026.083000', '141026.086000', '141026.089000', '141026.091000', '141026.094000', '141026.097000', '141026.100000', '141026.103000', '141026.106000', '141026.109000', '141026.112000', '141026.115000', '141026.117000', '141026.120000', '141026.123000', '141026.126000', '141026.129000', '141026.132000', '141026.135000', '141026.138000', '141026.141000', '141026.144000', '141026.146000', '141026.149000', '141026.152000', '141046.030000', '141046.033000', '141046.036000', '141046.039000', '141046.042000', '141046.045000', '141046.048000', '141046.051000', '141046.053000', '141046.056000', '141046.059000', '141046.062000', '141046.065000', '141046.068000', '141046.071000', '141046.074000', '141046.076000', '141046.079000', '141046.082000', '141046.085000', '141046.088000', '141046.091000', '141046.094000', '141046.097000', '141046.099000', '141046.102000', '141046.105000', '141046.108000', '141046.111000', '141046.114000', '141046.117000', '141046.120000', '141046.124000', '141046.126000', '141046.129000', '141046.132000', '141046.135000', '141046.138000', '141046.141000', '141046.144000', '141046.147000', '141046.150000', '141046.152000', '141046.155000', '141106.030000', '141106.033000', '141106.036000', '141106.039000', '141106.042000', '141106.045000', '141106.048000', '141106.051000', '141106.054000', '141106.057000', '141106.059000', '141106.062000', '141106.065000', '141106.068000', '141106.071000', '141106.074000', '141106.077000', '141106.080000', '141106.083000', '141106.085000', '141106.088000', '141106.091000', '141106.094000', '141106.097000', '141106.100000', '141106.103000', '141106.106000', '141106.109000', '141106.112000', '141106.114000', '141106.117000', '141106.120000', '141106.123000', '141106.126000', '141106.129000', '141106.132000', '141106.135000', '141106.137000', '141106.140000', '141106.143000', '141106.146000', '141106.149000', '141106.152000', '141126.030000', '141126.034000', '141126.037000', '141126.040000', '141126.043000', '141126.046000', '141126.048000', '141126.051000', '141126.054000', '141126.057000', '141126.060000', '141126.063000', '141126.065000', '141126.068000', '141126.071000', '141126.074000', '141126.077000', '141126.080000', '141126.083000', '141126.086000', '141126.089000', '141126.091000', '141126.094000', '141126.097000', '141126.100000', '141126.103000', '141126.106000', '141126.109000', '141126.112000', '141126.115000', '141126.118000', '141126.120000', '141126.123000', '141126.126000', '141126.129000', '141126.132000', '141126.135000', '141126.138000', '141126.141000', '141126.144000', '141126.147000', '141126.149000', '141126.152000', '141146.030000', '141146.033000', '141146.036000', '141146.039000', '141146.042000', '141146.045000', '141146.048000', '141146.051000', '141146.054000', '141146.057000', '141146.059000', '141146.062000', '141146.065000', '141146.068000', '141146.071000', '141146.074000', '141146.077000', '141146.080000', '141146.083000', '141146.085000', '141146.088000', '141146.091000', '141146.094000', '141146.097000', '141146.100000', '141146.103000', '141146.106000', '141146.108000', '141146.111000', '141146.114000', '141146.117000', '141146.120000', '141146.123000', '141146.126000', '141146.129000', '141146.132000', '141146.134000', '141146.137000', '141146.140000', '141146.143000', '141146.146000', '141146.149000', '141146.152000', '141146.155000', '141206.030000', '141206.033000', '141206.036000', '141206.039000', '141206.042000', '141206.045000', '141206.048000', '141206.052000', '141206.057000', '141206.060000', '141206.063000', '141206.066000', '141206.069000', '141206.072000', '141206.074000', '141206.077000', '141206.080000', '141206.083000', '141206.086000', '141206.089000', '141206.092000', '141206.095000', '141206.098000', '141206.100000', '141206.103000', '141206.106000', '141206.109000', '141206.112000', '141206.115000', '141206.117000', '141206.120000', '141206.123000', '141206.126000', '141206.129000', '141206.132000', '141206.135000', '141206.138000', '141206.140000', '141206.143000', '141206.146000', '141206.149000', '141206.152000', '141206.155000', '141226.030000', '141226.034000', '141226.036000', '141226.039000', '141226.042000', '141226.045000', '141226.048000', '141226.051000', '141226.054000', '141226.057000', '141226.060000', '141226.062000', '141226.065000', '141226.068000', '141226.071000', '141226.074000', '141226.077000', '141226.080000', '141226.083000', '141226.086000', '141226.088000', '141226.091000', '141226.094000', '141226.097000', '141226.100000', '141226.103000', '141226.106000', '141226.109000', '141226.112000', '141226.115000', '141226.117000', '141226.120000', '141226.123000', '141226.126000', '141226.129000', '141226.132000', '141226.135000', '141226.138000', '141226.140000', '141226.143000', '141226.146000', '141226.149000', '141226.152000', '141226.155000', '141246.030000', '141246.034000', '141246.036000', '141246.039000', '141246.042000', '141246.045000', '141246.048000', '141246.052000', '141246.054000', '141246.058000', '141246.060000', '141246.063000', '141246.066000', '141246.069000', '141246.072000', '141246.075000', '141246.078000', '141246.081000', '141246.083000', '141246.086000', '141246.089000', '141246.092000', '141246.095000', '141246.098000', '141246.101000', '141246.104000', '141246.107000', '141246.110000', '141246.113000', '141246.115000', '141246.118000', '141246.122000', '141246.125000', '141246.127000', '141246.130000', '141246.133000', '141246.136000', '141246.139000', '141246.142000', '141246.144000', '141246.147000', '141246.150000', '141246.153000', '141306.030000', '141306.033000', '141306.036000', '141306.039000', '141306.042000', '141306.045000', '141306.048000', '141306.051000', '141306.054000', '141306.056000', '141306.059000', '141306.062000', '141306.065000', '141306.068000', '141306.071000', '141306.074000', '141306.077000', '141306.080000', '141306.083000', '141306.085000', '141306.088000', '141306.091000', '141306.094000', '141306.097000', '141306.100000', '141306.103000', '141306.106000', '141306.109000', '141306.125000', '141306.128000', '141306.131000', '141306.134000', '141306.137000', '141306.140000', '141306.143000', '141306.146000', '141306.149000', '141306.151000', '141306.154000', '141306.157000', '141306.160000', '141306.163000', '141306.166000', '141306.169000', '141311.419000', '141311.423000', '141311.426000', '141311.429000', '141311.432000', '141311.435000', '141311.438000', '141311.441000', '141311.444000', '141311.447000', '141311.451000', '141311.454000'], 'InstanceCreationTime': ['140306.068000', '140306.071000', '140306.074000', '140306.077000', '140306.080000', '140306.083000', '140306.085000', '140306.094000', '140306.097000', '140306.100000', '140306.103000', '140306.105000', '140306.108000', '140306.111000', '140306.114000', '140306.117000', '140306.120000', '140306.123000', '140306.126000', '140306.128000', '140306.131000', '140306.134000', '140306.137000', '140306.140000', '140306.143000', '140306.146000', '140306.148000', '140306.155000', '140306.158000', '140306.161000', '140306.163000', '140306.166000', '140306.169000', '140306.172000', '140306.175000', '140306.178000', '140306.180000', '140306.183000', '140306.186000', '140306.189000', '140306.192000', '140306.195000', '140306.198000', '140306.200000', '140306.203000', '140306.206000', '140306.209000', '140306.212000', '140306.215000', '140306.217000', '140306.220000', '140306.223000', '140306.226000', '140306.229000', '140306.232000', '140306.244000', '140306.247000', '140306.250000', '140306.252000', '140326.030000', '140326.033000', '140326.036000', '140326.039000', '140326.042000', '140326.045000', '140326.047000', '140326.050000', '140326.053000', '140326.063000', '140326.066000', '140326.069000', '140326.072000', '140326.075000', '140326.078000', '140326.081000', '140326.083000', '140326.086000', '140326.089000', '140326.092000', '140326.095000', '140326.098000', '140326.100000', '140326.103000', '140326.106000', '140326.109000', '140326.112000', '140326.115000', '140326.118000', '140326.120000', '140326.123000', '140326.126000', '140326.129000', '140326.132000', '140326.135000', '140326.138000', '140326.141000', '140326.144000', '140326.147000', '140326.150000', '140326.153000', '140326.155000', '140326.158000', '140326.161000', '140346.030000', '140346.034000', '140346.037000', '140346.040000', '140346.043000', '140346.046000', '140346.049000', '140346.051000', '140346.054000', '140346.057000', '140346.060000', '140346.063000', '140346.066000', '140346.069000', '140346.071000', '140346.074000', '140346.077000', '140346.080000', '140346.083000', '140346.086000', '140346.088000', '140346.091000', '140346.094000', '140346.097000', '140346.100000', '140346.103000', '140346.106000', '140346.108000', '140346.111000', '140346.114000', '140346.117000', '140346.120000', '140346.123000', '140346.125000', '140346.128000', '140346.131000', '140346.134000', '140346.137000', '140346.140000', '140346.143000', '140346.145000', '140346.148000', '140346.151000', '140406.030000', '140406.033000', '140406.036000', '140406.039000', '140406.042000', '140406.044000', '140406.047000', '140406.050000', '140406.053000', '140406.056000', '140406.059000', '140406.062000', '140406.065000', '140406.067000', '140406.070000', '140406.073000', '140406.076000', '140406.079000', '140406.082000', '140406.085000', '140406.087000', '140406.090000', '140406.093000', '140406.096000', '140406.099000', '140406.102000', '140406.105000', '140406.108000', '140406.111000', '140406.113000', '140406.116000', '140406.119000', '140406.122000', '140406.125000', '140406.128000', '140406.131000', '140406.133000', '140406.136000', '140406.139000', '140406.142000', '140406.145000', '140406.148000', '140406.151000', '140406.154000', '140426.030000', '140426.033000', '140426.036000', '140426.039000', '140426.042000', '140426.045000', '140426.048000', '140426.051000', '140426.053000', '140426.056000', '140426.059000', '140426.062000', '140426.065000', '140426.068000', '140426.071000', '140426.074000', '140426.077000', '140426.080000', '140426.082000', '140426.085000', '140426.088000', '140426.091000', '140426.094000', '140426.097000', '140426.100000', '140426.103000', '140426.105000', '140426.108000', '140426.111000', '140426.114000', '140426.117000', '140426.120000', '140426.123000', '140426.125000', '140426.128000', '140426.131000', '140426.134000', '140426.137000', '140426.140000', '140426.143000', '140426.146000', '140426.149000', '140426.152000', '140446.030000', '140446.033000', '140446.036000', '140446.039000', '140446.042000', '140446.045000', '140446.064000', '140446.067000', '140446.070000', '140446.073000', '140446.076000', '140446.079000', '140446.082000', '140446.085000', '140446.087000', '140446.090000', '140446.093000', '140446.096000', '140446.099000', '140446.102000', '140446.105000', '140446.108000', '140446.110000', '140446.113000', '140446.116000', '140446.119000', '140446.122000', '140446.125000', '140446.128000', '140446.131000', '140446.133000', '140446.136000', '140446.139000', '140446.142000', '140446.145000', '140446.160000', '140446.163000', '140446.166000', '140446.169000', '140446.171000', '140446.174000', '140446.177000', '140446.180000', '140446.183000', '140506.030000', '140506.033000', '140506.036000', '140506.039000', '140506.042000', '140506.045000', '140506.048000', '140506.050000', '140506.053000', '140506.056000', '140506.060000', '140506.063000', '140506.066000', '140506.069000', '140506.072000', '140506.075000', '140506.078000', '140506.080000', '140506.083000', '140506.086000', '140506.089000', '140506.092000', '140506.095000', '140506.098000', '140506.101000', '140506.104000', '140506.106000', '140506.117000', '140506.120000', '140506.123000', '140506.126000', '140506.129000', '140506.131000', '140506.134000', '140506.137000', '140506.140000', '140506.143000', '140506.146000', '140506.149000', '140506.152000', '140506.154000', '140506.157000', '140506.160000', '140526.030000', '140526.033000', '140526.036000', '140526.039000', '140526.042000', '140526.045000', '140526.047000', '140526.050000', '140526.053000', '140526.056000', '140526.059000', '140526.062000', '140526.065000', '140526.068000', '140526.070000', '140526.073000', '140526.076000', '140526.079000', '140526.082000', '140526.085000', '140526.088000', '140526.091000', '140526.094000', '140526.096000', '140526.099000', '140526.102000', '140526.105000', '140526.108000', '140526.111000', '140526.114000', '140526.116000', '140526.119000', '140526.122000', '140526.125000', '140526.128000', '140526.131000', '140526.140000', '140526.143000', '140526.146000', '140526.149000', '140526.152000', '140526.155000', '140526.158000', '140526.160000', '140546.030000', '140546.033000', '140546.036000', '140546.039000', '140546.042000', '140546.045000', '140546.047000', '140546.050000', '140546.053000', '140546.056000', '140546.059000', '140546.062000', '140546.065000', '140546.068000', '140546.070000', '140546.073000', '140546.076000', '140546.079000', '140546.082000', '140546.095000', '140546.098000', '140546.100000', '140546.103000', '140546.106000', '140546.109000', '140546.112000', '140546.115000', '140546.120000', '140546.124000', '140546.127000', '140546.130000', '140546.133000', '140546.136000', '140546.139000', '140546.142000', '140546.144000', '140546.147000', '140546.150000', '140546.153000', '140546.156000', '140546.159000', '140546.162000', '140546.164000', '140606.030000', '140606.033000', '140606.036000', '140606.039000', '140606.042000', '140606.045000', '140606.047000', '140606.050000', '140606.053000', '140606.056000', '140606.059000', '140606.062000', '140606.065000', '140606.068000', '140606.070000', '140606.073000', '140606.076000', '140606.079000', '140606.082000', '140606.085000', '140606.088000', '140606.091000', '140606.093000', '140606.096000', '140606.099000', '140606.102000', '140606.105000', '140606.108000', '140606.111000', '140606.113000', '140606.116000', '140606.119000', '140606.122000', '140606.125000', '140606.128000', '140606.131000', '140606.134000', '140606.136000', '140606.139000', '140606.142000', '140606.145000', '140606.148000', '140606.151000', '140606.154000', '140626.030000', '140626.033000', '140626.036000', '140626.039000', '140626.043000', '140626.046000', '140626.049000', '140626.052000', '140626.055000', '140626.057000', '140626.060000', '140626.063000', '140626.066000', '140626.069000', '140626.072000', '140626.075000', '140626.087000', '140626.090000', '140626.093000', '140626.096000', '140626.099000', '140626.102000', '140626.105000', '140626.108000', '140626.110000', '140626.113000', '140626.116000', '140626.119000', '140626.122000', '140626.125000', '140626.128000', '140626.131000', '140626.134000', '140626.137000', '140626.140000', '140626.143000', '140626.145000', '140626.148000', '140626.151000', '140626.154000', '140626.157000', '140626.160000', '140626.162000', '140646.030000', '140646.033000', '140646.036000', '140646.039000', '140646.042000', '140646.045000', '140646.048000', '140646.050000', '140646.053000', '140646.056000', '140646.059000', '140646.062000', '140646.065000', '140646.068000', '140646.071000', '140646.073000', '140646.076000', '140646.079000', '140646.082000', '140646.085000', '140646.088000', '140646.091000', '140646.094000', '140646.097000', '140646.100000', '140646.102000', '140646.105000', '140646.108000', '140646.111000', '140646.114000', '140646.117000', '140646.120000', '140646.123000', '140646.125000', '140646.128000', '140646.131000', '140646.134000', '140646.137000', '140646.140000', '140646.143000', '140646.145000', '140646.148000', '140646.151000', '140646.154000', '140706.030000', '140706.033000', '140706.036000', '140706.039000', '140706.042000', '140706.045000', '140706.048000', '140706.050000', '140706.053000', '140706.056000', '140706.059000', '140706.062000', '140706.065000', '140706.068000', '140706.071000', '140706.074000', '140706.077000', '140706.079000', '140706.082000', '140706.085000', '140706.088000', '140706.091000', '140706.094000', '140706.097000', '140706.100000', '140706.103000', '140706.105000', '140706.108000', '140706.111000', '140706.114000', '140706.117000', '140706.120000', '140706.123000', '140706.129000', '140706.132000', '140706.135000', '140706.138000', '140706.140000', '140706.143000', '140706.146000', '140706.149000', '140706.152000', '140706.155000', '140726.030000', '140726.033000', '140726.036000', '140726.039000', '140726.042000', '140726.045000', '140726.048000', '140726.051000', '140726.053000', '140726.056000', '140726.059000', '140726.062000', '140726.065000', '140726.068000', '140726.071000', '140726.074000', '140726.077000', '140726.079000', '140726.082000', '140726.085000', '140726.088000', '140726.091000', '140726.094000', '140726.097000', '140726.100000', '140726.102000', '140726.105000', '140726.108000', '140726.111000', '140726.114000', '140726.117000', '140726.120000', '140726.123000', '140726.125000', '140726.128000', '140726.131000', '140726.134000', '140726.137000', '140726.140000', '140726.143000', '140726.145000', '140726.148000', '140726.151000', '140726.154000', '140746.029000', '140746.032000', '140746.035000', '140746.038000', '140746.041000', '140746.044000', '140746.047000', '140746.049000', '140746.052000', '140746.055000', '140746.058000', '140746.061000', '140746.064000', '140746.067000', '140746.070000', '140746.072000', '140746.075000', '140746.079000', '140746.082000', '140746.085000', '140746.088000', '140746.091000', '140746.094000', '140746.097000', '140746.100000', '140746.102000', '140746.105000', '140746.108000', '140746.111000', '140746.114000', '140746.117000', '140746.120000', '140746.123000', '140746.126000', '140746.129000', '140746.131000', '140746.135000', '140746.137000', '140746.140000', '140746.143000', '140746.146000', '140746.159000', '140746.162000', '140806.030000', '140806.033000', '140806.036000', '140806.039000', '140806.042000', '140806.045000', '140806.048000', '140806.051000', '140806.053000', '140806.056000', '140806.059000', '140806.062000', '140806.065000', '140806.068000', '140806.071000', '140806.074000', '140806.077000', '140806.079000', '140806.082000', '140806.085000', '140806.088000', '140806.091000', '140806.094000', '140806.097000', '140806.100000', '140806.102000', '140806.105000', '140806.108000', '140806.111000', '140806.114000', '140806.117000', '140806.120000', '140806.123000', '140806.125000', '140806.128000', '140806.131000', '140806.134000', '140806.137000', '140806.140000', '140806.143000', '140806.145000', '140806.148000', '140806.151000', '140806.154000', '140826.030000', '140826.033000', '140826.036000', '140826.039000', '140826.042000', '140826.045000', '140826.047000', '140826.050000', '140826.053000', '140826.056000', '140826.059000', '140826.062000', '140826.065000', '140826.068000', '140826.070000', '140826.073000', '140826.076000', '140826.079000', '140826.082000', '140826.085000', '140826.087000', '140826.090000', '140826.093000', '140826.096000', '140826.099000', '140826.102000', '140826.105000', '140826.108000', '140826.111000', '140826.114000', '140826.116000', '140826.119000', '140826.122000', '140826.125000', '140826.128000', '140826.131000', '140826.134000', '140826.137000', '140826.139000', '140826.142000', '140826.145000', '140826.148000', '140826.151000', '140846.030000', '140846.033000', '140846.036000', '140846.039000', '140846.042000', '140846.045000', '140846.047000', '140846.050000', '140846.053000', '140846.056000', '140846.059000', '140846.062000', '140846.065000', '140846.068000', '140846.070000', '140846.073000', '140846.076000', '140846.079000', '140846.082000', '140846.085000', '140846.088000', '140846.090000', '140846.093000', '140846.096000', '140846.099000', '140846.102000', '140846.105000', '140846.108000', '140846.110000', '140846.113000', '140846.116000', '140846.119000', '140846.122000', '140846.125000', '140846.127000', '140846.130000', '140846.133000', '140846.136000', '140846.139000', '140846.142000', '140846.145000', '140846.148000', '140846.150000', '140846.153000', '140906.030000', '140906.033000', '140906.036000', '140906.039000', '140906.042000', '140906.045000', '140906.048000', '140906.051000', '140906.053000', '140906.056000', '140906.059000', '140906.062000', '140906.065000', '140906.068000', '140906.071000', '140906.074000', '140906.077000', '140906.079000', '140906.082000', '140906.085000', '140906.088000', '140906.091000', '140906.094000', '140906.097000', '140906.100000', '140906.103000', '140906.105000', '140906.108000', '140906.111000', '140906.114000', '140906.117000', '140906.121000', '140906.124000', '140906.127000', '140906.129000', '140906.132000', '140906.144000', '140906.147000', '140906.150000', '140906.153000', '140906.156000', '140906.159000', '140906.162000', '140926.030000', '140926.033000', '140926.036000', '140926.039000', '140926.042000', '140926.045000', '140926.048000', '140926.051000', '140926.054000', '140926.057000', '140926.060000', '140926.062000', '140926.065000', '140926.068000', '140926.071000', '140926.074000', '140926.077000', '140926.080000', '140926.083000', '140926.085000', '140926.088000', '140926.091000', '140926.094000', '140926.097000', '140926.100000', '140926.103000', '140926.106000', '140926.109000', '140926.111000', '140926.114000', '140926.117000', '140926.120000', '140926.123000', '140926.126000', '140926.129000', '140926.131000', '140926.134000', '140926.137000', '140926.140000', '140926.143000', '140926.146000', '140926.149000', '140926.152000', '140926.154000', '140946.030000', '140946.033000', '140946.036000', '140946.039000', '140946.042000', '140946.045000', '140946.048000', '140946.051000', '140946.054000', '140946.057000', '140946.060000', '140946.063000', '140946.066000', '140946.069000', '140946.071000', '140946.074000', '140946.077000', '140946.080000', '140946.083000', '140946.086000', '140946.089000', '140946.092000', '140946.094000', '140946.097000', '140946.100000', '140946.103000', '140946.106000', '140946.109000', '140946.112000', '140946.115000', '140946.117000', '140946.120000', '140946.123000', '140946.126000', '140946.129000', '140946.132000', '140946.135000', '140946.138000', '140946.140000', '140946.143000', '140946.146000', '140946.149000', '140946.152000', '141006.029000', '141006.032000', '141006.035000', '141006.038000', '141006.041000', '141006.044000', '141006.047000', '141006.050000', '141006.053000', '141006.056000', '141006.059000', '141006.062000', '141006.064000', '141006.067000', '141006.070000', '141006.073000', '141006.076000', '141006.079000', '141006.082000', '141006.096000', '141006.099000', '141006.102000', '141006.105000', '141006.107000', '141006.110000', '141006.113000', '141006.116000', '141006.119000', '141006.122000', '141006.125000', '141006.127000', '141006.130000', '141006.134000', '141006.137000', '141006.140000', '141006.143000', '141006.146000', '141006.149000', '141006.152000', '141006.155000', '141006.158000', '141006.161000', '141006.163000', '141006.166000', '141026.030000', '141026.033000', '141026.036000', '141026.039000', '141026.042000', '141026.045000', '141026.048000', '141026.051000', '141026.054000', '141026.057000', '141026.059000', '141026.062000', '141026.065000', '141026.068000', '141026.071000', '141026.074000', '141026.077000', '141026.080000', '141026.083000', '141026.086000', '141026.089000', '141026.091000', '141026.094000', '141026.097000', '141026.100000', '141026.103000', '141026.106000', '141026.109000', '141026.112000', '141026.115000', '141026.117000', '141026.120000', '141026.123000', '141026.126000', '141026.129000', '141026.132000', '141026.135000', '141026.138000', '141026.141000', '141026.144000', '141026.146000', '141026.149000', '141026.152000', '141046.030000', '141046.033000', '141046.036000', '141046.039000', '141046.042000', '141046.045000', '141046.048000', '141046.051000', '141046.053000', '141046.056000', '141046.059000', '141046.062000', '141046.065000', '141046.068000', '141046.071000', '141046.074000', '141046.076000', '141046.079000', '141046.082000', '141046.085000', '141046.088000', '141046.091000', '141046.094000', '141046.097000', '141046.099000', '141046.102000', '141046.105000', '141046.108000', '141046.111000', '141046.114000', '141046.117000', '141046.120000', '141046.124000', '141046.126000', '141046.129000', '141046.132000', '141046.135000', '141046.138000', '141046.141000', '141046.144000', '141046.147000', '141046.150000', '141046.152000', '141046.155000', '141106.030000', '141106.033000', '141106.036000', '141106.039000', '141106.042000', '141106.045000', '141106.048000', '141106.051000', '141106.054000', '141106.057000', '141106.059000', '141106.062000', '141106.065000', '141106.068000', '141106.071000', '141106.074000', '141106.077000', '141106.080000', '141106.083000', '141106.085000', '141106.088000', '141106.091000', '141106.094000', '141106.097000', '141106.100000', '141106.103000', '141106.106000', '141106.109000', '141106.112000', '141106.114000', '141106.117000', '141106.120000', '141106.123000', '141106.126000', '141106.129000', '141106.132000', '141106.135000', '141106.137000', '141106.140000', '141106.143000', '141106.146000', '141106.149000', '141106.152000', '141126.030000', '141126.034000', '141126.037000', '141126.040000', '141126.043000', '141126.046000', '141126.048000', '141126.051000', '141126.054000', '141126.057000', '141126.060000', '141126.063000', '141126.065000', '141126.068000', '141126.071000', '141126.074000', '141126.077000', '141126.080000', '141126.083000', '141126.086000', '141126.089000', '141126.091000', '141126.094000', '141126.097000', '141126.100000', '141126.103000', '141126.106000', '141126.109000', '141126.112000', '141126.115000', '141126.118000', '141126.120000', '141126.123000', '141126.126000', '141126.129000', '141126.132000', '141126.135000', '141126.138000', '141126.141000', '141126.144000', '141126.147000', '141126.149000', '141126.152000', '141146.030000', '141146.033000', '141146.036000', '141146.039000', '141146.042000', '141146.045000', '141146.048000', '141146.051000', '141146.054000', '141146.057000', '141146.059000', '141146.062000', '141146.065000', '141146.068000', '141146.071000', '141146.074000', '141146.077000', '141146.080000', '141146.083000', '141146.085000', '141146.088000', '141146.091000', '141146.094000', '141146.097000', '141146.100000', '141146.103000', '141146.106000', '141146.108000', '141146.111000', '141146.114000', '141146.117000', '141146.120000', '141146.123000', '141146.126000', '141146.129000', '141146.132000', '141146.134000', '141146.137000', '141146.140000', '141146.143000', '141146.146000', '141146.149000', '141146.152000', '141146.155000', '141206.030000', '141206.033000', '141206.036000', '141206.039000', '141206.042000', '141206.045000', '141206.048000', '141206.052000', '141206.057000', '141206.060000', '141206.063000', '141206.066000', '141206.069000', '141206.072000', '141206.074000', '141206.077000', '141206.080000', '141206.083000', '141206.086000', '141206.089000', '141206.092000', '141206.095000', '141206.098000', '141206.100000', '141206.103000', '141206.106000', '141206.109000', '141206.112000', '141206.115000', '141206.117000', '141206.120000', '141206.123000', '141206.126000', '141206.129000', '141206.132000', '141206.135000', '141206.138000', '141206.140000', '141206.143000', '141206.146000', '141206.149000', '141206.152000', '141206.155000', '141226.030000', '141226.034000', '141226.036000', '141226.039000', '141226.042000', '141226.045000', '141226.048000', '141226.051000', '141226.054000', '141226.057000', '141226.060000', '141226.062000', '141226.065000', '141226.068000', '141226.071000', '141226.074000', '141226.077000', '141226.080000', '141226.083000', '141226.086000', '141226.088000', '141226.091000', '141226.094000', '141226.097000', '141226.100000', '141226.103000', '141226.106000', '141226.109000', '141226.112000', '141226.115000', '141226.117000', '141226.120000', '141226.123000', '141226.126000', '141226.129000', '141226.132000', '141226.135000', '141226.138000', '141226.140000', '141226.143000', '141226.146000', '141226.149000', '141226.152000', '141226.155000', '141246.030000', '141246.034000', '141246.036000', '141246.039000', '141246.042000', '141246.045000', '141246.048000', '141246.052000', '141246.054000', '141246.058000', '141246.060000', '141246.063000', '141246.066000', '141246.069000', '141246.072000', '141246.075000', '141246.078000', '141246.081000', '141246.083000', '141246.086000', '141246.089000', '141246.092000', '141246.095000', '141246.098000', '141246.101000', '141246.104000', '141246.107000', '141246.110000', '141246.113000', '141246.115000', '141246.118000', '141246.122000', '141246.125000', '141246.127000', '141246.130000', '141246.133000', '141246.136000', '141246.139000', '141246.142000', '141246.144000', '141246.147000', '141246.150000', '141246.153000', '141306.030000', '141306.033000', '141306.036000', '141306.039000', '141306.042000', '141306.045000', '141306.048000', '141306.051000', '141306.054000', '141306.056000', '141306.059000', '141306.062000', '141306.065000', '141306.068000', '141306.071000', '141306.074000', '141306.077000', '141306.080000', '141306.083000', '141306.085000', '141306.088000', '141306.091000', '141306.094000', '141306.097000', '141306.100000', '141306.103000', '141306.106000', '141306.109000', '141306.125000', '141306.128000', '141306.131000', '141306.134000', '141306.137000', '141306.140000', '141306.143000', '141306.146000', '141306.149000', '141306.151000', '141306.154000', '141306.157000', '141306.160000', '141306.163000', '141306.166000', '141306.169000', '141311.419000', '141311.423000', '141311.426000', '141311.429000', '141311.432000', '141311.435000', '141311.438000', '141311.441000', '141311.444000', '141311.447000', '141311.451000', '141311.454000'], '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': [14001, 10964, 15058, 10691, 16713, 11007, 14390, 10939, 13015, 11133, 13163, 11007, 13665, 10876, 13104, 10882, 11779, 10591, 10222, 10429, 9396, 11177, 9763, 11769, 9782, 12522, 9945, 13207, 10136, 13224, 10103, 13173, 9521, 12367, 9979, 12699, 10103, 12710, 9901, 12712, 9975, 13253, 10117, 13165, 10069, 13291, 9756, 13204, 10083, 13387, 10169, 12969, 10449, 13194, 9880, 13327, 10416, 13184, 9954, 13267, 9300, 13536, 9346, 13632, 9137, 13395, 9039, 13479, 8906, 13817, 9437, 13540, 9339, 13194, 8836, 11779, 10961, 11437, 8426, 11238, 9779, 10958, 11949, 10551, 12403, 10905, 8595, 10845, 10295, 10902, 13321, 11099, 10376, 10430, 12777, 10162, 15335, 10402, 14672, 10552, 11962, 10471, 11337, 10542, 12567, 10578, 7904, 10928, 8033, 11384, 9961, 11181, 9198, 12424, 8333, 11438, 12147, 10710, 13984, 10740, 12182, 10275, 15375, 10477, 13708, 10562, 13467, 10494, 12651, 10887, 12259, 10534, 10375, 10959, 9907, 11743, 10514, 12827, 9918, 12473, 10549, 12307, 10480, 12745, 10610, 13200, 10378, 13834, 10421, 12946, 10670, 13000, 10617, 13613, 10790, 13795, 10967, 13229, 10887, 13646, 10884, 10395, 10687, 11046, 10746, 11152, 10587, 9450, 11390, 10163, 11286, 10203, 12080, 10355, 13017, 10116, 12986, 10468, 13251, 10783, 13864, 11059, 13655, 10934, 13519, 10690, 12955, 10468, 12736, 10592, 11385, 9087, 10516, 8765, 10558, 9844, 10994, 10003, 11472, 9915, 12348, 10293, 13433, 10588, 12876, 10413, 12397, 15183, 10904, 13976, 10893, 12898, 10205, 11855, 8669, 10918, 11392, 10650, 12097, 10896, 9593, 11114, 8269, 10636, 9498, 12073, 9725, 12816, 9575, 13156, 9692, 12912, 8810, 10831, 10451, 11391, 8875, 11608, 9075, 12139, 8222, 11665, 8920, 12010, 9171, 12240, 9498, 12507, 9537, 13438, 9825, 13458, 10256, 13550, 10192, 13373, 9632, 13072, 9700, 12962, 9360, 12686, 9546, 13018, 9785, 13239, 10063, 13388, 10257, 13289, 10113, 12936, 10046, 13313, 10507, 11085, 10561, 7533, 11311, 8555, 11508, 8052, 12105, 9113, 12077, 9402, 12836, 9281, 13364, 9415, 12937, 9001, 12668, 8916, 13170, 9385, 13210, 9608, 13316, 9905, 13557, 9628, 13372, 10304, 13601, 10340, 13612, 10635, 13394, 10107, 13374, 10759, 13825, 10434, 12979, 10713, 13923, 10691, 11379, 10628, 11212, 10477, 11974, 10566, 12744, 10696, 9530, 10820, 14330, 10678, 14860, 10603, 13911, 10770, 13851, 10848, 14256, 10955, 13181, 10804, 13060, 11061, 12817, 10960, 13262, 10815, 13159, 10002, 12703, 9947, 12673, 9823, 12737, 9543, 13258, 10087, 13355, 10490, 13335, 10334, 13398, 10396, 13908, 10688, 12899, 10353, 14236, 10375, 14443, 10601, 9027, 10552, 8109, 11339, 9079, 11885, 9911, 11514, 9863, 12621, 9923, 12982, 9603, 13099, 9316, 13628, 10151, 14149, 10347, 13622, 10188, 13645, 10335, 13420, 10679, 13821, 10578, 13698, 10267, 13479, 10769, 10030, 10492, 8741, 11461, 9257, 13311, 9364, 13942, 10267, 14131, 10331, 13365, 9523, 13466, 10275, 13405, 10132, 13389, 10212, 13570, 9952, 14508, 10707, 11895, 10789, 9337, 11108, 10385, 13372, 10418, 14204, 10998, 10576, 11104, 9743, 12987, 9925, 12056, 16034, 10521, 14563, 10493, 13385, 9989, 12785, 9731, 13114, 9317, 12634, 9323, 13112, 10064, 13027, 10220, 13659, 10254, 14319, 10747, 14962, 10463, 13752, 9557, 13408, 9998, 12136, 9716, 11556, 9348, 11635, 13476, 10981, 10944, 11877, 9071, 11247, 9251, 13044, 9768, 13630, 9501, 13674, 9532, 12607, 10182, 11204, 13703, 11458, 8316, 11020, 9889, 10576, 14251, 10650, 10894, 11492, 14519, 10868, 15296, 10507, 15027, 10789, 13897, 10771, 13159, 10359, 13376, 10469, 13150, 10860, 12741, 10964, 13002, 10760, 13436, 10847, 14035, 11039, 13844, 10998, 13669, 10610, 13653, 10835, 13520, 10848, 12766, 10793, 12943, 10638, 14445, 10962, 13899, 10904, 12770, 10072, 12491, 10059, 11871, 9822, 11514, 8986, 11391, 9919, 10662, 11722, 11377, 11515, 10686, 15940, 10639, 14092, 10492, 13531, 10959, 13353, 10877, 13641, 10335, 13682, 10816, 13449, 10654, 13189, 10608, 13913, 11004, 10777, 10906, 9327, 10724, 12936, 10622, 10624, 11950, 9290, 12311, 9634, 12913, 10208, 13756, 10400, 13620, 10475, 13890, 10807, 15006, 11016, 11236, 10964, 8639, 11268, 9797, 12520, 10242, 13386, 10222, 13492, 10505, 14837, 11056, 11264, 10976, 8789, 10613, 8648, 12384, 10167, 13968, 10326, 13718, 10621, 13906, 10961, 13618, 10888, 13514, 11103, 13985, 10707, 12651, 10696, 8403, 10758, 9217, 11265, 9290, 11640, 10269, 12199, 9617, 11355, 9019, 11348, 11280, 11381, 9943, 11800, 9116, 10971, 11969, 10775, 10581, 11750, 10344, 12396, 10297, 13420, 11109, 12008, 11005, 8563, 10610, 10195, 12400, 10418, 13227, 10535, 12690, 10656, 13144, 10277, 13308, 10506, 14226, 11105, 14653, 11081, 11704, 10541, 10243, 11483, 10090, 11797, 10241, 12760, 10188, 13960, 10576, 13344, 10947, 13242, 10841, 14146, 11105, 10355, 11124, 9058, 11299, 11034, 11075, 12544, 11145, 8141, 10896, 8471, 11149, 10046, 11276, 10170, 11528, 10278, 11285, 10153, 11880, 9973, 12589, 10295, 12987, 10280, 12927, 10008, 12880, 9648, 13249, 10380, 12937, 10004, 13003, 10154, 13578, 10653, 13568, 10990, 13037, 10692, 13047, 10098, 13020, 10295, 12520, 10316, 12185, 9981, 13064, 10701, 13205, 11079, 13395, 11079, 12060, 10946, 8431, 10864, 9099, 10971, 11201, 10829, 15850, 11082, 13155, 10921, 12610, 10474, 12369, 10306, 11074, 10459, 11152, 10589, 11380, 9990, 12236, 10404, 13166, 10583, 12972, 10862, 13143, 10086, 13081, 10334, 12607, 10217, 11941, 9332, 11171, 11657, 10995, 8715, 10851, 8673, 10917, 8644, 10833, 9416, 11954, 10169, 12507, 10088, 12868, 9845, 13016, 10264, 13565, 10647, 13241, 10617, 12939, 10232, 12986, 10595, 12959, 10935, 13036, 10948, 13463, 10900, 14210, 10927, 13074, 10890, 12904, 11047, 10803, 10492, 9727, 10827, 10407, 12437, 10769, 13847, 10710, 13348, 10283, 12732, 10166, 12785, 10470, 13444, 10363, 12650, 10272, 12476, 10023, 12762, 10191, 12629, 10260, 12592, 9747, 12960, 10484, 13440, 10443, 12723, 10312, 12775, 9837, 12315, 10156, 12029, 10239, 12348, 10032, 12772, 9929, 12974, 10264, 12808, 10296, 13302, 10272, 13709, 10504, 13063, 10496, 13052, 10071, 13539, 10410, 12996, 10285, 13244, 10075, 13768, 10681, 14048, 10796, 10811, 10748, 14394, 10812, 10274, 10979, 13541, 11039, 14965, 10712, 13794, 11120, 13778, 10930, 13182, 10796, 13728, 11101, 13675, 11098, 12779, 10984, 11452, 10852, 9401, 10697, 10292, 12260, 9938, 12658, 9984, 11945, 10126, 12038, 14812, 10814, 14874, 10811, 13542, 10778, 13407, 10826, 13341, 10792, 13165, 10864, 8944, 10866, 9277, 10997, 13885, 10941, 12584, 10960, 15679, 10883, 13343, 10309, 12738, 9983, 12754, 10371, 12640, 10532, 12865, 9936, 13147, 10096, 13108, 10630, 12705, 10205, 12497, 9940, 11483, 9701, 11118, 10042, 11192, 9917, 11914, 9568, 12479, 10081, 12735, 10241, 12901, 10106, 13068, 10074, 13755, 10652, 13459, 10622, 13242, 10590, 13428, 11026, 12210, 10884, 8791, 10835, 10058, 12650, 9856, 13813, 10573, 13513, 11101, 14021, 10690, 13539, 10922, 14468, 11225, 13375, 11021, 13348, 10751, 13228, 11178, 14239, 11335, 13159, 10798, 11441, 10082, 10850, 10982, 10733, 12040, 10808, 13015, 10981, 13254, 10880, 12685, 10706, 13256, 10866, 13444, 11038, 13244, 11076, 13325, 10859, 13446, 11165, 12670, 10998, 12485, 11141, 12614, 11249, 12748, 10935, 12728, 11174, 12093, 11270, 13705, 11145, 12678, 10728, 12703, 10628, 11765, 10549, 11283, 10233, 11783, 10064, 12217, 10328, 12626, 10564, 12513, 10171, 13250, 10633, 13356, 11022, 13429, 11176, 13478, 10877, 13596, 11344, 10858, 11117, 10643, 10928, 14314, 11310, 9690, 10839, 8614, 11093, 9335, 11371, 10434, 11939, 10001, 12431, 10319, 13006, 10527, 13342, 10428, 13013, 10092, 13354, 10194, 13804, 10644, 14055, 11095, 13193, 10895, 11945, 11049, 9321, 11029, 9556, 10915, 15750, 10803, 13730, 10612, 12998, 11057, 13307, 11160, 12760, 10762, 12687, 10791, 11384, 10911, 13473, 10946, 12942, 10404, 12299, 10325, 11784, 10849, 10944, 15999, 11015, 13540, 10893, 11268, 11076, 10565, 10988, 10756, 10979, 9837, 11376, 10540, 12052, 9766, 11929, 11271, 11466, 9168, 10957, 12948, 11072, 14868, 10930, 10046, 10837, 9166, 10744, 10359, 10864, 9078, 11333, 10373, 12258, 10555, 12965, 10614, 13540, 11023, 13471, 11021, 12980, 10793, 12873, 10514, 13283, 10912, 13020, 10736, 13176, 10957, 13863, 11208, 8564, 10683, 11116, 12017, 11306, 13488, 11527, 9532, 11286, 10778, 13761, 10902, 16949, 11042, 13585, 10992, 13569, 10983, 14526, 10561, 9554, 10683, 10551, 12038, 10166, 13167, 10741, 14365, 11322, 8088, 10387, 9679, 12267, 10242, 14174, 10623, 13616, 10656, 12639, 9941, 11588, 10643, 12397, 10301, 12622, 10128, 13512, 10872, 13676, 11039, 8922, 11169, 8649, 11468, 10871, 11517, 10048, 11719, 8762, 11137, 12755, 10839, 9609, 10726, 8593, 10838, 9165, 12270, 10018, 13406, 10004, 12948, 9928, 13064, 9657, 13567, 10120, 13025, 10458, 12890, 10247, 13398, 10212, 13530, 10370, 13049, 10726, 13650, 10676, 13469, 10362, 13035, 10526, 12751, 10634, 13078, 10806, 13993, 10859, 10235, 11018, 14099, 11009, 12973, 10256, 11773, 8648, 10941, 14860, 10793, 12790, 10312, 12016, 10434, 11487, 10455, 11582, 10164, 12203, 10001, 12468, 10122, 12573, 10345, 12658, 10354, 13236, 10398, 12784, 9789, 10805, 15789, 10812, 11157, 10947, 11827, 10807, 15046, 11182, 14953, 10998, 11862, 10890, 10569, 10637, 10316, 10750, 10468, 11386, 9010, 10913, 8649, 11087, 9254, 11791, 10540, 12167, 10522, 12723, 10519, 12839, 9967, 13212, 10492, 13113, 11116, 13507, 10750, 13858, 11067, 12392, 10751, 14101, 11125, 13611, 10976, 13047, 11097, 13047, 11214, 13167, 10969, 14393, 10820, 12103, 10945, 11689, 10835, 9355, 11360, 10352, 11976, 10090, 12293, 9856, 13112], 'WindowCenter': [4405.0, 4357.0, 4375.0, 4332.0, 4358.0, 4313.0, 4321.0, 4299.0, 4308.0, 4299.0, 4308.0, 4298.0, 4319.0, 4300.0, 4307.0, 4297.0, 4297.0, 4299.0, 4289.0, 4301.0, 4289.0, 4299.0, 4292.0, 4311.0, 4302.0, 4323.0, 4303.0, 4323.0, 4303.0, 4324.0, 4302.0, 4324.0, 4292.0, 4324.0, 4303.0, 4321.0, 4301.0, 4320.0, 4290.0, 4321.0, 4301.0, 4321.0, 4301.0, 4320.0, 4290.0, 4320.0, 4292.0, 4320.0, 4302.0, 4321.0, 4302.0, 4321.0, 4301.0, 4323.0, 4302.0, 4322.0, 4303.0, 4321.0, 4303.0, 4323.0, 4292.0, 4322.0, 4292.0, 4331.0, 4291.0, 4320.0, 4291.0, 4320.0, 4291.0, 4333.0, 4292.0, 4332.0, 4292.0, 4323.0, 4290.0, 4312.0, 4312.0, 4312.0, 4280.0, 4312.0, 4290.0, 4300.0, 4312.0, 4303.0, 4322.0, 4312.0, 4290.0, 4313.0, 4300.0, 4314.0, 4321.0, 4313.0, 4300.0, 4301.0, 4320.0, 4301.0, 4330.0, 4302.0, 4331.0, 4301.0, 4311.0, 4302.0, 4310.0, 4302.0, 4322.0, 4314.0, 4281.0, 4310.0, 4280.0, 4323.0, 4302.0, 4313.0, 4292.0, 4322.0, 4281.0, 4313.0, 4321.0, 4312.0, 4332.0, 4312.0, 4323.0, 4313.0, 4331.0, 4300.0, 4319.0, 4302.0, 4320.0, 4300.0, 4320.0, 4300.0, 4309.0, 4299.0, 4301.0, 4311.0, 4302.0, 4312.0, 4302.0, 4321.0, 4301.0, 4322.0, 4301.0, 4310.0, 4299.0, 4309.0, 4299.0, 4320.0, 4300.0, 4319.0, 4299.0, 4309.0, 4298.0, 4309.0, 4301.0, 4319.0, 4301.0, 4320.0, 4311.0, 4319.0, 4311.0, 4320.0, 4312.0, 4300.0, 4302.0, 4299.0, 4300.0, 4308.0, 4301.0, 4291.0, 4310.0, 4299.0, 4309.0, 4300.0, 4309.0, 4299.0, 4322.0, 4301.0, 4320.0, 4302.0, 4322.0, 4313.0, 4333.0, 4314.0, 4333.0, 4313.0, 4322.0, 4301.0, 4310.0, 4298.0, 4310.0, 4287.0, 4297.0, 4263.0, 4284.0, 4266.0, 4286.0, 4286.0, 4296.0, 4287.0, 4308.0, 4302.0, 4321.0, 4313.0, 4333.0, 4313.0, 4321.0, 4312.0, 4323.0, 4332.0, 4301.0, 4320.0, 4299.0, 4310.0, 4287.0, 4299.0, 4265.0, 4298.0, 4296.0, 4296.0, 4307.0, 4299.0, 4289.0, 4310.0, 4292.0, 4315.0, 4300.0, 4321.0, 4290.0, 4320.0, 4291.0, 4322.0, 4302.0, 4324.0, 4304.0, 4314.0, 4301.0, 4313.0, 4292.0, 4310.0, 4278.0, 4311.0, 4280.0, 4311.0, 4291.0, 4322.0, 4293.0, 4324.0, 4315.0, 4323.0, 4302.0, 4332.0, 4303.0, 4323.0, 4313.0, 4333.0, 4314.0, 4335.0, 4304.0, 4324.0, 4303.0, 4322.0, 4305.0, 4323.0, 4292.0, 4322.0, 4301.0, 4322.0, 4302.0, 4322.0, 4303.0, 4321.0, 4302.0, 4322.0, 4304.0, 4334.0, 4315.0, 4312.0, 4313.0, 4283.0, 4314.0, 4292.0, 4325.0, 4283.0, 4326.0, 4306.0, 4338.0, 4305.0, 4324.0, 4294.0, 4333.0, 4293.0, 4323.0, 4291.0, 4325.0, 4294.0, 4323.0, 4305.0, 4323.0, 4303.0, 4333.0, 4304.0, 4334.0, 4304.0, 4334.0, 4317.0, 4336.0, 4316.0, 4336.0, 4314.0, 4334.0, 4315.0, 4323.0, 4314.0, 4332.0, 4313.0, 4323.0, 4313.0, 4334.0, 4314.0, 4313.0, 4314.0, 4311.0, 4313.0, 4313.0, 4314.0, 4324.0, 4314.0, 4291.0, 4313.0, 4333.0, 4302.0, 4332.0, 4302.0, 4322.0, 4302.0, 4321.0, 4298.0, 4318.0, 4299.0, 4308.0, 4300.0, 4308.0, 4311.0, 4309.0, 4300.0, 4319.0, 4302.0, 4320.0, 4289.0, 4321.0, 4303.0, 4310.0, 4291.0, 4322.0, 4302.0, 4322.0, 4303.0, 4322.0, 4304.0, 4320.0, 4303.0, 4321.0, 4303.0, 4334.0, 4314.0, 4322.0, 4304.0, 4321.0, 4304.0, 4333.0, 4303.0, 4280.0, 4301.0, 4269.0, 4302.0, 4281.0, 4312.0, 4290.0, 4310.0, 4291.0, 4311.0, 4290.0, 4307.0, 4289.0, 4310.0, 4290.0, 4321.0, 4302.0, 4330.0, 4301.0, 4321.0, 4300.0, 4321.0, 4302.0, 4321.0, 4301.0, 4320.0, 4300.0, 4319.0, 4301.0, 4320.0, 4313.0, 4301.0, 4301.0, 4281.0, 4309.0, 4291.0, 4332.0, 4303.0, 4335.0, 4315.0, 4333.0, 4303.0, 4322.0, 4304.0, 4334.0, 4302.0, 4322.0, 4302.0, 4321.0, 4301.0, 4320.0, 4302.0, 4333.0, 4300.0, 4310.0, 4314.0, 4303.0, 4312.0, 4301.0, 4321.0, 4315.0, 4334.0, 4314.0, 4313.0, 4313.0, 4303.0, 4323.0, 4301.0, 4322.0, 4330.0, 4300.0, 4330.0, 4303.0, 4320.0, 4287.0, 4306.0, 4288.0, 4307.0, 4277.0, 4321.0, 4290.0, 4319.0, 4300.0, 4331.0, 4313.0, 4345.0, 4327.0, 4347.0, 4326.0, 4344.0, 4313.0, 4333.0, 4302.0, 4322.0, 4302.0, 4310.0, 4288.0, 4309.0, 4277.0, 4298.0, 4318.0, 4296.0, 4299.0, 4297.0, 4276.0, 4297.0, 4287.0, 4318.0, 4301.0, 4333.0, 4291.0, 4331.0, 4290.0, 4319.0, 4299.0, 4310.0, 4321.0, 4311.0, 4278.0, 4300.0, 4287.0, 4299.0, 4329.0, 4299.0, 4301.0, 4312.0, 4330.0, 4310.0, 4329.0, 4300.0, 4330.0, 4302.0, 4320.0, 4300.0, 4320.0, 4288.0, 4317.0, 4299.0, 4318.0, 4299.0, 4307.0, 4299.0, 4318.0, 4311.0, 4319.0, 4313.0, 4320.0, 4300.0, 4318.0, 4298.0, 4320.0, 4300.0, 4319.0, 4299.0, 4307.0, 4299.0, 4308.0, 4299.0, 4308.0, 4299.0, 4318.0, 4298.0, 4308.0, 4298.0, 4306.0, 4286.0, 4307.0, 4287.0, 4297.0, 4287.0, 4297.0, 4278.0, 4309.0, 4288.0, 4299.0, 4313.0, 4312.0, 4311.0, 4301.0, 4330.0, 4302.0, 4331.0, 4312.0, 4320.0, 4311.0, 4320.0, 4312.0, 4320.0, 4302.0, 4331.0, 4312.0, 4319.0, 4299.0, 4321.0, 4312.0, 4331.0, 4314.0, 4312.0, 4313.0, 4291.0, 4312.0, 4320.0, 4301.0, 4301.0, 4311.0, 4291.0, 4321.0, 4291.0, 4322.0, 4300.0, 4332.0, 4298.0, 4318.0, 4298.0, 4318.0, 4301.0, 4329.0, 4301.0, 4300.0, 4299.0, 4279.0, 4298.0, 4289.0, 4321.0, 4299.0, 4319.0, 4299.0, 4319.0, 4298.0, 4329.0, 4311.0, 4311.0, 4299.0, 4279.0, 4299.0, 4280.0, 4320.0, 4302.0, 4330.0, 4301.0, 4320.0, 4300.0, 4319.0, 4312.0, 4320.0, 4311.0, 4320.0, 4310.0, 4330.0, 4301.0, 4321.0, 4301.0, 4279.0, 4300.0, 4288.0, 4311.0, 4289.0, 4310.0, 4301.0, 4310.0, 4291.0, 4311.0, 4280.0, 4310.0, 4301.0, 4310.0, 4288.0, 4310.0, 4277.0, 4315.0, 4323.0, 4296.0, 4298.0, 4307.0, 4299.0, 4318.0, 4299.0, 4320.0, 4313.0, 4320.0, 4311.0, 4291.0, 4311.0, 4298.0, 4321.0, 4300.0, 4322.0, 4298.0, 4309.0, 4298.0, 4307.0, 4287.0, 4319.0, 4299.0, 4317.0, 4299.0, 4318.0, 4297.0, 4307.0, 4298.0, 4298.0, 4308.0, 4298.0, 4309.0, 4300.0, 4319.0, 4300.0, 4333.0, 4299.0, 4319.0, 4298.0, 4318.0, 4301.0, 4319.0, 4310.0, 4299.0, 4300.0, 4277.0, 4298.0, 4297.0, 4298.0, 4308.0, 4299.0, 4267.0, 4299.0, 4278.0, 4297.0, 4286.0, 4298.0, 4299.0, 4310.0, 4298.0, 4300.0, 4297.0, 4308.0, 4289.0, 4320.0, 4300.0, 4319.0, 4297.0, 4308.0, 4287.0, 4320.0, 4290.0, 4320.0, 4299.0, 4320.0, 4299.0, 4318.0, 4301.0, 4320.0, 4313.0, 4333.0, 4313.0, 4320.0, 4301.0, 4320.0, 4301.0, 4321.0, 4298.0, 4308.0, 4289.0, 4308.0, 4287.0, 4318.0, 4297.0, 4319.0, 4298.0, 4318.0, 4308.0, 4310.0, 4313.0, 4280.0, 4310.0, 4291.0, 4312.0, 4312.0, 4313.0, 4343.0, 4313.0, 4322.0, 4300.0, 4309.0, 4298.0, 4308.0, 4285.0, 4298.0, 4287.0, 4297.0, 4286.0, 4297.0, 4286.0, 4307.0, 4298.0, 4318.0, 4298.0, 4318.0, 4299.0, 4319.0, 4301.0, 4321.0, 4302.0, 4310.0, 4299.0, 4299.0, 4277.0, 4297.0, 4298.0, 4299.0, 4266.0, 4297.0, 4276.0, 4296.0, 4266.0, 4297.0, 4277.0, 4309.0, 4299.0, 4308.0, 4299.0, 4319.0, 4300.0, 4321.0, 4300.0, 4320.0, 4299.0, 4319.0, 4299.0, 4310.0, 4298.0, 4320.0, 4300.0, 4309.0, 4299.0, 4318.0, 4299.0, 4319.0, 4312.0, 4319.0, 4300.0, 4308.0, 4299.0, 4308.0, 4299.0, 4300.0, 4299.0, 4287.0, 4299.0, 4288.0, 4309.0, 4303.0, 4321.0, 4300.0, 4320.0, 4300.0, 4308.0, 4289.0, 4309.0, 4299.0, 4319.0, 4288.0, 4308.0, 4287.0, 4308.0, 4287.0, 4309.0, 4300.0, 4310.0, 4299.0, 4308.0, 4289.0, 4318.0, 4302.0, 4320.0, 4300.0, 4321.0, 4299.0, 4309.0, 4288.0, 4311.0, 4289.0, 4310.0, 4300.0, 4309.0, 4301.0, 4322.0, 4301.0, 4319.0, 4301.0, 4321.0, 4302.0, 4323.0, 4302.0, 4333.0, 4301.0, 4320.0, 4301.0, 4319.0, 4289.0, 4321.0, 4299.0, 4319.0, 4299.0, 4318.0, 4289.0, 4320.0, 4302.0, 4321.0, 4302.0, 4299.0, 4312.0, 4331.0, 4314.0, 4302.0, 4313.0, 4320.0, 4301.0, 4330.0, 4302.0, 4321.0, 4300.0, 4321.0, 4299.0, 4307.0, 4299.0, 4318.0, 4298.0, 4318.0, 4298.0, 4307.0, 4300.0, 4309.0, 4311.0, 4289.0, 4301.0, 4301.0, 4323.0, 4302.0, 4323.0, 4302.0, 4323.0, 4302.0, 4323.0, 4331.0, 4300.0, 4320.0, 4300.0, 4320.0, 4301.0, 4320.0, 4300.0, 4318.0, 4300.0, 4319.0, 4310.0, 4289.0, 4310.0, 4289.0, 4312.0, 4322.0, 4302.0, 4310.0, 4300.0, 4331.0, 4300.0, 4318.0, 4288.0, 4307.0, 4288.0, 4309.0, 4287.0, 4307.0, 4299.0, 4309.0, 4289.0, 4318.0, 4301.0, 4319.0, 4311.0, 4320.0, 4299.0, 4308.0, 4289.0, 4309.0, 4290.0, 4299.0, 4289.0, 4311.0, 4288.0, 4309.0, 4290.0, 4320.0, 4301.0, 4320.0, 4300.0, 4321.0, 4300.0, 4320.0, 4301.0, 4332.0, 4312.0, 4332.0, 4301.0, 4320.0, 4300.0, 4321.0, 4314.0, 4312.0, 4311.0, 4281.0, 4309.0, 4300.0, 4323.0, 4302.0, 4334.0, 4313.0, 4333.0, 4313.0, 4332.0, 4313.0, 4333.0, 4315.0, 4333.0, 4313.0, 4321.0, 4310.0, 4320.0, 4300.0, 4320.0, 4309.0, 4320.0, 4298.0, 4318.0, 4299.0, 4298.0, 4298.0, 4298.0, 4296.0, 4297.0, 4307.0, 4298.0, 4319.0, 4299.0, 4317.0, 4299.0, 4308.0, 4300.0, 4319.0, 4299.0, 4318.0, 4299.0, 4307.0, 4298.0, 4307.0, 4299.0, 4306.0, 4296.0, 4305.0, 4298.0, 4305.0, 4296.0, 4307.0, 4296.0, 4307.0, 4298.0, 4307.0, 4299.0, 4309.0, 4310.0, 4319.0, 4299.0, 4309.0, 4300.0, 4310.0, 4299.0, 4308.0, 4298.0, 4297.0, 4288.0, 4308.0, 4289.0, 4309.0, 4299.0, 4308.0, 4299.0, 4309.0, 4300.0, 4320.0, 4301.0, 4320.0, 4312.0, 4320.0, 4312.0, 4320.0, 4313.0, 4322.0, 4312.0, 4301.0, 4311.0, 4301.0, 4313.0, 4332.0, 4312.0, 4292.0, 4313.0, 4280.0, 4312.0, 4291.0, 4311.0, 4302.0, 4322.0, 4302.0, 4321.0, 4302.0, 4320.0, 4301.0, 4321.0, 4300.0, 4321.0, 4300.0, 4320.0, 4300.0, 4320.0, 4300.0, 4320.0, 4311.0, 4320.0, 4312.0, 4311.0, 4314.0, 4293.0, 4313.0, 4301.0, 4313.0, 4332.0, 4301.0, 4320.0, 4299.0, 4319.0, 4310.0, 4319.0, 4311.0, 4309.0, 4311.0, 4320.0, 4314.0, 4312.0, 4313.0, 4321.0, 4313.0, 4323.0, 4301.0, 4323.0, 4300.0, 4312.0, 4298.0, 4299.0, 4329.0, 4299.0, 4308.0, 4289.0, 4296.0, 4297.0, 4287.0, 4298.0, 4297.0, 4301.0, 4300.0, 4311.0, 4301.0, 4312.0, 4301.0, 4311.0, 4312.0, 4311.0, 4290.0, 4298.0, 4310.0, 4299.0, 4319.0, 4299.0, 4287.0, 4297.0, 4276.0, 4286.0, 4286.0, 4288.0, 4276.0, 4298.0, 4298.0, 4309.0, 4298.0, 4320.0, 4313.0, 4321.0, 4312.0, 4320.0, 4300.0, 4318.0, 4301.0, 4320.0, 4301.0, 4321.0, 4300.0, 4319.0, 4301.0, 4319.0, 4301.0, 4332.0, 4311.0, 4290.0, 4301.0, 4311.0, 4323.0, 4311.0, 4321.0, 4313.0, 4301.0, 4311.0, 4312.0, 4334.0, 4314.0, 4342.0, 4312.0, 4320.0, 4298.0, 4309.0, 4298.0, 4318.0, 4288.0, 4276.0, 4286.0, 4287.0, 4295.0, 4286.0, 4306.0, 4301.0, 4329.0, 4298.0, 4268.0, 4299.0, 4300.0, 4323.0, 4304.0, 4332.0, 4313.0, 4322.0, 4300.0, 4310.0, 4288.0, 4311.0, 4299.0, 4309.0, 4299.0, 4308.0, 4300.0, 4320.0, 4313.0, 4330.0, 4311.0, 4291.0, 4311.0, 4281.0, 4312.0, 4311.0, 4313.0, 4301.0, 4313.0, 4279.0, 4299.0, 4310.0, 4301.0, 4289.0, 4299.0, 4278.0, 4298.0, 4288.0, 4309.0, 4301.0, 4321.0, 4301.0, 4320.0, 4300.0, 4320.0, 4290.0, 4333.0, 4300.0, 4320.0, 4300.0, 4310.0, 4300.0, 4319.0, 4301.0, 4322.0, 4301.0, 4319.0, 4299.0, 4320.0, 4300.0, 4320.0, 4289.0, 4319.0, 4300.0, 4309.0, 4287.0, 4307.0, 4299.0, 4319.0, 4301.0, 4301.0, 4313.0, 4321.0, 4301.0, 4320.0, 4288.0, 4310.0, 4276.0, 4298.0, 4319.0, 4287.0, 4308.0, 4285.0, 4296.0, 4285.0, 4296.0, 4286.0, 4296.0, 4287.0, 4309.0, 4289.0, 4309.0, 4300.0, 4320.0, 4301.0, 4323.0, 4303.0, 4323.0, 4301.0, 4322.0, 4290.0, 4300.0, 4330.0, 4300.0, 4298.0, 4299.0, 4297.0, 4299.0, 4318.0, 4299.0, 4318.0, 4299.0, 4299.0, 4299.0, 4297.0, 4298.0, 4287.0, 4299.0, 4298.0, 4299.0, 4278.0, 4298.0, 4266.0, 4299.0, 4277.0, 4308.0, 4287.0, 4308.0, 4299.0, 4308.0, 4287.0, 4309.0, 4288.0, 4308.0, 4300.0, 4318.0, 4299.0, 4319.0, 4300.0, 4319.0, 4313.0, 4321.0, 4313.0, 4320.0, 4312.0, 4322.0, 4301.0, 4309.0, 4310.0, 4308.0, 4299.0, 4309.0, 4301.0, 4319.0, 4299.0, 4309.0, 4297.0, 4296.0, 4298.0, 4289.0, 4309.0, 4299.0, 4308.0, 4300.0, 4309.0, 4300.0, 4321.0], 'WindowWidth': [9706.0, 9623.0, 9646.0, 9575.0, 9609.0, 9533.0, 9543.0, 9508.0, 9517.0, 9504.0, 9518.0, 9505.0, 9534.0, 9507.0, 9514.0, 9500.0, 9500.0, 9506.0, 9492.0, 9512.0, 9493.0, 9507.0, 9499.0, 9525.0, 9516.0, 9544.0, 9519.0, 9546.0, 9519.0, 9547.0, 9516.0, 9547.0, 9502.0, 9548.0, 9515.0, 9539.0, 9512.0, 9537.0, 9496.0, 9538.0, 9511.0, 9542.0, 9512.0, 9538.0, 9496.0, 9537.0, 9502.0, 9537.0, 9517.0, 9541.0, 9515.0, 9540.0, 9512.0, 9544.0, 9516.0, 9544.0, 9516.0, 9540.0, 9518.0, 9546.0, 9504.0, 9543.0, 9504.0, 9553.0, 9499.0, 9536.0, 9497.0, 9537.0, 9499.0, 9560.0, 9502.0, 9557.0, 9502.0, 9545.0, 9498.0, 9529.0, 9529.0, 9530.0, 9483.0, 9527.0, 9497.0, 9510.0, 9528.0, 9517.0, 9544.0, 9529.0, 9499.0, 9530.0, 9512.0, 9533.0, 9541.0, 9533.0, 9511.0, 9513.0, 9536.0, 9513.0, 9555.0, 9514.0, 9556.0, 9513.0, 9526.0, 9514.0, 9524.0, 9516.0, 9543.0, 9536.0, 9487.0, 9526.0, 9483.0, 9547.0, 9516.0, 9532.0, 9503.0, 9544.0, 9487.0, 9532.0, 9542.0, 9531.0, 9558.0, 9529.0, 9546.0, 9533.0, 9557.0, 9512.0, 9536.0, 9514.0, 9538.0, 9511.0, 9538.0, 9511.0, 9522.0, 9511.0, 9515.0, 9528.0, 9514.0, 9528.0, 9514.0, 9540.0, 9515.0, 9546.0, 9515.0, 9526.0, 9508.0, 9520.0, 9505.0, 9536.0, 9510.0, 9538.0, 9506.0, 9521.0, 9505.0, 9519.0, 9511.0, 9536.0, 9514.0, 9539.0, 9527.0, 9537.0, 9526.0, 9540.0, 9531.0, 9510.0, 9515.0, 9508.0, 9511.0, 9520.0, 9513.0, 9500.0, 9524.0, 9509.0, 9521.0, 9508.0, 9523.0, 9509.0, 9544.0, 9513.0, 9540.0, 9516.0, 9542.0, 9534.0, 9562.0, 9537.0, 9560.0, 9532.0, 9542.0, 9513.0, 9525.0, 9505.0, 9524.0, 9487.0, 9502.0, 9451.0, 9479.0, 9457.0, 9486.0, 9484.0, 9498.0, 9488.0, 9518.0, 9518.0, 9541.0, 9535.0, 9562.0, 9534.0, 9545.0, 9529.0, 9545.0, 9557.0, 9514.0, 9541.0, 9507.0, 9523.0, 9488.0, 9505.0, 9456.0, 9502.0, 9499.0, 9500.0, 9515.0, 9506.0, 9494.0, 9524.0, 9506.0, 9539.0, 9512.0, 9541.0, 9497.0, 9538.0, 9500.0, 9543.0, 9515.0, 9549.0, 9524.0, 9537.0, 9514.0, 9529.0, 9499.0, 9523.0, 9479.0, 9525.0, 9482.0, 9526.0, 9499.0, 9542.0, 9503.0, 9550.0, 9541.0, 9546.0, 9516.0, 9559.0, 9518.0, 9546.0, 9532.0, 9561.0, 9536.0, 9564.0, 9521.0, 9549.0, 9518.0, 9544.0, 9525.0, 9545.0, 9502.0, 9543.0, 9512.0, 9540.0, 9515.0, 9543.0, 9518.0, 9539.0, 9515.0, 9544.0, 9521.0, 9562.0, 9536.0, 9529.0, 9531.0, 9492.0, 9535.0, 9504.0, 9551.0, 9494.0, 9554.0, 9530.0, 9571.0, 9524.0, 9549.0, 9508.0, 9560.0, 9504.0, 9546.0, 9500.0, 9549.0, 9507.0, 9547.0, 9524.0, 9548.0, 9520.0, 9559.0, 9523.0, 9561.0, 9524.0, 9563.0, 9545.0, 9570.0, 9542.0, 9569.0, 9537.0, 9564.0, 9537.0, 9547.0, 9535.0, 9558.0, 9532.0, 9545.0, 9533.0, 9564.0, 9536.0, 9532.0, 9535.0, 9527.0, 9531.0, 9533.0, 9535.0, 9549.0, 9535.0, 9501.0, 9532.0, 9561.0, 9516.0, 9559.0, 9515.0, 9543.0, 9516.0, 9538.0, 9505.0, 9534.0, 9505.0, 9518.0, 9509.0, 9519.0, 9527.0, 9522.0, 9511.0, 9536.0, 9513.0, 9536.0, 9493.0, 9538.0, 9516.0, 9523.0, 9498.0, 9539.0, 9516.0, 9543.0, 9518.0, 9542.0, 9518.0, 9537.0, 9517.0, 9541.0, 9519.0, 9562.0, 9534.0, 9543.0, 9521.0, 9541.0, 9520.0, 9558.0, 9516.0, 9483.0, 9512.0, 9466.0, 9512.0, 9483.0, 9525.0, 9496.0, 9522.0, 9497.0, 9523.0, 9495.0, 9516.0, 9495.0, 9521.0, 9496.0, 9539.0, 9517.0, 9553.0, 9515.0, 9540.0, 9510.0, 9540.0, 9516.0, 9539.0, 9511.0, 9537.0, 9510.0, 9535.0, 9512.0, 9537.0, 9532.0, 9514.0, 9514.0, 9486.0, 9522.0, 9500.0, 9557.0, 9520.0, 9567.0, 9538.0, 9562.0, 9519.0, 9545.0, 9520.0, 9562.0, 9518.0, 9544.0, 9516.0, 9540.0, 9512.0, 9538.0, 9515.0, 9561.0, 9511.0, 9525.0, 9534.0, 9519.0, 9529.0, 9511.0, 9541.0, 9539.0, 9563.0, 9537.0, 9534.0, 9532.0, 9520.0, 9546.0, 9512.0, 9542.0, 9556.0, 9510.0, 9554.0, 9518.0, 9537.0, 9490.0, 9514.0, 9489.0, 9513.0, 9476.0, 9539.0, 9497.0, 9536.0, 9514.0, 9555.0, 9535.0, 9581.0, 9562.0, 9589.0, 9556.0, 9579.0, 9532.0, 9559.0, 9517.0, 9545.0, 9516.0, 9525.0, 9491.0, 9520.0, 9475.0, 9503.0, 9530.0, 9501.0, 9507.0, 9502.0, 9472.0, 9501.0, 9489.0, 9533.0, 9513.0, 9558.0, 9499.0, 9554.0, 9496.0, 9537.0, 9508.0, 9524.0, 9541.0, 9526.0, 9478.0, 9510.0, 9490.0, 9508.0, 9550.0, 9509.0, 9513.0, 9531.0, 9554.0, 9525.0, 9551.0, 9511.0, 9555.0, 9515.0, 9539.0, 9510.0, 9537.0, 9491.0, 9528.0, 9510.0, 9533.0, 9509.0, 9517.0, 9508.0, 9533.0, 9528.0, 9538.0, 9533.0, 9539.0, 9513.0, 9535.0, 9507.0, 9538.0, 9511.0, 9535.0, 9508.0, 9517.0, 9508.0, 9519.0, 9508.0, 9517.0, 9509.0, 9534.0, 9505.0, 9517.0, 9503.0, 9513.0, 9483.0, 9514.0, 9488.0, 9502.0, 9487.0, 9503.0, 9477.0, 9520.0, 9494.0, 9510.0, 9532.0, 9530.0, 9527.0, 9514.0, 9554.0, 9516.0, 9555.0, 9531.0, 9539.0, 9528.0, 9538.0, 9529.0, 9538.0, 9516.0, 9555.0, 9529.0, 9537.0, 9510.0, 9541.0, 9530.0, 9557.0, 9538.0, 9531.0, 9533.0, 9502.0, 9530.0, 9538.0, 9514.0, 9514.0, 9527.0, 9500.0, 9542.0, 9499.0, 9542.0, 9511.0, 9557.0, 9506.0, 9535.0, 9505.0, 9532.0, 9511.0, 9551.0, 9513.0, 9511.0, 9507.0, 9478.0, 9504.0, 9492.0, 9541.0, 9507.0, 9535.0, 9508.0, 9534.0, 9507.0, 9551.0, 9530.0, 9526.0, 9508.0, 9480.0, 9506.0, 9482.0, 9538.0, 9515.0, 9553.0, 9514.0, 9537.0, 9509.0, 9537.0, 9531.0, 9538.0, 9528.0, 9538.0, 9524.0, 9553.0, 9513.0, 9542.0, 9513.0, 9482.0, 9511.0, 9491.0, 9525.0, 9495.0, 9527.0, 9513.0, 9525.0, 9498.0, 9525.0, 9483.0, 9524.0, 9512.0, 9524.0, 9491.0, 9522.0, 9476.0, 9542.0, 9547.0, 9502.0, 9506.0, 9519.0, 9508.0, 9533.0, 9508.0, 9539.0, 9533.0, 9542.0, 9529.0, 9501.0, 9526.0, 9508.0, 9540.0, 9512.0, 9545.0, 9505.0, 9521.0, 9505.0, 9517.0, 9488.0, 9534.0, 9509.0, 9533.0, 9508.0, 9533.0, 9502.0, 9515.0, 9504.0, 9506.0, 9519.0, 9507.0, 9522.0, 9508.0, 9536.0, 9511.0, 9560.0, 9509.0, 9535.0, 9506.0, 9532.0, 9512.0, 9537.0, 9527.0, 9508.0, 9510.0, 9475.0, 9504.0, 9503.0, 9505.0, 9518.0, 9507.0, 9462.0, 9507.0, 9478.0, 9504.0, 9489.0, 9506.0, 9507.0, 9524.0, 9507.0, 9509.0, 9503.0, 9520.0, 9494.0, 9540.0, 9509.0, 9535.0, 9504.0, 9518.0, 9490.0, 9537.0, 9496.0, 9538.0, 9508.0, 9538.0, 9509.0, 9534.0, 9514.0, 9541.0, 9533.0, 9561.0, 9534.0, 9540.0, 9514.0, 9541.0, 9514.0, 9542.0, 9505.0, 9518.0, 9491.0, 9517.0, 9488.0, 9534.0, 9503.0, 9534.0, 9506.0, 9533.0, 9521.0, 9524.0, 9531.0, 9484.0, 9525.0, 9499.0, 9530.0, 9529.0, 9533.0, 9577.0, 9533.0, 9543.0, 9511.0, 9523.0, 9505.0, 9520.0, 9484.0, 9503.0, 9486.0, 9501.0, 9484.0, 9498.0, 9484.0, 9514.0, 9504.0, 9533.0, 9504.0, 9532.0, 9508.0, 9537.0, 9513.0, 9542.0, 9513.0, 9523.0, 9507.0, 9506.0, 9473.0, 9502.0, 9503.0, 9506.0, 9458.0, 9501.0, 9471.0, 9498.0, 9459.0, 9500.0, 9474.0, 9520.0, 9506.0, 9519.0, 9507.0, 9533.0, 9510.0, 9538.0, 9510.0, 9539.0, 9508.0, 9534.0, 9508.0, 9524.0, 9506.0, 9540.0, 9509.0, 9521.0, 9509.0, 9532.0, 9509.0, 9535.0, 9530.0, 9537.0, 9510.0, 9518.0, 9507.0, 9520.0, 9506.0, 9510.0, 9506.0, 9488.0, 9504.0, 9490.0, 9521.0, 9516.0, 9541.0, 9510.0, 9537.0, 9510.0, 9517.0, 9493.0, 9519.0, 9506.0, 9534.0, 9490.0, 9518.0, 9487.0, 9517.0, 9488.0, 9521.0, 9507.0, 9525.0, 9507.0, 9518.0, 9493.0, 9532.0, 9517.0, 9538.0, 9511.0, 9538.0, 9507.0, 9522.0, 9491.0, 9525.0, 9493.0, 9522.0, 9510.0, 9522.0, 9513.0, 9543.0, 9512.0, 9537.0, 9513.0, 9541.0, 9516.0, 9544.0, 9518.0, 9560.0, 9514.0, 9538.0, 9511.0, 9535.0, 9495.0, 9541.0, 9508.0, 9534.0, 9507.0, 9531.0, 9494.0, 9536.0, 9517.0, 9539.0, 9514.0, 9509.0, 9530.0, 9556.0, 9534.0, 9514.0, 9530.0, 9539.0, 9512.0, 9555.0, 9514.0, 9542.0, 9509.0, 9539.0, 9508.0, 9517.0, 9507.0, 9534.0, 9505.0, 9531.0, 9505.0, 9517.0, 9511.0, 9522.0, 9526.0, 9496.0, 9513.0, 9513.0, 9545.0, 9517.0, 9546.0, 9515.0, 9546.0, 9518.0, 9545.0, 9554.0, 9510.0, 9542.0, 9510.0, 9538.0, 9512.0, 9539.0, 9511.0, 9533.0, 9511.0, 9537.0, 9526.0, 9496.0, 9526.0, 9496.0, 9529.0, 9543.0, 9516.0, 9526.0, 9511.0, 9558.0, 9510.0, 9533.0, 9490.0, 9513.0, 9490.0, 9518.0, 9490.0, 9516.0, 9507.0, 9520.0, 9494.0, 9534.0, 9514.0, 9535.0, 9526.0, 9537.0, 9508.0, 9520.0, 9494.0, 9520.0, 9496.0, 9508.0, 9493.0, 9525.0, 9492.0, 9521.0, 9497.0, 9538.0, 9514.0, 9539.0, 9512.0, 9539.0, 9511.0, 9540.0, 9513.0, 9560.0, 9530.0, 9559.0, 9514.0, 9538.0, 9512.0, 9539.0, 9536.0, 9530.0, 9527.0, 9486.0, 9523.0, 9512.0, 9545.0, 9518.0, 9565.0, 9534.0, 9562.0, 9534.0, 9559.0, 9534.0, 9561.0, 9540.0, 9563.0, 9533.0, 9543.0, 9525.0, 9539.0, 9512.0, 9541.0, 9523.0, 9538.0, 9506.0, 9533.0, 9507.0, 9507.0, 9509.0, 9504.0, 9501.0, 9501.0, 9516.0, 9505.0, 9536.0, 9506.0, 9531.0, 9506.0, 9520.0, 9510.0, 9536.0, 9508.0, 9532.0, 9505.0, 9516.0, 9505.0, 9518.0, 9507.0, 9514.0, 9497.0, 9510.0, 9503.0, 9509.0, 9499.0, 9513.0, 9499.0, 9515.0, 9505.0, 9516.0, 9508.0, 9523.0, 9524.0, 9536.0, 9508.0, 9522.0, 9509.0, 9524.0, 9505.0, 9518.0, 9502.0, 9501.0, 9488.0, 9516.0, 9493.0, 9522.0, 9505.0, 9519.0, 9506.0, 9520.0, 9509.0, 9536.0, 9515.0, 9540.0, 9529.0, 9539.0, 9528.0, 9539.0, 9531.0, 9543.0, 9530.0, 9514.0, 9527.0, 9513.0, 9530.0, 9557.0, 9529.0, 9501.0, 9530.0, 9484.0, 9529.0, 9500.0, 9527.0, 9514.0, 9544.0, 9514.0, 9540.0, 9515.0, 9538.0, 9511.0, 9539.0, 9508.0, 9539.0, 9509.0, 9537.0, 9510.0, 9537.0, 9510.0, 9539.0, 9527.0, 9538.0, 9529.0, 9528.0, 9535.0, 9505.0, 9532.0, 9513.0, 9531.0, 9560.0, 9512.0, 9538.0, 9508.0, 9536.0, 9523.0, 9537.0, 9525.0, 9523.0, 9528.0, 9539.0, 9536.0, 9530.0, 9532.0, 9543.0, 9531.0, 9546.0, 9514.0, 9545.0, 9510.0, 9527.0, 9505.0, 9507.0, 9552.0, 9506.0, 9517.0, 9490.0, 9497.0, 9499.0, 9485.0, 9503.0, 9501.0, 9513.0, 9509.0, 9525.0, 9513.0, 9527.0, 9512.0, 9527.0, 9529.0, 9526.0, 9495.0, 9506.0, 9521.0, 9505.0, 9534.0, 9505.0, 9485.0, 9500.0, 9470.0, 9484.0, 9483.0, 9487.0, 9472.0, 9505.0, 9504.0, 9521.0, 9507.0, 9537.0, 9531.0, 9540.0, 9531.0, 9539.0, 9511.0, 9532.0, 9513.0, 9539.0, 9513.0, 9541.0, 9510.0, 9534.0, 9511.0, 9533.0, 9514.0, 9559.0, 9528.0, 9498.0, 9512.0, 9528.0, 9544.0, 9529.0, 9543.0, 9531.0, 9515.0, 9528.0, 9528.0, 9561.0, 9533.0, 9575.0, 9528.0, 9537.0, 9504.0, 9519.0, 9503.0, 9532.0, 9491.0, 9470.0, 9483.0, 9486.0, 9494.0, 9485.0, 9513.0, 9512.0, 9547.0, 9505.0, 9465.0, 9509.0, 9512.0, 9545.0, 9520.0, 9559.0, 9531.0, 9542.0, 9508.0, 9523.0, 9491.0, 9526.0, 9505.0, 9519.0, 9506.0, 9518.0, 9509.0, 9537.0, 9534.0, 9553.0, 9527.0, 9500.0, 9525.0, 9485.0, 9529.0, 9529.0, 9531.0, 9512.0, 9530.0, 9480.0, 9507.0, 9524.0, 9514.0, 9492.0, 9506.0, 9476.0, 9504.0, 9491.0, 9519.0, 9512.0, 9539.0, 9512.0, 9537.0, 9510.0, 9539.0, 9499.0, 9560.0, 9511.0, 9539.0, 9511.0, 9523.0, 9508.0, 9535.0, 9511.0, 9541.0, 9509.0, 9533.0, 9507.0, 9538.0, 9509.0, 9537.0, 9494.0, 9534.0, 9508.0, 9518.0, 9488.0, 9515.0, 9507.0, 9534.0, 9514.0, 9513.0, 9529.0, 9541.0, 9512.0, 9538.0, 9490.0, 9521.0, 9472.0, 9504.0, 9535.0, 9485.0, 9515.0, 9480.0, 9497.0, 9479.0, 9495.0, 9483.0, 9495.0, 9487.0, 9518.0, 9492.0, 9521.0, 9510.0, 9536.0, 9511.0, 9544.0, 9516.0, 9546.0, 9512.0, 9542.0, 9493.0, 9509.0, 9549.0, 9509.0, 9502.0, 9505.0, 9501.0, 9505.0, 9531.0, 9505.0, 9531.0, 9505.0, 9504.0, 9505.0, 9501.0, 9502.0, 9488.0, 9505.0, 9504.0, 9507.0, 9475.0, 9502.0, 9457.0, 9504.0, 9474.0, 9517.0, 9487.0, 9517.0, 9505.0, 9515.0, 9486.0, 9519.0, 9488.0, 9518.0, 9507.0, 9532.0, 9506.0, 9534.0, 9512.0, 9535.0, 9533.0, 9540.0, 9529.0, 9538.0, 9526.0, 9541.0, 9512.0, 9522.0, 9523.0, 9519.0, 9506.0, 9520.0, 9513.0, 9534.0, 9506.0, 9520.0, 9501.0, 9499.0, 9505.0, 9493.0, 9521.0, 9508.0, 9519.0, 9510.0, 9522.0, 9511.0, 9540.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.00041530612244897956</td></tr>
<tr><td colspan=3>aqi</td><td>0.02014685743440233</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.00397236034289</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2611696205032823</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977914830196954</td></tr>
<tr><td colspan=3>efc</td><td>0.5136</td></tr>
<tr><td colspan=3>fber</td><td>4600.8057</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07894754206595488</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6763848396501457</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.323932908775411</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1966606749002557</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.549204757404041</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.225933294021937</td></tr>
<tr><td colspan=3>gcor</td><td>0.00544623</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010827395133674145</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036696016788482666</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1372</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.226874988120086</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>14.4415</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1167</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.8084</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289613.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1046.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.4782</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2284</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.9761</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3466.8881</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86931.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1434.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.71</td></tr>
<tr><td colspan=3>tsnr</td><td>42.998384091071784</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>