<?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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-01/func/sub-0098_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>a9484bb76c7af25773bdd56cc0d2f88c</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:00:16.905000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995876, -0.0832133, -0.0361561, 0.0888795, 0.974814, 0.204544]</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.259</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.0898978</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>[4216, -7815, -7158, 234, -135, 68, -50, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ee4bf303-a784-467b-aec4-bb3c5f9f41dd||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6718616485595703, 0.23845729231834412, -0.04920675978064537, 105.46257019042969], [0.22325512766838074, 2.6153547763824463, 0.5586665868759155, -110.32652282714844], [-0.09700416028499603, -0.5487755537033081, 2.6411116123199463, -26.136022567749023], [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': ['150016.905000', '150017.365000', '150017.825000', '150018.285000', '150018.745000', '150019.205000', '150019.665000', '150020.125000', '150020.585000', '150021.045000', '150021.505000', '150021.965000', '150022.425000', '150022.885000', '150023.345000', '150023.805000', '150024.265000', '150024.725000', '150025.185000', '150025.645000', '150026.105000', '150026.565000', '150027.025000', '150027.485000', '150027.945000', '150028.405000', '150028.865000', '150029.325000', '150029.785000', '150030.245000', '150030.705000', '150031.165000', '150031.625000', '150032.085000', '150032.545000', '150033.005000', '150033.465000', '150033.925000', '150034.385000', '150034.845000', '150035.305000', '150035.765000', '150036.225000', '150036.685000', '150037.145000', '150037.605000', '150038.065000', '150038.525000', '150038.985000', '150039.445000', '150039.905000', '150040.365000', '150040.825000', '150041.285000', '150041.745000', '150042.205000', '150042.665000', '150043.125000', '150043.585000', '150044.045000', '150044.505000', '150044.965000', '150045.425000', '150045.885000', '150046.345000', '150046.805000', '150047.265000', '150047.725000', '150048.185000', '150048.645000', '150049.105000', '150049.565000', '150050.025000', '150050.485000', '150050.945000', '150051.405000', '150051.865000', '150052.325000', '150052.785000', '150053.245000', '150053.705000', '150054.165000', '150054.625000', '150055.085000', '150055.545000', '150056.005000', '150056.465000', '150056.925000', '150057.385000', '150057.845000', '150058.305000', '150058.765000', '150059.225000', '150059.685000', '150100.145000', '150100.605000', '150101.065000', '150101.525000', '150101.985000', '150102.445000', '150102.905000', '150103.365000', '150103.825000', '150104.285000', '150104.745000', '150105.205000', '150105.665000', '150106.125000', '150106.585000', '150107.045000', '150107.505000', '150107.965000', '150108.425000', '150108.885000', '150109.345000', '150109.805000', '150110.265000', '150110.725000', '150111.185000', '150111.645000', '150112.105000', '150112.565000', '150113.025000', '150113.485000', '150113.945000', '150114.405000', '150114.865000', '150115.325000', '150115.785000', '150116.245000', '150116.705000', '150117.165000', '150117.625000', '150118.085000', '150118.545000', '150119.005000', '150119.465000', '150119.925000', '150120.385000', '150120.845000', '150121.305000', '150121.765000', '150122.225000', '150122.685000', '150123.145000', '150123.605000', '150124.065000', '150124.525000', '150124.985000', '150125.445000', '150125.905000', '150126.365000', '150126.825000', '150127.285000', '150127.745000', '150128.205000', '150128.665000', '150129.125000', '150129.585000', '150130.045000', '150130.505000', '150130.965000', '150131.425000', '150131.885000', '150132.345000', '150132.805000', '150133.265000', '150133.725000', '150134.185000', '150134.645000', '150135.105000', '150135.565000', '150136.025000', '150136.485000', '150136.945000', '150137.405000', '150137.865000', '150138.325000', '150138.785000', '150139.245000', '150139.705000', '150140.165000', '150140.625000', '150141.085000', '150141.545000', '150142.005000', '150142.465000', '150142.925000', '150143.385000', '150143.845000', '150144.305000', '150144.765000', '150145.225000', '150145.685000', '150146.145000', '150146.605000', '150147.065000', '150147.525000', '150147.985000', '150148.445000', '150148.905000', '150149.365000', '150149.825000', '150150.285000', '150150.745000', '150151.205000', '150151.665000', '150152.125000', '150152.585000', '150153.045000', '150153.505000', '150153.965000', '150154.425000', '150154.885000', '150155.345000', '150155.805000', '150156.265000', '150156.725000', '150157.185000', '150157.645000', '150158.105000', '150158.565000', '150159.025000', '150159.485000', '150159.945000', '150200.405000', '150200.865000', '150201.325000', '150201.785000', '150202.245000', '150202.705000', '150203.165000', '150203.625000', '150204.085000', '150204.545000', '150205.005000', '150205.465000', '150205.925000', '150206.385000', '150206.845000', '150207.305000', '150207.765000', '150208.225000', '150208.685000', '150209.145000', '150209.605000', '150210.065000', '150210.525000', '150210.985000', '150211.445000', '150211.905000', '150212.365000', '150212.825000', '150213.285000', '150213.745000', '150214.205000', '150214.665000', '150215.125000', '150215.585000', '150216.045000', '150216.505000', '150216.965000', '150217.425000', '150217.885000', '150218.345000', '150218.805000', '150219.265000', '150219.725000', '150220.185000', '150220.645000', '150221.105000', '150221.565000', '150222.025000', '150222.485000', '150222.945000', '150223.405000', '150223.865000', '150224.325000', '150224.785000', '150225.245000', '150225.705000', '150226.165000', '150226.625000', '150227.085000', '150227.545000', '150228.005000', '150228.465000', '150228.925000', '150229.385000', '150229.845000', '150230.305000', '150230.765000', '150231.225000', '150231.685000', '150232.145000', '150232.605000', '150233.065000', '150233.525000', '150233.985000', '150234.445000', '150234.905000', '150235.365000', '150235.825000', '150236.285000', '150236.745000', '150237.205000', '150237.665000', '150238.125000', '150238.585000', '150239.045000', '150239.505000', '150239.965000', '150240.425000', '150240.885000', '150241.345000', '150241.805000', '150242.265000', '150242.725000', '150243.185000', '150243.645000', '150244.105000', '150244.565000', '150245.025000', '150245.485000', '150245.945000', '150246.405000', '150246.865000', '150247.325000', '150247.785000', '150248.245000', '150248.705000', '150249.165000', '150249.625000', '150250.085000', '150250.545000', '150251.005000', '150251.465000', '150251.925000', '150252.385000', '150252.845000', '150253.305000', '150253.765000', '150254.225000', '150254.685000', '150255.145000', '150255.605000', '150256.065000', '150256.525000', '150256.985000', '150257.445000', '150257.905000', '150258.365000', '150258.825000', '150259.285000', '150259.745000', '150300.205000', '150300.665000', '150301.125000', '150301.585000', '150302.045000', '150302.505000', '150302.965000', '150303.425000', '150303.885000', '150304.345000', '150304.805000', '150305.265000', '150305.725000', '150306.185000', '150306.645000', '150307.105000', '150307.565000', '150308.025000', '150308.485000', '150308.945000', '150309.405000', '150309.865000', '150310.325000', '150310.785000', '150311.245000', '150311.705000', '150312.165000', '150312.625000', '150313.085000', '150313.545000', '150314.005000', '150314.465000', '150314.925000', '150315.385000', '150315.845000', '150316.305000', '150316.765000', '150317.225000', '150317.685000', '150318.145000', '150318.605000', '150319.065000', '150319.525000', '150319.985000', '150320.445000', '150320.905000', '150321.365000', '150321.825000', '150322.285000', '150322.745000', '150323.205000', '150323.665000', '150324.125000', '150324.585000', '150325.045000', '150325.505000', '150325.965000', '150326.425000', '150326.885000', '150327.345000', '150327.805000', '150328.265000', '150328.725000', '150329.185000', '150329.645000', '150330.105000', '150330.565000', '150331.025000', '150331.485000', '150331.945000', '150332.405000', '150332.865000', '150333.325000', '150333.785000', '150334.245000', '150334.705000', '150335.165000', '150335.625000', '150336.085000', '150336.545000', '150337.005000', '150337.465000', '150337.925000', '150338.385000', '150338.845000', '150339.305000', '150339.765000', '150340.225000', '150340.685000', '150341.145000', '150341.605000', '150342.065000', '150342.525000', '150342.985000', '150343.445000', '150343.905000', '150344.365000', '150344.825000', '150345.285000', '150345.745000', '150346.205000', '150346.665000', '150347.125000', '150347.585000', '150348.045000', '150348.505000', '150348.965000', '150349.425000', '150349.885000', '150350.345000', '150350.805000', '150351.265000', '150351.725000', '150352.185000', '150352.645000', '150353.105000', '150353.565000', '150354.025000', '150354.485000', '150354.945000', '150355.405000', '150355.865000', '150356.325000', '150356.785000', '150357.245000', '150357.705000', '150358.165000', '150358.625000', '150359.085000', '150359.545000', '150400.005000', '150400.465000', '150400.925000', '150401.385000', '150401.845000', '150402.305000', '150402.765000', '150403.225000', '150403.685000', '150404.145000', '150404.605000', '150405.065000', '150405.525000', '150405.985000', '150406.445000', '150406.905000', '150407.365000', '150407.825000', '150408.285000', '150408.745000', '150409.205000', '150409.665000', '150410.125000', '150410.585000', '150411.045000', '150411.505000', '150411.965000', '150412.425000', '150412.885000', '150413.345000', '150413.805000', '150414.265000', '150414.725000', '150415.185000', '150415.645000', '150416.105000', '150416.565000', '150417.025000', '150417.485000', '150417.945000', '150418.405000', '150418.865000', '150419.325000', '150419.785000', '150420.245000', '150420.705000', '150421.165000', '150421.625000', '150422.085000', '150422.545000', '150423.005000', '150423.465000', '150423.925000', '150424.385000', '150424.845000', '150425.305000', '150425.765000', '150426.225000', '150426.685000', '150427.145000', '150427.605000', '150428.065000', '150428.525000', '150428.985000', '150429.445000', '150429.905000', '150430.365000', '150430.825000', '150431.285000', '150431.745000', '150432.205000', '150432.665000', '150433.125000', '150433.585000', '150434.045000', '150434.505000', '150434.965000', '150435.425000', '150435.885000', '150436.345000', '150436.805000', '150437.265000', '150437.725000', '150438.185000', '150438.645000', '150439.105000', '150439.565000', '150440.025000', '150440.485000', '150440.945000', '150441.405000', '150441.865000', '150442.325000', '150442.785000', '150443.245000', '150443.705000', '150444.165000', '150444.625000', '150445.085000', '150445.545000', '150446.005000', '150446.465000', '150446.925000', '150447.385000', '150447.845000', '150448.305000', '150448.765000', '150449.225000', '150449.685000', '150450.145000', '150450.605000', '150451.065000', '150451.525000', '150451.985000', '150452.445000', '150452.905000', '150453.365000', '150453.825000', '150454.285000', '150454.745000', '150455.205000', '150455.665000', '150456.125000', '150456.585000', '150457.045000', '150457.505000', '150457.965000', '150458.425000', '150458.885000', '150459.345000', '150459.805000', '150500.265000', '150500.725000', '150501.185000', '150501.645000', '150502.105000', '150502.565000', '150503.025000', '150503.485000', '150503.945000', '150504.405000', '150504.865000', '150505.325000', '150505.785000', '150506.245000', '150506.705000', '150507.165000', '150507.625000', '150508.085000', '150508.545000', '150509.005000', '150509.465000', '150509.925000', '150510.385000', '150510.845000', '150511.305000', '150511.765000', '150512.225000', '150512.685000', '150513.145000', '150513.605000', '150514.065000', '150514.525000', '150514.985000', '150515.445000', '150515.905000', '150516.365000', '150516.825000', '150517.285000', '150517.745000', '150518.205000', '150518.665000', '150519.125000', '150519.585000', '150520.045000', '150520.505000', '150520.965000', '150521.425000', '150521.885000', '150522.345000', '150522.805000', '150523.265000', '150523.725000', '150524.185000', '150524.645000', '150525.105000', '150525.565000', '150526.025000', '150526.485000', '150526.945000', '150527.405000', '150527.865000', '150528.325000', '150528.785000', '150529.245000', '150529.705000', '150530.165000', '150530.625000', '150531.085000', '150531.545000', '150532.005000', '150532.465000', '150532.925000', '150533.385000', '150533.845000', '150534.305000', '150534.765000', '150535.225000', '150535.685000', '150536.145000', '150536.605000', '150537.065000', '150537.525000', '150537.985000', '150538.445000', '150538.905000', '150539.365000', '150539.825000', '150540.285000', '150540.745000', '150541.205000', '150541.665000', '150542.125000', '150542.585000', '150543.045000', '150543.505000', '150543.965000', '150544.425000', '150544.885000', '150545.345000', '150545.805000', '150546.265000', '150546.725000', '150547.185000', '150547.645000', '150548.105000', '150548.565000', '150549.025000', '150549.485000', '150549.945000', '150550.405000', '150550.865000', '150551.325000', '150551.785000', '150552.245000', '150552.705000', '150553.165000', '150553.625000', '150554.085000', '150554.545000', '150555.005000', '150555.465000', '150555.925000', '150556.385000', '150556.845000', '150557.305000', '150557.765000', '150558.225000', '150558.685000', '150559.145000', '150559.605000', '150600.065000', '150600.525000', '150600.985000', '150601.445000', '150601.905000', '150602.365000', '150602.825000', '150603.285000', '150603.745000', '150604.205000', '150604.665000', '150605.125000', '150605.585000', '150606.045000', '150606.505000', '150606.965000', '150607.425000', '150607.885000', '150608.345000', '150608.805000', '150609.265000', '150609.725000', '150610.185000', '150610.645000', '150611.105000', '150611.565000', '150612.025000', '150612.485000', '150612.945000', '150613.405000', '150613.865000', '150614.325000', '150614.785000', '150615.245000', '150615.705000', '150616.165000', '150616.625000', '150617.085000', '150617.545000', '150618.005000', '150618.465000', '150618.925000', '150619.385000', '150619.845000', '150620.305000', '150620.765000', '150621.225000', '150621.685000', '150622.145000', '150622.605000', '150623.065000', '150623.525000', '150623.985000', '150624.445000', '150624.905000', '150625.365000', '150625.825000', '150626.285000', '150626.745000', '150627.205000', '150627.665000', '150628.125000', '150628.585000', '150629.045000', '150629.505000', '150629.965000', '150630.425000', '150630.885000', '150631.345000', '150631.805000', '150632.265000', '150632.725000', '150633.185000', '150633.645000', '150634.105000', '150634.565000', '150635.025000', '150635.485000', '150635.945000', '150636.405000', '150636.865000', '150637.325000', '150637.785000', '150638.245000', '150638.705000', '150639.165000', '150639.625000', '150640.085000', '150640.545000', '150641.005000', '150641.465000', '150641.925000', '150642.385000', '150642.845000', '150643.305000', '150643.765000', '150644.225000', '150644.685000', '150645.145000', '150645.605000', '150646.065000', '150646.525000', '150646.985000', '150647.445000', '150647.905000', '150648.365000', '150648.825000', '150649.285000', '150649.745000', '150650.205000', '150650.665000', '150651.125000', '150651.585000', '150652.045000', '150652.505000', '150652.965000', '150653.425000', '150653.885000', '150654.345000', '150654.805000', '150655.265000', '150655.725000', '150656.185000', '150656.645000', '150657.105000', '150657.565000', '150658.025000', '150658.485000', '150658.945000', '150659.405000', '150659.865000', '150700.325000', '150700.785000', '150701.245000', '150701.705000', '150702.165000', '150702.625000', '150703.085000', '150703.545000', '150704.005000', '150704.465000', '150704.925000', '150705.385000', '150705.845000', '150706.305000', '150706.765000', '150707.225000', '150707.685000', '150708.145000', '150708.605000', '150709.065000', '150709.525000', '150709.985000', '150710.445000', '150710.905000', '150711.365000', '150711.825000', '150712.285000', '150712.745000', '150713.205000', '150713.665000', '150714.125000', '150714.585000', '150715.045000', '150715.505000', '150715.965000', '150716.425000', '150716.885000', '150717.345000', '150717.805000', '150718.265000', '150718.725000', '150719.185000', '150719.645000', '150720.105000', '150720.565000', '150721.025000', '150721.485000', '150721.945000', '150722.405000', '150722.865000', '150723.325000', '150723.785000', '150724.245000', '150724.705000', '150725.165000', '150725.625000', '150726.085000', '150726.545000', '150727.005000', '150727.465000', '150727.925000', '150728.385000', '150728.845000', '150729.305000', '150729.765000', '150730.225000', '150730.685000', '150731.145000', '150731.605000', '150732.065000', '150732.525000', '150732.985000', '150733.445000', '150733.905000', '150734.365000', '150734.825000', '150735.285000', '150735.745000', '150736.205000', '150736.665000', '150737.125000', '150737.585000', '150738.045000', '150738.505000', '150738.965000', '150739.425000', '150739.885000', '150740.345000', '150740.805000', '150741.265000', '150741.725000', '150742.185000', '150742.645000', '150743.105000', '150743.565000', '150744.025000', '150744.485000', '150744.945000', '150745.405000', '150745.865000', '150746.325000', '150746.785000', '150747.245000', '150747.705000', '150748.165000', '150748.625000', '150749.085000', '150749.545000', '150750.005000', '150750.465000', '150750.925000', '150751.385000', '150751.845000', '150752.305000', '150752.765000', '150753.225000', '150753.685000', '150754.145000', '150754.605000', '150755.065000', '150755.525000', '150755.985000', '150756.445000', '150756.905000', '150757.365000', '150757.825000', '150758.285000', '150758.745000', '150759.205000', '150759.665000', '150800.125000', '150800.585000', '150801.045000', '150801.505000', '150801.965000', '150802.425000', '150802.885000', '150803.345000', '150803.805000', '150804.265000', '150804.725000', '150805.185000', '150805.645000', '150806.105000', '150806.565000', '150807.025000', '150807.485000', '150807.945000', '150808.405000', '150808.865000', '150809.325000', '150809.785000', '150810.245000', '150810.705000', '150811.165000', '150811.625000', '150812.085000', '150812.545000', '150813.005000', '150813.465000', '150813.925000', '150814.385000', '150814.845000', '150815.305000', '150815.765000', '150816.225000', '150816.685000', '150817.145000', '150817.605000', '150818.065000', '150818.525000', '150818.985000', '150819.445000', '150819.905000', '150820.365000', '150820.825000', '150821.285000', '150821.745000', '150822.205000', '150822.665000', '150823.125000', '150823.585000', '150824.045000', '150824.505000', '150824.965000', '150825.425000', '150825.885000', '150826.345000', '150826.805000', '150827.265000', '150827.725000', '150828.185000', '150828.645000', '150829.105000', '150829.565000', '150830.025000', '150830.485000', '150830.945000', '150831.405000', '150831.865000', '150832.325000', '150832.785000', '150833.245000', '150833.705000', '150834.165000', '150834.625000', '150835.085000', '150835.545000', '150836.005000', '150836.465000', '150836.925000', '150837.385000', '150837.845000', '150838.305000', '150838.765000', '150839.225000', '150839.685000', '150840.145000', '150840.605000', '150841.065000', '150841.525000', '150841.985000', '150842.445000', '150842.905000', '150843.365000', '150843.825000', '150844.285000', '150844.745000', '150845.205000', '150845.665000', '150846.125000', '150846.585000', '150847.045000', '150847.505000', '150847.965000', '150848.425000', '150848.885000', '150849.345000', '150849.805000', '150850.265000', '150850.725000', '150851.185000', '150851.645000', '150852.105000', '150852.565000', '150853.025000', '150853.485000', '150853.945000', '150854.405000', '150854.865000', '150855.325000', '150855.785000', '150856.245000', '150856.705000', '150857.165000', '150857.625000', '150858.085000', '150858.545000', '150859.005000', '150859.465000', '150859.925000', '150900.385000', '150900.845000', '150901.305000', '150901.765000', '150902.225000', '150902.685000', '150903.145000', '150903.605000', '150904.065000', '150904.525000', '150904.985000', '150905.445000', '150905.905000', '150906.365000', '150906.825000', '150907.285000', '150907.745000', '150908.205000', '150908.665000', '150909.125000', '150909.585000', '150910.045000', '150910.505000', '150910.965000', '150911.425000', '150911.885000', '150912.345000', '150912.805000', '150913.265000', '150913.725000', '150914.185000', '150914.645000', '150915.105000', '150915.565000', '150916.025000', '150916.485000', '150916.945000', '150917.405000', '150917.865000', '150918.325000', '150918.785000', '150919.245000', '150919.705000', '150920.165000', '150920.625000', '150921.085000', '150921.545000', '150922.005000', '150922.465000', '150922.925000', '150923.385000', '150923.845000', '150924.305000', '150924.765000', '150925.225000', '150925.685000', '150926.145000', '150926.605000', '150927.065000', '150927.525000', '150927.985000', '150928.445000', '150928.905000', '150929.365000', '150929.825000', '150930.285000', '150930.745000', '150931.205000', '150931.665000', '150932.125000', '150932.585000', '150933.045000', '150933.505000', '150933.965000', '150934.425000', '150934.885000', '150935.345000', '150935.805000', '150936.265000', '150936.725000', '150937.185000', '150937.645000', '150938.105000', '150938.565000', '150939.025000', '150939.485000', '150939.945000', '150940.405000', '150940.865000', '150941.325000', '150941.785000', '150942.245000', '150942.705000', '150943.165000', '150943.625000', '150944.085000', '150944.545000', '150945.005000', '150945.465000', '150945.925000', '150946.385000', '150946.845000', '150947.305000', '150947.765000', '150948.225000', '150948.685000', '150949.145000', '150949.605000', '150950.065000', '150950.525000', '150950.985000', '150951.445000', '150951.905000', '150952.365000', '150952.825000', '150953.285000', '150953.745000', '150954.205000', '150954.665000', '150955.125000', '150955.585000', '150956.045000', '150956.505000', '150956.965000', '150957.425000', '150957.885000', '150958.345000', '150958.805000', '150959.265000', '150959.725000', '151000.185000', '151000.645000', '151001.105000', '151001.565000', '151002.025000', '151002.485000', '151002.945000', '151003.405000', '151003.865000', '151004.325000', '151004.785000', '151005.245000', '151005.705000', '151006.165000', '151006.625000', '151007.085000', '151007.545000', '151008.005000', '151008.465000', '151008.925000', '151009.385000', '151009.845000', '151010.305000', '151010.765000', '151011.225000', '151011.685000', '151012.145000', '151012.605000', '151013.065000', '151013.525000', '151013.985000', '151014.445000', '151014.905000', '151015.365000', '151015.825000', '151016.285000', '151016.745000', '151017.205000', '151017.665000', '151018.125000', '151018.585000', '151019.045000', '151019.505000', '151019.965000', '151020.425000', '151020.885000', '151021.345000', '151021.805000', '151022.265000', '151022.725000', '151023.185000', '151023.645000', '151024.105000', '151024.565000', '151025.025000', '151025.485000', '151025.945000', '151026.405000', '151026.865000', '151027.325000', '151027.785000', '151028.245000', '151028.705000', '151029.165000', '151029.625000', '151030.085000', '151030.545000', '151031.005000', '151031.465000', '151031.925000', '151032.385000', '151032.845000', '151033.305000', '151033.765000', '151034.225000', '151034.685000', '151035.145000', '151035.605000', '151036.065000', '151036.525000', '151036.985000', '151037.445000', '151037.905000', '151038.365000', '151038.825000', '151039.285000', '151039.745000', '151040.205000', '151040.665000', '151041.125000', '151041.585000', '151042.045000', '151042.505000', '151042.965000', '151043.425000', '151043.885000', '151044.345000', '151044.805000', '151045.265000', '151045.725000', '151046.185000', '151046.645000', '151047.105000', '151047.565000', '151048.025000', '151048.485000', '151048.945000', '151049.405000'], 'ContentTime': ['150045.503000', '150045.506000', '150045.509000', '150045.511000', '150045.514000', '150045.517000', '150045.519000', '150045.522000', '150045.525000', '150045.528000', '150045.530000', '150045.533000', '150045.538000', '150045.540000', '150045.543000', '150045.545000', '150045.548000', '150045.550000', '150045.559000', '150045.561000', '150045.564000', '150045.566000', '150045.569000', '150045.571000', '150045.574000', '150045.576000', '150045.579000', '150045.582000', '150045.584000', '150045.587000', '150045.590000', '150045.592000', '150045.595000', '150045.597000', '150045.600000', '150045.603000', '150045.605000', '150045.608000', '150045.610000', '150045.613000', '150045.616000', '150045.618000', '150045.621000', '150045.624000', '150045.626000', '150045.629000', '150045.631000', '150045.634000', '150045.637000', '150045.639000', '150045.642000', '150045.645000', '150045.647000', '150045.650000', '150045.653000', '150045.656000', '150045.658000', '150045.661000', '150105.474000', '150105.477000', '150105.479000', '150105.482000', '150105.484000', '150105.487000', '150105.489000', '150105.492000', '150105.495000', '150105.502000', '150105.504000', '150105.507000', '150105.510000', '150105.512000', '150105.515000', '150105.517000', '150105.520000', '150105.523000', '150105.526000', '150105.528000', '150105.531000', '150105.533000', '150105.536000', '150105.539000', '150105.541000', '150105.544000', '150105.547000', '150105.549000', '150105.552000', '150105.554000', '150105.557000', '150105.560000', '150105.562000', '150105.565000', '150105.568000', '150105.570000', '150105.573000', '150105.575000', '150105.578000', '150105.581000', '150105.583000', '150105.586000', '150105.589000', '150105.592000', '150125.473000', '150125.476000', '150125.479000', '150125.483000', '150125.485000', '150125.488000', '150125.491000', '150125.493000', '150125.496000', '150125.498000', '150125.501000', '150125.504000', '150125.506000', '150125.509000', '150125.512000', '150125.514000', '150125.517000', '150125.519000', '150125.522000', '150125.524000', '150125.527000', '150125.530000', '150125.532000', '150125.535000', '150125.538000', '150125.540000', '150125.543000', '150125.546000', '150125.548000', '150125.551000', '150125.554000', '150125.556000', '150125.559000', '150125.561000', '150125.564000', '150125.567000', '150125.569000', '150125.572000', '150125.575000', '150125.577000', '150125.580000', '150125.582000', '150125.585000', '150125.588000', '150145.474000', '150145.476000', '150145.479000', '150145.482000', '150145.484000', '150145.487000', '150145.489000', '150145.492000', '150145.495000', '150145.497000', '150145.500000', '150145.502000', '150145.505000', '150145.508000', '150145.510000', '150145.513000', '150145.515000', '150145.518000', '150145.520000', '150145.523000', '150145.526000', '150145.528000', '150145.531000', '150145.534000', '150145.543000', '150145.546000', '150145.549000', '150145.551000', '150145.554000', '150145.556000', '150145.559000', '150145.562000', '150145.564000', '150145.567000', '150145.569000', '150145.572000', '150145.575000', '150145.593000', '150145.596000', '150145.598000', '150145.601000', '150145.603000', '150145.606000', '150205.475000', '150205.478000', '150205.481000', '150205.484000', '150205.487000', '150205.489000', '150205.492000', '150205.495000', '150205.497000', '150205.500000', '150205.502000', '150205.505000', '150205.508000', '150205.510000', '150205.513000', '150205.515000', '150205.518000', '150205.521000', '150205.523000', '150205.526000', '150205.528000', '150205.531000', '150205.534000', '150205.536000', '150205.539000', '150205.541000', '150205.544000', '150205.547000', '150205.549000', '150205.552000', '150205.555000', '150205.557000', '150205.560000', '150205.563000', '150205.565000', '150205.568000', '150205.570000', '150205.573000', '150205.576000', '150205.578000', '150205.581000', '150205.584000', '150205.586000', '150225.473000', '150225.476000', '150225.479000', '150225.482000', '150225.484000', '150225.487000', '150225.489000', '150225.492000', '150225.494000', '150225.497000', '150225.500000', '150225.502000', '150225.505000', '150225.507000', '150225.510000', '150225.513000', '150225.515000', '150225.518000', '150225.520000', '150225.523000', '150225.526000', '150225.528000', '150225.531000', '150225.533000', '150225.536000', '150225.539000', '150225.541000', '150225.544000', '150225.546000', '150225.549000', '150225.552000', '150225.554000', '150225.557000', '150225.559000', '150225.562000', '150225.564000', '150225.567000', '150225.570000', '150225.572000', '150225.575000', '150225.578000', '150225.580000', '150225.583000', '150225.586000', '150245.473000', '150245.476000', '150245.479000', '150245.481000', '150245.484000', '150245.486000', '150245.489000', '150245.492000', '150245.494000', '150245.497000', '150245.500000', '150245.502000', '150245.505000', '150245.507000', '150245.510000', '150245.513000', '150245.515000', '150245.518000', '150245.521000', '150245.525000', '150245.527000', '150245.530000', '150245.533000', '150245.535000', '150245.538000', '150245.541000', '150245.543000', '150245.546000', '150245.548000', '150245.551000', '150245.553000', '150245.556000', '150245.559000', '150245.561000', '150245.564000', '150245.566000', '150245.569000', '150245.571000', '150245.574000', '150245.577000', '150245.580000', '150245.582000', '150245.585000', '150305.473000', '150305.476000', '150305.479000', '150305.481000', '150305.484000', '150305.487000', '150305.489000', '150305.492000', '150305.495000', '150305.498000', '150305.500000', '150305.503000', '150305.505000', '150305.508000', '150305.510000', '150305.513000', '150305.516000', '150305.518000', '150305.521000', '150305.523000', '150305.526000', '150305.528000', '150305.531000', '150305.534000', '150305.536000', '150305.539000', '150305.541000', '150305.552000', '150305.555000', '150305.557000', '150305.560000', '150305.562000', '150305.565000', '150305.568000', '150305.570000', '150305.573000', '150305.575000', '150305.578000', '150305.581000', '150305.583000', '150305.586000', '150305.588000', '150305.591000', '150305.594000', '150325.473000', '150325.476000', '150325.479000', '150325.481000', '150325.484000', '150325.487000', '150325.489000', '150325.492000', '150325.494000', '150325.497000', '150325.500000', '150325.502000', '150325.505000', '150325.508000', '150325.510000', '150325.513000', '150325.516000', '150325.518000', '150325.521000', '150325.538000', '150325.541000', '150325.544000', '150325.546000', '150325.549000', '150325.551000', '150325.554000', '150325.556000', '150325.559000', '150325.562000', '150325.564000', '150325.567000', '150325.570000', '150325.572000', '150325.575000', '150325.577000', '150325.580000', '150325.583000', '150325.585000', '150325.588000', '150325.591000', '150325.593000', '150325.596000', '150325.598000', '150345.473000', '150345.476000', '150345.479000', '150345.481000', '150345.484000', '150345.487000', '150345.489000', '150345.492000', '150345.494000', '150345.497000', '150345.500000', '150345.502000', '150345.505000', '150345.507000', '150345.510000', '150345.513000', '150345.515000', '150345.518000', '150345.521000', '150345.523000', '150345.526000', '150345.528000', '150345.531000', '150345.538000', '150345.540000', '150345.543000', '150345.545000', '150345.548000', '150345.551000', '150345.553000', '150345.556000', '150345.558000', '150345.561000', '150345.564000', '150345.566000', '150345.569000', '150345.572000', '150345.574000', '150345.577000', '150345.579000', '150345.582000', '150345.585000', '150345.595000', '150345.598000', '150405.474000', '150405.476000', '150405.479000', '150405.482000', '150405.484000', '150405.487000', '150405.489000', '150405.492000', '150405.495000', '150405.497000', '150405.500000', '150405.502000', '150405.505000', '150405.508000', '150405.510000', '150405.513000', '150405.516000', '150405.518000', '150405.521000', '150405.524000', '150405.526000', '150405.529000', '150405.532000', '150405.534000', '150405.537000', '150405.539000', '150405.542000', '150405.545000', '150405.547000', '150405.550000', '150405.552000', '150405.555000', '150405.558000', '150405.561000', '150405.564000', '150405.567000', '150405.569000', '150405.572000', '150405.574000', '150405.577000', '150405.580000', '150405.582000', '150405.585000', '150425.474000', '150425.477000', '150425.480000', '150425.483000', '150425.485000', '150425.488000', '150425.490000', '150425.493000', '150425.496000', '150425.498000', '150425.501000', '150425.503000', '150425.506000', '150425.509000', '150425.518000', '150425.521000', '150425.523000', '150425.526000', '150425.529000', '150425.531000', '150425.534000', '150425.537000', '150425.539000', '150425.542000', '150425.545000', '150425.547000', '150425.550000', '150425.552000', '150425.555000', '150425.558000', '150425.560000', '150425.563000', '150425.566000', '150425.568000', '150425.571000', '150425.573000', '150425.576000', '150425.579000', '150425.581000', '150425.584000', '150425.586000', '150425.589000', '150425.592000', '150425.594000', '150445.473000', '150445.476000', '150445.479000', '150445.481000', '150445.484000', '150445.487000', '150445.489000', '150445.492000', '150445.495000', '150445.497000', '150445.500000', '150445.502000', '150445.505000', '150445.507000', '150445.510000', '150445.513000', '150445.515000', '150445.518000', '150445.520000', '150445.523000', '150445.526000', '150445.528000', '150445.531000', '150445.533000', '150445.536000', '150445.539000', '150445.541000', '150445.544000', '150445.547000', '150445.549000', '150445.552000', '150445.555000', '150445.557000', '150445.560000', '150445.563000', '150445.565000', '150445.568000', '150445.570000', '150445.573000', '150445.576000', '150445.578000', '150445.581000', '150445.583000', '150505.474000', '150505.493000', '150505.496000', '150505.499000', '150505.501000', '150505.504000', '150505.506000', '150505.509000', '150505.512000', '150505.514000', '150505.517000', '150505.519000', '150505.522000', '150505.525000', '150505.527000', '150505.530000', '150505.533000', '150505.535000', '150505.538000', '150505.540000', '150505.543000', '150505.545000', '150505.548000', '150505.551000', '150505.553000', '150505.556000', '150505.558000', '150505.561000', '150505.564000', '150505.566000', '150505.569000', '150505.572000', '150505.574000', '150505.577000', '150505.579000', '150505.582000', '150505.584000', '150505.587000', '150505.590000', '150505.592000', '150505.595000', '150505.597000', '150505.600000', '150505.603000', '150525.473000', '150525.476000', '150525.479000', '150525.482000', '150525.484000', '150525.487000', '150525.489000', '150525.492000', '150525.495000', '150525.497000', '150525.500000', '150525.502000', '150525.505000', '150525.507000', '150525.510000', '150525.513000', '150525.515000', '150525.518000', '150525.520000', '150525.523000', '150525.526000', '150525.528000', '150525.531000', '150525.533000', '150525.536000', '150525.538000', '150525.541000', '150525.544000', '150525.546000', '150525.549000', '150525.552000', '150525.554000', '150525.557000', '150525.560000', '150525.562000', '150525.565000', '150525.567000', '150525.570000', '150525.573000', '150525.575000', '150525.578000', '150525.580000', '150525.583000', '150545.473000', '150545.476000', '150545.479000', '150545.482000', '150545.484000', '150545.487000', '150545.489000', '150545.492000', '150545.494000', '150545.497000', '150545.500000', '150545.502000', '150545.505000', '150545.508000', '150545.510000', '150545.513000', '150545.515000', '150545.518000', '150545.521000', '150545.523000', '150545.526000', '150545.528000', '150545.531000', '150545.534000', '150545.536000', '150545.539000', '150545.541000', '150545.544000', '150545.547000', '150545.549000', '150545.552000', '150545.554000', '150545.557000', '150545.560000', '150545.563000', '150545.565000', '150545.568000', '150545.570000', '150545.573000', '150545.576000', '150545.578000', '150545.581000', '150545.584000', '150545.586000', '150605.474000', '150605.477000', '150605.479000', '150605.482000', '150605.485000', '150605.487000', '150605.490000', '150605.493000', '150605.495000', '150605.498000', '150605.500000', '150605.503000', '150605.506000', '150605.508000', '150605.511000', '150605.514000', '150605.516000', '150605.519000', '150605.521000', '150605.524000', '150605.527000', '150605.529000', '150605.532000', '150605.534000', '150605.537000', '150605.540000', '150605.542000', '150605.545000', '150605.547000', '150605.550000', '150605.552000', '150605.555000', '150605.558000', '150605.560000', '150605.563000', '150605.565000', '150605.568000', '150605.570000', '150605.573000', '150605.576000', '150605.578000', '150605.581000', '150605.584000', '150625.474000', '150625.476000', '150625.479000', '150625.482000', '150625.484000', '150625.487000', '150625.489000', '150625.492000', '150625.494000', '150625.497000', '150625.500000', '150625.502000', '150625.514000', '150625.517000', '150625.519000', '150625.522000', '150625.524000', '150625.527000', '150625.529000', '150625.532000', '150625.535000', '150625.537000', '150625.540000', '150625.542000', '150625.545000', '150625.547000', '150625.550000', '150625.553000', '150625.555000', '150625.558000', '150625.561000', '150625.563000', '150625.566000', '150625.568000', '150625.571000', '150625.573000', '150625.576000', '150625.579000', '150625.581000', '150625.584000', '150625.587000', '150625.589000', '150625.592000', '150625.595000', '150645.475000', '150645.477000', '150645.480000', '150645.482000', '150645.485000', '150645.488000', '150645.490000', '150645.493000', '150645.496000', '150645.498000', '150645.501000', '150645.503000', '150645.506000', '150645.509000', '150645.511000', '150645.514000', '150645.517000', '150645.519000', '150645.522000', '150645.524000', '150645.527000', '150645.530000', '150645.532000', '150645.535000', '150645.537000', '150645.540000', '150645.543000', '150645.545000', '150645.548000', '150645.550000', '150645.553000', '150645.556000', '150645.558000', '150645.561000', '150645.563000', '150645.566000', '150645.568000', '150645.571000', '150645.574000', '150645.576000', '150645.579000', '150645.581000', '150645.584000', '150705.474000', '150705.476000', '150705.479000', '150705.482000', '150705.484000', '150705.487000', '150705.489000', '150705.492000', '150705.494000', '150705.497000', '150705.500000', '150705.502000', '150705.505000', '150705.508000', '150705.510000', '150705.513000', '150705.516000', '150705.518000', '150705.521000', '150705.523000', '150705.526000', '150705.529000', '150705.531000', '150705.534000', '150705.536000', '150705.539000', '150705.542000', '150705.544000', '150705.547000', '150705.549000', '150705.552000', '150705.554000', '150705.557000', '150705.560000', '150705.562000', '150705.565000', '150705.567000', '150705.570000', '150705.572000', '150705.575000', '150705.578000', '150705.580000', '150705.583000', '150705.585000', '150725.474000', '150725.477000', '150725.479000', '150725.482000', '150725.484000', '150725.487000', '150725.490000', '150725.492000', '150725.495000', '150725.497000', '150725.500000', '150725.503000', '150725.505000', '150725.508000', '150725.510000', '150725.513000', '150725.516000', '150725.518000', '150725.521000', '150725.524000', '150725.526000', '150725.529000', '150725.531000', '150725.534000', '150725.537000', '150725.539000', '150725.542000', '150725.545000', '150725.547000', '150725.550000', '150725.552000', '150725.555000', '150725.558000', '150725.560000', '150725.563000', '150725.565000', '150725.568000', '150725.571000', '150725.573000', '150725.576000', '150725.579000', '150725.581000', '150725.584000', '150745.474000', '150745.476000', '150745.479000', '150745.482000', '150745.484000', '150745.487000', '150745.489000', '150745.492000', '150745.495000', '150745.497000', '150745.500000', '150745.502000', '150745.510000', '150745.513000', '150745.515000', '150745.518000', '150745.521000', '150745.523000', '150745.526000', '150745.529000', '150745.531000', '150745.534000', '150745.563000', '150745.566000', '150745.569000', '150745.571000', '150745.574000', '150745.577000', '150745.579000', '150745.582000', '150745.585000', '150745.587000', '150745.590000', '150745.593000', '150745.595000', '150745.598000', '150745.600000', '150745.603000', '150745.606000', '150745.608000', '150745.611000', '150745.613000', '150745.616000', '150745.619000', '150805.474000', '150805.476000', '150805.479000', '150805.482000', '150805.484000', '150805.487000', '150805.489000', '150805.492000', '150805.495000', '150805.497000', '150805.500000', '150805.503000', '150805.505000', '150805.508000', '150805.510000', '150805.513000', '150805.516000', '150805.518000', '150805.521000', '150805.524000', '150805.526000', '150805.529000', '150805.532000', '150805.534000', '150805.537000', '150805.539000', '150805.542000', '150805.545000', '150805.547000', '150805.550000', '150805.552000', '150805.555000', '150805.558000', '150805.560000', '150805.563000', '150805.565000', '150805.568000', '150805.571000', '150805.573000', '150805.576000', '150805.578000', '150805.581000', '150805.584000', '150825.474000', '150825.476000', '150825.479000', '150825.482000', '150825.484000', '150825.487000', '150825.489000', '150825.492000', '150825.495000', '150825.497000', '150825.500000', '150825.502000', '150825.505000', '150825.508000', '150825.510000', '150825.513000', '150825.515000', '150825.518000', '150825.521000', '150825.523000', '150825.526000', '150825.529000', '150825.531000', '150825.534000', '150825.536000', '150825.539000', '150825.542000', '150825.544000', '150825.547000', '150825.549000', '150825.552000', '150825.555000', '150825.557000', '150825.560000', '150825.562000', '150825.565000', '150825.568000', '150825.570000', '150825.573000', '150825.576000', '150825.578000', '150825.581000', '150825.584000', '150825.586000', '150845.473000', '150845.476000', '150845.479000', '150845.482000', '150845.484000', '150845.487000', '150845.490000', '150845.492000', '150845.495000', '150845.497000', '150845.500000', '150845.502000', '150845.505000', '150845.508000', '150845.510000', '150845.513000', '150845.515000', '150845.518000', '150845.521000', '150845.523000', '150845.526000', '150845.528000', '150845.531000', '150845.534000', '150845.536000', '150845.539000', '150845.542000', '150845.544000', '150845.547000', '150845.549000', '150845.552000', '150845.555000', '150845.557000', '150845.560000', '150845.562000', '150845.565000', '150845.568000', '150845.570000', '150845.573000', '150845.575000', '150845.578000', '150845.581000', '150845.583000', '150905.474000', '150905.477000', '150905.480000', '150905.483000', '150905.486000', '150905.489000', '150905.491000', '150905.494000', '150905.496000', '150905.499000', '150905.502000', '150905.504000', '150905.507000', '150905.509000', '150905.512000', '150905.514000', '150905.517000', '150905.520000', '150905.522000', '150905.531000', '150905.534000', '150905.537000', '150905.539000', '150905.542000', '150905.545000', '150905.547000', '150905.550000', '150905.552000', '150905.555000', '150905.557000', '150905.560000', '150905.563000', '150905.565000', '150905.568000', '150905.571000', '150905.573000', '150905.576000', '150905.579000', '150905.581000', '150905.584000', '150905.586000', '150905.589000', '150905.592000', '150905.594000', '150925.473000', '150925.476000', '150925.479000', '150925.482000', '150925.484000', '150925.487000', '150925.489000', '150925.492000', '150925.495000', '150925.497000', '150925.500000', '150925.502000', '150925.505000', '150925.507000', '150925.510000', '150925.513000', '150925.515000', '150925.518000', '150925.521000', '150925.523000', '150925.526000', '150925.528000', '150925.531000', '150925.534000', '150925.536000', '150925.539000', '150925.541000', '150925.544000', '150925.546000', '150925.549000', '150925.552000', '150925.554000', '150925.557000', '150925.559000', '150925.562000', '150925.565000', '150925.567000', '150925.570000', '150925.573000', '150925.575000', '150925.578000', '150925.580000', '150925.583000', '150945.473000', '150945.476000', '150945.479000', '150945.481000', '150945.484000', '150945.487000', '150945.489000', '150945.492000', '150945.495000', '150945.498000', '150945.501000', '150945.504000', '150945.506000', '150945.509000', '150945.512000', '150945.514000', '150945.517000', '150945.520000', '150945.522000', '150945.525000', '150945.528000', '150945.530000', '150945.533000', '150945.535000', '150945.538000', '150945.541000', '150945.543000', '150945.546000', '150945.549000', '150945.551000', '150945.554000', '150945.556000', '150945.559000', '150945.562000', '150945.564000', '150945.567000', '150945.570000', '150945.572000', '150945.575000', '150945.577000', '150945.580000', '150945.582000', '150945.585000', '151005.474000', '151005.477000', '151005.479000', '151005.482000', '151005.484000', '151005.487000', '151005.490000', '151005.492000', '151005.495000', '151005.497000', '151005.500000', '151005.503000', '151005.505000', '151005.508000', '151005.510000', '151005.513000', '151005.516000', '151005.518000', '151005.521000', '151005.523000', '151005.526000', '151005.529000', '151005.531000', '151005.534000', '151005.536000', '151005.539000', '151005.542000', '151005.544000', '151005.547000', '151005.549000', '151005.552000', '151005.555000', '151005.557000', '151005.560000', '151005.562000', '151005.565000', '151005.568000', '151005.570000', '151005.573000', '151005.575000', '151005.578000', '151005.581000', '151005.583000', '151005.586000', '151025.474000', '151025.495000', '151025.498000', '151025.500000', '151025.503000', '151025.505000', '151025.508000', '151025.511000', '151025.513000', '151025.516000', '151025.519000', '151025.522000', '151025.525000', '151025.528000', '151025.530000', '151025.533000', '151025.536000', '151025.538000', '151025.541000', '151025.543000', '151025.546000', '151025.549000', '151025.551000', '151025.554000', '151025.556000', '151025.559000', '151025.562000', '151025.564000', '151025.567000', '151025.569000', '151025.572000', '151025.575000', '151025.577000', '151025.580000', '151025.583000', '151025.586000', '151025.588000', '151025.591000', '151025.594000', '151025.596000', '151025.599000', '151025.602000', '151025.604000', '151045.474000', '151045.477000', '151045.479000', '151045.482000', '151045.484000', '151045.487000', '151045.490000', '151045.493000', '151045.496000', '151045.498000', '151045.501000', '151045.503000', '151045.506000', '151045.509000', '151045.511000', '151045.514000', '151045.516000', '151045.519000', '151045.522000', '151045.524000', '151045.527000', '151045.529000', '151045.532000', '151045.535000', '151045.537000', '151045.540000', '151045.542000', '151045.545000', '151045.547000', '151045.550000', '151045.553000', '151045.555000', '151045.558000', '151045.561000', '151045.563000', '151045.566000', '151045.568000', '151045.571000', '151045.573000', '151045.576000', '151045.579000', '151045.581000', '151045.584000', '151045.587000', '151051.247000', '151051.250000', '151051.254000', '151051.256000', '151051.259000', '151051.262000', '151051.264000', '151051.267000', '151051.270000', '151051.272000', '151051.275000', '151051.278000', '151051.280000'], 'InstanceCreationTime': ['150045.503000', '150045.506000', '150045.509000', '150045.511000', '150045.514000', '150045.517000', '150045.519000', '150045.522000', '150045.525000', '150045.528000', '150045.530000', '150045.533000', '150045.538000', '150045.540000', '150045.543000', '150045.545000', '150045.548000', '150045.550000', '150045.559000', '150045.561000', '150045.564000', '150045.566000', '150045.569000', '150045.571000', '150045.574000', '150045.576000', '150045.579000', '150045.582000', '150045.584000', '150045.587000', '150045.590000', '150045.592000', '150045.595000', '150045.597000', '150045.600000', '150045.603000', '150045.605000', '150045.608000', '150045.610000', '150045.613000', '150045.616000', '150045.618000', '150045.621000', '150045.624000', '150045.626000', '150045.629000', '150045.631000', '150045.634000', '150045.637000', '150045.639000', '150045.642000', '150045.645000', '150045.647000', '150045.650000', '150045.653000', '150045.656000', '150045.658000', '150045.661000', '150105.474000', '150105.477000', '150105.479000', '150105.482000', '150105.484000', '150105.487000', '150105.489000', '150105.492000', '150105.495000', '150105.502000', '150105.504000', '150105.507000', '150105.510000', '150105.512000', '150105.515000', '150105.517000', '150105.520000', '150105.523000', '150105.526000', '150105.528000', '150105.531000', '150105.533000', '150105.536000', '150105.539000', '150105.541000', '150105.544000', '150105.547000', '150105.549000', '150105.552000', '150105.554000', '150105.557000', '150105.560000', '150105.562000', '150105.565000', '150105.568000', '150105.570000', '150105.573000', '150105.575000', '150105.578000', '150105.581000', '150105.583000', '150105.586000', '150105.589000', '150105.592000', '150125.473000', '150125.476000', '150125.479000', '150125.483000', '150125.485000', '150125.488000', '150125.491000', '150125.493000', '150125.496000', '150125.498000', '150125.501000', '150125.504000', '150125.506000', '150125.509000', '150125.512000', '150125.514000', '150125.517000', '150125.519000', '150125.522000', '150125.524000', '150125.527000', '150125.530000', '150125.532000', '150125.535000', '150125.538000', '150125.540000', '150125.543000', '150125.546000', '150125.548000', '150125.551000', '150125.554000', '150125.556000', '150125.559000', '150125.561000', '150125.564000', '150125.567000', '150125.569000', '150125.572000', '150125.575000', '150125.577000', '150125.580000', '150125.582000', '150125.585000', '150125.588000', '150145.474000', '150145.476000', '150145.479000', '150145.482000', '150145.484000', '150145.487000', '150145.489000', '150145.492000', '150145.495000', '150145.497000', '150145.500000', '150145.502000', '150145.505000', '150145.508000', '150145.510000', '150145.513000', '150145.515000', '150145.518000', '150145.520000', '150145.523000', '150145.526000', '150145.528000', '150145.531000', '150145.534000', '150145.543000', '150145.546000', '150145.549000', '150145.551000', '150145.554000', '150145.556000', '150145.559000', '150145.562000', '150145.564000', '150145.567000', '150145.569000', '150145.572000', '150145.575000', '150145.593000', '150145.596000', '150145.598000', '150145.601000', '150145.603000', '150145.606000', '150205.475000', '150205.478000', '150205.481000', '150205.484000', '150205.487000', '150205.489000', '150205.492000', '150205.495000', '150205.497000', '150205.500000', '150205.502000', '150205.505000', '150205.508000', '150205.510000', '150205.513000', '150205.515000', '150205.518000', '150205.521000', '150205.523000', '150205.526000', '150205.528000', '150205.531000', '150205.534000', '150205.536000', '150205.539000', '150205.541000', '150205.544000', '150205.547000', '150205.549000', '150205.552000', '150205.555000', '150205.557000', '150205.560000', '150205.563000', '150205.565000', '150205.568000', '150205.570000', '150205.573000', '150205.576000', '150205.578000', '150205.581000', '150205.584000', '150205.586000', '150225.473000', '150225.476000', '150225.479000', '150225.482000', '150225.484000', '150225.487000', '150225.489000', '150225.492000', '150225.494000', '150225.497000', '150225.500000', '150225.502000', '150225.505000', '150225.507000', '150225.510000', '150225.513000', '150225.515000', '150225.518000', '150225.520000', '150225.523000', '150225.526000', '150225.528000', '150225.531000', '150225.533000', '150225.536000', '150225.539000', '150225.541000', '150225.544000', '150225.546000', '150225.549000', '150225.552000', '150225.554000', '150225.557000', '150225.559000', '150225.562000', '150225.564000', '150225.567000', '150225.570000', '150225.572000', '150225.575000', '150225.578000', '150225.580000', '150225.583000', '150225.586000', '150245.473000', '150245.476000', '150245.479000', '150245.481000', '150245.484000', '150245.486000', '150245.489000', '150245.492000', '150245.494000', '150245.497000', '150245.500000', '150245.502000', '150245.505000', '150245.507000', '150245.510000', '150245.513000', '150245.515000', '150245.518000', '150245.521000', '150245.525000', '150245.527000', '150245.530000', '150245.533000', '150245.535000', '150245.538000', '150245.541000', '150245.543000', '150245.546000', '150245.548000', '150245.551000', '150245.553000', '150245.556000', '150245.559000', '150245.561000', '150245.564000', '150245.566000', '150245.569000', '150245.571000', '150245.574000', '150245.577000', '150245.580000', '150245.582000', '150245.585000', '150305.473000', '150305.476000', '150305.479000', '150305.481000', '150305.484000', '150305.487000', '150305.489000', '150305.492000', '150305.495000', '150305.498000', '150305.500000', '150305.503000', '150305.505000', '150305.508000', '150305.510000', '150305.513000', '150305.516000', '150305.518000', '150305.521000', '150305.523000', '150305.526000', '150305.528000', '150305.531000', '150305.534000', '150305.536000', '150305.539000', '150305.541000', '150305.552000', '150305.555000', '150305.557000', '150305.560000', '150305.562000', '150305.565000', '150305.568000', '150305.570000', '150305.573000', '150305.575000', '150305.578000', '150305.581000', '150305.583000', '150305.586000', '150305.588000', '150305.591000', '150305.594000', '150325.473000', '150325.476000', '150325.479000', '150325.481000', '150325.484000', '150325.487000', '150325.489000', '150325.492000', '150325.494000', '150325.497000', '150325.500000', '150325.502000', '150325.505000', '150325.508000', '150325.510000', '150325.513000', '150325.516000', '150325.518000', '150325.521000', '150325.538000', '150325.541000', '150325.544000', '150325.546000', '150325.549000', '150325.551000', '150325.554000', '150325.556000', '150325.559000', '150325.562000', '150325.564000', '150325.567000', '150325.570000', '150325.572000', '150325.575000', '150325.577000', '150325.580000', '150325.583000', '150325.585000', '150325.588000', '150325.591000', '150325.593000', '150325.596000', '150325.598000', '150345.473000', '150345.476000', '150345.479000', '150345.481000', '150345.484000', '150345.487000', '150345.489000', '150345.492000', '150345.494000', '150345.497000', '150345.500000', '150345.502000', '150345.505000', '150345.507000', '150345.510000', '150345.513000', '150345.515000', '150345.518000', '150345.521000', '150345.523000', '150345.526000', '150345.528000', '150345.531000', '150345.538000', '150345.540000', '150345.543000', '150345.545000', '150345.548000', '150345.551000', '150345.553000', '150345.556000', '150345.558000', '150345.561000', '150345.564000', '150345.566000', '150345.569000', '150345.572000', '150345.574000', '150345.577000', '150345.579000', '150345.582000', '150345.585000', '150345.595000', '150345.598000', '150405.474000', '150405.476000', '150405.479000', '150405.482000', '150405.484000', '150405.487000', '150405.489000', '150405.492000', '150405.495000', '150405.497000', '150405.500000', '150405.502000', '150405.505000', '150405.508000', '150405.510000', '150405.513000', '150405.516000', '150405.518000', '150405.521000', '150405.524000', '150405.526000', '150405.529000', '150405.532000', '150405.534000', '150405.537000', '150405.539000', '150405.542000', '150405.545000', '150405.547000', '150405.550000', '150405.552000', '150405.555000', '150405.558000', '150405.561000', '150405.564000', '150405.567000', '150405.569000', '150405.572000', '150405.574000', '150405.577000', '150405.580000', '150405.582000', '150405.585000', '150425.474000', '150425.477000', '150425.480000', '150425.483000', '150425.485000', '150425.488000', '150425.490000', '150425.493000', '150425.496000', '150425.498000', '150425.501000', '150425.503000', '150425.506000', '150425.509000', '150425.518000', '150425.521000', '150425.523000', '150425.526000', '150425.529000', '150425.531000', '150425.534000', '150425.537000', '150425.539000', '150425.542000', '150425.545000', '150425.547000', '150425.550000', '150425.552000', '150425.555000', '150425.558000', '150425.560000', '150425.563000', '150425.566000', '150425.568000', '150425.571000', '150425.573000', '150425.576000', '150425.579000', '150425.581000', '150425.584000', '150425.586000', '150425.589000', '150425.592000', '150425.594000', '150445.473000', '150445.476000', '150445.479000', '150445.481000', '150445.484000', '150445.487000', '150445.489000', '150445.492000', '150445.495000', '150445.497000', '150445.500000', '150445.502000', '150445.505000', '150445.507000', '150445.510000', '150445.513000', '150445.515000', '150445.518000', '150445.520000', '150445.523000', '150445.526000', '150445.528000', '150445.531000', '150445.533000', '150445.536000', '150445.539000', '150445.541000', '150445.544000', '150445.547000', '150445.549000', '150445.552000', '150445.555000', '150445.557000', '150445.560000', '150445.563000', '150445.565000', '150445.568000', '150445.570000', '150445.573000', '150445.576000', '150445.578000', '150445.581000', '150445.583000', '150505.474000', '150505.493000', '150505.496000', '150505.499000', '150505.501000', '150505.504000', '150505.506000', '150505.509000', '150505.512000', '150505.514000', '150505.517000', '150505.519000', '150505.522000', '150505.525000', '150505.527000', '150505.530000', '150505.533000', '150505.535000', '150505.538000', '150505.540000', '150505.543000', '150505.545000', '150505.548000', '150505.551000', '150505.553000', '150505.556000', '150505.558000', '150505.561000', '150505.564000', '150505.566000', '150505.569000', '150505.572000', '150505.574000', '150505.577000', '150505.579000', '150505.582000', '150505.584000', '150505.587000', '150505.590000', '150505.592000', '150505.595000', '150505.597000', '150505.600000', '150505.603000', '150525.473000', '150525.476000', '150525.479000', '150525.482000', '150525.484000', '150525.487000', '150525.489000', '150525.492000', '150525.495000', '150525.497000', '150525.500000', '150525.502000', '150525.505000', '150525.507000', '150525.510000', '150525.513000', '150525.515000', '150525.518000', '150525.520000', '150525.523000', '150525.526000', '150525.528000', '150525.531000', '150525.533000', '150525.536000', '150525.538000', '150525.541000', '150525.544000', '150525.546000', '150525.549000', '150525.552000', '150525.554000', '150525.557000', '150525.560000', '150525.562000', '150525.565000', '150525.567000', '150525.570000', '150525.573000', '150525.575000', '150525.578000', '150525.580000', '150525.583000', '150545.473000', '150545.476000', '150545.479000', '150545.482000', '150545.484000', '150545.487000', '150545.489000', '150545.492000', '150545.494000', '150545.497000', '150545.500000', '150545.502000', '150545.505000', '150545.508000', '150545.510000', '150545.513000', '150545.515000', '150545.518000', '150545.521000', '150545.523000', '150545.526000', '150545.528000', '150545.531000', '150545.534000', '150545.536000', '150545.539000', '150545.541000', '150545.544000', '150545.547000', '150545.549000', '150545.552000', '150545.554000', '150545.557000', '150545.560000', '150545.563000', '150545.565000', '150545.568000', '150545.570000', '150545.573000', '150545.576000', '150545.578000', '150545.581000', '150545.584000', '150545.586000', '150605.474000', '150605.477000', '150605.479000', '150605.482000', '150605.485000', '150605.487000', '150605.490000', '150605.493000', '150605.495000', '150605.498000', '150605.500000', '150605.503000', '150605.506000', '150605.508000', '150605.511000', '150605.514000', '150605.516000', '150605.519000', '150605.521000', '150605.524000', '150605.527000', '150605.529000', '150605.532000', '150605.534000', '150605.537000', '150605.540000', '150605.542000', '150605.545000', '150605.547000', '150605.550000', '150605.552000', '150605.555000', '150605.558000', '150605.560000', '150605.563000', '150605.565000', '150605.568000', '150605.570000', '150605.573000', '150605.576000', '150605.578000', '150605.581000', '150605.584000', '150625.474000', '150625.476000', '150625.479000', '150625.482000', '150625.484000', '150625.487000', '150625.489000', '150625.492000', '150625.494000', '150625.497000', '150625.500000', '150625.502000', '150625.514000', '150625.517000', '150625.519000', '150625.522000', '150625.524000', '150625.527000', '150625.529000', '150625.532000', '150625.535000', '150625.537000', '150625.540000', '150625.542000', '150625.545000', '150625.547000', '150625.550000', '150625.553000', '150625.555000', '150625.558000', '150625.561000', '150625.563000', '150625.566000', '150625.568000', '150625.571000', '150625.573000', '150625.576000', '150625.579000', '150625.581000', '150625.584000', '150625.587000', '150625.589000', '150625.592000', '150625.595000', '150645.475000', '150645.477000', '150645.480000', '150645.482000', '150645.485000', '150645.488000', '150645.490000', '150645.493000', '150645.496000', '150645.498000', '150645.501000', '150645.503000', '150645.506000', '150645.509000', '150645.511000', '150645.514000', '150645.517000', '150645.519000', '150645.522000', '150645.524000', '150645.527000', '150645.530000', '150645.532000', '150645.535000', '150645.537000', '150645.540000', '150645.543000', '150645.545000', '150645.548000', '150645.550000', '150645.553000', '150645.556000', '150645.558000', '150645.561000', '150645.563000', '150645.566000', '150645.568000', '150645.571000', '150645.574000', '150645.576000', '150645.579000', '150645.581000', '150645.584000', '150705.474000', '150705.476000', '150705.479000', '150705.482000', '150705.484000', '150705.487000', '150705.489000', '150705.492000', '150705.494000', '150705.497000', '150705.500000', '150705.502000', '150705.505000', '150705.508000', '150705.510000', '150705.513000', '150705.516000', '150705.518000', '150705.521000', '150705.523000', '150705.526000', '150705.529000', '150705.531000', '150705.534000', '150705.536000', '150705.539000', '150705.542000', '150705.544000', '150705.547000', '150705.549000', '150705.552000', '150705.554000', '150705.557000', '150705.560000', '150705.562000', '150705.565000', '150705.567000', '150705.570000', '150705.572000', '150705.575000', '150705.578000', '150705.580000', '150705.583000', '150705.585000', '150725.474000', '150725.477000', '150725.479000', '150725.482000', '150725.484000', '150725.487000', '150725.490000', '150725.492000', '150725.495000', '150725.497000', '150725.500000', '150725.503000', '150725.505000', '150725.508000', '150725.510000', '150725.513000', '150725.516000', '150725.518000', '150725.521000', '150725.524000', '150725.526000', '150725.529000', '150725.531000', '150725.534000', '150725.537000', '150725.539000', '150725.542000', '150725.545000', '150725.547000', '150725.550000', '150725.552000', '150725.555000', '150725.558000', '150725.560000', '150725.563000', '150725.565000', '150725.568000', '150725.571000', '150725.573000', '150725.576000', '150725.579000', '150725.581000', '150725.584000', '150745.474000', '150745.476000', '150745.479000', '150745.482000', '150745.484000', '150745.487000', '150745.489000', '150745.492000', '150745.495000', '150745.497000', '150745.500000', '150745.502000', '150745.510000', '150745.513000', '150745.515000', '150745.518000', '150745.521000', '150745.523000', '150745.526000', '150745.529000', '150745.531000', '150745.534000', '150745.563000', '150745.566000', '150745.569000', '150745.571000', '150745.574000', '150745.577000', '150745.579000', '150745.582000', '150745.585000', '150745.587000', '150745.590000', '150745.593000', '150745.595000', '150745.598000', '150745.600000', '150745.603000', '150745.606000', '150745.608000', '150745.611000', '150745.613000', '150745.616000', '150745.619000', '150805.474000', '150805.476000', '150805.479000', '150805.482000', '150805.484000', '150805.487000', '150805.489000', '150805.492000', '150805.495000', '150805.497000', '150805.500000', '150805.503000', '150805.505000', '150805.508000', '150805.510000', '150805.513000', '150805.516000', '150805.518000', '150805.521000', '150805.524000', '150805.526000', '150805.529000', '150805.532000', '150805.534000', '150805.537000', '150805.539000', '150805.542000', '150805.545000', '150805.547000', '150805.550000', '150805.552000', '150805.555000', '150805.558000', '150805.560000', '150805.563000', '150805.565000', '150805.568000', '150805.571000', '150805.573000', '150805.576000', '150805.578000', '150805.581000', '150805.584000', '150825.474000', '150825.476000', '150825.479000', '150825.482000', '150825.484000', '150825.487000', '150825.489000', '150825.492000', '150825.495000', '150825.497000', '150825.500000', '150825.502000', '150825.505000', '150825.508000', '150825.510000', '150825.513000', '150825.515000', '150825.518000', '150825.521000', '150825.523000', '150825.526000', '150825.529000', '150825.531000', '150825.534000', '150825.536000', '150825.539000', '150825.542000', '150825.544000', '150825.547000', '150825.549000', '150825.552000', '150825.555000', '150825.557000', '150825.560000', '150825.562000', '150825.565000', '150825.568000', '150825.570000', '150825.573000', '150825.576000', '150825.578000', '150825.581000', '150825.584000', '150825.586000', '150845.473000', '150845.476000', '150845.479000', '150845.482000', '150845.484000', '150845.487000', '150845.490000', '150845.492000', '150845.495000', '150845.497000', '150845.500000', '150845.502000', '150845.505000', '150845.508000', '150845.510000', '150845.513000', '150845.515000', '150845.518000', '150845.521000', '150845.523000', '150845.526000', '150845.528000', '150845.531000', '150845.534000', '150845.536000', '150845.539000', '150845.542000', '150845.544000', '150845.547000', '150845.549000', '150845.552000', '150845.555000', '150845.557000', '150845.560000', '150845.562000', '150845.565000', '150845.568000', '150845.570000', '150845.573000', '150845.575000', '150845.578000', '150845.581000', '150845.583000', '150905.474000', '150905.477000', '150905.480000', '150905.483000', '150905.486000', '150905.489000', '150905.491000', '150905.494000', '150905.496000', '150905.499000', '150905.502000', '150905.504000', '150905.507000', '150905.509000', '150905.512000', '150905.514000', '150905.517000', '150905.520000', '150905.522000', '150905.531000', '150905.534000', '150905.537000', '150905.539000', '150905.542000', '150905.545000', '150905.547000', '150905.550000', '150905.552000', '150905.555000', '150905.557000', '150905.560000', '150905.563000', '150905.565000', '150905.568000', '150905.571000', '150905.573000', '150905.576000', '150905.579000', '150905.581000', '150905.584000', '150905.586000', '150905.589000', '150905.592000', '150905.594000', '150925.473000', '150925.476000', '150925.479000', '150925.482000', '150925.484000', '150925.487000', '150925.489000', '150925.492000', '150925.495000', '150925.497000', '150925.500000', '150925.502000', '150925.505000', '150925.507000', '150925.510000', '150925.513000', '150925.515000', '150925.518000', '150925.521000', '150925.523000', '150925.526000', '150925.528000', '150925.531000', '150925.534000', '150925.536000', '150925.539000', '150925.541000', '150925.544000', '150925.546000', '150925.549000', '150925.552000', '150925.554000', '150925.557000', '150925.559000', '150925.562000', '150925.565000', '150925.567000', '150925.570000', '150925.573000', '150925.575000', '150925.578000', '150925.580000', '150925.583000', '150945.473000', '150945.476000', '150945.479000', '150945.481000', '150945.484000', '150945.487000', '150945.489000', '150945.492000', '150945.495000', '150945.498000', '150945.501000', '150945.504000', '150945.506000', '150945.509000', '150945.512000', '150945.514000', '150945.517000', '150945.520000', '150945.522000', '150945.525000', '150945.528000', '150945.530000', '150945.533000', '150945.535000', '150945.538000', '150945.541000', '150945.543000', '150945.546000', '150945.549000', '150945.551000', '150945.554000', '150945.556000', '150945.559000', '150945.562000', '150945.564000', '150945.567000', '150945.570000', '150945.572000', '150945.575000', '150945.577000', '150945.580000', '150945.582000', '150945.585000', '151005.474000', '151005.477000', '151005.479000', '151005.482000', '151005.484000', '151005.487000', '151005.490000', '151005.492000', '151005.495000', '151005.497000', '151005.500000', '151005.503000', '151005.505000', '151005.508000', '151005.510000', '151005.513000', '151005.516000', '151005.518000', '151005.521000', '151005.523000', '151005.526000', '151005.529000', '151005.531000', '151005.534000', '151005.536000', '151005.539000', '151005.542000', '151005.544000', '151005.547000', '151005.549000', '151005.552000', '151005.555000', '151005.557000', '151005.560000', '151005.562000', '151005.565000', '151005.568000', '151005.570000', '151005.573000', '151005.575000', '151005.578000', '151005.581000', '151005.583000', '151005.586000', '151025.474000', '151025.495000', '151025.498000', '151025.500000', '151025.503000', '151025.505000', '151025.508000', '151025.511000', '151025.513000', '151025.516000', '151025.519000', '151025.522000', '151025.525000', '151025.528000', '151025.530000', '151025.533000', '151025.536000', '151025.538000', '151025.541000', '151025.543000', '151025.546000', '151025.549000', '151025.551000', '151025.554000', '151025.556000', '151025.559000', '151025.562000', '151025.564000', '151025.567000', '151025.569000', '151025.572000', '151025.575000', '151025.577000', '151025.580000', '151025.583000', '151025.586000', '151025.588000', '151025.591000', '151025.594000', '151025.596000', '151025.599000', '151025.602000', '151025.604000', '151045.474000', '151045.477000', '151045.479000', '151045.482000', '151045.484000', '151045.487000', '151045.490000', '151045.493000', '151045.496000', '151045.498000', '151045.501000', '151045.503000', '151045.506000', '151045.509000', '151045.511000', '151045.514000', '151045.516000', '151045.519000', '151045.522000', '151045.524000', '151045.527000', '151045.529000', '151045.532000', '151045.535000', '151045.537000', '151045.540000', '151045.542000', '151045.545000', '151045.547000', '151045.550000', '151045.553000', '151045.555000', '151045.558000', '151045.561000', '151045.563000', '151045.566000', '151045.568000', '151045.571000', '151045.573000', '151045.576000', '151045.579000', '151045.581000', '151045.584000', '151045.587000', '151051.247000', '151051.250000', '151051.254000', '151051.256000', '151051.259000', '151051.262000', '151051.264000', '151051.267000', '151051.270000', '151051.272000', '151051.275000', '151051.278000', '151051.280000'], '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': [15065, 10532, 15773, 11631, 15828, 10222, 14428, 9727, 14226, 9554, 14393, 9188, 12799, 8680, 11772, 8769, 11792, 8727, 11884, 8847, 12221, 9390, 12128, 12676, 11670, 13461, 11690, 13296, 11638, 13676, 9725, 12913, 9192, 13509, 11728, 12969, 14952, 12216, 13725, 12159, 13315, 10414, 13533, 9524, 12867, 8362, 12194, 12577, 11667, 14244, 11283, 13299, 11141, 12328, 11487, 12646, 10892, 13086, 9225, 13282, 9243, 13625, 12819, 13148, 15980, 12553, 14062, 11131, 14177, 10020, 13712, 9541, 13290, 15950, 12091, 13794, 12094, 13003, 10435, 12822, 9418, 13476, 8825, 13352, 12703, 12458, 15141, 12780, 14399, 11950, 13127, 9817, 13245, 9506, 13387, 11224, 12675, 14467, 12328, 14060, 11694, 13347, 9620, 13354, 10467, 13253, 12258, 12725, 14937, 11756, 13452, 12074, 12599, 10288, 11823, 8720, 12179, 11621, 12347, 16148, 12244, 14407, 12521, 14003, 10360, 14697, 9415, 13488, 9799, 13203, 15560, 12532, 14091, 11634, 12800, 9785, 12893, 9169, 12605, 9260, 13079, 15492, 11981, 14489, 12308, 13967, 11698, 13451, 10334, 14530, 9739, 13580, 8839, 13716, 14290, 12379, 15851, 12262, 13890, 12385, 14205, 12564, 14276, 11143, 13024, 9563, 12729, 9179, 13111, 8837, 13284, 15070, 12283, 14798, 12832, 14477, 11594, 13020, 9843, 13646, 9215, 13280, 9989, 12890, 14863, 11561, 13752, 12191, 14060, 9263, 13321, 10772, 12604, 15629, 12238, 14291, 11752, 13452, 9432, 13959, 8871, 12886, 14188, 11975, 13947, 12096, 13913, 10042, 13059, 9206, 12905, 9448, 12565, 14197, 11442, 13171, 11830, 12998, 10692, 13068, 9485, 14397, 15519, 11905, 15122, 12214, 14015, 9868, 14027, 10756, 13093, 15250, 12097, 13861, 12057, 12807, 11392, 13020, 9201, 12778, 9144, 12924, 9186, 12548, 10561, 11971, 15094, 11239, 14567, 11104, 13717, 10409, 14054, 11665, 12618, 15001, 12459, 13780, 11887, 13306, 9379, 13447, 9442, 11940, 12077, 11066, 12856, 11029, 12666, 10968, 13702, 9628, 14586, 12653, 12356, 15756, 12509, 13661, 10403, 13129, 8952, 13263, 14561, 11865, 13817, 12139, 13919, 9969, 13250, 9340, 13021, 10016, 12179, 14741, 11642, 13936, 12347, 13783, 9298, 13466, 10711, 12576, 14944, 11514, 13185, 11423, 12081, 11378, 11400, 9762, 10937, 8700, 11647, 9791, 11764, 16557, 11823, 13813, 10311, 14077, 10422, 13023, 15791, 12181, 13506, 11106, 13430, 9275, 13311, 15510, 11678, 13153, 11602, 12689, 9016, 12415, 14199, 11391, 13922, 12574, 13525, 9359, 13110, 10364, 12645, 14536, 11543, 12079, 11023, 12096, 9927, 12231, 9090, 12739, 9695, 12499, 9548, 11771, 10569, 12194, 11001, 15012, 10949, 10347, 11926, 10332, 12721, 17483, 12671, 16372, 12428, 10216, 12722, 9531, 14026, 12846, 15218, 10019, 13941, 10225, 14024, 12357, 16036, 13249, 16003, 12958, 15483, 13329, 15217, 12210, 14601, 11951, 13793, 12115, 14585, 10811, 14190, 10010, 13284, 9941, 14349, 10944, 13740, 11553, 13306, 11749, 15758, 12219, 8991, 12330, 8995, 12670, 14950, 13308, 16497, 12344, 15007, 12111, 15211, 13335, 14807, 11456, 13090, 9345, 13185, 9376, 13932, 10190, 13018, 14124, 11689, 14842, 12753, 15086, 12215, 13049, 10538, 13330, 9711, 12652, 8602, 12140, 10744, 12293, 12721, 11748, 14187, 11596, 13310, 11867, 13892, 11951, 13069, 11535, 13797, 11907, 14920, 11693, 13166, 11185, 14146, 11959, 13312, 12904, 10276, 15011, 9846, 13583, 10152, 15072, 10892, 15229, 10365, 14304, 13209, 13795, 16857, 13161, 16325, 12179, 14141, 12530, 14135, 11917, 13008, 10738, 11193, 11527, 14723, 12244, 14305, 11636, 13713, 12112, 14221, 11850, 13817, 11310, 13745, 10070, 14016, 9739, 12894, 9405, 13768, 9427, 13953, 9550, 13698, 9232, 14045, 9626, 13940, 9030, 13321, 9495, 14657, 9751, 14041, 9433, 13115, 10186, 14989, 13443, 13194, 12848, 9070, 13030, 13494, 14547, 16219, 13455, 16410, 12968, 14760, 10279, 14525, 9095, 13058, 11512, 12639, 14399, 12389, 13558, 11592, 12230, 10859, 11984, 10017, 13073, 9670, 11709, 9680, 12416, 9733, 14121, 11397, 12931, 11970, 14838, 12199, 17034, 12613, 15179, 12941, 15829, 13920, 15889, 12551, 15417, 12637, 16194, 14158, 15814, 12608, 14521, 12510, 15257, 13655, 15859, 12908, 14838, 12481, 14679, 12961, 15887, 13072, 14870, 12522, 14293, 12781, 16213, 12320, 11026, 12465, 10413, 13188, 15628, 13469, 14454, 12945, 13295, 12567, 13130, 13524, 8699, 12957, 9289, 12824, 9531, 14752, 9858, 14024, 9729, 14159, 11763, 14082, 13547, 13617, 9438, 13042, 9152, 12988, 9142, 14730, 9925, 13827, 11316, 13948, 10633, 14643, 10636, 13800, 10705, 13512, 10697, 14816, 11914, 13405, 11626, 14162, 13134, 14973, 12726, 14711, 11971, 15094, 13260, 16145, 12584, 14985, 12474, 14760, 12948, 15727, 12174, 11507, 12021, 11289, 13420, 9394, 13546, 9352, 13776, 9560, 14274, 10389, 14076, 9547, 12893, 9313, 13617, 9439, 14216, 9215, 12974, 9111, 12936, 10009, 15208, 11985, 14051, 11461, 11363, 11188, 9159, 13655, 9301, 13239, 11034, 14384, 12101, 15735, 12615, 15387, 12004, 16036, 12469, 12997, 13351, 9438, 13580, 9127, 13269, 10773, 14439, 9757, 13248, 9193, 13370, 9215, 13268, 9150, 12404, 10537, 13655, 11430, 14264, 11928, 12674, 11655, 10896, 12279, 13022, 13546, 10459, 13343, 9848, 12936, 10251, 13819, 10225, 13995, 9450, 13490, 9661, 14230, 10165, 13638, 11005, 12691, 11503, 16054, 12601, 10033, 12557, 9664, 12671, 14544, 13365, 15002, 12823, 15651, 12435, 15755, 12867, 16558, 12556, 11999, 11439, 10438, 12312, 11344, 13399, 9134, 12391, 9151, 12502, 16602, 12909, 16194, 12199, 13872, 11855, 13342, 11931, 15445, 11656, 8427, 10809, 9016, 11157, 8594, 11667, 9064, 12655, 8864, 12039, 8904, 13850, 10574, 15386, 11631, 13658, 9724, 12487, 10445, 14462, 11532, 13493, 15397, 12211, 14763, 12897, 14041, 11815, 12894, 10735, 12777, 11232, 12929, 11396, 12084, 9906, 11087, 11588, 9081, 11760, 9679, 11893, 10546, 14771, 12214, 13924, 11487, 11094, 13819, 10352, 15770, 11324, 15048, 11766, 14226, 10350, 15468, 10693, 13949, 10053, 12960, 10405, 13099, 11410, 14040, 11735, 12579, 11227, 12934, 10249, 13810, 9786, 12189, 9212, 12104, 9056, 13175, 9055, 11815, 8938, 12121, 8879, 13760, 8761, 13190, 9703, 13449, 14229, 13395, 11539, 13133, 12945, 12637, 16360, 13342, 15412, 12222, 13599, 12215, 14086, 12972, 14435, 12260, 13248, 11047, 13735, 10713, 13868, 10330, 12949, 9940, 13862, 10178, 13603, 10110, 13328, 10203, 14213, 10172, 13001, 9734, 13594, 10295, 14326, 9962, 13266, 9712, 13531, 9250, 13834, 9108, 12701, 9486, 13212, 11674, 14732, 12211, 14256, 11689, 14506, 12518, 15287, 10812, 14346, 9982, 13467, 9682, 14520, 8924, 13000, 9573, 13118, 9051, 13043, 9713, 14504, 11799, 13142, 16190, 12528, 15305, 12664, 13883, 11790, 12810, 11582, 14277, 12607, 15089, 11537, 12879, 11298, 12183, 13343, 9925, 13891, 15993, 12840, 15558, 13393, 14437, 10989, 13485, 10107, 12875, 9649, 14106, 10163, 13272, 9752, 12753, 9847, 14038, 10066, 13809, 9893, 13404, 13129, 13716, 16330, 12674, 14894, 12331, 14303, 10745, 14077, 9401, 12778, 9168, 12488, 9224, 13397, 9243, 12564, 9344, 12369, 13878, 12644, 10809, 12462, 13715, 12108, 15173, 12884, 14736, 12274, 13575, 11798, 14212, 13192, 14489, 12497, 13558, 11935, 14062, 12649, 15820, 12994, 9233, 12344, 10410, 12790, 12741, 14012, 10429, 13409, 16503, 12385, 15314, 13033, 14495, 12212, 12933, 11658, 13844, 12474, 14175, 11623, 12825, 9958, 13831, 9895, 13900, 9695, 12321, 9887, 13509, 10476, 13591, 11462, 12650, 10967, 9197, 12522, 8826, 12396, 9572, 12892, 11714, 15385, 12965, 15045, 12663, 14640, 12325, 14218, 13016, 14793, 11931, 14031, 11608, 14065, 12522, 15647, 11705, 13356, 11257, 12182, 12321, 8655, 12201, 8929, 13215, 11266, 14401, 12302, 14699, 11700, 15062, 12779, 12693, 13364, 9533, 12877, 11332, 13167, 11138, 13872, 9068, 11912, 9017, 12993, 10286, 14267, 11743, 13273, 11395, 9661, 13252, 11630, 11758, 11879, 9187, 14311, 10861, 10406, 13106, 10533, 16580, 13008, 10297, 12966, 9792, 15924, 13406, 16204, 12335, 8911, 12821, 9975, 15154, 12388, 13001, 11499, 12501, 13068, 9783, 14123, 8959, 12680, 10972, 13669, 11933, 8924, 12876, 10395, 12821, 11510, 15933, 13274, 8947, 12913, 9306, 14166, 10569, 14998, 11216, 16014, 12592, 14994, 11815, 10055, 11107, 8611, 13657, 11743, 10149, 14124, 10528, 13973, 11936, 15011, 13171, 15409, 12517, 14176, 11162, 13229, 9394, 13933, 9286, 13238, 8855, 12423, 9038, 12671, 8940, 12500, 8645, 11725, 8461, 11428, 8728, 12026, 8689, 10724, 8573, 11593, 9115, 13042, 9294, 12609, 9133, 13366, 9934, 14726, 9662, 13507, 9340, 13575, 9839, 14884, 9834, 13680, 9839, 13870, 10876, 14481, 10147, 14039, 10878, 13911, 15053, 13441, 14871, 13136, 15117, 12481, 16431, 12349, 16132, 12634, 15180, 12328, 15496, 12330, 15576, 12730, 14302, 12044, 14167, 11984, 15240, 13154, 15695, 12898, 14632, 12379, 13988, 11003, 14850, 10892, 14202, 9995, 13356, 9456, 14066, 9462, 13414, 8813, 13648, 10551, 14062, 9574, 13828, 11454, 12938, 15921, 12810, 13171, 12761, 13587, 12460, 14668, 12130, 16178, 12777, 12358, 12743, 8660, 11648, 9459, 13034, 12970, 13694, 11848, 13361, 11724, 12482, 16212, 12575, 16011, 12900, 14809, 12094, 14061, 11693, 13846, 10316, 14482, 10239, 13320, 9462, 12840, 9329, 12275, 10104, 13143, 11568, 9060, 12156, 8986, 12169, 11120, 13491, 12068, 15166, 13089, 14919, 12257, 13478, 11437, 14167, 11105, 14969, 10884, 13532, 11148, 13278, 11345, 13486, 12972, 14839, 12230, 14149, 11860, 14970, 12593, 14382, 9991, 14536, 9747, 13406, 16435, 12848, 15020, 13296, 14419, 12316, 13070, 11610, 13253, 11452, 14613, 11719, 14285, 12064, 13232, 12066, 14422, 13304, 8774, 13575, 9607, 13399, 12139, 15925, 14099, 10900, 14052, 10458, 12019, 11136, 15678, 13278, 16141, 12752, 15019], 'WindowCenter': [4922.0, 4856.0, 4891.0, 4837.0, 4875.0, 4812.0, 4850.0, 4789.0, 4837.0, 4787.0, 4836.0, 4788.0, 4826.0, 4779.0, 4829.0, 4790.0, 4830.0, 4793.0, 4832.0, 4803.0, 4844.0, 4814.0, 4845.0, 4842.0, 4845.0, 4854.0, 4846.0, 4855.0, 4845.0, 4864.0, 4816.0, 4855.0, 4815.0, 4866.0, 4844.0, 4854.0, 4863.0, 4845.0, 4853.0, 4844.0, 4854.0, 4835.0, 4854.0, 4815.0, 4855.0, 4796.0, 4856.0, 4854.0, 4847.0, 4875.0, 4848.0, 4866.0, 4849.0, 4857.0, 4859.0, 4868.0, 4850.0, 4879.0, 4830.0, 4880.0, 4830.0, 4880.0, 4869.0, 4870.0, 4888.0, 4868.0, 4877.0, 4849.0, 4878.0, 4828.0, 4868.0, 4827.0, 4867.0, 4885.0, 4857.0, 4865.0, 4857.0, 4866.0, 4837.0, 4867.0, 4827.0, 4867.0, 4817.0, 4868.0, 4856.0, 4868.0, 4876.0, 4857.0, 4875.0, 4847.0, 4866.0, 4827.0, 4866.0, 4826.0, 4867.0, 4846.0, 4867.0, 4875.0, 4857.0, 4874.0, 4857.0, 4865.0, 4825.0, 4866.0, 4835.0, 4866.0, 4844.0, 4856.0, 4873.0, 4846.0, 4864.0, 4856.0, 4855.0, 4837.0, 4857.0, 4818.0, 4858.0, 4847.0, 4869.0, 4886.0, 4858.0, 4876.0, 4857.0, 4865.0, 4826.0, 4874.0, 4816.0, 4865.0, 4824.0, 4856.0, 4874.0, 4855.0, 4863.0, 4845.0, 4854.0, 4826.0, 4865.0, 4816.0, 4856.0, 4816.0, 4867.0, 4885.0, 4857.0, 4876.0, 4858.0, 4876.0, 4857.0, 4867.0, 4837.0, 4876.0, 4827.0, 4867.0, 4816.0, 4867.0, 4875.0, 4857.0, 4885.0, 4857.0, 4865.0, 4857.0, 4876.0, 4857.0, 4875.0, 4847.0, 4866.0, 4828.0, 4865.0, 4827.0, 4868.0, 4818.0, 4878.0, 4886.0, 4859.0, 4876.0, 4868.0, 4875.0, 4847.0, 4866.0, 4827.0, 4867.0, 4818.0, 4868.0, 4828.0, 4868.0, 4876.0, 4859.0, 4878.0, 4857.0, 4878.0, 4829.0, 4869.0, 4847.0, 4869.0, 4887.0, 4859.0, 4877.0, 4858.0, 4867.0, 4818.0, 4877.0, 4818.0, 4869.0, 4876.0, 4858.0, 4865.0, 4859.0, 4877.0, 4837.0, 4868.0, 4829.0, 4870.0, 4830.0, 4871.0, 4879.0, 4861.0, 4879.0, 4871.0, 4880.0, 4852.0, 4881.0, 4831.0, 4891.0, 4889.0, 4861.0, 4889.0, 4858.0, 4878.0, 4839.0, 4878.0, 4837.0, 4868.0, 4876.0, 4857.0, 4865.0, 4856.0, 4856.0, 4847.0, 4856.0, 4817.0, 4856.0, 4818.0, 4868.0, 4829.0, 4869.0, 4838.0, 4860.0, 4888.0, 4850.0, 4889.0, 4850.0, 4879.0, 4839.0, 4879.0, 4848.0, 4858.0, 4876.0, 4858.0, 4866.0, 4845.0, 4865.0, 4816.0, 4866.0, 4826.0, 4858.0, 4856.0, 4849.0, 4867.0, 4850.0, 4868.0, 4850.0, 4879.0, 4829.0, 4879.0, 4858.0, 4858.0, 4876.0, 4857.0, 4865.0, 4826.0, 4856.0, 4806.0, 4856.0, 4863.0, 4846.0, 4854.0, 4846.0, 4853.0, 4815.0, 4854.0, 4805.0, 4855.0, 4815.0, 4846.0, 4864.0, 4846.0, 4864.0, 4846.0, 4855.0, 4805.0, 4854.0, 4823.0, 4845.0, 4863.0, 4834.0, 4853.0, 4846.0, 4845.0, 4848.0, 4848.0, 4840.0, 4850.0, 4821.0, 4862.0, 4841.0, 4873.0, 4900.0, 4862.0, 4871.0, 4841.0, 4880.0, 4839.0, 4870.0, 4877.0, 4849.0, 4867.0, 4838.0, 4857.0, 4817.0, 4867.0, 4874.0, 4847.0, 4855.0, 4836.0, 4856.0, 4806.0, 4857.0, 4864.0, 4837.0, 4865.0, 4846.0, 4855.0, 4816.0, 4856.0, 4815.0, 4856.0, 4865.0, 4849.0, 4857.0, 4838.0, 4858.0, 4843.0, 4863.0, 4822.0, 4859.0, 4829.0, 4858.0, 4829.0, 4858.0, 4851.0, 4860.0, 4864.0, 4891.0, 4853.0, 4843.0, 4874.0, 4843.0, 4874.0, 4912.0, 4873.0, 4890.0, 4860.0, 4841.0, 4871.0, 4830.0, 4879.0, 4858.0, 4879.0, 4829.0, 4867.0, 4827.0, 4867.0, 4859.0, 4877.0, 4859.0, 4876.0, 4856.0, 4864.0, 4855.0, 4864.0, 4835.0, 4853.0, 4835.0, 4853.0, 4835.0, 4864.0, 4825.0, 4853.0, 4815.0, 4853.0, 4815.0, 4864.0, 4825.0, 4854.0, 4835.0, 4854.0, 4845.0, 4874.0, 4846.0, 4807.0, 4847.0, 4807.0, 4859.0, 4876.0, 4858.0, 4883.0, 4847.0, 4864.0, 4846.0, 4864.0, 4855.0, 4863.0, 4834.0, 4843.0, 4804.0, 4854.0, 4803.0, 4853.0, 4813.0, 4844.0, 4852.0, 4844.0, 4862.0, 4844.0, 4861.0, 4832.0, 4842.0, 4823.0, 4852.0, 4813.0, 4843.0, 4794.0, 4843.0, 4823.0, 4845.0, 4843.0, 4846.0, 4863.0, 4846.0, 4855.0, 4847.0, 4864.0, 4847.0, 4855.0, 4847.0, 4866.0, 4847.0, 4875.0, 4847.0, 4855.0, 4846.0, 4865.0, 4858.0, 4866.0, 4868.0, 4836.0, 4876.0, 4827.0, 4866.0, 4826.0, 4876.0, 4835.0, 4875.0, 4814.0, 4864.0, 4842.0, 4852.0, 4869.0, 4842.0, 4868.0, 4831.0, 4849.0, 4841.0, 4850.0, 4843.0, 4853.0, 4844.0, 4833.0, 4846.0, 4873.0, 4856.0, 4863.0, 4845.0, 4865.0, 4857.0, 4865.0, 4857.0, 4865.0, 4845.0, 4865.0, 4826.0, 4864.0, 4826.0, 4855.0, 4816.0, 4875.0, 4816.0, 4875.0, 4826.0, 4865.0, 4816.0, 4875.0, 4826.0, 4876.0, 4815.0, 4866.0, 4827.0, 4875.0, 4827.0, 4875.0, 4817.0, 4854.0, 4824.0, 4874.0, 4867.0, 4866.0, 4866.0, 4816.0, 4867.0, 4863.0, 4876.0, 4872.0, 4854.0, 4870.0, 4852.0, 4861.0, 4811.0, 4850.0, 4790.0, 4840.0, 4818.0, 4840.0, 4848.0, 4838.0, 4838.0, 4830.0, 4829.0, 4832.0, 4842.0, 4824.0, 4852.0, 4824.0, 4843.0, 4826.0, 4855.0, 4825.0, 4865.0, 4847.0, 4855.0, 4858.0, 4877.0, 4859.0, 4896.0, 4858.0, 4876.0, 4868.0, 4887.0, 4878.0, 4886.0, 4858.0, 4875.0, 4857.0, 4885.0, 4866.0, 4873.0, 4855.0, 4863.0, 4855.0, 4873.0, 4865.0, 4873.0, 4855.0, 4863.0, 4844.0, 4862.0, 4854.0, 4871.0, 4854.0, 4861.0, 4843.0, 4862.0, 4853.0, 4871.0, 4854.0, 4822.0, 4843.0, 4823.0, 4865.0, 4872.0, 4854.0, 4862.0, 4843.0, 4852.0, 4854.0, 4852.0, 4853.0, 4804.0, 4854.0, 4815.0, 4856.0, 4826.0, 4875.0, 4826.0, 4865.0, 4815.0, 4865.0, 4843.0, 4864.0, 4852.0, 4853.0, 4802.0, 4852.0, 4803.0, 4853.0, 4812.0, 4863.0, 4824.0, 4862.0, 4834.0, 4862.0, 4825.0, 4873.0, 4835.0, 4863.0, 4834.0, 4864.0, 4834.0, 4873.0, 4844.0, 4853.0, 4845.0, 4863.0, 4854.0, 4873.0, 4854.0, 4862.0, 4845.0, 4872.0, 4854.0, 4872.0, 4844.0, 4861.0, 4853.0, 4873.0, 4854.0, 4871.0, 4842.0, 4831.0, 4843.0, 4832.0, 4853.0, 4813.0, 4852.0, 4803.0, 4851.0, 4811.0, 4861.0, 4811.0, 4851.0, 4800.0, 4840.0, 4801.0, 4850.0, 4800.0, 4849.0, 4800.0, 4839.0, 4801.0, 4840.0, 4811.0, 4861.0, 4832.0, 4850.0, 4833.0, 4831.0, 4833.0, 4814.0, 4864.0, 4815.0, 4854.0, 4836.0, 4864.0, 4845.0, 4873.0, 4855.0, 4873.0, 4845.0, 4872.0, 4844.0, 4852.0, 4853.0, 4803.0, 4852.0, 4803.0, 4853.0, 4822.0, 4861.0, 4802.0, 4850.0, 4802.0, 4852.0, 4802.0, 4848.0, 4812.0, 4840.0, 4821.0, 4850.0, 4843.0, 4861.0, 4845.0, 4853.0, 4845.0, 4833.0, 4855.0, 4853.0, 4865.0, 4834.0, 4864.0, 4824.0, 4853.0, 4824.0, 4864.0, 4823.0, 4861.0, 4803.0, 4852.0, 4811.0, 4862.0, 4823.0, 4851.0, 4823.0, 4841.0, 4843.0, 4872.0, 4854.0, 4824.0, 4854.0, 4814.0, 4855.0, 4862.0, 4854.0, 4862.0, 4841.0, 4871.0, 4842.0, 4860.0, 4843.0, 4869.0, 4840.0, 4830.0, 4832.0, 4822.0, 4843.0, 4832.0, 4853.0, 4802.0, 4842.0, 4803.0, 4854.0, 4881.0, 4844.0, 4871.0, 4833.0, 4850.0, 4834.0, 4851.0, 4843.0, 4870.0, 4845.0, 4807.0, 4845.0, 4817.0, 4847.0, 4818.0, 4858.0, 4827.0, 4869.0, 4820.0, 4859.0, 4819.0, 4878.0, 4849.0, 4889.0, 4848.0, 4867.0, 4828.0, 4857.0, 4836.0, 4875.0, 4845.0, 4865.0, 4873.0, 4844.0, 4862.0, 4840.0, 4850.0, 4833.0, 4841.0, 4823.0, 4841.0, 4833.0, 4842.0, 4844.0, 4844.0, 4826.0, 4835.0, 4847.0, 4829.0, 4860.0, 4839.0, 4858.0, 4839.0, 4877.0, 4858.0, 4866.0, 4848.0, 4848.0, 4868.0, 4828.0, 4877.0, 4836.0, 4865.0, 4834.0, 4853.0, 4814.0, 4862.0, 4811.0, 4840.0, 4802.0, 4840.0, 4821.0, 4841.0, 4833.0, 4848.0, 4833.0, 4841.0, 4833.0, 4853.0, 4824.0, 4851.0, 4814.0, 4843.0, 4815.0, 4845.0, 4804.0, 4854.0, 4816.0, 4845.0, 4816.0, 4857.0, 4816.0, 4866.0, 4806.0, 4856.0, 4815.0, 4866.0, 4863.0, 4855.0, 4834.0, 4854.0, 4842.0, 4845.0, 4872.0, 4852.0, 4860.0, 4843.0, 4851.0, 4844.0, 4862.0, 4852.0, 4862.0, 4843.0, 4852.0, 4835.0, 4863.0, 4824.0, 4853.0, 4824.0, 4853.0, 4824.0, 4853.0, 4825.0, 4863.0, 4825.0, 4864.0, 4825.0, 4864.0, 4825.0, 4854.0, 4825.0, 4864.0, 4825.0, 4864.0, 4823.0, 4854.0, 4814.0, 4862.0, 4816.0, 4864.0, 4805.0, 4854.0, 4825.0, 4864.0, 4857.0, 4875.0, 4858.0, 4876.0, 4858.0, 4876.0, 4857.0, 4885.0, 4836.0, 4864.0, 4825.0, 4854.0, 4815.0, 4875.0, 4816.0, 4853.0, 4813.0, 4853.0, 4804.0, 4854.0, 4814.0, 4864.0, 4832.0, 4853.0, 4871.0, 4843.0, 4861.0, 4853.0, 4851.0, 4840.0, 4841.0, 4843.0, 4862.0, 4854.0, 4871.0, 4843.0, 4842.0, 4834.0, 4843.0, 4865.0, 4824.0, 4865.0, 4873.0, 4853.0, 4873.0, 4853.0, 4852.0, 4821.0, 4850.0, 4809.0, 4841.0, 4811.0, 4861.0, 4822.0, 4852.0, 4813.0, 4853.0, 4824.0, 4863.0, 4825.0, 4864.0, 4824.0, 4865.0, 4853.0, 4864.0, 4872.0, 4852.0, 4861.0, 4842.0, 4861.0, 4820.0, 4851.0, 4801.0, 4840.0, 4802.0, 4841.0, 4802.0, 4852.0, 4803.0, 4851.0, 4813.0, 4854.0, 4861.0, 4854.0, 4833.0, 4853.0, 4863.0, 4845.0, 4873.0, 4855.0, 4861.0, 4844.0, 4852.0, 4844.0, 4862.0, 4854.0, 4862.0, 4854.0, 4852.0, 4843.0, 4863.0, 4855.0, 4871.0, 4854.0, 4814.0, 4854.0, 4824.0, 4854.0, 4854.0, 4865.0, 4824.0, 4855.0, 4882.0, 4854.0, 4862.0, 4843.0, 4850.0, 4841.0, 4840.0, 4832.0, 4849.0, 4841.0, 4851.0, 4832.0, 4841.0, 4811.0, 4851.0, 4812.0, 4850.0, 4812.0, 4841.0, 4812.0, 4851.0, 4834.0, 4852.0, 4844.0, 4850.0, 4835.0, 4813.0, 4855.0, 4817.0, 4855.0, 4816.0, 4854.0, 4846.0, 4874.0, 4856.0, 4864.0, 4856.0, 4862.0, 4842.0, 4852.0, 4854.0, 4861.0, 4833.0, 4851.0, 4833.0, 4851.0, 4843.0, 4860.0, 4833.0, 4850.0, 4834.0, 4842.0, 4843.0, 4803.0, 4844.0, 4805.0, 4854.0, 4834.0, 4864.0, 4846.0, 4863.0, 4846.0, 4874.0, 4857.0, 4854.0, 4864.0, 4826.0, 4854.0, 4833.0, 4853.0, 4832.0, 4852.0, 4801.0, 4832.0, 4803.0, 4852.0, 4823.0, 4862.0, 4843.0, 4853.0, 4844.0, 4826.0, 4863.0, 4847.0, 4847.0, 4856.0, 4829.0, 4877.0, 4849.0, 4837.0, 4868.0, 4839.0, 4897.0, 4858.0, 4826.0, 4855.0, 4815.0, 4874.0, 4855.0, 4873.0, 4842.0, 4793.0, 4841.0, 4813.0, 4861.0, 4841.0, 4842.0, 4834.0, 4842.0, 4853.0, 4813.0, 4852.0, 4803.0, 4841.0, 4834.0, 4852.0, 4845.0, 4804.0, 4853.0, 4827.0, 4855.0, 4848.0, 4885.0, 4856.0, 4807.0, 4855.0, 4815.0, 4864.0, 4825.0, 4864.0, 4834.0, 4873.0, 4833.0, 4849.0, 4832.0, 4810.0, 4832.0, 4791.0, 4852.0, 4844.0, 4825.0, 4865.0, 4836.0, 4862.0, 4845.0, 4861.0, 4853.0, 4862.0, 4842.0, 4850.0, 4821.0, 4839.0, 4801.0, 4839.0, 4789.0, 4828.0, 4786.0, 4827.0, 4788.0, 4829.0, 4788.0, 4828.0, 4790.0, 4830.0, 4793.0, 4843.0, 4804.0, 4842.0, 4805.0, 4835.0, 4805.0, 4846.0, 4817.0, 4866.0, 4817.0, 4854.0, 4816.0, 4866.0, 4825.0, 4865.0, 4815.0, 4854.0, 4814.0, 4854.0, 4825.0, 4874.0, 4825.0, 4865.0, 4823.0, 4866.0, 4835.0, 4865.0, 4825.0, 4865.0, 4834.0, 4865.0, 4872.0, 4855.0, 4862.0, 4853.0, 4861.0, 4843.0, 4871.0, 4844.0, 4871.0, 4842.0, 4861.0, 4842.0, 4871.0, 4854.0, 4872.0, 4855.0, 4862.0, 4844.0, 4861.0, 4846.0, 4873.0, 4855.0, 4873.0, 4853.0, 4862.0, 4844.0, 4863.0, 4823.0, 4862.0, 4823.0, 4852.0, 4812.0, 4851.0, 4812.0, 4850.0, 4810.0, 4851.0, 4800.0, 4852.0, 4821.0, 4862.0, 4812.0, 4863.0, 4831.0, 4842.0, 4870.0, 4842.0, 4840.0, 4842.0, 4850.0, 4842.0, 4859.0, 4842.0, 4870.0, 4853.0, 4842.0, 4853.0, 4803.0, 4833.0, 4813.0, 4854.0, 4852.0, 4864.0, 4843.0, 4853.0, 4831.0, 4842.0, 4869.0, 4841.0, 4869.0, 4841.0, 4848.0, 4830.0, 4848.0, 4829.0, 4837.0, 4808.0, 4847.0, 4798.0, 4837.0, 4798.0, 4827.0, 4789.0, 4827.0, 4809.0, 4839.0, 4833.0, 4802.0, 4842.0, 4815.0, 4844.0, 4846.0, 4854.0, 4856.0, 4875.0, 4855.0, 4863.0, 4845.0, 4852.0, 4831.0, 4853.0, 4833.0, 4862.0, 4823.0, 4851.0, 4832.0, 4851.0, 4834.0, 4852.0, 4855.0, 4872.0, 4855.0, 4863.0, 4844.0, 4872.0, 4854.0, 4864.0, 4814.0, 4863.0, 4801.0, 4852.0, 4870.0, 4840.0, 4860.0, 4851.0, 4850.0, 4840.0, 4841.0, 4843.0, 4852.0, 4845.0, 4873.0, 4846.0, 4873.0, 4854.0, 4855.0, 4857.0, 4875.0, 4866.0, 4807.0, 4866.0, 4826.0, 4867.0, 4857.0, 4898.0, 4878.0, 4837.0, 4875.0, 4848.0, 4856.0, 4848.0, 4885.0, 4867.0, 4886.0, 4855.0, 4863.0], 'WindowWidth': [10711.0, 10605.0, 10645.0, 10561.0, 10610.0, 10517.0, 10564.0, 10478.0, 10543.0, 10474.0, 10539.0, 10475.0, 10526.0, 10468.0, 10535.0, 10486.0, 10540.0, 10493.0, 10546.0, 10509.0, 10565.0, 10524.0, 10567.0, 10560.0, 10568.0, 10577.0, 10569.0, 10581.0, 10567.0, 10592.0, 10528.0, 10580.0, 10526.0, 10596.0, 10563.0, 10577.0, 10588.0, 10566.0, 10575.0, 10565.0, 10578.0, 10553.0, 10578.0, 10527.0, 10580.0, 10501.0, 10583.0, 10579.0, 10572.0, 10608.0, 10575.0, 10598.0, 10579.0, 10589.0, 10594.0, 10605.0, 10584.0, 10621.0, 10557.0, 10623.0, 10554.0, 10623.0, 10606.0, 10609.0, 10632.0, 10604.0, 10616.0, 10578.0, 10617.0, 10550.0, 10603.0, 10545.0, 10601.0, 10625.0, 10588.0, 10597.0, 10588.0, 10599.0, 10562.0, 10600.0, 10548.0, 10601.0, 10533.0, 10604.0, 10586.0, 10604.0, 10613.0, 10588.0, 10610.0, 10575.0, 10598.0, 10547.0, 10598.0, 10545.0, 10602.0, 10570.0, 10601.0, 10611.0, 10587.0, 10608.0, 10586.0, 10597.0, 10542.0, 10599.0, 10554.0, 10597.0, 10567.0, 10584.0, 10605.0, 10571.0, 10593.0, 10584.0, 10581.0, 10562.0, 10588.0, 10537.0, 10593.0, 10575.0, 10606.0, 10628.0, 10591.0, 10613.0, 10588.0, 10597.0, 10544.0, 10608.0, 10530.0, 10596.0, 10539.0, 10584.0, 10608.0, 10582.0, 10591.0, 10569.0, 10580.0, 10544.0, 10598.0, 10531.0, 10586.0, 10531.0, 10600.0, 10624.0, 10588.0, 10612.0, 10591.0, 10612.0, 10588.0, 10601.0, 10559.0, 10614.0, 10546.0, 10600.0, 10531.0, 10600.0, 10610.0, 10587.0, 10622.0, 10587.0, 10596.0, 10588.0, 10612.0, 10588.0, 10611.0, 10573.0, 10598.0, 10549.0, 10599.0, 10549.0, 10605.0, 10537.0, 10618.0, 10628.0, 10593.0, 10614.0, 10603.0, 10610.0, 10574.0, 10599.0, 10547.0, 10601.0, 10535.0, 10604.0, 10549.0, 10605.0, 10615.0, 10595.0, 10618.0, 10590.0, 10619.0, 10553.0, 10607.0, 10575.0, 10607.0, 10630.0, 10593.0, 10615.0, 10590.0, 10602.0, 10535.0, 10616.0, 10537.0, 10606.0, 10614.0, 10591.0, 10598.0, 10592.0, 10615.0, 10562.0, 10604.0, 10552.0, 10609.0, 10555.0, 10612.0, 10621.0, 10599.0, 10622.0, 10613.0, 10625.0, 10590.0, 10629.0, 10559.0, 10640.0, 10638.0, 10599.0, 10635.0, 10592.0, 10618.0, 10565.0, 10617.0, 10560.0, 10602.0, 10613.0, 10585.0, 10593.0, 10584.0, 10582.0, 10572.0, 10584.0, 10534.0, 10585.0, 10535.0, 10603.0, 10552.0, 10607.0, 10564.0, 10597.0, 10631.0, 10583.0, 10634.0, 10582.0, 10620.0, 10566.0, 10621.0, 10576.0, 10590.0, 10613.0, 10588.0, 10597.0, 10569.0, 10595.0, 10530.0, 10596.0, 10544.0, 10588.0, 10586.0, 10580.0, 10603.0, 10583.0, 10604.0, 10581.0, 10620.0, 10550.0, 10618.0, 10588.0, 10589.0, 10613.0, 10585.0, 10595.0, 10542.0, 10583.0, 10514.0, 10581.0, 10590.0, 10568.0, 10577.0, 10568.0, 10575.0, 10524.0, 10577.0, 10511.0, 10580.0, 10524.0, 10568.0, 10590.0, 10569.0, 10591.0, 10567.0, 10579.0, 10510.0, 10577.0, 10534.0, 10566.0, 10586.0, 10550.0, 10574.0, 10568.0, 10566.0, 10574.0, 10575.0, 10569.0, 10582.0, 10545.0, 10601.0, 10570.0, 10616.0, 10651.0, 10599.0, 10611.0, 10568.0, 10621.0, 10564.0, 10605.0, 10614.0, 10576.0, 10599.0, 10558.0, 10582.0, 10527.0, 10597.0, 10604.0, 10570.0, 10579.0, 10554.0, 10580.0, 10513.0, 10583.0, 10590.0, 10556.0, 10591.0, 10567.0, 10578.0, 10525.0, 10580.0, 10522.0, 10580.0, 10592.0, 10577.0, 10585.0, 10562.0, 10589.0, 10575.0, 10603.0, 10545.0, 10590.0, 10550.0, 10587.0, 10551.0, 10588.0, 10583.0, 10593.0, 10606.0, 10638.0, 10589.0, 10574.0, 10618.0, 10573.0, 10618.0, 10669.0, 10614.0, 10634.0, 10593.0, 10567.0, 10608.0, 10550.0, 10617.0, 10586.0, 10617.0, 10546.0, 10596.0, 10542.0, 10596.0, 10588.0, 10611.0, 10587.0, 10608.0, 10580.0, 10589.0, 10577.0, 10586.0, 10549.0, 10571.0, 10548.0, 10571.0, 10549.0, 10588.0, 10534.0, 10571.0, 10521.0, 10571.0, 10522.0, 10587.0, 10537.0, 10574.0, 10551.0, 10575.0, 10567.0, 10603.0, 10568.0, 10515.0, 10569.0, 10517.0, 10589.0, 10608.0, 10587.0, 10616.0, 10568.0, 10588.0, 10565.0, 10589.0, 10577.0, 10586.0, 10547.0, 10557.0, 10505.0, 10575.0, 10504.0, 10573.0, 10516.0, 10560.0, 10569.0, 10562.0, 10583.0, 10561.0, 10581.0, 10543.0, 10557.0, 10531.0, 10569.0, 10519.0, 10560.0, 10495.0, 10562.0, 10534.0, 10566.0, 10561.0, 10568.0, 10589.0, 10569.0, 10579.0, 10572.0, 10591.0, 10572.0, 10580.0, 10573.0, 10596.0, 10572.0, 10608.0, 10570.0, 10578.0, 10570.0, 10596.0, 10589.0, 10599.0, 10603.0, 10558.0, 10612.0, 10544.0, 10597.0, 10542.0, 10612.0, 10554.0, 10608.0, 10521.0, 10589.0, 10557.0, 10572.0, 10593.0, 10556.0, 10589.0, 10542.0, 10563.0, 10555.0, 10565.0, 10562.0, 10577.0, 10568.0, 10549.0, 10571.0, 10606.0, 10585.0, 10592.0, 10571.0, 10597.0, 10589.0, 10597.0, 10587.0, 10597.0, 10570.0, 10598.0, 10543.0, 10594.0, 10544.0, 10582.0, 10532.0, 10611.0, 10532.0, 10612.0, 10543.0, 10597.0, 10532.0, 10613.0, 10547.0, 10615.0, 10530.0, 10601.0, 10548.0, 10612.0, 10547.0, 10612.0, 10533.0, 10580.0, 10541.0, 10610.0, 10602.0, 10600.0, 10599.0, 10533.0, 10602.0, 10592.0, 10612.0, 10603.0, 10577.0, 10597.0, 10573.0, 10584.0, 10514.0, 10565.0, 10484.0, 10552.0, 10520.0, 10552.0, 10560.0, 10549.0, 10546.0, 10541.0, 10538.0, 10547.0, 10559.0, 10537.0, 10574.0, 10539.0, 10563.0, 10545.0, 10581.0, 10543.0, 10594.0, 10572.0, 10582.0, 10590.0, 10615.0, 10594.0, 10639.0, 10591.0, 10613.0, 10605.0, 10629.0, 10616.0, 10626.0, 10589.0, 10609.0, 10589.0, 10625.0, 10599.0, 10605.0, 10581.0, 10590.0, 10582.0, 10605.0, 10595.0, 10605.0, 10580.0, 10588.0, 10564.0, 10586.0, 10578.0, 10599.0, 10576.0, 10583.0, 10561.0, 10586.0, 10577.0, 10599.0, 10577.0, 10533.0, 10562.0, 10535.0, 10594.0, 10602.0, 10579.0, 10585.0, 10563.0, 10574.0, 10578.0, 10574.0, 10577.0, 10512.0, 10578.0, 10528.0, 10585.0, 10544.0, 10612.0, 10544.0, 10597.0, 10528.0, 10595.0, 10562.0, 10592.0, 10574.0, 10574.0, 10504.0, 10572.0, 10505.0, 10576.0, 10520.0, 10589.0, 10537.0, 10588.0, 10552.0, 10590.0, 10539.0, 10604.0, 10554.0, 10589.0, 10553.0, 10593.0, 10552.0, 10603.0, 10566.0, 10576.0, 10567.0, 10590.0, 10579.0, 10602.0, 10579.0, 10586.0, 10568.0, 10602.0, 10580.0, 10600.0, 10564.0, 10584.0, 10578.0, 10605.0, 10581.0, 10598.0, 10561.0, 10543.0, 10563.0, 10546.0, 10577.0, 10523.0, 10576.0, 10508.0, 10573.0, 10517.0, 10586.0, 10515.0, 10569.0, 10499.0, 10555.0, 10502.0, 10567.0, 10500.0, 10566.0, 10499.0, 10552.0, 10501.0, 10554.0, 10516.0, 10583.0, 10544.0, 10567.0, 10549.0, 10544.0, 10550.0, 10523.0, 10593.0, 10529.0, 10579.0, 10557.0, 10593.0, 10569.0, 10605.0, 10583.0, 10602.0, 10567.0, 10600.0, 10566.0, 10574.0, 10574.0, 10506.0, 10573.0, 10506.0, 10575.0, 10531.0, 10583.0, 10504.0, 10569.0, 10504.0, 10573.0, 10507.0, 10567.0, 10519.0, 10554.0, 10531.0, 10569.0, 10563.0, 10586.0, 10570.0, 10579.0, 10570.0, 10551.0, 10584.0, 10579.0, 10598.0, 10553.0, 10594.0, 10539.0, 10580.0, 10539.0, 10594.0, 10535.0, 10587.0, 10505.0, 10573.0, 10518.0, 10589.0, 10534.0, 10570.0, 10535.0, 10558.0, 10564.0, 10602.0, 10579.0, 10537.0, 10579.0, 10524.0, 10582.0, 10588.0, 10580.0, 10587.0, 10558.0, 10597.0, 10559.0, 10583.0, 10560.0, 10592.0, 10555.0, 10540.0, 10544.0, 10530.0, 10562.0, 10546.0, 10575.0, 10505.0, 10560.0, 10507.0, 10579.0, 10612.0, 10563.0, 10597.0, 10548.0, 10567.0, 10549.0, 10570.0, 10563.0, 10596.0, 10568.0, 10520.0, 10571.0, 10534.0, 10576.0, 10538.0, 10594.0, 10551.0, 10608.0, 10541.0, 10593.0, 10541.0, 10621.0, 10581.0, 10635.0, 10578.0, 10603.0, 10551.0, 10590.0, 10557.0, 10611.0, 10567.0, 10595.0, 10603.0, 10565.0, 10586.0, 10556.0, 10566.0, 10546.0, 10556.0, 10532.0, 10557.0, 10546.0, 10558.0, 10565.0, 10564.0, 10543.0, 10554.0, 10574.0, 10552.0, 10595.0, 10566.0, 10590.0, 10565.0, 10615.0, 10588.0, 10595.0, 10574.0, 10575.0, 10603.0, 10547.0, 10616.0, 10555.0, 10593.0, 10549.0, 10574.0, 10520.0, 10586.0, 10513.0, 10551.0, 10502.0, 10552.0, 10528.0, 10556.0, 10545.0, 10562.0, 10545.0, 10555.0, 10548.0, 10574.0, 10534.0, 10570.0, 10523.0, 10560.0, 10525.0, 10565.0, 10510.0, 10578.0, 10528.0, 10568.0, 10531.0, 10586.0, 10530.0, 10597.0, 10515.0, 10582.0, 10525.0, 10597.0, 10590.0, 10579.0, 10550.0, 10578.0, 10559.0, 10566.0, 10602.0, 10573.0, 10582.0, 10561.0, 10569.0, 10566.0, 10586.0, 10574.0, 10586.0, 10563.0, 10574.0, 10554.0, 10589.0, 10538.0, 10577.0, 10536.0, 10576.0, 10538.0, 10577.0, 10540.0, 10589.0, 10541.0, 10592.0, 10541.0, 10593.0, 10542.0, 10579.0, 10542.0, 10595.0, 10541.0, 10593.0, 10536.0, 10578.0, 10525.0, 10590.0, 10530.0, 10592.0, 10514.0, 10578.0, 10543.0, 10594.0, 10590.0, 10610.0, 10592.0, 10613.0, 10593.0, 10613.0, 10587.0, 10624.0, 10558.0, 10594.0, 10538.0, 10580.0, 10527.0, 10610.0, 10529.0, 10575.0, 10522.0, 10575.0, 10512.0, 10581.0, 10523.0, 10594.0, 10547.0, 10576.0, 10599.0, 10563.0, 10586.0, 10577.0, 10571.0, 10558.0, 10558.0, 10563.0, 10587.0, 10580.0, 10600.0, 10564.0, 10559.0, 10552.0, 10564.0, 10596.0, 10540.0, 10597.0, 10605.0, 10577.0, 10604.0, 10577.0, 10572.0, 10529.0, 10568.0, 10512.0, 10556.0, 10516.0, 10584.0, 10532.0, 10572.0, 10523.0, 10576.0, 10539.0, 10591.0, 10541.0, 10593.0, 10540.0, 10597.0, 10578.0, 10592.0, 10601.0, 10574.0, 10585.0, 10559.0, 10585.0, 10526.0, 10569.0, 10502.0, 10554.0, 10504.0, 10559.0, 10505.0, 10572.0, 10507.0, 10574.0, 10523.0, 10580.0, 10587.0, 10580.0, 10550.0, 10579.0, 10589.0, 10569.0, 10606.0, 10582.0, 10587.0, 10566.0, 10574.0, 10567.0, 10588.0, 10578.0, 10588.0, 10578.0, 10574.0, 10565.0, 10590.0, 10583.0, 10601.0, 10581.0, 10525.0, 10580.0, 10538.0, 10581.0, 10579.0, 10596.0, 10538.0, 10581.0, 10616.0, 10578.0, 10588.0, 10561.0, 10567.0, 10557.0, 10553.0, 10546.0, 10567.0, 10557.0, 10570.0, 10546.0, 10555.0, 10518.0, 10570.0, 10517.0, 10567.0, 10517.0, 10555.0, 10520.0, 10571.0, 10554.0, 10576.0, 10566.0, 10570.0, 10555.0, 10523.0, 10583.0, 10534.0, 10582.0, 10530.0, 10579.0, 10572.0, 10607.0, 10585.0, 10592.0, 10583.0, 10586.0, 10560.0, 10572.0, 10576.0, 10582.0, 10547.0, 10568.0, 10548.0, 10569.0, 10561.0, 10580.0, 10547.0, 10566.0, 10549.0, 10558.0, 10561.0, 10508.0, 10565.0, 10513.0, 10580.0, 10552.0, 10592.0, 10570.0, 10590.0, 10570.0, 10604.0, 10586.0, 10577.0, 10593.0, 10544.0, 10580.0, 10547.0, 10578.0, 10546.0, 10574.0, 10503.0, 10544.0, 10507.0, 10574.0, 10534.0, 10585.0, 10562.0, 10575.0, 10566.0, 10543.0, 10593.0, 10574.0, 10571.0, 10585.0, 10553.0, 10616.0, 10577.0, 10561.0, 10604.0, 10564.0, 10643.0, 10589.0, 10543.0, 10581.0, 10525.0, 10608.0, 10581.0, 10602.0, 10558.0, 10492.0, 10557.0, 10519.0, 10584.0, 10557.0, 10558.0, 10549.0, 10558.0, 10575.0, 10519.0, 10572.0, 10507.0, 10555.0, 10551.0, 10573.0, 10566.0, 10512.0, 10578.0, 10546.0, 10581.0, 10576.0, 10623.0, 10586.0, 10518.0, 10582.0, 10528.0, 10593.0, 10540.0, 10592.0, 10550.0, 10605.0, 10546.0, 10566.0, 10544.0, 10513.0, 10544.0, 10487.0, 10571.0, 10567.0, 10539.0, 10595.0, 10555.0, 10588.0, 10567.0, 10584.0, 10574.0, 10584.0, 10556.0, 10565.0, 10526.0, 10548.0, 10497.0, 10549.0, 10479.0, 10531.0, 10472.0, 10530.0, 10479.0, 10534.0, 10478.0, 10533.0, 10484.0, 10539.0, 10493.0, 10561.0, 10510.0, 10559.0, 10513.0, 10553.0, 10514.0, 10571.0, 10531.0, 10596.0, 10530.0, 10581.0, 10529.0, 10598.0, 10540.0, 10593.0, 10525.0, 10578.0, 10523.0, 10579.0, 10539.0, 10607.0, 10538.0, 10594.0, 10537.0, 10598.0, 10554.0, 10595.0, 10538.0, 10593.0, 10549.0, 10593.0, 10601.0, 10580.0, 10586.0, 10575.0, 10583.0, 10560.0, 10598.0, 10563.0, 10598.0, 10561.0, 10584.0, 10560.0, 10599.0, 10579.0, 10601.0, 10580.0, 10588.0, 10567.0, 10587.0, 10570.0, 10606.0, 10582.0, 10605.0, 10577.0, 10588.0, 10565.0, 10590.0, 10535.0, 10587.0, 10534.0, 10572.0, 10516.0, 10569.0, 10518.0, 10567.0, 10514.0, 10571.0, 10500.0, 10572.0, 10529.0, 10587.0, 10519.0, 10590.0, 10542.0, 10559.0, 10595.0, 10558.0, 10554.0, 10559.0, 10568.0, 10561.0, 10580.0, 10559.0, 10597.0, 10576.0, 10560.0, 10576.0, 10509.0, 10550.0, 10521.0, 10579.0, 10573.0, 10593.0, 10562.0, 10577.0, 10543.0, 10559.0, 10594.0, 10557.0, 10594.0, 10557.0, 10563.0, 10540.0, 10560.0, 10537.0, 10544.0, 10505.0, 10558.0, 10492.0, 10543.0, 10492.0, 10532.0, 10479.0, 10531.0, 10509.0, 10551.0, 10548.0, 10507.0, 10562.0, 10529.0, 10565.0, 10571.0, 10579.0, 10585.0, 10608.0, 10580.0, 10588.0, 10565.0, 10572.0, 10544.0, 10574.0, 10546.0, 10585.0, 10533.0, 10569.0, 10544.0, 10570.0, 10550.0, 10573.0, 10581.0, 10601.0, 10582.0, 10590.0, 10567.0, 10602.0, 10578.0, 10592.0, 10522.0, 10588.0, 10502.0, 10570.0, 10594.0, 10554.0, 10580.0, 10569.0, 10565.0, 10554.0, 10555.0, 10562.0, 10574.0, 10569.0, 10605.0, 10572.0, 10603.0, 10580.0, 10581.0, 10587.0, 10608.0, 10599.0, 10519.0, 10598.0, 10545.0, 10601.0, 10588.0, 10646.0, 10620.0, 10562.0, 10611.0, 10577.0, 10587.0, 10578.0, 10625.0, 10600.0, 10628.0, 10582.0, 10590.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.00018601602330662784</td></tr>
<tr><td colspan=3>aqi</td><td>0.019383824908958482</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.16863127281339</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1655098639358592</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9819086837682217</td></tr>
<tr><td colspan=3>efc</td><td>0.5042</td></tr>
<tr><td colspan=3>fber</td><td>3891.3059</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07416734315908864</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8739985433357611</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5916438892629436</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4959420314011957</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8888785674874042</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3901110689002305</td></tr>
<tr><td colspan=3>gcor</td><td>0.00713329</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011473705992102623</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026468707248568535</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5530016591226037</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.4631</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.4386</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>247.569</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292323.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1158.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>451.5956</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.878</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>671.988</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3936.9231</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4171.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1173.93</td></tr>
<tr><td colspan=3>tsnr</td><td>38.95179554610513</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>