<?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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-01/func/sub-0005_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>46ebae0d3b4c28b1fc6e5d337baff7b5</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>16:06:20.572500</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.999993, -0.000892317, 0.00368918, 0.00104718, 0.999109, -0.0421916]</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.0797488</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7754, -7252, 485, -66, -10, -75, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>257.728</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7932f453-f534-4c19-94a1-c2807fb9cbab||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.6829075813293457, 0.0028095138259232044, 0.009850268252193928, 116.09673309326172], [0.0023940219543874264, 2.6805362701416016, -0.11392701417207718, -89.87918090820312], [0.00989780854433775, 0.11319706588983536, 2.6975772380828857, -53.57762908935547], [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, 1383]</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, 1377, 1378, 1379, 1380, 1381, 1382, 1383], 'AcquisitionTime': ['160620.572500', '160621.032500', '160621.492500', '160621.952500', '160622.412500', '160622.872500', '160623.332500', '160623.792500', '160624.252500', '160624.712500', '160625.172500', '160625.632500', '160626.092500', '160626.552500', '160627.012500', '160627.472500', '160627.932500', '160628.392500', '160628.852500', '160629.312500', '160629.772500', '160630.232500', '160630.692500', '160631.152500', '160631.612500', '160632.072500', '160632.532500', '160632.992500', '160633.452500', '160633.912500', '160634.372500', '160634.832500', '160635.292500', '160635.752500', '160636.212500', '160636.672500', '160637.132500', '160637.592500', '160638.052500', '160638.512500', '160638.972500', '160639.432500', '160639.892500', '160640.352500', '160640.812500', '160641.272500', '160641.732500', '160642.192500', '160642.652500', '160643.112500', '160643.572500', '160644.032500', '160644.492500', '160644.952500', '160645.412500', '160645.872500', '160646.332500', '160646.792500', '160647.252500', '160647.712500', '160648.172500', '160648.632500', '160649.092500', '160649.552500', '160650.012500', '160650.472500', '160650.932500', '160651.392500', '160651.852500', '160652.312500', '160652.772500', '160653.232500', '160653.692500', '160654.152500', '160654.612500', '160655.072500', '160655.532500', '160655.992500', '160656.452500', '160656.912500', '160657.372500', '160657.832500', '160658.292500', '160658.752500', '160659.212500', '160659.672500', '160700.132500', '160700.592500', '160701.052500', '160701.512500', '160701.972500', '160702.432500', '160702.892500', '160703.352500', '160703.812500', '160704.272500', '160704.732500', '160705.192500', '160705.652500', '160706.112500', '160706.572500', '160707.032500', '160707.492500', '160707.952500', '160708.412500', '160708.872500', '160709.332500', '160709.792500', '160710.252500', '160710.712500', '160711.172500', '160711.632500', '160712.092500', '160712.552500', '160713.012500', '160713.472500', '160713.932500', '160714.392500', '160714.852500', '160715.312500', '160715.772500', '160716.232500', '160716.692500', '160717.152500', '160717.612500', '160718.072500', '160718.532500', '160718.992500', '160719.452500', '160719.912500', '160720.372500', '160720.832500', '160721.292500', '160721.752500', '160722.212500', '160722.672500', '160723.132500', '160723.592500', '160724.052500', '160724.512500', '160724.972500', '160725.432500', '160725.892500', '160726.352500', '160726.812500', '160727.272500', '160727.732500', '160728.192500', '160728.652500', '160729.112500', '160729.572500', '160730.032500', '160730.492500', '160730.952500', '160731.412500', '160731.872500', '160732.332500', '160732.792500', '160733.252500', '160733.712500', '160734.172500', '160734.632500', '160735.092500', '160735.552500', '160736.012500', '160736.472500', '160736.932500', '160737.392500', '160737.852500', '160738.312500', '160738.772500', '160739.232500', '160739.692500', '160740.152500', '160740.612500', '160741.072500', '160741.532500', '160741.992500', '160742.452500', '160742.912500', '160743.372500', '160743.832500', '160744.292500', '160744.752500', '160745.212500', '160745.672500', '160746.132500', '160746.592500', '160747.052500', '160747.512500', '160747.972500', '160748.432500', '160748.892500', '160749.352500', '160749.812500', '160750.272500', '160750.732500', '160751.192500', '160751.652500', '160752.112500', '160752.572500', '160753.032500', '160753.492500', '160753.952500', '160754.412500', '160754.872500', '160755.332500', '160755.792500', '160756.252500', '160756.712500', '160757.172500', '160757.632500', '160758.092500', '160758.552500', '160759.012500', '160759.472500', '160759.932500', '160800.392500', '160800.852500', '160801.312500', '160801.772500', '160802.232500', '160802.692500', '160803.152500', '160803.612500', '160804.072500', '160804.532500', '160804.992500', '160805.452500', '160805.912500', '160806.372500', '160806.832500', '160807.292500', '160807.752500', '160808.212500', '160808.672500', '160809.132500', '160809.592500', '160810.052500', '160810.512500', '160810.972500', '160811.432500', '160811.892500', '160812.352500', '160812.812500', '160813.272500', '160813.732500', '160814.192500', '160814.652500', '160815.112500', '160815.572500', '160816.032500', '160816.492500', '160816.952500', '160817.412500', '160817.872500', '160818.332500', '160818.792500', '160819.252500', '160819.712500', '160820.172500', '160820.632500', '160821.092500', '160821.552500', '160822.012500', '160822.472500', '160822.932500', '160823.392500', '160823.852500', '160824.312500', '160824.772500', '160825.232500', '160825.692500', '160826.152500', '160826.612500', '160827.072500', '160827.532500', '160827.992500', '160828.452500', '160828.912500', '160829.372500', '160829.832500', '160830.292500', '160830.752500', '160831.212500', '160831.672500', '160832.132500', '160832.592500', '160833.052500', '160833.512500', '160833.972500', '160834.432500', '160834.892500', '160835.352500', '160835.812500', '160836.272500', '160836.732500', '160837.192500', '160837.652500', '160838.112500', '160838.572500', '160839.032500', '160839.492500', '160839.952500', '160840.412500', '160840.872500', '160841.332500', '160841.792500', '160842.252500', '160842.712500', '160843.172500', '160843.632500', '160844.092500', '160844.552500', '160845.012500', '160845.472500', '160845.932500', '160846.392500', '160846.852500', '160847.312500', '160847.772500', '160848.232500', '160848.692500', '160849.152500', '160849.612500', '160850.072500', '160850.532500', '160850.992500', '160851.452500', '160851.912500', '160852.372500', '160852.832500', '160853.292500', '160853.752500', '160854.212500', '160854.672500', '160855.132500', '160855.592500', '160856.052500', '160856.512500', '160856.972500', '160857.432500', '160857.892500', '160858.352500', '160858.812500', '160859.272500', '160859.732500', '160900.192500', '160900.652500', '160901.112500', '160901.572500', '160902.032500', '160902.492500', '160902.952500', '160903.412500', '160903.872500', '160904.332500', '160904.792500', '160905.252500', '160905.712500', '160906.172500', '160906.632500', '160907.092500', '160907.552500', '160908.012500', '160908.472500', '160908.932500', '160909.392500', '160909.852500', '160910.312500', '160910.772500', '160911.232500', '160911.692500', '160912.152500', '160912.612500', '160913.072500', '160913.532500', '160913.992500', '160914.452500', '160914.912500', '160915.372500', '160915.832500', '160916.292500', '160916.752500', '160917.212500', '160917.672500', '160918.132500', '160918.592500', '160919.052500', '160919.512500', '160919.972500', '160920.432500', '160920.892500', '160921.352500', '160921.812500', '160922.272500', '160922.732500', '160923.192500', '160923.652500', '160924.112500', '160924.572500', '160925.032500', '160925.492500', '160925.952500', '160926.412500', '160926.872500', '160927.332500', '160927.792500', '160928.252500', '160928.712500', '160929.172500', '160929.632500', '160930.092500', '160930.552500', '160931.012500', '160931.472500', '160931.932500', '160932.392500', '160932.852500', '160933.312500', '160933.772500', '160934.232500', '160934.692500', '160935.152500', '160935.612500', '160936.072500', '160936.532500', '160936.992500', '160937.452500', '160937.912500', '160938.372500', '160938.832500', '160939.292500', '160939.752500', '160940.212500', '160940.672500', '160941.132500', '160941.592500', '160942.052500', '160942.512500', '160942.972500', '160943.432500', '160943.892500', '160944.352500', '160944.812500', '160945.272500', '160945.732500', '160946.192500', '160946.652500', '160947.112500', '160947.572500', '160948.032500', '160948.492500', '160948.952500', '160949.412500', '160949.872500', '160950.332500', '160950.792500', '160951.252500', '160951.712500', '160952.172500', '160952.632500', '160953.092500', '160953.552500', '160954.012500', '160954.472500', '160954.932500', '160955.392500', '160955.852500', '160956.312500', '160956.772500', '160957.232500', '160957.692500', '160958.152500', '160958.612500', '160959.072500', '160959.532500', '160959.992500', '161000.452500', '161000.912500', '161001.372500', '161001.832500', '161002.292500', '161002.752500', '161003.212500', '161003.672500', '161004.132500', '161004.592500', '161005.052500', '161005.512500', '161005.972500', '161006.432500', '161006.892500', '161007.352500', '161007.812500', '161008.272500', '161008.732500', '161009.192500', '161009.652500', '161010.112500', '161010.572500', '161011.032500', '161011.492500', '161011.952500', '161012.412500', '161012.872500', '161013.332500', '161013.792500', '161014.252500', '161014.712500', '161015.172500', '161015.632500', '161016.092500', '161016.552500', '161017.012500', '161017.472500', '161017.932500', '161018.392500', '161018.852500', '161019.312500', '161019.772500', '161020.232500', '161020.692500', '161021.152500', '161021.612500', '161022.072500', '161022.532500', '161022.992500', '161023.452500', '161023.912500', '161024.372500', '161024.832500', '161025.292500', '161025.752500', '161026.212500', '161026.672500', '161027.132500', '161027.592500', '161028.052500', '161028.512500', '161028.972500', '161029.432500', '161029.892500', '161030.352500', '161030.812500', '161031.272500', '161031.732500', '161032.192500', '161032.652500', '161033.112500', '161033.572500', '161034.032500', '161034.492500', '161034.952500', '161035.412500', '161035.872500', '161036.332500', '161036.792500', '161037.252500', '161037.712500', '161038.172500', '161038.632500', '161039.092500', '161039.552500', '161040.012500', '161040.472500', '161040.932500', '161041.392500', '161041.852500', '161042.312500', '161042.772500', '161043.232500', '161043.692500', '161044.152500', '161044.612500', '161045.072500', '161045.532500', '161045.992500', '161046.452500', '161046.912500', '161047.372500', '161047.832500', '161048.292500', '161048.752500', '161049.212500', '161049.672500', '161050.132500', '161050.592500', '161051.052500', '161051.512500', '161051.972500', '161052.432500', '161052.892500', '161053.352500', '161053.812500', '161054.272500', '161054.732500', '161055.192500', '161055.652500', '161056.112500', '161056.572500', '161057.032500', '161057.492500', '161057.952500', '161058.412500', '161058.872500', '161059.332500', '161059.792500', '161100.252500', '161100.712500', '161101.172500', '161101.632500', '161102.092500', '161102.552500', '161103.012500', '161103.472500', '161103.932500', '161104.392500', '161104.852500', '161105.312500', '161105.772500', '161106.232500', '161106.692500', '161107.152500', '161107.612500', '161108.072500', '161108.532500', '161108.992500', '161109.452500', '161109.912500', '161110.372500', '161110.832500', '161111.292500', '161111.752500', '161112.212500', '161112.672500', '161113.132500', '161113.592500', '161114.052500', '161114.512500', '161114.972500', '161115.432500', '161115.892500', '161116.352500', '161116.812500', '161117.272500', '161117.732500', '161118.192500', '161118.652500', '161119.112500', '161119.572500', '161120.032500', '161120.492500', '161120.952500', '161121.412500', '161121.872500', '161122.332500', '161122.792500', '161123.252500', '161123.712500', '161124.172500', '161124.632500', '161125.092500', '161125.552500', '161126.012500', '161126.472500', '161126.932500', '161127.392500', '161127.852500', '161128.312500', '161128.772500', '161129.232500', '161129.692500', '161130.152500', '161130.612500', '161131.072500', '161131.532500', '161131.992500', '161132.452500', '161132.912500', '161133.372500', '161133.832500', '161134.292500', '161134.752500', '161135.212500', '161135.672500', '161136.132500', '161136.592500', '161137.052500', '161137.512500', '161137.972500', '161138.432500', '161138.892500', '161139.352500', '161139.812500', '161140.272500', '161140.732500', '161141.192500', '161141.652500', '161142.112500', '161142.572500', '161143.032500', '161143.492500', '161143.952500', '161144.412500', '161144.872500', '161145.332500', '161145.792500', '161146.252500', '161146.712500', '161147.172500', '161147.632500', '161148.092500', '161148.552500', '161149.012500', '161149.472500', '161149.932500', '161150.392500', '161150.852500', '161151.312500', '161151.772500', '161152.232500', '161152.692500', '161153.152500', '161153.612500', '161154.072500', '161154.532500', '161154.992500', '161155.452500', '161155.912500', '161156.372500', '161156.832500', '161157.292500', '161157.752500', '161158.212500', '161158.672500', '161159.132500', '161159.592500', '161200.052500', '161200.512500', '161200.972500', '161201.432500', '161201.892500', '161202.352500', '161202.812500', '161203.272500', '161203.732500', '161204.192500', '161204.652500', '161205.112500', '161205.572500', '161206.032500', '161206.492500', '161206.952500', '161207.412500', '161207.872500', '161208.332500', '161208.792500', '161209.252500', '161209.712500', '161210.172500', '161210.632500', '161211.092500', '161211.552500', '161212.012500', '161212.472500', '161212.932500', '161213.392500', '161213.852500', '161214.312500', '161214.772500', '161215.232500', '161215.692500', '161216.152500', '161216.612500', '161217.072500', '161217.532500', '161217.992500', '161218.452500', '161218.912500', '161219.372500', '161219.832500', '161220.292500', '161220.752500', '161221.212500', '161221.672500', '161222.132500', '161222.592500', '161223.052500', '161223.512500', '161223.972500', '161224.432500', '161224.892500', '161225.352500', '161225.812500', '161226.272500', '161226.732500', '161227.192500', '161227.652500', '161228.112500', '161228.572500', '161229.032500', '161229.492500', '161229.952500', '161230.412500', '161230.872500', '161231.332500', '161231.792500', '161232.252500', '161232.712500', '161233.172500', '161233.632500', '161234.092500', '161234.552500', '161235.012500', '161235.472500', '161235.932500', '161236.392500', '161236.852500', '161237.312500', '161237.772500', '161238.232500', '161238.692500', '161239.152500', '161239.612500', '161240.072500', '161240.532500', '161240.992500', '161241.452500', '161241.912500', '161242.372500', '161242.832500', '161243.292500', '161243.752500', '161244.212500', '161244.672500', '161245.132500', '161245.592500', '161246.052500', '161246.512500', '161246.972500', '161247.432500', '161247.892500', '161248.352500', '161248.812500', '161249.272500', '161249.732500', '161250.192500', '161250.652500', '161251.112500', '161251.572500', '161252.032500', '161252.492500', '161252.952500', '161253.412500', '161253.872500', '161254.332500', '161254.792500', '161255.252500', '161255.712500', '161256.172500', '161256.632500', '161257.092500', '161257.552500', '161258.012500', '161258.472500', '161258.932500', '161259.392500', '161259.852500', '161300.312500', '161300.772500', '161301.232500', '161301.692500', '161302.152500', '161302.612500', '161303.072500', '161303.532500', '161303.992500', '161304.452500', '161304.912500', '161305.372500', '161305.832500', '161306.292500', '161306.752500', '161307.212500', '161307.672500', '161308.132500', '161308.592500', '161309.052500', '161309.512500', '161309.972500', '161310.432500', '161310.892500', '161311.352500', '161311.812500', '161312.272500', '161312.732500', '161313.192500', '161313.652500', '161314.112500', '161314.572500', '161315.032500', '161315.492500', '161315.952500', '161316.412500', '161316.872500', '161317.332500', '161317.792500', '161318.252500', '161318.712500', '161319.172500', '161319.632500', '161320.092500', '161320.552500', '161321.012500', '161321.472500', '161321.932500', '161322.392500', '161322.852500', '161323.312500', '161323.772500', '161324.232500', '161324.692500', '161325.152500', '161325.612500', '161326.072500', '161326.532500', '161326.992500', '161327.452500', '161327.912500', '161328.372500', '161328.832500', '161329.292500', '161329.752500', '161330.212500', '161330.672500', '161331.132500', '161331.592500', '161332.052500', '161332.512500', '161332.972500', '161333.432500', '161333.892500', '161334.352500', '161334.812500', '161335.272500', '161335.732500', '161336.192500', '161336.652500', '161337.112500', '161337.572500', '161338.032500', '161338.492500', '161338.952500', '161339.412500', '161339.872500', '161340.332500', '161340.792500', '161341.252500', '161341.712500', '161342.172500', '161342.632500', '161343.092500', '161343.552500', '161344.012500', '161344.472500', '161344.932500', '161345.392500', '161345.852500', '161346.312500', '161346.772500', '161347.232500', '161347.692500', '161348.152500', '161348.612500', '161349.072500', '161349.532500', '161349.992500', '161350.452500', '161350.912500', '161351.372500', '161351.832500', '161352.292500', '161352.752500', '161353.212500', '161353.672500', '161354.132500', '161354.592500', '161355.052500', '161355.512500', '161355.972500', '161356.432500', '161356.892500', '161357.352500', '161357.812500', '161358.272500', '161358.732500', '161359.192500', '161359.652500', '161400.112500', '161400.572500', '161401.032500', '161401.492500', '161401.952500', '161402.412500', '161402.872500', '161403.332500', '161403.792500', '161404.252500', '161404.712500', '161405.172500', '161405.632500', '161406.092500', '161406.552500', '161407.012500', '161407.472500', '161407.932500', '161408.392500', '161408.852500', '161409.312500', '161409.772500', '161410.232500', '161410.692500', '161411.152500', '161411.612500', '161412.072500', '161412.532500', '161412.992500', '161413.452500', '161413.912500', '161414.372500', '161414.832500', '161415.292500', '161415.752500', '161416.212500', '161416.672500', '161417.132500', '161417.592500', '161418.052500', '161418.512500', '161418.972500', '161419.432500', '161419.892500', '161420.352500', '161420.812500', '161421.272500', '161421.732500', '161422.192500', '161422.652500', '161423.112500', '161423.572500', '161424.032500', '161424.492500', '161424.952500', '161425.412500', '161425.872500', '161426.332500', '161426.792500', '161427.252500', '161427.712500', '161428.172500', '161428.632500', '161429.092500', '161429.552500', '161430.012500', '161430.472500', '161430.932500', '161431.392500', '161431.852500', '161432.312500', '161432.772500', '161433.232500', '161433.692500', '161434.152500', '161434.612500', '161435.072500', '161435.532500', '161435.992500', '161436.452500', '161436.912500', '161437.372500', '161437.832500', '161438.292500', '161438.752500', '161439.212500', '161439.672500', '161440.132500', '161440.592500', '161441.052500', '161441.512500', '161441.972500', '161442.432500', '161442.892500', '161443.352500', '161443.812500', '161444.272500', '161444.732500', '161445.192500', '161445.652500', '161446.112500', '161446.572500', '161447.032500', '161447.492500', '161447.952500', '161448.412500', '161448.872500', '161449.332500', '161449.792500', '161450.252500', '161450.712500', '161451.172500', '161451.632500', '161452.092500', '161452.552500', '161453.012500', '161453.472500', '161453.932500', '161454.392500', '161454.852500', '161455.312500', '161455.772500', '161456.232500', '161456.692500', '161457.152500', '161457.612500', '161458.072500', '161458.532500', '161458.992500', '161459.452500', '161459.912500', '161500.372500', '161500.832500', '161501.292500', '161501.752500', '161502.212500', '161502.672500', '161503.132500', '161503.592500', '161504.052500', '161504.512500', '161504.972500', '161505.432500', '161505.892500', '161506.352500', '161506.812500', '161507.272500', '161507.732500', '161508.192500', '161508.652500', '161509.112500', '161509.572500', '161510.032500', '161510.492500', '161510.952500', '161511.412500', '161511.872500', '161512.332500', '161512.792500', '161513.252500', '161513.712500', '161514.172500', '161514.632500', '161515.092500', '161515.552500', '161516.012500', '161516.472500', '161516.932500', '161517.392500', '161517.852500', '161518.312500', '161518.772500', '161519.232500', '161519.692500', '161520.152500', '161520.612500', '161521.072500', '161521.532500', '161521.992500', '161522.452500', '161522.912500', '161523.372500', '161523.832500', '161524.292500', '161524.752500', '161525.212500', '161525.672500', '161526.132500', '161526.592500', '161527.052500', '161527.512500', '161527.972500', '161528.432500', '161528.892500', '161529.352500', '161529.812500', '161530.272500', '161530.732500', '161531.192500', '161531.652500', '161532.112500', '161532.572500', '161533.032500', '161533.492500', '161533.952500', '161534.412500', '161534.872500', '161535.332500', '161535.792500', '161536.252500', '161536.712500', '161537.172500', '161537.632500', '161538.092500', '161538.552500', '161539.012500', '161539.472500', '161539.932500', '161540.392500', '161540.852500', '161541.312500', '161541.772500', '161542.232500', '161542.692500', '161543.152500', '161543.612500', '161544.072500', '161544.532500', '161544.992500', '161545.452500', '161545.912500', '161546.372500', '161546.832500', '161547.292500', '161547.752500', '161548.212500', '161548.672500', '161549.132500', '161549.592500', '161550.052500', '161550.512500', '161550.972500', '161551.432500', '161551.892500', '161552.352500', '161552.812500', '161553.272500', '161553.732500', '161554.192500', '161554.652500', '161555.112500', '161555.572500', '161556.032500', '161556.492500', '161556.952500', '161557.412500', '161557.872500', '161558.332500', '161558.792500', '161559.252500', '161559.712500', '161600.172500', '161600.632500', '161601.092500', '161601.552500', '161602.012500', '161602.472500', '161602.932500', '161603.392500', '161603.852500', '161604.312500', '161604.772500', '161605.232500', '161605.692500', '161606.152500', '161606.612500', '161607.072500', '161607.532500', '161607.992500', '161608.452500', '161608.912500', '161609.372500', '161609.832500', '161610.292500', '161610.752500', '161611.212500', '161611.672500', '161612.132500', '161612.592500', '161613.052500', '161613.512500', '161613.972500', '161614.432500', '161614.892500', '161615.352500', '161615.812500', '161616.272500', '161616.732500', '161617.192500', '161617.652500', '161618.112500', '161618.572500', '161619.032500', '161619.492500', '161619.952500', '161620.412500', '161620.872500', '161621.332500', '161621.792500', '161622.252500', '161622.712500', '161623.172500', '161623.632500', '161624.092500', '161624.552500', '161625.012500', '161625.472500', '161625.932500', '161626.392500', '161626.852500', '161627.312500', '161627.772500', '161628.232500', '161628.692500', '161629.152500', '161629.612500', '161630.072500', '161630.532500', '161630.992500', '161631.452500', '161631.912500', '161632.372500', '161632.832500', '161633.292500', '161633.752500', '161634.212500', '161634.672500', '161635.132500', '161635.592500', '161636.052500', '161636.512500', '161636.972500', '161637.432500', '161637.892500', '161638.352500', '161638.812500', '161639.272500', '161639.732500', '161640.192500', '161640.652500', '161641.112500', '161641.572500', '161642.032500', '161642.492500', '161642.952500', '161643.412500', '161643.872500', '161644.332500', '161644.792500', '161645.252500', '161645.712500', '161646.172500', '161646.632500', '161647.092500', '161647.552500', '161648.012500', '161648.472500', '161648.932500', '161649.392500', '161649.852500', '161650.312500', '161650.772500', '161651.232500', '161651.692500', '161652.152500', '161652.612500', '161653.072500', '161653.532500', '161653.992500', '161654.452500', '161654.912500', '161655.372500', '161655.832500', '161656.292500'], 'ContentTime': ['160649.034000', '160649.037000', '160649.040000', '160649.043000', '160649.046000', '160649.049000', '160649.052000', '160649.055000', '160649.057000', '160649.060000', '160649.063000', '160649.066000', '160649.069000', '160649.072000', '160649.081000', '160649.084000', '160649.087000', '160649.091000', '160649.094000', '160649.097000', '160649.100000', '160649.103000', '160649.105000', '160649.108000', '160649.111000', '160649.114000', '160649.117000', '160649.120000', '160649.122000', '160649.125000', '160649.128000', '160649.131000', '160649.134000', '160649.136000', '160649.139000', '160649.142000', '160649.145000', '160649.148000', '160649.150000', '160649.153000', '160649.156000', '160649.170000', '160649.173000', '160649.193000', '160649.196000', '160649.201000', '160649.203000', '160649.206000', '160649.209000', '160649.212000', '160649.215000', '160649.218000', '160649.220000', '160649.223000', '160649.226000', '160649.229000', '160649.232000', '160649.235000', '160649.237000', '160649.240000', '160709.007000', '160709.010000', '160709.013000', '160709.015000', '160709.018000', '160709.021000', '160709.024000', '160709.027000', '160709.030000', '160709.033000', '160709.035000', '160709.038000', '160709.041000', '160709.044000', '160709.047000', '160709.050000', '160709.052000', '160709.055000', '160709.058000', '160709.061000', '160709.064000', '160709.066000', '160709.069000', '160709.072000', '160709.075000', '160709.078000', '160709.081000', '160709.083000', '160709.086000', '160709.089000', '160709.092000', '160709.095000', '160709.098000', '160709.100000', '160709.103000', '160709.106000', '160709.109000', '160709.112000', '160709.115000', '160709.117000', '160709.120000', '160709.123000', '160709.126000', '160709.129000', '160729.007000', '160729.010000', '160729.013000', '160729.016000', '160729.018000', '160729.021000', '160729.024000', '160729.027000', '160729.030000', '160729.033000', '160729.036000', '160729.038000', '160729.041000', '160729.044000', '160729.047000', '160729.050000', '160729.053000', '160729.056000', '160729.059000', '160729.061000', '160729.064000', '160729.067000', '160729.070000', '160729.073000', '160729.076000', '160729.078000', '160729.081000', '160729.084000', '160729.087000', '160729.090000', '160729.093000', '160729.095000', '160729.098000', '160729.101000', '160729.104000', '160729.107000', '160729.110000', '160729.113000', '160729.115000', '160729.119000', '160729.123000', '160729.126000', '160729.129000', '160749.007000', '160749.010000', '160749.012000', '160749.015000', '160749.018000', '160749.021000', '160749.024000', '160749.027000', '160749.030000', '160749.032000', '160749.035000', '160749.038000', '160749.041000', '160749.044000', '160749.047000', '160749.050000', '160749.053000', '160749.056000', '160749.058000', '160749.061000', '160749.064000', '160749.067000', '160749.070000', '160749.073000', '160749.076000', '160749.078000', '160749.081000', '160749.084000', '160749.087000', '160749.090000', '160749.093000', '160749.096000', '160749.099000', '160749.101000', '160749.104000', '160749.107000', '160749.110000', '160749.113000', '160749.116000', '160749.119000', '160749.121000', '160749.124000', '160749.127000', '160749.130000', '160809.006000', '160809.014000', '160809.017000', '160809.020000', '160809.023000', '160809.025000', '160809.028000', '160809.031000', '160809.034000', '160809.037000', '160809.040000', '160809.043000', '160809.045000', '160809.048000', '160809.051000', '160809.054000', '160809.057000', '160809.060000', '160809.064000', '160809.067000', '160809.070000', '160809.073000', '160809.076000', '160809.079000', '160809.081000', '160809.084000', '160809.087000', '160809.090000', '160809.093000', '160809.096000', '160809.099000', '160809.101000', '160809.104000', '160809.107000', '160809.110000', '160809.113000', '160809.116000', '160809.119000', '160809.122000', '160809.125000', '160809.128000', '160809.133000', '160809.136000', '160829.006000', '160829.009000', '160829.012000', '160829.014000', '160829.017000', '160829.020000', '160829.023000', '160829.026000', '160829.029000', '160829.032000', '160829.035000', '160829.037000', '160829.040000', '160829.043000', '160829.046000', '160829.049000', '160829.052000', '160829.055000', '160829.058000', '160829.060000', '160829.063000', '160829.066000', '160829.069000', '160829.072000', '160829.075000', '160829.078000', '160829.081000', '160829.084000', '160829.086000', '160829.089000', '160829.092000', '160829.095000', '160829.098000', '160829.101000', '160829.120000', '160829.122000', '160829.125000', '160829.128000', '160829.131000', '160829.134000', '160829.137000', '160829.139000', '160829.142000', '160829.145000', '160849.007000', '160849.010000', '160849.013000', '160849.016000', '160849.019000', '160849.022000', '160849.024000', '160849.027000', '160849.030000', '160849.033000', '160849.036000', '160849.039000', '160849.042000', '160849.045000', '160849.047000', '160849.050000', '160849.053000', '160849.056000', '160849.059000', '160849.062000', '160849.065000', '160849.068000', '160849.070000', '160849.073000', '160849.076000', '160849.079000', '160849.082000', '160849.085000', '160849.088000', '160849.090000', '160849.093000', '160849.096000', '160849.099000', '160849.102000', '160849.105000', '160849.107000', '160849.110000', '160849.113000', '160849.116000', '160849.119000', '160849.122000', '160849.124000', '160849.127000', '160909.007000', '160909.010000', '160909.013000', '160909.016000', '160909.018000', '160909.021000', '160909.024000', '160909.027000', '160909.030000', '160909.033000', '160909.036000', '160909.038000', '160909.041000', '160909.044000', '160909.047000', '160909.050000', '160909.053000', '160909.056000', '160909.059000', '160909.061000', '160909.064000', '160909.067000', '160909.070000', '160909.073000', '160909.076000', '160909.079000', '160909.082000', '160909.084000', '160909.087000', '160909.090000', '160909.093000', '160909.096000', '160909.098000', '160909.102000', '160909.104000', '160909.107000', '160909.110000', '160909.113000', '160909.116000', '160909.119000', '160909.121000', '160909.124000', '160909.127000', '160909.130000', '160929.007000', '160929.010000', '160929.013000', '160929.016000', '160929.018000', '160929.021000', '160929.024000', '160929.027000', '160929.030000', '160929.033000', '160929.036000', '160929.039000', '160929.041000', '160929.044000', '160929.047000', '160929.050000', '160929.053000', '160929.056000', '160929.059000', '160929.061000', '160929.064000', '160929.067000', '160929.070000', '160929.073000', '160929.076000', '160929.079000', '160929.081000', '160929.084000', '160929.087000', '160929.090000', '160929.093000', '160929.103000', '160929.106000', '160929.109000', '160929.112000', '160929.115000', '160929.118000', '160929.121000', '160929.124000', '160929.127000', '160929.129000', '160929.132000', '160929.135000', '160949.007000', '160949.010000', '160949.013000', '160949.016000', '160949.019000', '160949.021000', '160949.024000', '160949.027000', '160949.030000', '160949.033000', '160949.036000', '160949.039000', '160949.042000', '160949.044000', '160949.047000', '160949.050000', '160949.053000', '160949.056000', '160949.059000', '160949.062000', '160949.065000', '160949.067000', '160949.070000', '160949.073000', '160949.076000', '160949.079000', '160949.082000', '160949.085000', '160949.088000', '160949.090000', '160949.093000', '160949.096000', '160949.099000', '160949.102000', '160949.105000', '160949.107000', '160949.110000', '160949.113000', '160949.116000', '160949.119000', '160949.122000', '160949.125000', '160949.127000', '160949.130000', '161009.007000', '161009.010000', '161009.013000', '161009.016000', '161009.019000', '161009.021000', '161009.024000', '161009.027000', '161009.030000', '161009.033000', '161009.036000', '161009.039000', '161009.041000', '161009.044000', '161009.047000', '161009.059000', '161009.062000', '161009.064000', '161009.067000', '161009.070000', '161009.073000', '161009.076000', '161009.079000', '161009.082000', '161009.084000', '161009.087000', '161009.090000', '161009.093000', '161009.096000', '161009.099000', '161009.102000', '161009.105000', '161009.107000', '161009.110000', '161009.113000', '161009.116000', '161009.119000', '161009.122000', '161009.125000', '161009.128000', '161009.130000', '161009.133000', '161009.136000', '161029.006000', '161029.009000', '161029.012000', '161029.015000', '161029.017000', '161029.020000', '161029.023000', '161029.026000', '161029.029000', '161029.032000', '161029.035000', '161029.038000', '161029.040000', '161029.043000', '161029.046000', '161029.049000', '161029.052000', '161029.055000', '161029.058000', '161029.061000', '161029.064000', '161029.066000', '161029.069000', '161029.072000', '161029.075000', '161029.078000', '161029.081000', '161029.084000', '161029.087000', '161029.090000', '161029.093000', '161029.096000', '161029.098000', '161029.101000', '161029.104000', '161029.107000', '161029.110000', '161029.113000', '161029.116000', '161029.119000', '161029.127000', '161029.130000', '161029.132000', '161029.136000', '161049.006000', '161049.009000', '161049.012000', '161049.015000', '161049.017000', '161049.020000', '161049.031000', '161049.034000', '161049.037000', '161049.040000', '161049.043000', '161049.045000', '161049.048000', '161049.051000', '161049.054000', '161049.057000', '161049.060000', '161049.063000', '161049.066000', '161049.068000', '161049.071000', '161049.074000', '161049.077000', '161049.080000', '161049.083000', '161049.086000', '161049.089000', '161049.091000', '161049.094000', '161049.097000', '161049.101000', '161049.104000', '161049.107000', '161049.110000', '161049.113000', '161049.115000', '161049.118000', '161049.121000', '161049.124000', '161049.127000', '161049.130000', '161049.133000', '161049.136000', '161109.007000', '161109.010000', '161109.013000', '161109.015000', '161109.018000', '161109.021000', '161109.024000', '161109.027000', '161109.030000', '161109.033000', '161109.036000', '161109.039000', '161109.041000', '161109.044000', '161109.047000', '161109.050000', '161109.053000', '161109.056000', '161109.059000', '161109.062000', '161109.065000', '161109.067000', '161109.070000', '161109.073000', '161109.076000', '161109.079000', '161109.082000', '161109.085000', '161109.088000', '161109.090000', '161109.093000', '161109.096000', '161109.099000', '161109.102000', '161109.105000', '161109.108000', '161109.111000', '161109.114000', '161109.117000', '161109.119000', '161109.122000', '161109.125000', '161109.128000', '161109.131000', '161129.007000', '161129.010000', '161129.013000', '161129.016000', '161129.019000', '161129.021000', '161129.024000', '161129.027000', '161129.030000', '161129.033000', '161129.036000', '161129.039000', '161129.042000', '161129.044000', '161129.047000', '161129.050000', '161129.053000', '161129.056000', '161129.059000', '161129.062000', '161129.064000', '161129.067000', '161129.070000', '161129.073000', '161129.076000', '161129.079000', '161129.082000', '161129.085000', '161129.088000', '161129.090000', '161129.093000', '161129.096000', '161129.099000', '161129.102000', '161129.105000', '161129.107000', '161129.110000', '161129.113000', '161129.116000', '161129.119000', '161129.136000', '161129.139000', '161129.142000', '161149.009000', '161149.012000', '161149.015000', '161149.018000', '161149.021000', '161149.024000', '161149.027000', '161149.029000', '161149.032000', '161149.035000', '161149.038000', '161149.041000', '161149.044000', '161149.047000', '161149.050000', '161149.053000', '161149.056000', '161149.059000', '161149.061000', '161149.064000', '161149.067000', '161149.070000', '161149.073000', '161149.076000', '161149.079000', '161149.082000', '161149.085000', '161149.087000', '161149.090000', '161149.093000', '161149.096000', '161149.099000', '161149.102000', '161149.105000', '161149.108000', '161149.111000', '161149.113000', '161149.116000', '161149.119000', '161149.122000', '161149.125000', '161149.128000', '161149.131000', '161209.007000', '161209.010000', '161209.013000', '161209.015000', '161209.018000', '161209.021000', '161209.024000', '161209.027000', '161209.030000', '161209.033000', '161209.036000', '161209.038000', '161209.041000', '161209.044000', '161209.047000', '161209.050000', '161209.053000', '161209.056000', '161209.058000', '161209.061000', '161209.064000', '161209.067000', '161209.070000', '161209.072000', '161209.075000', '161209.078000', '161209.081000', '161209.084000', '161209.087000', '161209.090000', '161209.092000', '161209.095000', '161209.098000', '161209.101000', '161209.104000', '161209.107000', '161209.110000', '161209.112000', '161209.115000', '161209.118000', '161209.121000', '161209.124000', '161209.126000', '161209.129000', '161229.007000', '161229.010000', '161229.021000', '161229.024000', '161229.027000', '161229.030000', '161229.033000', '161229.036000', '161229.039000', '161229.041000', '161229.044000', '161229.047000', '161229.050000', '161229.053000', '161229.056000', '161229.059000', '161229.061000', '161229.064000', '161229.067000', '161229.070000', '161229.073000', '161229.076000', '161229.078000', '161229.081000', '161229.084000', '161229.087000', '161229.090000', '161229.093000', '161229.096000', '161229.098000', '161229.101000', '161229.104000', '161229.107000', '161229.110000', '161229.113000', '161229.116000', '161229.118000', '161229.121000', '161229.124000', '161229.127000', '161229.130000', '161229.133000', '161229.136000', '161249.006000', '161249.009000', '161249.012000', '161249.015000', '161249.017000', '161249.020000', '161249.023000', '161249.026000', '161249.029000', '161249.032000', '161249.035000', '161249.038000', '161249.041000', '161249.043000', '161249.046000', '161249.049000', '161249.052000', '161249.055000', '161249.058000', '161249.061000', '161249.064000', '161249.066000', '161249.069000', '161249.072000', '161249.075000', '161249.078000', '161249.081000', '161249.084000', '161249.087000', '161249.089000', '161249.092000', '161249.095000', '161249.098000', '161249.101000', '161249.104000', '161249.107000', '161249.110000', '161249.112000', '161249.115000', '161249.118000', '161249.121000', '161249.124000', '161249.127000', '161249.130000', '161309.007000', '161309.010000', '161309.013000', '161309.016000', '161309.019000', '161309.022000', '161309.024000', '161309.027000', '161309.030000', '161309.033000', '161309.036000', '161309.039000', '161309.042000', '161309.045000', '161309.047000', '161309.051000', '161309.055000', '161309.058000', '161309.061000', '161309.064000', '161309.066000', '161309.069000', '161309.072000', '161309.075000', '161309.078000', '161309.081000', '161309.084000', '161309.087000', '161309.090000', '161309.093000', '161309.095000', '161309.098000', '161309.101000', '161309.104000', '161309.107000', '161309.110000', '161309.113000', '161309.115000', '161309.118000', '161309.121000', '161309.124000', '161309.127000', '161309.130000', '161329.007000', '161329.010000', '161329.013000', '161329.016000', '161329.018000', '161329.021000', '161329.024000', '161329.027000', '161329.030000', '161329.033000', '161329.036000', '161329.039000', '161329.041000', '161329.044000', '161329.047000', '161329.050000', '161329.053000', '161329.056000', '161329.059000', '161329.061000', '161329.064000', '161329.067000', '161329.070000', '161329.073000', '161329.076000', '161329.079000', '161329.082000', '161329.084000', '161329.087000', '161329.090000', '161329.093000', '161329.096000', '161329.099000', '161329.102000', '161329.104000', '161329.107000', '161329.110000', '161329.113000', '161329.116000', '161329.119000', '161329.121000', '161329.124000', '161329.127000', '161329.130000', '161349.007000', '161349.010000', '161349.013000', '161349.015000', '161349.019000', '161349.021000', '161349.024000', '161349.027000', '161349.030000', '161349.033000', '161349.036000', '161349.039000', '161349.042000', '161349.044000', '161349.047000', '161349.050000', '161349.053000', '161349.056000', '161349.059000', '161349.061000', '161349.064000', '161349.067000', '161349.070000', '161349.073000', '161349.076000', '161349.078000', '161349.081000', '161349.084000', '161349.087000', '161349.090000', '161349.093000', '161349.095000', '161349.098000', '161349.101000', '161349.104000', '161349.107000', '161349.112000', '161349.116000', '161349.120000', '161349.123000', '161349.125000', '161349.128000', '161349.131000', '161409.007000', '161409.010000', '161409.013000', '161409.016000', '161409.019000', '161409.022000', '161409.024000', '161409.027000', '161409.030000', '161409.033000', '161409.036000', '161409.039000', '161409.042000', '161409.045000', '161409.048000', '161409.051000', '161409.054000', '161409.057000', '161409.060000', '161409.062000', '161409.065000', '161409.068000', '161409.071000', '161409.074000', '161409.077000', '161409.080000', '161409.082000', '161409.085000', '161409.088000', '161409.091000', '161409.094000', '161409.097000', '161409.099000', '161409.102000', '161409.105000', '161409.108000', '161409.111000', '161409.114000', '161409.117000', '161409.119000', '161409.122000', '161409.125000', '161409.128000', '161409.131000', '161429.007000', '161429.010000', '161429.013000', '161429.016000', '161429.019000', '161429.022000', '161429.025000', '161429.028000', '161429.031000', '161429.034000', '161429.037000', '161429.040000', '161429.042000', '161429.045000', '161429.048000', '161429.051000', '161429.054000', '161429.057000', '161429.059000', '161429.063000', '161429.065000', '161429.068000', '161429.071000', '161429.074000', '161429.077000', '161429.080000', '161429.083000', '161429.086000', '161429.089000', '161429.091000', '161429.094000', '161429.097000', '161429.100000', '161429.103000', '161429.106000', '161429.109000', '161429.112000', '161429.116000', '161429.120000', '161429.122000', '161429.125000', '161429.128000', '161429.131000', '161449.007000', '161449.010000', '161449.013000', '161449.016000', '161449.019000', '161449.021000', '161449.024000', '161449.027000', '161449.030000', '161449.033000', '161449.036000', '161449.039000', '161449.042000', '161449.044000', '161449.047000', '161449.050000', '161449.053000', '161449.056000', '161449.059000', '161449.062000', '161449.065000', '161449.067000', '161449.070000', '161449.073000', '161449.076000', '161449.079000', '161449.082000', '161449.085000', '161449.088000', '161449.090000', '161449.093000', '161449.096000', '161449.099000', '161449.102000', '161449.105000', '161449.107000', '161449.110000', '161449.113000', '161449.116000', '161449.119000', '161449.122000', '161449.125000', '161449.127000', '161449.130000', '161509.006000', '161509.009000', '161509.012000', '161509.015000', '161509.018000', '161509.020000', '161509.023000', '161509.026000', '161509.029000', '161509.032000', '161509.035000', '161509.038000', '161509.040000', '161509.043000', '161509.046000', '161509.049000', '161509.052000', '161509.055000', '161509.058000', '161509.061000', '161509.063000', '161509.066000', '161509.069000', '161509.072000', '161509.075000', '161509.078000', '161509.081000', '161509.084000', '161509.087000', '161509.092000', '161509.096000', '161509.099000', '161509.102000', '161509.105000', '161509.108000', '161509.110000', '161509.113000', '161509.116000', '161509.119000', '161509.122000', '161509.125000', '161509.128000', '161509.130000', '161529.007000', '161529.010000', '161529.013000', '161529.016000', '161529.019000', '161529.022000', '161529.025000', '161529.028000', '161529.030000', '161529.033000', '161529.036000', '161529.039000', '161529.042000', '161529.045000', '161529.048000', '161529.051000', '161529.054000', '161529.056000', '161529.059000', '161529.062000', '161529.065000', '161529.068000', '161529.071000', '161529.074000', '161529.077000', '161529.079000', '161529.082000', '161529.085000', '161529.088000', '161529.091000', '161529.094000', '161529.097000', '161529.100000', '161529.103000', '161529.106000', '161529.109000', '161529.111000', '161529.114000', '161529.117000', '161529.120000', '161529.123000', '161529.126000', '161529.129000', '161529.132000', '161549.007000', '161549.010000', '161549.013000', '161549.016000', '161549.019000', '161549.022000', '161549.024000', '161549.027000', '161549.030000', '161549.033000', '161549.036000', '161549.039000', '161549.042000', '161549.045000', '161549.047000', '161549.050000', '161549.054000', '161549.058000', '161549.060000', '161549.063000', '161549.066000', '161549.069000', '161549.072000', '161549.075000', '161549.078000', '161549.081000', '161549.083000', '161549.086000', '161549.089000', '161549.092000', '161549.095000', '161549.098000', '161549.101000', '161549.104000', '161549.107000', '161549.110000', '161549.113000', '161549.119000', '161549.122000', '161549.125000', '161549.128000', '161549.131000', '161549.134000', '161609.007000', '161609.010000', '161609.013000', '161609.016000', '161609.019000', '161609.022000', '161609.025000', '161609.027000', '161609.030000', '161609.033000', '161609.036000', '161609.039000', '161609.042000', '161609.045000', '161609.048000', '161609.051000', '161609.054000', '161609.057000', '161609.060000', '161609.062000', '161609.065000', '161609.068000', '161609.071000', '161609.074000', '161609.077000', '161609.080000', '161609.083000', '161609.086000', '161609.088000', '161609.091000', '161609.094000', '161609.097000', '161609.100000', '161609.103000', '161609.106000', '161609.109000', '161609.111000', '161609.114000', '161609.117000', '161609.120000', '161609.123000', '161609.126000', '161609.129000', '161609.131000', '161629.007000', '161629.010000', '161629.013000', '161629.016000', '161629.019000', '161629.022000', '161629.024000', '161629.027000', '161629.030000', '161629.033000', '161629.036000', '161629.039000', '161629.042000', '161629.045000', '161629.047000', '161629.050000', '161629.053000', '161629.056000', '161629.059000', '161629.062000', '161629.065000', '161629.068000', '161629.070000', '161629.073000', '161629.076000', '161629.079000', '161629.082000', '161629.085000', '161629.088000', '161629.091000', '161629.094000', '161629.096000', '161629.099000', '161629.102000', '161629.106000', '161629.108000', '161629.112000', '161629.114000', '161629.117000', '161629.120000', '161629.123000', '161629.126000', '161629.129000', '161649.007000', '161649.010000', '161649.013000', '161649.016000', '161649.019000', '161649.022000', '161649.025000', '161649.028000', '161649.030000', '161649.033000', '161649.036000', '161649.039000', '161649.042000', '161649.045000', '161649.048000', '161649.051000', '161649.053000', '161649.056000', '161649.059000', '161649.062000', '161649.065000', '161649.068000', '161649.071000', '161649.074000', '161649.076000', '161649.079000', '161649.082000', '161649.100000', '161649.103000', '161649.106000', '161649.109000', '161649.112000', '161649.115000', '161649.117000', '161649.120000', '161649.123000', '161649.126000', '161649.129000', '161649.132000', '161649.134000', '161649.137000', '161649.140000', '161649.143000', '161649.151000', '161657.270000', '161657.274000', '161657.277000', '161657.280000', '161657.283000', '161657.286000', '161657.289000', '161657.292000', '161657.295000', '161657.298000', '161657.301000', '161657.304000', '161657.307000', '161657.310000', '161657.313000', '161657.316000', '161657.319000', '161657.322000'], 'InstanceCreationTime': ['160649.034000', '160649.037000', '160649.040000', '160649.043000', '160649.046000', '160649.049000', '160649.052000', '160649.055000', '160649.057000', '160649.060000', '160649.063000', '160649.066000', '160649.069000', '160649.072000', '160649.081000', '160649.084000', '160649.087000', '160649.091000', '160649.094000', '160649.097000', '160649.100000', '160649.103000', '160649.105000', '160649.108000', '160649.111000', '160649.114000', '160649.117000', '160649.120000', '160649.122000', '160649.125000', '160649.128000', '160649.131000', '160649.134000', '160649.136000', '160649.139000', '160649.142000', '160649.145000', '160649.148000', '160649.150000', '160649.153000', '160649.156000', '160649.170000', '160649.173000', '160649.193000', '160649.196000', '160649.201000', '160649.203000', '160649.206000', '160649.209000', '160649.212000', '160649.215000', '160649.218000', '160649.220000', '160649.223000', '160649.226000', '160649.229000', '160649.232000', '160649.235000', '160649.237000', '160649.240000', '160709.007000', '160709.010000', '160709.013000', '160709.015000', '160709.018000', '160709.021000', '160709.024000', '160709.027000', '160709.030000', '160709.033000', '160709.035000', '160709.038000', '160709.041000', '160709.044000', '160709.047000', '160709.050000', '160709.052000', '160709.055000', '160709.058000', '160709.061000', '160709.064000', '160709.066000', '160709.069000', '160709.072000', '160709.075000', '160709.078000', '160709.081000', '160709.083000', '160709.086000', '160709.089000', '160709.092000', '160709.095000', '160709.098000', '160709.100000', '160709.103000', '160709.106000', '160709.109000', '160709.112000', '160709.115000', '160709.117000', '160709.120000', '160709.123000', '160709.126000', '160709.129000', '160729.007000', '160729.010000', '160729.013000', '160729.016000', '160729.018000', '160729.021000', '160729.024000', '160729.027000', '160729.030000', '160729.033000', '160729.036000', '160729.038000', '160729.041000', '160729.044000', '160729.047000', '160729.050000', '160729.053000', '160729.056000', '160729.059000', '160729.061000', '160729.064000', '160729.067000', '160729.070000', '160729.073000', '160729.076000', '160729.078000', '160729.081000', '160729.084000', '160729.087000', '160729.090000', '160729.093000', '160729.095000', '160729.098000', '160729.101000', '160729.104000', '160729.107000', '160729.110000', '160729.113000', '160729.115000', '160729.119000', '160729.123000', '160729.126000', '160729.129000', '160749.007000', '160749.010000', '160749.012000', '160749.015000', '160749.018000', '160749.021000', '160749.024000', '160749.027000', '160749.030000', '160749.032000', '160749.035000', '160749.038000', '160749.041000', '160749.044000', '160749.047000', '160749.050000', '160749.053000', '160749.056000', '160749.058000', '160749.061000', '160749.064000', '160749.067000', '160749.070000', '160749.073000', '160749.076000', '160749.078000', '160749.081000', '160749.084000', '160749.087000', '160749.090000', '160749.093000', '160749.096000', '160749.099000', '160749.101000', '160749.104000', '160749.107000', '160749.110000', '160749.113000', '160749.116000', '160749.119000', '160749.121000', '160749.124000', '160749.127000', '160749.130000', '160809.006000', '160809.014000', '160809.017000', '160809.020000', '160809.023000', '160809.025000', '160809.028000', '160809.031000', '160809.034000', '160809.037000', '160809.040000', '160809.043000', '160809.045000', '160809.048000', '160809.051000', '160809.054000', '160809.057000', '160809.060000', '160809.064000', '160809.067000', '160809.070000', '160809.073000', '160809.076000', '160809.079000', '160809.081000', '160809.084000', '160809.087000', '160809.090000', '160809.093000', '160809.096000', '160809.099000', '160809.101000', '160809.104000', '160809.107000', '160809.110000', '160809.113000', '160809.116000', '160809.119000', '160809.122000', '160809.125000', '160809.128000', '160809.133000', '160809.136000', '160829.006000', '160829.009000', '160829.012000', '160829.014000', '160829.017000', '160829.020000', '160829.023000', '160829.026000', '160829.029000', '160829.032000', '160829.035000', '160829.037000', '160829.040000', '160829.043000', '160829.046000', '160829.049000', '160829.052000', '160829.055000', '160829.058000', '160829.060000', '160829.063000', '160829.066000', '160829.069000', '160829.072000', '160829.075000', '160829.078000', '160829.081000', '160829.084000', '160829.086000', '160829.089000', '160829.092000', '160829.095000', '160829.098000', '160829.101000', '160829.120000', '160829.122000', '160829.125000', '160829.128000', '160829.131000', '160829.134000', '160829.137000', '160829.139000', '160829.142000', '160829.145000', '160849.007000', '160849.010000', '160849.013000', '160849.016000', '160849.019000', '160849.022000', '160849.024000', '160849.027000', '160849.030000', '160849.033000', '160849.036000', '160849.039000', '160849.042000', '160849.045000', '160849.047000', '160849.050000', '160849.053000', '160849.056000', '160849.059000', '160849.062000', '160849.065000', '160849.068000', '160849.070000', '160849.073000', '160849.076000', '160849.079000', '160849.082000', '160849.085000', '160849.088000', '160849.090000', '160849.093000', '160849.096000', '160849.099000', '160849.102000', '160849.105000', '160849.107000', '160849.110000', '160849.113000', '160849.116000', '160849.119000', '160849.122000', '160849.124000', '160849.127000', '160909.007000', '160909.010000', '160909.013000', '160909.016000', '160909.018000', '160909.021000', '160909.024000', '160909.027000', '160909.030000', '160909.033000', '160909.036000', '160909.038000', '160909.041000', '160909.044000', '160909.047000', '160909.050000', '160909.053000', '160909.056000', '160909.059000', '160909.061000', '160909.064000', '160909.067000', '160909.070000', '160909.073000', '160909.076000', '160909.079000', '160909.082000', '160909.084000', '160909.087000', '160909.090000', '160909.093000', '160909.096000', '160909.098000', '160909.102000', '160909.104000', '160909.107000', '160909.110000', '160909.113000', '160909.116000', '160909.119000', '160909.121000', '160909.124000', '160909.127000', '160909.130000', '160929.007000', '160929.010000', '160929.013000', '160929.016000', '160929.018000', '160929.021000', '160929.024000', '160929.027000', '160929.030000', '160929.033000', '160929.036000', '160929.039000', '160929.041000', '160929.044000', '160929.047000', '160929.050000', '160929.053000', '160929.056000', '160929.059000', '160929.061000', '160929.064000', '160929.067000', '160929.070000', '160929.073000', '160929.076000', '160929.079000', '160929.081000', '160929.084000', '160929.087000', '160929.090000', '160929.093000', '160929.103000', '160929.106000', '160929.109000', '160929.112000', '160929.115000', '160929.118000', '160929.121000', '160929.124000', '160929.127000', '160929.129000', '160929.132000', '160929.135000', '160949.007000', '160949.010000', '160949.013000', '160949.016000', '160949.019000', '160949.021000', '160949.024000', '160949.027000', '160949.030000', '160949.033000', '160949.036000', '160949.039000', '160949.042000', '160949.044000', '160949.047000', '160949.050000', '160949.053000', '160949.056000', '160949.059000', '160949.062000', '160949.065000', '160949.067000', '160949.070000', '160949.073000', '160949.076000', '160949.079000', '160949.082000', '160949.085000', '160949.088000', '160949.090000', '160949.093000', '160949.096000', '160949.099000', '160949.102000', '160949.105000', '160949.107000', '160949.110000', '160949.113000', '160949.116000', '160949.119000', '160949.122000', '160949.125000', '160949.127000', '160949.130000', '161009.007000', '161009.010000', '161009.013000', '161009.016000', '161009.019000', '161009.021000', '161009.024000', '161009.027000', '161009.030000', '161009.033000', '161009.036000', '161009.039000', '161009.041000', '161009.044000', '161009.047000', '161009.059000', '161009.062000', '161009.064000', '161009.067000', '161009.070000', '161009.073000', '161009.076000', '161009.079000', '161009.082000', '161009.084000', '161009.087000', '161009.090000', '161009.093000', '161009.096000', '161009.099000', '161009.102000', '161009.105000', '161009.107000', '161009.110000', '161009.113000', '161009.116000', '161009.119000', '161009.122000', '161009.125000', '161009.128000', '161009.130000', '161009.133000', '161009.136000', '161029.006000', '161029.009000', '161029.012000', '161029.015000', '161029.017000', '161029.020000', '161029.023000', '161029.026000', '161029.029000', '161029.032000', '161029.035000', '161029.038000', '161029.040000', '161029.043000', '161029.046000', '161029.049000', '161029.052000', '161029.055000', '161029.058000', '161029.061000', '161029.064000', '161029.066000', '161029.069000', '161029.072000', '161029.075000', '161029.078000', '161029.081000', '161029.084000', '161029.087000', '161029.090000', '161029.093000', '161029.096000', '161029.098000', '161029.101000', '161029.104000', '161029.107000', '161029.110000', '161029.113000', '161029.116000', '161029.119000', '161029.127000', '161029.130000', '161029.132000', '161029.136000', '161049.006000', '161049.009000', '161049.012000', '161049.015000', '161049.017000', '161049.020000', '161049.031000', '161049.034000', '161049.037000', '161049.040000', '161049.043000', '161049.045000', '161049.048000', '161049.051000', '161049.054000', '161049.057000', '161049.060000', '161049.063000', '161049.066000', '161049.068000', '161049.071000', '161049.074000', '161049.077000', '161049.080000', '161049.083000', '161049.086000', '161049.089000', '161049.091000', '161049.094000', '161049.097000', '161049.101000', '161049.104000', '161049.107000', '161049.110000', '161049.113000', '161049.115000', '161049.118000', '161049.121000', '161049.124000', '161049.127000', '161049.130000', '161049.133000', '161049.136000', '161109.007000', '161109.010000', '161109.013000', '161109.015000', '161109.018000', '161109.021000', '161109.024000', '161109.027000', '161109.030000', '161109.033000', '161109.036000', '161109.039000', '161109.041000', '161109.044000', '161109.047000', '161109.050000', '161109.053000', '161109.056000', '161109.059000', '161109.062000', '161109.065000', '161109.067000', '161109.070000', '161109.073000', '161109.076000', '161109.079000', '161109.082000', '161109.085000', '161109.088000', '161109.090000', '161109.093000', '161109.096000', '161109.099000', '161109.102000', '161109.105000', '161109.108000', '161109.111000', '161109.114000', '161109.117000', '161109.119000', '161109.122000', '161109.125000', '161109.128000', '161109.131000', '161129.007000', '161129.010000', '161129.013000', '161129.016000', '161129.019000', '161129.021000', '161129.024000', '161129.027000', '161129.030000', '161129.033000', '161129.036000', '161129.039000', '161129.042000', '161129.044000', '161129.047000', '161129.050000', '161129.053000', '161129.056000', '161129.059000', '161129.062000', '161129.064000', '161129.067000', '161129.070000', '161129.073000', '161129.076000', '161129.079000', '161129.082000', '161129.085000', '161129.088000', '161129.090000', '161129.093000', '161129.096000', '161129.099000', '161129.102000', '161129.105000', '161129.107000', '161129.110000', '161129.113000', '161129.116000', '161129.119000', '161129.136000', '161129.139000', '161129.142000', '161149.009000', '161149.012000', '161149.015000', '161149.018000', '161149.021000', '161149.024000', '161149.027000', '161149.029000', '161149.032000', '161149.035000', '161149.038000', '161149.041000', '161149.044000', '161149.047000', '161149.050000', '161149.053000', '161149.056000', '161149.059000', '161149.061000', '161149.064000', '161149.067000', '161149.070000', '161149.073000', '161149.076000', '161149.079000', '161149.082000', '161149.085000', '161149.087000', '161149.090000', '161149.093000', '161149.096000', '161149.099000', '161149.102000', '161149.105000', '161149.108000', '161149.111000', '161149.113000', '161149.116000', '161149.119000', '161149.122000', '161149.125000', '161149.128000', '161149.131000', '161209.007000', '161209.010000', '161209.013000', '161209.015000', '161209.018000', '161209.021000', '161209.024000', '161209.027000', '161209.030000', '161209.033000', '161209.036000', '161209.038000', '161209.041000', '161209.044000', '161209.047000', '161209.050000', '161209.053000', '161209.056000', '161209.058000', '161209.061000', '161209.064000', '161209.067000', '161209.070000', '161209.072000', '161209.075000', '161209.078000', '161209.081000', '161209.084000', '161209.087000', '161209.090000', '161209.092000', '161209.095000', '161209.098000', '161209.101000', '161209.104000', '161209.107000', '161209.110000', '161209.112000', '161209.115000', '161209.118000', '161209.121000', '161209.124000', '161209.126000', '161209.129000', '161229.007000', '161229.010000', '161229.021000', '161229.024000', '161229.027000', '161229.030000', '161229.033000', '161229.036000', '161229.039000', '161229.041000', '161229.044000', '161229.047000', '161229.050000', '161229.053000', '161229.056000', '161229.059000', '161229.061000', '161229.064000', '161229.067000', '161229.070000', '161229.073000', '161229.076000', '161229.078000', '161229.081000', '161229.084000', '161229.087000', '161229.090000', '161229.093000', '161229.096000', '161229.098000', '161229.101000', '161229.104000', '161229.107000', '161229.110000', '161229.113000', '161229.116000', '161229.118000', '161229.121000', '161229.124000', '161229.127000', '161229.130000', '161229.133000', '161229.136000', '161249.006000', '161249.009000', '161249.012000', '161249.015000', '161249.017000', '161249.020000', '161249.023000', '161249.026000', '161249.029000', '161249.032000', '161249.035000', '161249.038000', '161249.041000', '161249.043000', '161249.046000', '161249.049000', '161249.052000', '161249.055000', '161249.058000', '161249.061000', '161249.064000', '161249.066000', '161249.069000', '161249.072000', '161249.075000', '161249.078000', '161249.081000', '161249.084000', '161249.087000', '161249.089000', '161249.092000', '161249.095000', '161249.098000', '161249.101000', '161249.104000', '161249.107000', '161249.110000', '161249.112000', '161249.115000', '161249.118000', '161249.121000', '161249.124000', '161249.127000', '161249.130000', '161309.007000', '161309.010000', '161309.013000', '161309.016000', '161309.019000', '161309.022000', '161309.024000', '161309.027000', '161309.030000', '161309.033000', '161309.036000', '161309.039000', '161309.042000', '161309.045000', '161309.047000', '161309.051000', '161309.055000', '161309.058000', '161309.061000', '161309.064000', '161309.066000', '161309.069000', '161309.072000', '161309.075000', '161309.078000', '161309.081000', '161309.084000', '161309.087000', '161309.090000', '161309.093000', '161309.095000', '161309.098000', '161309.101000', '161309.104000', '161309.107000', '161309.110000', '161309.113000', '161309.115000', '161309.118000', '161309.121000', '161309.124000', '161309.127000', '161309.130000', '161329.007000', '161329.010000', '161329.013000', '161329.016000', '161329.018000', '161329.021000', '161329.024000', '161329.027000', '161329.030000', '161329.033000', '161329.036000', '161329.039000', '161329.041000', '161329.044000', '161329.047000', '161329.050000', '161329.053000', '161329.056000', '161329.059000', '161329.061000', '161329.064000', '161329.067000', '161329.070000', '161329.073000', '161329.076000', '161329.079000', '161329.082000', '161329.084000', '161329.087000', '161329.090000', '161329.093000', '161329.096000', '161329.099000', '161329.102000', '161329.104000', '161329.107000', '161329.110000', '161329.113000', '161329.116000', '161329.119000', '161329.121000', '161329.124000', '161329.127000', '161329.130000', '161349.007000', '161349.010000', '161349.013000', '161349.015000', '161349.019000', '161349.021000', '161349.024000', '161349.027000', '161349.030000', '161349.033000', '161349.036000', '161349.039000', '161349.042000', '161349.044000', '161349.047000', '161349.050000', '161349.053000', '161349.056000', '161349.059000', '161349.061000', '161349.064000', '161349.067000', '161349.070000', '161349.073000', '161349.076000', '161349.078000', '161349.081000', '161349.084000', '161349.087000', '161349.090000', '161349.093000', '161349.095000', '161349.098000', '161349.101000', '161349.104000', '161349.107000', '161349.112000', '161349.116000', '161349.120000', '161349.123000', '161349.125000', '161349.128000', '161349.131000', '161409.007000', '161409.010000', '161409.013000', '161409.016000', '161409.019000', '161409.022000', '161409.024000', '161409.027000', '161409.030000', '161409.033000', '161409.036000', '161409.039000', '161409.042000', '161409.045000', '161409.048000', '161409.051000', '161409.054000', '161409.057000', '161409.060000', '161409.062000', '161409.065000', '161409.068000', '161409.071000', '161409.074000', '161409.077000', '161409.080000', '161409.082000', '161409.085000', '161409.088000', '161409.091000', '161409.094000', '161409.097000', '161409.099000', '161409.102000', '161409.105000', '161409.108000', '161409.111000', '161409.114000', '161409.117000', '161409.119000', '161409.122000', '161409.125000', '161409.128000', '161409.131000', '161429.007000', '161429.010000', '161429.013000', '161429.016000', '161429.019000', '161429.022000', '161429.025000', '161429.028000', '161429.031000', '161429.034000', '161429.037000', '161429.040000', '161429.042000', '161429.045000', '161429.048000', '161429.051000', '161429.054000', '161429.057000', '161429.059000', '161429.063000', '161429.065000', '161429.068000', '161429.071000', '161429.074000', '161429.077000', '161429.080000', '161429.083000', '161429.086000', '161429.089000', '161429.091000', '161429.094000', '161429.097000', '161429.100000', '161429.103000', '161429.106000', '161429.109000', '161429.112000', '161429.116000', '161429.120000', '161429.122000', '161429.125000', '161429.128000', '161429.131000', '161449.007000', '161449.010000', '161449.013000', '161449.016000', '161449.019000', '161449.021000', '161449.024000', '161449.027000', '161449.030000', '161449.033000', '161449.036000', '161449.039000', '161449.042000', '161449.044000', '161449.047000', '161449.050000', '161449.053000', '161449.056000', '161449.059000', '161449.062000', '161449.065000', '161449.067000', '161449.070000', '161449.073000', '161449.076000', '161449.079000', '161449.082000', '161449.085000', '161449.088000', '161449.090000', '161449.093000', '161449.096000', '161449.099000', '161449.102000', '161449.105000', '161449.107000', '161449.110000', '161449.113000', '161449.116000', '161449.119000', '161449.122000', '161449.125000', '161449.127000', '161449.130000', '161509.006000', '161509.009000', '161509.012000', '161509.015000', '161509.018000', '161509.020000', '161509.023000', '161509.026000', '161509.029000', '161509.032000', '161509.035000', '161509.038000', '161509.040000', '161509.043000', '161509.046000', '161509.049000', '161509.052000', '161509.055000', '161509.058000', '161509.061000', '161509.063000', '161509.066000', '161509.069000', '161509.072000', '161509.075000', '161509.078000', '161509.081000', '161509.084000', '161509.087000', '161509.092000', '161509.096000', '161509.099000', '161509.102000', '161509.105000', '161509.108000', '161509.110000', '161509.113000', '161509.116000', '161509.119000', '161509.122000', '161509.125000', '161509.128000', '161509.130000', '161529.007000', '161529.010000', '161529.013000', '161529.016000', '161529.019000', '161529.022000', '161529.025000', '161529.028000', '161529.030000', '161529.033000', '161529.036000', '161529.039000', '161529.042000', '161529.045000', '161529.048000', '161529.051000', '161529.054000', '161529.056000', '161529.059000', '161529.062000', '161529.065000', '161529.068000', '161529.071000', '161529.074000', '161529.077000', '161529.079000', '161529.082000', '161529.085000', '161529.088000', '161529.091000', '161529.094000', '161529.097000', '161529.100000', '161529.103000', '161529.106000', '161529.109000', '161529.111000', '161529.114000', '161529.117000', '161529.120000', '161529.123000', '161529.126000', '161529.129000', '161529.132000', '161549.007000', '161549.010000', '161549.013000', '161549.016000', '161549.019000', '161549.022000', '161549.024000', '161549.027000', '161549.030000', '161549.033000', '161549.036000', '161549.039000', '161549.042000', '161549.045000', '161549.047000', '161549.050000', '161549.054000', '161549.058000', '161549.060000', '161549.063000', '161549.066000', '161549.069000', '161549.072000', '161549.075000', '161549.078000', '161549.081000', '161549.083000', '161549.086000', '161549.089000', '161549.092000', '161549.095000', '161549.098000', '161549.101000', '161549.104000', '161549.107000', '161549.110000', '161549.113000', '161549.119000', '161549.122000', '161549.125000', '161549.128000', '161549.131000', '161549.134000', '161609.007000', '161609.010000', '161609.013000', '161609.016000', '161609.019000', '161609.022000', '161609.025000', '161609.027000', '161609.030000', '161609.033000', '161609.036000', '161609.039000', '161609.042000', '161609.045000', '161609.048000', '161609.051000', '161609.054000', '161609.057000', '161609.060000', '161609.062000', '161609.065000', '161609.068000', '161609.071000', '161609.074000', '161609.077000', '161609.080000', '161609.083000', '161609.086000', '161609.088000', '161609.091000', '161609.094000', '161609.097000', '161609.100000', '161609.103000', '161609.106000', '161609.109000', '161609.111000', '161609.114000', '161609.117000', '161609.120000', '161609.123000', '161609.126000', '161609.129000', '161609.131000', '161629.007000', '161629.010000', '161629.013000', '161629.016000', '161629.019000', '161629.022000', '161629.024000', '161629.027000', '161629.030000', '161629.033000', '161629.036000', '161629.039000', '161629.042000', '161629.045000', '161629.047000', '161629.050000', '161629.053000', '161629.056000', '161629.059000', '161629.062000', '161629.065000', '161629.068000', '161629.070000', '161629.073000', '161629.076000', '161629.079000', '161629.082000', '161629.085000', '161629.088000', '161629.091000', '161629.094000', '161629.096000', '161629.099000', '161629.102000', '161629.106000', '161629.108000', '161629.112000', '161629.114000', '161629.117000', '161629.120000', '161629.123000', '161629.126000', '161629.129000', '161649.007000', '161649.010000', '161649.013000', '161649.016000', '161649.019000', '161649.022000', '161649.025000', '161649.028000', '161649.030000', '161649.033000', '161649.036000', '161649.039000', '161649.042000', '161649.045000', '161649.048000', '161649.051000', '161649.053000', '161649.056000', '161649.059000', '161649.062000', '161649.065000', '161649.068000', '161649.071000', '161649.074000', '161649.076000', '161649.079000', '161649.082000', '161649.100000', '161649.103000', '161649.106000', '161649.109000', '161649.112000', '161649.115000', '161649.117000', '161649.120000', '161649.123000', '161649.126000', '161649.129000', '161649.132000', '161649.134000', '161649.137000', '161649.140000', '161649.143000', '161649.151000', '161657.270000', '161657.274000', '161657.277000', '161657.280000', '161657.283000', '161657.286000', '161657.289000', '161657.292000', '161657.295000', '161657.298000', '161657.301000', '161657.304000', '161657.307000', '161657.310000', '161657.313000', '161657.316000', '161657.319000', '161657.322000'], '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, 1377, 1378, 1379, 1380, 1381, 1382, 1383], 'LargestImagePixelValue': [10348, 13169, 9937, 14507, 11389, 13642, 11076, 7912, 11014, 7767, 13402, 7756, 14250, 7713, 13081, 7754, 12928, 8713, 13497, 9125, 13945, 8830, 13225, 7990, 12300, 7733, 11983, 7827, 11775, 7718, 10948, 7652, 11005, 7660, 10265, 7833, 9856, 7675, 8673, 10390, 8511, 11072, 8754, 11082, 7735, 12437, 8458, 11932, 7793, 11476, 7693, 11486, 7870, 8903, 15874, 9845, 13927, 10815, 13137, 8493, 12060, 7695, 11028, 7769, 9787, 7703, 10128, 8417, 8255, 15045, 9510, 13606, 8356, 12262, 7716, 11340, 7702, 10421, 7688, 10083, 7777, 8050, 14447, 8761, 13032, 8745, 11554, 7722, 11524, 7741, 11153, 7751, 10352, 7724, 9285, 8694, 8408, 7864, 9738, 7755, 11245, 8350, 8936, 9328, 17277, 10745, 13362, 7795, 11655, 7869, 10755, 7743, 8989, 7706, 7863, 9943, 7932, 12475, 7752, 11394, 7768, 10733, 7665, 10135, 7639, 8542, 13962, 8608, 13645, 9227, 13151, 8676, 12733, 7737, 11188, 7679, 9395, 8155, 8375, 15718, 9310, 14082, 9817, 12927, 7898, 12241, 7993, 11106, 7690, 9506, 8207, 8401, 9126, 8075, 14004, 8784, 13579, 8567, 12736, 7810, 11903, 7657, 10301, 8788, 8697, 15546, 10206, 10962, 7915, 13228, 8314, 12726, 8230, 12904, 8984, 12386, 8444, 12914, 8391, 13446, 7982, 11897, 7837, 11452, 7913, 10347, 7785, 9271, 7809, 9343, 7679, 9225, 7685, 9659, 7751, 10430, 7628, 9577, 8235, 8603, 13928, 8893, 12790, 8473, 14902, 9352, 14222, 9288, 14631, 11182, 13199, 8401, 12632, 7903, 11339, 7682, 9463, 7703, 9095, 7669, 9090, 7683, 9432, 7695, 10287, 7840, 8103, 8783, 7778, 12366, 17325, 13426, 13241, 9026, 12395, 7659, 11400, 7622, 10226, 8893, 8202, 8085, 8013, 7568, 7705, 10418, 8223, 9563, 7759, 12319, 7992, 12217, 7936, 11568, 7646, 11283, 7694, 9217, 12927, 8335, 12272, 7653, 11510, 7792, 11090, 7698, 8865, 14571, 9292, 13124, 8209, 13196, 7652, 10698, 8049, 7845, 7704, 8209, 13988, 8473, 12702, 8474, 11787, 7754, 10572, 9418, 8804, 12219, 8874, 15433, 8731, 13457, 8983, 12607, 8655, 12204, 7866, 11737, 8202, 11913, 8538, 12397, 8247, 12464, 8625, 12600, 8416, 11778, 7914, 11492, 7718, 11614, 7598, 11076, 7635, 9264, 9395, 8808, 7717, 10151, 7727, 11210, 8043, 7695, 9759, 17234, 13731, 10858, 14686, 7956, 12917, 7782, 11225, 8049, 7714, 13419, 7706, 10960, 7682, 10286, 7698, 9110, 7585, 8759, 9280, 7883, 10196, 8093, 13402, 8084, 11219, 7929, 11223, 7987, 11063, 7573, 11570, 8505, 9647, 7920, 8949, 9411, 7617, 11808, 7845, 12548, 7916, 16008, 11262, 11963, 8588, 8596, 9728, 7613, 12773, 8089, 14076, 8664, 12940, 9318, 12958, 9527, 12282, 9120, 9138, 11379, 7957, 15987, 8476, 15769, 10304, 16595, 11989, 13913, 8839, 9614, 7932, 7930, 9366, 7975, 11908, 7866, 12639, 8189, 12841, 7706, 11107, 7881, 10981, 8345, 10672, 7897, 10904, 7780, 12672, 8433, 12642, 9112, 11320, 8088, 7613, 9382, 8096, 9124, 9376, 8057, 14548, 9447, 15967, 9066, 14186, 9279, 14025, 8320, 10484, 8212, 11500, 8228, 10708, 8116, 7709, 8754, 7530, 10083, 7475, 10459, 8565, 11241, 8080, 12743, 8330, 13289, 8383, 11932, 8397, 12059, 8778, 11923, 8346, 8309, 8414, 8121, 9714, 7730, 10658, 9099, 8355, 13891, 17859, 13912, 13989, 9951, 13506, 8844, 14190, 9806, 12164, 8693, 8237, 8314, 9955, 8562, 12956, 8924, 11468, 7900, 13749, 8513, 13485, 9170, 12532, 7880, 12637, 7890, 12107, 7711, 11521, 8001, 11379, 7733, 10004, 7985, 8596, 7716, 9025, 7713, 8996, 10466, 8747, 13463, 9174, 8585, 8968, 7739, 10710, 7593, 12570, 7686, 11964, 7547, 13303, 8265, 13108, 9572, 11997, 9531, 7703, 14510, 10772, 15204, 10839, 12227, 9404, 15380, 9568, 14691, 9816, 12234, 7659, 9922, 7512, 7819, 10908, 7632, 9736, 7637, 10348, 8200, 10109, 7959, 8928, 7693, 8656, 7780, 12499, 8503, 12650, 8867, 13568, 8926, 14731, 11079, 13655, 8715, 13566, 8782, 13752, 8691, 9097, 8247, 14830, 9478, 15172, 12002, 11390, 8221, 15084, 10151, 15009, 11312, 14001, 8597, 13918, 9877, 14244, 9165, 12416, 8151, 10443, 9122, 14174, 9606, 12153, 8189, 15389, 9559, 13958, 10245, 12017, 7627, 12104, 7788, 13125, 9051, 12876, 8547, 13071, 9015, 14516, 9923, 13112, 8798, 14043, 8839, 14796, 10624, 12085, 8137, 7840, 8051, 7713, 10501, 7751, 13133, 8233, 13699, 8722, 16239, 12177, 16730, 13020, 11146, 8236, 7597, 10373, 9603, 8052, 13490, 8789, 13320, 9543, 12588, 9440, 12534, 9339, 12523, 8589, 12823, 9531, 12853, 9760, 14014, 10499, 8772, 13371, 8051, 10277, 8537, 7966, 8436, 9293, 7822, 14556, 14358, 11247, 11068, 9827, 10751, 9691, 15003, 10074, 15498, 10783, 14212, 10607, 14012, 9251, 13568, 8822, 12334, 8390, 12196, 9404, 9709, 8513, 7657, 8985, 7713, 8745, 7479, 8421, 9541, 7797, 7563, 8994, 7710, 12673, 7731, 12711, 7954, 14794, 9035, 11212, 9663, 7629, 11979, 9102, 7619, 13716, 9962, 13201, 10446, 7689, 11669, 8489, 12507, 8644, 12368, 9075, 8104, 9868, 7656, 10856, 7621, 10982, 7533, 11501, 7884, 11847, 7611, 12197, 7852, 12831, 8442, 12505, 8225, 13341, 8853, 7848, 8844, 7489, 10972, 7974, 8129, 9402, 7979, 12352, 9228, 12317, 9637, 7760, 10641, 8005, 10938, 10159, 10457, 10516, 10062, 7660, 9660, 8023, 9041, 8055, 8473, 7681, 8434, 7647, 8200, 8185, 8673, 12585, 8860, 10559, 8390, 10374, 8257, 13069, 8269, 12812, 8284, 13014, 8228, 12831, 7666, 11900, 7699, 10881, 8064, 10257, 7666, 10100, 7707, 9823, 7976, 9176, 12251, 9111, 12229, 9114, 13650, 8738, 13558, 8491, 13679, 9100, 12298, 8429, 12729, 8618, 11789, 9188, 7763, 9040, 8122, 9696, 12540, 10056, 8662, 10804, 8042, 10913, 7815, 9826, 8850, 8512, 10478, 8044, 11484, 7855, 11532, 9395, 8338, 13846, 10719, 9286, 14193, 9043, 16949, 12180, 17342, 12599, 15220, 11411, 10702, 10586, 7940, 11637, 8434, 12383, 8587, 12482, 8702, 12385, 8454, 9247, 7832, 8751, 7833, 8632, 7941, 9978, 8871, 10010, 8208, 9907, 8130, 10545, 10289, 9577, 7749, 10015, 14844, 11532, 15043, 11884, 13519, 8671, 12876, 7898, 11888, 7953, 11642, 8359, 11575, 8083, 12227, 7868, 12470, 7995, 12409, 7742, 11469, 7604, 10587, 13260, 9001, 12900, 9031, 7639, 8624, 7791, 9125, 7945, 9510, 7671, 9753, 7726, 9779, 9920, 9651, 7750, 10077, 7692, 9835, 11805, 9720, 8021, 10029, 7719, 10099, 7645, 10043, 13376, 9745, 9226, 9148, 10480, 8896, 14047, 9237, 11577, 8836, 12141, 8878, 15284, 9089, 14211, 10254, 12719, 8252, 13427, 8055, 12622, 8574, 12255, 8244, 12255, 7703, 11799, 7960, 10035, 7748, 9625, 8738, 8830, 14474, 8919, 12998, 7772, 12562, 8060, 12485, 7713, 11733, 7698, 11220, 7683, 10958, 7720, 10950, 7645, 10730, 7697, 9709, 7677, 9330, 7703, 10389, 7684, 9266, 13260, 9122, 9106, 8768, 12302, 8666, 14213, 9071, 11942, 9194, 8730, 9467, 8434, 10011, 12782, 9202, 7705, 9457, 7775, 10573, 7982, 12168, 8191, 13226, 8322, 14159, 9272, 12683, 8996, 13547, 8894, 13971, 10250, 7724, 10332, 7777, 10750, 7841, 12455, 9360, 8311, 9930, 7943, 9997, 8362, 7658, 10276, 8557, 13715, 9439, 15681, 12716, 10380, 9897, 7755, 11115, 7788, 12962, 8404, 14195, 8678, 8503, 9158, 8474, 9662, 7738, 10257, 7728, 10907, 8436, 11889, 8143, 12085, 7984, 11809, 7889, 12340, 8062, 12751, 9054, 10065, 8313, 7937, 9829, 7697, 11366, 7754, 12665, 7808, 14001, 8776, 14518, 8999, 14328, 8519, 12920, 11540, 10885, 7741, 10902, 7741, 10208, 7747, 9724, 7978, 10107, 7757, 10639, 7739, 10455, 7774, 10546, 7783, 10867, 13894, 11259, 7761, 10675, 8514, 14156, 9127, 7803, 12340, 8231, 15499, 9829, 14922, 11437, 15335, 11405, 14791, 9238, 12798, 8182, 10631, 8509, 10564, 9214, 7723, 9471, 7749, 10007, 9172, 9086, 8350, 8957, 7690, 9504, 7656, 10204, 7746, 10788, 7674, 10973, 7694, 10336, 7776, 10380, 7765, 10512, 7795, 11217, 7686, 11050, 7704, 11000, 7664, 9731, 8005, 9450, 12862, 8298, 13698, 8811, 11372, 7881, 9868, 7843, 12259, 8035, 11372, 7804, 11553, 7943, 12439, 8769, 12860, 8809, 13421, 7829, 12295, 7703, 11606, 7740, 11818, 7826, 12131, 7783, 12142, 7760, 12230, 7771, 13313, 9329, 14601, 9542, 11562, 9364, 13674, 10994, 16437, 12249, 13482, 8665, 13289, 9332, 14165, 10036, 8514, 8579, 7766, 9644, 12041, 8880, 7802, 10191, 8113, 13338, 8505, 14261, 8498, 14534, 10112, 14580, 8819, 12989, 9212, 7669, 10901, 8278, 10739, 10744, 9702, 14019, 8205, 14213, 8693, 15421, 12461, 10972, 9624, 7666, 11302, 7844, 12587, 7801, 11881, 8060, 11419, 7955, 12087, 9224, 9437, 8929, 7698, 10506, 7954, 12365, 8662, 14205, 11001, 9937, 9145, 7777, 10700, 7818, 12262, 8135, 14043, 9173, 8246, 8586, 7817, 9992, 7896, 11244, 8018, 13053, 8996, 13493, 8448, 12482, 7858, 11760, 7778, 10303, 8047, 9876, 7888, 9791, 7822, 10162, 7806, 9318, 8145, 7830, 10751, 8324, 13807, 9190, 13872, 8019, 12956, 12980, 10790, 13459, 9881, 10979, 8804, 10143, 7968, 10167, 7958, 8838, 7877, 7765, 9224, 7986, 10287, 8307, 11253, 8552, 10999, 8573, 11305, 10339, 7782, 11668, 7824, 12596, 7831, 14361, 8114, 13878, 8255, 13819, 8841, 13435, 11581, 7648, 11179, 8392, 13120, 9892, 7794, 12646, 8183, 14185, 8919, 13193, 11638, 9854, 10996, 7786, 11252, 7869, 13513, 7770, 12649, 7945, 12131, 8024, 12054, 8181, 11632, 7754, 7739, 8962, 8863, 7875, 9271, 12369, 10554, 14046, 10297, 15478, 11431, 14788, 12278, 11413, 8745, 9714, 9278, 8998, 9466, 11087, 9412, 7767, 10139, 7764, 10043, 9830, 10416], 'WindowCenter': [4640.0, 4649.0, 4592.0, 4617.0, 4585.0, 4591.0, 4559.0, 4517.0, 4557.0, 4505.0, 4574.0, 4505.0, 4572.0, 4504.0, 4563.0, 4504.0, 4564.0, 4524.0, 4573.0, 4524.0, 4573.0, 4513.0, 4561.0, 4502.0, 4551.0, 4502.0, 4551.0, 4502.0, 4552.0, 4503.0, 4543.0, 4515.0, 4544.0, 4505.0, 4534.0, 4505.0, 4534.0, 4505.0, 4525.0, 4544.0, 4525.0, 4554.0, 4526.0, 4554.0, 4506.0, 4565.0, 4525.0, 4555.0, 4515.0, 4556.0, 4506.0, 4553.0, 4505.0, 4524.0, 4585.0, 4534.0, 4562.0, 4543.0, 4562.0, 4512.0, 4552.0, 4492.0, 4541.0, 4490.0, 4532.0, 4502.0, 4531.0, 4514.0, 4514.0, 4583.0, 4533.0, 4572.0, 4513.0, 4553.0, 4503.0, 4541.0, 4503.0, 4544.0, 4503.0, 4544.0, 4503.0, 4514.0, 4574.0, 4525.0, 4562.0, 4524.0, 4553.0, 4505.0, 4555.0, 4515.0, 4555.0, 4515.0, 4546.0, 4515.0, 4536.0, 4525.0, 4517.0, 4514.0, 4536.0, 4517.0, 4556.0, 4527.0, 4539.0, 4550.0, 4608.0, 4546.0, 4564.0, 4503.0, 4542.0, 4503.0, 4542.0, 4503.0, 4524.0, 4502.0, 4504.0, 4531.0, 4512.0, 4563.0, 4506.0, 4553.0, 4503.0, 4544.0, 4505.0, 4545.0, 4506.0, 4527.0, 4586.0, 4526.0, 4575.0, 4526.0, 4565.0, 4526.0, 4566.0, 4506.0, 4556.0, 4505.0, 4524.0, 4504.0, 4516.0, 4584.0, 4525.0, 4573.0, 4534.0, 4563.0, 4515.0, 4553.0, 4502.0, 4553.0, 4503.0, 4533.0, 4513.0, 4514.0, 4523.0, 4514.0, 4573.0, 4524.0, 4573.0, 4515.0, 4563.0, 4505.0, 4554.0, 4503.0, 4544.0, 4524.0, 4515.0, 4583.0, 4533.0, 4544.0, 4502.0, 4562.0, 4513.0, 4564.0, 4515.0, 4564.0, 4525.0, 4564.0, 4513.0, 4563.0, 4515.0, 4575.0, 4504.0, 4553.0, 4503.0, 4552.0, 4513.0, 4543.0, 4504.0, 4522.0, 4503.0, 4524.0, 4504.0, 4523.0, 4505.0, 4534.0, 4504.0, 4544.0, 4504.0, 4535.0, 4514.0, 4525.0, 4575.0, 4526.0, 4564.0, 4514.0, 4584.0, 4535.0, 4572.0, 4534.0, 4584.0, 4542.0, 4563.0, 4513.0, 4552.0, 4502.0, 4543.0, 4500.0, 4522.0, 4491.0, 4523.0, 4502.0, 4523.0, 4503.0, 4534.0, 4505.0, 4544.0, 4526.0, 4528.0, 4537.0, 4517.0, 4580.0, 4607.0, 4575.0, 4564.0, 4522.0, 4551.0, 4491.0, 4541.0, 4503.0, 4531.0, 4522.0, 4501.0, 4501.0, 4502.0, 4502.0, 4504.0, 4542.0, 4513.0, 4533.0, 4504.0, 4565.0, 4515.0, 4565.0, 4515.0, 4553.0, 4505.0, 4554.0, 4504.0, 4535.0, 4564.0, 4514.0, 4562.0, 4506.0, 4554.0, 4516.0, 4555.0, 4516.0, 4537.0, 4586.0, 4536.0, 4574.0, 4515.0, 4573.0, 4504.0, 4544.0, 4514.0, 4516.0, 4516.0, 4528.0, 4586.0, 4526.0, 4576.0, 4527.0, 4566.0, 4515.0, 4557.0, 4536.0, 4538.0, 4566.0, 4527.0, 4584.0, 4525.0, 4576.0, 4536.0, 4565.0, 4527.0, 4564.0, 4516.0, 4565.0, 4526.0, 4555.0, 4525.0, 4566.0, 4526.0, 4575.0, 4528.0, 4566.0, 4527.0, 4565.0, 4517.0, 4556.0, 4516.0, 4566.0, 4515.0, 4556.0, 4515.0, 4535.0, 4536.0, 4525.0, 4503.0, 4546.0, 4505.0, 4556.0, 4517.0, 4517.0, 4550.0, 4609.0, 4576.0, 4543.0, 4572.0, 4501.0, 4552.0, 4490.0, 4531.0, 4489.0, 4491.0, 4549.0, 4491.0, 4541.0, 4501.0, 4532.0, 4503.0, 4523.0, 4504.0, 4526.0, 4536.0, 4514.0, 4562.0, 4547.0, 4607.0, 4532.0, 4559.0, 4532.0, 4570.0, 4530.0, 4568.0, 4516.0, 4567.0, 4539.0, 4547.0, 4528.0, 4539.0, 4537.0, 4518.0, 4566.0, 4515.0, 4565.0, 4517.0, 4596.0, 4555.0, 4564.0, 4524.0, 4524.0, 4535.0, 4516.0, 4564.0, 4515.0, 4573.0, 4525.0, 4576.0, 4535.0, 4566.0, 4524.0, 4554.0, 4523.0, 4524.0, 4554.0, 4504.0, 4584.0, 4511.0, 4570.0, 4532.0, 4582.0, 4541.0, 4549.0, 4508.0, 4520.0, 4499.0, 4500.0, 4520.0, 4501.0, 4552.0, 4502.0, 4550.0, 4511.0, 4562.0, 4492.0, 4540.0, 4500.0, 4530.0, 4511.0, 4531.0, 4501.0, 4542.0, 4504.0, 4562.0, 4515.0, 4563.0, 4536.0, 4554.0, 4516.0, 4514.0, 4535.0, 4516.0, 4536.0, 4537.0, 4514.0, 4588.0, 4547.0, 4585.0, 4525.0, 4575.0, 4524.0, 4562.0, 4486.0, 4527.0, 4498.0, 4537.0, 4511.0, 4542.0, 4502.0, 4502.0, 4524.0, 4515.0, 4544.0, 4503.0, 4556.0, 4526.0, 4554.0, 4513.0, 4565.0, 4523.0, 4574.0, 4524.0, 4553.0, 4525.0, 4565.0, 4527.0, 4554.0, 4525.0, 4526.0, 4526.0, 4528.0, 4549.0, 4518.0, 4570.0, 4537.0, 4537.0, 4589.0, 4609.0, 4577.0, 4574.0, 4533.0, 4560.0, 4512.0, 4563.0, 4532.0, 4551.0, 4512.0, 4512.0, 4513.0, 4533.0, 4513.0, 4563.0, 4521.0, 4553.0, 4513.0, 4574.0, 4525.0, 4563.0, 4525.0, 4552.0, 4504.0, 4552.0, 4514.0, 4555.0, 4504.0, 4555.0, 4513.0, 4555.0, 4504.0, 4534.0, 4515.0, 4526.0, 4506.0, 4526.0, 4506.0, 4536.0, 4545.0, 4526.0, 4576.0, 4525.0, 4524.0, 4525.0, 4506.0, 4546.0, 4504.0, 4565.0, 4517.0, 4565.0, 4517.0, 4575.0, 4514.0, 4564.0, 4536.0, 4554.0, 4533.0, 4517.0, 4575.0, 4547.0, 4585.0, 4543.0, 4553.0, 4512.0, 4572.0, 4522.0, 4561.0, 4519.0, 4540.0, 4488.0, 4519.0, 4481.0, 4488.0, 4530.0, 4491.0, 4533.0, 4502.0, 4547.0, 4560.0, 4573.0, 4543.0, 4541.0, 4519.0, 4538.0, 4518.0, 4577.0, 4528.0, 4577.0, 4539.0, 4589.0, 4541.0, 4600.0, 4557.0, 4575.0, 4524.0, 4564.0, 4527.0, 4576.0, 4527.0, 4537.0, 4528.0, 4585.0, 4538.0, 4586.0, 4567.0, 4555.0, 4517.0, 4586.0, 4548.0, 4584.0, 4557.0, 4575.0, 4514.0, 4563.0, 4536.0, 4574.0, 4523.0, 4564.0, 4504.0, 4545.0, 4525.0, 4574.0, 4535.0, 4553.0, 4514.0, 4583.0, 4534.0, 4563.0, 4545.0, 4551.0, 4501.0, 4552.0, 4503.0, 4565.0, 4525.0, 4562.0, 4515.0, 4563.0, 4525.0, 4575.0, 4536.0, 4565.0, 4515.0, 4574.0, 4523.0, 4573.0, 4545.0, 4553.0, 4503.0, 4503.0, 4502.0, 4503.0, 4544.0, 4506.0, 4562.0, 4515.0, 4574.0, 4539.0, 4609.0, 4580.0, 4607.0, 4579.0, 4558.0, 4526.0, 4514.0, 4532.0, 4510.0, 4490.0, 4564.0, 4527.0, 4563.0, 4523.0, 4550.0, 4520.0, 4550.0, 4519.0, 4537.0, 4500.0, 4536.0, 4520.0, 4549.0, 4518.0, 4560.0, 4530.0, 4499.0, 4549.0, 4476.0, 4503.0, 4485.0, 4465.0, 4474.0, 4495.0, 4479.0, 4549.0, 4551.0, 4518.0, 4505.0, 4495.0, 4504.0, 4493.0, 4544.0, 4492.0, 4530.0, 4503.0, 4520.0, 4492.0, 4531.0, 4484.0, 4520.0, 4472.0, 4509.0, 4472.0, 4509.0, 4481.0, 4480.0, 4471.0, 4473.0, 4483.0, 4463.0, 4485.0, 4465.0, 4514.0, 4493.0, 4488.0, 4488.0, 4497.0, 4479.0, 4524.0, 4450.0, 4511.0, 4461.0, 4534.0, 4488.0, 4518.0, 4505.0, 4479.0, 4528.0, 4513.0, 4492.0, 4549.0, 4519.0, 4537.0, 4505.0, 4476.0, 4528.0, 4489.0, 4539.0, 4501.0, 4539.0, 4499.0, 4489.0, 4509.0, 4489.0, 4531.0, 4479.0, 4529.0, 4490.0, 4531.0, 4490.0, 4539.0, 4491.0, 4540.0, 4490.0, 4550.0, 4502.0, 4540.0, 4499.0, 4550.0, 4508.0, 4488.0, 4510.0, 4492.0, 4542.0, 4503.0, 4514.0, 4523.0, 4517.0, 4577.0, 4538.0, 4566.0, 4536.0, 4506.0, 4545.0, 4504.0, 4544.0, 4534.0, 4544.0, 4534.0, 4534.0, 4493.0, 4524.0, 4503.0, 4524.0, 4503.0, 4513.0, 4504.0, 4515.0, 4505.0, 4516.0, 4517.0, 4528.0, 4578.0, 4539.0, 4558.0, 4528.0, 4548.0, 4518.0, 4577.0, 4518.0, 4567.0, 4529.0, 4576.0, 4518.0, 4567.0, 4507.0, 4556.0, 4506.0, 4546.0, 4516.0, 4546.0, 4505.0, 4546.0, 4505.0, 4536.0, 4513.0, 4536.0, 4567.0, 4538.0, 4567.0, 4527.0, 4576.0, 4527.0, 4576.0, 4529.0, 4576.0, 4527.0, 4566.0, 4517.0, 4578.0, 4528.0, 4566.0, 4535.0, 4518.0, 4538.0, 4515.0, 4548.0, 4591.0, 4576.0, 4571.0, 4601.0, 4547.0, 4569.0, 4520.0, 4561.0, 4537.0, 4529.0, 4559.0, 4529.0, 4571.0, 4529.0, 4569.0, 4538.0, 4540.0, 4589.0, 4559.0, 4536.0, 4588.0, 4526.0, 4597.0, 4557.0, 4596.0, 4556.0, 4574.0, 4541.0, 4531.0, 4519.0, 4490.0, 4541.0, 4500.0, 4540.0, 4500.0, 4550.0, 4501.0, 4551.0, 4501.0, 4511.0, 4490.0, 4500.0, 4489.0, 4509.0, 4514.0, 4546.0, 4524.0, 4533.0, 4514.0, 4534.0, 4517.0, 4546.0, 4534.0, 4535.0, 4504.0, 4535.0, 4575.0, 4543.0, 4574.0, 4544.0, 4551.0, 4512.0, 4551.0, 4502.0, 4541.0, 4504.0, 4542.0, 4514.0, 4543.0, 4504.0, 4553.0, 4515.0, 4565.0, 4505.0, 4554.0, 4504.0, 4543.0, 4493.0, 4533.0, 4563.0, 4513.0, 4553.0, 4512.0, 4491.0, 4512.0, 4492.0, 4523.0, 4504.0, 4534.0, 4504.0, 4536.0, 4505.0, 4535.0, 4535.0, 4534.0, 4504.0, 4535.0, 4504.0, 4546.0, 4556.0, 4536.0, 4504.0, 4534.0, 4503.0, 4534.0, 4503.0, 4535.0, 4576.0, 4524.0, 4525.0, 4524.0, 4533.0, 4524.0, 4574.0, 4524.0, 4553.0, 4524.0, 4552.0, 4523.0, 4573.0, 4514.0, 4563.0, 4534.0, 4553.0, 4513.0, 4562.0, 4503.0, 4552.0, 4513.0, 4552.0, 4514.0, 4553.0, 4503.0, 4554.0, 4505.0, 4533.0, 4492.0, 4523.0, 4512.0, 4513.0, 4574.0, 4513.0, 4562.0, 4503.0, 4553.0, 4514.0, 4565.0, 4505.0, 4553.0, 4504.0, 4543.0, 4504.0, 4544.0, 4504.0, 4544.0, 4504.0, 4545.0, 4505.0, 4535.0, 4505.0, 4525.0, 4505.0, 4545.0, 4504.0, 4525.0, 4565.0, 4524.0, 4524.0, 4514.0, 4554.0, 4514.0, 4574.0, 4525.0, 4554.0, 4524.0, 4514.0, 4524.0, 4514.0, 4535.0, 4566.0, 4524.0, 4504.0, 4535.0, 4503.0, 4544.0, 4515.0, 4565.0, 4516.0, 4575.0, 4525.0, 4575.0, 4536.0, 4565.0, 4524.0, 4576.0, 4525.0, 4576.0, 4534.0, 4504.0, 4544.0, 4504.0, 4544.0, 4516.0, 4566.0, 4536.0, 4527.0, 4546.0, 4517.0, 4546.0, 4527.0, 4517.0, 4547.0, 4528.0, 4588.0, 4539.0, 4598.0, 4578.0, 4547.0, 4536.0, 4506.0, 4557.0, 4518.0, 4577.0, 4516.0, 4575.0, 4527.0, 4524.0, 4534.0, 4517.0, 4535.0, 4505.0, 4535.0, 4505.0, 4545.0, 4526.0, 4567.0, 4516.0, 4566.0, 4517.0, 4555.0, 4516.0, 4566.0, 4530.0, 4577.0, 4540.0, 4548.0, 4518.0, 4518.0, 4548.0, 4507.0, 4558.0, 4507.0, 4567.0, 4518.0, 4577.0, 4516.0, 4576.0, 4525.0, 4575.0, 4512.0, 4554.0, 4543.0, 4533.0, 4492.0, 4532.0, 4492.0, 4533.0, 4493.0, 4523.0, 4503.0, 4534.0, 4505.0, 4546.0, 4505.0, 4545.0, 4505.0, 4546.0, 4505.0, 4546.0, 4575.0, 4545.0, 4493.0, 4533.0, 4513.0, 4573.0, 4523.0, 4503.0, 4564.0, 4515.0, 4584.0, 4535.0, 4573.0, 4544.0, 4573.0, 4543.0, 4561.0, 4511.0, 4549.0, 4500.0, 4531.0, 4512.0, 4532.0, 4511.0, 4491.0, 4522.0, 4491.0, 4522.0, 4512.0, 4512.0, 4501.0, 4511.0, 4492.0, 4522.0, 4492.0, 4533.0, 4493.0, 4544.0, 4493.0, 4533.0, 4492.0, 4533.0, 4494.0, 4534.0, 4493.0, 4534.0, 4493.0, 4543.0, 4494.0, 4543.0, 4504.0, 4545.0, 4494.0, 4524.0, 4504.0, 4525.0, 4564.0, 4504.0, 4564.0, 4516.0, 4545.0, 4505.0, 4534.0, 4506.0, 4565.0, 4517.0, 4556.0, 4508.0, 4556.0, 4519.0, 4579.0, 4530.0, 4578.0, 4529.0, 4578.0, 4507.0, 4567.0, 4505.0, 4558.0, 4507.0, 4555.0, 4507.0, 4567.0, 4506.0, 4567.0, 4507.0, 4565.0, 4508.0, 4577.0, 4539.0, 4587.0, 4537.0, 4557.0, 4527.0, 4577.0, 4547.0, 4586.0, 4557.0, 4564.0, 4514.0, 4553.0, 4524.0, 4563.0, 4524.0, 4513.0, 4513.0, 4505.0, 4524.0, 4553.0, 4514.0, 4494.0, 4534.0, 4505.0, 4565.0, 4516.0, 4574.0, 4515.0, 4575.0, 4534.0, 4574.0, 4513.0, 4553.0, 4524.0, 4493.0, 4533.0, 4504.0, 4544.0, 4534.0, 4522.0, 4563.0, 4502.0, 4551.0, 4502.0, 4560.0, 4542.0, 4531.0, 4510.0, 4480.0, 4530.0, 4491.0, 4540.0, 4479.0, 4529.0, 4490.0, 4528.0, 4489.0, 4538.0, 4509.0, 4497.0, 4497.0, 4478.0, 4520.0, 4505.0, 4576.0, 4526.0, 4573.0, 4545.0, 4533.0, 4513.0, 4492.0, 4531.0, 4492.0, 4552.0, 4504.0, 4561.0, 4524.0, 4503.0, 4513.0, 4492.0, 4535.0, 4506.0, 4545.0, 4507.0, 4564.0, 4526.0, 4566.0, 4517.0, 4554.0, 4502.0, 4543.0, 4492.0, 4523.0, 4492.0, 4522.0, 4492.0, 4523.0, 4506.0, 4548.0, 4508.0, 4525.0, 4507.0, 4508.0, 4557.0, 4519.0, 4578.0, 4528.0, 4576.0, 4507.0, 4556.0, 4553.0, 4534.0, 4582.0, 4554.0, 4547.0, 4515.0, 4524.0, 4493.0, 4522.0, 4520.0, 4531.0, 4518.0, 4506.0, 4525.0, 4518.0, 4546.0, 4518.0, 4557.0, 4542.0, 4558.0, 4530.0, 4559.0, 4548.0, 4509.0, 4558.0, 4509.0, 4568.0, 4506.0, 4577.0, 4506.0, 4567.0, 4533.0, 4606.0, 4541.0, 4579.0, 4546.0, 4495.0, 4542.0, 4516.0, 4567.0, 4536.0, 4495.0, 4567.0, 4517.0, 4574.0, 4528.0, 4567.0, 4557.0, 4536.0, 4546.0, 4495.0, 4546.0, 4504.0, 4552.0, 4492.0, 4552.0, 4493.0, 4542.0, 4493.0, 4542.0, 4505.0, 4544.0, 4506.0, 4493.0, 4524.0, 4525.0, 4516.0, 4539.0, 4568.0, 4547.0, 4577.0, 4535.0, 4577.0, 4545.0, 4575.0, 4554.0, 4544.0, 4503.0, 4524.0, 4514.0, 4513.0, 4524.0, 4545.0, 4525.0, 4495.0, 4534.0, 4504.0, 4536.0, 4536.0, 4535.0], 'WindowWidth': [10205.0, 10192.0, 10097.0, 10120.0, 10068.0, 10068.0, 10020.0, 9958.0, 10012.0, 9939.0, 10030.0, 9938.0, 10024.0, 9935.0, 10012.0, 9934.0, 10013.0, 9960.0, 10028.0, 9961.0, 10025.0, 9943.0, 10006.0, 9927.0, 9994.0, 9928.0, 9993.0, 9928.0, 9996.0, 9933.0, 9985.0, 9953.0, 9989.0, 9936.0, 9974.0, 9937.0, 9975.0, 9936.0, 9964.0, 9990.0, 9964.0, 10001.0, 9964.0, 10003.0, 9938.0, 10019.0, 9966.0, 10005.0, 9952.0, 10006.0, 9939.0, 10001.0, 9936.0, 9961.0, 10047.0, 9975.0, 10010.0, 9983.0, 10007.0, 9942.0, 9995.0, 9915.0, 9977.0, 9909.0, 9967.0, 9929.0, 9968.0, 9946.0, 9948.0, 10041.0, 9972.0, 10024.0, 9944.0, 9998.0, 9931.0, 9981.0, 9932.0, 9987.0, 9931.0, 9988.0, 9933.0, 9947.0, 10030.0, 9964.0, 10010.0, 9962.0, 10000.0, 9938.0, 10006.0, 9952.0, 10006.0, 9953.0, 9994.0, 9953.0, 9979.0, 9965.0, 9955.0, 9949.0, 9981.0, 9956.0, 10007.0, 9970.0, 9988.0, 10004.0, 10087.0, 9992.0, 10015.0, 9930.0, 9980.0, 9930.0, 9982.0, 9930.0, 9959.0, 9928.0, 9933.0, 9968.0, 9942.0, 10012.0, 9939.0, 10000.0, 9933.0, 9987.0, 9937.0, 9990.0, 9939.0, 9968.0, 10050.0, 9967.0, 10031.0, 9966.0, 10018.0, 9967.0, 10021.0, 9940.0, 10005.0, 9935.0, 9961.0, 9933.0, 9951.0, 10046.0, 9965.0, 10028.0, 9975.0, 10012.0, 9949.0, 9999.0, 9929.0, 9999.0, 9933.0, 9971.0, 9944.0, 9947.0, 9957.0, 9948.0, 10027.0, 9960.0, 10028.0, 9950.0, 10011.0, 9936.0, 10002.0, 9932.0, 9987.0, 9962.0, 9949.0, 10042.0, 9971.0, 9987.0, 9930.0, 10012.0, 9945.0, 10015.0, 9951.0, 10015.0, 9964.0, 10016.0, 9949.0, 10015.0, 9952.0, 10030.0, 9934.0, 9999.0, 9931.0, 9997.0, 9945.0, 9985.0, 9935.0, 9957.0, 9931.0, 9960.0, 9934.0, 9959.0, 9937.0, 9976.0, 9934.0, 9989.0, 9937.0, 9979.0, 9950.0, 9965.0, 10033.0, 9967.0, 10017.0, 9950.0, 10045.0, 9978.0, 10028.0, 9977.0, 10043.0, 9985.0, 10012.0, 9945.0, 9996.0, 9929.0, 9984.0, 9925.0, 9955.0, 9913.0, 9957.0, 9929.0, 9959.0, 9933.0, 9975.0, 9935.0, 9989.0, 9969.0, 9973.0, 9984.0, 9961.0, 10048.0, 10084.0, 10033.0, 10014.0, 9956.0, 9994.0, 9913.0, 9980.0, 9931.0, 9967.0, 9956.0, 9925.0, 9924.0, 9929.0, 9929.0, 9934.0, 9985.0, 9945.0, 9973.0, 9936.0, 10017.0, 9953.0, 10020.0, 9952.0, 10000.0, 9938.0, 10004.0, 9935.0, 9977.0, 10017.0, 9950.0, 10012.0, 9940.0, 10004.0, 9954.0, 10006.0, 9956.0, 9983.0, 10049.0, 9980.0, 10031.0, 9951.0, 10030.0, 9937.0, 9989.0, 9950.0, 9955.0, 9954.0, 9973.0, 10050.0, 9971.0, 10037.0, 9971.0, 10022.0, 9953.0, 10011.0, 9983.0, 9986.0, 10022.0, 9969.0, 10046.0, 9964.0, 10037.0, 9981.0, 10019.0, 9968.0, 10016.0, 9953.0, 10019.0, 9968.0, 10006.0, 9967.0, 10020.0, 9969.0, 10033.0, 9974.0, 10022.0, 9971.0, 10019.0, 9958.0, 10009.0, 9955.0, 10024.0, 9953.0, 10009.0, 9953.0, 9980.0, 9981.0, 9964.0, 9931.0, 9994.0, 9937.0, 10008.0, 9957.0, 9957.0, 10007.0, 10092.0, 10036.0, 9985.0, 10025.0, 9926.0, 9995.0, 9909.0, 9963.0, 9906.0, 9909.0, 9987.0, 9911.0, 9978.0, 9926.0, 9966.0, 9930.0, 9956.0, 9934.0, 9967.0, 9982.0, 9950.0, 10028.0, 10017.0, 10098.0, 9988.0, 10015.0, 9984.0, 10031.0, 9979.0, 10026.0, 9954.0, 10023.0, 9991.0, 9998.0, 9975.0, 9990.0, 9985.0, 9962.0, 10022.0, 9953.0, 10019.0, 9957.0, 10063.0, 10006.0, 10017.0, 9964.0, 9961.0, 9979.0, 9953.0, 10018.0, 9951.0, 10026.0, 9964.0, 10035.0, 9978.0, 10020.0, 9961.0, 10001.0, 9958.0, 9962.0, 10000.0, 9934.0, 10043.0, 9940.0, 10020.0, 9969.0, 10037.0, 9979.0, 9988.0, 9930.0, 9947.0, 9918.0, 9923.0, 9951.0, 9925.0, 9994.0, 9928.0, 9990.0, 9938.0, 10009.0, 9914.0, 9978.0, 9922.0, 9962.0, 9938.0, 9966.0, 9928.0, 9980.0, 9934.0, 10009.0, 9950.0, 10015.0, 9981.0, 10002.0, 9952.0, 9951.0, 9978.0, 9953.0, 9982.0, 9984.0, 9951.0, 10054.0, 9998.0, 10049.0, 9963.0, 10032.0, 9960.0, 10009.0, 9892.0, 9954.0, 9915.0, 9964.0, 9938.0, 9982.0, 9928.0, 9930.0, 9960.0, 9950.0, 9991.0, 9933.0, 10007.0, 9965.0, 10001.0, 9949.0, 10018.0, 9962.0, 10030.0, 9963.0, 10000.0, 9965.0, 10018.0, 9970.0, 10005.0, 9967.0, 9969.0, 9969.0, 9975.0, 10003.0, 9962.0, 10033.0, 9986.0, 9988.0, 10063.0, 10090.0, 10037.0, 10029.0, 9971.0, 10004.0, 9942.0, 10010.0, 9969.0, 9994.0, 9941.0, 9942.0, 9943.0, 9971.0, 9945.0, 10010.0, 9954.0, 9998.0, 9946.0, 10028.0, 9963.0, 10013.0, 9964.0, 9996.0, 9934.0, 9997.0, 9946.0, 10002.0, 9933.0, 10002.0, 9947.0, 10003.0, 9936.0, 9976.0, 9950.0, 9964.0, 9938.0, 9967.0, 9939.0, 9980.0, 9992.0, 9967.0, 10036.0, 9964.0, 9961.0, 9963.0, 9940.0, 9994.0, 9935.0, 10018.0, 9955.0, 10020.0, 9957.0, 10032.0, 9946.0, 10014.0, 9979.0, 10002.0, 9972.0, 9955.0, 10032.0, 9994.0, 10045.0, 9983.0, 9996.0, 9941.0, 10022.0, 9953.0, 10007.0, 9944.0, 9972.0, 9902.0, 9942.0, 9895.0, 9904.0, 9960.0, 9911.0, 9970.0, 9930.0, 9997.0, 10039.0, 10046.0, 10004.0, 9993.0, 9963.0, 9985.0, 9959.0, 10039.0, 9973.0, 10037.0, 9991.0, 10056.0, 9995.0, 10075.0, 10010.0, 10029.0, 9961.0, 10014.0, 9967.0, 10031.0, 9969.0, 9982.0, 9971.0, 10047.0, 9984.0, 10049.0, 10025.0, 10003.0, 9954.0, 10050.0, 9997.0, 10043.0, 10007.0, 10029.0, 9947.0, 10012.0, 9980.0, 10027.0, 9958.0, 10013.0, 9933.0, 9991.0, 9963.0, 10028.0, 9976.0, 9998.0, 9946.0, 10039.0, 9974.0, 10011.0, 9989.0, 9992.0, 9926.0, 9995.0, 9932.0, 10017.0, 9964.0, 10010.0, 9948.0, 10012.0, 9962.0, 10032.0, 9978.0, 10017.0, 9948.0, 10026.0, 9957.0, 10025.0, 9988.0, 9997.0, 9930.0, 9930.0, 9930.0, 9934.0, 9990.0, 9938.0, 10012.0, 9951.0, 10030.0, 9991.0, 10089.0, 10047.0, 10085.0, 10046.0, 10012.0, 9966.0, 9950.0, 9970.0, 9932.0, 9906.0, 10011.0, 9970.0, 10011.0, 9956.0, 9989.0, 9946.0, 9989.0, 9945.0, 9964.0, 9919.0, 9961.0, 9946.0, 9986.0, 9940.0, 10002.0, 9959.0, 9917.0, 9982.0, 9875.0, 9908.0, 9886.0, 9858.0, 9871.0, 9903.0, 9887.0, 9985.0, 9988.0, 9936.0, 9912.0, 9901.0, 9912.0, 9896.0, 9969.0, 9892.0, 9944.0, 9908.0, 9929.0, 9892.0, 9946.0, 9886.0, 9928.0, 9865.0, 9911.0, 9865.0, 9911.0, 9875.0, 9874.0, 9865.0, 9869.0, 9885.0, 9858.0, 9888.0, 9862.0, 9949.0, 9898.0, 9900.0, 9900.0, 9911.0, 9887.0, 9939.0, 9828.0, 9913.0, 9846.0, 9951.0, 9893.0, 9935.0, 9915.0, 9886.0, 9951.0, 9939.0, 9911.0, 9981.0, 9945.0, 9962.0, 9915.0, 9876.0, 9948.0, 9899.0, 9967.0, 9918.0, 9968.0, 9916.0, 9903.0, 9927.0, 9903.0, 9958.0, 9886.0, 9954.0, 9904.0, 9959.0, 9903.0, 9969.0, 9907.0, 9970.0, 9906.0, 9984.0, 9923.0, 9971.0, 9917.0, 9987.0, 9927.0, 9899.0, 9931.0, 9912.0, 9978.0, 9930.0, 9946.0, 9956.0, 9957.0, 10037.0, 9986.0, 10020.0, 9977.0, 9936.0, 9988.0, 9932.0, 9986.0, 9970.0, 9985.0, 9971.0, 9970.0, 9915.0, 9957.0, 9930.0, 9958.0, 9929.0, 9944.0, 9934.0, 9950.0, 9936.0, 9954.0, 9954.0, 9972.0, 10040.0, 9989.0, 10012.0, 9973.0, 9999.0, 9958.0, 10035.0, 9957.0, 10021.0, 9974.0, 10034.0, 9959.0, 10022.0, 9940.0, 10007.0, 9939.0, 9993.0, 9952.0, 9992.0, 9935.0, 9991.0, 9936.0, 9978.0, 9946.0, 9980.0, 10025.0, 9984.0, 10022.0, 9968.0, 10035.0, 9969.0, 10033.0, 9973.0, 10035.0, 9971.0, 10020.0, 9956.0, 10039.0, 9973.0, 10021.0, 9980.0, 9959.0, 9985.0, 9950.0, 10001.0, 10063.0, 10050.0, 10054.0, 10094.0, 10017.0, 10030.0, 9967.0, 10021.0, 9984.0, 9976.0, 10014.0, 9974.0, 10032.0, 9976.0, 10029.0, 9986.0, 9992.0, 10058.0, 10017.0, 9981.0, 10054.0, 9966.0, 10066.0, 10009.0, 10063.0, 10005.0, 10028.0, 9976.0, 9961.0, 9942.0, 9904.0, 9975.0, 9919.0, 9971.0, 9918.0, 9985.0, 9922.0, 9989.0, 9922.0, 9935.0, 9904.0, 9920.0, 9903.0, 9933.0, 9946.0, 9991.0, 9959.0, 9969.0, 9944.0, 9971.0, 9951.0, 9990.0, 9973.0, 9976.0, 9932.0, 9973.0, 10029.0, 9982.0, 10026.0, 9983.0, 9989.0, 9938.0, 9989.0, 9925.0, 9977.0, 9931.0, 9980.0, 9945.0, 9981.0, 9933.0, 9997.0, 9948.0, 10017.0, 9935.0, 9998.0, 9930.0, 9982.0, 9913.0, 9968.0, 10010.0, 9942.0, 9995.0, 9938.0, 9910.0, 9939.0, 9913.0, 9956.0, 9933.0, 9972.0, 9932.0, 9977.0, 9934.0, 9976.0, 9976.0, 9973.0, 9932.0, 9975.0, 9934.0, 9991.0, 10004.0, 9977.0, 9932.0, 9973.0, 9929.0, 9972.0, 9929.0, 9975.0, 10031.0, 9958.0, 9961.0, 9958.0, 9970.0, 9959.0, 10028.0, 9958.0, 9997.0, 9958.0, 9994.0, 9956.0, 10025.0, 9945.0, 10009.0, 9971.0, 9995.0, 9942.0, 10005.0, 9928.0, 9995.0, 9944.0, 9994.0, 9945.0, 9996.0, 9931.0, 9999.0, 9934.0, 9969.0, 9912.0, 9955.0, 9940.0, 9942.0, 10026.0, 9941.0, 10006.0, 9929.0, 9996.0, 9946.0, 10016.0, 9935.0, 9997.0, 9931.0, 9982.0, 9934.0, 9985.0, 9931.0, 9984.0, 9934.0, 9988.0, 9935.0, 9976.0, 9935.0, 9962.0, 9934.0, 9989.0, 9934.0, 9963.0, 10016.0, 9960.0, 9960.0, 9947.0, 10000.0, 9946.0, 10028.0, 9961.0, 10001.0, 9959.0, 9946.0, 9958.0, 9946.0, 9976.0, 10019.0, 9958.0, 9932.0, 9975.0, 9931.0, 9986.0, 9950.0, 10016.0, 9952.0, 10030.0, 9963.0, 10033.0, 9979.0, 10018.0, 9962.0, 10031.0, 9962.0, 10032.0, 9974.0, 9933.0, 9987.0, 9932.0, 9987.0, 9953.0, 10020.0, 9980.0, 9969.0, 9992.0, 9953.0, 9993.0, 9967.0, 9954.0, 9994.0, 9972.0, 10052.0, 9990.0, 10068.0, 10039.0, 9995.0, 9979.0, 9938.0, 10008.0, 9961.0, 10034.0, 9951.0, 10030.0, 9965.0, 9961.0, 9974.0, 9954.0, 9976.0, 9934.0, 9974.0, 9934.0, 9988.0, 9966.0, 10023.0, 9953.0, 10018.0, 9954.0, 10004.0, 9952.0, 10020.0, 9981.0, 10035.0, 9994.0, 9998.0, 9957.0, 9957.0, 9999.0, 9941.0, 10011.0, 9941.0, 10023.0, 9957.0, 10037.0, 9949.0, 10033.0, 9961.0, 10030.0, 9940.0, 10000.0, 9982.0, 9967.0, 9909.0, 9964.0, 9910.0, 9967.0, 9914.0, 9954.0, 9928.0, 9970.0, 9936.0, 9990.0, 9935.0, 9989.0, 9933.0, 9990.0, 9935.0, 9991.0, 10030.0, 9987.0, 9914.0, 9965.0, 9939.0, 10022.0, 9955.0, 9929.0, 10012.0, 9946.0, 10040.0, 9973.0, 10024.0, 9983.0, 10023.0, 9980.0, 10002.0, 9934.0, 9984.0, 9917.0, 9962.0, 9936.0, 9963.0, 9935.0, 9908.0, 9949.0, 9907.0, 9951.0, 9939.0, 9938.0, 9921.0, 9935.0, 9909.0, 9950.0, 9910.0, 9967.0, 9915.0, 9982.0, 9912.0, 9968.0, 9911.0, 9965.0, 9918.0, 9969.0, 9915.0, 9969.0, 9915.0, 9982.0, 9916.0, 9981.0, 9931.0, 9985.0, 9916.0, 9958.0, 9929.0, 9958.0, 10009.0, 9931.0, 10013.0, 9948.0, 9986.0, 9932.0, 9971.0, 9938.0, 10015.0, 9953.0, 10002.0, 9941.0, 10004.0, 9958.0, 10039.0, 9976.0, 10036.0, 9972.0, 10036.0, 9940.0, 10022.0, 9936.0, 10008.0, 9938.0, 10001.0, 9941.0, 10022.0, 9938.0, 10019.0, 9939.0, 10014.0, 9942.0, 10035.0, 9985.0, 10047.0, 9981.0, 10006.0, 9964.0, 10033.0, 9994.0, 10047.0, 10006.0, 10009.0, 9941.0, 9992.0, 9958.0, 10007.0, 9957.0, 9940.0, 9941.0, 9934.0, 9957.0, 9995.0, 9942.0, 9915.0, 9969.0, 9933.0, 10015.0, 9951.0, 10025.0, 9947.0, 10027.0, 9970.0, 10025.0, 9942.0, 9993.0, 9956.0, 9914.0, 9966.0, 9930.0, 9985.0, 9969.0, 9952.0, 10008.0, 9921.0, 9989.0, 9924.0, 9999.0, 9977.0, 9960.0, 9930.0, 9889.0, 9955.0, 9905.0, 9972.0, 9888.0, 9955.0, 9903.0, 9954.0, 9901.0, 9964.0, 9928.0, 9909.0, 9906.0, 9884.0, 9942.0, 9933.0, 10034.0, 9968.0, 10026.0, 9990.0, 9970.0, 9940.0, 9912.0, 9963.0, 9913.0, 9992.0, 9932.0, 10004.0, 9957.0, 9929.0, 9939.0, 9914.0, 9973.0, 9937.0, 9987.0, 9939.0, 10012.0, 9963.0, 10017.0, 9952.0, 9997.0, 9925.0, 9981.0, 9911.0, 9952.0, 9910.0, 9951.0, 9910.0, 9953.0, 9937.0, 9995.0, 9944.0, 9963.0, 9939.0, 9943.0, 10006.0, 9959.0, 10036.0, 9967.0, 10031.0, 9939.0, 10004.0, 9995.0, 9966.0, 10050.0, 10014.0, 9992.0, 9945.0, 9954.0, 9911.0, 9950.0, 9962.0, 9976.0, 9955.0, 9935.0, 9958.0, 9953.0, 9989.0, 9956.0, 10006.0, 9994.0, 10009.0, 9974.0, 10012.0, 9995.0, 9942.0, 10007.0, 9943.0, 10020.0, 9934.0, 10030.0, 9933.0, 10018.0, 9983.0, 10090.0, 9992.0, 10037.0, 9988.0, 9915.0, 9977.0, 9951.0, 10017.0, 9974.0, 9919.0, 10016.0, 9949.0, 10024.0, 9966.0, 10020.0, 10005.0, 9974.0, 9985.0, 9918.0, 9987.0, 9927.0, 9992.0, 9908.0, 9990.0, 9910.0, 9973.0, 9911.0, 9976.0, 9932.0, 9979.0, 9935.0, 9913.0, 9957.0, 9960.0, 9949.0, 9984.0, 10024.0, 9994.0, 10031.0, 9972.0, 10032.0, 9986.0, 10025.0, 9997.0, 9980.0, 9925.0, 9955.0, 9941.0, 9939.0, 9956.0, 9985.0, 9958.0, 9918.0, 9971.0, 9930.0, 9973.0, 9975.0, 9973.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.0006515904139433551</td></tr>
<tr><td colspan=3>aqi</td><td>0.033190142992011624</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.66414315201304</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1357063401090126</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9476605197383732</td></tr>
<tr><td colspan=3>efc</td><td>0.495</td></tr>
<tr><td colspan=3>fber</td><td>6206.9697</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11070380010693774</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.915758896151053</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6500266719217467</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6181593012145816</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.620850392059512</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7110703224911457</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107297</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009712189435958862</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03160481154918671</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1377</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.030022576818572</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>23.8643</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9825</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.9417</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294182.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1021.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.211</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6499</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>630.8624</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3710.0283</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82362.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1501.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.0757</td></tr>
<tr><td colspan=3>tsnr</td><td>32.77575440425426</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>