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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:01:51.365000</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_VE11C_LATEST_20160120</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.999586, 0.0202254, 0.0204431, -0.0239056, 0.979551, 0.199773]</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.112557</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7795, -7163, 625, -55, -239, 25, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.53</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>41b0bc01-32c2-4c20-af06-91ba571308a3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818172931671143, -0.0641370490193367, 0.04315824806690216, 113.81227111816406], [-0.05426318570971489, 2.6280624866485596, 0.5404831767082214, -103.68289947509766], [0.05484725162386894, -0.535975992679596, 2.64499831199646, -10.808492660522461], [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': ['180151.365000', '180151.825000', '180152.285000', '180152.745000', '180153.205000', '180153.665000', '180154.125000', '180154.585000', '180155.045000', '180155.505000', '180155.965000', '180156.425000', '180156.885000', '180157.345000', '180157.805000', '180158.265000', '180158.725000', '180159.185000', '180159.645000', '180200.105000', '180200.565000', '180201.025000', '180201.485000', '180201.945000', '180202.405000', '180202.865000', '180203.325000', '180203.785000', '180204.245000', '180204.705000', '180205.165000', '180205.625000', '180206.085000', '180206.545000', '180207.005000', '180207.465000', '180207.925000', '180208.385000', '180208.845000', '180209.305000', '180209.765000', '180210.225000', '180210.685000', '180211.145000', '180211.605000', '180212.065000', '180212.525000', '180212.985000', '180213.445000', '180213.905000', '180214.365000', '180214.825000', '180215.285000', '180215.745000', '180216.205000', '180216.665000', '180217.125000', '180217.585000', '180218.045000', '180218.505000', '180218.965000', '180219.425000', '180219.885000', '180220.345000', '180220.805000', '180221.265000', '180221.725000', '180222.185000', '180222.645000', '180223.105000', '180223.565000', '180224.025000', '180224.485000', '180224.945000', '180225.405000', '180225.865000', '180226.325000', '180226.785000', '180227.245000', '180227.705000', '180228.165000', '180228.625000', '180229.085000', '180229.545000', '180230.005000', '180230.465000', '180230.925000', '180231.385000', '180231.845000', '180232.305000', '180232.765000', '180233.225000', '180233.685000', '180234.145000', '180234.605000', '180235.065000', '180235.525000', '180235.985000', '180236.445000', '180236.905000', '180237.365000', '180237.825000', '180238.285000', '180238.745000', '180239.205000', '180239.665000', '180240.125000', '180240.585000', '180241.045000', '180241.505000', '180241.965000', '180242.425000', '180242.885000', '180243.345000', '180243.805000', '180244.265000', '180244.725000', '180245.185000', '180245.645000', '180246.105000', '180246.565000', '180247.025000', '180247.485000', '180247.945000', '180248.405000', '180248.865000', '180249.325000', '180249.785000', '180250.245000', '180250.705000', '180251.165000', '180251.625000', '180252.085000', '180252.545000', '180253.005000', '180253.465000', '180253.925000', '180254.385000', '180254.845000', '180255.305000', '180255.765000', '180256.225000', '180256.685000', '180257.145000', '180257.605000', '180258.065000', '180258.525000', '180258.985000', '180259.445000', '180259.905000', '180300.365000', '180300.825000', '180301.285000', '180301.745000', '180302.205000', '180302.665000', '180303.125000', '180303.585000', '180304.045000', '180304.505000', '180304.965000', '180305.425000', '180305.885000', '180306.345000', '180306.805000', '180307.265000', '180307.725000', '180308.185000', '180308.645000', '180309.105000', '180309.565000', '180310.025000', '180310.485000', '180310.945000', '180311.405000', '180311.865000', '180312.325000', '180312.785000', '180313.245000', '180313.705000', '180314.165000', '180314.625000', '180315.085000', '180315.545000', '180316.005000', '180316.465000', '180316.925000', '180317.385000', '180317.845000', '180318.305000', '180318.765000', '180319.225000', '180319.685000', '180320.145000', '180320.605000', '180321.065000', '180321.525000', '180321.985000', '180322.445000', '180322.905000', '180323.365000', '180323.825000', '180324.285000', '180324.745000', '180325.205000', '180325.665000', '180326.125000', '180326.585000', '180327.045000', '180327.505000', '180327.965000', '180328.425000', '180328.885000', '180329.345000', '180329.805000', '180330.265000', '180330.725000', '180331.185000', '180331.645000', '180332.105000', '180332.565000', '180333.025000', '180333.485000', '180333.945000', '180334.405000', '180334.865000', '180335.325000', '180335.785000', '180336.245000', '180336.705000', '180337.165000', '180337.625000', '180338.085000', '180338.545000', '180339.005000', '180339.465000', '180339.925000', '180340.385000', '180340.845000', '180341.305000', '180341.765000', '180342.225000', '180342.685000', '180343.145000', '180343.605000', '180344.065000', '180344.525000', '180344.985000', '180345.445000', '180345.905000', '180346.365000', '180346.825000', '180347.285000', '180347.745000', '180348.205000', '180348.665000', '180349.125000', '180349.585000', '180350.045000', '180350.505000', '180350.965000', '180351.425000', '180351.885000', '180352.345000', '180352.805000', '180353.265000', '180353.725000', '180354.185000', '180354.645000', '180355.105000', '180355.565000', '180356.025000', '180356.485000', '180356.945000', '180357.405000', '180357.865000', '180358.325000', '180358.785000', '180359.245000', '180359.705000', '180400.165000', '180400.625000', '180401.085000', '180401.545000', '180402.005000', '180402.465000', '180402.925000', '180403.385000', '180403.845000', '180404.305000', '180404.765000', '180405.225000', '180405.685000', '180406.145000', '180406.605000', '180407.065000', '180407.525000', '180407.985000', '180408.445000', '180408.905000', '180409.365000', '180409.825000', '180410.285000', '180410.745000', '180411.205000', '180411.665000', '180412.125000', '180412.585000', '180413.045000', '180413.505000', '180413.965000', '180414.425000', '180414.885000', '180415.345000', '180415.805000', '180416.265000', '180416.725000', '180417.185000', '180417.645000', '180418.105000', '180418.565000', '180419.025000', '180419.485000', '180419.945000', '180420.405000', '180420.865000', '180421.325000', '180421.785000', '180422.245000', '180422.705000', '180423.165000', '180423.625000', '180424.085000', '180424.545000', '180425.005000', '180425.465000', '180425.925000', '180426.385000', '180426.845000', '180427.305000', '180427.765000', '180428.225000', '180428.685000', '180429.145000', '180429.605000', '180430.065000', '180430.525000', '180430.985000', '180431.445000', '180431.905000', '180432.365000', '180432.825000', '180433.285000', '180433.745000', '180434.205000', '180434.665000', '180435.125000', '180435.585000', '180436.045000', '180436.505000', '180436.965000', '180437.425000', '180437.885000', '180438.345000', '180438.805000', '180439.265000', '180439.725000', '180440.185000', '180440.645000', '180441.105000', '180441.565000', '180442.025000', '180442.485000', '180442.945000', '180443.405000', '180443.865000', '180444.325000', '180444.785000', '180445.245000', '180445.705000', '180446.165000', '180446.625000', '180447.085000', '180447.545000', '180448.005000', '180448.465000', '180448.925000', '180449.385000', '180449.845000', '180450.305000', '180450.765000', '180451.225000', '180451.685000', '180452.145000', '180452.605000', '180453.065000', '180453.525000', '180453.985000', '180454.445000', '180454.905000', '180455.365000', '180455.825000', '180456.285000', '180456.745000', '180457.205000', '180457.665000', '180458.125000', '180458.585000', '180459.045000', '180459.505000', '180459.965000', '180500.425000', '180500.885000', '180501.345000', '180501.805000', '180502.265000', '180502.725000', '180503.185000', '180503.645000', '180504.105000', '180504.565000', '180505.025000', '180505.485000', '180505.945000', '180506.405000', '180506.865000', '180507.325000', '180507.785000', '180508.245000', '180508.705000', '180509.165000', '180509.625000', '180510.085000', '180510.545000', '180511.005000', '180511.465000', '180511.925000', '180512.385000', '180512.845000', '180513.305000', '180513.765000', '180514.225000', '180514.685000', '180515.145000', '180515.605000', '180516.065000', '180516.525000', '180516.985000', '180517.445000', '180517.905000', '180518.365000', '180518.825000', '180519.285000', '180519.745000', '180520.205000', '180520.665000', '180521.125000', '180521.585000', '180522.045000', '180522.505000', '180522.965000', '180523.425000', '180523.885000', '180524.345000', '180524.805000', '180525.265000', '180525.725000', '180526.185000', '180526.645000', '180527.105000', '180527.565000', '180528.025000', '180528.485000', '180528.945000', '180529.405000', '180529.865000', '180530.325000', '180530.785000', '180531.245000', '180531.705000', '180532.165000', '180532.625000', '180533.085000', '180533.545000', '180534.005000', '180534.465000', '180534.925000', '180535.385000', '180535.845000', '180536.305000', '180536.765000', '180537.225000', '180537.685000', '180538.145000', '180538.605000', '180539.065000', '180539.525000', '180539.985000', '180540.445000', '180540.905000', '180541.365000', '180541.825000', '180542.285000', '180542.745000', '180543.205000', '180543.665000', '180544.125000', '180544.585000', '180545.045000', '180545.505000', '180545.965000', '180546.425000', '180546.885000', '180547.345000', '180547.805000', '180548.265000', '180548.725000', '180549.185000', '180549.645000', '180550.105000', '180550.565000', '180551.025000', '180551.485000', '180551.945000', '180552.405000', '180552.865000', '180553.325000', '180553.785000', '180554.245000', '180554.705000', '180555.165000', '180555.625000', '180556.085000', '180556.545000', '180557.005000', '180557.465000', '180557.925000', '180558.385000', '180558.845000', '180559.305000', '180559.765000', '180600.225000', '180600.685000', '180601.145000', '180601.605000', '180602.065000', '180602.525000', '180602.985000', '180603.445000', '180603.905000', '180604.365000', '180604.825000', '180605.285000', '180605.745000', '180606.205000', '180606.665000', '180607.125000', '180607.585000', '180608.045000', '180608.505000', '180608.965000', '180609.425000', '180609.885000', '180610.345000', '180610.805000', '180611.265000', '180611.725000', '180612.185000', '180612.645000', '180613.105000', '180613.565000', '180614.025000', '180614.485000', '180614.945000', '180615.405000', '180615.865000', '180616.325000', '180616.785000', '180617.245000', '180617.705000', '180618.165000', '180618.625000', '180619.085000', '180619.545000', '180620.005000', '180620.465000', '180620.925000', '180621.385000', '180621.845000', '180622.305000', '180622.765000', '180623.225000', '180623.685000', '180624.145000', '180624.605000', '180625.065000', '180625.525000', '180625.985000', '180626.445000', '180626.905000', '180627.365000', '180627.825000', '180628.285000', '180628.745000', '180629.205000', '180629.665000', '180630.125000', '180630.585000', '180631.045000', '180631.505000', '180631.965000', '180632.425000', '180632.885000', '180633.345000', '180633.805000', '180634.265000', '180634.725000', '180635.185000', '180635.645000', '180636.105000', '180636.565000', '180637.025000', '180637.485000', '180637.945000', '180638.405000', '180638.865000', '180639.325000', '180639.785000', '180640.245000', '180640.705000', '180641.165000', '180641.625000', '180642.085000', '180642.545000', '180643.005000', '180643.465000', '180643.925000', '180644.385000', '180644.845000', '180645.305000', '180645.765000', '180646.225000', '180646.685000', '180647.145000', '180647.605000', '180648.065000', '180648.525000', '180648.985000', '180649.445000', '180649.905000', '180650.365000', '180650.825000', '180651.285000', '180651.745000', '180652.205000', '180652.665000', '180653.125000', '180653.585000', '180654.045000', '180654.505000', '180654.965000', '180655.425000', '180655.885000', '180656.345000', '180656.805000', '180657.265000', '180657.725000', '180658.185000', '180658.645000', '180659.105000', '180659.565000', '180700.025000', '180700.485000', '180700.945000', '180701.405000', '180701.865000', '180702.325000', '180702.785000', '180703.245000', '180703.705000', '180704.165000', '180704.625000', '180705.085000', '180705.545000', '180706.005000', '180706.465000', '180706.925000', '180707.385000', '180707.845000', '180708.305000', '180708.765000', '180709.225000', '180709.685000', '180710.145000', '180710.605000', '180711.065000', '180711.525000', '180711.985000', '180712.445000', '180712.905000', '180713.365000', '180713.825000', '180714.285000', '180714.745000', '180715.205000', '180715.665000', '180716.125000', '180716.585000', '180717.045000', '180717.505000', '180717.965000', '180718.425000', '180718.885000', '180719.345000', '180719.805000', '180720.265000', '180720.725000', '180721.185000', '180721.645000', '180722.105000', '180722.565000', '180723.025000', '180723.485000', '180723.945000', '180724.405000', '180724.865000', '180725.325000', '180725.785000', '180726.245000', '180726.705000', '180727.165000', '180727.625000', '180728.085000', '180728.545000', '180729.005000', '180729.465000', '180729.925000', '180730.385000', '180730.845000', '180731.305000', '180731.765000', '180732.225000', '180732.685000', '180733.145000', '180733.605000', '180734.065000', '180734.525000', '180734.985000', '180735.445000', '180735.905000', '180736.365000', '180736.825000', '180737.285000', '180737.745000', '180738.205000', '180738.665000', '180739.125000', '180739.585000', '180740.045000', '180740.505000', '180740.965000', '180741.425000', '180741.885000', '180742.345000', '180742.805000', '180743.265000', '180743.725000', '180744.185000', '180744.645000', '180745.105000', '180745.565000', '180746.025000', '180746.485000', '180746.945000', '180747.405000', '180747.865000', '180748.325000', '180748.785000', '180749.245000', '180749.705000', '180750.165000', '180750.625000', '180751.085000', '180751.545000', '180752.005000', '180752.465000', '180752.925000', '180753.385000', '180753.845000', '180754.305000', '180754.765000', '180755.225000', '180755.685000', '180756.145000', '180756.605000', '180757.065000', '180757.525000', '180757.985000', '180758.445000', '180758.905000', '180759.365000', '180759.825000', '180800.285000', '180800.745000', '180801.205000', '180801.665000', '180802.125000', '180802.585000', '180803.045000', '180803.505000', '180803.965000', '180804.425000', '180804.885000', '180805.345000', '180805.805000', '180806.265000', '180806.725000', '180807.185000', '180807.645000', '180808.105000', '180808.565000', '180809.025000', '180809.485000', '180809.945000', '180810.405000', '180810.865000', '180811.325000', '180811.785000', '180812.245000', '180812.705000', '180813.165000', '180813.625000', '180814.085000', '180814.545000', '180815.005000', '180815.465000', '180815.925000', '180816.385000', '180816.845000', '180817.305000', '180817.765000', '180818.225000', '180818.685000', '180819.145000', '180819.605000', '180820.065000', '180820.525000', '180820.985000', '180821.445000', '180821.905000', '180822.365000', '180822.825000', '180823.285000', '180823.745000', '180824.205000', '180824.665000', '180825.125000', '180825.585000', '180826.045000', '180826.505000', '180826.965000', '180827.425000', '180827.885000', '180828.345000', '180828.805000', '180829.265000', '180829.725000', '180830.185000', '180830.645000', '180831.105000', '180831.565000', '180832.025000', '180832.485000', '180832.945000', '180833.405000', '180833.865000', '180834.325000', '180834.785000', '180835.245000', '180835.705000', '180836.165000', '180836.625000', '180837.085000', '180837.545000', '180838.005000', '180838.465000', '180838.925000', '180839.385000', '180839.845000', '180840.305000', '180840.765000', '180841.225000', '180841.685000', '180842.145000', '180842.605000', '180843.065000', '180843.525000', '180843.985000', '180844.445000', '180844.905000', '180845.365000', '180845.825000', '180846.285000', '180846.745000', '180847.205000', '180847.665000', '180848.125000', '180848.585000', '180849.045000', '180849.505000', '180849.965000', '180850.425000', '180850.885000', '180851.345000', '180851.805000', '180852.265000', '180852.725000', '180853.185000', '180853.645000', '180854.105000', '180854.565000', '180855.025000', '180855.485000', '180855.945000', '180856.405000', '180856.865000', '180857.325000', '180857.785000', '180858.245000', '180858.705000', '180859.165000', '180859.625000', '180900.085000', '180900.545000', '180901.005000', '180901.465000', '180901.925000', '180902.385000', '180902.845000', '180903.305000', '180903.765000', '180904.225000', '180904.685000', '180905.145000', '180905.605000', '180906.065000', '180906.525000', '180906.985000', '180907.445000', '180907.905000', '180908.365000', '180908.825000', '180909.285000', '180909.745000', '180910.205000', '180910.665000', '180911.125000', '180911.585000', '180912.045000', '180912.505000', '180912.965000', '180913.425000', '180913.885000', '180914.345000', '180914.805000', '180915.265000', '180915.725000', '180916.185000', '180916.645000', '180917.105000', '180917.565000', '180918.025000', '180918.485000', '180918.945000', '180919.405000', '180919.865000', '180920.325000', '180920.785000', '180921.245000', '180921.705000', '180922.165000', '180922.625000', '180923.085000', '180923.545000', '180924.005000', '180924.465000', '180924.925000', '180925.385000', '180925.845000', '180926.305000', '180926.765000', '180927.225000', '180927.685000', '180928.145000', '180928.605000', '180929.065000', '180929.525000', '180929.985000', '180930.445000', '180930.905000', '180931.365000', '180931.825000', '180932.285000', '180932.745000', '180933.205000', '180933.665000', '180934.125000', '180934.585000', '180935.045000', '180935.505000', '180935.965000', '180936.425000', '180936.885000', '180937.345000', '180937.805000', '180938.265000', '180938.725000', '180939.185000', '180939.645000', '180940.105000', '180940.565000', '180941.025000', '180941.485000', '180941.945000', '180942.405000', '180942.865000', '180943.325000', '180943.785000', '180944.245000', '180944.705000', '180945.165000', '180945.625000', '180946.085000', '180946.545000', '180947.005000', '180947.465000', '180947.925000', '180948.385000', '180948.845000', '180949.305000', '180949.765000', '180950.225000', '180950.685000', '180951.145000', '180951.605000', '180952.065000', '180952.525000', '180952.985000', '180953.445000', '180953.905000', '180954.365000', '180954.825000', '180955.285000', '180955.745000', '180956.205000', '180956.665000', '180957.125000', '180957.585000', '180958.045000', '180958.505000', '180958.965000', '180959.425000', '180959.885000', '181000.345000', '181000.805000', '181001.265000', '181001.725000', '181002.185000', '181002.645000', '181003.105000', '181003.565000', '181004.025000', '181004.485000', '181004.945000', '181005.405000', '181005.865000', '181006.325000', '181006.785000', '181007.245000', '181007.705000', '181008.165000', '181008.625000', '181009.085000', '181009.545000', '181010.005000', '181010.465000', '181010.925000', '181011.385000', '181011.845000', '181012.305000', '181012.765000', '181013.225000', '181013.685000', '181014.145000', '181014.605000', '181015.065000', '181015.525000', '181015.985000', '181016.445000', '181016.905000', '181017.365000', '181017.825000', '181018.285000', '181018.745000', '181019.205000', '181019.665000', '181020.125000', '181020.585000', '181021.045000', '181021.505000', '181021.965000', '181022.425000', '181022.885000', '181023.345000', '181023.805000', '181024.265000', '181024.725000', '181025.185000', '181025.645000', '181026.105000', '181026.565000', '181027.025000', '181027.485000', '181027.945000', '181028.405000', '181028.865000', '181029.325000', '181029.785000', '181030.245000', '181030.705000', '181031.165000', '181031.625000', '181032.085000', '181032.545000', '181033.005000', '181033.465000', '181033.925000', '181034.385000', '181034.845000', '181035.305000', '181035.765000', '181036.225000', '181036.685000', '181037.145000', '181037.605000', '181038.065000', '181038.525000', '181038.985000', '181039.445000', '181039.905000', '181040.365000', '181040.825000', '181041.285000', '181041.745000', '181042.205000', '181042.665000', '181043.125000', '181043.585000', '181044.045000', '181044.505000', '181044.965000', '181045.425000', '181045.885000', '181046.345000', '181046.805000', '181047.265000', '181047.725000', '181048.185000', '181048.645000', '181049.105000', '181049.565000', '181050.025000', '181050.485000', '181050.945000', '181051.405000', '181051.865000', '181052.325000', '181052.785000', '181053.245000', '181053.705000', '181054.165000', '181054.625000', '181055.085000', '181055.545000', '181056.005000', '181056.465000', '181056.925000', '181057.385000', '181057.845000', '181058.305000', '181058.765000', '181059.225000', '181059.685000', '181100.145000', '181100.605000', '181101.065000', '181101.525000', '181101.985000', '181102.445000', '181102.905000', '181103.365000', '181103.825000', '181104.285000', '181104.745000', '181105.205000', '181105.665000', '181106.125000', '181106.585000', '181107.045000', '181107.505000', '181107.965000', '181108.425000', '181108.885000', '181109.345000', '181109.805000', '181110.265000', '181110.725000', '181111.185000', '181111.645000', '181112.105000', '181112.565000', '181113.025000', '181113.485000', '181113.945000', '181114.405000', '181114.865000', '181115.325000', '181115.785000', '181116.245000', '181116.705000', '181117.165000', '181117.625000', '181118.085000', '181118.545000', '181119.005000', '181119.465000', '181119.925000', '181120.385000', '181120.845000', '181121.305000', '181121.765000', '181122.225000', '181122.685000', '181123.145000', '181123.605000', '181124.065000', '181124.525000', '181124.985000', '181125.445000', '181125.905000', '181126.365000', '181126.825000', '181127.285000', '181127.745000', '181128.205000', '181128.665000', '181129.125000', '181129.585000', '181130.045000', '181130.505000', '181130.965000', '181131.425000', '181131.885000', '181132.345000', '181132.805000', '181133.265000', '181133.725000', '181134.185000', '181134.645000', '181135.105000', '181135.565000', '181136.025000', '181136.485000', '181136.945000', '181137.405000', '181137.865000', '181138.325000', '181138.785000', '181139.245000', '181139.705000', '181140.165000', '181140.625000', '181141.085000', '181141.545000', '181142.005000', '181142.465000', '181142.925000', '181143.385000', '181143.845000', '181144.305000', '181144.765000', '181145.225000', '181145.685000', '181146.145000', '181146.605000', '181147.065000', '181147.525000', '181147.985000', '181148.445000', '181148.905000', '181149.365000', '181149.825000', '181150.285000', '181150.745000', '181151.205000', '181151.665000', '181152.125000', '181152.585000', '181153.045000', '181153.505000', '181153.965000', '181154.425000', '181154.885000', '181155.345000', '181155.805000', '181156.265000', '181156.725000', '181157.185000', '181157.645000', '181158.105000', '181158.565000', '181159.025000', '181159.485000', '181159.945000', '181200.405000', '181200.865000', '181201.325000', '181201.785000', '181202.245000', '181202.705000', '181203.165000', '181203.625000', '181204.085000', '181204.545000', '181205.005000', '181205.465000', '181205.925000', '181206.385000', '181206.845000', '181207.305000', '181207.765000', '181208.225000', '181208.685000', '181209.145000', '181209.605000', '181210.065000', '181210.525000', '181210.985000', '181211.445000', '181211.905000', '181212.365000', '181212.825000', '181213.285000', '181213.745000', '181214.205000', '181214.665000', '181215.125000', '181215.585000', '181216.045000', '181216.505000', '181216.965000', '181217.425000', '181217.885000', '181218.345000', '181218.805000', '181219.265000', '181219.725000', '181220.185000', '181220.645000', '181221.105000', '181221.565000', '181222.025000', '181222.485000', '181222.945000', '181223.405000', '181223.865000'], 'ContentTime': ['180206.139000', '180206.161000', '180206.164000', '180206.167000', '180206.170000', '180206.173000', '180206.176000', '180206.179000', '180206.181000', '180206.184000', '180206.187000', '180206.190000', '180206.193000', '180206.196000', '180206.199000', '180206.202000', '180206.205000', '180206.207000', '180206.210000', '180206.217000', '180206.220000', '180206.223000', '180206.226000', '180206.228000', '180206.231000', '180206.234000', '180206.237000', '180206.240000', '180206.243000', '180206.246000', '180226.101000', '180226.104000', '180226.107000', '180226.110000', '180226.113000', '180226.116000', '180226.119000', '180226.121000', '180226.124000', '180226.127000', '180226.130000', '180226.139000', '180226.142000', '180226.145000', '180226.148000', '180226.151000', '180226.154000', '180226.157000', '180226.160000', '180226.162000', '180226.165000', '180226.168000', '180226.171000', '180226.174000', '180226.177000', '180226.179000', '180226.182000', '180226.185000', '180226.188000', '180226.191000', '180226.194000', '180226.196000', '180226.199000', '180226.202000', '180226.205000', '180226.208000', '180226.211000', '180226.213000', '180226.216000', '180226.219000', '180226.222000', '180226.225000', '180226.228000', '180246.101000', '180246.104000', '180246.107000', '180246.110000', '180246.112000', '180246.115000', '180246.118000', '180246.121000', '180246.124000', '180246.127000', '180246.130000', '180246.133000', '180246.135000', '180246.139000', '180246.142000', '180246.145000', '180246.147000', '180246.150000', '180246.153000', '180246.156000', '180246.159000', '180246.162000', '180246.165000', '180246.168000', '180246.171000', '180246.174000', '180246.190000', '180246.193000', '180246.196000', '180246.199000', '180246.201000', '180246.204000', '180246.207000', '180246.210000', '180246.213000', '180246.216000', '180246.219000', '180246.232000', '180246.235000', '180246.238000', '180246.241000', '180246.244000', '180246.246000', '180246.249000', '180306.101000', '180306.104000', '180306.107000', '180306.110000', '180306.113000', '180306.115000', '180306.118000', '180306.121000', '180306.124000', '180306.127000', '180306.130000', '180306.133000', '180306.136000', '180306.140000', '180306.145000', '180306.148000', '180306.151000', '180306.154000', '180306.157000', '180306.160000', '180306.163000', '180306.166000', '180306.169000', '180306.172000', '180306.175000', '180306.178000', '180306.180000', '180306.183000', '180306.186000', '180306.189000', '180306.192000', '180306.195000', '180306.198000', '180306.200000', '180306.203000', '180306.206000', '180306.209000', '180306.212000', '180306.215000', '180306.218000', '180306.221000', '180306.224000', '180306.226000', '180326.101000', '180326.104000', '180326.107000', '180326.110000', '180326.113000', '180326.115000', '180326.118000', '180326.121000', '180326.124000', '180326.127000', '180326.130000', '180326.133000', '180326.136000', '180326.139000', '180326.142000', '180326.144000', '180326.147000', '180326.150000', '180326.153000', '180326.156000', '180326.159000', '180326.161000', '180326.164000', '180326.167000', '180326.170000', '180326.173000', '180326.204000', '180326.207000', '180326.210000', '180326.213000', '180326.216000', '180326.218000', '180326.221000', '180326.224000', '180326.227000', '180326.230000', '180326.233000', '180326.236000', '180326.238000', '180326.241000', '180326.244000', '180326.247000', '180326.250000', '180326.253000', '180346.101000', '180346.104000', '180346.107000', '180346.110000', '180346.112000', '180346.115000', '180346.118000', '180346.131000', '180346.134000', '180346.137000', '180346.140000', '180346.143000', '180346.146000', '180346.149000', '180346.152000', '180346.154000', '180346.157000', '180346.160000', '180346.164000', '180346.167000', '180346.170000', '180346.173000', '180346.176000', '180346.179000', '180346.182000', '180346.184000', '180346.187000', '180346.190000', '180346.193000', '180346.196000', '180346.199000', '180346.201000', '180346.204000', '180346.207000', '180346.210000', '180346.213000', '180346.216000', '180346.219000', '180346.221000', '180346.224000', '180346.227000', '180346.230000', '180346.233000', '180406.101000', '180406.104000', '180406.107000', '180406.110000', '180406.113000', '180406.116000', '180406.118000', '180406.122000', '180406.124000', '180406.127000', '180406.130000', '180406.133000', '180406.136000', '180406.139000', '180406.142000', '180406.145000', '180406.147000', '180406.150000', '180406.153000', '180406.156000', '180406.159000', '180406.162000', '180406.165000', '180406.168000', '180406.171000', '180406.174000', '180406.209000', '180406.212000', '180406.214000', '180406.217000', '180406.220000', '180406.223000', '180406.226000', '180406.229000', '180406.232000', '180406.235000', '180406.237000', '180406.240000', '180406.243000', '180406.246000', '180406.249000', '180406.252000', '180406.255000', '180406.258000', '180426.101000', '180426.104000', '180426.107000', '180426.110000', '180426.113000', '180426.115000', '180426.118000', '180426.122000', '180426.125000', '180426.128000', '180426.131000', '180426.134000', '180426.137000', '180426.140000', '180426.143000', '180426.146000', '180426.149000', '180426.152000', '180426.155000', '180426.157000', '180426.160000', '180426.163000', '180426.166000', '180426.169000', '180426.172000', '180426.175000', '180426.178000', '180426.181000', '180426.212000', '180426.215000', '180426.218000', '180426.221000', '180426.224000', '180426.227000', '180426.230000', '180426.233000', '180426.236000', '180426.239000', '180426.241000', '180426.244000', '180426.247000', '180426.250000', '180426.253000', '180446.101000', '180446.104000', '180446.107000', '180446.110000', '180446.113000', '180446.116000', '180446.119000', '180446.122000', '180446.124000', '180446.127000', '180446.130000', '180446.133000', '180446.136000', '180446.139000', '180446.142000', '180446.144000', '180446.147000', '180446.150000', '180446.153000', '180446.156000', '180446.159000', '180446.162000', '180446.165000', '180446.168000', '180446.171000', '180446.174000', '180446.221000', '180446.224000', '180446.227000', '180446.230000', '180446.233000', '180446.235000', '180446.238000', '180446.241000', '180446.244000', '180446.247000', '180446.250000', '180446.253000', '180446.256000', '180446.259000', '180446.261000', '180446.264000', '180446.267000', '180446.270000', '180506.101000', '180506.104000', '180506.107000', '180506.110000', '180506.160000', '180506.163000', '180506.166000', '180506.169000', '180506.172000', '180506.208000', '180506.211000', '180506.214000', '180506.217000', '180506.220000', '180506.222000', '180506.225000', '180506.228000', '180506.231000', '180506.234000', '180506.237000', '180506.240000', '180506.243000', '180506.246000', '180506.249000', '180506.252000', '180506.254000', '180506.257000', '180506.260000', '180506.263000', '180506.266000', '180506.269000', '180506.272000', '180506.275000', '180506.278000', '180506.281000', '180506.284000', '180506.287000', '180506.290000', '180506.293000', '180506.296000', '180506.298000', '180506.301000', '180506.304000', '180526.101000', '180526.104000', '180526.107000', '180526.110000', '180526.113000', '180526.116000', '180526.118000', '180526.121000', '180526.124000', '180526.127000', '180526.130000', '180526.133000', '180526.136000', '180526.139000', '180526.142000', '180526.144000', '180526.147000', '180526.150000', '180526.153000', '180526.156000', '180526.159000', '180526.162000', '180526.165000', '180526.168000', '180526.171000', '180526.174000', '180526.252000', '180526.255000', '180526.258000', '180526.261000', '180526.264000', '180526.267000', '180526.270000', '180526.272000', '180526.275000', '180526.278000', '180526.281000', '180526.284000', '180526.287000', '180526.290000', '180526.293000', '180526.295000', '180526.298000', '180526.301000', '180546.101000', '180546.104000', '180546.107000', '180546.110000', '180546.113000', '180546.116000', '180546.119000', '180546.121000', '180546.124000', '180546.127000', '180546.130000', '180546.133000', '180546.136000', '180546.139000', '180546.142000', '180546.145000', '180546.148000', '180546.151000', '180546.154000', '180546.157000', '180546.160000', '180546.163000', '180546.166000', '180546.169000', '180546.172000', '180546.225000', '180546.228000', '180546.232000', '180546.237000', '180546.241000', '180546.244000', '180546.247000', '180546.250000', '180546.252000', '180546.255000', '180546.258000', '180546.261000', '180546.264000', '180546.267000', '180546.270000', '180546.273000', '180546.276000', '180546.278000', '180606.101000', '180606.104000', '180606.107000', '180606.110000', '180606.113000', '180606.115000', '180606.118000', '180606.121000', '180606.124000', '180606.128000', '180606.131000', '180606.134000', '180606.137000', '180606.140000', '180606.143000', '180606.146000', '180606.149000', '180606.152000', '180606.155000', '180606.157000', '180606.160000', '180606.163000', '180606.166000', '180606.169000', '180606.172000', '180606.236000', '180606.239000', '180606.242000', '180606.245000', '180606.248000', '180606.251000', '180606.254000', '180606.257000', '180606.260000', '180606.262000', '180606.265000', '180606.268000', '180606.271000', '180606.274000', '180606.277000', '180606.280000', '180606.283000', '180606.286000', '180606.289000', '180626.101000', '180626.104000', '180626.107000', '180626.110000', '180626.113000', '180626.116000', '180626.118000', '180626.121000', '180626.124000', '180626.127000', '180626.130000', '180626.133000', '180626.136000', '180626.138000', '180626.141000', '180626.144000', '180626.147000', '180626.150000', '180626.153000', '180626.156000', '180626.159000', '180626.162000', '180626.165000', '180626.168000', '180626.171000', '180626.174000', '180626.222000', '180626.224000', '180626.227000', '180626.230000', '180626.233000', '180626.236000', '180626.239000', '180626.242000', '180626.247000', '180626.251000', '180626.254000', '180626.257000', '180626.260000', '180626.263000', '180626.266000', '180626.269000', '180626.272000', '180646.101000', '180646.104000', '180646.107000', '180646.110000', '180646.113000', '180646.116000', '180646.119000', '180646.122000', '180646.124000', '180646.127000', '180646.130000', '180646.133000', '180646.136000', '180646.139000', '180646.154000', '180646.157000', '180646.159000', '180646.162000', '180646.165000', '180646.168000', '180646.171000', '180646.174000', '180646.213000', '180646.216000', '180646.219000', '180646.222000', '180646.225000', '180646.228000', '180646.231000', '180646.234000', '180646.237000', '180646.239000', '180646.242000', '180646.245000', '180646.248000', '180646.251000', '180646.254000', '180646.257000', '180646.260000', '180646.263000', '180646.266000', '180646.268000', '180646.271000', '180646.274000', '180706.101000', '180706.104000', '180706.107000', '180706.110000', '180706.113000', '180706.116000', '180706.119000', '180706.121000', '180706.124000', '180706.127000', '180706.130000', '180706.133000', '180706.136000', '180706.139000', '180706.142000', '180706.144000', '180706.147000', '180706.150000', '180706.153000', '180706.156000', '180706.159000', '180706.162000', '180706.165000', '180706.168000', '180706.171000', '180706.174000', '180706.200000', '180706.203000', '180706.206000', '180706.209000', '180706.212000', '180706.215000', '180706.218000', '180706.221000', '180706.224000', '180706.227000', '180706.230000', '180706.233000', '180706.235000', '180706.238000', '180706.241000', '180706.244000', '180706.247000', '180726.101000', '180726.104000', '180726.107000', '180726.110000', '180726.113000', '180726.115000', '180726.118000', '180726.121000', '180726.139000', '180726.142000', '180726.144000', '180726.147000', '180726.150000', '180726.153000', '180726.156000', '180726.159000', '180726.162000', '180726.165000', '180726.168000', '180726.171000', '180726.200000', '180726.203000', '180726.206000', '180726.209000', '180726.212000', '180726.214000', '180726.217000', '180726.220000', '180726.223000', '180726.226000', '180726.229000', '180726.234000', '180726.237000', '180726.240000', '180726.242000', '180726.245000', '180726.248000', '180726.251000', '180726.254000', '180726.257000', '180726.260000', '180726.263000', '180726.266000', '180726.269000', '180746.101000', '180746.104000', '180746.107000', '180746.110000', '180746.113000', '180746.116000', '180746.119000', '180746.122000', '180746.124000', '180746.127000', '180746.130000', '180746.133000', '180746.136000', '180746.139000', '180746.142000', '180746.145000', '180746.148000', '180746.151000', '180746.153000', '180746.156000', '180746.159000', '180746.162000', '180746.165000', '180746.168000', '180746.171000', '180746.223000', '180746.226000', '180746.229000', '180746.232000', '180746.234000', '180746.237000', '180746.240000', '180746.243000', '180746.246000', '180746.249000', '180746.252000', '180746.255000', '180746.258000', '180746.261000', '180746.264000', '180746.267000', '180746.270000', '180746.273000', '180806.101000', '180806.104000', '180806.107000', '180806.110000', '180806.113000', '180806.116000', '180806.118000', '180806.121000', '180806.124000', '180806.127000', '180806.130000', '180806.133000', '180806.136000', '180806.139000', '180806.142000', '180806.144000', '180806.147000', '180806.150000', '180806.153000', '180806.156000', '180806.159000', '180806.162000', '180806.165000', '180806.168000', '180806.171000', '180806.245000', '180806.248000', '180806.251000', '180806.254000', '180806.256000', '180806.259000', '180806.262000', '180806.265000', '180806.268000', '180806.271000', '180806.274000', '180806.277000', '180806.279000', '180806.282000', '180806.315000', '180806.318000', '180806.321000', '180806.324000', '180806.327000', '180826.101000', '180826.104000', '180826.107000', '180826.110000', '180826.113000', '180826.116000', '180826.118000', '180826.121000', '180826.124000', '180826.127000', '180826.130000', '180826.133000', '180826.136000', '180826.139000', '180826.142000', '180826.144000', '180826.147000', '180826.150000', '180826.153000', '180826.156000', '180826.159000', '180826.162000', '180826.165000', '180826.167000', '180826.170000', '180826.174000', '180826.233000', '180826.236000', '180826.239000', '180826.242000', '180826.245000', '180826.248000', '180826.251000', '180826.254000', '180826.257000', '180826.260000', '180826.262000', '180826.265000', '180826.268000', '180826.271000', '180826.274000', '180826.277000', '180826.280000', '180846.101000', '180846.104000', '180846.107000', '180846.110000', '180846.113000', '180846.116000', '180846.119000', '180846.122000', '180846.124000', '180846.127000', '180846.130000', '180846.133000', '180846.136000', '180846.139000', '180846.142000', '180846.145000', '180846.148000', '180846.151000', '180846.154000', '180846.157000', '180846.159000', '180846.162000', '180846.165000', '180846.168000', '180846.171000', '180846.174000', '180846.239000', '180846.242000', '180846.245000', '180846.247000', '180846.250000', '180846.253000', '180846.256000', '180846.259000', '180846.262000', '180846.265000', '180846.268000', '180846.271000', '180846.274000', '180846.277000', '180846.280000', '180846.283000', '180846.285000', '180846.288000', '180906.101000', '180906.104000', '180906.107000', '180906.110000', '180906.113000', '180906.116000', '180906.119000', '180906.122000', '180906.125000', '180906.128000', '180906.130000', '180906.133000', '180906.136000', '180906.139000', '180906.142000', '180906.145000', '180906.148000', '180906.151000', '180906.154000', '180906.157000', '180906.160000', '180906.163000', '180906.166000', '180906.168000', '180906.171000', '180906.174000', '180906.226000', '180906.229000', '180906.232000', '180906.235000', '180906.238000', '180906.241000', '180906.244000', '180906.247000', '180906.250000', '180906.252000', '180906.255000', '180906.258000', '180906.261000', '180906.264000', '180906.267000', '180906.270000', '180906.273000', '180926.102000', '180926.108000', '180926.111000', '180926.114000', '180926.116000', '180926.119000', '180926.122000', '180926.125000', '180926.128000', '180926.131000', '180926.134000', '180926.137000', '180926.140000', '180926.142000', '180926.145000', '180926.148000', '180926.151000', '180926.154000', '180926.157000', '180926.160000', '180926.163000', '180926.166000', '180926.169000', '180926.172000', '180926.175000', '180926.236000', '180926.239000', '180926.242000', '180926.245000', '180926.248000', '180926.251000', '180926.254000', '180926.257000', '180926.259000', '180926.262000', '180926.265000', '180926.280000', '180926.283000', '180926.285000', '180926.288000', '180926.291000', '180926.294000', '180926.297000', '180946.101000', '180946.104000', '180946.107000', '180946.110000', '180946.113000', '180946.116000', '180946.118000', '180946.122000', '180946.125000', '180946.128000', '180946.131000', '180946.134000', '180946.136000', '180946.139000', '180946.142000', '180946.145000', '180946.148000', '180946.151000', '180946.154000', '180946.157000', '180946.159000', '180946.162000', '180946.165000', '180946.168000', '180946.171000', '180946.227000', '180946.230000', '180946.233000', '180946.236000', '180946.239000', '180946.242000', '180946.245000', '180946.247000', '180946.250000', '180946.253000', '180946.256000', '180946.259000', '180946.262000', '180946.265000', '180946.268000', '180946.271000', '180946.274000', '180946.278000', '180946.280000', '181006.101000', '181006.104000', '181006.107000', '181006.110000', '181006.113000', '181006.116000', '181006.121000', '181006.124000', '181006.127000', '181006.130000', '181006.133000', '181006.136000', '181006.138000', '181006.141000', '181006.144000', '181006.147000', '181006.150000', '181006.153000', '181006.156000', '181006.159000', '181006.162000', '181006.165000', '181006.168000', '181006.171000', '181006.251000', '181006.254000', '181006.257000', '181006.260000', '181006.263000', '181006.266000', '181006.269000', '181006.272000', '181006.275000', '181006.277000', '181006.280000', '181006.283000', '181006.286000', '181006.289000', '181006.292000', '181006.295000', '181006.298000', '181006.301000', '181006.303000', '181026.101000', '181026.104000', '181026.107000', '181026.110000', '181026.113000', '181026.116000', '181026.119000', '181026.122000', '181026.125000', '181026.128000', '181026.131000', '181026.133000', '181026.136000', '181026.139000', '181026.142000', '181026.145000', '181026.148000', '181026.151000', '181026.154000', '181026.157000', '181026.160000', '181026.163000', '181026.165000', '181026.168000', '181026.171000', '181026.220000', '181026.222000', '181026.225000', '181026.228000', '181026.231000', '181026.234000', '181026.237000', '181026.240000', '181026.243000', '181026.246000', '181026.248000', '181026.251000', '181026.254000', '181026.257000', '181026.260000', '181026.263000', '181026.266000', '181026.269000', '181026.271000', '181046.101000', '181046.104000', '181046.107000', '181046.110000', '181046.113000', '181046.116000', '181046.119000', '181046.122000', '181046.125000', '181046.128000', '181046.131000', '181046.134000', '181046.137000', '181046.140000', '181046.143000', '181046.146000', '181046.149000', '181046.152000', '181046.155000', '181046.158000', '181046.161000', '181046.164000', '181046.167000', '181046.170000', '181046.173000', '181046.229000', '181046.231000', '181046.234000', '181046.237000', '181046.240000', '181046.244000', '181046.246000', '181046.257000', '181046.260000', '181046.263000', '181046.266000', '181046.269000', '181046.272000', '181046.275000', '181046.278000', '181046.281000', '181046.283000', '181046.286000', '181106.101000', '181106.104000', '181106.107000', '181106.110000', '181106.113000', '181106.116000', '181106.119000', '181106.122000', '181106.125000', '181106.128000', '181106.131000', '181106.134000', '181106.137000', '181106.140000', '181106.142000', '181106.145000', '181106.148000', '181106.151000', '181106.154000', '181106.157000', '181106.160000', '181106.163000', '181106.166000', '181106.169000', '181106.171000', '181106.174000', '181106.239000', '181106.242000', '181106.245000', '181106.248000', '181106.251000', '181106.254000', '181106.257000', '181106.260000', '181106.263000', '181106.265000', '181106.268000', '181106.271000', '181106.274000', '181106.277000', '181106.280000', '181106.283000', '181106.286000', '181106.289000', '181126.101000', '181126.104000', '181126.107000', '181126.110000', '181126.113000', '181126.116000', '181126.119000', '181126.122000', '181126.125000', '181126.128000', '181126.131000', '181126.134000', '181126.137000', '181126.140000', '181126.143000', '181126.146000', '181126.149000', '181126.152000', '181126.155000', '181126.158000', '181126.161000', '181126.164000', '181126.167000', '181126.170000', '181126.173000', '181126.243000', '181126.246000', '181126.249000', '181126.252000', '181126.255000', '181126.258000', '181126.261000', '181126.264000', '181126.267000', '181126.269000', '181126.272000', '181126.275000', '181126.278000', '181126.281000', '181126.284000', '181126.287000', '181126.290000', '181126.293000', '181146.101000', '181146.104000', '181146.107000', '181146.110000', '181146.113000', '181146.116000', '181146.119000', '181146.122000', '181146.125000', '181146.128000', '181146.131000', '181146.134000', '181146.137000', '181146.140000', '181146.143000', '181146.146000', '181146.149000', '181146.151000', '181146.154000', '181146.157000', '181146.160000', '181146.163000', '181146.166000', '181146.169000', '181146.172000', '181146.248000', '181146.251000', '181146.254000', '181146.257000', '181146.260000', '181146.263000', '181146.266000', '181146.268000', '181146.271000', '181146.274000', '181146.277000', '181146.280000', '181146.283000', '181146.286000', '181146.289000', '181146.292000', '181146.295000', '181146.298000', '181146.300000', '181206.101000', '181206.105000', '181206.107000', '181206.112000', '181206.115000', '181206.118000', '181206.121000', '181206.124000', '181206.127000', '181206.130000', '181206.132000', '181206.135000', '181206.138000', '181206.141000', '181206.157000', '181206.160000', '181206.163000', '181206.166000', '181206.169000', '181206.172000', '181206.241000', '181206.244000', '181206.247000', '181206.250000', '181206.252000', '181206.255000', '181206.258000', '181206.261000', '181206.264000', '181206.267000', '181206.270000', '181206.273000', '181206.276000', '181206.279000', '181206.281000', '181206.284000', '181206.287000', '181206.290000', '181206.293000', '181206.296000', '181206.299000', '181206.302000', '181206.304000', '181225.104000', '181225.108000', '181225.111000', '181225.114000', '181225.117000', '181225.120000', '181225.123000', '181225.126000', '181225.130000', '181225.134000', '181225.137000', '181225.140000', '181225.143000', '181225.146000', '181225.149000', '181225.152000', '181225.155000', '181225.158000', '181225.161000', '181225.164000', '181225.167000', '181225.170000', '181225.173000', '181225.176000', '181225.179000', '181225.182000', '181225.185000', '181225.188000', '181225.191000', '181225.194000', '181225.197000', '181225.200000', '181225.203000', '181225.206000', '181225.209000', '181225.212000', '181225.215000', '181225.219000', '181225.221000', '181225.224000', '181225.227000', '181225.230000'], 'InstanceCreationTime': ['180206.139000', '180206.161000', '180206.164000', '180206.167000', '180206.170000', '180206.173000', '180206.176000', '180206.179000', '180206.181000', '180206.184000', '180206.187000', '180206.190000', '180206.193000', '180206.196000', '180206.199000', '180206.202000', '180206.205000', '180206.207000', '180206.210000', '180206.217000', '180206.220000', '180206.223000', '180206.226000', '180206.228000', '180206.231000', '180206.234000', '180206.237000', '180206.240000', '180206.243000', '180206.246000', '180226.101000', '180226.104000', '180226.107000', '180226.110000', '180226.113000', '180226.116000', '180226.119000', '180226.121000', '180226.124000', '180226.127000', '180226.130000', '180226.139000', '180226.142000', '180226.145000', '180226.148000', '180226.151000', '180226.154000', '180226.157000', '180226.160000', '180226.162000', '180226.165000', '180226.168000', '180226.171000', '180226.174000', '180226.177000', '180226.179000', '180226.182000', '180226.185000', '180226.188000', '180226.191000', '180226.194000', '180226.196000', '180226.199000', '180226.202000', '180226.205000', '180226.208000', '180226.211000', '180226.213000', '180226.216000', '180226.219000', '180226.222000', '180226.225000', '180226.228000', '180246.101000', '180246.104000', '180246.107000', '180246.110000', '180246.112000', '180246.115000', '180246.118000', '180246.121000', '180246.124000', '180246.127000', '180246.130000', '180246.133000', '180246.135000', '180246.139000', '180246.142000', '180246.145000', '180246.147000', '180246.150000', '180246.153000', '180246.156000', '180246.159000', '180246.162000', '180246.165000', '180246.168000', '180246.171000', '180246.174000', '180246.190000', '180246.193000', '180246.196000', '180246.199000', '180246.201000', '180246.204000', '180246.207000', '180246.210000', '180246.213000', '180246.216000', '180246.219000', '180246.232000', '180246.235000', '180246.238000', '180246.241000', '180246.244000', '180246.246000', '180246.249000', '180306.101000', '180306.104000', '180306.107000', '180306.110000', '180306.113000', '180306.115000', '180306.118000', '180306.121000', '180306.124000', '180306.127000', '180306.130000', '180306.133000', '180306.136000', '180306.140000', '180306.145000', '180306.148000', '180306.151000', '180306.154000', '180306.157000', '180306.160000', '180306.163000', '180306.166000', '180306.169000', '180306.172000', '180306.175000', '180306.178000', '180306.180000', '180306.183000', '180306.186000', '180306.189000', '180306.192000', '180306.195000', '180306.198000', '180306.200000', '180306.203000', '180306.206000', '180306.209000', '180306.212000', '180306.215000', '180306.218000', '180306.221000', '180306.224000', '180306.226000', '180326.101000', '180326.104000', '180326.107000', '180326.110000', '180326.113000', '180326.115000', '180326.118000', '180326.121000', '180326.124000', '180326.127000', '180326.130000', '180326.133000', '180326.136000', '180326.139000', '180326.142000', '180326.144000', '180326.147000', '180326.150000', '180326.153000', '180326.156000', '180326.159000', '180326.161000', '180326.164000', '180326.167000', '180326.170000', '180326.173000', '180326.204000', '180326.207000', '180326.210000', '180326.213000', '180326.216000', '180326.218000', '180326.221000', '180326.224000', '180326.227000', '180326.230000', '180326.233000', '180326.236000', '180326.238000', '180326.241000', '180326.244000', '180326.247000', '180326.250000', '180326.253000', '180346.101000', '180346.104000', '180346.107000', '180346.110000', '180346.112000', '180346.115000', '180346.118000', '180346.131000', '180346.134000', '180346.137000', '180346.140000', '180346.143000', '180346.146000', '180346.149000', '180346.152000', '180346.154000', '180346.157000', '180346.160000', '180346.164000', '180346.167000', '180346.170000', '180346.173000', '180346.176000', '180346.179000', '180346.182000', '180346.184000', '180346.187000', '180346.190000', '180346.193000', '180346.196000', '180346.199000', '180346.201000', '180346.204000', '180346.207000', '180346.210000', '180346.213000', '180346.216000', '180346.219000', '180346.221000', '180346.224000', '180346.227000', '180346.230000', '180346.233000', '180406.101000', '180406.104000', '180406.107000', '180406.110000', '180406.113000', '180406.116000', '180406.118000', '180406.122000', '180406.124000', '180406.127000', '180406.130000', '180406.133000', '180406.136000', '180406.139000', '180406.142000', '180406.145000', '180406.147000', '180406.150000', '180406.153000', '180406.156000', '180406.159000', '180406.162000', '180406.165000', '180406.168000', '180406.171000', '180406.174000', '180406.209000', '180406.212000', '180406.214000', '180406.217000', '180406.220000', '180406.223000', '180406.226000', '180406.229000', '180406.232000', '180406.235000', '180406.237000', '180406.240000', '180406.243000', '180406.246000', '180406.249000', '180406.252000', '180406.255000', '180406.258000', '180426.101000', '180426.104000', '180426.107000', '180426.110000', '180426.113000', '180426.115000', '180426.118000', '180426.122000', '180426.125000', '180426.128000', '180426.131000', '180426.134000', '180426.137000', '180426.140000', '180426.143000', '180426.146000', '180426.149000', '180426.152000', '180426.155000', '180426.157000', '180426.160000', '180426.163000', '180426.166000', '180426.169000', '180426.172000', '180426.175000', '180426.178000', '180426.181000', '180426.212000', '180426.215000', '180426.218000', '180426.221000', '180426.224000', '180426.227000', '180426.230000', '180426.233000', '180426.236000', '180426.239000', '180426.241000', '180426.244000', '180426.247000', '180426.250000', '180426.253000', '180446.101000', '180446.104000', '180446.107000', '180446.110000', '180446.113000', '180446.116000', '180446.119000', '180446.122000', '180446.124000', '180446.127000', '180446.130000', '180446.133000', '180446.136000', '180446.139000', '180446.142000', '180446.144000', '180446.147000', '180446.150000', '180446.153000', '180446.156000', '180446.159000', '180446.162000', '180446.165000', '180446.168000', '180446.171000', '180446.174000', '180446.221000', '180446.224000', '180446.227000', '180446.230000', '180446.233000', '180446.235000', '180446.238000', '180446.241000', '180446.244000', '180446.247000', '180446.250000', '180446.253000', '180446.256000', '180446.259000', '180446.261000', '180446.264000', '180446.267000', '180446.270000', '180506.101000', '180506.104000', '180506.107000', '180506.110000', '180506.160000', '180506.163000', '180506.166000', '180506.169000', '180506.172000', '180506.208000', '180506.211000', '180506.214000', '180506.217000', '180506.220000', '180506.222000', '180506.225000', '180506.228000', '180506.231000', '180506.234000', '180506.237000', '180506.240000', '180506.243000', '180506.246000', '180506.249000', '180506.252000', '180506.254000', '180506.257000', '180506.260000', '180506.263000', '180506.266000', '180506.269000', '180506.272000', '180506.275000', '180506.278000', '180506.281000', '180506.284000', '180506.287000', '180506.290000', '180506.293000', '180506.296000', '180506.298000', '180506.301000', '180506.304000', '180526.101000', '180526.104000', '180526.107000', '180526.110000', '180526.113000', '180526.116000', '180526.118000', '180526.121000', '180526.124000', '180526.127000', '180526.130000', '180526.133000', '180526.136000', '180526.139000', '180526.142000', '180526.144000', '180526.147000', '180526.150000', '180526.153000', '180526.156000', '180526.159000', '180526.162000', '180526.165000', '180526.168000', '180526.171000', '180526.174000', '180526.252000', '180526.255000', '180526.258000', '180526.261000', '180526.264000', '180526.267000', '180526.270000', '180526.272000', '180526.275000', '180526.278000', '180526.281000', '180526.284000', '180526.287000', '180526.290000', '180526.293000', '180526.295000', '180526.298000', '180526.301000', '180546.101000', '180546.104000', '180546.107000', '180546.110000', '180546.113000', '180546.116000', '180546.119000', '180546.121000', '180546.124000', '180546.127000', '180546.130000', '180546.133000', '180546.136000', '180546.139000', '180546.142000', '180546.145000', '180546.148000', '180546.151000', '180546.154000', '180546.157000', '180546.160000', '180546.163000', '180546.166000', '180546.169000', '180546.172000', '180546.225000', '180546.228000', '180546.232000', '180546.237000', '180546.241000', '180546.244000', '180546.247000', '180546.250000', '180546.252000', '180546.255000', '180546.258000', '180546.261000', '180546.264000', '180546.267000', '180546.270000', '180546.273000', '180546.276000', '180546.278000', '180606.101000', '180606.104000', '180606.107000', '180606.110000', '180606.113000', '180606.115000', '180606.118000', '180606.121000', '180606.124000', '180606.128000', '180606.131000', '180606.134000', '180606.137000', '180606.140000', '180606.143000', '180606.146000', '180606.149000', '180606.152000', '180606.155000', '180606.157000', '180606.160000', '180606.163000', '180606.166000', '180606.169000', '180606.172000', '180606.236000', '180606.239000', '180606.242000', '180606.245000', '180606.248000', '180606.251000', '180606.254000', '180606.257000', '180606.260000', '180606.262000', '180606.265000', '180606.268000', '180606.271000', '180606.274000', '180606.277000', '180606.280000', '180606.283000', '180606.286000', '180606.289000', '180626.101000', '180626.104000', '180626.107000', '180626.110000', '180626.113000', '180626.116000', '180626.118000', '180626.121000', '180626.124000', '180626.127000', '180626.130000', '180626.133000', '180626.136000', '180626.138000', '180626.141000', '180626.144000', '180626.147000', '180626.150000', '180626.153000', '180626.156000', '180626.159000', '180626.162000', '180626.165000', '180626.168000', '180626.171000', '180626.174000', '180626.222000', '180626.224000', '180626.227000', '180626.230000', '180626.233000', '180626.236000', '180626.239000', '180626.242000', '180626.247000', '180626.251000', '180626.254000', '180626.257000', '180626.260000', '180626.263000', '180626.266000', '180626.269000', '180626.272000', '180646.101000', '180646.104000', '180646.107000', '180646.110000', '180646.113000', '180646.116000', '180646.119000', '180646.122000', '180646.124000', '180646.127000', '180646.130000', '180646.133000', '180646.136000', '180646.139000', '180646.154000', '180646.157000', '180646.159000', '180646.162000', '180646.165000', '180646.168000', '180646.171000', '180646.174000', '180646.213000', '180646.216000', '180646.219000', '180646.222000', '180646.225000', '180646.228000', '180646.231000', '180646.234000', '180646.237000', '180646.239000', '180646.242000', '180646.245000', '180646.248000', '180646.251000', '180646.254000', '180646.257000', '180646.260000', '180646.263000', '180646.266000', '180646.268000', '180646.271000', '180646.274000', '180706.101000', '180706.104000', '180706.107000', '180706.110000', '180706.113000', '180706.116000', '180706.119000', '180706.121000', '180706.124000', '180706.127000', '180706.130000', '180706.133000', '180706.136000', '180706.139000', '180706.142000', '180706.144000', '180706.147000', '180706.150000', '180706.153000', '180706.156000', '180706.159000', '180706.162000', '180706.165000', '180706.168000', '180706.171000', '180706.174000', '180706.200000', '180706.203000', '180706.206000', '180706.209000', '180706.212000', '180706.215000', '180706.218000', '180706.221000', '180706.224000', '180706.227000', '180706.230000', '180706.233000', '180706.235000', '180706.238000', '180706.241000', '180706.244000', '180706.247000', '180726.101000', '180726.104000', '180726.107000', '180726.110000', '180726.113000', '180726.115000', '180726.118000', '180726.121000', '180726.139000', '180726.142000', '180726.144000', '180726.147000', '180726.150000', '180726.153000', '180726.156000', '180726.159000', '180726.162000', '180726.165000', '180726.168000', '180726.171000', '180726.200000', '180726.203000', '180726.206000', '180726.209000', '180726.212000', '180726.214000', '180726.217000', '180726.220000', '180726.223000', '180726.226000', '180726.229000', '180726.234000', '180726.237000', '180726.240000', '180726.242000', '180726.245000', '180726.248000', '180726.251000', '180726.254000', '180726.257000', '180726.260000', '180726.263000', '180726.266000', '180726.269000', '180746.101000', '180746.104000', '180746.107000', '180746.110000', '180746.113000', '180746.116000', '180746.119000', '180746.122000', '180746.124000', '180746.127000', '180746.130000', '180746.133000', '180746.136000', '180746.139000', '180746.142000', '180746.145000', '180746.148000', '180746.151000', '180746.153000', '180746.156000', '180746.159000', '180746.162000', '180746.165000', '180746.168000', '180746.171000', '180746.223000', '180746.226000', '180746.229000', '180746.232000', '180746.234000', '180746.237000', '180746.240000', '180746.243000', '180746.246000', '180746.249000', '180746.252000', '180746.255000', '180746.258000', '180746.261000', '180746.264000', '180746.267000', '180746.270000', '180746.273000', '180806.101000', '180806.104000', '180806.107000', '180806.110000', '180806.113000', '180806.116000', '180806.118000', '180806.121000', '180806.124000', '180806.127000', '180806.130000', '180806.133000', '180806.136000', '180806.139000', '180806.142000', '180806.144000', '180806.147000', '180806.150000', '180806.153000', '180806.156000', '180806.159000', '180806.162000', '180806.165000', '180806.168000', '180806.171000', '180806.245000', '180806.248000', '180806.251000', '180806.254000', '180806.256000', '180806.259000', '180806.262000', '180806.265000', '180806.268000', '180806.271000', '180806.274000', '180806.277000', '180806.279000', '180806.282000', '180806.315000', '180806.318000', '180806.321000', '180806.324000', '180806.327000', '180826.101000', '180826.104000', '180826.107000', '180826.110000', '180826.113000', '180826.116000', '180826.118000', '180826.121000', '180826.124000', '180826.127000', '180826.130000', '180826.133000', '180826.136000', '180826.139000', '180826.142000', '180826.144000', '180826.147000', '180826.150000', '180826.153000', '180826.156000', '180826.159000', '180826.162000', '180826.165000', '180826.167000', '180826.170000', '180826.174000', '180826.233000', '180826.236000', '180826.239000', '180826.242000', '180826.245000', '180826.248000', '180826.251000', '180826.254000', '180826.257000', '180826.260000', '180826.262000', '180826.265000', '180826.268000', '180826.271000', '180826.274000', '180826.277000', '180826.280000', '180846.101000', '180846.104000', '180846.107000', '180846.110000', '180846.113000', '180846.116000', '180846.119000', '180846.122000', '180846.124000', '180846.127000', '180846.130000', '180846.133000', '180846.136000', '180846.139000', '180846.142000', '180846.145000', '180846.148000', '180846.151000', '180846.154000', '180846.157000', '180846.159000', '180846.162000', '180846.165000', '180846.168000', '180846.171000', '180846.174000', '180846.239000', '180846.242000', '180846.245000', '180846.247000', '180846.250000', '180846.253000', '180846.256000', '180846.259000', '180846.262000', '180846.265000', '180846.268000', '180846.271000', '180846.274000', '180846.277000', '180846.280000', '180846.283000', '180846.285000', '180846.288000', '180906.101000', '180906.104000', '180906.107000', '180906.110000', '180906.113000', '180906.116000', '180906.119000', '180906.122000', '180906.125000', '180906.128000', '180906.130000', '180906.133000', '180906.136000', '180906.139000', '180906.142000', '180906.145000', '180906.148000', '180906.151000', '180906.154000', '180906.157000', '180906.160000', '180906.163000', '180906.166000', '180906.168000', '180906.171000', '180906.174000', '180906.226000', '180906.229000', '180906.232000', '180906.235000', '180906.238000', '180906.241000', '180906.244000', '180906.247000', '180906.250000', '180906.252000', '180906.255000', '180906.258000', '180906.261000', '180906.264000', '180906.267000', '180906.270000', '180906.273000', '180926.102000', '180926.108000', '180926.111000', '180926.114000', '180926.116000', '180926.119000', '180926.122000', '180926.125000', '180926.128000', '180926.131000', '180926.134000', '180926.137000', '180926.140000', '180926.142000', '180926.145000', '180926.148000', '180926.151000', '180926.154000', '180926.157000', '180926.160000', '180926.163000', '180926.166000', '180926.169000', '180926.172000', '180926.175000', '180926.236000', '180926.239000', '180926.242000', '180926.245000', '180926.248000', '180926.251000', '180926.254000', '180926.257000', '180926.259000', '180926.262000', '180926.265000', '180926.280000', '180926.283000', '180926.285000', '180926.288000', '180926.291000', '180926.294000', '180926.297000', '180946.101000', '180946.104000', '180946.107000', '180946.110000', '180946.113000', '180946.116000', '180946.118000', '180946.122000', '180946.125000', '180946.128000', '180946.131000', '180946.134000', '180946.136000', '180946.139000', '180946.142000', '180946.145000', '180946.148000', '180946.151000', '180946.154000', '180946.157000', '180946.159000', '180946.162000', '180946.165000', '180946.168000', '180946.171000', '180946.227000', '180946.230000', '180946.233000', '180946.236000', '180946.239000', '180946.242000', '180946.245000', '180946.247000', '180946.250000', '180946.253000', '180946.256000', '180946.259000', '180946.262000', '180946.265000', '180946.268000', '180946.271000', '180946.274000', '180946.278000', '180946.280000', '181006.101000', '181006.104000', '181006.107000', '181006.110000', '181006.113000', '181006.116000', '181006.121000', '181006.124000', '181006.127000', '181006.130000', '181006.133000', '181006.136000', '181006.138000', '181006.141000', '181006.144000', '181006.147000', '181006.150000', '181006.153000', '181006.156000', '181006.159000', '181006.162000', '181006.165000', '181006.168000', '181006.171000', '181006.251000', '181006.254000', '181006.257000', '181006.260000', '181006.263000', '181006.266000', '181006.269000', '181006.272000', '181006.275000', '181006.277000', '181006.280000', '181006.283000', '181006.286000', '181006.289000', '181006.292000', '181006.295000', '181006.298000', '181006.301000', '181006.303000', '181026.101000', '181026.104000', '181026.107000', '181026.110000', '181026.113000', '181026.116000', '181026.119000', '181026.122000', '181026.125000', '181026.128000', '181026.131000', '181026.133000', '181026.136000', '181026.139000', '181026.142000', '181026.145000', '181026.148000', '181026.151000', '181026.154000', '181026.157000', '181026.160000', '181026.163000', '181026.165000', '181026.168000', '181026.171000', '181026.220000', '181026.222000', '181026.225000', '181026.228000', '181026.231000', '181026.234000', '181026.237000', '181026.240000', '181026.243000', '181026.246000', '181026.248000', '181026.251000', '181026.254000', '181026.257000', '181026.260000', '181026.263000', '181026.266000', '181026.269000', '181026.271000', '181046.101000', '181046.104000', '181046.107000', '181046.110000', '181046.113000', '181046.116000', '181046.119000', '181046.122000', '181046.125000', '181046.128000', '181046.131000', '181046.134000', '181046.137000', '181046.140000', '181046.143000', '181046.146000', '181046.149000', '181046.152000', '181046.155000', '181046.158000', '181046.161000', '181046.164000', '181046.167000', '181046.170000', '181046.173000', '181046.229000', '181046.231000', '181046.234000', '181046.237000', '181046.240000', '181046.244000', '181046.246000', '181046.257000', '181046.260000', '181046.263000', '181046.266000', '181046.269000', '181046.272000', '181046.275000', '181046.278000', '181046.281000', '181046.283000', '181046.286000', '181106.101000', '181106.104000', '181106.107000', '181106.110000', '181106.113000', '181106.116000', '181106.119000', '181106.122000', '181106.125000', '181106.128000', '181106.131000', '181106.134000', '181106.137000', '181106.140000', '181106.142000', '181106.145000', '181106.148000', '181106.151000', '181106.154000', '181106.157000', '181106.160000', '181106.163000', '181106.166000', '181106.169000', '181106.171000', '181106.174000', '181106.239000', '181106.242000', '181106.245000', '181106.248000', '181106.251000', '181106.254000', '181106.257000', '181106.260000', '181106.263000', '181106.265000', '181106.268000', '181106.271000', '181106.274000', '181106.277000', '181106.280000', '181106.283000', '181106.286000', '181106.289000', '181126.101000', '181126.104000', '181126.107000', '181126.110000', '181126.113000', '181126.116000', '181126.119000', '181126.122000', '181126.125000', '181126.128000', '181126.131000', '181126.134000', '181126.137000', '181126.140000', '181126.143000', '181126.146000', '181126.149000', '181126.152000', '181126.155000', '181126.158000', '181126.161000', '181126.164000', '181126.167000', '181126.170000', '181126.173000', '181126.243000', '181126.246000', '181126.249000', '181126.252000', '181126.255000', '181126.258000', '181126.261000', '181126.264000', '181126.267000', '181126.269000', '181126.272000', '181126.275000', '181126.278000', '181126.281000', '181126.284000', '181126.287000', '181126.290000', '181126.293000', '181146.101000', '181146.104000', '181146.107000', '181146.110000', '181146.113000', '181146.116000', '181146.119000', '181146.122000', '181146.125000', '181146.128000', '181146.131000', '181146.134000', '181146.137000', '181146.140000', '181146.143000', '181146.146000', '181146.149000', '181146.151000', '181146.154000', '181146.157000', '181146.160000', '181146.163000', '181146.166000', '181146.169000', '181146.172000', '181146.248000', '181146.251000', '181146.254000', '181146.257000', '181146.260000', '181146.263000', '181146.266000', '181146.268000', '181146.271000', '181146.274000', '181146.277000', '181146.280000', '181146.283000', '181146.286000', '181146.289000', '181146.292000', '181146.295000', '181146.298000', '181146.300000', '181206.101000', '181206.105000', '181206.107000', '181206.112000', '181206.115000', '181206.118000', '181206.121000', '181206.124000', '181206.127000', '181206.130000', '181206.132000', '181206.135000', '181206.138000', '181206.141000', '181206.157000', '181206.160000', '181206.163000', '181206.166000', '181206.169000', '181206.172000', '181206.241000', '181206.244000', '181206.247000', '181206.250000', '181206.252000', '181206.255000', '181206.258000', '181206.261000', '181206.264000', '181206.267000', '181206.270000', '181206.273000', '181206.276000', '181206.279000', '181206.281000', '181206.284000', '181206.287000', '181206.290000', '181206.293000', '181206.296000', '181206.299000', '181206.302000', '181206.304000', '181225.104000', '181225.108000', '181225.111000', '181225.114000', '181225.117000', '181225.120000', '181225.123000', '181225.126000', '181225.130000', '181225.134000', '181225.137000', '181225.140000', '181225.143000', '181225.146000', '181225.149000', '181225.152000', '181225.155000', '181225.158000', '181225.161000', '181225.164000', '181225.167000', '181225.170000', '181225.173000', '181225.176000', '181225.179000', '181225.182000', '181225.185000', '181225.188000', '181225.191000', '181225.194000', '181225.197000', '181225.200000', '181225.203000', '181225.206000', '181225.209000', '181225.212000', '181225.215000', '181225.219000', '181225.221000', '181225.224000', '181225.227000', '181225.230000'], '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': [11895, 12525, 11492, 11781, 11538, 11936, 12313, 11619, 11926, 11623, 12036, 14463, 11913, 12013, 11900, 11610, 11689, 11973, 11833, 11787, 12050, 12106, 11828, 10361, 11673, 11920, 12623, 12013, 11863, 11581, 12320, 11712, 12060, 11971, 12138, 12140, 11644, 11783, 12003, 12149, 11926, 11628, 11807, 11310, 11936, 11194, 11604, 11963, 12248, 12061, 11387, 11639, 11503, 11428, 11987, 11593, 12219, 11901, 11652, 11743, 11298, 11768, 12048, 11852, 11905, 12344, 11842, 11264, 11877, 11391, 11368, 12100, 11861, 12050, 12111, 11453, 11802, 11406, 12023, 12684, 11580, 11782, 11693, 11952, 10087, 11472, 11711, 11342, 12000, 12086, 11838, 11890, 12022, 11856, 12139, 11665, 11474, 11380, 11889, 12032, 11657, 11725, 11547, 11703, 10507, 11639, 11986, 12092, 11925, 11270, 11785, 11617, 12147, 11956, 11962, 12106, 11842, 11252, 11661, 11077, 11690, 11824, 11567, 11915, 10273, 11437, 11487, 11202, 11865, 11432, 11578, 11824, 11657, 11851, 11492, 11746, 11548, 12128, 11903, 12210, 11814, 11826, 11096, 10870, 9965, 12021, 12064, 11805, 11627, 11993, 11712, 11345, 11914, 11592, 12226, 11911, 11853, 11883, 11689, 11562, 11496, 11681, 11735, 11724, 11509, 11995, 11628, 11945, 11746, 11619, 11705, 11799, 11502, 11967, 11598, 11751, 11878, 11837, 11366, 11664, 11679, 11376, 11820, 11402, 11773, 11585, 11647, 11563, 11413, 11629, 11582, 12153, 11956, 11950, 11670, 11955, 12625, 11795, 11189, 11333, 10033, 11703, 9751, 11578, 11649, 11341, 11807, 12374, 11127, 12208, 11653, 11660, 11758, 11741, 11609, 11688, 11495, 13331, 11735, 11748, 11956, 11672, 10773, 11448, 11354, 11375, 11621, 12225, 11228, 11398, 11129, 11524, 11143, 11269, 11629, 10773, 11709, 12364, 11443, 11692, 10970, 11648, 11397, 11734, 11574, 12152, 11237, 11365, 10988, 11841, 10421, 11494, 11440, 10585, 11507, 12893, 11371, 11410, 10875, 11468, 11782, 10757, 11418, 10159, 11392, 11400, 11131, 11456, 10857, 11175, 11134, 10592, 11400, 10857, 10803, 11303, 10829, 11624, 10380, 11245, 11587, 10867, 11168, 11104, 11482, 11269, 10794, 11363, 10617, 10569, 12381, 10769, 11148, 10764, 10971, 11776, 10472, 12258, 10151, 10879, 10636, 11092, 10083, 10811, 12674, 10674, 11330, 11706, 10876, 10971, 10688, 11030, 9766, 10457, 10989, 10267, 10985, 12748, 10578, 11068, 10603, 10873, 11524, 10863, 11214, 10965, 11206, 9802, 11212, 12467, 10187, 11021, 10329, 11136, 12696, 10758, 11156, 10698, 10876, 12771, 10466, 10861, 10421, 10895, 13944, 11150, 11154, 10439, 13339, 11153, 10334, 11553, 10403, 10189, 10716, 9551, 11241, 10394, 11243, 10962, 11667, 11722, 10989, 12592, 10614, 11696, 11076, 11421, 10209, 11145, 12801, 10707, 11607, 14999, 11922, 15292, 11742, 11420, 11901, 12486, 11930, 11633, 11045, 11058, 11598, 10669, 11529, 11116, 11493, 12844, 11710, 13994, 11358, 11748, 16685, 12056, 15030, 11321, 11391, 11772, 11558, 11474, 11671, 11613, 11902, 11580, 11460, 11089, 11985, 10185, 11734, 11673, 11283, 11657, 10469, 11236, 11239, 10730, 11396, 10610, 11633, 9233, 11339, 11574, 10744, 11799, 12223, 10860, 11423, 10083, 11813, 10684, 10634, 11606, 10320, 11658, 10855, 10818, 11597, 10866, 11731, 10098, 11006, 11206, 10804, 11676, 10786, 11167, 11824, 11503, 11693, 10174, 11205, 10737, 10907, 11567, 10481, 11481, 11447, 10952, 11617, 11426, 11531, 10292, 11672, 11207, 10906, 11641, 10521, 11875, 10136, 11129, 11563, 10799, 11719, 11205, 11067, 11601, 10781, 11386, 10431, 11045, 11566, 10293, 11621, 11857, 11132, 11586, 10355, 11374, 11263, 10518, 11227, 10073, 11405, 11605, 11206, 11752, 10222, 11312, 11285, 11062, 11406, 11645, 11372, 11715, 11642, 11932, 10342, 11163, 11521, 11011, 11594, 10770, 11488, 11367, 10820, 11465, 10278, 11711, 12132, 10937, 11535, 10890, 11750, 14261, 11134, 15318, 10646, 11534, 11935, 10759, 11408, 12450, 11056, 11519, 10037, 11552, 11453, 10789, 11503, 13060, 10965, 11586, 11331, 11694, 11439, 10959, 11557, 12603, 11067, 11922, 11483, 12099, 11289, 11860, 11708, 10655, 11642, 10453, 11908, 12198, 11932, 11743, 10433, 11568, 10258, 10680, 10721, 11067, 10101, 11759, 12081, 11926, 11563, 10488, 11820, 11045, 10969, 11967, 11791, 12080, 11610, 10925, 11705, 10283, 11781, 11812, 11258, 11843, 10834, 11515, 10833, 10979, 11775, 10692, 11869, 11969, 11102, 11412, 10890, 11599, 11124, 11343, 11748, 11304, 12096, 10394, 11512, 11582, 10695, 11764, 11139, 12029, 12161, 10752, 11432, 11463, 11506, 11645, 11646, 11950, 9640, 11417, 11387, 10911, 11722, 10962, 11683, 11033, 10820, 11542, 10414, 11592, 11737, 11303, 11674, 11018, 11620, 11802, 11425, 11685, 10652, 11844, 13265, 11395, 12154, 11000, 11612, 10862, 11305, 11661, 11273, 11716, 9999, 11501, 11541, 11113, 11642, 10543, 11630, 11781, 10852, 11447, 10168, 11676, 11622, 11282, 12079, 11528, 11871, 11816, 11301, 11887, 11802, 12009, 11995, 10997, 11940, 10594, 11742, 11834, 11869, 11950, 11330, 11649, 11839, 11930, 12203, 11821, 11884, 11852, 11790, 11998, 10928, 11678, 12096, 11873, 12027, 9381, 11592, 11856, 11623, 12131, 11795, 11622, 13949, 10986, 16259, 12101, 11990, 11890, 11921, 11719, 11987, 11958, 13097, 11716, 11793, 11386, 12084, 14829, 11654, 11937, 11519, 11978, 16123, 12902, 15426, 14698, 11924, 14804, 11421, 12998, 11349, 11593, 9809, 11742, 11672, 11537, 11597, 10608, 11600, 11706, 11331, 11627, 10349, 11717, 11831, 12249, 11947, 12232, 12342, 11387, 11744, 12014, 11987, 11901, 10935, 12091, 13090, 12215, 11789, 11095, 11782, 11701, 11873, 11757, 11955, 11773, 11668, 11515, 11743, 10912, 11754, 11524, 11287, 11900, 12341, 11454, 11737, 11211, 11550, 10328, 11556, 11431, 11219, 11880, 11500, 11444, 11638, 10680, 11360, 10752, 11823, 11808, 11759, 11906, 10445, 11466, 11751, 10825, 11630, 10997, 11706, 11967, 11625, 11796, 12926, 11413, 11642, 11243, 11708, 9391, 11208, 11490, 10694, 11760, 12310, 11304, 11810, 11054, 11671, 11971, 11387, 11544, 10940, 11799, 10322, 11544, 11561, 11180, 11579, 11098, 11915, 11833, 10623, 11652, 10212, 11699, 11779, 11466, 11571, 10550, 11358, 11522, 11435, 11627, 10674, 11561, 10640, 11164, 11572, 10190, 11666, 11451, 11061, 11668, 10642, 11780, 10998, 11333, 11302, 10441, 11739, 12328, 11007, 11892, 11160, 11557, 10717, 11880, 11770, 11376, 11718, 10638, 11513, 11279, 11290, 11619, 10799, 11485, 11684, 11209, 11735, 10160, 11684, 11367, 11198, 11619, 10906, 11430, 10733, 10891, 11627, 10433, 11656, 11324, 11090, 11676, 11207, 11551, 11538, 11175, 11714, 10416, 11807, 10438, 11545, 10832, 11727, 11099, 11512, 10298, 11569, 13180, 11603, 11758, 10707, 11597, 10924, 11812, 11666, 11496, 9525, 11401, 11329, 11054, 11769, 10680, 11681, 11836, 11747, 10893, 11070, 11508, 10630, 11661, 12655, 11100, 12512, 11089, 11485, 10408, 11648, 11581, 10823, 11580, 10664, 11707, 10631, 11431, 11533, 10950, 11583, 10301, 11561, 11761, 11099, 11520, 10476, 11551, 12558, 11125, 11784, 11240, 11569, 10639, 11425, 11539, 11102, 11753, 11312, 11569, 11346, 11296, 11873, 11225, 12004, 10764, 11280, 11644, 11341, 12178, 12292, 11502, 11697, 11357, 11468, 12145, 11252, 11729, 11065, 11777, 9481, 11063, 11569, 10817, 11636, 12411, 11379, 11610, 10924, 11933, 10754, 11518, 11148, 10770, 11648, 10602, 11666, 10270, 11066, 11587, 10959, 11859, 13231, 11159, 11678, 10873, 11618, 10842, 11869, 14596, 11547, 10546, 11748, 12267, 11449, 11703, 11316, 10769, 11680, 13448, 10889, 11741, 15220, 11495, 11386, 12865, 11576, 16271, 11137, 15988, 10458, 11563, 14279, 11276, 11603, 10851, 11503, 11388, 11143, 11664, 10598, 11517, 11522, 11323, 11449, 10392, 11875, 11526, 11512, 11622, 10577, 11411, 11110, 11270, 11552, 10659, 11617, 11496, 11192, 11591, 10607, 11336, 10935, 10883, 11614, 10950, 11711, 10585, 10977, 11363, 10530, 11722, 11613, 10771, 11709, 10419, 11705, 11210, 10919, 11617, 10543, 11691, 12602, 10994, 11671, 10625, 11558, 12586, 11282, 11687, 12509, 11430, 11690, 11174, 11590, 12751, 11419, 11742, 11397, 11761, 10823, 11433, 11730, 11383, 11853, 10609, 11758, 11023, 11072, 11676, 10787, 11727, 12543, 11197, 11711, 11040, 11451, 12190, 10884, 11717, 10473, 11782, 10658, 10687, 11369, 10670, 11625, 12990, 11218, 12113, 11080, 14566, 10842, 11418, 10154, 11490, 11956, 10217, 11394, 13612, 10802, 11672, 9914, 11153, 11371, 10987, 11573, 13280, 11192, 11478, 10767, 11691, 12124, 11225, 11719, 10816, 11608, 9923, 10964, 11507, 10207, 11583, 11452, 11151, 11523, 10212, 11418, 11083, 10995, 11561, 10252, 11426, 10483, 10742, 11418, 10329, 11718, 11891, 11048, 11549, 10477, 11475, 11348, 10883, 11574, 12092, 11284, 11643, 10845, 11529, 11925, 11164, 11394, 11181, 11556, 9936, 11279, 11394, 10609, 11580, 10313, 11754, 12912, 11471, 11444, 10692, 11333, 10154, 11673, 11537, 11048, 11594, 10779, 11427, 10596, 11430, 11572, 10623, 11515, 10594, 11767, 10516, 11497, 11649, 10836, 11426, 13098, 11221, 11561, 11070, 11679, 10276, 11378, 11070, 11030, 11608, 10281, 11347, 12984, 11290, 11546, 11030, 13155, 10614, 12261, 10620, 12538, 11031, 11627, 14026, 11227, 11463, 9986, 11556, 11561, 11135, 11707, 10741, 11700, 14543, 11482, 15287, 10963, 12321, 10794, 11437, 16397, 11515, 14238, 11412, 12558, 10727, 11446, 11193, 11106, 11578, 10519, 11692, 11395, 11164, 11438, 10713, 11434, 10372, 11110, 11446, 10693, 11532, 9954, 11281, 11725, 11529, 10440, 11497, 13991, 10522, 11512, 12680, 11403, 10342, 10571, 11480, 10332, 11574, 13189, 10881, 11474, 10509, 11474, 10079, 10853, 11263, 10304, 11678, 11989, 11347, 11556, 10761, 11333, 11796, 11055, 11532, 10858, 11466, 10053, 11691, 10277, 10638, 11276, 10386, 11520, 12422, 11120, 11696, 10666, 11249, 10318, 11613, 12456, 11122, 11205, 10825, 11321, 10318, 11313, 10046, 11504, 13816, 10714, 11724, 10452, 11506, 13009, 11234, 12619, 10689, 11308, 10800, 11390, 13114, 10678, 11291], 'WindowCenter': [4402.0, 4397.0, 4374.0, 4371.0, 4359.0, 4369.0, 4369.0, 4357.0, 4358.0, 4359.0, 4370.0, 4380.0, 4358.0, 4357.0, 4357.0, 4355.0, 4354.0, 4357.0, 4370.0, 4369.0, 4368.0, 4368.0, 4368.0, 4347.0, 4368.0, 4371.0, 4380.0, 4371.0, 4357.0, 4358.0, 4367.0, 4369.0, 4381.0, 4369.0, 4369.0, 4369.0, 4370.0, 4370.0, 4369.0, 4372.0, 4371.0, 4369.0, 4371.0, 4359.0, 4368.0, 4359.0, 4370.0, 4371.0, 4369.0, 4370.0, 4360.0, 4358.0, 4359.0, 4358.0, 4370.0, 4371.0, 4370.0, 4369.0, 4369.0, 4370.0, 4358.0, 4370.0, 4371.0, 4371.0, 4371.0, 4369.0, 4371.0, 4360.0, 4370.0, 4359.0, 4370.0, 4381.0, 4372.0, 4370.0, 4370.0, 4370.0, 4369.0, 4358.0, 4367.0, 4368.0, 4370.0, 4369.0, 4358.0, 4370.0, 4348.0, 4359.0, 4358.0, 4356.0, 4367.0, 4369.0, 4369.0, 4371.0, 4369.0, 4371.0, 4368.0, 4358.0, 4358.0, 4358.0, 4369.0, 4371.0, 4369.0, 4371.0, 4358.0, 4369.0, 4350.0, 4370.0, 4370.0, 4370.0, 4369.0, 4359.0, 4371.0, 4369.0, 4368.0, 4382.0, 4382.0, 4381.0, 4373.0, 4371.0, 4371.0, 4358.0, 4370.0, 4371.0, 4370.0, 4370.0, 4350.0, 4369.0, 4359.0, 4357.0, 4366.0, 4358.0, 4370.0, 4372.0, 4370.0, 4370.0, 4358.0, 4368.0, 4359.0, 4368.0, 4371.0, 4370.0, 4370.0, 4371.0, 4384.0, 4371.0, 4361.0, 4381.0, 4369.0, 4370.0, 4359.0, 4369.0, 4369.0, 4360.0, 4368.0, 4359.0, 4368.0, 4368.0, 4369.0, 4370.0, 4370.0, 4358.0, 4368.0, 4368.0, 4368.0, 4357.0, 4357.0, 4371.0, 4369.0, 4369.0, 4368.0, 4369.0, 4368.0, 4369.0, 4359.0, 4358.0, 4359.0, 4372.0, 4369.0, 4369.0, 4358.0, 4358.0, 4358.0, 4355.0, 4355.0, 4355.0, 4357.0, 4360.0, 4357.0, 4358.0, 4359.0, 4371.0, 4358.0, 4369.0, 4369.0, 4366.0, 4368.0, 4370.0, 4381.0, 4371.0, 4360.0, 4359.0, 4350.0, 4372.0, 4352.0, 4372.0, 4372.0, 4360.0, 4370.0, 4383.0, 4361.0, 4373.0, 4370.0, 4372.0, 4368.0, 4371.0, 4359.0, 4358.0, 4359.0, 4382.0, 4370.0, 4360.0, 4369.0, 4371.0, 4358.0, 4358.0, 4358.0, 4358.0, 4371.0, 4372.0, 4371.0, 4360.0, 4358.0, 4371.0, 4360.0, 4359.0, 4360.0, 4360.0, 4373.0, 4384.0, 4370.0, 4371.0, 4361.0, 4371.0, 4369.0, 4368.0, 4372.0, 4370.0, 4371.0, 4360.0, 4373.0, 4382.0, 4361.0, 4372.0, 4371.0, 4360.0, 4370.0, 4371.0, 4371.0, 4370.0, 4360.0, 4359.0, 4359.0, 4360.0, 4369.0, 4349.0, 4359.0, 4360.0, 4371.0, 4370.0, 4359.0, 4359.0, 4359.0, 4349.0, 4358.0, 4347.0, 4359.0, 4370.0, 4361.0, 4370.0, 4359.0, 4370.0, 4369.0, 4359.0, 4369.0, 4372.0, 4371.0, 4361.0, 4359.0, 4384.0, 4365.0, 4372.0, 4380.0, 4360.0, 4362.0, 4359.0, 4373.0, 4372.0, 4362.0, 4372.0, 4351.0, 4359.0, 4348.0, 4357.0, 4347.0, 4358.0, 4367.0, 4358.0, 4359.0, 4367.0, 4358.0, 4359.0, 4359.0, 4358.0, 4347.0, 4346.0, 4357.0, 4346.0, 4358.0, 4379.0, 4358.0, 4358.0, 4346.0, 4357.0, 4356.0, 4358.0, 4369.0, 4371.0, 4360.0, 4349.0, 4371.0, 4380.0, 4359.0, 4360.0, 4361.0, 4373.0, 4381.0, 4360.0, 4360.0, 4348.0, 4358.0, 4367.0, 4350.0, 4359.0, 4347.0, 4358.0, 4381.0, 4371.0, 4360.0, 4350.0, 4381.0, 4359.0, 4350.0, 4359.0, 4362.0, 4349.0, 4361.0, 4352.0, 4372.0, 4362.0, 4373.0, 4375.0, 4384.0, 4386.0, 4387.0, 4384.0, 4375.0, 4385.0, 4374.0, 4384.0, 4361.0, 4372.0, 4383.0, 4360.0, 4384.0, 4404.0, 4384.0, 4403.0, 4370.0, 4373.0, 4373.0, 4370.0, 4356.0, 4344.0, 4347.0, 4343.0, 4354.0, 4346.0, 4357.0, 4356.0, 4370.0, 4369.0, 4356.0, 4368.0, 4345.0, 4343.0, 4378.0, 4354.0, 4362.0, 4331.0, 4346.0, 4331.0, 4331.0, 4331.0, 4344.0, 4341.0, 4332.0, 4331.0, 4330.0, 4330.0, 4340.0, 4331.0, 4343.0, 4354.0, 4346.0, 4343.0, 4334.0, 4358.0, 4345.0, 4345.0, 4359.0, 4346.0, 4357.0, 4336.0, 4359.0, 4358.0, 4357.0, 4369.0, 4370.0, 4358.0, 4371.0, 4361.0, 4369.0, 4350.0, 4359.0, 4359.0, 4348.0, 4358.0, 4346.0, 4357.0, 4368.0, 4359.0, 4368.0, 4346.0, 4358.0, 4358.0, 4347.0, 4359.0, 4346.0, 4358.0, 4371.0, 4371.0, 4370.0, 4349.0, 4357.0, 4357.0, 4359.0, 4356.0, 4347.0, 4357.0, 4370.0, 4362.0, 4371.0, 4359.0, 4368.0, 4345.0, 4369.0, 4356.0, 4360.0, 4368.0, 4360.0, 4369.0, 4350.0, 4361.0, 4368.0, 4359.0, 4370.0, 4359.0, 4371.0, 4370.0, 4358.0, 4370.0, 4347.0, 4358.0, 4358.0, 4348.0, 4368.0, 4370.0, 4371.0, 4371.0, 4349.0, 4371.0, 4358.0, 4360.0, 4370.0, 4346.0, 4382.0, 4372.0, 4371.0, 4371.0, 4361.0, 4369.0, 4359.0, 4359.0, 4370.0, 4368.0, 4371.0, 4370.0, 4382.0, 4369.0, 4361.0, 4357.0, 4368.0, 4360.0, 4371.0, 4361.0, 4369.0, 4371.0, 4361.0, 4371.0, 4360.0, 4372.0, 4372.0, 4359.0, 4372.0, 4373.0, 4382.0, 4392.0, 4371.0, 4392.0, 4361.0, 4371.0, 4359.0, 4347.0, 4357.0, 4357.0, 4357.0, 4357.0, 4346.0, 4359.0, 4357.0, 4358.0, 4358.0, 4367.0, 4347.0, 4358.0, 4357.0, 4359.0, 4357.0, 4359.0, 4369.0, 4367.0, 4356.0, 4369.0, 4370.0, 4370.0, 4356.0, 4370.0, 4368.0, 4357.0, 4370.0, 4357.0, 4380.0, 4382.0, 4379.0, 4382.0, 4361.0, 4369.0, 4361.0, 4372.0, 4371.0, 4382.0, 4374.0, 4399.0, 4397.0, 4386.0, 4385.0, 4361.0, 4381.0, 4371.0, 4359.0, 4385.0, 4385.0, 4383.0, 4373.0, 4369.0, 4369.0, 4349.0, 4368.0, 4370.0, 4370.0, 4371.0, 4359.0, 4371.0, 4358.0, 4360.0, 4368.0, 4360.0, 4383.0, 4371.0, 4370.0, 4370.0, 4359.0, 4369.0, 4359.0, 4368.0, 4381.0, 4370.0, 4371.0, 4348.0, 4369.0, 4358.0, 4357.0, 4370.0, 4371.0, 4371.0, 4371.0, 4360.0, 4370.0, 4359.0, 4357.0, 4369.0, 4368.0, 4370.0, 4336.0, 4360.0, 4358.0, 4347.0, 4369.0, 4360.0, 4368.0, 4360.0, 4357.0, 4369.0, 4358.0, 4359.0, 4369.0, 4371.0, 4371.0, 4359.0, 4359.0, 4357.0, 4358.0, 4357.0, 4346.0, 4357.0, 4380.0, 4358.0, 4359.0, 4345.0, 4356.0, 4347.0, 4356.0, 4355.0, 4358.0, 4356.0, 4334.0, 4357.0, 4356.0, 4354.0, 4356.0, 4348.0, 4358.0, 4357.0, 4346.0, 4358.0, 4346.0, 4358.0, 4359.0, 4371.0, 4383.0, 4359.0, 4358.0, 4356.0, 4355.0, 4369.0, 4368.0, 4369.0, 4368.0, 4359.0, 4369.0, 4349.0, 4368.0, 4370.0, 4368.0, 4370.0, 4360.0, 4368.0, 4368.0, 4368.0, 4371.0, 4371.0, 4371.0, 4369.0, 4358.0, 4369.0, 4357.0, 4370.0, 4368.0, 4367.0, 4370.0, 4338.0, 4358.0, 4369.0, 4369.0, 4381.0, 4372.0, 4370.0, 4396.0, 4373.0, 4414.0, 4385.0, 4381.0, 4370.0, 4370.0, 4367.0, 4367.0, 4369.0, 4381.0, 4371.0, 4381.0, 4371.0, 4380.0, 4391.0, 4370.0, 4358.0, 4357.0, 4357.0, 4378.0, 4355.0, 4375.0, 4364.0, 4343.0, 4363.0, 4345.0, 4352.0, 4331.0, 4330.0, 4309.0, 4339.0, 4331.0, 4330.0, 4341.0, 4344.0, 4344.0, 4344.0, 4343.0, 4345.0, 4331.0, 4355.0, 4355.0, 4368.0, 4368.0, 4356.0, 4357.0, 4357.0, 4359.0, 4369.0, 4370.0, 4370.0, 4358.0, 4369.0, 4380.0, 4369.0, 4368.0, 4361.0, 4371.0, 4369.0, 4369.0, 4368.0, 4358.0, 4371.0, 4370.0, 4358.0, 4369.0, 4358.0, 4368.0, 4359.0, 4356.0, 4368.0, 4371.0, 4359.0, 4357.0, 4358.0, 4369.0, 4348.0, 4358.0, 4358.0, 4372.0, 4383.0, 4371.0, 4371.0, 4370.0, 4359.0, 4370.0, 4357.0, 4381.0, 4382.0, 4368.0, 4370.0, 4359.0, 4368.0, 4369.0, 4372.0, 4383.0, 4370.0, 4384.0, 4372.0, 4371.0, 4372.0, 4380.0, 4369.0, 4374.0, 4371.0, 4384.0, 4339.0, 4369.0, 4371.0, 4359.0, 4381.0, 4372.0, 4371.0, 4372.0, 4360.0, 4371.0, 4370.0, 4369.0, 4371.0, 4374.0, 4371.0, 4360.0, 4370.0, 4358.0, 4358.0, 4372.0, 4372.0, 4372.0, 4370.0, 4359.0, 4369.0, 4349.0, 4370.0, 4373.0, 4370.0, 4372.0, 4359.0, 4359.0, 4360.0, 4369.0, 4371.0, 4361.0, 4372.0, 4361.0, 4370.0, 4369.0, 4349.0, 4370.0, 4359.0, 4359.0, 4372.0, 4362.0, 4381.0, 4361.0, 4371.0, 4361.0, 4359.0, 4369.0, 4381.0, 4361.0, 4371.0, 4360.0, 4372.0, 4349.0, 4372.0, 4373.0, 4370.0, 4368.0, 4349.0, 4358.0, 4359.0, 4357.0, 4360.0, 4348.0, 4359.0, 4370.0, 4358.0, 4359.0, 4347.0, 4356.0, 4357.0, 4360.0, 4368.0, 4359.0, 4357.0, 4349.0, 4358.0, 4357.0, 4347.0, 4361.0, 4362.0, 4358.0, 4359.0, 4357.0, 4370.0, 4359.0, 4359.0, 4368.0, 4360.0, 4370.0, 4362.0, 4384.0, 4385.0, 4383.0, 4372.0, 4373.0, 4359.0, 4372.0, 4382.0, 4372.0, 4373.0, 4362.0, 4372.0, 4374.0, 4383.0, 4372.0, 4371.0, 4341.0, 4369.0, 4359.0, 4361.0, 4371.0, 4360.0, 4383.0, 4385.0, 4373.0, 4362.0, 4370.0, 4371.0, 4357.0, 4370.0, 4382.0, 4372.0, 4373.0, 4360.0, 4371.0, 4358.0, 4359.0, 4359.0, 4348.0, 4370.0, 4360.0, 4369.0, 4350.0, 4361.0, 4359.0, 4356.0, 4370.0, 4361.0, 4371.0, 4370.0, 4360.0, 4360.0, 4358.0, 4369.0, 4384.0, 4372.0, 4371.0, 4358.0, 4372.0, 4359.0, 4371.0, 4373.0, 4372.0, 4372.0, 4361.0, 4372.0, 4360.0, 4359.0, 4373.0, 4369.0, 4372.0, 4359.0, 4371.0, 4371.0, 4360.0, 4381.0, 4382.0, 4372.0, 4371.0, 4370.0, 4370.0, 4370.0, 4359.0, 4369.0, 4360.0, 4370.0, 4339.0, 4359.0, 4360.0, 4357.0, 4358.0, 4368.0, 4360.0, 4369.0, 4360.0, 4369.0, 4347.0, 4357.0, 4356.0, 4359.0, 4370.0, 4360.0, 4369.0, 4348.0, 4372.0, 4371.0, 4359.0, 4370.0, 4379.0, 4359.0, 4382.0, 4374.0, 4373.0, 4373.0, 4374.0, 4406.0, 4373.0, 4362.0, 4369.0, 4370.0, 4357.0, 4358.0, 4356.0, 4360.0, 4369.0, 4380.0, 4359.0, 4371.0, 4389.0, 4357.0, 4348.0, 4355.0, 4345.0, 4376.0, 4345.0, 4377.0, 4333.0, 4333.0, 4350.0, 4328.0, 4328.0, 4317.0, 4328.0, 4329.0, 4331.0, 4328.0, 4319.0, 4328.0, 4330.0, 4330.0, 4339.0, 4322.0, 4342.0, 4355.0, 4355.0, 4344.0, 4333.0, 4345.0, 4343.0, 4344.0, 4345.0, 4334.0, 4357.0, 4358.0, 4357.0, 4357.0, 4347.0, 4357.0, 4346.0, 4347.0, 4369.0, 4358.0, 4367.0, 4347.0, 4357.0, 4357.0, 4347.0, 4359.0, 4358.0, 4347.0, 4370.0, 4360.0, 4370.0, 4359.0, 4358.0, 4369.0, 4359.0, 4370.0, 4369.0, 4371.0, 4371.0, 4359.0, 4369.0, 4370.0, 4358.0, 4369.0, 4380.0, 4371.0, 4369.0, 4357.0, 4370.0, 4380.0, 4371.0, 4371.0, 4372.0, 4372.0, 4359.0, 4371.0, 4372.0, 4370.0, 4382.0, 4373.0, 4383.0, 4371.0, 4373.0, 4380.0, 4372.0, 4394.0, 4395.0, 4375.0, 4385.0, 4384.0, 4385.0, 4382.0, 4372.0, 4383.0, 4373.0, 4382.0, 4362.0, 4374.0, 4373.0, 4361.0, 4383.0, 4383.0, 4371.0, 4384.0, 4374.0, 4405.0, 4374.0, 4384.0, 4361.0, 4373.0, 4372.0, 4361.0, 4371.0, 4393.0, 4373.0, 4371.0, 4349.0, 4371.0, 4371.0, 4360.0, 4371.0, 4396.0, 4372.0, 4360.0, 4359.0, 4369.0, 4370.0, 4360.0, 4380.0, 4361.0, 4359.0, 4347.0, 4362.0, 4357.0, 4347.0, 4360.0, 4371.0, 4358.0, 4359.0, 4348.0, 4370.0, 4357.0, 4357.0, 4370.0, 4350.0, 4371.0, 4349.0, 4360.0, 4358.0, 4348.0, 4358.0, 4371.0, 4360.0, 4358.0, 4348.0, 4357.0, 4357.0, 4346.0, 4368.0, 4370.0, 4359.0, 4358.0, 4357.0, 4369.0, 4368.0, 4359.0, 4358.0, 4360.0, 4370.0, 4349.0, 4371.0, 4360.0, 4358.0, 4360.0, 4349.0, 4371.0, 4382.0, 4371.0, 4359.0, 4349.0, 4358.0, 4347.0, 4357.0, 4370.0, 4359.0, 4360.0, 4359.0, 4370.0, 4348.0, 4357.0, 4357.0, 4348.0, 4373.0, 4361.0, 4371.0, 4360.0, 4373.0, 4361.0, 4361.0, 4358.0, 4370.0, 4360.0, 4371.0, 4371.0, 4372.0, 4349.0, 4358.0, 4358.0, 4360.0, 4358.0, 4348.0, 4357.0, 4370.0, 4361.0, 4374.0, 4361.0, 4383.0, 4362.0, 4386.0, 4374.0, 4383.0, 4362.0, 4371.0, 4379.0, 4344.0, 4357.0, 4336.0, 4359.0, 4370.0, 4371.0, 4371.0, 4361.0, 4371.0, 4391.0, 4357.0, 4379.0, 4346.0, 4356.0, 4334.0, 4343.0, 4374.0, 4333.0, 4364.0, 4344.0, 4343.0, 4331.0, 4330.0, 4329.0, 4330.0, 4329.0, 4319.0, 4342.0, 4345.0, 4343.0, 4344.0, 4332.0, 4341.0, 4331.0, 4344.0, 4356.0, 4358.0, 4358.0, 4346.0, 4358.0, 4369.0, 4369.0, 4358.0, 4371.0, 4390.0, 4361.0, 4372.0, 4380.0, 4372.0, 4350.0, 4360.0, 4369.0, 4348.0, 4360.0, 4369.0, 4359.0, 4372.0, 4359.0, 4369.0, 4348.0, 4361.0, 4358.0, 4349.0, 4371.0, 4371.0, 4370.0, 4359.0, 4358.0, 4371.0, 4358.0, 4359.0, 4358.0, 4358.0, 4372.0, 4361.0, 4372.0, 4350.0, 4359.0, 4361.0, 4360.0, 4369.0, 4382.0, 4372.0, 4370.0, 4361.0, 4371.0, 4349.0, 4370.0, 4368.0, 4359.0, 4372.0, 4374.0, 4372.0, 4360.0, 4370.0, 4361.0, 4372.0, 4390.0, 4361.0, 4372.0, 4358.0, 4372.0, 4395.0, 4373.0, 4383.0, 4362.0, 4371.0, 4359.0, 4369.0, 4378.0, 4348.0, 4359.0], 'WindowWidth': [9710.0, 9695.0, 9654.0, 9647.0, 9626.0, 9639.0, 9641.0, 9620.0, 9624.0, 9624.0, 9642.0, 9658.0, 9620.0, 9620.0, 9617.0, 9613.0, 9612.0, 9618.0, 9643.0, 9640.0, 9638.0, 9636.0, 9636.0, 9607.0, 9637.0, 9647.0, 9658.0, 9644.0, 9621.0, 9623.0, 9635.0, 9638.0, 9659.0, 9641.0, 9641.0, 9640.0, 9642.0, 9641.0, 9640.0, 9646.0, 9648.0, 9642.0, 9646.0, 9624.0, 9638.0, 9628.0, 9641.0, 9649.0, 9640.0, 9643.0, 9627.0, 9623.0, 9626.0, 9623.0, 9642.0, 9646.0, 9643.0, 9641.0, 9639.0, 9642.0, 9620.0, 9639.0, 9647.0, 9645.0, 9646.0, 9639.0, 9644.0, 9628.0, 9642.0, 9627.0, 9643.0, 9660.0, 9648.0, 9645.0, 9646.0, 9643.0, 9642.0, 9623.0, 9633.0, 9639.0, 9642.0, 9641.0, 9623.0, 9642.0, 9612.0, 9625.0, 9624.0, 9617.0, 9633.0, 9639.0, 9639.0, 9646.0, 9641.0, 9645.0, 9636.0, 9623.0, 9623.0, 9623.0, 9641.0, 9650.0, 9640.0, 9645.0, 9623.0, 9639.0, 9614.0, 9642.0, 9646.0, 9642.0, 9641.0, 9627.0, 9644.0, 9642.0, 9640.0, 9665.0, 9665.0, 9661.0, 9651.0, 9644.0, 9646.0, 9626.0, 9641.0, 9647.0, 9643.0, 9643.0, 9617.0, 9640.0, 9628.0, 9620.0, 9632.0, 9623.0, 9643.0, 9647.0, 9641.0, 9643.0, 9624.0, 9637.0, 9627.0, 9636.0, 9647.0, 9647.0, 9642.0, 9645.0, 9671.0, 9650.0, 9634.0, 9659.0, 9642.0, 9641.0, 9630.0, 9639.0, 9641.0, 9627.0, 9636.0, 9625.0, 9635.0, 9637.0, 9645.0, 9643.0, 9645.0, 9624.0, 9639.0, 9636.0, 9636.0, 9621.0, 9622.0, 9646.0, 9642.0, 9642.0, 9639.0, 9640.0, 9639.0, 9639.0, 9624.0, 9624.0, 9625.0, 9649.0, 9641.0, 9642.0, 9622.0, 9623.0, 9623.0, 9615.0, 9616.0, 9615.0, 9619.0, 9624.0, 9620.0, 9624.0, 9624.0, 9643.0, 9624.0, 9637.0, 9638.0, 9634.0, 9636.0, 9645.0, 9659.0, 9644.0, 9627.0, 9626.0, 9617.0, 9648.0, 9622.0, 9650.0, 9649.0, 9629.0, 9640.0, 9665.0, 9633.0, 9651.0, 9643.0, 9647.0, 9639.0, 9643.0, 9627.0, 9621.0, 9625.0, 9666.0, 9642.0, 9629.0, 9640.0, 9643.0, 9623.0, 9624.0, 9624.0, 9622.0, 9643.0, 9651.0, 9646.0, 9631.0, 9625.0, 9645.0, 9628.0, 9626.0, 9628.0, 9627.0, 9649.0, 9668.0, 9644.0, 9646.0, 9630.0, 9645.0, 9641.0, 9637.0, 9647.0, 9642.0, 9645.0, 9627.0, 9651.0, 9662.0, 9634.0, 9648.0, 9645.0, 9629.0, 9642.0, 9647.0, 9644.0, 9644.0, 9627.0, 9626.0, 9625.0, 9626.0, 9638.0, 9611.0, 9623.0, 9629.0, 9647.0, 9643.0, 9626.0, 9625.0, 9625.0, 9610.0, 9622.0, 9605.0, 9624.0, 9643.0, 9631.0, 9642.0, 9626.0, 9644.0, 9642.0, 9627.0, 9641.0, 9650.0, 9646.0, 9631.0, 9628.0, 9669.0, 9642.0, 9651.0, 9660.0, 9628.0, 9633.0, 9626.0, 9650.0, 9647.0, 9635.0, 9650.0, 9618.0, 9628.0, 9609.0, 9621.0, 9608.0, 9623.0, 9637.0, 9624.0, 9626.0, 9637.0, 9623.0, 9628.0, 9629.0, 9623.0, 9606.0, 9606.0, 9619.0, 9603.0, 9625.0, 9658.0, 9625.0, 9624.0, 9606.0, 9622.0, 9621.0, 9624.0, 9643.0, 9647.0, 9629.0, 9615.0, 9647.0, 9658.0, 9628.0, 9630.0, 9636.0, 9651.0, 9661.0, 9632.0, 9630.0, 9610.0, 9622.0, 9635.0, 9614.0, 9625.0, 9608.0, 9624.0, 9664.0, 9647.0, 9629.0, 9615.0, 9658.0, 9626.0, 9614.0, 9625.0, 9632.0, 9611.0, 9634.0, 9625.0, 9649.0, 9638.0, 9652.0, 9656.0, 9672.0, 9677.0, 9676.0, 9671.0, 9659.0, 9674.0, 9656.0, 9669.0, 9636.0, 9650.0, 9667.0, 9630.0, 9671.0, 9702.0, 9672.0, 9696.0, 9644.0, 9651.0, 9651.0, 9646.0, 9617.0, 9596.0, 9603.0, 9593.0, 9612.0, 9604.0, 9620.0, 9620.0, 9643.0, 9640.0, 9617.0, 9637.0, 9599.0, 9594.0, 9652.0, 9612.0, 9618.0, 9573.0, 9601.0, 9574.0, 9572.0, 9570.0, 9591.0, 9586.0, 9575.0, 9571.0, 9570.0, 9571.0, 9585.0, 9574.0, 9592.0, 9612.0, 9603.0, 9596.0, 9584.0, 9619.0, 9600.0, 9602.0, 9626.0, 9607.0, 9623.0, 9592.0, 9626.0, 9624.0, 9619.0, 9638.0, 9640.0, 9623.0, 9643.0, 9634.0, 9640.0, 9614.0, 9627.0, 9626.0, 9608.0, 9621.0, 9605.0, 9620.0, 9637.0, 9629.0, 9638.0, 9606.0, 9623.0, 9622.0, 9605.0, 9624.0, 9607.0, 9622.0, 9645.0, 9645.0, 9642.0, 9611.0, 9622.0, 9622.0, 9624.0, 9618.0, 9608.0, 9620.0, 9644.0, 9634.0, 9646.0, 9626.0, 9638.0, 9605.0, 9640.0, 9621.0, 9627.0, 9638.0, 9631.0, 9639.0, 9617.0, 9629.0, 9638.0, 9625.0, 9639.0, 9629.0, 9646.0, 9643.0, 9622.0, 9641.0, 9608.0, 9622.0, 9622.0, 9609.0, 9639.0, 9647.0, 9646.0, 9646.0, 9613.0, 9645.0, 9625.0, 9632.0, 9644.0, 9609.0, 9663.0, 9653.0, 9647.0, 9647.0, 9631.0, 9641.0, 9628.0, 9626.0, 9642.0, 9641.0, 9644.0, 9646.0, 9664.0, 9641.0, 9630.0, 9624.0, 9640.0, 9628.0, 9645.0, 9636.0, 9642.0, 9645.0, 9633.0, 9646.0, 9629.0, 9646.0, 9649.0, 9626.0, 9650.0, 9653.0, 9662.0, 9679.0, 9647.0, 9683.0, 9632.0, 9646.0, 9627.0, 9606.0, 9619.0, 9621.0, 9620.0, 9620.0, 9605.0, 9624.0, 9621.0, 9623.0, 9623.0, 9634.0, 9607.0, 9623.0, 9623.0, 9623.0, 9621.0, 9629.0, 9640.0, 9636.0, 9620.0, 9642.0, 9643.0, 9641.0, 9619.0, 9639.0, 9638.0, 9621.0, 9643.0, 9622.0, 9659.0, 9665.0, 9657.0, 9665.0, 9635.0, 9644.0, 9634.0, 9652.0, 9649.0, 9667.0, 9659.0, 9698.0, 9695.0, 9673.0, 9675.0, 9634.0, 9660.0, 9646.0, 9629.0, 9671.0, 9673.0, 9663.0, 9651.0, 9643.0, 9642.0, 9613.0, 9637.0, 9644.0, 9645.0, 9647.0, 9628.0, 9645.0, 9626.0, 9628.0, 9637.0, 9630.0, 9663.0, 9650.0, 9644.0, 9642.0, 9626.0, 9641.0, 9628.0, 9639.0, 9661.0, 9646.0, 9647.0, 9612.0, 9641.0, 9625.0, 9621.0, 9642.0, 9649.0, 9646.0, 9648.0, 9627.0, 9644.0, 9629.0, 9621.0, 9641.0, 9638.0, 9642.0, 9592.0, 9626.0, 9621.0, 9605.0, 9637.0, 9631.0, 9638.0, 9630.0, 9623.0, 9640.0, 9624.0, 9626.0, 9643.0, 9645.0, 9646.0, 9625.0, 9627.0, 9624.0, 9621.0, 9619.0, 9603.0, 9620.0, 9659.0, 9623.0, 9626.0, 9599.0, 9616.0, 9605.0, 9615.0, 9616.0, 9620.0, 9618.0, 9586.0, 9618.0, 9618.0, 9611.0, 9617.0, 9613.0, 9623.0, 9622.0, 9603.0, 9622.0, 9604.0, 9620.0, 9626.0, 9650.0, 9664.0, 9625.0, 9621.0, 9618.0, 9615.0, 9638.0, 9639.0, 9639.0, 9638.0, 9626.0, 9640.0, 9614.0, 9636.0, 9643.0, 9639.0, 9644.0, 9628.0, 9638.0, 9639.0, 9637.0, 9645.0, 9649.0, 9644.0, 9640.0, 9623.0, 9638.0, 9622.0, 9642.0, 9640.0, 9635.0, 9641.0, 9597.0, 9623.0, 9639.0, 9641.0, 9659.0, 9648.0, 9644.0, 9693.0, 9653.0, 9716.0, 9674.0, 9661.0, 9642.0, 9643.0, 9639.0, 9633.0, 9641.0, 9660.0, 9646.0, 9662.0, 9648.0, 9660.0, 9678.0, 9644.0, 9625.0, 9620.0, 9620.0, 9654.0, 9615.0, 9642.0, 9624.0, 9592.0, 9623.0, 9597.0, 9607.0, 9571.0, 9570.0, 9542.0, 9581.0, 9572.0, 9570.0, 9588.0, 9600.0, 9597.0, 9597.0, 9594.0, 9597.0, 9577.0, 9612.0, 9616.0, 9637.0, 9638.0, 9615.0, 9616.0, 9620.0, 9624.0, 9640.0, 9641.0, 9643.0, 9622.0, 9640.0, 9656.0, 9640.0, 9640.0, 9630.0, 9645.0, 9642.0, 9639.0, 9637.0, 9626.0, 9645.0, 9645.0, 9623.0, 9639.0, 9624.0, 9636.0, 9624.0, 9616.0, 9635.0, 9647.0, 9624.0, 9622.0, 9624.0, 9641.0, 9609.0, 9624.0, 9625.0, 9647.0, 9667.0, 9649.0, 9645.0, 9643.0, 9628.0, 9641.0, 9623.0, 9661.0, 9665.0, 9641.0, 9646.0, 9628.0, 9641.0, 9643.0, 9649.0, 9667.0, 9646.0, 9666.0, 9649.0, 9645.0, 9647.0, 9660.0, 9644.0, 9655.0, 9646.0, 9667.0, 9602.0, 9641.0, 9644.0, 9629.0, 9660.0, 9651.0, 9646.0, 9648.0, 9630.0, 9644.0, 9643.0, 9638.0, 9650.0, 9655.0, 9646.0, 9629.0, 9642.0, 9627.0, 9625.0, 9649.0, 9652.0, 9647.0, 9644.0, 9627.0, 9640.0, 9615.0, 9645.0, 9651.0, 9642.0, 9646.0, 9625.0, 9627.0, 9630.0, 9642.0, 9646.0, 9635.0, 9647.0, 9632.0, 9644.0, 9642.0, 9613.0, 9641.0, 9629.0, 9626.0, 9650.0, 9639.0, 9659.0, 9633.0, 9645.0, 9633.0, 9625.0, 9640.0, 9663.0, 9631.0, 9648.0, 9629.0, 9647.0, 9615.0, 9647.0, 9654.0, 9643.0, 9639.0, 9612.0, 9623.0, 9624.0, 9620.0, 9626.0, 9612.0, 9625.0, 9642.0, 9622.0, 9625.0, 9605.0, 9618.0, 9620.0, 9629.0, 9638.0, 9624.0, 9622.0, 9613.0, 9624.0, 9622.0, 9606.0, 9630.0, 9635.0, 9625.0, 9627.0, 9621.0, 9643.0, 9627.0, 9625.0, 9637.0, 9630.0, 9644.0, 9636.0, 9668.0, 9675.0, 9670.0, 9650.0, 9651.0, 9629.0, 9648.0, 9664.0, 9647.0, 9652.0, 9633.0, 9650.0, 9657.0, 9665.0, 9650.0, 9643.0, 9605.0, 9641.0, 9628.0, 9631.0, 9646.0, 9629.0, 9665.0, 9673.0, 9651.0, 9635.0, 9644.0, 9645.0, 9621.0, 9642.0, 9666.0, 9650.0, 9654.0, 9629.0, 9645.0, 9623.0, 9625.0, 9625.0, 9608.0, 9643.0, 9629.0, 9639.0, 9615.0, 9629.0, 9626.0, 9618.0, 9642.0, 9634.0, 9644.0, 9641.0, 9627.0, 9628.0, 9623.0, 9638.0, 9669.0, 9650.0, 9648.0, 9625.0, 9646.0, 9628.0, 9644.0, 9653.0, 9650.0, 9651.0, 9632.0, 9647.0, 9631.0, 9628.0, 9652.0, 9643.0, 9649.0, 9629.0, 9646.0, 9645.0, 9628.0, 9660.0, 9668.0, 9648.0, 9645.0, 9644.0, 9645.0, 9644.0, 9626.0, 9641.0, 9630.0, 9640.0, 9601.0, 9627.0, 9629.0, 9619.0, 9622.0, 9638.0, 9627.0, 9641.0, 9630.0, 9639.0, 9607.0, 9618.0, 9619.0, 9624.0, 9641.0, 9630.0, 9639.0, 9612.0, 9647.0, 9646.0, 9627.0, 9643.0, 9655.0, 9626.0, 9664.0, 9656.0, 9652.0, 9654.0, 9655.0, 9706.0, 9655.0, 9638.0, 9644.0, 9645.0, 9621.0, 9622.0, 9620.0, 9626.0, 9642.0, 9658.0, 9628.0, 9644.0, 9670.0, 9620.0, 9606.0, 9612.0, 9597.0, 9645.0, 9602.0, 9647.0, 9578.0, 9577.0, 9600.0, 9564.0, 9565.0, 9548.0, 9561.0, 9567.0, 9575.0, 9566.0, 9555.0, 9567.0, 9571.0, 9570.0, 9582.0, 9562.0, 9590.0, 9615.0, 9614.0, 9595.0, 9580.0, 9599.0, 9593.0, 9595.0, 9598.0, 9583.0, 9618.0, 9624.0, 9622.0, 9621.0, 9604.0, 9619.0, 9605.0, 9605.0, 9639.0, 9624.0, 9635.0, 9608.0, 9621.0, 9620.0, 9606.0, 9623.0, 9622.0, 9606.0, 9641.0, 9631.0, 9642.0, 9627.0, 9624.0, 9641.0, 9625.0, 9641.0, 9641.0, 9646.0, 9644.0, 9625.0, 9639.0, 9643.0, 9624.0, 9640.0, 9658.0, 9647.0, 9641.0, 9622.0, 9643.0, 9657.0, 9644.0, 9648.0, 9651.0, 9648.0, 9629.0, 9647.0, 9650.0, 9644.0, 9665.0, 9654.0, 9665.0, 9650.0, 9652.0, 9661.0, 9650.0, 9685.0, 9690.0, 9659.0, 9672.0, 9670.0, 9673.0, 9667.0, 9650.0, 9667.0, 9654.0, 9663.0, 9638.0, 9655.0, 9652.0, 9633.0, 9665.0, 9667.0, 9647.0, 9670.0, 9657.0, 9704.0, 9655.0, 9668.0, 9636.0, 9652.0, 9652.0, 9632.0, 9645.0, 9683.0, 9651.0, 9648.0, 9615.0, 9646.0, 9645.0, 9630.0, 9646.0, 9691.0, 9648.0, 9630.0, 9627.0, 9639.0, 9643.0, 9629.0, 9659.0, 9634.0, 9626.0, 9609.0, 9634.0, 9621.0, 9605.0, 9627.0, 9647.0, 9623.0, 9626.0, 9610.0, 9642.0, 9622.0, 9621.0, 9643.0, 9617.0, 9647.0, 9614.0, 9628.0, 9623.0, 9607.0, 9623.0, 9648.0, 9628.0, 9624.0, 9608.0, 9619.0, 9621.0, 9603.0, 9638.0, 9644.0, 9627.0, 9623.0, 9622.0, 9641.0, 9641.0, 9625.0, 9624.0, 9626.0, 9641.0, 9612.0, 9646.0, 9631.0, 9623.0, 9627.0, 9611.0, 9646.0, 9667.0, 9646.0, 9628.0, 9612.0, 9623.0, 9607.0, 9618.0, 9643.0, 9628.0, 9630.0, 9627.0, 9640.0, 9610.0, 9620.0, 9621.0, 9609.0, 9649.0, 9634.0, 9646.0, 9631.0, 9648.0, 9632.0, 9629.0, 9624.0, 9642.0, 9626.0, 9647.0, 9645.0, 9646.0, 9613.0, 9624.0, 9624.0, 9627.0, 9624.0, 9608.0, 9620.0, 9642.0, 9632.0, 9655.0, 9633.0, 9667.0, 9638.0, 9677.0, 9658.0, 9669.0, 9636.0, 9648.0, 9654.0, 9598.0, 9618.0, 9590.0, 9626.0, 9643.0, 9646.0, 9647.0, 9631.0, 9643.0, 9678.0, 9623.0, 9656.0, 9602.0, 9616.0, 9582.0, 9593.0, 9639.0, 9579.0, 9624.0, 9598.0, 9595.0, 9573.0, 9570.0, 9567.0, 9567.0, 9567.0, 9554.0, 9589.0, 9600.0, 9594.0, 9595.0, 9576.0, 9589.0, 9576.0, 9596.0, 9617.0, 9624.0, 9623.0, 9604.0, 9624.0, 9641.0, 9642.0, 9626.0, 9646.0, 9671.0, 9630.0, 9650.0, 9662.0, 9647.0, 9614.0, 9628.0, 9640.0, 9610.0, 9626.0, 9639.0, 9624.0, 9648.0, 9628.0, 9638.0, 9608.0, 9631.0, 9622.0, 9610.0, 9642.0, 9649.0, 9642.0, 9627.0, 9623.0, 9645.0, 9625.0, 9623.0, 9623.0, 9623.0, 9649.0, 9636.0, 9647.0, 9617.0, 9628.0, 9633.0, 9629.0, 9640.0, 9667.0, 9649.0, 9645.0, 9631.0, 9645.0, 9613.0, 9641.0, 9639.0, 9627.0, 9648.0, 9654.0, 9651.0, 9632.0, 9645.0, 9633.0, 9648.0, 9672.0, 9630.0, 9647.0, 9623.0, 9649.0, 9690.0, 9653.0, 9668.0, 9634.0, 9646.0, 9627.0, 9639.0, 9652.0, 9609.0, 9626.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.0008551382823871905</td></tr>
<tr><td colspan=3>aqi</td><td>0.017104369723435226</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.03463281123813</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1867650946467572</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0138257479461015</td></tr>
<tr><td colspan=3>efc</td><td>0.4658</td></tr>
<tr><td colspan=3>fber</td><td>6959.4526</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08497038138540047</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>46</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3478893740902476</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4845686748872606</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4398353963752455</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.778100297401291</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2357703308852455</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126259</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017429988831281662</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02325035072863102</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7295846798520644</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>37.7167</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7794</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.1507</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302322.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>849.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.8024</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1179</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.6334</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3551.9277</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3778.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74222.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1045.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4715.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.9746</td></tr>
<tr><td colspan=3>tsnr</td><td>44.926121058058925</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>