<?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-0102_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-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_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-0102/figures/sub-0102_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102/ses-02/func/sub-0102_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>027da4938a7748b6d4b91c72b74d734a</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>11:16:42.030000</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.998994, -0.0026995, -0.0447628, 0.00209229, 0.999905, -0.0136062]</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.0978465</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7789, -7297, 199, -116, -114, -108, 101]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6644442d-7556-4fc3-8934-5a6eceeec3ce||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.680227756500244, 0.005613474175333977, -0.1209472268819809, 114.3491439819336], [0.007242554798722267, 2.6826727390289307, -0.0364469438791275, -93.98880004882812], [-0.12009526789188385, 0.03650447353720665, 2.6970436573028564, -75.74607849121094], [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': ['111642.030000', '111642.490000', '111642.950000', '111643.410000', '111643.870000', '111644.330000', '111644.790000', '111645.250000', '111645.710000', '111646.170000', '111646.630000', '111647.090000', '111647.550000', '111648.010000', '111648.470000', '111648.930000', '111649.390000', '111649.850000', '111650.310000', '111650.770000', '111651.230000', '111651.690000', '111652.150000', '111652.610000', '111653.070000', '111653.530000', '111653.990000', '111654.450000', '111654.910000', '111655.370000', '111655.830000', '111656.290000', '111656.750000', '111657.210000', '111657.670000', '111658.130000', '111658.590000', '111659.050000', '111659.510000', '111659.970000', '111700.430000', '111700.890000', '111701.350000', '111701.810000', '111702.270000', '111702.730000', '111703.190000', '111703.650000', '111704.110000', '111704.570000', '111705.030000', '111705.490000', '111705.950000', '111706.410000', '111706.870000', '111707.330000', '111707.790000', '111708.250000', '111708.710000', '111709.170000', '111709.630000', '111710.090000', '111710.550000', '111711.010000', '111711.470000', '111711.930000', '111712.390000', '111712.850000', '111713.310000', '111713.770000', '111714.230000', '111714.690000', '111715.150000', '111715.610000', '111716.070000', '111716.530000', '111716.990000', '111717.450000', '111717.910000', '111718.370000', '111718.830000', '111719.290000', '111719.750000', '111720.210000', '111720.670000', '111721.130000', '111721.590000', '111722.050000', '111722.510000', '111722.970000', '111723.430000', '111723.890000', '111724.350000', '111724.810000', '111725.270000', '111725.730000', '111726.190000', '111726.650000', '111727.110000', '111727.570000', '111728.030000', '111728.490000', '111728.950000', '111729.410000', '111729.870000', '111730.330000', '111730.790000', '111731.250000', '111731.710000', '111732.170000', '111732.630000', '111733.090000', '111733.550000', '111734.010000', '111734.470000', '111734.930000', '111735.390000', '111735.850000', '111736.310000', '111736.770000', '111737.230000', '111737.690000', '111738.150000', '111738.610000', '111739.070000', '111739.530000', '111739.990000', '111740.450000', '111740.910000', '111741.370000', '111741.830000', '111742.290000', '111742.750000', '111743.210000', '111743.670000', '111744.130000', '111744.590000', '111745.050000', '111745.510000', '111745.970000', '111746.430000', '111746.890000', '111747.350000', '111747.810000', '111748.270000', '111748.730000', '111749.190000', '111749.650000', '111750.110000', '111750.570000', '111751.030000', '111751.490000', '111751.950000', '111752.410000', '111752.870000', '111753.330000', '111753.790000', '111754.250000', '111754.710000', '111755.170000', '111755.630000', '111756.090000', '111756.550000', '111757.010000', '111757.470000', '111757.930000', '111758.390000', '111758.850000', '111759.310000', '111759.770000', '111800.230000', '111800.690000', '111801.150000', '111801.610000', '111802.070000', '111802.530000', '111802.990000', '111803.450000', '111803.910000', '111804.370000', '111804.830000', '111805.290000', '111805.750000', '111806.210000', '111806.670000', '111807.130000', '111807.590000', '111808.050000', '111808.510000', '111808.970000', '111809.430000', '111809.890000', '111810.350000', '111810.810000', '111811.270000', '111811.730000', '111812.190000', '111812.650000', '111813.110000', '111813.570000', '111814.030000', '111814.490000', '111814.950000', '111815.410000', '111815.870000', '111816.330000', '111816.790000', '111817.250000', '111817.710000', '111818.170000', '111818.630000', '111819.090000', '111819.550000', '111820.010000', '111820.470000', '111820.930000', '111821.390000', '111821.850000', '111822.310000', '111822.770000', '111823.230000', '111823.690000', '111824.150000', '111824.610000', '111825.070000', '111825.530000', '111825.990000', '111826.450000', '111826.910000', '111827.370000', '111827.830000', '111828.290000', '111828.750000', '111829.210000', '111829.670000', '111830.130000', '111830.590000', '111831.050000', '111831.510000', '111831.970000', '111832.430000', '111832.890000', '111833.350000', '111833.810000', '111834.270000', '111834.730000', '111835.190000', '111835.650000', '111836.110000', '111836.570000', '111837.030000', '111837.490000', '111837.950000', '111838.410000', '111838.870000', '111839.330000', '111839.790000', '111840.250000', '111840.710000', '111841.170000', '111841.630000', '111842.090000', '111842.550000', '111843.010000', '111843.470000', '111843.930000', '111844.390000', '111844.850000', '111845.310000', '111845.770000', '111846.230000', '111846.690000', '111847.150000', '111847.610000', '111848.070000', '111848.530000', '111848.990000', '111849.450000', '111849.910000', '111850.370000', '111850.830000', '111851.290000', '111851.750000', '111852.210000', '111852.670000', '111853.130000', '111853.590000', '111854.050000', '111854.510000', '111854.970000', '111855.430000', '111855.890000', '111856.350000', '111856.810000', '111857.270000', '111857.730000', '111858.190000', '111858.650000', '111859.110000', '111859.570000', '111900.030000', '111900.490000', '111900.950000', '111901.410000', '111901.870000', '111902.330000', '111902.790000', '111903.250000', '111903.710000', '111904.170000', '111904.630000', '111905.090000', '111905.550000', '111906.010000', '111906.470000', '111906.930000', '111907.390000', '111907.850000', '111908.310000', '111908.770000', '111909.230000', '111909.690000', '111910.150000', '111910.610000', '111911.070000', '111911.530000', '111911.990000', '111912.450000', '111912.910000', '111913.370000', '111913.830000', '111914.290000', '111914.750000', '111915.210000', '111915.670000', '111916.130000', '111916.590000', '111917.050000', '111917.510000', '111917.970000', '111918.430000', '111918.890000', '111919.350000', '111919.810000', '111920.270000', '111920.730000', '111921.190000', '111921.650000', '111922.110000', '111922.570000', '111923.030000', '111923.490000', '111923.950000', '111924.410000', '111924.870000', '111925.330000', '111925.790000', '111926.250000', '111926.710000', '111927.170000', '111927.630000', '111928.090000', '111928.550000', '111929.010000', '111929.470000', '111929.930000', '111930.390000', '111930.850000', '111931.310000', '111931.770000', '111932.230000', '111932.690000', '111933.150000', '111933.610000', '111934.070000', '111934.530000', '111934.990000', '111935.450000', '111935.910000', '111936.370000', '111936.830000', '111937.290000', '111937.750000', '111938.210000', '111938.670000', '111939.130000', '111939.590000', '111940.050000', '111940.510000', '111940.970000', '111941.430000', '111941.890000', '111942.350000', '111942.810000', '111943.270000', '111943.730000', '111944.190000', '111944.650000', '111945.110000', '111945.570000', '111946.030000', '111946.490000', '111946.950000', '111947.410000', '111947.870000', '111948.330000', '111948.790000', '111949.250000', '111949.710000', '111950.170000', '111950.630000', '111951.090000', '111951.550000', '111952.010000', '111952.470000', '111952.930000', '111953.390000', '111953.850000', '111954.310000', '111954.770000', '111955.230000', '111955.690000', '111956.150000', '111956.610000', '111957.070000', '111957.530000', '111957.990000', '111958.450000', '111958.910000', '111959.370000', '111959.830000', '112000.290000', '112000.750000', '112001.210000', '112001.670000', '112002.130000', '112002.590000', '112003.050000', '112003.510000', '112003.970000', '112004.430000', '112004.890000', '112005.350000', '112005.810000', '112006.270000', '112006.730000', '112007.190000', '112007.650000', '112008.110000', '112008.570000', '112009.030000', '112009.490000', '112009.950000', '112010.410000', '112010.870000', '112011.330000', '112011.790000', '112012.250000', '112012.710000', '112013.170000', '112013.630000', '112014.090000', '112014.550000', '112015.010000', '112015.470000', '112015.930000', '112016.390000', '112016.850000', '112017.310000', '112017.770000', '112018.230000', '112018.690000', '112019.150000', '112019.610000', '112020.070000', '112020.530000', '112020.990000', '112021.450000', '112021.910000', '112022.370000', '112022.830000', '112023.290000', '112023.750000', '112024.210000', '112024.670000', '112025.130000', '112025.590000', '112026.050000', '112026.510000', '112026.970000', '112027.430000', '112027.890000', '112028.350000', '112028.810000', '112029.270000', '112029.730000', '112030.190000', '112030.650000', '112031.110000', '112031.570000', '112032.030000', '112032.490000', '112032.950000', '112033.410000', '112033.870000', '112034.330000', '112034.790000', '112035.250000', '112035.710000', '112036.170000', '112036.630000', '112037.090000', '112037.550000', '112038.010000', '112038.470000', '112038.930000', '112039.390000', '112039.850000', '112040.310000', '112040.770000', '112041.230000', '112041.690000', '112042.150000', '112042.610000', '112043.070000', '112043.530000', '112043.990000', '112044.450000', '112044.910000', '112045.370000', '112045.830000', '112046.290000', '112046.750000', '112047.210000', '112047.670000', '112048.130000', '112048.590000', '112049.050000', '112049.510000', '112049.970000', '112050.430000', '112050.890000', '112051.350000', '112051.810000', '112052.270000', '112052.730000', '112053.190000', '112053.650000', '112054.110000', '112054.570000', '112055.030000', '112055.490000', '112055.950000', '112056.410000', '112056.870000', '112057.330000', '112057.790000', '112058.250000', '112058.710000', '112059.170000', '112059.630000', '112100.090000', '112100.550000', '112101.010000', '112101.470000', '112101.930000', '112102.390000', '112102.850000', '112103.310000', '112103.770000', '112104.230000', '112104.690000', '112105.150000', '112105.610000', '112106.070000', '112106.530000', '112106.990000', '112107.450000', '112107.910000', '112108.370000', '112108.830000', '112109.290000', '112109.750000', '112110.210000', '112110.670000', '112111.130000', '112111.590000', '112112.050000', '112112.510000', '112112.970000', '112113.430000', '112113.890000', '112114.350000', '112114.810000', '112115.270000', '112115.730000', '112116.190000', '112116.650000', '112117.110000', '112117.570000', '112118.030000', '112118.490000', '112118.950000', '112119.410000', '112119.870000', '112120.330000', '112120.790000', '112121.250000', '112121.710000', '112122.170000', '112122.630000', '112123.090000', '112123.550000', '112124.010000', '112124.470000', '112124.930000', '112125.390000', '112125.850000', '112126.310000', '112126.770000', '112127.230000', '112127.690000', '112128.150000', '112128.610000', '112129.070000', '112129.530000', '112129.990000', '112130.450000', '112130.910000', '112131.370000', '112131.830000', '112132.290000', '112132.750000', '112133.210000', '112133.670000', '112134.130000', '112134.590000', '112135.050000', '112135.510000', '112135.970000', '112136.430000', '112136.890000', '112137.350000', '112137.810000', '112138.270000', '112138.730000', '112139.190000', '112139.650000', '112140.110000', '112140.570000', '112141.030000', '112141.490000', '112141.950000', '112142.410000', '112142.870000', '112143.330000', '112143.790000', '112144.250000', '112144.710000', '112145.170000', '112145.630000', '112146.090000', '112146.550000', '112147.010000', '112147.470000', '112147.930000', '112148.390000', '112148.850000', '112149.310000', '112149.770000', '112150.230000', '112150.690000', '112151.150000', '112151.610000', '112152.070000', '112152.530000', '112152.990000', '112153.450000', '112153.910000', '112154.370000', '112154.830000', '112155.290000', '112155.750000', '112156.210000', '112156.670000', '112157.130000', '112157.590000', '112158.050000', '112158.510000', '112158.970000', '112159.430000', '112159.890000', '112200.350000', '112200.810000', '112201.270000', '112201.730000', '112202.190000', '112202.650000', '112203.110000', '112203.570000', '112204.030000', '112204.490000', '112204.950000', '112205.410000', '112205.870000', '112206.330000', '112206.790000', '112207.250000', '112207.710000', '112208.170000', '112208.630000', '112209.090000', '112209.550000', '112210.010000', '112210.470000', '112210.930000', '112211.390000', '112211.850000', '112212.310000', '112212.770000', '112213.230000', '112213.690000', '112214.150000', '112214.610000', '112215.070000', '112215.530000', '112215.990000', '112216.450000', '112216.910000', '112217.370000', '112217.830000', '112218.290000', '112218.750000', '112219.210000', '112219.670000', '112220.130000', '112220.590000', '112221.050000', '112221.510000', '112221.970000', '112222.430000', '112222.890000', '112223.350000', '112223.810000', '112224.270000', '112224.730000', '112225.190000', '112225.650000', '112226.110000', '112226.570000', '112227.030000', '112227.490000', '112227.950000', '112228.410000', '112228.870000', '112229.330000', '112229.790000', '112230.250000', '112230.710000', '112231.170000', '112231.630000', '112232.090000', '112232.550000', '112233.010000', '112233.470000', '112233.930000', '112234.390000', '112234.850000', '112235.310000', '112235.770000', '112236.230000', '112236.690000', '112237.150000', '112237.610000', '112238.070000', '112238.530000', '112238.990000', '112239.450000', '112239.910000', '112240.370000', '112240.830000', '112241.290000', '112241.750000', '112242.210000', '112242.670000', '112243.130000', '112243.590000', '112244.050000', '112244.510000', '112244.970000', '112245.430000', '112245.890000', '112246.350000', '112246.810000', '112247.270000', '112247.730000', '112248.190000', '112248.650000', '112249.110000', '112249.570000', '112250.030000', '112250.490000', '112250.950000', '112251.410000', '112251.870000', '112252.330000', '112252.790000', '112253.250000', '112253.710000', '112254.170000', '112254.630000', '112255.090000', '112255.550000', '112256.010000', '112256.470000', '112256.930000', '112257.390000', '112257.850000', '112258.310000', '112258.770000', '112259.230000', '112259.690000', '112300.150000', '112300.610000', '112301.070000', '112301.530000', '112301.990000', '112302.450000', '112302.910000', '112303.370000', '112303.830000', '112304.290000', '112304.750000', '112305.210000', '112305.670000', '112306.130000', '112306.590000', '112307.050000', '112307.510000', '112307.970000', '112308.430000', '112308.890000', '112309.350000', '112309.810000', '112310.270000', '112310.730000', '112311.190000', '112311.650000', '112312.110000', '112312.570000', '112313.030000', '112313.490000', '112313.950000', '112314.410000', '112314.870000', '112315.330000', '112315.790000', '112316.250000', '112316.710000', '112317.170000', '112317.630000', '112318.090000', '112318.550000', '112319.010000', '112319.470000', '112319.930000', '112320.390000', '112320.850000', '112321.310000', '112321.770000', '112322.230000', '112322.690000', '112323.150000', '112323.610000', '112324.070000', '112324.530000', '112324.990000', '112325.450000', '112325.910000', '112326.370000', '112326.830000', '112327.290000', '112327.750000', '112328.210000', '112328.670000', '112329.130000', '112329.590000', '112330.050000', '112330.510000', '112330.970000', '112331.430000', '112331.890000', '112332.350000', '112332.810000', '112333.270000', '112333.730000', '112334.190000', '112334.650000', '112335.110000', '112335.570000', '112336.030000', '112336.490000', '112336.950000', '112337.410000', '112337.870000', '112338.330000', '112338.790000', '112339.250000', '112339.710000', '112340.170000', '112340.630000', '112341.090000', '112341.550000', '112342.010000', '112342.470000', '112342.930000', '112343.390000', '112343.850000', '112344.310000', '112344.770000', '112345.230000', '112345.690000', '112346.150000', '112346.610000', '112347.070000', '112347.530000', '112347.990000', '112348.450000', '112348.910000', '112349.370000', '112349.830000', '112350.290000', '112350.750000', '112351.210000', '112351.670000', '112352.130000', '112352.590000', '112353.050000', '112353.510000', '112353.970000', '112354.430000', '112354.890000', '112355.350000', '112355.810000', '112356.270000', '112356.730000', '112357.190000', '112357.650000', '112358.110000', '112358.570000', '112359.030000', '112359.490000', '112359.950000', '112400.410000', '112400.870000', '112401.330000', '112401.790000', '112402.250000', '112402.710000', '112403.170000', '112403.630000', '112404.090000', '112404.550000', '112405.010000', '112405.470000', '112405.930000', '112406.390000', '112406.850000', '112407.310000', '112407.770000', '112408.230000', '112408.690000', '112409.150000', '112409.610000', '112410.070000', '112410.530000', '112410.990000', '112411.450000', '112411.910000', '112412.370000', '112412.830000', '112413.290000', '112413.750000', '112414.210000', '112414.670000', '112415.130000', '112415.590000', '112416.050000', '112416.510000', '112416.970000', '112417.430000', '112417.890000', '112418.350000', '112418.810000', '112419.270000', '112419.730000', '112420.190000', '112420.650000', '112421.110000', '112421.570000', '112422.030000', '112422.490000', '112422.950000', '112423.410000', '112423.870000', '112424.330000', '112424.790000', '112425.250000', '112425.710000', '112426.170000', '112426.630000', '112427.090000', '112427.550000', '112428.010000', '112428.470000', '112428.930000', '112429.390000', '112429.850000', '112430.310000', '112430.770000', '112431.230000', '112431.690000', '112432.150000', '112432.610000', '112433.070000', '112433.530000', '112433.990000', '112434.450000', '112434.910000', '112435.370000', '112435.830000', '112436.290000', '112436.750000', '112437.210000', '112437.670000', '112438.130000', '112438.590000', '112439.050000', '112439.510000', '112439.970000', '112440.430000', '112440.890000', '112441.350000', '112441.810000', '112442.270000', '112442.730000', '112443.190000', '112443.650000', '112444.110000', '112444.570000', '112445.030000', '112445.490000', '112445.950000', '112446.410000', '112446.870000', '112447.330000', '112447.790000', '112448.250000', '112448.710000', '112449.170000', '112449.630000', '112450.090000', '112450.550000', '112451.010000', '112451.470000', '112451.930000', '112452.390000', '112452.850000', '112453.310000', '112453.770000', '112454.230000', '112454.690000', '112455.150000', '112455.610000', '112456.070000', '112456.530000', '112456.990000', '112457.450000', '112457.910000', '112458.370000', '112458.830000', '112459.290000', '112459.750000', '112500.210000', '112500.670000', '112501.130000', '112501.590000', '112502.050000', '112502.510000', '112502.970000', '112503.430000', '112503.890000', '112504.350000', '112504.810000', '112505.270000', '112505.730000', '112506.190000', '112506.650000', '112507.110000', '112507.570000', '112508.030000', '112508.490000', '112508.950000', '112509.410000', '112509.870000', '112510.330000', '112510.790000', '112511.250000', '112511.710000', '112512.170000', '112512.630000', '112513.090000', '112513.550000', '112514.010000', '112514.470000', '112514.930000', '112515.390000', '112515.850000', '112516.310000', '112516.770000', '112517.230000', '112517.690000', '112518.150000', '112518.610000', '112519.070000', '112519.530000', '112519.990000', '112520.450000', '112520.910000', '112521.370000', '112521.830000', '112522.290000', '112522.750000', '112523.210000', '112523.670000', '112524.130000', '112524.590000', '112525.050000', '112525.510000', '112525.970000', '112526.430000', '112526.890000', '112527.350000', '112527.810000', '112528.270000', '112528.730000', '112529.190000', '112529.650000', '112530.110000', '112530.570000', '112531.030000', '112531.490000', '112531.950000', '112532.410000', '112532.870000', '112533.330000', '112533.790000', '112534.250000'], 'ContentTime': ['111707.305000', '111707.319000', '111707.322000', '111707.324000', '111707.327000', '111707.330000', '111707.332000', '111707.335000', '111707.337000', '111707.340000', '111707.342000', '111707.345000', '111707.347000', '111707.350000', '111707.353000', '111707.355000', '111707.358000', '111707.360000', '111707.363000', '111707.365000', '111707.368000', '111707.370000', '111707.373000', '111707.376000', '111707.378000', '111707.381000', '111707.383000', '111707.386000', '111707.388000', '111707.391000', '111707.393000', '111707.396000', '111707.404000', '111707.406000', '111707.409000', '111707.411000', '111707.414000', '111707.417000', '111707.419000', '111707.422000', '111707.424000', '111707.427000', '111707.429000', '111707.432000', '111707.434000', '111707.437000', '111707.439000', '111707.442000', '111707.445000', '111707.447000', '111707.450000', '111707.452000', '111727.255000', '111727.258000', '111727.261000', '111727.264000', '111727.266000', '111727.269000', '111727.271000', '111727.274000', '111727.277000', '111727.279000', '111727.282000', '111727.284000', '111727.287000', '111727.289000', '111727.292000', '111727.294000', '111727.302000', '111727.305000', '111727.308000', '111727.310000', '111727.313000', '111727.315000', '111727.318000', '111727.321000', '111727.323000', '111727.326000', '111727.328000', '111727.331000', '111727.333000', '111727.336000', '111727.338000', '111727.341000', '111727.344000', '111727.346000', '111727.349000', '111727.351000', '111727.354000', '111727.356000', '111727.359000', '111727.361000', '111727.364000', '111727.367000', '111727.369000', '111727.372000', '111747.256000', '111747.258000', '111747.261000', '111747.264000', '111747.266000', '111747.269000', '111747.271000', '111747.274000', '111747.277000', '111747.279000', '111747.282000', '111747.284000', '111747.287000', '111747.290000', '111747.293000', '111747.296000', '111747.299000', '111747.306000', '111747.309000', '111747.312000', '111747.314000', '111747.317000', '111747.319000', '111747.322000', '111747.324000', '111747.327000', '111747.330000', '111747.332000', '111747.335000', '111747.338000', '111747.341000', '111747.344000', '111747.346000', '111747.349000', '111747.351000', '111747.354000', '111747.356000', '111747.359000', '111747.362000', '111747.364000', '111747.367000', '111747.369000', '111747.372000', '111807.255000', '111807.258000', '111807.261000', '111807.264000', '111807.266000', '111807.269000', '111807.271000', '111807.274000', '111807.276000', '111807.279000', '111807.282000', '111807.284000', '111807.287000', '111807.289000', '111807.292000', '111807.294000', '111807.297000', '111807.300000', '111807.302000', '111807.309000', '111807.311000', '111807.314000', '111807.316000', '111807.319000', '111807.321000', '111807.324000', '111807.326000', '111807.329000', '111807.332000', '111807.334000', '111807.367000', '111807.369000', '111807.372000', '111807.374000', '111807.377000', '111807.379000', '111807.382000', '111807.385000', '111807.387000', '111807.390000', '111807.392000', '111807.395000', '111807.397000', '111807.400000', '111827.256000', '111827.258000', '111827.261000', '111827.264000', '111827.266000', '111827.269000', '111827.271000', '111827.274000', '111827.276000', '111827.279000', '111827.282000', '111827.284000', '111827.287000', '111827.289000', '111827.292000', '111827.295000', '111827.297000', '111827.300000', '111827.302000', '111827.305000', '111827.308000', '111827.311000', '111827.314000', '111827.317000', '111827.320000', '111827.322000', '111827.325000', '111827.327000', '111827.330000', '111827.333000', '111827.335000', '111827.338000', '111827.340000', '111827.343000', '111827.345000', '111827.348000', '111827.351000', '111827.353000', '111827.356000', '111827.358000', '111827.361000', '111827.363000', '111827.366000', '111847.257000', '111847.259000', '111847.262000', '111847.265000', '111847.267000', '111847.270000', '111847.272000', '111847.275000', '111847.277000', '111847.280000', '111847.283000', '111847.285000', '111847.288000', '111847.290000', '111847.293000', '111847.296000', '111847.298000', '111847.301000', '111847.303000', '111847.306000', '111847.308000', '111847.311000', '111847.313000', '111847.316000', '111847.319000', '111847.321000', '111847.324000', '111847.326000', '111847.329000', '111847.331000', '111847.334000', '111847.337000', '111847.339000', '111847.342000', '111847.344000', '111847.347000', '111847.349000', '111847.352000', '111847.354000', '111847.357000', '111847.360000', '111847.362000', '111847.365000', '111847.367000', '111907.256000', '111907.259000', '111907.262000', '111907.265000', '111907.267000', '111907.270000', '111907.272000', '111907.275000', '111907.277000', '111907.280000', '111907.283000', '111907.285000', '111907.288000', '111907.290000', '111907.293000', '111907.296000', '111907.298000', '111907.301000', '111907.303000', '111907.306000', '111907.309000', '111907.311000', '111907.314000', '111907.317000', '111907.320000', '111907.323000', '111907.326000', '111907.328000', '111907.331000', '111907.334000', '111907.336000', '111907.339000', '111907.341000', '111907.344000', '111907.346000', '111907.349000', '111907.352000', '111907.354000', '111907.357000', '111907.359000', '111907.362000', '111907.364000', '111907.367000', '111927.256000', '111927.259000', '111927.262000', '111927.264000', '111927.267000', '111927.270000', '111927.272000', '111927.275000', '111927.277000', '111927.280000', '111927.282000', '111927.285000', '111927.288000', '111927.290000', '111927.293000', '111927.296000', '111927.298000', '111927.301000', '111927.303000', '111927.306000', '111927.308000', '111927.311000', '111927.314000', '111927.316000', '111927.319000', '111927.321000', '111927.324000', '111927.327000', '111927.329000', '111927.332000', '111927.334000', '111927.337000', '111927.340000', '111927.352000', '111927.355000', '111927.358000', '111927.360000', '111927.363000', '111927.365000', '111927.368000', '111927.371000', '111927.373000', '111927.376000', '111927.378000', '111947.255000', '111947.258000', '111947.261000', '111947.264000', '111947.266000', '111947.269000', '111947.271000', '111947.274000', '111947.277000', '111947.279000', '111947.282000', '111947.293000', '111947.295000', '111947.298000', '111947.300000', '111947.303000', '111947.306000', '111947.308000', '111947.311000', '111947.314000', '111947.316000', '111947.319000', '111947.321000', '111947.324000', '111947.327000', '111947.329000', '111947.332000', '111947.334000', '111947.337000', '111947.340000', '111947.342000', '111947.345000', '111947.348000', '111947.350000', '111947.353000', '111947.356000', '111947.358000', '111947.361000', '111947.363000', '111947.366000', '111947.369000', '111947.371000', '111947.374000', '112007.256000', '112007.258000', '112007.261000', '112007.264000', '112007.266000', '112007.269000', '112007.271000', '112007.274000', '112007.277000', '112007.279000', '112007.282000', '112007.284000', '112007.287000', '112007.290000', '112007.292000', '112007.295000', '112007.298000', '112007.300000', '112007.303000', '112007.305000', '112007.308000', '112007.310000', '112007.313000', '112007.316000', '112007.318000', '112007.321000', '112007.324000', '112007.326000', '112007.329000', '112007.331000', '112007.334000', '112007.337000', '112007.339000', '112007.342000', '112007.344000', '112007.347000', '112007.350000', '112007.352000', '112007.355000', '112007.357000', '112007.360000', '112007.363000', '112007.365000', '112007.368000', '112027.256000', '112027.259000', '112027.261000', '112027.264000', '112027.266000', '112027.269000', '112027.272000', '112027.274000', '112027.277000', '112027.279000', '112027.282000', '112027.285000', '112027.287000', '112027.290000', '112027.292000', '112027.295000', '112027.297000', '112027.300000', '112027.303000', '112027.305000', '112027.308000', '112027.311000', '112027.313000', '112027.316000', '112027.318000', '112027.321000', '112027.324000', '112027.326000', '112027.329000', '112027.331000', '112027.334000', '112027.337000', '112027.339000', '112027.342000', '112027.344000', '112027.347000', '112027.350000', '112027.352000', '112027.355000', '112027.357000', '112027.360000', '112027.363000', '112027.365000', '112047.255000', '112047.258000', '112047.261000', '112047.264000', '112047.266000', '112047.269000', '112047.271000', '112047.274000', '112047.276000', '112047.279000', '112047.282000', '112047.284000', '112047.287000', '112047.290000', '112047.292000', '112047.295000', '112047.297000', '112047.300000', '112047.302000', '112047.305000', '112047.308000', '112047.310000', '112047.313000', '112047.315000', '112047.318000', '112047.321000', '112047.323000', '112047.326000', '112047.328000', '112047.331000', '112047.334000', '112047.336000', '112047.339000', '112047.341000', '112047.344000', '112047.347000', '112047.349000', '112047.352000', '112047.354000', '112047.357000', '112047.360000', '112047.362000', '112047.365000', '112047.367000', '112107.257000', '112107.259000', '112107.262000', '112107.265000', '112107.267000', '112107.270000', '112107.272000', '112107.275000', '112107.278000', '112107.280000', '112107.283000', '112107.285000', '112107.288000', '112107.291000', '112107.293000', '112107.296000', '112107.298000', '112107.301000', '112107.304000', '112107.306000', '112107.309000', '112107.311000', '112107.314000', '112107.317000', '112107.319000', '112107.322000', '112107.324000', '112107.327000', '112107.329000', '112107.332000', '112107.335000', '112107.337000', '112107.340000', '112107.342000', '112107.345000', '112107.348000', '112107.360000', '112107.363000', '112107.366000', '112107.369000', '112107.371000', '112107.374000', '112107.377000', '112127.256000', '112127.259000', '112127.262000', '112127.265000', '112127.267000', '112127.270000', '112127.272000', '112127.275000', '112127.278000', '112127.280000', '112127.283000', '112127.286000', '112127.288000', '112127.291000', '112127.293000', '112127.296000', '112127.298000', '112127.301000', '112127.304000', '112127.306000', '112127.309000', '112127.312000', '112127.314000', '112127.317000', '112127.319000', '112127.322000', '112127.324000', '112127.327000', '112127.330000', '112127.332000', '112127.335000', '112127.337000', '112127.340000', '112127.342000', '112127.345000', '112127.348000', '112127.350000', '112127.353000', '112127.355000', '112127.358000', '112127.361000', '112127.363000', '112127.366000', '112127.368000', '112147.257000', '112147.260000', '112147.262000', '112147.265000', '112147.268000', '112147.270000', '112147.273000', '112147.276000', '112147.278000', '112147.281000', '112147.284000', '112147.286000', '112147.289000', '112147.292000', '112147.294000', '112147.297000', '112147.300000', '112147.302000', '112147.305000', '112147.307000', '112147.310000', '112147.313000', '112147.315000', '112147.318000', '112147.321000', '112147.323000', '112147.326000', '112147.329000', '112147.331000', '112147.334000', '112147.336000', '112147.339000', '112147.342000', '112147.344000', '112147.347000', '112147.350000', '112147.352000', '112147.355000', '112147.358000', '112147.360000', '112147.363000', '112147.366000', '112147.368000', '112207.256000', '112207.259000', '112207.261000', '112207.264000', '112207.266000', '112207.269000', '112207.272000', '112207.274000', '112207.277000', '112207.279000', '112207.289000', '112207.291000', '112207.296000', '112207.299000', '112207.301000', '112207.304000', '112207.306000', '112207.309000', '112207.312000', '112207.314000', '112207.317000', '112207.320000', '112207.322000', '112207.325000', '112207.327000', '112207.330000', '112207.332000', '112207.335000', '112207.338000', '112207.340000', '112207.343000', '112207.345000', '112207.348000', '112207.350000', '112207.353000', '112207.356000', '112207.358000', '112207.361000', '112207.364000', '112207.366000', '112207.369000', '112207.371000', '112207.374000', '112207.376000', '112227.256000', '112227.258000', '112227.261000', '112227.264000', '112227.266000', '112227.269000', '112227.272000', '112227.274000', '112227.277000', '112227.279000', '112227.282000', '112227.284000', '112227.287000', '112227.290000', '112227.292000', '112227.295000', '112227.297000', '112227.300000', '112227.303000', '112227.305000', '112227.308000', '112227.310000', '112227.313000', '112227.315000', '112227.318000', '112227.320000', '112227.323000', '112227.326000', '112227.328000', '112227.331000', '112227.333000', '112227.336000', '112227.339000', '112227.341000', '112227.344000', '112227.346000', '112227.349000', '112227.351000', '112227.354000', '112227.356000', '112227.359000', '112227.362000', '112227.364000', '112247.257000', '112247.260000', '112247.262000', '112247.276000', '112247.278000', '112247.281000', '112247.284000', '112247.286000', '112247.289000', '112247.291000', '112247.294000', '112247.297000', '112247.299000', '112247.302000', '112247.304000', '112247.307000', '112247.309000', '112247.312000', '112247.315000', '112247.317000', '112247.320000', '112247.323000', '112247.325000', '112247.328000', '112247.330000', '112247.333000', '112247.335000', '112247.338000', '112247.341000', '112247.343000', '112247.346000', '112247.348000', '112247.351000', '112247.354000', '112247.356000', '112247.359000', '112247.361000', '112247.364000', '112247.366000', '112247.369000', '112247.372000', '112247.374000', '112247.377000', '112247.379000', '112307.256000', '112307.259000', '112307.261000', '112307.264000', '112307.266000', '112307.269000', '112307.272000', '112307.274000', '112307.277000', '112307.279000', '112307.282000', '112307.285000', '112307.287000', '112307.290000', '112307.292000', '112307.295000', '112307.298000', '112307.300000', '112307.303000', '112307.305000', '112307.308000', '112307.311000', '112307.313000', '112307.316000', '112307.318000', '112307.321000', '112307.324000', '112307.326000', '112307.329000', '112307.331000', '112307.334000', '112307.337000', '112307.339000', '112307.342000', '112307.344000', '112307.347000', '112307.350000', '112307.352000', '112307.355000', '112307.357000', '112307.361000', '112307.364000', '112307.366000', '112327.256000', '112327.259000', '112327.262000', '112327.265000', '112327.267000', '112327.270000', '112327.273000', '112327.276000', '112327.278000', '112327.281000', '112327.284000', '112327.286000', '112327.289000', '112327.291000', '112327.294000', '112327.296000', '112327.299000', '112327.302000', '112327.304000', '112327.307000', '112327.310000', '112327.312000', '112327.315000', '112327.317000', '112327.320000', '112327.322000', '112327.325000', '112327.328000', '112327.330000', '112327.333000', '112327.335000', '112327.338000', '112327.341000', '112327.343000', '112327.346000', '112327.348000', '112327.351000', '112327.353000', '112327.356000', '112327.359000', '112327.361000', '112327.364000', '112327.366000', '112347.256000', '112347.259000', '112347.262000', '112347.265000', '112347.267000', '112347.270000', '112347.273000', '112347.275000', '112347.278000', '112347.280000', '112347.283000', '112347.285000', '112347.288000', '112347.291000', '112347.293000', '112347.296000', '112347.298000', '112347.301000', '112347.304000', '112347.306000', '112347.309000', '112347.311000', '112347.314000', '112347.316000', '112347.319000', '112347.322000', '112347.324000', '112347.327000', '112347.329000', '112347.332000', '112347.335000', '112347.337000', '112347.340000', '112347.342000', '112347.345000', '112347.347000', '112347.350000', '112347.353000', '112347.355000', '112347.358000', '112347.360000', '112347.363000', '112347.365000', '112347.368000', '112407.256000', '112407.259000', '112407.262000', '112407.265000', '112407.267000', '112407.270000', '112407.272000', '112407.275000', '112407.278000', '112407.280000', '112407.283000', '112407.286000', '112407.289000', '112407.291000', '112407.303000', '112407.306000', '112407.308000', '112407.311000', '112407.314000', '112407.316000', '112407.319000', '112407.321000', '112407.324000', '112407.326000', '112407.329000', '112407.332000', '112407.334000', '112407.337000', '112407.339000', '112407.342000', '112407.345000', '112407.347000', '112407.350000', '112407.352000', '112407.355000', '112407.357000', '112407.360000', '112407.363000', '112407.365000', '112407.368000', '112407.370000', '112407.373000', '112407.376000', '112427.256000', '112427.258000', '112427.261000', '112427.264000', '112427.266000', '112427.269000', '112427.271000', '112427.274000', '112427.277000', '112427.279000', '112427.282000', '112427.284000', '112427.287000', '112427.289000', '112427.292000', '112427.295000', '112427.297000', '112427.300000', '112427.302000', '112427.305000', '112427.308000', '112427.310000', '112427.313000', '112427.315000', '112427.318000', '112427.320000', '112427.323000', '112427.326000', '112427.328000', '112427.331000', '112427.334000', '112427.336000', '112427.339000', '112427.341000', '112427.344000', '112427.346000', '112427.349000', '112427.352000', '112427.354000', '112427.357000', '112427.359000', '112427.362000', '112427.365000', '112427.367000', '112447.256000', '112447.258000', '112447.261000', '112447.264000', '112447.266000', '112447.269000', '112447.271000', '112447.274000', '112447.276000', '112447.279000', '112447.282000', '112447.284000', '112447.287000', '112447.290000', '112447.292000', '112447.295000', '112447.297000', '112447.300000', '112447.302000', '112447.305000', '112447.308000', '112447.310000', '112447.315000', '112447.317000', '112447.320000', '112447.323000', '112447.325000', '112447.328000', '112447.331000', '112447.333000', '112447.336000', '112447.338000', '112447.341000', '112447.343000', '112447.346000', '112447.349000', '112447.351000', '112447.354000', '112447.356000', '112447.359000', '112447.361000', '112447.364000', '112447.367000', '112447.369000', '112507.256000', '112507.258000', '112507.261000', '112507.264000', '112507.266000', '112507.269000', '112507.271000', '112507.274000', '112507.277000', '112507.279000', '112507.282000', '112507.284000', '112507.287000', '112507.290000', '112507.292000', '112507.295000', '112507.297000', '112507.300000', '112507.303000', '112507.305000', '112507.308000', '112507.310000', '112507.313000', '112507.316000', '112507.318000', '112507.321000', '112507.323000', '112507.326000', '112507.329000', '112507.331000', '112507.334000', '112507.336000', '112507.339000', '112507.342000', '112507.344000', '112507.347000', '112507.349000', '112507.352000', '112507.354000', '112507.357000', '112507.360000', '112507.362000', '112507.365000', '112527.257000', '112527.260000', '112527.262000', '112527.265000', '112527.267000', '112527.270000', '112527.273000', '112527.275000', '112527.278000', '112527.280000', '112527.283000', '112527.304000', '112527.306000', '112527.309000', '112527.312000', '112527.314000', '112527.317000', '112527.320000', '112527.322000', '112527.325000', '112527.327000', '112527.330000', '112527.332000', '112527.335000', '112527.338000', '112527.341000', '112527.344000', '112527.346000', '112527.349000', '112527.351000', '112527.354000', '112527.357000', '112527.359000', '112527.362000', '112527.364000', '112527.367000', '112527.369000', '112527.372000', '112527.375000', '112527.377000', '112527.380000', '112527.383000', '112527.385000', '112535.566000', '112535.569000', '112535.572000', '112535.575000', '112535.577000', '112535.580000', '112535.583000', '112535.585000', '112535.588000', '112535.590000', '112535.593000', '112535.596000', '112535.599000', '112535.602000', '112535.604000', '112535.607000', '112535.610000', '112535.612000', '112535.615000'], 'InstanceCreationTime': ['111707.305000', '111707.319000', '111707.322000', '111707.324000', '111707.327000', '111707.330000', '111707.332000', '111707.335000', '111707.337000', '111707.340000', '111707.342000', '111707.345000', '111707.347000', '111707.350000', '111707.353000', '111707.355000', '111707.358000', '111707.360000', '111707.363000', '111707.365000', '111707.368000', '111707.370000', '111707.373000', '111707.376000', '111707.378000', '111707.381000', '111707.383000', '111707.386000', '111707.388000', '111707.391000', '111707.393000', '111707.396000', '111707.404000', '111707.406000', '111707.409000', '111707.411000', '111707.414000', '111707.417000', '111707.419000', '111707.422000', '111707.424000', '111707.427000', '111707.429000', '111707.432000', '111707.434000', '111707.437000', '111707.439000', '111707.442000', '111707.445000', '111707.447000', '111707.450000', '111707.452000', '111727.255000', '111727.258000', '111727.261000', '111727.264000', '111727.266000', '111727.269000', '111727.271000', '111727.274000', '111727.277000', '111727.279000', '111727.282000', '111727.284000', '111727.287000', '111727.289000', '111727.292000', '111727.294000', '111727.302000', '111727.305000', '111727.308000', '111727.310000', '111727.313000', '111727.315000', '111727.318000', '111727.321000', '111727.323000', '111727.326000', '111727.328000', '111727.331000', '111727.333000', '111727.336000', '111727.338000', '111727.341000', '111727.344000', '111727.346000', '111727.349000', '111727.351000', '111727.354000', '111727.356000', '111727.359000', '111727.361000', '111727.364000', '111727.367000', '111727.369000', '111727.372000', '111747.256000', '111747.258000', '111747.261000', '111747.264000', '111747.266000', '111747.269000', '111747.271000', '111747.274000', '111747.277000', '111747.279000', '111747.282000', '111747.284000', '111747.287000', '111747.290000', '111747.293000', '111747.296000', '111747.299000', '111747.306000', '111747.309000', '111747.312000', '111747.314000', '111747.317000', '111747.319000', '111747.322000', '111747.324000', '111747.327000', '111747.330000', '111747.332000', '111747.335000', '111747.338000', '111747.341000', '111747.344000', '111747.346000', '111747.349000', '111747.351000', '111747.354000', '111747.356000', '111747.359000', '111747.362000', '111747.364000', '111747.367000', '111747.369000', '111747.372000', '111807.255000', '111807.258000', '111807.261000', '111807.264000', '111807.266000', '111807.269000', '111807.271000', '111807.274000', '111807.276000', '111807.279000', '111807.282000', '111807.284000', '111807.287000', '111807.289000', '111807.292000', '111807.294000', '111807.297000', '111807.300000', '111807.302000', '111807.309000', '111807.311000', '111807.314000', '111807.316000', '111807.319000', '111807.321000', '111807.324000', '111807.326000', '111807.329000', '111807.332000', '111807.334000', '111807.367000', '111807.369000', '111807.372000', '111807.374000', '111807.377000', '111807.379000', '111807.382000', '111807.385000', '111807.387000', '111807.390000', '111807.392000', '111807.395000', '111807.397000', '111807.400000', '111827.256000', '111827.258000', '111827.261000', '111827.264000', '111827.266000', '111827.269000', '111827.271000', '111827.274000', '111827.276000', '111827.279000', '111827.282000', '111827.284000', '111827.287000', '111827.289000', '111827.292000', '111827.295000', '111827.297000', '111827.300000', '111827.302000', '111827.305000', '111827.308000', '111827.311000', '111827.314000', '111827.317000', '111827.320000', '111827.322000', '111827.325000', '111827.327000', '111827.330000', '111827.333000', '111827.335000', '111827.338000', '111827.340000', '111827.343000', '111827.345000', '111827.348000', '111827.351000', '111827.353000', '111827.356000', '111827.358000', '111827.361000', '111827.363000', '111827.366000', '111847.257000', '111847.259000', '111847.262000', '111847.265000', '111847.267000', '111847.270000', '111847.272000', '111847.275000', '111847.277000', '111847.280000', '111847.283000', '111847.285000', '111847.288000', '111847.290000', '111847.293000', '111847.296000', '111847.298000', '111847.301000', '111847.303000', '111847.306000', '111847.308000', '111847.311000', '111847.313000', '111847.316000', '111847.319000', '111847.321000', '111847.324000', '111847.326000', '111847.329000', '111847.331000', '111847.334000', '111847.337000', '111847.339000', '111847.342000', '111847.344000', '111847.347000', '111847.349000', '111847.352000', '111847.354000', '111847.357000', '111847.360000', '111847.362000', '111847.365000', '111847.367000', '111907.256000', '111907.259000', '111907.262000', '111907.265000', '111907.267000', '111907.270000', '111907.272000', '111907.275000', '111907.277000', '111907.280000', '111907.283000', '111907.285000', '111907.288000', '111907.290000', '111907.293000', '111907.296000', '111907.298000', '111907.301000', '111907.303000', '111907.306000', '111907.309000', '111907.311000', '111907.314000', '111907.317000', '111907.320000', '111907.323000', '111907.326000', '111907.328000', '111907.331000', '111907.334000', '111907.336000', '111907.339000', '111907.341000', '111907.344000', '111907.346000', '111907.349000', '111907.352000', '111907.354000', '111907.357000', '111907.359000', '111907.362000', '111907.364000', '111907.367000', '111927.256000', '111927.259000', '111927.262000', '111927.264000', '111927.267000', '111927.270000', '111927.272000', '111927.275000', '111927.277000', '111927.280000', '111927.282000', '111927.285000', '111927.288000', '111927.290000', '111927.293000', '111927.296000', '111927.298000', '111927.301000', '111927.303000', '111927.306000', '111927.308000', '111927.311000', '111927.314000', '111927.316000', '111927.319000', '111927.321000', '111927.324000', '111927.327000', '111927.329000', '111927.332000', '111927.334000', '111927.337000', '111927.340000', '111927.352000', '111927.355000', '111927.358000', '111927.360000', '111927.363000', '111927.365000', '111927.368000', '111927.371000', '111927.373000', '111927.376000', '111927.378000', '111947.255000', '111947.258000', '111947.261000', '111947.264000', '111947.266000', '111947.269000', '111947.271000', '111947.274000', '111947.277000', '111947.279000', '111947.282000', '111947.293000', '111947.295000', '111947.298000', '111947.300000', '111947.303000', '111947.306000', '111947.308000', '111947.311000', '111947.314000', '111947.316000', '111947.319000', '111947.321000', '111947.324000', '111947.327000', '111947.329000', '111947.332000', '111947.334000', '111947.337000', '111947.340000', '111947.342000', '111947.345000', '111947.348000', '111947.350000', '111947.353000', '111947.356000', '111947.358000', '111947.361000', '111947.363000', '111947.366000', '111947.369000', '111947.371000', '111947.374000', '112007.256000', '112007.258000', '112007.261000', '112007.264000', '112007.266000', '112007.269000', '112007.271000', '112007.274000', '112007.277000', '112007.279000', '112007.282000', '112007.284000', '112007.287000', '112007.290000', '112007.292000', '112007.295000', '112007.298000', '112007.300000', '112007.303000', '112007.305000', '112007.308000', '112007.310000', '112007.313000', '112007.316000', '112007.318000', '112007.321000', '112007.324000', '112007.326000', '112007.329000', '112007.331000', '112007.334000', '112007.337000', '112007.339000', '112007.342000', '112007.344000', '112007.347000', '112007.350000', '112007.352000', '112007.355000', '112007.357000', '112007.360000', '112007.363000', '112007.365000', '112007.368000', '112027.256000', '112027.259000', '112027.261000', '112027.264000', '112027.266000', '112027.269000', '112027.272000', '112027.274000', '112027.277000', '112027.279000', '112027.282000', '112027.285000', '112027.287000', '112027.290000', '112027.292000', '112027.295000', '112027.297000', '112027.300000', '112027.303000', '112027.305000', '112027.308000', '112027.311000', '112027.313000', '112027.316000', '112027.318000', '112027.321000', '112027.324000', '112027.326000', '112027.329000', '112027.331000', '112027.334000', '112027.337000', '112027.339000', '112027.342000', '112027.344000', '112027.347000', '112027.350000', '112027.352000', '112027.355000', '112027.357000', '112027.360000', '112027.363000', '112027.365000', '112047.255000', '112047.258000', '112047.261000', '112047.264000', '112047.266000', '112047.269000', '112047.271000', '112047.274000', '112047.276000', '112047.279000', '112047.282000', '112047.284000', '112047.287000', '112047.290000', '112047.292000', '112047.295000', '112047.297000', '112047.300000', '112047.302000', '112047.305000', '112047.308000', '112047.310000', '112047.313000', '112047.315000', '112047.318000', '112047.321000', '112047.323000', '112047.326000', '112047.328000', '112047.331000', '112047.334000', '112047.336000', '112047.339000', '112047.341000', '112047.344000', '112047.347000', '112047.349000', '112047.352000', '112047.354000', '112047.357000', '112047.360000', '112047.362000', '112047.365000', '112047.367000', '112107.257000', '112107.259000', '112107.262000', '112107.265000', '112107.267000', '112107.270000', '112107.272000', '112107.275000', '112107.278000', '112107.280000', '112107.283000', '112107.285000', '112107.288000', '112107.291000', '112107.293000', '112107.296000', '112107.298000', '112107.301000', '112107.304000', '112107.306000', '112107.309000', '112107.311000', '112107.314000', '112107.317000', '112107.319000', '112107.322000', '112107.324000', '112107.327000', '112107.329000', '112107.332000', '112107.335000', '112107.337000', '112107.340000', '112107.342000', '112107.345000', '112107.348000', '112107.360000', '112107.363000', '112107.366000', '112107.369000', '112107.371000', '112107.374000', '112107.377000', '112127.256000', '112127.259000', '112127.262000', '112127.265000', '112127.267000', '112127.270000', '112127.272000', '112127.275000', '112127.278000', '112127.280000', '112127.283000', '112127.286000', '112127.288000', '112127.291000', '112127.293000', '112127.296000', '112127.298000', '112127.301000', '112127.304000', '112127.306000', '112127.309000', '112127.312000', '112127.314000', '112127.317000', '112127.319000', '112127.322000', '112127.324000', '112127.327000', '112127.330000', '112127.332000', '112127.335000', '112127.337000', '112127.340000', '112127.342000', '112127.345000', '112127.348000', '112127.350000', '112127.353000', '112127.355000', '112127.358000', '112127.361000', '112127.363000', '112127.366000', '112127.368000', '112147.257000', '112147.260000', '112147.262000', '112147.265000', '112147.268000', '112147.270000', '112147.273000', '112147.276000', '112147.278000', '112147.281000', '112147.284000', '112147.286000', '112147.289000', '112147.292000', '112147.294000', '112147.297000', '112147.300000', '112147.302000', '112147.305000', '112147.307000', '112147.310000', '112147.313000', '112147.315000', '112147.318000', '112147.321000', '112147.323000', '112147.326000', '112147.329000', '112147.331000', '112147.334000', '112147.336000', '112147.339000', '112147.342000', '112147.344000', '112147.347000', '112147.350000', '112147.352000', '112147.355000', '112147.358000', '112147.360000', '112147.363000', '112147.366000', '112147.368000', '112207.256000', '112207.259000', '112207.261000', '112207.264000', '112207.266000', '112207.269000', '112207.272000', '112207.274000', '112207.277000', '112207.279000', '112207.289000', '112207.291000', '112207.296000', '112207.299000', '112207.301000', '112207.304000', '112207.306000', '112207.309000', '112207.312000', '112207.314000', '112207.317000', '112207.320000', '112207.322000', '112207.325000', '112207.327000', '112207.330000', '112207.332000', '112207.335000', '112207.338000', '112207.340000', '112207.343000', '112207.345000', '112207.348000', '112207.350000', '112207.353000', '112207.356000', '112207.358000', '112207.361000', '112207.364000', '112207.366000', '112207.369000', '112207.371000', '112207.374000', '112207.376000', '112227.256000', '112227.258000', '112227.261000', '112227.264000', '112227.266000', '112227.269000', '112227.272000', '112227.274000', '112227.277000', '112227.279000', '112227.282000', '112227.284000', '112227.287000', '112227.290000', '112227.292000', '112227.295000', '112227.297000', '112227.300000', '112227.303000', '112227.305000', '112227.308000', '112227.310000', '112227.313000', '112227.315000', '112227.318000', '112227.320000', '112227.323000', '112227.326000', '112227.328000', '112227.331000', '112227.333000', '112227.336000', '112227.339000', '112227.341000', '112227.344000', '112227.346000', '112227.349000', '112227.351000', '112227.354000', '112227.356000', '112227.359000', '112227.362000', '112227.364000', '112247.257000', '112247.260000', '112247.262000', '112247.276000', '112247.278000', '112247.281000', '112247.284000', '112247.286000', '112247.289000', '112247.291000', '112247.294000', '112247.297000', '112247.299000', '112247.302000', '112247.304000', '112247.307000', '112247.309000', '112247.312000', '112247.315000', '112247.317000', '112247.320000', '112247.323000', '112247.325000', '112247.328000', '112247.330000', '112247.333000', '112247.335000', '112247.338000', '112247.341000', '112247.343000', '112247.346000', '112247.348000', '112247.351000', '112247.354000', '112247.356000', '112247.359000', '112247.361000', '112247.364000', '112247.366000', '112247.369000', '112247.372000', '112247.374000', '112247.377000', '112247.379000', '112307.256000', '112307.259000', '112307.261000', '112307.264000', '112307.266000', '112307.269000', '112307.272000', '112307.274000', '112307.277000', '112307.279000', '112307.282000', '112307.285000', '112307.287000', '112307.290000', '112307.292000', '112307.295000', '112307.298000', '112307.300000', '112307.303000', '112307.305000', '112307.308000', '112307.311000', '112307.313000', '112307.316000', '112307.318000', '112307.321000', '112307.324000', '112307.326000', '112307.329000', '112307.331000', '112307.334000', '112307.337000', '112307.339000', '112307.342000', '112307.344000', '112307.347000', '112307.350000', '112307.352000', '112307.355000', '112307.357000', '112307.361000', '112307.364000', '112307.366000', '112327.256000', '112327.259000', '112327.262000', '112327.265000', '112327.267000', '112327.270000', '112327.273000', '112327.276000', '112327.278000', '112327.281000', '112327.284000', '112327.286000', '112327.289000', '112327.291000', '112327.294000', '112327.296000', '112327.299000', '112327.302000', '112327.304000', '112327.307000', '112327.310000', '112327.312000', '112327.315000', '112327.317000', '112327.320000', '112327.322000', '112327.325000', '112327.328000', '112327.330000', '112327.333000', '112327.335000', '112327.338000', '112327.341000', '112327.343000', '112327.346000', '112327.348000', '112327.351000', '112327.353000', '112327.356000', '112327.359000', '112327.361000', '112327.364000', '112327.366000', '112347.256000', '112347.259000', '112347.262000', '112347.265000', '112347.267000', '112347.270000', '112347.273000', '112347.275000', '112347.278000', '112347.280000', '112347.283000', '112347.285000', '112347.288000', '112347.291000', '112347.293000', '112347.296000', '112347.298000', '112347.301000', '112347.304000', '112347.306000', '112347.309000', '112347.311000', '112347.314000', '112347.316000', '112347.319000', '112347.322000', '112347.324000', '112347.327000', '112347.329000', '112347.332000', '112347.335000', '112347.337000', '112347.340000', '112347.342000', '112347.345000', '112347.347000', '112347.350000', '112347.353000', '112347.355000', '112347.358000', '112347.360000', '112347.363000', '112347.365000', '112347.368000', '112407.256000', '112407.259000', '112407.262000', '112407.265000', '112407.267000', '112407.270000', '112407.272000', '112407.275000', '112407.278000', '112407.280000', '112407.283000', '112407.286000', '112407.289000', '112407.291000', '112407.303000', '112407.306000', '112407.308000', '112407.311000', '112407.314000', '112407.316000', '112407.319000', '112407.321000', '112407.324000', '112407.326000', '112407.329000', '112407.332000', '112407.334000', '112407.337000', '112407.339000', '112407.342000', '112407.345000', '112407.347000', '112407.350000', '112407.352000', '112407.355000', '112407.357000', '112407.360000', '112407.363000', '112407.365000', '112407.368000', '112407.370000', '112407.373000', '112407.376000', '112427.256000', '112427.258000', '112427.261000', '112427.264000', '112427.266000', '112427.269000', '112427.271000', '112427.274000', '112427.277000', '112427.279000', '112427.282000', '112427.284000', '112427.287000', '112427.289000', '112427.292000', '112427.295000', '112427.297000', '112427.300000', '112427.302000', '112427.305000', '112427.308000', '112427.310000', '112427.313000', '112427.315000', '112427.318000', '112427.320000', '112427.323000', '112427.326000', '112427.328000', '112427.331000', '112427.334000', '112427.336000', '112427.339000', '112427.341000', '112427.344000', '112427.346000', '112427.349000', '112427.352000', '112427.354000', '112427.357000', '112427.359000', '112427.362000', '112427.365000', '112427.367000', '112447.256000', '112447.258000', '112447.261000', '112447.264000', '112447.266000', '112447.269000', '112447.271000', '112447.274000', '112447.276000', '112447.279000', '112447.282000', '112447.284000', '112447.287000', '112447.290000', '112447.292000', '112447.295000', '112447.297000', '112447.300000', '112447.302000', '112447.305000', '112447.308000', '112447.310000', '112447.315000', '112447.317000', '112447.320000', '112447.323000', '112447.325000', '112447.328000', '112447.331000', '112447.333000', '112447.336000', '112447.338000', '112447.341000', '112447.343000', '112447.346000', '112447.349000', '112447.351000', '112447.354000', '112447.356000', '112447.359000', '112447.361000', '112447.364000', '112447.367000', '112447.369000', '112507.256000', '112507.258000', '112507.261000', '112507.264000', '112507.266000', '112507.269000', '112507.271000', '112507.274000', '112507.277000', '112507.279000', '112507.282000', '112507.284000', '112507.287000', '112507.290000', '112507.292000', '112507.295000', '112507.297000', '112507.300000', '112507.303000', '112507.305000', '112507.308000', '112507.310000', '112507.313000', '112507.316000', '112507.318000', '112507.321000', '112507.323000', '112507.326000', '112507.329000', '112507.331000', '112507.334000', '112507.336000', '112507.339000', '112507.342000', '112507.344000', '112507.347000', '112507.349000', '112507.352000', '112507.354000', '112507.357000', '112507.360000', '112507.362000', '112507.365000', '112527.257000', '112527.260000', '112527.262000', '112527.265000', '112527.267000', '112527.270000', '112527.273000', '112527.275000', '112527.278000', '112527.280000', '112527.283000', '112527.304000', '112527.306000', '112527.309000', '112527.312000', '112527.314000', '112527.317000', '112527.320000', '112527.322000', '112527.325000', '112527.327000', '112527.330000', '112527.332000', '112527.335000', '112527.338000', '112527.341000', '112527.344000', '112527.346000', '112527.349000', '112527.351000', '112527.354000', '112527.357000', '112527.359000', '112527.362000', '112527.364000', '112527.367000', '112527.369000', '112527.372000', '112527.375000', '112527.377000', '112527.380000', '112527.383000', '112527.385000', '112535.566000', '112535.569000', '112535.572000', '112535.575000', '112535.577000', '112535.580000', '112535.583000', '112535.585000', '112535.588000', '112535.590000', '112535.593000', '112535.596000', '112535.599000', '112535.602000', '112535.604000', '112535.607000', '112535.610000', '112535.612000', '112535.615000'], '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': [7403, 8201, 6983, 10955, 7059, 11288, 7104, 9919, 7460, 7969, 8933, 7415, 12882, 6827, 10567, 7152, 10389, 7443, 11818, 8716, 13561, 10450, 12377, 7915, 9232, 7316, 6962, 10414, 11709, 14671, 12104, 11700, 6965, 6596, 7163, 6920, 8536, 8153, 9076, 12341, 10392, 10851, 8936, 10131, 7851, 11279, 9070, 12171, 10148, 14399, 13069, 9027, 8321, 7324, 6888, 6723, 7350, 6758, 11194, 6982, 9923, 6968, 9265, 7167, 8933, 7057, 10314, 7879, 11129, 6943, 9429, 6932, 9155, 7248, 10231, 7943, 10389, 7018, 8712, 6803, 8071, 6817, 7215, 6920, 7139, 7148, 8464, 6729, 8455, 6983, 7366, 7258, 7472, 6756, 9785, 6972, 10178, 6915, 7075, 7120, 7315, 6967, 7463, 10579, 11174, 7094, 7248, 6727, 7172, 6722, 7063, 6868, 7334, 8291, 8987, 6775, 7079, 7139, 6896, 10419, 7469, 12731, 8795, 11966, 7797, 9021, 7088, 7021, 6999, 7515, 6963, 9111, 10737, 6995, 7926, 6829, 7134, 6929, 7248, 7730, 7017, 9985, 10042, 8698, 9617, 6920, 7443, 6830, 7709, 6971, 9955, 8429, 11965, 7480, 8441, 7242, 8980, 6994, 8456, 8212, 7733, 10429, 7253, 7636, 6815, 7550, 7075, 8445, 12572, 12722, 8676, 9077, 7951, 7451, 7072, 8282, 8926, 9557, 7595, 7122, 6837, 7047, 6663, 9762, 7019, 9773, 7251, 8288, 6996, 8697, 7040, 11645, 7257, 9662, 6845, 8630, 6925, 8331, 7835, 10057, 7431, 7243, 6935, 6966, 7018, 7278, 7965, 7474, 6750, 7126, 6632, 7226, 6819, 6865, 9998, 7212, 12428, 7803, 11122, 9259, 11090, 7188, 6685, 7200, 6946, 7228, 8140, 7576, 6907, 7044, 6638, 7060, 7374, 8155, 6769, 7509, 6815, 7078, 7298, 7375, 9400, 8888, 7490, 7166, 6611, 7191, 8260, 7130, 9865, 7758, 10675, 7122, 9747, 7052, 10096, 8233, 6780, 7648, 6726, 7219, 6700, 7545, 7773, 10971, 6939, 8461, 7278, 7815, 7077, 11064, 9269, 9714, 7850, 6968, 7215, 6888, 7800, 7133, 12276, 8116, 12147, 7319, 11441, 8111, 11723, 9956, 9187, 8305, 7776, 7243, 7026, 9507, 8883, 13854, 8224, 9499, 6867, 9575, 7043, 9162, 9512, 6999, 8075, 7020, 8423, 7128, 11679, 8446, 12205, 7526, 10835, 7687, 10629, 8637, 12278, 9915, 8303, 7905, 7062, 8201, 7095, 10837, 9570, 12517, 7667, 10511, 7377, 9968, 7961, 11460, 9390, 13197, 7224, 9527, 7191, 9431, 8046, 6684, 7511, 6953, 7322, 6755, 7250, 6908, 10844, 7052, 9944, 7106, 9630, 7117, 11175, 9168, 11606, 7329, 11568, 7128, 11846, 7605, 11681, 9061, 7582, 7063, 6881, 6902, 7185, 8382, 6875, 9881, 6927, 8476, 6865, 9625, 7534, 11623, 7662, 11413, 7190, 11736, 7686, 11890, 8940, 9471, 8760, 8208, 7250, 7079, 7544, 6990, 11386, 8031, 11464, 7342, 9650, 7013, 10363, 7981, 10991, 7962, 11719, 7204, 10354, 6977, 9520, 8153, 6777, 7133, 6960, 7410, 6735, 8990, 7104, 11464, 6819, 9831, 7048, 10073, 7787, 11115, 9708, 12647, 8487, 10864, 7197, 10266, 7905, 10648, 8770, 12579, 7180, 10108, 7086, 9823, 8102, 10261, 7200, 10383, 7044, 9418, 7133, 9347, 7426, 9892, 8682, 12559, 7935, 8664, 6900, 8192, 7322, 10019, 7118, 9370, 7062, 10028, 7218, 10611, 8999, 11237, 7327, 11501, 7053, 10132, 8020, 10270, 9834, 7970, 7231, 6775, 7849, 6806, 12764, 10391, 13507, 8960, 9659, 7166, 7807, 7249, 8630, 10482, 8012, 8175, 7422, 8749, 7239, 11092, 8904, 12864, 7295, 10915, 7070, 11115, 7992, 10980, 8271, 7725, 7087, 9063, 6962, 13335, 8408, 11541, 7393, 11949, 7299, 10278, 7910, 11313, 7344, 9365, 7156, 7908, 7323, 9277, 7706, 7110, 7247, 7310, 7166, 8190, 7189, 11369, 8778, 9331, 7581, 9074, 7546, 9017, 8078, 9262, 9466, 8418, 7519, 7238, 7364, 7030, 9772, 7084, 8012, 7111, 7430, 7200, 7743, 7019, 10217, 7177, 7945, 7131, 8003, 7148, 11126, 7225, 9543, 7476, 8919, 6972, 11466, 8548, 9569, 8233, 7674, 7374, 7088, 7233, 10462, 9277, 9529, 7331, 9139, 7020, 12187, 7899, 10144, 7235, 8391, 7000, 9278, 6991, 7478, 6959, 7082, 7206, 10447, 6964, 11983, 8516, 10619, 7550, 10468, 6977, 9916, 7606, 8926, 7141, 9467, 7354, 9204, 7047, 10742, 8295, 10461, 7357, 9344, 6996, 10754, 7944, 9837, 7038, 10874, 7186, 10507, 7982, 11493, 8648, 11457, 7399, 9701, 7184, 12751, 9691, 7770, 7555, 7111, 7357, 8401, 9036, 7437, 8024, 7181, 7264, 7180, 7653, 9066, 10985, 7821, 7938, 7049, 8250, 7064, 11615, 7676, 11145, 7252, 10017, 7323, 11830, 8978, 7433, 7326, 7125, 7218, 7603, 11096, 7654, 9473, 7763, 9557, 7499, 11805, 9918, 13350, 7825, 11769, 7327, 11515, 8950, 8088, 8857, 8431, 7852, 7430, 10798, 8727, 12530, 8091, 8839, 7158, 9056, 7295, 11159, 8487, 10688, 7598, 8514, 6895, 7894, 7180, 8958, 7120, 10495, 7090, 10182, 7224, 10743, 8133, 10137, 7116, 10823, 7362, 10643, 7621, 10764, 8731, 12183, 8059, 10988, 7250, 10398, 7521, 9815, 9041, 7375, 7317, 7262, 7249, 8276, 8184, 9800, 9798, 8321, 7666, 7619, 8214, 7767, 11552, 8668, 12302, 8984, 8924, 7725, 9000, 7771, 8926, 8223, 13511, 8402, 7894, 7264, 9880, 6969, 6837, 6906, 7005, 8668, 7856, 7113, 10668, 7050, 7601, 7331, 7262, 10821, 11704, 15874, 12272, 8669, 9706, 7109, 8930, 7259, 10614, 8153, 11892, 12002, 14981, 9750, 10777, 6933, 8122, 7325, 7762, 13057, 10645, 14273, 7662, 7167, 7230, 7045, 7731, 6890, 7153, 9582, 9127, 12249, 10054, 13624, 11863, 13591, 10695, 14940, 13568, 14485, 11196, 8772, 7958, 7360, 8942, 7582, 12014, 9183, 7630, 7620, 6884, 8566, 7139, 7101, 10543, 8483, 8785, 7045, 7062, 8530, 7096, 10425, 7839, 11865, 11195, 14220, 8238, 9326, 7362, 8602, 6960, 7878, 7037, 9582, 7249, 7851, 6892, 7225, 7113, 7242, 6940, 9557, 6979, 7634, 7196, 7112, 6952, 8994, 10039, 7303, 7950, 8013, 7237, 14546, 8891, 12306, 11377, 13866, 9046, 11036, 7796, 10373, 8404, 10894, 7811, 8246, 7786, 7175, 10871, 7433, 13182, 8124, 12478, 7428, 10477, 7383, 9892, 7882, 10025, 7095, 6888, 6921, 7295, 8555, 6945, 7052, 7101, 7145, 11780, 9616, 11235, 8482, 7155, 9714, 10715, 15146, 14883, 9961, 10994, 8212, 9125, 7907, 9093, 9253, 10422, 14742, 10188, 10425, 7194, 7075, 9348, 8574, 12013, 8028, 7859, 7922, 7515, 10576, 9409, 14805, 11558, 9935, 8255, 7580, 8166, 7581, 11830, 9803, 13139, 8323, 9545, 7252, 7536, 7185, 7044, 7476, 7253, 12537, 11119, 9196, 7712, 6853, 7492, 7090, 7107, 10514, 9362, 7706, 11273, 9627, 9626, 11829, 9679, 7511, 8975, 9705, 8614, 13983, 11785, 14172, 10986, 14815, 10850, 14178, 11136, 15466, 11361, 15744, 11694, 15512, 12626, 14614, 11353, 12402, 10317, 8438, 7345, 7293, 7016, 7235, 7474, 7037, 9132, 7256, 9323, 7292, 8085, 7204, 8445, 7080, 8255, 7191, 8836, 7046, 9569, 6983, 9010, 7009, 7743, 6931, 7750, 6826, 7350, 6678, 6956, 7029, 7124, 6890, 7019, 12181, 6838, 11822, 7248, 9847, 6961, 7804, 7056, 6991, 8595, 7108, 6884, 7095, 6873, 6893, 11731, 7034, 12349, 8264, 11464, 7999, 11698, 8026, 11076, 8773, 8917, 8552, 11342, 8320, 8659, 7079, 7793, 7075, 7225, 6914, 7308, 7055, 7183, 7010, 6961, 7529, 6955, 12168, 8354, 10012, 7077, 12722, 7298, 11032, 8049, 10683, 9000, 10369, 7757, 9585, 7092, 8876, 7050, 8645, 7125, 8305, 7588, 7101, 8596, 7862, 10149, 8866, 12521, 8285, 12172, 7797, 10774, 8875, 9568, 7227, 9420, 7083, 7937, 6893, 6923, 6967, 8102, 6914, 7118, 6940, 7005, 7023, 7163, 11392, 9822, 9546, 8501, 11105, 7987, 12833, 8468, 11768, 9483, 10742, 7929, 9738, 6916, 10427, 7293, 11195, 9255, 10753, 8130, 11061, 8119, 10847, 8407, 10863, 9264, 10506, 8732, 8167, 6914, 7644, 7454, 9909, 7137, 8201, 6965, 7396, 6873, 8682, 6783, 8578, 7284, 7130, 7106, 9202, 7774, 11134, 7803, 10585, 6896, 10283, 6879, 10939, 8558, 11446, 8126, 11033, 8582, 8481, 10862, 8515, 13842, 10100, 12056, 9080, 8191, 7044, 7005, 7150], 'WindowCenter': [4396.0, 4401.0, 4365.0, 4404.0, 4349.0, 4386.0, 4349.0, 4365.0, 4345.0, 4358.0, 4365.0, 4343.0, 4397.0, 4322.0, 4362.0, 4331.0, 4362.0, 4334.0, 4374.0, 4352.0, 4385.0, 4364.0, 4370.0, 4329.0, 4339.0, 4317.0, 4321.0, 4364.0, 4385.0, 4393.0, 4369.0, 4359.0, 4305.0, 4306.0, 4320.0, 4320.0, 4341.0, 4329.0, 4352.0, 4372.0, 4352.0, 4349.0, 4330.0, 4335.0, 4315.0, 4346.0, 4324.0, 4354.0, 4336.0, 4366.0, 4355.0, 4312.0, 4300.0, 4290.0, 4288.0, 4279.0, 4301.0, 4291.0, 4333.0, 4290.0, 4321.0, 4292.0, 4310.0, 4291.0, 4311.0, 4292.0, 4334.0, 4313.0, 4332.0, 4292.0, 4312.0, 4292.0, 4320.0, 4302.0, 4321.0, 4303.0, 4323.0, 4293.0, 4312.0, 4292.0, 4300.0, 4293.0, 4290.0, 4291.0, 4303.0, 4305.0, 4314.0, 4296.0, 4314.0, 4305.0, 4305.0, 4305.0, 4316.0, 4307.0, 4348.0, 4307.0, 4346.0, 4306.0, 4306.0, 4304.0, 4305.0, 4306.0, 4317.0, 4347.0, 4347.0, 4304.0, 4305.0, 4305.0, 4304.0, 4304.0, 4307.0, 4308.0, 4317.0, 4329.0, 4337.0, 4307.0, 4317.0, 4306.0, 4305.0, 4346.0, 4305.0, 4367.0, 4327.0, 4356.0, 4316.0, 4325.0, 4304.0, 4304.0, 4306.0, 4315.0, 4319.0, 4337.0, 4360.0, 4316.0, 4327.0, 4307.0, 4317.0, 4306.0, 4317.0, 4317.0, 4307.0, 4346.0, 4347.0, 4326.0, 4335.0, 4304.0, 4304.0, 4303.0, 4313.0, 4316.0, 4347.0, 4339.0, 4370.0, 4316.0, 4325.0, 4316.0, 4337.0, 4318.0, 4327.0, 4327.0, 4317.0, 4347.0, 4315.0, 4316.0, 4306.0, 4314.0, 4306.0, 4325.0, 4365.0, 4357.0, 4325.0, 4323.0, 4313.0, 4302.0, 4303.0, 4313.0, 4323.0, 4322.0, 4301.0, 4290.0, 4292.0, 4302.0, 4302.0, 4334.0, 4303.0, 4333.0, 4303.0, 4312.0, 4302.0, 4323.0, 4304.0, 4345.0, 4303.0, 4324.0, 4293.0, 4313.0, 4302.0, 4314.0, 4312.0, 4334.0, 4302.0, 4302.0, 4290.0, 4303.0, 4303.0, 4304.0, 4313.0, 4302.0, 4293.0, 4303.0, 4304.0, 4313.0, 4303.0, 4305.0, 4344.0, 4314.0, 4355.0, 4315.0, 4356.0, 4335.0, 4345.0, 4303.0, 4293.0, 4304.0, 4305.0, 4315.0, 4327.0, 4314.0, 4304.0, 4306.0, 4305.0, 4316.0, 4318.0, 4326.0, 4305.0, 4315.0, 4306.0, 4306.0, 4315.0, 4316.0, 4336.0, 4335.0, 4314.0, 4305.0, 4305.0, 4306.0, 4326.0, 4315.0, 4345.0, 4315.0, 4346.0, 4316.0, 4335.0, 4315.0, 4347.0, 4326.0, 4307.0, 4315.0, 4305.0, 4315.0, 4307.0, 4326.0, 4327.0, 4358.0, 4307.0, 4326.0, 4316.0, 4315.0, 4318.0, 4359.0, 4340.0, 4347.0, 4326.0, 4317.0, 4317.0, 4318.0, 4328.0, 4318.0, 4369.0, 4328.0, 4367.0, 4317.0, 4356.0, 4328.0, 4357.0, 4348.0, 4335.0, 4324.0, 4314.0, 4305.0, 4304.0, 4335.0, 4336.0, 4366.0, 4324.0, 4333.0, 4304.0, 4334.0, 4316.0, 4336.0, 4347.0, 4315.0, 4325.0, 4315.0, 4325.0, 4318.0, 4358.0, 4328.0, 4356.0, 4316.0, 4345.0, 4316.0, 4344.0, 4325.0, 4355.0, 4333.0, 4312.0, 4311.0, 4302.0, 4312.0, 4304.0, 4343.0, 4335.0, 4354.0, 4313.0, 4331.0, 4301.0, 4320.0, 4312.0, 4341.0, 4321.0, 4350.0, 4289.0, 4319.0, 4291.0, 4320.0, 4311.0, 4290.0, 4290.0, 4289.0, 4299.0, 4290.0, 4301.0, 4302.0, 4343.0, 4302.0, 4332.0, 4302.0, 4333.0, 4303.0, 4344.0, 4334.0, 4343.0, 4302.0, 4341.0, 4291.0, 4342.0, 4312.0, 4342.0, 4322.0, 4303.0, 4292.0, 4290.0, 4291.0, 4302.0, 4312.0, 4291.0, 4332.0, 4302.0, 4311.0, 4293.0, 4333.0, 4313.0, 4344.0, 4314.0, 4343.0, 4304.0, 4342.0, 4302.0, 4354.0, 4323.0, 4323.0, 4312.0, 4311.0, 4302.0, 4301.0, 4301.0, 4303.0, 4343.0, 4313.0, 4343.0, 4303.0, 4321.0, 4293.0, 4332.0, 4313.0, 4343.0, 4303.0, 4341.0, 4301.0, 4330.0, 4302.0, 4334.0, 4313.0, 4292.0, 4302.0, 4302.0, 4303.0, 4305.0, 4335.0, 4305.0, 4354.0, 4304.0, 4334.0, 4304.0, 4334.0, 4315.0, 4355.0, 4337.0, 4354.0, 4323.0, 4333.0, 4302.0, 4332.0, 4313.0, 4333.0, 4323.0, 4352.0, 4302.0, 4332.0, 4302.0, 4332.0, 4314.0, 4332.0, 4302.0, 4331.0, 4302.0, 4321.0, 4291.0, 4322.0, 4302.0, 4332.0, 4323.0, 4343.0, 4300.0, 4310.0, 4303.0, 4311.0, 4302.0, 4331.0, 4303.0, 4322.0, 4306.0, 4334.0, 4316.0, 4345.0, 4335.0, 4344.0, 4315.0, 4343.0, 4303.0, 4333.0, 4314.0, 4346.0, 4334.0, 4314.0, 4302.0, 4292.0, 4328.0, 4318.0, 4367.0, 4346.0, 4365.0, 4323.0, 4332.0, 4292.0, 4313.0, 4303.0, 4323.0, 4343.0, 4312.0, 4311.0, 4301.0, 4310.0, 4303.0, 4342.0, 4322.0, 4353.0, 4301.0, 4330.0, 4290.0, 4342.0, 4312.0, 4332.0, 4311.0, 4300.0, 4290.0, 4309.0, 4290.0, 4351.0, 4311.0, 4340.0, 4301.0, 4339.0, 4290.0, 4330.0, 4311.0, 4329.0, 4299.0, 4319.0, 4289.0, 4300.0, 4302.0, 4332.0, 4313.0, 4303.0, 4302.0, 4302.0, 4302.0, 4312.0, 4303.0, 4354.0, 4323.0, 4323.0, 4302.0, 4321.0, 4301.0, 4322.0, 4313.0, 4321.0, 4321.0, 4310.0, 4289.0, 4300.0, 4301.0, 4301.0, 4332.0, 4290.0, 4311.0, 4291.0, 4300.0, 4302.0, 4312.0, 4302.0, 4333.0, 4301.0, 4312.0, 4303.0, 4313.0, 4315.0, 4344.0, 4314.0, 4334.0, 4315.0, 4324.0, 4317.0, 4356.0, 4336.0, 4336.0, 4325.0, 4314.0, 4304.0, 4304.0, 4314.0, 4345.0, 4334.0, 4333.0, 4304.0, 4323.0, 4304.0, 4354.0, 4325.0, 4343.0, 4304.0, 4322.0, 4304.0, 4336.0, 4316.0, 4314.0, 4315.0, 4317.0, 4316.0, 4345.0, 4318.0, 4367.0, 4338.0, 4346.0, 4326.0, 4345.0, 4316.0, 4346.0, 4327.0, 4336.0, 4316.0, 4335.0, 4315.0, 4335.0, 4316.0, 4356.0, 4326.0, 4345.0, 4317.0, 4334.0, 4316.0, 4356.0, 4327.0, 4348.0, 4316.0, 4356.0, 4316.0, 4356.0, 4329.0, 4357.0, 4337.0, 4356.0, 4316.0, 4334.0, 4317.0, 4368.0, 4348.0, 4316.0, 4315.0, 4304.0, 4318.0, 4327.0, 4337.0, 4317.0, 4339.0, 4316.0, 4316.0, 4317.0, 4316.0, 4335.0, 4357.0, 4314.0, 4324.0, 4314.0, 4324.0, 4316.0, 4356.0, 4315.0, 4356.0, 4317.0, 4344.0, 4317.0, 4366.0, 4336.0, 4314.0, 4314.0, 4304.0, 4314.0, 4315.0, 4357.0, 4315.0, 4336.0, 4316.0, 4334.0, 4315.0, 4355.0, 4346.0, 4364.0, 4315.0, 4352.0, 4315.0, 4354.0, 4324.0, 4313.0, 4323.0, 4312.0, 4311.0, 4303.0, 4343.0, 4322.0, 4352.0, 4311.0, 4322.0, 4304.0, 4321.0, 4303.0, 4342.0, 4323.0, 4331.0, 4301.0, 4309.0, 4303.0, 4311.0, 4303.0, 4322.0, 4305.0, 4344.0, 4304.0, 4344.0, 4315.0, 4344.0, 4326.0, 4344.0, 4304.0, 4344.0, 4304.0, 4334.0, 4313.0, 4343.0, 4324.0, 4354.0, 4313.0, 4344.0, 4303.0, 4333.0, 4314.0, 4335.0, 4324.0, 4304.0, 4305.0, 4305.0, 4304.0, 4324.0, 4325.0, 4335.0, 4336.0, 4313.0, 4313.0, 4314.0, 4314.0, 4313.0, 4346.0, 4323.0, 4355.0, 4322.0, 4310.0, 4302.0, 4321.0, 4303.0, 4321.0, 4312.0, 4364.0, 4324.0, 4339.0, 4328.0, 4343.0, 4315.0, 4304.0, 4314.0, 4330.0, 4338.0, 4328.0, 4320.0, 4358.0, 4317.0, 4315.0, 4317.0, 4318.0, 4358.0, 4370.0, 4388.0, 4356.0, 4325.0, 4324.0, 4306.0, 4324.0, 4305.0, 4344.0, 4326.0, 4356.0, 4357.0, 4365.0, 4322.0, 4331.0, 4291.0, 4302.0, 4345.0, 4343.0, 4385.0, 4361.0, 4380.0, 4305.0, 4289.0, 4273.0, 4277.0, 4301.0, 4305.0, 4307.0, 4339.0, 4350.0, 4370.0, 4349.0, 4366.0, 4345.0, 4353.0, 4321.0, 4364.0, 4343.0, 4350.0, 4318.0, 4297.0, 4286.0, 4277.0, 4296.0, 4288.0, 4328.0, 4308.0, 4288.0, 4301.0, 4289.0, 4299.0, 4290.0, 4291.0, 4334.0, 4325.0, 4324.0, 4306.0, 4304.0, 4313.0, 4292.0, 4333.0, 4303.0, 4343.0, 4333.0, 4351.0, 4300.0, 4309.0, 4289.0, 4300.0, 4289.0, 4299.0, 4290.0, 4320.0, 4290.0, 4299.0, 4290.0, 4289.0, 4291.0, 4304.0, 4305.0, 4335.0, 4306.0, 4315.0, 4306.0, 4306.0, 4320.0, 4339.0, 4349.0, 4318.0, 4327.0, 4316.0, 4317.0, 4367.0, 4337.0, 4357.0, 4357.0, 4365.0, 4324.0, 4333.0, 4303.0, 4334.0, 4315.0, 4344.0, 4303.0, 4314.0, 4304.0, 4303.0, 4344.0, 4304.0, 4354.0, 4316.0, 4353.0, 4303.0, 4334.0, 4304.0, 4347.0, 4356.0, 4346.0, 4305.0, 4318.0, 4319.0, 4328.0, 4350.0, 4362.0, 4362.0, 4362.0, 4337.0, 4371.0, 4350.0, 4347.0, 4328.0, 4308.0, 4310.0, 4333.0, 4366.0, 4377.0, 4336.0, 4334.0, 4328.0, 4337.0, 4327.0, 4338.0, 4337.0, 4346.0, 4367.0, 4333.0, 4333.0, 4292.0, 4293.0, 4324.0, 4324.0, 4355.0, 4315.0, 4314.0, 4314.0, 4304.0, 4344.0, 4336.0, 4365.0, 4343.0, 4322.0, 4300.0, 4300.0, 4312.0, 4302.0, 4343.0, 4322.0, 4353.0, 4312.0, 4320.0, 4291.0, 4300.0, 4291.0, 4292.0, 4304.0, 4316.0, 4368.0, 4359.0, 4340.0, 4345.0, 4336.0, 4334.0, 4333.0, 4333.0, 4374.0, 4354.0, 4345.0, 4374.0, 4352.0, 4351.0, 4369.0, 4309.0, 4301.0, 4324.0, 4336.0, 4327.0, 4369.0, 4356.0, 4356.0, 4334.0, 4351.0, 4318.0, 4337.0, 4304.0, 4336.0, 4303.0, 4333.0, 4302.0, 4321.0, 4312.0, 4308.0, 4288.0, 4286.0, 4266.0, 4244.0, 4233.0, 4233.0, 4233.0, 4245.0, 4247.0, 4247.0, 4267.0, 4260.0, 4278.0, 4260.0, 4260.0, 4262.0, 4272.0, 4262.0, 4272.0, 4263.0, 4295.0, 4275.0, 4306.0, 4277.0, 4297.0, 4278.0, 4289.0, 4290.0, 4288.0, 4278.0, 4289.0, 4279.0, 4291.0, 4291.0, 4291.0, 4291.0, 4292.0, 4342.0, 4292.0, 4344.0, 4302.0, 4322.0, 4292.0, 4302.0, 4292.0, 4304.0, 4313.0, 4303.0, 4293.0, 4304.0, 4294.0, 4307.0, 4356.0, 4307.0, 4368.0, 4329.0, 4357.0, 4328.0, 4371.0, 4330.0, 4349.0, 4326.0, 4326.0, 4329.0, 4347.0, 4326.0, 4325.0, 4306.0, 4315.0, 4306.0, 4319.0, 4318.0, 4318.0, 4318.0, 4319.0, 4318.0, 4318.0, 4329.0, 4320.0, 4370.0, 4329.0, 4348.0, 4318.0, 4368.0, 4318.0, 4348.0, 4329.0, 4349.0, 4338.0, 4347.0, 4317.0, 4337.0, 4307.0, 4338.0, 4319.0, 4338.0, 4307.0, 4327.0, 4317.0, 4318.0, 4338.0, 4329.0, 4347.0, 4337.0, 4357.0, 4326.0, 4356.0, 4316.0, 4346.0, 4326.0, 4335.0, 4305.0, 4325.0, 4306.0, 4316.0, 4305.0, 4320.0, 4317.0, 4327.0, 4306.0, 4306.0, 4306.0, 4317.0, 4318.0, 4319.0, 4358.0, 4349.0, 4337.0, 4327.0, 4346.0, 4316.0, 4367.0, 4327.0, 4357.0, 4336.0, 4345.0, 4315.0, 4325.0, 4305.0, 4345.0, 4317.0, 4346.0, 4336.0, 4345.0, 4315.0, 4344.0, 4315.0, 4334.0, 4315.0, 4345.0, 4324.0, 4333.0, 4312.0, 4312.0, 4292.0, 4315.0, 4304.0, 4334.0, 4304.0, 4313.0, 4304.0, 4305.0, 4306.0, 4326.0, 4295.0, 4325.0, 4305.0, 4305.0, 4306.0, 4349.0, 4317.0, 4347.0, 4315.0, 4334.0, 4305.0, 4334.0, 4306.0, 4346.0, 4326.0, 4346.0, 4316.0, 4335.0, 4314.0, 4314.0, 4334.0, 4313.0, 4365.0, 4334.0, 4343.0, 4312.0, 4313.0, 4293.0, 4292.0, 4293.0], 'WindowWidth': [9726.0, 9719.0, 9659.0, 9708.0, 9626.0, 9670.0, 9621.0, 9638.0, 9610.0, 9632.0, 9640.0, 9608.0, 9682.0, 9576.0, 9628.0, 9585.0, 9625.0, 9592.0, 9646.0, 9616.0, 9662.0, 9632.0, 9635.0, 9577.0, 9589.0, 9558.0, 9568.0, 9632.0, 9666.0, 9675.0, 9631.0, 9615.0, 9541.0, 9542.0, 9566.0, 9568.0, 9597.0, 9579.0, 9613.0, 9640.0, 9610.0, 9602.0, 9577.0, 9578.0, 9549.0, 9593.0, 9561.0, 9603.0, 9582.0, 9621.0, 9605.0, 9540.0, 9523.0, 9507.0, 9505.0, 9492.0, 9526.0, 9512.0, 9572.0, 9511.0, 9551.0, 9514.0, 9536.0, 9512.0, 9537.0, 9516.0, 9573.0, 9545.0, 9569.0, 9516.0, 9541.0, 9514.0, 9550.0, 9531.0, 9555.0, 9532.0, 9557.0, 9518.0, 9540.0, 9515.0, 9524.0, 9517.0, 9511.0, 9515.0, 9532.0, 9539.0, 9549.0, 9526.0, 9550.0, 9540.0, 9538.0, 9539.0, 9555.0, 9546.0, 9602.0, 9545.0, 9597.0, 9542.0, 9540.0, 9537.0, 9539.0, 9541.0, 9558.0, 9598.0, 9599.0, 9536.0, 9538.0, 9540.0, 9537.0, 9537.0, 9544.0, 9548.0, 9561.0, 9577.0, 9586.0, 9545.0, 9558.0, 9542.0, 9540.0, 9596.0, 9539.0, 9626.0, 9573.0, 9610.0, 9556.0, 9566.0, 9538.0, 9537.0, 9542.0, 9555.0, 9566.0, 9590.0, 9620.0, 9558.0, 9573.0, 9547.0, 9559.0, 9544.0, 9559.0, 9558.0, 9546.0, 9598.0, 9601.0, 9568.0, 9581.0, 9537.0, 9536.0, 9537.0, 9550.0, 9557.0, 9601.0, 9592.0, 9635.0, 9559.0, 9569.0, 9558.0, 9587.0, 9562.0, 9574.0, 9576.0, 9560.0, 9601.0, 9555.0, 9558.0, 9542.0, 9553.0, 9544.0, 9569.0, 9623.0, 9615.0, 9566.0, 9561.0, 9546.0, 9531.0, 9533.0, 9547.0, 9559.0, 9558.0, 9529.0, 9513.0, 9516.0, 9531.0, 9534.0, 9576.0, 9533.0, 9572.0, 9533.0, 9543.0, 9532.0, 9562.0, 9538.0, 9594.0, 9535.0, 9561.0, 9521.0, 9545.0, 9532.0, 9549.0, 9546.0, 9577.0, 9531.0, 9529.0, 9513.0, 9533.0, 9532.0, 9536.0, 9549.0, 9533.0, 9522.0, 9536.0, 9536.0, 9550.0, 9537.0, 9542.0, 9593.0, 9553.0, 9608.0, 9555.0, 9611.0, 9582.0, 9592.0, 9535.0, 9522.0, 9537.0, 9541.0, 9555.0, 9572.0, 9554.0, 9539.0, 9543.0, 9542.0, 9558.0, 9562.0, 9571.0, 9542.0, 9555.0, 9542.0, 9543.0, 9557.0, 9559.0, 9584.0, 9581.0, 9551.0, 9541.0, 9540.0, 9543.0, 9570.0, 9557.0, 9595.0, 9554.0, 9598.0, 9557.0, 9581.0, 9557.0, 9600.0, 9572.0, 9546.0, 9556.0, 9543.0, 9557.0, 9546.0, 9573.0, 9574.0, 9618.0, 9547.0, 9571.0, 9558.0, 9554.0, 9563.0, 9618.0, 9593.0, 9601.0, 9572.0, 9560.0, 9560.0, 9564.0, 9577.0, 9565.0, 9633.0, 9577.0, 9630.0, 9560.0, 9610.0, 9577.0, 9617.0, 9602.0, 9581.0, 9565.0, 9550.0, 9539.0, 9538.0, 9582.0, 9583.0, 9625.0, 9565.0, 9575.0, 9537.0, 9578.0, 9558.0, 9584.0, 9601.0, 9557.0, 9568.0, 9556.0, 9570.0, 9565.0, 9614.0, 9577.0, 9612.0, 9557.0, 9593.0, 9556.0, 9592.0, 9569.0, 9608.0, 9577.0, 9544.0, 9542.0, 9531.0, 9545.0, 9537.0, 9589.0, 9581.0, 9606.0, 9546.0, 9570.0, 9529.0, 9552.0, 9544.0, 9582.0, 9555.0, 9594.0, 9510.0, 9548.0, 9513.0, 9553.0, 9542.0, 9512.0, 9513.0, 9511.0, 9523.0, 9513.0, 9530.0, 9534.0, 9587.0, 9533.0, 9570.0, 9533.0, 9572.0, 9537.0, 9591.0, 9578.0, 9587.0, 9532.0, 9582.0, 9516.0, 9583.0, 9546.0, 9584.0, 9557.0, 9531.0, 9516.0, 9513.0, 9514.0, 9532.0, 9546.0, 9516.0, 9570.0, 9531.0, 9542.0, 9520.0, 9574.0, 9550.0, 9590.0, 9550.0, 9587.0, 9536.0, 9584.0, 9533.0, 9604.0, 9562.0, 9560.0, 9544.0, 9542.0, 9530.0, 9529.0, 9530.0, 9535.0, 9589.0, 9547.0, 9588.0, 9534.0, 9554.0, 9520.0, 9572.0, 9549.0, 9587.0, 9532.0, 9580.0, 9528.0, 9566.0, 9531.0, 9575.0, 9548.0, 9519.0, 9532.0, 9533.0, 9534.0, 9541.0, 9581.0, 9540.0, 9605.0, 9539.0, 9576.0, 9540.0, 9577.0, 9556.0, 9609.0, 9587.0, 9606.0, 9562.0, 9574.0, 9531.0, 9570.0, 9549.0, 9574.0, 9561.0, 9598.0, 9531.0, 9570.0, 9533.0, 9573.0, 9550.0, 9570.0, 9533.0, 9569.0, 9530.0, 9555.0, 9515.0, 9555.0, 9532.0, 9572.0, 9559.0, 9586.0, 9526.0, 9538.0, 9535.0, 9541.0, 9531.0, 9570.0, 9535.0, 9559.0, 9542.0, 9577.0, 9557.0, 9594.0, 9582.0, 9592.0, 9555.0, 9589.0, 9536.0, 9576.0, 9551.0, 9595.0, 9577.0, 9548.0, 9531.0, 9520.0, 9577.0, 9568.0, 9630.0, 9600.0, 9622.0, 9561.0, 9571.0, 9518.0, 9548.0, 9536.0, 9561.0, 9589.0, 9543.0, 9543.0, 9529.0, 9540.0, 9534.0, 9586.0, 9558.0, 9600.0, 9527.0, 9566.0, 9513.0, 9584.0, 9546.0, 9569.0, 9540.0, 9524.0, 9511.0, 9536.0, 9513.0, 9596.0, 9542.0, 9577.0, 9527.0, 9576.0, 9511.0, 9564.0, 9541.0, 9562.0, 9524.0, 9548.0, 9510.0, 9525.0, 9532.0, 9573.0, 9548.0, 9534.0, 9534.0, 9531.0, 9531.0, 9545.0, 9536.0, 9605.0, 9561.0, 9561.0, 9531.0, 9556.0, 9528.0, 9557.0, 9548.0, 9555.0, 9556.0, 9539.0, 9510.0, 9525.0, 9530.0, 9529.0, 9571.0, 9512.0, 9542.0, 9514.0, 9526.0, 9531.0, 9545.0, 9532.0, 9576.0, 9531.0, 9545.0, 9536.0, 9551.0, 9555.0, 9592.0, 9554.0, 9578.0, 9554.0, 9566.0, 9561.0, 9613.0, 9587.0, 9585.0, 9568.0, 9552.0, 9539.0, 9537.0, 9553.0, 9595.0, 9580.0, 9576.0, 9536.0, 9562.0, 9537.0, 9604.0, 9567.0, 9589.0, 9538.0, 9560.0, 9539.0, 9584.0, 9559.0, 9554.0, 9556.0, 9559.0, 9558.0, 9597.0, 9563.0, 9629.0, 9590.0, 9597.0, 9572.0, 9595.0, 9559.0, 9597.0, 9574.0, 9583.0, 9558.0, 9580.0, 9557.0, 9581.0, 9560.0, 9612.0, 9573.0, 9596.0, 9560.0, 9579.0, 9559.0, 9611.0, 9574.0, 9603.0, 9560.0, 9610.0, 9559.0, 9611.0, 9579.0, 9615.0, 9587.0, 9611.0, 9558.0, 9580.0, 9559.0, 9630.0, 9602.0, 9557.0, 9555.0, 9540.0, 9561.0, 9573.0, 9588.0, 9561.0, 9596.0, 9560.0, 9558.0, 9561.0, 9557.0, 9583.0, 9614.0, 9552.0, 9564.0, 9552.0, 9566.0, 9558.0, 9611.0, 9556.0, 9612.0, 9559.0, 9593.0, 9561.0, 9626.0, 9584.0, 9554.0, 9553.0, 9538.0, 9553.0, 9556.0, 9614.0, 9554.0, 9582.0, 9556.0, 9578.0, 9556.0, 9610.0, 9597.0, 9621.0, 9552.0, 9600.0, 9552.0, 9605.0, 9565.0, 9548.0, 9560.0, 9544.0, 9542.0, 9533.0, 9587.0, 9559.0, 9599.0, 9542.0, 9557.0, 9535.0, 9556.0, 9535.0, 9586.0, 9559.0, 9568.0, 9527.0, 9538.0, 9532.0, 9543.0, 9534.0, 9558.0, 9539.0, 9590.0, 9539.0, 9590.0, 9556.0, 9593.0, 9570.0, 9591.0, 9539.0, 9590.0, 9537.0, 9574.0, 9548.0, 9588.0, 9565.0, 9603.0, 9547.0, 9589.0, 9534.0, 9574.0, 9551.0, 9579.0, 9565.0, 9536.0, 9539.0, 9538.0, 9536.0, 9564.0, 9566.0, 9580.0, 9581.0, 9548.0, 9547.0, 9548.0, 9550.0, 9548.0, 9595.0, 9560.0, 9605.0, 9557.0, 9538.0, 9529.0, 9554.0, 9531.0, 9555.0, 9545.0, 9617.0, 9563.0, 9596.0, 9582.0, 9592.0, 9557.0, 9542.0, 9553.0, 9587.0, 9593.0, 9579.0, 9568.0, 9618.0, 9561.0, 9554.0, 9558.0, 9561.0, 9616.0, 9637.0, 9661.0, 9610.0, 9564.0, 9561.0, 9539.0, 9563.0, 9539.0, 9591.0, 9571.0, 9612.0, 9613.0, 9620.0, 9557.0, 9567.0, 9512.0, 9528.0, 9615.0, 9607.0, 9666.0, 9625.0, 9645.0, 9538.0, 9504.0, 9474.0, 9488.0, 9527.0, 9539.0, 9545.0, 9592.0, 9609.0, 9636.0, 9605.0, 9624.0, 9591.0, 9598.0, 9553.0, 9617.0, 9584.0, 9588.0, 9541.0, 9510.0, 9495.0, 9484.0, 9510.0, 9503.0, 9557.0, 9529.0, 9502.0, 9525.0, 9508.0, 9518.0, 9509.0, 9514.0, 9575.0, 9565.0, 9564.0, 9539.0, 9536.0, 9545.0, 9515.0, 9571.0, 9531.0, 9585.0, 9571.0, 9595.0, 9523.0, 9532.0, 9507.0, 9520.0, 9507.0, 9519.0, 9508.0, 9549.0, 9509.0, 9520.0, 9510.0, 9509.0, 9515.0, 9534.0, 9541.0, 9579.0, 9541.0, 9554.0, 9544.0, 9543.0, 9566.0, 9590.0, 9603.0, 9560.0, 9573.0, 9556.0, 9556.0, 9626.0, 9582.0, 9614.0, 9610.0, 9619.0, 9563.0, 9572.0, 9533.0, 9575.0, 9552.0, 9587.0, 9532.0, 9546.0, 9533.0, 9533.0, 9589.0, 9537.0, 9604.0, 9553.0, 9602.0, 9533.0, 9575.0, 9535.0, 9599.0, 9630.0, 9597.0, 9541.0, 9562.0, 9568.0, 9576.0, 9611.0, 9649.0, 9647.0, 9646.0, 9601.0, 9638.0, 9606.0, 9598.0, 9574.0, 9545.0, 9535.0, 9572.0, 9625.0, 9639.0, 9580.0, 9575.0, 9574.0, 9583.0, 9572.0, 9588.0, 9585.0, 9595.0, 9626.0, 9573.0, 9573.0, 9516.0, 9519.0, 9563.0, 9562.0, 9606.0, 9552.0, 9549.0, 9548.0, 9534.0, 9590.0, 9582.0, 9622.0, 9587.0, 9554.0, 9524.0, 9524.0, 9542.0, 9530.0, 9587.0, 9558.0, 9600.0, 9541.0, 9550.0, 9512.0, 9524.0, 9513.0, 9515.0, 9534.0, 9556.0, 9629.0, 9619.0, 9594.0, 9613.0, 9602.0, 9592.0, 9590.0, 9592.0, 9647.0, 9622.0, 9611.0, 9648.0, 9612.0, 9612.0, 9633.0, 9532.0, 9527.0, 9559.0, 9584.0, 9569.0, 9634.0, 9610.0, 9611.0, 9574.0, 9595.0, 9542.0, 9568.0, 9516.0, 9566.0, 9515.0, 9558.0, 9512.0, 9538.0, 9523.0, 9513.0, 9483.0, 9478.0, 9450.0, 9419.0, 9403.0, 9402.0, 9404.0, 9423.0, 9427.0, 9430.0, 9456.0, 9450.0, 9470.0, 9451.0, 9448.0, 9457.0, 9469.0, 9458.0, 9470.0, 9463.0, 9504.0, 9481.0, 9522.0, 9488.0, 9514.0, 9490.0, 9506.0, 9508.0, 9504.0, 9490.0, 9505.0, 9492.0, 9511.0, 9512.0, 9512.0, 9512.0, 9515.0, 9581.0, 9516.0, 9585.0, 9529.0, 9555.0, 9515.0, 9529.0, 9515.0, 9534.0, 9547.0, 9533.0, 9519.0, 9535.0, 9522.0, 9543.0, 9609.0, 9546.0, 9629.0, 9576.0, 9612.0, 9573.0, 9636.0, 9581.0, 9602.0, 9566.0, 9569.0, 9575.0, 9596.0, 9567.0, 9564.0, 9540.0, 9553.0, 9542.0, 9563.0, 9564.0, 9562.0, 9560.0, 9563.0, 9560.0, 9563.0, 9580.0, 9569.0, 9634.0, 9579.0, 9601.0, 9562.0, 9628.0, 9561.0, 9601.0, 9580.0, 9604.0, 9588.0, 9598.0, 9558.0, 9583.0, 9545.0, 9587.0, 9565.0, 9587.0, 9545.0, 9571.0, 9557.0, 9560.0, 9589.0, 9576.0, 9599.0, 9584.0, 9611.0, 9567.0, 9608.0, 9556.0, 9596.0, 9569.0, 9577.0, 9539.0, 9564.0, 9540.0, 9553.0, 9539.0, 9569.0, 9560.0, 9571.0, 9541.0, 9542.0, 9542.0, 9559.0, 9561.0, 9564.0, 9617.0, 9602.0, 9584.0, 9569.0, 9596.0, 9553.0, 9624.0, 9572.0, 9611.0, 9582.0, 9590.0, 9551.0, 9563.0, 9538.0, 9590.0, 9558.0, 9596.0, 9581.0, 9591.0, 9551.0, 9589.0, 9550.0, 9575.0, 9552.0, 9593.0, 9559.0, 9572.0, 9541.0, 9541.0, 9517.0, 9551.0, 9536.0, 9575.0, 9534.0, 9546.0, 9533.0, 9539.0, 9543.0, 9567.0, 9524.0, 9565.0, 9537.0, 9537.0, 9542.0, 9606.0, 9559.0, 9596.0, 9552.0, 9575.0, 9537.0, 9575.0, 9541.0, 9595.0, 9568.0, 9594.0, 9553.0, 9576.0, 9547.0, 9547.0, 9572.0, 9545.0, 9619.0, 9575.0, 9584.0, 9542.0, 9542.0, 9518.0, 9514.0, 9517.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.002068520761245675</td></tr>
<tr><td colspan=3>aqi</td><td>0.032684905017301036</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.53017740618182</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1797614069177491</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0100511725714272</td></tr>
<tr><td colspan=3>efc</td><td>0.5058</td></tr>
<tr><td colspan=3>fber</td><td>4449.4868</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09751285629245035</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.4878892733564015</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.40991560943521</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3865875794629545</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5549000299955273</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2882592188471476</td></tr>
<tr><td colspan=3>gcor</td><td>0.0159158</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008479748852550983</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026007045060396194</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.178035040291376</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.9075</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.0122</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.477</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>293707.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>1093.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>409.4329</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8491</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.6249</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3523.5009</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3682.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82837.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1429.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4570.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>881.2702</td></tr>
<tr><td colspan=3>tsnr</td><td>34.64999928837642</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>