<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-01/func/sub-0066_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>95ab59556e23946b8a239daad1322f23</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>21:21:10.222500</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.998704, 0.00562451, 0.0505862, -0.00557786, 0.999984, -0.00106332]</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.107072</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7738, -7287, 557, -140, -98, -8, 96]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>276.243</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e22d5a2f-9135-4db0-af9d-b4dae9d1d62c||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.6794495582580566, -0.014964992180466652, 0.13659675419330597, 108.63121795654297], [-0.015090151689946651, 2.6828837394714355, -0.002105412073433399, -90.7640380859375], [0.1357191503047943, 0.0028528189286589622, 2.6965415477752686, -78.70794677734375], [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': ['212110.222500', '212110.682500', '212111.142500', '212111.602500', '212112.062500', '212112.522500', '212112.982500', '212113.442500', '212113.902500', '212114.362500', '212114.822500', '212115.282500', '212115.742500', '212116.202500', '212116.662500', '212117.122500', '212117.582500', '212118.042500', '212118.502500', '212118.962500', '212119.422500', '212119.882500', '212120.342500', '212120.802500', '212121.262500', '212121.722500', '212122.182500', '212122.642500', '212123.102500', '212123.562500', '212124.022500', '212124.482500', '212124.942500', '212125.402500', '212125.862500', '212126.322500', '212126.782500', '212127.242500', '212127.702500', '212128.162500', '212128.622500', '212129.082500', '212129.542500', '212130.002500', '212130.462500', '212130.922500', '212131.382500', '212131.842500', '212132.302500', '212132.762500', '212133.222500', '212133.682500', '212134.142500', '212134.602500', '212135.062500', '212135.522500', '212135.982500', '212136.442500', '212136.902500', '212137.362500', '212137.822500', '212138.282500', '212138.742500', '212139.202500', '212139.662500', '212140.122500', '212140.582500', '212141.042500', '212141.502500', '212141.962500', '212142.422500', '212142.882500', '212143.342500', '212143.802500', '212144.262500', '212144.722500', '212145.182500', '212145.642500', '212146.102500', '212146.562500', '212147.022500', '212147.482500', '212147.942500', '212148.402500', '212148.862500', '212149.322500', '212149.782500', '212150.242500', '212150.702500', '212151.162500', '212151.622500', '212152.082500', '212152.542500', '212153.002500', '212153.462500', '212153.922500', '212154.382500', '212154.842500', '212155.302500', '212155.762500', '212156.222500', '212156.682500', '212157.142500', '212157.602500', '212158.062500', '212158.522500', '212158.982500', '212159.442500', '212159.902500', '212200.362500', '212200.822500', '212201.282500', '212201.742500', '212202.202500', '212202.662500', '212203.122500', '212203.582500', '212204.042500', '212204.502500', '212204.962500', '212205.422500', '212205.882500', '212206.342500', '212206.802500', '212207.262500', '212207.722500', '212208.182500', '212208.642500', '212209.102500', '212209.562500', '212210.022500', '212210.482500', '212210.942500', '212211.402500', '212211.862500', '212212.322500', '212212.782500', '212213.242500', '212213.702500', '212214.162500', '212214.622500', '212215.082500', '212215.542500', '212216.002500', '212216.462500', '212216.922500', '212217.382500', '212217.842500', '212218.302500', '212218.762500', '212219.222500', '212219.682500', '212220.142500', '212220.602500', '212221.062500', '212221.522500', '212221.982500', '212222.442500', '212222.902500', '212223.362500', '212223.822500', '212224.282500', '212224.742500', '212225.202500', '212225.662500', '212226.122500', '212226.582500', '212227.042500', '212227.502500', '212227.962500', '212228.422500', '212228.882500', '212229.342500', '212229.802500', '212230.262500', '212230.722500', '212231.182500', '212231.642500', '212232.102500', '212232.562500', '212233.022500', '212233.482500', '212233.942500', '212234.402500', '212234.862500', '212235.322500', '212235.782500', '212236.242500', '212236.702500', '212237.162500', '212237.622500', '212238.082500', '212238.542500', '212239.002500', '212239.462500', '212239.922500', '212240.382500', '212240.842500', '212241.302500', '212241.762500', '212242.222500', '212242.682500', '212243.142500', '212243.602500', '212244.062500', '212244.522500', '212244.982500', '212245.442500', '212245.902500', '212246.362500', '212246.822500', '212247.282500', '212247.742500', '212248.202500', '212248.662500', '212249.122500', '212249.582500', '212250.042500', '212250.502500', '212250.962500', '212251.422500', '212251.882500', '212252.342500', '212252.802500', '212253.262500', '212253.722500', '212254.182500', '212254.642500', '212255.102500', '212255.562500', '212256.022500', '212256.482500', '212256.942500', '212257.402500', '212257.862500', '212258.322500', '212258.782500', '212259.242500', '212259.702500', '212300.162500', '212300.622500', '212301.082500', '212301.542500', '212302.002500', '212302.462500', '212302.922500', '212303.382500', '212303.842500', '212304.302500', '212304.762500', '212305.222500', '212305.682500', '212306.142500', '212306.602500', '212307.062500', '212307.522500', '212307.982500', '212308.442500', '212308.902500', '212309.362500', '212309.822500', '212310.282500', '212310.742500', '212311.202500', '212311.662500', '212312.122500', '212312.582500', '212313.042500', '212313.502500', '212313.962500', '212314.422500', '212314.882500', '212315.342500', '212315.802500', '212316.262500', '212316.722500', '212317.182500', '212317.642500', '212318.102500', '212318.562500', '212319.022500', '212319.482500', '212319.942500', '212320.402500', '212320.862500', '212321.322500', '212321.782500', '212322.242500', '212322.702500', '212323.162500', '212323.622500', '212324.082500', '212324.542500', '212325.002500', '212325.462500', '212325.922500', '212326.382500', '212326.842500', '212327.302500', '212327.762500', '212328.222500', '212328.682500', '212329.142500', '212329.602500', '212330.062500', '212330.522500', '212330.982500', '212331.442500', '212331.902500', '212332.362500', '212332.822500', '212333.282500', '212333.742500', '212334.202500', '212334.662500', '212335.122500', '212335.582500', '212336.042500', '212336.502500', '212336.962500', '212337.422500', '212337.882500', '212338.342500', '212338.802500', '212339.262500', '212339.722500', '212340.182500', '212340.642500', '212341.102500', '212341.562500', '212342.022500', '212342.482500', '212342.942500', '212343.402500', '212343.862500', '212344.322500', '212344.782500', '212345.242500', '212345.702500', '212346.162500', '212346.622500', '212347.082500', '212347.542500', '212348.002500', '212348.462500', '212348.922500', '212349.382500', '212349.842500', '212350.302500', '212350.762500', '212351.222500', '212351.682500', '212352.142500', '212352.602500', '212353.062500', '212353.522500', '212353.982500', '212354.442500', '212354.902500', '212355.362500', '212355.822500', '212356.282500', '212356.742500', '212357.202500', '212357.662500', '212358.122500', '212358.582500', '212359.042500', '212359.502500', '212359.962500', '212400.422500', '212400.882500', '212401.342500', '212401.802500', '212402.262500', '212402.722500', '212403.182500', '212403.642500', '212404.102500', '212404.562500', '212405.022500', '212405.482500', '212405.942500', '212406.402500', '212406.862500', '212407.322500', '212407.782500', '212408.242500', '212408.702500', '212409.162500', '212409.622500', '212410.082500', '212410.542500', '212411.002500', '212411.462500', '212411.922500', '212412.382500', '212412.842500', '212413.302500', '212413.762500', '212414.222500', '212414.682500', '212415.142500', '212415.602500', '212416.062500', '212416.522500', '212416.982500', '212417.442500', '212417.902500', '212418.362500', '212418.822500', '212419.282500', '212419.742500', '212420.202500', '212420.662500', '212421.122500', '212421.582500', '212422.042500', '212422.502500', '212422.962500', '212423.422500', '212423.882500', '212424.342500', '212424.802500', '212425.262500', '212425.722500', '212426.182500', '212426.642500', '212427.102500', '212427.562500', '212428.022500', '212428.482500', '212428.942500', '212429.402500', '212429.862500', '212430.322500', '212430.782500', '212431.242500', '212431.702500', '212432.162500', '212432.622500', '212433.082500', '212433.542500', '212434.002500', '212434.462500', '212434.922500', '212435.382500', '212435.842500', '212436.302500', '212436.762500', '212437.222500', '212437.682500', '212438.142500', '212438.602500', '212439.062500', '212439.522500', '212439.982500', '212440.442500', '212440.902500', '212441.362500', '212441.822500', '212442.282500', '212442.742500', '212443.202500', '212443.662500', '212444.122500', '212444.582500', '212445.042500', '212445.502500', '212445.962500', '212446.422500', '212446.882500', '212447.342500', '212447.802500', '212448.262500', '212448.722500', '212449.182500', '212449.642500', '212450.102500', '212450.562500', '212451.022500', '212451.482500', '212451.942500', '212452.402500', '212452.862500', '212453.322500', '212453.782500', '212454.242500', '212454.702500', '212455.162500', '212455.622500', '212456.082500', '212456.542500', '212457.002500', '212457.462500', '212457.922500', '212458.382500', '212458.842500', '212459.302500', '212459.762500', '212500.222500', '212500.682500', '212501.142500', '212501.602500', '212502.062500', '212502.522500', '212502.982500', '212503.442500', '212503.902500', '212504.362500', '212504.822500', '212505.282500', '212505.742500', '212506.202500', '212506.662500', '212507.122500', '212507.582500', '212508.042500', '212508.502500', '212508.962500', '212509.422500', '212509.882500', '212510.342500', '212510.802500', '212511.262500', '212511.722500', '212512.182500', '212512.642500', '212513.102500', '212513.562500', '212514.022500', '212514.482500', '212514.942500', '212515.402500', '212515.862500', '212516.322500', '212516.782500', '212517.242500', '212517.702500', '212518.162500', '212518.622500', '212519.082500', '212519.542500', '212520.002500', '212520.462500', '212520.922500', '212521.382500', '212521.842500', '212522.302500', '212522.762500', '212523.222500', '212523.682500', '212524.142500', '212524.602500', '212525.062500', '212525.522500', '212525.982500', '212526.442500', '212526.902500', '212527.362500', '212527.822500', '212528.282500', '212528.742500', '212529.202500', '212529.662500', '212530.122500', '212530.582500', '212531.042500', '212531.502500', '212531.962500', '212532.422500', '212532.882500', '212533.342500', '212533.802500', '212534.262500', '212534.722500', '212535.182500', '212535.642500', '212536.102500', '212536.562500', '212537.022500', '212537.482500', '212537.942500', '212538.402500', '212538.862500', '212539.322500', '212539.782500', '212540.242500', '212540.702500', '212541.162500', '212541.622500', '212542.082500', '212542.542500', '212543.002500', '212543.462500', '212543.922500', '212544.382500', '212544.842500', '212545.302500', '212545.762500', '212546.222500', '212546.682500', '212547.142500', '212547.602500', '212548.062500', '212548.522500', '212548.982500', '212549.442500', '212549.902500', '212550.362500', '212550.822500', '212551.282500', '212551.742500', '212552.202500', '212552.662500', '212553.122500', '212553.582500', '212554.042500', '212554.502500', '212554.962500', '212555.422500', '212555.882500', '212556.342500', '212556.802500', '212557.262500', '212557.722500', '212558.182500', '212558.642500', '212559.102500', '212559.562500', '212600.022500', '212600.482500', '212600.942500', '212601.402500', '212601.862500', '212602.322500', '212602.782500', '212603.242500', '212603.702500', '212604.162500', '212604.622500', '212605.082500', '212605.542500', '212606.002500', '212606.462500', '212606.922500', '212607.382500', '212607.842500', '212608.302500', '212608.762500', '212609.222500', '212609.682500', '212610.142500', '212610.602500', '212611.062500', '212611.522500', '212611.982500', '212612.442500', '212612.902500', '212613.362500', '212613.822500', '212614.282500', '212614.742500', '212615.202500', '212615.662500', '212616.122500', '212616.582500', '212617.042500', '212617.502500', '212617.962500', '212618.422500', '212618.882500', '212619.342500', '212619.802500', '212620.262500', '212620.722500', '212621.182500', '212621.642500', '212622.102500', '212622.562500', '212623.022500', '212623.482500', '212623.942500', '212624.402500', '212624.862500', '212625.322500', '212625.782500', '212626.242500', '212626.702500', '212627.162500', '212627.622500', '212628.082500', '212628.542500', '212629.002500', '212629.462500', '212629.922500', '212630.382500', '212630.842500', '212631.302500', '212631.762500', '212632.222500', '212632.682500', '212633.142500', '212633.602500', '212634.062500', '212634.522500', '212634.982500', '212635.442500', '212635.902500', '212636.362500', '212636.822500', '212637.282500', '212637.742500', '212638.202500', '212638.662500', '212639.122500', '212639.582500', '212640.042500', '212640.502500', '212640.962500', '212641.422500', '212641.882500', '212642.342500', '212642.802500', '212643.262500', '212643.722500', '212644.182500', '212644.642500', '212645.102500', '212645.562500', '212646.022500', '212646.482500', '212646.942500', '212647.402500', '212647.862500', '212648.322500', '212648.782500', '212649.242500', '212649.702500', '212650.162500', '212650.622500', '212651.082500', '212651.542500', '212652.002500', '212652.462500', '212652.922500', '212653.382500', '212653.842500', '212654.302500', '212654.762500', '212655.222500', '212655.682500', '212656.142500', '212656.602500', '212657.062500', '212657.522500', '212657.982500', '212658.442500', '212658.902500', '212659.362500', '212659.822500', '212700.282500', '212700.742500', '212701.202500', '212701.662500', '212702.122500', '212702.582500', '212703.042500', '212703.502500', '212703.962500', '212704.422500', '212704.882500', '212705.342500', '212705.802500', '212706.262500', '212706.722500', '212707.182500', '212707.642500', '212708.102500', '212708.562500', '212709.022500', '212709.482500', '212709.942500', '212710.402500', '212710.862500', '212711.322500', '212711.782500', '212712.242500', '212712.702500', '212713.162500', '212713.622500', '212714.082500', '212714.542500', '212715.002500', '212715.462500', '212715.922500', '212716.382500', '212716.842500', '212717.302500', '212717.762500', '212718.222500', '212718.682500', '212719.142500', '212719.602500', '212720.062500', '212720.522500', '212720.982500', '212721.442500', '212721.902500', '212722.362500', '212722.822500', '212723.282500', '212723.742500', '212724.202500', '212724.662500', '212725.122500', '212725.582500', '212726.042500', '212726.502500', '212726.962500', '212727.422500', '212727.882500', '212728.342500', '212728.802500', '212729.262500', '212729.722500', '212730.182500', '212730.642500', '212731.102500', '212731.562500', '212732.022500', '212732.482500', '212732.942500', '212733.402500', '212733.862500', '212734.322500', '212734.782500', '212735.242500', '212735.702500', '212736.162500', '212736.622500', '212737.082500', '212737.542500', '212738.002500', '212738.462500', '212738.922500', '212739.382500', '212739.842500', '212740.302500', '212740.762500', '212741.222500', '212741.682500', '212742.142500', '212742.602500', '212743.062500', '212743.522500', '212743.982500', '212744.442500', '212744.902500', '212745.362500', '212745.822500', '212746.282500', '212746.742500', '212747.202500', '212747.662500', '212748.122500', '212748.582500', '212749.042500', '212749.502500', '212749.962500', '212750.422500', '212750.882500', '212751.342500', '212751.802500', '212752.262500', '212752.722500', '212753.182500', '212753.642500', '212754.102500', '212754.562500', '212755.022500', '212755.482500', '212755.942500', '212756.402500', '212756.862500', '212757.322500', '212757.782500', '212758.242500', '212758.702500', '212759.162500', '212759.622500', '212800.082500', '212800.542500', '212801.002500', '212801.462500', '212801.922500', '212802.382500', '212802.842500', '212803.302500', '212803.762500', '212804.222500', '212804.682500', '212805.142500', '212805.602500', '212806.062500', '212806.522500', '212806.982500', '212807.442500', '212807.902500', '212808.362500', '212808.822500', '212809.282500', '212809.742500', '212810.202500', '212810.662500', '212811.122500', '212811.582500', '212812.042500', '212812.502500', '212812.962500', '212813.422500', '212813.882500', '212814.342500', '212814.802500', '212815.262500', '212815.722500', '212816.182500', '212816.642500', '212817.102500', '212817.562500', '212818.022500', '212818.482500', '212818.942500', '212819.402500', '212819.862500', '212820.322500', '212820.782500', '212821.242500', '212821.702500', '212822.162500', '212822.622500', '212823.082500', '212823.542500', '212824.002500', '212824.462500', '212824.922500', '212825.382500', '212825.842500', '212826.302500', '212826.762500', '212827.222500', '212827.682500', '212828.142500', '212828.602500', '212829.062500', '212829.522500', '212829.982500', '212830.442500', '212830.902500', '212831.362500', '212831.822500', '212832.282500', '212832.742500', '212833.202500', '212833.662500', '212834.122500', '212834.582500', '212835.042500', '212835.502500', '212835.962500', '212836.422500', '212836.882500', '212837.342500', '212837.802500', '212838.262500', '212838.722500', '212839.182500', '212839.642500', '212840.102500', '212840.562500', '212841.022500', '212841.482500', '212841.942500', '212842.402500', '212842.862500', '212843.322500', '212843.782500', '212844.242500', '212844.702500', '212845.162500', '212845.622500', '212846.082500', '212846.542500', '212847.002500', '212847.462500', '212847.922500', '212848.382500', '212848.842500', '212849.302500', '212849.762500', '212850.222500', '212850.682500', '212851.142500', '212851.602500', '212852.062500', '212852.522500', '212852.982500', '212853.442500', '212853.902500', '212854.362500', '212854.822500', '212855.282500', '212855.742500', '212856.202500', '212856.662500', '212857.122500', '212857.582500', '212858.042500', '212858.502500', '212858.962500', '212859.422500', '212859.882500', '212900.342500', '212900.802500', '212901.262500', '212901.722500', '212902.182500', '212902.642500', '212903.102500', '212903.562500', '212904.022500', '212904.482500', '212904.942500', '212905.402500', '212905.862500', '212906.322500', '212906.782500', '212907.242500', '212907.702500', '212908.162500', '212908.622500', '212909.082500', '212909.542500', '212910.002500', '212910.462500', '212910.922500', '212911.382500', '212911.842500', '212912.302500', '212912.762500', '212913.222500', '212913.682500', '212914.142500', '212914.602500', '212915.062500', '212915.522500', '212915.982500', '212916.442500', '212916.902500', '212917.362500', '212917.822500', '212918.282500', '212918.742500', '212919.202500', '212919.662500', '212920.122500', '212920.582500', '212921.042500', '212921.502500', '212921.962500', '212922.422500', '212922.882500', '212923.342500', '212923.802500', '212924.262500', '212924.722500', '212925.182500', '212925.642500', '212926.102500', '212926.562500', '212927.022500', '212927.482500', '212927.942500', '212928.402500', '212928.862500', '212929.322500', '212929.782500', '212930.242500', '212930.702500', '212931.162500', '212931.622500', '212932.082500', '212932.542500', '212933.002500', '212933.462500', '212933.922500', '212934.382500', '212934.842500', '212935.302500', '212935.762500', '212936.222500', '212936.682500', '212937.142500', '212937.602500', '212938.062500', '212938.522500', '212938.982500', '212939.442500', '212939.902500', '212940.362500', '212940.822500', '212941.282500', '212941.742500', '212942.202500', '212942.662500', '212943.122500', '212943.582500', '212944.042500', '212944.502500', '212944.962500', '212945.422500', '212945.882500', '212946.342500', '212946.802500', '212947.262500', '212947.722500', '212948.182500', '212948.642500', '212949.102500', '212949.562500', '212950.022500', '212950.482500', '212950.942500', '212951.402500', '212951.862500', '212952.322500', '212952.782500', '212953.242500', '212953.702500', '212954.162500', '212954.622500', '212955.082500', '212955.542500', '212956.002500', '212956.462500', '212956.922500', '212957.382500', '212957.842500', '212958.302500', '212958.762500', '212959.222500', '212959.682500', '213000.142500', '213000.602500', '213001.062500', '213001.522500', '213001.982500', '213002.442500', '213002.902500', '213003.362500', '213003.822500', '213004.282500', '213004.742500', '213005.202500', '213005.662500', '213006.122500', '213006.582500', '213007.042500', '213007.502500', '213007.962500', '213008.422500', '213008.882500', '213009.342500', '213009.802500', '213010.262500', '213010.722500', '213011.182500', '213011.642500', '213012.102500', '213012.562500', '213013.022500', '213013.482500', '213013.942500', '213014.402500', '213014.862500', '213015.322500', '213015.782500', '213016.242500', '213016.702500', '213017.162500', '213017.622500', '213018.082500', '213018.542500', '213019.002500', '213019.462500', '213019.922500', '213020.382500', '213020.842500', '213021.302500', '213021.762500', '213022.222500', '213022.682500', '213023.142500', '213023.602500', '213024.062500', '213024.522500', '213024.982500', '213025.442500', '213025.902500', '213026.362500', '213026.822500', '213027.282500', '213027.742500', '213028.202500', '213028.662500', '213029.122500', '213029.582500', '213030.042500', '213030.502500', '213030.962500', '213031.422500', '213031.882500', '213032.342500', '213032.802500', '213033.262500', '213033.722500', '213034.182500', '213034.642500', '213035.102500', '213035.562500', '213036.022500', '213036.482500', '213036.942500', '213037.402500', '213037.862500', '213038.322500', '213038.782500', '213039.242500', '213039.702500', '213040.162500', '213040.622500', '213041.082500', '213041.542500', '213042.002500', '213042.462500', '213042.922500', '213043.382500', '213043.842500', '213044.302500', '213044.762500', '213045.222500', '213045.682500', '213046.142500', '213046.602500', '213047.062500', '213047.522500', '213047.982500', '213048.442500', '213048.902500', '213049.362500', '213049.822500', '213050.282500', '213050.742500', '213051.202500', '213051.662500', '213052.122500', '213052.582500', '213053.042500', '213053.502500', '213053.962500', '213054.422500', '213054.882500', '213055.342500', '213055.802500', '213056.262500', '213056.722500', '213057.182500', '213057.642500', '213058.102500', '213058.562500', '213059.022500', '213059.482500', '213059.942500', '213100.402500', '213100.862500', '213101.322500', '213101.782500', '213102.242500', '213102.702500', '213103.162500', '213103.622500', '213104.082500', '213104.542500', '213105.002500', '213105.462500', '213105.922500', '213106.382500', '213106.842500', '213107.302500', '213107.762500', '213108.222500', '213108.682500', '213109.142500', '213109.602500', '213110.062500', '213110.522500', '213110.982500', '213111.442500', '213111.902500', '213112.362500', '213112.822500', '213113.282500', '213113.742500', '213114.202500', '213114.662500', '213115.122500', '213115.582500', '213116.042500', '213116.502500', '213116.962500', '213117.422500', '213117.882500', '213118.342500', '213118.802500', '213119.262500', '213119.722500', '213120.182500', '213120.642500', '213121.102500', '213121.562500', '213122.022500', '213122.482500', '213122.942500', '213123.402500', '213123.862500', '213124.322500', '213124.782500', '213125.242500', '213125.702500', '213126.162500', '213126.622500', '213127.082500', '213127.542500', '213128.002500', '213128.462500', '213128.922500', '213129.382500', '213129.842500', '213130.302500', '213130.762500', '213131.222500', '213131.682500', '213132.142500', '213132.602500', '213133.062500', '213133.522500', '213133.982500', '213134.442500', '213134.902500', '213135.362500', '213135.822500', '213136.282500', '213136.742500', '213137.202500', '213137.662500', '213138.122500', '213138.582500', '213139.042500', '213139.502500', '213139.962500', '213140.422500', '213140.882500', '213141.342500', '213141.802500', '213142.262500', '213142.722500'], 'ContentTime': ['212133.861000', '212133.865000', '212133.867000', '212133.870000', '212133.873000', '212133.876000', '212133.879000', '212133.881000', '212133.884000', '212133.887000', '212133.893000', '212133.896000', '212133.898000', '212133.901000', '212133.904000', '212133.906000', '212133.909000', '212133.911000', '212133.914000', '212133.917000', '212133.919000', '212133.922000', '212133.929000', '212133.931000', '212133.940000', '212133.942000', '212133.945000', '212133.948000', '212133.950000', '212133.953000', '212133.956000', '212133.958000', '212133.961000', '212133.963000', '212133.966000', '212133.969000', '212133.971000', '212133.974000', '212133.977000', '212133.979000', '212133.982000', '212133.985000', '212133.988000', '212133.990000', '212133.993000', '212133.995000', '212133.998000', '212134.001000', '212134.004000', '212153.827000', '212153.830000', '212153.833000', '212153.835000', '212153.838000', '212153.840000', '212153.843000', '212153.846000', '212153.848000', '212153.851000', '212153.854000', '212153.856000', '212153.859000', '212153.861000', '212153.864000', '212153.867000', '212153.869000', '212153.872000', '212153.874000', '212153.877000', '212153.880000', '212153.882000', '212153.885000', '212153.887000', '212153.890000', '212153.892000', '212153.895000', '212153.897000', '212153.900000', '212153.903000', '212153.905000', '212153.908000', '212153.910000', '212153.913000', '212153.916000', '212153.918000', '212153.921000', '212153.923000', '212153.926000', '212153.928000', '212153.931000', '212153.933000', '212153.936000', '212153.939000', '212213.827000', '212213.836000', '212213.838000', '212213.841000', '212213.844000', '212213.846000', '212213.849000', '212213.851000', '212213.854000', '212213.857000', '212213.859000', '212213.862000', '212213.864000', '212213.867000', '212213.869000', '212213.872000', '212213.875000', '212213.877000', '212213.880000', '212213.883000', '212213.885000', '212213.888000', '212213.891000', '212213.893000', '212213.896000', '212213.898000', '212213.901000', '212213.903000', '212213.906000', '212213.909000', '212213.911000', '212213.914000', '212213.916000', '212213.919000', '212213.922000', '212213.924000', '212213.927000', '212213.929000', '212213.932000', '212213.934000', '212213.937000', '212213.940000', '212213.942000', '212233.826000', '212233.829000', '212233.832000', '212233.835000', '212233.838000', '212233.841000', '212233.843000', '212233.846000', '212233.849000', '212233.851000', '212233.854000', '212233.856000', '212233.859000', '212233.862000', '212233.864000', '212233.867000', '212233.869000', '212233.872000', '212233.875000', '212233.877000', '212233.880000', '212233.882000', '212233.885000', '212233.888000', '212233.890000', '212233.893000', '212233.896000', '212233.898000', '212233.901000', '212233.903000', '212233.906000', '212233.909000', '212233.911000', '212233.924000', '212233.928000', '212233.931000', '212233.934000', '212233.936000', '212233.939000', '212233.941000', '212233.944000', '212233.947000', '212233.949000', '212233.952000', '212253.828000', '212253.830000', '212253.833000', '212253.836000', '212253.838000', '212253.841000', '212253.844000', '212253.847000', '212253.849000', '212253.852000', '212253.854000', '212253.857000', '212253.860000', '212253.862000', '212253.865000', '212253.867000', '212253.870000', '212253.873000', '212253.875000', '212253.878000', '212253.881000', '212253.883000', '212253.886000', '212253.889000', '212253.891000', '212253.894000', '212253.896000', '212253.899000', '212253.901000', '212253.904000', '212253.907000', '212253.909000', '212253.912000', '212253.915000', '212253.917000', '212253.920000', '212253.922000', '212253.925000', '212253.927000', '212253.930000', '212253.933000', '212253.935000', '212253.938000', '212313.828000', '212313.830000', '212313.833000', '212313.835000', '212313.838000', '212313.841000', '212313.843000', '212313.846000', '212313.849000', '212313.851000', '212313.854000', '212313.856000', '212313.859000', '212313.862000', '212313.864000', '212313.867000', '212313.870000', '212313.872000', '212313.875000', '212313.877000', '212313.880000', '212313.883000', '212313.885000', '212313.888000', '212313.890000', '212313.896000', '212313.899000', '212313.902000', '212313.904000', '212313.907000', '212313.910000', '212313.912000', '212313.915000', '212313.917000', '212313.920000', '212313.923000', '212313.925000', '212313.928000', '212313.930000', '212313.933000', '212313.936000', '212313.938000', '212313.941000', '212313.943000', '212333.828000', '212333.830000', '212333.833000', '212333.836000', '212333.838000', '212333.841000', '212333.844000', '212333.846000', '212333.849000', '212333.851000', '212333.854000', '212333.857000', '212333.859000', '212333.862000', '212333.865000', '212333.867000', '212333.870000', '212333.872000', '212333.875000', '212333.878000', '212333.880000', '212333.883000', '212333.886000', '212333.888000', '212333.891000', '212333.893000', '212333.896000', '212333.899000', '212333.901000', '212333.904000', '212333.907000', '212333.909000', '212333.912000', '212333.914000', '212333.917000', '212333.920000', '212333.922000', '212333.925000', '212333.928000', '212333.930000', '212333.933000', '212333.936000', '212333.938000', '212353.828000', '212353.831000', '212353.833000', '212353.836000', '212353.838000', '212353.841000', '212353.844000', '212353.846000', '212353.849000', '212353.851000', '212353.854000', '212353.857000', '212353.859000', '212353.862000', '212353.864000', '212353.867000', '212353.870000', '212353.873000', '212353.876000', '212353.878000', '212353.881000', '212353.884000', '212353.886000', '212353.889000', '212353.891000', '212353.894000', '212353.897000', '212353.899000', '212353.902000', '212353.905000', '212353.908000', '212353.910000', '212353.913000', '212353.916000', '212353.918000', '212353.921000', '212353.923000', '212353.926000', '212353.929000', '212353.931000', '212353.934000', '212353.937000', '212353.939000', '212413.828000', '212413.830000', '212413.833000', '212413.836000', '212413.838000', '212413.841000', '212413.844000', '212413.846000', '212413.849000', '212413.851000', '212413.854000', '212413.857000', '212413.860000', '212413.862000', '212413.865000', '212413.868000', '212413.870000', '212413.873000', '212413.875000', '212413.878000', '212413.881000', '212413.883000', '212413.886000', '212413.889000', '212413.891000', '212413.894000', '212413.896000', '212413.899000', '212413.902000', '212413.911000', '212413.913000', '212413.916000', '212413.918000', '212413.921000', '212413.924000', '212413.926000', '212413.929000', '212413.931000', '212413.934000', '212413.937000', '212413.939000', '212413.942000', '212413.945000', '212413.947000', '212433.827000', '212433.830000', '212433.833000', '212433.835000', '212433.838000', '212433.841000', '212433.843000', '212433.846000', '212433.849000', '212433.851000', '212433.854000', '212433.857000', '212433.860000', '212433.863000', '212433.865000', '212433.868000', '212433.871000', '212433.873000', '212433.876000', '212433.879000', '212433.881000', '212433.884000', '212433.887000', '212433.896000', '212433.898000', '212433.901000', '212433.904000', '212433.906000', '212433.909000', '212433.911000', '212433.914000', '212433.917000', '212433.919000', '212433.922000', '212433.924000', '212433.927000', '212433.930000', '212433.932000', '212433.935000', '212433.938000', '212433.940000', '212433.943000', '212433.945000', '212453.826000', '212453.830000', '212453.832000', '212453.835000', '212453.837000', '212453.840000', '212453.843000', '212453.845000', '212453.848000', '212453.851000', '212453.853000', '212453.856000', '212453.859000', '212453.861000', '212453.864000', '212453.867000', '212453.869000', '212453.872000', '212453.874000', '212453.877000', '212453.880000', '212453.882000', '212453.885000', '212453.887000', '212453.890000', '212453.893000', '212453.895000', '212453.898000', '212453.901000', '212453.904000', '212453.906000', '212453.909000', '212453.911000', '212453.914000', '212453.917000', '212453.919000', '212453.922000', '212453.925000', '212453.927000', '212453.930000', '212453.932000', '212453.935000', '212453.938000', '212453.940000', '212513.827000', '212513.830000', '212513.833000', '212513.836000', '212513.838000', '212513.841000', '212513.843000', '212513.846000', '212513.849000', '212513.851000', '212513.854000', '212513.857000', '212513.859000', '212513.862000', '212513.865000', '212513.867000', '212513.870000', '212513.872000', '212513.875000', '212513.878000', '212513.880000', '212513.883000', '212513.886000', '212513.889000', '212513.892000', '212513.894000', '212513.897000', '212513.900000', '212513.902000', '212513.905000', '212513.907000', '212513.910000', '212513.913000', '212513.916000', '212513.919000', '212513.921000', '212513.924000', '212513.927000', '212513.929000', '212513.932000', '212513.934000', '212513.937000', '212513.940000', '212533.827000', '212533.830000', '212533.833000', '212533.835000', '212533.838000', '212533.841000', '212533.844000', '212533.846000', '212533.849000', '212533.852000', '212533.854000', '212533.857000', '212533.860000', '212533.862000', '212533.865000', '212533.867000', '212533.870000', '212533.873000', '212533.875000', '212533.878000', '212533.880000', '212533.883000', '212533.886000', '212533.888000', '212533.891000', '212533.894000', '212533.896000', '212533.899000', '212533.902000', '212533.904000', '212533.907000', '212533.909000', '212533.912000', '212533.915000', '212533.917000', '212533.920000', '212533.922000', '212533.925000', '212533.928000', '212533.930000', '212533.933000', '212533.936000', '212533.938000', '212533.941000', '212553.827000', '212553.830000', '212553.833000', '212553.836000', '212553.838000', '212553.841000', '212553.843000', '212553.846000', '212553.849000', '212553.851000', '212553.891000', '212553.894000', '212553.896000', '212553.899000', '212553.902000', '212553.905000', '212553.908000', '212553.910000', '212553.913000', '212553.915000', '212553.918000', '212553.921000', '212553.923000', '212553.926000', '212553.929000', '212553.931000', '212553.934000', '212553.937000', '212553.939000', '212553.942000', '212553.945000', '212553.947000', '212553.950000', '212553.953000', '212553.955000', '212553.958000', '212553.961000', '212553.963000', '212553.966000', '212553.968000', '212553.971000', '212553.974000', '212553.976000', '212613.828000', '212613.830000', '212613.833000', '212613.836000', '212613.838000', '212613.841000', '212613.843000', '212613.849000', '212613.852000', '212613.855000', '212613.857000', '212613.860000', '212613.862000', '212613.865000', '212613.868000', '212613.870000', '212613.873000', '212613.876000', '212613.878000', '212613.881000', '212613.883000', '212613.886000', '212613.889000', '212613.891000', '212613.894000', '212613.896000', '212613.899000', '212613.902000', '212613.904000', '212613.907000', '212613.909000', '212613.912000', '212613.915000', '212613.917000', '212613.920000', '212613.922000', '212613.925000', '212613.928000', '212613.930000', '212613.933000', '212613.935000', '212613.938000', '212613.941000', '212613.943000', '212633.827000', '212633.831000', '212633.833000', '212633.836000', '212633.838000', '212633.841000', '212633.844000', '212633.846000', '212633.849000', '212633.852000', '212633.854000', '212633.857000', '212633.859000', '212633.862000', '212633.865000', '212633.867000', '212633.870000', '212633.873000', '212633.875000', '212633.878000', '212633.880000', '212633.883000', '212633.886000', '212633.888000', '212633.891000', '212633.894000', '212633.896000', '212633.899000', '212633.901000', '212633.904000', '212633.906000', '212633.909000', '212633.912000', '212633.914000', '212633.917000', '212633.920000', '212633.923000', '212633.926000', '212633.928000', '212633.931000', '212633.934000', '212633.936000', '212633.939000', '212653.827000', '212653.830000', '212653.833000', '212653.836000', '212653.838000', '212653.841000', '212653.844000', '212653.847000', '212653.849000', '212653.852000', '212653.855000', '212653.857000', '212653.860000', '212653.862000', '212653.865000', '212653.868000', '212653.870000', '212653.873000', '212653.876000', '212653.878000', '212653.881000', '212653.883000', '212653.886000', '212653.889000', '212653.891000', '212653.894000', '212653.897000', '212653.899000', '212653.902000', '212653.904000', '212653.907000', '212653.910000', '212653.912000', '212653.917000', '212653.919000', '212653.922000', '212653.925000', '212653.927000', '212653.930000', '212653.933000', '212653.935000', '212653.938000', '212653.940000', '212653.943000', '212713.828000', '212713.830000', '212713.833000', '212713.836000', '212713.839000', '212713.841000', '212713.844000', '212713.846000', '212713.849000', '212713.852000', '212713.854000', '212713.857000', '212713.859000', '212713.862000', '212713.865000', '212713.867000', '212713.870000', '212713.872000', '212713.875000', '212713.878000', '212713.880000', '212713.898000', '212713.900000', '212713.903000', '212713.905000', '212713.908000', '212713.910000', '212713.913000', '212713.916000', '212713.918000', '212713.921000', '212713.923000', '212713.926000', '212713.929000', '212713.931000', '212713.934000', '212713.937000', '212713.939000', '212713.942000', '212713.945000', '212713.947000', '212713.950000', '212713.952000', '212733.827000', '212733.831000', '212733.833000', '212733.836000', '212733.838000', '212733.841000', '212733.844000', '212733.846000', '212733.849000', '212733.852000', '212733.854000', '212733.857000', '212733.859000', '212733.862000', '212733.865000', '212733.867000', '212733.870000', '212733.873000', '212733.875000', '212733.878000', '212733.880000', '212733.883000', '212733.886000', '212733.888000', '212733.891000', '212733.894000', '212733.896000', '212733.899000', '212733.901000', '212733.904000', '212733.906000', '212733.909000', '212733.912000', '212733.914000', '212733.917000', '212733.919000', '212733.922000', '212733.925000', '212733.927000', '212733.930000', '212733.932000', '212733.935000', '212733.938000', '212733.940000', '212753.827000', '212753.830000', '212753.833000', '212753.836000', '212753.838000', '212753.841000', '212753.843000', '212753.846000', '212753.849000', '212753.851000', '212753.854000', '212753.857000', '212753.859000', '212753.862000', '212753.864000', '212753.867000', '212753.869000', '212753.872000', '212753.875000', '212753.877000', '212753.880000', '212753.883000', '212753.885000', '212753.888000', '212753.890000', '212753.893000', '212753.896000', '212753.898000', '212753.901000', '212753.903000', '212753.906000', '212753.909000', '212753.911000', '212753.914000', '212753.917000', '212753.919000', '212753.922000', '212753.925000', '212753.927000', '212753.930000', '212753.933000', '212753.935000', '212753.938000', '212813.827000', '212813.830000', '212813.833000', '212813.835000', '212813.839000', '212813.841000', '212813.844000', '212813.847000', '212813.849000', '212813.852000', '212813.854000', '212813.857000', '212813.860000', '212813.862000', '212813.865000', '212813.867000', '212813.870000', '212813.873000', '212813.876000', '212813.878000', '212813.881000', '212813.884000', '212813.886000', '212813.889000', '212813.892000', '212813.894000', '212813.897000', '212813.899000', '212813.902000', '212813.905000', '212813.907000', '212813.910000', '212813.913000', '212813.915000', '212813.918000', '212813.921000', '212813.923000', '212813.926000', '212813.928000', '212813.931000', '212813.934000', '212813.936000', '212813.939000', '212813.941000', '212833.828000', '212833.831000', '212833.833000', '212833.836000', '212833.839000', '212833.841000', '212833.844000', '212833.847000', '212833.849000', '212833.852000', '212833.854000', '212833.857000', '212833.860000', '212833.862000', '212833.865000', '212833.868000', '212833.870000', '212833.873000', '212833.876000', '212833.878000', '212833.881000', '212833.883000', '212833.886000', '212833.889000', '212833.891000', '212833.894000', '212833.896000', '212833.899000', '212833.902000', '212833.904000', '212833.907000', '212833.935000', '212833.938000', '212833.940000', '212833.943000', '212833.945000', '212833.948000', '212833.951000', '212833.953000', '212833.956000', '212833.958000', '212833.961000', '212833.964000', '212853.828000', '212853.830000', '212853.833000', '212853.836000', '212853.838000', '212853.841000', '212853.843000', '212853.846000', '212853.849000', '212853.851000', '212853.854000', '212853.857000', '212853.859000', '212853.862000', '212853.865000', '212853.868000', '212853.870000', '212853.873000', '212853.875000', '212853.878000', '212853.881000', '212853.884000', '212853.886000', '212853.889000', '212853.892000', '212853.894000', '212853.897000', '212853.899000', '212853.902000', '212853.905000', '212853.907000', '212853.910000', '212853.913000', '212853.915000', '212853.918000', '212853.920000', '212853.923000', '212853.926000', '212853.928000', '212853.931000', '212853.934000', '212853.936000', '212853.939000', '212853.942000', '212913.828000', '212913.831000', '212913.833000', '212913.836000', '212913.838000', '212913.841000', '212913.844000', '212913.846000', '212913.849000', '212913.852000', '212913.854000', '212913.857000', '212913.859000', '212913.862000', '212913.865000', '212913.867000', '212913.870000', '212913.873000', '212913.875000', '212913.878000', '212913.881000', '212913.883000', '212913.886000', '212913.888000', '212913.891000', '212913.894000', '212913.896000', '212913.899000', '212913.901000', '212913.904000', '212913.907000', '212913.909000', '212913.912000', '212913.914000', '212913.917000', '212913.920000', '212913.922000', '212913.925000', '212913.927000', '212913.930000', '212913.933000', '212913.935000', '212913.938000', '212933.827000', '212933.830000', '212933.833000', '212933.836000', '212933.838000', '212933.841000', '212933.843000', '212933.846000', '212933.849000', '212933.851000', '212933.854000', '212933.856000', '212933.859000', '212933.861000', '212933.864000', '212933.867000', '212933.869000', '212933.872000', '212933.875000', '212933.877000', '212933.880000', '212933.882000', '212933.885000', '212933.888000', '212933.890000', '212933.893000', '212933.895000', '212933.898000', '212933.901000', '212933.903000', '212933.906000', '212933.908000', '212933.911000', '212933.914000', '212933.916000', '212933.919000', '212933.921000', '212933.924000', '212933.927000', '212933.929000', '212933.932000', '212933.934000', '212933.937000', '212933.940000', '212953.828000', '212953.831000', '212953.833000', '212953.836000', '212953.838000', '212953.841000', '212953.844000', '212953.846000', '212953.849000', '212953.852000', '212953.854000', '212953.857000', '212953.859000', '212953.862000', '212953.865000', '212953.867000', '212953.870000', '212953.872000', '212953.875000', '212953.878000', '212953.880000', '212953.883000', '212953.886000', '212953.888000', '212953.891000', '212953.893000', '212953.896000', '212953.899000', '212953.908000', '212953.911000', '212953.913000', '212953.916000', '212953.919000', '212953.921000', '212953.924000', '212953.927000', '212953.930000', '212953.932000', '212953.935000', '212953.937000', '212953.940000', '212953.942000', '212953.945000', '213013.828000', '213013.830000', '213013.834000', '213013.836000', '213013.839000', '213013.842000', '213013.844000', '213013.847000', '213013.849000', '213013.852000', '213013.855000', '213013.858000', '213013.860000', '213013.863000', '213013.865000', '213013.868000', '213013.871000', '213013.873000', '213013.876000', '213013.879000', '213013.881000', '213013.884000', '213013.887000', '213013.889000', '213013.892000', '213013.895000', '213013.897000', '213013.900000', '213013.903000', '213013.905000', '213013.908000', '213013.910000', '213013.913000', '213013.916000', '213013.918000', '213013.921000', '213013.923000', '213013.926000', '213013.929000', '213013.931000', '213013.934000', '213013.936000', '213013.939000', '213013.942000', '213033.828000', '213033.831000', '213033.833000', '213033.836000', '213033.839000', '213033.841000', '213033.844000', '213033.847000', '213033.849000', '213033.852000', '213033.854000', '213033.857000', '213033.860000', '213033.862000', '213033.865000', '213033.868000', '213033.870000', '213033.873000', '213033.875000', '213033.878000', '213033.881000', '213033.883000', '213033.886000', '213033.888000', '213033.891000', '213033.894000', '213033.896000', '213033.899000', '213033.902000', '213033.904000', '213033.907000', '213033.910000', '213033.912000', '213033.915000', '213033.917000', '213033.920000', '213033.923000', '213033.925000', '213033.928000', '213033.931000', '213033.933000', '213033.936000', '213033.938000', '213053.828000', '213053.830000', '213053.833000', '213053.836000', '213053.838000', '213053.841000', '213053.843000', '213053.846000', '213053.849000', '213053.852000', '213053.854000', '213053.857000', '213053.860000', '213053.862000', '213053.865000', '213053.867000', '213053.872000', '213053.875000', '213053.878000', '213053.880000', '213053.883000', '213053.886000', '213053.888000', '213053.891000', '213053.894000', '213053.896000', '213053.899000', '213053.901000', '213053.904000', '213053.907000', '213053.909000', '213053.912000', '213053.915000', '213053.917000', '213053.920000', '213053.923000', '213053.925000', '213053.928000', '213053.930000', '213053.933000', '213053.936000', '213053.938000', '213053.941000', '213053.944000', '213113.828000', '213113.831000', '213113.834000', '213113.836000', '213113.839000', '213113.841000', '213113.844000', '213113.847000', '213113.849000', '213113.852000', '213113.860000', '213113.862000', '213113.865000', '213113.868000', '213113.870000', '213113.873000', '213113.876000', '213113.878000', '213113.881000', '213113.884000', '213113.886000', '213113.889000', '213113.891000', '213113.894000', '213113.897000', '213113.899000', '213113.902000', '213113.904000', '213113.907000', '213113.910000', '213113.912000', '213113.915000', '213113.918000', '213113.920000', '213113.923000', '213113.925000', '213113.928000', '213113.931000', '213113.933000', '213113.936000', '213113.939000', '213113.941000', '213113.944000', '213133.826000', '213133.830000', '213133.832000', '213133.835000', '213133.837000', '213133.840000', '213133.843000', '213133.846000', '213133.848000', '213133.851000', '213133.854000', '213133.857000', '213133.860000', '213133.862000', '213133.865000', '213133.868000', '213133.871000', '213133.874000', '213133.877000', '213133.880000', '213133.882000', '213133.885000', '213133.887000', '213133.890000', '213133.893000', '213133.895000', '213133.898000', '213133.901000', '213133.903000', '213133.906000', '213133.908000', '213133.911000', '213133.914000', '213133.916000', '213133.919000', '213133.921000', '213133.924000', '213133.927000', '213133.929000', '213133.932000', '213133.935000', '213133.937000', '213133.940000', '213143.942000', '213143.945000', '213143.948000', '213143.951000', '213143.954000', '213143.957000', '213143.959000', '213143.962000', '213143.965000', '213143.968000', '213143.972000', '213143.975000', '213143.978000', '213143.988000', '213143.992000', '213143.995000', '213143.998000', '213144.001000', '213144.004000', '213144.007000', '213144.010000', '213144.012000', '213144.015000'], 'InstanceCreationTime': ['212133.861000', '212133.865000', '212133.867000', '212133.870000', '212133.873000', '212133.876000', '212133.879000', '212133.881000', '212133.884000', '212133.887000', '212133.893000', '212133.896000', '212133.898000', '212133.901000', '212133.904000', '212133.906000', '212133.909000', '212133.911000', '212133.914000', '212133.917000', '212133.919000', '212133.922000', '212133.929000', '212133.931000', '212133.940000', '212133.942000', '212133.945000', '212133.948000', '212133.950000', '212133.953000', '212133.956000', '212133.958000', '212133.961000', '212133.963000', '212133.966000', '212133.969000', '212133.971000', '212133.974000', '212133.977000', '212133.979000', '212133.982000', '212133.985000', '212133.988000', '212133.990000', '212133.993000', '212133.995000', '212133.998000', '212134.001000', '212134.004000', '212153.827000', '212153.830000', '212153.833000', '212153.835000', '212153.838000', '212153.840000', '212153.843000', '212153.846000', '212153.848000', '212153.851000', '212153.854000', '212153.856000', '212153.859000', '212153.861000', '212153.864000', '212153.867000', '212153.869000', '212153.872000', '212153.874000', '212153.877000', '212153.880000', '212153.882000', '212153.885000', '212153.887000', '212153.890000', '212153.892000', '212153.895000', '212153.897000', '212153.900000', '212153.903000', '212153.905000', '212153.908000', '212153.910000', '212153.913000', '212153.916000', '212153.918000', '212153.921000', '212153.923000', '212153.926000', '212153.928000', '212153.931000', '212153.933000', '212153.936000', '212153.939000', '212213.827000', '212213.836000', '212213.838000', '212213.841000', '212213.844000', '212213.846000', '212213.849000', '212213.851000', '212213.854000', '212213.857000', '212213.859000', '212213.862000', '212213.864000', '212213.867000', '212213.869000', '212213.872000', '212213.875000', '212213.877000', '212213.880000', '212213.883000', '212213.885000', '212213.888000', '212213.891000', '212213.893000', '212213.896000', '212213.898000', '212213.901000', '212213.903000', '212213.906000', '212213.909000', '212213.911000', '212213.914000', '212213.916000', '212213.919000', '212213.922000', '212213.924000', '212213.927000', '212213.929000', '212213.932000', '212213.934000', '212213.937000', '212213.940000', '212213.942000', '212233.826000', '212233.829000', '212233.832000', '212233.835000', '212233.838000', '212233.841000', '212233.843000', '212233.846000', '212233.849000', '212233.851000', '212233.854000', '212233.856000', '212233.859000', '212233.862000', '212233.864000', '212233.867000', '212233.869000', '212233.872000', '212233.875000', '212233.877000', '212233.880000', '212233.882000', '212233.885000', '212233.888000', '212233.890000', '212233.893000', '212233.896000', '212233.898000', '212233.901000', '212233.903000', '212233.906000', '212233.909000', '212233.911000', '212233.924000', '212233.928000', '212233.931000', '212233.934000', '212233.936000', '212233.939000', '212233.941000', '212233.944000', '212233.947000', '212233.949000', '212233.952000', '212253.828000', '212253.830000', '212253.833000', '212253.836000', '212253.838000', '212253.841000', '212253.844000', '212253.847000', '212253.849000', '212253.852000', '212253.854000', '212253.857000', '212253.860000', '212253.862000', '212253.865000', '212253.867000', '212253.870000', '212253.873000', '212253.875000', '212253.878000', '212253.881000', '212253.883000', '212253.886000', '212253.889000', '212253.891000', '212253.894000', '212253.896000', '212253.899000', '212253.901000', '212253.904000', '212253.907000', '212253.909000', '212253.912000', '212253.915000', '212253.917000', '212253.920000', '212253.922000', '212253.925000', '212253.927000', '212253.930000', '212253.933000', '212253.935000', '212253.938000', '212313.828000', '212313.830000', '212313.833000', '212313.835000', '212313.838000', '212313.841000', '212313.843000', '212313.846000', '212313.849000', '212313.851000', '212313.854000', '212313.856000', '212313.859000', '212313.862000', '212313.864000', '212313.867000', '212313.870000', '212313.872000', '212313.875000', '212313.877000', '212313.880000', '212313.883000', '212313.885000', '212313.888000', '212313.890000', '212313.896000', '212313.899000', '212313.902000', '212313.904000', '212313.907000', '212313.910000', '212313.912000', '212313.915000', '212313.917000', '212313.920000', '212313.923000', '212313.925000', '212313.928000', '212313.930000', '212313.933000', '212313.936000', '212313.938000', '212313.941000', '212313.943000', '212333.828000', '212333.830000', '212333.833000', '212333.836000', '212333.838000', '212333.841000', '212333.844000', '212333.846000', '212333.849000', '212333.851000', '212333.854000', '212333.857000', '212333.859000', '212333.862000', '212333.865000', '212333.867000', '212333.870000', '212333.872000', '212333.875000', '212333.878000', '212333.880000', '212333.883000', '212333.886000', '212333.888000', '212333.891000', '212333.893000', '212333.896000', '212333.899000', '212333.901000', '212333.904000', '212333.907000', '212333.909000', '212333.912000', '212333.914000', '212333.917000', '212333.920000', '212333.922000', '212333.925000', '212333.928000', '212333.930000', '212333.933000', '212333.936000', '212333.938000', '212353.828000', '212353.831000', '212353.833000', '212353.836000', '212353.838000', '212353.841000', '212353.844000', '212353.846000', '212353.849000', '212353.851000', '212353.854000', '212353.857000', '212353.859000', '212353.862000', '212353.864000', '212353.867000', '212353.870000', '212353.873000', '212353.876000', '212353.878000', '212353.881000', '212353.884000', '212353.886000', '212353.889000', '212353.891000', '212353.894000', '212353.897000', '212353.899000', '212353.902000', '212353.905000', '212353.908000', '212353.910000', '212353.913000', '212353.916000', '212353.918000', '212353.921000', '212353.923000', '212353.926000', '212353.929000', '212353.931000', '212353.934000', '212353.937000', '212353.939000', '212413.828000', '212413.830000', '212413.833000', '212413.836000', '212413.838000', '212413.841000', '212413.844000', '212413.846000', '212413.849000', '212413.851000', '212413.854000', '212413.857000', '212413.860000', '212413.862000', '212413.865000', '212413.868000', '212413.870000', '212413.873000', '212413.875000', '212413.878000', '212413.881000', '212413.883000', '212413.886000', '212413.889000', '212413.891000', '212413.894000', '212413.896000', '212413.899000', '212413.902000', '212413.911000', '212413.913000', '212413.916000', '212413.918000', '212413.921000', '212413.924000', '212413.926000', '212413.929000', '212413.931000', '212413.934000', '212413.937000', '212413.939000', '212413.942000', '212413.945000', '212413.947000', '212433.827000', '212433.830000', '212433.833000', '212433.835000', '212433.838000', '212433.841000', '212433.843000', '212433.846000', '212433.849000', '212433.851000', '212433.854000', '212433.857000', '212433.860000', '212433.863000', '212433.865000', '212433.868000', '212433.871000', '212433.873000', '212433.876000', '212433.879000', '212433.881000', '212433.884000', '212433.887000', '212433.896000', '212433.898000', '212433.901000', '212433.904000', '212433.906000', '212433.909000', '212433.911000', '212433.914000', '212433.917000', '212433.919000', '212433.922000', '212433.924000', '212433.927000', '212433.930000', '212433.932000', '212433.935000', '212433.938000', '212433.940000', '212433.943000', '212433.945000', '212453.826000', '212453.830000', '212453.832000', '212453.835000', '212453.837000', '212453.840000', '212453.843000', '212453.845000', '212453.848000', '212453.851000', '212453.853000', '212453.856000', '212453.859000', '212453.861000', '212453.864000', '212453.867000', '212453.869000', '212453.872000', '212453.874000', '212453.877000', '212453.880000', '212453.882000', '212453.885000', '212453.887000', '212453.890000', '212453.893000', '212453.895000', '212453.898000', '212453.901000', '212453.904000', '212453.906000', '212453.909000', '212453.911000', '212453.914000', '212453.917000', '212453.919000', '212453.922000', '212453.925000', '212453.927000', '212453.930000', '212453.932000', '212453.935000', '212453.938000', '212453.940000', '212513.827000', '212513.830000', '212513.833000', '212513.836000', '212513.838000', '212513.841000', '212513.843000', '212513.846000', '212513.849000', '212513.851000', '212513.854000', '212513.857000', '212513.859000', '212513.862000', '212513.865000', '212513.867000', '212513.870000', '212513.872000', '212513.875000', '212513.878000', '212513.880000', '212513.883000', '212513.886000', '212513.889000', '212513.892000', '212513.894000', '212513.897000', '212513.900000', '212513.902000', '212513.905000', '212513.907000', '212513.910000', '212513.913000', '212513.916000', '212513.919000', '212513.921000', '212513.924000', '212513.927000', '212513.929000', '212513.932000', '212513.934000', '212513.937000', '212513.940000', '212533.827000', '212533.830000', '212533.833000', '212533.835000', '212533.838000', '212533.841000', '212533.844000', '212533.846000', '212533.849000', '212533.852000', '212533.854000', '212533.857000', '212533.860000', '212533.862000', '212533.865000', '212533.867000', '212533.870000', '212533.873000', '212533.875000', '212533.878000', '212533.880000', '212533.883000', '212533.886000', '212533.888000', '212533.891000', '212533.894000', '212533.896000', '212533.899000', '212533.902000', '212533.904000', '212533.907000', '212533.909000', '212533.912000', '212533.915000', '212533.917000', '212533.920000', '212533.922000', '212533.925000', '212533.928000', '212533.930000', '212533.933000', '212533.936000', '212533.938000', '212533.941000', '212553.827000', '212553.830000', '212553.833000', '212553.836000', '212553.838000', '212553.841000', '212553.843000', '212553.846000', '212553.849000', '212553.851000', '212553.891000', '212553.894000', '212553.896000', '212553.899000', '212553.902000', '212553.905000', '212553.908000', '212553.910000', '212553.913000', '212553.915000', '212553.918000', '212553.921000', '212553.923000', '212553.926000', '212553.929000', '212553.931000', '212553.934000', '212553.937000', '212553.939000', '212553.942000', '212553.945000', '212553.947000', '212553.950000', '212553.953000', '212553.955000', '212553.958000', '212553.961000', '212553.963000', '212553.966000', '212553.968000', '212553.971000', '212553.974000', '212553.976000', '212613.828000', '212613.830000', '212613.833000', '212613.836000', '212613.838000', '212613.841000', '212613.843000', '212613.849000', '212613.852000', '212613.855000', '212613.857000', '212613.860000', '212613.862000', '212613.865000', '212613.868000', '212613.870000', '212613.873000', '212613.876000', '212613.878000', '212613.881000', '212613.883000', '212613.886000', '212613.889000', '212613.891000', '212613.894000', '212613.896000', '212613.899000', '212613.902000', '212613.904000', '212613.907000', '212613.909000', '212613.912000', '212613.915000', '212613.917000', '212613.920000', '212613.922000', '212613.925000', '212613.928000', '212613.930000', '212613.933000', '212613.935000', '212613.938000', '212613.941000', '212613.943000', '212633.827000', '212633.831000', '212633.833000', '212633.836000', '212633.838000', '212633.841000', '212633.844000', '212633.846000', '212633.849000', '212633.852000', '212633.854000', '212633.857000', '212633.859000', '212633.862000', '212633.865000', '212633.867000', '212633.870000', '212633.873000', '212633.875000', '212633.878000', '212633.880000', '212633.883000', '212633.886000', '212633.888000', '212633.891000', '212633.894000', '212633.896000', '212633.899000', '212633.901000', '212633.904000', '212633.906000', '212633.909000', '212633.912000', '212633.914000', '212633.917000', '212633.920000', '212633.923000', '212633.926000', '212633.928000', '212633.931000', '212633.934000', '212633.936000', '212633.939000', '212653.827000', '212653.830000', '212653.833000', '212653.836000', '212653.838000', '212653.841000', '212653.844000', '212653.847000', '212653.849000', '212653.852000', '212653.855000', '212653.857000', '212653.860000', '212653.862000', '212653.865000', '212653.868000', '212653.870000', '212653.873000', '212653.876000', '212653.878000', '212653.881000', '212653.883000', '212653.886000', '212653.889000', '212653.891000', '212653.894000', '212653.897000', '212653.899000', '212653.902000', '212653.904000', '212653.907000', '212653.910000', '212653.912000', '212653.917000', '212653.919000', '212653.922000', '212653.925000', '212653.927000', '212653.930000', '212653.933000', '212653.935000', '212653.938000', '212653.940000', '212653.943000', '212713.828000', '212713.830000', '212713.833000', '212713.836000', '212713.839000', '212713.841000', '212713.844000', '212713.846000', '212713.849000', '212713.852000', '212713.854000', '212713.857000', '212713.859000', '212713.862000', '212713.865000', '212713.867000', '212713.870000', '212713.872000', '212713.875000', '212713.878000', '212713.880000', '212713.898000', '212713.900000', '212713.903000', '212713.905000', '212713.908000', '212713.910000', '212713.913000', '212713.916000', '212713.918000', '212713.921000', '212713.923000', '212713.926000', '212713.929000', '212713.931000', '212713.934000', '212713.937000', '212713.939000', '212713.942000', '212713.945000', '212713.947000', '212713.950000', '212713.952000', '212733.827000', '212733.831000', '212733.833000', '212733.836000', '212733.838000', '212733.841000', '212733.844000', '212733.846000', '212733.849000', '212733.852000', '212733.854000', '212733.857000', '212733.859000', '212733.862000', '212733.865000', '212733.867000', '212733.870000', '212733.873000', '212733.875000', '212733.878000', '212733.880000', '212733.883000', '212733.886000', '212733.888000', '212733.891000', '212733.894000', '212733.896000', '212733.899000', '212733.901000', '212733.904000', '212733.906000', '212733.909000', '212733.912000', '212733.914000', '212733.917000', '212733.919000', '212733.922000', '212733.925000', '212733.927000', '212733.930000', '212733.932000', '212733.935000', '212733.938000', '212733.940000', '212753.827000', '212753.830000', '212753.833000', '212753.836000', '212753.838000', '212753.841000', '212753.843000', '212753.846000', '212753.849000', '212753.851000', '212753.854000', '212753.857000', '212753.859000', '212753.862000', '212753.864000', '212753.867000', '212753.869000', '212753.872000', '212753.875000', '212753.877000', '212753.880000', '212753.883000', '212753.885000', '212753.888000', '212753.890000', '212753.893000', '212753.896000', '212753.898000', '212753.901000', '212753.903000', '212753.906000', '212753.909000', '212753.911000', '212753.914000', '212753.917000', '212753.919000', '212753.922000', '212753.925000', '212753.927000', '212753.930000', '212753.933000', '212753.935000', '212753.938000', '212813.827000', '212813.830000', '212813.833000', '212813.835000', '212813.839000', '212813.841000', '212813.844000', '212813.847000', '212813.849000', '212813.852000', '212813.854000', '212813.857000', '212813.860000', '212813.862000', '212813.865000', '212813.867000', '212813.870000', '212813.873000', '212813.876000', '212813.878000', '212813.881000', '212813.884000', '212813.886000', '212813.889000', '212813.892000', '212813.894000', '212813.897000', '212813.899000', '212813.902000', '212813.905000', '212813.907000', '212813.910000', '212813.913000', '212813.915000', '212813.918000', '212813.921000', '212813.923000', '212813.926000', '212813.928000', '212813.931000', '212813.934000', '212813.936000', '212813.939000', '212813.941000', '212833.828000', '212833.831000', '212833.833000', '212833.836000', '212833.839000', '212833.841000', '212833.844000', '212833.847000', '212833.849000', '212833.852000', '212833.854000', '212833.857000', '212833.860000', '212833.862000', '212833.865000', '212833.868000', '212833.870000', '212833.873000', '212833.876000', '212833.878000', '212833.881000', '212833.883000', '212833.886000', '212833.889000', '212833.891000', '212833.894000', '212833.896000', '212833.899000', '212833.902000', '212833.904000', '212833.907000', '212833.935000', '212833.938000', '212833.940000', '212833.943000', '212833.945000', '212833.948000', '212833.951000', '212833.953000', '212833.956000', '212833.958000', '212833.961000', '212833.964000', '212853.828000', '212853.830000', '212853.833000', '212853.836000', '212853.838000', '212853.841000', '212853.843000', '212853.846000', '212853.849000', '212853.851000', '212853.854000', '212853.857000', '212853.859000', '212853.862000', '212853.865000', '212853.868000', '212853.870000', '212853.873000', '212853.875000', '212853.878000', '212853.881000', '212853.884000', '212853.886000', '212853.889000', '212853.892000', '212853.894000', '212853.897000', '212853.899000', '212853.902000', '212853.905000', '212853.907000', '212853.910000', '212853.913000', '212853.915000', '212853.918000', '212853.920000', '212853.923000', '212853.926000', '212853.928000', '212853.931000', '212853.934000', '212853.936000', '212853.939000', '212853.942000', '212913.828000', '212913.831000', '212913.833000', '212913.836000', '212913.838000', '212913.841000', '212913.844000', '212913.846000', '212913.849000', '212913.852000', '212913.854000', '212913.857000', '212913.859000', '212913.862000', '212913.865000', '212913.867000', '212913.870000', '212913.873000', '212913.875000', '212913.878000', '212913.881000', '212913.883000', '212913.886000', '212913.888000', '212913.891000', '212913.894000', '212913.896000', '212913.899000', '212913.901000', '212913.904000', '212913.907000', '212913.909000', '212913.912000', '212913.914000', '212913.917000', '212913.920000', '212913.922000', '212913.925000', '212913.927000', '212913.930000', '212913.933000', '212913.935000', '212913.938000', '212933.827000', '212933.830000', '212933.833000', '212933.836000', '212933.838000', '212933.841000', '212933.843000', '212933.846000', '212933.849000', '212933.851000', '212933.854000', '212933.856000', '212933.859000', '212933.861000', '212933.864000', '212933.867000', '212933.869000', '212933.872000', '212933.875000', '212933.877000', '212933.880000', '212933.882000', '212933.885000', '212933.888000', '212933.890000', '212933.893000', '212933.895000', '212933.898000', '212933.901000', '212933.903000', '212933.906000', '212933.908000', '212933.911000', '212933.914000', '212933.916000', '212933.919000', '212933.921000', '212933.924000', '212933.927000', '212933.929000', '212933.932000', '212933.934000', '212933.937000', '212933.940000', '212953.828000', '212953.831000', '212953.833000', '212953.836000', '212953.838000', '212953.841000', '212953.844000', '212953.846000', '212953.849000', '212953.852000', '212953.854000', '212953.857000', '212953.859000', '212953.862000', '212953.865000', '212953.867000', '212953.870000', '212953.872000', '212953.875000', '212953.878000', '212953.880000', '212953.883000', '212953.886000', '212953.888000', '212953.891000', '212953.893000', '212953.896000', '212953.899000', '212953.908000', '212953.911000', '212953.913000', '212953.916000', '212953.919000', '212953.921000', '212953.924000', '212953.927000', '212953.930000', '212953.932000', '212953.935000', '212953.937000', '212953.940000', '212953.942000', '212953.945000', '213013.828000', '213013.830000', '213013.834000', '213013.836000', '213013.839000', '213013.842000', '213013.844000', '213013.847000', '213013.849000', '213013.852000', '213013.855000', '213013.858000', '213013.860000', '213013.863000', '213013.865000', '213013.868000', '213013.871000', '213013.873000', '213013.876000', '213013.879000', '213013.881000', '213013.884000', '213013.887000', '213013.889000', '213013.892000', '213013.895000', '213013.897000', '213013.900000', '213013.903000', '213013.905000', '213013.908000', '213013.910000', '213013.913000', '213013.916000', '213013.918000', '213013.921000', '213013.923000', '213013.926000', '213013.929000', '213013.931000', '213013.934000', '213013.936000', '213013.939000', '213013.942000', '213033.828000', '213033.831000', '213033.833000', '213033.836000', '213033.839000', '213033.841000', '213033.844000', '213033.847000', '213033.849000', '213033.852000', '213033.854000', '213033.857000', '213033.860000', '213033.862000', '213033.865000', '213033.868000', '213033.870000', '213033.873000', '213033.875000', '213033.878000', '213033.881000', '213033.883000', '213033.886000', '213033.888000', '213033.891000', '213033.894000', '213033.896000', '213033.899000', '213033.902000', '213033.904000', '213033.907000', '213033.910000', '213033.912000', '213033.915000', '213033.917000', '213033.920000', '213033.923000', '213033.925000', '213033.928000', '213033.931000', '213033.933000', '213033.936000', '213033.938000', '213053.828000', '213053.830000', '213053.833000', '213053.836000', '213053.838000', '213053.841000', '213053.843000', '213053.846000', '213053.849000', '213053.852000', '213053.854000', '213053.857000', '213053.860000', '213053.862000', '213053.865000', '213053.867000', '213053.872000', '213053.875000', '213053.878000', '213053.880000', '213053.883000', '213053.886000', '213053.888000', '213053.891000', '213053.894000', '213053.896000', '213053.899000', '213053.901000', '213053.904000', '213053.907000', '213053.909000', '213053.912000', '213053.915000', '213053.917000', '213053.920000', '213053.923000', '213053.925000', '213053.928000', '213053.930000', '213053.933000', '213053.936000', '213053.938000', '213053.941000', '213053.944000', '213113.828000', '213113.831000', '213113.834000', '213113.836000', '213113.839000', '213113.841000', '213113.844000', '213113.847000', '213113.849000', '213113.852000', '213113.860000', '213113.862000', '213113.865000', '213113.868000', '213113.870000', '213113.873000', '213113.876000', '213113.878000', '213113.881000', '213113.884000', '213113.886000', '213113.889000', '213113.891000', '213113.894000', '213113.897000', '213113.899000', '213113.902000', '213113.904000', '213113.907000', '213113.910000', '213113.912000', '213113.915000', '213113.918000', '213113.920000', '213113.923000', '213113.925000', '213113.928000', '213113.931000', '213113.933000', '213113.936000', '213113.939000', '213113.941000', '213113.944000', '213133.826000', '213133.830000', '213133.832000', '213133.835000', '213133.837000', '213133.840000', '213133.843000', '213133.846000', '213133.848000', '213133.851000', '213133.854000', '213133.857000', '213133.860000', '213133.862000', '213133.865000', '213133.868000', '213133.871000', '213133.874000', '213133.877000', '213133.880000', '213133.882000', '213133.885000', '213133.887000', '213133.890000', '213133.893000', '213133.895000', '213133.898000', '213133.901000', '213133.903000', '213133.906000', '213133.908000', '213133.911000', '213133.914000', '213133.916000', '213133.919000', '213133.921000', '213133.924000', '213133.927000', '213133.929000', '213133.932000', '213133.935000', '213133.937000', '213133.940000', '213143.942000', '213143.945000', '213143.948000', '213143.951000', '213143.954000', '213143.957000', '213143.959000', '213143.962000', '213143.965000', '213143.968000', '213143.972000', '213143.975000', '213143.978000', '213143.988000', '213143.992000', '213143.995000', '213143.998000', '213144.001000', '213144.004000', '213144.007000', '213144.010000', '213144.012000', '213144.015000'], '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': [9113, 10783, 10514, 16403, 7932, 12831, 6910, 9567, 7118, 9758, 6942, 8948, 7300, 9577, 7051, 8901, 7277, 10280, 8242, 11385, 7162, 10045, 7051, 9864, 7249, 9020, 12452, 8448, 13809, 7853, 10930, 7322, 8622, 6964, 8257, 7164, 7980, 8087, 7267, 9177, 7117, 11989, 7385, 11934, 8896, 12483, 7689, 10352, 7189, 9025, 7431, 8112, 13357, 8404, 13598, 7385, 11465, 7077, 9657, 7029, 8412, 8960, 7931, 12114, 7331, 12211, 7025, 10577, 7253, 10021, 6982, 8526, 7229, 7758, 9039, 7221, 14833, 9371, 12460, 7121, 9473, 6961, 8213, 13335, 8911, 14952, 8124, 11385, 7073, 8816, 7484, 8299, 13391, 7418, 13252, 7216, 9515, 7226, 7981, 14771, 8059, 11657, 7133, 8178, 9636, 7251, 14055, 9377, 12146, 7377, 9355, 7021, 8254, 7445, 7751, 13837, 8958, 13111, 7359, 11079, 7009, 8383, 7155, 7752, 13846, 7643, 12023, 7127, 9884, 6916, 8852, 7264, 8678, 7381, 7692, 10679, 7399, 12233, 8012, 12118, 7107, 8846, 7584, 7768, 14023, 7358, 13357, 8645, 10164, 7393, 8443, 7560, 7487, 12612, 8481, 13307, 7290, 10626, 7121, 8663, 6894, 9220, 7509, 8202, 9459, 7366, 13172, 7461, 13256, 9533, 12022, 7257, 9066, 7022, 8114, 12645, 9053, 15633, 7628, 11696, 7196, 9641, 7075, 8540, 8358, 7880, 13428, 6960, 11208, 7049, 9527, 7356, 7992, 11262, 7371, 13784, 7670, 11677, 7154, 8696, 9031, 7991, 13693, 7373, 12753, 7147, 10934, 6978, 9055, 7064, 8346, 7311, 8099, 8296, 7346, 12135, 7472, 13461, 8930, 11722, 7088, 9343, 7063, 9191, 7265, 8269, 8341, 7504, 10590, 7880, 12651, 7919, 10193, 7494, 10096, 7576, 11178, 7616, 13587, 9114, 13473, 10236, 10463, 7958, 10124, 7247, 13001, 7519, 12944, 9014, 11875, 7838, 11165, 7604, 8888, 7236, 8493, 8705, 7737, 14179, 9045, 13276, 7964, 12069, 7403, 10767, 7304, 10244, 7666, 8892, 7612, 8374, 9647, 8023, 14464, 9659, 15631, 8281, 12500, 7662, 11222, 7480, 10441, 7475, 9260, 7399, 8670, 9027, 7613, 14495, 9465, 12153, 7651, 10601, 7036, 8599, 7301, 8125, 9426, 7308, 13321, 9509, 12251, 7515, 11516, 7132, 10629, 7139, 9511, 7520, 10503, 7909, 11562, 7426, 9355, 7310, 9985, 7252, 9607, 8573, 8822, 13935, 9559, 14758, 10766, 12497, 8207, 11211, 7693, 12486, 13850, 11071, 14697, 7991, 15847, 7576, 12502, 10079, 10743, 7636, 8694, 7875, 7491, 11985, 7054, 11271, 8035, 10271, 7188, 7900, 7098, 7287, 9274, 7326, 11782, 8488, 11375, 7453, 10094, 7301, 8630, 7051, 12222, 8307, 12227, 9261, 11684, 7994, 12417, 7880, 13774, 9215, 12151, 8099, 14719, 9313, 8811, 9801, 7596, 11071, 7036, 12327, 9938, 15034, 8205, 11481, 7384, 11448, 7615, 13177, 9832, 15845, 9623, 12376, 8043, 11039, 7171, 9508, 7751, 13251, 7592, 8858, 7081, 8361, 8922, 7344, 13009, 9498, 17279, 8034, 12447, 7127, 10934, 7392, 11563, 8565, 13417, 7837, 10207, 7380, 8141, 7131, 7909, 7520, 9490, 9901, 7953, 11326, 7329, 11801, 7391, 11176, 7918, 9756, 6983, 8046, 7211, 7573, 10834, 8470, 12223, 7359, 10406, 7371, 8724, 6903, 8179, 7557, 7996, 11248, 7127, 11753, 7118, 10525, 7114, 8193, 7359, 7654, 9067, 7094, 13133, 9045, 12587, 7325, 8707, 7204, 8349, 8417, 7757, 14732, 9721, 13402, 7447, 11046, 7121, 9626, 7422, 10029, 10432, 7609, 12949, 7080, 10469, 7140, 9766, 6995, 8318, 8328, 7613, 12996, 7779, 13692, 10083, 10970, 7270, 8629, 7044, 7726, 8486, 7554, 11852, 7566, 11692, 7119, 10266, 7205, 10717, 11411, 8001, 15430, 7341, 11872, 9527, 11918, 7927, 8857, 7120, 8211, 7922, 7514, 15194, 10023, 13560, 7328, 10868, 7046, 7961, 7554, 8007, 12466, 7304, 12653, 7315, 9901, 7184, 8094, 10678, 7418, 12305, 7185, 9200, 7400, 7923, 8895, 7384, 13423, 8159, 10785, 7313, 9531, 6839, 8796, 8108, 7927, 13691, 9592, 13586, 8026, 12571, 7176, 11180, 7254, 9793, 7688, 10990, 7776, 8744, 7829, 7922, 10250, 7368, 13514, 10633, 12323, 7236, 11299, 7201, 11261, 7272, 12540, 8930, 14191, 9569, 11876, 7847, 10048, 7095, 9792, 7637, 8319, 10178, 8739, 16962, 13294, 15005, 9042, 10731, 7303, 9885, 7023, 12386, 9073, 12927, 8768, 12227, 7566, 11562, 7410, 11975, 10198, 13888, 9910, 12880, 7248, 10317, 7289, 9189, 7318, 12783, 8325, 13360, 9824, 10341, 7166, 9025, 7197, 13920, 8743, 12161, 8412, 10816, 6983, 8244, 6977, 7875, 6991, 7452, 8700, 8207, 7709, 7600, 8928, 7283, 12318, 7876, 12995, 9318, 11296, 7174, 8896, 6999, 8315, 7795, 9267, 7917, 8324, 9676, 7429, 13322, 9310, 14700, 10202, 12547, 7864, 10143, 7146, 8052, 7898, 8880, 10063, 7678, 11186, 7069, 12466, 7968, 12708, 8549, 11688, 7257, 8283, 7302, 7854, 8098, 7487, 13155, 7442, 12421, 7201, 11783, 6897, 10959, 9189, 11809, 7063, 9052, 6871, 8014, 7270, 7689, 10309, 8032, 12772, 7351, 12199, 7091, 10541, 7282, 10584, 7295, 9328, 7087, 8228, 7051, 7821, 8531, 8225, 10672, 8025, 10857, 7374, 12191, 7179, 12747, 8641, 10796, 7068, 8198, 6993, 7871, 7875, 8372, 8027, 7986, 9367, 7188, 12385, 7277, 12992, 9178, 11231, 7199, 9045, 6803, 8164, 7293, 8837, 7357, 8492, 7769, 7430, 11116, 8422, 15071, 10026, 12589, 7177, 11070, 7038, 9855, 7512, 10885, 7171, 8135, 6958, 7589, 10170, 8018, 14984, 7636, 12248, 7207, 11109, 8098, 11942, 8007, 9735, 7157, 8405, 7089, 9389, 7845, 10089, 7607, 8379, 10369, 7542, 14940, 10437, 16659, 9069, 12275, 7252, 10312, 7161, 9763, 7288, 9370, 7039, 8137, 7265, 8111, 7230, 9243, 7259, 8385, 7158, 7940, 7747, 8145, 8249, 8259, 9458, 7851, 11345, 7544, 14422, 8248, 12363, 7208, 11759, 7423, 13079, 9960, 14014, 8009, 10645, 7346, 9539, 6964, 10365, 7240, 9110, 7326, 7901, 6863, 8409, 7365, 9476, 7269, 8509, 7316, 8212, 7365, 9105, 7619, 9577, 7114, 8604, 7508, 7878, 9531, 7773, 13190, 7329, 12264, 7446, 11908, 7179, 11908, 9366, 12017, 7533, 9635, 7069, 8981, 7104, 9391, 7138, 9886, 7032, 8404, 7386, 8239, 7151, 8528, 7914, 8417, 8408, 7961, 9606, 7154, 13548, 9812, 12757, 7438, 11411, 7182, 10661, 7706, 12195, 8374, 11061, 7095, 9672, 6901, 9478, 7174, 10977, 7025, 8681, 7107, 8315, 7753, 8232, 11673, 8367, 10412, 7337, 9308, 7211, 10961, 7949, 11745, 9579, 8819, 7341, 9071, 7387, 12332, 8951, 15298, 10959, 13741, 7670, 11570, 7204, 12631, 8324, 14028, 9453, 15328, 7877, 11415, 7140, 10403, 7729, 11566, 7329, 9376, 6993, 8294, 7477, 8174, 9015, 8663, 7305, 8453, 7314, 8157, 8209, 7520, 11486, 9038, 15307, 7602, 13122, 7191, 11541, 8427, 12533, 9341, 10809, 6948, 9208, 7528, 9635, 7643, 12144, 7240, 9295, 7320, 8460, 7054, 8100, 8290, 8600, 7398, 7875, 8062, 7490, 11871, 8824, 14821, 7717, 11857, 7182, 9825, 7094, 9903, 7416, 9820, 7409, 8024, 7145, 7975, 8779, 7762, 13320, 8972, 13688, 8227, 11186, 7447, 9896, 6956, 10035, 7445, 10241, 7024, 8198, 7160, 8061, 7372, 8216, 8691, 8090, 8360, 7878, 8998, 7248, 12199, 9356, 10914, 7331, 11127, 7307, 11588, 7277, 10615, 7447, 10386, 7295, 8049, 7064, 8083, 9024, 7347, 13858, 9259, 12298, 7819, 9801, 7181, 8156, 6929, 8275, 8322, 8151, 6957, 8545, 7844, 7716, 8837, 8438, 9433, 8183, 8322, 8135, 9040, 7460, 13839, 9805, 15726, 9484, 12556, 7322, 11447, 9197, 12420, 9451, 10375, 7172, 9670, 7054, 8347, 7523, 10514, 7343, 8400, 7566, 8126, 9019, 7519, 13553, 9317, 13237, 7395, 11260, 7007, 11520, 9272, 12595, 7950, 10480, 7466, 9318, 7132, 10834, 7206, 8139, 7218, 7912, 8118, 7570, 12749, 9131, 15185, 7568, 12012, 7191, 10547, 8259, 12207, 8601, 10771, 7340, 9241, 7420, 8801, 7200, 9935, 7169, 8131, 7212, 8334, 8246, 7736, 13627, 8324, 12973, 7223, 11982, 7102, 11433, 8818, 11493, 7065, 8915, 7232, 8379, 7142, 8473, 7738, 8801, 6936, 8279, 7776, 8051, 8602, 7725, 11346, 8769, 12181, 7434, 10597, 7126, 11318, 7284, 12543, 9519, 11006, 7274, 9816, 7520, 10826, 8381, 12778, 8110, 11839, 7190, 10716, 7072, 11530, 8128, 13260, 8340, 10878, 7188, 9566, 7299, 8624, 7100, 8134, 7296, 8121, 11340, 9288, 14988, 8918, 10828, 7541, 10594, 7337, 12540, 9331, 13743, 9002, 11099, 7360, 8441, 7131, 8031, 7679, 8577, 7377, 8648, 7227, 7784, 7840, 7773, 9369, 8878, 9978, 7800, 11470, 7530, 12197, 7912, 13755, 9375, 13928, 7594, 10534, 7164, 9182, 7287, 10605, 7217, 8604, 7004, 8003, 7320, 7818, 9219, 8115, 11914, 7882, 10201, 7013, 10816, 7230, 13019, 9521, 13436, 9437, 11051, 7100, 9530, 7332, 9648, 7368, 11459, 7339, 10258, 7333, 8138, 7184, 7812, 8328, 7813, 11953, 8066, 11114, 7318, 10763, 7379, 11541, 9187, 12931, 8879, 10783, 7214, 8862, 7119, 7884, 7047, 9448, 8192, 7735, 7290, 7734, 8553, 8177, 9337, 7699, 7496, 7968, 9370, 13990, 8076, 10053, 7260, 8350, 7121, 8876, 8347, 7580, 12225, 7236, 13491, 10127, 11526, 7139, 9332, 7295, 8127, 7086, 8452, 7312, 9912, 7099, 8166, 7076, 7819, 7237, 7855, 11658, 8643, 12745, 7252, 12613, 7398, 11681, 7900, 10056, 7316, 10929, 7445, 8034, 7109, 7619, 7690, 7432, 9679, 7711, 9921, 7320, 10462, 7120, 11497, 7329, 11625, 8385, 12094, 7350, 8513, 7332, 7820, 7212, 7944, 10046, 7899, 10868, 7339, 11996, 7340, 12140, 9324, 12793, 8604, 9577, 7252, 8642, 7047, 8500, 7416, 10186, 7321, 8094, 7668, 7494, 9109, 7695, 12908, 9232, 14133], 'WindowCenter': [4248.0, 4251.0, 4228.0, 4265.0, 4191.0, 4229.0, 4168.0, 4197.0, 4167.0, 4196.0, 4167.0, 4188.0, 4168.0, 4198.0, 4166.0, 4195.0, 4189.0, 4209.0, 4188.0, 4217.0, 4166.0, 4196.0, 4166.0, 4196.0, 4167.0, 4201.0, 4219.0, 4177.0, 4228.0, 4175.0, 4195.0, 4162.0, 4173.0, 4154.0, 4174.0, 4165.0, 4175.0, 4177.0, 4177.0, 4197.0, 4167.0, 4219.0, 4181.0, 4232.0, 4199.0, 4232.0, 4180.0, 4210.0, 4169.0, 4189.0, 4180.0, 4191.0, 4231.0, 4190.0, 4231.0, 4176.0, 4219.0, 4168.0, 4211.0, 4183.0, 4191.0, 4202.0, 4191.0, 4231.0, 4179.0, 4230.0, 4181.0, 4224.0, 4181.0, 4224.0, 4181.0, 4202.0, 4178.0, 4192.0, 4214.0, 4193.0, 4255.0, 4227.0, 4245.0, 4182.0, 4212.0, 4181.0, 4206.0, 4245.0, 4215.0, 4254.0, 4192.0, 4221.0, 4180.0, 4214.0, 4191.0, 4202.0, 4243.0, 4180.0, 4242.0, 4180.0, 4210.0, 4192.0, 4191.0, 4253.0, 4191.0, 4221.0, 4167.0, 4190.0, 4210.0, 4181.0, 4242.0, 4213.0, 4233.0, 4180.0, 4201.0, 4168.0, 4190.0, 4181.0, 4180.0, 4241.0, 4200.0, 4228.0, 4178.0, 4219.0, 4167.0, 4201.0, 4181.0, 4179.0, 4240.0, 4179.0, 4219.0, 4167.0, 4209.0, 4181.0, 4201.0, 4179.0, 4202.0, 4179.0, 4178.0, 4210.0, 4179.0, 4244.0, 4192.0, 4234.0, 4180.0, 4201.0, 4179.0, 4179.0, 4254.0, 4179.0, 4242.0, 4199.0, 4210.0, 4178.0, 4188.0, 4177.0, 4181.0, 4231.0, 4200.0, 4242.0, 4178.0, 4209.0, 4180.0, 4201.0, 4180.0, 4213.0, 4180.0, 4190.0, 4199.0, 4192.0, 4255.0, 4191.0, 4243.0, 4211.0, 4232.0, 4180.0, 4199.0, 4183.0, 4200.0, 4230.0, 4201.0, 4251.0, 4179.0, 4219.0, 4166.0, 4210.0, 4180.0, 4187.0, 4190.0, 4189.0, 4240.0, 4168.0, 4221.0, 4182.0, 4212.0, 4180.0, 4191.0, 4220.0, 4179.0, 4241.0, 4179.0, 4220.0, 4180.0, 4202.0, 4197.0, 4178.0, 4239.0, 4176.0, 4228.0, 4166.0, 4219.0, 4181.0, 4200.0, 4169.0, 4189.0, 4179.0, 4189.0, 4189.0, 4192.0, 4246.0, 4191.0, 4243.0, 4203.0, 4231.0, 4182.0, 4214.0, 4179.0, 4210.0, 4180.0, 4189.0, 4190.0, 4181.0, 4223.0, 4193.0, 4246.0, 4203.0, 4222.0, 4192.0, 4223.0, 4193.0, 4221.0, 4205.0, 4257.0, 4216.0, 4245.0, 4225.0, 4238.0, 4205.0, 4225.0, 4194.0, 4243.0, 4193.0, 4244.0, 4215.0, 4247.0, 4194.0, 4223.0, 4192.0, 4203.0, 4180.0, 4200.0, 4214.0, 4193.0, 4253.0, 4213.0, 4243.0, 4191.0, 4233.0, 4193.0, 4235.0, 4194.0, 4222.0, 4192.0, 4202.0, 4179.0, 4202.0, 4212.0, 4191.0, 4254.0, 4212.0, 4252.0, 4191.0, 4231.0, 4180.0, 4221.0, 4181.0, 4221.0, 4180.0, 4200.0, 4178.0, 4202.0, 4199.0, 4192.0, 4252.0, 4212.0, 4230.0, 4179.0, 4221.0, 4180.0, 4200.0, 4178.0, 4191.0, 4212.0, 4206.0, 4255.0, 4224.0, 4244.0, 4190.0, 4232.0, 4180.0, 4221.0, 4194.0, 4223.0, 4193.0, 4220.0, 4191.0, 4233.0, 4208.0, 4215.0, 4193.0, 4222.0, 4194.0, 4226.0, 4203.0, 4214.0, 4256.0, 4214.0, 4254.0, 4221.0, 4233.0, 4188.0, 4222.0, 4193.0, 4232.0, 4240.0, 4220.0, 4239.0, 4176.0, 4236.0, 4163.0, 4227.0, 4197.0, 4206.0, 4162.0, 4174.0, 4162.0, 4151.0, 4201.0, 4163.0, 4205.0, 4174.0, 4196.0, 4164.0, 4174.0, 4153.0, 4163.0, 4196.0, 4178.0, 4228.0, 4186.0, 4231.0, 4191.0, 4209.0, 4180.0, 4200.0, 4182.0, 4243.0, 4205.0, 4242.0, 4226.0, 4246.0, 4204.0, 4244.0, 4203.0, 4243.0, 4215.0, 4234.0, 4191.0, 4256.0, 4201.0, 4199.0, 4197.0, 4176.0, 4217.0, 4181.0, 4229.0, 4210.0, 4251.0, 4188.0, 4218.0, 4167.0, 4218.0, 4192.0, 4229.0, 4210.0, 4251.0, 4196.0, 4217.0, 4176.0, 4204.0, 4178.0, 4198.0, 4176.0, 4230.0, 4175.0, 4183.0, 4163.0, 4174.0, 4196.0, 4177.0, 4215.0, 4197.0, 4246.0, 4173.0, 4213.0, 4153.0, 4201.0, 4177.0, 4215.0, 4187.0, 4225.0, 4173.0, 4194.0, 4163.0, 4171.0, 4165.0, 4187.0, 4174.0, 4209.0, 4196.0, 4174.0, 4204.0, 4163.0, 4215.0, 4176.0, 4206.0, 4173.0, 4195.0, 4153.0, 4174.0, 4165.0, 4177.0, 4205.0, 4187.0, 4216.0, 4165.0, 4206.0, 4164.0, 4198.0, 4179.0, 4189.0, 4179.0, 4187.0, 4216.0, 4167.0, 4243.0, 4179.0, 4221.0, 4179.0, 4187.0, 4177.0, 4178.0, 4199.0, 4192.0, 4243.0, 4213.0, 4243.0, 4179.0, 4199.0, 4179.0, 4200.0, 4202.0, 4189.0, 4263.0, 4211.0, 4239.0, 4178.0, 4218.0, 4181.0, 4210.0, 4178.0, 4211.0, 4208.0, 4177.0, 4228.0, 4179.0, 4220.0, 4176.0, 4211.0, 4177.0, 4187.0, 4187.0, 4176.0, 4243.0, 4188.0, 4238.0, 4219.0, 4206.0, 4166.0, 4186.0, 4177.0, 4191.0, 4199.0, 4192.0, 4230.0, 4189.0, 4230.0, 4181.0, 4233.0, 4191.0, 4223.0, 4220.0, 4188.0, 4238.0, 4179.0, 4231.0, 4208.0, 4230.0, 4187.0, 4196.0, 4164.0, 4187.0, 4201.0, 4190.0, 4250.0, 4209.0, 4228.0, 4164.0, 4206.0, 4178.0, 4187.0, 4175.0, 4187.0, 4228.0, 4166.0, 4227.0, 4175.0, 4209.0, 4178.0, 4187.0, 4204.0, 4165.0, 4217.0, 4166.0, 4198.0, 4165.0, 4187.0, 4201.0, 4179.0, 4238.0, 4189.0, 4220.0, 4179.0, 4209.0, 4169.0, 4202.0, 4190.0, 4190.0, 4240.0, 4212.0, 4241.0, 4190.0, 4229.0, 4169.0, 4220.0, 4193.0, 4210.0, 4178.0, 4221.0, 4179.0, 4188.0, 4176.0, 4187.0, 4209.0, 4180.0, 4239.0, 4222.0, 4242.0, 4179.0, 4218.0, 4179.0, 4231.0, 4194.0, 4245.0, 4214.0, 4255.0, 4213.0, 4232.0, 4189.0, 4210.0, 4166.0, 4210.0, 4178.0, 4188.0, 4224.0, 4201.0, 4261.0, 4241.0, 4250.0, 4197.0, 4205.0, 4161.0, 4209.0, 4179.0, 4229.0, 4199.0, 4229.0, 4199.0, 4218.0, 4175.0, 4206.0, 4176.0, 4216.0, 4205.0, 4227.0, 4197.0, 4216.0, 4163.0, 4195.0, 4165.0, 4185.0, 4179.0, 4229.0, 4187.0, 4229.0, 4197.0, 4207.0, 4166.0, 4185.0, 4154.0, 4237.0, 4187.0, 4216.0, 4176.0, 4194.0, 4153.0, 4172.0, 4152.0, 4173.0, 4177.0, 4175.0, 4185.0, 4187.0, 4174.0, 4172.0, 4185.0, 4177.0, 4230.0, 4177.0, 4228.0, 4198.0, 4207.0, 4166.0, 4183.0, 4177.0, 4188.0, 4176.0, 4209.0, 4176.0, 4187.0, 4196.0, 4179.0, 4238.0, 4196.0, 4240.0, 4207.0, 4216.0, 4172.0, 4192.0, 4167.0, 4187.0, 4175.0, 4186.0, 4195.0, 4163.0, 4203.0, 4153.0, 4227.0, 4176.0, 4226.0, 4187.0, 4216.0, 4163.0, 4173.0, 4162.0, 4176.0, 4176.0, 4165.0, 4227.0, 4164.0, 4214.0, 4163.0, 4215.0, 4166.0, 4205.0, 4197.0, 4217.0, 4164.0, 4186.0, 4154.0, 4175.0, 4175.0, 4176.0, 4208.0, 4177.0, 4227.0, 4166.0, 4213.0, 4154.0, 4207.0, 4178.0, 4208.0, 4166.0, 4184.0, 4164.0, 4175.0, 4165.0, 4189.0, 4185.0, 4189.0, 4207.0, 4175.0, 4204.0, 4164.0, 4231.0, 4167.0, 4228.0, 4187.0, 4206.0, 4164.0, 4185.0, 4178.0, 4187.0, 4177.0, 4190.0, 4188.0, 4177.0, 4197.0, 4167.0, 4227.0, 4179.0, 4228.0, 4209.0, 4217.0, 4167.0, 4187.0, 4168.0, 4189.0, 4178.0, 4201.0, 4177.0, 4188.0, 4177.0, 4190.0, 4231.0, 4190.0, 4254.0, 4208.0, 4229.0, 4167.0, 4218.0, 4178.0, 4209.0, 4178.0, 4219.0, 4166.0, 4177.0, 4178.0, 4190.0, 4209.0, 4190.0, 4251.0, 4177.0, 4218.0, 4179.0, 4220.0, 4187.0, 4231.0, 4177.0, 4197.0, 4166.0, 4189.0, 4180.0, 4198.0, 4190.0, 4208.0, 4176.0, 4186.0, 4206.0, 4177.0, 4236.0, 4209.0, 4248.0, 4185.0, 4204.0, 4162.0, 4206.0, 4166.0, 4194.0, 4178.0, 4184.0, 4164.0, 4173.0, 4176.0, 4187.0, 4176.0, 4209.0, 4177.0, 4185.0, 4165.0, 4190.0, 4177.0, 4189.0, 4189.0, 4187.0, 4196.0, 4189.0, 4218.0, 4175.0, 4239.0, 4174.0, 4215.0, 4164.0, 4218.0, 4177.0, 4226.0, 4197.0, 4227.0, 4173.0, 4194.0, 4164.0, 4196.0, 4165.0, 4196.0, 4165.0, 4184.0, 4164.0, 4172.0, 4166.0, 4186.0, 4164.0, 4198.0, 4165.0, 4186.0, 4165.0, 4188.0, 4178.0, 4198.0, 4177.0, 4195.0, 4166.0, 4186.0, 4166.0, 4189.0, 4196.0, 4179.0, 4228.0, 4177.0, 4216.0, 4166.0, 4217.0, 4179.0, 4219.0, 4198.0, 4229.0, 4176.0, 4197.0, 4165.0, 4186.0, 4167.0, 4197.0, 4167.0, 4209.0, 4167.0, 4186.0, 4177.0, 4200.0, 4168.0, 4188.0, 4188.0, 4188.0, 4187.0, 4176.0, 4210.0, 4182.0, 4240.0, 4209.0, 4230.0, 4177.0, 4218.0, 4169.0, 4220.0, 4179.0, 4232.0, 4190.0, 4219.0, 4168.0, 4199.0, 4182.0, 4211.0, 4181.0, 4223.0, 4180.0, 4200.0, 4178.0, 4200.0, 4192.0, 4191.0, 4221.0, 4203.0, 4220.0, 4180.0, 4201.0, 4194.0, 4222.0, 4192.0, 4244.0, 4213.0, 4202.0, 4182.0, 4200.0, 4194.0, 4245.0, 4214.0, 4253.0, 4223.0, 4244.0, 4181.0, 4221.0, 4180.0, 4241.0, 4190.0, 4242.0, 4211.0, 4252.0, 4190.0, 4219.0, 4179.0, 4221.0, 4177.0, 4219.0, 4168.0, 4185.0, 4165.0, 4188.0, 4178.0, 4188.0, 4186.0, 4187.0, 4165.0, 4175.0, 4163.0, 4176.0, 4186.0, 4175.0, 4216.0, 4187.0, 4238.0, 4165.0, 4215.0, 4165.0, 4217.0, 4174.0, 4217.0, 4187.0, 4205.0, 4154.0, 4184.0, 4178.0, 4196.0, 4176.0, 4228.0, 4165.0, 4186.0, 4165.0, 4175.0, 4179.0, 4177.0, 4187.0, 4187.0, 4165.0, 4174.0, 4174.0, 4178.0, 4216.0, 4186.0, 4227.0, 4166.0, 4204.0, 4155.0, 4196.0, 4166.0, 4196.0, 4164.0, 4196.0, 4165.0, 4173.0, 4153.0, 4175.0, 4185.0, 4177.0, 4226.0, 4187.0, 4228.0, 4175.0, 4206.0, 4164.0, 4195.0, 4167.0, 4196.0, 4166.0, 4197.0, 4165.0, 4174.0, 4165.0, 4188.0, 4166.0, 4187.0, 4186.0, 4174.0, 4174.0, 4175.0, 4185.0, 4165.0, 4215.0, 4198.0, 4207.0, 4166.0, 4207.0, 4165.0, 4216.0, 4179.0, 4208.0, 4178.0, 4208.0, 4165.0, 4175.0, 4165.0, 4176.0, 4187.0, 4179.0, 4240.0, 4199.0, 4231.0, 4178.0, 4198.0, 4167.0, 4177.0, 4182.0, 4188.0, 4191.0, 4189.0, 4168.0, 4188.0, 4190.0, 4193.0, 4202.0, 4190.0, 4202.0, 4188.0, 4190.0, 4189.0, 4212.0, 4193.0, 4242.0, 4211.0, 4252.0, 4199.0, 4217.0, 4180.0, 4221.0, 4197.0, 4231.0, 4210.0, 4208.0, 4167.0, 4197.0, 4180.0, 4190.0, 4178.0, 4220.0, 4166.0, 4187.0, 4175.0, 4177.0, 4198.0, 4177.0, 4241.0, 4199.0, 4227.0, 4165.0, 4208.0, 4165.0, 4218.0, 4199.0, 4230.0, 4187.0, 4208.0, 4178.0, 4200.0, 4167.0, 4222.0, 4177.0, 4177.0, 4167.0, 4177.0, 4190.0, 4178.0, 4228.0, 4200.0, 4238.0, 4175.0, 4216.0, 4166.0, 4207.0, 4176.0, 4219.0, 4186.0, 4206.0, 4165.0, 4183.0, 4166.0, 4185.0, 4165.0, 4196.0, 4154.0, 4174.0, 4161.0, 4176.0, 4188.0, 4175.0, 4228.0, 4174.0, 4215.0, 4163.0, 4204.0, 4165.0, 4203.0, 4184.0, 4207.0, 4154.0, 4184.0, 4164.0, 4174.0, 4166.0, 4175.0, 4176.0, 4187.0, 4155.0, 4174.0, 4163.0, 4175.0, 4173.0, 4166.0, 4207.0, 4187.0, 4216.0, 4164.0, 4195.0, 4154.0, 4207.0, 4177.0, 4217.0, 4199.0, 4207.0, 4177.0, 4197.0, 4189.0, 4221.0, 4189.0, 4243.0, 4189.0, 4230.0, 4180.0, 4210.0, 4180.0, 4221.0, 4191.0, 4243.0, 4190.0, 4220.0, 4169.0, 4197.0, 4178.0, 4188.0, 4167.0, 4178.0, 4174.0, 4189.0, 4220.0, 4199.0, 4240.0, 4185.0, 4207.0, 4166.0, 4205.0, 4178.0, 4229.0, 4198.0, 4240.0, 4188.0, 4207.0, 4164.0, 4174.0, 4166.0, 4175.0, 4164.0, 4188.0, 4167.0, 4186.0, 4165.0, 4175.0, 4186.0, 4189.0, 4197.0, 4200.0, 4210.0, 4178.0, 4217.0, 4176.0, 4219.0, 4176.0, 4227.0, 4199.0, 4226.0, 4166.0, 4207.0, 4165.0, 4198.0, 4167.0, 4208.0, 4166.0, 4186.0, 4164.0, 4174.0, 4164.0, 4177.0, 4186.0, 4188.0, 4217.0, 4175.0, 4195.0, 4151.0, 4205.0, 4166.0, 4227.0, 4197.0, 4229.0, 4198.0, 4206.0, 4164.0, 4185.0, 4165.0, 4197.0, 4164.0, 4216.0, 4166.0, 4195.0, 4163.0, 4174.0, 4153.0, 4176.0, 4174.0, 4164.0, 4216.0, 4163.0, 4204.0, 4163.0, 4194.0, 4165.0, 4206.0, 4185.0, 4217.0, 4185.0, 4193.0, 4162.0, 4173.0, 4166.0, 4189.0, 4178.0, 4195.0, 4175.0, 4163.0, 4152.0, 4162.0, 4172.0, 4187.0, 4198.0, 4176.0, 4166.0, 4176.0, 4185.0, 4241.0, 4177.0, 4194.0, 4153.0, 4172.0, 4152.0, 4173.0, 4172.0, 4162.0, 4205.0, 4166.0, 4225.0, 4193.0, 4192.0, 4151.0, 4170.0, 4151.0, 4161.0, 4165.0, 4175.0, 4165.0, 4197.0, 4166.0, 4174.0, 4164.0, 4175.0, 4167.0, 4175.0, 4207.0, 4176.0, 4216.0, 4165.0, 4215.0, 4164.0, 4204.0, 4175.0, 4195.0, 4163.0, 4206.0, 4153.0, 4162.0, 4153.0, 4162.0, 4162.0, 4165.0, 4185.0, 4177.0, 4196.0, 4165.0, 4205.0, 4166.0, 4206.0, 4180.0, 4218.0, 4189.0, 4219.0, 4165.0, 4186.0, 4164.0, 4178.0, 4167.0, 4176.0, 4198.0, 4176.0, 4206.0, 4165.0, 4206.0, 4165.0, 4218.0, 4186.0, 4228.0, 4186.0, 4196.0, 4165.0, 4186.0, 4180.0, 4188.0, 4178.0, 4210.0, 4166.0, 4177.0, 4177.0, 4167.0, 4187.0, 4178.0, 4218.0, 4197.0, 4229.0], 'WindowWidth': [9420.0, 9413.0, 9370.0, 9416.0, 9307.0, 9355.0, 9272.0, 9308.0, 9268.0, 9305.0, 9266.0, 9295.0, 9270.0, 9310.0, 9265.0, 9305.0, 9304.0, 9327.0, 9296.0, 9336.0, 9265.0, 9305.0, 9266.0, 9306.0, 9269.0, 9317.0, 9341.0, 9279.0, 9351.0, 9274.0, 9299.0, 9253.0, 9267.0, 9243.0, 9272.0, 9263.0, 9278.0, 9282.0, 9281.0, 9309.0, 9269.0, 9340.0, 9294.0, 9364.0, 9316.0, 9362.0, 9289.0, 9328.0, 9272.0, 9299.0, 9289.0, 9308.0, 9359.0, 9304.0, 9360.0, 9281.0, 9340.0, 9270.0, 9333.0, 9302.0, 9306.0, 9324.0, 9307.0, 9360.0, 9288.0, 9357.0, 9297.0, 9356.0, 9293.0, 9358.0, 9294.0, 9322.0, 9289.0, 9311.0, 9344.0, 9315.0, 9400.0, 9364.0, 9385.0, 9297.0, 9336.0, 9298.0, 9335.0, 9385.0, 9344.0, 9399.0, 9309.0, 9348.0, 9291.0, 9344.0, 9309.0, 9323.0, 9380.0, 9290.0, 9377.0, 9289.0, 9332.0, 9312.0, 9308.0, 9396.0, 9306.0, 9347.0, 9270.0, 9303.0, 9331.0, 9295.0, 9379.0, 9338.0, 9368.0, 9289.0, 9317.0, 9271.0, 9304.0, 9296.0, 9291.0, 9375.0, 9315.0, 9354.0, 9284.0, 9339.0, 9269.0, 9321.0, 9294.0, 9287.0, 9373.0, 9286.0, 9341.0, 9269.0, 9326.0, 9296.0, 9322.0, 9288.0, 9325.0, 9289.0, 9285.0, 9329.0, 9288.0, 9385.0, 9309.0, 9368.0, 9293.0, 9319.0, 9287.0, 9287.0, 9398.0, 9292.0, 9376.0, 9316.0, 9329.0, 9283.0, 9297.0, 9282.0, 9296.0, 9362.0, 9318.0, 9377.0, 9287.0, 9328.0, 9292.0, 9324.0, 9293.0, 9339.0, 9292.0, 9305.0, 9316.0, 9311.0, 9402.0, 9309.0, 9379.0, 9336.0, 9362.0, 9290.0, 9314.0, 9301.0, 9323.0, 9361.0, 9321.0, 9392.0, 9287.0, 9341.0, 9268.0, 9330.0, 9293.0, 9298.0, 9304.0, 9301.0, 9372.0, 9273.0, 9350.0, 9298.0, 9337.0, 9291.0, 9307.0, 9344.0, 9288.0, 9373.0, 9286.0, 9342.0, 9293.0, 9326.0, 9310.0, 9285.0, 9368.0, 9280.0, 9353.0, 9265.0, 9341.0, 9295.0, 9319.0, 9275.0, 9304.0, 9287.0, 9301.0, 9302.0, 9310.0, 9390.0, 9309.0, 9381.0, 9326.0, 9359.0, 9296.0, 9345.0, 9292.0, 9332.0, 9291.0, 9303.0, 9303.0, 9293.0, 9351.0, 9312.0, 9389.0, 9327.0, 9351.0, 9310.0, 9355.0, 9312.0, 9348.0, 9333.0, 9408.0, 9347.0, 9386.0, 9359.0, 9381.0, 9331.0, 9359.0, 9315.0, 9380.0, 9311.0, 9383.0, 9346.0, 9393.0, 9317.0, 9354.0, 9309.0, 9325.0, 9290.0, 9320.0, 9346.0, 9315.0, 9394.0, 9339.0, 9382.0, 9310.0, 9367.0, 9314.0, 9375.0, 9316.0, 9351.0, 9309.0, 9322.0, 9290.0, 9322.0, 9339.0, 9309.0, 9396.0, 9336.0, 9394.0, 9306.0, 9360.0, 9290.0, 9349.0, 9295.0, 9347.0, 9290.0, 9317.0, 9285.0, 9320.0, 9318.0, 9310.0, 9395.0, 9334.0, 9359.0, 9289.0, 9346.0, 9290.0, 9317.0, 9287.0, 9307.0, 9337.0, 9338.0, 9402.0, 9357.0, 9384.0, 9307.0, 9363.0, 9291.0, 9349.0, 9321.0, 9357.0, 9316.0, 9349.0, 9307.0, 9368.0, 9344.0, 9347.0, 9317.0, 9354.0, 9315.0, 9361.0, 9328.0, 9344.0, 9405.0, 9343.0, 9399.0, 9349.0, 9367.0, 9300.0, 9351.0, 9313.0, 9364.0, 9369.0, 9341.0, 9365.0, 9278.0, 9360.0, 9258.0, 9352.0, 9308.0, 9319.0, 9254.0, 9271.0, 9253.0, 9237.0, 9305.0, 9259.0, 9319.0, 9274.0, 9306.0, 9259.0, 9272.0, 9245.0, 9258.0, 9308.0, 9287.0, 9355.0, 9295.0, 9362.0, 9307.0, 9330.0, 9291.0, 9320.0, 9297.0, 9382.0, 9332.0, 9380.0, 9363.0, 9389.0, 9330.0, 9385.0, 9325.0, 9379.0, 9347.0, 9371.0, 9308.0, 9405.0, 9317.0, 9315.0, 9310.0, 9278.0, 9337.0, 9296.0, 9357.0, 9333.0, 9389.0, 9298.0, 9339.0, 9269.0, 9342.0, 9312.0, 9357.0, 9331.0, 9390.0, 9306.0, 9335.0, 9277.0, 9315.0, 9289.0, 9312.0, 9278.0, 9360.0, 9276.0, 9285.0, 9258.0, 9273.0, 9309.0, 9281.0, 9332.0, 9309.0, 9375.0, 9270.0, 9326.0, 9243.0, 9310.0, 9285.0, 9332.0, 9295.0, 9345.0, 9272.0, 9298.0, 9255.0, 9265.0, 9265.0, 9297.0, 9273.0, 9328.0, 9307.0, 9273.0, 9313.0, 9256.0, 9332.0, 9280.0, 9318.0, 9273.0, 9303.0, 9245.0, 9272.0, 9264.0, 9283.0, 9316.0, 9297.0, 9333.0, 9263.0, 9318.0, 9263.0, 9318.0, 9291.0, 9303.0, 9288.0, 9297.0, 9336.0, 9269.0, 9383.0, 9292.0, 9348.0, 9291.0, 9297.0, 9283.0, 9286.0, 9316.0, 9318.0, 9383.0, 9344.0, 9384.0, 9291.0, 9316.0, 9289.0, 9319.0, 9328.0, 9306.0, 9413.0, 9333.0, 9371.0, 9285.0, 9341.0, 9298.0, 9332.0, 9287.0, 9335.0, 9327.0, 9282.0, 9353.0, 9292.0, 9347.0, 9283.0, 9335.0, 9283.0, 9298.0, 9295.0, 9282.0, 9384.0, 9303.0, 9370.0, 9343.0, 9322.0, 9266.0, 9293.0, 9288.0, 9309.0, 9316.0, 9313.0, 9361.0, 9303.0, 9359.0, 9298.0, 9372.0, 9310.0, 9356.0, 9345.0, 9299.0, 9367.0, 9289.0, 9364.0, 9326.0, 9360.0, 9295.0, 9306.0, 9261.0, 9297.0, 9323.0, 9306.0, 9386.0, 9329.0, 9355.0, 9262.0, 9318.0, 9287.0, 9298.0, 9277.0, 9297.0, 9354.0, 9266.0, 9350.0, 9278.0, 9330.0, 9290.0, 9297.0, 9318.0, 9264.0, 9336.0, 9267.0, 9311.0, 9264.0, 9297.0, 9323.0, 9291.0, 9369.0, 9302.0, 9344.0, 9289.0, 9330.0, 9278.0, 9325.0, 9309.0, 9308.0, 9375.0, 9336.0, 9378.0, 9304.0, 9356.0, 9273.0, 9345.0, 9315.0, 9333.0, 9287.0, 9350.0, 9287.0, 9300.0, 9282.0, 9295.0, 9331.0, 9294.0, 9371.0, 9351.0, 9380.0, 9291.0, 9342.0, 9291.0, 9363.0, 9318.0, 9386.0, 9343.0, 9402.0, 9340.0, 9364.0, 9304.0, 9332.0, 9270.0, 9332.0, 9285.0, 9302.0, 9358.0, 9325.0, 9403.0, 9376.0, 9384.0, 9309.0, 9315.0, 9255.0, 9329.0, 9293.0, 9355.0, 9316.0, 9359.0, 9315.0, 9339.0, 9276.0, 9320.0, 9280.0, 9337.0, 9318.0, 9351.0, 9310.0, 9334.0, 9260.0, 9302.0, 9264.0, 9289.0, 9290.0, 9355.0, 9298.0, 9356.0, 9309.0, 9320.0, 9266.0, 9288.0, 9246.0, 9365.0, 9295.0, 9332.0, 9278.0, 9300.0, 9244.0, 9269.0, 9242.0, 9272.0, 9285.0, 9279.0, 9291.0, 9295.0, 9275.0, 9270.0, 9288.0, 9283.0, 9361.0, 9283.0, 9354.0, 9313.0, 9323.0, 9266.0, 9285.0, 9284.0, 9300.0, 9280.0, 9331.0, 9281.0, 9294.0, 9305.0, 9288.0, 9369.0, 9307.0, 9374.0, 9321.0, 9331.0, 9268.0, 9295.0, 9269.0, 9296.0, 9276.0, 9294.0, 9300.0, 9257.0, 9309.0, 9243.0, 9351.0, 9279.0, 9346.0, 9296.0, 9331.0, 9258.0, 9271.0, 9253.0, 9280.0, 9280.0, 9264.0, 9349.0, 9259.0, 9327.0, 9256.0, 9330.0, 9268.0, 9319.0, 9309.0, 9337.0, 9260.0, 9291.0, 9248.0, 9276.0, 9282.0, 9282.0, 9324.0, 9284.0, 9347.0, 9262.0, 9326.0, 9245.0, 9324.0, 9286.0, 9325.0, 9266.0, 9288.0, 9261.0, 9274.0, 9264.0, 9304.0, 9294.0, 9302.0, 9322.0, 9277.0, 9314.0, 9261.0, 9361.0, 9270.0, 9352.0, 9297.0, 9320.0, 9263.0, 9290.0, 9288.0, 9298.0, 9282.0, 9306.0, 9297.0, 9282.0, 9308.0, 9268.0, 9354.0, 9290.0, 9354.0, 9329.0, 9339.0, 9269.0, 9295.0, 9277.0, 9301.0, 9286.0, 9322.0, 9283.0, 9298.0, 9283.0, 9309.0, 9363.0, 9304.0, 9400.0, 9325.0, 9354.0, 9268.0, 9340.0, 9290.0, 9330.0, 9287.0, 9341.0, 9267.0, 9283.0, 9287.0, 9306.0, 9328.0, 9306.0, 9388.0, 9282.0, 9338.0, 9288.0, 9345.0, 9296.0, 9360.0, 9282.0, 9309.0, 9266.0, 9303.0, 9292.0, 9312.0, 9303.0, 9327.0, 9278.0, 9291.0, 9318.0, 9283.0, 9363.0, 9327.0, 9380.0, 9287.0, 9312.0, 9253.0, 9319.0, 9266.0, 9302.0, 9283.0, 9288.0, 9259.0, 9270.0, 9282.0, 9297.0, 9281.0, 9331.0, 9281.0, 9291.0, 9265.0, 9305.0, 9284.0, 9303.0, 9300.0, 9294.0, 9306.0, 9302.0, 9337.0, 9277.0, 9368.0, 9273.0, 9330.0, 9260.0, 9341.0, 9282.0, 9347.0, 9309.0, 9350.0, 9271.0, 9298.0, 9258.0, 9307.0, 9262.0, 9306.0, 9262.0, 9287.0, 9258.0, 9269.0, 9268.0, 9292.0, 9262.0, 9314.0, 9264.0, 9292.0, 9264.0, 9298.0, 9287.0, 9314.0, 9285.0, 9308.0, 9266.0, 9293.0, 9266.0, 9304.0, 9309.0, 9288.0, 9354.0, 9281.0, 9334.0, 9266.0, 9338.0, 9291.0, 9341.0, 9313.0, 9354.0, 9279.0, 9307.0, 9263.0, 9294.0, 9271.0, 9310.0, 9271.0, 9326.0, 9269.0, 9293.0, 9284.0, 9319.0, 9272.0, 9300.0, 9298.0, 9298.0, 9294.0, 9279.0, 9331.0, 9298.0, 9371.0, 9330.0, 9359.0, 9283.0, 9339.0, 9276.0, 9346.0, 9289.0, 9364.0, 9305.0, 9341.0, 9273.0, 9315.0, 9300.0, 9336.0, 9295.0, 9354.0, 9289.0, 9316.0, 9287.0, 9320.0, 9312.0, 9306.0, 9348.0, 9325.0, 9344.0, 9289.0, 9319.0, 9318.0, 9352.0, 9310.0, 9385.0, 9340.0, 9324.0, 9297.0, 9319.0, 9320.0, 9387.0, 9341.0, 9397.0, 9352.0, 9382.0, 9293.0, 9347.0, 9292.0, 9377.0, 9306.0, 9376.0, 9334.0, 9392.0, 9302.0, 9341.0, 9288.0, 9348.0, 9282.0, 9343.0, 9270.0, 9290.0, 9262.0, 9296.0, 9285.0, 9296.0, 9292.0, 9293.0, 9263.0, 9276.0, 9258.0, 9278.0, 9294.0, 9278.0, 9333.0, 9294.0, 9364.0, 9261.0, 9330.0, 9263.0, 9335.0, 9273.0, 9333.0, 9292.0, 9313.0, 9245.0, 9287.0, 9286.0, 9306.0, 9281.0, 9352.0, 9263.0, 9290.0, 9261.0, 9277.0, 9287.0, 9281.0, 9294.0, 9294.0, 9261.0, 9273.0, 9274.0, 9285.0, 9334.0, 9292.0, 9350.0, 9262.0, 9312.0, 9246.0, 9306.0, 9267.0, 9305.0, 9261.0, 9304.0, 9260.0, 9270.0, 9244.0, 9274.0, 9289.0, 9282.0, 9347.0, 9295.0, 9350.0, 9275.0, 9316.0, 9259.0, 9300.0, 9267.0, 9305.0, 9266.0, 9306.0, 9261.0, 9272.0, 9261.0, 9299.0, 9267.0, 9296.0, 9290.0, 9272.0, 9272.0, 9273.0, 9291.0, 9265.0, 9331.0, 9311.0, 9321.0, 9265.0, 9321.0, 9262.0, 9333.0, 9287.0, 9326.0, 9285.0, 9325.0, 9263.0, 9275.0, 9262.0, 9278.0, 9293.0, 9289.0, 9372.0, 9314.0, 9359.0, 9284.0, 9309.0, 9267.0, 9280.0, 9297.0, 9298.0, 9306.0, 9304.0, 9272.0, 9299.0, 9303.0, 9314.0, 9323.0, 9304.0, 9322.0, 9298.0, 9303.0, 9299.0, 9339.0, 9316.0, 9376.0, 9333.0, 9393.0, 9312.0, 9338.0, 9290.0, 9347.0, 9309.0, 9362.0, 9329.0, 9325.0, 9268.0, 9308.0, 9291.0, 9304.0, 9284.0, 9347.0, 9267.0, 9294.0, 9275.0, 9282.0, 9312.0, 9282.0, 9374.0, 9312.0, 9348.0, 9263.0, 9324.0, 9268.0, 9339.0, 9315.0, 9355.0, 9296.0, 9324.0, 9286.0, 9319.0, 9270.0, 9351.0, 9283.0, 9283.0, 9267.0, 9282.0, 9304.0, 9285.0, 9353.0, 9316.0, 9366.0, 9275.0, 9331.0, 9264.0, 9323.0, 9277.0, 9339.0, 9291.0, 9316.0, 9260.0, 9284.0, 9264.0, 9290.0, 9260.0, 9307.0, 9245.0, 9272.0, 9252.0, 9278.0, 9295.0, 9276.0, 9351.0, 9272.0, 9329.0, 9255.0, 9314.0, 9261.0, 9312.0, 9287.0, 9319.0, 9247.0, 9286.0, 9259.0, 9272.0, 9266.0, 9276.0, 9278.0, 9295.0, 9248.0, 9273.0, 9258.0, 9273.0, 9270.0, 9264.0, 9319.0, 9294.0, 9332.0, 9260.0, 9301.0, 9246.0, 9321.0, 9282.0, 9335.0, 9315.0, 9322.0, 9281.0, 9309.0, 9302.0, 9347.0, 9303.0, 9379.0, 9302.0, 9359.0, 9290.0, 9329.0, 9292.0, 9345.0, 9307.0, 9381.0, 9303.0, 9343.0, 9274.0, 9310.0, 9283.0, 9298.0, 9268.0, 9283.0, 9276.0, 9301.0, 9343.0, 9313.0, 9368.0, 9290.0, 9319.0, 9262.0, 9315.0, 9284.0, 9355.0, 9310.0, 9370.0, 9297.0, 9321.0, 9260.0, 9271.0, 9265.0, 9278.0, 9259.0, 9297.0, 9268.0, 9290.0, 9262.0, 9275.0, 9294.0, 9302.0, 9307.0, 9316.0, 9330.0, 9282.0, 9334.0, 9277.0, 9339.0, 9278.0, 9349.0, 9311.0, 9346.0, 9263.0, 9320.0, 9262.0, 9312.0, 9267.0, 9324.0, 9265.0, 9289.0, 9258.0, 9272.0, 9258.0, 9280.0, 9290.0, 9298.0, 9334.0, 9273.0, 9299.0, 9239.0, 9316.0, 9265.0, 9346.0, 9305.0, 9356.0, 9309.0, 9318.0, 9258.0, 9287.0, 9260.0, 9307.0, 9261.0, 9332.0, 9265.0, 9302.0, 9257.0, 9270.0, 9240.0, 9276.0, 9271.0, 9258.0, 9331.0, 9254.0, 9310.0, 9255.0, 9297.0, 9263.0, 9319.0, 9288.0, 9333.0, 9288.0, 9295.0, 9253.0, 9267.0, 9266.0, 9304.0, 9287.0, 9304.0, 9275.0, 9256.0, 9239.0, 9251.0, 9267.0, 9295.0, 9309.0, 9279.0, 9265.0, 9277.0, 9287.0, 9373.0, 9279.0, 9298.0, 9241.0, 9265.0, 9238.0, 9268.0, 9265.0, 9251.0, 9315.0, 9264.0, 9341.0, 9294.0, 9291.0, 9236.0, 9260.0, 9235.0, 9249.0, 9262.0, 9275.0, 9261.0, 9307.0, 9263.0, 9272.0, 9258.0, 9274.0, 9266.0, 9275.0, 9320.0, 9277.0, 9329.0, 9258.0, 9328.0, 9255.0, 9310.0, 9272.0, 9301.0, 9255.0, 9317.0, 9241.0, 9252.0, 9240.0, 9253.0, 9250.0, 9259.0, 9286.0, 9279.0, 9305.0, 9261.0, 9314.0, 9263.0, 9318.0, 9289.0, 9336.0, 9299.0, 9340.0, 9262.0, 9290.0, 9260.0, 9283.0, 9266.0, 9276.0, 9307.0, 9276.0, 9317.0, 9260.0, 9317.0, 9261.0, 9335.0, 9290.0, 9353.0, 9290.0, 9303.0, 9262.0, 9290.0, 9293.0, 9295.0, 9284.0, 9331.0, 9265.0, 9281.0, 9279.0, 9266.0, 9295.0, 9283.0, 9337.0, 9308.0, 9354.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.0002387399854333576</td></tr>
<tr><td colspan=3>aqi</td><td>0.019380638383102698</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.178225225313454</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1725912065379012</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9927256365233216</td></tr>
<tr><td colspan=3>efc</td><td>0.5178</td></tr>
<tr><td colspan=3>fber</td><td>3444.2136</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08761155305618983</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2578295702840494</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.645372487479956</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5654183933811137</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8973991127388037</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.473299956319951</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105361</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010817160829901695</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0364014133810997</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.8274117632143088</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>11.0277</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.1994</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.3852</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291443.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1126.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.6023</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9777</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>530.8346</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3326.0756</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3550.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.5143</td></tr>
<tr><td colspan=3>tsnr</td><td>38.50603085733019</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>