<?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-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-01/func/sub-0091_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>e406f0ae9001afb1ab50c33155156541</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>22:00:51.552500</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.999615, 0.0272682, 0.00513923, -0.0249537, 0.964392, -0.263296]</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.119338</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>33</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7701, -7278, 588, -49, -174, -75, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>275.061</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>76a39a05-12b9-4804-9b09-e7c8f4809f08||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.681893825531006, -0.06694908440113068, 0.03276680409908295, 115.04230499267578], [-0.07315869629383087, 2.5873939990997314, -0.7102794647216797, -72.86293029785156], [0.013788172043859959, 0.7064042091369629, 2.604693651199341, -105.16327667236328], [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': ['220051.552500', '220052.012500', '220052.472500', '220052.932500', '220053.392500', '220053.852500', '220054.312500', '220054.772500', '220055.232500', '220055.692500', '220056.152500', '220056.612500', '220057.072500', '220057.532500', '220057.992500', '220058.452500', '220058.912500', '220059.372500', '220059.832500', '220100.292500', '220100.752500', '220101.212500', '220101.672500', '220102.132500', '220102.592500', '220103.052500', '220103.512500', '220103.972500', '220104.432500', '220104.892500', '220105.352500', '220105.812500', '220106.272500', '220106.732500', '220107.192500', '220107.652500', '220108.112500', '220108.572500', '220109.032500', '220109.492500', '220109.952500', '220110.412500', '220110.872500', '220111.332500', '220111.792500', '220112.252500', '220112.712500', '220113.172500', '220113.632500', '220114.092500', '220114.552500', '220115.012500', '220115.472500', '220115.932500', '220116.392500', '220116.852500', '220117.312500', '220117.772500', '220118.232500', '220118.692500', '220119.152500', '220119.612500', '220120.072500', '220120.532500', '220120.992500', '220121.452500', '220121.912500', '220122.372500', '220122.832500', '220123.292500', '220123.752500', '220124.212500', '220124.672500', '220125.132500', '220125.592500', '220126.052500', '220126.512500', '220126.972500', '220127.432500', '220127.892500', '220128.352500', '220128.812500', '220129.272500', '220129.732500', '220130.192500', '220130.652500', '220131.112500', '220131.572500', '220132.032500', '220132.492500', '220132.952500', '220133.412500', '220133.872500', '220134.332500', '220134.792500', '220135.252500', '220135.712500', '220136.172500', '220136.632500', '220137.092500', '220137.552500', '220138.012500', '220138.472500', '220138.932500', '220139.392500', '220139.852500', '220140.312500', '220140.772500', '220141.232500', '220141.692500', '220142.152500', '220142.612500', '220143.072500', '220143.532500', '220143.992500', '220144.452500', '220144.912500', '220145.372500', '220145.832500', '220146.292500', '220146.752500', '220147.212500', '220147.672500', '220148.132500', '220148.592500', '220149.052500', '220149.512500', '220149.972500', '220150.432500', '220150.892500', '220151.352500', '220151.812500', '220152.272500', '220152.732500', '220153.192500', '220153.652500', '220154.112500', '220154.572500', '220155.032500', '220155.492500', '220155.952500', '220156.412500', '220156.872500', '220157.332500', '220157.792500', '220158.252500', '220158.712500', '220159.172500', '220159.632500', '220200.092500', '220200.552500', '220201.012500', '220201.472500', '220201.932500', '220202.392500', '220202.852500', '220203.312500', '220203.772500', '220204.232500', '220204.692500', '220205.152500', '220205.612500', '220206.072500', '220206.532500', '220206.992500', '220207.452500', '220207.912500', '220208.372500', '220208.832500', '220209.292500', '220209.752500', '220210.212500', '220210.672500', '220211.132500', '220211.592500', '220212.052500', '220212.512500', '220212.972500', '220213.432500', '220213.892500', '220214.352500', '220214.812500', '220215.272500', '220215.732500', '220216.192500', '220216.652500', '220217.112500', '220217.572500', '220218.032500', '220218.492500', '220218.952500', '220219.412500', '220219.872500', '220220.332500', '220220.792500', '220221.252500', '220221.712500', '220222.172500', '220222.632500', '220223.092500', '220223.552500', '220224.012500', '220224.472500', '220224.932500', '220225.392500', '220225.852500', '220226.312500', '220226.772500', '220227.232500', '220227.692500', '220228.152500', '220228.612500', '220229.072500', '220229.532500', '220229.992500', '220230.452500', '220230.912500', '220231.372500', '220231.832500', '220232.292500', '220232.752500', '220233.212500', '220233.672500', '220234.132500', '220234.592500', '220235.052500', '220235.512500', '220235.972500', '220236.432500', '220236.892500', '220237.352500', '220237.812500', '220238.272500', '220238.732500', '220239.192500', '220239.652500', '220240.112500', '220240.572500', '220241.032500', '220241.492500', '220241.952500', '220242.412500', '220242.872500', '220243.332500', '220243.792500', '220244.252500', '220244.712500', '220245.172500', '220245.632500', '220246.092500', '220246.552500', '220247.012500', '220247.472500', '220247.932500', '220248.392500', '220248.852500', '220249.312500', '220249.772500', '220250.232500', '220250.692500', '220251.152500', '220251.612500', '220252.072500', '220252.532500', '220252.992500', '220253.452500', '220253.912500', '220254.372500', '220254.832500', '220255.292500', '220255.752500', '220256.212500', '220256.672500', '220257.132500', '220257.592500', '220258.052500', '220258.512500', '220258.972500', '220259.432500', '220259.892500', '220300.352500', '220300.812500', '220301.272500', '220301.732500', '220302.192500', '220302.652500', '220303.112500', '220303.572500', '220304.032500', '220304.492500', '220304.952500', '220305.412500', '220305.872500', '220306.332500', '220306.792500', '220307.252500', '220307.712500', '220308.172500', '220308.632500', '220309.092500', '220309.552500', '220310.012500', '220310.472500', '220310.932500', '220311.392500', '220311.852500', '220312.312500', '220312.772500', '220313.232500', '220313.692500', '220314.152500', '220314.612500', '220315.072500', '220315.532500', '220315.992500', '220316.452500', '220316.912500', '220317.372500', '220317.832500', '220318.292500', '220318.752500', '220319.212500', '220319.672500', '220320.132500', '220320.592500', '220321.052500', '220321.512500', '220321.972500', '220322.432500', '220322.892500', '220323.352500', '220323.812500', '220324.272500', '220324.732500', '220325.192500', '220325.652500', '220326.112500', '220326.572500', '220327.032500', '220327.492500', '220327.952500', '220328.412500', '220328.872500', '220329.332500', '220329.792500', '220330.252500', '220330.712500', '220331.172500', '220331.632500', '220332.092500', '220332.552500', '220333.012500', '220333.472500', '220333.932500', '220334.392500', '220334.852500', '220335.312500', '220335.772500', '220336.232500', '220336.692500', '220337.152500', '220337.612500', '220338.072500', '220338.532500', '220338.992500', '220339.452500', '220339.912500', '220340.372500', '220340.832500', '220341.292500', '220341.752500', '220342.212500', '220342.672500', '220343.132500', '220343.592500', '220344.052500', '220344.512500', '220344.972500', '220345.432500', '220345.892500', '220346.352500', '220346.812500', '220347.272500', '220347.732500', '220348.192500', '220348.652500', '220349.112500', '220349.572500', '220350.032500', '220350.492500', '220350.952500', '220351.412500', '220351.872500', '220352.332500', '220352.792500', '220353.252500', '220353.712500', '220354.172500', '220354.632500', '220355.092500', '220355.552500', '220356.012500', '220356.472500', '220356.932500', '220357.392500', '220357.852500', '220358.312500', '220358.772500', '220359.232500', '220359.692500', '220400.152500', '220400.612500', '220401.072500', '220401.532500', '220401.992500', '220402.452500', '220402.912500', '220403.372500', '220403.832500', '220404.292500', '220404.752500', '220405.212500', '220405.672500', '220406.132500', '220406.592500', '220407.052500', '220407.512500', '220407.972500', '220408.432500', '220408.892500', '220409.352500', '220409.812500', '220410.272500', '220410.732500', '220411.192500', '220411.652500', '220412.112500', '220412.572500', '220413.032500', '220413.492500', '220413.952500', '220414.412500', '220414.872500', '220415.332500', '220415.792500', '220416.252500', '220416.712500', '220417.172500', '220417.632500', '220418.092500', '220418.552500', '220419.012500', '220419.472500', '220419.932500', '220420.392500', '220420.852500', '220421.312500', '220421.772500', '220422.232500', '220422.692500', '220423.152500', '220423.612500', '220424.072500', '220424.532500', '220424.992500', '220425.452500', '220425.912500', '220426.372500', '220426.832500', '220427.292500', '220427.752500', '220428.212500', '220428.672500', '220429.132500', '220429.592500', '220430.052500', '220430.512500', '220430.972500', '220431.432500', '220431.892500', '220432.352500', '220432.812500', '220433.272500', '220433.732500', '220434.192500', '220434.652500', '220435.112500', '220435.572500', '220436.032500', '220436.492500', '220436.952500', '220437.412500', '220437.872500', '220438.332500', '220438.792500', '220439.252500', '220439.712500', '220440.172500', '220440.632500', '220441.092500', '220441.552500', '220442.012500', '220442.472500', '220442.932500', '220443.392500', '220443.852500', '220444.312500', '220444.772500', '220445.232500', '220445.692500', '220446.152500', '220446.612500', '220447.072500', '220447.532500', '220447.992500', '220448.452500', '220448.912500', '220449.372500', '220449.832500', '220450.292500', '220450.752500', '220451.212500', '220451.672500', '220452.132500', '220452.592500', '220453.052500', '220453.512500', '220453.972500', '220454.432500', '220454.892500', '220455.352500', '220455.812500', '220456.272500', '220456.732500', '220457.192500', '220457.652500', '220458.112500', '220458.572500', '220459.032500', '220459.492500', '220459.952500', '220500.412500', '220500.872500', '220501.332500', '220501.792500', '220502.252500', '220502.712500', '220503.172500', '220503.632500', '220504.092500', '220504.552500', '220505.012500', '220505.472500', '220505.932500', '220506.392500', '220506.852500', '220507.312500', '220507.772500', '220508.232500', '220508.692500', '220509.152500', '220509.612500', '220510.072500', '220510.532500', '220510.992500', '220511.452500', '220511.912500', '220512.372500', '220512.832500', '220513.292500', '220513.752500', '220514.212500', '220514.672500', '220515.132500', '220515.592500', '220516.052500', '220516.512500', '220516.972500', '220517.432500', '220517.892500', '220518.352500', '220518.812500', '220519.272500', '220519.732500', '220520.192500', '220520.652500', '220521.112500', '220521.572500', '220522.032500', '220522.492500', '220522.952500', '220523.412500', '220523.872500', '220524.332500', '220524.792500', '220525.252500', '220525.712500', '220526.172500', '220526.632500', '220527.092500', '220527.552500', '220528.012500', '220528.472500', '220528.932500', '220529.392500', '220529.852500', '220530.312500', '220530.772500', '220531.232500', '220531.692500', '220532.152500', '220532.612500', '220533.072500', '220533.532500', '220533.992500', '220534.452500', '220534.912500', '220535.372500', '220535.832500', '220536.292500', '220536.752500', '220537.212500', '220537.672500', '220538.132500', '220538.592500', '220539.052500', '220539.512500', '220539.972500', '220540.432500', '220540.892500', '220541.352500', '220541.812500', '220542.272500', '220542.732500', '220543.192500', '220543.652500', '220544.112500', '220544.572500', '220545.032500', '220545.492500', '220545.952500', '220546.412500', '220546.872500', '220547.332500', '220547.792500', '220548.252500', '220548.712500', '220549.172500', '220549.632500', '220550.092500', '220550.552500', '220551.012500', '220551.472500', '220551.932500', '220552.392500', '220552.852500', '220553.312500', '220553.772500', '220554.232500', '220554.692500', '220555.152500', '220555.612500', '220556.072500', '220556.532500', '220556.992500', '220557.452500', '220557.912500', '220558.372500', '220558.832500', '220559.292500', '220559.752500', '220600.212500', '220600.672500', '220601.132500', '220601.592500', '220602.052500', '220602.512500', '220602.972500', '220603.432500', '220603.892500', '220604.352500', '220604.812500', '220605.272500', '220605.732500', '220606.192500', '220606.652500', '220607.112500', '220607.572500', '220608.032500', '220608.492500', '220608.952500', '220609.412500', '220609.872500', '220610.332500', '220610.792500', '220611.252500', '220611.712500', '220612.172500', '220612.632500', '220613.092500', '220613.552500', '220614.012500', '220614.472500', '220614.932500', '220615.392500', '220615.852500', '220616.312500', '220616.772500', '220617.232500', '220617.692500', '220618.152500', '220618.612500', '220619.072500', '220619.532500', '220619.992500', '220620.452500', '220620.912500', '220621.372500', '220621.832500', '220622.292500', '220622.752500', '220623.212500', '220623.672500', '220624.132500', '220624.592500', '220625.052500', '220625.512500', '220625.972500', '220626.432500', '220626.892500', '220627.352500', '220627.812500', '220628.272500', '220628.732500', '220629.192500', '220629.652500', '220630.112500', '220630.572500', '220631.032500', '220631.492500', '220631.952500', '220632.412500', '220632.872500', '220633.332500', '220633.792500', '220634.252500', '220634.712500', '220635.172500', '220635.632500', '220636.092500', '220636.552500', '220637.012500', '220637.472500', '220637.932500', '220638.392500', '220638.852500', '220639.312500', '220639.772500', '220640.232500', '220640.692500', '220641.152500', '220641.612500', '220642.072500', '220642.532500', '220642.992500', '220643.452500', '220643.912500', '220644.372500', '220644.832500', '220645.292500', '220645.752500', '220646.212500', '220646.672500', '220647.132500', '220647.592500', '220648.052500', '220648.512500', '220648.972500', '220649.432500', '220649.892500', '220650.352500', '220650.812500', '220651.272500', '220651.732500', '220652.192500', '220652.652500', '220653.112500', '220653.572500', '220654.032500', '220654.492500', '220654.952500', '220655.412500', '220655.872500', '220656.332500', '220656.792500', '220657.252500', '220657.712500', '220658.172500', '220658.632500', '220659.092500', '220659.552500', '220700.012500', '220700.472500', '220700.932500', '220701.392500', '220701.852500', '220702.312500', '220702.772500', '220703.232500', '220703.692500', '220704.152500', '220704.612500', '220705.072500', '220705.532500', '220705.992500', '220706.452500', '220706.912500', '220707.372500', '220707.832500', '220708.292500', '220708.752500', '220709.212500', '220709.672500', '220710.132500', '220710.592500', '220711.052500', '220711.512500', '220711.972500', '220712.432500', '220712.892500', '220713.352500', '220713.812500', '220714.272500', '220714.732500', '220715.192500', '220715.652500', '220716.112500', '220716.572500', '220717.032500', '220717.492500', '220717.952500', '220718.412500', '220718.872500', '220719.332500', '220719.792500', '220720.252500', '220720.712500', '220721.172500', '220721.632500', '220722.092500', '220722.552500', '220723.012500', '220723.472500', '220723.932500', '220724.392500', '220724.852500', '220725.312500', '220725.772500', '220726.232500', '220726.692500', '220727.152500', '220727.612500', '220728.072500', '220728.532500', '220728.992500', '220729.452500', '220729.912500', '220730.372500', '220730.832500', '220731.292500', '220731.752500', '220732.212500', '220732.672500', '220733.132500', '220733.592500', '220734.052500', '220734.512500', '220734.972500', '220735.432500', '220735.892500', '220736.352500', '220736.812500', '220737.272500', '220737.732500', '220738.192500', '220738.652500', '220739.112500', '220739.572500', '220740.032500', '220740.492500', '220740.952500', '220741.412500', '220741.872500', '220742.332500', '220742.792500', '220743.252500', '220743.712500', '220744.172500', '220744.632500', '220745.092500', '220745.552500', '220746.012500', '220746.472500', '220746.932500', '220747.392500', '220747.852500', '220748.312500', '220748.772500', '220749.232500', '220749.692500', '220750.152500', '220750.612500', '220751.072500', '220751.532500', '220751.992500', '220752.452500', '220752.912500', '220753.372500', '220753.832500', '220754.292500', '220754.752500', '220755.212500', '220755.672500', '220756.132500', '220756.592500', '220757.052500', '220757.512500', '220757.972500', '220758.432500', '220758.892500', '220759.352500', '220759.812500', '220800.272500', '220800.732500', '220801.192500', '220801.652500', '220802.112500', '220802.572500', '220803.032500', '220803.492500', '220803.952500', '220804.412500', '220804.872500', '220805.332500', '220805.792500', '220806.252500', '220806.712500', '220807.172500', '220807.632500', '220808.092500', '220808.552500', '220809.012500', '220809.472500', '220809.932500', '220810.392500', '220810.852500', '220811.312500', '220811.772500', '220812.232500', '220812.692500', '220813.152500', '220813.612500', '220814.072500', '220814.532500', '220814.992500', '220815.452500', '220815.912500', '220816.372500', '220816.832500', '220817.292500', '220817.752500', '220818.212500', '220818.672500', '220819.132500', '220819.592500', '220820.052500', '220820.512500', '220820.972500', '220821.432500', '220821.892500', '220822.352500', '220822.812500', '220823.272500', '220823.732500', '220824.192500', '220824.652500', '220825.112500', '220825.572500', '220826.032500', '220826.492500', '220826.952500', '220827.412500', '220827.872500', '220828.332500', '220828.792500', '220829.252500', '220829.712500', '220830.172500', '220830.632500', '220831.092500', '220831.552500', '220832.012500', '220832.472500', '220832.932500', '220833.392500', '220833.852500', '220834.312500', '220834.772500', '220835.232500', '220835.692500', '220836.152500', '220836.612500', '220837.072500', '220837.532500', '220837.992500', '220838.452500', '220838.912500', '220839.372500', '220839.832500', '220840.292500', '220840.752500', '220841.212500', '220841.672500', '220842.132500', '220842.592500', '220843.052500', '220843.512500', '220843.972500', '220844.432500', '220844.892500', '220845.352500', '220845.812500', '220846.272500', '220846.732500', '220847.192500', '220847.652500', '220848.112500', '220848.572500', '220849.032500', '220849.492500', '220849.952500', '220850.412500', '220850.872500', '220851.332500', '220851.792500', '220852.252500', '220852.712500', '220853.172500', '220853.632500', '220854.092500', '220854.552500', '220855.012500', '220855.472500', '220855.932500', '220856.392500', '220856.852500', '220857.312500', '220857.772500', '220858.232500', '220858.692500', '220859.152500', '220859.612500', '220900.072500', '220900.532500', '220900.992500', '220901.452500', '220901.912500', '220902.372500', '220902.832500', '220903.292500', '220903.752500', '220904.212500', '220904.672500', '220905.132500', '220905.592500', '220906.052500', '220906.512500', '220906.972500', '220907.432500', '220907.892500', '220908.352500', '220908.812500', '220909.272500', '220909.732500', '220910.192500', '220910.652500', '220911.112500', '220911.572500', '220912.032500', '220912.492500', '220912.952500', '220913.412500', '220913.872500', '220914.332500', '220914.792500', '220915.252500', '220915.712500', '220916.172500', '220916.632500', '220917.092500', '220917.552500', '220918.012500', '220918.472500', '220918.932500', '220919.392500', '220919.852500', '220920.312500', '220920.772500', '220921.232500', '220921.692500', '220922.152500', '220922.612500', '220923.072500', '220923.532500', '220923.992500', '220924.452500', '220924.912500', '220925.372500', '220925.832500', '220926.292500', '220926.752500', '220927.212500', '220927.672500', '220928.132500', '220928.592500', '220929.052500', '220929.512500', '220929.972500', '220930.432500', '220930.892500', '220931.352500', '220931.812500', '220932.272500', '220932.732500', '220933.192500', '220933.652500', '220934.112500', '220934.572500', '220935.032500', '220935.492500', '220935.952500', '220936.412500', '220936.872500', '220937.332500', '220937.792500', '220938.252500', '220938.712500', '220939.172500', '220939.632500', '220940.092500', '220940.552500', '220941.012500', '220941.472500', '220941.932500', '220942.392500', '220942.852500', '220943.312500', '220943.772500', '220944.232500', '220944.692500', '220945.152500', '220945.612500', '220946.072500', '220946.532500', '220946.992500', '220947.452500', '220947.912500', '220948.372500', '220948.832500', '220949.292500', '220949.752500', '220950.212500', '220950.672500', '220951.132500', '220951.592500', '220952.052500', '220952.512500', '220952.972500', '220953.432500', '220953.892500', '220954.352500', '220954.812500', '220955.272500', '220955.732500', '220956.192500', '220956.652500', '220957.112500', '220957.572500', '220958.032500', '220958.492500', '220958.952500', '220959.412500', '220959.872500', '221000.332500', '221000.792500', '221001.252500', '221001.712500', '221002.172500', '221002.632500', '221003.092500', '221003.552500', '221004.012500', '221004.472500', '221004.932500', '221005.392500', '221005.852500', '221006.312500', '221006.772500', '221007.232500', '221007.692500', '221008.152500', '221008.612500', '221009.072500', '221009.532500', '221009.992500', '221010.452500', '221010.912500', '221011.372500', '221011.832500', '221012.292500', '221012.752500', '221013.212500', '221013.672500', '221014.132500', '221014.592500', '221015.052500', '221015.512500', '221015.972500', '221016.432500', '221016.892500', '221017.352500', '221017.812500', '221018.272500', '221018.732500', '221019.192500', '221019.652500', '221020.112500', '221020.572500', '221021.032500', '221021.492500', '221021.952500', '221022.412500', '221022.872500', '221023.332500', '221023.792500', '221024.252500', '221024.712500', '221025.172500', '221025.632500', '221026.092500', '221026.552500', '221027.012500', '221027.472500', '221027.932500', '221028.392500', '221028.852500', '221029.312500', '221029.772500', '221030.232500', '221030.692500', '221031.152500', '221031.612500', '221032.072500', '221032.532500', '221032.992500', '221033.452500', '221033.912500', '221034.372500', '221034.832500', '221035.292500', '221035.752500', '221036.212500', '221036.672500', '221037.132500', '221037.592500', '221038.052500', '221038.512500', '221038.972500', '221039.432500', '221039.892500', '221040.352500', '221040.812500', '221041.272500', '221041.732500', '221042.192500', '221042.652500', '221043.112500', '221043.572500', '221044.032500', '221044.492500', '221044.952500', '221045.412500', '221045.872500', '221046.332500', '221046.792500', '221047.252500', '221047.712500', '221048.172500', '221048.632500', '221049.092500', '221049.552500', '221050.012500', '221050.472500', '221050.932500', '221051.392500', '221051.852500', '221052.312500', '221052.772500', '221053.232500', '221053.692500', '221054.152500', '221054.612500', '221055.072500', '221055.532500', '221055.992500', '221056.452500', '221056.912500', '221057.372500', '221057.832500', '221058.292500', '221058.752500', '221059.212500', '221059.672500', '221100.132500', '221100.592500', '221101.052500', '221101.512500', '221101.972500', '221102.432500', '221102.892500', '221103.352500', '221103.812500', '221104.272500', '221104.732500', '221105.192500', '221105.652500', '221106.112500', '221106.572500', '221107.032500', '221107.492500', '221107.952500', '221108.412500', '221108.872500', '221109.332500', '221109.792500', '221110.252500', '221110.712500', '221111.172500', '221111.632500', '221112.092500', '221112.552500', '221113.012500', '221113.472500', '221113.932500', '221114.392500', '221114.852500', '221115.312500', '221115.772500', '221116.232500', '221116.692500', '221117.152500', '221117.612500', '221118.072500', '221118.532500', '221118.992500', '221119.452500', '221119.912500', '221120.372500', '221120.832500', '221121.292500', '221121.752500', '221122.212500', '221122.672500', '221123.132500', '221123.592500', '221124.052500'], 'ContentTime': ['220111.746000', '220111.749000', '220111.752000', '220111.754000', '220111.757000', '220111.759000', '220111.762000', '220111.765000', '220111.767000', '220111.770000', '220111.772000', '220111.781000', '220111.783000', '220111.786000', '220111.788000', '220111.791000', '220111.793000', '220111.796000', '220111.799000', '220111.802000', '220111.804000', '220111.807000', '220111.809000', '220111.812000', '220111.815000', '220111.817000', '220111.820000', '220111.823000', '220111.825000', '220111.828000', '220111.830000', '220111.833000', '220111.836000', '220111.838000', '220111.841000', '220111.843000', '220111.846000', '220111.849000', '220111.851000', '220111.854000', '220111.856000', '220111.859000', '220131.699000', '220131.702000', '220131.705000', '220131.708000', '220131.710000', '220131.713000', '220131.715000', '220131.718000', '220131.720000', '220131.723000', '220131.726000', '220131.728000', '220131.731000', '220131.733000', '220131.736000', '220131.738000', '220131.741000', '220131.744000', '220131.746000', '220131.749000', '220131.751000', '220131.754000', '220131.756000', '220131.759000', '220131.761000', '220131.764000', '220131.767000', '220131.769000', '220131.772000', '220131.774000', '220131.777000', '220131.780000', '220131.783000', '220131.786000', '220131.789000', '220131.791000', '220131.794000', '220131.797000', '220131.799000', '220131.802000', '220131.804000', '220131.807000', '220131.810000', '220151.698000', '220151.701000', '220151.704000', '220151.706000', '220151.709000', '220151.711000', '220151.714000', '220151.717000', '220151.719000', '220151.722000', '220151.724000', '220151.727000', '220151.730000', '220151.732000', '220151.735000', '220151.738000', '220151.740000', '220151.743000', '220151.745000', '220151.748000', '220151.750000', '220151.753000', '220151.755000', '220151.758000', '220151.761000', '220151.763000', '220151.766000', '220151.781000', '220151.784000', '220151.786000', '220151.789000', '220151.791000', '220151.794000', '220151.796000', '220151.799000', '220151.802000', '220151.804000', '220151.807000', '220151.809000', '220151.812000', '220151.815000', '220151.817000', '220151.820000', '220151.823000', '220211.699000', '220211.702000', '220211.704000', '220211.707000', '220211.709000', '220211.712000', '220211.715000', '220211.717000', '220211.720000', '220211.722000', '220211.725000', '220211.728000', '220211.730000', '220211.733000', '220211.736000', '220211.739000', '220211.742000', '220211.745000', '220211.747000', '220211.750000', '220211.753000', '220211.755000', '220211.758000', '220211.760000', '220211.763000', '220211.765000', '220211.768000', '220211.771000', '220211.773000', '220211.776000', '220211.778000', '220211.781000', '220211.784000', '220211.786000', '220211.789000', '220211.791000', '220211.794000', '220211.797000', '220211.799000', '220211.802000', '220211.805000', '220211.807000', '220211.810000', '220231.699000', '220231.702000', '220231.705000', '220231.708000', '220231.710000', '220231.713000', '220231.715000', '220231.718000', '220231.720000', '220231.723000', '220231.726000', '220231.728000', '220231.731000', '220231.733000', '220231.736000', '220231.739000', '220231.741000', '220231.744000', '220231.746000', '220231.749000', '220231.751000', '220231.754000', '220231.757000', '220231.759000', '220231.762000', '220231.764000', '220231.767000', '220231.770000', '220231.773000', '220231.775000', '220231.778000', '220231.780000', '220231.783000', '220231.786000', '220231.788000', '220231.791000', '220231.793000', '220231.796000', '220231.799000', '220231.825000', '220231.828000', '220231.830000', '220231.833000', '220231.835000', '220251.699000', '220251.702000', '220251.705000', '220251.707000', '220251.710000', '220251.713000', '220251.715000', '220251.718000', '220251.720000', '220251.723000', '220251.726000', '220251.728000', '220251.731000', '220251.734000', '220251.736000', '220251.739000', '220251.742000', '220251.744000', '220251.747000', '220251.749000', '220251.752000', '220251.755000', '220251.757000', '220251.760000', '220251.763000', '220251.765000', '220251.768000', '220251.770000', '220251.773000', '220251.776000', '220251.778000', '220251.781000', '220251.783000', '220251.787000', '220251.790000', '220251.793000', '220251.795000', '220251.798000', '220251.853000', '220251.855000', '220251.858000', '220251.861000', '220251.864000', '220311.699000', '220311.703000', '220311.705000', '220311.708000', '220311.710000', '220311.713000', '220311.716000', '220311.718000', '220311.721000', '220311.724000', '220311.726000', '220311.729000', '220311.731000', '220311.734000', '220311.737000', '220311.739000', '220311.742000', '220311.744000', '220311.747000', '220311.749000', '220311.752000', '220311.755000', '220311.757000', '220311.760000', '220311.763000', '220311.765000', '220311.768000', '220311.770000', '220311.773000', '220311.776000', '220311.778000', '220311.781000', '220311.783000', '220311.786000', '220311.789000', '220311.791000', '220311.794000', '220311.797000', '220311.799000', '220311.802000', '220311.805000', '220311.807000', '220311.810000', '220311.813000', '220331.700000', '220331.702000', '220331.705000', '220331.708000', '220331.710000', '220331.713000', '220331.715000', '220331.718000', '220331.721000', '220331.723000', '220331.726000', '220331.729000', '220331.731000', '220331.734000', '220331.736000', '220331.739000', '220331.742000', '220331.744000', '220331.747000', '220331.749000', '220331.752000', '220331.754000', '220331.767000', '220331.770000', '220331.773000', '220331.775000', '220331.778000', '220331.780000', '220331.783000', '220331.785000', '220331.788000', '220331.791000', '220331.793000', '220331.796000', '220331.798000', '220331.822000', '220331.825000', '220331.828000', '220331.831000', '220331.833000', '220331.836000', '220331.839000', '220331.841000', '220351.699000', '220351.702000', '220351.705000', '220351.707000', '220351.710000', '220351.713000', '220351.715000', '220351.718000', '220351.721000', '220351.723000', '220351.726000', '220351.728000', '220351.731000', '220351.734000', '220351.736000', '220351.739000', '220351.742000', '220351.744000', '220351.747000', '220351.749000', '220351.752000', '220351.755000', '220351.757000', '220351.760000', '220351.762000', '220351.765000', '220351.767000', '220351.770000', '220351.773000', '220351.775000', '220351.778000', '220351.780000', '220351.783000', '220351.785000', '220351.788000', '220351.791000', '220351.794000', '220351.796000', '220351.799000', '220351.831000', '220351.834000', '220351.836000', '220351.839000', '220351.841000', '220411.699000', '220411.701000', '220411.704000', '220411.707000', '220411.709000', '220411.712000', '220411.715000', '220411.717000', '220411.720000', '220411.722000', '220411.725000', '220411.728000', '220411.730000', '220411.733000', '220411.735000', '220411.738000', '220411.741000', '220411.743000', '220411.746000', '220411.749000', '220411.751000', '220411.754000', '220411.756000', '220411.759000', '220411.762000', '220411.764000', '220411.767000', '220411.770000', '220411.772000', '220411.775000', '220411.778000', '220411.780000', '220411.783000', '220411.785000', '220411.788000', '220411.791000', '220411.793000', '220411.796000', '220411.799000', '220411.832000', '220411.834000', '220411.837000', '220411.840000', '220431.699000', '220431.701000', '220431.704000', '220431.707000', '220431.709000', '220431.712000', '220431.715000', '220431.717000', '220431.720000', '220431.723000', '220431.725000', '220431.728000', '220431.730000', '220431.733000', '220431.735000', '220431.738000', '220431.741000', '220431.743000', '220431.746000', '220431.748000', '220431.751000', '220431.754000', '220431.756000', '220431.759000', '220431.762000', '220431.764000', '220431.767000', '220431.769000', '220431.772000', '220431.775000', '220431.777000', '220431.780000', '220431.782000', '220431.785000', '220431.788000', '220431.790000', '220431.793000', '220431.795000', '220431.798000', '220431.801000', '220431.803000', '220431.806000', '220431.809000', '220431.811000', '220451.699000', '220451.702000', '220451.705000', '220451.708000', '220451.710000', '220451.713000', '220451.716000', '220451.718000', '220451.721000', '220451.724000', '220451.726000', '220451.729000', '220451.731000', '220451.734000', '220451.736000', '220451.739000', '220451.742000', '220451.744000', '220451.747000', '220451.749000', '220451.752000', '220451.755000', '220451.757000', '220451.760000', '220451.762000', '220451.765000', '220451.768000', '220451.770000', '220451.773000', '220451.776000', '220451.778000', '220451.781000', '220451.783000', '220451.786000', '220451.789000', '220451.791000', '220451.794000', '220451.796000', '220451.799000', '220451.802000', '220451.804000', '220451.807000', '220451.809000', '220511.700000', '220511.703000', '220511.706000', '220511.708000', '220511.722000', '220511.724000', '220511.727000', '220511.729000', '220511.732000', '220511.735000', '220511.737000', '220511.740000', '220511.742000', '220511.745000', '220511.748000', '220511.750000', '220511.753000', '220511.756000', '220511.759000', '220511.761000', '220511.764000', '220511.766000', '220511.769000', '220511.772000', '220511.774000', '220511.777000', '220511.779000', '220511.782000', '220511.785000', '220511.787000', '220511.790000', '220511.792000', '220511.795000', '220511.798000', '220511.836000', '220511.839000', '220511.841000', '220511.844000', '220511.847000', '220511.849000', '220511.852000', '220511.854000', '220511.857000', '220511.860000', '220531.700000', '220531.702000', '220531.705000', '220531.708000', '220531.710000', '220531.713000', '220531.715000', '220531.718000', '220531.721000', '220531.723000', '220531.726000', '220531.728000', '220531.731000', '220531.734000', '220531.736000', '220531.739000', '220531.742000', '220531.744000', '220531.747000', '220531.749000', '220531.752000', '220531.755000', '220531.757000', '220531.760000', '220531.762000', '220531.765000', '220531.767000', '220531.770000', '220531.773000', '220531.775000', '220531.778000', '220531.781000', '220531.783000', '220531.790000', '220531.793000', '220531.795000', '220531.798000', '220531.801000', '220531.803000', '220531.806000', '220531.809000', '220531.811000', '220531.814000', '220551.700000', '220551.703000', '220551.706000', '220551.708000', '220551.711000', '220551.714000', '220551.716000', '220551.719000', '220551.721000', '220551.724000', '220551.727000', '220551.729000', '220551.732000', '220551.735000', '220551.737000', '220551.740000', '220551.742000', '220551.745000', '220551.748000', '220551.750000', '220551.753000', '220551.756000', '220551.758000', '220551.761000', '220551.763000', '220551.766000', '220551.769000', '220551.771000', '220551.774000', '220551.777000', '220551.779000', '220551.782000', '220551.784000', '220551.787000', '220551.790000', '220551.792000', '220551.795000', '220551.797000', '220551.869000', '220551.872000', '220551.874000', '220551.877000', '220551.880000', '220611.699000', '220611.702000', '220611.705000', '220611.707000', '220611.710000', '220611.713000', '220611.716000', '220611.718000', '220611.721000', '220611.724000', '220611.726000', '220611.729000', '220611.731000', '220611.734000', '220611.737000', '220611.739000', '220611.742000', '220611.745000', '220611.747000', '220611.750000', '220611.753000', '220611.755000', '220611.758000', '220611.760000', '220611.763000', '220611.766000', '220611.768000', '220611.771000', '220611.773000', '220611.776000', '220611.779000', '220611.781000', '220611.784000', '220611.787000', '220611.789000', '220611.792000', '220611.794000', '220611.797000', '220611.862000', '220611.865000', '220611.867000', '220611.870000', '220611.873000', '220611.875000', '220631.699000', '220631.703000', '220631.706000', '220631.708000', '220631.711000', '220631.714000', '220631.716000', '220631.719000', '220631.721000', '220631.724000', '220631.726000', '220631.729000', '220631.732000', '220631.737000', '220631.740000', '220631.758000', '220631.761000', '220631.763000', '220631.766000', '220631.768000', '220631.771000', '220631.774000', '220631.776000', '220631.779000', '220631.781000', '220631.784000', '220631.786000', '220631.789000', '220631.792000', '220631.795000', '220631.797000', '220631.831000', '220631.834000', '220631.837000', '220631.839000', '220631.842000', '220631.844000', '220631.847000', '220631.850000', '220631.852000', '220631.855000', '220631.857000', '220631.860000', '220651.699000', '220651.701000', '220651.704000', '220651.707000', '220651.710000', '220651.712000', '220651.715000', '220651.718000', '220651.720000', '220651.723000', '220651.725000', '220651.728000', '220651.731000', '220651.733000', '220651.736000', '220651.739000', '220651.741000', '220651.744000', '220651.746000', '220651.749000', '220651.752000', '220651.754000', '220651.757000', '220651.759000', '220651.762000', '220651.765000', '220651.767000', '220651.770000', '220651.772000', '220651.775000', '220651.778000', '220651.780000', '220651.783000', '220651.786000', '220651.788000', '220651.791000', '220651.793000', '220651.796000', '220651.799000', '220651.886000', '220651.889000', '220651.891000', '220651.894000', '220651.897000', '220711.700000', '220711.703000', '220711.705000', '220711.708000', '220711.710000', '220711.713000', '220711.716000', '220711.718000', '220711.721000', '220711.723000', '220711.726000', '220711.729000', '220711.731000', '220711.734000', '220711.736000', '220711.739000', '220711.742000', '220711.744000', '220711.747000', '220711.750000', '220711.752000', '220711.755000', '220711.757000', '220711.760000', '220711.763000', '220711.765000', '220711.768000', '220711.770000', '220711.773000', '220711.776000', '220711.778000', '220711.781000', '220711.783000', '220711.786000', '220711.789000', '220711.791000', '220711.794000', '220711.798000', '220711.871000', '220711.873000', '220711.876000', '220711.878000', '220711.881000', '220731.700000', '220731.702000', '220731.705000', '220731.708000', '220731.710000', '220731.713000', '220731.716000', '220731.718000', '220731.721000', '220731.724000', '220731.727000', '220731.729000', '220731.732000', '220731.735000', '220731.743000', '220731.746000', '220731.749000', '220731.751000', '220731.754000', '220731.757000', '220731.759000', '220731.762000', '220731.765000', '220731.767000', '220731.770000', '220731.773000', '220731.776000', '220731.778000', '220731.781000', '220731.783000', '220731.786000', '220731.789000', '220731.792000', '220731.794000', '220731.797000', '220731.876000', '220731.879000', '220731.881000', '220731.884000', '220731.887000', '220731.890000', '220731.892000', '220731.895000', '220731.897000', '220751.700000', '220751.702000', '220751.705000', '220751.708000', '220751.710000', '220751.713000', '220751.716000', '220751.719000', '220751.723000', '220751.725000', '220751.728000', '220751.731000', '220751.733000', '220751.736000', '220751.738000', '220751.741000', '220751.744000', '220751.746000', '220751.749000', '220751.751000', '220751.754000', '220751.757000', '220751.759000', '220751.762000', '220751.764000', '220751.802000', '220751.841000', '220751.843000', '220751.846000', '220751.849000', '220751.851000', '220751.854000', '220751.856000', '220751.859000', '220751.862000', '220751.864000', '220751.867000', '220751.870000', '220751.873000', '220751.875000', '220751.878000', '220751.880000', '220751.883000', '220811.700000', '220811.703000', '220811.705000', '220811.708000', '220811.710000', '220811.713000', '220811.716000', '220811.718000', '220811.721000', '220811.723000', '220811.726000', '220811.729000', '220811.731000', '220811.734000', '220811.737000', '220811.739000', '220811.742000', '220811.744000', '220811.747000', '220811.750000', '220811.752000', '220811.755000', '220811.757000', '220811.760000', '220811.762000', '220811.765000', '220811.768000', '220811.770000', '220811.773000', '220811.776000', '220811.778000', '220811.781000', '220811.783000', '220811.786000', '220811.789000', '220811.791000', '220811.794000', '220811.797000', '220811.800000', '220811.839000', '220811.841000', '220811.844000', '220811.847000', '220811.849000', '220831.700000', '220831.702000', '220831.705000', '220831.708000', '220831.710000', '220831.713000', '220831.715000', '220831.718000', '220831.721000', '220831.723000', '220831.726000', '220831.729000', '220831.731000', '220831.734000', '220831.736000', '220831.739000', '220831.742000', '220831.744000', '220831.747000', '220831.750000', '220831.752000', '220831.755000', '220831.757000', '220831.760000', '220831.763000', '220831.766000', '220831.769000', '220831.771000', '220831.774000', '220831.776000', '220831.779000', '220831.782000', '220831.784000', '220831.787000', '220831.789000', '220831.792000', '220831.795000', '220831.797000', '220831.854000', '220831.857000', '220831.859000', '220831.862000', '220831.864000', '220851.698000', '220851.701000', '220851.704000', '220851.706000', '220851.709000', '220851.712000', '220851.715000', '220851.717000', '220851.720000', '220851.722000', '220851.725000', '220851.728000', '220851.730000', '220851.733000', '220851.736000', '220851.738000', '220851.741000', '220851.743000', '220851.746000', '220851.749000', '220851.751000', '220851.754000', '220851.756000', '220851.759000', '220851.762000', '220851.764000', '220851.767000', '220851.769000', '220851.772000', '220851.775000', '220851.777000', '220851.780000', '220851.783000', '220851.785000', '220851.788000', '220851.790000', '220851.793000', '220851.796000', '220851.799000', '220851.868000', '220851.871000', '220851.873000', '220851.876000', '220851.878000', '220911.699000', '220911.701000', '220911.704000', '220911.707000', '220911.709000', '220911.712000', '220911.720000', '220911.723000', '220911.726000', '220911.728000', '220911.731000', '220911.733000', '220911.736000', '220911.739000', '220911.741000', '220911.744000', '220911.746000', '220911.749000', '220911.752000', '220911.754000', '220911.757000', '220911.760000', '220911.772000', '220911.775000', '220911.778000', '220911.780000', '220911.783000', '220911.785000', '220911.788000', '220911.791000', '220911.794000', '220911.796000', '220911.799000', '220911.853000', '220911.856000', '220911.858000', '220911.861000', '220911.864000', '220911.866000', '220911.869000', '220911.872000', '220911.874000', '220911.877000', '220931.700000', '220931.702000', '220931.705000', '220931.708000', '220931.711000', '220931.714000', '220931.716000', '220931.719000', '220931.722000', '220931.725000', '220931.727000', '220931.730000', '220931.732000', '220931.735000', '220931.737000', '220931.740000', '220931.743000', '220931.745000', '220931.748000', '220931.750000', '220931.753000', '220931.756000', '220931.758000', '220931.761000', '220931.764000', '220931.766000', '220931.769000', '220931.771000', '220931.774000', '220931.776000', '220931.779000', '220931.782000', '220931.784000', '220931.787000', '220931.789000', '220931.792000', '220931.795000', '220931.797000', '220931.862000', '220931.865000', '220931.868000', '220931.870000', '220931.873000', '220931.876000', '220951.700000', '220951.703000', '220951.705000', '220951.708000', '220951.710000', '220951.713000', '220951.716000', '220951.718000', '220951.721000', '220951.724000', '220951.726000', '220951.729000', '220951.731000', '220951.734000', '220951.737000', '220951.739000', '220951.742000', '220951.745000', '220951.747000', '220951.750000', '220951.752000', '220951.755000', '220951.758000', '220951.760000', '220951.763000', '220951.765000', '220951.768000', '220951.771000', '220951.773000', '220951.776000', '220951.778000', '220951.781000', '220951.784000', '220951.786000', '220951.789000', '220951.791000', '220951.794000', '220951.797000', '220951.853000', '220951.855000', '220951.858000', '220951.861000', '220951.863000', '221011.700000', '221011.703000', '221011.706000', '221011.708000', '221011.711000', '221011.713000', '221011.716000', '221011.719000', '221011.721000', '221011.724000', '221011.727000', '221011.729000', '221011.732000', '221011.734000', '221011.737000', '221011.739000', '221011.742000', '221011.745000', '221011.747000', '221011.750000', '221011.752000', '221011.755000', '221011.758000', '221011.760000', '221011.763000', '221011.766000', '221011.768000', '221011.771000', '221011.773000', '221011.776000', '221011.779000', '221011.782000', '221011.784000', '221011.787000', '221011.790000', '221011.792000', '221011.795000', '221011.797000', '221011.864000', '221011.866000', '221011.869000', '221011.872000', '221011.874000', '221011.877000', '221031.700000', '221031.703000', '221031.705000', '221031.708000', '221031.711000', '221031.714000', '221031.716000', '221031.719000', '221031.722000', '221031.724000', '221031.727000', '221031.729000', '221031.732000', '221031.735000', '221031.737000', '221031.740000', '221031.742000', '221031.745000', '221031.757000', '221031.759000', '221031.762000', '221031.764000', '221031.767000', '221031.769000', '221031.772000', '221031.775000', '221031.777000', '221031.780000', '221031.782000', '221031.785000', '221031.788000', '221031.790000', '221031.793000', '221031.796000', '221031.799000', '221031.860000', '221031.863000', '221031.866000', '221031.868000', '221031.871000', '221031.874000', '221031.876000', '221031.879000', '221051.700000', '221051.703000', '221051.705000', '221051.708000', '221051.710000', '221051.713000', '221051.716000', '221051.718000', '221051.721000', '221051.724000', '221051.726000', '221051.729000', '221051.731000', '221051.734000', '221051.737000', '221051.739000', '221051.742000', '221051.744000', '221051.747000', '221051.750000', '221051.752000', '221051.755000', '221051.757000', '221051.760000', '221051.763000', '221051.765000', '221051.768000', '221051.770000', '221051.773000', '221051.776000', '221051.778000', '221051.781000', '221051.783000', '221051.786000', '221051.789000', '221051.791000', '221051.794000', '221051.796000', '221051.799000', '221051.856000', '221051.858000', '221051.861000', '221051.864000', '221051.866000', '221111.699000', '221111.701000', '221111.704000', '221111.707000', '221111.710000', '221111.712000', '221111.715000', '221111.717000', '221111.720000', '221111.723000', '221111.725000', '221111.728000', '221111.731000', '221111.733000', '221111.736000', '221111.738000', '221111.741000', '221111.744000', '221111.746000', '221111.749000', '221111.751000', '221111.754000', '221111.757000', '221111.759000', '221111.762000', '221111.764000', '221111.767000', '221111.770000', '221111.772000', '221111.775000', '221111.777000', '221111.780000', '221111.783000', '221111.786000', '221111.788000', '221111.791000', '221111.793000', '221111.796000', '221111.799000', '221111.913000', '221111.915000', '221111.918000', '221111.921000', '221125.168000', '221125.171000', '221125.174000', '221125.177000', '221125.180000', '221125.183000', '221125.186000', '221125.188000', '221125.191000', '221125.194000', '221125.196000', '221125.199000', '221125.202000', '221125.205000', '221125.208000', '221125.210000', '221125.214000', '221125.217000', '221125.220000', '221125.223000', '221125.226000', '221125.229000', '221125.232000', '221125.235000', '221125.238000', '221125.240000', '221125.243000', '221125.246000', '221125.249000', '221125.251000'], 'InstanceCreationTime': ['220111.746000', '220111.749000', '220111.752000', '220111.754000', '220111.757000', '220111.759000', '220111.762000', '220111.765000', '220111.767000', '220111.770000', '220111.772000', '220111.781000', '220111.783000', '220111.786000', '220111.788000', '220111.791000', '220111.793000', '220111.796000', '220111.799000', '220111.802000', '220111.804000', '220111.807000', '220111.809000', '220111.812000', '220111.815000', '220111.817000', '220111.820000', '220111.823000', '220111.825000', '220111.828000', '220111.830000', '220111.833000', '220111.836000', '220111.838000', '220111.841000', '220111.843000', '220111.846000', '220111.849000', '220111.851000', '220111.854000', '220111.856000', '220111.859000', '220131.699000', '220131.702000', '220131.705000', '220131.708000', '220131.710000', '220131.713000', '220131.715000', '220131.718000', '220131.720000', '220131.723000', '220131.726000', '220131.728000', '220131.731000', '220131.733000', '220131.736000', '220131.738000', '220131.741000', '220131.744000', '220131.746000', '220131.749000', '220131.751000', '220131.754000', '220131.756000', '220131.759000', '220131.761000', '220131.764000', '220131.767000', '220131.769000', '220131.772000', '220131.774000', '220131.777000', '220131.780000', '220131.783000', '220131.786000', '220131.789000', '220131.791000', '220131.794000', '220131.797000', '220131.799000', '220131.802000', '220131.804000', '220131.807000', '220131.810000', '220151.698000', '220151.701000', '220151.704000', '220151.706000', '220151.709000', '220151.711000', '220151.714000', '220151.717000', '220151.719000', '220151.722000', '220151.724000', '220151.727000', '220151.730000', '220151.732000', '220151.735000', '220151.738000', '220151.740000', '220151.743000', '220151.745000', '220151.748000', '220151.750000', '220151.753000', '220151.755000', '220151.758000', '220151.761000', '220151.763000', '220151.766000', '220151.781000', '220151.784000', '220151.786000', '220151.789000', '220151.791000', '220151.794000', '220151.796000', '220151.799000', '220151.802000', '220151.804000', '220151.807000', '220151.809000', '220151.812000', '220151.815000', '220151.817000', '220151.820000', '220151.823000', '220211.699000', '220211.702000', '220211.704000', '220211.707000', '220211.709000', '220211.712000', '220211.715000', '220211.717000', '220211.720000', '220211.722000', '220211.725000', '220211.728000', '220211.730000', '220211.733000', '220211.736000', '220211.739000', '220211.742000', '220211.745000', '220211.747000', '220211.750000', '220211.753000', '220211.755000', '220211.758000', '220211.760000', '220211.763000', '220211.765000', '220211.768000', '220211.771000', '220211.773000', '220211.776000', '220211.778000', '220211.781000', '220211.784000', '220211.786000', '220211.789000', '220211.791000', '220211.794000', '220211.797000', '220211.799000', '220211.802000', '220211.805000', '220211.807000', '220211.810000', '220231.699000', '220231.702000', '220231.705000', '220231.708000', '220231.710000', '220231.713000', '220231.715000', '220231.718000', '220231.720000', '220231.723000', '220231.726000', '220231.728000', '220231.731000', '220231.733000', '220231.736000', '220231.739000', '220231.741000', '220231.744000', '220231.746000', '220231.749000', '220231.751000', '220231.754000', '220231.757000', '220231.759000', '220231.762000', '220231.764000', '220231.767000', '220231.770000', '220231.773000', '220231.775000', '220231.778000', '220231.780000', '220231.783000', '220231.786000', '220231.788000', '220231.791000', '220231.793000', '220231.796000', '220231.799000', '220231.825000', '220231.828000', '220231.830000', '220231.833000', '220231.835000', '220251.699000', '220251.702000', '220251.705000', '220251.707000', '220251.710000', '220251.713000', '220251.715000', '220251.718000', '220251.720000', '220251.723000', '220251.726000', '220251.728000', '220251.731000', '220251.734000', '220251.736000', '220251.739000', '220251.742000', '220251.744000', '220251.747000', '220251.749000', '220251.752000', '220251.755000', '220251.757000', '220251.760000', '220251.763000', '220251.765000', '220251.768000', '220251.770000', '220251.773000', '220251.776000', '220251.778000', '220251.781000', '220251.783000', '220251.787000', '220251.790000', '220251.793000', '220251.795000', '220251.798000', '220251.853000', '220251.855000', '220251.858000', '220251.861000', '220251.864000', '220311.699000', '220311.703000', '220311.705000', '220311.708000', '220311.710000', '220311.713000', '220311.716000', '220311.718000', '220311.721000', '220311.724000', '220311.726000', '220311.729000', '220311.731000', '220311.734000', '220311.737000', '220311.739000', '220311.742000', '220311.744000', '220311.747000', '220311.749000', '220311.752000', '220311.755000', '220311.757000', '220311.760000', '220311.763000', '220311.765000', '220311.768000', '220311.770000', '220311.773000', '220311.776000', '220311.778000', '220311.781000', '220311.783000', '220311.786000', '220311.789000', '220311.791000', '220311.794000', '220311.797000', '220311.799000', '220311.802000', '220311.805000', '220311.807000', '220311.810000', '220311.813000', '220331.700000', '220331.702000', '220331.705000', '220331.708000', '220331.710000', '220331.713000', '220331.715000', '220331.718000', '220331.721000', '220331.723000', '220331.726000', '220331.729000', '220331.731000', '220331.734000', '220331.736000', '220331.739000', '220331.742000', '220331.744000', '220331.747000', '220331.749000', '220331.752000', '220331.754000', '220331.767000', '220331.770000', '220331.773000', '220331.775000', '220331.778000', '220331.780000', '220331.783000', '220331.785000', '220331.788000', '220331.791000', '220331.793000', '220331.796000', '220331.798000', '220331.822000', '220331.825000', '220331.828000', '220331.831000', '220331.833000', '220331.836000', '220331.839000', '220331.841000', '220351.699000', '220351.702000', '220351.705000', '220351.707000', '220351.710000', '220351.713000', '220351.715000', '220351.718000', '220351.721000', '220351.723000', '220351.726000', '220351.728000', '220351.731000', '220351.734000', '220351.736000', '220351.739000', '220351.742000', '220351.744000', '220351.747000', '220351.749000', '220351.752000', '220351.755000', '220351.757000', '220351.760000', '220351.762000', '220351.765000', '220351.767000', '220351.770000', '220351.773000', '220351.775000', '220351.778000', '220351.780000', '220351.783000', '220351.785000', '220351.788000', '220351.791000', '220351.794000', '220351.796000', '220351.799000', '220351.831000', '220351.834000', '220351.836000', '220351.839000', '220351.841000', '220411.699000', '220411.701000', '220411.704000', '220411.707000', '220411.709000', '220411.712000', '220411.715000', '220411.717000', '220411.720000', '220411.722000', '220411.725000', '220411.728000', '220411.730000', '220411.733000', '220411.735000', '220411.738000', '220411.741000', '220411.743000', '220411.746000', '220411.749000', '220411.751000', '220411.754000', '220411.756000', '220411.759000', '220411.762000', '220411.764000', '220411.767000', '220411.770000', '220411.772000', '220411.775000', '220411.778000', '220411.780000', '220411.783000', '220411.785000', '220411.788000', '220411.791000', '220411.793000', '220411.796000', '220411.799000', '220411.832000', '220411.834000', '220411.837000', '220411.840000', '220431.699000', '220431.701000', '220431.704000', '220431.707000', '220431.709000', '220431.712000', '220431.715000', '220431.717000', '220431.720000', '220431.723000', '220431.725000', '220431.728000', '220431.730000', '220431.733000', '220431.735000', '220431.738000', '220431.741000', '220431.743000', '220431.746000', '220431.748000', '220431.751000', '220431.754000', '220431.756000', '220431.759000', '220431.762000', '220431.764000', '220431.767000', '220431.769000', '220431.772000', '220431.775000', '220431.777000', '220431.780000', '220431.782000', '220431.785000', '220431.788000', '220431.790000', '220431.793000', '220431.795000', '220431.798000', '220431.801000', '220431.803000', '220431.806000', '220431.809000', '220431.811000', '220451.699000', '220451.702000', '220451.705000', '220451.708000', '220451.710000', '220451.713000', '220451.716000', '220451.718000', '220451.721000', '220451.724000', '220451.726000', '220451.729000', '220451.731000', '220451.734000', '220451.736000', '220451.739000', '220451.742000', '220451.744000', '220451.747000', '220451.749000', '220451.752000', '220451.755000', '220451.757000', '220451.760000', '220451.762000', '220451.765000', '220451.768000', '220451.770000', '220451.773000', '220451.776000', '220451.778000', '220451.781000', '220451.783000', '220451.786000', '220451.789000', '220451.791000', '220451.794000', '220451.796000', '220451.799000', '220451.802000', '220451.804000', '220451.807000', '220451.809000', '220511.700000', '220511.703000', '220511.706000', '220511.708000', '220511.722000', '220511.724000', '220511.727000', '220511.729000', '220511.732000', '220511.735000', '220511.737000', '220511.740000', '220511.742000', '220511.745000', '220511.748000', '220511.750000', '220511.753000', '220511.756000', '220511.759000', '220511.761000', '220511.764000', '220511.766000', '220511.769000', '220511.772000', '220511.774000', '220511.777000', '220511.779000', '220511.782000', '220511.785000', '220511.787000', '220511.790000', '220511.792000', '220511.795000', '220511.798000', '220511.836000', '220511.839000', '220511.841000', '220511.844000', '220511.847000', '220511.849000', '220511.852000', '220511.854000', '220511.857000', '220511.860000', '220531.700000', '220531.702000', '220531.705000', '220531.708000', '220531.710000', '220531.713000', '220531.715000', '220531.718000', '220531.721000', '220531.723000', '220531.726000', '220531.728000', '220531.731000', '220531.734000', '220531.736000', '220531.739000', '220531.742000', '220531.744000', '220531.747000', '220531.749000', '220531.752000', '220531.755000', '220531.757000', '220531.760000', '220531.762000', '220531.765000', '220531.767000', '220531.770000', '220531.773000', '220531.775000', '220531.778000', '220531.781000', '220531.783000', '220531.790000', '220531.793000', '220531.795000', '220531.798000', '220531.801000', '220531.803000', '220531.806000', '220531.809000', '220531.811000', '220531.814000', '220551.700000', '220551.703000', '220551.706000', '220551.708000', '220551.711000', '220551.714000', '220551.716000', '220551.719000', '220551.721000', '220551.724000', '220551.727000', '220551.729000', '220551.732000', '220551.735000', '220551.737000', '220551.740000', '220551.742000', '220551.745000', '220551.748000', '220551.750000', '220551.753000', '220551.756000', '220551.758000', '220551.761000', '220551.763000', '220551.766000', '220551.769000', '220551.771000', '220551.774000', '220551.777000', '220551.779000', '220551.782000', '220551.784000', '220551.787000', '220551.790000', '220551.792000', '220551.795000', '220551.797000', '220551.869000', '220551.872000', '220551.874000', '220551.877000', '220551.880000', '220611.699000', '220611.702000', '220611.705000', '220611.707000', '220611.710000', '220611.713000', '220611.716000', '220611.718000', '220611.721000', '220611.724000', '220611.726000', '220611.729000', '220611.731000', '220611.734000', '220611.737000', '220611.739000', '220611.742000', '220611.745000', '220611.747000', '220611.750000', '220611.753000', '220611.755000', '220611.758000', '220611.760000', '220611.763000', '220611.766000', '220611.768000', '220611.771000', '220611.773000', '220611.776000', '220611.779000', '220611.781000', '220611.784000', '220611.787000', '220611.789000', '220611.792000', '220611.794000', '220611.797000', '220611.862000', '220611.865000', '220611.867000', '220611.870000', '220611.873000', '220611.875000', '220631.699000', '220631.703000', '220631.706000', '220631.708000', '220631.711000', '220631.714000', '220631.716000', '220631.719000', '220631.721000', '220631.724000', '220631.726000', '220631.729000', '220631.732000', '220631.737000', '220631.740000', '220631.758000', '220631.761000', '220631.763000', '220631.766000', '220631.768000', '220631.771000', '220631.774000', '220631.776000', '220631.779000', '220631.781000', '220631.784000', '220631.786000', '220631.789000', '220631.792000', '220631.795000', '220631.797000', '220631.831000', '220631.834000', '220631.837000', '220631.839000', '220631.842000', '220631.844000', '220631.847000', '220631.850000', '220631.852000', '220631.855000', '220631.857000', '220631.860000', '220651.699000', '220651.701000', '220651.704000', '220651.707000', '220651.710000', '220651.712000', '220651.715000', '220651.718000', '220651.720000', '220651.723000', '220651.725000', '220651.728000', '220651.731000', '220651.733000', '220651.736000', '220651.739000', '220651.741000', '220651.744000', '220651.746000', '220651.749000', '220651.752000', '220651.754000', '220651.757000', '220651.759000', '220651.762000', '220651.765000', '220651.767000', '220651.770000', '220651.772000', '220651.775000', '220651.778000', '220651.780000', '220651.783000', '220651.786000', '220651.788000', '220651.791000', '220651.793000', '220651.796000', '220651.799000', '220651.886000', '220651.889000', '220651.891000', '220651.894000', '220651.897000', '220711.700000', '220711.703000', '220711.705000', '220711.708000', '220711.710000', '220711.713000', '220711.716000', '220711.718000', '220711.721000', '220711.723000', '220711.726000', '220711.729000', '220711.731000', '220711.734000', '220711.736000', '220711.739000', '220711.742000', '220711.744000', '220711.747000', '220711.750000', '220711.752000', '220711.755000', '220711.757000', '220711.760000', '220711.763000', '220711.765000', '220711.768000', '220711.770000', '220711.773000', '220711.776000', '220711.778000', '220711.781000', '220711.783000', '220711.786000', '220711.789000', '220711.791000', '220711.794000', '220711.798000', '220711.871000', '220711.873000', '220711.876000', '220711.878000', '220711.881000', '220731.700000', '220731.702000', '220731.705000', '220731.708000', '220731.710000', '220731.713000', '220731.716000', '220731.718000', '220731.721000', '220731.724000', '220731.727000', '220731.729000', '220731.732000', '220731.735000', '220731.743000', '220731.746000', '220731.749000', '220731.751000', '220731.754000', '220731.757000', '220731.759000', '220731.762000', '220731.765000', '220731.767000', '220731.770000', '220731.773000', '220731.776000', '220731.778000', '220731.781000', '220731.783000', '220731.786000', '220731.789000', '220731.792000', '220731.794000', '220731.797000', '220731.876000', '220731.879000', '220731.881000', '220731.884000', '220731.887000', '220731.890000', '220731.892000', '220731.895000', '220731.897000', '220751.700000', '220751.702000', '220751.705000', '220751.708000', '220751.710000', '220751.713000', '220751.716000', '220751.719000', '220751.723000', '220751.725000', '220751.728000', '220751.731000', '220751.733000', '220751.736000', '220751.738000', '220751.741000', '220751.744000', '220751.746000', '220751.749000', '220751.751000', '220751.754000', '220751.757000', '220751.759000', '220751.762000', '220751.764000', '220751.802000', '220751.841000', '220751.843000', '220751.846000', '220751.849000', '220751.851000', '220751.854000', '220751.856000', '220751.859000', '220751.862000', '220751.864000', '220751.867000', '220751.870000', '220751.873000', '220751.875000', '220751.878000', '220751.880000', '220751.883000', '220811.700000', '220811.703000', '220811.705000', '220811.708000', '220811.710000', '220811.713000', '220811.716000', '220811.718000', '220811.721000', '220811.723000', '220811.726000', '220811.729000', '220811.731000', '220811.734000', '220811.737000', '220811.739000', '220811.742000', '220811.744000', '220811.747000', '220811.750000', '220811.752000', '220811.755000', '220811.757000', '220811.760000', '220811.762000', '220811.765000', '220811.768000', '220811.770000', '220811.773000', '220811.776000', '220811.778000', '220811.781000', '220811.783000', '220811.786000', '220811.789000', '220811.791000', '220811.794000', '220811.797000', '220811.800000', '220811.839000', '220811.841000', '220811.844000', '220811.847000', '220811.849000', '220831.700000', '220831.702000', '220831.705000', '220831.708000', '220831.710000', '220831.713000', '220831.715000', '220831.718000', '220831.721000', '220831.723000', '220831.726000', '220831.729000', '220831.731000', '220831.734000', '220831.736000', '220831.739000', '220831.742000', '220831.744000', '220831.747000', '220831.750000', '220831.752000', '220831.755000', '220831.757000', '220831.760000', '220831.763000', '220831.766000', '220831.769000', '220831.771000', '220831.774000', '220831.776000', '220831.779000', '220831.782000', '220831.784000', '220831.787000', '220831.789000', '220831.792000', '220831.795000', '220831.797000', '220831.854000', '220831.857000', '220831.859000', '220831.862000', '220831.864000', '220851.698000', '220851.701000', '220851.704000', '220851.706000', '220851.709000', '220851.712000', '220851.715000', '220851.717000', '220851.720000', '220851.722000', '220851.725000', '220851.728000', '220851.730000', '220851.733000', '220851.736000', '220851.738000', '220851.741000', '220851.743000', '220851.746000', '220851.749000', '220851.751000', '220851.754000', '220851.756000', '220851.759000', '220851.762000', '220851.764000', '220851.767000', '220851.769000', '220851.772000', '220851.775000', '220851.777000', '220851.780000', '220851.783000', '220851.785000', '220851.788000', '220851.790000', '220851.793000', '220851.796000', '220851.799000', '220851.868000', '220851.871000', '220851.873000', '220851.876000', '220851.878000', '220911.699000', '220911.701000', '220911.704000', '220911.707000', '220911.709000', '220911.712000', '220911.720000', '220911.723000', '220911.726000', '220911.728000', '220911.731000', '220911.733000', '220911.736000', '220911.739000', '220911.741000', '220911.744000', '220911.746000', '220911.749000', '220911.752000', '220911.754000', '220911.757000', '220911.760000', '220911.772000', '220911.775000', '220911.778000', '220911.780000', '220911.783000', '220911.785000', '220911.788000', '220911.791000', '220911.794000', '220911.796000', '220911.799000', '220911.853000', '220911.856000', '220911.858000', '220911.861000', '220911.864000', '220911.866000', '220911.869000', '220911.872000', '220911.874000', '220911.877000', '220931.700000', '220931.702000', '220931.705000', '220931.708000', '220931.711000', '220931.714000', '220931.716000', '220931.719000', '220931.722000', '220931.725000', '220931.727000', '220931.730000', '220931.732000', '220931.735000', '220931.737000', '220931.740000', '220931.743000', '220931.745000', '220931.748000', '220931.750000', '220931.753000', '220931.756000', '220931.758000', '220931.761000', '220931.764000', '220931.766000', '220931.769000', '220931.771000', '220931.774000', '220931.776000', '220931.779000', '220931.782000', '220931.784000', '220931.787000', '220931.789000', '220931.792000', '220931.795000', '220931.797000', '220931.862000', '220931.865000', '220931.868000', '220931.870000', '220931.873000', '220931.876000', '220951.700000', '220951.703000', '220951.705000', '220951.708000', '220951.710000', '220951.713000', '220951.716000', '220951.718000', '220951.721000', '220951.724000', '220951.726000', '220951.729000', '220951.731000', '220951.734000', '220951.737000', '220951.739000', '220951.742000', '220951.745000', '220951.747000', '220951.750000', '220951.752000', '220951.755000', '220951.758000', '220951.760000', '220951.763000', '220951.765000', '220951.768000', '220951.771000', '220951.773000', '220951.776000', '220951.778000', '220951.781000', '220951.784000', '220951.786000', '220951.789000', '220951.791000', '220951.794000', '220951.797000', '220951.853000', '220951.855000', '220951.858000', '220951.861000', '220951.863000', '221011.700000', '221011.703000', '221011.706000', '221011.708000', '221011.711000', '221011.713000', '221011.716000', '221011.719000', '221011.721000', '221011.724000', '221011.727000', '221011.729000', '221011.732000', '221011.734000', '221011.737000', '221011.739000', '221011.742000', '221011.745000', '221011.747000', '221011.750000', '221011.752000', '221011.755000', '221011.758000', '221011.760000', '221011.763000', '221011.766000', '221011.768000', '221011.771000', '221011.773000', '221011.776000', '221011.779000', '221011.782000', '221011.784000', '221011.787000', '221011.790000', '221011.792000', '221011.795000', '221011.797000', '221011.864000', '221011.866000', '221011.869000', '221011.872000', '221011.874000', '221011.877000', '221031.700000', '221031.703000', '221031.705000', '221031.708000', '221031.711000', '221031.714000', '221031.716000', '221031.719000', '221031.722000', '221031.724000', '221031.727000', '221031.729000', '221031.732000', '221031.735000', '221031.737000', '221031.740000', '221031.742000', '221031.745000', '221031.757000', '221031.759000', '221031.762000', '221031.764000', '221031.767000', '221031.769000', '221031.772000', '221031.775000', '221031.777000', '221031.780000', '221031.782000', '221031.785000', '221031.788000', '221031.790000', '221031.793000', '221031.796000', '221031.799000', '221031.860000', '221031.863000', '221031.866000', '221031.868000', '221031.871000', '221031.874000', '221031.876000', '221031.879000', '221051.700000', '221051.703000', '221051.705000', '221051.708000', '221051.710000', '221051.713000', '221051.716000', '221051.718000', '221051.721000', '221051.724000', '221051.726000', '221051.729000', '221051.731000', '221051.734000', '221051.737000', '221051.739000', '221051.742000', '221051.744000', '221051.747000', '221051.750000', '221051.752000', '221051.755000', '221051.757000', '221051.760000', '221051.763000', '221051.765000', '221051.768000', '221051.770000', '221051.773000', '221051.776000', '221051.778000', '221051.781000', '221051.783000', '221051.786000', '221051.789000', '221051.791000', '221051.794000', '221051.796000', '221051.799000', '221051.856000', '221051.858000', '221051.861000', '221051.864000', '221051.866000', '221111.699000', '221111.701000', '221111.704000', '221111.707000', '221111.710000', '221111.712000', '221111.715000', '221111.717000', '221111.720000', '221111.723000', '221111.725000', '221111.728000', '221111.731000', '221111.733000', '221111.736000', '221111.738000', '221111.741000', '221111.744000', '221111.746000', '221111.749000', '221111.751000', '221111.754000', '221111.757000', '221111.759000', '221111.762000', '221111.764000', '221111.767000', '221111.770000', '221111.772000', '221111.775000', '221111.777000', '221111.780000', '221111.783000', '221111.786000', '221111.788000', '221111.791000', '221111.793000', '221111.796000', '221111.799000', '221111.913000', '221111.915000', '221111.918000', '221111.921000', '221125.168000', '221125.171000', '221125.174000', '221125.177000', '221125.180000', '221125.183000', '221125.186000', '221125.188000', '221125.191000', '221125.194000', '221125.196000', '221125.199000', '221125.202000', '221125.205000', '221125.208000', '221125.210000', '221125.214000', '221125.217000', '221125.220000', '221125.223000', '221125.226000', '221125.229000', '221125.232000', '221125.235000', '221125.238000', '221125.240000', '221125.243000', '221125.246000', '221125.249000', '221125.251000'], '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': [15807, 10790, 10124, 7397, 8936, 7260, 8930, 7406, 10689, 7299, 9856, 7406, 8224, 7730, 8091, 8205, 8613, 8456, 7197, 8275, 7175, 9899, 8572, 13826, 10168, 11763, 7414, 8698, 7196, 9405, 7453, 12457, 8147, 13037, 7661, 8441, 7545, 7840, 7558, 7458, 7181, 8722, 7673, 8246, 7664, 8104, 7494, 8266, 7689, 9643, 7214, 7309, 7722, 7354, 8633, 9621, 10271, 10492, 11215, 7585, 8799, 7000, 9178, 7359, 8669, 7197, 7784, 7735, 7012, 9755, 7330, 9618, 7865, 7471, 10601, 7455, 10353, 8917, 11625, 10550, 7647, 9201, 7792, 11741, 10161, 9434, 8127, 7409, 8502, 7871, 6992, 7614, 7259, 7457, 7217, 7901, 8420, 7124, 9207, 7380, 9218, 7016, 9609, 7444, 11743, 8858, 14048, 10747, 12655, 7759, 11182, 7760, 10543, 8516, 11988, 8694, 10189, 7249, 8876, 7526, 9721, 7601, 12600, 8359, 13744, 7653, 10463, 7477, 9896, 7338, 10455, 8996, 11667, 8877, 8567, 7369, 7083, 7207, 7101, 8598, 7035, 9537, 6948, 8325, 7202, 8527, 7539, 9882, 7254, 12110, 7203, 10909, 7063, 9712, 7048, 10578, 7803, 13436, 8235, 11422, 7320, 9789, 7207, 9508, 8755, 9791, 9039, 7483, 7742, 7339, 7664, 7295, 8647, 7185, 9255, 7213, 9091, 7551, 8701, 7687, 9752, 9771, 9212, 8462, 7148, 8630, 6788, 11148, 7159, 13198, 7912, 9219, 7022, 8728, 7345, 10943, 7018, 13319, 7490, 11553, 7383, 8219, 7516, 8724, 7623, 8830, 8472, 6872, 7423, 6956, 7815, 6964, 8985, 7253, 12452, 7934, 10734, 7990, 12026, 8885, 11784, 10511, 8282, 8347, 7139, 8590, 7471, 13375, 7025, 8068, 7155, 8012, 7050, 12497, 6963, 14718, 8271, 9076, 7234, 8749, 7236, 9852, 10304, 10958, 10318, 9007, 8218, 8379, 8267, 9404, 7353, 10614, 7169, 7624, 7135, 7414, 7273, 8109, 7513, 8274, 7513, 7547, 7754, 6898, 8258, 6899, 10727, 7166, 12402, 7034, 10699, 7089, 11998, 7575, 14312, 7838, 10917, 7197, 9622, 6873, 9848, 6873, 9151, 6933, 8635, 6820, 7754, 7123, 7881, 7075, 9073, 7622, 8730, 7254, 8269, 7344, 8527, 9041, 9921, 8739, 8204, 8220, 9764, 8755, 12948, 9529, 12831, 8258, 10184, 7413, 8760, 7754, 9841, 8926, 7591, 7971, 6931, 7193, 6986, 10232, 7031, 12454, 7011, 8506, 7055, 10242, 7058, 14828, 9773, 15466, 11277, 9361, 7095, 8504, 8243, 8985, 11058, 10898, 11577, 8730, 6937, 8676, 6987, 8716, 7014, 9245, 6992, 10978, 7086, 7517, 6872, 7335, 6994, 8407, 7253, 9874, 6988, 8195, 7348, 8415, 7579, 10979, 7914, 9857, 7821, 9355, 8189, 10446, 8981, 11789, 10149, 8519, 8242, 7395, 8955, 7123, 9893, 8075, 13209, 6967, 7716, 6894, 7840, 6951, 8433, 7820, 11722, 8123, 10480, 7900, 8931, 7955, 9846, 8336, 11176, 9771, 8631, 8380, 8188, 8478, 7987, 9144, 9644, 9249, 6925, 7467, 7106, 8386, 7185, 11168, 7417, 9523, 7930, 8388, 8166, 9534, 8246, 10858, 9093, 7142, 8578, 7160, 8598, 7063, 13652, 10152, 12023, 6854, 8170, 7066, 10094, 7820, 14316, 7970, 9750, 7549, 8791, 8048, 8814, 8520, 10298, 8326, 9460, 8302, 7035, 7379, 7140, 9355, 7513, 12784, 8251, 9750, 8116, 8970, 8421, 9754, 8500, 11735, 8259, 8772, 8301, 7809, 8908, 7558, 12841, 8779, 9137, 7160, 7532, 7713, 7759, 7394, 8265, 7688, 9093, 7398, 8423, 7762, 8009, 8205, 7807, 8318, 7159, 7474, 6922, 7758, 6950, 7682, 7314, 9233, 7378, 11165, 7622, 9063, 7512, 8913, 8128, 11763, 8038, 11553, 7726, 9073, 8207, 9722, 8303, 12228, 8040, 10697, 7768, 8428, 8042, 7077, 8043, 7115, 7632, 7056, 7535, 7259, 8271, 7672, 9233, 7934, 10573, 8466, 8151, 8146, 8953, 8120, 10570, 8714, 12502, 9357, 11794, 7756, 9524, 7815, 9568, 7903, 10194, 7692, 10811, 7756, 8642, 7877, 8521, 7939, 9026, 8134, 7689, 8273, 7171, 8499, 7065, 11552, 8113, 10866, 7192, 10147, 6813, 11473, 7483, 13482, 9938, 14156, 9942, 8036, 6870, 7308, 6977, 10458, 6807, 12542, 7296, 7595, 7427, 7461, 7000, 8033, 7425, 9275, 7189, 10153, 7648, 8316, 7874, 8802, 8301, 11286, 8505, 11770, 7965, 9846, 7960, 10566, 8265, 10136, 8283, 10620, 8177, 6833, 8337, 6892, 8507, 7039, 9774, 7216, 7852, 6711, 7502, 6885, 8690, 7279, 13066, 7715, 10136, 7472, 9011, 7380, 8908, 7893, 9572, 8043, 10865, 7530, 9322, 7592, 8292, 8251, 9824, 9424, 11547, 10716, 6792, 7130, 7152, 6743, 6691, 7244, 6734, 6877, 8214, 11363, 10421, 11792, 8761, 14823, 9894, 13882, 8632, 11006, 8848, 7657, 8692, 8229, 8895, 7777, 8564, 7542, 7918, 7278, 9006, 7292, 12414, 7609, 13395, 8540, 14100, 7546, 11725, 8056, 10413, 7944, 12146, 8371, 13419, 8197, 11767, 8632, 7560, 7076, 7087, 7199, 7464, 7803, 7013, 7979, 7485, 7033, 7549, 7571, 10530, 7447, 7933, 7392, 7391, 13749, 10259, 11422, 7726, 12718, 8887, 15214, 11173, 13913, 12888, 10870, 8228, 7165, 8346, 7021, 11705, 7858, 10049, 7596, 8281, 7535, 8177, 7234, 10060, 7659, 13078, 8124, 10065, 7951, 8931, 7792, 8661, 7997, 9887, 8383, 7009, 7289, 7163, 7477, 7444, 9432, 7764, 7978, 7599, 7880, 7506, 7718, 7648, 11446, 7526, 11092, 7949, 7948, 8720, 7404, 8315, 8261, 11576, 7489, 8019, 7358, 7992, 7825, 7833, 7622, 7932, 7913, 7172, 7544, 7454, 7579, 7680, 10585, 10036, 13613, 10121, 11308, 7607, 9888, 7948, 7662, 12876, 10085, 10422, 7039, 8735, 7380, 9406, 7441, 10361, 9321, 7395, 7404, 8111, 12039, 8187, 8338, 7393, 10498, 7387, 7307, 7637, 7318, 7996, 7937, 9810, 7589, 11180, 7516, 7560, 7749, 7298, 11788, 8032, 14327, 7463, 9244, 7547, 8619, 7369, 9314, 7672, 10928, 7345, 7624, 7906, 7663, 9370, 7562, 12756, 7452, 10279, 7210, 8373, 7361, 8625, 8116, 8472, 9320, 7212, 7842, 7701, 7549, 7847, 7693, 8256, 7551, 7229, 8971, 8475, 7518, 8496, 10669, 11814, 9500, 10763, 7533, 7119, 8056, 7256, 11246, 8021, 10689, 7841, 10646, 7640, 9597, 7666, 10362, 9297, 11169, 9505, 7348, 7770, 7939, 8073, 7855, 9734, 7421, 10379, 7586, 9847, 7458, 9189, 7588, 8732, 7973, 10247, 9457, 7801, 7562, 11099, 12001, 8806, 10625, 7841, 11447, 7831, 10447, 7396, 8256, 7125, 7051, 10500, 7180, 8271, 7270, 7620, 7035, 8557, 7428, 8852, 7561, 11374, 7393, 8730, 7626, 7218, 9707, 7446, 12498, 7338, 8204, 7662, 8681, 7747, 9640, 7792, 11377, 7572, 9865, 7731, 8302, 7867, 7354, 10194, 8442, 8049, 7656, 7475, 7628, 8264, 8145, 8912, 7814, 11187, 7669, 9213, 7558, 7392, 7492, 7413, 10473, 8204, 7973, 7815, 7492, 7840, 8207, 7648, 9274, 7884, 10147, 7849, 8990, 7619, 9043, 7744, 9508, 7633, 8575, 7884, 7627, 7656, 7671, 7889, 7658, 8158, 7963, 9011, 7777, 9198, 7638, 9352, 7619, 9955, 8916, 10914, 8902, 9804, 7817, 7987, 8206, 7778, 11023, 9050, 13174, 7564, 8790, 6966, 8005, 7281, 8473, 7195, 8675, 7257, 7505, 7105, 7261, 7801, 7854, 8378, 7287, 9794, 7470, 10384, 7927, 9759, 7764, 10923, 8275, 12564, 10026, 11366, 8093, 7607, 8321, 7351, 9923, 8219, 12806, 7104, 8060, 7169, 8221, 8037, 8258, 7113, 7651, 9649, 7024, 10370, 7101, 9326, 8002, 6990, 10200, 7159, 13753, 8945, 9619, 7233, 9080, 7523, 9662, 7718, 10502, 8425, 9278, 7316, 7595, 7667, 7331, 7943, 7369, 8620, 7406, 8509, 7536, 8067, 7833, 8115, 7658, 9268, 7281, 10229, 7571, 8789, 7861, 9657, 8309, 10801, 9856, 11827, 10834, 7476, 7749, 7545, 8777, 7341, 10382, 7395, 13353, 7414, 8829, 7786, 7831, 7447, 8570, 7586, 9641, 8415, 7595, 7609, 7211, 7971, 7838, 12750, 8658, 12258, 7272, 8728, 7464, 9184, 7799, 10802, 7586, 11477, 7990, 9454, 7678, 8722, 7408, 7947, 7775, 7524, 7787, 7856, 7764, 7817, 8777, 7759, 10127, 7691, 10714, 7221, 9700, 7650, 9555, 7439, 10201, 6976, 8004, 7111, 7000, 7511, 7288, 8250, 7519, 10887, 7944, 9497, 7355, 9128, 7404, 8686, 7957, 7474, 7767, 7991, 8177, 7867, 8212, 7645, 9374, 7559, 9634, 7630, 9012, 7405, 10857, 7569, 12398, 8484, 11160, 7369, 9493, 7924, 10013, 7656, 10875, 7755, 9495, 7325, 8659, 7896, 8330, 7547, 9061, 8368, 7775, 7310, 7290, 7745, 7454, 8794, 7448, 12470, 7729, 9146, 7452, 8432, 7581, 8842, 7489, 10389, 7234, 10986, 7242, 9107, 7077, 8907, 7194, 9217, 7058, 9677, 7286, 8363, 6911, 8178, 7185, 8116, 7418, 7277, 8188, 7150, 7871, 7010, 8600, 7509, 8780, 6860, 11161, 7412, 11133, 7051, 10042, 7180, 12253, 7204, 12829, 7972, 13187, 8987, 12883, 7264, 10078, 7371, 9282, 7308, 7379, 7881, 7174, 8579, 7128, 8722, 7230, 8624, 7804, 9165, 7580, 8541, 7332, 8281, 7841, 9740, 9057, 11830, 9996, 13173, 8512, 10177, 6998, 9625, 7572, 9770, 7785, 9776, 7714, 8458, 7555, 8816, 7341, 8596, 7172, 8826, 7462, 8993, 7286, 9131, 7360, 9675, 7544, 9876, 7428, 10217, 7785, 9901, 7115, 8829, 7346, 8578, 7299, 8572, 7202, 8809, 7342, 7724, 7262, 7878, 7201, 7826, 7272, 7474, 7571, 7333, 7675, 7122, 8126, 7000, 11355, 7267, 11800, 7370, 10202, 7150, 12111, 7404, 13178, 9736, 12321, 7164, 9084, 7209, 9203, 7162, 11305, 9835, 11043, 7495, 8531, 7073, 8338, 7341, 8691, 7397, 9818, 7451, 9360, 7284, 8623, 7451, 10554, 8256, 11190, 7949, 9605, 8412, 10113, 9772, 10902, 10114, 10381, 10313, 7279, 9905, 7826, 9044, 7472, 8717, 7281, 8304, 7647, 8688, 7345, 8630, 7564, 8901, 7282, 8610, 7487], 'WindowCenter': [4510.0, 4455.0, 4441.0, 4400.0, 4414.0, 4392.0, 4413.0, 4382.0, 4411.0, 4382.0, 4413.0, 4395.0, 4403.0, 4395.0, 4404.0, 4405.0, 4404.0, 4405.0, 4394.0, 4404.0, 4386.0, 4424.0, 4403.0, 4445.0, 4411.0, 4432.0, 4381.0, 4392.0, 4367.0, 4399.0, 4381.0, 4430.0, 4377.0, 4429.0, 4377.0, 4389.0, 4379.0, 4377.0, 4393.0, 4380.0, 4379.0, 4389.0, 4392.0, 4403.0, 4394.0, 4391.0, 4383.0, 4404.0, 4394.0, 4412.0, 4393.0, 4394.0, 4395.0, 4394.0, 4416.0, 4415.0, 4424.0, 4429.0, 4428.0, 4373.0, 4395.0, 4372.0, 4402.0, 4398.0, 4403.0, 4386.0, 4381.0, 4381.0, 4371.0, 4403.0, 4382.0, 4416.0, 4410.0, 4404.0, 4405.0, 4372.0, 4405.0, 4403.0, 4423.0, 4414.0, 4380.0, 4388.0, 4381.0, 4408.0, 4396.0, 4388.0, 4377.0, 4370.0, 4388.0, 4390.0, 4368.0, 4381.0, 4383.0, 4383.0, 4395.0, 4391.0, 4390.0, 4383.0, 4403.0, 4380.0, 4413.0, 4385.0, 4415.0, 4382.0, 4433.0, 4406.0, 4445.0, 4422.0, 4431.0, 4381.0, 4419.0, 4380.0, 4406.0, 4390.0, 4415.0, 4391.0, 4410.0, 4381.0, 4400.0, 4381.0, 4396.0, 4381.0, 4431.0, 4391.0, 4429.0, 4378.0, 4407.0, 4369.0, 4398.0, 4368.0, 4398.0, 4389.0, 4409.0, 4389.0, 4390.0, 4380.0, 4370.0, 4381.0, 4373.0, 4402.0, 4383.0, 4413.0, 4386.0, 4404.0, 4394.0, 4403.0, 4393.0, 4414.0, 4383.0, 4434.0, 4385.0, 4424.0, 4383.0, 4412.0, 4383.0, 4413.0, 4393.0, 4441.0, 4395.0, 4424.0, 4381.0, 4408.0, 4382.0, 4412.0, 4403.0, 4411.0, 4402.0, 4382.0, 4391.0, 4381.0, 4381.0, 4383.0, 4402.0, 4384.0, 4414.0, 4393.0, 4402.0, 4395.0, 4404.0, 4396.0, 4414.0, 4416.0, 4414.0, 4406.0, 4385.0, 4404.0, 4373.0, 4434.0, 4383.0, 4444.0, 4393.0, 4405.0, 4383.0, 4402.0, 4380.0, 4425.0, 4396.0, 4458.0, 4385.0, 4440.0, 4385.0, 4394.0, 4379.0, 4388.0, 4394.0, 4402.0, 4402.0, 4385.0, 4394.0, 4385.0, 4395.0, 4398.0, 4417.0, 4398.0, 4450.0, 4395.0, 4426.0, 4396.0, 4438.0, 4406.0, 4435.0, 4440.0, 4396.0, 4391.0, 4372.0, 4406.0, 4382.0, 4444.0, 4385.0, 4393.0, 4382.0, 4392.0, 4383.0, 4444.0, 4385.0, 4455.0, 4394.0, 4403.0, 4383.0, 4401.0, 4381.0, 4413.0, 4412.0, 4410.0, 4409.0, 4390.0, 4378.0, 4377.0, 4378.0, 4388.0, 4368.0, 4408.0, 4368.0, 4379.0, 4366.0, 4366.0, 4377.0, 4390.0, 4380.0, 4390.0, 4384.0, 4394.0, 4395.0, 4383.0, 4404.0, 4386.0, 4438.0, 4383.0, 4446.0, 4383.0, 4425.0, 4382.0, 4434.0, 4393.0, 4454.0, 4393.0, 4424.0, 4385.0, 4411.0, 4373.0, 4412.0, 4385.0, 4402.0, 4384.0, 4404.0, 4385.0, 4393.0, 4387.0, 4407.0, 4396.0, 4415.0, 4410.0, 4421.0, 4409.0, 4418.0, 4412.0, 4428.0, 4428.0, 4429.0, 4432.0, 4418.0, 4419.0, 4425.0, 4417.0, 4448.0, 4417.0, 4445.0, 4406.0, 4414.0, 4383.0, 4402.0, 4396.0, 4414.0, 4406.0, 4396.0, 4407.0, 4383.0, 4384.0, 4384.0, 4438.0, 4396.0, 4446.0, 4395.0, 4418.0, 4397.0, 4425.0, 4384.0, 4456.0, 4413.0, 4456.0, 4425.0, 4403.0, 4371.0, 4390.0, 4376.0, 4389.0, 4421.0, 4410.0, 4408.0, 4387.0, 4365.0, 4386.0, 4365.0, 4388.0, 4366.0, 4400.0, 4369.0, 4420.0, 4379.0, 4380.0, 4371.0, 4379.0, 4383.0, 4390.0, 4383.0, 4424.0, 4383.0, 4390.0, 4391.0, 4406.0, 4396.0, 4426.0, 4405.0, 4425.0, 4393.0, 4400.0, 4403.0, 4420.0, 4405.0, 4433.0, 4428.0, 4403.0, 4394.0, 4378.0, 4401.0, 4368.0, 4412.0, 4392.0, 4444.0, 4383.0, 4393.0, 4383.0, 4390.0, 4383.0, 4392.0, 4393.0, 4433.0, 4406.0, 4422.0, 4394.0, 4401.0, 4391.0, 4411.0, 4393.0, 4422.0, 4415.0, 4400.0, 4394.0, 4391.0, 4389.0, 4392.0, 4403.0, 4402.0, 4415.0, 4382.0, 4380.0, 4371.0, 4390.0, 4384.0, 4420.0, 4380.0, 4412.0, 4392.0, 4392.0, 4392.0, 4402.0, 4393.0, 4421.0, 4417.0, 4383.0, 4404.0, 4379.0, 4400.0, 4382.0, 4443.0, 4409.0, 4432.0, 4372.0, 4391.0, 4367.0, 4409.0, 4379.0, 4442.0, 4380.0, 4402.0, 4380.0, 4388.0, 4378.0, 4388.0, 4391.0, 4409.0, 4390.0, 4401.0, 4390.0, 4371.0, 4380.0, 4380.0, 4403.0, 4383.0, 4432.0, 4393.0, 4403.0, 4391.0, 4389.0, 4389.0, 4399.0, 4389.0, 4418.0, 4391.0, 4390.0, 4390.0, 4379.0, 4401.0, 4392.0, 4429.0, 4388.0, 4399.0, 4370.0, 4378.0, 4379.0, 4376.0, 4382.0, 4391.0, 4380.0, 4401.0, 4384.0, 4390.0, 4391.0, 4389.0, 4406.0, 4392.0, 4405.0, 4382.0, 4384.0, 4385.0, 4393.0, 4384.0, 4392.0, 4396.0, 4413.0, 4384.0, 4424.0, 4397.0, 4405.0, 4383.0, 4401.0, 4394.0, 4421.0, 4392.0, 4422.0, 4383.0, 4391.0, 4392.0, 4412.0, 4388.0, 4421.0, 4381.0, 4410.0, 4380.0, 4378.0, 4379.0, 4380.0, 4391.0, 4370.0, 4380.0, 4383.0, 4392.0, 4380.0, 4391.0, 4394.0, 4414.0, 4405.0, 4421.0, 4403.0, 4394.0, 4404.0, 4403.0, 4394.0, 4423.0, 4403.0, 4434.0, 4403.0, 4420.0, 4382.0, 4399.0, 4379.0, 4399.0, 4390.0, 4410.0, 4381.0, 4422.0, 4392.0, 4391.0, 4392.0, 4399.0, 4394.0, 4401.0, 4394.0, 4393.0, 4402.0, 4381.0, 4405.0, 4384.0, 4434.0, 4392.0, 4436.0, 4383.0, 4414.0, 4370.0, 4422.0, 4378.0, 4444.0, 4413.0, 4442.0, 4413.0, 4382.0, 4370.0, 4379.0, 4368.0, 4410.0, 4372.0, 4431.0, 4379.0, 4382.0, 4383.0, 4380.0, 4382.0, 4389.0, 4385.0, 4399.0, 4385.0, 4425.0, 4394.0, 4392.0, 4390.0, 4402.0, 4404.0, 4424.0, 4404.0, 4432.0, 4392.0, 4400.0, 4392.0, 4409.0, 4393.0, 4413.0, 4392.0, 4410.0, 4393.0, 4369.0, 4404.0, 4381.0, 4404.0, 4392.0, 4426.0, 4383.0, 4405.0, 4384.0, 4382.0, 4381.0, 4403.0, 4394.0, 4442.0, 4393.0, 4425.0, 4394.0, 4403.0, 4380.0, 4400.0, 4392.0, 4414.0, 4393.0, 4422.0, 4395.0, 4414.0, 4394.0, 4393.0, 4406.0, 4426.0, 4413.0, 4424.0, 4422.0, 4271.0, 4362.0, 4314.0, 4315.0, 4300.0, 4297.0, 4287.0, 4290.0, 4322.0, 4369.0, 4371.0, 4389.0, 4375.0, 4415.0, 4371.0, 4403.0, 4376.0, 4384.0, 4377.0, 4368.0, 4377.0, 4376.0, 4390.0, 4366.0, 4378.0, 4366.0, 4368.0, 4382.0, 4388.0, 4369.0, 4409.0, 4367.0, 4418.0, 4375.0, 4429.0, 4367.0, 4396.0, 4366.0, 4386.0, 4367.0, 4408.0, 4366.0, 4406.0, 4394.0, 4421.0, 4363.0, 4311.0, 4286.0, 4275.0, 4305.0, 4327.0, 4370.0, 4354.0, 4380.0, 4381.0, 4384.0, 4379.0, 4413.0, 4429.0, 4387.0, 4382.0, 4386.0, 4395.0, 4458.0, 4416.0, 4425.0, 4396.0, 4431.0, 4405.0, 4444.0, 4410.0, 4430.0, 4420.0, 4407.0, 4380.0, 4360.0, 4380.0, 4369.0, 4418.0, 4367.0, 4386.0, 4368.0, 4375.0, 4364.0, 4378.0, 4367.0, 4398.0, 4365.0, 4418.0, 4378.0, 4388.0, 4376.0, 4377.0, 4379.0, 4389.0, 4380.0, 4398.0, 4380.0, 4369.0, 4371.0, 4369.0, 4370.0, 4384.0, 4401.0, 4381.0, 4379.0, 4380.0, 4383.0, 4382.0, 4382.0, 4382.0, 4423.0, 4382.0, 4410.0, 4383.0, 4380.0, 4389.0, 4369.0, 4391.0, 4379.0, 4408.0, 4370.0, 4380.0, 4371.0, 4380.0, 4380.0, 4382.0, 4382.0, 4381.0, 4394.0, 4372.0, 4382.0, 4383.0, 4381.0, 4384.0, 4416.0, 4422.0, 4426.0, 4393.0, 4415.0, 4374.0, 4417.0, 4397.0, 4397.0, 4435.0, 4402.0, 4414.0, 4373.0, 4392.0, 4383.0, 4389.0, 4369.0, 4402.0, 4405.0, 4373.0, 4387.0, 4400.0, 4395.0, 4403.0, 4383.0, 4382.0, 4412.0, 4375.0, 4372.0, 4382.0, 4372.0, 4382.0, 4397.0, 4416.0, 4383.0, 4426.0, 4375.0, 4382.0, 4372.0, 4387.0, 4426.0, 4383.0, 4446.0, 4373.0, 4392.0, 4382.0, 4380.0, 4370.0, 4403.0, 4383.0, 4413.0, 4371.0, 4369.0, 4383.0, 4370.0, 4402.0, 4379.0, 4433.0, 4373.0, 4411.0, 4381.0, 4380.0, 4368.0, 4379.0, 4380.0, 4380.0, 4403.0, 4368.0, 4380.0, 4370.0, 4369.0, 4383.0, 4381.0, 4365.0, 4340.0, 4343.0, 4365.0, 4354.0, 4329.0, 4391.0, 4441.0, 4451.0, 4432.0, 4440.0, 4399.0, 4373.0, 4384.0, 4372.0, 4425.0, 4392.0, 4428.0, 4398.0, 4428.0, 4387.0, 4407.0, 4385.0, 4416.0, 4406.0, 4411.0, 4399.0, 4372.0, 4372.0, 4381.0, 4378.0, 4380.0, 4403.0, 4383.0, 4403.0, 4383.0, 4401.0, 4372.0, 4389.0, 4370.0, 4379.0, 4382.0, 4403.0, 4402.0, 4380.0, 4387.0, 4405.0, 4401.0, 4381.0, 4400.0, 4372.0, 4426.0, 4401.0, 4431.0, 4387.0, 4394.0, 4374.0, 4372.0, 4426.0, 4374.0, 4382.0, 4371.0, 4383.0, 4373.0, 4397.0, 4398.0, 4410.0, 4399.0, 4438.0, 4386.0, 4395.0, 4385.0, 4384.0, 4416.0, 4383.0, 4436.0, 4384.0, 4394.0, 4385.0, 4394.0, 4388.0, 4406.0, 4386.0, 4426.0, 4385.0, 4401.0, 4383.0, 4393.0, 4393.0, 4372.0, 4415.0, 4394.0, 4384.0, 4382.0, 4373.0, 4381.0, 4381.0, 4396.0, 4395.0, 4385.0, 4426.0, 4384.0, 4404.0, 4384.0, 4372.0, 4386.0, 4385.0, 4412.0, 4394.0, 4384.0, 4382.0, 4372.0, 4382.0, 4393.0, 4396.0, 4403.0, 4384.0, 4413.0, 4383.0, 4392.0, 4384.0, 4394.0, 4394.0, 4417.0, 4394.0, 4394.0, 4396.0, 4384.0, 4384.0, 4384.0, 4394.0, 4398.0, 4398.0, 4397.0, 4407.0, 4399.0, 4418.0, 4398.0, 4416.0, 4398.0, 4416.0, 4404.0, 4426.0, 4407.0, 4416.0, 4385.0, 4384.0, 4393.0, 4385.0, 4429.0, 4406.0, 4435.0, 4381.0, 4379.0, 4359.0, 4368.0, 4370.0, 4378.0, 4370.0, 4389.0, 4383.0, 4383.0, 4384.0, 4383.0, 4395.0, 4408.0, 4407.0, 4387.0, 4414.0, 4388.0, 4416.0, 4395.0, 4405.0, 4385.0, 4415.0, 4394.0, 4423.0, 4404.0, 4422.0, 4382.0, 4370.0, 4381.0, 4370.0, 4402.0, 4381.0, 4432.0, 4372.0, 4382.0, 4372.0, 4380.0, 4378.0, 4392.0, 4372.0, 4382.0, 4414.0, 4385.0, 4415.0, 4384.0, 4404.0, 4394.0, 4374.0, 4414.0, 4375.0, 4445.0, 4405.0, 4403.0, 4384.0, 4393.0, 4381.0, 4414.0, 4396.0, 4413.0, 4395.0, 4402.0, 4384.0, 4382.0, 4382.0, 4373.0, 4396.0, 4387.0, 4404.0, 4384.0, 4405.0, 4394.0, 4395.0, 4395.0, 4394.0, 4396.0, 4416.0, 4395.0, 4427.0, 4399.0, 4407.0, 4396.0, 4416.0, 4396.0, 4426.0, 4416.0, 4424.0, 4414.0, 4371.0, 4381.0, 4380.0, 4391.0, 4369.0, 4400.0, 4371.0, 4429.0, 4367.0, 4390.0, 4381.0, 4381.0, 4383.0, 4391.0, 4395.0, 4414.0, 4395.0, 4394.0, 4386.0, 4384.0, 4395.0, 4395.0, 4443.0, 4393.0, 4436.0, 4384.0, 4394.0, 4380.0, 4403.0, 4395.0, 4423.0, 4383.0, 4423.0, 4380.0, 4398.0, 4381.0, 4390.0, 4380.0, 4382.0, 4382.0, 4392.0, 4394.0, 4395.0, 4395.0, 4395.0, 4406.0, 4395.0, 4415.0, 4396.0, 4426.0, 4384.0, 4404.0, 4384.0, 4431.0, 4387.0, 4416.0, 4361.0, 4351.0, 4362.0, 4374.0, 4385.0, 4372.0, 4377.0, 4385.0, 4439.0, 4409.0, 4416.0, 4383.0, 4403.0, 4382.0, 4401.0, 4392.0, 4384.0, 4395.0, 4395.0, 4407.0, 4397.0, 4406.0, 4396.0, 4403.0, 4384.0, 4415.0, 4384.0, 4404.0, 4382.0, 4425.0, 4383.0, 4433.0, 4394.0, 4411.0, 4368.0, 4388.0, 4377.0, 4399.0, 4378.0, 4411.0, 4383.0, 4400.0, 4382.0, 4389.0, 4392.0, 4392.0, 4383.0, 4400.0, 4393.0, 4382.0, 4382.0, 4370.0, 4382.0, 4371.0, 4404.0, 4383.0, 4432.0, 4382.0, 4402.0, 4368.0, 4379.0, 4382.0, 4392.0, 4385.0, 4413.0, 4381.0, 4410.0, 4382.0, 4392.0, 4370.0, 4390.0, 4383.0, 4415.0, 4384.0, 4413.0, 4385.0, 4392.0, 4384.0, 4404.0, 4394.0, 4409.0, 4395.0, 4395.0, 4407.0, 4387.0, 4408.0, 4386.0, 4406.0, 4397.0, 4419.0, 4387.0, 4439.0, 4398.0, 4437.0, 4386.0, 4416.0, 4385.0, 4434.0, 4381.0, 4433.0, 4393.0, 4429.0, 4390.0, 4421.0, 4370.0, 4398.0, 4368.0, 4399.0, 4380.0, 4368.0, 4379.0, 4370.0, 4391.0, 4381.0, 4392.0, 4382.0, 4404.0, 4396.0, 4415.0, 4396.0, 4406.0, 4397.0, 4395.0, 4396.0, 4402.0, 4403.0, 4424.0, 4412.0, 4432.0, 4392.0, 4400.0, 4370.0, 4399.0, 4382.0, 4414.0, 4393.0, 4401.0, 4383.0, 4393.0, 4382.0, 4402.0, 4383.0, 4403.0, 4398.0, 4405.0, 4387.0, 4404.0, 4396.0, 4415.0, 4396.0, 4414.0, 4396.0, 4428.0, 4398.0, 4424.0, 4396.0, 4415.0, 4386.0, 4404.0, 4395.0, 4419.0, 4411.0, 4417.0, 4396.0, 4429.0, 4411.0, 4411.0, 4413.0, 4420.0, 4412.0, 4423.0, 4425.0, 4422.0, 4424.0, 4423.0, 4424.0, 4411.0, 4423.0, 4412.0, 4452.0, 4400.0, 4464.0, 4411.0, 4442.0, 4389.0, 4438.0, 4397.0, 4449.0, 4416.0, 4436.0, 4375.0, 4405.0, 4382.0, 4401.0, 4368.0, 4410.0, 4400.0, 4408.0, 4356.0, 4376.0, 4355.0, 4365.0, 4367.0, 4391.0, 4384.0, 4401.0, 4381.0, 4390.0, 4369.0, 4388.0, 4380.0, 4409.0, 4391.0, 4411.0, 4392.0, 4403.0, 4392.0, 4412.0, 4412.0, 4408.0, 4397.0, 4398.0, 4397.0, 4367.0, 4397.0, 4367.0, 4387.0, 4369.0, 4387.0, 4367.0, 4389.0, 4378.0, 4391.0, 4383.0, 4402.0, 4392.0, 4402.0, 4394.0, 4402.0, 4383.0], 'WindowWidth': [9888.0, 9799.0, 9771.0, 9713.0, 9725.0, 9691.0, 9721.0, 9678.0, 9712.0, 9675.0, 9719.0, 9698.0, 9706.0, 9697.0, 9710.0, 9712.0, 9706.0, 9709.0, 9696.0, 9712.0, 9685.0, 9735.0, 9707.0, 9763.0, 9710.0, 9741.0, 9670.0, 9686.0, 9650.0, 9693.0, 9671.0, 9735.0, 9661.0, 9732.0, 9662.0, 9680.0, 9666.0, 9662.0, 9690.0, 9670.0, 9668.0, 9680.0, 9688.0, 9703.0, 9694.0, 9687.0, 9678.0, 9709.0, 9694.0, 9715.0, 9694.0, 9695.0, 9697.0, 9695.0, 9728.0, 9723.0, 9735.0, 9744.0, 9744.0, 9659.0, 9689.0, 9661.0, 9703.0, 9701.0, 9702.0, 9682.0, 9671.0, 9670.0, 9657.0, 9699.0, 9670.0, 9723.0, 9725.0, 9716.0, 9702.0, 9656.0, 9702.0, 9701.0, 9726.0, 9716.0, 9668.0, 9673.0, 9668.0, 9699.0, 9680.0, 9670.0, 9658.0, 9651.0, 9675.0, 9681.0, 9652.0, 9672.0, 9676.0, 9678.0, 9694.0, 9687.0, 9684.0, 9677.0, 9704.0, 9672.0, 9719.0, 9681.0, 9722.0, 9677.0, 9743.0, 9711.0, 9762.0, 9727.0, 9737.0, 9671.0, 9721.0, 9669.0, 9702.0, 9681.0, 9714.0, 9684.0, 9707.0, 9673.0, 9695.0, 9674.0, 9689.0, 9671.0, 9737.0, 9685.0, 9732.0, 9666.0, 9702.0, 9653.0, 9688.0, 9650.0, 9689.0, 9677.0, 9702.0, 9678.0, 9681.0, 9668.0, 9655.0, 9671.0, 9662.0, 9701.0, 9676.0, 9719.0, 9685.0, 9709.0, 9694.0, 9705.0, 9691.0, 9719.0, 9677.0, 9746.0, 9681.0, 9733.0, 9678.0, 9714.0, 9677.0, 9717.0, 9691.0, 9753.0, 9694.0, 9732.0, 9675.0, 9708.0, 9673.0, 9714.0, 9703.0, 9710.0, 9702.0, 9676.0, 9687.0, 9673.0, 9672.0, 9678.0, 9703.0, 9679.0, 9721.0, 9694.0, 9704.0, 9698.0, 9708.0, 9699.0, 9720.0, 9723.0, 9721.0, 9712.0, 9682.0, 9708.0, 9664.0, 9747.0, 9677.0, 9761.0, 9691.0, 9708.0, 9678.0, 9701.0, 9670.0, 9735.0, 9700.0, 9784.0, 9680.0, 9762.0, 9679.0, 9690.0, 9665.0, 9677.0, 9691.0, 9701.0, 9704.0, 9682.0, 9694.0, 9683.0, 9696.0, 9705.0, 9727.0, 9704.0, 9777.0, 9698.0, 9736.0, 9697.0, 9753.0, 9709.0, 9748.0, 9763.0, 9697.0, 9687.0, 9660.0, 9711.0, 9675.0, 9759.0, 9683.0, 9692.0, 9678.0, 9688.0, 9677.0, 9759.0, 9682.0, 9775.0, 9692.0, 9706.0, 9675.0, 9700.0, 9669.0, 9717.0, 9713.0, 9709.0, 9706.0, 9682.0, 9661.0, 9660.0, 9660.0, 9676.0, 9649.0, 9701.0, 9648.0, 9664.0, 9646.0, 9646.0, 9664.0, 9682.0, 9672.0, 9683.0, 9681.0, 9694.0, 9698.0, 9680.0, 9709.0, 9687.0, 9757.0, 9680.0, 9767.0, 9681.0, 9737.0, 9677.0, 9749.0, 9693.0, 9774.0, 9690.0, 9736.0, 9681.0, 9715.0, 9663.0, 9716.0, 9682.0, 9703.0, 9680.0, 9710.0, 9685.0, 9692.0, 9687.0, 9714.0, 9700.0, 9724.0, 9723.0, 9740.0, 9724.0, 9734.0, 9730.0, 9751.0, 9750.0, 9750.0, 9758.0, 9735.0, 9736.0, 9741.0, 9732.0, 9773.0, 9729.0, 9766.0, 9712.0, 9721.0, 9679.0, 9705.0, 9699.0, 9720.0, 9711.0, 9700.0, 9715.0, 9680.0, 9682.0, 9684.0, 9758.0, 9700.0, 9767.0, 9699.0, 9733.0, 9702.0, 9737.0, 9682.0, 9781.0, 9719.0, 9780.0, 9736.0, 9705.0, 9656.0, 9680.0, 9658.0, 9679.0, 9721.0, 9706.0, 9701.0, 9675.0, 9643.0, 9671.0, 9643.0, 9676.0, 9647.0, 9696.0, 9654.0, 9725.0, 9669.0, 9670.0, 9657.0, 9667.0, 9677.0, 9686.0, 9677.0, 9736.0, 9680.0, 9686.0, 9689.0, 9711.0, 9700.0, 9737.0, 9715.0, 9738.0, 9694.0, 9700.0, 9705.0, 9725.0, 9708.0, 9744.0, 9742.0, 9704.0, 9690.0, 9665.0, 9698.0, 9651.0, 9715.0, 9686.0, 9760.0, 9677.0, 9690.0, 9676.0, 9684.0, 9676.0, 9690.0, 9692.0, 9743.0, 9711.0, 9730.0, 9692.0, 9698.0, 9686.0, 9711.0, 9688.0, 9726.0, 9723.0, 9699.0, 9692.0, 9684.0, 9682.0, 9688.0, 9702.0, 9699.0, 9723.0, 9674.0, 9669.0, 9657.0, 9681.0, 9679.0, 9724.0, 9671.0, 9714.0, 9688.0, 9684.0, 9685.0, 9700.0, 9690.0, 9725.0, 9728.0, 9678.0, 9705.0, 9669.0, 9697.0, 9674.0, 9757.0, 9709.0, 9744.0, 9660.0, 9684.0, 9649.0, 9706.0, 9669.0, 9751.0, 9669.0, 9699.0, 9668.0, 9676.0, 9663.0, 9676.0, 9684.0, 9707.0, 9682.0, 9698.0, 9683.0, 9656.0, 9669.0, 9670.0, 9703.0, 9676.0, 9740.0, 9689.0, 9704.0, 9685.0, 9679.0, 9678.0, 9692.0, 9680.0, 9716.0, 9684.0, 9681.0, 9682.0, 9665.0, 9697.0, 9688.0, 9735.0, 9678.0, 9694.0, 9654.0, 9664.0, 9665.0, 9659.0, 9674.0, 9685.0, 9670.0, 9700.0, 9679.0, 9683.0, 9685.0, 9682.0, 9710.0, 9692.0, 9707.0, 9674.0, 9680.0, 9683.0, 9693.0, 9680.0, 9691.0, 9700.0, 9719.0, 9679.0, 9735.0, 9702.0, 9707.0, 9676.0, 9701.0, 9693.0, 9728.0, 9687.0, 9730.0, 9675.0, 9683.0, 9685.0, 9713.0, 9680.0, 9722.0, 9670.0, 9708.0, 9669.0, 9663.0, 9666.0, 9670.0, 9683.0, 9655.0, 9669.0, 9676.0, 9689.0, 9672.0, 9686.0, 9695.0, 9721.0, 9711.0, 9728.0, 9707.0, 9694.0, 9709.0, 9704.0, 9693.0, 9734.0, 9708.0, 9747.0, 9702.0, 9723.0, 9673.0, 9692.0, 9666.0, 9693.0, 9683.0, 9708.0, 9671.0, 9728.0, 9690.0, 9684.0, 9688.0, 9698.0, 9692.0, 9699.0, 9696.0, 9692.0, 9704.0, 9674.0, 9709.0, 9683.0, 9746.0, 9690.0, 9754.0, 9678.0, 9719.0, 9657.0, 9728.0, 9665.0, 9758.0, 9712.0, 9753.0, 9713.0, 9672.0, 9653.0, 9665.0, 9649.0, 9708.0, 9658.0, 9737.0, 9670.0, 9674.0, 9675.0, 9670.0, 9674.0, 9684.0, 9681.0, 9697.0, 9682.0, 9735.0, 9692.0, 9687.0, 9686.0, 9702.0, 9707.0, 9732.0, 9706.0, 9742.0, 9687.0, 9696.0, 9685.0, 9706.0, 9691.0, 9717.0, 9686.0, 9708.0, 9691.0, 9656.0, 9704.0, 9673.0, 9707.0, 9694.0, 9736.0, 9678.0, 9711.0, 9682.0, 9677.0, 9674.0, 9705.0, 9696.0, 9756.0, 9690.0, 9735.0, 9694.0, 9704.0, 9670.0, 9697.0, 9690.0, 9720.0, 9690.0, 9729.0, 9697.0, 9718.0, 9693.0, 9689.0, 9711.0, 9741.0, 9719.0, 9730.0, 9729.0, 9457.0, 9636.0, 9543.0, 9543.0, 9511.0, 9502.0, 9489.0, 9497.0, 9545.0, 9623.0, 9629.0, 9659.0, 9646.0, 9697.0, 9633.0, 9676.0, 9645.0, 9654.0, 9650.0, 9641.0, 9653.0, 9651.0, 9670.0, 9635.0, 9652.0, 9638.0, 9641.0, 9667.0, 9669.0, 9641.0, 9696.0, 9639.0, 9706.0, 9646.0, 9724.0, 9639.0, 9675.0, 9634.0, 9660.0, 9640.0, 9690.0, 9631.0, 9685.0, 9685.0, 9716.0, 9625.0, 9531.0, 9488.0, 9467.0, 9525.0, 9565.0, 9646.0, 9618.0, 9666.0, 9670.0, 9678.0, 9666.0, 9732.0, 9744.0, 9681.0, 9668.0, 9683.0, 9698.0, 9785.0, 9721.0, 9731.0, 9695.0, 9738.0, 9705.0, 9753.0, 9703.0, 9732.0, 9715.0, 9698.0, 9664.0, 9636.0, 9665.0, 9650.0, 9712.0, 9643.0, 9668.0, 9644.0, 9651.0, 9636.0, 9657.0, 9643.0, 9687.0, 9640.0, 9710.0, 9658.0, 9670.0, 9656.0, 9653.0, 9662.0, 9676.0, 9662.0, 9683.0, 9663.0, 9650.0, 9656.0, 9650.0, 9651.0, 9676.0, 9696.0, 9668.0, 9664.0, 9667.0, 9673.0, 9672.0, 9670.0, 9673.0, 9724.0, 9670.0, 9707.0, 9673.0, 9665.0, 9677.0, 9647.0, 9683.0, 9663.0, 9701.0, 9651.0, 9667.0, 9655.0, 9667.0, 9668.0, 9673.0, 9674.0, 9670.0, 9690.0, 9660.0, 9674.0, 9675.0, 9672.0, 9676.0, 9720.0, 9734.0, 9732.0, 9682.0, 9715.0, 9660.0, 9722.0, 9699.0, 9698.0, 9744.0, 9696.0, 9715.0, 9657.0, 9682.0, 9674.0, 9676.0, 9649.0, 9694.0, 9704.0, 9660.0, 9685.0, 9704.0, 9669.0, 9705.0, 9672.0, 9671.0, 9712.0, 9663.0, 9657.0, 9671.0, 9658.0, 9673.0, 9697.0, 9719.0, 9674.0, 9735.0, 9664.0, 9670.0, 9657.0, 9685.0, 9734.0, 9672.0, 9762.0, 9661.0, 9684.0, 9669.0, 9664.0, 9653.0, 9700.0, 9672.0, 9716.0, 9657.0, 9652.0, 9671.0, 9655.0, 9699.0, 9666.0, 9742.0, 9660.0, 9712.0, 9671.0, 9668.0, 9650.0, 9662.0, 9665.0, 9668.0, 9702.0, 9651.0, 9666.0, 9652.0, 9651.0, 9675.0, 9671.0, 9633.0, 9589.0, 9601.0, 9634.0, 9617.0, 9575.0, 9681.0, 9763.0, 9779.0, 9754.0, 9764.0, 9706.0, 9662.0, 9674.0, 9656.0, 9729.0, 9686.0, 9742.0, 9702.0, 9741.0, 9685.0, 9709.0, 9679.0, 9720.0, 9705.0, 9705.0, 9691.0, 9654.0, 9656.0, 9668.0, 9664.0, 9668.0, 9700.0, 9675.0, 9698.0, 9673.0, 9693.0, 9655.0, 9676.0, 9653.0, 9664.0, 9671.0, 9699.0, 9697.0, 9669.0, 9683.0, 9701.0, 9689.0, 9662.0, 9690.0, 9652.0, 9731.0, 9709.0, 9749.0, 9684.0, 9692.0, 9664.0, 9657.0, 9734.0, 9661.0, 9672.0, 9656.0, 9673.0, 9662.0, 9695.0, 9702.0, 9718.0, 9702.0, 9756.0, 9683.0, 9693.0, 9680.0, 9678.0, 9723.0, 9678.0, 9750.0, 9679.0, 9690.0, 9678.0, 9689.0, 9686.0, 9709.0, 9680.0, 9734.0, 9678.0, 9696.0, 9672.0, 9686.0, 9690.0, 9659.0, 9717.0, 9689.0, 9676.0, 9672.0, 9659.0, 9669.0, 9670.0, 9693.0, 9690.0, 9678.0, 9734.0, 9678.0, 9703.0, 9676.0, 9660.0, 9681.0, 9679.0, 9713.0, 9689.0, 9676.0, 9672.0, 9658.0, 9670.0, 9689.0, 9697.0, 9702.0, 9675.0, 9715.0, 9676.0, 9685.0, 9677.0, 9688.0, 9694.0, 9726.0, 9693.0, 9691.0, 9696.0, 9680.0, 9680.0, 9679.0, 9693.0, 9705.0, 9705.0, 9701.0, 9713.0, 9704.0, 9728.0, 9704.0, 9724.0, 9702.0, 9725.0, 9709.0, 9736.0, 9712.0, 9721.0, 9681.0, 9676.0, 9689.0, 9681.0, 9744.0, 9711.0, 9747.0, 9669.0, 9664.0, 9636.0, 9646.0, 9652.0, 9663.0, 9654.0, 9680.0, 9674.0, 9677.0, 9680.0, 9681.0, 9695.0, 9719.0, 9713.0, 9687.0, 9723.0, 9690.0, 9725.0, 9696.0, 9708.0, 9682.0, 9721.0, 9693.0, 9731.0, 9703.0, 9726.0, 9673.0, 9653.0, 9668.0, 9654.0, 9699.0, 9669.0, 9740.0, 9657.0, 9671.0, 9658.0, 9664.0, 9660.0, 9685.0, 9660.0, 9675.0, 9718.0, 9681.0, 9722.0, 9680.0, 9706.0, 9692.0, 9663.0, 9720.0, 9666.0, 9761.0, 9706.0, 9702.0, 9676.0, 9686.0, 9671.0, 9719.0, 9696.0, 9716.0, 9692.0, 9699.0, 9676.0, 9671.0, 9672.0, 9660.0, 9697.0, 9687.0, 9704.0, 9677.0, 9707.0, 9694.0, 9694.0, 9695.0, 9695.0, 9702.0, 9726.0, 9698.0, 9743.0, 9706.0, 9712.0, 9700.0, 9724.0, 9698.0, 9738.0, 9721.0, 9728.0, 9717.0, 9655.0, 9670.0, 9666.0, 9683.0, 9651.0, 9695.0, 9656.0, 9733.0, 9651.0, 9683.0, 9671.0, 9670.0, 9676.0, 9686.0, 9696.0, 9720.0, 9696.0, 9694.0, 9684.0, 9678.0, 9694.0, 9696.0, 9759.0, 9689.0, 9750.0, 9677.0, 9690.0, 9669.0, 9703.0, 9697.0, 9729.0, 9675.0, 9729.0, 9669.0, 9689.0, 9669.0, 9682.0, 9670.0, 9671.0, 9676.0, 9688.0, 9693.0, 9695.0, 9694.0, 9696.0, 9712.0, 9698.0, 9721.0, 9697.0, 9736.0, 9681.0, 9703.0, 9679.0, 9755.0, 9685.0, 9719.0, 9634.0, 9606.0, 9637.0, 9660.0, 9676.0, 9656.0, 9657.0, 9682.0, 9764.0, 9722.0, 9726.0, 9679.0, 9701.0, 9673.0, 9701.0, 9691.0, 9682.0, 9699.0, 9699.0, 9715.0, 9703.0, 9716.0, 9699.0, 9702.0, 9681.0, 9722.0, 9680.0, 9706.0, 9674.0, 9735.0, 9677.0, 9747.0, 9691.0, 9711.0, 9652.0, 9674.0, 9661.0, 9692.0, 9666.0, 9711.0, 9676.0, 9697.0, 9675.0, 9681.0, 9686.0, 9689.0, 9678.0, 9695.0, 9691.0, 9672.0, 9674.0, 9655.0, 9673.0, 9657.0, 9705.0, 9676.0, 9739.0, 9671.0, 9699.0, 9651.0, 9666.0, 9671.0, 9685.0, 9684.0, 9716.0, 9672.0, 9710.0, 9672.0, 9684.0, 9655.0, 9681.0, 9677.0, 9721.0, 9678.0, 9715.0, 9683.0, 9689.0, 9681.0, 9707.0, 9698.0, 9722.0, 9701.0, 9699.0, 9717.0, 9690.0, 9722.0, 9689.0, 9716.0, 9703.0, 9736.0, 9691.0, 9761.0, 9704.0, 9755.0, 9685.0, 9727.0, 9681.0, 9747.0, 9673.0, 9745.0, 9688.0, 9737.0, 9682.0, 9723.0, 9654.0, 9688.0, 9650.0, 9693.0, 9669.0, 9651.0, 9667.0, 9658.0, 9686.0, 9674.0, 9688.0, 9678.0, 9707.0, 9700.0, 9723.0, 9701.0, 9714.0, 9703.0, 9697.0, 9699.0, 9703.0, 9706.0, 9734.0, 9715.0, 9741.0, 9687.0, 9695.0, 9656.0, 9692.0, 9674.0, 9722.0, 9692.0, 9698.0, 9678.0, 9690.0, 9677.0, 9701.0, 9677.0, 9709.0, 9706.0, 9711.0, 9687.0, 9710.0, 9701.0, 9724.0, 9701.0, 9722.0, 9699.0, 9745.0, 9705.0, 9736.0, 9698.0, 9723.0, 9686.0, 9708.0, 9700.0, 9734.0, 9729.0, 9733.0, 9704.0, 9749.0, 9730.0, 9730.0, 9735.0, 9743.0, 9733.0, 9750.0, 9756.0, 9747.0, 9751.0, 9751.0, 9753.0, 9733.0, 9747.0, 9733.0, 9785.0, 9712.0, 9805.0, 9730.0, 9770.0, 9695.0, 9758.0, 9704.0, 9773.0, 9724.0, 9756.0, 9669.0, 9708.0, 9674.0, 9699.0, 9646.0, 9702.0, 9685.0, 9695.0, 9623.0, 9650.0, 9620.0, 9633.0, 9642.0, 9681.0, 9678.0, 9694.0, 9671.0, 9678.0, 9648.0, 9674.0, 9667.0, 9704.0, 9681.0, 9708.0, 9687.0, 9700.0, 9685.0, 9712.0, 9711.0, 9703.0, 9686.0, 9687.0, 9687.0, 9644.0, 9684.0, 9644.0, 9673.0, 9652.0, 9673.0, 9646.0, 9677.0, 9664.0, 9682.0, 9675.0, 9700.0, 9687.0, 9702.0, 9694.0, 9702.0, 9678.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.006633144104803493</td></tr>
<tr><td colspan=3>aqi</td><td>0.07413707372634643</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.764737909235244</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.214172726839039</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0724055701456647</td></tr>
<tr><td colspan=3>efc</td><td>0.5434</td></tr>
<tr><td colspan=3>fber</td><td>3362.656</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16447966758482094</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>223</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.229985443959244</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5021359182280176</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.390762124817971</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.776490115621499</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.339155514244583</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101872</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010182596743106842</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0721072182059288</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.732188965233059</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>14.1279</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.0872</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>249.3537</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>282424.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>1137.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>426.4732</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.9719</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.2029</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3548.8741</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3659.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>94120.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1800.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4486.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>773.211</td></tr>
<tr><td colspan=3>tsnr</td><td>24.05743367271498</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>