<?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-0036_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-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-01/func/sub-0036_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>58d464b5fd1da2103aaaad05339f4335</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>10:08:15.155000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996458, 0.0677121, -0.0498683, -0.0672328, 0.997674, 0.0112292]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.142157</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7716, -7177, 528, -71, -46, 87, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>323.927</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>15e79031-0c4f-47cb-934e-c99f89598e7d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6734235286712646, -0.18038073182106018, -0.13638417422771454, 125.09634399414062], [-0.18166671693325043, 2.6766867637634277, 0.02115897834300995, -73.76412963867188], [-0.13379298150539398, -0.030127177014946938, 2.696470260620117, -24.771530151367188], [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': ['100815.155000', '100815.615000', '100816.075000', '100816.535000', '100816.995000', '100817.455000', '100817.915000', '100818.375000', '100818.835000', '100819.295000', '100819.755000', '100820.215000', '100820.675000', '100821.135000', '100821.595000', '100822.055000', '100822.515000', '100822.975000', '100823.435000', '100823.895000', '100824.355000', '100824.815000', '100825.275000', '100825.735000', '100826.195000', '100826.655000', '100827.115000', '100827.575000', '100828.035000', '100828.495000', '100828.955000', '100829.415000', '100829.875000', '100830.335000', '100830.795000', '100831.255000', '100831.715000', '100832.175000', '100832.635000', '100833.095000', '100833.555000', '100834.015000', '100834.475000', '100834.935000', '100835.395000', '100835.855000', '100836.315000', '100836.775000', '100837.235000', '100837.695000', '100838.155000', '100838.615000', '100839.075000', '100839.535000', '100839.995000', '100840.455000', '100840.915000', '100841.375000', '100841.835000', '100842.295000', '100842.755000', '100843.215000', '100843.675000', '100844.135000', '100844.595000', '100845.055000', '100845.515000', '100845.975000', '100846.435000', '100846.895000', '100847.355000', '100847.815000', '100848.275000', '100848.735000', '100849.195000', '100849.655000', '100850.115000', '100850.575000', '100851.035000', '100851.495000', '100851.955000', '100852.415000', '100852.875000', '100853.335000', '100853.795000', '100854.255000', '100854.715000', '100855.175000', '100855.635000', '100856.095000', '100856.555000', '100857.015000', '100857.475000', '100857.935000', '100858.395000', '100858.855000', '100859.315000', '100859.775000', '100900.235000', '100900.695000', '100901.155000', '100901.615000', '100902.075000', '100902.535000', '100902.995000', '100903.455000', '100903.915000', '100904.375000', '100904.835000', '100905.295000', '100905.755000', '100906.215000', '100906.675000', '100907.135000', '100907.595000', '100908.055000', '100908.515000', '100908.975000', '100909.435000', '100909.895000', '100910.355000', '100910.815000', '100911.275000', '100911.735000', '100912.195000', '100912.655000', '100913.115000', '100913.575000', '100914.035000', '100914.495000', '100914.955000', '100915.415000', '100915.875000', '100916.335000', '100916.795000', '100917.255000', '100917.715000', '100918.175000', '100918.635000', '100919.095000', '100919.555000', '100920.015000', '100920.475000', '100920.935000', '100921.395000', '100921.855000', '100922.315000', '100922.775000', '100923.235000', '100923.695000', '100924.155000', '100924.615000', '100925.075000', '100925.535000', '100925.995000', '100926.455000', '100926.915000', '100927.375000', '100927.835000', '100928.295000', '100928.755000', '100929.215000', '100929.675000', '100930.135000', '100930.595000', '100931.055000', '100931.515000', '100931.975000', '100932.435000', '100932.895000', '100933.355000', '100933.815000', '100934.275000', '100934.735000', '100935.195000', '100935.655000', '100936.115000', '100936.575000', '100937.035000', '100937.495000', '100937.955000', '100938.415000', '100938.875000', '100939.335000', '100939.795000', '100940.255000', '100940.715000', '100941.175000', '100941.635000', '100942.095000', '100942.555000', '100943.015000', '100943.475000', '100943.935000', '100944.395000', '100944.855000', '100945.315000', '100945.775000', '100946.235000', '100946.695000', '100947.155000', '100947.615000', '100948.075000', '100948.535000', '100948.995000', '100949.455000', '100949.915000', '100950.375000', '100950.835000', '100951.295000', '100951.755000', '100952.215000', '100952.675000', '100953.135000', '100953.595000', '100954.055000', '100954.515000', '100954.975000', '100955.435000', '100955.895000', '100956.355000', '100956.815000', '100957.275000', '100957.735000', '100958.195000', '100958.655000', '100959.115000', '100959.575000', '101000.035000', '101000.495000', '101000.955000', '101001.415000', '101001.875000', '101002.335000', '101002.795000', '101003.255000', '101003.715000', '101004.175000', '101004.635000', '101005.095000', '101005.555000', '101006.015000', '101006.475000', '101006.935000', '101007.395000', '101007.855000', '101008.315000', '101008.775000', '101009.235000', '101009.695000', '101010.155000', '101010.615000', '101011.075000', '101011.535000', '101011.995000', '101012.455000', '101012.915000', '101013.375000', '101013.835000', '101014.295000', '101014.755000', '101015.215000', '101015.675000', '101016.135000', '101016.595000', '101017.055000', '101017.515000', '101017.975000', '101018.435000', '101018.895000', '101019.355000', '101019.815000', '101020.275000', '101020.735000', '101021.195000', '101021.655000', '101022.115000', '101022.575000', '101023.035000', '101023.495000', '101023.955000', '101024.415000', '101024.875000', '101025.335000', '101025.795000', '101026.255000', '101026.715000', '101027.175000', '101027.635000', '101028.095000', '101028.555000', '101029.015000', '101029.475000', '101029.935000', '101030.395000', '101030.855000', '101031.315000', '101031.775000', '101032.235000', '101032.695000', '101033.155000', '101033.615000', '101034.075000', '101034.535000', '101034.995000', '101035.455000', '101035.915000', '101036.375000', '101036.835000', '101037.295000', '101037.755000', '101038.215000', '101038.675000', '101039.135000', '101039.595000', '101040.055000', '101040.515000', '101040.975000', '101041.435000', '101041.895000', '101042.355000', '101042.815000', '101043.275000', '101043.735000', '101044.195000', '101044.655000', '101045.115000', '101045.575000', '101046.035000', '101046.495000', '101046.955000', '101047.415000', '101047.875000', '101048.335000', '101048.795000', '101049.255000', '101049.715000', '101050.175000', '101050.635000', '101051.095000', '101051.555000', '101052.015000', '101052.475000', '101052.935000', '101053.395000', '101053.855000', '101054.315000', '101054.775000', '101055.235000', '101055.695000', '101056.155000', '101056.615000', '101057.075000', '101057.535000', '101057.995000', '101058.455000', '101058.915000', '101059.375000', '101059.835000', '101100.295000', '101100.755000', '101101.215000', '101101.675000', '101102.135000', '101102.595000', '101103.055000', '101103.515000', '101103.975000', '101104.435000', '101104.895000', '101105.355000', '101105.815000', '101106.275000', '101106.735000', '101107.195000', '101107.655000', '101108.115000', '101108.575000', '101109.035000', '101109.495000', '101109.955000', '101110.415000', '101110.875000', '101111.335000', '101111.795000', '101112.255000', '101112.715000', '101113.175000', '101113.635000', '101114.095000', '101114.555000', '101115.015000', '101115.475000', '101115.935000', '101116.395000', '101116.855000', '101117.315000', '101117.775000', '101118.235000', '101118.695000', '101119.155000', '101119.615000', '101120.075000', '101120.535000', '101120.995000', '101121.455000', '101121.915000', '101122.375000', '101122.835000', '101123.295000', '101123.755000', '101124.215000', '101124.675000', '101125.135000', '101125.595000', '101126.055000', '101126.515000', '101126.975000', '101127.435000', '101127.895000', '101128.355000', '101128.815000', '101129.275000', '101129.735000', '101130.195000', '101130.655000', '101131.115000', '101131.575000', '101132.035000', '101132.495000', '101132.955000', '101133.415000', '101133.875000', '101134.335000', '101134.795000', '101135.255000', '101135.715000', '101136.175000', '101136.635000', '101137.095000', '101137.555000', '101138.015000', '101138.475000', '101138.935000', '101139.395000', '101139.855000', '101140.315000', '101140.775000', '101141.235000', '101141.695000', '101142.155000', '101142.615000', '101143.075000', '101143.535000', '101143.995000', '101144.455000', '101144.915000', '101145.375000', '101145.835000', '101146.295000', '101146.755000', '101147.215000', '101147.675000', '101148.135000', '101148.595000', '101149.055000', '101149.515000', '101149.975000', '101150.435000', '101150.895000', '101151.355000', '101151.815000', '101152.275000', '101152.735000', '101153.195000', '101153.655000', '101154.115000', '101154.575000', '101155.035000', '101155.495000', '101155.955000', '101156.415000', '101156.875000', '101157.335000', '101157.795000', '101158.255000', '101158.715000', '101159.175000', '101159.635000', '101200.095000', '101200.555000', '101201.015000', '101201.475000', '101201.935000', '101202.395000', '101202.855000', '101203.315000', '101203.775000', '101204.235000', '101204.695000', '101205.155000', '101205.615000', '101206.075000', '101206.535000', '101206.995000', '101207.455000', '101207.915000', '101208.375000', '101208.835000', '101209.295000', '101209.755000', '101210.215000', '101210.675000', '101211.135000', '101211.595000', '101212.055000', '101212.515000', '101212.975000', '101213.435000', '101213.895000', '101214.355000', '101214.815000', '101215.275000', '101215.735000', '101216.195000', '101216.655000', '101217.115000', '101217.575000', '101218.035000', '101218.495000', '101218.955000', '101219.415000', '101219.875000', '101220.335000', '101220.795000', '101221.255000', '101221.715000', '101222.175000', '101222.635000', '101223.095000', '101223.555000', '101224.015000', '101224.475000', '101224.935000', '101225.395000', '101225.855000', '101226.315000', '101226.775000', '101227.235000', '101227.695000', '101228.155000', '101228.615000', '101229.075000', '101229.535000', '101229.995000', '101230.455000', '101230.915000', '101231.375000', '101231.835000', '101232.295000', '101232.755000', '101233.215000', '101233.675000', '101234.135000', '101234.595000', '101235.055000', '101235.515000', '101235.975000', '101236.435000', '101236.895000', '101237.355000', '101237.815000', '101238.275000', '101238.735000', '101239.195000', '101239.655000', '101240.115000', '101240.575000', '101241.035000', '101241.495000', '101241.955000', '101242.415000', '101242.875000', '101243.335000', '101243.795000', '101244.255000', '101244.715000', '101245.175000', '101245.635000', '101246.095000', '101246.555000', '101247.015000', '101247.475000', '101247.935000', '101248.395000', '101248.855000', '101249.315000', '101249.775000', '101250.235000', '101250.695000', '101251.155000', '101251.615000', '101252.075000', '101252.535000', '101252.995000', '101253.455000', '101253.915000', '101254.375000', '101254.835000', '101255.295000', '101255.755000', '101256.215000', '101256.675000', '101257.135000', '101257.595000', '101258.055000', '101258.515000', '101258.975000', '101259.435000', '101259.895000', '101300.355000', '101300.815000', '101301.275000', '101301.735000', '101302.195000', '101302.655000', '101303.115000', '101303.575000', '101304.035000', '101304.495000', '101304.955000', '101305.415000', '101305.875000', '101306.335000', '101306.795000', '101307.255000', '101307.715000', '101308.175000', '101308.635000', '101309.095000', '101309.555000', '101310.015000', '101310.475000', '101310.935000', '101311.395000', '101311.855000', '101312.315000', '101312.775000', '101313.235000', '101313.695000', '101314.155000', '101314.615000', '101315.075000', '101315.535000', '101315.995000', '101316.455000', '101316.915000', '101317.375000', '101317.835000', '101318.295000', '101318.755000', '101319.215000', '101319.675000', '101320.135000', '101320.595000', '101321.055000', '101321.515000', '101321.975000', '101322.435000', '101322.895000', '101323.355000', '101323.815000', '101324.275000', '101324.735000', '101325.195000', '101325.655000', '101326.115000', '101326.575000', '101327.035000', '101327.495000', '101327.955000', '101328.415000', '101328.875000', '101329.335000', '101329.795000', '101330.255000', '101330.715000', '101331.175000', '101331.635000', '101332.095000', '101332.555000', '101333.015000', '101333.475000', '101333.935000', '101334.395000', '101334.855000', '101335.315000', '101335.775000', '101336.235000', '101336.695000', '101337.155000', '101337.615000', '101338.075000', '101338.535000', '101338.995000', '101339.455000', '101339.915000', '101340.375000', '101340.835000', '101341.295000', '101341.755000', '101342.215000', '101342.675000', '101343.135000', '101343.595000', '101344.055000', '101344.515000', '101344.975000', '101345.435000', '101345.895000', '101346.355000', '101346.815000', '101347.275000', '101347.735000', '101348.195000', '101348.655000', '101349.115000', '101349.575000', '101350.035000', '101350.495000', '101350.955000', '101351.415000', '101351.875000', '101352.335000', '101352.795000', '101353.255000', '101353.715000', '101354.175000', '101354.635000', '101355.095000', '101355.555000', '101356.015000', '101356.475000', '101356.935000', '101357.395000', '101357.855000', '101358.315000', '101358.775000', '101359.235000', '101359.695000', '101400.155000', '101400.615000', '101401.075000', '101401.535000', '101401.995000', '101402.455000', '101402.915000', '101403.375000', '101403.835000', '101404.295000', '101404.755000', '101405.215000', '101405.675000', '101406.135000', '101406.595000', '101407.055000', '101407.515000', '101407.975000', '101408.435000', '101408.895000', '101409.355000', '101409.815000', '101410.275000', '101410.735000', '101411.195000', '101411.655000', '101412.115000', '101412.575000', '101413.035000', '101413.495000', '101413.955000', '101414.415000', '101414.875000', '101415.335000', '101415.795000', '101416.255000', '101416.715000', '101417.175000', '101417.635000', '101418.095000', '101418.555000', '101419.015000', '101419.475000', '101419.935000', '101420.395000', '101420.855000', '101421.315000', '101421.775000', '101422.235000', '101422.695000', '101423.155000', '101423.615000', '101424.075000', '101424.535000', '101424.995000', '101425.455000', '101425.915000', '101426.375000', '101426.835000', '101427.295000', '101427.755000', '101428.215000', '101428.675000', '101429.135000', '101429.595000', '101430.055000', '101430.515000', '101430.975000', '101431.435000', '101431.895000', '101432.355000', '101432.815000', '101433.275000', '101433.735000', '101434.195000', '101434.655000', '101435.115000', '101435.575000', '101436.035000', '101436.495000', '101436.955000', '101437.415000', '101437.875000', '101438.335000', '101438.795000', '101439.255000', '101439.715000', '101440.175000', '101440.635000', '101441.095000', '101441.555000', '101442.015000', '101442.475000', '101442.935000', '101443.395000', '101443.855000', '101444.315000', '101444.775000', '101445.235000', '101445.695000', '101446.155000', '101446.615000', '101447.075000', '101447.535000', '101447.995000', '101448.455000', '101448.915000', '101449.375000', '101449.835000', '101450.295000', '101450.755000', '101451.215000', '101451.675000', '101452.135000', '101452.595000', '101453.055000', '101453.515000', '101453.975000', '101454.435000', '101454.895000', '101455.355000', '101455.815000', '101456.275000', '101456.735000', '101457.195000', '101457.655000', '101458.115000', '101458.575000', '101459.035000', '101459.495000', '101459.955000', '101500.415000', '101500.875000', '101501.335000', '101501.795000', '101502.255000', '101502.715000', '101503.175000', '101503.635000', '101504.095000', '101504.555000', '101505.015000', '101505.475000', '101505.935000', '101506.395000', '101506.855000', '101507.315000', '101507.775000', '101508.235000', '101508.695000', '101509.155000', '101509.615000', '101510.075000', '101510.535000', '101510.995000', '101511.455000', '101511.915000', '101512.375000', '101512.835000', '101513.295000', '101513.755000', '101514.215000', '101514.675000', '101515.135000', '101515.595000', '101516.055000', '101516.515000', '101516.975000', '101517.435000', '101517.895000', '101518.355000', '101518.815000', '101519.275000', '101519.735000', '101520.195000', '101520.655000', '101521.115000', '101521.575000', '101522.035000', '101522.495000', '101522.955000', '101523.415000', '101523.875000', '101524.335000', '101524.795000', '101525.255000', '101525.715000', '101526.175000', '101526.635000', '101527.095000', '101527.555000', '101528.015000', '101528.475000', '101528.935000', '101529.395000', '101529.855000', '101530.315000', '101530.775000', '101531.235000', '101531.695000', '101532.155000', '101532.615000', '101533.075000', '101533.535000', '101533.995000', '101534.455000', '101534.915000', '101535.375000', '101535.835000', '101536.295000', '101536.755000', '101537.215000', '101537.675000', '101538.135000', '101538.595000', '101539.055000', '101539.515000', '101539.975000', '101540.435000', '101540.895000', '101541.355000', '101541.815000', '101542.275000', '101542.735000', '101543.195000', '101543.655000', '101544.115000', '101544.575000', '101545.035000', '101545.495000', '101545.955000', '101546.415000', '101546.875000', '101547.335000', '101547.795000', '101548.255000', '101548.715000', '101549.175000', '101549.635000', '101550.095000', '101550.555000', '101551.015000', '101551.475000', '101551.935000', '101552.395000', '101552.855000', '101553.315000', '101553.775000', '101554.235000', '101554.695000', '101555.155000', '101555.615000', '101556.075000', '101556.535000', '101556.995000', '101557.455000', '101557.915000', '101558.375000', '101558.835000', '101559.295000', '101559.755000', '101600.215000', '101600.675000', '101601.135000', '101601.595000', '101602.055000', '101602.515000', '101602.975000', '101603.435000', '101603.895000', '101604.355000', '101604.815000', '101605.275000', '101605.735000', '101606.195000', '101606.655000', '101607.115000', '101607.575000', '101608.035000', '101608.495000', '101608.955000', '101609.415000', '101609.875000', '101610.335000', '101610.795000', '101611.255000', '101611.715000', '101612.175000', '101612.635000', '101613.095000', '101613.555000', '101614.015000', '101614.475000', '101614.935000', '101615.395000', '101615.855000', '101616.315000', '101616.775000', '101617.235000', '101617.695000', '101618.155000', '101618.615000', '101619.075000', '101619.535000', '101619.995000', '101620.455000', '101620.915000', '101621.375000', '101621.835000', '101622.295000', '101622.755000', '101623.215000', '101623.675000', '101624.135000', '101624.595000', '101625.055000', '101625.515000', '101625.975000', '101626.435000', '101626.895000', '101627.355000', '101627.815000', '101628.275000', '101628.735000', '101629.195000', '101629.655000', '101630.115000', '101630.575000', '101631.035000', '101631.495000', '101631.955000', '101632.415000', '101632.875000', '101633.335000', '101633.795000', '101634.255000', '101634.715000', '101635.175000', '101635.635000', '101636.095000', '101636.555000', '101637.015000', '101637.475000', '101637.935000', '101638.395000', '101638.855000', '101639.315000', '101639.775000', '101640.235000', '101640.695000', '101641.155000', '101641.615000', '101642.075000', '101642.535000', '101642.995000', '101643.455000', '101643.915000', '101644.375000', '101644.835000', '101645.295000', '101645.755000', '101646.215000', '101646.675000', '101647.135000', '101647.595000', '101648.055000', '101648.515000', '101648.975000', '101649.435000', '101649.895000', '101650.355000', '101650.815000', '101651.275000', '101651.735000', '101652.195000', '101652.655000', '101653.115000', '101653.575000', '101654.035000', '101654.495000', '101654.955000', '101655.415000', '101655.875000', '101656.335000', '101656.795000', '101657.255000', '101657.715000', '101658.175000', '101658.635000', '101659.095000', '101659.555000', '101700.015000', '101700.475000', '101700.935000', '101701.395000', '101701.855000', '101702.315000', '101702.775000', '101703.235000', '101703.695000', '101704.155000', '101704.615000', '101705.075000', '101705.535000', '101705.995000', '101706.455000', '101706.915000', '101707.375000', '101707.835000', '101708.295000', '101708.755000', '101709.215000', '101709.675000', '101710.135000', '101710.595000', '101711.055000', '101711.515000', '101711.975000', '101712.435000', '101712.895000', '101713.355000', '101713.815000', '101714.275000', '101714.735000', '101715.195000', '101715.655000', '101716.115000', '101716.575000', '101717.035000', '101717.495000', '101717.955000', '101718.415000', '101718.875000', '101719.335000', '101719.795000', '101720.255000', '101720.715000', '101721.175000', '101721.635000', '101722.095000', '101722.555000', '101723.015000', '101723.475000', '101723.935000', '101724.395000', '101724.855000', '101725.315000', '101725.775000', '101726.235000', '101726.695000', '101727.155000', '101727.615000', '101728.075000', '101728.535000', '101728.995000', '101729.455000', '101729.915000', '101730.375000', '101730.835000', '101731.295000', '101731.755000', '101732.215000', '101732.675000', '101733.135000', '101733.595000', '101734.055000', '101734.515000', '101734.975000', '101735.435000', '101735.895000', '101736.355000', '101736.815000', '101737.275000', '101737.735000', '101738.195000', '101738.655000', '101739.115000', '101739.575000', '101740.035000', '101740.495000', '101740.955000', '101741.415000', '101741.875000', '101742.335000', '101742.795000', '101743.255000', '101743.715000', '101744.175000', '101744.635000', '101745.095000', '101745.555000', '101746.015000', '101746.475000', '101746.935000', '101747.395000', '101747.855000', '101748.315000', '101748.775000', '101749.235000', '101749.695000', '101750.155000', '101750.615000', '101751.075000', '101751.535000', '101751.995000', '101752.455000', '101752.915000', '101753.375000', '101753.835000', '101754.295000', '101754.755000', '101755.215000', '101755.675000', '101756.135000', '101756.595000', '101757.055000', '101757.515000', '101757.975000', '101758.435000', '101758.895000', '101759.355000', '101759.815000', '101800.275000', '101800.735000', '101801.195000', '101801.655000', '101802.115000', '101802.575000', '101803.035000', '101803.495000', '101803.955000', '101804.415000', '101804.875000', '101805.335000', '101805.795000', '101806.255000', '101806.715000', '101807.175000', '101807.635000', '101808.095000', '101808.555000', '101809.015000', '101809.475000', '101809.935000', '101810.395000', '101810.855000', '101811.315000', '101811.775000', '101812.235000', '101812.695000', '101813.155000', '101813.615000', '101814.075000', '101814.535000', '101814.995000', '101815.455000', '101815.915000', '101816.375000', '101816.835000', '101817.295000', '101817.755000', '101818.215000', '101818.675000', '101819.135000', '101819.595000', '101820.055000', '101820.515000', '101820.975000', '101821.435000', '101821.895000', '101822.355000', '101822.815000', '101823.275000', '101823.735000', '101824.195000', '101824.655000', '101825.115000', '101825.575000', '101826.035000', '101826.495000', '101826.955000', '101827.415000', '101827.875000', '101828.335000', '101828.795000', '101829.255000', '101829.715000', '101830.175000', '101830.635000', '101831.095000', '101831.555000', '101832.015000', '101832.475000', '101832.935000', '101833.395000', '101833.855000', '101834.315000', '101834.775000', '101835.235000', '101835.695000', '101836.155000', '101836.615000', '101837.075000', '101837.535000', '101837.995000', '101838.455000', '101838.915000', '101839.375000', '101839.835000', '101840.295000', '101840.755000', '101841.215000', '101841.675000', '101842.135000', '101842.595000', '101843.055000', '101843.515000', '101843.975000', '101844.435000', '101844.895000', '101845.355000', '101845.815000', '101846.275000', '101846.735000', '101847.195000', '101847.655000'], 'ContentTime': ['100835.105000', '100835.109000', '100835.112000', '100835.114000', '100835.117000', '100835.128000', '100835.131000', '100835.134000', '100835.136000', '100835.139000', '100835.142000', '100835.145000', '100835.148000', '100835.151000', '100835.154000', '100835.157000', '100835.160000', '100835.163000', '100835.166000', '100835.169000', '100835.172000', '100835.175000', '100835.178000', '100835.181000', '100835.184000', '100835.187000', '100835.190000', '100835.193000', '100835.196000', '100835.199000', '100835.202000', '100835.204000', '100835.207000', '100835.210000', '100835.213000', '100835.216000', '100835.219000', '100835.222000', '100835.225000', '100835.228000', '100835.231000', '100835.233000', '100855.052000', '100855.055000', '100855.057000', '100855.060000', '100855.063000', '100855.070000', '100855.073000', '100855.075000', '100855.078000', '100855.081000', '100855.083000', '100855.086000', '100855.089000', '100855.092000', '100855.095000', '100855.097000', '100855.100000', '100855.103000', '100855.106000', '100855.108000', '100855.111000', '100855.114000', '100855.117000', '100855.120000', '100855.122000', '100855.125000', '100855.128000', '100855.131000', '100855.134000', '100855.136000', '100855.139000', '100855.142000', '100855.145000', '100855.147000', '100855.150000', '100855.153000', '100855.156000', '100855.158000', '100855.161000', '100855.164000', '100855.167000', '100855.170000', '100855.172000', '100855.175000', '100915.052000', '100915.055000', '100915.057000', '100915.060000', '100915.063000', '100915.066000', '100915.069000', '100915.071000', '100915.074000', '100915.077000', '100915.080000', '100915.082000', '100915.085000', '100915.088000', '100915.091000', '100915.094000', '100915.096000', '100915.099000', '100915.102000', '100915.105000', '100915.108000', '100915.111000', '100915.114000', '100915.116000', '100915.119000', '100915.122000', '100915.125000', '100915.128000', '100915.130000', '100915.133000', '100915.136000', '100915.139000', '100915.142000', '100915.144000', '100915.147000', '100915.150000', '100915.153000', '100915.156000', '100915.158000', '100915.161000', '100915.164000', '100915.167000', '100915.170000', '100935.052000', '100935.055000', '100935.058000', '100935.060000', '100935.063000', '100935.066000', '100935.069000', '100935.071000', '100935.074000', '100935.077000', '100935.080000', '100935.083000', '100935.085000', '100935.088000', '100935.091000', '100935.094000', '100935.096000', '100935.099000', '100935.102000', '100935.105000', '100935.108000', '100935.110000', '100935.113000', '100935.116000', '100935.119000', '100935.121000', '100935.124000', '100935.127000', '100935.130000', '100935.133000', '100935.136000', '100935.138000', '100935.141000', '100935.144000', '100935.147000', '100935.149000', '100935.152000', '100935.155000', '100935.158000', '100935.161000', '100935.163000', '100935.166000', '100935.169000', '100935.172000', '100955.052000', '100955.055000', '100955.059000', '100955.062000', '100955.065000', '100955.068000', '100955.070000', '100955.073000', '100955.076000', '100955.079000', '100955.082000', '100955.085000', '100955.087000', '100955.090000', '100955.093000', '100955.096000', '100955.098000', '100955.101000', '100955.104000', '100955.107000', '100955.110000', '100955.113000', '100955.116000', '100955.118000', '100955.121000', '100955.124000', '100955.127000', '100955.130000', '100955.133000', '100955.136000', '100955.138000', '100955.141000', '100955.144000', '100955.147000', '100955.149000', '100955.152000', '100955.155000', '100955.158000', '100955.161000', '100955.164000', '100955.172000', '100955.175000', '100955.178000', '101015.052000', '101015.055000', '101015.058000', '101015.060000', '101015.063000', '101015.066000', '101015.069000', '101015.071000', '101015.074000', '101015.077000', '101015.080000', '101015.083000', '101015.086000', '101015.088000', '101015.091000', '101015.094000', '101015.097000', '101015.100000', '101015.102000', '101015.105000', '101015.108000', '101015.111000', '101015.113000', '101015.116000', '101015.119000', '101015.122000', '101015.125000', '101015.128000', '101015.130000', '101015.133000', '101015.136000', '101015.139000', '101015.142000', '101015.144000', '101015.147000', '101015.150000', '101015.153000', '101015.156000', '101015.159000', '101015.161000', '101015.164000', '101015.167000', '101015.170000', '101015.173000', '101035.052000', '101035.055000', '101035.058000', '101035.060000', '101035.063000', '101035.066000', '101035.069000', '101035.072000', '101035.074000', '101035.077000', '101035.080000', '101035.083000', '101035.086000', '101035.088000', '101035.091000', '101035.094000', '101035.097000', '101035.100000', '101035.103000', '101035.106000', '101035.109000', '101035.112000', '101035.115000', '101035.117000', '101035.120000', '101035.123000', '101035.126000', '101035.129000', '101035.131000', '101035.134000', '101035.137000', '101035.140000', '101035.143000', '101035.145000', '101035.149000', '101035.154000', '101035.157000', '101035.160000', '101035.163000', '101035.166000', '101035.169000', '101035.171000', '101035.174000', '101055.052000', '101055.055000', '101055.057000', '101055.060000', '101055.063000', '101055.066000', '101055.069000', '101055.072000', '101055.074000', '101055.077000', '101055.080000', '101055.083000', '101055.086000', '101055.088000', '101055.091000', '101055.094000', '101055.097000', '101055.100000', '101055.102000', '101055.105000', '101055.108000', '101055.111000', '101055.114000', '101055.116000', '101055.119000', '101055.122000', '101055.125000', '101055.127000', '101055.130000', '101055.133000', '101055.136000', '101055.139000', '101055.141000', '101055.144000', '101055.147000', '101055.150000', '101055.153000', '101055.155000', '101055.158000', '101055.161000', '101055.164000', '101055.167000', '101055.181000', '101055.184000', '101115.052000', '101115.055000', '101115.058000', '101115.060000', '101115.063000', '101115.066000', '101115.069000', '101115.072000', '101115.074000', '101115.077000', '101115.080000', '101115.083000', '101115.085000', '101115.088000', '101115.091000', '101115.094000', '101115.098000', '101115.101000', '101115.104000', '101115.106000', '101115.109000', '101115.112000', '101115.115000', '101115.118000', '101115.120000', '101115.123000', '101115.126000', '101115.129000', '101115.132000', '101115.134000', '101115.137000', '101115.140000', '101115.143000', '101115.145000', '101115.148000', '101115.151000', '101115.155000', '101115.158000', '101115.161000', '101115.164000', '101115.167000', '101115.169000', '101115.172000', '101135.052000', '101135.055000', '101135.058000', '101135.060000', '101135.064000', '101135.067000', '101135.070000', '101135.073000', '101135.076000', '101135.078000', '101135.081000', '101135.084000', '101135.087000', '101135.090000', '101135.092000', '101135.095000', '101135.098000', '101135.101000', '101135.104000', '101135.106000', '101135.109000', '101135.112000', '101135.115000', '101135.118000', '101135.121000', '101135.123000', '101135.126000', '101135.129000', '101135.132000', '101135.143000', '101135.146000', '101135.148000', '101135.151000', '101135.154000', '101135.157000', '101135.173000', '101135.176000', '101135.179000', '101135.182000', '101135.185000', '101135.187000', '101135.190000', '101135.193000', '101135.196000', '101155.052000', '101155.055000', '101155.058000', '101155.061000', '101155.063000', '101155.066000', '101155.069000', '101155.072000', '101155.075000', '101155.078000', '101155.080000', '101155.083000', '101155.086000', '101155.089000', '101155.091000', '101155.094000', '101155.097000', '101155.100000', '101155.103000', '101155.105000', '101155.108000', '101155.111000', '101155.114000', '101155.117000', '101155.119000', '101155.122000', '101155.125000', '101155.128000', '101155.131000', '101155.133000', '101155.136000', '101155.139000', '101155.142000', '101155.145000', '101155.148000', '101155.150000', '101155.153000', '101155.156000', '101155.159000', '101155.162000', '101155.164000', '101155.167000', '101155.170000', '101215.052000', '101215.055000', '101215.057000', '101215.060000', '101215.063000', '101215.066000', '101215.069000', '101215.072000', '101215.074000', '101215.077000', '101215.080000', '101215.083000', '101215.086000', '101215.088000', '101215.091000', '101215.094000', '101215.097000', '101215.100000', '101215.102000', '101215.105000', '101215.108000', '101215.111000', '101215.114000', '101215.116000', '101215.119000', '101215.122000', '101215.125000', '101215.128000', '101215.130000', '101215.133000', '101215.136000', '101215.139000', '101215.142000', '101215.145000', '101215.147000', '101215.150000', '101215.153000', '101215.156000', '101215.159000', '101215.161000', '101215.164000', '101215.167000', '101215.170000', '101215.173000', '101235.052000', '101235.055000', '101235.058000', '101235.061000', '101235.063000', '101235.066000', '101235.069000', '101235.072000', '101235.075000', '101235.078000', '101235.080000', '101235.083000', '101235.086000', '101235.089000', '101235.092000', '101235.094000', '101235.097000', '101235.100000', '101235.103000', '101235.106000', '101235.108000', '101235.111000', '101235.114000', '101235.117000', '101235.120000', '101235.122000', '101235.125000', '101235.128000', '101235.131000', '101235.134000', '101235.138000', '101235.140000', '101235.143000', '101235.146000', '101235.149000', '101235.152000', '101235.155000', '101235.157000', '101235.160000', '101235.163000', '101235.166000', '101235.169000', '101235.171000', '101255.053000', '101255.056000', '101255.058000', '101255.061000', '101255.064000', '101255.067000', '101255.070000', '101255.073000', '101255.075000', '101255.078000', '101255.081000', '101255.084000', '101255.087000', '101255.089000', '101255.092000', '101255.095000', '101255.098000', '101255.102000', '101255.105000', '101255.108000', '101255.110000', '101255.113000', '101255.116000', '101255.119000', '101255.122000', '101255.125000', '101255.127000', '101255.130000', '101255.133000', '101255.136000', '101255.138000', '101255.141000', '101255.144000', '101255.147000', '101255.150000', '101255.153000', '101255.155000', '101255.158000', '101255.161000', '101255.164000', '101255.167000', '101255.170000', '101255.172000', '101255.175000', '101315.052000', '101315.055000', '101315.058000', '101315.061000', '101315.063000', '101315.066000', '101315.069000', '101315.072000', '101315.075000', '101315.077000', '101315.080000', '101315.083000', '101315.086000', '101315.089000', '101315.091000', '101315.104000', '101315.107000', '101315.110000', '101315.113000', '101315.116000', '101315.118000', '101315.121000', '101315.124000', '101315.127000', '101315.130000', '101315.132000', '101315.135000', '101315.138000', '101315.141000', '101315.144000', '101315.147000', '101315.149000', '101315.152000', '101315.155000', '101315.158000', '101315.161000', '101315.163000', '101315.166000', '101315.169000', '101315.172000', '101315.175000', '101315.177000', '101315.180000', '101335.052000', '101335.055000', '101335.058000', '101335.061000', '101335.063000', '101335.066000', '101335.069000', '101335.072000', '101335.075000', '101335.077000', '101335.080000', '101335.083000', '101335.086000', '101335.089000', '101335.091000', '101335.094000', '101335.097000', '101335.100000', '101335.103000', '101335.106000', '101335.108000', '101335.111000', '101335.114000', '101335.117000', '101335.120000', '101335.122000', '101335.125000', '101335.128000', '101335.131000', '101335.134000', '101335.137000', '101335.139000', '101335.142000', '101335.145000', '101335.148000', '101335.151000', '101335.153000', '101335.156000', '101335.159000', '101335.162000', '101335.165000', '101335.167000', '101335.170000', '101335.173000', '101355.052000', '101355.055000', '101355.058000', '101355.061000', '101355.063000', '101355.066000', '101355.069000', '101355.072000', '101355.075000', '101355.077000', '101355.080000', '101355.083000', '101355.086000', '101355.089000', '101355.092000', '101355.094000', '101355.099000', '101355.102000', '101355.105000', '101355.108000', '101355.111000', '101355.114000', '101355.116000', '101355.119000', '101355.122000', '101355.125000', '101355.128000', '101355.130000', '101355.133000', '101355.136000', '101355.139000', '101355.142000', '101355.145000', '101355.147000', '101355.150000', '101355.153000', '101355.156000', '101355.159000', '101355.162000', '101355.164000', '101355.167000', '101355.170000', '101355.174000', '101415.052000', '101415.055000', '101415.058000', '101415.060000', '101415.063000', '101415.066000', '101415.069000', '101415.071000', '101415.074000', '101415.077000', '101415.080000', '101415.083000', '101415.085000', '101415.088000', '101415.091000', '101415.094000', '101415.097000', '101415.099000', '101415.102000', '101415.105000', '101415.108000', '101415.110000', '101415.113000', '101415.116000', '101415.119000', '101415.122000', '101415.124000', '101415.127000', '101415.130000', '101415.133000', '101415.136000', '101415.139000', '101415.142000', '101415.145000', '101415.148000', '101415.150000', '101415.153000', '101415.156000', '101415.159000', '101415.162000', '101415.164000', '101415.167000', '101415.170000', '101415.173000', '101435.052000', '101435.055000', '101435.058000', '101435.060000', '101435.063000', '101435.066000', '101435.069000', '101435.072000', '101435.075000', '101435.077000', '101435.080000', '101435.083000', '101435.086000', '101435.089000', '101435.091000', '101435.094000', '101435.097000', '101435.100000', '101435.103000', '101435.105000', '101435.108000', '101435.111000', '101435.114000', '101435.117000', '101435.119000', '101435.122000', '101435.141000', '101435.144000', '101435.147000', '101435.149000', '101435.152000', '101435.155000', '101435.158000', '101435.161000', '101435.163000', '101435.166000', '101435.169000', '101435.172000', '101435.175000', '101435.178000', '101435.180000', '101435.183000', '101435.186000', '101455.052000', '101455.055000', '101455.058000', '101455.060000', '101455.063000', '101455.066000', '101455.069000', '101455.072000', '101455.074000', '101455.077000', '101455.080000', '101455.083000', '101455.086000', '101455.088000', '101455.091000', '101455.094000', '101455.097000', '101455.100000', '101455.102000', '101455.105000', '101455.108000', '101455.111000', '101455.114000', '101455.116000', '101455.119000', '101455.122000', '101455.125000', '101455.128000', '101455.130000', '101455.133000', '101455.136000', '101455.139000', '101455.142000', '101455.144000', '101455.147000', '101455.150000', '101455.153000', '101455.156000', '101455.159000', '101455.161000', '101455.164000', '101455.167000', '101455.170000', '101455.173000', '101515.053000', '101515.056000', '101515.059000', '101515.062000', '101515.064000', '101515.067000', '101515.070000', '101515.073000', '101515.076000', '101515.079000', '101515.081000', '101515.084000', '101515.087000', '101515.090000', '101515.093000', '101515.095000', '101515.098000', '101515.101000', '101515.104000', '101515.107000', '101515.109000', '101515.112000', '101515.115000', '101515.118000', '101515.121000', '101515.124000', '101515.126000', '101515.129000', '101515.132000', '101515.135000', '101515.138000', '101515.140000', '101515.143000', '101515.146000', '101515.149000', '101515.152000', '101515.154000', '101515.157000', '101515.160000', '101515.163000', '101515.166000', '101515.168000', '101515.171000', '101535.052000', '101535.055000', '101535.058000', '101535.061000', '101535.065000', '101535.068000', '101535.071000', '101535.074000', '101535.077000', '101535.080000', '101535.083000', '101535.086000', '101535.088000', '101535.091000', '101535.094000', '101535.097000', '101535.100000', '101535.102000', '101535.105000', '101535.108000', '101535.111000', '101535.113000', '101535.116000', '101535.119000', '101535.122000', '101535.125000', '101535.127000', '101535.130000', '101535.133000', '101535.136000', '101535.139000', '101535.142000', '101535.144000', '101535.147000', '101535.150000', '101535.153000', '101535.156000', '101535.158000', '101535.161000', '101535.164000', '101535.167000', '101535.170000', '101535.173000', '101555.052000', '101555.055000', '101555.058000', '101555.060000', '101555.063000', '101555.066000', '101555.069000', '101555.072000', '101555.075000', '101555.077000', '101555.080000', '101555.083000', '101555.086000', '101555.089000', '101555.091000', '101555.094000', '101555.097000', '101555.100000', '101555.103000', '101555.105000', '101555.108000', '101555.111000', '101555.114000', '101555.117000', '101555.128000', '101555.131000', '101555.134000', '101555.136000', '101555.139000', '101555.142000', '101555.145000', '101555.148000', '101555.150000', '101555.153000', '101555.156000', '101555.159000', '101555.162000', '101555.164000', '101555.167000', '101555.170000', '101555.173000', '101555.176000', '101555.179000', '101555.182000', '101615.052000', '101615.055000', '101615.058000', '101615.061000', '101615.065000', '101615.069000', '101615.072000', '101615.075000', '101615.078000', '101615.081000', '101615.084000', '101615.086000', '101615.089000', '101615.092000', '101615.095000', '101615.098000', '101615.100000', '101615.103000', '101615.106000', '101615.109000', '101615.112000', '101615.114000', '101615.117000', '101615.120000', '101615.123000', '101615.126000', '101615.128000', '101615.131000', '101615.134000', '101615.137000', '101615.140000', '101615.143000', '101615.145000', '101615.148000', '101615.151000', '101615.154000', '101615.157000', '101615.159000', '101615.162000', '101615.165000', '101615.168000', '101615.171000', '101615.173000', '101635.052000', '101635.055000', '101635.058000', '101635.060000', '101635.063000', '101635.066000', '101635.069000', '101635.072000', '101635.074000', '101635.077000', '101635.080000', '101635.083000', '101635.086000', '101635.088000', '101635.091000', '101635.094000', '101635.097000', '101635.100000', '101635.102000', '101635.105000', '101635.108000', '101635.111000', '101635.114000', '101635.116000', '101635.119000', '101635.122000', '101635.125000', '101635.128000', '101635.130000', '101635.133000', '101635.136000', '101635.139000', '101635.142000', '101635.144000', '101635.147000', '101635.150000', '101635.153000', '101635.156000', '101635.158000', '101635.161000', '101635.172000', '101635.175000', '101635.178000', '101635.180000', '101655.052000', '101655.055000', '101655.058000', '101655.061000', '101655.063000', '101655.066000', '101655.069000', '101655.072000', '101655.075000', '101655.077000', '101655.080000', '101655.083000', '101655.086000', '101655.089000', '101655.092000', '101655.094000', '101655.097000', '101655.100000', '101655.104000', '101655.109000', '101655.112000', '101655.115000', '101655.118000', '101655.121000', '101655.124000', '101655.126000', '101655.129000', '101655.132000', '101655.135000', '101655.138000', '101655.140000', '101655.143000', '101655.146000', '101655.149000', '101655.152000', '101655.155000', '101655.158000', '101655.161000', '101655.164000', '101655.166000', '101655.169000', '101655.172000', '101655.175000', '101715.052000', '101715.055000', '101715.058000', '101715.061000', '101715.063000', '101715.066000', '101715.069000', '101715.072000', '101715.075000', '101715.077000', '101715.080000', '101715.083000', '101715.086000', '101715.089000', '101715.091000', '101715.094000', '101715.097000', '101715.100000', '101715.103000', '101715.106000', '101715.117000', '101715.120000', '101715.123000', '101715.126000', '101715.128000', '101715.131000', '101715.134000', '101715.137000', '101715.139000', '101715.142000', '101715.145000', '101715.148000', '101715.151000', '101715.153000', '101715.156000', '101715.159000', '101715.162000', '101715.165000', '101715.168000', '101715.170000', '101715.173000', '101715.176000', '101715.179000', '101715.182000', '101735.053000', '101735.056000', '101735.059000', '101735.062000', '101735.064000', '101735.067000', '101735.070000', '101735.073000', '101735.076000', '101735.079000', '101735.081000', '101735.084000', '101735.087000', '101735.090000', '101735.093000', '101735.095000', '101735.098000', '101735.101000', '101735.104000', '101735.107000', '101735.110000', '101735.113000', '101735.116000', '101735.119000', '101735.121000', '101735.124000', '101735.127000', '101735.130000', '101735.133000', '101735.136000', '101735.139000', '101735.141000', '101735.144000', '101735.147000', '101735.150000', '101735.153000', '101735.155000', '101735.158000', '101735.161000', '101735.164000', '101735.167000', '101735.170000', '101735.172000', '101755.052000', '101755.055000', '101755.058000', '101755.061000', '101755.063000', '101755.066000', '101755.069000', '101755.072000', '101755.075000', '101755.077000', '101755.080000', '101755.083000', '101755.086000', '101755.089000', '101755.091000', '101755.094000', '101755.097000', '101755.100000', '101755.103000', '101755.105000', '101755.108000', '101755.111000', '101755.114000', '101755.117000', '101755.120000', '101755.122000', '101755.125000', '101755.128000', '101755.131000', '101755.134000', '101755.136000', '101755.139000', '101755.142000', '101755.145000', '101755.148000', '101755.151000', '101755.153000', '101755.156000', '101755.159000', '101755.162000', '101755.165000', '101755.168000', '101755.170000', '101755.173000', '101815.052000', '101815.055000', '101815.058000', '101815.061000', '101815.063000', '101815.066000', '101815.069000', '101815.072000', '101815.075000', '101815.077000', '101815.080000', '101815.083000', '101815.086000', '101815.089000', '101815.091000', '101815.094000', '101815.097000', '101815.100000', '101815.102000', '101815.105000', '101815.108000', '101815.111000', '101815.114000', '101815.117000', '101815.119000', '101815.122000', '101815.125000', '101815.128000', '101815.131000', '101815.133000', '101815.136000', '101815.139000', '101815.142000', '101815.145000', '101815.148000', '101815.152000', '101815.157000', '101815.160000', '101815.163000', '101815.166000', '101815.168000', '101815.171000', '101815.174000', '101835.052000', '101835.055000', '101835.069000', '101835.071000', '101835.074000', '101835.077000', '101835.080000', '101835.083000', '101835.085000', '101835.088000', '101835.091000', '101835.094000', '101835.096000', '101835.099000', '101835.102000', '101835.105000', '101835.108000', '101835.110000', '101835.113000', '101835.116000', '101835.119000', '101835.122000', '101835.124000', '101835.127000', '101835.130000', '101835.133000', '101835.136000', '101835.138000', '101835.141000', '101835.144000', '101835.147000', '101835.150000', '101835.153000', '101835.156000', '101835.158000', '101835.161000', '101835.164000', '101835.167000', '101835.170000', '101835.172000', '101835.175000', '101835.178000', '101835.181000', '101835.184000', '101848.320000', '101848.324000', '101848.327000', '101848.330000', '101848.333000', '101848.337000', '101848.340000', '101848.343000', '101848.346000', '101848.351000', '101848.355000', '101848.360000', '101848.363000', '101848.366000', '101848.369000', '101848.372000', '101848.375000', '101848.377000', '101848.380000', '101848.383000', '101848.386000', '101848.389000', '101848.392000', '101848.395000', '101848.398000', '101848.401000', '101848.404000', '101848.407000', '101848.410000'], 'InstanceCreationTime': ['100835.105000', '100835.109000', '100835.112000', '100835.114000', '100835.117000', '100835.128000', '100835.131000', '100835.134000', '100835.136000', '100835.139000', '100835.142000', '100835.145000', '100835.148000', '100835.151000', '100835.154000', '100835.157000', '100835.160000', '100835.163000', '100835.166000', '100835.169000', '100835.172000', '100835.175000', '100835.178000', '100835.181000', '100835.184000', '100835.187000', '100835.190000', '100835.193000', '100835.196000', '100835.199000', '100835.202000', '100835.204000', '100835.207000', '100835.210000', '100835.213000', '100835.216000', '100835.219000', '100835.222000', '100835.225000', '100835.228000', '100835.231000', '100835.233000', '100855.052000', '100855.055000', '100855.057000', '100855.060000', '100855.063000', '100855.070000', '100855.073000', '100855.075000', '100855.078000', '100855.081000', '100855.083000', '100855.086000', '100855.089000', '100855.092000', '100855.095000', '100855.097000', '100855.100000', '100855.103000', '100855.106000', '100855.108000', '100855.111000', '100855.114000', '100855.117000', '100855.120000', '100855.122000', '100855.125000', '100855.128000', '100855.131000', '100855.134000', '100855.136000', '100855.139000', '100855.142000', '100855.145000', '100855.147000', '100855.150000', '100855.153000', '100855.156000', '100855.158000', '100855.161000', '100855.164000', '100855.167000', '100855.170000', '100855.172000', '100855.175000', '100915.052000', '100915.055000', '100915.057000', '100915.060000', '100915.063000', '100915.066000', '100915.069000', '100915.071000', '100915.074000', '100915.077000', '100915.080000', '100915.082000', '100915.085000', '100915.088000', '100915.091000', '100915.094000', '100915.096000', '100915.099000', '100915.102000', '100915.105000', '100915.108000', '100915.111000', '100915.114000', '100915.116000', '100915.119000', '100915.122000', '100915.125000', '100915.128000', '100915.130000', '100915.133000', '100915.136000', '100915.139000', '100915.142000', '100915.144000', '100915.147000', '100915.150000', '100915.153000', '100915.156000', '100915.158000', '100915.161000', '100915.164000', '100915.167000', '100915.170000', '100935.052000', '100935.055000', '100935.058000', '100935.060000', '100935.063000', '100935.066000', '100935.069000', '100935.071000', '100935.074000', '100935.077000', '100935.080000', '100935.083000', '100935.085000', '100935.088000', '100935.091000', '100935.094000', '100935.096000', '100935.099000', '100935.102000', '100935.105000', '100935.108000', '100935.110000', '100935.113000', '100935.116000', '100935.119000', '100935.121000', '100935.124000', '100935.127000', '100935.130000', '100935.133000', '100935.136000', '100935.138000', '100935.141000', '100935.144000', '100935.147000', '100935.149000', '100935.152000', '100935.155000', '100935.158000', '100935.161000', '100935.163000', '100935.166000', '100935.169000', '100935.172000', '100955.052000', '100955.055000', '100955.059000', '100955.062000', '100955.065000', '100955.068000', '100955.070000', '100955.073000', '100955.076000', '100955.079000', '100955.082000', '100955.085000', '100955.087000', '100955.090000', '100955.093000', '100955.096000', '100955.098000', '100955.101000', '100955.104000', '100955.107000', '100955.110000', '100955.113000', '100955.116000', '100955.118000', '100955.121000', '100955.124000', '100955.127000', '100955.130000', '100955.133000', '100955.136000', '100955.138000', '100955.141000', '100955.144000', '100955.147000', '100955.149000', '100955.152000', '100955.155000', '100955.158000', '100955.161000', '100955.164000', '100955.172000', '100955.175000', '100955.178000', '101015.052000', '101015.055000', '101015.058000', '101015.060000', '101015.063000', '101015.066000', '101015.069000', '101015.071000', '101015.074000', '101015.077000', '101015.080000', '101015.083000', '101015.086000', '101015.088000', '101015.091000', '101015.094000', '101015.097000', '101015.100000', '101015.102000', '101015.105000', '101015.108000', '101015.111000', '101015.113000', '101015.116000', '101015.119000', '101015.122000', '101015.125000', '101015.128000', '101015.130000', '101015.133000', '101015.136000', '101015.139000', '101015.142000', '101015.144000', '101015.147000', '101015.150000', '101015.153000', '101015.156000', '101015.159000', '101015.161000', '101015.164000', '101015.167000', '101015.170000', '101015.173000', '101035.052000', '101035.055000', '101035.058000', '101035.060000', '101035.063000', '101035.066000', '101035.069000', '101035.072000', '101035.074000', '101035.077000', '101035.080000', '101035.083000', '101035.086000', '101035.088000', '101035.091000', '101035.094000', '101035.097000', '101035.100000', '101035.103000', '101035.106000', '101035.109000', '101035.112000', '101035.115000', '101035.117000', '101035.120000', '101035.123000', '101035.126000', '101035.129000', '101035.131000', '101035.134000', '101035.137000', '101035.140000', '101035.143000', '101035.145000', '101035.149000', '101035.154000', '101035.157000', '101035.160000', '101035.163000', '101035.166000', '101035.169000', '101035.171000', '101035.174000', '101055.052000', '101055.055000', '101055.057000', '101055.060000', '101055.063000', '101055.066000', '101055.069000', '101055.072000', '101055.074000', '101055.077000', '101055.080000', '101055.083000', '101055.086000', '101055.088000', '101055.091000', '101055.094000', '101055.097000', '101055.100000', '101055.102000', '101055.105000', '101055.108000', '101055.111000', '101055.114000', '101055.116000', '101055.119000', '101055.122000', '101055.125000', '101055.127000', '101055.130000', '101055.133000', '101055.136000', '101055.139000', '101055.141000', '101055.144000', '101055.147000', '101055.150000', '101055.153000', '101055.155000', '101055.158000', '101055.161000', '101055.164000', '101055.167000', '101055.181000', '101055.184000', '101115.052000', '101115.055000', '101115.058000', '101115.060000', '101115.063000', '101115.066000', '101115.069000', '101115.072000', '101115.074000', '101115.077000', '101115.080000', '101115.083000', '101115.085000', '101115.088000', '101115.091000', '101115.094000', '101115.098000', '101115.101000', '101115.104000', '101115.106000', '101115.109000', '101115.112000', '101115.115000', '101115.118000', '101115.120000', '101115.123000', '101115.126000', '101115.129000', '101115.132000', '101115.134000', '101115.137000', '101115.140000', '101115.143000', '101115.145000', '101115.148000', '101115.151000', '101115.155000', '101115.158000', '101115.161000', '101115.164000', '101115.167000', '101115.169000', '101115.172000', '101135.052000', '101135.055000', '101135.058000', '101135.060000', '101135.064000', '101135.067000', '101135.070000', '101135.073000', '101135.076000', '101135.078000', '101135.081000', '101135.084000', '101135.087000', '101135.090000', '101135.092000', '101135.095000', '101135.098000', '101135.101000', '101135.104000', '101135.106000', '101135.109000', '101135.112000', '101135.115000', '101135.118000', '101135.121000', '101135.123000', '101135.126000', '101135.129000', '101135.132000', '101135.143000', '101135.146000', '101135.148000', '101135.151000', '101135.154000', '101135.157000', '101135.173000', '101135.176000', '101135.179000', '101135.182000', '101135.185000', '101135.187000', '101135.190000', '101135.193000', '101135.196000', '101155.052000', '101155.055000', '101155.058000', '101155.061000', '101155.063000', '101155.066000', '101155.069000', '101155.072000', '101155.075000', '101155.078000', '101155.080000', '101155.083000', '101155.086000', '101155.089000', '101155.091000', '101155.094000', '101155.097000', '101155.100000', '101155.103000', '101155.105000', '101155.108000', '101155.111000', '101155.114000', '101155.117000', '101155.119000', '101155.122000', '101155.125000', '101155.128000', '101155.131000', '101155.133000', '101155.136000', '101155.139000', '101155.142000', '101155.145000', '101155.148000', '101155.150000', '101155.153000', '101155.156000', '101155.159000', '101155.162000', '101155.164000', '101155.167000', '101155.170000', '101215.052000', '101215.055000', '101215.057000', '101215.060000', '101215.063000', '101215.066000', '101215.069000', '101215.072000', '101215.074000', '101215.077000', '101215.080000', '101215.083000', '101215.086000', '101215.088000', '101215.091000', '101215.094000', '101215.097000', '101215.100000', '101215.102000', '101215.105000', '101215.108000', '101215.111000', '101215.114000', '101215.116000', '101215.119000', '101215.122000', '101215.125000', '101215.128000', '101215.130000', '101215.133000', '101215.136000', '101215.139000', '101215.142000', '101215.145000', '101215.147000', '101215.150000', '101215.153000', '101215.156000', '101215.159000', '101215.161000', '101215.164000', '101215.167000', '101215.170000', '101215.173000', '101235.052000', '101235.055000', '101235.058000', '101235.061000', '101235.063000', '101235.066000', '101235.069000', '101235.072000', '101235.075000', '101235.078000', '101235.080000', '101235.083000', '101235.086000', '101235.089000', '101235.092000', '101235.094000', '101235.097000', '101235.100000', '101235.103000', '101235.106000', '101235.108000', '101235.111000', '101235.114000', '101235.117000', '101235.120000', '101235.122000', '101235.125000', '101235.128000', '101235.131000', '101235.134000', '101235.138000', '101235.140000', '101235.143000', '101235.146000', '101235.149000', '101235.152000', '101235.155000', '101235.157000', '101235.160000', '101235.163000', '101235.166000', '101235.169000', '101235.171000', '101255.053000', '101255.056000', '101255.058000', '101255.061000', '101255.064000', '101255.067000', '101255.070000', '101255.073000', '101255.075000', '101255.078000', '101255.081000', '101255.084000', '101255.087000', '101255.089000', '101255.092000', '101255.095000', '101255.098000', '101255.102000', '101255.105000', '101255.108000', '101255.110000', '101255.113000', '101255.116000', '101255.119000', '101255.122000', '101255.125000', '101255.127000', '101255.130000', '101255.133000', '101255.136000', '101255.138000', '101255.141000', '101255.144000', '101255.147000', '101255.150000', '101255.153000', '101255.155000', '101255.158000', '101255.161000', '101255.164000', '101255.167000', '101255.170000', '101255.172000', '101255.175000', '101315.052000', '101315.055000', '101315.058000', '101315.061000', '101315.063000', '101315.066000', '101315.069000', '101315.072000', '101315.075000', '101315.077000', '101315.080000', '101315.083000', '101315.086000', '101315.089000', '101315.091000', '101315.104000', '101315.107000', '101315.110000', '101315.113000', '101315.116000', '101315.118000', '101315.121000', '101315.124000', '101315.127000', '101315.130000', '101315.132000', '101315.135000', '101315.138000', '101315.141000', '101315.144000', '101315.147000', '101315.149000', '101315.152000', '101315.155000', '101315.158000', '101315.161000', '101315.163000', '101315.166000', '101315.169000', '101315.172000', '101315.175000', '101315.177000', '101315.180000', '101335.052000', '101335.055000', '101335.058000', '101335.061000', '101335.063000', '101335.066000', '101335.069000', '101335.072000', '101335.075000', '101335.077000', '101335.080000', '101335.083000', '101335.086000', '101335.089000', '101335.091000', '101335.094000', '101335.097000', '101335.100000', '101335.103000', '101335.106000', '101335.108000', '101335.111000', '101335.114000', '101335.117000', '101335.120000', '101335.122000', '101335.125000', '101335.128000', '101335.131000', '101335.134000', '101335.137000', '101335.139000', '101335.142000', '101335.145000', '101335.148000', '101335.151000', '101335.153000', '101335.156000', '101335.159000', '101335.162000', '101335.165000', '101335.167000', '101335.170000', '101335.173000', '101355.052000', '101355.055000', '101355.058000', '101355.061000', '101355.063000', '101355.066000', '101355.069000', '101355.072000', '101355.075000', '101355.077000', '101355.080000', '101355.083000', '101355.086000', '101355.089000', '101355.092000', '101355.094000', '101355.099000', '101355.102000', '101355.105000', '101355.108000', '101355.111000', '101355.114000', '101355.116000', '101355.119000', '101355.122000', '101355.125000', '101355.128000', '101355.130000', '101355.133000', '101355.136000', '101355.139000', '101355.142000', '101355.145000', '101355.147000', '101355.150000', '101355.153000', '101355.156000', '101355.159000', '101355.162000', '101355.164000', '101355.167000', '101355.170000', '101355.174000', '101415.052000', '101415.055000', '101415.058000', '101415.060000', '101415.063000', '101415.066000', '101415.069000', '101415.071000', '101415.074000', '101415.077000', '101415.080000', '101415.083000', '101415.085000', '101415.088000', '101415.091000', '101415.094000', '101415.097000', '101415.099000', '101415.102000', '101415.105000', '101415.108000', '101415.110000', '101415.113000', '101415.116000', '101415.119000', '101415.122000', '101415.124000', '101415.127000', '101415.130000', '101415.133000', '101415.136000', '101415.139000', '101415.142000', '101415.145000', '101415.148000', '101415.150000', '101415.153000', '101415.156000', '101415.159000', '101415.162000', '101415.164000', '101415.167000', '101415.170000', '101415.173000', '101435.052000', '101435.055000', '101435.058000', '101435.060000', '101435.063000', '101435.066000', '101435.069000', '101435.072000', '101435.075000', '101435.077000', '101435.080000', '101435.083000', '101435.086000', '101435.089000', '101435.091000', '101435.094000', '101435.097000', '101435.100000', '101435.103000', '101435.105000', '101435.108000', '101435.111000', '101435.114000', '101435.117000', '101435.119000', '101435.122000', '101435.141000', '101435.144000', '101435.147000', '101435.149000', '101435.152000', '101435.155000', '101435.158000', '101435.161000', '101435.163000', '101435.166000', '101435.169000', '101435.172000', '101435.175000', '101435.178000', '101435.180000', '101435.183000', '101435.186000', '101455.052000', '101455.055000', '101455.058000', '101455.060000', '101455.063000', '101455.066000', '101455.069000', '101455.072000', '101455.074000', '101455.077000', '101455.080000', '101455.083000', '101455.086000', '101455.088000', '101455.091000', '101455.094000', '101455.097000', '101455.100000', '101455.102000', '101455.105000', '101455.108000', '101455.111000', '101455.114000', '101455.116000', '101455.119000', '101455.122000', '101455.125000', '101455.128000', '101455.130000', '101455.133000', '101455.136000', '101455.139000', '101455.142000', '101455.144000', '101455.147000', '101455.150000', '101455.153000', '101455.156000', '101455.159000', '101455.161000', '101455.164000', '101455.167000', '101455.170000', '101455.173000', '101515.053000', '101515.056000', '101515.059000', '101515.062000', '101515.064000', '101515.067000', '101515.070000', '101515.073000', '101515.076000', '101515.079000', '101515.081000', '101515.084000', '101515.087000', '101515.090000', '101515.093000', '101515.095000', '101515.098000', '101515.101000', '101515.104000', '101515.107000', '101515.109000', '101515.112000', '101515.115000', '101515.118000', '101515.121000', '101515.124000', '101515.126000', '101515.129000', '101515.132000', '101515.135000', '101515.138000', '101515.140000', '101515.143000', '101515.146000', '101515.149000', '101515.152000', '101515.154000', '101515.157000', '101515.160000', '101515.163000', '101515.166000', '101515.168000', '101515.171000', '101535.052000', '101535.055000', '101535.058000', '101535.061000', '101535.065000', '101535.068000', '101535.071000', '101535.074000', '101535.077000', '101535.080000', '101535.083000', '101535.086000', '101535.088000', '101535.091000', '101535.094000', '101535.097000', '101535.100000', '101535.102000', '101535.105000', '101535.108000', '101535.111000', '101535.113000', '101535.116000', '101535.119000', '101535.122000', '101535.125000', '101535.127000', '101535.130000', '101535.133000', '101535.136000', '101535.139000', '101535.142000', '101535.144000', '101535.147000', '101535.150000', '101535.153000', '101535.156000', '101535.158000', '101535.161000', '101535.164000', '101535.167000', '101535.170000', '101535.173000', '101555.052000', '101555.055000', '101555.058000', '101555.060000', '101555.063000', '101555.066000', '101555.069000', '101555.072000', '101555.075000', '101555.077000', '101555.080000', '101555.083000', '101555.086000', '101555.089000', '101555.091000', '101555.094000', '101555.097000', '101555.100000', '101555.103000', '101555.105000', '101555.108000', '101555.111000', '101555.114000', '101555.117000', '101555.128000', '101555.131000', '101555.134000', '101555.136000', '101555.139000', '101555.142000', '101555.145000', '101555.148000', '101555.150000', '101555.153000', '101555.156000', '101555.159000', '101555.162000', '101555.164000', '101555.167000', '101555.170000', '101555.173000', '101555.176000', '101555.179000', '101555.182000', '101615.052000', '101615.055000', '101615.058000', '101615.061000', '101615.065000', '101615.069000', '101615.072000', '101615.075000', '101615.078000', '101615.081000', '101615.084000', '101615.086000', '101615.089000', '101615.092000', '101615.095000', '101615.098000', '101615.100000', '101615.103000', '101615.106000', '101615.109000', '101615.112000', '101615.114000', '101615.117000', '101615.120000', '101615.123000', '101615.126000', '101615.128000', '101615.131000', '101615.134000', '101615.137000', '101615.140000', '101615.143000', '101615.145000', '101615.148000', '101615.151000', '101615.154000', '101615.157000', '101615.159000', '101615.162000', '101615.165000', '101615.168000', '101615.171000', '101615.173000', '101635.052000', '101635.055000', '101635.058000', '101635.060000', '101635.063000', '101635.066000', '101635.069000', '101635.072000', '101635.074000', '101635.077000', '101635.080000', '101635.083000', '101635.086000', '101635.088000', '101635.091000', '101635.094000', '101635.097000', '101635.100000', '101635.102000', '101635.105000', '101635.108000', '101635.111000', '101635.114000', '101635.116000', '101635.119000', '101635.122000', '101635.125000', '101635.128000', '101635.130000', '101635.133000', '101635.136000', '101635.139000', '101635.142000', '101635.144000', '101635.147000', '101635.150000', '101635.153000', '101635.156000', '101635.158000', '101635.161000', '101635.172000', '101635.175000', '101635.178000', '101635.180000', '101655.052000', '101655.055000', '101655.058000', '101655.061000', '101655.063000', '101655.066000', '101655.069000', '101655.072000', '101655.075000', '101655.077000', '101655.080000', '101655.083000', '101655.086000', '101655.089000', '101655.092000', '101655.094000', '101655.097000', '101655.100000', '101655.104000', '101655.109000', '101655.112000', '101655.115000', '101655.118000', '101655.121000', '101655.124000', '101655.126000', '101655.129000', '101655.132000', '101655.135000', '101655.138000', '101655.140000', '101655.143000', '101655.146000', '101655.149000', '101655.152000', '101655.155000', '101655.158000', '101655.161000', '101655.164000', '101655.166000', '101655.169000', '101655.172000', '101655.175000', '101715.052000', '101715.055000', '101715.058000', '101715.061000', '101715.063000', '101715.066000', '101715.069000', '101715.072000', '101715.075000', '101715.077000', '101715.080000', '101715.083000', '101715.086000', '101715.089000', '101715.091000', '101715.094000', '101715.097000', '101715.100000', '101715.103000', '101715.106000', '101715.117000', '101715.120000', '101715.123000', '101715.126000', '101715.128000', '101715.131000', '101715.134000', '101715.137000', '101715.139000', '101715.142000', '101715.145000', '101715.148000', '101715.151000', '101715.153000', '101715.156000', '101715.159000', '101715.162000', '101715.165000', '101715.168000', '101715.170000', '101715.173000', '101715.176000', '101715.179000', '101715.182000', '101735.053000', '101735.056000', '101735.059000', '101735.062000', '101735.064000', '101735.067000', '101735.070000', '101735.073000', '101735.076000', '101735.079000', '101735.081000', '101735.084000', '101735.087000', '101735.090000', '101735.093000', '101735.095000', '101735.098000', '101735.101000', '101735.104000', '101735.107000', '101735.110000', '101735.113000', '101735.116000', '101735.119000', '101735.121000', '101735.124000', '101735.127000', '101735.130000', '101735.133000', '101735.136000', '101735.139000', '101735.141000', '101735.144000', '101735.147000', '101735.150000', '101735.153000', '101735.155000', '101735.158000', '101735.161000', '101735.164000', '101735.167000', '101735.170000', '101735.172000', '101755.052000', '101755.055000', '101755.058000', '101755.061000', '101755.063000', '101755.066000', '101755.069000', '101755.072000', '101755.075000', '101755.077000', '101755.080000', '101755.083000', '101755.086000', '101755.089000', '101755.091000', '101755.094000', '101755.097000', '101755.100000', '101755.103000', '101755.105000', '101755.108000', '101755.111000', '101755.114000', '101755.117000', '101755.120000', '101755.122000', '101755.125000', '101755.128000', '101755.131000', '101755.134000', '101755.136000', '101755.139000', '101755.142000', '101755.145000', '101755.148000', '101755.151000', '101755.153000', '101755.156000', '101755.159000', '101755.162000', '101755.165000', '101755.168000', '101755.170000', '101755.173000', '101815.052000', '101815.055000', '101815.058000', '101815.061000', '101815.063000', '101815.066000', '101815.069000', '101815.072000', '101815.075000', '101815.077000', '101815.080000', '101815.083000', '101815.086000', '101815.089000', '101815.091000', '101815.094000', '101815.097000', '101815.100000', '101815.102000', '101815.105000', '101815.108000', '101815.111000', '101815.114000', '101815.117000', '101815.119000', '101815.122000', '101815.125000', '101815.128000', '101815.131000', '101815.133000', '101815.136000', '101815.139000', '101815.142000', '101815.145000', '101815.148000', '101815.152000', '101815.157000', '101815.160000', '101815.163000', '101815.166000', '101815.168000', '101815.171000', '101815.174000', '101835.052000', '101835.055000', '101835.069000', '101835.071000', '101835.074000', '101835.077000', '101835.080000', '101835.083000', '101835.085000', '101835.088000', '101835.091000', '101835.094000', '101835.096000', '101835.099000', '101835.102000', '101835.105000', '101835.108000', '101835.110000', '101835.113000', '101835.116000', '101835.119000', '101835.122000', '101835.124000', '101835.127000', '101835.130000', '101835.133000', '101835.136000', '101835.138000', '101835.141000', '101835.144000', '101835.147000', '101835.150000', '101835.153000', '101835.156000', '101835.158000', '101835.161000', '101835.164000', '101835.167000', '101835.170000', '101835.172000', '101835.175000', '101835.178000', '101835.181000', '101835.184000', '101848.320000', '101848.324000', '101848.327000', '101848.330000', '101848.333000', '101848.337000', '101848.340000', '101848.343000', '101848.346000', '101848.351000', '101848.355000', '101848.360000', '101848.363000', '101848.366000', '101848.369000', '101848.372000', '101848.375000', '101848.377000', '101848.380000', '101848.383000', '101848.386000', '101848.389000', '101848.392000', '101848.395000', '101848.398000', '101848.401000', '101848.404000', '101848.407000', '101848.410000'], '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': [21478, 12441, 16110, 12097, 12717, 15529, 12763, 18615, 12412, 13699, 12756, 12648, 19299, 12444, 15559, 12516, 13148, 15476, 12829, 19780, 12524, 13858, 12805, 12734, 19838, 12226, 14469, 12858, 12600, 20327, 12434, 14493, 13163, 12501, 20446, 12225, 14276, 12950, 12547, 19798, 12288, 14491, 12986, 12458, 17921, 12879, 16010, 12257, 12644, 19370, 12883, 17014, 12323, 13033, 22637, 12760, 16913, 12118, 12075, 20593, 12789, 15436, 11852, 11843, 19342, 12241, 14876, 11983, 12421, 20018, 12272, 14802, 12785, 12571, 19124, 12355, 14029, 12640, 12413, 19321, 12328, 14342, 13016, 12419, 19116, 12174, 14125, 13610, 12504, 17058, 11960, 12442, 19990, 12459, 13798, 12493, 12890, 17096, 12231, 11968, 19663, 12307, 14136, 12241, 12477, 19062, 12576, 13481, 13993, 12555, 17356, 12017, 12410, 21165, 12476, 14865, 11586, 12004, 18718, 11929, 12287, 21110, 12381, 14905, 13277, 12431, 18165, 12863, 13212, 15813, 12547, 17579, 11714, 12280, 20443, 12489, 15623, 12822, 12266, 20419, 12592, 13795, 12355, 12475, 20057, 12364, 15169, 13099, 12866, 18837, 12607, 13518, 21126, 12519, 15768, 12112, 11991, 19968, 12610, 13047, 15761, 12391, 16513, 12086, 12130, 20366, 12502, 15116, 12231, 12558, 19165, 12307, 12449, 20884, 11971, 14258, 11897, 12515, 16567, 12236, 12194, 20005, 12571, 12036, 19089, 12290, 13617, 12029, 12366, 16535, 11988, 12269, 20097, 12790, 12322, 20157, 12552, 14908, 11895, 12153, 17104, 12372, 12131, 19697, 12135, 13147, 19722, 12477, 14847, 12162, 12412, 17864, 12088, 11864, 19082, 12495, 11818, 12392, 12660, 16310, 12606, 12300, 19782, 12838, 12691, 19689, 12605, 14151, 12073, 12481, 17040, 12530, 12157, 19794, 12626, 12671, 20503, 12855, 14345, 12164, 12168, 16411, 12835, 12275, 18501, 12740, 12642, 12095, 12271, 18678, 12519, 12549, 20404, 12922, 15147, 11997, 12560, 18255, 12646, 15995, 12965, 12499, 13518, 12839, 18082, 12329, 12288, 22873, 12735, 16407, 12080, 12349, 21611, 12442, 15664, 11932, 13851, 12394, 14548, 12945, 16721, 12729, 16354, 14145, 12607, 19039, 12084, 18242, 24321, 12884, 16090, 11993, 13671, 12961, 15336, 12541, 13653, 15585, 13294, 20928, 12109, 13191, 18994, 13262, 17807, 12661, 13234, 11676, 12942, 20363, 12399, 14821, 12518, 12821, 18234, 12757, 16374, 12493, 13118, 19554, 12711, 16143, 12254, 12827, 21109, 12636, 14718, 18409, 12815, 20281, 12265, 12422, 24010, 12272, 15145, 13307, 12535, 21544, 12565, 13687, 22690, 12888, 16364, 12389, 12560, 19658, 12062, 12970, 21258, 13091, 14729, 12125, 12726, 20405, 11362, 14873, 12339, 13454, 12140, 15660, 12536, 18509, 12478, 12600, 22670, 14879, 14691, 12267, 12500, 21245, 12484, 14707, 11944, 12483, 14853, 13193, 19938, 12832, 14346, 12374, 12712, 17864, 13164, 16563, 12805, 13975, 12944, 13173, 21271, 12806, 15766, 12028, 12588, 16714, 13323, 17672, 12294, 14657, 11946, 13124, 12701, 13221, 20249, 12469, 15015, 13015, 12741, 21790, 13070, 16751, 12787, 13933, 15204, 13236, 19831, 12368, 13869, 12993, 12831, 20370, 12568, 15178, 12534, 12539, 16318, 13228, 17842, 12895, 14133, 11758, 12930, 20544, 13260, 17168, 12601, 13945, 13039, 12946, 20906, 13276, 16204, 12846, 14168, 12972, 12973, 20208, 12842, 15357, 12352, 14009, 13050, 12712, 19970, 13138, 15759, 12012, 12560, 15732, 13123, 16081, 12274, 12657, 13480, 13266, 17236, 13171, 13611, 14790, 12936, 18492, 12377, 13480, 15745, 12980, 18195, 11980, 13340, 11678, 13154, 18794, 12578, 13027, 17792, 12974, 16807, 12404, 12626, 21624, 12736, 15049, 12826, 12812, 19312, 12162, 14111, 16299, 13145, 17210, 12253, 12993, 20372, 12417, 14518, 11681, 12675, 19427, 12547, 15031, 13102, 12752, 19701, 12419, 14017, 18630, 12967, 17849, 12091, 12777, 21415, 12551, 14210, 12328, 12857, 17377, 12474, 12673, 18146, 13017, 15563, 12648, 12583, 20597, 12144, 13335, 15141, 13108, 15252, 11868, 12795, 19189, 11924, 12637, 20419, 12905, 14377, 11852, 12984, 17297, 13159, 12516, 19073, 12619, 14735, 11860, 12658, 18777, 12544, 14016, 12281, 12930, 18781, 12776, 13129, 19955, 13338, 17507, 12587, 13082, 18857, 13215, 18432, 12920, 12598, 20397, 12852, 16289, 12796, 12484, 12341, 12785, 18941, 12078, 14850, 12730, 12749, 20044, 11371, 12565, 13637, 12855, 18051, 13197, 21049, 12647, 20256, 12421, 13898, 23364, 12728, 17706, 12677, 12736, 12143, 12956, 18800, 12593, 13076, 12759, 13108, 18127, 12361, 13876, 13162, 12855, 19394, 12758, 15011, 13140, 12999, 18852, 12759, 14687, 12635, 12842, 14883, 13265, 18907, 12656, 14180, 13242, 12920, 20958, 12697, 15667, 12556, 12885, 21810, 12889, 14654, 11928, 12394, 20819, 12856, 14876, 12673, 12652, 19746, 12948, 15692, 12499, 12734, 12373, 12950, 19082, 12301, 14702, 12517, 12763, 20737, 12961, 15540, 12066, 12732, 20201, 13117, 16049, 13009, 13016, 12202, 12960, 19653, 12286, 14953, 12131, 13182, 15617, 13126, 19662, 12419, 14735, 12463, 12670, 18841, 13257, 17534, 12484, 14225, 12087, 12643, 21989, 12790, 16433, 12328, 13662, 12993, 12853, 20959, 13043, 16348, 12921, 13727, 12952, 12830, 20993, 12862, 16426, 12549, 14386, 12648, 12711, 21014, 12452, 16621, 12848, 13617, 13051, 12750, 22229, 13028, 17167, 12535, 13627, 12953, 12936, 17541, 13104, 17822, 12457, 14536, 12192, 12654, 18505, 12938, 19174, 12489, 15045, 12100, 12503, 19794, 13080, 19121, 12375, 14426, 12464, 12803, 16365, 12957, 19519, 12480, 14417, 12679, 13374, 12743, 12659, 18705, 13072, 17744, 12438, 13855, 12055, 12588, 17166, 12893, 18362, 12441, 14742, 12045, 12615, 14627, 13177, 18023, 12563, 15284, 12955, 13286, 12202, 12512, 15269, 12769, 20720, 12894, 18388, 12738, 16168, 12295, 13444, 12497, 13701, 13098, 13048, 14050, 12977, 22132, 12753, 19504, 12868, 16612, 12644, 15533, 12505, 14925, 12446, 13726, 12603, 15527, 12527, 15627, 12751, 16578, 12728, 17525, 12602, 16263, 12475, 18328, 12281, 19883, 12626, 17249, 12558, 13325, 12741, 11782, 12556, 14493, 14669, 12593, 13033, 12781, 16203, 12967, 16252, 12556, 13687, 12366, 16882, 12740, 18130, 12620, 17640, 12874, 20162, 12497, 16832, 12817, 13940, 12847, 12442, 13569, 13019, 18614, 12604, 19614, 12284, 18963, 12530, 20001, 12702, 13391, 12342, 12763, 15048, 12083, 16878, 12592, 20270, 13503, 18777, 12646, 12529, 14261, 12368, 16283, 12408, 19731, 13196, 20138, 12456, 14551, 12358, 12709, 14936, 12544, 17158, 12328, 19644, 13217, 19913, 12604, 14992, 12785, 12712, 13362, 12203, 15978, 12257, 18083, 12506, 17681, 12572, 19195, 12681, 18543, 12687, 16803, 12368, 16612, 12586, 17194, 12609, 19608, 13244, 17046, 12579, 16191, 12591, 19347, 12617, 15337, 12508, 20018, 12640, 19715, 12475, 15442, 12769, 18908, 12622, 15533, 12637, 19435, 12675, 20120, 13167, 17441, 12844, 14437, 12495, 13523, 11832, 12592, 22762, 12244, 18368, 12942, 15489, 12430, 13232, 12128, 13527, 13320, 12378, 21556, 12547, 16917, 12838, 14651, 12737, 12580, 20909, 12522, 18265, 12166, 14851, 12101, 12390, 20407, 12937, 18077, 11821, 15167, 12609, 12974, 19887, 13001, 17456, 12500, 13879, 12002, 12534, 21003, 11952, 14555, 12474, 12460, 18829, 12290, 14662, 12419, 12409, 20323, 11985, 15296, 12151, 12383, 19104, 12133, 13887, 12504, 12578, 19626, 12662, 15201, 12622, 14528, 12247, 14705, 12078, 14030, 21262, 12671, 16133, 12397, 12553, 20752, 12365, 14815, 14217, 12416, 19989, 12244, 13515, 11982, 12387, 13287, 12861, 17280, 11923, 13866, 12533, 12552, 19307, 12079, 14090, 12151, 12599, 19843, 11836, 13128, 14352, 13128, 19160, 11780, 13028, 11650, 12848, 18061, 12255, 14140, 11989, 12639, 19229, 12407, 15066, 12552, 12877, 20155, 12146, 15498, 12149, 12284, 22127, 12655, 15868, 12014, 12517, 22483, 12501, 15669, 12629, 12692, 21193, 12638, 16564, 12360, 12379, 19993, 12961, 16605, 12608, 12333, 21002, 12354, 14513, 12257, 12840, 18549, 12558, 13744, 12351, 12823, 18232, 12300, 14514, 12559, 12696, 18649, 12355, 13797, 13062, 12760, 18031, 12767, 12548, 17529, 12988, 16196, 12136, 12783, 14850, 12915, 18972, 12149, 12724, 13697, 13035, 18619, 12921, 13244, 18869, 12885, 17133, 12313, 12399, 22085, 12161, 15383, 12374, 12883, 19518, 11861, 14834, 12597, 12383, 20313, 12235, 15185, 11906, 12565, 18032, 12751, 16272, 11911, 12788, 13177, 13049, 19136, 12238, 14379, 12357, 12451, 20904, 11677, 14087, 19343, 12767, 18115, 12997, 12410, 21030, 12405, 14678, 11950, 12298, 18721, 12442, 14299, 11549, 12277, 18121, 12823, 15425, 12190, 12577, 12196, 12535, 18217, 11680, 14342, 12158, 12441, 11512, 12483, 11727, 12613, 12043, 14764, 12642, 15649, 17194, 12601, 22161, 12190, 17944, 12306, 12546, 22299, 12938, 16359, 12455, 13238, 12276, 12488, 19534, 11873, 14154, 11761, 12493, 12463, 12329, 15536, 13081, 17683, 11885, 14189, 12145, 12199, 12239, 12543, 22040, 12329, 15690, 12334, 12222, 16343, 12839, 18181, 11679, 14393, 11941, 12307, 22878, 12323, 15776, 12096, 11806, 12584, 12578, 21129, 11052, 11453, 12070, 11918, 12615, 19566, 13031, 17445, 12188, 12768, 20466, 12638, 20433, 12319, 14876, 12688, 12299, 23311, 13368, 20145, 13279, 16373, 12232, 14037, 12374, 12434, 20389, 12135, 17644, 12639, 13664, 12863, 12600, 20455, 12283, 16112, 12156, 12651, 11733, 12733, 18801, 12472, 14573, 12291, 12174, 12160, 12572, 17717, 13122, 15373, 12047, 13097, 12275, 12699, 18111, 12368, 14924, 11702, 12084, 20136, 12021, 13715, 12285, 12170, 19412, 12025, 13824, 11954, 11954, 19133, 12946, 16519, 12048, 12243, 20408, 12419, 15686, 12794, 12670, 14359, 12710, 18893, 12596, 13376, 12346, 12663, 20071, 11987, 14411, 12029, 12252, 19862, 11901, 13962, 13299, 12477, 18805, 12274, 12535, 20774, 12397, 14938, 11981, 12101, 18928, 12041, 12927, 18326, 12612, 16654, 11684, 11899, 19722, 12029, 13593, 11811, 12480, 17239, 11856, 12590, 21889, 12234, 14742, 12357, 12080, 18957, 11977, 12625, 12412, 12385, 17881, 12051, 13636, 12001, 12298, 19558, 12245], 'WindowCenter': [4874.0, 4798.0, 4813.0, 4781.0, 4780.0, 4797.0, 4778.0, 4814.0, 4766.0, 4776.0, 4775.0, 4776.0, 4815.0, 4776.0, 4796.0, 4777.0, 4777.0, 4797.0, 4776.0, 4816.0, 4767.0, 4785.0, 4776.0, 4776.0, 4815.0, 4766.0, 4785.0, 4776.0, 4777.0, 4825.0, 4776.0, 4786.0, 4776.0, 4776.0, 4826.0, 4766.0, 4787.0, 4778.0, 4778.0, 4827.0, 4778.0, 4799.0, 4777.0, 4779.0, 4817.0, 4788.0, 4808.0, 4776.0, 4790.0, 4828.0, 4788.0, 4809.0, 4777.0, 4789.0, 4840.0, 4779.0, 4808.0, 4765.0, 4766.0, 4826.0, 4777.0, 4793.0, 4765.0, 4767.0, 4816.0, 4766.0, 4796.0, 4765.0, 4766.0, 4815.0, 4766.0, 4786.0, 4765.0, 4776.0, 4815.0, 4766.0, 4786.0, 4773.0, 4776.0, 4815.0, 4775.0, 4786.0, 4775.0, 4777.0, 4815.0, 4766.0, 4788.0, 4786.0, 4776.0, 4805.0, 4766.0, 4777.0, 4817.0, 4777.0, 4787.0, 4765.0, 4777.0, 4807.0, 4765.0, 4767.0, 4825.0, 4776.0, 4797.0, 4778.0, 4779.0, 4827.0, 4776.0, 4789.0, 4797.0, 4779.0, 4819.0, 4778.0, 4791.0, 4840.0, 4779.0, 4800.0, 4767.0, 4779.0, 4818.0, 4768.0, 4778.0, 4828.0, 4776.0, 4797.0, 4776.0, 4779.0, 4816.0, 4776.0, 4788.0, 4798.0, 4778.0, 4818.0, 4768.0, 4780.0, 4830.0, 4778.0, 4808.0, 4789.0, 4780.0, 4828.0, 4780.0, 4790.0, 4777.0, 4780.0, 4830.0, 4778.0, 4800.0, 4776.0, 4778.0, 4817.0, 4776.0, 4779.0, 4826.0, 4777.0, 4796.0, 4766.0, 4767.0, 4825.0, 4766.0, 4777.0, 4794.0, 4776.0, 4807.0, 4767.0, 4778.0, 4826.0, 4778.0, 4798.0, 4767.0, 4777.0, 4817.0, 4767.0, 4778.0, 4827.0, 4765.0, 4786.0, 4762.0, 4777.0, 4806.0, 4765.0, 4768.0, 4826.0, 4766.0, 4768.0, 4815.0, 4767.0, 4788.0, 4777.0, 4779.0, 4809.0, 4766.0, 4779.0, 4827.0, 4778.0, 4777.0, 4827.0, 4778.0, 4798.0, 4767.0, 4777.0, 4807.0, 4765.0, 4767.0, 4827.0, 4767.0, 4776.0, 4816.0, 4765.0, 4797.0, 4766.0, 4767.0, 4805.0, 4763.0, 4777.0, 4817.0, 4789.0, 4777.0, 4775.0, 4790.0, 4808.0, 4777.0, 4781.0, 4828.0, 4789.0, 4792.0, 4827.0, 4779.0, 4800.0, 4778.0, 4789.0, 4821.0, 4776.0, 4780.0, 4831.0, 4777.0, 4791.0, 4841.0, 4788.0, 4801.0, 4779.0, 4779.0, 4809.0, 4791.0, 4806.0, 4830.0, 4791.0, 4803.0, 4793.0, 4794.0, 4833.0, 4793.0, 4794.0, 4842.0, 4794.0, 4839.0, 4796.0, 4793.0, 4830.0, 4791.0, 4810.0, 4790.0, 4792.0, 4792.0, 4793.0, 4831.0, 4791.0, 4783.0, 4851.0, 4790.0, 4810.0, 4780.0, 4791.0, 4840.0, 4779.0, 4795.0, 4768.0, 4786.0, 4781.0, 4801.0, 4804.0, 4835.0, 4806.0, 4837.0, 4816.0, 4796.0, 4847.0, 4794.0, 4851.0, 4868.0, 4792.0, 4799.0, 4780.0, 4790.0, 4790.0, 4811.0, 4793.0, 4816.0, 4812.0, 4804.0, 4845.0, 4781.0, 4793.0, 4830.0, 4792.0, 4821.0, 4791.0, 4792.0, 4780.0, 4793.0, 4842.0, 4796.0, 4815.0, 4794.0, 4806.0, 4847.0, 4809.0, 4837.0, 4807.0, 4819.0, 4858.0, 4820.0, 4838.0, 4807.0, 4819.0, 4870.0, 4810.0, 4830.0, 4846.0, 4808.0, 4857.0, 4798.0, 4798.0, 4868.0, 4795.0, 4816.0, 4791.0, 4796.0, 4854.0, 4792.0, 4802.0, 4842.0, 4791.0, 4810.0, 4780.0, 4780.0, 4830.0, 4778.0, 4790.0, 4840.0, 4790.0, 4799.0, 4779.0, 4790.0, 4831.0, 4784.0, 4801.0, 4793.0, 4791.0, 4782.0, 4811.0, 4783.0, 4821.0, 4768.0, 4780.0, 4832.0, 4788.0, 4788.0, 4755.0, 4767.0, 4828.0, 4764.0, 4775.0, 4754.0, 4765.0, 4774.0, 4776.0, 4816.0, 4767.0, 4775.0, 4765.0, 4766.0, 4805.0, 4777.0, 4795.0, 4766.0, 4785.0, 4767.0, 4778.0, 4829.0, 4778.0, 4798.0, 4766.0, 4779.0, 4806.0, 4780.0, 4808.0, 4769.0, 4797.0, 4771.0, 4791.0, 4780.0, 4790.0, 4831.0, 4779.0, 4798.0, 4790.0, 4779.0, 4839.0, 4779.0, 4809.0, 4777.0, 4790.0, 4787.0, 4779.0, 4830.0, 4767.0, 4788.0, 4775.0, 4777.0, 4827.0, 4767.0, 4798.0, 4766.0, 4778.0, 4795.0, 4778.0, 4819.0, 4779.0, 4787.0, 4766.0, 4778.0, 4828.0, 4780.0, 4808.0, 4778.0, 4787.0, 4776.0, 4777.0, 4828.0, 4776.0, 4796.0, 4777.0, 4786.0, 4775.0, 4777.0, 4816.0, 4776.0, 4795.0, 4767.0, 4786.0, 4776.0, 4777.0, 4816.0, 4777.0, 4796.0, 4764.0, 4777.0, 4796.0, 4775.0, 4796.0, 4777.0, 4777.0, 4787.0, 4778.0, 4807.0, 4789.0, 4791.0, 4798.0, 4778.0, 4819.0, 4779.0, 4791.0, 4799.0, 4780.0, 4817.0, 4767.0, 4789.0, 4767.0, 4790.0, 4830.0, 4780.0, 4790.0, 4818.0, 4789.0, 4810.0, 4778.0, 4779.0, 4838.0, 4777.0, 4798.0, 4778.0, 4778.0, 4818.0, 4767.0, 4800.0, 4806.0, 4789.0, 4809.0, 4768.0, 4790.0, 4828.0, 4778.0, 4800.0, 4767.0, 4779.0, 4829.0, 4779.0, 4798.0, 4789.0, 4779.0, 4829.0, 4780.0, 4800.0, 4819.0, 4790.0, 4818.0, 4766.0, 4778.0, 4828.0, 4767.0, 4787.0, 4766.0, 4767.0, 4806.0, 4767.0, 4776.0, 4806.0, 4777.0, 4796.0, 4775.0, 4778.0, 4829.0, 4767.0, 4778.0, 4784.0, 4777.0, 4797.0, 4767.0, 4778.0, 4817.0, 4763.0, 4778.0, 4828.0, 4776.0, 4786.0, 4756.0, 4776.0, 4805.0, 4779.0, 4776.0, 4818.0, 4777.0, 4788.0, 4766.0, 4779.0, 4819.0, 4778.0, 4790.0, 4777.0, 4779.0, 4818.0, 4778.0, 4780.0, 4828.0, 4789.0, 4816.0, 4778.0, 4790.0, 4820.0, 4791.0, 4820.0, 4779.0, 4781.0, 4830.0, 4779.0, 4809.0, 4780.0, 4781.0, 4778.0, 4790.0, 4820.0, 4779.0, 4801.0, 4781.0, 4793.0, 4844.0, 4783.0, 4796.0, 4791.0, 4791.0, 4816.0, 4779.0, 4841.0, 4781.0, 4831.0, 4778.0, 4790.0, 4840.0, 4766.0, 4795.0, 4765.0, 4762.0, 4751.0, 4762.0, 4802.0, 4765.0, 4764.0, 4762.0, 4774.0, 4802.0, 4766.0, 4775.0, 4773.0, 4777.0, 4813.0, 4776.0, 4788.0, 4773.0, 4777.0, 4817.0, 4778.0, 4785.0, 4778.0, 4781.0, 4798.0, 4778.0, 4818.0, 4779.0, 4790.0, 4778.0, 4781.0, 4827.0, 4779.0, 4799.0, 4767.0, 4778.0, 4829.0, 4767.0, 4786.0, 4756.0, 4766.0, 4816.0, 4765.0, 4786.0, 4764.0, 4774.0, 4814.0, 4767.0, 4784.0, 4765.0, 4777.0, 4765.0, 4778.0, 4817.0, 4768.0, 4786.0, 4766.0, 4778.0, 4827.0, 4777.0, 4797.0, 4766.0, 4779.0, 4817.0, 4778.0, 4797.0, 4776.0, 4778.0, 4766.0, 4778.0, 4816.0, 4768.0, 4797.0, 4767.0, 4779.0, 4797.0, 4778.0, 4817.0, 4766.0, 4786.0, 4766.0, 4778.0, 4815.0, 4776.0, 4807.0, 4766.0, 4786.0, 4765.0, 4780.0, 4827.0, 4776.0, 4795.0, 4767.0, 4776.0, 4776.0, 4777.0, 4826.0, 4776.0, 4796.0, 4778.0, 4786.0, 4764.0, 4775.0, 4825.0, 4777.0, 4796.0, 4766.0, 4785.0, 4766.0, 4777.0, 4827.0, 4767.0, 4808.0, 4777.0, 4776.0, 4776.0, 4778.0, 4827.0, 4778.0, 4805.0, 4776.0, 4787.0, 4777.0, 4778.0, 4806.0, 4778.0, 4806.0, 4779.0, 4787.0, 4766.0, 4776.0, 4818.0, 4777.0, 4816.0, 4766.0, 4785.0, 4765.0, 4777.0, 4815.0, 4777.0, 4804.0, 4766.0, 4774.0, 4765.0, 4775.0, 4794.0, 4765.0, 4814.0, 4764.0, 4785.0, 4776.0, 4787.0, 4777.0, 4778.0, 4817.0, 4788.0, 4817.0, 4777.0, 4786.0, 4765.0, 4777.0, 4806.0, 4778.0, 4818.0, 4778.0, 4797.0, 4767.0, 4778.0, 4787.0, 4775.0, 4818.0, 4779.0, 4798.0, 4776.0, 4788.0, 4777.0, 4777.0, 4799.0, 4779.0, 4829.0, 4777.0, 4817.0, 4777.0, 4807.0, 4768.0, 4777.0, 4776.0, 4788.0, 4786.0, 4779.0, 4788.0, 4788.0, 4835.0, 4780.0, 4827.0, 4777.0, 4806.0, 4778.0, 4798.0, 4780.0, 4797.0, 4778.0, 4798.0, 4789.0, 4809.0, 4790.0, 4810.0, 4791.0, 4822.0, 4793.0, 4821.0, 4778.0, 4810.0, 4793.0, 4819.0, 4781.0, 4828.0, 4779.0, 4820.0, 4780.0, 4788.0, 4778.0, 4769.0, 4780.0, 4788.0, 4800.0, 4766.0, 4778.0, 4777.0, 4807.0, 4776.0, 4797.0, 4765.0, 4776.0, 4766.0, 4805.0, 4766.0, 4807.0, 4767.0, 4806.0, 4778.0, 4827.0, 4778.0, 4807.0, 4779.0, 4787.0, 4778.0, 4779.0, 4788.0, 4790.0, 4819.0, 4781.0, 4828.0, 4777.0, 4828.0, 4781.0, 4828.0, 4778.0, 4776.0, 4779.0, 4776.0, 4798.0, 4765.0, 4805.0, 4778.0, 4816.0, 4776.0, 4805.0, 4775.0, 4766.0, 4787.0, 4765.0, 4795.0, 4767.0, 4816.0, 4776.0, 4816.0, 4765.0, 4786.0, 4766.0, 4777.0, 4798.0, 4767.0, 4806.0, 4779.0, 4816.0, 4788.0, 4817.0, 4778.0, 4797.0, 4778.0, 4777.0, 4777.0, 4766.0, 4797.0, 4768.0, 4816.0, 4767.0, 4805.0, 4779.0, 4816.0, 4778.0, 4805.0, 4778.0, 4805.0, 4777.0, 4805.0, 4777.0, 4806.0, 4779.0, 4826.0, 4789.0, 4808.0, 4767.0, 4806.0, 4779.0, 4818.0, 4779.0, 4795.0, 4768.0, 4827.0, 4776.0, 4817.0, 4765.0, 4784.0, 4777.0, 4814.0, 4778.0, 4797.0, 4777.0, 4827.0, 4780.0, 4828.0, 4778.0, 4806.0, 4765.0, 4786.0, 4765.0, 4775.0, 4754.0, 4765.0, 4824.0, 4764.0, 4803.0, 4765.0, 4781.0, 4764.0, 4774.0, 4766.0, 4789.0, 4777.0, 4779.0, 4828.0, 4778.0, 4805.0, 4778.0, 4788.0, 4767.0, 4768.0, 4817.0, 4766.0, 4805.0, 4767.0, 4786.0, 4766.0, 4767.0, 4816.0, 4777.0, 4804.0, 4765.0, 4786.0, 4766.0, 4778.0, 4816.0, 4775.0, 4803.0, 4765.0, 4776.0, 4755.0, 4764.0, 4814.0, 4754.0, 4773.0, 4763.0, 4764.0, 4804.0, 4763.0, 4784.0, 4763.0, 4766.0, 4816.0, 4753.0, 4784.0, 4752.0, 4766.0, 4803.0, 4754.0, 4773.0, 4764.0, 4788.0, 4828.0, 4787.0, 4798.0, 4779.0, 4797.0, 4781.0, 4800.0, 4782.0, 4803.0, 4840.0, 4781.0, 4811.0, 4767.0, 4769.0, 4818.0, 4766.0, 4787.0, 4774.0, 4754.0, 4803.0, 4754.0, 4761.0, 4755.0, 4764.0, 4775.0, 4778.0, 4807.0, 4766.0, 4790.0, 4775.0, 4780.0, 4816.0, 4769.0, 4785.0, 4768.0, 4780.0, 4830.0, 4769.0, 4779.0, 4785.0, 4779.0, 4818.0, 4768.0, 4778.0, 4755.0, 4777.0, 4807.0, 4768.0, 4788.0, 4768.0, 4778.0, 4817.0, 4780.0, 4797.0, 4768.0, 4779.0, 4817.0, 4768.0, 4798.0, 4766.0, 4767.0, 4826.0, 4765.0, 4795.0, 4756.0, 4767.0, 4826.0, 4764.0, 4785.0, 4765.0, 4765.0, 4814.0, 4765.0, 4784.0, 4753.0, 4755.0, 4803.0, 4765.0, 4793.0, 4753.0, 4764.0, 4813.0, 4763.0, 4773.0, 4753.0, 4765.0, 4802.0, 4765.0, 4774.0, 4764.0, 4767.0, 4802.0, 4765.0, 4787.0, 4764.0, 4767.0, 4804.0, 4766.0, 4778.0, 4764.0, 4767.0, 4806.0, 4766.0, 4767.0, 4806.0, 4777.0, 4797.0, 4767.0, 4778.0, 4788.0, 4777.0, 4817.0, 4769.0, 4778.0, 4777.0, 4779.0, 4817.0, 4777.0, 4777.0, 4807.0, 4778.0, 4806.0, 4767.0, 4768.0, 4826.0, 4767.0, 4788.0, 4766.0, 4766.0, 4816.0, 4754.0, 4788.0, 4766.0, 4768.0, 4817.0, 4767.0, 4787.0, 4757.0, 4767.0, 4806.0, 4767.0, 4797.0, 4757.0, 4768.0, 4766.0, 4776.0, 4816.0, 4769.0, 4789.0, 4766.0, 4766.0, 4827.0, 4757.0, 4788.0, 4805.0, 4765.0, 4806.0, 4765.0, 4766.0, 4816.0, 4766.0, 4775.0, 4755.0, 4766.0, 4805.0, 4763.0, 4774.0, 4755.0, 4767.0, 4806.0, 4777.0, 4796.0, 4768.0, 4767.0, 4766.0, 4769.0, 4819.0, 4767.0, 4787.0, 4780.0, 4792.0, 4772.0, 4792.0, 4780.0, 4780.0, 4780.0, 4814.0, 4793.0, 4813.0, 4809.0, 4768.0, 4829.0, 4758.0, 4809.0, 4754.0, 4756.0, 4814.0, 4754.0, 4781.0, 4764.0, 4764.0, 4753.0, 4753.0, 4803.0, 4753.0, 4771.0, 4753.0, 4753.0, 4752.0, 4764.0, 4783.0, 4777.0, 4807.0, 4766.0, 4787.0, 4766.0, 4768.0, 4766.0, 4769.0, 4828.0, 4768.0, 4797.0, 4767.0, 4769.0, 4797.0, 4779.0, 4808.0, 4756.0, 4786.0, 4754.0, 4757.0, 4826.0, 4756.0, 4785.0, 4753.0, 4755.0, 4764.0, 4768.0, 4830.0, 4757.0, 4755.0, 4767.0, 4767.0, 4793.0, 4841.0, 4804.0, 4819.0, 4778.0, 4781.0, 4827.0, 4780.0, 4830.0, 4768.0, 4774.0, 4749.0, 4740.0, 4811.0, 4750.0, 4788.0, 4749.0, 4769.0, 4737.0, 4747.0, 4736.0, 4737.0, 4784.0, 4726.0, 4763.0, 4733.0, 4745.0, 4736.0, 4737.0, 4787.0, 4737.0, 4766.0, 4738.0, 4748.0, 4737.0, 4749.0, 4788.0, 4750.0, 4768.0, 4751.0, 4751.0, 4752.0, 4766.0, 4804.0, 4776.0, 4797.0, 4778.0, 4790.0, 4777.0, 4790.0, 4817.0, 4782.0, 4800.0, 4769.0, 4781.0, 4830.0, 4781.0, 4803.0, 4782.0, 4784.0, 4829.0, 4780.0, 4790.0, 4781.0, 4794.0, 4842.0, 4793.0, 4823.0, 4780.0, 4794.0, 4844.0, 4794.0, 4810.0, 4791.0, 4791.0, 4799.0, 4793.0, 4831.0, 4781.0, 4791.0, 4778.0, 4779.0, 4830.0, 4770.0, 4790.0, 4767.0, 4780.0, 4829.0, 4770.0, 4791.0, 4789.0, 4777.0, 4819.0, 4767.0, 4779.0, 4830.0, 4777.0, 4799.0, 4768.0, 4777.0, 4818.0, 4769.0, 4780.0, 4818.0, 4779.0, 4806.0, 4767.0, 4768.0, 4817.0, 4767.0, 4778.0, 4766.0, 4776.0, 4808.0, 4766.0, 4776.0, 4825.0, 4767.0, 4796.0, 4767.0, 4768.0, 4815.0, 4764.0, 4765.0, 4774.0, 4777.0, 4817.0, 4778.0, 4789.0, 4767.0, 4779.0, 4829.0, 4779.0], 'WindowWidth': [10585.0, 10462.0, 10473.0, 10423.0, 10422.0, 10439.0, 10412.0, 10462.0, 10392.0, 10409.0, 10402.0, 10407.0, 10461.0, 10408.0, 10434.0, 10409.0, 10412.0, 10438.0, 10407.0, 10466.0, 10396.0, 10420.0, 10404.0, 10408.0, 10465.0, 10394.0, 10421.0, 10405.0, 10409.0, 10478.0, 10406.0, 10423.0, 10404.0, 10409.0, 10482.0, 10394.0, 10425.0, 10409.0, 10414.0, 10483.0, 10413.0, 10444.0, 10410.0, 10417.0, 10469.0, 10428.0, 10457.0, 10410.0, 10435.0, 10488.0, 10429.0, 10460.0, 10411.0, 10431.0, 10516.0, 10415.0, 10458.0, 10390.0, 10395.0, 10486.0, 10409.0, 10432.0, 10390.0, 10397.0, 10466.0, 10394.0, 10437.0, 10390.0, 10394.0, 10465.0, 10394.0, 10423.0, 10388.0, 10406.0, 10464.0, 10395.0, 10421.0, 10398.0, 10407.0, 10463.0, 10405.0, 10423.0, 10404.0, 10410.0, 10463.0, 10395.0, 10428.0, 10421.0, 10407.0, 10448.0, 10391.0, 10410.0, 10471.0, 10408.0, 10425.0, 10391.0, 10410.0, 10453.0, 10391.0, 10397.0, 10478.0, 10410.0, 10441.0, 10411.0, 10416.0, 10483.0, 10411.0, 10434.0, 10440.0, 10418.0, 10475.0, 10413.0, 10437.0, 10508.0, 10418.0, 10448.0, 10395.0, 10415.0, 10472.0, 10396.0, 10414.0, 10491.0, 10409.0, 10442.0, 10407.0, 10414.0, 10466.0, 10409.0, 10429.0, 10442.0, 10413.0, 10470.0, 10399.0, 10421.0, 10492.0, 10415.0, 10458.0, 10427.0, 10420.0, 10488.0, 10419.0, 10432.0, 10409.0, 10417.0, 10491.0, 10415.0, 10448.0, 10408.0, 10412.0, 10471.0, 10409.0, 10415.0, 10485.0, 10411.0, 10437.0, 10391.0, 10395.0, 10481.0, 10393.0, 10412.0, 10431.0, 10408.0, 10454.0, 10395.0, 10413.0, 10481.0, 10413.0, 10442.0, 10396.0, 10410.0, 10469.0, 10396.0, 10415.0, 10487.0, 10394.0, 10423.0, 10385.0, 10410.0, 10450.0, 10391.0, 10399.0, 10480.0, 10394.0, 10401.0, 10464.0, 10397.0, 10427.0, 10409.0, 10416.0, 10458.0, 10395.0, 10416.0, 10484.0, 10412.0, 10412.0, 10485.0, 10413.0, 10442.0, 10396.0, 10409.0, 10453.0, 10389.0, 10396.0, 10483.0, 10396.0, 10409.0, 10468.0, 10391.0, 10439.0, 10390.0, 10396.0, 10449.0, 10388.0, 10411.0, 10469.0, 10432.0, 10413.0, 10406.0, 10431.0, 10458.0, 10411.0, 10423.0, 10487.0, 10430.0, 10438.0, 10488.0, 10418.0, 10448.0, 10413.0, 10431.0, 10480.0, 10412.0, 10421.0, 10498.0, 10413.0, 10437.0, 10512.0, 10429.0, 10452.0, 10415.0, 10418.0, 10461.0, 10434.0, 10467.0, 10492.0, 10437.0, 10458.0, 10440.0, 10446.0, 10499.0, 10441.0, 10446.0, 10515.0, 10445.0, 10519.0, 10453.0, 10443.0, 10494.0, 10436.0, 10461.0, 10433.0, 10439.0, 10437.0, 10439.0, 10496.0, 10437.0, 10427.0, 10529.0, 10433.0, 10464.0, 10419.0, 10438.0, 10510.0, 10413.0, 10432.0, 10397.0, 10420.0, 10421.0, 10450.0, 10461.0, 10502.0, 10466.0, 10513.0, 10476.0, 10450.0, 10529.0, 10444.0, 10539.0, 10572.0, 10437.0, 10444.0, 10419.0, 10431.0, 10433.0, 10464.0, 10440.0, 10479.0, 10468.0, 10456.0, 10520.0, 10421.0, 10441.0, 10488.0, 10437.0, 10476.0, 10434.0, 10438.0, 10418.0, 10440.0, 10511.0, 10448.0, 10476.0, 10444.0, 10466.0, 10523.0, 10471.0, 10509.0, 10467.0, 10487.0, 10546.0, 10490.0, 10514.0, 10468.0, 10488.0, 10569.0, 10477.0, 10505.0, 10519.0, 10469.0, 10544.0, 10454.0, 10455.0, 10566.0, 10446.0, 10479.0, 10437.0, 10450.0, 10537.0, 10437.0, 10454.0, 10518.0, 10435.0, 10466.0, 10415.0, 10418.0, 10491.0, 10413.0, 10432.0, 10510.0, 10431.0, 10445.0, 10413.0, 10433.0, 10495.0, 10427.0, 10449.0, 10438.0, 10433.0, 10424.0, 10461.0, 10425.0, 10480.0, 10394.0, 10416.0, 10505.0, 10424.0, 10424.0, 10371.0, 10393.0, 10484.0, 10386.0, 10400.0, 10368.0, 10387.0, 10397.0, 10404.0, 10460.0, 10393.0, 10402.0, 10384.0, 10392.0, 10445.0, 10406.0, 10430.0, 10390.0, 10417.0, 10391.0, 10411.0, 10488.0, 10412.0, 10438.0, 10390.0, 10413.0, 10450.0, 10414.0, 10453.0, 10400.0, 10437.0, 10404.0, 10435.0, 10419.0, 10431.0, 10494.0, 10416.0, 10443.0, 10429.0, 10416.0, 10507.0, 10413.0, 10457.0, 10410.0, 10432.0, 10421.0, 10412.0, 10490.0, 10396.0, 10425.0, 10400.0, 10408.0, 10484.0, 10396.0, 10438.0, 10391.0, 10412.0, 10433.0, 10411.0, 10470.0, 10414.0, 10424.0, 10393.0, 10412.0, 10486.0, 10416.0, 10454.0, 10411.0, 10424.0, 10404.0, 10410.0, 10486.0, 10406.0, 10434.0, 10408.0, 10420.0, 10402.0, 10408.0, 10467.0, 10404.0, 10431.0, 10393.0, 10421.0, 10403.0, 10408.0, 10464.0, 10409.0, 10435.0, 10388.0, 10409.0, 10434.0, 10404.0, 10436.0, 10408.0, 10411.0, 10422.0, 10412.0, 10451.0, 10428.0, 10435.0, 10441.0, 10413.0, 10471.0, 10414.0, 10434.0, 10442.0, 10416.0, 10467.0, 10396.0, 10427.0, 10395.0, 10430.0, 10488.0, 10416.0, 10431.0, 10470.0, 10428.0, 10460.0, 10412.0, 10417.0, 10502.0, 10410.0, 10442.0, 10408.0, 10413.0, 10470.0, 10397.0, 10446.0, 10449.0, 10427.0, 10456.0, 10396.0, 10431.0, 10486.0, 10414.0, 10444.0, 10395.0, 10417.0, 10488.0, 10416.0, 10443.0, 10427.0, 10416.0, 10487.0, 10416.0, 10447.0, 10471.0, 10429.0, 10470.0, 10391.0, 10411.0, 10493.0, 10395.0, 10425.0, 10389.0, 10392.0, 10448.0, 10394.0, 10407.0, 10448.0, 10407.0, 10434.0, 10403.0, 10412.0, 10488.0, 10395.0, 10411.0, 10415.0, 10408.0, 10437.0, 10393.0, 10411.0, 10466.0, 10387.0, 10412.0, 10485.0, 10407.0, 10421.0, 10376.0, 10406.0, 10446.0, 10414.0, 10409.0, 10469.0, 10409.0, 10424.0, 10390.0, 10414.0, 10471.0, 10413.0, 10432.0, 10408.0, 10415.0, 10471.0, 10414.0, 10418.0, 10484.0, 10427.0, 10465.0, 10412.0, 10433.0, 10476.0, 10433.0, 10475.0, 10413.0, 10421.0, 10493.0, 10417.0, 10459.0, 10417.0, 10420.0, 10413.0, 10432.0, 10476.0, 10418.0, 10451.0, 10420.0, 10439.0, 10520.0, 10429.0, 10446.0, 10435.0, 10433.0, 10465.0, 10412.0, 10509.0, 10420.0, 10495.0, 10410.0, 10430.0, 10510.0, 10390.0, 10435.0, 10384.0, 10380.0, 10362.0, 10379.0, 10437.0, 10386.0, 10386.0, 10378.0, 10398.0, 10437.0, 10390.0, 10404.0, 10395.0, 10407.0, 10456.0, 10403.0, 10424.0, 10397.0, 10408.0, 10463.0, 10410.0, 10419.0, 10410.0, 10420.0, 10440.0, 10411.0, 10468.0, 10414.0, 10431.0, 10410.0, 10418.0, 10487.0, 10413.0, 10441.0, 10392.0, 10410.0, 10489.0, 10392.0, 10419.0, 10375.0, 10392.0, 10466.0, 10388.0, 10417.0, 10383.0, 10403.0, 10460.0, 10393.0, 10415.0, 10388.0, 10407.0, 10389.0, 10409.0, 10465.0, 10396.0, 10419.0, 10390.0, 10410.0, 10482.0, 10407.0, 10436.0, 10390.0, 10412.0, 10466.0, 10409.0, 10434.0, 10404.0, 10412.0, 10392.0, 10410.0, 10466.0, 10395.0, 10437.0, 10394.0, 10415.0, 10436.0, 10408.0, 10468.0, 10393.0, 10420.0, 10391.0, 10411.0, 10462.0, 10407.0, 10450.0, 10394.0, 10421.0, 10389.0, 10416.0, 10487.0, 10408.0, 10432.0, 10394.0, 10405.0, 10405.0, 10410.0, 10483.0, 10407.0, 10435.0, 10410.0, 10422.0, 10387.0, 10404.0, 10480.0, 10408.0, 10435.0, 10394.0, 10419.0, 10391.0, 10408.0, 10483.0, 10395.0, 10452.0, 10407.0, 10406.0, 10404.0, 10409.0, 10487.0, 10410.0, 10446.0, 10407.0, 10425.0, 10407.0, 10412.0, 10450.0, 10410.0, 10449.0, 10413.0, 10425.0, 10393.0, 10409.0, 10468.0, 10411.0, 10466.0, 10393.0, 10418.0, 10387.0, 10409.0, 10465.0, 10409.0, 10446.0, 10391.0, 10400.0, 10389.0, 10406.0, 10429.0, 10388.0, 10459.0, 10388.0, 10418.0, 10407.0, 10424.0, 10408.0, 10411.0, 10466.0, 10425.0, 10467.0, 10411.0, 10421.0, 10390.0, 10411.0, 10450.0, 10413.0, 10467.0, 10411.0, 10439.0, 10395.0, 10412.0, 10422.0, 10407.0, 10470.0, 10416.0, 10440.0, 10407.0, 10425.0, 10409.0, 10412.0, 10443.0, 10415.0, 10488.0, 10410.0, 10467.0, 10410.0, 10450.0, 10398.0, 10409.0, 10408.0, 10427.0, 10423.0, 10414.0, 10425.0, 10426.0, 10499.0, 10417.0, 10481.0, 10411.0, 10449.0, 10414.0, 10440.0, 10419.0, 10437.0, 10415.0, 10441.0, 10433.0, 10458.0, 10434.0, 10459.0, 10438.0, 10479.0, 10439.0, 10478.0, 10415.0, 10459.0, 10440.0, 10475.0, 10422.0, 10486.0, 10415.0, 10475.0, 10419.0, 10428.0, 10413.0, 10400.0, 10417.0, 10425.0, 10445.0, 10393.0, 10410.0, 10409.0, 10453.0, 10406.0, 10437.0, 10388.0, 10405.0, 10392.0, 10447.0, 10391.0, 10451.0, 10394.0, 10450.0, 10414.0, 10482.0, 10414.0, 10451.0, 10415.0, 10425.0, 10415.0, 10411.0, 10423.0, 10428.0, 10472.0, 10419.0, 10487.0, 10411.0, 10486.0, 10420.0, 10488.0, 10413.0, 10408.0, 10413.0, 10406.0, 10437.0, 10388.0, 10446.0, 10413.0, 10468.0, 10408.0, 10447.0, 10404.0, 10392.0, 10422.0, 10388.0, 10429.0, 10394.0, 10464.0, 10408.0, 10464.0, 10391.0, 10420.0, 10393.0, 10407.0, 10440.0, 10392.0, 10447.0, 10414.0, 10465.0, 10427.0, 10468.0, 10412.0, 10437.0, 10413.0, 10407.0, 10407.0, 10392.0, 10437.0, 10395.0, 10465.0, 10394.0, 10447.0, 10413.0, 10465.0, 10411.0, 10445.0, 10411.0, 10446.0, 10411.0, 10447.0, 10409.0, 10447.0, 10417.0, 10479.0, 10431.0, 10452.0, 10394.0, 10448.0, 10412.0, 10469.0, 10413.0, 10431.0, 10395.0, 10480.0, 10406.0, 10466.0, 10391.0, 10417.0, 10407.0, 10461.0, 10412.0, 10436.0, 10411.0, 10480.0, 10416.0, 10483.0, 10412.0, 10449.0, 10390.0, 10420.0, 10387.0, 10404.0, 10371.0, 10388.0, 10475.0, 10387.0, 10441.0, 10389.0, 10407.0, 10387.0, 10400.0, 10390.0, 10427.0, 10408.0, 10412.0, 10487.0, 10409.0, 10444.0, 10409.0, 10423.0, 10391.0, 10396.0, 10469.0, 10392.0, 10448.0, 10394.0, 10419.0, 10387.0, 10394.0, 10465.0, 10408.0, 10444.0, 10390.0, 10418.0, 10390.0, 10410.0, 10465.0, 10403.0, 10441.0, 10387.0, 10406.0, 10372.0, 10385.0, 10463.0, 10369.0, 10397.0, 10382.0, 10384.0, 10443.0, 10384.0, 10414.0, 10382.0, 10390.0, 10465.0, 10372.0, 10413.0, 10365.0, 10390.0, 10442.0, 10372.0, 10398.0, 10381.0, 10429.0, 10484.0, 10426.0, 10440.0, 10416.0, 10437.0, 10421.0, 10443.0, 10424.0, 10455.0, 10510.0, 10418.0, 10462.0, 10393.0, 10399.0, 10473.0, 10390.0, 10423.0, 10396.0, 10369.0, 10443.0, 10367.0, 10376.0, 10372.0, 10386.0, 10403.0, 10411.0, 10450.0, 10394.0, 10431.0, 10405.0, 10416.0, 10465.0, 10400.0, 10420.0, 10396.0, 10414.0, 10489.0, 10399.0, 10413.0, 10416.0, 10412.0, 10467.0, 10396.0, 10410.0, 10374.0, 10408.0, 10451.0, 10397.0, 10424.0, 10394.0, 10410.0, 10466.0, 10415.0, 10439.0, 10394.0, 10412.0, 10467.0, 10396.0, 10437.0, 10389.0, 10394.0, 10481.0, 10389.0, 10431.0, 10374.0, 10393.0, 10480.0, 10385.0, 10413.0, 10384.0, 10387.0, 10458.0, 10384.0, 10413.0, 10365.0, 10371.0, 10440.0, 10384.0, 10424.0, 10367.0, 10383.0, 10455.0, 10382.0, 10395.0, 10365.0, 10384.0, 10433.0, 10386.0, 10399.0, 10383.0, 10391.0, 10437.0, 10387.0, 10418.0, 10384.0, 10392.0, 10444.0, 10390.0, 10408.0, 10386.0, 10392.0, 10445.0, 10389.0, 10393.0, 10447.0, 10406.0, 10433.0, 10394.0, 10410.0, 10423.0, 10407.0, 10463.0, 10397.0, 10409.0, 10406.0, 10410.0, 10465.0, 10405.0, 10409.0, 10449.0, 10408.0, 10447.0, 10390.0, 10394.0, 10479.0, 10393.0, 10422.0, 10388.0, 10389.0, 10460.0, 10373.0, 10422.0, 10389.0, 10394.0, 10464.0, 10392.0, 10421.0, 10377.0, 10393.0, 10447.0, 10392.0, 10434.0, 10379.0, 10395.0, 10390.0, 10405.0, 10461.0, 10398.0, 10425.0, 10390.0, 10391.0, 10481.0, 10379.0, 10423.0, 10443.0, 10387.0, 10445.0, 10385.0, 10391.0, 10464.0, 10390.0, 10401.0, 10370.0, 10389.0, 10444.0, 10384.0, 10400.0, 10372.0, 10392.0, 10445.0, 10407.0, 10432.0, 10395.0, 10395.0, 10389.0, 10397.0, 10469.0, 10396.0, 10424.0, 10415.0, 10438.0, 10406.0, 10436.0, 10416.0, 10415.0, 10414.0, 10471.0, 10439.0, 10467.0, 10451.0, 10395.0, 10489.0, 10380.0, 10457.0, 10370.0, 10375.0, 10456.0, 10367.0, 10403.0, 10383.0, 10382.0, 10364.0, 10365.0, 10437.0, 10363.0, 10389.0, 10365.0, 10367.0, 10363.0, 10385.0, 10410.0, 10405.0, 10446.0, 10390.0, 10419.0, 10389.0, 10394.0, 10390.0, 10396.0, 10485.0, 10395.0, 10433.0, 10391.0, 10397.0, 10435.0, 10409.0, 10452.0, 10377.0, 10418.0, 10368.0, 10377.0, 10484.0, 10374.0, 10414.0, 10367.0, 10373.0, 10385.0, 10395.0, 10488.0, 10379.0, 10372.0, 10391.0, 10393.0, 10440.0, 10507.0, 10456.0, 10476.0, 10411.0, 10421.0, 10481.0, 10416.0, 10494.0, 10394.0, 10399.0, 10355.0, 10345.0, 10457.0, 10358.0, 10415.0, 10356.0, 10383.0, 10333.0, 10349.0, 10330.0, 10332.0, 10400.0, 10316.0, 10368.0, 10325.0, 10343.0, 10329.0, 10334.0, 10408.0, 10336.0, 10376.0, 10335.0, 10352.0, 10334.0, 10354.0, 10410.0, 10357.0, 10381.0, 10363.0, 10364.0, 10364.0, 10389.0, 10440.0, 10407.0, 10434.0, 10411.0, 10431.0, 10409.0, 10431.0, 10468.0, 10420.0, 10447.0, 10400.0, 10418.0, 10491.0, 10420.0, 10458.0, 10420.0, 10427.0, 10488.0, 10416.0, 10433.0, 10420.0, 10443.0, 10511.0, 10440.0, 10481.0, 10417.0, 10443.0, 10519.0, 10442.0, 10461.0, 10432.0, 10433.0, 10441.0, 10436.0, 10491.0, 10419.0, 10433.0, 10410.0, 10414.0, 10490.0, 10402.0, 10429.0, 10393.0, 10415.0, 10486.0, 10401.0, 10432.0, 10425.0, 10409.0, 10470.0, 10394.0, 10413.0, 10491.0, 10410.0, 10442.0, 10396.0, 10410.0, 10469.0, 10400.0, 10416.0, 10467.0, 10412.0, 10449.0, 10392.0, 10397.0, 10467.0, 10394.0, 10411.0, 10389.0, 10408.0, 10454.0, 10391.0, 10409.0, 10483.0, 10394.0, 10435.0, 10391.0, 10397.0, 10463.0, 10387.0, 10391.0, 10400.0, 10409.0, 10466.0, 10412.0, 10428.0, 10394.0, 10416.0, 10486.0, 10417.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.00037452294246176257</td></tr>
<tr><td colspan=3>aqi</td><td>0.021972708958485066</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.088342902930094</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2010559122740527</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000060480284259</td></tr>
<tr><td colspan=3>efc</td><td>0.5413</td></tr>
<tr><td colspan=3>fber</td><td>2220.7227</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07985073866048148</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.184996358339403</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5912817446068686</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4913910315097</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8358320232975864</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.44662217901332</td></tr>
<tr><td colspan=3>gcor</td><td>0.0113671</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015222552232444286</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026617705821990967</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.913009298939977</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>18.9517</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>93.3705</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>332.5555</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>87.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288739.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1640.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>579.0748</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3842</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.9817</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3868.3538</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5083.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1045.2254</td></tr>
<tr><td colspan=3>tsnr</td><td>37.10293112252839</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>