<?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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-02/func/sub-0133_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>36520200af16c7b653eb082cc6fdf04a</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>21:22:6.220000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999975, 0.00543707, -0.00451562, -0.0054104, 0.999968, 0.00589661]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104297</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7787, -7233, 186, -130, -90, -27, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.058</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2b5bc4c0-9e0e-4911-8e05-d20fa3cdc863||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828598976135254, -0.014515716582536697, -0.01227834913879633, 114.07929229736328], [-0.01458725892007351, 2.6828410625457764, 0.0158544834703207, -95.64904022216797], [-0.01211508084088564, -0.015820171684026718, 2.699925661087036, -72.71834564208984], [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': ['212206.220000', '212206.680000', '212207.140000', '212207.600000', '212208.060000', '212208.520000', '212208.980000', '212209.440000', '212209.900000', '212210.360000', '212210.820000', '212211.280000', '212211.740000', '212212.200000', '212212.660000', '212213.120000', '212213.580000', '212214.040000', '212214.500000', '212214.960000', '212215.420000', '212215.880000', '212216.340000', '212216.800000', '212217.260000', '212217.720000', '212218.180000', '212218.640000', '212219.100000', '212219.560000', '212220.020000', '212220.480000', '212220.940000', '212221.400000', '212221.860000', '212222.320000', '212222.780000', '212223.240000', '212223.700000', '212224.160000', '212224.620000', '212225.080000', '212225.540000', '212226.000000', '212226.460000', '212226.920000', '212227.380000', '212227.840000', '212228.300000', '212228.760000', '212229.220000', '212229.680000', '212230.140000', '212230.600000', '212231.060000', '212231.520000', '212231.980000', '212232.440000', '212232.900000', '212233.360000', '212233.820000', '212234.280000', '212234.740000', '212235.200000', '212235.660000', '212236.120000', '212236.580000', '212237.040000', '212237.500000', '212237.960000', '212238.420000', '212238.880000', '212239.340000', '212239.800000', '212240.260000', '212240.720000', '212241.180000', '212241.640000', '212242.100000', '212242.560000', '212243.020000', '212243.480000', '212243.940000', '212244.400000', '212244.860000', '212245.320000', '212245.780000', '212246.240000', '212246.700000', '212247.160000', '212247.620000', '212248.080000', '212248.540000', '212249.000000', '212249.460000', '212249.920000', '212250.380000', '212250.840000', '212251.300000', '212251.760000', '212252.220000', '212252.680000', '212253.140000', '212253.600000', '212254.060000', '212254.520000', '212254.980000', '212255.440000', '212255.900000', '212256.360000', '212256.820000', '212257.280000', '212257.740000', '212258.200000', '212258.660000', '212259.120000', '212259.580000', '212300.040000', '212300.500000', '212300.960000', '212301.420000', '212301.880000', '212302.340000', '212302.800000', '212303.260000', '212303.720000', '212304.180000', '212304.640000', '212305.100000', '212305.560000', '212306.020000', '212306.480000', '212306.940000', '212307.400000', '212307.860000', '212308.320000', '212308.780000', '212309.240000', '212309.700000', '212310.160000', '212310.620000', '212311.080000', '212311.540000', '212312.000000', '212312.460000', '212312.920000', '212313.380000', '212313.840000', '212314.300000', '212314.760000', '212315.220000', '212315.680000', '212316.140000', '212316.600000', '212317.060000', '212317.520000', '212317.980000', '212318.440000', '212318.900000', '212319.360000', '212319.820000', '212320.280000', '212320.740000', '212321.200000', '212321.660000', '212322.120000', '212322.580000', '212323.040000', '212323.500000', '212323.960000', '212324.420000', '212324.880000', '212325.340000', '212325.800000', '212326.260000', '212326.720000', '212327.180000', '212327.640000', '212328.100000', '212328.560000', '212329.020000', '212329.480000', '212329.940000', '212330.400000', '212330.860000', '212331.320000', '212331.780000', '212332.240000', '212332.700000', '212333.160000', '212333.620000', '212334.080000', '212334.540000', '212335.000000', '212335.460000', '212335.920000', '212336.380000', '212336.840000', '212337.300000', '212337.760000', '212338.220000', '212338.680000', '212339.140000', '212339.600000', '212340.060000', '212340.520000', '212340.980000', '212341.440000', '212341.900000', '212342.360000', '212342.820000', '212343.280000', '212343.740000', '212344.200000', '212344.660000', '212345.120000', '212345.580000', '212346.040000', '212346.500000', '212346.960000', '212347.420000', '212347.880000', '212348.340000', '212348.800000', '212349.260000', '212349.720000', '212350.180000', '212350.640000', '212351.100000', '212351.560000', '212352.020000', '212352.480000', '212352.940000', '212353.400000', '212353.860000', '212354.320000', '212354.780000', '212355.240000', '212355.700000', '212356.160000', '212356.620000', '212357.080000', '212357.540000', '212358.000000', '212358.460000', '212358.920000', '212359.380000', '212359.840000', '212400.300000', '212400.760000', '212401.220000', '212401.680000', '212402.140000', '212402.600000', '212403.060000', '212403.520000', '212403.980000', '212404.440000', '212404.900000', '212405.360000', '212405.820000', '212406.280000', '212406.740000', '212407.200000', '212407.660000', '212408.120000', '212408.580000', '212409.040000', '212409.500000', '212409.960000', '212410.420000', '212410.880000', '212411.340000', '212411.800000', '212412.260000', '212412.720000', '212413.180000', '212413.640000', '212414.100000', '212414.560000', '212415.020000', '212415.480000', '212415.940000', '212416.400000', '212416.860000', '212417.320000', '212417.780000', '212418.240000', '212418.700000', '212419.160000', '212419.620000', '212420.080000', '212420.540000', '212421.000000', '212421.460000', '212421.920000', '212422.380000', '212422.840000', '212423.300000', '212423.760000', '212424.220000', '212424.680000', '212425.140000', '212425.600000', '212426.060000', '212426.520000', '212426.980000', '212427.440000', '212427.900000', '212428.360000', '212428.820000', '212429.280000', '212429.740000', '212430.200000', '212430.660000', '212431.120000', '212431.580000', '212432.040000', '212432.500000', '212432.960000', '212433.420000', '212433.880000', '212434.340000', '212434.800000', '212435.260000', '212435.720000', '212436.180000', '212436.640000', '212437.100000', '212437.560000', '212438.020000', '212438.480000', '212438.940000', '212439.400000', '212439.860000', '212440.320000', '212440.780000', '212441.240000', '212441.700000', '212442.160000', '212442.620000', '212443.080000', '212443.540000', '212444.000000', '212444.460000', '212444.920000', '212445.380000', '212445.840000', '212446.300000', '212446.760000', '212447.220000', '212447.680000', '212448.140000', '212448.600000', '212449.060000', '212449.520000', '212449.980000', '212450.440000', '212450.900000', '212451.360000', '212451.820000', '212452.280000', '212452.740000', '212453.200000', '212453.660000', '212454.120000', '212454.580000', '212455.040000', '212455.500000', '212455.960000', '212456.420000', '212456.880000', '212457.340000', '212457.800000', '212458.260000', '212458.720000', '212459.180000', '212459.640000', '212500.100000', '212500.560000', '212501.020000', '212501.480000', '212501.940000', '212502.400000', '212502.860000', '212503.320000', '212503.780000', '212504.240000', '212504.700000', '212505.160000', '212505.620000', '212506.080000', '212506.540000', '212507.000000', '212507.460000', '212507.920000', '212508.380000', '212508.840000', '212509.300000', '212509.760000', '212510.220000', '212510.680000', '212511.140000', '212511.600000', '212512.060000', '212512.520000', '212512.980000', '212513.440000', '212513.900000', '212514.360000', '212514.820000', '212515.280000', '212515.740000', '212516.200000', '212516.660000', '212517.120000', '212517.580000', '212518.040000', '212518.500000', '212518.960000', '212519.420000', '212519.880000', '212520.340000', '212520.800000', '212521.260000', '212521.720000', '212522.180000', '212522.640000', '212523.100000', '212523.560000', '212524.020000', '212524.480000', '212524.940000', '212525.400000', '212525.860000', '212526.320000', '212526.780000', '212527.240000', '212527.700000', '212528.160000', '212528.620000', '212529.080000', '212529.540000', '212530.000000', '212530.460000', '212530.920000', '212531.380000', '212531.840000', '212532.300000', '212532.760000', '212533.220000', '212533.680000', '212534.140000', '212534.600000', '212535.060000', '212535.520000', '212535.980000', '212536.440000', '212536.900000', '212537.360000', '212537.820000', '212538.280000', '212538.740000', '212539.200000', '212539.660000', '212540.120000', '212540.580000', '212541.040000', '212541.500000', '212541.960000', '212542.420000', '212542.880000', '212543.340000', '212543.800000', '212544.260000', '212544.720000', '212545.180000', '212545.640000', '212546.100000', '212546.560000', '212547.020000', '212547.480000', '212547.940000', '212548.400000', '212548.860000', '212549.320000', '212549.780000', '212550.240000', '212550.700000', '212551.160000', '212551.620000', '212552.080000', '212552.540000', '212553.000000', '212553.460000', '212553.920000', '212554.380000', '212554.840000', '212555.300000', '212555.760000', '212556.220000', '212556.680000', '212557.140000', '212557.600000', '212558.060000', '212558.520000', '212558.980000', '212559.440000', '212559.900000', '212600.360000', '212600.820000', '212601.280000', '212601.740000', '212602.200000', '212602.660000', '212603.120000', '212603.580000', '212604.040000', '212604.500000', '212604.960000', '212605.420000', '212605.880000', '212606.340000', '212606.800000', '212607.260000', '212607.720000', '212608.180000', '212608.640000', '212609.100000', '212609.560000', '212610.020000', '212610.480000', '212610.940000', '212611.400000', '212611.860000', '212612.320000', '212612.780000', '212613.240000', '212613.700000', '212614.160000', '212614.620000', '212615.080000', '212615.540000', '212616.000000', '212616.460000', '212616.920000', '212617.380000', '212617.840000', '212618.300000', '212618.760000', '212619.220000', '212619.680000', '212620.140000', '212620.600000', '212621.060000', '212621.520000', '212621.980000', '212622.440000', '212622.900000', '212623.360000', '212623.820000', '212624.280000', '212624.740000', '212625.200000', '212625.660000', '212626.120000', '212626.580000', '212627.040000', '212627.500000', '212627.960000', '212628.420000', '212628.880000', '212629.340000', '212629.800000', '212630.260000', '212630.720000', '212631.180000', '212631.640000', '212632.100000', '212632.560000', '212633.020000', '212633.480000', '212633.940000', '212634.400000', '212634.860000', '212635.320000', '212635.780000', '212636.240000', '212636.700000', '212637.160000', '212637.620000', '212638.080000', '212638.540000', '212639.000000', '212639.460000', '212639.920000', '212640.380000', '212640.840000', '212641.300000', '212641.760000', '212642.220000', '212642.680000', '212643.140000', '212643.600000', '212644.060000', '212644.520000', '212644.980000', '212645.440000', '212645.900000', '212646.360000', '212646.820000', '212647.280000', '212647.740000', '212648.200000', '212648.660000', '212649.120000', '212649.580000', '212650.040000', '212650.500000', '212650.960000', '212651.420000', '212651.880000', '212652.340000', '212652.800000', '212653.260000', '212653.720000', '212654.180000', '212654.640000', '212655.100000', '212655.560000', '212656.020000', '212656.480000', '212656.940000', '212657.400000', '212657.860000', '212658.320000', '212658.780000', '212659.240000', '212659.700000', '212700.160000', '212700.620000', '212701.080000', '212701.540000', '212702.000000', '212702.460000', '212702.920000', '212703.380000', '212703.840000', '212704.300000', '212704.760000', '212705.220000', '212705.680000', '212706.140000', '212706.600000', '212707.060000', '212707.520000', '212707.980000', '212708.440000', '212708.900000', '212709.360000', '212709.820000', '212710.280000', '212710.740000', '212711.200000', '212711.660000', '212712.120000', '212712.580000', '212713.040000', '212713.500000', '212713.960000', '212714.420000', '212714.880000', '212715.340000', '212715.800000', '212716.260000', '212716.720000', '212717.180000', '212717.640000', '212718.100000', '212718.560000', '212719.020000', '212719.480000', '212719.940000', '212720.400000', '212720.860000', '212721.320000', '212721.780000', '212722.240000', '212722.700000', '212723.160000', '212723.620000', '212724.080000', '212724.540000', '212725.000000', '212725.460000', '212725.920000', '212726.380000', '212726.840000', '212727.300000', '212727.760000', '212728.220000', '212728.680000', '212729.140000', '212729.600000', '212730.060000', '212730.520000', '212730.980000', '212731.440000', '212731.900000', '212732.360000', '212732.820000', '212733.280000', '212733.740000', '212734.200000', '212734.660000', '212735.120000', '212735.580000', '212736.040000', '212736.500000', '212736.960000', '212737.420000', '212737.880000', '212738.340000', '212738.800000', '212739.260000', '212739.720000', '212740.180000', '212740.640000', '212741.100000', '212741.560000', '212742.020000', '212742.480000', '212742.940000', '212743.400000', '212743.860000', '212744.320000', '212744.780000', '212745.240000', '212745.700000', '212746.160000', '212746.620000', '212747.080000', '212747.540000', '212748.000000', '212748.460000', '212748.920000', '212749.380000', '212749.840000', '212750.300000', '212750.760000', '212751.220000', '212751.680000', '212752.140000', '212752.600000', '212753.060000', '212753.520000', '212753.980000', '212754.440000', '212754.900000', '212755.360000', '212755.820000', '212756.280000', '212756.740000', '212757.200000', '212757.660000', '212758.120000', '212758.580000', '212759.040000', '212759.500000', '212759.960000', '212800.420000', '212800.880000', '212801.340000', '212801.800000', '212802.260000', '212802.720000', '212803.180000', '212803.640000', '212804.100000', '212804.560000', '212805.020000', '212805.480000', '212805.940000', '212806.400000', '212806.860000', '212807.320000', '212807.780000', '212808.240000', '212808.700000', '212809.160000', '212809.620000', '212810.080000', '212810.540000', '212811.000000', '212811.460000', '212811.920000', '212812.380000', '212812.840000', '212813.300000', '212813.760000', '212814.220000', '212814.680000', '212815.140000', '212815.600000', '212816.060000', '212816.520000', '212816.980000', '212817.440000', '212817.900000', '212818.360000', '212818.820000', '212819.280000', '212819.740000', '212820.200000', '212820.660000', '212821.120000', '212821.580000', '212822.040000', '212822.500000', '212822.960000', '212823.420000', '212823.880000', '212824.340000', '212824.800000', '212825.260000', '212825.720000', '212826.180000', '212826.640000', '212827.100000', '212827.560000', '212828.020000', '212828.480000', '212828.940000', '212829.400000', '212829.860000', '212830.320000', '212830.780000', '212831.240000', '212831.700000', '212832.160000', '212832.620000', '212833.080000', '212833.540000', '212834.000000', '212834.460000', '212834.920000', '212835.380000', '212835.840000', '212836.300000', '212836.760000', '212837.220000', '212837.680000', '212838.140000', '212838.600000', '212839.060000', '212839.520000', '212839.980000', '212840.440000', '212840.900000', '212841.360000', '212841.820000', '212842.280000', '212842.740000', '212843.200000', '212843.660000', '212844.120000', '212844.580000', '212845.040000', '212845.500000', '212845.960000', '212846.420000', '212846.880000', '212847.340000', '212847.800000', '212848.260000', '212848.720000', '212849.180000', '212849.640000', '212850.100000', '212850.560000', '212851.020000', '212851.480000', '212851.940000', '212852.400000', '212852.860000', '212853.320000', '212853.780000', '212854.240000', '212854.700000', '212855.160000', '212855.620000', '212856.080000', '212856.540000', '212857.000000', '212857.460000', '212857.920000', '212858.380000', '212858.840000', '212859.300000', '212859.760000', '212900.220000', '212900.680000', '212901.140000', '212901.600000', '212902.060000', '212902.520000', '212902.980000', '212903.440000', '212903.900000', '212904.360000', '212904.820000', '212905.280000', '212905.740000', '212906.200000', '212906.660000', '212907.120000', '212907.580000', '212908.040000', '212908.500000', '212908.960000', '212909.420000', '212909.880000', '212910.340000', '212910.800000', '212911.260000', '212911.720000', '212912.180000', '212912.640000', '212913.100000', '212913.560000', '212914.020000', '212914.480000', '212914.940000', '212915.400000', '212915.860000', '212916.320000', '212916.780000', '212917.240000', '212917.700000', '212918.160000', '212918.620000', '212919.080000', '212919.540000', '212920.000000', '212920.460000', '212920.920000', '212921.380000', '212921.840000', '212922.300000', '212922.760000', '212923.220000', '212923.680000', '212924.140000', '212924.600000', '212925.060000', '212925.520000', '212925.980000', '212926.440000', '212926.900000', '212927.360000', '212927.820000', '212928.280000', '212928.740000', '212929.200000', '212929.660000', '212930.120000', '212930.580000', '212931.040000', '212931.500000', '212931.960000', '212932.420000', '212932.880000', '212933.340000', '212933.800000', '212934.260000', '212934.720000', '212935.180000', '212935.640000', '212936.100000', '212936.560000', '212937.020000', '212937.480000', '212937.940000', '212938.400000', '212938.860000', '212939.320000', '212939.780000', '212940.240000', '212940.700000', '212941.160000', '212941.620000', '212942.080000', '212942.540000', '212943.000000', '212943.460000', '212943.920000', '212944.380000', '212944.840000', '212945.300000', '212945.760000', '212946.220000', '212946.680000', '212947.140000', '212947.600000', '212948.060000', '212948.520000', '212948.980000', '212949.440000', '212949.900000', '212950.360000', '212950.820000', '212951.280000', '212951.740000', '212952.200000', '212952.660000', '212953.120000', '212953.580000', '212954.040000', '212954.500000', '212954.960000', '212955.420000', '212955.880000', '212956.340000', '212956.800000', '212957.260000', '212957.720000', '212958.180000', '212958.640000', '212959.100000', '212959.560000', '213000.020000', '213000.480000', '213000.940000', '213001.400000', '213001.860000', '213002.320000', '213002.780000', '213003.240000', '213003.700000', '213004.160000', '213004.620000', '213005.080000', '213005.540000', '213006.000000', '213006.460000', '213006.920000', '213007.380000', '213007.840000', '213008.300000', '213008.760000', '213009.220000', '213009.680000', '213010.140000', '213010.600000', '213011.060000', '213011.520000', '213011.980000', '213012.440000', '213012.900000', '213013.360000', '213013.820000', '213014.280000', '213014.740000', '213015.200000', '213015.660000', '213016.120000', '213016.580000', '213017.040000', '213017.500000', '213017.960000', '213018.420000', '213018.880000', '213019.340000', '213019.800000', '213020.260000', '213020.720000', '213021.180000', '213021.640000', '213022.100000', '213022.560000', '213023.020000', '213023.480000', '213023.940000', '213024.400000', '213024.860000', '213025.320000', '213025.780000', '213026.240000', '213026.700000', '213027.160000', '213027.620000', '213028.080000', '213028.540000', '213029.000000', '213029.460000', '213029.920000', '213030.380000', '213030.840000', '213031.300000', '213031.760000', '213032.220000', '213032.680000', '213033.140000', '213033.600000', '213034.060000', '213034.520000', '213034.980000', '213035.440000', '213035.900000', '213036.360000', '213036.820000', '213037.280000', '213037.740000', '213038.200000', '213038.660000', '213039.120000', '213039.580000', '213040.040000', '213040.500000', '213040.960000', '213041.420000', '213041.880000', '213042.340000', '213042.800000', '213043.260000', '213043.720000', '213044.180000', '213044.640000', '213045.100000', '213045.560000', '213046.020000', '213046.480000', '213046.940000', '213047.400000', '213047.860000', '213048.320000', '213048.780000', '213049.240000', '213049.700000', '213050.160000', '213050.620000', '213051.080000', '213051.540000', '213052.000000', '213052.460000', '213052.920000', '213053.380000', '213053.840000', '213054.300000', '213054.760000', '213055.220000', '213055.680000', '213056.140000', '213056.600000', '213057.060000', '213057.520000'], 'ContentTime': ['212234.880000', '212234.883000', '212234.885000', '212234.888000', '212234.891000', '212234.894000', '212234.896000', '212234.899000', '212234.902000', '212234.904000', '212234.907000', '212234.909000', '212234.912000', '212234.915000', '212234.917000', '212234.925000', '212234.928000', '212234.930000', '212234.933000', '212234.935000', '212234.938000', '212234.941000', '212234.943000', '212234.946000', '212234.948000', '212234.951000', '212234.953000', '212234.956000', '212234.959000', '212234.961000', '212234.964000', '212234.966000', '212234.969000', '212234.971000', '212234.974000', '212234.976000', '212234.979000', '212234.982000', '212234.984000', '212234.987000', '212234.989000', '212234.992000', '212234.994000', '212234.997000', '212235.001000', '212235.003000', '212235.006000', '212235.008000', '212235.011000', '212235.013000', '212235.016000', '212235.019000', '212235.021000', '212235.024000', '212235.031000', '212235.034000', '212235.036000', '212235.039000', '212235.041000', '212235.044000', '212254.838000', '212254.841000', '212254.844000', '212254.846000', '212254.849000', '212254.851000', '212254.854000', '212254.857000', '212254.859000', '212254.862000', '212254.865000', '212254.867000', '212254.870000', '212254.873000', '212254.875000', '212254.878000', '212254.880000', '212254.883000', '212254.885000', '212254.888000', '212254.890000', '212254.893000', '212254.896000', '212254.898000', '212254.901000', '212254.903000', '212254.906000', '212254.908000', '212254.911000', '212254.914000', '212254.916000', '212254.919000', '212254.921000', '212254.924000', '212254.926000', '212254.929000', '212254.931000', '212254.934000', '212254.937000', '212254.939000', '212254.942000', '212254.944000', '212254.947000', '212314.839000', '212314.842000', '212314.845000', '212314.847000', '212314.850000', '212314.852000', '212314.855000', '212314.858000', '212314.867000', '212314.878000', '212314.880000', '212314.883000', '212314.885000', '212314.888000', '212314.891000', '212314.893000', '212314.896000', '212314.898000', '212314.901000', '212314.904000', '212314.906000', '212314.909000', '212314.911000', '212314.914000', '212314.916000', '212314.919000', '212314.922000', '212314.924000', '212314.927000', '212314.929000', '212314.932000', '212314.934000', '212314.937000', '212314.939000', '212314.942000', '212314.945000', '212314.947000', '212314.950000', '212314.953000', '212314.955000', '212314.958000', '212314.960000', '212314.963000', '212334.838000', '212334.841000', '212334.844000', '212334.847000', '212334.849000', '212334.852000', '212334.855000', '212334.857000', '212334.860000', '212334.862000', '212334.865000', '212334.867000', '212334.870000', '212334.873000', '212334.879000', '212334.881000', '212334.884000', '212334.886000', '212334.889000', '212334.891000', '212334.894000', '212334.896000', '212334.899000', '212334.902000', '212334.904000', '212334.907000', '212334.909000', '212334.912000', '212334.914000', '212334.917000', '212334.920000', '212334.922000', '212334.925000', '212334.927000', '212334.930000', '212334.932000', '212334.935000', '212334.938000', '212334.940000', '212334.943000', '212334.945000', '212334.948000', '212334.951000', '212334.953000', '212354.838000', '212354.841000', '212354.844000', '212354.846000', '212354.849000', '212354.851000', '212354.854000', '212354.857000', '212354.859000', '212354.862000', '212354.864000', '212354.867000', '212354.869000', '212354.872000', '212354.874000', '212354.877000', '212354.879000', '212354.882000', '212354.885000', '212354.888000', '212354.891000', '212354.894000', '212354.896000', '212354.899000', '212354.901000', '212354.904000', '212354.917000', '212354.920000', '212354.922000', '212354.925000', '212354.928000', '212354.931000', '212354.933000', '212354.936000', '212354.939000', '212354.942000', '212354.945000', '212354.947000', '212354.950000', '212354.953000', '212354.955000', '212354.958000', '212354.960000', '212414.838000', '212414.841000', '212414.844000', '212414.846000', '212414.849000', '212414.860000', '212414.863000', '212414.866000', '212414.868000', '212414.871000', '212414.873000', '212414.876000', '212414.878000', '212414.881000', '212414.884000', '212414.886000', '212414.889000', '212414.891000', '212414.894000', '212414.896000', '212414.899000', '212414.902000', '212414.904000', '212414.907000', '212414.909000', '212414.912000', '212414.914000', '212414.917000', '212414.920000', '212414.922000', '212414.925000', '212414.927000', '212414.930000', '212414.932000', '212414.935000', '212414.938000', '212414.940000', '212414.943000', '212414.945000', '212414.948000', '212414.950000', '212414.953000', '212414.956000', '212414.958000', '212434.838000', '212434.841000', '212434.844000', '212434.846000', '212434.849000', '212434.852000', '212434.854000', '212434.857000', '212434.859000', '212434.862000', '212434.865000', '212434.867000', '212434.870000', '212434.873000', '212434.875000', '212434.878000', '212434.881000', '212434.883000', '212434.886000', '212434.888000', '212434.891000', '212434.894000', '212434.896000', '212434.899000', '212434.901000', '212434.904000', '212434.906000', '212434.909000', '212434.912000', '212434.914000', '212434.917000', '212434.919000', '212434.922000', '212434.925000', '212434.927000', '212434.930000', '212434.932000', '212434.935000', '212434.938000', '212434.940000', '212434.943000', '212434.945000', '212434.948000', '212454.840000', '212454.842000', '212454.845000', '212454.847000', '212454.850000', '212454.879000', '212454.882000', '212454.885000', '212454.887000', '212454.890000', '212454.892000', '212454.895000', '212454.897000', '212454.900000', '212454.902000', '212454.905000', '212454.908000', '212454.910000', '212454.913000', '212454.915000', '212454.918000', '212454.920000', '212454.923000', '212454.925000', '212454.928000', '212454.931000', '212454.933000', '212454.936000', '212454.938000', '212454.941000', '212454.944000', '212454.946000', '212454.949000', '212454.951000', '212454.954000', '212454.956000', '212454.959000', '212454.961000', '212454.964000', '212454.967000', '212454.969000', '212454.972000', '212454.974000', '212454.977000', '212514.839000', '212514.841000', '212514.844000', '212514.846000', '212514.849000', '212514.852000', '212514.854000', '212514.857000', '212514.859000', '212514.862000', '212514.864000', '212514.867000', '212514.870000', '212514.872000', '212514.875000', '212514.877000', '212514.880000', '212514.882000', '212514.885000', '212514.887000', '212514.890000', '212514.893000', '212514.895000', '212514.898000', '212514.900000', '212514.903000', '212514.906000', '212514.908000', '212514.911000', '212514.914000', '212514.918000', '212514.921000', '212514.924000', '212514.927000', '212514.929000', '212514.932000', '212514.935000', '212514.937000', '212514.940000', '212514.942000', '212514.945000', '212514.948000', '212514.950000', '212534.839000', '212534.841000', '212534.844000', '212534.846000', '212534.849000', '212534.852000', '212534.854000', '212534.857000', '212534.859000', '212534.862000', '212534.864000', '212534.867000', '212534.869000', '212534.872000', '212534.875000', '212534.877000', '212534.880000', '212534.883000', '212534.885000', '212534.888000', '212534.890000', '212534.893000', '212534.896000', '212534.898000', '212534.901000', '212534.903000', '212534.906000', '212534.908000', '212534.911000', '212534.913000', '212534.916000', '212534.919000', '212534.921000', '212534.924000', '212534.926000', '212534.929000', '212534.931000', '212534.934000', '212534.937000', '212534.939000', '212534.942000', '212534.944000', '212534.947000', '212534.949000', '212554.838000', '212554.841000', '212554.844000', '212554.846000', '212554.849000', '212554.852000', '212554.854000', '212554.857000', '212554.859000', '212554.862000', '212554.864000', '212554.867000', '212554.870000', '212554.872000', '212554.875000', '212554.877000', '212554.880000', '212554.882000', '212554.885000', '212554.888000', '212554.890000', '212554.893000', '212554.895000', '212554.898000', '212554.901000', '212554.903000', '212554.906000', '212554.908000', '212554.911000', '212554.913000', '212554.916000', '212554.918000', '212554.921000', '212554.924000', '212554.926000', '212554.929000', '212554.932000', '212554.935000', '212554.937000', '212554.940000', '212554.943000', '212554.945000', '212554.948000', '212614.838000', '212614.841000', '212614.844000', '212614.846000', '212614.849000', '212614.852000', '212614.854000', '212614.857000', '212614.859000', '212614.862000', '212614.878000', '212614.881000', '212614.884000', '212614.886000', '212614.889000', '212614.891000', '212614.894000', '212614.896000', '212614.899000', '212614.901000', '212614.904000', '212614.907000', '212614.909000', '212614.912000', '212614.914000', '212614.917000', '212614.919000', '212614.922000', '212614.924000', '212614.927000', '212614.947000', '212614.949000', '212614.952000', '212614.954000', '212614.957000', '212614.960000', '212614.962000', '212614.965000', '212614.967000', '212614.970000', '212614.972000', '212614.975000', '212614.977000', '212614.980000', '212634.839000', '212634.842000', '212634.844000', '212634.847000', '212634.849000', '212634.852000', '212634.855000', '212634.857000', '212634.860000', '212634.862000', '212634.865000', '212634.868000', '212634.870000', '212634.873000', '212634.876000', '212634.878000', '212634.881000', '212634.884000', '212634.886000', '212634.889000', '212634.891000', '212634.894000', '212634.896000', '212634.899000', '212634.902000', '212634.904000', '212634.907000', '212634.909000', '212634.912000', '212634.915000', '212634.917000', '212634.920000', '212634.922000', '212634.925000', '212634.927000', '212634.930000', '212634.933000', '212634.935000', '212634.938000', '212634.940000', '212634.943000', '212634.945000', '212634.948000', '212654.838000', '212654.841000', '212654.844000', '212654.846000', '212654.849000', '212654.851000', '212654.854000', '212654.857000', '212654.859000', '212654.862000', '212654.864000', '212654.867000', '212654.869000', '212654.872000', '212654.875000', '212654.877000', '212654.880000', '212654.882000', '212654.885000', '212654.887000', '212654.890000', '212654.893000', '212654.895000', '212654.898000', '212654.900000', '212654.903000', '212654.905000', '212654.908000', '212654.911000', '212654.913000', '212654.916000', '212654.918000', '212654.921000', '212654.924000', '212654.926000', '212654.929000', '212654.931000', '212654.939000', '212654.941000', '212654.944000', '212654.946000', '212654.949000', '212654.952000', '212654.954000', '212714.839000', '212714.841000', '212714.844000', '212714.847000', '212714.849000', '212714.852000', '212714.854000', '212714.857000', '212714.859000', '212714.862000', '212714.864000', '212714.867000', '212714.870000', '212714.872000', '212714.875000', '212714.878000', '212714.880000', '212714.883000', '212714.885000', '212714.888000', '212714.890000', '212714.893000', '212714.895000', '212714.898000', '212714.901000', '212714.903000', '212714.906000', '212714.909000', '212714.912000', '212714.915000', '212714.918000', '212714.920000', '212714.923000', '212714.941000', '212714.943000', '212714.946000', '212714.948000', '212714.951000', '212714.954000', '212714.956000', '212714.959000', '212714.961000', '212714.964000', '212734.838000', '212734.841000', '212734.844000', '212734.846000', '212734.849000', '212734.851000', '212734.854000', '212734.856000', '212734.859000', '212734.862000', '212734.864000', '212734.867000', '212734.869000', '212734.872000', '212734.875000', '212734.877000', '212734.880000', '212734.882000', '212734.885000', '212734.887000', '212734.890000', '212734.893000', '212734.895000', '212734.898000', '212734.900000', '212734.903000', '212734.905000', '212734.908000', '212734.911000', '212734.913000', '212734.916000', '212734.918000', '212734.921000', '212734.923000', '212734.926000', '212734.929000', '212734.931000', '212734.934000', '212734.936000', '212734.939000', '212734.941000', '212734.944000', '212734.947000', '212734.949000', '212754.838000', '212754.841000', '212754.844000', '212754.847000', '212754.849000', '212754.852000', '212754.855000', '212754.857000', '212754.860000', '212754.863000', '212754.865000', '212754.868000', '212754.871000', '212754.873000', '212754.876000', '212754.879000', '212754.881000', '212754.884000', '212754.886000', '212754.889000', '212754.891000', '212754.894000', '212754.897000', '212754.899000', '212754.902000', '212754.905000', '212754.907000', '212754.910000', '212754.912000', '212754.915000', '212754.917000', '212754.920000', '212754.923000', '212754.925000', '212754.928000', '212754.930000', '212754.933000', '212754.936000', '212754.938000', '212754.941000', '212754.943000', '212754.946000', '212754.949000', '212814.838000', '212814.841000', '212814.844000', '212814.846000', '212814.849000', '212814.852000', '212814.854000', '212814.857000', '212814.859000', '212814.862000', '212814.865000', '212814.867000', '212814.870000', '212814.873000', '212814.875000', '212814.878000', '212814.880000', '212814.883000', '212814.885000', '212814.888000', '212814.890000', '212814.893000', '212814.896000', '212814.898000', '212814.901000', '212814.903000', '212814.906000', '212814.908000', '212814.911000', '212814.913000', '212814.916000', '212814.919000', '212814.921000', '212814.924000', '212814.926000', '212814.929000', '212814.931000', '212814.934000', '212814.936000', '212814.939000', '212814.942000', '212814.944000', '212814.947000', '212834.839000', '212834.841000', '212834.844000', '212834.846000', '212834.849000', '212834.852000', '212834.854000', '212834.857000', '212834.859000', '212834.862000', '212834.864000', '212834.867000', '212834.870000', '212834.872000', '212834.875000', '212834.877000', '212834.880000', '212834.882000', '212834.885000', '212834.888000', '212834.890000', '212834.893000', '212834.895000', '212834.898000', '212834.900000', '212834.903000', '212834.905000', '212834.908000', '212834.911000', '212834.913000', '212834.916000', '212834.918000', '212834.921000', '212834.924000', '212834.926000', '212834.929000', '212834.931000', '212834.934000', '212834.936000', '212834.939000', '212834.942000', '212834.944000', '212834.947000', '212834.949000', '212854.839000', '212854.841000', '212854.844000', '212854.846000', '212854.849000', '212854.852000', '212854.854000', '212854.857000', '212854.859000', '212854.862000', '212854.865000', '212854.867000', '212854.870000', '212854.879000', '212854.881000', '212854.884000', '212854.886000', '212854.889000', '212854.891000', '212854.894000', '212854.896000', '212854.899000', '212854.902000', '212854.904000', '212854.907000', '212854.909000', '212854.912000', '212854.914000', '212854.917000', '212854.920000', '212854.922000', '212854.925000', '212854.927000', '212854.930000', '212854.938000', '212854.941000', '212854.943000', '212854.946000', '212854.948000', '212854.951000', '212854.954000', '212854.956000', '212854.959000', '212854.961000', '212914.838000', '212914.841000', '212914.844000', '212914.846000', '212914.849000', '212914.851000', '212914.854000', '212914.874000', '212914.876000', '212914.879000', '212914.881000', '212914.884000', '212914.886000', '212914.889000', '212914.892000', '212914.894000', '212914.897000', '212914.899000', '212914.902000', '212914.904000', '212914.907000', '212914.910000', '212914.912000', '212914.915000', '212914.917000', '212914.920000', '212914.923000', '212914.925000', '212914.928000', '212914.930000', '212914.933000', '212914.935000', '212914.938000', '212914.941000', '212914.943000', '212914.946000', '212914.948000', '212914.951000', '212914.954000', '212914.956000', '212914.959000', '212914.961000', '212914.964000', '212934.838000', '212934.841000', '212934.844000', '212934.846000', '212934.849000', '212934.852000', '212934.854000', '212934.857000', '212934.859000', '212934.862000', '212934.864000', '212934.867000', '212934.870000', '212934.872000', '212934.875000', '212934.877000', '212934.880000', '212934.883000', '212934.886000', '212934.888000', '212934.891000', '212934.894000', '212934.896000', '212934.899000', '212934.901000', '212934.904000', '212934.906000', '212934.909000', '212934.912000', '212934.914000', '212934.917000', '212934.919000', '212934.922000', '212934.925000', '212934.927000', '212934.930000', '212934.932000', '212934.935000', '212934.937000', '212934.940000', '212934.943000', '212934.945000', '212934.948000', '212934.950000', '212954.838000', '212954.841000', '212954.844000', '212954.853000', '212954.856000', '212954.858000', '212954.861000', '212954.863000', '212954.866000', '212954.869000', '212954.871000', '212954.874000', '212954.876000', '212954.879000', '212954.882000', '212954.884000', '212954.887000', '212954.889000', '212954.892000', '212954.894000', '212954.897000', '212954.900000', '212954.902000', '212954.905000', '212954.907000', '212954.910000', '212954.912000', '212954.915000', '212954.918000', '212954.920000', '212954.923000', '212954.925000', '212954.928000', '212954.930000', '212954.933000', '212954.936000', '212954.938000', '212954.941000', '212954.943000', '212954.946000', '212954.948000', '212954.951000', '212954.953000', '213014.839000', '213014.842000', '213014.845000', '213014.847000', '213014.850000', '213014.853000', '213014.856000', '213014.859000', '213014.862000', '213014.864000', '213014.867000', '213014.870000', '213014.873000', '213014.875000', '213014.878000', '213014.881000', '213014.883000', '213014.886000', '213014.889000', '213014.892000', '213014.895000', '213014.898000', '213014.900000', '213014.903000', '213014.906000', '213014.908000', '213014.911000', '213014.913000', '213014.916000', '213014.918000', '213014.921000', '213014.924000', '213014.926000', '213014.929000', '213014.932000', '213014.934000', '213014.937000', '213014.939000', '213014.942000', '213014.944000', '213014.947000', '213014.950000', '213014.952000', '213034.838000', '213034.841000', '213034.844000', '213034.846000', '213034.849000', '213034.866000', '213034.869000', '213034.872000', '213034.874000', '213034.877000', '213034.879000', '213034.882000', '213034.885000', '213034.887000', '213034.890000', '213034.893000', '213034.895000', '213034.898000', '213034.900000', '213034.903000', '213034.906000', '213034.908000', '213034.911000', '213034.913000', '213034.916000', '213034.919000', '213034.921000', '213034.924000', '213034.926000', '213034.929000', '213034.932000', '213034.934000', '213034.937000', '213034.939000', '213034.942000', '213034.945000', '213034.947000', '213034.950000', '213034.952000', '213034.955000', '213034.958000', '213034.960000', '213034.963000', '213034.965000', '213054.838000', '213054.841000', '213054.844000', '213054.847000', '213054.849000', '213054.852000', '213054.854000', '213054.857000', '213054.860000', '213054.862000', '213054.865000', '213054.868000', '213054.870000', '213054.873000', '213054.875000', '213054.878000', '213054.881000', '213054.883000', '213054.886000', '213054.888000', '213054.891000', '213054.894000', '213054.896000', '213054.899000', '213054.901000', '213054.904000', '213054.907000', '213054.909000', '213054.912000', '213054.914000', '213054.917000', '213054.920000', '213054.922000', '213054.925000', '213054.927000', '213054.934000', '213054.937000', '213054.939000', '213054.942000', '213054.945000', '213054.947000', '213054.950000', '213054.952000', '213058.937000', '213058.939000', '213058.942000', '213058.945000', '213058.947000', '213058.950000', '213058.953000', '213058.955000', '213058.958000', '213058.960000'], 'InstanceCreationTime': ['212234.880000', '212234.883000', '212234.885000', '212234.888000', '212234.891000', '212234.894000', '212234.896000', '212234.899000', '212234.902000', '212234.904000', '212234.907000', '212234.909000', '212234.912000', '212234.915000', '212234.917000', '212234.925000', '212234.928000', '212234.930000', '212234.933000', '212234.935000', '212234.938000', '212234.941000', '212234.943000', '212234.946000', '212234.948000', '212234.951000', '212234.953000', '212234.956000', '212234.959000', '212234.961000', '212234.964000', '212234.966000', '212234.969000', '212234.971000', '212234.974000', '212234.976000', '212234.979000', '212234.982000', '212234.984000', '212234.987000', '212234.989000', '212234.992000', '212234.994000', '212234.997000', '212235.001000', '212235.003000', '212235.006000', '212235.008000', '212235.011000', '212235.013000', '212235.016000', '212235.019000', '212235.021000', '212235.024000', '212235.031000', '212235.034000', '212235.036000', '212235.039000', '212235.041000', '212235.044000', '212254.838000', '212254.841000', '212254.844000', '212254.846000', '212254.849000', '212254.851000', '212254.854000', '212254.857000', '212254.859000', '212254.862000', '212254.865000', '212254.867000', '212254.870000', '212254.873000', '212254.875000', '212254.878000', '212254.880000', '212254.883000', '212254.885000', '212254.888000', '212254.890000', '212254.893000', '212254.896000', '212254.898000', '212254.901000', '212254.903000', '212254.906000', '212254.908000', '212254.911000', '212254.914000', '212254.916000', '212254.919000', '212254.921000', '212254.924000', '212254.926000', '212254.929000', '212254.931000', '212254.934000', '212254.937000', '212254.939000', '212254.942000', '212254.944000', '212254.947000', '212314.839000', '212314.842000', '212314.845000', '212314.847000', '212314.850000', '212314.852000', '212314.855000', '212314.858000', '212314.867000', '212314.878000', '212314.880000', '212314.883000', '212314.885000', '212314.888000', '212314.891000', '212314.893000', '212314.896000', '212314.898000', '212314.901000', '212314.904000', '212314.906000', '212314.909000', '212314.911000', '212314.914000', '212314.916000', '212314.919000', '212314.922000', '212314.924000', '212314.927000', '212314.929000', '212314.932000', '212314.934000', '212314.937000', '212314.939000', '212314.942000', '212314.945000', '212314.947000', '212314.950000', '212314.953000', '212314.955000', '212314.958000', '212314.960000', '212314.963000', '212334.838000', '212334.841000', '212334.844000', '212334.847000', '212334.849000', '212334.852000', '212334.855000', '212334.857000', '212334.860000', '212334.862000', '212334.865000', '212334.867000', '212334.870000', '212334.873000', '212334.879000', '212334.881000', '212334.884000', '212334.886000', '212334.889000', '212334.891000', '212334.894000', '212334.896000', '212334.899000', '212334.902000', '212334.904000', '212334.907000', '212334.909000', '212334.912000', '212334.914000', '212334.917000', '212334.920000', '212334.922000', '212334.925000', '212334.927000', '212334.930000', '212334.932000', '212334.935000', '212334.938000', '212334.940000', '212334.943000', '212334.945000', '212334.948000', '212334.951000', '212334.953000', '212354.838000', '212354.841000', '212354.844000', '212354.846000', '212354.849000', '212354.851000', '212354.854000', '212354.857000', '212354.859000', '212354.862000', '212354.864000', '212354.867000', '212354.869000', '212354.872000', '212354.874000', '212354.877000', '212354.879000', '212354.882000', '212354.885000', '212354.888000', '212354.891000', '212354.894000', '212354.896000', '212354.899000', '212354.901000', '212354.904000', '212354.917000', '212354.920000', '212354.922000', '212354.925000', '212354.928000', '212354.931000', '212354.933000', '212354.936000', '212354.939000', '212354.942000', '212354.945000', '212354.947000', '212354.950000', '212354.953000', '212354.955000', '212354.958000', '212354.960000', '212414.838000', '212414.841000', '212414.844000', '212414.846000', '212414.849000', '212414.860000', '212414.863000', '212414.866000', '212414.868000', '212414.871000', '212414.873000', '212414.876000', '212414.878000', '212414.881000', '212414.884000', '212414.886000', '212414.889000', '212414.891000', '212414.894000', '212414.896000', '212414.899000', '212414.902000', '212414.904000', '212414.907000', '212414.909000', '212414.912000', '212414.914000', '212414.917000', '212414.920000', '212414.922000', '212414.925000', '212414.927000', '212414.930000', '212414.932000', '212414.935000', '212414.938000', '212414.940000', '212414.943000', '212414.945000', '212414.948000', '212414.950000', '212414.953000', '212414.956000', '212414.958000', '212434.838000', '212434.841000', '212434.844000', '212434.846000', '212434.849000', '212434.852000', '212434.854000', '212434.857000', '212434.859000', '212434.862000', '212434.865000', '212434.867000', '212434.870000', '212434.873000', '212434.875000', '212434.878000', '212434.881000', '212434.883000', '212434.886000', '212434.888000', '212434.891000', '212434.894000', '212434.896000', '212434.899000', '212434.901000', '212434.904000', '212434.906000', '212434.909000', '212434.912000', '212434.914000', '212434.917000', '212434.919000', '212434.922000', '212434.925000', '212434.927000', '212434.930000', '212434.932000', '212434.935000', '212434.938000', '212434.940000', '212434.943000', '212434.945000', '212434.948000', '212454.840000', '212454.842000', '212454.845000', '212454.847000', '212454.850000', '212454.879000', '212454.882000', '212454.885000', '212454.887000', '212454.890000', '212454.892000', '212454.895000', '212454.897000', '212454.900000', '212454.902000', '212454.905000', '212454.908000', '212454.910000', '212454.913000', '212454.915000', '212454.918000', '212454.920000', '212454.923000', '212454.925000', '212454.928000', '212454.931000', '212454.933000', '212454.936000', '212454.938000', '212454.941000', '212454.944000', '212454.946000', '212454.949000', '212454.951000', '212454.954000', '212454.956000', '212454.959000', '212454.961000', '212454.964000', '212454.967000', '212454.969000', '212454.972000', '212454.974000', '212454.977000', '212514.839000', '212514.841000', '212514.844000', '212514.846000', '212514.849000', '212514.852000', '212514.854000', '212514.857000', '212514.859000', '212514.862000', '212514.864000', '212514.867000', '212514.870000', '212514.872000', '212514.875000', '212514.877000', '212514.880000', '212514.882000', '212514.885000', '212514.887000', '212514.890000', '212514.893000', '212514.895000', '212514.898000', '212514.900000', '212514.903000', '212514.906000', '212514.908000', '212514.911000', '212514.914000', '212514.918000', '212514.921000', '212514.924000', '212514.927000', '212514.929000', '212514.932000', '212514.935000', '212514.937000', '212514.940000', '212514.942000', '212514.945000', '212514.948000', '212514.950000', '212534.839000', '212534.841000', '212534.844000', '212534.846000', '212534.849000', '212534.852000', '212534.854000', '212534.857000', '212534.859000', '212534.862000', '212534.864000', '212534.867000', '212534.869000', '212534.872000', '212534.875000', '212534.877000', '212534.880000', '212534.883000', '212534.885000', '212534.888000', '212534.890000', '212534.893000', '212534.896000', '212534.898000', '212534.901000', '212534.903000', '212534.906000', '212534.908000', '212534.911000', '212534.913000', '212534.916000', '212534.919000', '212534.921000', '212534.924000', '212534.926000', '212534.929000', '212534.931000', '212534.934000', '212534.937000', '212534.939000', '212534.942000', '212534.944000', '212534.947000', '212534.949000', '212554.838000', '212554.841000', '212554.844000', '212554.846000', '212554.849000', '212554.852000', '212554.854000', '212554.857000', '212554.859000', '212554.862000', '212554.864000', '212554.867000', '212554.870000', '212554.872000', '212554.875000', '212554.877000', '212554.880000', '212554.882000', '212554.885000', '212554.888000', '212554.890000', '212554.893000', '212554.895000', '212554.898000', '212554.901000', '212554.903000', '212554.906000', '212554.908000', '212554.911000', '212554.913000', '212554.916000', '212554.918000', '212554.921000', '212554.924000', '212554.926000', '212554.929000', '212554.932000', '212554.935000', '212554.937000', '212554.940000', '212554.943000', '212554.945000', '212554.948000', '212614.838000', '212614.841000', '212614.844000', '212614.846000', '212614.849000', '212614.852000', '212614.854000', '212614.857000', '212614.859000', '212614.862000', '212614.878000', '212614.881000', '212614.884000', '212614.886000', '212614.889000', '212614.891000', '212614.894000', '212614.896000', '212614.899000', '212614.901000', '212614.904000', '212614.907000', '212614.909000', '212614.912000', '212614.914000', '212614.917000', '212614.919000', '212614.922000', '212614.924000', '212614.927000', '212614.947000', '212614.949000', '212614.952000', '212614.954000', '212614.957000', '212614.960000', '212614.962000', '212614.965000', '212614.967000', '212614.970000', '212614.972000', '212614.975000', '212614.977000', '212614.980000', '212634.839000', '212634.842000', '212634.844000', '212634.847000', '212634.849000', '212634.852000', '212634.855000', '212634.857000', '212634.860000', '212634.862000', '212634.865000', '212634.868000', '212634.870000', '212634.873000', '212634.876000', '212634.878000', '212634.881000', '212634.884000', '212634.886000', '212634.889000', '212634.891000', '212634.894000', '212634.896000', '212634.899000', '212634.902000', '212634.904000', '212634.907000', '212634.909000', '212634.912000', '212634.915000', '212634.917000', '212634.920000', '212634.922000', '212634.925000', '212634.927000', '212634.930000', '212634.933000', '212634.935000', '212634.938000', '212634.940000', '212634.943000', '212634.945000', '212634.948000', '212654.838000', '212654.841000', '212654.844000', '212654.846000', '212654.849000', '212654.851000', '212654.854000', '212654.857000', '212654.859000', '212654.862000', '212654.864000', '212654.867000', '212654.869000', '212654.872000', '212654.875000', '212654.877000', '212654.880000', '212654.882000', '212654.885000', '212654.887000', '212654.890000', '212654.893000', '212654.895000', '212654.898000', '212654.900000', '212654.903000', '212654.905000', '212654.908000', '212654.911000', '212654.913000', '212654.916000', '212654.918000', '212654.921000', '212654.924000', '212654.926000', '212654.929000', '212654.931000', '212654.939000', '212654.941000', '212654.944000', '212654.946000', '212654.949000', '212654.952000', '212654.954000', '212714.839000', '212714.841000', '212714.844000', '212714.847000', '212714.849000', '212714.852000', '212714.854000', '212714.857000', '212714.859000', '212714.862000', '212714.864000', '212714.867000', '212714.870000', '212714.872000', '212714.875000', '212714.878000', '212714.880000', '212714.883000', '212714.885000', '212714.888000', '212714.890000', '212714.893000', '212714.895000', '212714.898000', '212714.901000', '212714.903000', '212714.906000', '212714.909000', '212714.912000', '212714.915000', '212714.918000', '212714.920000', '212714.923000', '212714.941000', '212714.943000', '212714.946000', '212714.948000', '212714.951000', '212714.954000', '212714.956000', '212714.959000', '212714.961000', '212714.964000', '212734.838000', '212734.841000', '212734.844000', '212734.846000', '212734.849000', '212734.851000', '212734.854000', '212734.856000', '212734.859000', '212734.862000', '212734.864000', '212734.867000', '212734.869000', '212734.872000', '212734.875000', '212734.877000', '212734.880000', '212734.882000', '212734.885000', '212734.887000', '212734.890000', '212734.893000', '212734.895000', '212734.898000', '212734.900000', '212734.903000', '212734.905000', '212734.908000', '212734.911000', '212734.913000', '212734.916000', '212734.918000', '212734.921000', '212734.923000', '212734.926000', '212734.929000', '212734.931000', '212734.934000', '212734.936000', '212734.939000', '212734.941000', '212734.944000', '212734.947000', '212734.949000', '212754.838000', '212754.841000', '212754.844000', '212754.847000', '212754.849000', '212754.852000', '212754.855000', '212754.857000', '212754.860000', '212754.863000', '212754.865000', '212754.868000', '212754.871000', '212754.873000', '212754.876000', '212754.879000', '212754.881000', '212754.884000', '212754.886000', '212754.889000', '212754.891000', '212754.894000', '212754.897000', '212754.899000', '212754.902000', '212754.905000', '212754.907000', '212754.910000', '212754.912000', '212754.915000', '212754.917000', '212754.920000', '212754.923000', '212754.925000', '212754.928000', '212754.930000', '212754.933000', '212754.936000', '212754.938000', '212754.941000', '212754.943000', '212754.946000', '212754.949000', '212814.838000', '212814.841000', '212814.844000', '212814.846000', '212814.849000', '212814.852000', '212814.854000', '212814.857000', '212814.859000', '212814.862000', '212814.865000', '212814.867000', '212814.870000', '212814.873000', '212814.875000', '212814.878000', '212814.880000', '212814.883000', '212814.885000', '212814.888000', '212814.890000', '212814.893000', '212814.896000', '212814.898000', '212814.901000', '212814.903000', '212814.906000', '212814.908000', '212814.911000', '212814.913000', '212814.916000', '212814.919000', '212814.921000', '212814.924000', '212814.926000', '212814.929000', '212814.931000', '212814.934000', '212814.936000', '212814.939000', '212814.942000', '212814.944000', '212814.947000', '212834.839000', '212834.841000', '212834.844000', '212834.846000', '212834.849000', '212834.852000', '212834.854000', '212834.857000', '212834.859000', '212834.862000', '212834.864000', '212834.867000', '212834.870000', '212834.872000', '212834.875000', '212834.877000', '212834.880000', '212834.882000', '212834.885000', '212834.888000', '212834.890000', '212834.893000', '212834.895000', '212834.898000', '212834.900000', '212834.903000', '212834.905000', '212834.908000', '212834.911000', '212834.913000', '212834.916000', '212834.918000', '212834.921000', '212834.924000', '212834.926000', '212834.929000', '212834.931000', '212834.934000', '212834.936000', '212834.939000', '212834.942000', '212834.944000', '212834.947000', '212834.949000', '212854.839000', '212854.841000', '212854.844000', '212854.846000', '212854.849000', '212854.852000', '212854.854000', '212854.857000', '212854.859000', '212854.862000', '212854.865000', '212854.867000', '212854.870000', '212854.879000', '212854.881000', '212854.884000', '212854.886000', '212854.889000', '212854.891000', '212854.894000', '212854.896000', '212854.899000', '212854.902000', '212854.904000', '212854.907000', '212854.909000', '212854.912000', '212854.914000', '212854.917000', '212854.920000', '212854.922000', '212854.925000', '212854.927000', '212854.930000', '212854.938000', '212854.941000', '212854.943000', '212854.946000', '212854.948000', '212854.951000', '212854.954000', '212854.956000', '212854.959000', '212854.961000', '212914.838000', '212914.841000', '212914.844000', '212914.846000', '212914.849000', '212914.851000', '212914.854000', '212914.874000', '212914.876000', '212914.879000', '212914.881000', '212914.884000', '212914.886000', '212914.889000', '212914.892000', '212914.894000', '212914.897000', '212914.899000', '212914.902000', '212914.904000', '212914.907000', '212914.910000', '212914.912000', '212914.915000', '212914.917000', '212914.920000', '212914.923000', '212914.925000', '212914.928000', '212914.930000', '212914.933000', '212914.935000', '212914.938000', '212914.941000', '212914.943000', '212914.946000', '212914.948000', '212914.951000', '212914.954000', '212914.956000', '212914.959000', '212914.961000', '212914.964000', '212934.838000', '212934.841000', '212934.844000', '212934.846000', '212934.849000', '212934.852000', '212934.854000', '212934.857000', '212934.859000', '212934.862000', '212934.864000', '212934.867000', '212934.870000', '212934.872000', '212934.875000', '212934.877000', '212934.880000', '212934.883000', '212934.886000', '212934.888000', '212934.891000', '212934.894000', '212934.896000', '212934.899000', '212934.901000', '212934.904000', '212934.906000', '212934.909000', '212934.912000', '212934.914000', '212934.917000', '212934.919000', '212934.922000', '212934.925000', '212934.927000', '212934.930000', '212934.932000', '212934.935000', '212934.937000', '212934.940000', '212934.943000', '212934.945000', '212934.948000', '212934.950000', '212954.838000', '212954.841000', '212954.844000', '212954.853000', '212954.856000', '212954.858000', '212954.861000', '212954.863000', '212954.866000', '212954.869000', '212954.871000', '212954.874000', '212954.876000', '212954.879000', '212954.882000', '212954.884000', '212954.887000', '212954.889000', '212954.892000', '212954.894000', '212954.897000', '212954.900000', '212954.902000', '212954.905000', '212954.907000', '212954.910000', '212954.912000', '212954.915000', '212954.918000', '212954.920000', '212954.923000', '212954.925000', '212954.928000', '212954.930000', '212954.933000', '212954.936000', '212954.938000', '212954.941000', '212954.943000', '212954.946000', '212954.948000', '212954.951000', '212954.953000', '213014.839000', '213014.842000', '213014.845000', '213014.847000', '213014.850000', '213014.853000', '213014.856000', '213014.859000', '213014.862000', '213014.864000', '213014.867000', '213014.870000', '213014.873000', '213014.875000', '213014.878000', '213014.881000', '213014.883000', '213014.886000', '213014.889000', '213014.892000', '213014.895000', '213014.898000', '213014.900000', '213014.903000', '213014.906000', '213014.908000', '213014.911000', '213014.913000', '213014.916000', '213014.918000', '213014.921000', '213014.924000', '213014.926000', '213014.929000', '213014.932000', '213014.934000', '213014.937000', '213014.939000', '213014.942000', '213014.944000', '213014.947000', '213014.950000', '213014.952000', '213034.838000', '213034.841000', '213034.844000', '213034.846000', '213034.849000', '213034.866000', '213034.869000', '213034.872000', '213034.874000', '213034.877000', '213034.879000', '213034.882000', '213034.885000', '213034.887000', '213034.890000', '213034.893000', '213034.895000', '213034.898000', '213034.900000', '213034.903000', '213034.906000', '213034.908000', '213034.911000', '213034.913000', '213034.916000', '213034.919000', '213034.921000', '213034.924000', '213034.926000', '213034.929000', '213034.932000', '213034.934000', '213034.937000', '213034.939000', '213034.942000', '213034.945000', '213034.947000', '213034.950000', '213034.952000', '213034.955000', '213034.958000', '213034.960000', '213034.963000', '213034.965000', '213054.838000', '213054.841000', '213054.844000', '213054.847000', '213054.849000', '213054.852000', '213054.854000', '213054.857000', '213054.860000', '213054.862000', '213054.865000', '213054.868000', '213054.870000', '213054.873000', '213054.875000', '213054.878000', '213054.881000', '213054.883000', '213054.886000', '213054.888000', '213054.891000', '213054.894000', '213054.896000', '213054.899000', '213054.901000', '213054.904000', '213054.907000', '213054.909000', '213054.912000', '213054.914000', '213054.917000', '213054.920000', '213054.922000', '213054.925000', '213054.927000', '213054.934000', '213054.937000', '213054.939000', '213054.942000', '213054.945000', '213054.947000', '213054.950000', '213054.952000', '213058.937000', '213058.939000', '213058.942000', '213058.945000', '213058.947000', '213058.950000', '213058.953000', '213058.955000', '213058.958000', '213058.960000'], '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': [8715, 9188, 7568, 8585, 14843, 11746, 7419, 8963, 7565, 8491, 12361, 12114, 7335, 8508, 9545, 7791, 12871, 12026, 7724, 7662, 8093, 7429, 10662, 11256, 7872, 8259, 7416, 8342, 14539, 11244, 7289, 8330, 7148, 8902, 15562, 12144, 8686, 8767, 10518, 7888, 11101, 10551, 7427, 7263, 7603, 7251, 9093, 6959, 9734, 7096, 8234, 8502, 10741, 6953, 8182, 7109, 8844, 8099, 9056, 7497, 10842, 7929, 7343, 8702, 9033, 13431, 7544, 13499, 11747, 9878, 14310, 13012, 10288, 8446, 8669, 7172, 10522, 7672, 10532, 7208, 8343, 7491, 9258, 8092, 9517, 7334, 8399, 7261, 9352, 9925, 10174, 7487, 8199, 8652, 8423, 13423, 12034, 8400, 8044, 7405, 8125, 11398, 9797, 10017, 10977, 7401, 7055, 8237, 6818, 8045, 7973, 8660, 9407, 9976, 9591, 7411, 10816, 11197, 11996, 15049, 12240, 13368, 13458, 13238, 12544, 10899, 10135, 7865, 12314, 7408, 9064, 9551, 8827, 8035, 8731, 8114, 8138, 7932, 7434, 8474, 7847, 7338, 7436, 7316, 7665, 8208, 7849, 8051, 7585, 8323, 7722, 8361, 8357, 9122, 8755, 10366, 8093, 9516, 8438, 9813, 12155, 9467, 13404, 8675, 11308, 9359, 11475, 7579, 9606, 7587, 8964, 8958, 9628, 7411, 9021, 8203, 8079, 10328, 13334, 11353, 7879, 9559, 7424, 9301, 13688, 11862, 10396, 8058, 8742, 11672, 9622, 14261, 11886, 8403, 8784, 7344, 8376, 12095, 9638, 7609, 8473, 8929, 8323, 11174, 9406, 9893, 7261, 8030, 7222, 8537, 7451, 10010, 7405, 8052, 7372, 8333, 7168, 10255, 7415, 7946, 8372, 7155, 9427, 7590, 10196, 8505, 11351, 9228, 10033, 13917, 11304, 9128, 7694, 9112, 13620, 9448, 11725, 9353, 10327, 10427, 6614, 8161, 7485, 7237, 8122, 7250, 12068, 11624, 12222, 15134, 11469, 12861, 9405, 9546, 8402, 10332, 7995, 9086, 7588, 8569, 7926, 8687, 9552, 8471, 6731, 8014, 9909, 8396, 9005, 7143, 8672, 6599, 7265, 7581, 6475, 8421, 7974, 9083, 6769, 11761, 10933, 9792, 11760, 7592, 9716, 13297, 12265, 7480, 9909, 6881, 8705, 8441, 11986, 9684, 10284, 8863, 7548, 12805, 9860, 11578, 8585, 11541, 8755, 10905, 15051, 12600, 9765, 9133, 8942, 8821, 10748, 8217, 9250, 7470, 8487, 7137, 8923, 8066, 8762, 7297, 9035, 7842, 8846, 7489, 9922, 10196, 12841, 9423, 8818, 9350, 13616, 10849, 11988, 7679, 9892, 12288, 9621, 12254, 11148, 8724, 7752, 8095, 7745, 8907, 9686, 8462, 7679, 8502, 8051, 8055, 13151, 10991, 7913, 8469, 10189, 7802, 10137, 9664, 10965, 7732, 8803, 8026, 8083, 10900, 13556, 12278, 14143, 10529, 16772, 14422, 15339, 13851, 13324, 7253, 7099, 7415, 9519, 7308, 9584, 7180, 7147, 7435, 11330, 9139, 7863, 8160, 7421, 9406, 8375, 9975, 8124, 7299, 7922, 7330, 8338, 10662, 13827, 8950, 7395, 7117, 7569, 7051, 8946, 8811, 7954, 8629, 11917, 8639, 12187, 9797, 14641, 12325, 12878, 11431, 11626, 7593, 10302, 7598, 8620, 7619, 7900, 7736, 7667, 7141, 7333, 7196, 7406, 7412, 7494, 7405, 7822, 7188, 7754, 6984, 7487, 8256, 7804, 7061, 7207, 7315, 10136, 7821, 11041, 10029, 10857, 7702, 8219, 13310, 9168, 11606, 12019, 11945, 8276, 8102, 7552, 9869, 10879, 11176, 7492, 8864, 7627, 8472, 13049, 12004, 8485, 7446, 9079, 8603, 7954, 12020, 10383, 8798, 7350, 7739, 7236, 7225, 7323, 8516, 8445, 7387, 11008, 10507, 7704, 7165, 6909, 7099, 7516, 7403, 12201, 10401, 9577, 9903, 11901, 8880, 10838, 10787, 10387, 7142, 8529, 12281, 9364, 11806, 10327, 9355, 7087, 7181, 6705, 8961, 7036, 8772, 7284, 8455, 9537, 7306, 9883, 9141, 8678, 6960, 7179, 6949, 8555, 6665, 8675, 6902, 7907, 13048, 10527, 8395, 7562, 7371, 6872, 10112, 6826, 8710, 8990, 7214, 7745, 8884, 7191, 6872, 6827, 6732, 7231, 9803, 7481, 7343, 7049, 6956, 6754, 10375, 8468, 6949, 7583, 7083, 6732, 10815, 7574, 7309, 9541, 9073, 6463, 7594, 8989, 7501, 9739, 9982, 9799, 6962, 8271, 7210, 8639, 6964, 7606, 7225, 7275, 8970, 7219, 7283, 7177, 9174, 7413, 10476, 9673, 8016, 7317, 7269, 6835, 9066, 10297, 10570, 7280, 7514, 7325, 9278, 8823, 10773, 7038, 7316, 7399, 7438, 8925, 9910, 7782, 10633, 10133, 7915, 7582, 8098, 9355, 11707, 9559, 11389, 6775, 7311, 6868, 8294, 7681, 8916, 7160, 7531, 7026, 6961, 12588, 8892, 6986, 6823, 7503, 6845, 9488, 8778, 8828, 6740, 6694, 7328, 6989, 8571, 8223, 6658, 7126, 6896, 7176, 8797, 8884, 9140, 6691, 7559, 6963, 10070, 13914, 9644, 7974, 6965, 7422, 7358, 8599, 8380, 8796, 6997, 6862, 7240, 8826, 7559, 8389, 8027, 6629, 7287, 12031, 11389, 10296, 8207, 9595, 10674, 11336, 12549, 11286, 11861, 7437, 7464, 6889, 7215, 6930, 10833, 7302, 10422, 7108, 6989, 7491, 7214, 13437, 8442, 7612, 7186, 8801, 7230, 8512, 8040, 8680, 6815, 6874, 6674, 7295, 8482, 8626, 7131, 7157, 6836, 7533, 7226, 7811, 7982, 6946, 7040, 7512, 6936, 10944, 9868, 7955, 7392, 7864, 7289, 7220, 11029, 11849, 6960, 9282, 7033, 6708, 11645, 7955, 10315, 10423, 7763, 7629, 7237, 7063, 9402, 9978, 9109, 7304, 8275, 7973, 10229, 13216, 10031, 6879, 7080, 7009, 7650, 7141, 8568, 6869, 7265, 6675, 7184, 7598, 8292, 10294, 6622, 7058, 7229, 7428, 7210, 10351, 10081, 7622, 9522, 7067, 8711, 13200, 11421, 11129, 11456, 7263, 13661, 16274, 9278, 11199, 8736, 7690, 10502, 8327, 15011, 11493, 15465, 9987, 15099, 16114, 11508, 12631, 9115, 11978, 8265, 11782, 14121, 11101, 10253, 8680, 8429, 7400, 7773, 7517, 7401, 7301, 7661, 7221, 7710, 7228, 7169, 7142, 7307, 6954, 7723, 9109, 7272, 8676, 7692, 7145, 7362, 10178, 7573, 9662, 6923, 9476, 15619, 9915, 11427, 10609, 10639, 7383, 7500, 12413, 9097, 11361, 11243, 10442, 7524, 7776, 12111, 7276, 10708, 9543, 7427, 7344, 7077, 7647, 7921, 9036, 9289, 7572, 7562, 6933, 7539, 8285, 8153, 7887, 7422, 7658, 7146, 8206, 7011, 7780, 6667, 7143, 9466, 7606, 6782, 7360, 13101, 7652, 7257, 7434, 10661, 13553, 8500, 12091, 8587, 11512, 14392, 12211, 12470, 9521, 11265, 8015, 7831, 12872, 10971, 11264, 7886, 7343, 7225, 8732, 7727, 10742, 7625, 7419, 7668, 7599, 7970, 7790, 7758, 8242, 7515, 7904, 6700, 7127, 8953, 7203, 11616, 7291, 9196, 7599, 7980, 11045, 8563, 8831, 8398, 8057, 9876, 9086, 8521, 6797, 6974, 7198, 7785, 8722, 7375, 7327, 7475, 7001, 7061, 6971, 7272, 7331, 6915, 8054, 7285, 6735, 8807, 7295, 8529, 13448, 10941, 7717, 7279, 12211, 7465, 11051, 9154, 9300, 8504, 7086, 9983, 8234, 9083, 10087, 9382, 7108, 7589, 8420, 6902, 8134, 7922, 7255, 7343, 6863, 7276, 7346, 13304, 9656, 9036, 6953, 7150, 6985, 7240, 7513, 11981, 9347, 6993, 7654, 6905, 8332, 11050, 9293, 10835, 9094, 10274, 6924, 6946, 12218, 9463, 10047, 7049, 7727, 8078, 10368, 7086, 7255, 6745, 6940, 11632, 8380, 7067, 7048, 7429, 6665, 7253, 13636, 8654, 7468, 7434, 7041, 7075, 7135, 11094, 7953, 6893, 7046, 6976, 7441, 8879, 8927, 6685, 7375, 7269, 7611, 7597, 10466, 7823, 7394, 7058, 7348, 7395, 8306, 11125, 6820, 11029, 7786, 11891, 10111, 11776, 6830, 9267, 8786, 11523, 10079, 12002, 8203, 10804, 7024, 9216, 7577, 9205, 9978, 10772, 9789, 6886, 8683, 7269, 8374, 12040, 9195, 8715, 7265, 8399, 12928, 7959, 9639, 7432, 6985, 6809, 7113, 6777, 7129, 6958, 6897, 7192, 6870, 7012, 7729, 7180, 7959, 6866, 7295, 7479, 7300, 7079, 7994, 8481, 7140, 7119, 7229, 6923, 7817, 7987, 8540, 7293, 6854, 6723, 7789, 12559, 8726, 11134, 9552, 11553, 9585, 12300, 10062, 10814, 7900, 7532, 12343, 10425, 10484, 10141, 10397, 7257, 7638, 11596, 8174, 9945, 9529, 8115, 7288, 6985, 7345, 7162, 9097, 7162, 7029, 6929, 7192, 7118, 7183, 7364, 7143, 7128, 7044, 8166, 8764, 6633, 7433, 7016, 7463, 7572, 10646, 7400, 7311, 7513, 7800, 7183, 7189, 7427, 9295, 13666, 7217, 11283], 'WindowCenter': [4011.0, 4004.0, 3968.0, 3979.0, 4031.0, 4009.0, 3955.0, 3975.0, 3952.0, 3964.0, 4006.0, 4007.0, 3943.0, 3965.0, 3971.0, 3941.0, 3995.0, 3996.0, 3941.0, 3943.0, 3951.0, 3942.0, 3984.0, 3997.0, 3952.0, 3965.0, 3939.0, 3963.0, 4016.0, 3997.0, 3944.0, 3955.0, 3931.0, 3965.0, 4014.0, 3996.0, 3953.0, 3963.0, 3971.0, 3951.0, 3983.0, 3986.0, 3942.0, 3942.0, 3940.0, 3952.0, 3976.0, 3946.0, 3976.0, 3943.0, 3966.0, 3964.0, 3997.0, 3943.0, 3966.0, 3956.0, 3979.0, 3966.0, 3979.0, 3959.0, 3997.0, 3967.0, 3957.0, 3977.0, 3979.0, 4020.0, 3957.0, 4008.0, 3982.0, 3975.0, 4005.0, 3996.0, 3960.0, 3949.0, 3947.0, 3928.0, 3972.0, 3942.0, 3971.0, 3941.0, 3949.0, 3939.0, 3962.0, 3952.0, 3962.0, 3942.0, 3951.0, 3938.0, 3962.0, 3970.0, 3971.0, 3939.0, 3951.0, 3950.0, 3953.0, 4005.0, 3995.0, 3951.0, 3954.0, 3942.0, 3952.0, 4009.0, 3989.0, 3987.0, 3998.0, 3970.0, 3957.0, 3963.0, 3944.0, 3966.0, 3982.0, 3989.0, 4006.0, 4014.0, 4006.0, 3972.0, 4017.0, 4001.0, 3999.0, 4007.0, 3985.0, 3995.0, 3982.0, 3980.0, 3967.0, 3945.0, 3945.0, 3923.0, 3955.0, 3901.0, 3920.0, 3930.0, 3922.0, 3911.0, 3923.0, 3922.0, 3924.0, 3924.0, 3926.0, 3935.0, 3937.0, 3927.0, 3926.0, 3940.0, 3941.0, 3966.0, 3966.0, 3967.0, 3956.0, 3968.0, 3958.0, 3967.0, 3969.0, 3980.0, 3980.0, 4002.0, 3971.0, 3991.0, 3979.0, 3992.0, 4011.0, 3979.0, 4008.0, 3966.0, 3986.0, 3976.0, 3997.0, 3955.0, 3974.0, 3943.0, 3966.0, 3964.0, 3976.0, 3944.0, 3976.0, 3965.0, 3967.0, 4001.0, 4022.0, 3999.0, 3954.0, 3975.0, 3943.0, 3964.0, 4005.0, 3985.0, 3971.0, 3938.0, 3950.0, 3969.0, 3950.0, 3990.0, 3969.0, 3939.0, 3951.0, 3928.0, 3950.0, 3978.0, 3962.0, 3927.0, 3950.0, 3948.0, 3939.0, 3971.0, 3950.0, 3960.0, 3928.0, 3939.0, 3928.0, 3962.0, 3940.0, 3972.0, 3942.0, 3952.0, 3942.0, 3965.0, 3955.0, 3997.0, 3956.0, 3965.0, 3978.0, 3958.0, 3991.0, 3971.0, 4003.0, 3981.0, 4000.0, 3977.0, 3975.0, 4006.0, 3995.0, 3976.0, 3955.0, 3966.0, 4006.0, 3987.0, 3996.0, 3962.0, 3973.0, 3970.0, 3933.0, 3963.0, 3942.0, 3946.0, 3968.0, 3958.0, 4012.0, 3998.0, 4000.0, 4006.0, 3985.0, 3981.0, 3962.0, 3959.0, 3939.0, 3972.0, 3953.0, 3951.0, 3940.0, 3952.0, 3940.0, 3952.0, 3973.0, 3954.0, 3930.0, 3954.0, 3974.0, 3964.0, 3978.0, 3944.0, 3964.0, 3945.0, 3959.0, 3966.0, 3950.0, 3982.0, 3980.0, 3992.0, 3960.0, 4026.0, 4012.0, 3993.0, 4016.0, 3957.0, 3978.0, 4008.0, 3997.0, 3945.0, 3976.0, 3945.0, 3967.0, 3966.0, 3998.0, 3978.0, 3987.0, 3966.0, 3956.0, 4019.0, 3989.0, 3998.0, 3965.0, 3998.0, 3967.0, 3989.0, 4018.0, 3997.0, 3973.0, 3976.0, 3949.0, 3961.0, 3983.0, 3954.0, 3964.0, 3941.0, 3952.0, 3943.0, 3973.0, 3956.0, 3967.0, 3946.0, 3976.0, 3954.0, 3965.0, 3945.0, 3988.0, 3988.0, 4009.0, 3980.0, 3976.0, 3978.0, 4007.0, 3986.0, 3995.0, 3942.0, 3975.0, 3983.0, 3962.0, 3994.0, 3984.0, 3951.0, 3940.0, 3940.0, 3940.0, 3965.0, 3973.0, 3965.0, 3955.0, 3977.0, 3966.0, 3966.0, 4008.0, 4000.0, 3955.0, 3966.0, 3985.0, 3954.0, 3986.0, 3977.0, 3998.0, 3956.0, 3977.0, 3965.0, 3965.0, 4010.0, 4023.0, 4011.0, 4021.0, 4001.0, 4032.0, 4006.0, 4005.0, 3992.0, 3992.0, 3957.0, 3942.0, 3929.0, 3973.0, 3940.0, 3970.0, 3928.0, 3927.0, 3939.0, 3980.0, 3960.0, 3950.0, 3950.0, 3941.0, 3973.0, 3967.0, 3973.0, 3935.0, 3924.0, 3937.0, 3940.0, 3952.0, 3984.0, 4018.0, 3976.0, 3955.0, 3957.0, 3966.0, 3957.0, 3987.0, 3989.0, 3969.0, 3967.0, 3996.0, 3978.0, 4009.0, 3988.0, 4003.0, 3993.0, 3994.0, 3971.0, 3968.0, 3912.0, 3941.0, 3909.0, 3919.0, 3908.0, 3920.0, 3923.0, 3922.0, 3912.0, 3924.0, 3912.0, 3925.0, 3926.0, 3937.0, 3966.0, 3966.0, 3943.0, 3965.0, 3954.0, 3955.0, 3976.0, 3966.0, 3970.0, 3968.0, 3968.0, 4000.0, 3968.0, 4011.0, 4002.0, 3999.0, 3979.0, 3979.0, 4019.0, 3978.0, 3997.0, 4008.0, 3994.0, 3954.0, 3953.0, 3952.0, 3975.0, 3985.0, 3983.0, 3941.0, 3962.0, 3941.0, 3952.0, 4004.0, 4006.0, 3962.0, 3942.0, 3961.0, 3961.0, 3951.0, 3992.0, 3973.0, 3961.0, 3941.0, 3940.0, 3941.0, 3953.0, 3956.0, 3977.0, 3966.0, 3957.0, 3996.0, 3998.0, 3967.0, 3958.0, 3942.0, 3954.0, 3955.0, 3957.0, 4021.0, 4013.0, 3990.0, 3988.0, 3995.0, 3962.0, 3982.0, 3982.0, 3973.0, 3941.0, 3961.0, 3989.0, 3959.0, 3981.0, 3970.0, 3958.0, 3928.0, 3927.0, 3929.0, 3960.0, 3928.0, 3960.0, 3938.0, 3950.0, 3969.0, 3939.0, 3971.0, 3960.0, 3949.0, 3928.0, 3927.0, 3928.0, 3959.0, 3929.0, 3960.0, 3928.0, 3949.0, 4003.0, 3982.0, 3949.0, 3940.0, 3939.0, 3929.0, 3972.0, 3929.0, 3959.0, 3958.0, 3939.0, 3940.0, 3960.0, 3939.0, 3929.0, 3930.0, 3929.0, 3951.0, 3983.0, 3952.0, 3952.0, 3956.0, 3954.0, 3947.0, 3986.0, 3952.0, 3932.0, 3940.0, 3926.0, 3929.0, 4011.0, 3994.0, 3968.0, 3986.0, 3974.0, 3942.0, 3951.0, 3972.0, 3952.0, 3985.0, 3985.0, 3985.0, 3953.0, 3963.0, 3956.0, 3977.0, 3955.0, 3965.0, 3966.0, 3954.0, 3973.0, 3952.0, 3952.0, 3953.0, 3974.0, 3954.0, 3986.0, 3986.0, 3952.0, 3952.0, 3940.0, 3930.0, 3961.0, 3983.0, 3982.0, 3940.0, 3939.0, 3940.0, 3971.0, 3962.0, 3996.0, 3942.0, 3941.0, 3941.0, 3941.0, 3974.0, 3984.0, 3954.0, 3982.0, 3982.0, 3949.0, 3940.0, 3940.0, 3960.0, 3992.0, 3960.0, 3980.0, 3927.0, 3936.0, 3927.0, 3948.0, 3950.0, 3961.0, 3928.0, 3938.0, 3927.0, 3939.0, 3991.0, 3961.0, 3929.0, 3928.0, 3939.0, 3928.0, 3971.0, 3962.0, 3962.0, 3929.0, 3930.0, 3939.0, 3940.0, 3962.0, 3963.0, 3931.0, 3942.0, 3942.0, 3941.0, 3975.0, 3975.0, 3974.0, 3943.0, 3953.0, 3944.0, 3985.0, 4015.0, 3974.0, 3952.0, 3942.0, 3953.0, 3952.0, 3974.0, 3965.0, 3975.0, 3957.0, 3943.0, 3956.0, 3989.0, 3968.0, 3980.0, 4010.0, 3986.0, 3984.0, 4023.0, 4022.0, 3986.0, 3965.0, 3975.0, 3982.0, 3994.0, 3992.0, 3984.0, 3978.0, 3939.0, 3937.0, 3927.0, 3938.0, 3928.0, 3981.0, 3937.0, 3969.0, 3927.0, 3926.0, 3937.0, 3937.0, 3999.0, 3948.0, 3935.0, 3928.0, 3957.0, 3937.0, 3959.0, 3949.0, 3947.0, 3927.0, 3928.0, 3926.0, 3939.0, 3961.0, 3962.0, 3940.0, 3940.0, 3929.0, 3952.0, 3952.0, 3952.0, 3951.0, 3940.0, 3942.0, 3951.0, 3941.0, 3993.0, 3984.0, 3950.0, 3941.0, 3950.0, 3941.0, 3941.0, 3982.0, 3995.0, 3941.0, 3972.0, 3939.0, 3940.0, 3976.0, 3935.0, 3968.0, 3970.0, 3950.0, 3951.0, 3940.0, 3942.0, 3973.0, 3985.0, 3962.0, 3942.0, 3950.0, 3950.0, 3972.0, 3990.0, 3971.0, 3928.0, 3939.0, 3940.0, 3951.0, 3940.0, 3974.0, 3943.0, 3952.0, 3942.0, 3953.0, 3953.0, 3976.0, 3996.0, 3944.0, 3954.0, 3980.0, 3967.0, 3965.0, 3999.0, 4000.0, 3967.0, 3988.0, 3955.0, 3975.0, 4017.0, 3997.0, 3997.0, 3996.0, 3955.0, 4003.0, 4015.0, 3961.0, 3994.0, 3964.0, 3952.0, 3985.0, 3978.0, 4029.0, 3998.0, 4043.0, 3989.0, 4030.0, 4003.0, 3971.0, 3967.0, 3933.0, 3965.0, 3922.0, 3967.0, 3985.0, 3964.0, 3940.0, 3918.0, 3916.0, 3894.0, 3905.0, 3908.0, 3908.0, 3921.0, 3932.0, 3934.0, 3936.0, 3937.0, 3938.0, 3939.0, 3951.0, 3940.0, 3963.0, 3973.0, 3955.0, 3977.0, 3967.0, 3955.0, 3955.0, 3986.0, 3956.0, 3986.0, 3954.0, 3986.0, 4026.0, 3985.0, 3995.0, 3984.0, 3983.0, 3952.0, 3941.0, 3991.0, 3961.0, 3982.0, 3981.0, 3969.0, 3938.0, 3939.0, 3978.0, 3938.0, 3966.0, 3958.0, 3937.0, 3937.0, 3926.0, 3937.0, 3948.0, 3958.0, 3970.0, 3949.0, 3950.0, 3939.0, 3962.0, 3961.0, 3964.0, 3963.0, 3954.0, 3964.0, 3954.0, 3975.0, 3968.0, 3966.0, 3953.0, 3955.0, 3987.0, 3967.0, 3969.0, 3970.0, 4031.0, 3979.0, 3968.0, 3968.0, 4011.0, 4032.0, 3989.0, 4020.0, 3978.0, 4007.0, 4015.0, 3994.0, 3991.0, 3959.0, 3980.0, 3936.0, 3936.0, 3987.0, 3968.0, 3965.0, 3935.0, 3922.0, 3923.0, 3945.0, 3923.0, 3967.0, 3923.0, 3924.0, 3933.0, 3948.0, 3961.0, 3950.0, 3949.0, 3959.0, 3952.0, 3962.0, 3943.0, 3954.0, 3985.0, 3965.0, 3993.0, 3956.0, 3974.0, 3938.0, 3948.0, 3980.0, 3948.0, 3948.0, 3937.0, 3938.0, 3958.0, 3961.0, 3959.0, 3928.0, 3926.0, 3925.0, 3936.0, 3947.0, 3939.0, 3940.0, 3951.0, 3953.0, 3942.0, 3943.0, 3955.0, 3956.0, 3955.0, 3966.0, 3955.0, 3957.0, 3989.0, 3967.0, 3978.0, 4020.0, 3998.0, 3967.0, 3956.0, 4007.0, 3953.0, 3984.0, 3973.0, 3973.0, 3960.0, 3940.0, 3971.0, 3961.0, 3961.0, 3981.0, 3972.0, 3940.0, 3950.0, 3949.0, 3940.0, 3961.0, 3963.0, 3951.0, 3952.0, 3941.0, 3941.0, 3952.0, 4003.0, 3974.0, 3961.0, 3941.0, 3941.0, 3940.0, 3952.0, 3955.0, 4006.0, 3987.0, 3957.0, 3967.0, 3957.0, 3964.0, 3994.0, 3974.0, 3984.0, 3962.0, 3971.0, 3940.0, 3940.0, 3991.0, 3960.0, 3969.0, 3928.0, 3937.0, 3938.0, 3969.0, 3927.0, 3938.0, 3929.0, 3940.0, 3991.0, 3961.0, 3938.0, 3940.0, 3938.0, 3928.0, 3939.0, 4001.0, 3960.0, 3939.0, 3940.0, 3939.0, 3939.0, 3929.0, 3981.0, 3949.0, 3940.0, 3940.0, 3939.0, 3952.0, 3975.0, 3974.0, 3943.0, 3954.0, 3953.0, 3967.0, 3966.0, 3996.0, 3964.0, 3965.0, 3940.0, 3952.0, 3939.0, 3963.0, 3997.0, 3960.0, 3997.0, 3953.0, 4006.0, 3987.0, 4009.0, 3945.0, 3975.0, 3976.0, 3996.0, 3986.0, 4006.0, 3961.0, 3983.0, 3941.0, 3970.0, 3963.0, 3974.0, 3997.0, 3997.0, 3986.0, 3944.0, 3962.0, 3938.0, 3948.0, 3978.0, 3957.0, 3946.0, 3925.0, 3947.0, 3988.0, 3938.0, 3956.0, 3925.0, 3912.0, 3913.0, 3912.0, 3913.0, 3925.0, 3927.0, 3927.0, 3939.0, 3930.0, 3940.0, 3950.0, 3941.0, 3951.0, 3930.0, 3952.0, 3953.0, 3953.0, 3955.0, 3966.0, 3988.0, 3956.0, 3957.0, 3966.0, 3956.0, 3967.0, 3968.0, 3977.0, 3968.0, 3956.0, 3959.0, 3968.0, 4020.0, 3978.0, 4007.0, 3988.0, 4008.0, 3986.0, 4007.0, 3986.0, 3996.0, 3953.0, 3952.0, 3992.0, 3982.0, 3970.0, 3971.0, 3970.0, 3939.0, 3950.0, 3980.0, 3948.0, 3968.0, 3959.0, 3934.0, 3937.0, 3927.0, 3938.0, 3939.0, 3960.0, 3940.0, 3940.0, 3940.0, 3939.0, 3940.0, 3940.0, 3941.0, 3941.0, 3941.0, 3941.0, 3963.0, 3975.0, 3943.0, 3955.0, 3953.0, 3954.0, 3966.0, 3999.0, 3968.0, 3956.0, 3966.0, 3966.0, 3955.0, 3955.0, 3956.0, 3987.0, 4017.0, 3954.0, 3997.0], 'WindowWidth': [8972.0, 8951.0, 8893.0, 8906.0, 8975.0, 8942.0, 8865.0, 8891.0, 8857.0, 8874.0, 8932.0, 8937.0, 8843.0, 8874.0, 8878.0, 8839.0, 8913.0, 8918.0, 8836.0, 8842.0, 8850.0, 8842.0, 8898.0, 8921.0, 8855.0, 8875.0, 8836.0, 8871.0, 8944.0, 8921.0, 8844.0, 8861.0, 8826.0, 8875.0, 8942.0, 8920.0, 8854.0, 8870.0, 8877.0, 8853.0, 8896.0, 8903.0, 8841.0, 8842.0, 8836.0, 8857.0, 8893.0, 8853.0, 8893.0, 8847.0, 8881.0, 8876.0, 8921.0, 8848.0, 8880.0, 8868.0, 8901.0, 8882.0, 8902.0, 8875.0, 8921.0, 8885.0, 8872.0, 8899.0, 8901.0, 8959.0, 8870.0, 8939.0, 8896.0, 8885.0, 8928.0, 8918.0, 8861.0, 8845.0, 8839.0, 8817.0, 8878.0, 8841.0, 8879.0, 8835.0, 8844.0, 8834.0, 8865.0, 8853.0, 8867.0, 8840.0, 8851.0, 8831.0, 8867.0, 8875.0, 8879.0, 8832.0, 8851.0, 8848.0, 8857.0, 8926.0, 8915.0, 8851.0, 8859.0, 8841.0, 8857.0, 8940.0, 8914.0, 8907.0, 8924.0, 8896.0, 8874.0, 8873.0, 8849.0, 8882.0, 8916.0, 8922.0, 8954.0, 8961.0, 8953.0, 8906.0, 8966.0, 8933.0, 8926.0, 8937.0, 8901.0, 8914.0, 8890.0, 8883.0, 8861.0, 8829.0, 8830.0, 8798.0, 8840.0, 8763.0, 8789.0, 8802.0, 8795.0, 8778.0, 8798.0, 8794.0, 8802.0, 8803.0, 8808.0, 8821.0, 8826.0, 8813.0, 8813.0, 8834.0, 8839.0, 8880.0, 8881.0, 8883.0, 8869.0, 8884.0, 8871.0, 8880.0, 8886.0, 8901.0, 8903.0, 8934.0, 8893.0, 8919.0, 8903.0, 8923.0, 8947.0, 8901.0, 8938.0, 8878.0, 8904.0, 8890.0, 8920.0, 8864.0, 8886.0, 8843.0, 8877.0, 8872.0, 8891.0, 8847.0, 8891.0, 8876.0, 8879.0, 8935.0, 8964.0, 8926.0, 8859.0, 8887.0, 8843.0, 8871.0, 8929.0, 8903.0, 8876.0, 8828.0, 8844.0, 8867.0, 8844.0, 8900.0, 8871.0, 8829.0, 8848.0, 8815.0, 8846.0, 8882.0, 8864.0, 8813.0, 8847.0, 8841.0, 8831.0, 8874.0, 8847.0, 8858.0, 8816.0, 8828.0, 8816.0, 8869.0, 8836.0, 8879.0, 8839.0, 8853.0, 8845.0, 8879.0, 8869.0, 8925.0, 8871.0, 8882.0, 8905.0, 8877.0, 8923.0, 8900.0, 8943.0, 8907.0, 8930.0, 8894.0, 8887.0, 8932.0, 8918.0, 8890.0, 8862.0, 8876.0, 8931.0, 8909.0, 8915.0, 8869.0, 8878.0, 8872.0, 8828.0, 8868.0, 8841.0, 8853.0, 8889.0, 8872.0, 8945.0, 8922.0, 8926.0, 8931.0, 8898.0, 8887.0, 8863.0, 8854.0, 8830.0, 8877.0, 8854.0, 8851.0, 8835.0, 8850.0, 8834.0, 8851.0, 8881.0, 8858.0, 8822.0, 8859.0, 8885.0, 8873.0, 8896.0, 8845.0, 8871.0, 8850.0, 8873.0, 8881.0, 8867.0, 8913.0, 8905.0, 8921.0, 8880.0, 8973.0, 8951.0, 8926.0, 8958.0, 8873.0, 8898.0, 8937.0, 8922.0, 8849.0, 8889.0, 8849.0, 8882.0, 8878.0, 8919.0, 8896.0, 8910.0, 8878.0, 8864.0, 8956.0, 8916.0, 8922.0, 8876.0, 8923.0, 8881.0, 8910.0, 8952.0, 8920.0, 8883.0, 8890.0, 8845.0, 8863.0, 8896.0, 8859.0, 8871.0, 8838.0, 8851.0, 8845.0, 8886.0, 8866.0, 8881.0, 8852.0, 8890.0, 8859.0, 8876.0, 8851.0, 8909.0, 8913.0, 8941.0, 8903.0, 8894.0, 8896.0, 8935.0, 8906.0, 8915.0, 8840.0, 8887.0, 8894.0, 8866.0, 8911.0, 8901.0, 8849.0, 8835.0, 8836.0, 8838.0, 8874.0, 8886.0, 8878.0, 8865.0, 8895.0, 8879.0, 8880.0, 8937.0, 8929.0, 8863.0, 8879.0, 8904.0, 8861.0, 8908.0, 8895.0, 8927.0, 8868.0, 8895.0, 8880.0, 8878.0, 8946.0, 8966.0, 8946.0, 8960.0, 8935.0, 8973.0, 8928.0, 8926.0, 8902.0, 8903.0, 8872.0, 8840.0, 8817.0, 8885.0, 8838.0, 8879.0, 8819.0, 8813.0, 8834.0, 8890.0, 8865.0, 8850.0, 8850.0, 8840.0, 8886.0, 8886.0, 8885.0, 8821.0, 8807.0, 8828.0, 8837.0, 8857.0, 8905.0, 8958.0, 8902.0, 8872.0, 8875.0, 8887.0, 8876.0, 8916.0, 8923.0, 8894.0, 8881.0, 8919.0, 8901.0, 8941.0, 8914.0, 8925.0, 8911.0, 8916.0, 8877.0, 8868.0, 8783.0, 8818.0, 8772.0, 8788.0, 8772.0, 8793.0, 8802.0, 8801.0, 8787.0, 8806.0, 8786.0, 8811.0, 8813.0, 8829.0, 8885.0, 8885.0, 8847.0, 8879.0, 8863.0, 8868.0, 8895.0, 8883.0, 8898.0, 8888.0, 8888.0, 8932.0, 8888.0, 8951.0, 8938.0, 8930.0, 8908.0, 8904.0, 8955.0, 8899.0, 8923.0, 8939.0, 8916.0, 8862.0, 8858.0, 8855.0, 8890.0, 8903.0, 8898.0, 8841.0, 8868.0, 8840.0, 8856.0, 8928.0, 8934.0, 8871.0, 8844.0, 8867.0, 8866.0, 8852.0, 8906.0, 8884.0, 8865.0, 8840.0, 8837.0, 8843.0, 8860.0, 8870.0, 8898.0, 8881.0, 8872.0, 8923.0, 8928.0, 8886.0, 8877.0, 8845.0, 8865.0, 8868.0, 8874.0, 8964.0, 8958.0, 8921.0, 8914.0, 8918.0, 8870.0, 8895.0, 8897.0, 8884.0, 8840.0, 8865.0, 8900.0, 8861.0, 8892.0, 8878.0, 8858.0, 8819.0, 8815.0, 8823.0, 8864.0, 8821.0, 8865.0, 8832.0, 8850.0, 8873.0, 8836.0, 8878.0, 8865.0, 8846.0, 8819.0, 8817.0, 8819.0, 8861.0, 8822.0, 8863.0, 8819.0, 8849.0, 8923.0, 8895.0, 8848.0, 8837.0, 8834.0, 8822.0, 8881.0, 8822.0, 8862.0, 8860.0, 8835.0, 8836.0, 8866.0, 8835.0, 8825.0, 8826.0, 8825.0, 8856.0, 8899.0, 8860.0, 8858.0, 8870.0, 8865.0, 8857.0, 8905.0, 8851.0, 8823.0, 8830.0, 8808.0, 8817.0, 8952.0, 8937.0, 8892.0, 8911.0, 8889.0, 8846.0, 8855.0, 8885.0, 8859.0, 8904.0, 8908.0, 8904.0, 8862.0, 8875.0, 8871.0, 8900.0, 8868.0, 8881.0, 8884.0, 8866.0, 8888.0, 8859.0, 8859.0, 8863.0, 8891.0, 8864.0, 8907.0, 8908.0, 8859.0, 8860.0, 8839.0, 8825.0, 8869.0, 8899.0, 8897.0, 8837.0, 8835.0, 8839.0, 8883.0, 8871.0, 8921.0, 8847.0, 8843.0, 8843.0, 8842.0, 8893.0, 8905.0, 8866.0, 8896.0, 8897.0, 8849.0, 8838.0, 8837.0, 8864.0, 8910.0, 8866.0, 8889.0, 8818.0, 8827.0, 8816.0, 8847.0, 8854.0, 8866.0, 8819.0, 8832.0, 8817.0, 8837.0, 8907.0, 8866.0, 8821.0, 8821.0, 8833.0, 8821.0, 8879.0, 8868.0, 8867.0, 8824.0, 8827.0, 8835.0, 8838.0, 8868.0, 8873.0, 8827.0, 8847.0, 8844.0, 8845.0, 8892.0, 8895.0, 8888.0, 8847.0, 8860.0, 8849.0, 8905.0, 8946.0, 8890.0, 8857.0, 8844.0, 8858.0, 8859.0, 8889.0, 8880.0, 8893.0, 8872.0, 8849.0, 8869.0, 8918.0, 8893.0, 8909.0, 8970.0, 8928.0, 8923.0, 8968.0, 8968.0, 8908.0, 8879.0, 8889.0, 8896.0, 8915.0, 8910.0, 8901.0, 8884.0, 8834.0, 8827.0, 8816.0, 8830.0, 8817.0, 8892.0, 8829.0, 8873.0, 8815.0, 8813.0, 8828.0, 8831.0, 8912.0, 8846.0, 8825.0, 8818.0, 8854.0, 8830.0, 8860.0, 8847.0, 8844.0, 8817.0, 8818.0, 8815.0, 8836.0, 8867.0, 8869.0, 8837.0, 8838.0, 8822.0, 8857.0, 8856.0, 8857.0, 8855.0, 8840.0, 8843.0, 8853.0, 8842.0, 8913.0, 8903.0, 8851.0, 8841.0, 8850.0, 8839.0, 8840.0, 8896.0, 8915.0, 8839.0, 8883.0, 8836.0, 8840.0, 8879.0, 8822.0, 8869.0, 8877.0, 8850.0, 8855.0, 8839.0, 8846.0, 8887.0, 8906.0, 8870.0, 8843.0, 8851.0, 8850.0, 8882.0, 8904.0, 8879.0, 8819.0, 8836.0, 8837.0, 8855.0, 8842.0, 8892.0, 8848.0, 8861.0, 8844.0, 8862.0, 8862.0, 8899.0, 8923.0, 8852.0, 8866.0, 8913.0, 8886.0, 8883.0, 8930.0, 8934.0, 8886.0, 8914.0, 8868.0, 8894.0, 8950.0, 8923.0, 8926.0, 8923.0, 8866.0, 8925.0, 8948.0, 8868.0, 8917.0, 8878.0, 8857.0, 8906.0, 8905.0, 8973.0, 8928.0, 8995.0, 8917.0, 8972.0, 8922.0, 8875.0, 8864.0, 8813.0, 8858.0, 8797.0, 8867.0, 8887.0, 8856.0, 8819.0, 8786.0, 8778.0, 8750.0, 8765.0, 8775.0, 8778.0, 8799.0, 8817.0, 8823.0, 8828.0, 8830.0, 8835.0, 8835.0, 8856.0, 8842.0, 8875.0, 8888.0, 8867.0, 8900.0, 8886.0, 8867.0, 8869.0, 8908.0, 8868.0, 8909.0, 8865.0, 8909.0, 8961.0, 8903.0, 8918.0, 8904.0, 8899.0, 8857.0, 8842.0, 8907.0, 8866.0, 8895.0, 8894.0, 8873.0, 8831.0, 8833.0, 8883.0, 8831.0, 8867.0, 8858.0, 8828.0, 8830.0, 8813.0, 8831.0, 8845.0, 8858.0, 8877.0, 8849.0, 8853.0, 8836.0, 8873.0, 8870.0, 8878.0, 8875.0, 8866.0, 8877.0, 8865.0, 8894.0, 8893.0, 8887.0, 8867.0, 8869.0, 8912.0, 8890.0, 8897.0, 8895.0, 8974.0, 8907.0, 8892.0, 8891.0, 8950.0, 8983.0, 8919.0, 8962.0, 8901.0, 8939.0, 8949.0, 8916.0, 8907.0, 8860.0, 8888.0, 8825.0, 8825.0, 8893.0, 8871.0, 8862.0, 8823.0, 8801.0, 8805.0, 8834.0, 8804.0, 8866.0, 8806.0, 8809.0, 8820.0, 8850.0, 8872.0, 8855.0, 8853.0, 8865.0, 8863.0, 8875.0, 8853.0, 8870.0, 8911.0, 8885.0, 8917.0, 8872.0, 8889.0, 8833.0, 8844.0, 8887.0, 8844.0, 8843.0, 8828.0, 8832.0, 8858.0, 8864.0, 8861.0, 8819.0, 8812.0, 8810.0, 8826.0, 8842.0, 8835.0, 8837.0, 8855.0, 8862.0, 8846.0, 8848.0, 8867.0, 8871.0, 8868.0, 8884.0, 8868.0, 8874.0, 8919.0, 8889.0, 8904.0, 8958.0, 8929.0, 8884.0, 8870.0, 8935.0, 8861.0, 8902.0, 8887.0, 8886.0, 8866.0, 8838.0, 8878.0, 8867.0, 8868.0, 8894.0, 8882.0, 8837.0, 8853.0, 8848.0, 8840.0, 8870.0, 8876.0, 8855.0, 8860.0, 8843.0, 8841.0, 8858.0, 8924.0, 8888.0, 8868.0, 8843.0, 8841.0, 8838.0, 8858.0, 8868.0, 8936.0, 8912.0, 8875.0, 8888.0, 8873.0, 8879.0, 8915.0, 8888.0, 8899.0, 8869.0, 8879.0, 8837.0, 8837.0, 8906.0, 8864.0, 8874.0, 8818.0, 8829.0, 8831.0, 8873.0, 8816.0, 8832.0, 8820.0, 8840.0, 8907.0, 8866.0, 8834.0, 8838.0, 8833.0, 8820.0, 8837.0, 8919.0, 8864.0, 8835.0, 8839.0, 8836.0, 8834.0, 8821.0, 8891.0, 8849.0, 8839.0, 8840.0, 8838.0, 8859.0, 8891.0, 8890.0, 8848.0, 8865.0, 8863.0, 8885.0, 8883.0, 8922.0, 8878.0, 8881.0, 8839.0, 8858.0, 8834.0, 8875.0, 8925.0, 8882.0, 8922.0, 8860.0, 8936.0, 8912.0, 8942.0, 8855.0, 8894.0, 8899.0, 8925.0, 8911.0, 8940.0, 8871.0, 8903.0, 8845.0, 8883.0, 8880.0, 8893.0, 8928.0, 8930.0, 8913.0, 8853.0, 8871.0, 8835.0, 8845.0, 8885.0, 8856.0, 8840.0, 8811.0, 8843.0, 8896.0, 8833.0, 8854.0, 8811.0, 8789.0, 8792.0, 8790.0, 8793.0, 8811.0, 8819.0, 8819.0, 8838.0, 8825.0, 8840.0, 8853.0, 8844.0, 8855.0, 8825.0, 8860.0, 8863.0, 8862.0, 8869.0, 8884.0, 8917.0, 8870.0, 8876.0, 8883.0, 8871.0, 8887.0, 8889.0, 8901.0, 8889.0, 8873.0, 8880.0, 8891.0, 8959.0, 8903.0, 8938.0, 8914.0, 8941.0, 8910.0, 8938.0, 8909.0, 8921.0, 8859.0, 8857.0, 8908.0, 8895.0, 8879.0, 8880.0, 8876.0, 8834.0, 8850.0, 8889.0, 8846.0, 8873.0, 8863.0, 8824.0, 8831.0, 8816.0, 8833.0, 8836.0, 8865.0, 8841.0, 8840.0, 8840.0, 8838.0, 8840.0, 8840.0, 8842.0, 8843.0, 8843.0, 8843.0, 8872.0, 8894.0, 8849.0, 8868.0, 8863.0, 8866.0, 8885.0, 8930.0, 8891.0, 8871.0, 8886.0, 8883.0, 8869.0, 8867.0, 8870.0, 8912.0, 8951.0, 8866.0, 8923.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.0022400000000000002</td></tr>
<tr><td colspan=3>aqi</td><td>0.08108578109280139</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.026587578941</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1245338035156232</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9655742584288175</td></tr>
<tr><td colspan=3>efc</td><td>0.5072</td></tr>
<tr><td colspan=3>fber</td><td>4735.0127</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16608105094654663</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>273</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.67736339982654</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5067876982854416</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3294857626425496</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7809181155159273</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4099592166978483</td></tr>
<tr><td colspan=3>gcor</td><td>0.00975869</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02028174325823784</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.045103173702955246</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.141616423407913</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>13.0819</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4755</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.6548</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294443.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>948.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.7033</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6398</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>447.9312</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3162.9048</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3316.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>800.6487</td></tr>
<tr><td colspan=3>tsnr</td><td>24.61112003051676</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>