<?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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-01/func/sub-0111_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>0e3f1f1ec00b329db91923be3ec8bc85</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:11:24.717500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994543, -0.0272544, -0.100703, 0.0289962, 0.999453, 0.0158724]</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.259</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.0751964</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>[4206, -7743, -7255, 279, -99, 148, 115, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ae37cb03-ecba-4abb-ab91-2185b0b65e08||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6682865619659424, 0.07779458165168762, -0.2705824077129364, 111.81336975097656], [0.07312163710594177, 2.6814606189727783, 0.05050557851791382, -105.62578582763672], [-0.2701796889305115, -0.04258441925048828, 2.6859326362609863, -57.95774459838867], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['161124.717500', '161125.177500', '161125.637500', '161126.097500', '161126.557500', '161127.017500', '161127.477500', '161127.937500', '161128.397500', '161128.857500', '161129.317500', '161129.777500', '161130.237500', '161130.697500', '161131.157500', '161131.617500', '161132.077500', '161132.537500', '161132.997500', '161133.457500', '161133.917500', '161134.377500', '161134.837500', '161135.297500', '161135.757500', '161136.217500', '161136.677500', '161137.137500', '161137.597500', '161138.057500', '161138.517500', '161138.977500', '161139.437500', '161139.897500', '161140.357500', '161140.817500', '161141.277500', '161141.737500', '161142.197500', '161142.657500', '161143.117500', '161143.577500', '161144.037500', '161144.497500', '161144.957500', '161145.417500', '161145.877500', '161146.337500', '161146.797500', '161147.257500', '161147.717500', '161148.177500', '161148.637500', '161149.097500', '161149.557500', '161150.017500', '161150.477500', '161150.937500', '161151.397500', '161151.857500', '161152.317500', '161152.777500', '161153.237500', '161153.697500', '161154.157500', '161154.617500', '161155.077500', '161155.537500', '161155.997500', '161156.457500', '161156.917500', '161157.377500', '161157.837500', '161158.297500', '161158.757500', '161159.217500', '161159.677500', '161200.137500', '161200.597500', '161201.057500', '161201.517500', '161201.977500', '161202.437500', '161202.897500', '161203.357500', '161203.817500', '161204.277500', '161204.737500', '161205.197500', '161205.657500', '161206.117500', '161206.577500', '161207.037500', '161207.497500', '161207.957500', '161208.417500', '161208.877500', '161209.337500', '161209.797500', '161210.257500', '161210.717500', '161211.177500', '161211.637500', '161212.097500', '161212.557500', '161213.017500', '161213.477500', '161213.937500', '161214.397500', '161214.857500', '161215.317500', '161215.777500', '161216.237500', '161216.697500', '161217.157500', '161217.617500', '161218.077500', '161218.537500', '161218.997500', '161219.457500', '161219.917500', '161220.377500', '161220.837500', '161221.297500', '161221.757500', '161222.217500', '161222.677500', '161223.137500', '161223.597500', '161224.057500', '161224.517500', '161224.977500', '161225.437500', '161225.897500', '161226.357500', '161226.817500', '161227.277500', '161227.737500', '161228.197500', '161228.657500', '161229.117500', '161229.577500', '161230.037500', '161230.497500', '161230.957500', '161231.417500', '161231.877500', '161232.337500', '161232.797500', '161233.257500', '161233.717500', '161234.177500', '161234.637500', '161235.097500', '161235.557500', '161236.017500', '161236.477500', '161236.937500', '161237.397500', '161237.857500', '161238.317500', '161238.777500', '161239.237500', '161239.697500', '161240.157500', '161240.617500', '161241.077500', '161241.537500', '161241.997500', '161242.457500', '161242.917500', '161243.377500', '161243.837500', '161244.297500', '161244.757500', '161245.217500', '161245.677500', '161246.137500', '161246.597500', '161247.057500', '161247.517500', '161247.977500', '161248.437500', '161248.897500', '161249.357500', '161249.817500', '161250.277500', '161250.737500', '161251.197500', '161251.657500', '161252.117500', '161252.577500', '161253.037500', '161253.497500', '161253.957500', '161254.417500', '161254.877500', '161255.337500', '161255.797500', '161256.257500', '161256.717500', '161257.177500', '161257.637500', '161258.097500', '161258.557500', '161259.017500', '161259.477500', '161259.937500', '161300.397500', '161300.857500', '161301.317500', '161301.777500', '161302.237500', '161302.697500', '161303.157500', '161303.617500', '161304.077500', '161304.537500', '161304.997500', '161305.457500', '161305.917500', '161306.377500', '161306.837500', '161307.297500', '161307.757500', '161308.217500', '161308.677500', '161309.137500', '161309.597500', '161310.057500', '161310.517500', '161310.977500', '161311.437500', '161311.897500', '161312.357500', '161312.817500', '161313.277500', '161313.737500', '161314.197500', '161314.657500', '161315.117500', '161315.577500', '161316.037500', '161316.497500', '161316.957500', '161317.417500', '161317.877500', '161318.337500', '161318.797500', '161319.257500', '161319.717500', '161320.177500', '161320.637500', '161321.097500', '161321.557500', '161322.017500', '161322.477500', '161322.937500', '161323.397500', '161323.857500', '161324.317500', '161324.777500', '161325.237500', '161325.697500', '161326.157500', '161326.617500', '161327.077500', '161327.537500', '161327.997500', '161328.457500', '161328.917500', '161329.377500', '161329.837500', '161330.297500', '161330.757500', '161331.217500', '161331.677500', '161332.137500', '161332.597500', '161333.057500', '161333.517500', '161333.977500', '161334.437500', '161334.897500', '161335.357500', '161335.817500', '161336.277500', '161336.737500', '161337.197500', '161337.657500', '161338.117500', '161338.577500', '161339.037500', '161339.497500', '161339.957500', '161340.417500', '161340.877500', '161341.337500', '161341.797500', '161342.257500', '161342.717500', '161343.177500', '161343.637500', '161344.097500', '161344.557500', '161345.017500', '161345.477500', '161345.937500', '161346.397500', '161346.857500', '161347.317500', '161347.777500', '161348.237500', '161348.697500', '161349.157500', '161349.617500', '161350.077500', '161350.537500', '161350.997500', '161351.457500', '161351.917500', '161352.377500', '161352.837500', '161353.297500', '161353.757500', '161354.217500', '161354.677500', '161355.137500', '161355.597500', '161356.057500', '161356.517500', '161356.977500', '161357.437500', '161357.897500', '161358.357500', '161358.817500', '161359.277500', '161359.737500', '161400.197500', '161400.657500', '161401.117500', '161401.577500', '161402.037500', '161402.497500', '161402.957500', '161403.417500', '161403.877500', '161404.337500', '161404.797500', '161405.257500', '161405.717500', '161406.177500', '161406.637500', '161407.097500', '161407.557500', '161408.017500', '161408.477500', '161408.937500', '161409.397500', '161409.857500', '161410.317500', '161410.777500', '161411.237500', '161411.697500', '161412.157500', '161412.617500', '161413.077500', '161413.537500', '161413.997500', '161414.457500', '161414.917500', '161415.377500', '161415.837500', '161416.297500', '161416.757500', '161417.217500', '161417.677500', '161418.137500', '161418.597500', '161419.057500', '161419.517500', '161419.977500', '161420.437500', '161420.897500', '161421.357500', '161421.817500', '161422.277500', '161422.737500', '161423.197500', '161423.657500', '161424.117500', '161424.577500', '161425.037500', '161425.497500', '161425.957500', '161426.417500', '161426.877500', '161427.337500', '161427.797500', '161428.257500', '161428.717500', '161429.177500', '161429.637500', '161430.097500', '161430.557500', '161431.017500', '161431.477500', '161431.937500', '161432.397500', '161432.857500', '161433.317500', '161433.777500', '161434.237500', '161434.697500', '161435.157500', '161435.617500', '161436.077500', '161436.537500', '161436.997500', '161437.457500', '161437.917500', '161438.377500', '161438.837500', '161439.297500', '161439.757500', '161440.217500', '161440.677500', '161441.137500', '161441.597500', '161442.057500', '161442.517500', '161442.977500', '161443.437500', '161443.897500', '161444.357500', '161444.817500', '161445.277500', '161445.737500', '161446.197500', '161446.657500', '161447.117500', '161447.577500', '161448.037500', '161448.497500', '161448.957500', '161449.417500', '161449.877500', '161450.337500', '161450.797500', '161451.257500', '161451.717500', '161452.177500', '161452.637500', '161453.097500', '161453.557500', '161454.017500', '161454.477500', '161454.937500', '161455.397500', '161455.857500', '161456.317500', '161456.777500', '161457.237500', '161457.697500', '161458.157500', '161458.617500', '161459.077500', '161459.537500', '161459.997500', '161500.457500', '161500.917500', '161501.377500', '161501.837500', '161502.297500', '161502.757500', '161503.217500', '161503.677500', '161504.137500', '161504.597500', '161505.057500', '161505.517500', '161505.977500', '161506.437500', '161506.897500', '161507.357500', '161507.817500', '161508.277500', '161508.737500', '161509.197500', '161509.657500', '161510.117500', '161510.577500', '161511.037500', '161511.497500', '161511.957500', '161512.417500', '161512.877500', '161513.337500', '161513.797500', '161514.257500', '161514.717500', '161515.177500', '161515.637500', '161516.097500', '161516.557500', '161517.017500', '161517.477500', '161517.937500', '161518.397500', '161518.857500', '161519.317500', '161519.777500', '161520.237500', '161520.697500', '161521.157500', '161521.617500', '161522.077500', '161522.537500', '161522.997500', '161523.457500', '161523.917500', '161524.377500', '161524.837500', '161525.297500', '161525.757500', '161526.217500', '161526.677500', '161527.137500', '161527.597500', '161528.057500', '161528.517500', '161528.977500', '161529.437500', '161529.897500', '161530.357500', '161530.817500', '161531.277500', '161531.737500', '161532.197500', '161532.657500', '161533.117500', '161533.577500', '161534.037500', '161534.497500', '161534.957500', '161535.417500', '161535.877500', '161536.337500', '161536.797500', '161537.257500', '161537.717500', '161538.177500', '161538.637500', '161539.097500', '161539.557500', '161540.017500', '161540.477500', '161540.937500', '161541.397500', '161541.857500', '161542.317500', '161542.777500', '161543.237500', '161543.697500', '161544.157500', '161544.617500', '161545.077500', '161545.537500', '161545.997500', '161546.457500', '161546.917500', '161547.377500', '161547.837500', '161548.297500', '161548.757500', '161549.217500', '161549.677500', '161550.137500', '161550.597500', '161551.057500', '161551.517500', '161551.977500', '161552.437500', '161552.897500', '161553.357500', '161553.817500', '161554.277500', '161554.737500', '161555.197500', '161555.657500', '161556.117500', '161556.577500', '161557.037500', '161557.497500', '161557.957500', '161558.417500', '161558.877500', '161559.337500', '161559.797500', '161600.257500', '161600.717500', '161601.177500', '161601.637500', '161602.097500', '161602.557500', '161603.017500', '161603.477500', '161603.937500', '161604.397500', '161604.857500', '161605.317500', '161605.777500', '161606.237500', '161606.697500', '161607.157500', '161607.617500', '161608.077500', '161608.537500', '161608.997500', '161609.457500', '161609.917500', '161610.377500', '161610.837500', '161611.297500', '161611.757500', '161612.217500', '161612.677500', '161613.137500', '161613.597500', '161614.057500', '161614.517500', '161614.977500', '161615.437500', '161615.897500', '161616.357500', '161616.817500', '161617.277500', '161617.737500', '161618.197500', '161618.657500', '161619.117500', '161619.577500', '161620.037500', '161620.497500', '161620.957500', '161621.417500', '161621.877500', '161622.337500', '161622.797500', '161623.257500', '161623.717500', '161624.177500', '161624.637500', '161625.097500', '161625.557500', '161626.017500', '161626.477500', '161626.937500', '161627.397500', '161627.857500', '161628.317500', '161628.777500', '161629.237500', '161629.697500', '161630.157500', '161630.617500', '161631.077500', '161631.537500', '161631.997500', '161632.457500', '161632.917500', '161633.377500', '161633.837500', '161634.297500', '161634.757500', '161635.217500', '161635.677500', '161636.137500', '161636.597500', '161637.057500', '161637.517500', '161637.977500', '161638.437500', '161638.897500', '161639.357500', '161639.817500', '161640.277500', '161640.737500', '161641.197500', '161641.657500', '161642.117500', '161642.577500', '161643.037500', '161643.497500', '161643.957500', '161644.417500', '161644.877500', '161645.337500', '161645.797500', '161646.257500', '161646.717500', '161647.177500', '161647.637500', '161648.097500', '161648.557500', '161649.017500', '161649.477500', '161649.937500', '161650.397500', '161650.857500', '161651.317500', '161651.777500', '161652.237500', '161652.697500', '161653.157500', '161653.617500', '161654.077500', '161654.537500', '161654.997500', '161655.457500', '161655.917500', '161656.377500', '161656.837500', '161657.297500', '161657.757500', '161658.217500', '161658.677500', '161659.137500', '161659.597500', '161700.057500', '161700.517500', '161700.977500', '161701.437500', '161701.897500', '161702.357500', '161702.817500', '161703.277500', '161703.737500', '161704.197500', '161704.657500', '161705.117500', '161705.577500', '161706.037500', '161706.497500', '161706.957500', '161707.417500', '161707.877500', '161708.337500', '161708.797500', '161709.257500', '161709.717500', '161710.177500', '161710.637500', '161711.097500', '161711.557500', '161712.017500', '161712.477500', '161712.937500', '161713.397500', '161713.857500', '161714.317500', '161714.777500', '161715.237500', '161715.697500', '161716.157500', '161716.617500', '161717.077500', '161717.537500', '161717.997500', '161718.457500', '161718.917500', '161719.377500', '161719.837500', '161720.297500', '161720.757500', '161721.217500', '161721.677500', '161722.137500', '161722.597500', '161723.057500', '161723.517500', '161723.977500', '161724.437500', '161724.897500', '161725.357500', '161725.817500', '161726.277500', '161726.737500', '161727.197500', '161727.657500', '161728.117500', '161728.577500', '161729.037500', '161729.497500', '161729.957500', '161730.417500', '161730.877500', '161731.337500', '161731.797500', '161732.257500', '161732.717500', '161733.177500', '161733.637500', '161734.097500', '161734.557500', '161735.017500', '161735.477500', '161735.937500', '161736.397500', '161736.857500', '161737.317500', '161737.777500', '161738.237500', '161738.697500', '161739.157500', '161739.617500', '161740.077500', '161740.537500', '161740.997500', '161741.457500', '161741.917500', '161742.377500', '161742.837500', '161743.297500', '161743.757500', '161744.217500', '161744.677500', '161745.137500', '161745.597500', '161746.057500', '161746.517500', '161746.977500', '161747.437500', '161747.897500', '161748.357500', '161748.817500', '161749.277500', '161749.737500', '161750.197500', '161750.657500', '161751.117500', '161751.577500', '161752.037500', '161752.497500', '161752.957500', '161753.417500', '161753.877500', '161754.337500', '161754.797500', '161755.257500', '161755.717500', '161756.177500', '161756.637500', '161757.097500', '161757.557500', '161758.017500', '161758.477500', '161758.937500', '161759.397500', '161759.857500', '161800.317500', '161800.777500', '161801.237500', '161801.697500', '161802.157500', '161802.617500', '161803.077500', '161803.537500', '161803.997500', '161804.457500', '161804.917500', '161805.377500', '161805.837500', '161806.297500', '161806.757500', '161807.217500', '161807.677500', '161808.137500', '161808.597500', '161809.057500', '161809.517500', '161809.977500', '161810.437500', '161810.897500', '161811.357500', '161811.817500', '161812.277500', '161812.737500', '161813.197500', '161813.657500', '161814.117500', '161814.577500', '161815.037500', '161815.497500', '161815.957500', '161816.417500', '161816.877500', '161817.337500', '161817.797500', '161818.257500', '161818.717500', '161819.177500', '161819.637500', '161820.097500', '161820.557500', '161821.017500', '161821.477500', '161821.937500', '161822.397500', '161822.857500', '161823.317500', '161823.777500', '161824.237500', '161824.697500', '161825.157500', '161825.617500', '161826.077500', '161826.537500', '161826.997500', '161827.457500', '161827.917500', '161828.377500', '161828.837500', '161829.297500', '161829.757500', '161830.217500', '161830.677500', '161831.137500', '161831.597500', '161832.057500', '161832.517500', '161832.977500', '161833.437500', '161833.897500', '161834.357500', '161834.817500', '161835.277500', '161835.737500', '161836.197500', '161836.657500', '161837.117500', '161837.577500', '161838.037500', '161838.497500', '161838.957500', '161839.417500', '161839.877500', '161840.337500', '161840.797500', '161841.257500', '161841.717500', '161842.177500', '161842.637500', '161843.097500', '161843.557500', '161844.017500', '161844.477500', '161844.937500', '161845.397500', '161845.857500', '161846.317500', '161846.777500', '161847.237500', '161847.697500', '161848.157500', '161848.617500', '161849.077500', '161849.537500', '161849.997500', '161850.457500', '161850.917500', '161851.377500', '161851.837500', '161852.297500', '161852.757500', '161853.217500', '161853.677500', '161854.137500', '161854.597500', '161855.057500', '161855.517500', '161855.977500', '161856.437500', '161856.897500', '161857.357500', '161857.817500', '161858.277500', '161858.737500', '161859.197500', '161859.657500', '161900.117500', '161900.577500', '161901.037500', '161901.497500', '161901.957500', '161902.417500', '161902.877500', '161903.337500', '161903.797500', '161904.257500', '161904.717500', '161905.177500', '161905.637500', '161906.097500', '161906.557500', '161907.017500', '161907.477500', '161907.937500', '161908.397500', '161908.857500', '161909.317500', '161909.777500', '161910.237500', '161910.697500', '161911.157500', '161911.617500', '161912.077500', '161912.537500', '161912.997500', '161913.457500', '161913.917500', '161914.377500', '161914.837500', '161915.297500', '161915.757500', '161916.217500', '161916.677500', '161917.137500', '161917.597500', '161918.057500', '161918.517500', '161918.977500', '161919.437500', '161919.897500', '161920.357500', '161920.817500', '161921.277500', '161921.737500', '161922.197500', '161922.657500', '161923.117500', '161923.577500', '161924.037500', '161924.497500', '161924.957500', '161925.417500', '161925.877500', '161926.337500', '161926.797500', '161927.257500', '161927.717500', '161928.177500', '161928.637500', '161929.097500', '161929.557500', '161930.017500', '161930.477500', '161930.937500', '161931.397500', '161931.857500', '161932.317500', '161932.777500', '161933.237500', '161933.697500', '161934.157500', '161934.617500', '161935.077500', '161935.537500', '161935.997500', '161936.457500', '161936.917500', '161937.377500', '161937.837500', '161938.297500', '161938.757500', '161939.217500', '161939.677500', '161940.137500', '161940.597500', '161941.057500', '161941.517500', '161941.977500', '161942.437500', '161942.897500', '161943.357500', '161943.817500', '161944.277500', '161944.737500', '161945.197500', '161945.657500', '161946.117500', '161946.577500', '161947.037500', '161947.497500', '161947.957500', '161948.417500', '161948.877500', '161949.337500', '161949.797500', '161950.257500', '161950.717500', '161951.177500', '161951.637500', '161952.097500', '161952.557500', '161953.017500', '161953.477500', '161953.937500', '161954.397500', '161954.857500', '161955.317500', '161955.777500', '161956.237500', '161956.697500', '161957.157500', '161957.617500', '161958.077500', '161958.537500', '161958.997500', '161959.457500', '161959.917500', '162000.377500', '162000.837500', '162001.297500', '162001.757500', '162002.217500', '162002.677500', '162003.137500', '162003.597500', '162004.057500', '162004.517500', '162004.977500', '162005.437500', '162005.897500', '162006.357500', '162006.817500', '162007.277500', '162007.737500', '162008.197500', '162008.657500', '162009.117500', '162009.577500', '162010.037500', '162010.497500', '162010.957500', '162011.417500', '162011.877500', '162012.337500', '162012.797500', '162013.257500', '162013.717500', '162014.177500', '162014.637500', '162015.097500', '162015.557500', '162016.017500', '162016.477500', '162016.937500', '162017.397500', '162017.857500', '162018.317500', '162018.777500', '162019.237500', '162019.697500', '162020.157500', '162020.617500', '162021.077500', '162021.537500', '162021.997500', '162022.457500', '162022.917500', '162023.377500', '162023.837500', '162024.297500', '162024.757500', '162025.217500', '162025.677500', '162026.137500', '162026.597500', '162027.057500', '162027.517500', '162027.977500', '162028.437500', '162028.897500', '162029.357500', '162029.817500', '162030.277500', '162030.737500', '162031.197500', '162031.657500', '162032.117500', '162032.577500', '162033.037500', '162033.497500', '162033.957500', '162034.417500', '162034.877500', '162035.337500', '162035.797500', '162036.257500', '162036.717500', '162037.177500', '162037.637500', '162038.097500', '162038.557500', '162039.017500', '162039.477500', '162039.937500', '162040.397500', '162040.857500', '162041.317500', '162041.777500', '162042.237500', '162042.697500', '162043.157500', '162043.617500', '162044.077500', '162044.537500', '162044.997500', '162045.457500', '162045.917500', '162046.377500', '162046.837500', '162047.297500', '162047.757500', '162048.217500', '162048.677500', '162049.137500', '162049.597500', '162050.057500', '162050.517500', '162050.977500', '162051.437500', '162051.897500', '162052.357500', '162052.817500', '162053.277500', '162053.737500', '162054.197500', '162054.657500', '162055.117500', '162055.577500', '162056.037500', '162056.497500', '162056.957500', '162057.417500', '162057.877500', '162058.337500', '162058.797500', '162059.257500', '162059.717500', '162100.177500', '162100.637500', '162101.097500', '162101.557500', '162102.017500', '162102.477500', '162102.937500', '162103.397500', '162103.857500', '162104.317500', '162104.777500', '162105.237500', '162105.697500', '162106.157500', '162106.617500', '162107.077500', '162107.537500', '162107.997500', '162108.457500', '162108.917500', '162109.377500', '162109.837500', '162110.297500', '162110.757500', '162111.217500', '162111.677500', '162112.137500', '162112.597500', '162113.057500', '162113.517500', '162113.977500', '162114.437500', '162114.897500', '162115.357500', '162115.817500', '162116.277500', '162116.737500', '162117.197500', '162117.657500', '162118.117500', '162118.577500', '162119.037500', '162119.497500', '162119.957500', '162120.417500', '162120.877500', '162121.337500', '162121.797500', '162122.257500', '162122.717500', '162123.177500', '162123.637500', '162124.097500', '162124.557500', '162125.017500', '162125.477500', '162125.937500', '162126.397500', '162126.857500', '162127.317500', '162127.777500', '162128.237500', '162128.697500', '162129.157500', '162129.617500', '162130.077500', '162130.537500', '162130.997500', '162131.457500', '162131.917500', '162132.377500', '162132.837500', '162133.297500', '162133.757500', '162134.217500', '162134.677500', '162135.137500', '162135.597500', '162136.057500', '162136.517500', '162136.977500', '162137.437500', '162137.897500', '162138.357500', '162138.817500', '162139.277500', '162139.737500', '162140.197500', '162140.657500', '162141.117500', '162141.577500', '162142.037500', '162142.497500', '162142.957500', '162143.417500', '162143.877500', '162144.337500', '162144.797500', '162145.257500', '162145.717500', '162146.177500', '162146.637500', '162147.097500', '162147.557500', '162148.017500', '162148.477500', '162148.937500', '162149.397500', '162149.857500', '162150.317500', '162150.777500', '162151.237500', '162151.697500', '162152.157500', '162152.617500', '162153.077500', '162153.537500', '162153.997500', '162154.457500', '162154.917500', '162155.377500', '162155.837500', '162156.297500', '162156.757500', '162157.217500'], 'ContentTime': ['161148.984000', '161148.987000', '161148.990000', '161148.993000', '161148.996000', '161148.998000', '161149.002000', '161149.004000', '161149.007000', '161149.010000', '161149.012000', '161149.015000', '161149.017000', '161149.020000', '161149.023000', '161149.025000', '161149.028000', '161149.030000', '161149.033000', '161149.035000', '161149.038000', '161149.041000', '161149.043000', '161149.046000', '161149.048000', '161149.051000', '161149.053000', '161149.056000', '161149.059000', '161149.061000', '161149.064000', '161149.066000', '161149.069000', '161149.071000', '161149.074000', '161149.077000', '161149.079000', '161149.082000', '161149.084000', '161149.087000', '161149.089000', '161149.098000', '161149.101000', '161149.104000', '161149.106000', '161149.109000', '161149.111000', '161149.114000', '161149.116000', '161149.119000', '161208.940000', '161208.943000', '161208.945000', '161208.948000', '161208.950000', '161208.953000', '161208.956000', '161208.959000', '161208.961000', '161208.964000', '161208.966000', '161208.969000', '161208.972000', '161208.974000', '161208.977000', '161208.979000', '161208.982000', '161208.984000', '161208.987000', '161208.990000', '161208.992000', '161208.995000', '161208.997000', '161209.001000', '161209.004000', '161209.006000', '161209.009000', '161209.012000', '161209.014000', '161209.017000', '161209.019000', '161209.022000', '161209.024000', '161209.034000', '161209.036000', '161209.039000', '161209.042000', '161209.044000', '161209.047000', '161209.049000', '161209.052000', '161209.055000', '161209.057000', '161209.060000', '161228.939000', '161228.942000', '161228.945000', '161228.947000', '161228.950000', '161228.953000', '161228.955000', '161228.958000', '161228.960000', '161228.963000', '161228.965000', '161228.968000', '161228.971000', '161228.973000', '161228.976000', '161228.979000', '161228.981000', '161228.984000', '161228.986000', '161228.989000', '161228.992000', '161228.994000', '161228.997000', '161229.000000', '161229.003000', '161229.005000', '161229.008000', '161229.011000', '161229.013000', '161229.016000', '161229.018000', '161229.021000', '161229.036000', '161229.050000', '161229.052000', '161229.055000', '161229.057000', '161229.060000', '161229.063000', '161229.065000', '161229.068000', '161229.070000', '161229.073000', '161248.940000', '161248.943000', '161248.946000', '161248.949000', '161248.951000', '161248.954000', '161248.956000', '161248.959000', '161248.962000', '161248.964000', '161248.967000', '161248.969000', '161248.972000', '161248.975000', '161248.977000', '161248.980000', '161248.982000', '161248.985000', '161248.987000', '161248.990000', '161248.993000', '161248.995000', '161248.998000', '161249.004000', '161249.007000', '161249.010000', '161249.012000', '161249.015000', '161249.017000', '161249.020000', '161249.023000', '161249.026000', '161249.034000', '161249.036000', '161249.039000', '161249.042000', '161249.044000', '161249.047000', '161249.049000', '161249.052000', '161249.055000', '161249.057000', '161249.060000', '161249.063000', '161308.940000', '161308.944000', '161308.946000', '161308.949000', '161308.951000', '161308.954000', '161308.957000', '161308.959000', '161308.962000', '161308.965000', '161308.967000', '161308.970000', '161308.972000', '161308.975000', '161308.978000', '161308.980000', '161308.983000', '161308.986000', '161308.988000', '161308.991000', '161308.994000', '161308.996000', '161309.000000', '161309.003000', '161309.005000', '161309.008000', '161309.011000', '161309.013000', '161309.016000', '161309.019000', '161309.021000', '161309.024000', '161309.027000', '161309.029000', '161309.032000', '161309.034000', '161309.037000', '161309.040000', '161309.042000', '161309.045000', '161309.047000', '161309.050000', '161309.053000', '161328.939000', '161328.944000', '161328.949000', '161328.951000', '161328.954000', '161328.957000', '161328.959000', '161328.962000', '161328.965000', '161328.967000', '161328.970000', '161328.973000', '161328.975000', '161328.978000', '161328.980000', '161328.983000', '161328.986000', '161328.988000', '161328.991000', '161328.993000', '161328.997000', '161329.000000', '161329.003000', '161329.006000', '161329.008000', '161329.011000', '161329.014000', '161329.016000', '161329.019000', '161329.022000', '161329.024000', '161329.027000', '161329.030000', '161329.032000', '161329.035000', '161329.037000', '161329.040000', '161329.043000', '161329.045000', '161329.048000', '161329.050000', '161329.053000', '161329.056000', '161329.058000', '161348.940000', '161348.942000', '161348.945000', '161348.948000', '161348.951000', '161348.953000', '161348.956000', '161348.958000', '161348.961000', '161348.964000', '161348.966000', '161348.969000', '161348.972000', '161348.974000', '161348.977000', '161348.979000', '161348.982000', '161348.985000', '161348.987000', '161348.990000', '161348.992000', '161348.995000', '161348.998000', '161349.001000', '161349.004000', '161349.006000', '161349.009000', '161349.012000', '161349.015000', '161349.018000', '161349.021000', '161349.023000', '161349.026000', '161349.028000', '161349.031000', '161349.034000', '161349.036000', '161349.039000', '161349.042000', '161349.044000', '161349.047000', '161349.049000', '161349.052000', '161408.940000', '161408.943000', '161408.945000', '161408.948000', '161408.950000', '161408.953000', '161408.956000', '161408.958000', '161408.961000', '161408.963000', '161408.966000', '161408.968000', '161408.971000', '161408.974000', '161408.976000', '161408.979000', '161408.981000', '161408.984000', '161408.987000', '161408.989000', '161408.992000', '161408.994000', '161408.997000', '161409.001000', '161409.003000', '161409.006000', '161409.008000', '161409.011000', '161409.030000', '161409.033000', '161409.035000', '161409.038000', '161409.040000', '161409.043000', '161409.046000', '161409.048000', '161409.051000', '161409.053000', '161409.056000', '161409.059000', '161409.061000', '161409.064000', '161409.067000', '161409.069000', '161428.939000', '161428.942000', '161428.945000', '161428.948000', '161428.950000', '161428.953000', '161428.956000', '161428.958000', '161428.961000', '161428.963000', '161428.966000', '161428.969000', '161428.971000', '161428.974000', '161428.977000', '161428.979000', '161428.982000', '161428.984000', '161428.987000', '161428.989000', '161428.992000', '161428.995000', '161428.997000', '161429.001000', '161429.003000', '161429.006000', '161429.009000', '161429.011000', '161429.014000', '161429.017000', '161429.019000', '161429.022000', '161429.024000', '161429.027000', '161429.030000', '161429.032000', '161429.035000', '161429.037000', '161429.040000', '161429.043000', '161429.045000', '161429.048000', '161429.051000', '161448.939000', '161448.942000', '161448.945000', '161448.948000', '161448.950000', '161448.953000', '161448.956000', '161448.958000', '161448.961000', '161448.963000', '161448.966000', '161448.969000', '161448.971000', '161448.974000', '161448.977000', '161448.980000', '161448.983000', '161448.985000', '161448.988000', '161448.991000', '161448.993000', '161448.996000', '161448.998000', '161449.002000', '161449.005000', '161449.007000', '161449.010000', '161449.013000', '161449.015000', '161449.018000', '161449.021000', '161449.023000', '161449.026000', '161449.028000', '161449.031000', '161449.034000', '161449.036000', '161449.039000', '161449.041000', '161449.044000', '161449.047000', '161449.049000', '161449.052000', '161508.941000', '161508.943000', '161508.946000', '161508.949000', '161508.951000', '161508.954000', '161508.957000', '161508.959000', '161508.962000', '161508.965000', '161508.967000', '161508.970000', '161508.972000', '161508.975000', '161508.978000', '161508.980000', '161508.983000', '161508.986000', '161508.988000', '161508.991000', '161508.993000', '161508.996000', '161508.999000', '161509.001000', '161509.004000', '161509.007000', '161509.009000', '161509.012000', '161509.015000', '161509.017000', '161509.020000', '161509.022000', '161509.025000', '161509.028000', '161509.030000', '161509.033000', '161509.035000', '161509.038000', '161509.041000', '161509.043000', '161509.046000', '161509.049000', '161509.051000', '161509.054000', '161528.940000', '161528.943000', '161528.946000', '161528.948000', '161528.951000', '161528.954000', '161528.956000', '161528.959000', '161528.961000', '161528.964000', '161528.966000', '161528.969000', '161528.972000', '161528.974000', '161528.977000', '161528.980000', '161528.982000', '161528.985000', '161528.988000', '161528.990000', '161528.993000', '161528.995000', '161528.998000', '161529.002000', '161529.004000', '161529.007000', '161529.009000', '161529.012000', '161529.015000', '161529.017000', '161529.020000', '161529.030000', '161529.033000', '161529.035000', '161529.038000', '161529.041000', '161529.043000', '161529.046000', '161529.048000', '161529.051000', '161529.054000', '161529.056000', '161529.059000', '161548.939000', '161548.942000', '161548.945000', '161548.948000', '161548.950000', '161548.953000', '161548.955000', '161548.958000', '161548.961000', '161548.963000', '161548.966000', '161548.968000', '161548.971000', '161548.974000', '161548.976000', '161548.979000', '161548.982000', '161548.984000', '161548.987000', '161548.989000', '161548.992000', '161548.995000', '161548.997000', '161549.000000', '161549.003000', '161549.005000', '161549.008000', '161549.011000', '161549.013000', '161549.016000', '161549.018000', '161549.021000', '161549.024000', '161549.026000', '161549.029000', '161549.032000', '161549.034000', '161549.037000', '161549.039000', '161549.042000', '161549.045000', '161549.047000', '161549.050000', '161549.052000', '161608.940000', '161608.943000', '161608.945000', '161608.948000', '161608.950000', '161608.953000', '161608.956000', '161608.958000', '161608.961000', '161608.963000', '161608.966000', '161608.968000', '161608.971000', '161608.974000', '161608.976000', '161608.979000', '161608.981000', '161608.984000', '161608.987000', '161608.989000', '161608.992000', '161608.995000', '161608.997000', '161609.000000', '161609.003000', '161609.005000', '161609.008000', '161609.011000', '161609.013000', '161609.016000', '161609.018000', '161609.022000', '161609.025000', '161609.027000', '161609.030000', '161609.033000', '161609.035000', '161609.038000', '161609.041000', '161609.043000', '161609.046000', '161609.048000', '161609.051000', '161628.939000', '161628.942000', '161628.945000', '161628.948000', '161628.950000', '161628.953000', '161628.955000', '161628.958000', '161628.961000', '161628.963000', '161628.966000', '161628.969000', '161628.971000', '161628.974000', '161628.976000', '161628.979000', '161628.982000', '161628.984000', '161628.987000', '161628.990000', '161628.992000', '161628.995000', '161628.997000', '161629.001000', '161629.004000', '161629.006000', '161629.009000', '161629.012000', '161629.014000', '161629.017000', '161629.019000', '161629.022000', '161629.025000', '161629.027000', '161629.030000', '161629.032000', '161629.035000', '161629.038000', '161629.047000', '161629.049000', '161629.052000', '161629.055000', '161629.057000', '161629.060000', '161648.939000', '161648.942000', '161648.945000', '161648.948000', '161648.950000', '161648.953000', '161648.955000', '161648.958000', '161648.961000', '161648.963000', '161648.966000', '161648.968000', '161648.971000', '161648.974000', '161648.976000', '161648.979000', '161648.981000', '161648.984000', '161648.987000', '161648.989000', '161648.992000', '161648.995000', '161648.997000', '161649.001000', '161649.004000', '161649.006000', '161649.009000', '161649.011000', '161649.014000', '161649.016000', '161649.019000', '161649.022000', '161649.024000', '161649.027000', '161649.029000', '161649.032000', '161649.035000', '161649.037000', '161649.040000', '161649.043000', '161649.045000', '161649.048000', '161649.050000', '161708.940000', '161708.942000', '161708.945000', '161708.948000', '161708.950000', '161708.953000', '161708.956000', '161708.958000', '161708.961000', '161708.963000', '161708.966000', '161708.969000', '161708.971000', '161708.974000', '161708.976000', '161708.979000', '161708.982000', '161708.984000', '161708.987000', '161708.989000', '161708.992000', '161709.006000', '161709.009000', '161709.011000', '161709.014000', '161709.017000', '161709.019000', '161709.022000', '161709.025000', '161709.027000', '161709.030000', '161709.033000', '161709.035000', '161709.038000', '161709.040000', '161709.043000', '161709.046000', '161709.048000', '161709.051000', '161709.053000', '161709.056000', '161709.059000', '161709.061000', '161709.064000', '161728.940000', '161728.943000', '161728.946000', '161728.948000', '161728.951000', '161728.954000', '161728.956000', '161728.959000', '161728.962000', '161728.964000', '161728.967000', '161728.969000', '161728.972000', '161728.974000', '161728.977000', '161728.980000', '161728.982000', '161728.985000', '161728.987000', '161728.990000', '161728.993000', '161728.995000', '161728.998000', '161729.000000', '161729.003000', '161729.006000', '161729.008000', '161729.011000', '161729.014000', '161729.016000', '161729.019000', '161729.022000', '161729.024000', '161729.027000', '161729.030000', '161729.032000', '161729.035000', '161729.037000', '161729.040000', '161729.042000', '161729.045000', '161729.048000', '161729.050000', '161748.940000', '161748.943000', '161748.946000', '161748.948000', '161748.951000', '161748.954000', '161748.956000', '161748.959000', '161748.961000', '161748.964000', '161748.967000', '161748.969000', '161748.972000', '161748.974000', '161748.977000', '161748.980000', '161748.982000', '161748.985000', '161748.987000', '161748.990000', '161748.993000', '161748.996000', '161748.998000', '161749.002000', '161749.005000', '161749.007000', '161749.010000', '161749.013000', '161749.015000', '161749.018000', '161749.021000', '161749.023000', '161749.026000', '161749.029000', '161749.031000', '161749.034000', '161749.037000', '161749.039000', '161749.042000', '161749.044000', '161749.047000', '161749.050000', '161749.052000', '161749.055000', '161808.940000', '161808.942000', '161808.945000', '161808.948000', '161808.950000', '161808.953000', '161808.956000', '161808.965000', '161808.968000', '161808.970000', '161808.973000', '161808.976000', '161808.978000', '161808.981000', '161808.983000', '161808.986000', '161808.989000', '161808.991000', '161808.994000', '161808.997000', '161809.000000', '161809.003000', '161809.005000', '161809.008000', '161809.010000', '161809.013000', '161809.016000', '161809.018000', '161809.021000', '161809.023000', '161809.026000', '161809.028000', '161809.031000', '161809.034000', '161809.037000', '161809.039000', '161809.042000', '161809.044000', '161809.047000', '161809.049000', '161809.052000', '161809.055000', '161809.057000', '161828.940000', '161828.943000', '161828.945000', '161828.948000', '161828.951000', '161828.953000', '161828.956000', '161828.959000', '161828.961000', '161828.964000', '161828.966000', '161828.969000', '161828.971000', '161828.974000', '161828.977000', '161828.979000', '161828.982000', '161828.985000', '161828.987000', '161828.990000', '161828.992000', '161828.995000', '161828.998000', '161829.001000', '161829.004000', '161829.006000', '161829.009000', '161829.012000', '161829.014000', '161829.017000', '161829.019000', '161829.022000', '161829.040000', '161829.043000', '161829.046000', '161829.048000', '161829.051000', '161829.053000', '161829.056000', '161829.059000', '161829.061000', '161829.064000', '161829.066000', '161829.069000', '161848.939000', '161848.942000', '161848.945000', '161848.948000', '161848.950000', '161848.953000', '161848.955000', '161848.958000', '161848.961000', '161848.963000', '161848.966000', '161848.968000', '161848.971000', '161848.973000', '161848.976000', '161848.979000', '161848.981000', '161848.984000', '161848.987000', '161848.989000', '161848.992000', '161848.994000', '161848.997000', '161849.001000', '161849.003000', '161849.006000', '161849.008000', '161849.011000', '161849.013000', '161849.016000', '161849.019000', '161849.021000', '161849.024000', '161849.026000', '161849.029000', '161849.032000', '161849.034000', '161849.037000', '161849.039000', '161849.042000', '161849.045000', '161849.047000', '161849.050000', '161908.940000', '161908.942000', '161908.945000', '161908.948000', '161908.950000', '161908.953000', '161908.956000', '161908.958000', '161908.961000', '161908.963000', '161908.966000', '161908.969000', '161908.971000', '161908.974000', '161908.977000', '161908.979000', '161908.982000', '161908.984000', '161908.987000', '161908.990000', '161908.992000', '161908.995000', '161908.997000', '161909.001000', '161909.004000', '161909.006000', '161909.009000', '161909.011000', '161909.014000', '161909.017000', '161909.019000', '161909.022000', '161909.025000', '161909.027000', '161909.030000', '161909.032000', '161909.035000', '161909.038000', '161909.040000', '161909.043000', '161909.046000', '161909.048000', '161909.051000', '161909.053000', '161928.940000', '161928.942000', '161928.945000', '161928.948000', '161928.950000', '161928.953000', '161928.956000', '161928.958000', '161928.961000', '161928.964000', '161928.966000', '161928.969000', '161928.972000', '161928.974000', '161928.977000', '161928.980000', '161928.982000', '161928.985000', '161928.988000', '161928.990000', '161928.993000', '161928.995000', '161928.998000', '161929.002000', '161929.004000', '161929.007000', '161929.009000', '161929.012000', '161929.015000', '161929.017000', '161929.020000', '161929.023000', '161929.025000', '161929.028000', '161929.030000', '161929.033000', '161929.036000', '161929.038000', '161929.041000', '161929.043000', '161929.046000', '161929.049000', '161929.051000', '161948.941000', '161948.943000', '161948.946000', '161948.949000', '161948.951000', '161948.954000', '161948.957000', '161948.960000', '161948.963000', '161948.965000', '161948.968000', '161948.971000', '161948.973000', '161948.976000', '161948.979000', '161948.981000', '161948.984000', '161948.987000', '161948.989000', '161948.992000', '161948.994000', '161948.997000', '161949.000000', '161949.002000', '161949.005000', '161949.007000', '161949.010000', '161949.013000', '161949.026000', '161949.029000', '161949.031000', '161949.034000', '161949.036000', '161949.039000', '161949.042000', '161949.044000', '161949.047000', '161949.049000', '161949.052000', '161949.055000', '161949.057000', '161949.060000', '161949.062000', '161949.065000', '162008.941000', '162008.944000', '162008.946000', '162008.949000', '162008.951000', '162008.954000', '162008.957000', '162008.959000', '162008.962000', '162008.964000', '162008.967000', '162008.970000', '162008.972000', '162008.975000', '162008.978000', '162008.980000', '162008.983000', '162008.986000', '162008.988000', '162008.991000', '162008.994000', '162008.996000', '162009.000000', '162009.002000', '162009.005000', '162009.008000', '162009.010000', '162009.014000', '162009.017000', '162009.019000', '162009.022000', '162009.024000', '162009.027000', '162009.030000', '162009.032000', '162009.035000', '162009.038000', '162009.040000', '162009.043000', '162009.046000', '162009.048000', '162009.051000', '162009.054000', '162028.939000', '162028.942000', '162028.945000', '162028.948000', '162028.950000', '162028.953000', '162028.955000', '162028.958000', '162028.961000', '162028.963000', '162028.966000', '162028.968000', '162028.971000', '162028.974000', '162028.977000', '162028.980000', '162028.982000', '162028.985000', '162028.987000', '162028.990000', '162028.992000', '162028.995000', '162028.998000', '162029.001000', '162029.004000', '162029.006000', '162029.009000', '162029.012000', '162029.014000', '162029.017000', '162029.019000', '162029.022000', '162029.025000', '162029.027000', '162029.030000', '162029.033000', '162029.035000', '162029.038000', '162029.040000', '162029.049000', '162029.052000', '162029.054000', '162029.057000', '162029.060000', '162048.940000', '162048.942000', '162048.945000', '162048.948000', '162048.950000', '162048.953000', '162048.956000', '162048.958000', '162048.961000', '162048.963000', '162048.966000', '162048.969000', '162048.971000', '162048.974000', '162048.977000', '162048.979000', '162048.982000', '162048.984000', '162048.987000', '162048.989000', '162048.992000', '162048.995000', '162048.997000', '162049.001000', '162049.003000', '162049.006000', '162049.009000', '162049.011000', '162049.014000', '162049.016000', '162049.019000', '162049.021000', '162049.024000', '162049.027000', '162049.029000', '162049.032000', '162049.034000', '162049.037000', '162049.040000', '162049.042000', '162049.045000', '162049.047000', '162049.050000', '162108.941000', '162108.944000', '162108.946000', '162108.949000', '162108.951000', '162108.954000', '162108.957000', '162108.959000', '162108.962000', '162108.965000', '162108.983000', '162108.986000', '162108.988000', '162108.991000', '162108.994000', '162108.996000', '162108.999000', '162109.002000', '162109.004000', '162109.007000', '162109.010000', '162109.012000', '162109.015000', '162109.018000', '162109.020000', '162109.023000', '162109.025000', '162109.028000', '162109.031000', '162109.033000', '162109.036000', '162109.039000', '162109.041000', '162109.044000', '162109.046000', '162109.049000', '162109.052000', '162109.054000', '162109.057000', '162109.059000', '162109.062000', '162109.065000', '162109.067000', '162109.070000', '162128.940000', '162128.942000', '162128.945000', '162128.948000', '162128.950000', '162128.953000', '162128.955000', '162128.958000', '162128.960000', '162128.963000', '162128.966000', '162128.968000', '162128.971000', '162128.974000', '162128.976000', '162128.979000', '162128.981000', '162128.984000', '162128.987000', '162128.989000', '162128.992000', '162128.994000', '162128.997000', '162129.001000', '162129.003000', '162129.006000', '162129.009000', '162129.011000', '162129.014000', '162129.016000', '162129.019000', '162129.022000', '162129.024000', '162129.027000', '162129.029000', '162129.032000', '162129.035000', '162129.037000', '162129.040000', '162129.042000', '162129.045000', '162129.048000', '162129.050000', '162148.940000', '162148.942000', '162148.945000', '162148.948000', '162148.950000', '162148.953000', '162148.956000', '162148.958000', '162148.961000', '162148.964000', '162148.966000', '162148.969000', '162148.971000', '162148.974000', '162148.977000', '162148.979000', '162148.982000', '162148.985000', '162148.987000', '162148.990000', '162148.992000', '162148.995000', '162148.998000', '162149.001000', '162149.004000', '162149.007000', '162149.009000', '162149.012000', '162149.015000', '162149.017000', '162149.020000', '162149.022000', '162149.025000', '162149.028000', '162149.030000', '162149.039000', '162149.042000', '162149.045000', '162149.047000', '162149.050000', '162149.053000', '162149.055000', '162149.058000', '162149.060000', '162158.585000', '162158.588000', '162158.591000', '162158.593000', '162158.596000', '162158.599000', '162158.602000', '162158.604000', '162158.607000', '162158.610000', '162158.613000', '162158.615000', '162158.618000', '162158.620000', '162158.623000', '162158.626000', '162158.628000', '162158.631000', '162158.634000', '162158.636000', '162158.639000'], 'InstanceCreationTime': ['161148.984000', '161148.987000', '161148.990000', '161148.993000', '161148.996000', '161148.998000', '161149.002000', '161149.004000', '161149.007000', '161149.010000', '161149.012000', '161149.015000', '161149.017000', '161149.020000', '161149.023000', '161149.025000', '161149.028000', '161149.030000', '161149.033000', '161149.035000', '161149.038000', '161149.041000', '161149.043000', '161149.046000', '161149.048000', '161149.051000', '161149.053000', '161149.056000', '161149.059000', '161149.061000', '161149.064000', '161149.066000', '161149.069000', '161149.071000', '161149.074000', '161149.077000', '161149.079000', '161149.082000', '161149.084000', '161149.087000', '161149.089000', '161149.098000', '161149.101000', '161149.104000', '161149.106000', '161149.109000', '161149.111000', '161149.114000', '161149.116000', '161149.119000', '161208.940000', '161208.943000', '161208.945000', '161208.948000', '161208.950000', '161208.953000', '161208.956000', '161208.959000', '161208.961000', '161208.964000', '161208.966000', '161208.969000', '161208.972000', '161208.974000', '161208.977000', '161208.979000', '161208.982000', '161208.984000', '161208.987000', '161208.990000', '161208.992000', '161208.995000', '161208.997000', '161209.001000', '161209.004000', '161209.006000', '161209.009000', '161209.012000', '161209.014000', '161209.017000', '161209.019000', '161209.022000', '161209.024000', '161209.034000', '161209.036000', '161209.039000', '161209.042000', '161209.044000', '161209.047000', '161209.049000', '161209.052000', '161209.055000', '161209.057000', '161209.060000', '161228.939000', '161228.942000', '161228.945000', '161228.947000', '161228.950000', '161228.953000', '161228.955000', '161228.958000', '161228.960000', '161228.963000', '161228.965000', '161228.968000', '161228.971000', '161228.973000', '161228.976000', '161228.979000', '161228.981000', '161228.984000', '161228.986000', '161228.989000', '161228.992000', '161228.994000', '161228.997000', '161229.000000', '161229.003000', '161229.005000', '161229.008000', '161229.011000', '161229.013000', '161229.016000', '161229.018000', '161229.021000', '161229.036000', '161229.050000', '161229.052000', '161229.055000', '161229.057000', '161229.060000', '161229.063000', '161229.065000', '161229.068000', '161229.070000', '161229.073000', '161248.940000', '161248.943000', '161248.946000', '161248.949000', '161248.951000', '161248.954000', '161248.956000', '161248.959000', '161248.962000', '161248.964000', '161248.967000', '161248.969000', '161248.972000', '161248.975000', '161248.977000', '161248.980000', '161248.982000', '161248.985000', '161248.987000', '161248.990000', '161248.993000', '161248.995000', '161248.998000', '161249.004000', '161249.007000', '161249.010000', '161249.012000', '161249.015000', '161249.017000', '161249.020000', '161249.023000', '161249.026000', '161249.034000', '161249.036000', '161249.039000', '161249.042000', '161249.044000', '161249.047000', '161249.049000', '161249.052000', '161249.055000', '161249.057000', '161249.060000', '161249.063000', '161308.940000', '161308.944000', '161308.946000', '161308.949000', '161308.951000', '161308.954000', '161308.957000', '161308.959000', '161308.962000', '161308.965000', '161308.967000', '161308.970000', '161308.972000', '161308.975000', '161308.978000', '161308.980000', '161308.983000', '161308.986000', '161308.988000', '161308.991000', '161308.994000', '161308.996000', '161309.000000', '161309.003000', '161309.005000', '161309.008000', '161309.011000', '161309.013000', '161309.016000', '161309.019000', '161309.021000', '161309.024000', '161309.027000', '161309.029000', '161309.032000', '161309.034000', '161309.037000', '161309.040000', '161309.042000', '161309.045000', '161309.047000', '161309.050000', '161309.053000', '161328.939000', '161328.944000', '161328.949000', '161328.951000', '161328.954000', '161328.957000', '161328.959000', '161328.962000', '161328.965000', '161328.967000', '161328.970000', '161328.973000', '161328.975000', '161328.978000', '161328.980000', '161328.983000', '161328.986000', '161328.988000', '161328.991000', '161328.993000', '161328.997000', '161329.000000', '161329.003000', '161329.006000', '161329.008000', '161329.011000', '161329.014000', '161329.016000', '161329.019000', '161329.022000', '161329.024000', '161329.027000', '161329.030000', '161329.032000', '161329.035000', '161329.037000', '161329.040000', '161329.043000', '161329.045000', '161329.048000', '161329.050000', '161329.053000', '161329.056000', '161329.058000', '161348.940000', '161348.942000', '161348.945000', '161348.948000', '161348.951000', '161348.953000', '161348.956000', '161348.958000', '161348.961000', '161348.964000', '161348.966000', '161348.969000', '161348.972000', '161348.974000', '161348.977000', '161348.979000', '161348.982000', '161348.985000', '161348.987000', '161348.990000', '161348.992000', '161348.995000', '161348.998000', '161349.001000', '161349.004000', '161349.006000', '161349.009000', '161349.012000', '161349.015000', '161349.018000', '161349.021000', '161349.023000', '161349.026000', '161349.028000', '161349.031000', '161349.034000', '161349.036000', '161349.039000', '161349.042000', '161349.044000', '161349.047000', '161349.049000', '161349.052000', '161408.940000', '161408.943000', '161408.945000', '161408.948000', '161408.950000', '161408.953000', '161408.956000', '161408.958000', '161408.961000', '161408.963000', '161408.966000', '161408.968000', '161408.971000', '161408.974000', '161408.976000', '161408.979000', '161408.981000', '161408.984000', '161408.987000', '161408.989000', '161408.992000', '161408.994000', '161408.997000', '161409.001000', '161409.003000', '161409.006000', '161409.008000', '161409.011000', '161409.030000', '161409.033000', '161409.035000', '161409.038000', '161409.040000', '161409.043000', '161409.046000', '161409.048000', '161409.051000', '161409.053000', '161409.056000', '161409.059000', '161409.061000', '161409.064000', '161409.067000', '161409.069000', '161428.939000', '161428.942000', '161428.945000', '161428.948000', '161428.950000', '161428.953000', '161428.956000', '161428.958000', '161428.961000', '161428.963000', '161428.966000', '161428.969000', '161428.971000', '161428.974000', '161428.977000', '161428.979000', '161428.982000', '161428.984000', '161428.987000', '161428.989000', '161428.992000', '161428.995000', '161428.997000', '161429.001000', '161429.003000', '161429.006000', '161429.009000', '161429.011000', '161429.014000', '161429.017000', '161429.019000', '161429.022000', '161429.024000', '161429.027000', '161429.030000', '161429.032000', '161429.035000', '161429.037000', '161429.040000', '161429.043000', '161429.045000', '161429.048000', '161429.051000', '161448.939000', '161448.942000', '161448.945000', '161448.948000', '161448.950000', '161448.953000', '161448.956000', '161448.958000', '161448.961000', '161448.963000', '161448.966000', '161448.969000', '161448.971000', '161448.974000', '161448.977000', '161448.980000', '161448.983000', '161448.985000', '161448.988000', '161448.991000', '161448.993000', '161448.996000', '161448.998000', '161449.002000', '161449.005000', '161449.007000', '161449.010000', '161449.013000', '161449.015000', '161449.018000', '161449.021000', '161449.023000', '161449.026000', '161449.028000', '161449.031000', '161449.034000', '161449.036000', '161449.039000', '161449.041000', '161449.044000', '161449.047000', '161449.049000', '161449.052000', '161508.941000', '161508.943000', '161508.946000', '161508.949000', '161508.951000', '161508.954000', '161508.957000', '161508.959000', '161508.962000', '161508.965000', '161508.967000', '161508.970000', '161508.972000', '161508.975000', '161508.978000', '161508.980000', '161508.983000', '161508.986000', '161508.988000', '161508.991000', '161508.993000', '161508.996000', '161508.999000', '161509.001000', '161509.004000', '161509.007000', '161509.009000', '161509.012000', '161509.015000', '161509.017000', '161509.020000', '161509.022000', '161509.025000', '161509.028000', '161509.030000', '161509.033000', '161509.035000', '161509.038000', '161509.041000', '161509.043000', '161509.046000', '161509.049000', '161509.051000', '161509.054000', '161528.940000', '161528.943000', '161528.946000', '161528.948000', '161528.951000', '161528.954000', '161528.956000', '161528.959000', '161528.961000', '161528.964000', '161528.966000', '161528.969000', '161528.972000', '161528.974000', '161528.977000', '161528.980000', '161528.982000', '161528.985000', '161528.988000', '161528.990000', '161528.993000', '161528.995000', '161528.998000', '161529.002000', '161529.004000', '161529.007000', '161529.009000', '161529.012000', '161529.015000', '161529.017000', '161529.020000', '161529.030000', '161529.033000', '161529.035000', '161529.038000', '161529.041000', '161529.043000', '161529.046000', '161529.048000', '161529.051000', '161529.054000', '161529.056000', '161529.059000', '161548.939000', '161548.942000', '161548.945000', '161548.948000', '161548.950000', '161548.953000', '161548.955000', '161548.958000', '161548.961000', '161548.963000', '161548.966000', '161548.968000', '161548.971000', '161548.974000', '161548.976000', '161548.979000', '161548.982000', '161548.984000', '161548.987000', '161548.989000', '161548.992000', '161548.995000', '161548.997000', '161549.000000', '161549.003000', '161549.005000', '161549.008000', '161549.011000', '161549.013000', '161549.016000', '161549.018000', '161549.021000', '161549.024000', '161549.026000', '161549.029000', '161549.032000', '161549.034000', '161549.037000', '161549.039000', '161549.042000', '161549.045000', '161549.047000', '161549.050000', '161549.052000', '161608.940000', '161608.943000', '161608.945000', '161608.948000', '161608.950000', '161608.953000', '161608.956000', '161608.958000', '161608.961000', '161608.963000', '161608.966000', '161608.968000', '161608.971000', '161608.974000', '161608.976000', '161608.979000', '161608.981000', '161608.984000', '161608.987000', '161608.989000', '161608.992000', '161608.995000', '161608.997000', '161609.000000', '161609.003000', '161609.005000', '161609.008000', '161609.011000', '161609.013000', '161609.016000', '161609.018000', '161609.022000', '161609.025000', '161609.027000', '161609.030000', '161609.033000', '161609.035000', '161609.038000', '161609.041000', '161609.043000', '161609.046000', '161609.048000', '161609.051000', '161628.939000', '161628.942000', '161628.945000', '161628.948000', '161628.950000', '161628.953000', '161628.955000', '161628.958000', '161628.961000', '161628.963000', '161628.966000', '161628.969000', '161628.971000', '161628.974000', '161628.976000', '161628.979000', '161628.982000', '161628.984000', '161628.987000', '161628.990000', '161628.992000', '161628.995000', '161628.997000', '161629.001000', '161629.004000', '161629.006000', '161629.009000', '161629.012000', '161629.014000', '161629.017000', '161629.019000', '161629.022000', '161629.025000', '161629.027000', '161629.030000', '161629.032000', '161629.035000', '161629.038000', '161629.047000', '161629.049000', '161629.052000', '161629.055000', '161629.057000', '161629.060000', '161648.939000', '161648.942000', '161648.945000', '161648.948000', '161648.950000', '161648.953000', '161648.955000', '161648.958000', '161648.961000', '161648.963000', '161648.966000', '161648.968000', '161648.971000', '161648.974000', '161648.976000', '161648.979000', '161648.981000', '161648.984000', '161648.987000', '161648.989000', '161648.992000', '161648.995000', '161648.997000', '161649.001000', '161649.004000', '161649.006000', '161649.009000', '161649.011000', '161649.014000', '161649.016000', '161649.019000', '161649.022000', '161649.024000', '161649.027000', '161649.029000', '161649.032000', '161649.035000', '161649.037000', '161649.040000', '161649.043000', '161649.045000', '161649.048000', '161649.050000', '161708.940000', '161708.942000', '161708.945000', '161708.948000', '161708.950000', '161708.953000', '161708.956000', '161708.958000', '161708.961000', '161708.963000', '161708.966000', '161708.969000', '161708.971000', '161708.974000', '161708.976000', '161708.979000', '161708.982000', '161708.984000', '161708.987000', '161708.989000', '161708.992000', '161709.006000', '161709.009000', '161709.011000', '161709.014000', '161709.017000', '161709.019000', '161709.022000', '161709.025000', '161709.027000', '161709.030000', '161709.033000', '161709.035000', '161709.038000', '161709.040000', '161709.043000', '161709.046000', '161709.048000', '161709.051000', '161709.053000', '161709.056000', '161709.059000', '161709.061000', '161709.064000', '161728.940000', '161728.943000', '161728.946000', '161728.948000', '161728.951000', '161728.954000', '161728.956000', '161728.959000', '161728.962000', '161728.964000', '161728.967000', '161728.969000', '161728.972000', '161728.974000', '161728.977000', '161728.980000', '161728.982000', '161728.985000', '161728.987000', '161728.990000', '161728.993000', '161728.995000', '161728.998000', '161729.000000', '161729.003000', '161729.006000', '161729.008000', '161729.011000', '161729.014000', '161729.016000', '161729.019000', '161729.022000', '161729.024000', '161729.027000', '161729.030000', '161729.032000', '161729.035000', '161729.037000', '161729.040000', '161729.042000', '161729.045000', '161729.048000', '161729.050000', '161748.940000', '161748.943000', '161748.946000', '161748.948000', '161748.951000', '161748.954000', '161748.956000', '161748.959000', '161748.961000', '161748.964000', '161748.967000', '161748.969000', '161748.972000', '161748.974000', '161748.977000', '161748.980000', '161748.982000', '161748.985000', '161748.987000', '161748.990000', '161748.993000', '161748.996000', '161748.998000', '161749.002000', '161749.005000', '161749.007000', '161749.010000', '161749.013000', '161749.015000', '161749.018000', '161749.021000', '161749.023000', '161749.026000', '161749.029000', '161749.031000', '161749.034000', '161749.037000', '161749.039000', '161749.042000', '161749.044000', '161749.047000', '161749.050000', '161749.052000', '161749.055000', '161808.940000', '161808.942000', '161808.945000', '161808.948000', '161808.950000', '161808.953000', '161808.956000', '161808.965000', '161808.968000', '161808.970000', '161808.973000', '161808.976000', '161808.978000', '161808.981000', '161808.983000', '161808.986000', '161808.989000', '161808.991000', '161808.994000', '161808.997000', '161809.000000', '161809.003000', '161809.005000', '161809.008000', '161809.010000', '161809.013000', '161809.016000', '161809.018000', '161809.021000', '161809.023000', '161809.026000', '161809.028000', '161809.031000', '161809.034000', '161809.037000', '161809.039000', '161809.042000', '161809.044000', '161809.047000', '161809.049000', '161809.052000', '161809.055000', '161809.057000', '161828.940000', '161828.943000', '161828.945000', '161828.948000', '161828.951000', '161828.953000', '161828.956000', '161828.959000', '161828.961000', '161828.964000', '161828.966000', '161828.969000', '161828.971000', '161828.974000', '161828.977000', '161828.979000', '161828.982000', '161828.985000', '161828.987000', '161828.990000', '161828.992000', '161828.995000', '161828.998000', '161829.001000', '161829.004000', '161829.006000', '161829.009000', '161829.012000', '161829.014000', '161829.017000', '161829.019000', '161829.022000', '161829.040000', '161829.043000', '161829.046000', '161829.048000', '161829.051000', '161829.053000', '161829.056000', '161829.059000', '161829.061000', '161829.064000', '161829.066000', '161829.069000', '161848.939000', '161848.942000', '161848.945000', '161848.948000', '161848.950000', '161848.953000', '161848.955000', '161848.958000', '161848.961000', '161848.963000', '161848.966000', '161848.968000', '161848.971000', '161848.973000', '161848.976000', '161848.979000', '161848.981000', '161848.984000', '161848.987000', '161848.989000', '161848.992000', '161848.994000', '161848.997000', '161849.001000', '161849.003000', '161849.006000', '161849.008000', '161849.011000', '161849.013000', '161849.016000', '161849.019000', '161849.021000', '161849.024000', '161849.026000', '161849.029000', '161849.032000', '161849.034000', '161849.037000', '161849.039000', '161849.042000', '161849.045000', '161849.047000', '161849.050000', '161908.940000', '161908.942000', '161908.945000', '161908.948000', '161908.950000', '161908.953000', '161908.956000', '161908.958000', '161908.961000', '161908.963000', '161908.966000', '161908.969000', '161908.971000', '161908.974000', '161908.977000', '161908.979000', '161908.982000', '161908.984000', '161908.987000', '161908.990000', '161908.992000', '161908.995000', '161908.997000', '161909.001000', '161909.004000', '161909.006000', '161909.009000', '161909.011000', '161909.014000', '161909.017000', '161909.019000', '161909.022000', '161909.025000', '161909.027000', '161909.030000', '161909.032000', '161909.035000', '161909.038000', '161909.040000', '161909.043000', '161909.046000', '161909.048000', '161909.051000', '161909.053000', '161928.940000', '161928.942000', '161928.945000', '161928.948000', '161928.950000', '161928.953000', '161928.956000', '161928.958000', '161928.961000', '161928.964000', '161928.966000', '161928.969000', '161928.972000', '161928.974000', '161928.977000', '161928.980000', '161928.982000', '161928.985000', '161928.988000', '161928.990000', '161928.993000', '161928.995000', '161928.998000', '161929.002000', '161929.004000', '161929.007000', '161929.009000', '161929.012000', '161929.015000', '161929.017000', '161929.020000', '161929.023000', '161929.025000', '161929.028000', '161929.030000', '161929.033000', '161929.036000', '161929.038000', '161929.041000', '161929.043000', '161929.046000', '161929.049000', '161929.051000', '161948.941000', '161948.943000', '161948.946000', '161948.949000', '161948.951000', '161948.954000', '161948.957000', '161948.960000', '161948.963000', '161948.965000', '161948.968000', '161948.971000', '161948.973000', '161948.976000', '161948.979000', '161948.981000', '161948.984000', '161948.987000', '161948.989000', '161948.992000', '161948.994000', '161948.997000', '161949.000000', '161949.002000', '161949.005000', '161949.007000', '161949.010000', '161949.013000', '161949.026000', '161949.029000', '161949.031000', '161949.034000', '161949.036000', '161949.039000', '161949.042000', '161949.044000', '161949.047000', '161949.049000', '161949.052000', '161949.055000', '161949.057000', '161949.060000', '161949.062000', '161949.065000', '162008.941000', '162008.944000', '162008.946000', '162008.949000', '162008.951000', '162008.954000', '162008.957000', '162008.959000', '162008.962000', '162008.964000', '162008.967000', '162008.970000', '162008.972000', '162008.975000', '162008.978000', '162008.980000', '162008.983000', '162008.986000', '162008.988000', '162008.991000', '162008.994000', '162008.996000', '162009.000000', '162009.002000', '162009.005000', '162009.008000', '162009.010000', '162009.014000', '162009.017000', '162009.019000', '162009.022000', '162009.024000', '162009.027000', '162009.030000', '162009.032000', '162009.035000', '162009.038000', '162009.040000', '162009.043000', '162009.046000', '162009.048000', '162009.051000', '162009.054000', '162028.939000', '162028.942000', '162028.945000', '162028.948000', '162028.950000', '162028.953000', '162028.955000', '162028.958000', '162028.961000', '162028.963000', '162028.966000', '162028.968000', '162028.971000', '162028.974000', '162028.977000', '162028.980000', '162028.982000', '162028.985000', '162028.987000', '162028.990000', '162028.992000', '162028.995000', '162028.998000', '162029.001000', '162029.004000', '162029.006000', '162029.009000', '162029.012000', '162029.014000', '162029.017000', '162029.019000', '162029.022000', '162029.025000', '162029.027000', '162029.030000', '162029.033000', '162029.035000', '162029.038000', '162029.040000', '162029.049000', '162029.052000', '162029.054000', '162029.057000', '162029.060000', '162048.940000', '162048.942000', '162048.945000', '162048.948000', '162048.950000', '162048.953000', '162048.956000', '162048.958000', '162048.961000', '162048.963000', '162048.966000', '162048.969000', '162048.971000', '162048.974000', '162048.977000', '162048.979000', '162048.982000', '162048.984000', '162048.987000', '162048.989000', '162048.992000', '162048.995000', '162048.997000', '162049.001000', '162049.003000', '162049.006000', '162049.009000', '162049.011000', '162049.014000', '162049.016000', '162049.019000', '162049.021000', '162049.024000', '162049.027000', '162049.029000', '162049.032000', '162049.034000', '162049.037000', '162049.040000', '162049.042000', '162049.045000', '162049.047000', '162049.050000', '162108.941000', '162108.944000', '162108.946000', '162108.949000', '162108.951000', '162108.954000', '162108.957000', '162108.959000', '162108.962000', '162108.965000', '162108.983000', '162108.986000', '162108.988000', '162108.991000', '162108.994000', '162108.996000', '162108.999000', '162109.002000', '162109.004000', '162109.007000', '162109.010000', '162109.012000', '162109.015000', '162109.018000', '162109.020000', '162109.023000', '162109.025000', '162109.028000', '162109.031000', '162109.033000', '162109.036000', '162109.039000', '162109.041000', '162109.044000', '162109.046000', '162109.049000', '162109.052000', '162109.054000', '162109.057000', '162109.059000', '162109.062000', '162109.065000', '162109.067000', '162109.070000', '162128.940000', '162128.942000', '162128.945000', '162128.948000', '162128.950000', '162128.953000', '162128.955000', '162128.958000', '162128.960000', '162128.963000', '162128.966000', '162128.968000', '162128.971000', '162128.974000', '162128.976000', '162128.979000', '162128.981000', '162128.984000', '162128.987000', '162128.989000', '162128.992000', '162128.994000', '162128.997000', '162129.001000', '162129.003000', '162129.006000', '162129.009000', '162129.011000', '162129.014000', '162129.016000', '162129.019000', '162129.022000', '162129.024000', '162129.027000', '162129.029000', '162129.032000', '162129.035000', '162129.037000', '162129.040000', '162129.042000', '162129.045000', '162129.048000', '162129.050000', '162148.940000', '162148.942000', '162148.945000', '162148.948000', '162148.950000', '162148.953000', '162148.956000', '162148.958000', '162148.961000', '162148.964000', '162148.966000', '162148.969000', '162148.971000', '162148.974000', '162148.977000', '162148.979000', '162148.982000', '162148.985000', '162148.987000', '162148.990000', '162148.992000', '162148.995000', '162148.998000', '162149.001000', '162149.004000', '162149.007000', '162149.009000', '162149.012000', '162149.015000', '162149.017000', '162149.020000', '162149.022000', '162149.025000', '162149.028000', '162149.030000', '162149.039000', '162149.042000', '162149.045000', '162149.047000', '162149.050000', '162149.053000', '162149.055000', '162149.058000', '162149.060000', '162158.585000', '162158.588000', '162158.591000', '162158.593000', '162158.596000', '162158.599000', '162158.602000', '162158.604000', '162158.607000', '162158.610000', '162158.613000', '162158.615000', '162158.618000', '162158.620000', '162158.623000', '162158.626000', '162158.628000', '162158.631000', '162158.634000', '162158.636000', '162158.639000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [12924, 11455, 16707, 10565, 8813, 10655, 9784, 12355, 9823, 9620, 10839, 9763, 11637, 9882, 14554, 10233, 16386, 11137, 10489, 9831, 8644, 10082, 8942, 10576, 8583, 10545, 8411, 10917, 9976, 12311, 10040, 8608, 9982, 7841, 10264, 8492, 11208, 10418, 11846, 10199, 15842, 9787, 14066, 10093, 15113, 10167, 13161, 10612, 8776, 11466, 8637, 10275, 8681, 11423, 10373, 13413, 9786, 8163, 9854, 8062, 11083, 8778, 11677, 10411, 12749, 11436, 14768, 10114, 8199, 10248, 8873, 11619, 9914, 11869, 10711, 12472, 9926, 13417, 9637, 12390, 10196, 8519, 10670, 8639, 10789, 8804, 11326, 10455, 11942, 10230, 11562, 9788, 8541, 10645, 9560, 11410, 9959, 12058, 10141, 13268, 10122, 14449, 10623, 8462, 11007, 8725, 11145, 8889, 11572, 10673, 12310, 9839, 13023, 10152, 9415, 10557, 9121, 11072, 9886, 11971, 10011, 15465, 10673, 10675, 10886, 8881, 11509, 8866, 11706, 9295, 12261, 10705, 12500, 10453, 11928, 10032, 8855, 10975, 9539, 12149, 10114, 13985, 9856, 9751, 10888, 10593, 12021, 10435, 12201, 10213, 12847, 10375, 15576, 10754, 8823, 10729, 8830, 11435, 9732, 12854, 10071, 9592, 11976, 12535, 9902, 11817, 10096, 13091, 9719, 12650, 10047, 11960, 10319, 12301, 10376, 12758, 10704, 13877, 11388, 14437, 11617, 14009, 11585, 13395, 10617, 11139, 10617, 8940, 10777, 9972, 12007, 11354, 12791, 9840, 9488, 10314, 8985, 11063, 10617, 12111, 10215, 13231, 10401, 8804, 10894, 9518, 11696, 10059, 11691, 10234, 9359, 11488, 11068, 13660, 9758, 8025, 10389, 9307, 11284, 10448, 14614, 10314, 8352, 10725, 9896, 11415, 10636, 14622, 10342, 8375, 11173, 11262, 13354, 9872, 8270, 10962, 10655, 12948, 10712, 10274, 11185, 9296, 11971, 9908, 13987, 10748, 9717, 11655, 9371, 12066, 9982, 14229, 10491, 8879, 11237, 9590, 11714, 10200, 14685, 10284, 8441, 11176, 9578, 11615, 10354, 14162, 10339, 8685, 11044, 9176, 11736, 10211, 13360, 10090, 8619, 11299, 10667, 13882, 9834, 7821, 11013, 10272, 13045, 10421, 7966, 11321, 9709, 11879, 11230, 10527, 9953, 8600, 11640, 9462, 12188, 11584, 10778, 10703, 9400, 11534, 9622, 8103, 10941, 9643, 11257, 10683, 7787, 10964, 9239, 11084, 12098, 13301, 10123, 9522, 10525, 8585, 11505, 9943, 13135, 10108, 8844, 10627, 8852, 11253, 11539, 13150, 10208, 8443, 10494, 8408, 11528, 9741, 12069, 12066, 13249, 10267, 9647, 10648, 8270, 10956, 9658, 11690, 10575, 7663, 10471, 8614, 11076, 11263, 11403, 10767, 14312, 10388, 7858, 10627, 9329, 11285, 11174, 10224, 10827, 8660, 10939, 10755, 15490, 10737, 7913, 10682, 10867, 11921, 10698, 11836, 11777, 9563, 11616, 10612, 12769, 10978, 9935, 11755, 11773, 13373, 10462, 8302, 11152, 12104, 16421, 10968, 8254, 11033, 10650, 11995, 10875, 12876, 12031, 9483, 11399, 10570, 15482, 10732, 11066, 12027, 9127, 10975, 11151, 12902, 10588, 11851, 10745, 7991, 11811, 9529, 11213, 10349, 11838, 11336, 13038, 10402, 10534, 10641, 8615, 11462, 10038, 10908, 10595, 12244, 10618, 8154, 10806, 9582, 11740, 10206, 8999, 10471, 8809, 11262, 10654, 11885, 10473, 12420, 10531, 13653, 10779, 7752, 10634, 8937, 10997, 9382, 11356, 11506, 14807, 9974, 7465, 10111, 8371, 11377, 9264, 11352, 12047, 13127, 10590, 9275, 10196, 8048, 10427, 8178, 12008, 10341, 11360, 11722, 11843, 10329, 12594, 10199, 12783, 10157, 15594, 10371, 10578, 10237, 7776, 10384, 7782, 10404, 7931, 11923, 10041, 10727, 11080, 11454, 9560, 11187, 9975, 8880, 10533, 7786, 10417, 8378, 11260, 11097, 11550, 11549, 14324, 10847, 8372, 10197, 7796, 11611, 8985, 11387, 11674, 14849, 10044, 7593, 10276, 8189, 11578, 11253, 11567, 11128, 12715, 10556, 12336, 10628, 12642, 10791, 12654, 10927, 14727, 10718, 7836, 10496, 8250, 10652, 8466, 10808, 8929, 11229, 10649, 11295, 10559, 11191, 11188, 11559, 10992, 11726, 11320, 11400, 10335, 11113, 9112, 11704, 9584, 11257, 10871, 11029, 10937, 11094, 10684, 9812, 9719, 7580, 10059, 9062, 10843, 10591, 12637, 10118, 7719, 11159, 8888, 11385, 11051, 12426, 10662, 13638, 10602, 10882, 12229, 10560, 11944, 11330, 13956, 10605, 8963, 11479, 9265, 13596, 9990, 8546, 11627, 9703, 11997, 11989, 17088, 10526, 8382, 11790, 9332, 11804, 11789, 16175, 10327, 7722, 11629, 9010, 11388, 11482, 13503, 10036, 9019, 10444, 8249, 10965, 11407, 13809, 9900, 7604, 10423, 8237, 11519, 10894, 12464, 10401, 7796, 10761, 10184, 11951, 11003, 12935, 10622, 8274, 10586, 10917, 12523, 10358, 12128, 10221, 8635, 11111, 10935, 13130, 9568, 9776, 10244, 8772, 10897, 10469, 11592, 10069, 15049, 10031, 11791, 10366, 8054, 12434, 9205, 11297, 9708, 11690, 11252, 12726, 11224, 15218, 10609, 7734, 10516, 9008, 10700, 9776, 13038, 10911, 11739, 10953, 8539, 10695, 8844, 11643, 10566, 11830, 11038, 12135, 11050, 12671, 11715, 12406, 10158, 13227, 10207, 10484, 10220, 9457, 10370, 7973, 10437, 8518, 11405, 9898, 12376, 10050, 11849, 10127, 8095, 12012, 8514, 11119, 9265, 11426, 9427, 11849, 10937, 12144, 9802, 12088, 9734, 8319, 9782, 8195, 11020, 8855, 11022, 9533, 11604, 10241, 11934, 10168, 12059, 10835, 12285, 11073, 15625, 9799, 10530, 10160, 8715, 11375, 10398, 11719, 11334, 8111, 10279, 9717, 10815, 9278, 10736, 9487, 10778, 9751, 11584, 11363, 12272, 10844, 13329, 10622, 14668, 10627, 14353, 9856, 13740, 10015, 13187, 11011, 12756, 11538, 11735, 10327, 14465, 9875, 10720, 10112, 9320, 10795, 10729, 13888, 9569, 8019, 10768, 8299, 10575, 8574, 11287, 10664, 11927, 10282, 14208, 9974, 7788, 10152, 8079, 11899, 9438, 11080, 9718, 11834, 10358, 14788, 10307, 8132, 10295, 10933, 12296, 9331, 7686, 11127, 9506, 10990, 9883, 11558, 9680, 7957, 10089, 8587, 11231, 9168, 11433, 9983, 13461, 9912, 9827, 11338, 9173, 10992, 10742, 11557, 10409, 14259, 10807, 7965, 10955, 8829, 11497, 10288, 13363, 10983, 8036, 10754, 9052, 11569, 10085, 11933, 11416, 12315, 10329, 7605, 10715, 9271, 11448, 11098, 12638, 10315, 7777, 11708, 9332, 11533, 10724, 12118, 10375, 13336, 10205, 9207, 11887, 9822, 11489, 10692, 13829, 9763, 9230, 11913, 9377, 11151, 10372, 13061, 10029, 8370, 11460, 8779, 11371, 10017, 11942, 9918, 9036, 10291, 9400, 11439, 11046, 11918, 10184, 10883, 10214, 8564, 10886, 11381, 12906, 10039, 7521, 10320, 10840, 12165, 10468, 9837, 10134, 7983, 11997, 9287, 11125, 10211, 12417, 10226, 9387, 11486, 9496, 11072, 9877, 8063, 10222, 8186, 10960, 11382, 15420, 10124, 7402, 11078, 8869, 11137, 10789, 15700, 11073, 8274, 10913, 9948, 11981, 10129, 8157, 10216, 9079, 11400, 10025, 12998, 10476, 9592, 9836, 7898, 11562, 10139, 11157, 11512, 13278, 9723, 10815, 10065, 8228, 10512, 9643, 11342, 10878, 12801, 9940, 10245, 10029, 7780, 11498, 9745, 11332, 10312, 13219, 9910, 7536, 11026, 8829, 11275, 11402, 15412, 9559, 8360, 10268, 8396, 12001, 9849, 11515, 10474, 14721, 9767, 7806, 9844, 7676, 10196, 8278, 11380, 8907, 11649, 10387, 13713, 9582, 11409, 10018, 9193, 11676, 9790, 11297, 10035, 13114, 9524, 15889, 9842, 15930, 10172, 15595, 11011, 9449, 10562, 9223, 10568, 9733, 11349, 9879, 8484, 10401, 9863, 11426, 8772, 11336, 11342, 12240, 11126, 12438, 11204, 13464, 10160, 12831, 10209, 13414, 10012, 13025, 10427, 7841, 10463, 9096, 10525, 10804, 11356, 10191, 10499, 9613, 7751, 10095, 8582, 11229, 10567, 12682, 10164, 10797, 10486, 8799, 11234, 8961, 11128, 10022, 14305, 10911, 9494, 11520, 9464, 11043, 10336, 12643, 10167, 11392, 10455, 9059, 12738, 9609, 11623, 11191, 12097, 10370, 12160, 11114, 12568, 10416, 8028, 10589, 9086, 11416, 10366, 12559, 10669, 8871, 11155, 11030, 13008, 10394, 15429, 10255, 13405, 10524, 10285, 11214, 9246, 11942, 11449, 12598, 10957, 12985, 10914, 12193, 10353, 7770, 10068, 8160, 11322, 8994, 11086, 9835, 12060, 9668, 9180, 9502, 7527, 10006, 8859, 11188, 10295, 12766, 10272, 13297, 9930, 11559, 10183, 11198, 11021, 9544, 11761, 9783, 11532, 10738, 12117, 11362, 11951, 11319, 11910, 11001, 12341, 10702, 13536, 9708, 10848, 9471, 11818, 9615, 14921, 9636, 13686, 9977, 15676, 10329, 10178, 10190, 8111, 11156, 9058, 11180, 9441, 11820, 11194, 13036, 9513, 9669, 9932, 8362, 11195, 9923, 12921, 9651, 8538, 10061, 8936, 11432, 10559, 13390, 9727, 8200, 11291, 10388, 12088, 10786, 14396, 10334, 8874, 11488, 9157, 12492, 10487, 8956, 11481, 9367, 11814, 11175, 13603, 10359, 8472, 11278, 9014, 12663, 10906, 12383, 10437, 8407, 11337, 9884, 12858, 10235, 9975, 10239, 8782, 11309, 9842, 13031, 10111, 9904, 11192, 8657, 11534, 11081, 12720, 9882, 9444, 11311, 8680, 11398, 11203, 12438, 10558, 13370, 10333, 8016, 11488, 9071, 11305, 10825, 11967, 10056, 7991, 9797, 7745, 10724, 9038, 11253, 9390, 11446, 10329, 12431, 10607, 13822, 9697, 11025, 10156, 10737, 10099, 9972, 10205, 8825, 11220, 9578, 11555, 10627, 11717, 10097, 12466, 10418, 15232, 10192, 9255, 10022, 8145, 10211, 8463, 10558, 8908, 11323, 9404, 11665, 9976, 12541, 9980, 15346, 10340, 10845, 10450, 7949, 10825, 8866, 11508, 9531, 11613, 9714, 12226, 11079, 12482, 10098, 12275, 9855, 12071, 10852, 13476, 10311, 7831, 10110, 8318, 11105, 9193, 11900, 10532, 13546, 9814, 11965, 10110, 10526, 10657, 9898, 11783, 9744, 12213, 10528, 13841, 10325, 8562, 11348, 8979, 12279, 10222, 11962, 10246, 8345, 11311, 8940, 12228, 10309, 14908, 10059, 8826, 10292, 9486, 11565, 8879, 12555, 10286, 12664, 10246, 10092, 10474, 9277, 11348, 8972, 12030, 11065, 12259, 10904, 13711, 10017, 11731, 10284, 9597, 10529, 8198, 11128, 9064, 11526, 9864, 13221, 9832, 8654, 11352, 9000, 11334, 10680, 13400, 10042, 13946], 'WindowCenter': [4738.0, 4714.0, 4728.0, 4687.0, 4653.0, 4672.0, 4674.0, 4691.0, 4673.0, 4665.0, 4672.0, 4663.0, 4681.0, 4663.0, 4701.0, 4674.0, 4700.0, 4672.0, 4658.0, 4649.0, 4627.0, 4659.0, 4637.0, 4647.0, 4627.0, 4646.0, 4627.0, 4657.0, 4659.0, 4679.0, 4661.0, 4639.0, 4661.0, 4641.0, 4661.0, 4653.0, 4683.0, 4674.0, 4681.0, 4662.0, 4699.0, 4663.0, 4688.0, 4661.0, 4699.0, 4663.0, 4679.0, 4658.0, 4638.0, 4667.0, 4637.0, 4658.0, 4649.0, 4669.0, 4662.0, 4689.0, 4674.0, 4652.0, 4672.0, 4642.0, 4684.0, 4652.0, 4683.0, 4673.0, 4691.0, 4681.0, 4690.0, 4660.0, 4639.0, 4661.0, 4650.0, 4670.0, 4659.0, 4668.0, 4658.0, 4668.0, 4648.0, 4675.0, 4661.0, 4678.0, 4659.0, 4638.0, 4659.0, 4640.0, 4669.0, 4651.0, 4683.0, 4672.0, 4680.0, 4672.0, 4670.0, 4662.0, 4652.0, 4673.0, 4662.0, 4682.0, 4662.0, 4681.0, 4660.0, 4691.0, 4673.0, 4700.0, 4672.0, 4640.0, 4671.0, 4650.0, 4681.0, 4663.0, 4682.0, 4671.0, 4680.0, 4662.0, 4689.0, 4673.0, 4663.0, 4672.0, 4662.0, 4682.0, 4672.0, 4682.0, 4676.0, 4711.0, 4674.0, 4671.0, 4672.0, 4651.0, 4681.0, 4651.0, 4683.0, 4663.0, 4681.0, 4662.0, 4679.0, 4661.0, 4668.0, 4662.0, 4651.0, 4671.0, 4661.0, 4681.0, 4672.0, 4701.0, 4674.0, 4673.0, 4684.0, 4672.0, 4683.0, 4673.0, 4680.0, 4671.0, 4690.0, 4672.0, 4700.0, 4669.0, 4638.0, 4658.0, 4649.0, 4668.0, 4663.0, 4692.0, 4673.0, 4676.0, 4707.0, 4706.0, 4676.0, 4693.0, 4674.0, 4705.0, 4690.0, 4705.0, 4679.0, 4682.0, 4673.0, 4682.0, 4673.0, 4680.0, 4661.0, 4690.0, 4669.0, 4678.0, 4667.0, 4665.0, 4642.0, 4650.0, 4630.0, 4630.0, 4631.0, 4620.0, 4643.0, 4632.0, 4665.0, 4655.0, 4662.0, 4645.0, 4632.0, 4644.0, 4625.0, 4655.0, 4656.0, 4666.0, 4659.0, 4677.0, 4659.0, 4636.0, 4657.0, 4648.0, 4667.0, 4659.0, 4679.0, 4672.0, 4661.0, 4682.0, 4681.0, 4690.0, 4662.0, 4642.0, 4673.0, 4674.0, 4684.0, 4685.0, 4713.0, 4686.0, 4654.0, 4687.0, 4675.0, 4694.0, 4684.0, 4713.0, 4686.0, 4656.0, 4685.0, 4695.0, 4704.0, 4677.0, 4666.0, 4696.0, 4697.0, 4719.0, 4698.0, 4686.0, 4697.0, 4676.0, 4694.0, 4687.0, 4716.0, 4698.0, 4675.0, 4696.0, 4665.0, 4694.0, 4686.0, 4705.0, 4686.0, 4665.0, 4687.0, 4675.0, 4692.0, 4685.0, 4715.0, 4688.0, 4654.0, 4686.0, 4674.0, 4683.0, 4674.0, 4704.0, 4687.0, 4655.0, 4684.0, 4664.0, 4683.0, 4684.0, 4704.0, 4687.0, 4664.0, 4687.0, 4686.0, 4704.0, 4686.0, 4657.0, 4697.0, 4686.0, 4705.0, 4687.0, 4656.0, 4697.0, 4688.0, 4697.0, 4697.0, 4685.0, 4676.0, 4665.0, 4696.0, 4677.0, 4695.0, 4695.0, 4683.0, 4674.0, 4664.0, 4693.0, 4677.0, 4666.0, 4699.0, 4689.0, 4696.0, 4699.0, 4657.0, 4698.0, 4689.0, 4709.0, 4708.0, 4717.0, 4688.0, 4675.0, 4687.0, 4667.0, 4695.0, 4674.0, 4693.0, 4674.0, 4652.0, 4673.0, 4664.0, 4684.0, 4684.0, 4691.0, 4673.0, 4639.0, 4671.0, 4641.0, 4683.0, 4663.0, 4680.0, 4680.0, 4679.0, 4662.0, 4649.0, 4661.0, 4641.0, 4672.0, 4662.0, 4682.0, 4672.0, 4631.0, 4671.0, 4652.0, 4682.0, 4684.0, 4694.0, 4685.0, 4703.0, 4675.0, 4653.0, 4684.0, 4675.0, 4695.0, 4696.0, 4674.0, 4686.0, 4664.0, 4685.0, 4697.0, 4724.0, 4697.0, 4654.0, 4684.0, 4684.0, 4694.0, 4688.0, 4693.0, 4695.0, 4662.0, 4681.0, 4673.0, 4692.0, 4685.0, 4672.0, 4681.0, 4681.0, 4689.0, 4672.0, 4652.0, 4682.0, 4682.0, 4710.0, 4672.0, 4640.0, 4670.0, 4673.0, 4682.0, 4674.0, 4679.0, 4680.0, 4649.0, 4669.0, 4670.0, 4699.0, 4670.0, 4668.0, 4679.0, 4649.0, 4670.0, 4670.0, 4690.0, 4673.0, 4680.0, 4671.0, 4629.0, 4679.0, 4659.0, 4670.0, 4670.0, 4679.0, 4670.0, 4678.0, 4671.0, 4669.0, 4671.0, 4652.0, 4681.0, 4660.0, 4670.0, 4671.0, 4680.0, 4674.0, 4641.0, 4671.0, 4661.0, 4680.0, 4672.0, 4651.0, 4673.0, 4662.0, 4672.0, 4671.0, 4680.0, 4674.0, 4679.0, 4672.0, 4689.0, 4671.0, 4629.0, 4660.0, 4649.0, 4670.0, 4661.0, 4671.0, 4681.0, 4700.0, 4661.0, 4630.0, 4671.0, 4642.0, 4682.0, 4663.0, 4682.0, 4681.0, 4680.0, 4671.0, 4649.0, 4661.0, 4630.0, 4660.0, 4641.0, 4682.0, 4660.0, 4668.0, 4668.0, 4667.0, 4659.0, 4667.0, 4659.0, 4680.0, 4661.0, 4698.0, 4659.0, 4656.0, 4658.0, 4617.0, 4658.0, 4619.0, 4659.0, 4641.0, 4680.0, 4659.0, 4669.0, 4670.0, 4669.0, 4663.0, 4681.0, 4676.0, 4665.0, 4684.0, 4644.0, 4674.0, 4653.0, 4683.0, 4696.0, 4695.0, 4686.0, 4704.0, 4684.0, 4641.0, 4673.0, 4643.0, 4684.0, 4664.0, 4682.0, 4683.0, 4701.0, 4673.0, 4642.0, 4674.0, 4654.0, 4685.0, 4684.0, 4682.0, 4672.0, 4681.0, 4671.0, 4679.0, 4661.0, 4681.0, 4672.0, 4681.0, 4658.0, 4675.0, 4657.0, 4617.0, 4657.0, 4626.0, 4659.0, 4639.0, 4657.0, 4638.0, 4669.0, 4659.0, 4668.0, 4661.0, 4669.0, 4670.0, 4668.0, 4668.0, 4668.0, 4668.0, 4657.0, 4658.0, 4668.0, 4639.0, 4668.0, 4638.0, 4657.0, 4657.0, 4657.0, 4670.0, 4668.0, 4670.0, 4659.0, 4660.0, 4641.0, 4675.0, 4665.0, 4687.0, 4687.0, 4691.0, 4674.0, 4644.0, 4695.0, 4665.0, 4694.0, 4684.0, 4692.0, 4682.0, 4701.0, 4684.0, 4682.0, 4682.0, 4671.0, 4680.0, 4670.0, 4688.0, 4671.0, 4651.0, 4680.0, 4650.0, 4689.0, 4660.0, 4639.0, 4670.0, 4660.0, 4681.0, 4680.0, 4699.0, 4658.0, 4627.0, 4667.0, 4649.0, 4668.0, 4668.0, 4697.0, 4659.0, 4616.0, 4667.0, 4648.0, 4668.0, 4668.0, 4677.0, 4658.0, 4637.0, 4659.0, 4640.0, 4668.0, 4671.0, 4688.0, 4659.0, 4629.0, 4671.0, 4651.0, 4681.0, 4682.0, 4680.0, 4671.0, 4630.0, 4671.0, 4671.0, 4681.0, 4682.0, 4679.0, 4670.0, 4642.0, 4671.0, 4672.0, 4690.0, 4675.0, 4683.0, 4671.0, 4640.0, 4670.0, 4671.0, 4689.0, 4662.0, 4673.0, 4671.0, 4651.0, 4671.0, 4671.0, 4669.0, 4661.0, 4700.0, 4673.0, 4681.0, 4661.0, 4629.0, 4679.0, 4648.0, 4668.0, 4650.0, 4669.0, 4671.0, 4679.0, 4671.0, 4688.0, 4660.0, 4619.0, 4659.0, 4652.0, 4670.0, 4672.0, 4694.0, 4685.0, 4682.0, 4684.0, 4652.0, 4672.0, 4651.0, 4681.0, 4671.0, 4670.0, 4671.0, 4680.0, 4670.0, 4668.0, 4667.0, 4668.0, 4647.0, 4665.0, 4658.0, 4656.0, 4661.0, 4650.0, 4658.0, 4630.0, 4658.0, 4639.0, 4669.0, 4661.0, 4691.0, 4673.0, 4681.0, 4661.0, 4630.0, 4681.0, 4641.0, 4672.0, 4662.0, 4681.0, 4651.0, 4669.0, 4661.0, 4668.0, 4661.0, 4678.0, 4661.0, 4651.0, 4674.0, 4653.0, 4671.0, 4653.0, 4672.0, 4664.0, 4681.0, 4673.0, 4681.0, 4673.0, 4682.0, 4673.0, 4682.0, 4671.0, 4688.0, 4660.0, 4658.0, 4672.0, 4653.0, 4693.0, 4685.0, 4692.0, 4682.0, 4656.0, 4673.0, 4674.0, 4683.0, 4677.0, 4695.0, 4687.0, 4696.0, 4677.0, 4695.0, 4685.0, 4695.0, 4673.0, 4680.0, 4647.0, 4665.0, 4634.0, 4652.0, 4619.0, 4649.0, 4617.0, 4636.0, 4618.0, 4637.0, 4629.0, 4638.0, 4631.0, 4659.0, 4633.0, 4654.0, 4644.0, 4633.0, 4640.0, 4643.0, 4672.0, 4646.0, 4625.0, 4658.0, 4627.0, 4659.0, 4639.0, 4671.0, 4669.0, 4669.0, 4659.0, 4688.0, 4659.0, 4617.0, 4659.0, 4629.0, 4668.0, 4649.0, 4668.0, 4648.0, 4668.0, 4661.0, 4699.0, 4659.0, 4628.0, 4660.0, 4669.0, 4680.0, 4663.0, 4645.0, 4685.0, 4673.0, 4682.0, 4674.0, 4681.0, 4675.0, 4653.0, 4685.0, 4654.0, 4682.0, 4662.0, 4681.0, 4672.0, 4691.0, 4675.0, 4672.0, 4682.0, 4661.0, 4671.0, 4682.0, 4684.0, 4685.0, 4713.0, 4685.0, 4643.0, 4684.0, 4663.0, 4682.0, 4683.0, 4702.0, 4683.0, 4643.0, 4682.0, 4661.0, 4681.0, 4685.0, 4693.0, 4694.0, 4692.0, 4672.0, 4642.0, 4674.0, 4675.0, 4694.0, 4684.0, 4692.0, 4673.0, 4644.0, 4694.0, 4675.0, 4684.0, 4683.0, 4681.0, 4673.0, 4690.0, 4673.0, 4663.0, 4683.0, 4661.0, 4681.0, 4671.0, 4689.0, 4673.0, 4662.0, 4683.0, 4651.0, 4671.0, 4662.0, 4691.0, 4675.0, 4654.0, 4683.0, 4651.0, 4680.0, 4662.0, 4681.0, 4674.0, 4662.0, 4673.0, 4651.0, 4681.0, 4682.0, 4680.0, 4671.0, 4671.0, 4674.0, 4652.0, 4671.0, 4681.0, 4690.0, 4672.0, 4646.0, 4685.0, 4684.0, 4693.0, 4685.0, 4673.0, 4675.0, 4655.0, 4694.0, 4664.0, 4683.0, 4673.0, 4692.0, 4686.0, 4664.0, 4686.0, 4673.0, 4683.0, 4678.0, 4653.0, 4686.0, 4667.0, 4695.0, 4696.0, 4714.0, 4687.0, 4646.0, 4696.0, 4677.0, 4698.0, 4698.0, 4727.0, 4696.0, 4656.0, 4686.0, 4686.0, 4695.0, 4688.0, 4657.0, 4692.0, 4668.0, 4696.0, 4676.0, 4694.0, 4675.0, 4661.0, 4674.0, 4654.0, 4685.0, 4674.0, 4671.0, 4682.0, 4680.0, 4662.0, 4670.0, 4662.0, 4642.0, 4673.0, 4661.0, 4669.0, 4660.0, 4681.0, 4660.0, 4658.0, 4661.0, 4631.0, 4681.0, 4662.0, 4670.0, 4672.0, 4680.0, 4661.0, 4643.0, 4684.0, 4665.0, 4682.0, 4683.0, 4701.0, 4663.0, 4641.0, 4675.0, 4654.0, 4693.0, 4662.0, 4681.0, 4672.0, 4701.0, 4664.0, 4633.0, 4672.0, 4643.0, 4674.0, 4654.0, 4684.0, 4653.0, 4682.0, 4673.0, 4691.0, 4663.0, 4681.0, 4676.0, 4663.0, 4682.0, 4672.0, 4682.0, 4673.0, 4692.0, 4675.0, 4711.0, 4675.0, 4714.0, 4675.0, 4713.0, 4673.0, 4650.0, 4670.0, 4651.0, 4671.0, 4674.0, 4682.0, 4676.0, 4666.0, 4686.0, 4675.0, 4697.0, 4655.0, 4685.0, 4683.0, 4694.0, 4683.0, 4680.0, 4671.0, 4678.0, 4659.0, 4667.0, 4661.0, 4689.0, 4663.0, 4676.0, 4659.0, 4627.0, 4659.0, 4650.0, 4670.0, 4671.0, 4670.0, 4673.0, 4671.0, 4663.0, 4644.0, 4689.0, 4665.0, 4684.0, 4685.0, 4693.0, 4676.0, 4684.0, 4687.0, 4664.0, 4685.0, 4666.0, 4686.0, 4675.0, 4713.0, 4698.0, 4675.0, 4694.0, 4666.0, 4684.0, 4674.0, 4693.0, 4687.0, 4696.0, 4685.0, 4663.0, 4693.0, 4662.0, 4683.0, 4683.0, 4692.0, 4674.0, 4693.0, 4684.0, 4690.0, 4673.0, 4643.0, 4672.0, 4663.0, 4691.0, 4686.0, 4703.0, 4683.0, 4664.0, 4684.0, 4684.0, 4693.0, 4675.0, 4715.0, 4686.0, 4704.0, 4672.0, 4661.0, 4672.0, 4650.0, 4678.0, 4672.0, 4680.0, 4672.0, 4689.0, 4670.0, 4667.0, 4659.0, 4629.0, 4659.0, 4638.0, 4671.0, 4651.0, 4671.0, 4660.0, 4678.0, 4660.0, 4650.0, 4661.0, 4641.0, 4673.0, 4675.0, 4695.0, 4685.0, 4693.0, 4686.0, 4694.0, 4675.0, 4682.0, 4675.0, 4682.0, 4672.0, 4650.0, 4670.0, 4649.0, 4669.0, 4670.0, 4679.0, 4681.0, 4681.0, 4683.0, 4682.0, 4685.0, 4680.0, 4671.0, 4689.0, 4661.0, 4669.0, 4662.0, 4680.0, 4663.0, 4700.0, 4663.0, 4703.0, 4674.0, 4711.0, 4672.0, 4659.0, 4661.0, 4641.0, 4671.0, 4650.0, 4682.0, 4663.0, 4681.0, 4683.0, 4691.0, 4664.0, 4662.0, 4675.0, 4654.0, 4683.0, 4673.0, 4692.0, 4674.0, 4664.0, 4687.0, 4665.0, 4695.0, 4685.0, 4702.0, 4675.0, 4666.0, 4687.0, 4672.0, 4693.0, 4683.0, 4702.0, 4675.0, 4663.0, 4683.0, 4662.0, 4683.0, 4673.0, 4651.0, 4683.0, 4665.0, 4682.0, 4683.0, 4690.0, 4662.0, 4640.0, 4682.0, 4654.0, 4680.0, 4672.0, 4668.0, 4661.0, 4640.0, 4671.0, 4663.0, 4678.0, 4660.0, 4658.0, 4660.0, 4640.0, 4670.0, 4660.0, 4678.0, 4660.0, 4648.0, 4668.0, 4640.0, 4668.0, 4672.0, 4679.0, 4659.0, 4648.0, 4668.0, 4638.0, 4668.0, 4681.0, 4680.0, 4670.0, 4678.0, 4659.0, 4628.0, 4668.0, 4650.0, 4682.0, 4670.0, 4669.0, 4660.0, 4629.0, 4660.0, 4631.0, 4673.0, 4651.0, 4682.0, 4663.0, 4683.0, 4662.0, 4679.0, 4660.0, 4689.0, 4652.0, 4658.0, 4661.0, 4658.0, 4662.0, 4660.0, 4673.0, 4651.0, 4669.0, 4650.0, 4669.0, 4670.0, 4680.0, 4672.0, 4694.0, 4673.0, 4699.0, 4662.0, 4648.0, 4662.0, 4629.0, 4664.0, 4640.0, 4661.0, 4639.0, 4670.0, 4650.0, 4670.0, 4661.0, 4681.0, 4676.0, 4713.0, 4675.0, 4671.0, 4673.0, 4641.0, 4673.0, 4652.0, 4687.0, 4675.0, 4684.0, 4662.0, 4680.0, 4669.0, 4680.0, 4661.0, 4680.0, 4673.0, 4691.0, 4686.0, 4691.0, 4674.0, 4642.0, 4673.0, 4653.0, 4686.0, 4665.0, 4682.0, 4673.0, 4692.0, 4674.0, 4683.0, 4674.0, 4672.0, 4673.0, 4662.0, 4681.0, 4661.0, 4680.0, 4661.0, 4687.0, 4663.0, 4654.0, 4681.0, 4651.0, 4680.0, 4662.0, 4669.0, 4662.0, 4653.0, 4684.0, 4651.0, 4680.0, 4661.0, 4698.0, 4661.0, 4649.0, 4663.0, 4661.0, 4670.0, 4651.0, 4678.0, 4661.0, 4677.0, 4661.0, 4670.0, 4672.0, 4647.0, 4669.0, 4649.0, 4678.0, 4681.0, 4680.0, 4670.0, 4688.0, 4660.0, 4668.0, 4661.0, 4659.0, 4660.0, 4638.0, 4670.0, 4650.0, 4679.0, 4674.0, 4703.0, 4674.0, 4653.0, 4683.0, 4653.0, 4683.0, 4685.0, 4691.0, 4677.0, 4704.0], 'WindowWidth': [10351.0, 10309.0, 10318.0, 10257.0, 10205.0, 10228.0, 10233.0, 10253.0, 10233.0, 10221.0, 10229.0, 10217.0, 10239.0, 10217.0, 10267.0, 10234.0, 10262.0, 10227.0, 10200.0, 10192.0, 10158.0, 10204.0, 10170.0, 10185.0, 10156.0, 10182.0, 10159.0, 10198.0, 10206.0, 10232.0, 10211.0, 10180.0, 10213.0, 10185.0, 10213.0, 10206.0, 10246.0, 10233.0, 10237.0, 10214.0, 10260.0, 10214.0, 10243.0, 10213.0, 10261.0, 10215.0, 10231.0, 10202.0, 10174.0, 10212.0, 10173.0, 10201.0, 10193.0, 10219.0, 10214.0, 10247.0, 10235.0, 10202.0, 10230.0, 10189.0, 10246.0, 10203.0, 10246.0, 10233.0, 10253.0, 10239.0, 10247.0, 10208.0, 10177.0, 10209.0, 10194.0, 10224.0, 10206.0, 10215.0, 10200.0, 10213.0, 10188.0, 10223.0, 10211.0, 10230.0, 10205.0, 10174.0, 10206.0, 10179.0, 10220.0, 10199.0, 10243.0, 10230.0, 10235.0, 10227.0, 10222.0, 10214.0, 10202.0, 10233.0, 10214.0, 10241.0, 10214.0, 10239.0, 10211.0, 10253.0, 10232.0, 10264.0, 10227.0, 10181.0, 10225.0, 10195.0, 10241.0, 10218.0, 10241.0, 10227.0, 10236.0, 10214.0, 10248.0, 10233.0, 10218.0, 10231.0, 10215.0, 10245.0, 10231.0, 10243.0, 10240.0, 10284.0, 10236.0, 10226.0, 10230.0, 10200.0, 10240.0, 10200.0, 10246.0, 10220.0, 10239.0, 10213.0, 10233.0, 10212.0, 10218.0, 10216.0, 10200.0, 10228.0, 10213.0, 10241.0, 10230.0, 10267.0, 10236.0, 10234.0, 10249.0, 10229.0, 10245.0, 10230.0, 10237.0, 10227.0, 10252.0, 10230.0, 10261.0, 10220.0, 10176.0, 10203.0, 10192.0, 10218.0, 10217.0, 10257.0, 10235.0, 10245.0, 10290.0, 10287.0, 10243.0, 10262.0, 10237.0, 10281.0, 10271.0, 10282.0, 10248.0, 10245.0, 10232.0, 10242.0, 10230.0, 10237.0, 10210.0, 10246.0, 10217.0, 10228.0, 10213.0, 10203.0, 10167.0, 10176.0, 10148.0, 10147.0, 10152.0, 10137.0, 10172.0, 10158.0, 10205.0, 10194.0, 10197.0, 10178.0, 10157.0, 10176.0, 10153.0, 10192.0, 10197.0, 10210.0, 10206.0, 10229.0, 10206.0, 10170.0, 10201.0, 10190.0, 10215.0, 10208.0, 10235.0, 10231.0, 10214.0, 10241.0, 10241.0, 10253.0, 10217.0, 10190.0, 10235.0, 10238.0, 10251.0, 10252.0, 10287.0, 10257.0, 10209.0, 10258.0, 10240.0, 10263.0, 10250.0, 10287.0, 10256.0, 10216.0, 10252.0, 10266.0, 10278.0, 10244.0, 10230.0, 10270.0, 10275.0, 10306.0, 10278.0, 10256.0, 10275.0, 10244.0, 10265.0, 10261.0, 10300.0, 10277.0, 10241.0, 10271.0, 10227.0, 10264.0, 10257.0, 10279.0, 10257.0, 10228.0, 10257.0, 10238.0, 10260.0, 10253.0, 10295.0, 10261.0, 10210.0, 10254.0, 10236.0, 10247.0, 10238.0, 10276.0, 10257.0, 10210.0, 10249.0, 10222.0, 10247.0, 10252.0, 10278.0, 10257.0, 10224.0, 10256.0, 10255.0, 10276.0, 10256.0, 10220.0, 10273.0, 10258.0, 10282.0, 10259.0, 10216.0, 10275.0, 10263.0, 10273.0, 10273.0, 10252.0, 10243.0, 10227.0, 10270.0, 10246.0, 10266.0, 10265.0, 10246.0, 10238.0, 10224.0, 10262.0, 10246.0, 10233.0, 10280.0, 10268.0, 10273.0, 10280.0, 10219.0, 10277.0, 10267.0, 10294.0, 10291.0, 10300.0, 10260.0, 10237.0, 10258.0, 10233.0, 10267.0, 10237.0, 10259.0, 10235.0, 10203.0, 10234.0, 10224.0, 10249.0, 10247.0, 10253.0, 10231.0, 10182.0, 10228.0, 10186.0, 10244.0, 10217.0, 10238.0, 10236.0, 10233.0, 10212.0, 10191.0, 10210.0, 10183.0, 10229.0, 10217.0, 10242.0, 10229.0, 10172.0, 10227.0, 10204.0, 10245.0, 10251.0, 10264.0, 10252.0, 10275.0, 10239.0, 10207.0, 10250.0, 10242.0, 10268.0, 10269.0, 10237.0, 10254.0, 10223.0, 10255.0, 10274.0, 10305.0, 10272.0, 10210.0, 10249.0, 10249.0, 10265.0, 10260.0, 10258.0, 10265.0, 10216.0, 10241.0, 10233.0, 10256.0, 10249.0, 10230.0, 10240.0, 10240.0, 10248.0, 10226.0, 10201.0, 10243.0, 10243.0, 10277.0, 10228.0, 10184.0, 10224.0, 10229.0, 10242.0, 10234.0, 10233.0, 10237.0, 10192.0, 10219.0, 10221.0, 10261.0, 10225.0, 10217.0, 10233.0, 10192.0, 10222.0, 10222.0, 10251.0, 10232.0, 10235.0, 10225.0, 10167.0, 10234.0, 10207.0, 10222.0, 10224.0, 10234.0, 10221.0, 10230.0, 10225.0, 10219.0, 10228.0, 10199.0, 10239.0, 10210.0, 10222.0, 10225.0, 10237.0, 10233.0, 10187.0, 10227.0, 10212.0, 10237.0, 10229.0, 10201.0, 10233.0, 10217.0, 10230.0, 10226.0, 10237.0, 10230.0, 10234.0, 10230.0, 10248.0, 10225.0, 10164.0, 10207.0, 10193.0, 10222.0, 10213.0, 10226.0, 10239.0, 10262.0, 10213.0, 10168.0, 10225.0, 10187.0, 10242.0, 10218.0, 10243.0, 10240.0, 10235.0, 10224.0, 10192.0, 10211.0, 10167.0, 10210.0, 10184.0, 10240.0, 10208.0, 10217.0, 10216.0, 10214.0, 10204.0, 10213.0, 10205.0, 10234.0, 10211.0, 10256.0, 10205.0, 10196.0, 10203.0, 10145.0, 10203.0, 10150.0, 10207.0, 10184.0, 10235.0, 10205.0, 10218.0, 10221.0, 10219.0, 10217.0, 10242.0, 10242.0, 10223.0, 10248.0, 10193.0, 10234.0, 10206.0, 10248.0, 10270.0, 10265.0, 10252.0, 10273.0, 10247.0, 10186.0, 10231.0, 10190.0, 10250.0, 10223.0, 10244.0, 10244.0, 10267.0, 10231.0, 10188.0, 10233.0, 10209.0, 10252.0, 10247.0, 10242.0, 10228.0, 10237.0, 10225.0, 10232.0, 10211.0, 10236.0, 10227.0, 10236.0, 10203.0, 10219.0, 10199.0, 10142.0, 10199.0, 10155.0, 10204.0, 10178.0, 10202.0, 10177.0, 10218.0, 10205.0, 10217.0, 10211.0, 10221.0, 10224.0, 10218.0, 10217.0, 10216.0, 10216.0, 10201.0, 10204.0, 10216.0, 10178.0, 10214.0, 10174.0, 10197.0, 10199.0, 10201.0, 10223.0, 10218.0, 10225.0, 10206.0, 10211.0, 10187.0, 10237.0, 10226.0, 10256.0, 10255.0, 10256.0, 10237.0, 10195.0, 10268.0, 10228.0, 10265.0, 10250.0, 10258.0, 10245.0, 10267.0, 10250.0, 10242.0, 10245.0, 10224.0, 10237.0, 10223.0, 10244.0, 10226.0, 10200.0, 10238.0, 10197.0, 10248.0, 10210.0, 10179.0, 10222.0, 10211.0, 10239.0, 10236.0, 10257.0, 10203.0, 10158.0, 10212.0, 10192.0, 10217.0, 10217.0, 10253.0, 10205.0, 10143.0, 10212.0, 10191.0, 10219.0, 10217.0, 10227.0, 10203.0, 10172.0, 10205.0, 10183.0, 10219.0, 10224.0, 10244.0, 10207.0, 10166.0, 10224.0, 10200.0, 10241.0, 10244.0, 10235.0, 10225.0, 10169.0, 10225.0, 10225.0, 10241.0, 10243.0, 10235.0, 10224.0, 10185.0, 10225.0, 10229.0, 10252.0, 10238.0, 10245.0, 10227.0, 10183.0, 10224.0, 10225.0, 10248.0, 10215.0, 10232.0, 10229.0, 10199.0, 10225.0, 10224.0, 10221.0, 10212.0, 10263.0, 10233.0, 10238.0, 10211.0, 10164.0, 10232.0, 10189.0, 10217.0, 10194.0, 10218.0, 10224.0, 10233.0, 10223.0, 10242.0, 10206.0, 10151.0, 10206.0, 10200.0, 10223.0, 10229.0, 10261.0, 10251.0, 10241.0, 10246.0, 10200.0, 10228.0, 10200.0, 10238.0, 10224.0, 10221.0, 10223.0, 10236.0, 10220.0, 10214.0, 10211.0, 10212.0, 10184.0, 10205.0, 10200.0, 10197.0, 10211.0, 10194.0, 10204.0, 10165.0, 10204.0, 10179.0, 10218.0, 10210.0, 10254.0, 10232.0, 10237.0, 10212.0, 10167.0, 10238.0, 10183.0, 10226.0, 10216.0, 10240.0, 10197.0, 10218.0, 10209.0, 10217.0, 10210.0, 10230.0, 10211.0, 10200.0, 10234.0, 10207.0, 10228.0, 10204.0, 10227.0, 10220.0, 10240.0, 10232.0, 10239.0, 10231.0, 10244.0, 10231.0, 10238.0, 10223.0, 10243.0, 10208.0, 10203.0, 10228.0, 10206.0, 10263.0, 10254.0, 10259.0, 10242.0, 10213.0, 10235.0, 10237.0, 10249.0, 10245.0, 10267.0, 10259.0, 10269.0, 10245.0, 10266.0, 10251.0, 10266.0, 10230.0, 10235.0, 10185.0, 10206.0, 10158.0, 10180.0, 10132.0, 10172.0, 10126.0, 10151.0, 10129.0, 10154.0, 10145.0, 10158.0, 10151.0, 10189.0, 10158.0, 10190.0, 10177.0, 10160.0, 10167.0, 10173.0, 10212.0, 10182.0, 10155.0, 10203.0, 10160.0, 10205.0, 10179.0, 10225.0, 10223.0, 10219.0, 10205.0, 10241.0, 10204.0, 10145.0, 10206.0, 10163.0, 10216.0, 10189.0, 10215.0, 10189.0, 10217.0, 10212.0, 10261.0, 10205.0, 10163.0, 10207.0, 10221.0, 10236.0, 10219.0, 10200.0, 10252.0, 10233.0, 10245.0, 10235.0, 10241.0, 10237.0, 10207.0, 10253.0, 10209.0, 10244.0, 10216.0, 10239.0, 10228.0, 10254.0, 10240.0, 10231.0, 10244.0, 10214.0, 10228.0, 10243.0, 10248.0, 10254.0, 10286.0, 10252.0, 10191.0, 10248.0, 10218.0, 10244.0, 10250.0, 10271.0, 10247.0, 10192.0, 10244.0, 10216.0, 10243.0, 10254.0, 10262.0, 10265.0, 10256.0, 10231.0, 10190.0, 10236.0, 10241.0, 10263.0, 10251.0, 10259.0, 10235.0, 10194.0, 10264.0, 10242.0, 10250.0, 10247.0, 10241.0, 10233.0, 10252.0, 10233.0, 10218.0, 10246.0, 10213.0, 10240.0, 10225.0, 10249.0, 10231.0, 10217.0, 10245.0, 10200.0, 10227.0, 10214.0, 10253.0, 10236.0, 10207.0, 10246.0, 10200.0, 10238.0, 10216.0, 10240.0, 10235.0, 10217.0, 10232.0, 10200.0, 10240.0, 10242.0, 10236.0, 10227.0, 10225.0, 10233.0, 10203.0, 10226.0, 10241.0, 10252.0, 10231.0, 10201.0, 10252.0, 10251.0, 10260.0, 10253.0, 10232.0, 10241.0, 10214.0, 10264.0, 10221.0, 10244.0, 10232.0, 10258.0, 10254.0, 10222.0, 10251.0, 10233.0, 10246.0, 10244.0, 10206.0, 10256.0, 10231.0, 10267.0, 10268.0, 10292.0, 10258.0, 10201.0, 10270.0, 10244.0, 10276.0, 10275.0, 10311.0, 10270.0, 10215.0, 10255.0, 10257.0, 10267.0, 10261.0, 10218.0, 10270.0, 10233.0, 10269.0, 10239.0, 10262.0, 10238.0, 10214.0, 10234.0, 10208.0, 10252.0, 10234.0, 10225.0, 10240.0, 10235.0, 10213.0, 10220.0, 10214.0, 10188.0, 10231.0, 10212.0, 10219.0, 10206.0, 10235.0, 10207.0, 10201.0, 10212.0, 10174.0, 10241.0, 10214.0, 10223.0, 10228.0, 10236.0, 10214.0, 10193.0, 10251.0, 10225.0, 10243.0, 10244.0, 10267.0, 10218.0, 10185.0, 10237.0, 10208.0, 10259.0, 10216.0, 10239.0, 10228.0, 10266.0, 10221.0, 10175.0, 10229.0, 10191.0, 10236.0, 10210.0, 10250.0, 10205.0, 10242.0, 10232.0, 10254.0, 10220.0, 10239.0, 10240.0, 10220.0, 10245.0, 10230.0, 10244.0, 10234.0, 10257.0, 10238.0, 10282.0, 10237.0, 10290.0, 10239.0, 10286.0, 10231.0, 10194.0, 10223.0, 10198.0, 10227.0, 10234.0, 10243.0, 10241.0, 10228.0, 10256.0, 10237.0, 10270.0, 10210.0, 10250.0, 10246.0, 10262.0, 10245.0, 10236.0, 10224.0, 10230.0, 10205.0, 10214.0, 10210.0, 10247.0, 10214.0, 10224.0, 10204.0, 10159.0, 10206.0, 10198.0, 10225.0, 10228.0, 10224.0, 10232.0, 10226.0, 10220.0, 10198.0, 10261.0, 10226.0, 10251.0, 10250.0, 10259.0, 10241.0, 10250.0, 10258.0, 10223.0, 10252.0, 10225.0, 10251.0, 10238.0, 10288.0, 10275.0, 10240.0, 10264.0, 10225.0, 10249.0, 10236.0, 10259.0, 10256.0, 10267.0, 10253.0, 10219.0, 10260.0, 10215.0, 10244.0, 10245.0, 10257.0, 10237.0, 10261.0, 10251.0, 10252.0, 10232.0, 10189.0, 10229.0, 10217.0, 10257.0, 10257.0, 10275.0, 10248.0, 10221.0, 10249.0, 10249.0, 10259.0, 10239.0, 10292.0, 10256.0, 10274.0, 10230.0, 10211.0, 10227.0, 10194.0, 10230.0, 10225.0, 10237.0, 10228.0, 10247.0, 10220.0, 10212.0, 10205.0, 10163.0, 10205.0, 10176.0, 10225.0, 10200.0, 10225.0, 10210.0, 10231.0, 10208.0, 10195.0, 10214.0, 10187.0, 10233.0, 10241.0, 10265.0, 10253.0, 10261.0, 10254.0, 10260.0, 10237.0, 10242.0, 10237.0, 10243.0, 10228.0, 10193.0, 10222.0, 10192.0, 10219.0, 10221.0, 10234.0, 10238.0, 10237.0, 10244.0, 10242.0, 10248.0, 10235.0, 10223.0, 10246.0, 10211.0, 10219.0, 10215.0, 10235.0, 10218.0, 10263.0, 10217.0, 10271.0, 10235.0, 10280.0, 10228.0, 10206.0, 10211.0, 10183.0, 10227.0, 10195.0, 10242.0, 10218.0, 10241.0, 10244.0, 10253.0, 10221.0, 10217.0, 10238.0, 10208.0, 10245.0, 10232.0, 10255.0, 10234.0, 10223.0, 10257.0, 10226.0, 10265.0, 10250.0, 10270.0, 10238.0, 10229.0, 10256.0, 10231.0, 10258.0, 10245.0, 10267.0, 10236.0, 10220.0, 10246.0, 10215.0, 10243.0, 10230.0, 10197.0, 10245.0, 10224.0, 10243.0, 10245.0, 10251.0, 10214.0, 10183.0, 10242.0, 10206.0, 10236.0, 10227.0, 10214.0, 10208.0, 10181.0, 10225.0, 10216.0, 10231.0, 10209.0, 10201.0, 10206.0, 10181.0, 10223.0, 10209.0, 10229.0, 10207.0, 10186.0, 10216.0, 10178.0, 10217.0, 10226.0, 10234.0, 10206.0, 10187.0, 10217.0, 10175.0, 10216.0, 10239.0, 10237.0, 10224.0, 10228.0, 10204.0, 10161.0, 10218.0, 10197.0, 10240.0, 10224.0, 10218.0, 10208.0, 10165.0, 10210.0, 10170.0, 10230.0, 10200.0, 10242.0, 10220.0, 10245.0, 10213.0, 10233.0, 10208.0, 10245.0, 10199.0, 10202.0, 10210.0, 10203.0, 10212.0, 10209.0, 10229.0, 10197.0, 10220.0, 10193.0, 10219.0, 10222.0, 10235.0, 10229.0, 10259.0, 10230.0, 10259.0, 10214.0, 10189.0, 10213.0, 10164.0, 10217.0, 10184.0, 10211.0, 10178.0, 10219.0, 10194.0, 10220.0, 10212.0, 10238.0, 10240.0, 10287.0, 10236.0, 10224.0, 10231.0, 10185.0, 10230.0, 10200.0, 10254.0, 10237.0, 10247.0, 10213.0, 10236.0, 10221.0, 10235.0, 10211.0, 10234.0, 10231.0, 10255.0, 10251.0, 10251.0, 10234.0, 10188.0, 10231.0, 10205.0, 10254.0, 10225.0, 10242.0, 10232.0, 10255.0, 10234.0, 10241.0, 10233.0, 10229.0, 10232.0, 10213.0, 10239.0, 10209.0, 10234.0, 10210.0, 10242.0, 10215.0, 10205.0, 10241.0, 10198.0, 10237.0, 10212.0, 10219.0, 10213.0, 10205.0, 10247.0, 10199.0, 10236.0, 10212.0, 10257.0, 10210.0, 10190.0, 10216.0, 10213.0, 10223.0, 10195.0, 10230.0, 10207.0, 10227.0, 10211.0, 10222.0, 10227.0, 10188.0, 10218.0, 10189.0, 10230.0, 10241.0, 10236.0, 10223.0, 10243.0, 10207.0, 10215.0, 10211.0, 10207.0, 10208.0, 10176.0, 10222.0, 10196.0, 10234.0, 10236.0, 10274.0, 10236.0, 10203.0, 10245.0, 10203.0, 10245.0, 10250.0, 10254.0, 10242.0, 10273.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.0010350072780203783</td></tr>
<tr><td colspan=3>aqi</td><td>0.020357941048034935</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.08416818608882</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2477755901238137</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.018151694144209</td></tr>
<tr><td colspan=3>efc</td><td>0.4888</td></tr>
<tr><td colspan=3>fber</td><td>5908.8857</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.074756000221442</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.727802037845706</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4955382381846594</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.446749487119492</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7327319348465933</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3071332925878933</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133734</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013158397749066353</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03644849359989166</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1119103843780085</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>26.3407</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9976</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.6529</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293776.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>881.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.4974</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8309</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.9199</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3848.7152</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4049.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1446.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4971.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.6945</td></tr>
<tr><td colspan=3>tsnr</td><td>43.58722175704315</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>