<?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-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-01/func/sub-0013_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>9c04b86c98e010ae1587a81ff361a602</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>11:05:56.167500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997451, -0.0298213, 0.0648269, 0.0322176, 0.998824, -0.036238]</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_brain_imaging_center</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.0955558</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7745, -7209, 586, -167, -80, 60, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.235</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8aa09fe3-f15a-4cd1-a291-12b5ee2f24ab||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6760876178741455, 0.08643732964992523, 0.17190901935100555, 109.11621856689453], [0.0800083726644516, 2.6797709465026855, -0.10323226451873779, -85.15970611572266], [0.17392590641975403, 0.09722386300563812, 2.6925432682037354, -56.290870666503906], [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': ['110556.167500', '110556.627500', '110557.087500', '110557.547500', '110558.007500', '110558.467500', '110558.927500', '110559.387500', '110559.847500', '110600.307500', '110600.767500', '110601.227500', '110601.687500', '110602.147500', '110602.607500', '110603.067500', '110603.527500', '110603.987500', '110604.447500', '110604.907500', '110605.367500', '110605.827500', '110606.287500', '110606.747500', '110607.207500', '110607.667500', '110608.127500', '110608.587500', '110609.047500', '110609.507500', '110609.967500', '110610.427500', '110610.887500', '110611.347500', '110611.807500', '110612.267500', '110612.727500', '110613.187500', '110613.647500', '110614.107500', '110614.567500', '110615.027500', '110615.487500', '110615.947500', '110616.407500', '110616.867500', '110617.327500', '110617.787500', '110618.247500', '110618.707500', '110619.167500', '110619.627500', '110620.087500', '110620.547500', '110621.007500', '110621.467500', '110621.927500', '110622.387500', '110622.847500', '110623.307500', '110623.767500', '110624.227500', '110624.687500', '110625.147500', '110625.607500', '110626.067500', '110626.527500', '110626.987500', '110627.447500', '110627.907500', '110628.367500', '110628.827500', '110629.287500', '110629.747500', '110630.207500', '110630.667500', '110631.127500', '110631.587500', '110632.047500', '110632.507500', '110632.967500', '110633.427500', '110633.887500', '110634.347500', '110634.807500', '110635.267500', '110635.727500', '110636.187500', '110636.647500', '110637.107500', '110637.567500', '110638.027500', '110638.487500', '110638.947500', '110639.407500', '110639.867500', '110640.327500', '110640.787500', '110641.247500', '110641.707500', '110642.167500', '110642.627500', '110643.087500', '110643.547500', '110644.007500', '110644.467500', '110644.927500', '110645.387500', '110645.847500', '110646.307500', '110646.767500', '110647.227500', '110647.687500', '110648.147500', '110648.607500', '110649.067500', '110649.527500', '110649.987500', '110650.447500', '110650.907500', '110651.367500', '110651.827500', '110652.287500', '110652.747500', '110653.207500', '110653.667500', '110654.127500', '110654.587500', '110655.047500', '110655.507500', '110655.967500', '110656.427500', '110656.887500', '110657.347500', '110657.807500', '110658.267500', '110658.727500', '110659.187500', '110659.647500', '110700.107500', '110700.567500', '110701.027500', '110701.487500', '110701.947500', '110702.407500', '110702.867500', '110703.327500', '110703.787500', '110704.247500', '110704.707500', '110705.167500', '110705.627500', '110706.087500', '110706.547500', '110707.007500', '110707.467500', '110707.927500', '110708.387500', '110708.847500', '110709.307500', '110709.767500', '110710.227500', '110710.687500', '110711.147500', '110711.607500', '110712.067500', '110712.527500', '110712.987500', '110713.447500', '110713.907500', '110714.367500', '110714.827500', '110715.287500', '110715.747500', '110716.207500', '110716.667500', '110717.127500', '110717.587500', '110718.047500', '110718.507500', '110718.967500', '110719.427500', '110719.887500', '110720.347500', '110720.807500', '110721.267500', '110721.727500', '110722.187500', '110722.647500', '110723.107500', '110723.567500', '110724.027500', '110724.487500', '110724.947500', '110725.407500', '110725.867500', '110726.327500', '110726.787500', '110727.247500', '110727.707500', '110728.167500', '110728.627500', '110729.087500', '110729.547500', '110730.007500', '110730.467500', '110730.927500', '110731.387500', '110731.847500', '110732.307500', '110732.767500', '110733.227500', '110733.687500', '110734.147500', '110734.607500', '110735.067500', '110735.527500', '110735.987500', '110736.447500', '110736.907500', '110737.367500', '110737.827500', '110738.287500', '110738.747500', '110739.207500', '110739.667500', '110740.127500', '110740.587500', '110741.047500', '110741.507500', '110741.967500', '110742.427500', '110742.887500', '110743.347500', '110743.807500', '110744.267500', '110744.727500', '110745.187500', '110745.647500', '110746.107500', '110746.567500', '110747.027500', '110747.487500', '110747.947500', '110748.407500', '110748.867500', '110749.327500', '110749.787500', '110750.247500', '110750.707500', '110751.167500', '110751.627500', '110752.087500', '110752.547500', '110753.007500', '110753.467500', '110753.927500', '110754.387500', '110754.847500', '110755.307500', '110755.767500', '110756.227500', '110756.687500', '110757.147500', '110757.607500', '110758.067500', '110758.527500', '110758.987500', '110759.447500', '110759.907500', '110800.367500', '110800.827500', '110801.287500', '110801.747500', '110802.207500', '110802.667500', '110803.127500', '110803.587500', '110804.047500', '110804.507500', '110804.967500', '110805.427500', '110805.887500', '110806.347500', '110806.807500', '110807.267500', '110807.727500', '110808.187500', '110808.647500', '110809.107500', '110809.567500', '110810.027500', '110810.487500', '110810.947500', '110811.407500', '110811.867500', '110812.327500', '110812.787500', '110813.247500', '110813.707500', '110814.167500', '110814.627500', '110815.087500', '110815.547500', '110816.007500', '110816.467500', '110816.927500', '110817.387500', '110817.847500', '110818.307500', '110818.767500', '110819.227500', '110819.687500', '110820.147500', '110820.607500', '110821.067500', '110821.527500', '110821.987500', '110822.447500', '110822.907500', '110823.367500', '110823.827500', '110824.287500', '110824.747500', '110825.207500', '110825.667500', '110826.127500', '110826.587500', '110827.047500', '110827.507500', '110827.967500', '110828.427500', '110828.887500', '110829.347500', '110829.807500', '110830.267500', '110830.727500', '110831.187500', '110831.647500', '110832.107500', '110832.567500', '110833.027500', '110833.487500', '110833.947500', '110834.407500', '110834.867500', '110835.327500', '110835.787500', '110836.247500', '110836.707500', '110837.167500', '110837.627500', '110838.087500', '110838.547500', '110839.007500', '110839.467500', '110839.927500', '110840.387500', '110840.847500', '110841.307500', '110841.767500', '110842.227500', '110842.687500', '110843.147500', '110843.607500', '110844.067500', '110844.527500', '110844.987500', '110845.447500', '110845.907500', '110846.367500', '110846.827500', '110847.287500', '110847.747500', '110848.207500', '110848.667500', '110849.127500', '110849.587500', '110850.047500', '110850.507500', '110850.967500', '110851.427500', '110851.887500', '110852.347500', '110852.807500', '110853.267500', '110853.727500', '110854.187500', '110854.647500', '110855.107500', '110855.567500', '110856.027500', '110856.487500', '110856.947500', '110857.407500', '110857.867500', '110858.327500', '110858.787500', '110859.247500', '110859.707500', '110900.167500', '110900.627500', '110901.087500', '110901.547500', '110902.007500', '110902.467500', '110902.927500', '110903.387500', '110903.847500', '110904.307500', '110904.767500', '110905.227500', '110905.687500', '110906.147500', '110906.607500', '110907.067500', '110907.527500', '110907.987500', '110908.447500', '110908.907500', '110909.367500', '110909.827500', '110910.287500', '110910.747500', '110911.207500', '110911.667500', '110912.127500', '110912.587500', '110913.047500', '110913.507500', '110913.967500', '110914.427500', '110914.887500', '110915.347500', '110915.807500', '110916.267500', '110916.727500', '110917.187500', '110917.647500', '110918.107500', '110918.567500', '110919.027500', '110919.487500', '110919.947500', '110920.407500', '110920.867500', '110921.327500', '110921.787500', '110922.247500', '110922.707500', '110923.167500', '110923.627500', '110924.087500', '110924.547500', '110925.007500', '110925.467500', '110925.927500', '110926.387500', '110926.847500', '110927.307500', '110927.767500', '110928.227500', '110928.687500', '110929.147500', '110929.607500', '110930.067500', '110930.527500', '110930.987500', '110931.447500', '110931.907500', '110932.367500', '110932.827500', '110933.287500', '110933.747500', '110934.207500', '110934.667500', '110935.127500', '110935.587500', '110936.047500', '110936.507500', '110936.967500', '110937.427500', '110937.887500', '110938.347500', '110938.807500', '110939.267500', '110939.727500', '110940.187500', '110940.647500', '110941.107500', '110941.567500', '110942.027500', '110942.487500', '110942.947500', '110943.407500', '110943.867500', '110944.327500', '110944.787500', '110945.247500', '110945.707500', '110946.167500', '110946.627500', '110947.087500', '110947.547500', '110948.007500', '110948.467500', '110948.927500', '110949.387500', '110949.847500', '110950.307500', '110950.767500', '110951.227500', '110951.687500', '110952.147500', '110952.607500', '110953.067500', '110953.527500', '110953.987500', '110954.447500', '110954.907500', '110955.367500', '110955.827500', '110956.287500', '110956.747500', '110957.207500', '110957.667500', '110958.127500', '110958.587500', '110959.047500', '110959.507500', '110959.967500', '111000.427500', '111000.887500', '111001.347500', '111001.807500', '111002.267500', '111002.727500', '111003.187500', '111003.647500', '111004.107500', '111004.567500', '111005.027500', '111005.487500', '111005.947500', '111006.407500', '111006.867500', '111007.327500', '111007.787500', '111008.247500', '111008.707500', '111009.167500', '111009.627500', '111010.087500', '111010.547500', '111011.007500', '111011.467500', '111011.927500', '111012.387500', '111012.847500', '111013.307500', '111013.767500', '111014.227500', '111014.687500', '111015.147500', '111015.607500', '111016.067500', '111016.527500', '111016.987500', '111017.447500', '111017.907500', '111018.367500', '111018.827500', '111019.287500', '111019.747500', '111020.207500', '111020.667500', '111021.127500', '111021.587500', '111022.047500', '111022.507500', '111022.967500', '111023.427500', '111023.887500', '111024.347500', '111024.807500', '111025.267500', '111025.727500', '111026.187500', '111026.647500', '111027.107500', '111027.567500', '111028.027500', '111028.487500', '111028.947500', '111029.407500', '111029.867500', '111030.327500', '111030.787500', '111031.247500', '111031.707500', '111032.167500', '111032.627500', '111033.087500', '111033.547500', '111034.007500', '111034.467500', '111034.927500', '111035.387500', '111035.847500', '111036.307500', '111036.767500', '111037.227500', '111037.687500', '111038.147500', '111038.607500', '111039.067500', '111039.527500', '111039.987500', '111040.447500', '111040.907500', '111041.367500', '111041.827500', '111042.287500', '111042.747500', '111043.207500', '111043.667500', '111044.127500', '111044.587500', '111045.047500', '111045.507500', '111045.967500', '111046.427500', '111046.887500', '111047.347500', '111047.807500', '111048.267500', '111048.727500', '111049.187500', '111049.647500', '111050.107500', '111050.567500', '111051.027500', '111051.487500', '111051.947500', '111052.407500', '111052.867500', '111053.327500', '111053.787500', '111054.247500', '111054.707500', '111055.167500', '111055.627500', '111056.087500', '111056.547500', '111057.007500', '111057.467500', '111057.927500', '111058.387500', '111058.847500', '111059.307500', '111059.767500', '111100.227500', '111100.687500', '111101.147500', '111101.607500', '111102.067500', '111102.527500', '111102.987500', '111103.447500', '111103.907500', '111104.367500', '111104.827500', '111105.287500', '111105.747500', '111106.207500', '111106.667500', '111107.127500', '111107.587500', '111108.047500', '111108.507500', '111108.967500', '111109.427500', '111109.887500', '111110.347500', '111110.807500', '111111.267500', '111111.727500', '111112.187500', '111112.647500', '111113.107500', '111113.567500', '111114.027500', '111114.487500', '111114.947500', '111115.407500', '111115.867500', '111116.327500', '111116.787500', '111117.247500', '111117.707500', '111118.167500', '111118.627500', '111119.087500', '111119.547500', '111120.007500', '111120.467500', '111120.927500', '111121.387500', '111121.847500', '111122.307500', '111122.767500', '111123.227500', '111123.687500', '111124.147500', '111124.607500', '111125.067500', '111125.527500', '111125.987500', '111126.447500', '111126.907500', '111127.367500', '111127.827500', '111128.287500', '111128.747500', '111129.207500', '111129.667500', '111130.127500', '111130.587500', '111131.047500', '111131.507500', '111131.967500', '111132.427500', '111132.887500', '111133.347500', '111133.807500', '111134.267500', '111134.727500', '111135.187500', '111135.647500', '111136.107500', '111136.567500', '111137.027500', '111137.487500', '111137.947500', '111138.407500', '111138.867500', '111139.327500', '111139.787500', '111140.247500', '111140.707500', '111141.167500', '111141.627500', '111142.087500', '111142.547500', '111143.007500', '111143.467500', '111143.927500', '111144.387500', '111144.847500', '111145.307500', '111145.767500', '111146.227500', '111146.687500', '111147.147500', '111147.607500', '111148.067500', '111148.527500', '111148.987500', '111149.447500', '111149.907500', '111150.367500', '111150.827500', '111151.287500', '111151.747500', '111152.207500', '111152.667500', '111153.127500', '111153.587500', '111154.047500', '111154.507500', '111154.967500', '111155.427500', '111155.887500', '111156.347500', '111156.807500', '111157.267500', '111157.727500', '111158.187500', '111158.647500', '111159.107500', '111159.567500', '111200.027500', '111200.487500', '111200.947500', '111201.407500', '111201.867500', '111202.327500', '111202.787500', '111203.247500', '111203.707500', '111204.167500', '111204.627500', '111205.087500', '111205.547500', '111206.007500', '111206.467500', '111206.927500', '111207.387500', '111207.847500', '111208.307500', '111208.767500', '111209.227500', '111209.687500', '111210.147500', '111210.607500', '111211.067500', '111211.527500', '111211.987500', '111212.447500', '111212.907500', '111213.367500', '111213.827500', '111214.287500', '111214.747500', '111215.207500', '111215.667500', '111216.127500', '111216.587500', '111217.047500', '111217.507500', '111217.967500', '111218.427500', '111218.887500', '111219.347500', '111219.807500', '111220.267500', '111220.727500', '111221.187500', '111221.647500', '111222.107500', '111222.567500', '111223.027500', '111223.487500', '111223.947500', '111224.407500', '111224.867500', '111225.327500', '111225.787500', '111226.247500', '111226.707500', '111227.167500', '111227.627500', '111228.087500', '111228.547500', '111229.007500', '111229.467500', '111229.927500', '111230.387500', '111230.847500', '111231.307500', '111231.767500', '111232.227500', '111232.687500', '111233.147500', '111233.607500', '111234.067500', '111234.527500', '111234.987500', '111235.447500', '111235.907500', '111236.367500', '111236.827500', '111237.287500', '111237.747500', '111238.207500', '111238.667500', '111239.127500', '111239.587500', '111240.047500', '111240.507500', '111240.967500', '111241.427500', '111241.887500', '111242.347500', '111242.807500', '111243.267500', '111243.727500', '111244.187500', '111244.647500', '111245.107500', '111245.567500', '111246.027500', '111246.487500', '111246.947500', '111247.407500', '111247.867500', '111248.327500', '111248.787500', '111249.247500', '111249.707500', '111250.167500', '111250.627500', '111251.087500', '111251.547500', '111252.007500', '111252.467500', '111252.927500', '111253.387500', '111253.847500', '111254.307500', '111254.767500', '111255.227500', '111255.687500', '111256.147500', '111256.607500', '111257.067500', '111257.527500', '111257.987500', '111258.447500', '111258.907500', '111259.367500', '111259.827500', '111300.287500', '111300.747500', '111301.207500', '111301.667500', '111302.127500', '111302.587500', '111303.047500', '111303.507500', '111303.967500', '111304.427500', '111304.887500', '111305.347500', '111305.807500', '111306.267500', '111306.727500', '111307.187500', '111307.647500', '111308.107500', '111308.567500', '111309.027500', '111309.487500', '111309.947500', '111310.407500', '111310.867500', '111311.327500', '111311.787500', '111312.247500', '111312.707500', '111313.167500', '111313.627500', '111314.087500', '111314.547500', '111315.007500', '111315.467500', '111315.927500', '111316.387500', '111316.847500', '111317.307500', '111317.767500', '111318.227500', '111318.687500', '111319.147500', '111319.607500', '111320.067500', '111320.527500', '111320.987500', '111321.447500', '111321.907500', '111322.367500', '111322.827500', '111323.287500', '111323.747500', '111324.207500', '111324.667500', '111325.127500', '111325.587500', '111326.047500', '111326.507500', '111326.967500', '111327.427500', '111327.887500', '111328.347500', '111328.807500', '111329.267500', '111329.727500', '111330.187500', '111330.647500', '111331.107500', '111331.567500', '111332.027500', '111332.487500', '111332.947500', '111333.407500', '111333.867500', '111334.327500', '111334.787500', '111335.247500', '111335.707500', '111336.167500', '111336.627500', '111337.087500', '111337.547500', '111338.007500', '111338.467500', '111338.927500', '111339.387500', '111339.847500', '111340.307500', '111340.767500', '111341.227500', '111341.687500', '111342.147500', '111342.607500', '111343.067500', '111343.527500', '111343.987500', '111344.447500', '111344.907500', '111345.367500', '111345.827500', '111346.287500', '111346.747500', '111347.207500', '111347.667500', '111348.127500', '111348.587500', '111349.047500', '111349.507500', '111349.967500', '111350.427500', '111350.887500', '111351.347500', '111351.807500', '111352.267500', '111352.727500', '111353.187500', '111353.647500', '111354.107500', '111354.567500', '111355.027500', '111355.487500', '111355.947500', '111356.407500', '111356.867500', '111357.327500', '111357.787500', '111358.247500', '111358.707500', '111359.167500', '111359.627500', '111400.087500', '111400.547500', '111401.007500', '111401.467500', '111401.927500', '111402.387500', '111402.847500', '111403.307500', '111403.767500', '111404.227500', '111404.687500', '111405.147500', '111405.607500', '111406.067500', '111406.527500', '111406.987500', '111407.447500', '111407.907500', '111408.367500', '111408.827500', '111409.287500', '111409.747500', '111410.207500', '111410.667500', '111411.127500', '111411.587500', '111412.047500', '111412.507500', '111412.967500', '111413.427500', '111413.887500', '111414.347500', '111414.807500', '111415.267500', '111415.727500', '111416.187500', '111416.647500', '111417.107500', '111417.567500', '111418.027500', '111418.487500', '111418.947500', '111419.407500', '111419.867500', '111420.327500', '111420.787500', '111421.247500', '111421.707500', '111422.167500', '111422.627500', '111423.087500', '111423.547500', '111424.007500', '111424.467500', '111424.927500', '111425.387500', '111425.847500', '111426.307500', '111426.767500', '111427.227500', '111427.687500', '111428.147500', '111428.607500', '111429.067500', '111429.527500', '111429.987500', '111430.447500', '111430.907500', '111431.367500', '111431.827500', '111432.287500', '111432.747500', '111433.207500', '111433.667500', '111434.127500', '111434.587500', '111435.047500', '111435.507500', '111435.967500', '111436.427500', '111436.887500', '111437.347500', '111437.807500', '111438.267500', '111438.727500', '111439.187500', '111439.647500', '111440.107500', '111440.567500', '111441.027500', '111441.487500', '111441.947500', '111442.407500', '111442.867500', '111443.327500', '111443.787500', '111444.247500', '111444.707500', '111445.167500', '111445.627500', '111446.087500', '111446.547500', '111447.007500', '111447.467500', '111447.927500', '111448.387500', '111448.847500', '111449.307500', '111449.767500', '111450.227500', '111450.687500', '111451.147500', '111451.607500', '111452.067500', '111452.527500', '111452.987500', '111453.447500', '111453.907500', '111454.367500', '111454.827500', '111455.287500', '111455.747500', '111456.207500', '111456.667500', '111457.127500', '111457.587500', '111458.047500', '111458.507500', '111458.967500', '111459.427500', '111459.887500', '111500.347500', '111500.807500', '111501.267500', '111501.727500', '111502.187500', '111502.647500', '111503.107500', '111503.567500', '111504.027500', '111504.487500', '111504.947500', '111505.407500', '111505.867500', '111506.327500', '111506.787500', '111507.247500', '111507.707500', '111508.167500', '111508.627500', '111509.087500', '111509.547500', '111510.007500', '111510.467500', '111510.927500', '111511.387500', '111511.847500', '111512.307500', '111512.767500', '111513.227500', '111513.687500', '111514.147500', '111514.607500', '111515.067500', '111515.527500', '111515.987500', '111516.447500', '111516.907500', '111517.367500', '111517.827500', '111518.287500', '111518.747500', '111519.207500', '111519.667500', '111520.127500', '111520.587500', '111521.047500', '111521.507500', '111521.967500', '111522.427500', '111522.887500', '111523.347500', '111523.807500', '111524.267500', '111524.727500', '111525.187500', '111525.647500', '111526.107500', '111526.567500', '111527.027500', '111527.487500', '111527.947500', '111528.407500', '111528.867500', '111529.327500', '111529.787500', '111530.247500', '111530.707500', '111531.167500', '111531.627500', '111532.087500', '111532.547500', '111533.007500', '111533.467500', '111533.927500', '111534.387500', '111534.847500', '111535.307500', '111535.767500', '111536.227500', '111536.687500', '111537.147500', '111537.607500', '111538.067500', '111538.527500', '111538.987500', '111539.447500', '111539.907500', '111540.367500', '111540.827500', '111541.287500', '111541.747500', '111542.207500', '111542.667500', '111543.127500', '111543.587500', '111544.047500', '111544.507500', '111544.967500', '111545.427500', '111545.887500', '111546.347500', '111546.807500', '111547.267500', '111547.727500', '111548.187500', '111548.647500', '111549.107500', '111549.567500', '111550.027500', '111550.487500', '111550.947500', '111551.407500', '111551.867500', '111552.327500', '111552.787500', '111553.247500', '111553.707500', '111554.167500', '111554.627500', '111555.087500', '111555.547500', '111556.007500', '111556.467500', '111556.927500', '111557.387500', '111557.847500', '111558.307500', '111558.767500', '111559.227500', '111559.687500', '111600.147500', '111600.607500', '111601.067500', '111601.527500', '111601.987500', '111602.447500', '111602.907500', '111603.367500', '111603.827500', '111604.287500', '111604.747500', '111605.207500', '111605.667500', '111606.127500', '111606.587500', '111607.047500', '111607.507500', '111607.967500', '111608.427500', '111608.887500', '111609.347500', '111609.807500', '111610.267500', '111610.727500', '111611.187500', '111611.647500', '111612.107500', '111612.567500', '111613.027500', '111613.487500', '111613.947500', '111614.407500', '111614.867500', '111615.327500', '111615.787500', '111616.247500', '111616.707500', '111617.167500', '111617.627500', '111618.087500', '111618.547500', '111619.007500', '111619.467500', '111619.927500', '111620.387500', '111620.847500', '111621.307500', '111621.767500', '111622.227500', '111622.687500', '111623.147500', '111623.607500', '111624.067500', '111624.527500', '111624.987500', '111625.447500', '111625.907500', '111626.367500', '111626.827500', '111627.287500', '111627.747500', '111628.207500', '111628.667500'], 'ContentTime': ['110613.828000', '110613.831000', '110613.835000', '110613.838000', '110613.841000', '110613.844000', '110613.847000', '110613.850000', '110613.853000', '110613.857000', '110613.859000', '110613.862000', '110613.865000', '110613.868000', '110613.871000', '110613.874000', '110613.877000', '110613.880000', '110613.883000', '110613.886000', '110613.889000', '110613.892000', '110613.895000', '110613.899000', '110613.902000', '110613.905000', '110613.908000', '110613.911000', '110613.914000', '110613.917000', '110613.920000', '110613.923000', '110613.926000', '110613.929000', '110613.932000', '110613.939000', '110613.942000', '110633.781000', '110633.784000', '110633.787000', '110633.791000', '110633.794000', '110633.797000', '110633.799000', '110633.802000', '110633.805000', '110633.808000', '110633.811000', '110633.814000', '110633.817000', '110633.819000', '110633.822000', '110633.825000', '110633.828000', '110633.831000', '110633.834000', '110633.837000', '110633.840000', '110633.843000', '110633.846000', '110633.849000', '110633.852000', '110633.855000', '110633.858000', '110633.861000', '110633.863000', '110633.866000', '110633.869000', '110633.872000', '110633.875000', '110633.878000', '110633.880000', '110633.883000', '110633.886000', '110633.889000', '110633.892000', '110633.895000', '110633.897000', '110633.900000', '110633.903000', '110653.781000', '110653.784000', '110653.787000', '110653.790000', '110653.793000', '110653.795000', '110653.798000', '110653.801000', '110653.804000', '110653.808000', '110653.817000', '110653.820000', '110653.823000', '110653.826000', '110653.829000', '110653.831000', '110653.834000', '110653.837000', '110653.840000', '110653.843000', '110653.846000', '110653.848000', '110653.851000', '110653.854000', '110653.857000', '110653.860000', '110653.863000', '110653.866000', '110653.868000', '110653.871000', '110653.874000', '110653.877000', '110653.880000', '110653.883000', '110653.886000', '110653.888000', '110653.891000', '110653.894000', '110653.897000', '110653.900000', '110653.903000', '110653.906000', '110653.908000', '110653.911000', '110713.781000', '110713.784000', '110713.787000', '110713.790000', '110713.792000', '110713.795000', '110713.798000', '110713.801000', '110713.804000', '110713.807000', '110713.810000', '110713.812000', '110713.815000', '110713.818000', '110713.821000', '110713.824000', '110713.827000', '110713.830000', '110713.833000', '110713.836000', '110713.839000', '110713.841000', '110713.844000', '110713.847000', '110713.850000', '110713.853000', '110713.857000', '110713.860000', '110713.862000', '110713.865000', '110713.868000', '110713.871000', '110713.874000', '110713.877000', '110713.880000', '110713.883000', '110713.886000', '110713.888000', '110713.891000', '110713.894000', '110713.897000', '110713.900000', '110713.903000', '110733.781000', '110733.784000', '110733.787000', '110733.790000', '110733.792000', '110733.795000', '110733.798000', '110733.801000', '110733.804000', '110733.807000', '110733.810000', '110733.813000', '110733.816000', '110733.819000', '110733.821000', '110733.824000', '110733.827000', '110733.830000', '110733.833000', '110733.836000', '110733.839000', '110733.842000', '110733.845000', '110733.847000', '110733.850000', '110733.853000', '110733.856000', '110733.859000', '110733.862000', '110733.865000', '110733.868000', '110733.870000', '110733.873000', '110733.876000', '110733.879000', '110733.882000', '110733.891000', '110733.894000', '110733.897000', '110733.900000', '110733.903000', '110733.905000', '110733.908000', '110733.911000', '110753.793000', '110753.796000', '110753.799000', '110753.802000', '110753.805000', '110753.808000', '110753.811000', '110753.814000', '110753.817000', '110753.819000', '110753.822000', '110753.825000', '110753.828000', '110753.831000', '110753.834000', '110753.837000', '110753.839000', '110753.842000', '110753.845000', '110753.848000', '110753.851000', '110753.854000', '110753.857000', '110753.860000', '110753.865000', '110753.868000', '110753.871000', '110753.874000', '110753.877000', '110753.881000', '110753.884000', '110753.887000', '110753.890000', '110753.893000', '110753.896000', '110753.899000', '110753.901000', '110753.904000', '110753.907000', '110753.910000', '110753.913000', '110753.916000', '110753.919000', '110813.781000', '110813.784000', '110813.787000', '110813.790000', '110813.792000', '110813.795000', '110813.798000', '110813.801000', '110813.804000', '110813.807000', '110813.810000', '110813.813000', '110813.815000', '110813.818000', '110813.821000', '110813.824000', '110813.827000', '110813.830000', '110813.833000', '110813.835000', '110813.838000', '110813.841000', '110813.844000', '110813.847000', '110813.850000', '110813.853000', '110813.856000', '110813.859000', '110813.862000', '110813.864000', '110813.867000', '110813.870000', '110813.873000', '110813.876000', '110813.879000', '110813.882000', '110813.885000', '110813.887000', '110813.890000', '110813.893000', '110813.896000', '110813.899000', '110813.902000', '110813.905000', '110833.781000', '110833.784000', '110833.787000', '110833.790000', '110833.792000', '110833.795000', '110833.798000', '110833.801000', '110833.804000', '110833.807000', '110833.810000', '110833.813000', '110833.815000', '110833.818000', '110833.821000', '110833.824000', '110833.827000', '110833.830000', '110833.833000', '110833.836000', '110833.838000', '110833.841000', '110833.844000', '110833.847000', '110833.850000', '110833.853000', '110833.856000', '110833.859000', '110833.861000', '110833.864000', '110833.867000', '110833.870000', '110833.873000', '110833.876000', '110833.879000', '110833.881000', '110833.884000', '110833.887000', '110833.890000', '110833.893000', '110833.896000', '110833.899000', '110833.902000', '110853.781000', '110853.784000', '110853.787000', '110853.790000', '110853.792000', '110853.795000', '110853.798000', '110853.801000', '110853.804000', '110853.807000', '110853.810000', '110853.813000', '110853.816000', '110853.819000', '110853.821000', '110853.824000', '110853.827000', '110853.830000', '110853.833000', '110853.836000', '110853.839000', '110853.842000', '110853.844000', '110853.847000', '110853.850000', '110853.853000', '110853.856000', '110853.859000', '110853.862000', '110853.865000', '110853.868000', '110853.870000', '110853.873000', '110853.876000', '110853.879000', '110853.882000', '110853.885000', '110853.888000', '110853.891000', '110853.893000', '110853.896000', '110853.899000', '110853.902000', '110853.905000', '110913.781000', '110913.784000', '110913.787000', '110913.790000', '110913.793000', '110913.796000', '110913.798000', '110913.801000', '110913.804000', '110913.807000', '110913.810000', '110913.813000', '110913.816000', '110913.819000', '110913.822000', '110913.824000', '110913.827000', '110913.830000', '110913.833000', '110913.836000', '110913.839000', '110913.842000', '110913.845000', '110913.847000', '110913.850000', '110913.853000', '110913.856000', '110913.859000', '110913.862000', '110913.865000', '110913.868000', '110913.871000', '110913.873000', '110913.876000', '110913.879000', '110913.882000', '110913.885000', '110913.888000', '110913.891000', '110913.894000', '110913.906000', '110913.909000', '110913.912000', '110933.782000', '110933.785000', '110933.788000', '110933.791000', '110933.794000', '110933.796000', '110933.799000', '110933.802000', '110933.805000', '110933.808000', '110933.811000', '110933.814000', '110933.817000', '110933.820000', '110933.823000', '110933.826000', '110933.828000', '110933.831000', '110933.834000', '110933.837000', '110933.840000', '110933.843000', '110933.846000', '110933.849000', '110933.851000', '110933.854000', '110933.857000', '110933.860000', '110933.863000', '110933.866000', '110933.869000', '110933.872000', '110933.874000', '110933.877000', '110933.880000', '110933.883000', '110933.886000', '110933.889000', '110933.892000', '110933.895000', '110933.898000', '110933.901000', '110933.904000', '110953.781000', '110953.784000', '110953.787000', '110953.790000', '110953.793000', '110953.796000', '110953.798000', '110953.801000', '110953.804000', '110953.807000', '110953.810000', '110953.813000', '110953.816000', '110953.819000', '110953.821000', '110953.824000', '110953.827000', '110953.830000', '110953.833000', '110953.836000', '110953.839000', '110953.842000', '110953.845000', '110953.847000', '110953.850000', '110953.853000', '110953.856000', '110953.859000', '110953.862000', '110953.865000', '110953.868000', '110953.871000', '110953.873000', '110953.876000', '110953.879000', '110953.882000', '110953.885000', '110953.888000', '110953.891000', '110953.894000', '110953.896000', '110953.899000', '110953.902000', '110953.905000', '111013.781000', '111013.784000', '111013.790000', '111013.794000', '111013.802000', '111013.805000', '111013.808000', '111013.811000', '111013.814000', '111013.816000', '111013.819000', '111013.822000', '111013.825000', '111013.828000', '111013.831000', '111013.834000', '111013.837000', '111013.839000', '111013.842000', '111013.845000', '111013.848000', '111013.851000', '111013.854000', '111013.857000', '111013.860000', '111013.863000', '111013.866000', '111013.868000', '111013.871000', '111013.874000', '111013.877000', '111013.880000', '111013.883000', '111013.886000', '111013.889000', '111013.891000', '111013.894000', '111013.897000', '111013.900000', '111013.903000', '111013.906000', '111013.909000', '111013.912000', '111033.781000', '111033.784000', '111033.787000', '111033.790000', '111033.793000', '111033.795000', '111033.798000', '111033.801000', '111033.804000', '111033.807000', '111033.810000', '111033.813000', '111033.816000', '111033.819000', '111033.821000', '111033.824000', '111033.827000', '111033.830000', '111033.833000', '111033.836000', '111033.839000', '111033.841000', '111033.844000', '111033.847000', '111033.850000', '111033.853000', '111033.856000', '111033.859000', '111033.862000', '111033.865000', '111033.868000', '111033.871000', '111033.873000', '111033.876000', '111033.879000', '111033.882000', '111033.885000', '111033.888000', '111033.891000', '111033.894000', '111033.896000', '111033.899000', '111033.902000', '111033.905000', '111053.781000', '111053.784000', '111053.787000', '111053.790000', '111053.793000', '111053.795000', '111053.798000', '111053.809000', '111053.812000', '111053.815000', '111053.818000', '111053.821000', '111053.824000', '111053.826000', '111053.829000', '111053.832000', '111053.835000', '111053.838000', '111053.841000', '111053.844000', '111053.847000', '111053.850000', '111053.853000', '111053.855000', '111053.858000', '111053.861000', '111053.864000', '111053.867000', '111053.870000', '111053.873000', '111053.876000', '111053.878000', '111053.881000', '111053.884000', '111053.887000', '111053.890000', '111053.893000', '111053.896000', '111053.899000', '111053.901000', '111053.904000', '111053.907000', '111053.910000', '111113.781000', '111113.784000', '111113.787000', '111113.790000', '111113.793000', '111113.796000', '111113.799000', '111113.802000', '111113.805000', '111113.808000', '111113.810000', '111113.814000', '111113.816000', '111113.819000', '111113.822000', '111113.825000', '111113.828000', '111113.831000', '111113.834000', '111113.837000', '111113.840000', '111113.843000', '111113.846000', '111113.849000', '111113.852000', '111113.855000', '111113.857000', '111113.860000', '111113.863000', '111113.866000', '111113.869000', '111113.872000', '111113.875000', '111113.878000', '111113.881000', '111113.884000', '111113.887000', '111113.890000', '111113.893000', '111113.896000', '111113.898000', '111113.901000', '111113.904000', '111113.907000', '111133.781000', '111133.784000', '111133.787000', '111133.790000', '111133.793000', '111133.796000', '111133.799000', '111133.802000', '111133.805000', '111133.808000', '111133.811000', '111133.814000', '111133.817000', '111133.820000', '111133.823000', '111133.827000', '111133.830000', '111133.833000', '111133.836000', '111133.839000', '111133.842000', '111133.844000', '111133.849000', '111133.852000', '111133.855000', '111133.858000', '111133.861000', '111133.864000', '111133.867000', '111133.870000', '111133.873000', '111133.876000', '111133.879000', '111133.881000', '111133.884000', '111133.887000', '111133.890000', '111133.893000', '111133.896000', '111133.899000', '111133.902000', '111133.905000', '111133.908000', '111153.782000', '111153.785000', '111153.788000', '111153.791000', '111153.794000', '111153.797000', '111153.800000', '111153.803000', '111153.806000', '111153.809000', '111153.812000', '111153.815000', '111153.817000', '111153.820000', '111153.823000', '111153.826000', '111153.829000', '111153.832000', '111153.835000', '111153.838000', '111153.841000', '111153.844000', '111153.847000', '111153.850000', '111153.853000', '111153.855000', '111153.859000', '111153.861000', '111153.864000', '111153.867000', '111153.870000', '111153.873000', '111153.876000', '111153.879000', '111153.882000', '111153.885000', '111153.888000', '111153.890000', '111153.894000', '111153.896000', '111153.899000', '111153.902000', '111153.905000', '111153.908000', '111213.781000', '111213.784000', '111213.787000', '111213.790000', '111213.793000', '111213.796000', '111213.799000', '111213.802000', '111213.805000', '111213.808000', '111213.810000', '111213.813000', '111213.816000', '111213.819000', '111213.822000', '111213.825000', '111213.828000', '111213.832000', '111213.835000', '111213.838000', '111213.841000', '111213.844000', '111213.847000', '111213.850000', '111213.853000', '111213.856000', '111213.859000', '111213.862000', '111213.865000', '111213.868000', '111213.871000', '111213.874000', '111213.886000', '111213.889000', '111213.892000', '111213.895000', '111213.898000', '111213.900000', '111213.903000', '111213.906000', '111213.909000', '111213.912000', '111213.915000', '111233.781000', '111233.784000', '111233.787000', '111233.790000', '111233.793000', '111233.796000', '111233.799000', '111233.802000', '111233.805000', '111233.808000', '111233.811000', '111233.814000', '111233.816000', '111233.820000', '111233.822000', '111233.825000', '111233.828000', '111233.831000', '111233.834000', '111233.837000', '111233.840000', '111233.843000', '111233.846000', '111233.849000', '111233.852000', '111233.855000', '111233.857000', '111233.860000', '111233.863000', '111233.866000', '111233.869000', '111233.872000', '111233.875000', '111233.878000', '111233.881000', '111233.884000', '111233.887000', '111233.890000', '111233.892000', '111233.895000', '111233.898000', '111233.901000', '111233.904000', '111233.907000', '111253.781000', '111253.784000', '111253.787000', '111253.790000', '111253.794000', '111253.797000', '111253.800000', '111253.803000', '111253.806000', '111253.809000', '111253.812000', '111253.815000', '111253.818000', '111253.821000', '111253.824000', '111253.827000', '111253.830000', '111253.833000', '111253.836000', '111253.839000', '111253.842000', '111253.844000', '111253.847000', '111253.851000', '111253.853000', '111253.856000', '111253.859000', '111253.864000', '111253.868000', '111253.871000', '111253.874000', '111253.877000', '111253.880000', '111253.883000', '111253.886000', '111253.889000', '111253.905000', '111253.908000', '111253.910000', '111253.913000', '111253.916000', '111253.919000', '111253.922000', '111313.781000', '111313.784000', '111313.787000', '111313.790000', '111313.793000', '111313.796000', '111313.799000', '111313.802000', '111313.805000', '111313.808000', '111313.811000', '111313.813000', '111313.817000', '111313.819000', '111313.822000', '111313.825000', '111313.828000', '111313.831000', '111313.834000', '111313.837000', '111313.840000', '111313.843000', '111313.846000', '111313.849000', '111313.852000', '111313.855000', '111313.858000', '111313.860000', '111313.864000', '111313.866000', '111313.869000', '111313.872000', '111313.875000', '111313.878000', '111313.881000', '111313.884000', '111313.887000', '111313.890000', '111313.893000', '111313.895000', '111313.898000', '111313.901000', '111313.904000', '111313.907000', '111333.781000', '111333.784000', '111333.787000', '111333.790000', '111333.793000', '111333.796000', '111333.799000', '111333.802000', '111333.805000', '111333.808000', '111333.811000', '111333.814000', '111333.816000', '111333.819000', '111333.822000', '111333.825000', '111333.828000', '111333.831000', '111333.834000', '111333.837000', '111333.840000', '111333.843000', '111333.846000', '111333.849000', '111333.852000', '111333.854000', '111333.857000', '111333.860000', '111333.863000', '111333.878000', '111333.881000', '111333.884000', '111333.887000', '111333.890000', '111333.893000', '111333.895000', '111333.898000', '111333.901000', '111333.904000', '111333.907000', '111333.910000', '111333.913000', '111333.916000', '111353.781000', '111353.784000', '111353.787000', '111353.790000', '111353.793000', '111353.796000', '111353.799000', '111353.810000', '111353.813000', '111353.816000', '111353.819000', '111353.822000', '111353.825000', '111353.827000', '111353.830000', '111353.833000', '111353.836000', '111353.839000', '111353.842000', '111353.845000', '111353.848000', '111353.851000', '111353.854000', '111353.857000', '111353.860000', '111353.862000', '111353.865000', '111353.868000', '111353.871000', '111353.874000', '111353.877000', '111353.880000', '111353.883000', '111353.886000', '111353.888000', '111353.892000', '111353.894000', '111353.897000', '111353.900000', '111353.903000', '111353.906000', '111353.909000', '111353.912000', '111353.915000', '111413.782000', '111413.785000', '111413.788000', '111413.791000', '111413.794000', '111413.797000', '111413.800000', '111413.803000', '111413.806000', '111413.809000', '111413.812000', '111413.815000', '111413.818000', '111413.821000', '111413.824000', '111413.827000', '111413.830000', '111413.834000', '111413.837000', '111413.840000', '111413.843000', '111413.846000', '111413.849000', '111413.851000', '111413.854000', '111413.857000', '111413.860000', '111413.863000', '111413.866000', '111413.869000', '111413.872000', '111413.875000', '111413.878000', '111413.881000', '111413.884000', '111413.887000', '111413.890000', '111413.893000', '111413.896000', '111413.898000', '111413.901000', '111413.905000', '111413.910000', '111433.781000', '111433.784000', '111433.787000', '111433.790000', '111433.793000', '111433.797000', '111433.800000', '111433.803000', '111433.806000', '111433.809000', '111433.812000', '111433.815000', '111433.818000', '111433.820000', '111433.823000', '111433.826000', '111433.829000', '111433.832000', '111433.835000', '111433.838000', '111433.841000', '111433.844000', '111433.847000', '111433.850000', '111433.853000', '111433.856000', '111433.859000', '111433.862000', '111433.865000', '111433.868000', '111433.871000', '111433.874000', '111433.877000', '111433.879000', '111433.883000', '111433.885000', '111433.888000', '111433.891000', '111433.894000', '111433.897000', '111433.900000', '111433.903000', '111433.906000', '111433.909000', '111453.781000', '111453.784000', '111453.787000', '111453.790000', '111453.793000', '111453.796000', '111453.799000', '111453.802000', '111453.805000', '111453.808000', '111453.811000', '111453.814000', '111453.817000', '111453.820000', '111453.822000', '111453.825000', '111453.828000', '111453.831000', '111453.834000', '111453.837000', '111453.840000', '111453.843000', '111453.846000', '111453.849000', '111453.852000', '111453.868000', '111453.871000', '111453.874000', '111453.877000', '111453.880000', '111453.882000', '111453.885000', '111453.888000', '111453.891000', '111453.894000', '111453.897000', '111453.900000', '111453.903000', '111453.906000', '111453.912000', '111453.916000', '111453.918000', '111453.921000', '111513.781000', '111513.784000', '111513.787000', '111513.790000', '111513.793000', '111513.796000', '111513.799000', '111513.802000', '111513.805000', '111513.808000', '111513.811000', '111513.813000', '111513.816000', '111513.819000', '111513.822000', '111513.825000', '111513.828000', '111513.831000', '111513.834000', '111513.837000', '111513.840000', '111513.843000', '111513.846000', '111513.849000', '111513.852000', '111513.855000', '111513.858000', '111513.861000', '111513.864000', '111513.867000', '111513.869000', '111513.872000', '111513.875000', '111513.878000', '111513.881000', '111513.884000', '111513.887000', '111513.890000', '111513.893000', '111513.896000', '111513.899000', '111513.902000', '111513.905000', '111513.907000', '111533.781000', '111533.784000', '111533.787000', '111533.790000', '111533.793000', '111533.796000', '111533.799000', '111533.805000', '111533.808000', '111533.811000', '111533.814000', '111533.817000', '111533.820000', '111533.823000', '111533.826000', '111533.829000', '111533.832000', '111533.835000', '111533.838000', '111533.841000', '111533.844000', '111533.847000', '111533.850000', '111533.853000', '111533.856000', '111533.858000', '111533.861000', '111533.864000', '111533.868000', '111533.872000', '111533.875000', '111533.878000', '111533.881000', '111533.883000', '111533.886000', '111533.889000', '111533.892000', '111533.895000', '111533.898000', '111533.901000', '111533.904000', '111533.907000', '111533.910000', '111553.781000', '111553.784000', '111553.787000', '111553.790000', '111553.793000', '111553.796000', '111553.799000', '111553.802000', '111553.805000', '111553.808000', '111553.811000', '111553.814000', '111553.817000', '111553.820000', '111553.822000', '111553.825000', '111553.828000', '111553.831000', '111553.834000', '111553.837000', '111553.840000', '111553.843000', '111553.846000', '111553.849000', '111553.852000', '111553.855000', '111553.858000', '111553.861000', '111553.864000', '111553.867000', '111553.870000', '111553.873000', '111553.876000', '111553.878000', '111553.881000', '111553.884000', '111553.887000', '111553.890000', '111553.893000', '111553.896000', '111553.899000', '111553.902000', '111553.905000', '111553.908000', '111613.781000', '111613.784000', '111613.788000', '111613.791000', '111613.793000', '111613.796000', '111613.799000', '111613.813000', '111613.816000', '111613.819000', '111613.822000', '111613.825000', '111613.827000', '111613.830000', '111613.833000', '111613.836000', '111613.839000', '111613.842000', '111613.845000', '111613.848000', '111613.851000', '111613.854000', '111613.857000', '111613.860000', '111613.863000', '111613.866000', '111613.869000', '111613.871000', '111613.874000', '111613.877000', '111613.880000', '111613.883000', '111613.886000', '111613.889000', '111613.892000', '111613.895000', '111613.898000', '111613.901000', '111613.904000', '111613.907000', '111613.909000', '111613.912000', '111613.915000', '111629.656000', '111629.660000', '111629.663000', '111629.666000', '111629.670000', '111629.673000', '111629.676000', '111629.679000', '111629.682000', '111629.689000', '111629.692000', '111629.695000', '111629.698000', '111629.701000', '111629.704000', '111629.707000', '111629.710000', '111629.714000', '111629.717000', '111629.720000', '111629.723000', '111629.726000', '111629.729000', '111629.732000', '111629.735000', '111629.738000', '111629.741000', '111629.744000', '111629.747000', '111629.750000', '111629.753000', '111629.756000', '111629.759000', '111629.762000', '111629.765000'], 'InstanceCreationTime': ['110613.828000', '110613.831000', '110613.835000', '110613.838000', '110613.841000', '110613.844000', '110613.847000', '110613.850000', '110613.853000', '110613.857000', '110613.859000', '110613.862000', '110613.865000', '110613.868000', '110613.871000', '110613.874000', '110613.877000', '110613.880000', '110613.883000', '110613.886000', '110613.889000', '110613.892000', '110613.895000', '110613.899000', '110613.902000', '110613.905000', '110613.908000', '110613.911000', '110613.914000', '110613.917000', '110613.920000', '110613.923000', '110613.926000', '110613.929000', '110613.932000', '110613.939000', '110613.942000', '110633.781000', '110633.784000', '110633.787000', '110633.791000', '110633.794000', '110633.797000', '110633.799000', '110633.802000', '110633.805000', '110633.808000', '110633.811000', '110633.814000', '110633.817000', '110633.819000', '110633.822000', '110633.825000', '110633.828000', '110633.831000', '110633.834000', '110633.837000', '110633.840000', '110633.843000', '110633.846000', '110633.849000', '110633.852000', '110633.855000', '110633.858000', '110633.861000', '110633.863000', '110633.866000', '110633.869000', '110633.872000', '110633.875000', '110633.878000', '110633.880000', '110633.883000', '110633.886000', '110633.889000', '110633.892000', '110633.895000', '110633.897000', '110633.900000', '110633.903000', '110653.781000', '110653.784000', '110653.787000', '110653.790000', '110653.793000', '110653.795000', '110653.798000', '110653.801000', '110653.804000', '110653.808000', '110653.817000', '110653.820000', '110653.823000', '110653.826000', '110653.829000', '110653.831000', '110653.834000', '110653.837000', '110653.840000', '110653.843000', '110653.846000', '110653.848000', '110653.851000', '110653.854000', '110653.857000', '110653.860000', '110653.863000', '110653.866000', '110653.868000', '110653.871000', '110653.874000', '110653.877000', '110653.880000', '110653.883000', '110653.886000', '110653.888000', '110653.891000', '110653.894000', '110653.897000', '110653.900000', '110653.903000', '110653.906000', '110653.908000', '110653.911000', '110713.781000', '110713.784000', '110713.787000', '110713.790000', '110713.792000', '110713.795000', '110713.798000', '110713.801000', '110713.804000', '110713.807000', '110713.810000', '110713.812000', '110713.815000', '110713.818000', '110713.821000', '110713.824000', '110713.827000', '110713.830000', '110713.833000', '110713.836000', '110713.839000', '110713.841000', '110713.844000', '110713.847000', '110713.850000', '110713.853000', '110713.857000', '110713.860000', '110713.862000', '110713.865000', '110713.868000', '110713.871000', '110713.874000', '110713.877000', '110713.880000', '110713.883000', '110713.886000', '110713.888000', '110713.891000', '110713.894000', '110713.897000', '110713.900000', '110713.903000', '110733.781000', '110733.784000', '110733.787000', '110733.790000', '110733.792000', '110733.795000', '110733.798000', '110733.801000', '110733.804000', '110733.807000', '110733.810000', '110733.813000', '110733.816000', '110733.819000', '110733.821000', '110733.824000', '110733.827000', '110733.830000', '110733.833000', '110733.836000', '110733.839000', '110733.842000', '110733.845000', '110733.847000', '110733.850000', '110733.853000', '110733.856000', '110733.859000', '110733.862000', '110733.865000', '110733.868000', '110733.870000', '110733.873000', '110733.876000', '110733.879000', '110733.882000', '110733.891000', '110733.894000', '110733.897000', '110733.900000', '110733.903000', '110733.905000', '110733.908000', '110733.911000', '110753.793000', '110753.796000', '110753.799000', '110753.802000', '110753.805000', '110753.808000', '110753.811000', '110753.814000', '110753.817000', '110753.819000', '110753.822000', '110753.825000', '110753.828000', '110753.831000', '110753.834000', '110753.837000', '110753.839000', '110753.842000', '110753.845000', '110753.848000', '110753.851000', '110753.854000', '110753.857000', '110753.860000', '110753.865000', '110753.868000', '110753.871000', '110753.874000', '110753.877000', '110753.881000', '110753.884000', '110753.887000', '110753.890000', '110753.893000', '110753.896000', '110753.899000', '110753.901000', '110753.904000', '110753.907000', '110753.910000', '110753.913000', '110753.916000', '110753.919000', '110813.781000', '110813.784000', '110813.787000', '110813.790000', '110813.792000', '110813.795000', '110813.798000', '110813.801000', '110813.804000', '110813.807000', '110813.810000', '110813.813000', '110813.815000', '110813.818000', '110813.821000', '110813.824000', '110813.827000', '110813.830000', '110813.833000', '110813.835000', '110813.838000', '110813.841000', '110813.844000', '110813.847000', '110813.850000', '110813.853000', '110813.856000', '110813.859000', '110813.862000', '110813.864000', '110813.867000', '110813.870000', '110813.873000', '110813.876000', '110813.879000', '110813.882000', '110813.885000', '110813.887000', '110813.890000', '110813.893000', '110813.896000', '110813.899000', '110813.902000', '110813.905000', '110833.781000', '110833.784000', '110833.787000', '110833.790000', '110833.792000', '110833.795000', '110833.798000', '110833.801000', '110833.804000', '110833.807000', '110833.810000', '110833.813000', '110833.815000', '110833.818000', '110833.821000', '110833.824000', '110833.827000', '110833.830000', '110833.833000', '110833.836000', '110833.838000', '110833.841000', '110833.844000', '110833.847000', '110833.850000', '110833.853000', '110833.856000', '110833.859000', '110833.861000', '110833.864000', '110833.867000', '110833.870000', '110833.873000', '110833.876000', '110833.879000', '110833.881000', '110833.884000', '110833.887000', '110833.890000', '110833.893000', '110833.896000', '110833.899000', '110833.902000', '110853.781000', '110853.784000', '110853.787000', '110853.790000', '110853.792000', '110853.795000', '110853.798000', '110853.801000', '110853.804000', '110853.807000', '110853.810000', '110853.813000', '110853.816000', '110853.819000', '110853.821000', '110853.824000', '110853.827000', '110853.830000', '110853.833000', '110853.836000', '110853.839000', '110853.842000', '110853.844000', '110853.847000', '110853.850000', '110853.853000', '110853.856000', '110853.859000', '110853.862000', '110853.865000', '110853.868000', '110853.870000', '110853.873000', '110853.876000', '110853.879000', '110853.882000', '110853.885000', '110853.888000', '110853.891000', '110853.893000', '110853.896000', '110853.899000', '110853.902000', '110853.905000', '110913.781000', '110913.784000', '110913.787000', '110913.790000', '110913.793000', '110913.796000', '110913.798000', '110913.801000', '110913.804000', '110913.807000', '110913.810000', '110913.813000', '110913.816000', '110913.819000', '110913.822000', '110913.824000', '110913.827000', '110913.830000', '110913.833000', '110913.836000', '110913.839000', '110913.842000', '110913.845000', '110913.847000', '110913.850000', '110913.853000', '110913.856000', '110913.859000', '110913.862000', '110913.865000', '110913.868000', '110913.871000', '110913.873000', '110913.876000', '110913.879000', '110913.882000', '110913.885000', '110913.888000', '110913.891000', '110913.894000', '110913.906000', '110913.909000', '110913.912000', '110933.782000', '110933.785000', '110933.788000', '110933.791000', '110933.794000', '110933.796000', '110933.799000', '110933.802000', '110933.805000', '110933.808000', '110933.811000', '110933.814000', '110933.817000', '110933.820000', '110933.823000', '110933.826000', '110933.828000', '110933.831000', '110933.834000', '110933.837000', '110933.840000', '110933.843000', '110933.846000', '110933.849000', '110933.851000', '110933.854000', '110933.857000', '110933.860000', '110933.863000', '110933.866000', '110933.869000', '110933.872000', '110933.874000', '110933.877000', '110933.880000', '110933.883000', '110933.886000', '110933.889000', '110933.892000', '110933.895000', '110933.898000', '110933.901000', '110933.904000', '110953.781000', '110953.784000', '110953.787000', '110953.790000', '110953.793000', '110953.796000', '110953.798000', '110953.801000', '110953.804000', '110953.807000', '110953.810000', '110953.813000', '110953.816000', '110953.819000', '110953.821000', '110953.824000', '110953.827000', '110953.830000', '110953.833000', '110953.836000', '110953.839000', '110953.842000', '110953.845000', '110953.847000', '110953.850000', '110953.853000', '110953.856000', '110953.859000', '110953.862000', '110953.865000', '110953.868000', '110953.871000', '110953.873000', '110953.876000', '110953.879000', '110953.882000', '110953.885000', '110953.888000', '110953.891000', '110953.894000', '110953.896000', '110953.899000', '110953.902000', '110953.905000', '111013.781000', '111013.784000', '111013.790000', '111013.794000', '111013.802000', '111013.805000', '111013.808000', '111013.811000', '111013.814000', '111013.816000', '111013.819000', '111013.822000', '111013.825000', '111013.828000', '111013.831000', '111013.834000', '111013.837000', '111013.839000', '111013.842000', '111013.845000', '111013.848000', '111013.851000', '111013.854000', '111013.857000', '111013.860000', '111013.863000', '111013.866000', '111013.868000', '111013.871000', '111013.874000', '111013.877000', '111013.880000', '111013.883000', '111013.886000', '111013.889000', '111013.891000', '111013.894000', '111013.897000', '111013.900000', '111013.903000', '111013.906000', '111013.909000', '111013.912000', '111033.781000', '111033.784000', '111033.787000', '111033.790000', '111033.793000', '111033.795000', '111033.798000', '111033.801000', '111033.804000', '111033.807000', '111033.810000', '111033.813000', '111033.816000', '111033.819000', '111033.821000', '111033.824000', '111033.827000', '111033.830000', '111033.833000', '111033.836000', '111033.839000', '111033.841000', '111033.844000', '111033.847000', '111033.850000', '111033.853000', '111033.856000', '111033.859000', '111033.862000', '111033.865000', '111033.868000', '111033.871000', '111033.873000', '111033.876000', '111033.879000', '111033.882000', '111033.885000', '111033.888000', '111033.891000', '111033.894000', '111033.896000', '111033.899000', '111033.902000', '111033.905000', '111053.781000', '111053.784000', '111053.787000', '111053.790000', '111053.793000', '111053.795000', '111053.798000', '111053.809000', '111053.812000', '111053.815000', '111053.818000', '111053.821000', '111053.824000', '111053.826000', '111053.829000', '111053.832000', '111053.835000', '111053.838000', '111053.841000', '111053.844000', '111053.847000', '111053.850000', '111053.853000', '111053.855000', '111053.858000', '111053.861000', '111053.864000', '111053.867000', '111053.870000', '111053.873000', '111053.876000', '111053.878000', '111053.881000', '111053.884000', '111053.887000', '111053.890000', '111053.893000', '111053.896000', '111053.899000', '111053.901000', '111053.904000', '111053.907000', '111053.910000', '111113.781000', '111113.784000', '111113.787000', '111113.790000', '111113.793000', '111113.796000', '111113.799000', '111113.802000', '111113.805000', '111113.808000', '111113.810000', '111113.814000', '111113.816000', '111113.819000', '111113.822000', '111113.825000', '111113.828000', '111113.831000', '111113.834000', '111113.837000', '111113.840000', '111113.843000', '111113.846000', '111113.849000', '111113.852000', '111113.855000', '111113.857000', '111113.860000', '111113.863000', '111113.866000', '111113.869000', '111113.872000', '111113.875000', '111113.878000', '111113.881000', '111113.884000', '111113.887000', '111113.890000', '111113.893000', '111113.896000', '111113.898000', '111113.901000', '111113.904000', '111113.907000', '111133.781000', '111133.784000', '111133.787000', '111133.790000', '111133.793000', '111133.796000', '111133.799000', '111133.802000', '111133.805000', '111133.808000', '111133.811000', '111133.814000', '111133.817000', '111133.820000', '111133.823000', '111133.827000', '111133.830000', '111133.833000', '111133.836000', '111133.839000', '111133.842000', '111133.844000', '111133.849000', '111133.852000', '111133.855000', '111133.858000', '111133.861000', '111133.864000', '111133.867000', '111133.870000', '111133.873000', '111133.876000', '111133.879000', '111133.881000', '111133.884000', '111133.887000', '111133.890000', '111133.893000', '111133.896000', '111133.899000', '111133.902000', '111133.905000', '111133.908000', '111153.782000', '111153.785000', '111153.788000', '111153.791000', '111153.794000', '111153.797000', '111153.800000', '111153.803000', '111153.806000', '111153.809000', '111153.812000', '111153.815000', '111153.817000', '111153.820000', '111153.823000', '111153.826000', '111153.829000', '111153.832000', '111153.835000', '111153.838000', '111153.841000', '111153.844000', '111153.847000', '111153.850000', '111153.853000', '111153.855000', '111153.859000', '111153.861000', '111153.864000', '111153.867000', '111153.870000', '111153.873000', '111153.876000', '111153.879000', '111153.882000', '111153.885000', '111153.888000', '111153.890000', '111153.894000', '111153.896000', '111153.899000', '111153.902000', '111153.905000', '111153.908000', '111213.781000', '111213.784000', '111213.787000', '111213.790000', '111213.793000', '111213.796000', '111213.799000', '111213.802000', '111213.805000', '111213.808000', '111213.810000', '111213.813000', '111213.816000', '111213.819000', '111213.822000', '111213.825000', '111213.828000', '111213.832000', '111213.835000', '111213.838000', '111213.841000', '111213.844000', '111213.847000', '111213.850000', '111213.853000', '111213.856000', '111213.859000', '111213.862000', '111213.865000', '111213.868000', '111213.871000', '111213.874000', '111213.886000', '111213.889000', '111213.892000', '111213.895000', '111213.898000', '111213.900000', '111213.903000', '111213.906000', '111213.909000', '111213.912000', '111213.915000', '111233.781000', '111233.784000', '111233.787000', '111233.790000', '111233.793000', '111233.796000', '111233.799000', '111233.802000', '111233.805000', '111233.808000', '111233.811000', '111233.814000', '111233.816000', '111233.820000', '111233.822000', '111233.825000', '111233.828000', '111233.831000', '111233.834000', '111233.837000', '111233.840000', '111233.843000', '111233.846000', '111233.849000', '111233.852000', '111233.855000', '111233.857000', '111233.860000', '111233.863000', '111233.866000', '111233.869000', '111233.872000', '111233.875000', '111233.878000', '111233.881000', '111233.884000', '111233.887000', '111233.890000', '111233.892000', '111233.895000', '111233.898000', '111233.901000', '111233.904000', '111233.907000', '111253.781000', '111253.784000', '111253.787000', '111253.790000', '111253.794000', '111253.797000', '111253.800000', '111253.803000', '111253.806000', '111253.809000', '111253.812000', '111253.815000', '111253.818000', '111253.821000', '111253.824000', '111253.827000', '111253.830000', '111253.833000', '111253.836000', '111253.839000', '111253.842000', '111253.844000', '111253.847000', '111253.851000', '111253.853000', '111253.856000', '111253.859000', '111253.864000', '111253.868000', '111253.871000', '111253.874000', '111253.877000', '111253.880000', '111253.883000', '111253.886000', '111253.889000', '111253.905000', '111253.908000', '111253.910000', '111253.913000', '111253.916000', '111253.919000', '111253.922000', '111313.781000', '111313.784000', '111313.787000', '111313.790000', '111313.793000', '111313.796000', '111313.799000', '111313.802000', '111313.805000', '111313.808000', '111313.811000', '111313.813000', '111313.817000', '111313.819000', '111313.822000', '111313.825000', '111313.828000', '111313.831000', '111313.834000', '111313.837000', '111313.840000', '111313.843000', '111313.846000', '111313.849000', '111313.852000', '111313.855000', '111313.858000', '111313.860000', '111313.864000', '111313.866000', '111313.869000', '111313.872000', '111313.875000', '111313.878000', '111313.881000', '111313.884000', '111313.887000', '111313.890000', '111313.893000', '111313.895000', '111313.898000', '111313.901000', '111313.904000', '111313.907000', '111333.781000', '111333.784000', '111333.787000', '111333.790000', '111333.793000', '111333.796000', '111333.799000', '111333.802000', '111333.805000', '111333.808000', '111333.811000', '111333.814000', '111333.816000', '111333.819000', '111333.822000', '111333.825000', '111333.828000', '111333.831000', '111333.834000', '111333.837000', '111333.840000', '111333.843000', '111333.846000', '111333.849000', '111333.852000', '111333.854000', '111333.857000', '111333.860000', '111333.863000', '111333.878000', '111333.881000', '111333.884000', '111333.887000', '111333.890000', '111333.893000', '111333.895000', '111333.898000', '111333.901000', '111333.904000', '111333.907000', '111333.910000', '111333.913000', '111333.916000', '111353.781000', '111353.784000', '111353.787000', '111353.790000', '111353.793000', '111353.796000', '111353.799000', '111353.810000', '111353.813000', '111353.816000', '111353.819000', '111353.822000', '111353.825000', '111353.827000', '111353.830000', '111353.833000', '111353.836000', '111353.839000', '111353.842000', '111353.845000', '111353.848000', '111353.851000', '111353.854000', '111353.857000', '111353.860000', '111353.862000', '111353.865000', '111353.868000', '111353.871000', '111353.874000', '111353.877000', '111353.880000', '111353.883000', '111353.886000', '111353.888000', '111353.892000', '111353.894000', '111353.897000', '111353.900000', '111353.903000', '111353.906000', '111353.909000', '111353.912000', '111353.915000', '111413.782000', '111413.785000', '111413.788000', '111413.791000', '111413.794000', '111413.797000', '111413.800000', '111413.803000', '111413.806000', '111413.809000', '111413.812000', '111413.815000', '111413.818000', '111413.821000', '111413.824000', '111413.827000', '111413.830000', '111413.834000', '111413.837000', '111413.840000', '111413.843000', '111413.846000', '111413.849000', '111413.851000', '111413.854000', '111413.857000', '111413.860000', '111413.863000', '111413.866000', '111413.869000', '111413.872000', '111413.875000', '111413.878000', '111413.881000', '111413.884000', '111413.887000', '111413.890000', '111413.893000', '111413.896000', '111413.898000', '111413.901000', '111413.905000', '111413.910000', '111433.781000', '111433.784000', '111433.787000', '111433.790000', '111433.793000', '111433.797000', '111433.800000', '111433.803000', '111433.806000', '111433.809000', '111433.812000', '111433.815000', '111433.818000', '111433.820000', '111433.823000', '111433.826000', '111433.829000', '111433.832000', '111433.835000', '111433.838000', '111433.841000', '111433.844000', '111433.847000', '111433.850000', '111433.853000', '111433.856000', '111433.859000', '111433.862000', '111433.865000', '111433.868000', '111433.871000', '111433.874000', '111433.877000', '111433.879000', '111433.883000', '111433.885000', '111433.888000', '111433.891000', '111433.894000', '111433.897000', '111433.900000', '111433.903000', '111433.906000', '111433.909000', '111453.781000', '111453.784000', '111453.787000', '111453.790000', '111453.793000', '111453.796000', '111453.799000', '111453.802000', '111453.805000', '111453.808000', '111453.811000', '111453.814000', '111453.817000', '111453.820000', '111453.822000', '111453.825000', '111453.828000', '111453.831000', '111453.834000', '111453.837000', '111453.840000', '111453.843000', '111453.846000', '111453.849000', '111453.852000', '111453.868000', '111453.871000', '111453.874000', '111453.877000', '111453.880000', '111453.882000', '111453.885000', '111453.888000', '111453.891000', '111453.894000', '111453.897000', '111453.900000', '111453.903000', '111453.906000', '111453.912000', '111453.916000', '111453.918000', '111453.921000', '111513.781000', '111513.784000', '111513.787000', '111513.790000', '111513.793000', '111513.796000', '111513.799000', '111513.802000', '111513.805000', '111513.808000', '111513.811000', '111513.813000', '111513.816000', '111513.819000', '111513.822000', '111513.825000', '111513.828000', '111513.831000', '111513.834000', '111513.837000', '111513.840000', '111513.843000', '111513.846000', '111513.849000', '111513.852000', '111513.855000', '111513.858000', '111513.861000', '111513.864000', '111513.867000', '111513.869000', '111513.872000', '111513.875000', '111513.878000', '111513.881000', '111513.884000', '111513.887000', '111513.890000', '111513.893000', '111513.896000', '111513.899000', '111513.902000', '111513.905000', '111513.907000', '111533.781000', '111533.784000', '111533.787000', '111533.790000', '111533.793000', '111533.796000', '111533.799000', '111533.805000', '111533.808000', '111533.811000', '111533.814000', '111533.817000', '111533.820000', '111533.823000', '111533.826000', '111533.829000', '111533.832000', '111533.835000', '111533.838000', '111533.841000', '111533.844000', '111533.847000', '111533.850000', '111533.853000', '111533.856000', '111533.858000', '111533.861000', '111533.864000', '111533.868000', '111533.872000', '111533.875000', '111533.878000', '111533.881000', '111533.883000', '111533.886000', '111533.889000', '111533.892000', '111533.895000', '111533.898000', '111533.901000', '111533.904000', '111533.907000', '111533.910000', '111553.781000', '111553.784000', '111553.787000', '111553.790000', '111553.793000', '111553.796000', '111553.799000', '111553.802000', '111553.805000', '111553.808000', '111553.811000', '111553.814000', '111553.817000', '111553.820000', '111553.822000', '111553.825000', '111553.828000', '111553.831000', '111553.834000', '111553.837000', '111553.840000', '111553.843000', '111553.846000', '111553.849000', '111553.852000', '111553.855000', '111553.858000', '111553.861000', '111553.864000', '111553.867000', '111553.870000', '111553.873000', '111553.876000', '111553.878000', '111553.881000', '111553.884000', '111553.887000', '111553.890000', '111553.893000', '111553.896000', '111553.899000', '111553.902000', '111553.905000', '111553.908000', '111613.781000', '111613.784000', '111613.788000', '111613.791000', '111613.793000', '111613.796000', '111613.799000', '111613.813000', '111613.816000', '111613.819000', '111613.822000', '111613.825000', '111613.827000', '111613.830000', '111613.833000', '111613.836000', '111613.839000', '111613.842000', '111613.845000', '111613.848000', '111613.851000', '111613.854000', '111613.857000', '111613.860000', '111613.863000', '111613.866000', '111613.869000', '111613.871000', '111613.874000', '111613.877000', '111613.880000', '111613.883000', '111613.886000', '111613.889000', '111613.892000', '111613.895000', '111613.898000', '111613.901000', '111613.904000', '111613.907000', '111613.909000', '111613.912000', '111613.915000', '111629.656000', '111629.660000', '111629.663000', '111629.666000', '111629.670000', '111629.673000', '111629.676000', '111629.679000', '111629.682000', '111629.689000', '111629.692000', '111629.695000', '111629.698000', '111629.701000', '111629.704000', '111629.707000', '111629.710000', '111629.714000', '111629.717000', '111629.720000', '111629.723000', '111629.726000', '111629.729000', '111629.732000', '111629.735000', '111629.738000', '111629.741000', '111629.744000', '111629.747000', '111629.750000', '111629.753000', '111629.756000', '111629.759000', '111629.762000', '111629.765000'], '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': [8803, 13490, 8947, 9470, 14162, 7804, 10432, 8569, 8252, 13429, 8710, 9915, 13529, 7455, 9650, 7866, 7597, 11614, 8000, 8872, 12564, 7264, 9139, 9789, 7512, 10249, 7813, 8109, 12267, 7790, 8983, 13741, 7571, 9562, 9345, 7808, 11855, 7694, 8483, 12090, 8513, 9335, 13305, 7621, 10474, 9107, 8092, 12872, 9234, 9517, 13148, 7618, 9449, 11663, 7965, 12400, 7619, 8571, 12942, 7241, 9433, 9874, 7880, 12507, 7306, 8270, 12190, 7765, 10173, 10596, 8032, 11446, 7483, 8580, 12017, 7643, 11042, 9073, 7899, 12229, 8381, 9109, 12917, 7636, 11228, 8281, 7850, 12143, 7582, 10525, 11527, 8259, 12640, 8315, 8978, 13064, 8228, 10007, 13923, 8178, 10365, 8213, 8107, 11518, 7434, 8597, 12708, 7607, 9164, 8024, 7597, 11023, 7212, 8160, 12462, 7217, 9285, 9014, 7612, 12018, 7713, 8530, 11259, 7820, 10343, 11907, 8138, 11652, 8089, 8768, 11977, 8384, 10265, 12680, 8203, 11848, 8564, 8590, 12159, 8758, 10430, 13101, 7770, 11520, 8977, 8438, 13081, 8138, 10447, 11520, 8019, 11818, 9240, 8953, 13086, 7961, 9707, 12813, 8618, 12158, 8279, 8368, 12089, 7642, 10880, 11143, 8086, 12003, 7615, 8359, 11549, 7620, 10187, 10066, 7699, 12055, 7887, 8475, 11695, 8070, 10328, 10291, 7971, 10688, 7844, 8398, 11953, 7805, 10497, 11647, 7787, 11754, 7823, 8396, 11816, 8037, 10073, 13013, 7858, 11843, 9070, 8160, 12446, 7052, 8518, 12468, 7599, 10353, 7782, 7403, 10522, 7346, 9493, 9722, 7317, 10812, 8020, 8218, 11266, 8415, 9466, 9117, 7215, 10586, 8471, 8275, 12098, 8988, 10034, 9968, 7509, 10140, 7806, 8328, 11215, 8278, 9891, 8005, 7791, 11015, 8289, 9531, 12954, 7383, 10936, 8970, 7911, 12273, 8599, 10352, 14096, 7701, 10776, 9232, 7805, 10809, 8018, 8346, 11837, 7393, 9565, 10990, 7607, 11040, 8144, 8130, 10415, 7327, 9351, 11512, 7721, 10309, 8189, 7636, 10074, 7941, 8427, 11589, 7394, 8907, 9829, 7814, 10156, 8520, 7927, 10942, 7495, 8994, 10979, 7941, 10484, 8472, 8388, 11065, 7931, 10248, 10902, 8074, 11779, 8339, 8743, 11693, 8225, 10802, 11937, 8239, 11732, 8597, 8458, 11664, 8195, 10456, 12640, 8226, 11536, 8970, 8370, 11610, 8399, 10536, 14313, 8133, 11338, 8989, 8250, 11529, 8492, 10164, 13320, 7533, 10688, 8582, 7610, 11052, 7346, 9618, 13417, 7540, 10097, 8709, 7746, 11777, 8153, 9094, 12241, 7221, 9374, 10445, 7749, 10430, 8905, 8054, 11596, 7104, 8422, 10784, 7692, 11193, 7358, 8695, 12454, 7425, 9948, 8867, 7511, 11557, 7242, 9190, 11391, 7665, 11669, 8246, 8249, 12063, 7593, 11011, 10738, 7983, 12553, 7754, 8969, 13203, 7971, 11700, 10964, 8374, 12702, 7516, 8907, 12562, 7810, 10925, 8882, 7785, 11574, 7886, 8963, 12883, 7484, 10758, 9300, 7895, 11714, 8159, 8807, 12590, 7352, 9464, 10877, 7897, 11617, 7161, 9465, 7169, 8768, 7396, 9211, 9823, 7845, 11322, 8537, 8568, 12772, 8693, 11425, 9124, 8479, 13354, 8893, 10430, 14420, 8694, 13154, 9169, 9201, 12828, 7721, 9584, 8714, 8232, 12315, 7169, 8827, 8938, 7791, 10888, 7201, 9393, 7617, 7938, 12047, 7476, 9694, 10355, 7925, 11886, 8238, 9439, 12888, 7643, 10100, 7185, 9456, 10478, 7943, 11666, 7205, 9911, 8520, 7723, 12272, 8179, 10156, 11464, 8177, 8247, 7595, 10238, 7457, 11316, 7275, 12145, 7512, 11051, 7411, 10400, 12796, 7974, 13070, 7716, 11658, 7852, 12347, 8098, 10398, 12849, 8292, 11948, 7475, 9482, 7818, 8263, 11527, 7394, 9947, 7636, 7830, 10856, 7282, 9779, 7954, 7995, 9003, 7447, 9378, 8107, 8713, 9628, 7641, 10588, 8288, 8998, 12537, 8520, 10914, 11039, 8347, 13731, 7644, 10865, 8937, 8427, 12181, 7806, 9159, 12733, 8505, 10451, 13556, 7892, 10480, 7359, 9208, 11460, 7573, 10726, 9618, 7816, 11256, 8582, 8604, 12350, 7957, 9845, 14196, 7929, 11079, 7400, 8275, 11923, 8298, 9953, 14043, 7984, 11025, 9673, 8296, 12297, 8295, 8485, 12494, 7547, 9256, 7887, 7496, 10809, 7775, 8985, 12276, 7228, 9427, 8775, 7633, 10471, 8214, 8486, 12516, 7046, 9124, 11162, 7817, 11391, 8811, 8172, 11836, 7149, 8559, 12148, 7783, 11106, 10070, 8208, 12117, 7317, 9547, 11709, 8182, 11709, 9176, 8755, 11969, 7376, 9997, 12149, 8393, 11281, 9288, 8534, 12433, 7238, 9713, 11481, 7918, 11759, 9316, 8628, 12027, 7121, 9262, 13105, 7942, 11413, 7767, 8560, 7239, 8036, 11087, 8051, 10525, 11898, 7986, 11253, 9304, 9123, 13775, 9078, 10547, 8467, 8198, 11724, 7823, 9670, 13496, 8004, 10436, 12027, 8053, 12355, 9209, 11051, 15807, 8255, 9031, 10341, 7725, 9704, 8225, 8143, 12500, 7838, 9254, 13221, 7815, 11041, 8642, 7950, 12391, 7319, 8439, 12149, 7341, 9300, 10177, 7747, 11852, 9414, 8618, 12151, 7479, 8422, 8233, 7382, 9413, 8215, 7641, 10354, 7403, 8362, 12172, 7880, 10451, 9340, 7478, 10061, 7084, 7843, 10522, 7116, 9258, 10713, 7989, 11748, 7874, 8437, 11936, 8275, 10394, 14314, 7943, 11503, 8922, 7868, 12024, 8582, 10294, 14609, 8965, 12072, 10501, 8353, 11544, 7033, 8873, 11671, 7432, 9971, 8332, 7598, 11967, 8216, 9608, 11123, 9119, 14450, 9741, 10070, 13117, 7566, 9249, 10541, 8086, 12129, 9339, 8302, 12633, 7854, 9722, 14278, 8052, 11095, 7908, 8030, 10522, 6954, 8162, 10880, 7310, 9391, 10991, 7809, 10591, 8572, 8110, 11409, 6973, 8265, 12888, 7418, 9455, 9145, 7877, 12716, 7776, 11194, 8982, 8499, 11906, 7010, 8747, 12632, 7624, 10718, 11272, 8311, 11962, 9455, 9741, 14209, 8804, 10068, 7927, 7956, 10129, 7183, 8874, 9985, 7625, 11076, 7952, 8510, 12498, 8256, 10902, 10923, 7763, 11713, 7955, 8126, 11936, 8117, 10044, 12508, 7891, 11862, 7129, 9394, 7151, 8260, 11145, 7250, 9780, 8414, 7695, 11230, 8088, 9615, 13715, 7209, 11066, 8577, 7731, 11821, 8127, 9307, 13465, 6957, 11193, 8640, 7455, 12128, 7729, 9178, 13260, 6955, 9645, 8876, 7406, 11342, 7645, 8859, 12905, 7169, 10909, 9402, 7505, 11195, 7214, 8848, 7970, 8231, 10453, 7289, 9284, 9124, 7354, 10508, 7953, 8788, 12455, 7087, 9367, 8768, 7488, 11591, 7622, 10017, 12729, 7558, 11346, 7100, 9922, 7535, 9201, 12124, 8038, 9570, 11042, 7449, 12182, 8059, 8873, 13081, 8133, 11004, 8339, 7251, 11620, 7049, 8978, 11115, 7425, 11318, 7099, 9586, 7262, 9423, 11034, 7553, 10995, 9253, 8280, 12919, 8489, 10906, 10539, 7416, 11065, 8140, 8478, 10433, 7194, 11339, 7633, 10428, 10743, 7547, 11751, 7352, 8435, 12411, 7302, 10872, 7929, 7614, 11516, 7256, 8707, 10683, 7134, 10445, 7994, 7817, 11699, 8015, 9104, 9209, 7066, 9205, 7815, 7851, 11408, 7569, 9480, 10265, 7311, 11272, 7778, 7806, 11005, 7819, 9689, 9096, 7080, 11001, 7875, 8049, 11359, 7587, 9740, 9338, 7462, 11275, 8126, 7937, 12031, 8431, 9387, 11544, 7326, 10206, 8234, 7293, 11504, 7885, 8449, 12157, 7198, 9226, 8655, 7148, 11325, 8317, 8888, 11717, 7166, 8972, 8245, 7286, 10933, 7738, 9035, 12703, 8251, 10469, 8521, 7375, 11697, 8398, 9100, 13271, 8174, 10347, 9040, 7125, 10651, 8515, 9126, 13366, 7524, 9416, 10058, 7152, 10181, 8218, 8158, 11779, 7662, 9239, 10050, 7192, 10966, 8504, 8149, 12519, 8435, 9462, 10219, 7243, 10192, 8239, 7494, 11569, 8240, 9056, 13375, 7295, 10477, 8129, 7322, 10426, 7140, 8438, 11520, 7647, 9547, 9546, 7248, 10870, 7004, 8324, 11797, 7424, 9460, 10764, 7134, 10724, 8054, 7697, 11603, 7000, 8332, 8292, 7205, 10824, 8023, 8469, 11911, 7998, 9575, 7965, 7168, 10121, 7603, 8093, 11982, 7948, 9437, 9295, 7299, 10694, 8237, 7969, 12063, 7883, 9090, 11420, 7134, 9299, 8139, 7180, 11084, 8039, 8427, 12141, 6979, 9449, 8369, 7423, 11423, 7969, 9549, 11787, 7219, 10914, 9052, 8098, 11939, 7608, 9609, 10924, 7226, 11379, 9002, 8534, 11717, 7426, 8975, 10901, 6963, 10910, 8561, 8138, 12672, 7861, 9219, 12522, 7221, 10973, 8724, 7499, 11637, 6971, 8680, 10536, 7213, 9246, 8119, 7149, 11214, 7646, 8577, 11554, 7397, 9298, 10328, 7255, 11330, 7686, 8124, 11820, 8372, 9445, 11068, 7389, 11926, 7845, 8102, 12022, 7842, 9749, 11384, 7544, 11821, 8131, 8446, 12830, 8018, 10893, 11426, 7434, 12221, 8674, 8409, 13133, 8612, 10740, 9030, 7542, 12060, 7527, 8767, 12384, 7871, 10429, 8050, 7500, 11698, 7603, 8990, 12803, 8206, 10589, 9608, 7358, 12174, 8818, 9583, 13395, 7539, 10780, 8386, 7528, 12127, 7960, 8982, 11369, 7655, 11415, 8242, 8099, 11787, 8716, 10568, 8941, 7566, 11805, 7377, 9398, 13777, 7790, 11356, 7982, 8595, 9559, 7613, 8593, 8114, 11123, 8798, 9931, 10560, 7547, 11950, 8493, 10785, 9182, 7590, 11903, 7637, 9940, 14587, 7937, 11484, 8928, 8023, 12422, 8230, 10089, 12106, 7647, 11282, 8394, 7952, 12530, 8059, 10005, 11547, 7665, 11702, 7812, 8161, 12292, 7703, 9931, 10759, 7556, 12218, 7659, 9641, 11768, 7556, 9704, 8197, 7500, 11437, 8152, 9599, 10453, 7615, 10377, 8179, 7799, 10802, 7912, 9208, 8493, 7557, 10090, 8242, 8410, 11905, 8316, 10170, 8618, 7879, 11272, 8462, 10175, 8472, 8137, 11966, 8220, 9939, 11909, 7950, 12324, 8847, 9997, 14499, 7920, 11576, 9026, 8303, 12665, 8604, 9759, 11963, 7963, 11177, 8556, 9201, 12857, 8146, 10407, 9861, 7800, 12258, 8706, 9601, 13719, 7735, 10072, 8505, 7836, 12216, 8270, 9617, 10450, 7724, 11248, 7913, 8911, 11741, 7744, 11419, 8659, 8352, 11784, 8047, 10301, 8584, 7937, 12239, 7718, 9650, 8540], 'WindowCenter': [4127.0, 4151.0, 4097.0, 4108.0, 4134.0, 4074.0, 4113.0, 4081.0, 4082.0, 4121.0, 4081.0, 4103.0, 4121.0, 4062.0, 4091.0, 4069.0, 4070.0, 4113.0, 4070.0, 4095.0, 4112.0, 4061.0, 4093.0, 4090.0, 4062.0, 4101.0, 4071.0, 4083.0, 4112.0, 4072.0, 4092.0, 4121.0, 4073.0, 4103.0, 4090.0, 4072.0, 4112.0, 4071.0, 4081.0, 4113.0, 4082.0, 4094.0, 4122.0, 4072.0, 4104.0, 4079.0, 4073.0, 4123.0, 4091.0, 4095.0, 4120.0, 4070.0, 4106.0, 4113.0, 4083.0, 4125.0, 4070.0, 4092.0, 4121.0, 4072.0, 4103.0, 4102.0, 4083.0, 4124.0, 4072.0, 4083.0, 4122.0, 4072.0, 4114.0, 4102.0, 4083.0, 4113.0, 4072.0, 4094.0, 4124.0, 4085.0, 4126.0, 4094.0, 4084.0, 4124.0, 4082.0, 4095.0, 4125.0, 4087.0, 4129.0, 4093.0, 4095.0, 4125.0, 4085.0, 4117.0, 4114.0, 4084.0, 4126.0, 4082.0, 4094.0, 4124.0, 4083.0, 4104.0, 4132.0, 4082.0, 4103.0, 4082.0, 4082.0, 4113.0, 4060.0, 4082.0, 4126.0, 4072.0, 4104.0, 4083.0, 4084.0, 4114.0, 4075.0, 4097.0, 4135.0, 4084.0, 4108.0, 4104.0, 4087.0, 4126.0, 4084.0, 4096.0, 4124.0, 4084.0, 4116.0, 4124.0, 4086.0, 4126.0, 4086.0, 4095.0, 4125.0, 4096.0, 4130.0, 4137.0, 4095.0, 4124.0, 4094.0, 4095.0, 4137.0, 4095.0, 4117.0, 4134.0, 4083.0, 4127.0, 4104.0, 4095.0, 4134.0, 4084.0, 4115.0, 4113.0, 4082.0, 4124.0, 4092.0, 4095.0, 4123.0, 4082.0, 4106.0, 4122.0, 4092.0, 4125.0, 4080.0, 4081.0, 4111.0, 4071.0, 4115.0, 4112.0, 4071.0, 4110.0, 4068.0, 4081.0, 4111.0, 4071.0, 4104.0, 4101.0, 4072.0, 4124.0, 4080.0, 4093.0, 4113.0, 4082.0, 4103.0, 4100.0, 4082.0, 4103.0, 4071.0, 4082.0, 4112.0, 4083.0, 4114.0, 4111.0, 4085.0, 4124.0, 4071.0, 4083.0, 4113.0, 4081.0, 4105.0, 4122.0, 4082.0, 4124.0, 4092.0, 4082.0, 4120.0, 4060.0, 4092.0, 4122.0, 4084.0, 4113.0, 4071.0, 4073.0, 4113.0, 4073.0, 4105.0, 4102.0, 4084.0, 4114.0, 4083.0, 4094.0, 4125.0, 4094.0, 4105.0, 4092.0, 4085.0, 4114.0, 4094.0, 4095.0, 4126.0, 4095.0, 4114.0, 4104.0, 4075.0, 4114.0, 4085.0, 4097.0, 4125.0, 4094.0, 4116.0, 4085.0, 4086.0, 4126.0, 4095.0, 4115.0, 4136.0, 4085.0, 4129.0, 4094.0, 4096.0, 4128.0, 4094.0, 4116.0, 4133.0, 4074.0, 4114.0, 4089.0, 4072.0, 4114.0, 4084.0, 4094.0, 4123.0, 4073.0, 4105.0, 4113.0, 4072.0, 4113.0, 4082.0, 4084.0, 4112.0, 4073.0, 4105.0, 4123.0, 4084.0, 4114.0, 4083.0, 4084.0, 4104.0, 4084.0, 4095.0, 4124.0, 4074.0, 4106.0, 4103.0, 4088.0, 4117.0, 4095.0, 4097.0, 4128.0, 4085.0, 4119.0, 4127.0, 4098.0, 4128.0, 4096.0, 4109.0, 4128.0, 4098.0, 4130.0, 4127.0, 4099.0, 4138.0, 4096.0, 4109.0, 4127.0, 4107.0, 4129.0, 4138.0, 4097.0, 4138.0, 4095.0, 4097.0, 4128.0, 4097.0, 4129.0, 4136.0, 4096.0, 4126.0, 4093.0, 4097.0, 4126.0, 4095.0, 4130.0, 4146.0, 4085.0, 4115.0, 4093.0, 4096.0, 4116.0, 4094.0, 4113.0, 4123.0, 4071.0, 4114.0, 4092.0, 4085.0, 4113.0, 4072.0, 4104.0, 4124.0, 4073.0, 4104.0, 4081.0, 4073.0, 4124.0, 4072.0, 4093.0, 4113.0, 4072.0, 4094.0, 4102.0, 4072.0, 4111.0, 4092.0, 4083.0, 4112.0, 4073.0, 4094.0, 4112.0, 4085.0, 4126.0, 4085.0, 4108.0, 4135.0, 4088.0, 4119.0, 4105.0, 4086.0, 4126.0, 4074.0, 4106.0, 4125.0, 4086.0, 4126.0, 4095.0, 4097.0, 4125.0, 4086.0, 4127.0, 4113.0, 4085.0, 4124.0, 4084.0, 4095.0, 4123.0, 4084.0, 4125.0, 4102.0, 4083.0, 4122.0, 4061.0, 4092.0, 4123.0, 4072.0, 4114.0, 4080.0, 4072.0, 4116.0, 4071.0, 4095.0, 4123.0, 4062.0, 4114.0, 4091.0, 4072.0, 4113.0, 4073.0, 4095.0, 4123.0, 4061.0, 4102.0, 4101.0, 4083.0, 4116.0, 4074.0, 4104.0, 4074.0, 4094.0, 4085.0, 4107.0, 4115.0, 4098.0, 4128.0, 4097.0, 4097.0, 4127.0, 4094.0, 4117.0, 4093.0, 4083.0, 4122.0, 4080.0, 4101.0, 4119.0, 4068.0, 4109.0, 4078.0, 4078.0, 4109.0, 4057.0, 4078.0, 4066.0, 4067.0, 4096.0, 4046.0, 4080.0, 4068.0, 4059.0, 4100.0, 4058.0, 4090.0, 4070.0, 4073.0, 4110.0, 4061.0, 4093.0, 4090.0, 4072.0, 4112.0, 4071.0, 4093.0, 4110.0, 4070.0, 4101.0, 4059.0, 4103.0, 4101.0, 4084.0, 4112.0, 4072.0, 4106.0, 4081.0, 4074.0, 4112.0, 4083.0, 4104.0, 4112.0, 4082.0, 4083.0, 4087.0, 4116.0, 4085.0, 4115.0, 4075.0, 4125.0, 4076.0, 4128.0, 4074.0, 4118.0, 4128.0, 4086.0, 4134.0, 4085.0, 4126.0, 4084.0, 4124.0, 4072.0, 4104.0, 4124.0, 4083.0, 4111.0, 4073.0, 4103.0, 4072.0, 4094.0, 4123.0, 4075.0, 4103.0, 4072.0, 4073.0, 4103.0, 4074.0, 4105.0, 4084.0, 4084.0, 4093.0, 4075.0, 4107.0, 4086.0, 4096.0, 4104.0, 4087.0, 4116.0, 4083.0, 4099.0, 4126.0, 4094.0, 4115.0, 4105.0, 4083.0, 4123.0, 4073.0, 4103.0, 4081.0, 4084.0, 4112.0, 4071.0, 4095.0, 4113.0, 4082.0, 4104.0, 4121.0, 4070.0, 4100.0, 4062.0, 4093.0, 4111.0, 4073.0, 4113.0, 4093.0, 4073.0, 4113.0, 4081.0, 4082.0, 4114.0, 4071.0, 4104.0, 4121.0, 4070.0, 4099.0, 4059.0, 4082.0, 4112.0, 4070.0, 4092.0, 4121.0, 4070.0, 4102.0, 4079.0, 4071.0, 4111.0, 4070.0, 4080.0, 4109.0, 4060.0, 4091.0, 4069.0, 4073.0, 4113.0, 4071.0, 4093.0, 4111.0, 4061.0, 4097.0, 4080.0, 4075.0, 4103.0, 4082.0, 4096.0, 4124.0, 4064.0, 4106.0, 4113.0, 4074.0, 4127.0, 4093.0, 4085.0, 4113.0, 4063.0, 4094.0, 4123.0, 4074.0, 4117.0, 4104.0, 4084.0, 4124.0, 4075.0, 4104.0, 4112.0, 4083.0, 4126.0, 4092.0, 4096.0, 4113.0, 4073.0, 4105.0, 4112.0, 4083.0, 4114.0, 4093.0, 4094.0, 4121.0, 4073.0, 4108.0, 4113.0, 4082.0, 4115.0, 4092.0, 4083.0, 4112.0, 4063.0, 4108.0, 4124.0, 4074.0, 4114.0, 4072.0, 4084.0, 4076.0, 4098.0, 4116.0, 4085.0, 4117.0, 4124.0, 4086.0, 4117.0, 4093.0, 4096.0, 4135.0, 4082.0, 4103.0, 4071.0, 4083.0, 4112.0, 4061.0, 4093.0, 4110.0, 4071.0, 4102.0, 4099.0, 4070.0, 4112.0, 4079.0, 4101.0, 4118.0, 4057.0, 4071.0, 4076.0, 4058.0, 4077.0, 4057.0, 4059.0, 4112.0, 4059.0, 4081.0, 4109.0, 4059.0, 4099.0, 4067.0, 4069.0, 4110.0, 4048.0, 4072.0, 4099.0, 4059.0, 4092.0, 4089.0, 4071.0, 4112.0, 4081.0, 4082.0, 4110.0, 4061.0, 4070.0, 4068.0, 4060.0, 4091.0, 4070.0, 4072.0, 4101.0, 4060.0, 4095.0, 4124.0, 4074.0, 4104.0, 4080.0, 4061.0, 4091.0, 4061.0, 4084.0, 4103.0, 4064.0, 4106.0, 4103.0, 4084.0, 4126.0, 4084.0, 4084.0, 4114.0, 4084.0, 4105.0, 4134.0, 4074.0, 4114.0, 4080.0, 4076.0, 4113.0, 4084.0, 4103.0, 4122.0, 4082.0, 4113.0, 4087.0, 4071.0, 4099.0, 4051.0, 4083.0, 4099.0, 4061.0, 4104.0, 4070.0, 4074.0, 4114.0, 4084.0, 4105.0, 4113.0, 4094.0, 4123.0, 4079.0, 4091.0, 4109.0, 4058.0, 4080.0, 4089.0, 4071.0, 4110.0, 4080.0, 4073.0, 4115.0, 4070.0, 4089.0, 4108.0, 4059.0, 4100.0, 4057.0, 4057.0, 4087.0, 4049.0, 4081.0, 4100.0, 4059.0, 4093.0, 4100.0, 4071.0, 4103.0, 4080.0, 4072.0, 4100.0, 4050.0, 4082.0, 4111.0, 4061.0, 4095.0, 4080.0, 4073.0, 4122.0, 4072.0, 4115.0, 4081.0, 4082.0, 4111.0, 4051.0, 4084.0, 4111.0, 4073.0, 4104.0, 4099.0, 4082.0, 4114.0, 4093.0, 4093.0, 4122.0, 4080.0, 4090.0, 4056.0, 4070.0, 4089.0, 4059.0, 4092.0, 4091.0, 4071.0, 4113.0, 4071.0, 4082.0, 4112.0, 4083.0, 4112.0, 4100.0, 4071.0, 4114.0, 4071.0, 4085.0, 4123.0, 4075.0, 4105.0, 4122.0, 4086.0, 4123.0, 4061.0, 4091.0, 4073.0, 4095.0, 4113.0, 4086.0, 4118.0, 4095.0, 4088.0, 4128.0, 4087.0, 4107.0, 4134.0, 4076.0, 4114.0, 4081.0, 4074.0, 4112.0, 4073.0, 4105.0, 4122.0, 4064.0, 4114.0, 4082.0, 4075.0, 4125.0, 4072.0, 4092.0, 4121.0, 4062.0, 4103.0, 4092.0, 4072.0, 4116.0, 4074.0, 4097.0, 4124.0, 4076.0, 4126.0, 4104.0, 4075.0, 4114.0, 4071.0, 4091.0, 4082.0, 4095.0, 4115.0, 4086.0, 4107.0, 4105.0, 4090.0, 4129.0, 4097.0, 4100.0, 4124.0, 4074.0, 4106.0, 4095.0, 4085.0, 4127.0, 4088.0, 4117.0, 4125.0, 4073.0, 4113.0, 4075.0, 4117.0, 4097.0, 4120.0, 4126.0, 4085.0, 4107.0, 4127.0, 4077.0, 4125.0, 4084.0, 4096.0, 4137.0, 4086.0, 4115.0, 4082.0, 4072.0, 4111.0, 4076.0, 4108.0, 4114.0, 4075.0, 4114.0, 4062.0, 4092.0, 4074.0, 4105.0, 4115.0, 4086.0, 4114.0, 4092.0, 4096.0, 4126.0, 4083.0, 4103.0, 4089.0, 4059.0, 4100.0, 4071.0, 4084.0, 4101.0, 4063.0, 4112.0, 4073.0, 4115.0, 4101.0, 4060.0, 4100.0, 4048.0, 4071.0, 4121.0, 4061.0, 4104.0, 4070.0, 4073.0, 4101.0, 4060.0, 4081.0, 4089.0, 4051.0, 4102.0, 4071.0, 4086.0, 4125.0, 4083.0, 4091.0, 4080.0, 4062.0, 4092.0, 4072.0, 4083.0, 4113.0, 4086.0, 4118.0, 4102.0, 4074.0, 4114.0, 4070.0, 4073.0, 4102.0, 4084.0, 4106.0, 4091.0, 4073.0, 4113.0, 4084.0, 4085.0, 4115.0, 4085.0, 4106.0, 4094.0, 4075.0, 4114.0, 4083.0, 4085.0, 4136.0, 4084.0, 4105.0, 4112.0, 4073.0, 4105.0, 4081.0, 4075.0, 4125.0, 4083.0, 4085.0, 4112.0, 4065.0, 4095.0, 4081.0, 4076.0, 4126.0, 4083.0, 4094.0, 4112.0, 4064.0, 4097.0, 4082.0, 4073.0, 4113.0, 4084.0, 4109.0, 4127.0, 4085.0, 4116.0, 4083.0, 4073.0, 4112.0, 4083.0, 4094.0, 4124.0, 4084.0, 4106.0, 4082.0, 4062.0, 4103.0, 4083.0, 4094.0, 4123.0, 4072.0, 4093.0, 4090.0, 4060.0, 4103.0, 4084.0, 4085.0, 4113.0, 4071.0, 4092.0, 4089.0, 4061.0, 4101.0, 4080.0, 4073.0, 4123.0, 4081.0, 4092.0, 4089.0, 4062.0, 4091.0, 4069.0, 4062.0, 4101.0, 4082.0, 4092.0, 4122.0, 4063.0, 4103.0, 4069.0, 4062.0, 4101.0, 4050.0, 4083.0, 4112.0, 4073.0, 4093.0, 4092.0, 4061.0, 4102.0, 4062.0, 4082.0, 4110.0, 4062.0, 4093.0, 4101.0, 4064.0, 4114.0, 4073.0, 4074.0, 4112.0, 4062.0, 4083.0, 4081.0, 4074.0, 4114.0, 4084.0, 4085.0, 4114.0, 4085.0, 4104.0, 4072.0, 4063.0, 4104.0, 4072.0, 4084.0, 4125.0, 4087.0, 4108.0, 4093.0, 4075.0, 4114.0, 4085.0, 4098.0, 4124.0, 4083.0, 4096.0, 4113.0, 4064.0, 4095.0, 4082.0, 4077.0, 4127.0, 4083.0, 4098.0, 4124.0, 4076.0, 4105.0, 4095.0, 4088.0, 4126.0, 4085.0, 4107.0, 4115.0, 4076.0, 4129.0, 4094.0, 4085.0, 4115.0, 4075.0, 4105.0, 4113.0, 4076.0, 4129.0, 4094.0, 4096.0, 4113.0, 4062.0, 4093.0, 4113.0, 4065.0, 4115.0, 4082.0, 4084.0, 4124.0, 4072.0, 4095.0, 4123.0, 4074.0, 4116.0, 4083.0, 4062.0, 4111.0, 4061.0, 4083.0, 4101.0, 4072.0, 4106.0, 4085.0, 4077.0, 4128.0, 4076.0, 4095.0, 4115.0, 4075.0, 4119.0, 4116.0, 4076.0, 4115.0, 4073.0, 4086.0, 4126.0, 4097.0, 4118.0, 4115.0, 4075.0, 4114.0, 4072.0, 4085.0, 4113.0, 4084.0, 4106.0, 4115.0, 4075.0, 4127.0, 4083.0, 4085.0, 4123.0, 4084.0, 4118.0, 4112.0, 4075.0, 4123.0, 4082.0, 4095.0, 4136.0, 4094.0, 4114.0, 4081.0, 4072.0, 4114.0, 4072.0, 4093.0, 4127.0, 4085.0, 4117.0, 4083.0, 4074.0, 4115.0, 4073.0, 4097.0, 4126.0, 4086.0, 4117.0, 4102.0, 4077.0, 4139.0, 4095.0, 4106.0, 4134.0, 4074.0, 4115.0, 4082.0, 4074.0, 4124.0, 4085.0, 4110.0, 4115.0, 4086.0, 4126.0, 4086.0, 4086.0, 4126.0, 4095.0, 4118.0, 4095.0, 4087.0, 4115.0, 4075.0, 4105.0, 4136.0, 4076.0, 4116.0, 4085.0, 4097.0, 4106.0, 4088.0, 4121.0, 4110.0, 4130.0, 4110.0, 4131.0, 4118.0, 4087.0, 4127.0, 4097.0, 4118.0, 4095.0, 4075.0, 4115.0, 4073.0, 4105.0, 4135.0, 4074.0, 4115.0, 4083.0, 4084.0, 4125.0, 4083.0, 4104.0, 4110.0, 4073.0, 4102.0, 4071.0, 4073.0, 4113.0, 4074.0, 4106.0, 4102.0, 4073.0, 4112.0, 4061.0, 4082.0, 4112.0, 4071.0, 4104.0, 4103.0, 4073.0, 4112.0, 4073.0, 4106.0, 4111.0, 4075.0, 4093.0, 4082.0, 4074.0, 4116.0, 4085.0, 4106.0, 4115.0, 4085.0, 4116.0, 4084.0, 4099.0, 4128.0, 4097.0, 4110.0, 4096.0, 4090.0, 4118.0, 4097.0, 4110.0, 4139.0, 4098.0, 4131.0, 4108.0, 4099.0, 4141.0, 4100.0, 4119.0, 4098.0, 4099.0, 4127.0, 4097.0, 4121.0, 4129.0, 4099.0, 4139.0, 4096.0, 4119.0, 4137.0, 4087.0, 4127.0, 4095.0, 4098.0, 4127.0, 4094.0, 4107.0, 4114.0, 4084.0, 4115.0, 4097.0, 4106.0, 4124.0, 4084.0, 4117.0, 4105.0, 4087.0, 4129.0, 4083.0, 4094.0, 4124.0, 4073.0, 4105.0, 4082.0, 4076.0, 4126.0, 4085.0, 4107.0, 4115.0, 4086.0, 4115.0, 4086.0, 4107.0, 4126.0, 4087.0, 4126.0, 4094.0, 4096.0, 4127.0, 4098.0, 4118.0, 4095.0, 4085.0, 4126.0, 4076.0, 4106.0, 4096.0], 'WindowWidth': [9188.0, 9209.0, 9126.0, 9138.0, 9168.0, 9088.0, 9139.0, 9091.0, 9096.0, 9147.0, 9091.0, 9123.0, 9143.0, 9066.0, 9105.0, 9072.0, 9077.0, 9135.0, 9076.0, 9113.0, 9133.0, 9065.0, 9110.0, 9101.0, 9068.0, 9118.0, 9078.0, 9097.0, 9132.0, 9081.0, 9107.0, 9143.0, 9082.0, 9124.0, 9102.0, 9080.0, 9133.0, 9077.0, 9092.0, 9136.0, 9093.0, 9112.0, 9147.0, 9080.0, 9125.0, 9087.0, 9083.0, 9152.0, 9104.0, 9114.0, 9141.0, 9076.0, 9130.0, 9138.0, 9100.0, 9154.0, 9076.0, 9109.0, 9146.0, 9083.0, 9127.0, 9121.0, 9097.0, 9152.0, 9083.0, 9099.0, 9147.0, 9083.0, 9143.0, 9120.0, 9099.0, 9137.0, 9082.0, 9113.0, 9156.0, 9105.0, 9160.0, 9114.0, 9101.0, 9155.0, 9095.0, 9116.0, 9157.0, 9110.0, 9170.0, 9113.0, 9119.0, 9157.0, 9105.0, 9150.0, 9138.0, 9100.0, 9157.0, 9095.0, 9115.0, 9153.0, 9098.0, 9129.0, 9163.0, 9096.0, 9123.0, 9093.0, 9096.0, 9136.0, 9064.0, 9095.0, 9155.0, 9084.0, 9128.0, 9098.0, 9103.0, 9141.0, 9091.0, 9123.0, 9172.0, 9106.0, 9140.0, 9128.0, 9110.0, 9162.0, 9104.0, 9121.0, 9157.0, 9104.0, 9151.0, 9156.0, 9108.0, 9163.0, 9107.0, 9121.0, 9159.0, 9124.0, 9174.0, 9176.0, 9119.0, 9157.0, 9115.0, 9119.0, 9177.0, 9120.0, 9151.0, 9168.0, 9102.0, 9164.0, 9131.0, 9119.0, 9169.0, 9102.0, 9143.0, 9138.0, 9097.0, 9157.0, 9109.0, 9115.0, 9152.0, 9096.0, 9134.0, 9150.0, 9109.0, 9157.0, 9090.0, 9093.0, 9133.0, 9081.0, 9142.0, 9133.0, 9078.0, 9129.0, 9070.0, 9092.0, 9133.0, 9079.0, 9126.0, 9119.0, 9082.0, 9154.0, 9092.0, 9113.0, 9138.0, 9095.0, 9125.0, 9116.0, 9094.0, 9123.0, 9081.0, 9097.0, 9137.0, 9099.0, 9143.0, 9133.0, 9103.0, 9156.0, 9081.0, 9100.0, 9138.0, 9095.0, 9130.0, 9148.0, 9095.0, 9156.0, 9107.0, 9096.0, 9143.0, 9065.0, 9109.0, 9149.0, 9102.0, 9138.0, 9079.0, 9087.0, 9138.0, 9088.0, 9131.0, 9124.0, 9104.0, 9143.0, 9099.0, 9118.0, 9159.0, 9118.0, 9133.0, 9112.0, 9107.0, 9145.0, 9117.0, 9120.0, 9161.0, 9118.0, 9143.0, 9126.0, 9093.0, 9143.0, 9105.0, 9126.0, 9161.0, 9119.0, 9149.0, 9106.0, 9110.0, 9164.0, 9119.0, 9147.0, 9174.0, 9106.0, 9168.0, 9116.0, 9123.0, 9165.0, 9115.0, 9147.0, 9167.0, 9089.0, 9141.0, 9102.0, 9083.0, 9141.0, 9100.0, 9115.0, 9151.0, 9089.0, 9133.0, 9137.0, 9084.0, 9140.0, 9096.0, 9102.0, 9136.0, 9088.0, 9132.0, 9153.0, 9102.0, 9143.0, 9100.0, 9103.0, 9129.0, 9104.0, 9119.0, 9156.0, 9091.0, 9135.0, 9127.0, 9113.0, 9150.0, 9119.0, 9125.0, 9165.0, 9109.0, 9160.0, 9166.0, 9129.0, 9168.0, 9124.0, 9145.0, 9169.0, 9129.0, 9174.0, 9165.0, 9131.0, 9182.0, 9122.0, 9144.0, 9166.0, 9140.0, 9172.0, 9180.0, 9126.0, 9180.0, 9120.0, 9127.0, 9166.0, 9124.0, 9172.0, 9176.0, 9121.0, 9163.0, 9112.0, 9124.0, 9161.0, 9120.0, 9175.0, 9188.0, 9104.0, 9143.0, 9110.0, 9119.0, 9145.0, 9115.0, 9141.0, 9151.0, 9081.0, 9141.0, 9111.0, 9106.0, 9139.0, 9083.0, 9129.0, 9153.0, 9085.0, 9127.0, 9093.0, 9086.0, 9155.0, 9082.0, 9111.0, 9138.0, 9083.0, 9115.0, 9121.0, 9083.0, 9137.0, 9109.0, 9100.0, 9135.0, 9086.0, 9117.0, 9137.0, 9104.0, 9159.0, 9106.0, 9139.0, 9174.0, 9116.0, 9158.0, 9132.0, 9108.0, 9158.0, 9089.0, 9136.0, 9158.0, 9108.0, 9162.0, 9116.0, 9124.0, 9159.0, 9107.0, 9165.0, 9138.0, 9103.0, 9156.0, 9101.0, 9117.0, 9152.0, 9101.0, 9158.0, 9119.0, 9096.0, 9148.0, 9064.0, 9107.0, 9152.0, 9080.0, 9140.0, 9088.0, 9082.0, 9143.0, 9078.0, 9115.0, 9150.0, 9067.0, 9140.0, 9104.0, 9080.0, 9137.0, 9083.0, 9115.0, 9150.0, 9066.0, 9123.0, 9117.0, 9096.0, 9144.0, 9089.0, 9127.0, 9089.0, 9115.0, 9105.0, 9137.0, 9144.0, 9127.0, 9168.0, 9121.0, 9123.0, 9162.0, 9114.0, 9147.0, 9110.0, 9097.0, 9149.0, 9089.0, 9117.0, 9137.0, 9069.0, 9127.0, 9079.0, 9083.0, 9123.0, 9052.0, 9082.0, 9061.0, 9064.0, 9103.0, 9035.0, 9085.0, 9066.0, 9059.0, 9113.0, 9057.0, 9102.0, 9074.0, 9082.0, 9128.0, 9063.0, 9108.0, 9100.0, 9081.0, 9134.0, 9076.0, 9109.0, 9126.0, 9075.0, 9117.0, 9061.0, 9124.0, 9118.0, 9099.0, 9133.0, 9082.0, 9131.0, 9093.0, 9087.0, 9135.0, 9095.0, 9125.0, 9131.0, 9093.0, 9097.0, 9110.0, 9147.0, 9106.0, 9143.0, 9091.0, 9156.0, 9093.0, 9164.0, 9089.0, 9150.0, 9163.0, 9104.0, 9170.0, 9106.0, 9162.0, 9103.0, 9155.0, 9081.0, 9129.0, 9152.0, 9094.0, 9130.0, 9085.0, 9124.0, 9081.0, 9115.0, 9152.0, 9089.0, 9126.0, 9080.0, 9084.0, 9122.0, 9089.0, 9131.0, 9099.0, 9101.0, 9110.0, 9093.0, 9137.0, 9107.0, 9118.0, 9127.0, 9109.0, 9145.0, 9099.0, 9126.0, 9160.0, 9114.0, 9144.0, 9126.0, 9097.0, 9151.0, 9084.0, 9124.0, 9092.0, 9100.0, 9135.0, 9079.0, 9114.0, 9138.0, 9092.0, 9126.0, 9143.0, 9075.0, 9114.0, 9068.0, 9112.0, 9129.0, 9083.0, 9137.0, 9107.0, 9084.0, 9136.0, 9090.0, 9094.0, 9139.0, 9078.0, 9126.0, 9143.0, 9075.0, 9112.0, 9058.0, 9093.0, 9132.0, 9076.0, 9108.0, 9143.0, 9075.0, 9119.0, 9083.0, 9077.0, 9130.0, 9071.0, 9087.0, 9124.0, 9061.0, 9104.0, 9073.0, 9084.0, 9138.0, 9077.0, 9110.0, 9129.0, 9066.0, 9118.0, 9089.0, 9088.0, 9124.0, 9093.0, 9117.0, 9153.0, 9074.0, 9132.0, 9138.0, 9088.0, 9161.0, 9110.0, 9103.0, 9137.0, 9071.0, 9114.0, 9151.0, 9087.0, 9147.0, 9124.0, 9099.0, 9152.0, 9090.0, 9129.0, 9134.0, 9098.0, 9159.0, 9106.0, 9118.0, 9137.0, 9085.0, 9129.0, 9133.0, 9095.0, 9140.0, 9108.0, 9113.0, 9145.0, 9083.0, 9136.0, 9136.0, 9094.0, 9142.0, 9106.0, 9096.0, 9132.0, 9070.0, 9140.0, 9153.0, 9085.0, 9138.0, 9082.0, 9099.0, 9093.0, 9127.0, 9147.0, 9105.0, 9149.0, 9152.0, 9105.0, 9149.0, 9111.0, 9118.0, 9170.0, 9093.0, 9122.0, 9074.0, 9093.0, 9132.0, 9063.0, 9107.0, 9127.0, 9075.0, 9118.0, 9109.0, 9074.0, 9133.0, 9082.0, 9115.0, 9134.0, 9050.0, 9071.0, 9072.0, 9053.0, 9078.0, 9049.0, 9057.0, 9129.0, 9055.0, 9088.0, 9123.0, 9058.0, 9111.0, 9064.0, 9071.0, 9124.0, 9041.0, 9077.0, 9110.0, 9058.0, 9106.0, 9096.0, 9077.0, 9134.0, 9088.0, 9090.0, 9125.0, 9062.0, 9072.0, 9067.0, 9063.0, 9104.0, 9073.0, 9080.0, 9118.0, 9064.0, 9118.0, 9153.0, 9085.0, 9125.0, 9088.0, 9065.0, 9103.0, 9064.0, 9100.0, 9121.0, 9074.0, 9133.0, 9124.0, 9101.0, 9157.0, 9100.0, 9101.0, 9138.0, 9097.0, 9129.0, 9165.0, 9083.0, 9139.0, 9087.0, 9088.0, 9136.0, 9097.0, 9124.0, 9148.0, 9090.0, 9134.0, 9092.0, 9074.0, 9112.0, 9049.0, 9095.0, 9112.0, 9063.0, 9125.0, 9075.0, 9086.0, 9138.0, 9101.0, 9129.0, 9136.0, 9112.0, 9153.0, 9084.0, 9103.0, 9124.0, 9055.0, 9087.0, 9096.0, 9074.0, 9128.0, 9086.0, 9082.0, 9138.0, 9072.0, 9097.0, 9122.0, 9055.0, 9110.0, 9050.0, 9053.0, 9091.0, 9045.0, 9089.0, 9112.0, 9061.0, 9109.0, 9113.0, 9077.0, 9122.0, 9086.0, 9080.0, 9114.0, 9047.0, 9092.0, 9128.0, 9064.0, 9113.0, 9087.0, 9083.0, 9148.0, 9082.0, 9144.0, 9090.0, 9094.0, 9131.0, 9050.0, 9097.0, 9129.0, 9081.0, 9126.0, 9112.0, 9092.0, 9140.0, 9107.0, 9107.0, 9145.0, 9084.0, 9098.0, 9049.0, 9072.0, 9097.0, 9060.0, 9108.0, 9102.0, 9078.0, 9134.0, 9077.0, 9094.0, 9134.0, 9096.0, 9135.0, 9112.0, 9079.0, 9139.0, 9079.0, 9105.0, 9152.0, 9087.0, 9130.0, 9149.0, 9106.0, 9152.0, 9068.0, 9106.0, 9087.0, 9120.0, 9140.0, 9111.0, 9153.0, 9117.0, 9115.0, 9165.0, 9109.0, 9136.0, 9169.0, 9091.0, 9140.0, 9092.0, 9085.0, 9135.0, 9084.0, 9131.0, 9148.0, 9074.0, 9140.0, 9095.0, 9090.0, 9155.0, 9080.0, 9108.0, 9145.0, 9068.0, 9126.0, 9109.0, 9085.0, 9143.0, 9086.0, 9119.0, 9152.0, 9095.0, 9162.0, 9127.0, 9090.0, 9140.0, 9081.0, 9106.0, 9096.0, 9118.0, 9144.0, 9110.0, 9139.0, 9130.0, 9120.0, 9169.0, 9124.0, 9132.0, 9156.0, 9090.0, 9133.0, 9119.0, 9108.0, 9166.0, 9114.0, 9151.0, 9155.0, 9085.0, 9140.0, 9093.0, 9149.0, 9125.0, 9160.0, 9160.0, 9106.0, 9136.0, 9163.0, 9096.0, 9158.0, 9100.0, 9118.0, 9179.0, 9107.0, 9144.0, 9094.0, 9081.0, 9132.0, 9094.0, 9140.0, 9142.0, 9090.0, 9140.0, 9071.0, 9109.0, 9088.0, 9131.0, 9143.0, 9107.0, 9143.0, 9108.0, 9121.0, 9160.0, 9098.0, 9124.0, 9097.0, 9059.0, 9113.0, 9078.0, 9100.0, 9118.0, 9069.0, 9135.0, 9085.0, 9144.0, 9116.0, 9061.0, 9113.0, 9041.0, 9078.0, 9145.0, 9064.0, 9124.0, 9073.0, 9083.0, 9115.0, 9062.0, 9091.0, 9097.0, 9051.0, 9120.0, 9077.0, 9106.0, 9157.0, 9098.0, 9107.0, 9087.0, 9068.0, 9109.0, 9080.0, 9098.0, 9136.0, 9108.0, 9153.0, 9122.0, 9086.0, 9138.0, 9075.0, 9083.0, 9121.0, 9103.0, 9134.0, 9106.0, 9086.0, 9138.0, 9098.0, 9104.0, 9142.0, 9105.0, 9134.0, 9112.0, 9089.0, 9141.0, 9098.0, 9103.0, 9175.0, 9103.0, 9130.0, 9135.0, 9085.0, 9128.0, 9092.0, 9092.0, 9158.0, 9096.0, 9102.0, 9135.0, 9075.0, 9115.0, 9092.0, 9094.0, 9160.0, 9099.0, 9115.0, 9136.0, 9074.0, 9119.0, 9094.0, 9087.0, 9139.0, 9103.0, 9142.0, 9162.0, 9103.0, 9143.0, 9094.0, 9085.0, 9135.0, 9096.0, 9115.0, 9154.0, 9098.0, 9130.0, 9092.0, 9068.0, 9123.0, 9096.0, 9112.0, 9149.0, 9079.0, 9108.0, 9100.0, 9064.0, 9124.0, 9101.0, 9104.0, 9136.0, 9079.0, 9108.0, 9098.0, 9064.0, 9119.0, 9088.0, 9083.0, 9150.0, 9091.0, 9107.0, 9099.0, 9065.0, 9103.0, 9072.0, 9066.0, 9115.0, 9092.0, 9109.0, 9144.0, 9067.0, 9121.0, 9070.0, 9065.0, 9115.0, 9047.0, 9097.0, 9132.0, 9083.0, 9111.0, 9107.0, 9065.0, 9119.0, 9066.0, 9095.0, 9128.0, 9066.0, 9110.0, 9116.0, 9072.0, 9141.0, 9081.0, 9084.0, 9133.0, 9068.0, 9098.0, 9091.0, 9086.0, 9141.0, 9099.0, 9102.0, 9139.0, 9101.0, 9127.0, 9081.0, 9072.0, 9124.0, 9083.0, 9102.0, 9156.0, 9108.0, 9138.0, 9111.0, 9091.0, 9140.0, 9104.0, 9125.0, 9153.0, 9097.0, 9118.0, 9136.0, 9073.0, 9116.0, 9096.0, 9097.0, 9161.0, 9100.0, 9123.0, 9153.0, 9093.0, 9131.0, 9118.0, 9111.0, 9159.0, 9105.0, 9134.0, 9140.0, 9095.0, 9171.0, 9115.0, 9103.0, 9142.0, 9087.0, 9129.0, 9135.0, 9093.0, 9166.0, 9112.0, 9117.0, 9136.0, 9067.0, 9111.0, 9135.0, 9075.0, 9142.0, 9094.0, 9098.0, 9150.0, 9081.0, 9115.0, 9153.0, 9086.0, 9144.0, 9093.0, 9067.0, 9129.0, 9065.0, 9097.0, 9118.0, 9083.0, 9130.0, 9103.0, 9097.0, 9163.0, 9092.0, 9117.0, 9141.0, 9093.0, 9156.0, 9145.0, 9093.0, 9144.0, 9083.0, 9106.0, 9157.0, 9123.0, 9152.0, 9142.0, 9089.0, 9138.0, 9080.0, 9102.0, 9135.0, 9098.0, 9133.0, 9142.0, 9090.0, 9160.0, 9096.0, 9102.0, 9150.0, 9101.0, 9151.0, 9134.0, 9089.0, 9152.0, 9093.0, 9118.0, 9173.0, 9114.0, 9140.0, 9090.0, 9081.0, 9137.0, 9081.0, 9111.0, 9161.0, 9104.0, 9146.0, 9097.0, 9086.0, 9140.0, 9085.0, 9122.0, 9157.0, 9104.0, 9146.0, 9122.0, 9097.0, 9181.0, 9118.0, 9132.0, 9166.0, 9086.0, 9141.0, 9094.0, 9088.0, 9153.0, 9103.0, 9143.0, 9143.0, 9107.0, 9159.0, 9103.0, 9105.0, 9160.0, 9117.0, 9150.0, 9113.0, 9106.0, 9143.0, 9087.0, 9130.0, 9174.0, 9091.0, 9146.0, 9104.0, 9123.0, 9133.0, 9115.0, 9164.0, 9147.0, 9170.0, 9146.0, 9177.0, 9151.0, 9109.0, 9162.0, 9120.0, 9151.0, 9116.0, 9088.0, 9141.0, 9083.0, 9129.0, 9167.0, 9086.0, 9142.0, 9095.0, 9100.0, 9154.0, 9094.0, 9124.0, 9126.0, 9081.0, 9119.0, 9076.0, 9081.0, 9134.0, 9086.0, 9132.0, 9118.0, 9081.0, 9133.0, 9062.0, 9093.0, 9131.0, 9077.0, 9125.0, 9122.0, 9084.0, 9133.0, 9083.0, 9131.0, 9131.0, 9087.0, 9110.0, 9092.0, 9087.0, 9143.0, 9102.0, 9132.0, 9141.0, 9103.0, 9145.0, 9100.0, 9130.0, 9166.0, 9124.0, 9143.0, 9119.0, 9118.0, 9151.0, 9122.0, 9144.0, 9182.0, 9127.0, 9174.0, 9138.0, 9130.0, 9190.0, 9133.0, 9155.0, 9125.0, 9129.0, 9164.0, 9122.0, 9162.0, 9168.0, 9128.0, 9181.0, 9119.0, 9153.0, 9174.0, 9107.0, 9161.0, 9114.0, 9125.0, 9161.0, 9112.0, 9133.0, 9138.0, 9101.0, 9143.0, 9121.0, 9132.0, 9153.0, 9100.0, 9146.0, 9127.0, 9110.0, 9166.0, 9098.0, 9113.0, 9151.0, 9082.0, 9126.0, 9092.0, 9092.0, 9159.0, 9102.0, 9135.0, 9142.0, 9106.0, 9142.0, 9106.0, 9136.0, 9157.0, 9107.0, 9158.0, 9112.0, 9121.0, 9163.0, 9126.0, 9152.0, 9115.0, 9105.0, 9157.0, 9092.0, 9133.0, 9119.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.0011317419825072883</td></tr>
<tr><td colspan=3>aqi</td><td>0.03191207478134111</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.01802827592271</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2074306617797237</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9988217649015321</td></tr>
<tr><td colspan=3>efc</td><td>0.4685</td></tr>
<tr><td colspan=3>fber</td><td>5728.2358</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08523552256090895</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4052478134110786</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2876822575060154</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2841807637227047</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4751103046251353</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.103755704170206</td></tr>
<tr><td colspan=3>gcor</td><td>0.00586308</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011034579016268253</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017784660682082176</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1372</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.180818299683061</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.7498</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7558</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.7439</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303564.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>745.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.9005</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.94</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.2379</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3349.7194</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3518.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72980.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1293.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4316.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.4563</td></tr>
<tr><td colspan=3>tsnr</td><td>35.197733213659376</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>