<?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-0085_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-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085/ses-02/func/sub-0085_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>9966fe4fb6fdd4b45f7c857071d16572</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:28:22.780000</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.998831, 0.0445539, 0.0187751, -0.045706, 0.996758, 0.0662088]</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.12368</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>[4157, -7775, -7191, 601, -41, -299, 153, 2]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.073</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dac38d07-1b3f-4bcb-8722-5adf2eeb844a||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.6797893047332764, -0.12262590229511261, 0.042563822120428085, 115.64253997802734], [-0.11953488737344742, 2.674229860305786, 0.18087172508239746, -88.33206939697266], [0.05037222430109978, -0.17763341963291168, 2.693598747253418, -48.42288589477539], [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': ['162822.780000', '162823.240000', '162823.700000', '162824.160000', '162824.620000', '162825.080000', '162825.540000', '162826.000000', '162826.460000', '162826.920000', '162827.380000', '162827.840000', '162828.300000', '162828.760000', '162829.220000', '162829.680000', '162830.140000', '162830.600000', '162831.060000', '162831.520000', '162831.980000', '162832.440000', '162832.900000', '162833.360000', '162833.820000', '162834.280000', '162834.740000', '162835.200000', '162835.660000', '162836.120000', '162836.580000', '162837.040000', '162837.500000', '162837.960000', '162838.420000', '162838.880000', '162839.340000', '162839.800000', '162840.260000', '162840.720000', '162841.180000', '162841.640000', '162842.100000', '162842.560000', '162843.020000', '162843.480000', '162843.940000', '162844.400000', '162844.860000', '162845.320000', '162845.780000', '162846.240000', '162846.700000', '162847.160000', '162847.620000', '162848.080000', '162848.540000', '162849.000000', '162849.460000', '162849.920000', '162850.380000', '162850.840000', '162851.300000', '162851.760000', '162852.220000', '162852.680000', '162853.140000', '162853.600000', '162854.060000', '162854.520000', '162854.980000', '162855.440000', '162855.900000', '162856.360000', '162856.820000', '162857.280000', '162857.740000', '162858.200000', '162858.660000', '162859.120000', '162859.580000', '162900.040000', '162900.500000', '162900.960000', '162901.420000', '162901.880000', '162902.340000', '162902.800000', '162903.260000', '162903.720000', '162904.180000', '162904.640000', '162905.100000', '162905.560000', '162906.020000', '162906.480000', '162906.940000', '162907.400000', '162907.860000', '162908.320000', '162908.780000', '162909.240000', '162909.700000', '162910.160000', '162910.620000', '162911.080000', '162911.540000', '162912.000000', '162912.460000', '162912.920000', '162913.380000', '162913.840000', '162914.300000', '162914.760000', '162915.220000', '162915.680000', '162916.140000', '162916.600000', '162917.060000', '162917.520000', '162917.980000', '162918.440000', '162918.900000', '162919.360000', '162919.820000', '162920.280000', '162920.740000', '162921.200000', '162921.660000', '162922.120000', '162922.580000', '162923.040000', '162923.500000', '162923.960000', '162924.420000', '162924.880000', '162925.340000', '162925.800000', '162926.260000', '162926.720000', '162927.180000', '162927.640000', '162928.100000', '162928.560000', '162929.020000', '162929.480000', '162929.940000', '162930.400000', '162930.860000', '162931.320000', '162931.780000', '162932.240000', '162932.700000', '162933.160000', '162933.620000', '162934.080000', '162934.540000', '162935.000000', '162935.460000', '162935.920000', '162936.380000', '162936.840000', '162937.300000', '162937.760000', '162938.220000', '162938.680000', '162939.140000', '162939.600000', '162940.060000', '162940.520000', '162940.980000', '162941.440000', '162941.900000', '162942.360000', '162942.820000', '162943.280000', '162943.740000', '162944.200000', '162944.660000', '162945.120000', '162945.580000', '162946.040000', '162946.500000', '162946.960000', '162947.420000', '162947.880000', '162948.340000', '162948.800000', '162949.260000', '162949.720000', '162950.180000', '162950.640000', '162951.100000', '162951.560000', '162952.020000', '162952.480000', '162952.940000', '162953.400000', '162953.860000', '162954.320000', '162954.780000', '162955.240000', '162955.700000', '162956.160000', '162956.620000', '162957.080000', '162957.540000', '162958.000000', '162958.460000', '162958.920000', '162959.380000', '162959.840000', '163000.300000', '163000.760000', '163001.220000', '163001.680000', '163002.140000', '163002.600000', '163003.060000', '163003.520000', '163003.980000', '163004.440000', '163004.900000', '163005.360000', '163005.820000', '163006.280000', '163006.740000', '163007.200000', '163007.660000', '163008.120000', '163008.580000', '163009.040000', '163009.500000', '163009.960000', '163010.420000', '163010.880000', '163011.340000', '163011.800000', '163012.260000', '163012.720000', '163013.180000', '163013.640000', '163014.100000', '163014.560000', '163015.020000', '163015.480000', '163015.940000', '163016.400000', '163016.860000', '163017.320000', '163017.780000', '163018.240000', '163018.700000', '163019.160000', '163019.620000', '163020.080000', '163020.540000', '163021.000000', '163021.460000', '163021.920000', '163022.380000', '163022.840000', '163023.300000', '163023.760000', '163024.220000', '163024.680000', '163025.140000', '163025.600000', '163026.060000', '163026.520000', '163026.980000', '163027.440000', '163027.900000', '163028.360000', '163028.820000', '163029.280000', '163029.740000', '163030.200000', '163030.660000', '163031.120000', '163031.580000', '163032.040000', '163032.500000', '163032.960000', '163033.420000', '163033.880000', '163034.340000', '163034.800000', '163035.260000', '163035.720000', '163036.180000', '163036.640000', '163037.100000', '163037.560000', '163038.020000', '163038.480000', '163038.940000', '163039.400000', '163039.860000', '163040.320000', '163040.780000', '163041.240000', '163041.700000', '163042.160000', '163042.620000', '163043.080000', '163043.540000', '163044.000000', '163044.460000', '163044.920000', '163045.380000', '163045.840000', '163046.300000', '163046.760000', '163047.220000', '163047.680000', '163048.140000', '163048.600000', '163049.060000', '163049.520000', '163049.980000', '163050.440000', '163050.900000', '163051.360000', '163051.820000', '163052.280000', '163052.740000', '163053.200000', '163053.660000', '163054.120000', '163054.580000', '163055.040000', '163055.500000', '163055.960000', '163056.420000', '163056.880000', '163057.340000', '163057.800000', '163058.260000', '163058.720000', '163059.180000', '163059.640000', '163100.100000', '163100.560000', '163101.020000', '163101.480000', '163101.940000', '163102.400000', '163102.860000', '163103.320000', '163103.780000', '163104.240000', '163104.700000', '163105.160000', '163105.620000', '163106.080000', '163106.540000', '163107.000000', '163107.460000', '163107.920000', '163108.380000', '163108.840000', '163109.300000', '163109.760000', '163110.220000', '163110.680000', '163111.140000', '163111.600000', '163112.060000', '163112.520000', '163112.980000', '163113.440000', '163113.900000', '163114.360000', '163114.820000', '163115.280000', '163115.740000', '163116.200000', '163116.660000', '163117.120000', '163117.580000', '163118.040000', '163118.500000', '163118.960000', '163119.420000', '163119.880000', '163120.340000', '163120.800000', '163121.260000', '163121.720000', '163122.180000', '163122.640000', '163123.100000', '163123.560000', '163124.020000', '163124.480000', '163124.940000', '163125.400000', '163125.860000', '163126.320000', '163126.780000', '163127.240000', '163127.700000', '163128.160000', '163128.620000', '163129.080000', '163129.540000', '163130.000000', '163130.460000', '163130.920000', '163131.380000', '163131.840000', '163132.300000', '163132.760000', '163133.220000', '163133.680000', '163134.140000', '163134.600000', '163135.060000', '163135.520000', '163135.980000', '163136.440000', '163136.900000', '163137.360000', '163137.820000', '163138.280000', '163138.740000', '163139.200000', '163139.660000', '163140.120000', '163140.580000', '163141.040000', '163141.500000', '163141.960000', '163142.420000', '163142.880000', '163143.340000', '163143.800000', '163144.260000', '163144.720000', '163145.180000', '163145.640000', '163146.100000', '163146.560000', '163147.020000', '163147.480000', '163147.940000', '163148.400000', '163148.860000', '163149.320000', '163149.780000', '163150.240000', '163150.700000', '163151.160000', '163151.620000', '163152.080000', '163152.540000', '163153.000000', '163153.460000', '163153.920000', '163154.380000', '163154.840000', '163155.300000', '163155.760000', '163156.220000', '163156.680000', '163157.140000', '163157.600000', '163158.060000', '163158.520000', '163158.980000', '163159.440000', '163159.900000', '163200.360000', '163200.820000', '163201.280000', '163201.740000', '163202.200000', '163202.660000', '163203.120000', '163203.580000', '163204.040000', '163204.500000', '163204.960000', '163205.420000', '163205.880000', '163206.340000', '163206.800000', '163207.260000', '163207.720000', '163208.180000', '163208.640000', '163209.100000', '163209.560000', '163210.020000', '163210.480000', '163210.940000', '163211.400000', '163211.860000', '163212.320000', '163212.780000', '163213.240000', '163213.700000', '163214.160000', '163214.620000', '163215.080000', '163215.540000', '163216.000000', '163216.460000', '163216.920000', '163217.380000', '163217.840000', '163218.300000', '163218.760000', '163219.220000', '163219.680000', '163220.140000', '163220.600000', '163221.060000', '163221.520000', '163221.980000', '163222.440000', '163222.900000', '163223.360000', '163223.820000', '163224.280000', '163224.740000', '163225.200000', '163225.660000', '163226.120000', '163226.580000', '163227.040000', '163227.500000', '163227.960000', '163228.420000', '163228.880000', '163229.340000', '163229.800000', '163230.260000', '163230.720000', '163231.180000', '163231.640000', '163232.100000', '163232.560000', '163233.020000', '163233.480000', '163233.940000', '163234.400000', '163234.860000', '163235.320000', '163235.780000', '163236.240000', '163236.700000', '163237.160000', '163237.620000', '163238.080000', '163238.540000', '163239.000000', '163239.460000', '163239.920000', '163240.380000', '163240.840000', '163241.300000', '163241.760000', '163242.220000', '163242.680000', '163243.140000', '163243.600000', '163244.060000', '163244.520000', '163244.980000', '163245.440000', '163245.900000', '163246.360000', '163246.820000', '163247.280000', '163247.740000', '163248.200000', '163248.660000', '163249.120000', '163249.580000', '163250.040000', '163250.500000', '163250.960000', '163251.420000', '163251.880000', '163252.340000', '163252.800000', '163253.260000', '163253.720000', '163254.180000', '163254.640000', '163255.100000', '163255.560000', '163256.020000', '163256.480000', '163256.940000', '163257.400000', '163257.860000', '163258.320000', '163258.780000', '163259.240000', '163259.700000', '163300.160000', '163300.620000', '163301.080000', '163301.540000', '163302.000000', '163302.460000', '163302.920000', '163303.380000', '163303.840000', '163304.300000', '163304.760000', '163305.220000', '163305.680000', '163306.140000', '163306.600000', '163307.060000', '163307.520000', '163307.980000', '163308.440000', '163308.900000', '163309.360000', '163309.820000', '163310.280000', '163310.740000', '163311.200000', '163311.660000', '163312.120000', '163312.580000', '163313.040000', '163313.500000', '163313.960000', '163314.420000', '163314.880000', '163315.340000', '163315.800000', '163316.260000', '163316.720000', '163317.180000', '163317.640000', '163318.100000', '163318.560000', '163319.020000', '163319.480000', '163319.940000', '163320.400000', '163320.860000', '163321.320000', '163321.780000', '163322.240000', '163322.700000', '163323.160000', '163323.620000', '163324.080000', '163324.540000', '163325.000000', '163325.460000', '163325.920000', '163326.380000', '163326.840000', '163327.300000', '163327.760000', '163328.220000', '163328.680000', '163329.140000', '163329.600000', '163330.060000', '163330.520000', '163330.980000', '163331.440000', '163331.900000', '163332.360000', '163332.820000', '163333.280000', '163333.740000', '163334.200000', '163334.660000', '163335.120000', '163335.580000', '163336.040000', '163336.500000', '163336.960000', '163337.420000', '163337.880000', '163338.340000', '163338.800000', '163339.260000', '163339.720000', '163340.180000', '163340.640000', '163341.100000', '163341.560000', '163342.020000', '163342.480000', '163342.940000', '163343.400000', '163343.860000', '163344.320000', '163344.780000', '163345.240000', '163345.700000', '163346.160000', '163346.620000', '163347.080000', '163347.540000', '163348.000000', '163348.460000', '163348.920000', '163349.380000', '163349.840000', '163350.300000', '163350.760000', '163351.220000', '163351.680000', '163352.140000', '163352.600000', '163353.060000', '163353.520000', '163353.980000', '163354.440000', '163354.900000', '163355.360000', '163355.820000', '163356.280000', '163356.740000', '163357.200000', '163357.660000', '163358.120000', '163358.580000', '163359.040000', '163359.500000', '163359.960000', '163400.420000', '163400.880000', '163401.340000', '163401.800000', '163402.260000', '163402.720000', '163403.180000', '163403.640000', '163404.100000', '163404.560000', '163405.020000', '163405.480000', '163405.940000', '163406.400000', '163406.860000', '163407.320000', '163407.780000', '163408.240000', '163408.700000', '163409.160000', '163409.620000', '163410.080000', '163410.540000', '163411.000000', '163411.460000', '163411.920000', '163412.380000', '163412.840000', '163413.300000', '163413.760000', '163414.220000', '163414.680000', '163415.140000', '163415.600000', '163416.060000', '163416.520000', '163416.980000', '163417.440000', '163417.900000', '163418.360000', '163418.820000', '163419.280000', '163419.740000', '163420.200000', '163420.660000', '163421.120000', '163421.580000', '163422.040000', '163422.500000', '163422.960000', '163423.420000', '163423.880000', '163424.340000', '163424.800000', '163425.260000', '163425.720000', '163426.180000', '163426.640000', '163427.100000', '163427.560000', '163428.020000', '163428.480000', '163428.940000', '163429.400000', '163429.860000', '163430.320000', '163430.780000', '163431.240000', '163431.700000', '163432.160000', '163432.620000', '163433.080000', '163433.540000', '163434.000000', '163434.460000', '163434.920000', '163435.380000', '163435.840000', '163436.300000', '163436.760000', '163437.220000', '163437.680000', '163438.140000', '163438.600000', '163439.060000', '163439.520000', '163439.980000', '163440.440000', '163440.900000', '163441.360000', '163441.820000', '163442.280000', '163442.740000', '163443.200000', '163443.660000', '163444.120000', '163444.580000', '163445.040000', '163445.500000', '163445.960000', '163446.420000', '163446.880000', '163447.340000', '163447.800000', '163448.260000', '163448.720000', '163449.180000', '163449.640000', '163450.100000', '163450.560000', '163451.020000', '163451.480000', '163451.940000', '163452.400000', '163452.860000', '163453.320000', '163453.780000', '163454.240000', '163454.700000', '163455.160000', '163455.620000', '163456.080000', '163456.540000', '163457.000000', '163457.460000', '163457.920000', '163458.380000', '163458.840000', '163459.300000', '163459.760000', '163500.220000', '163500.680000', '163501.140000', '163501.600000', '163502.060000', '163502.520000', '163502.980000', '163503.440000', '163503.900000', '163504.360000', '163504.820000', '163505.280000', '163505.740000', '163506.200000', '163506.660000', '163507.120000', '163507.580000', '163508.040000', '163508.500000', '163508.960000', '163509.420000', '163509.880000', '163510.340000', '163510.800000', '163511.260000', '163511.720000', '163512.180000', '163512.640000', '163513.100000', '163513.560000', '163514.020000', '163514.480000', '163514.940000', '163515.400000', '163515.860000', '163516.320000', '163516.780000', '163517.240000', '163517.700000', '163518.160000', '163518.620000', '163519.080000', '163519.540000', '163520.000000', '163520.460000', '163520.920000', '163521.380000', '163521.840000', '163522.300000', '163522.760000', '163523.220000', '163523.680000', '163524.140000', '163524.600000', '163525.060000', '163525.520000', '163525.980000', '163526.440000', '163526.900000', '163527.360000', '163527.820000', '163528.280000', '163528.740000', '163529.200000', '163529.660000', '163530.120000', '163530.580000', '163531.040000', '163531.500000', '163531.960000', '163532.420000', '163532.880000', '163533.340000', '163533.800000', '163534.260000', '163534.720000', '163535.180000', '163535.640000', '163536.100000', '163536.560000', '163537.020000', '163537.480000', '163537.940000', '163538.400000', '163538.860000', '163539.320000', '163539.780000', '163540.240000', '163540.700000', '163541.160000', '163541.620000', '163542.080000', '163542.540000', '163543.000000', '163543.460000', '163543.920000', '163544.380000', '163544.840000', '163545.300000', '163545.760000', '163546.220000', '163546.680000', '163547.140000', '163547.600000', '163548.060000', '163548.520000', '163548.980000', '163549.440000', '163549.900000', '163550.360000', '163550.820000', '163551.280000', '163551.740000', '163552.200000', '163552.660000', '163553.120000', '163553.580000', '163554.040000', '163554.500000', '163554.960000', '163555.420000', '163555.880000', '163556.340000', '163556.800000', '163557.260000', '163557.720000', '163558.180000', '163558.640000', '163559.100000', '163559.560000', '163600.020000', '163600.480000', '163600.940000', '163601.400000', '163601.860000', '163602.320000', '163602.780000', '163603.240000', '163603.700000', '163604.160000', '163604.620000', '163605.080000', '163605.540000', '163606.000000', '163606.460000', '163606.920000', '163607.380000', '163607.840000', '163608.300000', '163608.760000', '163609.220000', '163609.680000', '163610.140000', '163610.600000', '163611.060000', '163611.520000', '163611.980000', '163612.440000', '163612.900000', '163613.360000', '163613.820000', '163614.280000', '163614.740000', '163615.200000', '163615.660000', '163616.120000', '163616.580000', '163617.040000', '163617.500000', '163617.960000', '163618.420000', '163618.880000', '163619.340000', '163619.800000', '163620.260000', '163620.720000', '163621.180000', '163621.640000', '163622.100000', '163622.560000', '163623.020000', '163623.480000', '163623.940000', '163624.400000', '163624.860000', '163625.320000', '163625.780000', '163626.240000', '163626.700000', '163627.160000', '163627.620000', '163628.080000', '163628.540000', '163629.000000', '163629.460000', '163629.920000', '163630.380000', '163630.840000', '163631.300000', '163631.760000', '163632.220000', '163632.680000', '163633.140000', '163633.600000', '163634.060000', '163634.520000', '163634.980000', '163635.440000', '163635.900000', '163636.360000', '163636.820000', '163637.280000', '163637.740000', '163638.200000', '163638.660000', '163639.120000', '163639.580000', '163640.040000', '163640.500000', '163640.960000', '163641.420000', '163641.880000', '163642.340000', '163642.800000', '163643.260000', '163643.720000', '163644.180000', '163644.640000', '163645.100000', '163645.560000', '163646.020000', '163646.480000', '163646.940000', '163647.400000', '163647.860000', '163648.320000', '163648.780000', '163649.240000', '163649.700000', '163650.160000', '163650.620000', '163651.080000', '163651.540000', '163652.000000', '163652.460000', '163652.920000', '163653.380000', '163653.840000', '163654.300000', '163654.760000', '163655.220000', '163655.680000', '163656.140000', '163656.600000', '163657.060000', '163657.520000', '163657.980000', '163658.440000', '163658.900000', '163659.360000', '163659.820000', '163700.280000', '163700.740000', '163701.200000', '163701.660000', '163702.120000', '163702.580000', '163703.040000', '163703.500000', '163703.960000', '163704.420000', '163704.880000', '163705.340000', '163705.800000', '163706.260000', '163706.720000', '163707.180000', '163707.640000', '163708.100000', '163708.560000', '163709.020000', '163709.480000', '163709.940000', '163710.400000', '163710.860000', '163711.320000', '163711.780000', '163712.240000', '163712.700000', '163713.160000', '163713.620000', '163714.080000'], 'ContentTime': ['162847.488000', '162847.491000', '162847.494000', '162847.496000', '162847.499000', '162847.501000', '162847.504000', '162847.507000', '162847.509000', '162847.512000', '162847.515000', '162847.517000', '162847.520000', '162847.523000', '162847.525000', '162847.528000', '162847.531000', '162847.533000', '162847.536000', '162847.538000', '162847.541000', '162847.543000', '162847.546000', '162847.549000', '162847.551000', '162847.554000', '162847.556000', '162847.559000', '162847.562000', '162847.564000', '162847.567000', '162847.569000', '162847.572000', '162847.577000', '162847.580000', '162847.582000', '162847.585000', '162847.587000', '162847.590000', '162847.593000', '162847.595000', '162847.614000', '162847.617000', '162847.620000', '162847.622000', '162847.625000', '162847.627000', '162847.630000', '162847.632000', '162847.635000', '162847.637000', '162907.462000', '162907.472000', '162907.475000', '162907.477000', '162907.480000', '162907.483000', '162907.485000', '162907.488000', '162907.490000', '162907.493000', '162907.495000', '162907.498000', '162907.500000', '162907.503000', '162907.506000', '162907.508000', '162907.511000', '162907.513000', '162907.516000', '162907.518000', '162907.521000', '162907.523000', '162907.526000', '162907.528000', '162907.531000', '162907.534000', '162907.536000', '162907.539000', '162907.541000', '162907.544000', '162907.546000', '162907.549000', '162907.551000', '162907.554000', '162907.556000', '162907.559000', '162907.562000', '162907.564000', '162907.567000', '162907.569000', '162907.572000', '162907.575000', '162907.577000', '162907.580000', '162927.461000', '162927.476000', '162927.478000', '162927.481000', '162927.483000', '162927.486000', '162927.488000', '162927.491000', '162927.494000', '162927.496000', '162927.499000', '162927.501000', '162927.504000', '162927.506000', '162927.509000', '162927.512000', '162927.514000', '162927.517000', '162927.519000', '162927.522000', '162927.524000', '162927.527000', '162927.529000', '162927.532000', '162927.534000', '162927.537000', '162927.540000', '162927.543000', '162927.546000', '162927.549000', '162927.551000', '162927.554000', '162927.556000', '162927.559000', '162927.562000', '162927.564000', '162927.567000', '162927.569000', '162927.572000', '162927.574000', '162927.577000', '162927.579000', '162927.582000', '162947.461000', '162947.464000', '162947.467000', '162947.469000', '162947.472000', '162947.474000', '162947.477000', '162947.479000', '162947.482000', '162947.485000', '162947.487000', '162947.490000', '162947.492000', '162947.495000', '162947.497000', '162947.500000', '162947.506000', '162947.509000', '162947.512000', '162947.514000', '162947.517000', '162947.519000', '162947.522000', '162947.524000', '162947.527000', '162947.529000', '162947.532000', '162947.534000', '162947.537000', '162947.540000', '162947.542000', '162947.545000', '162947.547000', '162947.550000', '162947.552000', '162947.555000', '162947.557000', '162947.560000', '162947.562000', '162947.565000', '162947.568000', '162947.570000', '162947.573000', '162947.575000', '163007.462000', '163007.465000', '163007.467000', '163007.470000', '163007.472000', '163007.475000', '163007.477000', '163007.480000', '163007.483000', '163007.485000', '163007.488000', '163007.490000', '163007.493000', '163007.495000', '163007.498000', '163007.501000', '163007.504000', '163007.506000', '163007.509000', '163007.512000', '163007.514000', '163007.517000', '163007.519000', '163007.522000', '163007.524000', '163007.527000', '163007.529000', '163007.532000', '163007.535000', '163007.537000', '163007.540000', '163007.542000', '163007.545000', '163007.547000', '163007.550000', '163007.553000', '163007.555000', '163007.558000', '163007.560000', '163007.563000', '163007.565000', '163007.568000', '163007.571000', '163027.460000', '163027.463000', '163027.466000', '163027.468000', '163027.471000', '163027.474000', '163027.476000', '163027.479000', '163027.481000', '163027.495000', '163027.498000', '163027.500000', '163027.503000', '163027.506000', '163027.508000', '163027.511000', '163027.513000', '163027.516000', '163027.518000', '163027.521000', '163027.523000', '163027.526000', '163027.529000', '163027.531000', '163027.534000', '163027.536000', '163027.539000', '163027.541000', '163027.544000', '163027.554000', '163027.556000', '163027.559000', '163027.561000', '163027.564000', '163027.567000', '163027.569000', '163027.572000', '163027.574000', '163027.577000', '163027.579000', '163027.582000', '163027.585000', '163027.587000', '163027.590000', '163047.461000', '163047.464000', '163047.467000', '163047.469000', '163047.472000', '163047.475000', '163047.477000', '163047.480000', '163047.482000', '163047.485000', '163047.487000', '163047.490000', '163047.492000', '163047.495000', '163047.497000', '163047.500000', '163047.503000', '163047.505000', '163047.508000', '163047.510000', '163047.513000', '163047.515000', '163047.518000', '163047.520000', '163047.523000', '163047.526000', '163047.528000', '163047.531000', '163047.533000', '163047.536000', '163047.539000', '163047.541000', '163047.544000', '163047.546000', '163047.549000', '163047.551000', '163047.554000', '163047.556000', '163047.559000', '163047.562000', '163047.564000', '163047.567000', '163047.569000', '163107.461000', '163107.464000', '163107.467000', '163107.469000', '163107.472000', '163107.474000', '163107.477000', '163107.480000', '163107.482000', '163107.485000', '163107.487000', '163107.490000', '163107.492000', '163107.495000', '163107.497000', '163107.500000', '163107.502000', '163107.505000', '163107.507000', '163107.510000', '163107.513000', '163107.515000', '163107.518000', '163107.520000', '163107.523000', '163107.525000', '163107.528000', '163107.531000', '163107.533000', '163107.536000', '163107.538000', '163107.541000', '163107.543000', '163107.546000', '163107.549000', '163107.551000', '163107.554000', '163107.556000', '163107.559000', '163107.561000', '163107.564000', '163107.567000', '163107.569000', '163107.572000', '163127.461000', '163127.464000', '163127.467000', '163127.469000', '163127.472000', '163127.474000', '163127.477000', '163127.479000', '163127.482000', '163127.485000', '163127.487000', '163127.490000', '163127.492000', '163127.495000', '163127.498000', '163127.500000', '163127.503000', '163127.505000', '163127.508000', '163127.510000', '163127.513000', '163127.515000', '163127.518000', '163127.521000', '163127.523000', '163127.526000', '163127.528000', '163127.531000', '163127.534000', '163127.536000', '163127.539000', '163127.542000', '163127.545000', '163127.547000', '163127.550000', '163127.553000', '163127.555000', '163127.558000', '163127.560000', '163127.563000', '163127.565000', '163127.568000', '163127.570000', '163147.461000', '163147.464000', '163147.467000', '163147.469000', '163147.472000', '163147.474000', '163147.477000', '163147.480000', '163147.482000', '163147.485000', '163147.487000', '163147.490000', '163147.492000', '163147.495000', '163147.498000', '163147.500000', '163147.503000', '163147.506000', '163147.508000', '163147.511000', '163147.513000', '163147.516000', '163147.519000', '163147.521000', '163147.524000', '163147.526000', '163147.529000', '163147.532000', '163147.534000', '163147.537000', '163147.539000', '163147.542000', '163147.545000', '163147.547000', '163147.550000', '163147.552000', '163147.555000', '163147.557000', '163147.560000', '163147.563000', '163147.565000', '163147.568000', '163147.571000', '163147.573000', '163207.461000', '163207.464000', '163207.467000', '163207.469000', '163207.472000', '163207.475000', '163207.477000', '163207.480000', '163207.482000', '163207.485000', '163207.516000', '163207.519000', '163207.522000', '163207.524000', '163207.527000', '163207.530000', '163207.532000', '163207.535000', '163207.537000', '163207.540000', '163207.542000', '163207.545000', '163207.548000', '163207.550000', '163207.553000', '163207.555000', '163207.558000', '163207.561000', '163207.564000', '163207.566000', '163207.569000', '163207.572000', '163207.574000', '163207.577000', '163207.579000', '163207.582000', '163207.584000', '163207.587000', '163207.590000', '163207.593000', '163207.595000', '163207.598000', '163207.600000', '163227.461000', '163227.464000', '163227.467000', '163227.469000', '163227.472000', '163227.475000', '163227.477000', '163227.480000', '163227.483000', '163227.485000', '163227.488000', '163227.490000', '163227.493000', '163227.495000', '163227.498000', '163227.500000', '163227.503000', '163227.506000', '163227.508000', '163227.511000', '163227.513000', '163227.516000', '163227.518000', '163227.521000', '163227.524000', '163227.526000', '163227.529000', '163227.532000', '163227.534000', '163227.537000', '163227.539000', '163227.542000', '163227.545000', '163227.547000', '163227.550000', '163227.552000', '163227.555000', '163227.557000', '163227.560000', '163227.563000', '163227.565000', '163227.568000', '163227.570000', '163227.573000', '163247.461000', '163247.463000', '163247.466000', '163247.469000', '163247.471000', '163247.474000', '163247.477000', '163247.479000', '163247.482000', '163247.484000', '163247.487000', '163247.490000', '163247.492000', '163247.495000', '163247.497000', '163247.500000', '163247.503000', '163247.505000', '163247.508000', '163247.510000', '163247.513000', '163247.516000', '163247.519000', '163247.521000', '163247.524000', '163247.526000', '163247.529000', '163247.532000', '163247.534000', '163247.537000', '163247.539000', '163247.542000', '163247.544000', '163247.547000', '163247.550000', '163247.552000', '163247.555000', '163247.558000', '163247.560000', '163247.563000', '163247.565000', '163247.568000', '163247.570000', '163307.461000', '163307.464000', '163307.467000', '163307.469000', '163307.472000', '163307.474000', '163307.477000', '163307.479000', '163307.482000', '163307.485000', '163307.487000', '163307.490000', '163307.492000', '163307.495000', '163307.497000', '163307.500000', '163307.502000', '163307.505000', '163307.508000', '163307.510000', '163307.513000', '163307.515000', '163307.518000', '163307.520000', '163307.523000', '163307.525000', '163307.528000', '163307.531000', '163307.533000', '163307.536000', '163307.538000', '163307.541000', '163307.543000', '163307.546000', '163307.550000', '163307.552000', '163307.555000', '163307.557000', '163307.560000', '163307.563000', '163307.565000', '163307.568000', '163307.570000', '163307.573000', '163327.461000', '163327.464000', '163327.467000', '163327.470000', '163327.472000', '163327.475000', '163327.477000', '163327.480000', '163327.483000', '163327.485000', '163327.488000', '163327.490000', '163327.493000', '163327.496000', '163327.498000', '163327.501000', '163327.503000', '163327.506000', '163327.508000', '163327.511000', '163327.514000', '163327.516000', '163327.519000', '163327.522000', '163327.524000', '163327.527000', '163327.529000', '163327.532000', '163327.534000', '163327.537000', '163327.540000', '163327.542000', '163327.545000', '163327.547000', '163327.550000', '163327.553000', '163327.555000', '163327.558000', '163327.561000', '163327.563000', '163327.566000', '163327.568000', '163327.571000', '163347.462000', '163347.464000', '163347.467000', '163347.470000', '163347.472000', '163347.475000', '163347.477000', '163347.480000', '163347.482000', '163347.485000', '163347.488000', '163347.490000', '163347.493000', '163347.495000', '163347.498000', '163347.501000', '163347.504000', '163347.506000', '163347.509000', '163347.511000', '163347.514000', '163347.517000', '163347.519000', '163347.522000', '163347.525000', '163347.527000', '163347.530000', '163347.533000', '163347.535000', '163347.538000', '163347.540000', '163347.543000', '163347.545000', '163347.548000', '163347.551000', '163347.553000', '163347.556000', '163347.558000', '163347.561000', '163347.563000', '163347.566000', '163347.569000', '163347.571000', '163347.574000', '163407.462000', '163407.464000', '163407.467000', '163407.469000', '163407.472000', '163407.475000', '163407.477000', '163407.480000', '163407.482000', '163407.485000', '163407.487000', '163407.490000', '163407.492000', '163407.495000', '163407.498000', '163407.500000', '163407.503000', '163407.505000', '163407.508000', '163407.510000', '163407.513000', '163407.516000', '163407.518000', '163407.521000', '163407.523000', '163407.526000', '163407.528000', '163407.531000', '163407.534000', '163407.536000', '163407.539000', '163407.541000', '163407.544000', '163407.547000', '163407.549000', '163407.552000', '163407.554000', '163407.557000', '163407.560000', '163407.562000', '163407.565000', '163407.567000', '163407.570000', '163427.461000', '163427.464000', '163427.467000', '163427.469000', '163427.472000', '163427.476000', '163427.479000', '163427.481000', '163427.484000', '163427.487000', '163427.490000', '163427.492000', '163427.495000', '163427.498000', '163427.500000', '163427.503000', '163427.506000', '163427.508000', '163427.511000', '163427.514000', '163427.516000', '163427.519000', '163427.522000', '163427.524000', '163427.527000', '163427.529000', '163427.532000', '163427.535000', '163427.537000', '163427.540000', '163427.542000', '163427.545000', '163427.548000', '163427.551000', '163427.553000', '163427.556000', '163427.558000', '163427.561000', '163427.564000', '163427.566000', '163427.569000', '163427.571000', '163427.574000', '163427.577000', '163447.461000', '163447.464000', '163447.467000', '163447.469000', '163447.472000', '163447.475000', '163447.477000', '163447.480000', '163447.482000', '163447.485000', '163447.488000', '163447.490000', '163447.493000', '163447.495000', '163447.498000', '163447.500000', '163447.503000', '163447.506000', '163447.508000', '163447.511000', '163447.513000', '163447.516000', '163447.518000', '163447.521000', '163447.524000', '163447.526000', '163447.529000', '163447.532000', '163447.534000', '163447.537000', '163447.539000', '163447.542000', '163447.545000', '163447.547000', '163447.550000', '163447.552000', '163447.555000', '163447.558000', '163447.560000', '163447.563000', '163447.565000', '163447.568000', '163447.571000', '163507.460000', '163507.463000', '163507.466000', '163507.468000', '163507.471000', '163507.474000', '163507.476000', '163507.479000', '163507.481000', '163507.484000', '163507.487000', '163507.489000', '163507.492000', '163507.494000', '163507.497000', '163507.499000', '163507.502000', '163507.505000', '163507.507000', '163507.510000', '163507.512000', '163507.515000', '163507.518000', '163507.520000', '163507.523000', '163507.525000', '163507.528000', '163507.530000', '163507.533000', '163507.536000', '163507.538000', '163507.541000', '163507.544000', '163507.546000', '163507.549000', '163507.551000', '163507.554000', '163507.556000', '163507.559000', '163507.561000', '163507.564000', '163507.567000', '163507.573000', '163507.575000', '163527.462000', '163527.464000', '163527.467000', '163527.470000', '163527.472000', '163527.475000', '163527.478000', '163527.480000', '163527.483000', '163527.485000', '163527.488000', '163527.490000', '163527.493000', '163527.495000', '163527.498000', '163527.501000', '163527.503000', '163527.506000', '163527.508000', '163527.511000', '163527.514000', '163527.516000', '163527.519000', '163527.521000', '163527.524000', '163527.526000', '163527.529000', '163527.532000', '163527.534000', '163527.537000', '163527.540000', '163527.542000', '163527.545000', '163527.547000', '163527.550000', '163527.552000', '163527.555000', '163527.557000', '163527.560000', '163527.563000', '163527.565000', '163527.568000', '163527.570000', '163547.462000', '163547.464000', '163547.467000', '163547.470000', '163547.472000', '163547.475000', '163547.477000', '163547.480000', '163547.482000', '163547.485000', '163547.487000', '163547.490000', '163547.493000', '163547.495000', '163547.498000', '163547.500000', '163547.503000', '163547.505000', '163547.508000', '163547.510000', '163547.513000', '163547.515000', '163547.518000', '163547.521000', '163547.523000', '163547.526000', '163547.528000', '163547.531000', '163547.533000', '163547.536000', '163547.539000', '163547.541000', '163547.544000', '163547.546000', '163547.549000', '163547.552000', '163547.554000', '163547.557000', '163547.559000', '163547.562000', '163547.565000', '163547.567000', '163547.570000', '163547.573000', '163607.462000', '163607.465000', '163607.467000', '163607.470000', '163607.472000', '163607.475000', '163607.478000', '163607.480000', '163607.483000', '163607.485000', '163607.488000', '163607.491000', '163607.493000', '163607.496000', '163607.498000', '163607.501000', '163607.503000', '163607.506000', '163607.509000', '163607.511000', '163607.514000', '163607.516000', '163607.519000', '163607.521000', '163607.524000', '163607.527000', '163607.529000', '163607.532000', '163607.534000', '163607.537000', '163607.539000', '163607.542000', '163607.544000', '163607.547000', '163607.549000', '163607.552000', '163607.555000', '163607.557000', '163607.560000', '163607.562000', '163607.565000', '163607.567000', '163607.580000', '163627.462000', '163627.465000', '163627.467000', '163627.470000', '163627.473000', '163627.475000', '163627.478000', '163627.481000', '163627.483000', '163627.486000', '163627.489000', '163627.491000', '163627.494000', '163627.497000', '163627.499000', '163627.502000', '163627.504000', '163627.507000', '163627.510000', '163627.512000', '163627.515000', '163627.518000', '163627.520000', '163627.523000', '163627.526000', '163627.528000', '163627.531000', '163627.534000', '163627.536000', '163627.539000', '163627.542000', '163627.544000', '163627.547000', '163627.550000', '163627.552000', '163627.555000', '163627.557000', '163627.560000', '163627.563000', '163627.565000', '163627.568000', '163627.570000', '163627.573000', '163627.576000', '163647.461000', '163647.464000', '163647.467000', '163647.469000', '163647.472000', '163647.475000', '163647.477000', '163647.480000', '163647.482000', '163647.485000', '163647.487000', '163647.490000', '163647.493000', '163647.495000', '163647.498000', '163647.500000', '163647.503000', '163647.505000', '163647.508000', '163647.510000', '163647.513000', '163647.516000', '163647.518000', '163647.521000', '163647.523000', '163647.526000', '163647.528000', '163647.531000', '163647.534000', '163647.536000', '163647.539000', '163647.541000', '163647.544000', '163647.546000', '163647.549000', '163647.552000', '163647.554000', '163647.557000', '163647.559000', '163647.562000', '163647.564000', '163647.567000', '163647.570000', '163707.462000', '163707.464000', '163707.467000', '163707.470000', '163707.472000', '163707.475000', '163707.477000', '163707.480000', '163707.483000', '163707.485000', '163707.488000', '163707.490000', '163707.493000', '163707.503000', '163707.506000', '163707.508000', '163707.511000', '163707.514000', '163707.516000', '163707.519000', '163707.522000', '163707.524000', '163707.527000', '163707.529000', '163707.532000', '163707.535000', '163707.537000', '163707.540000', '163707.542000', '163707.545000', '163707.548000', '163707.550000', '163707.553000', '163707.556000', '163707.558000', '163707.561000', '163707.563000', '163707.566000', '163707.568000', '163707.571000', '163707.574000', '163707.576000', '163707.579000', '163707.581000', '163715.242000', '163715.245000', '163715.248000', '163715.250000', '163715.253000', '163715.255000', '163715.258000', '163715.261000', '163715.263000', '163715.266000', '163715.268000', '163715.271000', '163715.273000', '163715.276000', '163715.279000', '163715.281000', '163715.284000'], 'InstanceCreationTime': ['162847.488000', '162847.491000', '162847.494000', '162847.496000', '162847.499000', '162847.501000', '162847.504000', '162847.507000', '162847.509000', '162847.512000', '162847.515000', '162847.517000', '162847.520000', '162847.523000', '162847.525000', '162847.528000', '162847.531000', '162847.533000', '162847.536000', '162847.538000', '162847.541000', '162847.543000', '162847.546000', '162847.549000', '162847.551000', '162847.554000', '162847.556000', '162847.559000', '162847.562000', '162847.564000', '162847.567000', '162847.569000', '162847.572000', '162847.577000', '162847.580000', '162847.582000', '162847.585000', '162847.587000', '162847.590000', '162847.593000', '162847.595000', '162847.614000', '162847.617000', '162847.620000', '162847.622000', '162847.625000', '162847.627000', '162847.630000', '162847.632000', '162847.635000', '162847.637000', '162907.462000', '162907.472000', '162907.475000', '162907.477000', '162907.480000', '162907.483000', '162907.485000', '162907.488000', '162907.490000', '162907.493000', '162907.495000', '162907.498000', '162907.500000', '162907.503000', '162907.506000', '162907.508000', '162907.511000', '162907.513000', '162907.516000', '162907.518000', '162907.521000', '162907.523000', '162907.526000', '162907.528000', '162907.531000', '162907.534000', '162907.536000', '162907.539000', '162907.541000', '162907.544000', '162907.546000', '162907.549000', '162907.551000', '162907.554000', '162907.556000', '162907.559000', '162907.562000', '162907.564000', '162907.567000', '162907.569000', '162907.572000', '162907.575000', '162907.577000', '162907.580000', '162927.461000', '162927.476000', '162927.478000', '162927.481000', '162927.483000', '162927.486000', '162927.488000', '162927.491000', '162927.494000', '162927.496000', '162927.499000', '162927.501000', '162927.504000', '162927.506000', '162927.509000', '162927.512000', '162927.514000', '162927.517000', '162927.519000', '162927.522000', '162927.524000', '162927.527000', '162927.529000', '162927.532000', '162927.534000', '162927.537000', '162927.540000', '162927.543000', '162927.546000', '162927.549000', '162927.551000', '162927.554000', '162927.556000', '162927.559000', '162927.562000', '162927.564000', '162927.567000', '162927.569000', '162927.572000', '162927.574000', '162927.577000', '162927.579000', '162927.582000', '162947.461000', '162947.464000', '162947.467000', '162947.469000', '162947.472000', '162947.474000', '162947.477000', '162947.479000', '162947.482000', '162947.485000', '162947.487000', '162947.490000', '162947.492000', '162947.495000', '162947.497000', '162947.500000', '162947.506000', '162947.509000', '162947.512000', '162947.514000', '162947.517000', '162947.519000', '162947.522000', '162947.524000', '162947.527000', '162947.529000', '162947.532000', '162947.534000', '162947.537000', '162947.540000', '162947.542000', '162947.545000', '162947.547000', '162947.550000', '162947.552000', '162947.555000', '162947.557000', '162947.560000', '162947.562000', '162947.565000', '162947.568000', '162947.570000', '162947.573000', '162947.575000', '163007.462000', '163007.465000', '163007.467000', '163007.470000', '163007.472000', '163007.475000', '163007.477000', '163007.480000', '163007.483000', '163007.485000', '163007.488000', '163007.490000', '163007.493000', '163007.495000', '163007.498000', '163007.501000', '163007.504000', '163007.506000', '163007.509000', '163007.512000', '163007.514000', '163007.517000', '163007.519000', '163007.522000', '163007.524000', '163007.527000', '163007.529000', '163007.532000', '163007.535000', '163007.537000', '163007.540000', '163007.542000', '163007.545000', '163007.547000', '163007.550000', '163007.553000', '163007.555000', '163007.558000', '163007.560000', '163007.563000', '163007.565000', '163007.568000', '163007.571000', '163027.460000', '163027.463000', '163027.466000', '163027.468000', '163027.471000', '163027.474000', '163027.476000', '163027.479000', '163027.481000', '163027.495000', '163027.498000', '163027.500000', '163027.503000', '163027.506000', '163027.508000', '163027.511000', '163027.513000', '163027.516000', '163027.518000', '163027.521000', '163027.523000', '163027.526000', '163027.529000', '163027.531000', '163027.534000', '163027.536000', '163027.539000', '163027.541000', '163027.544000', '163027.554000', '163027.556000', '163027.559000', '163027.561000', '163027.564000', '163027.567000', '163027.569000', '163027.572000', '163027.574000', '163027.577000', '163027.579000', '163027.582000', '163027.585000', '163027.587000', '163027.590000', '163047.461000', '163047.464000', '163047.467000', '163047.469000', '163047.472000', '163047.475000', '163047.477000', '163047.480000', '163047.482000', '163047.485000', '163047.487000', '163047.490000', '163047.492000', '163047.495000', '163047.497000', '163047.500000', '163047.503000', '163047.505000', '163047.508000', '163047.510000', '163047.513000', '163047.515000', '163047.518000', '163047.520000', '163047.523000', '163047.526000', '163047.528000', '163047.531000', '163047.533000', '163047.536000', '163047.539000', '163047.541000', '163047.544000', '163047.546000', '163047.549000', '163047.551000', '163047.554000', '163047.556000', '163047.559000', '163047.562000', '163047.564000', '163047.567000', '163047.569000', '163107.461000', '163107.464000', '163107.467000', '163107.469000', '163107.472000', '163107.474000', '163107.477000', '163107.480000', '163107.482000', '163107.485000', '163107.487000', '163107.490000', '163107.492000', '163107.495000', '163107.497000', '163107.500000', '163107.502000', '163107.505000', '163107.507000', '163107.510000', '163107.513000', '163107.515000', '163107.518000', '163107.520000', '163107.523000', '163107.525000', '163107.528000', '163107.531000', '163107.533000', '163107.536000', '163107.538000', '163107.541000', '163107.543000', '163107.546000', '163107.549000', '163107.551000', '163107.554000', '163107.556000', '163107.559000', '163107.561000', '163107.564000', '163107.567000', '163107.569000', '163107.572000', '163127.461000', '163127.464000', '163127.467000', '163127.469000', '163127.472000', '163127.474000', '163127.477000', '163127.479000', '163127.482000', '163127.485000', '163127.487000', '163127.490000', '163127.492000', '163127.495000', '163127.498000', '163127.500000', '163127.503000', '163127.505000', '163127.508000', '163127.510000', '163127.513000', '163127.515000', '163127.518000', '163127.521000', '163127.523000', '163127.526000', '163127.528000', '163127.531000', '163127.534000', '163127.536000', '163127.539000', '163127.542000', '163127.545000', '163127.547000', '163127.550000', '163127.553000', '163127.555000', '163127.558000', '163127.560000', '163127.563000', '163127.565000', '163127.568000', '163127.570000', '163147.461000', '163147.464000', '163147.467000', '163147.469000', '163147.472000', '163147.474000', '163147.477000', '163147.480000', '163147.482000', '163147.485000', '163147.487000', '163147.490000', '163147.492000', '163147.495000', '163147.498000', '163147.500000', '163147.503000', '163147.506000', '163147.508000', '163147.511000', '163147.513000', '163147.516000', '163147.519000', '163147.521000', '163147.524000', '163147.526000', '163147.529000', '163147.532000', '163147.534000', '163147.537000', '163147.539000', '163147.542000', '163147.545000', '163147.547000', '163147.550000', '163147.552000', '163147.555000', '163147.557000', '163147.560000', '163147.563000', '163147.565000', '163147.568000', '163147.571000', '163147.573000', '163207.461000', '163207.464000', '163207.467000', '163207.469000', '163207.472000', '163207.475000', '163207.477000', '163207.480000', '163207.482000', '163207.485000', '163207.516000', '163207.519000', '163207.522000', '163207.524000', '163207.527000', '163207.530000', '163207.532000', '163207.535000', '163207.537000', '163207.540000', '163207.542000', '163207.545000', '163207.548000', '163207.550000', '163207.553000', '163207.555000', '163207.558000', '163207.561000', '163207.564000', '163207.566000', '163207.569000', '163207.572000', '163207.574000', '163207.577000', '163207.579000', '163207.582000', '163207.584000', '163207.587000', '163207.590000', '163207.593000', '163207.595000', '163207.598000', '163207.600000', '163227.461000', '163227.464000', '163227.467000', '163227.469000', '163227.472000', '163227.475000', '163227.477000', '163227.480000', '163227.483000', '163227.485000', '163227.488000', '163227.490000', '163227.493000', '163227.495000', '163227.498000', '163227.500000', '163227.503000', '163227.506000', '163227.508000', '163227.511000', '163227.513000', '163227.516000', '163227.518000', '163227.521000', '163227.524000', '163227.526000', '163227.529000', '163227.532000', '163227.534000', '163227.537000', '163227.539000', '163227.542000', '163227.545000', '163227.547000', '163227.550000', '163227.552000', '163227.555000', '163227.557000', '163227.560000', '163227.563000', '163227.565000', '163227.568000', '163227.570000', '163227.573000', '163247.461000', '163247.463000', '163247.466000', '163247.469000', '163247.471000', '163247.474000', '163247.477000', '163247.479000', '163247.482000', '163247.484000', '163247.487000', '163247.490000', '163247.492000', '163247.495000', '163247.497000', '163247.500000', '163247.503000', '163247.505000', '163247.508000', '163247.510000', '163247.513000', '163247.516000', '163247.519000', '163247.521000', '163247.524000', '163247.526000', '163247.529000', '163247.532000', '163247.534000', '163247.537000', '163247.539000', '163247.542000', '163247.544000', '163247.547000', '163247.550000', '163247.552000', '163247.555000', '163247.558000', '163247.560000', '163247.563000', '163247.565000', '163247.568000', '163247.570000', '163307.461000', '163307.464000', '163307.467000', '163307.469000', '163307.472000', '163307.474000', '163307.477000', '163307.479000', '163307.482000', '163307.485000', '163307.487000', '163307.490000', '163307.492000', '163307.495000', '163307.497000', '163307.500000', '163307.502000', '163307.505000', '163307.508000', '163307.510000', '163307.513000', '163307.515000', '163307.518000', '163307.520000', '163307.523000', '163307.525000', '163307.528000', '163307.531000', '163307.533000', '163307.536000', '163307.538000', '163307.541000', '163307.543000', '163307.546000', '163307.550000', '163307.552000', '163307.555000', '163307.557000', '163307.560000', '163307.563000', '163307.565000', '163307.568000', '163307.570000', '163307.573000', '163327.461000', '163327.464000', '163327.467000', '163327.470000', '163327.472000', '163327.475000', '163327.477000', '163327.480000', '163327.483000', '163327.485000', '163327.488000', '163327.490000', '163327.493000', '163327.496000', '163327.498000', '163327.501000', '163327.503000', '163327.506000', '163327.508000', '163327.511000', '163327.514000', '163327.516000', '163327.519000', '163327.522000', '163327.524000', '163327.527000', '163327.529000', '163327.532000', '163327.534000', '163327.537000', '163327.540000', '163327.542000', '163327.545000', '163327.547000', '163327.550000', '163327.553000', '163327.555000', '163327.558000', '163327.561000', '163327.563000', '163327.566000', '163327.568000', '163327.571000', '163347.462000', '163347.464000', '163347.467000', '163347.470000', '163347.472000', '163347.475000', '163347.477000', '163347.480000', '163347.482000', '163347.485000', '163347.488000', '163347.490000', '163347.493000', '163347.495000', '163347.498000', '163347.501000', '163347.504000', '163347.506000', '163347.509000', '163347.511000', '163347.514000', '163347.517000', '163347.519000', '163347.522000', '163347.525000', '163347.527000', '163347.530000', '163347.533000', '163347.535000', '163347.538000', '163347.540000', '163347.543000', '163347.545000', '163347.548000', '163347.551000', '163347.553000', '163347.556000', '163347.558000', '163347.561000', '163347.563000', '163347.566000', '163347.569000', '163347.571000', '163347.574000', '163407.462000', '163407.464000', '163407.467000', '163407.469000', '163407.472000', '163407.475000', '163407.477000', '163407.480000', '163407.482000', '163407.485000', '163407.487000', '163407.490000', '163407.492000', '163407.495000', '163407.498000', '163407.500000', '163407.503000', '163407.505000', '163407.508000', '163407.510000', '163407.513000', '163407.516000', '163407.518000', '163407.521000', '163407.523000', '163407.526000', '163407.528000', '163407.531000', '163407.534000', '163407.536000', '163407.539000', '163407.541000', '163407.544000', '163407.547000', '163407.549000', '163407.552000', '163407.554000', '163407.557000', '163407.560000', '163407.562000', '163407.565000', '163407.567000', '163407.570000', '163427.461000', '163427.464000', '163427.467000', '163427.469000', '163427.472000', '163427.476000', '163427.479000', '163427.481000', '163427.484000', '163427.487000', '163427.490000', '163427.492000', '163427.495000', '163427.498000', '163427.500000', '163427.503000', '163427.506000', '163427.508000', '163427.511000', '163427.514000', '163427.516000', '163427.519000', '163427.522000', '163427.524000', '163427.527000', '163427.529000', '163427.532000', '163427.535000', '163427.537000', '163427.540000', '163427.542000', '163427.545000', '163427.548000', '163427.551000', '163427.553000', '163427.556000', '163427.558000', '163427.561000', '163427.564000', '163427.566000', '163427.569000', '163427.571000', '163427.574000', '163427.577000', '163447.461000', '163447.464000', '163447.467000', '163447.469000', '163447.472000', '163447.475000', '163447.477000', '163447.480000', '163447.482000', '163447.485000', '163447.488000', '163447.490000', '163447.493000', '163447.495000', '163447.498000', '163447.500000', '163447.503000', '163447.506000', '163447.508000', '163447.511000', '163447.513000', '163447.516000', '163447.518000', '163447.521000', '163447.524000', '163447.526000', '163447.529000', '163447.532000', '163447.534000', '163447.537000', '163447.539000', '163447.542000', '163447.545000', '163447.547000', '163447.550000', '163447.552000', '163447.555000', '163447.558000', '163447.560000', '163447.563000', '163447.565000', '163447.568000', '163447.571000', '163507.460000', '163507.463000', '163507.466000', '163507.468000', '163507.471000', '163507.474000', '163507.476000', '163507.479000', '163507.481000', '163507.484000', '163507.487000', '163507.489000', '163507.492000', '163507.494000', '163507.497000', '163507.499000', '163507.502000', '163507.505000', '163507.507000', '163507.510000', '163507.512000', '163507.515000', '163507.518000', '163507.520000', '163507.523000', '163507.525000', '163507.528000', '163507.530000', '163507.533000', '163507.536000', '163507.538000', '163507.541000', '163507.544000', '163507.546000', '163507.549000', '163507.551000', '163507.554000', '163507.556000', '163507.559000', '163507.561000', '163507.564000', '163507.567000', '163507.573000', '163507.575000', '163527.462000', '163527.464000', '163527.467000', '163527.470000', '163527.472000', '163527.475000', '163527.478000', '163527.480000', '163527.483000', '163527.485000', '163527.488000', '163527.490000', '163527.493000', '163527.495000', '163527.498000', '163527.501000', '163527.503000', '163527.506000', '163527.508000', '163527.511000', '163527.514000', '163527.516000', '163527.519000', '163527.521000', '163527.524000', '163527.526000', '163527.529000', '163527.532000', '163527.534000', '163527.537000', '163527.540000', '163527.542000', '163527.545000', '163527.547000', '163527.550000', '163527.552000', '163527.555000', '163527.557000', '163527.560000', '163527.563000', '163527.565000', '163527.568000', '163527.570000', '163547.462000', '163547.464000', '163547.467000', '163547.470000', '163547.472000', '163547.475000', '163547.477000', '163547.480000', '163547.482000', '163547.485000', '163547.487000', '163547.490000', '163547.493000', '163547.495000', '163547.498000', '163547.500000', '163547.503000', '163547.505000', '163547.508000', '163547.510000', '163547.513000', '163547.515000', '163547.518000', '163547.521000', '163547.523000', '163547.526000', '163547.528000', '163547.531000', '163547.533000', '163547.536000', '163547.539000', '163547.541000', '163547.544000', '163547.546000', '163547.549000', '163547.552000', '163547.554000', '163547.557000', '163547.559000', '163547.562000', '163547.565000', '163547.567000', '163547.570000', '163547.573000', '163607.462000', '163607.465000', '163607.467000', '163607.470000', '163607.472000', '163607.475000', '163607.478000', '163607.480000', '163607.483000', '163607.485000', '163607.488000', '163607.491000', '163607.493000', '163607.496000', '163607.498000', '163607.501000', '163607.503000', '163607.506000', '163607.509000', '163607.511000', '163607.514000', '163607.516000', '163607.519000', '163607.521000', '163607.524000', '163607.527000', '163607.529000', '163607.532000', '163607.534000', '163607.537000', '163607.539000', '163607.542000', '163607.544000', '163607.547000', '163607.549000', '163607.552000', '163607.555000', '163607.557000', '163607.560000', '163607.562000', '163607.565000', '163607.567000', '163607.580000', '163627.462000', '163627.465000', '163627.467000', '163627.470000', '163627.473000', '163627.475000', '163627.478000', '163627.481000', '163627.483000', '163627.486000', '163627.489000', '163627.491000', '163627.494000', '163627.497000', '163627.499000', '163627.502000', '163627.504000', '163627.507000', '163627.510000', '163627.512000', '163627.515000', '163627.518000', '163627.520000', '163627.523000', '163627.526000', '163627.528000', '163627.531000', '163627.534000', '163627.536000', '163627.539000', '163627.542000', '163627.544000', '163627.547000', '163627.550000', '163627.552000', '163627.555000', '163627.557000', '163627.560000', '163627.563000', '163627.565000', '163627.568000', '163627.570000', '163627.573000', '163627.576000', '163647.461000', '163647.464000', '163647.467000', '163647.469000', '163647.472000', '163647.475000', '163647.477000', '163647.480000', '163647.482000', '163647.485000', '163647.487000', '163647.490000', '163647.493000', '163647.495000', '163647.498000', '163647.500000', '163647.503000', '163647.505000', '163647.508000', '163647.510000', '163647.513000', '163647.516000', '163647.518000', '163647.521000', '163647.523000', '163647.526000', '163647.528000', '163647.531000', '163647.534000', '163647.536000', '163647.539000', '163647.541000', '163647.544000', '163647.546000', '163647.549000', '163647.552000', '163647.554000', '163647.557000', '163647.559000', '163647.562000', '163647.564000', '163647.567000', '163647.570000', '163707.462000', '163707.464000', '163707.467000', '163707.470000', '163707.472000', '163707.475000', '163707.477000', '163707.480000', '163707.483000', '163707.485000', '163707.488000', '163707.490000', '163707.493000', '163707.503000', '163707.506000', '163707.508000', '163707.511000', '163707.514000', '163707.516000', '163707.519000', '163707.522000', '163707.524000', '163707.527000', '163707.529000', '163707.532000', '163707.535000', '163707.537000', '163707.540000', '163707.542000', '163707.545000', '163707.548000', '163707.550000', '163707.553000', '163707.556000', '163707.558000', '163707.561000', '163707.563000', '163707.566000', '163707.568000', '163707.571000', '163707.574000', '163707.576000', '163707.579000', '163707.581000', '163715.242000', '163715.245000', '163715.248000', '163715.250000', '163715.253000', '163715.255000', '163715.258000', '163715.261000', '163715.263000', '163715.266000', '163715.268000', '163715.271000', '163715.273000', '163715.276000', '163715.279000', '163715.281000', '163715.284000'], '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': [10239, 10037, 10285, 10316, 10242, 11073, 10599, 11193, 10241, 10025, 11403, 9944, 11414, 9901, 10487, 9913, 10261, 11386, 10384, 16124, 10247, 10842, 10254, 10184, 10049, 10834, 10075, 10303, 10552, 11241, 10222, 10465, 9382, 9990, 10144, 10586, 9670, 10812, 9770, 10213, 11723, 10418, 12561, 10572, 11119, 10374, 12374, 10529, 14283, 10409, 10645, 10310, 9738, 9786, 10755, 9350, 10656, 9597, 10381, 9734, 10031, 15680, 10475, 12493, 10433, 11258, 9980, 12243, 10403, 12930, 10237, 10728, 10091, 10442, 9754, 13818, 12632, 10771, 9210, 10344, 9950, 9833, 10807, 8910, 17753, 17063, 19166, 18607, 19074, 12280, 11963, 9799, 10428, 9404, 10340, 9080, 9788, 9455, 9649, 9481, 9809, 9442, 10184, 9188, 9925, 9278, 9348, 9213, 9584, 9786, 10168, 9295, 9983, 10232, 9926, 11300, 9789, 12039, 10161, 12878, 10036, 13542, 9759, 12428, 9809, 11569, 9750, 10008, 9557, 9470, 9539, 9081, 9226, 9412, 9212, 9507, 9170, 9398, 9027, 9367, 8908, 9355, 9023, 9665, 9983, 9611, 9618, 9497, 9517, 8629, 9445, 9107, 10374, 9132, 9616, 9308, 9478, 9072, 9507, 9177, 9521, 9692, 9524, 8861, 9348, 9410, 9320, 9462, 14519, 11541, 16486, 10204, 13945, 10156, 13376, 9566, 16088, 10539, 14553, 9868, 12030, 9738, 11670, 9570, 12165, 9617, 9361, 9852, 8907, 9450, 8759, 9356, 9760, 9082, 9670, 9027, 9311, 9017, 9133, 9206, 9429, 9042, 9225, 9370, 8974, 9318, 9285, 9257, 8904, 9223, 9572, 9737, 8718, 9471, 9150, 9351, 9020, 9126, 8987, 9547, 9573, 9505, 10692, 9589, 12357, 9465, 10853, 9469, 10884, 9339, 15190, 9695, 12180, 9684, 11223, 9404, 14767, 10869, 12741, 10208, 10019, 9508, 13493, 12521, 13645, 12138, 10561, 10197, 10409, 9438, 8555, 9686, 11486, 9372, 12952, 14115, 9945, 13998, 9590, 13202, 9490, 17343, 11203, 14617, 9419, 8649, 9044, 9382, 9088, 9601, 8940, 9575, 9927, 9754, 9442, 9898, 9949, 10608, 10750, 12321, 10562, 10932, 9193, 11354, 10170, 10925, 10273, 11139, 9627, 10975, 9194, 11043, 9324, 10838, 9828, 10882, 9903, 11012, 10582, 10931, 11660, 10741, 14060, 10713, 16661, 11379, 13683, 10651, 11847, 10860, 14358, 10490, 13841, 10666, 11600, 10616, 10562, 10136, 10748, 10485, 10655, 9618, 10779, 9280, 10849, 10061, 10824, 10248, 10479, 10696, 10541, 9957, 10773, 10010, 10332, 10389, 10702, 10058, 10692, 9993, 10926, 10013, 10499, 9666, 10837, 10370, 10485, 10652, 11475, 10044, 10396, 10429, 9814, 10712, 10245, 10750, 10818, 10627, 11050, 10412, 14033, 10913, 11642, 10713, 11507, 10555, 13493, 10701, 9774, 10522, 10669, 11486, 10060, 11231, 10910, 17597, 10768, 16188, 10653, 15376, 10539, 18703, 12307, 18947, 11599, 14946, 10715, 13955, 10625, 17525, 10736, 15185, 10687, 11481, 10619, 10498, 10703, 9801, 10722, 9795, 10624, 9894, 10513, 10149, 10799, 10122, 10583, 10358, 10522, 9916, 10371, 10013, 10823, 10666, 9859, 10841, 9840, 10661, 9769, 10380, 12292, 10445, 10247, 10513, 10060, 10669, 10364, 10414, 12191, 10750, 9425, 9911, 9929, 9669, 9849, 10472, 10683, 10855, 12272, 10587, 10874, 11568, 10287, 11775, 10488, 11086, 10202, 16957, 11163, 15626, 10282, 13501, 10580, 12954, 10575, 17034, 10415, 13815, 10224, 11055, 10394, 9710, 10494, 9856, 9785, 9857, 9965, 10159, 10875, 9906, 12629, 9703, 12549, 9687, 9908, 9509, 10214, 9795, 12124, 9760, 9544, 9779, 9379, 9801, 9754, 9129, 9571, 9397, 9649, 9704, 9648, 12266, 9519, 10737, 9670, 9858, 9755, 10240, 9687, 10814, 9512, 9861, 9671, 9632, 9883, 9675, 9305, 9414, 9687, 9291, 10070, 9339, 9832, 9752, 9477, 9427, 9590, 9848, 9424, 9646, 9836, 9838, 10340, 9459, 9503, 10503, 9728, 9424, 10083, 9461, 10308, 9587, 9617, 10210, 9600, 12597, 9884, 9652, 10394, 9791, 9400, 10589, 9373, 14267, 10185, 12041, 10355, 13026, 9834, 16188, 12064, 18169, 11736, 15052, 10358, 11211, 9549, 10834, 9383, 15906, 10350, 12946, 10641, 9431, 9533, 9617, 9759, 11692, 10555, 9291, 10025, 10335, 9448, 10503, 10295, 9298, 10104, 9000, 9819, 10204, 9903, 10563, 10984, 13051, 10500, 10424, 17760, 10843, 10131, 10777, 11037, 10232, 10874, 13842, 13433, 10480, 16215, 10462, 10729, 10550, 10829, 11047, 10775, 10810, 10636, 10696, 11016, 10700, 11022, 10708, 15319, 12661, 18384, 11454, 14101, 10403, 10878, 10550, 10804, 10684, 11186, 10614, 10874, 10528, 10445, 10682, 9963, 10776, 9664, 10686, 9850, 10703, 11006, 10708, 11204, 10758, 11140, 10588, 11346, 10729, 11449, 10587, 10891, 10615, 11056, 10337, 10438, 10731, 9712, 10755, 10302, 10701, 9098, 10439, 11234, 10733, 10366, 10761, 10474, 10482, 9599, 10629, 9365, 11121, 9701, 10747, 12610, 10650, 12844, 10497, 10912, 10553, 11513, 10797, 13541, 17289, 17192, 17164, 15020, 11621, 14093, 11391, 14413, 13740, 15676, 17013, 15811, 15931, 12901, 16971, 11725, 17510, 10850, 14744, 10084, 12441, 9898, 10629, 9968, 9731, 9965, 10071, 9730, 9479, 9567, 9677, 9774, 11019, 9711, 9656, 9943, 9959, 10759, 10257, 9466, 10299, 9647, 10395, 9668, 10168, 10839, 10441, 10641, 10654, 10041, 10421, 10117, 10096, 9420, 10755, 9374, 10760, 11170, 10003, 11055, 10121, 10200, 10997, 10542, 10649, 10476, 10331, 10093, 9423, 10249, 10257, 10597, 14409, 10244, 15224, 9979, 10488, 10247, 10624, 10173, 9451, 10290, 10118, 10010, 10302, 10318, 10653, 10864, 9997, 11964, 9752, 9794, 10158, 9892, 10161, 15596, 9720, 14763, 9907, 13459, 9641, 15023, 9849, 14633, 9878, 11407, 10028, 10510, 10184, 9866, 9942, 9694, 10144, 9463, 9998, 10540, 9786, 12355, 9885, 11775, 10166, 10631, 9961, 10614, 10256, 10666, 9792, 10219, 9907, 10261, 10544, 9390, 10293, 9236, 9867, 10001, 9811, 10784, 10224, 11323, 9857, 9990, 9993, 10291, 10280, 10821, 10011, 14392, 9866, 12700, 9771, 11275, 10480, 15020, 9949, 14422, 9943, 11801, 10047, 11324, 10229, 14210, 9787, 11002, 9890, 11377, 9798, 12490, 9738, 13559, 9678, 11518, 10043, 10252, 10088, 11513, 9878, 10401, 9777, 11024, 9841, 10357, 9659, 9858, 10016, 8774, 9804, 9097, 10015, 9057, 10071, 9527, 10245, 9676, 10727, 9433, 9153, 9886, 10834, 10177, 12406, 10171, 11605, 10081, 14566, 11467, 15840, 10184, 11436, 9755, 10017, 10221, 14960, 10391, 14804, 10035, 10815, 10041, 10460, 9952, 13606, 9892, 11873, 10114, 10119, 9657, 10506, 9831, 13994, 10174, 11918, 10476, 10024, 10581, 9327, 10033, 9878, 9480, 10147, 9587, 10620, 9766, 10895, 9716, 10479, 10283, 9766, 10677, 9721, 9530, 10512, 9837, 10362, 9648, 9747, 10361, 10170, 9772, 10679, 9844, 10464, 9433, 9490, 10071, 9616, 10248, 9527, 9715, 9793, 9595, 10644, 10641, 10070, 10613, 9658, 10351, 9808, 9629, 11795, 12309, 10610, 10424, 10622, 9950, 10023, 10028, 10852, 9835, 10062, 9756, 10425, 9806, 9958, 9674, 10956, 9988, 9933, 10230, 9416, 9795, 13332, 11753, 12365, 10357, 10520, 10675, 9929, 14481, 10010, 10631, 10573, 9511, 10233, 10293, 9943, 10571, 9665, 9593, 9795, 9676, 9892, 10010, 10179, 11324, 9994, 10615, 9990, 9518, 10411, 9338, 11123, 9362, 11227, 9935, 10603, 10013, 10752, 9996, 11057, 9985, 11057, 11026, 11829, 10415, 11703, 9758, 11822, 10353, 11612, 11239, 9297, 11908, 10121, 13010, 10538, 10561, 12921, 9756, 17136, 12102, 17367, 12942, 12537, 11562, 10529, 17059, 9734, 17843, 13846, 18066, 12226, 14428, 12740, 12155, 17334, 16280, 18211, 15134, 18198, 12923, 17041, 12199, 19042, 14625, 18496, 12185, 14569, 10485, 10506, 9895, 13204, 13710, 13325, 10536, 9912, 9955, 9613, 12581, 9545, 11682, 9675, 9730, 9745, 9361, 9424, 9290, 8946, 10000, 10424, 10429, 10932, 9769, 10581, 9681, 10526, 9935, 10284, 9806, 10075, 9497, 9728, 9393, 9832, 8798, 10045, 8573, 9403, 11167, 9696, 10521, 10323, 10824, 10151, 10783, 10016, 11417, 10199, 14622, 10313, 13741, 10172, 12478, 9984, 13354, 10082, 12416, 10287, 10719, 10301, 11100, 9821, 10732, 10035, 11367, 10096, 10976, 9991, 11193, 10328, 11130, 9920, 10803, 10612, 11435, 10671, 11319, 9614, 11307, 9957, 10695, 10561, 10322, 10132, 10703, 10283, 10701, 9212, 10324, 9927, 10302, 10278], 'WindowCenter': [4312.0, 4285.0, 4282.0, 4268.0, 4270.0, 4279.0, 4267.0, 4274.0, 4255.0, 4267.0, 4274.0, 4254.0, 4273.0, 4253.0, 4263.0, 4241.0, 4251.0, 4261.0, 4254.0, 4306.0, 4265.0, 4264.0, 4253.0, 4264.0, 4241.0, 4248.0, 4240.0, 4238.0, 4250.0, 4259.0, 4251.0, 4263.0, 4241.0, 4252.0, 4263.0, 4263.0, 4242.0, 4263.0, 4255.0, 4252.0, 4275.0, 4263.0, 4272.0, 4252.0, 4261.0, 4254.0, 4272.0, 4265.0, 4292.0, 4264.0, 4250.0, 4252.0, 4242.0, 4253.0, 4264.0, 4242.0, 4251.0, 4241.0, 4251.0, 4242.0, 4252.0, 4302.0, 4251.0, 4271.0, 4252.0, 4261.0, 4252.0, 4271.0, 4263.0, 4272.0, 4250.0, 4249.0, 4239.0, 4251.0, 4239.0, 4281.0, 4271.0, 4247.0, 4227.0, 4236.0, 4239.0, 4238.0, 4248.0, 4218.0, 4312.0, 4313.0, 4314.0, 4330.0, 4327.0, 4270.0, 4256.0, 4211.0, 4223.0, 4199.0, 4221.0, 4203.0, 4223.0, 4225.0, 4225.0, 4224.0, 4221.0, 4222.0, 4220.0, 4211.0, 4221.0, 4223.0, 4212.0, 4223.0, 4225.0, 4225.0, 4233.0, 4214.0, 4223.0, 4222.0, 4210.0, 4232.0, 4210.0, 4242.0, 4221.0, 4240.0, 4210.0, 4250.0, 4211.0, 4239.0, 4210.0, 4228.0, 4209.0, 4209.0, 4210.0, 4210.0, 4212.0, 4201.0, 4212.0, 4213.0, 4237.0, 4236.0, 4224.0, 4214.0, 4214.0, 4226.0, 4215.0, 4224.0, 4225.0, 4237.0, 4249.0, 4236.0, 4238.0, 4238.0, 4238.0, 4215.0, 4237.0, 4226.0, 4248.0, 4238.0, 4251.0, 4240.0, 4253.0, 4241.0, 4253.0, 4252.0, 4263.0, 4251.0, 4254.0, 4244.0, 4252.0, 4242.0, 4242.0, 4251.0, 4304.0, 4271.0, 4312.0, 4252.0, 4280.0, 4249.0, 4279.0, 4240.0, 4298.0, 4249.0, 4278.0, 4238.0, 4256.0, 4238.0, 4258.0, 4237.0, 4256.0, 4237.0, 4225.0, 4238.0, 4215.0, 4237.0, 4217.0, 4228.0, 4238.0, 4227.0, 4227.0, 4226.0, 4227.0, 4228.0, 4228.0, 4227.0, 4228.0, 4228.0, 4225.0, 4226.0, 4229.0, 4227.0, 4227.0, 4228.0, 4217.0, 4227.0, 4237.0, 4238.0, 4230.0, 4238.0, 4227.0, 4238.0, 4227.0, 4239.0, 4229.0, 4250.0, 4249.0, 4250.0, 4249.0, 4250.0, 4282.0, 4252.0, 4260.0, 4251.0, 4261.0, 4239.0, 4302.0, 4250.0, 4268.0, 4249.0, 4271.0, 4239.0, 4290.0, 4261.0, 4269.0, 4250.0, 4248.0, 4250.0, 4277.0, 4267.0, 4277.0, 4267.0, 4248.0, 4238.0, 4248.0, 4226.0, 4215.0, 4238.0, 4258.0, 4227.0, 4267.0, 4278.0, 4237.0, 4264.0, 4224.0, 4266.0, 4225.0, 4284.0, 4245.0, 4263.0, 4213.0, 4202.0, 4211.0, 4214.0, 4202.0, 4211.0, 4201.0, 4211.0, 4234.0, 4237.0, 4248.0, 4248.0, 4248.0, 4260.0, 4259.0, 4269.0, 4250.0, 4264.0, 4240.0, 4259.0, 4238.0, 4249.0, 4237.0, 4246.0, 4226.0, 4248.0, 4227.0, 4248.0, 4226.0, 4247.0, 4237.0, 4250.0, 4237.0, 4247.0, 4236.0, 4247.0, 4246.0, 4248.0, 4278.0, 4237.0, 4286.0, 4247.0, 4267.0, 4236.0, 4245.0, 4235.0, 4264.0, 4235.0, 4265.0, 4235.0, 4244.0, 4237.0, 4238.0, 4237.0, 4246.0, 4237.0, 4235.0, 4226.0, 4248.0, 4225.0, 4248.0, 4238.0, 4250.0, 4251.0, 4251.0, 4249.0, 4250.0, 4239.0, 4259.0, 4238.0, 4251.0, 4250.0, 4250.0, 4250.0, 4261.0, 4251.0, 4262.0, 4249.0, 4263.0, 4253.0, 4261.0, 4263.0, 4263.0, 4262.0, 4272.0, 4266.0, 4264.0, 4276.0, 4267.0, 4277.0, 4265.0, 4277.0, 4285.0, 4277.0, 4285.0, 4277.0, 4307.0, 4276.0, 4284.0, 4277.0, 4286.0, 4275.0, 4294.0, 4274.0, 4264.0, 4274.0, 4263.0, 4284.0, 4264.0, 4274.0, 4274.0, 4323.0, 4272.0, 4311.0, 4251.0, 4303.0, 4260.0, 4311.0, 4269.0, 4310.0, 4259.0, 4289.0, 4249.0, 4290.0, 4248.0, 4298.0, 4248.0, 4287.0, 4247.0, 4247.0, 4249.0, 4246.0, 4247.0, 4235.0, 4248.0, 4237.0, 4248.0, 4238.0, 4259.0, 4248.0, 4259.0, 4249.0, 4259.0, 4251.0, 4259.0, 4251.0, 4251.0, 4250.0, 4261.0, 4261.0, 4250.0, 4260.0, 4238.0, 4263.0, 4251.0, 4249.0, 4270.0, 4261.0, 4250.0, 4261.0, 4251.0, 4263.0, 4261.0, 4262.0, 4283.0, 4286.0, 4269.0, 4266.0, 4266.0, 4253.0, 4278.0, 4287.0, 4285.0, 4287.0, 4297.0, 4287.0, 4272.0, 4284.0, 4259.0, 4269.0, 4260.0, 4271.0, 4251.0, 4316.0, 4274.0, 4302.0, 4249.0, 4266.0, 4246.0, 4266.0, 4235.0, 4299.0, 4248.0, 4265.0, 4249.0, 4246.0, 4247.0, 4227.0, 4248.0, 4238.0, 4238.0, 4238.0, 4239.0, 4238.0, 4246.0, 4237.0, 4269.0, 4239.0, 4258.0, 4228.0, 4226.0, 4226.0, 4249.0, 4237.0, 4257.0, 4238.0, 4225.0, 4237.0, 4228.0, 4237.0, 4224.0, 4226.0, 4225.0, 4226.0, 4237.0, 4226.0, 4227.0, 4257.0, 4238.0, 4246.0, 4227.0, 4225.0, 4228.0, 4235.0, 4227.0, 4249.0, 4227.0, 4226.0, 4227.0, 4226.0, 4237.0, 4226.0, 4226.0, 4228.0, 4239.0, 4227.0, 4238.0, 4227.0, 4238.0, 4228.0, 4238.0, 4229.0, 4250.0, 4239.0, 4239.0, 4239.0, 4239.0, 4238.0, 4250.0, 4240.0, 4241.0, 4249.0, 4242.0, 4242.0, 4250.0, 4238.0, 4251.0, 4240.0, 4253.0, 4250.0, 4240.0, 4270.0, 4252.0, 4241.0, 4252.0, 4251.0, 4255.0, 4261.0, 4242.0, 4293.0, 4264.0, 4271.0, 4252.0, 4281.0, 4250.0, 4301.0, 4260.0, 4311.0, 4259.0, 4289.0, 4237.0, 4247.0, 4240.0, 4263.0, 4242.0, 4301.0, 4251.0, 4268.0, 4238.0, 4228.0, 4227.0, 4226.0, 4226.0, 4256.0, 4248.0, 4226.0, 4238.0, 4237.0, 4226.0, 4246.0, 4238.0, 4226.0, 4237.0, 4227.0, 4226.0, 4235.0, 4238.0, 4259.0, 4273.0, 4292.0, 4274.0, 4274.0, 4323.0, 4273.0, 4248.0, 4259.0, 4248.0, 4250.0, 4249.0, 4279.0, 4270.0, 4235.0, 4288.0, 4235.0, 4233.0, 4235.0, 4246.0, 4245.0, 4234.0, 4234.0, 4234.0, 4233.0, 4236.0, 4222.0, 4233.0, 4235.0, 4265.0, 4241.0, 4272.0, 4221.0, 4241.0, 4208.0, 4208.0, 4209.0, 4208.0, 4221.0, 4219.0, 4222.0, 4221.0, 4221.0, 4222.0, 4221.0, 4209.0, 4223.0, 4199.0, 4222.0, 4212.0, 4222.0, 4222.0, 4225.0, 4232.0, 4236.0, 4234.0, 4236.0, 4235.0, 4236.0, 4245.0, 4237.0, 4237.0, 4250.0, 4248.0, 4251.0, 4249.0, 4276.0, 4253.0, 4261.0, 4250.0, 4263.0, 4242.0, 4263.0, 4260.0, 4262.0, 4251.0, 4274.0, 4264.0, 4265.0, 4254.0, 4274.0, 4255.0, 4288.0, 4254.0, 4274.0, 4285.0, 4277.0, 4297.0, 4287.0, 4288.0, 4276.0, 4275.0, 4275.0, 4307.0, 4315.0, 4327.0, 4315.0, 4305.0, 4262.0, 4282.0, 4248.0, 4277.0, 4266.0, 4277.0, 4288.0, 4278.0, 4276.0, 4256.0, 4272.0, 4233.0, 4272.0, 4219.0, 4249.0, 4209.0, 4228.0, 4211.0, 4211.0, 4211.0, 4202.0, 4212.0, 4210.0, 4211.0, 4211.0, 4212.0, 4213.0, 4213.0, 4234.0, 4214.0, 4226.0, 4224.0, 4226.0, 4234.0, 4236.0, 4226.0, 4235.0, 4224.0, 4237.0, 4226.0, 4238.0, 4248.0, 4249.0, 4249.0, 4248.0, 4238.0, 4250.0, 4250.0, 4251.0, 4240.0, 4273.0, 4242.0, 4261.0, 4262.0, 4252.0, 4271.0, 4251.0, 4250.0, 4263.0, 4263.0, 4250.0, 4262.0, 4251.0, 4263.0, 4241.0, 4262.0, 4251.0, 4261.0, 4292.0, 4253.0, 4302.0, 4252.0, 4250.0, 4264.0, 4260.0, 4251.0, 4242.0, 4252.0, 4249.0, 4250.0, 4252.0, 4262.0, 4261.0, 4260.0, 4251.0, 4270.0, 4241.0, 4240.0, 4250.0, 4239.0, 4249.0, 4289.0, 4240.0, 4290.0, 4251.0, 4280.0, 4240.0, 4289.0, 4227.0, 4276.0, 4227.0, 4244.0, 4238.0, 4246.0, 4236.0, 4226.0, 4239.0, 4227.0, 4248.0, 4238.0, 4251.0, 4247.0, 4238.0, 4257.0, 4238.0, 4256.0, 4237.0, 4235.0, 4250.0, 4249.0, 4237.0, 4247.0, 4240.0, 4239.0, 4239.0, 4250.0, 4261.0, 4227.0, 4252.0, 4242.0, 4251.0, 4250.0, 4263.0, 4262.0, 4251.0, 4260.0, 4252.0, 4240.0, 4250.0, 4263.0, 4263.0, 4261.0, 4251.0, 4291.0, 4250.0, 4270.0, 4251.0, 4261.0, 4250.0, 4289.0, 4238.0, 4278.0, 4239.0, 4258.0, 4250.0, 4258.0, 4238.0, 4279.0, 4239.0, 4248.0, 4239.0, 4247.0, 4250.0, 4269.0, 4238.0, 4267.0, 4228.0, 4247.0, 4237.0, 4238.0, 4250.0, 4258.0, 4239.0, 4236.0, 4240.0, 4248.0, 4238.0, 4239.0, 4239.0, 4237.0, 4252.0, 4219.0, 4238.0, 4229.0, 4240.0, 4227.0, 4239.0, 4239.0, 4263.0, 4254.0, 4273.0, 4255.0, 4254.0, 4264.0, 4273.0, 4265.0, 4284.0, 4264.0, 4285.0, 4252.0, 4292.0, 4262.0, 4303.0, 4251.0, 4258.0, 4240.0, 4250.0, 4239.0, 4278.0, 4238.0, 4277.0, 4237.0, 4246.0, 4238.0, 4248.0, 4238.0, 4279.0, 4240.0, 4258.0, 4238.0, 4236.0, 4238.0, 4248.0, 4227.0, 4266.0, 4238.0, 4258.0, 4236.0, 4224.0, 4235.0, 4213.0, 4227.0, 4238.0, 4224.0, 4223.0, 4214.0, 4236.0, 4226.0, 4235.0, 4225.0, 4235.0, 4236.0, 4250.0, 4250.0, 4238.0, 4228.0, 4249.0, 4236.0, 4237.0, 4238.0, 4251.0, 4249.0, 4263.0, 4252.0, 4261.0, 4251.0, 4263.0, 4243.0, 4239.0, 4239.0, 4239.0, 4250.0, 4239.0, 4240.0, 4252.0, 4240.0, 4251.0, 4250.0, 4239.0, 4248.0, 4237.0, 4238.0, 4250.0, 4227.0, 4258.0, 4258.0, 4237.0, 4236.0, 4236.0, 4239.0, 4237.0, 4254.0, 4274.0, 4262.0, 4249.0, 4238.0, 4249.0, 4236.0, 4236.0, 4239.0, 4261.0, 4240.0, 4239.0, 4248.0, 4242.0, 4237.0, 4267.0, 4257.0, 4267.0, 4234.0, 4235.0, 4233.0, 4239.0, 4276.0, 4226.0, 4234.0, 4233.0, 4213.0, 4233.0, 4247.0, 4238.0, 4235.0, 4238.0, 4239.0, 4240.0, 4238.0, 4250.0, 4239.0, 4252.0, 4248.0, 4227.0, 4235.0, 4226.0, 4215.0, 4238.0, 4227.0, 4246.0, 4216.0, 4247.0, 4238.0, 4236.0, 4240.0, 4262.0, 4240.0, 4260.0, 4252.0, 4271.0, 4275.0, 4287.0, 4275.0, 4285.0, 4266.0, 4297.0, 4279.0, 4286.0, 4289.0, 4268.0, 4284.0, 4265.0, 4295.0, 4266.0, 4266.0, 4281.0, 4256.0, 4313.0, 4272.0, 4302.0, 4271.0, 4282.0, 4260.0, 4261.0, 4314.0, 4252.0, 4312.0, 4281.0, 4312.0, 4259.0, 4279.0, 4268.0, 4272.0, 4298.0, 4288.0, 4286.0, 4276.0, 4285.0, 4245.0, 4285.0, 4243.0, 4283.0, 4262.0, 4282.0, 4230.0, 4250.0, 4208.0, 4221.0, 4198.0, 4239.0, 4239.0, 4239.0, 4207.0, 4198.0, 4197.0, 4199.0, 4227.0, 4199.0, 4218.0, 4198.0, 4197.0, 4199.0, 4199.0, 4200.0, 4198.0, 4201.0, 4212.0, 4221.0, 4222.0, 4231.0, 4225.0, 4233.0, 4225.0, 4235.0, 4236.0, 4235.0, 4236.0, 4225.0, 4240.0, 4226.0, 4227.0, 4226.0, 4216.0, 4237.0, 4216.0, 4228.0, 4246.0, 4227.0, 4247.0, 4238.0, 4247.0, 4240.0, 4247.0, 4239.0, 4257.0, 4238.0, 4277.0, 4238.0, 4266.0, 4237.0, 4256.0, 4237.0, 4266.0, 4237.0, 4256.0, 4237.0, 4236.0, 4237.0, 4248.0, 4238.0, 4236.0, 4237.0, 4246.0, 4237.0, 4236.0, 4237.0, 4245.0, 4237.0, 4259.0, 4238.0, 4248.0, 4249.0, 4258.0, 4249.0, 4272.0, 4241.0, 4259.0, 4251.0, 4264.0, 4276.0, 4266.0, 4266.0, 4275.0, 4264.0, 4264.0, 4256.0, 4277.0, 4267.0, 4266.0, 4278.0], 'WindowWidth': [9552.0, 9501.0, 9487.0, 9460.0, 9462.0, 9469.0, 9451.0, 9455.0, 9428.0, 9450.0, 9455.0, 9426.0, 9452.0, 9425.0, 9435.0, 9405.0, 9415.0, 9429.0, 9423.0, 9500.0, 9443.0, 9438.0, 9425.0, 9440.0, 9403.0, 9407.0, 9399.0, 9395.0, 9414.0, 9424.0, 9418.0, 9438.0, 9404.0, 9419.0, 9435.0, 9435.0, 9407.0, 9438.0, 9430.0, 9419.0, 9454.0, 9438.0, 9445.0, 9420.0, 9429.0, 9426.0, 9446.0, 9442.0, 9474.0, 9438.0, 9416.0, 9419.0, 9407.0, 9423.0, 9437.0, 9406.0, 9416.0, 9403.0, 9419.0, 9406.0, 9418.0, 9489.0, 9418.0, 9444.0, 9419.0, 9433.0, 9420.0, 9442.0, 9436.0, 9445.0, 9413.0, 9411.0, 9396.0, 9418.0, 9396.0, 9455.0, 9442.0, 9404.0, 9378.0, 9389.0, 9398.0, 9395.0, 9407.0, 9367.0, 9504.0, 9506.0, 9518.0, 9550.0, 9542.0, 9445.0, 9418.0, 9344.0, 9363.0, 9327.0, 9360.0, 9339.0, 9366.0, 9374.0, 9373.0, 9373.0, 9364.0, 9365.0, 9360.0, 9351.0, 9361.0, 9368.0, 9353.0, 9371.0, 9372.0, 9372.0, 9381.0, 9357.0, 9367.0, 9364.0, 9346.0, 9376.0, 9344.0, 9388.0, 9359.0, 9386.0, 9344.0, 9398.0, 9346.0, 9382.0, 9344.0, 9366.0, 9343.0, 9341.0, 9346.0, 9344.0, 9352.0, 9335.0, 9352.0, 9353.0, 9396.0, 9392.0, 9371.0, 9357.0, 9359.0, 9379.0, 9363.0, 9374.0, 9376.0, 9396.0, 9414.0, 9393.0, 9398.0, 9396.0, 9398.0, 9363.0, 9394.0, 9380.0, 9412.0, 9397.0, 9419.0, 9405.0, 9425.0, 9408.0, 9426.0, 9424.0, 9440.0, 9422.0, 9431.0, 9415.0, 9424.0, 9409.0, 9408.0, 9421.0, 9495.0, 9448.0, 9505.0, 9421.0, 9456.0, 9413.0, 9453.0, 9404.0, 9478.0, 9413.0, 9450.0, 9397.0, 9418.0, 9396.0, 9422.0, 9393.0, 9417.0, 9393.0, 9376.0, 9395.0, 9362.0, 9396.0, 9367.0, 9383.0, 9396.0, 9380.0, 9380.0, 9378.0, 9381.0, 9385.0, 9382.0, 9381.0, 9381.0, 9381.0, 9374.0, 9378.0, 9385.0, 9380.0, 9379.0, 9383.0, 9366.0, 9381.0, 9396.0, 9398.0, 9391.0, 9400.0, 9383.0, 9397.0, 9383.0, 9401.0, 9389.0, 9418.0, 9415.0, 9420.0, 9414.0, 9420.0, 9465.0, 9424.0, 9430.0, 9423.0, 9434.0, 9402.0, 9491.0, 9419.0, 9438.0, 9415.0, 9447.0, 9400.0, 9471.0, 9434.0, 9440.0, 9415.0, 9414.0, 9417.0, 9450.0, 9436.0, 9448.0, 9436.0, 9410.0, 9395.0, 9410.0, 9379.0, 9363.0, 9397.0, 9425.0, 9379.0, 9435.0, 9449.0, 9392.0, 9426.0, 9370.0, 9432.0, 9373.0, 9451.0, 9398.0, 9419.0, 9353.0, 9337.0, 9349.0, 9356.0, 9337.0, 9347.0, 9334.0, 9350.0, 9384.0, 9397.0, 9415.0, 9415.0, 9411.0, 9430.0, 9427.0, 9436.0, 9413.0, 9439.0, 9403.0, 9426.0, 9393.0, 9410.0, 9390.0, 9402.0, 9375.0, 9407.0, 9376.0, 9407.0, 9377.0, 9407.0, 9392.0, 9412.0, 9392.0, 9405.0, 9388.0, 9405.0, 9401.0, 9407.0, 9448.0, 9391.0, 9457.0, 9403.0, 9431.0, 9388.0, 9397.0, 9383.0, 9421.0, 9384.0, 9425.0, 9383.0, 9395.0, 9390.0, 9392.0, 9389.0, 9400.0, 9390.0, 9387.0, 9374.0, 9406.0, 9374.0, 9408.0, 9393.0, 9414.0, 9418.0, 9418.0, 9411.0, 9416.0, 9398.0, 9425.0, 9395.0, 9417.0, 9414.0, 9416.0, 9416.0, 9432.0, 9417.0, 9433.0, 9415.0, 9439.0, 9423.0, 9432.0, 9437.0, 9437.0, 9435.0, 9449.0, 9447.0, 9441.0, 9460.0, 9450.0, 9462.0, 9445.0, 9463.0, 9473.0, 9466.0, 9471.0, 9464.0, 9503.0, 9460.0, 9469.0, 9464.0, 9475.0, 9457.0, 9480.0, 9455.0, 9441.0, 9456.0, 9439.0, 9470.0, 9443.0, 9456.0, 9454.0, 9523.0, 9450.0, 9502.0, 9419.0, 9491.0, 9431.0, 9500.0, 9442.0, 9498.0, 9426.0, 9465.0, 9411.0, 9469.0, 9409.0, 9478.0, 9411.0, 9460.0, 9406.0, 9404.0, 9413.0, 9406.0, 9406.0, 9388.0, 9408.0, 9393.0, 9409.0, 9395.0, 9426.0, 9409.0, 9425.0, 9413.0, 9427.0, 9419.0, 9428.0, 9422.0, 9418.0, 9415.0, 9432.0, 9433.0, 9415.0, 9428.0, 9397.0, 9439.0, 9422.0, 9415.0, 9442.0, 9432.0, 9416.0, 9433.0, 9419.0, 9441.0, 9432.0, 9436.0, 9466.0, 9477.0, 9460.0, 9449.0, 9447.0, 9424.0, 9470.0, 9481.0, 9475.0, 9480.0, 9492.0, 9479.0, 9449.0, 9469.0, 9429.0, 9442.0, 9429.0, 9446.0, 9418.0, 9519.0, 9454.0, 9490.0, 9413.0, 9432.0, 9404.0, 9430.0, 9387.0, 9478.0, 9409.0, 9429.0, 9410.0, 9402.0, 9406.0, 9380.0, 9407.0, 9396.0, 9396.0, 9393.0, 9398.0, 9393.0, 9401.0, 9392.0, 9439.0, 9398.0, 9422.0, 9380.0, 9375.0, 9377.0, 9412.0, 9392.0, 9418.0, 9395.0, 9373.0, 9390.0, 9382.0, 9390.0, 9371.0, 9376.0, 9373.0, 9375.0, 9393.0, 9376.0, 9378.0, 9418.0, 9395.0, 9402.0, 9379.0, 9373.0, 9380.0, 9386.0, 9379.0, 9410.0, 9377.0, 9375.0, 9377.0, 9374.0, 9391.0, 9375.0, 9377.0, 9381.0, 9398.0, 9379.0, 9395.0, 9379.0, 9397.0, 9381.0, 9396.0, 9385.0, 9417.0, 9399.0, 9398.0, 9398.0, 9398.0, 9395.0, 9412.0, 9401.0, 9405.0, 9412.0, 9407.0, 9409.0, 9416.0, 9398.0, 9419.0, 9403.0, 9427.0, 9417.0, 9403.0, 9443.0, 9423.0, 9404.0, 9421.0, 9421.0, 9431.0, 9433.0, 9410.0, 9478.0, 9441.0, 9445.0, 9421.0, 9458.0, 9418.0, 9485.0, 9428.0, 9502.0, 9425.0, 9464.0, 9391.0, 9407.0, 9403.0, 9439.0, 9408.0, 9489.0, 9419.0, 9437.0, 9393.0, 9382.0, 9379.0, 9376.0, 9377.0, 9415.0, 9408.0, 9375.0, 9397.0, 9394.0, 9374.0, 9404.0, 9392.0, 9376.0, 9392.0, 9379.0, 9376.0, 9387.0, 9395.0, 9429.0, 9454.0, 9479.0, 9458.0, 9459.0, 9523.0, 9452.0, 9410.0, 9425.0, 9407.0, 9413.0, 9409.0, 9452.0, 9437.0, 9382.0, 9461.0, 9384.0, 9379.0, 9384.0, 9401.0, 9397.0, 9383.0, 9379.0, 9382.0, 9379.0, 9385.0, 9362.0, 9380.0, 9382.0, 9423.0, 9383.0, 9431.0, 9355.0, 9380.0, 9335.0, 9332.0, 9338.0, 9334.0, 9355.0, 9350.0, 9359.0, 9355.0, 9358.0, 9357.0, 9358.0, 9339.0, 9361.0, 9324.0, 9358.0, 9346.0, 9360.0, 9360.0, 9370.0, 9376.0, 9387.0, 9380.0, 9387.0, 9383.0, 9387.0, 9396.0, 9391.0, 9390.0, 9412.0, 9406.0, 9414.0, 9411.0, 9458.0, 9422.0, 9428.0, 9414.0, 9437.0, 9407.0, 9436.0, 9426.0, 9432.0, 9416.0, 9452.0, 9438.0, 9443.0, 9428.0, 9455.0, 9430.0, 9479.0, 9426.0, 9452.0, 9469.0, 9463.0, 9491.0, 9479.0, 9479.0, 9460.0, 9456.0, 9456.0, 9504.0, 9512.0, 9534.0, 9513.0, 9499.0, 9436.0, 9462.0, 9408.0, 9446.0, 9425.0, 9446.0, 9461.0, 9449.0, 9441.0, 9413.0, 9431.0, 9376.0, 9431.0, 9353.0, 9391.0, 9339.0, 9362.0, 9343.0, 9345.0, 9345.0, 9332.0, 9347.0, 9342.0, 9344.0, 9344.0, 9348.0, 9349.0, 9352.0, 9379.0, 9354.0, 9373.0, 9370.0, 9374.0, 9381.0, 9389.0, 9375.0, 9386.0, 9370.0, 9391.0, 9374.0, 9393.0, 9407.0, 9413.0, 9409.0, 9409.0, 9394.0, 9415.0, 9414.0, 9417.0, 9400.0, 9451.0, 9407.0, 9430.0, 9434.0, 9420.0, 9446.0, 9418.0, 9415.0, 9438.0, 9437.0, 9415.0, 9435.0, 9418.0, 9436.0, 9405.0, 9434.0, 9420.0, 9434.0, 9474.0, 9424.0, 9490.0, 9420.0, 9413.0, 9442.0, 9430.0, 9416.0, 9406.0, 9421.0, 9413.0, 9417.0, 9422.0, 9436.0, 9431.0, 9430.0, 9417.0, 9442.0, 9404.0, 9401.0, 9413.0, 9397.0, 9412.0, 9466.0, 9401.0, 9467.0, 9419.0, 9455.0, 9400.0, 9465.0, 9380.0, 9443.0, 9377.0, 9397.0, 9394.0, 9403.0, 9389.0, 9376.0, 9397.0, 9379.0, 9411.0, 9394.0, 9420.0, 9408.0, 9396.0, 9420.0, 9395.0, 9415.0, 9392.0, 9388.0, 9417.0, 9413.0, 9393.0, 9407.0, 9401.0, 9395.0, 9398.0, 9414.0, 9431.0, 9381.0, 9423.0, 9409.0, 9420.0, 9416.0, 9439.0, 9436.0, 9418.0, 9428.0, 9422.0, 9402.0, 9416.0, 9441.0, 9440.0, 9430.0, 9419.0, 9470.0, 9416.0, 9440.0, 9419.0, 9433.0, 9413.0, 9466.0, 9397.0, 9449.0, 9397.0, 9420.0, 9415.0, 9422.0, 9396.0, 9451.0, 9398.0, 9407.0, 9397.0, 9404.0, 9415.0, 9438.0, 9396.0, 9432.0, 9381.0, 9405.0, 9392.0, 9396.0, 9415.0, 9421.0, 9398.0, 9390.0, 9402.0, 9408.0, 9396.0, 9397.0, 9397.0, 9395.0, 9420.0, 9372.0, 9393.0, 9384.0, 9401.0, 9380.0, 9399.0, 9399.0, 9439.0, 9427.0, 9453.0, 9432.0, 9429.0, 9441.0, 9453.0, 9445.0, 9468.0, 9439.0, 9473.0, 9421.0, 9475.0, 9434.0, 9490.0, 9415.0, 9423.0, 9403.0, 9416.0, 9397.0, 9449.0, 9395.0, 9446.0, 9392.0, 9402.0, 9395.0, 9407.0, 9394.0, 9451.0, 9400.0, 9419.0, 9393.0, 9388.0, 9397.0, 9409.0, 9376.0, 9429.0, 9393.0, 9419.0, 9390.0, 9370.0, 9382.0, 9353.0, 9378.0, 9394.0, 9370.0, 9366.0, 9355.0, 9387.0, 9374.0, 9385.0, 9371.0, 9387.0, 9392.0, 9417.0, 9414.0, 9396.0, 9380.0, 9410.0, 9388.0, 9391.0, 9395.0, 9418.0, 9412.0, 9437.0, 9422.0, 9432.0, 9417.0, 9438.0, 9410.0, 9400.0, 9398.0, 9400.0, 9412.0, 9397.0, 9402.0, 9421.0, 9400.0, 9418.0, 9414.0, 9399.0, 9407.0, 9393.0, 9394.0, 9415.0, 9380.0, 9424.0, 9422.0, 9391.0, 9388.0, 9388.0, 9397.0, 9392.0, 9429.0, 9456.0, 9437.0, 9414.0, 9395.0, 9412.0, 9392.0, 9389.0, 9397.0, 9432.0, 9401.0, 9397.0, 9410.0, 9408.0, 9395.0, 9434.0, 9422.0, 9433.0, 9383.0, 9384.0, 9381.0, 9397.0, 9444.0, 9375.0, 9383.0, 9381.0, 9352.0, 9380.0, 9409.0, 9396.0, 9386.0, 9395.0, 9401.0, 9401.0, 9397.0, 9414.0, 9401.0, 9420.0, 9406.0, 9376.0, 9384.0, 9372.0, 9355.0, 9391.0, 9375.0, 9400.0, 9361.0, 9400.0, 9391.0, 9387.0, 9401.0, 9433.0, 9402.0, 9427.0, 9421.0, 9444.0, 9460.0, 9477.0, 9459.0, 9471.0, 9447.0, 9492.0, 9471.0, 9474.0, 9484.0, 9453.0, 9467.0, 9443.0, 9483.0, 9446.0, 9444.0, 9458.0, 9433.0, 9507.0, 9444.0, 9488.0, 9444.0, 9461.0, 9427.0, 9431.0, 9511.0, 9425.0, 9504.0, 9459.0, 9505.0, 9426.0, 9453.0, 9436.0, 9449.0, 9478.0, 9465.0, 9460.0, 9444.0, 9453.0, 9396.0, 9455.0, 9390.0, 9447.0, 9417.0, 9447.0, 9367.0, 9396.0, 9334.0, 9359.0, 9322.0, 9380.0, 9379.0, 9380.0, 9334.0, 9323.0, 9319.0, 9328.0, 9361.0, 9327.0, 9349.0, 9324.0, 9320.0, 9325.0, 9328.0, 9330.0, 9325.0, 9333.0, 9349.0, 9360.0, 9362.0, 9373.0, 9372.0, 9378.0, 9373.0, 9387.0, 9391.0, 9385.0, 9388.0, 9373.0, 9402.0, 9377.0, 9378.0, 9374.0, 9362.0, 9391.0, 9364.0, 9383.0, 9403.0, 9379.0, 9406.0, 9395.0, 9406.0, 9399.0, 9404.0, 9399.0, 9419.0, 9395.0, 9447.0, 9394.0, 9430.0, 9391.0, 9415.0, 9393.0, 9427.0, 9391.0, 9415.0, 9393.0, 9388.0, 9390.0, 9407.0, 9394.0, 9388.0, 9392.0, 9401.0, 9391.0, 9387.0, 9390.0, 9398.0, 9393.0, 9425.0, 9396.0, 9406.0, 9410.0, 9419.0, 9411.0, 9447.0, 9406.0, 9424.0, 9420.0, 9441.0, 9462.0, 9448.0, 9447.0, 9460.0, 9442.0, 9439.0, 9434.0, 9463.0, 9452.0, 9448.0, 9468.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.003851170858629662</td></tr>
<tr><td colspan=3>aqi</td><td>0.043425512836079795</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.107976029357644</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.198790123663195</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0131037838802088</td></tr>
<tr><td colspan=3>efc</td><td>0.4747</td></tr>
<tr><td colspan=3>fber</td><td>5459.0229</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12075575422002616</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>157</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.616652211621856</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4778282723666742</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3440854895671923</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7387104801585993</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3506888473742302</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108624</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014384942129254341</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02728486992418766</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7460627708807555</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>26.986</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5561</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.6777</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302061.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.0251</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9074</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>620.4828</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3435.8803</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.1381</td></tr>
<tr><td colspan=3>tsnr</td><td>28.069818791700527</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>