<?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-0006_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-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_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-0006/figures/sub-0006_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006/ses-02/func/sub-0006_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>4a4a41b52a719d8e40c78e546093e34a</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>10:47:54.547500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999084, 0.0281251, 0.032258, -0.0207533, 0.977575, -0.209565]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.109145</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7690, -7255, 565, -52, -2, -9, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.275</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>358f2b38-1291-4b31-bced-738e2931e81f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680468797683716, -0.05567961931228638, 0.10105718672275543, 115.82759857177734], [-0.07545769959688187, 2.6227610111236572, -0.5634983777999878, -77.68626403808594], [0.08654573559761047, 0.5622464418411255, 2.638608932495117, -71.76383209228516], [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': ['104754.547500', '104755.007500', '104755.467500', '104755.927500', '104756.387500', '104756.847500', '104757.307500', '104757.767500', '104758.227500', '104758.687500', '104759.147500', '104759.607500', '104800.067500', '104800.527500', '104800.987500', '104801.447500', '104801.907500', '104802.367500', '104802.827500', '104803.287500', '104803.747500', '104804.207500', '104804.667500', '104805.127500', '104805.587500', '104806.047500', '104806.507500', '104806.967500', '104807.427500', '104807.887500', '104808.347500', '104808.807500', '104809.267500', '104809.727500', '104810.187500', '104810.647500', '104811.107500', '104811.567500', '104812.027500', '104812.487500', '104812.947500', '104813.407500', '104813.867500', '104814.327500', '104814.787500', '104815.247500', '104815.707500', '104816.167500', '104816.627500', '104817.087500', '104817.547500', '104818.007500', '104818.467500', '104818.927500', '104819.387500', '104819.847500', '104820.307500', '104820.767500', '104821.227500', '104821.687500', '104822.147500', '104822.607500', '104823.067500', '104823.527500', '104823.987500', '104824.447500', '104824.907500', '104825.367500', '104825.827500', '104826.287500', '104826.747500', '104827.207500', '104827.667500', '104828.127500', '104828.587500', '104829.047500', '104829.507500', '104829.967500', '104830.427500', '104830.887500', '104831.347500', '104831.807500', '104832.267500', '104832.727500', '104833.187500', '104833.647500', '104834.107500', '104834.567500', '104835.027500', '104835.487500', '104835.947500', '104836.407500', '104836.867500', '104837.327500', '104837.787500', '104838.247500', '104838.707500', '104839.167500', '104839.627500', '104840.087500', '104840.547500', '104841.007500', '104841.467500', '104841.927500', '104842.387500', '104842.847500', '104843.307500', '104843.767500', '104844.227500', '104844.687500', '104845.147500', '104845.607500', '104846.067500', '104846.527500', '104846.987500', '104847.447500', '104847.907500', '104848.367500', '104848.827500', '104849.287500', '104849.747500', '104850.207500', '104850.667500', '104851.127500', '104851.587500', '104852.047500', '104852.507500', '104852.967500', '104853.427500', '104853.887500', '104854.347500', '104854.807500', '104855.267500', '104855.727500', '104856.187500', '104856.647500', '104857.107500', '104857.567500', '104858.027500', '104858.487500', '104858.947500', '104859.407500', '104859.867500', '104900.327500', '104900.787500', '104901.247500', '104901.707500', '104902.167500', '104902.627500', '104903.087500', '104903.547500', '104904.007500', '104904.467500', '104904.927500', '104905.387500', '104905.847500', '104906.307500', '104906.767500', '104907.227500', '104907.687500', '104908.147500', '104908.607500', '104909.067500', '104909.527500', '104909.987500', '104910.447500', '104910.907500', '104911.367500', '104911.827500', '104912.287500', '104912.747500', '104913.207500', '104913.667500', '104914.127500', '104914.587500', '104915.047500', '104915.507500', '104915.967500', '104916.427500', '104916.887500', '104917.347500', '104917.807500', '104918.267500', '104918.727500', '104919.187500', '104919.647500', '104920.107500', '104920.567500', '104921.027500', '104921.487500', '104921.947500', '104922.407500', '104922.867500', '104923.327500', '104923.787500', '104924.247500', '104924.707500', '104925.167500', '104925.627500', '104926.087500', '104926.547500', '104927.007500', '104927.467500', '104927.927500', '104928.387500', '104928.847500', '104929.307500', '104929.767500', '104930.227500', '104930.687500', '104931.147500', '104931.607500', '104932.067500', '104932.527500', '104932.987500', '104933.447500', '104933.907500', '104934.367500', '104934.827500', '104935.287500', '104935.747500', '104936.207500', '104936.667500', '104937.127500', '104937.587500', '104938.047500', '104938.507500', '104938.967500', '104939.427500', '104939.887500', '104940.347500', '104940.807500', '104941.267500', '104941.727500', '104942.187500', '104942.647500', '104943.107500', '104943.567500', '104944.027500', '104944.487500', '104944.947500', '104945.407500', '104945.867500', '104946.327500', '104946.787500', '104947.247500', '104947.707500', '104948.167500', '104948.627500', '104949.087500', '104949.547500', '104950.007500', '104950.467500', '104950.927500', '104951.387500', '104951.847500', '104952.307500', '104952.767500', '104953.227500', '104953.687500', '104954.147500', '104954.607500', '104955.067500', '104955.527500', '104955.987500', '104956.447500', '104956.907500', '104957.367500', '104957.827500', '104958.287500', '104958.747500', '104959.207500', '104959.667500', '105000.127500', '105000.587500', '105001.047500', '105001.507500', '105001.967500', '105002.427500', '105002.887500', '105003.347500', '105003.807500', '105004.267500', '105004.727500', '105005.187500', '105005.647500', '105006.107500', '105006.567500', '105007.027500', '105007.487500', '105007.947500', '105008.407500', '105008.867500', '105009.327500', '105009.787500', '105010.247500', '105010.707500', '105011.167500', '105011.627500', '105012.087500', '105012.547500', '105013.007500', '105013.467500', '105013.927500', '105014.387500', '105014.847500', '105015.307500', '105015.767500', '105016.227500', '105016.687500', '105017.147500', '105017.607500', '105018.067500', '105018.527500', '105018.987500', '105019.447500', '105019.907500', '105020.367500', '105020.827500', '105021.287500', '105021.747500', '105022.207500', '105022.667500', '105023.127500', '105023.587500', '105024.047500', '105024.507500', '105024.967500', '105025.427500', '105025.887500', '105026.347500', '105026.807500', '105027.267500', '105027.727500', '105028.187500', '105028.647500', '105029.107500', '105029.567500', '105030.027500', '105030.487500', '105030.947500', '105031.407500', '105031.867500', '105032.327500', '105032.787500', '105033.247500', '105033.707500', '105034.167500', '105034.627500', '105035.087500', '105035.547500', '105036.007500', '105036.467500', '105036.927500', '105037.387500', '105037.847500', '105038.307500', '105038.767500', '105039.227500', '105039.687500', '105040.147500', '105040.607500', '105041.067500', '105041.527500', '105041.987500', '105042.447500', '105042.907500', '105043.367500', '105043.827500', '105044.287500', '105044.747500', '105045.207500', '105045.667500', '105046.127500', '105046.587500', '105047.047500', '105047.507500', '105047.967500', '105048.427500', '105048.887500', '105049.347500', '105049.807500', '105050.267500', '105050.727500', '105051.187500', '105051.647500', '105052.107500', '105052.567500', '105053.027500', '105053.487500', '105053.947500', '105054.407500', '105054.867500', '105055.327500', '105055.787500', '105056.247500', '105056.707500', '105057.167500', '105057.627500', '105058.087500', '105058.547500', '105059.007500', '105059.467500', '105059.927500', '105100.387500', '105100.847500', '105101.307500', '105101.767500', '105102.227500', '105102.687500', '105103.147500', '105103.607500', '105104.067500', '105104.527500', '105104.987500', '105105.447500', '105105.907500', '105106.367500', '105106.827500', '105107.287500', '105107.747500', '105108.207500', '105108.667500', '105109.127500', '105109.587500', '105110.047500', '105110.507500', '105110.967500', '105111.427500', '105111.887500', '105112.347500', '105112.807500', '105113.267500', '105113.727500', '105114.187500', '105114.647500', '105115.107500', '105115.567500', '105116.027500', '105116.487500', '105116.947500', '105117.407500', '105117.867500', '105118.327500', '105118.787500', '105119.247500', '105119.707500', '105120.167500', '105120.627500', '105121.087500', '105121.547500', '105122.007500', '105122.467500', '105122.927500', '105123.387500', '105123.847500', '105124.307500', '105124.767500', '105125.227500', '105125.687500', '105126.147500', '105126.607500', '105127.067500', '105127.527500', '105127.987500', '105128.447500', '105128.907500', '105129.367500', '105129.827500', '105130.287500', '105130.747500', '105131.207500', '105131.667500', '105132.127500', '105132.587500', '105133.047500', '105133.507500', '105133.967500', '105134.427500', '105134.887500', '105135.347500', '105135.807500', '105136.267500', '105136.727500', '105137.187500', '105137.647500', '105138.107500', '105138.567500', '105139.027500', '105139.487500', '105139.947500', '105140.407500', '105140.867500', '105141.327500', '105141.787500', '105142.247500', '105142.707500', '105143.167500', '105143.627500', '105144.087500', '105144.547500', '105145.007500', '105145.467500', '105145.927500', '105146.387500', '105146.847500', '105147.307500', '105147.767500', '105148.227500', '105148.687500', '105149.147500', '105149.607500', '105150.067500', '105150.527500', '105150.987500', '105151.447500', '105151.907500', '105152.367500', '105152.827500', '105153.287500', '105153.747500', '105154.207500', '105154.667500', '105155.127500', '105155.587500', '105156.047500', '105156.507500', '105156.967500', '105157.427500', '105157.887500', '105158.347500', '105158.807500', '105159.267500', '105159.727500', '105200.187500', '105200.647500', '105201.107500', '105201.567500', '105202.027500', '105202.487500', '105202.947500', '105203.407500', '105203.867500', '105204.327500', '105204.787500', '105205.247500', '105205.707500', '105206.167500', '105206.627500', '105207.087500', '105207.547500', '105208.007500', '105208.467500', '105208.927500', '105209.387500', '105209.847500', '105210.307500', '105210.767500', '105211.227500', '105211.687500', '105212.147500', '105212.607500', '105213.067500', '105213.527500', '105213.987500', '105214.447500', '105214.907500', '105215.367500', '105215.827500', '105216.287500', '105216.747500', '105217.207500', '105217.667500', '105218.127500', '105218.587500', '105219.047500', '105219.507500', '105219.967500', '105220.427500', '105220.887500', '105221.347500', '105221.807500', '105222.267500', '105222.727500', '105223.187500', '105223.647500', '105224.107500', '105224.567500', '105225.027500', '105225.487500', '105225.947500', '105226.407500', '105226.867500', '105227.327500', '105227.787500', '105228.247500', '105228.707500', '105229.167500', '105229.627500', '105230.087500', '105230.547500', '105231.007500', '105231.467500', '105231.927500', '105232.387500', '105232.847500', '105233.307500', '105233.767500', '105234.227500', '105234.687500', '105235.147500', '105235.607500', '105236.067500', '105236.527500', '105236.987500', '105237.447500', '105237.907500', '105238.367500', '105238.827500', '105239.287500', '105239.747500', '105240.207500', '105240.667500', '105241.127500', '105241.587500', '105242.047500', '105242.507500', '105242.967500', '105243.427500', '105243.887500', '105244.347500', '105244.807500', '105245.267500', '105245.727500', '105246.187500', '105246.647500', '105247.107500', '105247.567500', '105248.027500', '105248.487500', '105248.947500', '105249.407500', '105249.867500', '105250.327500', '105250.787500', '105251.247500', '105251.707500', '105252.167500', '105252.627500', '105253.087500', '105253.547500', '105254.007500', '105254.467500', '105254.927500', '105255.387500', '105255.847500', '105256.307500', '105256.767500', '105257.227500', '105257.687500', '105258.147500', '105258.607500', '105259.067500', '105259.527500', '105259.987500', '105300.447500', '105300.907500', '105301.367500', '105301.827500', '105302.287500', '105302.747500', '105303.207500', '105303.667500', '105304.127500', '105304.587500', '105305.047500', '105305.507500', '105305.967500', '105306.427500', '105306.887500', '105307.347500', '105307.807500', '105308.267500', '105308.727500', '105309.187500', '105309.647500', '105310.107500', '105310.567500', '105311.027500', '105311.487500', '105311.947500', '105312.407500', '105312.867500', '105313.327500', '105313.787500', '105314.247500', '105314.707500', '105315.167500', '105315.627500', '105316.087500', '105316.547500', '105317.007500', '105317.467500', '105317.927500', '105318.387500', '105318.847500', '105319.307500', '105319.767500', '105320.227500', '105320.687500', '105321.147500', '105321.607500', '105322.067500', '105322.527500', '105322.987500', '105323.447500', '105323.907500', '105324.367500', '105324.827500', '105325.287500', '105325.747500', '105326.207500', '105326.667500', '105327.127500', '105327.587500', '105328.047500', '105328.507500', '105328.967500', '105329.427500', '105329.887500', '105330.347500', '105330.807500', '105331.267500', '105331.727500', '105332.187500', '105332.647500', '105333.107500', '105333.567500', '105334.027500', '105334.487500', '105334.947500', '105335.407500', '105335.867500', '105336.327500', '105336.787500', '105337.247500', '105337.707500', '105338.167500', '105338.627500', '105339.087500', '105339.547500', '105340.007500', '105340.467500', '105340.927500', '105341.387500', '105341.847500', '105342.307500', '105342.767500', '105343.227500', '105343.687500', '105344.147500', '105344.607500', '105345.067500', '105345.527500', '105345.987500', '105346.447500', '105346.907500', '105347.367500', '105347.827500', '105348.287500', '105348.747500', '105349.207500', '105349.667500', '105350.127500', '105350.587500', '105351.047500', '105351.507500', '105351.967500', '105352.427500', '105352.887500', '105353.347500', '105353.807500', '105354.267500', '105354.727500', '105355.187500', '105355.647500', '105356.107500', '105356.567500', '105357.027500', '105357.487500', '105357.947500', '105358.407500', '105358.867500', '105359.327500', '105359.787500', '105400.247500', '105400.707500', '105401.167500', '105401.627500', '105402.087500', '105402.547500', '105403.007500', '105403.467500', '105403.927500', '105404.387500', '105404.847500', '105405.307500', '105405.767500', '105406.227500', '105406.687500', '105407.147500', '105407.607500', '105408.067500', '105408.527500', '105408.987500', '105409.447500', '105409.907500', '105410.367500', '105410.827500', '105411.287500', '105411.747500', '105412.207500', '105412.667500', '105413.127500', '105413.587500', '105414.047500', '105414.507500', '105414.967500', '105415.427500', '105415.887500', '105416.347500', '105416.807500', '105417.267500', '105417.727500', '105418.187500', '105418.647500', '105419.107500', '105419.567500', '105420.027500', '105420.487500', '105420.947500', '105421.407500', '105421.867500', '105422.327500', '105422.787500', '105423.247500', '105423.707500', '105424.167500', '105424.627500', '105425.087500', '105425.547500', '105426.007500', '105426.467500', '105426.927500', '105427.387500', '105427.847500', '105428.307500', '105428.767500', '105429.227500', '105429.687500', '105430.147500', '105430.607500', '105431.067500', '105431.527500', '105431.987500', '105432.447500', '105432.907500', '105433.367500', '105433.827500', '105434.287500', '105434.747500', '105435.207500', '105435.667500', '105436.127500', '105436.587500', '105437.047500', '105437.507500', '105437.967500', '105438.427500', '105438.887500', '105439.347500', '105439.807500', '105440.267500', '105440.727500', '105441.187500', '105441.647500', '105442.107500', '105442.567500', '105443.027500', '105443.487500', '105443.947500', '105444.407500', '105444.867500', '105445.327500', '105445.787500', '105446.247500', '105446.707500', '105447.167500', '105447.627500', '105448.087500', '105448.547500', '105449.007500', '105449.467500', '105449.927500', '105450.387500', '105450.847500', '105451.307500', '105451.767500', '105452.227500', '105452.687500', '105453.147500', '105453.607500', '105454.067500', '105454.527500', '105454.987500', '105455.447500', '105455.907500', '105456.367500', '105456.827500', '105457.287500', '105457.747500', '105458.207500', '105458.667500', '105459.127500', '105459.587500', '105500.047500', '105500.507500', '105500.967500', '105501.427500', '105501.887500', '105502.347500', '105502.807500', '105503.267500', '105503.727500', '105504.187500', '105504.647500', '105505.107500', '105505.567500', '105506.027500', '105506.487500', '105506.947500', '105507.407500', '105507.867500', '105508.327500', '105508.787500', '105509.247500', '105509.707500', '105510.167500', '105510.627500', '105511.087500', '105511.547500', '105512.007500', '105512.467500', '105512.927500', '105513.387500', '105513.847500', '105514.307500', '105514.767500', '105515.227500', '105515.687500', '105516.147500', '105516.607500', '105517.067500', '105517.527500', '105517.987500', '105518.447500', '105518.907500', '105519.367500', '105519.827500', '105520.287500', '105520.747500', '105521.207500', '105521.667500', '105522.127500', '105522.587500', '105523.047500', '105523.507500', '105523.967500', '105524.427500', '105524.887500', '105525.347500', '105525.807500', '105526.267500', '105526.727500', '105527.187500', '105527.647500', '105528.107500', '105528.567500', '105529.027500', '105529.487500', '105529.947500', '105530.407500', '105530.867500', '105531.327500', '105531.787500', '105532.247500', '105532.707500', '105533.167500', '105533.627500', '105534.087500', '105534.547500', '105535.007500', '105535.467500', '105535.927500', '105536.387500', '105536.847500', '105537.307500', '105537.767500', '105538.227500', '105538.687500', '105539.147500', '105539.607500', '105540.067500', '105540.527500', '105540.987500', '105541.447500', '105541.907500', '105542.367500', '105542.827500', '105543.287500', '105543.747500', '105544.207500', '105544.667500', '105545.127500', '105545.587500', '105546.047500', '105546.507500', '105546.967500', '105547.427500', '105547.887500', '105548.347500', '105548.807500', '105549.267500', '105549.727500', '105550.187500', '105550.647500', '105551.107500', '105551.567500', '105552.027500', '105552.487500', '105552.947500', '105553.407500', '105553.867500', '105554.327500', '105554.787500', '105555.247500', '105555.707500', '105556.167500', '105556.627500', '105557.087500', '105557.547500', '105558.007500', '105558.467500', '105558.927500', '105559.387500', '105559.847500', '105600.307500', '105600.767500', '105601.227500', '105601.687500', '105602.147500', '105602.607500', '105603.067500', '105603.527500', '105603.987500', '105604.447500', '105604.907500', '105605.367500', '105605.827500', '105606.287500', '105606.747500', '105607.207500', '105607.667500', '105608.127500', '105608.587500', '105609.047500', '105609.507500', '105609.967500', '105610.427500', '105610.887500', '105611.347500', '105611.807500', '105612.267500', '105612.727500', '105613.187500', '105613.647500', '105614.107500', '105614.567500', '105615.027500', '105615.487500', '105615.947500', '105616.407500', '105616.867500', '105617.327500', '105617.787500', '105618.247500', '105618.707500', '105619.167500', '105619.627500', '105620.087500', '105620.547500', '105621.007500', '105621.467500', '105621.927500', '105622.387500', '105622.847500', '105623.307500', '105623.767500', '105624.227500', '105624.687500', '105625.147500', '105625.607500', '105626.067500', '105626.527500', '105626.987500', '105627.447500', '105627.907500', '105628.367500', '105628.827500', '105629.287500', '105629.747500', '105630.207500', '105630.667500', '105631.127500', '105631.587500', '105632.047500', '105632.507500', '105632.967500', '105633.427500', '105633.887500', '105634.347500', '105634.807500', '105635.267500', '105635.727500', '105636.187500', '105636.647500', '105637.107500', '105637.567500', '105638.027500', '105638.487500', '105638.947500', '105639.407500', '105639.867500', '105640.327500', '105640.787500', '105641.247500', '105641.707500', '105642.167500', '105642.627500', '105643.087500', '105643.547500', '105644.007500', '105644.467500', '105644.927500', '105645.387500', '105645.847500', '105646.307500', '105646.767500'], 'ContentTime': ['104819.221000', '104819.225000', '104819.227000', '104819.231000', '104819.234000', '104819.237000', '104819.240000', '104819.243000', '104819.246000', '104819.249000', '104819.252000', '104819.255000', '104819.258000', '104819.261000', '104819.264000', '104819.267000', '104819.270000', '104819.273000', '104819.276000', '104819.279000', '104819.282000', '104819.286000', '104819.289000', '104819.292000', '104819.295000', '104819.298000', '104819.301000', '104819.304000', '104819.307000', '104819.310000', '104819.313000', '104819.317000', '104819.319000', '104819.322000', '104819.328000', '104819.331000', '104819.334000', '104819.337000', '104819.340000', '104819.343000', '104819.346000', '104819.349000', '104819.352000', '104819.355000', '104819.358000', '104819.361000', '104819.364000', '104819.367000', '104819.370000', '104819.373000', '104819.376000', '104819.379000', '104839.180000', '104839.196000', '104839.199000', '104839.202000', '104839.213000', '104839.216000', '104839.218000', '104839.221000', '104839.225000', '104839.228000', '104839.230000', '104839.233000', '104839.236000', '104839.239000', '104839.242000', '104839.245000', '104839.248000', '104839.265000', '104839.269000', '104839.272000', '104839.275000', '104839.278000', '104839.281000', '104839.283000', '104839.288000', '104839.291000', '104839.294000', '104839.297000', '104839.300000', '104839.303000', '104839.306000', '104839.309000', '104839.312000', '104839.315000', '104839.318000', '104839.321000', '104839.324000', '104839.327000', '104839.330000', '104839.333000', '104839.336000', '104839.339000', '104839.342000', '104859.179000', '104859.182000', '104859.185000', '104859.188000', '104859.190000', '104859.193000', '104859.196000', '104859.199000', '104859.202000', '104859.205000', '104859.208000', '104859.210000', '104859.213000', '104859.216000', '104859.219000', '104859.222000', '104859.225000', '104859.228000', '104859.231000', '104859.233000', '104859.236000', '104859.239000', '104859.242000', '104859.245000', '104859.247000', '104859.250000', '104859.253000', '104859.262000', '104859.265000', '104859.268000', '104859.271000', '104859.274000', '104859.277000', '104859.280000', '104859.282000', '104859.285000', '104859.288000', '104859.291000', '104859.294000', '104859.296000', '104859.299000', '104859.302000', '104859.305000', '104859.308000', '104919.179000', '104919.182000', '104919.185000', '104919.195000', '104919.197000', '104919.200000', '104919.203000', '104919.206000', '104919.209000', '104919.211000', '104919.214000', '104919.217000', '104919.220000', '104919.223000', '104919.226000', '104919.229000', '104919.231000', '104919.234000', '104919.237000', '104919.240000', '104919.243000', '104919.246000', '104919.248000', '104919.251000', '104919.254000', '104919.257000', '104919.260000', '104919.263000', '104919.265000', '104919.268000', '104919.271000', '104919.274000', '104919.277000', '104919.280000', '104919.283000', '104919.286000', '104919.288000', '104919.291000', '104919.294000', '104919.297000', '104919.300000', '104919.303000', '104919.305000', '104939.179000', '104939.182000', '104939.185000', '104939.188000', '104939.191000', '104939.194000', '104939.196000', '104939.199000', '104939.202000', '104939.205000', '104939.208000', '104939.210000', '104939.213000', '104939.216000', '104939.219000', '104939.222000', '104939.225000', '104939.228000', '104939.231000', '104939.234000', '104939.237000', '104939.239000', '104939.242000', '104939.251000', '104939.254000', '104939.256000', '104939.259000', '104939.262000', '104939.265000', '104939.268000', '104939.271000', '104939.273000', '104939.276000', '104939.279000', '104939.282000', '104939.285000', '104939.288000', '104939.290000', '104939.293000', '104939.296000', '104939.299000', '104939.302000', '104939.304000', '104959.179000', '104959.194000', '104959.197000', '104959.200000', '104959.203000', '104959.205000', '104959.208000', '104959.211000', '104959.214000', '104959.217000', '104959.220000', '104959.223000', '104959.225000', '104959.228000', '104959.231000', '104959.234000', '104959.237000', '104959.240000', '104959.243000', '104959.246000', '104959.248000', '104959.251000', '104959.254000', '104959.257000', '104959.260000', '104959.263000', '104959.265000', '104959.268000', '104959.271000', '104959.274000', '104959.277000', '104959.280000', '104959.283000', '104959.286000', '104959.288000', '104959.291000', '104959.294000', '104959.297000', '104959.300000', '104959.303000', '104959.306000', '104959.309000', '104959.311000', '104959.314000', '105019.179000', '105019.182000', '105019.185000', '105019.188000', '105019.191000', '105019.194000', '105019.197000', '105019.200000', '105019.203000', '105019.206000', '105019.209000', '105019.212000', '105019.214000', '105019.225000', '105019.228000', '105019.231000', '105019.234000', '105019.237000', '105019.240000', '105019.243000', '105019.245000', '105019.248000', '105019.251000', '105019.254000', '105019.257000', '105019.260000', '105019.262000', '105019.265000', '105019.268000', '105019.271000', '105019.274000', '105019.277000', '105019.280000', '105019.283000', '105019.286000', '105019.289000', '105019.291000', '105019.294000', '105019.297000', '105019.300000', '105019.303000', '105019.306000', '105019.308000', '105039.179000', '105039.182000', '105039.185000', '105039.188000', '105039.191000', '105039.193000', '105039.196000', '105039.199000', '105039.202000', '105039.205000', '105039.208000', '105039.211000', '105039.213000', '105039.216000', '105039.226000', '105039.229000', '105039.231000', '105039.234000', '105039.237000', '105039.240000', '105039.243000', '105039.246000', '105039.249000', '105039.252000', '105039.254000', '105039.257000', '105039.260000', '105039.263000', '105039.266000', '105039.269000', '105039.272000', '105039.275000', '105039.278000', '105039.280000', '105039.284000', '105039.286000', '105039.289000', '105039.292000', '105039.295000', '105039.298000', '105039.301000', '105039.303000', '105039.306000', '105039.309000', '105059.180000', '105059.183000', '105059.186000', '105059.189000', '105059.192000', '105059.194000', '105059.197000', '105059.200000', '105059.205000', '105059.208000', '105059.210000', '105059.214000', '105059.217000', '105059.219000', '105059.222000', '105059.225000', '105059.228000', '105059.231000', '105059.234000', '105059.237000', '105059.239000', '105059.242000', '105059.245000', '105059.248000', '105059.251000', '105059.254000', '105059.257000', '105059.259000', '105059.262000', '105059.265000', '105059.268000', '105059.271000', '105059.274000', '105059.276000', '105059.279000', '105059.282000', '105059.285000', '105059.288000', '105059.291000', '105059.294000', '105059.297000', '105059.299000', '105059.302000', '105119.179000', '105119.182000', '105119.185000', '105119.188000', '105119.191000', '105119.194000', '105119.200000', '105119.203000', '105119.206000', '105119.209000', '105119.212000', '105119.215000', '105119.217000', '105119.220000', '105119.223000', '105119.226000', '105119.229000', '105119.232000', '105119.235000', '105119.238000', '105119.240000', '105119.244000', '105119.246000', '105119.249000', '105119.252000', '105119.255000', '105119.258000', '105119.261000', '105119.264000', '105119.267000', '105119.269000', '105119.272000', '105119.275000', '105119.278000', '105119.281000', '105119.284000', '105119.286000', '105119.289000', '105119.292000', '105119.295000', '105119.298000', '105119.301000', '105119.303000', '105119.306000', '105139.179000', '105139.182000', '105139.185000', '105139.188000', '105139.191000', '105139.193000', '105139.196000', '105139.205000', '105139.208000', '105139.211000', '105139.214000', '105139.218000', '105139.221000', '105139.224000', '105139.226000', '105139.229000', '105139.232000', '105139.235000', '105139.238000', '105139.241000', '105139.244000', '105139.246000', '105139.249000', '105139.252000', '105139.255000', '105139.258000', '105139.261000', '105139.264000', '105139.267000', '105139.270000', '105139.272000', '105139.275000', '105139.278000', '105139.281000', '105139.284000', '105139.287000', '105139.289000', '105139.292000', '105139.304000', '105139.306000', '105139.309000', '105139.319000', '105139.322000', '105159.179000', '105159.182000', '105159.185000', '105159.187000', '105159.190000', '105159.193000', '105159.196000', '105159.199000', '105159.202000', '105159.205000', '105159.208000', '105159.210000', '105159.214000', '105159.216000', '105159.219000', '105159.222000', '105159.225000', '105159.228000', '105159.231000', '105159.233000', '105159.236000', '105159.239000', '105159.242000', '105159.245000', '105159.248000', '105159.251000', '105159.254000', '105159.257000', '105159.259000', '105159.262000', '105159.265000', '105159.268000', '105159.271000', '105159.274000', '105159.276000', '105159.279000', '105159.282000', '105159.294000', '105159.296000', '105159.299000', '105159.302000', '105159.305000', '105159.308000', '105159.311000', '105219.179000', '105219.192000', '105219.195000', '105219.198000', '105219.201000', '105219.203000', '105219.206000', '105219.209000', '105219.212000', '105219.215000', '105219.218000', '105219.221000', '105219.224000', '105219.226000', '105219.229000', '105219.232000', '105219.235000', '105219.238000', '105219.241000', '105219.244000', '105219.247000', '105219.250000', '105219.253000', '105219.256000', '105219.258000', '105219.261000', '105219.264000', '105219.267000', '105219.270000', '105219.273000', '105219.276000', '105219.278000', '105219.282000', '105219.285000', '105219.289000', '105219.291000', '105219.294000', '105219.297000', '105219.300000', '105219.303000', '105219.306000', '105219.309000', '105219.312000', '105239.179000', '105239.183000', '105239.186000', '105239.189000', '105239.192000', '105239.195000', '105239.197000', '105239.200000', '105239.203000', '105239.206000', '105239.209000', '105239.212000', '105239.215000', '105239.217000', '105239.220000', '105239.223000', '105239.226000', '105239.229000', '105239.232000', '105239.235000', '105239.238000', '105239.240000', '105239.243000', '105239.246000', '105239.249000', '105239.252000', '105239.255000', '105239.257000', '105239.260000', '105239.263000', '105239.266000', '105239.269000', '105239.272000', '105239.274000', '105239.277000', '105239.280000', '105239.283000', '105239.286000', '105239.289000', '105239.292000', '105239.294000', '105239.297000', '105239.300000', '105239.303000', '105259.179000', '105259.193000', '105259.196000', '105259.200000', '105259.202000', '105259.205000', '105259.208000', '105259.211000', '105259.214000', '105259.217000', '105259.220000', '105259.223000', '105259.226000', '105259.229000', '105259.231000', '105259.234000', '105259.237000', '105259.240000', '105259.243000', '105259.246000', '105259.249000', '105259.252000', '105259.255000', '105259.258000', '105259.261000', '105259.264000', '105259.266000', '105259.271000', '105259.276000', '105259.279000', '105259.282000', '105259.285000', '105259.288000', '105259.290000', '105259.293000', '105259.296000', '105259.299000', '105259.302000', '105259.305000', '105259.308000', '105259.311000', '105259.314000', '105259.316000', '105319.180000', '105319.197000', '105319.200000', '105319.203000', '105319.206000', '105319.209000', '105319.212000', '105319.215000', '105319.218000', '105319.220000', '105319.223000', '105319.226000', '105319.229000', '105319.232000', '105319.237000', '105319.240000', '105319.243000', '105319.246000', '105319.249000', '105319.251000', '105319.266000', '105319.269000', '105319.285000', '105319.287000', '105319.290000', '105319.293000', '105319.296000', '105319.299000', '105319.302000', '105319.304000', '105319.307000', '105319.310000', '105319.313000', '105319.316000', '105319.319000', '105319.322000', '105319.324000', '105319.327000', '105319.330000', '105319.333000', '105319.336000', '105319.339000', '105319.341000', '105319.344000', '105339.179000', '105339.208000', '105339.210000', '105339.213000', '105339.216000', '105339.219000', '105339.222000', '105339.225000', '105339.228000', '105339.231000', '105339.233000', '105339.236000', '105339.239000', '105339.242000', '105339.245000', '105339.248000', '105339.251000', '105339.254000', '105339.257000', '105339.259000', '105339.263000', '105339.265000', '105339.269000', '105339.274000', '105339.277000', '105339.280000', '105339.283000', '105339.286000', '105339.289000', '105339.292000', '105339.295000', '105339.298000', '105339.300000', '105339.303000', '105339.306000', '105339.309000', '105339.312000', '105339.315000', '105339.318000', '105339.320000', '105339.323000', '105339.326000', '105339.329000', '105359.179000', '105359.182000', '105359.185000', '105359.188000', '105359.191000', '105359.194000', '105359.197000', '105359.199000', '105359.202000', '105359.205000', '105359.208000', '105359.211000', '105359.214000', '105359.217000', '105359.220000', '105359.222000', '105359.225000', '105359.228000', '105359.231000', '105359.234000', '105359.237000', '105359.240000', '105359.242000', '105359.245000', '105359.248000', '105359.251000', '105359.254000', '105359.257000', '105359.259000', '105359.262000', '105359.265000', '105359.268000', '105359.271000', '105359.274000', '105359.277000', '105359.279000', '105359.282000', '105359.285000', '105359.288000', '105359.291000', '105359.294000', '105359.297000', '105359.299000', '105359.302000', '105419.179000', '105419.226000', '105419.229000', '105419.233000', '105419.236000', '105419.239000', '105419.242000', '105419.245000', '105419.248000', '105419.251000', '105419.253000', '105419.256000', '105419.259000', '105419.262000', '105419.265000', '105419.268000', '105419.271000', '105419.274000', '105419.277000', '105419.280000', '105419.282000', '105419.285000', '105419.288000', '105419.291000', '105419.294000', '105419.299000', '105419.303000', '105419.306000', '105419.309000', '105419.312000', '105419.314000', '105419.317000', '105419.320000', '105419.323000', '105419.326000', '105419.329000', '105419.332000', '105419.335000', '105419.337000', '105419.340000', '105419.343000', '105419.346000', '105419.349000', '105439.179000', '105439.201000', '105439.204000', '105439.207000', '105439.210000', '105439.213000', '105439.216000', '105439.218000', '105439.221000', '105439.224000', '105439.227000', '105439.230000', '105439.233000', '105439.236000', '105439.238000', '105439.241000', '105439.244000', '105439.247000', '105439.250000', '105439.253000', '105439.256000', '105439.259000', '105439.261000', '105439.264000', '105439.267000', '105439.270000', '105439.273000', '105439.276000', '105439.278000', '105439.281000', '105439.284000', '105439.296000', '105439.299000', '105439.302000', '105439.305000', '105439.308000', '105439.311000', '105439.313000', '105439.316000', '105439.319000', '105439.322000', '105439.325000', '105439.328000', '105439.330000', '105459.179000', '105459.206000', '105459.209000', '105459.212000', '105459.215000', '105459.217000', '105459.220000', '105459.223000', '105459.226000', '105459.229000', '105459.232000', '105459.235000', '105459.238000', '105459.240000', '105459.244000', '105459.247000', '105459.249000', '105459.252000', '105459.255000', '105459.258000', '105459.261000', '105459.264000', '105459.267000', '105459.270000', '105459.272000', '105459.275000', '105459.278000', '105459.281000', '105459.289000', '105459.292000', '105459.295000', '105459.298000', '105459.301000', '105459.304000', '105459.307000', '105459.309000', '105459.312000', '105459.316000', '105459.320000', '105459.323000', '105459.326000', '105459.329000', '105459.332000', '105519.179000', '105519.221000', '105519.224000', '105519.227000', '105519.230000', '105519.232000', '105519.235000', '105519.238000', '105519.241000', '105519.244000', '105519.247000', '105519.250000', '105519.253000', '105519.255000', '105519.258000', '105519.261000', '105519.264000', '105519.267000', '105519.270000', '105519.273000', '105519.276000', '105519.278000', '105519.281000', '105519.284000', '105519.287000', '105519.290000', '105519.293000', '105519.296000', '105519.298000', '105519.301000', '105519.304000', '105519.307000', '105519.310000', '105519.313000', '105519.315000', '105519.318000', '105519.321000', '105519.324000', '105519.327000', '105519.330000', '105519.333000', '105519.335000', '105519.338000', '105519.341000', '105539.180000', '105539.183000', '105539.186000', '105539.189000', '105539.192000', '105539.195000', '105539.198000', '105539.200000', '105539.203000', '105539.206000', '105539.209000', '105539.212000', '105539.215000', '105539.218000', '105539.220000', '105539.223000', '105539.226000', '105539.229000', '105539.232000', '105539.235000', '105539.238000', '105539.241000', '105539.243000', '105539.246000', '105539.249000', '105539.252000', '105539.255000', '105539.258000', '105539.261000', '105539.264000', '105539.266000', '105539.269000', '105539.273000', '105539.276000', '105539.279000', '105539.282000', '105539.284000', '105539.287000', '105539.290000', '105539.293000', '105539.296000', '105539.299000', '105539.302000', '105559.179000', '105559.203000', '105559.206000', '105559.209000', '105559.212000', '105559.215000', '105559.218000', '105559.220000', '105559.223000', '105559.226000', '105559.229000', '105559.232000', '105559.235000', '105559.238000', '105559.241000', '105559.244000', '105559.247000', '105559.249000', '105559.252000', '105559.255000', '105559.258000', '105559.261000', '105559.264000', '105559.267000', '105559.269000', '105559.272000', '105559.275000', '105559.278000', '105559.290000', '105559.293000', '105559.296000', '105559.299000', '105559.302000', '105559.305000', '105559.307000', '105559.310000', '105559.313000', '105559.316000', '105559.319000', '105559.322000', '105559.324000', '105559.327000', '105559.330000', '105559.333000', '105619.179000', '105619.182000', '105619.185000', '105619.188000', '105619.191000', '105619.193000', '105619.196000', '105619.199000', '105619.202000', '105619.205000', '105619.208000', '105619.210000', '105619.213000', '105619.216000', '105619.219000', '105619.222000', '105619.225000', '105619.228000', '105619.231000', '105619.234000', '105619.237000', '105619.239000', '105619.242000', '105619.245000', '105619.248000', '105619.251000', '105619.254000', '105619.256000', '105619.259000', '105619.262000', '105619.265000', '105619.268000', '105619.271000', '105619.274000', '105619.276000', '105619.279000', '105619.282000', '105619.285000', '105619.288000', '105619.291000', '105619.294000', '105619.296000', '105619.299000', '105639.179000', '105639.211000', '105639.214000', '105639.217000', '105639.219000', '105639.222000', '105639.225000', '105639.228000', '105639.231000', '105639.234000', '105639.237000', '105639.239000', '105639.242000', '105639.245000', '105639.248000', '105639.251000', '105639.254000', '105639.257000', '105639.260000', '105639.263000', '105639.266000', '105639.269000', '105639.271000', '105639.274000', '105639.277000', '105639.280000', '105639.283000', '105639.286000', '105639.288000', '105639.291000', '105639.294000', '105639.297000', '105639.300000', '105639.303000', '105639.306000', '105639.309000', '105639.311000', '105639.314000', '105639.317000', '105639.320000', '105639.323000', '105639.326000', '105639.328000', '105639.331000', '105647.935000', '105647.940000', '105647.943000', '105647.951000', '105647.954000', '105647.957000', '105647.960000', '105647.963000', '105647.966000', '105647.969000', '105647.972000', '105647.975000', '105647.978000', '105647.982000', '105647.985000', '105647.987000', '105647.990000', '105647.993000', '105647.996000'], 'InstanceCreationTime': ['104819.221000', '104819.225000', '104819.227000', '104819.231000', '104819.234000', '104819.237000', '104819.240000', '104819.243000', '104819.246000', '104819.249000', '104819.252000', '104819.255000', '104819.258000', '104819.261000', '104819.264000', '104819.267000', '104819.270000', '104819.273000', '104819.276000', '104819.279000', '104819.282000', '104819.286000', '104819.289000', '104819.292000', '104819.295000', '104819.298000', '104819.301000', '104819.304000', '104819.307000', '104819.310000', '104819.313000', '104819.317000', '104819.319000', '104819.322000', '104819.328000', '104819.331000', '104819.334000', '104819.337000', '104819.340000', '104819.343000', '104819.346000', '104819.349000', '104819.352000', '104819.355000', '104819.358000', '104819.361000', '104819.364000', '104819.367000', '104819.370000', '104819.373000', '104819.376000', '104819.379000', '104839.180000', '104839.196000', '104839.199000', '104839.202000', '104839.213000', '104839.216000', '104839.218000', '104839.221000', '104839.225000', '104839.228000', '104839.230000', '104839.233000', '104839.236000', '104839.239000', '104839.242000', '104839.245000', '104839.248000', '104839.265000', '104839.269000', '104839.272000', '104839.275000', '104839.278000', '104839.281000', '104839.283000', '104839.288000', '104839.291000', '104839.294000', '104839.297000', '104839.300000', '104839.303000', '104839.306000', '104839.309000', '104839.312000', '104839.315000', '104839.318000', '104839.321000', '104839.324000', '104839.327000', '104839.330000', '104839.333000', '104839.336000', '104839.339000', '104839.342000', '104859.179000', '104859.182000', '104859.185000', '104859.188000', '104859.190000', '104859.193000', '104859.196000', '104859.199000', '104859.202000', '104859.205000', '104859.208000', '104859.210000', '104859.213000', '104859.216000', '104859.219000', '104859.222000', '104859.225000', '104859.228000', '104859.231000', '104859.233000', '104859.236000', '104859.239000', '104859.242000', '104859.245000', '104859.247000', '104859.250000', '104859.253000', '104859.262000', '104859.265000', '104859.268000', '104859.271000', '104859.274000', '104859.277000', '104859.280000', '104859.282000', '104859.285000', '104859.288000', '104859.291000', '104859.294000', '104859.296000', '104859.299000', '104859.302000', '104859.305000', '104859.308000', '104919.179000', '104919.182000', '104919.185000', '104919.195000', '104919.197000', '104919.200000', '104919.203000', '104919.206000', '104919.209000', '104919.211000', '104919.214000', '104919.217000', '104919.220000', '104919.223000', '104919.226000', '104919.229000', '104919.231000', '104919.234000', '104919.237000', '104919.240000', '104919.243000', '104919.246000', '104919.248000', '104919.251000', '104919.254000', '104919.257000', '104919.260000', '104919.263000', '104919.265000', '104919.268000', '104919.271000', '104919.274000', '104919.277000', '104919.280000', '104919.283000', '104919.286000', '104919.288000', '104919.291000', '104919.294000', '104919.297000', '104919.300000', '104919.303000', '104919.305000', '104939.179000', '104939.182000', '104939.185000', '104939.188000', '104939.191000', '104939.194000', '104939.196000', '104939.199000', '104939.202000', '104939.205000', '104939.208000', '104939.210000', '104939.213000', '104939.216000', '104939.219000', '104939.222000', '104939.225000', '104939.228000', '104939.231000', '104939.234000', '104939.237000', '104939.239000', '104939.242000', '104939.251000', '104939.254000', '104939.256000', '104939.259000', '104939.262000', '104939.265000', '104939.268000', '104939.271000', '104939.273000', '104939.276000', '104939.279000', '104939.282000', '104939.285000', '104939.288000', '104939.290000', '104939.293000', '104939.296000', '104939.299000', '104939.302000', '104939.304000', '104959.179000', '104959.194000', '104959.197000', '104959.200000', '104959.203000', '104959.205000', '104959.208000', '104959.211000', '104959.214000', '104959.217000', '104959.220000', '104959.223000', '104959.225000', '104959.228000', '104959.231000', '104959.234000', '104959.237000', '104959.240000', '104959.243000', '104959.246000', '104959.248000', '104959.251000', '104959.254000', '104959.257000', '104959.260000', '104959.263000', '104959.265000', '104959.268000', '104959.271000', '104959.274000', '104959.277000', '104959.280000', '104959.283000', '104959.286000', '104959.288000', '104959.291000', '104959.294000', '104959.297000', '104959.300000', '104959.303000', '104959.306000', '104959.309000', '104959.311000', '104959.314000', '105019.179000', '105019.182000', '105019.185000', '105019.188000', '105019.191000', '105019.194000', '105019.197000', '105019.200000', '105019.203000', '105019.206000', '105019.209000', '105019.212000', '105019.214000', '105019.225000', '105019.228000', '105019.231000', '105019.234000', '105019.237000', '105019.240000', '105019.243000', '105019.245000', '105019.248000', '105019.251000', '105019.254000', '105019.257000', '105019.260000', '105019.262000', '105019.265000', '105019.268000', '105019.271000', '105019.274000', '105019.277000', '105019.280000', '105019.283000', '105019.286000', '105019.289000', '105019.291000', '105019.294000', '105019.297000', '105019.300000', '105019.303000', '105019.306000', '105019.308000', '105039.179000', '105039.182000', '105039.185000', '105039.188000', '105039.191000', '105039.193000', '105039.196000', '105039.199000', '105039.202000', '105039.205000', '105039.208000', '105039.211000', '105039.213000', '105039.216000', '105039.226000', '105039.229000', '105039.231000', '105039.234000', '105039.237000', '105039.240000', '105039.243000', '105039.246000', '105039.249000', '105039.252000', '105039.254000', '105039.257000', '105039.260000', '105039.263000', '105039.266000', '105039.269000', '105039.272000', '105039.275000', '105039.278000', '105039.280000', '105039.284000', '105039.286000', '105039.289000', '105039.292000', '105039.295000', '105039.298000', '105039.301000', '105039.303000', '105039.306000', '105039.309000', '105059.180000', '105059.183000', '105059.186000', '105059.189000', '105059.192000', '105059.194000', '105059.197000', '105059.200000', '105059.205000', '105059.208000', '105059.210000', '105059.214000', '105059.217000', '105059.219000', '105059.222000', '105059.225000', '105059.228000', '105059.231000', '105059.234000', '105059.237000', '105059.239000', '105059.242000', '105059.245000', '105059.248000', '105059.251000', '105059.254000', '105059.257000', '105059.259000', '105059.262000', '105059.265000', '105059.268000', '105059.271000', '105059.274000', '105059.276000', '105059.279000', '105059.282000', '105059.285000', '105059.288000', '105059.291000', '105059.294000', '105059.297000', '105059.299000', '105059.302000', '105119.179000', '105119.182000', '105119.185000', '105119.188000', '105119.191000', '105119.194000', '105119.200000', '105119.203000', '105119.206000', '105119.209000', '105119.212000', '105119.215000', '105119.217000', '105119.220000', '105119.223000', '105119.226000', '105119.229000', '105119.232000', '105119.235000', '105119.238000', '105119.240000', '105119.244000', '105119.246000', '105119.249000', '105119.252000', '105119.255000', '105119.258000', '105119.261000', '105119.264000', '105119.267000', '105119.269000', '105119.272000', '105119.275000', '105119.278000', '105119.281000', '105119.284000', '105119.286000', '105119.289000', '105119.292000', '105119.295000', '105119.298000', '105119.301000', '105119.303000', '105119.306000', '105139.179000', '105139.182000', '105139.185000', '105139.188000', '105139.191000', '105139.193000', '105139.196000', '105139.205000', '105139.208000', '105139.211000', '105139.214000', '105139.218000', '105139.221000', '105139.224000', '105139.226000', '105139.229000', '105139.232000', '105139.235000', '105139.238000', '105139.241000', '105139.244000', '105139.246000', '105139.249000', '105139.252000', '105139.255000', '105139.258000', '105139.261000', '105139.264000', '105139.267000', '105139.270000', '105139.272000', '105139.275000', '105139.278000', '105139.281000', '105139.284000', '105139.287000', '105139.289000', '105139.292000', '105139.304000', '105139.306000', '105139.309000', '105139.319000', '105139.322000', '105159.179000', '105159.182000', '105159.185000', '105159.187000', '105159.190000', '105159.193000', '105159.196000', '105159.199000', '105159.202000', '105159.205000', '105159.208000', '105159.210000', '105159.214000', '105159.216000', '105159.219000', '105159.222000', '105159.225000', '105159.228000', '105159.231000', '105159.233000', '105159.236000', '105159.239000', '105159.242000', '105159.245000', '105159.248000', '105159.251000', '105159.254000', '105159.257000', '105159.259000', '105159.262000', '105159.265000', '105159.268000', '105159.271000', '105159.274000', '105159.276000', '105159.279000', '105159.282000', '105159.294000', '105159.296000', '105159.299000', '105159.302000', '105159.305000', '105159.308000', '105159.311000', '105219.179000', '105219.192000', '105219.195000', '105219.198000', '105219.201000', '105219.203000', '105219.206000', '105219.209000', '105219.212000', '105219.215000', '105219.218000', '105219.221000', '105219.224000', '105219.226000', '105219.229000', '105219.232000', '105219.235000', '105219.238000', '105219.241000', '105219.244000', '105219.247000', '105219.250000', '105219.253000', '105219.256000', '105219.258000', '105219.261000', '105219.264000', '105219.267000', '105219.270000', '105219.273000', '105219.276000', '105219.278000', '105219.282000', '105219.285000', '105219.289000', '105219.291000', '105219.294000', '105219.297000', '105219.300000', '105219.303000', '105219.306000', '105219.309000', '105219.312000', '105239.179000', '105239.183000', '105239.186000', '105239.189000', '105239.192000', '105239.195000', '105239.197000', '105239.200000', '105239.203000', '105239.206000', '105239.209000', '105239.212000', '105239.215000', '105239.217000', '105239.220000', '105239.223000', '105239.226000', '105239.229000', '105239.232000', '105239.235000', '105239.238000', '105239.240000', '105239.243000', '105239.246000', '105239.249000', '105239.252000', '105239.255000', '105239.257000', '105239.260000', '105239.263000', '105239.266000', '105239.269000', '105239.272000', '105239.274000', '105239.277000', '105239.280000', '105239.283000', '105239.286000', '105239.289000', '105239.292000', '105239.294000', '105239.297000', '105239.300000', '105239.303000', '105259.179000', '105259.193000', '105259.196000', '105259.200000', '105259.202000', '105259.205000', '105259.208000', '105259.211000', '105259.214000', '105259.217000', '105259.220000', '105259.223000', '105259.226000', '105259.229000', '105259.231000', '105259.234000', '105259.237000', '105259.240000', '105259.243000', '105259.246000', '105259.249000', '105259.252000', '105259.255000', '105259.258000', '105259.261000', '105259.264000', '105259.266000', '105259.271000', '105259.276000', '105259.279000', '105259.282000', '105259.285000', '105259.288000', '105259.290000', '105259.293000', '105259.296000', '105259.299000', '105259.302000', '105259.305000', '105259.308000', '105259.311000', '105259.314000', '105259.316000', '105319.180000', '105319.197000', '105319.200000', '105319.203000', '105319.206000', '105319.209000', '105319.212000', '105319.215000', '105319.218000', '105319.220000', '105319.223000', '105319.226000', '105319.229000', '105319.232000', '105319.237000', '105319.240000', '105319.243000', '105319.246000', '105319.249000', '105319.251000', '105319.266000', '105319.269000', '105319.285000', '105319.287000', '105319.290000', '105319.293000', '105319.296000', '105319.299000', '105319.302000', '105319.304000', '105319.307000', '105319.310000', '105319.313000', '105319.316000', '105319.319000', '105319.322000', '105319.324000', '105319.327000', '105319.330000', '105319.333000', '105319.336000', '105319.339000', '105319.341000', '105319.344000', '105339.179000', '105339.208000', '105339.210000', '105339.213000', '105339.216000', '105339.219000', '105339.222000', '105339.225000', '105339.228000', '105339.231000', '105339.233000', '105339.236000', '105339.239000', '105339.242000', '105339.245000', '105339.248000', '105339.251000', '105339.254000', '105339.257000', '105339.259000', '105339.263000', '105339.265000', '105339.269000', '105339.274000', '105339.277000', '105339.280000', '105339.283000', '105339.286000', '105339.289000', '105339.292000', '105339.295000', '105339.298000', '105339.300000', '105339.303000', '105339.306000', '105339.309000', '105339.312000', '105339.315000', '105339.318000', '105339.320000', '105339.323000', '105339.326000', '105339.329000', '105359.179000', '105359.182000', '105359.185000', '105359.188000', '105359.191000', '105359.194000', '105359.197000', '105359.199000', '105359.202000', '105359.205000', '105359.208000', '105359.211000', '105359.214000', '105359.217000', '105359.220000', '105359.222000', '105359.225000', '105359.228000', '105359.231000', '105359.234000', '105359.237000', '105359.240000', '105359.242000', '105359.245000', '105359.248000', '105359.251000', '105359.254000', '105359.257000', '105359.259000', '105359.262000', '105359.265000', '105359.268000', '105359.271000', '105359.274000', '105359.277000', '105359.279000', '105359.282000', '105359.285000', '105359.288000', '105359.291000', '105359.294000', '105359.297000', '105359.299000', '105359.302000', '105419.179000', '105419.226000', '105419.229000', '105419.233000', '105419.236000', '105419.239000', '105419.242000', '105419.245000', '105419.248000', '105419.251000', '105419.253000', '105419.256000', '105419.259000', '105419.262000', '105419.265000', '105419.268000', '105419.271000', '105419.274000', '105419.277000', '105419.280000', '105419.282000', '105419.285000', '105419.288000', '105419.291000', '105419.294000', '105419.299000', '105419.303000', '105419.306000', '105419.309000', '105419.312000', '105419.314000', '105419.317000', '105419.320000', '105419.323000', '105419.326000', '105419.329000', '105419.332000', '105419.335000', '105419.337000', '105419.340000', '105419.343000', '105419.346000', '105419.349000', '105439.179000', '105439.201000', '105439.204000', '105439.207000', '105439.210000', '105439.213000', '105439.216000', '105439.218000', '105439.221000', '105439.224000', '105439.227000', '105439.230000', '105439.233000', '105439.236000', '105439.238000', '105439.241000', '105439.244000', '105439.247000', '105439.250000', '105439.253000', '105439.256000', '105439.259000', '105439.261000', '105439.264000', '105439.267000', '105439.270000', '105439.273000', '105439.276000', '105439.278000', '105439.281000', '105439.284000', '105439.296000', '105439.299000', '105439.302000', '105439.305000', '105439.308000', '105439.311000', '105439.313000', '105439.316000', '105439.319000', '105439.322000', '105439.325000', '105439.328000', '105439.330000', '105459.179000', '105459.206000', '105459.209000', '105459.212000', '105459.215000', '105459.217000', '105459.220000', '105459.223000', '105459.226000', '105459.229000', '105459.232000', '105459.235000', '105459.238000', '105459.240000', '105459.244000', '105459.247000', '105459.249000', '105459.252000', '105459.255000', '105459.258000', '105459.261000', '105459.264000', '105459.267000', '105459.270000', '105459.272000', '105459.275000', '105459.278000', '105459.281000', '105459.289000', '105459.292000', '105459.295000', '105459.298000', '105459.301000', '105459.304000', '105459.307000', '105459.309000', '105459.312000', '105459.316000', '105459.320000', '105459.323000', '105459.326000', '105459.329000', '105459.332000', '105519.179000', '105519.221000', '105519.224000', '105519.227000', '105519.230000', '105519.232000', '105519.235000', '105519.238000', '105519.241000', '105519.244000', '105519.247000', '105519.250000', '105519.253000', '105519.255000', '105519.258000', '105519.261000', '105519.264000', '105519.267000', '105519.270000', '105519.273000', '105519.276000', '105519.278000', '105519.281000', '105519.284000', '105519.287000', '105519.290000', '105519.293000', '105519.296000', '105519.298000', '105519.301000', '105519.304000', '105519.307000', '105519.310000', '105519.313000', '105519.315000', '105519.318000', '105519.321000', '105519.324000', '105519.327000', '105519.330000', '105519.333000', '105519.335000', '105519.338000', '105519.341000', '105539.180000', '105539.183000', '105539.186000', '105539.189000', '105539.192000', '105539.195000', '105539.198000', '105539.200000', '105539.203000', '105539.206000', '105539.209000', '105539.212000', '105539.215000', '105539.218000', '105539.220000', '105539.223000', '105539.226000', '105539.229000', '105539.232000', '105539.235000', '105539.238000', '105539.241000', '105539.243000', '105539.246000', '105539.249000', '105539.252000', '105539.255000', '105539.258000', '105539.261000', '105539.264000', '105539.266000', '105539.269000', '105539.273000', '105539.276000', '105539.279000', '105539.282000', '105539.284000', '105539.287000', '105539.290000', '105539.293000', '105539.296000', '105539.299000', '105539.302000', '105559.179000', '105559.203000', '105559.206000', '105559.209000', '105559.212000', '105559.215000', '105559.218000', '105559.220000', '105559.223000', '105559.226000', '105559.229000', '105559.232000', '105559.235000', '105559.238000', '105559.241000', '105559.244000', '105559.247000', '105559.249000', '105559.252000', '105559.255000', '105559.258000', '105559.261000', '105559.264000', '105559.267000', '105559.269000', '105559.272000', '105559.275000', '105559.278000', '105559.290000', '105559.293000', '105559.296000', '105559.299000', '105559.302000', '105559.305000', '105559.307000', '105559.310000', '105559.313000', '105559.316000', '105559.319000', '105559.322000', '105559.324000', '105559.327000', '105559.330000', '105559.333000', '105619.179000', '105619.182000', '105619.185000', '105619.188000', '105619.191000', '105619.193000', '105619.196000', '105619.199000', '105619.202000', '105619.205000', '105619.208000', '105619.210000', '105619.213000', '105619.216000', '105619.219000', '105619.222000', '105619.225000', '105619.228000', '105619.231000', '105619.234000', '105619.237000', '105619.239000', '105619.242000', '105619.245000', '105619.248000', '105619.251000', '105619.254000', '105619.256000', '105619.259000', '105619.262000', '105619.265000', '105619.268000', '105619.271000', '105619.274000', '105619.276000', '105619.279000', '105619.282000', '105619.285000', '105619.288000', '105619.291000', '105619.294000', '105619.296000', '105619.299000', '105639.179000', '105639.211000', '105639.214000', '105639.217000', '105639.219000', '105639.222000', '105639.225000', '105639.228000', '105639.231000', '105639.234000', '105639.237000', '105639.239000', '105639.242000', '105639.245000', '105639.248000', '105639.251000', '105639.254000', '105639.257000', '105639.260000', '105639.263000', '105639.266000', '105639.269000', '105639.271000', '105639.274000', '105639.277000', '105639.280000', '105639.283000', '105639.286000', '105639.288000', '105639.291000', '105639.294000', '105639.297000', '105639.300000', '105639.303000', '105639.306000', '105639.309000', '105639.311000', '105639.314000', '105639.317000', '105639.320000', '105639.323000', '105639.326000', '105639.328000', '105639.331000', '105647.935000', '105647.940000', '105647.943000', '105647.951000', '105647.954000', '105647.957000', '105647.960000', '105647.963000', '105647.966000', '105647.969000', '105647.972000', '105647.975000', '105647.978000', '105647.982000', '105647.985000', '105647.987000', '105647.990000', '105647.993000', '105647.996000'], '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': [9907, 8602, 13504, 9687, 10602, 13425, 9770, 14281, 11710, 14490, 12165, 13048, 12874, 9785, 14049, 11849, 12922, 8837, 7149, 10917, 7959, 10401, 8039, 6997, 9821, 7062, 11022, 7532, 9956, 7538, 6900, 8702, 6743, 10159, 7215, 10395, 7128, 6949, 7568, 6859, 9273, 7121, 7411, 7193, 7047, 10148, 7281, 7095, 7581, 7040, 9636, 7137, 8265, 7770, 6812, 11055, 7542, 10278, 7711, 7172, 10386, 7265, 12874, 8839, 9335, 9212, 6765, 12228, 8142, 12535, 9713, 6953, 11690, 7639, 12140, 8660, 7397, 13473, 8512, 13480, 10090, 11988, 9603, 8756, 14103, 11858, 14210, 12222, 8859, 11603, 7997, 14465, 11568, 14085, 11831, 7515, 12296, 7628, 7835, 9076, 7021, 11707, 7425, 8834, 8145, 7236, 11234, 8215, 12126, 8659, 9868, 8893, 7284, 10762, 7845, 13632, 11284, 13099, 8015, 6822, 9427, 6854, 11621, 7908, 7215, 8084, 6748, 9915, 7183, 7175, 10134, 7177, 10488, 7526, 6928, 9583, 7089, 12296, 9124, 10934, 9602, 6918, 12145, 8495, 13709, 12035, 9324, 12639, 7910, 11446, 8389, 8885, 10885, 8262, 14130, 7865, 10669, 8328, 6852, 10015, 7583, 11918, 7979, 7422, 8756, 7163, 10813, 8036, 10321, 9713, 6932, 11898, 8118, 12873, 9855, 13744, 11060, 11496, 9496, 7313, 12363, 9017, 14236, 12064, 7136, 9958, 7539, 11862, 8323, 8267, 9896, 6974, 11174, 7805, 9890, 8279, 9946, 11485, 7650, 13321, 7508, 12511, 7699, 7236, 10156, 7680, 9854, 7400, 6969, 9080, 7156, 8900, 7893, 6728, 10193, 6832, 10752, 7427, 11379, 7857, 11677, 8794, 12638, 9295, 11994, 8774, 13103, 7975, 10445, 9087, 7064, 10816, 7162, 9604, 7560, 6733, 9700, 6772, 11568, 8816, 11691, 8105, 8879, 9518, 6888, 11173, 7833, 13501, 10804, 10688, 9600, 7035, 10896, 8467, 7101, 8869, 6791, 7269, 7191, 7407, 6901, 8293, 7944, 10322, 9897, 13437, 14298, 11419, 9305, 12645, 12512, 12346, 14001, 13602, 13312, 15890, 11120, 8814, 14448, 10967, 9194, 10231, 8536, 13873, 9561, 10911, 8990, 7406, 9996, 8308, 9740, 8302, 7476, 9603, 7229, 10084, 7226, 9811, 7323, 9667, 7869, 8409, 7824, 6832, 8725, 7116, 9697, 7791, 10231, 8335, 10166, 8215, 10395, 8652, 6862, 9019, 6959, 9891, 7580, 10726, 7965, 10610, 8486, 10104, 8729, 7033, 9663, 7760, 10291, 8026, 8675, 8151, 6868, 10544, 8042, 11101, 8205, 8134, 8778, 7047, 10024, 7660, 10724, 8644, 7249, 10485, 7911, 8288, 8693, 7457, 11505, 8493, 12189, 9082, 9767, 10442, 7687, 11390, 8505, 12177, 8952, 12510, 9851, 11718, 11417, 8079, 12467, 8840, 12772, 8785, 10282, 9913, 7873, 10596, 8283, 10026, 8281, 8276, 9395, 7840, 11165, 8473, 11505, 8872, 11586, 9448, 12271, 9945, 12140, 9416, 6994, 10416, 7920, 10589, 8518, 9378, 8824, 7447, 10427, 7777, 9604, 8051, 7851, 9284, 7160, 11303, 8422, 11887, 8664, 11609, 8575, 10561, 8542, 7257, 10655, 8155, 11242, 8145, 7758, 8414, 7109, 9919, 8253, 7013, 10107, 7855, 7762, 9108, 7223, 10354, 7960, 12345, 9330, 9699, 9284, 7908, 7600, 10906, 7409, 7659, 10498, 8434, 9149, 13526, 10116, 14106, 12337, 9629, 14164, 12087, 15073, 11772, 9165, 13921, 11139, 13936, 9540, 7428, 13823, 9458, 10675, 8727, 7410, 13281, 7209, 7104, 9379, 8201, 10702, 11285, 8123, 7374, 9362, 7630, 7469, 10608, 8111, 7972, 7397, 6910, 10070, 7592, 8074, 8018, 6813, 9374, 7721, 10511, 8148, 7055, 9358, 7358, 9137, 7472, 7181, 8164, 6831, 9483, 8322, 8935, 7743, 7932, 7993, 6959, 8618, 6723, 9988, 8276, 9157, 8119, 6790, 9202, 7550, 10279, 8577, 9081, 9481, 7080, 11234, 8219, 12300, 8666, 13943, 9915, 10865, 10895, 8981, 11292, 7556, 11533, 8489, 13769, 9290, 7577, 9416, 7283, 10985, 8208, 9526, 9504, 7224, 11371, 8147, 12686, 8566, 10161, 8953, 10464, 11283, 8000, 12698, 8479, 12028, 8283, 11416, 8417, 7339, 10243, 7731, 10577, 7962, 7250, 9065, 7153, 10502, 8298, 10779, 7979, 9485, 8076, 9383, 8803, 8319, 9376, 6713, 9788, 7490, 10712, 7892, 12032, 8308, 7142, 8282, 6998, 9366, 7343, 10708, 8099, 7530, 8881, 7169, 9423, 7992, 9216, 9085, 7265, 11624, 8257, 14288, 9005, 13900, 9674, 9213, 11421, 7442, 12346, 8382, 13144, 8986, 7581, 11674, 7922, 10811, 8615, 6831, 11620, 9221, 12087, 9174, 9746, 11709, 9057, 12965, 9580, 15577, 9316, 12058, 9345, 7877, 12156, 8768, 12710, 8380, 7135, 9176, 7932, 10960, 8678, 6959, 9610, 7348, 11246, 8306, 8584, 10449, 7872, 13266, 8549, 10401, 9508, 7678, 13140, 9617, 12748, 9823, 7479, 12655, 9269, 9767, 12548, 9239, 11292, 8961, 7506, 12860, 8565, 13722, 11351, 9202, 13080, 8851, 12714, 8771, 7969, 10546, 8211, 13699, 9140, 8917, 9255, 7119, 10812, 7896, 9566, 7888, 7268, 10439, 7615, 8626, 8392, 6584, 9967, 7770, 8772, 9254, 7363, 11487, 8036, 7049, 9871, 8266, 10816, 9475, 7853, 13259, 8802, 10064, 10083, 7402, 13257, 9305, 13616, 10828, 7529, 12645, 9230, 10332, 9011, 8460, 10782, 10828, 9374, 10571, 11625, 10111, 16727, 10916, 14182, 10561, 13055, 11732, 9183, 14110, 11318, 12509, 10597, 8308, 13160, 9137, 11675, 9264, 10566, 9268, 7780, 11231, 8605, 8182, 7020, 7041, 6859, 7502, 7060, 7115, 8371, 7205, 7899, 9581, 13851, 10722, 10125, 14411, 15962, 16644, 15530, 14721, 15238, 14853, 11940, 15061, 10155, 8371, 13121, 13625, 10599, 8848, 7421, 9044, 8480, 8310, 8518, 9519, 7855, 9031, 11323, 8803, 11201, 10512, 8145, 11022, 8267, 12290, 9477, 9806, 9546, 7095, 11633, 7419, 15584, 11284, 10725, 11758, 9161, 11940, 10373, 8519, 10954, 9295, 8298, 11292, 9723, 10026, 8852, 6946, 11120, 8867, 13828, 10412, 13440, 9641, 11292, 8839, 9768, 8582, 9075, 8868, 9322, 8105, 6915, 8088, 8451, 9551, 8417, 6911, 9222, 8619, 7897, 8328, 7817, 9712, 8554, 11107, 9473, 13957, 10246, 12914, 11308, 9114, 11489, 8149, 14028, 9769, 14153, 11115, 14593, 11774, 10102, 9923, 7434, 10042, 9290, 12112, 9871, 9712, 9773, 8059, 11331, 8726, 9533, 7476, 6871, 11006, 10208, 8472, 12100, 8981, 11693, 11442, 8853, 14426, 11339, 11393, 13865, 13086, 15501, 13287, 12227, 9283, 7580, 11646, 8426, 12784, 8509, 7407, 8167, 7561, 7004, 8433, 7797, 6708, 9277, 6790, 6812, 6922, 6963, 6745, 7187, 8125, 8927, 8114, 7752, 12761, 12348, 13258, 13211, 13729, 13452, 13787, 16922, 13580, 12156, 14995, 12462, 13313, 11932, 7297, 14205, 8421, 7652, 8499, 7459, 10104, 8166, 7333, 8472, 7592, 7827, 8054, 7381, 7382, 8073, 7463, 7285, 9000, 8446, 8348, 10113, 8569, 9862, 8580, 8072, 13574, 11903, 14471, 11228, 10872, 9095, 7446, 10934, 7664, 13332, 8550, 12686, 8939, 9952, 9089, 7547, 9378, 8541, 9954, 8884, 9116, 8429, 8322, 8384, 7938, 10097, 8608, 12447, 9236, 9996, 9170, 8061, 9546, 7926, 10668, 8796, 12709, 9260, 11385, 9624, 10442, 9222, 8283, 9538, 7646, 11408, 9016, 11448, 9685, 9779, 9034, 8177, 8893, 8081, 10156, 8947, 8548, 8668, 8307, 9290, 7970, 10779, 8918, 11316, 9700, 9983, 9334, 10299, 10065, 13294, 11807, 10734, 14294, 8749, 11747, 9267, 11094, 9513, 8239, 10658, 8670, 13031, 8485, 7304, 9841, 8656, 8288, 9760, 7898, 13355, 9913, 13170, 11420, 14466, 12103, 14482, 13296, 8696, 13442, 9038, 13875, 11613, 13527, 10880, 8318, 10320, 8582, 7725, 8202, 7025, 10098, 8656, 7390, 8594, 7761, 10260, 8594, 10954, 8901, 10322, 11557, 8129, 12376, 9292, 13162, 10250, 10825, 11803, 8076, 10336, 8949, 8034, 8301, 7142, 12358, 10226, 7079, 7229, 7824, 7054, 10006, 8196, 7748, 11106, 9636, 7332, 11849, 9557, 7964, 10491, 7732, 12929, 10563, 13234, 10046, 8767, 13418, 10207, 14690, 12745, 12144, 8731, 7491, 9908, 7987, 7381, 8442, 7759, 8471, 7984, 7929, 8617, 8015, 9470, 8316, 11327, 8241, 11567, 9502, 13209, 11132, 14113, 11152, 7488, 7575, 7293, 6811, 7436, 7732, 6919, 9861, 8022, 9346, 11947, 13302, 11284, 13462, 13192, 12571, 16098, 12074, 14265, 14087, 11821, 14418, 11684, 14661, 11341], 'WindowCenter': [4181.0, 4159.0, 4184.0, 4140.0, 4135.0, 4159.0, 4121.0, 4151.0, 4132.0, 4154.0, 4132.0, 4127.0, 4130.0, 4108.0, 4130.0, 4114.0, 4117.0, 4082.0, 4063.0, 4104.0, 4075.0, 4106.0, 4074.0, 4062.0, 4096.0, 4064.0, 4104.0, 4077.0, 4094.0, 4076.0, 4064.0, 4084.0, 4062.0, 4103.0, 4073.0, 4105.0, 4064.0, 4066.0, 4072.0, 4066.0, 4099.0, 4078.0, 4085.0, 4088.0, 4093.0, 4120.0, 4102.0, 4091.0, 4104.0, 4090.0, 4124.0, 4102.0, 4114.0, 4114.0, 4107.0, 4146.0, 4116.0, 4134.0, 4103.0, 4102.0, 4134.0, 4105.0, 4160.0, 4124.0, 4125.0, 4123.0, 4090.0, 4144.0, 4112.0, 4156.0, 4137.0, 4089.0, 4142.0, 4100.0, 4144.0, 4111.0, 4104.0, 4164.0, 4111.0, 4154.0, 4133.0, 4143.0, 4124.0, 4112.0, 4151.0, 4144.0, 4151.0, 4144.0, 4111.0, 4130.0, 4090.0, 4152.0, 4128.0, 4149.0, 4131.0, 4077.0, 4130.0, 4087.0, 4087.0, 4098.0, 4076.0, 4130.0, 4087.0, 4110.0, 4100.0, 4088.0, 4133.0, 4099.0, 4142.0, 4098.0, 4121.0, 4109.0, 4086.0, 4122.0, 4091.0, 4142.0, 4119.0, 4139.0, 4089.0, 4063.0, 4098.0, 4064.0, 4118.0, 4088.0, 4077.0, 4085.0, 4080.0, 4118.0, 4087.0, 4088.0, 4136.0, 4093.0, 4132.0, 4101.0, 4093.0, 4124.0, 4093.0, 4144.0, 4124.0, 4129.0, 4122.0, 4088.0, 4144.0, 4112.0, 4155.0, 4145.0, 4112.0, 4138.0, 4098.0, 4128.0, 4098.0, 4097.0, 4120.0, 4097.0, 4144.0, 4087.0, 4115.0, 4088.0, 4065.0, 4107.0, 4091.0, 4127.0, 4097.0, 4086.0, 4099.0, 4092.0, 4130.0, 4101.0, 4121.0, 4120.0, 4088.0, 4134.0, 4101.0, 4145.0, 4113.0, 4143.0, 4119.0, 4120.0, 4110.0, 4074.0, 4126.0, 4099.0, 4141.0, 4131.0, 4063.0, 4106.0, 4077.0, 4119.0, 4087.0, 4085.0, 4106.0, 4062.0, 4117.0, 4075.0, 4109.0, 4087.0, 4106.0, 4118.0, 4078.0, 4123.0, 4076.0, 4116.0, 4077.0, 4073.0, 4109.0, 4079.0, 4097.0, 4075.0, 4078.0, 4098.0, 4080.0, 4108.0, 4103.0, 4078.0, 4125.0, 4082.0, 4131.0, 4092.0, 4132.0, 4104.0, 4133.0, 4099.0, 4130.0, 4098.0, 4120.0, 4099.0, 4129.0, 4085.0, 4106.0, 4096.0, 4080.0, 4118.0, 4078.0, 4109.0, 4084.0, 4066.0, 4105.0, 4078.0, 4130.0, 4112.0, 4133.0, 4090.0, 4098.0, 4109.0, 4078.0, 4122.0, 4090.0, 4136.0, 4121.0, 4118.0, 4126.0, 4098.0, 4134.0, 4104.0, 4088.0, 4114.0, 4096.0, 4105.0, 4103.0, 4095.0, 4074.0, 4095.0, 4083.0, 4110.0, 4094.0, 4127.0, 4139.0, 4119.0, 4099.0, 4134.0, 4132.0, 4128.0, 4131.0, 4127.0, 4120.0, 4129.0, 4083.0, 4058.0, 4103.0, 4070.0, 4056.0, 4069.0, 4050.0, 4086.0, 4060.0, 4065.0, 4048.0, 4026.0, 4054.0, 4046.0, 4059.0, 4051.0, 4040.0, 4068.0, 4037.0, 4069.0, 4043.0, 4080.0, 4053.0, 4079.0, 4062.0, 4074.0, 4063.0, 4054.0, 4088.0, 4069.0, 4098.0, 4092.0, 4109.0, 4091.0, 4112.0, 4092.0, 4108.0, 4101.0, 4068.0, 4099.0, 4077.0, 4111.0, 4079.0, 4119.0, 4089.0, 4108.0, 4100.0, 4108.0, 4103.0, 4077.0, 4111.0, 4093.0, 4107.0, 4087.0, 4104.0, 4089.0, 4083.0, 4123.0, 4100.0, 4125.0, 4103.0, 4089.0, 4099.0, 4079.0, 4110.0, 4105.0, 4135.0, 4118.0, 4094.0, 4126.0, 4103.0, 4113.0, 4112.0, 4097.0, 4135.0, 4113.0, 4144.0, 4116.0, 4122.0, 4123.0, 4095.0, 4132.0, 4101.0, 4132.0, 4111.0, 4133.0, 4111.0, 4131.0, 4123.0, 4088.0, 4131.0, 4101.0, 4127.0, 4087.0, 4109.0, 4108.0, 4090.0, 4108.0, 4087.0, 4108.0, 4091.0, 4098.0, 4112.0, 4089.0, 4120.0, 4089.0, 4119.0, 4103.0, 4117.0, 4101.0, 4122.0, 4107.0, 4119.0, 4086.0, 4064.0, 4104.0, 4077.0, 4105.0, 4088.0, 4096.0, 4096.0, 4080.0, 4112.0, 4089.0, 4112.0, 4090.0, 4088.0, 4099.0, 4082.0, 4122.0, 4088.0, 4118.0, 4097.0, 4117.0, 4090.0, 4108.0, 4089.0, 4075.0, 4108.0, 4086.0, 4120.0, 4086.0, 4076.0, 4097.0, 4080.0, 4123.0, 4103.0, 4095.0, 4124.0, 4102.0, 4105.0, 4116.0, 4106.0, 4152.0, 4116.0, 4157.0, 4126.0, 4112.0, 4114.0, 4102.0, 4093.0, 4117.0, 4083.0, 4089.0, 4122.0, 4105.0, 4108.0, 4139.0, 4110.0, 4138.0, 4127.0, 4099.0, 4140.0, 4118.0, 4140.0, 4107.0, 4081.0, 4113.0, 4091.0, 4110.0, 4067.0, 4049.0, 4103.0, 4068.0, 4082.0, 4070.0, 4063.0, 4125.0, 4062.0, 4048.0, 4065.0, 4057.0, 4091.0, 4102.0, 4061.0, 4062.0, 4081.0, 4062.0, 4061.0, 4093.0, 4073.0, 4072.0, 4061.0, 4060.0, 4094.0, 4072.0, 4071.0, 4071.0, 4064.0, 4096.0, 4076.0, 4106.0, 4086.0, 4067.0, 4097.0, 4076.0, 4096.0, 4075.0, 4080.0, 4100.0, 4077.0, 4110.0, 4097.0, 4112.0, 4091.0, 4100.0, 4099.0, 4080.0, 4095.0, 4080.0, 4122.0, 4100.0, 4111.0, 4100.0, 4080.0, 4112.0, 4099.0, 4128.0, 4115.0, 4122.0, 4121.0, 4091.0, 4134.0, 4110.0, 4141.0, 4112.0, 4152.0, 4119.0, 4129.0, 4130.0, 4109.0, 4133.0, 4087.0, 4130.0, 4099.0, 4142.0, 4109.0, 4088.0, 4106.0, 4091.0, 4132.0, 4100.0, 4120.0, 4118.0, 4102.0, 4141.0, 4101.0, 4155.0, 4111.0, 4121.0, 4108.0, 4130.0, 4130.0, 4098.0, 4144.0, 4101.0, 4130.0, 4098.0, 4131.0, 4097.0, 4086.0, 4121.0, 4101.0, 4121.0, 4099.0, 4085.0, 4118.0, 4092.0, 4130.0, 4114.0, 4134.0, 4112.0, 4122.0, 4109.0, 4118.0, 4111.0, 4114.0, 4117.0, 4092.0, 4119.0, 4090.0, 4132.0, 4100.0, 4143.0, 4097.0, 4086.0, 4099.0, 4092.0, 4124.0, 4103.0, 4135.0, 4113.0, 4105.0, 4121.0, 4104.0, 4122.0, 4111.0, 4135.0, 4124.0, 4101.0, 4146.0, 4113.0, 4164.0, 4123.0, 4164.0, 4123.0, 4121.0, 4132.0, 4090.0, 4142.0, 4110.0, 4155.0, 4122.0, 4100.0, 4141.0, 4111.0, 4145.0, 4123.0, 4092.0, 4153.0, 4135.0, 4157.0, 4134.0, 4134.0, 4155.0, 4123.0, 4154.0, 4123.0, 4172.0, 4122.0, 4141.0, 4108.0, 4099.0, 4145.0, 4110.0, 4140.0, 4099.0, 4087.0, 4116.0, 4102.0, 4132.0, 4111.0, 4093.0, 4124.0, 4103.0, 4143.0, 4110.0, 4123.0, 4131.0, 4113.0, 4153.0, 4109.0, 4129.0, 4118.0, 4104.0, 4150.0, 4119.0, 4151.0, 4118.0, 4101.0, 4155.0, 4120.0, 4133.0, 4150.0, 4122.0, 4142.0, 4112.0, 4101.0, 4151.0, 4111.0, 4164.0, 4139.0, 4125.0, 4153.0, 4111.0, 4141.0, 4108.0, 4100.0, 4119.0, 4099.0, 4149.0, 4107.0, 4107.0, 4108.0, 4077.0, 4118.0, 4100.0, 4107.0, 4098.0, 4091.0, 4130.0, 4102.0, 4111.0, 4110.0, 4082.0, 4123.0, 4101.0, 4108.0, 4122.0, 4091.0, 4142.0, 4100.0, 4090.0, 4134.0, 4115.0, 4142.0, 4124.0, 4102.0, 4153.0, 4110.0, 4120.0, 4120.0, 4091.0, 4155.0, 4109.0, 4151.0, 4130.0, 4098.0, 4155.0, 4111.0, 4123.0, 4102.0, 4113.0, 4131.0, 4135.0, 4124.0, 4137.0, 4146.0, 4136.0, 4173.0, 4132.0, 4153.0, 4120.0, 4143.0, 4134.0, 4109.0, 4153.0, 4121.0, 4144.0, 4122.0, 4101.0, 4142.0, 4112.0, 4129.0, 4112.0, 4122.0, 4112.0, 4102.0, 4159.0, 4128.0, 4112.0, 4105.0, 4090.0, 4092.0, 4099.0, 4101.0, 4110.0, 4098.0, 4108.0, 4096.0, 4113.0, 4138.0, 4115.0, 4096.0, 4128.0, 4101.0, 4115.0, 4116.0, 4100.0, 4100.0, 4101.0, 4077.0, 4099.0, 4056.0, 4033.0, 4075.0, 4085.0, 4078.0, 4057.0, 4037.0, 4056.0, 4071.0, 4059.0, 4061.0, 4082.0, 4061.0, 4068.0, 4094.0, 4072.0, 4092.0, 4082.0, 4062.0, 4090.0, 4072.0, 4099.0, 4079.0, 4093.0, 4080.0, 4055.0, 4105.0, 4062.0, 4133.0, 4103.0, 4105.0, 4118.0, 4083.0, 4115.0, 4096.0, 4090.0, 4094.0, 4087.0, 4076.0, 4097.0, 4086.0, 4086.0, 4084.0, 4055.0, 4111.0, 4099.0, 4138.0, 4106.0, 4115.0, 4087.0, 4097.0, 4071.0, 4085.0, 4073.0, 4071.0, 4084.0, 4082.0, 4075.0, 4054.0, 4073.0, 4086.0, 4098.0, 4101.0, 4080.0, 4113.0, 4111.0, 4102.0, 4100.0, 4097.0, 4113.0, 4102.0, 4133.0, 4127.0, 4155.0, 4124.0, 4144.0, 4135.0, 4101.0, 4120.0, 4090.0, 4144.0, 4098.0, 4138.0, 4121.0, 4138.0, 4122.0, 4110.0, 4096.0, 4064.0, 4095.0, 4097.0, 4118.0, 4110.0, 4109.0, 4107.0, 4089.0, 4120.0, 4100.0, 4035.0, 4086.0, 4025.0, 4152.0, 4127.0, 4102.0, 4133.0, 4100.0, 4130.0, 4132.0, 4104.0, 4154.0, 4122.0, 4131.0, 4147.0, 4145.0, 4146.0, 4132.0, 4118.0, 4084.0, 4063.0, 4104.0, 4081.0, 4124.0, 4103.0, 4096.0, 4102.0, 4077.0, 4075.0, 4085.0, 4074.0, 4066.0, 4121.0, 4092.0, 4092.0, 4100.0, 4102.0, 4094.0, 4102.0, 4102.0, 4111.0, 4084.0, 4076.0, 4131.0, 4120.0, 4120.0, 4123.0, 4110.0, 4102.0, 4093.0, 4112.0, 4092.0, 4077.0, 4097.0, 4076.0, 4089.0, 4068.0, 4026.0, 4089.0, 4034.0, 4027.0, 4047.0, 4028.0, 4059.0, 4050.0, 4037.0, 4062.0, 4063.0, 4066.0, 4059.0, 4054.0, 4053.0, 4075.0, 4066.0, 4080.0, 4099.0, 4093.0, 4089.0, 4125.0, 4103.0, 4116.0, 4104.0, 4104.0, 4159.0, 4135.0, 4140.0, 4123.0, 4110.0, 4088.0, 4065.0, 4109.0, 4063.0, 4114.0, 4077.0, 4109.0, 4074.0, 4087.0, 4085.0, 4068.0, 4088.0, 4079.0, 4095.0, 4091.0, 4084.0, 4089.0, 4087.0, 4085.0, 4076.0, 4107.0, 4089.0, 4119.0, 4102.0, 4094.0, 4097.0, 4081.0, 4101.0, 4079.0, 4107.0, 4088.0, 4117.0, 4100.0, 4107.0, 4102.0, 4110.0, 4089.0, 4077.0, 4095.0, 4078.0, 4119.0, 4087.0, 4109.0, 4097.0, 4099.0, 4087.0, 4091.0, 4099.0, 4091.0, 4110.0, 4103.0, 4100.0, 4104.0, 4101.0, 4116.0, 4105.0, 4137.0, 4119.0, 4135.0, 4125.0, 4125.0, 4113.0, 4122.0, 4125.0, 4144.0, 4131.0, 4121.0, 4154.0, 4098.0, 4118.0, 4101.0, 4118.0, 4112.0, 4090.0, 4124.0, 4059.0, 4157.0, 4115.0, 4095.0, 4136.0, 4127.0, 4115.0, 4135.0, 4107.0, 4156.0, 4122.0, 4142.0, 4132.0, 4156.0, 4134.0, 4155.0, 4144.0, 4090.0, 4129.0, 4089.0, 4129.0, 4120.0, 4129.0, 4106.0, 4075.0, 4095.0, 4076.0, 4066.0, 4076.0, 4068.0, 4110.0, 4099.0, 4079.0, 4091.0, 4079.0, 4111.0, 4088.0, 4108.0, 4089.0, 4112.0, 4117.0, 4079.0, 4118.0, 4086.0, 4115.0, 4099.0, 4122.0, 4121.0, 4080.0, 4097.0, 4085.0, 4088.0, 4090.0, 4069.0, 4129.0, 4098.0, 4069.0, 4069.0, 4069.0, 4058.0, 4098.0, 4077.0, 4050.0, 4109.0, 4111.0, 4080.0, 4123.0, 4102.0, 4083.0, 4112.0, 4077.0, 4117.0, 4095.0, 4119.0, 4085.0, 4075.0, 4120.0, 4083.0, 4118.0, 4107.0, 4107.0, 4065.0, 4054.0, 4083.0, 4065.0, 4054.0, 4075.0, 4067.0, 4082.0, 4079.0, 4082.0, 4093.0, 4082.0, 4099.0, 4090.0, 4112.0, 4080.0, 4108.0, 4101.0, 4131.0, 4136.0, 4161.0, 4151.0, 4080.0, 4079.0, 4076.0, 4065.0, 4075.0, 4087.0, 4079.0, 4107.0, 4074.0, 4074.0, 4104.0, 4126.0, 4111.0, 4129.0, 4115.0, 4114.0, 4127.0, 4105.0, 4114.0, 4112.0, 4090.0, 4098.0, 4078.0, 4101.0, 4068.0], 'WindowWidth': [9287.0, 9247.0, 9271.0, 9203.0, 9189.0, 9225.0, 9165.0, 9206.0, 9180.0, 9211.0, 9176.0, 9165.0, 9170.0, 9137.0, 9168.0, 9141.0, 9146.0, 9095.0, 9070.0, 9125.0, 9089.0, 9130.0, 9085.0, 9067.0, 9116.0, 9073.0, 9126.0, 9092.0, 9113.0, 9089.0, 9072.0, 9098.0, 9069.0, 9124.0, 9085.0, 9128.0, 9075.0, 9079.0, 9084.0, 9081.0, 9125.0, 9101.0, 9109.0, 9115.0, 9127.0, 9160.0, 9140.0, 9123.0, 9142.0, 9123.0, 9170.0, 9143.0, 9161.0, 9162.0, 9155.0, 9206.0, 9163.0, 9186.0, 9144.0, 9141.0, 9187.0, 9148.0, 9227.0, 9174.0, 9174.0, 9169.0, 9122.0, 9197.0, 9155.0, 9218.0, 9193.0, 9123.0, 9194.0, 9137.0, 9199.0, 9153.0, 9144.0, 9230.0, 9153.0, 9216.0, 9183.0, 9196.0, 9169.0, 9152.0, 9207.0, 9200.0, 9205.0, 9195.0, 9148.0, 9173.0, 9118.0, 9206.0, 9168.0, 9198.0, 9173.0, 9097.0, 9169.0, 9109.0, 9111.0, 9126.0, 9097.0, 9169.0, 9113.0, 9145.0, 9131.0, 9114.0, 9177.0, 9133.0, 9193.0, 9128.0, 9162.0, 9144.0, 9109.0, 9163.0, 9119.0, 9189.0, 9156.0, 9181.0, 9112.0, 9075.0, 9124.0, 9077.0, 9151.0, 9112.0, 9096.0, 9106.0, 9105.0, 9153.0, 9115.0, 9117.0, 9188.0, 9128.0, 9180.0, 9137.0, 9128.0, 9171.0, 9129.0, 9198.0, 9174.0, 9174.0, 9165.0, 9118.0, 9197.0, 9152.0, 9215.0, 9199.0, 9151.0, 9183.0, 9129.0, 9169.0, 9127.0, 9126.0, 9157.0, 9125.0, 9191.0, 9110.0, 9146.0, 9111.0, 9080.0, 9137.0, 9119.0, 9165.0, 9124.0, 9110.0, 9129.0, 9125.0, 9173.0, 9137.0, 9165.0, 9161.0, 9117.0, 9182.0, 9134.0, 9197.0, 9151.0, 9194.0, 9157.0, 9156.0, 9142.0, 9090.0, 9162.0, 9128.0, 9186.0, 9170.0, 9073.0, 9132.0, 9094.0, 9152.0, 9109.0, 9105.0, 9133.0, 9072.0, 9148.0, 9090.0, 9138.0, 9109.0, 9132.0, 9150.0, 9094.0, 9152.0, 9090.0, 9146.0, 9093.0, 9086.0, 9136.0, 9098.0, 9120.0, 9090.0, 9097.0, 9123.0, 9105.0, 9141.0, 9140.0, 9102.0, 9168.0, 9111.0, 9175.0, 9125.0, 9177.0, 9141.0, 9179.0, 9131.0, 9170.0, 9126.0, 9156.0, 9126.0, 9166.0, 9103.0, 9133.0, 9119.0, 9102.0, 9150.0, 9098.0, 9140.0, 9103.0, 9081.0, 9134.0, 9100.0, 9170.0, 9149.0, 9178.0, 9116.0, 9125.0, 9140.0, 9098.0, 9160.0, 9115.0, 9177.0, 9161.0, 9152.0, 9175.0, 9142.0, 9186.0, 9140.0, 9117.0, 9157.0, 9138.0, 9150.0, 9145.0, 9124.0, 9090.0, 9120.0, 9097.0, 9141.0, 9110.0, 9159.0, 9178.0, 9154.0, 9127.0, 9181.0, 9174.0, 9165.0, 9172.0, 9163.0, 9153.0, 9166.0, 9092.0, 9051.0, 9113.0, 9065.0, 9043.0, 9063.0, 9038.0, 9084.0, 9051.0, 9054.0, 9031.0, 9002.0, 9037.0, 9030.0, 9050.0, 9040.0, 9026.0, 9063.0, 9021.0, 9064.0, 9033.0, 9080.0, 9048.0, 9082.0, 9062.0, 9082.0, 9067.0, 9056.0, 9104.0, 9085.0, 9120.0, 9119.0, 9138.0, 9117.0, 9145.0, 9121.0, 9138.0, 9132.0, 9085.0, 9127.0, 9096.0, 9143.0, 9098.0, 9153.0, 9113.0, 9138.0, 9129.0, 9138.0, 9136.0, 9095.0, 9143.0, 9121.0, 9136.0, 9111.0, 9137.0, 9116.0, 9109.0, 9165.0, 9132.0, 9168.0, 9136.0, 9115.0, 9128.0, 9103.0, 9145.0, 9146.0, 9187.0, 9165.0, 9128.0, 9171.0, 9142.0, 9153.0, 9150.0, 9135.0, 9183.0, 9156.0, 9198.0, 9161.0, 9166.0, 9167.0, 9129.0, 9178.0, 9133.0, 9176.0, 9148.0, 9180.0, 9147.0, 9173.0, 9164.0, 9111.0, 9171.0, 9129.0, 9164.0, 9108.0, 9139.0, 9138.0, 9112.0, 9136.0, 9108.0, 9136.0, 9117.0, 9126.0, 9147.0, 9115.0, 9157.0, 9115.0, 9154.0, 9136.0, 9150.0, 9131.0, 9159.0, 9135.0, 9153.0, 9105.0, 9074.0, 9127.0, 9092.0, 9129.0, 9110.0, 9118.0, 9120.0, 9100.0, 9144.0, 9113.0, 9146.0, 9116.0, 9112.0, 9129.0, 9108.0, 9161.0, 9112.0, 9153.0, 9122.0, 9150.0, 9115.0, 9137.0, 9113.0, 9090.0, 9137.0, 9105.0, 9153.0, 9106.0, 9092.0, 9125.0, 9106.0, 9164.0, 9139.0, 9131.0, 9169.0, 9139.0, 9145.0, 9160.0, 9150.0, 9224.0, 9169.0, 9222.0, 9178.0, 9152.0, 9155.0, 9137.0, 9124.0, 9153.0, 9110.0, 9116.0, 9163.0, 9142.0, 9140.0, 9183.0, 9144.0, 9181.0, 9165.0, 9125.0, 9185.0, 9153.0, 9185.0, 9135.0, 9090.0, 9137.0, 9102.0, 9126.0, 9065.0, 9042.0, 9117.0, 9067.0, 9085.0, 9076.0, 9071.0, 9156.0, 9068.0, 9045.0, 9060.0, 9052.0, 9104.0, 9121.0, 9064.0, 9063.0, 9089.0, 9065.0, 9066.0, 9109.0, 9082.0, 9080.0, 9064.0, 9062.0, 9109.0, 9082.0, 9079.0, 9080.0, 9073.0, 9116.0, 9092.0, 9131.0, 9105.0, 9081.0, 9120.0, 9093.0, 9121.0, 9092.0, 9103.0, 9131.0, 9101.0, 9145.0, 9127.0, 9148.0, 9121.0, 9131.0, 9128.0, 9105.0, 9121.0, 9106.0, 9161.0, 9133.0, 9147.0, 9132.0, 9106.0, 9150.0, 9133.0, 9171.0, 9160.0, 9168.0, 9165.0, 9124.0, 9184.0, 9149.0, 9192.0, 9153.0, 9210.0, 9162.0, 9173.0, 9176.0, 9145.0, 9178.0, 9113.0, 9173.0, 9130.0, 9194.0, 9145.0, 9114.0, 9137.0, 9120.0, 9176.0, 9136.0, 9161.0, 9158.0, 9140.0, 9190.0, 9137.0, 9212.0, 9151.0, 9164.0, 9144.0, 9175.0, 9177.0, 9130.0, 9196.0, 9133.0, 9171.0, 9127.0, 9173.0, 9125.0, 9111.0, 9162.0, 9134.0, 9162.0, 9132.0, 9113.0, 9158.0, 9128.0, 9176.0, 9158.0, 9186.0, 9154.0, 9167.0, 9148.0, 9159.0, 9151.0, 9156.0, 9157.0, 9126.0, 9160.0, 9121.0, 9177.0, 9136.0, 9193.0, 9129.0, 9113.0, 9133.0, 9126.0, 9170.0, 9143.0, 9187.0, 9157.0, 9147.0, 9170.0, 9148.0, 9170.0, 9156.0, 9190.0, 9175.0, 9142.0, 9205.0, 9158.0, 9230.0, 9172.0, 9228.0, 9172.0, 9165.0, 9180.0, 9123.0, 9194.0, 9149.0, 9214.0, 9168.0, 9137.0, 9194.0, 9155.0, 9202.0, 9172.0, 9131.0, 9214.0, 9191.0, 9222.0, 9188.0, 9187.0, 9217.0, 9172.0, 9218.0, 9171.0, 9239.0, 9167.0, 9192.0, 9145.0, 9134.0, 9198.0, 9147.0, 9191.0, 9132.0, 9116.0, 9153.0, 9140.0, 9181.0, 9151.0, 9129.0, 9172.0, 9145.0, 9199.0, 9153.0, 9171.0, 9181.0, 9157.0, 9213.0, 9149.0, 9176.0, 9162.0, 9146.0, 9207.0, 9163.0, 9209.0, 9160.0, 9140.0, 9215.0, 9165.0, 9185.0, 9207.0, 9170.0, 9197.0, 9154.0, 9140.0, 9208.0, 9154.0, 9229.0, 9191.0, 9174.0, 9211.0, 9151.0, 9192.0, 9145.0, 9133.0, 9159.0, 9130.0, 9200.0, 9140.0, 9139.0, 9141.0, 9098.0, 9153.0, 9132.0, 9140.0, 9130.0, 9123.0, 9174.0, 9139.0, 9150.0, 9148.0, 9112.0, 9168.0, 9138.0, 9146.0, 9168.0, 9125.0, 9195.0, 9136.0, 9124.0, 9185.0, 9162.0, 9196.0, 9172.0, 9142.0, 9210.0, 9150.0, 9163.0, 9161.0, 9123.0, 9213.0, 9147.0, 9205.0, 9177.0, 9132.0, 9213.0, 9149.0, 9163.0, 9132.0, 9154.0, 9176.0, 9183.0, 9171.0, 9189.0, 9203.0, 9189.0, 9239.0, 9180.0, 9209.0, 9160.0, 9192.0, 9182.0, 9143.0, 9208.0, 9161.0, 9193.0, 9159.0, 9132.0, 9186.0, 9148.0, 9168.0, 9147.0, 9163.0, 9148.0, 9139.0, 9228.0, 9183.0, 9154.0, 9147.0, 9125.0, 9129.0, 9138.0, 9142.0, 9161.0, 9126.0, 9157.0, 9127.0, 9148.0, 9185.0, 9148.0, 9115.0, 9168.0, 9118.0, 9151.0, 9147.0, 9114.0, 9114.0, 9112.0, 9072.0, 9101.0, 9037.0, 9004.0, 9063.0, 9081.0, 9083.0, 9052.0, 9024.0, 9049.0, 9077.0, 9058.0, 9058.0, 9093.0, 9062.0, 9067.0, 9108.0, 9080.0, 9106.0, 9093.0, 9067.0, 9102.0, 9081.0, 9113.0, 9086.0, 9110.0, 9089.0, 9064.0, 9131.0, 9067.0, 9162.0, 9127.0, 9129.0, 9147.0, 9095.0, 9142.0, 9116.0, 9111.0, 9107.0, 9098.0, 9085.0, 9114.0, 9100.0, 9099.0, 9096.0, 9058.0, 9137.0, 9127.0, 9177.0, 9130.0, 9138.0, 9097.0, 9109.0, 9072.0, 9092.0, 9079.0, 9075.0, 9097.0, 9090.0, 9084.0, 9056.0, 9082.0, 9102.0, 9121.0, 9131.0, 9107.0, 9149.0, 9149.0, 9136.0, 9132.0, 9133.0, 9152.0, 9137.0, 9177.0, 9174.0, 9213.0, 9170.0, 9194.0, 9183.0, 9129.0, 9154.0, 9113.0, 9191.0, 9124.0, 9178.0, 9156.0, 9181.0, 9158.0, 9141.0, 9117.0, 9073.0, 9113.0, 9118.0, 9148.0, 9141.0, 9140.0, 9136.0, 9113.0, 9157.0, 9130.0, 8995.0, 9124.0, 9010.0, 9225.0, 9178.0, 9135.0, 9174.0, 9132.0, 9170.0, 9175.0, 9138.0, 9207.0, 9162.0, 9172.0, 9204.0, 9195.0, 9198.0, 9172.0, 9146.0, 9095.0, 9066.0, 9121.0, 9096.0, 9159.0, 9141.0, 9135.0, 9134.0, 9094.0, 9090.0, 9101.0, 9087.0, 9079.0, 9162.0, 9129.0, 9127.0, 9140.0, 9147.0, 9136.0, 9143.0, 9141.0, 9148.0, 9105.0, 9093.0, 9175.0, 9154.0, 9155.0, 9161.0, 9139.0, 9114.0, 9101.0, 9133.0, 9101.0, 9072.0, 9102.0, 9068.0, 9085.0, 9055.0, 8997.0, 9084.0, 9005.0, 8998.0, 9025.0, 9002.0, 9043.0, 9033.0, 9016.0, 9055.0, 9067.0, 9070.0, 9053.0, 9052.0, 9051.0, 9085.0, 9075.0, 9098.0, 9125.0, 9121.0, 9112.0, 9169.0, 9137.0, 9155.0, 9139.0, 9139.0, 9221.0, 9183.0, 9185.0, 9160.0, 9137.0, 9106.0, 9071.0, 9134.0, 9068.0, 9136.0, 9088.0, 9131.0, 9082.0, 9101.0, 9097.0, 9078.0, 9103.0, 9092.0, 9111.0, 9111.0, 9099.0, 9110.0, 9106.0, 9102.0, 9091.0, 9133.0, 9110.0, 9150.0, 9127.0, 9113.0, 9117.0, 9099.0, 9126.0, 9097.0, 9132.0, 9106.0, 9146.0, 9123.0, 9132.0, 9127.0, 9137.0, 9108.0, 9091.0, 9114.0, 9094.0, 9148.0, 9105.0, 9136.0, 9118.0, 9122.0, 9105.0, 9113.0, 9125.0, 9117.0, 9142.0, 9134.0, 9129.0, 9137.0, 9133.0, 9159.0, 9146.0, 9189.0, 9167.0, 9185.0, 9171.0, 9169.0, 9152.0, 9163.0, 9170.0, 9196.0, 9176.0, 9159.0, 9208.0, 9124.0, 9151.0, 9130.0, 9151.0, 9147.0, 9117.0, 9165.0, 9055.0, 9222.0, 9160.0, 9132.0, 9192.0, 9182.0, 9161.0, 9188.0, 9150.0, 9213.0, 9164.0, 9190.0, 9177.0, 9213.0, 9179.0, 9210.0, 9195.0, 9115.0, 9166.0, 9111.0, 9164.0, 9153.0, 9164.0, 9129.0, 9088.0, 9113.0, 9089.0, 9076.0, 9090.0, 9083.0, 9139.0, 9127.0, 9097.0, 9115.0, 9099.0, 9141.0, 9111.0, 9137.0, 9112.0, 9145.0, 9147.0, 9094.0, 9147.0, 9101.0, 9142.0, 9123.0, 9161.0, 9157.0, 9099.0, 9117.0, 9099.0, 9111.0, 9115.0, 9087.0, 9165.0, 9122.0, 9087.0, 9081.0, 9077.0, 9063.0, 9117.0, 9090.0, 9039.0, 9134.0, 9145.0, 9101.0, 9157.0, 9132.0, 9107.0, 9142.0, 9091.0, 9143.0, 9112.0, 9144.0, 9098.0, 9081.0, 9148.0, 9091.0, 9140.0, 9123.0, 9125.0, 9067.0, 9051.0, 9089.0, 9069.0, 9054.0, 9083.0, 9079.0, 9102.0, 9099.0, 9103.0, 9118.0, 9105.0, 9125.0, 9114.0, 9143.0, 9097.0, 9134.0, 9127.0, 9168.0, 9183.0, 9227.0, 9216.0, 9100.0, 9097.0, 9093.0, 9076.0, 9090.0, 9111.0, 9105.0, 9133.0, 9082.0, 9076.0, 9119.0, 9155.0, 9138.0, 9160.0, 9142.0, 9137.0, 9161.0, 9127.0, 9134.0, 9132.0, 9093.0, 9105.0, 9074.0, 9105.0, 9057.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.00838266261925412</td></tr>
<tr><td colspan=3>aqi</td><td>0.1319740453599306</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.492655899800354</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0371483648784727</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9478054611111114</td></tr>
<tr><td colspan=3>efc</td><td>0.5021</td></tr>
<tr><td colspan=3>fber</td><td>4415.9634</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.27073248627095364</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>204</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.69297484822203</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8073545010072247</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.75471911614056</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9250666575337037</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.74227772934741</td></tr>
<tr><td colspan=3>gcor</td><td>0.00696146</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002089426852762699</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041528280824422836</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.243597732411394</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>10.2364</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.5778</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.387</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299087.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1089.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.1506</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5478</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.675</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3308.6517</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4258.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>818.6397</td></tr>
<tr><td colspan=3>tsnr</td><td>16.90076306113042</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>