<?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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-02/func/sub-0025_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>8a755197354b662ebd37af0c558e19cd</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:41:24.835000</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.999241, 0.0244847, -0.0303095, -0.0263405, 0.997702, -0.0624274]</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.098138</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7761, -7250, 95, -146, -149, -132, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>294.696</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>77184c1f-a22d-4623-8c38-565d6810a926||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.68088960647583, -0.07066969573497772, -0.0775204747915268, 114.82727813720703], [-0.0656905248761177, 2.6767611503601074, -0.17058148980140686, -89.91136169433594], [-0.08131805062294006, 0.16748806834220886, 2.693490743637085, -106.24281311035156], [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': ['214124.835000', '214125.295000', '214125.755000', '214126.215000', '214126.675000', '214127.135000', '214127.595000', '214128.055000', '214128.515000', '214128.975000', '214129.435000', '214129.895000', '214130.355000', '214130.815000', '214131.275000', '214131.735000', '214132.195000', '214132.655000', '214133.115000', '214133.575000', '214134.035000', '214134.495000', '214134.955000', '214135.415000', '214135.875000', '214136.335000', '214136.795000', '214137.255000', '214137.715000', '214138.175000', '214138.635000', '214139.095000', '214139.555000', '214140.015000', '214140.475000', '214140.935000', '214141.395000', '214141.855000', '214142.315000', '214142.775000', '214143.235000', '214143.695000', '214144.155000', '214144.615000', '214145.075000', '214145.535000', '214145.995000', '214146.455000', '214146.915000', '214147.375000', '214147.835000', '214148.295000', '214148.755000', '214149.215000', '214149.675000', '214150.135000', '214150.595000', '214151.055000', '214151.515000', '214151.975000', '214152.435000', '214152.895000', '214153.355000', '214153.815000', '214154.275000', '214154.735000', '214155.195000', '214155.655000', '214156.115000', '214156.575000', '214157.035000', '214157.495000', '214157.955000', '214158.415000', '214158.875000', '214159.335000', '214159.795000', '214200.255000', '214200.715000', '214201.175000', '214201.635000', '214202.095000', '214202.555000', '214203.015000', '214203.475000', '214203.935000', '214204.395000', '214204.855000', '214205.315000', '214205.775000', '214206.235000', '214206.695000', '214207.155000', '214207.615000', '214208.075000', '214208.535000', '214208.995000', '214209.455000', '214209.915000', '214210.375000', '214210.835000', '214211.295000', '214211.755000', '214212.215000', '214212.675000', '214213.135000', '214213.595000', '214214.055000', '214214.515000', '214214.975000', '214215.435000', '214215.895000', '214216.355000', '214216.815000', '214217.275000', '214217.735000', '214218.195000', '214218.655000', '214219.115000', '214219.575000', '214220.035000', '214220.495000', '214220.955000', '214221.415000', '214221.875000', '214222.335000', '214222.795000', '214223.255000', '214223.715000', '214224.175000', '214224.635000', '214225.095000', '214225.555000', '214226.015000', '214226.475000', '214226.935000', '214227.395000', '214227.855000', '214228.315000', '214228.775000', '214229.235000', '214229.695000', '214230.155000', '214230.615000', '214231.075000', '214231.535000', '214231.995000', '214232.455000', '214232.915000', '214233.375000', '214233.835000', '214234.295000', '214234.755000', '214235.215000', '214235.675000', '214236.135000', '214236.595000', '214237.055000', '214237.515000', '214237.975000', '214238.435000', '214238.895000', '214239.355000', '214239.815000', '214240.275000', '214240.735000', '214241.195000', '214241.655000', '214242.115000', '214242.575000', '214243.035000', '214243.495000', '214243.955000', '214244.415000', '214244.875000', '214245.335000', '214245.795000', '214246.255000', '214246.715000', '214247.175000', '214247.635000', '214248.095000', '214248.555000', '214249.015000', '214249.475000', '214249.935000', '214250.395000', '214250.855000', '214251.315000', '214251.775000', '214252.235000', '214252.695000', '214253.155000', '214253.615000', '214254.075000', '214254.535000', '214254.995000', '214255.455000', '214255.915000', '214256.375000', '214256.835000', '214257.295000', '214257.755000', '214258.215000', '214258.675000', '214259.135000', '214259.595000', '214300.055000', '214300.515000', '214300.975000', '214301.435000', '214301.895000', '214302.355000', '214302.815000', '214303.275000', '214303.735000', '214304.195000', '214304.655000', '214305.115000', '214305.575000', '214306.035000', '214306.495000', '214306.955000', '214307.415000', '214307.875000', '214308.335000', '214308.795000', '214309.255000', '214309.715000', '214310.175000', '214310.635000', '214311.095000', '214311.555000', '214312.015000', '214312.475000', '214312.935000', '214313.395000', '214313.855000', '214314.315000', '214314.775000', '214315.235000', '214315.695000', '214316.155000', '214316.615000', '214317.075000', '214317.535000', '214317.995000', '214318.455000', '214318.915000', '214319.375000', '214319.835000', '214320.295000', '214320.755000', '214321.215000', '214321.675000', '214322.135000', '214322.595000', '214323.055000', '214323.515000', '214323.975000', '214324.435000', '214324.895000', '214325.355000', '214325.815000', '214326.275000', '214326.735000', '214327.195000', '214327.655000', '214328.115000', '214328.575000', '214329.035000', '214329.495000', '214329.955000', '214330.415000', '214330.875000', '214331.335000', '214331.795000', '214332.255000', '214332.715000', '214333.175000', '214333.635000', '214334.095000', '214334.555000', '214335.015000', '214335.475000', '214335.935000', '214336.395000', '214336.855000', '214337.315000', '214337.775000', '214338.235000', '214338.695000', '214339.155000', '214339.615000', '214340.075000', '214340.535000', '214340.995000', '214341.455000', '214341.915000', '214342.375000', '214342.835000', '214343.295000', '214343.755000', '214344.215000', '214344.675000', '214345.135000', '214345.595000', '214346.055000', '214346.515000', '214346.975000', '214347.435000', '214347.895000', '214348.355000', '214348.815000', '214349.275000', '214349.735000', '214350.195000', '214350.655000', '214351.115000', '214351.575000', '214352.035000', '214352.495000', '214352.955000', '214353.415000', '214353.875000', '214354.335000', '214354.795000', '214355.255000', '214355.715000', '214356.175000', '214356.635000', '214357.095000', '214357.555000', '214358.015000', '214358.475000', '214358.935000', '214359.395000', '214359.855000', '214400.315000', '214400.775000', '214401.235000', '214401.695000', '214402.155000', '214402.615000', '214403.075000', '214403.535000', '214403.995000', '214404.455000', '214404.915000', '214405.375000', '214405.835000', '214406.295000', '214406.755000', '214407.215000', '214407.675000', '214408.135000', '214408.595000', '214409.055000', '214409.515000', '214409.975000', '214410.435000', '214410.895000', '214411.355000', '214411.815000', '214412.275000', '214412.735000', '214413.195000', '214413.655000', '214414.115000', '214414.575000', '214415.035000', '214415.495000', '214415.955000', '214416.415000', '214416.875000', '214417.335000', '214417.795000', '214418.255000', '214418.715000', '214419.175000', '214419.635000', '214420.095000', '214420.555000', '214421.015000', '214421.475000', '214421.935000', '214422.395000', '214422.855000', '214423.315000', '214423.775000', '214424.235000', '214424.695000', '214425.155000', '214425.615000', '214426.075000', '214426.535000', '214426.995000', '214427.455000', '214427.915000', '214428.375000', '214428.835000', '214429.295000', '214429.755000', '214430.215000', '214430.675000', '214431.135000', '214431.595000', '214432.055000', '214432.515000', '214432.975000', '214433.435000', '214433.895000', '214434.355000', '214434.815000', '214435.275000', '214435.735000', '214436.195000', '214436.655000', '214437.115000', '214437.575000', '214438.035000', '214438.495000', '214438.955000', '214439.415000', '214439.875000', '214440.335000', '214440.795000', '214441.255000', '214441.715000', '214442.175000', '214442.635000', '214443.095000', '214443.555000', '214444.015000', '214444.475000', '214444.935000', '214445.395000', '214445.855000', '214446.315000', '214446.775000', '214447.235000', '214447.695000', '214448.155000', '214448.615000', '214449.075000', '214449.535000', '214449.995000', '214450.455000', '214450.915000', '214451.375000', '214451.835000', '214452.295000', '214452.755000', '214453.215000', '214453.675000', '214454.135000', '214454.595000', '214455.055000', '214455.515000', '214455.975000', '214456.435000', '214456.895000', '214457.355000', '214457.815000', '214458.275000', '214458.735000', '214459.195000', '214459.655000', '214500.115000', '214500.575000', '214501.035000', '214501.495000', '214501.955000', '214502.415000', '214502.875000', '214503.335000', '214503.795000', '214504.255000', '214504.715000', '214505.175000', '214505.635000', '214506.095000', '214506.555000', '214507.015000', '214507.475000', '214507.935000', '214508.395000', '214508.855000', '214509.315000', '214509.775000', '214510.235000', '214510.695000', '214511.155000', '214511.615000', '214512.075000', '214512.535000', '214512.995000', '214513.455000', '214513.915000', '214514.375000', '214514.835000', '214515.295000', '214515.755000', '214516.215000', '214516.675000', '214517.135000', '214517.595000', '214518.055000', '214518.515000', '214518.975000', '214519.435000', '214519.895000', '214520.355000', '214520.815000', '214521.275000', '214521.735000', '214522.195000', '214522.655000', '214523.115000', '214523.575000', '214524.035000', '214524.495000', '214524.955000', '214525.415000', '214525.875000', '214526.335000', '214526.795000', '214527.255000', '214527.715000', '214528.175000', '214528.635000', '214529.095000', '214529.555000', '214530.015000', '214530.475000', '214530.935000', '214531.395000', '214531.855000', '214532.315000', '214532.775000', '214533.235000', '214533.695000', '214534.155000', '214534.615000', '214535.075000', '214535.535000', '214535.995000', '214536.455000', '214536.915000', '214537.375000', '214537.835000', '214538.295000', '214538.755000', '214539.215000', '214539.675000', '214540.135000', '214540.595000', '214541.055000', '214541.515000', '214541.975000', '214542.435000', '214542.895000', '214543.355000', '214543.815000', '214544.275000', '214544.735000', '214545.195000', '214545.655000', '214546.115000', '214546.575000', '214547.035000', '214547.495000', '214547.955000', '214548.415000', '214548.875000', '214549.335000', '214549.795000', '214550.255000', '214550.715000', '214551.175000', '214551.635000', '214552.095000', '214552.555000', '214553.015000', '214553.475000', '214553.935000', '214554.395000', '214554.855000', '214555.315000', '214555.775000', '214556.235000', '214556.695000', '214557.155000', '214557.615000', '214558.075000', '214558.535000', '214558.995000', '214559.455000', '214559.915000', '214600.375000', '214600.835000', '214601.295000', '214601.755000', '214602.215000', '214602.675000', '214603.135000', '214603.595000', '214604.055000', '214604.515000', '214604.975000', '214605.435000', '214605.895000', '214606.355000', '214606.815000', '214607.275000', '214607.735000', '214608.195000', '214608.655000', '214609.115000', '214609.575000', '214610.035000', '214610.495000', '214610.955000', '214611.415000', '214611.875000', '214612.335000', '214612.795000', '214613.255000', '214613.715000', '214614.175000', '214614.635000', '214615.095000', '214615.555000', '214616.015000', '214616.475000', '214616.935000', '214617.395000', '214617.855000', '214618.315000', '214618.775000', '214619.235000', '214619.695000', '214620.155000', '214620.615000', '214621.075000', '214621.535000', '214621.995000', '214622.455000', '214622.915000', '214623.375000', '214623.835000', '214624.295000', '214624.755000', '214625.215000', '214625.675000', '214626.135000', '214626.595000', '214627.055000', '214627.515000', '214627.975000', '214628.435000', '214628.895000', '214629.355000', '214629.815000', '214630.275000', '214630.735000', '214631.195000', '214631.655000', '214632.115000', '214632.575000', '214633.035000', '214633.495000', '214633.955000', '214634.415000', '214634.875000', '214635.335000', '214635.795000', '214636.255000', '214636.715000', '214637.175000', '214637.635000', '214638.095000', '214638.555000', '214639.015000', '214639.475000', '214639.935000', '214640.395000', '214640.855000', '214641.315000', '214641.775000', '214642.235000', '214642.695000', '214643.155000', '214643.615000', '214644.075000', '214644.535000', '214644.995000', '214645.455000', '214645.915000', '214646.375000', '214646.835000', '214647.295000', '214647.755000', '214648.215000', '214648.675000', '214649.135000', '214649.595000', '214650.055000', '214650.515000', '214650.975000', '214651.435000', '214651.895000', '214652.355000', '214652.815000', '214653.275000', '214653.735000', '214654.195000', '214654.655000', '214655.115000', '214655.575000', '214656.035000', '214656.495000', '214656.955000', '214657.415000', '214657.875000', '214658.335000', '214658.795000', '214659.255000', '214659.715000', '214700.175000', '214700.635000', '214701.095000', '214701.555000', '214702.015000', '214702.475000', '214702.935000', '214703.395000', '214703.855000', '214704.315000', '214704.775000', '214705.235000', '214705.695000', '214706.155000', '214706.615000', '214707.075000', '214707.535000', '214707.995000', '214708.455000', '214708.915000', '214709.375000', '214709.835000', '214710.295000', '214710.755000', '214711.215000', '214711.675000', '214712.135000', '214712.595000', '214713.055000', '214713.515000', '214713.975000', '214714.435000', '214714.895000', '214715.355000', '214715.815000', '214716.275000', '214716.735000', '214717.195000', '214717.655000', '214718.115000', '214718.575000', '214719.035000', '214719.495000', '214719.955000', '214720.415000', '214720.875000', '214721.335000', '214721.795000', '214722.255000', '214722.715000', '214723.175000', '214723.635000', '214724.095000', '214724.555000', '214725.015000', '214725.475000', '214725.935000', '214726.395000', '214726.855000', '214727.315000', '214727.775000', '214728.235000', '214728.695000', '214729.155000', '214729.615000', '214730.075000', '214730.535000', '214730.995000', '214731.455000', '214731.915000', '214732.375000', '214732.835000', '214733.295000', '214733.755000', '214734.215000', '214734.675000', '214735.135000', '214735.595000', '214736.055000', '214736.515000', '214736.975000', '214737.435000', '214737.895000', '214738.355000', '214738.815000', '214739.275000', '214739.735000', '214740.195000', '214740.655000', '214741.115000', '214741.575000', '214742.035000', '214742.495000', '214742.955000', '214743.415000', '214743.875000', '214744.335000', '214744.795000', '214745.255000', '214745.715000', '214746.175000', '214746.635000', '214747.095000', '214747.555000', '214748.015000', '214748.475000', '214748.935000', '214749.395000', '214749.855000', '214750.315000', '214750.775000', '214751.235000', '214751.695000', '214752.155000', '214752.615000', '214753.075000', '214753.535000', '214753.995000', '214754.455000', '214754.915000', '214755.375000', '214755.835000', '214756.295000', '214756.755000', '214757.215000', '214757.675000', '214758.135000', '214758.595000', '214759.055000', '214759.515000', '214759.975000', '214800.435000', '214800.895000', '214801.355000', '214801.815000', '214802.275000', '214802.735000', '214803.195000', '214803.655000', '214804.115000', '214804.575000', '214805.035000', '214805.495000', '214805.955000', '214806.415000', '214806.875000', '214807.335000', '214807.795000', '214808.255000', '214808.715000', '214809.175000', '214809.635000', '214810.095000', '214810.555000', '214811.015000', '214811.475000', '214811.935000', '214812.395000', '214812.855000', '214813.315000', '214813.775000', '214814.235000', '214814.695000', '214815.155000', '214815.615000', '214816.075000', '214816.535000', '214816.995000', '214817.455000', '214817.915000', '214818.375000', '214818.835000', '214819.295000', '214819.755000', '214820.215000', '214820.675000', '214821.135000', '214821.595000', '214822.055000', '214822.515000', '214822.975000', '214823.435000', '214823.895000', '214824.355000', '214824.815000', '214825.275000', '214825.735000', '214826.195000', '214826.655000', '214827.115000', '214827.575000', '214828.035000', '214828.495000', '214828.955000', '214829.415000', '214829.875000', '214830.335000', '214830.795000', '214831.255000', '214831.715000', '214832.175000', '214832.635000', '214833.095000', '214833.555000', '214834.015000', '214834.475000', '214834.935000', '214835.395000', '214835.855000', '214836.315000', '214836.775000', '214837.235000', '214837.695000', '214838.155000', '214838.615000', '214839.075000', '214839.535000', '214839.995000', '214840.455000', '214840.915000', '214841.375000', '214841.835000', '214842.295000', '214842.755000', '214843.215000', '214843.675000', '214844.135000', '214844.595000', '214845.055000', '214845.515000', '214845.975000', '214846.435000', '214846.895000', '214847.355000', '214847.815000', '214848.275000', '214848.735000', '214849.195000', '214849.655000', '214850.115000', '214850.575000', '214851.035000', '214851.495000', '214851.955000', '214852.415000', '214852.875000', '214853.335000', '214853.795000', '214854.255000', '214854.715000', '214855.175000', '214855.635000', '214856.095000', '214856.555000', '214857.015000', '214857.475000', '214857.935000', '214858.395000', '214858.855000', '214859.315000', '214859.775000', '214900.235000', '214900.695000', '214901.155000', '214901.615000', '214902.075000', '214902.535000', '214902.995000', '214903.455000', '214903.915000', '214904.375000', '214904.835000', '214905.295000', '214905.755000', '214906.215000', '214906.675000', '214907.135000', '214907.595000', '214908.055000', '214908.515000', '214908.975000', '214909.435000', '214909.895000', '214910.355000', '214910.815000', '214911.275000', '214911.735000', '214912.195000', '214912.655000', '214913.115000', '214913.575000', '214914.035000', '214914.495000', '214914.955000', '214915.415000', '214915.875000', '214916.335000', '214916.795000', '214917.255000', '214917.715000', '214918.175000', '214918.635000', '214919.095000', '214919.555000', '214920.015000', '214920.475000', '214920.935000', '214921.395000', '214921.855000', '214922.315000', '214922.775000', '214923.235000', '214923.695000', '214924.155000', '214924.615000', '214925.075000', '214925.535000', '214925.995000', '214926.455000', '214926.915000', '214927.375000', '214927.835000', '214928.295000', '214928.755000', '214929.215000', '214929.675000', '214930.135000', '214930.595000', '214931.055000', '214931.515000', '214931.975000', '214932.435000', '214932.895000', '214933.355000', '214933.815000', '214934.275000', '214934.735000', '214935.195000', '214935.655000', '214936.115000', '214936.575000', '214937.035000', '214937.495000', '214937.955000', '214938.415000', '214938.875000', '214939.335000', '214939.795000', '214940.255000', '214940.715000', '214941.175000', '214941.635000', '214942.095000', '214942.555000', '214943.015000', '214943.475000', '214943.935000', '214944.395000', '214944.855000', '214945.315000', '214945.775000', '214946.235000', '214946.695000', '214947.155000', '214947.615000', '214948.075000', '214948.535000', '214948.995000', '214949.455000', '214949.915000', '214950.375000', '214950.835000', '214951.295000', '214951.755000', '214952.215000', '214952.675000', '214953.135000', '214953.595000', '214954.055000', '214954.515000', '214954.975000', '214955.435000', '214955.895000', '214956.355000', '214956.815000', '214957.275000', '214957.735000', '214958.195000', '214958.655000', '214959.115000', '214959.575000', '215000.035000', '215000.495000', '215000.955000', '215001.415000', '215001.875000', '215002.335000', '215002.795000', '215003.255000', '215003.715000', '215004.175000', '215004.635000', '215005.095000', '215005.555000', '215006.015000', '215006.475000', '215006.935000', '215007.395000', '215007.855000', '215008.315000', '215008.775000', '215009.235000', '215009.695000', '215010.155000', '215010.615000', '215011.075000', '215011.535000', '215011.995000', '215012.455000', '215012.915000', '215013.375000', '215013.835000', '215014.295000', '215014.755000', '215015.215000', '215015.675000', '215016.135000', '215016.595000', '215017.055000'], 'ContentTime': ['214154.440000', '214154.443000', '214154.446000', '214154.448000', '214154.451000', '214154.453000', '214154.456000', '214154.458000', '214154.461000', '214154.470000', '214154.472000', '214154.475000', '214154.477000', '214154.480000', '214154.483000', '214154.485000', '214154.488000', '214154.490000', '214154.493000', '214154.495000', '214154.498000', '214154.500000', '214154.503000', '214154.506000', '214154.508000', '214154.511000', '214154.513000', '214154.516000', '214154.518000', '214154.521000', '214154.524000', '214154.526000', '214154.529000', '214154.531000', '214154.534000', '214154.536000', '214154.539000', '214154.542000', '214154.544000', '214154.547000', '214154.549000', '214154.552000', '214154.554000', '214154.561000', '214154.563000', '214154.566000', '214154.568000', '214154.571000', '214154.573000', '214154.576000', '214154.579000', '214154.581000', '214154.584000', '214154.586000', '214154.589000', '214154.592000', '214154.594000', '214154.597000', '214154.599000', '214154.602000', '214154.605000', '214154.607000', '214154.610000', '214214.403000', '214214.405000', '214214.408000', '214214.411000', '214214.413000', '214214.416000', '214214.418000', '214214.421000', '214214.423000', '214214.426000', '214214.429000', '214214.431000', '214214.434000', '214214.436000', '214214.439000', '214214.442000', '214214.444000', '214214.447000', '214214.449000', '214214.452000', '214214.454000', '214214.457000', '214214.460000', '214214.462000', '214214.465000', '214214.467000', '214214.470000', '214214.472000', '214214.475000', '214214.477000', '214214.480000', '214214.483000', '214214.485000', '214214.488000', '214214.490000', '214214.493000', '214214.495000', '214214.498000', '214214.500000', '214214.503000', '214214.506000', '214214.508000', '214214.511000', '214234.403000', '214234.405000', '214234.408000', '214234.410000', '214234.413000', '214234.416000', '214234.418000', '214234.421000', '214234.424000', '214234.426000', '214234.429000', '214234.431000', '214234.434000', '214234.437000', '214234.439000', '214234.442000', '214234.444000', '214234.447000', '214234.450000', '214234.452000', '214234.455000', '214234.458000', '214234.461000', '214234.464000', '214234.466000', '214234.469000', '214234.472000', '214234.474000', '214234.477000', '214234.479000', '214234.482000', '214234.485000', '214234.487000', '214234.490000', '214234.492000', '214234.495000', '214234.497000', '214234.500000', '214234.503000', '214234.505000', '214234.508000', '214234.510000', '214234.513000', '214254.402000', '214254.405000', '214254.408000', '214254.419000', '214254.422000', '214254.424000', '214254.427000', '214254.430000', '214254.432000', '214254.435000', '214254.437000', '214254.440000', '214254.443000', '214254.445000', '214254.448000', '214254.450000', '214254.453000', '214254.455000', '214254.458000', '214254.461000', '214254.463000', '214254.466000', '214254.468000', '214254.471000', '214254.473000', '214254.476000', '214254.478000', '214254.481000', '214254.484000', '214254.486000', '214254.489000', '214254.491000', '214254.494000', '214254.496000', '214254.499000', '214254.502000', '214254.504000', '214254.507000', '214254.509000', '214254.512000', '214254.514000', '214254.517000', '214254.520000', '214254.522000', '214314.402000', '214314.405000', '214314.408000', '214314.410000', '214314.436000', '214314.439000', '214314.442000', '214314.444000', '214314.447000', '214314.449000', '214314.452000', '214314.455000', '214314.457000', '214314.460000', '214314.463000', '214314.465000', '214314.468000', '214314.470000', '214314.473000', '214314.476000', '214314.478000', '214314.481000', '214314.483000', '214314.486000', '214314.489000', '214314.491000', '214314.494000', '214314.496000', '214314.499000', '214314.502000', '214314.504000', '214314.507000', '214314.509000', '214314.512000', '214314.515000', '214314.517000', '214314.520000', '214314.522000', '214314.525000', '214314.527000', '214314.530000', '214314.532000', '214314.535000', '214314.538000', '214334.403000', '214334.406000', '214334.414000', '214334.416000', '214334.419000', '214334.421000', '214334.424000', '214334.426000', '214334.429000', '214334.432000', '214334.434000', '214334.437000', '214334.439000', '214334.442000', '214334.444000', '214334.447000', '214334.450000', '214334.452000', '214334.455000', '214334.457000', '214334.460000', '214334.463000', '214334.465000', '214334.468000', '214334.470000', '214334.473000', '214334.475000', '214334.478000', '214334.481000', '214334.483000', '214334.486000', '214334.488000', '214334.491000', '214334.494000', '214334.496000', '214334.499000', '214334.501000', '214334.504000', '214334.506000', '214334.509000', '214334.512000', '214334.514000', '214334.517000', '214354.402000', '214354.405000', '214354.408000', '214354.410000', '214354.413000', '214354.416000', '214354.418000', '214354.421000', '214354.423000', '214354.426000', '214354.428000', '214354.431000', '214354.435000', '214354.438000', '214354.440000', '214354.443000', '214354.446000', '214354.449000', '214354.451000', '214354.454000', '214354.457000', '214354.459000', '214354.462000', '214354.464000', '214354.467000', '214354.469000', '214354.472000', '214354.475000', '214354.477000', '214354.480000', '214354.482000', '214354.485000', '214354.488000', '214354.490000', '214354.493000', '214354.496000', '214354.498000', '214354.501000', '214354.503000', '214354.506000', '214354.508000', '214354.511000', '214354.514000', '214414.403000', '214414.431000', '214414.433000', '214414.436000', '214414.438000', '214414.441000', '214414.444000', '214414.446000', '214414.449000', '214414.451000', '214414.454000', '214414.456000', '214414.459000', '214414.461000', '214414.464000', '214414.467000', '214414.469000', '214414.472000', '214414.474000', '214414.477000', '214414.480000', '214414.482000', '214414.485000', '214414.487000', '214414.490000', '214414.492000', '214414.495000', '214414.497000', '214414.500000', '214414.503000', '214414.505000', '214414.508000', '214414.510000', '214414.513000', '214414.516000', '214414.519000', '214414.521000', '214414.524000', '214414.527000', '214414.529000', '214414.532000', '214414.534000', '214414.537000', '214414.539000', '214434.403000', '214434.406000', '214434.408000', '214434.411000', '214434.413000', '214434.416000', '214434.419000', '214434.421000', '214434.424000', '214434.426000', '214434.429000', '214434.431000', '214434.434000', '214434.437000', '214434.440000', '214434.442000', '214434.445000', '214434.447000', '214434.450000', '214434.453000', '214434.455000', '214434.458000', '214434.460000', '214434.463000', '214434.466000', '214434.468000', '214434.471000', '214434.474000', '214434.476000', '214434.490000', '214434.493000', '214434.495000', '214434.498000', '214434.500000', '214434.503000', '214434.506000', '214434.508000', '214434.511000', '214434.513000', '214434.516000', '214434.518000', '214434.521000', '214434.524000', '214454.403000', '214454.405000', '214454.408000', '214454.410000', '214454.413000', '214454.416000', '214454.418000', '214454.421000', '214454.423000', '214454.426000', '214454.428000', '214454.431000', '214454.434000', '214454.436000', '214454.439000', '214454.441000', '214454.444000', '214454.446000', '214454.449000', '214454.452000', '214454.454000', '214454.457000', '214454.459000', '214454.462000', '214454.464000', '214454.467000', '214454.470000', '214454.472000', '214454.475000', '214454.477000', '214454.480000', '214454.483000', '214454.485000', '214454.488000', '214454.490000', '214454.493000', '214454.495000', '214454.498000', '214454.500000', '214454.503000', '214454.506000', '214454.508000', '214454.511000', '214454.513000', '214514.402000', '214514.405000', '214514.408000', '214514.410000', '214514.413000', '214514.416000', '214514.419000', '214514.422000', '214514.425000', '214514.428000', '214514.430000', '214514.433000', '214514.435000', '214514.438000', '214514.441000', '214514.443000', '214514.446000', '214514.448000', '214514.451000', '214514.453000', '214514.456000', '214514.459000', '214514.461000', '214514.464000', '214514.466000', '214514.469000', '214514.471000', '214514.476000', '214514.479000', '214514.481000', '214514.484000', '214514.486000', '214514.489000', '214514.491000', '214514.494000', '214514.497000', '214514.499000', '214514.502000', '214514.504000', '214514.507000', '214514.510000', '214514.512000', '214514.515000', '214534.402000', '214534.405000', '214534.408000', '214534.410000', '214534.413000', '214534.416000', '214534.418000', '214534.421000', '214534.423000', '214534.426000', '214534.428000', '214534.431000', '214534.433000', '214534.436000', '214534.439000', '214534.441000', '214534.444000', '214534.447000', '214534.450000', '214534.452000', '214534.455000', '214534.457000', '214534.460000', '214534.462000', '214534.465000', '214534.468000', '214534.470000', '214534.473000', '214534.475000', '214534.478000', '214534.480000', '214534.483000', '214534.486000', '214534.488000', '214534.491000', '214534.493000', '214534.496000', '214534.499000', '214534.501000', '214534.504000', '214534.506000', '214534.509000', '214534.512000', '214534.514000', '214554.402000', '214554.405000', '214554.408000', '214554.411000', '214554.413000', '214554.416000', '214554.418000', '214554.421000', '214554.423000', '214554.426000', '214554.428000', '214554.431000', '214554.434000', '214554.436000', '214554.439000', '214554.442000', '214554.444000', '214554.447000', '214554.449000', '214554.452000', '214554.454000', '214554.457000', '214554.460000', '214554.462000', '214554.465000', '214554.467000', '214554.471000', '214554.474000', '214554.477000', '214554.479000', '214554.482000', '214554.485000', '214554.487000', '214554.490000', '214554.492000', '214554.495000', '214554.497000', '214554.500000', '214554.503000', '214554.505000', '214554.508000', '214554.510000', '214554.513000', '214614.402000', '214614.405000', '214614.408000', '214614.410000', '214614.413000', '214614.416000', '214614.418000', '214614.421000', '214614.424000', '214614.426000', '214614.429000', '214614.442000', '214614.445000', '214614.447000', '214614.450000', '214614.453000', '214614.455000', '214614.458000', '214614.460000', '214614.463000', '214614.465000', '214614.468000', '214614.471000', '214614.473000', '214614.476000', '214614.478000', '214614.481000', '214614.484000', '214614.486000', '214614.489000', '214614.491000', '214614.494000', '214614.497000', '214614.499000', '214614.502000', '214614.504000', '214614.507000', '214614.510000', '214614.512000', '214614.515000', '214614.517000', '214614.520000', '214614.522000', '214614.525000', '214634.403000', '214634.405000', '214634.408000', '214634.411000', '214634.413000', '214634.416000', '214634.418000', '214634.421000', '214634.424000', '214634.426000', '214634.429000', '214634.431000', '214634.434000', '214634.437000', '214634.439000', '214634.442000', '214634.444000', '214634.447000', '214634.449000', '214634.452000', '214634.455000', '214634.457000', '214634.460000', '214634.462000', '214634.465000', '214634.468000', '214634.470000', '214634.473000', '214634.476000', '214634.478000', '214634.481000', '214634.484000', '214634.486000', '214634.489000', '214634.492000', '214634.494000', '214634.497000', '214634.500000', '214634.502000', '214634.505000', '214634.507000', '214634.510000', '214634.513000', '214654.402000', '214654.405000', '214654.408000', '214654.410000', '214654.413000', '214654.415000', '214654.418000', '214654.420000', '214654.423000', '214654.426000', '214654.428000', '214654.431000', '214654.433000', '214654.436000', '214654.438000', '214654.441000', '214654.444000', '214654.446000', '214654.449000', '214654.451000', '214654.454000', '214654.456000', '214654.459000', '214654.461000', '214654.464000', '214654.467000', '214654.469000', '214654.472000', '214654.474000', '214654.477000', '214654.479000', '214654.482000', '214654.485000', '214654.487000', '214654.490000', '214654.492000', '214654.495000', '214654.497000', '214654.500000', '214654.503000', '214654.505000', '214654.508000', '214654.510000', '214654.513000', '214714.403000', '214714.405000', '214714.408000', '214714.411000', '214714.413000', '214714.416000', '214714.418000', '214714.421000', '214714.424000', '214714.426000', '214714.429000', '214714.431000', '214714.434000', '214714.436000', '214714.439000', '214714.442000', '214714.444000', '214714.447000', '214714.449000', '214714.452000', '214714.455000', '214714.457000', '214714.460000', '214714.462000', '214714.465000', '214714.467000', '214714.470000', '214714.472000', '214714.475000', '214714.477000', '214714.480000', '214714.483000', '214714.485000', '214714.488000', '214714.491000', '214714.494000', '214714.497000', '214714.499000', '214714.502000', '214714.504000', '214714.507000', '214714.510000', '214714.512000', '214734.403000', '214734.405000', '214734.408000', '214734.410000', '214734.413000', '214734.416000', '214734.418000', '214734.421000', '214734.423000', '214734.426000', '214734.429000', '214734.431000', '214734.434000', '214734.436000', '214734.439000', '214734.441000', '214734.444000', '214734.447000', '214734.449000', '214734.452000', '214734.454000', '214734.457000', '214734.475000', '214734.478000', '214734.480000', '214734.483000', '214734.485000', '214734.488000', '214734.491000', '214734.493000', '214734.496000', '214734.498000', '214734.501000', '214734.504000', '214734.506000', '214734.509000', '214734.511000', '214734.514000', '214734.517000', '214734.519000', '214734.522000', '214734.524000', '214734.527000', '214734.529000', '214754.402000', '214754.405000', '214754.408000', '214754.411000', '214754.413000', '214754.416000', '214754.418000', '214754.421000', '214754.423000', '214754.426000', '214754.429000', '214754.431000', '214754.434000', '214754.436000', '214754.439000', '214754.441000', '214754.444000', '214754.446000', '214754.449000', '214754.452000', '214754.454000', '214754.457000', '214754.459000', '214754.462000', '214754.464000', '214754.467000', '214754.470000', '214754.472000', '214754.475000', '214754.477000', '214754.480000', '214754.482000', '214754.485000', '214754.487000', '214754.490000', '214754.493000', '214754.495000', '214754.498000', '214754.500000', '214754.503000', '214754.505000', '214754.508000', '214754.511000', '214814.402000', '214814.405000', '214814.408000', '214814.410000', '214814.413000', '214814.416000', '214814.418000', '214814.421000', '214814.423000', '214814.426000', '214814.429000', '214814.431000', '214814.434000', '214814.437000', '214814.439000', '214814.442000', '214814.444000', '214814.447000', '214814.449000', '214814.452000', '214814.455000', '214814.457000', '214814.488000', '214814.491000', '214814.493000', '214814.496000', '214814.498000', '214814.501000', '214814.503000', '214814.506000', '214814.509000', '214814.511000', '214814.514000', '214814.516000', '214814.519000', '214814.522000', '214814.524000', '214814.527000', '214814.529000', '214814.532000', '214814.535000', '214814.537000', '214814.540000', '214814.542000', '214834.402000', '214834.409000', '214834.412000', '214834.414000', '214834.417000', '214834.419000', '214834.422000', '214834.425000', '214834.427000', '214834.430000', '214834.432000', '214834.435000', '214834.437000', '214834.440000', '214834.443000', '214834.445000', '214834.448000', '214834.450000', '214834.453000', '214834.455000', '214834.458000', '214834.461000', '214834.463000', '214834.466000', '214834.468000', '214834.471000', '214834.473000', '214834.476000', '214834.479000', '214834.481000', '214834.484000', '214834.486000', '214834.489000', '214834.492000', '214834.494000', '214834.497000', '214834.500000', '214834.502000', '214834.505000', '214834.507000', '214834.510000', '214834.512000', '214834.515000', '214854.403000', '214854.406000', '214854.408000', '214854.411000', '214854.414000', '214854.416000', '214854.419000', '214854.421000', '214854.424000', '214854.427000', '214854.429000', '214854.432000', '214854.434000', '214854.437000', '214854.439000', '214854.442000', '214854.445000', '214854.447000', '214854.450000', '214854.453000', '214854.455000', '214854.458000', '214854.460000', '214854.463000', '214854.466000', '214854.468000', '214854.471000', '214854.473000', '214854.476000', '214854.479000', '214854.482000', '214854.484000', '214854.508000', '214854.510000', '214854.513000', '214854.516000', '214854.518000', '214854.521000', '214854.523000', '214854.526000', '214854.529000', '214854.531000', '214854.534000', '214854.536000', '214914.403000', '214914.406000', '214914.408000', '214914.411000', '214914.413000', '214914.416000', '214914.419000', '214914.421000', '214914.424000', '214914.426000', '214914.429000', '214914.432000', '214914.434000', '214914.437000', '214914.439000', '214914.442000', '214914.445000', '214914.447000', '214914.450000', '214914.452000', '214914.455000', '214914.457000', '214914.460000', '214914.463000', '214914.465000', '214914.468000', '214914.470000', '214914.473000', '214914.475000', '214914.478000', '214914.481000', '214914.483000', '214914.486000', '214914.488000', '214914.491000', '214914.493000', '214914.496000', '214914.499000', '214914.501000', '214914.504000', '214914.506000', '214914.509000', '214914.511000', '214934.402000', '214934.405000', '214934.408000', '214934.410000', '214934.413000', '214934.416000', '214934.418000', '214934.421000', '214934.423000', '214934.426000', '214934.429000', '214934.431000', '214934.434000', '214934.436000', '214934.439000', '214934.442000', '214934.444000', '214934.447000', '214934.449000', '214934.452000', '214934.454000', '214934.457000', '214934.460000', '214934.462000', '214934.465000', '214934.467000', '214934.470000', '214934.472000', '214934.475000', '214934.478000', '214934.485000', '214934.488000', '214934.490000', '214934.493000', '214934.495000', '214934.498000', '214934.500000', '214934.503000', '214934.505000', '214934.508000', '214934.511000', '214934.513000', '214934.516000', '214934.518000', '214954.403000', '214954.406000', '214954.408000', '214954.411000', '214954.413000', '214954.416000', '214954.419000', '214954.421000', '214954.424000', '214954.426000', '214954.429000', '214954.431000', '214954.434000', '214954.437000', '214954.439000', '214954.442000', '214954.444000', '214954.447000', '214954.449000', '214954.452000', '214954.455000', '214954.457000', '214954.460000', '214954.462000', '214954.465000', '214954.467000', '214954.470000', '214954.473000', '214954.475000', '214954.478000', '214954.480000', '214954.483000', '214954.485000', '214954.488000', '214954.491000', '214954.493000', '214954.496000', '214954.498000', '214954.501000', '214954.503000', '214954.506000', '214954.509000', '214954.511000', '215014.402000', '215014.405000', '215014.408000', '215014.410000', '215014.413000', '215014.416000', '215014.418000', '215014.421000', '215014.423000', '215014.426000', '215014.428000', '215014.431000', '215014.434000', '215014.436000', '215014.439000', '215014.442000', '215014.444000', '215014.447000', '215014.449000', '215014.452000', '215014.455000', '215014.457000', '215014.460000', '215014.462000', '215014.465000', '215014.468000', '215014.470000', '215014.473000', '215014.475000', '215014.488000', '215014.491000', '215014.493000', '215014.496000', '215014.498000', '215014.501000', '215014.504000', '215014.506000', '215014.509000', '215014.511000', '215014.514000', '215014.516000', '215014.519000', '215014.522000', '215014.524000', '215018.005000', '215018.008000', '215018.011000', '215018.014000', '215018.016000', '215018.019000', '215018.022000', '215018.024000'], 'InstanceCreationTime': ['214154.440000', '214154.443000', '214154.446000', '214154.448000', '214154.451000', '214154.453000', '214154.456000', '214154.458000', '214154.461000', '214154.470000', '214154.472000', '214154.475000', '214154.477000', '214154.480000', '214154.483000', '214154.485000', '214154.488000', '214154.490000', '214154.493000', '214154.495000', '214154.498000', '214154.500000', '214154.503000', '214154.506000', '214154.508000', '214154.511000', '214154.513000', '214154.516000', '214154.518000', '214154.521000', '214154.524000', '214154.526000', '214154.529000', '214154.531000', '214154.534000', '214154.536000', '214154.539000', '214154.542000', '214154.544000', '214154.547000', '214154.549000', '214154.552000', '214154.554000', '214154.561000', '214154.563000', '214154.566000', '214154.568000', '214154.571000', '214154.573000', '214154.576000', '214154.579000', '214154.581000', '214154.584000', '214154.586000', '214154.589000', '214154.592000', '214154.594000', '214154.597000', '214154.599000', '214154.602000', '214154.605000', '214154.607000', '214154.610000', '214214.403000', '214214.405000', '214214.408000', '214214.411000', '214214.413000', '214214.416000', '214214.418000', '214214.421000', '214214.423000', '214214.426000', '214214.429000', '214214.431000', '214214.434000', '214214.436000', '214214.439000', '214214.442000', '214214.444000', '214214.447000', '214214.449000', '214214.452000', '214214.454000', '214214.457000', '214214.460000', '214214.462000', '214214.465000', '214214.467000', '214214.470000', '214214.472000', '214214.475000', '214214.477000', '214214.480000', '214214.483000', '214214.485000', '214214.488000', '214214.490000', '214214.493000', '214214.495000', '214214.498000', '214214.500000', '214214.503000', '214214.506000', '214214.508000', '214214.511000', '214234.403000', '214234.405000', '214234.408000', '214234.410000', '214234.413000', '214234.416000', '214234.418000', '214234.421000', '214234.424000', '214234.426000', '214234.429000', '214234.431000', '214234.434000', '214234.437000', '214234.439000', '214234.442000', '214234.444000', '214234.447000', '214234.450000', '214234.452000', '214234.455000', '214234.458000', '214234.461000', '214234.464000', '214234.466000', '214234.469000', '214234.472000', '214234.474000', '214234.477000', '214234.479000', '214234.482000', '214234.485000', '214234.487000', '214234.490000', '214234.492000', '214234.495000', '214234.497000', '214234.500000', '214234.503000', '214234.505000', '214234.508000', '214234.510000', '214234.513000', '214254.402000', '214254.405000', '214254.408000', '214254.419000', '214254.422000', '214254.424000', '214254.427000', '214254.430000', '214254.432000', '214254.435000', '214254.437000', '214254.440000', '214254.443000', '214254.445000', '214254.448000', '214254.450000', '214254.453000', '214254.455000', '214254.458000', '214254.461000', '214254.463000', '214254.466000', '214254.468000', '214254.471000', '214254.473000', '214254.476000', '214254.478000', '214254.481000', '214254.484000', '214254.486000', '214254.489000', '214254.491000', '214254.494000', '214254.496000', '214254.499000', '214254.502000', '214254.504000', '214254.507000', '214254.509000', '214254.512000', '214254.514000', '214254.517000', '214254.520000', '214254.522000', '214314.402000', '214314.405000', '214314.408000', '214314.410000', '214314.436000', '214314.439000', '214314.442000', '214314.444000', '214314.447000', '214314.449000', '214314.452000', '214314.455000', '214314.457000', '214314.460000', '214314.463000', '214314.465000', '214314.468000', '214314.470000', '214314.473000', '214314.476000', '214314.478000', '214314.481000', '214314.483000', '214314.486000', '214314.489000', '214314.491000', '214314.494000', '214314.496000', '214314.499000', '214314.502000', '214314.504000', '214314.507000', '214314.509000', '214314.512000', '214314.515000', '214314.517000', '214314.520000', '214314.522000', '214314.525000', '214314.527000', '214314.530000', '214314.532000', '214314.535000', '214314.538000', '214334.403000', '214334.406000', '214334.414000', '214334.416000', '214334.419000', '214334.421000', '214334.424000', '214334.426000', '214334.429000', '214334.432000', '214334.434000', '214334.437000', '214334.439000', '214334.442000', '214334.444000', '214334.447000', '214334.450000', '214334.452000', '214334.455000', '214334.457000', '214334.460000', '214334.463000', '214334.465000', '214334.468000', '214334.470000', '214334.473000', '214334.475000', '214334.478000', '214334.481000', '214334.483000', '214334.486000', '214334.488000', '214334.491000', '214334.494000', '214334.496000', '214334.499000', '214334.501000', '214334.504000', '214334.506000', '214334.509000', '214334.512000', '214334.514000', '214334.517000', '214354.402000', '214354.405000', '214354.408000', '214354.410000', '214354.413000', '214354.416000', '214354.418000', '214354.421000', '214354.423000', '214354.426000', '214354.428000', '214354.431000', '214354.435000', '214354.438000', '214354.440000', '214354.443000', '214354.446000', '214354.449000', '214354.451000', '214354.454000', '214354.457000', '214354.459000', '214354.462000', '214354.464000', '214354.467000', '214354.469000', '214354.472000', '214354.475000', '214354.477000', '214354.480000', '214354.482000', '214354.485000', '214354.488000', '214354.490000', '214354.493000', '214354.496000', '214354.498000', '214354.501000', '214354.503000', '214354.506000', '214354.508000', '214354.511000', '214354.514000', '214414.403000', '214414.431000', '214414.433000', '214414.436000', '214414.438000', '214414.441000', '214414.444000', '214414.446000', '214414.449000', '214414.451000', '214414.454000', '214414.456000', '214414.459000', '214414.461000', '214414.464000', '214414.467000', '214414.469000', '214414.472000', '214414.474000', '214414.477000', '214414.480000', '214414.482000', '214414.485000', '214414.487000', '214414.490000', '214414.492000', '214414.495000', '214414.497000', '214414.500000', '214414.503000', '214414.505000', '214414.508000', '214414.510000', '214414.513000', '214414.516000', '214414.519000', '214414.521000', '214414.524000', '214414.527000', '214414.529000', '214414.532000', '214414.534000', '214414.537000', '214414.539000', '214434.403000', '214434.406000', '214434.408000', '214434.411000', '214434.413000', '214434.416000', '214434.419000', '214434.421000', '214434.424000', '214434.426000', '214434.429000', '214434.431000', '214434.434000', '214434.437000', '214434.440000', '214434.442000', '214434.445000', '214434.447000', '214434.450000', '214434.453000', '214434.455000', '214434.458000', '214434.460000', '214434.463000', '214434.466000', '214434.468000', '214434.471000', '214434.474000', '214434.476000', '214434.490000', '214434.493000', '214434.495000', '214434.498000', '214434.500000', '214434.503000', '214434.506000', '214434.508000', '214434.511000', '214434.513000', '214434.516000', '214434.518000', '214434.521000', '214434.524000', '214454.403000', '214454.405000', '214454.408000', '214454.410000', '214454.413000', '214454.416000', '214454.418000', '214454.421000', '214454.423000', '214454.426000', '214454.428000', '214454.431000', '214454.434000', '214454.436000', '214454.439000', '214454.441000', '214454.444000', '214454.446000', '214454.449000', '214454.452000', '214454.454000', '214454.457000', '214454.459000', '214454.462000', '214454.464000', '214454.467000', '214454.470000', '214454.472000', '214454.475000', '214454.477000', '214454.480000', '214454.483000', '214454.485000', '214454.488000', '214454.490000', '214454.493000', '214454.495000', '214454.498000', '214454.500000', '214454.503000', '214454.506000', '214454.508000', '214454.511000', '214454.513000', '214514.402000', '214514.405000', '214514.408000', '214514.410000', '214514.413000', '214514.416000', '214514.419000', '214514.422000', '214514.425000', '214514.428000', '214514.430000', '214514.433000', '214514.435000', '214514.438000', '214514.441000', '214514.443000', '214514.446000', '214514.448000', '214514.451000', '214514.453000', '214514.456000', '214514.459000', '214514.461000', '214514.464000', '214514.466000', '214514.469000', '214514.471000', '214514.476000', '214514.479000', '214514.481000', '214514.484000', '214514.486000', '214514.489000', '214514.491000', '214514.494000', '214514.497000', '214514.499000', '214514.502000', '214514.504000', '214514.507000', '214514.510000', '214514.512000', '214514.515000', '214534.402000', '214534.405000', '214534.408000', '214534.410000', '214534.413000', '214534.416000', '214534.418000', '214534.421000', '214534.423000', '214534.426000', '214534.428000', '214534.431000', '214534.433000', '214534.436000', '214534.439000', '214534.441000', '214534.444000', '214534.447000', '214534.450000', '214534.452000', '214534.455000', '214534.457000', '214534.460000', '214534.462000', '214534.465000', '214534.468000', '214534.470000', '214534.473000', '214534.475000', '214534.478000', '214534.480000', '214534.483000', '214534.486000', '214534.488000', '214534.491000', '214534.493000', '214534.496000', '214534.499000', '214534.501000', '214534.504000', '214534.506000', '214534.509000', '214534.512000', '214534.514000', '214554.402000', '214554.405000', '214554.408000', '214554.411000', '214554.413000', '214554.416000', '214554.418000', '214554.421000', '214554.423000', '214554.426000', '214554.428000', '214554.431000', '214554.434000', '214554.436000', '214554.439000', '214554.442000', '214554.444000', '214554.447000', '214554.449000', '214554.452000', '214554.454000', '214554.457000', '214554.460000', '214554.462000', '214554.465000', '214554.467000', '214554.471000', '214554.474000', '214554.477000', '214554.479000', '214554.482000', '214554.485000', '214554.487000', '214554.490000', '214554.492000', '214554.495000', '214554.497000', '214554.500000', '214554.503000', '214554.505000', '214554.508000', '214554.510000', '214554.513000', '214614.402000', '214614.405000', '214614.408000', '214614.410000', '214614.413000', '214614.416000', '214614.418000', '214614.421000', '214614.424000', '214614.426000', '214614.429000', '214614.442000', '214614.445000', '214614.447000', '214614.450000', '214614.453000', '214614.455000', '214614.458000', '214614.460000', '214614.463000', '214614.465000', '214614.468000', '214614.471000', '214614.473000', '214614.476000', '214614.478000', '214614.481000', '214614.484000', '214614.486000', '214614.489000', '214614.491000', '214614.494000', '214614.497000', '214614.499000', '214614.502000', '214614.504000', '214614.507000', '214614.510000', '214614.512000', '214614.515000', '214614.517000', '214614.520000', '214614.522000', '214614.525000', '214634.403000', '214634.405000', '214634.408000', '214634.411000', '214634.413000', '214634.416000', '214634.418000', '214634.421000', '214634.424000', '214634.426000', '214634.429000', '214634.431000', '214634.434000', '214634.437000', '214634.439000', '214634.442000', '214634.444000', '214634.447000', '214634.449000', '214634.452000', '214634.455000', '214634.457000', '214634.460000', '214634.462000', '214634.465000', '214634.468000', '214634.470000', '214634.473000', '214634.476000', '214634.478000', '214634.481000', '214634.484000', '214634.486000', '214634.489000', '214634.492000', '214634.494000', '214634.497000', '214634.500000', '214634.502000', '214634.505000', '214634.507000', '214634.510000', '214634.513000', '214654.402000', '214654.405000', '214654.408000', '214654.410000', '214654.413000', '214654.415000', '214654.418000', '214654.420000', '214654.423000', '214654.426000', '214654.428000', '214654.431000', '214654.433000', '214654.436000', '214654.438000', '214654.441000', '214654.444000', '214654.446000', '214654.449000', '214654.451000', '214654.454000', '214654.456000', '214654.459000', '214654.461000', '214654.464000', '214654.467000', '214654.469000', '214654.472000', '214654.474000', '214654.477000', '214654.479000', '214654.482000', '214654.485000', '214654.487000', '214654.490000', '214654.492000', '214654.495000', '214654.497000', '214654.500000', '214654.503000', '214654.505000', '214654.508000', '214654.510000', '214654.513000', '214714.403000', '214714.405000', '214714.408000', '214714.411000', '214714.413000', '214714.416000', '214714.418000', '214714.421000', '214714.424000', '214714.426000', '214714.429000', '214714.431000', '214714.434000', '214714.436000', '214714.439000', '214714.442000', '214714.444000', '214714.447000', '214714.449000', '214714.452000', '214714.455000', '214714.457000', '214714.460000', '214714.462000', '214714.465000', '214714.467000', '214714.470000', '214714.472000', '214714.475000', '214714.477000', '214714.480000', '214714.483000', '214714.485000', '214714.488000', '214714.491000', '214714.494000', '214714.497000', '214714.499000', '214714.502000', '214714.504000', '214714.507000', '214714.510000', '214714.512000', '214734.403000', '214734.405000', '214734.408000', '214734.410000', '214734.413000', '214734.416000', '214734.418000', '214734.421000', '214734.423000', '214734.426000', '214734.429000', '214734.431000', '214734.434000', '214734.436000', '214734.439000', '214734.441000', '214734.444000', '214734.447000', '214734.449000', '214734.452000', '214734.454000', '214734.457000', '214734.475000', '214734.478000', '214734.480000', '214734.483000', '214734.485000', '214734.488000', '214734.491000', '214734.493000', '214734.496000', '214734.498000', '214734.501000', '214734.504000', '214734.506000', '214734.509000', '214734.511000', '214734.514000', '214734.517000', '214734.519000', '214734.522000', '214734.524000', '214734.527000', '214734.529000', '214754.402000', '214754.405000', '214754.408000', '214754.411000', '214754.413000', '214754.416000', '214754.418000', '214754.421000', '214754.423000', '214754.426000', '214754.429000', '214754.431000', '214754.434000', '214754.436000', '214754.439000', '214754.441000', '214754.444000', '214754.446000', '214754.449000', '214754.452000', '214754.454000', '214754.457000', '214754.459000', '214754.462000', '214754.464000', '214754.467000', '214754.470000', '214754.472000', '214754.475000', '214754.477000', '214754.480000', '214754.482000', '214754.485000', '214754.487000', '214754.490000', '214754.493000', '214754.495000', '214754.498000', '214754.500000', '214754.503000', '214754.505000', '214754.508000', '214754.511000', '214814.402000', '214814.405000', '214814.408000', '214814.410000', '214814.413000', '214814.416000', '214814.418000', '214814.421000', '214814.423000', '214814.426000', '214814.429000', '214814.431000', '214814.434000', '214814.437000', '214814.439000', '214814.442000', '214814.444000', '214814.447000', '214814.449000', '214814.452000', '214814.455000', '214814.457000', '214814.488000', '214814.491000', '214814.493000', '214814.496000', '214814.498000', '214814.501000', '214814.503000', '214814.506000', '214814.509000', '214814.511000', '214814.514000', '214814.516000', '214814.519000', '214814.522000', '214814.524000', '214814.527000', '214814.529000', '214814.532000', '214814.535000', '214814.537000', '214814.540000', '214814.542000', '214834.402000', '214834.409000', '214834.412000', '214834.414000', '214834.417000', '214834.419000', '214834.422000', '214834.425000', '214834.427000', '214834.430000', '214834.432000', '214834.435000', '214834.437000', '214834.440000', '214834.443000', '214834.445000', '214834.448000', '214834.450000', '214834.453000', '214834.455000', '214834.458000', '214834.461000', '214834.463000', '214834.466000', '214834.468000', '214834.471000', '214834.473000', '214834.476000', '214834.479000', '214834.481000', '214834.484000', '214834.486000', '214834.489000', '214834.492000', '214834.494000', '214834.497000', '214834.500000', '214834.502000', '214834.505000', '214834.507000', '214834.510000', '214834.512000', '214834.515000', '214854.403000', '214854.406000', '214854.408000', '214854.411000', '214854.414000', '214854.416000', '214854.419000', '214854.421000', '214854.424000', '214854.427000', '214854.429000', '214854.432000', '214854.434000', '214854.437000', '214854.439000', '214854.442000', '214854.445000', '214854.447000', '214854.450000', '214854.453000', '214854.455000', '214854.458000', '214854.460000', '214854.463000', '214854.466000', '214854.468000', '214854.471000', '214854.473000', '214854.476000', '214854.479000', '214854.482000', '214854.484000', '214854.508000', '214854.510000', '214854.513000', '214854.516000', '214854.518000', '214854.521000', '214854.523000', '214854.526000', '214854.529000', '214854.531000', '214854.534000', '214854.536000', '214914.403000', '214914.406000', '214914.408000', '214914.411000', '214914.413000', '214914.416000', '214914.419000', '214914.421000', '214914.424000', '214914.426000', '214914.429000', '214914.432000', '214914.434000', '214914.437000', '214914.439000', '214914.442000', '214914.445000', '214914.447000', '214914.450000', '214914.452000', '214914.455000', '214914.457000', '214914.460000', '214914.463000', '214914.465000', '214914.468000', '214914.470000', '214914.473000', '214914.475000', '214914.478000', '214914.481000', '214914.483000', '214914.486000', '214914.488000', '214914.491000', '214914.493000', '214914.496000', '214914.499000', '214914.501000', '214914.504000', '214914.506000', '214914.509000', '214914.511000', '214934.402000', '214934.405000', '214934.408000', '214934.410000', '214934.413000', '214934.416000', '214934.418000', '214934.421000', '214934.423000', '214934.426000', '214934.429000', '214934.431000', '214934.434000', '214934.436000', '214934.439000', '214934.442000', '214934.444000', '214934.447000', '214934.449000', '214934.452000', '214934.454000', '214934.457000', '214934.460000', '214934.462000', '214934.465000', '214934.467000', '214934.470000', '214934.472000', '214934.475000', '214934.478000', '214934.485000', '214934.488000', '214934.490000', '214934.493000', '214934.495000', '214934.498000', '214934.500000', '214934.503000', '214934.505000', '214934.508000', '214934.511000', '214934.513000', '214934.516000', '214934.518000', '214954.403000', '214954.406000', '214954.408000', '214954.411000', '214954.413000', '214954.416000', '214954.419000', '214954.421000', '214954.424000', '214954.426000', '214954.429000', '214954.431000', '214954.434000', '214954.437000', '214954.439000', '214954.442000', '214954.444000', '214954.447000', '214954.449000', '214954.452000', '214954.455000', '214954.457000', '214954.460000', '214954.462000', '214954.465000', '214954.467000', '214954.470000', '214954.473000', '214954.475000', '214954.478000', '214954.480000', '214954.483000', '214954.485000', '214954.488000', '214954.491000', '214954.493000', '214954.496000', '214954.498000', '214954.501000', '214954.503000', '214954.506000', '214954.509000', '214954.511000', '215014.402000', '215014.405000', '215014.408000', '215014.410000', '215014.413000', '215014.416000', '215014.418000', '215014.421000', '215014.423000', '215014.426000', '215014.428000', '215014.431000', '215014.434000', '215014.436000', '215014.439000', '215014.442000', '215014.444000', '215014.447000', '215014.449000', '215014.452000', '215014.455000', '215014.457000', '215014.460000', '215014.462000', '215014.465000', '215014.468000', '215014.470000', '215014.473000', '215014.475000', '215014.488000', '215014.491000', '215014.493000', '215014.496000', '215014.498000', '215014.501000', '215014.504000', '215014.506000', '215014.509000', '215014.511000', '215014.514000', '215014.516000', '215014.519000', '215014.522000', '215014.524000', '215018.005000', '215018.008000', '215018.011000', '215018.014000', '215018.016000', '215018.019000', '215018.022000', '215018.024000'], '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': [9401, 9529, 10321, 9485, 11953, 10799, 9611, 14015, 10815, 9034, 10560, 9328, 8866, 10842, 9449, 9597, 11288, 9640, 10404, 9832, 10772, 9867, 8933, 12792, 9887, 8990, 12299, 9663, 9483, 11544, 9664, 9830, 10536, 9579, 10183, 8456, 9020, 11325, 9490, 9124, 11355, 10234, 9017, 12536, 9842, 10070, 10402, 9634, 11703, 9531, 9126, 12366, 9755, 10028, 12084, 9701, 10834, 10229, 9177, 12363, 10149, 10210, 10730, 9466, 12960, 9335, 9071, 12102, 9727, 9547, 11344, 9652, 10532, 11398, 9627, 12382, 10229, 9141, 12214, 9694, 9330, 10621, 9642, 11248, 10562, 9141, 12023, 10220, 9612, 13065, 10292, 10843, 10474, 9355, 11171, 10051, 9213, 11335, 9835, 12083, 10818, 9072, 11159, 9535, 12523, 10996, 8994, 13373, 10508, 10054, 11289, 9512, 11861, 10384, 9222, 12361, 9627, 9588, 10777, 9921, 11274, 11239, 9324, 13229, 10399, 10624, 10352, 9572, 12211, 10780, 10369, 11239, 9361, 14362, 10099, 10557, 10593, 9374, 13115, 10539, 10356, 10372, 9841, 11556, 9850, 9840, 11587, 10086, 11497, 10155, 9221, 10855, 9945, 10950, 10561, 9367, 13526, 10015, 10990, 10120, 9618, 11358, 9821, 11569, 10198, 9501, 12857, 10171, 10487, 11443, 9563, 12738, 10370, 9734, 11264, 9803, 11196, 10849, 9445, 11533, 10031, 10635, 11017, 9521, 13920, 10278, 9988, 10966, 9866, 11887, 11402, 9587, 13145, 10667, 9915, 11468, 9862, 11396, 10783, 9508, 12222, 10470, 10956, 11551, 9350, 11358, 10055, 11137, 10761, 9604, 13044, 10746, 9973, 10941, 10044, 12675, 11236, 9743, 13017, 10837, 10119, 9996, 9665, 11361, 10167, 11027, 12566, 10649, 10754, 10608, 9666, 11115, 10024, 11521, 10232, 9663, 12978, 11026, 9957, 11715, 9628, 10688, 10833, 9354, 10458, 10028, 12056, 10596, 9649, 11245, 9776, 10754, 10903, 9506, 12660, 10218, 9911, 10804, 9457, 13081, 9974, 10490, 10700, 9543, 11266, 9774, 10959, 10325, 9454, 10163, 10272, 9831, 11926, 10159, 10751, 10342, 10120, 13779, 9917, 9826, 10921, 9622, 12344, 10583, 9232, 10995, 9317, 12105, 9874, 10064, 9976, 9375, 10172, 9314, 10182, 9354, 13522, 11292, 9520, 13173, 9675, 9474, 11264, 9496, 11603, 9666, 12785, 12554, 9808, 12054, 11069, 9860, 12348, 10443, 9488, 12464, 9700, 9196, 10181, 9701, 10476, 10273, 8991, 10511, 9892, 11115, 11456, 9839, 13859, 10146, 9452, 11366, 10299, 9256, 10503, 9556, 12747, 10370, 9585, 10716, 9610, 10839, 10268, 9837, 12982, 10324, 9417, 10517, 9716, 11035, 9444, 7581, 12407, 9702, 7385, 8494, 7781, 7954, 9191, 11314, 9640, 10614, 9142, 10861, 9692, 7523, 8802, 9027, 8989, 9019, 9331, 10220, 9304, 12152, 8745, 12639, 9033, 10679, 9577, 8412, 8492, 6588, 8508, 10893, 8994, 7749, 8988, 7728, 11142, 14968, 9682, 11652, 9064, 7967, 7176, 7985, 12464, 7636, 7910, 13734, 8516, 11421, 7012, 7654, 7717, 7576, 11221, 7549, 8390, 14346, 7970, 11099, 7405, 9206, 7134, 8267, 13191, 8881, 10327, 9629, 8295, 11156, 7549, 12183, 12952, 8339, 12321, 8223, 8522, 11773, 7442, 12500, 7572, 8620, 11802, 7206, 8125, 11337, 7257, 6655, 8041, 12039, 8429, 10946, 13556, 10446, 11541, 8897, 8216, 12463, 7177, 8378, 12599, 8745, 8867, 10044, 7824, 11577, 7905, 11841, 7703, 7925, 9842, 7468, 11519, 7832, 10759, 8129, 8200, 11729, 8850, 11470, 7571, 10342, 7452, 7540, 11995, 8234, 11499, 7423, 8446, 7060, 7427, 12483, 7868, 7798, 12983, 7961, 11548, 6709, 7014, 8657, 7805, 10567, 7781, 7824, 10344, 7403, 11958, 7498, 9111, 9600, 7729, 12351, 8378, 10290, 7531, 7405, 11584, 7649, 9008, 9031, 7557, 12861, 8036, 10393, 6869, 7563, 11962, 7904, 8711, 11156, 7641, 11248, 7616, 7830, 8976, 8011, 11686, 8168, 9765, 8264, 7420, 11894, 7899, 8567, 12151, 8046, 11561, 7562, 8522, 9043, 7715, 11009, 8466, 8639, 9291, 7771, 12389, 7934, 9680, 7204, 7965, 11443, 8274, 8726, 8111, 7911, 10948, 7883, 8002, 8949, 8183, 12090, 7587, 8730, 7677, 8025, 10970, 7185, 8729, 10338, 7705, 11280, 6808, 8100, 11688, 8302, 11282, 7798, 8722, 9904, 8131, 10260, 7827, 8528, 13158, 8262, 10294, 7204, 8121, 11822, 8180, 9559, 8887, 8102, 12928, 7808, 9980, 6822, 7841, 12219, 8219, 10231, 8329, 10119, 7093, 7620, 12532, 8026, 10155, 8634, 8191, 13586, 8115, 11078, 7356, 7659, 12632, 8631, 10343, 7348, 7781, 9569, 7506, 10106, 7368, 8703, 13080, 8139, 10854, 7132, 8269, 7832, 8254, 11832, 8260, 9892, 9470, 8412, 12617, 8170, 10416, 7846, 7938, 12955, 8833, 10936, 7615, 8306, 10534, 8223, 10723, 7915, 7835, 13619, 8966, 10727, 7150, 7584, 10936, 8479, 10388, 7735, 8065, 12921, 8136, 11160, 7201, 8031, 12910, 8551, 10649, 7853, 8101, 10079, 7738, 10455, 7716, 8112, 13295, 8224, 10491, 7214, 7890, 11912, 8268, 10150, 8060, 8571, 12335, 8224, 11209, 7853, 8743, 7698, 7931, 13118, 8370, 11117, 7748, 8601, 9326, 7824, 11317, 8374, 8957, 11461, 8095, 11779, 7849, 9542, 7556, 7783, 11444, 7965, 8376, 10690, 7853, 11542, 7327, 9424, 6930, 7767, 9576, 7578, 11760, 8330, 11217, 7747, 8605, 7577, 7554, 11101, 8378, 11411, 8472, 11080, 8063, 10947, 7756, 11463, 13350, 7842, 9158, 10756, 7737, 11869, 7895, 11607, 7259, 9315, 7505, 7945, 12303, 8040, 7918, 12357, 7863, 12268, 7594, 9497, 6608, 7382, 12204, 8122, 10564, 8428, 7968, 14298, 9382, 12197, 7840, 8075, 10502, 7634, 10926, 8268, 7582, 12611, 7846, 11622, 7719, 7815, 10445, 7612, 10347, 8280, 7622, 12217, 7887, 11190, 7524, 7562, 9829, 8228, 10982, 8388, 9589, 8549, 7368, 9700, 7716, 11341, 8315, 9014, 8119, 7740, 13282, 7664, 10140, 6993, 8183, 12498, 8423, 10506, 7106, 7645, 10952, 7972, 10343, 11967, 8509, 10289, 8132, 7922, 12802, 7894, 8859, 10432, 8286, 9894, 7397, 7926, 13892, 8813, 11189, 7865, 8406, 13265, 8737, 9444, 12388, 7962, 9854, 8367, 7548, 11783, 7621, 7716, 7454, 8021, 10980, 8152, 10716, 8254, 8713, 7563, 7372, 7697, 11012, 13994, 8401, 9472, 9717, 8554, 12293, 7961, 9339, 6995, 8511, 7608, 8193, 13240, 9045, 10449, 8350, 7798, 10245, 7134, 12078, 12830, 8552, 11098, 8540, 7852, 12848, 8658, 10265, 7441, 7736, 6421, 7977, 8681, 7863, 13581, 13103, 8676, 12076, 8039, 7970, 8330, 7651, 10130, 7886, 11115, 13755, 8402, 9874, 8938, 7904, 8930, 7541, 10726, 7060, 7713, 13508, 9002, 9503, 10484, 7675, 10805, 7099, 8685, 12870, 7552, 9840, 9906, 7558, 11886, 7269, 9058, 10398, 7688, 10517, 7843, 7880, 10293, 7643, 10984, 7254, 8294, 8499, 7495, 13095, 8420, 10438, 7028, 7717, 10961, 7639, 10526, 7248, 7615, 14465, 8028, 10276, 6877, 7861, 12257, 7620, 10170, 8887, 7701, 12850, 7206, 9456, 7803, 7831, 12278, 7836, 9732, 9176, 8420, 11620, 7639, 8523, 7485, 10050, 11940, 7791, 11518, 7914, 12200, 12420, 9140, 13136, 7942, 8532, 6815, 8122, 11004, 7803, 9890, 11029, 7423, 11514, 6947, 7860, 8372, 7732, 10323, 7167, 7770, 13787, 7415, 9740, 6405, 7937, 12426, 7599, 10899, 7532, 8309, 12135, 7420, 10692, 7273, 7965, 13643, 10044, 10208, 7771, 8152, 12081, 7291, 10580, 8998, 7676, 13390, 8335, 9712, 6420, 7816, 12319, 7295, 10346, 9525, 8167, 9385, 8740, 9693, 7976, 7760, 7516, 8140, 11822, 7640, 9527, 9738, 13282, 9397, 11770, 7788, 12859, 9144, 10697, 8193, 8156, 12925, 7981, 11594, 8291, 8237, 13214, 8793, 9454, 7719, 8343, 11690, 7183, 8428, 10297, 7717, 12640, 7661, 10436, 6933, 8056, 13472, 7868, 10831, 8177, 9543, 7929, 8206, 8209, 8121, 13593, 11727, 8457, 12517, 8624, 8143, 7985, 8006, 11398, 7112, 9446, 13710, 8550, 10336, 9988, 8037, 11896, 7597, 9368, 7654, 8001, 12854, 8759, 9206, 14089, 7908, 8908, 7956, 7857, 11168, 7453, 8689, 10182, 7703, 12925, 7964, 9200, 7185, 7750, 12951, 8146, 8948, 13665, 7501, 9153, 6890, 8057, 11572, 7618, 10225, 7750, 7889, 12766, 7598, 9862, 10402, 7778, 11540, 7990, 7861, 14180, 7923, 9554, 6771, 7985, 12816, 7753, 10328, 7539, 8734], 'WindowCenter': [4018.0, 4013.0, 4008.0, 3997.0, 4016.0, 3990.0, 3981.0, 4013.0, 3978.0, 3968.0, 3977.0, 3965.0, 3965.0, 3976.0, 3963.0, 3964.0, 3986.0, 3978.0, 3989.0, 3993.0, 4004.0, 3993.0, 3981.0, 4002.0, 3977.0, 3968.0, 3989.0, 3978.0, 3981.0, 4002.0, 3981.0, 3992.0, 3976.0, 3978.0, 3979.0, 3956.0, 3967.0, 3990.0, 3979.0, 3982.0, 3992.0, 3991.0, 3982.0, 4001.0, 3980.0, 3981.0, 3991.0, 3982.0, 4003.0, 3980.0, 3982.0, 4002.0, 3981.0, 3981.0, 4001.0, 3981.0, 3990.0, 3991.0, 3982.0, 4001.0, 3990.0, 3992.0, 3990.0, 3980.0, 4002.0, 3969.0, 3970.0, 4000.0, 3979.0, 3979.0, 3988.0, 3979.0, 3989.0, 3988.0, 3981.0, 4001.0, 3990.0, 3981.0, 4000.0, 3980.0, 3980.0, 3977.0, 3979.0, 3991.0, 3991.0, 3982.0, 4002.0, 3991.0, 3982.0, 4001.0, 3980.0, 3992.0, 3989.0, 3982.0, 3991.0, 3979.0, 3982.0, 3990.0, 3991.0, 4003.0, 3992.0, 3983.0, 4003.0, 3994.0, 4015.0, 4002.0, 3983.0, 4012.0, 3992.0, 3993.0, 4003.0, 3994.0, 4005.0, 3992.0, 3982.0, 4002.0, 3980.0, 3981.0, 3992.0, 3993.0, 4005.0, 4002.0, 3995.0, 4013.0, 3990.0, 3993.0, 3991.0, 3994.0, 4015.0, 4005.0, 4006.0, 4001.0, 3982.0, 4025.0, 3994.0, 4005.0, 4003.0, 3995.0, 4015.0, 3990.0, 3993.0, 3991.0, 3981.0, 4002.0, 3992.0, 3992.0, 4001.0, 3990.0, 3992.0, 3980.0, 3981.0, 3990.0, 3992.0, 3992.0, 3992.0, 3982.0, 4012.0, 3981.0, 3992.0, 3991.0, 3983.0, 4001.0, 3994.0, 4004.0, 3990.0, 3983.0, 4014.0, 3993.0, 3993.0, 4002.0, 3982.0, 4002.0, 3990.0, 3981.0, 3990.0, 3981.0, 3992.0, 4003.0, 3983.0, 4001.0, 3990.0, 3992.0, 3988.0, 3980.0, 4012.0, 3991.0, 3981.0, 3990.0, 3991.0, 4000.0, 4001.0, 3980.0, 4012.0, 3989.0, 3981.0, 4001.0, 3993.0, 4002.0, 3990.0, 3982.0, 4001.0, 3992.0, 3992.0, 4002.0, 3983.0, 4002.0, 3994.0, 4005.0, 3990.0, 3982.0, 4013.0, 4003.0, 3994.0, 4004.0, 3995.0, 4016.0, 4002.0, 3993.0, 4013.0, 3990.0, 3993.0, 3991.0, 3994.0, 4004.0, 3993.0, 4005.0, 4013.0, 3992.0, 3993.0, 3990.0, 3982.0, 4001.0, 3992.0, 4005.0, 3990.0, 3994.0, 4013.0, 3992.0, 3991.0, 4001.0, 3982.0, 3993.0, 4003.0, 3995.0, 3992.0, 3991.0, 4004.0, 3992.0, 3983.0, 4002.0, 3992.0, 4004.0, 4001.0, 3994.0, 4013.0, 3993.0, 3993.0, 3992.0, 3994.0, 4015.0, 3994.0, 3993.0, 4005.0, 3997.0, 4003.0, 3980.0, 3992.0, 3992.0, 3992.0, 4017.0, 4009.0, 4022.0, 4031.0, 4010.0, 4017.0, 4008.0, 4008.0, 4001.0, 3979.0, 3983.0, 3993.0, 3982.0, 4005.0, 4006.0, 3995.0, 4006.0, 3983.0, 3999.0, 3981.0, 3981.0, 3992.0, 3984.0, 4005.0, 4011.0, 4021.0, 4011.0, 4030.0, 3994.0, 3982.0, 4002.0, 3966.0, 3967.0, 3989.0, 3981.0, 4003.0, 3994.0, 4016.0, 4001.0, 3968.0, 3989.0, 3975.0, 3967.0, 3988.0, 3979.0, 3980.0, 3987.0, 3965.0, 3954.0, 3962.0, 3964.0, 3975.0, 3975.0, 3967.0, 3976.0, 3967.0, 3976.0, 3975.0, 3965.0, 3985.0, 3965.0, 3966.0, 3975.0, 3965.0, 3966.0, 3962.0, 3965.0, 3987.0, 3976.0, 3967.0, 3976.0, 3965.0, 3976.0, 3974.0, 3966.0, 3997.0, 3979.0, 3996.0, 4022.0, 4007.0, 4008.0, 3997.0, 3927.0, 3955.0, 3983.0, 3961.0, 3940.0, 3915.0, 3928.0, 3949.0, 3957.0, 3949.0, 3960.0, 3954.0, 3973.0, 3965.0, 3957.0, 3965.0, 3937.0, 3948.0, 3949.0, 3949.0, 3960.0, 3951.0, 3984.0, 3952.0, 3970.0, 3964.0, 3961.0, 3965.0, 3942.0, 3940.0, 3916.0, 3940.0, 3974.0, 3964.0, 3954.0, 3965.0, 3958.0, 4003.0, 4012.0, 3967.0, 3988.0, 3954.0, 3944.0, 3933.0, 3954.0, 3981.0, 3943.0, 3954.0, 3995.0, 3953.0, 3984.0, 3935.0, 3945.0, 3944.0, 3957.0, 3987.0, 3954.0, 3966.0, 4008.0, 3959.0, 3990.0, 3960.0, 3983.0, 3957.0, 3971.0, 4012.0, 3969.0, 3990.0, 3979.0, 3970.0, 3998.0, 3970.0, 4003.0, 4001.0, 3954.0, 3986.0, 3954.0, 3968.0, 3987.0, 3948.0, 3999.0, 3957.0, 3968.0, 3958.0, 3902.0, 3915.0, 3934.0, 3888.0, 3785.0, 3896.0, 3972.0, 3957.0, 4007.0, 4001.0, 3979.0, 3976.0, 3955.0, 3941.0, 3973.0, 3916.0, 3929.0, 3971.0, 3937.0, 3939.0, 3950.0, 3918.0, 3959.0, 3929.0, 3971.0, 3929.0, 3926.0, 3936.0, 3915.0, 3945.0, 3929.0, 3960.0, 3941.0, 3942.0, 3971.0, 3939.0, 3944.0, 3901.0, 3933.0, 3916.0, 3929.0, 3958.0, 3926.0, 3960.0, 3917.0, 3930.0, 3919.0, 3916.0, 3967.0, 3925.0, 3926.0, 3968.0, 3928.0, 3958.0, 3917.0, 3919.0, 3937.0, 3928.0, 3959.0, 3927.0, 3929.0, 3961.0, 3931.0, 3971.0, 3932.0, 3951.0, 3962.0, 3929.0, 3971.0, 3940.0, 3948.0, 3928.0, 3930.0, 3972.0, 3942.0, 3954.0, 3949.0, 3929.0, 3985.0, 3941.0, 3961.0, 3918.0, 3942.0, 3973.0, 3929.0, 3938.0, 3962.0, 3929.0, 3972.0, 3930.0, 3942.0, 3950.0, 3939.0, 3972.0, 3940.0, 3952.0, 3941.0, 3932.0, 3971.0, 3941.0, 3939.0, 3971.0, 3928.0, 3970.0, 3929.0, 3952.0, 3950.0, 3930.0, 3959.0, 3939.0, 3940.0, 3950.0, 3931.0, 3973.0, 3941.0, 3951.0, 3928.0, 3930.0, 3959.0, 3940.0, 3939.0, 3927.0, 3939.0, 3963.0, 3941.0, 3942.0, 3948.0, 3941.0, 3973.0, 3943.0, 3954.0, 3943.0, 3955.0, 3972.0, 3932.0, 3953.0, 3964.0, 3944.0, 3975.0, 3931.0, 3954.0, 3986.0, 3955.0, 3973.0, 3944.0, 3955.0, 3963.0, 3955.0, 3975.0, 3942.0, 3953.0, 3986.0, 3954.0, 3976.0, 3943.0, 3955.0, 3987.0, 3954.0, 3965.0, 3953.0, 3944.0, 3984.0, 3943.0, 3963.0, 3921.0, 3929.0, 3974.0, 3942.0, 3964.0, 3944.0, 3965.0, 3935.0, 3945.0, 3985.0, 3944.0, 3964.0, 3941.0, 3943.0, 3983.0, 3942.0, 3975.0, 3933.0, 3944.0, 3971.0, 3940.0, 3963.0, 3932.0, 3942.0, 3964.0, 3934.0, 3962.0, 3930.0, 3952.0, 3981.0, 3944.0, 3976.0, 3934.0, 3954.0, 3942.0, 3954.0, 3983.0, 3952.0, 3966.0, 3965.0, 3955.0, 3987.0, 3956.0, 3974.0, 3954.0, 3956.0, 3985.0, 3952.0, 3976.0, 3931.0, 3943.0, 3965.0, 3944.0, 3976.0, 3941.0, 3932.0, 3983.0, 3951.0, 3962.0, 3931.0, 3941.0, 3974.0, 3940.0, 3963.0, 3931.0, 3941.0, 3981.0, 3939.0, 3971.0, 3932.0, 3940.0, 3971.0, 3939.0, 3960.0, 3928.0, 3942.0, 3962.0, 3932.0, 3963.0, 3931.0, 3941.0, 3983.0, 3941.0, 3963.0, 3929.0, 3943.0, 3985.0, 3951.0, 3962.0, 3941.0, 3954.0, 3983.0, 3941.0, 3973.0, 3943.0, 3953.0, 3929.0, 3942.0, 3984.0, 3943.0, 3974.0, 3932.0, 3955.0, 3950.0, 3944.0, 3960.0, 3940.0, 3940.0, 3962.0, 3930.0, 3961.0, 3930.0, 3954.0, 3942.0, 3941.0, 3960.0, 3926.0, 3928.0, 3950.0, 3931.0, 3971.0, 3919.0, 3922.0, 3876.0, 3828.0, 3820.0, 3767.0, 3812.0, 4045.0, 4150.0, 4049.0, 4045.0, 3977.0, 3960.0, 3974.0, 3956.0, 3986.0, 3955.0, 3974.0, 3957.0, 3978.0, 3947.0, 3986.0, 3984.0, 3929.0, 3948.0, 3958.0, 3926.0, 3970.0, 3939.0, 3972.0, 3930.0, 3952.0, 3928.0, 3939.0, 3972.0, 3941.0, 3941.0, 3980.0, 3940.0, 3973.0, 3942.0, 3961.0, 3918.0, 3931.0, 3970.0, 3941.0, 3960.0, 3937.0, 3928.0, 3982.0, 3949.0, 3972.0, 3927.0, 3927.0, 3946.0, 3914.0, 3957.0, 3926.0, 3916.0, 3971.0, 3929.0, 3959.0, 3927.0, 3928.0, 3947.0, 3925.0, 3946.0, 3926.0, 3916.0, 3971.0, 3928.0, 3960.0, 3929.0, 3929.0, 3949.0, 3939.0, 3958.0, 3938.0, 3952.0, 3940.0, 3933.0, 3964.0, 3943.0, 3973.0, 3953.0, 3953.0, 3941.0, 3944.0, 3985.0, 3945.0, 3977.0, 3933.0, 3954.0, 3984.0, 3942.0, 3963.0, 3931.0, 3942.0, 3973.0, 3941.0, 3964.0, 3971.0, 3953.0, 3962.0, 3941.0, 3939.0, 3982.0, 3941.0, 3951.0, 3961.0, 3942.0, 3962.0, 3930.0, 3941.0, 3983.0, 3953.0, 3960.0, 3939.0, 3942.0, 3972.0, 3938.0, 3949.0, 3970.0, 3928.0, 3949.0, 3927.0, 3918.0, 3960.0, 3917.0, 3929.0, 3919.0, 3927.0, 3945.0, 3914.0, 3946.0, 3926.0, 3939.0, 3930.0, 3931.0, 3943.0, 3977.0, 3984.0, 3942.0, 3996.0, 3980.0, 3957.0, 3986.0, 3942.0, 3963.0, 3932.0, 3953.0, 3943.0, 3957.0, 3997.0, 3966.0, 3978.0, 3958.0, 3958.0, 3979.0, 3947.0, 4000.0, 3985.0, 3952.0, 3975.0, 3953.0, 3956.0, 3998.0, 3954.0, 3964.0, 3931.0, 3943.0, 3922.0, 3942.0, 3953.0, 3944.0, 4000.0, 3986.0, 3954.0, 3974.0, 3928.0, 3928.0, 3940.0, 3929.0, 3961.0, 3939.0, 3972.0, 3982.0, 3941.0, 3951.0, 3938.0, 3928.0, 3950.0, 3940.0, 3972.0, 3930.0, 3941.0, 3982.0, 3949.0, 3951.0, 3962.0, 3942.0, 3974.0, 3932.0, 3953.0, 3983.0, 3941.0, 3962.0, 3949.0, 3929.0, 3971.0, 3929.0, 3952.0, 3961.0, 3930.0, 3961.0, 3928.0, 3929.0, 3960.0, 3942.0, 3972.0, 3930.0, 3953.0, 3951.0, 3931.0, 3982.0, 3942.0, 3974.0, 3932.0, 3943.0, 3973.0, 3943.0, 3974.0, 3931.0, 3943.0, 3995.0, 3943.0, 3963.0, 3931.0, 3942.0, 3972.0, 3931.0, 3962.0, 3940.0, 3931.0, 3983.0, 3930.0, 3953.0, 3929.0, 3940.0, 3972.0, 3929.0, 3950.0, 3951.0, 3939.0, 3972.0, 3930.0, 3942.0, 3930.0, 3951.0, 3972.0, 3929.0, 3973.0, 3945.0, 3986.0, 3973.0, 3951.0, 3972.0, 3930.0, 3941.0, 3920.0, 3942.0, 3961.0, 3930.0, 3962.0, 3961.0, 3931.0, 3974.0, 3932.0, 3943.0, 3941.0, 3943.0, 3962.0, 3919.0, 3932.0, 3984.0, 3933.0, 3964.0, 3923.0, 3957.0, 3985.0, 3943.0, 3975.0, 3942.0, 3955.0, 3986.0, 3945.0, 3977.0, 3934.0, 3946.0, 3988.0, 3966.0, 3966.0, 3934.0, 3943.0, 3987.0, 3946.0, 3976.0, 3953.0, 3932.0, 3983.0, 3941.0, 3954.0, 3921.0, 3943.0, 3974.0, 3933.0, 3994.0, 3982.0, 4002.0, 3966.0, 3956.0, 3936.0, 3927.0, 3900.0, 3842.0, 3929.0, 3959.0, 3917.0, 3935.0, 3950.0, 3997.0, 3982.0, 4000.0, 3958.0, 3988.0, 3953.0, 3964.0, 3942.0, 3944.0, 3985.0, 3944.0, 3974.0, 3953.0, 3954.0, 3985.0, 3942.0, 3963.0, 3931.0, 3943.0, 3972.0, 3919.0, 3941.0, 3961.0, 3942.0, 3985.0, 3943.0, 3975.0, 3933.0, 3944.0, 3984.0, 3942.0, 3975.0, 3943.0, 3965.0, 3944.0, 3957.0, 3967.0, 3956.0, 4000.0, 3986.0, 3954.0, 3985.0, 3941.0, 3943.0, 3943.0, 3944.0, 3985.0, 3931.0, 3964.0, 3994.0, 3952.0, 3962.0, 3962.0, 3943.0, 3972.0, 3943.0, 3963.0, 3941.0, 3941.0, 3984.0, 3941.0, 3951.0, 3983.0, 3941.0, 3952.0, 3940.0, 3941.0, 3971.0, 3930.0, 3951.0, 3961.0, 3942.0, 3985.0, 3943.0, 3964.0, 3933.0, 3956.0, 3984.0, 3941.0, 3952.0, 3993.0, 3932.0, 3963.0, 3932.0, 3954.0, 3974.0, 3942.0, 3964.0, 3942.0, 3944.0, 3996.0, 3944.0, 3975.0, 3974.0, 3943.0, 3973.0, 3942.0, 3944.0, 3996.0, 3955.0, 3965.0, 3933.0, 3955.0, 3996.0, 3944.0, 3948.0, 3928.0, 3953.0], 'WindowWidth': [8972.0, 8956.0, 8940.0, 8921.0, 8947.0, 8901.0, 8888.0, 8937.0, 8878.0, 8866.0, 8878.0, 8858.0, 8859.0, 8873.0, 8848.0, 8854.0, 8888.0, 8881.0, 8899.0, 8908.0, 8926.0, 8907.0, 8890.0, 8918.0, 8876.0, 8865.0, 8897.0, 8881.0, 8890.0, 8918.0, 8889.0, 8904.0, 8877.0, 8879.0, 8882.0, 8847.0, 8864.0, 8901.0, 8884.0, 8892.0, 8905.0, 8903.0, 8891.0, 8917.0, 8885.0, 8889.0, 8899.0, 8891.0, 8922.0, 8886.0, 8890.0, 8920.0, 8890.0, 8892.0, 8917.0, 8886.0, 8900.0, 8900.0, 8890.0, 8917.0, 8898.0, 8904.0, 8900.0, 8886.0, 8921.0, 8869.0, 8872.0, 8913.0, 8880.0, 8883.0, 8893.0, 8882.0, 8898.0, 8893.0, 8886.0, 8917.0, 8899.0, 8888.0, 8915.0, 8885.0, 8887.0, 8879.0, 8882.0, 8903.0, 8899.0, 8890.0, 8919.0, 8902.0, 8893.0, 8916.0, 8884.0, 8905.0, 8895.0, 8889.0, 8904.0, 8883.0, 8892.0, 8901.0, 8901.0, 8922.0, 8903.0, 8894.0, 8920.0, 8911.0, 8942.0, 8918.0, 8895.0, 8935.0, 8903.0, 8909.0, 8919.0, 8911.0, 8929.0, 8903.0, 8892.0, 8921.0, 8885.0, 8890.0, 8905.0, 8907.0, 8927.0, 8920.0, 8913.0, 8937.0, 8901.0, 8908.0, 8901.0, 8911.0, 8941.0, 8928.0, 8931.0, 8917.0, 8891.0, 8957.0, 8910.0, 8928.0, 8920.0, 8916.0, 8943.0, 8902.0, 8910.0, 8903.0, 8888.0, 8919.0, 8905.0, 8907.0, 8918.0, 8900.0, 8905.0, 8884.0, 8888.0, 8900.0, 8903.0, 8907.0, 8903.0, 8894.0, 8935.0, 8889.0, 8907.0, 8901.0, 8894.0, 8917.0, 8909.0, 8926.0, 8900.0, 8894.0, 8938.0, 8907.0, 8910.0, 8915.0, 8892.0, 8921.0, 8900.0, 8891.0, 8900.0, 8887.0, 8905.0, 8919.0, 8894.0, 8915.0, 8900.0, 8904.0, 8894.0, 8886.0, 8934.0, 8901.0, 8890.0, 8897.0, 8901.0, 8914.0, 8914.0, 8887.0, 8933.0, 8896.0, 8890.0, 8913.0, 8905.0, 8919.0, 8901.0, 8893.0, 8917.0, 8902.0, 8907.0, 8918.0, 8894.0, 8918.0, 8911.0, 8928.0, 8901.0, 8892.0, 8936.0, 8921.0, 8911.0, 8921.0, 8912.0, 8945.0, 8918.0, 8908.0, 8935.0, 8900.0, 8910.0, 8903.0, 8911.0, 8924.0, 8908.0, 8929.0, 8937.0, 8905.0, 8908.0, 8899.0, 8891.0, 8917.0, 8906.0, 8929.0, 8900.0, 8909.0, 8938.0, 8904.0, 8903.0, 8917.0, 8890.0, 8908.0, 8922.0, 8913.0, 8905.0, 8906.0, 8925.0, 8904.0, 8894.0, 8920.0, 8904.0, 8923.0, 8915.0, 8909.0, 8937.0, 8907.0, 8908.0, 8903.0, 8909.0, 8943.0, 8911.0, 8910.0, 8927.0, 8919.0, 8923.0, 8883.0, 8906.0, 8903.0, 8907.0, 8949.0, 8941.0, 8964.0, 8975.0, 8943.0, 8949.0, 8936.0, 8935.0, 8915.0, 8879.0, 8893.0, 8907.0, 8890.0, 8927.0, 8929.0, 8912.0, 8927.0, 8892.0, 8911.0, 8887.0, 8890.0, 8903.0, 8898.0, 8925.0, 8945.0, 8959.0, 8946.0, 8971.0, 8909.0, 8888.0, 8917.0, 8856.0, 8862.0, 8894.0, 8887.0, 8920.0, 8910.0, 8945.0, 8914.0, 8864.0, 8894.0, 8867.0, 8859.0, 8891.0, 8879.0, 8884.0, 8890.0, 8854.0, 8840.0, 8845.0, 8851.0, 8868.0, 8869.0, 8863.0, 8873.0, 8861.0, 8873.0, 8866.0, 8855.0, 8887.0, 8854.0, 8858.0, 8869.0, 8855.0, 8858.0, 8847.0, 8854.0, 8889.0, 8871.0, 8861.0, 8871.0, 8857.0, 8875.0, 8866.0, 8859.0, 8903.0, 8880.0, 8916.0, 8961.0, 8937.0, 8936.0, 8918.0, 8789.0, 8824.0, 8893.0, 8862.0, 8812.0, 8772.0, 8792.0, 8824.0, 8829.0, 8823.0, 8839.0, 8837.0, 8864.0, 8856.0, 8851.0, 8857.0, 8806.0, 8824.0, 8824.0, 8821.0, 8839.0, 8829.0, 8880.0, 8835.0, 8857.0, 8855.0, 8844.0, 8853.0, 8819.0, 8814.0, 8777.0, 8814.0, 8868.0, 8854.0, 8844.0, 8858.0, 8854.0, 8921.0, 8939.0, 8862.0, 8892.0, 8839.0, 8826.0, 8810.0, 8841.0, 8874.0, 8823.0, 8841.0, 8899.0, 8837.0, 8882.0, 8816.0, 8831.0, 8829.0, 8849.0, 8889.0, 8843.0, 8860.0, 8922.0, 8856.0, 8899.0, 8861.0, 8893.0, 8853.0, 8876.0, 8935.0, 8868.0, 8900.0, 8882.0, 8872.0, 8910.0, 8874.0, 8925.0, 8916.0, 8844.0, 8889.0, 8840.0, 8863.0, 8890.0, 8839.0, 8912.0, 8855.0, 8864.0, 8831.0, 8747.0, 8767.0, 8790.0, 8723.0, 8521.0, 8732.0, 8860.0, 8850.0, 8932.0, 8919.0, 8882.0, 8874.0, 8840.0, 8818.0, 8861.0, 8776.0, 8796.0, 8856.0, 8804.0, 8808.0, 8824.0, 8780.0, 8837.0, 8797.0, 8856.0, 8794.0, 8790.0, 8800.0, 8771.0, 8812.0, 8796.0, 8844.0, 8818.0, 8818.0, 8858.0, 8809.0, 8809.0, 8745.0, 8796.0, 8775.0, 8795.0, 8835.0, 8789.0, 8840.0, 8779.0, 8799.0, 8782.0, 8777.0, 8846.0, 8787.0, 8792.0, 8850.0, 8792.0, 8837.0, 8781.0, 8786.0, 8808.0, 8799.0, 8839.0, 8792.0, 8798.0, 8844.0, 8804.0, 8859.0, 8806.0, 8834.0, 8847.0, 8801.0, 8858.0, 8811.0, 8824.0, 8795.0, 8801.0, 8860.0, 8820.0, 8837.0, 8826.0, 8800.0, 8882.0, 8817.0, 8847.0, 8786.0, 8820.0, 8864.0, 8797.0, 8810.0, 8846.0, 8800.0, 8860.0, 8802.0, 8821.0, 8828.0, 8812.0, 8861.0, 8813.0, 8832.0, 8816.0, 8807.0, 8860.0, 8818.0, 8815.0, 8857.0, 8796.0, 8858.0, 8798.0, 8834.0, 8830.0, 8802.0, 8841.0, 8810.0, 8814.0, 8827.0, 8802.0, 8863.0, 8818.0, 8833.0, 8797.0, 8801.0, 8841.0, 8811.0, 8813.0, 8794.0, 8814.0, 8849.0, 8818.0, 8821.0, 8825.0, 8817.0, 8865.0, 8822.0, 8839.0, 8822.0, 8844.0, 8863.0, 8807.0, 8837.0, 8853.0, 8826.0, 8869.0, 8807.0, 8843.0, 8884.0, 8840.0, 8866.0, 8825.0, 8842.0, 8851.0, 8842.0, 8870.0, 8821.0, 8837.0, 8885.0, 8839.0, 8872.0, 8826.0, 8844.0, 8891.0, 8841.0, 8856.0, 8835.0, 8825.0, 8883.0, 8823.0, 8852.0, 8791.0, 8798.0, 8866.0, 8821.0, 8851.0, 8826.0, 8855.0, 8815.0, 8830.0, 8886.0, 8827.0, 8854.0, 8817.0, 8822.0, 8880.0, 8820.0, 8868.0, 8811.0, 8827.0, 8860.0, 8815.0, 8851.0, 8806.0, 8820.0, 8851.0, 8813.0, 8851.0, 8805.0, 8835.0, 8875.0, 8823.0, 8870.0, 8813.0, 8843.0, 8823.0, 8841.0, 8880.0, 8834.0, 8858.0, 8854.0, 8841.0, 8888.0, 8844.0, 8871.0, 8842.0, 8844.0, 8885.0, 8834.0, 8872.0, 8807.0, 8825.0, 8854.0, 8825.0, 8871.0, 8816.0, 8806.0, 8880.0, 8830.0, 8848.0, 8806.0, 8820.0, 8867.0, 8814.0, 8849.0, 8801.0, 8817.0, 8872.0, 8813.0, 8859.0, 8806.0, 8816.0, 8858.0, 8810.0, 8844.0, 8795.0, 8819.0, 8845.0, 8807.0, 8852.0, 8804.0, 8816.0, 8876.0, 8817.0, 8850.0, 8801.0, 8824.0, 8884.0, 8833.0, 8847.0, 8817.0, 8836.0, 8878.0, 8819.0, 8864.0, 8822.0, 8839.0, 8801.0, 8818.0, 8881.0, 8821.0, 8867.0, 8808.0, 8842.0, 8831.0, 8824.0, 8845.0, 8812.0, 8814.0, 8846.0, 8801.0, 8845.0, 8801.0, 8839.0, 8823.0, 8822.0, 8843.0, 8788.0, 8794.0, 8828.0, 8803.0, 8860.0, 8785.0, 8779.0, 8701.0, 8604.0, 8577.0, 8484.0, 8555.0, 9026.0, 9207.0, 9036.0, 9020.0, 8897.0, 8859.0, 8871.0, 8849.0, 8889.0, 8844.0, 8869.0, 8850.0, 8878.0, 8836.0, 8888.0, 8884.0, 8799.0, 8823.0, 8834.0, 8790.0, 8856.0, 8813.0, 8860.0, 8804.0, 8834.0, 8797.0, 8813.0, 8863.0, 8817.0, 8821.0, 8871.0, 8815.0, 8865.0, 8820.0, 8846.0, 8785.0, 8803.0, 8856.0, 8816.0, 8844.0, 8808.0, 8797.0, 8875.0, 8825.0, 8859.0, 8793.0, 8793.0, 8817.0, 8772.0, 8832.0, 8788.0, 8778.0, 8857.0, 8796.0, 8838.0, 8793.0, 8795.0, 8819.0, 8788.0, 8818.0, 8788.0, 8776.0, 8855.0, 8796.0, 8841.0, 8799.0, 8801.0, 8827.0, 8813.0, 8839.0, 8810.0, 8833.0, 8816.0, 8810.0, 8853.0, 8825.0, 8865.0, 8839.0, 8837.0, 8819.0, 8825.0, 8885.0, 8830.0, 8874.0, 8812.0, 8842.0, 8882.0, 8822.0, 8852.0, 8804.0, 8821.0, 8863.0, 8819.0, 8854.0, 8861.0, 8838.0, 8850.0, 8816.0, 8812.0, 8874.0, 8817.0, 8832.0, 8843.0, 8818.0, 8850.0, 8802.0, 8818.0, 8880.0, 8833.0, 8843.0, 8812.0, 8818.0, 8861.0, 8806.0, 8823.0, 8851.0, 8793.0, 8823.0, 8790.0, 8780.0, 8839.0, 8776.0, 8795.0, 8783.0, 8788.0, 8812.0, 8768.0, 8812.0, 8786.0, 8810.0, 8801.0, 8804.0, 8825.0, 8876.0, 8884.0, 8822.0, 8917.0, 8890.0, 8846.0, 8887.0, 8821.0, 8852.0, 8811.0, 8840.0, 8825.0, 8850.0, 8907.0, 8861.0, 8879.0, 8850.0, 8854.0, 8881.0, 8838.0, 8912.0, 8883.0, 8833.0, 8870.0, 8836.0, 8847.0, 8908.0, 8840.0, 8855.0, 8806.0, 8825.0, 8795.0, 8823.0, 8838.0, 8826.0, 8914.0, 8888.0, 8839.0, 8868.0, 8797.0, 8797.0, 8814.0, 8801.0, 8844.0, 8812.0, 8860.0, 8877.0, 8817.0, 8830.0, 8809.0, 8796.0, 8829.0, 8817.0, 8861.0, 8803.0, 8820.0, 8876.0, 8825.0, 8831.0, 8848.0, 8819.0, 8864.0, 8809.0, 8839.0, 8881.0, 8820.0, 8847.0, 8826.0, 8800.0, 8859.0, 8801.0, 8836.0, 8844.0, 8804.0, 8845.0, 8797.0, 8800.0, 8844.0, 8820.0, 8862.0, 8804.0, 8839.0, 8831.0, 8805.0, 8877.0, 8820.0, 8867.0, 8809.0, 8825.0, 8865.0, 8823.0, 8866.0, 8806.0, 8822.0, 8898.0, 8824.0, 8852.0, 8807.0, 8822.0, 8863.0, 8804.0, 8849.0, 8815.0, 8804.0, 8879.0, 8804.0, 8836.0, 8799.0, 8818.0, 8860.0, 8799.0, 8829.0, 8830.0, 8809.0, 8861.0, 8801.0, 8819.0, 8797.0, 8831.0, 8863.0, 8801.0, 8863.0, 8828.0, 8886.0, 8863.0, 8830.0, 8862.0, 8801.0, 8816.0, 8789.0, 8819.0, 8846.0, 8802.0, 8848.0, 8843.0, 8803.0, 8865.0, 8807.0, 8824.0, 8819.0, 8823.0, 8846.0, 8784.0, 8805.0, 8881.0, 8811.0, 8854.0, 8799.0, 8847.0, 8884.0, 8822.0, 8868.0, 8819.0, 8841.0, 8884.0, 8828.0, 8876.0, 8812.0, 8829.0, 8889.0, 8854.0, 8854.0, 8809.0, 8823.0, 8887.0, 8832.0, 8871.0, 8836.0, 8807.0, 8878.0, 8818.0, 8837.0, 8790.0, 8823.0, 8867.0, 8811.0, 8911.0, 8891.0, 8932.0, 8856.0, 8842.0, 8798.0, 8788.0, 8736.0, 8627.0, 8790.0, 8832.0, 8772.0, 8795.0, 8825.0, 8900.0, 8891.0, 8915.0, 8853.0, 8892.0, 8833.0, 8853.0, 8821.0, 8826.0, 8885.0, 8826.0, 8869.0, 8836.0, 8839.0, 8883.0, 8820.0, 8851.0, 8805.0, 8823.0, 8860.0, 8787.0, 8819.0, 8844.0, 8820.0, 8885.0, 8826.0, 8872.0, 8813.0, 8829.0, 8884.0, 8822.0, 8870.0, 8823.0, 8855.0, 8828.0, 8851.0, 8864.0, 8850.0, 8917.0, 8887.0, 8840.0, 8885.0, 8818.0, 8822.0, 8824.0, 8829.0, 8884.0, 8808.0, 8854.0, 8897.0, 8836.0, 8852.0, 8848.0, 8823.0, 8865.0, 8824.0, 8853.0, 8820.0, 8821.0, 8882.0, 8818.0, 8832.0, 8880.0, 8818.0, 8833.0, 8817.0, 8820.0, 8860.0, 8803.0, 8833.0, 8846.0, 8822.0, 8885.0, 8826.0, 8856.0, 8813.0, 8848.0, 8884.0, 8818.0, 8836.0, 8893.0, 8808.0, 8852.0, 8809.0, 8843.0, 8869.0, 8823.0, 8855.0, 8824.0, 8827.0, 8902.0, 8830.0, 8873.0, 8867.0, 8825.0, 8869.0, 8822.0, 8828.0, 8903.0, 8844.0, 8858.0, 8815.0, 8845.0, 8903.0, 8830.0, 8823.0, 8794.0, 8838.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.005368953287197232</td></tr>
<tr><td colspan=3>aqi</td><td>0.07554553538062284</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.82654943431174</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.160802448406925</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9381278749437223</td></tr>
<tr><td colspan=3>efc</td><td>0.5201</td></tr>
<tr><td colspan=3>fber</td><td>3552.5627</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13302197223096948</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.207612456747405</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3822040310406476</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2253345833075255</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.599373847117007</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3219036626974097</td></tr>
<tr><td colspan=3>gcor</td><td>0.0193897</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0034716271329671144</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033742889761924744</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.62512105301059</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>15.8986</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.9867</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.8728</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292929.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1055.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>387.5015</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7216</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>420.0434</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3172.1108</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1513.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>714.1392</td></tr>
<tr><td colspan=3>tsnr</td><td>26.804114452097565</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>