<?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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-01/func/sub-0088_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>5d2658c62c3b386d9f762d2b511b8e6a</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:07:10.882500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998268, -0.0458341, 0.0368764, 0.0451565, 0.998799, 0.0190042]</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.0814864</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>[4149, -7821, -7196, 507, -40, -240, -16, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.173</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3889f551-6909-4ec7-8f5c-29b9ffdcd705||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6782805919647217, 0.12115158885717392, 0.10179860889911652, 107.29946899414062], [0.12296965718269348, 2.6797051429748535, 0.046726327389478683, -89.04743957519531], [0.0989367738366127, -0.050986796617507935, 2.6976757049560547, -80.34261322021484], [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': ['100710.882500', '100711.342500', '100711.802500', '100712.262500', '100712.722500', '100713.182500', '100713.642500', '100714.102500', '100714.562500', '100715.022500', '100715.482500', '100715.942500', '100716.402500', '100716.862500', '100717.322500', '100717.782500', '100718.242500', '100718.702500', '100719.162500', '100719.622500', '100720.082500', '100720.542500', '100721.002500', '100721.462500', '100721.922500', '100722.382500', '100722.842500', '100723.302500', '100723.762500', '100724.222500', '100724.682500', '100725.142500', '100725.602500', '100726.062500', '100726.522500', '100726.982500', '100727.442500', '100727.902500', '100728.362500', '100728.822500', '100729.282500', '100729.742500', '100730.202500', '100730.662500', '100731.122500', '100731.582500', '100732.042500', '100732.502500', '100732.962500', '100733.422500', '100733.882500', '100734.342500', '100734.802500', '100735.262500', '100735.722500', '100736.182500', '100736.642500', '100737.102500', '100737.562500', '100738.022500', '100738.482500', '100738.942500', '100739.402500', '100739.862500', '100740.322500', '100740.782500', '100741.242500', '100741.702500', '100742.162500', '100742.622500', '100743.082500', '100743.542500', '100744.002500', '100744.462500', '100744.922500', '100745.382500', '100745.842500', '100746.302500', '100746.762500', '100747.222500', '100747.682500', '100748.142500', '100748.602500', '100749.062500', '100749.522500', '100749.982500', '100750.442500', '100750.902500', '100751.362500', '100751.822500', '100752.282500', '100752.742500', '100753.202500', '100753.662500', '100754.122500', '100754.582500', '100755.042500', '100755.502500', '100755.962500', '100756.422500', '100756.882500', '100757.342500', '100757.802500', '100758.262500', '100758.722500', '100759.182500', '100759.642500', '100800.102500', '100800.562500', '100801.022500', '100801.482500', '100801.942500', '100802.402500', '100802.862500', '100803.322500', '100803.782500', '100804.242500', '100804.702500', '100805.162500', '100805.622500', '100806.082500', '100806.542500', '100807.002500', '100807.462500', '100807.922500', '100808.382500', '100808.842500', '100809.302500', '100809.762500', '100810.222500', '100810.682500', '100811.142500', '100811.602500', '100812.062500', '100812.522500', '100812.982500', '100813.442500', '100813.902500', '100814.362500', '100814.822500', '100815.282500', '100815.742500', '100816.202500', '100816.662500', '100817.122500', '100817.582500', '100818.042500', '100818.502500', '100818.962500', '100819.422500', '100819.882500', '100820.342500', '100820.802500', '100821.262500', '100821.722500', '100822.182500', '100822.642500', '100823.102500', '100823.562500', '100824.022500', '100824.482500', '100824.942500', '100825.402500', '100825.862500', '100826.322500', '100826.782500', '100827.242500', '100827.702500', '100828.162500', '100828.622500', '100829.082500', '100829.542500', '100830.002500', '100830.462500', '100830.922500', '100831.382500', '100831.842500', '100832.302500', '100832.762500', '100833.222500', '100833.682500', '100834.142500', '100834.602500', '100835.062500', '100835.522500', '100835.982500', '100836.442500', '100836.902500', '100837.362500', '100837.822500', '100838.282500', '100838.742500', '100839.202500', '100839.662500', '100840.122500', '100840.582500', '100841.042500', '100841.502500', '100841.962500', '100842.422500', '100842.882500', '100843.342500', '100843.802500', '100844.262500', '100844.722500', '100845.182500', '100845.642500', '100846.102500', '100846.562500', '100847.022500', '100847.482500', '100847.942500', '100848.402500', '100848.862500', '100849.322500', '100849.782500', '100850.242500', '100850.702500', '100851.162500', '100851.622500', '100852.082500', '100852.542500', '100853.002500', '100853.462500', '100853.922500', '100854.382500', '100854.842500', '100855.302500', '100855.762500', '100856.222500', '100856.682500', '100857.142500', '100857.602500', '100858.062500', '100858.522500', '100858.982500', '100859.442500', '100859.902500', '100900.362500', '100900.822500', '100901.282500', '100901.742500', '100902.202500', '100902.662500', '100903.122500', '100903.582500', '100904.042500', '100904.502500', '100904.962500', '100905.422500', '100905.882500', '100906.342500', '100906.802500', '100907.262500', '100907.722500', '100908.182500', '100908.642500', '100909.102500', '100909.562500', '100910.022500', '100910.482500', '100910.942500', '100911.402500', '100911.862500', '100912.322500', '100912.782500', '100913.242500', '100913.702500', '100914.162500', '100914.622500', '100915.082500', '100915.542500', '100916.002500', '100916.462500', '100916.922500', '100917.382500', '100917.842500', '100918.302500', '100918.762500', '100919.222500', '100919.682500', '100920.142500', '100920.602500', '100921.062500', '100921.522500', '100921.982500', '100922.442500', '100922.902500', '100923.362500', '100923.822500', '100924.282500', '100924.742500', '100925.202500', '100925.662500', '100926.122500', '100926.582500', '100927.042500', '100927.502500', '100927.962500', '100928.422500', '100928.882500', '100929.342500', '100929.802500', '100930.262500', '100930.722500', '100931.182500', '100931.642500', '100932.102500', '100932.562500', '100933.022500', '100933.482500', '100933.942500', '100934.402500', '100934.862500', '100935.322500', '100935.782500', '100936.242500', '100936.702500', '100937.162500', '100937.622500', '100938.082500', '100938.542500', '100939.002500', '100939.462500', '100939.922500', '100940.382500', '100940.842500', '100941.302500', '100941.762500', '100942.222500', '100942.682500', '100943.142500', '100943.602500', '100944.062500', '100944.522500', '100944.982500', '100945.442500', '100945.902500', '100946.362500', '100946.822500', '100947.282500', '100947.742500', '100948.202500', '100948.662500', '100949.122500', '100949.582500', '100950.042500', '100950.502500', '100950.962500', '100951.422500', '100951.882500', '100952.342500', '100952.802500', '100953.262500', '100953.722500', '100954.182500', '100954.642500', '100955.102500', '100955.562500', '100956.022500', '100956.482500', '100956.942500', '100957.402500', '100957.862500', '100958.322500', '100958.782500', '100959.242500', '100959.702500', '101000.162500', '101000.622500', '101001.082500', '101001.542500', '101002.002500', '101002.462500', '101002.922500', '101003.382500', '101003.842500', '101004.302500', '101004.762500', '101005.222500', '101005.682500', '101006.142500', '101006.602500', '101007.062500', '101007.522500', '101007.982500', '101008.442500', '101008.902500', '101009.362500', '101009.822500', '101010.282500', '101010.742500', '101011.202500', '101011.662500', '101012.122500', '101012.582500', '101013.042500', '101013.502500', '101013.962500', '101014.422500', '101014.882500', '101015.342500', '101015.802500', '101016.262500', '101016.722500', '101017.182500', '101017.642500', '101018.102500', '101018.562500', '101019.022500', '101019.482500', '101019.942500', '101020.402500', '101020.862500', '101021.322500', '101021.782500', '101022.242500', '101022.702500', '101023.162500', '101023.622500', '101024.082500', '101024.542500', '101025.002500', '101025.462500', '101025.922500', '101026.382500', '101026.842500', '101027.302500', '101027.762500', '101028.222500', '101028.682500', '101029.142500', '101029.602500', '101030.062500', '101030.522500', '101030.982500', '101031.442500', '101031.902500', '101032.362500', '101032.822500', '101033.282500', '101033.742500', '101034.202500', '101034.662500', '101035.122500', '101035.582500', '101036.042500', '101036.502500', '101036.962500', '101037.422500', '101037.882500', '101038.342500', '101038.802500', '101039.262500', '101039.722500', '101040.182500', '101040.642500', '101041.102500', '101041.562500', '101042.022500', '101042.482500', '101042.942500', '101043.402500', '101043.862500', '101044.322500', '101044.782500', '101045.242500', '101045.702500', '101046.162500', '101046.622500', '101047.082500', '101047.542500', '101048.002500', '101048.462500', '101048.922500', '101049.382500', '101049.842500', '101050.302500', '101050.762500', '101051.222500', '101051.682500', '101052.142500', '101052.602500', '101053.062500', '101053.522500', '101053.982500', '101054.442500', '101054.902500', '101055.362500', '101055.822500', '101056.282500', '101056.742500', '101057.202500', '101057.662500', '101058.122500', '101058.582500', '101059.042500', '101059.502500', '101059.962500', '101100.422500', '101100.882500', '101101.342500', '101101.802500', '101102.262500', '101102.722500', '101103.182500', '101103.642500', '101104.102500', '101104.562500', '101105.022500', '101105.482500', '101105.942500', '101106.402500', '101106.862500', '101107.322500', '101107.782500', '101108.242500', '101108.702500', '101109.162500', '101109.622500', '101110.082500', '101110.542500', '101111.002500', '101111.462500', '101111.922500', '101112.382500', '101112.842500', '101113.302500', '101113.762500', '101114.222500', '101114.682500', '101115.142500', '101115.602500', '101116.062500', '101116.522500', '101116.982500', '101117.442500', '101117.902500', '101118.362500', '101118.822500', '101119.282500', '101119.742500', '101120.202500', '101120.662500', '101121.122500', '101121.582500', '101122.042500', '101122.502500', '101122.962500', '101123.422500', '101123.882500', '101124.342500', '101124.802500', '101125.262500', '101125.722500', '101126.182500', '101126.642500', '101127.102500', '101127.562500', '101128.022500', '101128.482500', '101128.942500', '101129.402500', '101129.862500', '101130.322500', '101130.782500', '101131.242500', '101131.702500', '101132.162500', '101132.622500', '101133.082500', '101133.542500', '101134.002500', '101134.462500', '101134.922500', '101135.382500', '101135.842500', '101136.302500', '101136.762500', '101137.222500', '101137.682500', '101138.142500', '101138.602500', '101139.062500', '101139.522500', '101139.982500', '101140.442500', '101140.902500', '101141.362500', '101141.822500', '101142.282500', '101142.742500', '101143.202500', '101143.662500', '101144.122500', '101144.582500', '101145.042500', '101145.502500', '101145.962500', '101146.422500', '101146.882500', '101147.342500', '101147.802500', '101148.262500', '101148.722500', '101149.182500', '101149.642500', '101150.102500', '101150.562500', '101151.022500', '101151.482500', '101151.942500', '101152.402500', '101152.862500', '101153.322500', '101153.782500', '101154.242500', '101154.702500', '101155.162500', '101155.622500', '101156.082500', '101156.542500', '101157.002500', '101157.462500', '101157.922500', '101158.382500', '101158.842500', '101159.302500', '101159.762500', '101200.222500', '101200.682500', '101201.142500', '101201.602500', '101202.062500', '101202.522500', '101202.982500', '101203.442500', '101203.902500', '101204.362500', '101204.822500', '101205.282500', '101205.742500', '101206.202500', '101206.662500', '101207.122500', '101207.582500', '101208.042500', '101208.502500', '101208.962500', '101209.422500', '101209.882500', '101210.342500', '101210.802500', '101211.262500', '101211.722500', '101212.182500', '101212.642500', '101213.102500', '101213.562500', '101214.022500', '101214.482500', '101214.942500', '101215.402500', '101215.862500', '101216.322500', '101216.782500', '101217.242500', '101217.702500', '101218.162500', '101218.622500', '101219.082500', '101219.542500', '101220.002500', '101220.462500', '101220.922500', '101221.382500', '101221.842500', '101222.302500', '101222.762500', '101223.222500', '101223.682500', '101224.142500', '101224.602500', '101225.062500', '101225.522500', '101225.982500', '101226.442500', '101226.902500', '101227.362500', '101227.822500', '101228.282500', '101228.742500', '101229.202500', '101229.662500', '101230.122500', '101230.582500', '101231.042500', '101231.502500', '101231.962500', '101232.422500', '101232.882500', '101233.342500', '101233.802500', '101234.262500', '101234.722500', '101235.182500', '101235.642500', '101236.102500', '101236.562500', '101237.022500', '101237.482500', '101237.942500', '101238.402500', '101238.862500', '101239.322500', '101239.782500', '101240.242500', '101240.702500', '101241.162500', '101241.622500', '101242.082500', '101242.542500', '101243.002500', '101243.462500', '101243.922500', '101244.382500', '101244.842500', '101245.302500', '101245.762500', '101246.222500', '101246.682500', '101247.142500', '101247.602500', '101248.062500', '101248.522500', '101248.982500', '101249.442500', '101249.902500', '101250.362500', '101250.822500', '101251.282500', '101251.742500', '101252.202500', '101252.662500', '101253.122500', '101253.582500', '101254.042500', '101254.502500', '101254.962500', '101255.422500', '101255.882500', '101256.342500', '101256.802500', '101257.262500', '101257.722500', '101258.182500', '101258.642500', '101259.102500', '101259.562500', '101300.022500', '101300.482500', '101300.942500', '101301.402500', '101301.862500', '101302.322500', '101302.782500', '101303.242500', '101303.702500', '101304.162500', '101304.622500', '101305.082500', '101305.542500', '101306.002500', '101306.462500', '101306.922500', '101307.382500', '101307.842500', '101308.302500', '101308.762500', '101309.222500', '101309.682500', '101310.142500', '101310.602500', '101311.062500', '101311.522500', '101311.982500', '101312.442500', '101312.902500', '101313.362500', '101313.822500', '101314.282500', '101314.742500', '101315.202500', '101315.662500', '101316.122500', '101316.582500', '101317.042500', '101317.502500', '101317.962500', '101318.422500', '101318.882500', '101319.342500', '101319.802500', '101320.262500', '101320.722500', '101321.182500', '101321.642500', '101322.102500', '101322.562500', '101323.022500', '101323.482500', '101323.942500', '101324.402500', '101324.862500', '101325.322500', '101325.782500', '101326.242500', '101326.702500', '101327.162500', '101327.622500', '101328.082500', '101328.542500', '101329.002500', '101329.462500', '101329.922500', '101330.382500', '101330.842500', '101331.302500', '101331.762500', '101332.222500', '101332.682500', '101333.142500', '101333.602500', '101334.062500', '101334.522500', '101334.982500', '101335.442500', '101335.902500', '101336.362500', '101336.822500', '101337.282500', '101337.742500', '101338.202500', '101338.662500', '101339.122500', '101339.582500', '101340.042500', '101340.502500', '101340.962500', '101341.422500', '101341.882500', '101342.342500', '101342.802500', '101343.262500', '101343.722500', '101344.182500', '101344.642500', '101345.102500', '101345.562500', '101346.022500', '101346.482500', '101346.942500', '101347.402500', '101347.862500', '101348.322500', '101348.782500', '101349.242500', '101349.702500', '101350.162500', '101350.622500', '101351.082500', '101351.542500', '101352.002500', '101352.462500', '101352.922500', '101353.382500', '101353.842500', '101354.302500', '101354.762500', '101355.222500', '101355.682500', '101356.142500', '101356.602500', '101357.062500', '101357.522500', '101357.982500', '101358.442500', '101358.902500', '101359.362500', '101359.822500', '101400.282500', '101400.742500', '101401.202500', '101401.662500', '101402.122500', '101402.582500', '101403.042500', '101403.502500', '101403.962500', '101404.422500', '101404.882500', '101405.342500', '101405.802500', '101406.262500', '101406.722500', '101407.182500', '101407.642500', '101408.102500', '101408.562500', '101409.022500', '101409.482500', '101409.942500', '101410.402500', '101410.862500', '101411.322500', '101411.782500', '101412.242500', '101412.702500', '101413.162500', '101413.622500', '101414.082500', '101414.542500', '101415.002500', '101415.462500', '101415.922500', '101416.382500', '101416.842500', '101417.302500', '101417.762500', '101418.222500', '101418.682500', '101419.142500', '101419.602500', '101420.062500', '101420.522500', '101420.982500', '101421.442500', '101421.902500', '101422.362500', '101422.822500', '101423.282500', '101423.742500', '101424.202500', '101424.662500', '101425.122500', '101425.582500', '101426.042500', '101426.502500', '101426.962500', '101427.422500', '101427.882500', '101428.342500', '101428.802500', '101429.262500', '101429.722500', '101430.182500', '101430.642500', '101431.102500', '101431.562500', '101432.022500', '101432.482500', '101432.942500', '101433.402500', '101433.862500', '101434.322500', '101434.782500', '101435.242500', '101435.702500', '101436.162500', '101436.622500', '101437.082500', '101437.542500', '101438.002500', '101438.462500', '101438.922500', '101439.382500', '101439.842500', '101440.302500', '101440.762500', '101441.222500', '101441.682500', '101442.142500', '101442.602500', '101443.062500', '101443.522500', '101443.982500', '101444.442500', '101444.902500', '101445.362500', '101445.822500', '101446.282500', '101446.742500', '101447.202500', '101447.662500', '101448.122500', '101448.582500', '101449.042500', '101449.502500', '101449.962500', '101450.422500', '101450.882500', '101451.342500', '101451.802500', '101452.262500', '101452.722500', '101453.182500', '101453.642500', '101454.102500', '101454.562500', '101455.022500', '101455.482500', '101455.942500', '101456.402500', '101456.862500', '101457.322500', '101457.782500', '101458.242500', '101458.702500', '101459.162500', '101459.622500', '101500.082500', '101500.542500', '101501.002500', '101501.462500', '101501.922500', '101502.382500', '101502.842500', '101503.302500', '101503.762500', '101504.222500', '101504.682500', '101505.142500', '101505.602500', '101506.062500', '101506.522500', '101506.982500', '101507.442500', '101507.902500', '101508.362500', '101508.822500', '101509.282500', '101509.742500', '101510.202500', '101510.662500', '101511.122500', '101511.582500', '101512.042500', '101512.502500', '101512.962500', '101513.422500', '101513.882500', '101514.342500', '101514.802500', '101515.262500', '101515.722500', '101516.182500', '101516.642500', '101517.102500', '101517.562500', '101518.022500', '101518.482500', '101518.942500', '101519.402500', '101519.862500', '101520.322500', '101520.782500', '101521.242500', '101521.702500', '101522.162500', '101522.622500', '101523.082500', '101523.542500', '101524.002500', '101524.462500', '101524.922500', '101525.382500', '101525.842500', '101526.302500', '101526.762500', '101527.222500', '101527.682500', '101528.142500', '101528.602500', '101529.062500', '101529.522500', '101529.982500', '101530.442500', '101530.902500', '101531.362500', '101531.822500', '101532.282500', '101532.742500', '101533.202500', '101533.662500', '101534.122500', '101534.582500', '101535.042500', '101535.502500', '101535.962500', '101536.422500', '101536.882500', '101537.342500', '101537.802500', '101538.262500', '101538.722500', '101539.182500', '101539.642500', '101540.102500', '101540.562500', '101541.022500', '101541.482500', '101541.942500', '101542.402500', '101542.862500', '101543.322500', '101543.782500', '101544.242500', '101544.702500', '101545.162500', '101545.622500', '101546.082500', '101546.542500', '101547.002500', '101547.462500', '101547.922500', '101548.382500', '101548.842500', '101549.302500', '101549.762500', '101550.222500', '101550.682500', '101551.142500', '101551.602500', '101552.062500', '101552.522500', '101552.982500', '101553.442500', '101553.902500', '101554.362500', '101554.822500', '101555.282500', '101555.742500', '101556.202500', '101556.662500', '101557.122500', '101557.582500', '101558.042500', '101558.502500', '101558.962500', '101559.422500', '101559.882500', '101600.342500', '101600.802500', '101601.262500', '101601.722500', '101602.182500', '101602.642500', '101603.102500', '101603.562500', '101604.022500', '101604.482500', '101604.942500', '101605.402500', '101605.862500', '101606.322500', '101606.782500', '101607.242500', '101607.702500', '101608.162500', '101608.622500', '101609.082500', '101609.542500', '101610.002500', '101610.462500', '101610.922500', '101611.382500', '101611.842500', '101612.302500', '101612.762500', '101613.222500', '101613.682500', '101614.142500', '101614.602500', '101615.062500', '101615.522500', '101615.982500', '101616.442500', '101616.902500', '101617.362500', '101617.822500', '101618.282500', '101618.742500', '101619.202500', '101619.662500', '101620.122500', '101620.582500', '101621.042500', '101621.502500', '101621.962500', '101622.422500', '101622.882500', '101623.342500', '101623.802500', '101624.262500', '101624.722500', '101625.182500', '101625.642500', '101626.102500', '101626.562500', '101627.022500', '101627.482500', '101627.942500', '101628.402500', '101628.862500', '101629.322500', '101629.782500', '101630.242500', '101630.702500', '101631.162500', '101631.622500', '101632.082500', '101632.542500', '101633.002500', '101633.462500', '101633.922500', '101634.382500', '101634.842500', '101635.302500', '101635.762500', '101636.222500', '101636.682500', '101637.142500', '101637.602500', '101638.062500', '101638.522500', '101638.982500', '101639.442500', '101639.902500', '101640.362500', '101640.822500', '101641.282500', '101641.742500', '101642.202500', '101642.662500', '101643.122500', '101643.582500', '101644.042500', '101644.502500', '101644.962500', '101645.422500', '101645.882500', '101646.342500', '101646.802500', '101647.262500', '101647.722500', '101648.182500', '101648.642500', '101649.102500', '101649.562500', '101650.022500', '101650.482500', '101650.942500', '101651.402500', '101651.862500', '101652.322500', '101652.782500', '101653.242500', '101653.702500', '101654.162500', '101654.622500', '101655.082500', '101655.542500', '101656.002500', '101656.462500', '101656.922500', '101657.382500', '101657.842500', '101658.302500', '101658.762500', '101659.222500', '101659.682500', '101700.142500', '101700.602500', '101701.062500', '101701.522500', '101701.982500', '101702.442500', '101702.902500', '101703.362500', '101703.822500', '101704.282500', '101704.742500', '101705.202500', '101705.662500', '101706.122500', '101706.582500', '101707.042500', '101707.502500', '101707.962500', '101708.422500', '101708.882500', '101709.342500', '101709.802500', '101710.262500', '101710.722500', '101711.182500', '101711.642500', '101712.102500', '101712.562500', '101713.022500', '101713.482500', '101713.942500', '101714.402500', '101714.862500', '101715.322500', '101715.782500', '101716.242500', '101716.702500', '101717.162500', '101717.622500', '101718.082500', '101718.542500', '101719.002500', '101719.462500', '101719.922500', '101720.382500', '101720.842500', '101721.302500', '101721.762500', '101722.222500', '101722.682500', '101723.142500', '101723.602500', '101724.062500', '101724.522500', '101724.982500', '101725.442500', '101725.902500', '101726.362500', '101726.822500', '101727.282500', '101727.742500', '101728.202500', '101728.662500', '101729.122500', '101729.582500', '101730.042500', '101730.502500', '101730.962500', '101731.422500', '101731.882500', '101732.342500', '101732.802500', '101733.262500', '101733.722500', '101734.182500', '101734.642500', '101735.102500', '101735.562500', '101736.022500', '101736.482500', '101736.942500', '101737.402500', '101737.862500', '101738.322500', '101738.782500', '101739.242500', '101739.702500', '101740.162500', '101740.622500', '101741.082500', '101741.542500', '101742.002500', '101742.462500', '101742.922500', '101743.382500'], 'ContentTime': ['100725.539000', '100725.542000', '100725.551000', '100725.554000', '100725.556000', '100725.559000', '100725.561000', '100725.564000', '100725.582000', '100725.585000', '100725.587000', '100725.590000', '100725.599000', '100725.602000', '100725.605000', '100725.607000', '100725.610000', '100725.613000', '100725.615000', '100725.618000', '100725.620000', '100725.623000', '100725.626000', '100725.628000', '100725.631000', '100725.633000', '100725.636000', '100725.639000', '100725.641000', '100725.644000', '100745.503000', '100745.507000', '100745.509000', '100745.512000', '100745.514000', '100745.517000', '100745.520000', '100745.522000', '100745.531000', '100745.534000', '100745.537000', '100745.539000', '100745.542000', '100745.544000', '100745.547000', '100745.550000', '100745.552000', '100745.555000', '100745.557000', '100745.560000', '100745.562000', '100745.565000', '100745.567000', '100745.570000', '100745.572000', '100745.575000', '100745.578000', '100745.580000', '100745.583000', '100745.585000', '100745.588000', '100745.591000', '100745.593000', '100745.596000', '100745.598000', '100745.601000', '100745.603000', '100745.606000', '100745.609000', '100745.624000', '100745.627000', '100745.630000', '100745.632000', '100745.635000', '100805.503000', '100805.506000', '100805.509000', '100805.512000', '100805.514000', '100805.517000', '100805.519000', '100805.522000', '100805.525000', '100805.527000', '100805.530000', '100805.533000', '100805.535000', '100805.538000', '100805.540000', '100805.543000', '100805.545000', '100805.548000', '100805.550000', '100805.553000', '100805.556000', '100805.558000', '100805.561000', '100805.564000', '100805.566000', '100805.569000', '100805.572000', '100805.574000', '100805.587000', '100805.590000', '100805.592000', '100805.595000', '100805.597000', '100805.600000', '100805.603000', '100805.605000', '100805.608000', '100805.610000', '100805.613000', '100805.615000', '100805.618000', '100805.622000', '100805.625000', '100825.503000', '100825.506000', '100825.509000', '100825.511000', '100825.514000', '100825.517000', '100825.519000', '100825.522000', '100825.525000', '100825.527000', '100825.530000', '100825.532000', '100825.535000', '100825.538000', '100825.540000', '100825.543000', '100825.545000', '100825.548000', '100825.550000', '100825.553000', '100825.556000', '100825.558000', '100825.561000', '100825.563000', '100825.566000', '100825.568000', '100825.571000', '100825.574000', '100825.576000', '100825.579000', '100825.582000', '100825.584000', '100825.587000', '100825.589000', '100825.592000', '100825.594000', '100825.597000', '100825.600000', '100825.602000', '100825.605000', '100825.607000', '100825.610000', '100825.613000', '100825.615000', '100845.502000', '100845.505000', '100845.508000', '100845.510000', '100845.513000', '100845.515000', '100845.518000', '100845.521000', '100845.523000', '100845.526000', '100845.528000', '100845.531000', '100845.534000', '100845.536000', '100845.539000', '100845.541000', '100845.544000', '100845.547000', '100845.549000', '100845.552000', '100845.554000', '100845.557000', '100845.560000', '100845.567000', '100845.570000', '100845.573000', '100845.575000', '100845.578000', '100845.581000', '100845.583000', '100845.586000', '100845.588000', '100845.591000', '100845.594000', '100845.596000', '100845.599000', '100845.602000', '100845.604000', '100845.607000', '100845.610000', '100845.612000', '100845.615000', '100845.617000', '100905.502000', '100905.505000', '100905.508000', '100905.511000', '100905.513000', '100905.516000', '100905.518000', '100905.521000', '100905.524000', '100905.526000', '100905.529000', '100905.531000', '100905.534000', '100905.537000', '100905.539000', '100905.542000', '100905.545000', '100905.547000', '100905.550000', '100905.552000', '100905.555000', '100905.558000', '100905.560000', '100905.563000', '100905.566000', '100905.568000', '100905.571000', '100905.573000', '100905.576000', '100905.578000', '100905.581000', '100905.584000', '100905.586000', '100905.589000', '100905.591000', '100905.594000', '100905.597000', '100905.599000', '100905.602000', '100905.605000', '100905.607000', '100905.610000', '100905.612000', '100905.615000', '100925.503000', '100925.506000', '100925.508000', '100925.511000', '100925.514000', '100925.516000', '100925.526000', '100925.529000', '100925.531000', '100925.534000', '100925.537000', '100925.539000', '100925.542000', '100925.545000', '100925.547000', '100925.550000', '100925.552000', '100925.555000', '100925.558000', '100925.560000', '100925.563000', '100925.566000', '100925.568000', '100925.571000', '100925.574000', '100925.576000', '100925.579000', '100925.582000', '100925.584000', '100925.587000', '100925.589000', '100925.592000', '100925.595000', '100925.597000', '100925.600000', '100925.602000', '100925.605000', '100925.608000', '100925.610000', '100925.613000', '100925.615000', '100925.618000', '100925.621000', '100945.503000', '100945.506000', '100945.509000', '100945.512000', '100945.514000', '100945.517000', '100945.519000', '100945.522000', '100945.524000', '100945.527000', '100945.530000', '100945.532000', '100945.535000', '100945.537000', '100945.540000', '100945.543000', '100945.545000', '100945.548000', '100945.551000', '100945.553000', '100945.556000', '100945.558000', '100945.561000', '100945.563000', '100945.566000', '100945.569000', '100945.571000', '100945.574000', '100945.576000', '100945.579000', '100945.582000', '100945.584000', '100945.587000', '100945.589000', '100945.592000', '100945.595000', '100945.597000', '100945.600000', '100945.602000', '100945.605000', '100945.607000', '100945.610000', '100945.613000', '100945.615000', '101005.503000', '101005.506000', '101005.509000', '101005.511000', '101005.514000', '101005.517000', '101005.519000', '101005.522000', '101005.525000', '101005.527000', '101005.530000', '101005.532000', '101005.535000', '101005.538000', '101005.540000', '101005.543000', '101005.545000', '101005.548000', '101005.551000', '101005.553000', '101005.556000', '101005.559000', '101005.561000', '101005.564000', '101005.566000', '101005.569000', '101005.572000', '101005.574000', '101005.577000', '101005.580000', '101005.582000', '101005.585000', '101005.587000', '101005.590000', '101005.593000', '101005.595000', '101005.598000', '101005.601000', '101005.603000', '101005.606000', '101005.608000', '101005.611000', '101005.614000', '101025.504000', '101025.507000', '101025.509000', '101025.512000', '101025.515000', '101025.518000', '101025.520000', '101025.523000', '101025.525000', '101025.528000', '101025.530000', '101025.533000', '101025.536000', '101025.538000', '101025.541000', '101025.543000', '101025.546000', '101025.549000', '101025.551000', '101025.554000', '101025.556000', '101025.559000', '101025.562000', '101025.564000', '101025.574000', '101025.577000', '101025.580000', '101025.582000', '101025.585000', '101025.588000', '101025.590000', '101025.593000', '101025.595000', '101025.598000', '101025.601000', '101025.603000', '101025.606000', '101025.609000', '101025.611000', '101025.614000', '101025.616000', '101025.619000', '101025.622000', '101025.624000', '101045.503000', '101045.506000', '101045.509000', '101045.512000', '101045.514000', '101045.517000', '101045.519000', '101045.522000', '101045.525000', '101045.527000', '101045.530000', '101045.532000', '101045.535000', '101045.538000', '101045.540000', '101045.543000', '101045.545000', '101045.548000', '101045.551000', '101045.553000', '101045.556000', '101045.558000', '101045.561000', '101045.564000', '101045.566000', '101045.569000', '101045.571000', '101045.574000', '101045.577000', '101045.579000', '101045.582000', '101045.584000', '101045.587000', '101045.590000', '101045.592000', '101045.595000', '101045.597000', '101045.600000', '101045.603000', '101045.605000', '101045.608000', '101045.611000', '101045.613000', '101105.502000', '101105.505000', '101105.508000', '101105.510000', '101105.513000', '101105.516000', '101105.518000', '101105.521000', '101105.524000', '101105.526000', '101105.529000', '101105.531000', '101105.534000', '101105.537000', '101105.539000', '101105.542000', '101105.545000', '101105.547000', '101105.550000', '101105.553000', '101105.555000', '101105.558000', '101105.560000', '101105.563000', '101105.566000', '101105.568000', '101105.571000', '101105.573000', '101105.576000', '101105.579000', '101105.581000', '101105.620000', '101105.623000', '101105.625000', '101105.628000', '101105.631000', '101105.633000', '101105.636000', '101105.639000', '101105.641000', '101105.644000', '101105.646000', '101105.649000', '101105.651000', '101125.503000', '101125.505000', '101125.508000', '101125.511000', '101125.513000', '101125.516000', '101125.519000', '101125.521000', '101125.524000', '101125.536000', '101125.538000', '101125.541000', '101125.544000', '101125.546000', '101125.549000', '101125.552000', '101125.554000', '101125.557000', '101125.559000', '101125.562000', '101125.565000', '101125.567000', '101125.570000', '101125.573000', '101125.575000', '101125.578000', '101125.580000', '101125.583000', '101125.585000', '101125.588000', '101125.591000', '101125.593000', '101125.596000', '101125.599000', '101125.601000', '101125.604000', '101125.606000', '101125.609000', '101125.612000', '101125.614000', '101125.617000', '101125.620000', '101125.622000', '101145.503000', '101145.506000', '101145.508000', '101145.511000', '101145.513000', '101145.516000', '101145.519000', '101145.521000', '101145.524000', '101145.526000', '101145.529000', '101145.532000', '101145.534000', '101145.537000', '101145.539000', '101145.542000', '101145.545000', '101145.547000', '101145.550000', '101145.553000', '101145.555000', '101145.558000', '101145.561000', '101145.563000', '101145.566000', '101145.568000', '101145.571000', '101145.574000', '101145.576000', '101145.579000', '101145.582000', '101145.584000', '101145.587000', '101145.590000', '101145.592000', '101145.595000', '101145.597000', '101145.600000', '101145.603000', '101145.605000', '101145.608000', '101145.611000', '101145.613000', '101145.616000', '101205.503000', '101205.506000', '101205.509000', '101205.511000', '101205.514000', '101205.517000', '101205.520000', '101205.522000', '101205.525000', '101205.527000', '101205.530000', '101205.532000', '101205.535000', '101205.538000', '101205.541000', '101205.543000', '101205.546000', '101205.548000', '101205.551000', '101205.554000', '101205.556000', '101205.559000', '101205.561000', '101205.564000', '101205.567000', '101205.569000', '101205.572000', '101205.574000', '101205.577000', '101205.580000', '101205.582000', '101205.585000', '101205.588000', '101205.590000', '101205.593000', '101205.595000', '101205.598000', '101205.601000', '101205.603000', '101205.606000', '101205.608000', '101205.611000', '101205.614000', '101225.504000', '101225.507000', '101225.509000', '101225.512000', '101225.514000', '101225.517000', '101225.520000', '101225.522000', '101225.525000', '101225.528000', '101225.530000', '101225.533000', '101225.535000', '101225.538000', '101225.541000', '101225.543000', '101225.546000', '101225.549000', '101225.551000', '101225.554000', '101225.556000', '101225.559000', '101225.562000', '101225.564000', '101225.567000', '101225.570000', '101225.572000', '101225.575000', '101225.577000', '101225.580000', '101225.583000', '101225.585000', '101225.588000', '101225.591000', '101225.593000', '101225.596000', '101225.599000', '101225.601000', '101225.604000', '101225.607000', '101225.609000', '101225.623000', '101225.626000', '101225.628000', '101245.504000', '101245.506000', '101245.509000', '101245.512000', '101245.514000', '101245.517000', '101245.520000', '101245.522000', '101245.525000', '101245.527000', '101245.530000', '101245.533000', '101245.535000', '101245.538000', '101245.540000', '101245.543000', '101245.546000', '101245.548000', '101245.551000', '101245.553000', '101245.556000', '101245.559000', '101245.561000', '101245.564000', '101245.567000', '101245.569000', '101245.572000', '101245.574000', '101245.577000', '101245.580000', '101245.584000', '101245.587000', '101245.589000', '101245.592000', '101245.594000', '101245.597000', '101245.600000', '101245.602000', '101245.605000', '101245.608000', '101245.611000', '101245.613000', '101245.616000', '101305.503000', '101305.506000', '101305.509000', '101305.512000', '101305.515000', '101305.518000', '101305.521000', '101305.523000', '101305.526000', '101305.529000', '101305.531000', '101305.534000', '101305.536000', '101305.540000', '101305.543000', '101305.546000', '101305.548000', '101305.551000', '101305.553000', '101305.556000', '101305.558000', '101305.561000', '101305.564000', '101305.566000', '101305.569000', '101305.571000', '101305.574000', '101305.577000', '101305.579000', '101305.582000', '101305.584000', '101305.587000', '101305.589000', '101305.592000', '101305.595000', '101305.597000', '101305.600000', '101305.603000', '101305.605000', '101305.608000', '101305.610000', '101305.613000', '101305.616000', '101325.503000', '101325.505000', '101325.508000', '101325.511000', '101325.513000', '101325.516000', '101325.518000', '101325.521000', '101325.523000', '101325.526000', '101325.529000', '101325.531000', '101325.534000', '101325.536000', '101325.539000', '101325.541000', '101325.544000', '101325.547000', '101325.549000', '101325.552000', '101325.554000', '101325.557000', '101325.559000', '101325.562000', '101325.564000', '101325.567000', '101325.570000', '101325.572000', '101325.575000', '101325.577000', '101325.580000', '101325.582000', '101325.585000', '101325.588000', '101325.590000', '101325.593000', '101325.595000', '101325.598000', '101325.600000', '101325.603000', '101325.606000', '101325.608000', '101325.611000', '101325.613000', '101345.503000', '101345.506000', '101345.508000', '101345.511000', '101345.514000', '101345.516000', '101345.519000', '101345.521000', '101345.524000', '101345.527000', '101345.529000', '101345.532000', '101345.535000', '101345.537000', '101345.540000', '101345.542000', '101345.545000', '101345.547000', '101345.550000', '101345.553000', '101345.555000', '101345.558000', '101345.560000', '101345.563000', '101345.566000', '101345.568000', '101345.571000', '101345.573000', '101345.576000', '101345.578000', '101345.581000', '101345.584000', '101345.586000', '101345.589000', '101345.591000', '101345.594000', '101345.597000', '101345.599000', '101345.602000', '101345.605000', '101345.607000', '101345.610000', '101345.612000', '101405.502000', '101405.505000', '101405.508000', '101405.510000', '101405.513000', '101405.516000', '101405.518000', '101405.521000', '101405.523000', '101405.543000', '101405.546000', '101405.549000', '101405.551000', '101405.554000', '101405.556000', '101405.559000', '101405.562000', '101405.564000', '101405.567000', '101405.569000', '101405.572000', '101405.574000', '101405.577000', '101405.580000', '101405.582000', '101405.585000', '101405.587000', '101405.590000', '101405.593000', '101405.595000', '101405.598000', '101405.600000', '101405.603000', '101405.605000', '101405.608000', '101405.611000', '101405.613000', '101405.616000', '101405.618000', '101405.621000', '101405.624000', '101405.626000', '101405.629000', '101405.631000', '101425.504000', '101425.507000', '101425.509000', '101425.512000', '101425.514000', '101425.517000', '101425.519000', '101425.522000', '101425.525000', '101425.527000', '101425.530000', '101425.532000', '101425.535000', '101425.538000', '101425.540000', '101425.543000', '101425.545000', '101425.548000', '101425.551000', '101425.554000', '101425.557000', '101425.560000', '101425.562000', '101425.565000', '101425.568000', '101425.571000', '101425.573000', '101425.576000', '101425.579000', '101425.582000', '101425.585000', '101425.587000', '101425.590000', '101425.592000', '101425.595000', '101425.598000', '101425.601000', '101425.603000', '101425.606000', '101425.608000', '101425.611000', '101425.613000', '101425.616000', '101445.504000', '101445.507000', '101445.509000', '101445.512000', '101445.514000', '101445.517000', '101445.520000', '101445.522000', '101445.525000', '101445.527000', '101445.530000', '101445.533000', '101445.535000', '101445.538000', '101445.540000', '101445.543000', '101445.546000', '101445.548000', '101445.551000', '101445.553000', '101445.556000', '101445.559000', '101445.561000', '101445.564000', '101445.566000', '101445.569000', '101445.571000', '101445.574000', '101445.577000', '101445.579000', '101445.582000', '101445.584000', '101445.587000', '101445.590000', '101445.592000', '101445.595000', '101445.597000', '101445.600000', '101445.603000', '101445.605000', '101445.608000', '101445.610000', '101445.613000', '101445.616000', '101505.503000', '101505.506000', '101505.509000', '101505.511000', '101505.514000', '101505.517000', '101505.519000', '101505.522000', '101505.524000', '101505.527000', '101505.529000', '101505.532000', '101505.535000', '101505.537000', '101505.540000', '101505.542000', '101505.545000', '101505.548000', '101505.550000', '101505.553000', '101505.555000', '101505.558000', '101505.561000', '101505.570000', '101505.573000', '101505.575000', '101505.578000', '101505.581000', '101505.583000', '101505.586000', '101505.588000', '101505.591000', '101505.593000', '101505.596000', '101505.599000', '101505.601000', '101505.604000', '101505.606000', '101505.609000', '101505.612000', '101505.614000', '101505.617000', '101505.619000', '101525.503000', '101525.506000', '101525.509000', '101525.512000', '101525.514000', '101525.527000', '101525.529000', '101525.532000', '101525.534000', '101525.537000', '101525.540000', '101525.542000', '101525.545000', '101525.547000', '101525.550000', '101525.553000', '101525.555000', '101525.558000', '101525.560000', '101525.563000', '101525.566000', '101525.569000', '101525.571000', '101525.574000', '101525.576000', '101525.579000', '101525.581000', '101525.584000', '101525.587000', '101525.589000', '101525.592000', '101525.594000', '101525.597000', '101525.599000', '101525.602000', '101525.605000', '101525.607000', '101525.610000', '101525.612000', '101525.615000', '101525.618000', '101525.620000', '101525.623000', '101525.625000', '101545.503000', '101545.505000', '101545.508000', '101545.511000', '101545.513000', '101545.516000', '101545.518000', '101545.521000', '101545.524000', '101545.526000', '101545.529000', '101545.531000', '101545.534000', '101545.537000', '101545.539000', '101545.542000', '101545.545000', '101545.548000', '101545.551000', '101545.553000', '101545.556000', '101545.559000', '101545.561000', '101545.564000', '101545.567000', '101545.569000', '101545.572000', '101545.574000', '101545.577000', '101545.579000', '101545.582000', '101545.585000', '101545.587000', '101545.590000', '101545.592000', '101545.595000', '101545.597000', '101545.600000', '101545.603000', '101545.605000', '101545.608000', '101545.611000', '101545.613000', '101605.503000', '101605.505000', '101605.508000', '101605.511000', '101605.513000', '101605.516000', '101605.518000', '101605.521000', '101605.524000', '101605.526000', '101605.529000', '101605.531000', '101605.534000', '101605.537000', '101605.539000', '101605.542000', '101605.544000', '101605.547000', '101605.550000', '101605.552000', '101605.555000', '101605.557000', '101605.560000', '101605.563000', '101605.565000', '101605.568000', '101605.570000', '101605.573000', '101605.575000', '101605.578000', '101605.581000', '101605.583000', '101605.586000', '101605.588000', '101605.591000', '101605.594000', '101605.596000', '101605.599000', '101605.602000', '101605.604000', '101605.607000', '101605.609000', '101605.612000', '101605.614000', '101625.503000', '101625.505000', '101625.508000', '101625.511000', '101625.513000', '101625.516000', '101625.519000', '101625.521000', '101625.524000', '101625.526000', '101625.529000', '101625.531000', '101625.534000', '101625.537000', '101625.539000', '101625.542000', '101625.544000', '101625.547000', '101625.550000', '101625.552000', '101625.555000', '101625.557000', '101625.560000', '101625.562000', '101625.565000', '101625.568000', '101625.570000', '101625.573000', '101625.576000', '101625.578000', '101625.581000', '101625.583000', '101625.586000', '101625.589000', '101625.591000', '101625.594000', '101625.597000', '101625.600000', '101625.603000', '101625.605000', '101625.608000', '101625.611000', '101625.613000', '101645.504000', '101645.506000', '101645.509000', '101645.512000', '101645.515000', '101645.517000', '101645.520000', '101645.522000', '101645.525000', '101645.528000', '101645.530000', '101645.533000', '101645.536000', '101645.538000', '101645.541000', '101645.544000', '101645.546000', '101645.549000', '101645.552000', '101645.554000', '101645.557000', '101645.559000', '101645.562000', '101645.564000', '101645.567000', '101645.570000', '101645.572000', '101645.575000', '101645.578000', '101645.580000', '101645.583000', '101645.586000', '101645.588000', '101645.597000', '101645.600000', '101645.602000', '101645.605000', '101645.608000', '101645.610000', '101645.613000', '101645.615000', '101645.618000', '101645.621000', '101645.623000', '101705.504000', '101705.506000', '101705.509000', '101705.512000', '101705.514000', '101705.517000', '101705.519000', '101705.522000', '101705.524000', '101705.527000', '101705.530000', '101705.532000', '101705.535000', '101705.537000', '101705.540000', '101705.543000', '101705.545000', '101705.548000', '101705.550000', '101705.553000', '101705.556000', '101705.558000', '101705.561000', '101705.563000', '101705.566000', '101705.569000', '101705.571000', '101705.574000', '101705.577000', '101705.579000', '101705.582000', '101705.584000', '101705.587000', '101705.590000', '101705.592000', '101705.595000', '101705.598000', '101705.600000', '101705.603000', '101705.606000', '101705.608000', '101705.611000', '101705.613000', '101725.504000', '101725.506000', '101725.509000', '101725.512000', '101725.514000', '101725.517000', '101725.519000', '101725.522000', '101725.524000', '101725.527000', '101725.530000', '101725.532000', '101725.535000', '101725.537000', '101725.540000', '101725.542000', '101725.546000', '101725.548000', '101725.551000', '101725.553000', '101725.556000', '101725.558000', '101725.561000', '101725.564000', '101725.566000', '101725.569000', '101725.572000', '101725.574000', '101725.577000', '101725.580000', '101725.582000', '101725.585000', '101725.587000', '101725.590000', '101725.593000', '101725.595000', '101725.598000', '101725.601000', '101725.603000', '101725.606000', '101725.609000', '101725.611000', '101725.614000', '101725.616000', '101744.247000', '101744.250000', '101744.253000', '101744.255000', '101744.258000', '101744.261000', '101744.264000', '101744.267000', '101744.270000', '101744.274000', '101744.279000', '101744.285000', '101744.290000', '101744.293000', '101744.296000', '101744.298000', '101744.301000', '101744.304000', '101744.307000', '101744.309000', '101744.312000', '101744.316000', '101744.319000', '101744.322000', '101744.325000', '101744.328000', '101744.331000', '101744.334000', '101744.337000', '101744.340000', '101744.343000', '101744.345000', '101744.348000', '101744.352000', '101744.356000', '101744.359000', '101744.363000', '101744.366000', '101744.369000', '101744.372000', '101744.375000'], 'InstanceCreationTime': ['100725.539000', '100725.542000', '100725.551000', '100725.554000', '100725.556000', '100725.559000', '100725.561000', '100725.564000', '100725.582000', '100725.585000', '100725.587000', '100725.590000', '100725.599000', '100725.602000', '100725.605000', '100725.607000', '100725.610000', '100725.613000', '100725.615000', '100725.618000', '100725.620000', '100725.623000', '100725.626000', '100725.628000', '100725.631000', '100725.633000', '100725.636000', '100725.639000', '100725.641000', '100725.644000', '100745.503000', '100745.507000', '100745.509000', '100745.512000', '100745.514000', '100745.517000', '100745.520000', '100745.522000', '100745.531000', '100745.534000', '100745.537000', '100745.539000', '100745.542000', '100745.544000', '100745.547000', '100745.550000', '100745.552000', '100745.555000', '100745.557000', '100745.560000', '100745.562000', '100745.565000', '100745.567000', '100745.570000', '100745.572000', '100745.575000', '100745.578000', '100745.580000', '100745.583000', '100745.585000', '100745.588000', '100745.591000', '100745.593000', '100745.596000', '100745.598000', '100745.601000', '100745.603000', '100745.606000', '100745.609000', '100745.624000', '100745.627000', '100745.630000', '100745.632000', '100745.635000', '100805.503000', '100805.506000', '100805.509000', '100805.512000', '100805.514000', '100805.517000', '100805.519000', '100805.522000', '100805.525000', '100805.527000', '100805.530000', '100805.533000', '100805.535000', '100805.538000', '100805.540000', '100805.543000', '100805.545000', '100805.548000', '100805.550000', '100805.553000', '100805.556000', '100805.558000', '100805.561000', '100805.564000', '100805.566000', '100805.569000', '100805.572000', '100805.574000', '100805.587000', '100805.590000', '100805.592000', '100805.595000', '100805.597000', '100805.600000', '100805.603000', '100805.605000', '100805.608000', '100805.610000', '100805.613000', '100805.615000', '100805.618000', '100805.622000', '100805.625000', '100825.503000', '100825.506000', '100825.509000', '100825.511000', '100825.514000', '100825.517000', '100825.519000', '100825.522000', '100825.525000', '100825.527000', '100825.530000', '100825.532000', '100825.535000', '100825.538000', '100825.540000', '100825.543000', '100825.545000', '100825.548000', '100825.550000', '100825.553000', '100825.556000', '100825.558000', '100825.561000', '100825.563000', '100825.566000', '100825.568000', '100825.571000', '100825.574000', '100825.576000', '100825.579000', '100825.582000', '100825.584000', '100825.587000', '100825.589000', '100825.592000', '100825.594000', '100825.597000', '100825.600000', '100825.602000', '100825.605000', '100825.607000', '100825.610000', '100825.613000', '100825.615000', '100845.502000', '100845.505000', '100845.508000', '100845.510000', '100845.513000', '100845.515000', '100845.518000', '100845.521000', '100845.523000', '100845.526000', '100845.528000', '100845.531000', '100845.534000', '100845.536000', '100845.539000', '100845.541000', '100845.544000', '100845.547000', '100845.549000', '100845.552000', '100845.554000', '100845.557000', '100845.560000', '100845.567000', '100845.570000', '100845.573000', '100845.575000', '100845.578000', '100845.581000', '100845.583000', '100845.586000', '100845.588000', '100845.591000', '100845.594000', '100845.596000', '100845.599000', '100845.602000', '100845.604000', '100845.607000', '100845.610000', '100845.612000', '100845.615000', '100845.617000', '100905.502000', '100905.505000', '100905.508000', '100905.511000', '100905.513000', '100905.516000', '100905.518000', '100905.521000', '100905.524000', '100905.526000', '100905.529000', '100905.531000', '100905.534000', '100905.537000', '100905.539000', '100905.542000', '100905.545000', '100905.547000', '100905.550000', '100905.552000', '100905.555000', '100905.558000', '100905.560000', '100905.563000', '100905.566000', '100905.568000', '100905.571000', '100905.573000', '100905.576000', '100905.578000', '100905.581000', '100905.584000', '100905.586000', '100905.589000', '100905.591000', '100905.594000', '100905.597000', '100905.599000', '100905.602000', '100905.605000', '100905.607000', '100905.610000', '100905.612000', '100905.615000', '100925.503000', '100925.506000', '100925.508000', '100925.511000', '100925.514000', '100925.516000', '100925.526000', '100925.529000', '100925.531000', '100925.534000', '100925.537000', '100925.539000', '100925.542000', '100925.545000', '100925.547000', '100925.550000', '100925.552000', '100925.555000', '100925.558000', '100925.560000', '100925.563000', '100925.566000', '100925.568000', '100925.571000', '100925.574000', '100925.576000', '100925.579000', '100925.582000', '100925.584000', '100925.587000', '100925.589000', '100925.592000', '100925.595000', '100925.597000', '100925.600000', '100925.602000', '100925.605000', '100925.608000', '100925.610000', '100925.613000', '100925.615000', '100925.618000', '100925.621000', '100945.503000', '100945.506000', '100945.509000', '100945.512000', '100945.514000', '100945.517000', '100945.519000', '100945.522000', '100945.524000', '100945.527000', '100945.530000', '100945.532000', '100945.535000', '100945.537000', '100945.540000', '100945.543000', '100945.545000', '100945.548000', '100945.551000', '100945.553000', '100945.556000', '100945.558000', '100945.561000', '100945.563000', '100945.566000', '100945.569000', '100945.571000', '100945.574000', '100945.576000', '100945.579000', '100945.582000', '100945.584000', '100945.587000', '100945.589000', '100945.592000', '100945.595000', '100945.597000', '100945.600000', '100945.602000', '100945.605000', '100945.607000', '100945.610000', '100945.613000', '100945.615000', '101005.503000', '101005.506000', '101005.509000', '101005.511000', '101005.514000', '101005.517000', '101005.519000', '101005.522000', '101005.525000', '101005.527000', '101005.530000', '101005.532000', '101005.535000', '101005.538000', '101005.540000', '101005.543000', '101005.545000', '101005.548000', '101005.551000', '101005.553000', '101005.556000', '101005.559000', '101005.561000', '101005.564000', '101005.566000', '101005.569000', '101005.572000', '101005.574000', '101005.577000', '101005.580000', '101005.582000', '101005.585000', '101005.587000', '101005.590000', '101005.593000', '101005.595000', '101005.598000', '101005.601000', '101005.603000', '101005.606000', '101005.608000', '101005.611000', '101005.614000', '101025.504000', '101025.507000', '101025.509000', '101025.512000', '101025.515000', '101025.518000', '101025.520000', '101025.523000', '101025.525000', '101025.528000', '101025.530000', '101025.533000', '101025.536000', '101025.538000', '101025.541000', '101025.543000', '101025.546000', '101025.549000', '101025.551000', '101025.554000', '101025.556000', '101025.559000', '101025.562000', '101025.564000', '101025.574000', '101025.577000', '101025.580000', '101025.582000', '101025.585000', '101025.588000', '101025.590000', '101025.593000', '101025.595000', '101025.598000', '101025.601000', '101025.603000', '101025.606000', '101025.609000', '101025.611000', '101025.614000', '101025.616000', '101025.619000', '101025.622000', '101025.624000', '101045.503000', '101045.506000', '101045.509000', '101045.512000', '101045.514000', '101045.517000', '101045.519000', '101045.522000', '101045.525000', '101045.527000', '101045.530000', '101045.532000', '101045.535000', '101045.538000', '101045.540000', '101045.543000', '101045.545000', '101045.548000', '101045.551000', '101045.553000', '101045.556000', '101045.558000', '101045.561000', '101045.564000', '101045.566000', '101045.569000', '101045.571000', '101045.574000', '101045.577000', '101045.579000', '101045.582000', '101045.584000', '101045.587000', '101045.590000', '101045.592000', '101045.595000', '101045.597000', '101045.600000', '101045.603000', '101045.605000', '101045.608000', '101045.611000', '101045.613000', '101105.502000', '101105.505000', '101105.508000', '101105.510000', '101105.513000', '101105.516000', '101105.518000', '101105.521000', '101105.524000', '101105.526000', '101105.529000', '101105.531000', '101105.534000', '101105.537000', '101105.539000', '101105.542000', '101105.545000', '101105.547000', '101105.550000', '101105.553000', '101105.555000', '101105.558000', '101105.560000', '101105.563000', '101105.566000', '101105.568000', '101105.571000', '101105.573000', '101105.576000', '101105.579000', '101105.581000', '101105.620000', '101105.623000', '101105.625000', '101105.628000', '101105.631000', '101105.633000', '101105.636000', '101105.639000', '101105.641000', '101105.644000', '101105.646000', '101105.649000', '101105.651000', '101125.503000', '101125.505000', '101125.508000', '101125.511000', '101125.513000', '101125.516000', '101125.519000', '101125.521000', '101125.524000', '101125.536000', '101125.538000', '101125.541000', '101125.544000', '101125.546000', '101125.549000', '101125.552000', '101125.554000', '101125.557000', '101125.559000', '101125.562000', '101125.565000', '101125.567000', '101125.570000', '101125.573000', '101125.575000', '101125.578000', '101125.580000', '101125.583000', '101125.585000', '101125.588000', '101125.591000', '101125.593000', '101125.596000', '101125.599000', '101125.601000', '101125.604000', '101125.606000', '101125.609000', '101125.612000', '101125.614000', '101125.617000', '101125.620000', '101125.622000', '101145.503000', '101145.506000', '101145.508000', '101145.511000', '101145.513000', '101145.516000', '101145.519000', '101145.521000', '101145.524000', '101145.526000', '101145.529000', '101145.532000', '101145.534000', '101145.537000', '101145.539000', '101145.542000', '101145.545000', '101145.547000', '101145.550000', '101145.553000', '101145.555000', '101145.558000', '101145.561000', '101145.563000', '101145.566000', '101145.568000', '101145.571000', '101145.574000', '101145.576000', '101145.579000', '101145.582000', '101145.584000', '101145.587000', '101145.590000', '101145.592000', '101145.595000', '101145.597000', '101145.600000', '101145.603000', '101145.605000', '101145.608000', '101145.611000', '101145.613000', '101145.616000', '101205.503000', '101205.506000', '101205.509000', '101205.511000', '101205.514000', '101205.517000', '101205.520000', '101205.522000', '101205.525000', '101205.527000', '101205.530000', '101205.532000', '101205.535000', '101205.538000', '101205.541000', '101205.543000', '101205.546000', '101205.548000', '101205.551000', '101205.554000', '101205.556000', '101205.559000', '101205.561000', '101205.564000', '101205.567000', '101205.569000', '101205.572000', '101205.574000', '101205.577000', '101205.580000', '101205.582000', '101205.585000', '101205.588000', '101205.590000', '101205.593000', '101205.595000', '101205.598000', '101205.601000', '101205.603000', '101205.606000', '101205.608000', '101205.611000', '101205.614000', '101225.504000', '101225.507000', '101225.509000', '101225.512000', '101225.514000', '101225.517000', '101225.520000', '101225.522000', '101225.525000', '101225.528000', '101225.530000', '101225.533000', '101225.535000', '101225.538000', '101225.541000', '101225.543000', '101225.546000', '101225.549000', '101225.551000', '101225.554000', '101225.556000', '101225.559000', '101225.562000', '101225.564000', '101225.567000', '101225.570000', '101225.572000', '101225.575000', '101225.577000', '101225.580000', '101225.583000', '101225.585000', '101225.588000', '101225.591000', '101225.593000', '101225.596000', '101225.599000', '101225.601000', '101225.604000', '101225.607000', '101225.609000', '101225.623000', '101225.626000', '101225.628000', '101245.504000', '101245.506000', '101245.509000', '101245.512000', '101245.514000', '101245.517000', '101245.520000', '101245.522000', '101245.525000', '101245.527000', '101245.530000', '101245.533000', '101245.535000', '101245.538000', '101245.540000', '101245.543000', '101245.546000', '101245.548000', '101245.551000', '101245.553000', '101245.556000', '101245.559000', '101245.561000', '101245.564000', '101245.567000', '101245.569000', '101245.572000', '101245.574000', '101245.577000', '101245.580000', '101245.584000', '101245.587000', '101245.589000', '101245.592000', '101245.594000', '101245.597000', '101245.600000', '101245.602000', '101245.605000', '101245.608000', '101245.611000', '101245.613000', '101245.616000', '101305.503000', '101305.506000', '101305.509000', '101305.512000', '101305.515000', '101305.518000', '101305.521000', '101305.523000', '101305.526000', '101305.529000', '101305.531000', '101305.534000', '101305.536000', '101305.540000', '101305.543000', '101305.546000', '101305.548000', '101305.551000', '101305.553000', '101305.556000', '101305.558000', '101305.561000', '101305.564000', '101305.566000', '101305.569000', '101305.571000', '101305.574000', '101305.577000', '101305.579000', '101305.582000', '101305.584000', '101305.587000', '101305.589000', '101305.592000', '101305.595000', '101305.597000', '101305.600000', '101305.603000', '101305.605000', '101305.608000', '101305.610000', '101305.613000', '101305.616000', '101325.503000', '101325.505000', '101325.508000', '101325.511000', '101325.513000', '101325.516000', '101325.518000', '101325.521000', '101325.523000', '101325.526000', '101325.529000', '101325.531000', '101325.534000', '101325.536000', '101325.539000', '101325.541000', '101325.544000', '101325.547000', '101325.549000', '101325.552000', '101325.554000', '101325.557000', '101325.559000', '101325.562000', '101325.564000', '101325.567000', '101325.570000', '101325.572000', '101325.575000', '101325.577000', '101325.580000', '101325.582000', '101325.585000', '101325.588000', '101325.590000', '101325.593000', '101325.595000', '101325.598000', '101325.600000', '101325.603000', '101325.606000', '101325.608000', '101325.611000', '101325.613000', '101345.503000', '101345.506000', '101345.508000', '101345.511000', '101345.514000', '101345.516000', '101345.519000', '101345.521000', '101345.524000', '101345.527000', '101345.529000', '101345.532000', '101345.535000', '101345.537000', '101345.540000', '101345.542000', '101345.545000', '101345.547000', '101345.550000', '101345.553000', '101345.555000', '101345.558000', '101345.560000', '101345.563000', '101345.566000', '101345.568000', '101345.571000', '101345.573000', '101345.576000', '101345.578000', '101345.581000', '101345.584000', '101345.586000', '101345.589000', '101345.591000', '101345.594000', '101345.597000', '101345.599000', '101345.602000', '101345.605000', '101345.607000', '101345.610000', '101345.612000', '101405.502000', '101405.505000', '101405.508000', '101405.510000', '101405.513000', '101405.516000', '101405.518000', '101405.521000', '101405.523000', '101405.543000', '101405.546000', '101405.549000', '101405.551000', '101405.554000', '101405.556000', '101405.559000', '101405.562000', '101405.564000', '101405.567000', '101405.569000', '101405.572000', '101405.574000', '101405.577000', '101405.580000', '101405.582000', '101405.585000', '101405.587000', '101405.590000', '101405.593000', '101405.595000', '101405.598000', '101405.600000', '101405.603000', '101405.605000', '101405.608000', '101405.611000', '101405.613000', '101405.616000', '101405.618000', '101405.621000', '101405.624000', '101405.626000', '101405.629000', '101405.631000', '101425.504000', '101425.507000', '101425.509000', '101425.512000', '101425.514000', '101425.517000', '101425.519000', '101425.522000', '101425.525000', '101425.527000', '101425.530000', '101425.532000', '101425.535000', '101425.538000', '101425.540000', '101425.543000', '101425.545000', '101425.548000', '101425.551000', '101425.554000', '101425.557000', '101425.560000', '101425.562000', '101425.565000', '101425.568000', '101425.571000', '101425.573000', '101425.576000', '101425.579000', '101425.582000', '101425.585000', '101425.587000', '101425.590000', '101425.592000', '101425.595000', '101425.598000', '101425.601000', '101425.603000', '101425.606000', '101425.608000', '101425.611000', '101425.613000', '101425.616000', '101445.504000', '101445.507000', '101445.509000', '101445.512000', '101445.514000', '101445.517000', '101445.520000', '101445.522000', '101445.525000', '101445.527000', '101445.530000', '101445.533000', '101445.535000', '101445.538000', '101445.540000', '101445.543000', '101445.546000', '101445.548000', '101445.551000', '101445.553000', '101445.556000', '101445.559000', '101445.561000', '101445.564000', '101445.566000', '101445.569000', '101445.571000', '101445.574000', '101445.577000', '101445.579000', '101445.582000', '101445.584000', '101445.587000', '101445.590000', '101445.592000', '101445.595000', '101445.597000', '101445.600000', '101445.603000', '101445.605000', '101445.608000', '101445.610000', '101445.613000', '101445.616000', '101505.503000', '101505.506000', '101505.509000', '101505.511000', '101505.514000', '101505.517000', '101505.519000', '101505.522000', '101505.524000', '101505.527000', '101505.529000', '101505.532000', '101505.535000', '101505.537000', '101505.540000', '101505.542000', '101505.545000', '101505.548000', '101505.550000', '101505.553000', '101505.555000', '101505.558000', '101505.561000', '101505.570000', '101505.573000', '101505.575000', '101505.578000', '101505.581000', '101505.583000', '101505.586000', '101505.588000', '101505.591000', '101505.593000', '101505.596000', '101505.599000', '101505.601000', '101505.604000', '101505.606000', '101505.609000', '101505.612000', '101505.614000', '101505.617000', '101505.619000', '101525.503000', '101525.506000', '101525.509000', '101525.512000', '101525.514000', '101525.527000', '101525.529000', '101525.532000', '101525.534000', '101525.537000', '101525.540000', '101525.542000', '101525.545000', '101525.547000', '101525.550000', '101525.553000', '101525.555000', '101525.558000', '101525.560000', '101525.563000', '101525.566000', '101525.569000', '101525.571000', '101525.574000', '101525.576000', '101525.579000', '101525.581000', '101525.584000', '101525.587000', '101525.589000', '101525.592000', '101525.594000', '101525.597000', '101525.599000', '101525.602000', '101525.605000', '101525.607000', '101525.610000', '101525.612000', '101525.615000', '101525.618000', '101525.620000', '101525.623000', '101525.625000', '101545.503000', '101545.505000', '101545.508000', '101545.511000', '101545.513000', '101545.516000', '101545.518000', '101545.521000', '101545.524000', '101545.526000', '101545.529000', '101545.531000', '101545.534000', '101545.537000', '101545.539000', '101545.542000', '101545.545000', '101545.548000', '101545.551000', '101545.553000', '101545.556000', '101545.559000', '101545.561000', '101545.564000', '101545.567000', '101545.569000', '101545.572000', '101545.574000', '101545.577000', '101545.579000', '101545.582000', '101545.585000', '101545.587000', '101545.590000', '101545.592000', '101545.595000', '101545.597000', '101545.600000', '101545.603000', '101545.605000', '101545.608000', '101545.611000', '101545.613000', '101605.503000', '101605.505000', '101605.508000', '101605.511000', '101605.513000', '101605.516000', '101605.518000', '101605.521000', '101605.524000', '101605.526000', '101605.529000', '101605.531000', '101605.534000', '101605.537000', '101605.539000', '101605.542000', '101605.544000', '101605.547000', '101605.550000', '101605.552000', '101605.555000', '101605.557000', '101605.560000', '101605.563000', '101605.565000', '101605.568000', '101605.570000', '101605.573000', '101605.575000', '101605.578000', '101605.581000', '101605.583000', '101605.586000', '101605.588000', '101605.591000', '101605.594000', '101605.596000', '101605.599000', '101605.602000', '101605.604000', '101605.607000', '101605.609000', '101605.612000', '101605.614000', '101625.503000', '101625.505000', '101625.508000', '101625.511000', '101625.513000', '101625.516000', '101625.519000', '101625.521000', '101625.524000', '101625.526000', '101625.529000', '101625.531000', '101625.534000', '101625.537000', '101625.539000', '101625.542000', '101625.544000', '101625.547000', '101625.550000', '101625.552000', '101625.555000', '101625.557000', '101625.560000', '101625.562000', '101625.565000', '101625.568000', '101625.570000', '101625.573000', '101625.576000', '101625.578000', '101625.581000', '101625.583000', '101625.586000', '101625.589000', '101625.591000', '101625.594000', '101625.597000', '101625.600000', '101625.603000', '101625.605000', '101625.608000', '101625.611000', '101625.613000', '101645.504000', '101645.506000', '101645.509000', '101645.512000', '101645.515000', '101645.517000', '101645.520000', '101645.522000', '101645.525000', '101645.528000', '101645.530000', '101645.533000', '101645.536000', '101645.538000', '101645.541000', '101645.544000', '101645.546000', '101645.549000', '101645.552000', '101645.554000', '101645.557000', '101645.559000', '101645.562000', '101645.564000', '101645.567000', '101645.570000', '101645.572000', '101645.575000', '101645.578000', '101645.580000', '101645.583000', '101645.586000', '101645.588000', '101645.597000', '101645.600000', '101645.602000', '101645.605000', '101645.608000', '101645.610000', '101645.613000', '101645.615000', '101645.618000', '101645.621000', '101645.623000', '101705.504000', '101705.506000', '101705.509000', '101705.512000', '101705.514000', '101705.517000', '101705.519000', '101705.522000', '101705.524000', '101705.527000', '101705.530000', '101705.532000', '101705.535000', '101705.537000', '101705.540000', '101705.543000', '101705.545000', '101705.548000', '101705.550000', '101705.553000', '101705.556000', '101705.558000', '101705.561000', '101705.563000', '101705.566000', '101705.569000', '101705.571000', '101705.574000', '101705.577000', '101705.579000', '101705.582000', '101705.584000', '101705.587000', '101705.590000', '101705.592000', '101705.595000', '101705.598000', '101705.600000', '101705.603000', '101705.606000', '101705.608000', '101705.611000', '101705.613000', '101725.504000', '101725.506000', '101725.509000', '101725.512000', '101725.514000', '101725.517000', '101725.519000', '101725.522000', '101725.524000', '101725.527000', '101725.530000', '101725.532000', '101725.535000', '101725.537000', '101725.540000', '101725.542000', '101725.546000', '101725.548000', '101725.551000', '101725.553000', '101725.556000', '101725.558000', '101725.561000', '101725.564000', '101725.566000', '101725.569000', '101725.572000', '101725.574000', '101725.577000', '101725.580000', '101725.582000', '101725.585000', '101725.587000', '101725.590000', '101725.593000', '101725.595000', '101725.598000', '101725.601000', '101725.603000', '101725.606000', '101725.609000', '101725.611000', '101725.614000', '101725.616000', '101744.247000', '101744.250000', '101744.253000', '101744.255000', '101744.258000', '101744.261000', '101744.264000', '101744.267000', '101744.270000', '101744.274000', '101744.279000', '101744.285000', '101744.290000', '101744.293000', '101744.296000', '101744.298000', '101744.301000', '101744.304000', '101744.307000', '101744.309000', '101744.312000', '101744.316000', '101744.319000', '101744.322000', '101744.325000', '101744.328000', '101744.331000', '101744.334000', '101744.337000', '101744.340000', '101744.343000', '101744.345000', '101744.348000', '101744.352000', '101744.356000', '101744.359000', '101744.363000', '101744.366000', '101744.369000', '101744.372000', '101744.375000'], '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': [9574, 12739, 8159, 6947, 11035, 8165, 12597, 8210, 9237, 9254, 6697, 10710, 7432, 11790, 7893, 6824, 9349, 6861, 11065, 7532, 8312, 7928, 6766, 10024, 6654, 11650, 8308, 12073, 8313, 13837, 8428, 7766, 9306, 6741, 11400, 8162, 12553, 8358, 10855, 7908, 7909, 9802, 7188, 10533, 7198, 11391, 8257, 11441, 8119, 9873, 8242, 8170, 10413, 7173, 11485, 7929, 13107, 8541, 12052, 8020, 9263, 10011, 7125, 11303, 8401, 13731, 9063, 8072, 9734, 7164, 12544, 8754, 12452, 8123, 9403, 10413, 6837, 10837, 8151, 13447, 8758, 7488, 10494, 6856, 12687, 8664, 9963, 8930, 7430, 11833, 8095, 11380, 8596, 10306, 9895, 6951, 10794, 8198, 13860, 8676, 8294, 9080, 7074, 11714, 8438, 10219, 6851, 7235, 10869, 7454, 6501, 11689, 8371, 11587, 10764, 8273, 12137, 9154, 11882, 8540, 9041, 8532, 7070, 11051, 7952, 11283, 8164, 7100, 10829, 7717, 11993, 8386, 8333, 11523, 7460, 11510, 8527, 12043, 9791, 7375, 10886, 8089, 13169, 9082, 6909, 11026, 7973, 13391, 8967, 7515, 10017, 6798, 12716, 8369, 10974, 8715, 7778, 10443, 7206, 11140, 8127, 10417, 9101, 7495, 11046, 8289, 11620, 8592, 10204, 9667, 7957, 10859, 8598, 11718, 7129, 11303, 7546, 11971, 7919, 11189, 8179, 8610, 9816, 9085, 11296, 7468, 11245, 7238, 11149, 7355, 11050, 7284, 11023, 7392, 11495, 7745, 11954, 8262, 10636, 8204, 10960, 8910, 9694, 10520, 7985, 11119, 7034, 12347, 8463, 11330, 8812, 12469, 9176, 8209, 9964, 7603, 10592, 7317, 11835, 6964, 11032, 8114, 11922, 8458, 11466, 8828, 8121, 10624, 7180, 12105, 8111, 11434, 8664, 10231, 10008, 8075, 11702, 7176, 12083, 8391, 11576, 8491, 12843, 9049, 12535, 9843, 8545, 10627, 7136, 11894, 7061, 11258, 7785, 11743, 8201, 11082, 8522, 9220, 9303, 7554, 11311, 7515, 11683, 8003, 12649, 8683, 11476, 8414, 9781, 9016, 10036, 10422, 6931, 11410, 7064, 11889, 7393, 11230, 8059, 11044, 8742, 7701, 10370, 6893, 11026, 7220, 11724, 7922, 12447, 8871, 9282, 9159, 8251, 11008, 6655, 11805, 8057, 8841, 9437, 7105, 12015, 7579, 11886, 8845, 9202, 11225, 7552, 11808, 8848, 9815, 10694, 6593, 11802, 7950, 11578, 8538, 11856, 8694, 6930, 10947, 7523, 8424, 9395, 6483, 12341, 7797, 11288, 8573, 12459, 7895, 11133, 7853, 10686, 8027, 8887, 8216, 7416, 9831, 6599, 11253, 7927, 8728, 8670, 7368, 10361, 8784, 11361, 11473, 9704, 13798, 9120, 9694, 8548, 6649, 12389, 8203, 8218, 8139, 6897, 11747, 8156, 11740, 8435, 11181, 9441, 7499, 10356, 7841, 11116, 8516, 9912, 9290, 10401, 9798, 8464, 9820, 7348, 12599, 8222, 10572, 8546, 12151, 8702, 12191, 8156, 8244, 8456, 8504, 10318, 7587, 10404, 8014, 11073, 8272, 11006, 8120, 9140, 8537, 10628, 9702, 7695, 9824, 7325, 12120, 7784, 10016, 7794, 10870, 7974, 9362, 8380, 7367, 9447, 6470, 10725, 7863, 8891, 8757, 7161, 11235, 7798, 10790, 8348, 12660, 9240, 8446, 8528, 7363, 8525, 9680, 7453, 10605, 8959, 9249, 10406, 8664, 9292, 7671, 11215, 7550, 10417, 7814, 7923, 9445, 6682, 9969, 7862, 9573, 8437, 8075, 10512, 7735, 10782, 8784, 10512, 10346, 6974, 10711, 8491, 12202, 9737, 7231, 9976, 7899, 11016, 8782, 8652, 10178, 7212, 10728, 8274, 8423, 9743, 6852, 10105, 8026, 9141, 9453, 6674, 10088, 7873, 12221, 8262, 7291, 9053, 7245, 11379, 7890, 8296, 8909, 6587, 11022, 7612, 6742, 7510, 6434, 6598, 12313, 9799, 9149, 11443, 8723, 11693, 9383, 7710, 8748, 10747, 10337, 9258, 12149, 11159, 11531, 11331, 7894, 10162, 8260, 7040, 10683, 8050, 8728, 8844, 6887, 10722, 8075, 6764, 9853, 7562, 11774, 8283, 9320, 9509, 6548, 10781, 7751, 11293, 7837, 9009, 8121, 8210, 9692, 6571, 10968, 7966, 11440, 8205, 9359, 8623, 7447, 9589, 6418, 11395, 7799, 11172, 8241, 9061, 9643, 7192, 10937, 8119, 11761, 8218, 9348, 8283, 7557, 10043, 6754, 11282, 8169, 11456, 8606, 7468, 9805, 7671, 10986, 8324, 8669, 9016, 6498, 11062, 7994, 12724, 8349, 7187, 9422, 6971, 11652, 8037, 8130, 9754, 6655, 11174, 7656, 10325, 8179, 8440, 9164, 6571, 10798, 7952, 10985, 8738, 10066, 8876, 7599, 9733, 6499, 10879, 7041, 10869, 8213, 7570, 10045, 6243, 10999, 7709, 7916, 9484, 7569, 7835, 10208, 6744, 11569, 7735, 11017, 9006, 12914, 7905, 8486, 8348, 6975, 9874, 6613, 8792, 7228, 10092, 8772, 6473, 9702, 8133, 11461, 7893, 10447, 8294, 7823, 10259, 6709, 11637, 8090, 11421, 9259, 10771, 11827, 7666, 10420, 7221, 10995, 6662, 11706, 7371, 9945, 7710, 11595, 7708, 7686, 8712, 6430, 10523, 6715, 10603, 7427, 10487, 8072, 11633, 8527, 8330, 9029, 7152, 10436, 6786, 10263, 6911, 10905, 7572, 10720, 7774, 9457, 8539, 7013, 9256, 6329, 10620, 6994, 10341, 7889, 10707, 8178, 9337, 8482, 8408, 9446, 6973, 10351, 6466, 9964, 7431, 12113, 8478, 6579, 9636, 6787, 10461, 7323, 8546, 8766, 7096, 10171, 6535, 10315, 7140, 10411, 7531, 11649, 8339, 10517, 8308, 7579, 9187, 6410, 10598, 6705, 10474, 7717, 9979, 9020, 6867, 9819, 7103, 11707, 9060, 8312, 9395, 6398, 10938, 6870, 11845, 7613, 8303, 9361, 6470, 10456, 6572, 10722, 7980, 8361, 8882, 6383, 9879, 7647, 9581, 8803, 6370, 10142, 7475, 7977, 9440, 7034, 8121, 10069, 9326, 11166, 10738, 9826, 12174, 8689, 10454, 6521, 11060, 7337, 7234, 9484, 6479, 10520, 7425, 7832, 9356, 6318, 9918, 7164, 10068, 10052, 7643, 9387, 6289, 10265, 6328, 11902, 7177, 9652, 8498, 6088, 9027, 6285, 6404, 7463, 6113, 11233, 10061, 7615, 13032, 9405, 7078, 12603, 9488, 7871, 12252, 11433, 9449, 13995, 11086, 12261, 11294, 7263, 11692, 9226, 8452, 11503, 7646, 12328, 8567, 7549, 10502, 6852, 11628, 8610, 8723, 9682, 6525, 11146, 8307, 8495, 9258, 6444, 11047, 7599, 9776, 8445, 7210, 10546, 7379, 11054, 8388, 10491, 9532, 7079, 10737, 7061, 11935, 8114, 10715, 9331, 6933, 11115, 7854, 10458, 9395, 6787, 10925, 7688, 13425, 8436, 7478, 10251, 6873, 11964, 8371, 8694, 9695, 7045, 11886, 8303, 9750, 9058, 6744, 11833, 8133, 8776, 9576, 6664, 11491, 7968, 9002, 9603, 6533, 11296, 8154, 9029, 9580, 6434, 12055, 8225, 11871, 8370, 7936, 9925, 6429, 10611, 7984, 9474, 9310, 6447, 10595, 7840, 11288, 8603, 7584, 10466, 7307, 9710, 9387, 6819, 11270, 7170, 11991, 8217, 8842, 9231, 6389, 11733, 7218, 11353, 8464, 8089, 10614, 6616, 10531, 7721, 11763, 8645, 6811, 9762, 6574, 11060, 7241, 11750, 8271, 8614, 9350, 6469, 10793, 7072, 12045, 7743, 7906, 8876, 6430, 11077, 7008, 10432, 8386, 6853, 10684, 6976, 11498, 8479, 9737, 9897, 6354, 10976, 8019, 9549, 9709, 7121, 9494, 9385, 7569, 10531, 10016, 6810, 11622, 9357, 9007, 11019, 7775, 10926, 7259, 11500, 8708, 6846, 10453, 7036, 9164, 8836, 6723, 11532, 7414, 6543, 9118, 6875, 12177, 7960, 6523, 10327, 7111, 11777, 8260, 9097, 8988, 6749, 10964, 7808, 12027, 7581, 8680, 8765, 7306, 10094, 6643, 10188, 7598, 9533, 8971, 7732, 8490, 6226, 6668, 8303, 8026, 10862, 8739, 7007, 10971, 8540, 6907, 10666, 9049, 8770, 11979, 8272, 10534, 9768, 6981, 11926, 9883, 10006, 9644, 6724, 10408, 7729, 7688, 9657, 6677, 10937, 7750, 7421, 9940, 6793, 10815, 7520, 7794, 9015, 6401, 10360, 6849, 7660, 8878, 6507, 10987, 7843, 6599, 9220, 6608, 10912, 7449, 12082, 7367, 6955, 9421, 6632, 12097, 7665, 6695, 9105, 6524, 10320, 7482, 7804, 9740, 7648, 7872, 10343, 8046, 11407, 9634, 10383, 12355, 8261, 8611, 9251, 6917, 11759, 8503, 10161, 8455, 6686, 10767, 8131, 10737, 9605, 6706, 10313, 7780, 11775, 8760, 7610, 9856, 7880, 10851, 7989, 7566, 10083, 7005, 10250, 7922, 7019, 10146, 6691, 11936, 8795, 8472, 8857, 6707, 10644, 7843, 11246, 8104, 7363, 9814, 6494, 11270, 7940, 10879, 7816, 8661, 9926, 6975, 10539, 7455, 12032, 8542, 6665, 9927, 7218, 10617, 8278, 13003, 8224, 7268, 8589, 6852, 10789, 7275, 9923, 8120, 7764, 9951, 6784, 10785, 7453, 11196, 8274, 7411, 9166, 6565, 11023, 8246, 11381, 8639, 8372, 9756, 8023, 10231, 7354, 10794, 8076, 12406, 8816, 8281, 9970, 7686, 11306, 7270, 10740, 7879, 12442, 8235, 7406, 9121, 6325, 10892, 7502, 9944, 8378, 7084, 10912, 7669, 11192, 8510, 8425, 11087, 7402, 10884, 8542, 8750, 9931, 7112, 11660, 8459, 9873, 9419, 6985, 11055, 7723, 9713, 9189, 6371, 11001, 8709, 6688, 9953, 8806, 6631, 10992, 7565, 12089, 8327, 8930, 10500, 7803, 13655, 8121, 6362, 9385, 7141, 10700, 9063, 6640, 10167, 7566, 11221, 8044, 11182, 8572, 9769, 9400, 7911, 9990, 7013, 11193, 7165, 10986, 7592, 9769, 7539, 10956, 7778, 11313, 8229, 7898, 8486, 7950, 9832, 8146, 10035, 7670, 9797, 6693, 11102, 7511, 10265, 7754, 9260, 8533, 6997, 11085, 7615, 10583, 8610, 10713, 9940, 9841, 10812, 7573, 11634, 8280, 13263, 9324, 9229, 8569, 6930, 11574, 8707, 8903, 9010, 6433, 12805, 8362, 7501, 9348, 7400, 12550, 8200, 7600, 8969, 6973, 12774, 8465, 7662, 9491, 7059, 13584, 7904, 6682, 11594, 8358, 7024, 14415, 9366, 10784, 10026, 7599, 10849, 7845, 9926, 9838, 7150, 10549, 7639, 12293, 8848, 6750, 8868, 6948, 11608, 7701, 9272, 7199, 6384, 9117, 6551, 10270, 7433, 9738, 7506, 12758, 7523, 7484, 8233, 7843, 10140, 8631, 10217, 7763, 11985, 8589, 10643, 7362, 10718, 7353, 13377, 8465, 7308, 8786, 6713, 11933, 8325, 11787], 'WindowCenter': [3881.0, 3884.0, 3828.0, 3804.0, 3855.0, 3824.0, 3853.0, 3825.0, 3834.0, 3834.0, 3793.0, 3844.0, 3814.0, 3865.0, 3827.0, 3805.0, 3847.0, 3806.0, 3869.0, 3828.0, 3839.0, 3840.0, 3808.0, 3861.0, 3819.0, 3871.0, 3840.0, 3880.0, 3840.0, 3880.0, 3841.0, 3830.0, 3862.0, 3820.0, 3881.0, 3841.0, 3882.0, 3853.0, 3872.0, 3842.0, 3840.0, 3874.0, 3831.0, 3884.0, 3833.0, 3884.0, 3853.0, 3883.0, 3843.0, 3872.0, 3853.0, 3853.0, 3885.0, 3833.0, 3884.0, 3843.0, 3895.0, 3864.0, 3894.0, 3854.0, 3862.0, 3874.0, 3832.0, 3884.0, 3853.0, 3895.0, 3865.0, 3853.0, 3873.0, 3831.0, 3895.0, 3864.0, 3894.0, 3854.0, 3863.0, 3885.0, 3833.0, 3884.0, 3855.0, 3895.0, 3864.0, 3843.0, 3884.0, 3833.0, 3896.0, 3865.0, 3874.0, 3864.0, 3832.0, 3885.0, 3854.0, 3884.0, 3854.0, 3873.0, 3874.0, 3844.0, 3884.0, 3853.0, 3905.0, 3865.0, 3852.0, 3863.0, 3831.0, 3896.0, 3866.0, 3886.0, 3833.0, 3843.0, 3886.0, 3855.0, 3835.0, 3897.0, 3867.0, 3898.0, 3898.0, 3854.0, 3895.0, 3863.0, 3884.0, 3852.0, 3850.0, 3850.0, 3819.0, 3883.0, 3853.0, 3883.0, 3852.0, 3832.0, 3884.0, 3853.0, 3894.0, 3854.0, 3854.0, 3897.0, 3844.0, 3895.0, 3864.0, 3895.0, 3875.0, 3842.0, 3883.0, 3853.0, 3894.0, 3864.0, 3833.0, 3885.0, 3855.0, 3905.0, 3865.0, 3842.0, 3873.0, 3821.0, 3894.0, 3853.0, 3883.0, 3851.0, 3840.0, 3873.0, 3841.0, 3883.0, 3851.0, 3873.0, 3864.0, 3842.0, 3884.0, 3853.0, 3883.0, 3863.0, 3874.0, 3874.0, 3841.0, 3884.0, 3851.0, 3894.0, 3831.0, 3881.0, 3840.0, 3882.0, 3852.0, 3883.0, 3852.0, 3850.0, 3873.0, 3862.0, 3883.0, 3842.0, 3883.0, 3829.0, 3871.0, 3828.0, 3871.0, 3829.0, 3871.0, 3828.0, 3869.0, 3839.0, 3881.0, 3852.0, 3872.0, 3851.0, 3871.0, 3862.0, 3861.0, 3883.0, 3840.0, 3883.0, 3831.0, 3894.0, 3851.0, 3882.0, 3864.0, 3895.0, 3873.0, 3850.0, 3873.0, 3839.0, 3872.0, 3843.0, 3894.0, 3830.0, 3882.0, 3851.0, 3893.0, 3853.0, 3883.0, 3863.0, 3852.0, 3885.0, 3833.0, 3896.0, 3855.0, 3884.0, 3866.0, 3884.0, 3886.0, 3854.0, 3896.0, 3833.0, 3896.0, 3864.0, 3884.0, 3865.0, 3893.0, 3864.0, 3894.0, 3874.0, 3862.0, 3873.0, 3830.0, 3894.0, 3832.0, 3883.0, 3853.0, 3895.0, 3865.0, 3894.0, 3864.0, 3862.0, 3874.0, 3854.0, 3884.0, 3841.0, 3893.0, 3853.0, 3896.0, 3864.0, 3883.0, 3863.0, 3871.0, 3863.0, 3872.0, 3882.0, 3830.0, 3882.0, 3830.0, 3882.0, 3843.0, 3894.0, 3864.0, 3882.0, 3863.0, 3853.0, 3884.0, 3842.0, 3884.0, 3855.0, 3908.0, 3867.0, 3907.0, 3876.0, 3886.0, 3874.0, 3851.0, 3885.0, 3833.0, 3896.0, 3879.0, 3875.0, 3874.0, 3842.0, 3896.0, 3854.0, 3894.0, 3875.0, 3875.0, 3896.0, 3853.0, 3894.0, 3863.0, 3873.0, 3885.0, 3832.0, 3893.0, 3851.0, 3880.0, 3862.0, 3892.0, 3862.0, 3841.0, 3882.0, 3853.0, 3863.0, 3874.0, 3833.0, 3908.0, 3866.0, 3894.0, 3865.0, 3895.0, 3854.0, 3882.0, 3851.0, 3870.0, 3851.0, 3860.0, 3851.0, 3843.0, 3899.0, 3844.0, 3895.0, 3852.0, 3876.0, 3864.0, 3858.0, 3912.0, 3893.0, 3924.0, 3915.0, 3890.0, 3911.0, 3879.0, 3876.0, 3867.0, 3835.0, 3909.0, 3868.0, 3867.0, 3869.0, 3860.0, 3899.0, 3869.0, 3897.0, 3868.0, 3898.0, 3878.0, 3846.0, 3886.0, 3854.0, 3885.0, 3866.0, 3875.0, 3879.0, 3886.0, 3876.0, 3852.0, 3873.0, 3844.0, 3896.0, 3854.0, 3873.0, 3851.0, 3881.0, 3852.0, 3881.0, 3841.0, 3850.0, 3851.0, 3851.0, 3873.0, 3841.0, 3872.0, 3840.0, 3883.0, 3854.0, 3883.0, 3853.0, 3862.0, 3852.0, 3873.0, 3874.0, 3842.0, 3872.0, 3831.0, 3883.0, 3841.0, 3872.0, 3840.0, 3870.0, 3841.0, 3860.0, 3853.0, 3830.0, 3861.0, 3821.0, 3883.0, 3853.0, 3862.0, 3863.0, 3842.0, 3896.0, 3853.0, 3883.0, 3863.0, 3894.0, 3874.0, 3851.0, 3861.0, 3853.0, 3876.0, 3887.0, 3855.0, 3896.0, 3875.0, 3874.0, 3884.0, 3862.0, 3872.0, 3852.0, 3884.0, 3853.0, 3882.0, 3840.0, 3838.0, 3871.0, 3829.0, 3871.0, 3852.0, 3872.0, 3865.0, 3852.0, 3883.0, 3851.0, 3881.0, 3861.0, 3881.0, 3871.0, 3829.0, 3870.0, 3860.0, 3880.0, 3860.0, 3839.0, 3869.0, 3849.0, 3868.0, 3849.0, 3849.0, 3870.0, 3839.0, 3880.0, 3850.0, 3848.0, 3870.0, 3829.0, 3870.0, 3851.0, 3872.0, 3872.0, 3829.0, 3870.0, 3850.0, 3890.0, 3861.0, 3839.0, 3860.0, 3839.0, 3893.0, 3852.0, 3850.0, 3860.0, 3830.0, 3895.0, 3854.0, 3830.0, 3840.0, 3833.0, 3846.0, 3908.0, 3874.0, 3861.0, 3883.0, 3852.0, 3895.0, 3876.0, 3855.0, 3863.0, 3885.0, 3874.0, 3863.0, 3880.0, 3870.0, 3869.0, 3869.0, 3837.0, 3855.0, 3835.0, 3813.0, 3854.0, 3824.0, 3834.0, 3834.0, 3812.0, 3854.0, 3825.0, 3816.0, 3858.0, 3840.0, 3879.0, 3849.0, 3847.0, 3859.0, 3806.0, 3867.0, 3826.0, 3867.0, 3838.0, 3846.0, 3839.0, 3850.0, 3861.0, 3818.0, 3868.0, 3838.0, 3878.0, 3851.0, 3860.0, 3862.0, 3839.0, 3859.0, 3807.0, 3880.0, 3839.0, 3880.0, 3850.0, 3860.0, 3860.0, 3829.0, 3880.0, 3840.0, 3880.0, 3849.0, 3858.0, 3850.0, 3839.0, 3870.0, 3818.0, 3880.0, 3851.0, 3881.0, 3850.0, 3828.0, 3869.0, 3839.0, 3869.0, 3850.0, 3859.0, 3860.0, 3819.0, 3881.0, 3852.0, 3892.0, 3850.0, 3828.0, 3859.0, 3828.0, 3881.0, 3851.0, 3850.0, 3871.0, 3830.0, 3882.0, 3851.0, 3870.0, 3850.0, 3848.0, 3860.0, 3829.0, 3882.0, 3851.0, 3881.0, 3863.0, 3871.0, 3860.0, 3838.0, 3870.0, 3817.0, 3870.0, 3830.0, 3880.0, 3849.0, 3838.0, 3871.0, 3820.0, 3880.0, 3851.0, 3849.0, 3872.0, 3852.0, 3852.0, 3885.0, 3844.0, 3894.0, 3853.0, 3881.0, 3860.0, 3879.0, 3837.0, 3846.0, 3836.0, 3826.0, 3868.0, 3828.0, 3860.0, 3841.0, 3882.0, 3876.0, 3832.0, 3885.0, 3852.0, 3882.0, 3865.0, 3883.0, 3864.0, 3853.0, 3885.0, 3844.0, 3894.0, 3852.0, 3881.0, 3862.0, 3882.0, 3881.0, 3838.0, 3870.0, 3826.0, 3868.0, 3816.0, 3867.0, 3826.0, 3856.0, 3824.0, 3865.0, 3825.0, 3835.0, 3847.0, 3816.0, 3869.0, 3828.0, 3880.0, 3840.0, 3869.0, 3851.0, 3880.0, 3860.0, 3849.0, 3860.0, 3827.0, 3869.0, 3817.0, 3868.0, 3829.0, 3880.0, 3850.0, 3880.0, 3839.0, 3859.0, 3860.0, 3830.0, 3860.0, 3818.0, 3881.0, 3842.0, 3871.0, 3852.0, 3881.0, 3862.0, 3871.0, 3862.0, 3849.0, 3871.0, 3831.0, 3871.0, 3819.0, 3871.0, 3841.0, 3890.0, 3850.0, 3829.0, 3871.0, 3830.0, 3882.0, 3853.0, 3874.0, 3875.0, 3842.0, 3885.0, 3833.0, 3884.0, 3843.0, 3882.0, 3852.0, 3882.0, 3852.0, 3881.0, 3861.0, 3839.0, 3861.0, 3819.0, 3883.0, 3842.0, 3883.0, 3852.0, 3883.0, 3873.0, 3843.0, 3884.0, 3842.0, 3894.0, 3874.0, 3862.0, 3872.0, 3818.0, 3882.0, 3830.0, 3890.0, 3851.0, 3849.0, 3860.0, 3820.0, 3881.0, 3829.0, 3880.0, 3849.0, 3849.0, 3861.0, 3830.0, 3871.0, 3851.0, 3871.0, 3872.0, 3831.0, 3882.0, 3854.0, 3864.0, 3884.0, 3842.0, 3862.0, 3886.0, 3876.0, 3894.0, 3883.0, 3870.0, 3893.0, 3849.0, 3867.0, 3806.0, 3865.0, 3825.0, 3825.0, 3858.0, 3818.0, 3879.0, 3840.0, 3840.0, 3872.0, 3831.0, 3881.0, 3841.0, 3885.0, 3885.0, 3853.0, 3872.0, 3831.0, 3883.0, 3820.0, 3891.0, 3842.0, 3871.0, 3863.0, 3835.0, 3873.0, 3831.0, 3832.0, 3852.0, 3835.0, 3909.0, 3887.0, 3856.0, 3908.0, 3876.0, 3844.0, 3908.0, 3876.0, 3855.0, 3907.0, 3885.0, 3875.0, 3893.0, 3858.0, 3866.0, 3855.0, 3811.0, 3852.0, 3833.0, 3820.0, 3854.0, 3822.0, 3864.0, 3834.0, 3823.0, 3855.0, 3803.0, 3865.0, 3835.0, 3834.0, 3858.0, 3806.0, 3868.0, 3849.0, 3848.0, 3859.0, 3820.0, 3882.0, 3852.0, 3872.0, 3852.0, 3840.0, 3884.0, 3841.0, 3882.0, 3864.0, 3883.0, 3874.0, 3831.0, 3884.0, 3831.0, 3883.0, 3852.0, 3882.0, 3871.0, 3830.0, 3882.0, 3852.0, 3884.0, 3873.0, 3831.0, 3884.0, 3852.0, 3903.0, 3862.0, 3842.0, 3883.0, 3833.0, 3893.0, 3862.0, 3861.0, 3871.0, 3829.0, 3894.0, 3863.0, 3871.0, 3860.0, 3829.0, 3893.0, 3853.0, 3861.0, 3873.0, 3830.0, 3893.0, 3852.0, 3862.0, 3874.0, 3821.0, 3884.0, 3852.0, 3862.0, 3873.0, 3821.0, 3893.0, 3863.0, 3893.0, 3851.0, 3839.0, 3871.0, 3819.0, 3882.0, 3851.0, 3871.0, 3873.0, 3831.0, 3884.0, 3863.0, 3883.0, 3864.0, 3854.0, 3884.0, 3843.0, 3873.0, 3874.0, 3830.0, 3883.0, 3832.0, 3882.0, 3852.0, 3859.0, 3860.0, 3819.0, 3881.0, 3840.0, 3881.0, 3849.0, 3851.0, 3882.0, 3831.0, 3881.0, 3851.0, 3881.0, 3862.0, 3830.0, 3872.0, 3832.0, 3882.0, 3842.0, 3894.0, 3862.0, 3862.0, 3874.0, 3820.0, 3882.0, 3842.0, 3893.0, 3852.0, 3853.0, 3863.0, 3822.0, 3895.0, 3843.0, 3883.0, 3863.0, 3832.0, 3885.0, 3843.0, 3894.0, 3863.0, 3874.0, 3884.0, 3832.0, 3883.0, 3855.0, 3886.0, 3873.0, 3844.0, 3873.0, 3874.0, 3855.0, 3897.0, 3885.0, 3844.0, 3895.0, 3874.0, 3862.0, 3882.0, 3840.0, 3881.0, 3841.0, 3880.0, 3849.0, 3818.0, 3881.0, 3830.0, 3871.0, 3861.0, 3832.0, 3894.0, 3841.0, 3819.0, 3861.0, 3831.0, 3893.0, 3863.0, 3833.0, 3883.0, 3842.0, 3894.0, 3863.0, 3862.0, 3860.0, 3818.0, 3870.0, 3839.0, 3881.0, 3839.0, 3847.0, 3847.0, 3825.0, 3868.0, 3816.0, 3868.0, 3838.0, 3858.0, 3860.0, 3841.0, 3850.0, 3807.0, 3830.0, 3863.0, 3865.0, 3882.0, 3860.0, 3843.0, 3883.0, 3859.0, 3830.0, 3882.0, 3862.0, 3863.0, 3882.0, 3849.0, 3867.0, 3846.0, 3813.0, 3866.0, 3855.0, 3843.0, 3843.0, 3802.0, 3854.0, 3825.0, 3823.0, 3844.0, 3814.0, 3865.0, 3825.0, 3826.0, 3857.0, 3817.0, 3879.0, 3838.0, 3838.0, 3859.0, 3806.0, 3868.0, 3817.0, 3837.0, 3848.0, 3817.0, 3869.0, 3850.0, 3817.0, 3858.0, 3816.0, 3868.0, 3828.0, 3880.0, 3826.0, 3815.0, 3846.0, 3816.0, 3877.0, 3825.0, 3814.0, 3858.0, 3820.0, 3869.0, 3839.0, 3841.0, 3873.0, 3854.0, 3853.0, 3873.0, 3852.0, 3880.0, 3860.0, 3858.0, 3880.0, 3838.0, 3835.0, 3848.0, 3815.0, 3868.0, 3849.0, 3858.0, 3837.0, 3815.0, 3867.0, 3837.0, 3869.0, 3859.0, 3805.0, 3857.0, 3827.0, 3867.0, 3849.0, 3827.0, 3858.0, 3838.0, 3868.0, 3839.0, 3827.0, 3860.0, 3830.0, 3870.0, 3841.0, 3829.0, 3871.0, 3818.0, 3880.0, 3851.0, 3849.0, 3849.0, 3817.0, 3870.0, 3839.0, 3881.0, 3851.0, 3839.0, 3872.0, 3820.0, 3883.0, 3852.0, 3881.0, 3839.0, 3849.0, 3871.0, 3828.0, 3871.0, 3829.0, 3880.0, 3851.0, 3819.0, 3872.0, 3841.0, 3871.0, 3854.0, 3893.0, 3852.0, 3840.0, 3851.0, 3820.0, 3884.0, 3843.0, 3873.0, 3853.0, 3841.0, 3875.0, 3833.0, 3883.0, 3843.0, 3882.0, 3865.0, 3843.0, 3874.0, 3832.0, 3885.0, 3864.0, 3895.0, 3864.0, 3852.0, 3875.0, 3852.0, 3883.0, 3842.0, 3883.0, 3853.0, 3893.0, 3865.0, 3852.0, 3873.0, 3841.0, 3884.0, 3842.0, 3883.0, 3852.0, 3893.0, 3852.0, 3842.0, 3862.0, 3820.0, 3884.0, 3843.0, 3884.0, 3866.0, 3843.0, 3885.0, 3855.0, 3884.0, 3865.0, 3864.0, 3885.0, 3843.0, 3883.0, 3862.0, 3850.0, 3872.0, 3831.0, 3883.0, 3851.0, 3860.0, 3861.0, 3830.0, 3882.0, 3840.0, 3859.0, 3862.0, 3821.0, 3883.0, 3863.0, 3833.0, 3885.0, 3876.0, 3833.0, 3885.0, 3842.0, 3895.0, 3865.0, 3865.0, 3873.0, 3841.0, 3894.0, 3852.0, 3821.0, 3862.0, 3832.0, 3872.0, 3863.0, 3830.0, 3872.0, 3842.0, 3883.0, 3852.0, 3882.0, 3863.0, 3873.0, 3863.0, 3851.0, 3861.0, 3818.0, 3871.0, 3819.0, 3871.0, 3841.0, 3870.0, 3841.0, 3870.0, 3841.0, 3881.0, 3852.0, 3854.0, 3863.0, 3839.0, 3872.0, 3840.0, 3872.0, 3839.0, 3859.0, 3818.0, 3871.0, 3830.0, 3871.0, 3841.0, 3861.0, 3863.0, 3831.0, 3884.0, 3853.0, 3883.0, 3865.0, 3873.0, 3874.0, 3872.0, 3882.0, 3840.0, 3882.0, 3851.0, 3892.0, 3862.0, 3858.0, 3863.0, 3832.0, 3896.0, 3866.0, 3865.0, 3866.0, 3823.0, 3907.0, 3867.0, 3857.0, 3878.0, 3846.0, 3896.0, 3854.0, 3841.0, 3863.0, 3833.0, 3896.0, 3855.0, 3843.0, 3875.0, 3833.0, 3895.0, 3842.0, 3833.0, 3898.0, 3854.0, 3832.0, 3906.0, 3876.0, 3885.0, 3863.0, 3830.0, 3858.0, 3839.0, 3860.0, 3860.0, 3817.0, 3858.0, 3827.0, 3869.0, 3849.0, 3817.0, 3847.0, 3815.0, 3867.0, 3827.0, 3847.0, 3818.0, 3807.0, 3850.0, 3809.0, 3871.0, 3831.0, 3861.0, 3831.0, 3882.0, 3841.0, 3829.0, 3852.0, 3839.0, 3873.0, 3852.0, 3873.0, 3829.0, 3882.0, 3849.0, 3870.0, 3828.0, 3859.0, 3828.0, 3880.0, 3840.0, 3829.0, 3849.0, 3819.0, 3880.0, 3840.0, 3881.0], 'WindowWidth': [8708.0, 8697.0, 8612.0, 8574.0, 8641.0, 8597.0, 8635.0, 8601.0, 8609.0, 8610.0, 8556.0, 8622.0, 8586.0, 8653.0, 8607.0, 8576.0, 8633.0, 8580.0, 8665.0, 8612.0, 8628.0, 8629.0, 8585.0, 8658.0, 8600.0, 8672.0, 8631.0, 8682.0, 8629.0, 8682.0, 8632.0, 8618.0, 8665.0, 8607.0, 8687.0, 8635.0, 8690.0, 8653.0, 8676.0, 8636.0, 8631.0, 8680.0, 8622.0, 8696.0, 8626.0, 8694.0, 8652.0, 8693.0, 8641.0, 8677.0, 8653.0, 8653.0, 8697.0, 8629.0, 8695.0, 8640.0, 8712.0, 8670.0, 8709.0, 8655.0, 8663.0, 8682.0, 8627.0, 8696.0, 8655.0, 8713.0, 8672.0, 8654.0, 8680.0, 8622.0, 8712.0, 8670.0, 8709.0, 8656.0, 8667.0, 8698.0, 8628.0, 8697.0, 8659.0, 8711.0, 8671.0, 8642.0, 8697.0, 8628.0, 8715.0, 8674.0, 8684.0, 8670.0, 8625.0, 8699.0, 8658.0, 8695.0, 8656.0, 8680.0, 8684.0, 8645.0, 8696.0, 8656.0, 8727.0, 8673.0, 8653.0, 8667.0, 8623.0, 8715.0, 8676.0, 8703.0, 8628.0, 8642.0, 8703.0, 8664.0, 8637.0, 8722.0, 8683.0, 8722.0, 8724.0, 8657.0, 8714.0, 8666.0, 8696.0, 8651.0, 8644.0, 8644.0, 8603.0, 8692.0, 8655.0, 8692.0, 8651.0, 8626.0, 8698.0, 8657.0, 8711.0, 8658.0, 8658.0, 8719.0, 8644.0, 8713.0, 8672.0, 8714.0, 8686.0, 8639.0, 8694.0, 8654.0, 8711.0, 8672.0, 8629.0, 8699.0, 8661.0, 8728.0, 8673.0, 8639.0, 8680.0, 8609.0, 8712.0, 8656.0, 8694.0, 8650.0, 8634.0, 8679.0, 8635.0, 8694.0, 8652.0, 8680.0, 8670.0, 8639.0, 8697.0, 8655.0, 8693.0, 8669.0, 8684.0, 8684.0, 8636.0, 8696.0, 8649.0, 8711.0, 8623.0, 8687.0, 8632.0, 8690.0, 8654.0, 8694.0, 8653.0, 8646.0, 8682.0, 8664.0, 8695.0, 8640.0, 8692.0, 8615.0, 8672.0, 8612.0, 8675.0, 8615.0, 8675.0, 8615.0, 8668.0, 8631.0, 8689.0, 8652.0, 8679.0, 8651.0, 8673.0, 8665.0, 8664.0, 8694.0, 8635.0, 8694.0, 8623.0, 8709.0, 8651.0, 8691.0, 8670.0, 8714.0, 8683.0, 8649.0, 8679.0, 8631.0, 8678.0, 8643.0, 8712.0, 8623.0, 8692.0, 8650.0, 8709.0, 8656.0, 8696.0, 8670.0, 8653.0, 8700.0, 8629.0, 8717.0, 8662.0, 8698.0, 8677.0, 8699.0, 8704.0, 8658.0, 8718.0, 8631.0, 8716.0, 8673.0, 8697.0, 8673.0, 8711.0, 8671.0, 8710.0, 8684.0, 8665.0, 8682.0, 8621.0, 8710.0, 8628.0, 8695.0, 8657.0, 8714.0, 8675.0, 8712.0, 8673.0, 8667.0, 8685.0, 8660.0, 8698.0, 8639.0, 8710.0, 8656.0, 8717.0, 8672.0, 8695.0, 8669.0, 8678.0, 8670.0, 8680.0, 8694.0, 8621.0, 8693.0, 8622.0, 8694.0, 8645.0, 8715.0, 8675.0, 8694.0, 8671.0, 8659.0, 8701.0, 8644.0, 8700.0, 8666.0, 8739.0, 8683.0, 8736.0, 8694.0, 8709.0, 8688.0, 8652.0, 8702.0, 8633.0, 8719.0, 8702.0, 8691.0, 8688.0, 8643.0, 8719.0, 8663.0, 8712.0, 8690.0, 8689.0, 8718.0, 8658.0, 8712.0, 8669.0, 8684.0, 8704.0, 8628.0, 8708.0, 8652.0, 8687.0, 8665.0, 8707.0, 8668.0, 8639.0, 8693.0, 8658.0, 8672.0, 8689.0, 8633.0, 8737.0, 8680.0, 8712.0, 8675.0, 8717.0, 8658.0, 8692.0, 8651.0, 8673.0, 8650.0, 8663.0, 8653.0, 8645.0, 8732.0, 8650.0, 8713.0, 8655.0, 8694.0, 8675.0, 8676.0, 8753.0, 8729.0, 8772.0, 8760.0, 8717.0, 8743.0, 8696.0, 8689.0, 8679.0, 8635.0, 8740.0, 8685.0, 8683.0, 8687.0, 8677.0, 8727.0, 8687.0, 8718.0, 8684.0, 8722.0, 8696.0, 8652.0, 8701.0, 8658.0, 8701.0, 8677.0, 8687.0, 8701.0, 8702.0, 8689.0, 8651.0, 8680.0, 8644.0, 8716.0, 8657.0, 8680.0, 8648.0, 8687.0, 8651.0, 8689.0, 8636.0, 8645.0, 8648.0, 8649.0, 8681.0, 8635.0, 8678.0, 8633.0, 8694.0, 8659.0, 8695.0, 8655.0, 8663.0, 8652.0, 8682.0, 8684.0, 8638.0, 8678.0, 8623.0, 8693.0, 8636.0, 8680.0, 8633.0, 8671.0, 8636.0, 8661.0, 8655.0, 8620.0, 8663.0, 8611.0, 8695.0, 8657.0, 8666.0, 8671.0, 8643.0, 8717.0, 8659.0, 8698.0, 8671.0, 8715.0, 8683.0, 8651.0, 8665.0, 8659.0, 8693.0, 8709.0, 8665.0, 8719.0, 8689.0, 8686.0, 8701.0, 8669.0, 8680.0, 8654.0, 8701.0, 8659.0, 8693.0, 8636.0, 8630.0, 8678.0, 8621.0, 8678.0, 8655.0, 8681.0, 8677.0, 8657.0, 8699.0, 8653.0, 8691.0, 8665.0, 8692.0, 8677.0, 8619.0, 8673.0, 8662.0, 8688.0, 8661.0, 8633.0, 8671.0, 8645.0, 8668.0, 8644.0, 8645.0, 8675.0, 8632.0, 8686.0, 8648.0, 8641.0, 8674.0, 8622.0, 8675.0, 8652.0, 8683.0, 8681.0, 8622.0, 8675.0, 8650.0, 8702.0, 8665.0, 8636.0, 8664.0, 8634.0, 8711.0, 8656.0, 8650.0, 8664.0, 8623.0, 8718.0, 8662.0, 8622.0, 8637.0, 8631.0, 8656.0, 8739.0, 8686.0, 8662.0, 8694.0, 8650.0, 8715.0, 8691.0, 8662.0, 8668.0, 8701.0, 8685.0, 8668.0, 8688.0, 8671.0, 8668.0, 8668.0, 8622.0, 8644.0, 8617.0, 8586.0, 8641.0, 8601.0, 8613.0, 8613.0, 8586.0, 8641.0, 8603.0, 8594.0, 8655.0, 8633.0, 8683.0, 8644.0, 8639.0, 8659.0, 8584.0, 8662.0, 8607.0, 8664.0, 8626.0, 8635.0, 8629.0, 8648.0, 8663.0, 8604.0, 8668.0, 8628.0, 8680.0, 8651.0, 8662.0, 8665.0, 8631.0, 8656.0, 8585.0, 8687.0, 8633.0, 8685.0, 8647.0, 8660.0, 8661.0, 8619.0, 8687.0, 8633.0, 8687.0, 8645.0, 8655.0, 8647.0, 8633.0, 8674.0, 8604.0, 8687.0, 8650.0, 8689.0, 8647.0, 8615.0, 8671.0, 8631.0, 8671.0, 8649.0, 8659.0, 8661.0, 8608.0, 8690.0, 8654.0, 8706.0, 8649.0, 8617.0, 8657.0, 8617.0, 8692.0, 8651.0, 8648.0, 8677.0, 8624.0, 8694.0, 8653.0, 8676.0, 8647.0, 8643.0, 8662.0, 8619.0, 8693.0, 8652.0, 8689.0, 8670.0, 8678.0, 8662.0, 8630.0, 8672.0, 8598.0, 8673.0, 8622.0, 8688.0, 8646.0, 8629.0, 8676.0, 8608.0, 8688.0, 8654.0, 8646.0, 8683.0, 8657.0, 8656.0, 8703.0, 8648.0, 8715.0, 8658.0, 8689.0, 8660.0, 8684.0, 8626.0, 8636.0, 8623.0, 8608.0, 8669.0, 8617.0, 8663.0, 8640.0, 8694.0, 8693.0, 8631.0, 8705.0, 8655.0, 8692.0, 8677.0, 8699.0, 8673.0, 8659.0, 8703.0, 8649.0, 8714.0, 8654.0, 8690.0, 8668.0, 8693.0, 8692.0, 8629.0, 8672.0, 8611.0, 8668.0, 8596.0, 8666.0, 8609.0, 8647.0, 8603.0, 8657.0, 8605.0, 8620.0, 8640.0, 8598.0, 8671.0, 8618.0, 8688.0, 8637.0, 8670.0, 8651.0, 8687.0, 8661.0, 8645.0, 8659.0, 8612.0, 8670.0, 8601.0, 8669.0, 8620.0, 8687.0, 8651.0, 8688.0, 8634.0, 8657.0, 8661.0, 8621.0, 8662.0, 8605.0, 8690.0, 8641.0, 8678.0, 8654.0, 8690.0, 8667.0, 8679.0, 8666.0, 8645.0, 8677.0, 8624.0, 8678.0, 8608.0, 8678.0, 8641.0, 8701.0, 8650.0, 8623.0, 8680.0, 8626.0, 8694.0, 8659.0, 8690.0, 8691.0, 8644.0, 8705.0, 8633.0, 8701.0, 8645.0, 8695.0, 8656.0, 8693.0, 8654.0, 8692.0, 8664.0, 8634.0, 8664.0, 8608.0, 8698.0, 8646.0, 8698.0, 8657.0, 8698.0, 8685.0, 8647.0, 8701.0, 8645.0, 8716.0, 8688.0, 8670.0, 8681.0, 8607.0, 8694.0, 8624.0, 8705.0, 8653.0, 8648.0, 8661.0, 8611.0, 8691.0, 8623.0, 8687.0, 8648.0, 8646.0, 8665.0, 8626.0, 8679.0, 8652.0, 8680.0, 8681.0, 8628.0, 8695.0, 8661.0, 8675.0, 8701.0, 8646.0, 8670.0, 8706.0, 8693.0, 8715.0, 8698.0, 8676.0, 8710.0, 8644.0, 8666.0, 8584.0, 8660.0, 8608.0, 8608.0, 8655.0, 8606.0, 8686.0, 8637.0, 8635.0, 8682.0, 8628.0, 8693.0, 8642.0, 8703.0, 8704.0, 8659.0, 8682.0, 8629.0, 8696.0, 8611.0, 8707.0, 8642.0, 8677.0, 8670.0, 8640.0, 8683.0, 8626.0, 8631.0, 8657.0, 8640.0, 8742.0, 8711.0, 8667.0, 8738.0, 8691.0, 8646.0, 8739.0, 8692.0, 8662.0, 8737.0, 8702.0, 8689.0, 8710.0, 8654.0, 8658.0, 8642.0, 8579.0, 8633.0, 8608.0, 8589.0, 8639.0, 8596.0, 8655.0, 8613.0, 8597.0, 8643.0, 8572.0, 8655.0, 8617.0, 8616.0, 8652.0, 8583.0, 8668.0, 8642.0, 8643.0, 8658.0, 8607.0, 8694.0, 8654.0, 8681.0, 8653.0, 8633.0, 8696.0, 8639.0, 8694.0, 8672.0, 8695.0, 8684.0, 8625.0, 8697.0, 8625.0, 8694.0, 8654.0, 8692.0, 8678.0, 8622.0, 8692.0, 8654.0, 8699.0, 8682.0, 8628.0, 8698.0, 8654.0, 8724.0, 8668.0, 8642.0, 8696.0, 8632.0, 8710.0, 8666.0, 8663.0, 8676.0, 8619.0, 8713.0, 8670.0, 8677.0, 8662.0, 8619.0, 8710.0, 8656.0, 8664.0, 8681.0, 8624.0, 8711.0, 8656.0, 8666.0, 8685.0, 8612.0, 8698.0, 8655.0, 8667.0, 8682.0, 8612.0, 8711.0, 8671.0, 8710.0, 8651.0, 8630.0, 8675.0, 8606.0, 8692.0, 8653.0, 8678.0, 8683.0, 8627.0, 8699.0, 8672.0, 8696.0, 8673.0, 8658.0, 8699.0, 8645.0, 8683.0, 8684.0, 8624.0, 8698.0, 8627.0, 8694.0, 8652.0, 8660.0, 8660.0, 8607.0, 8690.0, 8636.0, 8690.0, 8646.0, 8649.0, 8693.0, 8624.0, 8691.0, 8651.0, 8690.0, 8668.0, 8622.0, 8680.0, 8627.0, 8694.0, 8641.0, 8710.0, 8669.0, 8668.0, 8685.0, 8610.0, 8692.0, 8641.0, 8711.0, 8653.0, 8656.0, 8669.0, 8614.0, 8715.0, 8646.0, 8698.0, 8670.0, 8630.0, 8703.0, 8647.0, 8714.0, 8671.0, 8686.0, 8699.0, 8630.0, 8696.0, 8661.0, 8704.0, 8681.0, 8646.0, 8685.0, 8688.0, 8664.0, 8724.0, 8706.0, 8649.0, 8716.0, 8686.0, 8666.0, 8694.0, 8635.0, 8691.0, 8636.0, 8684.0, 8643.0, 8603.0, 8690.0, 8622.0, 8678.0, 8664.0, 8627.0, 8712.0, 8639.0, 8609.0, 8666.0, 8627.0, 8712.0, 8674.0, 8632.0, 8698.0, 8641.0, 8714.0, 8670.0, 8665.0, 8661.0, 8600.0, 8675.0, 8632.0, 8690.0, 8632.0, 8640.0, 8638.0, 8605.0, 8666.0, 8599.0, 8667.0, 8629.0, 8654.0, 8660.0, 8637.0, 8647.0, 8586.0, 8624.0, 8672.0, 8675.0, 8695.0, 8660.0, 8646.0, 8697.0, 8660.0, 8624.0, 8694.0, 8668.0, 8671.0, 8694.0, 8646.0, 8663.0, 8633.0, 8586.0, 8660.0, 8646.0, 8626.0, 8625.0, 8571.0, 8641.0, 8604.0, 8599.0, 8629.0, 8592.0, 8658.0, 8607.0, 8609.0, 8651.0, 8600.0, 8684.0, 8630.0, 8628.0, 8659.0, 8584.0, 8666.0, 8599.0, 8625.0, 8640.0, 8600.0, 8672.0, 8646.0, 8599.0, 8653.0, 8596.0, 8667.0, 8614.0, 8685.0, 8610.0, 8592.0, 8633.0, 8596.0, 8679.0, 8608.0, 8590.0, 8655.0, 8610.0, 8668.0, 8632.0, 8636.0, 8683.0, 8660.0, 8657.0, 8682.0, 8651.0, 8685.0, 8660.0, 8653.0, 8684.0, 8625.0, 8618.0, 8638.0, 8589.0, 8664.0, 8641.0, 8652.0, 8624.0, 8592.0, 8662.0, 8622.0, 8667.0, 8653.0, 8579.0, 8649.0, 8609.0, 8659.0, 8640.0, 8610.0, 8651.0, 8625.0, 8664.0, 8628.0, 8609.0, 8658.0, 8617.0, 8671.0, 8634.0, 8616.0, 8675.0, 8601.0, 8686.0, 8648.0, 8643.0, 8642.0, 8598.0, 8672.0, 8632.0, 8688.0, 8649.0, 8631.0, 8676.0, 8607.0, 8692.0, 8652.0, 8687.0, 8631.0, 8642.0, 8675.0, 8614.0, 8672.0, 8617.0, 8683.0, 8647.0, 8604.0, 8677.0, 8636.0, 8676.0, 8657.0, 8707.0, 8652.0, 8633.0, 8649.0, 8605.0, 8697.0, 8645.0, 8682.0, 8658.0, 8638.0, 8689.0, 8629.0, 8696.0, 8641.0, 8693.0, 8674.0, 8644.0, 8686.0, 8627.0, 8700.0, 8673.0, 8715.0, 8673.0, 8653.0, 8685.0, 8654.0, 8696.0, 8639.0, 8695.0, 8657.0, 8710.0, 8673.0, 8651.0, 8681.0, 8636.0, 8696.0, 8642.0, 8694.0, 8652.0, 8707.0, 8652.0, 8639.0, 8666.0, 8608.0, 8699.0, 8645.0, 8699.0, 8680.0, 8644.0, 8702.0, 8661.0, 8698.0, 8675.0, 8672.0, 8702.0, 8642.0, 8695.0, 8666.0, 8647.0, 8679.0, 8622.0, 8695.0, 8650.0, 8658.0, 8662.0, 8619.0, 8692.0, 8634.0, 8657.0, 8667.0, 8612.0, 8696.0, 8670.0, 8632.0, 8704.0, 8691.0, 8631.0, 8702.0, 8639.0, 8714.0, 8676.0, 8674.0, 8680.0, 8635.0, 8709.0, 8652.0, 8611.0, 8666.0, 8626.0, 8676.0, 8668.0, 8622.0, 8679.0, 8640.0, 8694.0, 8654.0, 8691.0, 8669.0, 8679.0, 8668.0, 8650.0, 8659.0, 8599.0, 8673.0, 8602.0, 8673.0, 8637.0, 8671.0, 8637.0, 8672.0, 8636.0, 8687.0, 8651.0, 8658.0, 8668.0, 8628.0, 8677.0, 8632.0, 8676.0, 8628.0, 8656.0, 8600.0, 8672.0, 8619.0, 8674.0, 8637.0, 8661.0, 8667.0, 8624.0, 8698.0, 8655.0, 8693.0, 8673.0, 8680.0, 8685.0, 8679.0, 8692.0, 8632.0, 8689.0, 8648.0, 8704.0, 8664.0, 8654.0, 8666.0, 8627.0, 8716.0, 8677.0, 8672.0, 8675.0, 8617.0, 8732.0, 8681.0, 8668.0, 8697.0, 8651.0, 8717.0, 8658.0, 8637.0, 8665.0, 8627.0, 8715.0, 8661.0, 8642.0, 8685.0, 8628.0, 8714.0, 8637.0, 8630.0, 8722.0, 8658.0, 8627.0, 8730.0, 8691.0, 8699.0, 8665.0, 8617.0, 8650.0, 8628.0, 8656.0, 8656.0, 8597.0, 8651.0, 8609.0, 8667.0, 8642.0, 8599.0, 8637.0, 8591.0, 8660.0, 8610.0, 8637.0, 8602.0, 8584.0, 8645.0, 8590.0, 8676.0, 8622.0, 8662.0, 8623.0, 8689.0, 8636.0, 8617.0, 8650.0, 8629.0, 8680.0, 8650.0, 8678.0, 8614.0, 8690.0, 8640.0, 8668.0, 8611.0, 8652.0, 8612.0, 8684.0, 8630.0, 8616.0, 8643.0, 8601.0, 8683.0, 8632.0, 8687.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.0042555741279069765</td></tr>
<tr><td colspan=3>aqi</td><td>0.0736436421511628</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.978973638421834</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1949389492218196</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0143692182472717</td></tr>
<tr><td colspan=3>efc</td><td>0.4839</td></tr>
<tr><td colspan=3>fber</td><td>4820.9307</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1392862102411704</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>183</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.299418604651162</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7717388765799895</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5737302113647624</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.065256836009491</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6762295823657145</td></tr>
<tr><td colspan=3>gcor</td><td>0.00664777</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009241673164069653</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0322149321436882</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1376</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.019194440715697</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>17.7341</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9608</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.9097</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298451.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>676.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.2559</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1844</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.2317</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3049.3048</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>804.6337</td></tr>
<tr><td colspan=3>tsnr</td><td>23.54107115941588</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>