<?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-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-02/func/sub-0013_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>35d4ed2a359da87a757082f5b0cc730a</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:05:36.045000</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.997561, 0.0697549, -0.00243124, -0.067832, 0.977092, 0.20172]</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.0901789</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>[4130, -7768, -7236, 459, -204, -234, 33, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.756</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a9eb8a37-dcd5-4654-a968-504724ecd274||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.6763837337493896, -0.1819881796836853, -0.04440555348992348, 121.89144134521484], [-0.1871473789215088, 2.6214652061462402, 0.5428702235221863, -95.25267791748047], [-0.0065228319726884365, -0.541199803352356, 2.644488573074341, -23.980213165283203], [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': ['110536.045000', '110536.505000', '110536.965000', '110537.425000', '110537.885000', '110538.345000', '110538.805000', '110539.265000', '110539.725000', '110540.185000', '110540.645000', '110541.105000', '110541.565000', '110542.025000', '110542.485000', '110542.945000', '110543.405000', '110543.865000', '110544.325000', '110544.785000', '110545.245000', '110545.705000', '110546.165000', '110546.625000', '110547.085000', '110547.545000', '110548.005000', '110548.465000', '110548.925000', '110549.385000', '110549.845000', '110550.305000', '110550.765000', '110551.225000', '110551.685000', '110552.145000', '110552.605000', '110553.065000', '110553.525000', '110553.985000', '110554.445000', '110554.905000', '110555.365000', '110555.825000', '110556.285000', '110556.745000', '110557.205000', '110557.665000', '110558.125000', '110558.585000', '110559.045000', '110559.505000', '110559.965000', '110600.425000', '110600.885000', '110601.345000', '110601.805000', '110602.265000', '110602.725000', '110603.185000', '110603.645000', '110604.105000', '110604.565000', '110605.025000', '110605.485000', '110605.945000', '110606.405000', '110606.865000', '110607.325000', '110607.785000', '110608.245000', '110608.705000', '110609.165000', '110609.625000', '110610.085000', '110610.545000', '110611.005000', '110611.465000', '110611.925000', '110612.385000', '110612.845000', '110613.305000', '110613.765000', '110614.225000', '110614.685000', '110615.145000', '110615.605000', '110616.065000', '110616.525000', '110616.985000', '110617.445000', '110617.905000', '110618.365000', '110618.825000', '110619.285000', '110619.745000', '110620.205000', '110620.665000', '110621.125000', '110621.585000', '110622.045000', '110622.505000', '110622.965000', '110623.425000', '110623.885000', '110624.345000', '110624.805000', '110625.265000', '110625.725000', '110626.185000', '110626.645000', '110627.105000', '110627.565000', '110628.025000', '110628.485000', '110628.945000', '110629.405000', '110629.865000', '110630.325000', '110630.785000', '110631.245000', '110631.705000', '110632.165000', '110632.625000', '110633.085000', '110633.545000', '110634.005000', '110634.465000', '110634.925000', '110635.385000', '110635.845000', '110636.305000', '110636.765000', '110637.225000', '110637.685000', '110638.145000', '110638.605000', '110639.065000', '110639.525000', '110639.985000', '110640.445000', '110640.905000', '110641.365000', '110641.825000', '110642.285000', '110642.745000', '110643.205000', '110643.665000', '110644.125000', '110644.585000', '110645.045000', '110645.505000', '110645.965000', '110646.425000', '110646.885000', '110647.345000', '110647.805000', '110648.265000', '110648.725000', '110649.185000', '110649.645000', '110650.105000', '110650.565000', '110651.025000', '110651.485000', '110651.945000', '110652.405000', '110652.865000', '110653.325000', '110653.785000', '110654.245000', '110654.705000', '110655.165000', '110655.625000', '110656.085000', '110656.545000', '110657.005000', '110657.465000', '110657.925000', '110658.385000', '110658.845000', '110659.305000', '110659.765000', '110700.225000', '110700.685000', '110701.145000', '110701.605000', '110702.065000', '110702.525000', '110702.985000', '110703.445000', '110703.905000', '110704.365000', '110704.825000', '110705.285000', '110705.745000', '110706.205000', '110706.665000', '110707.125000', '110707.585000', '110708.045000', '110708.505000', '110708.965000', '110709.425000', '110709.885000', '110710.345000', '110710.805000', '110711.265000', '110711.725000', '110712.185000', '110712.645000', '110713.105000', '110713.565000', '110714.025000', '110714.485000', '110714.945000', '110715.405000', '110715.865000', '110716.325000', '110716.785000', '110717.245000', '110717.705000', '110718.165000', '110718.625000', '110719.085000', '110719.545000', '110720.005000', '110720.465000', '110720.925000', '110721.385000', '110721.845000', '110722.305000', '110722.765000', '110723.225000', '110723.685000', '110724.145000', '110724.605000', '110725.065000', '110725.525000', '110725.985000', '110726.445000', '110726.905000', '110727.365000', '110727.825000', '110728.285000', '110728.745000', '110729.205000', '110729.665000', '110730.125000', '110730.585000', '110731.045000', '110731.505000', '110731.965000', '110732.425000', '110732.885000', '110733.345000', '110733.805000', '110734.265000', '110734.725000', '110735.185000', '110735.645000', '110736.105000', '110736.565000', '110737.025000', '110737.485000', '110737.945000', '110738.405000', '110738.865000', '110739.325000', '110739.785000', '110740.245000', '110740.705000', '110741.165000', '110741.625000', '110742.085000', '110742.545000', '110743.005000', '110743.465000', '110743.925000', '110744.385000', '110744.845000', '110745.305000', '110745.765000', '110746.225000', '110746.685000', '110747.145000', '110747.605000', '110748.065000', '110748.525000', '110748.985000', '110749.445000', '110749.905000', '110750.365000', '110750.825000', '110751.285000', '110751.745000', '110752.205000', '110752.665000', '110753.125000', '110753.585000', '110754.045000', '110754.505000', '110754.965000', '110755.425000', '110755.885000', '110756.345000', '110756.805000', '110757.265000', '110757.725000', '110758.185000', '110758.645000', '110759.105000', '110759.565000', '110800.025000', '110800.485000', '110800.945000', '110801.405000', '110801.865000', '110802.325000', '110802.785000', '110803.245000', '110803.705000', '110804.165000', '110804.625000', '110805.085000', '110805.545000', '110806.005000', '110806.465000', '110806.925000', '110807.385000', '110807.845000', '110808.305000', '110808.765000', '110809.225000', '110809.685000', '110810.145000', '110810.605000', '110811.065000', '110811.525000', '110811.985000', '110812.445000', '110812.905000', '110813.365000', '110813.825000', '110814.285000', '110814.745000', '110815.205000', '110815.665000', '110816.125000', '110816.585000', '110817.045000', '110817.505000', '110817.965000', '110818.425000', '110818.885000', '110819.345000', '110819.805000', '110820.265000', '110820.725000', '110821.185000', '110821.645000', '110822.105000', '110822.565000', '110823.025000', '110823.485000', '110823.945000', '110824.405000', '110824.865000', '110825.325000', '110825.785000', '110826.245000', '110826.705000', '110827.165000', '110827.625000', '110828.085000', '110828.545000', '110829.005000', '110829.465000', '110829.925000', '110830.385000', '110830.845000', '110831.305000', '110831.765000', '110832.225000', '110832.685000', '110833.145000', '110833.605000', '110834.065000', '110834.525000', '110834.985000', '110835.445000', '110835.905000', '110836.365000', '110836.825000', '110837.285000', '110837.745000', '110838.205000', '110838.665000', '110839.125000', '110839.585000', '110840.045000', '110840.505000', '110840.965000', '110841.425000', '110841.885000', '110842.345000', '110842.805000', '110843.265000', '110843.725000', '110844.185000', '110844.645000', '110845.105000', '110845.565000', '110846.025000', '110846.485000', '110846.945000', '110847.405000', '110847.865000', '110848.325000', '110848.785000', '110849.245000', '110849.705000', '110850.165000', '110850.625000', '110851.085000', '110851.545000', '110852.005000', '110852.465000', '110852.925000', '110853.385000', '110853.845000', '110854.305000', '110854.765000', '110855.225000', '110855.685000', '110856.145000', '110856.605000', '110857.065000', '110857.525000', '110857.985000', '110858.445000', '110858.905000', '110859.365000', '110859.825000', '110900.285000', '110900.745000', '110901.205000', '110901.665000', '110902.125000', '110902.585000', '110903.045000', '110903.505000', '110903.965000', '110904.425000', '110904.885000', '110905.345000', '110905.805000', '110906.265000', '110906.725000', '110907.185000', '110907.645000', '110908.105000', '110908.565000', '110909.025000', '110909.485000', '110909.945000', '110910.405000', '110910.865000', '110911.325000', '110911.785000', '110912.245000', '110912.705000', '110913.165000', '110913.625000', '110914.085000', '110914.545000', '110915.005000', '110915.465000', '110915.925000', '110916.385000', '110916.845000', '110917.305000', '110917.765000', '110918.225000', '110918.685000', '110919.145000', '110919.605000', '110920.065000', '110920.525000', '110920.985000', '110921.445000', '110921.905000', '110922.365000', '110922.825000', '110923.285000', '110923.745000', '110924.205000', '110924.665000', '110925.125000', '110925.585000', '110926.045000', '110926.505000', '110926.965000', '110927.425000', '110927.885000', '110928.345000', '110928.805000', '110929.265000', '110929.725000', '110930.185000', '110930.645000', '110931.105000', '110931.565000', '110932.025000', '110932.485000', '110932.945000', '110933.405000', '110933.865000', '110934.325000', '110934.785000', '110935.245000', '110935.705000', '110936.165000', '110936.625000', '110937.085000', '110937.545000', '110938.005000', '110938.465000', '110938.925000', '110939.385000', '110939.845000', '110940.305000', '110940.765000', '110941.225000', '110941.685000', '110942.145000', '110942.605000', '110943.065000', '110943.525000', '110943.985000', '110944.445000', '110944.905000', '110945.365000', '110945.825000', '110946.285000', '110946.745000', '110947.205000', '110947.665000', '110948.125000', '110948.585000', '110949.045000', '110949.505000', '110949.965000', '110950.425000', '110950.885000', '110951.345000', '110951.805000', '110952.265000', '110952.725000', '110953.185000', '110953.645000', '110954.105000', '110954.565000', '110955.025000', '110955.485000', '110955.945000', '110956.405000', '110956.865000', '110957.325000', '110957.785000', '110958.245000', '110958.705000', '110959.165000', '110959.625000', '111000.085000', '111000.545000', '111001.005000', '111001.465000', '111001.925000', '111002.385000', '111002.845000', '111003.305000', '111003.765000', '111004.225000', '111004.685000', '111005.145000', '111005.605000', '111006.065000', '111006.525000', '111006.985000', '111007.445000', '111007.905000', '111008.365000', '111008.825000', '111009.285000', '111009.745000', '111010.205000', '111010.665000', '111011.125000', '111011.585000', '111012.045000', '111012.505000', '111012.965000', '111013.425000', '111013.885000', '111014.345000', '111014.805000', '111015.265000', '111015.725000', '111016.185000', '111016.645000', '111017.105000', '111017.565000', '111018.025000', '111018.485000', '111018.945000', '111019.405000', '111019.865000', '111020.325000', '111020.785000', '111021.245000', '111021.705000', '111022.165000', '111022.625000', '111023.085000', '111023.545000', '111024.005000', '111024.465000', '111024.925000', '111025.385000', '111025.845000', '111026.305000', '111026.765000', '111027.225000', '111027.685000', '111028.145000', '111028.605000', '111029.065000', '111029.525000', '111029.985000', '111030.445000', '111030.905000', '111031.365000', '111031.825000', '111032.285000', '111032.745000', '111033.205000', '111033.665000', '111034.125000', '111034.585000', '111035.045000', '111035.505000', '111035.965000', '111036.425000', '111036.885000', '111037.345000', '111037.805000', '111038.265000', '111038.725000', '111039.185000', '111039.645000', '111040.105000', '111040.565000', '111041.025000', '111041.485000', '111041.945000', '111042.405000', '111042.865000', '111043.325000', '111043.785000', '111044.245000', '111044.705000', '111045.165000', '111045.625000', '111046.085000', '111046.545000', '111047.005000', '111047.465000', '111047.925000', '111048.385000', '111048.845000', '111049.305000', '111049.765000', '111050.225000', '111050.685000', '111051.145000', '111051.605000', '111052.065000', '111052.525000', '111052.985000', '111053.445000', '111053.905000', '111054.365000', '111054.825000', '111055.285000', '111055.745000', '111056.205000', '111056.665000', '111057.125000', '111057.585000', '111058.045000', '111058.505000', '111058.965000', '111059.425000', '111059.885000', '111100.345000', '111100.805000', '111101.265000', '111101.725000', '111102.185000', '111102.645000', '111103.105000', '111103.565000', '111104.025000', '111104.485000', '111104.945000', '111105.405000', '111105.865000', '111106.325000', '111106.785000', '111107.245000', '111107.705000', '111108.165000', '111108.625000', '111109.085000', '111109.545000', '111110.005000', '111110.465000', '111110.925000', '111111.385000', '111111.845000', '111112.305000', '111112.765000', '111113.225000', '111113.685000', '111114.145000', '111114.605000', '111115.065000', '111115.525000', '111115.985000', '111116.445000', '111116.905000', '111117.365000', '111117.825000', '111118.285000', '111118.745000', '111119.205000', '111119.665000', '111120.125000', '111120.585000', '111121.045000', '111121.505000', '111121.965000', '111122.425000', '111122.885000', '111123.345000', '111123.805000', '111124.265000', '111124.725000', '111125.185000', '111125.645000', '111126.105000', '111126.565000', '111127.025000', '111127.485000', '111127.945000', '111128.405000', '111128.865000', '111129.325000', '111129.785000', '111130.245000', '111130.705000', '111131.165000', '111131.625000', '111132.085000', '111132.545000', '111133.005000', '111133.465000', '111133.925000', '111134.385000', '111134.845000', '111135.305000', '111135.765000', '111136.225000', '111136.685000', '111137.145000', '111137.605000', '111138.065000', '111138.525000', '111138.985000', '111139.445000', '111139.905000', '111140.365000', '111140.825000', '111141.285000', '111141.745000', '111142.205000', '111142.665000', '111143.125000', '111143.585000', '111144.045000', '111144.505000', '111144.965000', '111145.425000', '111145.885000', '111146.345000', '111146.805000', '111147.265000', '111147.725000', '111148.185000', '111148.645000', '111149.105000', '111149.565000', '111150.025000', '111150.485000', '111150.945000', '111151.405000', '111151.865000', '111152.325000', '111152.785000', '111153.245000', '111153.705000', '111154.165000', '111154.625000', '111155.085000', '111155.545000', '111156.005000', '111156.465000', '111156.925000', '111157.385000', '111157.845000', '111158.305000', '111158.765000', '111159.225000', '111159.685000', '111200.145000', '111200.605000', '111201.065000', '111201.525000', '111201.985000', '111202.445000', '111202.905000', '111203.365000', '111203.825000', '111204.285000', '111204.745000', '111205.205000', '111205.665000', '111206.125000', '111206.585000', '111207.045000', '111207.505000', '111207.965000', '111208.425000', '111208.885000', '111209.345000', '111209.805000', '111210.265000', '111210.725000', '111211.185000', '111211.645000', '111212.105000', '111212.565000', '111213.025000', '111213.485000', '111213.945000', '111214.405000', '111214.865000', '111215.325000', '111215.785000', '111216.245000', '111216.705000', '111217.165000', '111217.625000', '111218.085000', '111218.545000', '111219.005000', '111219.465000', '111219.925000', '111220.385000', '111220.845000', '111221.305000', '111221.765000', '111222.225000', '111222.685000', '111223.145000', '111223.605000', '111224.065000', '111224.525000', '111224.985000', '111225.445000', '111225.905000', '111226.365000', '111226.825000', '111227.285000', '111227.745000', '111228.205000', '111228.665000', '111229.125000', '111229.585000', '111230.045000', '111230.505000', '111230.965000', '111231.425000', '111231.885000', '111232.345000', '111232.805000', '111233.265000', '111233.725000', '111234.185000', '111234.645000', '111235.105000', '111235.565000', '111236.025000', '111236.485000', '111236.945000', '111237.405000', '111237.865000', '111238.325000', '111238.785000', '111239.245000', '111239.705000', '111240.165000', '111240.625000', '111241.085000', '111241.545000', '111242.005000', '111242.465000', '111242.925000', '111243.385000', '111243.845000', '111244.305000', '111244.765000', '111245.225000', '111245.685000', '111246.145000', '111246.605000', '111247.065000', '111247.525000', '111247.985000', '111248.445000', '111248.905000', '111249.365000', '111249.825000', '111250.285000', '111250.745000', '111251.205000', '111251.665000', '111252.125000', '111252.585000', '111253.045000', '111253.505000', '111253.965000', '111254.425000', '111254.885000', '111255.345000', '111255.805000', '111256.265000', '111256.725000', '111257.185000', '111257.645000', '111258.105000', '111258.565000', '111259.025000', '111259.485000', '111259.945000', '111300.405000', '111300.865000', '111301.325000', '111301.785000', '111302.245000', '111302.705000', '111303.165000', '111303.625000', '111304.085000', '111304.545000', '111305.005000', '111305.465000', '111305.925000', '111306.385000', '111306.845000', '111307.305000', '111307.765000', '111308.225000', '111308.685000', '111309.145000', '111309.605000', '111310.065000', '111310.525000', '111310.985000', '111311.445000', '111311.905000', '111312.365000', '111312.825000', '111313.285000', '111313.745000', '111314.205000', '111314.665000', '111315.125000', '111315.585000', '111316.045000', '111316.505000', '111316.965000', '111317.425000', '111317.885000', '111318.345000', '111318.805000', '111319.265000', '111319.725000', '111320.185000', '111320.645000', '111321.105000', '111321.565000', '111322.025000', '111322.485000', '111322.945000', '111323.405000', '111323.865000', '111324.325000', '111324.785000', '111325.245000', '111325.705000', '111326.165000', '111326.625000', '111327.085000', '111327.545000', '111328.005000', '111328.465000', '111328.925000', '111329.385000', '111329.845000', '111330.305000', '111330.765000', '111331.225000', '111331.685000', '111332.145000', '111332.605000', '111333.065000', '111333.525000', '111333.985000', '111334.445000', '111334.905000', '111335.365000', '111335.825000', '111336.285000', '111336.745000', '111337.205000', '111337.665000', '111338.125000', '111338.585000', '111339.045000', '111339.505000', '111339.965000', '111340.425000', '111340.885000', '111341.345000', '111341.805000', '111342.265000', '111342.725000', '111343.185000', '111343.645000', '111344.105000', '111344.565000', '111345.025000', '111345.485000', '111345.945000', '111346.405000', '111346.865000', '111347.325000', '111347.785000', '111348.245000', '111348.705000', '111349.165000', '111349.625000', '111350.085000', '111350.545000', '111351.005000', '111351.465000', '111351.925000', '111352.385000', '111352.845000', '111353.305000', '111353.765000', '111354.225000', '111354.685000', '111355.145000', '111355.605000', '111356.065000', '111356.525000', '111356.985000', '111357.445000', '111357.905000', '111358.365000', '111358.825000', '111359.285000', '111359.745000', '111400.205000', '111400.665000', '111401.125000', '111401.585000', '111402.045000', '111402.505000', '111402.965000', '111403.425000', '111403.885000', '111404.345000', '111404.805000', '111405.265000', '111405.725000', '111406.185000', '111406.645000', '111407.105000', '111407.565000', '111408.025000', '111408.485000', '111408.945000', '111409.405000', '111409.865000', '111410.325000', '111410.785000', '111411.245000', '111411.705000', '111412.165000', '111412.625000', '111413.085000', '111413.545000', '111414.005000', '111414.465000', '111414.925000', '111415.385000', '111415.845000', '111416.305000', '111416.765000', '111417.225000', '111417.685000', '111418.145000', '111418.605000', '111419.065000', '111419.525000', '111419.985000', '111420.445000', '111420.905000', '111421.365000', '111421.825000', '111422.285000', '111422.745000', '111423.205000', '111423.665000', '111424.125000', '111424.585000', '111425.045000', '111425.505000', '111425.965000', '111426.425000', '111426.885000', '111427.345000', '111427.805000', '111428.265000'], 'ContentTime': ['110602.962000', '110602.966000', '110602.969000', '110602.972000', '110602.975000', '110602.979000', '110602.982000', '110602.985000', '110602.988000', '110602.991000', '110602.994000', '110602.997000', '110603.002000', '110603.005000', '110603.019000', '110603.022000', '110603.025000', '110603.028000', '110603.031000', '110603.034000', '110603.037000', '110603.040000', '110603.043000', '110603.046000', '110603.050000', '110603.053000', '110603.056000', '110603.060000', '110603.063000', '110603.066000', '110603.069000', '110603.073000', '110603.076000', '110603.079000', '110603.082000', '110603.085000', '110603.088000', '110603.091000', '110603.094000', '110603.097000', '110603.100000', '110603.103000', '110603.106000', '110603.109000', '110603.112000', '110603.116000', '110603.119000', '110603.122000', '110603.125000', '110603.128000', '110603.131000', '110603.134000', '110603.137000', '110603.140000', '110603.143000', '110603.146000', '110603.149000', '110603.152000', '110622.904000', '110622.907000', '110622.910000', '110622.913000', '110622.916000', '110622.919000', '110622.922000', '110622.925000', '110622.928000', '110622.931000', '110622.938000', '110622.942000', '110622.944000', '110622.947000', '110622.950000', '110622.953000', '110622.956000', '110622.959000', '110622.962000', '110622.965000', '110622.968000', '110622.971000', '110622.974000', '110622.977000', '110622.980000', '110622.982000', '110622.985000', '110622.988000', '110622.991000', '110622.994000', '110622.997000', '110623.001000', '110623.004000', '110623.007000', '110623.010000', '110623.013000', '110623.015000', '110623.018000', '110623.021000', '110623.024000', '110623.027000', '110623.030000', '110623.033000', '110642.904000', '110642.907000', '110642.910000', '110642.913000', '110642.921000', '110642.924000', '110642.927000', '110642.929000', '110642.932000', '110642.935000', '110642.938000', '110642.941000', '110642.944000', '110642.947000', '110642.950000', '110642.953000', '110642.956000', '110642.959000', '110642.962000', '110642.965000', '110642.968000', '110642.970000', '110642.973000', '110642.976000', '110642.979000', '110642.982000', '110642.985000', '110642.988000', '110642.991000', '110642.994000', '110642.997000', '110643.001000', '110643.004000', '110643.007000', '110643.010000', '110643.012000', '110643.015000', '110643.018000', '110643.021000', '110643.024000', '110643.027000', '110643.030000', '110643.033000', '110643.035000', '110702.905000', '110702.908000', '110702.911000', '110702.914000', '110702.917000', '110702.920000', '110702.923000', '110702.926000', '110702.929000', '110702.932000', '110702.935000', '110702.938000', '110702.940000', '110702.943000', '110702.946000', '110702.949000', '110702.952000', '110702.955000', '110702.958000', '110702.961000', '110702.964000', '110702.967000', '110702.970000', '110702.973000', '110702.976000', '110702.979000', '110702.982000', '110702.985000', '110702.988000', '110702.990000', '110702.994000', '110702.997000', '110703.001000', '110703.004000', '110703.007000', '110703.010000', '110703.013000', '110703.015000', '110703.018000', '110703.021000', '110703.024000', '110703.027000', '110703.030000', '110722.905000', '110722.908000', '110722.911000', '110722.921000', '110722.924000', '110722.927000', '110722.930000', '110722.933000', '110722.936000', '110722.939000', '110722.942000', '110722.945000', '110722.948000', '110722.951000', '110722.954000', '110722.957000', '110722.960000', '110722.963000', '110722.965000', '110722.969000', '110722.971000', '110722.974000', '110722.977000', '110722.981000', '110722.984000', '110722.986000', '110722.989000', '110722.992000', '110722.995000', '110722.998000', '110723.002000', '110723.005000', '110723.008000', '110723.011000', '110723.014000', '110723.016000', '110723.019000', '110723.022000', '110723.040000', '110723.043000', '110723.046000', '110723.049000', '110723.052000', '110723.055000', '110742.905000', '110742.908000', '110742.911000', '110742.914000', '110742.917000', '110742.920000', '110742.923000', '110742.926000', '110742.929000', '110742.932000', '110742.935000', '110742.938000', '110742.941000', '110742.944000', '110742.947000', '110742.950000', '110742.952000', '110742.956000', '110742.959000', '110742.961000', '110742.964000', '110742.967000', '110742.970000', '110742.973000', '110742.976000', '110742.979000', '110742.982000', '110742.985000', '110742.988000', '110742.991000', '110742.994000', '110742.996000', '110743.000000', '110743.003000', '110743.006000', '110743.009000', '110743.012000', '110743.015000', '110743.018000', '110743.021000', '110743.024000', '110743.027000', '110743.029000', '110802.905000', '110802.908000', '110802.911000', '110802.914000', '110802.917000', '110802.920000', '110802.923000', '110802.926000', '110802.929000', '110802.932000', '110802.935000', '110802.938000', '110802.941000', '110802.944000', '110802.947000', '110802.950000', '110802.952000', '110802.955000', '110802.958000', '110802.961000', '110802.964000', '110802.967000', '110802.970000', '110802.973000', '110802.976000', '110802.979000', '110802.982000', '110802.985000', '110802.988000', '110802.991000', '110802.994000', '110802.997000', '110803.001000', '110803.004000', '110803.007000', '110803.009000', '110803.012000', '110803.015000', '110803.018000', '110803.021000', '110803.024000', '110803.027000', '110803.030000', '110803.033000', '110822.904000', '110822.907000', '110822.910000', '110822.913000', '110822.916000', '110822.919000', '110822.922000', '110822.925000', '110822.928000', '110822.937000', '110822.940000', '110822.943000', '110822.946000', '110822.949000', '110822.952000', '110822.955000', '110822.958000', '110822.961000', '110822.964000', '110822.966000', '110822.977000', '110822.980000', '110822.983000', '110822.986000', '110822.989000', '110822.992000', '110822.995000', '110822.998000', '110823.002000', '110823.005000', '110823.008000', '110823.011000', '110823.014000', '110823.017000', '110823.020000', '110823.023000', '110823.026000', '110823.029000', '110823.033000', '110823.036000', '110823.039000', '110823.041000', '110823.044000', '110842.904000', '110842.907000', '110842.910000', '110842.913000', '110842.916000', '110842.919000', '110842.922000', '110842.925000', '110842.928000', '110842.931000', '110842.934000', '110842.936000', '110842.939000', '110842.942000', '110842.945000', '110842.948000', '110842.951000', '110842.954000', '110842.957000', '110842.960000', '110842.963000', '110842.966000', '110842.969000', '110842.972000', '110842.975000', '110842.978000', '110842.981000', '110842.984000', '110842.987000', '110842.990000', '110842.993000', '110842.996000', '110843.000000', '110843.003000', '110843.006000', '110843.009000', '110843.011000', '110843.014000', '110843.017000', '110843.020000', '110843.023000', '110843.026000', '110843.029000', '110843.032000', '110902.904000', '110902.907000', '110902.910000', '110902.913000', '110902.916000', '110902.919000', '110902.922000', '110902.925000', '110902.928000', '110902.931000', '110902.934000', '110902.937000', '110902.940000', '110902.943000', '110902.945000', '110902.949000', '110902.951000', '110902.954000', '110902.957000', '110902.961000', '110902.963000', '110902.966000', '110902.969000', '110902.972000', '110902.975000', '110902.978000', '110902.981000', '110902.984000', '110902.987000', '110902.990000', '110902.993000', '110902.996000', '110903.000000', '110903.011000', '110903.014000', '110903.017000', '110903.020000', '110903.023000', '110903.026000', '110903.028000', '110903.031000', '110903.034000', '110903.037000', '110922.905000', '110922.908000', '110922.911000', '110922.914000', '110922.917000', '110922.920000', '110922.923000', '110922.926000', '110922.929000', '110922.932000', '110922.935000', '110922.938000', '110922.941000', '110922.944000', '110922.947000', '110922.950000', '110922.953000', '110922.956000', '110922.959000', '110922.962000', '110922.965000', '110922.968000', '110922.970000', '110922.973000', '110922.976000', '110922.979000', '110922.982000', '110922.985000', '110922.988000', '110922.991000', '110922.994000', '110922.997000', '110923.001000', '110923.003000', '110923.006000', '110923.009000', '110923.012000', '110923.015000', '110923.018000', '110923.021000', '110923.024000', '110923.027000', '110923.029000', '110923.032000', '110942.905000', '110942.908000', '110942.911000', '110942.914000', '110942.917000', '110942.920000', '110942.923000', '110942.926000', '110942.929000', '110942.932000', '110942.935000', '110942.938000', '110942.941000', '110942.943000', '110942.947000', '110942.949000', '110942.952000', '110942.955000', '110942.958000', '110942.961000', '110942.964000', '110942.967000', '110942.970000', '110942.973000', '110942.976000', '110942.979000', '110942.987000', '110942.990000', '110942.993000', '110942.996000', '110943.000000', '110943.003000', '110943.006000', '110943.008000', '110943.011000', '110943.014000', '110943.017000', '110943.020000', '110943.023000', '110943.026000', '110943.029000', '110943.032000', '110943.035000', '111002.905000', '111002.908000', '111002.911000', '111002.917000', '111002.921000', '111002.924000', '111002.927000', '111002.930000', '111002.932000', '111002.935000', '111002.938000', '111002.941000', '111002.944000', '111002.947000', '111002.950000', '111002.953000', '111002.956000', '111002.959000', '111002.962000', '111002.965000', '111002.968000', '111002.971000', '111002.974000', '111002.977000', '111002.980000', '111002.983000', '111002.986000', '111002.989000', '111002.992000', '111002.994000', '111002.997000', '111003.001000', '111003.004000', '111003.007000', '111003.010000', '111003.013000', '111003.016000', '111003.019000', '111003.022000', '111003.025000', '111003.028000', '111003.030000', '111003.033000', '111022.905000', '111022.908000', '111022.911000', '111022.914000', '111022.917000', '111022.920000', '111022.923000', '111022.926000', '111022.929000', '111022.932000', '111022.935000', '111022.938000', '111022.940000', '111022.943000', '111022.946000', '111022.949000', '111022.952000', '111022.955000', '111022.958000', '111022.961000', '111022.964000', '111022.967000', '111022.970000', '111022.973000', '111022.976000', '111022.979000', '111022.982000', '111022.985000', '111022.988000', '111022.991000', '111022.994000', '111022.997000', '111023.001000', '111023.004000', '111023.007000', '111023.010000', '111023.012000', '111023.015000', '111023.018000', '111023.021000', '111023.024000', '111023.027000', '111023.030000', '111023.033000', '111042.921000', '111042.925000', '111042.928000', '111042.931000', '111042.937000', '111042.940000', '111042.944000', '111042.947000', '111042.949000', '111042.952000', '111042.955000', '111042.958000', '111042.961000', '111042.964000', '111042.967000', '111042.970000', '111042.973000', '111042.976000', '111042.979000', '111042.982000', '111042.985000', '111042.988000', '111042.991000', '111042.994000', '111042.997000', '111043.001000', '111043.004000', '111043.007000', '111043.009000', '111043.012000', '111043.015000', '111043.018000', '111043.021000', '111043.024000', '111043.027000', '111043.030000', '111043.033000', '111043.036000', '111043.039000', '111043.042000', '111043.045000', '111043.048000', '111043.051000', '111102.904000', '111102.907000', '111102.910000', '111102.913000', '111102.916000', '111102.919000', '111102.922000', '111102.927000', '111102.930000', '111102.933000', '111102.936000', '111102.939000', '111102.942000', '111102.945000', '111102.948000', '111102.951000', '111102.954000', '111102.957000', '111102.960000', '111102.963000', '111102.966000', '111102.969000', '111102.972000', '111102.975000', '111102.978000', '111102.981000', '111102.984000', '111102.987000', '111102.990000', '111102.993000', '111102.996000', '111102.998000', '111103.002000', '111103.006000', '111103.008000', '111103.011000', '111103.014000', '111103.017000', '111103.020000', '111103.023000', '111103.026000', '111103.029000', '111103.032000', '111103.035000', '111122.904000', '111122.907000', '111122.910000', '111122.913000', '111122.916000', '111122.919000', '111122.922000', '111122.925000', '111122.928000', '111122.931000', '111122.933000', '111122.937000', '111122.939000', '111122.942000', '111122.945000', '111122.949000', '111122.952000', '111122.957000', '111122.960000', '111122.963000', '111122.966000', '111122.970000', '111122.973000', '111122.976000', '111122.978000', '111122.982000', '111122.984000', '111122.987000', '111122.990000', '111122.993000', '111122.996000', '111123.000000', '111123.003000', '111123.006000', '111123.009000', '111123.012000', '111123.015000', '111123.018000', '111123.021000', '111123.023000', '111123.026000', '111123.029000', '111123.032000', '111142.905000', '111142.908000', '111142.911000', '111142.914000', '111142.917000', '111142.920000', '111142.923000', '111142.926000', '111142.929000', '111142.932000', '111142.934000', '111142.937000', '111142.940000', '111142.943000', '111142.946000', '111142.949000', '111142.952000', '111142.955000', '111142.958000', '111142.961000', '111142.964000', '111142.967000', '111142.970000', '111142.973000', '111142.976000', '111142.979000', '111142.982000', '111142.985000', '111142.988000', '111142.991000', '111142.994000', '111142.996000', '111143.001000', '111143.003000', '111143.006000', '111143.009000', '111143.012000', '111143.015000', '111143.018000', '111143.021000', '111143.024000', '111143.027000', '111143.030000', '111143.033000', '111202.905000', '111202.910000', '111202.913000', '111202.916000', '111202.919000', '111202.922000', '111202.925000', '111202.928000', '111202.931000', '111202.934000', '111202.937000', '111202.953000', '111202.956000', '111202.960000', '111202.970000', '111202.973000', '111202.976000', '111202.979000', '111202.982000', '111202.985000', '111202.988000', '111202.991000', '111202.994000', '111202.996000', '111203.000000', '111203.003000', '111203.006000', '111203.009000', '111203.012000', '111203.015000', '111203.018000', '111203.021000', '111203.024000', '111203.027000', '111203.030000', '111203.033000', '111203.036000', '111203.039000', '111203.042000', '111203.045000', '111203.048000', '111203.051000', '111203.054000', '111222.905000', '111222.908000', '111222.911000', '111222.914000', '111222.917000', '111222.920000', '111222.923000', '111222.926000', '111222.929000', '111222.932000', '111222.935000', '111222.938000', '111222.941000', '111222.944000', '111222.947000', '111222.950000', '111222.953000', '111222.955000', '111222.958000', '111222.961000', '111222.964000', '111222.967000', '111222.970000', '111222.973000', '111222.976000', '111222.979000', '111222.982000', '111222.985000', '111222.988000', '111222.991000', '111222.994000', '111222.997000', '111223.001000', '111223.004000', '111223.007000', '111223.010000', '111223.013000', '111223.015000', '111223.018000', '111223.021000', '111223.024000', '111223.027000', '111223.030000', '111223.033000', '111242.905000', '111242.908000', '111242.911000', '111242.914000', '111242.917000', '111242.920000', '111242.923000', '111242.926000', '111242.929000', '111242.932000', '111242.935000', '111242.938000', '111242.940000', '111242.944000', '111242.946000', '111242.949000', '111242.952000', '111242.955000', '111242.958000', '111242.961000', '111242.964000', '111242.967000', '111242.970000', '111242.973000', '111242.976000', '111242.979000', '111242.982000', '111242.985000', '111242.988000', '111242.993000', '111242.997000', '111243.001000', '111243.004000', '111243.007000', '111243.010000', '111243.013000', '111243.016000', '111243.019000', '111243.022000', '111243.025000', '111243.028000', '111243.031000', '111243.034000', '111302.904000', '111302.907000', '111302.910000', '111302.913000', '111302.916000', '111302.919000', '111302.922000', '111302.925000', '111302.928000', '111302.931000', '111302.934000', '111302.937000', '111302.940000', '111302.943000', '111302.946000', '111302.949000', '111302.952000', '111302.955000', '111302.958000', '111302.961000', '111302.964000', '111302.967000', '111302.970000', '111302.973000', '111302.976000', '111302.979000', '111302.982000', '111302.985000', '111302.988000', '111302.990000', '111302.994000', '111302.996000', '111303.000000', '111303.003000', '111303.006000', '111303.009000', '111303.012000', '111303.015000', '111303.018000', '111303.021000', '111303.024000', '111303.027000', '111303.030000', '111303.033000', '111322.904000', '111322.907000', '111322.910000', '111322.913000', '111322.916000', '111322.919000', '111322.922000', '111322.925000', '111322.928000', '111322.931000', '111322.934000', '111322.937000', '111322.940000', '111322.943000', '111322.947000', '111322.950000', '111322.953000', '111322.956000', '111322.959000', '111322.962000', '111322.965000', '111322.968000', '111322.978000', '111322.981000', '111322.984000', '111322.987000', '111322.990000', '111322.993000', '111322.996000', '111323.000000', '111323.003000', '111323.006000', '111323.009000', '111323.012000', '111323.017000', '111323.021000', '111323.024000', '111323.027000', '111323.030000', '111323.033000', '111323.036000', '111323.039000', '111323.042000', '111342.904000', '111342.907000', '111342.910000', '111342.913000', '111342.916000', '111342.919000', '111342.922000', '111342.925000', '111342.928000', '111342.931000', '111342.934000', '111342.937000', '111342.940000', '111342.943000', '111342.946000', '111342.949000', '111342.952000', '111342.955000', '111342.958000', '111342.961000', '111342.964000', '111342.967000', '111342.970000', '111342.973000', '111342.975000', '111342.978000', '111342.981000', '111342.984000', '111342.987000', '111342.990000', '111342.993000', '111342.996000', '111343.000000', '111343.003000', '111343.006000', '111343.009000', '111343.012000', '111343.015000', '111343.018000', '111343.021000', '111343.024000', '111343.027000', '111343.030000', '111343.033000', '111402.905000', '111402.908000', '111402.911000', '111402.914000', '111402.917000', '111402.920000', '111402.923000', '111402.926000', '111402.929000', '111402.932000', '111402.935000', '111402.938000', '111402.941000', '111402.944000', '111402.947000', '111402.950000', '111402.953000', '111402.956000', '111402.959000', '111402.962000', '111402.965000', '111402.967000', '111402.970000', '111402.973000', '111402.976000', '111402.979000', '111402.982000', '111402.985000', '111402.988000', '111402.991000', '111402.994000', '111402.997000', '111403.001000', '111403.004000', '111403.007000', '111403.010000', '111403.013000', '111403.016000', '111403.018000', '111403.021000', '111403.024000', '111403.028000', '111403.033000', '111422.905000', '111422.908000', '111422.911000', '111422.914000', '111422.917000', '111422.920000', '111422.923000', '111422.926000', '111422.929000', '111422.932000', '111422.935000', '111422.937000', '111422.941000', '111422.943000', '111422.946000', '111422.949000', '111422.952000', '111422.955000', '111422.958000', '111422.961000', '111422.964000', '111422.967000', '111422.970000', '111422.973000', '111422.976000', '111422.979000', '111422.982000', '111422.985000', '111422.988000', '111422.991000', '111422.994000', '111422.997000', '111423.001000', '111423.004000', '111423.007000', '111423.009000', '111423.012000', '111423.015000', '111423.019000', '111423.021000', '111423.025000', '111423.027000', '111423.030000', '111423.033000', '111428.855000', '111428.858000', '111428.862000', '111428.865000', '111428.868000', '111428.871000', '111428.874000', '111428.877000', '111428.880000', '111428.883000', '111428.886000', '111428.889000', '111428.892000'], 'InstanceCreationTime': ['110602.962000', '110602.966000', '110602.969000', '110602.972000', '110602.975000', '110602.979000', '110602.982000', '110602.985000', '110602.988000', '110602.991000', '110602.994000', '110602.997000', '110603.002000', '110603.005000', '110603.019000', '110603.022000', '110603.025000', '110603.028000', '110603.031000', '110603.034000', '110603.037000', '110603.040000', '110603.043000', '110603.046000', '110603.050000', '110603.053000', '110603.056000', '110603.060000', '110603.063000', '110603.066000', '110603.069000', '110603.073000', '110603.076000', '110603.079000', '110603.082000', '110603.085000', '110603.088000', '110603.091000', '110603.094000', '110603.097000', '110603.100000', '110603.103000', '110603.106000', '110603.109000', '110603.112000', '110603.116000', '110603.119000', '110603.122000', '110603.125000', '110603.128000', '110603.131000', '110603.134000', '110603.137000', '110603.140000', '110603.143000', '110603.146000', '110603.149000', '110603.152000', '110622.904000', '110622.907000', '110622.910000', '110622.913000', '110622.916000', '110622.919000', '110622.922000', '110622.925000', '110622.928000', '110622.931000', '110622.938000', '110622.942000', '110622.944000', '110622.947000', '110622.950000', '110622.953000', '110622.956000', '110622.959000', '110622.962000', '110622.965000', '110622.968000', '110622.971000', '110622.974000', '110622.977000', '110622.980000', '110622.982000', '110622.985000', '110622.988000', '110622.991000', '110622.994000', '110622.997000', '110623.001000', '110623.004000', '110623.007000', '110623.010000', '110623.013000', '110623.015000', '110623.018000', '110623.021000', '110623.024000', '110623.027000', '110623.030000', '110623.033000', '110642.904000', '110642.907000', '110642.910000', '110642.913000', '110642.921000', '110642.924000', '110642.927000', '110642.929000', '110642.932000', '110642.935000', '110642.938000', '110642.941000', '110642.944000', '110642.947000', '110642.950000', '110642.953000', '110642.956000', '110642.959000', '110642.962000', '110642.965000', '110642.968000', '110642.970000', '110642.973000', '110642.976000', '110642.979000', '110642.982000', '110642.985000', '110642.988000', '110642.991000', '110642.994000', '110642.997000', '110643.001000', '110643.004000', '110643.007000', '110643.010000', '110643.012000', '110643.015000', '110643.018000', '110643.021000', '110643.024000', '110643.027000', '110643.030000', '110643.033000', '110643.035000', '110702.905000', '110702.908000', '110702.911000', '110702.914000', '110702.917000', '110702.920000', '110702.923000', '110702.926000', '110702.929000', '110702.932000', '110702.935000', '110702.938000', '110702.940000', '110702.943000', '110702.946000', '110702.949000', '110702.952000', '110702.955000', '110702.958000', '110702.961000', '110702.964000', '110702.967000', '110702.970000', '110702.973000', '110702.976000', '110702.979000', '110702.982000', '110702.985000', '110702.988000', '110702.990000', '110702.994000', '110702.997000', '110703.001000', '110703.004000', '110703.007000', '110703.010000', '110703.013000', '110703.015000', '110703.018000', '110703.021000', '110703.024000', '110703.027000', '110703.030000', '110722.905000', '110722.908000', '110722.911000', '110722.921000', '110722.924000', '110722.927000', '110722.930000', '110722.933000', '110722.936000', '110722.939000', '110722.942000', '110722.945000', '110722.948000', '110722.951000', '110722.954000', '110722.957000', '110722.960000', '110722.963000', '110722.965000', '110722.969000', '110722.971000', '110722.974000', '110722.977000', '110722.981000', '110722.984000', '110722.986000', '110722.989000', '110722.992000', '110722.995000', '110722.998000', '110723.002000', '110723.005000', '110723.008000', '110723.011000', '110723.014000', '110723.016000', '110723.019000', '110723.022000', '110723.040000', '110723.043000', '110723.046000', '110723.049000', '110723.052000', '110723.055000', '110742.905000', '110742.908000', '110742.911000', '110742.914000', '110742.917000', '110742.920000', '110742.923000', '110742.926000', '110742.929000', '110742.932000', '110742.935000', '110742.938000', '110742.941000', '110742.944000', '110742.947000', '110742.950000', '110742.952000', '110742.956000', '110742.959000', '110742.961000', '110742.964000', '110742.967000', '110742.970000', '110742.973000', '110742.976000', '110742.979000', '110742.982000', '110742.985000', '110742.988000', '110742.991000', '110742.994000', '110742.996000', '110743.000000', '110743.003000', '110743.006000', '110743.009000', '110743.012000', '110743.015000', '110743.018000', '110743.021000', '110743.024000', '110743.027000', '110743.029000', '110802.905000', '110802.908000', '110802.911000', '110802.914000', '110802.917000', '110802.920000', '110802.923000', '110802.926000', '110802.929000', '110802.932000', '110802.935000', '110802.938000', '110802.941000', '110802.944000', '110802.947000', '110802.950000', '110802.952000', '110802.955000', '110802.958000', '110802.961000', '110802.964000', '110802.967000', '110802.970000', '110802.973000', '110802.976000', '110802.979000', '110802.982000', '110802.985000', '110802.988000', '110802.991000', '110802.994000', '110802.997000', '110803.001000', '110803.004000', '110803.007000', '110803.009000', '110803.012000', '110803.015000', '110803.018000', '110803.021000', '110803.024000', '110803.027000', '110803.030000', '110803.033000', '110822.904000', '110822.907000', '110822.910000', '110822.913000', '110822.916000', '110822.919000', '110822.922000', '110822.925000', '110822.928000', '110822.937000', '110822.940000', '110822.943000', '110822.946000', '110822.949000', '110822.952000', '110822.955000', '110822.958000', '110822.961000', '110822.964000', '110822.966000', '110822.977000', '110822.980000', '110822.983000', '110822.986000', '110822.989000', '110822.992000', '110822.995000', '110822.998000', '110823.002000', '110823.005000', '110823.008000', '110823.011000', '110823.014000', '110823.017000', '110823.020000', '110823.023000', '110823.026000', '110823.029000', '110823.033000', '110823.036000', '110823.039000', '110823.041000', '110823.044000', '110842.904000', '110842.907000', '110842.910000', '110842.913000', '110842.916000', '110842.919000', '110842.922000', '110842.925000', '110842.928000', '110842.931000', '110842.934000', '110842.936000', '110842.939000', '110842.942000', '110842.945000', '110842.948000', '110842.951000', '110842.954000', '110842.957000', '110842.960000', '110842.963000', '110842.966000', '110842.969000', '110842.972000', '110842.975000', '110842.978000', '110842.981000', '110842.984000', '110842.987000', '110842.990000', '110842.993000', '110842.996000', '110843.000000', '110843.003000', '110843.006000', '110843.009000', '110843.011000', '110843.014000', '110843.017000', '110843.020000', '110843.023000', '110843.026000', '110843.029000', '110843.032000', '110902.904000', '110902.907000', '110902.910000', '110902.913000', '110902.916000', '110902.919000', '110902.922000', '110902.925000', '110902.928000', '110902.931000', '110902.934000', '110902.937000', '110902.940000', '110902.943000', '110902.945000', '110902.949000', '110902.951000', '110902.954000', '110902.957000', '110902.961000', '110902.963000', '110902.966000', '110902.969000', '110902.972000', '110902.975000', '110902.978000', '110902.981000', '110902.984000', '110902.987000', '110902.990000', '110902.993000', '110902.996000', '110903.000000', '110903.011000', '110903.014000', '110903.017000', '110903.020000', '110903.023000', '110903.026000', '110903.028000', '110903.031000', '110903.034000', '110903.037000', '110922.905000', '110922.908000', '110922.911000', '110922.914000', '110922.917000', '110922.920000', '110922.923000', '110922.926000', '110922.929000', '110922.932000', '110922.935000', '110922.938000', '110922.941000', '110922.944000', '110922.947000', '110922.950000', '110922.953000', '110922.956000', '110922.959000', '110922.962000', '110922.965000', '110922.968000', '110922.970000', '110922.973000', '110922.976000', '110922.979000', '110922.982000', '110922.985000', '110922.988000', '110922.991000', '110922.994000', '110922.997000', '110923.001000', '110923.003000', '110923.006000', '110923.009000', '110923.012000', '110923.015000', '110923.018000', '110923.021000', '110923.024000', '110923.027000', '110923.029000', '110923.032000', '110942.905000', '110942.908000', '110942.911000', '110942.914000', '110942.917000', '110942.920000', '110942.923000', '110942.926000', '110942.929000', '110942.932000', '110942.935000', '110942.938000', '110942.941000', '110942.943000', '110942.947000', '110942.949000', '110942.952000', '110942.955000', '110942.958000', '110942.961000', '110942.964000', '110942.967000', '110942.970000', '110942.973000', '110942.976000', '110942.979000', '110942.987000', '110942.990000', '110942.993000', '110942.996000', '110943.000000', '110943.003000', '110943.006000', '110943.008000', '110943.011000', '110943.014000', '110943.017000', '110943.020000', '110943.023000', '110943.026000', '110943.029000', '110943.032000', '110943.035000', '111002.905000', '111002.908000', '111002.911000', '111002.917000', '111002.921000', '111002.924000', '111002.927000', '111002.930000', '111002.932000', '111002.935000', '111002.938000', '111002.941000', '111002.944000', '111002.947000', '111002.950000', '111002.953000', '111002.956000', '111002.959000', '111002.962000', '111002.965000', '111002.968000', '111002.971000', '111002.974000', '111002.977000', '111002.980000', '111002.983000', '111002.986000', '111002.989000', '111002.992000', '111002.994000', '111002.997000', '111003.001000', '111003.004000', '111003.007000', '111003.010000', '111003.013000', '111003.016000', '111003.019000', '111003.022000', '111003.025000', '111003.028000', '111003.030000', '111003.033000', '111022.905000', '111022.908000', '111022.911000', '111022.914000', '111022.917000', '111022.920000', '111022.923000', '111022.926000', '111022.929000', '111022.932000', '111022.935000', '111022.938000', '111022.940000', '111022.943000', '111022.946000', '111022.949000', '111022.952000', '111022.955000', '111022.958000', '111022.961000', '111022.964000', '111022.967000', '111022.970000', '111022.973000', '111022.976000', '111022.979000', '111022.982000', '111022.985000', '111022.988000', '111022.991000', '111022.994000', '111022.997000', '111023.001000', '111023.004000', '111023.007000', '111023.010000', '111023.012000', '111023.015000', '111023.018000', '111023.021000', '111023.024000', '111023.027000', '111023.030000', '111023.033000', '111042.921000', '111042.925000', '111042.928000', '111042.931000', '111042.937000', '111042.940000', '111042.944000', '111042.947000', '111042.949000', '111042.952000', '111042.955000', '111042.958000', '111042.961000', '111042.964000', '111042.967000', '111042.970000', '111042.973000', '111042.976000', '111042.979000', '111042.982000', '111042.985000', '111042.988000', '111042.991000', '111042.994000', '111042.997000', '111043.001000', '111043.004000', '111043.007000', '111043.009000', '111043.012000', '111043.015000', '111043.018000', '111043.021000', '111043.024000', '111043.027000', '111043.030000', '111043.033000', '111043.036000', '111043.039000', '111043.042000', '111043.045000', '111043.048000', '111043.051000', '111102.904000', '111102.907000', '111102.910000', '111102.913000', '111102.916000', '111102.919000', '111102.922000', '111102.927000', '111102.930000', '111102.933000', '111102.936000', '111102.939000', '111102.942000', '111102.945000', '111102.948000', '111102.951000', '111102.954000', '111102.957000', '111102.960000', '111102.963000', '111102.966000', '111102.969000', '111102.972000', '111102.975000', '111102.978000', '111102.981000', '111102.984000', '111102.987000', '111102.990000', '111102.993000', '111102.996000', '111102.998000', '111103.002000', '111103.006000', '111103.008000', '111103.011000', '111103.014000', '111103.017000', '111103.020000', '111103.023000', '111103.026000', '111103.029000', '111103.032000', '111103.035000', '111122.904000', '111122.907000', '111122.910000', '111122.913000', '111122.916000', '111122.919000', '111122.922000', '111122.925000', '111122.928000', '111122.931000', '111122.933000', '111122.937000', '111122.939000', '111122.942000', '111122.945000', '111122.949000', '111122.952000', '111122.957000', '111122.960000', '111122.963000', '111122.966000', '111122.970000', '111122.973000', '111122.976000', '111122.978000', '111122.982000', '111122.984000', '111122.987000', '111122.990000', '111122.993000', '111122.996000', '111123.000000', '111123.003000', '111123.006000', '111123.009000', '111123.012000', '111123.015000', '111123.018000', '111123.021000', '111123.023000', '111123.026000', '111123.029000', '111123.032000', '111142.905000', '111142.908000', '111142.911000', '111142.914000', '111142.917000', '111142.920000', '111142.923000', '111142.926000', '111142.929000', '111142.932000', '111142.934000', '111142.937000', '111142.940000', '111142.943000', '111142.946000', '111142.949000', '111142.952000', '111142.955000', '111142.958000', '111142.961000', '111142.964000', '111142.967000', '111142.970000', '111142.973000', '111142.976000', '111142.979000', '111142.982000', '111142.985000', '111142.988000', '111142.991000', '111142.994000', '111142.996000', '111143.001000', '111143.003000', '111143.006000', '111143.009000', '111143.012000', '111143.015000', '111143.018000', '111143.021000', '111143.024000', '111143.027000', '111143.030000', '111143.033000', '111202.905000', '111202.910000', '111202.913000', '111202.916000', '111202.919000', '111202.922000', '111202.925000', '111202.928000', '111202.931000', '111202.934000', '111202.937000', '111202.953000', '111202.956000', '111202.960000', '111202.970000', '111202.973000', '111202.976000', '111202.979000', '111202.982000', '111202.985000', '111202.988000', '111202.991000', '111202.994000', '111202.996000', '111203.000000', '111203.003000', '111203.006000', '111203.009000', '111203.012000', '111203.015000', '111203.018000', '111203.021000', '111203.024000', '111203.027000', '111203.030000', '111203.033000', '111203.036000', '111203.039000', '111203.042000', '111203.045000', '111203.048000', '111203.051000', '111203.054000', '111222.905000', '111222.908000', '111222.911000', '111222.914000', '111222.917000', '111222.920000', '111222.923000', '111222.926000', '111222.929000', '111222.932000', '111222.935000', '111222.938000', '111222.941000', '111222.944000', '111222.947000', '111222.950000', '111222.953000', '111222.955000', '111222.958000', '111222.961000', '111222.964000', '111222.967000', '111222.970000', '111222.973000', '111222.976000', '111222.979000', '111222.982000', '111222.985000', '111222.988000', '111222.991000', '111222.994000', '111222.997000', '111223.001000', '111223.004000', '111223.007000', '111223.010000', '111223.013000', '111223.015000', '111223.018000', '111223.021000', '111223.024000', '111223.027000', '111223.030000', '111223.033000', '111242.905000', '111242.908000', '111242.911000', '111242.914000', '111242.917000', '111242.920000', '111242.923000', '111242.926000', '111242.929000', '111242.932000', '111242.935000', '111242.938000', '111242.940000', '111242.944000', '111242.946000', '111242.949000', '111242.952000', '111242.955000', '111242.958000', '111242.961000', '111242.964000', '111242.967000', '111242.970000', '111242.973000', '111242.976000', '111242.979000', '111242.982000', '111242.985000', '111242.988000', '111242.993000', '111242.997000', '111243.001000', '111243.004000', '111243.007000', '111243.010000', '111243.013000', '111243.016000', '111243.019000', '111243.022000', '111243.025000', '111243.028000', '111243.031000', '111243.034000', '111302.904000', '111302.907000', '111302.910000', '111302.913000', '111302.916000', '111302.919000', '111302.922000', '111302.925000', '111302.928000', '111302.931000', '111302.934000', '111302.937000', '111302.940000', '111302.943000', '111302.946000', '111302.949000', '111302.952000', '111302.955000', '111302.958000', '111302.961000', '111302.964000', '111302.967000', '111302.970000', '111302.973000', '111302.976000', '111302.979000', '111302.982000', '111302.985000', '111302.988000', '111302.990000', '111302.994000', '111302.996000', '111303.000000', '111303.003000', '111303.006000', '111303.009000', '111303.012000', '111303.015000', '111303.018000', '111303.021000', '111303.024000', '111303.027000', '111303.030000', '111303.033000', '111322.904000', '111322.907000', '111322.910000', '111322.913000', '111322.916000', '111322.919000', '111322.922000', '111322.925000', '111322.928000', '111322.931000', '111322.934000', '111322.937000', '111322.940000', '111322.943000', '111322.947000', '111322.950000', '111322.953000', '111322.956000', '111322.959000', '111322.962000', '111322.965000', '111322.968000', '111322.978000', '111322.981000', '111322.984000', '111322.987000', '111322.990000', '111322.993000', '111322.996000', '111323.000000', '111323.003000', '111323.006000', '111323.009000', '111323.012000', '111323.017000', '111323.021000', '111323.024000', '111323.027000', '111323.030000', '111323.033000', '111323.036000', '111323.039000', '111323.042000', '111342.904000', '111342.907000', '111342.910000', '111342.913000', '111342.916000', '111342.919000', '111342.922000', '111342.925000', '111342.928000', '111342.931000', '111342.934000', '111342.937000', '111342.940000', '111342.943000', '111342.946000', '111342.949000', '111342.952000', '111342.955000', '111342.958000', '111342.961000', '111342.964000', '111342.967000', '111342.970000', '111342.973000', '111342.975000', '111342.978000', '111342.981000', '111342.984000', '111342.987000', '111342.990000', '111342.993000', '111342.996000', '111343.000000', '111343.003000', '111343.006000', '111343.009000', '111343.012000', '111343.015000', '111343.018000', '111343.021000', '111343.024000', '111343.027000', '111343.030000', '111343.033000', '111402.905000', '111402.908000', '111402.911000', '111402.914000', '111402.917000', '111402.920000', '111402.923000', '111402.926000', '111402.929000', '111402.932000', '111402.935000', '111402.938000', '111402.941000', '111402.944000', '111402.947000', '111402.950000', '111402.953000', '111402.956000', '111402.959000', '111402.962000', '111402.965000', '111402.967000', '111402.970000', '111402.973000', '111402.976000', '111402.979000', '111402.982000', '111402.985000', '111402.988000', '111402.991000', '111402.994000', '111402.997000', '111403.001000', '111403.004000', '111403.007000', '111403.010000', '111403.013000', '111403.016000', '111403.018000', '111403.021000', '111403.024000', '111403.028000', '111403.033000', '111422.905000', '111422.908000', '111422.911000', '111422.914000', '111422.917000', '111422.920000', '111422.923000', '111422.926000', '111422.929000', '111422.932000', '111422.935000', '111422.937000', '111422.941000', '111422.943000', '111422.946000', '111422.949000', '111422.952000', '111422.955000', '111422.958000', '111422.961000', '111422.964000', '111422.967000', '111422.970000', '111422.973000', '111422.976000', '111422.979000', '111422.982000', '111422.985000', '111422.988000', '111422.991000', '111422.994000', '111422.997000', '111423.001000', '111423.004000', '111423.007000', '111423.009000', '111423.012000', '111423.015000', '111423.019000', '111423.021000', '111423.025000', '111423.027000', '111423.030000', '111423.033000', '111428.855000', '111428.858000', '111428.862000', '111428.865000', '111428.868000', '111428.871000', '111428.874000', '111428.877000', '111428.880000', '111428.883000', '111428.886000', '111428.889000', '111428.892000'], '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': [8498, 11922, 10153, 9336, 13420, 8284, 10634, 8063, 9821, 11950, 8348, 11375, 10369, 8352, 11062, 8384, 8286, 11087, 8310, 10146, 8028, 8262, 11288, 8171, 9654, 12239, 8479, 10538, 8234, 9100, 11549, 8258, 9573, 11163, 8207, 10377, 8182, 8228, 11106, 8097, 9124, 11103, 8494, 10713, 8128, 8276, 11469, 8133, 9584, 11836, 8432, 10913, 11036, 8374, 11533, 7906, 9070, 9603, 8270, 11215, 8335, 10557, 8522, 8397, 11079, 8406, 10852, 8032, 9334, 11648, 8242, 10495, 8817, 8512, 13081, 8662, 12010, 7766, 9020, 10051, 8293, 10910, 7716, 8515, 11169, 8380, 10953, 7763, 9670, 11821, 8144, 10731, 8268, 8488, 12224, 8234, 10693, 7852, 8621, 11238, 8391, 11352, 8999, 8862, 11961, 8218, 11328, 7699, 9057, 11742, 8150, 11081, 7834, 9911, 10119, 8218, 11264, 7694, 9671, 12261, 8273, 11474, 7680, 9720, 12365, 8026, 10881, 8062, 8525, 12080, 8181, 11084, 7813, 8954, 11319, 8168, 11432, 8106, 9579, 9683, 8352, 11147, 7873, 9616, 13414, 8425, 11506, 7793, 9430, 12748, 8177, 11535, 8075, 9891, 11301, 8271, 11623, 7770, 9866, 13238, 8231, 11917, 7922, 9356, 11581, 8246, 11406, 8141, 9133, 11700, 8028, 10551, 9171, 8245, 11830, 7872, 9983, 12180, 8236, 11410, 7892, 9477, 11567, 8082, 10603, 7984, 8157, 11311, 7750, 10362, 8745, 8222, 11267, 7584, 8760, 11606, 7997, 10184, 9213, 8042, 10778, 7970, 8643, 10945, 7908, 10505, 8042, 7886, 10701, 7793, 9319, 11744, 8174, 10724, 8027, 8599, 11107, 7936, 10340, 8889, 8209, 11250, 7806, 10719, 13665, 8527, 12304, 9649, 8884, 12438, 7637, 10164, 13886, 8482, 12292, 8190, 9343, 12042, 7849, 9981, 9517, 8256, 11598, 8027, 10360, 10604, 8038, 11561, 8245, 9982, 13839, 8333, 11987, 8185, 8421, 11763, 8130, 11201, 9914, 8828, 13218, 8337, 10536, 7778, 9204, 11348, 8497, 10765, 7921, 9849, 8702, 8159, 11152, 8188, 10733, 9922, 8702, 13096, 8532, 11247, 8110, 8490, 11466, 8515, 11495, 8139, 9875, 10749, 8521, 11639, 8350, 11492, 8091, 9071, 11469, 8397, 11386, 7963, 9966, 10669, 8742, 11848, 8506, 10749, 7810, 9546, 11919, 8577, 11323, 8410, 9345, 11215, 8581, 11671, 8096, 9392, 7958, 8794, 12770, 8447, 11553, 7906, 8994, 12004, 8450, 11531, 8237, 10023, 8331, 8193, 11133, 8188, 11221, 7971, 9706, 8782, 8289, 11397, 8264, 10759, 9061, 9268, 13424, 8564, 11956, 8228, 9901, 8058, 8450, 11759, 8713, 11403, 7939, 10061, 8506, 8470, 11104, 8246, 11200, 9198, 8583, 12841, 8404, 10770, 7773, 9385, 13199, 8695, 11578, 8176, 10090, 9838, 8202, 11344, 8201, 9943, 8699, 8390, 11349, 8068, 9891, 8114, 9417, 13445, 8710, 12281, 8154, 10177, 9161, 8400, 12401, 8298, 11066, 9580, 8580, 12397, 8239, 10948, 7877, 9580, 13278, 8487, 11358, 8162, 9717, 7983, 8373, 11356, 8148, 10853, 8201, 8337, 11374, 8278, 10599, 7939, 9360, 13439, 8354, 11100, 7828, 9439, 10067, 8398, 11421, 8067, 10381, 9247, 8433, 11978, 8311, 10855, 10119, 8414, 12172, 8235, 10791, 8158, 8332, 11717, 8338, 10920, 8193, 8211, 11830, 8122, 9906, 7862, 8405, 11705, 8122, 10539, 7633, 8083, 11239, 8245, 11010, 7845, 9380, 10896, 8311, 10618, 7682, 9331, 13844, 8298, 11484, 7810, 9758, 10000, 8040, 11652, 7933, 10494, 11836, 8052, 12287, 7596, 9401, 11296, 8031, 11894, 7547, 9989, 11117, 7780, 10930, 8067, 8327, 11705, 7681, 10073, 8686, 7702, 10893, 7346, 9168, 12630, 7636, 10659, 7543, 8605, 11720, 7735, 11168, 10574, 8261, 12375, 7615, 11080, 11602, 8298, 13073, 7863, 10568, 12032, 7794, 11671, 8559, 9915, 14026, 8666, 12231, 7727, 9364, 12678, 7738, 11134, 8808, 8327, 13079, 7946, 11429, 7927, 8841, 11724, 8094, 11457, 8667, 9240, 13397, 7961, 11193, 7850, 8934, 12769, 8229, 11899, 7851, 10159, 12289, 7783, 11533, 8118, 9865, 14325, 8201, 11679, 7648, 9506, 12299, 8113, 11613, 8301, 9976, 13576, 8045, 11304, 7602, 8872, 11677, 8012, 11038, 8226, 8149, 11526, 7609, 9704, 9667, 7924, 11303, 7687, 10469, 9030, 7791, 10910, 7555, 9912, 9839, 7838, 10944, 7756, 10100, 9810, 7948, 11451, 7585, 9800, 14348, 8507, 12135, 7916, 10755, 10278, 8052, 11959, 7676, 10341, 8861, 7982, 11901, 7916, 11561, 8327, 8386, 11872, 8007, 11597, 9003, 9010, 12280, 7844, 10545, 8328, 8789, 13118, 7928, 11253, 7811, 8556, 12948, 7758, 11312, 7868, 9403, 8789, 8195, 11683, 7562, 11158, 7902, 8578, 10844, 8140, 11349, 8380, 11002, 11201, 8518, 12988, 7764, 11614, 7706, 10440, 11897, 8267, 13060, 8100, 11804, 7778, 9257, 12238, 7799, 12267, 7737, 11545, 7824, 9673, 10542, 8124, 11959, 8432, 11422, 10133, 8275, 12086, 8026, 10821, 7828, 9833, 12607, 7878, 11972, 7781, 10056, 7836, 8575, 13549, 7907, 11463, 8292, 9661, 8972, 8174, 11402, 8321, 10950, 8636, 9171, 10066, 7939, 11182, 7912, 10687, 8276, 8519, 13499, 7543, 11123, 7484, 10291, 12211, 8417, 12653, 7930, 11695, 7910, 9598, 8258, 8122, 11910, 7683, 11191, 7688, 10221, 7856, 8284, 11825, 7775, 11567, 7971, 10132, 10044, 8182, 12043, 7530, 10677, 7947, 9415, 7758, 8305, 11914, 7570, 10947, 7977, 9754, 7763, 9775, 9959, 9183, 11618, 7971, 11808, 7884, 11106, 7723, 9106, 12289, 8036, 11355, 8188, 11782, 7572, 10780, 9153, 8471, 12828, 8329, 12451, 8448, 11401, 7806, 10159, 12571, 8243, 11905, 7870, 10851, 7450, 9143, 8840, 7970, 12045, 8237, 11079, 7689, 9714, 8040, 8062, 11824, 8084, 10910, 7782, 9528, 8199, 7843, 11635, 7691, 10638, 8099, 9129, 10232, 7843, 11164, 7628, 10511, 7438, 9897, 9532, 8860, 10857, 8166, 8704, 7870, 11031, 7851, 11359, 7484, 9711, 9924, 7732, 11790, 7415, 10155, 7877, 8792, 12567, 8090, 11214, 7236, 8873, 11853, 7492, 10681, 8030, 8265, 11217, 7451, 9553, 7177, 8613, 12487, 7891, 10278, 7304, 8371, 11510, 7755, 10486, 7594, 9362, 12200, 7798, 10924, 7510, 9365, 10329, 7626, 11103, 7666, 9718, 10918, 8178, 11537, 7632, 10309, 7567, 8142, 11468, 7658, 10914, 7655, 9193, 10254, 7578, 11112, 7425, 9690, 10928, 8242, 12080, 7783, 10923, 8469, 8661, 12446, 7858, 10850, 8881, 8311, 12728, 8031, 10781, 7359, 9340, 13322, 8161, 11504, 7730, 9314, 9553, 8081, 11147, 7664, 10013, 7435, 8559, 11746, 7982, 10559, 7867, 9014, 11627, 8043, 11762, 7861, 10991, 7521, 9425, 12735, 8464, 12010, 7872, 10095, 8266, 8012, 12168, 8279, 11188, 8050, 9964, 8236, 8318, 11621, 8186, 10701, 8031, 8989, 9855, 8035, 11316, 7845, 9758, 8145, 9237, 12280, 7821, 11610, 7947, 10239, 7610, 9663, 8735, 7975, 11313, 7829, 10108, 8050, 9762, 9422, 7961, 11959, 7866, 10518, 8360, 9706, 13359, 8096, 11396, 7618, 9827, 7463, 8100, 11383, 7988, 11309, 7705, 10048, 7966, 7885, 12181, 7640, 10508, 8424, 8256, 12169, 7645, 10694, 7297, 9303, 11856, 7966, 11444, 7505, 9453, 7078, 7863, 11556, 7751, 11024, 7334, 9623, 9698, 7797, 11359, 7885, 10273, 7918, 8760, 12012, 7465, 10914, 7598, 9580, 13309, 7697, 11881, 7476, 10026, 8066, 8118, 11960, 8024, 10845, 7897, 9262, 12288, 7723, 10515, 7455, 9798, 11997, 7752, 11336, 7487, 9806, 10693, 7707, 11218, 7687, 9455, 8014, 7799, 11764, 7807, 10737, 8241, 9515, 8924, 7761, 11174, 8000, 10433, 7787, 9678, 12819, 8533, 12019, 7947, 10167, 8832, 8356, 12233, 8192, 10927, 7587, 9150, 11758, 8048, 11087, 7790, 10267, 9205, 8297, 11870, 7935, 9984, 7593, 8637, 11389, 8170, 10329, 7708, 9512, 9652, 7833, 11217, 7599, 10035, 8238, 8079, 11783, 7951, 10333, 8832, 8263, 11362, 7989, 10263, 7735, 8636, 11531, 8048, 11041, 7694, 9889, 8419, 8175, 11484, 8031, 10293, 7795, 8561, 12411, 8077, 11607, 8058, 10458, 7660, 9029, 11532, 8338, 11617, 7950, 10092, 8730, 8650, 12423, 8032, 10684, 7766, 9936, 11177, 8145, 11533, 8128, 10546, 7798, 9087, 11635, 8286, 11116, 8315, 10209, 7728, 8176, 12027, 8167, 11142, 8093, 10826, 7822, 9189, 10532, 8042, 11508, 8122, 9995], 'WindowCenter': [4341.0, 4367.0, 4330.0, 4320.0, 4349.0, 4295.0, 4326.0, 4295.0, 4327.0, 4336.0, 4296.0, 4337.0, 4314.0, 4284.0, 4324.0, 4281.0, 4284.0, 4324.0, 4283.0, 4312.0, 4282.0, 4295.0, 4323.0, 4281.0, 4303.0, 4322.0, 4281.0, 4312.0, 4293.0, 4305.0, 4322.0, 4291.0, 4305.0, 4322.0, 4282.0, 4313.0, 4293.0, 4294.0, 4323.0, 4284.0, 4316.0, 4324.0, 4304.0, 4326.0, 4283.0, 4296.0, 4325.0, 4284.0, 4316.0, 4334.0, 4294.0, 4327.0, 4323.0, 4293.0, 4323.0, 4281.0, 4303.0, 4314.0, 4295.0, 4325.0, 4294.0, 4325.0, 4293.0, 4295.0, 4324.0, 4294.0, 4326.0, 4284.0, 4306.0, 4324.0, 4293.0, 4324.0, 4293.0, 4293.0, 4345.0, 4294.0, 4335.0, 4282.0, 4304.0, 4313.0, 4293.0, 4324.0, 4282.0, 4295.0, 4323.0, 4296.0, 4326.0, 4283.0, 4316.0, 4323.0, 4282.0, 4323.0, 4292.0, 4306.0, 4333.0, 4295.0, 4314.0, 4282.0, 4294.0, 4322.0, 4283.0, 4324.0, 4292.0, 4293.0, 4322.0, 4292.0, 4323.0, 4283.0, 4304.0, 4323.0, 4295.0, 4335.0, 4282.0, 4315.0, 4313.0, 4294.0, 4325.0, 4283.0, 4314.0, 4334.0, 4295.0, 4325.0, 4272.0, 4304.0, 4333.0, 4283.0, 4324.0, 4283.0, 4304.0, 4334.0, 4294.0, 4336.0, 4284.0, 4306.0, 4324.0, 4295.0, 4337.0, 4284.0, 4314.0, 4314.0, 4295.0, 4334.0, 4295.0, 4318.0, 4347.0, 4297.0, 4336.0, 4285.0, 4317.0, 4333.0, 4294.0, 4335.0, 4283.0, 4315.0, 4324.0, 4292.0, 4323.0, 4272.0, 4315.0, 4333.0, 4294.0, 4333.0, 4284.0, 4304.0, 4323.0, 4295.0, 4335.0, 4283.0, 4304.0, 4323.0, 4283.0, 4315.0, 4302.0, 4293.0, 4324.0, 4282.0, 4314.0, 4322.0, 4283.0, 4324.0, 4283.0, 4314.0, 4323.0, 4284.0, 4324.0, 4281.0, 4295.0, 4325.0, 4284.0, 4315.0, 4292.0, 4295.0, 4323.0, 4273.0, 4295.0, 4325.0, 4282.0, 4315.0, 4302.0, 4284.0, 4323.0, 4283.0, 4305.0, 4325.0, 4295.0, 4327.0, 4284.0, 4297.0, 4325.0, 4284.0, 4318.0, 4337.0, 4307.0, 4338.0, 4295.0, 4309.0, 4338.0, 4310.0, 4340.0, 4317.0, 4308.0, 4338.0, 4297.0, 4340.0, 4359.0, 4320.0, 4351.0, 4317.0, 4307.0, 4335.0, 4285.0, 4328.0, 4357.0, 4305.0, 4337.0, 4294.0, 4306.0, 4333.0, 4293.0, 4316.0, 4314.0, 4306.0, 4336.0, 4285.0, 4327.0, 4314.0, 4295.0, 4336.0, 4295.0, 4328.0, 4345.0, 4293.0, 4325.0, 4283.0, 4293.0, 4324.0, 4284.0, 4325.0, 4314.0, 4307.0, 4344.0, 4294.0, 4325.0, 4284.0, 4306.0, 4324.0, 4307.0, 4338.0, 4296.0, 4327.0, 4304.0, 4296.0, 4335.0, 4294.0, 4336.0, 4315.0, 4308.0, 4346.0, 4304.0, 4326.0, 4282.0, 4293.0, 4336.0, 4293.0, 4325.0, 4282.0, 4313.0, 4312.0, 4292.0, 4323.0, 4283.0, 4324.0, 4281.0, 4294.0, 4322.0, 4293.0, 4323.0, 4282.0, 4316.0, 4324.0, 4294.0, 4323.0, 4291.0, 4324.0, 4271.0, 4304.0, 4322.0, 4293.0, 4324.0, 4282.0, 4303.0, 4322.0, 4292.0, 4322.0, 4282.0, 4303.0, 4282.0, 4306.0, 4335.0, 4294.0, 4335.0, 4284.0, 4304.0, 4334.0, 4295.0, 4323.0, 4292.0, 4315.0, 4292.0, 4294.0, 4324.0, 4295.0, 4337.0, 4296.0, 4317.0, 4295.0, 4305.0, 4335.0, 4294.0, 4325.0, 4303.0, 4305.0, 4346.0, 4305.0, 4335.0, 4295.0, 4325.0, 4294.0, 4297.0, 4335.0, 4305.0, 4336.0, 4294.0, 4317.0, 4293.0, 4295.0, 4324.0, 4294.0, 4336.0, 4315.0, 4307.0, 4335.0, 4295.0, 4324.0, 4283.0, 4317.0, 4346.0, 4306.0, 4336.0, 4294.0, 4316.0, 4314.0, 4295.0, 4324.0, 4295.0, 4315.0, 4303.0, 4295.0, 4325.0, 4295.0, 4315.0, 4295.0, 4317.0, 4346.0, 4306.0, 4334.0, 4295.0, 4324.0, 4304.0, 4294.0, 4336.0, 4294.0, 4326.0, 4302.0, 4294.0, 4333.0, 4292.0, 4323.0, 4281.0, 4314.0, 4333.0, 4293.0, 4323.0, 4292.0, 4314.0, 4282.0, 4293.0, 4324.0, 4295.0, 4324.0, 4291.0, 4295.0, 4323.0, 4294.0, 4323.0, 4283.0, 4304.0, 4343.0, 4293.0, 4322.0, 4282.0, 4304.0, 4312.0, 4295.0, 4335.0, 4283.0, 4314.0, 4302.0, 4293.0, 4323.0, 4293.0, 4326.0, 4314.0, 4293.0, 4322.0, 4282.0, 4324.0, 4281.0, 4293.0, 4324.0, 4293.0, 4323.0, 4281.0, 4293.0, 4322.0, 4281.0, 4312.0, 4282.0, 4294.0, 4334.0, 4283.0, 4314.0, 4283.0, 4294.0, 4324.0, 4294.0, 4324.0, 4283.0, 4305.0, 4323.0, 4295.0, 4325.0, 4283.0, 4317.0, 4345.0, 4296.0, 4335.0, 4283.0, 4316.0, 4313.0, 4284.0, 4325.0, 4284.0, 4325.0, 4335.0, 4298.0, 4335.0, 4284.0, 4315.0, 4333.0, 4296.0, 4336.0, 4284.0, 4315.0, 4323.0, 4285.0, 4326.0, 4283.0, 4295.0, 4337.0, 4285.0, 4326.0, 4304.0, 4286.0, 4336.0, 4284.0, 4317.0, 4347.0, 4297.0, 4327.0, 4296.0, 4318.0, 4348.0, 4297.0, 4349.0, 4337.0, 4308.0, 4346.0, 4296.0, 4349.0, 4337.0, 4306.0, 4357.0, 4296.0, 4326.0, 4333.0, 4285.0, 4336.0, 4295.0, 4328.0, 4357.0, 4306.0, 4336.0, 4285.0, 4317.0, 4335.0, 4285.0, 4337.0, 4306.0, 4306.0, 4347.0, 4286.0, 4335.0, 4285.0, 4305.0, 4335.0, 4296.0, 4336.0, 4295.0, 4318.0, 4346.0, 4294.0, 4337.0, 4283.0, 4316.0, 4347.0, 4295.0, 4337.0, 4285.0, 4326.0, 4335.0, 4284.0, 4336.0, 4296.0, 4317.0, 4356.0, 4296.0, 4334.0, 4284.0, 4315.0, 4334.0, 4294.0, 4336.0, 4307.0, 4328.0, 4344.0, 4294.0, 4325.0, 4283.0, 4306.0, 4335.0, 4296.0, 4337.0, 4292.0, 4296.0, 4335.0, 4286.0, 4316.0, 4316.0, 4298.0, 4337.0, 4284.0, 4326.0, 4306.0, 4297.0, 4338.0, 4285.0, 4328.0, 4316.0, 4297.0, 4338.0, 4296.0, 4327.0, 4326.0, 4298.0, 4336.0, 4296.0, 4329.0, 4358.0, 4306.0, 4346.0, 4296.0, 4337.0, 4325.0, 4296.0, 4337.0, 4284.0, 4327.0, 4305.0, 4295.0, 4348.0, 4297.0, 4336.0, 4294.0, 4307.0, 4346.0, 4296.0, 4338.0, 4305.0, 4317.0, 4335.0, 4296.0, 4326.0, 4294.0, 4307.0, 4347.0, 4296.0, 4336.0, 4283.0, 4306.0, 4346.0, 4285.0, 4335.0, 4294.0, 4317.0, 4304.0, 4306.0, 4346.0, 4297.0, 4338.0, 4295.0, 4307.0, 4338.0, 4308.0, 4337.0, 4307.0, 4338.0, 4335.0, 4306.0, 4347.0, 4287.0, 4337.0, 4285.0, 4326.0, 4335.0, 4296.0, 4346.0, 4295.0, 4336.0, 4285.0, 4316.0, 4344.0, 4287.0, 4335.0, 4284.0, 4337.0, 4285.0, 4316.0, 4324.0, 4295.0, 4336.0, 4307.0, 4338.0, 4313.0, 4295.0, 4332.0, 4284.0, 4323.0, 4283.0, 4315.0, 4334.0, 4296.0, 4334.0, 4283.0, 4315.0, 4283.0, 4307.0, 4344.0, 4295.0, 4336.0, 4293.0, 4315.0, 4303.0, 4294.0, 4336.0, 4294.0, 4327.0, 4305.0, 4317.0, 4315.0, 4295.0, 4324.0, 4286.0, 4328.0, 4307.0, 4306.0, 4345.0, 4285.0, 4337.0, 4274.0, 4326.0, 4335.0, 4296.0, 4333.0, 4285.0, 4335.0, 4283.0, 4315.0, 4293.0, 4286.0, 4335.0, 4286.0, 4336.0, 4285.0, 4316.0, 4284.0, 4295.0, 4335.0, 4284.0, 4324.0, 4283.0, 4327.0, 4317.0, 4297.0, 4335.0, 4287.0, 4326.0, 4295.0, 4317.0, 4286.0, 4308.0, 4336.0, 4298.0, 4339.0, 4298.0, 4329.0, 4298.0, 4329.0, 4330.0, 4333.0, 4362.0, 4310.0, 4338.0, 4310.0, 4339.0, 4285.0, 4309.0, 4337.0, 4297.0, 4339.0, 4310.0, 4350.0, 4286.0, 4339.0, 4316.0, 4296.0, 4345.0, 4296.0, 4336.0, 4294.0, 4335.0, 4274.0, 4315.0, 4323.0, 4294.0, 4335.0, 4283.0, 4313.0, 4273.0, 4303.0, 4293.0, 4283.0, 4333.0, 4293.0, 4326.0, 4272.0, 4304.0, 4283.0, 4284.0, 4336.0, 4285.0, 4325.0, 4283.0, 4315.0, 4294.0, 4296.0, 4323.0, 4285.0, 4327.0, 4298.0, 4316.0, 4314.0, 4295.0, 4336.0, 4285.0, 4326.0, 4285.0, 4328.0, 4316.0, 4319.0, 4338.0, 4309.0, 4318.0, 4310.0, 4339.0, 4298.0, 4338.0, 4285.0, 4317.0, 4327.0, 4297.0, 4337.0, 4288.0, 4327.0, 4294.0, 4308.0, 4336.0, 4295.0, 4326.0, 4273.0, 4306.0, 4334.0, 4275.0, 4325.0, 4283.0, 4294.0, 4323.0, 4273.0, 4315.0, 4273.0, 4305.0, 4345.0, 4294.0, 4324.0, 4274.0, 4295.0, 4335.0, 4284.0, 4326.0, 4283.0, 4315.0, 4334.0, 4284.0, 4338.0, 4284.0, 4317.0, 4314.0, 4285.0, 4336.0, 4284.0, 4327.0, 4338.0, 4306.0, 4336.0, 4285.0, 4327.0, 4284.0, 4297.0, 4348.0, 4298.0, 4337.0, 4285.0, 4316.0, 4326.0, 4297.0, 4338.0, 4286.0, 4317.0, 4338.0, 4307.0, 4348.0, 4287.0, 4337.0, 4294.0, 4305.0, 4336.0, 4295.0, 4328.0, 4304.0, 4296.0, 4334.0, 4283.0, 4325.0, 4272.0, 4315.0, 4344.0, 4295.0, 4324.0, 4284.0, 4305.0, 4302.0, 4294.0, 4325.0, 4284.0, 4314.0, 4273.0, 4305.0, 4324.0, 4283.0, 4326.0, 4285.0, 4306.0, 4324.0, 4296.0, 4335.0, 4294.0, 4326.0, 4282.0, 4306.0, 4334.0, 4293.0, 4335.0, 4284.0, 4315.0, 4281.0, 4282.0, 4335.0, 4294.0, 4324.0, 4281.0, 4314.0, 4281.0, 4282.0, 4322.0, 4282.0, 4325.0, 4282.0, 4303.0, 4302.0, 4282.0, 4323.0, 4281.0, 4314.0, 4282.0, 4304.0, 4333.0, 4285.0, 4325.0, 4293.0, 4326.0, 4285.0, 4315.0, 4294.0, 4295.0, 4325.0, 4285.0, 4327.0, 4284.0, 4317.0, 4304.0, 4284.0, 4324.0, 4281.0, 4314.0, 4281.0, 4304.0, 4344.0, 4284.0, 4322.0, 4272.0, 4313.0, 4271.0, 4282.0, 4324.0, 4283.0, 4324.0, 4271.0, 4314.0, 4281.0, 4285.0, 4333.0, 4283.0, 4324.0, 4282.0, 4292.0, 4321.0, 4272.0, 4312.0, 4272.0, 4305.0, 4332.0, 4285.0, 4323.0, 4273.0, 4314.0, 4273.0, 4307.0, 4337.0, 4284.0, 4324.0, 4272.0, 4315.0, 4302.0, 4285.0, 4336.0, 4296.0, 4325.0, 4281.0, 4293.0, 4333.0, 4273.0, 4312.0, 4282.0, 4315.0, 4343.0, 4282.0, 4322.0, 4270.0, 4312.0, 4281.0, 4283.0, 4335.0, 4282.0, 4323.0, 4270.0, 4303.0, 4321.0, 4270.0, 4312.0, 4272.0, 4314.0, 4321.0, 4283.0, 4322.0, 4270.0, 4313.0, 4324.0, 4283.0, 4323.0, 4272.0, 4313.0, 4282.0, 4285.0, 4334.0, 4285.0, 4349.0, 4307.0, 4316.0, 4302.0, 4284.0, 4323.0, 4294.0, 4325.0, 4283.0, 4316.0, 4344.0, 4305.0, 4335.0, 4283.0, 4314.0, 4291.0, 4283.0, 4333.0, 4282.0, 4323.0, 4270.0, 4303.0, 4321.0, 4282.0, 4322.0, 4271.0, 4313.0, 4301.0, 4293.0, 4321.0, 4281.0, 4302.0, 4269.0, 4294.0, 4322.0, 4292.0, 4324.0, 4284.0, 4314.0, 4302.0, 4284.0, 4335.0, 4284.0, 4314.0, 4294.0, 4295.0, 4334.0, 4282.0, 4326.0, 4304.0, 4295.0, 4322.0, 4282.0, 4325.0, 4283.0, 4294.0, 4324.0, 4282.0, 4322.0, 4283.0, 4314.0, 4292.0, 4293.0, 4335.0, 4284.0, 4326.0, 4284.0, 4304.0, 4333.0, 4293.0, 4336.0, 4294.0, 4314.0, 4283.0, 4304.0, 4323.0, 4295.0, 4335.0, 4284.0, 4315.0, 4293.0, 4304.0, 4334.0, 4283.0, 4324.0, 4282.0, 4315.0, 4324.0, 4296.0, 4335.0, 4284.0, 4324.0, 4284.0, 4306.0, 4334.0, 4294.0, 4335.0, 4293.0, 4325.0, 4281.0, 4294.0, 4334.0, 4295.0, 4325.0, 4284.0, 4324.0, 4283.0, 4304.0, 4312.0, 4284.0, 4324.0, 4281.0, 4314.0], 'WindowWidth': [9608.0, 9634.0, 9568.0, 9554.0, 9591.0, 9512.0, 9554.0, 9512.0, 9558.0, 9565.0, 9511.0, 9569.0, 9530.0, 9489.0, 9544.0, 9481.0, 9490.0, 9545.0, 9489.0, 9526.0, 9487.0, 9507.0, 9543.0, 9482.0, 9516.0, 9540.0, 9483.0, 9524.0, 9501.0, 9522.0, 9540.0, 9498.0, 9520.0, 9539.0, 9487.0, 9531.0, 9502.0, 9508.0, 9542.0, 9493.0, 9539.0, 9545.0, 9521.0, 9553.0, 9489.0, 9511.0, 9548.0, 9492.0, 9539.0, 9560.0, 9507.0, 9555.0, 9543.0, 9502.0, 9543.0, 9483.0, 9516.0, 9534.0, 9510.0, 9550.0, 9506.0, 9550.0, 9503.0, 9510.0, 9548.0, 9509.0, 9553.0, 9492.0, 9525.0, 9547.0, 9502.0, 9547.0, 9503.0, 9505.0, 9577.0, 9506.0, 9562.0, 9486.0, 9519.0, 9528.0, 9503.0, 9547.0, 9487.0, 9509.0, 9545.0, 9511.0, 9553.0, 9490.0, 9537.0, 9544.0, 9488.0, 9543.0, 9502.0, 9524.0, 9558.0, 9507.0, 9533.0, 9487.0, 9506.0, 9541.0, 9489.0, 9547.0, 9501.0, 9502.0, 9540.0, 9499.0, 9543.0, 9488.0, 9519.0, 9542.0, 9507.0, 9564.0, 9490.0, 9534.0, 9529.0, 9505.0, 9549.0, 9489.0, 9533.0, 9558.0, 9509.0, 9551.0, 9472.0, 9519.0, 9557.0, 9489.0, 9546.0, 9489.0, 9520.0, 9561.0, 9505.0, 9567.0, 9496.0, 9526.0, 9546.0, 9510.0, 9570.0, 9493.0, 9534.0, 9532.0, 9510.0, 9562.0, 9509.0, 9544.0, 9583.0, 9514.0, 9564.0, 9495.0, 9541.0, 9558.0, 9508.0, 9566.0, 9490.0, 9534.0, 9545.0, 9500.0, 9545.0, 9473.0, 9537.0, 9558.0, 9505.0, 9557.0, 9491.0, 9520.0, 9545.0, 9508.0, 9564.0, 9488.0, 9520.0, 9545.0, 9490.0, 9534.0, 9513.0, 9505.0, 9545.0, 9486.0, 9532.0, 9538.0, 9488.0, 9545.0, 9490.0, 9533.0, 9543.0, 9492.0, 9546.0, 9485.0, 9508.0, 9549.0, 9492.0, 9536.0, 9500.0, 9507.0, 9544.0, 9474.0, 9509.0, 9548.0, 9487.0, 9536.0, 9514.0, 9493.0, 9545.0, 9489.0, 9524.0, 9551.0, 9509.0, 9554.0, 9494.0, 9515.0, 9551.0, 9495.0, 9545.0, 9568.0, 9530.0, 9573.0, 9511.0, 9534.0, 9575.0, 9539.0, 9581.0, 9544.0, 9534.0, 9574.0, 9517.0, 9579.0, 9605.0, 9551.0, 9594.0, 9540.0, 9528.0, 9565.0, 9496.0, 9557.0, 9597.0, 9523.0, 9569.0, 9505.0, 9524.0, 9557.0, 9504.0, 9538.0, 9536.0, 9528.0, 9566.0, 9495.0, 9553.0, 9532.0, 9509.0, 9565.0, 9511.0, 9558.0, 9578.0, 9504.0, 9548.0, 9487.0, 9504.0, 9546.0, 9491.0, 9549.0, 9532.0, 9527.0, 9575.0, 9507.0, 9550.0, 9494.0, 9524.0, 9546.0, 9528.0, 9571.0, 9513.0, 9555.0, 9521.0, 9513.0, 9564.0, 9508.0, 9566.0, 9538.0, 9531.0, 9580.0, 9521.0, 9552.0, 9487.0, 9504.0, 9565.0, 9504.0, 9548.0, 9486.0, 9529.0, 9524.0, 9499.0, 9543.0, 9490.0, 9545.0, 9482.0, 9505.0, 9538.0, 9502.0, 9543.0, 9486.0, 9538.0, 9546.0, 9505.0, 9542.0, 9498.0, 9544.0, 9471.0, 9518.0, 9540.0, 9500.0, 9544.0, 9486.0, 9517.0, 9539.0, 9499.0, 9540.0, 9486.0, 9517.0, 9488.0, 9524.0, 9562.0, 9508.0, 9562.0, 9494.0, 9521.0, 9560.0, 9509.0, 9545.0, 9500.0, 9537.0, 9502.0, 9508.0, 9546.0, 9510.0, 9567.0, 9510.0, 9541.0, 9508.0, 9524.0, 9563.0, 9507.0, 9551.0, 9516.0, 9523.0, 9579.0, 9522.0, 9564.0, 9509.0, 9551.0, 9506.0, 9514.0, 9564.0, 9525.0, 9567.0, 9507.0, 9540.0, 9504.0, 9509.0, 9546.0, 9507.0, 9568.0, 9536.0, 9527.0, 9561.0, 9509.0, 9547.0, 9490.0, 9543.0, 9581.0, 9524.0, 9564.0, 9506.0, 9538.0, 9531.0, 9508.0, 9548.0, 9508.0, 9537.0, 9518.0, 9511.0, 9550.0, 9509.0, 9538.0, 9511.0, 9545.0, 9580.0, 9527.0, 9562.0, 9510.0, 9548.0, 9518.0, 9506.0, 9566.0, 9508.0, 9552.0, 9513.0, 9505.0, 9555.0, 9500.0, 9542.0, 9486.0, 9533.0, 9558.0, 9503.0, 9544.0, 9500.0, 9533.0, 9487.0, 9504.0, 9546.0, 9508.0, 9548.0, 9499.0, 9507.0, 9543.0, 9504.0, 9543.0, 9489.0, 9520.0, 9571.0, 9502.0, 9541.0, 9487.0, 9519.0, 9527.0, 9508.0, 9562.0, 9489.0, 9532.0, 9512.0, 9503.0, 9544.0, 9503.0, 9554.0, 9531.0, 9501.0, 9540.0, 9486.0, 9544.0, 9482.0, 9503.0, 9545.0, 9503.0, 9544.0, 9483.0, 9503.0, 9538.0, 9485.0, 9527.0, 9488.0, 9508.0, 9559.0, 9490.0, 9532.0, 9489.0, 9507.0, 9546.0, 9509.0, 9549.0, 9491.0, 9522.0, 9543.0, 9508.0, 9547.0, 9490.0, 9542.0, 9577.0, 9510.0, 9562.0, 9490.0, 9539.0, 9530.0, 9493.0, 9548.0, 9493.0, 9549.0, 9561.0, 9518.0, 9562.0, 9493.0, 9537.0, 9557.0, 9512.0, 9566.0, 9492.0, 9535.0, 9542.0, 9496.0, 9551.0, 9489.0, 9511.0, 9568.0, 9497.0, 9552.0, 9520.0, 9499.0, 9565.0, 9493.0, 9543.0, 9583.0, 9515.0, 9555.0, 9513.0, 9545.0, 9584.0, 9516.0, 9589.0, 9568.0, 9533.0, 9581.0, 9513.0, 9588.0, 9568.0, 9527.0, 9596.0, 9510.0, 9552.0, 9557.0, 9495.0, 9566.0, 9508.0, 9556.0, 9597.0, 9525.0, 9566.0, 9496.0, 9539.0, 9561.0, 9493.0, 9566.0, 9525.0, 9526.0, 9581.0, 9496.0, 9561.0, 9494.0, 9523.0, 9560.0, 9510.0, 9567.0, 9507.0, 9543.0, 9577.0, 9507.0, 9566.0, 9490.0, 9540.0, 9584.0, 9510.0, 9568.0, 9493.0, 9552.0, 9560.0, 9492.0, 9563.0, 9511.0, 9540.0, 9591.0, 9511.0, 9559.0, 9492.0, 9537.0, 9559.0, 9506.0, 9563.0, 9527.0, 9557.0, 9575.0, 9506.0, 9548.0, 9492.0, 9525.0, 9563.0, 9513.0, 9569.0, 9502.0, 9512.0, 9563.0, 9497.0, 9539.0, 9540.0, 9516.0, 9566.0, 9493.0, 9551.0, 9526.0, 9516.0, 9570.0, 9496.0, 9558.0, 9537.0, 9517.0, 9572.0, 9514.0, 9557.0, 9553.0, 9518.0, 9567.0, 9512.0, 9561.0, 9600.0, 9528.0, 9582.0, 9513.0, 9569.0, 9549.0, 9513.0, 9569.0, 9495.0, 9553.0, 9522.0, 9511.0, 9586.0, 9515.0, 9567.0, 9507.0, 9529.0, 9581.0, 9514.0, 9572.0, 9523.0, 9542.0, 9564.0, 9512.0, 9553.0, 9506.0, 9529.0, 9582.0, 9513.0, 9565.0, 9491.0, 9525.0, 9580.0, 9497.0, 9563.0, 9507.0, 9543.0, 9521.0, 9527.0, 9581.0, 9516.0, 9571.0, 9511.0, 9530.0, 9572.0, 9533.0, 9570.0, 9530.0, 9573.0, 9563.0, 9526.0, 9580.0, 9500.0, 9566.0, 9495.0, 9554.0, 9562.0, 9513.0, 9579.0, 9508.0, 9564.0, 9496.0, 9539.0, 9575.0, 9500.0, 9564.0, 9494.0, 9566.0, 9495.0, 9537.0, 9546.0, 9508.0, 9565.0, 9528.0, 9570.0, 9529.0, 9507.0, 9554.0, 9492.0, 9543.0, 9489.0, 9537.0, 9560.0, 9512.0, 9559.0, 9490.0, 9536.0, 9491.0, 9526.0, 9574.0, 9510.0, 9564.0, 9503.0, 9537.0, 9515.0, 9507.0, 9562.0, 9507.0, 9554.0, 9520.0, 9543.0, 9534.0, 9510.0, 9546.0, 9496.0, 9556.0, 9528.0, 9525.0, 9577.0, 9497.0, 9566.0, 9480.0, 9552.0, 9562.0, 9511.0, 9558.0, 9494.0, 9559.0, 9488.0, 9533.0, 9502.0, 9495.0, 9561.0, 9495.0, 9564.0, 9494.0, 9537.0, 9490.0, 9509.0, 9560.0, 9492.0, 9545.0, 9489.0, 9553.0, 9538.0, 9513.0, 9562.0, 9500.0, 9551.0, 9508.0, 9541.0, 9498.0, 9530.0, 9566.0, 9518.0, 9573.0, 9518.0, 9561.0, 9519.0, 9562.0, 9562.0, 9576.0, 9612.0, 9538.0, 9572.0, 9540.0, 9574.0, 9497.0, 9532.0, 9567.0, 9516.0, 9575.0, 9537.0, 9589.0, 9499.0, 9575.0, 9540.0, 9512.0, 9577.0, 9512.0, 9565.0, 9506.0, 9561.0, 9477.0, 9533.0, 9542.0, 9505.0, 9562.0, 9488.0, 9528.0, 9473.0, 9516.0, 9501.0, 9489.0, 9555.0, 9503.0, 9550.0, 9474.0, 9518.0, 9487.0, 9491.0, 9563.0, 9495.0, 9549.0, 9490.0, 9535.0, 9504.0, 9509.0, 9544.0, 9494.0, 9555.0, 9517.0, 9539.0, 9533.0, 9510.0, 9563.0, 9495.0, 9554.0, 9495.0, 9556.0, 9539.0, 9547.0, 9573.0, 9537.0, 9548.0, 9539.0, 9577.0, 9519.0, 9571.0, 9497.0, 9543.0, 9553.0, 9515.0, 9567.0, 9503.0, 9555.0, 9507.0, 9531.0, 9565.0, 9508.0, 9550.0, 9475.0, 9524.0, 9557.0, 9481.0, 9550.0, 9489.0, 9506.0, 9543.0, 9477.0, 9535.0, 9478.0, 9525.0, 9576.0, 9507.0, 9548.0, 9480.0, 9510.0, 9563.0, 9496.0, 9553.0, 9490.0, 9535.0, 9560.0, 9495.0, 9571.0, 9495.0, 9540.0, 9532.0, 9496.0, 9563.0, 9493.0, 9556.0, 9571.0, 9526.0, 9566.0, 9496.0, 9554.0, 9495.0, 9517.0, 9588.0, 9517.0, 9569.0, 9496.0, 9540.0, 9553.0, 9515.0, 9572.0, 9501.0, 9544.0, 9570.0, 9529.0, 9585.0, 9501.0, 9569.0, 9505.0, 9524.0, 9564.0, 9508.0, 9559.0, 9520.0, 9509.0, 9558.0, 9491.0, 9547.0, 9474.0, 9536.0, 9573.0, 9507.0, 9544.0, 9492.0, 9523.0, 9515.0, 9507.0, 9549.0, 9493.0, 9531.0, 9474.0, 9522.0, 9544.0, 9490.0, 9552.0, 9494.0, 9525.0, 9546.0, 9510.0, 9562.0, 9507.0, 9552.0, 9487.0, 9523.0, 9558.0, 9503.0, 9563.0, 9492.0, 9534.0, 9483.0, 9488.0, 9562.0, 9506.0, 9546.0, 9483.0, 9530.0, 9484.0, 9486.0, 9540.0, 9486.0, 9550.0, 9486.0, 9515.0, 9511.0, 9488.0, 9541.0, 9484.0, 9533.0, 9486.0, 9521.0, 9559.0, 9495.0, 9548.0, 9506.0, 9551.0, 9496.0, 9537.0, 9505.0, 9508.0, 9549.0, 9498.0, 9555.0, 9494.0, 9539.0, 9518.0, 9493.0, 9545.0, 9484.0, 9532.0, 9481.0, 9518.0, 9574.0, 9491.0, 9540.0, 9473.0, 9529.0, 9469.0, 9488.0, 9545.0, 9491.0, 9545.0, 9470.0, 9531.0, 9483.0, 9494.0, 9556.0, 9491.0, 9547.0, 9485.0, 9501.0, 9537.0, 9474.0, 9527.0, 9474.0, 9522.0, 9554.0, 9495.0, 9543.0, 9477.0, 9533.0, 9478.0, 9530.0, 9570.0, 9494.0, 9545.0, 9475.0, 9536.0, 9513.0, 9494.0, 9567.0, 9513.0, 9551.0, 9484.0, 9503.0, 9555.0, 9474.0, 9527.0, 9486.0, 9534.0, 9571.0, 9486.0, 9540.0, 9467.0, 9526.0, 9483.0, 9489.0, 9562.0, 9488.0, 9542.0, 9465.0, 9514.0, 9536.0, 9467.0, 9526.0, 9471.0, 9532.0, 9538.0, 9488.0, 9540.0, 9469.0, 9529.0, 9545.0, 9492.0, 9544.0, 9474.0, 9531.0, 9488.0, 9495.0, 9561.0, 9499.0, 9592.0, 9532.0, 9541.0, 9518.0, 9496.0, 9546.0, 9509.0, 9551.0, 9491.0, 9541.0, 9576.0, 9524.0, 9563.0, 9491.0, 9535.0, 9497.0, 9488.0, 9556.0, 9487.0, 9544.0, 9468.0, 9517.0, 9537.0, 9487.0, 9540.0, 9471.0, 9528.0, 9510.0, 9502.0, 9538.0, 9485.0, 9513.0, 9466.0, 9505.0, 9542.0, 9501.0, 9547.0, 9496.0, 9534.0, 9515.0, 9495.0, 9565.0, 9492.0, 9535.0, 9507.0, 9508.0, 9559.0, 9488.0, 9554.0, 9519.0, 9510.0, 9542.0, 9488.0, 9549.0, 9489.0, 9506.0, 9547.0, 9488.0, 9540.0, 9490.0, 9533.0, 9500.0, 9504.0, 9563.0, 9492.0, 9555.0, 9492.0, 9520.0, 9556.0, 9505.0, 9567.0, 9507.0, 9533.0, 9489.0, 9519.0, 9543.0, 9507.0, 9563.0, 9491.0, 9535.0, 9503.0, 9520.0, 9559.0, 9491.0, 9546.0, 9488.0, 9536.0, 9547.0, 9514.0, 9564.0, 9494.0, 9548.0, 9492.0, 9525.0, 9560.0, 9508.0, 9563.0, 9504.0, 9551.0, 9485.0, 9508.0, 9559.0, 9509.0, 9551.0, 9493.0, 9546.0, 9490.0, 9520.0, 9526.0, 9491.0, 9544.0, 9485.0, 9533.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.00025196366782006917</td></tr>
<tr><td colspan=3>aqi</td><td>0.0240060687716263</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.36880465417313</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.200111497350649</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.984512205991343</td></tr>
<tr><td colspan=3>efc</td><td>0.47</td></tr>
<tr><td colspan=3>fber</td><td>5415.8623</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07415567924850801</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7785467128027682</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.331040890600249</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2968236725121836</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4938286678152184</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2024703314733447</td></tr>
<tr><td colspan=3>gcor</td><td>0.003809</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01561293751001358</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014695735648274422</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.071504610180758</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>35.8185</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9312</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.5954</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303435.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>820.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.8095</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.688</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.507</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3556.8732</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1296.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4616.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>920.0467</td></tr>
<tr><td colspan=3>tsnr</td><td>40.15887357236352</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>