<?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-0004_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-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_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-0004/figures/sub-0004_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004/ses-02/func/sub-0004_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>f97418cf69a09680f9f087ce1db6a032</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:59:40.485000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998887, 0.0362754, -0.0301594, -0.0310423, 0.986821, 0.15881]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.109404</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>50</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7783, -7221, 520, -59, -231, 62, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>237.188</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4afe4931-4ef9-4d1f-b443-de7bcec5768f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6799397468566895, -0.08328410983085632, -0.09591151028871536, 119.82284545898438], [-0.0973241850733757, 2.647568702697754, 0.42578184604644775, -94.81038665771484], [-0.08091535419225693, -0.42607566714286804, 2.6644906997680664, -11.855283737182617], [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': ['105940.485000', '105940.945000', '105941.405000', '105941.865000', '105942.325000', '105942.785000', '105943.245000', '105943.705000', '105944.165000', '105944.625000', '105945.085000', '105945.545000', '105946.005000', '105946.465000', '105946.925000', '105947.385000', '105947.845000', '105948.305000', '105948.765000', '105949.225000', '105949.685000', '105950.145000', '105950.605000', '105951.065000', '105951.525000', '105951.985000', '105952.445000', '105952.905000', '105953.365000', '105953.825000', '105954.285000', '105954.745000', '105955.205000', '105955.665000', '105956.125000', '105956.585000', '105957.045000', '105957.505000', '105957.965000', '105958.425000', '105958.885000', '105959.345000', '105959.805000', '110000.265000', '110000.725000', '110001.185000', '110001.645000', '110002.105000', '110002.565000', '110003.025000', '110003.485000', '110003.945000', '110004.405000', '110004.865000', '110005.325000', '110005.785000', '110006.245000', '110006.705000', '110007.165000', '110007.625000', '110008.085000', '110008.545000', '110009.005000', '110009.465000', '110009.925000', '110010.385000', '110010.845000', '110011.305000', '110011.765000', '110012.225000', '110012.685000', '110013.145000', '110013.605000', '110014.065000', '110014.525000', '110014.985000', '110015.445000', '110015.905000', '110016.365000', '110016.825000', '110017.285000', '110017.745000', '110018.205000', '110018.665000', '110019.125000', '110019.585000', '110020.045000', '110020.505000', '110020.965000', '110021.425000', '110021.885000', '110022.345000', '110022.805000', '110023.265000', '110023.725000', '110024.185000', '110024.645000', '110025.105000', '110025.565000', '110026.025000', '110026.485000', '110026.945000', '110027.405000', '110027.865000', '110028.325000', '110028.785000', '110029.245000', '110029.705000', '110030.165000', '110030.625000', '110031.085000', '110031.545000', '110032.005000', '110032.465000', '110032.925000', '110033.385000', '110033.845000', '110034.305000', '110034.765000', '110035.225000', '110035.685000', '110036.145000', '110036.605000', '110037.065000', '110037.525000', '110037.985000', '110038.445000', '110038.905000', '110039.365000', '110039.825000', '110040.285000', '110040.745000', '110041.205000', '110041.665000', '110042.125000', '110042.585000', '110043.045000', '110043.505000', '110043.965000', '110044.425000', '110044.885000', '110045.345000', '110045.805000', '110046.265000', '110046.725000', '110047.185000', '110047.645000', '110048.105000', '110048.565000', '110049.025000', '110049.485000', '110049.945000', '110050.405000', '110050.865000', '110051.325000', '110051.785000', '110052.245000', '110052.705000', '110053.165000', '110053.625000', '110054.085000', '110054.545000', '110055.005000', '110055.465000', '110055.925000', '110056.385000', '110056.845000', '110057.305000', '110057.765000', '110058.225000', '110058.685000', '110059.145000', '110059.605000', '110100.065000', '110100.525000', '110100.985000', '110101.445000', '110101.905000', '110102.365000', '110102.825000', '110103.285000', '110103.745000', '110104.205000', '110104.665000', '110105.125000', '110105.585000', '110106.045000', '110106.505000', '110106.965000', '110107.425000', '110107.885000', '110108.345000', '110108.805000', '110109.265000', '110109.725000', '110110.185000', '110110.645000', '110111.105000', '110111.565000', '110112.025000', '110112.485000', '110112.945000', '110113.405000', '110113.865000', '110114.325000', '110114.785000', '110115.245000', '110115.705000', '110116.165000', '110116.625000', '110117.085000', '110117.545000', '110118.005000', '110118.465000', '110118.925000', '110119.385000', '110119.845000', '110120.305000', '110120.765000', '110121.225000', '110121.685000', '110122.145000', '110122.605000', '110123.065000', '110123.525000', '110123.985000', '110124.445000', '110124.905000', '110125.365000', '110125.825000', '110126.285000', '110126.745000', '110127.205000', '110127.665000', '110128.125000', '110128.585000', '110129.045000', '110129.505000', '110129.965000', '110130.425000', '110130.885000', '110131.345000', '110131.805000', '110132.265000', '110132.725000', '110133.185000', '110133.645000', '110134.105000', '110134.565000', '110135.025000', '110135.485000', '110135.945000', '110136.405000', '110136.865000', '110137.325000', '110137.785000', '110138.245000', '110138.705000', '110139.165000', '110139.625000', '110140.085000', '110140.545000', '110141.005000', '110141.465000', '110141.925000', '110142.385000', '110142.845000', '110143.305000', '110143.765000', '110144.225000', '110144.685000', '110145.145000', '110145.605000', '110146.065000', '110146.525000', '110146.985000', '110147.445000', '110147.905000', '110148.365000', '110148.825000', '110149.285000', '110149.745000', '110150.205000', '110150.665000', '110151.125000', '110151.585000', '110152.045000', '110152.505000', '110152.965000', '110153.425000', '110153.885000', '110154.345000', '110154.805000', '110155.265000', '110155.725000', '110156.185000', '110156.645000', '110157.105000', '110157.565000', '110158.025000', '110158.485000', '110158.945000', '110159.405000', '110159.865000', '110200.325000', '110200.785000', '110201.245000', '110201.705000', '110202.165000', '110202.625000', '110203.085000', '110203.545000', '110204.005000', '110204.465000', '110204.925000', '110205.385000', '110205.845000', '110206.305000', '110206.765000', '110207.225000', '110207.685000', '110208.145000', '110208.605000', '110209.065000', '110209.525000', '110209.985000', '110210.445000', '110210.905000', '110211.365000', '110211.825000', '110212.285000', '110212.745000', '110213.205000', '110213.665000', '110214.125000', '110214.585000', '110215.045000', '110215.505000', '110215.965000', '110216.425000', '110216.885000', '110217.345000', '110217.805000', '110218.265000', '110218.725000', '110219.185000', '110219.645000', '110220.105000', '110220.565000', '110221.025000', '110221.485000', '110221.945000', '110222.405000', '110222.865000', '110223.325000', '110223.785000', '110224.245000', '110224.705000', '110225.165000', '110225.625000', '110226.085000', '110226.545000', '110227.005000', '110227.465000', '110227.925000', '110228.385000', '110228.845000', '110229.305000', '110229.765000', '110230.225000', '110230.685000', '110231.145000', '110231.605000', '110232.065000', '110232.525000', '110232.985000', '110233.445000', '110233.905000', '110234.365000', '110234.825000', '110235.285000', '110235.745000', '110236.205000', '110236.665000', '110237.125000', '110237.585000', '110238.045000', '110238.505000', '110238.965000', '110239.425000', '110239.885000', '110240.345000', '110240.805000', '110241.265000', '110241.725000', '110242.185000', '110242.645000', '110243.105000', '110243.565000', '110244.025000', '110244.485000', '110244.945000', '110245.405000', '110245.865000', '110246.325000', '110246.785000', '110247.245000', '110247.705000', '110248.165000', '110248.625000', '110249.085000', '110249.545000', '110250.005000', '110250.465000', '110250.925000', '110251.385000', '110251.845000', '110252.305000', '110252.765000', '110253.225000', '110253.685000', '110254.145000', '110254.605000', '110255.065000', '110255.525000', '110255.985000', '110256.445000', '110256.905000', '110257.365000', '110257.825000', '110258.285000', '110258.745000', '110259.205000', '110259.665000', '110300.125000', '110300.585000', '110301.045000', '110301.505000', '110301.965000', '110302.425000', '110302.885000', '110303.345000', '110303.805000', '110304.265000', '110304.725000', '110305.185000', '110305.645000', '110306.105000', '110306.565000', '110307.025000', '110307.485000', '110307.945000', '110308.405000', '110308.865000', '110309.325000', '110309.785000', '110310.245000', '110310.705000', '110311.165000', '110311.625000', '110312.085000', '110312.545000', '110313.005000', '110313.465000', '110313.925000', '110314.385000', '110314.845000', '110315.305000', '110315.765000', '110316.225000', '110316.685000', '110317.145000', '110317.605000', '110318.065000', '110318.525000', '110318.985000', '110319.445000', '110319.905000', '110320.365000', '110320.825000', '110321.285000', '110321.745000', '110322.205000', '110322.665000', '110323.125000', '110323.585000', '110324.045000', '110324.505000', '110324.965000', '110325.425000', '110325.885000', '110326.345000', '110326.805000', '110327.265000', '110327.725000', '110328.185000', '110328.645000', '110329.105000', '110329.565000', '110330.025000', '110330.485000', '110330.945000', '110331.405000', '110331.865000', '110332.325000', '110332.785000', '110333.245000', '110333.705000', '110334.165000', '110334.625000', '110335.085000', '110335.545000', '110336.005000', '110336.465000', '110336.925000', '110337.385000', '110337.845000', '110338.305000', '110338.765000', '110339.225000', '110339.685000', '110340.145000', '110340.605000', '110341.065000', '110341.525000', '110341.985000', '110342.445000', '110342.905000', '110343.365000', '110343.825000', '110344.285000', '110344.745000', '110345.205000', '110345.665000', '110346.125000', '110346.585000', '110347.045000', '110347.505000', '110347.965000', '110348.425000', '110348.885000', '110349.345000', '110349.805000', '110350.265000', '110350.725000', '110351.185000', '110351.645000', '110352.105000', '110352.565000', '110353.025000', '110353.485000', '110353.945000', '110354.405000', '110354.865000', '110355.325000', '110355.785000', '110356.245000', '110356.705000', '110357.165000', '110357.625000', '110358.085000', '110358.545000', '110359.005000', '110359.465000', '110359.925000', '110400.385000', '110400.845000', '110401.305000', '110401.765000', '110402.225000', '110402.685000', '110403.145000', '110403.605000', '110404.065000', '110404.525000', '110404.985000', '110405.445000', '110405.905000', '110406.365000', '110406.825000', '110407.285000', '110407.745000', '110408.205000', '110408.665000', '110409.125000', '110409.585000', '110410.045000', '110410.505000', '110410.965000', '110411.425000', '110411.885000', '110412.345000', '110412.805000', '110413.265000', '110413.725000', '110414.185000', '110414.645000', '110415.105000', '110415.565000', '110416.025000', '110416.485000', '110416.945000', '110417.405000', '110417.865000', '110418.325000', '110418.785000', '110419.245000', '110419.705000', '110420.165000', '110420.625000', '110421.085000', '110421.545000', '110422.005000', '110422.465000', '110422.925000', '110423.385000', '110423.845000', '110424.305000', '110424.765000', '110425.225000', '110425.685000', '110426.145000', '110426.605000', '110427.065000', '110427.525000', '110427.985000', '110428.445000', '110428.905000', '110429.365000', '110429.825000', '110430.285000', '110430.745000', '110431.205000', '110431.665000', '110432.125000', '110432.585000', '110433.045000', '110433.505000', '110433.965000', '110434.425000', '110434.885000', '110435.345000', '110435.805000', '110436.265000', '110436.725000', '110437.185000', '110437.645000', '110438.105000', '110438.565000', '110439.025000', '110439.485000', '110439.945000', '110440.405000', '110440.865000', '110441.325000', '110441.785000', '110442.245000', '110442.705000', '110443.165000', '110443.625000', '110444.085000', '110444.545000', '110445.005000', '110445.465000', '110445.925000', '110446.385000', '110446.845000', '110447.305000', '110447.765000', '110448.225000', '110448.685000', '110449.145000', '110449.605000', '110450.065000', '110450.525000', '110450.985000', '110451.445000', '110451.905000', '110452.365000', '110452.825000', '110453.285000', '110453.745000', '110454.205000', '110454.665000', '110455.125000', '110455.585000', '110456.045000', '110456.505000', '110456.965000', '110457.425000', '110457.885000', '110458.345000', '110458.805000', '110459.265000', '110459.725000', '110500.185000', '110500.645000', '110501.105000', '110501.565000', '110502.025000', '110502.485000', '110502.945000', '110503.405000', '110503.865000', '110504.325000', '110504.785000', '110505.245000', '110505.705000', '110506.165000', '110506.625000', '110507.085000', '110507.545000', '110508.005000', '110508.465000', '110508.925000', '110509.385000', '110509.845000', '110510.305000', '110510.765000', '110511.225000', '110511.685000', '110512.145000', '110512.605000', '110513.065000', '110513.525000', '110513.985000', '110514.445000', '110514.905000', '110515.365000', '110515.825000', '110516.285000', '110516.745000', '110517.205000', '110517.665000', '110518.125000', '110518.585000', '110519.045000', '110519.505000', '110519.965000', '110520.425000', '110520.885000', '110521.345000', '110521.805000', '110522.265000', '110522.725000', '110523.185000', '110523.645000', '110524.105000', '110524.565000', '110525.025000', '110525.485000', '110525.945000', '110526.405000', '110526.865000', '110527.325000', '110527.785000', '110528.245000', '110528.705000', '110529.165000', '110529.625000', '110530.085000', '110530.545000', '110531.005000', '110531.465000', '110531.925000', '110532.385000', '110532.845000', '110533.305000', '110533.765000', '110534.225000', '110534.685000', '110535.145000', '110535.605000', '110536.065000', '110536.525000', '110536.985000', '110537.445000', '110537.905000', '110538.365000', '110538.825000', '110539.285000', '110539.745000', '110540.205000', '110540.665000', '110541.125000', '110541.585000', '110542.045000', '110542.505000', '110542.965000', '110543.425000', '110543.885000', '110544.345000', '110544.805000', '110545.265000', '110545.725000', '110546.185000', '110546.645000', '110547.105000', '110547.565000', '110548.025000', '110548.485000', '110548.945000', '110549.405000', '110549.865000', '110550.325000', '110550.785000', '110551.245000', '110551.705000', '110552.165000', '110552.625000', '110553.085000', '110553.545000', '110554.005000', '110554.465000', '110554.925000', '110555.385000', '110555.845000', '110556.305000', '110556.765000', '110557.225000', '110557.685000', '110558.145000', '110558.605000', '110559.065000', '110559.525000', '110559.985000', '110600.445000', '110600.905000', '110601.365000', '110601.825000', '110602.285000', '110602.745000', '110603.205000', '110603.665000', '110604.125000', '110604.585000', '110605.045000', '110605.505000', '110605.965000', '110606.425000', '110606.885000', '110607.345000', '110607.805000', '110608.265000', '110608.725000', '110609.185000', '110609.645000', '110610.105000', '110610.565000', '110611.025000', '110611.485000', '110611.945000', '110612.405000', '110612.865000', '110613.325000', '110613.785000', '110614.245000', '110614.705000', '110615.165000', '110615.625000', '110616.085000', '110616.545000', '110617.005000', '110617.465000', '110617.925000', '110618.385000', '110618.845000', '110619.305000', '110619.765000', '110620.225000', '110620.685000', '110621.145000', '110621.605000', '110622.065000', '110622.525000', '110622.985000', '110623.445000', '110623.905000', '110624.365000', '110624.825000', '110625.285000', '110625.745000', '110626.205000', '110626.665000', '110627.125000', '110627.585000', '110628.045000', '110628.505000', '110628.965000', '110629.425000', '110629.885000', '110630.345000', '110630.805000', '110631.265000', '110631.725000', '110632.185000', '110632.645000', '110633.105000', '110633.565000', '110634.025000', '110634.485000', '110634.945000', '110635.405000', '110635.865000', '110636.325000', '110636.785000', '110637.245000', '110637.705000', '110638.165000', '110638.625000', '110639.085000', '110639.545000', '110640.005000', '110640.465000', '110640.925000', '110641.385000', '110641.845000', '110642.305000', '110642.765000', '110643.225000', '110643.685000', '110644.145000', '110644.605000', '110645.065000', '110645.525000', '110645.985000', '110646.445000', '110646.905000', '110647.365000', '110647.825000', '110648.285000', '110648.745000', '110649.205000', '110649.665000', '110650.125000', '110650.585000', '110651.045000', '110651.505000', '110651.965000', '110652.425000', '110652.885000', '110653.345000', '110653.805000', '110654.265000', '110654.725000', '110655.185000', '110655.645000', '110656.105000', '110656.565000', '110657.025000', '110657.485000', '110657.945000', '110658.405000', '110658.865000', '110659.325000', '110659.785000', '110700.245000', '110700.705000', '110701.165000', '110701.625000', '110702.085000', '110702.545000', '110703.005000', '110703.465000', '110703.925000', '110704.385000', '110704.845000', '110705.305000', '110705.765000', '110706.225000', '110706.685000', '110707.145000', '110707.605000', '110708.065000', '110708.525000', '110708.985000', '110709.445000', '110709.905000', '110710.365000', '110710.825000', '110711.285000', '110711.745000', '110712.205000', '110712.665000', '110713.125000', '110713.585000', '110714.045000', '110714.505000', '110714.965000', '110715.425000', '110715.885000', '110716.345000', '110716.805000', '110717.265000', '110717.725000', '110718.185000', '110718.645000', '110719.105000', '110719.565000', '110720.025000', '110720.485000', '110720.945000', '110721.405000', '110721.865000', '110722.325000', '110722.785000', '110723.245000', '110723.705000', '110724.165000', '110724.625000', '110725.085000', '110725.545000', '110726.005000', '110726.465000', '110726.925000', '110727.385000', '110727.845000', '110728.305000', '110728.765000', '110729.225000', '110729.685000', '110730.145000', '110730.605000', '110731.065000', '110731.525000', '110731.985000', '110732.445000', '110732.905000', '110733.365000', '110733.825000', '110734.285000', '110734.745000', '110735.205000', '110735.665000', '110736.125000', '110736.585000', '110737.045000', '110737.505000', '110737.965000', '110738.425000', '110738.885000', '110739.345000', '110739.805000', '110740.265000', '110740.725000', '110741.185000', '110741.645000', '110742.105000', '110742.565000', '110743.025000', '110743.485000', '110743.945000', '110744.405000', '110744.865000', '110745.325000', '110745.785000', '110746.245000', '110746.705000', '110747.165000', '110747.625000', '110748.085000', '110748.545000', '110749.005000', '110749.465000', '110749.925000', '110750.385000', '110750.845000', '110751.305000', '110751.765000', '110752.225000', '110752.685000', '110753.145000', '110753.605000', '110754.065000', '110754.525000', '110754.985000', '110755.445000', '110755.905000', '110756.365000', '110756.825000', '110757.285000', '110757.745000', '110758.205000', '110758.665000', '110759.125000', '110759.585000', '110800.045000', '110800.505000', '110800.965000', '110801.425000', '110801.885000', '110802.345000', '110802.805000', '110803.265000', '110803.725000', '110804.185000', '110804.645000', '110805.105000', '110805.565000', '110806.025000', '110806.485000', '110806.945000', '110807.405000', '110807.865000', '110808.325000', '110808.785000', '110809.245000', '110809.705000', '110810.165000', '110810.625000', '110811.085000', '110811.545000', '110812.005000', '110812.465000', '110812.925000', '110813.385000', '110813.845000', '110814.305000', '110814.765000', '110815.225000', '110815.685000', '110816.145000', '110816.605000', '110817.065000', '110817.525000', '110817.985000', '110818.445000', '110818.905000', '110819.365000', '110819.825000', '110820.285000', '110820.745000', '110821.205000', '110821.665000', '110822.125000', '110822.585000', '110823.045000', '110823.505000', '110823.965000', '110824.425000', '110824.885000', '110825.345000', '110825.805000', '110826.265000', '110826.725000', '110827.185000', '110827.645000', '110828.105000', '110828.565000', '110829.025000', '110829.485000', '110829.945000', '110830.405000', '110830.865000', '110831.325000', '110831.785000'], 'ContentTime': ['110007.909000', '110007.913000', '110007.916000', '110007.919000', '110007.922000', '110007.926000', '110007.929000', '110007.932000', '110007.935000', '110007.938000', '110007.941000', '110007.944000', '110007.947000', '110007.950000', '110007.953000', '110007.956000', '110007.959000', '110007.962000', '110007.965000', '110007.968000', '110007.971000', '110007.979000', '110007.982000', '110007.985000', '110007.988000', '110007.991000', '110007.994000', '110007.997000', '110008.000000', '110008.003000', '110008.006000', '110008.009000', '110008.011000', '110008.014000', '110008.017000', '110008.021000', '110008.023000', '110008.026000', '110008.029000', '110008.032000', '110008.035000', '110008.038000', '110008.041000', '110008.044000', '110008.047000', '110008.050000', '110008.053000', '110008.056000', '110008.059000', '110008.062000', '110008.065000', '110008.068000', '110008.071000', '110008.074000', '110008.077000', '110008.080000', '110008.083000', '110008.086000', '110027.874000', '110027.877000', '110027.880000', '110027.883000', '110027.886000', '110027.889000', '110027.892000', '110027.895000', '110027.898000', '110027.900000', '110027.903000', '110027.906000', '110027.909000', '110027.912000', '110027.915000', '110027.918000', '110027.921000', '110027.924000', '110027.926000', '110027.929000', '110027.932000', '110027.935000', '110027.938000', '110027.941000', '110027.944000', '110027.946000', '110027.950000', '110027.952000', '110027.955000', '110027.958000', '110027.961000', '110027.964000', '110027.967000', '110027.970000', '110027.973000', '110027.975000', '110027.978000', '110027.981000', '110027.984000', '110027.987000', '110027.990000', '110027.993000', '110027.996000', '110047.875000', '110047.878000', '110047.881000', '110047.891000', '110047.894000', '110047.896000', '110047.899000', '110047.902000', '110047.905000', '110047.908000', '110047.911000', '110047.914000', '110047.917000', '110047.920000', '110047.922000', '110047.925000', '110047.928000', '110047.931000', '110047.934000', '110047.937000', '110047.940000', '110047.943000', '110047.946000', '110047.949000', '110047.951000', '110047.954000', '110047.957000', '110047.960000', '110047.963000', '110047.975000', '110047.978000', '110047.981000', '110047.983000', '110047.986000', '110047.989000', '110047.992000', '110047.995000', '110047.998000', '110048.001000', '110048.004000', '110048.007000', '110048.010000', '110048.012000', '110048.015000', '110107.875000', '110107.878000', '110107.881000', '110107.884000', '110107.887000', '110107.889000', '110107.892000', '110107.895000', '110107.898000', '110107.901000', '110107.904000', '110107.907000', '110107.910000', '110107.912000', '110107.915000', '110107.923000', '110107.926000', '110107.928000', '110107.931000', '110107.934000', '110107.937000', '110107.940000', '110107.943000', '110107.946000', '110107.960000', '110107.963000', '110107.966000', '110107.969000', '110107.972000', '110107.975000', '110107.978000', '110107.981000', '110107.984000', '110107.987000', '110107.990000', '110107.993000', '110107.996000', '110108.000000', '110108.003000', '110108.006000', '110108.008000', '110108.011000', '110108.014000', '110127.874000', '110127.877000', '110127.884000', '110127.887000', '110127.890000', '110127.893000', '110127.896000', '110127.899000', '110127.902000', '110127.905000', '110127.908000', '110127.911000', '110127.913000', '110127.916000', '110127.919000', '110127.922000', '110127.925000', '110127.928000', '110127.931000', '110127.934000', '110127.937000', '110127.939000', '110127.942000', '110127.945000', '110127.948000', '110127.951000', '110127.954000', '110127.957000', '110127.960000', '110127.963000', '110127.966000', '110127.969000', '110127.972000', '110127.975000', '110127.978000', '110127.980000', '110127.983000', '110127.986000', '110127.989000', '110127.992000', '110127.995000', '110127.998000', '110128.002000', '110128.005000', '110147.874000', '110147.877000', '110147.880000', '110147.883000', '110147.886000', '110147.889000', '110147.892000', '110147.894000', '110147.903000', '110147.906000', '110147.909000', '110147.912000', '110147.915000', '110147.918000', '110147.920000', '110147.923000', '110147.926000', '110147.929000', '110147.932000', '110147.935000', '110147.938000', '110147.941000', '110147.944000', '110147.947000', '110147.950000', '110147.953000', '110147.956000', '110147.959000', '110147.962000', '110147.964000', '110147.967000', '110147.970000', '110147.973000', '110147.976000', '110147.979000', '110147.982000', '110147.985000', '110147.988000', '110147.991000', '110147.994000', '110147.997000', '110148.000000', '110148.003000', '110207.874000', '110207.877000', '110207.880000', '110207.883000', '110207.886000', '110207.889000', '110207.892000', '110207.894000', '110207.897000', '110207.900000', '110207.903000', '110207.906000', '110207.909000', '110207.912000', '110207.915000', '110207.918000', '110207.921000', '110207.924000', '110207.926000', '110207.929000', '110207.932000', '110207.935000', '110207.938000', '110207.941000', '110207.944000', '110207.947000', '110207.950000', '110207.953000', '110207.956000', '110207.959000', '110207.962000', '110207.964000', '110207.967000', '110207.970000', '110207.973000', '110207.976000', '110207.979000', '110207.982000', '110207.985000', '110207.988000', '110207.991000', '110207.994000', '110207.997000', '110208.001000', '110227.874000', '110227.877000', '110227.880000', '110227.883000', '110227.886000', '110227.889000', '110227.892000', '110227.895000', '110227.897000', '110227.900000', '110227.903000', '110227.906000', '110227.909000', '110227.918000', '110227.921000', '110227.924000', '110227.926000', '110227.929000', '110227.932000', '110227.935000', '110227.938000', '110227.941000', '110227.944000', '110227.947000', '110227.950000', '110227.953000', '110227.956000', '110227.959000', '110227.962000', '110227.964000', '110227.967000', '110227.970000', '110227.973000', '110227.976000', '110227.979000', '110227.982000', '110227.985000', '110227.988000', '110227.991000', '110227.994000', '110227.997000', '110228.001000', '110228.004000', '110247.874000', '110247.877000', '110247.880000', '110247.883000', '110247.886000', '110247.889000', '110247.892000', '110247.894000', '110247.898000', '110247.900000', '110247.903000', '110247.906000', '110247.909000', '110247.912000', '110247.915000', '110247.918000', '110247.921000', '110247.924000', '110247.927000', '110247.930000', '110247.950000', '110247.953000', '110247.956000', '110247.959000', '110247.969000', '110247.972000', '110247.974000', '110247.977000', '110247.980000', '110247.983000', '110247.986000', '110247.989000', '110247.992000', '110247.995000', '110247.998000', '110248.002000', '110248.005000', '110248.008000', '110248.011000', '110248.013000', '110248.017000', '110248.019000', '110248.022000', '110248.025000', '110307.875000', '110307.878000', '110307.881000', '110307.884000', '110307.887000', '110307.890000', '110307.893000', '110307.896000', '110307.898000', '110307.901000', '110307.904000', '110307.907000', '110307.910000', '110307.913000', '110307.916000', '110307.919000', '110307.922000', '110307.925000', '110307.928000', '110307.931000', '110307.933000', '110307.936000', '110307.939000', '110307.942000', '110307.945000', '110307.948000', '110307.951000', '110307.954000', '110307.957000', '110307.960000', '110307.963000', '110307.966000', '110307.968000', '110307.972000', '110307.975000', '110307.977000', '110307.980000', '110307.983000', '110307.986000', '110307.989000', '110307.992000', '110307.995000', '110307.998000', '110327.875000', '110327.878000', '110327.881000', '110327.885000', '110327.887000', '110327.890000', '110327.893000', '110327.896000', '110327.899000', '110327.902000', '110327.905000', '110327.908000', '110327.911000', '110327.914000', '110327.916000', '110327.919000', '110327.922000', '110327.925000', '110327.928000', '110327.931000', '110327.934000', '110327.937000', '110327.940000', '110327.943000', '110327.946000', '110327.949000', '110327.951000', '110327.954000', '110327.957000', '110327.960000', '110327.963000', '110327.966000', '110327.969000', '110327.972000', '110327.975000', '110327.978000', '110327.981000', '110327.984000', '110327.987000', '110327.990000', '110327.993000', '110327.995000', '110327.998000', '110347.874000', '110347.877000', '110347.880000', '110347.883000', '110347.886000', '110347.889000', '110347.892000', '110347.895000', '110347.898000', '110347.900000', '110347.903000', '110347.906000', '110347.909000', '110347.912000', '110347.915000', '110347.918000', '110347.921000', '110347.924000', '110347.927000', '110347.930000', '110347.933000', '110347.936000', '110347.939000', '110347.941000', '110347.944000', '110347.947000', '110347.950000', '110347.953000', '110347.956000', '110347.959000', '110347.962000', '110347.965000', '110347.968000', '110347.974000', '110347.977000', '110347.980000', '110347.983000', '110347.986000', '110347.989000', '110347.992000', '110347.995000', '110347.998000', '110348.002000', '110348.005000', '110407.874000', '110407.877000', '110407.880000', '110407.883000', '110407.886000', '110407.889000', '110407.892000', '110407.895000', '110407.898000', '110407.901000', '110407.904000', '110407.906000', '110407.909000', '110407.912000', '110407.915000', '110407.918000', '110407.921000', '110407.924000', '110407.927000', '110407.930000', '110407.933000', '110407.936000', '110407.939000', '110407.942000', '110407.945000', '110407.948000', '110407.951000', '110407.953000', '110407.956000', '110407.959000', '110407.962000', '110407.965000', '110407.968000', '110407.971000', '110407.974000', '110407.977000', '110407.980000', '110407.983000', '110407.986000', '110407.989000', '110407.991000', '110407.994000', '110407.997000', '110427.874000', '110427.877000', '110427.880000', '110427.883000', '110427.886000', '110427.889000', '110427.892000', '110427.895000', '110427.897000', '110427.900000', '110427.903000', '110427.906000', '110427.909000', '110427.912000', '110427.915000', '110427.918000', '110427.921000', '110427.924000', '110427.927000', '110427.930000', '110427.932000', '110427.935000', '110427.938000', '110427.941000', '110427.944000', '110427.947000', '110427.950000', '110427.953000', '110427.956000', '110427.959000', '110427.962000', '110427.965000', '110427.967000', '110427.970000', '110427.973000', '110427.976000', '110427.979000', '110427.982000', '110427.985000', '110427.988000', '110427.991000', '110427.994000', '110427.997000', '110428.000000', '110447.874000', '110447.880000', '110447.883000', '110447.886000', '110447.889000', '110447.892000', '110447.894000', '110447.897000', '110447.900000', '110447.903000', '110447.906000', '110447.910000', '110447.916000', '110447.919000', '110447.922000', '110447.925000', '110447.928000', '110447.931000', '110447.934000', '110447.937000', '110447.940000', '110447.943000', '110447.946000', '110447.949000', '110447.951000', '110447.955000', '110447.957000', '110447.960000', '110447.963000', '110447.966000', '110447.969000', '110447.972000', '110447.975000', '110447.978000', '110447.981000', '110447.984000', '110447.986000', '110447.990000', '110447.992000', '110447.995000', '110447.998000', '110448.002000', '110448.005000', '110507.874000', '110507.877000', '110507.880000', '110507.883000', '110507.886000', '110507.889000', '110507.892000', '110507.895000', '110507.898000', '110507.901000', '110507.903000', '110507.906000', '110507.909000', '110507.912000', '110507.915000', '110507.918000', '110507.921000', '110507.924000', '110507.927000', '110507.930000', '110507.933000', '110507.936000', '110507.938000', '110507.941000', '110507.944000', '110507.947000', '110507.950000', '110507.953000', '110507.956000', '110507.959000', '110507.962000', '110507.965000', '110507.968000', '110507.971000', '110507.973000', '110507.976000', '110507.979000', '110507.982000', '110507.985000', '110507.988000', '110507.991000', '110507.994000', '110507.997000', '110508.001000', '110527.875000', '110527.878000', '110527.881000', '110527.884000', '110527.887000', '110527.890000', '110527.893000', '110527.896000', '110527.899000', '110527.901000', '110527.905000', '110527.907000', '110527.910000', '110527.913000', '110527.916000', '110527.919000', '110527.922000', '110527.925000', '110527.928000', '110527.931000', '110527.934000', '110527.937000', '110527.940000', '110527.942000', '110527.945000', '110527.949000', '110527.954000', '110527.958000', '110527.961000', '110527.964000', '110527.967000', '110527.970000', '110527.973000', '110527.976000', '110527.978000', '110527.981000', '110527.985000', '110527.988000', '110527.990000', '110527.993000', '110527.996000', '110528.000000', '110528.003000', '110547.875000', '110547.878000', '110547.881000', '110547.884000', '110547.887000', '110547.890000', '110547.893000', '110547.896000', '110547.899000', '110547.901000', '110547.904000', '110547.907000', '110547.910000', '110547.934000', '110547.937000', '110547.940000', '110547.943000', '110547.946000', '110547.949000', '110547.952000', '110547.955000', '110547.958000', '110547.961000', '110547.964000', '110547.966000', '110547.969000', '110547.972000', '110547.975000', '110547.978000', '110547.981000', '110547.984000', '110547.987000', '110547.990000', '110547.993000', '110547.996000', '110548.000000', '110548.002000', '110548.005000', '110548.008000', '110548.011000', '110548.014000', '110548.017000', '110548.020000', '110548.023000', '110607.874000', '110607.877000', '110607.880000', '110607.883000', '110607.886000', '110607.889000', '110607.892000', '110607.895000', '110607.898000', '110607.901000', '110607.904000', '110607.907000', '110607.910000', '110607.913000', '110607.916000', '110607.919000', '110607.922000', '110607.925000', '110607.928000', '110607.931000', '110607.934000', '110607.937000', '110607.940000', '110607.942000', '110607.945000', '110607.948000', '110607.951000', '110607.954000', '110607.957000', '110607.960000', '110607.963000', '110607.966000', '110607.972000', '110607.975000', '110607.978000', '110607.981000', '110607.984000', '110607.987000', '110607.990000', '110607.993000', '110607.996000', '110608.000000', '110608.003000', '110627.874000', '110627.877000', '110627.880000', '110627.883000', '110627.886000', '110627.889000', '110627.892000', '110627.895000', '110627.897000', '110627.900000', '110627.903000', '110627.906000', '110627.909000', '110627.912000', '110627.915000', '110627.918000', '110627.921000', '110627.924000', '110627.927000', '110627.930000', '110627.932000', '110627.935000', '110627.938000', '110627.941000', '110627.944000', '110627.947000', '110627.950000', '110627.953000', '110627.956000', '110627.959000', '110627.962000', '110627.965000', '110627.967000', '110627.970000', '110627.973000', '110627.976000', '110627.979000', '110627.982000', '110627.985000', '110627.988000', '110627.991000', '110627.994000', '110627.997000', '110628.001000', '110647.874000', '110647.877000', '110647.880000', '110647.883000', '110647.886000', '110647.889000', '110647.892000', '110647.894000', '110647.898000', '110647.901000', '110647.903000', '110647.906000', '110647.909000', '110647.912000', '110647.915000', '110647.918000', '110647.921000', '110647.924000', '110647.927000', '110647.929000', '110647.932000', '110647.935000', '110647.938000', '110647.941000', '110647.944000', '110647.947000', '110647.950000', '110647.953000', '110647.956000', '110647.959000', '110647.962000', '110647.964000', '110647.967000', '110647.970000', '110647.973000', '110647.976000', '110647.980000', '110647.982000', '110647.985000', '110647.988000', '110647.991000', '110647.994000', '110647.997000', '110707.874000', '110707.877000', '110707.880000', '110707.883000', '110707.886000', '110707.889000', '110707.892000', '110707.895000', '110707.898000', '110707.917000', '110707.920000', '110707.923000', '110707.926000', '110707.929000', '110707.931000', '110707.934000', '110707.937000', '110707.940000', '110707.943000', '110707.946000', '110707.949000', '110707.952000', '110707.955000', '110707.958000', '110707.960000', '110707.963000', '110707.966000', '110707.969000', '110707.972000', '110707.975000', '110707.978000', '110707.981000', '110707.984000', '110707.987000', '110707.989000', '110707.992000', '110707.995000', '110707.998000', '110708.002000', '110708.005000', '110708.008000', '110708.011000', '110708.014000', '110708.017000', '110727.874000', '110727.877000', '110727.880000', '110727.883000', '110727.886000', '110727.889000', '110727.892000', '110727.895000', '110727.898000', '110727.901000', '110727.903000', '110727.907000', '110727.909000', '110727.912000', '110727.915000', '110727.918000', '110727.921000', '110727.924000', '110727.927000', '110727.930000', '110727.934000', '110727.937000', '110727.940000', '110727.943000', '110727.946000', '110727.949000', '110727.952000', '110727.955000', '110727.958000', '110727.960000', '110727.963000', '110727.966000', '110727.969000', '110727.972000', '110727.975000', '110727.978000', '110727.981000', '110727.984000', '110727.989000', '110727.993000', '110727.996000', '110728.000000', '110728.003000', '110747.875000', '110747.878000', '110747.881000', '110747.884000', '110747.887000', '110747.890000', '110747.893000', '110747.896000', '110747.900000', '110747.903000', '110747.906000', '110747.908000', '110747.911000', '110747.914000', '110747.917000', '110747.920000', '110747.923000', '110747.926000', '110747.929000', '110747.932000', '110747.935000', '110747.938000', '110747.941000', '110747.944000', '110747.947000', '110747.949000', '110747.952000', '110747.955000', '110747.958000', '110747.961000', '110747.964000', '110747.967000', '110747.970000', '110747.973000', '110747.976000', '110747.979000', '110747.982000', '110747.985000', '110747.987000', '110747.990000', '110747.993000', '110747.996000', '110748.000000', '110748.003000', '110807.875000', '110807.878000', '110807.881000', '110807.884000', '110807.887000', '110807.890000', '110807.893000', '110807.896000', '110807.899000', '110807.902000', '110807.905000', '110807.908000', '110807.910000', '110807.913000', '110807.916000', '110807.919000', '110807.922000', '110807.925000', '110807.928000', '110807.931000', '110807.934000', '110807.937000', '110807.940000', '110807.943000', '110807.946000', '110807.948000', '110807.951000', '110807.954000', '110807.957000', '110807.960000', '110807.963000', '110807.966000', '110807.969000', '110807.972000', '110807.975000', '110807.978000', '110807.980000', '110807.983000', '110807.986000', '110807.989000', '110807.992000', '110807.995000', '110807.998000', '110827.874000', '110827.877000', '110827.880000', '110827.883000', '110827.886000', '110827.889000', '110827.905000', '110827.908000', '110827.911000', '110827.914000', '110827.917000', '110827.920000', '110827.923000', '110827.925000', '110827.928000', '110827.931000', '110827.934000', '110827.937000', '110827.940000', '110827.943000', '110827.946000', '110827.949000', '110827.952000', '110827.955000', '110827.958000', '110827.961000', '110827.963000', '110827.967000', '110827.969000', '110827.972000', '110827.975000', '110827.978000', '110827.981000', '110827.984000', '110827.987000', '110827.990000', '110827.993000', '110827.996000', '110828.000000', '110828.003000', '110828.006000', '110828.008000', '110828.011000', '110828.014000', '110832.912000', '110832.916000', '110832.918000', '110832.921000', '110832.924000', '110832.927000', '110832.930000', '110832.933000', '110832.936000', '110832.939000', '110832.942000'], 'InstanceCreationTime': ['110007.909000', '110007.913000', '110007.916000', '110007.919000', '110007.922000', '110007.926000', '110007.929000', '110007.932000', '110007.935000', '110007.938000', '110007.941000', '110007.944000', '110007.947000', '110007.950000', '110007.953000', '110007.956000', '110007.959000', '110007.962000', '110007.965000', '110007.968000', '110007.971000', '110007.979000', '110007.982000', '110007.985000', '110007.988000', '110007.991000', '110007.994000', '110007.997000', '110008.000000', '110008.003000', '110008.006000', '110008.009000', '110008.011000', '110008.014000', '110008.017000', '110008.021000', '110008.023000', '110008.026000', '110008.029000', '110008.032000', '110008.035000', '110008.038000', '110008.041000', '110008.044000', '110008.047000', '110008.050000', '110008.053000', '110008.056000', '110008.059000', '110008.062000', '110008.065000', '110008.068000', '110008.071000', '110008.074000', '110008.077000', '110008.080000', '110008.083000', '110008.086000', '110027.874000', '110027.877000', '110027.880000', '110027.883000', '110027.886000', '110027.889000', '110027.892000', '110027.895000', '110027.898000', '110027.900000', '110027.903000', '110027.906000', '110027.909000', '110027.912000', '110027.915000', '110027.918000', '110027.921000', '110027.924000', '110027.926000', '110027.929000', '110027.932000', '110027.935000', '110027.938000', '110027.941000', '110027.944000', '110027.946000', '110027.950000', '110027.952000', '110027.955000', '110027.958000', '110027.961000', '110027.964000', '110027.967000', '110027.970000', '110027.973000', '110027.975000', '110027.978000', '110027.981000', '110027.984000', '110027.987000', '110027.990000', '110027.993000', '110027.996000', '110047.875000', '110047.878000', '110047.881000', '110047.891000', '110047.894000', '110047.896000', '110047.899000', '110047.902000', '110047.905000', '110047.908000', '110047.911000', '110047.914000', '110047.917000', '110047.920000', '110047.922000', '110047.925000', '110047.928000', '110047.931000', '110047.934000', '110047.937000', '110047.940000', '110047.943000', '110047.946000', '110047.949000', '110047.951000', '110047.954000', '110047.957000', '110047.960000', '110047.963000', '110047.975000', '110047.978000', '110047.981000', '110047.983000', '110047.986000', '110047.989000', '110047.992000', '110047.995000', '110047.998000', '110048.001000', '110048.004000', '110048.007000', '110048.010000', '110048.012000', '110048.015000', '110107.875000', '110107.878000', '110107.881000', '110107.884000', '110107.887000', '110107.889000', '110107.892000', '110107.895000', '110107.898000', '110107.901000', '110107.904000', '110107.907000', '110107.910000', '110107.912000', '110107.915000', '110107.923000', '110107.926000', '110107.928000', '110107.931000', '110107.934000', '110107.937000', '110107.940000', '110107.943000', '110107.946000', '110107.960000', '110107.963000', '110107.966000', '110107.969000', '110107.972000', '110107.975000', '110107.978000', '110107.981000', '110107.984000', '110107.987000', '110107.990000', '110107.993000', '110107.996000', '110108.000000', '110108.003000', '110108.006000', '110108.008000', '110108.011000', '110108.014000', '110127.874000', '110127.877000', '110127.884000', '110127.887000', '110127.890000', '110127.893000', '110127.896000', '110127.899000', '110127.902000', '110127.905000', '110127.908000', '110127.911000', '110127.913000', '110127.916000', '110127.919000', '110127.922000', '110127.925000', '110127.928000', '110127.931000', '110127.934000', '110127.937000', '110127.939000', '110127.942000', '110127.945000', '110127.948000', '110127.951000', '110127.954000', '110127.957000', '110127.960000', '110127.963000', '110127.966000', '110127.969000', '110127.972000', '110127.975000', '110127.978000', '110127.980000', '110127.983000', '110127.986000', '110127.989000', '110127.992000', '110127.995000', '110127.998000', '110128.002000', '110128.005000', '110147.874000', '110147.877000', '110147.880000', '110147.883000', '110147.886000', '110147.889000', '110147.892000', '110147.894000', '110147.903000', '110147.906000', '110147.909000', '110147.912000', '110147.915000', '110147.918000', '110147.920000', '110147.923000', '110147.926000', '110147.929000', '110147.932000', '110147.935000', '110147.938000', '110147.941000', '110147.944000', '110147.947000', '110147.950000', '110147.953000', '110147.956000', '110147.959000', '110147.962000', '110147.964000', '110147.967000', '110147.970000', '110147.973000', '110147.976000', '110147.979000', '110147.982000', '110147.985000', '110147.988000', '110147.991000', '110147.994000', '110147.997000', '110148.000000', '110148.003000', '110207.874000', '110207.877000', '110207.880000', '110207.883000', '110207.886000', '110207.889000', '110207.892000', '110207.894000', '110207.897000', '110207.900000', '110207.903000', '110207.906000', '110207.909000', '110207.912000', '110207.915000', '110207.918000', '110207.921000', '110207.924000', '110207.926000', '110207.929000', '110207.932000', '110207.935000', '110207.938000', '110207.941000', '110207.944000', '110207.947000', '110207.950000', '110207.953000', '110207.956000', '110207.959000', '110207.962000', '110207.964000', '110207.967000', '110207.970000', '110207.973000', '110207.976000', '110207.979000', '110207.982000', '110207.985000', '110207.988000', '110207.991000', '110207.994000', '110207.997000', '110208.001000', '110227.874000', '110227.877000', '110227.880000', '110227.883000', '110227.886000', '110227.889000', '110227.892000', '110227.895000', '110227.897000', '110227.900000', '110227.903000', '110227.906000', '110227.909000', '110227.918000', '110227.921000', '110227.924000', '110227.926000', '110227.929000', '110227.932000', '110227.935000', '110227.938000', '110227.941000', '110227.944000', '110227.947000', '110227.950000', '110227.953000', '110227.956000', '110227.959000', '110227.962000', '110227.964000', '110227.967000', '110227.970000', '110227.973000', '110227.976000', '110227.979000', '110227.982000', '110227.985000', '110227.988000', '110227.991000', '110227.994000', '110227.997000', '110228.001000', '110228.004000', '110247.874000', '110247.877000', '110247.880000', '110247.883000', '110247.886000', '110247.889000', '110247.892000', '110247.894000', '110247.898000', '110247.900000', '110247.903000', '110247.906000', '110247.909000', '110247.912000', '110247.915000', '110247.918000', '110247.921000', '110247.924000', '110247.927000', '110247.930000', '110247.950000', '110247.953000', '110247.956000', '110247.959000', '110247.969000', '110247.972000', '110247.974000', '110247.977000', '110247.980000', '110247.983000', '110247.986000', '110247.989000', '110247.992000', '110247.995000', '110247.998000', '110248.002000', '110248.005000', '110248.008000', '110248.011000', '110248.013000', '110248.017000', '110248.019000', '110248.022000', '110248.025000', '110307.875000', '110307.878000', '110307.881000', '110307.884000', '110307.887000', '110307.890000', '110307.893000', '110307.896000', '110307.898000', '110307.901000', '110307.904000', '110307.907000', '110307.910000', '110307.913000', '110307.916000', '110307.919000', '110307.922000', '110307.925000', '110307.928000', '110307.931000', '110307.933000', '110307.936000', '110307.939000', '110307.942000', '110307.945000', '110307.948000', '110307.951000', '110307.954000', '110307.957000', '110307.960000', '110307.963000', '110307.966000', '110307.968000', '110307.972000', '110307.975000', '110307.977000', '110307.980000', '110307.983000', '110307.986000', '110307.989000', '110307.992000', '110307.995000', '110307.998000', '110327.875000', '110327.878000', '110327.881000', '110327.885000', '110327.887000', '110327.890000', '110327.893000', '110327.896000', '110327.899000', '110327.902000', '110327.905000', '110327.908000', '110327.911000', '110327.914000', '110327.916000', '110327.919000', '110327.922000', '110327.925000', '110327.928000', '110327.931000', '110327.934000', '110327.937000', '110327.940000', '110327.943000', '110327.946000', '110327.949000', '110327.951000', '110327.954000', '110327.957000', '110327.960000', '110327.963000', '110327.966000', '110327.969000', '110327.972000', '110327.975000', '110327.978000', '110327.981000', '110327.984000', '110327.987000', '110327.990000', '110327.993000', '110327.995000', '110327.998000', '110347.874000', '110347.877000', '110347.880000', '110347.883000', '110347.886000', '110347.889000', '110347.892000', '110347.895000', '110347.898000', '110347.900000', '110347.903000', '110347.906000', '110347.909000', '110347.912000', '110347.915000', '110347.918000', '110347.921000', '110347.924000', '110347.927000', '110347.930000', '110347.933000', '110347.936000', '110347.939000', '110347.941000', '110347.944000', '110347.947000', '110347.950000', '110347.953000', '110347.956000', '110347.959000', '110347.962000', '110347.965000', '110347.968000', '110347.974000', '110347.977000', '110347.980000', '110347.983000', '110347.986000', '110347.989000', '110347.992000', '110347.995000', '110347.998000', '110348.002000', '110348.005000', '110407.874000', '110407.877000', '110407.880000', '110407.883000', '110407.886000', '110407.889000', '110407.892000', '110407.895000', '110407.898000', '110407.901000', '110407.904000', '110407.906000', '110407.909000', '110407.912000', '110407.915000', '110407.918000', '110407.921000', '110407.924000', '110407.927000', '110407.930000', '110407.933000', '110407.936000', '110407.939000', '110407.942000', '110407.945000', '110407.948000', '110407.951000', '110407.953000', '110407.956000', '110407.959000', '110407.962000', '110407.965000', '110407.968000', '110407.971000', '110407.974000', '110407.977000', '110407.980000', '110407.983000', '110407.986000', '110407.989000', '110407.991000', '110407.994000', '110407.997000', '110427.874000', '110427.877000', '110427.880000', '110427.883000', '110427.886000', '110427.889000', '110427.892000', '110427.895000', '110427.897000', '110427.900000', '110427.903000', '110427.906000', '110427.909000', '110427.912000', '110427.915000', '110427.918000', '110427.921000', '110427.924000', '110427.927000', '110427.930000', '110427.932000', '110427.935000', '110427.938000', '110427.941000', '110427.944000', '110427.947000', '110427.950000', '110427.953000', '110427.956000', '110427.959000', '110427.962000', '110427.965000', '110427.967000', '110427.970000', '110427.973000', '110427.976000', '110427.979000', '110427.982000', '110427.985000', '110427.988000', '110427.991000', '110427.994000', '110427.997000', '110428.000000', '110447.874000', '110447.880000', '110447.883000', '110447.886000', '110447.889000', '110447.892000', '110447.894000', '110447.897000', '110447.900000', '110447.903000', '110447.906000', '110447.910000', '110447.916000', '110447.919000', '110447.922000', '110447.925000', '110447.928000', '110447.931000', '110447.934000', '110447.937000', '110447.940000', '110447.943000', '110447.946000', '110447.949000', '110447.951000', '110447.955000', '110447.957000', '110447.960000', '110447.963000', '110447.966000', '110447.969000', '110447.972000', '110447.975000', '110447.978000', '110447.981000', '110447.984000', '110447.986000', '110447.990000', '110447.992000', '110447.995000', '110447.998000', '110448.002000', '110448.005000', '110507.874000', '110507.877000', '110507.880000', '110507.883000', '110507.886000', '110507.889000', '110507.892000', '110507.895000', '110507.898000', '110507.901000', '110507.903000', '110507.906000', '110507.909000', '110507.912000', '110507.915000', '110507.918000', '110507.921000', '110507.924000', '110507.927000', '110507.930000', '110507.933000', '110507.936000', '110507.938000', '110507.941000', '110507.944000', '110507.947000', '110507.950000', '110507.953000', '110507.956000', '110507.959000', '110507.962000', '110507.965000', '110507.968000', '110507.971000', '110507.973000', '110507.976000', '110507.979000', '110507.982000', '110507.985000', '110507.988000', '110507.991000', '110507.994000', '110507.997000', '110508.001000', '110527.875000', '110527.878000', '110527.881000', '110527.884000', '110527.887000', '110527.890000', '110527.893000', '110527.896000', '110527.899000', '110527.901000', '110527.905000', '110527.907000', '110527.910000', '110527.913000', '110527.916000', '110527.919000', '110527.922000', '110527.925000', '110527.928000', '110527.931000', '110527.934000', '110527.937000', '110527.940000', '110527.942000', '110527.945000', '110527.949000', '110527.954000', '110527.958000', '110527.961000', '110527.964000', '110527.967000', '110527.970000', '110527.973000', '110527.976000', '110527.978000', '110527.981000', '110527.985000', '110527.988000', '110527.990000', '110527.993000', '110527.996000', '110528.000000', '110528.003000', '110547.875000', '110547.878000', '110547.881000', '110547.884000', '110547.887000', '110547.890000', '110547.893000', '110547.896000', '110547.899000', '110547.901000', '110547.904000', '110547.907000', '110547.910000', '110547.934000', '110547.937000', '110547.940000', '110547.943000', '110547.946000', '110547.949000', '110547.952000', '110547.955000', '110547.958000', '110547.961000', '110547.964000', '110547.966000', '110547.969000', '110547.972000', '110547.975000', '110547.978000', '110547.981000', '110547.984000', '110547.987000', '110547.990000', '110547.993000', '110547.996000', '110548.000000', '110548.002000', '110548.005000', '110548.008000', '110548.011000', '110548.014000', '110548.017000', '110548.020000', '110548.023000', '110607.874000', '110607.877000', '110607.880000', '110607.883000', '110607.886000', '110607.889000', '110607.892000', '110607.895000', '110607.898000', '110607.901000', '110607.904000', '110607.907000', '110607.910000', '110607.913000', '110607.916000', '110607.919000', '110607.922000', '110607.925000', '110607.928000', '110607.931000', '110607.934000', '110607.937000', '110607.940000', '110607.942000', '110607.945000', '110607.948000', '110607.951000', '110607.954000', '110607.957000', '110607.960000', '110607.963000', '110607.966000', '110607.972000', '110607.975000', '110607.978000', '110607.981000', '110607.984000', '110607.987000', '110607.990000', '110607.993000', '110607.996000', '110608.000000', '110608.003000', '110627.874000', '110627.877000', '110627.880000', '110627.883000', '110627.886000', '110627.889000', '110627.892000', '110627.895000', '110627.897000', '110627.900000', '110627.903000', '110627.906000', '110627.909000', '110627.912000', '110627.915000', '110627.918000', '110627.921000', '110627.924000', '110627.927000', '110627.930000', '110627.932000', '110627.935000', '110627.938000', '110627.941000', '110627.944000', '110627.947000', '110627.950000', '110627.953000', '110627.956000', '110627.959000', '110627.962000', '110627.965000', '110627.967000', '110627.970000', '110627.973000', '110627.976000', '110627.979000', '110627.982000', '110627.985000', '110627.988000', '110627.991000', '110627.994000', '110627.997000', '110628.001000', '110647.874000', '110647.877000', '110647.880000', '110647.883000', '110647.886000', '110647.889000', '110647.892000', '110647.894000', '110647.898000', '110647.901000', '110647.903000', '110647.906000', '110647.909000', '110647.912000', '110647.915000', '110647.918000', '110647.921000', '110647.924000', '110647.927000', '110647.929000', '110647.932000', '110647.935000', '110647.938000', '110647.941000', '110647.944000', '110647.947000', '110647.950000', '110647.953000', '110647.956000', '110647.959000', '110647.962000', '110647.964000', '110647.967000', '110647.970000', '110647.973000', '110647.976000', '110647.980000', '110647.982000', '110647.985000', '110647.988000', '110647.991000', '110647.994000', '110647.997000', '110707.874000', '110707.877000', '110707.880000', '110707.883000', '110707.886000', '110707.889000', '110707.892000', '110707.895000', '110707.898000', '110707.917000', '110707.920000', '110707.923000', '110707.926000', '110707.929000', '110707.931000', '110707.934000', '110707.937000', '110707.940000', '110707.943000', '110707.946000', '110707.949000', '110707.952000', '110707.955000', '110707.958000', '110707.960000', '110707.963000', '110707.966000', '110707.969000', '110707.972000', '110707.975000', '110707.978000', '110707.981000', '110707.984000', '110707.987000', '110707.989000', '110707.992000', '110707.995000', '110707.998000', '110708.002000', '110708.005000', '110708.008000', '110708.011000', '110708.014000', '110708.017000', '110727.874000', '110727.877000', '110727.880000', '110727.883000', '110727.886000', '110727.889000', '110727.892000', '110727.895000', '110727.898000', '110727.901000', '110727.903000', '110727.907000', '110727.909000', '110727.912000', '110727.915000', '110727.918000', '110727.921000', '110727.924000', '110727.927000', '110727.930000', '110727.934000', '110727.937000', '110727.940000', '110727.943000', '110727.946000', '110727.949000', '110727.952000', '110727.955000', '110727.958000', '110727.960000', '110727.963000', '110727.966000', '110727.969000', '110727.972000', '110727.975000', '110727.978000', '110727.981000', '110727.984000', '110727.989000', '110727.993000', '110727.996000', '110728.000000', '110728.003000', '110747.875000', '110747.878000', '110747.881000', '110747.884000', '110747.887000', '110747.890000', '110747.893000', '110747.896000', '110747.900000', '110747.903000', '110747.906000', '110747.908000', '110747.911000', '110747.914000', '110747.917000', '110747.920000', '110747.923000', '110747.926000', '110747.929000', '110747.932000', '110747.935000', '110747.938000', '110747.941000', '110747.944000', '110747.947000', '110747.949000', '110747.952000', '110747.955000', '110747.958000', '110747.961000', '110747.964000', '110747.967000', '110747.970000', '110747.973000', '110747.976000', '110747.979000', '110747.982000', '110747.985000', '110747.987000', '110747.990000', '110747.993000', '110747.996000', '110748.000000', '110748.003000', '110807.875000', '110807.878000', '110807.881000', '110807.884000', '110807.887000', '110807.890000', '110807.893000', '110807.896000', '110807.899000', '110807.902000', '110807.905000', '110807.908000', '110807.910000', '110807.913000', '110807.916000', '110807.919000', '110807.922000', '110807.925000', '110807.928000', '110807.931000', '110807.934000', '110807.937000', '110807.940000', '110807.943000', '110807.946000', '110807.948000', '110807.951000', '110807.954000', '110807.957000', '110807.960000', '110807.963000', '110807.966000', '110807.969000', '110807.972000', '110807.975000', '110807.978000', '110807.980000', '110807.983000', '110807.986000', '110807.989000', '110807.992000', '110807.995000', '110807.998000', '110827.874000', '110827.877000', '110827.880000', '110827.883000', '110827.886000', '110827.889000', '110827.905000', '110827.908000', '110827.911000', '110827.914000', '110827.917000', '110827.920000', '110827.923000', '110827.925000', '110827.928000', '110827.931000', '110827.934000', '110827.937000', '110827.940000', '110827.943000', '110827.946000', '110827.949000', '110827.952000', '110827.955000', '110827.958000', '110827.961000', '110827.963000', '110827.967000', '110827.969000', '110827.972000', '110827.975000', '110827.978000', '110827.981000', '110827.984000', '110827.987000', '110827.990000', '110827.993000', '110827.996000', '110828.000000', '110828.003000', '110828.006000', '110828.008000', '110828.011000', '110828.014000', '110832.912000', '110832.916000', '110832.918000', '110832.921000', '110832.924000', '110832.927000', '110832.930000', '110832.933000', '110832.936000', '110832.939000', '110832.942000'], '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': [8472, 8979, 7844, 7725, 8828, 7755, 7545, 8828, 7807, 7537, 7694, 7540, 9571, 8852, 8057, 9233, 7458, 9997, 7616, 8691, 9043, 7313, 12662, 7955, 9814, 8410, 7343, 10014, 7346, 11992, 7648, 7564, 8227, 7375, 9859, 7924, 7483, 8485, 7618, 8054, 7614, 7364, 11149, 7842, 7557, 7468, 7599, 7476, 7607, 7585, 7744, 10543, 8161, 7936, 9436, 7757, 7572, 7800, 7847, 7682, 8936, 10026, 8397, 13617, 9692, 14503, 10529, 8911, 11550, 7671, 12764, 7721, 7469, 8858, 7537, 11190, 7769, 7844, 8137, 7626, 10656, 7944, 7395, 12199, 7813, 7869, 7821, 7535, 7457, 8140, 7378, 7539, 7567, 7775, 7492, 7346, 7982, 8556, 7837, 7974, 8097, 8309, 7422, 7902, 13184, 10346, 7582, 11982, 9710, 7787, 10378, 10277, 7680, 8063, 8587, 7464, 7846, 11937, 8054, 7973, 7819, 7461, 7884, 8091, 7820, 7357, 9487, 7810, 7408, 9898, 7723, 7756, 9256, 7666, 7718, 8961, 7819, 7692, 10483, 8054, 7962, 10390, 7991, 7956, 10476, 10999, 11062, 14329, 12720, 10946, 9621, 7197, 11319, 7797, 7781, 7887, 7333, 9648, 7897, 7352, 8487, 7204, 12348, 7812, 8365, 8178, 7179, 10747, 7684, 7569, 7696, 7258, 11149, 7416, 9626, 7907, 7615, 7729, 7555, 7906, 7393, 7467, 7753, 7553, 7530, 7474, 7838, 7757, 7493, 7442, 8880, 11991, 11587, 10798, 9286, 11984, 8703, 8063, 8174, 10817, 7775, 8116, 12922, 8594, 7684, 12759, 11365, 7733, 13211, 8794, 7928, 14377, 9400, 13212, 13426, 7743, 10604, 7805, 7493, 9495, 7622, 12037, 9739, 7480, 11589, 7610, 7623, 7650, 7727, 7466, 7793, 7416, 7428, 8519, 7759, 7809, 7781, 7578, 7405, 10632, 8895, 9773, 7781, 11500, 12168, 10966, 14698, 11673, 9274, 7911, 8537, 9266, 7916, 8073, 13896, 9416, 8656, 14905, 9171, 12902, 9101, 8134, 11826, 8068, 11974, 8541, 7886, 10854, 7973, 7898, 8297, 8204, 7858, 8554, 8040, 10383, 7962, 8122, 8778, 8357, 7748, 8750, 7833, 12661, 8304, 12645, 8096, 10306, 9168, 7898, 10256, 7783, 11015, 8208, 7719, 8678, 7555, 8208, 7719, 7837, 7862, 8160, 11015, 8698, 7719, 13559, 10930, 9245, 12250, 8064, 14585, 12529, 11760, 12212, 8046, 14943, 8441, 10759, 8939, 7707, 14407, 8223, 8540, 8046, 7779, 8344, 8157, 13055, 7822, 8934, 7889, 7840, 9129, 7856, 7969, 7866, 7775, 10423, 9007, 9908, 9981, 7727, 13303, 8080, 13223, 10947, 10821, 8900, 7858, 10024, 7646, 12691, 7607, 7886, 7744, 7780, 7975, 7717, 7928, 7937, 7824, 7709, 7793, 7871, 7838, 8099, 7658, 7685, 9058, 11939, 10291, 13588, 13637, 9912, 7477, 7956, 13516, 10898, 11986, 14191, 12896, 9058, 15508, 7563, 13531, 8343, 7691, 9146, 7925, 7706, 10679, 7349, 7948, 8123, 7714, 7893, 8696, 7374, 7415, 9980, 8102, 7317, 7452, 10140, 7944, 7694, 11012, 8304, 7431, 14772, 12431, 12638, 13841, 9243, 16584, 11274, 14788, 10959, 11920, 9183, 7228, 9303, 7428, 10529, 7458, 7375, 7738, 7469, 8765, 7461, 7383, 7708, 7511, 7923, 7417, 7346, 10763, 7347, 10473, 7689, 7393, 10653, 7618, 11151, 8282, 7231, 8507, 7378, 10065, 7580, 7471, 7883, 7467, 8280, 7527, 7293, 8759, 7828, 7486, 11203, 7784, 7326, 10557, 8343, 7728, 11637, 10182, 7978, 7225, 8896, 7515, 7531, 7423, 9522, 7429, 7852, 10827, 7211, 12468, 9107, 7269, 11954, 9567, 8740, 12414, 7379, 14209, 8734, 7383, 8011, 7331, 10746, 7542, 8519, 7641, 7589, 9962, 7620, 8171, 7826, 7370, 10479, 8762, 7270, 10791, 7375, 12753, 8387, 7284, 8919, 7261, 7417, 7694, 7683, 7277, 11043, 8136, 7660, 7530, 7809, 7951, 8294, 8080, 7791, 7543, 10820, 9858, 9651, 12385, 11873, 11238, 12875, 11866, 14053, 12685, 8599, 11789, 7514, 11180, 8008, 7219, 13549, 8108, 8308, 8750, 7920, 8109, 7946, 8091, 7951, 8223, 7886, 8101, 7967, 7896, 7419, 7443, 7661, 7329, 7359, 9897, 7409, 7389, 7346, 7571, 7557, 7721, 7521, 11149, 7585, 7535, 7429, 7437, 7549, 7176, 7366, 7487, 8604, 8662, 7464, 12384, 9101, 7514, 12882, 8257, 13391, 10506, 12414, 9904, 7515, 15302, 10522, 10973, 8045, 7364, 7522, 7656, 7343, 7715, 7528, 7563, 7624, 8033, 7371, 7329, 12710, 9737, 9328, 13085, 11511, 11189, 10161, 7153, 14169, 7943, 8090, 8486, 7795, 8411, 8050, 7506, 8247, 7618, 7281, 7770, 10023, 7852, 7778, 14001, 9996, 8885, 11778, 9542, 7738, 7862, 9534, 7893, 7714, 8008, 7625, 7795, 7804, 7744, 7779, 12276, 10498, 7864, 12773, 10434, 7849, 13080, 9500, 8559, 12981, 9258, 8013, 8188, 9082, 7956, 7967, 10252, 8106, 9044, 11696, 7886, 9922, 7858, 7552, 8216, 7870, 7782, 7961, 7814, 7869, 7503, 7514, 7930, 7669, 9332, 7868, 7492, 10129, 7939, 7981, 7649, 11953, 10586, 11507, 14024, 10900, 12999, 10542, 10845, 14674, 12484, 11428, 8719, 7586, 8157, 7538, 7857, 8386, 7857, 7657, 7935, 8457, 7648, 8033, 7549, 8084, 7614, 7868, 8876, 7642, 7418, 7822, 7472, 7657, 7383, 7489, 7840, 9162, 7757, 7745, 11028, 8753, 7817, 9902, 7766, 7901, 10227, 7856, 7836, 8567, 7907, 7853, 8894, 7748, 7627, 10917, 7547, 8775, 8191, 8131, 7784, 7909, 8054, 7654, 7408, 7557, 7684, 9676, 13330, 9453, 7790, 7540, 7695, 10760, 7469, 7863, 8015, 10071, 7569, 8608, 9774, 14227, 12422, 11330, 14726, 10866, 14757, 13041, 10589, 9167, 7410, 10026, 7556, 10586, 9313, 7536, 8476, 7782, 10376, 7714, 9311, 7995, 7796, 8193, 7665, 10580, 7663, 8826, 7782, 7699, 9228, 7497, 8262, 7901, 7579, 9282, 8016, 7619, 7942, 7762, 7790, 7895, 7749, 7674, 7755, 7992, 9222, 7940, 7580, 9382, 7802, 7852, 12780, 10481, 8133, 9101, 11707, 8081, 7836, 13435, 9158, 7930, 11794, 9096, 7343, 7926, 7703, 7828, 8611, 7932, 7746, 10810, 8053, 7706, 7389, 7846, 7833, 7541, 7808, 8688, 7781, 7707, 9537, 7717, 7852, 7809, 7761, 8959, 10335, 7992, 7690, 7769, 7949, 7879, 9404, 7716, 7677, 8268, 7713, 12446, 9924, 7439, 8782, 7703, 7728, 14571, 10561, 7923, 12882, 7521, 11395, 7760, 7950, 9201, 8016, 7700, 9216, 7412, 8077, 7664, 7959, 7843, 7633, 7589, 10477, 9167, 8575, 7924, 7713, 12885, 9463, 8369, 8457, 7696, 13297, 8988, 7628, 7601, 7774, 9919, 7623, 7944, 8103, 7731, 7722, 8241, 7791, 7658, 7847, 7665, 13122, 9172, 7666, 9094, 7543, 11848, 8076, 7567, 7960, 7843, 7578, 7647, 8667, 7838, 7651, 11891, 8100, 7790, 9208, 7838, 7890, 7940, 7845, 8212, 7621, 7739, 7700, 7656, 7789, 12519, 14287, 11168, 12371, 10982, 9524, 9778, 9679, 12257, 10961, 13505, 9736, 8049, 10228, 13447, 8967, 7788, 11157, 8256, 7730, 8593, 7877, 8157, 8178, 7792, 10047, 7731, 12519, 10360, 7756, 9559, 7758, 8001, 8719, 7611, 7890, 11308, 9962, 9809, 9009, 7954, 7755, 8399, 7903, 12777, 10150, 11775, 9864, 7773, 7981, 7905, 7517, 8131, 7771, 8042, 7985, 7688, 8212, 7877, 7766, 8827, 7655, 11577, 10398, 8915, 12924, 10720, 12310, 12205, 8810, 14906, 13149, 8224, 14018, 8158, 7932, 12729, 8390, 7758, 10546, 8899, 9525, 12127, 8666, 7974, 11397, 7794, 7820, 8405, 7811, 8185, 7637, 7689, 7841, 7748, 7688, 8178, 7751, 7789, 7968, 7738, 7742, 8283, 9224, 8999, 7709, 11194, 8469, 7834, 9553, 7855, 10076, 10486, 7985, 14844, 11132, 13548, 13115, 9526, 16155, 11994, 8620, 12055, 9121, 12450, 8222, 7812, 7849, 7546, 7790, 9918, 11240, 9125, 8056, 12135, 9912, 7916, 13183, 9879, 13139, 9999, 7762, 7799, 10306, 7316, 8078, 8516, 7665, 7791, 7543, 8029, 7723, 8207, 8228, 10330, 8092, 7918, 9000, 8021, 12453, 8220, 7847, 9690, 8042, 11006, 9183, 7845, 9914, 8120, 7574, 12411, 7913, 13869, 9343, 10680, 8712, 7804, 10189, 7546, 12174, 8065, 7771, 7734, 8017, 7641, 7260, 8014, 7953, 10770, 7593, 7722, 7758, 7713, 8039, 7850, 7786, 8127, 7651, 8017, 8342, 7830, 12362, 8193, 7982, 7690, 7872, 8413, 7943, 11338, 9040, 7833, 11370, 9337], 'WindowCenter': [4504.0, 4500.0, 4473.0, 4463.0, 4470.0, 4450.0, 4460.0, 4469.0, 4449.0, 4447.0, 4448.0, 4448.0, 4478.0, 4471.0, 4460.0, 4480.0, 4449.0, 4478.0, 4449.0, 4468.0, 4469.0, 4449.0, 4507.0, 4448.0, 4479.0, 4458.0, 4438.0, 4478.0, 4439.0, 4496.0, 4446.0, 4447.0, 4456.0, 4448.0, 4478.0, 4447.0, 4437.0, 4457.0, 4447.0, 4447.0, 4447.0, 4447.0, 4499.0, 4459.0, 4459.0, 4462.0, 4474.0, 4453.0, 4449.0, 4450.0, 4449.0, 4478.0, 4460.0, 4462.0, 4468.0, 4439.0, 4439.0, 4437.0, 4449.0, 4450.0, 4459.0, 4468.0, 4449.0, 4497.0, 4457.0, 4494.0, 4466.0, 4447.0, 4476.0, 4424.0, 4473.0, 4411.0, 4399.0, 4427.0, 4422.0, 4474.0, 4411.0, 4420.0, 4421.0, 4421.0, 4451.0, 4419.0, 4409.0, 4468.0, 4420.0, 4445.0, 4435.0, 4433.0, 4437.0, 4458.0, 4449.0, 4462.0, 4462.0, 4461.0, 4451.0, 4463.0, 4474.0, 4472.0, 4450.0, 4450.0, 4436.0, 4447.0, 4425.0, 4437.0, 4498.0, 4467.0, 4425.0, 4475.0, 4452.0, 4423.0, 4451.0, 4452.0, 4410.0, 4419.0, 4431.0, 4423.0, 4445.0, 4483.0, 4444.0, 4447.0, 4436.0, 4433.0, 4445.0, 4445.0, 4434.0, 4434.0, 4466.0, 4435.0, 4426.0, 4464.0, 4435.0, 4425.0, 4453.0, 4435.0, 4424.0, 4445.0, 4434.0, 4436.0, 4477.0, 4435.0, 4449.0, 4477.0, 4437.0, 4436.0, 4464.0, 4477.0, 4475.0, 4490.0, 4481.0, 4471.0, 4450.0, 4422.0, 4470.0, 4431.0, 4430.0, 4430.0, 4421.0, 4450.0, 4431.0, 4420.0, 4440.0, 4422.0, 4481.0, 4432.0, 4455.0, 4452.0, 4423.0, 4471.0, 4431.0, 4431.0, 4430.0, 4422.0, 4471.0, 4422.0, 4451.0, 4443.0, 4431.0, 4446.0, 4447.0, 4441.0, 4432.0, 4433.0, 4433.0, 4444.0, 4444.0, 4447.0, 4459.0, 4474.0, 4463.0, 4465.0, 4483.0, 4511.0, 4500.0, 4491.0, 4481.0, 4500.0, 4459.0, 4449.0, 4461.0, 4501.0, 4461.0, 4461.0, 4506.0, 4455.0, 4450.0, 4509.0, 4485.0, 4434.0, 4492.0, 4444.0, 4434.0, 4505.0, 4455.0, 4493.0, 4491.0, 4421.0, 4459.0, 4421.0, 4411.0, 4451.0, 4422.0, 4482.0, 4451.0, 4422.0, 4485.0, 4458.0, 4449.0, 4446.0, 4434.0, 4422.0, 4433.0, 4433.0, 4435.0, 4470.0, 4463.0, 4463.0, 4449.0, 4434.0, 4440.0, 4494.0, 4475.0, 4482.0, 4439.0, 4491.0, 4488.0, 4467.0, 4495.0, 4461.0, 4431.0, 4423.0, 4433.0, 4435.0, 4424.0, 4413.0, 4473.0, 4432.0, 4423.0, 4482.0, 4446.0, 4462.0, 4421.0, 4410.0, 4449.0, 4412.0, 4449.0, 4421.0, 4411.0, 4439.0, 4413.0, 4424.0, 4423.0, 4437.0, 4426.0, 4445.0, 4449.0, 4469.0, 4437.0, 4440.0, 4449.0, 4449.0, 4438.0, 4450.0, 4438.0, 4502.0, 4453.0, 4500.0, 4440.0, 4493.0, 4472.0, 4460.0, 4490.0, 4438.0, 4477.0, 4448.0, 4451.0, 4472.0, 4450.0, 4462.0, 4451.0, 4464.0, 4475.0, 4476.0, 4504.0, 4473.0, 4464.0, 4524.0, 4503.0, 4472.0, 4501.0, 4452.0, 4519.0, 4499.0, 4487.0, 4486.0, 4436.0, 4493.0, 4433.0, 4463.0, 4444.0, 4423.0, 4491.0, 4433.0, 4443.0, 4433.0, 4422.0, 4433.0, 4432.0, 4482.0, 4423.0, 4443.0, 4433.0, 4435.0, 4454.0, 4446.0, 4447.0, 4447.0, 4447.0, 4487.0, 4470.0, 4478.0, 4477.0, 4448.0, 4508.0, 4448.0, 4497.0, 4477.0, 4473.0, 4455.0, 4447.0, 4479.0, 4448.0, 4506.0, 4435.0, 4434.0, 4434.0, 4445.0, 4446.0, 4449.0, 4473.0, 4460.0, 4447.0, 4449.0, 4435.0, 4446.0, 4448.0, 4446.0, 4436.0, 4461.0, 4468.0, 4503.0, 4490.0, 4522.0, 4519.0, 4479.0, 4438.0, 4449.0, 4507.0, 4477.0, 4487.0, 4496.0, 4485.0, 4445.0, 4505.0, 4434.0, 4483.0, 4432.0, 4422.0, 4452.0, 4432.0, 4434.0, 4489.0, 4438.0, 4447.0, 4445.0, 4435.0, 4459.0, 4457.0, 4438.0, 4450.0, 4490.0, 4460.0, 4437.0, 4448.0, 4487.0, 4448.0, 4448.0, 4487.0, 4458.0, 4449.0, 4519.0, 4498.0, 4496.0, 4506.0, 4455.0, 4514.0, 4472.0, 4492.0, 4462.0, 4482.0, 4450.0, 4421.0, 4439.0, 4420.0, 4462.0, 4424.0, 4421.0, 4431.0, 4424.0, 4453.0, 4433.0, 4446.0, 4449.0, 4438.0, 4447.0, 4437.0, 4447.0, 4501.0, 4450.0, 4487.0, 4446.0, 4436.0, 4487.0, 4460.0, 4497.0, 4457.0, 4446.0, 4467.0, 4450.0, 4490.0, 4447.0, 4447.0, 4455.0, 4449.0, 4469.0, 4457.0, 4450.0, 4469.0, 4459.0, 4451.0, 4512.0, 4470.0, 4450.0, 4503.0, 4471.0, 4449.0, 4498.0, 4486.0, 4459.0, 4461.0, 4493.0, 4462.0, 4461.0, 4451.0, 4492.0, 4449.0, 4457.0, 4487.0, 4448.0, 4495.0, 4465.0, 4436.0, 4493.0, 4477.0, 4470.0, 4505.0, 4435.0, 4504.0, 4453.0, 4422.0, 4431.0, 4421.0, 4472.0, 4433.0, 4452.0, 4432.0, 4433.0, 4475.0, 4447.0, 4455.0, 4444.0, 4447.0, 4486.0, 4455.0, 4436.0, 4486.0, 4435.0, 4495.0, 4456.0, 4435.0, 4481.0, 4460.0, 4449.0, 4449.0, 4446.0, 4425.0, 4448.0, 4419.0, 4408.0, 4433.0, 4432.0, 4460.0, 4473.0, 4471.0, 4463.0, 4464.0, 4501.0, 4481.0, 4480.0, 4498.0, 4486.0, 4476.0, 4483.0, 4470.0, 4480.0, 4456.0, 4416.0, 4445.0, 4394.0, 4444.0, 4404.0, 4396.0, 4467.0, 4403.0, 4413.0, 4416.0, 4406.0, 4407.0, 4416.0, 4418.0, 4419.0, 4429.0, 4419.0, 4420.0, 4420.0, 4429.0, 4419.0, 4420.0, 4432.0, 4433.0, 4435.0, 4474.0, 4434.0, 4434.0, 4433.0, 4445.0, 4446.0, 4458.0, 4460.0, 4498.0, 4461.0, 4460.0, 4448.0, 4448.0, 4447.0, 4450.0, 4461.0, 4462.0, 4481.0, 4480.0, 4461.0, 4520.0, 4481.0, 4451.0, 4519.0, 4469.0, 4519.0, 4488.0, 4498.0, 4476.0, 4437.0, 4514.0, 4476.0, 4474.0, 4447.0, 4448.0, 4458.0, 4447.0, 4447.0, 4433.0, 4434.0, 4433.0, 4433.0, 4442.0, 4435.0, 4436.0, 4497.0, 4464.0, 4465.0, 4496.0, 4484.0, 4474.0, 4464.0, 4412.0, 4503.0, 4447.0, 4432.0, 4440.0, 4432.0, 4442.0, 4444.0, 4448.0, 4468.0, 4458.0, 4448.0, 4451.0, 4468.0, 4448.0, 4439.0, 4509.0, 4465.0, 4472.0, 4512.0, 4471.0, 4451.0, 4447.0, 4466.0, 4434.0, 4436.0, 4436.0, 4436.0, 4438.0, 4438.0, 4438.0, 4450.0, 4512.0, 4489.0, 4447.0, 4497.0, 4476.0, 4436.0, 4510.0, 4472.0, 4461.0, 4511.0, 4457.0, 4437.0, 4436.0, 4446.0, 4435.0, 4438.0, 4480.0, 4437.0, 4457.0, 4487.0, 4437.0, 4466.0, 4436.0, 4438.0, 4448.0, 4425.0, 4426.0, 4447.0, 4435.0, 4446.0, 4438.0, 4438.0, 4463.0, 4439.0, 4467.0, 4449.0, 4437.0, 4478.0, 4449.0, 4449.0, 4447.0, 4497.0, 4478.0, 4488.0, 4506.0, 4476.0, 4496.0, 4466.0, 4465.0, 4492.0, 4472.0, 4461.0, 4458.0, 4436.0, 4433.0, 4424.0, 4423.0, 4420.0, 4434.0, 4424.0, 4432.0, 4445.0, 4447.0, 4422.0, 4409.0, 4393.0, 4439.0, 4461.0, 4480.0, 4434.0, 4438.0, 4449.0, 4438.0, 4462.0, 4436.0, 4449.0, 4459.0, 4466.0, 4436.0, 4436.0, 4476.0, 4456.0, 4436.0, 4466.0, 4448.0, 4448.0, 4475.0, 4447.0, 4436.0, 4445.0, 4446.0, 4448.0, 4456.0, 4437.0, 4437.0, 4487.0, 4436.0, 4444.0, 4442.0, 4448.0, 4461.0, 4457.0, 4458.0, 4448.0, 4437.0, 4447.0, 4446.0, 4467.0, 4508.0, 4477.0, 4449.0, 4438.0, 4439.0, 4502.0, 4442.0, 4461.0, 4450.0, 4468.0, 4449.0, 4459.0, 4469.0, 4507.0, 4488.0, 4465.0, 4484.0, 4452.0, 4480.0, 4459.0, 4439.0, 4417.0, 4397.0, 4426.0, 4398.0, 4435.0, 4428.0, 4397.0, 4417.0, 4408.0, 4436.0, 4410.0, 4439.0, 4420.0, 4420.0, 4431.0, 4422.0, 4461.0, 4423.0, 4442.0, 4434.0, 4450.0, 4467.0, 4437.0, 4447.0, 4435.0, 4437.0, 4466.0, 4449.0, 4449.0, 4448.0, 4450.0, 4464.0, 4462.0, 4462.0, 4462.0, 4462.0, 4463.0, 4485.0, 4463.0, 4463.0, 4486.0, 4455.0, 4464.0, 4522.0, 4492.0, 4463.0, 4469.0, 4500.0, 4449.0, 4450.0, 4511.0, 4467.0, 4460.0, 4500.0, 4471.0, 4453.0, 4449.0, 4437.0, 4436.0, 4456.0, 4436.0, 4435.0, 4475.0, 4447.0, 4437.0, 4425.0, 4447.0, 4437.0, 4437.0, 4436.0, 4456.0, 4447.0, 4449.0, 4467.0, 4449.0, 4449.0, 4448.0, 4450.0, 4472.0, 4491.0, 4461.0, 4451.0, 4450.0, 4460.0, 4460.0, 4482.0, 4452.0, 4451.0, 4473.0, 4465.0, 4523.0, 4480.0, 4439.0, 4458.0, 4447.0, 4449.0, 4518.0, 4478.0, 4447.0, 4509.0, 4437.0, 4497.0, 4448.0, 4449.0, 4455.0, 4445.0, 4436.0, 4466.0, 4436.0, 4448.0, 4448.0, 4449.0, 4450.0, 4450.0, 4448.0, 4487.0, 4481.0, 4470.0, 4448.0, 4450.0, 4508.0, 4479.0, 4461.0, 4455.0, 4436.0, 4496.0, 4456.0, 4435.0, 4437.0, 4449.0, 4477.0, 4447.0, 4459.0, 4448.0, 4447.0, 4447.0, 4458.0, 4449.0, 4449.0, 4448.0, 4451.0, 4510.0, 4469.0, 4437.0, 4469.0, 4452.0, 4511.0, 4460.0, 4450.0, 4461.0, 4448.0, 4438.0, 4439.0, 4457.0, 4438.0, 4449.0, 4513.0, 4464.0, 4451.0, 4479.0, 4450.0, 4460.0, 4463.0, 4485.0, 4486.0, 4478.0, 4463.0, 4452.0, 4448.0, 4456.0, 4531.0, 4539.0, 4507.0, 4514.0, 4478.0, 4458.0, 4457.0, 4455.0, 4484.0, 4463.0, 4484.0, 4456.0, 4425.0, 4451.0, 4471.0, 4430.0, 4399.0, 4450.0, 4410.0, 4398.0, 4418.0, 4410.0, 4410.0, 4420.0, 4411.0, 4441.0, 4425.0, 4472.0, 4453.0, 4413.0, 4442.0, 4424.0, 4426.0, 4436.0, 4427.0, 4439.0, 4478.0, 4469.0, 4471.0, 4459.0, 4439.0, 4439.0, 4449.0, 4451.0, 4499.0, 4481.0, 4499.0, 4468.0, 4438.0, 4461.0, 4463.0, 4452.0, 4460.0, 4451.0, 4464.0, 4465.0, 4454.0, 4464.0, 4464.0, 4465.0, 4474.0, 4466.0, 4505.0, 4483.0, 4460.0, 4500.0, 4479.0, 4476.0, 4475.0, 4434.0, 4493.0, 4472.0, 4421.0, 4480.0, 4410.0, 4410.0, 4469.0, 4431.0, 4410.0, 4461.0, 4441.0, 4451.0, 4483.0, 4442.0, 4434.0, 4473.0, 4424.0, 4435.0, 4432.0, 4422.0, 4433.0, 4423.0, 4424.0, 4433.0, 4435.0, 4449.0, 4461.0, 4450.0, 4453.0, 4462.0, 4450.0, 4454.0, 4461.0, 4472.0, 4470.0, 4453.0, 4505.0, 4465.0, 4455.0, 4484.0, 4463.0, 4483.0, 4481.0, 4440.0, 4497.0, 4467.0, 4474.0, 4474.0, 4430.0, 4479.0, 4449.0, 4408.0, 4446.0, 4416.0, 4457.0, 4418.0, 4412.0, 4435.0, 4435.0, 4437.0, 4470.0, 4488.0, 4468.0, 4448.0, 4487.0, 4466.0, 4437.0, 4497.0, 4468.0, 4497.0, 4465.0, 4436.0, 4425.0, 4465.0, 4415.0, 4436.0, 4444.0, 4424.0, 4425.0, 4434.0, 4436.0, 4423.0, 4434.0, 4445.0, 4464.0, 4436.0, 4436.0, 4456.0, 4436.0, 4485.0, 4445.0, 4436.0, 4468.0, 4449.0, 4490.0, 4467.0, 4447.0, 4477.0, 4448.0, 4438.0, 4497.0, 4449.0, 4508.0, 4468.0, 4477.0, 4456.0, 4436.0, 4476.0, 4437.0, 4497.0, 4447.0, 4451.0, 4449.0, 4489.0, 4451.0, 4449.0, 4449.0, 4448.0, 4488.0, 4438.0, 4438.0, 4438.0, 4449.0, 4463.0, 4464.0, 4451.0, 4463.0, 4453.0, 4461.0, 4471.0, 4464.0, 4527.0, 4475.0, 4472.0, 4464.0, 4487.0, 4486.0, 4475.0, 4516.0, 4487.0, 4467.0, 4516.0, 4495.0], 'WindowWidth': [9935.0, 9918.0, 9871.0, 9855.0, 9859.0, 9831.0, 9845.0, 9854.0, 9826.0, 9823.0, 9824.0, 9825.0, 9864.0, 9858.0, 9844.0, 9868.0, 9828.0, 9865.0, 9826.0, 9852.0, 9854.0, 9826.0, 9901.0, 9825.0, 9865.0, 9836.0, 9810.0, 9864.0, 9812.0, 9885.0, 9819.0, 9819.0, 9833.0, 9827.0, 9865.0, 9821.0, 9807.0, 9834.0, 9822.0, 9822.0, 9822.0, 9822.0, 9897.0, 9840.0, 9844.0, 9855.0, 9870.0, 9837.0, 9825.0, 9830.0, 9823.0, 9857.0, 9839.0, 9845.0, 9848.0, 9808.0, 9809.0, 9803.0, 9823.0, 9828.0, 9836.0, 9845.0, 9822.0, 9884.0, 9827.0, 9875.0, 9838.0, 9814.0, 9853.0, 9778.0, 9841.0, 9754.0, 9734.0, 9770.0, 9771.0, 9849.0, 9756.0, 9766.0, 9769.0, 9774.0, 9813.0, 9764.0, 9750.0, 9831.0, 9770.0, 9814.0, 9798.0, 9795.0, 9806.0, 9837.0, 9827.0, 9848.0, 9850.0, 9846.0, 9833.0, 9855.0, 9868.0, 9863.0, 9829.0, 9824.0, 9800.0, 9816.0, 9783.0, 9802.0, 9887.0, 9843.0, 9783.0, 9849.0, 9814.0, 9774.0, 9810.0, 9811.0, 9755.0, 9765.0, 9787.0, 9782.0, 9814.0, 9863.0, 9812.0, 9820.0, 9803.0, 9797.0, 9815.0, 9815.0, 9798.0, 9799.0, 9842.0, 9801.0, 9788.0, 9837.0, 9798.0, 9784.0, 9819.0, 9798.0, 9782.0, 9811.0, 9796.0, 9801.0, 9856.0, 9799.0, 9824.0, 9859.0, 9805.0, 9799.0, 9835.0, 9860.0, 9852.0, 9867.0, 9854.0, 9841.0, 9814.0, 9779.0, 9842.0, 9791.0, 9789.0, 9788.0, 9777.0, 9814.0, 9790.0, 9774.0, 9801.0, 9777.0, 9856.0, 9796.0, 9833.0, 9823.0, 9783.0, 9842.0, 9790.0, 9789.0, 9787.0, 9778.0, 9843.0, 9779.0, 9816.0, 9808.0, 9792.0, 9822.0, 9823.0, 9804.0, 9794.0, 9798.0, 9796.0, 9812.0, 9812.0, 9822.0, 9841.0, 9871.0, 9853.0, 9860.0, 9880.0, 9914.0, 9897.0, 9883.0, 9871.0, 9897.0, 9839.0, 9825.0, 9845.0, 9903.0, 9849.0, 9847.0, 9901.0, 9829.0, 9832.0, 9908.0, 9865.0, 9797.0, 9871.0, 9809.0, 9795.0, 9892.0, 9828.0, 9876.0, 9871.0, 9776.0, 9824.0, 9773.0, 9760.0, 9814.0, 9778.0, 9856.0, 9814.0, 9780.0, 9870.0, 9842.0, 9827.0, 9819.0, 9797.0, 9776.0, 9793.0, 9796.0, 9798.0, 9857.0, 9852.0, 9851.0, 9823.0, 9797.0, 9812.0, 9892.0, 9869.0, 9869.0, 9806.0, 9878.0, 9871.0, 9840.0, 9871.0, 9819.0, 9780.0, 9771.0, 9785.0, 9788.0, 9773.0, 9759.0, 9837.0, 9780.0, 9768.0, 9849.0, 9808.0, 9819.0, 9763.0, 9747.0, 9795.0, 9752.0, 9798.0, 9763.0, 9750.0, 9786.0, 9756.0, 9774.0, 9771.0, 9798.0, 9780.0, 9808.0, 9822.0, 9847.0, 9802.0, 9808.0, 9819.0, 9820.0, 9804.0, 9822.0, 9806.0, 9894.0, 9830.0, 9889.0, 9809.0, 9887.0, 9859.0, 9843.0, 9883.0, 9806.0, 9857.0, 9821.0, 9831.0, 9861.0, 9829.0, 9846.0, 9829.0, 9856.0, 9872.0, 9872.0, 9907.0, 9866.0, 9852.0, 9933.0, 9903.0, 9859.0, 9896.0, 9830.0, 9921.0, 9891.0, 9870.0, 9867.0, 9799.0, 9872.0, 9791.0, 9831.0, 9806.0, 9779.0, 9867.0, 9792.0, 9805.0, 9791.0, 9777.0, 9791.0, 9789.0, 9856.0, 9779.0, 9807.0, 9792.0, 9799.0, 9825.0, 9816.0, 9818.0, 9819.0, 9821.0, 9873.0, 9853.0, 9862.0, 9861.0, 9822.0, 9902.0, 9822.0, 9888.0, 9859.0, 9849.0, 9827.0, 9818.0, 9867.0, 9823.0, 9899.0, 9798.0, 9796.0, 9797.0, 9817.0, 9819.0, 9830.0, 9867.0, 9842.0, 9820.0, 9826.0, 9802.0, 9817.0, 9823.0, 9816.0, 9804.0, 9846.0, 9849.0, 9901.0, 9882.0, 9929.0, 9925.0, 9864.0, 9807.0, 9825.0, 9899.0, 9858.0, 9869.0, 9882.0, 9866.0, 9811.0, 9892.0, 9796.0, 9857.0, 9787.0, 9774.0, 9816.0, 9791.0, 9798.0, 9883.0, 9809.0, 9822.0, 9815.0, 9800.0, 9843.0, 9835.0, 9809.0, 9830.0, 9884.0, 9842.0, 9808.0, 9824.0, 9875.0, 9822.0, 9822.0, 9874.0, 9836.0, 9826.0, 9919.0, 9890.0, 9883.0, 9896.0, 9824.0, 9902.0, 9843.0, 9868.0, 9827.0, 9856.0, 9811.0, 9773.0, 9795.0, 9772.0, 9830.0, 9784.0, 9777.0, 9790.0, 9785.0, 9822.0, 9795.0, 9820.0, 9826.0, 9810.0, 9820.0, 9808.0, 9824.0, 9900.0, 9832.0, 9874.0, 9819.0, 9807.0, 9874.0, 9843.0, 9891.0, 9836.0, 9821.0, 9847.0, 9831.0, 9884.0, 9823.0, 9821.0, 9831.0, 9829.0, 9857.0, 9837.0, 9831.0, 9855.0, 9840.0, 9836.0, 9919.0, 9862.0, 9831.0, 9909.0, 9859.0, 9825.0, 9890.0, 9873.0, 9838.0, 9851.0, 9898.0, 9852.0, 9846.0, 9834.0, 9892.0, 9829.0, 9834.0, 9874.0, 9826.0, 9882.0, 9843.0, 9806.0, 9879.0, 9861.0, 9860.0, 9898.0, 9801.0, 9894.0, 9824.0, 9780.0, 9790.0, 9778.0, 9846.0, 9796.0, 9820.0, 9793.0, 9797.0, 9859.0, 9825.0, 9831.0, 9813.0, 9823.0, 9874.0, 9831.0, 9807.0, 9874.0, 9803.0, 9881.0, 9834.0, 9804.0, 9877.0, 9848.0, 9831.0, 9826.0, 9817.0, 9784.0, 9801.0, 9764.0, 9748.0, 9792.0, 9791.0, 9844.0, 9867.0, 9862.0, 9855.0, 9854.0, 9899.0, 9871.0, 9867.0, 9889.0, 9869.0, 9852.0, 9859.0, 9837.0, 9848.0, 9811.0, 9755.0, 9791.0, 9724.0, 9789.0, 9739.0, 9730.0, 9825.0, 9737.0, 9749.0, 9754.0, 9741.0, 9745.0, 9758.0, 9763.0, 9765.0, 9779.0, 9766.0, 9768.0, 9769.0, 9782.0, 9770.0, 9772.0, 9792.0, 9795.0, 9800.0, 9853.0, 9798.0, 9798.0, 9797.0, 9815.0, 9818.0, 9841.0, 9846.0, 9891.0, 9849.0, 9847.0, 9826.0, 9823.0, 9821.0, 9834.0, 9848.0, 9852.0, 9874.0, 9872.0, 9846.0, 9926.0, 9875.0, 9834.0, 9923.0, 9856.0, 9919.0, 9878.0, 9890.0, 9857.0, 9806.0, 9906.0, 9856.0, 9852.0, 9820.0, 9827.0, 9839.0, 9823.0, 9821.0, 9796.0, 9797.0, 9794.0, 9795.0, 9808.0, 9803.0, 9805.0, 9886.0, 9841.0, 9840.0, 9882.0, 9864.0, 9849.0, 9834.0, 9764.0, 9889.0, 9822.0, 9790.0, 9798.0, 9789.0, 9805.0, 9813.0, 9823.0, 9853.0, 9840.0, 9827.0, 9835.0, 9844.0, 9819.0, 9808.0, 9902.0, 9839.0, 9861.0, 9917.0, 9854.0, 9832.0, 9819.0, 9841.0, 9797.0, 9801.0, 9802.0, 9803.0, 9808.0, 9809.0, 9809.0, 9828.0, 9913.0, 9879.0, 9818.0, 9887.0, 9854.0, 9802.0, 9909.0, 9861.0, 9844.0, 9909.0, 9829.0, 9802.0, 9799.0, 9811.0, 9796.0, 9805.0, 9867.0, 9804.0, 9830.0, 9868.0, 9802.0, 9839.0, 9797.0, 9805.0, 9819.0, 9779.0, 9783.0, 9819.0, 9799.0, 9816.0, 9808.0, 9808.0, 9850.0, 9810.0, 9847.0, 9822.0, 9807.0, 9864.0, 9825.0, 9825.0, 9820.0, 9886.0, 9861.0, 9871.0, 9896.0, 9853.0, 9878.0, 9839.0, 9835.0, 9869.0, 9841.0, 9823.0, 9834.0, 9802.0, 9792.0, 9781.0, 9777.0, 9768.0, 9795.0, 9779.0, 9788.0, 9811.0, 9821.0, 9774.0, 9752.0, 9718.0, 9810.0, 9848.0, 9874.0, 9800.0, 9813.0, 9828.0, 9811.0, 9853.0, 9805.0, 9829.0, 9841.0, 9843.0, 9804.0, 9802.0, 9855.0, 9829.0, 9801.0, 9842.0, 9825.0, 9824.0, 9856.0, 9819.0, 9803.0, 9813.0, 9815.0, 9819.0, 9830.0, 9804.0, 9805.0, 9874.0, 9802.0, 9811.0, 9805.0, 9823.0, 9848.0, 9837.0, 9838.0, 9825.0, 9807.0, 9818.0, 9817.0, 9845.0, 9901.0, 9863.0, 9826.0, 9807.0, 9808.0, 9901.0, 9819.0, 9842.0, 9823.0, 9847.0, 9825.0, 9836.0, 9848.0, 9897.0, 9869.0, 9833.0, 9857.0, 9808.0, 9844.0, 9813.0, 9784.0, 9754.0, 9728.0, 9766.0, 9730.0, 9779.0, 9771.0, 9731.0, 9757.0, 9747.0, 9782.0, 9752.0, 9791.0, 9767.0, 9769.0, 9783.0, 9774.0, 9824.0, 9778.0, 9800.0, 9795.0, 9830.0, 9846.0, 9804.0, 9815.0, 9798.0, 9802.0, 9843.0, 9823.0, 9823.0, 9822.0, 9827.0, 9853.0, 9851.0, 9848.0, 9848.0, 9848.0, 9851.0, 9881.0, 9847.0, 9849.0, 9884.0, 9841.0, 9851.0, 9928.0, 9887.0, 9849.0, 9852.0, 9894.0, 9825.0, 9828.0, 9908.0, 9846.0, 9841.0, 9893.0, 9857.0, 9840.0, 9826.0, 9804.0, 9804.0, 9830.0, 9801.0, 9799.0, 9855.0, 9820.0, 9806.0, 9786.0, 9818.0, 9805.0, 9806.0, 9804.0, 9828.0, 9821.0, 9823.0, 9847.0, 9823.0, 9825.0, 9823.0, 9829.0, 9861.0, 9884.0, 9846.0, 9830.0, 9828.0, 9842.0, 9842.0, 9872.0, 9831.0, 9831.0, 9866.0, 9860.0, 9933.0, 9869.0, 9811.0, 9836.0, 9821.0, 9823.0, 9916.0, 9862.0, 9820.0, 9904.0, 9806.0, 9887.0, 9824.0, 9823.0, 9828.0, 9814.0, 9803.0, 9843.0, 9803.0, 9824.0, 9823.0, 9825.0, 9829.0, 9829.0, 9825.0, 9876.0, 9871.0, 9857.0, 9823.0, 9828.0, 9902.0, 9865.0, 9845.0, 9830.0, 9803.0, 9882.0, 9828.0, 9799.0, 9803.0, 9825.0, 9858.0, 9823.0, 9840.0, 9822.0, 9820.0, 9822.0, 9837.0, 9826.0, 9825.0, 9823.0, 9830.0, 9908.0, 9851.0, 9807.0, 9852.0, 9834.0, 9916.0, 9843.0, 9830.0, 9843.0, 9821.0, 9807.0, 9808.0, 9830.0, 9808.0, 9826.0, 9919.0, 9855.0, 9833.0, 9867.0, 9827.0, 9842.0, 9850.0, 9890.0, 9892.0, 9882.0, 9853.0, 9830.0, 9823.0, 9844.0, 9954.0, 9962.0, 9914.0, 9921.0, 9858.0, 9828.0, 9824.0, 9821.0, 9860.0, 9827.0, 9857.0, 9824.0, 9781.0, 9808.0, 9833.0, 9777.0, 9734.0, 9801.0, 9748.0, 9729.0, 9756.0, 9748.0, 9749.0, 9763.0, 9752.0, 9795.0, 9778.0, 9838.0, 9812.0, 9759.0, 9798.0, 9776.0, 9781.0, 9795.0, 9785.0, 9803.0, 9858.0, 9848.0, 9852.0, 9834.0, 9806.0, 9805.0, 9818.0, 9825.0, 9889.0, 9866.0, 9888.0, 9843.0, 9806.0, 9846.0, 9850.0, 9835.0, 9841.0, 9828.0, 9851.0, 9854.0, 9836.0, 9850.0, 9850.0, 9853.0, 9864.0, 9855.0, 9906.0, 9873.0, 9838.0, 9889.0, 9859.0, 9850.0, 9847.0, 9790.0, 9867.0, 9838.0, 9768.0, 9846.0, 9751.0, 9753.0, 9833.0, 9785.0, 9753.0, 9825.0, 9799.0, 9815.0, 9858.0, 9804.0, 9794.0, 9846.0, 9779.0, 9800.0, 9789.0, 9775.0, 9790.0, 9776.0, 9780.0, 9793.0, 9798.0, 9827.0, 9846.0, 9828.0, 9835.0, 9847.0, 9826.0, 9836.0, 9841.0, 9855.0, 9852.0, 9834.0, 9906.0, 9854.0, 9839.0, 9875.0, 9847.0, 9870.0, 9866.0, 9807.0, 9879.0, 9837.0, 9842.0, 9839.0, 9776.0, 9838.0, 9797.0, 9742.0, 9789.0, 9748.0, 9807.0, 9761.0, 9760.0, 9798.0, 9797.0, 9804.0, 9849.0, 9874.0, 9848.0, 9818.0, 9871.0, 9841.0, 9803.0, 9884.0, 9844.0, 9881.0, 9836.0, 9798.0, 9784.0, 9836.0, 9768.0, 9796.0, 9804.0, 9778.0, 9783.0, 9796.0, 9800.0, 9779.0, 9793.0, 9809.0, 9835.0, 9799.0, 9799.0, 9826.0, 9801.0, 9865.0, 9811.0, 9801.0, 9846.0, 9827.0, 9882.0, 9846.0, 9820.0, 9859.0, 9820.0, 9808.0, 9886.0, 9824.0, 9903.0, 9848.0, 9858.0, 9829.0, 9803.0, 9854.0, 9806.0, 9887.0, 9818.0, 9833.0, 9825.0, 9898.0, 9834.0, 9827.0, 9825.0, 9820.0, 9874.0, 9806.0, 9806.0, 9805.0, 9823.0, 9847.0, 9852.0, 9830.0, 9848.0, 9835.0, 9845.0, 9858.0, 9854.0, 9945.0, 9871.0, 9865.0, 9856.0, 9892.0, 9889.0, 9873.0, 9928.0, 9889.0, 9862.0, 9927.0, 9898.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.0020998525585429312</td></tr>
<tr><td colspan=3>aqi</td><td>0.0573066822202949</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.033562425208366</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.133036212552082</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9904739835937524</td></tr>
<tr><td colspan=3>efc</td><td>0.4742</td></tr>
<tr><td colspan=3>fber</td><td>6699.8188</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15524048054146639</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>264</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.89679098005204</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.569714605859779</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4809993953938196</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.826085205348151</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.402059216837367</td></tr>
<tr><td colspan=3>gcor</td><td>0.0116244</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001752446754835546</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029831457883119583</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8408737891305504</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.5692</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6247</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.5105</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298906.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>816.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.8902</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0664</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>583.746</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3650.5851</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3855.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77638.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.6714</td></tr>
<tr><td colspan=3>tsnr</td><td>26.61050703842193</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>