<?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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-02/func/sub-0005_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>a0315c2e9757599d16237aab89e5d1c2</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:48:52.340000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999013, 0.0409828, -0.0171054, -0.0411724, 0.999093, -0.0108851]</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.0922428</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>50</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7762, -7204, 532, -58, 41, -86, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>275.651</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e8fbbd70-77ca-4996-9d62-db9c016d5675||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802799701690674, -0.11046255379915237, -0.04493817687034607, 120.35987091064453], [-0.10995378345251083, 2.680492877960205, -0.03126227855682373, -80.54936218261719], [-0.04589250683784485, 0.029203901067376137, 2.6994450092315674, -29.579164505004883], [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': ['164852.340000', '164852.800000', '164853.260000', '164853.720000', '164854.180000', '164854.640000', '164855.100000', '164855.560000', '164856.020000', '164856.480000', '164856.940000', '164857.400000', '164857.860000', '164858.320000', '164858.780000', '164859.240000', '164859.700000', '164900.160000', '164900.620000', '164901.080000', '164901.540000', '164902.000000', '164902.460000', '164902.920000', '164903.380000', '164903.840000', '164904.300000', '164904.760000', '164905.220000', '164905.680000', '164906.140000', '164906.600000', '164907.060000', '164907.520000', '164907.980000', '164908.440000', '164908.900000', '164909.360000', '164909.820000', '164910.280000', '164910.740000', '164911.200000', '164911.660000', '164912.120000', '164912.580000', '164913.040000', '164913.500000', '164913.960000', '164914.420000', '164914.880000', '164915.340000', '164915.800000', '164916.260000', '164916.720000', '164917.180000', '164917.640000', '164918.100000', '164918.560000', '164919.020000', '164919.480000', '164919.940000', '164920.400000', '164920.860000', '164921.320000', '164921.780000', '164922.240000', '164922.700000', '164923.160000', '164923.620000', '164924.080000', '164924.540000', '164925.000000', '164925.460000', '164925.920000', '164926.380000', '164926.840000', '164927.300000', '164927.760000', '164928.220000', '164928.680000', '164929.140000', '164929.600000', '164930.060000', '164930.520000', '164930.980000', '164931.440000', '164931.900000', '164932.360000', '164932.820000', '164933.280000', '164933.740000', '164934.200000', '164934.660000', '164935.120000', '164935.580000', '164936.040000', '164936.500000', '164936.960000', '164937.420000', '164937.880000', '164938.340000', '164938.800000', '164939.260000', '164939.720000', '164940.180000', '164940.640000', '164941.100000', '164941.560000', '164942.020000', '164942.480000', '164942.940000', '164943.400000', '164943.860000', '164944.320000', '164944.780000', '164945.240000', '164945.700000', '164946.160000', '164946.620000', '164947.080000', '164947.540000', '164948.000000', '164948.460000', '164948.920000', '164949.380000', '164949.840000', '164950.300000', '164950.760000', '164951.220000', '164951.680000', '164952.140000', '164952.600000', '164953.060000', '164953.520000', '164953.980000', '164954.440000', '164954.900000', '164955.360000', '164955.820000', '164956.280000', '164956.740000', '164957.200000', '164957.660000', '164958.120000', '164958.580000', '164959.040000', '164959.500000', '164959.960000', '165000.420000', '165000.880000', '165001.340000', '165001.800000', '165002.260000', '165002.720000', '165003.180000', '165003.640000', '165004.100000', '165004.560000', '165005.020000', '165005.480000', '165005.940000', '165006.400000', '165006.860000', '165007.320000', '165007.780000', '165008.240000', '165008.700000', '165009.160000', '165009.620000', '165010.080000', '165010.540000', '165011.000000', '165011.460000', '165011.920000', '165012.380000', '165012.840000', '165013.300000', '165013.760000', '165014.220000', '165014.680000', '165015.140000', '165015.600000', '165016.060000', '165016.520000', '165016.980000', '165017.440000', '165017.900000', '165018.360000', '165018.820000', '165019.280000', '165019.740000', '165020.200000', '165020.660000', '165021.120000', '165021.580000', '165022.040000', '165022.500000', '165022.960000', '165023.420000', '165023.880000', '165024.340000', '165024.800000', '165025.260000', '165025.720000', '165026.180000', '165026.640000', '165027.100000', '165027.560000', '165028.020000', '165028.480000', '165028.940000', '165029.400000', '165029.860000', '165030.320000', '165030.780000', '165031.240000', '165031.700000', '165032.160000', '165032.620000', '165033.080000', '165033.540000', '165034.000000', '165034.460000', '165034.920000', '165035.380000', '165035.840000', '165036.300000', '165036.760000', '165037.220000', '165037.680000', '165038.140000', '165038.600000', '165039.060000', '165039.520000', '165039.980000', '165040.440000', '165040.900000', '165041.360000', '165041.820000', '165042.280000', '165042.740000', '165043.200000', '165043.660000', '165044.120000', '165044.580000', '165045.040000', '165045.500000', '165045.960000', '165046.420000', '165046.880000', '165047.340000', '165047.800000', '165048.260000', '165048.720000', '165049.180000', '165049.640000', '165050.100000', '165050.560000', '165051.020000', '165051.480000', '165051.940000', '165052.400000', '165052.860000', '165053.320000', '165053.780000', '165054.240000', '165054.700000', '165055.160000', '165055.620000', '165056.080000', '165056.540000', '165057.000000', '165057.460000', '165057.920000', '165058.380000', '165058.840000', '165059.300000', '165059.760000', '165100.220000', '165100.680000', '165101.140000', '165101.600000', '165102.060000', '165102.520000', '165102.980000', '165103.440000', '165103.900000', '165104.360000', '165104.820000', '165105.280000', '165105.740000', '165106.200000', '165106.660000', '165107.120000', '165107.580000', '165108.040000', '165108.500000', '165108.960000', '165109.420000', '165109.880000', '165110.340000', '165110.800000', '165111.260000', '165111.720000', '165112.180000', '165112.640000', '165113.100000', '165113.560000', '165114.020000', '165114.480000', '165114.940000', '165115.400000', '165115.860000', '165116.320000', '165116.780000', '165117.240000', '165117.700000', '165118.160000', '165118.620000', '165119.080000', '165119.540000', '165120.000000', '165120.460000', '165120.920000', '165121.380000', '165121.840000', '165122.300000', '165122.760000', '165123.220000', '165123.680000', '165124.140000', '165124.600000', '165125.060000', '165125.520000', '165125.980000', '165126.440000', '165126.900000', '165127.360000', '165127.820000', '165128.280000', '165128.740000', '165129.200000', '165129.660000', '165130.120000', '165130.580000', '165131.040000', '165131.500000', '165131.960000', '165132.420000', '165132.880000', '165133.340000', '165133.800000', '165134.260000', '165134.720000', '165135.180000', '165135.640000', '165136.100000', '165136.560000', '165137.020000', '165137.480000', '165137.940000', '165138.400000', '165138.860000', '165139.320000', '165139.780000', '165140.240000', '165140.700000', '165141.160000', '165141.620000', '165142.080000', '165142.540000', '165143.000000', '165143.460000', '165143.920000', '165144.380000', '165144.840000', '165145.300000', '165145.760000', '165146.220000', '165146.680000', '165147.140000', '165147.600000', '165148.060000', '165148.520000', '165148.980000', '165149.440000', '165149.900000', '165150.360000', '165150.820000', '165151.280000', '165151.740000', '165152.200000', '165152.660000', '165153.120000', '165153.580000', '165154.040000', '165154.500000', '165154.960000', '165155.420000', '165155.880000', '165156.340000', '165156.800000', '165157.260000', '165157.720000', '165158.180000', '165158.640000', '165159.100000', '165159.560000', '165200.020000', '165200.480000', '165200.940000', '165201.400000', '165201.860000', '165202.320000', '165202.780000', '165203.240000', '165203.700000', '165204.160000', '165204.620000', '165205.080000', '165205.540000', '165206.000000', '165206.460000', '165206.920000', '165207.380000', '165207.840000', '165208.300000', '165208.760000', '165209.220000', '165209.680000', '165210.140000', '165210.600000', '165211.060000', '165211.520000', '165211.980000', '165212.440000', '165212.900000', '165213.360000', '165213.820000', '165214.280000', '165214.740000', '165215.200000', '165215.660000', '165216.120000', '165216.580000', '165217.040000', '165217.500000', '165217.960000', '165218.420000', '165218.880000', '165219.340000', '165219.800000', '165220.260000', '165220.720000', '165221.180000', '165221.640000', '165222.100000', '165222.560000', '165223.020000', '165223.480000', '165223.940000', '165224.400000', '165224.860000', '165225.320000', '165225.780000', '165226.240000', '165226.700000', '165227.160000', '165227.620000', '165228.080000', '165228.540000', '165229.000000', '165229.460000', '165229.920000', '165230.380000', '165230.840000', '165231.300000', '165231.760000', '165232.220000', '165232.680000', '165233.140000', '165233.600000', '165234.060000', '165234.520000', '165234.980000', '165235.440000', '165235.900000', '165236.360000', '165236.820000', '165237.280000', '165237.740000', '165238.200000', '165238.660000', '165239.120000', '165239.580000', '165240.040000', '165240.500000', '165240.960000', '165241.420000', '165241.880000', '165242.340000', '165242.800000', '165243.260000', '165243.720000', '165244.180000', '165244.640000', '165245.100000', '165245.560000', '165246.020000', '165246.480000', '165246.940000', '165247.400000', '165247.860000', '165248.320000', '165248.780000', '165249.240000', '165249.700000', '165250.160000', '165250.620000', '165251.080000', '165251.540000', '165252.000000', '165252.460000', '165252.920000', '165253.380000', '165253.840000', '165254.300000', '165254.760000', '165255.220000', '165255.680000', '165256.140000', '165256.600000', '165257.060000', '165257.520000', '165257.980000', '165258.440000', '165258.900000', '165259.360000', '165259.820000', '165300.280000', '165300.740000', '165301.200000', '165301.660000', '165302.120000', '165302.580000', '165303.040000', '165303.500000', '165303.960000', '165304.420000', '165304.880000', '165305.340000', '165305.800000', '165306.260000', '165306.720000', '165307.180000', '165307.640000', '165308.100000', '165308.560000', '165309.020000', '165309.480000', '165309.940000', '165310.400000', '165310.860000', '165311.320000', '165311.780000', '165312.240000', '165312.700000', '165313.160000', '165313.620000', '165314.080000', '165314.540000', '165315.000000', '165315.460000', '165315.920000', '165316.380000', '165316.840000', '165317.300000', '165317.760000', '165318.220000', '165318.680000', '165319.140000', '165319.600000', '165320.060000', '165320.520000', '165320.980000', '165321.440000', '165321.900000', '165322.360000', '165322.820000', '165323.280000', '165323.740000', '165324.200000', '165324.660000', '165325.120000', '165325.580000', '165326.040000', '165326.500000', '165326.960000', '165327.420000', '165327.880000', '165328.340000', '165328.800000', '165329.260000', '165329.720000', '165330.180000', '165330.640000', '165331.100000', '165331.560000', '165332.020000', '165332.480000', '165332.940000', '165333.400000', '165333.860000', '165334.320000', '165334.780000', '165335.240000', '165335.700000', '165336.160000', '165336.620000', '165337.080000', '165337.540000', '165338.000000', '165338.460000', '165338.920000', '165339.380000', '165339.840000', '165340.300000', '165340.760000', '165341.220000', '165341.680000', '165342.140000', '165342.600000', '165343.060000', '165343.520000', '165343.980000', '165344.440000', '165344.900000', '165345.360000', '165345.820000', '165346.280000', '165346.740000', '165347.200000', '165347.660000', '165348.120000', '165348.580000', '165349.040000', '165349.500000', '165349.960000', '165350.420000', '165350.880000', '165351.340000', '165351.800000', '165352.260000', '165352.720000', '165353.180000', '165353.640000', '165354.100000', '165354.560000', '165355.020000', '165355.480000', '165355.940000', '165356.400000', '165356.860000', '165357.320000', '165357.780000', '165358.240000', '165358.700000', '165359.160000', '165359.620000', '165400.080000', '165400.540000', '165401.000000', '165401.460000', '165401.920000', '165402.380000', '165402.840000', '165403.300000', '165403.760000', '165404.220000', '165404.680000', '165405.140000', '165405.600000', '165406.060000', '165406.520000', '165406.980000', '165407.440000', '165407.900000', '165408.360000', '165408.820000', '165409.280000', '165409.740000', '165410.200000', '165410.660000', '165411.120000', '165411.580000', '165412.040000', '165412.500000', '165412.960000', '165413.420000', '165413.880000', '165414.340000', '165414.800000', '165415.260000', '165415.720000', '165416.180000', '165416.640000', '165417.100000', '165417.560000', '165418.020000', '165418.480000', '165418.940000', '165419.400000', '165419.860000', '165420.320000', '165420.780000', '165421.240000', '165421.700000', '165422.160000', '165422.620000', '165423.080000', '165423.540000', '165424.000000', '165424.460000', '165424.920000', '165425.380000', '165425.840000', '165426.300000', '165426.760000', '165427.220000', '165427.680000', '165428.140000', '165428.600000', '165429.060000', '165429.520000', '165429.980000', '165430.440000', '165430.900000', '165431.360000', '165431.820000', '165432.280000', '165432.740000', '165433.200000', '165433.660000', '165434.120000', '165434.580000', '165435.040000', '165435.500000', '165435.960000', '165436.420000', '165436.880000', '165437.340000', '165437.800000', '165438.260000', '165438.720000', '165439.180000', '165439.640000', '165440.100000', '165440.560000', '165441.020000', '165441.480000', '165441.940000', '165442.400000', '165442.860000', '165443.320000', '165443.780000', '165444.240000', '165444.700000', '165445.160000', '165445.620000', '165446.080000', '165446.540000', '165447.000000', '165447.460000', '165447.920000', '165448.380000', '165448.840000', '165449.300000', '165449.760000', '165450.220000', '165450.680000', '165451.140000', '165451.600000', '165452.060000', '165452.520000', '165452.980000', '165453.440000', '165453.900000', '165454.360000', '165454.820000', '165455.280000', '165455.740000', '165456.200000', '165456.660000', '165457.120000', '165457.580000', '165458.040000', '165458.500000', '165458.960000', '165459.420000', '165459.880000', '165500.340000', '165500.800000', '165501.260000', '165501.720000', '165502.180000', '165502.640000', '165503.100000', '165503.560000', '165504.020000', '165504.480000', '165504.940000', '165505.400000', '165505.860000', '165506.320000', '165506.780000', '165507.240000', '165507.700000', '165508.160000', '165508.620000', '165509.080000', '165509.540000', '165510.000000', '165510.460000', '165510.920000', '165511.380000', '165511.840000', '165512.300000', '165512.760000', '165513.220000', '165513.680000', '165514.140000', '165514.600000', '165515.060000', '165515.520000', '165515.980000', '165516.440000', '165516.900000', '165517.360000', '165517.820000', '165518.280000', '165518.740000', '165519.200000', '165519.660000', '165520.120000', '165520.580000', '165521.040000', '165521.500000', '165521.960000', '165522.420000', '165522.880000', '165523.340000', '165523.800000', '165524.260000', '165524.720000', '165525.180000', '165525.640000', '165526.100000', '165526.560000', '165527.020000', '165527.480000', '165527.940000', '165528.400000', '165528.860000', '165529.320000', '165529.780000', '165530.240000', '165530.700000', '165531.160000', '165531.620000', '165532.080000', '165532.540000', '165533.000000', '165533.460000', '165533.920000', '165534.380000', '165534.840000', '165535.300000', '165535.760000', '165536.220000', '165536.680000', '165537.140000', '165537.600000', '165538.060000', '165538.520000', '165538.980000', '165539.440000', '165539.900000', '165540.360000', '165540.820000', '165541.280000', '165541.740000', '165542.200000', '165542.660000', '165543.120000', '165543.580000', '165544.040000', '165544.500000', '165544.960000', '165545.420000', '165545.880000', '165546.340000', '165546.800000', '165547.260000', '165547.720000', '165548.180000', '165548.640000', '165549.100000', '165549.560000', '165550.020000', '165550.480000', '165550.940000', '165551.400000', '165551.860000', '165552.320000', '165552.780000', '165553.240000', '165553.700000', '165554.160000', '165554.620000', '165555.080000', '165555.540000', '165556.000000', '165556.460000', '165556.920000', '165557.380000', '165557.840000', '165558.300000', '165558.760000', '165559.220000', '165559.680000', '165600.140000', '165600.600000', '165601.060000', '165601.520000', '165601.980000', '165602.440000', '165602.900000', '165603.360000', '165603.820000', '165604.280000', '165604.740000', '165605.200000', '165605.660000', '165606.120000', '165606.580000', '165607.040000', '165607.500000', '165607.960000', '165608.420000', '165608.880000', '165609.340000', '165609.800000', '165610.260000', '165610.720000', '165611.180000', '165611.640000', '165612.100000', '165612.560000', '165613.020000', '165613.480000', '165613.940000', '165614.400000', '165614.860000', '165615.320000', '165615.780000', '165616.240000', '165616.700000', '165617.160000', '165617.620000', '165618.080000', '165618.540000', '165619.000000', '165619.460000', '165619.920000', '165620.380000', '165620.840000', '165621.300000', '165621.760000', '165622.220000', '165622.680000', '165623.140000', '165623.600000', '165624.060000', '165624.520000', '165624.980000', '165625.440000', '165625.900000', '165626.360000', '165626.820000', '165627.280000', '165627.740000', '165628.200000', '165628.660000', '165629.120000', '165629.580000', '165630.040000', '165630.500000', '165630.960000', '165631.420000', '165631.880000', '165632.340000', '165632.800000', '165633.260000', '165633.720000', '165634.180000', '165634.640000', '165635.100000', '165635.560000', '165636.020000', '165636.480000', '165636.940000', '165637.400000', '165637.860000', '165638.320000', '165638.780000', '165639.240000', '165639.700000', '165640.160000', '165640.620000', '165641.080000', '165641.540000', '165642.000000', '165642.460000', '165642.920000', '165643.380000', '165643.840000', '165644.300000', '165644.760000', '165645.220000', '165645.680000', '165646.140000', '165646.600000', '165647.060000', '165647.520000', '165647.980000', '165648.440000', '165648.900000', '165649.360000', '165649.820000', '165650.280000', '165650.740000', '165651.200000', '165651.660000', '165652.120000', '165652.580000', '165653.040000', '165653.500000', '165653.960000', '165654.420000', '165654.880000', '165655.340000', '165655.800000', '165656.260000', '165656.720000', '165657.180000', '165657.640000', '165658.100000', '165658.560000', '165659.020000', '165659.480000', '165659.940000', '165700.400000', '165700.860000', '165701.320000', '165701.780000', '165702.240000', '165702.700000', '165703.160000', '165703.620000', '165704.080000', '165704.540000', '165705.000000', '165705.460000', '165705.920000', '165706.380000', '165706.840000', '165707.300000', '165707.760000', '165708.220000', '165708.680000', '165709.140000', '165709.600000', '165710.060000', '165710.520000', '165710.980000', '165711.440000', '165711.900000', '165712.360000', '165712.820000', '165713.280000', '165713.740000', '165714.200000', '165714.660000', '165715.120000', '165715.580000', '165716.040000', '165716.500000', '165716.960000', '165717.420000', '165717.880000', '165718.340000', '165718.800000', '165719.260000', '165719.720000', '165720.180000', '165720.640000', '165721.100000', '165721.560000', '165722.020000', '165722.480000', '165722.940000', '165723.400000', '165723.860000', '165724.320000', '165724.780000', '165725.240000', '165725.700000', '165726.160000', '165726.620000', '165727.080000', '165727.540000', '165728.000000', '165728.460000', '165728.920000', '165729.380000', '165729.840000', '165730.300000', '165730.760000', '165731.220000', '165731.680000', '165732.140000', '165732.600000', '165733.060000', '165733.520000', '165733.980000', '165734.440000', '165734.900000', '165735.360000', '165735.820000', '165736.280000', '165736.740000', '165737.200000', '165737.660000', '165738.120000', '165738.580000', '165739.040000', '165739.500000', '165739.960000', '165740.420000', '165740.880000', '165741.340000', '165741.800000', '165742.260000', '165742.720000', '165743.180000', '165743.640000'], 'ContentTime': ['164918.810000', '164918.814000', '164918.817000', '164918.820000', '164918.823000', '164918.827000', '164918.830000', '164918.833000', '164918.836000', '164918.839000', '164918.842000', '164918.845000', '164918.848000', '164918.851000', '164918.854000', '164918.857000', '164918.860000', '164918.863000', '164918.866000', '164918.869000', '164918.872000', '164918.875000', '164918.878000', '164918.882000', '164918.897000', '164918.900000', '164918.902000', '164918.905000', '164918.909000', '164918.912000', '164918.915000', '164918.917000', '164918.921000', '164918.924000', '164918.927000', '164918.930000', '164918.933000', '164918.936000', '164918.939000', '164918.942000', '164918.945000', '164918.948000', '164918.951000', '164918.954000', '164918.957000', '164918.960000', '164918.963000', '164918.966000', '164918.969000', '164918.972000', '164918.975000', '164918.978000', '164918.981000', '164918.984000', '164918.987000', '164938.762000', '164938.765000', '164938.768000', '164938.771000', '164938.774000', '164938.777000', '164938.780000', '164938.783000', '164938.795000', '164938.797000', '164938.801000', '164938.804000', '164938.806000', '164938.810000', '164938.830000', '164938.833000', '164938.836000', '164938.839000', '164938.842000', '164938.845000', '164938.848000', '164938.851000', '164938.854000', '164938.857000', '164938.860000', '164938.863000', '164938.865000', '164938.868000', '164938.871000', '164938.874000', '164938.877000', '164938.880000', '164938.883000', '164938.886000', '164938.889000', '164938.892000', '164938.895000', '164938.898000', '164938.901000', '164938.904000', '164938.907000', '164938.910000', '164938.912000', '164958.761000', '164958.764000', '164958.767000', '164958.770000', '164958.773000', '164958.776000', '164958.779000', '164958.782000', '164958.785000', '164958.788000', '164958.791000', '164958.794000', '164958.797000', '164958.800000', '164958.803000', '164958.806000', '164958.809000', '164958.813000', '164958.816000', '164958.819000', '164958.822000', '164958.825000', '164958.828000', '164958.831000', '164958.834000', '164958.836000', '164958.839000', '164958.842000', '164958.845000', '164958.848000', '164958.851000', '164958.854000', '164958.857000', '164958.860000', '164958.863000', '164958.866000', '164958.869000', '164958.872000', '164958.875000', '164958.878000', '164958.881000', '164958.883000', '164958.886000', '164958.890000', '165018.761000', '165018.764000', '165018.767000', '165018.770000', '165018.773000', '165018.776000', '165018.779000', '165018.782000', '165018.785000', '165018.788000', '165018.791000', '165018.794000', '165018.797000', '165018.800000', '165018.803000', '165018.806000', '165018.819000', '165018.822000', '165018.825000', '165018.828000', '165018.831000', '165018.834000', '165018.837000', '165018.840000', '165018.843000', '165018.846000', '165018.849000', '165018.852000', '165018.855000', '165018.858000', '165018.861000', '165018.864000', '165018.867000', '165018.869000', '165018.872000', '165018.875000', '165018.878000', '165018.881000', '165018.884000', '165018.887000', '165018.890000', '165018.893000', '165018.896000', '165038.761000', '165038.764000', '165038.767000', '165038.770000', '165038.773000', '165038.776000', '165038.783000', '165038.786000', '165038.789000', '165038.792000', '165038.795000', '165038.798000', '165038.801000', '165038.804000', '165038.807000', '165038.810000', '165038.813000', '165038.816000', '165038.819000', '165038.821000', '165038.824000', '165038.827000', '165038.830000', '165038.833000', '165038.836000', '165038.839000', '165038.842000', '165038.845000', '165038.848000', '165038.851000', '165038.854000', '165038.857000', '165038.860000', '165038.863000', '165038.866000', '165038.869000', '165038.872000', '165038.875000', '165038.878000', '165038.881000', '165038.884000', '165038.887000', '165038.890000', '165038.892000', '165058.761000', '165058.766000', '165058.769000', '165058.772000', '165058.775000', '165058.778000', '165058.781000', '165058.784000', '165058.787000', '165058.790000', '165058.793000', '165058.796000', '165058.799000', '165058.802000', '165058.805000', '165058.808000', '165058.811000', '165058.814000', '165058.817000', '165058.820000', '165058.823000', '165058.826000', '165058.829000', '165058.832000', '165058.835000', '165058.838000', '165058.841000', '165058.844000', '165058.847000', '165058.850000', '165058.853000', '165058.856000', '165058.859000', '165058.862000', '165058.865000', '165058.868000', '165058.871000', '165058.874000', '165058.877000', '165058.880000', '165058.883000', '165058.886000', '165058.889000', '165118.762000', '165118.765000', '165118.768000', '165118.771000', '165118.774000', '165118.777000', '165118.780000', '165118.783000', '165118.786000', '165118.789000', '165118.810000', '165118.812000', '165118.815000', '165118.818000', '165118.821000', '165118.824000', '165118.827000', '165118.830000', '165118.833000', '165118.836000', '165118.839000', '165118.842000', '165118.845000', '165118.848000', '165118.851000', '165118.854000', '165118.857000', '165118.860000', '165118.863000', '165118.866000', '165118.869000', '165118.872000', '165118.875000', '165118.878000', '165118.881000', '165118.884000', '165118.887000', '165118.890000', '165118.893000', '165118.896000', '165118.899000', '165118.906000', '165118.909000', '165118.912000', '165138.762000', '165138.765000', '165138.768000', '165138.771000', '165138.774000', '165138.777000', '165138.780000', '165138.783000', '165138.786000', '165138.789000', '165138.792000', '165138.795000', '165138.798000', '165138.801000', '165138.804000', '165138.807000', '165138.810000', '165138.813000', '165138.815000', '165138.819000', '165138.822000', '165138.824000', '165138.827000', '165138.831000', '165138.833000', '165138.836000', '165138.839000', '165138.842000', '165138.845000', '165138.848000', '165138.851000', '165138.855000', '165138.858000', '165138.861000', '165138.864000', '165138.866000', '165138.869000', '165138.872000', '165138.875000', '165138.878000', '165138.881000', '165138.884000', '165138.887000', '165158.761000', '165158.764000', '165158.767000', '165158.770000', '165158.773000', '165158.776000', '165158.779000', '165158.782000', '165158.785000', '165158.788000', '165158.791000', '165158.794000', '165158.797000', '165158.800000', '165158.803000', '165158.805000', '165158.809000', '165158.811000', '165158.814000', '165158.817000', '165158.820000', '165158.823000', '165158.826000', '165158.829000', '165158.832000', '165158.835000', '165158.838000', '165158.841000', '165158.844000', '165158.847000', '165158.850000', '165158.853000', '165158.856000', '165158.859000', '165158.862000', '165158.865000', '165158.868000', '165158.871000', '165158.874000', '165158.876000', '165158.880000', '165158.882000', '165158.885000', '165158.888000', '165218.761000', '165218.764000', '165218.767000', '165218.770000', '165218.773000', '165218.776000', '165218.779000', '165218.782000', '165218.785000', '165218.788000', '165218.791000', '165218.794000', '165218.797000', '165218.801000', '165218.804000', '165218.807000', '165218.810000', '165218.813000', '165218.816000', '165218.819000', '165218.822000', '165218.825000', '165218.828000', '165218.831000', '165218.834000', '165218.837000', '165218.840000', '165218.843000', '165218.846000', '165218.849000', '165218.852000', '165218.855000', '165218.859000', '165218.863000', '165218.866000', '165218.869000', '165218.873000', '165218.876000', '165218.878000', '165218.881000', '165218.884000', '165218.897000', '165218.900000', '165238.761000', '165238.764000', '165238.767000', '165238.770000', '165238.773000', '165238.776000', '165238.779000', '165238.782000', '165238.785000', '165238.788000', '165238.791000', '165238.794000', '165238.797000', '165238.800000', '165238.803000', '165238.806000', '165238.809000', '165238.812000', '165238.815000', '165238.818000', '165238.820000', '165238.823000', '165238.826000', '165238.829000', '165238.832000', '165238.835000', '165238.838000', '165238.841000', '165238.844000', '165238.847000', '165238.850000', '165238.853000', '165238.856000', '165238.859000', '165238.862000', '165238.865000', '165238.868000', '165238.871000', '165238.874000', '165238.877000', '165238.880000', '165238.883000', '165238.885000', '165238.889000', '165258.761000', '165258.765000', '165258.768000', '165258.770000', '165258.773000', '165258.777000', '165258.790000', '165258.793000', '165258.806000', '165258.809000', '165258.812000', '165258.815000', '165258.818000', '165258.821000', '165258.824000', '165258.827000', '165258.830000', '165258.833000', '165258.836000', '165258.839000', '165258.842000', '165258.845000', '165258.848000', '165258.850000', '165258.853000', '165258.856000', '165258.859000', '165258.862000', '165258.865000', '165258.868000', '165258.871000', '165258.874000', '165258.877000', '165258.881000', '165258.884000', '165258.887000', '165258.890000', '165258.893000', '165258.896000', '165258.899000', '165258.902000', '165258.905000', '165258.908000', '165318.761000', '165318.764000', '165318.767000', '165318.770000', '165318.773000', '165318.776000', '165318.779000', '165318.782000', '165318.785000', '165318.788000', '165318.791000', '165318.794000', '165318.797000', '165318.800000', '165318.803000', '165318.806000', '165318.809000', '165318.812000', '165318.815000', '165318.818000', '165318.821000', '165318.824000', '165318.827000', '165318.830000', '165318.833000', '165318.836000', '165318.839000', '165318.842000', '165318.845000', '165318.847000', '165318.850000', '165318.853000', '165318.856000', '165318.859000', '165318.862000', '165318.865000', '165318.868000', '165318.871000', '165318.874000', '165318.877000', '165318.880000', '165318.883000', '165318.886000', '165318.889000', '165338.762000', '165338.765000', '165338.768000', '165338.771000', '165338.774000', '165338.777000', '165338.780000', '165338.783000', '165338.786000', '165338.789000', '165338.792000', '165338.795000', '165338.798000', '165338.801000', '165338.804000', '165338.807000', '165338.810000', '165338.813000', '165338.816000', '165338.819000', '165338.822000', '165338.825000', '165338.828000', '165338.831000', '165338.834000', '165338.837000', '165338.841000', '165338.844000', '165338.847000', '165338.850000', '165338.853000', '165338.856000', '165338.859000', '165338.862000', '165338.865000', '165338.868000', '165338.871000', '165338.874000', '165338.877000', '165338.880000', '165338.883000', '165338.886000', '165338.889000', '165358.762000', '165358.765000', '165358.768000', '165358.771000', '165358.774000', '165358.777000', '165358.780000', '165358.783000', '165358.788000', '165358.791000', '165358.794000', '165358.797000', '165358.800000', '165358.803000', '165358.807000', '165358.809000', '165358.812000', '165358.815000', '165358.818000', '165358.821000', '165358.824000', '165358.827000', '165358.830000', '165358.833000', '165358.836000', '165358.839000', '165358.842000', '165358.845000', '165358.848000', '165358.851000', '165358.854000', '165358.857000', '165358.860000', '165358.863000', '165358.866000', '165358.868000', '165358.871000', '165358.874000', '165358.877000', '165358.880000', '165358.883000', '165358.886000', '165358.889000', '165358.892000', '165418.761000', '165418.764000', '165418.767000', '165418.770000', '165418.773000', '165418.776000', '165418.779000', '165418.782000', '165418.785000', '165418.788000', '165418.791000', '165418.794000', '165418.797000', '165418.800000', '165418.803000', '165418.806000', '165418.819000', '165418.822000', '165418.825000', '165418.828000', '165418.831000', '165418.834000', '165418.837000', '165418.840000', '165418.843000', '165418.846000', '165418.849000', '165418.852000', '165418.855000', '165418.858000', '165418.861000', '165418.864000', '165418.867000', '165418.870000', '165418.873000', '165418.876000', '165418.879000', '165418.881000', '165418.884000', '165418.887000', '165418.890000', '165418.893000', '165418.896000', '165438.761000', '165438.764000', '165438.767000', '165438.770000', '165438.773000', '165438.776000', '165438.779000', '165438.782000', '165438.785000', '165438.788000', '165438.791000', '165438.794000', '165438.797000', '165438.800000', '165438.803000', '165438.805000', '165438.809000', '165438.812000', '165438.814000', '165438.817000', '165438.820000', '165438.823000', '165438.826000', '165438.829000', '165438.832000', '165438.835000', '165438.838000', '165438.841000', '165438.844000', '165438.847000', '165438.850000', '165438.853000', '165438.856000', '165438.859000', '165438.862000', '165438.865000', '165438.868000', '165438.871000', '165438.873000', '165438.876000', '165438.879000', '165438.882000', '165438.885000', '165438.888000', '165458.761000', '165458.764000', '165458.767000', '165458.770000', '165458.773000', '165458.776000', '165458.779000', '165458.782000', '165458.785000', '165458.788000', '165458.791000', '165458.794000', '165458.797000', '165458.800000', '165458.803000', '165458.806000', '165458.809000', '165458.812000', '165458.815000', '165458.818000', '165458.821000', '165458.824000', '165458.827000', '165458.830000', '165458.833000', '165458.836000', '165458.839000', '165458.842000', '165458.845000', '165458.848000', '165458.851000', '165458.854000', '165458.857000', '165458.860000', '165458.863000', '165458.866000', '165458.869000', '165458.871000', '165458.874000', '165458.878000', '165458.882000', '165458.884000', '165458.888000', '165518.761000', '165518.764000', '165518.767000', '165518.770000', '165518.773000', '165518.776000', '165518.779000', '165518.782000', '165518.785000', '165518.788000', '165518.791000', '165518.794000', '165518.797000', '165518.800000', '165518.803000', '165518.806000', '165518.809000', '165518.812000', '165518.815000', '165518.818000', '165518.821000', '165518.824000', '165518.827000', '165518.830000', '165518.833000', '165518.836000', '165518.839000', '165518.842000', '165518.845000', '165518.848000', '165518.851000', '165518.854000', '165518.857000', '165518.860000', '165518.863000', '165518.866000', '165518.869000', '165518.872000', '165518.875000', '165518.878000', '165518.881000', '165518.884000', '165518.887000', '165518.890000', '165538.761000', '165538.764000', '165538.767000', '165538.770000', '165538.773000', '165538.776000', '165538.779000', '165538.782000', '165538.785000', '165538.788000', '165538.791000', '165538.794000', '165538.797000', '165538.800000', '165538.803000', '165538.806000', '165538.809000', '165538.812000', '165538.815000', '165538.818000', '165538.821000', '165538.824000', '165538.827000', '165538.830000', '165538.832000', '165538.836000', '165538.838000', '165538.850000', '165538.853000', '165538.856000', '165538.859000', '165538.862000', '165538.865000', '165538.868000', '165538.871000', '165538.874000', '165538.876000', '165538.880000', '165538.882000', '165538.885000', '165538.888000', '165538.897000', '165538.900000', '165558.762000', '165558.765000', '165558.768000', '165558.771000', '165558.774000', '165558.777000', '165558.780000', '165558.783000', '165558.786000', '165558.789000', '165558.792000', '165558.795000', '165558.798000', '165558.801000', '165558.804000', '165558.807000', '165558.810000', '165558.813000', '165558.816000', '165558.819000', '165558.822000', '165558.825000', '165558.828000', '165558.831000', '165558.834000', '165558.836000', '165558.840000', '165558.843000', '165558.845000', '165558.848000', '165558.851000', '165558.854000', '165558.857000', '165558.860000', '165558.863000', '165558.866000', '165558.869000', '165558.872000', '165558.875000', '165558.878000', '165558.881000', '165558.884000', '165558.887000', '165558.890000', '165618.762000', '165618.765000', '165618.768000', '165618.771000', '165618.774000', '165618.777000', '165618.780000', '165618.783000', '165618.786000', '165618.789000', '165618.792000', '165618.795000', '165618.798000', '165618.801000', '165618.804000', '165618.807000', '165618.810000', '165618.813000', '165618.816000', '165618.819000', '165618.822000', '165618.825000', '165618.828000', '165618.831000', '165618.834000', '165618.837000', '165618.840000', '165618.843000', '165618.846000', '165618.849000', '165618.851000', '165618.854000', '165618.857000', '165618.860000', '165618.863000', '165618.866000', '165618.869000', '165618.872000', '165618.875000', '165618.878000', '165618.881000', '165618.884000', '165618.887000', '165638.761000', '165638.765000', '165638.768000', '165638.771000', '165638.773000', '165638.777000', '165638.779000', '165638.782000', '165638.785000', '165638.788000', '165638.791000', '165638.794000', '165638.797000', '165638.800000', '165638.803000', '165638.806000', '165638.809000', '165638.812000', '165638.815000', '165638.818000', '165638.821000', '165638.824000', '165638.827000', '165638.830000', '165638.833000', '165638.836000', '165638.839000', '165638.842000', '165638.844000', '165638.848000', '165638.850000', '165638.853000', '165638.856000', '165638.859000', '165638.862000', '165638.865000', '165638.868000', '165638.871000', '165638.874000', '165638.877000', '165638.880000', '165638.883000', '165638.886000', '165658.761000', '165658.764000', '165658.767000', '165658.770000', '165658.773000', '165658.776000', '165658.779000', '165658.782000', '165658.785000', '165658.788000', '165658.791000', '165658.794000', '165658.797000', '165658.800000', '165658.803000', '165658.806000', '165658.809000', '165658.812000', '165658.815000', '165658.818000', '165658.821000', '165658.824000', '165658.826000', '165658.829000', '165658.832000', '165658.850000', '165658.853000', '165658.856000', '165658.859000', '165658.862000', '165658.865000', '165658.867000', '165658.871000', '165658.873000', '165658.876000', '165658.879000', '165658.882000', '165658.885000', '165658.888000', '165658.891000', '165658.894000', '165658.897000', '165658.900000', '165658.903000', '165718.761000', '165718.764000', '165718.767000', '165718.771000', '165718.774000', '165718.776000', '165718.780000', '165718.783000', '165718.786000', '165718.789000', '165718.792000', '165718.795000', '165718.798000', '165718.801000', '165718.804000', '165718.807000', '165718.810000', '165718.813000', '165718.815000', '165718.818000', '165718.821000', '165718.824000', '165718.827000', '165718.830000', '165718.833000', '165718.836000', '165718.839000', '165718.842000', '165718.845000', '165718.848000', '165718.851000', '165718.854000', '165718.857000', '165718.860000', '165718.863000', '165718.866000', '165718.869000', '165718.872000', '165718.875000', '165718.877000', '165718.881000', '165718.883000', '165718.886000', '165738.761000', '165738.764000', '165738.767000', '165738.770000', '165738.773000', '165738.776000', '165738.779000', '165738.782000', '165738.785000', '165738.788000', '165738.791000', '165738.794000', '165738.797000', '165738.800000', '165738.803000', '165738.806000', '165738.809000', '165738.812000', '165738.815000', '165738.818000', '165738.821000', '165738.824000', '165738.827000', '165738.830000', '165738.833000', '165738.836000', '165738.839000', '165738.842000', '165738.845000', '165738.847000', '165738.850000', '165738.853000', '165738.856000', '165738.859000', '165738.862000', '165738.873000', '165738.876000', '165738.879000', '165738.882000', '165738.885000', '165738.888000', '165738.890000', '165738.893000', '165738.896000', '165745.058000', '165745.061000', '165745.064000', '165745.067000', '165745.070000', '165745.073000', '165745.077000', '165745.080000', '165745.083000', '165745.086000', '165745.089000', '165745.092000', '165745.095000', '165745.098000'], 'InstanceCreationTime': ['164918.810000', '164918.814000', '164918.817000', '164918.820000', '164918.823000', '164918.827000', '164918.830000', '164918.833000', '164918.836000', '164918.839000', '164918.842000', '164918.845000', '164918.848000', '164918.851000', '164918.854000', '164918.857000', '164918.860000', '164918.863000', '164918.866000', '164918.869000', '164918.872000', '164918.875000', '164918.878000', '164918.882000', '164918.897000', '164918.900000', '164918.902000', '164918.905000', '164918.909000', '164918.912000', '164918.915000', '164918.917000', '164918.921000', '164918.924000', '164918.927000', '164918.930000', '164918.933000', '164918.936000', '164918.939000', '164918.942000', '164918.945000', '164918.948000', '164918.951000', '164918.954000', '164918.957000', '164918.960000', '164918.963000', '164918.966000', '164918.969000', '164918.972000', '164918.975000', '164918.978000', '164918.981000', '164918.984000', '164918.987000', '164938.762000', '164938.765000', '164938.768000', '164938.771000', '164938.774000', '164938.777000', '164938.780000', '164938.783000', '164938.795000', '164938.797000', '164938.801000', '164938.804000', '164938.806000', '164938.810000', '164938.830000', '164938.833000', '164938.836000', '164938.839000', '164938.842000', '164938.845000', '164938.848000', '164938.851000', '164938.854000', '164938.857000', '164938.860000', '164938.863000', '164938.865000', '164938.868000', '164938.871000', '164938.874000', '164938.877000', '164938.880000', '164938.883000', '164938.886000', '164938.889000', '164938.892000', '164938.895000', '164938.898000', '164938.901000', '164938.904000', '164938.907000', '164938.910000', '164938.912000', '164958.761000', '164958.764000', '164958.767000', '164958.770000', '164958.773000', '164958.776000', '164958.779000', '164958.782000', '164958.785000', '164958.788000', '164958.791000', '164958.794000', '164958.797000', '164958.800000', '164958.803000', '164958.806000', '164958.809000', '164958.813000', '164958.816000', '164958.819000', '164958.822000', '164958.825000', '164958.828000', '164958.831000', '164958.834000', '164958.836000', '164958.839000', '164958.842000', '164958.845000', '164958.848000', '164958.851000', '164958.854000', '164958.857000', '164958.860000', '164958.863000', '164958.866000', '164958.869000', '164958.872000', '164958.875000', '164958.878000', '164958.881000', '164958.883000', '164958.886000', '164958.890000', '165018.761000', '165018.764000', '165018.767000', '165018.770000', '165018.773000', '165018.776000', '165018.779000', '165018.782000', '165018.785000', '165018.788000', '165018.791000', '165018.794000', '165018.797000', '165018.800000', '165018.803000', '165018.806000', '165018.819000', '165018.822000', '165018.825000', '165018.828000', '165018.831000', '165018.834000', '165018.837000', '165018.840000', '165018.843000', '165018.846000', '165018.849000', '165018.852000', '165018.855000', '165018.858000', '165018.861000', '165018.864000', '165018.867000', '165018.869000', '165018.872000', '165018.875000', '165018.878000', '165018.881000', '165018.884000', '165018.887000', '165018.890000', '165018.893000', '165018.896000', '165038.761000', '165038.764000', '165038.767000', '165038.770000', '165038.773000', '165038.776000', '165038.783000', '165038.786000', '165038.789000', '165038.792000', '165038.795000', '165038.798000', '165038.801000', '165038.804000', '165038.807000', '165038.810000', '165038.813000', '165038.816000', '165038.819000', '165038.821000', '165038.824000', '165038.827000', '165038.830000', '165038.833000', '165038.836000', '165038.839000', '165038.842000', '165038.845000', '165038.848000', '165038.851000', '165038.854000', '165038.857000', '165038.860000', '165038.863000', '165038.866000', '165038.869000', '165038.872000', '165038.875000', '165038.878000', '165038.881000', '165038.884000', '165038.887000', '165038.890000', '165038.892000', '165058.761000', '165058.766000', '165058.769000', '165058.772000', '165058.775000', '165058.778000', '165058.781000', '165058.784000', '165058.787000', '165058.790000', '165058.793000', '165058.796000', '165058.799000', '165058.802000', '165058.805000', '165058.808000', '165058.811000', '165058.814000', '165058.817000', '165058.820000', '165058.823000', '165058.826000', '165058.829000', '165058.832000', '165058.835000', '165058.838000', '165058.841000', '165058.844000', '165058.847000', '165058.850000', '165058.853000', '165058.856000', '165058.859000', '165058.862000', '165058.865000', '165058.868000', '165058.871000', '165058.874000', '165058.877000', '165058.880000', '165058.883000', '165058.886000', '165058.889000', '165118.762000', '165118.765000', '165118.768000', '165118.771000', '165118.774000', '165118.777000', '165118.780000', '165118.783000', '165118.786000', '165118.789000', '165118.810000', '165118.812000', '165118.815000', '165118.818000', '165118.821000', '165118.824000', '165118.827000', '165118.830000', '165118.833000', '165118.836000', '165118.839000', '165118.842000', '165118.845000', '165118.848000', '165118.851000', '165118.854000', '165118.857000', '165118.860000', '165118.863000', '165118.866000', '165118.869000', '165118.872000', '165118.875000', '165118.878000', '165118.881000', '165118.884000', '165118.887000', '165118.890000', '165118.893000', '165118.896000', '165118.899000', '165118.906000', '165118.909000', '165118.912000', '165138.762000', '165138.765000', '165138.768000', '165138.771000', '165138.774000', '165138.777000', '165138.780000', '165138.783000', '165138.786000', '165138.789000', '165138.792000', '165138.795000', '165138.798000', '165138.801000', '165138.804000', '165138.807000', '165138.810000', '165138.813000', '165138.815000', '165138.819000', '165138.822000', '165138.824000', '165138.827000', '165138.831000', '165138.833000', '165138.836000', '165138.839000', '165138.842000', '165138.845000', '165138.848000', '165138.851000', '165138.855000', '165138.858000', '165138.861000', '165138.864000', '165138.866000', '165138.869000', '165138.872000', '165138.875000', '165138.878000', '165138.881000', '165138.884000', '165138.887000', '165158.761000', '165158.764000', '165158.767000', '165158.770000', '165158.773000', '165158.776000', '165158.779000', '165158.782000', '165158.785000', '165158.788000', '165158.791000', '165158.794000', '165158.797000', '165158.800000', '165158.803000', '165158.805000', '165158.809000', '165158.811000', '165158.814000', '165158.817000', '165158.820000', '165158.823000', '165158.826000', '165158.829000', '165158.832000', '165158.835000', '165158.838000', '165158.841000', '165158.844000', '165158.847000', '165158.850000', '165158.853000', '165158.856000', '165158.859000', '165158.862000', '165158.865000', '165158.868000', '165158.871000', '165158.874000', '165158.876000', '165158.880000', '165158.882000', '165158.885000', '165158.888000', '165218.761000', '165218.764000', '165218.767000', '165218.770000', '165218.773000', '165218.776000', '165218.779000', '165218.782000', '165218.785000', '165218.788000', '165218.791000', '165218.794000', '165218.797000', '165218.801000', '165218.804000', '165218.807000', '165218.810000', '165218.813000', '165218.816000', '165218.819000', '165218.822000', '165218.825000', '165218.828000', '165218.831000', '165218.834000', '165218.837000', '165218.840000', '165218.843000', '165218.846000', '165218.849000', '165218.852000', '165218.855000', '165218.859000', '165218.863000', '165218.866000', '165218.869000', '165218.873000', '165218.876000', '165218.878000', '165218.881000', '165218.884000', '165218.897000', '165218.900000', '165238.761000', '165238.764000', '165238.767000', '165238.770000', '165238.773000', '165238.776000', '165238.779000', '165238.782000', '165238.785000', '165238.788000', '165238.791000', '165238.794000', '165238.797000', '165238.800000', '165238.803000', '165238.806000', '165238.809000', '165238.812000', '165238.815000', '165238.818000', '165238.820000', '165238.823000', '165238.826000', '165238.829000', '165238.832000', '165238.835000', '165238.838000', '165238.841000', '165238.844000', '165238.847000', '165238.850000', '165238.853000', '165238.856000', '165238.859000', '165238.862000', '165238.865000', '165238.868000', '165238.871000', '165238.874000', '165238.877000', '165238.880000', '165238.883000', '165238.885000', '165238.889000', '165258.761000', '165258.765000', '165258.768000', '165258.770000', '165258.773000', '165258.777000', '165258.790000', '165258.793000', '165258.806000', '165258.809000', '165258.812000', '165258.815000', '165258.818000', '165258.821000', '165258.824000', '165258.827000', '165258.830000', '165258.833000', '165258.836000', '165258.839000', '165258.842000', '165258.845000', '165258.848000', '165258.850000', '165258.853000', '165258.856000', '165258.859000', '165258.862000', '165258.865000', '165258.868000', '165258.871000', '165258.874000', '165258.877000', '165258.881000', '165258.884000', '165258.887000', '165258.890000', '165258.893000', '165258.896000', '165258.899000', '165258.902000', '165258.905000', '165258.908000', '165318.761000', '165318.764000', '165318.767000', '165318.770000', '165318.773000', '165318.776000', '165318.779000', '165318.782000', '165318.785000', '165318.788000', '165318.791000', '165318.794000', '165318.797000', '165318.800000', '165318.803000', '165318.806000', '165318.809000', '165318.812000', '165318.815000', '165318.818000', '165318.821000', '165318.824000', '165318.827000', '165318.830000', '165318.833000', '165318.836000', '165318.839000', '165318.842000', '165318.845000', '165318.847000', '165318.850000', '165318.853000', '165318.856000', '165318.859000', '165318.862000', '165318.865000', '165318.868000', '165318.871000', '165318.874000', '165318.877000', '165318.880000', '165318.883000', '165318.886000', '165318.889000', '165338.762000', '165338.765000', '165338.768000', '165338.771000', '165338.774000', '165338.777000', '165338.780000', '165338.783000', '165338.786000', '165338.789000', '165338.792000', '165338.795000', '165338.798000', '165338.801000', '165338.804000', '165338.807000', '165338.810000', '165338.813000', '165338.816000', '165338.819000', '165338.822000', '165338.825000', '165338.828000', '165338.831000', '165338.834000', '165338.837000', '165338.841000', '165338.844000', '165338.847000', '165338.850000', '165338.853000', '165338.856000', '165338.859000', '165338.862000', '165338.865000', '165338.868000', '165338.871000', '165338.874000', '165338.877000', '165338.880000', '165338.883000', '165338.886000', '165338.889000', '165358.762000', '165358.765000', '165358.768000', '165358.771000', '165358.774000', '165358.777000', '165358.780000', '165358.783000', '165358.788000', '165358.791000', '165358.794000', '165358.797000', '165358.800000', '165358.803000', '165358.807000', '165358.809000', '165358.812000', '165358.815000', '165358.818000', '165358.821000', '165358.824000', '165358.827000', '165358.830000', '165358.833000', '165358.836000', '165358.839000', '165358.842000', '165358.845000', '165358.848000', '165358.851000', '165358.854000', '165358.857000', '165358.860000', '165358.863000', '165358.866000', '165358.868000', '165358.871000', '165358.874000', '165358.877000', '165358.880000', '165358.883000', '165358.886000', '165358.889000', '165358.892000', '165418.761000', '165418.764000', '165418.767000', '165418.770000', '165418.773000', '165418.776000', '165418.779000', '165418.782000', '165418.785000', '165418.788000', '165418.791000', '165418.794000', '165418.797000', '165418.800000', '165418.803000', '165418.806000', '165418.819000', '165418.822000', '165418.825000', '165418.828000', '165418.831000', '165418.834000', '165418.837000', '165418.840000', '165418.843000', '165418.846000', '165418.849000', '165418.852000', '165418.855000', '165418.858000', '165418.861000', '165418.864000', '165418.867000', '165418.870000', '165418.873000', '165418.876000', '165418.879000', '165418.881000', '165418.884000', '165418.887000', '165418.890000', '165418.893000', '165418.896000', '165438.761000', '165438.764000', '165438.767000', '165438.770000', '165438.773000', '165438.776000', '165438.779000', '165438.782000', '165438.785000', '165438.788000', '165438.791000', '165438.794000', '165438.797000', '165438.800000', '165438.803000', '165438.805000', '165438.809000', '165438.812000', '165438.814000', '165438.817000', '165438.820000', '165438.823000', '165438.826000', '165438.829000', '165438.832000', '165438.835000', '165438.838000', '165438.841000', '165438.844000', '165438.847000', '165438.850000', '165438.853000', '165438.856000', '165438.859000', '165438.862000', '165438.865000', '165438.868000', '165438.871000', '165438.873000', '165438.876000', '165438.879000', '165438.882000', '165438.885000', '165438.888000', '165458.761000', '165458.764000', '165458.767000', '165458.770000', '165458.773000', '165458.776000', '165458.779000', '165458.782000', '165458.785000', '165458.788000', '165458.791000', '165458.794000', '165458.797000', '165458.800000', '165458.803000', '165458.806000', '165458.809000', '165458.812000', '165458.815000', '165458.818000', '165458.821000', '165458.824000', '165458.827000', '165458.830000', '165458.833000', '165458.836000', '165458.839000', '165458.842000', '165458.845000', '165458.848000', '165458.851000', '165458.854000', '165458.857000', '165458.860000', '165458.863000', '165458.866000', '165458.869000', '165458.871000', '165458.874000', '165458.878000', '165458.882000', '165458.884000', '165458.888000', '165518.761000', '165518.764000', '165518.767000', '165518.770000', '165518.773000', '165518.776000', '165518.779000', '165518.782000', '165518.785000', '165518.788000', '165518.791000', '165518.794000', '165518.797000', '165518.800000', '165518.803000', '165518.806000', '165518.809000', '165518.812000', '165518.815000', '165518.818000', '165518.821000', '165518.824000', '165518.827000', '165518.830000', '165518.833000', '165518.836000', '165518.839000', '165518.842000', '165518.845000', '165518.848000', '165518.851000', '165518.854000', '165518.857000', '165518.860000', '165518.863000', '165518.866000', '165518.869000', '165518.872000', '165518.875000', '165518.878000', '165518.881000', '165518.884000', '165518.887000', '165518.890000', '165538.761000', '165538.764000', '165538.767000', '165538.770000', '165538.773000', '165538.776000', '165538.779000', '165538.782000', '165538.785000', '165538.788000', '165538.791000', '165538.794000', '165538.797000', '165538.800000', '165538.803000', '165538.806000', '165538.809000', '165538.812000', '165538.815000', '165538.818000', '165538.821000', '165538.824000', '165538.827000', '165538.830000', '165538.832000', '165538.836000', '165538.838000', '165538.850000', '165538.853000', '165538.856000', '165538.859000', '165538.862000', '165538.865000', '165538.868000', '165538.871000', '165538.874000', '165538.876000', '165538.880000', '165538.882000', '165538.885000', '165538.888000', '165538.897000', '165538.900000', '165558.762000', '165558.765000', '165558.768000', '165558.771000', '165558.774000', '165558.777000', '165558.780000', '165558.783000', '165558.786000', '165558.789000', '165558.792000', '165558.795000', '165558.798000', '165558.801000', '165558.804000', '165558.807000', '165558.810000', '165558.813000', '165558.816000', '165558.819000', '165558.822000', '165558.825000', '165558.828000', '165558.831000', '165558.834000', '165558.836000', '165558.840000', '165558.843000', '165558.845000', '165558.848000', '165558.851000', '165558.854000', '165558.857000', '165558.860000', '165558.863000', '165558.866000', '165558.869000', '165558.872000', '165558.875000', '165558.878000', '165558.881000', '165558.884000', '165558.887000', '165558.890000', '165618.762000', '165618.765000', '165618.768000', '165618.771000', '165618.774000', '165618.777000', '165618.780000', '165618.783000', '165618.786000', '165618.789000', '165618.792000', '165618.795000', '165618.798000', '165618.801000', '165618.804000', '165618.807000', '165618.810000', '165618.813000', '165618.816000', '165618.819000', '165618.822000', '165618.825000', '165618.828000', '165618.831000', '165618.834000', '165618.837000', '165618.840000', '165618.843000', '165618.846000', '165618.849000', '165618.851000', '165618.854000', '165618.857000', '165618.860000', '165618.863000', '165618.866000', '165618.869000', '165618.872000', '165618.875000', '165618.878000', '165618.881000', '165618.884000', '165618.887000', '165638.761000', '165638.765000', '165638.768000', '165638.771000', '165638.773000', '165638.777000', '165638.779000', '165638.782000', '165638.785000', '165638.788000', '165638.791000', '165638.794000', '165638.797000', '165638.800000', '165638.803000', '165638.806000', '165638.809000', '165638.812000', '165638.815000', '165638.818000', '165638.821000', '165638.824000', '165638.827000', '165638.830000', '165638.833000', '165638.836000', '165638.839000', '165638.842000', '165638.844000', '165638.848000', '165638.850000', '165638.853000', '165638.856000', '165638.859000', '165638.862000', '165638.865000', '165638.868000', '165638.871000', '165638.874000', '165638.877000', '165638.880000', '165638.883000', '165638.886000', '165658.761000', '165658.764000', '165658.767000', '165658.770000', '165658.773000', '165658.776000', '165658.779000', '165658.782000', '165658.785000', '165658.788000', '165658.791000', '165658.794000', '165658.797000', '165658.800000', '165658.803000', '165658.806000', '165658.809000', '165658.812000', '165658.815000', '165658.818000', '165658.821000', '165658.824000', '165658.826000', '165658.829000', '165658.832000', '165658.850000', '165658.853000', '165658.856000', '165658.859000', '165658.862000', '165658.865000', '165658.867000', '165658.871000', '165658.873000', '165658.876000', '165658.879000', '165658.882000', '165658.885000', '165658.888000', '165658.891000', '165658.894000', '165658.897000', '165658.900000', '165658.903000', '165718.761000', '165718.764000', '165718.767000', '165718.771000', '165718.774000', '165718.776000', '165718.780000', '165718.783000', '165718.786000', '165718.789000', '165718.792000', '165718.795000', '165718.798000', '165718.801000', '165718.804000', '165718.807000', '165718.810000', '165718.813000', '165718.815000', '165718.818000', '165718.821000', '165718.824000', '165718.827000', '165718.830000', '165718.833000', '165718.836000', '165718.839000', '165718.842000', '165718.845000', '165718.848000', '165718.851000', '165718.854000', '165718.857000', '165718.860000', '165718.863000', '165718.866000', '165718.869000', '165718.872000', '165718.875000', '165718.877000', '165718.881000', '165718.883000', '165718.886000', '165738.761000', '165738.764000', '165738.767000', '165738.770000', '165738.773000', '165738.776000', '165738.779000', '165738.782000', '165738.785000', '165738.788000', '165738.791000', '165738.794000', '165738.797000', '165738.800000', '165738.803000', '165738.806000', '165738.809000', '165738.812000', '165738.815000', '165738.818000', '165738.821000', '165738.824000', '165738.827000', '165738.830000', '165738.833000', '165738.836000', '165738.839000', '165738.842000', '165738.845000', '165738.847000', '165738.850000', '165738.853000', '165738.856000', '165738.859000', '165738.862000', '165738.873000', '165738.876000', '165738.879000', '165738.882000', '165738.885000', '165738.888000', '165738.890000', '165738.893000', '165738.896000', '165745.058000', '165745.061000', '165745.064000', '165745.067000', '165745.070000', '165745.073000', '165745.077000', '165745.080000', '165745.083000', '165745.086000', '165745.089000', '165745.092000', '165745.095000', '165745.098000'], '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': [8402, 9947, 7774, 8989, 7457, 9046, 7463, 9238, 7416, 10876, 7316, 10984, 8179, 7502, 7987, 7397, 8403, 14082, 8395, 14593, 10013, 10911, 7921, 7426, 8171, 13212, 8150, 13704, 9031, 13115, 7998, 11885, 8522, 13727, 9011, 12969, 8375, 14624, 7794, 11961, 7665, 10178, 7457, 8025, 7483, 8739, 7602, 10258, 7660, 11724, 10656, 7944, 12487, 7761, 7415, 8116, 7505, 8477, 14291, 8484, 12731, 8270, 7224, 8026, 10404, 7925, 16046, 9059, 12158, 8465, 13937, 8708, 16580, 10093, 14272, 9171, 15360, 8732, 13571, 8628, 11878, 15044, 9044, 17286, 10540, 11848, 7477, 10352, 7621, 10981, 7727, 10844, 8111, 10972, 7578, 11144, 8061, 11451, 7642, 10387, 7431, 9924, 7628, 10181, 7770, 10907, 8474, 9679, 8069, 7775, 12595, 8507, 7436, 10236, 18018, 14298, 18344, 13779, 12938, 8633, 7278, 7774, 9574, 7684, 9111, 7946, 7431, 9313, 7487, 10866, 13250, 8283, 17624, 12458, 13221, 7483, 11991, 8134, 10912, 7853, 10658, 7618, 10003, 7478, 9098, 7331, 8328, 11079, 8285, 7426, 8082, 7423, 9969, 16951, 11224, 14748, 10348, 8846, 7849, 10076, 7853, 13294, 8968, 12201, 7785, 12175, 7835, 10475, 7569, 11279, 7679, 11310, 7555, 11876, 8745, 11647, 7428, 10412, 7512, 12670, 8195, 7268, 9673, 7662, 8358, 10661, 7370, 14479, 10760, 14483, 17837, 13886, 10133, 8184, 12723, 8253, 14337, 10006, 10936, 7732, 8180, 7926, 12446, 8615, 14124, 9063, 13130, 7505, 8398, 7715, 7356, 8988, 7731, 12416, 8986, 16251, 11430, 15807, 8632, 12114, 8124, 7756, 8870, 7973, 7300, 7759, 7472, 8401, 7541, 8246, 8642, 7977, 7440, 7974, 7330, 9713, 7494, 11330, 7642, 11842, 7680, 12432, 8889, 7485, 7829, 7273, 9848, 18929, 14155, 15977, 11115, 11674, 7479, 9130, 7332, 10664, 7347, 7171, 7750, 7182, 8932, 7723, 9903, 7600, 15525, 10020, 7492, 12422, 8000, 17097, 17785, 13834, 15577, 12305, 12506, 7791, 11206, 7653, 10818, 8409, 11298, 7678, 10584, 7529, 9303, 7576, 11122, 7820, 7354, 7932, 7527, 7555, 14814, 8805, 15230, 10113, 11089, 7586, 14773, 8734, 12630, 7325, 10143, 7263, 9376, 7474, 8870, 7329, 8927, 7498, 7979, 13842, 8816, 9166, 7555, 16570, 9128, 13212, 8251, 11673, 8057, 11109, 7307, 10419, 7336, 9360, 7373, 8527, 7378, 8559, 13097, 7503, 13878, 8714, 16266, 10411, 14334, 7931, 13403, 8490, 11505, 7481, 10620, 7294, 7987, 7469, 7482, 7553, 7564, 7819, 8308, 7307, 9289, 7409, 10943, 7759, 12421, 8292, 12069, 8563, 12610, 9217, 12012, 9036, 7383, 9264, 7453, 7434, 9870, 7587, 16603, 12080, 17384, 10744, 16881, 12617, 15349, 7872, 11690, 7360, 11163, 7471, 9881, 7497, 10788, 7896, 10562, 7580, 10217, 7412, 9831, 7376, 7901, 17121, 9120, 14464, 8882, 10660, 7574, 11838, 8372, 12390, 9126, 12644, 8087, 12255, 8838, 13294, 8258, 11715, 7334, 12122, 7433, 10730, 7534, 8429, 8103, 7457, 9646, 7779, 7373, 7886, 7423, 8927, 7413, 9490, 7405, 9230, 7416, 10796, 7384, 12319, 9230, 9972, 7761, 8558, 8485, 16833, 10330, 17704, 12658, 10484, 7701, 10905, 8044, 16288, 9891, 9878, 7701, 7283, 8037, 7391, 10133, 7439, 9821, 7456, 10242, 7467, 7946, 7627, 13364, 7981, 9053, 8630, 7540, 13686, 18133, 14815, 15054, 11499, 7287, 7583, 7400, 8483, 7293, 8061, 7259, 9259, 7572, 10526, 7346, 12558, 8622, 15325, 9656, 12146, 7556, 8770, 7898, 15357, 8721, 16219, 10757, 10192, 7522, 8664, 7820, 15253, 8615, 13986, 9113, 12600, 7830, 12460, 7715, 9638, 8031, 8820, 7495, 7624, 7487, 7725, 14412, 8191, 15721, 9831, 11779, 7514, 11826, 8104, 10811, 7487, 10699, 7511, 11132, 7509, 10621, 7321, 7854, 13372, 7824, 16959, 9570, 8753, 7620, 9105, 7685, 14694, 7963, 11311, 7602, 10231, 7383, 9665, 7425, 8499, 7446, 7871, 10322, 8148, 8782, 7861, 17118, 9441, 14770, 10434, 13742, 8161, 11930, 7885, 11708, 7691, 10464, 7546, 7872, 7425, 7858, 7444, 9833, 7706, 11662, 8729, 11257, 8025, 10196, 8056, 12005, 8502, 7336, 8958, 13287, 7849, 18343, 11837, 15403, 10559, 13023, 7570, 7562, 7928, 7438, 10287, 7738, 7368, 11136, 7793, 7473, 12414, 9585, 16311, 12653, 7642, 11566, 11614, 13119, 14896, 12719, 7467, 9199, 7644, 11634, 8415, 9143, 8846, 7504, 10863, 7566, 11976, 7569, 15614, 8720, 13485, 7741, 14210, 8702, 12233, 8290, 10621, 7539, 10300, 7612, 14096, 8869, 14040, 8781, 11897, 7509, 10401, 7583, 9784, 7488, 9404, 7709, 8450, 7815, 7589, 8949, 8296, 17826, 12250, 13466, 7444, 7837, 13471, 7801, 12598, 9050, 11694, 7506, 9334, 7633, 7915, 7854, 8009, 8712, 7680, 10440, 7444, 11917, 7712, 10359, 13434, 9813, 7272, 9084, 7223, 8764, 19189, 10999, 15319, 12904, 11198, 7708, 7410, 8290, 7752, 8302, 8885, 8522, 10743, 8882, 8014, 15164, 12323, 16761, 12352, 16511, 9726, 14050, 7512, 10402, 7342, 10243, 7430, 10999, 7151, 9093, 7591, 14770, 10376, 14416, 7723, 11739, 7466, 11869, 7714, 13502, 9033, 13322, 7849, 11686, 7761, 11279, 7291, 10646, 7371, 11315, 7391, 11374, 8081, 12252, 8699, 12849, 8736, 7864, 7939, 7231, 9760, 11153, 9311, 7426, 8760, 7565, 9923, 7323, 11514, 7699, 11869, 7622, 7269, 11038, 8166, 15394, 8217, 14487, 13641, 10254, 18391, 14267, 12286, 7652, 7431, 7697, 9334, 7774, 9618, 7591, 7369, 8053, 7487, 10246, 7450, 12955, 7866, 12982, 8092, 13801, 8906, 14170, 7340, 9772, 7357, 10773, 7308, 12010, 7485, 13737, 7488, 10734, 7258, 11101, 8922, 8214, 13689, 8088, 7286, 7571, 7419, 7599, 12647, 7790, 7371, 7807, 7266, 8677, 14573, 8148, 14525, 9248, 7576, 7823, 7418, 8501, 15232, 9477, 15689, 10934, 8427, 7809, 7483, 8706, 13812, 8101, 17146, 11411, 12883, 8176, 14628, 9019, 10755, 7326, 9576, 7319, 9224, 7349, 9272, 11872, 7600, 17024, 10040, 9875, 7793, 14051, 8318, 12867, 8381, 11299, 7996, 10859, 7544, 11138, 7822, 11473, 7556, 10751, 7312, 9531, 7378, 8346, 7417, 9366, 7669, 12045, 7513, 9208, 7533, 10535, 8059, 14872, 9999, 7612, 8025, 7538, 11364, 8540, 8112, 10935, 7995, 15195, 11886, 7431, 14069, 7448, 16347, 9099, 17255, 8172, 13166, 7287, 11510, 7726, 11810, 8444, 11594, 7331, 7394, 7435, 9228, 7866, 15333, 10338, 13211, 7761, 15931, 9164, 13917, 8750, 13391, 7388, 10587, 7384, 10355, 7318, 10640, 7782, 12095, 7662, 12200, 8154, 12159, 7514, 12452, 7923, 11811, 7400, 9709, 7573, 11844, 8405, 9243, 7716, 7379, 9077, 8850, 7569, 17539, 10110, 7458, 7670, 7387, 9223, 7589, 12535, 8713, 10733, 7695, 9265, 8851, 18478, 14647, 16063, 10013, 13816, 7918, 12134, 8665, 7386, 7760, 7299, 9528, 8041, 9567, 9253, 14878, 7400, 12033, 7607, 11530, 7614, 10305, 9112, 7601, 10420, 7519, 8757, 11640, 10259, 15490, 9850, 9167, 11402, 16748, 14643, 11673, 9081, 11771, 7533, 15864, 9075, 13253, 9724, 12500, 7314, 7343, 7397, 7458, 9829, 7746, 12820, 8257, 12959, 8544, 14078, 9880, 15327, 8170, 12516, 7268, 10444, 7340, 9753, 7436, 11125, 7283, 9323, 7922, 7448, 10880, 7440, 9360, 9544, 9575, 13731, 7223, 9131, 9377, 8665, 7744, 8654, 7589, 11345, 8681, 12845, 7285, 7152, 9232, 12993, 10142, 15722, 8912, 11396, 7733, 7269, 9173, 7245, 10202, 7513, 10818, 8100, 14909, 8758, 12618, 9316, 7936, 10885, 7585, 7208, 9415, 18638, 12818, 14445, 8559, 12830, 7707, 11316, 7421, 9031, 7437, 7439, 13383, 8046, 12193, 7502, 12421, 7468, 11660, 8916, 11904, 7949, 11523, 7609, 10206, 7724, 7403, 9422, 7416, 10111, 7865, 9999, 8815, 7730, 12523, 9350, 8717, 14478, 7546, 16936, 9542, 16096, 17783, 14469, 10689, 9006, 7359, 7605, 7280, 7599, 11995, 7969, 9825, 7705, 9343, 7898, 13831, 7892, 11219, 7710, 8508, 7414, 7575, 9215, 7496, 13916, 8830, 12116, 8215, 10746, 7389, 10555, 7347, 10017, 7189, 7991, 16333, 10213, 14822, 8337, 12748, 7651, 11748, 8399, 11043, 8315, 7607, 8053, 9701, 8034, 12602, 8453, 7285, 8881, 11520, 7975, 18480, 13079, 15205], 'WindowCenter': [4619.0, 4609.0, 4551.0, 4554.0, 4522.0, 4550.0, 4519.0, 4537.0, 4520.0, 4567.0, 4519.0, 4570.0, 4539.0, 4521.0, 4541.0, 4520.0, 4540.0, 4600.0, 4540.0, 4598.0, 4548.0, 4568.0, 4529.0, 4519.0, 4539.0, 4589.0, 4531.0, 4589.0, 4551.0, 4589.0, 4531.0, 4579.0, 4540.0, 4589.0, 4539.0, 4580.0, 4529.0, 4599.0, 4519.0, 4568.0, 4519.0, 4548.0, 4508.0, 4528.0, 4518.0, 4539.0, 4532.0, 4558.0, 4532.0, 4580.0, 4572.0, 4530.0, 4579.0, 4520.0, 4533.0, 4529.0, 4530.0, 4540.0, 4600.0, 4539.0, 4590.0, 4541.0, 4520.0, 4531.0, 4572.0, 4531.0, 4614.0, 4550.0, 4581.0, 4541.0, 4590.0, 4539.0, 4609.0, 4560.0, 4590.0, 4538.0, 4597.0, 4538.0, 4577.0, 4527.0, 4568.0, 4589.0, 4538.0, 4597.0, 4546.0, 4565.0, 4506.0, 4547.0, 4517.0, 4558.0, 4528.0, 4568.0, 4530.0, 4567.0, 4530.0, 4569.0, 4532.0, 4571.0, 4519.0, 4562.0, 4515.0, 4546.0, 4529.0, 4571.0, 4532.0, 4571.0, 4541.0, 4559.0, 4544.0, 4533.0, 4591.0, 4551.0, 4520.0, 4561.0, 4621.0, 4590.0, 4608.0, 4588.0, 4578.0, 4525.0, 4507.0, 4516.0, 4536.0, 4515.0, 4537.0, 4516.0, 4519.0, 4537.0, 4517.0, 4567.0, 4578.0, 4528.0, 4606.0, 4567.0, 4575.0, 4509.0, 4565.0, 4518.0, 4555.0, 4526.0, 4556.0, 4518.0, 4547.0, 4519.0, 4538.0, 4517.0, 4529.0, 4567.0, 4528.0, 4519.0, 4528.0, 4517.0, 4559.0, 4608.0, 4569.0, 4587.0, 4546.0, 4536.0, 4527.0, 4549.0, 4529.0, 4587.0, 4549.0, 4578.0, 4531.0, 4580.0, 4530.0, 4571.0, 4532.0, 4570.0, 4530.0, 4580.0, 4531.0, 4590.0, 4540.0, 4580.0, 4531.0, 4571.0, 4532.0, 4588.0, 4539.0, 4519.0, 4547.0, 4530.0, 4539.0, 4571.0, 4521.0, 4600.0, 4570.0, 4589.0, 4608.0, 4587.0, 4547.0, 4515.0, 4564.0, 4514.0, 4585.0, 4546.0, 4555.0, 4516.0, 4526.0, 4525.0, 4575.0, 4536.0, 4588.0, 4536.0, 4576.0, 4508.0, 4528.0, 4515.0, 4517.0, 4538.0, 4528.0, 4580.0, 4549.0, 4612.0, 4569.0, 4597.0, 4529.0, 4565.0, 4516.0, 4515.0, 4527.0, 4516.0, 4505.0, 4516.0, 4517.0, 4526.0, 4517.0, 4539.0, 4538.0, 4530.0, 4521.0, 4528.0, 4521.0, 4559.0, 4522.0, 4571.0, 4533.0, 4580.0, 4544.0, 4604.0, 4569.0, 4532.0, 4534.0, 4534.0, 4575.0, 4621.0, 4590.0, 4600.0, 4556.0, 4554.0, 4493.0, 4523.0, 4503.0, 4544.0, 4507.0, 4508.0, 4518.0, 4519.0, 4550.0, 4532.0, 4561.0, 4544.0, 4623.0, 4564.0, 4520.0, 4577.0, 4530.0, 4611.0, 4610.0, 4580.0, 4584.0, 4564.0, 4564.0, 4517.0, 4557.0, 4530.0, 4556.0, 4526.0, 4557.0, 4517.0, 4558.0, 4529.0, 4546.0, 4518.0, 4569.0, 4521.0, 4521.0, 4540.0, 4529.0, 4530.0, 4600.0, 4540.0, 4599.0, 4559.0, 4570.0, 4531.0, 4599.0, 4541.0, 4579.0, 4519.0, 4546.0, 4519.0, 4540.0, 4519.0, 4537.0, 4518.0, 4538.0, 4518.0, 4529.0, 4588.0, 4540.0, 4550.0, 4529.0, 4608.0, 4540.0, 4576.0, 4529.0, 4567.0, 4530.0, 4569.0, 4518.0, 4559.0, 4519.0, 4549.0, 4520.0, 4540.0, 4520.0, 4539.0, 4589.0, 4519.0, 4589.0, 4539.0, 4608.0, 4560.0, 4599.0, 4528.0, 4587.0, 4527.0, 4567.0, 4517.0, 4558.0, 4507.0, 4517.0, 4505.0, 4506.0, 4517.0, 4518.0, 4516.0, 4529.0, 4519.0, 4548.0, 4520.0, 4571.0, 4543.0, 4592.0, 4541.0, 4580.0, 4552.0, 4590.0, 4562.0, 4581.0, 4551.0, 4533.0, 4553.0, 4530.0, 4531.0, 4561.0, 4534.0, 4623.0, 4592.0, 4620.0, 4569.0, 4607.0, 4577.0, 4586.0, 4515.0, 4555.0, 4504.0, 4553.0, 4505.0, 4545.0, 4516.0, 4556.0, 4527.0, 4557.0, 4517.0, 4557.0, 4519.0, 4546.0, 4517.0, 4517.0, 4607.0, 4550.0, 4588.0, 4538.0, 4557.0, 4517.0, 4578.0, 4538.0, 4578.0, 4550.0, 4586.0, 4529.0, 4576.0, 4538.0, 4589.0, 4527.0, 4567.0, 4508.0, 4566.0, 4518.0, 4556.0, 4516.0, 4526.0, 4526.0, 4517.0, 4547.0, 4516.0, 4519.0, 4528.0, 4518.0, 4539.0, 4519.0, 4560.0, 4531.0, 4550.0, 4519.0, 4569.0, 4522.0, 4579.0, 4562.0, 4562.0, 4532.0, 4540.0, 4551.0, 4622.0, 4562.0, 4619.0, 4578.0, 4558.0, 4518.0, 4557.0, 4528.0, 4608.0, 4547.0, 4547.0, 4517.0, 4506.0, 4517.0, 4519.0, 4559.0, 4518.0, 4560.0, 4515.0, 4557.0, 4516.0, 4528.0, 4528.0, 4587.0, 4526.0, 4550.0, 4540.0, 4530.0, 4589.0, 4619.0, 4588.0, 4586.0, 4565.0, 4506.0, 4515.0, 4508.0, 4537.0, 4516.0, 4528.0, 4505.0, 4549.0, 4517.0, 4557.0, 4519.0, 4579.0, 4550.0, 4610.0, 4551.0, 4580.0, 4519.0, 4538.0, 4527.0, 4599.0, 4538.0, 4598.0, 4558.0, 4557.0, 4518.0, 4539.0, 4529.0, 4597.0, 4541.0, 4589.0, 4538.0, 4578.0, 4529.0, 4580.0, 4517.0, 4548.0, 4517.0, 4537.0, 4508.0, 4518.0, 4506.0, 4518.0, 4596.0, 4527.0, 4597.0, 4546.0, 4566.0, 4517.0, 4567.0, 4527.0, 4558.0, 4516.0, 4557.0, 4518.0, 4567.0, 4517.0, 4558.0, 4508.0, 4516.0, 4585.0, 4516.0, 4607.0, 4546.0, 4526.0, 4516.0, 4537.0, 4518.0, 4588.0, 4516.0, 4568.0, 4516.0, 4547.0, 4518.0, 4546.0, 4517.0, 4537.0, 4517.0, 4526.0, 4559.0, 4529.0, 4537.0, 4527.0, 4609.0, 4548.0, 4587.0, 4556.0, 4575.0, 4529.0, 4567.0, 4525.0, 4567.0, 4518.0, 4559.0, 4517.0, 4528.0, 4519.0, 4528.0, 4520.0, 4558.0, 4531.0, 4580.0, 4551.0, 4581.0, 4541.0, 4572.0, 4542.0, 4581.0, 4541.0, 4521.0, 4550.0, 4590.0, 4529.0, 4619.0, 4577.0, 4597.0, 4570.0, 4588.0, 4517.0, 4517.0, 4527.0, 4530.0, 4571.0, 4544.0, 4531.0, 4582.0, 4532.0, 4531.0, 4592.0, 4561.0, 4622.0, 4591.0, 4521.0, 4571.0, 4567.0, 4578.0, 4586.0, 4575.0, 4518.0, 4537.0, 4516.0, 4566.0, 4527.0, 4537.0, 4536.0, 4519.0, 4556.0, 4517.0, 4566.0, 4516.0, 4597.0, 4527.0, 4577.0, 4516.0, 4576.0, 4527.0, 4567.0, 4514.0, 4544.0, 4514.0, 4546.0, 4518.0, 4588.0, 4540.0, 4587.0, 4538.0, 4567.0, 4516.0, 4556.0, 4517.0, 4546.0, 4508.0, 4551.0, 4530.0, 4540.0, 4527.0, 4529.0, 4552.0, 4555.0, 4625.0, 4579.0, 4586.0, 4508.0, 4517.0, 4577.0, 4517.0, 4566.0, 4535.0, 4566.0, 4506.0, 4539.0, 4519.0, 4528.0, 4530.0, 4543.0, 4566.0, 4546.0, 4573.0, 4534.0, 4581.0, 4531.0, 4588.0, 4618.0, 4576.0, 4520.0, 4527.0, 4492.0, 4528.0, 4632.0, 4573.0, 4584.0, 4566.0, 4544.0, 4492.0, 4492.0, 4524.0, 4518.0, 4543.0, 4553.0, 4552.0, 4586.0, 4553.0, 4545.0, 4615.0, 4581.0, 4611.0, 4578.0, 4597.0, 4536.0, 4588.0, 4509.0, 4550.0, 4506.0, 4545.0, 4507.0, 4556.0, 4509.0, 4536.0, 4519.0, 4598.0, 4563.0, 4628.0, 4531.0, 4570.0, 4518.0, 4581.0, 4531.0, 4588.0, 4539.0, 4590.0, 4530.0, 4569.0, 4520.0, 4569.0, 4535.0, 4571.0, 4520.0, 4568.0, 4519.0, 4569.0, 4541.0, 4591.0, 4551.0, 4590.0, 4538.0, 4528.0, 4528.0, 4518.0, 4559.0, 4569.0, 4549.0, 4520.0, 4541.0, 4530.0, 4558.0, 4531.0, 4581.0, 4532.0, 4581.0, 4533.0, 4532.0, 4583.0, 4553.0, 4613.0, 4542.0, 4602.0, 4590.0, 4561.0, 4608.0, 4587.0, 4567.0, 4517.0, 4507.0, 4528.0, 4549.0, 4530.0, 4548.0, 4518.0, 4519.0, 4528.0, 4520.0, 4559.0, 4521.0, 4590.0, 4532.0, 4590.0, 4541.0, 4600.0, 4539.0, 4590.0, 4519.0, 4549.0, 4519.0, 4558.0, 4519.0, 4580.0, 4518.0, 4589.0, 4519.0, 4557.0, 4517.0, 4568.0, 4538.0, 4526.0, 4586.0, 4517.0, 4507.0, 4516.0, 4507.0, 4516.0, 4578.0, 4517.0, 4519.0, 4517.0, 4519.0, 4539.0, 4598.0, 4529.0, 4588.0, 4547.0, 4519.0, 4528.0, 4518.0, 4540.0, 4600.0, 4549.0, 4598.0, 4568.0, 4539.0, 4530.0, 4519.0, 4539.0, 4588.0, 4528.0, 4619.0, 4569.0, 4578.0, 4527.0, 4598.0, 4536.0, 4556.0, 4505.0, 4535.0, 4506.0, 4535.0, 4518.0, 4537.0, 4566.0, 4517.0, 4608.0, 4547.0, 4546.0, 4517.0, 4587.0, 4526.0, 4576.0, 4526.0, 4557.0, 4526.0, 4557.0, 4518.0, 4566.0, 4518.0, 4580.0, 4530.0, 4579.0, 4520.0, 4546.0, 4505.0, 4527.0, 4517.0, 4547.0, 4529.0, 4578.0, 4519.0, 4549.0, 4528.0, 4560.0, 4532.0, 4601.0, 4560.0, 4529.0, 4531.0, 4531.0, 4579.0, 4538.0, 4539.0, 4571.0, 4540.0, 4610.0, 4580.0, 4520.0, 4589.0, 4518.0, 4609.0, 4537.0, 4608.0, 4526.0, 4573.0, 4505.0, 4553.0, 4515.0, 4565.0, 4527.0, 4567.0, 4518.0, 4517.0, 4518.0, 4548.0, 4530.0, 4599.0, 4560.0, 4589.0, 4519.0, 4597.0, 4538.0, 4577.0, 4526.0, 4577.0, 4507.0, 4557.0, 4505.0, 4547.0, 4517.0, 4555.0, 4518.0, 4577.0, 4529.0, 4577.0, 4530.0, 4577.0, 4519.0, 4566.0, 4519.0, 4567.0, 4516.0, 4547.0, 4529.0, 4578.0, 4539.0, 4549.0, 4518.0, 4518.0, 4539.0, 4540.0, 4530.0, 4609.0, 4559.0, 4518.0, 4518.0, 4517.0, 4548.0, 4530.0, 4589.0, 4542.0, 4570.0, 4530.0, 4550.0, 4552.0, 4620.0, 4599.0, 4599.0, 4547.0, 4574.0, 4518.0, 4565.0, 4525.0, 4517.0, 4519.0, 4519.0, 4550.0, 4530.0, 4552.0, 4548.0, 4601.0, 4521.0, 4576.0, 4521.0, 4578.0, 4531.0, 4569.0, 4550.0, 4520.0, 4570.0, 4521.0, 4542.0, 4581.0, 4560.0, 4610.0, 4550.0, 4538.0, 4569.0, 4598.0, 4588.0, 4556.0, 4526.0, 4565.0, 4506.0, 4584.0, 4525.0, 4563.0, 4534.0, 4563.0, 4504.0, 4506.0, 4508.0, 4520.0, 4558.0, 4529.0, 4589.0, 4540.0, 4579.0, 4539.0, 4588.0, 4549.0, 4596.0, 4528.0, 4566.0, 4505.0, 4545.0, 4507.0, 4549.0, 4505.0, 4557.0, 4523.0, 4552.0, 4528.0, 4520.0, 4569.0, 4519.0, 4547.0, 4560.0, 4552.0, 4591.0, 4520.0, 4540.0, 4536.0, 4526.0, 4518.0, 4535.0, 4520.0, 4572.0, 4543.0, 4591.0, 4521.0, 4518.0, 4551.0, 4591.0, 4560.0, 4610.0, 4537.0, 4556.0, 4505.0, 4505.0, 4536.0, 4507.0, 4560.0, 4522.0, 4570.0, 4532.0, 4613.0, 4552.0, 4581.0, 4553.0, 4531.0, 4558.0, 4518.0, 4520.0, 4550.0, 4618.0, 4580.0, 4587.0, 4526.0, 4566.0, 4506.0, 4545.0, 4494.0, 4525.0, 4505.0, 4509.0, 4576.0, 4516.0, 4568.0, 4507.0, 4566.0, 4508.0, 4556.0, 4539.0, 4569.0, 4530.0, 4568.0, 4531.0, 4558.0, 4521.0, 4521.0, 4551.0, 4523.0, 4575.0, 4545.0, 4563.0, 4553.0, 4531.0, 4594.0, 4564.0, 4553.0, 4603.0, 4533.0, 4623.0, 4552.0, 4601.0, 4610.0, 4588.0, 4548.0, 4526.0, 4505.0, 4505.0, 4506.0, 4518.0, 4566.0, 4517.0, 4548.0, 4519.0, 4538.0, 4529.0, 4589.0, 4518.0, 4559.0, 4518.0, 4528.0, 4507.0, 4517.0, 4537.0, 4507.0, 4576.0, 4537.0, 4565.0, 4529.0, 4557.0, 4519.0, 4557.0, 4521.0, 4560.0, 4509.0, 4531.0, 4610.0, 4561.0, 4601.0, 4540.0, 4578.0, 4519.0, 4568.0, 4540.0, 4570.0, 4542.0, 4533.0, 4542.0, 4561.0, 4531.0, 4592.0, 4540.0, 4522.0, 4552.0, 4570.0, 4531.0, 4621.0, 4578.0, 4597.0], 'WindowWidth': [10176.0, 10136.0, 10037.0, 10026.0, 9976.0, 10011.0, 9965.0, 9986.0, 9966.0, 10025.0, 9966.0, 10032.0, 9991.0, 9971.0, 9997.0, 9966.0, 9995.0, 10076.0, 9994.0, 10071.0, 10000.0, 10028.0, 9976.0, 9962.0, 9990.0, 10058.0, 9982.0, 10060.0, 10010.0, 10059.0, 9981.0, 10046.0, 9994.0, 10059.0, 9991.0, 10046.0, 9976.0, 10071.0, 9965.0, 10029.0, 9962.0, 10000.0, 9946.0, 9973.0, 9959.0, 9991.0, 9984.0, 10015.0, 9985.0, 10050.0, 10039.0, 9980.0, 10043.0, 9965.0, 9990.0, 9978.0, 9982.0, 9995.0, 10076.0, 9990.0, 10060.0, 9995.0, 9967.0, 9983.0, 10037.0, 9983.0, 10099.0, 10007.0, 10049.0, 9995.0, 10062.0, 9991.0, 10087.0, 10017.0, 10060.0, 9987.0, 10066.0, 9987.0, 10038.0, 9972.0, 10029.0, 10055.0, 9984.0, 10066.0, 9993.0, 10017.0, 9941.0, 9996.0, 9959.0, 10014.0, 9975.0, 10030.0, 9981.0, 10027.0, 9981.0, 10032.0, 9985.0, 10037.0, 9963.0, 10023.0, 9955.0, 9996.0, 9977.0, 10039.0, 9989.0, 10037.0, 9996.0, 10020.0, 10004.0, 9989.0, 10066.0, 10010.0, 9967.0, 10024.0, 10107.0, 10059.0, 10087.0, 10053.0, 10040.0, 9964.0, 9941.0, 9953.0, 9979.0, 9953.0, 9982.0, 9955.0, 9963.0, 9984.0, 9959.0, 10027.0, 10041.0, 9974.0, 10081.0, 10024.0, 10035.0, 9947.0, 10019.0, 9958.0, 10007.0, 9970.0, 10011.0, 9959.0, 9998.0, 9963.0, 9988.0, 9960.0, 9976.0, 10026.0, 9975.0, 9965.0, 9973.0, 9959.0, 10017.0, 10086.0, 10029.0, 10055.0, 9997.0, 9984.0, 9972.0, 10001.0, 9978.0, 10056.0, 10005.0, 10046.0, 9983.0, 10048.0, 9980.0, 10035.0, 9985.0, 10034.0, 9984.0, 10049.0, 9987.0, 10065.0, 9996.0, 10052.0, 9987.0, 10037.0, 9988.0, 10060.0, 9992.0, 9963.0, 9999.0, 9980.0, 9993.0, 10038.0, 9971.0, 10077.0, 10032.0, 10059.0, 10087.0, 10051.0, 9997.0, 9950.0, 10016.0, 9948.0, 10049.0, 9993.0, 10006.0, 9955.0, 9968.0, 9966.0, 10033.0, 9984.0, 10056.0, 9983.0, 10037.0, 9945.0, 9973.0, 9955.0, 9960.0, 9987.0, 9977.0, 10047.0, 10007.0, 10097.0, 10029.0, 10066.0, 9973.0, 10020.0, 9952.0, 9952.0, 9968.0, 9952.0, 9939.0, 9954.0, 9958.0, 9968.0, 9958.0, 9991.0, 9989.0, 9979.0, 9969.0, 9976.0, 9968.0, 10017.0, 9970.0, 10036.0, 9988.0, 10051.0, 10007.0, 10088.0, 10049.0, 9987.0, 9989.0, 9992.0, 10047.0, 10114.0, 10061.0, 10073.0, 10006.0, 10000.0, 9918.0, 9956.0, 9931.0, 9988.0, 9943.0, 9946.0, 9960.0, 9965.0, 10008.0, 9988.0, 10022.0, 10009.0, 10115.0, 10030.0, 9966.0, 10039.0, 9978.0, 10094.0, 10090.0, 10042.0, 10044.0, 10013.0, 10016.0, 9955.0, 10010.0, 9981.0, 10007.0, 9970.0, 10009.0, 9957.0, 10012.0, 9978.0, 9996.0, 9960.0, 10029.0, 9967.0, 9970.0, 9994.0, 9978.0, 9981.0, 10075.0, 9992.0, 10073.0, 10017.0, 10034.0, 9981.0, 10073.0, 9994.0, 10045.0, 9963.0, 9997.0, 9961.0, 9991.0, 9963.0, 9984.0, 9960.0, 9987.0, 9962.0, 9979.0, 10057.0, 9991.0, 10005.0, 9977.0, 10085.0, 9990.0, 10038.0, 9976.0, 10026.0, 9978.0, 10030.0, 9963.0, 10016.0, 9963.0, 10004.0, 9965.0, 9992.0, 9968.0, 9992.0, 10059.0, 9964.0, 10059.0, 9990.0, 10085.0, 10020.0, 10071.0, 9974.0, 10054.0, 9972.0, 10026.0, 9958.0, 10013.0, 9943.0, 9956.0, 9940.0, 9941.0, 9959.0, 9960.0, 9956.0, 9976.0, 9965.0, 10001.0, 9968.0, 10038.0, 10006.0, 10067.0, 9997.0, 10049.0, 10014.0, 10065.0, 10027.0, 10053.0, 10012.0, 9990.0, 10014.0, 9983.0, 9983.0, 10025.0, 9991.0, 10113.0, 10066.0, 10106.0, 10036.0, 10085.0, 10037.0, 10051.0, 9952.0, 10004.0, 9934.0, 9999.0, 9940.0, 9994.0, 9957.0, 10009.0, 9971.0, 10013.0, 9959.0, 10012.0, 9962.0, 9997.0, 9958.0, 9959.0, 10085.0, 10005.0, 10055.0, 9986.0, 10012.0, 9959.0, 10040.0, 9987.0, 10043.0, 10006.0, 10054.0, 9978.0, 10038.0, 9989.0, 10057.0, 9973.0, 10026.0, 9945.0, 10022.0, 9960.0, 10009.0, 9957.0, 9969.0, 9969.0, 9959.0, 9999.0, 9956.0, 9964.0, 9975.0, 9961.0, 9991.0, 9965.0, 10021.0, 9984.0, 10009.0, 9967.0, 10029.0, 9973.0, 10047.0, 10026.0, 10026.0, 9986.0, 9996.0, 10011.0, 10110.0, 10026.0, 10103.0, 10043.0, 10015.0, 9961.0, 10012.0, 9974.0, 10084.0, 9997.0, 9998.0, 9958.0, 9943.0, 9959.0, 9965.0, 10020.0, 9963.0, 10023.0, 9957.0, 10012.0, 9958.0, 9974.0, 9975.0, 10054.0, 9971.0, 10005.0, 9994.0, 9980.0, 10062.0, 10103.0, 10053.0, 10052.0, 10019.0, 9942.0, 9954.0, 9947.0, 9984.0, 9957.0, 9973.0, 9941.0, 10003.0, 9959.0, 10013.0, 9965.0, 10046.0, 10009.0, 10088.0, 10008.0, 10046.0, 9964.0, 9988.0, 9974.0, 10073.0, 9988.0, 10069.0, 10014.0, 10013.0, 9961.0, 9989.0, 9977.0, 10070.0, 9995.0, 10057.0, 9989.0, 10044.0, 9977.0, 10049.0, 9959.0, 10001.0, 9957.0, 9984.0, 9946.0, 9959.0, 9942.0, 9959.0, 10066.0, 9970.0, 10067.0, 9995.0, 10025.0, 9959.0, 10026.0, 9972.0, 10014.0, 9958.0, 10014.0, 9961.0, 10026.0, 9959.0, 10015.0, 9946.0, 9956.0, 10048.0, 9956.0, 10081.0, 9994.0, 9968.0, 9956.0, 9985.0, 9961.0, 10055.0, 9955.0, 10027.0, 9954.0, 9997.0, 9962.0, 9996.0, 9958.0, 9984.0, 9959.0, 9971.0, 10017.0, 9975.0, 9986.0, 9973.0, 10087.0, 9999.0, 10053.0, 10009.0, 10034.0, 9974.0, 10024.0, 9968.0, 10027.0, 9960.0, 10018.0, 9958.0, 9973.0, 9963.0, 9973.0, 9968.0, 10016.0, 9985.0, 10049.0, 10013.0, 10053.0, 9999.0, 10039.0, 10001.0, 10050.0, 9997.0, 9971.0, 10007.0, 10062.0, 9978.0, 10104.0, 10040.0, 10069.0, 10033.0, 10056.0, 9961.0, 9960.0, 9974.0, 9982.0, 10037.0, 10010.0, 9987.0, 10053.0, 9986.0, 9985.0, 10068.0, 10025.0, 10109.0, 10064.0, 9969.0, 10036.0, 10027.0, 10044.0, 10049.0, 10033.0, 9962.0, 9983.0, 9956.0, 10021.0, 9970.0, 9984.0, 9983.0, 9963.0, 10008.0, 9957.0, 10022.0, 9955.0, 10064.0, 9970.0, 10038.0, 9953.0, 10035.0, 9971.0, 10024.0, 9950.0, 9990.0, 9952.0, 9994.0, 9961.0, 10056.0, 9992.0, 10052.0, 9986.0, 10026.0, 9960.0, 10011.0, 9956.0, 9993.0, 9946.0, 10011.0, 9980.0, 9992.0, 9974.0, 9980.0, 10015.0, 10024.0, 10122.0, 10045.0, 10050.0, 9946.0, 9955.0, 10037.0, 9954.0, 10021.0, 9979.0, 10020.0, 9940.0, 9987.0, 9961.0, 9975.0, 9979.0, 10001.0, 10043.0, 10013.0, 10041.0, 9994.0, 10048.0, 9982.0, 10073.0, 10115.0, 10054.0, 9965.0, 9967.0, 9909.0, 9971.0, 10125.0, 10040.0, 10043.0, 10016.0, 9984.0, 9911.0, 9913.0, 9961.0, 9960.0, 10000.0, 10015.0, 10014.0, 10063.0, 10017.0, 10007.0, 10103.0, 10049.0, 10093.0, 10040.0, 10064.0, 9979.0, 10053.0, 9945.0, 10001.0, 9941.0, 9991.0, 9943.0, 10006.0, 9946.0, 9980.0, 9961.0, 10070.0, 10029.0, 10129.0, 9983.0, 10030.0, 9959.0, 10049.0, 9980.0, 10056.0, 9991.0, 10059.0, 9978.0, 10029.0, 9964.0, 10032.0, 9996.0, 10037.0, 9966.0, 10026.0, 9962.0, 10029.0, 9999.0, 10065.0, 10011.0, 10061.0, 9987.0, 9973.0, 9974.0, 9959.0, 10016.0, 10031.0, 10002.0, 9967.0, 9997.0, 9981.0, 10014.0, 9986.0, 10052.0, 9987.0, 10049.0, 9988.0, 9987.0, 10057.0, 10017.0, 10098.0, 9997.0, 10081.0, 10060.0, 10019.0, 10087.0, 10050.0, 10023.0, 9956.0, 9945.0, 9975.0, 10005.0, 9978.0, 10001.0, 9961.0, 9966.0, 9975.0, 9967.0, 10018.0, 9969.0, 10062.0, 9986.0, 10062.0, 9998.0, 10078.0, 9991.0, 10059.0, 9963.0, 10002.0, 9963.0, 10014.0, 9965.0, 10047.0, 9961.0, 10055.0, 9964.0, 10012.0, 9959.0, 10028.0, 9987.0, 9969.0, 10049.0, 9955.0, 9943.0, 9953.0, 9943.0, 9956.0, 10039.0, 9959.0, 9962.0, 9960.0, 9963.0, 9990.0, 10072.0, 9976.0, 10056.0, 9998.0, 9964.0, 9974.0, 9962.0, 9993.0, 10076.0, 10004.0, 10072.0, 10027.0, 9991.0, 9979.0, 9963.0, 9991.0, 10059.0, 9978.0, 10103.0, 10028.0, 10040.0, 9972.0, 10069.0, 9981.0, 10007.0, 9938.0, 9979.0, 9941.0, 9980.0, 9959.0, 9984.0, 10024.0, 9957.0, 10083.0, 9996.0, 9994.0, 9956.0, 10051.0, 9967.0, 10036.0, 9967.0, 10010.0, 9969.0, 10011.0, 9961.0, 10023.0, 9961.0, 10048.0, 9981.0, 10049.0, 9968.0, 9994.0, 9938.0, 9972.0, 9960.0, 10001.0, 9980.0, 10044.0, 9967.0, 10006.0, 9977.0, 10019.0, 9985.0, 10077.0, 10021.0, 9979.0, 9983.0, 9985.0, 10046.0, 9990.0, 9991.0, 10037.0, 9997.0, 10092.0, 10049.0, 9966.0, 10058.0, 9960.0, 10086.0, 9983.0, 10083.0, 9966.0, 10029.0, 9939.0, 10000.0, 9953.0, 10020.0, 9971.0, 10025.0, 9960.0, 9960.0, 9962.0, 10003.0, 9980.0, 10073.0, 10019.0, 10057.0, 9963.0, 10069.0, 9987.0, 10039.0, 9968.0, 10037.0, 9943.0, 10008.0, 9940.0, 9996.0, 9960.0, 10008.0, 9960.0, 10040.0, 9977.0, 10040.0, 9978.0, 10040.0, 9963.0, 10021.0, 9961.0, 10025.0, 9957.0, 9998.0, 9977.0, 10043.0, 9992.0, 10003.0, 9962.0, 9962.0, 9991.0, 9991.0, 9980.0, 10086.0, 10015.0, 9961.0, 9960.0, 9960.0, 10003.0, 9981.0, 10060.0, 9997.0, 10036.0, 9981.0, 10006.0, 10012.0, 10108.0, 10071.0, 10072.0, 9997.0, 10031.0, 9959.0, 10022.0, 9967.0, 9958.0, 9962.0, 9963.0, 10007.0, 9981.0, 10012.0, 10000.0, 10076.0, 9967.0, 10038.0, 9967.0, 10043.0, 9981.0, 10033.0, 10008.0, 9966.0, 10033.0, 9968.0, 9997.0, 10049.0, 10021.0, 10089.0, 10005.0, 9986.0, 10030.0, 10070.0, 10053.0, 10008.0, 9965.0, 10017.0, 9936.0, 10042.0, 9962.0, 10013.0, 9974.0, 10011.0, 9934.0, 9940.0, 9946.0, 9965.0, 10013.0, 9978.0, 10060.0, 9994.0, 10043.0, 9990.0, 10056.0, 10002.0, 10062.0, 9971.0, 10022.0, 9939.0, 9992.0, 9943.0, 10001.0, 9939.0, 10009.0, 9973.0, 10011.0, 9977.0, 9965.0, 10029.0, 9964.0, 9998.0, 10022.0, 10010.0, 10061.0, 9963.0, 9990.0, 9981.0, 9969.0, 9958.0, 9981.0, 9965.0, 10038.0, 10002.0, 10062.0, 9968.0, 9962.0, 10007.0, 10060.0, 10015.0, 10087.0, 9983.0, 10006.0, 9936.0, 9937.0, 9979.0, 9942.0, 10017.0, 9969.0, 10032.0, 9984.0, 10098.0, 10014.0, 10048.0, 10013.0, 9980.0, 10013.0, 9961.0, 9966.0, 10009.0, 10102.0, 10041.0, 10050.0, 9968.0, 10022.0, 9939.0, 9989.0, 9919.0, 9960.0, 9935.0, 9946.0, 10032.0, 9952.0, 10024.0, 9941.0, 10018.0, 9944.0, 10007.0, 9988.0, 10029.0, 9980.0, 10027.0, 9980.0, 10015.0, 9967.0, 9967.0, 10010.0, 9973.0, 10047.0, 10009.0, 10027.0, 10013.0, 9983.0, 10072.0, 10029.0, 10013.0, 10085.0, 9987.0, 10112.0, 10008.0, 10077.0, 10090.0, 10052.0, 9997.0, 9964.0, 9937.0, 9937.0, 9939.0, 9958.0, 10021.0, 9954.0, 9998.0, 9961.0, 9986.0, 9975.0, 10056.0, 9958.0, 10014.0, 9958.0, 9971.0, 9944.0, 9955.0, 9982.0, 9944.0, 10037.0, 9982.0, 10020.0, 9974.0, 10010.0, 9965.0, 10011.0, 9967.0, 10019.0, 9951.0, 9982.0, 10089.0, 10021.0, 10077.0, 9992.0, 10042.0, 9962.0, 10028.0, 9993.0, 10032.0, 9997.0, 9986.0, 9998.0, 10024.0, 9984.0, 10065.0, 9995.0, 9970.0, 10011.0, 10033.0, 9982.0, 10107.0, 10041.0, 10066.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.00044608846487424113</td></tr>
<tr><td colspan=3>aqi</td><td>0.014942985169124023</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.670992255173665</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2154392753819439</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0078850240277775</td></tr>
<tr><td colspan=3>efc</td><td>0.494</td></tr>
<tr><td colspan=3>fber</td><td>6152.2632</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08806908146518198</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>71</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.157849089332177</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.479744848292631</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4624301231092725</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.522215576229331</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.45458884553929</td></tr>
<tr><td colspan=3>gcor</td><td>0.00736754</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.012318977154791355</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03244137763977051</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.07885581027475</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>24.9737</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.6713</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.6439</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294761.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1029.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>446.454</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5688</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>631.0036</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3742.6915</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81783.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1540.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4946.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.9575</td></tr>
<tr><td colspan=3>tsnr</td><td>42.96593434759416</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>