<?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-0124_ses-02_task-alignvideo_acq-mb8_run-03_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-0124_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0124_suffix-bold_task-alignvideo" 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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_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-0124/ses-02/func/sub-0124_ses-02_task-alignvideo_acq-mb8_run-03_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>68a64c85fb2281f0ef3c85eb2fa1dfc1</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:28:33.345000</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.996875, 0.039184, 0.0685957, -0.0475346, 0.991058, 0.124678]</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-03_task-alignvideo_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.0971238</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7793, -7204, 392, -93, -81, 6, 31]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.082</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c122a048-f1fa-4f7d-a826-8f1e10d2bab6||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.67454195022583, -0.12753182649612427, 0.17036160826683044, 114.87745666503906], [-0.10512787848711014, 2.658936023712158, 0.344383180141449, -107.96670532226562], [0.1840371936559677, -0.33450278639793396, 2.672522783279419, -50.282020568847656], [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, 1158]</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, 1157, 1158], 'AcquisitionTime': ['212833.345000', '212833.805000', '212834.265000', '212834.725000', '212835.185000', '212835.645000', '212836.105000', '212836.565000', '212837.025000', '212837.485000', '212837.945000', '212838.405000', '212838.865000', '212839.325000', '212839.785000', '212840.245000', '212840.705000', '212841.165000', '212841.625000', '212842.085000', '212842.545000', '212843.005000', '212843.465000', '212843.925000', '212844.385000', '212844.845000', '212845.305000', '212845.765000', '212846.225000', '212846.685000', '212847.145000', '212847.605000', '212848.065000', '212848.525000', '212848.985000', '212849.445000', '212849.905000', '212850.365000', '212850.825000', '212851.285000', '212851.745000', '212852.205000', '212852.665000', '212853.125000', '212853.585000', '212854.045000', '212854.505000', '212854.965000', '212855.425000', '212855.885000', '212856.345000', '212856.805000', '212857.265000', '212857.725000', '212858.185000', '212858.645000', '212859.105000', '212859.565000', '212900.025000', '212900.485000', '212900.945000', '212901.405000', '212901.865000', '212902.325000', '212902.785000', '212903.245000', '212903.705000', '212904.165000', '212904.625000', '212905.085000', '212905.545000', '212906.005000', '212906.465000', '212906.925000', '212907.385000', '212907.845000', '212908.305000', '212908.765000', '212909.225000', '212909.685000', '212910.145000', '212910.605000', '212911.065000', '212911.525000', '212911.985000', '212912.445000', '212912.905000', '212913.365000', '212913.825000', '212914.285000', '212914.745000', '212915.205000', '212915.665000', '212916.125000', '212916.585000', '212917.045000', '212917.505000', '212917.965000', '212918.425000', '212918.885000', '212919.345000', '212919.805000', '212920.265000', '212920.725000', '212921.185000', '212921.645000', '212922.105000', '212922.565000', '212923.025000', '212923.485000', '212923.945000', '212924.405000', '212924.865000', '212925.325000', '212925.785000', '212926.245000', '212926.705000', '212927.165000', '212927.625000', '212928.085000', '212928.545000', '212929.005000', '212929.465000', '212929.925000', '212930.385000', '212930.845000', '212931.305000', '212931.765000', '212932.225000', '212932.685000', '212933.145000', '212933.605000', '212934.065000', '212934.525000', '212934.985000', '212935.445000', '212935.905000', '212936.365000', '212936.825000', '212937.285000', '212937.745000', '212938.205000', '212938.665000', '212939.125000', '212939.585000', '212940.045000', '212940.505000', '212940.965000', '212941.425000', '212941.885000', '212942.345000', '212942.805000', '212943.265000', '212943.725000', '212944.185000', '212944.645000', '212945.105000', '212945.565000', '212946.025000', '212946.485000', '212946.945000', '212947.405000', '212947.865000', '212948.325000', '212948.785000', '212949.245000', '212949.705000', '212950.165000', '212950.625000', '212951.085000', '212951.545000', '212952.005000', '212952.465000', '212952.925000', '212953.385000', '212953.845000', '212954.305000', '212954.765000', '212955.225000', '212955.685000', '212956.145000', '212956.605000', '212957.065000', '212957.525000', '212957.985000', '212958.445000', '212958.905000', '212959.365000', '212959.825000', '213000.285000', '213000.745000', '213001.205000', '213001.665000', '213002.125000', '213002.585000', '213003.045000', '213003.505000', '213003.965000', '213004.425000', '213004.885000', '213005.345000', '213005.805000', '213006.265000', '213006.725000', '213007.185000', '213007.645000', '213008.105000', '213008.565000', '213009.025000', '213009.485000', '213009.945000', '213010.405000', '213010.865000', '213011.325000', '213011.785000', '213012.245000', '213012.705000', '213013.165000', '213013.625000', '213014.085000', '213014.545000', '213015.005000', '213015.465000', '213015.925000', '213016.385000', '213016.845000', '213017.305000', '213017.765000', '213018.225000', '213018.685000', '213019.145000', '213019.605000', '213020.065000', '213020.525000', '213020.985000', '213021.445000', '213021.905000', '213022.365000', '213022.825000', '213023.285000', '213023.745000', '213024.205000', '213024.665000', '213025.125000', '213025.585000', '213026.045000', '213026.505000', '213026.965000', '213027.425000', '213027.885000', '213028.345000', '213028.805000', '213029.265000', '213029.725000', '213030.185000', '213030.645000', '213031.105000', '213031.565000', '213032.025000', '213032.485000', '213032.945000', '213033.405000', '213033.865000', '213034.325000', '213034.785000', '213035.245000', '213035.705000', '213036.165000', '213036.625000', '213037.085000', '213037.545000', '213038.005000', '213038.465000', '213038.925000', '213039.385000', '213039.845000', '213040.305000', '213040.765000', '213041.225000', '213041.685000', '213042.145000', '213042.605000', '213043.065000', '213043.525000', '213043.985000', '213044.445000', '213044.905000', '213045.365000', '213045.825000', '213046.285000', '213046.745000', '213047.205000', '213047.665000', '213048.125000', '213048.585000', '213049.045000', '213049.505000', '213049.965000', '213050.425000', '213050.885000', '213051.345000', '213051.805000', '213052.265000', '213052.725000', '213053.185000', '213053.645000', '213054.105000', '213054.565000', '213055.025000', '213055.485000', '213055.945000', '213056.405000', '213056.865000', '213057.325000', '213057.785000', '213058.245000', '213058.705000', '213059.165000', '213059.625000', '213100.085000', '213100.545000', '213101.005000', '213101.465000', '213101.925000', '213102.385000', '213102.845000', '213103.305000', '213103.765000', '213104.225000', '213104.685000', '213105.145000', '213105.605000', '213106.065000', '213106.525000', '213106.985000', '213107.445000', '213107.905000', '213108.365000', '213108.825000', '213109.285000', '213109.745000', '213110.205000', '213110.665000', '213111.125000', '213111.585000', '213112.045000', '213112.505000', '213112.965000', '213113.425000', '213113.885000', '213114.345000', '213114.805000', '213115.265000', '213115.725000', '213116.185000', '213116.645000', '213117.105000', '213117.565000', '213118.025000', '213118.485000', '213118.945000', '213119.405000', '213119.865000', '213120.325000', '213120.785000', '213121.245000', '213121.705000', '213122.165000', '213122.625000', '213123.085000', '213123.545000', '213124.005000', '213124.465000', '213124.925000', '213125.385000', '213125.845000', '213126.305000', '213126.765000', '213127.225000', '213127.685000', '213128.145000', '213128.605000', '213129.065000', '213129.525000', '213129.985000', '213130.445000', '213130.905000', '213131.365000', '213131.825000', '213132.285000', '213132.745000', '213133.205000', '213133.665000', '213134.125000', '213134.585000', '213135.045000', '213135.505000', '213135.965000', '213136.425000', '213136.885000', '213137.345000', '213137.805000', '213138.265000', '213138.725000', '213139.185000', '213139.645000', '213140.105000', '213140.565000', '213141.025000', '213141.485000', '213141.945000', '213142.405000', '213142.865000', '213143.325000', '213143.785000', '213144.245000', '213144.705000', '213145.165000', '213145.625000', '213146.085000', '213146.545000', '213147.005000', '213147.465000', '213147.925000', '213148.385000', '213148.845000', '213149.305000', '213149.765000', '213150.225000', '213150.685000', '213151.145000', '213151.605000', '213152.065000', '213152.525000', '213152.985000', '213153.445000', '213153.905000', '213154.365000', '213154.825000', '213155.285000', '213155.745000', '213156.205000', '213156.665000', '213157.125000', '213157.585000', '213158.045000', '213158.505000', '213158.965000', '213159.425000', '213159.885000', '213200.345000', '213200.805000', '213201.265000', '213201.725000', '213202.185000', '213202.645000', '213203.105000', '213203.565000', '213204.025000', '213204.485000', '213204.945000', '213205.405000', '213205.865000', '213206.325000', '213206.785000', '213207.245000', '213207.705000', '213208.165000', '213208.625000', '213209.085000', '213209.545000', '213210.005000', '213210.465000', '213210.925000', '213211.385000', '213211.845000', '213212.305000', '213212.765000', '213213.225000', '213213.685000', '213214.145000', '213214.605000', '213215.065000', '213215.525000', '213215.985000', '213216.445000', '213216.905000', '213217.365000', '213217.825000', '213218.285000', '213218.745000', '213219.205000', '213219.665000', '213220.125000', '213220.585000', '213221.045000', '213221.505000', '213221.965000', '213222.425000', '213222.885000', '213223.345000', '213223.805000', '213224.265000', '213224.725000', '213225.185000', '213225.645000', '213226.105000', '213226.565000', '213227.025000', '213227.485000', '213227.945000', '213228.405000', '213228.865000', '213229.325000', '213229.785000', '213230.245000', '213230.705000', '213231.165000', '213231.625000', '213232.085000', '213232.545000', '213233.005000', '213233.465000', '213233.925000', '213234.385000', '213234.845000', '213235.305000', '213235.765000', '213236.225000', '213236.685000', '213237.145000', '213237.605000', '213238.065000', '213238.525000', '213238.985000', '213239.445000', '213239.905000', '213240.365000', '213240.825000', '213241.285000', '213241.745000', '213242.205000', '213242.665000', '213243.125000', '213243.585000', '213244.045000', '213244.505000', '213244.965000', '213245.425000', '213245.885000', '213246.345000', '213246.805000', '213247.265000', '213247.725000', '213248.185000', '213248.645000', '213249.105000', '213249.565000', '213250.025000', '213250.485000', '213250.945000', '213251.405000', '213251.865000', '213252.325000', '213252.785000', '213253.245000', '213253.705000', '213254.165000', '213254.625000', '213255.085000', '213255.545000', '213256.005000', '213256.465000', '213256.925000', '213257.385000', '213257.845000', '213258.305000', '213258.765000', '213259.225000', '213259.685000', '213300.145000', '213300.605000', '213301.065000', '213301.525000', '213301.985000', '213302.445000', '213302.905000', '213303.365000', '213303.825000', '213304.285000', '213304.745000', '213305.205000', '213305.665000', '213306.125000', '213306.585000', '213307.045000', '213307.505000', '213307.965000', '213308.425000', '213308.885000', '213309.345000', '213309.805000', '213310.265000', '213310.725000', '213311.185000', '213311.645000', '213312.105000', '213312.565000', '213313.025000', '213313.485000', '213313.945000', '213314.405000', '213314.865000', '213315.325000', '213315.785000', '213316.245000', '213316.705000', '213317.165000', '213317.625000', '213318.085000', '213318.545000', '213319.005000', '213319.465000', '213319.925000', '213320.385000', '213320.845000', '213321.305000', '213321.765000', '213322.225000', '213322.685000', '213323.145000', '213323.605000', '213324.065000', '213324.525000', '213324.985000', '213325.445000', '213325.905000', '213326.365000', '213326.825000', '213327.285000', '213327.745000', '213328.205000', '213328.665000', '213329.125000', '213329.585000', '213330.045000', '213330.505000', '213330.965000', '213331.425000', '213331.885000', '213332.345000', '213332.805000', '213333.265000', '213333.725000', '213334.185000', '213334.645000', '213335.105000', '213335.565000', '213336.025000', '213336.485000', '213336.945000', '213337.405000', '213337.865000', '213338.325000', '213338.785000', '213339.245000', '213339.705000', '213340.165000', '213340.625000', '213341.085000', '213341.545000', '213342.005000', '213342.465000', '213342.925000', '213343.385000', '213343.845000', '213344.305000', '213344.765000', '213345.225000', '213345.685000', '213346.145000', '213346.605000', '213347.065000', '213347.525000', '213347.985000', '213348.445000', '213348.905000', '213349.365000', '213349.825000', '213350.285000', '213350.745000', '213351.205000', '213351.665000', '213352.125000', '213352.585000', '213353.045000', '213353.505000', '213353.965000', '213354.425000', '213354.885000', '213355.345000', '213355.805000', '213356.265000', '213356.725000', '213357.185000', '213357.645000', '213358.105000', '213358.565000', '213359.025000', '213359.485000', '213359.945000', '213400.405000', '213400.865000', '213401.325000', '213401.785000', '213402.245000', '213402.705000', '213403.165000', '213403.625000', '213404.085000', '213404.545000', '213405.005000', '213405.465000', '213405.925000', '213406.385000', '213406.845000', '213407.305000', '213407.765000', '213408.225000', '213408.685000', '213409.145000', '213409.605000', '213410.065000', '213410.525000', '213410.985000', '213411.445000', '213411.905000', '213412.365000', '213412.825000', '213413.285000', '213413.745000', '213414.205000', '213414.665000', '213415.125000', '213415.585000', '213416.045000', '213416.505000', '213416.965000', '213417.425000', '213417.885000', '213418.345000', '213418.805000', '213419.265000', '213419.725000', '213420.185000', '213420.645000', '213421.105000', '213421.565000', '213422.025000', '213422.485000', '213422.945000', '213423.405000', '213423.865000', '213424.325000', '213424.785000', '213425.245000', '213425.705000', '213426.165000', '213426.625000', '213427.085000', '213427.545000', '213428.005000', '213428.465000', '213428.925000', '213429.385000', '213429.845000', '213430.305000', '213430.765000', '213431.225000', '213431.685000', '213432.145000', '213432.605000', '213433.065000', '213433.525000', '213433.985000', '213434.445000', '213434.905000', '213435.365000', '213435.825000', '213436.285000', '213436.745000', '213437.205000', '213437.665000', '213438.125000', '213438.585000', '213439.045000', '213439.505000', '213439.965000', '213440.425000', '213440.885000', '213441.345000', '213441.805000', '213442.265000', '213442.725000', '213443.185000', '213443.645000', '213444.105000', '213444.565000', '213445.025000', '213445.485000', '213445.945000', '213446.405000', '213446.865000', '213447.325000', '213447.785000', '213448.245000', '213448.705000', '213449.165000', '213449.625000', '213450.085000', '213450.545000', '213451.005000', '213451.465000', '213451.925000', '213452.385000', '213452.845000', '213453.305000', '213453.765000', '213454.225000', '213454.685000', '213455.145000', '213455.605000', '213456.065000', '213456.525000', '213456.985000', '213457.445000', '213457.905000', '213458.365000', '213458.825000', '213459.285000', '213459.745000', '213500.205000', '213500.665000', '213501.125000', '213501.585000', '213502.045000', '213502.505000', '213502.965000', '213503.425000', '213503.885000', '213504.345000', '213504.805000', '213505.265000', '213505.725000', '213506.185000', '213506.645000', '213507.105000', '213507.565000', '213508.025000', '213508.485000', '213508.945000', '213509.405000', '213509.865000', '213510.325000', '213510.785000', '213511.245000', '213511.705000', '213512.165000', '213512.625000', '213513.085000', '213513.545000', '213514.005000', '213514.465000', '213514.925000', '213515.385000', '213515.845000', '213516.305000', '213516.765000', '213517.225000', '213517.685000', '213518.145000', '213518.605000', '213519.065000', '213519.525000', '213519.985000', '213520.445000', '213520.905000', '213521.365000', '213521.825000', '213522.285000', '213522.745000', '213523.205000', '213523.665000', '213524.125000', '213524.585000', '213525.045000', '213525.505000', '213525.965000', '213526.425000', '213526.885000', '213527.345000', '213527.805000', '213528.265000', '213528.725000', '213529.185000', '213529.645000', '213530.105000', '213530.565000', '213531.025000', '213531.485000', '213531.945000', '213532.405000', '213532.865000', '213533.325000', '213533.785000', '213534.245000', '213534.705000', '213535.165000', '213535.625000', '213536.085000', '213536.545000', '213537.005000', '213537.465000', '213537.925000', '213538.385000', '213538.845000', '213539.305000', '213539.765000', '213540.225000', '213540.685000', '213541.145000', '213541.605000', '213542.065000', '213542.525000', '213542.985000', '213543.445000', '213543.905000', '213544.365000', '213544.825000', '213545.285000', '213545.745000', '213546.205000', '213546.665000', '213547.125000', '213547.585000', '213548.045000', '213548.505000', '213548.965000', '213549.425000', '213549.885000', '213550.345000', '213550.805000', '213551.265000', '213551.725000', '213552.185000', '213552.645000', '213553.105000', '213553.565000', '213554.025000', '213554.485000', '213554.945000', '213555.405000', '213555.865000', '213556.325000', '213556.785000', '213557.245000', '213557.705000', '213558.165000', '213558.625000', '213559.085000', '213559.545000', '213600.005000', '213600.465000', '213600.925000', '213601.385000', '213601.845000', '213602.305000', '213602.765000', '213603.225000', '213603.685000', '213604.145000', '213604.605000', '213605.065000', '213605.525000', '213605.985000', '213606.445000', '213606.905000', '213607.365000', '213607.825000', '213608.285000', '213608.745000', '213609.205000', '213609.665000', '213610.125000', '213610.585000', '213611.045000', '213611.505000', '213611.965000', '213612.425000', '213612.885000', '213613.345000', '213613.805000', '213614.265000', '213614.725000', '213615.185000', '213615.645000', '213616.105000', '213616.565000', '213617.025000', '213617.485000', '213617.945000', '213618.405000', '213618.865000', '213619.325000', '213619.785000', '213620.245000', '213620.705000', '213621.165000', '213621.625000', '213622.085000', '213622.545000', '213623.005000', '213623.465000', '213623.925000', '213624.385000', '213624.845000', '213625.305000', '213625.765000', '213626.225000', '213626.685000', '213627.145000', '213627.605000', '213628.065000', '213628.525000', '213628.985000', '213629.445000', '213629.905000', '213630.365000', '213630.825000', '213631.285000', '213631.745000', '213632.205000', '213632.665000', '213633.125000', '213633.585000', '213634.045000', '213634.505000', '213634.965000', '213635.425000', '213635.885000', '213636.345000', '213636.805000', '213637.265000', '213637.725000', '213638.185000', '213638.645000', '213639.105000', '213639.565000', '213640.025000', '213640.485000', '213640.945000', '213641.405000', '213641.865000', '213642.325000', '213642.785000', '213643.245000', '213643.705000', '213644.165000', '213644.625000', '213645.085000', '213645.545000', '213646.005000', '213646.465000', '213646.925000', '213647.385000', '213647.845000', '213648.305000', '213648.765000', '213649.225000', '213649.685000', '213650.145000', '213650.605000', '213651.065000', '213651.525000', '213651.985000', '213652.445000', '213652.905000', '213653.365000', '213653.825000', '213654.285000', '213654.745000', '213655.205000', '213655.665000', '213656.125000', '213656.585000', '213657.045000', '213657.505000', '213657.965000', '213658.425000', '213658.885000', '213659.345000', '213659.805000', '213700.265000', '213700.725000', '213701.185000', '213701.645000', '213702.105000', '213702.565000', '213703.025000', '213703.485000', '213703.945000', '213704.405000', '213704.865000', '213705.325000', '213705.785000', '213706.245000', '213706.705000', '213707.165000', '213707.625000', '213708.085000', '213708.545000', '213709.005000', '213709.465000', '213709.925000', '213710.385000', '213710.845000', '213711.305000', '213711.765000', '213712.225000', '213712.685000', '213713.145000', '213713.605000', '213714.065000', '213714.525000', '213714.985000', '213715.445000', '213715.905000', '213716.365000', '213716.825000', '213717.285000', '213717.745000', '213718.205000', '213718.665000', '213719.125000', '213719.585000', '213720.045000', '213720.505000', '213720.965000', '213721.425000', '213721.885000', '213722.345000', '213722.805000', '213723.265000', '213723.725000', '213724.185000', '213724.645000', '213725.105000', '213725.565000'], 'ContentTime': ['212848.554000', '212848.558000', '212848.561000', '212848.564000', '212848.566000', '212848.569000', '212848.572000', '212848.574000', '212848.577000', '212848.580000', '212848.583000', '212848.593000', '212848.596000', '212848.599000', '212848.602000', '212848.604000', '212848.607000', '212848.610000', '212848.612000', '212848.615000', '212848.618000', '212848.621000', '212848.624000', '212848.627000', '212848.629000', '212848.632000', '212848.635000', '212848.638000', '212848.641000', '212848.644000', '212848.647000', '212908.492000', '212908.494000', '212908.498000', '212908.500000', '212908.503000', '212908.505000', '212908.508000', '212908.510000', '212908.513000', '212908.516000', '212908.518000', '212908.521000', '212908.523000', '212908.526000', '212908.528000', '212908.531000', '212908.534000', '212908.536000', '212908.539000', '212908.541000', '212908.544000', '212908.546000', '212908.549000', '212908.552000', '212908.554000', '212908.557000', '212908.560000', '212908.562000', '212908.575000', '212908.578000', '212908.580000', '212908.583000', '212908.585000', '212908.588000', '212908.591000', '212908.593000', '212908.596000', '212908.598000', '212908.601000', '212908.604000', '212908.606000', '212908.609000', '212908.612000', '212908.614000', '212928.492000', '212928.494000', '212928.497000', '212928.500000', '212928.503000', '212928.505000', '212928.508000', '212928.510000', '212928.513000', '212928.516000', '212928.519000', '212928.521000', '212928.524000', '212928.527000', '212928.533000', '212928.536000', '212928.539000', '212928.541000', '212928.544000', '212928.547000', '212928.549000', '212928.552000', '212928.554000', '212928.558000', '212928.560000', '212928.563000', '212928.566000', '212928.568000', '212928.571000', '212928.573000', '212928.576000', '212928.579000', '212928.581000', '212928.584000', '212928.586000', '212928.589000', '212928.592000', '212928.594000', '212928.597000', '212928.600000', '212928.602000', '212928.605000', '212928.608000', '212948.492000', '212948.494000', '212948.497000', '212948.500000', '212948.502000', '212948.505000', '212948.507000', '212948.510000', '212948.512000', '212948.515000', '212948.518000', '212948.520000', '212948.523000', '212948.525000', '212948.528000', '212948.531000', '212948.533000', '212948.536000', '212948.538000', '212948.541000', '212948.543000', '212948.546000', '212948.549000', '212948.551000', '212948.554000', '212948.556000', '212948.559000', '212948.562000', '212948.564000', '212948.567000', '212948.569000', '212948.572000', '212948.574000', '212948.577000', '212948.580000', '212948.582000', '212948.585000', '212948.587000', '212948.590000', '212948.592000', '212948.595000', '212948.598000', '212948.600000', '212948.603000', '213008.491000', '213008.494000', '213008.497000', '213008.499000', '213008.502000', '213008.505000', '213008.507000', '213008.524000', '213008.526000', '213008.529000', '213008.532000', '213008.534000', '213008.537000', '213008.539000', '213008.542000', '213008.544000', '213008.547000', '213008.550000', '213008.552000', '213008.555000', '213008.557000', '213008.560000', '213008.563000', '213008.565000', '213008.568000', '213008.570000', '213008.573000', '213008.576000', '213008.578000', '213008.582000', '213008.584000', '213008.587000', '213008.590000', '213008.592000', '213008.595000', '213008.598000', '213008.600000', '213008.603000', '213008.606000', '213008.608000', '213008.611000', '213008.613000', '213008.616000', '213028.491000', '213028.494000', '213028.497000', '213028.500000', '213028.502000', '213028.505000', '213028.508000', '213028.510000', '213028.513000', '213028.516000', '213028.518000', '213028.521000', '213028.524000', '213028.526000', '213028.529000', '213028.531000', '213028.534000', '213028.537000', '213028.539000', '213028.542000', '213028.545000', '213028.547000', '213028.550000', '213028.553000', '213028.555000', '213028.558000', '213028.561000', '213028.563000', '213028.566000', '213028.568000', '213028.571000', '213028.573000', '213028.576000', '213028.579000', '213028.581000', '213028.584000', '213028.586000', '213028.589000', '213028.592000', '213028.594000', '213028.597000', '213028.599000', '213028.602000', '213028.605000', '213048.492000', '213048.495000', '213048.498000', '213048.501000', '213048.503000', '213048.506000', '213048.508000', '213048.511000', '213048.514000', '213048.516000', '213048.519000', '213048.522000', '213048.524000', '213048.527000', '213048.529000', '213048.532000', '213048.535000', '213048.538000', '213048.541000', '213048.544000', '213048.546000', '213048.549000', '213048.552000', '213048.554000', '213048.557000', '213048.559000', '213048.562000', '213048.565000', '213048.567000', '213048.570000', '213048.572000', '213048.575000', '213048.577000', '213048.580000', '213048.583000', '213048.585000', '213048.588000', '213048.591000', '213048.593000', '213048.596000', '213048.598000', '213048.601000', '213048.604000', '213108.492000', '213108.495000', '213108.499000', '213108.501000', '213108.504000', '213108.506000', '213108.509000', '213108.512000', '213108.514000', '213108.517000', '213108.520000', '213108.522000', '213108.525000', '213108.527000', '213108.530000', '213108.533000', '213108.535000', '213108.538000', '213108.541000', '213108.543000', '213108.546000', '213108.548000', '213108.551000', '213108.554000', '213108.556000', '213108.559000', '213108.561000', '213108.564000', '213108.566000', '213108.569000', '213108.572000', '213108.574000', '213108.577000', '213108.580000', '213108.582000', '213108.585000', '213108.587000', '213108.590000', '213108.592000', '213108.595000', '213108.598000', '213108.600000', '213108.603000', '213108.606000', '213128.491000', '213128.494000', '213128.497000', '213128.500000', '213128.502000', '213128.505000', '213128.508000', '213128.510000', '213128.513000', '213128.516000', '213128.518000', '213128.521000', '213128.524000', '213128.526000', '213128.529000', '213128.531000', '213128.534000', '213128.537000', '213128.539000', '213128.542000', '213128.545000', '213128.548000', '213128.550000', '213128.553000', '213128.555000', '213128.558000', '213128.561000', '213128.563000', '213128.566000', '213128.569000', '213128.572000', '213128.574000', '213128.577000', '213128.580000', '213128.582000', '213128.585000', '213128.587000', '213128.590000', '213128.593000', '213128.596000', '213128.599000', '213128.602000', '213128.605000', '213148.491000', '213148.494000', '213148.497000', '213148.533000', '213148.536000', '213148.539000', '213148.541000', '213148.544000', '213148.546000', '213148.549000', '213148.551000', '213148.554000', '213148.557000', '213148.559000', '213148.562000', '213148.564000', '213148.567000', '213148.570000', '213148.573000', '213148.575000', '213148.578000', '213148.581000', '213148.583000', '213148.586000', '213148.588000', '213148.591000', '213148.594000', '213148.597000', '213148.599000', '213148.602000', '213148.605000', '213148.607000', '213148.610000', '213148.613000', '213148.615000', '213148.618000', '213148.621000', '213148.623000', '213148.626000', '213148.628000', '213148.631000', '213148.634000', '213148.636000', '213148.639000', '213208.492000', '213208.495000', '213208.498000', '213208.500000', '213208.503000', '213208.506000', '213208.508000', '213208.511000', '213208.514000', '213208.516000', '213208.519000', '213208.522000', '213208.524000', '213208.527000', '213208.529000', '213208.532000', '213208.535000', '213208.538000', '213208.540000', '213208.543000', '213208.546000', '213208.548000', '213208.551000', '213208.554000', '213208.556000', '213208.559000', '213208.562000', '213208.564000', '213208.567000', '213208.569000', '213208.572000', '213208.575000', '213208.577000', '213208.580000', '213208.583000', '213208.586000', '213208.588000', '213208.591000', '213208.593000', '213208.596000', '213208.599000', '213208.602000', '213208.604000', '213228.491000', '213228.494000', '213228.497000', '213228.500000', '213228.502000', '213228.505000', '213228.508000', '213228.519000', '213228.521000', '213228.524000', '213228.526000', '213228.529000', '213228.532000', '213228.534000', '213228.537000', '213228.540000', '213228.542000', '213228.545000', '213228.547000', '213228.550000', '213228.553000', '213228.556000', '213228.558000', '213228.561000', '213228.563000', '213228.566000', '213228.569000', '213228.571000', '213228.574000', '213228.577000', '213228.579000', '213228.582000', '213228.585000', '213228.588000', '213228.590000', '213228.593000', '213228.596000', '213228.598000', '213228.601000', '213228.604000', '213228.606000', '213228.609000', '213228.611000', '213228.614000', '213248.491000', '213248.494000', '213248.497000', '213248.500000', '213248.502000', '213248.505000', '213248.507000', '213248.510000', '213248.513000', '213248.515000', '213248.518000', '213248.520000', '213248.523000', '213248.525000', '213248.528000', '213248.531000', '213248.533000', '213248.536000', '213248.539000', '213248.541000', '213248.544000', '213248.546000', '213248.549000', '213248.551000', '213248.554000', '213248.557000', '213248.559000', '213248.562000', '213248.565000', '213248.567000', '213248.570000', '213248.572000', '213248.575000', '213248.578000', '213248.580000', '213248.583000', '213248.585000', '213248.588000', '213248.591000', '213248.594000', '213248.597000', '213248.600000', '213248.602000', '213308.493000', '213308.495000', '213308.498000', '213308.501000', '213308.503000', '213308.506000', '213308.508000', '213308.511000', '213308.514000', '213308.516000', '213308.519000', '213308.521000', '213308.524000', '213308.527000', '213308.544000', '213308.547000', '213308.549000', '213308.552000', '213308.555000', '213308.557000', '213308.560000', '213308.563000', '213308.565000', '213308.568000', '213308.570000', '213308.573000', '213308.576000', '213308.578000', '213308.581000', '213308.583000', '213308.586000', '213308.589000', '213308.591000', '213308.594000', '213308.596000', '213308.599000', '213308.602000', '213308.604000', '213308.607000', '213308.610000', '213308.612000', '213308.615000', '213308.617000', '213308.620000', '213328.492000', '213328.495000', '213328.498000', '213328.501000', '213328.503000', '213328.506000', '213328.508000', '213328.511000', '213328.514000', '213328.516000', '213328.519000', '213328.522000', '213328.524000', '213328.527000', '213328.530000', '213328.532000', '213328.535000', '213328.537000', '213328.540000', '213328.542000', '213328.545000', '213328.548000', '213328.550000', '213328.553000', '213328.555000', '213328.558000', '213328.561000', '213328.563000', '213328.566000', '213328.568000', '213328.571000', '213328.574000', '213328.576000', '213328.579000', '213328.581000', '213328.584000', '213328.587000', '213328.589000', '213328.592000', '213328.594000', '213328.597000', '213328.600000', '213328.602000', '213348.492000', '213348.494000', '213348.497000', '213348.500000', '213348.502000', '213348.505000', '213348.507000', '213348.510000', '213348.513000', '213348.515000', '213348.518000', '213348.521000', '213348.523000', '213348.526000', '213348.529000', '213348.531000', '213348.534000', '213348.537000', '213348.539000', '213348.542000', '213348.544000', '213348.547000', '213348.550000', '213348.552000', '213348.555000', '213348.557000', '213348.560000', '213348.563000', '213348.565000', '213348.568000', '213348.570000', '213348.573000', '213348.576000', '213348.578000', '213348.581000', '213348.583000', '213348.586000', '213348.589000', '213348.593000', '213348.596000', '213348.598000', '213348.601000', '213348.604000', '213348.607000', '213408.492000', '213408.494000', '213408.497000', '213408.500000', '213408.502000', '213408.505000', '213408.508000', '213408.510000', '213408.513000', '213408.515000', '213408.518000', '213408.520000', '213408.523000', '213408.526000', '213408.528000', '213408.531000', '213408.533000', '213408.536000', '213408.538000', '213408.541000', '213408.544000', '213408.546000', '213408.549000', '213408.551000', '213408.554000', '213408.557000', '213408.559000', '213408.562000', '213408.564000', '213408.567000', '213408.570000', '213408.572000', '213408.575000', '213408.577000', '213408.580000', '213408.582000', '213408.585000', '213408.588000', '213408.590000', '213408.593000', '213408.595000', '213408.598000', '213408.601000', '213428.492000', '213428.494000', '213428.497000', '213428.500000', '213428.502000', '213428.505000', '213428.507000', '213428.510000', '213428.513000', '213428.515000', '213428.518000', '213428.520000', '213428.523000', '213428.526000', '213428.528000', '213428.531000', '213428.533000', '213428.536000', '213428.539000', '213428.541000', '213428.544000', '213428.546000', '213428.549000', '213428.552000', '213428.554000', '213428.557000', '213428.559000', '213428.562000', '213428.565000', '213428.567000', '213428.570000', '213428.572000', '213428.575000', '213428.577000', '213428.580000', '213428.583000', '213428.585000', '213428.588000', '213428.590000', '213428.599000', '213428.602000', '213428.604000', '213428.607000', '213428.610000', '213448.492000', '213448.495000', '213448.497000', '213448.500000', '213448.502000', '213448.505000', '213448.507000', '213448.510000', '213448.513000', '213448.515000', '213448.518000', '213448.521000', '213448.523000', '213448.526000', '213448.528000', '213448.531000', '213448.533000', '213448.536000', '213448.539000', '213448.541000', '213448.544000', '213448.546000', '213448.549000', '213448.552000', '213448.554000', '213448.557000', '213448.559000', '213448.562000', '213448.565000', '213448.567000', '213448.570000', '213448.572000', '213448.575000', '213448.577000', '213448.580000', '213448.583000', '213448.585000', '213448.588000', '213448.590000', '213448.593000', '213448.596000', '213448.598000', '213448.601000', '213508.491000', '213508.494000', '213508.497000', '213508.501000', '213508.503000', '213508.506000', '213508.509000', '213508.511000', '213508.514000', '213508.517000', '213508.519000', '213508.522000', '213508.524000', '213508.527000', '213508.530000', '213508.532000', '213508.535000', '213508.537000', '213508.540000', '213508.543000', '213508.545000', '213508.548000', '213508.550000', '213508.553000', '213508.556000', '213508.558000', '213508.561000', '213508.563000', '213508.566000', '213508.569000', '213508.571000', '213508.574000', '213508.576000', '213508.579000', '213508.582000', '213508.584000', '213508.587000', '213508.589000', '213508.592000', '213508.604000', '213508.606000', '213508.609000', '213508.611000', '213508.614000', '213528.492000', '213528.495000', '213528.498000', '213528.501000', '213528.503000', '213528.506000', '213528.508000', '213528.511000', '213528.514000', '213528.516000', '213528.519000', '213528.522000', '213528.524000', '213528.527000', '213528.529000', '213528.532000', '213528.534000', '213528.537000', '213528.540000', '213528.542000', '213528.545000', '213528.547000', '213528.550000', '213528.553000', '213528.555000', '213528.558000', '213528.561000', '213528.563000', '213528.566000', '213528.568000', '213528.571000', '213528.573000', '213528.576000', '213528.579000', '213528.581000', '213528.584000', '213528.586000', '213528.589000', '213528.592000', '213528.594000', '213528.597000', '213528.599000', '213528.602000', '213548.493000', '213548.495000', '213548.498000', '213548.501000', '213548.503000', '213548.506000', '213548.508000', '213548.511000', '213548.514000', '213548.516000', '213548.519000', '213548.522000', '213548.524000', '213548.527000', '213548.529000', '213548.532000', '213548.535000', '213548.537000', '213548.540000', '213548.542000', '213548.545000', '213548.548000', '213548.550000', '213548.553000', '213548.555000', '213548.558000', '213548.561000', '213548.563000', '213548.566000', '213548.568000', '213548.571000', '213548.574000', '213548.576000', '213548.579000', '213548.581000', '213548.584000', '213548.587000', '213548.589000', '213548.592000', '213548.594000', '213548.597000', '213548.600000', '213548.602000', '213548.605000', '213608.492000', '213608.494000', '213608.497000', '213608.500000', '213608.502000', '213608.505000', '213608.508000', '213608.510000', '213608.513000', '213608.515000', '213608.518000', '213608.520000', '213608.523000', '213608.526000', '213608.528000', '213608.531000', '213608.533000', '213608.536000', '213608.538000', '213608.541000', '213608.544000', '213608.546000', '213608.549000', '213608.552000', '213608.554000', '213608.557000', '213608.559000', '213608.562000', '213608.564000', '213608.567000', '213608.570000', '213608.572000', '213608.575000', '213608.577000', '213608.580000', '213608.583000', '213608.585000', '213608.588000', '213608.590000', '213608.593000', '213608.596000', '213608.598000', '213608.601000', '213628.492000', '213628.494000', '213628.497000', '213628.500000', '213628.502000', '213628.505000', '213628.508000', '213628.510000', '213628.513000', '213628.516000', '213628.518000', '213628.521000', '213628.523000', '213628.526000', '213628.529000', '213628.531000', '213628.534000', '213628.536000', '213628.540000', '213628.543000', '213628.546000', '213628.549000', '213628.551000', '213628.554000', '213628.556000', '213628.559000', '213628.561000', '213628.564000', '213628.567000', '213628.569000', '213628.572000', '213628.574000', '213628.577000', '213628.580000', '213628.582000', '213628.585000', '213628.587000', '213628.590000', '213628.593000', '213628.595000', '213628.598000', '213628.601000', '213628.603000', '213628.606000', '213648.491000', '213648.494000', '213648.497000', '213648.500000', '213648.502000', '213648.505000', '213648.508000', '213648.510000', '213648.513000', '213648.516000', '213648.518000', '213648.521000', '213648.523000', '213648.526000', '213648.528000', '213648.531000', '213648.534000', '213648.536000', '213648.539000', '213648.541000', '213648.544000', '213648.547000', '213648.549000', '213648.552000', '213648.554000', '213648.557000', '213648.559000', '213648.570000', '213648.573000', '213648.575000', '213648.578000', '213648.581000', '213648.583000', '213648.595000', '213648.598000', '213648.601000', '213648.604000', '213648.606000', '213648.609000', '213648.611000', '213648.614000', '213648.617000', '213648.619000', '213708.492000', '213708.495000', '213708.497000', '213708.500000', '213708.503000', '213708.505000', '213708.508000', '213708.511000', '213708.513000', '213708.516000', '213708.519000', '213708.522000', '213708.525000', '213708.528000', '213708.530000', '213708.533000', '213708.535000', '213708.538000', '213708.541000', '213708.543000', '213708.546000', '213708.549000', '213708.552000', '213708.554000', '213708.557000', '213708.559000', '213708.562000', '213708.565000', '213708.567000', '213708.570000', '213708.572000', '213708.575000', '213708.578000', '213708.580000', '213708.583000', '213708.585000', '213708.588000', '213708.591000', '213708.593000', '213708.596000', '213708.599000', '213708.601000', '213708.604000', '213726.441000', '213726.454000', '213726.456000', '213726.459000', '213726.462000', '213726.465000', '213726.467000', '213726.470000', '213726.473000', '213726.475000', '213726.479000', '213726.481000', '213726.484000', '213726.487000', '213726.491000', '213726.494000', '213726.496000', '213726.500000', '213726.503000', '213726.506000', '213726.509000', '213726.511000', '213726.514000', '213726.517000', '213726.519000', '213726.522000', '213726.525000', '213726.527000', '213726.530000', '213726.533000', '213726.535000', '213726.539000', '213726.542000', '213726.545000', '213726.548000', '213726.551000', '213726.553000', '213726.556000', '213726.559000', '213726.561000'], 'InstanceCreationTime': ['212848.554000', '212848.558000', '212848.561000', '212848.564000', '212848.566000', '212848.569000', '212848.572000', '212848.574000', '212848.577000', '212848.580000', '212848.583000', '212848.593000', '212848.596000', '212848.599000', '212848.602000', '212848.604000', '212848.607000', '212848.610000', '212848.612000', '212848.615000', '212848.618000', '212848.621000', '212848.624000', '212848.627000', '212848.629000', '212848.632000', '212848.635000', '212848.638000', '212848.641000', '212848.644000', '212848.647000', '212908.492000', '212908.494000', '212908.498000', '212908.500000', '212908.503000', '212908.505000', '212908.508000', '212908.510000', '212908.513000', '212908.516000', '212908.518000', '212908.521000', '212908.523000', '212908.526000', '212908.528000', '212908.531000', '212908.534000', '212908.536000', '212908.539000', '212908.541000', '212908.544000', '212908.546000', '212908.549000', '212908.552000', '212908.554000', '212908.557000', '212908.560000', '212908.562000', '212908.575000', '212908.578000', '212908.580000', '212908.583000', '212908.585000', '212908.588000', '212908.591000', '212908.593000', '212908.596000', '212908.598000', '212908.601000', '212908.604000', '212908.606000', '212908.609000', '212908.612000', '212908.614000', '212928.492000', '212928.494000', '212928.497000', '212928.500000', '212928.503000', '212928.505000', '212928.508000', '212928.510000', '212928.513000', '212928.516000', '212928.519000', '212928.521000', '212928.524000', '212928.527000', '212928.533000', '212928.536000', '212928.539000', '212928.541000', '212928.544000', '212928.547000', '212928.549000', '212928.552000', '212928.554000', '212928.558000', '212928.560000', '212928.563000', '212928.566000', '212928.568000', '212928.571000', '212928.573000', '212928.576000', '212928.579000', '212928.581000', '212928.584000', '212928.586000', '212928.589000', '212928.592000', '212928.594000', '212928.597000', '212928.600000', '212928.602000', '212928.605000', '212928.608000', '212948.492000', '212948.494000', '212948.497000', '212948.500000', '212948.502000', '212948.505000', '212948.507000', '212948.510000', '212948.512000', '212948.515000', '212948.518000', '212948.520000', '212948.523000', '212948.525000', '212948.528000', '212948.531000', '212948.533000', '212948.536000', '212948.538000', '212948.541000', '212948.543000', '212948.546000', '212948.549000', '212948.551000', '212948.554000', '212948.556000', '212948.559000', '212948.562000', '212948.564000', '212948.567000', '212948.569000', '212948.572000', '212948.574000', '212948.577000', '212948.580000', '212948.582000', '212948.585000', '212948.587000', '212948.590000', '212948.592000', '212948.595000', '212948.598000', '212948.600000', '212948.603000', '213008.491000', '213008.494000', '213008.497000', '213008.499000', '213008.502000', '213008.505000', '213008.507000', '213008.524000', '213008.526000', '213008.529000', '213008.532000', '213008.534000', '213008.537000', '213008.539000', '213008.542000', '213008.544000', '213008.547000', '213008.550000', '213008.552000', '213008.555000', '213008.557000', '213008.560000', '213008.563000', '213008.565000', '213008.568000', '213008.570000', '213008.573000', '213008.576000', '213008.578000', '213008.582000', '213008.584000', '213008.587000', '213008.590000', '213008.592000', '213008.595000', '213008.598000', '213008.600000', '213008.603000', '213008.606000', '213008.608000', '213008.611000', '213008.613000', '213008.616000', '213028.491000', '213028.494000', '213028.497000', '213028.500000', '213028.502000', '213028.505000', '213028.508000', '213028.510000', '213028.513000', '213028.516000', '213028.518000', '213028.521000', '213028.524000', '213028.526000', '213028.529000', '213028.531000', '213028.534000', '213028.537000', '213028.539000', '213028.542000', '213028.545000', '213028.547000', '213028.550000', '213028.553000', '213028.555000', '213028.558000', '213028.561000', '213028.563000', '213028.566000', '213028.568000', '213028.571000', '213028.573000', '213028.576000', '213028.579000', '213028.581000', '213028.584000', '213028.586000', '213028.589000', '213028.592000', '213028.594000', '213028.597000', '213028.599000', '213028.602000', '213028.605000', '213048.492000', '213048.495000', '213048.498000', '213048.501000', '213048.503000', '213048.506000', '213048.508000', '213048.511000', '213048.514000', '213048.516000', '213048.519000', '213048.522000', '213048.524000', '213048.527000', '213048.529000', '213048.532000', '213048.535000', '213048.538000', '213048.541000', '213048.544000', '213048.546000', '213048.549000', '213048.552000', '213048.554000', '213048.557000', '213048.559000', '213048.562000', '213048.565000', '213048.567000', '213048.570000', '213048.572000', '213048.575000', '213048.577000', '213048.580000', '213048.583000', '213048.585000', '213048.588000', '213048.591000', '213048.593000', '213048.596000', '213048.598000', '213048.601000', '213048.604000', '213108.492000', '213108.495000', '213108.499000', '213108.501000', '213108.504000', '213108.506000', '213108.509000', '213108.512000', '213108.514000', '213108.517000', '213108.520000', '213108.522000', '213108.525000', '213108.527000', '213108.530000', '213108.533000', '213108.535000', '213108.538000', '213108.541000', '213108.543000', '213108.546000', '213108.548000', '213108.551000', '213108.554000', '213108.556000', '213108.559000', '213108.561000', '213108.564000', '213108.566000', '213108.569000', '213108.572000', '213108.574000', '213108.577000', '213108.580000', '213108.582000', '213108.585000', '213108.587000', '213108.590000', '213108.592000', '213108.595000', '213108.598000', '213108.600000', '213108.603000', '213108.606000', '213128.491000', '213128.494000', '213128.497000', '213128.500000', '213128.502000', '213128.505000', '213128.508000', '213128.510000', '213128.513000', '213128.516000', '213128.518000', '213128.521000', '213128.524000', '213128.526000', '213128.529000', '213128.531000', '213128.534000', '213128.537000', '213128.539000', '213128.542000', '213128.545000', '213128.548000', '213128.550000', '213128.553000', '213128.555000', '213128.558000', '213128.561000', '213128.563000', '213128.566000', '213128.569000', '213128.572000', '213128.574000', '213128.577000', '213128.580000', '213128.582000', '213128.585000', '213128.587000', '213128.590000', '213128.593000', '213128.596000', '213128.599000', '213128.602000', '213128.605000', '213148.491000', '213148.494000', '213148.497000', '213148.533000', '213148.536000', '213148.539000', '213148.541000', '213148.544000', '213148.546000', '213148.549000', '213148.551000', '213148.554000', '213148.557000', '213148.559000', '213148.562000', '213148.564000', '213148.567000', '213148.570000', '213148.573000', '213148.575000', '213148.578000', '213148.581000', '213148.583000', '213148.586000', '213148.588000', '213148.591000', '213148.594000', '213148.597000', '213148.599000', '213148.602000', '213148.605000', '213148.607000', '213148.610000', '213148.613000', '213148.615000', '213148.618000', '213148.621000', '213148.623000', '213148.626000', '213148.628000', '213148.631000', '213148.634000', '213148.636000', '213148.639000', '213208.492000', '213208.495000', '213208.498000', '213208.500000', '213208.503000', '213208.506000', '213208.508000', '213208.511000', '213208.514000', '213208.516000', '213208.519000', '213208.522000', '213208.524000', '213208.527000', '213208.529000', '213208.532000', '213208.535000', '213208.538000', '213208.540000', '213208.543000', '213208.546000', '213208.548000', '213208.551000', '213208.554000', '213208.556000', '213208.559000', '213208.562000', '213208.564000', '213208.567000', '213208.569000', '213208.572000', '213208.575000', '213208.577000', '213208.580000', '213208.583000', '213208.586000', '213208.588000', '213208.591000', '213208.593000', '213208.596000', '213208.599000', '213208.602000', '213208.604000', '213228.491000', '213228.494000', '213228.497000', '213228.500000', '213228.502000', '213228.505000', '213228.508000', '213228.519000', '213228.521000', '213228.524000', '213228.526000', '213228.529000', '213228.532000', '213228.534000', '213228.537000', '213228.540000', '213228.542000', '213228.545000', '213228.547000', '213228.550000', '213228.553000', '213228.556000', '213228.558000', '213228.561000', '213228.563000', '213228.566000', '213228.569000', '213228.571000', '213228.574000', '213228.577000', '213228.579000', '213228.582000', '213228.585000', '213228.588000', '213228.590000', '213228.593000', '213228.596000', '213228.598000', '213228.601000', '213228.604000', '213228.606000', '213228.609000', '213228.611000', '213228.614000', '213248.491000', '213248.494000', '213248.497000', '213248.500000', '213248.502000', '213248.505000', '213248.507000', '213248.510000', '213248.513000', '213248.515000', '213248.518000', '213248.520000', '213248.523000', '213248.525000', '213248.528000', '213248.531000', '213248.533000', '213248.536000', '213248.539000', '213248.541000', '213248.544000', '213248.546000', '213248.549000', '213248.551000', '213248.554000', '213248.557000', '213248.559000', '213248.562000', '213248.565000', '213248.567000', '213248.570000', '213248.572000', '213248.575000', '213248.578000', '213248.580000', '213248.583000', '213248.585000', '213248.588000', '213248.591000', '213248.594000', '213248.597000', '213248.600000', '213248.602000', '213308.493000', '213308.495000', '213308.498000', '213308.501000', '213308.503000', '213308.506000', '213308.508000', '213308.511000', '213308.514000', '213308.516000', '213308.519000', '213308.521000', '213308.524000', '213308.527000', '213308.544000', '213308.547000', '213308.549000', '213308.552000', '213308.555000', '213308.557000', '213308.560000', '213308.563000', '213308.565000', '213308.568000', '213308.570000', '213308.573000', '213308.576000', '213308.578000', '213308.581000', '213308.583000', '213308.586000', '213308.589000', '213308.591000', '213308.594000', '213308.596000', '213308.599000', '213308.602000', '213308.604000', '213308.607000', '213308.610000', '213308.612000', '213308.615000', '213308.617000', '213308.620000', '213328.492000', '213328.495000', '213328.498000', '213328.501000', '213328.503000', '213328.506000', '213328.508000', '213328.511000', '213328.514000', '213328.516000', '213328.519000', '213328.522000', '213328.524000', '213328.527000', '213328.530000', '213328.532000', '213328.535000', '213328.537000', '213328.540000', '213328.542000', '213328.545000', '213328.548000', '213328.550000', '213328.553000', '213328.555000', '213328.558000', '213328.561000', '213328.563000', '213328.566000', '213328.568000', '213328.571000', '213328.574000', '213328.576000', '213328.579000', '213328.581000', '213328.584000', '213328.587000', '213328.589000', '213328.592000', '213328.594000', '213328.597000', '213328.600000', '213328.602000', '213348.492000', '213348.494000', '213348.497000', '213348.500000', '213348.502000', '213348.505000', '213348.507000', '213348.510000', '213348.513000', '213348.515000', '213348.518000', '213348.521000', '213348.523000', '213348.526000', '213348.529000', '213348.531000', '213348.534000', '213348.537000', '213348.539000', '213348.542000', '213348.544000', '213348.547000', '213348.550000', '213348.552000', '213348.555000', '213348.557000', '213348.560000', '213348.563000', '213348.565000', '213348.568000', '213348.570000', '213348.573000', '213348.576000', '213348.578000', '213348.581000', '213348.583000', '213348.586000', '213348.589000', '213348.593000', '213348.596000', '213348.598000', '213348.601000', '213348.604000', '213348.607000', '213408.492000', '213408.494000', '213408.497000', '213408.500000', '213408.502000', '213408.505000', '213408.508000', '213408.510000', '213408.513000', '213408.515000', '213408.518000', '213408.520000', '213408.523000', '213408.526000', '213408.528000', '213408.531000', '213408.533000', '213408.536000', '213408.538000', '213408.541000', '213408.544000', '213408.546000', '213408.549000', '213408.551000', '213408.554000', '213408.557000', '213408.559000', '213408.562000', '213408.564000', '213408.567000', '213408.570000', '213408.572000', '213408.575000', '213408.577000', '213408.580000', '213408.582000', '213408.585000', '213408.588000', '213408.590000', '213408.593000', '213408.595000', '213408.598000', '213408.601000', '213428.492000', '213428.494000', '213428.497000', '213428.500000', '213428.502000', '213428.505000', '213428.507000', '213428.510000', '213428.513000', '213428.515000', '213428.518000', '213428.520000', '213428.523000', '213428.526000', '213428.528000', '213428.531000', '213428.533000', '213428.536000', '213428.539000', '213428.541000', '213428.544000', '213428.546000', '213428.549000', '213428.552000', '213428.554000', '213428.557000', '213428.559000', '213428.562000', '213428.565000', '213428.567000', '213428.570000', '213428.572000', '213428.575000', '213428.577000', '213428.580000', '213428.583000', '213428.585000', '213428.588000', '213428.590000', '213428.599000', '213428.602000', '213428.604000', '213428.607000', '213428.610000', '213448.492000', '213448.495000', '213448.497000', '213448.500000', '213448.502000', '213448.505000', '213448.507000', '213448.510000', '213448.513000', '213448.515000', '213448.518000', '213448.521000', '213448.523000', '213448.526000', '213448.528000', '213448.531000', '213448.533000', '213448.536000', '213448.539000', '213448.541000', '213448.544000', '213448.546000', '213448.549000', '213448.552000', '213448.554000', '213448.557000', '213448.559000', '213448.562000', '213448.565000', '213448.567000', '213448.570000', '213448.572000', '213448.575000', '213448.577000', '213448.580000', '213448.583000', '213448.585000', '213448.588000', '213448.590000', '213448.593000', '213448.596000', '213448.598000', '213448.601000', '213508.491000', '213508.494000', '213508.497000', '213508.501000', '213508.503000', '213508.506000', '213508.509000', '213508.511000', '213508.514000', '213508.517000', '213508.519000', '213508.522000', '213508.524000', '213508.527000', '213508.530000', '213508.532000', '213508.535000', '213508.537000', '213508.540000', '213508.543000', '213508.545000', '213508.548000', '213508.550000', '213508.553000', '213508.556000', '213508.558000', '213508.561000', '213508.563000', '213508.566000', '213508.569000', '213508.571000', '213508.574000', '213508.576000', '213508.579000', '213508.582000', '213508.584000', '213508.587000', '213508.589000', '213508.592000', '213508.604000', '213508.606000', '213508.609000', '213508.611000', '213508.614000', '213528.492000', '213528.495000', '213528.498000', '213528.501000', '213528.503000', '213528.506000', '213528.508000', '213528.511000', '213528.514000', '213528.516000', '213528.519000', '213528.522000', '213528.524000', '213528.527000', '213528.529000', '213528.532000', '213528.534000', '213528.537000', '213528.540000', '213528.542000', '213528.545000', '213528.547000', '213528.550000', '213528.553000', '213528.555000', '213528.558000', '213528.561000', '213528.563000', '213528.566000', '213528.568000', '213528.571000', '213528.573000', '213528.576000', '213528.579000', '213528.581000', '213528.584000', '213528.586000', '213528.589000', '213528.592000', '213528.594000', '213528.597000', '213528.599000', '213528.602000', '213548.493000', '213548.495000', '213548.498000', '213548.501000', '213548.503000', '213548.506000', '213548.508000', '213548.511000', '213548.514000', '213548.516000', '213548.519000', '213548.522000', '213548.524000', '213548.527000', '213548.529000', '213548.532000', '213548.535000', '213548.537000', '213548.540000', '213548.542000', '213548.545000', '213548.548000', '213548.550000', '213548.553000', '213548.555000', '213548.558000', '213548.561000', '213548.563000', '213548.566000', '213548.568000', '213548.571000', '213548.574000', '213548.576000', '213548.579000', '213548.581000', '213548.584000', '213548.587000', '213548.589000', '213548.592000', '213548.594000', '213548.597000', '213548.600000', '213548.602000', '213548.605000', '213608.492000', '213608.494000', '213608.497000', '213608.500000', '213608.502000', '213608.505000', '213608.508000', '213608.510000', '213608.513000', '213608.515000', '213608.518000', '213608.520000', '213608.523000', '213608.526000', '213608.528000', '213608.531000', '213608.533000', '213608.536000', '213608.538000', '213608.541000', '213608.544000', '213608.546000', '213608.549000', '213608.552000', '213608.554000', '213608.557000', '213608.559000', '213608.562000', '213608.564000', '213608.567000', '213608.570000', '213608.572000', '213608.575000', '213608.577000', '213608.580000', '213608.583000', '213608.585000', '213608.588000', '213608.590000', '213608.593000', '213608.596000', '213608.598000', '213608.601000', '213628.492000', '213628.494000', '213628.497000', '213628.500000', '213628.502000', '213628.505000', '213628.508000', '213628.510000', '213628.513000', '213628.516000', '213628.518000', '213628.521000', '213628.523000', '213628.526000', '213628.529000', '213628.531000', '213628.534000', '213628.536000', '213628.540000', '213628.543000', '213628.546000', '213628.549000', '213628.551000', '213628.554000', '213628.556000', '213628.559000', '213628.561000', '213628.564000', '213628.567000', '213628.569000', '213628.572000', '213628.574000', '213628.577000', '213628.580000', '213628.582000', '213628.585000', '213628.587000', '213628.590000', '213628.593000', '213628.595000', '213628.598000', '213628.601000', '213628.603000', '213628.606000', '213648.491000', '213648.494000', '213648.497000', '213648.500000', '213648.502000', '213648.505000', '213648.508000', '213648.510000', '213648.513000', '213648.516000', '213648.518000', '213648.521000', '213648.523000', '213648.526000', '213648.528000', '213648.531000', '213648.534000', '213648.536000', '213648.539000', '213648.541000', '213648.544000', '213648.547000', '213648.549000', '213648.552000', '213648.554000', '213648.557000', '213648.559000', '213648.570000', '213648.573000', '213648.575000', '213648.578000', '213648.581000', '213648.583000', '213648.595000', '213648.598000', '213648.601000', '213648.604000', '213648.606000', '213648.609000', '213648.611000', '213648.614000', '213648.617000', '213648.619000', '213708.492000', '213708.495000', '213708.497000', '213708.500000', '213708.503000', '213708.505000', '213708.508000', '213708.511000', '213708.513000', '213708.516000', '213708.519000', '213708.522000', '213708.525000', '213708.528000', '213708.530000', '213708.533000', '213708.535000', '213708.538000', '213708.541000', '213708.543000', '213708.546000', '213708.549000', '213708.552000', '213708.554000', '213708.557000', '213708.559000', '213708.562000', '213708.565000', '213708.567000', '213708.570000', '213708.572000', '213708.575000', '213708.578000', '213708.580000', '213708.583000', '213708.585000', '213708.588000', '213708.591000', '213708.593000', '213708.596000', '213708.599000', '213708.601000', '213708.604000', '213726.441000', '213726.454000', '213726.456000', '213726.459000', '213726.462000', '213726.465000', '213726.467000', '213726.470000', '213726.473000', '213726.475000', '213726.479000', '213726.481000', '213726.484000', '213726.487000', '213726.491000', '213726.494000', '213726.496000', '213726.500000', '213726.503000', '213726.506000', '213726.509000', '213726.511000', '213726.514000', '213726.517000', '213726.519000', '213726.522000', '213726.525000', '213726.527000', '213726.530000', '213726.533000', '213726.535000', '213726.539000', '213726.542000', '213726.545000', '213726.548000', '213726.551000', '213726.553000', '213726.556000', '213726.559000', '213726.561000'], '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, 1157, 1158], 'LargestImagePixelValue': [11108, 8642, 13912, 10814, 16454, 12833, 17481, 10453, 8833, 11687, 9376, 12446, 9343, 12646, 9217, 11338, 10000, 11440, 11150, 8481, 11343, 8739, 11875, 10022, 12919, 9663, 12646, 10115, 11927, 11086, 8455, 11395, 8152, 13223, 9160, 12341, 9395, 13047, 9830, 13398, 11286, 14042, 9866, 12801, 9873, 13881, 10810, 8313, 10479, 8414, 10910, 9680, 12043, 8530, 11836, 8812, 13875, 9865, 13080, 9594, 12983, 10013, 13462, 11405, 12858, 9594, 13243, 10088, 14209, 11408, 12142, 10411, 8592, 10902, 10540, 12004, 8192, 12120, 8808, 12747, 10578, 13745, 10262, 10291, 10134, 10621, 12154, 9062, 12698, 8473, 13071, 9110, 13255, 9468, 12978, 9159, 12777, 10165, 13037, 9953, 9085, 10125, 8232, 11702, 9392, 11728, 9509, 13164, 10244, 15493, 11476, 11886, 10435, 9013, 10878, 10629, 12562, 8504, 12183, 9282, 12495, 10289, 13523, 10191, 12550, 10157, 11976, 11040, 9268, 11978, 8104, 11918, 9720, 13861, 11369, 8920, 10665, 8394, 9524, 10510, 10204, 10779, 11560, 8508, 13654, 10432, 16805, 13085, 16408, 10568, 10279, 11872, 10443, 12976, 8419, 12949, 8961, 12235, 9937, 13053, 11304, 12502, 9347, 10751, 10040, 9790, 10843, 7997, 10713, 8290, 11813, 9353, 11794, 9386, 10597, 9943, 12103, 11269, 8697, 11127, 8423, 12888, 9769, 12661, 8426, 13167, 8926, 13271, 10498, 13447, 9677, 13224, 9989, 13367, 11793, 13246, 9491, 13438, 9730, 13880, 11063, 10505, 10209, 8155, 11256, 10233, 12043, 7916, 12319, 8517, 11954, 9089, 12479, 10091, 12596, 9146, 10086, 10116, 9512, 12073, 8077, 11792, 9214, 12952, 10715, 15435, 10282, 9270, 10551, 10106, 13030, 9635, 12507, 9057, 13292, 10119, 13997, 11687, 11225, 9672, 8230, 11438, 10122, 13107, 8624, 12589, 8881, 13396, 10848, 14748, 11704, 8032, 10484, 7891, 12310, 9860, 13301, 9925, 8172, 9921, 8867, 10880, 15746, 12038, 8536, 10570, 8613, 11589, 14104, 11784, 8384, 11448, 7889, 11553, 9166, 12599, 8479, 12368, 8578, 12160, 9074, 12883, 9096, 13057, 8988, 13321, 10325, 15556, 10470, 8137, 10805, 8306, 12464, 9459, 12102, 8554, 12575, 9018, 13220, 11103, 14003, 9596, 13828, 9986, 14656, 11397, 16107, 10350, 11959, 9795, 12264, 10630, 7868, 11475, 8190, 11331, 9801, 13273, 10167, 9841, 9469, 10207, 11561, 10145, 12350, 8395, 12417, 9027, 13468, 11420, 14794, 10027, 8297, 11391, 9665, 12232, 8718, 12946, 8445, 12921, 8917, 13855, 9865, 10399, 10902, 10617, 7844, 10476, 8862, 11066, 11385, 10471, 11733, 8155, 12771, 10395, 15824, 11678, 8470, 10862, 8685, 12710, 10783, 16798, 10433, 8305, 11921, 8901, 12956, 10405, 13465, 9722, 12673, 10453, 10965, 11712, 8433, 12028, 9190, 13050, 10232, 14592, 11254, 7625, 11243, 9123, 12231, 10339, 14563, 9945, 8164, 11325, 8639, 12268, 9450, 13599, 9255, 12367, 9994, 10738, 11585, 8707, 11629, 9476, 11092, 10936, 8833, 11841, 9063, 11736, 10503, 10688, 11927, 8755, 13414, 9788, 13664, 11311, 9916, 12093, 8527, 12525, 9941, 13080, 12035, 9191, 12235, 8793, 13395, 10792, 14962, 11684, 8141, 11465, 8536, 12428, 9517, 13585, 11440, 8023, 10454, 8440, 11878, 10483, 14947, 10969, 8120, 10935, 8191, 12655, 9405, 14634, 9474, 13106, 10294, 13906, 11383, 9793, 10908, 7528, 11188, 9089, 12278, 9542, 12129, 9243, 12987, 9751, 14121, 11513, 8496, 9874, 7812, 11354, 9042, 12253, 8909, 12189, 8928, 12434, 9649, 15328, 10875, 8072, 10588, 8325, 12443, 10476, 14817, 9547, 8435, 10970, 9660, 12233, 8605, 12437, 9765, 13311, 11447, 16108, 10482, 9143, 11220, 8882, 12703, 9263, 12974, 9727, 12813, 11011, 10863, 11840, 8863, 12197, 9559, 11483, 11564, 8742, 11906, 9152, 13193, 10415, 12740, 11851, 8643, 11959, 9425, 13445, 11167, 16276, 11584, 7610, 11418, 9207, 12435, 10964, 7831, 11121, 8818, 12217, 9659, 13305, 11308, 8125, 10532, 8093, 11478, 9554, 12938, 11164, 9146, 10723, 7527, 11771, 9279, 12381, 9078, 13103, 9888, 13706, 11875, 8440, 11689, 9163, 12869, 11184, 15719, 10820, 8153, 11351, 8357, 13387, 9351, 12189, 8967, 12286, 9572, 13924, 11390, 8211, 11577, 8873, 11882, 10314, 10953, 9878, 8381, 11058, 8990, 12333, 8828, 12678, 9742, 13108, 11185, 11883, 11603, 8043, 11535, 9427, 13968, 11144, 8773, 10419, 8569, 12805, 9259, 12375, 9363, 13062, 10068, 14509, 11765, 8431, 11923, 8868, 12603, 10541, 15123, 11404, 7861, 11320, 8864, 12705, 10849, 16215, 10047, 10612, 10777, 9819, 12161, 8851, 12562, 9700, 13217, 11211, 8927, 10248, 7843, 11266, 9116, 12792, 9559, 8275, 10721, 8715, 12460, 9821, 9643, 10235, 8259, 12077, 10352, 10905, 9474, 8769, 11399, 9170, 12128, 8670, 12814, 10141, 13835, 11633, 13250, 10775, 7806, 11701, 9635, 12913, 9725, 9448, 10211, 9556, 13475, 8933, 12523, 9051, 13601, 11026, 15236, 11841, 9670, 10145, 8236, 11649, 8964, 12381, 9680, 10493, 9848, 8549, 11545, 9331, 11243, 9363, 8614, 10612, 10739, 11637, 8004, 11613, 8618, 13285, 9662, 15877, 11432, 13294, 9836, 8803, 11168, 10119, 12006, 8717, 12027, 9349, 13139, 10135, 9835, 11143, 9012, 12171, 9461, 12961, 10080, 13940, 10757, 13771, 12280, 8604, 11680, 9046, 8488, 13003, 11304, 8413, 10982, 9437, 10314, 11136, 14383, 11253, 8673, 11883, 8525, 12977, 9234, 12860, 10109, 11123, 10130, 7530, 10385, 9068, 12349, 10429, 9239, 9505, 8466, 10834, 11691, 11828, 14123, 12291, 8314, 12043, 9525, 13079, 10125, 13020, 8449, 12232, 9054, 12033, 9898, 12777, 9746, 12600, 9350, 12002, 10597, 10656, 10818, 7914, 10862, 8828, 12456, 10009, 14176, 10205, 13646, 9841, 13835, 11347, 15917, 11577, 8327, 10727, 7771, 11619, 9458, 12485, 8615, 12093, 9228, 13046, 10816, 8407, 11176, 8257, 11871, 10255, 15375, 10631, 9643, 10392, 9178, 11795, 9644, 12186, 8295, 11926, 9344, 13073, 11025, 12489, 9855, 9589, 10781, 10269, 11725, 8742, 11548, 9231, 12945, 10643, 14829, 9748, 11858, 10093, 10498, 11707, 7705, 12211, 8952, 11864, 10070, 14072, 10737, 8423, 10652, 8023, 14015, 9583, 13113, 9701, 13316, 10065, 14131, 11310, 10376, 10640, 7937, 11874, 8571, 11765, 9071, 12584, 8520, 12052, 10033, 10378, 11350, 8487, 11701, 9370, 13294, 10707, 16702, 11206, 8961, 11762, 8810, 12183, 11267, 9655, 13198, 11307, 8290, 12833, 9960, 15459, 12482, 14214, 10327, 8018, 12550, 9235, 13000, 10152, 13149, 9381, 10564, 10522, 11324, 11513, 7809, 11545, 8664, 11943, 10436, 12977, 9654, 10118, 9998, 9184, 12778, 9109, 12006, 9241, 9819, 10036, 9867, 11441, 8107, 11798, 8107, 12614, 8940, 13256, 10700, 13205, 9084, 11950, 10320, 11098, 11559, 7667, 10979, 9027, 12365, 10611, 15560, 10146, 7868, 11169, 8505, 13444, 11497, 11026, 10013, 8448, 13099, 9476, 15165, 9427, 13881, 9866, 13763, 11683, 8933, 11449, 8464, 11846, 9776, 14498, 10207, 8095, 10909, 8411, 12149, 9825, 13503, 9362, 10990, 10074, 10206, 12177, 8331, 12372, 8497, 12455, 10857, 14315, 10360, 8137, 11491, 8608, 12378, 10604, 12258, 9393, 8407, 11065, 8787, 14443, 9192, 7934, 9839, 8665, 12874, 10110, 15839, 10819, 15690, 11853, 13414, 11791, 7796, 12201, 8999, 12625, 10913, 12492, 9422, 7725, 11242, 7594, 11571, 8807, 12117, 10179, 12046, 9199, 7520, 11221, 8816, 11944, 9405, 9437, 10074, 9537, 12827, 8569, 12495, 9791, 12935, 11414, 9816, 11656, 8550, 12227, 10031, 14436, 11451, 8217, 11015, 8431, 12425, 9421, 12901, 11021, 10765, 10103, 7703, 11353, 8997, 12495, 10375, 10177, 9827, 8538, 11596, 8876, 11902, 9287, 11866, 11056, 9581, 12059, 8477, 12008, 10049, 13777, 11438, 8156, 11063, 8545, 12707, 10467, 11758, 10250, 8134, 11176, 9398, 12500, 11302, 8260, 11316, 9208, 12398, 10798, 15602, 10902, 11491, 9975, 8244, 12026, 10374, 9036, 10611, 7497, 11257, 8804, 11664, 8866, 12222, 9407, 13350, 10766, 15903, 10322, 11245, 10612, 11717, 11576, 7980, 11776, 8318, 12713, 9003, 12391, 9466, 10901, 9253, 8660, 11601, 7927, 11125, 8053, 11080, 9238, 12796, 10054, 14580, 9275, 13136, 9308, 14616, 9934, 14029, 8788, 12694, 8487, 12369, 9223, 12767, 7903, 11754, 9199, 12090, 10352, 11698, 8896, 11880, 9685, 10820, 11282], 'WindowCenter': [4734.0, 4679.0, 4714.0, 4692.0, 4711.0, 4690.0, 4695.0, 4652.0, 4620.0, 4653.0, 4631.0, 4664.0, 4630.0, 4658.0, 4631.0, 4650.0, 4656.0, 4661.0, 4662.0, 4621.0, 4651.0, 4633.0, 4662.0, 4643.0, 4670.0, 4642.0, 4663.0, 4655.0, 4661.0, 4654.0, 4621.0, 4661.0, 4623.0, 4672.0, 4633.0, 4664.0, 4631.0, 4658.0, 4642.0, 4673.0, 4653.0, 4671.0, 4639.0, 4658.0, 4640.0, 4671.0, 4650.0, 4619.0, 4650.0, 4622.0, 4667.0, 4645.0, 4673.0, 4635.0, 4663.0, 4635.0, 4685.0, 4645.0, 4662.0, 4633.0, 4670.0, 4655.0, 4671.0, 4651.0, 4660.0, 4641.0, 4658.0, 4642.0, 4672.0, 4664.0, 4661.0, 4651.0, 4620.0, 4653.0, 4640.0, 4661.0, 4619.0, 4658.0, 4632.0, 4671.0, 4654.0, 4671.0, 4644.0, 4640.0, 4642.0, 4653.0, 4661.0, 4632.0, 4659.0, 4607.0, 4661.0, 4619.0, 4660.0, 4629.0, 4657.0, 4618.0, 4661.0, 4639.0, 4657.0, 4639.0, 4622.0, 4642.0, 4622.0, 4663.0, 4646.0, 4662.0, 4640.0, 4671.0, 4654.0, 4682.0, 4665.0, 4650.0, 4652.0, 4620.0, 4652.0, 4642.0, 4661.0, 4621.0, 4661.0, 4630.0, 4662.0, 4652.0, 4673.0, 4653.0, 4660.0, 4641.0, 4663.0, 4663.0, 4632.0, 4662.0, 4622.0, 4661.0, 4654.0, 4682.0, 4676.0, 4637.0, 4653.0, 4635.0, 4655.0, 4678.0, 4667.0, 4676.0, 4676.0, 4648.0, 4686.0, 4666.0, 4697.0, 4676.0, 4681.0, 4640.0, 4640.0, 4651.0, 4641.0, 4660.0, 4611.0, 4658.0, 4620.0, 4646.0, 4643.0, 4657.0, 4653.0, 4649.0, 4629.0, 4638.0, 4640.0, 4639.0, 4653.0, 4622.0, 4653.0, 4634.0, 4674.0, 4658.0, 4679.0, 4658.0, 4667.0, 4658.0, 4677.0, 4679.0, 4635.0, 4668.0, 4636.0, 4685.0, 4653.0, 4674.0, 4624.0, 4671.0, 4634.0, 4675.0, 4652.0, 4671.0, 4633.0, 4661.0, 4643.0, 4672.0, 4663.0, 4661.0, 4629.0, 4660.0, 4643.0, 4671.0, 4655.0, 4641.0, 4641.0, 4612.0, 4651.0, 4640.0, 4660.0, 4613.0, 4659.0, 4620.0, 4648.0, 4630.0, 4661.0, 4640.0, 4658.0, 4631.0, 4641.0, 4643.0, 4643.0, 4664.0, 4624.0, 4662.0, 4644.0, 4675.0, 4668.0, 4696.0, 4654.0, 4636.0, 4655.0, 4656.0, 4674.0, 4646.0, 4663.0, 4634.0, 4670.0, 4653.0, 4673.0, 4665.0, 4653.0, 4642.0, 4622.0, 4663.0, 4652.0, 4674.0, 4623.0, 4661.0, 4632.0, 4670.0, 4654.0, 4681.0, 4665.0, 4611.0, 4641.0, 4611.0, 4662.0, 4654.0, 4673.0, 4654.0, 4637.0, 4656.0, 4647.0, 4667.0, 4694.0, 4678.0, 4632.0, 4654.0, 4624.0, 4667.0, 4674.0, 4664.0, 4622.0, 4650.0, 4614.0, 4664.0, 4632.0, 4662.0, 4623.0, 4661.0, 4632.0, 4663.0, 4631.0, 4661.0, 4635.0, 4673.0, 4633.0, 4672.0, 4655.0, 4691.0, 4655.0, 4624.0, 4653.0, 4622.0, 4675.0, 4643.0, 4663.0, 4622.0, 4660.0, 4631.0, 4671.0, 4654.0, 4673.0, 4642.0, 4672.0, 4643.0, 4671.0, 4650.0, 4680.0, 4640.0, 4646.0, 4629.0, 4651.0, 4641.0, 4610.0, 4653.0, 4623.0, 4663.0, 4656.0, 4673.0, 4654.0, 4642.0, 4644.0, 4653.0, 4665.0, 4653.0, 4676.0, 4625.0, 4674.0, 4645.0, 4672.0, 4663.0, 4671.0, 4641.0, 4623.0, 4663.0, 4643.0, 4662.0, 4621.0, 4673.0, 4620.0, 4660.0, 4633.0, 4671.0, 4642.0, 4651.0, 4653.0, 4654.0, 4623.0, 4656.0, 4645.0, 4667.0, 4676.0, 4667.0, 4666.0, 4627.0, 4676.0, 4657.0, 4685.0, 4666.0, 4622.0, 4653.0, 4623.0, 4672.0, 4653.0, 4684.0, 4644.0, 4625.0, 4665.0, 4633.0, 4675.0, 4652.0, 4662.0, 4632.0, 4660.0, 4653.0, 4640.0, 4653.0, 4622.0, 4676.0, 4643.0, 4671.0, 4652.0, 4672.0, 4652.0, 4600.0, 4638.0, 4633.0, 4664.0, 4642.0, 4671.0, 4643.0, 4623.0, 4652.0, 4632.0, 4665.0, 4631.0, 4660.0, 4630.0, 4648.0, 4644.0, 4653.0, 4652.0, 4622.0, 4651.0, 4641.0, 4654.0, 4654.0, 4633.0, 4665.0, 4632.0, 4663.0, 4655.0, 4652.0, 4663.0, 4623.0, 4671.0, 4643.0, 4671.0, 4656.0, 4645.0, 4663.0, 4624.0, 4660.0, 4644.0, 4675.0, 4665.0, 4634.0, 4661.0, 4621.0, 4661.0, 4654.0, 4671.0, 4655.0, 4611.0, 4650.0, 4623.0, 4659.0, 4642.0, 4659.0, 4651.0, 4610.0, 4639.0, 4623.0, 4665.0, 4654.0, 4682.0, 4655.0, 4614.0, 4652.0, 4623.0, 4674.0, 4633.0, 4671.0, 4630.0, 4660.0, 4629.0, 4660.0, 4651.0, 4630.0, 4639.0, 4600.0, 4649.0, 4631.0, 4662.0, 4631.0, 4650.0, 4633.0, 4658.0, 4642.0, 4671.0, 4653.0, 4610.0, 4631.0, 4599.0, 4651.0, 4619.0, 4660.0, 4621.0, 4649.0, 4632.0, 4660.0, 4646.0, 4682.0, 4654.0, 4613.0, 4654.0, 4624.0, 4674.0, 4653.0, 4682.0, 4645.0, 4624.0, 4656.0, 4643.0, 4664.0, 4633.0, 4663.0, 4643.0, 4672.0, 4663.0, 4684.0, 4643.0, 4630.0, 4651.0, 4633.0, 4673.0, 4634.0, 4660.0, 4631.0, 4660.0, 4653.0, 4651.0, 4653.0, 4621.0, 4660.0, 4631.0, 4651.0, 4663.0, 4625.0, 4652.0, 4632.0, 4661.0, 4654.0, 4661.0, 4661.0, 4623.0, 4649.0, 4630.0, 4661.0, 4653.0, 4679.0, 4651.0, 4600.0, 4649.0, 4630.0, 4661.0, 4653.0, 4611.0, 4650.0, 4633.0, 4650.0, 4642.0, 4672.0, 4652.0, 4612.0, 4642.0, 4611.0, 4652.0, 4642.0, 4660.0, 4654.0, 4630.0, 4653.0, 4613.0, 4664.0, 4633.0, 4662.0, 4635.0, 4661.0, 4641.0, 4672.0, 4665.0, 4624.0, 4661.0, 4633.0, 4663.0, 4663.0, 4682.0, 4653.0, 4611.0, 4651.0, 4625.0, 4672.0, 4632.0, 4662.0, 4633.0, 4651.0, 4642.0, 4668.0, 4654.0, 4620.0, 4653.0, 4634.0, 4667.0, 4656.0, 4653.0, 4644.0, 4623.0, 4665.0, 4635.0, 4676.0, 4635.0, 4673.0, 4644.0, 4675.0, 4668.0, 4663.0, 4663.0, 4613.0, 4652.0, 4648.0, 4685.0, 4666.0, 4633.0, 4653.0, 4623.0, 4674.0, 4633.0, 4662.0, 4635.0, 4660.0, 4643.0, 4675.0, 4664.0, 4622.0, 4661.0, 4634.0, 4663.0, 4653.0, 4683.0, 4663.0, 4623.0, 4653.0, 4634.0, 4674.0, 4656.0, 4682.0, 4643.0, 4642.0, 4654.0, 4640.0, 4661.0, 4633.0, 4660.0, 4641.0, 4663.0, 4653.0, 4631.0, 4641.0, 4612.0, 4653.0, 4635.0, 4662.0, 4642.0, 4624.0, 4653.0, 4632.0, 4674.0, 4645.0, 4642.0, 4654.0, 4636.0, 4676.0, 4657.0, 4655.0, 4648.0, 4636.0, 4676.0, 4649.0, 4676.0, 4634.0, 4673.0, 4655.0, 4674.0, 4663.0, 4662.0, 4653.0, 4611.0, 4662.0, 4642.0, 4663.0, 4644.0, 4633.0, 4644.0, 4644.0, 4672.0, 4635.0, 4664.0, 4631.0, 4670.0, 4654.0, 4682.0, 4662.0, 4631.0, 4641.0, 4611.0, 4651.0, 4622.0, 4660.0, 4632.0, 4640.0, 4641.0, 4634.0, 4664.0, 4647.0, 4664.0, 4645.0, 4635.0, 4667.0, 4656.0, 4667.0, 4624.0, 4665.0, 4626.0, 4673.0, 4641.0, 4684.0, 4652.0, 4660.0, 4641.0, 4620.0, 4652.0, 4642.0, 4661.0, 4622.0, 4661.0, 4632.0, 4670.0, 4642.0, 4645.0, 4663.0, 4635.0, 4663.0, 4632.0, 4661.0, 4655.0, 4686.0, 4665.0, 4689.0, 4669.0, 4616.0, 4653.0, 4647.0, 4648.0, 4685.0, 4680.0, 4639.0, 4664.0, 4644.0, 4654.0, 4666.0, 4683.0, 4654.0, 4625.0, 4663.0, 4624.0, 4672.0, 4631.0, 4660.0, 4641.0, 4639.0, 4640.0, 4614.0, 4652.0, 4645.0, 4673.0, 4667.0, 4647.0, 4655.0, 4636.0, 4666.0, 4665.0, 4666.0, 4672.0, 4661.0, 4612.0, 4650.0, 4631.0, 4663.0, 4643.0, 4659.0, 4610.0, 4650.0, 4621.0, 4659.0, 4642.0, 4662.0, 4630.0, 4659.0, 4633.0, 4662.0, 4652.0, 4654.0, 4651.0, 4624.0, 4653.0, 4632.0, 4675.0, 4643.0, 4672.0, 4642.0, 4670.0, 4642.0, 4670.0, 4653.0, 4681.0, 4654.0, 4611.0, 4639.0, 4599.0, 4652.0, 4630.0, 4661.0, 4622.0, 4660.0, 4633.0, 4672.0, 4654.0, 4623.0, 4653.0, 4623.0, 4661.0, 4654.0, 4692.0, 4656.0, 4643.0, 4642.0, 4632.0, 4665.0, 4632.0, 4653.0, 4611.0, 4649.0, 4631.0, 4661.0, 4651.0, 4661.0, 4639.0, 4630.0, 4654.0, 4638.0, 4651.0, 4621.0, 4651.0, 4632.0, 4660.0, 4655.0, 4669.0, 4631.0, 4648.0, 4641.0, 4640.0, 4663.0, 4601.0, 4661.0, 4631.0, 4649.0, 4641.0, 4671.0, 4653.0, 4623.0, 4642.0, 4611.0, 4675.0, 4633.0, 4661.0, 4643.0, 4660.0, 4642.0, 4670.0, 4652.0, 4639.0, 4644.0, 4609.0, 4662.0, 4621.0, 4661.0, 4631.0, 4662.0, 4623.0, 4664.0, 4655.0, 4652.0, 4663.0, 4635.0, 4665.0, 4647.0, 4676.0, 4658.0, 4698.0, 4665.0, 4634.0, 4663.0, 4635.0, 4662.0, 4667.0, 4656.0, 4687.0, 4666.0, 4636.0, 4674.0, 4656.0, 4683.0, 4676.0, 4674.0, 4642.0, 4612.0, 4662.0, 4634.0, 4660.0, 4641.0, 4660.0, 4629.0, 4642.0, 4652.0, 4652.0, 4650.0, 4599.0, 4652.0, 4619.0, 4650.0, 4640.0, 4662.0, 4641.0, 4643.0, 4641.0, 4635.0, 4674.0, 4632.0, 4662.0, 4631.0, 4642.0, 4654.0, 4653.0, 4663.0, 4626.0, 4665.0, 4625.0, 4673.0, 4635.0, 4677.0, 4655.0, 4664.0, 4631.0, 4652.0, 4653.0, 4651.0, 4665.0, 4615.0, 4652.0, 4637.0, 4674.0, 4665.0, 4694.0, 4656.0, 4623.0, 4664.0, 4649.0, 4684.0, 4678.0, 4656.0, 4655.0, 4624.0, 4673.0, 4643.0, 4683.0, 4635.0, 4671.0, 4641.0, 4672.0, 4654.0, 4620.0, 4649.0, 4623.0, 4650.0, 4642.0, 4673.0, 4644.0, 4612.0, 4651.0, 4624.0, 4662.0, 4644.0, 4661.0, 4631.0, 4650.0, 4643.0, 4641.0, 4661.0, 4610.0, 4649.0, 4610.0, 4661.0, 4654.0, 4672.0, 4641.0, 4610.0, 4651.0, 4621.0, 4662.0, 4652.0, 4659.0, 4632.0, 4622.0, 4666.0, 4634.0, 4683.0, 4644.0, 4627.0, 4654.0, 4646.0, 4675.0, 4655.0, 4686.0, 4655.0, 4684.0, 4666.0, 4672.0, 4654.0, 4603.0, 4650.0, 4618.0, 4651.0, 4640.0, 4649.0, 4620.0, 4600.0, 4638.0, 4601.0, 4651.0, 4621.0, 4662.0, 4642.0, 4651.0, 4632.0, 4600.0, 4653.0, 4633.0, 4664.0, 4633.0, 4630.0, 4641.0, 4642.0, 4673.0, 4625.0, 4662.0, 4641.0, 4662.0, 4653.0, 4631.0, 4653.0, 4623.0, 4649.0, 4641.0, 4669.0, 4653.0, 4621.0, 4640.0, 4621.0, 4660.0, 4633.0, 4661.0, 4655.0, 4652.0, 4641.0, 4611.0, 4652.0, 4634.0, 4663.0, 4643.0, 4642.0, 4641.0, 4631.0, 4663.0, 4634.0, 4662.0, 4632.0, 4662.0, 4652.0, 4645.0, 4663.0, 4620.0, 4650.0, 4641.0, 4670.0, 4651.0, 4611.0, 4649.0, 4620.0, 4662.0, 4654.0, 4660.0, 4640.0, 4624.0, 4661.0, 4647.0, 4675.0, 4663.0, 4624.0, 4663.0, 4644.0, 4661.0, 4656.0, 4686.0, 4651.0, 4650.0, 4632.0, 4623.0, 4663.0, 4643.0, 4630.0, 4652.0, 4612.0, 4663.0, 4648.0, 4664.0, 4646.0, 4673.0, 4646.0, 4685.0, 4666.0, 4694.0, 4646.0, 4650.0, 4656.0, 4651.0, 4653.0, 4609.0, 4652.0, 4612.0, 4659.0, 4621.0, 4660.0, 4630.0, 4652.0, 4633.0, 4635.0, 4664.0, 4625.0, 4664.0, 4637.0, 4666.0, 4659.0, 4689.0, 4659.0, 4695.0, 4647.0, 4675.0, 4636.0, 4673.0, 4642.0, 4672.0, 4619.0, 4661.0, 4618.0, 4661.0, 4622.0, 4650.0, 4609.0, 4647.0, 4632.0, 4662.0, 4640.0, 4652.0, 4631.0, 4659.0, 4644.0, 4653.0, 4654.0], 'WindowWidth': [10354.0, 10264.0, 10299.0, 10268.0, 10287.0, 10251.0, 10251.0, 10188.0, 10140.0, 10186.0, 10157.0, 10204.0, 10152.0, 10186.0, 10155.0, 10179.0, 10197.0, 10198.0, 10201.0, 10143.0, 10184.0, 10161.0, 10200.0, 10176.0, 10209.0, 10173.0, 10198.0, 10192.0, 10196.0, 10190.0, 10142.0, 10198.0, 10149.0, 10215.0, 10162.0, 10202.0, 10157.0, 10189.0, 10173.0, 10214.0, 10186.0, 10208.0, 10162.0, 10186.0, 10170.0, 10210.0, 10181.0, 10138.0, 10183.0, 10148.0, 10216.0, 10183.0, 10220.0, 10168.0, 10203.0, 10168.0, 10237.0, 10179.0, 10197.0, 10160.0, 10207.0, 10194.0, 10210.0, 10183.0, 10193.0, 10169.0, 10188.0, 10172.0, 10212.0, 10203.0, 10194.0, 10181.0, 10140.0, 10190.0, 10169.0, 10198.0, 10138.0, 10190.0, 10158.0, 10209.0, 10191.0, 10210.0, 10177.0, 10168.0, 10172.0, 10189.0, 10198.0, 10158.0, 10193.0, 10119.0, 10194.0, 10136.0, 10195.0, 10149.0, 10183.0, 10132.0, 10192.0, 10164.0, 10187.0, 10165.0, 10142.0, 10170.0, 10148.0, 10204.0, 10182.0, 10200.0, 10169.0, 10209.0, 10192.0, 10227.0, 10207.0, 10181.0, 10184.0, 10138.0, 10185.0, 10170.0, 10197.0, 10141.0, 10193.0, 10153.0, 10198.0, 10188.0, 10215.0, 10187.0, 10193.0, 10171.0, 10201.0, 10203.0, 10160.0, 10198.0, 10146.0, 10197.0, 10194.0, 10228.0, 10225.0, 10170.0, 10190.0, 10170.0, 10198.0, 10234.0, 10220.0, 10228.0, 10227.0, 10190.0, 10238.0, 10213.0, 10254.0, 10223.0, 10223.0, 10167.0, 10163.0, 10181.0, 10168.0, 10192.0, 10124.0, 10185.0, 10136.0, 10168.0, 10173.0, 10185.0, 10184.0, 10174.0, 10149.0, 10158.0, 10166.0, 10164.0, 10186.0, 10145.0, 10188.0, 10170.0, 10223.0, 10206.0, 10233.0, 10205.0, 10214.0, 10206.0, 10229.0, 10234.0, 10168.0, 10215.0, 10170.0, 10238.0, 10191.0, 10221.0, 10150.0, 10209.0, 10164.0, 10221.0, 10186.0, 10207.0, 10159.0, 10193.0, 10175.0, 10211.0, 10199.0, 10193.0, 10151.0, 10191.0, 10172.0, 10208.0, 10190.0, 10165.0, 10168.0, 10128.0, 10183.0, 10167.0, 10195.0, 10130.0, 10190.0, 10138.0, 10175.0, 10154.0, 10195.0, 10166.0, 10188.0, 10154.0, 10168.0, 10175.0, 10174.0, 10202.0, 10151.0, 10200.0, 10179.0, 10222.0, 10215.0, 10250.0, 10192.0, 10167.0, 10194.0, 10196.0, 10220.0, 10181.0, 10202.0, 10164.0, 10207.0, 10189.0, 10214.0, 10206.0, 10186.0, 10173.0, 10144.0, 10204.0, 10186.0, 10221.0, 10148.0, 10196.0, 10159.0, 10209.0, 10192.0, 10225.0, 10206.0, 10128.0, 10170.0, 10129.0, 10199.0, 10194.0, 10218.0, 10193.0, 10174.0, 10199.0, 10185.0, 10215.0, 10249.0, 10228.0, 10161.0, 10190.0, 10149.0, 10212.0, 10216.0, 10204.0, 10143.0, 10181.0, 10136.0, 10205.0, 10158.0, 10200.0, 10148.0, 10195.0, 10157.0, 10201.0, 10156.0, 10196.0, 10165.0, 10213.0, 10162.0, 10212.0, 10194.0, 10238.0, 10193.0, 10148.0, 10188.0, 10148.0, 10222.0, 10174.0, 10201.0, 10145.0, 10192.0, 10158.0, 10210.0, 10189.0, 10213.0, 10171.0, 10211.0, 10173.0, 10208.0, 10181.0, 10218.0, 10164.0, 10167.0, 10149.0, 10178.0, 10168.0, 10126.0, 10186.0, 10147.0, 10203.0, 10198.0, 10217.0, 10192.0, 10174.0, 10178.0, 10190.0, 10208.0, 10189.0, 10222.0, 10153.0, 10217.0, 10181.0, 10215.0, 10201.0, 10209.0, 10169.0, 10146.0, 10201.0, 10177.0, 10201.0, 10144.0, 10214.0, 10139.0, 10194.0, 10158.0, 10208.0, 10170.0, 10184.0, 10189.0, 10192.0, 10148.0, 10197.0, 10184.0, 10215.0, 10228.0, 10215.0, 10209.0, 10157.0, 10222.0, 10200.0, 10235.0, 10208.0, 10143.0, 10186.0, 10146.0, 10212.0, 10187.0, 10229.0, 10175.0, 10149.0, 10206.0, 10163.0, 10218.0, 10184.0, 10196.0, 10157.0, 10190.0, 10187.0, 10165.0, 10187.0, 10144.0, 10224.0, 10178.0, 10210.0, 10189.0, 10210.0, 10182.0, 10109.0, 10158.0, 10157.0, 10200.0, 10171.0, 10209.0, 10171.0, 10145.0, 10184.0, 10158.0, 10204.0, 10154.0, 10191.0, 10150.0, 10171.0, 10176.0, 10186.0, 10185.0, 10144.0, 10182.0, 10170.0, 10190.0, 10193.0, 10162.0, 10204.0, 10160.0, 10199.0, 10192.0, 10187.0, 10203.0, 10147.0, 10209.0, 10173.0, 10209.0, 10195.0, 10178.0, 10199.0, 10150.0, 10194.0, 10176.0, 10220.0, 10206.0, 10163.0, 10194.0, 10143.0, 10193.0, 10189.0, 10209.0, 10190.0, 10126.0, 10179.0, 10143.0, 10189.0, 10171.0, 10190.0, 10182.0, 10124.0, 10162.0, 10146.0, 10205.0, 10192.0, 10227.0, 10192.0, 10135.0, 10184.0, 10147.0, 10218.0, 10158.0, 10208.0, 10151.0, 10189.0, 10149.0, 10189.0, 10179.0, 10148.0, 10161.0, 10108.0, 10175.0, 10154.0, 10196.0, 10154.0, 10177.0, 10157.0, 10185.0, 10170.0, 10206.0, 10185.0, 10122.0, 10152.0, 10106.0, 10178.0, 10135.0, 10191.0, 10140.0, 10174.0, 10156.0, 10192.0, 10182.0, 10227.0, 10190.0, 10133.0, 10189.0, 10149.0, 10217.0, 10189.0, 10226.0, 10178.0, 10149.0, 10196.0, 10174.0, 10204.0, 10160.0, 10199.0, 10175.0, 10212.0, 10202.0, 10229.0, 10174.0, 10153.0, 10182.0, 10161.0, 10215.0, 10161.0, 10192.0, 10153.0, 10190.0, 10187.0, 10181.0, 10185.0, 10141.0, 10191.0, 10154.0, 10183.0, 10201.0, 10151.0, 10183.0, 10157.0, 10194.0, 10191.0, 10196.0, 10197.0, 10144.0, 10176.0, 10153.0, 10193.0, 10186.0, 10218.0, 10179.0, 10110.0, 10173.0, 10153.0, 10193.0, 10186.0, 10128.0, 10177.0, 10157.0, 10178.0, 10173.0, 10210.0, 10185.0, 10128.0, 10169.0, 10127.0, 10183.0, 10170.0, 10192.0, 10187.0, 10151.0, 10184.0, 10132.0, 10203.0, 10160.0, 10196.0, 10164.0, 10196.0, 10171.0, 10213.0, 10205.0, 10148.0, 10194.0, 10158.0, 10199.0, 10202.0, 10227.0, 10185.0, 10127.0, 10181.0, 10150.0, 10214.0, 10158.0, 10196.0, 10159.0, 10179.0, 10174.0, 10202.0, 10189.0, 10139.0, 10185.0, 10164.0, 10208.0, 10195.0, 10188.0, 10178.0, 10149.0, 10207.0, 10169.0, 10224.0, 10167.0, 10214.0, 10177.0, 10218.0, 10215.0, 10202.0, 10202.0, 10132.0, 10184.0, 10188.0, 10233.0, 10209.0, 10160.0, 10187.0, 10146.0, 10219.0, 10159.0, 10199.0, 10164.0, 10193.0, 10174.0, 10218.0, 10203.0, 10144.0, 10195.0, 10163.0, 10200.0, 10191.0, 10229.0, 10202.0, 10148.0, 10186.0, 10163.0, 10216.0, 10195.0, 10226.0, 10173.0, 10169.0, 10190.0, 10165.0, 10196.0, 10159.0, 10191.0, 10170.0, 10198.0, 10186.0, 10155.0, 10168.0, 10128.0, 10187.0, 10164.0, 10199.0, 10172.0, 10149.0, 10189.0, 10158.0, 10217.0, 10179.0, 10172.0, 10190.0, 10171.0, 10224.0, 10199.0, 10194.0, 10187.0, 10169.0, 10226.0, 10189.0, 10223.0, 10165.0, 10214.0, 10194.0, 10216.0, 10202.0, 10197.0, 10186.0, 10128.0, 10199.0, 10172.0, 10200.0, 10175.0, 10158.0, 10175.0, 10177.0, 10216.0, 10164.0, 10201.0, 10155.0, 10205.0, 10191.0, 10224.0, 10197.0, 10153.0, 10166.0, 10125.0, 10181.0, 10142.0, 10192.0, 10158.0, 10164.0, 10170.0, 10164.0, 10205.0, 10185.0, 10205.0, 10181.0, 10167.0, 10214.0, 10195.0, 10213.0, 10151.0, 10205.0, 10152.0, 10214.0, 10171.0, 10229.0, 10185.0, 10190.0, 10167.0, 10137.0, 10185.0, 10169.0, 10193.0, 10142.0, 10194.0, 10156.0, 10205.0, 10171.0, 10177.0, 10202.0, 10163.0, 10199.0, 10156.0, 10195.0, 10192.0, 10239.0, 10209.0, 10246.0, 10214.0, 10134.0, 10182.0, 10186.0, 10190.0, 10235.0, 10239.0, 10179.0, 10207.0, 10180.0, 10191.0, 10212.0, 10229.0, 10189.0, 10148.0, 10198.0, 10148.0, 10211.0, 10155.0, 10193.0, 10165.0, 10161.0, 10166.0, 10136.0, 10185.0, 10184.0, 10216.0, 10214.0, 10184.0, 10197.0, 10169.0, 10211.0, 10208.0, 10210.0, 10214.0, 10196.0, 10127.0, 10177.0, 10154.0, 10200.0, 10169.0, 10187.0, 10123.0, 10175.0, 10139.0, 10189.0, 10170.0, 10193.0, 10151.0, 10188.0, 10158.0, 10197.0, 10186.0, 10187.0, 10182.0, 10148.0, 10185.0, 10159.0, 10218.0, 10173.0, 10211.0, 10171.0, 10205.0, 10170.0, 10204.0, 10188.0, 10220.0, 10186.0, 10125.0, 10160.0, 10109.0, 10184.0, 10151.0, 10194.0, 10142.0, 10191.0, 10158.0, 10211.0, 10190.0, 10145.0, 10186.0, 10148.0, 10197.0, 10194.0, 10242.0, 10195.0, 10174.0, 10171.0, 10159.0, 10204.0, 10157.0, 10183.0, 10127.0, 10174.0, 10155.0, 10193.0, 10181.0, 10194.0, 10164.0, 10152.0, 10189.0, 10163.0, 10181.0, 10140.0, 10182.0, 10159.0, 10192.0, 10190.0, 10205.0, 10155.0, 10174.0, 10169.0, 10165.0, 10198.0, 10114.0, 10195.0, 10154.0, 10176.0, 10171.0, 10209.0, 10186.0, 10145.0, 10170.0, 10128.0, 10220.0, 10158.0, 10196.0, 10173.0, 10192.0, 10169.0, 10206.0, 10185.0, 10163.0, 10172.0, 10123.0, 10196.0, 10143.0, 10195.0, 10155.0, 10196.0, 10146.0, 10201.0, 10193.0, 10187.0, 10202.0, 10166.0, 10206.0, 10184.0, 10223.0, 10201.0, 10254.0, 10206.0, 10160.0, 10198.0, 10163.0, 10198.0, 10212.0, 10197.0, 10239.0, 10210.0, 10169.0, 10218.0, 10198.0, 10230.0, 10222.0, 10215.0, 10170.0, 10128.0, 10197.0, 10162.0, 10193.0, 10168.0, 10191.0, 10149.0, 10167.0, 10185.0, 10181.0, 10180.0, 10109.0, 10181.0, 10138.0, 10179.0, 10166.0, 10197.0, 10168.0, 10172.0, 10168.0, 10164.0, 10218.0, 10158.0, 10197.0, 10157.0, 10171.0, 10191.0, 10189.0, 10205.0, 10154.0, 10205.0, 10153.0, 10215.0, 10168.0, 10224.0, 10192.0, 10200.0, 10156.0, 10183.0, 10189.0, 10183.0, 10204.0, 10138.0, 10186.0, 10170.0, 10219.0, 10209.0, 10248.0, 10197.0, 10150.0, 10204.0, 10192.0, 10233.0, 10229.0, 10194.0, 10192.0, 10149.0, 10217.0, 10173.0, 10228.0, 10162.0, 10208.0, 10168.0, 10210.0, 10188.0, 10138.0, 10174.0, 10144.0, 10180.0, 10173.0, 10213.0, 10176.0, 10129.0, 10182.0, 10149.0, 10199.0, 10176.0, 10194.0, 10155.0, 10178.0, 10172.0, 10168.0, 10194.0, 10123.0, 10174.0, 10123.0, 10192.0, 10187.0, 10208.0, 10168.0, 10125.0, 10181.0, 10143.0, 10198.0, 10183.0, 10190.0, 10157.0, 10146.0, 10207.0, 10163.0, 10231.0, 10178.0, 10158.0, 10192.0, 10185.0, 10220.0, 10195.0, 10235.0, 10193.0, 10231.0, 10207.0, 10212.0, 10188.0, 10116.0, 10174.0, 10132.0, 10178.0, 10162.0, 10172.0, 10134.0, 10107.0, 10158.0, 10110.0, 10181.0, 10140.0, 10194.0, 10168.0, 10178.0, 10154.0, 10110.0, 10185.0, 10160.0, 10201.0, 10159.0, 10153.0, 10170.0, 10171.0, 10214.0, 10148.0, 10195.0, 10168.0, 10195.0, 10186.0, 10154.0, 10184.0, 10143.0, 10175.0, 10168.0, 10204.0, 10186.0, 10139.0, 10163.0, 10140.0, 10191.0, 10157.0, 10194.0, 10191.0, 10183.0, 10168.0, 10127.0, 10182.0, 10163.0, 10200.0, 10173.0, 10169.0, 10168.0, 10157.0, 10202.0, 10162.0, 10197.0, 10158.0, 10197.0, 10186.0, 10178.0, 10198.0, 10139.0, 10176.0, 10170.0, 10207.0, 10182.0, 10128.0, 10176.0, 10139.0, 10197.0, 10190.0, 10194.0, 10167.0, 10150.0, 10196.0, 10187.0, 10220.0, 10204.0, 10149.0, 10199.0, 10177.0, 10197.0, 10195.0, 10232.0, 10181.0, 10176.0, 10154.0, 10145.0, 10197.0, 10173.0, 10151.0, 10185.0, 10134.0, 10203.0, 10186.0, 10206.0, 10185.0, 10216.0, 10183.0, 10234.0, 10210.0, 10244.0, 10180.0, 10179.0, 10192.0, 10181.0, 10186.0, 10122.0, 10181.0, 10127.0, 10190.0, 10141.0, 10192.0, 10152.0, 10182.0, 10161.0, 10166.0, 10206.0, 10156.0, 10206.0, 10176.0, 10212.0, 10209.0, 10246.0, 10206.0, 10248.0, 10184.0, 10220.0, 10168.0, 10216.0, 10170.0, 10210.0, 10135.0, 10191.0, 10133.0, 10193.0, 10139.0, 10174.0, 10121.0, 10170.0, 10157.0, 10196.0, 10168.0, 10181.0, 10155.0, 10190.0, 10175.0, 10186.0, 10191.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.0007814409722222222</td></tr>
<tr><td colspan=3>aqi</td><td>0.01585574175347222</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.879321362684635</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2345535681407482</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0106150528236322</td></tr>
<tr><td colspan=3>efc</td><td>0.4634</td></tr>
<tr><td colspan=3>fber</td><td>7225.3979</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08613743884112478</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4756944444444444</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.451835904704622</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3737284888604484</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7068311172822987</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.274948107971119</td></tr>
<tr><td colspan=3>gcor</td><td>0.00731939</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00831645354628563</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021210957318544388</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.881189947095281</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>30.5669</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4665</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.6796</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>302325.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.0778</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.165</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.5753</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3865.6263</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1291.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1059.2041</td></tr>
<tr><td colspan=3>tsnr</td><td>48.22312886407599</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>