<?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-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-02/func/sub-0109_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>39d93b655f5ef081e17fb06165234c10</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:19:26.007500</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.999732, 0.0223292, -0.00614155, -0.0214651, 0.992996, 0.116183]</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.0820652</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7777, -7214, 354, -155, 45, 91, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.14</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cea3b437-0ac1-44dd-84fd-4602f8fe2db4||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.6822073459625244, -0.05758918821811676, -0.02347058802843094, 116.10602569580078], [-0.05990773066878319, 2.664135217666626, 0.313254177570343, -110.92465209960938], [-0.016477322205901146, -0.3117106556892395, 2.681663751602173, -49.07248306274414], [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': ['111926.007500', '111926.467500', '111926.927500', '111927.387500', '111927.847500', '111928.307500', '111928.767500', '111929.227500', '111929.687500', '111930.147500', '111930.607500', '111931.067500', '111931.527500', '111931.987500', '111932.447500', '111932.907500', '111933.367500', '111933.827500', '111934.287500', '111934.747500', '111935.207500', '111935.667500', '111936.127500', '111936.587500', '111937.047500', '111937.507500', '111937.967500', '111938.427500', '111938.887500', '111939.347500', '111939.807500', '111940.267500', '111940.727500', '111941.187500', '111941.647500', '111942.107500', '111942.567500', '111943.027500', '111943.487500', '111943.947500', '111944.407500', '111944.867500', '111945.327500', '111945.787500', '111946.247500', '111946.707500', '111947.167500', '111947.627500', '111948.087500', '111948.547500', '111949.007500', '111949.467500', '111949.927500', '111950.387500', '111950.847500', '111951.307500', '111951.767500', '111952.227500', '111952.687500', '111953.147500', '111953.607500', '111954.067500', '111954.527500', '111954.987500', '111955.447500', '111955.907500', '111956.367500', '111956.827500', '111957.287500', '111957.747500', '111958.207500', '111958.667500', '111959.127500', '111959.587500', '112000.047500', '112000.507500', '112000.967500', '112001.427500', '112001.887500', '112002.347500', '112002.807500', '112003.267500', '112003.727500', '112004.187500', '112004.647500', '112005.107500', '112005.567500', '112006.027500', '112006.487500', '112006.947500', '112007.407500', '112007.867500', '112008.327500', '112008.787500', '112009.247500', '112009.707500', '112010.167500', '112010.627500', '112011.087500', '112011.547500', '112012.007500', '112012.467500', '112012.927500', '112013.387500', '112013.847500', '112014.307500', '112014.767500', '112015.227500', '112015.687500', '112016.147500', '112016.607500', '112017.067500', '112017.527500', '112017.987500', '112018.447500', '112018.907500', '112019.367500', '112019.827500', '112020.287500', '112020.747500', '112021.207500', '112021.667500', '112022.127500', '112022.587500', '112023.047500', '112023.507500', '112023.967500', '112024.427500', '112024.887500', '112025.347500', '112025.807500', '112026.267500', '112026.727500', '112027.187500', '112027.647500', '112028.107500', '112028.567500', '112029.027500', '112029.487500', '112029.947500', '112030.407500', '112030.867500', '112031.327500', '112031.787500', '112032.247500', '112032.707500', '112033.167500', '112033.627500', '112034.087500', '112034.547500', '112035.007500', '112035.467500', '112035.927500', '112036.387500', '112036.847500', '112037.307500', '112037.767500', '112038.227500', '112038.687500', '112039.147500', '112039.607500', '112040.067500', '112040.527500', '112040.987500', '112041.447500', '112041.907500', '112042.367500', '112042.827500', '112043.287500', '112043.747500', '112044.207500', '112044.667500', '112045.127500', '112045.587500', '112046.047500', '112046.507500', '112046.967500', '112047.427500', '112047.887500', '112048.347500', '112048.807500', '112049.267500', '112049.727500', '112050.187500', '112050.647500', '112051.107500', '112051.567500', '112052.027500', '112052.487500', '112052.947500', '112053.407500', '112053.867500', '112054.327500', '112054.787500', '112055.247500', '112055.707500', '112056.167500', '112056.627500', '112057.087500', '112057.547500', '112058.007500', '112058.467500', '112058.927500', '112059.387500', '112059.847500', '112100.307500', '112100.767500', '112101.227500', '112101.687500', '112102.147500', '112102.607500', '112103.067500', '112103.527500', '112103.987500', '112104.447500', '112104.907500', '112105.367500', '112105.827500', '112106.287500', '112106.747500', '112107.207500', '112107.667500', '112108.127500', '112108.587500', '112109.047500', '112109.507500', '112109.967500', '112110.427500', '112110.887500', '112111.347500', '112111.807500', '112112.267500', '112112.727500', '112113.187500', '112113.647500', '112114.107500', '112114.567500', '112115.027500', '112115.487500', '112115.947500', '112116.407500', '112116.867500', '112117.327500', '112117.787500', '112118.247500', '112118.707500', '112119.167500', '112119.627500', '112120.087500', '112120.547500', '112121.007500', '112121.467500', '112121.927500', '112122.387500', '112122.847500', '112123.307500', '112123.767500', '112124.227500', '112124.687500', '112125.147500', '112125.607500', '112126.067500', '112126.527500', '112126.987500', '112127.447500', '112127.907500', '112128.367500', '112128.827500', '112129.287500', '112129.747500', '112130.207500', '112130.667500', '112131.127500', '112131.587500', '112132.047500', '112132.507500', '112132.967500', '112133.427500', '112133.887500', '112134.347500', '112134.807500', '112135.267500', '112135.727500', '112136.187500', '112136.647500', '112137.107500', '112137.567500', '112138.027500', '112138.487500', '112138.947500', '112139.407500', '112139.867500', '112140.327500', '112140.787500', '112141.247500', '112141.707500', '112142.167500', '112142.627500', '112143.087500', '112143.547500', '112144.007500', '112144.467500', '112144.927500', '112145.387500', '112145.847500', '112146.307500', '112146.767500', '112147.227500', '112147.687500', '112148.147500', '112148.607500', '112149.067500', '112149.527500', '112149.987500', '112150.447500', '112150.907500', '112151.367500', '112151.827500', '112152.287500', '112152.747500', '112153.207500', '112153.667500', '112154.127500', '112154.587500', '112155.047500', '112155.507500', '112155.967500', '112156.427500', '112156.887500', '112157.347500', '112157.807500', '112158.267500', '112158.727500', '112159.187500', '112159.647500', '112200.107500', '112200.567500', '112201.027500', '112201.487500', '112201.947500', '112202.407500', '112202.867500', '112203.327500', '112203.787500', '112204.247500', '112204.707500', '112205.167500', '112205.627500', '112206.087500', '112206.547500', '112207.007500', '112207.467500', '112207.927500', '112208.387500', '112208.847500', '112209.307500', '112209.767500', '112210.227500', '112210.687500', '112211.147500', '112211.607500', '112212.067500', '112212.527500', '112212.987500', '112213.447500', '112213.907500', '112214.367500', '112214.827500', '112215.287500', '112215.747500', '112216.207500', '112216.667500', '112217.127500', '112217.587500', '112218.047500', '112218.507500', '112218.967500', '112219.427500', '112219.887500', '112220.347500', '112220.807500', '112221.267500', '112221.727500', '112222.187500', '112222.647500', '112223.107500', '112223.567500', '112224.027500', '112224.487500', '112224.947500', '112225.407500', '112225.867500', '112226.327500', '112226.787500', '112227.247500', '112227.707500', '112228.167500', '112228.627500', '112229.087500', '112229.547500', '112230.007500', '112230.467500', '112230.927500', '112231.387500', '112231.847500', '112232.307500', '112232.767500', '112233.227500', '112233.687500', '112234.147500', '112234.607500', '112235.067500', '112235.527500', '112235.987500', '112236.447500', '112236.907500', '112237.367500', '112237.827500', '112238.287500', '112238.747500', '112239.207500', '112239.667500', '112240.127500', '112240.587500', '112241.047500', '112241.507500', '112241.967500', '112242.427500', '112242.887500', '112243.347500', '112243.807500', '112244.267500', '112244.727500', '112245.187500', '112245.647500', '112246.107500', '112246.567500', '112247.027500', '112247.487500', '112247.947500', '112248.407500', '112248.867500', '112249.327500', '112249.787500', '112250.247500', '112250.707500', '112251.167500', '112251.627500', '112252.087500', '112252.547500', '112253.007500', '112253.467500', '112253.927500', '112254.387500', '112254.847500', '112255.307500', '112255.767500', '112256.227500', '112256.687500', '112257.147500', '112257.607500', '112258.067500', '112258.527500', '112258.987500', '112259.447500', '112259.907500', '112300.367500', '112300.827500', '112301.287500', '112301.747500', '112302.207500', '112302.667500', '112303.127500', '112303.587500', '112304.047500', '112304.507500', '112304.967500', '112305.427500', '112305.887500', '112306.347500', '112306.807500', '112307.267500', '112307.727500', '112308.187500', '112308.647500', '112309.107500', '112309.567500', '112310.027500', '112310.487500', '112310.947500', '112311.407500', '112311.867500', '112312.327500', '112312.787500', '112313.247500', '112313.707500', '112314.167500', '112314.627500', '112315.087500', '112315.547500', '112316.007500', '112316.467500', '112316.927500', '112317.387500', '112317.847500', '112318.307500', '112318.767500', '112319.227500', '112319.687500', '112320.147500', '112320.607500', '112321.067500', '112321.527500', '112321.987500', '112322.447500', '112322.907500', '112323.367500', '112323.827500', '112324.287500', '112324.747500', '112325.207500', '112325.667500', '112326.127500', '112326.587500', '112327.047500', '112327.507500', '112327.967500', '112328.427500', '112328.887500', '112329.347500', '112329.807500', '112330.267500', '112330.727500', '112331.187500', '112331.647500', '112332.107500', '112332.567500', '112333.027500', '112333.487500', '112333.947500', '112334.407500', '112334.867500', '112335.327500', '112335.787500', '112336.247500', '112336.707500', '112337.167500', '112337.627500', '112338.087500', '112338.547500', '112339.007500', '112339.467500', '112339.927500', '112340.387500', '112340.847500', '112341.307500', '112341.767500', '112342.227500', '112342.687500', '112343.147500', '112343.607500', '112344.067500', '112344.527500', '112344.987500', '112345.447500', '112345.907500', '112346.367500', '112346.827500', '112347.287500', '112347.747500', '112348.207500', '112348.667500', '112349.127500', '112349.587500', '112350.047500', '112350.507500', '112350.967500', '112351.427500', '112351.887500', '112352.347500', '112352.807500', '112353.267500', '112353.727500', '112354.187500', '112354.647500', '112355.107500', '112355.567500', '112356.027500', '112356.487500', '112356.947500', '112357.407500', '112357.867500', '112358.327500', '112358.787500', '112359.247500', '112359.707500', '112400.167500', '112400.627500', '112401.087500', '112401.547500', '112402.007500', '112402.467500', '112402.927500', '112403.387500', '112403.847500', '112404.307500', '112404.767500', '112405.227500', '112405.687500', '112406.147500', '112406.607500', '112407.067500', '112407.527500', '112407.987500', '112408.447500', '112408.907500', '112409.367500', '112409.827500', '112410.287500', '112410.747500', '112411.207500', '112411.667500', '112412.127500', '112412.587500', '112413.047500', '112413.507500', '112413.967500', '112414.427500', '112414.887500', '112415.347500', '112415.807500', '112416.267500', '112416.727500', '112417.187500', '112417.647500', '112418.107500', '112418.567500', '112419.027500', '112419.487500', '112419.947500', '112420.407500', '112420.867500', '112421.327500', '112421.787500', '112422.247500', '112422.707500', '112423.167500', '112423.627500', '112424.087500', '112424.547500', '112425.007500', '112425.467500', '112425.927500', '112426.387500', '112426.847500', '112427.307500', '112427.767500', '112428.227500', '112428.687500', '112429.147500', '112429.607500', '112430.067500', '112430.527500', '112430.987500', '112431.447500', '112431.907500', '112432.367500', '112432.827500', '112433.287500', '112433.747500', '112434.207500', '112434.667500', '112435.127500', '112435.587500', '112436.047500', '112436.507500', '112436.967500', '112437.427500', '112437.887500', '112438.347500', '112438.807500', '112439.267500', '112439.727500', '112440.187500', '112440.647500', '112441.107500', '112441.567500', '112442.027500', '112442.487500', '112442.947500', '112443.407500', '112443.867500', '112444.327500', '112444.787500', '112445.247500', '112445.707500', '112446.167500', '112446.627500', '112447.087500', '112447.547500', '112448.007500', '112448.467500', '112448.927500', '112449.387500', '112449.847500', '112450.307500', '112450.767500', '112451.227500', '112451.687500', '112452.147500', '112452.607500', '112453.067500', '112453.527500', '112453.987500', '112454.447500', '112454.907500', '112455.367500', '112455.827500', '112456.287500', '112456.747500', '112457.207500', '112457.667500', '112458.127500', '112458.587500', '112459.047500', '112459.507500', '112459.967500', '112500.427500', '112500.887500', '112501.347500', '112501.807500', '112502.267500', '112502.727500', '112503.187500', '112503.647500', '112504.107500', '112504.567500', '112505.027500', '112505.487500', '112505.947500', '112506.407500', '112506.867500', '112507.327500', '112507.787500', '112508.247500', '112508.707500', '112509.167500', '112509.627500', '112510.087500', '112510.547500', '112511.007500', '112511.467500', '112511.927500', '112512.387500', '112512.847500', '112513.307500', '112513.767500', '112514.227500', '112514.687500', '112515.147500', '112515.607500', '112516.067500', '112516.527500', '112516.987500', '112517.447500', '112517.907500', '112518.367500', '112518.827500', '112519.287500', '112519.747500', '112520.207500', '112520.667500', '112521.127500', '112521.587500', '112522.047500', '112522.507500', '112522.967500', '112523.427500', '112523.887500', '112524.347500', '112524.807500', '112525.267500', '112525.727500', '112526.187500', '112526.647500', '112527.107500', '112527.567500', '112528.027500', '112528.487500', '112528.947500', '112529.407500', '112529.867500', '112530.327500', '112530.787500', '112531.247500', '112531.707500', '112532.167500', '112532.627500', '112533.087500', '112533.547500', '112534.007500', '112534.467500', '112534.927500', '112535.387500', '112535.847500', '112536.307500', '112536.767500', '112537.227500', '112537.687500', '112538.147500', '112538.607500', '112539.067500', '112539.527500', '112539.987500', '112540.447500', '112540.907500', '112541.367500', '112541.827500', '112542.287500', '112542.747500', '112543.207500', '112543.667500', '112544.127500', '112544.587500', '112545.047500', '112545.507500', '112545.967500', '112546.427500', '112546.887500', '112547.347500', '112547.807500', '112548.267500', '112548.727500', '112549.187500', '112549.647500', '112550.107500', '112550.567500', '112551.027500', '112551.487500', '112551.947500', '112552.407500', '112552.867500', '112553.327500', '112553.787500', '112554.247500', '112554.707500', '112555.167500', '112555.627500', '112556.087500', '112556.547500', '112557.007500', '112557.467500', '112557.927500', '112558.387500', '112558.847500', '112559.307500', '112559.767500', '112600.227500', '112600.687500', '112601.147500', '112601.607500', '112602.067500', '112602.527500', '112602.987500', '112603.447500', '112603.907500', '112604.367500', '112604.827500', '112605.287500', '112605.747500', '112606.207500', '112606.667500', '112607.127500', '112607.587500', '112608.047500', '112608.507500', '112608.967500', '112609.427500', '112609.887500', '112610.347500', '112610.807500', '112611.267500', '112611.727500', '112612.187500', '112612.647500', '112613.107500', '112613.567500', '112614.027500', '112614.487500', '112614.947500', '112615.407500', '112615.867500', '112616.327500', '112616.787500', '112617.247500', '112617.707500', '112618.167500', '112618.627500', '112619.087500', '112619.547500', '112620.007500', '112620.467500', '112620.927500', '112621.387500', '112621.847500', '112622.307500', '112622.767500', '112623.227500', '112623.687500', '112624.147500', '112624.607500', '112625.067500', '112625.527500', '112625.987500', '112626.447500', '112626.907500', '112627.367500', '112627.827500', '112628.287500', '112628.747500', '112629.207500', '112629.667500', '112630.127500', '112630.587500', '112631.047500', '112631.507500', '112631.967500', '112632.427500', '112632.887500', '112633.347500', '112633.807500', '112634.267500', '112634.727500', '112635.187500', '112635.647500', '112636.107500', '112636.567500', '112637.027500', '112637.487500', '112637.947500', '112638.407500', '112638.867500', '112639.327500', '112639.787500', '112640.247500', '112640.707500', '112641.167500', '112641.627500', '112642.087500', '112642.547500', '112643.007500', '112643.467500', '112643.927500', '112644.387500', '112644.847500', '112645.307500', '112645.767500', '112646.227500', '112646.687500', '112647.147500', '112647.607500', '112648.067500', '112648.527500', '112648.987500', '112649.447500', '112649.907500', '112650.367500', '112650.827500', '112651.287500', '112651.747500', '112652.207500', '112652.667500', '112653.127500', '112653.587500', '112654.047500', '112654.507500', '112654.967500', '112655.427500', '112655.887500', '112656.347500', '112656.807500', '112657.267500', '112657.727500', '112658.187500', '112658.647500', '112659.107500', '112659.567500', '112700.027500', '112700.487500', '112700.947500', '112701.407500', '112701.867500', '112702.327500', '112702.787500', '112703.247500', '112703.707500', '112704.167500', '112704.627500', '112705.087500', '112705.547500', '112706.007500', '112706.467500', '112706.927500', '112707.387500', '112707.847500', '112708.307500', '112708.767500', '112709.227500', '112709.687500', '112710.147500', '112710.607500', '112711.067500', '112711.527500', '112711.987500', '112712.447500', '112712.907500', '112713.367500', '112713.827500', '112714.287500', '112714.747500', '112715.207500', '112715.667500', '112716.127500', '112716.587500', '112717.047500', '112717.507500', '112717.967500', '112718.427500', '112718.887500', '112719.347500', '112719.807500', '112720.267500', '112720.727500', '112721.187500', '112721.647500', '112722.107500', '112722.567500', '112723.027500', '112723.487500', '112723.947500', '112724.407500', '112724.867500', '112725.327500', '112725.787500', '112726.247500', '112726.707500', '112727.167500', '112727.627500', '112728.087500', '112728.547500', '112729.007500', '112729.467500', '112729.927500', '112730.387500', '112730.847500', '112731.307500', '112731.767500', '112732.227500', '112732.687500', '112733.147500', '112733.607500', '112734.067500', '112734.527500', '112734.987500', '112735.447500', '112735.907500', '112736.367500', '112736.827500', '112737.287500', '112737.747500', '112738.207500', '112738.667500', '112739.127500', '112739.587500', '112740.047500', '112740.507500', '112740.967500', '112741.427500', '112741.887500', '112742.347500', '112742.807500', '112743.267500', '112743.727500', '112744.187500', '112744.647500', '112745.107500', '112745.567500', '112746.027500', '112746.487500', '112746.947500', '112747.407500', '112747.867500', '112748.327500', '112748.787500', '112749.247500', '112749.707500', '112750.167500', '112750.627500', '112751.087500', '112751.547500', '112752.007500', '112752.467500', '112752.927500', '112753.387500', '112753.847500', '112754.307500', '112754.767500', '112755.227500', '112755.687500', '112756.147500', '112756.607500', '112757.067500', '112757.527500', '112757.987500', '112758.447500', '112758.907500', '112759.367500', '112759.827500', '112800.287500', '112800.747500', '112801.207500', '112801.667500', '112802.127500', '112802.587500', '112803.047500', '112803.507500', '112803.967500', '112804.427500', '112804.887500', '112805.347500', '112805.807500', '112806.267500', '112806.727500', '112807.187500', '112807.647500', '112808.107500', '112808.567500', '112809.027500', '112809.487500', '112809.947500', '112810.407500', '112810.867500', '112811.327500', '112811.787500', '112812.247500', '112812.707500', '112813.167500', '112813.627500', '112814.087500', '112814.547500', '112815.007500', '112815.467500', '112815.927500', '112816.387500', '112816.847500', '112817.307500'], 'ContentTime': ['111954.878000', '111954.881000', '111954.884000', '111954.886000', '111954.889000', '111954.892000', '111954.894000', '111954.897000', '111954.899000', '111954.902000', '111954.904000', '111954.907000', '111954.909000', '111954.931000', '111954.933000', '111954.936000', '111954.938000', '111954.947000', '111954.949000', '111954.952000', '111954.954000', '111954.957000', '111954.960000', '111954.962000', '111954.965000', '111954.967000', '111954.970000', '111954.979000', '111954.981000', '111954.984000', '111954.986000', '111954.989000', '111954.991000', '111954.994000', '111954.996000', '111954.999000', '111955.001000', '111955.004000', '111955.006000', '111955.009000', '111955.012000', '111955.014000', '111955.017000', '111955.019000', '111955.022000', '111955.024000', '111955.027000', '111955.029000', '111955.032000', '111955.034000', '111955.037000', '111955.040000', '111955.042000', '111955.045000', '111955.047000', '111955.050000', '111955.052000', '111955.055000', '111955.057000', '111955.060000', '111955.062000', '112014.822000', '112014.825000', '112014.828000', '112014.830000', '112014.833000', '112014.840000', '112014.842000', '112014.845000', '112014.847000', '112014.850000', '112014.852000', '112014.855000', '112014.858000', '112014.861000', '112014.864000', '112014.866000', '112014.869000', '112014.872000', '112014.874000', '112014.877000', '112014.879000', '112014.882000', '112014.884000', '112014.887000', '112014.890000', '112014.892000', '112014.895000', '112014.897000', '112014.900000', '112014.902000', '112014.905000', '112014.907000', '112014.910000', '112014.913000', '112014.915000', '112014.918000', '112014.920000', '112014.923000', '112014.925000', '112014.928000', '112014.930000', '112014.933000', '112014.935000', '112034.822000', '112034.825000', '112034.828000', '112034.830000', '112034.833000', '112034.835000', '112034.838000', '112034.840000', '112034.843000', '112034.846000', '112034.848000', '112034.851000', '112034.853000', '112034.856000', '112034.858000', '112034.861000', '112034.863000', '112034.866000', '112034.869000', '112034.871000', '112034.874000', '112034.876000', '112034.879000', '112034.881000', '112034.884000', '112034.887000', '112034.889000', '112034.892000', '112034.894000', '112034.897000', '112034.899000', '112034.902000', '112034.904000', '112034.907000', '112034.910000', '112034.912000', '112034.915000', '112034.917000', '112034.920000', '112034.922000', '112034.925000', '112034.927000', '112034.930000', '112034.932000', '112054.823000', '112054.825000', '112054.828000', '112054.830000', '112054.833000', '112054.836000', '112054.838000', '112054.841000', '112054.843000', '112054.846000', '112054.848000', '112054.851000', '112054.854000', '112054.856000', '112054.859000', '112054.862000', '112054.864000', '112054.867000', '112054.869000', '112054.872000', '112054.874000', '112054.877000', '112054.879000', '112054.882000', '112054.885000', '112054.887000', '112054.890000', '112054.892000', '112054.895000', '112054.897000', '112054.900000', '112054.902000', '112054.905000', '112054.907000', '112054.910000', '112054.913000', '112054.915000', '112054.918000', '112054.922000', '112054.924000', '112054.927000', '112054.929000', '112054.932000', '112114.822000', '112114.825000', '112114.828000', '112114.830000', '112114.833000', '112114.835000', '112114.838000', '112114.841000', '112114.843000', '112114.846000', '112114.848000', '112114.851000', '112114.853000', '112114.856000', '112114.859000', '112114.861000', '112114.864000', '112114.866000', '112114.869000', '112114.872000', '112114.874000', '112114.877000', '112114.879000', '112114.882000', '112114.885000', '112114.887000', '112114.890000', '112114.892000', '112114.895000', '112114.897000', '112114.900000', '112114.903000', '112114.905000', '112114.908000', '112114.910000', '112114.913000', '112114.915000', '112114.918000', '112114.921000', '112114.923000', '112114.926000', '112114.928000', '112114.931000', '112114.933000', '112134.822000', '112134.825000', '112134.828000', '112134.830000', '112134.833000', '112134.846000', '112134.848000', '112134.851000', '112134.854000', '112134.856000', '112134.859000', '112134.861000', '112134.864000', '112134.866000', '112134.869000', '112134.871000', '112134.874000', '112134.877000', '112134.879000', '112134.882000', '112134.884000', '112134.887000', '112134.890000', '112134.892000', '112134.895000', '112134.898000', '112134.900000', '112134.903000', '112134.905000', '112134.908000', '112134.910000', '112134.913000', '112134.916000', '112134.918000', '112134.921000', '112134.923000', '112134.926000', '112134.928000', '112134.931000', '112134.934000', '112134.936000', '112134.939000', '112134.941000', '112154.822000', '112154.825000', '112154.828000', '112154.830000', '112154.833000', '112154.835000', '112154.838000', '112154.840000', '112154.843000', '112154.846000', '112154.848000', '112154.851000', '112154.853000', '112154.856000', '112154.858000', '112154.861000', '112154.863000', '112154.866000', '112154.869000', '112154.871000', '112154.874000', '112154.876000', '112154.879000', '112154.881000', '112154.884000', '112154.886000', '112154.889000', '112154.892000', '112154.894000', '112154.897000', '112154.899000', '112154.902000', '112154.904000', '112154.907000', '112154.909000', '112154.912000', '112154.915000', '112154.917000', '112154.920000', '112154.922000', '112154.925000', '112154.927000', '112154.930000', '112154.932000', '112214.822000', '112214.825000', '112214.828000', '112214.830000', '112214.833000', '112214.836000', '112214.838000', '112214.841000', '112214.843000', '112214.846000', '112214.848000', '112214.851000', '112214.853000', '112214.856000', '112214.859000', '112214.861000', '112214.864000', '112214.866000', '112214.869000', '112214.871000', '112214.874000', '112214.877000', '112214.879000', '112214.882000', '112214.884000', '112214.887000', '112214.890000', '112214.892000', '112214.895000', '112214.897000', '112214.900000', '112214.903000', '112214.905000', '112214.908000', '112214.910000', '112214.913000', '112214.915000', '112214.918000', '112214.920000', '112214.923000', '112214.926000', '112214.928000', '112214.931000', '112234.824000', '112234.826000', '112234.829000', '112234.831000', '112234.834000', '112234.837000', '112234.839000', '112234.842000', '112234.844000', '112234.847000', '112234.849000', '112234.852000', '112234.854000', '112234.857000', '112234.860000', '112234.862000', '112234.865000', '112234.867000', '112234.870000', '112234.872000', '112234.875000', '112234.878000', '112234.880000', '112234.883000', '112234.885000', '112234.888000', '112234.890000', '112234.893000', '112234.895000', '112234.898000', '112234.901000', '112234.903000', '112234.906000', '112234.908000', '112234.911000', '112234.913000', '112234.916000', '112234.919000', '112234.921000', '112234.924000', '112234.926000', '112234.929000', '112234.931000', '112234.934000', '112254.822000', '112254.825000', '112254.828000', '112254.830000', '112254.833000', '112254.836000', '112254.838000', '112254.841000', '112254.843000', '112254.846000', '112254.848000', '112254.851000', '112254.853000', '112254.856000', '112254.859000', '112254.861000', '112254.864000', '112254.866000', '112254.869000', '112254.871000', '112254.874000', '112254.876000', '112254.879000', '112254.882000', '112254.884000', '112254.887000', '112254.889000', '112254.892000', '112254.894000', '112254.897000', '112254.910000', '112254.913000', '112254.915000', '112254.918000', '112254.921000', '112254.923000', '112254.926000', '112254.928000', '112254.931000', '112254.933000', '112254.936000', '112254.939000', '112254.941000', '112314.822000', '112314.825000', '112314.828000', '112314.830000', '112314.833000', '112314.836000', '112314.838000', '112314.841000', '112314.843000', '112314.846000', '112314.848000', '112314.851000', '112314.854000', '112314.856000', '112314.859000', '112314.861000', '112314.864000', '112314.866000', '112314.869000', '112314.872000', '112314.874000', '112314.877000', '112314.879000', '112314.882000', '112314.884000', '112314.887000', '112314.890000', '112314.892000', '112314.895000', '112314.897000', '112314.900000', '112314.902000', '112314.905000', '112314.908000', '112314.910000', '112314.913000', '112314.915000', '112314.918000', '112314.920000', '112314.923000', '112314.926000', '112314.928000', '112314.931000', '112314.933000', '112334.823000', '112334.825000', '112334.828000', '112334.831000', '112334.833000', '112334.836000', '112334.838000', '112334.841000', '112334.843000', '112334.846000', '112334.848000', '112334.851000', '112334.854000', '112334.856000', '112334.859000', '112334.861000', '112334.864000', '112334.866000', '112334.869000', '112334.871000', '112334.874000', '112334.877000', '112334.879000', '112334.882000', '112334.884000', '112334.887000', '112334.890000', '112334.892000', '112334.895000', '112334.898000', '112334.900000', '112334.903000', '112334.905000', '112334.908000', '112334.910000', '112334.913000', '112334.915000', '112334.918000', '112334.921000', '112334.923000', '112334.926000', '112334.928000', '112334.931000', '112354.822000', '112354.825000', '112354.828000', '112354.830000', '112354.833000', '112354.836000', '112354.838000', '112354.841000', '112354.843000', '112354.846000', '112354.848000', '112354.851000', '112354.853000', '112354.856000', '112354.859000', '112354.861000', '112354.864000', '112354.866000', '112354.869000', '112354.871000', '112354.874000', '112354.877000', '112354.879000', '112354.882000', '112354.884000', '112354.887000', '112354.889000', '112354.892000', '112354.894000', '112354.897000', '112354.900000', '112354.902000', '112354.905000', '112354.907000', '112354.910000', '112354.912000', '112354.915000', '112354.917000', '112354.920000', '112354.923000', '112354.925000', '112354.928000', '112354.930000', '112354.933000', '112414.823000', '112414.826000', '112414.828000', '112414.831000', '112414.833000', '112414.836000', '112414.838000', '112414.841000', '112414.843000', '112414.846000', '112414.849000', '112414.851000', '112414.854000', '112414.856000', '112414.859000', '112414.862000', '112414.864000', '112414.867000', '112414.869000', '112414.872000', '112414.874000', '112414.877000', '112414.880000', '112414.882000', '112414.885000', '112414.887000', '112414.890000', '112414.892000', '112414.895000', '112414.898000', '112414.900000', '112414.903000', '112414.905000', '112414.908000', '112414.910000', '112414.913000', '112414.916000', '112414.918000', '112414.921000', '112414.923000', '112414.926000', '112414.928000', '112414.931000', '112434.822000', '112434.825000', '112434.828000', '112434.830000', '112434.833000', '112434.835000', '112434.838000', '112434.841000', '112434.843000', '112434.846000', '112434.848000', '112434.851000', '112434.863000', '112434.865000', '112434.868000', '112434.870000', '112434.873000', '112434.876000', '112434.878000', '112434.881000', '112434.883000', '112434.886000', '112434.888000', '112434.891000', '112434.893000', '112434.896000', '112434.899000', '112434.902000', '112434.904000', '112434.907000', '112434.909000', '112434.912000', '112434.914000', '112434.917000', '112434.920000', '112434.922000', '112434.925000', '112434.927000', '112434.930000', '112434.932000', '112434.935000', '112434.937000', '112434.940000', '112434.942000', '112454.824000', '112454.826000', '112454.829000', '112454.832000', '112454.834000', '112454.837000', '112454.839000', '112454.842000', '112454.844000', '112454.847000', '112454.850000', '112454.852000', '112454.855000', '112454.857000', '112454.860000', '112454.862000', '112454.865000', '112454.868000', '112454.870000', '112454.873000', '112454.875000', '112454.878000', '112454.880000', '112454.883000', '112454.885000', '112454.888000', '112454.891000', '112454.893000', '112454.896000', '112454.898000', '112454.901000', '112454.911000', '112454.914000', '112454.916000', '112454.919000', '112454.922000', '112454.924000', '112454.927000', '112454.929000', '112454.932000', '112454.934000', '112454.937000', '112454.940000', '112514.823000', '112514.825000', '112514.828000', '112514.831000', '112514.833000', '112514.836000', '112514.838000', '112514.841000', '112514.843000', '112514.846000', '112514.849000', '112514.851000', '112514.854000', '112514.856000', '112514.859000', '112514.861000', '112514.864000', '112514.867000', '112514.869000', '112514.872000', '112514.874000', '112514.877000', '112514.880000', '112514.882000', '112514.885000', '112514.887000', '112514.890000', '112514.892000', '112514.895000', '112514.898000', '112514.900000', '112514.903000', '112514.905000', '112514.908000', '112514.910000', '112514.913000', '112514.915000', '112514.918000', '112514.921000', '112514.923000', '112514.926000', '112514.928000', '112514.931000', '112514.933000', '112534.822000', '112534.825000', '112534.828000', '112534.830000', '112534.833000', '112534.836000', '112534.838000', '112534.841000', '112534.843000', '112534.846000', '112534.848000', '112534.851000', '112534.854000', '112534.856000', '112534.859000', '112534.861000', '112534.864000', '112534.866000', '112534.869000', '112534.871000', '112534.874000', '112534.876000', '112534.879000', '112534.882000', '112534.884000', '112534.887000', '112534.889000', '112534.892000', '112534.894000', '112534.897000', '112534.900000', '112534.902000', '112534.905000', '112534.907000', '112534.910000', '112534.912000', '112534.915000', '112534.918000', '112534.920000', '112534.923000', '112534.925000', '112534.928000', '112534.931000', '112554.823000', '112554.826000', '112554.828000', '112554.831000', '112554.833000', '112554.836000', '112554.839000', '112554.842000', '112554.844000', '112554.847000', '112554.850000', '112554.852000', '112554.855000', '112554.857000', '112554.860000', '112554.862000', '112554.865000', '112554.868000', '112554.870000', '112554.873000', '112554.875000', '112554.878000', '112554.888000', '112554.891000', '112554.894000', '112554.897000', '112554.899000', '112554.902000', '112554.904000', '112554.907000', '112554.910000', '112554.912000', '112554.915000', '112554.917000', '112554.920000', '112554.922000', '112554.925000', '112554.928000', '112554.930000', '112554.933000', '112554.935000', '112554.938000', '112554.941000', '112614.823000', '112614.825000', '112614.828000', '112614.831000', '112614.833000', '112614.836000', '112614.838000', '112614.841000', '112614.843000', '112614.846000', '112614.849000', '112614.851000', '112614.854000', '112614.856000', '112614.859000', '112614.861000', '112614.864000', '112614.867000', '112614.869000', '112614.872000', '112614.874000', '112614.877000', '112614.879000', '112614.882000', '112614.885000', '112614.887000', '112614.890000', '112614.892000', '112614.895000', '112614.897000', '112614.900000', '112614.903000', '112614.905000', '112614.908000', '112614.910000', '112614.913000', '112614.915000', '112614.918000', '112614.926000', '112614.929000', '112614.931000', '112614.934000', '112614.936000', '112614.939000', '112634.822000', '112634.825000', '112634.828000', '112634.830000', '112634.833000', '112634.835000', '112634.838000', '112634.841000', '112634.843000', '112634.846000', '112634.848000', '112634.851000', '112634.853000', '112634.856000', '112634.858000', '112634.861000', '112634.864000', '112634.866000', '112634.869000', '112634.871000', '112634.874000', '112634.876000', '112634.879000', '112634.882000', '112634.884000', '112634.887000', '112634.889000', '112634.892000', '112634.895000', '112634.897000', '112634.900000', '112634.902000', '112634.905000', '112634.907000', '112634.910000', '112634.913000', '112634.915000', '112634.918000', '112634.920000', '112634.923000', '112634.925000', '112634.928000', '112634.931000', '112634.933000', '112654.823000', '112654.826000', '112654.828000', '112654.831000', '112654.833000', '112654.836000', '112654.838000', '112654.841000', '112654.844000', '112654.846000', '112654.849000', '112654.851000', '112654.854000', '112654.856000', '112654.859000', '112654.862000', '112654.864000', '112654.867000', '112654.869000', '112654.872000', '112654.875000', '112654.877000', '112654.880000', '112654.883000', '112654.885000', '112654.888000', '112654.890000', '112654.893000', '112654.896000', '112654.898000', '112654.901000', '112654.903000', '112654.906000', '112654.909000', '112654.911000', '112654.914000', '112654.916000', '112654.919000', '112654.921000', '112654.924000', '112654.926000', '112654.929000', '112654.932000', '112714.824000', '112714.826000', '112714.829000', '112714.832000', '112714.834000', '112714.837000', '112714.839000', '112714.842000', '112714.845000', '112714.847000', '112714.850000', '112714.852000', '112714.855000', '112714.857000', '112714.860000', '112714.862000', '112714.865000', '112714.868000', '112714.870000', '112714.881000', '112714.884000', '112714.887000', '112714.889000', '112714.892000', '112714.895000', '112714.897000', '112714.900000', '112714.902000', '112714.905000', '112714.908000', '112714.910000', '112714.913000', '112714.915000', '112714.918000', '112714.920000', '112714.923000', '112714.926000', '112714.928000', '112714.931000', '112714.934000', '112714.936000', '112714.939000', '112714.941000', '112734.822000', '112734.825000', '112734.828000', '112734.830000', '112734.833000', '112734.835000', '112734.838000', '112734.841000', '112734.843000', '112734.846000', '112734.848000', '112734.851000', '112734.854000', '112734.856000', '112734.859000', '112734.861000', '112734.864000', '112734.866000', '112734.869000', '112734.872000', '112734.874000', '112734.877000', '112734.879000', '112734.882000', '112734.885000', '112734.887000', '112734.890000', '112734.892000', '112734.895000', '112734.897000', '112734.900000', '112734.902000', '112734.905000', '112734.908000', '112734.910000', '112734.913000', '112734.915000', '112734.918000', '112734.921000', '112734.923000', '112734.926000', '112734.928000', '112734.931000', '112734.934000', '112754.822000', '112754.825000', '112754.828000', '112754.830000', '112754.833000', '112754.836000', '112754.838000', '112754.841000', '112754.843000', '112754.846000', '112754.849000', '112754.851000', '112754.854000', '112754.856000', '112754.859000', '112754.861000', '112754.864000', '112754.867000', '112754.869000', '112754.872000', '112754.875000', '112754.877000', '112754.880000', '112754.882000', '112754.885000', '112754.888000', '112754.890000', '112754.893000', '112754.895000', '112754.898000', '112754.901000', '112754.904000', '112754.906000', '112754.909000', '112754.912000', '112754.914000', '112754.917000', '112754.919000', '112754.922000', '112754.925000', '112754.927000', '112754.930000', '112754.932000', '112814.823000', '112814.826000', '112814.828000', '112814.831000', '112814.833000', '112814.836000', '112814.839000', '112814.841000', '112814.844000', '112814.846000', '112814.849000', '112814.851000', '112814.854000', '112814.857000', '112814.859000', '112814.862000', '112814.864000', '112814.867000', '112814.869000', '112814.872000', '112814.875000', '112814.877000', '112814.880000', '112814.882000', '112814.885000', '112814.887000', '112814.890000', '112814.893000', '112814.895000', '112814.898000', '112814.900000', '112814.903000', '112814.906000', '112814.908000', '112814.911000', '112814.913000', '112814.916000', '112814.918000', '112814.921000', '112814.924000', '112814.926000', '112814.929000', '112814.931000', '112814.934000', '112818.293000', '112818.296000', '112818.299000', '112818.301000', '112818.304000', '112818.307000', '112818.309000', '112818.312000'], 'InstanceCreationTime': ['111954.878000', '111954.881000', '111954.884000', '111954.886000', '111954.889000', '111954.892000', '111954.894000', '111954.897000', '111954.899000', '111954.902000', '111954.904000', '111954.907000', '111954.909000', '111954.931000', '111954.933000', '111954.936000', '111954.938000', '111954.947000', '111954.949000', '111954.952000', '111954.954000', '111954.957000', '111954.960000', '111954.962000', '111954.965000', '111954.967000', '111954.970000', '111954.979000', '111954.981000', '111954.984000', '111954.986000', '111954.989000', '111954.991000', '111954.994000', '111954.996000', '111954.999000', '111955.001000', '111955.004000', '111955.006000', '111955.009000', '111955.012000', '111955.014000', '111955.017000', '111955.019000', '111955.022000', '111955.024000', '111955.027000', '111955.029000', '111955.032000', '111955.034000', '111955.037000', '111955.040000', '111955.042000', '111955.045000', '111955.047000', '111955.050000', '111955.052000', '111955.055000', '111955.057000', '111955.060000', '111955.062000', '112014.822000', '112014.825000', '112014.828000', '112014.830000', '112014.833000', '112014.840000', '112014.842000', '112014.845000', '112014.847000', '112014.850000', '112014.852000', '112014.855000', '112014.858000', '112014.861000', '112014.864000', '112014.866000', '112014.869000', '112014.872000', '112014.874000', '112014.877000', '112014.879000', '112014.882000', '112014.884000', '112014.887000', '112014.890000', '112014.892000', '112014.895000', '112014.897000', '112014.900000', '112014.902000', '112014.905000', '112014.907000', '112014.910000', '112014.913000', '112014.915000', '112014.918000', '112014.920000', '112014.923000', '112014.925000', '112014.928000', '112014.930000', '112014.933000', '112014.935000', '112034.822000', '112034.825000', '112034.828000', '112034.830000', '112034.833000', '112034.835000', '112034.838000', '112034.840000', '112034.843000', '112034.846000', '112034.848000', '112034.851000', '112034.853000', '112034.856000', '112034.858000', '112034.861000', '112034.863000', '112034.866000', '112034.869000', '112034.871000', '112034.874000', '112034.876000', '112034.879000', '112034.881000', '112034.884000', '112034.887000', '112034.889000', '112034.892000', '112034.894000', '112034.897000', '112034.899000', '112034.902000', '112034.904000', '112034.907000', '112034.910000', '112034.912000', '112034.915000', '112034.917000', '112034.920000', '112034.922000', '112034.925000', '112034.927000', '112034.930000', '112034.932000', '112054.823000', '112054.825000', '112054.828000', '112054.830000', '112054.833000', '112054.836000', '112054.838000', '112054.841000', '112054.843000', '112054.846000', '112054.848000', '112054.851000', '112054.854000', '112054.856000', '112054.859000', '112054.862000', '112054.864000', '112054.867000', '112054.869000', '112054.872000', '112054.874000', '112054.877000', '112054.879000', '112054.882000', '112054.885000', '112054.887000', '112054.890000', '112054.892000', '112054.895000', '112054.897000', '112054.900000', '112054.902000', '112054.905000', '112054.907000', '112054.910000', '112054.913000', '112054.915000', '112054.918000', '112054.922000', '112054.924000', '112054.927000', '112054.929000', '112054.932000', '112114.822000', '112114.825000', '112114.828000', '112114.830000', '112114.833000', '112114.835000', '112114.838000', '112114.841000', '112114.843000', '112114.846000', '112114.848000', '112114.851000', '112114.853000', '112114.856000', '112114.859000', '112114.861000', '112114.864000', '112114.866000', '112114.869000', '112114.872000', '112114.874000', '112114.877000', '112114.879000', '112114.882000', '112114.885000', '112114.887000', '112114.890000', '112114.892000', '112114.895000', '112114.897000', '112114.900000', '112114.903000', '112114.905000', '112114.908000', '112114.910000', '112114.913000', '112114.915000', '112114.918000', '112114.921000', '112114.923000', '112114.926000', '112114.928000', '112114.931000', '112114.933000', '112134.822000', '112134.825000', '112134.828000', '112134.830000', '112134.833000', '112134.846000', '112134.848000', '112134.851000', '112134.854000', '112134.856000', '112134.859000', '112134.861000', '112134.864000', '112134.866000', '112134.869000', '112134.871000', '112134.874000', '112134.877000', '112134.879000', '112134.882000', '112134.884000', '112134.887000', '112134.890000', '112134.892000', '112134.895000', '112134.898000', '112134.900000', '112134.903000', '112134.905000', '112134.908000', '112134.910000', '112134.913000', '112134.916000', '112134.918000', '112134.921000', '112134.923000', '112134.926000', '112134.928000', '112134.931000', '112134.934000', '112134.936000', '112134.939000', '112134.941000', '112154.822000', '112154.825000', '112154.828000', '112154.830000', '112154.833000', '112154.835000', '112154.838000', '112154.840000', '112154.843000', '112154.846000', '112154.848000', '112154.851000', '112154.853000', '112154.856000', '112154.858000', '112154.861000', '112154.863000', '112154.866000', '112154.869000', '112154.871000', '112154.874000', '112154.876000', '112154.879000', '112154.881000', '112154.884000', '112154.886000', '112154.889000', '112154.892000', '112154.894000', '112154.897000', '112154.899000', '112154.902000', '112154.904000', '112154.907000', '112154.909000', '112154.912000', '112154.915000', '112154.917000', '112154.920000', '112154.922000', '112154.925000', '112154.927000', '112154.930000', '112154.932000', '112214.822000', '112214.825000', '112214.828000', '112214.830000', '112214.833000', '112214.836000', '112214.838000', '112214.841000', '112214.843000', '112214.846000', '112214.848000', '112214.851000', '112214.853000', '112214.856000', '112214.859000', '112214.861000', '112214.864000', '112214.866000', '112214.869000', '112214.871000', '112214.874000', '112214.877000', '112214.879000', '112214.882000', '112214.884000', '112214.887000', '112214.890000', '112214.892000', '112214.895000', '112214.897000', '112214.900000', '112214.903000', '112214.905000', '112214.908000', '112214.910000', '112214.913000', '112214.915000', '112214.918000', '112214.920000', '112214.923000', '112214.926000', '112214.928000', '112214.931000', '112234.824000', '112234.826000', '112234.829000', '112234.831000', '112234.834000', '112234.837000', '112234.839000', '112234.842000', '112234.844000', '112234.847000', '112234.849000', '112234.852000', '112234.854000', '112234.857000', '112234.860000', '112234.862000', '112234.865000', '112234.867000', '112234.870000', '112234.872000', '112234.875000', '112234.878000', '112234.880000', '112234.883000', '112234.885000', '112234.888000', '112234.890000', '112234.893000', '112234.895000', '112234.898000', '112234.901000', '112234.903000', '112234.906000', '112234.908000', '112234.911000', '112234.913000', '112234.916000', '112234.919000', '112234.921000', '112234.924000', '112234.926000', '112234.929000', '112234.931000', '112234.934000', '112254.822000', '112254.825000', '112254.828000', '112254.830000', '112254.833000', '112254.836000', '112254.838000', '112254.841000', '112254.843000', '112254.846000', '112254.848000', '112254.851000', '112254.853000', '112254.856000', '112254.859000', '112254.861000', '112254.864000', '112254.866000', '112254.869000', '112254.871000', '112254.874000', '112254.876000', '112254.879000', '112254.882000', '112254.884000', '112254.887000', '112254.889000', '112254.892000', '112254.894000', '112254.897000', '112254.910000', '112254.913000', '112254.915000', '112254.918000', '112254.921000', '112254.923000', '112254.926000', '112254.928000', '112254.931000', '112254.933000', '112254.936000', '112254.939000', '112254.941000', '112314.822000', '112314.825000', '112314.828000', '112314.830000', '112314.833000', '112314.836000', '112314.838000', '112314.841000', '112314.843000', '112314.846000', '112314.848000', '112314.851000', '112314.854000', '112314.856000', '112314.859000', '112314.861000', '112314.864000', '112314.866000', '112314.869000', '112314.872000', '112314.874000', '112314.877000', '112314.879000', '112314.882000', '112314.884000', '112314.887000', '112314.890000', '112314.892000', '112314.895000', '112314.897000', '112314.900000', '112314.902000', '112314.905000', '112314.908000', '112314.910000', '112314.913000', '112314.915000', '112314.918000', '112314.920000', '112314.923000', '112314.926000', '112314.928000', '112314.931000', '112314.933000', '112334.823000', '112334.825000', '112334.828000', '112334.831000', '112334.833000', '112334.836000', '112334.838000', '112334.841000', '112334.843000', '112334.846000', '112334.848000', '112334.851000', '112334.854000', '112334.856000', '112334.859000', '112334.861000', '112334.864000', '112334.866000', '112334.869000', '112334.871000', '112334.874000', '112334.877000', '112334.879000', '112334.882000', '112334.884000', '112334.887000', '112334.890000', '112334.892000', '112334.895000', '112334.898000', '112334.900000', '112334.903000', '112334.905000', '112334.908000', '112334.910000', '112334.913000', '112334.915000', '112334.918000', '112334.921000', '112334.923000', '112334.926000', '112334.928000', '112334.931000', '112354.822000', '112354.825000', '112354.828000', '112354.830000', '112354.833000', '112354.836000', '112354.838000', '112354.841000', '112354.843000', '112354.846000', '112354.848000', '112354.851000', '112354.853000', '112354.856000', '112354.859000', '112354.861000', '112354.864000', '112354.866000', '112354.869000', '112354.871000', '112354.874000', '112354.877000', '112354.879000', '112354.882000', '112354.884000', '112354.887000', '112354.889000', '112354.892000', '112354.894000', '112354.897000', '112354.900000', '112354.902000', '112354.905000', '112354.907000', '112354.910000', '112354.912000', '112354.915000', '112354.917000', '112354.920000', '112354.923000', '112354.925000', '112354.928000', '112354.930000', '112354.933000', '112414.823000', '112414.826000', '112414.828000', '112414.831000', '112414.833000', '112414.836000', '112414.838000', '112414.841000', '112414.843000', '112414.846000', '112414.849000', '112414.851000', '112414.854000', '112414.856000', '112414.859000', '112414.862000', '112414.864000', '112414.867000', '112414.869000', '112414.872000', '112414.874000', '112414.877000', '112414.880000', '112414.882000', '112414.885000', '112414.887000', '112414.890000', '112414.892000', '112414.895000', '112414.898000', '112414.900000', '112414.903000', '112414.905000', '112414.908000', '112414.910000', '112414.913000', '112414.916000', '112414.918000', '112414.921000', '112414.923000', '112414.926000', '112414.928000', '112414.931000', '112434.822000', '112434.825000', '112434.828000', '112434.830000', '112434.833000', '112434.835000', '112434.838000', '112434.841000', '112434.843000', '112434.846000', '112434.848000', '112434.851000', '112434.863000', '112434.865000', '112434.868000', '112434.870000', '112434.873000', '112434.876000', '112434.878000', '112434.881000', '112434.883000', '112434.886000', '112434.888000', '112434.891000', '112434.893000', '112434.896000', '112434.899000', '112434.902000', '112434.904000', '112434.907000', '112434.909000', '112434.912000', '112434.914000', '112434.917000', '112434.920000', '112434.922000', '112434.925000', '112434.927000', '112434.930000', '112434.932000', '112434.935000', '112434.937000', '112434.940000', '112434.942000', '112454.824000', '112454.826000', '112454.829000', '112454.832000', '112454.834000', '112454.837000', '112454.839000', '112454.842000', '112454.844000', '112454.847000', '112454.850000', '112454.852000', '112454.855000', '112454.857000', '112454.860000', '112454.862000', '112454.865000', '112454.868000', '112454.870000', '112454.873000', '112454.875000', '112454.878000', '112454.880000', '112454.883000', '112454.885000', '112454.888000', '112454.891000', '112454.893000', '112454.896000', '112454.898000', '112454.901000', '112454.911000', '112454.914000', '112454.916000', '112454.919000', '112454.922000', '112454.924000', '112454.927000', '112454.929000', '112454.932000', '112454.934000', '112454.937000', '112454.940000', '112514.823000', '112514.825000', '112514.828000', '112514.831000', '112514.833000', '112514.836000', '112514.838000', '112514.841000', '112514.843000', '112514.846000', '112514.849000', '112514.851000', '112514.854000', '112514.856000', '112514.859000', '112514.861000', '112514.864000', '112514.867000', '112514.869000', '112514.872000', '112514.874000', '112514.877000', '112514.880000', '112514.882000', '112514.885000', '112514.887000', '112514.890000', '112514.892000', '112514.895000', '112514.898000', '112514.900000', '112514.903000', '112514.905000', '112514.908000', '112514.910000', '112514.913000', '112514.915000', '112514.918000', '112514.921000', '112514.923000', '112514.926000', '112514.928000', '112514.931000', '112514.933000', '112534.822000', '112534.825000', '112534.828000', '112534.830000', '112534.833000', '112534.836000', '112534.838000', '112534.841000', '112534.843000', '112534.846000', '112534.848000', '112534.851000', '112534.854000', '112534.856000', '112534.859000', '112534.861000', '112534.864000', '112534.866000', '112534.869000', '112534.871000', '112534.874000', '112534.876000', '112534.879000', '112534.882000', '112534.884000', '112534.887000', '112534.889000', '112534.892000', '112534.894000', '112534.897000', '112534.900000', '112534.902000', '112534.905000', '112534.907000', '112534.910000', '112534.912000', '112534.915000', '112534.918000', '112534.920000', '112534.923000', '112534.925000', '112534.928000', '112534.931000', '112554.823000', '112554.826000', '112554.828000', '112554.831000', '112554.833000', '112554.836000', '112554.839000', '112554.842000', '112554.844000', '112554.847000', '112554.850000', '112554.852000', '112554.855000', '112554.857000', '112554.860000', '112554.862000', '112554.865000', '112554.868000', '112554.870000', '112554.873000', '112554.875000', '112554.878000', '112554.888000', '112554.891000', '112554.894000', '112554.897000', '112554.899000', '112554.902000', '112554.904000', '112554.907000', '112554.910000', '112554.912000', '112554.915000', '112554.917000', '112554.920000', '112554.922000', '112554.925000', '112554.928000', '112554.930000', '112554.933000', '112554.935000', '112554.938000', '112554.941000', '112614.823000', '112614.825000', '112614.828000', '112614.831000', '112614.833000', '112614.836000', '112614.838000', '112614.841000', '112614.843000', '112614.846000', '112614.849000', '112614.851000', '112614.854000', '112614.856000', '112614.859000', '112614.861000', '112614.864000', '112614.867000', '112614.869000', '112614.872000', '112614.874000', '112614.877000', '112614.879000', '112614.882000', '112614.885000', '112614.887000', '112614.890000', '112614.892000', '112614.895000', '112614.897000', '112614.900000', '112614.903000', '112614.905000', '112614.908000', '112614.910000', '112614.913000', '112614.915000', '112614.918000', '112614.926000', '112614.929000', '112614.931000', '112614.934000', '112614.936000', '112614.939000', '112634.822000', '112634.825000', '112634.828000', '112634.830000', '112634.833000', '112634.835000', '112634.838000', '112634.841000', '112634.843000', '112634.846000', '112634.848000', '112634.851000', '112634.853000', '112634.856000', '112634.858000', '112634.861000', '112634.864000', '112634.866000', '112634.869000', '112634.871000', '112634.874000', '112634.876000', '112634.879000', '112634.882000', '112634.884000', '112634.887000', '112634.889000', '112634.892000', '112634.895000', '112634.897000', '112634.900000', '112634.902000', '112634.905000', '112634.907000', '112634.910000', '112634.913000', '112634.915000', '112634.918000', '112634.920000', '112634.923000', '112634.925000', '112634.928000', '112634.931000', '112634.933000', '112654.823000', '112654.826000', '112654.828000', '112654.831000', '112654.833000', '112654.836000', '112654.838000', '112654.841000', '112654.844000', '112654.846000', '112654.849000', '112654.851000', '112654.854000', '112654.856000', '112654.859000', '112654.862000', '112654.864000', '112654.867000', '112654.869000', '112654.872000', '112654.875000', '112654.877000', '112654.880000', '112654.883000', '112654.885000', '112654.888000', '112654.890000', '112654.893000', '112654.896000', '112654.898000', '112654.901000', '112654.903000', '112654.906000', '112654.909000', '112654.911000', '112654.914000', '112654.916000', '112654.919000', '112654.921000', '112654.924000', '112654.926000', '112654.929000', '112654.932000', '112714.824000', '112714.826000', '112714.829000', '112714.832000', '112714.834000', '112714.837000', '112714.839000', '112714.842000', '112714.845000', '112714.847000', '112714.850000', '112714.852000', '112714.855000', '112714.857000', '112714.860000', '112714.862000', '112714.865000', '112714.868000', '112714.870000', '112714.881000', '112714.884000', '112714.887000', '112714.889000', '112714.892000', '112714.895000', '112714.897000', '112714.900000', '112714.902000', '112714.905000', '112714.908000', '112714.910000', '112714.913000', '112714.915000', '112714.918000', '112714.920000', '112714.923000', '112714.926000', '112714.928000', '112714.931000', '112714.934000', '112714.936000', '112714.939000', '112714.941000', '112734.822000', '112734.825000', '112734.828000', '112734.830000', '112734.833000', '112734.835000', '112734.838000', '112734.841000', '112734.843000', '112734.846000', '112734.848000', '112734.851000', '112734.854000', '112734.856000', '112734.859000', '112734.861000', '112734.864000', '112734.866000', '112734.869000', '112734.872000', '112734.874000', '112734.877000', '112734.879000', '112734.882000', '112734.885000', '112734.887000', '112734.890000', '112734.892000', '112734.895000', '112734.897000', '112734.900000', '112734.902000', '112734.905000', '112734.908000', '112734.910000', '112734.913000', '112734.915000', '112734.918000', '112734.921000', '112734.923000', '112734.926000', '112734.928000', '112734.931000', '112734.934000', '112754.822000', '112754.825000', '112754.828000', '112754.830000', '112754.833000', '112754.836000', '112754.838000', '112754.841000', '112754.843000', '112754.846000', '112754.849000', '112754.851000', '112754.854000', '112754.856000', '112754.859000', '112754.861000', '112754.864000', '112754.867000', '112754.869000', '112754.872000', '112754.875000', '112754.877000', '112754.880000', '112754.882000', '112754.885000', '112754.888000', '112754.890000', '112754.893000', '112754.895000', '112754.898000', '112754.901000', '112754.904000', '112754.906000', '112754.909000', '112754.912000', '112754.914000', '112754.917000', '112754.919000', '112754.922000', '112754.925000', '112754.927000', '112754.930000', '112754.932000', '112814.823000', '112814.826000', '112814.828000', '112814.831000', '112814.833000', '112814.836000', '112814.839000', '112814.841000', '112814.844000', '112814.846000', '112814.849000', '112814.851000', '112814.854000', '112814.857000', '112814.859000', '112814.862000', '112814.864000', '112814.867000', '112814.869000', '112814.872000', '112814.875000', '112814.877000', '112814.880000', '112814.882000', '112814.885000', '112814.887000', '112814.890000', '112814.893000', '112814.895000', '112814.898000', '112814.900000', '112814.903000', '112814.906000', '112814.908000', '112814.911000', '112814.913000', '112814.916000', '112814.918000', '112814.921000', '112814.924000', '112814.926000', '112814.929000', '112814.931000', '112814.934000', '112818.293000', '112818.296000', '112818.299000', '112818.301000', '112818.304000', '112818.307000', '112818.309000', '112818.312000'], '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': [10847, 14264, 11765, 14228, 10893, 12859, 15488, 11652, 17783, 11147, 16236, 10525, 13052, 10297, 10306, 10082, 10993, 10591, 11498, 10788, 10725, 10546, 8292, 11311, 8429, 11809, 10710, 11528, 8654, 11884, 8887, 11957, 8723, 12705, 9062, 12531, 9238, 12932, 9239, 12794, 9369, 12974, 9384, 13255, 9730, 12754, 9734, 12504, 8942, 12444, 8911, 11875, 8975, 12341, 8455, 11416, 8529, 10403, 9404, 11211, 9059, 11316, 8908, 12037, 9362, 12613, 8973, 12661, 8921, 12929, 9376, 12875, 9798, 13542, 10106, 13474, 9888, 12529, 11963, 12189, 18600, 11425, 15769, 10346, 13680, 9978, 13319, 10229, 13614, 10852, 13970, 9978, 12418, 10235, 11809, 10833, 11729, 9607, 11768, 9516, 12112, 10805, 11526, 9645, 12155, 9454, 12213, 9823, 11822, 9725, 12064, 8980, 12121, 9060, 12444, 9188, 12744, 9472, 12896, 9489, 12713, 13959, 12616, 16856, 11218, 18258, 10312, 13341, 11027, 12683, 11241, 12401, 9838, 12024, 9110, 12132, 9450, 11855, 8869, 12224, 8483, 12053, 9084, 12286, 8887, 12077, 8693, 11278, 8434, 12245, 8710, 12266, 8314, 10672, 10457, 10904, 11570, 10796, 12405, 9872, 14047, 9869, 12118, 10622, 12699, 9567, 11913, 9679, 11602, 10888, 11233, 9669, 12156, 9319, 12114, 9573, 12319, 10551, 13701, 11488, 14690, 10988, 14206, 9309, 12945, 10006, 13293, 9863, 13541, 10969, 12261, 9947, 11139, 12499, 10456, 14146, 10964, 12545, 10352, 12319, 9558, 11961, 9040, 11761, 8842, 12143, 9475, 11459, 8260, 11468, 11041, 10467, 10925, 9919, 13272, 9962, 13015, 11042, 12433, 10921, 12795, 9470, 12054, 9960, 11641, 10906, 11921, 8713, 11066, 12357, 10821, 11218, 10027, 11668, 10085, 13450, 10230, 12227, 9719, 8629, 9575, 8246, 11045, 12583, 11298, 15508, 11389, 14800, 10953, 17892, 11572, 19447, 12032, 15716, 11452, 14084, 11819, 13273, 11415, 12387, 10237, 11997, 9819, 11862, 8969, 11608, 9097, 11780, 10056, 11797, 8310, 11561, 15687, 10986, 17485, 10145, 13643, 10930, 12642, 9803, 12027, 10306, 12203, 9584, 11378, 13648, 9897, 13317, 9784, 11903, 10086, 11687, 9635, 11174, 8735, 11633, 10360, 11079, 8254, 11391, 11038, 10764, 10111, 9701, 12024, 9410, 12265, 10674, 11797, 9626, 11731, 9152, 11700, 9499, 11792, 9344, 12079, 8330, 11573, 11929, 11086, 12141, 11137, 16622, 9874, 13367, 10593, 12609, 9816, 11835, 9840, 11690, 10132, 11331, 10538, 11757, 9699, 11524, 8764, 11341, 9920, 11620, 9050, 11163, 10838, 11144, 15001, 10711, 15265, 10436, 12367, 10944, 11730, 10846, 12118, 9991, 11837, 9616, 11647, 10414, 11870, 8990, 11970, 10453, 12081, 9529, 12994, 10443, 12743, 9845, 12830, 14441, 12556, 13190, 11471, 18066, 10384, 13705, 11095, 12771, 10686, 12270, 9851, 12336, 9829, 12746, 10267, 11773, 15419, 10094, 12687, 10477, 11737, 9803, 11669, 8679, 11526, 10093, 11313, 8636, 11295, 10102, 9793, 12112, 9776, 12289, 9833, 11966, 9949, 11532, 9580, 11452, 9676, 11635, 8413, 11563, 10674, 11395, 9285, 11318, 8236, 10399, 10320, 10192, 11562, 9822, 12835, 10015, 12151, 10519, 11651, 11310, 12737, 10541, 11990, 8876, 12122, 9944, 12608, 11296, 12578, 10319, 12278, 18338, 11306, 16426, 10521, 13314, 10762, 12721, 11167, 12957, 9700, 12303, 10900, 12366, 9437, 11993, 13260, 11300, 12815, 10127, 12328, 10024, 13894, 10371, 14123, 9767, 11866, 10111, 11627, 10638, 11680, 9829, 11826, 9352, 11633, 9592, 11689, 8604, 12012, 10293, 12133, 8919, 12332, 9041, 12324, 8771, 12005, 12884, 11591, 9630, 12306, 8430, 12227, 9066, 12079, 10274, 12052, 9407, 12457, 11033, 12777, 18199, 12070, 20435, 11680, 14886, 12558, 13058, 10009, 12642, 17712, 11089, 20006, 11298, 13054, 9624, 11815, 8650, 11116, 12223, 9519, 13145, 10226, 12161, 9737, 11166, 10387, 10899, 10745, 9733, 12730, 10253, 11814, 9766, 11587, 8821, 11341, 9166, 11221, 9321, 10684, 11003, 9461, 13166, 10420, 11819, 10502, 11412, 9730, 11508, 8751, 11451, 10026, 11591, 8704, 10100, 15331, 10111, 14067, 10863, 12707, 10908, 12052, 10015, 11714, 10169, 11583, 9727, 11836, 9409, 11733, 10010, 11744, 9108, 11824, 8985, 12617, 10543, 12525, 10980, 12645, 9197, 11882, 17893, 11028, 18265, 12805, 14017, 12076, 12473, 11652, 12313, 11418, 11945, 11111, 12225, 10460, 12018, 8884, 11816, 9891, 11069, 10405, 11523, 9431, 11188, 9255, 11817, 10159, 12500, 10279, 15749, 11310, 14446, 10480, 19867, 10949, 14745, 13597, 13867, 11457, 12119, 10679, 11685, 9447, 11310, 9141, 10841, 9204, 9986, 11417, 9611, 12499, 10199, 12409, 10293, 11731, 9907, 11530, 10472, 11039, 9005, 11861, 10489, 11901, 13326, 11941, 12327, 10491, 12244, 10060, 14833, 10477, 12949, 9931, 12829, 10609, 12047, 11041, 11226, 10485, 11859, 10731, 11585, 10921, 11425, 10832, 11663, 8971, 11769, 10716, 12605, 12674, 12902, 11917, 11731, 18956, 10789, 20600, 11663, 13397, 12465, 12144, 11402, 11845, 11065, 11690, 9767, 11208, 9831, 11624, 8734, 11490, 10968, 11575, 9187, 11678, 9884, 11076, 9442, 10887, 13179, 10624, 12300, 10088, 12033, 9531, 13931, 10265, 12144, 11056, 12429, 11091, 12231, 11063, 11658, 10593, 11933, 11023, 11298, 20370, 10966, 13002, 11977, 11267, 8450, 11380, 11081, 10589, 11522, 10337, 11979, 9667, 12721, 10629, 11522, 10606, 10866, 9781, 10864, 9550, 10694, 10277, 10787, 10840, 10629, 10724, 9721, 13912, 10637, 11500, 11303, 11775, 10644, 11329, 10697, 11854, 11992, 11021, 11384, 12243, 10653, 11638, 11707, 12202, 15270, 11990, 21132, 13191, 14316, 13349, 11935, 11581, 12072, 11426, 10523, 17650, 11026, 12829, 12379, 12628, 11201, 11536, 11435, 11194, 10121, 10711, 14003, 9416, 12177, 10847, 11771, 9890, 10785, 9571, 10794, 10672, 10569, 10832, 10471, 9981, 9636, 11287, 9752, 12245, 10856, 11495, 11201, 11295, 9955, 10874, 8967, 11707, 11082, 11756, 12328, 11277, 11123, 11096, 13903, 10656, 15009, 9596, 15129, 11472, 12833, 11160, 12524, 10598, 12265, 11405, 11900, 10318, 10565, 12854, 10255, 11823, 11207, 11381, 10874, 10923, 8703, 10862, 11397, 10826, 9255, 10664, 10582, 9504, 13224, 10724, 11406, 11990, 11022, 10716, 11193, 10827, 11064, 9669, 11231, 10814, 10510, 11944, 10825, 12849, 11461, 11673, 11199, 11548, 11060, 11182, 9638, 10811, 9965, 10896, 10830, 11322, 11066, 11244, 10198, 11119, 11214, 12909, 13170, 11897, 20492, 11736, 14928, 14323, 14971, 13270, 12059, 11216, 11647, 10369, 11541, 10260, 11059, 10358, 10203, 11702, 9721, 13905, 10013, 12429, 10262, 12889, 10779, 11314, 11479, 10896, 10954, 11227, 10710, 10957, 10432, 11150, 10375, 11689, 10356, 10718, 12291, 10907, 14354, 10289, 13023, 10470, 13509, 11045, 11584, 12046, 11942, 11362, 12207, 10935, 12087, 10559, 9241, 11031, 17763, 10962, 17912, 10462, 14101, 12366, 13485, 11595, 13111, 10935, 12286, 11848, 10888, 20622, 11060, 15449, 11663, 11596, 11742, 10834, 11150, 10064, 10976, 10871, 10665, 10652, 11091, 10947, 9996, 11111, 10574, 10528, 11617, 10355, 17716, 10599, 20242, 11981, 12655, 12914, 12173, 11475, 12666, 12396, 11648, 12116, 10773, 20863, 11451, 11922, 11836, 11254, 11077, 11070, 8666, 11224, 9944, 11064, 9119, 10079, 12367, 9797, 13988, 10765, 11171, 11065, 10966, 11229, 10798, 10804, 10809, 10716, 10686, 9692, 10771, 20307, 11815, 12858, 11130, 11581, 12242, 11110, 10796, 10263, 17059, 11817, 11633, 12141, 11275, 9067, 10826, 11462, 10746, 10980, 10685, 9461, 9846, 15447, 10726, 11937, 12040, 12710, 11238, 11807, 10606, 11642, 10315, 11816, 12132, 10760, 14749, 10649, 12821, 11771, 12314, 11639, 11409, 8728, 11033, 10572, 10951, 11337, 10816, 11512, 10087, 15119, 10136, 16510, 11121, 12105, 11102, 11479, 9703, 11662, 10684, 11912, 12104, 10801, 11584, 10093, 12302, 9820, 15283, 11245, 11634, 10642, 10830, 9085, 10843, 11847, 10704, 11652, 10350, 14665, 10199, 12885, 11863, 11613, 11067, 11125, 8907, 11109, 11678, 10978, 9649, 10950, 12754, 10426, 12979, 9971, 13926, 11111, 12282, 11921, 11860, 9009, 11466, 10916, 11169, 15210, 10349, 15631, 10601, 12741, 11910, 11341, 11291, 10782, 11155, 11061, 8710, 10923, 11797, 10749, 10194, 10540, 9679, 10160, 8122, 9921, 11446, 10024, 11824, 10332, 15276, 10958, 12056, 12185, 11683, 11266, 11174, 11031, 11571, 11493, 11587], 'WindowCenter': [4783.0, 4795.0, 4749.0, 4740.0, 4697.0, 4715.0, 4719.0, 4691.0, 4717.0, 4677.0, 4729.0, 4681.0, 4699.0, 4679.0, 4666.0, 4679.0, 4679.0, 4690.0, 4702.0, 4693.0, 4681.0, 4691.0, 4651.0, 4692.0, 4651.0, 4702.0, 4692.0, 4702.0, 4659.0, 4703.0, 4663.0, 4703.0, 4675.0, 4715.0, 4673.0, 4713.0, 4673.0, 4714.0, 4673.0, 4712.0, 4684.0, 4713.0, 4673.0, 4713.0, 4672.0, 4714.0, 4684.0, 4711.0, 4671.0, 4713.0, 4674.0, 4703.0, 4675.0, 4714.0, 4661.0, 4704.0, 4663.0, 4692.0, 4683.0, 4704.0, 4675.0, 4703.0, 4673.0, 4714.0, 4685.0, 4727.0, 4685.0, 4726.0, 4674.0, 4714.0, 4675.0, 4716.0, 4695.0, 4725.0, 4682.0, 4713.0, 4681.0, 4701.0, 4690.0, 4703.0, 4742.0, 4692.0, 4720.0, 4681.0, 4710.0, 4670.0, 4710.0, 4682.0, 4708.0, 4691.0, 4709.0, 4669.0, 4688.0, 4682.0, 4703.0, 4691.0, 4690.0, 4671.0, 4690.0, 4685.0, 4712.0, 4694.0, 4692.0, 4683.0, 4699.0, 4682.0, 4713.0, 4692.0, 4702.0, 4683.0, 4712.0, 4672.0, 4703.0, 4674.0, 4714.0, 4684.0, 4714.0, 4681.0, 4711.0, 4670.0, 4714.0, 4723.0, 4702.0, 4731.0, 4690.0, 4728.0, 4678.0, 4709.0, 4689.0, 4698.0, 4689.0, 4689.0, 4666.0, 4687.0, 4660.0, 4701.0, 4669.0, 4689.0, 4660.0, 4690.0, 4651.0, 4690.0, 4671.0, 4702.0, 4661.0, 4698.0, 4659.0, 4691.0, 4664.0, 4703.0, 4662.0, 4703.0, 4652.0, 4692.0, 4695.0, 4704.0, 4702.0, 4694.0, 4702.0, 4682.0, 4721.0, 4694.0, 4703.0, 4694.0, 4711.0, 4682.0, 4699.0, 4684.0, 4704.0, 4694.0, 4694.0, 4686.0, 4701.0, 4686.0, 4713.0, 4683.0, 4713.0, 4694.0, 4727.0, 4717.0, 4724.0, 4692.0, 4713.0, 4659.0, 4699.0, 4670.0, 4711.0, 4671.0, 4712.0, 4678.0, 4690.0, 4668.0, 4677.0, 4686.0, 4679.0, 4711.0, 4680.0, 4699.0, 4681.0, 4686.0, 4669.0, 4689.0, 4672.0, 4701.0, 4662.0, 4699.0, 4668.0, 4690.0, 4660.0, 4702.0, 4690.0, 4693.0, 4690.0, 4682.0, 4725.0, 4696.0, 4712.0, 4702.0, 4701.0, 4692.0, 4712.0, 4671.0, 4702.0, 4682.0, 4701.0, 4693.0, 4700.0, 4662.0, 4704.0, 4713.0, 4693.0, 4692.0, 4681.0, 4692.0, 4694.0, 4724.0, 4694.0, 4702.0, 4685.0, 4674.0, 4683.0, 4665.0, 4705.0, 4725.0, 4716.0, 4733.0, 4707.0, 4724.0, 4692.0, 4741.0, 4705.0, 4742.0, 4703.0, 4720.0, 4688.0, 4698.0, 4690.0, 4700.0, 4688.0, 4686.0, 4668.0, 4688.0, 4668.0, 4687.0, 4663.0, 4691.0, 4660.0, 4700.0, 4670.0, 4690.0, 4649.0, 4692.0, 4720.0, 4679.0, 4729.0, 4668.0, 4698.0, 4677.0, 4699.0, 4669.0, 4688.0, 4669.0, 4689.0, 4657.0, 4687.0, 4708.0, 4668.0, 4695.0, 4670.0, 4685.0, 4668.0, 4690.0, 4672.0, 4688.0, 4650.0, 4688.0, 4667.0, 4678.0, 4652.0, 4692.0, 4678.0, 4681.0, 4668.0, 4670.0, 4698.0, 4671.0, 4702.0, 4693.0, 4701.0, 4672.0, 4691.0, 4660.0, 4700.0, 4673.0, 4690.0, 4661.0, 4701.0, 4651.0, 4691.0, 4702.0, 4692.0, 4699.0, 4689.0, 4718.0, 4670.0, 4709.0, 4681.0, 4700.0, 4683.0, 4690.0, 4682.0, 4700.0, 4694.0, 4693.0, 4691.0, 4701.0, 4681.0, 4703.0, 4674.0, 4705.0, 4684.0, 4703.0, 4673.0, 4702.0, 4696.0, 4706.0, 4722.0, 4694.0, 4723.0, 4694.0, 4701.0, 4704.0, 4703.0, 4695.0, 4700.0, 4681.0, 4702.0, 4686.0, 4704.0, 4694.0, 4703.0, 4674.0, 4701.0, 4693.0, 4715.0, 4674.0, 4713.0, 4682.0, 4702.0, 4671.0, 4714.0, 4707.0, 4700.0, 4698.0, 4691.0, 4727.0, 4682.0, 4709.0, 4690.0, 4700.0, 4680.0, 4688.0, 4668.0, 4699.0, 4671.0, 4698.0, 4667.0, 4688.0, 4707.0, 4669.0, 4699.0, 4680.0, 4687.0, 4672.0, 4687.0, 4648.0, 4690.0, 4680.0, 4691.0, 4650.0, 4691.0, 4669.0, 4681.0, 4700.0, 4680.0, 4701.0, 4684.0, 4691.0, 4673.0, 4691.0, 4673.0, 4691.0, 4672.0, 4692.0, 4663.0, 4693.0, 4694.0, 4704.0, 4671.0, 4703.0, 4663.0, 4691.0, 4694.0, 4705.0, 4704.0, 4696.0, 4714.0, 4693.0, 4716.0, 4709.0, 4713.0, 4716.0, 4715.0, 4695.0, 4701.0, 4687.0, 4712.0, 4684.0, 4714.0, 4693.0, 4702.0, 4679.0, 4715.0, 4730.0, 4692.0, 4719.0, 4680.0, 4699.0, 4692.0, 4712.0, 4691.0, 4699.0, 4670.0, 4689.0, 4678.0, 4699.0, 4669.0, 4692.0, 4699.0, 4679.0, 4697.0, 4669.0, 4689.0, 4683.0, 4711.0, 4681.0, 4708.0, 4670.0, 4690.0, 4684.0, 4702.0, 4682.0, 4701.0, 4682.0, 4699.0, 4673.0, 4703.0, 4682.0, 4703.0, 4661.0, 4702.0, 4682.0, 4714.0, 4673.0, 4711.0, 4663.0, 4703.0, 4661.0, 4704.0, 4712.0, 4693.0, 4672.0, 4702.0, 4665.0, 4712.0, 4687.0, 4714.0, 4697.0, 4716.0, 4685.0, 4714.0, 4694.0, 4712.0, 4743.0, 4703.0, 4740.0, 4692.0, 4710.0, 4699.0, 4699.0, 4670.0, 4699.0, 4717.0, 4678.0, 4727.0, 4676.0, 4686.0, 4657.0, 4685.0, 4648.0, 4678.0, 4687.0, 4659.0, 4685.0, 4666.0, 4687.0, 4669.0, 4679.0, 4667.0, 4678.0, 4677.0, 4669.0, 4701.0, 4682.0, 4688.0, 4672.0, 4687.0, 4661.0, 4692.0, 4673.0, 4688.0, 4661.0, 4682.0, 4680.0, 4674.0, 4711.0, 4692.0, 4701.0, 4692.0, 4701.0, 4680.0, 4704.0, 4675.0, 4715.0, 4693.0, 4705.0, 4663.0, 4709.0, 4733.0, 4683.0, 4720.0, 4691.0, 4711.0, 4694.0, 4702.0, 4685.0, 4702.0, 4693.0, 4705.0, 4697.0, 4716.0, 4684.0, 4715.0, 4684.0, 4713.0, 4671.0, 4712.0, 4674.0, 4715.0, 4694.0, 4713.0, 4694.0, 4713.0, 4674.0, 4705.0, 4743.0, 4694.0, 4742.0, 4712.0, 4711.0, 4701.0, 4700.0, 4691.0, 4702.0, 4702.0, 4701.0, 4693.0, 4699.0, 4681.0, 4699.0, 4675.0, 4700.0, 4682.0, 4690.0, 4681.0, 4704.0, 4672.0, 4694.0, 4685.0, 4704.0, 4697.0, 4728.0, 4711.0, 4743.0, 4707.0, 4725.0, 4693.0, 4738.0, 4693.0, 4723.0, 4701.0, 4699.0, 4690.0, 4687.0, 4670.0, 4690.0, 4671.0, 4680.0, 4658.0, 4682.0, 4662.0, 4671.0, 4692.0, 4684.0, 4702.0, 4681.0, 4702.0, 4683.0, 4702.0, 4684.0, 4706.0, 4693.0, 4693.0, 4674.0, 4702.0, 4679.0, 4701.0, 4714.0, 4693.0, 4701.0, 4683.0, 4700.0, 4684.0, 4723.0, 4692.0, 4700.0, 4684.0, 4702.0, 4693.0, 4713.0, 4705.0, 4704.0, 4708.0, 4715.0, 4707.0, 4715.0, 4706.0, 4702.0, 4693.0, 4702.0, 4673.0, 4704.0, 4695.0, 4711.0, 4700.0, 4701.0, 4691.0, 4689.0, 4738.0, 4681.0, 4738.0, 4691.0, 4710.0, 4701.0, 4689.0, 4691.0, 4688.0, 4678.0, 4691.0, 4680.0, 4690.0, 4671.0, 4688.0, 4650.0, 4688.0, 4680.0, 4691.0, 4659.0, 4691.0, 4671.0, 4689.0, 4669.0, 4690.0, 4708.0, 4679.0, 4699.0, 4681.0, 4699.0, 4672.0, 4721.0, 4695.0, 4701.0, 4690.0, 4700.0, 4691.0, 4690.0, 4679.0, 4691.0, 4680.0, 4688.0, 4677.0, 4680.0, 4726.0, 4678.0, 4698.0, 4687.0, 4677.0, 4639.0, 4677.0, 4676.0, 4678.0, 4690.0, 4679.0, 4687.0, 4671.0, 4696.0, 4680.0, 4689.0, 4693.0, 4690.0, 4669.0, 4680.0, 4669.0, 4680.0, 4670.0, 4680.0, 4681.0, 4682.0, 4692.0, 4672.0, 4713.0, 4695.0, 4701.0, 4705.0, 4702.0, 4695.0, 4702.0, 4705.0, 4715.0, 4715.0, 4706.0, 4715.0, 4713.0, 4695.0, 4704.0, 4714.0, 4704.0, 4721.0, 4703.0, 4750.0, 4711.0, 4710.0, 4713.0, 4690.0, 4689.0, 4700.0, 4678.0, 4678.0, 4728.0, 4682.0, 4698.0, 4688.0, 4688.0, 4678.0, 4675.0, 4677.0, 4680.0, 4666.0, 4670.0, 4696.0, 4658.0, 4677.0, 4678.0, 4689.0, 4667.0, 4677.0, 4660.0, 4677.0, 4677.0, 4682.0, 4681.0, 4680.0, 4671.0, 4671.0, 4689.0, 4682.0, 4700.0, 4692.0, 4691.0, 4691.0, 4690.0, 4683.0, 4692.0, 4660.0, 4691.0, 4691.0, 4690.0, 4699.0, 4691.0, 4692.0, 4701.0, 4709.0, 4680.0, 4721.0, 4671.0, 4710.0, 4690.0, 4699.0, 4680.0, 4701.0, 4681.0, 4689.0, 4676.0, 4689.0, 4668.0, 4669.0, 4699.0, 4679.0, 4689.0, 4681.0, 4688.0, 4679.0, 4678.0, 4651.0, 4679.0, 4690.0, 4690.0, 4660.0, 4680.0, 4680.0, 4673.0, 4707.0, 4692.0, 4701.0, 4704.0, 4681.0, 4692.0, 4691.0, 4692.0, 4690.0, 4684.0, 4693.0, 4692.0, 4691.0, 4701.0, 4692.0, 4715.0, 4704.0, 4704.0, 4703.0, 4704.0, 4693.0, 4700.0, 4687.0, 4691.0, 4682.0, 4692.0, 4695.0, 4702.0, 4702.0, 4705.0, 4708.0, 4705.0, 4703.0, 4715.0, 4713.0, 4703.0, 4742.0, 4703.0, 4721.0, 4709.0, 4708.0, 4697.0, 4686.0, 4677.0, 4680.0, 4669.0, 4680.0, 4666.0, 4677.0, 4667.0, 4667.0, 4678.0, 4671.0, 4709.0, 4669.0, 4700.0, 4681.0, 4698.0, 4690.0, 4692.0, 4704.0, 4682.0, 4692.0, 4691.0, 4681.0, 4682.0, 4693.0, 4691.0, 4680.0, 4691.0, 4682.0, 4681.0, 4701.0, 4692.0, 4710.0, 4681.0, 4709.0, 4682.0, 4710.0, 4692.0, 4704.0, 4703.0, 4699.0, 4703.0, 4701.0, 4705.0, 4710.0, 4695.0, 4684.0, 4720.0, 4754.0, 4706.0, 4743.0, 4692.0, 4723.0, 4699.0, 4711.0, 4694.0, 4698.0, 4680.0, 4691.0, 4679.0, 4679.0, 4739.0, 4679.0, 4707.0, 4691.0, 4677.0, 4690.0, 4691.0, 4692.0, 4670.0, 4693.0, 4693.0, 4692.0, 4691.0, 4703.0, 4695.0, 4696.0, 4704.0, 4694.0, 4695.0, 4704.0, 4696.0, 4743.0, 4696.0, 4741.0, 4702.0, 4710.0, 4716.0, 4703.0, 4692.0, 4700.0, 4689.0, 4689.0, 4689.0, 4682.0, 4741.0, 4691.0, 4688.0, 4689.0, 4678.0, 4678.0, 4678.0, 4661.0, 4692.0, 4670.0, 4682.0, 4662.0, 4672.0, 4698.0, 4672.0, 4719.0, 4690.0, 4689.0, 4692.0, 4682.0, 4691.0, 4691.0, 4693.0, 4707.0, 4695.0, 4692.0, 4673.0, 4694.0, 4740.0, 4701.0, 4714.0, 4694.0, 4692.0, 4701.0, 4692.0, 4682.0, 4693.0, 4743.0, 4701.0, 4693.0, 4702.0, 4692.0, 4660.0, 4706.0, 4704.0, 4693.0, 4694.0, 4694.0, 4683.0, 4685.0, 4734.0, 4695.0, 4702.0, 4704.0, 4701.0, 4693.0, 4691.0, 4684.0, 4693.0, 4681.0, 4691.0, 4689.0, 4679.0, 4721.0, 4683.0, 4700.0, 4692.0, 4690.0, 4689.0, 4689.0, 4651.0, 4691.0, 4681.0, 4682.0, 4677.0, 4680.0, 4689.0, 4681.0, 4720.0, 4681.0, 4719.0, 4689.0, 4688.0, 4690.0, 4690.0, 4670.0, 4690.0, 4681.0, 4689.0, 4685.0, 4679.0, 4691.0, 4681.0, 4700.0, 4682.0, 4718.0, 4692.0, 4691.0, 4694.0, 4691.0, 4665.0, 4694.0, 4689.0, 4692.0, 4703.0, 4685.0, 4721.0, 4681.0, 4699.0, 4692.0, 4689.0, 4693.0, 4691.0, 4660.0, 4690.0, 4688.0, 4682.0, 4685.0, 4692.0, 4701.0, 4683.0, 4712.0, 4672.0, 4710.0, 4691.0, 4702.0, 4691.0, 4691.0, 4663.0, 4692.0, 4680.0, 4692.0, 4720.0, 4680.0, 4719.0, 4682.0, 4699.0, 4690.0, 4692.0, 4690.0, 4680.0, 4692.0, 4691.0, 4662.0, 4692.0, 4704.0, 4705.0, 4694.0, 4693.0, 4684.0, 4694.0, 4656.0, 4697.0, 4717.0, 4696.0, 4713.0, 4695.0, 4732.0, 4707.0, 4717.0, 4716.0, 4716.0, 4704.0, 4704.0, 4694.0, 4707.0, 4706.0, 4705.0], 'WindowWidth': [10468.0, 10466.0, 10388.0, 10359.0, 10290.0, 10307.0, 10305.0, 10266.0, 10297.0, 10242.0, 10319.0, 10254.0, 10273.0, 10248.0, 10226.0, 10246.0, 10244.0, 10265.0, 10283.0, 10270.0, 10251.0, 10269.0, 10212.0, 10269.0, 10211.0, 10286.0, 10273.0, 10282.0, 10224.0, 10287.0, 10232.0, 10285.0, 10251.0, 10305.0, 10246.0, 10300.0, 10247.0, 10302.0, 10245.0, 10298.0, 10263.0, 10299.0, 10245.0, 10300.0, 10243.0, 10300.0, 10263.0, 10296.0, 10242.0, 10299.0, 10246.0, 10285.0, 10251.0, 10304.0, 10228.0, 10289.0, 10231.0, 10270.0, 10260.0, 10291.0, 10252.0, 10286.0, 10248.0, 10305.0, 10268.0, 10328.0, 10270.0, 10321.0, 10251.0, 10303.0, 10250.0, 10310.0, 10281.0, 10318.0, 10258.0, 10299.0, 10254.0, 10281.0, 10264.0, 10286.0, 10341.0, 10268.0, 10305.0, 10254.0, 10288.0, 10237.0, 10293.0, 10257.0, 10286.0, 10268.0, 10287.0, 10234.0, 10256.0, 10257.0, 10285.0, 10266.0, 10262.0, 10239.0, 10263.0, 10265.0, 10300.0, 10276.0, 10268.0, 10260.0, 10277.0, 10258.0, 10300.0, 10274.0, 10282.0, 10260.0, 10298.0, 10245.0, 10285.0, 10250.0, 10306.0, 10265.0, 10304.0, 10255.0, 10296.0, 10239.0, 10304.0, 10314.0, 10283.0, 10320.0, 10264.0, 10314.0, 10245.0, 10287.0, 10263.0, 10271.0, 10261.0, 10259.0, 10226.0, 10254.0, 10222.0, 10280.0, 10236.0, 10260.0, 10224.0, 10262.0, 10211.0, 10264.0, 10241.0, 10284.0, 10226.0, 10273.0, 10221.0, 10266.0, 10235.0, 10287.0, 10230.0, 10286.0, 10216.0, 10269.0, 10279.0, 10291.0, 10283.0, 10275.0, 10282.0, 10256.0, 10310.0, 10278.0, 10285.0, 10276.0, 10292.0, 10258.0, 10277.0, 10265.0, 10289.0, 10277.0, 10273.0, 10268.0, 10282.0, 10269.0, 10299.0, 10262.0, 10301.0, 10278.0, 10327.0, 10313.0, 10315.0, 10270.0, 10297.0, 10221.0, 10273.0, 10235.0, 10292.0, 10241.0, 10294.0, 10244.0, 10263.0, 10230.0, 10242.0, 10252.0, 10247.0, 10293.0, 10249.0, 10272.0, 10252.0, 10254.0, 10233.0, 10260.0, 10245.0, 10280.0, 10227.0, 10276.0, 10233.0, 10264.0, 10226.0, 10286.0, 10265.0, 10272.0, 10265.0, 10256.0, 10324.0, 10284.0, 10298.0, 10287.0, 10281.0, 10271.0, 10295.0, 10241.0, 10284.0, 10258.0, 10281.0, 10271.0, 10279.0, 10228.0, 10290.0, 10300.0, 10273.0, 10270.0, 10255.0, 10268.0, 10278.0, 10318.0, 10277.0, 10283.0, 10266.0, 10250.0, 10261.0, 10237.0, 10295.0, 10324.0, 10311.0, 10329.0, 10297.0, 10315.0, 10270.0, 10338.0, 10292.0, 10339.0, 10285.0, 10304.0, 10257.0, 10269.0, 10263.0, 10276.0, 10258.0, 10250.0, 10230.0, 10254.0, 10230.0, 10253.0, 10231.0, 10267.0, 10223.0, 10278.0, 10236.0, 10262.0, 10206.0, 10270.0, 10308.0, 10247.0, 10315.0, 10231.0, 10271.0, 10241.0, 10273.0, 10236.0, 10255.0, 10232.0, 10258.0, 10213.0, 10255.0, 10286.0, 10230.0, 10264.0, 10234.0, 10249.0, 10230.0, 10262.0, 10243.0, 10258.0, 10208.0, 10258.0, 10228.0, 10246.0, 10215.0, 10270.0, 10245.0, 10253.0, 10231.0, 10236.0, 10272.0, 10240.0, 10285.0, 10273.0, 10279.0, 10242.0, 10264.0, 10222.0, 10278.0, 10244.0, 10264.0, 10225.0, 10279.0, 10210.0, 10265.0, 10284.0, 10269.0, 10275.0, 10262.0, 10299.0, 10237.0, 10290.0, 10254.0, 10277.0, 10259.0, 10263.0, 10255.0, 10279.0, 10276.0, 10271.0, 10271.0, 10280.0, 10255.0, 10285.0, 10253.0, 10291.0, 10261.0, 10288.0, 10245.0, 10284.0, 10281.0, 10296.0, 10311.0, 10275.0, 10312.0, 10273.0, 10281.0, 10291.0, 10286.0, 10279.0, 10278.0, 10255.0, 10283.0, 10269.0, 10287.0, 10276.0, 10286.0, 10247.0, 10279.0, 10275.0, 10305.0, 10247.0, 10300.0, 10254.0, 10282.0, 10238.0, 10301.0, 10285.0, 10277.0, 10271.0, 10264.0, 10310.0, 10255.0, 10289.0, 10264.0, 10275.0, 10248.0, 10257.0, 10229.0, 10274.0, 10237.0, 10270.0, 10227.0, 10255.0, 10279.0, 10231.0, 10273.0, 10248.0, 10253.0, 10238.0, 10255.0, 10203.0, 10264.0, 10251.0, 10265.0, 10209.0, 10266.0, 10233.0, 10252.0, 10279.0, 10253.0, 10279.0, 10260.0, 10266.0, 10242.0, 10264.0, 10245.0, 10263.0, 10240.0, 10267.0, 10232.0, 10271.0, 10276.0, 10290.0, 10241.0, 10286.0, 10232.0, 10270.0, 10279.0, 10295.0, 10290.0, 10282.0, 10304.0, 10275.0, 10309.0, 10304.0, 10304.0, 10311.0, 10306.0, 10279.0, 10281.0, 10272.0, 10299.0, 10261.0, 10303.0, 10271.0, 10284.0, 10253.0, 10305.0, 10321.0, 10269.0, 10302.0, 10250.0, 10273.0, 10269.0, 10297.0, 10267.0, 10274.0, 10237.0, 10258.0, 10244.0, 10274.0, 10236.0, 10267.0, 10272.0, 10247.0, 10268.0, 10234.0, 10260.0, 10258.0, 10292.0, 10253.0, 10285.0, 10238.0, 10263.0, 10263.0, 10282.0, 10256.0, 10278.0, 10256.0, 10275.0, 10247.0, 10285.0, 10257.0, 10284.0, 10227.0, 10283.0, 10255.0, 10304.0, 10247.0, 10294.0, 10230.0, 10283.0, 10226.0, 10289.0, 10298.0, 10271.0, 10242.0, 10284.0, 10237.0, 10298.0, 10275.0, 10305.0, 10286.0, 10308.0, 10267.0, 10303.0, 10275.0, 10300.0, 10343.0, 10286.0, 10334.0, 10268.0, 10291.0, 10273.0, 10272.0, 10236.0, 10276.0, 10294.0, 10244.0, 10309.0, 10237.0, 10249.0, 10215.0, 10253.0, 10201.0, 10242.0, 10251.0, 10216.0, 10248.0, 10226.0, 10254.0, 10232.0, 10244.0, 10227.0, 10245.0, 10240.0, 10233.0, 10280.0, 10255.0, 10257.0, 10240.0, 10255.0, 10224.0, 10271.0, 10247.0, 10261.0, 10225.0, 10254.0, 10249.0, 10245.0, 10296.0, 10271.0, 10280.0, 10271.0, 10280.0, 10253.0, 10286.0, 10255.0, 10307.0, 10274.0, 10294.0, 10234.0, 10308.0, 10330.0, 10260.0, 10307.0, 10266.0, 10294.0, 10275.0, 10284.0, 10264.0, 10285.0, 10274.0, 10293.0, 10284.0, 10308.0, 10262.0, 10306.0, 10262.0, 10302.0, 10244.0, 10298.0, 10249.0, 10304.0, 10275.0, 10301.0, 10275.0, 10301.0, 10250.0, 10293.0, 10340.0, 10275.0, 10341.0, 10297.0, 10294.0, 10280.0, 10278.0, 10267.0, 10283.0, 10285.0, 10279.0, 10272.0, 10275.0, 10252.0, 10275.0, 10252.0, 10280.0, 10256.0, 10263.0, 10253.0, 10287.0, 10245.0, 10272.0, 10266.0, 10290.0, 10286.0, 10332.0, 10311.0, 10344.0, 10298.0, 10317.0, 10272.0, 10328.0, 10271.0, 10312.0, 10279.0, 10272.0, 10261.0, 10255.0, 10233.0, 10264.0, 10238.0, 10248.0, 10217.0, 10253.0, 10225.0, 10238.0, 10268.0, 10262.0, 10282.0, 10255.0, 10282.0, 10258.0, 10281.0, 10264.0, 10291.0, 10272.0, 10270.0, 10247.0, 10281.0, 10249.0, 10284.0, 10300.0, 10270.0, 10280.0, 10258.0, 10276.0, 10259.0, 10315.0, 10271.0, 10277.0, 10260.0, 10282.0, 10272.0, 10301.0, 10293.0, 10289.0, 10303.0, 10307.0, 10300.0, 10307.0, 10295.0, 10284.0, 10274.0, 10282.0, 10246.0, 10289.0, 10277.0, 10295.0, 10277.0, 10279.0, 10263.0, 10262.0, 10328.0, 10252.0, 10328.0, 10263.0, 10290.0, 10278.0, 10259.0, 10263.0, 10257.0, 10243.0, 10264.0, 10253.0, 10261.0, 10237.0, 10256.0, 10209.0, 10257.0, 10251.0, 10267.0, 10220.0, 10263.0, 10236.0, 10261.0, 10231.0, 10263.0, 10287.0, 10248.0, 10275.0, 10254.0, 10275.0, 10241.0, 10307.0, 10277.0, 10280.0, 10263.0, 10276.0, 10265.0, 10262.0, 10246.0, 10265.0, 10251.0, 10258.0, 10242.0, 10248.0, 10306.0, 10243.0, 10272.0, 10257.0, 10238.0, 10191.0, 10240.0, 10237.0, 10244.0, 10261.0, 10247.0, 10254.0, 10236.0, 10268.0, 10248.0, 10260.0, 10272.0, 10263.0, 10236.0, 10250.0, 10233.0, 10249.0, 10234.0, 10250.0, 10252.0, 10256.0, 10269.0, 10243.0, 10299.0, 10280.0, 10281.0, 10290.0, 10283.0, 10278.0, 10284.0, 10294.0, 10309.0, 10308.0, 10296.0, 10307.0, 10301.0, 10278.0, 10290.0, 10304.0, 10289.0, 10307.0, 10284.0, 10347.0, 10292.0, 10292.0, 10298.0, 10262.0, 10259.0, 10275.0, 10242.0, 10244.0, 10311.0, 10253.0, 10270.0, 10257.0, 10255.0, 10242.0, 10234.0, 10240.0, 10248.0, 10222.0, 10233.0, 10263.0, 10214.0, 10239.0, 10244.0, 10258.0, 10228.0, 10240.0, 10219.0, 10240.0, 10242.0, 10256.0, 10250.0, 10251.0, 10237.0, 10240.0, 10262.0, 10258.0, 10277.0, 10269.0, 10265.0, 10266.0, 10263.0, 10259.0, 10270.0, 10224.0, 10264.0, 10265.0, 10264.0, 10274.0, 10267.0, 10271.0, 10282.0, 10289.0, 10250.0, 10305.0, 10238.0, 10290.0, 10262.0, 10272.0, 10248.0, 10278.0, 10252.0, 10260.0, 10237.0, 10260.0, 10228.0, 10231.0, 10272.0, 10249.0, 10259.0, 10249.0, 10257.0, 10246.0, 10243.0, 10211.0, 10247.0, 10265.0, 10264.0, 10222.0, 10251.0, 10250.0, 10243.0, 10286.0, 10271.0, 10282.0, 10289.0, 10252.0, 10270.0, 10267.0, 10268.0, 10267.0, 10261.0, 10273.0, 10269.0, 10268.0, 10281.0, 10272.0, 10307.0, 10289.0, 10287.0, 10288.0, 10286.0, 10272.0, 10281.0, 10269.0, 10267.0, 10258.0, 10270.0, 10278.0, 10283.0, 10286.0, 10294.0, 10302.0, 10293.0, 10288.0, 10307.0, 10297.0, 10284.0, 10339.0, 10285.0, 10307.0, 10286.0, 10284.0, 10265.0, 10249.0, 10237.0, 10247.0, 10233.0, 10246.0, 10221.0, 10241.0, 10227.0, 10226.0, 10241.0, 10238.0, 10289.0, 10235.0, 10275.0, 10254.0, 10273.0, 10265.0, 10271.0, 10288.0, 10253.0, 10270.0, 10266.0, 10253.0, 10254.0, 10273.0, 10269.0, 10250.0, 10266.0, 10253.0, 10252.0, 10281.0, 10272.0, 10291.0, 10254.0, 10287.0, 10254.0, 10290.0, 10270.0, 10289.0, 10286.0, 10275.0, 10284.0, 10281.0, 10293.0, 10294.0, 10279.0, 10264.0, 10321.0, 10363.0, 10297.0, 10342.0, 10271.0, 10312.0, 10277.0, 10295.0, 10272.0, 10271.0, 10247.0, 10263.0, 10242.0, 10244.0, 10329.0, 10243.0, 10280.0, 10262.0, 10239.0, 10261.0, 10266.0, 10269.0, 10236.0, 10271.0, 10270.0, 10269.0, 10268.0, 10287.0, 10277.0, 10281.0, 10292.0, 10274.0, 10277.0, 10293.0, 10281.0, 10339.0, 10278.0, 10336.0, 10281.0, 10293.0, 10306.0, 10283.0, 10269.0, 10278.0, 10258.0, 10259.0, 10257.0, 10252.0, 10336.0, 10264.0, 10257.0, 10260.0, 10243.0, 10244.0, 10243.0, 10226.0, 10267.0, 10236.0, 10254.0, 10225.0, 10240.0, 10271.0, 10240.0, 10304.0, 10265.0, 10261.0, 10268.0, 10254.0, 10267.0, 10266.0, 10273.0, 10297.0, 10279.0, 10272.0, 10245.0, 10274.0, 10335.0, 10279.0, 10302.0, 10275.0, 10269.0, 10279.0, 10268.0, 10253.0, 10274.0, 10341.0, 10281.0, 10271.0, 10282.0, 10268.0, 10226.0, 10294.0, 10291.0, 10272.0, 10273.0, 10277.0, 10259.0, 10262.0, 10331.0, 10278.0, 10282.0, 10289.0, 10280.0, 10270.0, 10264.0, 10261.0, 10272.0, 10253.0, 10266.0, 10260.0, 10247.0, 10306.0, 10258.0, 10276.0, 10267.0, 10261.0, 10259.0, 10259.0, 10212.0, 10267.0, 10251.0, 10254.0, 10242.0, 10249.0, 10259.0, 10254.0, 10305.0, 10251.0, 10302.0, 10262.0, 10257.0, 10262.0, 10263.0, 10239.0, 10260.0, 10250.0, 10261.0, 10251.0, 10247.0, 10266.0, 10255.0, 10276.0, 10255.0, 10302.0, 10269.0, 10265.0, 10274.0, 10269.0, 10235.0, 10272.0, 10261.0, 10269.0, 10286.0, 10262.0, 10307.0, 10254.0, 10274.0, 10268.0, 10264.0, 10273.0, 10266.0, 10224.0, 10264.0, 10258.0, 10254.0, 10263.0, 10272.0, 10278.0, 10258.0, 10293.0, 10242.0, 10292.0, 10267.0, 10283.0, 10267.0, 10265.0, 10228.0, 10266.0, 10247.0, 10267.0, 10306.0, 10251.0, 10301.0, 10254.0, 10272.0, 10261.0, 10269.0, 10266.0, 10249.0, 10268.0, 10265.0, 10228.0, 10267.0, 10286.0, 10292.0, 10276.0, 10274.0, 10263.0, 10276.0, 10226.0, 10286.0, 10313.0, 10284.0, 10303.0, 10282.0, 10327.0, 10301.0, 10312.0, 10311.0, 10308.0, 10290.0, 10287.0, 10275.0, 10297.0, 10294.0, 10291.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.00022838541666666667</td></tr>
<tr><td colspan=3>aqi</td><td>0.01757242907986111</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.08591996099911</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2032573749261524</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9772458910512601</td></tr>
<tr><td colspan=3>efc</td><td>0.4695</td></tr>
<tr><td colspan=3>fber</td><td>6722.4995</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07561512968274646</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3472222222222222</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4619369057610276</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.494719485975798</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5312579396501076</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3598332916571776</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100998</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016341188922524452</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02670707181096077</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</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.028651849064195</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>42.1697</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4639</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.4285</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300393.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.3922</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9164</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.0587</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3915.6972</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1018.9446</td></tr>
<tr><td colspan=3>tsnr</td><td>46.71358417486772</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>