<?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-0100_ses-02_task-narratives_acq-mb8_run-04_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-0100_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0100_suffix-bold_task-narratives" 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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0100_suffix-bold_task-narratives" 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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0100_suffix-bold_task-narratives" 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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0100_suffix-bold_task-narratives" 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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0100_suffix-bold_task-narratives" 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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0100_suffix-bold_task-narratives" 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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0100_suffix-bold_task-narratives" 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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-04_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-0100/ses-02/func/sub-0100_ses-02_task-narratives_acq-mb8_run-04_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>d3f117ded16e248c21e10f2414b3275d</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:30:49.690000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997825, 0.0656022, 0.00652134, -0.0640018, 0.987678, -0.142811]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_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.115464</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7780, -7243, 137, -181, -64, 77, 117]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>304.5</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1de0c087-5c7d-4929-812c-88ca01e51b98||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6770904064178467, -0.17171218991279602, 0.04268624261021614, 121.3066177368164], [-0.17600597441196442, 2.649869203567505, -0.383624404668808, -85.1888656616211], [0.01749628409743309, 0.38315191864967346, 2.672266960144043, -99.80449676513672], [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, 1156]</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], 'AcquisitionTime': ['113049.690000', '113050.150000', '113050.610000', '113051.070000', '113051.530000', '113051.990000', '113052.450000', '113052.910000', '113053.370000', '113053.830000', '113054.290000', '113054.750000', '113055.210000', '113055.670000', '113056.130000', '113056.590000', '113057.050000', '113057.510000', '113057.970000', '113058.430000', '113058.890000', '113059.350000', '113059.810000', '113100.270000', '113100.730000', '113101.190000', '113101.650000', '113102.110000', '113102.570000', '113103.030000', '113103.490000', '113103.950000', '113104.410000', '113104.870000', '113105.330000', '113105.790000', '113106.250000', '113106.710000', '113107.170000', '113107.630000', '113108.090000', '113108.550000', '113109.010000', '113109.470000', '113109.930000', '113110.390000', '113110.850000', '113111.310000', '113111.770000', '113112.230000', '113112.690000', '113113.150000', '113113.610000', '113114.070000', '113114.530000', '113114.990000', '113115.450000', '113115.910000', '113116.370000', '113116.830000', '113117.290000', '113117.750000', '113118.210000', '113118.670000', '113119.130000', '113119.590000', '113120.050000', '113120.510000', '113120.970000', '113121.430000', '113121.890000', '113122.350000', '113122.810000', '113123.270000', '113123.730000', '113124.190000', '113124.650000', '113125.110000', '113125.570000', '113126.030000', '113126.490000', '113126.950000', '113127.410000', '113127.870000', '113128.330000', '113128.790000', '113129.250000', '113129.710000', '113130.170000', '113130.630000', '113131.090000', '113131.550000', '113132.010000', '113132.470000', '113132.930000', '113133.390000', '113133.850000', '113134.310000', '113134.770000', '113135.230000', '113135.690000', '113136.150000', '113136.610000', '113137.070000', '113137.530000', '113137.990000', '113138.450000', '113138.910000', '113139.370000', '113139.830000', '113140.290000', '113140.750000', '113141.210000', '113141.670000', '113142.130000', '113142.590000', '113143.050000', '113143.510000', '113143.970000', '113144.430000', '113144.890000', '113145.350000', '113145.810000', '113146.270000', '113146.730000', '113147.190000', '113147.650000', '113148.110000', '113148.570000', '113149.030000', '113149.490000', '113149.950000', '113150.410000', '113150.870000', '113151.330000', '113151.790000', '113152.250000', '113152.710000', '113153.170000', '113153.630000', '113154.090000', '113154.550000', '113155.010000', '113155.470000', '113155.930000', '113156.390000', '113156.850000', '113157.310000', '113157.770000', '113158.230000', '113158.690000', '113159.150000', '113159.610000', '113200.070000', '113200.530000', '113200.990000', '113201.450000', '113201.910000', '113202.370000', '113202.830000', '113203.290000', '113203.750000', '113204.210000', '113204.670000', '113205.130000', '113205.590000', '113206.050000', '113206.510000', '113206.970000', '113207.430000', '113207.890000', '113208.350000', '113208.810000', '113209.270000', '113209.730000', '113210.190000', '113210.650000', '113211.110000', '113211.570000', '113212.030000', '113212.490000', '113212.950000', '113213.410000', '113213.870000', '113214.330000', '113214.790000', '113215.250000', '113215.710000', '113216.170000', '113216.630000', '113217.090000', '113217.550000', '113218.010000', '113218.470000', '113218.930000', '113219.390000', '113219.850000', '113220.310000', '113220.770000', '113221.230000', '113221.690000', '113222.150000', '113222.610000', '113223.070000', '113223.530000', '113223.990000', '113224.450000', '113224.910000', '113225.370000', '113225.830000', '113226.290000', '113226.750000', '113227.210000', '113227.670000', '113228.130000', '113228.590000', '113229.050000', '113229.510000', '113229.970000', '113230.430000', '113230.890000', '113231.350000', '113231.810000', '113232.270000', '113232.730000', '113233.190000', '113233.650000', '113234.110000', '113234.570000', '113235.030000', '113235.490000', '113235.950000', '113236.410000', '113236.870000', '113237.330000', '113237.790000', '113238.250000', '113238.710000', '113239.170000', '113239.630000', '113240.090000', '113240.550000', '113241.010000', '113241.470000', '113241.930000', '113242.390000', '113242.850000', '113243.310000', '113243.770000', '113244.230000', '113244.690000', '113245.150000', '113245.610000', '113246.070000', '113246.530000', '113246.990000', '113247.450000', '113247.910000', '113248.370000', '113248.830000', '113249.290000', '113249.750000', '113250.210000', '113250.670000', '113251.130000', '113251.590000', '113252.050000', '113252.510000', '113252.970000', '113253.430000', '113253.890000', '113254.350000', '113254.810000', '113255.270000', '113255.730000', '113256.190000', '113256.650000', '113257.110000', '113257.570000', '113258.030000', '113258.490000', '113258.950000', '113259.410000', '113259.870000', '113300.330000', '113300.790000', '113301.250000', '113301.710000', '113302.170000', '113302.630000', '113303.090000', '113303.550000', '113304.010000', '113304.470000', '113304.930000', '113305.390000', '113305.850000', '113306.310000', '113306.770000', '113307.230000', '113307.690000', '113308.150000', '113308.610000', '113309.070000', '113309.530000', '113309.990000', '113310.450000', '113310.910000', '113311.370000', '113311.830000', '113312.290000', '113312.750000', '113313.210000', '113313.670000', '113314.130000', '113314.590000', '113315.050000', '113315.510000', '113315.970000', '113316.430000', '113316.890000', '113317.350000', '113317.810000', '113318.270000', '113318.730000', '113319.190000', '113319.650000', '113320.110000', '113320.570000', '113321.030000', '113321.490000', '113321.950000', '113322.410000', '113322.870000', '113323.330000', '113323.790000', '113324.250000', '113324.710000', '113325.170000', '113325.630000', '113326.090000', '113326.550000', '113327.010000', '113327.470000', '113327.930000', '113328.390000', '113328.850000', '113329.310000', '113329.770000', '113330.230000', '113330.690000', '113331.150000', '113331.610000', '113332.070000', '113332.530000', '113332.990000', '113333.450000', '113333.910000', '113334.370000', '113334.830000', '113335.290000', '113335.750000', '113336.210000', '113336.670000', '113337.130000', '113337.590000', '113338.050000', '113338.510000', '113338.970000', '113339.430000', '113339.890000', '113340.350000', '113340.810000', '113341.270000', '113341.730000', '113342.190000', '113342.650000', '113343.110000', '113343.570000', '113344.030000', '113344.490000', '113344.950000', '113345.410000', '113345.870000', '113346.330000', '113346.790000', '113347.250000', '113347.710000', '113348.170000', '113348.630000', '113349.090000', '113349.550000', '113350.010000', '113350.470000', '113350.930000', '113351.390000', '113351.850000', '113352.310000', '113352.770000', '113353.230000', '113353.690000', '113354.150000', '113354.610000', '113355.070000', '113355.530000', '113355.990000', '113356.450000', '113356.910000', '113357.370000', '113357.830000', '113358.290000', '113358.750000', '113359.210000', '113359.670000', '113400.130000', '113400.590000', '113401.050000', '113401.510000', '113401.970000', '113402.430000', '113402.890000', '113403.350000', '113403.810000', '113404.270000', '113404.730000', '113405.190000', '113405.650000', '113406.110000', '113406.570000', '113407.030000', '113407.490000', '113407.950000', '113408.410000', '113408.870000', '113409.330000', '113409.790000', '113410.250000', '113410.710000', '113411.170000', '113411.630000', '113412.090000', '113412.550000', '113413.010000', '113413.470000', '113413.930000', '113414.390000', '113414.850000', '113415.310000', '113415.770000', '113416.230000', '113416.690000', '113417.150000', '113417.610000', '113418.070000', '113418.530000', '113418.990000', '113419.450000', '113419.910000', '113420.370000', '113420.830000', '113421.290000', '113421.750000', '113422.210000', '113422.670000', '113423.130000', '113423.590000', '113424.050000', '113424.510000', '113424.970000', '113425.430000', '113425.890000', '113426.350000', '113426.810000', '113427.270000', '113427.730000', '113428.190000', '113428.650000', '113429.110000', '113429.570000', '113430.030000', '113430.490000', '113430.950000', '113431.410000', '113431.870000', '113432.330000', '113432.790000', '113433.250000', '113433.710000', '113434.170000', '113434.630000', '113435.090000', '113435.550000', '113436.010000', '113436.470000', '113436.930000', '113437.390000', '113437.850000', '113438.310000', '113438.770000', '113439.230000', '113439.690000', '113440.150000', '113440.610000', '113441.070000', '113441.530000', '113441.990000', '113442.450000', '113442.910000', '113443.370000', '113443.830000', '113444.290000', '113444.750000', '113445.210000', '113445.670000', '113446.130000', '113446.590000', '113447.050000', '113447.510000', '113447.970000', '113448.430000', '113448.890000', '113449.350000', '113449.810000', '113450.270000', '113450.730000', '113451.190000', '113451.650000', '113452.110000', '113452.570000', '113453.030000', '113453.490000', '113453.950000', '113454.410000', '113454.870000', '113455.330000', '113455.790000', '113456.250000', '113456.710000', '113457.170000', '113457.630000', '113458.090000', '113458.550000', '113459.010000', '113459.470000', '113459.930000', '113500.390000', '113500.850000', '113501.310000', '113501.770000', '113502.230000', '113502.690000', '113503.150000', '113503.610000', '113504.070000', '113504.530000', '113504.990000', '113505.450000', '113505.910000', '113506.370000', '113506.830000', '113507.290000', '113507.750000', '113508.210000', '113508.670000', '113509.130000', '113509.590000', '113510.050000', '113510.510000', '113510.970000', '113511.430000', '113511.890000', '113512.350000', '113512.810000', '113513.270000', '113513.730000', '113514.190000', '113514.650000', '113515.110000', '113515.570000', '113516.030000', '113516.490000', '113516.950000', '113517.410000', '113517.870000', '113518.330000', '113518.790000', '113519.250000', '113519.710000', '113520.170000', '113520.630000', '113521.090000', '113521.550000', '113522.010000', '113522.470000', '113522.930000', '113523.390000', '113523.850000', '113524.310000', '113524.770000', '113525.230000', '113525.690000', '113526.150000', '113526.610000', '113527.070000', '113527.530000', '113527.990000', '113528.450000', '113528.910000', '113529.370000', '113529.830000', '113530.290000', '113530.750000', '113531.210000', '113531.670000', '113532.130000', '113532.590000', '113533.050000', '113533.510000', '113533.970000', '113534.430000', '113534.890000', '113535.350000', '113535.810000', '113536.270000', '113536.730000', '113537.190000', '113537.650000', '113538.110000', '113538.570000', '113539.030000', '113539.490000', '113539.950000', '113540.410000', '113540.870000', '113541.330000', '113541.790000', '113542.250000', '113542.710000', '113543.170000', '113543.630000', '113544.090000', '113544.550000', '113545.010000', '113545.470000', '113545.930000', '113546.390000', '113546.850000', '113547.310000', '113547.770000', '113548.230000', '113548.690000', '113549.150000', '113549.610000', '113550.070000', '113550.530000', '113550.990000', '113551.450000', '113551.910000', '113552.370000', '113552.830000', '113553.290000', '113553.750000', '113554.210000', '113554.670000', '113555.130000', '113555.590000', '113556.050000', '113556.510000', '113556.970000', '113557.430000', '113557.890000', '113558.350000', '113558.810000', '113559.270000', '113559.730000', '113600.190000', '113600.650000', '113601.110000', '113601.570000', '113602.030000', '113602.490000', '113602.950000', '113603.410000', '113603.870000', '113604.330000', '113604.790000', '113605.250000', '113605.710000', '113606.170000', '113606.630000', '113607.090000', '113607.550000', '113608.010000', '113608.470000', '113608.930000', '113609.390000', '113609.850000', '113610.310000', '113610.770000', '113611.230000', '113611.690000', '113612.150000', '113612.610000', '113613.070000', '113613.530000', '113613.990000', '113614.450000', '113614.910000', '113615.370000', '113615.830000', '113616.290000', '113616.750000', '113617.210000', '113617.670000', '113618.130000', '113618.590000', '113619.050000', '113619.510000', '113619.970000', '113620.430000', '113620.890000', '113621.350000', '113621.810000', '113622.270000', '113622.730000', '113623.190000', '113623.650000', '113624.110000', '113624.570000', '113625.030000', '113625.490000', '113625.950000', '113626.410000', '113626.870000', '113627.330000', '113627.790000', '113628.250000', '113628.710000', '113629.170000', '113629.630000', '113630.090000', '113630.550000', '113631.010000', '113631.470000', '113631.930000', '113632.390000', '113632.850000', '113633.310000', '113633.770000', '113634.230000', '113634.690000', '113635.150000', '113635.610000', '113636.070000', '113636.530000', '113636.990000', '113637.450000', '113637.910000', '113638.370000', '113638.830000', '113639.290000', '113639.750000', '113640.210000', '113640.670000', '113641.130000', '113641.590000', '113642.050000', '113642.510000', '113642.970000', '113643.430000', '113643.890000', '113644.350000', '113644.810000', '113645.270000', '113645.730000', '113646.190000', '113646.650000', '113647.110000', '113647.570000', '113648.030000', '113648.490000', '113648.950000', '113649.410000', '113649.870000', '113650.330000', '113650.790000', '113651.250000', '113651.710000', '113652.170000', '113652.630000', '113653.090000', '113653.550000', '113654.010000', '113654.470000', '113654.930000', '113655.390000', '113655.850000', '113656.310000', '113656.770000', '113657.230000', '113657.690000', '113658.150000', '113658.610000', '113659.070000', '113659.530000', '113659.990000', '113700.450000', '113700.910000', '113701.370000', '113701.830000', '113702.290000', '113702.750000', '113703.210000', '113703.670000', '113704.130000', '113704.590000', '113705.050000', '113705.510000', '113705.970000', '113706.430000', '113706.890000', '113707.350000', '113707.810000', '113708.270000', '113708.730000', '113709.190000', '113709.650000', '113710.110000', '113710.570000', '113711.030000', '113711.490000', '113711.950000', '113712.410000', '113712.870000', '113713.330000', '113713.790000', '113714.250000', '113714.710000', '113715.170000', '113715.630000', '113716.090000', '113716.550000', '113717.010000', '113717.470000', '113717.930000', '113718.390000', '113718.850000', '113719.310000', '113719.770000', '113720.230000', '113720.690000', '113721.150000', '113721.610000', '113722.070000', '113722.530000', '113722.990000', '113723.450000', '113723.910000', '113724.370000', '113724.830000', '113725.290000', '113725.750000', '113726.210000', '113726.670000', '113727.130000', '113727.590000', '113728.050000', '113728.510000', '113728.970000', '113729.430000', '113729.890000', '113730.350000', '113730.810000', '113731.270000', '113731.730000', '113732.190000', '113732.650000', '113733.110000', '113733.570000', '113734.030000', '113734.490000', '113734.950000', '113735.410000', '113735.870000', '113736.330000', '113736.790000', '113737.250000', '113737.710000', '113738.170000', '113738.630000', '113739.090000', '113739.550000', '113740.010000', '113740.470000', '113740.930000', '113741.390000', '113741.850000', '113742.310000', '113742.770000', '113743.230000', '113743.690000', '113744.150000', '113744.610000', '113745.070000', '113745.530000', '113745.990000', '113746.450000', '113746.910000', '113747.370000', '113747.830000', '113748.290000', '113748.750000', '113749.210000', '113749.670000', '113750.130000', '113750.590000', '113751.050000', '113751.510000', '113751.970000', '113752.430000', '113752.890000', '113753.350000', '113753.810000', '113754.270000', '113754.730000', '113755.190000', '113755.650000', '113756.110000', '113756.570000', '113757.030000', '113757.490000', '113757.950000', '113758.410000', '113758.870000', '113759.330000', '113759.790000', '113800.250000', '113800.710000', '113801.170000', '113801.630000', '113802.090000', '113802.550000', '113803.010000', '113803.470000', '113803.930000', '113804.390000', '113804.850000', '113805.310000', '113805.770000', '113806.230000', '113806.690000', '113807.150000', '113807.610000', '113808.070000', '113808.530000', '113808.990000', '113809.450000', '113809.910000', '113810.370000', '113810.830000', '113811.290000', '113811.750000', '113812.210000', '113812.670000', '113813.130000', '113813.590000', '113814.050000', '113814.510000', '113814.970000', '113815.430000', '113815.890000', '113816.350000', '113816.810000', '113817.270000', '113817.730000', '113818.190000', '113818.650000', '113819.110000', '113819.570000', '113820.030000', '113820.490000', '113820.950000', '113821.410000', '113821.870000', '113822.330000', '113822.790000', '113823.250000', '113823.710000', '113824.170000', '113824.630000', '113825.090000', '113825.550000', '113826.010000', '113826.470000', '113826.930000', '113827.390000', '113827.850000', '113828.310000', '113828.770000', '113829.230000', '113829.690000', '113830.150000', '113830.610000', '113831.070000', '113831.530000', '113831.990000', '113832.450000', '113832.910000', '113833.370000', '113833.830000', '113834.290000', '113834.750000', '113835.210000', '113835.670000', '113836.130000', '113836.590000', '113837.050000', '113837.510000', '113837.970000', '113838.430000', '113838.890000', '113839.350000', '113839.810000', '113840.270000', '113840.730000', '113841.190000', '113841.650000', '113842.110000', '113842.570000', '113843.030000', '113843.490000', '113843.950000', '113844.410000', '113844.870000', '113845.330000', '113845.790000', '113846.250000', '113846.710000', '113847.170000', '113847.630000', '113848.090000', '113848.550000', '113849.010000', '113849.470000', '113849.930000', '113850.390000', '113850.850000', '113851.310000', '113851.770000', '113852.230000', '113852.690000', '113853.150000', '113853.610000', '113854.070000', '113854.530000', '113854.990000', '113855.450000', '113855.910000', '113856.370000', '113856.830000', '113857.290000', '113857.750000', '113858.210000', '113858.670000', '113859.130000', '113859.590000', '113900.050000', '113900.510000', '113900.970000', '113901.430000', '113901.890000', '113902.350000', '113902.810000', '113903.270000', '113903.730000', '113904.190000', '113904.650000', '113905.110000', '113905.570000', '113906.030000', '113906.490000', '113906.950000', '113907.410000', '113907.870000', '113908.330000', '113908.790000', '113909.250000', '113909.710000', '113910.170000', '113910.630000', '113911.090000', '113911.550000', '113912.010000', '113912.470000', '113912.930000', '113913.390000', '113913.850000', '113914.310000', '113914.770000', '113915.230000', '113915.690000', '113916.150000', '113916.610000', '113917.070000', '113917.530000', '113917.990000', '113918.450000', '113918.910000', '113919.370000', '113919.830000', '113920.290000', '113920.750000', '113921.210000', '113921.670000', '113922.130000', '113922.590000', '113923.050000', '113923.510000', '113923.970000', '113924.430000', '113924.890000', '113925.350000', '113925.810000', '113926.270000', '113926.730000', '113927.190000', '113927.650000', '113928.110000', '113928.570000', '113929.030000', '113929.490000', '113929.950000', '113930.410000', '113930.870000', '113931.330000', '113931.790000', '113932.250000', '113932.710000', '113933.170000', '113933.630000', '113934.090000', '113934.550000', '113935.010000', '113935.470000', '113935.930000', '113936.390000', '113936.850000', '113937.310000', '113937.770000', '113938.230000', '113938.690000', '113939.150000', '113939.610000', '113940.070000', '113940.530000', '113940.990000'], 'ContentTime': ['113118.880000', '113118.883000', '113118.886000', '113118.889000', '113118.891000', '113118.894000', '113118.896000', '113118.899000', '113118.901000', '113118.904000', '113118.906000', '113118.909000', '113118.912000', '113118.914000', '113118.917000', '113118.919000', '113118.922000', '113118.929000', '113118.932000', '113118.934000', '113118.937000', '113118.939000', '113118.942000', '113118.944000', '113118.947000', '113118.949000', '113118.952000', '113118.955000', '113118.957000', '113118.960000', '113118.962000', '113118.965000', '113118.967000', '113118.970000', '113118.973000', '113118.975000', '113118.978000', '113118.980000', '113118.983000', '113118.985000', '113118.988000', '113118.990000', '113118.993000', '113119.000000', '113119.003000', '113119.006000', '113119.008000', '113119.011000', '113119.013000', '113119.016000', '113119.018000', '113119.021000', '113119.023000', '113119.026000', '113119.029000', '113119.031000', '113119.034000', '113119.036000', '113119.039000', '113119.041000', '113138.815000', '113138.818000', '113138.821000', '113138.823000', '113138.826000', '113138.829000', '113138.831000', '113138.834000', '113138.836000', '113138.870000', '113138.873000', '113138.876000', '113138.878000', '113138.881000', '113138.884000', '113138.886000', '113138.889000', '113138.891000', '113138.894000', '113138.897000', '113138.899000', '113138.902000', '113138.904000', '113138.907000', '113138.909000', '113138.912000', '113138.915000', '113138.917000', '113138.920000', '113138.922000', '113138.925000', '113138.927000', '113138.930000', '113138.932000', '113138.936000', '113138.939000', '113138.942000', '113138.944000', '113138.947000', '113138.949000', '113138.952000', '113138.954000', '113138.957000', '113158.815000', '113158.818000', '113158.821000', '113158.823000', '113158.828000', '113158.831000', '113158.833000', '113158.836000', '113158.838000', '113158.841000', '113158.844000', '113158.846000', '113158.849000', '113158.851000', '113158.854000', '113158.856000', '113158.859000', '113158.862000', '113158.864000', '113158.867000', '113158.869000', '113158.872000', '113158.874000', '113158.877000', '113158.880000', '113158.882000', '113158.885000', '113158.887000', '113158.890000', '113158.892000', '113158.895000', '113158.898000', '113158.900000', '113158.903000', '113158.906000', '113158.908000', '113158.911000', '113158.913000', '113158.916000', '113158.918000', '113158.921000', '113158.924000', '113158.926000', '113158.929000', '113218.815000', '113218.861000', '113218.864000', '113218.866000', '113218.869000', '113218.871000', '113218.874000', '113218.877000', '113218.879000', '113218.882000', '113218.884000', '113218.887000', '113218.890000', '113218.892000', '113218.895000', '113218.897000', '113218.901000', '113218.904000', '113218.906000', '113218.909000', '113218.912000', '113218.914000', '113218.917000', '113218.920000', '113218.922000', '113218.925000', '113218.927000', '113218.930000', '113218.932000', '113218.935000', '113218.937000', '113218.940000', '113218.943000', '113218.945000', '113218.948000', '113218.950000', '113218.953000', '113218.956000', '113218.958000', '113218.961000', '113218.963000', '113218.966000', '113218.968000', '113238.815000', '113238.818000', '113238.821000', '113238.823000', '113238.833000', '113238.835000', '113238.838000', '113238.841000', '113238.843000', '113238.846000', '113238.848000', '113238.851000', '113238.854000', '113238.856000', '113238.859000', '113238.861000', '113238.864000', '113238.866000', '113238.869000', '113238.871000', '113238.874000', '113238.877000', '113238.879000', '113238.882000', '113238.884000', '113238.887000', '113238.889000', '113238.892000', '113238.895000', '113238.897000', '113238.900000', '113238.903000', '113238.905000', '113238.908000', '113238.910000', '113238.913000', '113238.916000', '113238.918000', '113238.921000', '113238.923000', '113238.926000', '113238.928000', '113238.931000', '113238.934000', '113258.814000', '113258.817000', '113258.820000', '113258.823000', '113258.825000', '113258.828000', '113258.830000', '113258.833000', '113258.835000', '113258.838000', '113258.840000', '113258.843000', '113258.846000', '113258.848000', '113258.851000', '113258.853000', '113258.856000', '113258.858000', '113258.861000', '113258.864000', '113258.866000', '113258.869000', '113258.871000', '113258.874000', '113258.877000', '113258.879000', '113258.882000', '113258.884000', '113258.887000', '113258.889000', '113258.892000', '113258.895000', '113258.897000', '113258.900000', '113258.902000', '113258.905000', '113258.908000', '113258.910000', '113258.913000', '113258.916000', '113258.919000', '113258.921000', '113258.924000', '113318.815000', '113318.818000', '113318.820000', '113318.823000', '113318.825000', '113318.855000', '113318.858000', '113318.860000', '113318.863000', '113318.866000', '113318.868000', '113318.871000', '113318.873000', '113318.876000', '113318.879000', '113318.881000', '113318.884000', '113318.886000', '113318.889000', '113318.891000', '113318.894000', '113318.897000', '113318.899000', '113318.902000', '113318.904000', '113318.907000', '113318.910000', '113318.912000', '113318.915000', '113318.917000', '113318.920000', '113318.922000', '113318.925000', '113318.928000', '113318.930000', '113318.933000', '113318.935000', '113318.938000', '113318.941000', '113318.943000', '113318.946000', '113318.949000', '113318.951000', '113318.954000', '113338.814000', '113338.839000', '113338.842000', '113338.844000', '113338.847000', '113338.850000', '113338.852000', '113338.855000', '113338.857000', '113338.860000', '113338.863000', '113338.865000', '113338.868000', '113338.870000', '113338.873000', '113338.876000', '113338.878000', '113338.881000', '113338.883000', '113338.886000', '113338.889000', '113338.891000', '113338.894000', '113338.896000', '113338.899000', '113338.902000', '113338.905000', '113338.908000', '113338.911000', '113338.914000', '113338.917000', '113338.919000', '113338.922000', '113338.924000', '113338.927000', '113338.930000', '113338.932000', '113338.935000', '113338.937000', '113338.940000', '113338.942000', '113338.945000', '113338.948000', '113358.816000', '113358.819000', '113358.821000', '113358.824000', '113358.827000', '113358.829000', '113358.832000', '113358.835000', '113358.837000', '113358.840000', '113358.842000', '113358.845000', '113358.847000', '113358.850000', '113358.853000', '113358.855000', '113358.858000', '113358.860000', '113358.863000', '113358.866000', '113358.868000', '113358.871000', '113358.874000', '113358.876000', '113358.879000', '113358.881000', '113358.884000', '113358.886000', '113358.889000', '113358.892000', '113358.894000', '113358.897000', '113358.899000', '113358.902000', '113358.904000', '113358.907000', '113358.910000', '113358.912000', '113358.915000', '113358.917000', '113358.920000', '113358.923000', '113358.925000', '113358.928000', '113418.815000', '113418.831000', '113418.833000', '113418.836000', '113418.839000', '113418.841000', '113418.844000', '113418.846000', '113418.849000', '113418.852000', '113418.854000', '113418.857000', '113418.859000', '113418.862000', '113418.864000', '113418.867000', '113418.870000', '113418.872000', '113418.875000', '113418.877000', '113418.880000', '113418.883000', '113418.885000', '113418.888000', '113418.890000', '113418.893000', '113418.896000', '113418.898000', '113418.901000', '113418.903000', '113418.906000', '113418.909000', '113418.911000', '113418.914000', '113418.916000', '113418.919000', '113418.922000', '113418.924000', '113418.927000', '113418.929000', '113418.932000', '113418.934000', '113418.937000', '113438.816000', '113438.818000', '113438.821000', '113438.823000', '113438.826000', '113438.829000', '113438.831000', '113438.834000', '113438.836000', '113438.839000', '113438.841000', '113438.844000', '113438.847000', '113438.849000', '113438.852000', '113438.854000', '113438.857000', '113438.860000', '113438.862000', '113438.865000', '113438.868000', '113438.870000', '113438.873000', '113438.875000', '113438.878000', '113438.880000', '113438.883000', '113438.886000', '113438.888000', '113438.891000', '113438.893000', '113438.896000', '113438.899000', '113438.901000', '113438.904000', '113438.906000', '113438.909000', '113438.912000', '113438.914000', '113438.917000', '113438.919000', '113438.922000', '113438.924000', '113438.927000', '113458.816000', '113458.841000', '113458.844000', '113458.846000', '113458.849000', '113458.852000', '113458.854000', '113458.857000', '113458.859000', '113458.862000', '113458.864000', '113458.867000', '113458.870000', '113458.872000', '113458.875000', '113458.877000', '113458.880000', '113458.883000', '113458.886000', '113458.888000', '113458.891000', '113458.893000', '113458.896000', '113458.898000', '113458.901000', '113458.904000', '113458.906000', '113458.909000', '113458.911000', '113458.914000', '113458.917000', '113458.919000', '113458.922000', '113458.924000', '113458.927000', '113458.930000', '113458.932000', '113458.935000', '113458.937000', '113458.940000', '113458.942000', '113458.945000', '113458.948000', '113518.815000', '113518.822000', '113518.824000', '113518.827000', '113518.829000', '113518.832000', '113518.834000', '113518.837000', '113518.840000', '113518.842000', '113518.845000', '113518.848000', '113518.850000', '113518.853000', '113518.855000', '113518.858000', '113518.861000', '113518.863000', '113518.866000', '113518.869000', '113518.871000', '113518.874000', '113518.876000', '113518.879000', '113518.881000', '113518.884000', '113518.887000', '113518.889000', '113518.892000', '113518.894000', '113518.897000', '113518.900000', '113518.902000', '113518.905000', '113518.907000', '113518.910000', '113518.913000', '113518.915000', '113518.918000', '113518.920000', '113518.923000', '113518.925000', '113518.928000', '113518.931000', '113538.814000', '113538.853000', '113538.855000', '113538.858000', '113538.860000', '113538.863000', '113538.866000', '113538.868000', '113538.871000', '113538.873000', '113538.876000', '113538.878000', '113538.881000', '113538.884000', '113538.886000', '113538.889000', '113538.892000', '113538.894000', '113538.897000', '113538.899000', '113538.902000', '113538.904000', '113538.907000', '113538.910000', '113538.912000', '113538.915000', '113538.917000', '113538.920000', '113538.923000', '113538.925000', '113538.928000', '113538.930000', '113538.933000', '113538.935000', '113538.938000', '113538.941000', '113538.943000', '113538.946000', '113538.949000', '113538.951000', '113538.954000', '113538.957000', '113538.959000', '113558.814000', '113558.861000', '113558.864000', '113558.866000', '113558.869000', '113558.872000', '113558.874000', '113558.877000', '113558.879000', '113558.882000', '113558.884000', '113558.887000', '113558.889000', '113558.892000', '113558.895000', '113558.897000', '113558.900000', '113558.903000', '113558.905000', '113558.908000', '113558.910000', '113558.913000', '113558.916000', '113558.918000', '113558.921000', '113558.923000', '113558.926000', '113558.929000', '113558.931000', '113558.934000', '113558.936000', '113558.939000', '113558.941000', '113558.944000', '113558.947000', '113558.949000', '113558.952000', '113558.954000', '113558.957000', '113558.960000', '113558.962000', '113558.965000', '113558.967000', '113558.970000', '113618.815000', '113618.825000', '113618.828000', '113618.830000', '113618.833000', '113618.835000', '113618.838000', '113618.840000', '113618.843000', '113618.846000', '113618.848000', '113618.851000', '113618.854000', '113618.856000', '113618.859000', '113618.861000', '113618.864000', '113618.866000', '113618.876000', '113618.879000', '113618.882000', '113618.884000', '113618.887000', '113618.889000', '113618.892000', '113618.894000', '113618.909000', '113618.911000', '113618.914000', '113618.917000', '113618.919000', '113618.922000', '113618.924000', '113618.927000', '113618.930000', '113618.932000', '113618.935000', '113618.937000', '113618.940000', '113618.942000', '113618.945000', '113618.948000', '113618.950000', '113638.816000', '113638.835000', '113638.838000', '113638.840000', '113638.843000', '113638.846000', '113638.848000', '113638.851000', '113638.854000', '113638.856000', '113638.859000', '113638.861000', '113638.864000', '113638.867000', '113638.869000', '113638.872000', '113638.874000', '113638.877000', '113638.880000', '113638.882000', '113638.885000', '113638.887000', '113638.890000', '113638.893000', '113638.895000', '113638.898000', '113638.901000', '113638.903000', '113638.906000', '113638.909000', '113638.912000', '113638.915000', '113638.918000', '113638.920000', '113638.923000', '113638.926000', '113638.928000', '113638.931000', '113638.933000', '113638.936000', '113638.939000', '113638.941000', '113638.944000', '113658.816000', '113658.848000', '113658.850000', '113658.853000', '113658.855000', '113658.858000', '113658.860000', '113658.863000', '113658.866000', '113658.868000', '113658.871000', '113658.873000', '113658.876000', '113658.878000', '113658.881000', '113658.884000', '113658.886000', '113658.889000', '113658.891000', '113658.894000', '113658.897000', '113658.899000', '113658.902000', '113658.904000', '113658.907000', '113658.909000', '113658.912000', '113658.915000', '113658.917000', '113658.920000', '113658.922000', '113658.925000', '113658.927000', '113658.930000', '113658.933000', '113658.935000', '113658.938000', '113658.940000', '113658.943000', '113658.945000', '113658.948000', '113658.951000', '113658.953000', '113658.956000', '113718.816000', '113718.848000', '113718.851000', '113718.853000', '113718.856000', '113718.858000', '113718.861000', '113718.863000', '113718.866000', '113718.869000', '113718.871000', '113718.874000', '113718.876000', '113718.879000', '113718.882000', '113718.884000', '113718.887000', '113718.889000', '113718.892000', '113718.895000', '113718.897000', '113718.900000', '113718.902000', '113718.905000', '113718.908000', '113718.910000', '113718.913000', '113718.915000', '113718.918000', '113718.921000', '113718.923000', '113718.926000', '113718.929000', '113718.931000', '113718.934000', '113718.937000', '113718.939000', '113718.942000', '113718.945000', '113718.947000', '113718.950000', '113718.952000', '113718.955000', '113738.814000', '113738.862000', '113738.865000', '113738.867000', '113738.870000', '113738.872000', '113738.875000', '113738.878000', '113738.880000', '113738.891000', '113738.894000', '113738.897000', '113738.899000', '113738.902000', '113738.904000', '113738.907000', '113738.909000', '113738.912000', '113738.915000', '113738.917000', '113738.920000', '113738.922000', '113738.925000', '113738.928000', '113738.930000', '113738.933000', '113738.935000', '113738.938000', '113738.941000', '113738.943000', '113738.946000', '113738.948000', '113738.951000', '113738.953000', '113738.956000', '113738.959000', '113738.961000', '113738.985000', '113738.988000', '113738.990000', '113738.993000', '113738.996000', '113738.998000', '113739.002000', '113758.815000', '113758.868000', '113758.871000', '113758.873000', '113758.876000', '113758.879000', '113758.881000', '113758.885000', '113758.888000', '113758.890000', '113758.893000', '113758.896000', '113758.898000', '113758.901000', '113758.903000', '113758.906000', '113758.909000', '113758.911000', '113758.914000', '113758.916000', '113758.919000', '113758.922000', '113758.924000', '113758.927000', '113758.930000', '113758.932000', '113758.935000', '113758.937000', '113758.940000', '113758.943000', '113758.946000', '113758.948000', '113758.951000', '113758.953000', '113758.956000', '113758.959000', '113758.961000', '113758.964000', '113758.967000', '113758.969000', '113758.972000', '113758.974000', '113758.977000', '113818.814000', '113818.817000', '113818.820000', '113818.823000', '113818.825000', '113818.828000', '113818.830000', '113818.833000', '113818.835000', '113818.838000', '113818.841000', '113818.843000', '113818.846000', '113818.848000', '113818.851000', '113818.853000', '113818.856000', '113818.859000', '113818.861000', '113818.864000', '113818.866000', '113818.869000', '113818.872000', '113818.874000', '113818.877000', '113818.879000', '113818.882000', '113818.884000', '113818.887000', '113818.890000', '113818.892000', '113818.895000', '113818.897000', '113818.900000', '113818.902000', '113818.905000', '113818.908000', '113818.910000', '113818.913000', '113818.915000', '113818.918000', '113818.921000', '113818.923000', '113818.926000', '113838.816000', '113838.818000', '113838.821000', '113838.824000', '113838.826000', '113838.829000', '113838.832000', '113838.834000', '113838.837000', '113838.839000', '113838.842000', '113838.844000', '113838.847000', '113838.850000', '113838.852000', '113838.855000', '113838.857000', '113838.860000', '113838.862000', '113838.865000', '113838.868000', '113838.871000', '113838.874000', '113838.877000', '113838.879000', '113838.882000', '113838.885000', '113838.887000', '113838.890000', '113838.892000', '113838.895000', '113838.897000', '113838.900000', '113838.903000', '113838.905000', '113838.908000', '113838.910000', '113838.913000', '113838.916000', '113838.918000', '113838.921000', '113838.923000', '113838.926000', '113858.815000', '113858.818000', '113858.821000', '113858.824000', '113858.826000', '113858.829000', '113858.831000', '113858.834000', '113858.836000', '113858.839000', '113858.842000', '113858.844000', '113858.847000', '113858.849000', '113858.852000', '113858.855000', '113858.857000', '113858.860000', '113858.862000', '113858.865000', '113858.868000', '113858.870000', '113858.873000', '113858.875000', '113858.878000', '113858.881000', '113858.883000', '113858.886000', '113858.888000', '113858.891000', '113858.893000', '113858.896000', '113858.899000', '113858.901000', '113858.920000', '113858.922000', '113858.925000', '113858.927000', '113858.930000', '113858.932000', '113858.935000', '113858.938000', '113858.940000', '113858.943000', '113918.816000', '113918.818000', '113918.821000', '113918.824000', '113918.826000', '113918.829000', '113918.832000', '113918.834000', '113918.837000', '113918.839000', '113918.842000', '113918.844000', '113918.847000', '113918.849000', '113918.852000', '113918.855000', '113918.857000', '113918.860000', '113918.862000', '113918.865000', '113918.868000', '113918.870000', '113918.873000', '113918.876000', '113918.878000', '113918.881000', '113918.883000', '113918.886000', '113918.889000', '113918.891000', '113918.894000', '113918.896000', '113918.899000', '113918.901000', '113918.904000', '113918.907000', '113918.909000', '113918.912000', '113918.914000', '113918.917000', '113918.920000', '113918.922000', '113918.926000', '113938.816000', '113938.818000', '113938.821000', '113938.824000', '113938.826000', '113938.829000', '113938.831000', '113938.834000', '113938.836000', '113938.839000', '113938.842000', '113938.844000', '113938.847000', '113938.849000', '113938.852000', '113938.855000', '113938.857000', '113938.860000', '113938.862000', '113938.865000', '113938.867000', '113938.870000', '113938.873000', '113938.875000', '113938.878000', '113938.880000', '113938.883000', '113938.885000', '113938.888000', '113938.890000', '113938.893000', '113938.896000', '113938.899000', '113938.901000', '113938.904000', '113938.906000', '113938.909000', '113938.911000', '113938.914000', '113938.917000', '113938.919000', '113938.922000', '113938.924000', '113938.927000', '113942.789000', '113942.792000', '113942.795000', '113942.797000', '113942.800000', '113942.803000', '113942.805000', '113942.808000', '113942.810000'], 'InstanceCreationTime': ['113118.880000', '113118.883000', '113118.886000', '113118.889000', '113118.891000', '113118.894000', '113118.896000', '113118.899000', '113118.901000', '113118.904000', '113118.906000', '113118.909000', '113118.912000', '113118.914000', '113118.917000', '113118.919000', '113118.922000', '113118.929000', '113118.932000', '113118.934000', '113118.937000', '113118.939000', '113118.942000', '113118.944000', '113118.947000', '113118.949000', '113118.952000', '113118.955000', '113118.957000', '113118.960000', '113118.962000', '113118.965000', '113118.967000', '113118.970000', '113118.973000', '113118.975000', '113118.978000', '113118.980000', '113118.983000', '113118.985000', '113118.988000', '113118.990000', '113118.993000', '113119.000000', '113119.003000', '113119.006000', '113119.008000', '113119.011000', '113119.013000', '113119.016000', '113119.018000', '113119.021000', '113119.023000', '113119.026000', '113119.029000', '113119.031000', '113119.034000', '113119.036000', '113119.039000', '113119.041000', '113138.815000', '113138.818000', '113138.821000', '113138.823000', '113138.826000', '113138.829000', '113138.831000', '113138.834000', '113138.836000', '113138.870000', '113138.873000', '113138.876000', '113138.878000', '113138.881000', '113138.884000', '113138.886000', '113138.889000', '113138.891000', '113138.894000', '113138.897000', '113138.899000', '113138.902000', '113138.904000', '113138.907000', '113138.909000', '113138.912000', '113138.915000', '113138.917000', '113138.920000', '113138.922000', '113138.925000', '113138.927000', '113138.930000', '113138.932000', '113138.936000', '113138.939000', '113138.942000', '113138.944000', '113138.947000', '113138.949000', '113138.952000', '113138.954000', '113138.957000', '113158.815000', '113158.818000', '113158.821000', '113158.823000', '113158.828000', '113158.831000', '113158.833000', '113158.836000', '113158.838000', '113158.841000', '113158.844000', '113158.846000', '113158.849000', '113158.851000', '113158.854000', '113158.856000', '113158.859000', '113158.862000', '113158.864000', '113158.867000', '113158.869000', '113158.872000', '113158.874000', '113158.877000', '113158.880000', '113158.882000', '113158.885000', '113158.887000', '113158.890000', '113158.892000', '113158.895000', '113158.898000', '113158.900000', '113158.903000', '113158.906000', '113158.908000', '113158.911000', '113158.913000', '113158.916000', '113158.918000', '113158.921000', '113158.924000', '113158.926000', '113158.929000', '113218.815000', '113218.861000', '113218.864000', '113218.866000', '113218.869000', '113218.871000', '113218.874000', '113218.877000', '113218.879000', '113218.882000', '113218.884000', '113218.887000', '113218.890000', '113218.892000', '113218.895000', '113218.897000', '113218.901000', '113218.904000', '113218.906000', '113218.909000', '113218.912000', '113218.914000', '113218.917000', '113218.920000', '113218.922000', '113218.925000', '113218.927000', '113218.930000', '113218.932000', '113218.935000', '113218.937000', '113218.940000', '113218.943000', '113218.945000', '113218.948000', '113218.950000', '113218.953000', '113218.956000', '113218.958000', '113218.961000', '113218.963000', '113218.966000', '113218.968000', '113238.815000', '113238.818000', '113238.821000', '113238.823000', '113238.833000', '113238.835000', '113238.838000', '113238.841000', '113238.843000', '113238.846000', '113238.848000', '113238.851000', '113238.854000', '113238.856000', '113238.859000', '113238.861000', '113238.864000', '113238.866000', '113238.869000', '113238.871000', '113238.874000', '113238.877000', '113238.879000', '113238.882000', '113238.884000', '113238.887000', '113238.889000', '113238.892000', '113238.895000', '113238.897000', '113238.900000', '113238.903000', '113238.905000', '113238.908000', '113238.910000', '113238.913000', '113238.916000', '113238.918000', '113238.921000', '113238.923000', '113238.926000', '113238.928000', '113238.931000', '113238.934000', '113258.814000', '113258.817000', '113258.820000', '113258.823000', '113258.825000', '113258.828000', '113258.830000', '113258.833000', '113258.835000', '113258.838000', '113258.840000', '113258.843000', '113258.846000', '113258.848000', '113258.851000', '113258.853000', '113258.856000', '113258.858000', '113258.861000', '113258.864000', '113258.866000', '113258.869000', '113258.871000', '113258.874000', '113258.877000', '113258.879000', '113258.882000', '113258.884000', '113258.887000', '113258.889000', '113258.892000', '113258.895000', '113258.897000', '113258.900000', '113258.902000', '113258.905000', '113258.908000', '113258.910000', '113258.913000', '113258.916000', '113258.919000', '113258.921000', '113258.924000', '113318.815000', '113318.818000', '113318.820000', '113318.823000', '113318.825000', '113318.855000', '113318.858000', '113318.860000', '113318.863000', '113318.866000', '113318.868000', '113318.871000', '113318.873000', '113318.876000', '113318.879000', '113318.881000', '113318.884000', '113318.886000', '113318.889000', '113318.891000', '113318.894000', '113318.897000', '113318.899000', '113318.902000', '113318.904000', '113318.907000', '113318.910000', '113318.912000', '113318.915000', '113318.917000', '113318.920000', '113318.922000', '113318.925000', '113318.928000', '113318.930000', '113318.933000', '113318.935000', '113318.938000', '113318.941000', '113318.943000', '113318.946000', '113318.949000', '113318.951000', '113318.954000', '113338.814000', '113338.839000', '113338.842000', '113338.844000', '113338.847000', '113338.850000', '113338.852000', '113338.855000', '113338.857000', '113338.860000', '113338.863000', '113338.865000', '113338.868000', '113338.870000', '113338.873000', '113338.876000', '113338.878000', '113338.881000', '113338.883000', '113338.886000', '113338.889000', '113338.891000', '113338.894000', '113338.896000', '113338.899000', '113338.902000', '113338.905000', '113338.908000', '113338.911000', '113338.914000', '113338.917000', '113338.919000', '113338.922000', '113338.924000', '113338.927000', '113338.930000', '113338.932000', '113338.935000', '113338.937000', '113338.940000', '113338.942000', '113338.945000', '113338.948000', '113358.816000', '113358.819000', '113358.821000', '113358.824000', '113358.827000', '113358.829000', '113358.832000', '113358.835000', '113358.837000', '113358.840000', '113358.842000', '113358.845000', '113358.847000', '113358.850000', '113358.853000', '113358.855000', '113358.858000', '113358.860000', '113358.863000', '113358.866000', '113358.868000', '113358.871000', '113358.874000', '113358.876000', '113358.879000', '113358.881000', '113358.884000', '113358.886000', '113358.889000', '113358.892000', '113358.894000', '113358.897000', '113358.899000', '113358.902000', '113358.904000', '113358.907000', '113358.910000', '113358.912000', '113358.915000', '113358.917000', '113358.920000', '113358.923000', '113358.925000', '113358.928000', '113418.815000', '113418.831000', '113418.833000', '113418.836000', '113418.839000', '113418.841000', '113418.844000', '113418.846000', '113418.849000', '113418.852000', '113418.854000', '113418.857000', '113418.859000', '113418.862000', '113418.864000', '113418.867000', '113418.870000', '113418.872000', '113418.875000', '113418.877000', '113418.880000', '113418.883000', '113418.885000', '113418.888000', '113418.890000', '113418.893000', '113418.896000', '113418.898000', '113418.901000', '113418.903000', '113418.906000', '113418.909000', '113418.911000', '113418.914000', '113418.916000', '113418.919000', '113418.922000', '113418.924000', '113418.927000', '113418.929000', '113418.932000', '113418.934000', '113418.937000', '113438.816000', '113438.818000', '113438.821000', '113438.823000', '113438.826000', '113438.829000', '113438.831000', '113438.834000', '113438.836000', '113438.839000', '113438.841000', '113438.844000', '113438.847000', '113438.849000', '113438.852000', '113438.854000', '113438.857000', '113438.860000', '113438.862000', '113438.865000', '113438.868000', '113438.870000', '113438.873000', '113438.875000', '113438.878000', '113438.880000', '113438.883000', '113438.886000', '113438.888000', '113438.891000', '113438.893000', '113438.896000', '113438.899000', '113438.901000', '113438.904000', '113438.906000', '113438.909000', '113438.912000', '113438.914000', '113438.917000', '113438.919000', '113438.922000', '113438.924000', '113438.927000', '113458.816000', '113458.841000', '113458.844000', '113458.846000', '113458.849000', '113458.852000', '113458.854000', '113458.857000', '113458.859000', '113458.862000', '113458.864000', '113458.867000', '113458.870000', '113458.872000', '113458.875000', '113458.877000', '113458.880000', '113458.883000', '113458.886000', '113458.888000', '113458.891000', '113458.893000', '113458.896000', '113458.898000', '113458.901000', '113458.904000', '113458.906000', '113458.909000', '113458.911000', '113458.914000', '113458.917000', '113458.919000', '113458.922000', '113458.924000', '113458.927000', '113458.930000', '113458.932000', '113458.935000', '113458.937000', '113458.940000', '113458.942000', '113458.945000', '113458.948000', '113518.815000', '113518.822000', '113518.824000', '113518.827000', '113518.829000', '113518.832000', '113518.834000', '113518.837000', '113518.840000', '113518.842000', '113518.845000', '113518.848000', '113518.850000', '113518.853000', '113518.855000', '113518.858000', '113518.861000', '113518.863000', '113518.866000', '113518.869000', '113518.871000', '113518.874000', '113518.876000', '113518.879000', '113518.881000', '113518.884000', '113518.887000', '113518.889000', '113518.892000', '113518.894000', '113518.897000', '113518.900000', '113518.902000', '113518.905000', '113518.907000', '113518.910000', '113518.913000', '113518.915000', '113518.918000', '113518.920000', '113518.923000', '113518.925000', '113518.928000', '113518.931000', '113538.814000', '113538.853000', '113538.855000', '113538.858000', '113538.860000', '113538.863000', '113538.866000', '113538.868000', '113538.871000', '113538.873000', '113538.876000', '113538.878000', '113538.881000', '113538.884000', '113538.886000', '113538.889000', '113538.892000', '113538.894000', '113538.897000', '113538.899000', '113538.902000', '113538.904000', '113538.907000', '113538.910000', '113538.912000', '113538.915000', '113538.917000', '113538.920000', '113538.923000', '113538.925000', '113538.928000', '113538.930000', '113538.933000', '113538.935000', '113538.938000', '113538.941000', '113538.943000', '113538.946000', '113538.949000', '113538.951000', '113538.954000', '113538.957000', '113538.959000', '113558.814000', '113558.861000', '113558.864000', '113558.866000', '113558.869000', '113558.872000', '113558.874000', '113558.877000', '113558.879000', '113558.882000', '113558.884000', '113558.887000', '113558.889000', '113558.892000', '113558.895000', '113558.897000', '113558.900000', '113558.903000', '113558.905000', '113558.908000', '113558.910000', '113558.913000', '113558.916000', '113558.918000', '113558.921000', '113558.923000', '113558.926000', '113558.929000', '113558.931000', '113558.934000', '113558.936000', '113558.939000', '113558.941000', '113558.944000', '113558.947000', '113558.949000', '113558.952000', '113558.954000', '113558.957000', '113558.960000', '113558.962000', '113558.965000', '113558.967000', '113558.970000', '113618.815000', '113618.825000', '113618.828000', '113618.830000', '113618.833000', '113618.835000', '113618.838000', '113618.840000', '113618.843000', '113618.846000', '113618.848000', '113618.851000', '113618.854000', '113618.856000', '113618.859000', '113618.861000', '113618.864000', '113618.866000', '113618.876000', '113618.879000', '113618.882000', '113618.884000', '113618.887000', '113618.889000', '113618.892000', '113618.894000', '113618.909000', '113618.911000', '113618.914000', '113618.917000', '113618.919000', '113618.922000', '113618.924000', '113618.927000', '113618.930000', '113618.932000', '113618.935000', '113618.937000', '113618.940000', '113618.942000', '113618.945000', '113618.948000', '113618.950000', '113638.816000', '113638.835000', '113638.838000', '113638.840000', '113638.843000', '113638.846000', '113638.848000', '113638.851000', '113638.854000', '113638.856000', '113638.859000', '113638.861000', '113638.864000', '113638.867000', '113638.869000', '113638.872000', '113638.874000', '113638.877000', '113638.880000', '113638.882000', '113638.885000', '113638.887000', '113638.890000', '113638.893000', '113638.895000', '113638.898000', '113638.901000', '113638.903000', '113638.906000', '113638.909000', '113638.912000', '113638.915000', '113638.918000', '113638.920000', '113638.923000', '113638.926000', '113638.928000', '113638.931000', '113638.933000', '113638.936000', '113638.939000', '113638.941000', '113638.944000', '113658.816000', '113658.848000', '113658.850000', '113658.853000', '113658.855000', '113658.858000', '113658.860000', '113658.863000', '113658.866000', '113658.868000', '113658.871000', '113658.873000', '113658.876000', '113658.878000', '113658.881000', '113658.884000', '113658.886000', '113658.889000', '113658.891000', '113658.894000', '113658.897000', '113658.899000', '113658.902000', '113658.904000', '113658.907000', '113658.909000', '113658.912000', '113658.915000', '113658.917000', '113658.920000', '113658.922000', '113658.925000', '113658.927000', '113658.930000', '113658.933000', '113658.935000', '113658.938000', '113658.940000', '113658.943000', '113658.945000', '113658.948000', '113658.951000', '113658.953000', '113658.956000', '113718.816000', '113718.848000', '113718.851000', '113718.853000', '113718.856000', '113718.858000', '113718.861000', '113718.863000', '113718.866000', '113718.869000', '113718.871000', '113718.874000', '113718.876000', '113718.879000', '113718.882000', '113718.884000', '113718.887000', '113718.889000', '113718.892000', '113718.895000', '113718.897000', '113718.900000', '113718.902000', '113718.905000', '113718.908000', '113718.910000', '113718.913000', '113718.915000', '113718.918000', '113718.921000', '113718.923000', '113718.926000', '113718.929000', '113718.931000', '113718.934000', '113718.937000', '113718.939000', '113718.942000', '113718.945000', '113718.947000', '113718.950000', '113718.952000', '113718.955000', '113738.814000', '113738.862000', '113738.865000', '113738.867000', '113738.870000', '113738.872000', '113738.875000', '113738.878000', '113738.880000', '113738.891000', '113738.894000', '113738.897000', '113738.899000', '113738.902000', '113738.904000', '113738.907000', '113738.909000', '113738.912000', '113738.915000', '113738.917000', '113738.920000', '113738.922000', '113738.925000', '113738.928000', '113738.930000', '113738.933000', '113738.935000', '113738.938000', '113738.941000', '113738.943000', '113738.946000', '113738.948000', '113738.951000', '113738.953000', '113738.956000', '113738.959000', '113738.961000', '113738.985000', '113738.988000', '113738.990000', '113738.993000', '113738.996000', '113738.998000', '113739.002000', '113758.815000', '113758.868000', '113758.871000', '113758.873000', '113758.876000', '113758.879000', '113758.881000', '113758.885000', '113758.888000', '113758.890000', '113758.893000', '113758.896000', '113758.898000', '113758.901000', '113758.903000', '113758.906000', '113758.909000', '113758.911000', '113758.914000', '113758.916000', '113758.919000', '113758.922000', '113758.924000', '113758.927000', '113758.930000', '113758.932000', '113758.935000', '113758.937000', '113758.940000', '113758.943000', '113758.946000', '113758.948000', '113758.951000', '113758.953000', '113758.956000', '113758.959000', '113758.961000', '113758.964000', '113758.967000', '113758.969000', '113758.972000', '113758.974000', '113758.977000', '113818.814000', '113818.817000', '113818.820000', '113818.823000', '113818.825000', '113818.828000', '113818.830000', '113818.833000', '113818.835000', '113818.838000', '113818.841000', '113818.843000', '113818.846000', '113818.848000', '113818.851000', '113818.853000', '113818.856000', '113818.859000', '113818.861000', '113818.864000', '113818.866000', '113818.869000', '113818.872000', '113818.874000', '113818.877000', '113818.879000', '113818.882000', '113818.884000', '113818.887000', '113818.890000', '113818.892000', '113818.895000', '113818.897000', '113818.900000', '113818.902000', '113818.905000', '113818.908000', '113818.910000', '113818.913000', '113818.915000', '113818.918000', '113818.921000', '113818.923000', '113818.926000', '113838.816000', '113838.818000', '113838.821000', '113838.824000', '113838.826000', '113838.829000', '113838.832000', '113838.834000', '113838.837000', '113838.839000', '113838.842000', '113838.844000', '113838.847000', '113838.850000', '113838.852000', '113838.855000', '113838.857000', '113838.860000', '113838.862000', '113838.865000', '113838.868000', '113838.871000', '113838.874000', '113838.877000', '113838.879000', '113838.882000', '113838.885000', '113838.887000', '113838.890000', '113838.892000', '113838.895000', '113838.897000', '113838.900000', '113838.903000', '113838.905000', '113838.908000', '113838.910000', '113838.913000', '113838.916000', '113838.918000', '113838.921000', '113838.923000', '113838.926000', '113858.815000', '113858.818000', '113858.821000', '113858.824000', '113858.826000', '113858.829000', '113858.831000', '113858.834000', '113858.836000', '113858.839000', '113858.842000', '113858.844000', '113858.847000', '113858.849000', '113858.852000', '113858.855000', '113858.857000', '113858.860000', '113858.862000', '113858.865000', '113858.868000', '113858.870000', '113858.873000', '113858.875000', '113858.878000', '113858.881000', '113858.883000', '113858.886000', '113858.888000', '113858.891000', '113858.893000', '113858.896000', '113858.899000', '113858.901000', '113858.920000', '113858.922000', '113858.925000', '113858.927000', '113858.930000', '113858.932000', '113858.935000', '113858.938000', '113858.940000', '113858.943000', '113918.816000', '113918.818000', '113918.821000', '113918.824000', '113918.826000', '113918.829000', '113918.832000', '113918.834000', '113918.837000', '113918.839000', '113918.842000', '113918.844000', '113918.847000', '113918.849000', '113918.852000', '113918.855000', '113918.857000', '113918.860000', '113918.862000', '113918.865000', '113918.868000', '113918.870000', '113918.873000', '113918.876000', '113918.878000', '113918.881000', '113918.883000', '113918.886000', '113918.889000', '113918.891000', '113918.894000', '113918.896000', '113918.899000', '113918.901000', '113918.904000', '113918.907000', '113918.909000', '113918.912000', '113918.914000', '113918.917000', '113918.920000', '113918.922000', '113918.926000', '113938.816000', '113938.818000', '113938.821000', '113938.824000', '113938.826000', '113938.829000', '113938.831000', '113938.834000', '113938.836000', '113938.839000', '113938.842000', '113938.844000', '113938.847000', '113938.849000', '113938.852000', '113938.855000', '113938.857000', '113938.860000', '113938.862000', '113938.865000', '113938.867000', '113938.870000', '113938.873000', '113938.875000', '113938.878000', '113938.880000', '113938.883000', '113938.885000', '113938.888000', '113938.890000', '113938.893000', '113938.896000', '113938.899000', '113938.901000', '113938.904000', '113938.906000', '113938.909000', '113938.911000', '113938.914000', '113938.917000', '113938.919000', '113938.922000', '113938.924000', '113938.927000', '113942.789000', '113942.792000', '113942.795000', '113942.797000', '113942.800000', '113942.803000', '113942.805000', '113942.808000', '113942.810000'], '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], 'LargestImagePixelValue': [11133, 10363, 13628, 15825, 21493, 12316, 10448, 10376, 10836, 13631, 14990, 22999, 18360, 14353, 10906, 11225, 10577, 11060, 15996, 11084, 11393, 11118, 10879, 17747, 16078, 19343, 10833, 10173, 10575, 10638, 14707, 12437, 15661, 10914, 11608, 11701, 11748, 10029, 10994, 12077, 11130, 13849, 10683, 9918, 11213, 12924, 17495, 10810, 11092, 10896, 10415, 12963, 15394, 13294, 10521, 10747, 11500, 13251, 12597, 10956, 10721, 10698, 10188, 11246, 16092, 10819, 9521, 10695, 11505, 15789, 10970, 12135, 10976, 17334, 16389, 11457, 13432, 10972, 20283, 18983, 12976, 10547, 10755, 11611, 10800, 15445, 12028, 10725, 9971, 11276, 11501, 15501, 10608, 9958, 11098, 9720, 11266, 11968, 16170, 10967, 9800, 12955, 15597, 17185, 11407, 11876, 13569, 17950, 17396, 11198, 11643, 12919, 14198, 11929, 10930, 9707, 10435, 12006, 20793, 13714, 10210, 10104, 11092, 13428, 12640, 15187, 9995, 11024, 11915, 11323, 13546, 10184, 11066, 11773, 12551, 17860, 10433, 10569, 11783, 11688, 15920, 10482, 11206, 12740, 11881, 14211, 10814, 11059, 11356, 11022, 17665, 11085, 10362, 10298, 10638, 17592, 13828, 11321, 10237, 10907, 12938, 11388, 10580, 10644, 11134, 14046, 11074, 10660, 10159, 11398, 16684, 12988, 11977, 10409, 11204, 19719, 14843, 11726, 9918, 11178, 19258, 14539, 10942, 10845, 11274, 10917, 14289, 11079, 10319, 11093, 10956, 15683, 11137, 9358, 11548, 10800, 9152, 10830, 11245, 10695, 15858, 13447, 12664, 10657, 11557, 12941, 14340, 19899, 14541, 10702, 14590, 17282, 19103, 11972, 10224, 12488, 15142, 14934, 10864, 10003, 11304, 14764, 15049, 11243, 11064, 10526, 14326, 17658, 11388, 11563, 11261, 10951, 16488, 10626, 10676, 10976, 10244, 16513, 15678, 15693, 11130, 9819, 10629, 17098, 20867, 13763, 11417, 10752, 11115, 16961, 12625, 11326, 10658, 10898, 16239, 11535, 10439, 10691, 11076, 17228, 11013, 9526, 10198, 11269, 17479, 11104, 9838, 10543, 10956, 17492, 12055, 11451, 10801, 10488, 13958, 12421, 15133, 11246, 9806, 10532, 12256, 16605, 11265, 9959, 10673, 12771, 19502, 12663, 10771, 11357, 12392, 21260, 14318, 10631, 9788, 11348, 13636, 12596, 10376, 11695, 11245, 12807, 15334, 10948, 9836, 10786, 10911, 17758, 11145, 10264, 10687, 12875, 20436, 15216, 10950, 10691, 10896, 19499, 14343, 11278, 11600, 11660, 16648, 10138, 11497, 14091, 13622, 15552, 10290, 10773, 11477, 10845, 11781, 10240, 11116, 15891, 13656, 13667, 10294, 10725, 13052, 12728, 18585, 11602, 10775, 11218, 11197, 17207, 11223, 10878, 11292, 11558, 15345, 10825, 10745, 10491, 11425, 12967, 10750, 10815, 12029, 11564, 16319, 12767, 10964, 9787, 10574, 10962, 15416, 13660, 13541, 10360, 10907, 14666, 12167, 10609, 10562, 10839, 16189, 13128, 10687, 10249, 10637, 17142, 15557, 11839, 10444, 10910, 13598, 14218, 17718, 12773, 10817, 11621, 11056, 13177, 20656, 12867, 11040, 10533, 10843, 15235, 11590, 12991, 10707, 10796, 13773, 11117, 11926, 11095, 10821, 13276, 12118, 14482, 10543, 10720, 12362, 13025, 19133, 10492, 9596, 10321, 11350, 19894, 12337, 9348, 10404, 11388, 17490, 12059, 10797, 10592, 10659, 14396, 11213, 12507, 10536, 10412, 13958, 11134, 10441, 10850, 10704, 15502, 11267, 11450, 11121, 11315, 17494, 11155, 9298, 10665, 11502, 16943, 12591, 10247, 10447, 10580, 14400, 13820, 18612, 12450, 10870, 10575, 10863, 15583, 19717, 12099, 11668, 10574, 10866, 16063, 11292, 12679, 10856, 11030, 19228, 12895, 12101, 10315, 11238, 15406, 10944, 9463, 10304, 12171, 16541, 11084, 9495, 10348, 11782, 15810, 11415, 11021, 10517, 12219, 17341, 11183, 11470, 11038, 10873, 13741, 10922, 11264, 11293, 10110, 12807, 11018, 10971, 11469, 9856, 14037, 10929, 10516, 11241, 10145, 16060, 13301, 12276, 10722, 9911, 12200, 16335, 21746, 15147, 10790, 11219, 11390, 12831, 14340, 11477, 11347, 11113, 12034, 14161, 10820, 11424, 11461, 14668, 15514, 11406, 12073, 11129, 13832, 13809, 10666, 9611, 10969, 13303, 18241, 17407, 17491, 11207, 9912, 9985, 10706, 17190, 12103, 9761, 10356, 11044, 13987, 11309, 10437, 10642, 11034, 13175, 13449, 11222, 10661, 11301, 10131, 10670, 12316, 17570, 11391, 9090, 10252, 10889, 21126, 16084, 11628, 10373, 11113, 12529, 13149, 16581, 15184, 11349, 11005, 10917, 14646, 18861, 12269, 10738, 10412, 11506, 15780, 11514, 9229, 10201, 11173, 18336, 16829, 16285, 11438, 11140, 10066, 10702, 12850, 14265, 10849, 10714, 11122, 10787, 12539, 10770, 10641, 11221, 10940, 14674, 10801, 10864, 11285, 13114, 15606, 11476, 10729, 10479, 12869, 20002, 12113, 9846, 10330, 11212, 17413, 12672, 10390, 10532, 11010, 17490, 11062, 10700, 11358, 11204, 13885, 10258, 10467, 11321, 10914, 17489, 15311, 10972, 10785, 10982, 12157, 16424, 14397, 13440, 11235, 10041, 11435, 15492, 16726, 11112, 9850, 10181, 10654, 20393, 12199, 11072, 11401, 11097, 12157, 14547, 10867, 10294, 11081, 10273, 13724, 12608, 17086, 11184, 10885, 10672, 10933, 15821, 13435, 10765, 12868, 10513, 16203, 17917, 11588, 12139, 10127, 11123, 20740, 18388, 18742, 12444, 10851, 11248, 10519, 11554, 13231, 10964, 11842, 10316, 11136, 11930, 10700, 11054, 11855, 11073, 9643, 10067, 10847, 15596, 10408, 9997, 12516, 12163, 17055, 10571, 11152, 14269, 16553, 22436, 17682, 12980, 10436, 10470, 10879, 11554, 10734, 11297, 10391, 11231, 9755, 12024, 11301, 9476, 11680, 11102, 14992, 17304, 11381, 10128, 10176, 11490, 14227, 14452, 18949, 18119, 11882, 9469, 10467, 11252, 13543, 10554, 11039, 11500, 11365, 10060, 10081, 10965, 11442, 10696, 11735, 11293, 11379, 10674, 10222, 12668, 19510, 11947, 10216, 10263, 11321, 16396, 11809, 10566, 10051, 11119, 14239, 11664, 11743, 10208, 11022, 13787, 11142, 11064, 10825, 11004, 11521, 12724, 16919, 21837, 17506, 11335, 10348, 10518, 10929, 10754, 10647, 10702, 9614, 10377, 10969, 11089, 10813, 10476, 12801, 11032, 10215, 15217, 12213, 17336, 15969, 13839, 19137, 15076, 16210, 12797, 11394, 16141, 16527, 22467, 15562, 10718, 9865, 10537, 12674, 12375, 11584, 9655, 10816, 10884, 10618, 10904, 10128, 10986, 10255, 10643, 11285, 10908, 11177, 10301, 11120, 10516, 14556, 13479, 10448, 11582, 10636, 10029, 10749, 10543, 10045, 13424, 11590, 10958, 13153, 11519, 15504, 14250, 11347, 16729, 13666, 11605, 14961, 11073, 16656, 17399, 11374, 10743, 11599, 10097, 12020, 12571, 20327, 10802, 10168, 10440, 10886, 11245, 12664, 10471, 10329, 11102, 9774, 11217, 10189, 11433, 11271, 12518, 14876, 10576, 12217, 11451, 17289, 15628, 11624, 14613, 11686, 19745, 15254, 10558, 10212, 11533, 17953, 13172, 10250, 10611, 11213, 18488, 16717, 19043, 15169, 10898, 11233, 11070, 10291, 10577, 11032, 15265, 11599, 9958, 11061, 10880, 13847, 10933, 10651, 12837, 11311, 15405, 12747, 10513, 17496, 15260, 21179, 20777, 14899, 12838, 10357, 11306, 11583, 10850, 11657, 10184, 11091, 13328, 11253, 10553, 11438, 11442, 9750, 10590, 10688, 10121, 11045, 13276, 15008, 12167, 11570, 11371, 10257, 10711, 11035, 14361, 11408, 10157, 10700, 10451, 13674, 11385, 12720, 10673, 11324, 16320, 12957, 14330, 10435, 10709, 18586, 14265, 14914, 11595, 10885, 19819, 15437, 11475, 11145, 11847, 9444, 10736, 11244, 17298, 10553, 10625, 10673, 11092, 11094, 14420, 11310, 10091, 11053, 11405, 9786, 11627, 11346, 9794, 10868, 10732, 18022, 13011, 10983, 13318, 12100, 16425, 12084, 11113, 19260, 15889, 14921, 11513, 11203, 15468, 12330, 15623, 11653, 11650, 10758, 11018, 11088, 12326, 10962, 9520, 11551, 11141, 11691, 11313, 10262, 11315, 11517, 10871, 13820, 11270, 12158, 10917, 11014, 12515, 17392, 18081, 17276, 12563, 9934, 11135, 11780, 10715, 13477, 11073, 11045, 18091, 17561, 13204, 12812, 10809, 11459, 13460, 13247, 18115, 14320, 10760, 15261, 11424, 10809, 10538, 11748, 10624, 11204, 10770, 9453, 11616, 10517, 11275, 11759, 11269, 11657, 10501, 10969, 11402, 16051, 11324, 9966, 10743, 11544, 16264, 11199, 10120, 12950, 12281, 19283, 12302, 11754, 12767, 12381, 17652, 11310, 9825, 10849, 11837, 18841, 11411, 9217, 10641, 11516, 17008, 11475, 9964, 9493, 11743, 10107, 12966, 10391, 11134, 11281, 10881, 15563, 11444, 10676, 11061, 10845, 17185, 13936, 12184, 10949, 10606, 13059, 11440, 10657, 11333, 11752, 14070, 13780, 18807, 21116, 15128, 10164, 10680, 11094, 11236, 11098, 12560, 14349], 'WindowCenter': [5163.0, 5138.0, 5164.0, 5156.0, 5192.0, 5091.0, 5058.0, 5047.0, 5065.0, 5104.0, 5113.0, 5159.0, 5134.0, 5091.0, 5039.0, 5038.0, 5027.0, 5048.0, 5099.0, 5063.0, 5054.0, 5076.0, 5065.0, 5131.0, 5107.0, 5133.0, 5047.0, 5028.0, 5037.0, 5051.0, 5101.0, 5074.0, 5101.0, 5053.0, 5066.0, 5074.0, 5052.0, 5015.0, 5036.0, 5046.0, 5038.0, 5058.0, 5038.0, 5044.0, 5064.0, 5082.0, 5127.0, 5051.0, 5037.0, 5054.0, 5051.0, 5081.0, 5111.0, 5081.0, 5041.0, 5039.0, 5063.0, 5080.0, 5082.0, 5049.0, 5051.0, 5041.0, 5053.0, 5062.0, 5122.0, 5052.0, 5026.0, 5048.0, 5074.0, 5111.0, 5052.0, 5072.0, 5066.0, 5121.0, 5123.0, 5052.0, 5076.0, 5064.0, 5140.0, 5142.0, 5080.0, 5033.0, 5047.0, 5059.0, 5051.0, 5114.0, 5072.0, 5034.0, 5031.0, 5063.0, 5069.0, 5112.0, 5067.0, 5042.0, 5043.0, 5046.0, 5059.0, 5081.0, 5124.0, 5056.0, 5056.0, 5095.0, 5125.0, 5120.0, 5048.0, 5075.0, 5093.0, 5129.0, 5107.0, 5052.0, 5061.0, 5082.0, 5089.0, 5046.0, 5021.0, 5026.0, 5050.0, 5068.0, 5138.0, 5091.0, 5028.0, 5024.0, 5063.0, 5078.0, 5082.0, 5102.0, 5020.0, 5052.0, 5060.0, 5057.0, 5068.0, 5028.0, 5051.0, 5058.0, 5083.0, 5120.0, 5039.0, 5041.0, 5061.0, 5073.0, 5095.0, 5026.0, 5051.0, 5067.0, 5072.0, 5077.0, 5036.0, 5062.0, 5060.0, 5063.0, 5126.0, 5059.0, 5026.0, 5049.0, 5050.0, 5117.0, 5093.0, 5063.0, 5030.0, 5062.0, 5068.0, 5059.0, 5053.0, 5041.0, 5064.0, 5082.0, 5076.0, 5054.0, 5040.0, 5076.0, 5120.0, 5096.0, 5061.0, 5041.0, 5072.0, 5137.0, 5104.0, 5059.0, 5043.0, 5063.0, 5139.0, 5103.0, 5050.0, 5038.0, 5061.0, 5050.0, 5100.0, 5052.0, 5040.0, 5065.0, 5064.0, 5121.0, 5077.0, 5022.0, 5042.0, 5053.0, 5032.0, 5051.0, 5078.0, 5078.0, 5124.0, 5108.0, 5077.0, 5039.0, 5062.0, 5081.0, 5105.0, 5140.0, 5091.0, 5053.0, 5100.0, 5132.0, 5127.0, 5041.0, 5043.0, 5070.0, 5099.0, 5085.0, 5035.0, 5031.0, 5050.0, 5101.0, 5088.0, 5038.0, 5048.0, 5039.0, 5090.0, 5120.0, 5047.0, 5040.0, 5062.0, 5051.0, 5123.0, 5044.0, 5028.0, 5056.0, 5053.0, 5117.0, 5113.0, 5093.0, 5038.0, 5031.0, 5051.0, 5118.0, 5148.0, 5082.0, 5045.0, 5051.0, 5048.0, 5116.0, 5066.0, 5038.0, 5042.0, 5049.0, 5111.0, 5050.0, 5039.0, 5045.0, 5062.0, 5122.0, 5051.0, 5012.0, 5049.0, 5060.0, 5131.0, 5049.0, 5013.0, 5053.0, 5062.0, 5130.0, 5071.0, 5046.0, 5047.0, 5040.0, 5088.0, 5083.0, 5088.0, 5038.0, 5031.0, 5047.0, 5079.0, 5109.0, 5043.0, 5031.0, 5052.0, 5082.0, 5140.0, 5069.0, 5040.0, 5059.0, 5081.0, 5151.0, 5089.0, 5040.0, 5031.0, 5061.0, 5100.0, 5072.0, 5037.0, 5073.0, 5065.0, 5094.0, 5106.0, 5050.0, 5045.0, 5063.0, 5065.0, 5128.0, 5064.0, 5048.0, 5067.0, 5098.0, 5153.0, 5099.0, 5041.0, 5054.0, 5053.0, 5142.0, 5089.0, 5053.0, 5061.0, 5074.0, 5109.0, 5022.0, 5062.0, 5090.0, 5092.0, 5098.0, 5028.0, 5052.0, 5050.0, 5065.0, 5050.0, 5024.0, 5062.0, 5110.0, 5094.0, 5078.0, 5016.0, 5051.0, 5078.0, 5069.0, 5132.0, 5049.0, 5040.0, 5051.0, 5047.0, 5115.0, 5051.0, 5038.0, 5050.0, 5060.0, 5103.0, 5040.0, 5035.0, 5052.0, 5072.0, 5083.0, 5040.0, 5063.0, 5071.0, 5062.0, 5109.0, 5080.0, 5046.0, 5024.0, 5051.0, 5065.0, 5110.0, 5107.0, 5093.0, 5030.0, 5064.0, 5100.0, 5068.0, 5033.0, 5027.0, 5059.0, 5110.0, 5077.0, 5026.0, 5028.0, 5047.0, 5119.0, 5107.0, 5043.0, 5027.0, 5057.0, 5092.0, 5091.0, 5131.0, 5064.0, 5039.0, 5048.0, 5059.0, 5081.0, 5153.0, 5073.0, 5035.0, 5036.0, 5050.0, 5111.0, 5058.0, 5068.0, 5040.0, 5052.0, 5088.0, 5049.0, 5041.0, 5047.0, 5053.0, 5076.0, 5074.0, 5088.0, 5029.0, 5054.0, 5080.0, 5089.0, 5129.0, 5040.0, 5020.0, 5041.0, 5061.0, 5140.0, 5061.0, 5003.0, 5040.0, 5061.0, 5121.0, 5072.0, 5038.0, 5033.0, 5041.0, 5088.0, 5057.0, 5054.0, 5040.0, 5053.0, 5088.0, 5049.0, 5027.0, 5053.0, 5051.0, 5112.0, 5050.0, 5046.0, 5062.0, 5063.0, 5130.0, 5063.0, 5019.0, 5050.0, 5073.0, 5118.0, 5086.0, 5043.0, 5034.0, 5055.0, 5098.0, 5091.0, 5140.0, 5072.0, 5053.0, 5041.0, 5063.0, 5111.0, 5143.0, 5059.0, 5049.0, 5053.0, 5051.0, 5107.0, 5051.0, 5057.0, 5053.0, 5051.0, 5130.0, 5059.0, 5047.0, 5042.0, 5049.0, 5099.0, 5038.0, 5030.0, 5041.0, 5072.0, 5106.0, 5039.0, 5027.0, 5039.0, 5061.0, 5100.0, 5048.0, 5039.0, 5050.0, 5069.0, 5120.0, 5054.0, 5047.0, 5051.0, 5048.0, 5089.0, 5064.0, 5052.0, 5051.0, 5053.0, 5079.0, 5062.0, 5051.0, 5057.0, 5044.0, 5097.0, 5048.0, 5037.0, 5066.0, 5055.0, 5123.0, 5093.0, 5061.0, 5041.0, 5044.0, 5082.0, 5121.0, 5165.0, 5099.0, 5039.0, 5049.0, 5076.0, 5078.0, 5105.0, 5065.0, 5046.0, 5065.0, 5072.0, 5103.0, 5045.0, 5049.0, 5074.0, 5100.0, 5112.0, 5048.0, 5057.0, 5064.0, 5090.0, 5094.0, 5033.0, 5019.0, 5052.0, 5088.0, 5119.0, 5121.0, 5108.0, 5035.0, 5018.0, 5030.0, 5039.0, 5122.0, 5062.0, 5012.0, 5042.0, 5060.0, 5089.0, 5062.0, 5027.0, 5040.0, 5049.0, 5081.0, 5094.0, 5049.0, 5039.0, 5050.0, 5053.0, 5052.0, 5082.0, 5121.0, 5048.0, 5022.0, 5053.0, 5052.0, 5145.0, 5122.0, 5050.0, 5028.0, 5062.0, 5072.0, 5083.0, 5122.0, 5089.0, 5035.0, 5050.0, 5050.0, 5089.0, 5132.0, 5057.0, 5026.0, 5051.0, 5060.0, 5099.0, 5049.0, 5009.0, 5041.0, 5063.0, 5117.0, 5108.0, 5094.0, 5043.0, 5035.0, 5028.0, 5040.0, 5067.0, 5103.0, 5041.0, 5027.0, 5051.0, 5050.0, 5079.0, 5040.0, 5039.0, 5062.0, 5050.0, 5102.0, 5049.0, 5051.0, 5061.0, 5092.0, 5100.0, 5046.0, 5040.0, 5051.0, 5082.0, 5142.0, 5055.0, 5012.0, 5043.0, 5052.0, 5123.0, 5068.0, 5028.0, 5041.0, 5052.0, 5113.0, 5051.0, 5039.0, 5050.0, 5050.0, 5093.0, 5043.0, 5040.0, 5061.0, 5054.0, 5115.0, 5112.0, 5041.0, 5024.0, 5051.0, 5056.0, 5110.0, 5087.0, 5066.0, 5049.0, 5029.0, 5048.0, 5093.0, 5093.0, 5036.0, 5017.0, 5039.0, 5039.0, 5136.0, 5060.0, 5049.0, 5047.0, 5061.0, 5070.0, 5103.0, 5053.0, 5029.0, 5050.0, 5042.0, 5086.0, 5085.0, 5121.0, 5052.0, 5053.0, 5052.0, 5050.0, 5111.0, 5095.0, 5053.0, 5071.0, 5050.0, 5114.0, 5121.0, 5047.0, 5046.0, 5042.0, 5050.0, 5127.0, 5106.0, 5116.0, 5055.0, 5036.0, 5036.0, 5039.0, 5060.0, 5068.0, 5054.0, 5045.0, 5028.0, 5059.0, 5056.0, 5049.0, 5051.0, 5046.0, 5037.0, 5031.0, 5032.0, 5066.0, 5113.0, 5042.0, 5044.0, 5067.0, 5070.0, 5108.0, 5036.0, 5051.0, 5089.0, 5096.0, 5123.0, 5109.0, 5068.0, 5028.0, 5027.0, 5051.0, 5048.0, 5054.0, 5066.0, 5030.0, 5051.0, 5032.0, 5072.0, 5051.0, 5033.0, 5074.0, 5061.0, 5102.0, 5122.0, 5051.0, 5028.0, 5013.0, 5051.0, 5092.0, 5092.0, 5131.0, 5118.0, 5046.0, 5019.0, 5040.0, 5051.0, 5070.0, 5027.0, 5042.0, 5059.0, 5066.0, 5033.0, 5029.0, 5053.0, 5063.0, 5052.0, 5074.0, 5039.0, 5043.0, 5039.0, 5043.0, 5071.0, 5132.0, 5064.0, 5018.0, 5034.0, 5052.0, 5109.0, 5053.0, 5027.0, 5018.0, 5052.0, 5076.0, 5065.0, 5051.0, 5028.0, 5052.0, 5079.0, 5064.0, 5050.0, 5038.0, 5054.0, 5061.0, 5068.0, 5095.0, 5129.0, 5105.0, 5035.0, 5012.0, 5029.0, 5041.0, 5041.0, 5030.0, 5043.0, 5035.0, 5044.0, 5053.0, 5064.0, 5066.0, 5048.0, 5062.0, 5042.0, 5032.0, 5101.0, 5076.0, 5121.0, 5100.0, 5085.0, 5125.0, 5090.0, 5082.0, 5047.0, 5051.0, 5092.0, 5108.0, 5136.0, 5085.0, 5015.0, 4996.0, 5027.0, 5057.0, 5060.0, 5038.0, 4993.0, 5039.0, 5038.0, 5026.0, 5040.0, 5011.0, 5025.0, 5015.0, 5040.0, 5062.0, 5053.0, 5049.0, 5055.0, 5077.0, 5066.0, 5100.0, 5077.0, 5040.0, 5060.0, 5053.0, 5046.0, 5067.0, 5060.0, 5047.0, 5096.0, 5066.0, 5058.0, 5096.0, 5086.0, 5112.0, 5093.0, 5052.0, 5121.0, 5094.0, 5064.0, 5104.0, 5061.0, 5122.0, 5125.0, 5050.0, 5028.0, 5050.0, 5042.0, 5065.0, 5059.0, 5139.0, 5042.0, 5030.0, 5023.0, 5062.0, 5063.0, 5084.0, 5054.0, 5043.0, 5064.0, 5045.0, 5077.0, 5056.0, 5052.0, 5067.0, 5085.0, 5116.0, 5055.0, 5064.0, 5076.0, 5123.0, 5097.0, 5052.0, 5102.0, 5076.0, 5143.0, 5103.0, 5035.0, 5043.0, 5064.0, 5133.0, 5073.0, 5029.0, 5042.0, 5064.0, 5131.0, 5111.0, 5129.0, 5085.0, 5051.0, 5040.0, 5052.0, 5027.0, 5041.0, 5066.0, 5115.0, 5069.0, 5044.0, 5065.0, 5065.0, 5090.0, 5053.0, 5044.0, 5080.0, 5066.0, 5113.0, 5088.0, 5058.0, 5137.0, 5113.0, 5139.0, 5141.0, 5102.0, 5060.0, 5020.0, 5039.0, 5051.0, 5055.0, 5050.0, 5030.0, 5064.0, 5081.0, 5055.0, 5030.0, 5036.0, 5052.0, 5019.0, 5043.0, 5031.0, 5043.0, 5065.0, 5092.0, 5102.0, 5073.0, 5062.0, 5061.0, 5043.0, 5041.0, 5065.0, 5104.0, 5091.0, 5048.0, 5055.0, 5068.0, 5093.0, 5079.0, 5071.0, 5027.0, 5066.0, 5110.0, 5086.0, 5081.0, 5041.0, 5055.0, 5130.0, 5093.0, 5090.0, 5045.0, 5054.0, 5129.0, 5104.0, 5051.0, 5038.0, 5049.0, 5031.0, 5052.0, 5050.0, 5121.0, 5043.0, 5032.0, 5028.0, 5050.0, 5050.0, 5102.0, 5066.0, 5042.0, 5048.0, 5074.0, 5044.0, 5077.0, 5067.0, 5043.0, 5069.0, 5065.0, 5132.0, 5084.0, 5054.0, 5096.0, 5073.0, 5105.0, 5056.0, 5065.0, 5131.0, 5112.0, 5090.0, 5039.0, 5051.0, 5098.0, 5060.0, 5100.0, 5039.0, 5048.0, 5038.0, 5038.0, 5050.0, 5057.0, 5055.0, 5021.0, 5061.0, 5063.0, 5064.0, 5065.0, 5055.0, 5058.0, 5064.0, 5065.0, 5084.0, 5078.0, 5076.0, 5057.0, 5057.0, 5082.0, 5116.0, 5145.0, 5124.0, 5081.0, 5034.0, 5051.0, 5050.0, 5024.0, 5071.0, 5067.0, 5078.0, 5127.0, 5128.0, 5069.0, 5040.0, 5028.0, 5037.0, 5081.0, 5073.0, 5121.0, 5080.0, 5046.0, 5098.0, 5057.0, 5029.0, 5016.0, 5061.0, 5039.0, 5051.0, 5040.0, 5020.0, 5059.0, 5052.0, 5062.0, 5063.0, 5050.0, 5046.0, 5040.0, 5048.0, 5052.0, 5114.0, 5054.0, 5031.0, 5054.0, 5063.0, 5112.0, 5055.0, 5037.0, 5082.0, 5074.0, 5131.0, 5060.0, 5064.0, 5068.0, 5074.0, 5118.0, 5033.0, 5043.0, 5052.0, 5062.0, 5129.0, 5037.0, 5018.0, 5051.0, 5062.0, 5121.0, 5064.0, 5029.0, 5017.0, 5073.0, 5053.0, 5092.0, 5036.0, 5051.0, 5065.0, 5059.0, 5120.0, 5064.0, 5039.0, 5059.0, 5066.0, 5122.0, 5095.0, 5062.0, 5040.0, 5056.0, 5081.0, 5079.0, 5045.0, 5052.0, 5078.0, 5105.0, 5104.0, 5129.0, 5153.0, 5101.0, 5030.0, 5041.0, 5051.0, 5046.0, 5060.0, 5087.0, 5094.0], 'WindowWidth': [11233.0, 11187.0, 11194.0, 11162.0, 11205.0, 11052.0, 11001.0, 10981.0, 11004.0, 11054.0, 11066.0, 11136.0, 11095.0, 11028.0, 10954.0, 10949.0, 10934.0, 10965.0, 11040.0, 10994.0, 10974.0, 11017.0, 11002.0, 11089.0, 11052.0, 11085.0, 10964.0, 10936.0, 10949.0, 10974.0, 11044.0, 11010.0, 11042.0, 10980.0, 10996.0, 11011.0, 10968.0, 10914.0, 10945.0, 10958.0, 10950.0, 10973.0, 10952.0, 10972.0, 11001.0, 11020.0, 11081.0, 10974.0, 10946.0, 10983.0, 10978.0, 11016.0, 11059.0, 11014.0, 10957.0, 10952.0, 10994.0, 11014.0, 11021.0, 10972.0, 10971.0, 10958.0, 10981.0, 10992.0, 11075.0, 10976.0, 10940.0, 10975.0, 11010.0, 11057.0, 10975.0, 11004.0, 11004.0, 11073.0, 11077.0, 10975.0, 11005.0, 10999.0, 11105.0, 11107.0, 11011.0, 10943.0, 10965.0, 10986.0, 10976.0, 11070.0, 11005.0, 10945.0, 10944.0, 10996.0, 11003.0, 11062.0, 11005.0, 10962.0, 10957.0, 10978.0, 10989.0, 11025.0, 11080.0, 10985.0, 10990.0, 11041.0, 11084.0, 11068.0, 10965.0, 11011.0, 11034.0, 11084.0, 11048.0, 10975.0, 10988.0, 11018.0, 11026.0, 10957.0, 10921.0, 10939.0, 10973.0, 10996.0, 11096.0, 11029.0, 10937.0, 10926.0, 10993.0, 11009.0, 11020.0, 11043.0, 10926.0, 10977.0, 10986.0, 10986.0, 10993.0, 10935.0, 10973.0, 10981.0, 11021.0, 11068.0, 10953.0, 10959.0, 10986.0, 11009.0, 11028.0, 10929.0, 10976.0, 10994.0, 11006.0, 11005.0, 10946.0, 10991.0, 10990.0, 10995.0, 11079.0, 10984.0, 10933.0, 10973.0, 10972.0, 11063.0, 11038.0, 10992.0, 10942.0, 10992.0, 10994.0, 10984.0, 10981.0, 10959.0, 10997.0, 11012.0, 11017.0, 10981.0, 10956.0, 11018.0, 11071.0, 11047.0, 10988.0, 10959.0, 11010.0, 11096.0, 11052.0, 10980.0, 10969.0, 10996.0, 11100.0, 11052.0, 10970.0, 10948.0, 10990.0, 10972.0, 11047.0, 10975.0, 10954.0, 11001.0, 10999.0, 11075.0, 11018.0, 10933.0, 10951.0, 10980.0, 10948.0, 10972.0, 11021.0, 11027.0, 11083.0, 11064.0, 11006.0, 10954.0, 10991.0, 11017.0, 11055.0, 11098.0, 11027.0, 10979.0, 11040.0, 11091.0, 11073.0, 10950.0, 10966.0, 10997.0, 11040.0, 11010.0, 10940.0, 10945.0, 10971.0, 11046.0, 11018.0, 10947.0, 10963.0, 10956.0, 11027.0, 11069.0, 10961.0, 10944.0, 10993.0, 10977.0, 11077.0, 10965.0, 10935.0, 10985.0, 10981.0, 11066.0, 11063.0, 11023.0, 10947.0, 10946.0, 10976.0, 11063.0, 11111.0, 11015.0, 10955.0, 10973.0, 10968.0, 11064.0, 10993.0, 10950.0, 10962.0, 10967.0, 11058.0, 10969.0, 10952.0, 10966.0, 10990.0, 11075.0, 10971.0, 10909.0, 10974.0, 10986.0, 11089.0, 10971.0, 10915.0, 10979.0, 10992.0, 11085.0, 11003.0, 10956.0, 10965.0, 10960.0, 11021.0, 11020.0, 11020.0, 10949.0, 10948.0, 10966.0, 11017.0, 11051.0, 10955.0, 10945.0, 10978.0, 11017.0, 11098.0, 10994.0, 10955.0, 10985.0, 11017.0, 11117.0, 11021.0, 10954.0, 10944.0, 10990.0, 11046.0, 11004.0, 10953.0, 11009.0, 11000.0, 11042.0, 11049.0, 10972.0, 10971.0, 10997.0, 11000.0, 11083.0, 10995.0, 10973.0, 11005.0, 11049.0, 11126.0, 11038.0, 10957.0, 10985.0, 10979.0, 11106.0, 11025.0, 10976.0, 10990.0, 11011.0, 11050.0, 10923.0, 10990.0, 11027.0, 11032.0, 11034.0, 10935.0, 10973.0, 10969.0, 10999.0, 10969.0, 10929.0, 10992.0, 11056.0, 11038.0, 11004.0, 10915.0, 10976.0, 11007.0, 10995.0, 11088.0, 10970.0, 10956.0, 10975.0, 10967.0, 11062.0, 10971.0, 10948.0, 10973.0, 10985.0, 11048.0, 10957.0, 10942.0, 10979.0, 11005.0, 11022.0, 10957.0, 10994.0, 11005.0, 10993.0, 11055.0, 11014.0, 10965.0, 10932.0, 10975.0, 10999.0, 11058.0, 11063.0, 11035.0, 10942.0, 10998.0, 11041.0, 11002.0, 10941.0, 10933.0, 10989.0, 11056.0, 11011.0, 10934.0, 10936.0, 10972.0, 11070.0, 11056.0, 10954.0, 10930.0, 10986.0, 11036.0, 11031.0, 11085.0, 10986.0, 10951.0, 10965.0, 10984.0, 11013.0, 11123.0, 11004.0, 10943.0, 10951.0, 10972.0, 11058.0, 10985.0, 10989.0, 10953.0, 10979.0, 11024.0, 10972.0, 10948.0, 10963.0, 10980.0, 11006.0, 11011.0, 11020.0, 10936.0, 10981.0, 11015.0, 11029.0, 11081.0, 10954.0, 10928.0, 10960.0, 10987.0, 11100.0, 10985.0, 10902.0, 10958.0, 10988.0, 11071.0, 11002.0, 10949.0, 10943.0, 10959.0, 11020.0, 10983.0, 10970.0, 10956.0, 10979.0, 11026.0, 10972.0, 10933.0, 10980.0, 10974.0, 11062.0, 10972.0, 10960.0, 10993.0, 10994.0, 11088.0, 10992.0, 10927.0, 10974.0, 11010.0, 11068.0, 11031.0, 10961.0, 10945.0, 10985.0, 11039.0, 11030.0, 11100.0, 11002.0, 10978.0, 10958.0, 10994.0, 11058.0, 11107.0, 10983.0, 10963.0, 10977.0, 10975.0, 11053.0, 10972.0, 10974.0, 10980.0, 10974.0, 11088.0, 10980.0, 10959.0, 10963.0, 10970.0, 11039.0, 10949.0, 10944.0, 10961.0, 11005.0, 11048.0, 10950.0, 10937.0, 10957.0, 10988.0, 11041.0, 10962.0, 10953.0, 10973.0, 10998.0, 11070.0, 10979.0, 10959.0, 10974.0, 10971.0, 11024.0, 10996.0, 10973.0, 10972.0, 10982.0, 11013.0, 10993.0, 10972.0, 10982.0, 10970.0, 11041.0, 10972.0, 10949.0, 11001.0, 10987.0, 11079.0, 11036.0, 10984.0, 10956.0, 10972.0, 11021.0, 11074.0, 11146.0, 11039.0, 10952.0, 10964.0, 11017.0, 11011.0, 11057.0, 10999.0, 10964.0, 11001.0, 11007.0, 11052.0, 10963.0, 10964.0, 11010.0, 11042.0, 11061.0, 10965.0, 10974.0, 10997.0, 11026.0, 11038.0, 10943.0, 10925.0, 10980.0, 11026.0, 11068.0, 11071.0, 11049.0, 10944.0, 10920.0, 10944.0, 10956.0, 11074.0, 10990.0, 10910.0, 10962.0, 10986.0, 11026.0, 10990.0, 10933.0, 10955.0, 10973.0, 11015.0, 11038.0, 10969.0, 10951.0, 10969.0, 10980.0, 10979.0, 11023.0, 11071.0, 10967.0, 10934.0, 10979.0, 10979.0, 11110.0, 11076.0, 10966.0, 10934.0, 10989.0, 11005.0, 11019.0, 11073.0, 11019.0, 10942.0, 10971.0, 10971.0, 11022.0, 11087.0, 10973.0, 10926.0, 10975.0, 10983.0, 11036.0, 10964.0, 10909.0, 10958.0, 10993.0, 11065.0, 11048.0, 11025.0, 10952.0, 10939.0, 10936.0, 10956.0, 10988.0, 11046.0, 10955.0, 10932.0, 10973.0, 10969.0, 11012.0, 10953.0, 10951.0, 10990.0, 10974.0, 11044.0, 10966.0, 10971.0, 10988.0, 11033.0, 11039.0, 10959.0, 10957.0, 10975.0, 11016.0, 11106.0, 10973.0, 10909.0, 10966.0, 10975.0, 11079.0, 10995.0, 10935.0, 10960.0, 10976.0, 11059.0, 10972.0, 10950.0, 10971.0, 10971.0, 11035.0, 10962.0, 10953.0, 10989.0, 10981.0, 11060.0, 11062.0, 10958.0, 10925.0, 10972.0, 10975.0, 11053.0, 11021.0, 10984.0, 10966.0, 10942.0, 10966.0, 11027.0, 11022.0, 10940.0, 10921.0, 10955.0, 10954.0, 11090.0, 10984.0, 10963.0, 10960.0, 10988.0, 10998.0, 11050.0, 10976.0, 10937.0, 10971.0, 10963.0, 11016.0, 11023.0, 11069.0, 10974.0, 10974.0, 10977.0, 10973.0, 11059.0, 11039.0, 10975.0, 10999.0, 10973.0, 11063.0, 11068.0, 10958.0, 10953.0, 10961.0, 10970.0, 11077.0, 11043.0, 11057.0, 10970.0, 10943.0, 10943.0, 10953.0, 10983.0, 10992.0, 10981.0, 10957.0, 10935.0, 10985.0, 10975.0, 10971.0, 10972.0, 10958.0, 10945.0, 10946.0, 10948.0, 11001.0, 11059.0, 10959.0, 10966.0, 10994.0, 11005.0, 11047.0, 10947.0, 10975.0, 11025.0, 11028.0, 11065.0, 11046.0, 10989.0, 10933.0, 10930.0, 10969.0, 10963.0, 10982.0, 10998.0, 10942.0, 10970.0, 10948.0, 11002.0, 10971.0, 10951.0, 11010.0, 10990.0, 11045.0, 11077.0, 10968.0, 10931.0, 10909.0, 10969.0, 11031.0, 11031.0, 11085.0, 11062.0, 10955.0, 10922.0, 10957.0, 10969.0, 10995.0, 10933.0, 10958.0, 10981.0, 10998.0, 10946.0, 10935.0, 10977.0, 10992.0, 10976.0, 11007.0, 10951.0, 10953.0, 10952.0, 10962.0, 10999.0, 11089.0, 10992.0, 10919.0, 10946.0, 10974.0, 11052.0, 10973.0, 10928.0, 10917.0, 10975.0, 10999.0, 10998.0, 10968.0, 10932.0, 10977.0, 11006.0, 10996.0, 10968.0, 10946.0, 10983.0, 10988.0, 10992.0, 11023.0, 11089.0, 11037.0, 10937.0, 10903.0, 10932.0, 10952.0, 10955.0, 10939.0, 10960.0, 10952.0, 10964.0, 10977.0, 10991.0, 11000.0, 10968.0, 10982.0, 10958.0, 10945.0, 11042.0, 11010.0, 11073.0, 11042.0, 11022.0, 11079.0, 11023.0, 11006.0, 10958.0, 10969.0, 11028.0, 11048.0, 11088.0, 11006.0, 10909.0, 10878.0, 10932.0, 10974.0, 10983.0, 10946.0, 10879.0, 10949.0, 10950.0, 10931.0, 10953.0, 10903.0, 10925.0, 10911.0, 10955.0, 10989.0, 10975.0, 10967.0, 10984.0, 11018.0, 11001.0, 11039.0, 11005.0, 10956.0, 10980.0, 10975.0, 10972.0, 11003.0, 10993.0, 10970.0, 11036.0, 10996.0, 10985.0, 11040.0, 11034.0, 11060.0, 11031.0, 10973.0, 11071.0, 11036.0, 10994.0, 11047.0, 10993.0, 11076.0, 11082.0, 10968.0, 10930.0, 10966.0, 10963.0, 10989.0, 10977.0, 11094.0, 10957.0, 10937.0, 10925.0, 10991.0, 10991.0, 11024.0, 10980.0, 10961.0, 10993.0, 10970.0, 11017.0, 10985.0, 10972.0, 11003.0, 11024.0, 11069.0, 10980.0, 10990.0, 11015.0, 11076.0, 11034.0, 10972.0, 11045.0, 11014.0, 11108.0, 11047.0, 10944.0, 10966.0, 10992.0, 11091.0, 11003.0, 10936.0, 10962.0, 10996.0, 11088.0, 11057.0, 11077.0, 11011.0, 10970.0, 10952.0, 10971.0, 10936.0, 10957.0, 11000.0, 11066.0, 11002.0, 10966.0, 10999.0, 10995.0, 11026.0, 10974.0, 10962.0, 11014.0, 10997.0, 11062.0, 11031.0, 10989.0, 11101.0, 11063.0, 11097.0, 11103.0, 11043.0, 10978.0, 10922.0, 10951.0, 10968.0, 10982.0, 10966.0, 10937.0, 10991.0, 11010.0, 10979.0, 10936.0, 10936.0, 10972.0, 10925.0, 10960.0, 10941.0, 10965.0, 10997.0, 11035.0, 11046.0, 11005.0, 10988.0, 10985.0, 10962.0, 10958.0, 10997.0, 11051.0, 11043.0, 10976.0, 10983.0, 11004.0, 11034.0, 11022.0, 10998.0, 10934.0, 11000.0, 11054.0, 11027.0, 11010.0, 10956.0, 10987.0, 11084.0, 11031.0, 11021.0, 10962.0, 10981.0, 11083.0, 11052.0, 10969.0, 10945.0, 10967.0, 10947.0, 10976.0, 10970.0, 11070.0, 10962.0, 10941.0, 10932.0, 10973.0, 10972.0, 11044.0, 11000.0, 10960.0, 10962.0, 11012.0, 10970.0, 11018.0, 11003.0, 10964.0, 11008.0, 10999.0, 11096.0, 11022.0, 10982.0, 11042.0, 11011.0, 11046.0, 10979.0, 10998.0, 11087.0, 11063.0, 11021.0, 10948.0, 10974.0, 11035.0, 10982.0, 11038.0, 10950.0, 10962.0, 10952.0, 10953.0, 10970.0, 10978.0, 10981.0, 10929.0, 10988.0, 10993.0, 10992.0, 10998.0, 10983.0, 10983.0, 10993.0, 10999.0, 11017.0, 11019.0, 11011.0, 10984.0, 10986.0, 11019.0, 11065.0, 11110.0, 11078.0, 11022.0, 10953.0, 10972.0, 10964.0, 10928.0, 10995.0, 10999.0, 11020.0, 11081.0, 11082.0, 10991.0, 10941.0, 10926.0, 10941.0, 11011.0, 11002.0, 11067.0, 11006.0, 10964.0, 11033.0, 10980.0, 10932.0, 10910.0, 10985.0, 10953.0, 10972.0, 10954.0, 10923.0, 10983.0, 10977.0, 10990.0, 10990.0, 10971.0, 10961.0, 10957.0, 10968.0, 10972.0, 11063.0, 10978.0, 10943.0, 10981.0, 10991.0, 11061.0, 10981.0, 10955.0, 11018.0, 11007.0, 11087.0, 10981.0, 10994.0, 10995.0, 11007.0, 11065.0, 10940.0, 10966.0, 10979.0, 10990.0, 11081.0, 10945.0, 10923.0, 10975.0, 10991.0, 11073.0, 10994.0, 10940.0, 10921.0, 11008.0, 10980.0, 11037.0, 10954.0, 10972.0, 11000.0, 10988.0, 11074.0, 10992.0, 10951.0, 10988.0, 11003.0, 11079.0, 11039.0, 10985.0, 10951.0, 10987.0, 11015.0, 11020.0, 10966.0, 10970.0, 11018.0, 11055.0, 11054.0, 11081.0, 11125.0, 11038.0, 10937.0, 10955.0, 10970.0, 10966.0, 10987.0, 11031.0, 11034.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.0006414050303555941</td></tr>
<tr><td colspan=3>aqi</td><td>0.025172315524718127</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.22985677256073</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1872010600694447</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0061511009548627</td></tr>
<tr><td colspan=3>efc</td><td>0.5351</td></tr>
<tr><td colspan=3>fber</td><td>2504.5278</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.26933211628189585</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>756</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>65.5680832610581</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.326046546310888</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.227496401437802</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4762247591440194</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2744184783508428</td></tr>
<tr><td colspan=3>gcor</td><td>0.00936894</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012344451621174812</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.040358930826187134</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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.159884595466827</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.0826</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>90.1944</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>301.8896</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>87.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285881.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>20.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1343.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>525.4443</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7457</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>657.9192</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4216.206</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4332.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90663.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1041.3693</td></tr>
<tr><td colspan=3>tsnr</td><td>35.13002873165533</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>