<?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-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-01/func/sub-0089_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>b199a4e0d9a13cb749701b3ce0ab2b9e</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>18:33:23.217500</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.99895, 0.0454609, -0.00561308, -0.0416938, 0.95316, 0.299579]</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.109208</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7827, -7206, 602, -68, -238, 34, 99]</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>239.834</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7a5eab81-6469-4f47-8bc0-f26abeac0aaa||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.6801106929779053, -0.11186132580041885, -0.05121707171201706, 117.1335220336914], [-0.12196838110685349, 2.5572590827941895, 0.807381272315979, -111.5793228149414], [-0.015059475786983967, -0.8037474155426025, 2.57594895362854, -7.375750541687012], [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': ['183323.217500', '183323.677500', '183324.137500', '183324.597500', '183325.057500', '183325.517500', '183325.977500', '183326.437500', '183326.897500', '183327.357500', '183327.817500', '183328.277500', '183328.737500', '183329.197500', '183329.657500', '183330.117500', '183330.577500', '183331.037500', '183331.497500', '183331.957500', '183332.417500', '183332.877500', '183333.337500', '183333.797500', '183334.257500', '183334.717500', '183335.177500', '183335.637500', '183336.097500', '183336.557500', '183337.017500', '183337.477500', '183337.937500', '183338.397500', '183338.857500', '183339.317500', '183339.777500', '183340.237500', '183340.697500', '183341.157500', '183341.617500', '183342.077500', '183342.537500', '183342.997500', '183343.457500', '183343.917500', '183344.377500', '183344.837500', '183345.297500', '183345.757500', '183346.217500', '183346.677500', '183347.137500', '183347.597500', '183348.057500', '183348.517500', '183348.977500', '183349.437500', '183349.897500', '183350.357500', '183350.817500', '183351.277500', '183351.737500', '183352.197500', '183352.657500', '183353.117500', '183353.577500', '183354.037500', '183354.497500', '183354.957500', '183355.417500', '183355.877500', '183356.337500', '183356.797500', '183357.257500', '183357.717500', '183358.177500', '183358.637500', '183359.097500', '183359.557500', '183400.017500', '183400.477500', '183400.937500', '183401.397500', '183401.857500', '183402.317500', '183402.777500', '183403.237500', '183403.697500', '183404.157500', '183404.617500', '183405.077500', '183405.537500', '183405.997500', '183406.457500', '183406.917500', '183407.377500', '183407.837500', '183408.297500', '183408.757500', '183409.217500', '183409.677500', '183410.137500', '183410.597500', '183411.057500', '183411.517500', '183411.977500', '183412.437500', '183412.897500', '183413.357500', '183413.817500', '183414.277500', '183414.737500', '183415.197500', '183415.657500', '183416.117500', '183416.577500', '183417.037500', '183417.497500', '183417.957500', '183418.417500', '183418.877500', '183419.337500', '183419.797500', '183420.257500', '183420.717500', '183421.177500', '183421.637500', '183422.097500', '183422.557500', '183423.017500', '183423.477500', '183423.937500', '183424.397500', '183424.857500', '183425.317500', '183425.777500', '183426.237500', '183426.697500', '183427.157500', '183427.617500', '183428.077500', '183428.537500', '183428.997500', '183429.457500', '183429.917500', '183430.377500', '183430.837500', '183431.297500', '183431.757500', '183432.217500', '183432.677500', '183433.137500', '183433.597500', '183434.057500', '183434.517500', '183434.977500', '183435.437500', '183435.897500', '183436.357500', '183436.817500', '183437.277500', '183437.737500', '183438.197500', '183438.657500', '183439.117500', '183439.577500', '183440.037500', '183440.497500', '183440.957500', '183441.417500', '183441.877500', '183442.337500', '183442.797500', '183443.257500', '183443.717500', '183444.177500', '183444.637500', '183445.097500', '183445.557500', '183446.017500', '183446.477500', '183446.937500', '183447.397500', '183447.857500', '183448.317500', '183448.777500', '183449.237500', '183449.697500', '183450.157500', '183450.617500', '183451.077500', '183451.537500', '183451.997500', '183452.457500', '183452.917500', '183453.377500', '183453.837500', '183454.297500', '183454.757500', '183455.217500', '183455.677500', '183456.137500', '183456.597500', '183457.057500', '183457.517500', '183457.977500', '183458.437500', '183458.897500', '183459.357500', '183459.817500', '183500.277500', '183500.737500', '183501.197500', '183501.657500', '183502.117500', '183502.577500', '183503.037500', '183503.497500', '183503.957500', '183504.417500', '183504.877500', '183505.337500', '183505.797500', '183506.257500', '183506.717500', '183507.177500', '183507.637500', '183508.097500', '183508.557500', '183509.017500', '183509.477500', '183509.937500', '183510.397500', '183510.857500', '183511.317500', '183511.777500', '183512.237500', '183512.697500', '183513.157500', '183513.617500', '183514.077500', '183514.537500', '183514.997500', '183515.457500', '183515.917500', '183516.377500', '183516.837500', '183517.297500', '183517.757500', '183518.217500', '183518.677500', '183519.137500', '183519.597500', '183520.057500', '183520.517500', '183520.977500', '183521.437500', '183521.897500', '183522.357500', '183522.817500', '183523.277500', '183523.737500', '183524.197500', '183524.657500', '183525.117500', '183525.577500', '183526.037500', '183526.497500', '183526.957500', '183527.417500', '183527.877500', '183528.337500', '183528.797500', '183529.257500', '183529.717500', '183530.177500', '183530.637500', '183531.097500', '183531.557500', '183532.017500', '183532.477500', '183532.937500', '183533.397500', '183533.857500', '183534.317500', '183534.777500', '183535.237500', '183535.697500', '183536.157500', '183536.617500', '183537.077500', '183537.537500', '183537.997500', '183538.457500', '183538.917500', '183539.377500', '183539.837500', '183540.297500', '183540.757500', '183541.217500', '183541.677500', '183542.137500', '183542.597500', '183543.057500', '183543.517500', '183543.977500', '183544.437500', '183544.897500', '183545.357500', '183545.817500', '183546.277500', '183546.737500', '183547.197500', '183547.657500', '183548.117500', '183548.577500', '183549.037500', '183549.497500', '183549.957500', '183550.417500', '183550.877500', '183551.337500', '183551.797500', '183552.257500', '183552.717500', '183553.177500', '183553.637500', '183554.097500', '183554.557500', '183555.017500', '183555.477500', '183555.937500', '183556.397500', '183556.857500', '183557.317500', '183557.777500', '183558.237500', '183558.697500', '183559.157500', '183559.617500', '183600.077500', '183600.537500', '183600.997500', '183601.457500', '183601.917500', '183602.377500', '183602.837500', '183603.297500', '183603.757500', '183604.217500', '183604.677500', '183605.137500', '183605.597500', '183606.057500', '183606.517500', '183606.977500', '183607.437500', '183607.897500', '183608.357500', '183608.817500', '183609.277500', '183609.737500', '183610.197500', '183610.657500', '183611.117500', '183611.577500', '183612.037500', '183612.497500', '183612.957500', '183613.417500', '183613.877500', '183614.337500', '183614.797500', '183615.257500', '183615.717500', '183616.177500', '183616.637500', '183617.097500', '183617.557500', '183618.017500', '183618.477500', '183618.937500', '183619.397500', '183619.857500', '183620.317500', '183620.777500', '183621.237500', '183621.697500', '183622.157500', '183622.617500', '183623.077500', '183623.537500', '183623.997500', '183624.457500', '183624.917500', '183625.377500', '183625.837500', '183626.297500', '183626.757500', '183627.217500', '183627.677500', '183628.137500', '183628.597500', '183629.057500', '183629.517500', '183629.977500', '183630.437500', '183630.897500', '183631.357500', '183631.817500', '183632.277500', '183632.737500', '183633.197500', '183633.657500', '183634.117500', '183634.577500', '183635.037500', '183635.497500', '183635.957500', '183636.417500', '183636.877500', '183637.337500', '183637.797500', '183638.257500', '183638.717500', '183639.177500', '183639.637500', '183640.097500', '183640.557500', '183641.017500', '183641.477500', '183641.937500', '183642.397500', '183642.857500', '183643.317500', '183643.777500', '183644.237500', '183644.697500', '183645.157500', '183645.617500', '183646.077500', '183646.537500', '183646.997500', '183647.457500', '183647.917500', '183648.377500', '183648.837500', '183649.297500', '183649.757500', '183650.217500', '183650.677500', '183651.137500', '183651.597500', '183652.057500', '183652.517500', '183652.977500', '183653.437500', '183653.897500', '183654.357500', '183654.817500', '183655.277500', '183655.737500', '183656.197500', '183656.657500', '183657.117500', '183657.577500', '183658.037500', '183658.497500', '183658.957500', '183659.417500', '183659.877500', '183700.337500', '183700.797500', '183701.257500', '183701.717500', '183702.177500', '183702.637500', '183703.097500', '183703.557500', '183704.017500', '183704.477500', '183704.937500', '183705.397500', '183705.857500', '183706.317500', '183706.777500', '183707.237500', '183707.697500', '183708.157500', '183708.617500', '183709.077500', '183709.537500', '183709.997500', '183710.457500', '183710.917500', '183711.377500', '183711.837500', '183712.297500', '183712.757500', '183713.217500', '183713.677500', '183714.137500', '183714.597500', '183715.057500', '183715.517500', '183715.977500', '183716.437500', '183716.897500', '183717.357500', '183717.817500', '183718.277500', '183718.737500', '183719.197500', '183719.657500', '183720.117500', '183720.577500', '183721.037500', '183721.497500', '183721.957500', '183722.417500', '183722.877500', '183723.337500', '183723.797500', '183724.257500', '183724.717500', '183725.177500', '183725.637500', '183726.097500', '183726.557500', '183727.017500', '183727.477500', '183727.937500', '183728.397500', '183728.857500', '183729.317500', '183729.777500', '183730.237500', '183730.697500', '183731.157500', '183731.617500', '183732.077500', '183732.537500', '183732.997500', '183733.457500', '183733.917500', '183734.377500', '183734.837500', '183735.297500', '183735.757500', '183736.217500', '183736.677500', '183737.137500', '183737.597500', '183738.057500', '183738.517500', '183738.977500', '183739.437500', '183739.897500', '183740.357500', '183740.817500', '183741.277500', '183741.737500', '183742.197500', '183742.657500', '183743.117500', '183743.577500', '183744.037500', '183744.497500', '183744.957500', '183745.417500', '183745.877500', '183746.337500', '183746.797500', '183747.257500', '183747.717500', '183748.177500', '183748.637500', '183749.097500', '183749.557500', '183750.017500', '183750.477500', '183750.937500', '183751.397500', '183751.857500', '183752.317500', '183752.777500', '183753.237500', '183753.697500', '183754.157500', '183754.617500', '183755.077500', '183755.537500', '183755.997500', '183756.457500', '183756.917500', '183757.377500', '183757.837500', '183758.297500', '183758.757500', '183759.217500', '183759.677500', '183800.137500', '183800.597500', '183801.057500', '183801.517500', '183801.977500', '183802.437500', '183802.897500', '183803.357500', '183803.817500', '183804.277500', '183804.737500', '183805.197500', '183805.657500', '183806.117500', '183806.577500', '183807.037500', '183807.497500', '183807.957500', '183808.417500', '183808.877500', '183809.337500', '183809.797500', '183810.257500', '183810.717500', '183811.177500', '183811.637500', '183812.097500', '183812.557500', '183813.017500', '183813.477500', '183813.937500', '183814.397500', '183814.857500', '183815.317500', '183815.777500', '183816.237500', '183816.697500', '183817.157500', '183817.617500', '183818.077500', '183818.537500', '183818.997500', '183819.457500', '183819.917500', '183820.377500', '183820.837500', '183821.297500', '183821.757500', '183822.217500', '183822.677500', '183823.137500', '183823.597500', '183824.057500', '183824.517500', '183824.977500', '183825.437500', '183825.897500', '183826.357500', '183826.817500', '183827.277500', '183827.737500', '183828.197500', '183828.657500', '183829.117500', '183829.577500', '183830.037500', '183830.497500', '183830.957500', '183831.417500', '183831.877500', '183832.337500', '183832.797500', '183833.257500', '183833.717500', '183834.177500', '183834.637500', '183835.097500', '183835.557500', '183836.017500', '183836.477500', '183836.937500', '183837.397500', '183837.857500', '183838.317500', '183838.777500', '183839.237500', '183839.697500', '183840.157500', '183840.617500', '183841.077500', '183841.537500', '183841.997500', '183842.457500', '183842.917500', '183843.377500', '183843.837500', '183844.297500', '183844.757500', '183845.217500', '183845.677500', '183846.137500', '183846.597500', '183847.057500', '183847.517500', '183847.977500', '183848.437500', '183848.897500', '183849.357500', '183849.817500', '183850.277500', '183850.737500', '183851.197500', '183851.657500', '183852.117500', '183852.577500', '183853.037500', '183853.497500', '183853.957500', '183854.417500', '183854.877500', '183855.337500', '183855.797500', '183856.257500', '183856.717500', '183857.177500', '183857.637500', '183858.097500', '183858.557500', '183859.017500', '183859.477500', '183859.937500', '183900.397500', '183900.857500', '183901.317500', '183901.777500', '183902.237500', '183902.697500', '183903.157500', '183903.617500', '183904.077500', '183904.537500', '183904.997500', '183905.457500', '183905.917500', '183906.377500', '183906.837500', '183907.297500', '183907.757500', '183908.217500', '183908.677500', '183909.137500', '183909.597500', '183910.057500', '183910.517500', '183910.977500', '183911.437500', '183911.897500', '183912.357500', '183912.817500', '183913.277500', '183913.737500', '183914.197500', '183914.657500', '183915.117500', '183915.577500', '183916.037500', '183916.497500', '183916.957500', '183917.417500', '183917.877500', '183918.337500', '183918.797500', '183919.257500', '183919.717500', '183920.177500', '183920.637500', '183921.097500', '183921.557500', '183922.017500', '183922.477500', '183922.937500', '183923.397500', '183923.857500', '183924.317500', '183924.777500', '183925.237500', '183925.697500', '183926.157500', '183926.617500', '183927.077500', '183927.537500', '183927.997500', '183928.457500', '183928.917500', '183929.377500', '183929.837500', '183930.297500', '183930.757500', '183931.217500', '183931.677500', '183932.137500', '183932.597500', '183933.057500', '183933.517500', '183933.977500', '183934.437500', '183934.897500', '183935.357500', '183935.817500', '183936.277500', '183936.737500', '183937.197500', '183937.657500', '183938.117500', '183938.577500', '183939.037500', '183939.497500', '183939.957500', '183940.417500', '183940.877500', '183941.337500', '183941.797500', '183942.257500', '183942.717500', '183943.177500', '183943.637500', '183944.097500', '183944.557500', '183945.017500', '183945.477500', '183945.937500', '183946.397500', '183946.857500', '183947.317500', '183947.777500', '183948.237500', '183948.697500', '183949.157500', '183949.617500', '183950.077500', '183950.537500', '183950.997500', '183951.457500', '183951.917500', '183952.377500', '183952.837500', '183953.297500', '183953.757500', '183954.217500', '183954.677500', '183955.137500', '183955.597500', '183956.057500', '183956.517500', '183956.977500', '183957.437500', '183957.897500', '183958.357500', '183958.817500', '183959.277500', '183959.737500', '184000.197500', '184000.657500', '184001.117500', '184001.577500', '184002.037500', '184002.497500', '184002.957500', '184003.417500', '184003.877500', '184004.337500', '184004.797500', '184005.257500', '184005.717500', '184006.177500', '184006.637500', '184007.097500', '184007.557500', '184008.017500', '184008.477500', '184008.937500', '184009.397500', '184009.857500', '184010.317500', '184010.777500', '184011.237500', '184011.697500', '184012.157500', '184012.617500', '184013.077500', '184013.537500', '184013.997500', '184014.457500', '184014.917500', '184015.377500', '184015.837500', '184016.297500', '184016.757500', '184017.217500', '184017.677500', '184018.137500', '184018.597500', '184019.057500', '184019.517500', '184019.977500', '184020.437500', '184020.897500', '184021.357500', '184021.817500', '184022.277500', '184022.737500', '184023.197500', '184023.657500', '184024.117500', '184024.577500', '184025.037500', '184025.497500', '184025.957500', '184026.417500', '184026.877500', '184027.337500', '184027.797500', '184028.257500', '184028.717500', '184029.177500', '184029.637500', '184030.097500', '184030.557500', '184031.017500', '184031.477500', '184031.937500', '184032.397500', '184032.857500', '184033.317500', '184033.777500', '184034.237500', '184034.697500', '184035.157500', '184035.617500', '184036.077500', '184036.537500', '184036.997500', '184037.457500', '184037.917500', '184038.377500', '184038.837500', '184039.297500', '184039.757500', '184040.217500', '184040.677500', '184041.137500', '184041.597500', '184042.057500', '184042.517500', '184042.977500', '184043.437500', '184043.897500', '184044.357500', '184044.817500', '184045.277500', '184045.737500', '184046.197500', '184046.657500', '184047.117500', '184047.577500', '184048.037500', '184048.497500', '184048.957500', '184049.417500', '184049.877500', '184050.337500', '184050.797500', '184051.257500', '184051.717500', '184052.177500', '184052.637500', '184053.097500', '184053.557500', '184054.017500', '184054.477500', '184054.937500', '184055.397500', '184055.857500', '184056.317500', '184056.777500', '184057.237500', '184057.697500', '184058.157500', '184058.617500', '184059.077500', '184059.537500', '184059.997500', '184100.457500', '184100.917500', '184101.377500', '184101.837500', '184102.297500', '184102.757500', '184103.217500', '184103.677500', '184104.137500', '184104.597500', '184105.057500', '184105.517500', '184105.977500', '184106.437500', '184106.897500', '184107.357500', '184107.817500', '184108.277500', '184108.737500', '184109.197500', '184109.657500', '184110.117500', '184110.577500', '184111.037500', '184111.497500', '184111.957500', '184112.417500', '184112.877500', '184113.337500', '184113.797500', '184114.257500', '184114.717500', '184115.177500', '184115.637500', '184116.097500', '184116.557500', '184117.017500', '184117.477500', '184117.937500', '184118.397500', '184118.857500', '184119.317500', '184119.777500', '184120.237500', '184120.697500', '184121.157500', '184121.617500', '184122.077500', '184122.537500', '184122.997500', '184123.457500', '184123.917500', '184124.377500', '184124.837500', '184125.297500', '184125.757500', '184126.217500', '184126.677500', '184127.137500', '184127.597500', '184128.057500', '184128.517500', '184128.977500', '184129.437500', '184129.897500', '184130.357500', '184130.817500', '184131.277500', '184131.737500', '184132.197500', '184132.657500', '184133.117500', '184133.577500', '184134.037500', '184134.497500', '184134.957500', '184135.417500', '184135.877500', '184136.337500', '184136.797500', '184137.257500', '184137.717500', '184138.177500', '184138.637500', '184139.097500', '184139.557500', '184140.017500', '184140.477500', '184140.937500', '184141.397500', '184141.857500', '184142.317500', '184142.777500', '184143.237500', '184143.697500', '184144.157500', '184144.617500', '184145.077500', '184145.537500', '184145.997500', '184146.457500', '184146.917500', '184147.377500', '184147.837500', '184148.297500', '184148.757500', '184149.217500', '184149.677500', '184150.137500', '184150.597500', '184151.057500', '184151.517500', '184151.977500', '184152.437500', '184152.897500', '184153.357500', '184153.817500', '184154.277500', '184154.737500', '184155.197500', '184155.657500', '184156.117500', '184156.577500', '184157.037500', '184157.497500', '184157.957500', '184158.417500', '184158.877500', '184159.337500', '184159.797500', '184200.257500', '184200.717500', '184201.177500', '184201.637500', '184202.097500', '184202.557500', '184203.017500', '184203.477500', '184203.937500', '184204.397500', '184204.857500', '184205.317500', '184205.777500', '184206.237500', '184206.697500', '184207.157500', '184207.617500', '184208.077500', '184208.537500', '184208.997500', '184209.457500', '184209.917500', '184210.377500', '184210.837500', '184211.297500', '184211.757500', '184212.217500', '184212.677500', '184213.137500', '184213.597500', '184214.057500', '184214.517500', '184214.977500', '184215.437500', '184215.897500', '184216.357500', '184216.817500', '184217.277500', '184217.737500', '184218.197500', '184218.657500', '184219.117500', '184219.577500', '184220.037500', '184220.497500', '184220.957500', '184221.417500', '184221.877500', '184222.337500', '184222.797500', '184223.257500', '184223.717500', '184224.177500', '184224.637500', '184225.097500', '184225.557500', '184226.017500', '184226.477500', '184226.937500', '184227.397500', '184227.857500', '184228.317500', '184228.777500', '184229.237500', '184229.697500', '184230.157500', '184230.617500', '184231.077500', '184231.537500', '184231.997500', '184232.457500', '184232.917500', '184233.377500', '184233.837500', '184234.297500', '184234.757500', '184235.217500', '184235.677500', '184236.137500', '184236.597500', '184237.057500', '184237.517500', '184237.977500', '184238.437500', '184238.897500', '184239.357500', '184239.817500', '184240.277500', '184240.737500', '184241.197500', '184241.657500', '184242.117500', '184242.577500', '184243.037500', '184243.497500', '184243.957500', '184244.417500', '184244.877500', '184245.337500', '184245.797500', '184246.257500', '184246.717500', '184247.177500', '184247.637500', '184248.097500', '184248.557500', '184249.017500', '184249.477500', '184249.937500', '184250.397500', '184250.857500', '184251.317500', '184251.777500', '184252.237500', '184252.697500', '184253.157500', '184253.617500', '184254.077500', '184254.537500', '184254.997500', '184255.457500', '184255.917500', '184256.377500', '184256.837500', '184257.297500', '184257.757500', '184258.217500', '184258.677500', '184259.137500', '184259.597500', '184300.057500', '184300.517500', '184300.977500', '184301.437500', '184301.897500', '184302.357500', '184302.817500', '184303.277500', '184303.737500', '184304.197500', '184304.657500', '184305.117500', '184305.577500', '184306.037500', '184306.497500', '184306.957500', '184307.417500', '184307.877500', '184308.337500', '184308.797500', '184309.257500', '184309.717500', '184310.177500', '184310.637500', '184311.097500', '184311.557500', '184312.017500', '184312.477500', '184312.937500', '184313.397500', '184313.857500', '184314.317500', '184314.777500', '184315.237500', '184315.697500', '184316.157500', '184316.617500', '184317.077500', '184317.537500', '184317.997500', '184318.457500', '184318.917500', '184319.377500', '184319.837500', '184320.297500', '184320.757500', '184321.217500', '184321.677500', '184322.137500', '184322.597500', '184323.057500', '184323.517500', '184323.977500', '184324.437500', '184324.897500', '184325.357500', '184325.817500', '184326.277500', '184326.737500', '184327.197500', '184327.657500', '184328.117500', '184328.577500', '184329.037500', '184329.497500', '184329.957500', '184330.417500', '184330.877500', '184331.337500', '184331.797500', '184332.257500', '184332.717500', '184333.177500', '184333.637500', '184334.097500', '184334.557500', '184335.017500', '184335.477500', '184335.937500', '184336.397500', '184336.857500', '184337.317500', '184337.777500', '184338.237500', '184338.697500', '184339.157500', '184339.617500', '184340.077500', '184340.537500', '184340.997500', '184341.457500', '184341.917500', '184342.377500', '184342.837500', '184343.297500', '184343.757500', '184344.217500', '184344.677500', '184345.137500', '184345.597500', '184346.057500', '184346.517500', '184346.977500', '184347.437500', '184347.897500', '184348.357500', '184348.817500', '184349.277500', '184349.737500', '184350.197500', '184350.657500', '184351.117500', '184351.577500', '184352.037500', '184352.497500', '184352.957500', '184353.417500', '184353.877500', '184354.337500', '184354.797500', '184355.257500', '184355.717500'], 'ContentTime': ['183347.468000', '183347.471000', '183347.474000', '183347.477000', '183347.479000', '183347.482000', '183347.485000', '183347.487000', '183347.490000', '183347.493000', '183347.495000', '183347.498000', '183347.501000', '183347.503000', '183347.506000', '183347.509000', '183347.511000', '183347.514000', '183347.517000', '183347.519000', '183347.522000', '183347.525000', '183347.527000', '183347.530000', '183347.533000', '183347.535000', '183347.543000', '183347.546000', '183347.548000', '183347.551000', '183347.554000', '183347.556000', '183347.559000', '183347.561000', '183347.564000', '183347.567000', '183347.569000', '183347.572000', '183347.575000', '183347.577000', '183347.580000', '183347.593000', '183347.596000', '183347.598000', '183347.601000', '183347.604000', '183347.606000', '183347.609000', '183347.612000', '183347.614000', '183347.617000', '183407.438000', '183407.441000', '183407.444000', '183407.447000', '183407.450000', '183407.452000', '183407.455000', '183407.457000', '183407.460000', '183407.463000', '183407.465000', '183407.468000', '183407.471000', '183407.473000', '183407.476000', '183407.478000', '183407.481000', '183407.484000', '183407.486000', '183407.489000', '183407.492000', '183407.494000', '183407.497000', '183407.500000', '183407.502000', '183407.505000', '183407.508000', '183407.510000', '183407.513000', '183407.515000', '183407.518000', '183407.521000', '183407.523000', '183407.526000', '183407.529000', '183407.531000', '183407.534000', '183407.537000', '183407.539000', '183407.542000', '183407.546000', '183407.549000', '183407.551000', '183427.439000', '183427.442000', '183427.444000', '183427.447000', '183427.450000', '183427.453000', '183427.455000', '183427.458000', '183427.461000', '183427.464000', '183427.467000', '183427.469000', '183427.472000', '183427.475000', '183427.477000', '183427.480000', '183427.483000', '183427.485000', '183427.488000', '183427.491000', '183427.493000', '183427.496000', '183427.499000', '183427.501000', '183427.504000', '183427.507000', '183427.509000', '183427.512000', '183427.514000', '183427.517000', '183427.520000', '183427.522000', '183427.525000', '183427.528000', '183427.530000', '183427.533000', '183427.536000', '183427.538000', '183427.541000', '183427.544000', '183427.546000', '183427.549000', '183427.557000', '183427.560000', '183447.438000', '183447.441000', '183447.444000', '183447.447000', '183447.449000', '183447.452000', '183447.455000', '183447.457000', '183447.460000', '183447.463000', '183447.465000', '183447.468000', '183447.471000', '183447.473000', '183447.476000', '183447.479000', '183447.481000', '183447.484000', '183447.487000', '183447.489000', '183447.492000', '183447.494000', '183447.497000', '183447.500000', '183447.502000', '183447.505000', '183447.508000', '183447.510000', '183447.513000', '183447.516000', '183447.518000', '183447.521000', '183447.524000', '183447.526000', '183447.529000', '183447.532000', '183447.534000', '183447.537000', '183447.540000', '183447.543000', '183447.545000', '183447.548000', '183447.550000', '183507.437000', '183507.440000', '183507.443000', '183507.446000', '183507.448000', '183507.451000', '183507.454000', '183507.456000', '183507.459000', '183507.462000', '183507.464000', '183507.467000', '183507.470000', '183507.472000', '183507.475000', '183507.478000', '183507.480000', '183507.487000', '183507.490000', '183507.492000', '183507.495000', '183507.498000', '183507.500000', '183507.503000', '183507.506000', '183507.508000', '183507.511000', '183507.513000', '183507.516000', '183507.519000', '183507.522000', '183507.524000', '183507.527000', '183507.530000', '183507.532000', '183507.535000', '183507.538000', '183507.540000', '183507.543000', '183507.546000', '183507.548000', '183507.551000', '183507.554000', '183507.556000', '183527.437000', '183527.440000', '183527.443000', '183527.446000', '183527.448000', '183527.451000', '183527.454000', '183527.456000', '183527.459000', '183527.462000', '183527.464000', '183527.467000', '183527.475000', '183527.478000', '183527.480000', '183527.483000', '183527.486000', '183527.488000', '183527.491000', '183527.494000', '183527.497000', '183527.499000', '183527.502000', '183527.505000', '183527.507000', '183527.510000', '183527.513000', '183527.515000', '183527.518000', '183527.520000', '183527.523000', '183527.526000', '183527.528000', '183527.531000', '183527.534000', '183527.537000', '183527.539000', '183527.542000', '183527.545000', '183527.547000', '183527.550000', '183527.552000', '183527.555000', '183547.437000', '183547.440000', '183547.443000', '183547.447000', '183547.450000', '183547.452000', '183547.455000', '183547.458000', '183547.461000', '183547.463000', '183547.466000', '183547.469000', '183547.471000', '183547.474000', '183547.477000', '183547.479000', '183547.482000', '183547.485000', '183547.487000', '183547.490000', '183547.493000', '183547.495000', '183547.498000', '183547.501000', '183547.503000', '183547.506000', '183547.509000', '183547.511000', '183547.514000', '183547.517000', '183547.519000', '183547.522000', '183547.525000', '183547.527000', '183547.530000', '183547.533000', '183547.535000', '183547.538000', '183547.540000', '183547.543000', '183547.546000', '183547.548000', '183547.551000', '183547.554000', '183607.438000', '183607.441000', '183607.443000', '183607.446000', '183607.448000', '183607.451000', '183607.454000', '183607.457000', '183607.459000', '183607.462000', '183607.465000', '183607.467000', '183607.470000', '183607.473000', '183607.475000', '183607.478000', '183607.481000', '183607.483000', '183607.486000', '183607.489000', '183607.491000', '183607.494000', '183607.496000', '183607.499000', '183607.502000', '183607.504000', '183607.507000', '183607.510000', '183607.512000', '183607.515000', '183607.518000', '183607.520000', '183607.523000', '183607.529000', '183607.531000', '183607.534000', '183607.536000', '183607.539000', '183607.542000', '183607.545000', '183607.547000', '183607.550000', '183607.553000', '183627.438000', '183627.441000', '183627.444000', '183627.447000', '183627.449000', '183627.452000', '183627.455000', '183627.458000', '183627.460000', '183627.463000', '183627.466000', '183627.468000', '183627.471000', '183627.474000', '183627.476000', '183627.479000', '183627.482000', '183627.484000', '183627.487000', '183627.490000', '183627.492000', '183627.495000', '183627.498000', '183627.500000', '183627.503000', '183627.505000', '183627.508000', '183627.511000', '183627.514000', '183627.516000', '183627.519000', '183627.522000', '183627.524000', '183627.527000', '183627.530000', '183627.532000', '183627.535000', '183627.538000', '183627.540000', '183627.550000', '183627.553000', '183627.555000', '183627.558000', '183647.439000', '183647.441000', '183647.444000', '183647.447000', '183647.449000', '183647.453000', '183647.456000', '183647.458000', '183647.461000', '183647.464000', '183647.466000', '183647.469000', '183647.472000', '183647.474000', '183647.477000', '183647.480000', '183647.482000', '183647.485000', '183647.488000', '183647.490000', '183647.493000', '183647.496000', '183647.498000', '183647.501000', '183647.504000', '183647.506000', '183647.509000', '183647.512000', '183647.515000', '183647.517000', '183647.520000', '183647.523000', '183647.525000', '183647.528000', '183647.531000', '183647.533000', '183647.536000', '183647.539000', '183647.541000', '183647.544000', '183647.547000', '183647.549000', '183647.552000', '183647.555000', '183707.438000', '183707.441000', '183707.444000', '183707.447000', '183707.449000', '183707.452000', '183707.455000', '183707.457000', '183707.460000', '183707.463000', '183707.465000', '183707.468000', '183707.471000', '183707.473000', '183707.476000', '183707.479000', '183707.481000', '183707.484000', '183707.488000', '183707.491000', '183707.494000', '183707.497000', '183707.499000', '183707.502000', '183707.504000', '183707.526000', '183707.528000', '183707.531000', '183707.533000', '183707.536000', '183707.539000', '183707.542000', '183707.544000', '183707.547000', '183707.550000', '183707.552000', '183707.555000', '183707.557000', '183707.560000', '183707.563000', '183707.565000', '183707.568000', '183707.571000', '183707.573000', '183727.437000', '183727.440000', '183727.443000', '183727.446000', '183727.448000', '183727.451000', '183727.454000', '183727.457000', '183727.459000', '183727.470000', '183727.473000', '183727.476000', '183727.478000', '183727.481000', '183727.484000', '183727.487000', '183727.489000', '183727.492000', '183727.494000', '183727.497000', '183727.500000', '183727.503000', '183727.505000', '183727.508000', '183727.511000', '183727.514000', '183727.516000', '183727.519000', '183727.522000', '183727.525000', '183727.527000', '183727.530000', '183727.533000', '183727.535000', '183727.538000', '183727.541000', '183727.543000', '183727.546000', '183727.549000', '183727.551000', '183727.554000', '183727.557000', '183727.559000', '183747.438000', '183747.440000', '183747.443000', '183747.446000', '183747.449000', '183747.451000', '183747.454000', '183747.456000', '183747.459000', '183747.462000', '183747.465000', '183747.467000', '183747.470000', '183747.473000', '183747.475000', '183747.478000', '183747.481000', '183747.483000', '183747.486000', '183747.489000', '183747.491000', '183747.494000', '183747.497000', '183747.499000', '183747.502000', '183747.505000', '183747.507000', '183747.510000', '183747.513000', '183747.515000', '183747.518000', '183747.520000', '183747.523000', '183747.526000', '183747.529000', '183747.531000', '183747.534000', '183747.537000', '183747.539000', '183747.542000', '183747.545000', '183747.547000', '183747.550000', '183747.553000', '183807.438000', '183807.441000', '183807.443000', '183807.446000', '183807.449000', '183807.451000', '183807.454000', '183807.457000', '183807.459000', '183807.462000', '183807.465000', '183807.468000', '183807.470000', '183807.473000', '183807.476000', '183807.478000', '183807.481000', '183807.483000', '183807.486000', '183807.489000', '183807.491000', '183807.494000', '183807.497000', '183807.499000', '183807.502000', '183807.504000', '183807.507000', '183807.510000', '183807.512000', '183807.515000', '183807.517000', '183807.520000', '183807.523000', '183807.525000', '183807.528000', '183807.531000', '183807.534000', '183807.536000', '183807.539000', '183807.542000', '183807.544000', '183807.547000', '183807.550000', '183827.437000', '183827.441000', '183827.443000', '183827.446000', '183827.448000', '183827.451000', '183827.454000', '183827.457000', '183827.459000', '183827.462000', '183827.465000', '183827.467000', '183827.470000', '183827.473000', '183827.475000', '183827.478000', '183827.481000', '183827.483000', '183827.486000', '183827.489000', '183827.491000', '183827.494000', '183827.497000', '183827.500000', '183827.502000', '183827.505000', '183827.508000', '183827.510000', '183827.513000', '183827.516000', '183827.518000', '183827.521000', '183827.524000', '183827.528000', '183827.530000', '183827.533000', '183827.536000', '183827.539000', '183827.541000', '183827.544000', '183827.546000', '183827.549000', '183827.552000', '183847.439000', '183847.441000', '183847.445000', '183847.448000', '183847.450000', '183847.453000', '183847.456000', '183847.458000', '183847.461000', '183847.464000', '183847.467000', '183847.469000', '183847.472000', '183847.475000', '183847.477000', '183847.480000', '183847.483000', '183847.486000', '183847.488000', '183847.491000', '183847.494000', '183847.496000', '183847.499000', '183847.502000', '183847.505000', '183847.507000', '183847.510000', '183847.513000', '183847.523000', '183847.526000', '183847.529000', '183847.532000', '183847.534000', '183847.537000', '183847.540000', '183847.542000', '183847.545000', '183847.547000', '183847.550000', '183847.553000', '183847.555000', '183847.558000', '183847.561000', '183847.563000', '183907.438000', '183907.441000', '183907.444000', '183907.449000', '183907.452000', '183907.454000', '183907.457000', '183907.459000', '183907.462000', '183907.465000', '183907.467000', '183907.470000', '183907.473000', '183907.475000', '183907.478000', '183907.481000', '183907.483000', '183907.486000', '183907.489000', '183907.491000', '183907.494000', '183907.497000', '183907.499000', '183907.502000', '183907.505000', '183907.507000', '183907.510000', '183907.513000', '183907.515000', '183907.518000', '183907.521000', '183907.523000', '183907.526000', '183907.529000', '183907.532000', '183907.534000', '183907.537000', '183907.540000', '183907.542000', '183907.545000', '183907.548000', '183907.550000', '183907.553000', '183927.439000', '183927.442000', '183927.444000', '183927.447000', '183927.450000', '183927.453000', '183927.455000', '183927.458000', '183927.460000', '183927.463000', '183927.466000', '183927.468000', '183927.471000', '183927.474000', '183927.477000', '183927.479000', '183927.482000', '183927.485000', '183927.487000', '183927.490000', '183927.492000', '183927.495000', '183927.498000', '183927.500000', '183927.503000', '183927.506000', '183927.508000', '183927.511000', '183927.514000', '183927.517000', '183927.519000', '183927.522000', '183927.524000', '183927.527000', '183927.530000', '183927.533000', '183927.535000', '183927.538000', '183927.541000', '183927.543000', '183927.546000', '183927.549000', '183927.551000', '183927.554000', '183947.438000', '183947.441000', '183947.443000', '183947.446000', '183947.449000', '183947.452000', '183947.454000', '183947.457000', '183947.460000', '183947.462000', '183947.465000', '183947.468000', '183947.470000', '183947.473000', '183947.476000', '183947.478000', '183947.481000', '183947.484000', '183947.487000', '183947.489000', '183947.492000', '183947.495000', '183947.497000', '183947.500000', '183947.503000', '183947.506000', '183947.508000', '183947.511000', '183947.514000', '183947.517000', '183947.519000', '183947.522000', '183947.525000', '183947.527000', '183947.530000', '183947.533000', '183947.535000', '183947.538000', '183947.541000', '183947.543000', '183947.546000', '183947.549000', '183947.552000', '184007.438000', '184007.440000', '184007.443000', '184007.446000', '184007.454000', '184007.457000', '184007.460000', '184007.462000', '184007.465000', '184007.468000', '184007.470000', '184007.473000', '184007.476000', '184007.478000', '184007.481000', '184007.483000', '184007.486000', '184007.489000', '184007.492000', '184007.494000', '184007.497000', '184007.500000', '184007.502000', '184007.505000', '184007.508000', '184007.510000', '184007.513000', '184007.515000', '184007.518000', '184007.521000', '184007.524000', '184007.526000', '184007.529000', '184007.532000', '184007.534000', '184007.537000', '184007.540000', '184007.543000', '184007.545000', '184007.548000', '184007.551000', '184007.553000', '184007.556000', '184007.559000', '184027.438000', '184027.441000', '184027.444000', '184027.446000', '184027.449000', '184027.452000', '184027.454000', '184027.457000', '184027.460000', '184027.462000', '184027.465000', '184027.468000', '184027.471000', '184027.473000', '184027.476000', '184027.479000', '184027.481000', '184027.484000', '184027.487000', '184027.489000', '184027.492000', '184027.494000', '184027.497000', '184027.500000', '184027.503000', '184027.505000', '184027.508000', '184027.511000', '184027.513000', '184027.516000', '184027.519000', '184027.521000', '184027.524000', '184027.527000', '184027.530000', '184027.532000', '184027.535000', '184027.540000', '184027.543000', '184027.545000', '184027.548000', '184027.551000', '184027.553000', '184047.438000', '184047.441000', '184047.443000', '184047.446000', '184047.449000', '184047.452000', '184047.454000', '184047.457000', '184047.460000', '184047.462000', '184047.465000', '184047.468000', '184047.470000', '184047.473000', '184047.475000', '184047.478000', '184047.481000', '184047.484000', '184047.486000', '184047.489000', '184047.492000', '184047.494000', '184047.497000', '184047.499000', '184047.502000', '184047.505000', '184047.507000', '184047.510000', '184047.513000', '184047.515000', '184047.518000', '184047.523000', '184047.526000', '184047.529000', '184047.531000', '184047.534000', '184047.537000', '184047.539000', '184047.542000', '184047.545000', '184047.547000', '184047.550000', '184047.552000', '184047.555000', '184107.439000', '184107.442000', '184107.444000', '184107.447000', '184107.450000', '184107.453000', '184107.455000', '184107.458000', '184107.460000', '184107.463000', '184107.466000', '184107.468000', '184107.471000', '184107.474000', '184107.477000', '184107.479000', '184107.482000', '184107.485000', '184107.487000', '184107.490000', '184107.492000', '184107.495000', '184107.498000', '184107.501000', '184107.503000', '184107.506000', '184107.509000', '184107.511000', '184107.514000', '184107.517000', '184107.519000', '184107.522000', '184107.525000', '184107.528000', '184107.530000', '184107.533000', '184107.535000', '184107.538000', '184107.541000', '184107.544000', '184107.547000', '184107.550000', '184107.552000', '184127.451000', '184127.454000', '184127.457000', '184127.459000', '184127.462000', '184127.465000', '184127.467000', '184127.470000', '184127.473000', '184127.475000', '184127.478000', '184127.481000', '184127.483000', '184127.486000', '184127.489000', '184127.492000', '184127.497000', '184127.500000', '184127.503000', '184127.506000', '184127.508000', '184127.511000', '184127.514000', '184127.516000', '184127.519000', '184127.522000', '184127.524000', '184127.527000', '184127.530000', '184127.533000', '184127.535000', '184127.538000', '184127.541000', '184127.543000', '184127.546000', '184127.549000', '184127.551000', '184127.554000', '184127.557000', '184127.560000', '184127.562000', '184127.565000', '184127.568000', '184127.570000', '184147.439000', '184147.442000', '184147.444000', '184147.447000', '184147.450000', '184147.452000', '184147.455000', '184147.458000', '184147.461000', '184147.463000', '184147.466000', '184147.468000', '184147.471000', '184147.474000', '184147.477000', '184147.479000', '184147.482000', '184147.485000', '184147.487000', '184147.490000', '184147.493000', '184147.496000', '184147.498000', '184147.501000', '184147.504000', '184147.506000', '184147.509000', '184147.512000', '184147.515000', '184147.517000', '184147.520000', '184147.522000', '184147.525000', '184147.528000', '184147.530000', '184147.533000', '184147.536000', '184147.538000', '184147.541000', '184147.544000', '184147.547000', '184147.549000', '184147.552000', '184207.438000', '184207.441000', '184207.443000', '184207.446000', '184207.449000', '184207.452000', '184207.454000', '184207.457000', '184207.460000', '184207.462000', '184207.465000', '184207.468000', '184207.470000', '184207.473000', '184207.476000', '184207.478000', '184207.481000', '184207.484000', '184207.486000', '184207.489000', '184207.492000', '184207.495000', '184207.497000', '184207.500000', '184207.503000', '184207.505000', '184207.508000', '184207.511000', '184207.513000', '184207.516000', '184207.519000', '184207.522000', '184207.524000', '184207.527000', '184207.530000', '184207.532000', '184207.535000', '184207.538000', '184207.540000', '184207.543000', '184207.545000', '184207.548000', '184207.551000', '184207.554000', '184227.438000', '184227.441000', '184227.443000', '184227.446000', '184227.449000', '184227.451000', '184227.454000', '184227.457000', '184227.459000', '184227.462000', '184227.465000', '184227.467000', '184227.470000', '184227.473000', '184227.475000', '184227.478000', '184227.481000', '184227.483000', '184227.486000', '184227.489000', '184227.491000', '184227.494000', '184227.497000', '184227.499000', '184227.502000', '184227.505000', '184227.507000', '184227.510000', '184227.513000', '184227.516000', '184227.518000', '184227.521000', '184227.524000', '184227.526000', '184227.529000', '184227.532000', '184227.534000', '184227.537000', '184227.540000', '184227.542000', '184227.545000', '184227.548000', '184227.550000', '184247.438000', '184247.440000', '184247.443000', '184247.446000', '184247.449000', '184247.451000', '184247.454000', '184247.456000', '184247.459000', '184247.462000', '184247.465000', '184247.467000', '184247.470000', '184247.473000', '184247.475000', '184247.478000', '184247.481000', '184247.483000', '184247.486000', '184247.489000', '184247.491000', '184247.494000', '184247.497000', '184247.499000', '184247.502000', '184247.505000', '184247.507000', '184247.510000', '184247.513000', '184247.516000', '184247.518000', '184247.521000', '184247.524000', '184247.526000', '184247.529000', '184247.532000', '184247.534000', '184247.537000', '184247.540000', '184247.542000', '184247.545000', '184247.548000', '184247.550000', '184247.553000', '184307.438000', '184307.441000', '184307.444000', '184307.446000', '184307.449000', '184307.452000', '184307.455000', '184307.457000', '184307.460000', '184307.462000', '184307.465000', '184307.468000', '184307.470000', '184307.473000', '184307.476000', '184307.478000', '184307.481000', '184307.484000', '184307.487000', '184307.489000', '184307.492000', '184307.494000', '184307.497000', '184307.500000', '184307.503000', '184307.505000', '184307.508000', '184307.511000', '184307.513000', '184307.516000', '184307.519000', '184307.521000', '184307.524000', '184307.527000', '184307.529000', '184307.532000', '184307.535000', '184307.537000', '184307.540000', '184307.543000', '184307.546000', '184307.548000', '184307.551000', '184327.439000', '184327.441000', '184327.445000', '184327.448000', '184327.451000', '184327.454000', '184327.456000', '184327.459000', '184327.462000', '184327.465000', '184327.467000', '184327.470000', '184327.473000', '184327.475000', '184327.478000', '184327.481000', '184327.483000', '184327.503000', '184327.505000', '184327.508000', '184327.511000', '184327.513000', '184327.516000', '184327.519000', '184327.521000', '184327.524000', '184327.527000', '184327.530000', '184327.532000', '184327.535000', '184327.537000', '184327.540000', '184327.543000', '184327.545000', '184327.548000', '184327.551000', '184327.554000', '184327.556000', '184327.559000', '184327.562000', '184327.564000', '184327.567000', '184327.570000', '184327.572000', '184347.439000', '184347.442000', '184347.445000', '184347.447000', '184347.450000', '184347.453000', '184347.455000', '184347.458000', '184347.461000', '184347.464000', '184347.466000', '184347.469000', '184347.472000', '184347.474000', '184347.477000', '184347.480000', '184347.482000', '184347.485000', '184347.488000', '184347.490000', '184347.493000', '184347.496000', '184347.499000', '184347.501000', '184347.504000', '184347.507000', '184347.509000', '184347.512000', '184347.514000', '184347.517000', '184347.520000', '184347.522000', '184347.525000', '184347.528000', '184347.530000', '184347.533000', '184347.549000', '184347.552000', '184347.555000', '184347.557000', '184347.560000', '184347.563000', '184347.566000', '184356.839000', '184356.912000', '184356.917000', '184356.920000', '184356.923000', '184356.926000', '184356.930000', '184356.933000', '184356.936000', '184356.939000', '184356.941000', '184356.944000', '184356.947000', '184356.950000', '184356.953000', '184356.957000', '184356.963000', '184356.967000', '184356.969000', '184356.972000', '184356.979000'], 'InstanceCreationTime': ['183347.468000', '183347.471000', '183347.474000', '183347.477000', '183347.479000', '183347.482000', '183347.485000', '183347.487000', '183347.490000', '183347.493000', '183347.495000', '183347.498000', '183347.501000', '183347.503000', '183347.506000', '183347.509000', '183347.511000', '183347.514000', '183347.517000', '183347.519000', '183347.522000', '183347.525000', '183347.527000', '183347.530000', '183347.533000', '183347.535000', '183347.543000', '183347.546000', '183347.548000', '183347.551000', '183347.554000', '183347.556000', '183347.559000', '183347.561000', '183347.564000', '183347.567000', '183347.569000', '183347.572000', '183347.575000', '183347.577000', '183347.580000', '183347.593000', '183347.596000', '183347.598000', '183347.601000', '183347.604000', '183347.606000', '183347.609000', '183347.612000', '183347.614000', '183347.617000', '183407.438000', '183407.441000', '183407.444000', '183407.447000', '183407.450000', '183407.452000', '183407.455000', '183407.457000', '183407.460000', '183407.463000', '183407.465000', '183407.468000', '183407.471000', '183407.473000', '183407.476000', '183407.478000', '183407.481000', '183407.484000', '183407.486000', '183407.489000', '183407.492000', '183407.494000', '183407.497000', '183407.500000', '183407.502000', '183407.505000', '183407.508000', '183407.510000', '183407.513000', '183407.515000', '183407.518000', '183407.521000', '183407.523000', '183407.526000', '183407.529000', '183407.531000', '183407.534000', '183407.537000', '183407.539000', '183407.542000', '183407.546000', '183407.549000', '183407.551000', '183427.439000', '183427.442000', '183427.444000', '183427.447000', '183427.450000', '183427.453000', '183427.455000', '183427.458000', '183427.461000', '183427.464000', '183427.467000', '183427.469000', '183427.472000', '183427.475000', '183427.477000', '183427.480000', '183427.483000', '183427.485000', '183427.488000', '183427.491000', '183427.493000', '183427.496000', '183427.499000', '183427.501000', '183427.504000', '183427.507000', '183427.509000', '183427.512000', '183427.514000', '183427.517000', '183427.520000', '183427.522000', '183427.525000', '183427.528000', '183427.530000', '183427.533000', '183427.536000', '183427.538000', '183427.541000', '183427.544000', '183427.546000', '183427.549000', '183427.557000', '183427.560000', '183447.438000', '183447.441000', '183447.444000', '183447.447000', '183447.449000', '183447.452000', '183447.455000', '183447.457000', '183447.460000', '183447.463000', '183447.465000', '183447.468000', '183447.471000', '183447.473000', '183447.476000', '183447.479000', '183447.481000', '183447.484000', '183447.487000', '183447.489000', '183447.492000', '183447.494000', '183447.497000', '183447.500000', '183447.502000', '183447.505000', '183447.508000', '183447.510000', '183447.513000', '183447.516000', '183447.518000', '183447.521000', '183447.524000', '183447.526000', '183447.529000', '183447.532000', '183447.534000', '183447.537000', '183447.540000', '183447.543000', '183447.545000', '183447.548000', '183447.550000', '183507.437000', '183507.440000', '183507.443000', '183507.446000', '183507.448000', '183507.451000', '183507.454000', '183507.456000', '183507.459000', '183507.462000', '183507.464000', '183507.467000', '183507.470000', '183507.472000', '183507.475000', '183507.478000', '183507.480000', '183507.487000', '183507.490000', '183507.492000', '183507.495000', '183507.498000', '183507.500000', '183507.503000', '183507.506000', '183507.508000', '183507.511000', '183507.513000', '183507.516000', '183507.519000', '183507.522000', '183507.524000', '183507.527000', '183507.530000', '183507.532000', '183507.535000', '183507.538000', '183507.540000', '183507.543000', '183507.546000', '183507.548000', '183507.551000', '183507.554000', '183507.556000', '183527.437000', '183527.440000', '183527.443000', '183527.446000', '183527.448000', '183527.451000', '183527.454000', '183527.456000', '183527.459000', '183527.462000', '183527.464000', '183527.467000', '183527.475000', '183527.478000', '183527.480000', '183527.483000', '183527.486000', '183527.488000', '183527.491000', '183527.494000', '183527.497000', '183527.499000', '183527.502000', '183527.505000', '183527.507000', '183527.510000', '183527.513000', '183527.515000', '183527.518000', '183527.520000', '183527.523000', '183527.526000', '183527.528000', '183527.531000', '183527.534000', '183527.537000', '183527.539000', '183527.542000', '183527.545000', '183527.547000', '183527.550000', '183527.552000', '183527.555000', '183547.437000', '183547.440000', '183547.443000', '183547.447000', '183547.450000', '183547.452000', '183547.455000', '183547.458000', '183547.461000', '183547.463000', '183547.466000', '183547.469000', '183547.471000', '183547.474000', '183547.477000', '183547.479000', '183547.482000', '183547.485000', '183547.487000', '183547.490000', '183547.493000', '183547.495000', '183547.498000', '183547.501000', '183547.503000', '183547.506000', '183547.509000', '183547.511000', '183547.514000', '183547.517000', '183547.519000', '183547.522000', '183547.525000', '183547.527000', '183547.530000', '183547.533000', '183547.535000', '183547.538000', '183547.540000', '183547.543000', '183547.546000', '183547.548000', '183547.551000', '183547.554000', '183607.438000', '183607.441000', '183607.443000', '183607.446000', '183607.448000', '183607.451000', '183607.454000', '183607.457000', '183607.459000', '183607.462000', '183607.465000', '183607.467000', '183607.470000', '183607.473000', '183607.475000', '183607.478000', '183607.481000', '183607.483000', '183607.486000', '183607.489000', '183607.491000', '183607.494000', '183607.496000', '183607.499000', '183607.502000', '183607.504000', '183607.507000', '183607.510000', '183607.512000', '183607.515000', '183607.518000', '183607.520000', '183607.523000', '183607.529000', '183607.531000', '183607.534000', '183607.536000', '183607.539000', '183607.542000', '183607.545000', '183607.547000', '183607.550000', '183607.553000', '183627.438000', '183627.441000', '183627.444000', '183627.447000', '183627.449000', '183627.452000', '183627.455000', '183627.458000', '183627.460000', '183627.463000', '183627.466000', '183627.468000', '183627.471000', '183627.474000', '183627.476000', '183627.479000', '183627.482000', '183627.484000', '183627.487000', '183627.490000', '183627.492000', '183627.495000', '183627.498000', '183627.500000', '183627.503000', '183627.505000', '183627.508000', '183627.511000', '183627.514000', '183627.516000', '183627.519000', '183627.522000', '183627.524000', '183627.527000', '183627.530000', '183627.532000', '183627.535000', '183627.538000', '183627.540000', '183627.550000', '183627.553000', '183627.555000', '183627.558000', '183647.439000', '183647.441000', '183647.444000', '183647.447000', '183647.449000', '183647.453000', '183647.456000', '183647.458000', '183647.461000', '183647.464000', '183647.466000', '183647.469000', '183647.472000', '183647.474000', '183647.477000', '183647.480000', '183647.482000', '183647.485000', '183647.488000', '183647.490000', '183647.493000', '183647.496000', '183647.498000', '183647.501000', '183647.504000', '183647.506000', '183647.509000', '183647.512000', '183647.515000', '183647.517000', '183647.520000', '183647.523000', '183647.525000', '183647.528000', '183647.531000', '183647.533000', '183647.536000', '183647.539000', '183647.541000', '183647.544000', '183647.547000', '183647.549000', '183647.552000', '183647.555000', '183707.438000', '183707.441000', '183707.444000', '183707.447000', '183707.449000', '183707.452000', '183707.455000', '183707.457000', '183707.460000', '183707.463000', '183707.465000', '183707.468000', '183707.471000', '183707.473000', '183707.476000', '183707.479000', '183707.481000', '183707.484000', '183707.488000', '183707.491000', '183707.494000', '183707.497000', '183707.499000', '183707.502000', '183707.504000', '183707.526000', '183707.528000', '183707.531000', '183707.533000', '183707.536000', '183707.539000', '183707.542000', '183707.544000', '183707.547000', '183707.550000', '183707.552000', '183707.555000', '183707.557000', '183707.560000', '183707.563000', '183707.565000', '183707.568000', '183707.571000', '183707.573000', '183727.437000', '183727.440000', '183727.443000', '183727.446000', '183727.448000', '183727.451000', '183727.454000', '183727.457000', '183727.459000', '183727.470000', '183727.473000', '183727.476000', '183727.478000', '183727.481000', '183727.484000', '183727.487000', '183727.489000', '183727.492000', '183727.494000', '183727.497000', '183727.500000', '183727.503000', '183727.505000', '183727.508000', '183727.511000', '183727.514000', '183727.516000', '183727.519000', '183727.522000', '183727.525000', '183727.527000', '183727.530000', '183727.533000', '183727.535000', '183727.538000', '183727.541000', '183727.543000', '183727.546000', '183727.549000', '183727.551000', '183727.554000', '183727.557000', '183727.559000', '183747.438000', '183747.440000', '183747.443000', '183747.446000', '183747.449000', '183747.451000', '183747.454000', '183747.456000', '183747.459000', '183747.462000', '183747.465000', '183747.467000', '183747.470000', '183747.473000', '183747.475000', '183747.478000', '183747.481000', '183747.483000', '183747.486000', '183747.489000', '183747.491000', '183747.494000', '183747.497000', '183747.499000', '183747.502000', '183747.505000', '183747.507000', '183747.510000', '183747.513000', '183747.515000', '183747.518000', '183747.520000', '183747.523000', '183747.526000', '183747.529000', '183747.531000', '183747.534000', '183747.537000', '183747.539000', '183747.542000', '183747.545000', '183747.547000', '183747.550000', '183747.553000', '183807.438000', '183807.441000', '183807.443000', '183807.446000', '183807.449000', '183807.451000', '183807.454000', '183807.457000', '183807.459000', '183807.462000', '183807.465000', '183807.468000', '183807.470000', '183807.473000', '183807.476000', '183807.478000', '183807.481000', '183807.483000', '183807.486000', '183807.489000', '183807.491000', '183807.494000', '183807.497000', '183807.499000', '183807.502000', '183807.504000', '183807.507000', '183807.510000', '183807.512000', '183807.515000', '183807.517000', '183807.520000', '183807.523000', '183807.525000', '183807.528000', '183807.531000', '183807.534000', '183807.536000', '183807.539000', '183807.542000', '183807.544000', '183807.547000', '183807.550000', '183827.437000', '183827.441000', '183827.443000', '183827.446000', '183827.448000', '183827.451000', '183827.454000', '183827.457000', '183827.459000', '183827.462000', '183827.465000', '183827.467000', '183827.470000', '183827.473000', '183827.475000', '183827.478000', '183827.481000', '183827.483000', '183827.486000', '183827.489000', '183827.491000', '183827.494000', '183827.497000', '183827.500000', '183827.502000', '183827.505000', '183827.508000', '183827.510000', '183827.513000', '183827.516000', '183827.518000', '183827.521000', '183827.524000', '183827.528000', '183827.530000', '183827.533000', '183827.536000', '183827.539000', '183827.541000', '183827.544000', '183827.546000', '183827.549000', '183827.552000', '183847.439000', '183847.441000', '183847.445000', '183847.448000', '183847.450000', '183847.453000', '183847.456000', '183847.458000', '183847.461000', '183847.464000', '183847.467000', '183847.469000', '183847.472000', '183847.475000', '183847.477000', '183847.480000', '183847.483000', '183847.486000', '183847.488000', '183847.491000', '183847.494000', '183847.496000', '183847.499000', '183847.502000', '183847.505000', '183847.507000', '183847.510000', '183847.513000', '183847.523000', '183847.526000', '183847.529000', '183847.532000', '183847.534000', '183847.537000', '183847.540000', '183847.542000', '183847.545000', '183847.547000', '183847.550000', '183847.553000', '183847.555000', '183847.558000', '183847.561000', '183847.563000', '183907.438000', '183907.441000', '183907.444000', '183907.449000', '183907.452000', '183907.454000', '183907.457000', '183907.459000', '183907.462000', '183907.465000', '183907.467000', '183907.470000', '183907.473000', '183907.475000', '183907.478000', '183907.481000', '183907.483000', '183907.486000', '183907.489000', '183907.491000', '183907.494000', '183907.497000', '183907.499000', '183907.502000', '183907.505000', '183907.507000', '183907.510000', '183907.513000', '183907.515000', '183907.518000', '183907.521000', '183907.523000', '183907.526000', '183907.529000', '183907.532000', '183907.534000', '183907.537000', '183907.540000', '183907.542000', '183907.545000', '183907.548000', '183907.550000', '183907.553000', '183927.439000', '183927.442000', '183927.444000', '183927.447000', '183927.450000', '183927.453000', '183927.455000', '183927.458000', '183927.460000', '183927.463000', '183927.466000', '183927.468000', '183927.471000', '183927.474000', '183927.477000', '183927.479000', '183927.482000', '183927.485000', '183927.487000', '183927.490000', '183927.492000', '183927.495000', '183927.498000', '183927.500000', '183927.503000', '183927.506000', '183927.508000', '183927.511000', '183927.514000', '183927.517000', '183927.519000', '183927.522000', '183927.524000', '183927.527000', '183927.530000', '183927.533000', '183927.535000', '183927.538000', '183927.541000', '183927.543000', '183927.546000', '183927.549000', '183927.551000', '183927.554000', '183947.438000', '183947.441000', '183947.443000', '183947.446000', '183947.449000', '183947.452000', '183947.454000', '183947.457000', '183947.460000', '183947.462000', '183947.465000', '183947.468000', '183947.470000', '183947.473000', '183947.476000', '183947.478000', '183947.481000', '183947.484000', '183947.487000', '183947.489000', '183947.492000', '183947.495000', '183947.497000', '183947.500000', '183947.503000', '183947.506000', '183947.508000', '183947.511000', '183947.514000', '183947.517000', '183947.519000', '183947.522000', '183947.525000', '183947.527000', '183947.530000', '183947.533000', '183947.535000', '183947.538000', '183947.541000', '183947.543000', '183947.546000', '183947.549000', '183947.552000', '184007.438000', '184007.440000', '184007.443000', '184007.446000', '184007.454000', '184007.457000', '184007.460000', '184007.462000', '184007.465000', '184007.468000', '184007.470000', '184007.473000', '184007.476000', '184007.478000', '184007.481000', '184007.483000', '184007.486000', '184007.489000', '184007.492000', '184007.494000', '184007.497000', '184007.500000', '184007.502000', '184007.505000', '184007.508000', '184007.510000', '184007.513000', '184007.515000', '184007.518000', '184007.521000', '184007.524000', '184007.526000', '184007.529000', '184007.532000', '184007.534000', '184007.537000', '184007.540000', '184007.543000', '184007.545000', '184007.548000', '184007.551000', '184007.553000', '184007.556000', '184007.559000', '184027.438000', '184027.441000', '184027.444000', '184027.446000', '184027.449000', '184027.452000', '184027.454000', '184027.457000', '184027.460000', '184027.462000', '184027.465000', '184027.468000', '184027.471000', '184027.473000', '184027.476000', '184027.479000', '184027.481000', '184027.484000', '184027.487000', '184027.489000', '184027.492000', '184027.494000', '184027.497000', '184027.500000', '184027.503000', '184027.505000', '184027.508000', '184027.511000', '184027.513000', '184027.516000', '184027.519000', '184027.521000', '184027.524000', '184027.527000', '184027.530000', '184027.532000', '184027.535000', '184027.540000', '184027.543000', '184027.545000', '184027.548000', '184027.551000', '184027.553000', '184047.438000', '184047.441000', '184047.443000', '184047.446000', '184047.449000', '184047.452000', '184047.454000', '184047.457000', '184047.460000', '184047.462000', '184047.465000', '184047.468000', '184047.470000', '184047.473000', '184047.475000', '184047.478000', '184047.481000', '184047.484000', '184047.486000', '184047.489000', '184047.492000', '184047.494000', '184047.497000', '184047.499000', '184047.502000', '184047.505000', '184047.507000', '184047.510000', '184047.513000', '184047.515000', '184047.518000', '184047.523000', '184047.526000', '184047.529000', '184047.531000', '184047.534000', '184047.537000', '184047.539000', '184047.542000', '184047.545000', '184047.547000', '184047.550000', '184047.552000', '184047.555000', '184107.439000', '184107.442000', '184107.444000', '184107.447000', '184107.450000', '184107.453000', '184107.455000', '184107.458000', '184107.460000', '184107.463000', '184107.466000', '184107.468000', '184107.471000', '184107.474000', '184107.477000', '184107.479000', '184107.482000', '184107.485000', '184107.487000', '184107.490000', '184107.492000', '184107.495000', '184107.498000', '184107.501000', '184107.503000', '184107.506000', '184107.509000', '184107.511000', '184107.514000', '184107.517000', '184107.519000', '184107.522000', '184107.525000', '184107.528000', '184107.530000', '184107.533000', '184107.535000', '184107.538000', '184107.541000', '184107.544000', '184107.547000', '184107.550000', '184107.552000', '184127.451000', '184127.454000', '184127.457000', '184127.459000', '184127.462000', '184127.465000', '184127.467000', '184127.470000', '184127.473000', '184127.475000', '184127.478000', '184127.481000', '184127.483000', '184127.486000', '184127.489000', '184127.492000', '184127.497000', '184127.500000', '184127.503000', '184127.506000', '184127.508000', '184127.511000', '184127.514000', '184127.516000', '184127.519000', '184127.522000', '184127.524000', '184127.527000', '184127.530000', '184127.533000', '184127.535000', '184127.538000', '184127.541000', '184127.543000', '184127.546000', '184127.549000', '184127.551000', '184127.554000', '184127.557000', '184127.560000', '184127.562000', '184127.565000', '184127.568000', '184127.570000', '184147.439000', '184147.442000', '184147.444000', '184147.447000', '184147.450000', '184147.452000', '184147.455000', '184147.458000', '184147.461000', '184147.463000', '184147.466000', '184147.468000', '184147.471000', '184147.474000', '184147.477000', '184147.479000', '184147.482000', '184147.485000', '184147.487000', '184147.490000', '184147.493000', '184147.496000', '184147.498000', '184147.501000', '184147.504000', '184147.506000', '184147.509000', '184147.512000', '184147.515000', '184147.517000', '184147.520000', '184147.522000', '184147.525000', '184147.528000', '184147.530000', '184147.533000', '184147.536000', '184147.538000', '184147.541000', '184147.544000', '184147.547000', '184147.549000', '184147.552000', '184207.438000', '184207.441000', '184207.443000', '184207.446000', '184207.449000', '184207.452000', '184207.454000', '184207.457000', '184207.460000', '184207.462000', '184207.465000', '184207.468000', '184207.470000', '184207.473000', '184207.476000', '184207.478000', '184207.481000', '184207.484000', '184207.486000', '184207.489000', '184207.492000', '184207.495000', '184207.497000', '184207.500000', '184207.503000', '184207.505000', '184207.508000', '184207.511000', '184207.513000', '184207.516000', '184207.519000', '184207.522000', '184207.524000', '184207.527000', '184207.530000', '184207.532000', '184207.535000', '184207.538000', '184207.540000', '184207.543000', '184207.545000', '184207.548000', '184207.551000', '184207.554000', '184227.438000', '184227.441000', '184227.443000', '184227.446000', '184227.449000', '184227.451000', '184227.454000', '184227.457000', '184227.459000', '184227.462000', '184227.465000', '184227.467000', '184227.470000', '184227.473000', '184227.475000', '184227.478000', '184227.481000', '184227.483000', '184227.486000', '184227.489000', '184227.491000', '184227.494000', '184227.497000', '184227.499000', '184227.502000', '184227.505000', '184227.507000', '184227.510000', '184227.513000', '184227.516000', '184227.518000', '184227.521000', '184227.524000', '184227.526000', '184227.529000', '184227.532000', '184227.534000', '184227.537000', '184227.540000', '184227.542000', '184227.545000', '184227.548000', '184227.550000', '184247.438000', '184247.440000', '184247.443000', '184247.446000', '184247.449000', '184247.451000', '184247.454000', '184247.456000', '184247.459000', '184247.462000', '184247.465000', '184247.467000', '184247.470000', '184247.473000', '184247.475000', '184247.478000', '184247.481000', '184247.483000', '184247.486000', '184247.489000', '184247.491000', '184247.494000', '184247.497000', '184247.499000', '184247.502000', '184247.505000', '184247.507000', '184247.510000', '184247.513000', '184247.516000', '184247.518000', '184247.521000', '184247.524000', '184247.526000', '184247.529000', '184247.532000', '184247.534000', '184247.537000', '184247.540000', '184247.542000', '184247.545000', '184247.548000', '184247.550000', '184247.553000', '184307.438000', '184307.441000', '184307.444000', '184307.446000', '184307.449000', '184307.452000', '184307.455000', '184307.457000', '184307.460000', '184307.462000', '184307.465000', '184307.468000', '184307.470000', '184307.473000', '184307.476000', '184307.478000', '184307.481000', '184307.484000', '184307.487000', '184307.489000', '184307.492000', '184307.494000', '184307.497000', '184307.500000', '184307.503000', '184307.505000', '184307.508000', '184307.511000', '184307.513000', '184307.516000', '184307.519000', '184307.521000', '184307.524000', '184307.527000', '184307.529000', '184307.532000', '184307.535000', '184307.537000', '184307.540000', '184307.543000', '184307.546000', '184307.548000', '184307.551000', '184327.439000', '184327.441000', '184327.445000', '184327.448000', '184327.451000', '184327.454000', '184327.456000', '184327.459000', '184327.462000', '184327.465000', '184327.467000', '184327.470000', '184327.473000', '184327.475000', '184327.478000', '184327.481000', '184327.483000', '184327.503000', '184327.505000', '184327.508000', '184327.511000', '184327.513000', '184327.516000', '184327.519000', '184327.521000', '184327.524000', '184327.527000', '184327.530000', '184327.532000', '184327.535000', '184327.537000', '184327.540000', '184327.543000', '184327.545000', '184327.548000', '184327.551000', '184327.554000', '184327.556000', '184327.559000', '184327.562000', '184327.564000', '184327.567000', '184327.570000', '184327.572000', '184347.439000', '184347.442000', '184347.445000', '184347.447000', '184347.450000', '184347.453000', '184347.455000', '184347.458000', '184347.461000', '184347.464000', '184347.466000', '184347.469000', '184347.472000', '184347.474000', '184347.477000', '184347.480000', '184347.482000', '184347.485000', '184347.488000', '184347.490000', '184347.493000', '184347.496000', '184347.499000', '184347.501000', '184347.504000', '184347.507000', '184347.509000', '184347.512000', '184347.514000', '184347.517000', '184347.520000', '184347.522000', '184347.525000', '184347.528000', '184347.530000', '184347.533000', '184347.549000', '184347.552000', '184347.555000', '184347.557000', '184347.560000', '184347.563000', '184347.566000', '184356.839000', '184356.912000', '184356.917000', '184356.920000', '184356.923000', '184356.926000', '184356.930000', '184356.933000', '184356.936000', '184356.939000', '184356.941000', '184356.944000', '184356.947000', '184356.950000', '184356.953000', '184356.957000', '184356.963000', '184356.967000', '184356.969000', '184356.972000', '184356.979000'], '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': [9345, 13936, 9394, 13643, 10982, 8885, 7998, 7991, 10349, 8167, 11627, 8294, 12149, 8840, 10985, 9062, 9891, 9591, 9725, 11032, 8152, 13705, 8059, 13643, 8515, 13021, 8630, 12951, 9658, 12666, 8848, 13229, 8980, 12302, 9500, 8421, 9025, 8382, 10103, 8844, 13057, 8469, 13753, 8334, 13141, 8451, 12536, 9512, 12632, 8515, 13117, 8629, 12289, 8505, 11448, 8871, 10118, 9222, 9057, 9183, 11762, 8555, 12451, 9118, 13792, 8778, 13338, 8569, 12560, 8759, 10594, 8649, 10327, 8901, 10401, 9368, 8493, 10339, 8782, 9966, 8748, 9469, 8725, 9506, 8636, 9229, 8596, 8921, 10474, 8762, 11138, 8704, 10327, 8706, 10674, 8495, 12098, 8522, 12806, 8760, 13316, 8671, 13575, 8763, 12984, 8931, 12568, 8513, 12509, 8698, 12918, 8845, 12545, 8919, 12220, 8587, 11078, 8472, 11833, 8994, 10813, 9184, 9163, 9129, 8825, 9722, 8958, 11108, 9546, 12061, 9159, 11968, 9402, 10862, 8881, 9323, 8723, 9055, 9557, 8529, 10608, 8819, 8825, 8533, 9972, 9626, 9790, 11454, 8978, 12783, 8781, 11311, 8698, 10168, 11069, 11353, 9488, 10034, 9041, 9624, 9632, 9316, 11843, 9305, 12774, 8848, 11351, 8801, 10933, 8765, 10999, 8526, 10828, 8589, 15139, 8762, 14275, 8807, 11016, 8553, 9718, 13253, 9067, 11385, 9165, 12126, 9456, 11884, 9308, 12592, 9042, 12120, 9255, 11593, 9021, 11794, 9042, 9102, 11002, 8544, 14001, 8660, 13343, 9083, 12653, 9733, 10769, 9732, 9805, 10195, 8560, 11255, 8587, 10259, 8437, 9822, 8562, 10330, 8522, 11462, 8544, 11466, 8611, 14016, 8753, 12966, 8747, 12760, 9093, 13349, 10697, 10144, 10600, 8329, 10625, 8823, 14281, 8169, 13362, 8352, 13321, 8131, 13663, 8346, 13286, 8997, 12311, 8822, 12488, 8968, 12894, 8827, 12261, 8369, 9366, 9999, 8517, 9802, 8340, 10240, 8797, 10590, 8314, 8816, 8629, 8856, 8945, 8610, 9376, 7826, 9075, 8586, 8828, 9728, 8341, 10250, 8543, 9495, 8442, 10101, 8460, 10928, 8646, 9248, 8661, 10034, 9793, 9829, 10973, 9135, 12185, 9191, 12119, 8585, 12766, 8902, 11861, 8817, 10728, 12655, 9472, 11263, 9536, 8710, 8930, 8881, 14747, 8555, 9252, 13623, 8926, 14125, 9382, 12481, 8441, 10978, 8573, 9395, 9095, 9398, 10455, 8937, 12012, 8461, 12732, 8398, 11063, 8445, 10870, 8420, 8329, 9466, 9274, 10688, 8127, 11820, 8214, 12033, 8144, 12068, 8176, 12016, 9480, 12337, 8152, 12946, 8396, 12199, 8426, 7999, 9752, 8896, 10575, 9052, 11833, 8008, 11903, 8073, 12329, 8937, 10702, 9527, 8523, 11041, 8378, 11828, 8075, 12838, 7795, 13097, 7984, 12716, 9415, 12256, 8109, 12769, 7960, 11592, 8205, 9612, 9431, 9692, 8824, 10016, 8950, 7664, 9621, 7886, 11635, 7970, 12614, 9854, 13680, 8204, 13313, 8057, 13446, 8595, 10038, 9123, 7863, 9612, 8156, 13205, 7776, 13130, 8131, 13117, 9404, 12848, 8536, 10515, 9419, 7834, 10826, 8130, 10856, 8520, 10936, 9614, 7968, 12511, 7850, 13863, 8683, 13777, 11594, 7960, 11348, 9118, 8783, 9652, 8032, 13366, 7912, 14538, 8850, 14348, 10154, 11427, 9435, 7665, 9478, 8127, 12824, 9330, 7595, 8781, 7949, 11632, 8377, 11772, 10609, 9236, 9314, 8983, 9342, 10898, 9759, 7780, 9501, 7875, 10651, 8057, 12350, 7922, 13286, 8035, 12957, 8197, 12370, 9519, 12521, 8854, 8718, 8858, 9327, 8742, 11450, 9179, 7677, 8580, 7965, 10170, 8067, 11505, 7935, 12257, 7939, 12520, 8058, 12671, 8035, 12301, 7899, 12927, 7885, 14009, 7982, 13470, 7963, 13161, 8395, 12665, 8116, 12475, 8550, 10704, 8761, 8389, 9094, 8040, 9968, 8440, 13055, 7970, 12609, 7990, 11531, 7820, 10549, 8123, 9684, 7953, 10054, 7701, 8955, 8111, 10010, 7993, 9640, 7734, 9080, 7866, 8945, 15561, 8398, 14506, 7857, 12358, 8115, 9224, 7998, 9360, 7929, 9969, 8079, 11042, 7973, 11934, 7786, 12720, 8356, 9889, 7797, 8687, 12949, 8193, 14062, 8469, 13182, 8013, 14307, 8168, 11447, 8189, 10077, 8158, 10850, 8096, 11538, 8085, 11789, 8777, 11628, 9297, 10899, 9347, 7822, 10123, 9784, 9141, 15221, 9026, 11082, 9333, 7510, 9066, 7698, 9368, 7872, 9856, 8083, 9808, 8068, 9572, 8196, 9987, 9154, 8055, 10701, 8066, 13411, 9989, 14650, 9202, 13278, 9835, 12398, 9721, 12146, 8756, 13748, 8156, 14083, 8272, 13419, 8094, 14232, 8042, 12989, 8904, 7470, 9631, 7752, 10211, 7729, 11681, 8100, 12302, 8231, 12055, 8437, 12039, 10290, 12423, 9256, 10651, 9027, 11764, 9191, 8130, 9865, 8468, 10152, 7965, 11521, 8064, 12728, 8193, 13060, 8392, 13013, 7952, 13012, 9014, 12733, 7834, 13358, 8165, 13521, 8383, 12714, 8149, 13500, 8477, 7717, 8848, 7657, 10711, 7716, 11876, 8542, 12446, 8297, 12160, 9906, 13245, 8028, 12598, 8533, 12161, 10452, 12093, 8221, 12565, 8295, 13031, 8481, 12973, 9595, 11001, 8638, 9349, 8748, 7839, 8130, 8053, 9322, 7753, 11430, 7978, 12635, 8063, 12945, 8066, 13170, 8208, 12419, 7999, 12461, 8192, 12267, 8441, 12185, 8567, 11953, 10136, 8147, 10960, 8144, 12252, 8013, 13183, 7983, 13881, 8363, 13021, 8595, 12931, 8585, 12598, 9400, 7569, 9375, 7793, 9205, 7658, 9233, 7651, 9233, 8768, 8981, 8231, 10604, 7878, 12842, 8435, 12888, 8325, 12458, 8940, 12940, 8844, 8482, 9314, 7743, 9681, 8083, 12053, 7834, 12784, 7786, 12557, 8168, 12481, 8472, 12963, 8924, 10903, 9049, 8129, 9631, 8016, 12143, 7834, 12412, 7971, 12167, 8062, 12726, 8107, 12443, 8530, 12636, 9975, 12858, 9570, 12820, 9100, 12654, 8819, 13409, 9292, 7655, 9965, 8006, 9156, 8107, 11541, 8100, 11794, 8470, 11231, 9371, 7930, 10906, 8061, 13462, 8477, 13718, 8710, 13551, 9798, 11309, 9056, 11104, 9195, 11307, 9445, 7734, 9745, 7893, 9439, 7849, 10000, 8508, 9994, 8023, 10116, 8056, 10143, 8023, 10498, 8208, 10245, 7816, 11307, 8260, 12153, 8155, 12279, 7896, 12816, 8056, 12841, 8117, 12549, 8297, 13568, 8054, 13489, 8872, 12676, 8491, 11822, 9026, 8123, 9545, 7837, 10952, 7941, 12257, 8300, 13201, 10075, 12591, 11727, 10488, 9636, 7903, 9304, 7972, 13341, 7818, 10177, 8092, 10180, 8003, 9712, 8956, 7830, 9011, 9662, 9179, 9297, 9596, 7918, 9642, 8160, 9744, 8129, 9076, 8192, 9568, 8083, 9633, 8148, 9982, 7796, 11335, 8200, 11586, 8268, 12099, 10600, 8255, 8545, 7906, 7906, 9923, 8116, 12190, 8307, 13865, 9405, 8520, 10276, 7951, 12444, 8235, 14585, 8686, 12126, 9003, 11740, 9587, 7757, 10134, 8069, 10944, 8252, 10599, 9804, 8433, 9719, 7991, 10926, 8067, 12066, 8165, 11135, 9364, 7700, 9457, 7926, 12188, 8222, 13693, 8984, 7791, 9336, 8008, 11163, 7954, 14101, 8441, 12629, 8621, 12357, 9483, 7867, 10557, 7779, 11851, 8227, 11869, 9117, 7777, 9048, 7993, 11694, 8428, 10543, 9547, 7987, 12185, 8158, 13253, 9572, 9717, 9789, 8059, 10828, 8312, 13588, 10174, 9197, 9413, 8057, 12980, 8012, 13246, 8621, 13498, 9020, 11923, 9223, 8960, 9310, 7602, 10120, 7805, 11380, 7883, 11927, 7978, 12478, 9171, 11382, 9302, 10223, 9126, 12349, 9044, 11631, 9987, 7689, 8231, 8072, 10333, 7929, 11146, 8093, 12391, 8060, 12308, 7979, 12176, 9942, 12237, 8333, 12354, 8523, 12985, 8115, 12591, 9279, 12649, 8126, 13478, 8027, 12975, 8146, 12259, 8709, 11971, 8794, 10132, 8897, 10961, 9689, 7689, 9574, 8145, 9999, 7913, 10472, 8146, 11697, 7892, 11206, 8053, 12208, 8689, 11667, 8892, 7957, 9779, 8058, 12243, 8014, 13013, 7851, 12186, 8070, 11935, 7983, 11628, 7887, 11532, 8151, 12066, 8895, 11264, 9311, 8545, 9901, 7793, 11097, 7911, 11346, 8073, 11742, 8123, 11698, 9252, 7737, 9800, 7935, 10930, 8197, 12886, 7887, 12372, 7938, 12234, 8430, 11710, 9509, 7982, 9845, 7908, 11895, 8304, 13265, 8899, 11163, 8973, 9876, 9003, 8613, 9804, 8022, 8873, 8246, 9841, 8239, 11636, 8144, 11353, 8474, 9097, 8894, 9188, 9197, 8189, 9929, 8240, 11312, 8075, 12289, 8641, 11174, 8836, 11652, 9096, 11396, 9276, 7846, 8361, 7988, 10698, 8271, 11307, 8233, 11100, 9455, 7828, 9316, 8360, 10399, 8020, 12399, 8096, 12261, 8306, 11458, 8757, 10923, 8726, 7959, 8273, 8125, 12303, 8748, 8206, 8361, 7961, 7787, 11553, 8961, 7857, 12063, 8243, 15383, 8745, 16608, 8633, 13480, 9944, 12755, 10957, 8023, 9870, 7948, 10661, 8428, 10723, 9283, 7720, 8398, 8017, 12245, 8608, 12197, 8868, 8182, 9692, 8024, 11525, 8073, 12936, 8505, 11849, 9445, 7815, 8873, 8054, 10051, 8253, 12632, 8932, 11498, 9340, 10973, 9313, 11840, 10167, 7909, 9073, 7874, 10780, 7946, 12562, 8079, 11722, 9040, 7892, 9799, 7865, 9253, 7967, 13607, 8242, 12998, 9021, 12664, 9289, 11129, 10417, 9142, 10013, 8056, 9510, 8145, 11761, 7851, 10528, 8188, 9577, 8332, 10806, 8169, 12196, 8659, 12274, 8358, 12542, 9943, 11386, 9114, 11056, 8176, 10716, 8381, 10450, 8425, 11998, 8585, 11439, 10304, 9763, 9626, 7895, 9738, 8026, 9338, 8138, 9428, 7957, 9748, 7844, 9440, 8107, 9379, 10375, 9412, 8687, 9683, 7920, 8231, 8065, 9937, 8032, 9414, 8821, 8532, 8953, 11537, 8692, 9074, 9578, 8003, 9317, 9125, 8180, 9350, 11026, 8989, 8832, 9029, 8494, 8496, 9090, 8458, 10539, 8088, 14056, 8831, 15682, 9907, 15991, 10913, 15217, 11983, 9848, 10192, 8075, 10525, 8250, 10224, 8038, 10486, 7918, 8764, 8234, 10082, 8510, 11175, 8978, 11574, 9282, 11174, 9244, 10235, 10321, 7924, 10238, 8198, 9617, 7880, 12027, 8427, 11531, 8802, 11214, 9003, 7894, 8573, 8296, 10486, 8148, 12501, 9486, 10281], 'WindowCenter': [4053.0, 4087.0, 4023.0, 4060.0, 4028.0, 3995.0, 3973.0, 3975.0, 4005.0, 3986.0, 4027.0, 3999.0, 4037.0, 4007.0, 4027.0, 4007.0, 4018.0, 4019.0, 4018.0, 4029.0, 3986.0, 4047.0, 3986.0, 4047.0, 3996.0, 4047.0, 3998.0, 4036.0, 4007.0, 4034.0, 3996.0, 4035.0, 4007.0, 4035.0, 4006.0, 3984.0, 3996.0, 3985.0, 4016.0, 4007.0, 4048.0, 3985.0, 4046.0, 3986.0, 4046.0, 3998.0, 4036.0, 4007.0, 4035.0, 3995.0, 4034.0, 3997.0, 4038.0, 4009.0, 4027.0, 4006.0, 4016.0, 4008.0, 4006.0, 4008.0, 4038.0, 3997.0, 4036.0, 3997.0, 4045.0, 3995.0, 4045.0, 3997.0, 4036.0, 3995.0, 4015.0, 3996.0, 4015.0, 4006.0, 4027.0, 4007.0, 3995.0, 4018.0, 3995.0, 4016.0, 3996.0, 4005.0, 3984.0, 4005.0, 3983.0, 4006.0, 3983.0, 3996.0, 4015.0, 3997.0, 4013.0, 3995.0, 4003.0, 3994.0, 4014.0, 3996.0, 4036.0, 3996.0, 4035.0, 3995.0, 4046.0, 3997.0, 4046.0, 4008.0, 4048.0, 4008.0, 4048.0, 4009.0, 4047.0, 4009.0, 4048.0, 4009.0, 4048.0, 4008.0, 4038.0, 3997.0, 4026.0, 3998.0, 4037.0, 4007.0, 4026.0, 4007.0, 4006.0, 4007.0, 4007.0, 4019.0, 4007.0, 4027.0, 4006.0, 4037.0, 4006.0, 4037.0, 4006.0, 4027.0, 4007.0, 4007.0, 3996.0, 4006.0, 4007.0, 3998.0, 4026.0, 4007.0, 4007.0, 3996.0, 4017.0, 4018.0, 4028.0, 4038.0, 4020.0, 4060.0, 4009.0, 4039.0, 4010.0, 4028.0, 4040.0, 4040.0, 4019.0, 4016.0, 4007.0, 4006.0, 4006.0, 4008.0, 4037.0, 4019.0, 4048.0, 4007.0, 4028.0, 4007.0, 4027.0, 4008.0, 4027.0, 3996.0, 4026.0, 3996.0, 4056.0, 3995.0, 4056.0, 3995.0, 4026.0, 4005.0, 4019.0, 4059.0, 4020.0, 4051.0, 4021.0, 4051.0, 4031.0, 4049.0, 4020.0, 4049.0, 4009.0, 4048.0, 4020.0, 4039.0, 4008.0, 4038.0, 3996.0, 4007.0, 4026.0, 3996.0, 4046.0, 3995.0, 4045.0, 3995.0, 4036.0, 4015.0, 4026.0, 4006.0, 4017.0, 4015.0, 4006.0, 4026.0, 3996.0, 4015.0, 3996.0, 4018.0, 4008.0, 4029.0, 4010.0, 4038.0, 4009.0, 4039.0, 4011.0, 4071.0, 4010.0, 4060.0, 4010.0, 4049.0, 4009.0, 4060.0, 4028.0, 4028.0, 4027.0, 3996.0, 4017.0, 4008.0, 4058.0, 3998.0, 4047.0, 3997.0, 4048.0, 3999.0, 4059.0, 3998.0, 4059.0, 4020.0, 4048.0, 4008.0, 4048.0, 4008.0, 4048.0, 4009.0, 4049.0, 3997.0, 4007.0, 4017.0, 4007.0, 4016.0, 3997.0, 4017.0, 4007.0, 4026.0, 3997.0, 4008.0, 4010.0, 4009.0, 4009.0, 4009.0, 4020.0, 3988.0, 4009.0, 4008.0, 4009.0, 4017.0, 3999.0, 4017.0, 4008.0, 4018.0, 4009.0, 4030.0, 4009.0, 4039.0, 4010.0, 4019.0, 4008.0, 4029.0, 4029.0, 4030.0, 4039.0, 4019.0, 4049.0, 4019.0, 4049.0, 4009.0, 4059.0, 4020.0, 4050.0, 4019.0, 4041.0, 4062.0, 4033.0, 4052.0, 4042.0, 4010.0, 4021.0, 4020.0, 4083.0, 4010.0, 4021.0, 4072.0, 4021.0, 4061.0, 4022.0, 4050.0, 3999.0, 4028.0, 4009.0, 4008.0, 4008.0, 4009.0, 4028.0, 4009.0, 4049.0, 3999.0, 4050.0, 4000.0, 4040.0, 4010.0, 4029.0, 3999.0, 3998.0, 4019.0, 4020.0, 4029.0, 4002.0, 4051.0, 4011.0, 4050.0, 4002.0, 4051.0, 4011.0, 4050.0, 4020.0, 4050.0, 4001.0, 4050.0, 4000.0, 4050.0, 3999.0, 3999.0, 4020.0, 4010.0, 4041.0, 4022.0, 4052.0, 4002.0, 4051.0, 4001.0, 4063.0, 4022.0, 4031.0, 4020.0, 4011.0, 4040.0, 4010.0, 4050.0, 4000.0, 4049.0, 3989.0, 4060.0, 4000.0, 4060.0, 4010.0, 4039.0, 3988.0, 4047.0, 3998.0, 4039.0, 3998.0, 4018.0, 4009.0, 4007.0, 4007.0, 4018.0, 4007.0, 3976.0, 4006.0, 3987.0, 4038.0, 3999.0, 4049.0, 4018.0, 4048.0, 3997.0, 4047.0, 3987.0, 4046.0, 3998.0, 4017.0, 4007.0, 3988.0, 4018.0, 3986.0, 4048.0, 3977.0, 4047.0, 3987.0, 4049.0, 4008.0, 4036.0, 3996.0, 4017.0, 4008.0, 3987.0, 4028.0, 3998.0, 4029.0, 4010.0, 4041.0, 4019.0, 3987.0, 4050.0, 3988.0, 4060.0, 4009.0, 4047.0, 4027.0, 3986.0, 4039.0, 4020.0, 4009.0, 4020.0, 3998.0, 4059.0, 3987.0, 4059.0, 4009.0, 4057.0, 4017.0, 4025.0, 4006.0, 3975.0, 4006.0, 3997.0, 4047.0, 4007.0, 3987.0, 3997.0, 3998.0, 4039.0, 4010.0, 4038.0, 4029.0, 4007.0, 4008.0, 4006.0, 4007.0, 4027.0, 4007.0, 3974.0, 4005.0, 3984.0, 4015.0, 3986.0, 4036.0, 3985.0, 4046.0, 3985.0, 4046.0, 3997.0, 4036.0, 4006.0, 4035.0, 3995.0, 3995.0, 4006.0, 4004.0, 3996.0, 4025.0, 4005.0, 3974.0, 3995.0, 3986.0, 4016.0, 3986.0, 4037.0, 3986.0, 4037.0, 3988.0, 4047.0, 3987.0, 4047.0, 3987.0, 4036.0, 3986.0, 4048.0, 3987.0, 4057.0, 3998.0, 4058.0, 3988.0, 4048.0, 3999.0, 4048.0, 3999.0, 4048.0, 4009.0, 4028.0, 4008.0, 3998.0, 4009.0, 3997.0, 4018.0, 3997.0, 4048.0, 3987.0, 4037.0, 3987.0, 4039.0, 3975.0, 4016.0, 3986.0, 4005.0, 3985.0, 4016.0, 3975.0, 3995.0, 3985.0, 4005.0, 3985.0, 4006.0, 3975.0, 3996.0, 3973.0, 3996.0, 4055.0, 3983.0, 4044.0, 3984.0, 4034.0, 3973.0, 3993.0, 3984.0, 4005.0, 3997.0, 4028.0, 4000.0, 4040.0, 4001.0, 4051.0, 4000.0, 4062.0, 4010.0, 4031.0, 3988.0, 4010.0, 4060.0, 4010.0, 4059.0, 3998.0, 4048.0, 3988.0, 4059.0, 3998.0, 4038.0, 3997.0, 4017.0, 3988.0, 4029.0, 4002.0, 4040.0, 4002.0, 4050.0, 4011.0, 4041.0, 4021.0, 4029.0, 4019.0, 3988.0, 4030.0, 4017.0, 4008.0, 4058.0, 3996.0, 4015.0, 4006.0, 3964.0, 3996.0, 3975.0, 4007.0, 3985.0, 4017.0, 3986.0, 4017.0, 3985.0, 4005.0, 3984.0, 4005.0, 4006.0, 3998.0, 4040.0, 4001.0, 4061.0, 4032.0, 4059.0, 4007.0, 4047.0, 4018.0, 4036.0, 4007.0, 4025.0, 3996.0, 4046.0, 3987.0, 4046.0, 3985.0, 4045.0, 3985.0, 4057.0, 3988.0, 4046.0, 4008.0, 3976.0, 4018.0, 3986.0, 4029.0, 3988.0, 4037.0, 3987.0, 4038.0, 3998.0, 4037.0, 4009.0, 4048.0, 4029.0, 4037.0, 4007.0, 4016.0, 4007.0, 4037.0, 4007.0, 3985.0, 4016.0, 3985.0, 4016.0, 3986.0, 4037.0, 3986.0, 4036.0, 3986.0, 4046.0, 3997.0, 4046.0, 3987.0, 4047.0, 3996.0, 4036.0, 3975.0, 4046.0, 3986.0, 4047.0, 3996.0, 4036.0, 3985.0, 4045.0, 3985.0, 3987.0, 4007.0, 3987.0, 4028.0, 3988.0, 4038.0, 4009.0, 4050.0, 4000.0, 4037.0, 4018.0, 4048.0, 3987.0, 4047.0, 3998.0, 4036.0, 4028.0, 4025.0, 3985.0, 4035.0, 3996.0, 4046.0, 3997.0, 4047.0, 4006.0, 4015.0, 3997.0, 4005.0, 3996.0, 3974.0, 3985.0, 3986.0, 4006.0, 3987.0, 4038.0, 3998.0, 4048.0, 3986.0, 4036.0, 3986.0, 4046.0, 3986.0, 4036.0, 3985.0, 4036.0, 3996.0, 4037.0, 3998.0, 4038.0, 4008.0, 4038.0, 4019.0, 3987.0, 4028.0, 3987.0, 4037.0, 3987.0, 4047.0, 3986.0, 4047.0, 3986.0, 4036.0, 3996.0, 4036.0, 3997.0, 4035.0, 4005.0, 3974.0, 4006.0, 3974.0, 4006.0, 3986.0, 4007.0, 3975.0, 4006.0, 3996.0, 4006.0, 3997.0, 4027.0, 3987.0, 4048.0, 3998.0, 4048.0, 3999.0, 4039.0, 4008.0, 4047.0, 4007.0, 3996.0, 4007.0, 3987.0, 4018.0, 3986.0, 4038.0, 3987.0, 4048.0, 3987.0, 4048.0, 3998.0, 4038.0, 3997.0, 4046.0, 4007.0, 4028.0, 4008.0, 3986.0, 4007.0, 3987.0, 4048.0, 3988.0, 4048.0, 3998.0, 4038.0, 3988.0, 4048.0, 3988.0, 4037.0, 3998.0, 4037.0, 4018.0, 4037.0, 4007.0, 4035.0, 4006.0, 4046.0, 4008.0, 4045.0, 4005.0, 3974.0, 4016.0, 3986.0, 4007.0, 3987.0, 4037.0, 3987.0, 4037.0, 3998.0, 4038.0, 4019.0, 3997.0, 4028.0, 3987.0, 4059.0, 3998.0, 4058.0, 4009.0, 4047.0, 4018.0, 4026.0, 4007.0, 4027.0, 4007.0, 4026.0, 4006.0, 3974.0, 4007.0, 3984.0, 4006.0, 3984.0, 4005.0, 3984.0, 4005.0, 3984.0, 4015.0, 3986.0, 4016.0, 3984.0, 4015.0, 3985.0, 4015.0, 3986.0, 4026.0, 3996.0, 4036.0, 3986.0, 4036.0, 3986.0, 4047.0, 3987.0, 4047.0, 3986.0, 4036.0, 3997.0, 4047.0, 3987.0, 4057.0, 4007.0, 4047.0, 3997.0, 4037.0, 4008.0, 3997.0, 4018.0, 3987.0, 4028.0, 3998.0, 4050.0, 3999.0, 4060.0, 4030.0, 4047.0, 4039.0, 4017.0, 4017.0, 3986.0, 4007.0, 3986.0, 4048.0, 3987.0, 4017.0, 3999.0, 4029.0, 4000.0, 4019.0, 4020.0, 3988.0, 4010.0, 4019.0, 4020.0, 4007.0, 4008.0, 3986.0, 4007.0, 3985.0, 4007.0, 3985.0, 3997.0, 3996.0, 4017.0, 3986.0, 4017.0, 3986.0, 4016.0, 3987.0, 4027.0, 3998.0, 4038.0, 4009.0, 4038.0, 4029.0, 3997.0, 4008.0, 4000.0, 4010.0, 4043.0, 4012.0, 4062.0, 4011.0, 4060.0, 4020.0, 4008.0, 4029.0, 3999.0, 4049.0, 3998.0, 4059.0, 3998.0, 4037.0, 4008.0, 4038.0, 4018.0, 3976.0, 4017.0, 3998.0, 4028.0, 3999.0, 4028.0, 4019.0, 3997.0, 4017.0, 3987.0, 4028.0, 3987.0, 4048.0, 3999.0, 4026.0, 4008.0, 3986.0, 4018.0, 3998.0, 4049.0, 4000.0, 4058.0, 4008.0, 3986.0, 4007.0, 3998.0, 4039.0, 3998.0, 4059.0, 3998.0, 4037.0, 3998.0, 4048.0, 4018.0, 3986.0, 4027.0, 3987.0, 4038.0, 3998.0, 4038.0, 4008.0, 3987.0, 4008.0, 3998.0, 4039.0, 4010.0, 4028.0, 4018.0, 3998.0, 4049.0, 3999.0, 4060.0, 4019.0, 4018.0, 4018.0, 3987.0, 4027.0, 3999.0, 4049.0, 4018.0, 4006.0, 4006.0, 3986.0, 4048.0, 3987.0, 4047.0, 3997.0, 4046.0, 3996.0, 4025.0, 4006.0, 3997.0, 4007.0, 3975.0, 4016.0, 3975.0, 4026.0, 3985.0, 4025.0, 3986.0, 4035.0, 4007.0, 4025.0, 4006.0, 4015.0, 4006.0, 4036.0, 4007.0, 4025.0, 4005.0, 3974.0, 3996.0, 3987.0, 4027.0, 3998.0, 4038.0, 3988.0, 4037.0, 3988.0, 4038.0, 3999.0, 4038.0, 4018.0, 4037.0, 3987.0, 4036.0, 3996.0, 4047.0, 3987.0, 4036.0, 4006.0, 4036.0, 3986.0, 4046.0, 3987.0, 4047.0, 3987.0, 4037.0, 3998.0, 4037.0, 3997.0, 4017.0, 4009.0, 4027.0, 4007.0, 3975.0, 4017.0, 3986.0, 4019.0, 3986.0, 4016.0, 3986.0, 4036.0, 3986.0, 4027.0, 3987.0, 4038.0, 3998.0, 4037.0, 4008.0, 3988.0, 4019.0, 3988.0, 4038.0, 3988.0, 4048.0, 3986.0, 4037.0, 3986.0, 4025.0, 3985.0, 4025.0, 3985.0, 4025.0, 3987.0, 4036.0, 4007.0, 4026.0, 4006.0, 3996.0, 4018.0, 3987.0, 4027.0, 3997.0, 4038.0, 3999.0, 4049.0, 3999.0, 4038.0, 4019.0, 3986.0, 4029.0, 3998.0, 4029.0, 3997.0, 4047.0, 3986.0, 4035.0, 3987.0, 4037.0, 3998.0, 4037.0, 4018.0, 3998.0, 4017.0, 3998.0, 4048.0, 3999.0, 4048.0, 4008.0, 4038.0, 4008.0, 4017.0, 4008.0, 3996.0, 4017.0, 3985.0, 3996.0, 3996.0, 4017.0, 3996.0, 4026.0, 3986.0, 4026.0, 3998.0, 4006.0, 4008.0, 4006.0, 4006.0, 3996.0, 4017.0, 3997.0, 4037.0, 3998.0, 4037.0, 3998.0, 4026.0, 4008.0, 4027.0, 4007.0, 4026.0, 4006.0, 3984.0, 3986.0, 3986.0, 4028.0, 3999.0, 4039.0, 3998.0, 4039.0, 4019.0, 3987.0, 4018.0, 4009.0, 4029.0, 3998.0, 4049.0, 3999.0, 4049.0, 4010.0, 4039.0, 4009.0, 4027.0, 4008.0, 3998.0, 3998.0, 3998.0, 4050.0, 4010.0, 4009.0, 4010.0, 4011.0, 4001.0, 4053.0, 4022.0, 4011.0, 4063.0, 4011.0, 4071.0, 4009.0, 4070.0, 3999.0, 4048.0, 4019.0, 4037.0, 4027.0, 3986.0, 4016.0, 3987.0, 4027.0, 3998.0, 4028.0, 4018.0, 3986.0, 3997.0, 3999.0, 4048.0, 3998.0, 4038.0, 4007.0, 3996.0, 4018.0, 3986.0, 4038.0, 3986.0, 4048.0, 3996.0, 4037.0, 4018.0, 3986.0, 4007.0, 3986.0, 4017.0, 3998.0, 4047.0, 4009.0, 4026.0, 4007.0, 4026.0, 4008.0, 4036.0, 4016.0, 3986.0, 3995.0, 3986.0, 4027.0, 3986.0, 4036.0, 3985.0, 4025.0, 3996.0, 3985.0, 4018.0, 3998.0, 4018.0, 3986.0, 4057.0, 3996.0, 4047.0, 3996.0, 4047.0, 4007.0, 4015.0, 4016.0, 3994.0, 4005.0, 3984.0, 4005.0, 3984.0, 4025.0, 3974.0, 4015.0, 3985.0, 4006.0, 3996.0, 4026.0, 3986.0, 4036.0, 3997.0, 4036.0, 3987.0, 4036.0, 4005.0, 4025.0, 3994.0, 4013.0, 3974.0, 4003.0, 3984.0, 4014.0, 3997.0, 4037.0, 4008.0, 4028.0, 4018.0, 4016.0, 4019.0, 3986.0, 4008.0, 3986.0, 4008.0, 3986.0, 4008.0, 3985.0, 4007.0, 3975.0, 4007.0, 3985.0, 4009.0, 4017.0, 4007.0, 3985.0, 4006.0, 3984.0, 3985.0, 3998.0, 4018.0, 3999.0, 4019.0, 4021.0, 4009.0, 4010.0, 4040.0, 4011.0, 4010.0, 4018.0, 3988.0, 4020.0, 4021.0, 3999.0, 4022.0, 4030.0, 4009.0, 4010.0, 4009.0, 4010.0, 4010.0, 4021.0, 4011.0, 4032.0, 4002.0, 4062.0, 4009.0, 4060.0, 4019.0, 4058.0, 4019.0, 4046.0, 4026.0, 4005.0, 4005.0, 3973.0, 4015.0, 3984.0, 4005.0, 3973.0, 4004.0, 3973.0, 3983.0, 3985.0, 4004.0, 3985.0, 4015.0, 3995.0, 4025.0, 4007.0, 4027.0, 4007.0, 4016.0, 4017.0, 3985.0, 4017.0, 3998.0, 4007.0, 3986.0, 4037.0, 3986.0, 4026.0, 3997.0, 4028.0, 4008.0, 3987.0, 4008.0, 3998.0, 4029.0, 4001.0, 4050.0, 4020.0, 4018.0], 'WindowWidth': [9036.0, 9065.0, 8972.0, 9012.0, 8965.0, 8912.0, 8884.0, 8888.0, 8925.0, 8904.0, 8957.0, 8927.0, 8973.0, 8933.0, 8957.0, 8934.0, 8947.0, 8953.0, 8950.0, 8966.0, 8904.0, 8986.0, 8903.0, 8984.0, 8916.0, 8984.0, 8924.0, 8969.0, 8932.0, 8963.0, 8915.0, 8965.0, 8933.0, 8967.0, 8930.0, 8897.0, 8918.0, 8901.0, 8945.0, 8936.0, 8987.0, 8902.0, 8982.0, 8904.0, 8981.0, 8923.0, 8971.0, 8932.0, 8966.0, 8914.0, 8964.0, 8921.0, 8975.0, 8941.0, 8957.0, 8933.0, 8944.0, 8937.0, 8931.0, 8937.0, 8977.0, 8923.0, 8969.0, 8921.0, 8980.0, 8916.0, 8980.0, 8922.0, 8969.0, 8913.0, 8940.0, 8917.0, 8938.0, 8932.0, 8961.0, 8934.0, 8913.0, 8949.0, 8913.0, 8944.0, 8917.0, 8929.0, 8898.0, 8928.0, 8895.0, 8929.0, 8896.0, 8917.0, 8941.0, 8919.0, 8935.0, 8913.0, 8920.0, 8911.0, 8936.0, 8919.0, 8971.0, 8919.0, 8967.0, 8917.0, 8982.0, 8921.0, 8985.0, 8938.0, 8990.0, 8939.0, 8989.0, 8940.0, 8987.0, 8940.0, 8991.0, 8943.0, 8991.0, 8938.0, 8975.0, 8922.0, 8957.0, 8925.0, 8975.0, 8936.0, 8958.0, 8934.0, 8930.0, 8935.0, 8934.0, 8953.0, 8934.0, 8960.0, 8932.0, 8974.0, 8932.0, 8973.0, 8933.0, 8961.0, 8932.0, 8932.0, 8917.0, 8931.0, 8932.0, 8923.0, 8959.0, 8934.0, 8933.0, 8919.0, 8948.0, 8950.0, 8967.0, 8980.0, 8959.0, 9009.0, 8942.0, 8979.0, 8945.0, 8966.0, 8985.0, 8983.0, 8954.0, 8946.0, 8935.0, 8931.0, 8931.0, 8936.0, 8974.0, 8956.0, 8992.0, 8937.0, 8962.0, 8935.0, 8961.0, 8939.0, 8962.0, 8921.0, 8958.0, 8918.0, 8997.0, 8917.0, 8998.0, 8918.0, 8957.0, 8931.0, 8955.0, 9008.0, 8960.0, 9000.0, 8964.0, 9002.0, 8976.0, 8996.0, 8957.0, 8994.0, 8942.0, 8992.0, 8959.0, 8983.0, 8937.0, 8979.0, 8918.0, 8935.0, 8957.0, 8920.0, 8985.0, 8915.0, 8982.0, 8915.0, 8970.0, 8944.0, 8958.0, 8931.0, 8948.0, 8942.0, 8934.0, 8958.0, 8920.0, 8944.0, 8919.0, 8951.0, 8939.0, 8968.0, 8946.0, 8979.0, 8945.0, 8981.0, 8947.0, 9026.0, 8947.0, 9010.0, 8945.0, 8995.0, 8942.0, 9011.0, 8965.0, 8966.0, 8961.0, 8920.0, 8947.0, 8940.0, 9005.0, 8926.0, 8990.0, 8923.0, 8991.0, 8928.0, 9006.0, 8927.0, 9010.0, 8960.0, 8992.0, 8938.0, 8990.0, 8939.0, 8992.0, 8940.0, 8994.0, 8922.0, 8937.0, 8949.0, 8937.0, 8945.0, 8922.0, 8947.0, 8936.0, 8959.0, 8925.0, 8938.0, 8944.0, 8940.0, 8941.0, 8942.0, 8961.0, 8915.0, 8942.0, 8939.0, 8942.0, 8950.0, 8929.0, 8949.0, 8939.0, 8951.0, 8945.0, 8971.0, 8946.0, 8982.0, 8945.0, 8955.0, 8941.0, 8970.0, 8970.0, 8973.0, 8984.0, 8955.0, 8995.0, 8956.0, 8994.0, 8944.0, 9008.0, 8959.0, 8997.0, 8955.0, 8989.0, 9019.0, 8981.0, 9006.0, 8996.0, 8947.0, 8962.0, 8958.0, 9047.0, 8948.0, 8961.0, 9033.0, 8962.0, 9016.0, 8962.0, 8996.0, 8929.0, 8964.0, 8940.0, 8937.0, 8938.0, 8939.0, 8963.0, 8941.0, 8993.0, 8929.0, 8996.0, 8931.0, 8981.0, 8944.0, 8967.0, 8928.0, 8923.0, 8953.0, 8958.0, 8969.0, 8937.0, 8999.0, 8948.0, 8998.0, 8936.0, 8999.0, 8947.0, 8998.0, 8959.0, 8996.0, 8933.0, 8996.0, 8931.0, 8997.0, 8929.0, 8928.0, 8957.0, 8943.0, 8987.0, 8965.0, 9004.0, 8939.0, 9001.0, 8937.0, 9019.0, 8966.0, 8973.0, 8959.0, 8948.0, 8985.0, 8945.0, 8996.0, 8930.0, 8995.0, 8915.0, 9011.0, 8934.0, 9012.0, 8943.0, 8979.0, 8913.0, 8988.0, 8926.0, 8980.0, 8928.0, 8951.0, 8942.0, 8933.0, 8936.0, 8948.0, 8935.0, 8892.0, 8933.0, 8909.0, 8976.0, 8928.0, 8992.0, 8953.0, 8990.0, 8921.0, 8987.0, 8911.0, 8984.0, 8923.0, 8946.0, 8935.0, 8911.0, 8953.0, 8906.0, 8990.0, 8895.0, 8988.0, 8911.0, 8994.0, 8938.0, 8970.0, 8919.0, 8946.0, 8937.0, 8910.0, 8965.0, 8928.0, 8967.0, 8946.0, 8987.0, 8956.0, 8910.0, 8998.0, 8912.0, 9009.0, 8942.0, 8987.0, 8963.0, 8907.0, 8980.0, 8960.0, 8942.0, 8958.0, 8925.0, 9007.0, 8910.0, 9006.0, 8939.0, 9002.0, 8946.0, 8954.0, 8930.0, 8889.0, 8931.0, 8924.0, 8988.0, 8935.0, 8907.0, 8922.0, 8927.0, 8982.0, 8947.0, 8978.0, 8969.0, 8936.0, 8940.0, 8931.0, 8936.0, 8959.0, 8933.0, 8887.0, 8928.0, 8900.0, 8943.0, 8906.0, 8970.0, 8902.0, 8982.0, 8903.0, 8984.0, 8923.0, 8970.0, 8932.0, 8966.0, 8915.0, 8913.0, 8931.0, 8926.0, 8918.0, 8955.0, 8930.0, 8886.0, 8916.0, 8904.0, 8946.0, 8907.0, 8975.0, 8908.0, 8973.0, 8911.0, 8987.0, 8908.0, 8988.0, 8910.0, 8971.0, 8906.0, 8988.0, 8910.0, 9003.0, 8926.0, 9003.0, 8912.0, 8990.0, 8929.0, 8990.0, 8929.0, 8993.0, 8941.0, 8963.0, 8939.0, 8923.0, 8942.0, 8923.0, 8953.0, 8921.0, 8991.0, 8908.0, 8976.0, 8909.0, 8980.0, 8891.0, 8944.0, 8902.0, 8928.0, 8901.0, 8946.0, 8888.0, 8914.0, 8901.0, 8928.0, 8901.0, 8931.0, 8888.0, 8918.0, 8883.0, 8918.0, 8993.0, 8897.0, 8978.0, 8899.0, 8965.0, 8882.0, 8909.0, 8901.0, 8928.0, 8925.0, 8966.0, 8932.0, 8985.0, 8936.0, 9001.0, 8933.0, 9017.0, 8946.0, 8973.0, 8913.0, 8945.0, 9009.0, 8946.0, 9009.0, 8926.0, 8992.0, 8911.0, 9006.0, 8925.0, 8977.0, 8920.0, 8947.0, 8912.0, 8967.0, 8938.0, 8985.0, 8938.0, 8997.0, 8949.0, 8986.0, 8960.0, 8968.0, 8956.0, 8912.0, 8970.0, 8948.0, 8939.0, 9006.0, 8919.0, 8942.0, 8930.0, 8872.0, 8918.0, 8891.0, 8934.0, 8901.0, 8947.0, 8903.0, 8947.0, 8904.0, 8926.0, 8898.0, 8929.0, 8932.0, 8926.0, 8986.0, 8937.0, 9013.0, 8976.0, 9007.0, 8935.0, 8988.0, 8950.0, 8968.0, 8935.0, 8952.0, 8917.0, 8985.0, 8909.0, 8983.0, 8903.0, 8981.0, 8904.0, 9001.0, 8911.0, 8984.0, 8938.0, 8892.0, 8952.0, 8907.0, 8969.0, 8912.0, 8975.0, 8908.0, 8977.0, 8927.0, 8975.0, 8944.0, 8992.0, 8968.0, 8973.0, 8936.0, 8944.0, 8934.0, 8974.0, 8935.0, 8901.0, 8945.0, 8902.0, 8944.0, 8904.0, 8973.0, 8906.0, 8969.0, 8904.0, 8984.0, 8922.0, 8983.0, 8908.0, 8987.0, 8920.0, 8969.0, 8890.0, 8983.0, 8906.0, 8986.0, 8921.0, 8970.0, 8903.0, 8981.0, 8904.0, 8909.0, 8937.0, 8909.0, 8963.0, 8912.0, 8978.0, 8942.0, 8997.0, 8932.0, 8976.0, 8951.0, 8989.0, 8909.0, 8988.0, 8924.0, 8972.0, 8962.0, 8955.0, 8904.0, 8967.0, 8920.0, 8985.0, 8923.0, 8985.0, 8933.0, 8941.0, 8920.0, 8928.0, 8919.0, 8886.0, 8902.0, 8904.0, 8931.0, 8908.0, 8978.0, 8925.0, 8990.0, 8906.0, 8971.0, 8906.0, 8984.0, 8905.0, 8971.0, 8902.0, 8970.0, 8919.0, 8973.0, 8925.0, 8977.0, 8941.0, 8977.0, 8953.0, 8907.0, 8963.0, 8909.0, 8976.0, 8909.0, 8987.0, 8905.0, 8986.0, 8905.0, 8970.0, 8919.0, 8972.0, 8921.0, 8967.0, 8929.0, 8886.0, 8932.0, 8887.0, 8933.0, 8905.0, 8933.0, 8888.0, 8932.0, 8917.0, 8932.0, 8923.0, 8961.0, 8908.0, 8989.0, 8924.0, 8989.0, 8926.0, 8978.0, 8937.0, 8986.0, 8935.0, 8917.0, 8936.0, 8910.0, 8951.0, 8906.0, 8976.0, 8909.0, 8989.0, 8909.0, 8989.0, 8925.0, 8974.0, 8921.0, 8983.0, 8934.0, 8963.0, 8937.0, 8906.0, 8934.0, 8908.0, 8989.0, 8911.0, 8990.0, 8926.0, 8975.0, 8911.0, 8988.0, 8912.0, 8973.0, 8925.0, 8975.0, 8950.0, 8971.0, 8933.0, 8967.0, 8932.0, 8983.0, 8936.0, 8980.0, 8929.0, 8886.0, 8945.0, 8906.0, 8934.0, 8908.0, 8974.0, 8911.0, 8974.0, 8926.0, 8978.0, 8956.0, 8923.0, 8965.0, 8910.0, 9006.0, 8925.0, 9004.0, 8942.0, 8987.0, 8951.0, 8956.0, 8933.0, 8960.0, 8936.0, 8955.0, 8929.0, 8884.0, 8932.0, 8899.0, 8931.0, 8900.0, 8928.0, 8898.0, 8927.0, 8899.0, 8942.0, 8905.0, 8945.0, 8899.0, 8941.0, 8901.0, 8940.0, 8905.0, 8960.0, 8919.0, 8970.0, 8905.0, 8969.0, 8905.0, 8986.0, 8910.0, 8986.0, 8907.0, 8972.0, 8922.0, 8987.0, 8911.0, 9002.0, 8936.0, 8985.0, 8921.0, 8972.0, 8938.0, 8923.0, 8954.0, 8909.0, 8965.0, 8926.0, 8994.0, 8931.0, 9010.0, 8973.0, 8988.0, 8981.0, 8947.0, 8949.0, 8907.0, 8935.0, 8907.0, 8990.0, 8908.0, 8947.0, 8928.0, 8968.0, 8934.0, 8954.0, 8959.0, 8913.0, 8944.0, 8954.0, 8957.0, 8934.0, 8936.0, 8903.0, 8933.0, 8903.0, 8933.0, 8902.0, 8921.0, 8918.0, 8947.0, 8905.0, 8948.0, 8907.0, 8945.0, 8908.0, 8961.0, 8927.0, 8980.0, 8943.0, 8977.0, 8967.0, 8923.0, 8938.0, 8932.0, 8947.0, 8996.0, 8952.0, 9018.0, 8947.0, 9011.0, 8958.0, 8939.0, 8969.0, 8928.0, 8994.0, 8923.0, 9006.0, 8924.0, 8972.0, 8938.0, 8976.0, 8950.0, 8891.0, 8947.0, 8924.0, 8963.0, 8929.0, 8963.0, 8954.0, 8920.0, 8948.0, 8908.0, 8963.0, 8910.0, 8992.0, 8928.0, 8958.0, 8938.0, 8906.0, 8952.0, 8926.0, 8995.0, 8930.0, 9004.0, 8937.0, 8906.0, 8935.0, 8925.0, 8979.0, 8924.0, 9005.0, 8924.0, 8973.0, 8925.0, 8989.0, 8951.0, 8904.0, 8961.0, 8908.0, 8977.0, 8926.0, 8977.0, 8938.0, 8906.0, 8936.0, 8924.0, 8982.0, 8945.0, 8964.0, 8952.0, 8925.0, 8993.0, 8927.0, 9009.0, 8956.0, 8949.0, 8952.0, 8907.0, 8962.0, 8928.0, 8993.0, 8951.0, 8932.0, 8932.0, 8906.0, 8989.0, 8908.0, 8988.0, 8920.0, 8985.0, 8918.0, 8955.0, 8932.0, 8918.0, 8934.0, 8887.0, 8943.0, 8889.0, 8956.0, 8903.0, 8955.0, 8904.0, 8968.0, 8932.0, 8952.0, 8929.0, 8938.0, 8932.0, 8971.0, 8933.0, 8951.0, 8928.0, 8885.0, 8917.0, 8907.0, 8962.0, 8926.0, 8977.0, 8911.0, 8974.0, 8911.0, 8975.0, 8928.0, 8975.0, 8949.0, 8971.0, 8906.0, 8970.0, 8919.0, 8986.0, 8910.0, 8970.0, 8930.0, 8969.0, 8904.0, 8984.0, 8908.0, 8988.0, 8909.0, 8971.0, 8924.0, 8972.0, 8923.0, 8947.0, 8940.0, 8961.0, 8935.0, 8889.0, 8948.0, 8905.0, 8952.0, 8906.0, 8945.0, 8904.0, 8971.0, 8905.0, 8959.0, 8911.0, 8976.0, 8924.0, 8973.0, 8939.0, 8911.0, 8953.0, 8909.0, 8976.0, 8910.0, 8989.0, 8906.0, 8974.0, 8905.0, 8955.0, 8900.0, 8952.0, 8901.0, 8954.0, 8908.0, 8969.0, 8934.0, 8956.0, 8933.0, 8918.0, 8952.0, 8908.0, 8961.0, 8923.0, 8977.0, 8929.0, 8994.0, 8929.0, 8977.0, 8955.0, 8907.0, 8967.0, 8925.0, 8968.0, 8923.0, 8988.0, 8906.0, 8969.0, 8910.0, 8975.0, 8927.0, 8975.0, 8952.0, 8924.0, 8951.0, 8928.0, 8992.0, 8929.0, 8992.0, 8940.0, 8977.0, 8938.0, 8948.0, 8937.0, 8917.0, 8947.0, 8903.0, 8917.0, 8918.0, 8947.0, 8919.0, 8959.0, 8906.0, 8957.0, 8924.0, 8932.0, 8938.0, 8933.0, 8933.0, 8919.0, 8947.0, 8922.0, 8976.0, 8925.0, 8976.0, 8925.0, 8958.0, 8937.0, 8959.0, 8935.0, 8956.0, 8931.0, 8898.0, 8903.0, 8905.0, 8962.0, 8928.0, 8980.0, 8927.0, 8978.0, 8954.0, 8910.0, 8954.0, 8942.0, 8967.0, 8927.0, 8995.0, 8929.0, 8996.0, 8945.0, 8980.0, 8941.0, 8962.0, 8940.0, 8925.0, 8927.0, 8927.0, 8997.0, 8945.0, 8943.0, 8945.0, 8950.0, 8935.0, 9007.0, 8965.0, 8949.0, 9024.0, 8948.0, 9029.0, 8941.0, 9023.0, 8927.0, 8990.0, 8953.0, 8972.0, 8960.0, 8904.0, 8944.0, 8909.0, 8962.0, 8926.0, 8963.0, 8952.0, 8906.0, 8922.0, 8929.0, 8992.0, 8925.0, 8976.0, 8937.0, 8919.0, 8953.0, 8906.0, 8976.0, 8905.0, 8990.0, 8920.0, 8975.0, 8950.0, 8906.0, 8935.0, 8907.0, 8949.0, 8927.0, 8989.0, 8939.0, 8958.0, 8935.0, 8957.0, 8937.0, 8969.0, 8943.0, 8903.0, 8916.0, 8904.0, 8961.0, 8906.0, 8970.0, 8902.0, 8954.0, 8917.0, 8902.0, 8950.0, 8925.0, 8952.0, 8907.0, 9001.0, 8919.0, 8985.0, 8919.0, 8986.0, 8933.0, 8939.0, 8943.0, 8910.0, 8926.0, 8899.0, 8929.0, 8898.0, 8954.0, 8884.0, 8940.0, 8901.0, 8930.0, 8919.0, 8956.0, 8904.0, 8970.0, 8920.0, 8970.0, 8906.0, 8970.0, 8925.0, 8953.0, 8908.0, 8931.0, 8881.0, 8919.0, 8899.0, 8937.0, 8920.0, 8972.0, 8939.0, 8961.0, 8950.0, 8942.0, 8952.0, 8903.0, 8935.0, 8902.0, 8935.0, 8905.0, 8934.0, 8899.0, 8931.0, 8885.0, 8933.0, 8900.0, 8937.0, 8945.0, 8931.0, 8900.0, 8928.0, 8898.0, 8902.0, 8925.0, 8952.0, 8927.0, 8953.0, 8960.0, 8940.0, 8946.0, 8984.0, 8946.0, 8942.0, 8950.0, 8910.0, 8954.0, 8961.0, 8928.0, 8964.0, 8970.0, 8940.0, 8944.0, 8941.0, 8943.0, 8943.0, 8961.0, 8945.0, 8976.0, 8935.0, 9014.0, 8940.0, 9008.0, 8950.0, 9001.0, 8950.0, 8982.0, 8954.0, 8923.0, 8925.0, 8881.0, 8940.0, 8898.0, 8927.0, 8881.0, 8924.0, 8878.0, 8893.0, 8901.0, 8923.0, 8899.0, 8938.0, 8913.0, 8954.0, 8932.0, 8961.0, 8934.0, 8941.0, 8945.0, 8900.0, 8945.0, 8923.0, 8934.0, 8904.0, 8972.0, 8904.0, 8956.0, 8920.0, 8963.0, 8937.0, 8907.0, 8937.0, 8925.0, 8968.0, 8934.0, 8995.0, 8957.0, 8950.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.0002721485797523671</td></tr>
<tr><td colspan=3>aqi</td><td>0.02124201762563729</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.136652587798835</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2394824628498542</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9857518906268229</td></tr>
<tr><td colspan=3>efc</td><td>0.4455</td></tr>
<tr><td colspan=3>fber</td><td>6591.7144</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06561659601819851</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5826656955571741</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.526637090365759</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.533609848684943</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.764227388641138</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.282074033771196</td></tr>
<tr><td colspan=3>gcor</td><td>0.00570484</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021093187853693962</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017664743587374687</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.40700788789782</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>37.3135</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.2077</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.2564</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311757.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>805.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.2167</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5723</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.4781</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3239.5246</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>720.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1023.4708</td></tr>
<tr><td colspan=3>tsnr</td><td>39.58317537792027</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>