<?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-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-02/func/sub-0059_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>70abb3787110e843468339d356c599c4</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>16:12:7.060000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999151, 0.0192973, 0.0364089, -0.0261638, 0.979703, 0.198739]</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.112117</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7781, -7234, 467, -76, -142, 9, 8]</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>260.6</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8f1b7b7d-9a3c-452a-88b4-92cbfa3c3456||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6806480884552, -0.07019545137882233, 0.08595393598079681, 115.91571807861328], [-0.05177333950996399, 2.628471851348877, 0.5387118458747864, -97.7332763671875], [0.09768244624137878, -0.5332025289535522, 2.644315004348755, -30.209732055664062], [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': ['161207.060000', '161207.520000', '161207.980000', '161208.440000', '161208.900000', '161209.360000', '161209.820000', '161210.280000', '161210.740000', '161211.200000', '161211.660000', '161212.120000', '161212.580000', '161213.040000', '161213.500000', '161213.960000', '161214.420000', '161214.880000', '161215.340000', '161215.800000', '161216.260000', '161216.720000', '161217.180000', '161217.640000', '161218.100000', '161218.560000', '161219.020000', '161219.480000', '161219.940000', '161220.400000', '161220.860000', '161221.320000', '161221.780000', '161222.240000', '161222.700000', '161223.160000', '161223.620000', '161224.080000', '161224.540000', '161225.000000', '161225.460000', '161225.920000', '161226.380000', '161226.840000', '161227.300000', '161227.760000', '161228.220000', '161228.680000', '161229.140000', '161229.600000', '161230.060000', '161230.520000', '161230.980000', '161231.440000', '161231.900000', '161232.360000', '161232.820000', '161233.280000', '161233.740000', '161234.200000', '161234.660000', '161235.120000', '161235.580000', '161236.040000', '161236.500000', '161236.960000', '161237.420000', '161237.880000', '161238.340000', '161238.800000', '161239.260000', '161239.720000', '161240.180000', '161240.640000', '161241.100000', '161241.560000', '161242.020000', '161242.480000', '161242.940000', '161243.400000', '161243.860000', '161244.320000', '161244.780000', '161245.240000', '161245.700000', '161246.160000', '161246.620000', '161247.080000', '161247.540000', '161248.000000', '161248.460000', '161248.920000', '161249.380000', '161249.840000', '161250.300000', '161250.760000', '161251.220000', '161251.680000', '161252.140000', '161252.600000', '161253.060000', '161253.520000', '161253.980000', '161254.440000', '161254.900000', '161255.360000', '161255.820000', '161256.280000', '161256.740000', '161257.200000', '161257.660000', '161258.120000', '161258.580000', '161259.040000', '161259.500000', '161259.960000', '161300.420000', '161300.880000', '161301.340000', '161301.800000', '161302.260000', '161302.720000', '161303.180000', '161303.640000', '161304.100000', '161304.560000', '161305.020000', '161305.480000', '161305.940000', '161306.400000', '161306.860000', '161307.320000', '161307.780000', '161308.240000', '161308.700000', '161309.160000', '161309.620000', '161310.080000', '161310.540000', '161311.000000', '161311.460000', '161311.920000', '161312.380000', '161312.840000', '161313.300000', '161313.760000', '161314.220000', '161314.680000', '161315.140000', '161315.600000', '161316.060000', '161316.520000', '161316.980000', '161317.440000', '161317.900000', '161318.360000', '161318.820000', '161319.280000', '161319.740000', '161320.200000', '161320.660000', '161321.120000', '161321.580000', '161322.040000', '161322.500000', '161322.960000', '161323.420000', '161323.880000', '161324.340000', '161324.800000', '161325.260000', '161325.720000', '161326.180000', '161326.640000', '161327.100000', '161327.560000', '161328.020000', '161328.480000', '161328.940000', '161329.400000', '161329.860000', '161330.320000', '161330.780000', '161331.240000', '161331.700000', '161332.160000', '161332.620000', '161333.080000', '161333.540000', '161334.000000', '161334.460000', '161334.920000', '161335.380000', '161335.840000', '161336.300000', '161336.760000', '161337.220000', '161337.680000', '161338.140000', '161338.600000', '161339.060000', '161339.520000', '161339.980000', '161340.440000', '161340.900000', '161341.360000', '161341.820000', '161342.280000', '161342.740000', '161343.200000', '161343.660000', '161344.120000', '161344.580000', '161345.040000', '161345.500000', '161345.960000', '161346.420000', '161346.880000', '161347.340000', '161347.800000', '161348.260000', '161348.720000', '161349.180000', '161349.640000', '161350.100000', '161350.560000', '161351.020000', '161351.480000', '161351.940000', '161352.400000', '161352.860000', '161353.320000', '161353.780000', '161354.240000', '161354.700000', '161355.160000', '161355.620000', '161356.080000', '161356.540000', '161357.000000', '161357.460000', '161357.920000', '161358.380000', '161358.840000', '161359.300000', '161359.760000', '161400.220000', '161400.680000', '161401.140000', '161401.600000', '161402.060000', '161402.520000', '161402.980000', '161403.440000', '161403.900000', '161404.360000', '161404.820000', '161405.280000', '161405.740000', '161406.200000', '161406.660000', '161407.120000', '161407.580000', '161408.040000', '161408.500000', '161408.960000', '161409.420000', '161409.880000', '161410.340000', '161410.800000', '161411.260000', '161411.720000', '161412.180000', '161412.640000', '161413.100000', '161413.560000', '161414.020000', '161414.480000', '161414.940000', '161415.400000', '161415.860000', '161416.320000', '161416.780000', '161417.240000', '161417.700000', '161418.160000', '161418.620000', '161419.080000', '161419.540000', '161420.000000', '161420.460000', '161420.920000', '161421.380000', '161421.840000', '161422.300000', '161422.760000', '161423.220000', '161423.680000', '161424.140000', '161424.600000', '161425.060000', '161425.520000', '161425.980000', '161426.440000', '161426.900000', '161427.360000', '161427.820000', '161428.280000', '161428.740000', '161429.200000', '161429.660000', '161430.120000', '161430.580000', '161431.040000', '161431.500000', '161431.960000', '161432.420000', '161432.880000', '161433.340000', '161433.800000', '161434.260000', '161434.720000', '161435.180000', '161435.640000', '161436.100000', '161436.560000', '161437.020000', '161437.480000', '161437.940000', '161438.400000', '161438.860000', '161439.320000', '161439.780000', '161440.240000', '161440.700000', '161441.160000', '161441.620000', '161442.080000', '161442.540000', '161443.000000', '161443.460000', '161443.920000', '161444.380000', '161444.840000', '161445.300000', '161445.760000', '161446.220000', '161446.680000', '161447.140000', '161447.600000', '161448.060000', '161448.520000', '161448.980000', '161449.440000', '161449.900000', '161450.360000', '161450.820000', '161451.280000', '161451.740000', '161452.200000', '161452.660000', '161453.120000', '161453.580000', '161454.040000', '161454.500000', '161454.960000', '161455.420000', '161455.880000', '161456.340000', '161456.800000', '161457.260000', '161457.720000', '161458.180000', '161458.640000', '161459.100000', '161459.560000', '161500.020000', '161500.480000', '161500.940000', '161501.400000', '161501.860000', '161502.320000', '161502.780000', '161503.240000', '161503.700000', '161504.160000', '161504.620000', '161505.080000', '161505.540000', '161506.000000', '161506.460000', '161506.920000', '161507.380000', '161507.840000', '161508.300000', '161508.760000', '161509.220000', '161509.680000', '161510.140000', '161510.600000', '161511.060000', '161511.520000', '161511.980000', '161512.440000', '161512.900000', '161513.360000', '161513.820000', '161514.280000', '161514.740000', '161515.200000', '161515.660000', '161516.120000', '161516.580000', '161517.040000', '161517.500000', '161517.960000', '161518.420000', '161518.880000', '161519.340000', '161519.800000', '161520.260000', '161520.720000', '161521.180000', '161521.640000', '161522.100000', '161522.560000', '161523.020000', '161523.480000', '161523.940000', '161524.400000', '161524.860000', '161525.320000', '161525.780000', '161526.240000', '161526.700000', '161527.160000', '161527.620000', '161528.080000', '161528.540000', '161529.000000', '161529.460000', '161529.920000', '161530.380000', '161530.840000', '161531.300000', '161531.760000', '161532.220000', '161532.680000', '161533.140000', '161533.600000', '161534.060000', '161534.520000', '161534.980000', '161535.440000', '161535.900000', '161536.360000', '161536.820000', '161537.280000', '161537.740000', '161538.200000', '161538.660000', '161539.120000', '161539.580000', '161540.040000', '161540.500000', '161540.960000', '161541.420000', '161541.880000', '161542.340000', '161542.800000', '161543.260000', '161543.720000', '161544.180000', '161544.640000', '161545.100000', '161545.560000', '161546.020000', '161546.480000', '161546.940000', '161547.400000', '161547.860000', '161548.320000', '161548.780000', '161549.240000', '161549.700000', '161550.160000', '161550.620000', '161551.080000', '161551.540000', '161552.000000', '161552.460000', '161552.920000', '161553.380000', '161553.840000', '161554.300000', '161554.760000', '161555.220000', '161555.680000', '161556.140000', '161556.600000', '161557.060000', '161557.520000', '161557.980000', '161558.440000', '161558.900000', '161559.360000', '161559.820000', '161600.280000', '161600.740000', '161601.200000', '161601.660000', '161602.120000', '161602.580000', '161603.040000', '161603.500000', '161603.960000', '161604.420000', '161604.880000', '161605.340000', '161605.800000', '161606.260000', '161606.720000', '161607.180000', '161607.640000', '161608.100000', '161608.560000', '161609.020000', '161609.480000', '161609.940000', '161610.400000', '161610.860000', '161611.320000', '161611.780000', '161612.240000', '161612.700000', '161613.160000', '161613.620000', '161614.080000', '161614.540000', '161615.000000', '161615.460000', '161615.920000', '161616.380000', '161616.840000', '161617.300000', '161617.760000', '161618.220000', '161618.680000', '161619.140000', '161619.600000', '161620.060000', '161620.520000', '161620.980000', '161621.440000', '161621.900000', '161622.360000', '161622.820000', '161623.280000', '161623.740000', '161624.200000', '161624.660000', '161625.120000', '161625.580000', '161626.040000', '161626.500000', '161626.960000', '161627.420000', '161627.880000', '161628.340000', '161628.800000', '161629.260000', '161629.720000', '161630.180000', '161630.640000', '161631.100000', '161631.560000', '161632.020000', '161632.480000', '161632.940000', '161633.400000', '161633.860000', '161634.320000', '161634.780000', '161635.240000', '161635.700000', '161636.160000', '161636.620000', '161637.080000', '161637.540000', '161638.000000', '161638.460000', '161638.920000', '161639.380000', '161639.840000', '161640.300000', '161640.760000', '161641.220000', '161641.680000', '161642.140000', '161642.600000', '161643.060000', '161643.520000', '161643.980000', '161644.440000', '161644.900000', '161645.360000', '161645.820000', '161646.280000', '161646.740000', '161647.200000', '161647.660000', '161648.120000', '161648.580000', '161649.040000', '161649.500000', '161649.960000', '161650.420000', '161650.880000', '161651.340000', '161651.800000', '161652.260000', '161652.720000', '161653.180000', '161653.640000', '161654.100000', '161654.560000', '161655.020000', '161655.480000', '161655.940000', '161656.400000', '161656.860000', '161657.320000', '161657.780000', '161658.240000', '161658.700000', '161659.160000', '161659.620000', '161700.080000', '161700.540000', '161701.000000', '161701.460000', '161701.920000', '161702.380000', '161702.840000', '161703.300000', '161703.760000', '161704.220000', '161704.680000', '161705.140000', '161705.600000', '161706.060000', '161706.520000', '161706.980000', '161707.440000', '161707.900000', '161708.360000', '161708.820000', '161709.280000', '161709.740000', '161710.200000', '161710.660000', '161711.120000', '161711.580000', '161712.040000', '161712.500000', '161712.960000', '161713.420000', '161713.880000', '161714.340000', '161714.800000', '161715.260000', '161715.720000', '161716.180000', '161716.640000', '161717.100000', '161717.560000', '161718.020000', '161718.480000', '161718.940000', '161719.400000', '161719.860000', '161720.320000', '161720.780000', '161721.240000', '161721.700000', '161722.160000', '161722.620000', '161723.080000', '161723.540000', '161724.000000', '161724.460000', '161724.920000', '161725.380000', '161725.840000', '161726.300000', '161726.760000', '161727.220000', '161727.680000', '161728.140000', '161728.600000', '161729.060000', '161729.520000', '161729.980000', '161730.440000', '161730.900000', '161731.360000', '161731.820000', '161732.280000', '161732.740000', '161733.200000', '161733.660000', '161734.120000', '161734.580000', '161735.040000', '161735.500000', '161735.960000', '161736.420000', '161736.880000', '161737.340000', '161737.800000', '161738.260000', '161738.720000', '161739.180000', '161739.640000', '161740.100000', '161740.560000', '161741.020000', '161741.480000', '161741.940000', '161742.400000', '161742.860000', '161743.320000', '161743.780000', '161744.240000', '161744.700000', '161745.160000', '161745.620000', '161746.080000', '161746.540000', '161747.000000', '161747.460000', '161747.920000', '161748.380000', '161748.840000', '161749.300000', '161749.760000', '161750.220000', '161750.680000', '161751.140000', '161751.600000', '161752.060000', '161752.520000', '161752.980000', '161753.440000', '161753.900000', '161754.360000', '161754.820000', '161755.280000', '161755.740000', '161756.200000', '161756.660000', '161757.120000', '161757.580000', '161758.040000', '161758.500000', '161758.960000', '161759.420000', '161759.880000', '161800.340000', '161800.800000', '161801.260000', '161801.720000', '161802.180000', '161802.640000', '161803.100000', '161803.560000', '161804.020000', '161804.480000', '161804.940000', '161805.400000', '161805.860000', '161806.320000', '161806.780000', '161807.240000', '161807.700000', '161808.160000', '161808.620000', '161809.080000', '161809.540000', '161810.000000', '161810.460000', '161810.920000', '161811.380000', '161811.840000', '161812.300000', '161812.760000', '161813.220000', '161813.680000', '161814.140000', '161814.600000', '161815.060000', '161815.520000', '161815.980000', '161816.440000', '161816.900000', '161817.360000', '161817.820000', '161818.280000', '161818.740000', '161819.200000', '161819.660000', '161820.120000', '161820.580000', '161821.040000', '161821.500000', '161821.960000', '161822.420000', '161822.880000', '161823.340000', '161823.800000', '161824.260000', '161824.720000', '161825.180000', '161825.640000', '161826.100000', '161826.560000', '161827.020000', '161827.480000', '161827.940000', '161828.400000', '161828.860000', '161829.320000', '161829.780000', '161830.240000', '161830.700000', '161831.160000', '161831.620000', '161832.080000', '161832.540000', '161833.000000', '161833.460000', '161833.920000', '161834.380000', '161834.840000', '161835.300000', '161835.760000', '161836.220000', '161836.680000', '161837.140000', '161837.600000', '161838.060000', '161838.520000', '161838.980000', '161839.440000', '161839.900000', '161840.360000', '161840.820000', '161841.280000', '161841.740000', '161842.200000', '161842.660000', '161843.120000', '161843.580000', '161844.040000', '161844.500000', '161844.960000', '161845.420000', '161845.880000', '161846.340000', '161846.800000', '161847.260000', '161847.720000', '161848.180000', '161848.640000', '161849.100000', '161849.560000', '161850.020000', '161850.480000', '161850.940000', '161851.400000', '161851.860000', '161852.320000', '161852.780000', '161853.240000', '161853.700000', '161854.160000', '161854.620000', '161855.080000', '161855.540000', '161856.000000', '161856.460000', '161856.920000', '161857.380000', '161857.840000', '161858.300000', '161858.760000', '161859.220000', '161859.680000', '161900.140000', '161900.600000', '161901.060000', '161901.520000', '161901.980000', '161902.440000', '161902.900000', '161903.360000', '161903.820000', '161904.280000', '161904.740000', '161905.200000', '161905.660000', '161906.120000', '161906.580000', '161907.040000', '161907.500000', '161907.960000', '161908.420000', '161908.880000', '161909.340000', '161909.800000', '161910.260000', '161910.720000', '161911.180000', '161911.640000', '161912.100000', '161912.560000', '161913.020000', '161913.480000', '161913.940000', '161914.400000', '161914.860000', '161915.320000', '161915.780000', '161916.240000', '161916.700000', '161917.160000', '161917.620000', '161918.080000', '161918.540000', '161919.000000', '161919.460000', '161919.920000', '161920.380000', '161920.840000', '161921.300000', '161921.760000', '161922.220000', '161922.680000', '161923.140000', '161923.600000', '161924.060000', '161924.520000', '161924.980000', '161925.440000', '161925.900000', '161926.360000', '161926.820000', '161927.280000', '161927.740000', '161928.200000', '161928.660000', '161929.120000', '161929.580000', '161930.040000', '161930.500000', '161930.960000', '161931.420000', '161931.880000', '161932.340000', '161932.800000', '161933.260000', '161933.720000', '161934.180000', '161934.640000', '161935.100000', '161935.560000', '161936.020000', '161936.480000', '161936.940000', '161937.400000', '161937.860000', '161938.320000', '161938.780000', '161939.240000', '161939.700000', '161940.160000', '161940.620000', '161941.080000', '161941.540000', '161942.000000', '161942.460000', '161942.920000', '161943.380000', '161943.840000', '161944.300000', '161944.760000', '161945.220000', '161945.680000', '161946.140000', '161946.600000', '161947.060000', '161947.520000', '161947.980000', '161948.440000', '161948.900000', '161949.360000', '161949.820000', '161950.280000', '161950.740000', '161951.200000', '161951.660000', '161952.120000', '161952.580000', '161953.040000', '161953.500000', '161953.960000', '161954.420000', '161954.880000', '161955.340000', '161955.800000', '161956.260000', '161956.720000', '161957.180000', '161957.640000', '161958.100000', '161958.560000', '161959.020000', '161959.480000', '161959.940000', '162000.400000', '162000.860000', '162001.320000', '162001.780000', '162002.240000', '162002.700000', '162003.160000', '162003.620000', '162004.080000', '162004.540000', '162005.000000', '162005.460000', '162005.920000', '162006.380000', '162006.840000', '162007.300000', '162007.760000', '162008.220000', '162008.680000', '162009.140000', '162009.600000', '162010.060000', '162010.520000', '162010.980000', '162011.440000', '162011.900000', '162012.360000', '162012.820000', '162013.280000', '162013.740000', '162014.200000', '162014.660000', '162015.120000', '162015.580000', '162016.040000', '162016.500000', '162016.960000', '162017.420000', '162017.880000', '162018.340000', '162018.800000', '162019.260000', '162019.720000', '162020.180000', '162020.640000', '162021.100000', '162021.560000', '162022.020000', '162022.480000', '162022.940000', '162023.400000', '162023.860000', '162024.320000', '162024.780000', '162025.240000', '162025.700000', '162026.160000', '162026.620000', '162027.080000', '162027.540000', '162028.000000', '162028.460000', '162028.920000', '162029.380000', '162029.840000', '162030.300000', '162030.760000', '162031.220000', '162031.680000', '162032.140000', '162032.600000', '162033.060000', '162033.520000', '162033.980000', '162034.440000', '162034.900000', '162035.360000', '162035.820000', '162036.280000', '162036.740000', '162037.200000', '162037.660000', '162038.120000', '162038.580000', '162039.040000', '162039.500000', '162039.960000', '162040.420000', '162040.880000', '162041.340000', '162041.800000', '162042.260000', '162042.720000', '162043.180000', '162043.640000', '162044.100000', '162044.560000', '162045.020000', '162045.480000', '162045.940000', '162046.400000', '162046.860000', '162047.320000', '162047.780000', '162048.240000', '162048.700000', '162049.160000', '162049.620000', '162050.080000', '162050.540000', '162051.000000', '162051.460000', '162051.920000', '162052.380000', '162052.840000', '162053.300000', '162053.760000', '162054.220000', '162054.680000', '162055.140000', '162055.600000', '162056.060000', '162056.520000', '162056.980000', '162057.440000', '162057.900000', '162058.360000'], 'ContentTime': ['161218.481000', '161218.484000', '161218.487000', '161218.489000', '161218.492000', '161218.495000', '161218.497000', '161218.500000', '161218.502000', '161218.505000', '161218.508000', '161218.511000', '161218.513000', '161218.516000', '161218.519000', '161218.521000', '161218.524000', '161218.527000', '161218.537000', '161218.547000', '161218.549000', '161218.552000', '161238.442000', '161238.445000', '161238.448000', '161238.450000', '161238.453000', '161238.455000', '161238.458000', '161238.461000', '161238.463000', '161238.466000', '161238.468000', '161238.471000', '161238.473000', '161238.476000', '161238.478000', '161238.481000', '161238.483000', '161238.486000', '161238.488000', '161238.491000', '161238.493000', '161238.496000', '161238.499000', '161238.501000', '161238.504000', '161238.506000', '161238.519000', '161238.522000', '161238.524000', '161238.527000', '161238.529000', '161238.532000', '161238.534000', '161238.537000', '161238.539000', '161238.542000', '161238.544000', '161238.547000', '161238.549000', '161238.552000', '161238.555000', '161238.557000', '161238.560000', '161238.562000', '161258.442000', '161258.445000', '161258.448000', '161258.450000', '161258.453000', '161258.455000', '161258.458000', '161258.460000', '161258.463000', '161258.465000', '161258.468000', '161258.470000', '161258.473000', '161258.475000', '161258.478000', '161258.481000', '161258.483000', '161258.493000', '161258.496000', '161258.498000', '161258.502000', '161258.504000', '161258.507000', '161258.510000', '161258.512000', '161258.515000', '161258.517000', '161258.520000', '161258.522000', '161258.525000', '161258.528000', '161258.530000', '161258.533000', '161258.535000', '161258.542000', '161258.544000', '161258.547000', '161258.549000', '161258.552000', '161258.554000', '161258.558000', '161258.561000', '161258.563000', '161318.443000', '161318.446000', '161318.449000', '161318.451000', '161318.454000', '161318.456000', '161318.459000', '161318.461000', '161318.464000', '161318.466000', '161318.469000', '161318.471000', '161318.474000', '161318.477000', '161318.479000', '161318.482000', '161318.484000', '161318.487000', '161318.489000', '161318.492000', '161318.495000', '161318.497000', '161318.500000', '161318.502000', '161318.505000', '161318.507000', '161318.510000', '161318.512000', '161318.515000', '161318.517000', '161318.520000', '161318.522000', '161318.525000', '161318.528000', '161318.531000', '161318.534000', '161318.536000', '161318.539000', '161318.541000', '161318.544000', '161318.546000', '161318.549000', '161318.551000', '161318.554000', '161338.443000', '161338.479000', '161338.482000', '161338.485000', '161338.487000', '161338.490000', '161338.492000', '161338.495000', '161338.497000', '161338.500000', '161338.510000', '161338.512000', '161338.515000', '161338.517000', '161338.520000', '161338.523000', '161338.525000', '161338.528000', '161338.530000', '161338.533000', '161338.535000', '161338.538000', '161338.541000', '161338.543000', '161338.546000', '161338.548000', '161338.551000', '161338.553000', '161338.556000', '161338.558000', '161338.561000', '161338.563000', '161338.566000', '161338.569000', '161338.571000', '161338.574000', '161338.576000', '161338.579000', '161338.582000', '161338.584000', '161338.587000', '161338.589000', '161338.592000', '161358.444000', '161358.447000', '161358.449000', '161358.452000', '161358.454000', '161358.457000', '161358.459000', '161358.462000', '161358.464000', '161358.467000', '161358.469000', '161358.472000', '161358.475000', '161358.477000', '161358.480000', '161358.482000', '161358.485000', '161358.487000', '161358.490000', '161358.492000', '161358.495000', '161358.498000', '161358.500000', '161358.503000', '161358.505000', '161358.508000', '161358.510000', '161358.513000', '161358.515000', '161358.518000', '161358.521000', '161358.523000', '161358.526000', '161358.528000', '161358.531000', '161358.533000', '161358.536000', '161358.539000', '161358.541000', '161358.544000', '161358.546000', '161358.549000', '161358.551000', '161358.554000', '161418.442000', '161418.445000', '161418.448000', '161418.451000', '161418.453000', '161418.456000', '161418.458000', '161418.461000', '161418.463000', '161418.466000', '161418.469000', '161418.471000', '161418.474000', '161418.476000', '161418.479000', '161418.481000', '161418.484000', '161418.486000', '161418.489000', '161418.492000', '161418.494000', '161418.497000', '161418.499000', '161418.502000', '161418.504000', '161418.507000', '161418.510000', '161418.512000', '161418.515000', '161418.517000', '161418.520000', '161418.522000', '161418.525000', '161418.528000', '161418.530000', '161418.533000', '161418.535000', '161418.538000', '161418.541000', '161418.543000', '161418.546000', '161418.548000', '161418.560000', '161438.442000', '161438.445000', '161438.448000', '161438.450000', '161438.453000', '161438.455000', '161438.458000', '161438.460000', '161438.463000', '161438.465000', '161438.468000', '161438.471000', '161438.473000', '161438.476000', '161438.487000', '161438.489000', '161438.492000', '161438.494000', '161438.497000', '161438.499000', '161438.502000', '161438.504000', '161438.507000', '161438.510000', '161438.512000', '161438.515000', '161438.517000', '161438.520000', '161438.522000', '161438.525000', '161438.527000', '161438.530000', '161438.532000', '161438.535000', '161438.538000', '161438.540000', '161438.543000', '161438.546000', '161438.548000', '161438.551000', '161438.553000', '161438.556000', '161438.559000', '161438.561000', '161458.443000', '161458.445000', '161458.448000', '161458.451000', '161458.453000', '161458.456000', '161458.458000', '161458.461000', '161458.463000', '161458.466000', '161458.468000', '161458.471000', '161458.474000', '161458.476000', '161458.479000', '161458.481000', '161458.484000', '161458.486000', '161458.489000', '161458.491000', '161458.494000', '161458.497000', '161458.499000', '161458.502000', '161458.504000', '161458.507000', '161458.509000', '161458.512000', '161458.515000', '161458.517000', '161458.520000', '161458.522000', '161458.525000', '161458.527000', '161458.530000', '161458.532000', '161458.535000', '161458.537000', '161458.540000', '161458.543000', '161458.545000', '161458.548000', '161458.550000', '161518.442000', '161518.445000', '161518.448000', '161518.451000', '161518.453000', '161518.456000', '161518.458000', '161518.461000', '161518.464000', '161518.466000', '161518.469000', '161518.471000', '161518.474000', '161518.477000', '161518.479000', '161518.482000', '161518.484000', '161518.487000', '161518.489000', '161518.492000', '161518.494000', '161518.497000', '161518.499000', '161518.502000', '161518.505000', '161518.507000', '161518.510000', '161518.518000', '161518.520000', '161518.523000', '161518.525000', '161518.528000', '161518.530000', '161518.533000', '161518.536000', '161518.538000', '161518.541000', '161518.543000', '161518.546000', '161518.548000', '161518.551000', '161518.554000', '161518.556000', '161518.559000', '161538.443000', '161538.446000', '161538.449000', '161538.451000', '161538.454000', '161538.456000', '161538.459000', '161538.461000', '161538.464000', '161538.476000', '161538.479000', '161538.482000', '161538.484000', '161538.487000', '161538.489000', '161538.492000', '161538.494000', '161538.497000', '161538.499000', '161538.502000', '161538.505000', '161538.507000', '161538.510000', '161538.512000', '161538.515000', '161538.517000', '161538.520000', '161538.523000', '161538.525000', '161538.528000', '161538.530000', '161538.533000', '161538.535000', '161538.538000', '161538.540000', '161538.543000', '161538.545000', '161538.548000', '161538.551000', '161538.553000', '161538.556000', '161538.558000', '161538.561000', '161558.443000', '161558.446000', '161558.449000', '161558.451000', '161558.454000', '161558.456000', '161558.459000', '161558.461000', '161558.464000', '161558.467000', '161558.469000', '161558.472000', '161558.474000', '161558.477000', '161558.479000', '161558.482000', '161558.484000', '161558.487000', '161558.490000', '161558.492000', '161558.495000', '161558.497000', '161558.500000', '161558.502000', '161558.505000', '161558.507000', '161558.510000', '161558.513000', '161558.515000', '161558.518000', '161558.520000', '161558.523000', '161558.525000', '161558.528000', '161558.530000', '161558.533000', '161558.535000', '161558.538000', '161558.541000', '161558.543000', '161558.546000', '161558.548000', '161558.551000', '161558.554000', '161618.443000', '161618.446000', '161618.449000', '161618.451000', '161618.454000', '161618.456000', '161618.459000', '161618.461000', '161618.464000', '161618.467000', '161618.469000', '161618.472000', '161618.474000', '161618.477000', '161618.480000', '161618.482000', '161618.485000', '161618.487000', '161618.490000', '161618.492000', '161618.495000', '161618.497000', '161618.500000', '161618.503000', '161618.505000', '161618.508000', '161618.510000', '161618.513000', '161618.516000', '161618.518000', '161618.521000', '161618.523000', '161618.526000', '161618.529000', '161618.531000', '161618.534000', '161618.536000', '161618.539000', '161618.541000', '161618.544000', '161618.546000', '161618.549000', '161618.552000', '161638.442000', '161638.445000', '161638.448000', '161638.450000', '161638.453000', '161638.456000', '161638.458000', '161638.461000', '161638.463000', '161638.466000', '161638.468000', '161638.471000', '161638.474000', '161638.476000', '161638.479000', '161638.481000', '161638.484000', '161638.487000', '161638.489000', '161638.492000', '161638.504000', '161638.506000', '161638.509000', '161638.511000', '161638.514000', '161638.516000', '161638.519000', '161638.522000', '161638.524000', '161638.527000', '161638.529000', '161638.532000', '161638.534000', '161638.537000', '161638.540000', '161638.542000', '161638.545000', '161638.547000', '161638.550000', '161638.552000', '161638.555000', '161638.557000', '161638.560000', '161638.563000', '161658.442000', '161658.445000', '161658.448000', '161658.450000', '161658.453000', '161658.456000', '161658.458000', '161658.461000', '161658.463000', '161658.466000', '161658.468000', '161658.471000', '161658.473000', '161658.476000', '161658.479000', '161658.481000', '161658.484000', '161658.486000', '161658.489000', '161658.491000', '161658.494000', '161658.497000', '161658.499000', '161658.502000', '161658.504000', '161658.507000', '161658.510000', '161658.512000', '161658.515000', '161658.517000', '161658.520000', '161658.522000', '161658.525000', '161658.528000', '161658.530000', '161658.533000', '161658.536000', '161658.538000', '161658.541000', '161658.543000', '161658.546000', '161658.548000', '161658.551000', '161718.442000', '161718.445000', '161718.448000', '161718.450000', '161718.453000', '161718.455000', '161718.458000', '161718.461000', '161718.463000', '161718.466000', '161718.468000', '161718.471000', '161718.473000', '161718.476000', '161718.478000', '161718.481000', '161718.484000', '161718.486000', '161718.489000', '161718.491000', '161718.494000', '161718.497000', '161718.499000', '161718.502000', '161718.504000', '161718.507000', '161718.509000', '161718.512000', '161718.514000', '161718.517000', '161718.520000', '161718.522000', '161718.525000', '161718.527000', '161718.530000', '161718.532000', '161718.535000', '161718.537000', '161718.540000', '161718.543000', '161718.545000', '161718.548000', '161718.550000', '161718.553000', '161738.442000', '161738.445000', '161738.448000', '161738.450000', '161738.453000', '161738.456000', '161738.458000', '161738.461000', '161738.463000', '161738.466000', '161738.469000', '161738.471000', '161738.474000', '161738.476000', '161738.479000', '161738.481000', '161738.484000', '161738.486000', '161738.489000', '161738.498000', '161738.500000', '161738.503000', '161738.505000', '161738.508000', '161738.510000', '161738.513000', '161738.516000', '161738.518000', '161738.521000', '161738.523000', '161738.526000', '161738.529000', '161738.531000', '161738.534000', '161738.536000', '161738.539000', '161738.542000', '161738.544000', '161738.547000', '161738.549000', '161738.552000', '161738.555000', '161738.557000', '161758.443000', '161758.446000', '161758.449000', '161758.451000', '161758.454000', '161758.456000', '161758.459000', '161758.462000', '161758.464000', '161758.467000', '161758.469000', '161758.472000', '161758.475000', '161758.480000', '161758.482000', '161758.485000', '161758.488000', '161758.490000', '161758.493000', '161758.496000', '161758.498000', '161758.501000', '161758.503000', '161758.506000', '161758.509000', '161758.511000', '161758.514000', '161758.516000', '161758.519000', '161758.521000', '161758.524000', '161758.527000', '161758.529000', '161758.533000', '161758.536000', '161758.538000', '161758.541000', '161758.543000', '161758.553000', '161758.556000', '161758.558000', '161758.562000', '161758.565000', '161818.444000', '161818.446000', '161818.449000', '161818.452000', '161818.454000', '161818.457000', '161818.460000', '161818.462000', '161818.465000', '161818.467000', '161818.470000', '161818.472000', '161818.475000', '161818.477000', '161818.480000', '161818.483000', '161818.485000', '161818.488000', '161818.490000', '161818.493000', '161818.496000', '161818.498000', '161818.501000', '161818.503000', '161818.506000', '161818.509000', '161818.511000', '161818.514000', '161818.516000', '161818.519000', '161818.521000', '161818.524000', '161818.527000', '161818.529000', '161818.532000', '161818.534000', '161818.537000', '161818.539000', '161818.542000', '161818.545000', '161818.547000', '161818.550000', '161818.552000', '161818.555000', '161838.443000', '161838.446000', '161838.449000', '161838.452000', '161838.454000', '161838.457000', '161838.459000', '161838.462000', '161838.464000', '161838.467000', '161838.470000', '161838.472000', '161838.475000', '161838.477000', '161838.480000', '161838.482000', '161838.485000', '161838.488000', '161838.491000', '161838.494000', '161838.497000', '161838.499000', '161838.502000', '161838.504000', '161838.507000', '161838.510000', '161838.512000', '161838.515000', '161838.517000', '161838.520000', '161838.522000', '161838.525000', '161838.528000', '161838.530000', '161838.533000', '161838.535000', '161838.538000', '161838.540000', '161838.543000', '161838.546000', '161838.548000', '161838.551000', '161838.553000', '161858.443000', '161858.445000', '161858.448000', '161858.451000', '161858.453000', '161858.456000', '161858.459000', '161858.461000', '161858.464000', '161858.466000', '161858.469000', '161858.472000', '161858.474000', '161858.477000', '161858.479000', '161858.482000', '161858.484000', '161858.487000', '161858.490000', '161858.492000', '161858.495000', '161858.497000', '161858.500000', '161858.502000', '161858.505000', '161858.508000', '161858.510000', '161858.513000', '161858.515000', '161858.518000', '161858.520000', '161858.536000', '161858.539000', '161858.541000', '161858.544000', '161858.546000', '161858.549000', '161858.551000', '161858.554000', '161858.556000', '161858.559000', '161858.562000', '161858.564000', '161858.567000', '161918.443000', '161918.446000', '161918.448000', '161918.451000', '161918.454000', '161918.456000', '161918.459000', '161918.461000', '161918.464000', '161918.466000', '161918.469000', '161918.472000', '161918.474000', '161918.477000', '161918.479000', '161918.482000', '161918.484000', '161918.487000', '161918.490000', '161918.492000', '161918.495000', '161918.497000', '161918.500000', '161918.502000', '161918.505000', '161918.508000', '161918.510000', '161918.513000', '161918.517000', '161918.519000', '161918.522000', '161918.525000', '161918.527000', '161918.530000', '161918.532000', '161918.535000', '161918.538000', '161918.540000', '161918.543000', '161918.545000', '161918.548000', '161918.551000', '161918.553000', '161938.442000', '161938.445000', '161938.448000', '161938.450000', '161938.453000', '161938.456000', '161938.458000', '161938.461000', '161938.463000', '161938.466000', '161938.468000', '161938.471000', '161938.473000', '161938.476000', '161938.479000', '161938.481000', '161938.485000', '161938.488000', '161938.490000', '161938.493000', '161938.495000', '161938.498000', '161938.500000', '161938.503000', '161938.506000', '161938.508000', '161938.511000', '161938.513000', '161938.516000', '161938.518000', '161938.521000', '161938.524000', '161938.526000', '161938.529000', '161938.531000', '161938.534000', '161938.536000', '161938.539000', '161938.542000', '161938.544000', '161938.547000', '161938.549000', '161938.552000', '161938.554000', '161958.443000', '161958.445000', '161958.448000', '161958.451000', '161958.453000', '161958.456000', '161958.458000', '161958.461000', '161958.463000', '161958.466000', '161958.469000', '161958.471000', '161958.474000', '161958.476000', '161958.479000', '161958.481000', '161958.484000', '161958.487000', '161958.489000', '161958.492000', '161958.494000', '161958.497000', '161958.499000', '161958.502000', '161958.505000', '161958.508000', '161958.511000', '161958.514000', '161958.516000', '161958.519000', '161958.522000', '161958.524000', '161958.527000', '161958.529000', '161958.532000', '161958.534000', '161958.537000', '161958.539000', '161958.542000', '161958.545000', '161958.547000', '161958.550000', '161958.552000', '162018.444000', '162018.446000', '162018.449000', '162018.452000', '162018.454000', '162018.457000', '162018.459000', '162018.462000', '162018.464000', '162018.467000', '162018.470000', '162018.472000', '162018.475000', '162018.477000', '162018.480000', '162018.482000', '162018.485000', '162018.488000', '162018.490000', '162018.493000', '162018.495000', '162018.498000', '162018.501000', '162018.503000', '162018.506000', '162018.508000', '162018.511000', '162018.514000', '162018.545000', '162018.548000', '162018.551000', '162018.553000', '162018.556000', '162018.558000', '162018.561000', '162018.564000', '162018.566000', '162018.569000', '162018.571000', '162018.574000', '162018.576000', '162018.579000', '162018.581000', '162018.584000', '162038.444000', '162038.446000', '162038.449000', '162038.452000', '162038.454000', '162038.457000', '162038.459000', '162038.462000', '162038.465000', '162038.467000', '162038.470000', '162038.472000', '162038.475000', '162038.477000', '162038.480000', '162038.483000', '162038.485000', '162038.488000', '162038.490000', '162038.493000', '162038.495000', '162038.498000', '162038.501000', '162038.503000', '162038.506000', '162038.510000', '162038.513000', '162038.515000', '162038.518000', '162038.520000', '162038.523000', '162038.525000', '162038.528000', '162038.531000', '162038.533000', '162038.536000', '162038.538000', '162038.541000', '162038.543000', '162038.546000', '162038.549000', '162038.551000', '162038.554000', '162058.443000', '162058.446000', '162058.449000', '162058.451000', '162058.454000', '162058.457000', '162058.459000', '162058.462000', '162058.464000', '162058.467000', '162058.470000', '162058.472000', '162058.475000', '162058.477000', '162058.480000', '162058.482000', '162058.485000', '162058.488000', '162058.490000', '162058.493000', '162058.495000', '162058.498000', '162058.500000', '162058.503000', '162058.505000', '162058.508000', '162058.511000', '162058.514000', '162058.516000', '162058.519000', '162058.521000', '162058.524000', '162058.527000', '162058.529000', '162058.532000', '162058.534000', '162058.537000', '162058.539000', '162058.542000', '162058.545000', '162058.547000', '162058.550000', '162058.552000', '162058.555000', '162059.679000', '162059.682000', '162059.684000'], 'InstanceCreationTime': ['161218.481000', '161218.484000', '161218.487000', '161218.489000', '161218.492000', '161218.495000', '161218.497000', '161218.500000', '161218.502000', '161218.505000', '161218.508000', '161218.511000', '161218.513000', '161218.516000', '161218.519000', '161218.521000', '161218.524000', '161218.527000', '161218.537000', '161218.547000', '161218.549000', '161218.552000', '161238.442000', '161238.445000', '161238.448000', '161238.450000', '161238.453000', '161238.455000', '161238.458000', '161238.461000', '161238.463000', '161238.466000', '161238.468000', '161238.471000', '161238.473000', '161238.476000', '161238.478000', '161238.481000', '161238.483000', '161238.486000', '161238.488000', '161238.491000', '161238.493000', '161238.496000', '161238.499000', '161238.501000', '161238.504000', '161238.506000', '161238.519000', '161238.522000', '161238.524000', '161238.527000', '161238.529000', '161238.532000', '161238.534000', '161238.537000', '161238.539000', '161238.542000', '161238.544000', '161238.547000', '161238.549000', '161238.552000', '161238.555000', '161238.557000', '161238.560000', '161238.562000', '161258.442000', '161258.445000', '161258.448000', '161258.450000', '161258.453000', '161258.455000', '161258.458000', '161258.460000', '161258.463000', '161258.465000', '161258.468000', '161258.470000', '161258.473000', '161258.475000', '161258.478000', '161258.481000', '161258.483000', '161258.493000', '161258.496000', '161258.498000', '161258.502000', '161258.504000', '161258.507000', '161258.510000', '161258.512000', '161258.515000', '161258.517000', '161258.520000', '161258.522000', '161258.525000', '161258.528000', '161258.530000', '161258.533000', '161258.535000', '161258.542000', '161258.544000', '161258.547000', '161258.549000', '161258.552000', '161258.554000', '161258.558000', '161258.561000', '161258.563000', '161318.443000', '161318.446000', '161318.449000', '161318.451000', '161318.454000', '161318.456000', '161318.459000', '161318.461000', '161318.464000', '161318.466000', '161318.469000', '161318.471000', '161318.474000', '161318.477000', '161318.479000', '161318.482000', '161318.484000', '161318.487000', '161318.489000', '161318.492000', '161318.495000', '161318.497000', '161318.500000', '161318.502000', '161318.505000', '161318.507000', '161318.510000', '161318.512000', '161318.515000', '161318.517000', '161318.520000', '161318.522000', '161318.525000', '161318.528000', '161318.531000', '161318.534000', '161318.536000', '161318.539000', '161318.541000', '161318.544000', '161318.546000', '161318.549000', '161318.551000', '161318.554000', '161338.443000', '161338.479000', '161338.482000', '161338.485000', '161338.487000', '161338.490000', '161338.492000', '161338.495000', '161338.497000', '161338.500000', '161338.510000', '161338.512000', '161338.515000', '161338.517000', '161338.520000', '161338.523000', '161338.525000', '161338.528000', '161338.530000', '161338.533000', '161338.535000', '161338.538000', '161338.541000', '161338.543000', '161338.546000', '161338.548000', '161338.551000', '161338.553000', '161338.556000', '161338.558000', '161338.561000', '161338.563000', '161338.566000', '161338.569000', '161338.571000', '161338.574000', '161338.576000', '161338.579000', '161338.582000', '161338.584000', '161338.587000', '161338.589000', '161338.592000', '161358.444000', '161358.447000', '161358.449000', '161358.452000', '161358.454000', '161358.457000', '161358.459000', '161358.462000', '161358.464000', '161358.467000', '161358.469000', '161358.472000', '161358.475000', '161358.477000', '161358.480000', '161358.482000', '161358.485000', '161358.487000', '161358.490000', '161358.492000', '161358.495000', '161358.498000', '161358.500000', '161358.503000', '161358.505000', '161358.508000', '161358.510000', '161358.513000', '161358.515000', '161358.518000', '161358.521000', '161358.523000', '161358.526000', '161358.528000', '161358.531000', '161358.533000', '161358.536000', '161358.539000', '161358.541000', '161358.544000', '161358.546000', '161358.549000', '161358.551000', '161358.554000', '161418.442000', '161418.445000', '161418.448000', '161418.451000', '161418.453000', '161418.456000', '161418.458000', '161418.461000', '161418.463000', '161418.466000', '161418.469000', '161418.471000', '161418.474000', '161418.476000', '161418.479000', '161418.481000', '161418.484000', '161418.486000', '161418.489000', '161418.492000', '161418.494000', '161418.497000', '161418.499000', '161418.502000', '161418.504000', '161418.507000', '161418.510000', '161418.512000', '161418.515000', '161418.517000', '161418.520000', '161418.522000', '161418.525000', '161418.528000', '161418.530000', '161418.533000', '161418.535000', '161418.538000', '161418.541000', '161418.543000', '161418.546000', '161418.548000', '161418.560000', '161438.442000', '161438.445000', '161438.448000', '161438.450000', '161438.453000', '161438.455000', '161438.458000', '161438.460000', '161438.463000', '161438.465000', '161438.468000', '161438.471000', '161438.473000', '161438.476000', '161438.487000', '161438.489000', '161438.492000', '161438.494000', '161438.497000', '161438.499000', '161438.502000', '161438.504000', '161438.507000', '161438.510000', '161438.512000', '161438.515000', '161438.517000', '161438.520000', '161438.522000', '161438.525000', '161438.527000', '161438.530000', '161438.532000', '161438.535000', '161438.538000', '161438.540000', '161438.543000', '161438.546000', '161438.548000', '161438.551000', '161438.553000', '161438.556000', '161438.559000', '161438.561000', '161458.443000', '161458.445000', '161458.448000', '161458.451000', '161458.453000', '161458.456000', '161458.458000', '161458.461000', '161458.463000', '161458.466000', '161458.468000', '161458.471000', '161458.474000', '161458.476000', '161458.479000', '161458.481000', '161458.484000', '161458.486000', '161458.489000', '161458.491000', '161458.494000', '161458.497000', '161458.499000', '161458.502000', '161458.504000', '161458.507000', '161458.509000', '161458.512000', '161458.515000', '161458.517000', '161458.520000', '161458.522000', '161458.525000', '161458.527000', '161458.530000', '161458.532000', '161458.535000', '161458.537000', '161458.540000', '161458.543000', '161458.545000', '161458.548000', '161458.550000', '161518.442000', '161518.445000', '161518.448000', '161518.451000', '161518.453000', '161518.456000', '161518.458000', '161518.461000', '161518.464000', '161518.466000', '161518.469000', '161518.471000', '161518.474000', '161518.477000', '161518.479000', '161518.482000', '161518.484000', '161518.487000', '161518.489000', '161518.492000', '161518.494000', '161518.497000', '161518.499000', '161518.502000', '161518.505000', '161518.507000', '161518.510000', '161518.518000', '161518.520000', '161518.523000', '161518.525000', '161518.528000', '161518.530000', '161518.533000', '161518.536000', '161518.538000', '161518.541000', '161518.543000', '161518.546000', '161518.548000', '161518.551000', '161518.554000', '161518.556000', '161518.559000', '161538.443000', '161538.446000', '161538.449000', '161538.451000', '161538.454000', '161538.456000', '161538.459000', '161538.461000', '161538.464000', '161538.476000', '161538.479000', '161538.482000', '161538.484000', '161538.487000', '161538.489000', '161538.492000', '161538.494000', '161538.497000', '161538.499000', '161538.502000', '161538.505000', '161538.507000', '161538.510000', '161538.512000', '161538.515000', '161538.517000', '161538.520000', '161538.523000', '161538.525000', '161538.528000', '161538.530000', '161538.533000', '161538.535000', '161538.538000', '161538.540000', '161538.543000', '161538.545000', '161538.548000', '161538.551000', '161538.553000', '161538.556000', '161538.558000', '161538.561000', '161558.443000', '161558.446000', '161558.449000', '161558.451000', '161558.454000', '161558.456000', '161558.459000', '161558.461000', '161558.464000', '161558.467000', '161558.469000', '161558.472000', '161558.474000', '161558.477000', '161558.479000', '161558.482000', '161558.484000', '161558.487000', '161558.490000', '161558.492000', '161558.495000', '161558.497000', '161558.500000', '161558.502000', '161558.505000', '161558.507000', '161558.510000', '161558.513000', '161558.515000', '161558.518000', '161558.520000', '161558.523000', '161558.525000', '161558.528000', '161558.530000', '161558.533000', '161558.535000', '161558.538000', '161558.541000', '161558.543000', '161558.546000', '161558.548000', '161558.551000', '161558.554000', '161618.443000', '161618.446000', '161618.449000', '161618.451000', '161618.454000', '161618.456000', '161618.459000', '161618.461000', '161618.464000', '161618.467000', '161618.469000', '161618.472000', '161618.474000', '161618.477000', '161618.480000', '161618.482000', '161618.485000', '161618.487000', '161618.490000', '161618.492000', '161618.495000', '161618.497000', '161618.500000', '161618.503000', '161618.505000', '161618.508000', '161618.510000', '161618.513000', '161618.516000', '161618.518000', '161618.521000', '161618.523000', '161618.526000', '161618.529000', '161618.531000', '161618.534000', '161618.536000', '161618.539000', '161618.541000', '161618.544000', '161618.546000', '161618.549000', '161618.552000', '161638.442000', '161638.445000', '161638.448000', '161638.450000', '161638.453000', '161638.456000', '161638.458000', '161638.461000', '161638.463000', '161638.466000', '161638.468000', '161638.471000', '161638.474000', '161638.476000', '161638.479000', '161638.481000', '161638.484000', '161638.487000', '161638.489000', '161638.492000', '161638.504000', '161638.506000', '161638.509000', '161638.511000', '161638.514000', '161638.516000', '161638.519000', '161638.522000', '161638.524000', '161638.527000', '161638.529000', '161638.532000', '161638.534000', '161638.537000', '161638.540000', '161638.542000', '161638.545000', '161638.547000', '161638.550000', '161638.552000', '161638.555000', '161638.557000', '161638.560000', '161638.563000', '161658.442000', '161658.445000', '161658.448000', '161658.450000', '161658.453000', '161658.456000', '161658.458000', '161658.461000', '161658.463000', '161658.466000', '161658.468000', '161658.471000', '161658.473000', '161658.476000', '161658.479000', '161658.481000', '161658.484000', '161658.486000', '161658.489000', '161658.491000', '161658.494000', '161658.497000', '161658.499000', '161658.502000', '161658.504000', '161658.507000', '161658.510000', '161658.512000', '161658.515000', '161658.517000', '161658.520000', '161658.522000', '161658.525000', '161658.528000', '161658.530000', '161658.533000', '161658.536000', '161658.538000', '161658.541000', '161658.543000', '161658.546000', '161658.548000', '161658.551000', '161718.442000', '161718.445000', '161718.448000', '161718.450000', '161718.453000', '161718.455000', '161718.458000', '161718.461000', '161718.463000', '161718.466000', '161718.468000', '161718.471000', '161718.473000', '161718.476000', '161718.478000', '161718.481000', '161718.484000', '161718.486000', '161718.489000', '161718.491000', '161718.494000', '161718.497000', '161718.499000', '161718.502000', '161718.504000', '161718.507000', '161718.509000', '161718.512000', '161718.514000', '161718.517000', '161718.520000', '161718.522000', '161718.525000', '161718.527000', '161718.530000', '161718.532000', '161718.535000', '161718.537000', '161718.540000', '161718.543000', '161718.545000', '161718.548000', '161718.550000', '161718.553000', '161738.442000', '161738.445000', '161738.448000', '161738.450000', '161738.453000', '161738.456000', '161738.458000', '161738.461000', '161738.463000', '161738.466000', '161738.469000', '161738.471000', '161738.474000', '161738.476000', '161738.479000', '161738.481000', '161738.484000', '161738.486000', '161738.489000', '161738.498000', '161738.500000', '161738.503000', '161738.505000', '161738.508000', '161738.510000', '161738.513000', '161738.516000', '161738.518000', '161738.521000', '161738.523000', '161738.526000', '161738.529000', '161738.531000', '161738.534000', '161738.536000', '161738.539000', '161738.542000', '161738.544000', '161738.547000', '161738.549000', '161738.552000', '161738.555000', '161738.557000', '161758.443000', '161758.446000', '161758.449000', '161758.451000', '161758.454000', '161758.456000', '161758.459000', '161758.462000', '161758.464000', '161758.467000', '161758.469000', '161758.472000', '161758.475000', '161758.480000', '161758.482000', '161758.485000', '161758.488000', '161758.490000', '161758.493000', '161758.496000', '161758.498000', '161758.501000', '161758.503000', '161758.506000', '161758.509000', '161758.511000', '161758.514000', '161758.516000', '161758.519000', '161758.521000', '161758.524000', '161758.527000', '161758.529000', '161758.533000', '161758.536000', '161758.538000', '161758.541000', '161758.543000', '161758.553000', '161758.556000', '161758.558000', '161758.562000', '161758.565000', '161818.444000', '161818.446000', '161818.449000', '161818.452000', '161818.454000', '161818.457000', '161818.460000', '161818.462000', '161818.465000', '161818.467000', '161818.470000', '161818.472000', '161818.475000', '161818.477000', '161818.480000', '161818.483000', '161818.485000', '161818.488000', '161818.490000', '161818.493000', '161818.496000', '161818.498000', '161818.501000', '161818.503000', '161818.506000', '161818.509000', '161818.511000', '161818.514000', '161818.516000', '161818.519000', '161818.521000', '161818.524000', '161818.527000', '161818.529000', '161818.532000', '161818.534000', '161818.537000', '161818.539000', '161818.542000', '161818.545000', '161818.547000', '161818.550000', '161818.552000', '161818.555000', '161838.443000', '161838.446000', '161838.449000', '161838.452000', '161838.454000', '161838.457000', '161838.459000', '161838.462000', '161838.464000', '161838.467000', '161838.470000', '161838.472000', '161838.475000', '161838.477000', '161838.480000', '161838.482000', '161838.485000', '161838.488000', '161838.491000', '161838.494000', '161838.497000', '161838.499000', '161838.502000', '161838.504000', '161838.507000', '161838.510000', '161838.512000', '161838.515000', '161838.517000', '161838.520000', '161838.522000', '161838.525000', '161838.528000', '161838.530000', '161838.533000', '161838.535000', '161838.538000', '161838.540000', '161838.543000', '161838.546000', '161838.548000', '161838.551000', '161838.553000', '161858.443000', '161858.445000', '161858.448000', '161858.451000', '161858.453000', '161858.456000', '161858.459000', '161858.461000', '161858.464000', '161858.466000', '161858.469000', '161858.472000', '161858.474000', '161858.477000', '161858.479000', '161858.482000', '161858.484000', '161858.487000', '161858.490000', '161858.492000', '161858.495000', '161858.497000', '161858.500000', '161858.502000', '161858.505000', '161858.508000', '161858.510000', '161858.513000', '161858.515000', '161858.518000', '161858.520000', '161858.536000', '161858.539000', '161858.541000', '161858.544000', '161858.546000', '161858.549000', '161858.551000', '161858.554000', '161858.556000', '161858.559000', '161858.562000', '161858.564000', '161858.567000', '161918.443000', '161918.446000', '161918.448000', '161918.451000', '161918.454000', '161918.456000', '161918.459000', '161918.461000', '161918.464000', '161918.466000', '161918.469000', '161918.472000', '161918.474000', '161918.477000', '161918.479000', '161918.482000', '161918.484000', '161918.487000', '161918.490000', '161918.492000', '161918.495000', '161918.497000', '161918.500000', '161918.502000', '161918.505000', '161918.508000', '161918.510000', '161918.513000', '161918.517000', '161918.519000', '161918.522000', '161918.525000', '161918.527000', '161918.530000', '161918.532000', '161918.535000', '161918.538000', '161918.540000', '161918.543000', '161918.545000', '161918.548000', '161918.551000', '161918.553000', '161938.442000', '161938.445000', '161938.448000', '161938.450000', '161938.453000', '161938.456000', '161938.458000', '161938.461000', '161938.463000', '161938.466000', '161938.468000', '161938.471000', '161938.473000', '161938.476000', '161938.479000', '161938.481000', '161938.485000', '161938.488000', '161938.490000', '161938.493000', '161938.495000', '161938.498000', '161938.500000', '161938.503000', '161938.506000', '161938.508000', '161938.511000', '161938.513000', '161938.516000', '161938.518000', '161938.521000', '161938.524000', '161938.526000', '161938.529000', '161938.531000', '161938.534000', '161938.536000', '161938.539000', '161938.542000', '161938.544000', '161938.547000', '161938.549000', '161938.552000', '161938.554000', '161958.443000', '161958.445000', '161958.448000', '161958.451000', '161958.453000', '161958.456000', '161958.458000', '161958.461000', '161958.463000', '161958.466000', '161958.469000', '161958.471000', '161958.474000', '161958.476000', '161958.479000', '161958.481000', '161958.484000', '161958.487000', '161958.489000', '161958.492000', '161958.494000', '161958.497000', '161958.499000', '161958.502000', '161958.505000', '161958.508000', '161958.511000', '161958.514000', '161958.516000', '161958.519000', '161958.522000', '161958.524000', '161958.527000', '161958.529000', '161958.532000', '161958.534000', '161958.537000', '161958.539000', '161958.542000', '161958.545000', '161958.547000', '161958.550000', '161958.552000', '162018.444000', '162018.446000', '162018.449000', '162018.452000', '162018.454000', '162018.457000', '162018.459000', '162018.462000', '162018.464000', '162018.467000', '162018.470000', '162018.472000', '162018.475000', '162018.477000', '162018.480000', '162018.482000', '162018.485000', '162018.488000', '162018.490000', '162018.493000', '162018.495000', '162018.498000', '162018.501000', '162018.503000', '162018.506000', '162018.508000', '162018.511000', '162018.514000', '162018.545000', '162018.548000', '162018.551000', '162018.553000', '162018.556000', '162018.558000', '162018.561000', '162018.564000', '162018.566000', '162018.569000', '162018.571000', '162018.574000', '162018.576000', '162018.579000', '162018.581000', '162018.584000', '162038.444000', '162038.446000', '162038.449000', '162038.452000', '162038.454000', '162038.457000', '162038.459000', '162038.462000', '162038.465000', '162038.467000', '162038.470000', '162038.472000', '162038.475000', '162038.477000', '162038.480000', '162038.483000', '162038.485000', '162038.488000', '162038.490000', '162038.493000', '162038.495000', '162038.498000', '162038.501000', '162038.503000', '162038.506000', '162038.510000', '162038.513000', '162038.515000', '162038.518000', '162038.520000', '162038.523000', '162038.525000', '162038.528000', '162038.531000', '162038.533000', '162038.536000', '162038.538000', '162038.541000', '162038.543000', '162038.546000', '162038.549000', '162038.551000', '162038.554000', '162058.443000', '162058.446000', '162058.449000', '162058.451000', '162058.454000', '162058.457000', '162058.459000', '162058.462000', '162058.464000', '162058.467000', '162058.470000', '162058.472000', '162058.475000', '162058.477000', '162058.480000', '162058.482000', '162058.485000', '162058.488000', '162058.490000', '162058.493000', '162058.495000', '162058.498000', '162058.500000', '162058.503000', '162058.505000', '162058.508000', '162058.511000', '162058.514000', '162058.516000', '162058.519000', '162058.521000', '162058.524000', '162058.527000', '162058.529000', '162058.532000', '162058.534000', '162058.537000', '162058.539000', '162058.542000', '162058.545000', '162058.547000', '162058.550000', '162058.552000', '162058.555000', '162059.679000', '162059.682000', '162059.684000'], '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': [14690, 9448, 13433, 8528, 12870, 8162, 12785, 8331, 13271, 8826, 12448, 8509, 12871, 8634, 12901, 8370, 12602, 8312, 11349, 8520, 10487, 13283, 9213, 16351, 10072, 14548, 9240, 12589, 8723, 12804, 8616, 12541, 8470, 11629, 8356, 9818, 9912, 9370, 13666, 8282, 12622, 8503, 11770, 7994, 12150, 8354, 12431, 8679, 11559, 10673, 9237, 8836, 9506, 12580, 9339, 15744, 9620, 14449, 9980, 14659, 8664, 8897, 8738, 8980, 10877, 14324, 9922, 16554, 10763, 15015, 9890, 14528, 8518, 12192, 8592, 12457, 11782, 10528, 16466, 10126, 14642, 8826, 11810, 8707, 11795, 8435, 11919, 8225, 12197, 8609, 12434, 8248, 12611, 8188, 10822, 11243, 9303, 9369, 8741, 12417, 8526, 13278, 8414, 11947, 8343, 12204, 8198, 12332, 8362, 12360, 8687, 12666, 8376, 12074, 8076, 12804, 8886, 15137, 9718, 14855, 9413, 13851, 8647, 13354, 8430, 11610, 11429, 9302, 10125, 9217, 15225, 9327, 14344, 8999, 12938, 8601, 12295, 8129, 12462, 8541, 12296, 8552, 11472, 8326, 10992, 8837, 10778, 12278, 9698, 15630, 10017, 11903, 8930, 12722, 9124, 15634, 9310, 14943, 9586, 12371, 8318, 12290, 8843, 12289, 8810, 14257, 8687, 14982, 9487, 8464, 10455, 7811, 12657, 7803, 13690, 8363, 12949, 8241, 11829, 11160, 11893, 10347, 14749, 9637, 14836, 9417, 15595, 9522, 15966, 14420, 9769, 15115, 9645, 12484, 8884, 12292, 8720, 11970, 8875, 10262, 8232, 10774, 8363, 10214, 14161, 9567, 13416, 9277, 11670, 9061, 11257, 8917, 12002, 8914, 12520, 8837, 12616, 8593, 12942, 8379, 11533, 8576, 12205, 8451, 12097, 8138, 11188, 9213, 10173, 8457, 11593, 8508, 11850, 9869, 10591, 10791, 9995, 8530, 11046, 8657, 12890, 8530, 13210, 8149, 14788, 9738, 15372, 10702, 16508, 12971, 7576, 12521, 8212, 13501, 8862, 10605, 13453, 9139, 15157, 9183, 13714, 9715, 14653, 9622, 14888, 9854, 16034, 9699, 15916, 9429, 12322, 8904, 9905, 8651, 9776, 10304, 9907, 12601, 9582, 13896, 9877, 12932, 9642, 11845, 9597, 12168, 9601, 7882, 9224, 7814, 11622, 8287, 12343, 7950, 11125, 12952, 9399, 15254, 10396, 13876, 8855, 11347, 11181, 9969, 16350, 10492, 14697, 9063, 12734, 8542, 10335, 9811, 10070, 15221, 10056, 12316, 8954, 11874, 8536, 11767, 8459, 10307, 8055, 10085, 8239, 9718, 10692, 9457, 13500, 9356, 14626, 9263, 12924, 9549, 12715, 9026, 12761, 8924, 12522, 8643, 11962, 7861, 12161, 8160, 11555, 8431, 10929, 8189, 10096, 8168, 10410, 8346, 11625, 8408, 10668, 14657, 10362, 15518, 9755, 13763, 9139, 13054, 8439, 14111, 8380, 14005, 7957, 12821, 7892, 12058, 8400, 11749, 7953, 11374, 8356, 12147, 8474, 13182, 12451, 10762, 16562, 10577, 14708, 9791, 12809, 8562, 12432, 8346, 12308, 7756, 12310, 7974, 11919, 7586, 12019, 8687, 11308, 10302, 9367, 13795, 8389, 13295, 8628, 12157, 8383, 12433, 8186, 11615, 8147, 11492, 8233, 11309, 9006, 11012, 10788, 9145, 12482, 8741, 15377, 9478, 14894, 9606, 12267, 8745, 14382, 9303, 14452, 9340, 13784, 9071, 12802, 8637, 13498, 8584, 14901, 9238, 14599, 9158, 14829, 8517, 14341, 9480, 11779, 13679, 9821, 12548, 9196, 15153, 9261, 14070, 9309, 13082, 8066, 12699, 8151, 12975, 8322, 13427, 8508, 13626, 8560, 13114, 8316, 11500, 11780, 9348, 13372, 9107, 14011, 8941, 14659, 9299, 13879, 9185, 13161, 8722, 12974, 8544, 12832, 8716, 11168, 8815, 8431, 10325, 9257, 10946, 10942, 11099, 12968, 10767, 10111, 10418, 10992, 10862, 14617, 10408, 15990, 10904, 12695, 9439, 11065, 9459, 12306, 9311, 12553, 8967, 9303, 9730, 11884, 9559, 14165, 9012, 13518, 8786, 9947, 8093, 9449, 8599, 11818, 9538, 13336, 10105, 15951, 10053, 15518, 10165, 15092, 9565, 13909, 8374, 13005, 9209, 12648, 8483, 11540, 8028, 10370, 8583, 10225, 13785, 9167, 15405, 8783, 11917, 8622, 11465, 8365, 12285, 7918, 11970, 8241, 10537, 8134, 10766, 9103, 10341, 11774, 9783, 13439, 9089, 15089, 9448, 13737, 9205, 12472, 8157, 11915, 7981, 12397, 9194, 11263, 8964, 9680, 12048, 9618, 17086, 10781, 14945, 9944, 13636, 8879, 13943, 8634, 14059, 8669, 13117, 8437, 11636, 9072, 11029, 12642, 9873, 16953, 10377, 14652, 9547, 13486, 8786, 14066, 9068, 14014, 8439, 12301, 8067, 12522, 8237, 13981, 8703, 15086, 8881, 13375, 8276, 11566, 12707, 9760, 16821, 10307, 13437, 8851, 11846, 8032, 11134, 8128, 10494, 7926, 11418, 8337, 10683, 9991, 10019, 15110, 9509, 15651, 10050, 13156, 8432, 11639, 7927, 12033, 8346, 12528, 8131, 11629, 8419, 12350, 8085, 14029, 8623, 14662, 8342, 13285, 8474, 13212, 8468, 11312, 12592, 9583, 11282, 8240, 13477, 8212, 12690, 8263, 11716, 8469, 10499, 10684, 9180, 16743, 11002, 13813, 8640, 12264, 8097, 10951, 8882, 10824, 9565, 10002, 9156, 10221, 11890, 10527, 15059, 10864, 14372, 9395, 15333, 9523, 14449, 8567, 13685, 8204, 11220, 9021, 9930, 14653, 9130, 15011, 9608, 12822, 8583, 12206, 8217, 12776, 7831, 13631, 8814, 13656, 8133, 14038, 8724, 14539, 9249, 12559, 13617, 9259, 12392, 8818, 14630, 9168, 13406, 8326, 13498, 7973, 11629, 8012, 10862, 7900, 11649, 8211, 12187, 8130, 12003, 8145, 12420, 10238, 10790, 15390, 9791, 15532, 9427, 13132, 9031, 13527, 8809, 14538, 9301, 13369, 8103, 11898, 8048, 11758, 7749, 12565, 7839, 12373, 7788, 12530, 7970, 12916, 7828, 14793, 8385, 14243, 8450, 14537, 8303, 13830, 8260, 13009, 11876, 10930, 9624, 9941, 10468, 9737, 15454, 9882, 15322, 10478, 13817, 8517, 12547, 8601, 11519, 7730, 10745, 8467, 10276, 8709, 9758, 10530, 9107, 15272, 9268, 14138, 8392, 12049, 8308, 11652, 8188, 12876, 8052, 12282, 8216, 11204, 8294, 11313, 10365, 11268, 14748, 10797, 15163, 9900, 16005, 10464, 15145, 10157, 14312, 9300, 13084, 8907, 12872, 8335, 13178, 8009, 13067, 8090, 11058, 8018, 10219, 12025, 9135, 16807, 10309, 13655, 9100, 12486, 7910, 11883, 8160, 11101, 8371, 9115, 8274, 10107, 8132, 11736, 9753, 12485, 8988, 12607, 9730, 11691, 14735, 10355, 16606, 11079, 14467, 9194, 10818, 8656, 14048, 9156, 15806, 9911, 14628, 9422, 13221, 8412, 13243, 8190, 14060, 9099, 14249, 8727, 14656, 8763, 14371, 8528, 14048, 8621, 13281, 8604, 11955, 7861, 11713, 10484, 9487, 15248, 9436, 13823, 8783, 13069, 8325, 12289, 8173, 12448, 8015, 11117, 7875, 11189, 7635, 12222, 7725, 13263, 8339, 12784, 7884, 11282, 10235, 10107, 15274, 9971, 13741, 9267, 15435, 9459, 14051, 9122, 13615, 8931, 12249, 7731, 12487, 7742, 13224, 7922, 12995, 7909, 13549, 7995, 13317, 7913, 13413, 7801, 13068, 7842, 12776, 7980, 11780, 8039, 11328, 9215, 10348, 13406, 9506, 14277, 9359, 15808, 9878, 14320, 9182, 13237, 8563, 12063, 7819, 12435, 7989, 12969, 8153, 13026, 7975, 12150, 8704, 11284, 9537, 11201, 9668, 12529, 7789, 13343, 8061, 13133, 10637, 11589, 12814, 9961, 8358, 10894, 12910, 10502, 16545, 10369, 14475, 9974, 11962, 7877, 11124, 7875, 10950, 8405, 10552, 9172, 9558, 10106, 9328, 16203, 9800, 14135, 9400, 13492, 8742, 13581, 8622, 14057, 8576, 14183, 8066, 12745, 7855, 11294, 10236, 9247, 15766, 9119, 14820, 8962, 10323, 8438, 7479, 10388, 7780, 11550, 7989, 11198, 13837, 9412, 14922, 9806, 14156, 9054, 13951, 10394, 13268, 14228, 11635, 16921, 12574, 17106, 11210, 14966, 9362, 11306, 9003, 10803, 8476, 10421, 11401, 9909, 14152, 9171, 12295, 8295, 11384, 7863, 10341, 7902, 9400, 8829, 8562, 13572, 8749, 13300, 9020, 12221, 8237, 12326, 8216, 13142, 7630, 13698, 7989, 12904, 7952, 12808, 8150, 12493, 9696, 11920, 9511, 10946, 10456, 10610, 13594, 10078, 14700, 10290, 11356, 9350, 11506, 9715, 12983, 10536, 14303, 11184, 11992, 10818, 10978, 11626, 14853, 11152, 16243, 10195, 16121, 9798, 14792, 9325, 13366, 8383, 12348, 7992, 11847, 7640, 10810, 7930, 10758, 9308, 10421, 11931, 10062, 12421, 9705, 13869, 9265, 14447, 8885, 13943, 9094, 12807, 8340, 13182, 8172, 13445, 7958, 12331, 8532, 10536, 9779, 10094, 16812, 10486, 14789, 9204, 13043, 7652, 12449, 8233, 11774, 8284, 12951, 7890, 13999, 8020, 13655], 'WindowCenter': [4307.0, 4252.0, 4278.0, 4252.0, 4277.0, 4224.0, 4252.0, 4211.0, 4250.0, 4221.0, 4249.0, 4211.0, 4250.0, 4222.0, 4263.0, 4212.0, 4253.0, 4211.0, 4242.0, 4209.0, 4241.0, 4249.0, 4221.0, 4272.0, 4230.0, 4260.0, 4220.0, 4237.0, 4208.0, 4238.0, 4209.0, 4250.0, 4197.0, 4226.0, 4196.0, 4217.0, 4216.0, 4208.0, 4248.0, 4210.0, 4249.0, 4221.0, 4239.0, 4211.0, 4251.0, 4222.0, 4263.0, 4224.0, 4254.0, 4242.0, 4233.0, 4222.0, 4233.0, 4262.0, 4233.0, 4285.0, 4234.0, 4274.0, 4245.0, 4273.0, 4223.0, 4221.0, 4222.0, 4221.0, 4243.0, 4273.0, 4233.0, 4284.0, 4242.0, 4263.0, 4219.0, 4260.0, 4207.0, 4238.0, 4195.0, 4237.0, 4224.0, 4216.0, 4257.0, 4204.0, 4234.0, 4192.0, 4222.0, 4192.0, 4222.0, 4193.0, 4235.0, 4195.0, 4236.0, 4195.0, 4237.0, 4196.0, 4237.0, 4197.0, 4228.0, 4226.0, 4207.0, 4205.0, 4208.0, 4237.0, 4220.0, 4260.0, 4211.0, 4250.0, 4222.0, 4251.0, 4222.0, 4263.0, 4224.0, 4264.0, 4222.0, 4263.0, 4223.0, 4252.0, 4213.0, 4262.0, 4234.0, 4273.0, 4234.0, 4273.0, 4234.0, 4262.0, 4222.0, 4262.0, 4211.0, 4241.0, 4239.0, 4219.0, 4228.0, 4219.0, 4259.0, 4219.0, 4259.0, 4209.0, 4248.0, 4209.0, 4238.0, 4198.0, 4249.0, 4210.0, 4240.0, 4209.0, 4240.0, 4208.0, 4240.0, 4208.0, 4240.0, 4250.0, 4220.0, 4271.0, 4230.0, 4239.0, 4220.0, 4249.0, 4220.0, 4271.0, 4220.0, 4260.0, 4220.0, 4238.0, 4209.0, 4238.0, 4221.0, 4252.0, 4222.0, 4272.0, 4239.0, 4288.0, 4234.0, 4210.0, 4228.0, 4199.0, 4249.0, 4200.0, 4262.0, 4212.0, 4263.0, 4223.0, 4265.0, 4253.0, 4253.0, 4231.0, 4263.0, 4219.0, 4248.0, 4207.0, 4248.0, 4204.0, 4248.0, 4234.0, 4193.0, 4233.0, 4191.0, 4211.0, 4179.0, 4209.0, 4178.0, 4209.0, 4178.0, 4199.0, 4168.0, 4200.0, 4169.0, 4201.0, 4230.0, 4191.0, 4221.0, 4191.0, 4210.0, 4191.0, 4210.0, 4192.0, 4221.0, 4193.0, 4223.0, 4194.0, 4235.0, 4195.0, 4235.0, 4184.0, 4225.0, 4193.0, 4224.0, 4194.0, 4237.0, 4197.0, 4227.0, 4207.0, 4229.0, 4197.0, 4240.0, 4208.0, 4240.0, 4229.0, 4241.0, 4240.0, 4231.0, 4210.0, 4241.0, 4222.0, 4262.0, 4222.0, 4263.0, 4214.0, 4287.0, 4260.0, 4289.0, 4257.0, 4285.0, 4263.0, 4188.0, 4237.0, 4197.0, 4249.0, 4207.0, 4231.0, 4250.0, 4221.0, 4271.0, 4233.0, 4260.0, 4221.0, 4259.0, 4218.0, 4247.0, 4204.0, 4246.0, 4193.0, 4245.0, 4180.0, 4212.0, 4177.0, 4188.0, 4166.0, 4187.0, 4186.0, 4188.0, 4206.0, 4189.0, 4218.0, 4201.0, 4220.0, 4191.0, 4209.0, 4202.0, 4235.0, 4205.0, 4182.0, 4192.0, 4185.0, 4225.0, 4197.0, 4250.0, 4197.0, 4240.0, 4249.0, 4219.0, 4259.0, 4218.0, 4248.0, 4195.0, 4215.0, 4213.0, 4202.0, 4233.0, 4202.0, 4233.0, 4180.0, 4211.0, 4178.0, 4190.0, 4188.0, 4189.0, 4229.0, 4189.0, 4208.0, 4190.0, 4210.0, 4180.0, 4212.0, 4181.0, 4202.0, 4181.0, 4213.0, 4182.0, 4204.0, 4214.0, 4216.0, 4245.0, 4217.0, 4257.0, 4218.0, 4248.0, 4218.0, 4248.0, 4208.0, 4236.0, 4207.0, 4236.0, 4208.0, 4237.0, 4198.0, 4250.0, 4209.0, 4239.0, 4211.0, 4241.0, 4221.0, 4229.0, 4209.0, 4241.0, 4221.0, 4254.0, 4223.0, 4255.0, 4273.0, 4244.0, 4284.0, 4235.0, 4262.0, 4233.0, 4262.0, 4212.0, 4264.0, 4213.0, 4262.0, 4211.0, 4262.0, 4211.0, 4251.0, 4211.0, 4251.0, 4211.0, 4251.0, 4210.0, 4251.0, 4212.0, 4264.0, 4252.0, 4241.0, 4272.0, 4229.0, 4260.0, 4218.0, 4237.0, 4207.0, 4238.0, 4208.0, 4248.0, 4198.0, 4239.0, 4198.0, 4239.0, 4198.0, 4249.0, 4209.0, 4240.0, 4230.0, 4221.0, 4259.0, 4211.0, 4249.0, 4210.0, 4249.0, 4212.0, 4251.0, 4212.0, 4241.0, 4211.0, 4252.0, 4211.0, 4252.0, 4221.0, 4242.0, 4241.0, 4233.0, 4251.0, 4222.0, 4272.0, 4232.0, 4271.0, 4234.0, 4253.0, 4224.0, 4273.0, 4233.0, 4275.0, 4233.0, 4261.0, 4222.0, 4260.0, 4222.0, 4262.0, 4223.0, 4273.0, 4233.0, 4273.0, 4232.0, 4274.0, 4211.0, 4262.0, 4220.0, 4241.0, 4249.0, 4218.0, 4237.0, 4218.0, 4258.0, 4219.0, 4259.0, 4218.0, 4249.0, 4199.0, 4248.0, 4198.0, 4250.0, 4211.0, 4250.0, 4209.0, 4249.0, 4207.0, 4249.0, 4196.0, 4239.0, 4240.0, 4218.0, 4247.0, 4209.0, 4248.0, 4219.0, 4260.0, 4221.0, 4261.0, 4221.0, 4250.0, 4220.0, 4249.0, 4222.0, 4263.0, 4234.0, 4251.0, 4233.0, 4223.0, 4243.0, 4231.0, 4242.0, 4241.0, 4241.0, 4261.0, 4243.0, 4231.0, 4242.0, 4241.0, 4242.0, 4260.0, 4231.0, 4272.0, 4229.0, 4248.0, 4219.0, 4227.0, 4218.0, 4249.0, 4220.0, 4249.0, 4219.0, 4218.0, 4221.0, 4239.0, 4231.0, 4262.0, 4221.0, 4248.0, 4220.0, 4230.0, 4211.0, 4231.0, 4224.0, 4254.0, 4246.0, 4274.0, 4245.0, 4284.0, 4244.0, 4275.0, 4244.0, 4272.0, 4221.0, 4251.0, 4199.0, 4250.0, 4207.0, 4249.0, 4197.0, 4227.0, 4186.0, 4217.0, 4195.0, 4227.0, 4246.0, 4217.0, 4257.0, 4209.0, 4238.0, 4210.0, 4238.0, 4210.0, 4251.0, 4200.0, 4240.0, 4209.0, 4229.0, 4198.0, 4241.0, 4220.0, 4231.0, 4250.0, 4231.0, 4260.0, 4222.0, 4271.0, 4233.0, 4261.0, 4221.0, 4251.0, 4211.0, 4252.0, 4212.0, 4253.0, 4220.0, 4253.0, 4221.0, 4232.0, 4250.0, 4232.0, 4283.0, 4242.0, 4272.0, 4233.0, 4262.0, 4222.0, 4261.0, 4221.0, 4264.0, 4211.0, 4252.0, 4198.0, 4240.0, 4207.0, 4229.0, 4251.0, 4230.0, 4270.0, 4229.0, 4260.0, 4219.0, 4262.0, 4224.0, 4261.0, 4221.0, 4248.0, 4199.0, 4237.0, 4197.0, 4249.0, 4209.0, 4261.0, 4210.0, 4260.0, 4209.0, 4249.0, 4196.0, 4238.0, 4236.0, 4230.0, 4271.0, 4216.0, 4236.0, 4205.0, 4225.0, 4196.0, 4226.0, 4209.0, 4239.0, 4198.0, 4241.0, 4208.0, 4240.0, 4229.0, 4230.0, 4272.0, 4231.0, 4271.0, 4219.0, 4248.0, 4211.0, 4238.0, 4198.0, 4249.0, 4210.0, 4249.0, 4200.0, 4240.0, 4211.0, 4250.0, 4211.0, 4261.0, 4211.0, 4271.0, 4211.0, 4261.0, 4211.0, 4262.0, 4223.0, 4253.0, 4251.0, 4220.0, 4238.0, 4210.0, 4248.0, 4210.0, 4261.0, 4212.0, 4252.0, 4211.0, 4244.0, 4241.0, 4232.0, 4273.0, 4241.0, 4261.0, 4209.0, 4240.0, 4199.0, 4240.0, 4208.0, 4229.0, 4218.0, 4229.0, 4219.0, 4229.0, 4240.0, 4231.0, 4260.0, 4229.0, 4248.0, 4219.0, 4258.0, 4218.0, 4259.0, 4207.0, 4248.0, 4196.0, 4226.0, 4194.0, 4215.0, 4246.0, 4206.0, 4246.0, 4206.0, 4234.0, 4197.0, 4235.0, 4197.0, 4248.0, 4198.0, 4248.0, 4208.0, 4247.0, 4198.0, 4247.0, 4207.0, 4258.0, 4219.0, 4250.0, 4248.0, 4206.0, 4236.0, 4206.0, 4245.0, 4206.0, 4250.0, 4209.0, 4247.0, 4196.0, 4227.0, 4196.0, 4226.0, 4198.0, 4240.0, 4209.0, 4249.0, 4200.0, 4252.0, 4209.0, 4252.0, 4242.0, 4254.0, 4286.0, 4232.0, 4270.0, 4219.0, 4249.0, 4220.0, 4249.0, 4221.0, 4260.0, 4220.0, 4249.0, 4200.0, 4240.0, 4198.0, 4239.0, 4199.0, 4251.0, 4201.0, 4250.0, 4201.0, 4252.0, 4211.0, 4262.0, 4202.0, 4273.0, 4221.0, 4272.0, 4211.0, 4271.0, 4210.0, 4261.0, 4209.0, 4251.0, 4238.0, 4228.0, 4216.0, 4217.0, 4225.0, 4217.0, 4257.0, 4217.0, 4257.0, 4216.0, 4245.0, 4195.0, 4236.0, 4195.0, 4239.0, 4186.0, 4225.0, 4183.0, 4216.0, 4194.0, 4205.0, 4215.0, 4208.0, 4258.0, 4207.0, 4246.0, 4210.0, 4238.0, 4209.0, 4238.0, 4210.0, 4250.0, 4211.0, 4251.0, 4210.0, 4242.0, 4212.0, 4252.0, 4242.0, 4252.0, 4273.0, 4242.0, 4261.0, 4230.0, 4270.0, 4231.0, 4261.0, 4229.0, 4247.0, 4207.0, 4236.0, 4206.0, 4236.0, 4196.0, 4247.0, 4196.0, 4247.0, 4196.0, 4228.0, 4196.0, 4228.0, 4237.0, 4219.0, 4269.0, 4228.0, 4246.0, 4208.0, 4238.0, 4197.0, 4238.0, 4197.0, 4228.0, 4196.0, 4208.0, 4208.0, 4229.0, 4209.0, 4251.0, 4231.0, 4252.0, 4221.0, 4252.0, 4231.0, 4252.0, 4273.0, 4243.0, 4283.0, 4240.0, 4260.0, 4220.0, 4228.0, 4210.0, 4261.0, 4221.0, 4271.0, 4232.0, 4271.0, 4221.0, 4250.0, 4210.0, 4250.0, 4211.0, 4261.0, 4220.0, 4259.0, 4209.0, 4259.0, 4208.0, 4259.0, 4208.0, 4248.0, 4196.0, 4246.0, 4195.0, 4225.0, 4184.0, 4237.0, 4227.0, 4218.0, 4259.0, 4206.0, 4246.0, 4207.0, 4236.0, 4196.0, 4237.0, 4207.0, 4237.0, 4198.0, 4227.0, 4198.0, 4239.0, 4199.0, 4251.0, 4201.0, 4261.0, 4211.0, 4251.0, 4199.0, 4240.0, 4230.0, 4231.0, 4270.0, 4231.0, 4259.0, 4221.0, 4271.0, 4230.0, 4261.0, 4220.0, 4248.0, 4209.0, 4238.0, 4198.0, 4249.0, 4200.0, 4260.0, 4213.0, 4261.0, 4200.0, 4259.0, 4198.0, 4249.0, 4199.0, 4249.0, 4200.0, 4262.0, 4210.0, 4249.0, 4198.0, 4249.0, 4198.0, 4239.0, 4220.0, 4244.0, 4261.0, 4230.0, 4260.0, 4233.0, 4272.0, 4232.0, 4272.0, 4222.0, 4260.0, 4211.0, 4249.0, 4201.0, 4251.0, 4210.0, 4262.0, 4211.0, 4263.0, 4211.0, 4253.0, 4209.0, 4241.0, 4232.0, 4241.0, 4219.0, 4250.0, 4199.0, 4260.0, 4198.0, 4261.0, 4241.0, 4239.0, 4249.0, 4230.0, 4197.0, 4239.0, 4248.0, 4229.0, 4270.0, 4218.0, 4247.0, 4217.0, 4225.0, 4185.0, 4225.0, 4195.0, 4228.0, 4195.0, 4217.0, 4205.0, 4217.0, 4217.0, 4218.0, 4268.0, 4229.0, 4247.0, 4219.0, 4248.0, 4210.0, 4247.0, 4208.0, 4260.0, 4210.0, 4248.0, 4186.0, 4237.0, 4186.0, 4229.0, 4215.0, 4219.0, 4270.0, 4209.0, 4272.0, 4222.0, 4243.0, 4211.0, 4189.0, 4230.0, 4199.0, 4240.0, 4209.0, 4254.0, 4272.0, 4235.0, 4272.0, 4243.0, 4274.0, 4223.0, 4264.0, 4229.0, 4250.0, 4247.0, 4227.0, 4246.0, 4225.0, 4244.0, 4202.0, 4231.0, 4180.0, 4200.0, 4178.0, 4199.0, 4166.0, 4198.0, 4196.0, 4188.0, 4219.0, 4191.0, 4220.0, 4182.0, 4223.0, 4181.0, 4213.0, 4182.0, 4203.0, 4193.0, 4196.0, 4248.0, 4209.0, 4248.0, 4219.0, 4237.0, 4210.0, 4249.0, 4211.0, 4263.0, 4202.0, 4262.0, 4200.0, 4251.0, 4200.0, 4261.0, 4199.0, 4263.0, 4233.0, 4252.0, 4230.0, 4241.0, 4241.0, 4242.0, 4274.0, 4244.0, 4272.0, 4243.0, 4240.0, 4233.0, 4251.0, 4232.0, 4262.0, 4243.0, 4273.0, 4243.0, 4250.0, 4240.0, 4240.0, 4240.0, 4261.0, 4241.0, 4284.0, 4230.0, 4259.0, 4218.0, 4247.0, 4206.0, 4246.0, 4197.0, 4237.0, 4197.0, 4237.0, 4187.0, 4228.0, 4198.0, 4240.0, 4219.0, 4241.0, 4251.0, 4230.0, 4249.0, 4230.0, 4258.0, 4231.0, 4273.0, 4233.0, 4260.0, 4233.0, 4251.0, 4222.0, 4261.0, 4222.0, 4276.0, 4225.0, 4263.0, 4220.0, 4242.0, 4231.0, 4244.0, 4283.0, 4254.0, 4273.0, 4232.0, 4262.0, 4201.0, 4263.0, 4211.0, 4265.0, 4224.0, 4263.0, 4214.0, 4275.0, 4212.0, 4276.0], 'WindowWidth': [9516.0, 9432.0, 9462.0, 9436.0, 9458.0, 9382.0, 9413.0, 9357.0, 9406.0, 9368.0, 9403.0, 9357.0, 9407.0, 9373.0, 9430.0, 9360.0, 9415.0, 9355.0, 9396.0, 9350.0, 9394.0, 9404.0, 9367.0, 9442.0, 9379.0, 9419.0, 9366.0, 9385.0, 9348.0, 9388.0, 9348.0, 9406.0, 9331.0, 9369.0, 9327.0, 9357.0, 9356.0, 9347.0, 9400.0, 9354.0, 9402.0, 9369.0, 9390.0, 9358.0, 9409.0, 9375.0, 9430.0, 9380.0, 9419.0, 9400.0, 9388.0, 9372.0, 9390.0, 9426.0, 9389.0, 9465.0, 9392.0, 9446.0, 9408.0, 9442.0, 9376.0, 9371.0, 9373.0, 9370.0, 9403.0, 9442.0, 9389.0, 9463.0, 9400.0, 9432.0, 9365.0, 9422.0, 9345.0, 9386.0, 9323.0, 9385.0, 9362.0, 9353.0, 9416.0, 9334.0, 9376.0, 9316.0, 9355.0, 9316.0, 9355.0, 9320.0, 9379.0, 9324.0, 9380.0, 9326.0, 9383.0, 9327.0, 9384.0, 9331.0, 9373.0, 9368.0, 9343.0, 9339.0, 9346.0, 9383.0, 9365.0, 9420.0, 9358.0, 9406.0, 9373.0, 9409.0, 9374.0, 9428.0, 9382.0, 9432.0, 9375.0, 9429.0, 9376.0, 9414.0, 9362.0, 9426.0, 9393.0, 9442.0, 9394.0, 9444.0, 9393.0, 9427.0, 9372.0, 9428.0, 9356.0, 9396.0, 9390.0, 9363.0, 9372.0, 9362.0, 9418.0, 9364.0, 9417.0, 9350.0, 9400.0, 9350.0, 9386.0, 9336.0, 9401.0, 9353.0, 9392.0, 9351.0, 9393.0, 9348.0, 9392.0, 9347.0, 9393.0, 9406.0, 9368.0, 9436.0, 9380.0, 9389.0, 9366.0, 9403.0, 9366.0, 9437.0, 9366.0, 9420.0, 9365.0, 9388.0, 9352.0, 9388.0, 9370.0, 9415.0, 9372.0, 9440.0, 9410.0, 9477.0, 9392.0, 9354.0, 9374.0, 9338.0, 9402.0, 9341.0, 9426.0, 9359.0, 9431.0, 9377.0, 9435.0, 9418.0, 9417.0, 9383.0, 9433.0, 9362.0, 9403.0, 9342.0, 9406.0, 9334.0, 9406.0, 9375.0, 9316.0, 9374.0, 9312.0, 9338.0, 9292.0, 9333.0, 9288.0, 9333.0, 9288.0, 9318.0, 9277.0, 9321.0, 9278.0, 9325.0, 9363.0, 9313.0, 9351.0, 9313.0, 9334.0, 9312.0, 9334.0, 9315.0, 9351.0, 9319.0, 9359.0, 9320.0, 9377.0, 9324.0, 9376.0, 9307.0, 9363.0, 9319.0, 9361.0, 9323.0, 9384.0, 9331.0, 9371.0, 9342.0, 9375.0, 9330.0, 9390.0, 9346.0, 9394.0, 9377.0, 9394.0, 9393.0, 9381.0, 9353.0, 9397.0, 9372.0, 9426.0, 9373.0, 9431.0, 9366.0, 9471.0, 9439.0, 9477.0, 9430.0, 9465.0, 9427.0, 9319.0, 9382.0, 9330.0, 9402.0, 9343.0, 9381.0, 9407.0, 9371.0, 9439.0, 9389.0, 9422.0, 9370.0, 9418.0, 9360.0, 9401.0, 9335.0, 9401.0, 9316.0, 9397.0, 9295.0, 9343.0, 9285.0, 9301.0, 9268.0, 9298.0, 9294.0, 9300.0, 9323.0, 9304.0, 9343.0, 9324.0, 9347.0, 9311.0, 9332.0, 9329.0, 9378.0, 9335.0, 9301.0, 9316.0, 9311.0, 9365.0, 9332.0, 9405.0, 9331.0, 9392.0, 9402.0, 9365.0, 9420.0, 9360.0, 9402.0, 9322.0, 9351.0, 9343.0, 9327.0, 9375.0, 9328.0, 9374.0, 9295.0, 9340.0, 9289.0, 9307.0, 9303.0, 9306.0, 9361.0, 9305.0, 9329.0, 9308.0, 9335.0, 9297.0, 9340.0, 9299.0, 9329.0, 9300.0, 9345.0, 9302.0, 9335.0, 9348.0, 9355.0, 9391.0, 9359.0, 9410.0, 9361.0, 9399.0, 9361.0, 9403.0, 9348.0, 9381.0, 9346.0, 9382.0, 9347.0, 9385.0, 9334.0, 9406.0, 9351.0, 9391.0, 9357.0, 9397.0, 9372.0, 9379.0, 9351.0, 9397.0, 9371.0, 9420.0, 9377.0, 9424.0, 9446.0, 9407.0, 9462.0, 9394.0, 9427.0, 9390.0, 9425.0, 9361.0, 9432.0, 9363.0, 9428.0, 9359.0, 9426.0, 9356.0, 9409.0, 9355.0, 9409.0, 9357.0, 9409.0, 9355.0, 9411.0, 9359.0, 9433.0, 9412.0, 9398.0, 9447.0, 9379.0, 9422.0, 9362.0, 9385.0, 9345.0, 9387.0, 9349.0, 9403.0, 9336.0, 9389.0, 9335.0, 9389.0, 9337.0, 9403.0, 9352.0, 9396.0, 9380.0, 9369.0, 9417.0, 9356.0, 9402.0, 9354.0, 9405.0, 9359.0, 9409.0, 9359.0, 9396.0, 9358.0, 9412.0, 9358.0, 9414.0, 9371.0, 9399.0, 9397.0, 9388.0, 9409.0, 9373.0, 9440.0, 9389.0, 9438.0, 9392.0, 9414.0, 9381.0, 9443.0, 9392.0, 9451.0, 9391.0, 9423.0, 9375.0, 9421.0, 9375.0, 9426.0, 9376.0, 9444.0, 9389.0, 9442.0, 9388.0, 9445.0, 9356.0, 9430.0, 9366.0, 9396.0, 9404.0, 9361.0, 9384.0, 9360.0, 9415.0, 9364.0, 9417.0, 9362.0, 9403.0, 9337.0, 9401.0, 9333.0, 9406.0, 9357.0, 9407.0, 9349.0, 9403.0, 9345.0, 9403.0, 9329.0, 9390.0, 9395.0, 9361.0, 9400.0, 9350.0, 9401.0, 9365.0, 9419.0, 9371.0, 9422.0, 9370.0, 9406.0, 9369.0, 9405.0, 9373.0, 9431.0, 9393.0, 9413.0, 9391.0, 9378.0, 9403.0, 9385.0, 9401.0, 9397.0, 9399.0, 9423.0, 9401.0, 9382.0, 9398.0, 9395.0, 9397.0, 9424.0, 9383.0, 9444.0, 9379.0, 9402.0, 9364.0, 9371.0, 9361.0, 9405.0, 9368.0, 9404.0, 9364.0, 9361.0, 9368.0, 9390.0, 9382.0, 9426.0, 9369.0, 9403.0, 9367.0, 9381.0, 9358.0, 9385.0, 9381.0, 9419.0, 9410.0, 9447.0, 9409.0, 9462.0, 9406.0, 9450.0, 9405.0, 9444.0, 9369.0, 9410.0, 9336.0, 9406.0, 9344.0, 9404.0, 9331.0, 9371.0, 9313.0, 9357.0, 9326.0, 9372.0, 9397.0, 9357.0, 9412.0, 9349.0, 9388.0, 9354.0, 9387.0, 9355.0, 9409.0, 9340.0, 9392.0, 9350.0, 9378.0, 9335.0, 9395.0, 9367.0, 9383.0, 9405.0, 9382.0, 9419.0, 9371.0, 9436.0, 9387.0, 9420.0, 9370.0, 9409.0, 9358.0, 9412.0, 9361.0, 9416.0, 9367.0, 9417.0, 9369.0, 9385.0, 9407.0, 9387.0, 9458.0, 9399.0, 9439.0, 9388.0, 9424.0, 9373.0, 9423.0, 9371.0, 9430.0, 9354.0, 9411.0, 9333.0, 9393.0, 9344.0, 9376.0, 9410.0, 9379.0, 9437.0, 9378.0, 9419.0, 9364.0, 9427.0, 9380.0, 9423.0, 9368.0, 9402.0, 9336.0, 9383.0, 9332.0, 9402.0, 9350.0, 9422.0, 9355.0, 9422.0, 9350.0, 9403.0, 9328.0, 9386.0, 9383.0, 9379.0, 9441.0, 9355.0, 9381.0, 9340.0, 9365.0, 9327.0, 9368.0, 9352.0, 9391.0, 9336.0, 9395.0, 9348.0, 9394.0, 9377.0, 9379.0, 9444.0, 9383.0, 9437.0, 9363.0, 9399.0, 9356.0, 9388.0, 9335.0, 9403.0, 9352.0, 9404.0, 9341.0, 9394.0, 9355.0, 9408.0, 9358.0, 9424.0, 9358.0, 9438.0, 9357.0, 9423.0, 9357.0, 9428.0, 9376.0, 9414.0, 9408.0, 9365.0, 9386.0, 9353.0, 9402.0, 9356.0, 9422.0, 9359.0, 9413.0, 9357.0, 9405.0, 9396.0, 9388.0, 9444.0, 9396.0, 9422.0, 9350.0, 9393.0, 9335.0, 9392.0, 9347.0, 9377.0, 9360.0, 9376.0, 9362.0, 9377.0, 9392.0, 9383.0, 9420.0, 9376.0, 9402.0, 9363.0, 9414.0, 9360.0, 9418.0, 9346.0, 9401.0, 9326.0, 9366.0, 9320.0, 9351.0, 9395.0, 9340.0, 9395.0, 9341.0, 9375.0, 9329.0, 9378.0, 9331.0, 9401.0, 9337.0, 9400.0, 9347.0, 9396.0, 9335.0, 9397.0, 9346.0, 9417.0, 9364.0, 9406.0, 9399.0, 9342.0, 9381.0, 9341.0, 9392.0, 9343.0, 9406.0, 9350.0, 9397.0, 9330.0, 9370.0, 9328.0, 9367.0, 9335.0, 9393.0, 9351.0, 9404.0, 9340.0, 9413.0, 9353.0, 9412.0, 9403.0, 9419.0, 9470.0, 9386.0, 9437.0, 9365.0, 9403.0, 9370.0, 9404.0, 9370.0, 9422.0, 9367.0, 9402.0, 9341.0, 9391.0, 9337.0, 9389.0, 9338.0, 9407.0, 9342.0, 9408.0, 9345.0, 9411.0, 9358.0, 9427.0, 9347.0, 9444.0, 9373.0, 9440.0, 9359.0, 9439.0, 9353.0, 9423.0, 9350.0, 9409.0, 9387.0, 9375.0, 9355.0, 9357.0, 9366.0, 9357.0, 9415.0, 9357.0, 9414.0, 9355.0, 9393.0, 9325.0, 9380.0, 9322.0, 9388.0, 9317.0, 9364.0, 9305.0, 9352.0, 9321.0, 9338.0, 9351.0, 9348.0, 9415.0, 9344.0, 9395.0, 9353.0, 9388.0, 9351.0, 9387.0, 9355.0, 9408.0, 9357.0, 9408.0, 9354.0, 9399.0, 9359.0, 9415.0, 9401.0, 9414.0, 9443.0, 9400.0, 9424.0, 9380.0, 9435.0, 9382.0, 9427.0, 9377.0, 9399.0, 9344.0, 9380.0, 9342.0, 9380.0, 9329.0, 9399.0, 9329.0, 9398.0, 9328.0, 9373.0, 9327.0, 9373.0, 9384.0, 9364.0, 9433.0, 9373.0, 9395.0, 9347.0, 9385.0, 9330.0, 9387.0, 9331.0, 9373.0, 9329.0, 9347.0, 9349.0, 9379.0, 9353.0, 9411.0, 9384.0, 9413.0, 9371.0, 9414.0, 9382.0, 9413.0, 9445.0, 9402.0, 9462.0, 9395.0, 9421.0, 9366.0, 9376.0, 9355.0, 9422.0, 9372.0, 9438.0, 9386.0, 9437.0, 9371.0, 9406.0, 9354.0, 9406.0, 9358.0, 9423.0, 9368.0, 9418.0, 9351.0, 9417.0, 9348.0, 9419.0, 9348.0, 9404.0, 9329.0, 9397.0, 9324.0, 9366.0, 9310.0, 9383.0, 9371.0, 9361.0, 9418.0, 9341.0, 9395.0, 9346.0, 9381.0, 9330.0, 9386.0, 9346.0, 9383.0, 9334.0, 9371.0, 9336.0, 9390.0, 9337.0, 9410.0, 9345.0, 9424.0, 9356.0, 9410.0, 9337.0, 9394.0, 9380.0, 9383.0, 9437.0, 9381.0, 9418.0, 9370.0, 9439.0, 9382.0, 9425.0, 9369.0, 9402.0, 9350.0, 9386.0, 9336.0, 9403.0, 9342.0, 9422.0, 9362.0, 9424.0, 9340.0, 9417.0, 9334.0, 9402.0, 9336.0, 9404.0, 9342.0, 9426.0, 9356.0, 9405.0, 9334.0, 9405.0, 9334.0, 9391.0, 9368.0, 9408.0, 9424.0, 9380.0, 9419.0, 9389.0, 9441.0, 9385.0, 9441.0, 9374.0, 9422.0, 9358.0, 9403.0, 9344.0, 9411.0, 9354.0, 9427.0, 9360.0, 9428.0, 9358.0, 9415.0, 9350.0, 9397.0, 9390.0, 9397.0, 9365.0, 9407.0, 9338.0, 9420.0, 9335.0, 9425.0, 9398.0, 9392.0, 9405.0, 9378.0, 9333.0, 9391.0, 9402.0, 9377.0, 9441.0, 9360.0, 9401.0, 9356.0, 9366.0, 9313.0, 9365.0, 9326.0, 9372.0, 9326.0, 9357.0, 9340.0, 9359.0, 9357.0, 9361.0, 9428.0, 9376.0, 9397.0, 9363.0, 9399.0, 9353.0, 9398.0, 9350.0, 9419.0, 9354.0, 9401.0, 9316.0, 9384.0, 9314.0, 9374.0, 9352.0, 9361.0, 9436.0, 9351.0, 9443.0, 9376.0, 9405.0, 9358.0, 9326.0, 9379.0, 9340.0, 9394.0, 9351.0, 9421.0, 9442.0, 9396.0, 9442.0, 9406.0, 9448.0, 9377.0, 9436.0, 9378.0, 9409.0, 9398.0, 9370.0, 9397.0, 9364.0, 9394.0, 9328.0, 9367.0, 9295.0, 9323.0, 9289.0, 9316.0, 9270.0, 9316.0, 9311.0, 9304.0, 9345.0, 9311.0, 9351.0, 9306.0, 9359.0, 9302.0, 9345.0, 9302.0, 9333.0, 9319.0, 9328.0, 9401.0, 9353.0, 9400.0, 9366.0, 9386.0, 9355.0, 9403.0, 9356.0, 9430.0, 9346.0, 9424.0, 9341.0, 9409.0, 9340.0, 9424.0, 9339.0, 9431.0, 9391.0, 9413.0, 9380.0, 9399.0, 9395.0, 9400.0, 9447.0, 9408.0, 9442.0, 9403.0, 9395.0, 9390.0, 9410.0, 9388.0, 9427.0, 9403.0, 9444.0, 9401.0, 9409.0, 9395.0, 9393.0, 9395.0, 9424.0, 9396.0, 9464.0, 9380.0, 9420.0, 9359.0, 9400.0, 9342.0, 9395.0, 9332.0, 9387.0, 9331.0, 9385.0, 9318.0, 9375.0, 9336.0, 9395.0, 9366.0, 9400.0, 9410.0, 9380.0, 9404.0, 9382.0, 9416.0, 9385.0, 9445.0, 9392.0, 9422.0, 9391.0, 9410.0, 9376.0, 9426.0, 9377.0, 9453.0, 9383.0, 9430.0, 9369.0, 9401.0, 9385.0, 9407.0, 9462.0, 9420.0, 9447.0, 9387.0, 9428.0, 9345.0, 9429.0, 9359.0, 9435.0, 9382.0, 9431.0, 9366.0, 9450.0, 9361.0, 9451.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.0029042894280762567</td></tr>
<tr><td colspan=3>aqi</td><td>0.027561866984402078</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.723669884180445</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3255975820121424</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.050410765464008</td></tr>
<tr><td colspan=3>efc</td><td>0.49</td></tr>
<tr><td colspan=3>fber</td><td>5116.9409</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07336746942006368</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2998266897746966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4810116684142014</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3684096708054403</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7533661161728182</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3212592182643466</td></tr>
<tr><td colspan=3>gcor</td><td>0.014366</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022064296528697014</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0345490388572216</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</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.8577688343574446</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>25.3647</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.1247</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.6679</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294955.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>815.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.8091</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3532</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.309</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3378.2922</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3570.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1116.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4468.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.3997</td></tr>
<tr><td colspan=3>tsnr</td><td>37.22501391079277</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>