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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:06:37.040000</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.999168, -0.0406831, 0.0029094, 0.0390828, 0.975383, 0.217026]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0977639</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7900, -7245, 463, -101, -401, 243, 171]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>38d2f592-5584-43e4-ad64-888572f95630||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.680694341659546, 0.10485620051622391, 0.03150107339024544, 107.20270538330078], [0.10914991050958633, 2.616881847381592, 0.5851747989654541, -115.46586608886719], [0.007805697154253721, -0.5822641253471375, 2.6356360912323, -46.68244552612305], [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': ['100637.040000', '100637.500000', '100637.960000', '100638.420000', '100638.880000', '100639.340000', '100639.800000', '100640.260000', '100640.720000', '100641.180000', '100641.640000', '100642.100000', '100642.560000', '100643.020000', '100643.480000', '100643.940000', '100644.400000', '100644.860000', '100645.320000', '100645.780000', '100646.240000', '100646.700000', '100647.160000', '100647.620000', '100648.080000', '100648.540000', '100649.000000', '100649.460000', '100649.920000', '100650.380000', '100650.840000', '100651.300000', '100651.760000', '100652.220000', '100652.680000', '100653.140000', '100653.600000', '100654.060000', '100654.520000', '100654.980000', '100655.440000', '100655.900000', '100656.360000', '100656.820000', '100657.280000', '100657.740000', '100658.200000', '100658.660000', '100659.120000', '100659.580000', '100700.040000', '100700.500000', '100700.960000', '100701.420000', '100701.880000', '100702.340000', '100702.800000', '100703.260000', '100703.720000', '100704.180000', '100704.640000', '100705.100000', '100705.560000', '100706.020000', '100706.480000', '100706.940000', '100707.400000', '100707.860000', '100708.320000', '100708.780000', '100709.240000', '100709.700000', '100710.160000', '100710.620000', '100711.080000', '100711.540000', '100712.000000', '100712.460000', '100712.920000', '100713.380000', '100713.840000', '100714.300000', '100714.760000', '100715.220000', '100715.680000', '100716.140000', '100716.600000', '100717.060000', '100717.520000', '100717.980000', '100718.440000', '100718.900000', '100719.360000', '100719.820000', '100720.280000', '100720.740000', '100721.200000', '100721.660000', '100722.120000', '100722.580000', '100723.040000', '100723.500000', '100723.960000', '100724.420000', '100724.880000', '100725.340000', '100725.800000', '100726.260000', '100726.720000', '100727.180000', '100727.640000', '100728.100000', '100728.560000', '100729.020000', '100729.480000', '100729.940000', '100730.400000', '100730.860000', '100731.320000', '100731.780000', '100732.240000', '100732.700000', '100733.160000', '100733.620000', '100734.080000', '100734.540000', '100735.000000', '100735.460000', '100735.920000', '100736.380000', '100736.840000', '100737.300000', '100737.760000', '100738.220000', '100738.680000', '100739.140000', '100739.600000', '100740.060000', '100740.520000', '100740.980000', '100741.440000', '100741.900000', '100742.360000', '100742.820000', '100743.280000', '100743.740000', '100744.200000', '100744.660000', '100745.120000', '100745.580000', '100746.040000', '100746.500000', '100746.960000', '100747.420000', '100747.880000', '100748.340000', '100748.800000', '100749.260000', '100749.720000', '100750.180000', '100750.640000', '100751.100000', '100751.560000', '100752.020000', '100752.480000', '100752.940000', '100753.400000', '100753.860000', '100754.320000', '100754.780000', '100755.240000', '100755.700000', '100756.160000', '100756.620000', '100757.080000', '100757.540000', '100758.000000', '100758.460000', '100758.920000', '100759.380000', '100759.840000', '100800.300000', '100800.760000', '100801.220000', '100801.680000', '100802.140000', '100802.600000', '100803.060000', '100803.520000', '100803.980000', '100804.440000', '100804.900000', '100805.360000', '100805.820000', '100806.280000', '100806.740000', '100807.200000', '100807.660000', '100808.120000', '100808.580000', '100809.040000', '100809.500000', '100809.960000', '100810.420000', '100810.880000', '100811.340000', '100811.800000', '100812.260000', '100812.720000', '100813.180000', '100813.640000', '100814.100000', '100814.560000', '100815.020000', '100815.480000', '100815.940000', '100816.400000', '100816.860000', '100817.320000', '100817.780000', '100818.240000', '100818.700000', '100819.160000', '100819.620000', '100820.080000', '100820.540000', '100821.000000', '100821.460000', '100821.920000', '100822.380000', '100822.840000', '100823.300000', '100823.760000', '100824.220000', '100824.680000', '100825.140000', '100825.600000', '100826.060000', '100826.520000', '100826.980000', '100827.440000', '100827.900000', '100828.360000', '100828.820000', '100829.280000', '100829.740000', '100830.200000', '100830.660000', '100831.120000', '100831.580000', '100832.040000', '100832.500000', '100832.960000', '100833.420000', '100833.880000', '100834.340000', '100834.800000', '100835.260000', '100835.720000', '100836.180000', '100836.640000', '100837.100000', '100837.560000', '100838.020000', '100838.480000', '100838.940000', '100839.400000', '100839.860000', '100840.320000', '100840.780000', '100841.240000', '100841.700000', '100842.160000', '100842.620000', '100843.080000', '100843.540000', '100844.000000', '100844.460000', '100844.920000', '100845.380000', '100845.840000', '100846.300000', '100846.760000', '100847.220000', '100847.680000', '100848.140000', '100848.600000', '100849.060000', '100849.520000', '100849.980000', '100850.440000', '100850.900000', '100851.360000', '100851.820000', '100852.280000', '100852.740000', '100853.200000', '100853.660000', '100854.120000', '100854.580000', '100855.040000', '100855.500000', '100855.960000', '100856.420000', '100856.880000', '100857.340000', '100857.800000', '100858.260000', '100858.720000', '100859.180000', '100859.640000', '100900.100000', '100900.560000', '100901.020000', '100901.480000', '100901.940000', '100902.400000', '100902.860000', '100903.320000', '100903.780000', '100904.240000', '100904.700000', '100905.160000', '100905.620000', '100906.080000', '100906.540000', '100907.000000', '100907.460000', '100907.920000', '100908.380000', '100908.840000', '100909.300000', '100909.760000', '100910.220000', '100910.680000', '100911.140000', '100911.600000', '100912.060000', '100912.520000', '100912.980000', '100913.440000', '100913.900000', '100914.360000', '100914.820000', '100915.280000', '100915.740000', '100916.200000', '100916.660000', '100917.120000', '100917.580000', '100918.040000', '100918.500000', '100918.960000', '100919.420000', '100919.880000', '100920.340000', '100920.800000', '100921.260000', '100921.720000', '100922.180000', '100922.640000', '100923.100000', '100923.560000', '100924.020000', '100924.480000', '100924.940000', '100925.400000', '100925.860000', '100926.320000', '100926.780000', '100927.240000', '100927.700000', '100928.160000', '100928.620000', '100929.080000', '100929.540000', '100930.000000', '100930.460000', '100930.920000', '100931.380000', '100931.840000', '100932.300000', '100932.760000', '100933.220000', '100933.680000', '100934.140000', '100934.600000', '100935.060000', '100935.520000', '100935.980000', '100936.440000', '100936.900000', '100937.360000', '100937.820000', '100938.280000', '100938.740000', '100939.200000', '100939.660000', '100940.120000', '100940.580000', '100941.040000', '100941.500000', '100941.960000', '100942.420000', '100942.880000', '100943.340000', '100943.800000', '100944.260000', '100944.720000', '100945.180000', '100945.640000', '100946.100000', '100946.560000', '100947.020000', '100947.480000', '100947.940000', '100948.400000', '100948.860000', '100949.320000', '100949.780000', '100950.240000', '100950.700000', '100951.160000', '100951.620000', '100952.080000', '100952.540000', '100953.000000', '100953.460000', '100953.920000', '100954.380000', '100954.840000', '100955.300000', '100955.760000', '100956.220000', '100956.680000', '100957.140000', '100957.600000', '100958.060000', '100958.520000', '100958.980000', '100959.440000', '100959.900000', '101000.360000', '101000.820000', '101001.280000', '101001.740000', '101002.200000', '101002.660000', '101003.120000', '101003.580000', '101004.040000', '101004.500000', '101004.960000', '101005.420000', '101005.880000', '101006.340000', '101006.800000', '101007.260000', '101007.720000', '101008.180000', '101008.640000', '101009.100000', '101009.560000', '101010.020000', '101010.480000', '101010.940000', '101011.400000', '101011.860000', '101012.320000', '101012.780000', '101013.240000', '101013.700000', '101014.160000', '101014.620000', '101015.080000', '101015.540000', '101016.000000', '101016.460000', '101016.920000', '101017.380000', '101017.840000', '101018.300000', '101018.760000', '101019.220000', '101019.680000', '101020.140000', '101020.600000', '101021.060000', '101021.520000', '101021.980000', '101022.440000', '101022.900000', '101023.360000', '101023.820000', '101024.280000', '101024.740000', '101025.200000', '101025.660000', '101026.120000', '101026.580000', '101027.040000', '101027.500000', '101027.960000', '101028.420000', '101028.880000', '101029.340000', '101029.800000', '101030.260000', '101030.720000', '101031.180000', '101031.640000', '101032.100000', '101032.560000', '101033.020000', '101033.480000', '101033.940000', '101034.400000', '101034.860000', '101035.320000', '101035.780000', '101036.240000', '101036.700000', '101037.160000', '101037.620000', '101038.080000', '101038.540000', '101039.000000', '101039.460000', '101039.920000', '101040.380000', '101040.840000', '101041.300000', '101041.760000', '101042.220000', '101042.680000', '101043.140000', '101043.600000', '101044.060000', '101044.520000', '101044.980000', '101045.440000', '101045.900000', '101046.360000', '101046.820000', '101047.280000', '101047.740000', '101048.200000', '101048.660000', '101049.120000', '101049.580000', '101050.040000', '101050.500000', '101050.960000', '101051.420000', '101051.880000', '101052.340000', '101052.800000', '101053.260000', '101053.720000', '101054.180000', '101054.640000', '101055.100000', '101055.560000', '101056.020000', '101056.480000', '101056.940000', '101057.400000', '101057.860000', '101058.320000', '101058.780000', '101059.240000', '101059.700000', '101100.160000', '101100.620000', '101101.080000', '101101.540000', '101102.000000', '101102.460000', '101102.920000', '101103.380000', '101103.840000', '101104.300000', '101104.760000', '101105.220000', '101105.680000', '101106.140000', '101106.600000', '101107.060000', '101107.520000', '101107.980000', '101108.440000', '101108.900000', '101109.360000', '101109.820000', '101110.280000', '101110.740000', '101111.200000', '101111.660000', '101112.120000', '101112.580000', '101113.040000', '101113.500000', '101113.960000', '101114.420000', '101114.880000', '101115.340000', '101115.800000', '101116.260000', '101116.720000', '101117.180000', '101117.640000', '101118.100000', '101118.560000', '101119.020000', '101119.480000', '101119.940000', '101120.400000', '101120.860000', '101121.320000', '101121.780000', '101122.240000', '101122.700000', '101123.160000', '101123.620000', '101124.080000', '101124.540000', '101125.000000', '101125.460000', '101125.920000', '101126.380000', '101126.840000', '101127.300000', '101127.760000', '101128.220000', '101128.680000', '101129.140000', '101129.600000', '101130.060000', '101130.520000', '101130.980000', '101131.440000', '101131.900000', '101132.360000', '101132.820000', '101133.280000', '101133.740000', '101134.200000', '101134.660000', '101135.120000', '101135.580000', '101136.040000', '101136.500000', '101136.960000', '101137.420000', '101137.880000', '101138.340000', '101138.800000', '101139.260000', '101139.720000', '101140.180000', '101140.640000', '101141.100000', '101141.560000', '101142.020000', '101142.480000', '101142.940000', '101143.400000', '101143.860000', '101144.320000', '101144.780000', '101145.240000', '101145.700000', '101146.160000', '101146.620000', '101147.080000', '101147.540000', '101148.000000', '101148.460000', '101148.920000', '101149.380000', '101149.840000', '101150.300000', '101150.760000', '101151.220000', '101151.680000', '101152.140000', '101152.600000', '101153.060000', '101153.520000', '101153.980000', '101154.440000', '101154.900000', '101155.360000', '101155.820000', '101156.280000', '101156.740000', '101157.200000', '101157.660000', '101158.120000', '101158.580000', '101159.040000', '101159.500000', '101159.960000', '101200.420000', '101200.880000', '101201.340000', '101201.800000', '101202.260000', '101202.720000', '101203.180000', '101203.640000', '101204.100000', '101204.560000', '101205.020000', '101205.480000', '101205.940000', '101206.400000', '101206.860000', '101207.320000', '101207.780000', '101208.240000', '101208.700000', '101209.160000', '101209.620000', '101210.080000', '101210.540000', '101211.000000', '101211.460000', '101211.920000', '101212.380000', '101212.840000', '101213.300000', '101213.760000', '101214.220000', '101214.680000', '101215.140000', '101215.600000', '101216.060000', '101216.520000', '101216.980000', '101217.440000', '101217.900000', '101218.360000', '101218.820000', '101219.280000', '101219.740000', '101220.200000', '101220.660000', '101221.120000', '101221.580000', '101222.040000', '101222.500000', '101222.960000', '101223.420000', '101223.880000', '101224.340000', '101224.800000', '101225.260000', '101225.720000', '101226.180000', '101226.640000', '101227.100000', '101227.560000', '101228.020000', '101228.480000', '101228.940000', '101229.400000', '101229.860000', '101230.320000', '101230.780000', '101231.240000', '101231.700000', '101232.160000', '101232.620000', '101233.080000', '101233.540000', '101234.000000', '101234.460000', '101234.920000', '101235.380000', '101235.840000', '101236.300000', '101236.760000', '101237.220000', '101237.680000', '101238.140000', '101238.600000', '101239.060000', '101239.520000', '101239.980000', '101240.440000', '101240.900000', '101241.360000', '101241.820000', '101242.280000', '101242.740000', '101243.200000', '101243.660000', '101244.120000', '101244.580000', '101245.040000', '101245.500000', '101245.960000', '101246.420000', '101246.880000', '101247.340000', '101247.800000', '101248.260000', '101248.720000', '101249.180000', '101249.640000', '101250.100000', '101250.560000', '101251.020000', '101251.480000', '101251.940000', '101252.400000', '101252.860000', '101253.320000', '101253.780000', '101254.240000', '101254.700000', '101255.160000', '101255.620000', '101256.080000', '101256.540000', '101257.000000', '101257.460000', '101257.920000', '101258.380000', '101258.840000', '101259.300000', '101259.760000', '101300.220000', '101300.680000', '101301.140000', '101301.600000', '101302.060000', '101302.520000', '101302.980000', '101303.440000', '101303.900000', '101304.360000', '101304.820000', '101305.280000', '101305.740000', '101306.200000', '101306.660000', '101307.120000', '101307.580000', '101308.040000', '101308.500000', '101308.960000', '101309.420000', '101309.880000', '101310.340000', '101310.800000', '101311.260000', '101311.720000', '101312.180000', '101312.640000', '101313.100000', '101313.560000', '101314.020000', '101314.480000', '101314.940000', '101315.400000', '101315.860000', '101316.320000', '101316.780000', '101317.240000', '101317.700000', '101318.160000', '101318.620000', '101319.080000', '101319.540000', '101320.000000', '101320.460000', '101320.920000', '101321.380000', '101321.840000', '101322.300000', '101322.760000', '101323.220000', '101323.680000', '101324.140000', '101324.600000', '101325.060000', '101325.520000', '101325.980000', '101326.440000', '101326.900000', '101327.360000', '101327.820000', '101328.280000', '101328.740000', '101329.200000', '101329.660000', '101330.120000', '101330.580000', '101331.040000', '101331.500000', '101331.960000', '101332.420000', '101332.880000', '101333.340000', '101333.800000', '101334.260000', '101334.720000', '101335.180000', '101335.640000', '101336.100000', '101336.560000', '101337.020000', '101337.480000', '101337.940000', '101338.400000', '101338.860000', '101339.320000', '101339.780000', '101340.240000', '101340.700000', '101341.160000', '101341.620000', '101342.080000', '101342.540000', '101343.000000', '101343.460000', '101343.920000', '101344.380000', '101344.840000', '101345.300000', '101345.760000', '101346.220000', '101346.680000', '101347.140000', '101347.600000', '101348.060000', '101348.520000', '101348.980000', '101349.440000', '101349.900000', '101350.360000', '101350.820000', '101351.280000', '101351.740000', '101352.200000', '101352.660000', '101353.120000', '101353.580000', '101354.040000', '101354.500000', '101354.960000', '101355.420000', '101355.880000', '101356.340000', '101356.800000', '101357.260000', '101357.720000', '101358.180000', '101358.640000', '101359.100000', '101359.560000', '101400.020000', '101400.480000', '101400.940000', '101401.400000', '101401.860000', '101402.320000', '101402.780000', '101403.240000', '101403.700000', '101404.160000', '101404.620000', '101405.080000', '101405.540000', '101406.000000', '101406.460000', '101406.920000', '101407.380000', '101407.840000', '101408.300000', '101408.760000', '101409.220000', '101409.680000', '101410.140000', '101410.600000', '101411.060000', '101411.520000', '101411.980000', '101412.440000', '101412.900000', '101413.360000', '101413.820000', '101414.280000', '101414.740000', '101415.200000', '101415.660000', '101416.120000', '101416.580000', '101417.040000', '101417.500000', '101417.960000', '101418.420000', '101418.880000', '101419.340000', '101419.800000', '101420.260000', '101420.720000', '101421.180000', '101421.640000', '101422.100000', '101422.560000', '101423.020000', '101423.480000', '101423.940000', '101424.400000', '101424.860000', '101425.320000', '101425.780000', '101426.240000', '101426.700000', '101427.160000', '101427.620000', '101428.080000', '101428.540000', '101429.000000', '101429.460000', '101429.920000', '101430.380000', '101430.840000', '101431.300000', '101431.760000', '101432.220000', '101432.680000', '101433.140000', '101433.600000', '101434.060000', '101434.520000', '101434.980000', '101435.440000', '101435.900000', '101436.360000', '101436.820000', '101437.280000', '101437.740000', '101438.200000', '101438.660000', '101439.120000', '101439.580000', '101440.040000', '101440.500000', '101440.960000', '101441.420000', '101441.880000', '101442.340000', '101442.800000', '101443.260000', '101443.720000', '101444.180000', '101444.640000', '101445.100000', '101445.560000', '101446.020000', '101446.480000', '101446.940000', '101447.400000', '101447.860000', '101448.320000', '101448.780000', '101449.240000', '101449.700000', '101450.160000', '101450.620000', '101451.080000', '101451.540000', '101452.000000', '101452.460000', '101452.920000', '101453.380000', '101453.840000', '101454.300000', '101454.760000', '101455.220000', '101455.680000', '101456.140000', '101456.600000', '101457.060000', '101457.520000', '101457.980000', '101458.440000', '101458.900000', '101459.360000', '101459.820000', '101500.280000', '101500.740000', '101501.200000', '101501.660000', '101502.120000', '101502.580000', '101503.040000', '101503.500000', '101503.960000', '101504.420000', '101504.880000', '101505.340000', '101505.800000', '101506.260000', '101506.720000', '101507.180000', '101507.640000', '101508.100000', '101508.560000', '101509.020000', '101509.480000', '101509.940000', '101510.400000', '101510.860000', '101511.320000', '101511.780000', '101512.240000', '101512.700000', '101513.160000', '101513.620000', '101514.080000', '101514.540000', '101515.000000', '101515.460000', '101515.920000', '101516.380000', '101516.840000', '101517.300000', '101517.760000', '101518.220000', '101518.680000', '101519.140000', '101519.600000', '101520.060000', '101520.520000', '101520.980000', '101521.440000', '101521.900000', '101522.360000', '101522.820000', '101523.280000', '101523.740000', '101524.200000', '101524.660000', '101525.120000', '101525.580000', '101526.040000', '101526.500000', '101526.960000', '101527.420000', '101527.880000', '101528.340000', '101528.800000', '101529.260000'], 'ContentTime': ['100706.399000', '100706.403000', '100706.406000', '100706.409000', '100706.411000', '100706.414000', '100706.416000', '100706.419000', '100706.422000', '100706.424000', '100706.427000', '100706.429000', '100706.432000', '100706.435000', '100706.437000', '100706.440000', '100706.442000', '100706.445000', '100706.447000', '100706.450000', '100706.452000', '100706.455000', '100706.457000', '100706.460000', '100706.462000', '100706.467000', '100706.470000', '100706.472000', '100706.475000', '100706.477000', '100706.480000', '100706.482000', '100706.485000', '100706.487000', '100706.490000', '100706.492000', '100706.495000', '100706.498000', '100706.501000', '100706.503000', '100706.506000', '100706.514000', '100706.516000', '100706.519000', '100706.521000', '100706.524000', '100706.526000', '100706.529000', '100706.531000', '100706.534000', '100706.537000', '100706.539000', '100706.542000', '100706.544000', '100706.547000', '100706.549000', '100706.552000', '100706.555000', '100706.557000', '100706.560000', '100706.562000', '100726.340000', '100726.343000', '100726.346000', '100726.348000', '100726.351000', '100726.354000', '100726.356000', '100726.359000', '100726.361000', '100726.364000', '100726.367000', '100726.369000', '100726.372000', '100726.374000', '100726.377000', '100726.379000', '100726.382000', '100726.384000', '100726.387000', '100726.390000', '100726.392000', '100726.395000', '100726.397000', '100726.400000', '100726.402000', '100726.405000', '100726.408000', '100726.410000', '100726.413000', '100726.415000', '100726.418000', '100726.420000', '100726.423000', '100726.425000', '100726.428000', '100726.431000', '100726.433000', '100726.436000', '100726.438000', '100726.441000', '100726.444000', '100726.446000', '100726.449000', '100746.340000', '100746.343000', '100746.346000', '100746.348000', '100746.351000', '100746.354000', '100746.356000', '100746.359000', '100746.361000', '100746.364000', '100746.367000', '100746.369000', '100746.372000', '100746.374000', '100746.377000', '100746.379000', '100746.382000', '100746.385000', '100746.387000', '100746.390000', '100746.392000', '100746.395000', '100746.398000', '100746.400000', '100746.403000', '100746.405000', '100746.408000', '100746.410000', '100746.413000', '100746.416000', '100746.418000', '100746.421000', '100746.423000', '100746.426000', '100746.428000', '100746.431000', '100746.434000', '100746.436000', '100746.439000', '100746.441000', '100746.444000', '100746.447000', '100746.449000', '100746.452000', '100806.340000', '100806.342000', '100806.345000', '100806.348000', '100806.350000', '100806.353000', '100806.355000', '100806.358000', '100806.361000', '100806.363000', '100806.366000', '100806.369000', '100806.371000', '100806.374000', '100806.376000', '100806.379000', '100806.381000', '100806.384000', '100806.387000', '100806.389000', '100806.392000', '100806.395000', '100806.397000', '100806.400000', '100806.402000', '100806.405000', '100806.408000', '100806.410000', '100806.413000', '100806.415000', '100806.418000', '100806.421000', '100806.423000', '100806.426000', '100806.428000', '100806.431000', '100806.434000', '100806.436000', '100806.439000', '100806.441000', '100806.444000', '100806.446000', '100806.449000', '100826.340000', '100826.343000', '100826.346000', '100826.348000', '100826.351000', '100826.354000', '100826.356000', '100826.359000', '100826.361000', '100826.364000', '100826.367000', '100826.369000', '100826.372000', '100826.374000', '100826.377000', '100826.380000', '100826.382000', '100826.385000', '100826.387000', '100826.390000', '100826.393000', '100826.395000', '100826.398000', '100826.400000', '100826.403000', '100826.406000', '100826.408000', '100826.411000', '100826.413000', '100826.416000', '100826.418000', '100826.421000', '100826.424000', '100826.426000', '100826.429000', '100826.447000', '100826.450000', '100826.453000', '100826.455000', '100826.458000', '100826.460000', '100826.463000', '100826.465000', '100826.468000', '100846.340000', '100846.343000', '100846.346000', '100846.348000', '100846.351000', '100846.354000', '100846.356000', '100846.359000', '100846.361000', '100846.364000', '100846.367000', '100846.369000', '100846.372000', '100846.375000', '100846.377000', '100846.380000', '100846.382000', '100846.385000', '100846.388000', '100846.390000', '100846.393000', '100846.395000', '100846.398000', '100846.401000', '100846.403000', '100846.406000', '100846.408000', '100846.411000', '100846.414000', '100846.416000', '100846.419000', '100846.421000', '100846.424000', '100846.427000', '100846.429000', '100846.432000', '100846.434000', '100846.437000', '100846.439000', '100846.442000', '100846.445000', '100846.447000', '100846.450000', '100906.341000', '100906.343000', '100906.346000', '100906.349000', '100906.351000', '100906.354000', '100906.356000', '100906.359000', '100906.362000', '100906.364000', '100906.367000', '100906.369000', '100906.372000', '100906.375000', '100906.377000', '100906.380000', '100906.383000', '100906.385000', '100906.388000', '100906.391000', '100906.393000', '100906.396000', '100906.399000', '100906.401000', '100906.404000', '100906.406000', '100906.409000', '100906.412000', '100906.414000', '100906.417000', '100906.419000', '100906.422000', '100906.425000', '100906.427000', '100906.430000', '100906.433000', '100906.435000', '100906.438000', '100906.440000', '100906.443000', '100906.446000', '100906.448000', '100906.451000', '100906.453000', '100926.341000', '100926.343000', '100926.346000', '100926.349000', '100926.351000', '100926.354000', '100926.356000', '100926.359000', '100926.362000', '100926.364000', '100926.367000', '100926.369000', '100926.372000', '100926.375000', '100926.377000', '100926.380000', '100926.383000', '100926.385000', '100926.388000', '100926.390000', '100926.393000', '100926.395000', '100926.398000', '100926.401000', '100926.403000', '100926.406000', '100926.408000', '100926.411000', '100926.414000', '100926.416000', '100926.419000', '100926.422000', '100926.424000', '100926.427000', '100926.429000', '100926.432000', '100926.435000', '100926.437000', '100926.440000', '100926.442000', '100926.445000', '100926.447000', '100926.450000', '100946.340000', '100946.343000', '100946.346000', '100946.348000', '100946.351000', '100946.354000', '100946.356000', '100946.359000', '100946.361000', '100946.364000', '100946.367000', '100946.369000', '100946.372000', '100946.374000', '100946.377000', '100946.380000', '100946.382000', '100946.385000', '100946.388000', '100946.390000', '100946.393000', '100946.395000', '100946.398000', '100946.401000', '100946.403000', '100946.406000', '100946.408000', '100946.411000', '100946.414000', '100946.416000', '100946.419000', '100946.421000', '100946.424000', '100946.427000', '100946.429000', '100946.432000', '100946.434000', '100946.437000', '100946.440000', '100946.442000', '100946.445000', '100946.447000', '100946.450000', '100946.453000', '101006.340000', '101006.343000', '101006.346000', '101006.349000', '101006.351000', '101006.354000', '101006.356000', '101006.359000', '101006.362000', '101006.364000', '101006.367000', '101006.369000', '101006.372000', '101006.374000', '101006.377000', '101006.380000', '101006.383000', '101006.385000', '101006.388000', '101006.390000', '101006.393000', '101006.395000', '101006.398000', '101006.401000', '101006.403000', '101006.406000', '101006.408000', '101006.411000', '101006.414000', '101006.416000', '101006.431000', '101006.434000', '101006.437000', '101006.439000', '101006.442000', '101006.444000', '101006.447000', '101006.449000', '101006.452000', '101006.455000', '101006.457000', '101006.460000', '101006.462000', '101026.339000', '101026.342000', '101026.345000', '101026.347000', '101026.350000', '101026.353000', '101026.355000', '101026.358000', '101026.360000', '101026.363000', '101026.367000', '101026.370000', '101026.373000', '101026.375000', '101026.378000', '101026.381000', '101026.383000', '101026.386000', '101026.388000', '101026.391000', '101026.393000', '101026.396000', '101026.399000', '101026.401000', '101026.404000', '101026.406000', '101026.409000', '101026.411000', '101026.414000', '101026.417000', '101026.419000', '101026.422000', '101026.425000', '101026.427000', '101026.430000', '101026.432000', '101026.435000', '101026.437000', '101026.440000', '101026.443000', '101026.445000', '101026.448000', '101026.450000', '101046.340000', '101046.343000', '101046.346000', '101046.349000', '101046.351000', '101046.354000', '101046.356000', '101046.359000', '101046.362000', '101046.364000', '101046.367000', '101046.369000', '101046.372000', '101046.375000', '101046.377000', '101046.380000', '101046.383000', '101046.385000', '101046.388000', '101046.390000', '101046.393000', '101046.396000', '101046.398000', '101046.401000', '101046.403000', '101046.406000', '101046.409000', '101046.411000', '101046.421000', '101046.424000', '101046.426000', '101046.429000', '101046.431000', '101046.434000', '101046.437000', '101046.439000', '101046.442000', '101046.444000', '101046.447000', '101046.449000', '101046.452000', '101046.455000', '101046.457000', '101046.460000', '101106.341000', '101106.343000', '101106.346000', '101106.349000', '101106.351000', '101106.354000', '101106.356000', '101106.359000', '101106.362000', '101106.365000', '101106.368000', '101106.371000', '101106.374000', '101106.376000', '101106.379000', '101106.381000', '101106.384000', '101106.387000', '101106.389000', '101106.392000', '101106.394000', '101106.397000', '101106.400000', '101106.402000', '101106.405000', '101106.407000', '101106.410000', '101106.412000', '101106.415000', '101106.418000', '101106.420000', '101106.423000', '101106.425000', '101106.428000', '101106.431000', '101106.433000', '101106.436000', '101106.438000', '101106.441000', '101106.443000', '101106.446000', '101106.449000', '101106.451000', '101126.341000', '101126.343000', '101126.346000', '101126.349000', '101126.351000', '101126.354000', '101126.357000', '101126.359000', '101126.362000', '101126.364000', '101126.367000', '101126.370000', '101126.372000', '101126.375000', '101126.377000', '101126.380000', '101126.383000', '101126.385000', '101126.388000', '101126.390000', '101126.393000', '101126.396000', '101126.398000', '101126.401000', '101126.403000', '101126.406000', '101126.409000', '101126.411000', '101126.414000', '101126.417000', '101126.419000', '101126.422000', '101126.424000', '101126.427000', '101126.429000', '101126.432000', '101126.435000', '101126.437000', '101126.440000', '101126.442000', '101126.445000', '101126.464000', '101126.466000', '101126.469000', '101146.340000', '101146.343000', '101146.346000', '101146.349000', '101146.352000', '101146.355000', '101146.358000', '101146.361000', '101146.363000', '101146.366000', '101146.369000', '101146.371000', '101146.374000', '101146.376000', '101146.379000', '101146.382000', '101146.384000', '101146.387000', '101146.389000', '101146.392000', '101146.395000', '101146.397000', '101146.400000', '101146.402000', '101146.407000', '101146.409000', '101146.412000', '101146.415000', '101146.417000', '101146.420000', '101146.423000', '101146.425000', '101146.428000', '101146.430000', '101146.433000', '101146.436000', '101146.438000', '101146.441000', '101146.443000', '101146.446000', '101146.448000', '101146.451000', '101146.454000', '101206.340000', '101206.343000', '101206.346000', '101206.349000', '101206.353000', '101206.356000', '101206.359000', '101206.361000', '101206.364000', '101206.369000', '101206.372000', '101206.375000', '101206.377000', '101206.380000', '101206.383000', '101206.385000', '101206.388000', '101206.390000', '101206.393000', '101206.396000', '101206.398000', '101206.401000', '101206.403000', '101206.406000', '101206.409000', '101206.411000', '101206.414000', '101206.417000', '101206.419000', '101206.422000', '101206.424000', '101206.427000', '101206.430000', '101206.432000', '101206.435000', '101206.437000', '101206.440000', '101206.443000', '101206.445000', '101206.448000', '101206.450000', '101206.453000', '101206.456000', '101206.458000', '101226.341000', '101226.343000', '101226.346000', '101226.348000', '101226.351000', '101226.354000', '101226.356000', '101226.359000', '101226.362000', '101226.365000', '101226.368000', '101226.371000', '101226.373000', '101226.376000', '101226.379000', '101226.381000', '101226.384000', '101226.386000', '101226.389000', '101226.392000', '101226.394000', '101226.397000', '101226.399000', '101226.402000', '101226.405000', '101226.407000', '101226.410000', '101226.412000', '101226.415000', '101226.418000', '101226.420000', '101226.423000', '101226.425000', '101226.428000', '101226.430000', '101226.433000', '101226.435000', '101226.438000', '101226.441000', '101226.443000', '101226.446000', '101226.448000', '101226.451000', '101246.340000', '101246.342000', '101246.345000', '101246.348000', '101246.350000', '101246.353000', '101246.355000', '101246.358000', '101246.361000', '101246.363000', '101246.366000', '101246.368000', '101246.371000', '101246.374000', '101246.376000', '101246.379000', '101246.381000', '101246.384000', '101246.387000', '101246.390000', '101246.392000', '101246.395000', '101246.397000', '101246.400000', '101246.403000', '101246.405000', '101246.408000', '101246.411000', '101246.414000', '101246.417000', '101246.420000', '101246.422000', '101246.425000', '101246.428000', '101246.431000', '101246.433000', '101246.436000', '101246.439000', '101246.442000', '101246.445000', '101246.447000', '101246.450000', '101246.453000', '101246.455000', '101306.340000', '101306.343000', '101306.346000', '101306.349000', '101306.351000', '101306.354000', '101306.356000', '101306.359000', '101306.384000', '101306.386000', '101306.389000', '101306.392000', '101306.394000', '101306.397000', '101306.399000', '101306.402000', '101306.404000', '101306.407000', '101306.410000', '101306.412000', '101306.415000', '101306.417000', '101306.420000', '101306.423000', '101306.425000', '101306.428000', '101306.431000', '101306.434000', '101306.437000', '101306.440000', '101306.442000', '101306.446000', '101306.449000', '101306.452000', '101306.454000', '101306.457000', '101306.459000', '101306.462000', '101306.465000', '101306.467000', '101306.470000', '101306.472000', '101306.475000', '101326.342000', '101326.344000', '101326.347000', '101326.350000', '101326.352000', '101326.355000', '101326.358000', '101326.360000', '101326.363000', '101326.366000', '101326.368000', '101326.371000', '101326.374000', '101326.402000', '101326.405000', '101326.408000', '101326.410000', '101326.413000', '101326.416000', '101326.418000', '101326.421000', '101326.424000', '101326.426000', '101326.429000', '101326.432000', '101326.434000', '101326.437000', '101326.439000', '101326.442000', '101326.445000', '101326.447000', '101326.450000', '101326.452000', '101326.455000', '101326.458000', '101326.460000', '101326.463000', '101326.466000', '101326.468000', '101326.471000', '101326.473000', '101326.476000', '101326.479000', '101326.481000', '101346.341000', '101346.344000', '101346.346000', '101346.349000', '101346.351000', '101346.354000', '101346.357000', '101346.359000', '101346.362000', '101346.364000', '101346.367000', '101346.369000', '101346.372000', '101346.375000', '101346.377000', '101346.380000', '101346.382000', '101346.385000', '101346.388000', '101346.390000', '101346.393000', '101346.395000', '101346.398000', '101346.401000', '101346.403000', '101346.406000', '101346.408000', '101346.411000', '101346.413000', '101346.416000', '101346.419000', '101346.421000', '101346.424000', '101346.426000', '101346.429000', '101346.432000', '101346.435000', '101346.438000', '101346.441000', '101346.444000', '101346.446000', '101346.449000', '101346.451000', '101406.341000', '101406.343000', '101406.346000', '101406.349000', '101406.351000', '101406.354000', '101406.357000', '101406.359000', '101406.362000', '101406.364000', '101406.367000', '101406.370000', '101406.372000', '101406.375000', '101406.377000', '101406.380000', '101406.383000', '101406.385000', '101406.388000', '101406.391000', '101406.393000', '101406.396000', '101406.399000', '101406.401000', '101406.404000', '101406.406000', '101406.409000', '101406.411000', '101406.414000', '101406.417000', '101406.419000', '101406.422000', '101406.425000', '101406.427000', '101406.430000', '101406.432000', '101406.435000', '101406.438000', '101406.440000', '101406.443000', '101406.445000', '101406.448000', '101406.450000', '101406.453000', '101426.341000', '101426.343000', '101426.346000', '101426.349000', '101426.351000', '101426.363000', '101426.366000', '101426.368000', '101426.371000', '101426.374000', '101426.376000', '101426.379000', '101426.381000', '101426.384000', '101426.387000', '101426.389000', '101426.392000', '101426.395000', '101426.397000', '101426.400000', '101426.402000', '101426.405000', '101426.408000', '101426.410000', '101426.413000', '101426.415000', '101426.418000', '101426.421000', '101426.423000', '101426.426000', '101426.429000', '101426.431000', '101426.434000', '101426.436000', '101426.439000', '101426.442000', '101426.444000', '101426.447000', '101426.449000', '101426.452000', '101426.455000', '101426.457000', '101426.460000', '101446.341000', '101446.343000', '101446.346000', '101446.349000', '101446.351000', '101446.354000', '101446.356000', '101446.359000', '101446.362000', '101446.364000', '101446.367000', '101446.369000', '101446.372000', '101446.375000', '101446.377000', '101446.380000', '101446.382000', '101446.385000', '101446.387000', '101446.390000', '101446.393000', '101446.395000', '101446.398000', '101446.400000', '101446.403000', '101446.406000', '101446.408000', '101446.411000', '101446.413000', '101446.416000', '101446.418000', '101446.421000', '101446.424000', '101446.426000', '101446.429000', '101446.431000', '101446.434000', '101446.437000', '101446.439000', '101446.442000', '101446.444000', '101446.447000', '101446.449000', '101446.452000', '101506.340000', '101506.342000', '101506.345000', '101506.348000', '101506.351000', '101506.353000', '101506.356000', '101506.358000', '101506.361000', '101506.364000', '101506.366000', '101506.369000', '101506.371000', '101506.374000', '101506.377000', '101506.379000', '101506.382000', '101506.384000', '101506.387000', '101506.390000', '101506.392000', '101506.395000', '101506.397000', '101506.400000', '101506.403000', '101506.405000', '101506.408000', '101506.410000', '101506.413000', '101506.415000', '101506.418000', '101506.421000', '101506.423000', '101506.426000', '101506.429000', '101506.431000', '101506.434000', '101506.437000', '101506.440000', '101506.443000', '101506.446000', '101506.448000', '101506.451000', '101526.341000', '101526.343000', '101526.346000', '101526.349000', '101526.351000', '101526.354000', '101526.357000', '101526.359000', '101526.362000', '101526.364000', '101526.367000', '101526.370000', '101526.372000', '101526.375000', '101526.377000', '101526.380000', '101526.382000', '101526.385000', '101526.388000', '101526.390000', '101526.393000', '101526.396000', '101526.398000', '101526.401000', '101526.403000', '101526.406000', '101526.408000', '101526.411000', '101526.414000', '101526.416000', '101526.419000', '101526.422000', '101526.424000', '101526.427000', '101526.429000', '101526.432000', '101526.434000', '101526.437000', '101526.440000', '101526.442000', '101526.445000', '101526.447000', '101526.450000', '101526.452000', '101530.832000', '101530.835000', '101530.838000', '101530.841000', '101530.844000', '101530.847000', '101530.849000', '101530.852000', '101530.855000', '101530.857000'], 'InstanceCreationTime': ['100706.399000', '100706.403000', '100706.406000', '100706.409000', '100706.411000', '100706.414000', '100706.416000', '100706.419000', '100706.422000', '100706.424000', '100706.427000', '100706.429000', '100706.432000', '100706.435000', '100706.437000', '100706.440000', '100706.442000', '100706.445000', '100706.447000', '100706.450000', '100706.452000', '100706.455000', '100706.457000', '100706.460000', '100706.462000', '100706.467000', '100706.470000', '100706.472000', '100706.475000', '100706.477000', '100706.480000', '100706.482000', '100706.485000', '100706.487000', '100706.490000', '100706.492000', '100706.495000', '100706.498000', '100706.501000', '100706.503000', '100706.506000', '100706.514000', '100706.516000', '100706.519000', '100706.521000', '100706.524000', '100706.526000', '100706.529000', '100706.531000', '100706.534000', '100706.537000', '100706.539000', '100706.542000', '100706.544000', '100706.547000', '100706.549000', '100706.552000', '100706.555000', '100706.557000', '100706.560000', '100706.562000', '100726.340000', '100726.343000', '100726.346000', '100726.348000', '100726.351000', '100726.354000', '100726.356000', '100726.359000', '100726.361000', '100726.364000', '100726.367000', '100726.369000', '100726.372000', '100726.374000', '100726.377000', '100726.379000', '100726.382000', '100726.384000', '100726.387000', '100726.390000', '100726.392000', '100726.395000', '100726.397000', '100726.400000', '100726.402000', '100726.405000', '100726.408000', '100726.410000', '100726.413000', '100726.415000', '100726.418000', '100726.420000', '100726.423000', '100726.425000', '100726.428000', '100726.431000', '100726.433000', '100726.436000', '100726.438000', '100726.441000', '100726.444000', '100726.446000', '100726.449000', '100746.340000', '100746.343000', '100746.346000', '100746.348000', '100746.351000', '100746.354000', '100746.356000', '100746.359000', '100746.361000', '100746.364000', '100746.367000', '100746.369000', '100746.372000', '100746.374000', '100746.377000', '100746.379000', '100746.382000', '100746.385000', '100746.387000', '100746.390000', '100746.392000', '100746.395000', '100746.398000', '100746.400000', '100746.403000', '100746.405000', '100746.408000', '100746.410000', '100746.413000', '100746.416000', '100746.418000', '100746.421000', '100746.423000', '100746.426000', '100746.428000', '100746.431000', '100746.434000', '100746.436000', '100746.439000', '100746.441000', '100746.444000', '100746.447000', '100746.449000', '100746.452000', '100806.340000', '100806.342000', '100806.345000', '100806.348000', '100806.350000', '100806.353000', '100806.355000', '100806.358000', '100806.361000', '100806.363000', '100806.366000', '100806.369000', '100806.371000', '100806.374000', '100806.376000', '100806.379000', '100806.381000', '100806.384000', '100806.387000', '100806.389000', '100806.392000', '100806.395000', '100806.397000', '100806.400000', '100806.402000', '100806.405000', '100806.408000', '100806.410000', '100806.413000', '100806.415000', '100806.418000', '100806.421000', '100806.423000', '100806.426000', '100806.428000', '100806.431000', '100806.434000', '100806.436000', '100806.439000', '100806.441000', '100806.444000', '100806.446000', '100806.449000', '100826.340000', '100826.343000', '100826.346000', '100826.348000', '100826.351000', '100826.354000', '100826.356000', '100826.359000', '100826.361000', '100826.364000', '100826.367000', '100826.369000', '100826.372000', '100826.374000', '100826.377000', '100826.380000', '100826.382000', '100826.385000', '100826.387000', '100826.390000', '100826.393000', '100826.395000', '100826.398000', '100826.400000', '100826.403000', '100826.406000', '100826.408000', '100826.411000', '100826.413000', '100826.416000', '100826.418000', '100826.421000', '100826.424000', '100826.426000', '100826.429000', '100826.447000', '100826.450000', '100826.453000', '100826.455000', '100826.458000', '100826.460000', '100826.463000', '100826.465000', '100826.468000', '100846.340000', '100846.343000', '100846.346000', '100846.348000', '100846.351000', '100846.354000', '100846.356000', '100846.359000', '100846.361000', '100846.364000', '100846.367000', '100846.369000', '100846.372000', '100846.375000', '100846.377000', '100846.380000', '100846.382000', '100846.385000', '100846.388000', '100846.390000', '100846.393000', '100846.395000', '100846.398000', '100846.401000', '100846.403000', '100846.406000', '100846.408000', '100846.411000', '100846.414000', '100846.416000', '100846.419000', '100846.421000', '100846.424000', '100846.427000', '100846.429000', '100846.432000', '100846.434000', '100846.437000', '100846.439000', '100846.442000', '100846.445000', '100846.447000', '100846.450000', '100906.341000', '100906.343000', '100906.346000', '100906.349000', '100906.351000', '100906.354000', '100906.356000', '100906.359000', '100906.362000', '100906.364000', '100906.367000', '100906.369000', '100906.372000', '100906.375000', '100906.377000', '100906.380000', '100906.383000', '100906.385000', '100906.388000', '100906.391000', '100906.393000', '100906.396000', '100906.399000', '100906.401000', '100906.404000', '100906.406000', '100906.409000', '100906.412000', '100906.414000', '100906.417000', '100906.419000', '100906.422000', '100906.425000', '100906.427000', '100906.430000', '100906.433000', '100906.435000', '100906.438000', '100906.440000', '100906.443000', '100906.446000', '100906.448000', '100906.451000', '100906.453000', '100926.341000', '100926.343000', '100926.346000', '100926.349000', '100926.351000', '100926.354000', '100926.356000', '100926.359000', '100926.362000', '100926.364000', '100926.367000', '100926.369000', '100926.372000', '100926.375000', '100926.377000', '100926.380000', '100926.383000', '100926.385000', '100926.388000', '100926.390000', '100926.393000', '100926.395000', '100926.398000', '100926.401000', '100926.403000', '100926.406000', '100926.408000', '100926.411000', '100926.414000', '100926.416000', '100926.419000', '100926.422000', '100926.424000', '100926.427000', '100926.429000', '100926.432000', '100926.435000', '100926.437000', '100926.440000', '100926.442000', '100926.445000', '100926.447000', '100926.450000', '100946.340000', '100946.343000', '100946.346000', '100946.348000', '100946.351000', '100946.354000', '100946.356000', '100946.359000', '100946.361000', '100946.364000', '100946.367000', '100946.369000', '100946.372000', '100946.374000', '100946.377000', '100946.380000', '100946.382000', '100946.385000', '100946.388000', '100946.390000', '100946.393000', '100946.395000', '100946.398000', '100946.401000', '100946.403000', '100946.406000', '100946.408000', '100946.411000', '100946.414000', '100946.416000', '100946.419000', '100946.421000', '100946.424000', '100946.427000', '100946.429000', '100946.432000', '100946.434000', '100946.437000', '100946.440000', '100946.442000', '100946.445000', '100946.447000', '100946.450000', '100946.453000', '101006.340000', '101006.343000', '101006.346000', '101006.349000', '101006.351000', '101006.354000', '101006.356000', '101006.359000', '101006.362000', '101006.364000', '101006.367000', '101006.369000', '101006.372000', '101006.374000', '101006.377000', '101006.380000', '101006.383000', '101006.385000', '101006.388000', '101006.390000', '101006.393000', '101006.395000', '101006.398000', '101006.401000', '101006.403000', '101006.406000', '101006.408000', '101006.411000', '101006.414000', '101006.416000', '101006.431000', '101006.434000', '101006.437000', '101006.439000', '101006.442000', '101006.444000', '101006.447000', '101006.449000', '101006.452000', '101006.455000', '101006.457000', '101006.460000', '101006.462000', '101026.339000', '101026.342000', '101026.345000', '101026.347000', '101026.350000', '101026.353000', '101026.355000', '101026.358000', '101026.360000', '101026.363000', '101026.367000', '101026.370000', '101026.373000', '101026.375000', '101026.378000', '101026.381000', '101026.383000', '101026.386000', '101026.388000', '101026.391000', '101026.393000', '101026.396000', '101026.399000', '101026.401000', '101026.404000', '101026.406000', '101026.409000', '101026.411000', '101026.414000', '101026.417000', '101026.419000', '101026.422000', '101026.425000', '101026.427000', '101026.430000', '101026.432000', '101026.435000', '101026.437000', '101026.440000', '101026.443000', '101026.445000', '101026.448000', '101026.450000', '101046.340000', '101046.343000', '101046.346000', '101046.349000', '101046.351000', '101046.354000', '101046.356000', '101046.359000', '101046.362000', '101046.364000', '101046.367000', '101046.369000', '101046.372000', '101046.375000', '101046.377000', '101046.380000', '101046.383000', '101046.385000', '101046.388000', '101046.390000', '101046.393000', '101046.396000', '101046.398000', '101046.401000', '101046.403000', '101046.406000', '101046.409000', '101046.411000', '101046.421000', '101046.424000', '101046.426000', '101046.429000', '101046.431000', '101046.434000', '101046.437000', '101046.439000', '101046.442000', '101046.444000', '101046.447000', '101046.449000', '101046.452000', '101046.455000', '101046.457000', '101046.460000', '101106.341000', '101106.343000', '101106.346000', '101106.349000', '101106.351000', '101106.354000', '101106.356000', '101106.359000', '101106.362000', '101106.365000', '101106.368000', '101106.371000', '101106.374000', '101106.376000', '101106.379000', '101106.381000', '101106.384000', '101106.387000', '101106.389000', '101106.392000', '101106.394000', '101106.397000', '101106.400000', '101106.402000', '101106.405000', '101106.407000', '101106.410000', '101106.412000', '101106.415000', '101106.418000', '101106.420000', '101106.423000', '101106.425000', '101106.428000', '101106.431000', '101106.433000', '101106.436000', '101106.438000', '101106.441000', '101106.443000', '101106.446000', '101106.449000', '101106.451000', '101126.341000', '101126.343000', '101126.346000', '101126.349000', '101126.351000', '101126.354000', '101126.357000', '101126.359000', '101126.362000', '101126.364000', '101126.367000', '101126.370000', '101126.372000', '101126.375000', '101126.377000', '101126.380000', '101126.383000', '101126.385000', '101126.388000', '101126.390000', '101126.393000', '101126.396000', '101126.398000', '101126.401000', '101126.403000', '101126.406000', '101126.409000', '101126.411000', '101126.414000', '101126.417000', '101126.419000', '101126.422000', '101126.424000', '101126.427000', '101126.429000', '101126.432000', '101126.435000', '101126.437000', '101126.440000', '101126.442000', '101126.445000', '101126.464000', '101126.466000', '101126.469000', '101146.340000', '101146.343000', '101146.346000', '101146.349000', '101146.352000', '101146.355000', '101146.358000', '101146.361000', '101146.363000', '101146.366000', '101146.369000', '101146.371000', '101146.374000', '101146.376000', '101146.379000', '101146.382000', '101146.384000', '101146.387000', '101146.389000', '101146.392000', '101146.395000', '101146.397000', '101146.400000', '101146.402000', '101146.407000', '101146.409000', '101146.412000', '101146.415000', '101146.417000', '101146.420000', '101146.423000', '101146.425000', '101146.428000', '101146.430000', '101146.433000', '101146.436000', '101146.438000', '101146.441000', '101146.443000', '101146.446000', '101146.448000', '101146.451000', '101146.454000', '101206.340000', '101206.343000', '101206.346000', '101206.349000', '101206.353000', '101206.356000', '101206.359000', '101206.361000', '101206.364000', '101206.369000', '101206.372000', '101206.375000', '101206.377000', '101206.380000', '101206.383000', '101206.385000', '101206.388000', '101206.390000', '101206.393000', '101206.396000', '101206.398000', '101206.401000', '101206.403000', '101206.406000', '101206.409000', '101206.411000', '101206.414000', '101206.417000', '101206.419000', '101206.422000', '101206.424000', '101206.427000', '101206.430000', '101206.432000', '101206.435000', '101206.437000', '101206.440000', '101206.443000', '101206.445000', '101206.448000', '101206.450000', '101206.453000', '101206.456000', '101206.458000', '101226.341000', '101226.343000', '101226.346000', '101226.348000', '101226.351000', '101226.354000', '101226.356000', '101226.359000', '101226.362000', '101226.365000', '101226.368000', '101226.371000', '101226.373000', '101226.376000', '101226.379000', '101226.381000', '101226.384000', '101226.386000', '101226.389000', '101226.392000', '101226.394000', '101226.397000', '101226.399000', '101226.402000', '101226.405000', '101226.407000', '101226.410000', '101226.412000', '101226.415000', '101226.418000', '101226.420000', '101226.423000', '101226.425000', '101226.428000', '101226.430000', '101226.433000', '101226.435000', '101226.438000', '101226.441000', '101226.443000', '101226.446000', '101226.448000', '101226.451000', '101246.340000', '101246.342000', '101246.345000', '101246.348000', '101246.350000', '101246.353000', '101246.355000', '101246.358000', '101246.361000', '101246.363000', '101246.366000', '101246.368000', '101246.371000', '101246.374000', '101246.376000', '101246.379000', '101246.381000', '101246.384000', '101246.387000', '101246.390000', '101246.392000', '101246.395000', '101246.397000', '101246.400000', '101246.403000', '101246.405000', '101246.408000', '101246.411000', '101246.414000', '101246.417000', '101246.420000', '101246.422000', '101246.425000', '101246.428000', '101246.431000', '101246.433000', '101246.436000', '101246.439000', '101246.442000', '101246.445000', '101246.447000', '101246.450000', '101246.453000', '101246.455000', '101306.340000', '101306.343000', '101306.346000', '101306.349000', '101306.351000', '101306.354000', '101306.356000', '101306.359000', '101306.384000', '101306.386000', '101306.389000', '101306.392000', '101306.394000', '101306.397000', '101306.399000', '101306.402000', '101306.404000', '101306.407000', '101306.410000', '101306.412000', '101306.415000', '101306.417000', '101306.420000', '101306.423000', '101306.425000', '101306.428000', '101306.431000', '101306.434000', '101306.437000', '101306.440000', '101306.442000', '101306.446000', '101306.449000', '101306.452000', '101306.454000', '101306.457000', '101306.459000', '101306.462000', '101306.465000', '101306.467000', '101306.470000', '101306.472000', '101306.475000', '101326.342000', '101326.344000', '101326.347000', '101326.350000', '101326.352000', '101326.355000', '101326.358000', '101326.360000', '101326.363000', '101326.366000', '101326.368000', '101326.371000', '101326.374000', '101326.402000', '101326.405000', '101326.408000', '101326.410000', '101326.413000', '101326.416000', '101326.418000', '101326.421000', '101326.424000', '101326.426000', '101326.429000', '101326.432000', '101326.434000', '101326.437000', '101326.439000', '101326.442000', '101326.445000', '101326.447000', '101326.450000', '101326.452000', '101326.455000', '101326.458000', '101326.460000', '101326.463000', '101326.466000', '101326.468000', '101326.471000', '101326.473000', '101326.476000', '101326.479000', '101326.481000', '101346.341000', '101346.344000', '101346.346000', '101346.349000', '101346.351000', '101346.354000', '101346.357000', '101346.359000', '101346.362000', '101346.364000', '101346.367000', '101346.369000', '101346.372000', '101346.375000', '101346.377000', '101346.380000', '101346.382000', '101346.385000', '101346.388000', '101346.390000', '101346.393000', '101346.395000', '101346.398000', '101346.401000', '101346.403000', '101346.406000', '101346.408000', '101346.411000', '101346.413000', '101346.416000', '101346.419000', '101346.421000', '101346.424000', '101346.426000', '101346.429000', '101346.432000', '101346.435000', '101346.438000', '101346.441000', '101346.444000', '101346.446000', '101346.449000', '101346.451000', '101406.341000', '101406.343000', '101406.346000', '101406.349000', '101406.351000', '101406.354000', '101406.357000', '101406.359000', '101406.362000', '101406.364000', '101406.367000', '101406.370000', '101406.372000', '101406.375000', '101406.377000', '101406.380000', '101406.383000', '101406.385000', '101406.388000', '101406.391000', '101406.393000', '101406.396000', '101406.399000', '101406.401000', '101406.404000', '101406.406000', '101406.409000', '101406.411000', '101406.414000', '101406.417000', '101406.419000', '101406.422000', '101406.425000', '101406.427000', '101406.430000', '101406.432000', '101406.435000', '101406.438000', '101406.440000', '101406.443000', '101406.445000', '101406.448000', '101406.450000', '101406.453000', '101426.341000', '101426.343000', '101426.346000', '101426.349000', '101426.351000', '101426.363000', '101426.366000', '101426.368000', '101426.371000', '101426.374000', '101426.376000', '101426.379000', '101426.381000', '101426.384000', '101426.387000', '101426.389000', '101426.392000', '101426.395000', '101426.397000', '101426.400000', '101426.402000', '101426.405000', '101426.408000', '101426.410000', '101426.413000', '101426.415000', '101426.418000', '101426.421000', '101426.423000', '101426.426000', '101426.429000', '101426.431000', '101426.434000', '101426.436000', '101426.439000', '101426.442000', '101426.444000', '101426.447000', '101426.449000', '101426.452000', '101426.455000', '101426.457000', '101426.460000', '101446.341000', '101446.343000', '101446.346000', '101446.349000', '101446.351000', '101446.354000', '101446.356000', '101446.359000', '101446.362000', '101446.364000', '101446.367000', '101446.369000', '101446.372000', '101446.375000', '101446.377000', '101446.380000', '101446.382000', '101446.385000', '101446.387000', '101446.390000', '101446.393000', '101446.395000', '101446.398000', '101446.400000', '101446.403000', '101446.406000', '101446.408000', '101446.411000', '101446.413000', '101446.416000', '101446.418000', '101446.421000', '101446.424000', '101446.426000', '101446.429000', '101446.431000', '101446.434000', '101446.437000', '101446.439000', '101446.442000', '101446.444000', '101446.447000', '101446.449000', '101446.452000', '101506.340000', '101506.342000', '101506.345000', '101506.348000', '101506.351000', '101506.353000', '101506.356000', '101506.358000', '101506.361000', '101506.364000', '101506.366000', '101506.369000', '101506.371000', '101506.374000', '101506.377000', '101506.379000', '101506.382000', '101506.384000', '101506.387000', '101506.390000', '101506.392000', '101506.395000', '101506.397000', '101506.400000', '101506.403000', '101506.405000', '101506.408000', '101506.410000', '101506.413000', '101506.415000', '101506.418000', '101506.421000', '101506.423000', '101506.426000', '101506.429000', '101506.431000', '101506.434000', '101506.437000', '101506.440000', '101506.443000', '101506.446000', '101506.448000', '101506.451000', '101526.341000', '101526.343000', '101526.346000', '101526.349000', '101526.351000', '101526.354000', '101526.357000', '101526.359000', '101526.362000', '101526.364000', '101526.367000', '101526.370000', '101526.372000', '101526.375000', '101526.377000', '101526.380000', '101526.382000', '101526.385000', '101526.388000', '101526.390000', '101526.393000', '101526.396000', '101526.398000', '101526.401000', '101526.403000', '101526.406000', '101526.408000', '101526.411000', '101526.414000', '101526.416000', '101526.419000', '101526.422000', '101526.424000', '101526.427000', '101526.429000', '101526.432000', '101526.434000', '101526.437000', '101526.440000', '101526.442000', '101526.445000', '101526.447000', '101526.450000', '101526.452000', '101530.832000', '101530.835000', '101530.838000', '101530.841000', '101530.844000', '101530.847000', '101530.849000', '101530.852000', '101530.855000', '101530.857000'], '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': [10512, 10568, 9246, 15478, 10585, 9919, 10516, 11478, 14111, 10939, 10434, 13054, 10524, 14802, 10402, 10668, 10825, 10467, 11798, 9413, 13402, 11714, 11492, 10575, 10469, 10808, 10131, 11916, 12224, 10431, 15273, 10101, 10057, 10318, 9835, 9936, 11187, 10054, 10972, 10277, 10959, 10222, 11177, 10364, 10696, 10324, 11014, 10207, 13152, 10330, 9471, 10407, 10548, 10260, 13535, 10117, 9331, 10339, 13474, 10290, 15748, 10259, 12584, 10490, 13042, 10120, 14964, 10360, 9652, 10364, 12927, 10291, 14813, 10380, 13113, 10674, 13327, 11091, 11758, 10358, 10965, 10182, 10882, 10319, 10417, 11071, 10136, 13115, 10518, 9374, 10217, 9429, 10182, 13727, 10369, 12571, 10820, 11788, 11461, 11250, 10629, 10167, 10664, 10028, 10857, 10098, 14375, 10441, 14304, 10469, 13406, 10820, 10602, 12200, 10329, 14824, 10348, 13397, 10528, 11376, 11198, 10569, 10540, 10212, 9920, 10283, 10811, 10200, 10707, 10292, 10291, 10224, 10107, 10171, 14418, 10548, 13280, 10644, 11921, 10614, 10692, 10302, 10323, 9965, 10287, 11952, 10154, 13369, 10408, 12500, 10774, 11782, 9978, 10631, 10597, 10246, 10030, 10021, 13058, 10198, 13269, 10586, 12109, 10631, 11171, 10324, 10497, 10423, 10454, 10385, 10134, 9618, 10181, 15283, 10310, 12607, 10538, 11501, 10699, 11941, 10134, 11484, 10297, 10820, 10487, 10315, 15283, 10195, 13524, 10774, 10839, 11341, 10768, 11167, 11573, 10651, 10098, 10164, 10222, 15153, 10246, 12818, 10389, 14057, 10239, 14578, 10263, 12661, 10422, 12690, 11141, 11293, 9863, 10434, 13171, 10174, 13858, 10550, 12553, 10515, 12214, 10910, 11142, 10664, 10526, 9779, 10189, 9152, 10137, 13468, 10657, 11820, 9738, 10726, 10425, 10303, 12542, 10314, 12840, 10605, 11635, 10854, 11991, 10797, 11287, 10241, 10833, 10512, 10236, 10438, 10129, 10653, 10805, 14769, 10404, 13988, 10457, 12690, 10757, 11929, 10771, 13753, 10419, 9704, 10369, 10732, 10679, 10961, 10423, 11971, 10627, 10782, 12006, 12083, 10464, 10313, 10650, 10217, 10582, 11169, 13701, 10920, 10303, 10508, 10855, 12806, 10426, 10919, 11672, 10951, 14743, 11402, 10691, 12088, 10262, 11712, 15377, 10812, 10673, 13078, 10542, 10138, 12685, 10671, 15055, 13361, 9023, 12629, 9935, 16880, 11520, 14652, 10315, 13130, 10094, 12302, 11523, 9861, 12174, 9971, 10738, 9845, 10302, 14293, 10141, 12844, 10079, 11615, 9592, 10357, 11073, 10491, 14311, 10132, 10058, 11640, 10553, 11057, 10094, 9285, 11784, 10378, 12480, 10251, 10471, 14115, 10482, 10277, 9945, 10799, 14066, 10357, 11696, 10614, 10576, 10479, 10726, 10190, 12943, 10213, 10592, 10414, 10793, 10491, 13186, 10504, 10338, 10424, 10304, 10566, 14137, 10794, 11207, 10817, 12943, 10728, 12064, 10905, 12555, 11533, 11382, 11614, 10575, 9998, 10307, 12759, 10654, 14018, 11060, 14238, 10653, 15016, 10863, 12034, 11171, 11210, 10795, 10207, 9902, 10634, 14838, 10990, 12609, 11205, 10883, 10636, 10652, 16435, 10695, 11975, 10840, 11550, 11003, 14381, 10720, 11951, 11049, 10291, 13178, 11318, 12047, 10123, 10256, 10928, 10391, 13826, 10610, 10299, 10431, 10592, 10508, 13726, 11345, 10979, 10874, 10516, 14618, 11030, 10403, 12293, 10593, 12765, 11124, 11063, 11223, 10405, 10363, 10131, 10829, 10039, 10299, 10474, 13497, 11004, 10335, 10977, 10387, 13068, 11030, 11455, 11102, 11813, 11291, 10778, 10779, 10402, 13110, 11220, 10675, 11106, 10171, 9826, 10455, 10952, 10092, 10508, 10709, 10433, 10536, 13536, 10881, 10842, 10553, 10412, 14289, 10920, 12503, 11102, 10933, 11060, 10209, 10893, 10256, 16430, 11114, 11252, 11331, 10294, 10948, 10510, 13798, 11130, 10853, 11012, 10466, 11335, 10523, 15107, 10919, 11390, 10796, 10928, 10038, 10382, 14724, 11339, 10486, 10906, 10113, 10067, 10563, 13465, 11220, 10217, 11492, 10539, 14001, 10571, 12190, 11024, 9762, 10310, 12835, 13229, 10399, 12019, 10965, 10539, 11179, 10301, 14286, 10362, 14039, 10963, 11449, 10834, 10689, 9734, 10413, 13197, 9984, 10181, 10340, 15675, 10338, 13030, 10815, 11195, 9798, 10256, 13770, 10360, 12897, 10804, 10889, 9751, 9988, 10413, 9998, 15108, 10348, 11535, 10836, 11591, 10651, 10283, 9859, 10292, 10251, 9915, 10275, 10390, 13831, 10823, 10735, 11243, 10918, 9886, 10473, 11490, 10274, 9883, 10691, 10558, 11644, 10887, 11018, 10495, 11541, 12865, 10452, 15558, 11027, 12688, 10222, 10306, 10779, 10243, 14722, 10707, 11935, 11062, 11299, 11162, 11769, 11113, 11477, 10931, 10823, 10966, 10362, 10439, 10411, 11642, 10468, 15096, 10880, 12533, 11705, 11099, 11183, 10175, 12702, 10892, 13004, 11347, 11708, 11078, 10566, 11424, 10477, 11668, 10676, 10910, 9995, 10537, 10424, 10674, 10684, 16783, 10607, 12220, 11258, 11530, 10525, 10562, 14231, 10542, 10758, 10717, 14616, 10872, 16094, 10746, 14602, 10867, 11949, 10806, 13730, 11244, 11926, 10647, 10337, 10818, 10190, 11634, 10752, 15192, 10625, 12156, 10893, 9758, 10838, 13444, 10126, 10275, 14370, 10751, 13357, 11170, 10132, 11230, 10052, 10965, 9748, 10128, 10083, 11352, 11448, 10893, 12283, 10844, 13414, 11365, 11813, 12606, 10284, 16173, 10863, 13777, 11187, 10237, 11027, 10128, 13877, 10250, 9531, 10357, 14211, 10776, 11820, 10319, 9871, 10076, 9928, 10273, 10289, 13546, 10504, 13780, 10802, 11380, 10707, 10710, 10919, 10715, 11538, 15141, 11209, 11334, 12980, 9679, 10476, 9483, 9387, 9355, 10204, 11394, 9825, 12573, 8919, 10103, 14448, 9981, 15242, 12196, 10021, 15172, 12477, 9268, 16957, 13291, 9747, 18510, 14961, 10888, 15261, 9149, 10406, 11673, 9125, 9406, 12148, 9182, 10270, 11105, 9006, 9684, 11457, 9517, 9728, 9318, 9139, 13366, 9432, 10135, 10296, 10068, 9833, 9317, 10049, 11854, 10274, 11059, 9738, 10267, 10615, 10383, 9952, 9173, 10560, 9476, 9830, 10665, 12580, 10111, 9967, 9884, 11682, 9885, 15711, 10058, 13107, 9789, 14117, 9966, 12341, 10273, 12291, 9874, 10615, 9549, 9844, 9593, 10406, 9795, 10293, 10555, 10854, 10732, 10506, 10480, 10414, 10126, 9718, 10287, 10764, 9666, 11817, 9512, 11536, 9630, 9627, 9714, 9729, 9435, 13581, 9548, 10988, 9788, 12651, 10787, 10922, 9978, 9768, 10436, 9214, 10301, 9622, 9815, 9943, 9567, 9511, 9729, 9718, 15797, 10581, 11460, 11019, 10922, 10787, 11201, 10901, 11595, 10484, 12010, 10571, 10054, 9892, 10135, 9924, 14627, 11116, 11207, 10772, 9390, 10597, 9809, 10760, 9903, 9714, 12086, 10377, 11316, 9999, 10904, 10100, 9443, 14978, 9209, 11733, 9685, 11046, 14948, 10452, 13588, 10793, 10983, 13017, 10804, 12874, 12753, 11510, 15642, 10496, 11271, 10759, 10636, 15656, 11087, 10770, 10809, 10674, 14220, 10565, 11228, 10813, 10572, 11283, 11301, 15073, 10821, 10746, 9914, 10717, 12852, 9836, 9595, 12948, 10009, 9876, 11195, 10644, 14758, 10123, 10145, 12474, 10728, 14315, 10239, 15476, 11392, 10603, 9732, 10783, 10859, 10569, 13811, 10289, 12626, 10514, 12951, 10119, 10422, 9537, 9722, 12386, 10336, 11543, 9878, 10411, 9798, 10231, 10750, 10420, 12607, 10445, 10848, 10057, 10329, 10228, 10066, 10138, 10234, 10510, 15796, 10416, 13520, 10430, 11366, 10648, 9810, 10511, 10178, 10442, 13784, 10498, 10999, 10206, 12887, 10629, 9896, 14844, 10133, 13168, 10524, 13614, 10558, 12011, 10839, 13269, 10335, 12359, 10911, 11875, 13811, 10397, 12780, 9815, 9498, 10379, 10069, 13219, 10808, 10062, 10404, 9318, 10829, 10052, 11107, 10378, 11831, 10566, 10316, 11883, 10840, 9793, 10391, 10366, 13836, 11312, 10362, 10832, 9618, 11000, 9353, 10250, 10533, 10727, 10819, 11073, 10582, 10379, 10845, 14646, 10613, 12705, 10955, 10173, 10236, 9996, 17111, 11781, 14529, 10937, 11720, 10128, 9867, 17405, 10616, 14421, 10789, 10198, 10592, 9698, 15780, 10618, 12882, 10816, 9393, 11115, 9472, 10721, 10807, 10840, 12051, 10493, 12774, 10072, 15575, 10979, 14056, 10071, 14056, 10210, 11013, 10048, 10893, 9755, 10969, 12425, 9978, 14126, 9481, 10799, 10619, 9968, 15045, 10957, 14880, 9883, 11093, 9201, 10355, 15945, 12739, 15003, 9783, 9625, 10613, 8864, 12306, 8840, 11561, 9115, 10096, 11008, 9982, 11563, 11952, 9052, 15837, 11917, 11747, 9634, 10076, 11614, 10128, 10641, 13427, 9233, 13162, 8753, 12055, 8811, 9636, 9297, 9491, 10569, 9144, 8880, 9274, 8485, 9351, 9113, 9431, 8669, 8673], 'WindowCenter': [4513.0, 4498.0, 4475.0, 4514.0, 4470.0, 4457.0, 4469.0, 4484.0, 4502.0, 4478.0, 4466.0, 4475.0, 4464.0, 4484.0, 4467.0, 4464.0, 4463.0, 4454.0, 4464.0, 4445.0, 4476.0, 4464.0, 4463.0, 4454.0, 4465.0, 4466.0, 4453.0, 4462.0, 4461.0, 4454.0, 4481.0, 4454.0, 4452.0, 4455.0, 4443.0, 4455.0, 4463.0, 4453.0, 4452.0, 4454.0, 4451.0, 4453.0, 4449.0, 4454.0, 4452.0, 4453.0, 4451.0, 4453.0, 4469.0, 4453.0, 4441.0, 4464.0, 4453.0, 4455.0, 4482.0, 4456.0, 4444.0, 4456.0, 4470.0, 4456.0, 4495.0, 4457.0, 4474.0, 4465.0, 4484.0, 4464.0, 4494.0, 4466.0, 4454.0, 4466.0, 4476.0, 4467.0, 4486.0, 4457.0, 4475.0, 4454.0, 4473.0, 4464.0, 4462.0, 4453.0, 4451.0, 4454.0, 4450.0, 4453.0, 4455.0, 4463.0, 4456.0, 4473.0, 4454.0, 4442.0, 4455.0, 4443.0, 4467.0, 4486.0, 4455.0, 4474.0, 4466.0, 4474.0, 4474.0, 4466.0, 4454.0, 4455.0, 4453.0, 4453.0, 4463.0, 4456.0, 4484.0, 4465.0, 4484.0, 4465.0, 4472.0, 4465.0, 4455.0, 4462.0, 4454.0, 4482.0, 4453.0, 4471.0, 4452.0, 4462.0, 4462.0, 4452.0, 4450.0, 4453.0, 4440.0, 4453.0, 4453.0, 4454.0, 4454.0, 4455.0, 4451.0, 4455.0, 4454.0, 4456.0, 4485.0, 4466.0, 4472.0, 4452.0, 4463.0, 4452.0, 4453.0, 4453.0, 4452.0, 4440.0, 4453.0, 4460.0, 4453.0, 4474.0, 4451.0, 4462.0, 4451.0, 4462.0, 4442.0, 4452.0, 4451.0, 4453.0, 4440.0, 4453.0, 4472.0, 4452.0, 4471.0, 4453.0, 4460.0, 4451.0, 4452.0, 4451.0, 4453.0, 4451.0, 4464.0, 4452.0, 4464.0, 4452.0, 4465.0, 4493.0, 4455.0, 4473.0, 4465.0, 4463.0, 4464.0, 4475.0, 4467.0, 4475.0, 4455.0, 4465.0, 4463.0, 4465.0, 4494.0, 4455.0, 4473.0, 4451.0, 4452.0, 4460.0, 4450.0, 4462.0, 4464.0, 4453.0, 4454.0, 4450.0, 4450.0, 4480.0, 4451.0, 4461.0, 4453.0, 4469.0, 4453.0, 4481.0, 4454.0, 4470.0, 4464.0, 4471.0, 4464.0, 4463.0, 4443.0, 4454.0, 4470.0, 4450.0, 4472.0, 4453.0, 4460.0, 4452.0, 4460.0, 4452.0, 4452.0, 4452.0, 4453.0, 4439.0, 4453.0, 4441.0, 4453.0, 4473.0, 4451.0, 4464.0, 4441.0, 4454.0, 4453.0, 4452.0, 4470.0, 4454.0, 4472.0, 4454.0, 4462.0, 4462.0, 4461.0, 4465.0, 4461.0, 4453.0, 4454.0, 4452.0, 4453.0, 4452.0, 4454.0, 4465.0, 4464.0, 4484.0, 4453.0, 4473.0, 4454.0, 4472.0, 4463.0, 4462.0, 4464.0, 4471.0, 4454.0, 4454.0, 4465.0, 4465.0, 4480.0, 4476.0, 4476.0, 4474.0, 4466.0, 4477.0, 4487.0, 4476.0, 4466.0, 4479.0, 4466.0, 4452.0, 4451.0, 4477.0, 4489.0, 4466.0, 4455.0, 4468.0, 4477.0, 4489.0, 4467.0, 4465.0, 4464.0, 4453.0, 4474.0, 4441.0, 4428.0, 4448.0, 4442.0, 4462.0, 4472.0, 4452.0, 4441.0, 4462.0, 4453.0, 4453.0, 4465.0, 4454.0, 4486.0, 4474.0, 4433.0, 4464.0, 4443.0, 4469.0, 4427.0, 4433.0, 4404.0, 4410.0, 4401.0, 4410.0, 4410.0, 4389.0, 4409.0, 4402.0, 4399.0, 4390.0, 4399.0, 4430.0, 4400.0, 4418.0, 4400.0, 4410.0, 4390.0, 4400.0, 4422.0, 4424.0, 4442.0, 4425.0, 4414.0, 4437.0, 4438.0, 4439.0, 4439.0, 4431.0, 4450.0, 4443.0, 4459.0, 4455.0, 4457.0, 4475.0, 4454.0, 4466.0, 4457.0, 4468.0, 4487.0, 4456.0, 4465.0, 4464.0, 4455.0, 4456.0, 4463.0, 4455.0, 4473.0, 4454.0, 4453.0, 4454.0, 4452.0, 4465.0, 4475.0, 4454.0, 4453.0, 4465.0, 4455.0, 4464.0, 4482.0, 4466.0, 4465.0, 4465.0, 4474.0, 4477.0, 4474.0, 4478.0, 4488.0, 4477.0, 4465.0, 4465.0, 4454.0, 4455.0, 4456.0, 4472.0, 4454.0, 4474.0, 4452.0, 4472.0, 4454.0, 4481.0, 4462.0, 4473.0, 4464.0, 4464.0, 4453.0, 4453.0, 4452.0, 4464.0, 4483.0, 4466.0, 4474.0, 4463.0, 4453.0, 4451.0, 4452.0, 4482.0, 4453.0, 4463.0, 4453.0, 4462.0, 4465.0, 4484.0, 4464.0, 4477.0, 4466.0, 4457.0, 4475.0, 4464.0, 4462.0, 4441.0, 4453.0, 4450.0, 4452.0, 4473.0, 4452.0, 4453.0, 4465.0, 4463.0, 4467.0, 4486.0, 4465.0, 4452.0, 4450.0, 4453.0, 4472.0, 4440.0, 4441.0, 4449.0, 4439.0, 4448.0, 4449.0, 4438.0, 4450.0, 4438.0, 4439.0, 4452.0, 4450.0, 4442.0, 4438.0, 4451.0, 4471.0, 4450.0, 4442.0, 4439.0, 4453.0, 4460.0, 4450.0, 4449.0, 4451.0, 4461.0, 4464.0, 4455.0, 4453.0, 4455.0, 4463.0, 4453.0, 4442.0, 4462.0, 4453.0, 4452.0, 4454.0, 4452.0, 4454.0, 4454.0, 4465.0, 4465.0, 4467.0, 4486.0, 4465.0, 4465.0, 4453.0, 4464.0, 4482.0, 4465.0, 4472.0, 4462.0, 4452.0, 4462.0, 4453.0, 4451.0, 4454.0, 4494.0, 4463.0, 4450.0, 4464.0, 4454.0, 4451.0, 4454.0, 4471.0, 4452.0, 4449.0, 4452.0, 4451.0, 4461.0, 4453.0, 4470.0, 4452.0, 4460.0, 4452.0, 4453.0, 4441.0, 4452.0, 4483.0, 4464.0, 4453.0, 4453.0, 4454.0, 4442.0, 4453.0, 4471.0, 4452.0, 4456.0, 4460.0, 4453.0, 4471.0, 4453.0, 4472.0, 4466.0, 4455.0, 4466.0, 4487.0, 4475.0, 4455.0, 4475.0, 4463.0, 4461.0, 4464.0, 4454.0, 4471.0, 4439.0, 4469.0, 4448.0, 4447.0, 4451.0, 4441.0, 4440.0, 4452.0, 4460.0, 4439.0, 4439.0, 4439.0, 4469.0, 4439.0, 4459.0, 4449.0, 4439.0, 4429.0, 4440.0, 4458.0, 4439.0, 4458.0, 4438.0, 4438.0, 4426.0, 4427.0, 4438.0, 4440.0, 4470.0, 4451.0, 4450.0, 4451.0, 4459.0, 4453.0, 4451.0, 4453.0, 4454.0, 4454.0, 4454.0, 4450.0, 4453.0, 4473.0, 4464.0, 4462.0, 4463.0, 4464.0, 4453.0, 4464.0, 4462.0, 4455.0, 4454.0, 4463.0, 4464.0, 4477.0, 4464.0, 4466.0, 4464.0, 4477.0, 4473.0, 4455.0, 4484.0, 4454.0, 4461.0, 4441.0, 4441.0, 4450.0, 4450.0, 4470.0, 4441.0, 4450.0, 4450.0, 4448.0, 4462.0, 4461.0, 4461.0, 4461.0, 4463.0, 4450.0, 4463.0, 4453.0, 4463.0, 4464.0, 4464.0, 4463.0, 4483.0, 4464.0, 4474.0, 4475.0, 4465.0, 4463.0, 4454.0, 4460.0, 4453.0, 4471.0, 4464.0, 4463.0, 4463.0, 4452.0, 4463.0, 4463.0, 4475.0, 4465.0, 4463.0, 4456.0, 4464.0, 4464.0, 4465.0, 4478.0, 4506.0, 4466.0, 4476.0, 4466.0, 4466.0, 4455.0, 4466.0, 4484.0, 4455.0, 4453.0, 4454.0, 4483.0, 4465.0, 4494.0, 4465.0, 4484.0, 4464.0, 4463.0, 4465.0, 4474.0, 4464.0, 4465.0, 4452.0, 4454.0, 4454.0, 4454.0, 4460.0, 4463.0, 4481.0, 4451.0, 4463.0, 4464.0, 4454.0, 4466.0, 4485.0, 4456.0, 4456.0, 4472.0, 4454.0, 4474.0, 4475.0, 4454.0, 4451.0, 4441.0, 4449.0, 4430.0, 4440.0, 4451.0, 4464.0, 4473.0, 4477.0, 4477.0, 4464.0, 4473.0, 4464.0, 4465.0, 4461.0, 4444.0, 4472.0, 4440.0, 4447.0, 4437.0, 4428.0, 4425.0, 4429.0, 4456.0, 4428.0, 4427.0, 4440.0, 4470.0, 4450.0, 4449.0, 4440.0, 4443.0, 4440.0, 4440.0, 4439.0, 4452.0, 4469.0, 4451.0, 4472.0, 4451.0, 4451.0, 4452.0, 4451.0, 4465.0, 4468.0, 4467.0, 4486.0, 4467.0, 4467.0, 4475.0, 4447.0, 4452.0, 4431.0, 4431.0, 4429.0, 4442.0, 4453.0, 4444.0, 4477.0, 4449.0, 4467.0, 4487.0, 4445.0, 4485.0, 4463.0, 4431.0, 4448.0, 4427.0, 4393.0, 4444.0, 4436.0, 4406.0, 4454.0, 4446.0, 4402.0, 4429.0, 4390.0, 4399.0, 4408.0, 4389.0, 4390.0, 4421.0, 4390.0, 4412.0, 4422.0, 4403.0, 4402.0, 4422.0, 4404.0, 4403.0, 4415.0, 4416.0, 4447.0, 4417.0, 4440.0, 4440.0, 4443.0, 4443.0, 4433.0, 4443.0, 4452.0, 4444.0, 4453.0, 4446.0, 4454.0, 4454.0, 4456.0, 4454.0, 4432.0, 4453.0, 4443.0, 4455.0, 4466.0, 4477.0, 4471.0, 4456.0, 4470.0, 4468.0, 4459.0, 4488.0, 4446.0, 4464.0, 4444.0, 4463.0, 4432.0, 4451.0, 4441.0, 4450.0, 4431.0, 4442.0, 4431.0, 4430.0, 4431.0, 4441.0, 4442.0, 4453.0, 4453.0, 4454.0, 4453.0, 4456.0, 4455.0, 4453.0, 4442.0, 4432.0, 4442.0, 4441.0, 4432.0, 4448.0, 4432.0, 4450.0, 4431.0, 4430.0, 4442.0, 4431.0, 4444.0, 4473.0, 4443.0, 4453.0, 4444.0, 4463.0, 4452.0, 4452.0, 4442.0, 4442.0, 4442.0, 4432.0, 4440.0, 4432.0, 4442.0, 4455.0, 4455.0, 4458.0, 4456.0, 4458.0, 4496.0, 4468.0, 4465.0, 4466.0, 4455.0, 4466.0, 4466.0, 4467.0, 4466.0, 4468.0, 4477.0, 4468.0, 4457.0, 4459.0, 4467.0, 4470.0, 4489.0, 4466.0, 4467.0, 4454.0, 4434.0, 4443.0, 4456.0, 4453.0, 4444.0, 4444.0, 4465.0, 4456.0, 4464.0, 4458.0, 4468.0, 4456.0, 4458.0, 4510.0, 4458.0, 4466.0, 4443.0, 4452.0, 4495.0, 4466.0, 4475.0, 4455.0, 4451.0, 4473.0, 4452.0, 4472.0, 4474.0, 4478.0, 4499.0, 4454.0, 4448.0, 4438.0, 4440.0, 4469.0, 4450.0, 4449.0, 4451.0, 4451.0, 4469.0, 4440.0, 4449.0, 4439.0, 4437.0, 4438.0, 4450.0, 4469.0, 4452.0, 4449.0, 4440.0, 4464.0, 4473.0, 4441.0, 4440.0, 4460.0, 4442.0, 4443.0, 4464.0, 4465.0, 4484.0, 4454.0, 4454.0, 4473.0, 4454.0, 4473.0, 4453.0, 4472.0, 4452.0, 4440.0, 4430.0, 4438.0, 4439.0, 4439.0, 4458.0, 4428.0, 4446.0, 4439.0, 4447.0, 4429.0, 4439.0, 4441.0, 4430.0, 4460.0, 4441.0, 4451.0, 4441.0, 4441.0, 4442.0, 4441.0, 4451.0, 4452.0, 4461.0, 4453.0, 4453.0, 4453.0, 4451.0, 4454.0, 4453.0, 4454.0, 4453.0, 4455.0, 4483.0, 4453.0, 4473.0, 4452.0, 4450.0, 4441.0, 4441.0, 4452.0, 4453.0, 4465.0, 4484.0, 4466.0, 4466.0, 4468.0, 4488.0, 4455.0, 4445.0, 4484.0, 4443.0, 4461.0, 4442.0, 4462.0, 4453.0, 4464.0, 4455.0, 4475.0, 4454.0, 4474.0, 4465.0, 4467.0, 4473.0, 4453.0, 4463.0, 4442.0, 4431.0, 4440.0, 4442.0, 4461.0, 4452.0, 4442.0, 4453.0, 4433.0, 4452.0, 4454.0, 4462.0, 4467.0, 4478.0, 4455.0, 4457.0, 4476.0, 4465.0, 4444.0, 4454.0, 4469.0, 4486.0, 4466.0, 4457.0, 4465.0, 4444.0, 4452.0, 4443.0, 4455.0, 4464.0, 4478.0, 4478.0, 4490.0, 4481.0, 4483.0, 4495.0, 4501.0, 4481.0, 4488.0, 4467.0, 4456.0, 4454.0, 4446.0, 4485.0, 4463.0, 4462.0, 4441.0, 4450.0, 4439.0, 4431.0, 4470.0, 4439.0, 4458.0, 4427.0, 4427.0, 4426.0, 4429.0, 4456.0, 4425.0, 4434.0, 4436.0, 4416.0, 4437.0, 4427.0, 4437.0, 4437.0, 4450.0, 4461.0, 4453.0, 4461.0, 4442.0, 4470.0, 4468.0, 4462.0, 4430.0, 4448.0, 4427.0, 4424.0, 4426.0, 4437.0, 4429.0, 4450.0, 4462.0, 4431.0, 4459.0, 4430.0, 4449.0, 4440.0, 4430.0, 4460.0, 4439.0, 4457.0, 4429.0, 4439.0, 4419.0, 4418.0, 4461.0, 4439.0, 4446.0, 4413.0, 4403.0, 4409.0, 4394.0, 4422.0, 4394.0, 4424.0, 4407.0, 4415.0, 4437.0, 4428.0, 4438.0, 4438.0, 4406.0, 4442.0, 4411.0, 4408.0, 4390.0, 4388.0, 4410.0, 4388.0, 4398.0, 4405.0, 4375.0, 4404.0, 4364.0, 4392.0, 4364.0, 4374.0, 4386.0, 4388.0, 4421.0, 4403.0, 4414.0, 4416.0, 4418.0, 4417.0, 4418.0, 4431.0, 4420.0, 4419.0], 'WindowWidth': [9925.0, 9893.0, 9856.0, 9910.0, 9840.0, 9816.0, 9835.0, 9858.0, 9883.0, 9846.0, 9825.0, 9838.0, 9820.0, 9850.0, 9829.0, 9821.0, 9818.0, 9805.0, 9819.0, 9793.0, 9838.0, 9819.0, 9818.0, 9805.0, 9825.0, 9824.0, 9803.0, 9813.0, 9809.0, 9805.0, 9840.0, 9807.0, 9800.0, 9808.0, 9788.0, 9807.0, 9815.0, 9804.0, 9799.0, 9805.0, 9797.0, 9802.0, 9794.0, 9804.0, 9798.0, 9801.0, 9795.0, 9803.0, 9820.0, 9804.0, 9785.0, 9821.0, 9804.0, 9811.0, 9843.0, 9811.0, 9792.0, 9812.0, 9826.0, 9811.0, 9867.0, 9813.0, 9831.0, 9824.0, 9846.0, 9822.0, 9864.0, 9827.0, 9806.0, 9828.0, 9838.0, 9829.0, 9858.0, 9814.0, 9837.0, 9806.0, 9831.0, 9819.0, 9815.0, 9804.0, 9799.0, 9804.0, 9796.0, 9802.0, 9808.0, 9816.0, 9811.0, 9831.0, 9806.0, 9788.0, 9810.0, 9793.0, 9828.0, 9856.0, 9812.0, 9836.0, 9826.0, 9835.0, 9834.0, 9826.0, 9806.0, 9809.0, 9804.0, 9804.0, 9817.0, 9812.0, 9847.0, 9822.0, 9852.0, 9823.0, 9830.0, 9821.0, 9809.0, 9813.0, 9804.0, 9842.0, 9803.0, 9825.0, 9802.0, 9814.0, 9812.0, 9801.0, 9796.0, 9803.0, 9783.0, 9803.0, 9803.0, 9808.0, 9807.0, 9809.0, 9800.0, 9810.0, 9806.0, 9812.0, 9854.0, 9824.0, 9829.0, 9803.0, 9817.0, 9801.0, 9804.0, 9802.0, 9801.0, 9782.0, 9802.0, 9809.0, 9804.0, 9836.0, 9801.0, 9814.0, 9800.0, 9813.0, 9787.0, 9802.0, 9800.0, 9803.0, 9782.0, 9804.0, 9826.0, 9801.0, 9829.0, 9804.0, 9810.0, 9798.0, 9800.0, 9800.0, 9805.0, 9800.0, 9821.0, 9802.0, 9822.0, 9803.0, 9824.0, 9862.0, 9810.0, 9834.0, 9824.0, 9817.0, 9823.0, 9836.0, 9831.0, 9841.0, 9810.0, 9825.0, 9818.0, 9825.0, 9866.0, 9809.0, 9833.0, 9800.0, 9799.0, 9812.0, 9798.0, 9815.0, 9822.0, 9802.0, 9805.0, 9795.0, 9799.0, 9837.0, 9799.0, 9812.0, 9802.0, 9821.0, 9804.0, 9840.0, 9808.0, 9826.0, 9821.0, 9826.0, 9820.0, 9815.0, 9790.0, 9806.0, 9823.0, 9795.0, 9829.0, 9802.0, 9810.0, 9800.0, 9810.0, 9800.0, 9800.0, 9800.0, 9802.0, 9780.0, 9803.0, 9784.0, 9806.0, 9832.0, 9801.0, 9820.0, 9786.0, 9804.0, 9802.0, 9803.0, 9822.0, 9805.0, 9829.0, 9806.0, 9814.0, 9817.0, 9812.0, 9824.0, 9814.0, 9805.0, 9807.0, 9802.0, 9804.0, 9802.0, 9806.0, 9823.0, 9824.0, 9849.0, 9805.0, 9831.0, 9805.0, 9829.0, 9817.0, 9816.0, 9821.0, 9828.0, 9808.0, 9806.0, 9825.0, 9824.0, 9856.0, 9843.0, 9844.0, 9838.0, 9827.0, 9847.0, 9859.0, 9840.0, 9826.0, 9848.0, 9826.0, 9803.0, 9799.0, 9844.0, 9860.0, 9825.0, 9810.0, 9832.0, 9844.0, 9865.0, 9833.0, 9823.0, 9818.0, 9804.0, 9835.0, 9779.0, 9760.0, 9783.0, 9781.0, 9811.0, 9826.0, 9799.0, 9781.0, 9811.0, 9801.0, 9801.0, 9818.0, 9805.0, 9850.0, 9835.0, 9776.0, 9815.0, 9787.0, 9823.0, 9752.0, 9759.0, 9713.0, 9718.0, 9706.0, 9717.0, 9715.0, 9686.0, 9716.0, 9707.0, 9702.0, 9691.0, 9702.0, 9745.0, 9704.0, 9726.0, 9705.0, 9716.0, 9691.0, 9707.0, 9738.0, 9746.0, 9766.0, 9748.0, 9734.0, 9769.0, 9773.0, 9774.0, 9776.0, 9767.0, 9793.0, 9787.0, 9806.0, 9809.0, 9811.0, 9835.0, 9807.0, 9825.0, 9814.0, 9832.0, 9857.0, 9814.0, 9823.0, 9821.0, 9808.0, 9810.0, 9817.0, 9811.0, 9831.0, 9804.0, 9801.0, 9804.0, 9799.0, 9822.0, 9834.0, 9805.0, 9802.0, 9821.0, 9809.0, 9824.0, 9848.0, 9826.0, 9823.0, 9823.0, 9833.0, 9843.0, 9835.0, 9845.0, 9861.0, 9842.0, 9822.0, 9822.0, 9805.0, 9807.0, 9810.0, 9827.0, 9804.0, 9837.0, 9801.0, 9827.0, 9804.0, 9839.0, 9817.0, 9832.0, 9819.0, 9817.0, 9802.0, 9801.0, 9801.0, 9820.0, 9844.0, 9826.0, 9834.0, 9816.0, 9802.0, 9795.0, 9801.0, 9842.0, 9802.0, 9814.0, 9803.0, 9813.0, 9822.0, 9846.0, 9823.0, 9842.0, 9824.0, 9812.0, 9834.0, 9817.0, 9812.0, 9782.0, 9801.0, 9795.0, 9801.0, 9828.0, 9801.0, 9802.0, 9822.0, 9819.0, 9829.0, 9856.0, 9823.0, 9802.0, 9794.0, 9800.0, 9827.0, 9779.0, 9780.0, 9789.0, 9775.0, 9788.0, 9790.0, 9772.0, 9794.0, 9776.0, 9779.0, 9799.0, 9793.0, 9785.0, 9775.0, 9798.0, 9825.0, 9794.0, 9785.0, 9776.0, 9800.0, 9809.0, 9795.0, 9792.0, 9798.0, 9809.0, 9818.0, 9807.0, 9800.0, 9808.0, 9816.0, 9800.0, 9785.0, 9814.0, 9802.0, 9800.0, 9806.0, 9801.0, 9806.0, 9807.0, 9823.0, 9824.0, 9830.0, 9857.0, 9823.0, 9821.0, 9802.0, 9821.0, 9841.0, 9823.0, 9830.0, 9812.0, 9799.0, 9813.0, 9804.0, 9797.0, 9806.0, 9862.0, 9817.0, 9796.0, 9819.0, 9806.0, 9797.0, 9804.0, 9827.0, 9799.0, 9791.0, 9800.0, 9796.0, 9811.0, 9805.0, 9822.0, 9800.0, 9810.0, 9799.0, 9800.0, 9785.0, 9803.0, 9845.0, 9818.0, 9803.0, 9802.0, 9803.0, 9786.0, 9802.0, 9825.0, 9799.0, 9813.0, 9811.0, 9803.0, 9824.0, 9803.0, 9828.0, 9827.0, 9811.0, 9830.0, 9859.0, 9835.0, 9810.0, 9837.0, 9819.0, 9815.0, 9818.0, 9804.0, 9822.0, 9780.0, 9821.0, 9790.0, 9785.0, 9796.0, 9782.0, 9780.0, 9801.0, 9806.0, 9777.0, 9774.0, 9779.0, 9818.0, 9779.0, 9807.0, 9792.0, 9776.0, 9762.0, 9779.0, 9799.0, 9776.0, 9802.0, 9774.0, 9772.0, 9755.0, 9758.0, 9774.0, 9781.0, 9820.0, 9798.0, 9795.0, 9799.0, 9807.0, 9805.0, 9800.0, 9803.0, 9806.0, 9806.0, 9808.0, 9798.0, 9806.0, 9833.0, 9821.0, 9816.0, 9820.0, 9819.0, 9805.0, 9821.0, 9815.0, 9809.0, 9806.0, 9820.0, 9821.0, 9844.0, 9824.0, 9828.0, 9822.0, 9843.0, 9832.0, 9810.0, 9854.0, 9805.0, 9811.0, 9783.0, 9782.0, 9791.0, 9796.0, 9826.0, 9782.0, 9791.0, 9793.0, 9789.0, 9814.0, 9812.0, 9812.0, 9810.0, 9817.0, 9796.0, 9818.0, 9805.0, 9819.0, 9821.0, 9819.0, 9818.0, 9845.0, 9821.0, 9834.0, 9837.0, 9823.0, 9815.0, 9804.0, 9809.0, 9803.0, 9827.0, 9820.0, 9817.0, 9816.0, 9799.0, 9818.0, 9816.0, 9838.0, 9826.0, 9820.0, 9812.0, 9820.0, 9822.0, 9823.0, 9846.0, 9886.0, 9828.0, 9841.0, 9825.0, 9827.0, 9809.0, 9827.0, 9847.0, 9806.0, 9800.0, 9805.0, 9842.0, 9822.0, 9864.0, 9822.0, 9845.0, 9820.0, 9817.0, 9823.0, 9837.0, 9820.0, 9821.0, 9800.0, 9803.0, 9803.0, 9804.0, 9808.0, 9816.0, 9839.0, 9800.0, 9816.0, 9819.0, 9807.0, 9827.0, 9853.0, 9811.0, 9810.0, 9827.0, 9804.0, 9832.0, 9838.0, 9807.0, 9795.0, 9783.0, 9790.0, 9767.0, 9782.0, 9799.0, 9821.0, 9831.0, 9844.0, 9843.0, 9822.0, 9831.0, 9819.0, 9822.0, 9811.0, 9791.0, 9830.0, 9778.0, 9783.0, 9770.0, 9760.0, 9750.0, 9760.0, 9794.0, 9759.0, 9756.0, 9779.0, 9822.0, 9793.0, 9792.0, 9780.0, 9787.0, 9779.0, 9781.0, 9778.0, 9799.0, 9819.0, 9798.0, 9829.0, 9797.0, 9795.0, 9798.0, 9795.0, 9821.0, 9831.0, 9827.0, 9848.0, 9825.0, 9825.0, 9835.0, 9798.0, 9801.0, 9768.0, 9767.0, 9764.0, 9784.0, 9799.0, 9792.0, 9840.0, 9803.0, 9828.0, 9856.0, 9792.0, 9848.0, 9815.0, 9769.0, 9785.0, 9750.0, 9700.0, 9777.0, 9762.0, 9720.0, 9788.0, 9773.0, 9706.0, 9741.0, 9692.0, 9699.0, 9713.0, 9687.0, 9691.0, 9733.0, 9692.0, 9725.0, 9740.0, 9715.0, 9712.0, 9738.0, 9716.0, 9716.0, 9734.0, 9739.0, 9783.0, 9742.0, 9776.0, 9778.0, 9787.0, 9788.0, 9774.0, 9787.0, 9800.0, 9789.0, 9799.0, 9797.0, 9803.0, 9803.0, 9811.0, 9807.0, 9774.0, 9802.0, 9788.0, 9808.0, 9825.0, 9842.0, 9838.0, 9813.0, 9835.0, 9829.0, 9818.0, 9861.0, 9795.0, 9815.0, 9788.0, 9814.0, 9770.0, 9794.0, 9781.0, 9791.0, 9768.0, 9781.0, 9767.0, 9763.0, 9767.0, 9782.0, 9784.0, 9801.0, 9801.0, 9806.0, 9802.0, 9810.0, 9808.0, 9800.0, 9784.0, 9769.0, 9784.0, 9779.0, 9771.0, 9789.0, 9769.0, 9789.0, 9766.0, 9764.0, 9783.0, 9769.0, 9791.0, 9829.0, 9788.0, 9799.0, 9789.0, 9816.0, 9797.0, 9798.0, 9785.0, 9784.0, 9781.0, 9769.0, 9778.0, 9771.0, 9784.0, 9808.0, 9809.0, 9815.0, 9810.0, 9818.0, 9868.0, 9831.0, 9822.0, 9824.0, 9807.0, 9824.0, 9824.0, 9828.0, 9825.0, 9830.0, 9843.0, 9830.0, 9815.0, 9820.0, 9827.0, 9836.0, 9865.0, 9826.0, 9825.0, 9803.0, 9775.0, 9785.0, 9809.0, 9801.0, 9789.0, 9790.0, 9821.0, 9812.0, 9821.0, 9814.0, 9830.0, 9813.0, 9819.0, 9896.0, 9820.0, 9823.0, 9788.0, 9796.0, 9866.0, 9825.0, 9834.0, 9804.0, 9797.0, 9832.0, 9799.0, 9827.0, 9833.0, 9847.0, 9878.0, 9807.0, 9788.0, 9776.0, 9777.0, 9818.0, 9791.0, 9792.0, 9796.0, 9798.0, 9818.0, 9779.0, 9790.0, 9777.0, 9771.0, 9773.0, 9791.0, 9820.0, 9800.0, 9790.0, 9779.0, 9824.0, 9833.0, 9784.0, 9782.0, 9809.0, 9784.0, 9790.0, 9820.0, 9821.0, 9847.0, 9808.0, 9807.0, 9831.0, 9805.0, 9830.0, 9802.0, 9828.0, 9797.0, 9775.0, 9763.0, 9773.0, 9776.0, 9774.0, 9800.0, 9760.0, 9781.0, 9774.0, 9783.0, 9759.0, 9776.0, 9783.0, 9766.0, 9808.0, 9783.0, 9795.0, 9784.0, 9780.0, 9785.0, 9783.0, 9796.0, 9800.0, 9811.0, 9804.0, 9801.0, 9804.0, 9798.0, 9806.0, 9803.0, 9803.0, 9801.0, 9808.0, 9846.0, 9802.0, 9828.0, 9798.0, 9792.0, 9782.0, 9781.0, 9800.0, 9800.0, 9822.0, 9847.0, 9827.0, 9824.0, 9830.0, 9860.0, 9807.0, 9794.0, 9846.0, 9787.0, 9809.0, 9784.0, 9810.0, 9802.0, 9817.0, 9806.0, 9832.0, 9807.0, 9831.0, 9822.0, 9826.0, 9829.0, 9801.0, 9815.0, 9781.0, 9767.0, 9775.0, 9783.0, 9810.0, 9796.0, 9784.0, 9801.0, 9773.0, 9797.0, 9804.0, 9813.0, 9829.0, 9846.0, 9807.0, 9814.0, 9838.0, 9819.0, 9791.0, 9803.0, 9833.0, 9853.0, 9823.0, 9814.0, 9821.0, 9790.0, 9798.0, 9788.0, 9808.0, 9821.0, 9846.0, 9845.0, 9866.0, 9856.0, 9863.0, 9883.0, 9881.0, 9853.0, 9861.0, 9826.0, 9810.0, 9805.0, 9796.0, 9853.0, 9816.0, 9811.0, 9780.0, 9789.0, 9774.0, 9766.0, 9822.0, 9775.0, 9798.0, 9753.0, 9752.0, 9749.0, 9760.0, 9796.0, 9750.0, 9761.0, 9765.0, 9740.0, 9767.0, 9754.0, 9770.0, 9772.0, 9794.0, 9809.0, 9802.0, 9812.0, 9787.0, 9824.0, 9829.0, 9812.0, 9763.0, 9781.0, 9755.0, 9746.0, 9751.0, 9767.0, 9758.0, 9793.0, 9810.0, 9764.0, 9800.0, 9766.0, 9793.0, 9780.0, 9765.0, 9807.0, 9776.0, 9798.0, 9761.0, 9773.0, 9743.0, 9737.0, 9801.0, 9769.0, 9778.0, 9728.0, 9715.0, 9719.0, 9702.0, 9738.0, 9703.0, 9743.0, 9726.0, 9735.0, 9770.0, 9759.0, 9772.0, 9772.0, 9724.0, 9769.0, 9721.0, 9712.0, 9690.0, 9684.0, 9717.0, 9683.0, 9698.0, 9704.0, 9662.0, 9700.0, 9645.0, 9681.0, 9645.0, 9660.0, 9679.0, 9686.0, 9739.0, 9716.0, 9733.0, 9740.0, 9745.0, 9743.0, 9744.0, 9766.0, 9749.0, 9747.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.004389132697311362</td></tr>
<tr><td colspan=3>aqi</td><td>0.04278765091066782</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.58057575095486</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2572073014756953</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.029114369904513</td></tr>
<tr><td colspan=3>efc</td><td>0.4714</td></tr>
<tr><td colspan=3>fber</td><td>6469.0776</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12040378990279743</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>138</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.96877710320902</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.590065607736212</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.491722758774518</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8196444782289825</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4588295862051366</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117286</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00884786807000637</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01751605235040188</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.794733949398243</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>45.1656</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.3003</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.1917</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296854.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>680.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.293</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0652</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.7877</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3586.2584</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79690.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1140.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.8544</td></tr>
<tr><td colspan=3>tsnr</td><td>30.930367688415572</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>