<?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-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-01/func/sub-0059_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>700e75aa32d3fa5ea19e8ae1d541791e</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>11:56:22.467500</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.999136, -0.0121456, 0.039742, 0.00819612, 0.995146, 0.0980724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0972151</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>[4155, -7761, -7265, 532, -87, -255, -21, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>763e2679-c302-4fbd-a474-9a0280e4219f||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.6806092262268066, 0.02198958396911621, 0.10999853163957596, 106.52082061767578], [0.03258572518825531, 2.669902801513672, 0.26368725299835205, -98.87194061279297], [0.10662481933832169, -0.2631210684776306, 2.684840679168701, -66.92986297607422], [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': ['115622.467500', '115622.927500', '115623.387500', '115623.847500', '115624.307500', '115624.767500', '115625.227500', '115625.687500', '115626.147500', '115626.607500', '115627.067500', '115627.527500', '115627.987500', '115628.447500', '115628.907500', '115629.367500', '115629.827500', '115630.287500', '115630.747500', '115631.207500', '115631.667500', '115632.127500', '115632.587500', '115633.047500', '115633.507500', '115633.967500', '115634.427500', '115634.887500', '115635.347500', '115635.807500', '115636.267500', '115636.727500', '115637.187500', '115637.647500', '115638.107500', '115638.567500', '115639.027500', '115639.487500', '115639.947500', '115640.407500', '115640.867500', '115641.327500', '115641.787500', '115642.247500', '115642.707500', '115643.167500', '115643.627500', '115644.087500', '115644.547500', '115645.007500', '115645.467500', '115645.927500', '115646.387500', '115646.847500', '115647.307500', '115647.767500', '115648.227500', '115648.687500', '115649.147500', '115649.607500', '115650.067500', '115650.527500', '115650.987500', '115651.447500', '115651.907500', '115652.367500', '115652.827500', '115653.287500', '115653.747500', '115654.207500', '115654.667500', '115655.127500', '115655.587500', '115656.047500', '115656.507500', '115656.967500', '115657.427500', '115657.887500', '115658.347500', '115658.807500', '115659.267500', '115659.727500', '115700.187500', '115700.647500', '115701.107500', '115701.567500', '115702.027500', '115702.487500', '115702.947500', '115703.407500', '115703.867500', '115704.327500', '115704.787500', '115705.247500', '115705.707500', '115706.167500', '115706.627500', '115707.087500', '115707.547500', '115708.007500', '115708.467500', '115708.927500', '115709.387500', '115709.847500', '115710.307500', '115710.767500', '115711.227500', '115711.687500', '115712.147500', '115712.607500', '115713.067500', '115713.527500', '115713.987500', '115714.447500', '115714.907500', '115715.367500', '115715.827500', '115716.287500', '115716.747500', '115717.207500', '115717.667500', '115718.127500', '115718.587500', '115719.047500', '115719.507500', '115719.967500', '115720.427500', '115720.887500', '115721.347500', '115721.807500', '115722.267500', '115722.727500', '115723.187500', '115723.647500', '115724.107500', '115724.567500', '115725.027500', '115725.487500', '115725.947500', '115726.407500', '115726.867500', '115727.327500', '115727.787500', '115728.247500', '115728.707500', '115729.167500', '115729.627500', '115730.087500', '115730.547500', '115731.007500', '115731.467500', '115731.927500', '115732.387500', '115732.847500', '115733.307500', '115733.767500', '115734.227500', '115734.687500', '115735.147500', '115735.607500', '115736.067500', '115736.527500', '115736.987500', '115737.447500', '115737.907500', '115738.367500', '115738.827500', '115739.287500', '115739.747500', '115740.207500', '115740.667500', '115741.127500', '115741.587500', '115742.047500', '115742.507500', '115742.967500', '115743.427500', '115743.887500', '115744.347500', '115744.807500', '115745.267500', '115745.727500', '115746.187500', '115746.647500', '115747.107500', '115747.567500', '115748.027500', '115748.487500', '115748.947500', '115749.407500', '115749.867500', '115750.327500', '115750.787500', '115751.247500', '115751.707500', '115752.167500', '115752.627500', '115753.087500', '115753.547500', '115754.007500', '115754.467500', '115754.927500', '115755.387500', '115755.847500', '115756.307500', '115756.767500', '115757.227500', '115757.687500', '115758.147500', '115758.607500', '115759.067500', '115759.527500', '115759.987500', '115800.447500', '115800.907500', '115801.367500', '115801.827500', '115802.287500', '115802.747500', '115803.207500', '115803.667500', '115804.127500', '115804.587500', '115805.047500', '115805.507500', '115805.967500', '115806.427500', '115806.887500', '115807.347500', '115807.807500', '115808.267500', '115808.727500', '115809.187500', '115809.647500', '115810.107500', '115810.567500', '115811.027500', '115811.487500', '115811.947500', '115812.407500', '115812.867500', '115813.327500', '115813.787500', '115814.247500', '115814.707500', '115815.167500', '115815.627500', '115816.087500', '115816.547500', '115817.007500', '115817.467500', '115817.927500', '115818.387500', '115818.847500', '115819.307500', '115819.767500', '115820.227500', '115820.687500', '115821.147500', '115821.607500', '115822.067500', '115822.527500', '115822.987500', '115823.447500', '115823.907500', '115824.367500', '115824.827500', '115825.287500', '115825.747500', '115826.207500', '115826.667500', '115827.127500', '115827.587500', '115828.047500', '115828.507500', '115828.967500', '115829.427500', '115829.887500', '115830.347500', '115830.807500', '115831.267500', '115831.727500', '115832.187500', '115832.647500', '115833.107500', '115833.567500', '115834.027500', '115834.487500', '115834.947500', '115835.407500', '115835.867500', '115836.327500', '115836.787500', '115837.247500', '115837.707500', '115838.167500', '115838.627500', '115839.087500', '115839.547500', '115840.007500', '115840.467500', '115840.927500', '115841.387500', '115841.847500', '115842.307500', '115842.767500', '115843.227500', '115843.687500', '115844.147500', '115844.607500', '115845.067500', '115845.527500', '115845.987500', '115846.447500', '115846.907500', '115847.367500', '115847.827500', '115848.287500', '115848.747500', '115849.207500', '115849.667500', '115850.127500', '115850.587500', '115851.047500', '115851.507500', '115851.967500', '115852.427500', '115852.887500', '115853.347500', '115853.807500', '115854.267500', '115854.727500', '115855.187500', '115855.647500', '115856.107500', '115856.567500', '115857.027500', '115857.487500', '115857.947500', '115858.407500', '115858.867500', '115859.327500', '115859.787500', '115900.247500', '115900.707500', '115901.167500', '115901.627500', '115902.087500', '115902.547500', '115903.007500', '115903.467500', '115903.927500', '115904.387500', '115904.847500', '115905.307500', '115905.767500', '115906.227500', '115906.687500', '115907.147500', '115907.607500', '115908.067500', '115908.527500', '115908.987500', '115909.447500', '115909.907500', '115910.367500', '115910.827500', '115911.287500', '115911.747500', '115912.207500', '115912.667500', '115913.127500', '115913.587500', '115914.047500', '115914.507500', '115914.967500', '115915.427500', '115915.887500', '115916.347500', '115916.807500', '115917.267500', '115917.727500', '115918.187500', '115918.647500', '115919.107500', '115919.567500', '115920.027500', '115920.487500', '115920.947500', '115921.407500', '115921.867500', '115922.327500', '115922.787500', '115923.247500', '115923.707500', '115924.167500', '115924.627500', '115925.087500', '115925.547500', '115926.007500', '115926.467500', '115926.927500', '115927.387500', '115927.847500', '115928.307500', '115928.767500', '115929.227500', '115929.687500', '115930.147500', '115930.607500', '115931.067500', '115931.527500', '115931.987500', '115932.447500', '115932.907500', '115933.367500', '115933.827500', '115934.287500', '115934.747500', '115935.207500', '115935.667500', '115936.127500', '115936.587500', '115937.047500', '115937.507500', '115937.967500', '115938.427500', '115938.887500', '115939.347500', '115939.807500', '115940.267500', '115940.727500', '115941.187500', '115941.647500', '115942.107500', '115942.567500', '115943.027500', '115943.487500', '115943.947500', '115944.407500', '115944.867500', '115945.327500', '115945.787500', '115946.247500', '115946.707500', '115947.167500', '115947.627500', '115948.087500', '115948.547500', '115949.007500', '115949.467500', '115949.927500', '115950.387500', '115950.847500', '115951.307500', '115951.767500', '115952.227500', '115952.687500', '115953.147500', '115953.607500', '115954.067500', '115954.527500', '115954.987500', '115955.447500', '115955.907500', '115956.367500', '115956.827500', '115957.287500', '115957.747500', '115958.207500', '115958.667500', '115959.127500', '115959.587500', '120000.047500', '120000.507500', '120000.967500', '120001.427500', '120001.887500', '120002.347500', '120002.807500', '120003.267500', '120003.727500', '120004.187500', '120004.647500', '120005.107500', '120005.567500', '120006.027500', '120006.487500', '120006.947500', '120007.407500', '120007.867500', '120008.327500', '120008.787500', '120009.247500', '120009.707500', '120010.167500', '120010.627500', '120011.087500', '120011.547500', '120012.007500', '120012.467500', '120012.927500', '120013.387500', '120013.847500', '120014.307500', '120014.767500', '120015.227500', '120015.687500', '120016.147500', '120016.607500', '120017.067500', '120017.527500', '120017.987500', '120018.447500', '120018.907500', '120019.367500', '120019.827500', '120020.287500', '120020.747500', '120021.207500', '120021.667500', '120022.127500', '120022.587500', '120023.047500', '120023.507500', '120023.967500', '120024.427500', '120024.887500', '120025.347500', '120025.807500', '120026.267500', '120026.727500', '120027.187500', '120027.647500', '120028.107500', '120028.567500', '120029.027500', '120029.487500', '120029.947500', '120030.407500', '120030.867500', '120031.327500', '120031.787500', '120032.247500', '120032.707500', '120033.167500', '120033.627500', '120034.087500', '120034.547500', '120035.007500', '120035.467500', '120035.927500', '120036.387500', '120036.847500', '120037.307500', '120037.767500', '120038.227500', '120038.687500', '120039.147500', '120039.607500', '120040.067500', '120040.527500', '120040.987500', '120041.447500', '120041.907500', '120042.367500', '120042.827500', '120043.287500', '120043.747500', '120044.207500', '120044.667500', '120045.127500', '120045.587500', '120046.047500', '120046.507500', '120046.967500', '120047.427500', '120047.887500', '120048.347500', '120048.807500', '120049.267500', '120049.727500', '120050.187500', '120050.647500', '120051.107500', '120051.567500', '120052.027500', '120052.487500', '120052.947500', '120053.407500', '120053.867500', '120054.327500', '120054.787500', '120055.247500', '120055.707500', '120056.167500', '120056.627500', '120057.087500', '120057.547500', '120058.007500', '120058.467500', '120058.927500', '120059.387500', '120059.847500', '120100.307500', '120100.767500', '120101.227500', '120101.687500', '120102.147500', '120102.607500', '120103.067500', '120103.527500', '120103.987500', '120104.447500', '120104.907500', '120105.367500', '120105.827500', '120106.287500', '120106.747500', '120107.207500', '120107.667500', '120108.127500', '120108.587500', '120109.047500', '120109.507500', '120109.967500', '120110.427500', '120110.887500', '120111.347500', '120111.807500', '120112.267500', '120112.727500', '120113.187500', '120113.647500', '120114.107500', '120114.567500', '120115.027500', '120115.487500', '120115.947500', '120116.407500', '120116.867500', '120117.327500', '120117.787500', '120118.247500', '120118.707500', '120119.167500', '120119.627500', '120120.087500', '120120.547500', '120121.007500', '120121.467500', '120121.927500', '120122.387500', '120122.847500', '120123.307500', '120123.767500', '120124.227500', '120124.687500', '120125.147500', '120125.607500', '120126.067500', '120126.527500', '120126.987500', '120127.447500', '120127.907500', '120128.367500', '120128.827500', '120129.287500', '120129.747500', '120130.207500', '120130.667500', '120131.127500', '120131.587500', '120132.047500', '120132.507500', '120132.967500', '120133.427500', '120133.887500', '120134.347500', '120134.807500', '120135.267500', '120135.727500', '120136.187500', '120136.647500', '120137.107500', '120137.567500', '120138.027500', '120138.487500', '120138.947500', '120139.407500', '120139.867500', '120140.327500', '120140.787500', '120141.247500', '120141.707500', '120142.167500', '120142.627500', '120143.087500', '120143.547500', '120144.007500', '120144.467500', '120144.927500', '120145.387500', '120145.847500', '120146.307500', '120146.767500', '120147.227500', '120147.687500', '120148.147500', '120148.607500', '120149.067500', '120149.527500', '120149.987500', '120150.447500', '120150.907500', '120151.367500', '120151.827500', '120152.287500', '120152.747500', '120153.207500', '120153.667500', '120154.127500', '120154.587500', '120155.047500', '120155.507500', '120155.967500', '120156.427500', '120156.887500', '120157.347500', '120157.807500', '120158.267500', '120158.727500', '120159.187500', '120159.647500', '120200.107500', '120200.567500', '120201.027500', '120201.487500', '120201.947500', '120202.407500', '120202.867500', '120203.327500', '120203.787500', '120204.247500', '120204.707500', '120205.167500', '120205.627500', '120206.087500', '120206.547500', '120207.007500', '120207.467500', '120207.927500', '120208.387500', '120208.847500', '120209.307500', '120209.767500', '120210.227500', '120210.687500', '120211.147500', '120211.607500', '120212.067500', '120212.527500', '120212.987500', '120213.447500', '120213.907500', '120214.367500', '120214.827500', '120215.287500', '120215.747500', '120216.207500', '120216.667500', '120217.127500', '120217.587500', '120218.047500', '120218.507500', '120218.967500', '120219.427500', '120219.887500', '120220.347500', '120220.807500', '120221.267500', '120221.727500', '120222.187500', '120222.647500', '120223.107500', '120223.567500', '120224.027500', '120224.487500', '120224.947500', '120225.407500', '120225.867500', '120226.327500', '120226.787500', '120227.247500', '120227.707500', '120228.167500', '120228.627500', '120229.087500', '120229.547500', '120230.007500', '120230.467500', '120230.927500', '120231.387500', '120231.847500', '120232.307500', '120232.767500', '120233.227500', '120233.687500', '120234.147500', '120234.607500', '120235.067500', '120235.527500', '120235.987500', '120236.447500', '120236.907500', '120237.367500', '120237.827500', '120238.287500', '120238.747500', '120239.207500', '120239.667500', '120240.127500', '120240.587500', '120241.047500', '120241.507500', '120241.967500', '120242.427500', '120242.887500', '120243.347500', '120243.807500', '120244.267500', '120244.727500', '120245.187500', '120245.647500', '120246.107500', '120246.567500', '120247.027500', '120247.487500', '120247.947500', '120248.407500', '120248.867500', '120249.327500', '120249.787500', '120250.247500', '120250.707500', '120251.167500', '120251.627500', '120252.087500', '120252.547500', '120253.007500', '120253.467500', '120253.927500', '120254.387500', '120254.847500', '120255.307500', '120255.767500', '120256.227500', '120256.687500', '120257.147500', '120257.607500', '120258.067500', '120258.527500', '120258.987500', '120259.447500', '120259.907500', '120300.367500', '120300.827500', '120301.287500', '120301.747500', '120302.207500', '120302.667500', '120303.127500', '120303.587500', '120304.047500', '120304.507500', '120304.967500', '120305.427500', '120305.887500', '120306.347500', '120306.807500', '120307.267500', '120307.727500', '120308.187500', '120308.647500', '120309.107500', '120309.567500', '120310.027500', '120310.487500', '120310.947500', '120311.407500', '120311.867500', '120312.327500', '120312.787500', '120313.247500', '120313.707500', '120314.167500', '120314.627500', '120315.087500', '120315.547500', '120316.007500', '120316.467500', '120316.927500', '120317.387500', '120317.847500', '120318.307500', '120318.767500', '120319.227500', '120319.687500', '120320.147500', '120320.607500', '120321.067500', '120321.527500', '120321.987500', '120322.447500', '120322.907500', '120323.367500', '120323.827500', '120324.287500', '120324.747500', '120325.207500', '120325.667500', '120326.127500', '120326.587500', '120327.047500', '120327.507500', '120327.967500', '120328.427500', '120328.887500', '120329.347500', '120329.807500', '120330.267500', '120330.727500', '120331.187500', '120331.647500', '120332.107500', '120332.567500', '120333.027500', '120333.487500', '120333.947500', '120334.407500', '120334.867500', '120335.327500', '120335.787500', '120336.247500', '120336.707500', '120337.167500', '120337.627500', '120338.087500', '120338.547500', '120339.007500', '120339.467500', '120339.927500', '120340.387500', '120340.847500', '120341.307500', '120341.767500', '120342.227500', '120342.687500', '120343.147500', '120343.607500', '120344.067500', '120344.527500', '120344.987500', '120345.447500', '120345.907500', '120346.367500', '120346.827500', '120347.287500', '120347.747500', '120348.207500', '120348.667500', '120349.127500', '120349.587500', '120350.047500', '120350.507500', '120350.967500', '120351.427500', '120351.887500', '120352.347500', '120352.807500', '120353.267500', '120353.727500', '120354.187500', '120354.647500', '120355.107500', '120355.567500', '120356.027500', '120356.487500', '120356.947500', '120357.407500', '120357.867500', '120358.327500', '120358.787500', '120359.247500', '120359.707500', '120400.167500', '120400.627500', '120401.087500', '120401.547500', '120402.007500', '120402.467500', '120402.927500', '120403.387500', '120403.847500', '120404.307500', '120404.767500', '120405.227500', '120405.687500', '120406.147500', '120406.607500', '120407.067500', '120407.527500', '120407.987500', '120408.447500', '120408.907500', '120409.367500', '120409.827500', '120410.287500', '120410.747500', '120411.207500', '120411.667500', '120412.127500', '120412.587500', '120413.047500', '120413.507500', '120413.967500', '120414.427500', '120414.887500', '120415.347500', '120415.807500', '120416.267500', '120416.727500', '120417.187500', '120417.647500', '120418.107500', '120418.567500', '120419.027500', '120419.487500', '120419.947500', '120420.407500', '120420.867500', '120421.327500', '120421.787500', '120422.247500', '120422.707500', '120423.167500', '120423.627500', '120424.087500', '120424.547500', '120425.007500', '120425.467500', '120425.927500', '120426.387500', '120426.847500', '120427.307500', '120427.767500', '120428.227500', '120428.687500', '120429.147500', '120429.607500', '120430.067500', '120430.527500', '120430.987500', '120431.447500', '120431.907500', '120432.367500', '120432.827500', '120433.287500', '120433.747500', '120434.207500', '120434.667500', '120435.127500', '120435.587500', '120436.047500', '120436.507500', '120436.967500', '120437.427500', '120437.887500', '120438.347500', '120438.807500', '120439.267500', '120439.727500', '120440.187500', '120440.647500', '120441.107500', '120441.567500', '120442.027500', '120442.487500', '120442.947500', '120443.407500', '120443.867500', '120444.327500', '120444.787500', '120445.247500', '120445.707500', '120446.167500', '120446.627500', '120447.087500', '120447.547500', '120448.007500', '120448.467500', '120448.927500', '120449.387500', '120449.847500', '120450.307500', '120450.767500', '120451.227500', '120451.687500', '120452.147500', '120452.607500', '120453.067500', '120453.527500', '120453.987500', '120454.447500', '120454.907500', '120455.367500', '120455.827500', '120456.287500', '120456.747500', '120457.207500', '120457.667500', '120458.127500', '120458.587500', '120459.047500', '120459.507500', '120459.967500', '120500.427500', '120500.887500', '120501.347500', '120501.807500', '120502.267500', '120502.727500', '120503.187500', '120503.647500', '120504.107500', '120504.567500', '120505.027500', '120505.487500', '120505.947500', '120506.407500', '120506.867500', '120507.327500', '120507.787500', '120508.247500', '120508.707500', '120509.167500', '120509.627500', '120510.087500', '120510.547500', '120511.007500', '120511.467500', '120511.927500', '120512.387500', '120512.847500', '120513.307500', '120513.767500', '120514.227500', '120514.687500', '120515.147500', '120515.607500', '120516.067500', '120516.527500', '120516.987500', '120517.447500', '120517.907500', '120518.367500', '120518.827500', '120519.287500', '120519.747500', '120520.207500', '120520.667500', '120521.127500', '120521.587500', '120522.047500', '120522.507500', '120522.967500', '120523.427500', '120523.887500', '120524.347500', '120524.807500', '120525.267500', '120525.727500', '120526.187500', '120526.647500', '120527.107500', '120527.567500', '120528.027500', '120528.487500', '120528.947500', '120529.407500', '120529.867500', '120530.327500', '120530.787500', '120531.247500', '120531.707500', '120532.167500', '120532.627500', '120533.087500', '120533.547500', '120534.007500', '120534.467500', '120534.927500', '120535.387500', '120535.847500', '120536.307500', '120536.767500', '120537.227500', '120537.687500', '120538.147500', '120538.607500', '120539.067500', '120539.527500', '120539.987500', '120540.447500', '120540.907500', '120541.367500', '120541.827500', '120542.287500', '120542.747500', '120543.207500', '120543.667500', '120544.127500', '120544.587500', '120545.047500', '120545.507500', '120545.967500', '120546.427500', '120546.887500', '120547.347500', '120547.807500', '120548.267500', '120548.727500', '120549.187500', '120549.647500', '120550.107500', '120550.567500', '120551.027500', '120551.487500', '120551.947500', '120552.407500', '120552.867500', '120553.327500', '120553.787500', '120554.247500', '120554.707500', '120555.167500', '120555.627500', '120556.087500', '120556.547500', '120557.007500', '120557.467500', '120557.927500', '120558.387500', '120558.847500', '120559.307500', '120559.767500', '120600.227500', '120600.687500', '120601.147500', '120601.607500', '120602.067500', '120602.527500', '120602.987500', '120603.447500', '120603.907500', '120604.367500', '120604.827500', '120605.287500', '120605.747500', '120606.207500', '120606.667500', '120607.127500', '120607.587500', '120608.047500', '120608.507500', '120608.967500', '120609.427500', '120609.887500', '120610.347500', '120610.807500', '120611.267500', '120611.727500', '120612.187500', '120612.647500', '120613.107500', '120613.567500', '120614.027500', '120614.487500', '120614.947500', '120615.407500', '120615.867500', '120616.327500', '120616.787500', '120617.247500', '120617.707500', '120618.167500', '120618.627500', '120619.087500', '120619.547500', '120620.007500', '120620.467500', '120620.927500', '120621.387500', '120621.847500', '120622.307500', '120622.767500', '120623.227500', '120623.687500', '120624.147500', '120624.607500', '120625.067500', '120625.527500', '120625.987500', '120626.447500', '120626.907500', '120627.367500', '120627.827500', '120628.287500', '120628.747500', '120629.207500', '120629.667500', '120630.127500', '120630.587500', '120631.047500', '120631.507500', '120631.967500', '120632.427500', '120632.887500', '120633.347500', '120633.807500', '120634.267500', '120634.727500', '120635.187500', '120635.647500', '120636.107500', '120636.567500', '120637.027500', '120637.487500', '120637.947500', '120638.407500', '120638.867500', '120639.327500', '120639.787500', '120640.247500', '120640.707500', '120641.167500', '120641.627500', '120642.087500', '120642.547500', '120643.007500', '120643.467500', '120643.927500', '120644.387500', '120644.847500', '120645.307500', '120645.767500', '120646.227500', '120646.687500', '120647.147500', '120647.607500', '120648.067500', '120648.527500', '120648.987500', '120649.447500', '120649.907500', '120650.367500', '120650.827500', '120651.287500', '120651.747500', '120652.207500', '120652.667500', '120653.127500', '120653.587500', '120654.047500', '120654.507500', '120654.967500'], 'ContentTime': ['115633.621000', '115633.625000', '115633.628000', '115633.631000', '115633.639000', '115633.662000', '115633.665000', '115633.667000', '115633.670000', '115633.673000', '115633.675000', '115633.678000', '115633.681000', '115633.686000', '115633.688000', '115633.691000', '115633.694000', '115633.696000', '115633.699000', '115633.701000', '115633.704000', '115633.706000', '115653.588000', '115653.591000', '115653.594000', '115653.596000', '115653.599000', '115653.602000', '115653.605000', '115653.608000', '115653.610000', '115653.613000', '115653.615000', '115653.623000', '115653.625000', '115653.628000', '115653.630000', '115653.633000', '115653.635000', '115653.638000', '115653.647000', '115653.649000', '115653.652000', '115653.655000', '115653.657000', '115653.660000', '115653.663000', '115653.665000', '115653.668000', '115653.670000', '115653.673000', '115653.675000', '115653.678000', '115653.681000', '115653.683000', '115653.686000', '115653.688000', '115653.691000', '115653.694000', '115653.696000', '115653.699000', '115653.701000', '115653.704000', '115653.706000', '115653.709000', '115653.712000', '115713.589000', '115713.591000', '115713.594000', '115713.597000', '115713.599000', '115713.602000', '115713.605000', '115713.607000', '115713.610000', '115713.612000', '115713.615000', '115713.617000', '115713.620000', '115713.622000', '115713.625000', '115713.628000', '115713.630000', '115713.633000', '115713.635000', '115713.638000', '115713.641000', '115713.643000', '115713.646000', '115713.648000', '115713.651000', '115713.653000', '115713.656000', '115713.658000', '115713.661000', '115713.664000', '115713.666000', '115713.669000', '115713.671000', '115713.674000', '115713.677000', '115713.679000', '115713.682000', '115713.684000', '115713.687000', '115713.690000', '115713.692000', '115713.695000', '115713.697000', '115733.589000', '115733.591000', '115733.594000', '115733.597000', '115733.599000', '115733.602000', '115733.605000', '115733.607000', '115733.610000', '115733.612000', '115733.615000', '115733.617000', '115733.620000', '115733.623000', '115733.625000', '115733.628000', '115733.631000', '115733.633000', '115733.636000', '115733.638000', '115733.641000', '115733.644000', '115733.646000', '115733.649000', '115733.651000', '115733.654000', '115733.656000', '115733.659000', '115733.661000', '115733.664000', '115733.667000', '115733.669000', '115733.672000', '115733.674000', '115733.677000', '115733.679000', '115733.682000', '115733.685000', '115733.687000', '115733.690000', '115733.692000', '115733.695000', '115733.697000', '115733.700000', '115753.589000', '115753.591000', '115753.594000', '115753.597000', '115753.599000', '115753.602000', '115753.604000', '115753.612000', '115753.615000', '115753.617000', '115753.620000', '115753.622000', '115753.625000', '115753.628000', '115753.630000', '115753.633000', '115753.649000', '115753.652000', '115753.654000', '115753.657000', '115753.660000', '115753.662000', '115753.665000', '115753.667000', '115753.670000', '115753.673000', '115753.675000', '115753.678000', '115753.680000', '115753.683000', '115753.685000', '115753.688000', '115753.691000', '115753.693000', '115753.696000', '115753.698000', '115753.701000', '115753.703000', '115753.706000', '115753.708000', '115753.711000', '115753.714000', '115753.716000', '115813.589000', '115813.592000', '115813.594000', '115813.597000', '115813.600000', '115813.602000', '115813.605000', '115813.608000', '115813.610000', '115813.613000', '115813.615000', '115813.618000', '115813.620000', '115813.623000', '115813.626000', '115813.628000', '115813.631000', '115813.633000', '115813.636000', '115813.639000', '115813.641000', '115813.644000', '115813.648000', '115813.650000', '115813.653000', '115813.655000', '115813.658000', '115813.660000', '115813.663000', '115813.666000', '115813.668000', '115813.671000', '115813.673000', '115813.676000', '115813.679000', '115813.681000', '115813.684000', '115813.687000', '115813.690000', '115813.692000', '115813.695000', '115813.697000', '115813.700000', '115833.588000', '115833.591000', '115833.594000', '115833.597000', '115833.599000', '115833.602000', '115833.605000', '115833.607000', '115833.610000', '115833.612000', '115833.615000', '115833.618000', '115833.620000', '115833.623000', '115833.625000', '115833.628000', '115833.631000', '115833.633000', '115833.636000', '115833.639000', '115833.641000', '115833.644000', '115833.646000', '115833.649000', '115833.652000', '115833.654000', '115833.657000', '115833.659000', '115833.662000', '115833.665000', '115833.667000', '115833.670000', '115833.672000', '115833.675000', '115833.678000', '115833.680000', '115833.683000', '115833.685000', '115833.688000', '115833.690000', '115833.693000', '115833.695000', '115833.698000', '115833.701000', '115853.589000', '115853.591000', '115853.594000', '115853.597000', '115853.599000', '115853.602000', '115853.604000', '115853.607000', '115853.610000', '115853.612000', '115853.615000', '115853.617000', '115853.620000', '115853.622000', '115853.625000', '115853.640000', '115853.642000', '115853.645000', '115853.647000', '115853.650000', '115853.653000', '115853.655000', '115853.658000', '115853.660000', '115853.663000', '115853.665000', '115853.668000', '115853.671000', '115853.673000', '115853.676000', '115853.679000', '115853.681000', '115853.684000', '115853.686000', '115853.689000', '115853.692000', '115853.695000', '115853.698000', '115853.701000', '115853.704000', '115853.706000', '115853.709000', '115853.711000', '115913.589000', '115913.591000', '115913.594000', '115913.597000', '115913.599000', '115913.602000', '115913.604000', '115913.607000', '115913.610000', '115913.612000', '115913.615000', '115913.617000', '115913.620000', '115913.622000', '115913.625000', '115913.628000', '115913.630000', '115913.633000', '115913.635000', '115913.638000', '115913.640000', '115913.643000', '115913.646000', '115913.648000', '115913.651000', '115913.653000', '115913.656000', '115913.659000', '115913.661000', '115913.664000', '115913.666000', '115913.669000', '115913.672000', '115913.674000', '115913.677000', '115913.679000', '115913.682000', '115913.684000', '115913.687000', '115913.690000', '115913.692000', '115913.695000', '115913.698000', '115913.700000', '115933.589000', '115933.592000', '115933.594000', '115933.597000', '115933.599000', '115933.602000', '115933.605000', '115933.607000', '115933.610000', '115933.613000', '115933.615000', '115933.618000', '115933.620000', '115933.623000', '115933.626000', '115933.628000', '115933.631000', '115933.634000', '115933.636000', '115933.639000', '115933.642000', '115933.645000', '115933.647000', '115933.650000', '115933.652000', '115933.655000', '115933.658000', '115933.660000', '115933.663000', '115933.666000', '115933.668000', '115933.671000', '115933.673000', '115933.676000', '115933.679000', '115933.681000', '115933.684000', '115933.687000', '115933.689000', '115933.692000', '115933.695000', '115933.697000', '115933.700000', '115953.589000', '115953.591000', '115953.594000', '115953.596000', '115953.599000', '115953.602000', '115953.604000', '115953.607000', '115953.609000', '115953.612000', '115953.615000', '115953.617000', '115953.620000', '115953.623000', '115953.625000', '115953.628000', '115953.630000', '115953.633000', '115953.636000', '115953.638000', '115953.641000', '115953.643000', '115953.646000', '115953.648000', '115953.651000', '115953.654000', '115953.656000', '115953.659000', '115953.662000', '115953.664000', '115953.667000', '115953.669000', '115953.672000', '115953.674000', '115953.677000', '115953.680000', '115953.682000', '115953.685000', '115953.687000', '115953.690000', '115953.692000', '115953.695000', '115953.698000', '115953.700000', '120013.589000', '120013.592000', '120013.594000', '120013.597000', '120013.599000', '120013.602000', '120013.605000', '120013.607000', '120013.610000', '120013.612000', '120013.615000', '120013.618000', '120013.620000', '120013.623000', '120013.625000', '120013.628000', '120013.630000', '120013.633000', '120013.636000', '120013.638000', '120013.641000', '120013.643000', '120013.646000', '120013.648000', '120013.651000', '120013.654000', '120013.656000', '120013.659000', '120013.661000', '120013.664000', '120013.667000', '120013.669000', '120013.672000', '120013.674000', '120013.677000', '120013.679000', '120013.682000', '120013.684000', '120013.687000', '120013.690000', '120013.692000', '120013.695000', '120013.697000', '120033.589000', '120033.592000', '120033.594000', '120033.597000', '120033.600000', '120033.602000', '120033.605000', '120033.608000', '120033.610000', '120033.613000', '120033.615000', '120033.618000', '120033.620000', '120033.623000', '120033.626000', '120033.628000', '120033.631000', '120033.633000', '120033.636000', '120033.638000', '120033.641000', '120033.644000', '120033.646000', '120033.649000', '120033.651000', '120033.654000', '120033.657000', '120033.659000', '120033.662000', '120033.664000', '120033.667000', '120033.669000', '120033.672000', '120033.675000', '120033.677000', '120033.680000', '120033.682000', '120033.685000', '120033.688000', '120033.690000', '120033.693000', '120033.695000', '120033.698000', '120033.700000', '120053.589000', '120053.591000', '120053.594000', '120053.597000', '120053.599000', '120053.602000', '120053.604000', '120053.607000', '120053.610000', '120053.612000', '120053.615000', '120053.617000', '120053.620000', '120053.623000', '120053.625000', '120053.628000', '120053.630000', '120053.633000', '120053.635000', '120053.638000', '120053.641000', '120053.643000', '120053.646000', '120053.649000', '120053.651000', '120053.654000', '120053.656000', '120053.659000', '120053.662000', '120053.664000', '120053.667000', '120053.669000', '120053.672000', '120053.675000', '120053.677000', '120053.680000', '120053.683000', '120053.701000', '120053.704000', '120053.707000', '120053.709000', '120053.712000', '120053.714000', '120113.588000', '120113.591000', '120113.594000', '120113.596000', '120113.599000', '120113.602000', '120113.604000', '120113.607000', '120113.609000', '120113.612000', '120113.615000', '120113.617000', '120113.620000', '120113.623000', '120113.625000', '120113.628000', '120113.630000', '120113.633000', '120113.635000', '120113.638000', '120113.640000', '120113.643000', '120113.646000', '120113.648000', '120113.651000', '120113.654000', '120113.656000', '120113.659000', '120113.661000', '120113.664000', '120113.666000', '120113.669000', '120113.671000', '120113.674000', '120113.677000', '120113.679000', '120113.682000', '120113.684000', '120113.687000', '120113.690000', '120113.692000', '120113.695000', '120113.697000', '120113.700000', '120133.589000', '120133.592000', '120133.594000', '120133.597000', '120133.599000', '120133.602000', '120133.605000', '120133.607000', '120133.610000', '120133.613000', '120133.615000', '120133.618000', '120133.620000', '120133.623000', '120133.626000', '120133.628000', '120133.631000', '120133.633000', '120133.636000', '120133.638000', '120133.641000', '120133.644000', '120133.646000', '120133.649000', '120133.652000', '120133.654000', '120133.657000', '120133.659000', '120133.662000', '120133.665000', '120133.667000', '120133.670000', '120133.672000', '120133.675000', '120133.678000', '120133.680000', '120133.683000', '120133.685000', '120133.688000', '120133.691000', '120133.693000', '120133.696000', '120133.698000', '120153.589000', '120153.592000', '120153.594000', '120153.597000', '120153.599000', '120153.602000', '120153.605000', '120153.607000', '120153.610000', '120153.613000', '120153.615000', '120153.618000', '120153.620000', '120153.623000', '120153.626000', '120153.628000', '120153.631000', '120153.633000', '120153.636000', '120153.639000', '120153.641000', '120153.644000', '120153.646000', '120153.649000', '120153.652000', '120153.654000', '120153.657000', '120153.659000', '120153.662000', '120153.665000', '120153.667000', '120153.670000', '120153.672000', '120153.675000', '120153.678000', '120153.680000', '120153.683000', '120153.685000', '120153.688000', '120153.691000', '120153.693000', '120153.698000', '120153.700000', '120153.703000', '120213.589000', '120213.591000', '120213.594000', '120213.597000', '120213.600000', '120213.602000', '120213.605000', '120213.607000', '120213.610000', '120213.613000', '120213.615000', '120213.618000', '120213.620000', '120213.623000', '120213.625000', '120213.628000', '120213.630000', '120213.633000', '120213.636000', '120213.638000', '120213.641000', '120213.643000', '120213.646000', '120213.649000', '120213.651000', '120213.654000', '120213.656000', '120213.659000', '120213.661000', '120213.664000', '120213.667000', '120213.669000', '120213.672000', '120213.674000', '120213.677000', '120213.680000', '120213.682000', '120213.685000', '120213.687000', '120213.690000', '120213.692000', '120213.695000', '120213.698000', '120233.589000', '120233.591000', '120233.594000', '120233.597000', '120233.607000', '120233.610000', '120233.612000', '120233.615000', '120233.618000', '120233.620000', '120233.623000', '120233.625000', '120233.628000', '120233.630000', '120233.633000', '120233.635000', '120233.638000', '120233.641000', '120233.643000', '120233.646000', '120233.649000', '120233.651000', '120233.654000', '120233.656000', '120233.659000', '120233.661000', '120233.664000', '120233.667000', '120233.669000', '120233.672000', '120233.674000', '120233.677000', '120233.679000', '120233.682000', '120233.685000', '120233.687000', '120233.690000', '120233.693000', '120233.695000', '120233.698000', '120233.700000', '120233.703000', '120233.706000', '120233.708000', '120253.589000', '120253.591000', '120253.594000', '120253.597000', '120253.599000', '120253.602000', '120253.605000', '120253.607000', '120253.610000', '120253.612000', '120253.615000', '120253.617000', '120253.620000', '120253.623000', '120253.625000', '120253.628000', '120253.630000', '120253.633000', '120253.636000', '120253.638000', '120253.641000', '120253.643000', '120253.646000', '120253.648000', '120253.651000', '120253.653000', '120253.656000', '120253.659000', '120253.661000', '120253.664000', '120253.667000', '120253.669000', '120253.672000', '120253.674000', '120253.677000', '120253.680000', '120253.682000', '120253.685000', '120253.687000', '120253.690000', '120253.692000', '120253.695000', '120253.697000', '120313.589000', '120313.592000', '120313.594000', '120313.597000', '120313.600000', '120313.602000', '120313.605000', '120313.608000', '120313.610000', '120313.613000', '120313.616000', '120313.618000', '120313.621000', '120313.624000', '120313.626000', '120313.629000', '120313.631000', '120313.634000', '120313.637000', '120313.639000', '120313.642000', '120313.645000', '120313.647000', '120313.650000', '120313.652000', '120313.655000', '120313.657000', '120313.660000', '120313.663000', '120313.665000', '120313.668000', '120313.671000', '120313.673000', '120313.676000', '120313.679000', '120313.681000', '120313.684000', '120313.686000', '120313.689000', '120313.692000', '120313.694000', '120313.697000', '120313.699000', '120313.702000', '120333.589000', '120333.592000', '120333.594000', '120333.597000', '120333.600000', '120333.602000', '120333.605000', '120333.608000', '120333.610000', '120333.613000', '120333.615000', '120333.618000', '120333.621000', '120333.623000', '120333.626000', '120333.628000', '120333.631000', '120333.634000', '120333.636000', '120333.639000', '120333.642000', '120333.644000', '120333.647000', '120333.649000', '120333.652000', '120333.655000', '120333.657000', '120333.660000', '120333.662000', '120333.665000', '120333.668000', '120333.670000', '120333.673000', '120333.675000', '120333.678000', '120333.680000', '120333.683000', '120333.686000', '120333.688000', '120333.691000', '120333.693000', '120333.696000', '120333.698000', '120353.589000', '120353.600000', '120353.603000', '120353.605000', '120353.608000', '120353.610000', '120353.613000', '120353.616000', '120353.618000', '120353.621000', '120353.623000', '120353.626000', '120353.629000', '120353.631000', '120353.634000', '120353.636000', '120353.639000', '120353.642000', '120353.644000', '120353.647000', '120353.649000', '120353.652000', '120353.655000', '120353.657000', '120353.660000', '120353.662000', '120353.665000', '120353.667000', '120353.670000', '120353.673000', '120353.675000', '120353.678000', '120353.680000', '120353.683000', '120353.686000', '120353.688000', '120353.691000', '120353.693000', '120353.696000', '120353.699000', '120353.701000', '120353.704000', '120353.706000', '120353.709000', '120413.589000', '120413.592000', '120413.594000', '120413.597000', '120413.600000', '120413.602000', '120413.605000', '120413.608000', '120413.610000', '120413.613000', '120413.615000', '120413.618000', '120413.621000', '120413.623000', '120413.626000', '120413.628000', '120413.631000', '120413.634000', '120413.636000', '120413.639000', '120413.641000', '120413.644000', '120413.646000', '120413.649000', '120413.652000', '120413.654000', '120413.657000', '120413.659000', '120413.662000', '120413.665000', '120413.667000', '120413.670000', '120413.673000', '120413.675000', '120413.678000', '120413.680000', '120413.683000', '120413.685000', '120413.688000', '120413.691000', '120413.693000', '120413.696000', '120413.698000', '120433.589000', '120433.591000', '120433.594000', '120433.597000', '120433.599000', '120433.602000', '120433.605000', '120433.608000', '120433.611000', '120433.613000', '120433.616000', '120433.618000', '120433.621000', '120433.624000', '120433.626000', '120433.629000', '120433.632000', '120433.634000', '120433.637000', '120433.640000', '120433.642000', '120433.645000', '120433.648000', '120433.650000', '120433.653000', '120433.655000', '120433.658000', '120433.661000', '120433.664000', '120433.666000', '120433.669000', '120433.672000', '120433.675000', '120433.677000', '120433.680000', '120433.682000', '120433.685000', '120433.688000', '120433.690000', '120433.693000', '120433.695000', '120433.698000', '120433.701000', '120433.703000', '120453.588000', '120453.591000', '120453.594000', '120453.597000', '120453.599000', '120453.602000', '120453.604000', '120453.607000', '120453.610000', '120453.612000', '120453.615000', '120453.618000', '120453.620000', '120453.623000', '120453.625000', '120453.628000', '120453.631000', '120453.633000', '120453.636000', '120453.638000', '120453.641000', '120453.644000', '120453.646000', '120453.649000', '120453.651000', '120453.654000', '120453.657000', '120453.659000', '120453.662000', '120453.664000', '120453.667000', '120453.670000', '120453.672000', '120453.675000', '120453.677000', '120453.680000', '120453.682000', '120453.685000', '120453.688000', '120453.690000', '120453.693000', '120453.696000', '120453.698000', '120513.589000', '120513.592000', '120513.595000', '120513.597000', '120513.600000', '120513.603000', '120513.605000', '120513.608000', '120513.610000', '120513.613000', '120513.616000', '120513.618000', '120513.621000', '120513.623000', '120513.626000', '120513.629000', '120513.631000', '120513.634000', '120513.636000', '120513.639000', '120513.642000', '120513.644000', '120513.647000', '120513.649000', '120513.652000', '120513.654000', '120513.657000', '120513.660000', '120513.662000', '120513.665000', '120513.668000', '120513.670000', '120513.673000', '120513.675000', '120513.678000', '120513.680000', '120513.683000', '120513.686000', '120513.688000', '120513.691000', '120513.694000', '120513.696000', '120513.699000', '120533.589000', '120533.592000', '120533.594000', '120533.597000', '120533.599000', '120533.602000', '120533.605000', '120533.607000', '120533.610000', '120533.612000', '120533.615000', '120533.618000', '120533.620000', '120533.623000', '120533.626000', '120533.628000', '120533.631000', '120533.633000', '120533.636000', '120533.639000', '120533.641000', '120533.644000', '120533.646000', '120533.649000', '120533.652000', '120533.654000', '120533.657000', '120533.659000', '120533.662000', '120533.665000', '120533.667000', '120533.670000', '120533.672000', '120533.675000', '120533.678000', '120533.680000', '120533.683000', '120533.685000', '120533.688000', '120533.690000', '120533.693000', '120533.696000', '120533.698000', '120533.701000', '120553.589000', '120553.592000', '120553.594000', '120553.597000', '120553.600000', '120553.603000', '120553.605000', '120553.608000', '120553.611000', '120553.613000', '120553.616000', '120553.619000', '120553.621000', '120553.624000', '120553.626000', '120553.629000', '120553.631000', '120553.634000', '120553.637000', '120553.639000', '120553.643000', '120553.647000', '120553.649000', '120553.652000', '120553.655000', '120553.657000', '120553.660000', '120553.662000', '120553.665000', '120553.668000', '120553.670000', '120553.673000', '120553.675000', '120553.678000', '120553.681000', '120553.683000', '120553.686000', '120553.688000', '120553.691000', '120553.694000', '120553.696000', '120553.699000', '120553.702000', '120613.589000', '120613.592000', '120613.594000', '120613.597000', '120613.600000', '120613.602000', '120613.605000', '120613.607000', '120613.610000', '120613.613000', '120613.615000', '120613.618000', '120613.620000', '120613.623000', '120613.626000', '120613.628000', '120613.631000', '120613.633000', '120613.636000', '120613.639000', '120613.641000', '120613.644000', '120613.646000', '120613.649000', '120613.652000', '120613.654000', '120613.657000', '120613.659000', '120613.662000', '120613.665000', '120613.667000', '120613.670000', '120613.672000', '120613.675000', '120613.677000', '120613.680000', '120613.682000', '120613.685000', '120613.688000', '120613.690000', '120613.693000', '120613.696000', '120613.698000', '120613.701000', '120633.589000', '120633.592000', '120633.594000', '120633.597000', '120633.600000', '120633.602000', '120633.605000', '120633.607000', '120633.610000', '120633.613000', '120633.615000', '120633.618000', '120633.620000', '120633.623000', '120633.626000', '120633.628000', '120633.631000', '120633.633000', '120633.636000', '120633.639000', '120633.641000', '120633.644000', '120633.647000', '120633.650000', '120633.653000', '120633.656000', '120633.658000', '120633.661000', '120633.664000', '120633.666000', '120633.669000', '120633.671000', '120633.674000', '120633.676000', '120633.679000', '120633.682000', '120633.684000', '120633.687000', '120633.689000', '120633.692000', '120633.695000', '120633.697000', '120633.700000', '120653.589000', '120653.592000', '120653.594000', '120653.597000', '120653.600000', '120653.602000', '120653.605000', '120653.607000', '120653.610000', '120653.613000', '120653.615000', '120653.618000', '120653.620000', '120653.623000', '120653.626000', '120653.628000', '120653.631000', '120653.633000', '120653.636000', '120653.639000', '120653.641000', '120653.644000', '120653.646000', '120653.649000', '120653.652000', '120653.654000', '120653.657000', '120653.660000', '120653.662000', '120653.665000', '120653.667000', '120653.670000', '120653.673000', '120653.675000', '120653.678000', '120653.680000', '120653.683000', '120653.686000', '120653.688000', '120653.691000', '120653.693000', '120653.696000', '120653.699000', '120653.701000', '120656.158000', '120656.161000', '120656.163000', '120656.166000', '120656.169000', '120656.172000'], 'InstanceCreationTime': ['115633.621000', '115633.625000', '115633.628000', '115633.631000', '115633.639000', '115633.662000', '115633.665000', '115633.667000', '115633.670000', '115633.673000', '115633.675000', '115633.678000', '115633.681000', '115633.686000', '115633.688000', '115633.691000', '115633.694000', '115633.696000', '115633.699000', '115633.701000', '115633.704000', '115633.706000', '115653.588000', '115653.591000', '115653.594000', '115653.596000', '115653.599000', '115653.602000', '115653.605000', '115653.608000', '115653.610000', '115653.613000', '115653.615000', '115653.623000', '115653.625000', '115653.628000', '115653.630000', '115653.633000', '115653.635000', '115653.638000', '115653.647000', '115653.649000', '115653.652000', '115653.655000', '115653.657000', '115653.660000', '115653.663000', '115653.665000', '115653.668000', '115653.670000', '115653.673000', '115653.675000', '115653.678000', '115653.681000', '115653.683000', '115653.686000', '115653.688000', '115653.691000', '115653.694000', '115653.696000', '115653.699000', '115653.701000', '115653.704000', '115653.706000', '115653.709000', '115653.712000', '115713.589000', '115713.591000', '115713.594000', '115713.597000', '115713.599000', '115713.602000', '115713.605000', '115713.607000', '115713.610000', '115713.612000', '115713.615000', '115713.617000', '115713.620000', '115713.622000', '115713.625000', '115713.628000', '115713.630000', '115713.633000', '115713.635000', '115713.638000', '115713.641000', '115713.643000', '115713.646000', '115713.648000', '115713.651000', '115713.653000', '115713.656000', '115713.658000', '115713.661000', '115713.664000', '115713.666000', '115713.669000', '115713.671000', '115713.674000', '115713.677000', '115713.679000', '115713.682000', '115713.684000', '115713.687000', '115713.690000', '115713.692000', '115713.695000', '115713.697000', '115733.589000', '115733.591000', '115733.594000', '115733.597000', '115733.599000', '115733.602000', '115733.605000', '115733.607000', '115733.610000', '115733.612000', '115733.615000', '115733.617000', '115733.620000', '115733.623000', '115733.625000', '115733.628000', '115733.631000', '115733.633000', '115733.636000', '115733.638000', '115733.641000', '115733.644000', '115733.646000', '115733.649000', '115733.651000', '115733.654000', '115733.656000', '115733.659000', '115733.661000', '115733.664000', '115733.667000', '115733.669000', '115733.672000', '115733.674000', '115733.677000', '115733.679000', '115733.682000', '115733.685000', '115733.687000', '115733.690000', '115733.692000', '115733.695000', '115733.697000', '115733.700000', '115753.589000', '115753.591000', '115753.594000', '115753.597000', '115753.599000', '115753.602000', '115753.604000', '115753.612000', '115753.615000', '115753.617000', '115753.620000', '115753.622000', '115753.625000', '115753.628000', '115753.630000', '115753.633000', '115753.649000', '115753.652000', '115753.654000', '115753.657000', '115753.660000', '115753.662000', '115753.665000', '115753.667000', '115753.670000', '115753.673000', '115753.675000', '115753.678000', '115753.680000', '115753.683000', '115753.685000', '115753.688000', '115753.691000', '115753.693000', '115753.696000', '115753.698000', '115753.701000', '115753.703000', '115753.706000', '115753.708000', '115753.711000', '115753.714000', '115753.716000', '115813.589000', '115813.592000', '115813.594000', '115813.597000', '115813.600000', '115813.602000', '115813.605000', '115813.608000', '115813.610000', '115813.613000', '115813.615000', '115813.618000', '115813.620000', '115813.623000', '115813.626000', '115813.628000', '115813.631000', '115813.633000', '115813.636000', '115813.639000', '115813.641000', '115813.644000', '115813.648000', '115813.650000', '115813.653000', '115813.655000', '115813.658000', '115813.660000', '115813.663000', '115813.666000', '115813.668000', '115813.671000', '115813.673000', '115813.676000', '115813.679000', '115813.681000', '115813.684000', '115813.687000', '115813.690000', '115813.692000', '115813.695000', '115813.697000', '115813.700000', '115833.588000', '115833.591000', '115833.594000', '115833.597000', '115833.599000', '115833.602000', '115833.605000', '115833.607000', '115833.610000', '115833.612000', '115833.615000', '115833.618000', '115833.620000', '115833.623000', '115833.625000', '115833.628000', '115833.631000', '115833.633000', '115833.636000', '115833.639000', '115833.641000', '115833.644000', '115833.646000', '115833.649000', '115833.652000', '115833.654000', '115833.657000', '115833.659000', '115833.662000', '115833.665000', '115833.667000', '115833.670000', '115833.672000', '115833.675000', '115833.678000', '115833.680000', '115833.683000', '115833.685000', '115833.688000', '115833.690000', '115833.693000', '115833.695000', '115833.698000', '115833.701000', '115853.589000', '115853.591000', '115853.594000', '115853.597000', '115853.599000', '115853.602000', '115853.604000', '115853.607000', '115853.610000', '115853.612000', '115853.615000', '115853.617000', '115853.620000', '115853.622000', '115853.625000', '115853.640000', '115853.642000', '115853.645000', '115853.647000', '115853.650000', '115853.653000', '115853.655000', '115853.658000', '115853.660000', '115853.663000', '115853.665000', '115853.668000', '115853.671000', '115853.673000', '115853.676000', '115853.679000', '115853.681000', '115853.684000', '115853.686000', '115853.689000', '115853.692000', '115853.695000', '115853.698000', '115853.701000', '115853.704000', '115853.706000', '115853.709000', '115853.711000', '115913.589000', '115913.591000', '115913.594000', '115913.597000', '115913.599000', '115913.602000', '115913.604000', '115913.607000', '115913.610000', '115913.612000', '115913.615000', '115913.617000', '115913.620000', '115913.622000', '115913.625000', '115913.628000', '115913.630000', '115913.633000', '115913.635000', '115913.638000', '115913.640000', '115913.643000', '115913.646000', '115913.648000', '115913.651000', '115913.653000', '115913.656000', '115913.659000', '115913.661000', '115913.664000', '115913.666000', '115913.669000', '115913.672000', '115913.674000', '115913.677000', '115913.679000', '115913.682000', '115913.684000', '115913.687000', '115913.690000', '115913.692000', '115913.695000', '115913.698000', '115913.700000', '115933.589000', '115933.592000', '115933.594000', '115933.597000', '115933.599000', '115933.602000', '115933.605000', '115933.607000', '115933.610000', '115933.613000', '115933.615000', '115933.618000', '115933.620000', '115933.623000', '115933.626000', '115933.628000', '115933.631000', '115933.634000', '115933.636000', '115933.639000', '115933.642000', '115933.645000', '115933.647000', '115933.650000', '115933.652000', '115933.655000', '115933.658000', '115933.660000', '115933.663000', '115933.666000', '115933.668000', '115933.671000', '115933.673000', '115933.676000', '115933.679000', '115933.681000', '115933.684000', '115933.687000', '115933.689000', '115933.692000', '115933.695000', '115933.697000', '115933.700000', '115953.589000', '115953.591000', '115953.594000', '115953.596000', '115953.599000', '115953.602000', '115953.604000', '115953.607000', '115953.609000', '115953.612000', '115953.615000', '115953.617000', '115953.620000', '115953.623000', '115953.625000', '115953.628000', '115953.630000', '115953.633000', '115953.636000', '115953.638000', '115953.641000', '115953.643000', '115953.646000', '115953.648000', '115953.651000', '115953.654000', '115953.656000', '115953.659000', '115953.662000', '115953.664000', '115953.667000', '115953.669000', '115953.672000', '115953.674000', '115953.677000', '115953.680000', '115953.682000', '115953.685000', '115953.687000', '115953.690000', '115953.692000', '115953.695000', '115953.698000', '115953.700000', '120013.589000', '120013.592000', '120013.594000', '120013.597000', '120013.599000', '120013.602000', '120013.605000', '120013.607000', '120013.610000', '120013.612000', '120013.615000', '120013.618000', '120013.620000', '120013.623000', '120013.625000', '120013.628000', '120013.630000', '120013.633000', '120013.636000', '120013.638000', '120013.641000', '120013.643000', '120013.646000', '120013.648000', '120013.651000', '120013.654000', '120013.656000', '120013.659000', '120013.661000', '120013.664000', '120013.667000', '120013.669000', '120013.672000', '120013.674000', '120013.677000', '120013.679000', '120013.682000', '120013.684000', '120013.687000', '120013.690000', '120013.692000', '120013.695000', '120013.697000', '120033.589000', '120033.592000', '120033.594000', '120033.597000', '120033.600000', '120033.602000', '120033.605000', '120033.608000', '120033.610000', '120033.613000', '120033.615000', '120033.618000', '120033.620000', '120033.623000', '120033.626000', '120033.628000', '120033.631000', '120033.633000', '120033.636000', '120033.638000', '120033.641000', '120033.644000', '120033.646000', '120033.649000', '120033.651000', '120033.654000', '120033.657000', '120033.659000', '120033.662000', '120033.664000', '120033.667000', '120033.669000', '120033.672000', '120033.675000', '120033.677000', '120033.680000', '120033.682000', '120033.685000', '120033.688000', '120033.690000', '120033.693000', '120033.695000', '120033.698000', '120033.700000', '120053.589000', '120053.591000', '120053.594000', '120053.597000', '120053.599000', '120053.602000', '120053.604000', '120053.607000', '120053.610000', '120053.612000', '120053.615000', '120053.617000', '120053.620000', '120053.623000', '120053.625000', '120053.628000', '120053.630000', '120053.633000', '120053.635000', '120053.638000', '120053.641000', '120053.643000', '120053.646000', '120053.649000', '120053.651000', '120053.654000', '120053.656000', '120053.659000', '120053.662000', '120053.664000', '120053.667000', '120053.669000', '120053.672000', '120053.675000', '120053.677000', '120053.680000', '120053.683000', '120053.701000', '120053.704000', '120053.707000', '120053.709000', '120053.712000', '120053.714000', '120113.588000', '120113.591000', '120113.594000', '120113.596000', '120113.599000', '120113.602000', '120113.604000', '120113.607000', '120113.609000', '120113.612000', '120113.615000', '120113.617000', '120113.620000', '120113.623000', '120113.625000', '120113.628000', '120113.630000', '120113.633000', '120113.635000', '120113.638000', '120113.640000', '120113.643000', '120113.646000', '120113.648000', '120113.651000', '120113.654000', '120113.656000', '120113.659000', '120113.661000', '120113.664000', '120113.666000', '120113.669000', '120113.671000', '120113.674000', '120113.677000', '120113.679000', '120113.682000', '120113.684000', '120113.687000', '120113.690000', '120113.692000', '120113.695000', '120113.697000', '120113.700000', '120133.589000', '120133.592000', '120133.594000', '120133.597000', '120133.599000', '120133.602000', '120133.605000', '120133.607000', '120133.610000', '120133.613000', '120133.615000', '120133.618000', '120133.620000', '120133.623000', '120133.626000', '120133.628000', '120133.631000', '120133.633000', '120133.636000', '120133.638000', '120133.641000', '120133.644000', '120133.646000', '120133.649000', '120133.652000', '120133.654000', '120133.657000', '120133.659000', '120133.662000', '120133.665000', '120133.667000', '120133.670000', '120133.672000', '120133.675000', '120133.678000', '120133.680000', '120133.683000', '120133.685000', '120133.688000', '120133.691000', '120133.693000', '120133.696000', '120133.698000', '120153.589000', '120153.592000', '120153.594000', '120153.597000', '120153.599000', '120153.602000', '120153.605000', '120153.607000', '120153.610000', '120153.613000', '120153.615000', '120153.618000', '120153.620000', '120153.623000', '120153.626000', '120153.628000', '120153.631000', '120153.633000', '120153.636000', '120153.639000', '120153.641000', '120153.644000', '120153.646000', '120153.649000', '120153.652000', '120153.654000', '120153.657000', '120153.659000', '120153.662000', '120153.665000', '120153.667000', '120153.670000', '120153.672000', '120153.675000', '120153.678000', '120153.680000', '120153.683000', '120153.685000', '120153.688000', '120153.691000', '120153.693000', '120153.698000', '120153.700000', '120153.703000', '120213.589000', '120213.591000', '120213.594000', '120213.597000', '120213.600000', '120213.602000', '120213.605000', '120213.607000', '120213.610000', '120213.613000', '120213.615000', '120213.618000', '120213.620000', '120213.623000', '120213.625000', '120213.628000', '120213.630000', '120213.633000', '120213.636000', '120213.638000', '120213.641000', '120213.643000', '120213.646000', '120213.649000', '120213.651000', '120213.654000', '120213.656000', '120213.659000', '120213.661000', '120213.664000', '120213.667000', '120213.669000', '120213.672000', '120213.674000', '120213.677000', '120213.680000', '120213.682000', '120213.685000', '120213.687000', '120213.690000', '120213.692000', '120213.695000', '120213.698000', '120233.589000', '120233.591000', '120233.594000', '120233.597000', '120233.607000', '120233.610000', '120233.612000', '120233.615000', '120233.618000', '120233.620000', '120233.623000', '120233.625000', '120233.628000', '120233.630000', '120233.633000', '120233.635000', '120233.638000', '120233.641000', '120233.643000', '120233.646000', '120233.649000', '120233.651000', '120233.654000', '120233.656000', '120233.659000', '120233.661000', '120233.664000', '120233.667000', '120233.669000', '120233.672000', '120233.674000', '120233.677000', '120233.679000', '120233.682000', '120233.685000', '120233.687000', '120233.690000', '120233.693000', '120233.695000', '120233.698000', '120233.700000', '120233.703000', '120233.706000', '120233.708000', '120253.589000', '120253.591000', '120253.594000', '120253.597000', '120253.599000', '120253.602000', '120253.605000', '120253.607000', '120253.610000', '120253.612000', '120253.615000', '120253.617000', '120253.620000', '120253.623000', '120253.625000', '120253.628000', '120253.630000', '120253.633000', '120253.636000', '120253.638000', '120253.641000', '120253.643000', '120253.646000', '120253.648000', '120253.651000', '120253.653000', '120253.656000', '120253.659000', '120253.661000', '120253.664000', '120253.667000', '120253.669000', '120253.672000', '120253.674000', '120253.677000', '120253.680000', '120253.682000', '120253.685000', '120253.687000', '120253.690000', '120253.692000', '120253.695000', '120253.697000', '120313.589000', '120313.592000', '120313.594000', '120313.597000', '120313.600000', '120313.602000', '120313.605000', '120313.608000', '120313.610000', '120313.613000', '120313.616000', '120313.618000', '120313.621000', '120313.624000', '120313.626000', '120313.629000', '120313.631000', '120313.634000', '120313.637000', '120313.639000', '120313.642000', '120313.645000', '120313.647000', '120313.650000', '120313.652000', '120313.655000', '120313.657000', '120313.660000', '120313.663000', '120313.665000', '120313.668000', '120313.671000', '120313.673000', '120313.676000', '120313.679000', '120313.681000', '120313.684000', '120313.686000', '120313.689000', '120313.692000', '120313.694000', '120313.697000', '120313.699000', '120313.702000', '120333.589000', '120333.592000', '120333.594000', '120333.597000', '120333.600000', '120333.602000', '120333.605000', '120333.608000', '120333.610000', '120333.613000', '120333.615000', '120333.618000', '120333.621000', '120333.623000', '120333.626000', '120333.628000', '120333.631000', '120333.634000', '120333.636000', '120333.639000', '120333.642000', '120333.644000', '120333.647000', '120333.649000', '120333.652000', '120333.655000', '120333.657000', '120333.660000', '120333.662000', '120333.665000', '120333.668000', '120333.670000', '120333.673000', '120333.675000', '120333.678000', '120333.680000', '120333.683000', '120333.686000', '120333.688000', '120333.691000', '120333.693000', '120333.696000', '120333.698000', '120353.589000', '120353.600000', '120353.603000', '120353.605000', '120353.608000', '120353.610000', '120353.613000', '120353.616000', '120353.618000', '120353.621000', '120353.623000', '120353.626000', '120353.629000', '120353.631000', '120353.634000', '120353.636000', '120353.639000', '120353.642000', '120353.644000', '120353.647000', '120353.649000', '120353.652000', '120353.655000', '120353.657000', '120353.660000', '120353.662000', '120353.665000', '120353.667000', '120353.670000', '120353.673000', '120353.675000', '120353.678000', '120353.680000', '120353.683000', '120353.686000', '120353.688000', '120353.691000', '120353.693000', '120353.696000', '120353.699000', '120353.701000', '120353.704000', '120353.706000', '120353.709000', '120413.589000', '120413.592000', '120413.594000', '120413.597000', '120413.600000', '120413.602000', '120413.605000', '120413.608000', '120413.610000', '120413.613000', '120413.615000', '120413.618000', '120413.621000', '120413.623000', '120413.626000', '120413.628000', '120413.631000', '120413.634000', '120413.636000', '120413.639000', '120413.641000', '120413.644000', '120413.646000', '120413.649000', '120413.652000', '120413.654000', '120413.657000', '120413.659000', '120413.662000', '120413.665000', '120413.667000', '120413.670000', '120413.673000', '120413.675000', '120413.678000', '120413.680000', '120413.683000', '120413.685000', '120413.688000', '120413.691000', '120413.693000', '120413.696000', '120413.698000', '120433.589000', '120433.591000', '120433.594000', '120433.597000', '120433.599000', '120433.602000', '120433.605000', '120433.608000', '120433.611000', '120433.613000', '120433.616000', '120433.618000', '120433.621000', '120433.624000', '120433.626000', '120433.629000', '120433.632000', '120433.634000', '120433.637000', '120433.640000', '120433.642000', '120433.645000', '120433.648000', '120433.650000', '120433.653000', '120433.655000', '120433.658000', '120433.661000', '120433.664000', '120433.666000', '120433.669000', '120433.672000', '120433.675000', '120433.677000', '120433.680000', '120433.682000', '120433.685000', '120433.688000', '120433.690000', '120433.693000', '120433.695000', '120433.698000', '120433.701000', '120433.703000', '120453.588000', '120453.591000', '120453.594000', '120453.597000', '120453.599000', '120453.602000', '120453.604000', '120453.607000', '120453.610000', '120453.612000', '120453.615000', '120453.618000', '120453.620000', '120453.623000', '120453.625000', '120453.628000', '120453.631000', '120453.633000', '120453.636000', '120453.638000', '120453.641000', '120453.644000', '120453.646000', '120453.649000', '120453.651000', '120453.654000', '120453.657000', '120453.659000', '120453.662000', '120453.664000', '120453.667000', '120453.670000', '120453.672000', '120453.675000', '120453.677000', '120453.680000', '120453.682000', '120453.685000', '120453.688000', '120453.690000', '120453.693000', '120453.696000', '120453.698000', '120513.589000', '120513.592000', '120513.595000', '120513.597000', '120513.600000', '120513.603000', '120513.605000', '120513.608000', '120513.610000', '120513.613000', '120513.616000', '120513.618000', '120513.621000', '120513.623000', '120513.626000', '120513.629000', '120513.631000', '120513.634000', '120513.636000', '120513.639000', '120513.642000', '120513.644000', '120513.647000', '120513.649000', '120513.652000', '120513.654000', '120513.657000', '120513.660000', '120513.662000', '120513.665000', '120513.668000', '120513.670000', '120513.673000', '120513.675000', '120513.678000', '120513.680000', '120513.683000', '120513.686000', '120513.688000', '120513.691000', '120513.694000', '120513.696000', '120513.699000', '120533.589000', '120533.592000', '120533.594000', '120533.597000', '120533.599000', '120533.602000', '120533.605000', '120533.607000', '120533.610000', '120533.612000', '120533.615000', '120533.618000', '120533.620000', '120533.623000', '120533.626000', '120533.628000', '120533.631000', '120533.633000', '120533.636000', '120533.639000', '120533.641000', '120533.644000', '120533.646000', '120533.649000', '120533.652000', '120533.654000', '120533.657000', '120533.659000', '120533.662000', '120533.665000', '120533.667000', '120533.670000', '120533.672000', '120533.675000', '120533.678000', '120533.680000', '120533.683000', '120533.685000', '120533.688000', '120533.690000', '120533.693000', '120533.696000', '120533.698000', '120533.701000', '120553.589000', '120553.592000', '120553.594000', '120553.597000', '120553.600000', '120553.603000', '120553.605000', '120553.608000', '120553.611000', '120553.613000', '120553.616000', '120553.619000', '120553.621000', '120553.624000', '120553.626000', '120553.629000', '120553.631000', '120553.634000', '120553.637000', '120553.639000', '120553.643000', '120553.647000', '120553.649000', '120553.652000', '120553.655000', '120553.657000', '120553.660000', '120553.662000', '120553.665000', '120553.668000', '120553.670000', '120553.673000', '120553.675000', '120553.678000', '120553.681000', '120553.683000', '120553.686000', '120553.688000', '120553.691000', '120553.694000', '120553.696000', '120553.699000', '120553.702000', '120613.589000', '120613.592000', '120613.594000', '120613.597000', '120613.600000', '120613.602000', '120613.605000', '120613.607000', '120613.610000', '120613.613000', '120613.615000', '120613.618000', '120613.620000', '120613.623000', '120613.626000', '120613.628000', '120613.631000', '120613.633000', '120613.636000', '120613.639000', '120613.641000', '120613.644000', '120613.646000', '120613.649000', '120613.652000', '120613.654000', '120613.657000', '120613.659000', '120613.662000', '120613.665000', '120613.667000', '120613.670000', '120613.672000', '120613.675000', '120613.677000', '120613.680000', '120613.682000', '120613.685000', '120613.688000', '120613.690000', '120613.693000', '120613.696000', '120613.698000', '120613.701000', '120633.589000', '120633.592000', '120633.594000', '120633.597000', '120633.600000', '120633.602000', '120633.605000', '120633.607000', '120633.610000', '120633.613000', '120633.615000', '120633.618000', '120633.620000', '120633.623000', '120633.626000', '120633.628000', '120633.631000', '120633.633000', '120633.636000', '120633.639000', '120633.641000', '120633.644000', '120633.647000', '120633.650000', '120633.653000', '120633.656000', '120633.658000', '120633.661000', '120633.664000', '120633.666000', '120633.669000', '120633.671000', '120633.674000', '120633.676000', '120633.679000', '120633.682000', '120633.684000', '120633.687000', '120633.689000', '120633.692000', '120633.695000', '120633.697000', '120633.700000', '120653.589000', '120653.592000', '120653.594000', '120653.597000', '120653.600000', '120653.602000', '120653.605000', '120653.607000', '120653.610000', '120653.613000', '120653.615000', '120653.618000', '120653.620000', '120653.623000', '120653.626000', '120653.628000', '120653.631000', '120653.633000', '120653.636000', '120653.639000', '120653.641000', '120653.644000', '120653.646000', '120653.649000', '120653.652000', '120653.654000', '120653.657000', '120653.660000', '120653.662000', '120653.665000', '120653.667000', '120653.670000', '120653.673000', '120653.675000', '120653.678000', '120653.680000', '120653.683000', '120653.686000', '120653.688000', '120653.691000', '120653.693000', '120653.696000', '120653.699000', '120653.701000', '120656.158000', '120656.161000', '120656.163000', '120656.166000', '120656.169000', '120656.172000'], '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': [15479, 9578, 15429, 9750, 14047, 9368, 11947, 9002, 7571, 9240, 7543, 11843, 7578, 13078, 8086, 14402, 8745, 13523, 9000, 12982, 9115, 12221, 10026, 10901, 8463, 7793, 9161, 7717, 11915, 7382, 13419, 7747, 13150, 8641, 11245, 9051, 8089, 8564, 7071, 10154, 7439, 12530, 8038, 13519, 7760, 13020, 8032, 13618, 9009, 13681, 9111, 10379, 8469, 8602, 8551, 8519, 10075, 7382, 11591, 7849, 13280, 8686, 15072, 10149, 16870, 10163, 15054, 10153, 14079, 12521, 13560, 8766, 8249, 9240, 7363, 11475, 7653, 13619, 7558, 13274, 8332, 13262, 9387, 12079, 8575, 12408, 8587, 14364, 9110, 16827, 10200, 15463, 8846, 13951, 9146, 12523, 9149, 11416, 9191, 10288, 8601, 9746, 8605, 10265, 8577, 8034, 8530, 7708, 11393, 8024, 14243, 9084, 14930, 9507, 13007, 9194, 15951, 9863, 15770, 10771, 11736, 8515, 7703, 10122, 7616, 12535, 8148, 14104, 7731, 14582, 9135, 15180, 9737, 16172, 10001, 14115, 9258, 13074, 9429, 12725, 9131, 13470, 8970, 12053, 8628, 8554, 8315, 7439, 10773, 8217, 12870, 7995, 14076, 8944, 15217, 9859, 15283, 8902, 14083, 9218, 14282, 11081, 15343, 9274, 11979, 8221, 9469, 8455, 7793, 9929, 7930, 11356, 7669, 11349, 8585, 10046, 9914, 9486, 9038, 9300, 8008, 9816, 9421, 9195, 12194, 8411, 15790, 9306, 14620, 9887, 11826, 9019, 10943, 8911, 14106, 9242, 14512, 8885, 13556, 9010, 12811, 9717, 14186, 9544, 13611, 9129, 12598, 9204, 12000, 9417, 14208, 9554, 12151, 9018, 8948, 8654, 7132, 11400, 7343, 13348, 8374, 14424, 9040, 14657, 9570, 15563, 9904, 14620, 9774, 14344, 10323, 15243, 10824, 13285, 9484, 12206, 9272, 12683, 10189, 11298, 9922, 7812, 10814, 9410, 11977, 10866, 12769, 7613, 12787, 7704, 13696, 8354, 14984, 8818, 14176, 8482, 12584, 9009, 13880, 9873, 14590, 9489, 13652, 9402, 15635, 10210, 16438, 11001, 14096, 9565, 14165, 9932, 13363, 9502, 12786, 9436, 10480, 8749, 10092, 9212, 14049, 10209, 14632, 9542, 12357, 9061, 13462, 9654, 13623, 9369, 13125, 9162, 12505, 9418, 12668, 13643, 12678, 11476, 7735, 12055, 7721, 14073, 9264, 9052, 9066, 7255, 13377, 9112, 15815, 10364, 15712, 10358, 14720, 10466, 15537, 12070, 16527, 10554, 14426, 10206, 14744, 12513, 13824, 9443, 10376, 8266, 8918, 8768, 12716, 9503, 15056, 9188, 15204, 9828, 13980, 9134, 13297, 9178, 12964, 8077, 11944, 8303, 12784, 8722, 13578, 8510, 12153, 9382, 12381, 8960, 11330, 9113, 7297, 8860, 7443, 11872, 8678, 14326, 8976, 14355, 9638, 14737, 10527, 15360, 9886, 12027, 9782, 12317, 13558, 9988, 14470, 8204, 14998, 9772, 16561, 11461, 13389, 9330, 8059, 10384, 9304, 12006, 7436, 12249, 7557, 13735, 8835, 15513, 10274, 13897, 9266, 10659, 9319, 9542, 10850, 7426, 11569, 7177, 13016, 8152, 15357, 10255, 16938, 9284, 14129, 8978, 11066, 9310, 9415, 10154, 7472, 12058, 7447, 14274, 9502, 16218, 8740, 13661, 9147, 12398, 8993, 11368, 9416, 9491, 9181, 7198, 9760, 7314, 11668, 7757, 13992, 7799, 13973, 8762, 14184, 9258, 14710, 9659, 13782, 9199, 12332, 8937, 11161, 8477, 10131, 8077, 7242, 8577, 7218, 11827, 8001, 12989, 8416, 6942, 9550, 7429, 8840, 8475, 7581, 11482, 7902, 13841, 8916, 15980, 12269, 16958, 12961, 15363, 13513, 14096, 16248, 12400, 16985, 11660, 17532, 11336, 13066, 8371, 7510, 8727, 7147, 10514, 7190, 11418, 7577, 9881, 7809, 8188, 8022, 7252, 8911, 7546, 9875, 7245, 11151, 7943, 10253, 8184, 7677, 7810, 6871, 10396, 7655, 13682, 9614, 10356, 9711, 8107, 12236, 8784, 15157, 9430, 15967, 9959, 11671, 10156, 7663, 14622, 9167, 11252, 9271, 7296, 13397, 9205, 16199, 10339, 7745, 11882, 7973, 16638, 12372, 16666, 13787, 14857, 10270, 14583, 9251, 14055, 9032, 11644, 8774, 8740, 8354, 8963, 8873, 9834, 8878, 8301, 8520, 6993, 9892, 7099, 12469, 8079, 13709, 8592, 13914, 9287, 14645, 10115, 14777, 9375, 10331, 9214, 7582, 11014, 7807, 14286, 8268, 14317, 9538, 12547, 9689, 9557, 10478, 7356, 13556, 8507, 15023, 10296, 16830, 10018, 13526, 9564, 8089, 11569, 7486, 13930, 8044, 12755, 9433, 10678, 10889, 7638, 13348, 8064, 14886, 9789, 11747, 9385, 7428, 11411, 8025, 14961, 9458, 16161, 9218, 12215, 9649, 9326, 11614, 7557, 13050, 7727, 13863, 8717, 12183, 8910, 7790, 8402, 7490, 11628, 8286, 15196, 9661, 10810, 9667, 7234, 12781, 8258, 15613, 9005, 9330, 8977, 7430, 13760, 9039, 15674, 9595, 9993, 10618, 7858, 14972, 9512, 17682, 10915, 13564, 9393, 9278, 9956, 7904, 13299, 8013, 10562, 8202, 7450, 9513, 7460, 13830, 8872, 16460, 8715, 12783, 8859, 11362, 9569, 8059, 10759, 7489, 13654, 8193, 16109, 9252, 12972, 8946, 7298, 9371, 7622, 12356, 7843, 12483, 7936, 8405, 8253, 7779, 11626, 8046, 10915, 8057, 7510, 10081, 7287, 14072, 8895, 9290, 8755, 7672, 12686, 8144, 10249, 9061, 7514, 11777, 7345, 12944, 8653, 8917, 10522, 7462, 15418, 8523, 11449, 8891, 7596, 13018, 7823, 10917, 8270, 7522, 10501, 7851, 13267, 8176, 8801, 9759, 7366, 13706, 9183, 17638, 11242, 14101, 9468, 9345, 9925, 7473, 12948, 7530, 9349, 7474, 7558, 9527, 7272, 12586, 7867, 11893, 8100, 8614, 8508, 7269, 12181, 8364, 16386, 9020, 12300, 8605, 7180, 10467, 7385, 13314, 7758, 10497, 8323, 8069, 8626, 7228, 11696, 7437, 10582, 8089, 7349, 9949, 7824, 12877, 8679, 7559, 11240, 7975, 14858, 10193, 12884, 10326, 7532, 13041, 8023, 17163, 10574, 14148, 10464, 8073, 9717, 7616, 12070, 7526, 10852, 8012, 7517, 9492, 7703, 12112, 8033, 10753, 8617, 7401, 9939, 7534, 13523, 8913, 16768, 10448, 13640, 9000, 7807, 10105, 7413, 14116, 8233, 11051, 8121, 7347, 10103, 7744, 14239, 8115, 15456, 9053, 11163, 8979, 7615, 14103, 8448, 11413, 8298, 7466, 11054, 7590, 10590, 8369, 7370, 11265, 7977, 11893, 8706, 8242, 11099, 7449, 16107, 8840, 13943, 10756, 11769, 14038, 7623, 13691, 7967, 9315, 8695, 7321, 11038, 7469, 7726, 8055, 7467, 12126, 7864, 9252, 8456, 7551, 12909, 8497, 15236, 10428, 9063, 9674, 8075, 15690, 9187, 14673, 10676, 7427, 10208, 8109, 9152, 8284, 7166, 11802, 8312, 14202, 8657, 11417, 9202, 10184, 10581, 7525, 12049, 7819, 12009, 8240, 7453, 9064, 7582, 10373, 7538, 10399, 8289, 7879, 8232, 7400, 11516, 7855, 12766, 8960, 8924, 8852, 7165, 12418, 8055, 13362, 9245, 8252, 10038, 7587, 14344, 8612, 10422, 9693, 7671, 14158, 8145, 11202, 9212, 7505, 14477, 9096, 13516, 8698, 7642, 11494, 8126, 15376, 8277, 13740, 8083, 8032, 9437, 7437, 13309, 8454, 11277, 8120, 7693, 10240, 7380, 13660, 8230, 11427, 8426, 7582, 10209, 7648, 14116, 8511, 10300, 8800, 7457, 11613, 7579, 13849, 8793, 9881, 8686, 7780, 10093, 7915, 12479, 8394, 15359, 8499, 12081, 8369, 9450, 8970, 7131, 11147, 7726, 12220, 8476, 12722, 8813, 10129, 8613, 7738, 11213, 8173, 13973, 8538, 15645, 9242, 13002, 8627, 10882, 8219, 10644, 9171, 7908, 9871, 7601, 11891, 7688, 14038, 8361, 10301, 8399, 7946, 10499, 7613, 13438, 8596, 13365, 8731, 10797, 9698, 8814, 11838, 8539, 15923, 8979, 12620, 8204, 8857, 8221, 7687, 10643, 8317, 12565, 8781, 14425, 9041, 15616, 9594, 12762, 8640, 10259, 8124, 7697, 9412, 7529, 11329, 8037, 11861, 7880, 8613, 8417, 7499, 11535, 8229, 9333, 8822, 7635, 10692, 8159, 14832, 8705, 13968, 10000, 11092, 10411, 8742, 14957, 8917, 13636, 8594, 10344, 8983, 7850, 11695, 8441, 13083, 8834, 10678, 8181, 8461, 9038, 7504, 11145, 8250, 12456, 8845, 12271, 8883, 8898, 8870, 7664, 11446, 8046, 13143, 8683, 11584, 8245, 8521, 9145, 7567, 11796, 8133, 14250, 8599, 10188, 8669, 7776, 11088, 8402, 15076, 8509, 10294, 9252, 8372, 12564, 8907, 11844, 8310, 8642, 11617, 9099, 15077, 9107, 9519, 9878, 8224, 13477, 8972, 9947, 8860, 7759, 11211, 8267, 12817, 8124, 8727, 10130, 7736, 12979, 8198, 9357, 8805, 7621, 12314, 8356, 9606, 8447, 8191, 10912, 8586, 15230, 9139, 15300, 10323, 15778, 10863, 14101, 10419, 9324, 9079, 7813, 12179, 8325, 12863, 8556, 9413, 8469, 7346, 10230, 7841, 11685, 7752, 12174, 8160, 8605, 8704, 7425, 11295, 7557, 13155, 8648, 8832, 9786, 8008, 12905, 9303, 16205, 10875, 12669, 9530, 10022, 10118, 9222, 11252, 8003, 14313, 8343, 14392, 9404, 12832, 9014, 9952, 9407, 7843, 10661, 7405, 12684, 8008, 12350, 9197, 9738, 8860, 10033, 9640, 9806, 12191, 8878, 14698, 8562, 15379, 9626, 15543, 9814, 11975, 8769, 7600, 9472, 7221, 11732, 7407, 13087, 8037, 12984, 8770, 10232, 9151, 8698, 9898, 7362, 12440, 8240, 14057, 8318, 14694, 9868, 10773, 8510, 8413, 10807, 8213, 8578, 9214, 7667, 11748, 7980, 14033, 8974, 15592, 10025, 15195, 10783, 16142, 12103, 15233, 12172, 15091, 10186, 14621, 9011, 14262, 8907, 13972, 9125, 13815, 9018, 12024, 8660, 10468, 8871, 9896, 8963, 9723, 8753, 9214, 8392, 8211, 8873, 7459, 10917, 7781, 12176, 8397, 12619, 8550, 14073, 8810, 14201, 9044, 12047, 8841, 9544, 8011, 7899, 9247, 7782, 9981, 8620, 9598, 7986, 11208, 8299, 12527, 8493, 11676, 9079, 13127, 9530, 14386, 10552, 13088, 9183, 12261, 9567, 14152, 9749, 12619, 9828, 10968, 10800, 7923, 12107, 7954, 13379, 7941, 13449, 8088, 13212, 8301, 13068, 8079, 12762, 8499, 12207, 8502, 12618, 8783, 10496, 8559, 8304, 8816, 7922, 9815, 7658, 11498, 7904, 12804, 8117, 13339, 8876, 14994, 9503, 15806, 9737, 13125, 9520, 9812, 10155, 8417, 12923, 8033, 14322, 9769, 15932, 10451, 14412], 'WindowCenter': [4506.0, 4440.0, 4477.0, 4425.0, 4454.0, 4411.0, 4429.0, 4400.0, 4388.0, 4410.0, 4387.0, 4429.0, 4389.0, 4439.0, 4400.0, 4459.0, 4412.0, 4451.0, 4412.0, 4439.0, 4411.0, 4440.0, 4422.0, 4430.0, 4397.0, 4390.0, 4410.0, 4379.0, 4430.0, 4380.0, 4449.0, 4391.0, 4440.0, 4400.0, 4429.0, 4410.0, 4401.0, 4412.0, 4392.0, 4432.0, 4393.0, 4439.0, 4402.0, 4451.0, 4403.0, 4462.0, 4414.0, 4451.0, 4413.0, 4452.0, 4411.0, 4432.0, 4411.0, 4410.0, 4411.0, 4412.0, 4422.0, 4391.0, 4443.0, 4404.0, 4452.0, 4413.0, 4461.0, 4422.0, 4472.0, 4422.0, 4461.0, 4420.0, 4450.0, 4439.0, 4440.0, 4399.0, 4399.0, 4408.0, 4377.0, 4429.0, 4388.0, 4450.0, 4402.0, 4450.0, 4401.0, 4451.0, 4422.0, 4442.0, 4412.0, 4452.0, 4412.0, 4450.0, 4409.0, 4460.0, 4419.0, 4448.0, 4408.0, 4449.0, 4409.0, 4437.0, 4410.0, 4428.0, 4422.0, 4432.0, 4413.0, 4422.0, 4414.0, 4433.0, 4414.0, 4415.0, 4426.0, 4416.0, 4455.0, 4414.0, 4463.0, 4426.0, 4475.0, 4436.0, 4453.0, 4425.0, 4473.0, 4423.0, 4463.0, 4432.0, 4442.0, 4411.0, 4401.0, 4431.0, 4392.0, 4451.0, 4402.0, 4463.0, 4403.0, 4462.0, 4412.0, 4461.0, 4421.0, 4462.0, 4421.0, 4451.0, 4411.0, 4440.0, 4409.0, 4440.0, 4411.0, 4450.0, 4412.0, 4441.0, 4412.0, 4411.0, 4413.0, 4403.0, 4444.0, 4415.0, 4454.0, 4403.0, 4462.0, 4413.0, 4462.0, 4422.0, 4462.0, 4412.0, 4450.0, 4410.0, 4449.0, 4428.0, 4449.0, 4410.0, 4428.0, 4400.0, 4409.0, 4399.0, 4389.0, 4418.0, 4390.0, 4430.0, 4391.0, 4429.0, 4400.0, 4420.0, 4420.0, 4421.0, 4410.0, 4411.0, 4402.0, 4421.0, 4410.0, 4412.0, 4441.0, 4401.0, 4462.0, 4422.0, 4463.0, 4424.0, 4441.0, 4424.0, 4432.0, 4412.0, 4452.0, 4413.0, 4451.0, 4412.0, 4453.0, 4413.0, 4452.0, 4424.0, 4462.0, 4423.0, 4464.0, 4425.0, 4453.0, 4424.0, 4454.0, 4426.0, 4465.0, 4436.0, 4468.0, 4428.0, 4424.0, 4427.0, 4408.0, 4458.0, 4420.0, 4478.0, 4427.0, 4477.0, 4439.0, 4478.0, 4437.0, 4488.0, 4447.0, 4478.0, 4449.0, 4476.0, 4448.0, 4477.0, 4447.0, 4466.0, 4437.0, 4455.0, 4437.0, 4456.0, 4446.0, 4445.0, 4436.0, 4405.0, 4445.0, 4424.0, 4453.0, 4435.0, 4455.0, 4405.0, 4465.0, 4406.0, 4463.0, 4413.0, 4473.0, 4423.0, 4463.0, 4426.0, 4455.0, 4425.0, 4466.0, 4449.0, 4476.0, 4439.0, 4477.0, 4436.0, 4476.0, 4435.0, 4475.0, 4446.0, 4464.0, 4434.0, 4463.0, 4435.0, 4452.0, 4426.0, 4454.0, 4425.0, 4445.0, 4426.0, 4434.0, 4426.0, 4464.0, 4434.0, 4463.0, 4425.0, 4454.0, 4425.0, 4454.0, 4436.0, 4465.0, 4425.0, 4465.0, 4426.0, 4455.0, 4426.0, 4466.0, 4493.0, 4468.0, 4456.0, 4405.0, 4454.0, 4404.0, 4478.0, 4435.0, 4427.0, 4427.0, 4407.0, 4466.0, 4428.0, 4488.0, 4447.0, 4477.0, 4447.0, 4466.0, 4446.0, 4473.0, 4455.0, 4475.0, 4434.0, 4453.0, 4423.0, 4451.0, 4442.0, 4451.0, 4410.0, 4421.0, 4401.0, 4400.0, 4401.0, 4441.0, 4422.0, 4462.0, 4412.0, 4462.0, 4422.0, 4450.0, 4410.0, 4441.0, 4410.0, 4439.0, 4391.0, 4429.0, 4401.0, 4441.0, 4413.0, 4452.0, 4414.0, 4443.0, 4425.0, 4453.0, 4426.0, 4445.0, 4427.0, 4418.0, 4427.0, 4406.0, 4468.0, 4429.0, 4478.0, 4429.0, 4476.0, 4437.0, 4475.0, 4449.0, 4476.0, 4437.0, 4456.0, 4435.0, 4445.0, 4467.0, 4425.0, 4465.0, 4404.0, 4461.0, 4423.0, 4474.0, 4433.0, 4452.0, 4411.0, 4390.0, 4420.0, 4399.0, 4430.0, 4379.0, 4428.0, 4387.0, 4438.0, 4399.0, 4450.0, 4418.0, 4450.0, 4399.0, 4417.0, 4398.0, 4398.0, 4419.0, 4367.0, 4426.0, 4368.0, 4438.0, 4388.0, 4449.0, 4407.0, 4458.0, 4398.0, 4438.0, 4399.0, 4417.0, 4399.0, 4399.0, 4408.0, 4379.0, 4428.0, 4378.0, 4438.0, 4408.0, 4448.0, 4400.0, 4439.0, 4410.0, 4428.0, 4399.0, 4417.0, 4400.0, 4407.0, 4397.0, 4367.0, 4407.0, 4377.0, 4428.0, 4378.0, 4450.0, 4390.0, 4449.0, 4401.0, 4449.0, 4410.0, 4450.0, 4409.0, 4439.0, 4409.0, 4427.0, 4399.0, 4418.0, 4400.0, 4419.0, 4390.0, 4391.0, 4399.0, 4381.0, 4444.0, 4400.0, 4454.0, 4403.0, 4395.0, 4435.0, 4406.0, 4424.0, 4414.0, 4402.0, 4442.0, 4402.0, 4464.0, 4425.0, 4475.0, 4443.0, 4461.0, 4439.0, 4438.0, 4427.0, 4425.0, 4436.0, 4403.0, 4433.0, 4391.0, 4431.0, 4388.0, 4397.0, 4357.0, 4348.0, 4356.0, 4338.0, 4387.0, 4350.0, 4400.0, 4361.0, 4392.0, 4372.0, 4372.0, 4373.0, 4365.0, 4395.0, 4374.0, 4406.0, 4377.0, 4427.0, 4390.0, 4419.0, 4403.0, 4402.0, 4403.0, 4394.0, 4433.0, 4404.0, 4464.0, 4437.0, 4446.0, 4435.0, 4416.0, 4455.0, 4414.0, 4475.0, 4425.0, 4475.0, 4435.0, 4442.0, 4434.0, 4403.0, 4475.0, 4436.0, 4455.0, 4423.0, 4393.0, 4464.0, 4426.0, 4487.0, 4435.0, 4406.0, 4444.0, 4404.0, 4474.0, 4454.0, 4473.0, 4453.0, 4463.0, 4421.0, 4449.0, 4408.0, 4438.0, 4399.0, 4427.0, 4399.0, 4399.0, 4400.0, 4408.0, 4410.0, 4419.0, 4410.0, 4400.0, 4400.0, 4381.0, 4422.0, 4380.0, 4452.0, 4402.0, 4462.0, 4414.0, 4451.0, 4412.0, 4449.0, 4423.0, 4461.0, 4422.0, 4432.0, 4422.0, 4392.0, 4433.0, 4392.0, 4462.0, 4414.0, 4463.0, 4424.0, 4443.0, 4424.0, 4423.0, 4432.0, 4394.0, 4452.0, 4413.0, 4463.0, 4424.0, 4472.0, 4423.0, 4452.0, 4409.0, 4391.0, 4440.0, 4392.0, 4463.0, 4403.0, 4441.0, 4413.0, 4421.0, 4431.0, 4392.0, 4451.0, 4392.0, 4461.0, 4422.0, 4442.0, 4410.0, 4381.0, 4431.0, 4390.0, 4452.0, 4410.0, 4462.0, 4410.0, 4429.0, 4409.0, 4398.0, 4430.0, 4389.0, 4435.0, 4379.0, 4438.0, 4399.0, 4428.0, 4398.0, 4388.0, 4399.0, 4378.0, 4431.0, 4400.0, 4452.0, 4411.0, 4420.0, 4408.0, 4380.0, 4439.0, 4401.0, 4461.0, 4410.0, 4412.0, 4410.0, 4379.0, 4440.0, 4400.0, 4448.0, 4408.0, 4409.0, 4419.0, 4378.0, 4446.0, 4397.0, 4457.0, 4405.0, 4425.0, 4396.0, 4396.0, 4394.0, 4375.0, 4424.0, 4376.0, 4405.0, 4384.0, 4377.0, 4396.0, 4366.0, 4438.0, 4397.0, 4448.0, 4386.0, 4425.0, 4385.0, 4414.0, 4394.0, 4375.0, 4405.0, 4366.0, 4426.0, 4374.0, 4434.0, 4385.0, 4424.0, 4384.0, 4364.0, 4395.0, 4375.0, 4425.0, 4377.0, 4426.0, 4385.0, 4384.0, 4385.0, 4376.0, 4417.0, 4386.0, 4419.0, 4386.0, 4378.0, 4408.0, 4375.0, 4437.0, 4396.0, 4397.0, 4396.0, 4379.0, 4438.0, 4387.0, 4409.0, 4398.0, 4379.0, 4428.0, 4378.0, 4438.0, 4388.0, 4398.0, 4416.0, 4377.0, 4448.0, 4399.0, 4418.0, 4398.0, 4377.0, 4437.0, 4377.0, 4415.0, 4386.0, 4377.0, 4418.0, 4388.0, 4438.0, 4388.0, 4399.0, 4407.0, 4366.0, 4437.0, 4397.0, 4457.0, 4418.0, 4437.0, 4396.0, 4395.0, 4394.0, 4365.0, 4424.0, 4374.0, 4396.0, 4376.0, 4388.0, 4408.0, 4379.0, 4427.0, 4389.0, 4427.0, 4387.0, 4398.0, 4398.0, 4378.0, 4428.0, 4387.0, 4459.0, 4399.0, 4428.0, 4397.0, 4367.0, 4416.0, 4378.0, 4436.0, 4389.0, 4418.0, 4388.0, 4387.0, 4397.0, 4378.0, 4427.0, 4379.0, 4419.0, 4390.0, 4379.0, 4420.0, 4390.0, 4439.0, 4397.0, 4391.0, 4429.0, 4389.0, 4447.0, 4409.0, 4428.0, 4407.0, 4378.0, 4426.0, 4377.0, 4446.0, 4406.0, 4436.0, 4407.0, 4376.0, 4395.0, 4374.0, 4414.0, 4376.0, 4403.0, 4386.0, 4379.0, 4407.0, 4388.0, 4429.0, 4391.0, 4430.0, 4400.0, 4389.0, 4419.0, 4389.0, 4440.0, 4398.0, 4460.0, 4419.0, 4439.0, 4398.0, 4377.0, 4407.0, 4368.0, 4438.0, 4387.0, 4416.0, 4387.0, 4376.0, 4408.0, 4378.0, 4439.0, 4388.0, 4449.0, 4397.0, 4416.0, 4385.0, 4377.0, 4436.0, 4386.0, 4417.0, 4386.0, 4367.0, 4416.0, 4377.0, 4407.0, 4388.0, 4378.0, 4418.0, 4389.0, 4427.0, 4399.0, 4387.0, 4418.0, 4378.0, 4459.0, 4397.0, 4437.0, 4415.0, 4417.0, 4438.0, 4377.0, 4437.0, 4377.0, 4395.0, 4387.0, 4366.0, 4414.0, 4377.0, 4378.0, 4386.0, 4377.0, 4427.0, 4388.0, 4409.0, 4389.0, 4377.0, 4427.0, 4387.0, 4434.0, 4406.0, 4397.0, 4395.0, 4376.0, 4435.0, 4385.0, 4435.0, 4404.0, 4366.0, 4403.0, 4376.0, 4395.0, 4386.0, 4365.0, 4428.0, 4388.0, 4437.0, 4386.0, 4415.0, 4396.0, 4405.0, 4405.0, 4377.0, 4414.0, 4375.0, 4414.0, 4386.0, 4366.0, 4397.0, 4390.0, 4419.0, 4388.0, 4418.0, 4400.0, 4389.0, 4400.0, 4391.0, 4431.0, 4390.0, 4439.0, 4411.0, 4408.0, 4411.0, 4381.0, 4440.0, 4391.0, 4437.0, 4409.0, 4389.0, 4409.0, 4389.0, 4448.0, 4398.0, 4419.0, 4408.0, 4379.0, 4449.0, 4390.0, 4429.0, 4397.0, 4378.0, 4439.0, 4399.0, 4438.0, 4398.0, 4376.0, 4417.0, 4376.0, 4448.0, 4387.0, 4438.0, 4387.0, 4387.0, 4397.0, 4367.0, 4436.0, 4386.0, 4416.0, 4387.0, 4376.0, 4407.0, 4366.0, 4436.0, 4385.0, 4417.0, 4386.0, 4376.0, 4406.0, 4376.0, 4434.0, 4387.0, 4406.0, 4396.0, 4366.0, 4418.0, 4376.0, 4437.0, 4388.0, 4406.0, 4397.0, 4377.0, 4407.0, 4376.0, 4427.0, 4387.0, 4446.0, 4387.0, 4425.0, 4387.0, 4397.0, 4395.0, 4366.0, 4415.0, 4376.0, 4416.0, 4385.0, 4425.0, 4399.0, 4407.0, 4386.0, 4377.0, 4416.0, 4388.0, 4437.0, 4387.0, 4436.0, 4396.0, 4423.0, 4384.0, 4404.0, 4374.0, 4406.0, 4396.0, 4375.0, 4396.0, 4375.0, 4413.0, 4366.0, 4434.0, 4385.0, 4407.0, 4386.0, 4377.0, 4417.0, 4375.0, 4425.0, 4386.0, 4426.0, 4387.0, 4406.0, 4396.0, 4385.0, 4414.0, 4373.0, 4436.0, 4385.0, 4414.0, 4374.0, 4384.0, 4373.0, 4363.0, 4405.0, 4386.0, 4424.0, 4385.0, 4424.0, 4384.0, 4432.0, 4394.0, 4414.0, 4384.0, 4394.0, 4374.0, 4363.0, 4384.0, 4364.0, 4413.0, 4386.0, 4427.0, 4389.0, 4387.0, 4388.0, 4379.0, 4428.0, 4390.0, 4410.0, 4400.0, 4379.0, 4417.0, 4377.0, 4439.0, 4388.0, 4438.0, 4407.0, 4417.0, 4405.0, 4385.0, 4436.0, 4384.0, 4423.0, 4384.0, 4406.0, 4383.0, 4374.0, 4415.0, 4385.0, 4426.0, 4395.0, 4406.0, 4386.0, 4374.0, 4385.0, 4365.0, 4415.0, 4388.0, 4427.0, 4396.0, 4426.0, 4397.0, 4396.0, 4398.0, 4378.0, 4428.0, 4388.0, 4426.0, 4399.0, 4418.0, 4388.0, 4398.0, 4409.0, 4377.0, 4426.0, 4378.0, 4438.0, 4386.0, 4406.0, 4386.0, 4377.0, 4417.0, 4388.0, 4448.0, 4386.0, 4406.0, 4397.0, 4385.0, 4425.0, 4386.0, 4415.0, 4374.0, 4386.0, 4416.0, 4386.0, 4436.0, 4384.0, 4395.0, 4404.0, 4386.0, 4425.0, 4384.0, 4393.0, 4385.0, 4373.0, 4415.0, 4386.0, 4427.0, 4376.0, 4385.0, 4406.0, 4377.0, 4426.0, 4387.0, 4397.0, 4397.0, 4377.0, 4427.0, 4388.0, 4407.0, 4388.0, 4389.0, 4417.0, 4399.0, 4449.0, 4398.0, 4448.0, 4408.0, 4436.0, 4405.0, 4424.0, 4392.0, 4383.0, 4382.0, 4363.0, 4412.0, 4374.0, 4423.0, 4385.0, 4395.0, 4386.0, 4377.0, 4406.0, 4387.0, 4428.0, 4389.0, 4428.0, 4400.0, 4400.0, 4400.0, 4381.0, 4430.0, 4390.0, 4450.0, 4401.0, 4411.0, 4421.0, 4391.0, 4440.0, 4411.0, 4459.0, 4420.0, 4428.0, 4406.0, 4408.0, 4406.0, 4397.0, 4417.0, 4376.0, 4437.0, 4387.0, 4435.0, 4397.0, 4425.0, 4386.0, 4395.0, 4397.0, 4377.0, 4417.0, 4376.0, 4426.0, 4387.0, 4429.0, 4409.0, 4410.0, 4400.0, 4409.0, 4410.0, 4409.0, 4430.0, 4398.0, 4450.0, 4389.0, 4448.0, 4396.0, 4437.0, 4408.0, 4416.0, 4387.0, 4377.0, 4397.0, 4378.0, 4427.0, 4367.0, 4437.0, 4390.0, 4439.0, 4400.0, 4407.0, 4409.0, 4387.0, 4408.0, 4379.0, 4430.0, 4389.0, 4449.0, 4390.0, 4448.0, 4409.0, 4434.0, 4400.0, 4399.0, 4430.0, 4401.0, 4399.0, 4408.0, 4389.0, 4429.0, 4391.0, 4450.0, 4412.0, 4460.0, 4422.0, 4449.0, 4418.0, 4444.0, 4417.0, 4433.0, 4402.0, 4421.0, 4380.0, 4409.0, 4357.0, 4407.0, 4355.0, 4397.0, 4366.0, 4395.0, 4365.0, 4396.0, 4366.0, 4388.0, 4369.0, 4378.0, 4368.0, 4379.0, 4370.0, 4379.0, 4371.0, 4370.0, 4382.0, 4352.0, 4403.0, 4364.0, 4413.0, 4374.0, 4424.0, 4382.0, 4435.0, 4397.0, 4437.0, 4398.0, 4415.0, 4397.0, 4406.0, 4387.0, 4386.0, 4408.0, 4390.0, 4420.0, 4400.0, 4420.0, 4402.0, 4441.0, 4414.0, 4453.0, 4424.0, 4443.0, 4424.0, 4454.0, 4436.0, 4465.0, 4434.0, 4454.0, 4424.0, 4441.0, 4411.0, 4450.0, 4409.0, 4428.0, 4409.0, 4419.0, 4419.0, 4389.0, 4439.0, 4389.0, 4438.0, 4387.0, 4437.0, 4389.0, 4440.0, 4400.0, 4440.0, 4389.0, 4439.0, 4401.0, 4439.0, 4411.0, 4440.0, 4412.0, 4430.0, 4413.0, 4401.0, 4412.0, 4402.0, 4434.0, 4392.0, 4444.0, 4402.0, 4453.0, 4405.0, 4463.0, 4415.0, 4474.0, 4424.0, 4474.0, 4424.0, 4453.0, 4424.0, 4421.0, 4433.0, 4415.0, 4453.0, 4405.0, 4464.0, 4434.0, 4475.0, 4435.0, 4463.0], 'WindowWidth': [9903.0, 9799.0, 9844.0, 9767.0, 9802.0, 9740.0, 9761.0, 9723.0, 9705.0, 9735.0, 9704.0, 9760.0, 9707.0, 9773.0, 9722.0, 9803.0, 9742.0, 9794.0, 9742.0, 9774.0, 9739.0, 9776.0, 9753.0, 9762.0, 9716.0, 9708.0, 9733.0, 9693.0, 9760.0, 9693.0, 9786.0, 9710.0, 9774.0, 9723.0, 9759.0, 9736.0, 9726.0, 9740.0, 9716.0, 9769.0, 9717.0, 9776.0, 9727.0, 9792.0, 9732.0, 9811.0, 9748.0, 9793.0, 9745.0, 9795.0, 9740.0, 9770.0, 9741.0, 9738.0, 9741.0, 9741.0, 9756.0, 9714.0, 9784.0, 9734.0, 9796.0, 9743.0, 9809.0, 9756.0, 9827.0, 9756.0, 9807.0, 9750.0, 9789.0, 9774.0, 9774.0, 9719.0, 9720.0, 9729.0, 9686.0, 9757.0, 9703.0, 9789.0, 9728.0, 9789.0, 9726.0, 9792.0, 9756.0, 9780.0, 9743.0, 9797.0, 9741.0, 9790.0, 9734.0, 9807.0, 9745.0, 9789.0, 9732.0, 9787.0, 9734.0, 9768.0, 9737.0, 9760.0, 9756.0, 9770.0, 9746.0, 9755.0, 9749.0, 9773.0, 9750.0, 9752.0, 9769.0, 9758.0, 9804.0, 9750.0, 9814.0, 9767.0, 9833.0, 9780.0, 9801.0, 9764.0, 9829.0, 9758.0, 9814.0, 9770.0, 9783.0, 9741.0, 9727.0, 9766.0, 9714.0, 9795.0, 9728.0, 9813.0, 9734.0, 9811.0, 9743.0, 9809.0, 9754.0, 9812.0, 9752.0, 9793.0, 9738.0, 9775.0, 9734.0, 9774.0, 9740.0, 9790.0, 9742.0, 9781.0, 9742.0, 9739.0, 9745.0, 9733.0, 9788.0, 9750.0, 9803.0, 9734.0, 9811.0, 9744.0, 9811.0, 9755.0, 9810.0, 9741.0, 9791.0, 9736.0, 9786.0, 9760.0, 9789.0, 9736.0, 9759.0, 9721.0, 9731.0, 9719.0, 9706.0, 9744.0, 9710.0, 9763.0, 9712.0, 9761.0, 9722.0, 9748.0, 9748.0, 9749.0, 9735.0, 9739.0, 9728.0, 9752.0, 9736.0, 9740.0, 9778.0, 9726.0, 9809.0, 9757.0, 9812.0, 9759.0, 9782.0, 9760.0, 9769.0, 9742.0, 9796.0, 9745.0, 9795.0, 9743.0, 9797.0, 9745.0, 9795.0, 9761.0, 9808.0, 9760.0, 9814.0, 9765.0, 9800.0, 9763.0, 9801.0, 9767.0, 9819.0, 9783.0, 9827.0, 9773.0, 9764.0, 9773.0, 9747.0, 9815.0, 9767.0, 9844.0, 9775.0, 9840.0, 9789.0, 9842.0, 9787.0, 9858.0, 9800.0, 9843.0, 9803.0, 9836.0, 9801.0, 9839.0, 9798.0, 9823.0, 9783.0, 9806.0, 9782.0, 9809.0, 9795.0, 9793.0, 9781.0, 9741.0, 9792.0, 9761.0, 9800.0, 9776.0, 9805.0, 9737.0, 9818.0, 9740.0, 9813.0, 9746.0, 9827.0, 9761.0, 9814.0, 9769.0, 9804.0, 9767.0, 9822.0, 9803.0, 9836.0, 9790.0, 9838.0, 9783.0, 9838.0, 9779.0, 9837.0, 9792.0, 9818.0, 9776.0, 9812.0, 9777.0, 9798.0, 9767.0, 9802.0, 9767.0, 9795.0, 9769.0, 9777.0, 9766.0, 9817.0, 9775.0, 9814.0, 9762.0, 9802.0, 9764.0, 9800.0, 9779.0, 9818.0, 9763.0, 9819.0, 9768.0, 9803.0, 9767.0, 9824.0, 9876.0, 9829.0, 9808.0, 9737.0, 9801.0, 9736.0, 9838.0, 9780.0, 9770.0, 9770.0, 9744.0, 9822.0, 9773.0, 9854.0, 9797.0, 9841.0, 9798.0, 9821.0, 9794.0, 9830.0, 9806.0, 9837.0, 9774.0, 9799.0, 9756.0, 9794.0, 9781.0, 9792.0, 9736.0, 9751.0, 9724.0, 9721.0, 9724.0, 9777.0, 9753.0, 9809.0, 9740.0, 9807.0, 9752.0, 9789.0, 9733.0, 9777.0, 9733.0, 9773.0, 9712.0, 9759.0, 9724.0, 9775.0, 9744.0, 9795.0, 9748.0, 9784.0, 9763.0, 9798.0, 9766.0, 9789.0, 9771.0, 9763.0, 9771.0, 9743.0, 9827.0, 9776.0, 9843.0, 9774.0, 9836.0, 9783.0, 9835.0, 9803.0, 9836.0, 9784.0, 9807.0, 9777.0, 9788.0, 9822.0, 9761.0, 9818.0, 9732.0, 9808.0, 9755.0, 9830.0, 9771.0, 9794.0, 9737.0, 9707.0, 9745.0, 9717.0, 9758.0, 9689.0, 9754.0, 9701.0, 9768.0, 9717.0, 9790.0, 9744.0, 9787.0, 9716.0, 9739.0, 9712.0, 9712.0, 9743.0, 9670.0, 9750.0, 9675.0, 9768.0, 9702.0, 9784.0, 9727.0, 9801.0, 9714.0, 9768.0, 9715.0, 9737.0, 9718.0, 9716.0, 9727.0, 9692.0, 9754.0, 9688.0, 9767.0, 9728.0, 9785.0, 9718.0, 9773.0, 9732.0, 9756.0, 9717.0, 9739.0, 9718.0, 9726.0, 9713.0, 9673.0, 9726.0, 9686.0, 9754.0, 9690.0, 9786.0, 9708.0, 9785.0, 9723.0, 9784.0, 9733.0, 9788.0, 9731.0, 9772.0, 9731.0, 9754.0, 9718.0, 9742.0, 9720.0, 9744.0, 9708.0, 9709.0, 9719.0, 9696.0, 9786.0, 9723.0, 9802.0, 9731.0, 9724.0, 9778.0, 9741.0, 9762.0, 9747.0, 9731.0, 9784.0, 9730.0, 9814.0, 9765.0, 9834.0, 9785.0, 9810.0, 9774.0, 9769.0, 9756.0, 9745.0, 9767.0, 9710.0, 9756.0, 9693.0, 9750.0, 9685.0, 9695.0, 9640.0, 9629.0, 9639.0, 9617.0, 9682.0, 9636.0, 9703.0, 9655.0, 9697.0, 9673.0, 9672.0, 9675.0, 9664.0, 9706.0, 9679.0, 9722.0, 9686.0, 9753.0, 9709.0, 9747.0, 9729.0, 9730.0, 9733.0, 9721.0, 9774.0, 9737.0, 9818.0, 9783.0, 9795.0, 9779.0, 9753.0, 9803.0, 9748.0, 9833.0, 9763.0, 9835.0, 9777.0, 9784.0, 9774.0, 9733.0, 9833.0, 9779.0, 9805.0, 9761.0, 9721.0, 9814.0, 9768.0, 9853.0, 9779.0, 9739.0, 9787.0, 9733.0, 9832.0, 9802.0, 9828.0, 9798.0, 9813.0, 9750.0, 9788.0, 9728.0, 9769.0, 9716.0, 9753.0, 9717.0, 9720.0, 9720.0, 9730.0, 9735.0, 9745.0, 9735.0, 9721.0, 9722.0, 9699.0, 9753.0, 9698.0, 9796.0, 9729.0, 9808.0, 9745.0, 9793.0, 9740.0, 9789.0, 9756.0, 9806.0, 9754.0, 9768.0, 9755.0, 9713.0, 9768.0, 9714.0, 9810.0, 9748.0, 9811.0, 9761.0, 9783.0, 9760.0, 9756.0, 9768.0, 9719.0, 9794.0, 9743.0, 9812.0, 9758.0, 9827.0, 9755.0, 9794.0, 9733.0, 9711.0, 9777.0, 9713.0, 9809.0, 9731.0, 9778.0, 9742.0, 9750.0, 9764.0, 9712.0, 9790.0, 9712.0, 9806.0, 9755.0, 9780.0, 9735.0, 9697.0, 9762.0, 9706.0, 9794.0, 9733.0, 9809.0, 9733.0, 9757.0, 9730.0, 9716.0, 9759.0, 9704.0, 9763.0, 9690.0, 9768.0, 9716.0, 9755.0, 9715.0, 9703.0, 9718.0, 9691.0, 9762.0, 9722.0, 9793.0, 9737.0, 9747.0, 9729.0, 9692.0, 9772.0, 9722.0, 9806.0, 9734.0, 9741.0, 9735.0, 9691.0, 9772.0, 9720.0, 9784.0, 9728.0, 9729.0, 9742.0, 9685.0, 9779.0, 9710.0, 9797.0, 9720.0, 9745.0, 9708.0, 9705.0, 9702.0, 9678.0, 9745.0, 9680.0, 9719.0, 9692.0, 9685.0, 9708.0, 9669.0, 9766.0, 9710.0, 9782.0, 9696.0, 9745.0, 9693.0, 9730.0, 9702.0, 9678.0, 9717.0, 9667.0, 9747.0, 9676.0, 9757.0, 9691.0, 9741.0, 9688.0, 9662.0, 9702.0, 9677.0, 9743.0, 9682.0, 9750.0, 9694.0, 9692.0, 9692.0, 9680.0, 9738.0, 9698.0, 9743.0, 9698.0, 9689.0, 9726.0, 9680.0, 9766.0, 9709.0, 9713.0, 9709.0, 9690.0, 9768.0, 9698.0, 9729.0, 9714.0, 9689.0, 9755.0, 9689.0, 9769.0, 9701.0, 9714.0, 9736.0, 9686.0, 9783.0, 9715.0, 9739.0, 9713.0, 9684.0, 9765.0, 9686.0, 9735.0, 9696.0, 9684.0, 9739.0, 9700.0, 9769.0, 9700.0, 9717.0, 9724.0, 9669.0, 9766.0, 9710.0, 9795.0, 9738.0, 9764.0, 9707.0, 9705.0, 9701.0, 9665.0, 9745.0, 9678.0, 9709.0, 9683.0, 9701.0, 9730.0, 9691.0, 9752.0, 9703.0, 9754.0, 9700.0, 9714.0, 9715.0, 9688.0, 9756.0, 9700.0, 9800.0, 9716.0, 9756.0, 9711.0, 9670.0, 9735.0, 9685.0, 9765.0, 9704.0, 9743.0, 9702.0, 9698.0, 9712.0, 9686.0, 9751.0, 9694.0, 9746.0, 9707.0, 9692.0, 9748.0, 9708.0, 9774.0, 9716.0, 9710.0, 9757.0, 9704.0, 9782.0, 9731.0, 9755.0, 9725.0, 9688.0, 9751.0, 9685.0, 9780.0, 9723.0, 9762.0, 9722.0, 9681.0, 9705.0, 9677.0, 9727.0, 9682.0, 9716.0, 9696.0, 9690.0, 9726.0, 9701.0, 9756.0, 9710.0, 9760.0, 9722.0, 9706.0, 9746.0, 9705.0, 9773.0, 9716.0, 9803.0, 9743.0, 9774.0, 9715.0, 9685.0, 9725.0, 9672.0, 9768.0, 9700.0, 9738.0, 9699.0, 9684.0, 9727.0, 9688.0, 9770.0, 9699.0, 9785.0, 9712.0, 9736.0, 9694.0, 9682.0, 9763.0, 9695.0, 9738.0, 9693.0, 9669.0, 9734.0, 9685.0, 9725.0, 9700.0, 9688.0, 9740.0, 9703.0, 9752.0, 9716.0, 9698.0, 9741.0, 9688.0, 9799.0, 9713.0, 9764.0, 9736.0, 9738.0, 9770.0, 9684.0, 9767.0, 9683.0, 9705.0, 9696.0, 9668.0, 9732.0, 9686.0, 9688.0, 9697.0, 9685.0, 9751.0, 9701.0, 9731.0, 9702.0, 9686.0, 9752.0, 9696.0, 9760.0, 9721.0, 9711.0, 9705.0, 9680.0, 9761.0, 9691.0, 9758.0, 9715.0, 9666.0, 9713.0, 9681.0, 9704.0, 9695.0, 9667.0, 9752.0, 9702.0, 9766.0, 9697.0, 9732.0, 9709.0, 9719.0, 9719.0, 9682.0, 9730.0, 9678.0, 9730.0, 9695.0, 9668.0, 9711.0, 9706.0, 9743.0, 9702.0, 9742.0, 9720.0, 9705.0, 9720.0, 9710.0, 9762.0, 9709.0, 9772.0, 9736.0, 9731.0, 9737.0, 9696.0, 9773.0, 9708.0, 9767.0, 9732.0, 9702.0, 9729.0, 9705.0, 9784.0, 9716.0, 9743.0, 9728.0, 9690.0, 9786.0, 9707.0, 9758.0, 9714.0, 9687.0, 9772.0, 9715.0, 9769.0, 9714.0, 9683.0, 9737.0, 9682.0, 9782.0, 9697.0, 9768.0, 9698.0, 9698.0, 9710.0, 9669.0, 9761.0, 9695.0, 9737.0, 9698.0, 9684.0, 9724.0, 9669.0, 9761.0, 9694.0, 9738.0, 9695.0, 9683.0, 9720.0, 9680.0, 9757.0, 9696.0, 9721.0, 9707.0, 9668.0, 9739.0, 9681.0, 9765.0, 9698.0, 9721.0, 9710.0, 9685.0, 9724.0, 9681.0, 9750.0, 9695.0, 9778.0, 9697.0, 9747.0, 9697.0, 9708.0, 9704.0, 9665.0, 9731.0, 9681.0, 9733.0, 9693.0, 9745.0, 9714.0, 9722.0, 9695.0, 9684.0, 9736.0, 9699.0, 9762.0, 9696.0, 9762.0, 9707.0, 9742.0, 9688.0, 9715.0, 9676.0, 9719.0, 9705.0, 9677.0, 9706.0, 9678.0, 9727.0, 9665.0, 9756.0, 9692.0, 9722.0, 9694.0, 9684.0, 9737.0, 9679.0, 9746.0, 9695.0, 9749.0, 9697.0, 9719.0, 9707.0, 9689.0, 9728.0, 9671.0, 9762.0, 9688.0, 9728.0, 9673.0, 9686.0, 9673.0, 9660.0, 9717.0, 9694.0, 9743.0, 9691.0, 9743.0, 9688.0, 9753.0, 9700.0, 9728.0, 9687.0, 9701.0, 9674.0, 9658.0, 9687.0, 9660.0, 9728.0, 9696.0, 9750.0, 9702.0, 9696.0, 9702.0, 9688.0, 9753.0, 9706.0, 9733.0, 9719.0, 9690.0, 9737.0, 9684.0, 9769.0, 9701.0, 9768.0, 9724.0, 9736.0, 9717.0, 9689.0, 9762.0, 9688.0, 9742.0, 9687.0, 9719.0, 9686.0, 9674.0, 9729.0, 9689.0, 9747.0, 9705.0, 9719.0, 9693.0, 9675.0, 9691.0, 9664.0, 9732.0, 9697.0, 9751.0, 9709.0, 9746.0, 9711.0, 9707.0, 9711.0, 9685.0, 9752.0, 9698.0, 9748.0, 9715.0, 9739.0, 9700.0, 9714.0, 9728.0, 9684.0, 9748.0, 9685.0, 9768.0, 9696.0, 9721.0, 9696.0, 9684.0, 9735.0, 9697.0, 9783.0, 9695.0, 9721.0, 9708.0, 9690.0, 9745.0, 9693.0, 9732.0, 9676.0, 9692.0, 9735.0, 9692.0, 9763.0, 9689.0, 9703.0, 9716.0, 9692.0, 9747.0, 9690.0, 9699.0, 9689.0, 9673.0, 9731.0, 9693.0, 9751.0, 9680.0, 9691.0, 9720.0, 9682.0, 9749.0, 9700.0, 9711.0, 9710.0, 9684.0, 9749.0, 9701.0, 9726.0, 9699.0, 9701.0, 9739.0, 9714.0, 9784.0, 9714.0, 9783.0, 9725.0, 9764.0, 9716.0, 9741.0, 9695.0, 9682.0, 9681.0, 9657.0, 9722.0, 9674.0, 9738.0, 9691.0, 9704.0, 9694.0, 9683.0, 9721.0, 9697.0, 9751.0, 9704.0, 9753.0, 9721.0, 9721.0, 9720.0, 9696.0, 9760.0, 9707.0, 9789.0, 9723.0, 9737.0, 9749.0, 9709.0, 9772.0, 9734.0, 9801.0, 9746.0, 9754.0, 9722.0, 9724.0, 9720.0, 9706.0, 9733.0, 9679.0, 9764.0, 9695.0, 9760.0, 9707.0, 9743.0, 9693.0, 9704.0, 9708.0, 9683.0, 9737.0, 9681.0, 9747.0, 9699.0, 9755.0, 9731.0, 9733.0, 9718.0, 9731.0, 9731.0, 9729.0, 9758.0, 9711.0, 9786.0, 9700.0, 9782.0, 9708.0, 9765.0, 9725.0, 9734.0, 9695.0, 9683.0, 9708.0, 9685.0, 9748.0, 9670.0, 9764.0, 9703.0, 9769.0, 9718.0, 9725.0, 9728.0, 9698.0, 9726.0, 9688.0, 9757.0, 9703.0, 9786.0, 9705.0, 9782.0, 9732.0, 9773.0, 9720.0, 9719.0, 9761.0, 9724.0, 9718.0, 9729.0, 9703.0, 9759.0, 9709.0, 9789.0, 9740.0, 9806.0, 9755.0, 9789.0, 9743.0, 9778.0, 9738.0, 9758.0, 9710.0, 9734.0, 9674.0, 9711.0, 9638.0, 9708.0, 9633.0, 9693.0, 9649.0, 9689.0, 9649.0, 9691.0, 9653.0, 9684.0, 9658.0, 9668.0, 9658.0, 9672.0, 9663.0, 9673.0, 9666.0, 9664.0, 9681.0, 9642.0, 9711.0, 9661.0, 9724.0, 9675.0, 9742.0, 9687.0, 9758.0, 9710.0, 9766.0, 9713.0, 9732.0, 9710.0, 9723.0, 9699.0, 9696.0, 9729.0, 9705.0, 9746.0, 9721.0, 9748.0, 9725.0, 9778.0, 9749.0, 9799.0, 9761.0, 9785.0, 9763.0, 9801.0, 9780.0, 9818.0, 9773.0, 9802.0, 9758.0, 9780.0, 9735.0, 9788.0, 9729.0, 9756.0, 9728.0, 9743.0, 9743.0, 9704.0, 9769.0, 9704.0, 9767.0, 9699.0, 9764.0, 9703.0, 9772.0, 9719.0, 9772.0, 9706.0, 9772.0, 9723.0, 9770.0, 9738.0, 9774.0, 9739.0, 9763.0, 9743.0, 9726.0, 9741.0, 9728.0, 9771.0, 9714.0, 9784.0, 9730.0, 9797.0, 9735.0, 9810.0, 9748.0, 9827.0, 9760.0, 9829.0, 9760.0, 9797.0, 9759.0, 9752.0, 9770.0, 9748.0, 9797.0, 9736.0, 9814.0, 9775.0, 9831.0, 9776.0, 9812.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.0010568922852983989</td></tr>
<tr><td colspan=3>aqi</td><td>0.03242753333333333</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.95661894597962</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2394143143190082</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9819100702621997</td></tr>
<tr><td colspan=3>efc</td><td>0.4895</td></tr>
<tr><td colspan=3>fber</td><td>5545.1948</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06714051818069687</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4366812227074236</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.458221216601915</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.347958125838498</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.732075934862234</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.294629589105013</td></tr>
<tr><td colspan=3>gcor</td><td>0.0152984</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01999969594180584</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03334333375096321</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.966555349198656</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>21.8427</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.72</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.5185</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295205.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>876.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.88</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5932</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.3089</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3581.7627</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3786.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4665.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.4747</td></tr>
<tr><td colspan=3>tsnr</td><td>35.727459833724424</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>