<?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-0079_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-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_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-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079/ses-02/func/sub-0079_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>3889d1c0ffd5c7568a1255f763c8d9d3</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>14:01:52.560000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997754, -0.00660424, 0.0666654, 0.00383113, 0.999125, 0.0416399]</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.0985281</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7749, -7280, 499, 46, -97, 117, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c09ddb40-b0ea-4b62-b6d5-607c15e4c6ba||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6768996715545654, 0.010278635658323765, 0.18058161437511444, 106.04688262939453], [0.017718689516186714, 2.6805801391601562, 0.11148562282323837, -92.37077331542969], [0.17885836958885193, -0.1117168515920639, 2.6916465759277344, -76.86799621582031], [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': ['140152.560000', '140153.020000', '140153.480000', '140153.940000', '140154.400000', '140154.860000', '140155.320000', '140155.780000', '140156.240000', '140156.700000', '140157.160000', '140157.620000', '140158.080000', '140158.540000', '140159.000000', '140159.460000', '140159.920000', '140200.380000', '140200.840000', '140201.300000', '140201.760000', '140202.220000', '140202.680000', '140203.140000', '140203.600000', '140204.060000', '140204.520000', '140204.980000', '140205.440000', '140205.900000', '140206.360000', '140206.820000', '140207.280000', '140207.740000', '140208.200000', '140208.660000', '140209.120000', '140209.580000', '140210.040000', '140210.500000', '140210.960000', '140211.420000', '140211.880000', '140212.340000', '140212.800000', '140213.260000', '140213.720000', '140214.180000', '140214.640000', '140215.100000', '140215.560000', '140216.020000', '140216.480000', '140216.940000', '140217.400000', '140217.860000', '140218.320000', '140218.780000', '140219.240000', '140219.700000', '140220.160000', '140220.620000', '140221.080000', '140221.540000', '140222.000000', '140222.460000', '140222.920000', '140223.380000', '140223.840000', '140224.300000', '140224.760000', '140225.220000', '140225.680000', '140226.140000', '140226.600000', '140227.060000', '140227.520000', '140227.980000', '140228.440000', '140228.900000', '140229.360000', '140229.820000', '140230.280000', '140230.740000', '140231.200000', '140231.660000', '140232.120000', '140232.580000', '140233.040000', '140233.500000', '140233.960000', '140234.420000', '140234.880000', '140235.340000', '140235.800000', '140236.260000', '140236.720000', '140237.180000', '140237.640000', '140238.100000', '140238.560000', '140239.020000', '140239.480000', '140239.940000', '140240.400000', '140240.860000', '140241.320000', '140241.780000', '140242.240000', '140242.700000', '140243.160000', '140243.620000', '140244.080000', '140244.540000', '140245.000000', '140245.460000', '140245.920000', '140246.380000', '140246.840000', '140247.300000', '140247.760000', '140248.220000', '140248.680000', '140249.140000', '140249.600000', '140250.060000', '140250.520000', '140250.980000', '140251.440000', '140251.900000', '140252.360000', '140252.820000', '140253.280000', '140253.740000', '140254.200000', '140254.660000', '140255.120000', '140255.580000', '140256.040000', '140256.500000', '140256.960000', '140257.420000', '140257.880000', '140258.340000', '140258.800000', '140259.260000', '140259.720000', '140300.180000', '140300.640000', '140301.100000', '140301.560000', '140302.020000', '140302.480000', '140302.940000', '140303.400000', '140303.860000', '140304.320000', '140304.780000', '140305.240000', '140305.700000', '140306.160000', '140306.620000', '140307.080000', '140307.540000', '140308.000000', '140308.460000', '140308.920000', '140309.380000', '140309.840000', '140310.300000', '140310.760000', '140311.220000', '140311.680000', '140312.140000', '140312.600000', '140313.060000', '140313.520000', '140313.980000', '140314.440000', '140314.900000', '140315.360000', '140315.820000', '140316.280000', '140316.740000', '140317.200000', '140317.660000', '140318.120000', '140318.580000', '140319.040000', '140319.500000', '140319.960000', '140320.420000', '140320.880000', '140321.340000', '140321.800000', '140322.260000', '140322.720000', '140323.180000', '140323.640000', '140324.100000', '140324.560000', '140325.020000', '140325.480000', '140325.940000', '140326.400000', '140326.860000', '140327.320000', '140327.780000', '140328.240000', '140328.700000', '140329.160000', '140329.620000', '140330.080000', '140330.540000', '140331.000000', '140331.460000', '140331.920000', '140332.380000', '140332.840000', '140333.300000', '140333.760000', '140334.220000', '140334.680000', '140335.140000', '140335.600000', '140336.060000', '140336.520000', '140336.980000', '140337.440000', '140337.900000', '140338.360000', '140338.820000', '140339.280000', '140339.740000', '140340.200000', '140340.660000', '140341.120000', '140341.580000', '140342.040000', '140342.500000', '140342.960000', '140343.420000', '140343.880000', '140344.340000', '140344.800000', '140345.260000', '140345.720000', '140346.180000', '140346.640000', '140347.100000', '140347.560000', '140348.020000', '140348.480000', '140348.940000', '140349.400000', '140349.860000', '140350.320000', '140350.780000', '140351.240000', '140351.700000', '140352.160000', '140352.620000', '140353.080000', '140353.540000', '140354.000000', '140354.460000', '140354.920000', '140355.380000', '140355.840000', '140356.300000', '140356.760000', '140357.220000', '140357.680000', '140358.140000', '140358.600000', '140359.060000', '140359.520000', '140359.980000', '140400.440000', '140400.900000', '140401.360000', '140401.820000', '140402.280000', '140402.740000', '140403.200000', '140403.660000', '140404.120000', '140404.580000', '140405.040000', '140405.500000', '140405.960000', '140406.420000', '140406.880000', '140407.340000', '140407.800000', '140408.260000', '140408.720000', '140409.180000', '140409.640000', '140410.100000', '140410.560000', '140411.020000', '140411.480000', '140411.940000', '140412.400000', '140412.860000', '140413.320000', '140413.780000', '140414.240000', '140414.700000', '140415.160000', '140415.620000', '140416.080000', '140416.540000', '140417.000000', '140417.460000', '140417.920000', '140418.380000', '140418.840000', '140419.300000', '140419.760000', '140420.220000', '140420.680000', '140421.140000', '140421.600000', '140422.060000', '140422.520000', '140422.980000', '140423.440000', '140423.900000', '140424.360000', '140424.820000', '140425.280000', '140425.740000', '140426.200000', '140426.660000', '140427.120000', '140427.580000', '140428.040000', '140428.500000', '140428.960000', '140429.420000', '140429.880000', '140430.340000', '140430.800000', '140431.260000', '140431.720000', '140432.180000', '140432.640000', '140433.100000', '140433.560000', '140434.020000', '140434.480000', '140434.940000', '140435.400000', '140435.860000', '140436.320000', '140436.780000', '140437.240000', '140437.700000', '140438.160000', '140438.620000', '140439.080000', '140439.540000', '140440.000000', '140440.460000', '140440.920000', '140441.380000', '140441.840000', '140442.300000', '140442.760000', '140443.220000', '140443.680000', '140444.140000', '140444.600000', '140445.060000', '140445.520000', '140445.980000', '140446.440000', '140446.900000', '140447.360000', '140447.820000', '140448.280000', '140448.740000', '140449.200000', '140449.660000', '140450.120000', '140450.580000', '140451.040000', '140451.500000', '140451.960000', '140452.420000', '140452.880000', '140453.340000', '140453.800000', '140454.260000', '140454.720000', '140455.180000', '140455.640000', '140456.100000', '140456.560000', '140457.020000', '140457.480000', '140457.940000', '140458.400000', '140458.860000', '140459.320000', '140459.780000', '140500.240000', '140500.700000', '140501.160000', '140501.620000', '140502.080000', '140502.540000', '140503.000000', '140503.460000', '140503.920000', '140504.380000', '140504.840000', '140505.300000', '140505.760000', '140506.220000', '140506.680000', '140507.140000', '140507.600000', '140508.060000', '140508.520000', '140508.980000', '140509.440000', '140509.900000', '140510.360000', '140510.820000', '140511.280000', '140511.740000', '140512.200000', '140512.660000', '140513.120000', '140513.580000', '140514.040000', '140514.500000', '140514.960000', '140515.420000', '140515.880000', '140516.340000', '140516.800000', '140517.260000', '140517.720000', '140518.180000', '140518.640000', '140519.100000', '140519.560000', '140520.020000', '140520.480000', '140520.940000', '140521.400000', '140521.860000', '140522.320000', '140522.780000', '140523.240000', '140523.700000', '140524.160000', '140524.620000', '140525.080000', '140525.540000', '140526.000000', '140526.460000', '140526.920000', '140527.380000', '140527.840000', '140528.300000', '140528.760000', '140529.220000', '140529.680000', '140530.140000', '140530.600000', '140531.060000', '140531.520000', '140531.980000', '140532.440000', '140532.900000', '140533.360000', '140533.820000', '140534.280000', '140534.740000', '140535.200000', '140535.660000', '140536.120000', '140536.580000', '140537.040000', '140537.500000', '140537.960000', '140538.420000', '140538.880000', '140539.340000', '140539.800000', '140540.260000', '140540.720000', '140541.180000', '140541.640000', '140542.100000', '140542.560000', '140543.020000', '140543.480000', '140543.940000', '140544.400000', '140544.860000', '140545.320000', '140545.780000', '140546.240000', '140546.700000', '140547.160000', '140547.620000', '140548.080000', '140548.540000', '140549.000000', '140549.460000', '140549.920000', '140550.380000', '140550.840000', '140551.300000', '140551.760000', '140552.220000', '140552.680000', '140553.140000', '140553.600000', '140554.060000', '140554.520000', '140554.980000', '140555.440000', '140555.900000', '140556.360000', '140556.820000', '140557.280000', '140557.740000', '140558.200000', '140558.660000', '140559.120000', '140559.580000', '140600.040000', '140600.500000', '140600.960000', '140601.420000', '140601.880000', '140602.340000', '140602.800000', '140603.260000', '140603.720000', '140604.180000', '140604.640000', '140605.100000', '140605.560000', '140606.020000', '140606.480000', '140606.940000', '140607.400000', '140607.860000', '140608.320000', '140608.780000', '140609.240000', '140609.700000', '140610.160000', '140610.620000', '140611.080000', '140611.540000', '140612.000000', '140612.460000', '140612.920000', '140613.380000', '140613.840000', '140614.300000', '140614.760000', '140615.220000', '140615.680000', '140616.140000', '140616.600000', '140617.060000', '140617.520000', '140617.980000', '140618.440000', '140618.900000', '140619.360000', '140619.820000', '140620.280000', '140620.740000', '140621.200000', '140621.660000', '140622.120000', '140622.580000', '140623.040000', '140623.500000', '140623.960000', '140624.420000', '140624.880000', '140625.340000', '140625.800000', '140626.260000', '140626.720000', '140627.180000', '140627.640000', '140628.100000', '140628.560000', '140629.020000', '140629.480000', '140629.940000', '140630.400000', '140630.860000', '140631.320000', '140631.780000', '140632.240000', '140632.700000', '140633.160000', '140633.620000', '140634.080000', '140634.540000', '140635.000000', '140635.460000', '140635.920000', '140636.380000', '140636.840000', '140637.300000', '140637.760000', '140638.220000', '140638.680000', '140639.140000', '140639.600000', '140640.060000', '140640.520000', '140640.980000', '140641.440000', '140641.900000', '140642.360000', '140642.820000', '140643.280000', '140643.740000', '140644.200000', '140644.660000', '140645.120000', '140645.580000', '140646.040000', '140646.500000', '140646.960000', '140647.420000', '140647.880000', '140648.340000', '140648.800000', '140649.260000', '140649.720000', '140650.180000', '140650.640000', '140651.100000', '140651.560000', '140652.020000', '140652.480000', '140652.940000', '140653.400000', '140653.860000', '140654.320000', '140654.780000', '140655.240000', '140655.700000', '140656.160000', '140656.620000', '140657.080000', '140657.540000', '140658.000000', '140658.460000', '140658.920000', '140659.380000', '140659.840000', '140700.300000', '140700.760000', '140701.220000', '140701.680000', '140702.140000', '140702.600000', '140703.060000', '140703.520000', '140703.980000', '140704.440000', '140704.900000', '140705.360000', '140705.820000', '140706.280000', '140706.740000', '140707.200000', '140707.660000', '140708.120000', '140708.580000', '140709.040000', '140709.500000', '140709.960000', '140710.420000', '140710.880000', '140711.340000', '140711.800000', '140712.260000', '140712.720000', '140713.180000', '140713.640000', '140714.100000', '140714.560000', '140715.020000', '140715.480000', '140715.940000', '140716.400000', '140716.860000', '140717.320000', '140717.780000', '140718.240000', '140718.700000', '140719.160000', '140719.620000', '140720.080000', '140720.540000', '140721.000000', '140721.460000', '140721.920000', '140722.380000', '140722.840000', '140723.300000', '140723.760000', '140724.220000', '140724.680000', '140725.140000', '140725.600000', '140726.060000', '140726.520000', '140726.980000', '140727.440000', '140727.900000', '140728.360000', '140728.820000', '140729.280000', '140729.740000', '140730.200000', '140730.660000', '140731.120000', '140731.580000', '140732.040000', '140732.500000', '140732.960000', '140733.420000', '140733.880000', '140734.340000', '140734.800000', '140735.260000', '140735.720000', '140736.180000', '140736.640000', '140737.100000', '140737.560000', '140738.020000', '140738.480000', '140738.940000', '140739.400000', '140739.860000', '140740.320000', '140740.780000', '140741.240000', '140741.700000', '140742.160000', '140742.620000', '140743.080000', '140743.540000', '140744.000000', '140744.460000', '140744.920000', '140745.380000', '140745.840000', '140746.300000', '140746.760000', '140747.220000', '140747.680000', '140748.140000', '140748.600000', '140749.060000', '140749.520000', '140749.980000', '140750.440000', '140750.900000', '140751.360000', '140751.820000', '140752.280000', '140752.740000', '140753.200000', '140753.660000', '140754.120000', '140754.580000', '140755.040000', '140755.500000', '140755.960000', '140756.420000', '140756.880000', '140757.340000', '140757.800000', '140758.260000', '140758.720000', '140759.180000', '140759.640000', '140800.100000', '140800.560000', '140801.020000', '140801.480000', '140801.940000', '140802.400000', '140802.860000', '140803.320000', '140803.780000', '140804.240000', '140804.700000', '140805.160000', '140805.620000', '140806.080000', '140806.540000', '140807.000000', '140807.460000', '140807.920000', '140808.380000', '140808.840000', '140809.300000', '140809.760000', '140810.220000', '140810.680000', '140811.140000', '140811.600000', '140812.060000', '140812.520000', '140812.980000', '140813.440000', '140813.900000', '140814.360000', '140814.820000', '140815.280000', '140815.740000', '140816.200000', '140816.660000', '140817.120000', '140817.580000', '140818.040000', '140818.500000', '140818.960000', '140819.420000', '140819.880000', '140820.340000', '140820.800000', '140821.260000', '140821.720000', '140822.180000', '140822.640000', '140823.100000', '140823.560000', '140824.020000', '140824.480000', '140824.940000', '140825.400000', '140825.860000', '140826.320000', '140826.780000', '140827.240000', '140827.700000', '140828.160000', '140828.620000', '140829.080000', '140829.540000', '140830.000000', '140830.460000', '140830.920000', '140831.380000', '140831.840000', '140832.300000', '140832.760000', '140833.220000', '140833.680000', '140834.140000', '140834.600000', '140835.060000', '140835.520000', '140835.980000', '140836.440000', '140836.900000', '140837.360000', '140837.820000', '140838.280000', '140838.740000', '140839.200000', '140839.660000', '140840.120000', '140840.580000', '140841.040000', '140841.500000', '140841.960000', '140842.420000', '140842.880000', '140843.340000', '140843.800000', '140844.260000', '140844.720000', '140845.180000', '140845.640000', '140846.100000', '140846.560000', '140847.020000', '140847.480000', '140847.940000', '140848.400000', '140848.860000', '140849.320000', '140849.780000', '140850.240000', '140850.700000', '140851.160000', '140851.620000', '140852.080000', '140852.540000', '140853.000000', '140853.460000', '140853.920000', '140854.380000', '140854.840000', '140855.300000', '140855.760000', '140856.220000', '140856.680000', '140857.140000', '140857.600000', '140858.060000', '140858.520000', '140858.980000', '140859.440000', '140859.900000', '140900.360000', '140900.820000', '140901.280000', '140901.740000', '140902.200000', '140902.660000', '140903.120000', '140903.580000', '140904.040000', '140904.500000', '140904.960000', '140905.420000', '140905.880000', '140906.340000', '140906.800000', '140907.260000', '140907.720000', '140908.180000', '140908.640000', '140909.100000', '140909.560000', '140910.020000', '140910.480000', '140910.940000', '140911.400000', '140911.860000', '140912.320000', '140912.780000', '140913.240000', '140913.700000', '140914.160000', '140914.620000', '140915.080000', '140915.540000', '140916.000000', '140916.460000', '140916.920000', '140917.380000', '140917.840000', '140918.300000', '140918.760000', '140919.220000', '140919.680000', '140920.140000', '140920.600000', '140921.060000', '140921.520000', '140921.980000', '140922.440000', '140922.900000', '140923.360000', '140923.820000', '140924.280000', '140924.740000', '140925.200000', '140925.660000', '140926.120000', '140926.580000', '140927.040000', '140927.500000', '140927.960000', '140928.420000', '140928.880000', '140929.340000', '140929.800000', '140930.260000', '140930.720000', '140931.180000', '140931.640000', '140932.100000', '140932.560000', '140933.020000', '140933.480000', '140933.940000', '140934.400000', '140934.860000', '140935.320000', '140935.780000', '140936.240000', '140936.700000', '140937.160000', '140937.620000', '140938.080000', '140938.540000', '140939.000000', '140939.460000', '140939.920000', '140940.380000', '140940.840000', '140941.300000', '140941.760000', '140942.220000', '140942.680000', '140943.140000', '140943.600000', '140944.060000', '140944.520000', '140944.980000', '140945.440000', '140945.900000', '140946.360000', '140946.820000', '140947.280000', '140947.740000', '140948.200000', '140948.660000', '140949.120000', '140949.580000', '140950.040000', '140950.500000', '140950.960000', '140951.420000', '140951.880000', '140952.340000', '140952.800000', '140953.260000', '140953.720000', '140954.180000', '140954.640000', '140955.100000', '140955.560000', '140956.020000', '140956.480000', '140956.940000', '140957.400000', '140957.860000', '140958.320000', '140958.780000', '140959.240000', '140959.700000', '141000.160000', '141000.620000', '141001.080000', '141001.540000', '141002.000000', '141002.460000', '141002.920000', '141003.380000', '141003.840000', '141004.300000', '141004.760000', '141005.220000', '141005.680000', '141006.140000', '141006.600000', '141007.060000', '141007.520000', '141007.980000', '141008.440000', '141008.900000', '141009.360000', '141009.820000', '141010.280000', '141010.740000', '141011.200000', '141011.660000', '141012.120000', '141012.580000', '141013.040000', '141013.500000', '141013.960000', '141014.420000', '141014.880000', '141015.340000', '141015.800000', '141016.260000', '141016.720000', '141017.180000', '141017.640000', '141018.100000', '141018.560000', '141019.020000', '141019.480000', '141019.940000', '141020.400000', '141020.860000', '141021.320000', '141021.780000', '141022.240000', '141022.700000', '141023.160000', '141023.620000', '141024.080000', '141024.540000', '141025.000000', '141025.460000', '141025.920000', '141026.380000', '141026.840000', '141027.300000', '141027.760000', '141028.220000', '141028.680000', '141029.140000', '141029.600000', '141030.060000', '141030.520000', '141030.980000', '141031.440000', '141031.900000', '141032.360000', '141032.820000', '141033.280000', '141033.740000', '141034.200000', '141034.660000', '141035.120000', '141035.580000', '141036.040000', '141036.500000', '141036.960000', '141037.420000', '141037.880000', '141038.340000', '141038.800000', '141039.260000', '141039.720000', '141040.180000', '141040.640000', '141041.100000', '141041.560000', '141042.020000', '141042.480000', '141042.940000', '141043.400000', '141043.860000', '141044.320000', '141044.780000'], 'ContentTime': ['140216.609000', '140216.612000', '140216.615000', '140216.631000', '140216.633000', '140216.636000', '140216.639000', '140216.642000', '140216.645000', '140216.648000', '140216.650000', '140216.653000', '140216.657000', '140216.659000', '140216.662000', '140216.665000', '140216.667000', '140216.670000', '140216.672000', '140216.675000', '140216.678000', '140216.681000', '140216.684000', '140216.686000', '140216.689000', '140216.692000', '140216.694000', '140216.697000', '140216.700000', '140216.703000', '140216.705000', '140216.708000', '140216.731000', '140216.733000', '140216.736000', '140216.739000', '140216.741000', '140216.744000', '140216.747000', '140216.750000', '140216.753000', '140216.755000', '140216.758000', '140216.761000', '140216.764000', '140216.767000', '140216.769000', '140216.772000', '140216.775000', '140216.778000', '140216.780000', '140236.562000', '140236.565000', '140236.568000', '140236.571000', '140236.573000', '140236.576000', '140236.579000', '140236.581000', '140236.584000', '140236.586000', '140236.589000', '140236.592000', '140236.595000', '140236.597000', '140236.600000', '140236.602000', '140236.605000', '140236.608000', '140236.610000', '140236.613000', '140236.616000', '140236.618000', '140236.621000', '140236.624000', '140236.626000', '140236.629000', '140236.632000', '140236.634000', '140236.637000', '140236.639000', '140236.642000', '140236.645000', '140236.647000', '140236.650000', '140236.653000', '140236.655000', '140236.666000', '140236.668000', '140236.671000', '140236.680000', '140236.682000', '140236.685000', '140236.688000', '140256.562000', '140256.564000', '140256.567000', '140256.570000', '140256.574000', '140256.576000', '140256.579000', '140256.582000', '140256.584000', '140256.587000', '140256.590000', '140256.592000', '140256.595000', '140256.598000', '140256.600000', '140256.603000', '140256.606000', '140256.608000', '140256.611000', '140256.614000', '140256.616000', '140256.619000', '140256.621000', '140256.624000', '140256.627000', '140256.630000', '140256.632000', '140256.635000', '140256.638000', '140256.640000', '140256.643000', '140256.646000', '140256.648000', '140256.651000', '140256.653000', '140256.656000', '140256.663000', '140256.666000', '140256.669000', '140256.671000', '140256.674000', '140256.676000', '140256.679000', '140256.682000', '140316.563000', '140316.566000', '140316.568000', '140316.571000', '140316.574000', '140316.576000', '140316.579000', '140316.591000', '140316.594000', '140316.596000', '140316.599000', '140316.602000', '140316.604000', '140316.607000', '140316.610000', '140316.612000', '140316.615000', '140316.618000', '140316.620000', '140316.623000', '140316.625000', '140316.628000', '140316.631000', '140316.633000', '140316.636000', '140316.639000', '140316.641000', '140316.644000', '140316.646000', '140316.649000', '140316.652000', '140316.654000', '140316.657000', '140316.660000', '140316.663000', '140316.665000', '140316.668000', '140316.671000', '140316.673000', '140316.676000', '140316.678000', '140316.681000', '140316.684000', '140336.562000', '140336.565000', '140336.586000', '140336.589000', '140336.592000', '140336.594000', '140336.597000', '140336.600000', '140336.602000', '140336.605000', '140336.608000', '140336.611000', '140336.613000', '140336.616000', '140336.619000', '140336.621000', '140336.630000', '140336.639000', '140336.641000', '140336.644000', '140336.647000', '140336.649000', '140336.652000', '140336.655000', '140336.657000', '140336.660000', '140336.663000', '140336.665000', '140336.668000', '140336.670000', '140336.673000', '140336.676000', '140336.679000', '140336.681000', '140336.684000', '140336.687000', '140336.689000', '140336.692000', '140336.695000', '140336.698000', '140336.700000', '140336.703000', '140336.706000', '140356.562000', '140356.565000', '140356.568000', '140356.571000', '140356.573000', '140356.576000', '140356.579000', '140356.581000', '140356.584000', '140356.587000', '140356.590000', '140356.599000', '140356.602000', '140356.605000', '140356.607000', '140356.610000', '140356.613000', '140356.616000', '140356.618000', '140356.621000', '140356.624000', '140356.626000', '140356.629000', '140356.632000', '140356.634000', '140356.637000', '140356.640000', '140356.642000', '140356.645000', '140356.648000', '140356.657000', '140356.660000', '140356.663000', '140356.666000', '140356.668000', '140356.671000', '140356.673000', '140356.676000', '140356.679000', '140356.682000', '140356.684000', '140356.687000', '140356.690000', '140356.692000', '140416.563000', '140416.566000', '140416.568000', '140416.571000', '140416.574000', '140416.576000', '140416.579000', '140416.582000', '140416.584000', '140416.587000', '140416.590000', '140416.592000', '140416.595000', '140416.598000', '140416.600000', '140416.603000', '140416.606000', '140416.609000', '140416.612000', '140416.615000', '140416.618000', '140416.621000', '140416.623000', '140416.626000', '140416.629000', '140416.632000', '140416.635000', '140416.638000', '140416.641000', '140416.644000', '140416.647000', '140416.649000', '140416.652000', '140416.655000', '140416.657000', '140416.660000', '140416.662000', '140416.665000', '140416.668000', '140416.671000', '140416.673000', '140416.676000', '140416.679000', '140436.562000', '140436.565000', '140436.568000', '140436.571000', '140436.574000', '140436.576000', '140436.579000', '140436.581000', '140436.584000', '140436.587000', '140436.589000', '140436.592000', '140436.595000', '140436.598000', '140436.600000', '140436.603000', '140436.606000', '140436.608000', '140436.611000', '140436.613000', '140436.616000', '140436.619000', '140436.621000', '140436.624000', '140436.627000', '140436.629000', '140436.632000', '140436.634000', '140436.637000', '140436.646000', '140436.648000', '140436.651000', '140436.654000', '140436.656000', '140436.659000', '140436.661000', '140436.664000', '140436.667000', '140436.669000', '140436.672000', '140436.675000', '140436.677000', '140436.680000', '140436.683000', '140456.563000', '140456.566000', '140456.568000', '140456.571000', '140456.574000', '140456.576000', '140456.579000', '140456.582000', '140456.584000', '140456.587000', '140456.590000', '140456.593000', '140456.595000', '140456.598000', '140456.601000', '140456.603000', '140456.606000', '140456.609000', '140456.612000', '140456.615000', '140456.618000', '140456.621000', '140456.624000', '140456.626000', '140456.629000', '140456.631000', '140456.634000', '140456.637000', '140456.640000', '140456.642000', '140456.645000', '140456.648000', '140456.650000', '140456.653000', '140456.656000', '140456.658000', '140456.661000', '140456.664000', '140456.666000', '140456.669000', '140456.672000', '140456.697000', '140456.700000', '140516.562000', '140516.565000', '140516.567000', '140516.570000', '140516.573000', '140516.575000', '140516.578000', '140516.581000', '140516.583000', '140516.586000', '140516.589000', '140516.592000', '140516.594000', '140516.597000', '140516.600000', '140516.602000', '140516.605000', '140516.608000', '140516.610000', '140516.613000', '140516.616000', '140516.618000', '140516.621000', '140516.624000', '140516.626000', '140516.629000', '140516.631000', '140516.634000', '140516.637000', '140516.640000', '140516.642000', '140516.645000', '140516.648000', '140516.650000', '140516.653000', '140516.655000', '140516.658000', '140516.661000', '140516.663000', '140516.666000', '140516.669000', '140516.671000', '140516.674000', '140516.677000', '140536.562000', '140536.565000', '140536.568000', '140536.571000', '140536.573000', '140536.576000', '140536.579000', '140536.581000', '140536.584000', '140536.587000', '140536.590000', '140536.592000', '140536.595000', '140536.598000', '140536.600000', '140536.603000', '140536.606000', '140536.609000', '140536.612000', '140536.614000', '140536.619000', '140536.621000', '140536.624000', '140536.627000', '140536.629000', '140536.632000', '140536.635000', '140536.637000', '140536.640000', '140536.643000', '140536.645000', '140536.648000', '140536.651000', '140536.654000', '140536.657000', '140536.660000', '140536.663000', '140536.665000', '140536.668000', '140536.671000', '140536.673000', '140536.676000', '140536.678000', '140556.562000', '140556.565000', '140556.569000', '140556.572000', '140556.574000', '140556.577000', '140556.580000', '140556.582000', '140556.585000', '140556.587000', '140556.590000', '140556.593000', '140556.596000', '140556.598000', '140556.601000', '140556.604000', '140556.606000', '140556.609000', '140556.612000', '140556.614000', '140556.617000', '140556.619000', '140556.622000', '140556.625000', '140556.627000', '140556.630000', '140556.633000', '140556.635000', '140556.638000', '140556.641000', '140556.643000', '140556.646000', '140556.648000', '140556.651000', '140556.654000', '140556.656000', '140556.659000', '140556.662000', '140556.664000', '140556.667000', '140556.670000', '140556.672000', '140556.675000', '140556.678000', '140616.563000', '140616.566000', '140616.568000', '140616.571000', '140616.574000', '140616.576000', '140616.579000', '140616.582000', '140616.584000', '140616.587000', '140616.590000', '140616.592000', '140616.595000', '140616.598000', '140616.601000', '140616.603000', '140616.606000', '140616.609000', '140616.611000', '140616.614000', '140616.617000', '140616.620000', '140616.622000', '140616.625000', '140616.628000', '140616.630000', '140616.633000', '140616.636000', '140616.638000', '140616.641000', '140616.644000', '140616.646000', '140616.649000', '140616.652000', '140616.654000', '140616.657000', '140616.660000', '140616.662000', '140616.670000', '140616.673000', '140616.675000', '140616.678000', '140616.681000', '140636.562000', '140636.565000', '140636.568000', '140636.571000', '140636.573000', '140636.576000', '140636.579000', '140636.581000', '140636.584000', '140636.593000', '140636.596000', '140636.599000', '140636.601000', '140636.604000', '140636.607000', '140636.609000', '140636.612000', '140636.615000', '140636.618000', '140636.620000', '140636.623000', '140636.626000', '140636.628000', '140636.631000', '140636.634000', '140636.637000', '140636.639000', '140636.642000', '140636.644000', '140636.647000', '140636.650000', '140636.652000', '140636.655000', '140636.658000', '140636.660000', '140636.663000', '140636.666000', '140636.669000', '140636.672000', '140636.674000', '140636.677000', '140636.679000', '140636.682000', '140636.685000', '140656.562000', '140656.565000', '140656.568000', '140656.571000', '140656.573000', '140656.576000', '140656.579000', '140656.582000', '140656.584000', '140656.587000', '140656.590000', '140656.592000', '140656.595000', '140656.598000', '140656.600000', '140656.603000', '140656.606000', '140656.608000', '140656.611000', '140656.613000', '140656.616000', '140656.619000', '140656.621000', '140656.624000', '140656.627000', '140656.629000', '140656.632000', '140656.635000', '140656.638000', '140656.640000', '140656.643000', '140656.646000', '140656.648000', '140656.651000', '140656.654000', '140656.656000', '140656.659000', '140656.662000', '140656.664000', '140656.667000', '140656.670000', '140656.672000', '140656.675000', '140716.563000', '140716.566000', '140716.568000', '140716.571000', '140716.574000', '140716.576000', '140716.579000', '140716.582000', '140716.584000', '140716.587000', '140716.590000', '140716.592000', '140716.595000', '140716.600000', '140716.603000', '140716.605000', '140716.608000', '140716.611000', '140716.613000', '140716.616000', '140716.619000', '140716.622000', '140716.624000', '140716.627000', '140716.630000', '140716.632000', '140716.635000', '140716.638000', '140716.641000', '140716.643000', '140716.646000', '140716.648000', '140716.651000', '140716.654000', '140716.657000', '140716.659000', '140716.662000', '140716.665000', '140716.667000', '140716.670000', '140716.673000', '140716.675000', '140716.678000', '140716.681000', '140736.561000', '140736.564000', '140736.567000', '140736.570000', '140736.572000', '140736.575000', '140736.578000', '140736.580000', '140736.583000', '140736.586000', '140736.588000', '140736.591000', '140736.594000', '140736.596000', '140736.599000', '140736.601000', '140736.604000', '140736.607000', '140736.609000', '140736.612000', '140736.615000', '140736.617000', '140736.620000', '140736.623000', '140736.625000', '140736.628000', '140736.631000', '140736.633000', '140736.636000', '140736.639000', '140736.641000', '140736.644000', '140736.648000', '140736.650000', '140736.653000', '140736.655000', '140736.658000', '140736.661000', '140736.663000', '140736.666000', '140736.669000', '140736.671000', '140736.682000', '140756.562000', '140756.565000', '140756.568000', '140756.571000', '140756.573000', '140756.576000', '140756.579000', '140756.582000', '140756.584000', '140756.587000', '140756.590000', '140756.592000', '140756.595000', '140756.598000', '140756.600000', '140756.603000', '140756.605000', '140756.608000', '140756.611000', '140756.613000', '140756.616000', '140756.619000', '140756.621000', '140756.624000', '140756.627000', '140756.629000', '140756.632000', '140756.635000', '140756.637000', '140756.640000', '140756.643000', '140756.645000', '140756.648000', '140756.651000', '140756.687000', '140756.689000', '140756.692000', '140756.695000', '140756.697000', '140756.700000', '140756.703000', '140756.705000', '140756.708000', '140756.711000', '140816.563000', '140816.566000', '140816.569000', '140816.571000', '140816.574000', '140816.577000', '140816.580000', '140816.583000', '140816.585000', '140816.588000', '140816.591000', '140816.593000', '140816.596000', '140816.599000', '140816.601000', '140816.604000', '140816.606000', '140816.609000', '140816.612000', '140816.615000', '140816.617000', '140816.620000', '140816.623000', '140816.625000', '140816.628000', '140816.630000', '140816.633000', '140816.636000', '140816.638000', '140816.641000', '140816.644000', '140816.646000', '140816.649000', '140816.652000', '140816.654000', '140816.657000', '140816.660000', '140816.663000', '140816.665000', '140816.668000', '140816.670000', '140816.673000', '140816.676000', '140836.562000', '140836.565000', '140836.568000', '140836.571000', '140836.574000', '140836.576000', '140836.579000', '140836.582000', '140836.584000', '140836.587000', '140836.590000', '140836.592000', '140836.595000', '140836.598000', '140836.600000', '140836.603000', '140836.606000', '140836.608000', '140836.611000', '140836.614000', '140836.617000', '140836.619000', '140836.622000', '140836.625000', '140836.627000', '140836.630000', '140836.633000', '140836.635000', '140836.638000', '140836.641000', '140836.643000', '140836.646000', '140836.649000', '140836.651000', '140836.654000', '140836.657000', '140836.659000', '140836.662000', '140836.665000', '140836.668000', '140836.670000', '140836.673000', '140836.676000', '140836.678000', '140856.563000', '140856.566000', '140856.569000', '140856.571000', '140856.574000', '140856.577000', '140856.579000', '140856.582000', '140856.585000', '140856.587000', '140856.590000', '140856.593000', '140856.595000', '140856.598000', '140856.601000', '140856.603000', '140856.606000', '140856.609000', '140856.611000', '140856.614000', '140856.617000', '140856.619000', '140856.622000', '140856.625000', '140856.627000', '140856.630000', '140856.632000', '140856.635000', '140856.638000', '140856.640000', '140856.643000', '140856.646000', '140856.648000', '140856.651000', '140856.654000', '140856.656000', '140856.659000', '140856.662000', '140856.664000', '140856.667000', '140856.670000', '140856.672000', '140856.675000', '140916.563000', '140916.566000', '140916.568000', '140916.571000', '140916.574000', '140916.576000', '140916.579000', '140916.582000', '140916.584000', '140916.587000', '140916.590000', '140916.593000', '140916.595000', '140916.598000', '140916.601000', '140916.603000', '140916.606000', '140916.609000', '140916.611000', '140916.614000', '140916.617000', '140916.619000', '140916.622000', '140916.625000', '140916.627000', '140916.630000', '140916.633000', '140916.635000', '140916.638000', '140916.641000', '140916.658000', '140916.660000', '140916.663000', '140916.666000', '140916.668000', '140916.671000', '140916.674000', '140916.676000', '140916.679000', '140916.682000', '140916.684000', '140916.687000', '140916.690000', '140916.692000', '140936.563000', '140936.565000', '140936.568000', '140936.571000', '140936.574000', '140936.576000', '140936.579000', '140936.582000', '140936.584000', '140936.587000', '140936.590000', '140936.592000', '140936.595000', '140936.598000', '140936.600000', '140936.603000', '140936.606000', '140936.608000', '140936.611000', '140936.614000', '140936.616000', '140936.619000', '140936.622000', '140936.624000', '140936.627000', '140936.630000', '140936.632000', '140936.635000', '140936.638000', '140936.641000', '140936.643000', '140936.646000', '140936.649000', '140936.651000', '140936.654000', '140936.657000', '140936.659000', '140936.662000', '140936.664000', '140936.667000', '140936.670000', '140936.672000', '140936.675000', '140956.561000', '140956.564000', '140956.567000', '140956.569000', '140956.572000', '140956.575000', '140956.578000', '140956.580000', '140956.583000', '140956.586000', '140956.588000', '140956.591000', '140956.594000', '140956.596000', '140956.599000', '140956.602000', '140956.604000', '140956.607000', '140956.610000', '140956.612000', '140956.615000', '140956.618000', '140956.621000', '140956.623000', '140956.626000', '140956.629000', '140956.631000', '140956.634000', '140956.636000', '140956.639000', '140956.642000', '140956.644000', '140956.647000', '140956.650000', '140956.652000', '140956.655000', '140956.658000', '140956.660000', '140956.663000', '140956.665000', '140956.668000', '140956.671000', '140956.673000', '140956.676000', '141016.563000', '141016.566000', '141016.569000', '141016.571000', '141016.574000', '141016.577000', '141016.579000', '141016.582000', '141016.585000', '141016.587000', '141016.590000', '141016.592000', '141016.595000', '141016.598000', '141016.601000', '141016.603000', '141016.606000', '141016.609000', '141016.611000', '141016.614000', '141016.617000', '141016.619000', '141016.622000', '141016.625000', '141016.627000', '141016.630000', '141016.633000', '141016.636000', '141016.638000', '141016.641000', '141016.644000', '141016.646000', '141016.649000', '141016.652000', '141016.654000', '141016.657000', '141016.660000', '141016.662000', '141016.665000', '141016.668000', '141016.670000', '141016.673000', '141016.676000', '141036.562000', '141036.565000', '141036.568000', '141036.572000', '141036.574000', '141036.577000', '141036.580000', '141036.582000', '141036.585000', '141036.588000', '141036.590000', '141036.593000', '141036.596000', '141036.598000', '141036.601000', '141036.604000', '141036.606000', '141036.609000', '141036.612000', '141036.614000', '141036.617000', '141036.620000', '141036.622000', '141036.625000', '141036.628000', '141036.630000', '141036.633000', '141036.668000', '141036.671000', '141036.674000', '141036.676000', '141036.679000', '141036.682000', '141036.684000', '141036.687000', '141036.690000', '141036.692000', '141036.695000', '141036.698000', '141036.700000', '141036.703000', '141036.705000', '141036.708000', '141036.711000', '141045.740000', '141045.744000', '141045.747000', '141045.760000', '141045.763000', '141045.766000', '141045.768000', '141045.771000', '141045.774000', '141045.777000', '141045.779000', '141045.783000', '141045.786000', '141045.789000', '141045.792000', '141045.795000', '141045.797000', '141045.800000', '141045.803000', '141045.806000'], 'InstanceCreationTime': ['140216.609000', '140216.612000', '140216.615000', '140216.631000', '140216.633000', '140216.636000', '140216.639000', '140216.642000', '140216.645000', '140216.648000', '140216.650000', '140216.653000', '140216.657000', '140216.659000', '140216.662000', '140216.665000', '140216.667000', '140216.670000', '140216.672000', '140216.675000', '140216.678000', '140216.681000', '140216.684000', '140216.686000', '140216.689000', '140216.692000', '140216.694000', '140216.697000', '140216.700000', '140216.703000', '140216.705000', '140216.708000', '140216.731000', '140216.733000', '140216.736000', '140216.739000', '140216.741000', '140216.744000', '140216.747000', '140216.750000', '140216.753000', '140216.755000', '140216.758000', '140216.761000', '140216.764000', '140216.767000', '140216.769000', '140216.772000', '140216.775000', '140216.778000', '140216.780000', '140236.562000', '140236.565000', '140236.568000', '140236.571000', '140236.573000', '140236.576000', '140236.579000', '140236.581000', '140236.584000', '140236.586000', '140236.589000', '140236.592000', '140236.595000', '140236.597000', '140236.600000', '140236.602000', '140236.605000', '140236.608000', '140236.610000', '140236.613000', '140236.616000', '140236.618000', '140236.621000', '140236.624000', '140236.626000', '140236.629000', '140236.632000', '140236.634000', '140236.637000', '140236.639000', '140236.642000', '140236.645000', '140236.647000', '140236.650000', '140236.653000', '140236.655000', '140236.666000', '140236.668000', '140236.671000', '140236.680000', '140236.682000', '140236.685000', '140236.688000', '140256.562000', '140256.564000', '140256.567000', '140256.570000', '140256.574000', '140256.576000', '140256.579000', '140256.582000', '140256.584000', '140256.587000', '140256.590000', '140256.592000', '140256.595000', '140256.598000', '140256.600000', '140256.603000', '140256.606000', '140256.608000', '140256.611000', '140256.614000', '140256.616000', '140256.619000', '140256.621000', '140256.624000', '140256.627000', '140256.630000', '140256.632000', '140256.635000', '140256.638000', '140256.640000', '140256.643000', '140256.646000', '140256.648000', '140256.651000', '140256.653000', '140256.656000', '140256.663000', '140256.666000', '140256.669000', '140256.671000', '140256.674000', '140256.676000', '140256.679000', '140256.682000', '140316.563000', '140316.566000', '140316.568000', '140316.571000', '140316.574000', '140316.576000', '140316.579000', '140316.591000', '140316.594000', '140316.596000', '140316.599000', '140316.602000', '140316.604000', '140316.607000', '140316.610000', '140316.612000', '140316.615000', '140316.618000', '140316.620000', '140316.623000', '140316.625000', '140316.628000', '140316.631000', '140316.633000', '140316.636000', '140316.639000', '140316.641000', '140316.644000', '140316.646000', '140316.649000', '140316.652000', '140316.654000', '140316.657000', '140316.660000', '140316.663000', '140316.665000', '140316.668000', '140316.671000', '140316.673000', '140316.676000', '140316.678000', '140316.681000', '140316.684000', '140336.562000', '140336.565000', '140336.586000', '140336.589000', '140336.592000', '140336.594000', '140336.597000', '140336.600000', '140336.602000', '140336.605000', '140336.608000', '140336.611000', '140336.613000', '140336.616000', '140336.619000', '140336.621000', '140336.630000', '140336.639000', '140336.641000', '140336.644000', '140336.647000', '140336.649000', '140336.652000', '140336.655000', '140336.657000', '140336.660000', '140336.663000', '140336.665000', '140336.668000', '140336.670000', '140336.673000', '140336.676000', '140336.679000', '140336.681000', '140336.684000', '140336.687000', '140336.689000', '140336.692000', '140336.695000', '140336.698000', '140336.700000', '140336.703000', '140336.706000', '140356.562000', '140356.565000', '140356.568000', '140356.571000', '140356.573000', '140356.576000', '140356.579000', '140356.581000', '140356.584000', '140356.587000', '140356.590000', '140356.599000', '140356.602000', '140356.605000', '140356.607000', '140356.610000', '140356.613000', '140356.616000', '140356.618000', '140356.621000', '140356.624000', '140356.626000', '140356.629000', '140356.632000', '140356.634000', '140356.637000', '140356.640000', '140356.642000', '140356.645000', '140356.648000', '140356.657000', '140356.660000', '140356.663000', '140356.666000', '140356.668000', '140356.671000', '140356.673000', '140356.676000', '140356.679000', '140356.682000', '140356.684000', '140356.687000', '140356.690000', '140356.692000', '140416.563000', '140416.566000', '140416.568000', '140416.571000', '140416.574000', '140416.576000', '140416.579000', '140416.582000', '140416.584000', '140416.587000', '140416.590000', '140416.592000', '140416.595000', '140416.598000', '140416.600000', '140416.603000', '140416.606000', '140416.609000', '140416.612000', '140416.615000', '140416.618000', '140416.621000', '140416.623000', '140416.626000', '140416.629000', '140416.632000', '140416.635000', '140416.638000', '140416.641000', '140416.644000', '140416.647000', '140416.649000', '140416.652000', '140416.655000', '140416.657000', '140416.660000', '140416.662000', '140416.665000', '140416.668000', '140416.671000', '140416.673000', '140416.676000', '140416.679000', '140436.562000', '140436.565000', '140436.568000', '140436.571000', '140436.574000', '140436.576000', '140436.579000', '140436.581000', '140436.584000', '140436.587000', '140436.589000', '140436.592000', '140436.595000', '140436.598000', '140436.600000', '140436.603000', '140436.606000', '140436.608000', '140436.611000', '140436.613000', '140436.616000', '140436.619000', '140436.621000', '140436.624000', '140436.627000', '140436.629000', '140436.632000', '140436.634000', '140436.637000', '140436.646000', '140436.648000', '140436.651000', '140436.654000', '140436.656000', '140436.659000', '140436.661000', '140436.664000', '140436.667000', '140436.669000', '140436.672000', '140436.675000', '140436.677000', '140436.680000', '140436.683000', '140456.563000', '140456.566000', '140456.568000', '140456.571000', '140456.574000', '140456.576000', '140456.579000', '140456.582000', '140456.584000', '140456.587000', '140456.590000', '140456.593000', '140456.595000', '140456.598000', '140456.601000', '140456.603000', '140456.606000', '140456.609000', '140456.612000', '140456.615000', '140456.618000', '140456.621000', '140456.624000', '140456.626000', '140456.629000', '140456.631000', '140456.634000', '140456.637000', '140456.640000', '140456.642000', '140456.645000', '140456.648000', '140456.650000', '140456.653000', '140456.656000', '140456.658000', '140456.661000', '140456.664000', '140456.666000', '140456.669000', '140456.672000', '140456.697000', '140456.700000', '140516.562000', '140516.565000', '140516.567000', '140516.570000', '140516.573000', '140516.575000', '140516.578000', '140516.581000', '140516.583000', '140516.586000', '140516.589000', '140516.592000', '140516.594000', '140516.597000', '140516.600000', '140516.602000', '140516.605000', '140516.608000', '140516.610000', '140516.613000', '140516.616000', '140516.618000', '140516.621000', '140516.624000', '140516.626000', '140516.629000', '140516.631000', '140516.634000', '140516.637000', '140516.640000', '140516.642000', '140516.645000', '140516.648000', '140516.650000', '140516.653000', '140516.655000', '140516.658000', '140516.661000', '140516.663000', '140516.666000', '140516.669000', '140516.671000', '140516.674000', '140516.677000', '140536.562000', '140536.565000', '140536.568000', '140536.571000', '140536.573000', '140536.576000', '140536.579000', '140536.581000', '140536.584000', '140536.587000', '140536.590000', '140536.592000', '140536.595000', '140536.598000', '140536.600000', '140536.603000', '140536.606000', '140536.609000', '140536.612000', '140536.614000', '140536.619000', '140536.621000', '140536.624000', '140536.627000', '140536.629000', '140536.632000', '140536.635000', '140536.637000', '140536.640000', '140536.643000', '140536.645000', '140536.648000', '140536.651000', '140536.654000', '140536.657000', '140536.660000', '140536.663000', '140536.665000', '140536.668000', '140536.671000', '140536.673000', '140536.676000', '140536.678000', '140556.562000', '140556.565000', '140556.569000', '140556.572000', '140556.574000', '140556.577000', '140556.580000', '140556.582000', '140556.585000', '140556.587000', '140556.590000', '140556.593000', '140556.596000', '140556.598000', '140556.601000', '140556.604000', '140556.606000', '140556.609000', '140556.612000', '140556.614000', '140556.617000', '140556.619000', '140556.622000', '140556.625000', '140556.627000', '140556.630000', '140556.633000', '140556.635000', '140556.638000', '140556.641000', '140556.643000', '140556.646000', '140556.648000', '140556.651000', '140556.654000', '140556.656000', '140556.659000', '140556.662000', '140556.664000', '140556.667000', '140556.670000', '140556.672000', '140556.675000', '140556.678000', '140616.563000', '140616.566000', '140616.568000', '140616.571000', '140616.574000', '140616.576000', '140616.579000', '140616.582000', '140616.584000', '140616.587000', '140616.590000', '140616.592000', '140616.595000', '140616.598000', '140616.601000', '140616.603000', '140616.606000', '140616.609000', '140616.611000', '140616.614000', '140616.617000', '140616.620000', '140616.622000', '140616.625000', '140616.628000', '140616.630000', '140616.633000', '140616.636000', '140616.638000', '140616.641000', '140616.644000', '140616.646000', '140616.649000', '140616.652000', '140616.654000', '140616.657000', '140616.660000', '140616.662000', '140616.670000', '140616.673000', '140616.675000', '140616.678000', '140616.681000', '140636.562000', '140636.565000', '140636.568000', '140636.571000', '140636.573000', '140636.576000', '140636.579000', '140636.581000', '140636.584000', '140636.593000', '140636.596000', '140636.599000', '140636.601000', '140636.604000', '140636.607000', '140636.609000', '140636.612000', '140636.615000', '140636.618000', '140636.620000', '140636.623000', '140636.626000', '140636.628000', '140636.631000', '140636.634000', '140636.637000', '140636.639000', '140636.642000', '140636.644000', '140636.647000', '140636.650000', '140636.652000', '140636.655000', '140636.658000', '140636.660000', '140636.663000', '140636.666000', '140636.669000', '140636.672000', '140636.674000', '140636.677000', '140636.679000', '140636.682000', '140636.685000', '140656.562000', '140656.565000', '140656.568000', '140656.571000', '140656.573000', '140656.576000', '140656.579000', '140656.582000', '140656.584000', '140656.587000', '140656.590000', '140656.592000', '140656.595000', '140656.598000', '140656.600000', '140656.603000', '140656.606000', '140656.608000', '140656.611000', '140656.613000', '140656.616000', '140656.619000', '140656.621000', '140656.624000', '140656.627000', '140656.629000', '140656.632000', '140656.635000', '140656.638000', '140656.640000', '140656.643000', '140656.646000', '140656.648000', '140656.651000', '140656.654000', '140656.656000', '140656.659000', '140656.662000', '140656.664000', '140656.667000', '140656.670000', '140656.672000', '140656.675000', '140716.563000', '140716.566000', '140716.568000', '140716.571000', '140716.574000', '140716.576000', '140716.579000', '140716.582000', '140716.584000', '140716.587000', '140716.590000', '140716.592000', '140716.595000', '140716.600000', '140716.603000', '140716.605000', '140716.608000', '140716.611000', '140716.613000', '140716.616000', '140716.619000', '140716.622000', '140716.624000', '140716.627000', '140716.630000', '140716.632000', '140716.635000', '140716.638000', '140716.641000', '140716.643000', '140716.646000', '140716.648000', '140716.651000', '140716.654000', '140716.657000', '140716.659000', '140716.662000', '140716.665000', '140716.667000', '140716.670000', '140716.673000', '140716.675000', '140716.678000', '140716.681000', '140736.561000', '140736.564000', '140736.567000', '140736.570000', '140736.572000', '140736.575000', '140736.578000', '140736.580000', '140736.583000', '140736.586000', '140736.588000', '140736.591000', '140736.594000', '140736.596000', '140736.599000', '140736.601000', '140736.604000', '140736.607000', '140736.609000', '140736.612000', '140736.615000', '140736.617000', '140736.620000', '140736.623000', '140736.625000', '140736.628000', '140736.631000', '140736.633000', '140736.636000', '140736.639000', '140736.641000', '140736.644000', '140736.648000', '140736.650000', '140736.653000', '140736.655000', '140736.658000', '140736.661000', '140736.663000', '140736.666000', '140736.669000', '140736.671000', '140736.682000', '140756.562000', '140756.565000', '140756.568000', '140756.571000', '140756.573000', '140756.576000', '140756.579000', '140756.582000', '140756.584000', '140756.587000', '140756.590000', '140756.592000', '140756.595000', '140756.598000', '140756.600000', '140756.603000', '140756.605000', '140756.608000', '140756.611000', '140756.613000', '140756.616000', '140756.619000', '140756.621000', '140756.624000', '140756.627000', '140756.629000', '140756.632000', '140756.635000', '140756.637000', '140756.640000', '140756.643000', '140756.645000', '140756.648000', '140756.651000', '140756.687000', '140756.689000', '140756.692000', '140756.695000', '140756.697000', '140756.700000', '140756.703000', '140756.705000', '140756.708000', '140756.711000', '140816.563000', '140816.566000', '140816.569000', '140816.571000', '140816.574000', '140816.577000', '140816.580000', '140816.583000', '140816.585000', '140816.588000', '140816.591000', '140816.593000', '140816.596000', '140816.599000', '140816.601000', '140816.604000', '140816.606000', '140816.609000', '140816.612000', '140816.615000', '140816.617000', '140816.620000', '140816.623000', '140816.625000', '140816.628000', '140816.630000', '140816.633000', '140816.636000', '140816.638000', '140816.641000', '140816.644000', '140816.646000', '140816.649000', '140816.652000', '140816.654000', '140816.657000', '140816.660000', '140816.663000', '140816.665000', '140816.668000', '140816.670000', '140816.673000', '140816.676000', '140836.562000', '140836.565000', '140836.568000', '140836.571000', '140836.574000', '140836.576000', '140836.579000', '140836.582000', '140836.584000', '140836.587000', '140836.590000', '140836.592000', '140836.595000', '140836.598000', '140836.600000', '140836.603000', '140836.606000', '140836.608000', '140836.611000', '140836.614000', '140836.617000', '140836.619000', '140836.622000', '140836.625000', '140836.627000', '140836.630000', '140836.633000', '140836.635000', '140836.638000', '140836.641000', '140836.643000', '140836.646000', '140836.649000', '140836.651000', '140836.654000', '140836.657000', '140836.659000', '140836.662000', '140836.665000', '140836.668000', '140836.670000', '140836.673000', '140836.676000', '140836.678000', '140856.563000', '140856.566000', '140856.569000', '140856.571000', '140856.574000', '140856.577000', '140856.579000', '140856.582000', '140856.585000', '140856.587000', '140856.590000', '140856.593000', '140856.595000', '140856.598000', '140856.601000', '140856.603000', '140856.606000', '140856.609000', '140856.611000', '140856.614000', '140856.617000', '140856.619000', '140856.622000', '140856.625000', '140856.627000', '140856.630000', '140856.632000', '140856.635000', '140856.638000', '140856.640000', '140856.643000', '140856.646000', '140856.648000', '140856.651000', '140856.654000', '140856.656000', '140856.659000', '140856.662000', '140856.664000', '140856.667000', '140856.670000', '140856.672000', '140856.675000', '140916.563000', '140916.566000', '140916.568000', '140916.571000', '140916.574000', '140916.576000', '140916.579000', '140916.582000', '140916.584000', '140916.587000', '140916.590000', '140916.593000', '140916.595000', '140916.598000', '140916.601000', '140916.603000', '140916.606000', '140916.609000', '140916.611000', '140916.614000', '140916.617000', '140916.619000', '140916.622000', '140916.625000', '140916.627000', '140916.630000', '140916.633000', '140916.635000', '140916.638000', '140916.641000', '140916.658000', '140916.660000', '140916.663000', '140916.666000', '140916.668000', '140916.671000', '140916.674000', '140916.676000', '140916.679000', '140916.682000', '140916.684000', '140916.687000', '140916.690000', '140916.692000', '140936.563000', '140936.565000', '140936.568000', '140936.571000', '140936.574000', '140936.576000', '140936.579000', '140936.582000', '140936.584000', '140936.587000', '140936.590000', '140936.592000', '140936.595000', '140936.598000', '140936.600000', '140936.603000', '140936.606000', '140936.608000', '140936.611000', '140936.614000', '140936.616000', '140936.619000', '140936.622000', '140936.624000', '140936.627000', '140936.630000', '140936.632000', '140936.635000', '140936.638000', '140936.641000', '140936.643000', '140936.646000', '140936.649000', '140936.651000', '140936.654000', '140936.657000', '140936.659000', '140936.662000', '140936.664000', '140936.667000', '140936.670000', '140936.672000', '140936.675000', '140956.561000', '140956.564000', '140956.567000', '140956.569000', '140956.572000', '140956.575000', '140956.578000', '140956.580000', '140956.583000', '140956.586000', '140956.588000', '140956.591000', '140956.594000', '140956.596000', '140956.599000', '140956.602000', '140956.604000', '140956.607000', '140956.610000', '140956.612000', '140956.615000', '140956.618000', '140956.621000', '140956.623000', '140956.626000', '140956.629000', '140956.631000', '140956.634000', '140956.636000', '140956.639000', '140956.642000', '140956.644000', '140956.647000', '140956.650000', '140956.652000', '140956.655000', '140956.658000', '140956.660000', '140956.663000', '140956.665000', '140956.668000', '140956.671000', '140956.673000', '140956.676000', '141016.563000', '141016.566000', '141016.569000', '141016.571000', '141016.574000', '141016.577000', '141016.579000', '141016.582000', '141016.585000', '141016.587000', '141016.590000', '141016.592000', '141016.595000', '141016.598000', '141016.601000', '141016.603000', '141016.606000', '141016.609000', '141016.611000', '141016.614000', '141016.617000', '141016.619000', '141016.622000', '141016.625000', '141016.627000', '141016.630000', '141016.633000', '141016.636000', '141016.638000', '141016.641000', '141016.644000', '141016.646000', '141016.649000', '141016.652000', '141016.654000', '141016.657000', '141016.660000', '141016.662000', '141016.665000', '141016.668000', '141016.670000', '141016.673000', '141016.676000', '141036.562000', '141036.565000', '141036.568000', '141036.572000', '141036.574000', '141036.577000', '141036.580000', '141036.582000', '141036.585000', '141036.588000', '141036.590000', '141036.593000', '141036.596000', '141036.598000', '141036.601000', '141036.604000', '141036.606000', '141036.609000', '141036.612000', '141036.614000', '141036.617000', '141036.620000', '141036.622000', '141036.625000', '141036.628000', '141036.630000', '141036.633000', '141036.668000', '141036.671000', '141036.674000', '141036.676000', '141036.679000', '141036.682000', '141036.684000', '141036.687000', '141036.690000', '141036.692000', '141036.695000', '141036.698000', '141036.700000', '141036.703000', '141036.705000', '141036.708000', '141036.711000', '141045.740000', '141045.744000', '141045.747000', '141045.760000', '141045.763000', '141045.766000', '141045.768000', '141045.771000', '141045.774000', '141045.777000', '141045.779000', '141045.783000', '141045.786000', '141045.789000', '141045.792000', '141045.795000', '141045.797000', '141045.800000', '141045.803000', '141045.806000'], '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': [12345, 18255, 12652, 7772, 8624, 7923, 8522, 7664, 8342, 11348, 7839, 13950, 8393, 11695, 7887, 8730, 7531, 7597, 7417, 7887, 7539, 10484, 7625, 12667, 7694, 10638, 7755, 11145, 8091, 10970, 7946, 9589, 7473, 10317, 7669, 11675, 7492, 10538, 7754, 11987, 7777, 11212, 8630, 7888, 7531, 7631, 8822, 9620, 9981, 11296, 12467, 7701, 9160, 8233, 7795, 15055, 8526, 14024, 9135, 8235, 7461, 11098, 7296, 14162, 7948, 11032, 7948, 10680, 7715, 9189, 7618, 7700, 9238, 7717, 8538, 7978, 7867, 8305, 10145, 7878, 14730, 9062, 10943, 7590, 14749, 7718, 12495, 7816, 9920, 7515, 11102, 7525, 9920, 7507, 8061, 15247, 8490, 14853, 9727, 13268, 7522, 9847, 7488, 7918, 12112, 7597, 15819, 9254, 13991, 7676, 9936, 7738, 7507, 10215, 7425, 13370, 7548, 12131, 7571, 9921, 7373, 8679, 7750, 10269, 9800, 10606, 7466, 7650, 8403, 7453, 13909, 8099, 14857, 9528, 13780, 7735, 11268, 7797, 10070, 7554, 12733, 7447, 10346, 7455, 8642, 7608, 9638, 11359, 10684, 8356, 7697, 11186, 7668, 14842, 7854, 15856, 12425, 17881, 7550, 7768, 8527, 7606, 11179, 7867, 10114, 7387, 7475, 7908, 15790, 9693, 12297, 9843, 13194, 8566, 9574, 7578, 11564, 8091, 11276, 8173, 12258, 8692, 11662, 7457, 8977, 7453, 9054, 7525, 12005, 8598, 9156, 7577, 7719, 8623, 7706, 13347, 7592, 10253, 7821, 7956, 8649, 7499, 7917, 7788, 7659, 7648, 16011, 11460, 16151, 12346, 18038, 10949, 14615, 7625, 14152, 16467, 15660, 10614, 7636, 9725, 7473, 12951, 7859, 12157, 7542, 10818, 7856, 7602, 8178, 7633, 11683, 11111, 12187, 11714, 10867, 7490, 8976, 7786, 8807, 12983, 8784, 13088, 8309, 7484, 7637, 7711, 8366, 8564, 9592, 11292, 10730, 7574, 9216, 7748, 9852, 7703, 10780, 7426, 7564, 13505, 8636, 7772, 8395, 12668, 11270, 17083, 14999, 14133, 8690, 14628, 8229, 14364, 9437, 13266, 8343, 7814, 7490, 10099, 7352, 11258, 7640, 10223, 7797, 11945, 7768, 9501, 7957, 7821, 7676, 7698, 8202, 12792, 7869, 13792, 8769, 10146, 7670, 8080, 8615, 7827, 10951, 8237, 13813, 9555, 13742, 7761, 11413, 11159, 8185, 8316, 7532, 9846, 11206, 8698, 12095, 8965, 11562, 10379, 7614, 12369, 7872, 8940, 7607, 13580, 13925, 16725, 10944, 9575, 9619, 13788, 10979, 10769, 7701, 8370, 7427, 12086, 8919, 13172, 8353, 10540, 8713, 14451, 7763, 8139, 7640, 8343, 8958, 8258, 10280, 7728, 7955, 8252, 14956, 12277, 15177, 13828, 12209, 7562, 7602, 10452, 7704, 13839, 7357, 10602, 7506, 8337, 8120, 7723, 7684, 7716, 7522, 7601, 9016, 8172, 7422, 7542, 10955, 7436, 13922, 7915, 12112, 8058, 9628, 7431, 7816, 9969, 7515, 12282, 7686, 11386, 7756, 9715, 7977, 8305, 7499, 7735, 12479, 7523, 13536, 8195, 8335, 7908, 11811, 7555, 9573, 7466, 8397, 7346, 8221, 7507, 8044, 12851, 7592, 14447, 9390, 13118, 7583, 10196, 7854, 8254, 10015, 7457, 13619, 8486, 10411, 7790, 12085, 7309, 8815, 7488, 7770, 7436, 8523, 7791, 8257, 7623, 8066, 15346, 9640, 13307, 8876, 12723, 7499, 12852, 8067, 8446, 12381, 7724, 10524, 7382, 9227, 7502, 15075, 7920, 10218, 7683, 10293, 7604, 8103, 7463, 7665, 16174, 7771, 11984, 8417, 10036, 7578, 7821, 12926, 7432, 12515, 7573, 9555, 7589, 9344, 7727, 8892, 9633, 7619, 11887, 7882, 8180, 7717, 8002, 7940, 7947, 8011, 11393, 7530, 11011, 8061, 11800, 7597, 13301, 8324, 14337, 9992, 13026, 7406, 11997, 7997, 12839, 8371, 13292, 9665, 13826, 7733, 9717, 11984, 7634, 16420, 9088, 10668, 7929, 7652, 7640, 9564, 7671, 11761, 7927, 10043, 7849, 11505, 7885, 9313, 10674, 7578, 14312, 7719, 9463, 7950, 7818, 7546, 7315, 7390, 11920, 9959, 12773, 10606, 9273, 12027, 7881, 7754, 7629, 16571, 15107, 14127, 15230, 9942, 17146, 7952, 11259, 7639, 7637, 7503, 7512, 7486, 7857, 7969, 7654, 13464, 7852, 10497, 8000, 9980, 8264, 8571, 7837, 8044, 11274, 7462, 11598, 7810, 9367, 7945, 10329, 7729, 7962, 13196, 8259, 8123, 7626, 13658, 7733, 11323, 8363, 8142, 7462, 7766, 7713, 7560, 14105, 7873, 12424, 9105, 14304, 7825, 10084, 7811, 8737, 7697, 7646, 7662, 16099, 9524, 11263, 10303, 8896, 7813, 8057, 7654, 7605, 12692, 8081, 13674, 9326, 9994, 7989, 7672, 7574, 15643, 8166, 12570, 9383, 12370, 8091, 10577, 7792, 9272, 7748, 8284, 7642, 9829, 7868, 8165, 7843, 7931, 8500, 8489, 7673, 9990, 7616, 8113, 7540, 7975, 11102, 8365, 7541, 8593, 7376, 7890, 15462, 8826, 13623, 9730, 11786, 7661, 10528, 8190, 11551, 8098, 10023, 7674, 11511, 7841, 10009, 7802, 9119, 8336, 8293, 8167, 9606, 7477, 7730, 13413, 8098, 13918, 8642, 11710, 8341, 10704, 7963, 10553, 7587, 7899, 11972, 7558, 9834, 7606, 9552, 7790, 11791, 7827, 10324, 7689, 12133, 7718, 9467, 7991, 9445, 12048, 8208, 11833, 8314, 7588, 7751, 7491, 7546, 15122, 8499, 12826, 9876, 13631, 7703, 11327, 7523, 8674, 9689, 7597, 12389, 8010, 7541, 7489, 14616, 7598, 11753, 8159, 10448, 8032, 9215, 7626, 8401, 7654, 8016, 8004, 10451, 7656, 8910, 7788, 13038, 7622, 10301, 7766, 12111, 8555, 12794, 7534, 10116, 8691, 8098, 12916, 10406, 10230, 7698, 7379, 7688, 10363, 7578, 15668, 10753, 13120, 8180, 9667, 7686, 12390, 7721, 9088, 8377, 8116, 7453, 7532, 8034, 7357, 13474, 7594, 11746, 8036, 11131, 7847, 8005, 7653, 11404, 7561, 8348, 13037, 8119, 13564, 8606, 14418, 7831, 11867, 8468, 8129, 15034, 9648, 11866, 7707, 12875, 7673, 10253, 8174, 7556, 7860, 7522, 7448, 7736, 15116, 7673, 11155, 7882, 7544, 10990, 7635, 11566, 7443, 10930, 7428, 7817, 12730, 7498, 10268, 7529, 11728, 7540, 8379, 12053, 7374, 14958, 7677, 12270, 7433, 8793, 8007, 7588, 14280, 7803, 9535, 7508, 12104, 7482, 8919, 9317, 7783, 7762, 7930, 7948, 8017, 7935, 9885, 8251, 12987, 11154, 13701, 10207, 11098, 7753, 8744, 14565, 10496, 15982, 10889, 12931, 7769, 15518, 8135, 11184, 9535, 7638, 7714, 9940, 7876, 8880, 7758, 7715, 7728, 7986, 10215, 16219, 12543, 10071, 7937, 7667, 8057, 19170, 9979, 13654, 9629, 12868, 8688, 11125, 8251, 9245, 7500, 8358, 10583, 8393, 8128, 9037, 7515, 7616, 12935, 8133, 13894, 8893, 12026, 7977, 10465, 8184, 8202, 7741, 7490, 14590, 8021, 12477, 7952, 8293, 7517, 13013, 7703, 9424, 7675, 11132, 7645, 10330, 7995, 8317, 10734, 7586, 13825, 8863, 10893, 7728, 7555, 7415, 14589, 8596, 11572, 9288, 13429, 7586, 8841, 7816, 8605, 7975, 9459, 7805, 10419, 7912, 7924, 10520, 7767, 8404, 9458, 7502, 7948, 13553, 8128, 16107, 11235, 14550, 9340, 10431, 7512, 8074, 7723, 7493, 7493, 8922, 7360, 9376, 8060, 11630, 9872, 14713, 8189, 9929, 8169, 7659, 15266, 8743, 12394, 8992, 7810, 10914, 7787, 7931, 7703, 13755, 10144, 12027, 12023, 10205, 10763, 7589, 7529, 7455, 8590, 7663, 7861, 8134, 7704, 9017, 8081, 9214, 8072, 14174, 10355, 15437, 9390, 13367, 8742, 11983, 8242, 11129, 7873, 9280, 7900, 11234, 7755, 9809, 7770, 12944, 7889, 11212, 8431, 13115, 7951, 12320, 8149, 13693, 8701, 11758, 8175, 12466, 7624, 9600, 7563, 9203, 7658, 12051, 8150, 9816, 7861, 8118, 13209, 7678, 11620, 8034, 10179, 7441, 15351, 8587, 10861, 9498, 8888, 9451, 7492, 7527, 7929, 15370, 8320, 11335, 8328, 11528, 7827, 7524, 9748, 7395, 14943, 8025, 11580, 8235, 11393, 8248, 8638, 13547, 7796, 12720, 7696, 9263, 7447, 8138, 7980, 8908, 7874, 7775, 7774, 7600, 8339, 8009, 7848, 7715, 17103, 11024, 11986, 13503, 12145, 7671, 7682, 15217, 7620, 12978, 7784, 9773, 8071, 10241, 7660, 9244, 12661, 7809, 11242, 7897, 9575, 7491, 14842, 7686, 11090, 8658, 9885, 13260, 9782, 10053, 7612, 14071, 8032, 10693, 7627, 10023, 7615, 11229, 7684, 9364, 7567, 8272, 8982, 7529, 13233, 9046, 10092, 7338, 8769, 7483, 14197, 8822, 12670, 8389, 11500, 7614, 8928, 7645, 9517, 7425, 9370, 7519, 14564, 7496, 11270, 7590], 'WindowCenter': [4601.0, 4595.0, 4538.0, 4451.0, 4456.0, 4456.0, 4453.0, 4431.0, 4442.0, 4471.0, 4430.0, 4491.0, 4442.0, 4482.0, 4432.0, 4452.0, 4444.0, 4444.0, 4444.0, 4443.0, 4445.0, 4484.0, 4472.0, 4506.0, 4445.0, 4485.0, 4460.0, 4485.0, 4445.0, 4482.0, 4456.0, 4477.0, 4446.0, 4486.0, 4448.0, 4495.0, 4448.0, 4486.0, 4459.0, 4506.0, 4461.0, 4500.0, 4478.0, 4471.0, 4472.0, 4472.0, 4493.0, 4503.0, 4490.0, 4509.0, 4522.0, 4456.0, 4478.0, 4458.0, 4458.0, 4529.0, 4470.0, 4514.0, 4481.0, 4458.0, 4448.0, 4498.0, 4445.0, 4529.0, 4460.0, 4495.0, 4469.0, 4488.0, 4458.0, 4477.0, 4456.0, 4459.0, 4476.0, 4458.0, 4467.0, 4457.0, 4458.0, 4469.0, 4498.0, 4470.0, 4529.0, 4479.0, 4497.0, 4458.0, 4526.0, 4447.0, 4506.0, 4459.0, 4487.0, 4449.0, 4501.0, 4460.0, 4486.0, 4448.0, 4458.0, 4529.0, 4470.0, 4529.0, 4480.0, 4505.0, 4448.0, 4474.0, 4432.0, 4444.0, 4506.0, 4446.0, 4529.0, 4467.0, 4515.0, 4442.0, 4477.0, 4446.0, 4446.0, 4473.0, 4435.0, 4515.0, 4447.0, 4492.0, 4446.0, 4475.0, 4447.0, 4467.0, 4448.0, 4487.0, 4477.0, 4486.0, 4443.0, 4445.0, 4453.0, 4448.0, 4517.0, 4457.0, 4527.0, 4476.0, 4514.0, 4445.0, 4496.0, 4457.0, 4477.0, 4448.0, 4505.0, 4448.0, 4486.0, 4447.0, 4468.0, 4448.0, 4476.0, 4497.0, 4487.0, 4444.0, 4444.0, 4485.0, 4444.0, 4515.0, 4444.0, 4524.0, 4505.0, 4587.0, 4475.0, 4472.0, 4477.0, 4471.0, 4511.0, 4471.0, 4500.0, 4461.0, 4459.0, 4468.0, 4542.0, 4492.0, 4508.0, 4475.0, 4519.0, 4465.0, 4476.0, 4456.0, 4497.0, 4460.0, 4497.0, 4471.0, 4508.0, 4469.0, 4483.0, 4433.0, 4456.0, 4449.0, 4467.0, 4446.0, 4510.0, 4455.0, 4466.0, 4445.0, 4445.0, 4466.0, 4446.0, 4505.0, 4445.0, 4488.0, 4461.0, 4457.0, 4471.0, 4458.0, 4472.0, 4462.0, 4474.0, 4463.0, 4540.0, 4512.0, 4555.0, 4536.0, 4604.0, 4557.0, 4557.0, 4475.0, 4531.0, 4539.0, 4543.0, 4514.0, 4472.0, 4480.0, 4461.0, 4507.0, 4472.0, 4537.0, 4472.0, 4556.0, 4500.0, 4474.0, 4471.0, 4474.0, 4512.0, 4500.0, 4511.0, 4498.0, 4488.0, 4433.0, 4456.0, 4434.0, 4455.0, 4495.0, 4454.0, 4509.0, 4445.0, 4431.0, 4433.0, 4442.0, 4457.0, 4468.0, 4478.0, 4483.0, 4488.0, 4447.0, 4465.0, 4450.0, 4479.0, 4475.0, 4502.0, 4453.0, 4452.0, 4531.0, 4485.0, 4462.0, 4472.0, 4510.0, 4501.0, 4543.0, 4521.0, 4518.0, 4460.0, 4518.0, 4460.0, 4520.0, 4468.0, 4505.0, 4447.0, 4434.0, 4436.0, 4476.0, 4438.0, 4500.0, 4459.0, 4487.0, 4459.0, 4499.0, 4447.0, 4481.0, 4459.0, 4448.0, 4448.0, 4462.0, 4473.0, 4523.0, 4461.0, 4521.0, 4459.0, 4479.0, 4449.0, 4458.0, 4472.0, 4462.0, 4514.0, 4484.0, 4536.0, 4493.0, 4532.0, 4463.0, 4504.0, 4502.0, 4460.0, 4458.0, 4459.0, 4481.0, 4488.0, 4471.0, 4500.0, 4470.0, 4488.0, 4479.0, 4449.0, 4497.0, 4446.0, 4456.0, 4450.0, 4522.0, 4522.0, 4556.0, 4489.0, 4467.0, 4478.0, 4508.0, 4475.0, 4474.0, 4436.0, 4446.0, 4446.0, 4497.0, 4459.0, 4509.0, 4446.0, 4488.0, 4457.0, 4505.0, 4432.0, 4431.0, 4435.0, 4459.0, 4480.0, 4471.0, 4492.0, 4461.0, 4460.0, 4469.0, 4518.0, 4499.0, 4517.0, 4495.0, 4473.0, 4419.0, 4421.0, 4462.0, 4431.0, 4492.0, 4435.0, 4473.0, 4433.0, 4442.0, 4443.0, 4432.0, 4434.0, 4432.0, 4448.0, 4445.0, 4467.0, 4455.0, 4436.0, 4445.0, 4474.0, 4434.0, 4507.0, 4444.0, 4497.0, 4445.0, 4465.0, 4434.0, 4433.0, 4463.0, 4435.0, 4493.0, 4446.0, 4485.0, 4446.0, 4465.0, 4445.0, 4455.0, 4436.0, 4445.0, 4495.0, 4444.0, 4507.0, 4459.0, 4456.0, 4445.0, 4493.0, 4446.0, 4477.0, 4446.0, 4458.0, 4447.0, 4458.0, 4447.0, 4456.0, 4507.0, 4457.0, 4518.0, 4478.0, 4505.0, 4448.0, 4474.0, 4455.0, 4456.0, 4478.0, 4449.0, 4517.0, 4469.0, 4489.0, 4460.0, 4505.0, 4447.0, 4468.0, 4448.0, 4448.0, 4449.0, 4467.0, 4460.0, 4468.0, 4456.0, 4469.0, 4539.0, 4479.0, 4520.0, 4465.0, 4509.0, 4449.0, 4507.0, 4446.0, 4456.0, 4497.0, 4446.0, 4486.0, 4435.0, 4465.0, 4435.0, 4516.0, 4455.0, 4477.0, 4447.0, 4489.0, 4447.0, 4446.0, 4435.0, 4447.0, 4525.0, 4459.0, 4497.0, 4456.0, 4478.0, 4445.0, 4447.0, 4495.0, 4434.0, 4493.0, 4445.0, 4462.0, 4447.0, 4467.0, 4447.0, 4467.0, 4477.0, 4473.0, 4496.0, 4432.0, 4431.0, 4410.0, 4420.0, 4424.0, 4419.0, 4421.0, 4463.0, 4424.0, 4460.0, 4423.0, 4470.0, 4433.0, 4491.0, 4434.0, 4476.0, 4437.0, 4479.0, 4402.0, 4464.0, 4440.0, 4488.0, 4443.0, 4491.0, 4462.0, 4491.0, 4430.0, 4451.0, 4470.0, 4430.0, 4512.0, 4441.0, 4461.0, 4430.0, 4433.0, 4432.0, 4459.0, 4434.0, 4495.0, 4446.0, 4474.0, 4457.0, 4483.0, 4442.0, 4465.0, 4471.0, 4443.0, 4505.0, 4477.0, 4509.0, 4463.0, 4439.0, 4422.0, 4406.0, 4407.0, 4459.0, 4459.0, 4478.0, 4471.0, 4464.0, 4494.0, 4453.0, 4441.0, 4445.0, 4513.0, 4504.0, 4506.0, 4516.0, 4462.0, 4524.0, 4444.0, 4482.0, 4433.0, 4431.0, 4416.0, 4420.0, 4420.0, 4433.0, 4432.0, 4434.0, 4506.0, 4454.0, 4474.0, 4443.0, 4476.0, 4454.0, 4453.0, 4434.0, 4445.0, 4487.0, 4447.0, 4497.0, 4446.0, 4475.0, 4457.0, 4487.0, 4447.0, 4458.0, 4505.0, 4458.0, 4454.0, 4446.0, 4518.0, 4445.0, 4497.0, 4456.0, 4456.0, 4445.0, 4446.0, 4446.0, 4448.0, 4516.0, 4458.0, 4498.0, 4480.0, 4528.0, 4458.0, 4488.0, 4447.0, 4468.0, 4461.0, 4446.0, 4460.0, 4528.0, 4468.0, 4484.0, 4476.0, 4465.0, 4443.0, 4446.0, 4447.0, 4434.0, 4496.0, 4446.0, 4504.0, 4465.0, 4477.0, 4442.0, 4434.0, 4442.0, 4516.0, 4455.0, 4495.0, 4465.0, 4493.0, 4444.0, 4472.0, 4434.0, 4464.0, 4445.0, 4444.0, 4444.0, 4463.0, 4444.0, 4456.0, 4455.0, 4458.0, 4469.0, 4457.0, 4445.0, 4475.0, 4446.0, 4444.0, 4460.0, 4457.0, 4497.0, 4458.0, 4446.0, 4457.0, 4447.0, 4455.0, 4528.0, 4469.0, 4507.0, 4480.0, 4497.0, 4447.0, 4473.0, 4454.0, 4495.0, 4458.0, 4477.0, 4446.0, 4499.0, 4444.0, 4475.0, 4444.0, 4466.0, 4456.0, 4456.0, 4454.0, 4466.0, 4444.0, 4447.0, 4505.0, 4454.0, 4505.0, 4455.0, 4495.0, 4456.0, 4477.0, 4454.0, 4476.0, 4444.0, 4457.0, 4499.0, 4445.0, 4478.0, 4445.0, 4464.0, 4443.0, 4484.0, 4447.0, 4475.0, 4446.0, 4496.0, 4447.0, 4465.0, 4448.0, 4477.0, 4497.0, 4457.0, 4483.0, 4458.0, 4443.0, 4445.0, 4437.0, 4447.0, 4515.0, 4456.0, 4494.0, 4489.0, 4506.0, 4446.0, 4485.0, 4445.0, 4456.0, 4463.0, 4436.0, 4484.0, 4442.0, 4431.0, 4435.0, 4504.0, 4447.0, 4496.0, 4446.0, 4474.0, 4487.0, 4509.0, 4477.0, 4469.0, 4472.0, 4458.0, 4457.0, 4499.0, 4458.0, 4468.0, 4460.0, 4507.0, 4448.0, 4489.0, 4447.0, 4499.0, 4467.0, 4508.0, 4448.0, 4477.0, 4458.0, 4448.0, 4495.0, 4490.0, 4478.0, 4447.0, 4447.0, 4444.0, 4485.0, 4448.0, 4527.0, 4486.0, 4509.0, 4457.0, 4465.0, 4444.0, 4493.0, 4445.0, 4466.0, 4457.0, 4445.0, 4434.0, 4434.0, 4445.0, 4434.0, 4492.0, 4446.0, 4493.0, 4447.0, 4485.0, 4447.0, 4446.0, 4448.0, 4487.0, 4448.0, 4455.0, 4508.0, 4446.0, 4506.0, 4457.0, 4518.0, 4447.0, 4486.0, 4456.0, 4448.0, 4505.0, 4468.0, 4486.0, 4445.0, 4495.0, 4442.0, 4476.0, 4454.0, 4446.0, 4445.0, 4448.0, 4437.0, 4447.0, 4517.0, 4446.0, 4487.0, 4447.0, 4446.0, 4489.0, 4447.0, 4486.0, 4446.0, 4487.0, 4448.0, 4448.0, 4506.0, 4449.0, 4478.0, 4446.0, 4494.0, 4448.0, 4459.0, 4499.0, 4447.0, 4530.0, 4447.0, 4494.0, 4445.0, 4456.0, 4455.0, 4449.0, 4516.0, 4449.0, 4477.0, 4447.0, 4496.0, 4449.0, 4483.0, 4453.0, 4435.0, 4408.0, 4407.0, 4409.0, 4407.0, 4421.0, 4454.0, 4431.0, 4484.0, 4462.0, 4481.0, 4451.0, 4448.0, 4409.0, 4428.0, 4491.0, 4459.0, 4501.0, 4473.0, 4490.0, 4432.0, 4544.0, 4486.0, 4500.0, 4466.0, 4446.0, 4443.0, 4477.0, 4457.0, 4467.0, 4448.0, 4459.0, 4458.0, 4462.0, 4504.0, 4555.0, 4522.0, 4477.0, 4446.0, 4445.0, 4445.0, 4539.0, 4467.0, 4503.0, 4464.0, 4493.0, 4457.0, 4474.0, 4445.0, 4453.0, 4436.0, 4456.0, 4475.0, 4446.0, 4445.0, 4455.0, 4434.0, 4436.0, 4494.0, 4447.0, 4506.0, 4457.0, 4481.0, 4433.0, 4463.0, 4445.0, 4445.0, 4431.0, 4433.0, 4518.0, 4444.0, 4497.0, 4444.0, 4445.0, 4445.0, 4521.0, 4449.0, 4469.0, 4447.0, 4486.0, 4447.0, 4476.0, 4447.0, 4447.0, 4475.0, 4437.0, 4503.0, 4457.0, 4487.0, 4447.0, 4446.0, 4437.0, 4516.0, 4459.0, 4487.0, 4464.0, 4509.0, 4446.0, 4466.0, 4446.0, 4469.0, 4457.0, 4476.0, 4451.0, 4486.0, 4474.0, 4460.0, 4499.0, 4475.0, 4470.0, 4478.0, 4446.0, 4457.0, 4506.0, 4456.0, 4529.0, 4487.0, 4518.0, 4466.0, 4488.0, 4437.0, 4445.0, 4418.0, 4416.0, 4422.0, 4440.0, 4433.0, 4462.0, 4458.0, 4494.0, 4478.0, 4541.0, 4472.0, 4477.0, 4443.0, 4432.0, 4517.0, 4456.0, 4493.0, 4467.0, 4448.0, 4489.0, 4450.0, 4458.0, 4461.0, 4519.0, 4477.0, 4486.0, 4485.0, 4466.0, 4475.0, 4419.0, 4461.0, 4467.0, 4472.0, 4461.0, 4459.0, 4461.0, 4448.0, 4465.0, 4459.0, 4478.0, 4461.0, 4519.0, 4492.0, 4531.0, 4495.0, 4520.0, 4473.0, 4512.0, 4470.0, 4491.0, 4447.0, 4467.0, 4461.0, 4499.0, 4449.0, 4463.0, 4443.0, 4498.0, 4445.0, 4485.0, 4444.0, 4482.0, 4432.0, 4496.0, 4449.0, 4508.0, 4457.0, 4485.0, 4456.0, 4483.0, 4449.0, 4480.0, 4446.0, 4456.0, 4450.0, 4497.0, 4448.0, 4465.0, 4445.0, 4449.0, 4509.0, 4447.0, 4497.0, 4446.0, 4475.0, 4436.0, 4514.0, 4456.0, 4486.0, 4464.0, 4456.0, 4462.0, 4435.0, 4434.0, 4446.0, 4516.0, 4456.0, 4486.0, 4443.0, 4487.0, 4436.0, 4433.0, 4454.0, 4434.0, 4516.0, 4447.0, 4485.0, 4457.0, 4485.0, 4445.0, 4455.0, 4494.0, 4461.0, 4535.0, 4461.0, 4466.0, 4449.0, 4444.0, 4458.0, 4464.0, 4456.0, 4461.0, 4462.0, 4461.0, 4471.0, 4458.0, 4456.0, 4448.0, 4538.0, 4488.0, 4497.0, 4505.0, 4498.0, 4446.0, 4434.0, 4517.0, 4446.0, 4509.0, 4446.0, 4465.0, 4447.0, 4477.0, 4460.0, 4469.0, 4496.0, 4448.0, 4498.0, 4453.0, 4464.0, 4436.0, 4512.0, 4444.0, 4487.0, 4455.0, 4465.0, 4504.0, 4465.0, 4463.0, 4443.0, 4504.0, 4446.0, 4487.0, 4445.0, 4460.0, 4445.0, 4485.0, 4443.0, 4465.0, 4444.0, 4455.0, 4467.0, 4445.0, 4507.0, 4467.0, 4472.0, 4435.0, 4453.0, 4447.0, 4517.0, 4467.0, 4494.0, 4457.0, 4483.0, 4446.0, 4464.0, 4445.0, 4477.0, 4448.0, 4464.0, 4447.0, 4517.0, 4447.0, 4486.0, 4446.0], 'WindowWidth': [10118.0, 10075.0, 9978.0, 9843.0, 9839.0, 9841.0, 9831.0, 9797.0, 9810.0, 9845.0, 9791.0, 9872.0, 9810.0, 9861.0, 9793.0, 9824.0, 9817.0, 9815.0, 9816.0, 9813.0, 9818.0, 9871.0, 9868.0, 9903.0, 9817.0, 9873.0, 9847.0, 9871.0, 9817.0, 9865.0, 9832.0, 9863.0, 9821.0, 9875.0, 9824.0, 9888.0, 9827.0, 9876.0, 9843.0, 9904.0, 9848.0, 9899.0, 9873.0, 9864.0, 9865.0, 9866.0, 9897.0, 9910.0, 9887.0, 9911.0, 9931.0, 9837.0, 9867.0, 9838.0, 9839.0, 9937.0, 9858.0, 9914.0, 9875.0, 9840.0, 9825.0, 9891.0, 9821.0, 9938.0, 9846.0, 9889.0, 9860.0, 9880.0, 9840.0, 9864.0, 9839.0, 9844.0, 9864.0, 9841.0, 9851.0, 9838.0, 9841.0, 9857.0, 9898.0, 9860.0, 9939.0, 9872.0, 9895.0, 9841.0, 9932.0, 9824.0, 9904.0, 9845.0, 9880.0, 9829.0, 9902.0, 9845.0, 9878.0, 9827.0, 9839.0, 9936.0, 9859.0, 9940.0, 9873.0, 9901.0, 9824.0, 9856.0, 9793.0, 9815.0, 9902.0, 9820.0, 9938.0, 9850.0, 9915.0, 9812.0, 9862.0, 9822.0, 9823.0, 9854.0, 9802.0, 9914.0, 9820.0, 9878.0, 9819.0, 9857.0, 9823.0, 9851.0, 9826.0, 9876.0, 9863.0, 9872.0, 9815.0, 9819.0, 9830.0, 9828.0, 9919.0, 9837.0, 9936.0, 9860.0, 9912.0, 9819.0, 9887.0, 9838.0, 9862.0, 9828.0, 9902.0, 9824.0, 9874.0, 9823.0, 9854.0, 9827.0, 9860.0, 9890.0, 9875.0, 9814.0, 9814.0, 9871.0, 9819.0, 9912.0, 9816.0, 9926.0, 9900.0, 10037.0, 9880.0, 9867.0, 9870.0, 9866.0, 9915.0, 9863.0, 9903.0, 9849.0, 9847.0, 9858.0, 9963.0, 9892.0, 9909.0, 9860.0, 9924.0, 9846.0, 9862.0, 9835.0, 9890.0, 9844.0, 9895.0, 9861.0, 9907.0, 9855.0, 9868.0, 9801.0, 9831.0, 9828.0, 9848.0, 9819.0, 9911.0, 9830.0, 9844.0, 9817.0, 9819.0, 9849.0, 9822.0, 9899.0, 9819.0, 9877.0, 9847.0, 9835.0, 9861.0, 9844.0, 9866.0, 9853.0, 9872.0, 9853.0, 9955.0, 9916.0, 9985.0, 9960.0, 10067.0, 10011.0, 9990.0, 9877.0, 9942.0, 9955.0, 9961.0, 9925.0, 9867.0, 9871.0, 9848.0, 9906.0, 9865.0, 9962.0, 9868.0, 10005.0, 9918.0, 9871.0, 9862.0, 9870.0, 9916.0, 9894.0, 9913.0, 9891.0, 9876.0, 9796.0, 9828.0, 9797.0, 9828.0, 9880.0, 9824.0, 9904.0, 9814.0, 9792.0, 9796.0, 9807.0, 9834.0, 9850.0, 9861.0, 9865.0, 9876.0, 9820.0, 9843.0, 9829.0, 9867.0, 9872.0, 9902.0, 9834.0, 9830.0, 9944.0, 9885.0, 9849.0, 9861.0, 9907.0, 9896.0, 9959.0, 9924.0, 9914.0, 9837.0, 9916.0, 9838.0, 9922.0, 9847.0, 9895.0, 9816.0, 9796.0, 9801.0, 9857.0, 9807.0, 9895.0, 9839.0, 9875.0, 9840.0, 9891.0, 9820.0, 9872.0, 9837.0, 9823.0, 9821.0, 9844.0, 9861.0, 9928.0, 9844.0, 9925.0, 9837.0, 9862.0, 9825.0, 9837.0, 9861.0, 9846.0, 9921.0, 9884.0, 9955.0, 9893.0, 9947.0, 9851.0, 9902.0, 9898.0, 9839.0, 9836.0, 9840.0, 9866.0, 9873.0, 9856.0, 9893.0, 9854.0, 9873.0, 9865.0, 9825.0, 9888.0, 9817.0, 9827.0, 9824.0, 9930.0, 9930.0, 9985.0, 9876.0, 9846.0, 9863.0, 9904.0, 9850.0, 9848.0, 9798.0, 9813.0, 9818.0, 9885.0, 9832.0, 9903.0, 9816.0, 9878.0, 9836.0, 9894.0, 9791.0, 9787.0, 9798.0, 9839.0, 9871.0, 9860.0, 9889.0, 9845.0, 9841.0, 9853.0, 9923.0, 9890.0, 9915.0, 9879.0, 9843.0, 9770.0, 9773.0, 9828.0, 9788.0, 9874.0, 9798.0, 9847.0, 9796.0, 9804.0, 9808.0, 9791.0, 9795.0, 9795.0, 9822.0, 9817.0, 9846.0, 9827.0, 9804.0, 9815.0, 9851.0, 9799.0, 9902.0, 9814.0, 9885.0, 9814.0, 9839.0, 9796.0, 9794.0, 9833.0, 9799.0, 9878.0, 9816.0, 9868.0, 9816.0, 9840.0, 9815.0, 9828.0, 9803.0, 9814.0, 9881.0, 9816.0, 9900.0, 9839.0, 9831.0, 9815.0, 9878.0, 9818.0, 9861.0, 9821.0, 9838.0, 9822.0, 9835.0, 9822.0, 9833.0, 9902.0, 9839.0, 9922.0, 9865.0, 9901.0, 9823.0, 9855.0, 9832.0, 9833.0, 9864.0, 9828.0, 9916.0, 9854.0, 9879.0, 9843.0, 9901.0, 9823.0, 9852.0, 9824.0, 9822.0, 9829.0, 9851.0, 9845.0, 9853.0, 9836.0, 9857.0, 9951.0, 9867.0, 9923.0, 9845.0, 9906.0, 9826.0, 9904.0, 9814.0, 9832.0, 9886.0, 9818.0, 9870.0, 9802.0, 9842.0, 9803.0, 9915.0, 9831.0, 9860.0, 9819.0, 9880.0, 9818.0, 9818.0, 9802.0, 9820.0, 9929.0, 9839.0, 9889.0, 9833.0, 9864.0, 9817.0, 9820.0, 9882.0, 9799.0, 9880.0, 9818.0, 9838.0, 9821.0, 9847.0, 9822.0, 9848.0, 9861.0, 9869.0, 9886.0, 9790.0, 9783.0, 9747.0, 9766.0, 9774.0, 9762.0, 9769.0, 9824.0, 9777.0, 9819.0, 9771.0, 9835.0, 9793.0, 9869.0, 9791.0, 9835.0, 9784.0, 9845.0, 9737.0, 9825.0, 9800.0, 9866.0, 9809.0, 9871.0, 9832.0, 9870.0, 9785.0, 9816.0, 9836.0, 9786.0, 9902.0, 9802.0, 9831.0, 9789.0, 9794.0, 9795.0, 9826.0, 9797.0, 9882.0, 9819.0, 9853.0, 9837.0, 9866.0, 9811.0, 9841.0, 9846.0, 9813.0, 9897.0, 9882.0, 9928.0, 9852.0, 9806.0, 9772.0, 9742.0, 9744.0, 9814.0, 9823.0, 9843.0, 9841.0, 9839.0, 9881.0, 9823.0, 9803.0, 9812.0, 9911.0, 9890.0, 9900.0, 9909.0, 9834.0, 9925.0, 9811.0, 9862.0, 9797.0, 9788.0, 9765.0, 9776.0, 9771.0, 9793.0, 9792.0, 9798.0, 9902.0, 9830.0, 9855.0, 9815.0, 9858.0, 9826.0, 9824.0, 9799.0, 9817.0, 9874.0, 9821.0, 9889.0, 9822.0, 9859.0, 9836.0, 9877.0, 9824.0, 9839.0, 9896.0, 9839.0, 9830.0, 9820.0, 9920.0, 9818.0, 9889.0, 9835.0, 9834.0, 9818.0, 9819.0, 9819.0, 9823.0, 9916.0, 9838.0, 9891.0, 9872.0, 9938.0, 9840.0, 9879.0, 9824.0, 9852.0, 9846.0, 9822.0, 9842.0, 9936.0, 9850.0, 9870.0, 9857.0, 9845.0, 9813.0, 9818.0, 9819.0, 9800.0, 9886.0, 9819.0, 9895.0, 9843.0, 9861.0, 9811.0, 9800.0, 9809.0, 9914.0, 9829.0, 9883.0, 9845.0, 9878.0, 9813.0, 9847.0, 9799.0, 9843.0, 9818.0, 9814.0, 9814.0, 9836.0, 9814.0, 9830.0, 9833.0, 9838.0, 9852.0, 9835.0, 9819.0, 9855.0, 9820.0, 9814.0, 9843.0, 9837.0, 9888.0, 9838.0, 9820.0, 9834.0, 9822.0, 9832.0, 9935.0, 9854.0, 9904.0, 9868.0, 9889.0, 9819.0, 9852.0, 9827.0, 9887.0, 9839.0, 9861.0, 9820.0, 9893.0, 9815.0, 9856.0, 9814.0, 9848.0, 9834.0, 9831.0, 9827.0, 9845.0, 9815.0, 9821.0, 9896.0, 9829.0, 9900.0, 9829.0, 9885.0, 9832.0, 9860.0, 9828.0, 9859.0, 9814.0, 9836.0, 9891.0, 9817.0, 9864.0, 9816.0, 9841.0, 9812.0, 9868.0, 9822.0, 9857.0, 9821.0, 9888.0, 9821.0, 9841.0, 9823.0, 9863.0, 9888.0, 9833.0, 9865.0, 9836.0, 9813.0, 9818.0, 9808.0, 9822.0, 9914.0, 9830.0, 9880.0, 9883.0, 9899.0, 9819.0, 9869.0, 9814.0, 9832.0, 9837.0, 9803.0, 9864.0, 9808.0, 9793.0, 9799.0, 9894.0, 9820.0, 9885.0, 9817.0, 9856.0, 9895.0, 9929.0, 9882.0, 9859.0, 9867.0, 9839.0, 9836.0, 9898.0, 9840.0, 9849.0, 9843.0, 9905.0, 9825.0, 9880.0, 9824.0, 9894.0, 9850.0, 9903.0, 9826.0, 9863.0, 9836.0, 9822.0, 9881.0, 9883.0, 9862.0, 9821.0, 9821.0, 9816.0, 9872.0, 9823.0, 9929.0, 9872.0, 9904.0, 9830.0, 9841.0, 9813.0, 9879.0, 9817.0, 9845.0, 9833.0, 9814.0, 9797.0, 9797.0, 9812.0, 9797.0, 9876.0, 9818.0, 9881.0, 9820.0, 9871.0, 9821.0, 9819.0, 9823.0, 9875.0, 9821.0, 9832.0, 9902.0, 9818.0, 9901.0, 9832.0, 9916.0, 9818.0, 9870.0, 9830.0, 9822.0, 9895.0, 9848.0, 9870.0, 9812.0, 9881.0, 9808.0, 9858.0, 9829.0, 9817.0, 9815.0, 9823.0, 9805.0, 9819.0, 9915.0, 9816.0, 9874.0, 9821.0, 9817.0, 9877.0, 9819.0, 9871.0, 9818.0, 9872.0, 9824.0, 9823.0, 9898.0, 9827.0, 9863.0, 9820.0, 9884.0, 9824.0, 9840.0, 9892.0, 9822.0, 9936.0, 9821.0, 9881.0, 9817.0, 9833.0, 9833.0, 9826.0, 9913.0, 9827.0, 9861.0, 9820.0, 9887.0, 9826.0, 9881.0, 9820.0, 9796.0, 9748.0, 9741.0, 9747.0, 9739.0, 9771.0, 9816.0, 9783.0, 9859.0, 9827.0, 9851.0, 9809.0, 9797.0, 9749.0, 9779.0, 9865.0, 9821.0, 9881.0, 9847.0, 9868.0, 9792.0, 9968.0, 9893.0, 9899.0, 9844.0, 9818.0, 9812.0, 9862.0, 9835.0, 9845.0, 9823.0, 9841.0, 9839.0, 9847.0, 9910.0, 9981.0, 9933.0, 9861.0, 9819.0, 9817.0, 9815.0, 9945.0, 9842.0, 9891.0, 9837.0, 9879.0, 9829.0, 9851.0, 9813.0, 9822.0, 9802.0, 9829.0, 9853.0, 9816.0, 9814.0, 9824.0, 9799.0, 9801.0, 9875.0, 9817.0, 9900.0, 9830.0, 9859.0, 9795.0, 9834.0, 9812.0, 9810.0, 9788.0, 9796.0, 9913.0, 9810.0, 9884.0, 9811.0, 9812.0, 9818.0, 9926.0, 9823.0, 9854.0, 9820.0, 9869.0, 9817.0, 9854.0, 9817.0, 9817.0, 9852.0, 9803.0, 9890.0, 9830.0, 9873.0, 9817.0, 9816.0, 9805.0, 9916.0, 9836.0, 9871.0, 9839.0, 9905.0, 9817.0, 9843.0, 9818.0, 9852.0, 9834.0, 9860.0, 9830.0, 9873.0, 9871.0, 9844.0, 9896.0, 9874.0, 9861.0, 9864.0, 9819.0, 9834.0, 9897.0, 9832.0, 9938.0, 9872.0, 9919.0, 9844.0, 9879.0, 9807.0, 9815.0, 9766.0, 9759.0, 9778.0, 9801.0, 9794.0, 9834.0, 9838.0, 9883.0, 9861.0, 9961.0, 9863.0, 9862.0, 9809.0, 9793.0, 9913.0, 9829.0, 9877.0, 9848.0, 9820.0, 9880.0, 9829.0, 9838.0, 9846.0, 9921.0, 9858.0, 9869.0, 9863.0, 9839.0, 9848.0, 9767.0, 9848.0, 9864.0, 9861.0, 9847.0, 9842.0, 9847.0, 9822.0, 9842.0, 9841.0, 9866.0, 9844.0, 9922.0, 9886.0, 9942.0, 9900.0, 9925.0, 9863.0, 9918.0, 9862.0, 9882.0, 9819.0, 9843.0, 9841.0, 9894.0, 9823.0, 9835.0, 9810.0, 9886.0, 9815.0, 9867.0, 9807.0, 9858.0, 9790.0, 9882.0, 9823.0, 9901.0, 9832.0, 9867.0, 9829.0, 9863.0, 9824.0, 9867.0, 9819.0, 9827.0, 9829.0, 9886.0, 9820.0, 9842.0, 9812.0, 9824.0, 9906.0, 9820.0, 9888.0, 9818.0, 9854.0, 9802.0, 9910.0, 9831.0, 9872.0, 9840.0, 9829.0, 9833.0, 9797.0, 9797.0, 9813.0, 9912.0, 9832.0, 9870.0, 9808.0, 9873.0, 9800.0, 9796.0, 9821.0, 9798.0, 9913.0, 9819.0, 9867.0, 9833.0, 9867.0, 9813.0, 9827.0, 9876.0, 9847.0, 9959.0, 9848.0, 9849.0, 9828.0, 9814.0, 9836.0, 9841.0, 9832.0, 9850.0, 9851.0, 9847.0, 9860.0, 9839.0, 9835.0, 9824.0, 9952.0, 9878.0, 9888.0, 9894.0, 9888.0, 9815.0, 9797.0, 9913.0, 9815.0, 9903.0, 9817.0, 9840.0, 9821.0, 9856.0, 9847.0, 9855.0, 9881.0, 9821.0, 9890.0, 9825.0, 9837.0, 9802.0, 9903.0, 9813.0, 9873.0, 9829.0, 9840.0, 9892.0, 9840.0, 9834.0, 9810.0, 9893.0, 9817.0, 9873.0, 9816.0, 9830.0, 9813.0, 9865.0, 9810.0, 9840.0, 9813.0, 9830.0, 9847.0, 9815.0, 9898.0, 9846.0, 9849.0, 9802.0, 9825.0, 9820.0, 9917.0, 9847.0, 9881.0, 9833.0, 9865.0, 9818.0, 9840.0, 9815.0, 9862.0, 9825.0, 9841.0, 9820.0, 9916.0, 9821.0, 9872.0, 9819.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.0016485825410544512</td></tr>
<tr><td colspan=3>aqi</td><td>0.02946623863439931</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.64352887550167</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1642258714878901</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006551490882354</td></tr>
<tr><td colspan=3>efc</td><td>0.5166</td></tr>
<tr><td colspan=3>fber</td><td>4174.7705</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1437130819939697</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>198</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.11322385479689</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.525592356792901</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.37884976146562</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7173643897584387</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.480562919154645</td></tr>
<tr><td colspan=3>gcor</td><td>0.0099517</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008190598338842392</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.054044269025325775</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</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.149247520886618</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.0209</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.4978</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>258.2587</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293329.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1287.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>473.523</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6742</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.1612</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3675.8701</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3799.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4873.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.5822</td></tr>
<tr><td colspan=3>tsnr</td><td>30.79867446795106</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>