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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:21:56.400000</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.995992, 0.0682628, 0.057787, -0.060743, 0.990527, -0.123151]</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.0835788</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7722, -7261, 286, -204, -19, -23, 128]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>228.948</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f71473f7-a37d-45d5-89d5-b33167519d5d||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.6721746921539307, -0.16296908259391785, 0.17724478244781494, 110.4969253540039], [-0.1831439882516861, 2.6575119495391846, -0.32169803977012634, -91.30328369140625], [0.1550382524728775, 0.33040544390678406, 2.674900770187378, -110.76958465576172], [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': ['142156.400000', '142156.860000', '142157.320000', '142157.780000', '142158.240000', '142158.700000', '142159.160000', '142159.620000', '142200.080000', '142200.540000', '142201.000000', '142201.460000', '142201.920000', '142202.380000', '142202.840000', '142203.300000', '142203.760000', '142204.220000', '142204.680000', '142205.140000', '142205.600000', '142206.060000', '142206.520000', '142206.980000', '142207.440000', '142207.900000', '142208.360000', '142208.820000', '142209.280000', '142209.740000', '142210.200000', '142210.660000', '142211.120000', '142211.580000', '142212.040000', '142212.500000', '142212.960000', '142213.420000', '142213.880000', '142214.340000', '142214.800000', '142215.260000', '142215.720000', '142216.180000', '142216.640000', '142217.100000', '142217.560000', '142218.020000', '142218.480000', '142218.940000', '142219.400000', '142219.860000', '142220.320000', '142220.780000', '142221.240000', '142221.700000', '142222.160000', '142222.620000', '142223.080000', '142223.540000', '142224.000000', '142224.460000', '142224.920000', '142225.380000', '142225.840000', '142226.300000', '142226.760000', '142227.220000', '142227.680000', '142228.140000', '142228.600000', '142229.060000', '142229.520000', '142229.980000', '142230.440000', '142230.900000', '142231.360000', '142231.820000', '142232.280000', '142232.740000', '142233.200000', '142233.660000', '142234.120000', '142234.580000', '142235.040000', '142235.500000', '142235.960000', '142236.420000', '142236.880000', '142237.340000', '142237.800000', '142238.260000', '142238.720000', '142239.180000', '142239.640000', '142240.100000', '142240.560000', '142241.020000', '142241.480000', '142241.940000', '142242.400000', '142242.860000', '142243.320000', '142243.780000', '142244.240000', '142244.700000', '142245.160000', '142245.620000', '142246.080000', '142246.540000', '142247.000000', '142247.460000', '142247.920000', '142248.380000', '142248.840000', '142249.300000', '142249.760000', '142250.220000', '142250.680000', '142251.140000', '142251.600000', '142252.060000', '142252.520000', '142252.980000', '142253.440000', '142253.900000', '142254.360000', '142254.820000', '142255.280000', '142255.740000', '142256.200000', '142256.660000', '142257.120000', '142257.580000', '142258.040000', '142258.500000', '142258.960000', '142259.420000', '142259.880000', '142300.340000', '142300.800000', '142301.260000', '142301.720000', '142302.180000', '142302.640000', '142303.100000', '142303.560000', '142304.020000', '142304.480000', '142304.940000', '142305.400000', '142305.860000', '142306.320000', '142306.780000', '142307.240000', '142307.700000', '142308.160000', '142308.620000', '142309.080000', '142309.540000', '142310.000000', '142310.460000', '142310.920000', '142311.380000', '142311.840000', '142312.300000', '142312.760000', '142313.220000', '142313.680000', '142314.140000', '142314.600000', '142315.060000', '142315.520000', '142315.980000', '142316.440000', '142316.900000', '142317.360000', '142317.820000', '142318.280000', '142318.740000', '142319.200000', '142319.660000', '142320.120000', '142320.580000', '142321.040000', '142321.500000', '142321.960000', '142322.420000', '142322.880000', '142323.340000', '142323.800000', '142324.260000', '142324.720000', '142325.180000', '142325.640000', '142326.100000', '142326.560000', '142327.020000', '142327.480000', '142327.940000', '142328.400000', '142328.860000', '142329.320000', '142329.780000', '142330.240000', '142330.700000', '142331.160000', '142331.620000', '142332.080000', '142332.540000', '142333.000000', '142333.460000', '142333.920000', '142334.380000', '142334.840000', '142335.300000', '142335.760000', '142336.220000', '142336.680000', '142337.140000', '142337.600000', '142338.060000', '142338.520000', '142338.980000', '142339.440000', '142339.900000', '142340.360000', '142340.820000', '142341.280000', '142341.740000', '142342.200000', '142342.660000', '142343.120000', '142343.580000', '142344.040000', '142344.500000', '142344.960000', '142345.420000', '142345.880000', '142346.340000', '142346.800000', '142347.260000', '142347.720000', '142348.180000', '142348.640000', '142349.100000', '142349.560000', '142350.020000', '142350.480000', '142350.940000', '142351.400000', '142351.860000', '142352.320000', '142352.780000', '142353.240000', '142353.700000', '142354.160000', '142354.620000', '142355.080000', '142355.540000', '142356.000000', '142356.460000', '142356.920000', '142357.380000', '142357.840000', '142358.300000', '142358.760000', '142359.220000', '142359.680000', '142400.140000', '142400.600000', '142401.060000', '142401.520000', '142401.980000', '142402.440000', '142402.900000', '142403.360000', '142403.820000', '142404.280000', '142404.740000', '142405.200000', '142405.660000', '142406.120000', '142406.580000', '142407.040000', '142407.500000', '142407.960000', '142408.420000', '142408.880000', '142409.340000', '142409.800000', '142410.260000', '142410.720000', '142411.180000', '142411.640000', '142412.100000', '142412.560000', '142413.020000', '142413.480000', '142413.940000', '142414.400000', '142414.860000', '142415.320000', '142415.780000', '142416.240000', '142416.700000', '142417.160000', '142417.620000', '142418.080000', '142418.540000', '142419.000000', '142419.460000', '142419.920000', '142420.380000', '142420.840000', '142421.300000', '142421.760000', '142422.220000', '142422.680000', '142423.140000', '142423.600000', '142424.060000', '142424.520000', '142424.980000', '142425.440000', '142425.900000', '142426.360000', '142426.820000', '142427.280000', '142427.740000', '142428.200000', '142428.660000', '142429.120000', '142429.580000', '142430.040000', '142430.500000', '142430.960000', '142431.420000', '142431.880000', '142432.340000', '142432.800000', '142433.260000', '142433.720000', '142434.180000', '142434.640000', '142435.100000', '142435.560000', '142436.020000', '142436.480000', '142436.940000', '142437.400000', '142437.860000', '142438.320000', '142438.780000', '142439.240000', '142439.700000', '142440.160000', '142440.620000', '142441.080000', '142441.540000', '142442.000000', '142442.460000', '142442.920000', '142443.380000', '142443.840000', '142444.300000', '142444.760000', '142445.220000', '142445.680000', '142446.140000', '142446.600000', '142447.060000', '142447.520000', '142447.980000', '142448.440000', '142448.900000', '142449.360000', '142449.820000', '142450.280000', '142450.740000', '142451.200000', '142451.660000', '142452.120000', '142452.580000', '142453.040000', '142453.500000', '142453.960000', '142454.420000', '142454.880000', '142455.340000', '142455.800000', '142456.260000', '142456.720000', '142457.180000', '142457.640000', '142458.100000', '142458.560000', '142459.020000', '142459.480000', '142459.940000', '142500.400000', '142500.860000', '142501.320000', '142501.780000', '142502.240000', '142502.700000', '142503.160000', '142503.620000', '142504.080000', '142504.540000', '142505.000000', '142505.460000', '142505.920000', '142506.380000', '142506.840000', '142507.300000', '142507.760000', '142508.220000', '142508.680000', '142509.140000', '142509.600000', '142510.060000', '142510.520000', '142510.980000', '142511.440000', '142511.900000', '142512.360000', '142512.820000', '142513.280000', '142513.740000', '142514.200000', '142514.660000', '142515.120000', '142515.580000', '142516.040000', '142516.500000', '142516.960000', '142517.420000', '142517.880000', '142518.340000', '142518.800000', '142519.260000', '142519.720000', '142520.180000', '142520.640000', '142521.100000', '142521.560000', '142522.020000', '142522.480000', '142522.940000', '142523.400000', '142523.860000', '142524.320000', '142524.780000', '142525.240000', '142525.700000', '142526.160000', '142526.620000', '142527.080000', '142527.540000', '142528.000000', '142528.460000', '142528.920000', '142529.380000', '142529.840000', '142530.300000', '142530.760000', '142531.220000', '142531.680000', '142532.140000', '142532.600000', '142533.060000', '142533.520000', '142533.980000', '142534.440000', '142534.900000', '142535.360000', '142535.820000', '142536.280000', '142536.740000', '142537.200000', '142537.660000', '142538.120000', '142538.580000', '142539.040000', '142539.500000', '142539.960000', '142540.420000', '142540.880000', '142541.340000', '142541.800000', '142542.260000', '142542.720000', '142543.180000', '142543.640000', '142544.100000', '142544.560000', '142545.020000', '142545.480000', '142545.940000', '142546.400000', '142546.860000', '142547.320000', '142547.780000', '142548.240000', '142548.700000', '142549.160000', '142549.620000', '142550.080000', '142550.540000', '142551.000000', '142551.460000', '142551.920000', '142552.380000', '142552.840000', '142553.300000', '142553.760000', '142554.220000', '142554.680000', '142555.140000', '142555.600000', '142556.060000', '142556.520000', '142556.980000', '142557.440000', '142557.900000', '142558.360000', '142558.820000', '142559.280000', '142559.740000', '142600.200000', '142600.660000', '142601.120000', '142601.580000', '142602.040000', '142602.500000', '142602.960000', '142603.420000', '142603.880000', '142604.340000', '142604.800000', '142605.260000', '142605.720000', '142606.180000', '142606.640000', '142607.100000', '142607.560000', '142608.020000', '142608.480000', '142608.940000', '142609.400000', '142609.860000', '142610.320000', '142610.780000', '142611.240000', '142611.700000', '142612.160000', '142612.620000', '142613.080000', '142613.540000', '142614.000000', '142614.460000', '142614.920000', '142615.380000', '142615.840000', '142616.300000', '142616.760000', '142617.220000', '142617.680000', '142618.140000', '142618.600000', '142619.060000', '142619.520000', '142619.980000', '142620.440000', '142620.900000', '142621.360000', '142621.820000', '142622.280000', '142622.740000', '142623.200000', '142623.660000', '142624.120000', '142624.580000', '142625.040000', '142625.500000', '142625.960000', '142626.420000', '142626.880000', '142627.340000', '142627.800000', '142628.260000', '142628.720000', '142629.180000', '142629.640000', '142630.100000', '142630.560000', '142631.020000', '142631.480000', '142631.940000', '142632.400000', '142632.860000', '142633.320000', '142633.780000', '142634.240000', '142634.700000', '142635.160000', '142635.620000', '142636.080000', '142636.540000', '142637.000000', '142637.460000', '142637.920000', '142638.380000', '142638.840000', '142639.300000', '142639.760000', '142640.220000', '142640.680000', '142641.140000', '142641.600000', '142642.060000', '142642.520000', '142642.980000', '142643.440000', '142643.900000', '142644.360000', '142644.820000', '142645.280000', '142645.740000', '142646.200000', '142646.660000', '142647.120000', '142647.580000', '142648.040000', '142648.500000', '142648.960000', '142649.420000', '142649.880000', '142650.340000', '142650.800000', '142651.260000', '142651.720000', '142652.180000', '142652.640000', '142653.100000', '142653.560000', '142654.020000', '142654.480000', '142654.940000', '142655.400000', '142655.860000', '142656.320000', '142656.780000', '142657.240000', '142657.700000', '142658.160000', '142658.620000', '142659.080000', '142659.540000', '142700.000000', '142700.460000', '142700.920000', '142701.380000', '142701.840000', '142702.300000', '142702.760000', '142703.220000', '142703.680000', '142704.140000', '142704.600000', '142705.060000', '142705.520000', '142705.980000', '142706.440000', '142706.900000', '142707.360000', '142707.820000', '142708.280000', '142708.740000', '142709.200000', '142709.660000', '142710.120000', '142710.580000', '142711.040000', '142711.500000', '142711.960000', '142712.420000', '142712.880000', '142713.340000', '142713.800000', '142714.260000', '142714.720000', '142715.180000', '142715.640000', '142716.100000', '142716.560000', '142717.020000', '142717.480000', '142717.940000', '142718.400000', '142718.860000', '142719.320000', '142719.780000', '142720.240000', '142720.700000', '142721.160000', '142721.620000', '142722.080000', '142722.540000', '142723.000000', '142723.460000', '142723.920000', '142724.380000', '142724.840000', '142725.300000', '142725.760000', '142726.220000', '142726.680000', '142727.140000', '142727.600000', '142728.060000', '142728.520000', '142728.980000', '142729.440000', '142729.900000', '142730.360000', '142730.820000', '142731.280000', '142731.740000', '142732.200000', '142732.660000', '142733.120000', '142733.580000', '142734.040000', '142734.500000', '142734.960000', '142735.420000', '142735.880000', '142736.340000', '142736.800000', '142737.260000', '142737.720000', '142738.180000', '142738.640000', '142739.100000', '142739.560000', '142740.020000', '142740.480000', '142740.940000', '142741.400000', '142741.860000', '142742.320000', '142742.780000', '142743.240000', '142743.700000', '142744.160000', '142744.620000', '142745.080000', '142745.540000', '142746.000000', '142746.460000', '142746.920000', '142747.380000', '142747.840000', '142748.300000', '142748.760000', '142749.220000', '142749.680000', '142750.140000', '142750.600000', '142751.060000', '142751.520000', '142751.980000', '142752.440000', '142752.900000', '142753.360000', '142753.820000', '142754.280000', '142754.740000', '142755.200000', '142755.660000', '142756.120000', '142756.580000', '142757.040000', '142757.500000', '142757.960000', '142758.420000', '142758.880000', '142759.340000', '142759.800000', '142800.260000', '142800.720000', '142801.180000', '142801.640000', '142802.100000', '142802.560000', '142803.020000', '142803.480000', '142803.940000', '142804.400000', '142804.860000', '142805.320000', '142805.780000', '142806.240000', '142806.700000', '142807.160000', '142807.620000', '142808.080000', '142808.540000', '142809.000000', '142809.460000', '142809.920000', '142810.380000', '142810.840000', '142811.300000', '142811.760000', '142812.220000', '142812.680000', '142813.140000', '142813.600000', '142814.060000', '142814.520000', '142814.980000', '142815.440000', '142815.900000', '142816.360000', '142816.820000', '142817.280000', '142817.740000', '142818.200000', '142818.660000', '142819.120000', '142819.580000', '142820.040000', '142820.500000', '142820.960000', '142821.420000', '142821.880000', '142822.340000', '142822.800000', '142823.260000', '142823.720000', '142824.180000', '142824.640000', '142825.100000', '142825.560000', '142826.020000', '142826.480000', '142826.940000', '142827.400000', '142827.860000', '142828.320000', '142828.780000', '142829.240000', '142829.700000', '142830.160000', '142830.620000', '142831.080000', '142831.540000', '142832.000000', '142832.460000', '142832.920000', '142833.380000', '142833.840000', '142834.300000', '142834.760000', '142835.220000', '142835.680000', '142836.140000', '142836.600000', '142837.060000', '142837.520000', '142837.980000', '142838.440000', '142838.900000', '142839.360000', '142839.820000', '142840.280000', '142840.740000', '142841.200000', '142841.660000', '142842.120000', '142842.580000', '142843.040000', '142843.500000', '142843.960000', '142844.420000', '142844.880000', '142845.340000', '142845.800000', '142846.260000', '142846.720000', '142847.180000', '142847.640000', '142848.100000', '142848.560000', '142849.020000', '142849.480000', '142849.940000', '142850.400000', '142850.860000', '142851.320000', '142851.780000', '142852.240000', '142852.700000', '142853.160000', '142853.620000', '142854.080000', '142854.540000', '142855.000000', '142855.460000', '142855.920000', '142856.380000', '142856.840000', '142857.300000', '142857.760000', '142858.220000', '142858.680000', '142859.140000', '142859.600000', '142900.060000', '142900.520000', '142900.980000', '142901.440000', '142901.900000', '142902.360000', '142902.820000', '142903.280000', '142903.740000', '142904.200000', '142904.660000', '142905.120000', '142905.580000', '142906.040000', '142906.500000', '142906.960000', '142907.420000', '142907.880000', '142908.340000', '142908.800000', '142909.260000', '142909.720000', '142910.180000', '142910.640000', '142911.100000', '142911.560000', '142912.020000', '142912.480000', '142912.940000', '142913.400000', '142913.860000', '142914.320000', '142914.780000', '142915.240000', '142915.700000', '142916.160000', '142916.620000', '142917.080000', '142917.540000', '142918.000000', '142918.460000', '142918.920000', '142919.380000', '142919.840000', '142920.300000', '142920.760000', '142921.220000', '142921.680000', '142922.140000', '142922.600000', '142923.060000', '142923.520000', '142923.980000', '142924.440000', '142924.900000', '142925.360000', '142925.820000', '142926.280000', '142926.740000', '142927.200000', '142927.660000', '142928.120000', '142928.580000', '142929.040000', '142929.500000', '142929.960000', '142930.420000', '142930.880000', '142931.340000', '142931.800000', '142932.260000', '142932.720000', '142933.180000', '142933.640000', '142934.100000', '142934.560000', '142935.020000', '142935.480000', '142935.940000', '142936.400000', '142936.860000', '142937.320000', '142937.780000', '142938.240000', '142938.700000', '142939.160000', '142939.620000', '142940.080000', '142940.540000', '142941.000000', '142941.460000', '142941.920000', '142942.380000', '142942.840000', '142943.300000', '142943.760000', '142944.220000', '142944.680000', '142945.140000', '142945.600000', '142946.060000', '142946.520000', '142946.980000', '142947.440000', '142947.900000', '142948.360000', '142948.820000', '142949.280000', '142949.740000', '142950.200000', '142950.660000', '142951.120000', '142951.580000', '142952.040000', '142952.500000', '142952.960000', '142953.420000', '142953.880000', '142954.340000', '142954.800000', '142955.260000', '142955.720000', '142956.180000', '142956.640000', '142957.100000', '142957.560000', '142958.020000', '142958.480000', '142958.940000', '142959.400000', '142959.860000', '143000.320000', '143000.780000', '143001.240000', '143001.700000', '143002.160000', '143002.620000', '143003.080000', '143003.540000', '143004.000000', '143004.460000', '143004.920000', '143005.380000', '143005.840000', '143006.300000', '143006.760000', '143007.220000', '143007.680000', '143008.140000', '143008.600000', '143009.060000', '143009.520000', '143009.980000', '143010.440000', '143010.900000', '143011.360000', '143011.820000', '143012.280000', '143012.740000', '143013.200000', '143013.660000', '143014.120000', '143014.580000', '143015.040000', '143015.500000', '143015.960000', '143016.420000', '143016.880000', '143017.340000', '143017.800000', '143018.260000', '143018.720000', '143019.180000', '143019.640000', '143020.100000', '143020.560000', '143021.020000', '143021.480000', '143021.940000', '143022.400000', '143022.860000', '143023.320000', '143023.780000', '143024.240000', '143024.700000', '143025.160000', '143025.620000', '143026.080000', '143026.540000', '143027.000000', '143027.460000', '143027.920000', '143028.380000', '143028.840000', '143029.300000', '143029.760000', '143030.220000', '143030.680000', '143031.140000', '143031.600000', '143032.060000', '143032.520000', '143032.980000', '143033.440000', '143033.900000', '143034.360000', '143034.820000', '143035.280000', '143035.740000', '143036.200000', '143036.660000', '143037.120000', '143037.580000', '143038.040000', '143038.500000', '143038.960000', '143039.420000', '143039.880000', '143040.340000', '143040.800000', '143041.260000', '143041.720000', '143042.180000', '143042.640000', '143043.100000', '143043.560000', '143044.020000', '143044.480000', '143044.940000', '143045.400000', '143045.860000', '143046.320000', '143046.780000', '143047.240000', '143047.700000', '143048.160000', '143048.620000', '143049.080000', '143049.540000', '143050.000000', '143050.460000', '143050.920000', '143051.380000', '143051.840000', '143052.300000', '143052.760000', '143053.220000', '143053.680000', '143054.140000', '143054.600000', '143055.060000', '143055.520000', '143055.980000', '143056.440000', '143056.900000', '143057.360000', '143057.820000', '143058.280000', '143058.740000', '143059.200000', '143059.660000', '143100.120000', '143100.580000', '143101.040000', '143101.500000', '143101.960000', '143102.420000', '143102.880000', '143103.340000', '143103.800000', '143104.260000', '143104.720000', '143105.180000', '143105.640000', '143106.100000', '143106.560000', '143107.020000', '143107.480000', '143107.940000', '143108.400000', '143108.860000', '143109.320000', '143109.780000', '143110.240000', '143110.700000', '143111.160000', '143111.620000', '143112.080000', '143112.540000', '143113.000000', '143113.460000', '143113.920000', '143114.380000', '143114.840000', '143115.300000', '143115.760000', '143116.220000', '143116.680000', '143117.140000', '143117.600000', '143118.060000', '143118.520000', '143118.980000', '143119.440000', '143119.900000', '143120.360000', '143120.820000', '143121.280000', '143121.740000', '143122.200000', '143122.660000', '143123.120000', '143123.580000', '143124.040000', '143124.500000', '143124.960000', '143125.420000', '143125.880000', '143126.340000', '143126.800000', '143127.260000', '143127.720000', '143128.180000', '143128.640000', '143129.100000', '143129.560000', '143130.020000', '143130.480000', '143130.940000', '143131.400000', '143131.860000', '143132.320000', '143132.780000', '143133.240000', '143133.700000', '143134.160000', '143134.620000', '143135.080000', '143135.540000', '143136.000000', '143136.460000', '143136.920000', '143137.380000', '143137.840000', '143138.300000', '143138.760000', '143139.220000', '143139.680000', '143140.140000', '143140.600000', '143141.060000', '143141.520000', '143141.980000', '143142.440000', '143142.900000', '143143.360000', '143143.820000', '143144.280000', '143144.740000', '143145.200000', '143145.660000', '143146.120000', '143146.580000', '143147.040000', '143147.500000', '143147.960000', '143148.420000', '143148.880000', '143149.340000', '143149.800000', '143150.260000', '143150.720000', '143151.180000', '143151.640000', '143152.100000', '143152.560000', '143153.020000', '143153.480000', '143153.940000', '143154.400000', '143154.860000', '143155.320000', '143155.780000', '143156.240000', '143156.700000', '143157.160000', '143157.620000', '143158.080000', '143158.540000', '143159.000000', '143159.460000', '143159.920000', '143200.380000', '143200.840000', '143201.300000', '143201.760000', '143202.220000', '143202.680000', '143203.140000', '143203.600000', '143204.060000', '143204.520000', '143204.980000', '143205.440000', '143205.900000', '143206.360000', '143206.820000', '143207.280000', '143207.740000', '143208.200000', '143208.660000', '143209.120000', '143209.580000', '143210.040000', '143210.500000', '143210.960000', '143211.420000', '143211.880000', '143212.340000', '143212.800000', '143213.260000', '143213.720000', '143214.180000', '143214.640000', '143215.100000', '143215.560000', '143216.020000', '143216.480000', '143216.940000', '143217.400000', '143217.860000', '143218.320000', '143218.780000', '143219.240000', '143219.700000', '143220.160000', '143220.620000', '143221.080000', '143221.540000', '143222.000000', '143222.460000', '143222.920000', '143223.380000', '143223.840000', '143224.300000', '143224.760000', '143225.220000', '143225.680000', '143226.140000', '143226.600000', '143227.060000', '143227.520000', '143227.980000', '143228.440000', '143228.900000'], 'ContentTime': ['142224.749000', '142224.752000', '142224.755000', '142224.757000', '142224.760000', '142224.763000', '142224.766000', '142224.769000', '142224.771000', '142224.775000', '142224.778000', '142224.781000', '142224.783000', '142224.786000', '142224.789000', '142224.791000', '142224.794000', '142224.796000', '142224.799000', '142224.802000', '142224.804000', '142224.807000', '142224.814000', '142224.817000', '142224.820000', '142224.822000', '142224.825000', '142224.827000', '142224.830000', '142224.833000', '142224.835000', '142224.838000', '142224.840000', '142224.843000', '142224.845000', '142224.848000', '142224.851000', '142224.853000', '142224.856000', '142224.858000', '142224.861000', '142224.864000', '142224.866000', '142224.873000', '142224.876000', '142224.879000', '142224.881000', '142224.884000', '142224.886000', '142224.889000', '142224.891000', '142224.894000', '142224.897000', '142224.899000', '142224.902000', '142224.904000', '142224.907000', '142224.910000', '142244.710000', '142244.713000', '142244.716000', '142244.718000', '142244.721000', '142244.724000', '142244.726000', '142244.729000', '142244.731000', '142244.734000', '142244.736000', '142244.739000', '142244.742000', '142244.744000', '142244.747000', '142244.749000', '142244.752000', '142244.755000', '142244.757000', '142244.760000', '142244.762000', '142244.765000', '142244.767000', '142244.770000', '142244.773000', '142244.775000', '142244.778000', '142244.780000', '142244.783000', '142244.786000', '142244.788000', '142244.791000', '142244.793000', '142244.796000', '142244.799000', '142244.801000', '142244.804000', '142244.806000', '142244.809000', '142244.812000', '142244.814000', '142244.817000', '142244.819000', '142244.822000', '142304.711000', '142304.713000', '142304.716000', '142304.719000', '142304.721000', '142304.724000', '142304.726000', '142304.729000', '142304.732000', '142304.734000', '142304.737000', '142304.740000', '142304.742000', '142304.745000', '142304.747000', '142304.750000', '142304.753000', '142304.755000', '142304.758000', '142304.761000', '142304.763000', '142304.766000', '142304.768000', '142304.771000', '142304.774000', '142304.776000', '142304.779000', '142304.781000', '142304.784000', '142304.786000', '142304.789000', '142304.792000', '142304.794000', '142304.797000', '142304.800000', '142304.803000', '142304.806000', '142304.809000', '142304.812000', '142304.814000', '142304.817000', '142304.819000', '142304.822000', '142324.709000', '142324.712000', '142324.715000', '142324.717000', '142324.720000', '142324.723000', '142324.725000', '142324.728000', '142324.730000', '142324.733000', '142324.736000', '142324.738000', '142324.741000', '142324.746000', '142324.748000', '142324.751000', '142324.753000', '142324.756000', '142324.759000', '142324.761000', '142324.764000', '142324.767000', '142324.769000', '142324.772000', '142324.775000', '142324.777000', '142324.780000', '142324.782000', '142324.785000', '142324.788000', '142324.790000', '142324.793000', '142324.795000', '142324.798000', '142324.801000', '142324.803000', '142324.806000', '142324.808000', '142324.811000', '142324.814000', '142324.816000', '142324.819000', '142324.822000', '142324.824000', '142344.711000', '142344.713000', '142344.716000', '142344.719000', '142344.721000', '142344.724000', '142344.726000', '142344.729000', '142344.732000', '142344.734000', '142344.737000', '142344.740000', '142344.742000', '142344.745000', '142344.747000', '142344.750000', '142344.753000', '142344.755000', '142344.758000', '142344.760000', '142344.763000', '142344.766000', '142344.793000', '142344.795000', '142344.798000', '142344.800000', '142344.803000', '142344.806000', '142344.808000', '142344.811000', '142344.814000', '142344.817000', '142344.819000', '142344.822000', '142344.825000', '142344.827000', '142344.830000', '142344.842000', '142344.845000', '142344.848000', '142344.850000', '142344.853000', '142344.856000', '142404.711000', '142404.713000', '142404.716000', '142404.719000', '142404.721000', '142404.724000', '142404.726000', '142404.729000', '142404.732000', '142404.734000', '142404.737000', '142404.740000', '142404.742000', '142404.745000', '142404.748000', '142404.750000', '142404.753000', '142404.755000', '142404.758000', '142404.761000', '142404.763000', '142404.766000', '142404.769000', '142404.771000', '142404.774000', '142404.776000', '142404.779000', '142404.782000', '142404.784000', '142404.787000', '142404.790000', '142404.792000', '142404.795000', '142404.798000', '142404.800000', '142404.803000', '142404.806000', '142404.808000', '142404.811000', '142404.813000', '142404.816000', '142404.819000', '142404.821000', '142404.824000', '142424.710000', '142424.713000', '142424.716000', '142424.719000', '142424.721000', '142424.724000', '142424.726000', '142424.729000', '142424.732000', '142424.734000', '142424.737000', '142424.739000', '142424.742000', '142424.745000', '142424.747000', '142424.750000', '142424.752000', '142424.755000', '142424.758000', '142424.760000', '142424.763000', '142424.766000', '142424.768000', '142424.771000', '142424.773000', '142424.776000', '142424.779000', '142424.781000', '142424.784000', '142424.786000', '142424.789000', '142424.792000', '142424.794000', '142424.797000', '142424.799000', '142424.802000', '142424.805000', '142424.807000', '142424.810000', '142424.813000', '142424.815000', '142424.818000', '142424.820000', '142444.710000', '142444.713000', '142444.716000', '142444.719000', '142444.721000', '142444.724000', '142444.726000', '142444.729000', '142444.732000', '142444.734000', '142444.737000', '142444.740000', '142444.742000', '142444.745000', '142444.747000', '142444.750000', '142444.752000', '142444.755000', '142444.758000', '142444.760000', '142444.763000', '142444.765000', '142444.768000', '142444.771000', '142444.773000', '142444.776000', '142444.779000', '142444.781000', '142444.784000', '142444.786000', '142444.789000', '142444.792000', '142444.794000', '142444.797000', '142444.799000', '142444.802000', '142444.805000', '142444.807000', '142444.810000', '142444.813000', '142444.815000', '142444.818000', '142444.820000', '142504.710000', '142504.713000', '142504.716000', '142504.719000', '142504.721000', '142504.724000', '142504.727000', '142504.729000', '142504.732000', '142504.734000', '142504.737000', '142504.740000', '142504.742000', '142504.745000', '142504.747000', '142504.750000', '142504.753000', '142504.755000', '142504.758000', '142504.761000', '142504.763000', '142504.766000', '142504.769000', '142504.771000', '142504.774000', '142504.776000', '142504.779000', '142504.782000', '142504.784000', '142504.787000', '142504.789000', '142504.792000', '142504.795000', '142504.797000', '142504.800000', '142504.803000', '142504.805000', '142504.808000', '142504.810000', '142504.813000', '142504.816000', '142504.818000', '142504.821000', '142504.824000', '142524.709000', '142524.712000', '142524.715000', '142524.717000', '142524.720000', '142524.723000', '142524.725000', '142524.728000', '142524.731000', '142524.734000', '142524.736000', '142524.739000', '142524.741000', '142524.744000', '142524.747000', '142524.749000', '142524.752000', '142524.754000', '142524.757000', '142524.772000', '142524.775000', '142524.778000', '142524.780000', '142524.783000', '142524.785000', '142524.788000', '142524.791000', '142524.793000', '142524.796000', '142524.801000', '142524.803000', '142524.806000', '142524.808000', '142524.811000', '142524.814000', '142524.816000', '142524.819000', '142524.822000', '142524.824000', '142524.827000', '142524.829000', '142524.832000', '142524.835000', '142524.837000', '142544.709000', '142544.712000', '142544.715000', '142544.718000', '142544.720000', '142544.723000', '142544.725000', '142544.728000', '142544.731000', '142544.733000', '142544.736000', '142544.739000', '142544.741000', '142544.744000', '142544.746000', '142544.749000', '142544.751000', '142544.754000', '142544.757000', '142544.759000', '142544.762000', '142544.765000', '142544.767000', '142544.770000', '142544.772000', '142544.775000', '142544.778000', '142544.781000', '142544.784000', '142544.787000', '142544.789000', '142544.792000', '142544.794000', '142544.797000', '142544.800000', '142544.802000', '142544.805000', '142544.807000', '142544.810000', '142544.813000', '142544.815000', '142544.818000', '142544.821000', '142604.710000', '142604.713000', '142604.716000', '142604.719000', '142604.721000', '142604.724000', '142604.726000', '142604.729000', '142604.734000', '142604.737000', '142604.740000', '142604.742000', '142604.745000', '142604.747000', '142604.750000', '142604.753000', '142604.755000', '142604.758000', '142604.760000', '142604.763000', '142604.766000', '142604.768000', '142604.771000', '142604.773000', '142604.776000', '142604.779000', '142604.781000', '142604.784000', '142604.787000', '142604.789000', '142604.792000', '142604.795000', '142604.797000', '142604.800000', '142604.802000', '142604.805000', '142604.808000', '142604.810000', '142604.813000', '142604.816000', '142604.818000', '142604.821000', '142604.823000', '142604.826000', '142624.710000', '142624.713000', '142624.716000', '142624.718000', '142624.721000', '142624.724000', '142624.726000', '142624.729000', '142624.732000', '142624.734000', '142624.737000', '142624.739000', '142624.742000', '142624.745000', '142624.747000', '142624.750000', '142624.753000', '142624.755000', '142624.758000', '142624.761000', '142624.763000', '142624.766000', '142624.769000', '142624.771000', '142624.774000', '142624.776000', '142624.779000', '142624.782000', '142624.784000', '142624.787000', '142624.790000', '142624.792000', '142624.795000', '142624.798000', '142624.800000', '142624.803000', '142624.805000', '142624.808000', '142624.811000', '142624.813000', '142624.816000', '142624.818000', '142624.821000', '142644.710000', '142644.713000', '142644.716000', '142644.719000', '142644.722000', '142644.725000', '142644.727000', '142644.730000', '142644.733000', '142644.735000', '142644.738000', '142644.740000', '142644.743000', '142644.746000', '142644.748000', '142644.751000', '142644.754000', '142644.756000', '142644.759000', '142644.761000', '142644.764000', '142644.766000', '142644.769000', '142644.772000', '142644.774000', '142644.777000', '142644.780000', '142644.782000', '142644.785000', '142644.788000', '142644.790000', '142644.793000', '142644.796000', '142644.798000', '142644.801000', '142644.803000', '142644.806000', '142644.809000', '142644.811000', '142644.814000', '142644.817000', '142644.819000', '142644.822000', '142644.835000', '142704.711000', '142704.713000', '142704.716000', '142704.719000', '142704.721000', '142704.724000', '142704.726000', '142704.729000', '142704.732000', '142704.734000', '142704.737000', '142704.739000', '142704.742000', '142704.745000', '142704.747000', '142704.750000', '142704.753000', '142704.755000', '142704.758000', '142704.761000', '142704.763000', '142704.766000', '142704.768000', '142704.771000', '142704.774000', '142704.776000', '142704.779000', '142704.781000', '142704.784000', '142704.787000', '142704.789000', '142704.792000', '142704.795000', '142704.797000', '142704.800000', '142704.802000', '142704.805000', '142704.808000', '142704.810000', '142704.813000', '142704.816000', '142704.818000', '142704.821000', '142724.710000', '142724.713000', '142724.716000', '142724.718000', '142724.721000', '142724.724000', '142724.726000', '142724.729000', '142724.731000', '142724.734000', '142724.737000', '142724.739000', '142724.742000', '142724.745000', '142724.747000', '142724.750000', '142724.752000', '142724.755000', '142724.758000', '142724.760000', '142724.763000', '142724.765000', '142724.768000', '142724.771000', '142724.773000', '142724.776000', '142724.779000', '142724.781000', '142724.784000', '142724.786000', '142724.789000', '142724.792000', '142724.794000', '142724.797000', '142724.799000', '142724.802000', '142724.805000', '142724.807000', '142724.810000', '142724.812000', '142724.815000', '142724.818000', '142724.820000', '142724.823000', '142744.710000', '142744.712000', '142744.715000', '142744.718000', '142744.720000', '142744.723000', '142744.725000', '142744.728000', '142744.731000', '142744.733000', '142744.736000', '142744.738000', '142744.741000', '142744.744000', '142744.746000', '142744.749000', '142744.751000', '142744.754000', '142744.757000', '142744.759000', '142744.762000', '142744.764000', '142744.767000', '142744.769000', '142744.772000', '142744.775000', '142744.777000', '142744.780000', '142744.782000', '142744.785000', '142744.788000', '142744.790000', '142744.793000', '142744.795000', '142744.798000', '142744.801000', '142744.803000', '142744.806000', '142744.808000', '142744.811000', '142744.814000', '142744.816000', '142744.819000', '142804.711000', '142804.713000', '142804.716000', '142804.719000', '142804.721000', '142804.724000', '142804.726000', '142804.729000', '142804.732000', '142804.734000', '142804.737000', '142804.739000', '142804.742000', '142804.745000', '142804.747000', '142804.750000', '142804.753000', '142804.756000', '142804.758000', '142804.761000', '142804.764000', '142804.766000', '142804.769000', '142804.772000', '142804.774000', '142804.777000', '142804.780000', '142804.782000', '142804.785000', '142804.787000', '142804.790000', '142804.793000', '142804.795000', '142804.798000', '142804.800000', '142804.803000', '142804.806000', '142804.808000', '142804.811000', '142804.813000', '142804.816000', '142804.819000', '142804.821000', '142804.824000', '142824.711000', '142824.713000', '142824.716000', '142824.719000', '142824.721000', '142824.724000', '142824.726000', '142824.729000', '142824.732000', '142824.734000', '142824.737000', '142824.739000', '142824.742000', '142824.745000', '142824.747000', '142824.750000', '142824.753000', '142824.755000', '142824.758000', '142824.760000', '142824.763000', '142824.766000', '142824.768000', '142824.771000', '142824.773000', '142824.776000', '142824.779000', '142824.781000', '142824.784000', '142824.787000', '142824.789000', '142824.792000', '142824.794000', '142824.797000', '142824.800000', '142824.802000', '142824.805000', '142824.807000', '142824.810000', '142824.813000', '142824.815000', '142824.818000', '142824.821000', '142844.710000', '142844.713000', '142844.716000', '142844.719000', '142844.721000', '142844.724000', '142844.726000', '142844.729000', '142844.732000', '142844.734000', '142844.737000', '142844.740000', '142844.742000', '142844.745000', '142844.747000', '142844.750000', '142844.753000', '142844.755000', '142844.758000', '142844.761000', '142844.763000', '142844.766000', '142844.769000', '142844.771000', '142844.774000', '142844.777000', '142844.779000', '142844.782000', '142844.784000', '142844.787000', '142844.790000', '142844.792000', '142844.795000', '142844.798000', '142844.800000', '142844.803000', '142844.805000', '142844.808000', '142844.811000', '142844.813000', '142844.816000', '142844.818000', '142844.821000', '142904.711000', '142904.713000', '142904.716000', '142904.719000', '142904.721000', '142904.724000', '142904.726000', '142904.729000', '142904.732000', '142904.734000', '142904.737000', '142904.739000', '142904.742000', '142904.745000', '142904.747000', '142904.750000', '142904.752000', '142904.755000', '142904.758000', '142904.760000', '142904.763000', '142904.765000', '142904.768000', '142904.771000', '142904.773000', '142904.776000', '142904.779000', '142904.781000', '142904.784000', '142904.787000', '142904.789000', '142904.792000', '142904.794000', '142904.797000', '142904.800000', '142904.802000', '142904.805000', '142904.807000', '142904.810000', '142904.813000', '142904.815000', '142904.818000', '142904.820000', '142904.823000', '142924.711000', '142924.714000', '142924.716000', '142924.719000', '142924.721000', '142924.724000', '142924.727000', '142924.729000', '142924.732000', '142924.735000', '142924.737000', '142924.740000', '142924.742000', '142924.745000', '142924.748000', '142924.750000', '142924.753000', '142924.755000', '142924.758000', '142924.761000', '142924.764000', '142924.767000', '142924.770000', '142924.773000', '142924.775000', '142924.778000', '142924.781000', '142924.783000', '142924.786000', '142924.788000', '142924.791000', '142924.794000', '142924.798000', '142924.801000', '142924.804000', '142924.806000', '142924.809000', '142924.812000', '142924.814000', '142924.817000', '142924.819000', '142924.822000', '142924.825000', '142944.711000', '142944.714000', '142944.716000', '142944.719000', '142944.721000', '142944.724000', '142944.727000', '142944.729000', '142944.740000', '142944.743000', '142944.745000', '142944.748000', '142944.751000', '142944.753000', '142944.756000', '142944.758000', '142944.761000', '142944.764000', '142944.767000', '142944.769000', '142944.772000', '142944.775000', '142944.777000', '142944.780000', '142944.783000', '142944.785000', '142944.788000', '142944.791000', '142944.793000', '142944.796000', '142944.799000', '142944.801000', '142944.804000', '142944.806000', '142944.809000', '142944.812000', '142944.814000', '142944.817000', '142944.820000', '142944.822000', '142944.825000', '142944.828000', '142944.830000', '142944.833000', '143004.710000', '143004.713000', '143004.715000', '143004.718000', '143004.721000', '143004.723000', '143004.726000', '143004.728000', '143004.731000', '143004.734000', '143004.736000', '143004.739000', '143004.742000', '143004.744000', '143004.747000', '143004.749000', '143004.752000', '143004.755000', '143004.757000', '143004.760000', '143004.762000', '143004.765000', '143004.768000', '143004.770000', '143004.773000', '143004.776000', '143004.778000', '143004.781000', '143004.784000', '143004.786000', '143004.789000', '143004.792000', '143004.794000', '143004.797000', '143004.800000', '143004.802000', '143004.805000', '143004.808000', '143004.810000', '143004.813000', '143004.815000', '143004.818000', '143004.821000', '143024.711000', '143024.714000', '143024.716000', '143024.719000', '143024.722000', '143024.724000', '143024.727000', '143024.730000', '143024.732000', '143024.735000', '143024.737000', '143024.740000', '143024.743000', '143024.745000', '143024.748000', '143024.750000', '143024.753000', '143024.756000', '143024.758000', '143024.761000', '143024.764000', '143024.766000', '143024.769000', '143024.772000', '143024.774000', '143024.777000', '143024.780000', '143024.782000', '143024.785000', '143024.788000', '143024.790000', '143024.793000', '143024.796000', '143024.798000', '143024.801000', '143024.803000', '143024.806000', '143024.809000', '143024.811000', '143024.814000', '143024.817000', '143024.819000', '143024.822000', '143024.824000', '143044.711000', '143044.714000', '143044.716000', '143044.719000', '143044.722000', '143044.724000', '143044.727000', '143044.729000', '143044.732000', '143044.735000', '143044.737000', '143044.740000', '143044.743000', '143044.745000', '143044.748000', '143044.750000', '143044.753000', '143044.755000', '143044.758000', '143044.761000', '143044.763000', '143044.766000', '143044.769000', '143044.771000', '143044.774000', '143044.777000', '143044.779000', '143044.782000', '143044.785000', '143044.788000', '143044.790000', '143044.793000', '143044.796000', '143044.799000', '143044.801000', '143044.804000', '143044.807000', '143044.809000', '143044.812000', '143044.815000', '143044.817000', '143044.820000', '143044.822000', '143104.711000', '143104.714000', '143104.716000', '143104.719000', '143104.731000', '143104.734000', '143104.737000', '143104.739000', '143104.742000', '143104.744000', '143104.747000', '143104.750000', '143104.752000', '143104.755000', '143104.758000', '143104.760000', '143104.763000', '143104.765000', '143104.768000', '143104.771000', '143104.773000', '143104.776000', '143104.779000', '143104.781000', '143104.784000', '143104.787000', '143104.790000', '143104.792000', '143104.795000', '143104.798000', '143104.800000', '143104.803000', '143104.806000', '143104.808000', '143104.811000', '143104.814000', '143104.816000', '143104.819000', '143104.822000', '143104.824000', '143104.827000', '143104.829000', '143104.832000', '143104.835000', '143124.711000', '143124.714000', '143124.716000', '143124.719000', '143124.721000', '143124.724000', '143124.727000', '143124.729000', '143124.732000', '143124.735000', '143124.737000', '143124.740000', '143124.742000', '143124.745000', '143124.748000', '143124.750000', '143124.753000', '143124.756000', '143124.758000', '143124.761000', '143124.764000', '143124.766000', '143124.769000', '143124.771000', '143124.774000', '143124.777000', '143124.779000', '143124.782000', '143124.785000', '143124.787000', '143124.790000', '143124.793000', '143124.795000', '143124.798000', '143124.800000', '143124.803000', '143124.806000', '143124.809000', '143124.812000', '143124.815000', '143124.817000', '143124.820000', '143124.822000', '143144.711000', '143144.714000', '143144.716000', '143144.719000', '143144.722000', '143144.724000', '143144.727000', '143144.729000', '143144.732000', '143144.735000', '143144.737000', '143144.740000', '143144.743000', '143144.745000', '143144.748000', '143144.750000', '143144.753000', '143144.756000', '143144.758000', '143144.761000', '143144.764000', '143144.766000', '143144.769000', '143144.772000', '143144.774000', '143144.777000', '143144.780000', '143144.782000', '143144.785000', '143144.788000', '143144.790000', '143144.793000', '143144.796000', '143144.798000', '143144.801000', '143144.803000', '143144.806000', '143144.809000', '143144.811000', '143144.814000', '143144.817000', '143144.819000', '143144.822000', '143144.824000', '143204.711000', '143204.713000', '143204.716000', '143204.719000', '143204.721000', '143204.724000', '143204.727000', '143204.729000', '143204.732000', '143204.734000', '143204.737000', '143204.740000', '143204.742000', '143204.745000', '143204.748000', '143204.750000', '143204.753000', '143204.756000', '143204.758000', '143204.761000', '143204.763000', '143204.766000', '143204.769000', '143204.771000', '143204.774000', '143204.777000', '143204.779000', '143204.782000', '143204.785000', '143204.787000', '143204.790000', '143204.793000', '143204.795000', '143204.798000', '143204.800000', '143204.803000', '143204.806000', '143204.808000', '143204.811000', '143204.814000', '143204.817000', '143204.820000', '143204.823000', '143224.710000', '143224.713000', '143224.715000', '143224.718000', '143224.721000', '143224.723000', '143224.726000', '143224.728000', '143224.731000', '143224.734000', '143224.736000', '143224.739000', '143224.742000', '143224.744000', '143224.747000', '143224.750000', '143224.752000', '143224.755000', '143224.757000', '143224.760000', '143224.763000', '143224.765000', '143224.768000', '143224.770000', '143224.773000', '143224.776000', '143224.778000', '143224.781000', '143224.783000', '143224.786000', '143224.789000', '143224.792000', '143224.794000', '143224.797000', '143224.799000', '143224.802000', '143224.805000', '143224.807000', '143224.810000', '143224.812000', '143224.815000', '143224.818000', '143224.820000', '143224.823000', '143230.608000', '143230.611000', '143230.614000', '143230.617000', '143230.620000', '143230.623000', '143230.626000', '143230.629000', '143230.632000', '143230.634000', '143230.637000', '143230.640000', '143230.643000'], 'InstanceCreationTime': ['142224.749000', '142224.752000', '142224.755000', '142224.757000', '142224.760000', '142224.763000', '142224.766000', '142224.769000', '142224.771000', '142224.775000', '142224.778000', '142224.781000', '142224.783000', '142224.786000', '142224.789000', '142224.791000', '142224.794000', '142224.796000', '142224.799000', '142224.802000', '142224.804000', '142224.807000', '142224.814000', '142224.817000', '142224.820000', '142224.822000', '142224.825000', '142224.827000', '142224.830000', '142224.833000', '142224.835000', '142224.838000', '142224.840000', '142224.843000', '142224.845000', '142224.848000', '142224.851000', '142224.853000', '142224.856000', '142224.858000', '142224.861000', '142224.864000', '142224.866000', '142224.873000', '142224.876000', '142224.879000', '142224.881000', '142224.884000', '142224.886000', '142224.889000', '142224.891000', '142224.894000', '142224.897000', '142224.899000', '142224.902000', '142224.904000', '142224.907000', '142224.910000', '142244.710000', '142244.713000', '142244.716000', '142244.718000', '142244.721000', '142244.724000', '142244.726000', '142244.729000', '142244.731000', '142244.734000', '142244.736000', '142244.739000', '142244.742000', '142244.744000', '142244.747000', '142244.749000', '142244.752000', '142244.755000', '142244.757000', '142244.760000', '142244.762000', '142244.765000', '142244.767000', '142244.770000', '142244.773000', '142244.775000', '142244.778000', '142244.780000', '142244.783000', '142244.786000', '142244.788000', '142244.791000', '142244.793000', '142244.796000', '142244.799000', '142244.801000', '142244.804000', '142244.806000', '142244.809000', '142244.812000', '142244.814000', '142244.817000', '142244.819000', '142244.822000', '142304.711000', '142304.713000', '142304.716000', '142304.719000', '142304.721000', '142304.724000', '142304.726000', '142304.729000', '142304.732000', '142304.734000', '142304.737000', '142304.740000', '142304.742000', '142304.745000', '142304.747000', '142304.750000', '142304.753000', '142304.755000', '142304.758000', '142304.761000', '142304.763000', '142304.766000', '142304.768000', '142304.771000', '142304.774000', '142304.776000', '142304.779000', '142304.781000', '142304.784000', '142304.786000', '142304.789000', '142304.792000', '142304.794000', '142304.797000', '142304.800000', '142304.803000', '142304.806000', '142304.809000', '142304.812000', '142304.814000', '142304.817000', '142304.819000', '142304.822000', '142324.709000', '142324.712000', '142324.715000', '142324.717000', '142324.720000', '142324.723000', '142324.725000', '142324.728000', '142324.730000', '142324.733000', '142324.736000', '142324.738000', '142324.741000', '142324.746000', '142324.748000', '142324.751000', '142324.753000', '142324.756000', '142324.759000', '142324.761000', '142324.764000', '142324.767000', '142324.769000', '142324.772000', '142324.775000', '142324.777000', '142324.780000', '142324.782000', '142324.785000', '142324.788000', '142324.790000', '142324.793000', '142324.795000', '142324.798000', '142324.801000', '142324.803000', '142324.806000', '142324.808000', '142324.811000', '142324.814000', '142324.816000', '142324.819000', '142324.822000', '142324.824000', '142344.711000', '142344.713000', '142344.716000', '142344.719000', '142344.721000', '142344.724000', '142344.726000', '142344.729000', '142344.732000', '142344.734000', '142344.737000', '142344.740000', '142344.742000', '142344.745000', '142344.747000', '142344.750000', '142344.753000', '142344.755000', '142344.758000', '142344.760000', '142344.763000', '142344.766000', '142344.793000', '142344.795000', '142344.798000', '142344.800000', '142344.803000', '142344.806000', '142344.808000', '142344.811000', '142344.814000', '142344.817000', '142344.819000', '142344.822000', '142344.825000', '142344.827000', '142344.830000', '142344.842000', '142344.845000', '142344.848000', '142344.850000', '142344.853000', '142344.856000', '142404.711000', '142404.713000', '142404.716000', '142404.719000', '142404.721000', '142404.724000', '142404.726000', '142404.729000', '142404.732000', '142404.734000', '142404.737000', '142404.740000', '142404.742000', '142404.745000', '142404.748000', '142404.750000', '142404.753000', '142404.755000', '142404.758000', '142404.761000', '142404.763000', '142404.766000', '142404.769000', '142404.771000', '142404.774000', '142404.776000', '142404.779000', '142404.782000', '142404.784000', '142404.787000', '142404.790000', '142404.792000', '142404.795000', '142404.798000', '142404.800000', '142404.803000', '142404.806000', '142404.808000', '142404.811000', '142404.813000', '142404.816000', '142404.819000', '142404.821000', '142404.824000', '142424.710000', '142424.713000', '142424.716000', '142424.719000', '142424.721000', '142424.724000', '142424.726000', '142424.729000', '142424.732000', '142424.734000', '142424.737000', '142424.739000', '142424.742000', '142424.745000', '142424.747000', '142424.750000', '142424.752000', '142424.755000', '142424.758000', '142424.760000', '142424.763000', '142424.766000', '142424.768000', '142424.771000', '142424.773000', '142424.776000', '142424.779000', '142424.781000', '142424.784000', '142424.786000', '142424.789000', '142424.792000', '142424.794000', '142424.797000', '142424.799000', '142424.802000', '142424.805000', '142424.807000', '142424.810000', '142424.813000', '142424.815000', '142424.818000', '142424.820000', '142444.710000', '142444.713000', '142444.716000', '142444.719000', '142444.721000', '142444.724000', '142444.726000', '142444.729000', '142444.732000', '142444.734000', '142444.737000', '142444.740000', '142444.742000', '142444.745000', '142444.747000', '142444.750000', '142444.752000', '142444.755000', '142444.758000', '142444.760000', '142444.763000', '142444.765000', '142444.768000', '142444.771000', '142444.773000', '142444.776000', '142444.779000', '142444.781000', '142444.784000', '142444.786000', '142444.789000', '142444.792000', '142444.794000', '142444.797000', '142444.799000', '142444.802000', '142444.805000', '142444.807000', '142444.810000', '142444.813000', '142444.815000', '142444.818000', '142444.820000', '142504.710000', '142504.713000', '142504.716000', '142504.719000', '142504.721000', '142504.724000', '142504.727000', '142504.729000', '142504.732000', '142504.734000', '142504.737000', '142504.740000', '142504.742000', '142504.745000', '142504.747000', '142504.750000', '142504.753000', '142504.755000', '142504.758000', '142504.761000', '142504.763000', '142504.766000', '142504.769000', '142504.771000', '142504.774000', '142504.776000', '142504.779000', '142504.782000', '142504.784000', '142504.787000', '142504.789000', '142504.792000', '142504.795000', '142504.797000', '142504.800000', '142504.803000', '142504.805000', '142504.808000', '142504.810000', '142504.813000', '142504.816000', '142504.818000', '142504.821000', '142504.824000', '142524.709000', '142524.712000', '142524.715000', '142524.717000', '142524.720000', '142524.723000', '142524.725000', '142524.728000', '142524.731000', '142524.734000', '142524.736000', '142524.739000', '142524.741000', '142524.744000', '142524.747000', '142524.749000', '142524.752000', '142524.754000', '142524.757000', '142524.772000', '142524.775000', '142524.778000', '142524.780000', '142524.783000', '142524.785000', '142524.788000', '142524.791000', '142524.793000', '142524.796000', '142524.801000', '142524.803000', '142524.806000', '142524.808000', '142524.811000', '142524.814000', '142524.816000', '142524.819000', '142524.822000', '142524.824000', '142524.827000', '142524.829000', '142524.832000', '142524.835000', '142524.837000', '142544.709000', '142544.712000', '142544.715000', '142544.718000', '142544.720000', '142544.723000', '142544.725000', '142544.728000', '142544.731000', '142544.733000', '142544.736000', '142544.739000', '142544.741000', '142544.744000', '142544.746000', '142544.749000', '142544.751000', '142544.754000', '142544.757000', '142544.759000', '142544.762000', '142544.765000', '142544.767000', '142544.770000', '142544.772000', '142544.775000', '142544.778000', '142544.781000', '142544.784000', '142544.787000', '142544.789000', '142544.792000', '142544.794000', '142544.797000', '142544.800000', '142544.802000', '142544.805000', '142544.807000', '142544.810000', '142544.813000', '142544.815000', '142544.818000', '142544.821000', '142604.710000', '142604.713000', '142604.716000', '142604.719000', '142604.721000', '142604.724000', '142604.726000', '142604.729000', '142604.734000', '142604.737000', '142604.740000', '142604.742000', '142604.745000', '142604.747000', '142604.750000', '142604.753000', '142604.755000', '142604.758000', '142604.760000', '142604.763000', '142604.766000', '142604.768000', '142604.771000', '142604.773000', '142604.776000', '142604.779000', '142604.781000', '142604.784000', '142604.787000', '142604.789000', '142604.792000', '142604.795000', '142604.797000', '142604.800000', '142604.802000', '142604.805000', '142604.808000', '142604.810000', '142604.813000', '142604.816000', '142604.818000', '142604.821000', '142604.823000', '142604.826000', '142624.710000', '142624.713000', '142624.716000', '142624.718000', '142624.721000', '142624.724000', '142624.726000', '142624.729000', '142624.732000', '142624.734000', '142624.737000', '142624.739000', '142624.742000', '142624.745000', '142624.747000', '142624.750000', '142624.753000', '142624.755000', '142624.758000', '142624.761000', '142624.763000', '142624.766000', '142624.769000', '142624.771000', '142624.774000', '142624.776000', '142624.779000', '142624.782000', '142624.784000', '142624.787000', '142624.790000', '142624.792000', '142624.795000', '142624.798000', '142624.800000', '142624.803000', '142624.805000', '142624.808000', '142624.811000', '142624.813000', '142624.816000', '142624.818000', '142624.821000', '142644.710000', '142644.713000', '142644.716000', '142644.719000', '142644.722000', '142644.725000', '142644.727000', '142644.730000', '142644.733000', '142644.735000', '142644.738000', '142644.740000', '142644.743000', '142644.746000', '142644.748000', '142644.751000', '142644.754000', '142644.756000', '142644.759000', '142644.761000', '142644.764000', '142644.766000', '142644.769000', '142644.772000', '142644.774000', '142644.777000', '142644.780000', '142644.782000', '142644.785000', '142644.788000', '142644.790000', '142644.793000', '142644.796000', '142644.798000', '142644.801000', '142644.803000', '142644.806000', '142644.809000', '142644.811000', '142644.814000', '142644.817000', '142644.819000', '142644.822000', '142644.835000', '142704.711000', '142704.713000', '142704.716000', '142704.719000', '142704.721000', '142704.724000', '142704.726000', '142704.729000', '142704.732000', '142704.734000', '142704.737000', '142704.739000', '142704.742000', '142704.745000', '142704.747000', '142704.750000', '142704.753000', '142704.755000', '142704.758000', '142704.761000', '142704.763000', '142704.766000', '142704.768000', '142704.771000', '142704.774000', '142704.776000', '142704.779000', '142704.781000', '142704.784000', '142704.787000', '142704.789000', '142704.792000', '142704.795000', '142704.797000', '142704.800000', '142704.802000', '142704.805000', '142704.808000', '142704.810000', '142704.813000', '142704.816000', '142704.818000', '142704.821000', '142724.710000', '142724.713000', '142724.716000', '142724.718000', '142724.721000', '142724.724000', '142724.726000', '142724.729000', '142724.731000', '142724.734000', '142724.737000', '142724.739000', '142724.742000', '142724.745000', '142724.747000', '142724.750000', '142724.752000', '142724.755000', '142724.758000', '142724.760000', '142724.763000', '142724.765000', '142724.768000', '142724.771000', '142724.773000', '142724.776000', '142724.779000', '142724.781000', '142724.784000', '142724.786000', '142724.789000', '142724.792000', '142724.794000', '142724.797000', '142724.799000', '142724.802000', '142724.805000', '142724.807000', '142724.810000', '142724.812000', '142724.815000', '142724.818000', '142724.820000', '142724.823000', '142744.710000', '142744.712000', '142744.715000', '142744.718000', '142744.720000', '142744.723000', '142744.725000', '142744.728000', '142744.731000', '142744.733000', '142744.736000', '142744.738000', '142744.741000', '142744.744000', '142744.746000', '142744.749000', '142744.751000', '142744.754000', '142744.757000', '142744.759000', '142744.762000', '142744.764000', '142744.767000', '142744.769000', '142744.772000', '142744.775000', '142744.777000', '142744.780000', '142744.782000', '142744.785000', '142744.788000', '142744.790000', '142744.793000', '142744.795000', '142744.798000', '142744.801000', '142744.803000', '142744.806000', '142744.808000', '142744.811000', '142744.814000', '142744.816000', '142744.819000', '142804.711000', '142804.713000', '142804.716000', '142804.719000', '142804.721000', '142804.724000', '142804.726000', '142804.729000', '142804.732000', '142804.734000', '142804.737000', '142804.739000', '142804.742000', '142804.745000', '142804.747000', '142804.750000', '142804.753000', '142804.756000', '142804.758000', '142804.761000', '142804.764000', '142804.766000', '142804.769000', '142804.772000', '142804.774000', '142804.777000', '142804.780000', '142804.782000', '142804.785000', '142804.787000', '142804.790000', '142804.793000', '142804.795000', '142804.798000', '142804.800000', '142804.803000', '142804.806000', '142804.808000', '142804.811000', '142804.813000', '142804.816000', '142804.819000', '142804.821000', '142804.824000', '142824.711000', '142824.713000', '142824.716000', '142824.719000', '142824.721000', '142824.724000', '142824.726000', '142824.729000', '142824.732000', '142824.734000', '142824.737000', '142824.739000', '142824.742000', '142824.745000', '142824.747000', '142824.750000', '142824.753000', '142824.755000', '142824.758000', '142824.760000', '142824.763000', '142824.766000', '142824.768000', '142824.771000', '142824.773000', '142824.776000', '142824.779000', '142824.781000', '142824.784000', '142824.787000', '142824.789000', '142824.792000', '142824.794000', '142824.797000', '142824.800000', '142824.802000', '142824.805000', '142824.807000', '142824.810000', '142824.813000', '142824.815000', '142824.818000', '142824.821000', '142844.710000', '142844.713000', '142844.716000', '142844.719000', '142844.721000', '142844.724000', '142844.726000', '142844.729000', '142844.732000', '142844.734000', '142844.737000', '142844.740000', '142844.742000', '142844.745000', '142844.747000', '142844.750000', '142844.753000', '142844.755000', '142844.758000', '142844.761000', '142844.763000', '142844.766000', '142844.769000', '142844.771000', '142844.774000', '142844.777000', '142844.779000', '142844.782000', '142844.784000', '142844.787000', '142844.790000', '142844.792000', '142844.795000', '142844.798000', '142844.800000', '142844.803000', '142844.805000', '142844.808000', '142844.811000', '142844.813000', '142844.816000', '142844.818000', '142844.821000', '142904.711000', '142904.713000', '142904.716000', '142904.719000', '142904.721000', '142904.724000', '142904.726000', '142904.729000', '142904.732000', '142904.734000', '142904.737000', '142904.739000', '142904.742000', '142904.745000', '142904.747000', '142904.750000', '142904.752000', '142904.755000', '142904.758000', '142904.760000', '142904.763000', '142904.765000', '142904.768000', '142904.771000', '142904.773000', '142904.776000', '142904.779000', '142904.781000', '142904.784000', '142904.787000', '142904.789000', '142904.792000', '142904.794000', '142904.797000', '142904.800000', '142904.802000', '142904.805000', '142904.807000', '142904.810000', '142904.813000', '142904.815000', '142904.818000', '142904.820000', '142904.823000', '142924.711000', '142924.714000', '142924.716000', '142924.719000', '142924.721000', '142924.724000', '142924.727000', '142924.729000', '142924.732000', '142924.735000', '142924.737000', '142924.740000', '142924.742000', '142924.745000', '142924.748000', '142924.750000', '142924.753000', '142924.755000', '142924.758000', '142924.761000', '142924.764000', '142924.767000', '142924.770000', '142924.773000', '142924.775000', '142924.778000', '142924.781000', '142924.783000', '142924.786000', '142924.788000', '142924.791000', '142924.794000', '142924.798000', '142924.801000', '142924.804000', '142924.806000', '142924.809000', '142924.812000', '142924.814000', '142924.817000', '142924.819000', '142924.822000', '142924.825000', '142944.711000', '142944.714000', '142944.716000', '142944.719000', '142944.721000', '142944.724000', '142944.727000', '142944.729000', '142944.740000', '142944.743000', '142944.745000', '142944.748000', '142944.751000', '142944.753000', '142944.756000', '142944.758000', '142944.761000', '142944.764000', '142944.767000', '142944.769000', '142944.772000', '142944.775000', '142944.777000', '142944.780000', '142944.783000', '142944.785000', '142944.788000', '142944.791000', '142944.793000', '142944.796000', '142944.799000', '142944.801000', '142944.804000', '142944.806000', '142944.809000', '142944.812000', '142944.814000', '142944.817000', '142944.820000', '142944.822000', '142944.825000', '142944.828000', '142944.830000', '142944.833000', '143004.710000', '143004.713000', '143004.715000', '143004.718000', '143004.721000', '143004.723000', '143004.726000', '143004.728000', '143004.731000', '143004.734000', '143004.736000', '143004.739000', '143004.742000', '143004.744000', '143004.747000', '143004.749000', '143004.752000', '143004.755000', '143004.757000', '143004.760000', '143004.762000', '143004.765000', '143004.768000', '143004.770000', '143004.773000', '143004.776000', '143004.778000', '143004.781000', '143004.784000', '143004.786000', '143004.789000', '143004.792000', '143004.794000', '143004.797000', '143004.800000', '143004.802000', '143004.805000', '143004.808000', '143004.810000', '143004.813000', '143004.815000', '143004.818000', '143004.821000', '143024.711000', '143024.714000', '143024.716000', '143024.719000', '143024.722000', '143024.724000', '143024.727000', '143024.730000', '143024.732000', '143024.735000', '143024.737000', '143024.740000', '143024.743000', '143024.745000', '143024.748000', '143024.750000', '143024.753000', '143024.756000', '143024.758000', '143024.761000', '143024.764000', '143024.766000', '143024.769000', '143024.772000', '143024.774000', '143024.777000', '143024.780000', '143024.782000', '143024.785000', '143024.788000', '143024.790000', '143024.793000', '143024.796000', '143024.798000', '143024.801000', '143024.803000', '143024.806000', '143024.809000', '143024.811000', '143024.814000', '143024.817000', '143024.819000', '143024.822000', '143024.824000', '143044.711000', '143044.714000', '143044.716000', '143044.719000', '143044.722000', '143044.724000', '143044.727000', '143044.729000', '143044.732000', '143044.735000', '143044.737000', '143044.740000', '143044.743000', '143044.745000', '143044.748000', '143044.750000', '143044.753000', '143044.755000', '143044.758000', '143044.761000', '143044.763000', '143044.766000', '143044.769000', '143044.771000', '143044.774000', '143044.777000', '143044.779000', '143044.782000', '143044.785000', '143044.788000', '143044.790000', '143044.793000', '143044.796000', '143044.799000', '143044.801000', '143044.804000', '143044.807000', '143044.809000', '143044.812000', '143044.815000', '143044.817000', '143044.820000', '143044.822000', '143104.711000', '143104.714000', '143104.716000', '143104.719000', '143104.731000', '143104.734000', '143104.737000', '143104.739000', '143104.742000', '143104.744000', '143104.747000', '143104.750000', '143104.752000', '143104.755000', '143104.758000', '143104.760000', '143104.763000', '143104.765000', '143104.768000', '143104.771000', '143104.773000', '143104.776000', '143104.779000', '143104.781000', '143104.784000', '143104.787000', '143104.790000', '143104.792000', '143104.795000', '143104.798000', '143104.800000', '143104.803000', '143104.806000', '143104.808000', '143104.811000', '143104.814000', '143104.816000', '143104.819000', '143104.822000', '143104.824000', '143104.827000', '143104.829000', '143104.832000', '143104.835000', '143124.711000', '143124.714000', '143124.716000', '143124.719000', '143124.721000', '143124.724000', '143124.727000', '143124.729000', '143124.732000', '143124.735000', '143124.737000', '143124.740000', '143124.742000', '143124.745000', '143124.748000', '143124.750000', '143124.753000', '143124.756000', '143124.758000', '143124.761000', '143124.764000', '143124.766000', '143124.769000', '143124.771000', '143124.774000', '143124.777000', '143124.779000', '143124.782000', '143124.785000', '143124.787000', '143124.790000', '143124.793000', '143124.795000', '143124.798000', '143124.800000', '143124.803000', '143124.806000', '143124.809000', '143124.812000', '143124.815000', '143124.817000', '143124.820000', '143124.822000', '143144.711000', '143144.714000', '143144.716000', '143144.719000', '143144.722000', '143144.724000', '143144.727000', '143144.729000', '143144.732000', '143144.735000', '143144.737000', '143144.740000', '143144.743000', '143144.745000', '143144.748000', '143144.750000', '143144.753000', '143144.756000', '143144.758000', '143144.761000', '143144.764000', '143144.766000', '143144.769000', '143144.772000', '143144.774000', '143144.777000', '143144.780000', '143144.782000', '143144.785000', '143144.788000', '143144.790000', '143144.793000', '143144.796000', '143144.798000', '143144.801000', '143144.803000', '143144.806000', '143144.809000', '143144.811000', '143144.814000', '143144.817000', '143144.819000', '143144.822000', '143144.824000', '143204.711000', '143204.713000', '143204.716000', '143204.719000', '143204.721000', '143204.724000', '143204.727000', '143204.729000', '143204.732000', '143204.734000', '143204.737000', '143204.740000', '143204.742000', '143204.745000', '143204.748000', '143204.750000', '143204.753000', '143204.756000', '143204.758000', '143204.761000', '143204.763000', '143204.766000', '143204.769000', '143204.771000', '143204.774000', '143204.777000', '143204.779000', '143204.782000', '143204.785000', '143204.787000', '143204.790000', '143204.793000', '143204.795000', '143204.798000', '143204.800000', '143204.803000', '143204.806000', '143204.808000', '143204.811000', '143204.814000', '143204.817000', '143204.820000', '143204.823000', '143224.710000', '143224.713000', '143224.715000', '143224.718000', '143224.721000', '143224.723000', '143224.726000', '143224.728000', '143224.731000', '143224.734000', '143224.736000', '143224.739000', '143224.742000', '143224.744000', '143224.747000', '143224.750000', '143224.752000', '143224.755000', '143224.757000', '143224.760000', '143224.763000', '143224.765000', '143224.768000', '143224.770000', '143224.773000', '143224.776000', '143224.778000', '143224.781000', '143224.783000', '143224.786000', '143224.789000', '143224.792000', '143224.794000', '143224.797000', '143224.799000', '143224.802000', '143224.805000', '143224.807000', '143224.810000', '143224.812000', '143224.815000', '143224.818000', '143224.820000', '143224.823000', '143230.608000', '143230.611000', '143230.614000', '143230.617000', '143230.620000', '143230.623000', '143230.626000', '143230.629000', '143230.632000', '143230.634000', '143230.637000', '143230.640000', '143230.643000'], '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': [8887, 10052, 9225, 8938, 9933, 9267, 10120, 9448, 9296, 9279, 8988, 9428, 9053, 9506, 9345, 8848, 9235, 8988, 9251, 9050, 8907, 9193, 9059, 8943, 9144, 8292, 8872, 8863, 11251, 8514, 9115, 8623, 9019, 8571, 8993, 10031, 8569, 9351, 8535, 8907, 8370, 8894, 10264, 9077, 9178, 8385, 8685, 10054, 8909, 9976, 8529, 8870, 8196, 9242, 10034, 8675, 9385, 9167, 9013, 10805, 9131, 9294, 9166, 8823, 10724, 9303, 9318, 8889, 8705, 9178, 9210, 9352, 9088, 9032, 9928, 8852, 9819, 8969, 9326, 8709, 9107, 9380, 9339, 9083, 8765, 9066, 10184, 9196, 9488, 8844, 9064, 9951, 8934, 9116, 8863, 9129, 10142, 9248, 9270, 8987, 9021, 9933, 9056, 9126, 9549, 8948, 9144, 9119, 8926, 9281, 8689, 8600, 8878, 8937, 8863, 9883, 8776, 8793, 10400, 9090, 9610, 9372, 8329, 8452, 8679, 8628, 9146, 8827, 9066, 9435, 9108, 9208, 9906, 8741, 8696, 9042, 9182, 8669, 8940, 9264, 8783, 9108, 8737, 8684, 8912, 8412, 9204, 8731, 8445, 8830, 9354, 8747, 9385, 9049, 8967, 8806, 8916, 8641, 9981, 9047, 9924, 8638, 8964, 8594, 8991, 8843, 9637, 9105, 8448, 8697, 8826, 8853, 8580, 8661, 8767, 8590, 8285, 8886, 8669, 8944, 9218, 9189, 9213, 9133, 10034, 9124, 10415, 8778, 8663, 8418, 8468, 8734, 8523, 8815, 8241, 9268, 8913, 10718, 8514, 8678, 8377, 8784, 8590, 9572, 8440, 9163, 8633, 8443, 8879, 8761, 8493, 8645, 8387, 8627, 8755, 8556, 9706, 8629, 8270, 8751, 8617, 8804, 8407, 8503, 8450, 8586, 9128, 8440, 8495, 8766, 8433, 9462, 8185, 8791, 8887, 8686, 9151, 7887, 8390, 8526, 8382, 8733, 8358, 8415, 8979, 8495, 8957, 8746, 8640, 8623, 8499, 8604, 9202, 8223, 8529, 7801, 8525, 8130, 8565, 9775, 8301, 8744, 9445, 8419, 9558, 8867, 8640, 8429, 8457, 8866, 8591, 8843, 8164, 8643, 8933, 8761, 8978, 10292, 8724, 11093, 8352, 8468, 8622, 8295, 8649, 8273, 8387, 8135, 8584, 8804, 8425, 8713, 8728, 8018, 9018, 9314, 8315, 8320, 8440, 8888, 8954, 8285, 10574, 8561, 8320, 9914, 8515, 8837, 8435, 8510, 8448, 8307, 8667, 8125, 8571, 8067, 8470, 8628, 8309, 8528, 8085, 8315, 8516, 8649, 9113, 8418, 8827, 10116, 8630, 9359, 8610, 9055, 9019, 8610, 9003, 8397, 8442, 8192, 8633, 8677, 8692, 8555, 8391, 8467, 8535, 8397, 8702, 8673, 8739, 8723, 9453, 8159, 9215, 8320, 8125, 9096, 8250, 8900, 8001, 8483, 8560, 7939, 8375, 8266, 8318, 8354, 8689, 8701, 8673, 8685, 8633, 8889, 9394, 8305, 8547, 9407, 8881, 9195, 8449, 8661, 10186, 8741, 8517, 8586, 8772, 9094, 9065, 8530, 8957, 10595, 8698, 8906, 8904, 8846, 8900, 8899, 9280, 8453, 8794, 8772, 8525, 8817, 10059, 8960, 8546, 9756, 8923, 8428, 8692, 8661, 8013, 8498, 8435, 8865, 8719, 8797, 8924, 9747, 8678, 9594, 8765, 8902, 9576, 8893, 9386, 8693, 8754, 8960, 8599, 8928, 8127, 8213, 8576, 8831, 9424, 8358, 8561, 8771, 8319, 10545, 8456, 8455, 8781, 8934, 8323, 8546, 8990, 9756, 8244, 8991, 8429, 8569, 8422, 8494, 8581, 9919, 8684, 8695, 8094, 8357, 8335, 8645, 8474, 8259, 8626, 8426, 8437, 8538, 9834, 8952, 8620, 8687, 9305, 8486, 8910, 10874, 9107, 8821, 9039, 8566, 9147, 8188, 8306, 8263, 8546, 8555, 8736, 9091, 8646, 8853, 8588, 8156, 8196, 8971, 8457, 8374, 8125, 8711, 8105, 8441, 8820, 8421, 8375, 9498, 8850, 9722, 9011, 8723, 8930, 8917, 8471, 8731, 9007, 8043, 8536, 8641, 8719, 8977, 8490, 8639, 10451, 8929, 9449, 8363, 9064, 10743, 9217, 9507, 8914, 9119, 9467, 9260, 10019, 8850, 9476, 8809, 8754, 8801, 8784, 8351, 9629, 8396, 8966, 8550, 8732, 8576, 8579, 8196, 9028, 8561, 8141, 8336, 8549, 9448, 8546, 8900, 8021, 8461, 9175, 8523, 10370, 8398, 8604, 8745, 8806, 8725, 8237, 8804, 9476, 8543, 8822, 8511, 8270, 9315, 8583, 8731, 10068, 8800, 10654, 8577, 8493, 9126, 8545, 8634, 8473, 8731, 9254, 8737, 9969, 9114, 8704, 8676, 9170, 8635, 8392, 8672, 8781, 8837, 8810, 8607, 8901, 9496, 9161, 8774, 8653, 8785, 8376, 8349, 8245, 8919, 8182, 8708, 8666, 8720, 8796, 9379, 8506, 8569, 8961, 8633, 8620, 8316, 8638, 8791, 8499, 10724, 9274, 8384, 9669, 8588, 9416, 8451, 8360, 9012, 8802, 8323, 8044, 8489, 8579, 8291, 8702, 8629, 8289, 8533, 8610, 8537, 8340, 9320, 8675, 8190, 8724, 8574, 8769, 8857, 8363, 9848, 8586, 9296, 9579, 8248, 9285, 8395, 8590, 8471, 8355, 9180, 8462, 8342, 8702, 8394, 9501, 8007, 8755, 8401, 8550, 9887, 8430, 8916, 9166, 7906, 9175, 7858, 8741, 8660, 8121, 9785, 8092, 8339, 8641, 8055, 8981, 7990, 8955, 8196, 7887, 10383, 8455, 9292, 9407, 8600, 9025, 8577, 9423, 9540, 8284, 10917, 8132, 9589, 9067, 8591, 8692, 8143, 9648, 8046, 8758, 8631, 8290, 9458, 7814, 8889, 9173, 8229, 10584, 8359, 9183, 8652, 8513, 9105, 8052, 9468, 7795, 9391, 9229, 8567, 9749, 8502, 9766, 8487, 8947, 8955, 8057, 9670, 7772, 8635, 9215, 7805, 10939, 8168, 10012, 9632, 8251, 8960, 7914, 10010, 7546, 9228, 9903, 7732, 9994, 8075, 9169, 8335, 7808, 8820, 7683, 9703, 8459, 8622, 8973, 7908, 9603, 7441, 9382, 10143, 7675, 11177, 8330, 9609, 7534, 8784, 8947, 7615, 9858, 7680, 9546, 9738, 8502, 10209, 7500, 9784, 9486, 7726, 10361, 7836, 9413, 9149, 7998, 10484, 8041, 10246, 9346, 8766, 9160, 8462, 9950, 7735, 9152, 9343, 8118, 8719, 7818, 9576, 7399, 9180, 9338, 7863, 9971, 7513, 9775, 9343, 8097, 8265, 7953, 10726, 7586, 9932, 9157, 7983, 10185, 8008, 9915, 9652, 8200, 11098, 7995, 10081, 9386, 8591, 9374, 8069, 10554, 7856, 9949, 9761, 8161, 9843, 8045, 9195, 9800, 8152, 10495, 7852, 9805, 9156, 8817, 10295, 8433, 9890, 7779, 9264, 9256, 8192, 9110, 7941, 9587, 9252, 8572, 8612, 7815, 10407, 7579, 9612, 9433, 8384, 8542, 8247, 10046, 7720, 9395, 9197, 7823, 10252, 7698, 9485, 9421, 8648, 8508, 8256, 10153, 7962, 9719, 8994, 8243, 8966, 8253, 10385, 7698, 9667, 9190, 8064, 10448, 8049, 10266, 9637, 8181, 9192, 8342, 10373, 7747, 9985, 8976, 7862, 10137, 8027, 9792, 7897, 9065, 9526, 8000, 10643, 7770, 9870, 8829, 9115, 9475, 8132, 9328, 7741, 10090, 9694, 8511, 9161, 7850, 9840, 7996, 10442, 9040, 8880, 10371, 8576, 11275, 8537, 9588, 10065, 8388, 10454, 8072, 10769, 9891, 9312, 9883, 8446, 10003, 8396, 9691, 9117, 8426, 9796, 8353, 10661, 8047, 9441, 9555, 8481, 10566, 8062, 9905, 9205, 8505, 10837, 8683, 10999, 7741, 9709, 9687, 7940, 9065, 8344, 10066, 8191, 9012, 9385, 8179, 10588, 7950, 10233, 9612, 8147, 10234, 8460, 10881, 8108, 9688, 11300, 8251, 10297, 9852, 9140, 11102, 8431, 10287, 10316, 8495, 10679, 8193, 9963, 10020, 8788, 8818, 8161, 10562, 8046, 10247, 9366, 8141, 10115, 8435, 10253, 8301, 9548, 8410, 7878, 9483, 7609, 9243, 9717, 8300, 8273, 7477, 9945, 7782, 9870, 8510, 7924, 9266, 7625, 10151, 8087, 9094, 8237, 7434, 10393, 7572, 10254, 9185, 8321, 8765, 7904, 10270, 7745, 9466, 9250, 8285, 9741, 7783, 9324, 9433, 8206, 9834, 8214, 10712, 9548, 8347, 9347, 8671, 8986, 7890, 10097, 7906, 9392, 8592, 8024, 9980, 7923, 9360, 9059, 8599, 9018, 7950, 10135, 8230, 9737, 9143, 8320, 9925, 7969, 9405, 8198, 8753, 8952, 7809, 10389, 8100, 9260, 8985, 8205, 9437, 8723, 9985, 7823, 9099, 8629, 8040, 9699, 7693, 9100, 8631, 8276, 10893, 7837, 9771, 9019, 8440, 10632, 8399, 9708, 7694, 9382, 9150, 7955, 10282, 7609, 9976, 9029, 8362, 9457, 8438, 10320, 7911, 9983, 9105, 8095, 10213, 8224, 9107, 9235, 8317, 8971, 8214, 10609, 7490, 9639, 9656, 8285, 8782, 8439, 9038, 8683, 8457, 8977, 8602, 9519, 8384, 10485, 8315, 9208, 8547, 8851, 9489, 8127, 8659, 8687, 8716, 8316, 8417, 8384, 7955, 9245, 8566, 9816, 9061, 9156, 9289, 7845, 8748, 8707, 9772, 9534, 9333, 9383, 8141, 10397, 8357, 9053, 8622, 9078, 9440, 8507, 9373, 8763, 9283, 9036, 8169, 8765, 8622, 9583, 8963, 9144, 9286, 8116, 9140, 8721, 9274, 8310, 8626, 9732, 8408, 10526, 8612, 8608, 10295, 8802, 9845, 7722, 9381, 9580, 8193, 9291, 8141, 9738, 8100, 8375, 9629, 8015, 10442, 8116, 9338, 9108, 8710, 10410, 8195, 10427, 10392, 8071, 10318, 8167, 9640, 9222, 8623, 9988, 7971, 9657, 9593, 8347, 10129, 8145, 9183, 8917, 8283, 8243, 7979, 8299, 8066, 9970, 9792, 8199, 9777, 9032, 8306, 10177, 8264, 9435, 10031, 8636, 10229, 8022, 9354, 9758, 8274, 10164, 8052, 8994, 10043, 8377, 10238, 8099, 9226, 9794, 8300, 10205, 7993, 8459, 9585, 8626, 9953, 8169, 9046, 9719, 8436, 9995, 8118, 9111, 9322, 8273, 9656, 8359, 8782, 8922, 8630, 8974, 8015, 9716, 8778, 8603, 10317, 8884, 9850, 7823, 9378, 9069, 8392, 9636, 8468, 9593, 8272, 9380, 9477, 8215, 9823, 8242, 9817, 8181, 8992, 9422, 8204, 9033, 7897, 10439, 8086, 9801, 8603, 8719, 9353, 8075, 9319, 8192, 10576, 8915, 9230, 9603, 8396, 10077, 8122, 10496, 8082, 9265, 9349, 8362, 8969, 8263, 10666, 7904, 9083, 9843, 8664, 8948, 8097, 9180, 8083, 10103, 8442, 8946, 9775, 8317, 9974, 8261, 10007, 7833, 9167, 9205, 8504, 10314, 8567, 10186, 7959, 9341], 'WindowCenter': [4362.0, 4367.0, 4356.0, 4356.0, 4355.0, 4354.0, 4349.0, 4341.0, 4341.0, 4341.0, 4342.0, 4342.0, 4355.0, 4355.0, 4355.0, 4345.0, 4352.0, 4345.0, 4354.0, 4343.0, 4354.0, 4354.0, 4369.0, 4356.0, 4358.0, 4348.0, 4348.0, 4348.0, 4355.0, 4335.0, 4346.0, 4335.0, 4334.0, 4335.0, 4346.0, 4344.0, 4347.0, 4359.0, 4360.0, 4348.0, 4337.0, 4349.0, 4356.0, 4347.0, 4347.0, 4335.0, 4348.0, 4358.0, 4346.0, 4346.0, 4336.0, 4345.0, 4335.0, 4345.0, 4357.0, 4345.0, 4345.0, 4332.0, 4346.0, 4342.0, 4333.0, 4332.0, 4333.0, 4335.0, 4355.0, 4346.0, 4345.0, 4332.0, 4322.0, 4331.0, 4332.0, 4319.0, 4318.0, 4346.0, 4356.0, 4334.0, 4344.0, 4333.0, 4334.0, 4322.0, 4334.0, 4333.0, 4345.0, 4346.0, 4335.0, 4333.0, 4341.0, 4333.0, 4334.0, 4322.0, 4333.0, 4333.0, 4335.0, 4332.0, 4331.0, 4333.0, 4329.0, 4333.0, 4331.0, 4320.0, 4333.0, 4343.0, 4334.0, 4334.0, 4334.0, 4335.0, 4320.0, 4321.0, 4320.0, 4321.0, 4324.0, 4324.0, 4334.0, 4321.0, 4322.0, 4331.0, 4311.0, 4323.0, 4330.0, 4336.0, 4334.0, 4324.0, 4311.0, 4311.0, 4309.0, 4296.0, 4310.0, 4322.0, 4335.0, 4331.0, 4322.0, 4309.0, 4333.0, 4307.0, 4310.0, 4309.0, 4319.0, 4324.0, 4334.0, 4323.0, 4310.0, 4310.0, 4298.0, 4309.0, 4310.0, 4309.0, 4332.0, 4322.0, 4312.0, 4320.0, 4321.0, 4322.0, 4322.0, 4321.0, 4323.0, 4334.0, 4322.0, 4323.0, 4332.0, 4311.0, 4331.0, 4309.0, 4309.0, 4297.0, 4322.0, 4308.0, 4307.0, 4308.0, 4309.0, 4310.0, 4309.0, 4309.0, 4324.0, 4324.0, 4323.0, 4323.0, 4311.0, 4322.0, 4323.0, 4321.0, 4320.0, 4322.0, 4322.0, 4324.0, 4320.0, 4320.0, 4329.0, 4296.0, 4307.0, 4296.0, 4298.0, 4298.0, 4311.0, 4310.0, 4298.0, 4307.0, 4310.0, 4320.0, 4309.0, 4307.0, 4310.0, 4309.0, 4321.0, 4320.0, 4311.0, 4321.0, 4308.0, 4311.0, 4296.0, 4309.0, 4323.0, 4310.0, 4311.0, 4312.0, 4309.0, 4312.0, 4322.0, 4310.0, 4324.0, 4326.0, 4324.0, 4322.0, 4314.0, 4325.0, 4313.0, 4324.0, 4324.0, 4312.0, 4325.0, 4313.0, 4312.0, 4322.0, 4299.0, 4310.0, 4309.0, 4311.0, 4334.0, 4312.0, 4313.0, 4311.0, 4312.0, 4324.0, 4311.0, 4313.0, 4323.0, 4325.0, 4324.0, 4321.0, 4312.0, 4311.0, 4310.0, 4312.0, 4310.0, 4310.0, 4312.0, 4300.0, 4324.0, 4313.0, 4311.0, 4332.0, 4311.0, 4323.0, 4321.0, 4313.0, 4332.0, 4324.0, 4324.0, 4313.0, 4315.0, 4311.0, 4313.0, 4324.0, 4311.0, 4324.0, 4325.0, 4324.0, 4321.0, 4331.0, 4313.0, 4331.0, 4311.0, 4312.0, 4310.0, 4324.0, 4325.0, 4313.0, 4312.0, 4312.0, 4323.0, 4323.0, 4313.0, 4326.0, 4324.0, 4328.0, 4337.0, 4336.0, 4315.0, 4314.0, 4311.0, 4325.0, 4312.0, 4313.0, 4334.0, 4325.0, 4313.0, 4323.0, 4324.0, 4322.0, 4311.0, 4311.0, 4312.0, 4324.0, 4326.0, 4314.0, 4313.0, 4314.0, 4315.0, 4311.0, 4314.0, 4325.0, 4327.0, 4328.0, 4326.0, 4324.0, 4325.0, 4315.0, 4324.0, 4333.0, 4312.0, 4322.0, 4324.0, 4326.0, 4323.0, 4312.0, 4312.0, 4299.0, 4300.0, 4299.0, 4299.0, 4309.0, 4310.0, 4311.0, 4311.0, 4299.0, 4298.0, 4299.0, 4323.0, 4310.0, 4297.0, 4299.0, 4322.0, 4314.0, 4335.0, 4312.0, 4302.0, 4310.0, 4310.0, 4322.0, 4311.0, 4325.0, 4324.0, 4314.0, 4311.0, 4325.0, 4313.0, 4313.0, 4324.0, 4326.0, 4325.0, 4326.0, 4311.0, 4324.0, 4325.0, 4312.0, 4311.0, 4323.0, 4336.0, 4335.0, 4313.0, 4312.0, 4320.0, 4312.0, 4299.0, 4311.0, 4324.0, 4321.0, 4311.0, 4309.0, 4322.0, 4333.0, 4309.0, 4311.0, 4309.0, 4322.0, 4312.0, 4311.0, 4311.0, 4310.0, 4296.0, 4311.0, 4298.0, 4308.0, 4319.0, 4323.0, 4322.0, 4322.0, 4311.0, 4299.0, 4311.0, 4312.0, 4311.0, 4323.0, 4312.0, 4336.0, 4311.0, 4312.0, 4325.0, 4323.0, 4322.0, 4309.0, 4310.0, 4312.0, 4322.0, 4324.0, 4323.0, 4310.0, 4310.0, 4308.0, 4297.0, 4295.0, 4296.0, 4311.0, 4310.0, 4309.0, 4310.0, 4295.0, 4297.0, 4298.0, 4311.0, 4331.0, 4312.0, 4310.0, 4310.0, 4321.0, 4311.0, 4309.0, 4297.0, 4307.0, 4301.0, 4323.0, 4311.0, 4309.0, 4285.0, 4296.0, 4297.0, 4307.0, 4296.0, 4295.0, 4299.0, 4311.0, 4296.0, 4308.0, 4299.0, 4285.0, 4311.0, 4299.0, 4298.0, 4324.0, 4333.0, 4323.0, 4312.0, 4312.0, 4323.0, 4299.0, 4311.0, 4320.0, 4311.0, 4312.0, 4310.0, 4298.0, 4308.0, 4286.0, 4287.0, 4283.0, 4297.0, 4284.0, 4311.0, 4311.0, 4298.0, 4309.0, 4311.0, 4298.0, 4298.0, 4296.0, 4310.0, 4312.0, 4300.0, 4312.0, 4300.0, 4312.0, 4311.0, 4300.0, 4311.0, 4309.0, 4311.0, 4334.0, 4324.0, 4311.0, 4311.0, 4309.0, 4298.0, 4310.0, 4310.0, 4312.0, 4324.0, 4324.0, 4323.0, 4322.0, 4322.0, 4338.0, 4356.0, 4356.0, 4354.0, 4332.0, 4346.0, 4343.0, 4335.0, 4323.0, 4322.0, 4310.0, 4309.0, 4307.0, 4307.0, 4295.0, 4306.0, 4296.0, 4298.0, 4309.0, 4297.0, 4286.0, 4306.0, 4285.0, 4294.0, 4284.0, 4285.0, 4284.0, 4298.0, 4310.0, 4309.0, 4309.0, 4299.0, 4299.0, 4311.0, 4319.0, 4310.0, 4321.0, 4314.0, 4313.0, 4310.0, 4324.0, 4333.0, 4312.0, 4313.0, 4311.0, 4325.0, 4324.0, 4312.0, 4313.0, 4321.0, 4311.0, 4311.0, 4309.0, 4311.0, 4322.0, 4311.0, 4310.0, 4319.0, 4310.0, 4305.0, 4297.0, 4299.0, 4307.0, 4311.0, 4311.0, 4309.0, 4310.0, 4308.0, 4309.0, 4319.0, 4309.0, 4310.0, 4311.0, 4321.0, 4310.0, 4301.0, 4311.0, 4299.0, 4297.0, 4297.0, 4310.0, 4312.0, 4308.0, 4308.0, 4298.0, 4297.0, 4297.0, 4296.0, 4297.0, 4297.0, 4309.0, 4298.0, 4297.0, 4298.0, 4296.0, 4297.0, 4306.0, 4307.0, 4310.0, 4308.0, 4310.0, 4309.0, 4297.0, 4310.0, 4309.0, 4311.0, 4332.0, 4321.0, 4300.0, 4307.0, 4309.0, 4309.0, 4297.0, 4298.0, 4298.0, 4310.0, 4300.0, 4298.0, 4309.0, 4297.0, 4299.0, 4309.0, 4298.0, 4312.0, 4312.0, 4312.0, 4310.0, 4311.0, 4322.0, 4310.0, 4310.0, 4310.0, 4310.0, 4313.0, 4312.0, 4312.0, 4322.0, 4300.0, 4311.0, 4308.0, 4300.0, 4311.0, 4311.0, 4313.0, 4299.0, 4300.0, 4308.0, 4299.0, 4298.0, 4299.0, 4298.0, 4309.0, 4301.0, 4312.0, 4310.0, 4298.0, 4321.0, 4300.0, 4311.0, 4310.0, 4301.0, 4312.0, 4303.0, 4312.0, 4298.0, 4300.0, 4321.0, 4288.0, 4299.0, 4298.0, 4302.0, 4312.0, 4301.0, 4309.0, 4299.0, 4301.0, 4332.0, 4300.0, 4322.0, 4323.0, 4312.0, 4311.0, 4310.0, 4309.0, 4309.0, 4298.0, 4318.0, 4299.0, 4322.0, 4309.0, 4299.0, 4296.0, 4288.0, 4309.0, 4298.0, 4309.0, 4311.0, 4300.0, 4307.0, 4288.0, 4309.0, 4306.0, 4297.0, 4319.0, 4311.0, 4309.0, 4297.0, 4311.0, 4298.0, 4299.0, 4307.0, 4287.0, 4323.0, 4321.0, 4310.0, 4309.0, 4299.0, 4320.0, 4298.0, 4308.0, 4298.0, 4299.0, 4311.0, 4288.0, 4298.0, 4308.0, 4288.0, 4307.0, 4287.0, 4308.0, 4309.0, 4299.0, 4297.0, 4287.0, 4308.0, 4274.0, 4297.0, 4296.0, 4287.0, 4309.0, 4287.0, 4297.0, 4286.0, 4275.0, 4296.0, 4276.0, 4309.0, 4299.0, 4297.0, 4297.0, 4287.0, 4295.0, 4276.0, 4298.0, 4307.0, 4289.0, 4330.0, 4313.0, 4321.0, 4277.0, 4311.0, 4310.0, 4290.0, 4321.0, 4302.0, 4323.0, 4322.0, 4300.0, 4321.0, 4290.0, 4308.0, 4307.0, 4290.0, 4322.0, 4301.0, 4309.0, 4297.0, 4298.0, 4317.0, 4286.0, 4309.0, 4309.0, 4309.0, 4309.0, 4298.0, 4309.0, 4286.0, 4298.0, 4296.0, 4287.0, 4297.0, 4289.0, 4309.0, 4277.0, 4309.0, 4297.0, 4287.0, 4307.0, 4287.0, 4321.0, 4309.0, 4288.0, 4288.0, 4286.0, 4318.0, 4286.0, 4309.0, 4298.0, 4300.0, 4320.0, 4288.0, 4309.0, 4297.0, 4287.0, 4308.0, 4287.0, 4319.0, 4308.0, 4296.0, 4296.0, 4287.0, 4307.0, 4286.0, 4307.0, 4306.0, 4299.0, 4309.0, 4286.0, 4297.0, 4307.0, 4288.0, 4317.0, 4287.0, 4307.0, 4307.0, 4310.0, 4319.0, 4287.0, 4309.0, 4287.0, 4310.0, 4296.0, 4288.0, 4299.0, 4287.0, 4321.0, 4308.0, 4298.0, 4298.0, 4286.0, 4320.0, 4289.0, 4312.0, 4311.0, 4312.0, 4310.0, 4300.0, 4311.0, 4288.0, 4309.0, 4308.0, 4288.0, 4319.0, 4301.0, 4309.0, 4309.0, 4299.0, 4298.0, 4297.0, 4319.0, 4284.0, 4309.0, 4296.0, 4313.0, 4312.0, 4299.0, 4321.0, 4289.0, 4309.0, 4309.0, 4288.0, 4320.0, 4289.0, 4322.0, 4311.0, 4299.0, 4310.0, 4298.0, 4320.0, 4287.0, 4320.0, 4310.0, 4313.0, 4334.0, 4302.0, 4322.0, 4300.0, 4299.0, 4311.0, 4301.0, 4320.0, 4303.0, 4324.0, 4311.0, 4311.0, 4311.0, 4302.0, 4314.0, 4302.0, 4323.0, 4324.0, 4312.0, 4314.0, 4302.0, 4322.0, 4300.0, 4323.0, 4310.0, 4312.0, 4322.0, 4312.0, 4333.0, 4299.0, 4310.0, 4308.0, 4299.0, 4310.0, 4287.0, 4318.0, 4319.0, 4310.0, 4309.0, 4286.0, 4308.0, 4286.0, 4308.0, 4296.0, 4288.0, 4307.0, 4299.0, 4332.0, 4298.0, 4308.0, 4308.0, 4296.0, 4307.0, 4288.0, 4321.0, 4298.0, 4301.0, 4320.0, 4299.0, 4320.0, 4289.0, 4298.0, 4308.0, 4286.0, 4314.0, 4311.0, 4309.0, 4273.0, 4285.0, 4309.0, 4286.0, 4308.0, 4286.0, 4322.0, 4322.0, 4301.0, 4310.0, 4287.0, 4320.0, 4287.0, 4308.0, 4320.0, 4299.0, 4323.0, 4312.0, 4308.0, 4306.0, 4288.0, 4309.0, 4307.0, 4299.0, 4309.0, 4289.0, 4310.0, 4309.0, 4299.0, 4299.0, 4287.0, 4309.0, 4288.0, 4309.0, 4309.0, 4314.0, 4346.0, 4312.0, 4334.0, 4312.0, 4323.0, 4311.0, 4298.0, 4321.0, 4299.0, 4321.0, 4320.0, 4294.0, 4309.0, 4274.0, 4318.0, 4298.0, 4320.0, 4313.0, 4299.0, 4310.0, 4301.0, 4319.0, 4299.0, 4309.0, 4300.0, 4289.0, 4322.0, 4286.0, 4320.0, 4307.0, 4311.0, 4301.0, 4288.0, 4322.0, 4288.0, 4310.0, 4309.0, 4312.0, 4310.0, 4303.0, 4308.0, 4297.0, 4297.0, 4307.0, 4299.0, 4319.0, 4309.0, 4301.0, 4312.0, 4299.0, 4309.0, 4299.0, 4321.0, 4288.0, 4308.0, 4298.0, 4285.0, 4320.0, 4300.0, 4312.0, 4299.0, 4299.0, 4299.0, 4287.0, 4308.0, 4287.0, 4307.0, 4297.0, 4300.0, 4309.0, 4287.0, 4297.0, 4287.0, 4297.0, 4297.0, 4285.0, 4307.0, 4286.0, 4311.0, 4307.0, 4286.0, 4296.0, 4296.0, 4306.0, 4275.0, 4296.0, 4287.0, 4272.0, 4308.0, 4289.0, 4299.0, 4297.0, 4297.0, 4317.0, 4287.0, 4305.0, 4294.0, 4297.0, 4320.0, 4299.0, 4309.0, 4289.0, 4297.0, 4308.0, 4298.0, 4308.0, 4300.0, 4322.0, 4310.0, 4301.0, 4311.0, 4299.0, 4322.0, 4298.0, 4321.0, 4312.0, 4302.0, 4333.0, 4300.0, 4311.0, 4310.0, 4301.0, 4311.0, 4299.0, 4320.0, 4290.0, 4337.0, 4333.0, 4313.0, 4310.0, 4310.0, 4322.0, 4322.0, 4324.0, 4322.0, 4324.0, 4321.0, 4313.0, 4345.0, 4323.0, 4322.0, 4310.0, 4323.0, 4319.0, 4301.0, 4308.0, 4309.0, 4322.0, 4312.0, 4312.0, 4298.0, 4311.0, 4308.0, 4310.0, 4330.0, 4310.0, 4335.0, 4335.0, 4312.0, 4321.0, 4323.0, 4332.0, 4317.0, 4321.0, 4319.0, 4315.0, 4334.0, 4311.0, 4312.0, 4309.0, 4310.0, 4308.0, 4310.0, 4309.0, 4310.0, 4334.0, 4310.0, 4300.0, 4309.0, 4309.0, 4319.0, 4307.0, 4319.0, 4320.0, 4313.0, 4335.0, 4321.0, 4324.0, 4324.0, 4313.0, 4322.0, 4301.0, 4321.0, 4300.0, 4311.0, 4322.0, 4310.0, 4309.0, 4288.0, 4321.0, 4320.0, 4311.0, 4324.0, 4311.0, 4320.0, 4298.0, 4310.0, 4318.0, 4299.0, 4331.0, 4299.0, 4322.0, 4311.0, 4311.0, 4334.0, 4312.0, 4332.0, 4321.0, 4300.0, 4334.0, 4302.0, 4321.0, 4306.0, 4298.0, 4309.0, 4287.0, 4307.0, 4297.0, 4299.0, 4323.0, 4299.0, 4312.0, 4300.0, 4303.0, 4288.0, 4299.0, 4298.0, 4288.0, 4309.0, 4306.0, 4299.0, 4312.0, 4299.0, 4299.0, 4321.0, 4299.0, 4309.0, 4295.0, 4283.0, 4294.0, 4273.0, 4283.0, 4295.0, 4286.0, 4293.0, 4270.0, 4281.0, 4279.0, 4270.0, 4280.0, 4259.0, 4269.0, 4277.0, 4270.0, 4290.0, 4271.0, 4270.0, 4294.0, 4271.0, 4292.0, 4272.0, 4281.0, 4280.0, 4259.0, 4293.0, 4270.0, 4282.0, 4280.0, 4272.0, 4295.0, 4283.0, 4271.0, 4281.0, 4282.0, 4283.0, 4272.0, 4294.0, 4296.0, 4307.0, 4318.0, 4297.0, 4307.0, 4287.0, 4309.0, 4309.0, 4312.0, 4321.0, 4300.0, 4311.0, 4299.0, 4321.0, 4320.0, 4300.0, 4321.0, 4313.0, 4324.0, 4300.0, 4323.0, 4320.0, 4312.0, 4312.0, 4299.0, 4334.0, 4313.0, 4320.0, 4312.0, 4313.0, 4309.0, 4300.0, 4323.0, 4312.0, 4333.0, 4324.0, 4323.0, 4321.0, 4301.0, 4321.0, 4288.0, 4321.0, 4301.0, 4312.0, 4309.0, 4289.0, 4297.0, 4286.0, 4308.0, 4286.0, 4297.0, 4308.0, 4298.0, 4286.0, 4286.0, 4296.0, 4286.0, 4306.0, 4286.0, 4298.0, 4318.0, 4298.0, 4306.0, 4284.0, 4306.0, 4286.0, 4308.0, 4321.0, 4298.0, 4321.0, 4297.0, 4309.0, 4299.0, 4311.0], 'WindowWidth': [9643.0, 9642.0, 9625.0, 9625.0, 9623.0, 9617.0, 9601.0, 9592.0, 9593.0, 9593.0, 9596.0, 9597.0, 9622.0, 9622.0, 9620.0, 9606.0, 9613.0, 9605.0, 9617.0, 9599.0, 9618.0, 9619.0, 9646.0, 9625.0, 9627.0, 9615.0, 9611.0, 9608.0, 9612.0, 9587.0, 9601.0, 9588.0, 9582.0, 9585.0, 9604.0, 9598.0, 9607.0, 9629.0, 9630.0, 9611.0, 9594.0, 9612.0, 9618.0, 9605.0, 9605.0, 9587.0, 9609.0, 9625.0, 9604.0, 9602.0, 9590.0, 9601.0, 9587.0, 9600.0, 9619.0, 9602.0, 9603.0, 9578.0, 9603.0, 9588.0, 9579.0, 9576.0, 9579.0, 9584.0, 9614.0, 9605.0, 9600.0, 9577.0, 9563.0, 9572.0, 9576.0, 9553.0, 9549.0, 9601.0, 9617.0, 9585.0, 9594.0, 9580.0, 9581.0, 9562.0, 9580.0, 9578.0, 9600.0, 9604.0, 9584.0, 9576.0, 9587.0, 9579.0, 9580.0, 9562.0, 9579.0, 9579.0, 9586.0, 9578.0, 9573.0, 9576.0, 9567.0, 9576.0, 9572.0, 9558.0, 9577.0, 9592.0, 9581.0, 9583.0, 9581.0, 9584.0, 9554.0, 9556.0, 9552.0, 9554.0, 9564.0, 9567.0, 9579.0, 9554.0, 9558.0, 9570.0, 9540.0, 9562.0, 9564.0, 9583.0, 9578.0, 9562.0, 9542.0, 9539.0, 9534.0, 9512.0, 9535.0, 9558.0, 9581.0, 9572.0, 9558.0, 9533.0, 9573.0, 9531.0, 9537.0, 9536.0, 9547.0, 9567.0, 9580.0, 9560.0, 9539.0, 9538.0, 9518.0, 9534.0, 9537.0, 9536.0, 9574.0, 9559.0, 9545.0, 9552.0, 9555.0, 9560.0, 9558.0, 9554.0, 9561.0, 9581.0, 9557.0, 9561.0, 9570.0, 9538.0, 9568.0, 9536.0, 9535.0, 9515.0, 9557.0, 9528.0, 9526.0, 9530.0, 9534.0, 9535.0, 9533.0, 9535.0, 9564.0, 9565.0, 9562.0, 9559.0, 9541.0, 9556.0, 9558.0, 9553.0, 9552.0, 9555.0, 9559.0, 9562.0, 9551.0, 9549.0, 9561.0, 9510.0, 9529.0, 9511.0, 9516.0, 9515.0, 9538.0, 9538.0, 9516.0, 9527.0, 9535.0, 9549.0, 9532.0, 9529.0, 9537.0, 9533.0, 9556.0, 9550.0, 9541.0, 9552.0, 9531.0, 9540.0, 9512.0, 9531.0, 9560.0, 9538.0, 9541.0, 9544.0, 9534.0, 9544.0, 9555.0, 9536.0, 9563.0, 9570.0, 9566.0, 9555.0, 9547.0, 9565.0, 9548.0, 9562.0, 9563.0, 9542.0, 9567.0, 9546.0, 9542.0, 9553.0, 9519.0, 9535.0, 9532.0, 9540.0, 9576.0, 9544.0, 9545.0, 9539.0, 9543.0, 9560.0, 9541.0, 9547.0, 9560.0, 9565.0, 9564.0, 9555.0, 9542.0, 9539.0, 9536.0, 9541.0, 9536.0, 9537.0, 9542.0, 9526.0, 9563.0, 9546.0, 9541.0, 9570.0, 9537.0, 9559.0, 9552.0, 9547.0, 9571.0, 9563.0, 9562.0, 9546.0, 9551.0, 9539.0, 9544.0, 9562.0, 9540.0, 9561.0, 9565.0, 9560.0, 9553.0, 9567.0, 9545.0, 9568.0, 9538.0, 9540.0, 9537.0, 9562.0, 9566.0, 9547.0, 9540.0, 9543.0, 9559.0, 9560.0, 9547.0, 9568.0, 9563.0, 9576.0, 9588.0, 9582.0, 9551.0, 9547.0, 9539.0, 9563.0, 9541.0, 9545.0, 9576.0, 9565.0, 9546.0, 9556.0, 9561.0, 9557.0, 9537.0, 9539.0, 9542.0, 9562.0, 9569.0, 9550.0, 9543.0, 9546.0, 9550.0, 9540.0, 9547.0, 9563.0, 9573.0, 9575.0, 9569.0, 9563.0, 9564.0, 9550.0, 9563.0, 9570.0, 9541.0, 9554.0, 9563.0, 9568.0, 9559.0, 9542.0, 9540.0, 9518.0, 9521.0, 9519.0, 9518.0, 9534.0, 9537.0, 9539.0, 9541.0, 9520.0, 9517.0, 9519.0, 9560.0, 9538.0, 9513.0, 9519.0, 9557.0, 9549.0, 9579.0, 9541.0, 9528.0, 9536.0, 9535.0, 9555.0, 9541.0, 9568.0, 9565.0, 9548.0, 9539.0, 9565.0, 9546.0, 9545.0, 9561.0, 9567.0, 9568.0, 9568.0, 9536.0, 9561.0, 9565.0, 9542.0, 9536.0, 9558.0, 9583.0, 9579.0, 9546.0, 9541.0, 9549.0, 9542.0, 9519.0, 9538.0, 9561.0, 9555.0, 9540.0, 9534.0, 9557.0, 9570.0, 9532.0, 9537.0, 9533.0, 9556.0, 9542.0, 9539.0, 9538.0, 9538.0, 9508.0, 9538.0, 9515.0, 9528.0, 9547.0, 9558.0, 9558.0, 9555.0, 9539.0, 9517.0, 9539.0, 9542.0, 9541.0, 9558.0, 9543.0, 9585.0, 9538.0, 9540.0, 9564.0, 9559.0, 9558.0, 9531.0, 9535.0, 9542.0, 9554.0, 9561.0, 9559.0, 9534.0, 9535.0, 9528.0, 9513.0, 9510.0, 9509.0, 9539.0, 9537.0, 9534.0, 9535.0, 9507.0, 9511.0, 9517.0, 9540.0, 9565.0, 9545.0, 9539.0, 9537.0, 9553.0, 9538.0, 9533.0, 9511.0, 9525.0, 9524.0, 9558.0, 9540.0, 9533.0, 9494.0, 9508.0, 9514.0, 9525.0, 9510.0, 9506.0, 9522.0, 9540.0, 9510.0, 9531.0, 9521.0, 9492.0, 9541.0, 9521.0, 9517.0, 9564.0, 9575.0, 9560.0, 9543.0, 9543.0, 9560.0, 9518.0, 9537.0, 9548.0, 9538.0, 9543.0, 9535.0, 9515.0, 9529.0, 9495.0, 9497.0, 9486.0, 9511.0, 9490.0, 9540.0, 9539.0, 9516.0, 9533.0, 9537.0, 9515.0, 9517.0, 9509.0, 9534.0, 9542.0, 9524.0, 9543.0, 9523.0, 9541.0, 9540.0, 9521.0, 9539.0, 9533.0, 9539.0, 9580.0, 9564.0, 9541.0, 9538.0, 9533.0, 9516.0, 9536.0, 9537.0, 9545.0, 9565.0, 9562.0, 9559.0, 9555.0, 9555.0, 9590.0, 9616.0, 9623.0, 9618.0, 9583.0, 9606.0, 9590.0, 9580.0, 9561.0, 9554.0, 9537.0, 9532.0, 9524.0, 9525.0, 9504.0, 9523.0, 9509.0, 9517.0, 9533.0, 9515.0, 9497.0, 9523.0, 9493.0, 9502.0, 9487.0, 9491.0, 9488.0, 9515.0, 9536.0, 9535.0, 9532.0, 9518.0, 9519.0, 9538.0, 9546.0, 9536.0, 9555.0, 9548.0, 9546.0, 9535.0, 9562.0, 9571.0, 9539.0, 9544.0, 9539.0, 9564.0, 9563.0, 9540.0, 9543.0, 9552.0, 9537.0, 9539.0, 9532.0, 9539.0, 9556.0, 9538.0, 9534.0, 9545.0, 9534.0, 9519.0, 9514.0, 9518.0, 9525.0, 9540.0, 9539.0, 9533.0, 9535.0, 9531.0, 9532.0, 9547.0, 9532.0, 9535.0, 9539.0, 9552.0, 9534.0, 9525.0, 9537.0, 9516.0, 9510.0, 9511.0, 9534.0, 9542.0, 9528.0, 9529.0, 9515.0, 9512.0, 9513.0, 9509.0, 9513.0, 9512.0, 9534.0, 9515.0, 9513.0, 9517.0, 9510.0, 9512.0, 9524.0, 9529.0, 9537.0, 9530.0, 9535.0, 9533.0, 9512.0, 9536.0, 9533.0, 9538.0, 9568.0, 9553.0, 9520.0, 9525.0, 9532.0, 9532.0, 9512.0, 9515.0, 9515.0, 9537.0, 9522.0, 9515.0, 9532.0, 9513.0, 9517.0, 9532.0, 9517.0, 9541.0, 9544.0, 9543.0, 9536.0, 9537.0, 9554.0, 9534.0, 9535.0, 9535.0, 9535.0, 9546.0, 9542.0, 9540.0, 9551.0, 9519.0, 9538.0, 9530.0, 9521.0, 9536.0, 9537.0, 9546.0, 9518.0, 9520.0, 9527.0, 9516.0, 9514.0, 9518.0, 9515.0, 9532.0, 9526.0, 9541.0, 9537.0, 9515.0, 9552.0, 9521.0, 9537.0, 9535.0, 9525.0, 9538.0, 9529.0, 9539.0, 9513.0, 9520.0, 9549.0, 9501.0, 9514.0, 9515.0, 9527.0, 9541.0, 9524.0, 9530.0, 9518.0, 9524.0, 9569.0, 9523.0, 9554.0, 9560.0, 9543.0, 9538.0, 9534.0, 9531.0, 9531.0, 9515.0, 9543.0, 9519.0, 9554.0, 9533.0, 9519.0, 9508.0, 9500.0, 9532.0, 9515.0, 9533.0, 9537.0, 9522.0, 9527.0, 9500.0, 9530.0, 9523.0, 9511.0, 9544.0, 9538.0, 9534.0, 9510.0, 9536.0, 9513.0, 9517.0, 9524.0, 9498.0, 9557.0, 9552.0, 9535.0, 9531.0, 9515.0, 9548.0, 9515.0, 9528.0, 9515.0, 9518.0, 9535.0, 9500.0, 9513.0, 9527.0, 9499.0, 9523.0, 9495.0, 9527.0, 9534.0, 9518.0, 9510.0, 9496.0, 9525.0, 9473.0, 9509.0, 9505.0, 9496.0, 9527.0, 9495.0, 9509.0, 9493.0, 9477.0, 9507.0, 9479.0, 9529.0, 9516.0, 9510.0, 9510.0, 9496.0, 9501.0, 9482.0, 9512.0, 9521.0, 9502.0, 9560.0, 9543.0, 9550.0, 9481.0, 9536.0, 9532.0, 9506.0, 9550.0, 9529.0, 9556.0, 9554.0, 9520.0, 9550.0, 9505.0, 9525.0, 9524.0, 9505.0, 9554.0, 9523.0, 9530.0, 9510.0, 9515.0, 9538.0, 9493.0, 9528.0, 9529.0, 9532.0, 9529.0, 9512.0, 9528.0, 9494.0, 9511.0, 9506.0, 9498.0, 9513.0, 9502.0, 9528.0, 9483.0, 9528.0, 9511.0, 9495.0, 9523.0, 9500.0, 9548.0, 9529.0, 9499.0, 9498.0, 9492.0, 9540.0, 9493.0, 9527.0, 9512.0, 9521.0, 9547.0, 9501.0, 9529.0, 9509.0, 9496.0, 9523.0, 9495.0, 9544.0, 9529.0, 9508.0, 9506.0, 9495.0, 9522.0, 9492.0, 9523.0, 9520.0, 9517.0, 9531.0, 9497.0, 9509.0, 9524.0, 9498.0, 9537.0, 9496.0, 9523.0, 9525.0, 9534.0, 9544.0, 9497.0, 9527.0, 9498.0, 9531.0, 9505.0, 9499.0, 9517.0, 9500.0, 9549.0, 9530.0, 9514.0, 9514.0, 9495.0, 9545.0, 9503.0, 9536.0, 9537.0, 9540.0, 9534.0, 9519.0, 9534.0, 9501.0, 9529.0, 9527.0, 9498.0, 9544.0, 9524.0, 9529.0, 9531.0, 9515.0, 9514.0, 9511.0, 9543.0, 9489.0, 9530.0, 9509.0, 9543.0, 9539.0, 9516.0, 9548.0, 9503.0, 9529.0, 9530.0, 9501.0, 9546.0, 9501.0, 9551.0, 9535.0, 9515.0, 9530.0, 9514.0, 9544.0, 9497.0, 9546.0, 9532.0, 9545.0, 9571.0, 9526.0, 9552.0, 9520.0, 9514.0, 9536.0, 9521.0, 9543.0, 9530.0, 9557.0, 9536.0, 9536.0, 9535.0, 9524.0, 9543.0, 9524.0, 9556.0, 9558.0, 9540.0, 9542.0, 9524.0, 9551.0, 9520.0, 9554.0, 9531.0, 9538.0, 9552.0, 9538.0, 9567.0, 9513.0, 9531.0, 9526.0, 9515.0, 9530.0, 9496.0, 9539.0, 9545.0, 9531.0, 9528.0, 9492.0, 9524.0, 9493.0, 9525.0, 9507.0, 9499.0, 9523.0, 9516.0, 9566.0, 9516.0, 9525.0, 9524.0, 9507.0, 9521.0, 9500.0, 9548.0, 9513.0, 9520.0, 9546.0, 9514.0, 9545.0, 9498.0, 9508.0, 9525.0, 9493.0, 9545.0, 9537.0, 9528.0, 9466.0, 9488.0, 9529.0, 9491.0, 9526.0, 9496.0, 9552.0, 9551.0, 9522.0, 9529.0, 9495.0, 9545.0, 9494.0, 9527.0, 9542.0, 9515.0, 9552.0, 9537.0, 9528.0, 9520.0, 9500.0, 9529.0, 9523.0, 9513.0, 9527.0, 9500.0, 9530.0, 9529.0, 9512.0, 9512.0, 9497.0, 9526.0, 9497.0, 9527.0, 9529.0, 9549.0, 9600.0, 9546.0, 9578.0, 9545.0, 9559.0, 9542.0, 9519.0, 9555.0, 9522.0, 9552.0, 9551.0, 9505.0, 9534.0, 9477.0, 9543.0, 9516.0, 9551.0, 9545.0, 9520.0, 9534.0, 9524.0, 9547.0, 9520.0, 9532.0, 9521.0, 9506.0, 9552.0, 9499.0, 9548.0, 9526.0, 9537.0, 9521.0, 9500.0, 9552.0, 9502.0, 9535.0, 9532.0, 9542.0, 9535.0, 9529.0, 9529.0, 9511.0, 9510.0, 9526.0, 9518.0, 9546.0, 9531.0, 9523.0, 9539.0, 9517.0, 9530.0, 9518.0, 9547.0, 9500.0, 9528.0, 9515.0, 9492.0, 9546.0, 9521.0, 9537.0, 9516.0, 9515.0, 9514.0, 9497.0, 9525.0, 9496.0, 9523.0, 9510.0, 9521.0, 9531.0, 9498.0, 9510.0, 9497.0, 9510.0, 9511.0, 9492.0, 9523.0, 9494.0, 9537.0, 9528.0, 9493.0, 9508.0, 9507.0, 9521.0, 9478.0, 9508.0, 9495.0, 9469.0, 9529.0, 9504.0, 9517.0, 9510.0, 9513.0, 9538.0, 9497.0, 9515.0, 9502.0, 9514.0, 9548.0, 9518.0, 9531.0, 9503.0, 9509.0, 9528.0, 9514.0, 9527.0, 9522.0, 9555.0, 9536.0, 9523.0, 9535.0, 9517.0, 9550.0, 9515.0, 9550.0, 9540.0, 9527.0, 9571.0, 9522.0, 9536.0, 9533.0, 9521.0, 9534.0, 9517.0, 9547.0, 9509.0, 9584.0, 9575.0, 9547.0, 9536.0, 9536.0, 9555.0, 9557.0, 9563.0, 9559.0, 9563.0, 9555.0, 9548.0, 9595.0, 9563.0, 9556.0, 9537.0, 9561.0, 9550.0, 9526.0, 9530.0, 9534.0, 9558.0, 9543.0, 9542.0, 9519.0, 9539.0, 9529.0, 9538.0, 9566.0, 9536.0, 9583.0, 9580.0, 9544.0, 9555.0, 9558.0, 9569.0, 9541.0, 9552.0, 9548.0, 9553.0, 9575.0, 9537.0, 9539.0, 9532.0, 9535.0, 9528.0, 9534.0, 9533.0, 9535.0, 9575.0, 9537.0, 9521.0, 9532.0, 9532.0, 9546.0, 9529.0, 9547.0, 9550.0, 9548.0, 9580.0, 9554.0, 9561.0, 9563.0, 9544.0, 9553.0, 9522.0, 9549.0, 9520.0, 9537.0, 9553.0, 9533.0, 9527.0, 9500.0, 9551.0, 9548.0, 9538.0, 9561.0, 9540.0, 9549.0, 9517.0, 9536.0, 9544.0, 9520.0, 9567.0, 9518.0, 9554.0, 9537.0, 9537.0, 9570.0, 9539.0, 9569.0, 9549.0, 9520.0, 9572.0, 9526.0, 9550.0, 9523.0, 9513.0, 9527.0, 9496.0, 9525.0, 9510.0, 9517.0, 9554.0, 9517.0, 9536.0, 9519.0, 9528.0, 9499.0, 9517.0, 9512.0, 9502.0, 9530.0, 9523.0, 9515.0, 9538.0, 9515.0, 9516.0, 9547.0, 9518.0, 9529.0, 9504.0, 9485.0, 9500.0, 9469.0, 9483.0, 9504.0, 9491.0, 9495.0, 9462.0, 9477.0, 9471.0, 9460.0, 9473.0, 9442.0, 9459.0, 9466.0, 9460.0, 9487.0, 9465.0, 9462.0, 9498.0, 9465.0, 9493.0, 9464.0, 9477.0, 9473.0, 9443.0, 9493.0, 9461.0, 9479.0, 9474.0, 9465.0, 9502.0, 9487.0, 9464.0, 9478.0, 9481.0, 9485.0, 9468.0, 9501.0, 9510.0, 9528.0, 9541.0, 9512.0, 9523.0, 9498.0, 9531.0, 9531.0, 9542.0, 9552.0, 9518.0, 9535.0, 9517.0, 9551.0, 9547.0, 9520.0, 9549.0, 9543.0, 9558.0, 9520.0, 9558.0, 9548.0, 9541.0, 9540.0, 9518.0, 9573.0, 9545.0, 9546.0, 9539.0, 9543.0, 9530.0, 9522.0, 9556.0, 9539.0, 9570.0, 9560.0, 9554.0, 9550.0, 9523.0, 9549.0, 9502.0, 9546.0, 9523.0, 9539.0, 9530.0, 9501.0, 9508.0, 9494.0, 9524.0, 9494.0, 9510.0, 9529.0, 9514.0, 9492.0, 9495.0, 9508.0, 9493.0, 9521.0, 9494.0, 9514.0, 9542.0, 9515.0, 9521.0, 9488.0, 9519.0, 9494.0, 9526.0, 9550.0, 9512.0, 9548.0, 9511.0, 9529.0, 9516.0, 9535.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.002781904069767442</td></tr>
<tr><td colspan=3>aqi</td><td>0.03920531279069767</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.37390275154916</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1933232333090908</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.028918469752728</td></tr>
<tr><td colspan=3>efc</td><td>0.4757</td></tr>
<tr><td colspan=3>fber</td><td>5458.5566</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11332029685977517</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.558139534883721</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.538159652504593</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5423093030229866</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7299178440045955</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3422518104861965</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125177</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0023885644041001797</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026737477630376816</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1376</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.469218630987605</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>37.6383</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6419</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.6665</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299544.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>773.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.7334</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7712</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.4755</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3559.2915</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3713.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77000.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1544.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>830.7886</td></tr>
<tr><td colspan=3>tsnr</td><td>34.997056948486716</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>