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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:05:27.502500</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.998084, 0.00787989, 0.061365, -0.00749071, 0.99995, -0.00656956]</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.0717258</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7718, -7297, 614, -64, -3, 20, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>227.296</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fdc79818-ae60-4dba-a1f2-41ce6ae4b424||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.6777870655059814, -0.02009701356291771, 0.16581696271896362, 110.68607330322266], [-0.021141162142157555, 2.682793617248535, -0.016462739557027817, -79.23753356933594], [0.1646377295255661, 0.017625659704208374, 2.6948530673980713, -62.09650421142578], [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': ['150527.502500', '150527.962500', '150528.422500', '150528.882500', '150529.342500', '150529.802500', '150530.262500', '150530.722500', '150531.182500', '150531.642500', '150532.102500', '150532.562500', '150533.022500', '150533.482500', '150533.942500', '150534.402500', '150534.862500', '150535.322500', '150535.782500', '150536.242500', '150536.702500', '150537.162500', '150537.622500', '150538.082500', '150538.542500', '150539.002500', '150539.462500', '150539.922500', '150540.382500', '150540.842500', '150541.302500', '150541.762500', '150542.222500', '150542.682500', '150543.142500', '150543.602500', '150544.062500', '150544.522500', '150544.982500', '150545.442500', '150545.902500', '150546.362500', '150546.822500', '150547.282500', '150547.742500', '150548.202500', '150548.662500', '150549.122500', '150549.582500', '150550.042500', '150550.502500', '150550.962500', '150551.422500', '150551.882500', '150552.342500', '150552.802500', '150553.262500', '150553.722500', '150554.182500', '150554.642500', '150555.102500', '150555.562500', '150556.022500', '150556.482500', '150556.942500', '150557.402500', '150557.862500', '150558.322500', '150558.782500', '150559.242500', '150559.702500', '150600.162500', '150600.622500', '150601.082500', '150601.542500', '150602.002500', '150602.462500', '150602.922500', '150603.382500', '150603.842500', '150604.302500', '150604.762500', '150605.222500', '150605.682500', '150606.142500', '150606.602500', '150607.062500', '150607.522500', '150607.982500', '150608.442500', '150608.902500', '150609.362500', '150609.822500', '150610.282500', '150610.742500', '150611.202500', '150611.662500', '150612.122500', '150612.582500', '150613.042500', '150613.502500', '150613.962500', '150614.422500', '150614.882500', '150615.342500', '150615.802500', '150616.262500', '150616.722500', '150617.182500', '150617.642500', '150618.102500', '150618.562500', '150619.022500', '150619.482500', '150619.942500', '150620.402500', '150620.862500', '150621.322500', '150621.782500', '150622.242500', '150622.702500', '150623.162500', '150623.622500', '150624.082500', '150624.542500', '150625.002500', '150625.462500', '150625.922500', '150626.382500', '150626.842500', '150627.302500', '150627.762500', '150628.222500', '150628.682500', '150629.142500', '150629.602500', '150630.062500', '150630.522500', '150630.982500', '150631.442500', '150631.902500', '150632.362500', '150632.822500', '150633.282500', '150633.742500', '150634.202500', '150634.662500', '150635.122500', '150635.582500', '150636.042500', '150636.502500', '150636.962500', '150637.422500', '150637.882500', '150638.342500', '150638.802500', '150639.262500', '150639.722500', '150640.182500', '150640.642500', '150641.102500', '150641.562500', '150642.022500', '150642.482500', '150642.942500', '150643.402500', '150643.862500', '150644.322500', '150644.782500', '150645.242500', '150645.702500', '150646.162500', '150646.622500', '150647.082500', '150647.542500', '150648.002500', '150648.462500', '150648.922500', '150649.382500', '150649.842500', '150650.302500', '150650.762500', '150651.222500', '150651.682500', '150652.142500', '150652.602500', '150653.062500', '150653.522500', '150653.982500', '150654.442500', '150654.902500', '150655.362500', '150655.822500', '150656.282500', '150656.742500', '150657.202500', '150657.662500', '150658.122500', '150658.582500', '150659.042500', '150659.502500', '150659.962500', '150700.422500', '150700.882500', '150701.342500', '150701.802500', '150702.262500', '150702.722500', '150703.182500', '150703.642500', '150704.102500', '150704.562500', '150705.022500', '150705.482500', '150705.942500', '150706.402500', '150706.862500', '150707.322500', '150707.782500', '150708.242500', '150708.702500', '150709.162500', '150709.622500', '150710.082500', '150710.542500', '150711.002500', '150711.462500', '150711.922500', '150712.382500', '150712.842500', '150713.302500', '150713.762500', '150714.222500', '150714.682500', '150715.142500', '150715.602500', '150716.062500', '150716.522500', '150716.982500', '150717.442500', '150717.902500', '150718.362500', '150718.822500', '150719.282500', '150719.742500', '150720.202500', '150720.662500', '150721.122500', '150721.582500', '150722.042500', '150722.502500', '150722.962500', '150723.422500', '150723.882500', '150724.342500', '150724.802500', '150725.262500', '150725.722500', '150726.182500', '150726.642500', '150727.102500', '150727.562500', '150728.022500', '150728.482500', '150728.942500', '150729.402500', '150729.862500', '150730.322500', '150730.782500', '150731.242500', '150731.702500', '150732.162500', '150732.622500', '150733.082500', '150733.542500', '150734.002500', '150734.462500', '150734.922500', '150735.382500', '150735.842500', '150736.302500', '150736.762500', '150737.222500', '150737.682500', '150738.142500', '150738.602500', '150739.062500', '150739.522500', '150739.982500', '150740.442500', '150740.902500', '150741.362500', '150741.822500', '150742.282500', '150742.742500', '150743.202500', '150743.662500', '150744.122500', '150744.582500', '150745.042500', '150745.502500', '150745.962500', '150746.422500', '150746.882500', '150747.342500', '150747.802500', '150748.262500', '150748.722500', '150749.182500', '150749.642500', '150750.102500', '150750.562500', '150751.022500', '150751.482500', '150751.942500', '150752.402500', '150752.862500', '150753.322500', '150753.782500', '150754.242500', '150754.702500', '150755.162500', '150755.622500', '150756.082500', '150756.542500', '150757.002500', '150757.462500', '150757.922500', '150758.382500', '150758.842500', '150759.302500', '150759.762500', '150800.222500', '150800.682500', '150801.142500', '150801.602500', '150802.062500', '150802.522500', '150802.982500', '150803.442500', '150803.902500', '150804.362500', '150804.822500', '150805.282500', '150805.742500', '150806.202500', '150806.662500', '150807.122500', '150807.582500', '150808.042500', '150808.502500', '150808.962500', '150809.422500', '150809.882500', '150810.342500', '150810.802500', '150811.262500', '150811.722500', '150812.182500', '150812.642500', '150813.102500', '150813.562500', '150814.022500', '150814.482500', '150814.942500', '150815.402500', '150815.862500', '150816.322500', '150816.782500', '150817.242500', '150817.702500', '150818.162500', '150818.622500', '150819.082500', '150819.542500', '150820.002500', '150820.462500', '150820.922500', '150821.382500', '150821.842500', '150822.302500', '150822.762500', '150823.222500', '150823.682500', '150824.142500', '150824.602500', '150825.062500', '150825.522500', '150825.982500', '150826.442500', '150826.902500', '150827.362500', '150827.822500', '150828.282500', '150828.742500', '150829.202500', '150829.662500', '150830.122500', '150830.582500', '150831.042500', '150831.502500', '150831.962500', '150832.422500', '150832.882500', '150833.342500', '150833.802500', '150834.262500', '150834.722500', '150835.182500', '150835.642500', '150836.102500', '150836.562500', '150837.022500', '150837.482500', '150837.942500', '150838.402500', '150838.862500', '150839.322500', '150839.782500', '150840.242500', '150840.702500', '150841.162500', '150841.622500', '150842.082500', '150842.542500', '150843.002500', '150843.462500', '150843.922500', '150844.382500', '150844.842500', '150845.302500', '150845.762500', '150846.222500', '150846.682500', '150847.142500', '150847.602500', '150848.062500', '150848.522500', '150848.982500', '150849.442500', '150849.902500', '150850.362500', '150850.822500', '150851.282500', '150851.742500', '150852.202500', '150852.662500', '150853.122500', '150853.582500', '150854.042500', '150854.502500', '150854.962500', '150855.422500', '150855.882500', '150856.342500', '150856.802500', '150857.262500', '150857.722500', '150858.182500', '150858.642500', '150859.102500', '150859.562500', '150900.022500', '150900.482500', '150900.942500', '150901.402500', '150901.862500', '150902.322500', '150902.782500', '150903.242500', '150903.702500', '150904.162500', '150904.622500', '150905.082500', '150905.542500', '150906.002500', '150906.462500', '150906.922500', '150907.382500', '150907.842500', '150908.302500', '150908.762500', '150909.222500', '150909.682500', '150910.142500', '150910.602500', '150911.062500', '150911.522500', '150911.982500', '150912.442500', '150912.902500', '150913.362500', '150913.822500', '150914.282500', '150914.742500', '150915.202500', '150915.662500', '150916.122500', '150916.582500', '150917.042500', '150917.502500', '150917.962500', '150918.422500', '150918.882500', '150919.342500', '150919.802500', '150920.262500', '150920.722500', '150921.182500', '150921.642500', '150922.102500', '150922.562500', '150923.022500', '150923.482500', '150923.942500', '150924.402500', '150924.862500', '150925.322500', '150925.782500', '150926.242500', '150926.702500', '150927.162500', '150927.622500', '150928.082500', '150928.542500', '150929.002500', '150929.462500', '150929.922500', '150930.382500', '150930.842500', '150931.302500', '150931.762500', '150932.222500', '150932.682500', '150933.142500', '150933.602500', '150934.062500', '150934.522500', '150934.982500', '150935.442500', '150935.902500', '150936.362500', '150936.822500', '150937.282500', '150937.742500', '150938.202500', '150938.662500', '150939.122500', '150939.582500', '150940.042500', '150940.502500', '150940.962500', '150941.422500', '150941.882500', '150942.342500', '150942.802500', '150943.262500', '150943.722500', '150944.182500', '150944.642500', '150945.102500', '150945.562500', '150946.022500', '150946.482500', '150946.942500', '150947.402500', '150947.862500', '150948.322500', '150948.782500', '150949.242500', '150949.702500', '150950.162500', '150950.622500', '150951.082500', '150951.542500', '150952.002500', '150952.462500', '150952.922500', '150953.382500', '150953.842500', '150954.302500', '150954.762500', '150955.222500', '150955.682500', '150956.142500', '150956.602500', '150957.062500', '150957.522500', '150957.982500', '150958.442500', '150958.902500', '150959.362500', '150959.822500', '151000.282500', '151000.742500', '151001.202500', '151001.662500', '151002.122500', '151002.582500', '151003.042500', '151003.502500', '151003.962500', '151004.422500', '151004.882500', '151005.342500', '151005.802500', '151006.262500', '151006.722500', '151007.182500', '151007.642500', '151008.102500', '151008.562500', '151009.022500', '151009.482500', '151009.942500', '151010.402500', '151010.862500', '151011.322500', '151011.782500', '151012.242500', '151012.702500', '151013.162500', '151013.622500', '151014.082500', '151014.542500', '151015.002500', '151015.462500', '151015.922500', '151016.382500', '151016.842500', '151017.302500', '151017.762500', '151018.222500', '151018.682500', '151019.142500', '151019.602500', '151020.062500', '151020.522500', '151020.982500', '151021.442500', '151021.902500', '151022.362500', '151022.822500', '151023.282500', '151023.742500', '151024.202500', '151024.662500', '151025.122500', '151025.582500', '151026.042500', '151026.502500', '151026.962500', '151027.422500', '151027.882500', '151028.342500', '151028.802500', '151029.262500', '151029.722500', '151030.182500', '151030.642500', '151031.102500', '151031.562500', '151032.022500', '151032.482500', '151032.942500', '151033.402500', '151033.862500', '151034.322500', '151034.782500', '151035.242500', '151035.702500', '151036.162500', '151036.622500', '151037.082500', '151037.542500', '151038.002500', '151038.462500', '151038.922500', '151039.382500', '151039.842500', '151040.302500', '151040.762500', '151041.222500', '151041.682500', '151042.142500', '151042.602500', '151043.062500', '151043.522500', '151043.982500', '151044.442500', '151044.902500', '151045.362500', '151045.822500', '151046.282500', '151046.742500', '151047.202500', '151047.662500', '151048.122500', '151048.582500', '151049.042500', '151049.502500', '151049.962500', '151050.422500', '151050.882500', '151051.342500', '151051.802500', '151052.262500', '151052.722500', '151053.182500', '151053.642500', '151054.102500', '151054.562500', '151055.022500', '151055.482500', '151055.942500', '151056.402500', '151056.862500', '151057.322500', '151057.782500', '151058.242500', '151058.702500', '151059.162500', '151059.622500', '151100.082500', '151100.542500', '151101.002500', '151101.462500', '151101.922500', '151102.382500', '151102.842500', '151103.302500', '151103.762500', '151104.222500', '151104.682500', '151105.142500', '151105.602500', '151106.062500', '151106.522500', '151106.982500', '151107.442500', '151107.902500', '151108.362500', '151108.822500', '151109.282500', '151109.742500', '151110.202500', '151110.662500', '151111.122500', '151111.582500', '151112.042500', '151112.502500', '151112.962500', '151113.422500', '151113.882500', '151114.342500', '151114.802500', '151115.262500', '151115.722500', '151116.182500', '151116.642500', '151117.102500', '151117.562500', '151118.022500', '151118.482500', '151118.942500', '151119.402500', '151119.862500', '151120.322500', '151120.782500', '151121.242500', '151121.702500', '151122.162500', '151122.622500', '151123.082500', '151123.542500', '151124.002500', '151124.462500', '151124.922500', '151125.382500', '151125.842500', '151126.302500', '151126.762500', '151127.222500', '151127.682500', '151128.142500', '151128.602500', '151129.062500', '151129.522500', '151129.982500', '151130.442500', '151130.902500', '151131.362500', '151131.822500', '151132.282500', '151132.742500', '151133.202500', '151133.662500', '151134.122500', '151134.582500', '151135.042500', '151135.502500', '151135.962500', '151136.422500', '151136.882500', '151137.342500', '151137.802500', '151138.262500', '151138.722500', '151139.182500', '151139.642500', '151140.102500', '151140.562500', '151141.022500', '151141.482500', '151141.942500', '151142.402500', '151142.862500', '151143.322500', '151143.782500', '151144.242500', '151144.702500', '151145.162500', '151145.622500', '151146.082500', '151146.542500', '151147.002500', '151147.462500', '151147.922500', '151148.382500', '151148.842500', '151149.302500', '151149.762500', '151150.222500', '151150.682500', '151151.142500', '151151.602500', '151152.062500', '151152.522500', '151152.982500', '151153.442500', '151153.902500', '151154.362500', '151154.822500', '151155.282500', '151155.742500', '151156.202500', '151156.662500', '151157.122500', '151157.582500', '151158.042500', '151158.502500', '151158.962500', '151159.422500', '151159.882500', '151200.342500', '151200.802500', '151201.262500', '151201.722500', '151202.182500', '151202.642500', '151203.102500', '151203.562500', '151204.022500', '151204.482500', '151204.942500', '151205.402500', '151205.862500', '151206.322500', '151206.782500', '151207.242500', '151207.702500', '151208.162500', '151208.622500', '151209.082500', '151209.542500', '151210.002500', '151210.462500', '151210.922500', '151211.382500', '151211.842500', '151212.302500', '151212.762500', '151213.222500', '151213.682500', '151214.142500', '151214.602500', '151215.062500', '151215.522500', '151215.982500', '151216.442500', '151216.902500', '151217.362500', '151217.822500', '151218.282500', '151218.742500', '151219.202500', '151219.662500', '151220.122500', '151220.582500', '151221.042500', '151221.502500', '151221.962500', '151222.422500', '151222.882500', '151223.342500', '151223.802500', '151224.262500', '151224.722500', '151225.182500', '151225.642500', '151226.102500', '151226.562500', '151227.022500', '151227.482500', '151227.942500', '151228.402500', '151228.862500', '151229.322500', '151229.782500', '151230.242500', '151230.702500', '151231.162500', '151231.622500', '151232.082500', '151232.542500', '151233.002500', '151233.462500', '151233.922500', '151234.382500', '151234.842500', '151235.302500', '151235.762500', '151236.222500', '151236.682500', '151237.142500', '151237.602500', '151238.062500', '151238.522500', '151238.982500', '151239.442500', '151239.902500', '151240.362500', '151240.822500', '151241.282500', '151241.742500', '151242.202500', '151242.662500', '151243.122500', '151243.582500', '151244.042500', '151244.502500', '151244.962500', '151245.422500', '151245.882500', '151246.342500', '151246.802500', '151247.262500', '151247.722500', '151248.182500', '151248.642500', '151249.102500', '151249.562500', '151250.022500', '151250.482500', '151250.942500', '151251.402500', '151251.862500', '151252.322500', '151252.782500', '151253.242500', '151253.702500', '151254.162500', '151254.622500', '151255.082500', '151255.542500', '151256.002500', '151256.462500', '151256.922500', '151257.382500', '151257.842500', '151258.302500', '151258.762500', '151259.222500', '151259.682500', '151300.142500', '151300.602500', '151301.062500', '151301.522500', '151301.982500', '151302.442500', '151302.902500', '151303.362500', '151303.822500', '151304.282500', '151304.742500', '151305.202500', '151305.662500', '151306.122500', '151306.582500', '151307.042500', '151307.502500', '151307.962500', '151308.422500', '151308.882500', '151309.342500', '151309.802500', '151310.262500', '151310.722500', '151311.182500', '151311.642500', '151312.102500', '151312.562500', '151313.022500', '151313.482500', '151313.942500', '151314.402500', '151314.862500', '151315.322500', '151315.782500', '151316.242500', '151316.702500', '151317.162500', '151317.622500', '151318.082500', '151318.542500', '151319.002500', '151319.462500', '151319.922500', '151320.382500', '151320.842500', '151321.302500', '151321.762500', '151322.222500', '151322.682500', '151323.142500', '151323.602500', '151324.062500', '151324.522500', '151324.982500', '151325.442500', '151325.902500', '151326.362500', '151326.822500', '151327.282500', '151327.742500', '151328.202500', '151328.662500', '151329.122500', '151329.582500', '151330.042500', '151330.502500', '151330.962500', '151331.422500', '151331.882500', '151332.342500', '151332.802500', '151333.262500', '151333.722500', '151334.182500', '151334.642500', '151335.102500', '151335.562500', '151336.022500', '151336.482500', '151336.942500', '151337.402500', '151337.862500', '151338.322500', '151338.782500', '151339.242500', '151339.702500', '151340.162500', '151340.622500', '151341.082500', '151341.542500', '151342.002500', '151342.462500', '151342.922500', '151343.382500', '151343.842500', '151344.302500', '151344.762500', '151345.222500', '151345.682500', '151346.142500', '151346.602500', '151347.062500', '151347.522500', '151347.982500', '151348.442500', '151348.902500', '151349.362500', '151349.822500', '151350.282500', '151350.742500', '151351.202500', '151351.662500', '151352.122500', '151352.582500', '151353.042500', '151353.502500', '151353.962500', '151354.422500', '151354.882500', '151355.342500', '151355.802500', '151356.262500', '151356.722500', '151357.182500', '151357.642500', '151358.102500', '151358.562500', '151359.022500', '151359.482500', '151359.942500', '151400.402500', '151400.862500', '151401.322500', '151401.782500', '151402.242500', '151402.702500', '151403.162500', '151403.622500', '151404.082500', '151404.542500', '151405.002500', '151405.462500', '151405.922500', '151406.382500', '151406.842500', '151407.302500', '151407.762500', '151408.222500', '151408.682500', '151409.142500', '151409.602500', '151410.062500', '151410.522500', '151410.982500', '151411.442500', '151411.902500', '151412.362500', '151412.822500', '151413.282500', '151413.742500', '151414.202500', '151414.662500', '151415.122500', '151415.582500', '151416.042500', '151416.502500', '151416.962500', '151417.422500', '151417.882500', '151418.342500', '151418.802500', '151419.262500', '151419.722500', '151420.182500', '151420.642500', '151421.102500', '151421.562500', '151422.022500', '151422.482500', '151422.942500', '151423.402500', '151423.862500', '151424.322500', '151424.782500', '151425.242500', '151425.702500', '151426.162500', '151426.622500', '151427.082500', '151427.542500', '151428.002500', '151428.462500', '151428.922500', '151429.382500', '151429.842500', '151430.302500', '151430.762500', '151431.222500', '151431.682500', '151432.142500', '151432.602500', '151433.062500', '151433.522500', '151433.982500', '151434.442500', '151434.902500', '151435.362500', '151435.822500', '151436.282500', '151436.742500', '151437.202500', '151437.662500', '151438.122500', '151438.582500', '151439.042500', '151439.502500', '151439.962500', '151440.422500', '151440.882500', '151441.342500', '151441.802500', '151442.262500', '151442.722500', '151443.182500', '151443.642500', '151444.102500', '151444.562500', '151445.022500', '151445.482500', '151445.942500', '151446.402500', '151446.862500', '151447.322500', '151447.782500', '151448.242500', '151448.702500', '151449.162500', '151449.622500', '151450.082500', '151450.542500', '151451.002500', '151451.462500', '151451.922500', '151452.382500', '151452.842500', '151453.302500', '151453.762500', '151454.222500', '151454.682500', '151455.142500', '151455.602500', '151456.062500', '151456.522500', '151456.982500', '151457.442500', '151457.902500', '151458.362500', '151458.822500', '151459.282500', '151459.742500', '151500.202500', '151500.662500', '151501.122500', '151501.582500', '151502.042500', '151502.502500', '151502.962500', '151503.422500', '151503.882500', '151504.342500', '151504.802500', '151505.262500', '151505.722500', '151506.182500', '151506.642500', '151507.102500', '151507.562500', '151508.022500', '151508.482500', '151508.942500', '151509.402500', '151509.862500', '151510.322500', '151510.782500', '151511.242500', '151511.702500', '151512.162500', '151512.622500', '151513.082500', '151513.542500', '151514.002500', '151514.462500', '151514.922500', '151515.382500', '151515.842500', '151516.302500', '151516.762500', '151517.222500', '151517.682500', '151518.142500', '151518.602500', '151519.062500', '151519.522500', '151519.982500', '151520.442500', '151520.902500', '151521.362500', '151521.822500', '151522.282500', '151522.742500', '151523.202500', '151523.662500', '151524.122500', '151524.582500', '151525.042500', '151525.502500', '151525.962500', '151526.422500', '151526.882500', '151527.342500', '151527.802500', '151528.262500', '151528.722500', '151529.182500', '151529.642500', '151530.102500', '151530.562500', '151531.022500', '151531.482500', '151531.942500', '151532.402500', '151532.862500', '151533.322500', '151533.782500', '151534.242500', '151534.702500', '151535.162500', '151535.622500', '151536.082500', '151536.542500', '151537.002500', '151537.462500', '151537.922500', '151538.382500', '151538.842500', '151539.302500', '151539.762500', '151540.222500', '151540.682500', '151541.142500', '151541.602500', '151542.062500', '151542.522500', '151542.982500', '151543.442500', '151543.902500', '151544.362500', '151544.822500', '151545.282500', '151545.742500', '151546.202500', '151546.662500', '151547.122500', '151547.582500', '151548.042500', '151548.502500', '151548.962500', '151549.422500', '151549.882500', '151550.342500', '151550.802500', '151551.262500', '151551.722500', '151552.182500', '151552.642500', '151553.102500', '151553.562500', '151554.022500', '151554.482500', '151554.942500', '151555.402500', '151555.862500', '151556.322500', '151556.782500', '151557.242500', '151557.702500', '151558.162500', '151558.622500', '151559.082500', '151559.542500', '151600.002500'], 'ContentTime': ['150552.937000', '150552.941000', '150552.944000', '150552.947000', '150552.950000', '150552.953000', '150552.956000', '150552.959000', '150552.962000', '150552.965000', '150552.968000', '150552.971000', '150552.974000', '150552.977000', '150552.980000', '150552.988000', '150552.991000', '150552.994000', '150552.997000', '150553.000000', '150553.003000', '150553.006000', '150553.009000', '150553.012000', '150553.015000', '150553.018000', '150553.021000', '150553.024000', '150553.027000', '150553.030000', '150553.033000', '150553.036000', '150553.039000', '150553.042000', '150553.046000', '150553.050000', '150553.053000', '150553.056000', '150553.059000', '150553.062000', '150553.065000', '150553.079000', '150553.082000', '150553.085000', '150553.087000', '150553.090000', '150553.093000', '150553.096000', '150553.099000', '150553.102000', '150553.105000', '150553.108000', '150553.110000', '150553.114000', '150612.880000', '150612.883000', '150612.886000', '150612.888000', '150612.891000', '150612.894000', '150612.897000', '150612.900000', '150612.903000', '150612.906000', '150612.908000', '150612.911000', '150612.914000', '150612.917000', '150612.920000', '150612.923000', '150612.926000', '150612.928000', '150612.931000', '150612.934000', '150612.937000', '150612.940000', '150612.943000', '150612.945000', '150612.948000', '150612.951000', '150612.954000', '150612.957000', '150612.960000', '150612.963000', '150612.966000', '150612.968000', '150612.971000', '150612.974000', '150612.977000', '150612.980000', '150612.983000', '150612.985000', '150612.988000', '150612.995000', '150612.998000', '150613.002000', '150613.005000', '150613.007000', '150632.880000', '150632.883000', '150632.894000', '150632.897000', '150632.900000', '150632.903000', '150632.906000', '150632.909000', '150632.911000', '150632.914000', '150632.917000', '150632.920000', '150632.923000', '150632.926000', '150632.929000', '150632.932000', '150632.935000', '150632.937000', '150632.940000', '150632.943000', '150632.946000', '150632.957000', '150632.960000', '150632.962000', '150632.965000', '150632.968000', '150632.971000', '150632.974000', '150632.977000', '150632.980000', '150632.983000', '150632.985000', '150632.988000', '150632.991000', '150632.994000', '150632.997000', '150633.001000', '150633.003000', '150633.006000', '150633.009000', '150633.012000', '150633.015000', '150633.018000', '150652.880000', '150652.883000', '150652.886000', '150652.889000', '150652.892000', '150652.894000', '150652.897000', '150652.900000', '150652.903000', '150652.906000', '150652.909000', '150652.912000', '150652.914000', '150652.917000', '150652.920000', '150652.923000', '150652.926000', '150652.929000', '150652.932000', '150652.935000', '150652.937000', '150652.940000', '150652.943000', '150652.946000', '150652.949000', '150652.952000', '150652.955000', '150652.958000', '150652.961000', '150652.963000', '150652.966000', '150652.969000', '150652.972000', '150652.975000', '150652.983000', '150652.986000', '150652.989000', '150652.992000', '150652.995000', '150652.998000', '150653.002000', '150653.004000', '150653.007000', '150653.010000', '150712.880000', '150712.883000', '150712.886000', '150712.889000', '150712.892000', '150712.895000', '150712.897000', '150712.900000', '150712.903000', '150712.906000', '150712.909000', '150712.912000', '150712.915000', '150712.918000', '150712.920000', '150712.923000', '150712.932000', '150712.935000', '150712.938000', '150712.941000', '150712.944000', '150712.947000', '150712.950000', '150712.953000', '150712.955000', '150712.958000', '150712.961000', '150712.964000', '150712.967000', '150712.970000', '150712.973000', '150712.975000', '150712.978000', '150712.981000', '150712.984000', '150712.987000', '150712.990000', '150712.993000', '150712.995000', '150712.998000', '150713.002000', '150713.005000', '150713.008000', '150732.879000', '150732.882000', '150732.885000', '150732.888000', '150732.891000', '150732.894000', '150732.897000', '150732.900000', '150732.903000', '150732.905000', '150732.908000', '150732.911000', '150732.914000', '150732.917000', '150732.920000', '150732.923000', '150732.926000', '150732.928000', '150732.931000', '150732.934000', '150732.937000', '150732.940000', '150732.943000', '150732.946000', '150732.949000', '150732.951000', '150732.965000', '150732.968000', '150732.971000', '150732.974000', '150732.977000', '150732.980000', '150732.983000', '150732.985000', '150732.988000', '150732.991000', '150732.994000', '150732.997000', '150733.001000', '150733.004000', '150733.007000', '150733.010000', '150733.013000', '150752.879000', '150752.882000', '150752.885000', '150752.888000', '150752.891000', '150752.894000', '150752.897000', '150752.899000', '150752.902000', '150752.905000', '150752.908000', '150752.911000', '150752.914000', '150752.917000', '150752.920000', '150752.923000', '150752.925000', '150752.928000', '150752.931000', '150752.934000', '150752.937000', '150752.940000', '150752.943000', '150752.946000', '150752.948000', '150752.951000', '150752.954000', '150752.957000', '150752.960000', '150752.963000', '150752.966000', '150752.969000', '150752.971000', '150752.974000', '150752.977000', '150752.980000', '150752.983000', '150752.986000', '150752.989000', '150752.992000', '150752.995000', '150753.003000', '150753.006000', '150753.009000', '150812.880000', '150812.889000', '150812.892000', '150812.895000', '150812.898000', '150812.901000', '150812.903000', '150812.906000', '150812.909000', '150812.912000', '150812.915000', '150812.918000', '150812.921000', '150812.924000', '150812.927000', '150812.929000', '150812.932000', '150812.935000', '150812.938000', '150812.941000', '150812.944000', '150812.947000', '150812.950000', '150812.953000', '150812.955000', '150812.958000', '150812.961000', '150812.964000', '150812.967000', '150812.970000', '150812.973000', '150812.976000', '150812.978000', '150812.981000', '150812.984000', '150812.987000', '150812.990000', '150812.993000', '150812.996000', '150812.999000', '150813.002000', '150813.005000', '150813.007000', '150832.880000', '150832.883000', '150832.886000', '150832.888000', '150832.891000', '150832.894000', '150832.897000', '150832.900000', '150832.903000', '150832.906000', '150832.909000', '150832.911000', '150832.914000', '150832.917000', '150832.920000', '150832.923000', '150832.926000', '150832.929000', '150832.932000', '150832.934000', '150832.937000', '150832.940000', '150832.943000', '150832.946000', '150832.949000', '150832.952000', '150832.955000', '150832.957000', '150832.960000', '150832.963000', '150832.966000', '150832.969000', '150832.972000', '150832.975000', '150832.977000', '150832.980000', '150832.983000', '150832.986000', '150832.989000', '150832.992000', '150832.995000', '150832.997000', '150833.001000', '150833.004000', '150852.880000', '150852.883000', '150852.886000', '150852.889000', '150852.892000', '150852.895000', '150852.898000', '150852.901000', '150852.904000', '150852.907000', '150852.910000', '150852.913000', '150852.916000', '150852.919000', '150852.921000', '150852.924000', '150852.927000', '150852.930000', '150852.933000', '150852.936000', '150852.939000', '150852.941000', '150852.944000', '150852.947000', '150852.950000', '150852.953000', '150852.956000', '150852.959000', '150852.962000', '150852.964000', '150852.967000', '150852.970000', '150852.973000', '150852.976000', '150852.979000', '150852.981000', '150852.984000', '150852.987000', '150852.990000', '150852.993000', '150852.996000', '150853.000000', '150853.003000', '150912.880000', '150912.883000', '150912.886000', '150912.889000', '150912.892000', '150912.895000', '150912.897000', '150912.900000', '150912.903000', '150912.906000', '150912.909000', '150912.912000', '150912.915000', '150912.918000', '150912.920000', '150912.923000', '150912.926000', '150912.929000', '150912.932000', '150912.935000', '150912.938000', '150912.941000', '150912.956000', '150912.959000', '150912.962000', '150912.965000', '150912.967000', '150912.970000', '150912.973000', '150912.976000', '150912.979000', '150912.982000', '150912.985000', '150912.988000', '150912.990000', '150912.993000', '150912.996000', '150913.000000', '150913.003000', '150913.006000', '150913.009000', '150913.012000', '150913.014000', '150913.017000', '150932.880000', '150932.887000', '150932.890000', '150932.892000', '150932.895000', '150932.898000', '150932.901000', '150932.904000', '150932.907000', '150932.910000', '150932.913000', '150932.916000', '150932.919000', '150932.922000', '150932.925000', '150932.928000', '150932.931000', '150932.934000', '150932.938000', '150932.941000', '150932.944000', '150932.947000', '150932.950000', '150932.953000', '150932.956000', '150932.958000', '150932.961000', '150932.964000', '150932.967000', '150932.970000', '150932.973000', '150932.986000', '150932.988000', '150932.991000', '150932.994000', '150932.997000', '150933.001000', '150933.004000', '150933.007000', '150933.010000', '150933.012000', '150933.015000', '150933.018000', '150952.879000', '150952.882000', '150952.885000', '150952.888000', '150952.891000', '150952.893000', '150952.896000', '150952.900000', '150952.902000', '150952.905000', '150952.908000', '150952.911000', '150952.914000', '150952.917000', '150952.920000', '150952.923000', '150952.925000', '150952.928000', '150952.931000', '150952.934000', '150952.937000', '150952.940000', '150952.943000', '150952.946000', '150952.949000', '150952.951000', '150952.954000', '150952.957000', '150952.960000', '150952.963000', '150952.966000', '150952.969000', '150952.971000', '150952.974000', '150952.977000', '150952.980000', '150952.983000', '150952.986000', '150952.989000', '150952.991000', '150952.994000', '150952.997000', '150953.001000', '150953.004000', '151012.879000', '151012.882000', '151012.885000', '151012.888000', '151012.891000', '151012.894000', '151012.896000', '151012.899000', '151012.902000', '151012.905000', '151012.908000', '151012.911000', '151012.914000', '151012.917000', '151012.919000', '151012.922000', '151012.925000', '151012.928000', '151012.931000', '151012.934000', '151012.937000', '151012.940000', '151012.943000', '151012.946000', '151012.949000', '151012.951000', '151012.954000', '151012.957000', '151012.960000', '151012.963000', '151012.966000', '151012.969000', '151012.972000', '151012.975000', '151012.978000', '151012.980000', '151012.983000', '151012.986000', '151012.989000', '151012.992000', '151012.995000', '151012.998000', '151013.002000', '151032.880000', '151032.887000', '151032.890000', '151032.893000', '151032.896000', '151032.899000', '151032.901000', '151032.904000', '151032.907000', '151032.910000', '151032.913000', '151032.916000', '151032.919000', '151032.922000', '151032.924000', '151032.927000', '151032.930000', '151032.933000', '151032.936000', '151032.939000', '151032.942000', '151032.945000', '151032.948000', '151032.951000', '151032.953000', '151032.956000', '151032.959000', '151032.962000', '151032.965000', '151032.968000', '151032.971000', '151032.974000', '151032.976000', '151032.988000', '151032.990000', '151032.993000', '151032.996000', '151032.999000', '151033.002000', '151033.005000', '151033.007000', '151033.010000', '151033.013000', '151033.016000', '151052.880000', '151052.883000', '151052.886000', '151052.899000', '151052.902000', '151052.904000', '151052.907000', '151052.910000', '151052.913000', '151052.916000', '151052.919000', '151052.922000', '151052.925000', '151052.928000', '151052.931000', '151052.934000', '151052.936000', '151052.939000', '151052.942000', '151052.945000', '151052.948000', '151052.951000', '151052.954000', '151052.957000', '151052.960000', '151052.963000', '151052.966000', '151052.969000', '151052.972000', '151052.975000', '151052.978000', '151052.980000', '151052.983000', '151052.986000', '151052.989000', '151052.992000', '151052.995000', '151052.998000', '151053.002000', '151053.004000', '151053.007000', '151053.010000', '151053.013000', '151112.882000', '151112.885000', '151112.888000', '151112.891000', '151112.894000', '151112.897000', '151112.899000', '151112.902000', '151112.905000', '151112.908000', '151112.911000', '151112.914000', '151112.917000', '151112.919000', '151112.922000', '151112.925000', '151112.928000', '151112.931000', '151112.934000', '151112.937000', '151112.940000', '151112.942000', '151112.945000', '151112.948000', '151112.951000', '151112.954000', '151112.957000', '151112.960000', '151112.962000', '151112.965000', '151112.968000', '151112.971000', '151112.974000', '151112.977000', '151112.980000', '151112.982000', '151112.985000', '151112.988000', '151112.991000', '151112.994000', '151112.997000', '151113.001000', '151113.003000', '151113.006000', '151132.880000', '151132.883000', '151132.886000', '151132.889000', '151132.892000', '151132.894000', '151132.897000', '151132.900000', '151132.903000', '151132.906000', '151132.909000', '151132.912000', '151132.915000', '151132.917000', '151132.920000', '151132.923000', '151132.926000', '151132.929000', '151132.932000', '151132.935000', '151132.938000', '151132.940000', '151132.943000', '151132.946000', '151132.949000', '151132.952000', '151132.955000', '151132.958000', '151132.961000', '151132.964000', '151132.967000', '151132.969000', '151132.972000', '151132.975000', '151132.978000', '151132.981000', '151132.984000', '151132.988000', '151132.991000', '151132.994000', '151132.997000', '151133.001000', '151133.004000', '151152.880000', '151152.883000', '151152.886000', '151152.897000', '151152.900000', '151152.903000', '151152.906000', '151152.909000', '151152.912000', '151152.914000', '151152.917000', '151152.920000', '151152.923000', '151152.926000', '151152.929000', '151152.932000', '151152.935000', '151152.938000', '151152.941000', '151152.944000', '151152.947000', '151152.949000', '151152.952000', '151152.955000', '151152.958000', '151152.961000', '151152.964000', '151152.967000', '151152.969000', '151152.972000', '151152.975000', '151152.978000', '151152.981000', '151152.984000', '151152.987000', '151152.990000', '151152.992000', '151152.995000', '151152.998000', '151153.002000', '151153.005000', '151153.008000', '151153.011000', '151153.014000', '151212.879000', '151212.882000', '151212.885000', '151212.888000', '151212.891000', '151212.894000', '151212.897000', '151212.899000', '151212.902000', '151212.905000', '151212.908000', '151212.911000', '151212.914000', '151212.917000', '151212.920000', '151212.922000', '151212.925000', '151212.928000', '151212.931000', '151212.935000', '151212.938000', '151212.941000', '151212.944000', '151212.946000', '151212.949000', '151212.952000', '151212.955000', '151212.958000', '151212.961000', '151212.964000', '151212.967000', '151212.969000', '151212.972000', '151212.975000', '151212.978000', '151212.981000', '151212.984000', '151212.987000', '151212.990000', '151212.993000', '151212.997000', '151213.001000', '151213.004000', '151232.879000', '151232.882000', '151232.891000', '151232.894000', '151232.896000', '151232.899000', '151232.902000', '151232.905000', '151232.908000', '151232.911000', '151232.914000', '151232.917000', '151232.919000', '151232.922000', '151232.925000', '151232.928000', '151232.931000', '151232.934000', '151232.937000', '151232.940000', '151232.942000', '151232.945000', '151232.948000', '151232.951000', '151232.954000', '151232.957000', '151232.960000', '151232.962000', '151232.965000', '151232.968000', '151232.971000', '151232.974000', '151232.977000', '151232.980000', '151232.983000', '151232.985000', '151232.988000', '151232.991000', '151232.994000', '151232.997000', '151233.001000', '151233.004000', '151233.007000', '151233.009000', '151252.880000', '151252.883000', '151252.886000', '151252.888000', '151252.892000', '151252.895000', '151252.897000', '151252.900000', '151252.903000', '151252.906000', '151252.909000', '151252.912000', '151252.915000', '151252.918000', '151252.921000', '151252.923000', '151252.926000', '151252.929000', '151252.932000', '151252.935000', '151252.938000', '151252.941000', '151252.943000', '151252.946000', '151252.949000', '151252.952000', '151252.955000', '151252.958000', '151252.961000', '151252.964000', '151252.967000', '151252.970000', '151252.973000', '151252.976000', '151252.978000', '151252.981000', '151252.984000', '151252.987000', '151252.990000', '151252.993000', '151252.996000', '151253.000000', '151253.003000', '151312.880000', '151312.883000', '151312.886000', '151312.889000', '151312.892000', '151312.895000', '151312.898000', '151312.901000', '151312.903000', '151312.906000', '151312.909000', '151312.912000', '151312.915000', '151312.918000', '151312.921000', '151312.923000', '151312.926000', '151312.929000', '151312.932000', '151312.935000', '151312.938000', '151312.941000', '151312.944000', '151312.946000', '151312.949000', '151312.952000', '151312.955000', '151312.958000', '151312.961000', '151312.964000', '151312.967000', '151312.969000', '151312.972000', '151312.975000', '151312.978000', '151312.981000', '151312.984000', '151312.987000', '151312.989000', '151312.992000', '151312.995000', '151312.998000', '151313.002000', '151313.005000', '151332.880000', '151332.883000', '151332.886000', '151332.889000', '151332.892000', '151332.895000', '151332.897000', '151332.900000', '151332.903000', '151332.906000', '151332.909000', '151332.912000', '151332.915000', '151332.918000', '151332.920000', '151332.923000', '151332.926000', '151332.929000', '151332.932000', '151332.935000', '151332.938000', '151332.941000', '151332.943000', '151332.946000', '151332.949000', '151332.952000', '151332.955000', '151332.958000', '151332.961000', '151332.964000', '151332.966000', '151332.969000', '151332.973000', '151332.976000', '151332.979000', '151332.982000', '151332.985000', '151332.988000', '151332.990000', '151332.994000', '151332.996000', '151333.000000', '151333.003000', '151352.880000', '151352.883000', '151352.886000', '151352.888000', '151352.902000', '151352.905000', '151352.908000', '151352.911000', '151352.914000', '151352.917000', '151352.920000', '151352.922000', '151352.925000', '151352.928000', '151352.931000', '151352.934000', '151352.937000', '151352.940000', '151352.942000', '151352.945000', '151352.948000', '151352.951000', '151352.954000', '151352.957000', '151352.960000', '151352.963000', '151352.966000', '151352.968000', '151352.971000', '151352.974000', '151352.977000', '151352.980000', '151352.983000', '151352.986000', '151352.989000', '151352.992000', '151352.995000', '151352.998000', '151353.001000', '151353.004000', '151353.007000', '151353.010000', '151353.013000', '151353.016000', '151412.880000', '151412.883000', '151412.896000', '151412.899000', '151412.902000', '151412.905000', '151412.908000', '151412.910000', '151412.913000', '151412.916000', '151412.919000', '151412.922000', '151412.925000', '151412.928000', '151412.931000', '151412.934000', '151412.936000', '151412.939000', '151412.942000', '151412.945000', '151412.948000', '151412.951000', '151412.954000', '151412.957000', '151412.959000', '151412.962000', '151412.965000', '151412.968000', '151412.971000', '151412.974000', '151412.977000', '151412.979000', '151412.982000', '151412.985000', '151412.988000', '151412.991000', '151412.994000', '151412.997000', '151413.001000', '151413.003000', '151413.006000', '151413.009000', '151413.012000', '151432.879000', '151432.882000', '151432.885000', '151432.888000', '151432.891000', '151432.893000', '151432.896000', '151432.899000', '151432.902000', '151432.905000', '151432.908000', '151432.911000', '151432.914000', '151432.916000', '151432.919000', '151432.922000', '151432.925000', '151432.928000', '151432.931000', '151432.934000', '151432.936000', '151432.939000', '151432.942000', '151432.945000', '151432.948000', '151432.951000', '151432.954000', '151432.957000', '151432.959000', '151432.962000', '151432.965000', '151432.968000', '151432.971000', '151432.974000', '151432.977000', '151432.980000', '151432.983000', '151432.985000', '151432.988000', '151432.991000', '151432.994000', '151432.997000', '151433.001000', '151433.004000', '151452.879000', '151452.890000', '151452.893000', '151452.896000', '151452.898000', '151452.901000', '151452.904000', '151452.907000', '151452.910000', '151452.913000', '151452.916000', '151452.919000', '151452.921000', '151452.924000', '151452.927000', '151452.930000', '151452.933000', '151452.936000', '151452.939000', '151452.942000', '151452.945000', '151452.948000', '151452.951000', '151452.953000', '151452.956000', '151452.959000', '151452.962000', '151452.965000', '151452.968000', '151452.971000', '151452.973000', '151452.976000', '151452.979000', '151452.982000', '151452.985000', '151452.988000', '151452.991000', '151452.994000', '151452.997000', '151453.001000', '151453.004000', '151453.007000', '151453.010000', '151512.880000', '151512.883000', '151512.886000', '151512.889000', '151512.892000', '151512.895000', '151512.898000', '151512.901000', '151512.904000', '151512.907000', '151512.910000', '151512.913000', '151512.915000', '151512.918000', '151512.921000', '151512.924000', '151512.927000', '151512.930000', '151512.933000', '151512.936000', '151512.938000', '151512.941000', '151512.944000', '151512.947000', '151512.950000', '151512.953000', '151512.956000', '151512.959000', '151512.961000', '151512.964000', '151512.967000', '151512.970000', '151512.973000', '151512.976000', '151512.979000', '151512.982000', '151512.985000', '151512.987000', '151512.990000', '151512.993000', '151512.996000', '151513.000000', '151513.003000', '151532.880000', '151532.883000', '151532.886000', '151532.889000', '151532.892000', '151532.895000', '151532.898000', '151532.900000', '151532.903000', '151532.906000', '151532.909000', '151532.912000', '151532.915000', '151532.918000', '151532.921000', '151532.923000', '151532.926000', '151532.929000', '151532.932000', '151532.935000', '151532.938000', '151532.941000', '151532.944000', '151532.946000', '151532.949000', '151532.952000', '151532.955000', '151532.958000', '151532.961000', '151532.964000', '151532.966000', '151532.969000', '151532.972000', '151532.975000', '151532.978000', '151532.981000', '151532.984000', '151532.987000', '151532.989000', '151532.992000', '151532.995000', '151532.998000', '151533.002000', '151533.005000', '151552.880000', '151552.883000', '151552.886000', '151552.889000', '151552.892000', '151552.895000', '151552.898000', '151552.900000', '151552.903000', '151552.906000', '151552.909000', '151552.912000', '151552.915000', '151552.918000', '151552.921000', '151552.924000', '151552.926000', '151552.929000', '151552.932000', '151552.935000', '151552.938000', '151552.941000', '151552.944000', '151552.947000', '151552.949000', '151552.952000', '151552.955000', '151552.958000', '151552.961000', '151552.964000', '151552.967000', '151552.970000', '151552.973000', '151552.991000', '151552.994000', '151552.997000', '151553.001000', '151553.010000', '151553.013000', '151553.016000', '151553.019000', '151553.022000', '151553.025000', '151553.028000', '151600.755000', '151600.759000', '151600.762000', '151600.765000', '151600.768000', '151600.771000', '151600.774000', '151600.779000', '151600.782000', '151600.785000', '151600.788000', '151600.791000', '151600.794000', '151600.797000', '151600.800000', '151600.803000', '151600.806000'], 'InstanceCreationTime': ['150552.937000', '150552.941000', '150552.944000', '150552.947000', '150552.950000', '150552.953000', '150552.956000', '150552.959000', '150552.962000', '150552.965000', '150552.968000', '150552.971000', '150552.974000', '150552.977000', '150552.980000', '150552.988000', '150552.991000', '150552.994000', '150552.997000', '150553.000000', '150553.003000', '150553.006000', '150553.009000', '150553.012000', '150553.015000', '150553.018000', '150553.021000', '150553.024000', '150553.027000', '150553.030000', '150553.033000', '150553.036000', '150553.039000', '150553.042000', '150553.046000', '150553.050000', '150553.053000', '150553.056000', '150553.059000', '150553.062000', '150553.065000', '150553.079000', '150553.082000', '150553.085000', '150553.087000', '150553.090000', '150553.093000', '150553.096000', '150553.099000', '150553.102000', '150553.105000', '150553.108000', '150553.110000', '150553.114000', '150612.880000', '150612.883000', '150612.886000', '150612.888000', '150612.891000', '150612.894000', '150612.897000', '150612.900000', '150612.903000', '150612.906000', '150612.908000', '150612.911000', '150612.914000', '150612.917000', '150612.920000', '150612.923000', '150612.926000', '150612.928000', '150612.931000', '150612.934000', '150612.937000', '150612.940000', '150612.943000', '150612.945000', '150612.948000', '150612.951000', '150612.954000', '150612.957000', '150612.960000', '150612.963000', '150612.966000', '150612.968000', '150612.971000', '150612.974000', '150612.977000', '150612.980000', '150612.983000', '150612.985000', '150612.988000', '150612.995000', '150612.998000', '150613.002000', '150613.005000', '150613.007000', '150632.880000', '150632.883000', '150632.894000', '150632.897000', '150632.900000', '150632.903000', '150632.906000', '150632.909000', '150632.911000', '150632.914000', '150632.917000', '150632.920000', '150632.923000', '150632.926000', '150632.929000', '150632.932000', '150632.935000', '150632.937000', '150632.940000', '150632.943000', '150632.946000', '150632.957000', '150632.960000', '150632.962000', '150632.965000', '150632.968000', '150632.971000', '150632.974000', '150632.977000', '150632.980000', '150632.983000', '150632.985000', '150632.988000', '150632.991000', '150632.994000', '150632.997000', '150633.001000', '150633.003000', '150633.006000', '150633.009000', '150633.012000', '150633.015000', '150633.018000', '150652.880000', '150652.883000', '150652.886000', '150652.889000', '150652.892000', '150652.894000', '150652.897000', '150652.900000', '150652.903000', '150652.906000', '150652.909000', '150652.912000', '150652.914000', '150652.917000', '150652.920000', '150652.923000', '150652.926000', '150652.929000', '150652.932000', '150652.935000', '150652.937000', '150652.940000', '150652.943000', '150652.946000', '150652.949000', '150652.952000', '150652.955000', '150652.958000', '150652.961000', '150652.963000', '150652.966000', '150652.969000', '150652.972000', '150652.975000', '150652.983000', '150652.986000', '150652.989000', '150652.992000', '150652.995000', '150652.998000', '150653.002000', '150653.004000', '150653.007000', '150653.010000', '150712.880000', '150712.883000', '150712.886000', '150712.889000', '150712.892000', '150712.895000', '150712.897000', '150712.900000', '150712.903000', '150712.906000', '150712.909000', '150712.912000', '150712.915000', '150712.918000', '150712.920000', '150712.923000', '150712.932000', '150712.935000', '150712.938000', '150712.941000', '150712.944000', '150712.947000', '150712.950000', '150712.953000', '150712.955000', '150712.958000', '150712.961000', '150712.964000', '150712.967000', '150712.970000', '150712.973000', '150712.975000', '150712.978000', '150712.981000', '150712.984000', '150712.987000', '150712.990000', '150712.993000', '150712.995000', '150712.998000', '150713.002000', '150713.005000', '150713.008000', '150732.879000', '150732.882000', '150732.885000', '150732.888000', '150732.891000', '150732.894000', '150732.897000', '150732.900000', '150732.903000', '150732.905000', '150732.908000', '150732.911000', '150732.914000', '150732.917000', '150732.920000', '150732.923000', '150732.926000', '150732.928000', '150732.931000', '150732.934000', '150732.937000', '150732.940000', '150732.943000', '150732.946000', '150732.949000', '150732.951000', '150732.965000', '150732.968000', '150732.971000', '150732.974000', '150732.977000', '150732.980000', '150732.983000', '150732.985000', '150732.988000', '150732.991000', '150732.994000', '150732.997000', '150733.001000', '150733.004000', '150733.007000', '150733.010000', '150733.013000', '150752.879000', '150752.882000', '150752.885000', '150752.888000', '150752.891000', '150752.894000', '150752.897000', '150752.899000', '150752.902000', '150752.905000', '150752.908000', '150752.911000', '150752.914000', '150752.917000', '150752.920000', '150752.923000', '150752.925000', '150752.928000', '150752.931000', '150752.934000', '150752.937000', '150752.940000', '150752.943000', '150752.946000', '150752.948000', '150752.951000', '150752.954000', '150752.957000', '150752.960000', '150752.963000', '150752.966000', '150752.969000', '150752.971000', '150752.974000', '150752.977000', '150752.980000', '150752.983000', '150752.986000', '150752.989000', '150752.992000', '150752.995000', '150753.003000', '150753.006000', '150753.009000', '150812.880000', '150812.889000', '150812.892000', '150812.895000', '150812.898000', '150812.901000', '150812.903000', '150812.906000', '150812.909000', '150812.912000', '150812.915000', '150812.918000', '150812.921000', '150812.924000', '150812.927000', '150812.929000', '150812.932000', '150812.935000', '150812.938000', '150812.941000', '150812.944000', '150812.947000', '150812.950000', '150812.953000', '150812.955000', '150812.958000', '150812.961000', '150812.964000', '150812.967000', '150812.970000', '150812.973000', '150812.976000', '150812.978000', '150812.981000', '150812.984000', '150812.987000', '150812.990000', '150812.993000', '150812.996000', '150812.999000', '150813.002000', '150813.005000', '150813.007000', '150832.880000', '150832.883000', '150832.886000', '150832.888000', '150832.891000', '150832.894000', '150832.897000', '150832.900000', '150832.903000', '150832.906000', '150832.909000', '150832.911000', '150832.914000', '150832.917000', '150832.920000', '150832.923000', '150832.926000', '150832.929000', '150832.932000', '150832.934000', '150832.937000', '150832.940000', '150832.943000', '150832.946000', '150832.949000', '150832.952000', '150832.955000', '150832.957000', '150832.960000', '150832.963000', '150832.966000', '150832.969000', '150832.972000', '150832.975000', '150832.977000', '150832.980000', '150832.983000', '150832.986000', '150832.989000', '150832.992000', '150832.995000', '150832.997000', '150833.001000', '150833.004000', '150852.880000', '150852.883000', '150852.886000', '150852.889000', '150852.892000', '150852.895000', '150852.898000', '150852.901000', '150852.904000', '150852.907000', '150852.910000', '150852.913000', '150852.916000', '150852.919000', '150852.921000', '150852.924000', '150852.927000', '150852.930000', '150852.933000', '150852.936000', '150852.939000', '150852.941000', '150852.944000', '150852.947000', '150852.950000', '150852.953000', '150852.956000', '150852.959000', '150852.962000', '150852.964000', '150852.967000', '150852.970000', '150852.973000', '150852.976000', '150852.979000', '150852.981000', '150852.984000', '150852.987000', '150852.990000', '150852.993000', '150852.996000', '150853.000000', '150853.003000', '150912.880000', '150912.883000', '150912.886000', '150912.889000', '150912.892000', '150912.895000', '150912.897000', '150912.900000', '150912.903000', '150912.906000', '150912.909000', '150912.912000', '150912.915000', '150912.918000', '150912.920000', '150912.923000', '150912.926000', '150912.929000', '150912.932000', '150912.935000', '150912.938000', '150912.941000', '150912.956000', '150912.959000', '150912.962000', '150912.965000', '150912.967000', '150912.970000', '150912.973000', '150912.976000', '150912.979000', '150912.982000', '150912.985000', '150912.988000', '150912.990000', '150912.993000', '150912.996000', '150913.000000', '150913.003000', '150913.006000', '150913.009000', '150913.012000', '150913.014000', '150913.017000', '150932.880000', '150932.887000', '150932.890000', '150932.892000', '150932.895000', '150932.898000', '150932.901000', '150932.904000', '150932.907000', '150932.910000', '150932.913000', '150932.916000', '150932.919000', '150932.922000', '150932.925000', '150932.928000', '150932.931000', '150932.934000', '150932.938000', '150932.941000', '150932.944000', '150932.947000', '150932.950000', '150932.953000', '150932.956000', '150932.958000', '150932.961000', '150932.964000', '150932.967000', '150932.970000', '150932.973000', '150932.986000', '150932.988000', '150932.991000', '150932.994000', '150932.997000', '150933.001000', '150933.004000', '150933.007000', '150933.010000', '150933.012000', '150933.015000', '150933.018000', '150952.879000', '150952.882000', '150952.885000', '150952.888000', '150952.891000', '150952.893000', '150952.896000', '150952.900000', '150952.902000', '150952.905000', '150952.908000', '150952.911000', '150952.914000', '150952.917000', '150952.920000', '150952.923000', '150952.925000', '150952.928000', '150952.931000', '150952.934000', '150952.937000', '150952.940000', '150952.943000', '150952.946000', '150952.949000', '150952.951000', '150952.954000', '150952.957000', '150952.960000', '150952.963000', '150952.966000', '150952.969000', '150952.971000', '150952.974000', '150952.977000', '150952.980000', '150952.983000', '150952.986000', '150952.989000', '150952.991000', '150952.994000', '150952.997000', '150953.001000', '150953.004000', '151012.879000', '151012.882000', '151012.885000', '151012.888000', '151012.891000', '151012.894000', '151012.896000', '151012.899000', '151012.902000', '151012.905000', '151012.908000', '151012.911000', '151012.914000', '151012.917000', '151012.919000', '151012.922000', '151012.925000', '151012.928000', '151012.931000', '151012.934000', '151012.937000', '151012.940000', '151012.943000', '151012.946000', '151012.949000', '151012.951000', '151012.954000', '151012.957000', '151012.960000', '151012.963000', '151012.966000', '151012.969000', '151012.972000', '151012.975000', '151012.978000', '151012.980000', '151012.983000', '151012.986000', '151012.989000', '151012.992000', '151012.995000', '151012.998000', '151013.002000', '151032.880000', '151032.887000', '151032.890000', '151032.893000', '151032.896000', '151032.899000', '151032.901000', '151032.904000', '151032.907000', '151032.910000', '151032.913000', '151032.916000', '151032.919000', '151032.922000', '151032.924000', '151032.927000', '151032.930000', '151032.933000', '151032.936000', '151032.939000', '151032.942000', '151032.945000', '151032.948000', '151032.951000', '151032.953000', '151032.956000', '151032.959000', '151032.962000', '151032.965000', '151032.968000', '151032.971000', '151032.974000', '151032.976000', '151032.988000', '151032.990000', '151032.993000', '151032.996000', '151032.999000', '151033.002000', '151033.005000', '151033.007000', '151033.010000', '151033.013000', '151033.016000', '151052.880000', '151052.883000', '151052.886000', '151052.899000', '151052.902000', '151052.904000', '151052.907000', '151052.910000', '151052.913000', '151052.916000', '151052.919000', '151052.922000', '151052.925000', '151052.928000', '151052.931000', '151052.934000', '151052.936000', '151052.939000', '151052.942000', '151052.945000', '151052.948000', '151052.951000', '151052.954000', '151052.957000', '151052.960000', '151052.963000', '151052.966000', '151052.969000', '151052.972000', '151052.975000', '151052.978000', '151052.980000', '151052.983000', '151052.986000', '151052.989000', '151052.992000', '151052.995000', '151052.998000', '151053.002000', '151053.004000', '151053.007000', '151053.010000', '151053.013000', '151112.882000', '151112.885000', '151112.888000', '151112.891000', '151112.894000', '151112.897000', '151112.899000', '151112.902000', '151112.905000', '151112.908000', '151112.911000', '151112.914000', '151112.917000', '151112.919000', '151112.922000', '151112.925000', '151112.928000', '151112.931000', '151112.934000', '151112.937000', '151112.940000', '151112.942000', '151112.945000', '151112.948000', '151112.951000', '151112.954000', '151112.957000', '151112.960000', '151112.962000', '151112.965000', '151112.968000', '151112.971000', '151112.974000', '151112.977000', '151112.980000', '151112.982000', '151112.985000', '151112.988000', '151112.991000', '151112.994000', '151112.997000', '151113.001000', '151113.003000', '151113.006000', '151132.880000', '151132.883000', '151132.886000', '151132.889000', '151132.892000', '151132.894000', '151132.897000', '151132.900000', '151132.903000', '151132.906000', '151132.909000', '151132.912000', '151132.915000', '151132.917000', '151132.920000', '151132.923000', '151132.926000', '151132.929000', '151132.932000', '151132.935000', '151132.938000', '151132.940000', '151132.943000', '151132.946000', '151132.949000', '151132.952000', '151132.955000', '151132.958000', '151132.961000', '151132.964000', '151132.967000', '151132.969000', '151132.972000', '151132.975000', '151132.978000', '151132.981000', '151132.984000', '151132.988000', '151132.991000', '151132.994000', '151132.997000', '151133.001000', '151133.004000', '151152.880000', '151152.883000', '151152.886000', '151152.897000', '151152.900000', '151152.903000', '151152.906000', '151152.909000', '151152.912000', '151152.914000', '151152.917000', '151152.920000', '151152.923000', '151152.926000', '151152.929000', '151152.932000', '151152.935000', '151152.938000', '151152.941000', '151152.944000', '151152.947000', '151152.949000', '151152.952000', '151152.955000', '151152.958000', '151152.961000', '151152.964000', '151152.967000', '151152.969000', '151152.972000', '151152.975000', '151152.978000', '151152.981000', '151152.984000', '151152.987000', '151152.990000', '151152.992000', '151152.995000', '151152.998000', '151153.002000', '151153.005000', '151153.008000', '151153.011000', '151153.014000', '151212.879000', '151212.882000', '151212.885000', '151212.888000', '151212.891000', '151212.894000', '151212.897000', '151212.899000', '151212.902000', '151212.905000', '151212.908000', '151212.911000', '151212.914000', '151212.917000', '151212.920000', '151212.922000', '151212.925000', '151212.928000', '151212.931000', '151212.935000', '151212.938000', '151212.941000', '151212.944000', '151212.946000', '151212.949000', '151212.952000', '151212.955000', '151212.958000', '151212.961000', '151212.964000', '151212.967000', '151212.969000', '151212.972000', '151212.975000', '151212.978000', '151212.981000', '151212.984000', '151212.987000', '151212.990000', '151212.993000', '151212.997000', '151213.001000', '151213.004000', '151232.879000', '151232.882000', '151232.891000', '151232.894000', '151232.896000', '151232.899000', '151232.902000', '151232.905000', '151232.908000', '151232.911000', '151232.914000', '151232.917000', '151232.919000', '151232.922000', '151232.925000', '151232.928000', '151232.931000', '151232.934000', '151232.937000', '151232.940000', '151232.942000', '151232.945000', '151232.948000', '151232.951000', '151232.954000', '151232.957000', '151232.960000', '151232.962000', '151232.965000', '151232.968000', '151232.971000', '151232.974000', '151232.977000', '151232.980000', '151232.983000', '151232.985000', '151232.988000', '151232.991000', '151232.994000', '151232.997000', '151233.001000', '151233.004000', '151233.007000', '151233.009000', '151252.880000', '151252.883000', '151252.886000', '151252.888000', '151252.892000', '151252.895000', '151252.897000', '151252.900000', '151252.903000', '151252.906000', '151252.909000', '151252.912000', '151252.915000', '151252.918000', '151252.921000', '151252.923000', '151252.926000', '151252.929000', '151252.932000', '151252.935000', '151252.938000', '151252.941000', '151252.943000', '151252.946000', '151252.949000', '151252.952000', '151252.955000', '151252.958000', '151252.961000', '151252.964000', '151252.967000', '151252.970000', '151252.973000', '151252.976000', '151252.978000', '151252.981000', '151252.984000', '151252.987000', '151252.990000', '151252.993000', '151252.996000', '151253.000000', '151253.003000', '151312.880000', '151312.883000', '151312.886000', '151312.889000', '151312.892000', '151312.895000', '151312.898000', '151312.901000', '151312.903000', '151312.906000', '151312.909000', '151312.912000', '151312.915000', '151312.918000', '151312.921000', '151312.923000', '151312.926000', '151312.929000', '151312.932000', '151312.935000', '151312.938000', '151312.941000', '151312.944000', '151312.946000', '151312.949000', '151312.952000', '151312.955000', '151312.958000', '151312.961000', '151312.964000', '151312.967000', '151312.969000', '151312.972000', '151312.975000', '151312.978000', '151312.981000', '151312.984000', '151312.987000', '151312.989000', '151312.992000', '151312.995000', '151312.998000', '151313.002000', '151313.005000', '151332.880000', '151332.883000', '151332.886000', '151332.889000', '151332.892000', '151332.895000', '151332.897000', '151332.900000', '151332.903000', '151332.906000', '151332.909000', '151332.912000', '151332.915000', '151332.918000', '151332.920000', '151332.923000', '151332.926000', '151332.929000', '151332.932000', '151332.935000', '151332.938000', '151332.941000', '151332.943000', '151332.946000', '151332.949000', '151332.952000', '151332.955000', '151332.958000', '151332.961000', '151332.964000', '151332.966000', '151332.969000', '151332.973000', '151332.976000', '151332.979000', '151332.982000', '151332.985000', '151332.988000', '151332.990000', '151332.994000', '151332.996000', '151333.000000', '151333.003000', '151352.880000', '151352.883000', '151352.886000', '151352.888000', '151352.902000', '151352.905000', '151352.908000', '151352.911000', '151352.914000', '151352.917000', '151352.920000', '151352.922000', '151352.925000', '151352.928000', '151352.931000', '151352.934000', '151352.937000', '151352.940000', '151352.942000', '151352.945000', '151352.948000', '151352.951000', '151352.954000', '151352.957000', '151352.960000', '151352.963000', '151352.966000', '151352.968000', '151352.971000', '151352.974000', '151352.977000', '151352.980000', '151352.983000', '151352.986000', '151352.989000', '151352.992000', '151352.995000', '151352.998000', '151353.001000', '151353.004000', '151353.007000', '151353.010000', '151353.013000', '151353.016000', '151412.880000', '151412.883000', '151412.896000', '151412.899000', '151412.902000', '151412.905000', '151412.908000', '151412.910000', '151412.913000', '151412.916000', '151412.919000', '151412.922000', '151412.925000', '151412.928000', '151412.931000', '151412.934000', '151412.936000', '151412.939000', '151412.942000', '151412.945000', '151412.948000', '151412.951000', '151412.954000', '151412.957000', '151412.959000', '151412.962000', '151412.965000', '151412.968000', '151412.971000', '151412.974000', '151412.977000', '151412.979000', '151412.982000', '151412.985000', '151412.988000', '151412.991000', '151412.994000', '151412.997000', '151413.001000', '151413.003000', '151413.006000', '151413.009000', '151413.012000', '151432.879000', '151432.882000', '151432.885000', '151432.888000', '151432.891000', '151432.893000', '151432.896000', '151432.899000', '151432.902000', '151432.905000', '151432.908000', '151432.911000', '151432.914000', '151432.916000', '151432.919000', '151432.922000', '151432.925000', '151432.928000', '151432.931000', '151432.934000', '151432.936000', '151432.939000', '151432.942000', '151432.945000', '151432.948000', '151432.951000', '151432.954000', '151432.957000', '151432.959000', '151432.962000', '151432.965000', '151432.968000', '151432.971000', '151432.974000', '151432.977000', '151432.980000', '151432.983000', '151432.985000', '151432.988000', '151432.991000', '151432.994000', '151432.997000', '151433.001000', '151433.004000', '151452.879000', '151452.890000', '151452.893000', '151452.896000', '151452.898000', '151452.901000', '151452.904000', '151452.907000', '151452.910000', '151452.913000', '151452.916000', '151452.919000', '151452.921000', '151452.924000', '151452.927000', '151452.930000', '151452.933000', '151452.936000', '151452.939000', '151452.942000', '151452.945000', '151452.948000', '151452.951000', '151452.953000', '151452.956000', '151452.959000', '151452.962000', '151452.965000', '151452.968000', '151452.971000', '151452.973000', '151452.976000', '151452.979000', '151452.982000', '151452.985000', '151452.988000', '151452.991000', '151452.994000', '151452.997000', '151453.001000', '151453.004000', '151453.007000', '151453.010000', '151512.880000', '151512.883000', '151512.886000', '151512.889000', '151512.892000', '151512.895000', '151512.898000', '151512.901000', '151512.904000', '151512.907000', '151512.910000', '151512.913000', '151512.915000', '151512.918000', '151512.921000', '151512.924000', '151512.927000', '151512.930000', '151512.933000', '151512.936000', '151512.938000', '151512.941000', '151512.944000', '151512.947000', '151512.950000', '151512.953000', '151512.956000', '151512.959000', '151512.961000', '151512.964000', '151512.967000', '151512.970000', '151512.973000', '151512.976000', '151512.979000', '151512.982000', '151512.985000', '151512.987000', '151512.990000', '151512.993000', '151512.996000', '151513.000000', '151513.003000', '151532.880000', '151532.883000', '151532.886000', '151532.889000', '151532.892000', '151532.895000', '151532.898000', '151532.900000', '151532.903000', '151532.906000', '151532.909000', '151532.912000', '151532.915000', '151532.918000', '151532.921000', '151532.923000', '151532.926000', '151532.929000', '151532.932000', '151532.935000', '151532.938000', '151532.941000', '151532.944000', '151532.946000', '151532.949000', '151532.952000', '151532.955000', '151532.958000', '151532.961000', '151532.964000', '151532.966000', '151532.969000', '151532.972000', '151532.975000', '151532.978000', '151532.981000', '151532.984000', '151532.987000', '151532.989000', '151532.992000', '151532.995000', '151532.998000', '151533.002000', '151533.005000', '151552.880000', '151552.883000', '151552.886000', '151552.889000', '151552.892000', '151552.895000', '151552.898000', '151552.900000', '151552.903000', '151552.906000', '151552.909000', '151552.912000', '151552.915000', '151552.918000', '151552.921000', '151552.924000', '151552.926000', '151552.929000', '151552.932000', '151552.935000', '151552.938000', '151552.941000', '151552.944000', '151552.947000', '151552.949000', '151552.952000', '151552.955000', '151552.958000', '151552.961000', '151552.964000', '151552.967000', '151552.970000', '151552.973000', '151552.991000', '151552.994000', '151552.997000', '151553.001000', '151553.010000', '151553.013000', '151553.016000', '151553.019000', '151553.022000', '151553.025000', '151553.028000', '151600.755000', '151600.759000', '151600.762000', '151600.765000', '151600.768000', '151600.771000', '151600.774000', '151600.779000', '151600.782000', '151600.785000', '151600.788000', '151600.791000', '151600.794000', '151600.797000', '151600.800000', '151600.803000', '151600.806000'], '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': [11832, 9070, 11626, 8741, 12884, 8266, 14535, 9805, 13253, 10245, 13718, 8435, 11621, 7090, 8537, 9208, 8405, 10281, 8303, 10665, 8255, 10972, 8221, 11808, 8035, 10840, 7725, 10608, 7524, 10480, 7299, 9912, 7274, 9763, 6990, 8577, 7043, 8532, 7995, 9195, 9640, 8483, 12304, 7803, 13886, 9283, 13181, 9194, 12109, 7834, 10814, 7151, 9411, 7304, 8919, 7607, 8154, 7470, 8310, 11124, 8763, 11852, 8250, 13159, 8425, 13135, 9028, 11932, 8569, 12519, 7152, 10299, 7095, 8554, 7157, 8425, 8659, 8857, 7269, 8110, 8046, 8123, 10984, 8136, 11242, 8306, 10109, 8027, 10467, 7811, 11652, 8581, 11692, 8263, 10947, 7336, 10481, 7244, 9509, 7141, 9019, 7143, 8450, 8270, 8236, 11915, 8086, 12132, 7992, 12168, 7675, 10800, 7133, 9663, 7407, 8694, 7516, 8193, 9717, 8072, 13649, 8770, 13322, 8529, 11741, 7263, 10581, 7371, 8723, 10310, 8821, 10800, 8470, 13022, 8063, 12694, 9239, 11419, 7879, 11250, 7350, 8268, 7385, 7988, 10918, 7961, 11045, 7519, 11847, 7556, 10577, 7835, 9910, 7173, 8916, 7609, 8037, 11564, 7840, 12898, 7660, 10498, 8251, 10542, 7206, 10323, 7168, 9564, 7087, 8793, 7988, 8809, 10293, 7954, 13154, 7948, 13115, 9631, 12495, 7790, 10778, 7095, 8329, 8824, 7622, 12893, 7791, 11219, 8098, 10409, 7167, 8426, 7446, 8035, 7528, 8135, 8828, 7960, 11065, 8097, 11742, 8638, 11574, 7886, 11677, 7916, 11761, 7874, 10948, 8432, 10799, 7663, 10492, 7874, 10223, 7484, 9947, 7970, 10660, 7386, 9984, 7498, 10040, 7529, 10789, 7853, 11223, 7122, 9816, 6986, 9085, 7269, 8923, 7552, 8613, 7544, 8542, 7857, 8600, 7264, 9145, 7701, 9018, 7875, 8537, 9753, 8916, 12367, 9417, 13845, 9800, 13064, 10694, 12101, 9269, 11067, 7249, 10002, 7275, 9394, 7383, 9242, 7221, 9546, 7184, 9459, 7721, 10345, 7322, 9718, 7190, 9102, 7322, 9288, 7245, 9756, 7218, 9860, 7929, 10537, 9114, 12188, 8573, 11713, 8905, 11696, 9492, 12192, 9195, 12085, 8423, 11297, 8562, 11719, 8747, 11384, 7133, 9886, 7114, 9395, 7232, 9682, 7440, 9318, 7437, 9110, 7284, 9113, 7295, 8873, 7776, 8597, 7564, 8585, 7487, 9055, 7760, 8729, 9772, 8431, 11586, 8770, 8649, 8171, 9244, 8467, 11197, 8482, 10720, 8178, 12463, 8138, 13040, 9689, 11857, 10152, 11757, 7564, 10490, 7843, 10619, 9332, 11538, 8302, 11892, 8205, 11752, 8464, 12186, 7963, 12203, 7281, 9889, 7548, 9153, 7880, 9384, 7742, 8953, 8416, 9179, 7158, 8900, 10349, 9618, 10389, 8551, 13253, 9889, 14228, 11835, 13919, 9712, 12583, 8589, 12097, 8161, 12472, 8414, 13125, 7765, 11934, 7613, 11650, 8624, 11806, 8171, 10624, 8102, 9702, 7987, 9712, 8101, 10648, 7714, 8785, 7655, 9042, 8515, 9664, 8889, 9498, 12035, 8707, 13857, 9546, 13435, 11536, 12761, 9019, 11966, 8407, 11279, 8395, 11114, 8145, 12316, 7822, 10505, 7720, 9556, 8245, 10716, 8569, 13061, 8910, 10763, 8295, 9221, 8079, 9424, 8699, 7639, 9130, 8399, 12567, 8781, 11908, 11696, 10312, 14860, 11643, 14460, 12165, 13036, 8302, 11573, 8210, 8307, 8219, 8409, 8045, 8501, 7733, 8412, 8261, 8880, 8614, 8496, 12149, 8605, 12627, 9221, 12647, 8884, 12561, 7578, 10373, 8219, 8546, 11211, 10058, 11108, 8450, 12256, 8565, 13687, 10218, 12809, 10286, 12482, 8298, 10909, 7809, 9802, 8298, 9879, 8179, 8277, 11399, 8378, 12434, 8214, 11790, 9830, 11432, 8330, 10927, 7965, 9783, 7890, 9443, 8136, 8781, 8089, 8456, 11697, 8697, 12565, 9656, 11752, 8481, 11720, 8203, 10799, 8974, 11294, 8278, 10789, 8182, 10465, 8243, 8609, 9088, 8629, 8459, 8293, 10385, 8239, 11616, 8145, 11081, 8796, 11132, 7815, 9496, 7413, 8439, 7745, 8364, 7696, 8616, 7717, 8008, 10868, 8139, 12686, 7833, 11482, 7978, 10833, 7510, 9936, 7586, 10403, 7638, 8563, 7440, 8364, 11346, 8194, 12903, 8292, 11176, 8404, 10425, 7446, 9746, 7634, 9674, 7628, 9612, 7199, 10256, 7161, 8985, 7061, 8803, 8110, 8421, 13866, 11012, 13942, 10236, 12336, 7649, 11155, 7384, 9806, 7848, 10093, 7460, 8763, 9728, 8513, 11969, 9089, 12429, 9993, 12479, 8154, 11136, 7709, 10600, 7338, 9386, 7809, 8812, 7649, 8856, 8043, 8406, 12624, 8516, 13615, 9712, 12178, 8349, 11044, 7883, 10884, 7842, 8955, 10135, 9052, 9060, 8369, 12143, 8121, 12319, 8930, 11636, 7900, 10813, 7466, 10210, 7679, 9740, 7587, 10405, 7447, 9486, 7878, 8676, 10375, 8754, 12538, 9714, 12312, 8541, 12496, 9160, 12142, 9674, 11624, 8605, 10864, 7808, 9622, 7351, 8657, 7755, 8503, 7287, 8521, 9961, 8195, 10817, 8435, 11526, 8671, 11862, 8052, 10926, 8127, 11457, 8046, 11840, 7572, 10295, 7640, 9580, 7575, 9747, 7474, 9169, 7666, 9076, 7742, 9194, 7543, 9985, 7566, 8812, 7719, 9068, 7950, 9791, 7611, 9857, 7648, 8461, 7932, 8559, 10209, 8464, 7989, 8433, 8477, 8391, 9230, 8494, 9498, 8533, 10013, 8846, 10500, 8322, 12392, 9515, 12507, 9413, 12081, 8054, 11575, 7869, 11270, 9149, 11711, 8554, 11588, 8445, 11675, 8240, 11590, 8433, 12212, 7799, 11233, 8063, 10992, 7546, 11304, 7407, 11134, 7604, 9946, 7500, 9566, 7413, 9540, 7669, 10320, 7625, 9689, 7411, 9879, 7333, 10177, 7435, 9970, 7149, 8904, 7261, 8838, 7144, 9246, 7125, 9062, 7214, 8798, 6974, 9159, 7124, 12089, 7249, 12032, 7434, 12284, 8741, 12971, 10047, 11531, 8535, 9596, 8612, 8645, 9684, 7639, 11805, 7048, 11649, 7240, 11923, 8070, 12689, 9635, 11807, 8366, 10747, 8758, 10737, 9206, 9811, 8719, 9411, 8142, 9239, 8355, 9602, 8481, 7512, 8439, 7453, 8771, 7287, 9489, 7299, 11564, 7680, 13159, 8042, 12446, 8720, 13220, 10085, 13052, 9675, 12507, 9774, 12560, 9847, 11388, 9486, 10308, 8031, 9313, 8008, 9408, 8166, 8524, 8208, 7553, 8762, 7332, 9128, 7334, 9501, 7401, 10318, 7646, 10954, 7583, 11299, 8348, 11531, 9685, 10028, 8340, 8985, 8069, 7589, 9627, 7396, 11235, 7243, 11347, 7539, 11933, 9222, 11216, 8558, 10055, 7943, 9486, 7946, 9159, 8451, 10745, 8775, 9866, 8640, 8986, 8070, 7732, 8502, 7509, 9326, 7209, 9302, 7112, 9402, 7210, 9671, 7309, 11375, 7424, 10665, 7407, 10294, 7698, 11113, 7394, 10973, 7455, 10103, 7321, 10578, 8608, 9086, 8582, 7289, 8924, 7308, 9833, 7463, 11549, 8403, 12884, 8723, 13030, 8895, 12205, 10573, 12658, 10295, 11045, 9502, 7817, 10102, 7721, 12813, 8825, 14304, 10321, 13949, 9546, 12922, 10600, 13512, 10703, 13086, 9866, 11889, 9543, 11348, 9669, 10526, 8824, 8412, 8340, 7665, 8678, 8626, 9743, 7946, 9015, 7640, 8851, 8297, 11215, 8093, 10176, 8605, 8378, 13055, 8475, 13724, 10232, 12268, 10592, 12026, 10620, 9550, 8876, 7598, 8344, 7795, 8711, 8033, 10157, 8109, 10450, 7887, 9375, 8344, 9704, 8884, 9707, 8869, 10569, 8881, 11217, 8671, 11581, 9323, 9165, 8847, 7595, 7634, 8175, 8731, 7755, 9162, 8143, 9604, 8043, 12037, 8089, 12386, 7841, 11788, 8156, 12224, 9181, 13101, 9389, 12232, 9333, 11589, 9647, 11960, 10346, 11137, 8490, 10224, 8286, 11044, 8826, 10563, 8785, 7672, 7898, 7735, 8519, 7826, 9262, 7602, 11033, 7538, 9780, 7544, 9658, 7706, 11570, 7963, 11814, 8187, 10694, 8199, 10159, 8559, 10586, 8652, 8474, 7894, 7454, 7896, 7969, 9476, 8450, 10487, 7547, 9718, 7733, 10412, 7871, 12898, 8215, 12108, 8406, 11911, 9443, 12062, 10392, 12635, 9454, 11925, 8650, 11065, 8973, 11295, 10083, 10390, 7813, 9289, 7906, 9610, 8394, 9760, 8345, 7396, 7959, 7517, 8195, 8813, 8406, 9838, 10278, 7645, 9210, 7550, 10516, 8570, 10929, 8128, 10013, 7730, 8882, 7666, 9190, 7472, 11698, 7851, 11192, 7791, 11619, 8116, 12311, 8832, 12255, 7729, 10616, 8127, 10186, 8120, 12070, 7773, 10886, 7880, 10646, 8853, 11788, 8764, 11133, 8147, 11341, 8697, 11710, 9654, 11582, 8423, 10946, 8381, 11238, 8506, 10962, 8707, 7399, 8134, 7810, 8592, 7723, 10308, 8093, 11544, 7790, 10768, 8376, 12123, 8832, 12238, 9640, 7709, 8563, 7864, 9414, 7758, 10012, 7928, 8551, 8507, 8707, 10737, 10157, 7935, 9239, 8546, 10017, 8484, 10514, 8985, 13173, 9119, 11608, 8127, 8999, 8517, 8994, 9941, 8618, 8672, 10627, 9504, 12755, 9082, 12840, 9127, 10902, 8933, 9891, 8942, 9058, 9048, 8836, 8691, 8058, 8263, 7921, 8346, 9058, 7984, 8282, 8223, 8139, 7866, 8635, 7728, 8385, 8889, 8686, 12779, 10646, 11528, 8766, 10938, 8677, 10894, 8875, 11432, 9905, 10079, 8941, 9410, 8964, 10378, 8946, 11174, 9580, 9718, 8748, 9228, 8655, 9324, 8955, 9910, 9094, 11624, 9254, 9046, 8814, 9072, 8732, 10725, 8876, 12546, 8793, 12949, 9951, 12407, 9118, 12440, 8048, 11174, 7817, 10962, 7905, 10343, 7920, 10996, 7556, 9612, 8170, 8835, 7609, 8872, 10544, 8643, 11641, 8512, 11698, 8086, 11372, 8071, 10991, 7633, 10189, 7143, 8912, 7764, 8775, 7675, 8814, 8070, 8528, 11491, 8303, 13374, 9334, 12578, 7806, 11318, 7517, 10614, 7632, 10568, 8671, 11201, 7578, 10448, 7733, 10922, 8274, 11675, 9486, 12979, 7870, 11370, 7989, 11290, 7416, 11226, 7479, 11843, 8022, 9322, 7468, 9417, 7569, 9403, 7997, 10685, 7616, 9569, 7707, 9105, 8743, 9025, 12241, 9834, 10482, 8576, 11592, 8553, 11962, 8670, 12573, 9284, 11683, 8861, 10951, 8750, 10424, 8738, 10617, 8730, 11115, 10018, 10215, 8663, 10072, 8624, 11792, 8504, 11794, 9688, 12570, 7995, 11451, 8166, 10745, 8088, 11528, 9449, 12653, 9123], 'WindowCenter': [4537.0, 4495.0, 4500.0, 4466.0, 4495.0, 4454.0, 4503.0, 4475.0, 4495.0, 4474.0, 4492.0, 4452.0, 4468.0, 4428.0, 4448.0, 4460.0, 4439.0, 4459.0, 4439.0, 4461.0, 4449.0, 4471.0, 4451.0, 4480.0, 4441.0, 4470.0, 4442.0, 4460.0, 4441.0, 4469.0, 4441.0, 4459.0, 4440.0, 4460.0, 4431.0, 4449.0, 4431.0, 4452.0, 4441.0, 4463.0, 4462.0, 4451.0, 4480.0, 4440.0, 4493.0, 4461.0, 4479.0, 4450.0, 4479.0, 4439.0, 4470.0, 4430.0, 4450.0, 4440.0, 4447.0, 4440.0, 4453.0, 4440.0, 4454.0, 4481.0, 4450.0, 4481.0, 4450.0, 4478.0, 4440.0, 4480.0, 4449.0, 4480.0, 4449.0, 4480.0, 4431.0, 4457.0, 4429.0, 4451.0, 4429.0, 4450.0, 4449.0, 4449.0, 4430.0, 4440.0, 4441.0, 4452.0, 4480.0, 4451.0, 4481.0, 4455.0, 4470.0, 4451.0, 4473.0, 4442.0, 4482.0, 4465.0, 4482.0, 4452.0, 4470.0, 4441.0, 4471.0, 4441.0, 4461.0, 4435.0, 4464.0, 4429.0, 4451.0, 4452.0, 4453.0, 4484.0, 4452.0, 4482.0, 4441.0, 4481.0, 4443.0, 4469.0, 4441.0, 4462.0, 4442.0, 4451.0, 4442.0, 4451.0, 4459.0, 4454.0, 4503.0, 4464.0, 4494.0, 4451.0, 4482.0, 4440.0, 4469.0, 4444.0, 4453.0, 4470.0, 4462.0, 4470.0, 4453.0, 4481.0, 4440.0, 4480.0, 4461.0, 4469.0, 4441.0, 4470.0, 4431.0, 4439.0, 4430.0, 4440.0, 4469.0, 4441.0, 4469.0, 4440.0, 4481.0, 4443.0, 4471.0, 4441.0, 4460.0, 4430.0, 4448.0, 4439.0, 4438.0, 4470.0, 4442.0, 4481.0, 4440.0, 4470.0, 4453.0, 4471.0, 4441.0, 4471.0, 4442.0, 4474.0, 4443.0, 4465.0, 4453.0, 4462.0, 4471.0, 4440.0, 4490.0, 4442.0, 4481.0, 4461.0, 4480.0, 4429.0, 4461.0, 4429.0, 4439.0, 4450.0, 4440.0, 4482.0, 4441.0, 4471.0, 4439.0, 4472.0, 4432.0, 4452.0, 4443.0, 4453.0, 4442.0, 4455.0, 4462.0, 4453.0, 4483.0, 4454.0, 4496.0, 4464.0, 4484.0, 4453.0, 4481.0, 4454.0, 4484.0, 4455.0, 4482.0, 4458.0, 4485.0, 4455.0, 4475.0, 4455.0, 4476.0, 4456.0, 4478.0, 4465.0, 4487.0, 4456.0, 4476.0, 4456.0, 4475.0, 4457.0, 4485.0, 4457.0, 4488.0, 4447.0, 4474.0, 4448.0, 4466.0, 4455.0, 4464.0, 4456.0, 4465.0, 4459.0, 4467.0, 4469.0, 4479.0, 4469.0, 4491.0, 4470.0, 4481.0, 4483.0, 4492.0, 4504.0, 4492.0, 4521.0, 4493.0, 4519.0, 4490.0, 4510.0, 4488.0, 4499.0, 4480.0, 4499.0, 4470.0, 4490.0, 4474.0, 4492.0, 4467.0, 4487.0, 4472.0, 4489.0, 4457.0, 4479.0, 4470.0, 4491.0, 4462.0, 4488.0, 4461.0, 4481.0, 4470.0, 4489.0, 4472.0, 4491.0, 4473.0, 4492.0, 4483.0, 4503.0, 4493.0, 4510.0, 4483.0, 4510.0, 4479.0, 4511.0, 4503.0, 4509.0, 4492.0, 4499.0, 4469.0, 4499.0, 4481.0, 4500.0, 4480.0, 4500.0, 4458.0, 4489.0, 4462.0, 4492.0, 4471.0, 4492.0, 4459.0, 4480.0, 4459.0, 4480.0, 4472.0, 4482.0, 4459.0, 4481.0, 4471.0, 4480.0, 4473.0, 4494.0, 4473.0, 4492.0, 4471.0, 4482.0, 4503.0, 4494.0, 4513.0, 4495.0, 4483.0, 4483.0, 4492.0, 4484.0, 4515.0, 4496.0, 4515.0, 4494.0, 4521.0, 4493.0, 4533.0, 4503.0, 4511.0, 4500.0, 4509.0, 4474.0, 4502.0, 4485.0, 4513.0, 4505.0, 4523.0, 4495.0, 4512.0, 4492.0, 4512.0, 4493.0, 4525.0, 4485.0, 4512.0, 4471.0, 4489.0, 4473.0, 4507.0, 4495.0, 4504.0, 4483.0, 4492.0, 4493.0, 4503.0, 4489.0, 4508.0, 4513.0, 4505.0, 4502.0, 4482.0, 4524.0, 4504.0, 4536.0, 4515.0, 4520.0, 4490.0, 4500.0, 4470.0, 4499.0, 4470.0, 4496.0, 4471.0, 4509.0, 4457.0, 4485.0, 4458.0, 4500.0, 4477.0, 4499.0, 4458.0, 4472.0, 4456.0, 4465.0, 4456.0, 4474.0, 4456.0, 4487.0, 4454.0, 4454.0, 4444.0, 4466.0, 4466.0, 4476.0, 4464.0, 4464.0, 4483.0, 4451.0, 4491.0, 4463.0, 4494.0, 4482.0, 4480.0, 4450.0, 4469.0, 4440.0, 4471.0, 4452.0, 4472.0, 4451.0, 4482.0, 4441.0, 4459.0, 4440.0, 4460.0, 4454.0, 4470.0, 4452.0, 4493.0, 4462.0, 4472.0, 4454.0, 4466.0, 4454.0, 4464.0, 4467.0, 4454.0, 4477.0, 4468.0, 4497.0, 4455.0, 4482.0, 4470.0, 4460.0, 4491.0, 4469.0, 4479.0, 4471.0, 4468.0, 4426.0, 4456.0, 4438.0, 4428.0, 4441.0, 4441.0, 4429.0, 4440.0, 4429.0, 4454.0, 4452.0, 4464.0, 4450.0, 4452.0, 4469.0, 4450.0, 4484.0, 4462.0, 4483.0, 4453.0, 4470.0, 4428.0, 4459.0, 4442.0, 4451.0, 4469.0, 4461.0, 4458.0, 4439.0, 4468.0, 4438.0, 4480.0, 4461.0, 4466.0, 4461.0, 4468.0, 4438.0, 4456.0, 4425.0, 4447.0, 4438.0, 4447.0, 4427.0, 4427.0, 4455.0, 4426.0, 4466.0, 4437.0, 4470.0, 4459.0, 4457.0, 4440.0, 4456.0, 4427.0, 4448.0, 4431.0, 4452.0, 4427.0, 4438.0, 4430.0, 4436.0, 4467.0, 4439.0, 4469.0, 4452.0, 4457.0, 4437.0, 4455.0, 4441.0, 4459.0, 4450.0, 4458.0, 4437.0, 4458.0, 4438.0, 4458.0, 4438.0, 4439.0, 4438.0, 4440.0, 4426.0, 4439.0, 4448.0, 4428.0, 4458.0, 4440.0, 4459.0, 4438.0, 4458.0, 4431.0, 4447.0, 4429.0, 4440.0, 4431.0, 4442.0, 4441.0, 4453.0, 4441.0, 4442.0, 4474.0, 4443.0, 4485.0, 4458.0, 4488.0, 4453.0, 4473.0, 4448.0, 4463.0, 4442.0, 4474.0, 4439.0, 4453.0, 4434.0, 4452.0, 4471.0, 4454.0, 4482.0, 4455.0, 4485.0, 4454.0, 4475.0, 4444.0, 4464.0, 4458.0, 4476.0, 4457.0, 4489.0, 4459.0, 4488.0, 4447.0, 4477.0, 4447.0, 4478.0, 4455.0, 4468.0, 4506.0, 4487.0, 4509.0, 4474.0, 4485.0, 4448.0, 4486.0, 4443.0, 4477.0, 4459.0, 4488.0, 4443.0, 4464.0, 4475.0, 4465.0, 4485.0, 4467.0, 4496.0, 4477.0, 4494.0, 4455.0, 4483.0, 4443.0, 4472.0, 4446.0, 4465.0, 4455.0, 4464.0, 4444.0, 4467.0, 4451.0, 4456.0, 4497.0, 4463.0, 4496.0, 4466.0, 4482.0, 4453.0, 4473.0, 4441.0, 4471.0, 4442.0, 4467.0, 4473.0, 4466.0, 4453.0, 4451.0, 4484.0, 4454.0, 4483.0, 4463.0, 4482.0, 4454.0, 4471.0, 4445.0, 4473.0, 4454.0, 4473.0, 4442.0, 4473.0, 4443.0, 4461.0, 4453.0, 4452.0, 4472.0, 4453.0, 4481.0, 4461.0, 4481.0, 4449.0, 4468.0, 4451.0, 4469.0, 4459.0, 4469.0, 4436.0, 4468.0, 4443.0, 4447.0, 4429.0, 4450.0, 4440.0, 4451.0, 4442.0, 4463.0, 4471.0, 4453.0, 4472.0, 4452.0, 4483.0, 4454.0, 4481.0, 4451.0, 4473.0, 4453.0, 4480.0, 4454.0, 4481.0, 4441.0, 4474.0, 4441.0, 4462.0, 4443.0, 4462.0, 4442.0, 4461.0, 4442.0, 4453.0, 4441.0, 4461.0, 4441.0, 4464.0, 4442.0, 4452.0, 4442.0, 4453.0, 4444.0, 4464.0, 4443.0, 4464.0, 4441.0, 4444.0, 4443.0, 4454.0, 4462.0, 4454.0, 4441.0, 4457.0, 4455.0, 4455.0, 4464.0, 4466.0, 4465.0, 4466.0, 4474.0, 4465.0, 4473.0, 4455.0, 4485.0, 4474.0, 4487.0, 4467.0, 4485.0, 4453.0, 4483.0, 4458.0, 4485.0, 4473.0, 4495.0, 4466.0, 4485.0, 4467.0, 4483.0, 4457.0, 4485.0, 4454.0, 4486.0, 4455.0, 4484.0, 4457.0, 4474.0, 4455.0, 4485.0, 4445.0, 4484.0, 4454.0, 4473.0, 4457.0, 4474.0, 4458.0, 4476.0, 4460.0, 4487.0, 4459.0, 4476.0, 4459.0, 4491.0, 4459.0, 4488.0, 4459.0, 4489.0, 4458.0, 4480.0, 4459.0, 4477.0, 4460.0, 4481.0, 4460.0, 4480.0, 4458.0, 4480.0, 4461.0, 4478.0, 4473.0, 4512.0, 4459.0, 4497.0, 4460.0, 4510.0, 4481.0, 4509.0, 4492.0, 4501.0, 4482.0, 4478.0, 4482.0, 4481.0, 4494.0, 4457.0, 4499.0, 4447.0, 4497.0, 4457.0, 4498.0, 4469.0, 4508.0, 4491.0, 4496.0, 4470.0, 4486.0, 4478.0, 4498.0, 4478.0, 4488.0, 4477.0, 4475.0, 4458.0, 4478.0, 4467.0, 4477.0, 4466.0, 4455.0, 4469.0, 4458.0, 4479.0, 4468.0, 4490.0, 4471.0, 4501.0, 4470.0, 4507.0, 4468.0, 4497.0, 4477.0, 4507.0, 4492.0, 4494.0, 4476.0, 4494.0, 4476.0, 4494.0, 4476.0, 4483.0, 4476.0, 4473.0, 4456.0, 4465.0, 4455.0, 4475.0, 4469.0, 4466.0, 4469.0, 4457.0, 4465.0, 4455.0, 4474.0, 4457.0, 4476.0, 4460.0, 4487.0, 4457.0, 4486.0, 4458.0, 4500.0, 4469.0, 4497.0, 4480.0, 4478.0, 4468.0, 4466.0, 4470.0, 4456.0, 4480.0, 4446.0, 4485.0, 4444.0, 4486.0, 4460.0, 4498.0, 4478.0, 4489.0, 4467.0, 4477.0, 4467.0, 4478.0, 4457.0, 4465.0, 4458.0, 4487.0, 4467.0, 4479.0, 4465.0, 4468.0, 4456.0, 4454.0, 4468.0, 4445.0, 4479.0, 4447.0, 4478.0, 4447.0, 4479.0, 4459.0, 4483.0, 4457.0, 4500.0, 4458.0, 4477.0, 4457.0, 4487.0, 4459.0, 4488.0, 4459.0, 4489.0, 4460.0, 4500.0, 4472.0, 4500.0, 4481.0, 4490.0, 4479.0, 4474.0, 4492.0, 4473.0, 4503.0, 4474.0, 4525.0, 4498.0, 4521.0, 4483.0, 4510.0, 4481.0, 4511.0, 4500.0, 4521.0, 4491.0, 4498.0, 4477.0, 4456.0, 4485.0, 4454.0, 4497.0, 4465.0, 4509.0, 4475.0, 4494.0, 4461.0, 4485.0, 4475.0, 4494.0, 4474.0, 4481.0, 4462.0, 4481.0, 4462.0, 4471.0, 4464.0, 4474.0, 4453.0, 4442.0, 4441.0, 4444.0, 4453.0, 4465.0, 4465.0, 4441.0, 4452.0, 4444.0, 4465.0, 4456.0, 4484.0, 4455.0, 4487.0, 4468.0, 4466.0, 4506.0, 4455.0, 4493.0, 4474.0, 4482.0, 4485.0, 4496.0, 4475.0, 4463.0, 4455.0, 4442.0, 4455.0, 4443.0, 4465.0, 4452.0, 4473.0, 4445.0, 4473.0, 4443.0, 4465.0, 4458.0, 4476.0, 4468.0, 4463.0, 4455.0, 4473.0, 4456.0, 4486.0, 4453.0, 4473.0, 4464.0, 4465.0, 4454.0, 4445.0, 4445.0, 4455.0, 4455.0, 4443.0, 4463.0, 4454.0, 4465.0, 4459.0, 4484.0, 4454.0, 4484.0, 4443.0, 4471.0, 4444.0, 4484.0, 4464.0, 4484.0, 4452.0, 4469.0, 4451.0, 4468.0, 4462.0, 4473.0, 4473.0, 4473.0, 4452.0, 4460.0, 4442.0, 4471.0, 4452.0, 4475.0, 4452.0, 4442.0, 4440.0, 4444.0, 4452.0, 4444.0, 4466.0, 4444.0, 4474.0, 4443.0, 4463.0, 4442.0, 4465.0, 4444.0, 4473.0, 4442.0, 4472.0, 4456.0, 4472.0, 4454.0, 4473.0, 4467.0, 4476.0, 4454.0, 4453.0, 4443.0, 4433.0, 4456.0, 4456.0, 4466.0, 4455.0, 4475.0, 4440.0, 4461.0, 4444.0, 4474.0, 4455.0, 4486.0, 4454.0, 4483.0, 4455.0, 4482.0, 4464.0, 4483.0, 4474.0, 4484.0, 4461.0, 4471.0, 4453.0, 4471.0, 4463.0, 4472.0, 4474.0, 4463.0, 4443.0, 4452.0, 4443.0, 4463.0, 4456.0, 4463.0, 4455.0, 4445.0, 4454.0, 4444.0, 4455.0, 4467.0, 4456.0, 4462.0, 4475.0, 4442.0, 4451.0, 4431.0, 4472.0, 4454.0, 4474.0, 4442.0, 4451.0, 4431.0, 4441.0, 4441.0, 4452.0, 4446.0, 4485.0, 4445.0, 4472.0, 4443.0, 4472.0, 4446.0, 4483.0, 4455.0, 4471.0, 4430.0, 4461.0, 4444.0, 4459.0, 4441.0, 4468.0, 4431.0, 4460.0, 4442.0, 4460.0, 4453.0, 4473.0, 4443.0, 4458.0, 4443.0, 4470.0, 4452.0, 4471.0, 4461.0, 4471.0, 4440.0, 4459.0, 4440.0, 4472.0, 4441.0, 4459.0, 4441.0, 4428.0, 4441.0, 4431.0, 4455.0, 4443.0, 4461.0, 4439.0, 4471.0, 4432.0, 4472.0, 4452.0, 4495.0, 4466.0, 4483.0, 4472.0, 4456.0, 4464.0, 4452.0, 4461.0, 4442.0, 4462.0, 4446.0, 4453.0, 4463.0, 4464.0, 4474.0, 4463.0, 4439.0, 4449.0, 4438.0, 4449.0, 4437.0, 4456.0, 4449.0, 4479.0, 4439.0, 4458.0, 4441.0, 4451.0, 4440.0, 4440.0, 4446.0, 4439.0, 4441.0, 4461.0, 4447.0, 4469.0, 4429.0, 4457.0, 4424.0, 4433.0, 4423.0, 4436.0, 4438.0, 4438.0, 4424.0, 4427.0, 4425.0, 4425.0, 4426.0, 4428.0, 4427.0, 4447.0, 4439.0, 4442.0, 4442.0, 4438.0, 4442.0, 4437.0, 4432.0, 4441.0, 4451.0, 4454.0, 4481.0, 4474.0, 4472.0, 4451.0, 4462.0, 4452.0, 4462.0, 4453.0, 4482.0, 4473.0, 4464.0, 4464.0, 4464.0, 4462.0, 4463.0, 4464.0, 4471.0, 4465.0, 4462.0, 4452.0, 4463.0, 4455.0, 4463.0, 4463.0, 4463.0, 4463.0, 4483.0, 4464.0, 4451.0, 4453.0, 4450.0, 4450.0, 4473.0, 4463.0, 4481.0, 4453.0, 4485.0, 4464.0, 4482.0, 4453.0, 4483.0, 4444.0, 4470.0, 4443.0, 4472.0, 4452.0, 4473.0, 4441.0, 4473.0, 4441.0, 4460.0, 4451.0, 4452.0, 4443.0, 4451.0, 4471.0, 4454.0, 4473.0, 4453.0, 4480.0, 4443.0, 4471.0, 4452.0, 4472.0, 4441.0, 4474.0, 4446.0, 4466.0, 4455.0, 4466.0, 4453.0, 4465.0, 4454.0, 4468.0, 4487.0, 4464.0, 4496.0, 4477.0, 4496.0, 4456.0, 4485.0, 4446.0, 4487.0, 4468.0, 4488.0, 4479.0, 4500.0, 4459.0, 4485.0, 4470.0, 4499.0, 4482.0, 4499.0, 4491.0, 4509.0, 4468.0, 4488.0, 4457.0, 4488.0, 4460.0, 4488.0, 4457.0, 4498.0, 4456.0, 4465.0, 4444.0, 4463.0, 4458.0, 4477.0, 4456.0, 4487.0, 4454.0, 4477.0, 4456.0, 4466.0, 4466.0, 4466.0, 4493.0, 4473.0, 4473.0, 4453.0, 4473.0, 4453.0, 4471.0, 4463.0, 4496.0, 4462.0, 4482.0, 4465.0, 4472.0, 4452.0, 4460.0, 4452.0, 4475.0, 4468.0, 4484.0, 4474.0, 4471.0, 4454.0, 4474.0, 4466.0, 4482.0, 4468.0, 4485.0, 4475.0, 4483.0, 4454.0, 4482.0, 4451.0, 4472.0, 4454.0, 4484.0, 4476.0, 4492.0, 4465.0], 'WindowWidth': [9976.0, 9910.0, 9904.0, 9853.0, 9887.0, 9831.0, 9896.0, 9859.0, 9886.0, 9856.0, 9877.0, 9821.0, 9837.0, 9784.0, 9811.0, 9830.0, 9802.0, 9826.0, 9801.0, 9830.0, 9814.0, 9845.0, 9819.0, 9860.0, 9807.0, 9844.0, 9807.0, 9828.0, 9805.0, 9843.0, 9808.0, 9829.0, 9807.0, 9831.0, 9796.0, 9817.0, 9795.0, 9823.0, 9808.0, 9839.0, 9835.0, 9820.0, 9858.0, 9806.0, 9880.0, 9834.0, 9856.0, 9817.0, 9854.0, 9801.0, 9844.0, 9790.0, 9817.0, 9804.0, 9812.0, 9805.0, 9825.0, 9806.0, 9828.0, 9862.0, 9821.0, 9860.0, 9818.0, 9855.0, 9803.0, 9858.0, 9815.0, 9858.0, 9817.0, 9857.0, 9792.0, 9823.0, 9788.0, 9817.0, 9789.0, 9819.0, 9817.0, 9818.0, 9791.0, 9804.0, 9806.0, 9822.0, 9860.0, 9822.0, 9861.0, 9830.0, 9847.0, 9822.0, 9852.0, 9811.0, 9868.0, 9844.0, 9864.0, 9823.0, 9846.0, 9807.0, 9846.0, 9808.0, 9836.0, 9803.0, 9842.0, 9790.0, 9820.0, 9822.0, 9827.0, 9868.0, 9824.0, 9863.0, 9807.0, 9861.0, 9810.0, 9844.0, 9810.0, 9838.0, 9810.0, 9822.0, 9809.0, 9823.0, 9831.0, 9829.0, 9895.0, 9842.0, 9883.0, 9822.0, 9862.0, 9805.0, 9842.0, 9813.0, 9825.0, 9844.0, 9836.0, 9844.0, 9823.0, 9860.0, 9804.0, 9859.0, 9832.0, 9844.0, 9806.0, 9844.0, 9792.0, 9801.0, 9788.0, 9806.0, 9845.0, 9807.0, 9843.0, 9805.0, 9862.0, 9811.0, 9847.0, 9810.0, 9833.0, 9792.0, 9815.0, 9802.0, 9800.0, 9843.0, 9808.0, 9861.0, 9805.0, 9845.0, 9826.0, 9847.0, 9809.0, 9848.0, 9811.0, 9856.0, 9815.0, 9845.0, 9825.0, 9836.0, 9846.0, 9804.0, 9873.0, 9810.0, 9861.0, 9832.0, 9858.0, 9788.0, 9832.0, 9787.0, 9801.0, 9815.0, 9803.0, 9862.0, 9806.0, 9847.0, 9804.0, 9848.0, 9796.0, 9823.0, 9811.0, 9826.0, 9812.0, 9833.0, 9837.0, 9826.0, 9867.0, 9831.0, 9889.0, 9844.0, 9869.0, 9827.0, 9862.0, 9829.0, 9869.0, 9833.0, 9866.0, 9837.0, 9870.0, 9830.0, 9857.0, 9832.0, 9860.0, 9836.0, 9866.0, 9848.0, 9876.0, 9836.0, 9860.0, 9835.0, 9859.0, 9837.0, 9873.0, 9837.0, 9878.0, 9822.0, 9857.0, 9824.0, 9847.0, 9833.0, 9843.0, 9833.0, 9845.0, 9841.0, 9851.0, 9856.0, 9871.0, 9860.0, 9890.0, 9860.0, 9877.0, 9881.0, 9895.0, 9914.0, 9896.0, 9934.0, 9895.0, 9927.0, 9885.0, 9911.0, 9879.0, 9896.0, 9872.0, 9897.0, 9861.0, 9887.0, 9869.0, 9893.0, 9859.0, 9884.0, 9864.0, 9883.0, 9841.0, 9870.0, 9859.0, 9887.0, 9849.0, 9882.0, 9850.0, 9875.0, 9861.0, 9884.0, 9865.0, 9890.0, 9868.0, 9893.0, 9882.0, 9905.0, 9894.0, 9914.0, 9880.0, 9913.0, 9874.0, 9919.0, 9911.0, 9912.0, 9893.0, 9898.0, 9857.0, 9898.0, 9876.0, 9899.0, 9873.0, 9898.0, 9842.0, 9884.0, 9854.0, 9891.0, 9863.0, 9891.0, 9845.0, 9874.0, 9844.0, 9876.0, 9866.0, 9878.0, 9845.0, 9877.0, 9861.0, 9874.0, 9868.0, 9898.0, 9869.0, 9893.0, 9863.0, 9880.0, 9909.0, 9902.0, 9924.0, 9902.0, 9880.0, 9881.0, 9891.0, 9885.0, 9931.0, 9906.0, 9928.0, 9900.0, 9937.0, 9899.0, 9954.0, 9912.0, 9919.0, 9906.0, 9914.0, 9869.0, 9906.0, 9889.0, 9926.0, 9918.0, 9941.0, 9903.0, 9922.0, 9896.0, 9922.0, 9898.0, 9944.0, 9890.0, 9921.0, 9863.0, 9886.0, 9870.0, 9922.0, 9905.0, 9914.0, 9884.0, 9896.0, 9899.0, 9915.0, 9905.0, 9927.0, 9927.0, 9918.0, 9907.0, 9881.0, 9939.0, 9915.0, 9962.0, 9927.0, 9929.0, 9886.0, 9899.0, 9856.0, 9898.0, 9860.0, 9890.0, 9861.0, 9909.0, 9836.0, 9872.0, 9837.0, 9898.0, 9866.0, 9896.0, 9837.0, 9852.0, 9830.0, 9844.0, 9836.0, 9858.0, 9835.0, 9876.0, 9827.0, 9829.0, 9815.0, 9849.0, 9849.0, 9861.0, 9842.0, 9843.0, 9862.0, 9821.0, 9875.0, 9839.0, 9881.0, 9862.0, 9858.0, 9816.0, 9839.0, 9801.0, 9844.0, 9822.0, 9846.0, 9822.0, 9861.0, 9806.0, 9827.0, 9802.0, 9833.0, 9825.0, 9846.0, 9821.0, 9878.0, 9836.0, 9850.0, 9827.0, 9844.0, 9829.0, 9842.0, 9849.0, 9830.0, 9866.0, 9856.0, 9894.0, 9828.0, 9863.0, 9841.0, 9826.0, 9873.0, 9838.0, 9852.0, 9840.0, 9831.0, 9775.0, 9814.0, 9796.0, 9782.0, 9802.0, 9803.0, 9784.0, 9801.0, 9785.0, 9827.0, 9823.0, 9840.0, 9818.0, 9820.0, 9841.0, 9815.0, 9867.0, 9835.0, 9861.0, 9824.0, 9840.0, 9783.0, 9824.0, 9804.0, 9817.0, 9840.0, 9833.0, 9821.0, 9797.0, 9834.0, 9794.0, 9859.0, 9830.0, 9831.0, 9830.0, 9834.0, 9794.0, 9816.0, 9775.0, 9808.0, 9796.0, 9808.0, 9777.0, 9779.0, 9812.0, 9774.0, 9830.0, 9793.0, 9838.0, 9825.0, 9819.0, 9799.0, 9817.0, 9780.0, 9810.0, 9789.0, 9820.0, 9779.0, 9796.0, 9785.0, 9792.0, 9833.0, 9798.0, 9838.0, 9817.0, 9820.0, 9792.0, 9815.0, 9801.0, 9827.0, 9816.0, 9823.0, 9795.0, 9822.0, 9795.0, 9822.0, 9795.0, 9798.0, 9796.0, 9798.0, 9775.0, 9796.0, 9806.0, 9780.0, 9821.0, 9801.0, 9823.0, 9795.0, 9820.0, 9786.0, 9806.0, 9785.0, 9800.0, 9791.0, 9808.0, 9805.0, 9823.0, 9806.0, 9808.0, 9852.0, 9809.0, 9868.0, 9838.0, 9879.0, 9826.0, 9851.0, 9823.0, 9836.0, 9807.0, 9852.0, 9803.0, 9824.0, 9797.0, 9822.0, 9845.0, 9826.0, 9864.0, 9832.0, 9871.0, 9829.0, 9854.0, 9814.0, 9841.0, 9836.0, 9860.0, 9837.0, 9884.0, 9845.0, 9881.0, 9825.0, 9865.0, 9826.0, 9867.0, 9833.0, 9853.0, 9904.0, 9879.0, 9908.0, 9857.0, 9871.0, 9822.0, 9871.0, 9813.0, 9862.0, 9840.0, 9879.0, 9813.0, 9843.0, 9857.0, 9844.0, 9871.0, 9850.0, 9889.0, 9864.0, 9882.0, 9830.0, 9866.0, 9813.0, 9851.0, 9821.0, 9846.0, 9830.0, 9843.0, 9814.0, 9846.0, 9822.0, 9832.0, 9889.0, 9841.0, 9887.0, 9846.0, 9865.0, 9826.0, 9851.0, 9807.0, 9847.0, 9810.0, 9847.0, 9851.0, 9843.0, 9825.0, 9822.0, 9867.0, 9828.0, 9867.0, 9839.0, 9863.0, 9828.0, 9847.0, 9817.0, 9852.0, 9830.0, 9854.0, 9812.0, 9852.0, 9811.0, 9834.0, 9824.0, 9823.0, 9849.0, 9825.0, 9857.0, 9832.0, 9859.0, 9813.0, 9838.0, 9817.0, 9841.0, 9828.0, 9839.0, 9794.0, 9838.0, 9808.0, 9810.0, 9788.0, 9818.0, 9805.0, 9819.0, 9808.0, 9838.0, 9847.0, 9826.0, 9852.0, 9824.0, 9865.0, 9826.0, 9860.0, 9820.0, 9851.0, 9827.0, 9859.0, 9828.0, 9861.0, 9808.0, 9857.0, 9807.0, 9836.0, 9813.0, 9838.0, 9809.0, 9835.0, 9807.0, 9823.0, 9806.0, 9834.0, 9806.0, 9840.0, 9808.0, 9822.0, 9808.0, 9823.0, 9813.0, 9839.0, 9808.0, 9838.0, 9805.0, 9811.0, 9808.0, 9824.0, 9833.0, 9825.0, 9805.0, 9831.0, 9826.0, 9828.0, 9840.0, 9845.0, 9842.0, 9846.0, 9855.0, 9843.0, 9851.0, 9829.0, 9870.0, 9856.0, 9873.0, 9847.0, 9869.0, 9827.0, 9866.0, 9837.0, 9870.0, 9855.0, 9885.0, 9847.0, 9871.0, 9849.0, 9866.0, 9835.0, 9870.0, 9831.0, 9872.0, 9832.0, 9867.0, 9835.0, 9855.0, 9831.0, 9871.0, 9817.0, 9868.0, 9831.0, 9853.0, 9838.0, 9858.0, 9840.0, 9865.0, 9845.0, 9877.0, 9842.0, 9862.0, 9843.0, 9888.0, 9845.0, 9882.0, 9845.0, 9883.0, 9842.0, 9869.0, 9846.0, 9867.0, 9846.0, 9874.0, 9845.0, 9871.0, 9842.0, 9873.0, 9849.0, 9870.0, 9869.0, 9918.0, 9846.0, 9894.0, 9845.0, 9914.0, 9878.0, 9914.0, 9895.0, 9901.0, 9876.0, 9866.0, 9876.0, 9876.0, 9894.0, 9839.0, 9895.0, 9824.0, 9892.0, 9841.0, 9897.0, 9860.0, 9908.0, 9890.0, 9891.0, 9859.0, 9877.0, 9868.0, 9895.0, 9868.0, 9879.0, 9865.0, 9861.0, 9839.0, 9866.0, 9851.0, 9864.0, 9849.0, 9832.0, 9855.0, 9841.0, 9870.0, 9857.0, 9888.0, 9865.0, 9902.0, 9859.0, 9905.0, 9855.0, 9892.0, 9868.0, 9904.0, 9887.0, 9885.0, 9861.0, 9882.0, 9859.0, 9882.0, 9862.0, 9868.0, 9861.0, 9854.0, 9833.0, 9844.0, 9831.0, 9859.0, 9855.0, 9847.0, 9854.0, 9834.0, 9846.0, 9832.0, 9857.0, 9838.0, 9862.0, 9845.0, 9877.0, 9838.0, 9876.0, 9840.0, 9899.0, 9857.0, 9892.0, 9872.0, 9866.0, 9851.0, 9846.0, 9855.0, 9835.0, 9870.0, 9821.0, 9872.0, 9817.0, 9874.0, 9844.0, 9892.0, 9865.0, 9879.0, 9848.0, 9862.0, 9850.0, 9864.0, 9837.0, 9843.0, 9837.0, 9874.0, 9849.0, 9864.0, 9846.0, 9850.0, 9833.0, 9830.0, 9850.0, 9819.0, 9867.0, 9822.0, 9865.0, 9824.0, 9866.0, 9842.0, 9877.0, 9838.0, 9897.0, 9838.0, 9861.0, 9838.0, 9877.0, 9843.0, 9878.0, 9843.0, 9882.0, 9847.0, 9901.0, 9867.0, 9902.0, 9879.0, 9888.0, 9872.0, 9872.0, 9893.0, 9869.0, 9908.0, 9873.0, 9946.0, 9912.0, 9933.0, 9882.0, 9915.0, 9877.0, 9918.0, 9904.0, 9933.0, 9889.0, 9896.0, 9866.0, 9836.0, 9873.0, 9834.0, 9892.0, 9848.0, 9911.0, 9859.0, 9881.0, 9833.0, 9869.0, 9856.0, 9880.0, 9852.0, 9859.0, 9835.0, 9860.0, 9834.0, 9846.0, 9837.0, 9849.0, 9820.0, 9805.0, 9805.0, 9813.0, 9828.0, 9844.0, 9845.0, 9806.0, 9821.0, 9812.0, 9842.0, 9832.0, 9871.0, 9832.0, 9879.0, 9854.0, 9851.0, 9905.0, 9832.0, 9881.0, 9855.0, 9862.0, 9872.0, 9887.0, 9856.0, 9836.0, 9827.0, 9807.0, 9826.0, 9812.0, 9844.0, 9824.0, 9852.0, 9815.0, 9850.0, 9810.0, 9841.0, 9837.0, 9860.0, 9849.0, 9836.0, 9827.0, 9849.0, 9829.0, 9872.0, 9825.0, 9849.0, 9841.0, 9841.0, 9826.0, 9817.0, 9817.0, 9829.0, 9830.0, 9811.0, 9838.0, 9825.0, 9844.0, 9839.0, 9868.0, 9827.0, 9865.0, 9809.0, 9844.0, 9813.0, 9867.0, 9839.0, 9864.0, 9821.0, 9839.0, 9817.0, 9839.0, 9834.0, 9850.0, 9850.0, 9846.0, 9818.0, 9825.0, 9806.0, 9845.0, 9819.0, 9854.0, 9822.0, 9806.0, 9802.0, 9808.0, 9820.0, 9814.0, 9844.0, 9814.0, 9853.0, 9810.0, 9835.0, 9807.0, 9843.0, 9814.0, 9850.0, 9808.0, 9848.0, 9829.0, 9848.0, 9827.0, 9853.0, 9847.0, 9856.0, 9826.0, 9824.0, 9810.0, 9796.0, 9829.0, 9832.0, 9843.0, 9827.0, 9856.0, 9804.0, 9831.0, 9812.0, 9855.0, 9829.0, 9870.0, 9824.0, 9862.0, 9827.0, 9862.0, 9840.0, 9865.0, 9853.0, 9864.0, 9831.0, 9843.0, 9821.0, 9845.0, 9837.0, 9849.0, 9852.0, 9836.0, 9810.0, 9818.0, 9810.0, 9836.0, 9831.0, 9837.0, 9830.0, 9815.0, 9826.0, 9812.0, 9827.0, 9848.0, 9831.0, 9836.0, 9856.0, 9807.0, 9817.0, 9791.0, 9848.0, 9827.0, 9851.0, 9806.0, 9815.0, 9789.0, 9802.0, 9807.0, 9820.0, 9815.0, 9868.0, 9814.0, 9848.0, 9810.0, 9849.0, 9817.0, 9864.0, 9828.0, 9845.0, 9788.0, 9826.0, 9809.0, 9824.0, 9803.0, 9837.0, 9788.0, 9828.0, 9807.0, 9829.0, 9821.0, 9846.0, 9807.0, 9823.0, 9805.0, 9843.0, 9819.0, 9844.0, 9833.0, 9841.0, 9800.0, 9824.0, 9799.0, 9845.0, 9803.0, 9823.0, 9800.0, 9784.0, 9802.0, 9788.0, 9824.0, 9808.0, 9832.0, 9799.0, 9843.0, 9793.0, 9850.0, 9821.0, 9887.0, 9846.0, 9866.0, 9853.0, 9836.0, 9840.0, 9824.0, 9835.0, 9809.0, 9837.0, 9817.0, 9826.0, 9840.0, 9841.0, 9853.0, 9836.0, 9800.0, 9811.0, 9794.0, 9809.0, 9794.0, 9821.0, 9812.0, 9855.0, 9798.0, 9820.0, 9804.0, 9815.0, 9799.0, 9797.0, 9803.0, 9795.0, 9800.0, 9830.0, 9805.0, 9838.0, 9778.0, 9814.0, 9767.0, 9777.0, 9764.0, 9784.0, 9792.0, 9791.0, 9769.0, 9775.0, 9771.0, 9771.0, 9772.0, 9778.0, 9777.0, 9808.0, 9798.0, 9806.0, 9803.0, 9797.0, 9805.0, 9797.0, 9793.0, 9804.0, 9819.0, 9826.0, 9860.0, 9853.0, 9844.0, 9816.0, 9833.0, 9819.0, 9832.0, 9823.0, 9862.0, 9853.0, 9837.0, 9839.0, 9839.0, 9834.0, 9837.0, 9840.0, 9848.0, 9843.0, 9835.0, 9822.0, 9836.0, 9828.0, 9836.0, 9837.0, 9838.0, 9839.0, 9865.0, 9840.0, 9819.0, 9823.0, 9816.0, 9817.0, 9849.0, 9837.0, 9860.0, 9825.0, 9869.0, 9839.0, 9860.0, 9823.0, 9861.0, 9811.0, 9841.0, 9809.0, 9847.0, 9823.0, 9851.0, 9807.0, 9849.0, 9806.0, 9829.0, 9818.0, 9820.0, 9807.0, 9819.0, 9846.0, 9825.0, 9850.0, 9822.0, 9857.0, 9810.0, 9845.0, 9822.0, 9848.0, 9809.0, 9855.0, 9821.0, 9846.0, 9830.0, 9846.0, 9827.0, 9845.0, 9829.0, 9850.0, 9876.0, 9844.0, 9888.0, 9865.0, 9886.0, 9833.0, 9870.0, 9820.0, 9878.0, 9857.0, 9879.0, 9873.0, 9897.0, 9842.0, 9874.0, 9859.0, 9897.0, 9880.0, 9898.0, 9890.0, 9907.0, 9853.0, 9878.0, 9838.0, 9880.0, 9845.0, 9879.0, 9837.0, 9893.0, 9833.0, 9844.0, 9816.0, 9841.0, 9841.0, 9864.0, 9834.0, 9877.0, 9829.0, 9863.0, 9834.0, 9846.0, 9847.0, 9849.0, 9882.0, 9855.0, 9852.0, 9824.0, 9848.0, 9823.0, 9845.0, 9839.0, 9887.0, 9836.0, 9861.0, 9841.0, 9848.0, 9820.0, 9830.0, 9821.0, 9859.0, 9851.0, 9869.0, 9856.0, 9847.0, 9827.0, 9853.0, 9844.0, 9864.0, 9851.0, 9872.0, 9858.0, 9865.0, 9828.0, 9862.0, 9822.0, 9849.0, 9829.0, 9869.0, 9860.0, 9879.0, 9844.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.0011155539358600583</td></tr>
<tr><td colspan=3>aqi</td><td>0.030536681268221576</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.710143864952705</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2331558676513465</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9810448708679795</td></tr>
<tr><td colspan=3>efc</td><td>0.4835</td></tr>
<tr><td colspan=3>fber</td><td>7800.4702</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09054955403524755</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.373177842565598</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3211241477460014</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2532518553691983</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5587428480857257</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.15137773978308</td></tr>
<tr><td colspan=3>gcor</td><td>0.0156478</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011989075690507889</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039990510791540146</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.1916397344770955</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>17.1841</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.2207</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.6904</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295760.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>904.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.7677</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0726</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.4174</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3680.71</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3859.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80784.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>920.6364</td></tr>
<tr><td colspan=3>tsnr</td><td>38.2031514873961</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>