<?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-0051_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-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051/ses-02/func/sub-0051_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>03b7074ad48db5d1a4894dcaa4b470e5</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:13:47.730000</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.999259, -0.0312791, 0.0224431, 0.0233744, 0.956165, 0.291892]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102966</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>[4136, -7789, -7247, 576, -45, -37, 38, 131]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.414</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c43fc4ea-6018-45f7-ac0b-d2b7139fe749||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.6809380054473877, 0.0627116933465004, 0.08259151130914688, 108.12759399414062], [0.08391955494880676, 2.565322160720825, 0.7861089706420898, -100.77798461914062], [0.060213182121515274, -0.7831261157989502, 2.581707000732422, -13.848033905029297], [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': ['101347.730000', '101348.190000', '101348.650000', '101349.110000', '101349.570000', '101350.030000', '101350.490000', '101350.950000', '101351.410000', '101351.870000', '101352.330000', '101352.790000', '101353.250000', '101353.710000', '101354.170000', '101354.630000', '101355.090000', '101355.550000', '101356.010000', '101356.470000', '101356.930000', '101357.390000', '101357.850000', '101358.310000', '101358.770000', '101359.230000', '101359.690000', '101400.150000', '101400.610000', '101401.070000', '101401.530000', '101401.990000', '101402.450000', '101402.910000', '101403.370000', '101403.830000', '101404.290000', '101404.750000', '101405.210000', '101405.670000', '101406.130000', '101406.590000', '101407.050000', '101407.510000', '101407.970000', '101408.430000', '101408.890000', '101409.350000', '101409.810000', '101410.270000', '101410.730000', '101411.190000', '101411.650000', '101412.110000', '101412.570000', '101413.030000', '101413.490000', '101413.950000', '101414.410000', '101414.870000', '101415.330000', '101415.790000', '101416.250000', '101416.710000', '101417.170000', '101417.630000', '101418.090000', '101418.550000', '101419.010000', '101419.470000', '101419.930000', '101420.390000', '101420.850000', '101421.310000', '101421.770000', '101422.230000', '101422.690000', '101423.150000', '101423.610000', '101424.070000', '101424.530000', '101424.990000', '101425.450000', '101425.910000', '101426.370000', '101426.830000', '101427.290000', '101427.750000', '101428.210000', '101428.670000', '101429.130000', '101429.590000', '101430.050000', '101430.510000', '101430.970000', '101431.430000', '101431.890000', '101432.350000', '101432.810000', '101433.270000', '101433.730000', '101434.190000', '101434.650000', '101435.110000', '101435.570000', '101436.030000', '101436.490000', '101436.950000', '101437.410000', '101437.870000', '101438.330000', '101438.790000', '101439.250000', '101439.710000', '101440.170000', '101440.630000', '101441.090000', '101441.550000', '101442.010000', '101442.470000', '101442.930000', '101443.390000', '101443.850000', '101444.310000', '101444.770000', '101445.230000', '101445.690000', '101446.150000', '101446.610000', '101447.070000', '101447.530000', '101447.990000', '101448.450000', '101448.910000', '101449.370000', '101449.830000', '101450.290000', '101450.750000', '101451.210000', '101451.670000', '101452.130000', '101452.590000', '101453.050000', '101453.510000', '101453.970000', '101454.430000', '101454.890000', '101455.350000', '101455.810000', '101456.270000', '101456.730000', '101457.190000', '101457.650000', '101458.110000', '101458.570000', '101459.030000', '101459.490000', '101459.950000', '101500.410000', '101500.870000', '101501.330000', '101501.790000', '101502.250000', '101502.710000', '101503.170000', '101503.630000', '101504.090000', '101504.550000', '101505.010000', '101505.470000', '101505.930000', '101506.390000', '101506.850000', '101507.310000', '101507.770000', '101508.230000', '101508.690000', '101509.150000', '101509.610000', '101510.070000', '101510.530000', '101510.990000', '101511.450000', '101511.910000', '101512.370000', '101512.830000', '101513.290000', '101513.750000', '101514.210000', '101514.670000', '101515.130000', '101515.590000', '101516.050000', '101516.510000', '101516.970000', '101517.430000', '101517.890000', '101518.350000', '101518.810000', '101519.270000', '101519.730000', '101520.190000', '101520.650000', '101521.110000', '101521.570000', '101522.030000', '101522.490000', '101522.950000', '101523.410000', '101523.870000', '101524.330000', '101524.790000', '101525.250000', '101525.710000', '101526.170000', '101526.630000', '101527.090000', '101527.550000', '101528.010000', '101528.470000', '101528.930000', '101529.390000', '101529.850000', '101530.310000', '101530.770000', '101531.230000', '101531.690000', '101532.150000', '101532.610000', '101533.070000', '101533.530000', '101533.990000', '101534.450000', '101534.910000', '101535.370000', '101535.830000', '101536.290000', '101536.750000', '101537.210000', '101537.670000', '101538.130000', '101538.590000', '101539.050000', '101539.510000', '101539.970000', '101540.430000', '101540.890000', '101541.350000', '101541.810000', '101542.270000', '101542.730000', '101543.190000', '101543.650000', '101544.110000', '101544.570000', '101545.030000', '101545.490000', '101545.950000', '101546.410000', '101546.870000', '101547.330000', '101547.790000', '101548.250000', '101548.710000', '101549.170000', '101549.630000', '101550.090000', '101550.550000', '101551.010000', '101551.470000', '101551.930000', '101552.390000', '101552.850000', '101553.310000', '101553.770000', '101554.230000', '101554.690000', '101555.150000', '101555.610000', '101556.070000', '101556.530000', '101556.990000', '101557.450000', '101557.910000', '101558.370000', '101558.830000', '101559.290000', '101559.750000', '101600.210000', '101600.670000', '101601.130000', '101601.590000', '101602.050000', '101602.510000', '101602.970000', '101603.430000', '101603.890000', '101604.350000', '101604.810000', '101605.270000', '101605.730000', '101606.190000', '101606.650000', '101607.110000', '101607.570000', '101608.030000', '101608.490000', '101608.950000', '101609.410000', '101609.870000', '101610.330000', '101610.790000', '101611.250000', '101611.710000', '101612.170000', '101612.630000', '101613.090000', '101613.550000', '101614.010000', '101614.470000', '101614.930000', '101615.390000', '101615.850000', '101616.310000', '101616.770000', '101617.230000', '101617.690000', '101618.150000', '101618.610000', '101619.070000', '101619.530000', '101619.990000', '101620.450000', '101620.910000', '101621.370000', '101621.830000', '101622.290000', '101622.750000', '101623.210000', '101623.670000', '101624.130000', '101624.590000', '101625.050000', '101625.510000', '101625.970000', '101626.430000', '101626.890000', '101627.350000', '101627.810000', '101628.270000', '101628.730000', '101629.190000', '101629.650000', '101630.110000', '101630.570000', '101631.030000', '101631.490000', '101631.950000', '101632.410000', '101632.870000', '101633.330000', '101633.790000', '101634.250000', '101634.710000', '101635.170000', '101635.630000', '101636.090000', '101636.550000', '101637.010000', '101637.470000', '101637.930000', '101638.390000', '101638.850000', '101639.310000', '101639.770000', '101640.230000', '101640.690000', '101641.150000', '101641.610000', '101642.070000', '101642.530000', '101642.990000', '101643.450000', '101643.910000', '101644.370000', '101644.830000', '101645.290000', '101645.750000', '101646.210000', '101646.670000', '101647.130000', '101647.590000', '101648.050000', '101648.510000', '101648.970000', '101649.430000', '101649.890000', '101650.350000', '101650.810000', '101651.270000', '101651.730000', '101652.190000', '101652.650000', '101653.110000', '101653.570000', '101654.030000', '101654.490000', '101654.950000', '101655.410000', '101655.870000', '101656.330000', '101656.790000', '101657.250000', '101657.710000', '101658.170000', '101658.630000', '101659.090000', '101659.550000', '101700.010000', '101700.470000', '101700.930000', '101701.390000', '101701.850000', '101702.310000', '101702.770000', '101703.230000', '101703.690000', '101704.150000', '101704.610000', '101705.070000', '101705.530000', '101705.990000', '101706.450000', '101706.910000', '101707.370000', '101707.830000', '101708.290000', '101708.750000', '101709.210000', '101709.670000', '101710.130000', '101710.590000', '101711.050000', '101711.510000', '101711.970000', '101712.430000', '101712.890000', '101713.350000', '101713.810000', '101714.270000', '101714.730000', '101715.190000', '101715.650000', '101716.110000', '101716.570000', '101717.030000', '101717.490000', '101717.950000', '101718.410000', '101718.870000', '101719.330000', '101719.790000', '101720.250000', '101720.710000', '101721.170000', '101721.630000', '101722.090000', '101722.550000', '101723.010000', '101723.470000', '101723.930000', '101724.390000', '101724.850000', '101725.310000', '101725.770000', '101726.230000', '101726.690000', '101727.150000', '101727.610000', '101728.070000', '101728.530000', '101728.990000', '101729.450000', '101729.910000', '101730.370000', '101730.830000', '101731.290000', '101731.750000', '101732.210000', '101732.670000', '101733.130000', '101733.590000', '101734.050000', '101734.510000', '101734.970000', '101735.430000', '101735.890000', '101736.350000', '101736.810000', '101737.270000', '101737.730000', '101738.190000', '101738.650000', '101739.110000', '101739.570000', '101740.030000', '101740.490000', '101740.950000', '101741.410000', '101741.870000', '101742.330000', '101742.790000', '101743.250000', '101743.710000', '101744.170000', '101744.630000', '101745.090000', '101745.550000', '101746.010000', '101746.470000', '101746.930000', '101747.390000', '101747.850000', '101748.310000', '101748.770000', '101749.230000', '101749.690000', '101750.150000', '101750.610000', '101751.070000', '101751.530000', '101751.990000', '101752.450000', '101752.910000', '101753.370000', '101753.830000', '101754.290000', '101754.750000', '101755.210000', '101755.670000', '101756.130000', '101756.590000', '101757.050000', '101757.510000', '101757.970000', '101758.430000', '101758.890000', '101759.350000', '101759.810000', '101800.270000', '101800.730000', '101801.190000', '101801.650000', '101802.110000', '101802.570000', '101803.030000', '101803.490000', '101803.950000', '101804.410000', '101804.870000', '101805.330000', '101805.790000', '101806.250000', '101806.710000', '101807.170000', '101807.630000', '101808.090000', '101808.550000', '101809.010000', '101809.470000', '101809.930000', '101810.390000', '101810.850000', '101811.310000', '101811.770000', '101812.230000', '101812.690000', '101813.150000', '101813.610000', '101814.070000', '101814.530000', '101814.990000', '101815.450000', '101815.910000', '101816.370000', '101816.830000', '101817.290000', '101817.750000', '101818.210000', '101818.670000', '101819.130000', '101819.590000', '101820.050000', '101820.510000', '101820.970000', '101821.430000', '101821.890000', '101822.350000', '101822.810000', '101823.270000', '101823.730000', '101824.190000', '101824.650000', '101825.110000', '101825.570000', '101826.030000', '101826.490000', '101826.950000', '101827.410000', '101827.870000', '101828.330000', '101828.790000', '101829.250000', '101829.710000', '101830.170000', '101830.630000', '101831.090000', '101831.550000', '101832.010000', '101832.470000', '101832.930000', '101833.390000', '101833.850000', '101834.310000', '101834.770000', '101835.230000', '101835.690000', '101836.150000', '101836.610000', '101837.070000', '101837.530000', '101837.990000', '101838.450000', '101838.910000', '101839.370000', '101839.830000', '101840.290000', '101840.750000', '101841.210000', '101841.670000', '101842.130000', '101842.590000', '101843.050000', '101843.510000', '101843.970000', '101844.430000', '101844.890000', '101845.350000', '101845.810000', '101846.270000', '101846.730000', '101847.190000', '101847.650000', '101848.110000', '101848.570000', '101849.030000', '101849.490000', '101849.950000', '101850.410000', '101850.870000', '101851.330000', '101851.790000', '101852.250000', '101852.710000', '101853.170000', '101853.630000', '101854.090000', '101854.550000', '101855.010000', '101855.470000', '101855.930000', '101856.390000', '101856.850000', '101857.310000', '101857.770000', '101858.230000', '101858.690000', '101859.150000', '101859.610000', '101900.070000', '101900.530000', '101900.990000', '101901.450000', '101901.910000', '101902.370000', '101902.830000', '101903.290000', '101903.750000', '101904.210000', '101904.670000', '101905.130000', '101905.590000', '101906.050000', '101906.510000', '101906.970000', '101907.430000', '101907.890000', '101908.350000', '101908.810000', '101909.270000', '101909.730000', '101910.190000', '101910.650000', '101911.110000', '101911.570000', '101912.030000', '101912.490000', '101912.950000', '101913.410000', '101913.870000', '101914.330000', '101914.790000', '101915.250000', '101915.710000', '101916.170000', '101916.630000', '101917.090000', '101917.550000', '101918.010000', '101918.470000', '101918.930000', '101919.390000', '101919.850000', '101920.310000', '101920.770000', '101921.230000', '101921.690000', '101922.150000', '101922.610000', '101923.070000', '101923.530000', '101923.990000', '101924.450000', '101924.910000', '101925.370000', '101925.830000', '101926.290000', '101926.750000', '101927.210000', '101927.670000', '101928.130000', '101928.590000', '101929.050000', '101929.510000', '101929.970000', '101930.430000', '101930.890000', '101931.350000', '101931.810000', '101932.270000', '101932.730000', '101933.190000', '101933.650000', '101934.110000', '101934.570000', '101935.030000', '101935.490000', '101935.950000', '101936.410000', '101936.870000', '101937.330000', '101937.790000', '101938.250000', '101938.710000', '101939.170000', '101939.630000', '101940.090000', '101940.550000', '101941.010000', '101941.470000', '101941.930000', '101942.390000', '101942.850000', '101943.310000', '101943.770000', '101944.230000', '101944.690000', '101945.150000', '101945.610000', '101946.070000', '101946.530000', '101946.990000', '101947.450000', '101947.910000', '101948.370000', '101948.830000', '101949.290000', '101949.750000', '101950.210000', '101950.670000', '101951.130000', '101951.590000', '101952.050000', '101952.510000', '101952.970000', '101953.430000', '101953.890000', '101954.350000', '101954.810000', '101955.270000', '101955.730000', '101956.190000', '101956.650000', '101957.110000', '101957.570000', '101958.030000', '101958.490000', '101958.950000', '101959.410000', '101959.870000', '102000.330000', '102000.790000', '102001.250000', '102001.710000', '102002.170000', '102002.630000', '102003.090000', '102003.550000', '102004.010000', '102004.470000', '102004.930000', '102005.390000', '102005.850000', '102006.310000', '102006.770000', '102007.230000', '102007.690000', '102008.150000', '102008.610000', '102009.070000', '102009.530000', '102009.990000', '102010.450000', '102010.910000', '102011.370000', '102011.830000', '102012.290000', '102012.750000', '102013.210000', '102013.670000', '102014.130000', '102014.590000', '102015.050000', '102015.510000', '102015.970000', '102016.430000', '102016.890000', '102017.350000', '102017.810000', '102018.270000', '102018.730000', '102019.190000', '102019.650000', '102020.110000', '102020.570000', '102021.030000', '102021.490000', '102021.950000', '102022.410000', '102022.870000', '102023.330000', '102023.790000', '102024.250000', '102024.710000', '102025.170000', '102025.630000', '102026.090000', '102026.550000', '102027.010000', '102027.470000', '102027.930000', '102028.390000', '102028.850000', '102029.310000', '102029.770000', '102030.230000', '102030.690000', '102031.150000', '102031.610000', '102032.070000', '102032.530000', '102032.990000', '102033.450000', '102033.910000', '102034.370000', '102034.830000', '102035.290000', '102035.750000', '102036.210000', '102036.670000', '102037.130000', '102037.590000', '102038.050000', '102038.510000', '102038.970000', '102039.430000', '102039.890000', '102040.350000', '102040.810000', '102041.270000', '102041.730000', '102042.190000', '102042.650000', '102043.110000', '102043.570000', '102044.030000', '102044.490000', '102044.950000', '102045.410000', '102045.870000', '102046.330000', '102046.790000', '102047.250000', '102047.710000', '102048.170000', '102048.630000', '102049.090000', '102049.550000', '102050.010000', '102050.470000', '102050.930000', '102051.390000', '102051.850000', '102052.310000', '102052.770000', '102053.230000', '102053.690000', '102054.150000', '102054.610000', '102055.070000', '102055.530000', '102055.990000', '102056.450000', '102056.910000', '102057.370000', '102057.830000', '102058.290000', '102058.750000', '102059.210000', '102059.670000', '102100.130000', '102100.590000', '102101.050000', '102101.510000', '102101.970000', '102102.430000', '102102.890000', '102103.350000', '102103.810000', '102104.270000', '102104.730000', '102105.190000', '102105.650000', '102106.110000', '102106.570000', '102107.030000', '102107.490000', '102107.950000', '102108.410000', '102108.870000', '102109.330000', '102109.790000', '102110.250000', '102110.710000', '102111.170000', '102111.630000', '102112.090000', '102112.550000', '102113.010000', '102113.470000', '102113.930000', '102114.390000', '102114.850000', '102115.310000', '102115.770000', '102116.230000', '102116.690000', '102117.150000', '102117.610000', '102118.070000', '102118.530000', '102118.990000', '102119.450000', '102119.910000', '102120.370000', '102120.830000', '102121.290000', '102121.750000', '102122.210000', '102122.670000', '102123.130000', '102123.590000', '102124.050000', '102124.510000', '102124.970000', '102125.430000', '102125.890000', '102126.350000', '102126.810000', '102127.270000', '102127.730000', '102128.190000', '102128.650000', '102129.110000', '102129.570000', '102130.030000', '102130.490000', '102130.950000', '102131.410000', '102131.870000', '102132.330000', '102132.790000', '102133.250000', '102133.710000', '102134.170000', '102134.630000', '102135.090000', '102135.550000', '102136.010000', '102136.470000', '102136.930000', '102137.390000', '102137.850000', '102138.310000', '102138.770000', '102139.230000', '102139.690000', '102140.150000', '102140.610000', '102141.070000', '102141.530000', '102141.990000', '102142.450000', '102142.910000', '102143.370000', '102143.830000', '102144.290000', '102144.750000', '102145.210000', '102145.670000', '102146.130000', '102146.590000', '102147.050000', '102147.510000', '102147.970000', '102148.430000', '102148.890000', '102149.350000', '102149.810000', '102150.270000', '102150.730000', '102151.190000', '102151.650000', '102152.110000', '102152.570000', '102153.030000', '102153.490000', '102153.950000', '102154.410000', '102154.870000', '102155.330000', '102155.790000', '102156.250000', '102156.710000', '102157.170000', '102157.630000', '102158.090000', '102158.550000', '102159.010000', '102159.470000', '102159.930000', '102200.390000', '102200.850000', '102201.310000', '102201.770000', '102202.230000', '102202.690000', '102203.150000', '102203.610000', '102204.070000', '102204.530000', '102204.990000', '102205.450000', '102205.910000', '102206.370000', '102206.830000', '102207.290000', '102207.750000', '102208.210000', '102208.670000', '102209.130000', '102209.590000', '102210.050000', '102210.510000', '102210.970000', '102211.430000', '102211.890000', '102212.350000', '102212.810000', '102213.270000', '102213.730000', '102214.190000', '102214.650000', '102215.110000', '102215.570000', '102216.030000', '102216.490000', '102216.950000', '102217.410000', '102217.870000', '102218.330000', '102218.790000', '102219.250000', '102219.710000', '102220.170000', '102220.630000', '102221.090000', '102221.550000', '102222.010000', '102222.470000', '102222.930000', '102223.390000', '102223.850000', '102224.310000', '102224.770000', '102225.230000', '102225.690000', '102226.150000', '102226.610000', '102227.070000', '102227.530000', '102227.990000', '102228.450000', '102228.910000', '102229.370000', '102229.830000', '102230.290000', '102230.750000', '102231.210000', '102231.670000', '102232.130000', '102232.590000', '102233.050000', '102233.510000', '102233.970000', '102234.430000', '102234.890000', '102235.350000', '102235.810000', '102236.270000', '102236.730000', '102237.190000', '102237.650000', '102238.110000', '102238.570000', '102239.030000', '102239.490000', '102239.950000'], 'ContentTime': ['101353.667000', '101353.670000', '101353.683000', '101353.685000', '101353.688000', '101353.690000', '101353.693000', '101353.695000', '101353.698000', '101353.701000', '101353.704000', '101413.636000', '101413.639000', '101413.641000', '101413.644000', '101413.646000', '101413.649000', '101413.651000', '101413.654000', '101413.657000', '101413.659000', '101413.662000', '101413.664000', '101413.667000', '101413.669000', '101413.672000', '101413.675000', '101413.689000', '101413.692000', '101413.694000', '101413.697000', '101413.699000', '101413.714000', '101413.717000', '101413.719000', '101413.722000', '101413.725000', '101413.728000', '101413.731000', '101413.733000', '101413.736000', '101413.739000', '101413.742000', '101413.744000', '101413.747000', '101413.750000', '101413.753000', '101413.761000', '101413.764000', '101413.767000', '101413.770000', '101413.773000', '101413.776000', '101413.778000', '101413.781000', '101433.636000', '101433.639000', '101433.641000', '101433.644000', '101433.646000', '101433.649000', '101433.651000', '101433.654000', '101433.656000', '101433.659000', '101433.661000', '101433.664000', '101433.669000', '101433.672000', '101433.674000', '101433.677000', '101433.679000', '101433.682000', '101433.685000', '101433.687000', '101433.690000', '101433.692000', '101433.695000', '101433.697000', '101433.700000', '101433.702000', '101433.705000', '101433.707000', '101433.710000', '101433.712000', '101433.715000', '101433.718000', '101433.720000', '101433.723000', '101433.725000', '101433.728000', '101433.730000', '101433.733000', '101433.736000', '101433.738000', '101433.741000', '101433.743000', '101433.746000', '101453.635000', '101453.638000', '101453.641000', '101453.643000', '101453.646000', '101453.648000', '101453.651000', '101453.654000', '101453.660000', '101453.663000', '101453.666000', '101453.668000', '101453.671000', '101453.673000', '101453.676000', '101453.678000', '101453.681000', '101453.684000', '101453.686000', '101453.689000', '101453.691000', '101453.694000', '101453.696000', '101453.699000', '101453.702000', '101453.704000', '101453.707000', '101453.709000', '101453.712000', '101453.715000', '101453.717000', '101453.720000', '101453.722000', '101453.725000', '101453.727000', '101453.730000', '101453.732000', '101453.735000', '101453.737000', '101453.740000', '101453.742000', '101453.745000', '101453.748000', '101453.750000', '101513.636000', '101513.638000', '101513.641000', '101513.644000', '101513.646000', '101513.649000', '101513.651000', '101513.654000', '101513.656000', '101513.659000', '101513.662000', '101513.664000', '101513.667000', '101513.669000', '101513.672000', '101513.674000', '101513.677000', '101513.680000', '101513.682000', '101513.685000', '101513.687000', '101513.690000', '101513.692000', '101513.695000', '101513.697000', '101513.700000', '101513.702000', '101513.705000', '101513.708000', '101513.710000', '101513.713000', '101513.715000', '101513.718000', '101513.720000', '101513.726000', '101513.729000', '101513.731000', '101513.734000', '101513.736000', '101513.739000', '101513.741000', '101513.744000', '101513.747000', '101533.636000', '101533.638000', '101533.641000', '101533.643000', '101533.646000', '101533.649000', '101533.651000', '101533.654000', '101533.656000', '101533.661000', '101533.664000', '101533.666000', '101533.669000', '101533.672000', '101533.674000', '101533.677000', '101533.679000', '101533.682000', '101533.684000', '101533.687000', '101533.689000', '101533.692000', '101533.695000', '101533.697000', '101533.700000', '101533.702000', '101533.705000', '101533.707000', '101533.710000', '101533.713000', '101533.715000', '101533.718000', '101533.720000', '101533.723000', '101533.725000', '101533.728000', '101533.730000', '101533.733000', '101533.735000', '101533.738000', '101533.740000', '101533.743000', '101533.746000', '101533.748000', '101553.635000', '101553.638000', '101553.641000', '101553.643000', '101553.646000', '101553.648000', '101553.651000', '101553.654000', '101553.656000', '101553.659000', '101553.661000', '101553.673000', '101553.676000', '101553.678000', '101553.681000', '101553.683000', '101553.686000', '101553.689000', '101553.691000', '101553.694000', '101553.696000', '101553.699000', '101553.702000', '101553.704000', '101553.707000', '101553.709000', '101553.712000', '101553.715000', '101553.717000', '101553.720000', '101553.722000', '101553.730000', '101553.733000', '101553.735000', '101553.738000', '101553.740000', '101553.743000', '101553.745000', '101553.748000', '101553.751000', '101553.753000', '101553.756000', '101553.758000', '101613.636000', '101613.639000', '101613.642000', '101613.645000', '101613.648000', '101613.650000', '101613.653000', '101613.655000', '101613.658000', '101613.661000', '101613.663000', '101613.666000', '101613.668000', '101613.671000', '101613.674000', '101613.676000', '101613.679000', '101613.682000', '101613.684000', '101613.687000', '101613.689000', '101613.692000', '101613.695000', '101613.697000', '101613.700000', '101613.703000', '101613.705000', '101613.708000', '101613.710000', '101613.713000', '101613.715000', '101613.718000', '101613.721000', '101613.723000', '101613.726000', '101613.728000', '101613.731000', '101613.733000', '101613.736000', '101613.739000', '101613.741000', '101613.744000', '101613.746000', '101633.636000', '101633.639000', '101633.641000', '101633.644000', '101633.646000', '101633.649000', '101633.652000', '101633.654000', '101633.657000', '101633.659000', '101633.662000', '101633.665000', '101633.667000', '101633.674000', '101633.676000', '101633.679000', '101633.682000', '101633.684000', '101633.687000', '101633.689000', '101633.692000', '101633.694000', '101633.697000', '101633.700000', '101633.702000', '101633.705000', '101633.707000', '101633.710000', '101633.713000', '101633.715000', '101633.718000', '101633.720000', '101633.723000', '101633.726000', '101633.728000', '101633.731000', '101633.733000', '101633.736000', '101633.738000', '101633.741000', '101633.744000', '101633.746000', '101633.749000', '101633.751000', '101653.636000', '101653.638000', '101653.641000', '101653.644000', '101653.646000', '101653.649000', '101653.651000', '101653.654000', '101653.657000', '101653.659000', '101653.662000', '101653.664000', '101653.667000', '101653.670000', '101653.672000', '101653.675000', '101653.678000', '101653.680000', '101653.683000', '101653.685000', '101653.688000', '101653.690000', '101653.693000', '101653.696000', '101653.698000', '101653.701000', '101653.703000', '101653.706000', '101653.708000', '101653.711000', '101653.714000', '101653.716000', '101653.719000', '101653.721000', '101653.724000', '101653.727000', '101653.729000', '101653.732000', '101653.734000', '101653.737000', '101653.740000', '101653.742000', '101653.745000', '101713.636000', '101713.638000', '101713.641000', '101713.644000', '101713.646000', '101713.649000', '101713.651000', '101713.654000', '101713.657000', '101713.659000', '101713.662000', '101713.664000', '101713.667000', '101713.670000', '101713.672000', '101713.675000', '101713.678000', '101713.680000', '101713.683000', '101713.685000', '101713.688000', '101713.691000', '101713.693000', '101713.696000', '101713.699000', '101713.701000', '101713.704000', '101713.706000', '101713.709000', '101713.711000', '101713.714000', '101713.717000', '101713.719000', '101713.722000', '101713.725000', '101713.727000', '101713.730000', '101713.732000', '101713.735000', '101713.738000', '101713.740000', '101713.743000', '101713.745000', '101713.748000', '101733.635000', '101733.638000', '101733.641000', '101733.643000', '101733.646000', '101733.649000', '101733.651000', '101733.673000', '101733.676000', '101733.678000', '101733.682000', '101733.684000', '101733.687000', '101733.690000', '101733.693000', '101733.695000', '101733.698000', '101733.700000', '101733.703000', '101733.706000', '101733.708000', '101733.711000', '101733.713000', '101733.716000', '101733.718000', '101733.721000', '101733.724000', '101733.726000', '101733.729000', '101733.731000', '101733.734000', '101733.737000', '101733.739000', '101733.742000', '101733.745000', '101733.747000', '101733.750000', '101733.752000', '101733.755000', '101733.757000', '101733.760000', '101733.763000', '101733.765000', '101753.636000', '101753.638000', '101753.641000', '101753.644000', '101753.646000', '101753.649000', '101753.651000', '101753.654000', '101753.657000', '101753.659000', '101753.662000', '101753.664000', '101753.667000', '101753.669000', '101753.672000', '101753.675000', '101753.677000', '101753.680000', '101753.682000', '101753.685000', '101753.687000', '101753.690000', '101753.693000', '101753.695000', '101753.698000', '101753.700000', '101753.703000', '101753.705000', '101753.708000', '101753.711000', '101753.713000', '101753.716000', '101753.718000', '101753.721000', '101753.724000', '101753.726000', '101753.729000', '101753.731000', '101753.734000', '101753.736000', '101753.739000', '101753.742000', '101753.744000', '101753.747000', '101813.636000', '101813.638000', '101813.641000', '101813.644000', '101813.646000', '101813.649000', '101813.651000', '101813.654000', '101813.657000', '101813.659000', '101813.662000', '101813.664000', '101813.667000', '101813.669000', '101813.672000', '101813.675000', '101813.677000', '101813.680000', '101813.682000', '101813.685000', '101813.688000', '101813.690000', '101813.693000', '101813.695000', '101813.698000', '101813.701000', '101813.703000', '101813.706000', '101813.709000', '101813.711000', '101813.714000', '101813.716000', '101813.719000', '101813.722000', '101813.724000', '101813.727000', '101813.729000', '101813.732000', '101813.735000', '101813.737000', '101813.740000', '101813.743000', '101813.745000', '101833.637000', '101833.640000', '101833.642000', '101833.645000', '101833.647000', '101833.650000', '101833.653000', '101833.655000', '101833.658000', '101833.661000', '101833.663000', '101833.666000', '101833.668000', '101833.671000', '101833.674000', '101833.676000', '101833.679000', '101833.681000', '101833.684000', '101833.687000', '101833.689000', '101833.692000', '101833.694000', '101833.697000', '101833.700000', '101833.702000', '101833.705000', '101833.707000', '101833.710000', '101833.712000', '101833.715000', '101833.718000', '101833.720000', '101833.723000', '101833.725000', '101833.728000', '101833.731000', '101833.733000', '101833.736000', '101833.738000', '101833.741000', '101833.744000', '101833.746000', '101833.749000', '101853.635000', '101853.638000', '101853.641000', '101853.644000', '101853.646000', '101853.649000', '101853.651000', '101853.654000', '101853.656000', '101853.659000', '101853.662000', '101853.664000', '101853.667000', '101853.669000', '101853.672000', '101853.675000', '101853.677000', '101853.680000', '101853.683000', '101853.685000', '101853.688000', '101853.690000', '101853.693000', '101853.696000', '101853.698000', '101853.701000', '101853.703000', '101853.706000', '101853.709000', '101853.711000', '101853.714000', '101853.716000', '101853.726000', '101853.729000', '101853.732000', '101853.734000', '101853.737000', '101853.740000', '101853.742000', '101853.745000', '101853.747000', '101853.750000', '101853.753000', '101913.636000', '101913.638000', '101913.641000', '101913.644000', '101913.646000', '101913.649000', '101913.651000', '101913.654000', '101913.657000', '101913.659000', '101913.664000', '101913.666000', '101913.669000', '101913.672000', '101913.674000', '101913.677000', '101913.679000', '101913.682000', '101913.685000', '101913.687000', '101913.690000', '101913.693000', '101913.695000', '101913.698000', '101913.701000', '101913.703000', '101913.706000', '101913.708000', '101913.711000', '101913.714000', '101913.716000', '101913.719000', '101913.721000', '101913.724000', '101913.727000', '101913.735000', '101913.737000', '101913.740000', '101913.742000', '101913.745000', '101913.748000', '101913.750000', '101913.753000', '101913.755000', '101933.635000', '101933.638000', '101933.641000', '101933.644000', '101933.646000', '101933.649000', '101933.651000', '101933.654000', '101933.657000', '101933.659000', '101933.662000', '101933.664000', '101933.667000', '101933.669000', '101933.672000', '101933.675000', '101933.677000', '101933.680000', '101933.682000', '101933.685000', '101933.688000', '101933.690000', '101933.693000', '101933.695000', '101933.698000', '101933.701000', '101933.703000', '101933.706000', '101933.708000', '101933.711000', '101933.714000', '101933.716000', '101933.719000', '101933.721000', '101933.724000', '101933.726000', '101933.729000', '101933.732000', '101933.734000', '101933.737000', '101933.739000', '101933.742000', '101933.744000', '101953.636000', '101953.638000', '101953.641000', '101953.644000', '101953.646000', '101953.649000', '101953.652000', '101953.654000', '101953.657000', '101953.659000', '101953.662000', '101953.664000', '101953.667000', '101953.670000', '101953.672000', '101953.675000', '101953.678000', '101953.680000', '101953.683000', '101953.685000', '101953.688000', '101953.690000', '101953.693000', '101953.696000', '101953.698000', '101953.701000', '101953.703000', '101953.706000', '101953.708000', '101953.711000', '101953.714000', '101953.717000', '101953.719000', '101953.722000', '101953.724000', '101953.727000', '101953.729000', '101953.732000', '101953.735000', '101953.737000', '101953.740000', '101953.742000', '101953.745000', '101953.748000', '102013.636000', '102013.639000', '102013.641000', '102013.644000', '102013.646000', '102013.649000', '102013.652000', '102013.654000', '102013.657000', '102013.659000', '102013.662000', '102013.664000', '102013.667000', '102013.670000', '102013.672000', '102013.675000', '102013.677000', '102013.680000', '102013.683000', '102013.685000', '102013.688000', '102013.690000', '102013.693000', '102013.695000', '102013.698000', '102013.701000', '102013.703000', '102013.706000', '102013.733000', '102013.735000', '102013.738000', '102013.740000', '102013.743000', '102013.746000', '102013.748000', '102013.751000', '102013.753000', '102013.756000', '102013.759000', '102013.763000', '102013.765000', '102013.768000', '102013.770000', '102033.635000', '102033.638000', '102033.641000', '102033.643000', '102033.646000', '102033.649000', '102033.651000', '102033.654000', '102033.656000', '102033.659000', '102033.661000', '102033.664000', '102033.667000', '102033.669000', '102033.672000', '102033.674000', '102033.677000', '102033.680000', '102033.682000', '102033.685000', '102033.687000', '102033.690000', '102033.692000', '102033.695000', '102033.698000', '102033.700000', '102033.703000', '102033.705000', '102033.708000', '102033.711000', '102033.714000', '102033.717000', '102033.720000', '102033.722000', '102033.725000', '102033.727000', '102033.730000', '102033.733000', '102033.735000', '102033.738000', '102033.740000', '102033.743000', '102033.745000', '102033.748000', '102053.637000', '102053.639000', '102053.642000', '102053.645000', '102053.647000', '102053.650000', '102053.652000', '102053.655000', '102053.657000', '102053.660000', '102053.663000', '102053.665000', '102053.668000', '102053.671000', '102053.673000', '102053.676000', '102053.678000', '102053.681000', '102053.684000', '102053.686000', '102053.689000', '102053.691000', '102053.694000', '102053.696000', '102053.699000', '102053.702000', '102053.704000', '102053.707000', '102053.709000', '102053.712000', '102053.715000', '102053.717000', '102053.720000', '102053.722000', '102053.725000', '102053.727000', '102053.730000', '102053.733000', '102053.735000', '102053.738000', '102053.740000', '102053.743000', '102053.745000', '102113.636000', '102113.638000', '102113.641000', '102113.644000', '102113.646000', '102113.649000', '102113.651000', '102113.654000', '102113.657000', '102113.659000', '102113.662000', '102113.665000', '102113.668000', '102113.671000', '102113.674000', '102113.676000', '102113.679000', '102113.682000', '102113.684000', '102113.687000', '102113.689000', '102113.692000', '102113.694000', '102113.697000', '102113.700000', '102113.702000', '102113.705000', '102113.707000', '102113.710000', '102113.713000', '102113.715000', '102113.718000', '102113.720000', '102113.723000', '102113.725000', '102113.728000', '102113.731000', '102113.733000', '102113.736000', '102113.738000', '102113.741000', '102113.744000', '102113.746000', '102133.636000', '102133.638000', '102133.641000', '102133.644000', '102133.646000', '102133.649000', '102133.651000', '102133.654000', '102133.656000', '102133.659000', '102133.662000', '102133.664000', '102133.667000', '102133.669000', '102133.672000', '102133.675000', '102133.677000', '102133.680000', '102133.682000', '102133.685000', '102133.687000', '102133.690000', '102133.693000', '102133.695000', '102133.698000', '102133.700000', '102133.703000', '102133.705000', '102133.708000', '102133.711000', '102133.713000', '102133.716000', '102133.718000', '102133.721000', '102133.723000', '102133.726000', '102133.729000', '102133.731000', '102133.734000', '102133.736000', '102133.745000', '102133.748000', '102133.750000', '102133.753000', '102153.636000', '102153.638000', '102153.641000', '102153.643000', '102153.646000', '102153.649000', '102153.651000', '102153.654000', '102153.656000', '102153.659000', '102153.662000', '102153.664000', '102153.667000', '102153.670000', '102153.672000', '102153.675000', '102153.678000', '102153.680000', '102153.683000', '102153.686000', '102153.688000', '102153.691000', '102153.694000', '102153.696000', '102153.699000', '102153.702000', '102153.704000', '102153.707000', '102153.709000', '102153.712000', '102153.714000', '102153.717000', '102153.720000', '102153.722000', '102153.725000', '102153.727000', '102153.730000', '102153.733000', '102153.735000', '102153.738000', '102153.740000', '102153.743000', '102153.746000', '102153.748000', '102213.635000', '102213.638000', '102213.641000', '102213.643000', '102213.646000', '102213.649000', '102213.651000', '102213.654000', '102213.656000', '102213.659000', '102213.662000', '102213.664000', '102213.667000', '102213.669000', '102213.672000', '102213.675000', '102213.677000', '102213.680000', '102213.682000', '102213.685000', '102213.688000', '102213.690000', '102213.693000', '102213.695000', '102213.698000', '102213.701000', '102213.703000', '102213.706000', '102213.708000', '102213.711000', '102213.713000', '102213.716000', '102213.719000', '102213.721000', '102213.724000', '102213.726000', '102213.729000', '102213.731000', '102213.734000', '102213.737000', '102213.739000', '102213.742000', '102213.744000', '102233.636000', '102233.638000', '102233.641000', '102233.643000', '102233.646000', '102233.649000', '102233.651000', '102233.654000', '102233.657000', '102233.660000', '102233.662000', '102233.665000', '102233.668000', '102233.670000', '102233.673000', '102233.675000', '102233.678000', '102233.681000', '102233.683000', '102233.686000', '102233.689000', '102233.691000', '102233.694000', '102233.697000', '102233.699000', '102233.702000', '102233.704000', '102233.707000', '102233.710000', '102233.712000', '102233.715000', '102233.717000', '102233.720000', '102233.723000', '102233.725000', '102233.728000', '102233.730000', '102233.733000', '102233.736000', '102233.738000', '102233.741000', '102233.743000', '102233.746000', '102233.748000', '102240.911000', '102240.914000', '102240.916000', '102240.919000', '102240.922000', '102240.924000', '102240.927000', '102240.930000', '102240.932000', '102240.935000', '102240.937000', '102240.940000', '102240.943000', '102240.945000', '102240.948000', '102240.950000'], 'InstanceCreationTime': ['101353.667000', '101353.670000', '101353.683000', '101353.685000', '101353.688000', '101353.690000', '101353.693000', '101353.695000', '101353.698000', '101353.701000', '101353.704000', '101413.636000', '101413.639000', '101413.641000', '101413.644000', '101413.646000', '101413.649000', '101413.651000', '101413.654000', '101413.657000', '101413.659000', '101413.662000', '101413.664000', '101413.667000', '101413.669000', '101413.672000', '101413.675000', '101413.689000', '101413.692000', '101413.694000', '101413.697000', '101413.699000', '101413.714000', '101413.717000', '101413.719000', '101413.722000', '101413.725000', '101413.728000', '101413.731000', '101413.733000', '101413.736000', '101413.739000', '101413.742000', '101413.744000', '101413.747000', '101413.750000', '101413.753000', '101413.761000', '101413.764000', '101413.767000', '101413.770000', '101413.773000', '101413.776000', '101413.778000', '101413.781000', '101433.636000', '101433.639000', '101433.641000', '101433.644000', '101433.646000', '101433.649000', '101433.651000', '101433.654000', '101433.656000', '101433.659000', '101433.661000', '101433.664000', '101433.669000', '101433.672000', '101433.674000', '101433.677000', '101433.679000', '101433.682000', '101433.685000', '101433.687000', '101433.690000', '101433.692000', '101433.695000', '101433.697000', '101433.700000', '101433.702000', '101433.705000', '101433.707000', '101433.710000', '101433.712000', '101433.715000', '101433.718000', '101433.720000', '101433.723000', '101433.725000', '101433.728000', '101433.730000', '101433.733000', '101433.736000', '101433.738000', '101433.741000', '101433.743000', '101433.746000', '101453.635000', '101453.638000', '101453.641000', '101453.643000', '101453.646000', '101453.648000', '101453.651000', '101453.654000', '101453.660000', '101453.663000', '101453.666000', '101453.668000', '101453.671000', '101453.673000', '101453.676000', '101453.678000', '101453.681000', '101453.684000', '101453.686000', '101453.689000', '101453.691000', '101453.694000', '101453.696000', '101453.699000', '101453.702000', '101453.704000', '101453.707000', '101453.709000', '101453.712000', '101453.715000', '101453.717000', '101453.720000', '101453.722000', '101453.725000', '101453.727000', '101453.730000', '101453.732000', '101453.735000', '101453.737000', '101453.740000', '101453.742000', '101453.745000', '101453.748000', '101453.750000', '101513.636000', '101513.638000', '101513.641000', '101513.644000', '101513.646000', '101513.649000', '101513.651000', '101513.654000', '101513.656000', '101513.659000', '101513.662000', '101513.664000', '101513.667000', '101513.669000', '101513.672000', '101513.674000', '101513.677000', '101513.680000', '101513.682000', '101513.685000', '101513.687000', '101513.690000', '101513.692000', '101513.695000', '101513.697000', '101513.700000', '101513.702000', '101513.705000', '101513.708000', '101513.710000', '101513.713000', '101513.715000', '101513.718000', '101513.720000', '101513.726000', '101513.729000', '101513.731000', '101513.734000', '101513.736000', '101513.739000', '101513.741000', '101513.744000', '101513.747000', '101533.636000', '101533.638000', '101533.641000', '101533.643000', '101533.646000', '101533.649000', '101533.651000', '101533.654000', '101533.656000', '101533.661000', '101533.664000', '101533.666000', '101533.669000', '101533.672000', '101533.674000', '101533.677000', '101533.679000', '101533.682000', '101533.684000', '101533.687000', '101533.689000', '101533.692000', '101533.695000', '101533.697000', '101533.700000', '101533.702000', '101533.705000', '101533.707000', '101533.710000', '101533.713000', '101533.715000', '101533.718000', '101533.720000', '101533.723000', '101533.725000', '101533.728000', '101533.730000', '101533.733000', '101533.735000', '101533.738000', '101533.740000', '101533.743000', '101533.746000', '101533.748000', '101553.635000', '101553.638000', '101553.641000', '101553.643000', '101553.646000', '101553.648000', '101553.651000', '101553.654000', '101553.656000', '101553.659000', '101553.661000', '101553.673000', '101553.676000', '101553.678000', '101553.681000', '101553.683000', '101553.686000', '101553.689000', '101553.691000', '101553.694000', '101553.696000', '101553.699000', '101553.702000', '101553.704000', '101553.707000', '101553.709000', '101553.712000', '101553.715000', '101553.717000', '101553.720000', '101553.722000', '101553.730000', '101553.733000', '101553.735000', '101553.738000', '101553.740000', '101553.743000', '101553.745000', '101553.748000', '101553.751000', '101553.753000', '101553.756000', '101553.758000', '101613.636000', '101613.639000', '101613.642000', '101613.645000', '101613.648000', '101613.650000', '101613.653000', '101613.655000', '101613.658000', '101613.661000', '101613.663000', '101613.666000', '101613.668000', '101613.671000', '101613.674000', '101613.676000', '101613.679000', '101613.682000', '101613.684000', '101613.687000', '101613.689000', '101613.692000', '101613.695000', '101613.697000', '101613.700000', '101613.703000', '101613.705000', '101613.708000', '101613.710000', '101613.713000', '101613.715000', '101613.718000', '101613.721000', '101613.723000', '101613.726000', '101613.728000', '101613.731000', '101613.733000', '101613.736000', '101613.739000', '101613.741000', '101613.744000', '101613.746000', '101633.636000', '101633.639000', '101633.641000', '101633.644000', '101633.646000', '101633.649000', '101633.652000', '101633.654000', '101633.657000', '101633.659000', '101633.662000', '101633.665000', '101633.667000', '101633.674000', '101633.676000', '101633.679000', '101633.682000', '101633.684000', '101633.687000', '101633.689000', '101633.692000', '101633.694000', '101633.697000', '101633.700000', '101633.702000', '101633.705000', '101633.707000', '101633.710000', '101633.713000', '101633.715000', '101633.718000', '101633.720000', '101633.723000', '101633.726000', '101633.728000', '101633.731000', '101633.733000', '101633.736000', '101633.738000', '101633.741000', '101633.744000', '101633.746000', '101633.749000', '101633.751000', '101653.636000', '101653.638000', '101653.641000', '101653.644000', '101653.646000', '101653.649000', '101653.651000', '101653.654000', '101653.657000', '101653.659000', '101653.662000', '101653.664000', '101653.667000', '101653.670000', '101653.672000', '101653.675000', '101653.678000', '101653.680000', '101653.683000', '101653.685000', '101653.688000', '101653.690000', '101653.693000', '101653.696000', '101653.698000', '101653.701000', '101653.703000', '101653.706000', '101653.708000', '101653.711000', '101653.714000', '101653.716000', '101653.719000', '101653.721000', '101653.724000', '101653.727000', '101653.729000', '101653.732000', '101653.734000', '101653.737000', '101653.740000', '101653.742000', '101653.745000', '101713.636000', '101713.638000', '101713.641000', '101713.644000', '101713.646000', '101713.649000', '101713.651000', '101713.654000', '101713.657000', '101713.659000', '101713.662000', '101713.664000', '101713.667000', '101713.670000', '101713.672000', '101713.675000', '101713.678000', '101713.680000', '101713.683000', '101713.685000', '101713.688000', '101713.691000', '101713.693000', '101713.696000', '101713.699000', '101713.701000', '101713.704000', '101713.706000', '101713.709000', '101713.711000', '101713.714000', '101713.717000', '101713.719000', '101713.722000', '101713.725000', '101713.727000', '101713.730000', '101713.732000', '101713.735000', '101713.738000', '101713.740000', '101713.743000', '101713.745000', '101713.748000', '101733.635000', '101733.638000', '101733.641000', '101733.643000', '101733.646000', '101733.649000', '101733.651000', '101733.673000', '101733.676000', '101733.678000', '101733.682000', '101733.684000', '101733.687000', '101733.690000', '101733.693000', '101733.695000', '101733.698000', '101733.700000', '101733.703000', '101733.706000', '101733.708000', '101733.711000', '101733.713000', '101733.716000', '101733.718000', '101733.721000', '101733.724000', '101733.726000', '101733.729000', '101733.731000', '101733.734000', '101733.737000', '101733.739000', '101733.742000', '101733.745000', '101733.747000', '101733.750000', '101733.752000', '101733.755000', '101733.757000', '101733.760000', '101733.763000', '101733.765000', '101753.636000', '101753.638000', '101753.641000', '101753.644000', '101753.646000', '101753.649000', '101753.651000', '101753.654000', '101753.657000', '101753.659000', '101753.662000', '101753.664000', '101753.667000', '101753.669000', '101753.672000', '101753.675000', '101753.677000', '101753.680000', '101753.682000', '101753.685000', '101753.687000', '101753.690000', '101753.693000', '101753.695000', '101753.698000', '101753.700000', '101753.703000', '101753.705000', '101753.708000', '101753.711000', '101753.713000', '101753.716000', '101753.718000', '101753.721000', '101753.724000', '101753.726000', '101753.729000', '101753.731000', '101753.734000', '101753.736000', '101753.739000', '101753.742000', '101753.744000', '101753.747000', '101813.636000', '101813.638000', '101813.641000', '101813.644000', '101813.646000', '101813.649000', '101813.651000', '101813.654000', '101813.657000', '101813.659000', '101813.662000', '101813.664000', '101813.667000', '101813.669000', '101813.672000', '101813.675000', '101813.677000', '101813.680000', '101813.682000', '101813.685000', '101813.688000', '101813.690000', '101813.693000', '101813.695000', '101813.698000', '101813.701000', '101813.703000', '101813.706000', '101813.709000', '101813.711000', '101813.714000', '101813.716000', '101813.719000', '101813.722000', '101813.724000', '101813.727000', '101813.729000', '101813.732000', '101813.735000', '101813.737000', '101813.740000', '101813.743000', '101813.745000', '101833.637000', '101833.640000', '101833.642000', '101833.645000', '101833.647000', '101833.650000', '101833.653000', '101833.655000', '101833.658000', '101833.661000', '101833.663000', '101833.666000', '101833.668000', '101833.671000', '101833.674000', '101833.676000', '101833.679000', '101833.681000', '101833.684000', '101833.687000', '101833.689000', '101833.692000', '101833.694000', '101833.697000', '101833.700000', '101833.702000', '101833.705000', '101833.707000', '101833.710000', '101833.712000', '101833.715000', '101833.718000', '101833.720000', '101833.723000', '101833.725000', '101833.728000', '101833.731000', '101833.733000', '101833.736000', '101833.738000', '101833.741000', '101833.744000', '101833.746000', '101833.749000', '101853.635000', '101853.638000', '101853.641000', '101853.644000', '101853.646000', '101853.649000', '101853.651000', '101853.654000', '101853.656000', '101853.659000', '101853.662000', '101853.664000', '101853.667000', '101853.669000', '101853.672000', '101853.675000', '101853.677000', '101853.680000', '101853.683000', '101853.685000', '101853.688000', '101853.690000', '101853.693000', '101853.696000', '101853.698000', '101853.701000', '101853.703000', '101853.706000', '101853.709000', '101853.711000', '101853.714000', '101853.716000', '101853.726000', '101853.729000', '101853.732000', '101853.734000', '101853.737000', '101853.740000', '101853.742000', '101853.745000', '101853.747000', '101853.750000', '101853.753000', '101913.636000', '101913.638000', '101913.641000', '101913.644000', '101913.646000', '101913.649000', '101913.651000', '101913.654000', '101913.657000', '101913.659000', '101913.664000', '101913.666000', '101913.669000', '101913.672000', '101913.674000', '101913.677000', '101913.679000', '101913.682000', '101913.685000', '101913.687000', '101913.690000', '101913.693000', '101913.695000', '101913.698000', '101913.701000', '101913.703000', '101913.706000', '101913.708000', '101913.711000', '101913.714000', '101913.716000', '101913.719000', '101913.721000', '101913.724000', '101913.727000', '101913.735000', '101913.737000', '101913.740000', '101913.742000', '101913.745000', '101913.748000', '101913.750000', '101913.753000', '101913.755000', '101933.635000', '101933.638000', '101933.641000', '101933.644000', '101933.646000', '101933.649000', '101933.651000', '101933.654000', '101933.657000', '101933.659000', '101933.662000', '101933.664000', '101933.667000', '101933.669000', '101933.672000', '101933.675000', '101933.677000', '101933.680000', '101933.682000', '101933.685000', '101933.688000', '101933.690000', '101933.693000', '101933.695000', '101933.698000', '101933.701000', '101933.703000', '101933.706000', '101933.708000', '101933.711000', '101933.714000', '101933.716000', '101933.719000', '101933.721000', '101933.724000', '101933.726000', '101933.729000', '101933.732000', '101933.734000', '101933.737000', '101933.739000', '101933.742000', '101933.744000', '101953.636000', '101953.638000', '101953.641000', '101953.644000', '101953.646000', '101953.649000', '101953.652000', '101953.654000', '101953.657000', '101953.659000', '101953.662000', '101953.664000', '101953.667000', '101953.670000', '101953.672000', '101953.675000', '101953.678000', '101953.680000', '101953.683000', '101953.685000', '101953.688000', '101953.690000', '101953.693000', '101953.696000', '101953.698000', '101953.701000', '101953.703000', '101953.706000', '101953.708000', '101953.711000', '101953.714000', '101953.717000', '101953.719000', '101953.722000', '101953.724000', '101953.727000', '101953.729000', '101953.732000', '101953.735000', '101953.737000', '101953.740000', '101953.742000', '101953.745000', '101953.748000', '102013.636000', '102013.639000', '102013.641000', '102013.644000', '102013.646000', '102013.649000', '102013.652000', '102013.654000', '102013.657000', '102013.659000', '102013.662000', '102013.664000', '102013.667000', '102013.670000', '102013.672000', '102013.675000', '102013.677000', '102013.680000', '102013.683000', '102013.685000', '102013.688000', '102013.690000', '102013.693000', '102013.695000', '102013.698000', '102013.701000', '102013.703000', '102013.706000', '102013.733000', '102013.735000', '102013.738000', '102013.740000', '102013.743000', '102013.746000', '102013.748000', '102013.751000', '102013.753000', '102013.756000', '102013.759000', '102013.763000', '102013.765000', '102013.768000', '102013.770000', '102033.635000', '102033.638000', '102033.641000', '102033.643000', '102033.646000', '102033.649000', '102033.651000', '102033.654000', '102033.656000', '102033.659000', '102033.661000', '102033.664000', '102033.667000', '102033.669000', '102033.672000', '102033.674000', '102033.677000', '102033.680000', '102033.682000', '102033.685000', '102033.687000', '102033.690000', '102033.692000', '102033.695000', '102033.698000', '102033.700000', '102033.703000', '102033.705000', '102033.708000', '102033.711000', '102033.714000', '102033.717000', '102033.720000', '102033.722000', '102033.725000', '102033.727000', '102033.730000', '102033.733000', '102033.735000', '102033.738000', '102033.740000', '102033.743000', '102033.745000', '102033.748000', '102053.637000', '102053.639000', '102053.642000', '102053.645000', '102053.647000', '102053.650000', '102053.652000', '102053.655000', '102053.657000', '102053.660000', '102053.663000', '102053.665000', '102053.668000', '102053.671000', '102053.673000', '102053.676000', '102053.678000', '102053.681000', '102053.684000', '102053.686000', '102053.689000', '102053.691000', '102053.694000', '102053.696000', '102053.699000', '102053.702000', '102053.704000', '102053.707000', '102053.709000', '102053.712000', '102053.715000', '102053.717000', '102053.720000', '102053.722000', '102053.725000', '102053.727000', '102053.730000', '102053.733000', '102053.735000', '102053.738000', '102053.740000', '102053.743000', '102053.745000', '102113.636000', '102113.638000', '102113.641000', '102113.644000', '102113.646000', '102113.649000', '102113.651000', '102113.654000', '102113.657000', '102113.659000', '102113.662000', '102113.665000', '102113.668000', '102113.671000', '102113.674000', '102113.676000', '102113.679000', '102113.682000', '102113.684000', '102113.687000', '102113.689000', '102113.692000', '102113.694000', '102113.697000', '102113.700000', '102113.702000', '102113.705000', '102113.707000', '102113.710000', '102113.713000', '102113.715000', '102113.718000', '102113.720000', '102113.723000', '102113.725000', '102113.728000', '102113.731000', '102113.733000', '102113.736000', '102113.738000', '102113.741000', '102113.744000', '102113.746000', '102133.636000', '102133.638000', '102133.641000', '102133.644000', '102133.646000', '102133.649000', '102133.651000', '102133.654000', '102133.656000', '102133.659000', '102133.662000', '102133.664000', '102133.667000', '102133.669000', '102133.672000', '102133.675000', '102133.677000', '102133.680000', '102133.682000', '102133.685000', '102133.687000', '102133.690000', '102133.693000', '102133.695000', '102133.698000', '102133.700000', '102133.703000', '102133.705000', '102133.708000', '102133.711000', '102133.713000', '102133.716000', '102133.718000', '102133.721000', '102133.723000', '102133.726000', '102133.729000', '102133.731000', '102133.734000', '102133.736000', '102133.745000', '102133.748000', '102133.750000', '102133.753000', '102153.636000', '102153.638000', '102153.641000', '102153.643000', '102153.646000', '102153.649000', '102153.651000', '102153.654000', '102153.656000', '102153.659000', '102153.662000', '102153.664000', '102153.667000', '102153.670000', '102153.672000', '102153.675000', '102153.678000', '102153.680000', '102153.683000', '102153.686000', '102153.688000', '102153.691000', '102153.694000', '102153.696000', '102153.699000', '102153.702000', '102153.704000', '102153.707000', '102153.709000', '102153.712000', '102153.714000', '102153.717000', '102153.720000', '102153.722000', '102153.725000', '102153.727000', '102153.730000', '102153.733000', '102153.735000', '102153.738000', '102153.740000', '102153.743000', '102153.746000', '102153.748000', '102213.635000', '102213.638000', '102213.641000', '102213.643000', '102213.646000', '102213.649000', '102213.651000', '102213.654000', '102213.656000', '102213.659000', '102213.662000', '102213.664000', '102213.667000', '102213.669000', '102213.672000', '102213.675000', '102213.677000', '102213.680000', '102213.682000', '102213.685000', '102213.688000', '102213.690000', '102213.693000', '102213.695000', '102213.698000', '102213.701000', '102213.703000', '102213.706000', '102213.708000', '102213.711000', '102213.713000', '102213.716000', '102213.719000', '102213.721000', '102213.724000', '102213.726000', '102213.729000', '102213.731000', '102213.734000', '102213.737000', '102213.739000', '102213.742000', '102213.744000', '102233.636000', '102233.638000', '102233.641000', '102233.643000', '102233.646000', '102233.649000', '102233.651000', '102233.654000', '102233.657000', '102233.660000', '102233.662000', '102233.665000', '102233.668000', '102233.670000', '102233.673000', '102233.675000', '102233.678000', '102233.681000', '102233.683000', '102233.686000', '102233.689000', '102233.691000', '102233.694000', '102233.697000', '102233.699000', '102233.702000', '102233.704000', '102233.707000', '102233.710000', '102233.712000', '102233.715000', '102233.717000', '102233.720000', '102233.723000', '102233.725000', '102233.728000', '102233.730000', '102233.733000', '102233.736000', '102233.738000', '102233.741000', '102233.743000', '102233.746000', '102233.748000', '102240.911000', '102240.914000', '102240.916000', '102240.919000', '102240.922000', '102240.924000', '102240.927000', '102240.930000', '102240.932000', '102240.935000', '102240.937000', '102240.940000', '102240.943000', '102240.945000', '102240.948000', '102240.950000'], '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': [10413, 11855, 10343, 14199, 10489, 9281, 12041, 10543, 13389, 10892, 11963, 12480, 11348, 15381, 11269, 12794, 11223, 11850, 11071, 14489, 10846, 13749, 9633, 12874, 10112, 12400, 9200, 12017, 9429, 11718, 9931, 11721, 8829, 11858, 11450, 10311, 13408, 9541, 11900, 9314, 11964, 9822, 11863, 15098, 10930, 12989, 9546, 12562, 10556, 12108, 12138, 10925, 14282, 10272, 13754, 10036, 12443, 8958, 12528, 9288, 12699, 8994, 11977, 11691, 11701, 14679, 11214, 13547, 9890, 13459, 10219, 12421, 12735, 10909, 13650, 9450, 13032, 9325, 11828, 9114, 10682, 11349, 9391, 9637, 9620, 10898, 9810, 12233, 8950, 12147, 9067, 11769, 14753, 11140, 13388, 9498, 13100, 9240, 11891, 8754, 12138, 9969, 12532, 10096, 9609, 10578, 13334, 9058, 12219, 13951, 10978, 13212, 10171, 12652, 14624, 9723, 12707, 9609, 11906, 13776, 9086, 12324, 9425, 12283, 11514, 11017, 13840, 9515, 11579, 9292, 11994, 9467, 11549, 9066, 12341, 9388, 12505, 11802, 12235, 13861, 10785, 14299, 10323, 13668, 10008, 12694, 9831, 12752, 11024, 12110, 12266, 11776, 9616, 12177, 8755, 11715, 12607, 10457, 14681, 10049, 13673, 9273, 12308, 9192, 12178, 11474, 11714, 14586, 10310, 13029, 8908, 12644, 9520, 12349, 9447, 12213, 9070, 11868, 9255, 11621, 12478, 10178, 13394, 10128, 12964, 9076, 12441, 14456, 11385, 13096, 10801, 12372, 13818, 11559, 13378, 10100, 12641, 14384, 10801, 13630, 9872, 12608, 12867, 10272, 13342, 9065, 12539, 9116, 12316, 13583, 10368, 12868, 10065, 12768, 12989, 11733, 13307, 9853, 12682, 13804, 11528, 13613, 9341, 12686, 10047, 11861, 14292, 10357, 13316, 10117, 12759, 9773, 12365, 9772, 12628, 9999, 12383, 13459, 11413, 13465, 9997, 12787, 10890, 12509, 13322, 11740, 15212, 11170, 13381, 9994, 12923, 11437, 12683, 9782, 12858, 11209, 12191, 10679, 9609, 12543, 10543, 12195, 10236, 13881, 10992, 13866, 11868, 10396, 12314, 11088, 13213, 11092, 13676, 11314, 15386, 12001, 15463, 12441, 16320, 13159, 17623, 12082, 12045, 12435, 13018, 12108, 12215, 13425, 12145, 12799, 11241, 12365, 9164, 11465, 11115, 12014, 12921, 14476, 12135, 14487, 11262, 12101, 12162, 12355, 15072, 12191, 13873, 11611, 12680, 12419, 12307, 14197, 12836, 13398, 11888, 9018, 11655, 9488, 11114, 10846, 10335, 12340, 10034, 9494, 12511, 11783, 16199, 11725, 10268, 12560, 13982, 11857, 16388, 10990, 13867, 10884, 13499, 10979, 14608, 11500, 14009, 11745, 15319, 12078, 15395, 11500, 15950, 11744, 13247, 10087, 12314, 10903, 12535, 13729, 11351, 13843, 11268, 9514, 11758, 9283, 11982, 10259, 11902, 12769, 11273, 14557, 11018, 13252, 9714, 12334, 10914, 11924, 11502, 11946, 12901, 11548, 15254, 11190, 13747, 10780, 12865, 10035, 12117, 9478, 12491, 9452, 12447, 9409, 12751, 10780, 14392, 11037, 14713, 12496, 9230, 11891, 10311, 14236, 12518, 14077, 12250, 15881, 10623, 13696, 16490, 12114, 14687, 12811, 13854, 12745, 13249, 10805, 13406, 9388, 12804, 9956, 13467, 12506, 13091, 14867, 12968, 13965, 11555, 13164, 15588, 12430, 13729, 11907, 13120, 14588, 10566, 13895, 10813, 13033, 11713, 11602, 12360, 10307, 11634, 9216, 13918, 10181, 13512, 10136, 13327, 12495, 13361, 14167, 10081, 14001, 9846, 13778, 9514, 12445, 12381, 12270, 11007, 12860, 9002, 10633, 9912, 13492, 10684, 14673, 10063, 12559, 16676, 9748, 13205, 10965, 12329, 16789, 9625, 13684, 11554, 12934, 14105, 11665, 15528, 9723, 13291, 10479, 12592, 9665, 12240, 12876, 11260, 14195, 11828, 14187, 10554, 13750, 9560, 13137, 11668, 12958, 13700, 11735, 14932, 10934, 13403, 10377, 12809, 11685, 12838, 10617, 12480, 10514, 12282, 11668, 12684, 9248, 12564, 11476, 12617, 13707, 12250, 14419, 11396, 14741, 11152, 13988, 12419, 12409, 9434, 12590, 14951, 12229, 14848, 11291, 13466, 10282, 12343, 10692, 10428, 11187, 9596, 11072, 10324, 9509, 12004, 15777, 10671, 12645, 13198, 12353, 16260, 11515, 13788, 12448, 13034, 11637, 12789, 14482, 11658, 13940, 10512, 13139, 9766, 13433, 12175, 13674, 11785, 13358, 11398, 13087, 16202, 10315, 13871, 10361, 13175, 16012, 10401, 14084, 9663, 13419, 14004, 9355, 13868, 9559, 12663, 13561, 9763, 14212, 10947, 13402, 9651, 12356, 14054, 9732, 13743, 9822, 13470, 10470, 13609, 9924, 12637, 9716, 12634, 14132, 11841, 12638, 11328, 15640, 10102, 16666, 10647, 15289, 10443, 13142, 13431, 12037, 13818, 11261, 14049, 10505, 15389, 10656, 14826, 10120, 15762, 9883, 14770, 10612, 15040, 10543, 14769, 10806, 13247, 11330, 13364, 11245, 13082, 11051, 12996, 10318, 13160, 12175, 12873, 11717, 13349, 10473, 13404, 10236, 12535, 9825, 13255, 11243, 12914, 12656, 13152, 13553, 11930, 15677, 11920, 14758, 10595, 14377, 11013, 15445, 10464, 13141, 10399, 13487, 10773, 14353, 10285, 13715, 10685, 13822, 11515, 14479, 10399, 13719, 11387, 14063, 11554, 13949, 11691, 13748, 11325, 13658, 10377, 13862, 13559, 12977, 13256, 12961, 11655, 11232, 10643, 10936, 12808, 10202, 13708, 9914, 13741, 16600, 11406, 16881, 12170, 11224, 13492, 10839, 14003, 12178, 13901, 11625, 13813, 18650, 11959, 14423, 11965, 14241, 14156, 13476, 15658, 11828, 14491, 10157, 13909, 11050, 14054, 11600, 13549, 9693, 13157, 12739, 12290, 14764, 11167, 15596, 11229, 11807, 12125, 9898, 10993, 11808, 9250, 12707, 13129, 12714, 13282, 12898, 15982, 11011, 14398, 11567, 13294, 12622, 13254, 11998, 11367, 12227, 10753, 13524, 11222, 10069, 13354, 11569, 13441, 11954, 13547, 13301, 13106, 15765, 13499, 18093, 13947, 12091, 14180, 12589, 12416, 13267, 12645, 13314, 13200, 12655, 12833, 13913, 12161, 13861, 13483, 13432, 13026, 13330, 12584, 12529, 12429, 12619, 12315, 12467, 12600, 13153, 10631, 13580, 10892, 11099, 10090, 8905, 12953, 14455, 10805, 13833, 11323, 12512, 12895, 17129, 13083, 15926, 14742, 14932, 13896, 13006, 12987, 12000, 9495, 12417, 17636, 11977, 15355, 11648, 15149, 13553, 13860, 18190, 12530, 16282, 12146, 14430, 12183, 11327, 10964, 12043, 12970, 12346, 13787, 12177, 12029, 12314, 12089, 11387, 12002, 10648, 12330, 15403, 12071, 12323, 10976, 12253, 12320, 11999, 14536, 11086, 12292, 11422, 12272, 10435, 11847, 12908, 12389, 12881, 10342, 12512, 11197, 12300, 10451, 11640, 10816, 11075, 9335, 11869, 10852, 12929, 11059, 14410, 10709, 13236, 10016, 13175, 10288, 13663, 11758, 13829, 10562, 13165, 11343, 8976, 12540, 10502, 13896, 12585, 15425, 12569, 11644, 13879, 13681, 13690, 18839, 12137, 17378, 11673, 15628, 11489, 10208, 11105, 10257, 11143, 10818, 8996, 11314, 9954, 11071, 11828, 10117, 12847, 12372, 11081, 12159, 17820, 11544, 12930, 11510, 13793, 11190, 14732, 12578, 12972, 12794, 12752, 11515, 11525, 12172, 10507, 13610, 11231, 13239, 11834, 14281, 12332, 11963, 12387, 11018, 11140, 10300, 8976, 12612, 10375, 12614, 10538, 14453, 11425, 14061, 12195, 10754, 11663, 10904, 16800, 12210, 15967, 11771, 17826, 11660, 16399, 11215, 13260, 11313, 11514, 11018, 10702, 10586, 11259, 11465, 8584, 10628, 9143, 11190, 9649, 11351, 9660, 11621, 11095, 10991, 15511, 10519, 15056, 10851, 12256, 11221, 11454, 11392, 12618, 11357, 11802, 11661, 8885, 11854, 9705, 11649, 11134, 13643, 10142, 14876, 10671, 14667, 10454, 15065, 10724, 15050, 11134, 13861, 10770, 13143, 12378, 14820, 10996, 13570, 11059, 15167, 11798, 16251, 11987, 13672, 11857, 13109, 11628, 12583, 14437, 12452, 12096, 14067, 11020, 10301, 10256, 11136, 11160, 12518, 12709, 11878, 13491, 10769, 12653, 11244, 15338, 12799, 10267, 13441, 11872, 14468, 14061, 15781, 13336, 11685, 17035, 17908, 14424, 15751, 13216, 16688, 12441, 13752, 11299, 10710, 12853, 11840, 17478, 12703, 10556, 13194, 13217, 14190, 13566, 12793, 14003, 14703, 16123, 13102, 13887, 13370, 11711, 13047, 9650, 12455, 10921, 13809, 11527, 13694, 11902, 12964, 14822, 12988, 13200, 13460, 12847, 11112, 13405, 12309, 13564, 15784, 13180, 13755, 12216, 13504, 10726, 13977, 10200, 12690, 10529, 11959, 11021, 12087, 8950, 11127, 11183, 10179, 11805, 10302, 11833, 10991, 12694, 11337, 15600, 10885, 13770, 10198, 13318, 13689, 12002, 17239, 12451, 13946, 12358, 9670, 13113, 11947, 14305, 12619, 11263, 11362, 11455, 9509, 11380, 11008, 13897, 12004, 15463, 10665, 13252, 12722, 13090, 13145, 12189, 12747, 12687, 11772, 13197, 11827, 12819], 'WindowCenter': [5033.0, 5016.0, 4981.0, 5016.0, 4968.0, 4945.0, 4975.0, 4955.0, 4984.0, 4952.0, 4973.0, 4967.0, 4950.0, 4975.0, 4948.0, 4955.0, 4937.0, 4944.0, 4946.0, 4963.0, 4937.0, 4965.0, 4927.0, 4956.0, 4935.0, 4954.0, 4918.0, 4944.0, 4917.0, 4943.0, 4925.0, 4947.0, 4915.0, 4957.0, 4946.0, 4939.0, 4966.0, 4928.0, 4957.0, 4929.0, 4957.0, 4939.0, 4959.0, 4976.0, 4949.0, 4966.0, 4928.0, 4957.0, 4936.0, 4957.0, 4944.0, 4934.0, 4963.0, 4937.0, 4965.0, 4938.0, 4955.0, 4929.0, 4968.0, 4929.0, 4969.0, 4919.0, 4960.0, 4957.0, 4959.0, 4977.0, 4950.0, 4969.0, 4928.0, 4967.0, 4936.0, 4958.0, 4953.0, 4938.0, 4965.0, 4927.0, 4953.0, 4914.0, 4944.0, 4915.0, 4936.0, 4947.0, 4945.0, 4940.0, 4943.0, 4949.0, 4954.0, 4971.0, 4930.0, 4972.0, 4928.0, 4962.0, 4978.0, 4949.0, 4968.0, 4929.0, 4956.0, 4932.0, 4970.0, 4920.0, 4957.0, 4940.0, 4965.0, 4953.0, 4940.0, 4964.0, 4980.0, 4931.0, 4972.0, 4976.0, 4949.0, 4968.0, 4925.0, 4958.0, 4964.0, 4913.0, 4955.0, 4912.0, 4945.0, 4951.0, 4904.0, 4943.0, 4902.0, 4944.0, 4933.0, 4934.0, 4962.0, 4927.0, 4956.0, 4941.0, 4968.0, 4942.0, 4959.0, 4934.0, 4982.0, 4943.0, 4983.0, 4971.0, 4974.0, 4979.0, 4963.0, 4980.0, 4942.0, 4978.0, 4940.0, 4967.0, 4928.0, 4968.0, 4935.0, 4956.0, 4956.0, 4958.0, 4925.0, 4956.0, 4917.0, 4969.0, 4966.0, 4949.0, 4985.0, 4940.0, 4976.0, 4931.0, 4969.0, 4929.0, 4969.0, 4956.0, 4960.0, 4976.0, 4938.0, 4968.0, 4918.0, 4965.0, 4927.0, 4957.0, 4928.0, 4958.0, 4930.0, 4960.0, 4929.0, 4959.0, 4968.0, 4950.0, 4979.0, 4952.0, 4978.0, 4929.0, 4972.0, 4975.0, 4958.0, 4968.0, 4936.0, 4957.0, 4963.0, 4946.0, 4963.0, 4923.0, 4954.0, 4962.0, 4934.0, 4962.0, 4923.0, 4956.0, 4953.0, 4936.0, 4965.0, 4917.0, 4966.0, 4917.0, 4968.0, 4965.0, 4939.0, 4968.0, 4938.0, 4969.0, 4964.0, 4959.0, 4965.0, 4927.0, 4968.0, 4963.0, 4946.0, 4965.0, 4917.0, 4956.0, 4924.0, 4956.0, 4973.0, 4936.0, 4965.0, 4937.0, 4966.0, 4939.0, 4968.0, 4950.0, 4983.0, 4952.0, 4983.0, 4979.0, 4969.0, 4980.0, 4939.0, 4970.0, 4948.0, 4968.0, 4965.0, 4956.0, 4975.0, 4948.0, 4966.0, 4939.0, 4981.0, 4986.0, 4995.0, 4967.0, 5011.0, 5003.0, 5008.0, 4977.0, 4970.0, 5008.0, 4978.0, 5010.0, 5005.0, 4991.0, 4976.0, 4981.0, 4974.0, 4965.0, 4986.0, 4974.0, 4993.0, 4964.0, 4981.0, 4950.0, 4977.0, 4948.0, 4977.0, 4972.0, 5014.0, 4993.0, 4998.0, 4945.0, 4931.0, 4944.0, 4941.0, 4943.0, 4931.0, 4939.0, 4943.0, 4952.0, 4945.0, 4942.0, 4900.0, 4931.0, 4937.0, 4957.0, 4970.0, 4967.0, 4958.0, 4969.0, 4939.0, 4945.0, 4931.0, 4933.0, 4939.0, 4933.0, 4942.0, 4923.0, 4933.0, 4920.0, 4922.0, 4937.0, 4940.0, 4938.0, 4917.0, 4887.0, 4928.0, 4924.0, 4947.0, 4962.0, 4966.0, 4997.0, 4968.0, 4929.0, 4903.0, 4936.0, 5002.0, 4989.0, 4977.0, 4988.0, 4992.0, 4964.0, 4987.0, 4955.0, 4956.0, 4911.0, 4943.0, 4925.0, 4952.0, 4934.0, 4953.0, 4934.0, 4962.0, 4944.0, 4961.0, 4932.0, 4959.0, 4932.0, 4940.0, 4909.0, 4930.0, 4909.0, 4944.0, 4937.0, 4922.0, 4952.0, 4932.0, 4912.0, 4944.0, 4916.0, 4956.0, 4923.0, 4957.0, 4954.0, 4948.0, 4964.0, 4936.0, 4952.0, 4913.0, 4942.0, 4924.0, 4934.0, 4933.0, 4944.0, 4941.0, 4934.0, 4961.0, 4932.0, 4951.0, 4924.0, 4941.0, 4913.0, 4942.0, 4914.0, 4956.0, 4928.0, 4953.0, 4943.0, 5090.0, 5094.0, 5093.0, 5022.0, 4991.0, 4962.0, 4934.0, 4946.0, 4942.0, 4980.0, 4972.0, 4970.0, 4972.0, 4990.0, 4928.0, 4958.0, 4974.0, 4935.0, 4953.0, 4944.0, 4943.0, 4932.0, 4932.0, 4908.0, 4938.0, 4889.0, 4928.0, 4911.0, 4941.0, 4930.0, 4941.0, 4950.0, 4940.0, 4952.0, 4920.0, 4942.0, 4950.0, 4931.0, 4941.0, 4919.0, 4931.0, 4936.0, 4897.0, 4937.0, 4908.0, 4939.0, 4917.0, 4921.0, 4940.0, 4924.0, 4933.0, 4917.0, 4966.0, 4937.0, 4968.0, 4939.0, 4970.0, 4957.0, 4970.0, 4968.0, 4940.0, 4967.0, 4928.0, 4982.0, 4956.0, 4971.0, 4943.0, 4948.0, 4937.0, 4958.0, 4920.0, 4937.0, 4942.0, 4969.0, 4955.0, 4993.0, 4942.0, 4975.0, 4990.0, 4930.0, 4968.0, 4937.0, 4961.0, 4976.0, 4917.0, 4957.0, 4935.0, 4957.0, 4954.0, 4936.0, 4964.0, 4916.0, 4955.0, 4924.0, 4947.0, 4915.0, 4948.0, 4946.0, 4938.0, 4952.0, 4943.0, 4955.0, 4926.0, 4954.0, 4916.0, 4955.0, 4935.0, 4957.0, 4952.0, 4936.0, 4953.0, 4924.0, 4943.0, 4914.0, 4943.0, 4933.0, 4943.0, 4912.0, 4944.0, 4923.0, 4946.0, 4934.0, 4958.0, 4915.0, 4959.0, 4936.0, 4958.0, 4955.0, 4947.0, 4954.0, 4937.0, 4955.0, 4925.0, 4955.0, 4934.0, 4935.0, 4893.0, 4933.0, 4950.0, 4934.0, 4951.0, 4936.0, 4944.0, 4915.0, 4944.0, 4930.0, 4943.0, 4950.0, 4915.0, 4937.0, 4939.0, 4929.0, 4963.0, 4992.0, 4930.0, 4957.0, 4955.0, 4947.0, 4964.0, 4935.0, 4944.0, 4932.0, 4943.0, 4909.0, 4933.0, 4939.0, 4922.0, 4940.0, 4912.0, 4940.0, 4911.0, 4941.0, 4931.0, 4952.0, 4931.0, 4953.0, 4934.0, 4957.0, 4971.0, 4925.0, 4955.0, 4913.0, 4954.0, 4960.0, 4924.0, 4954.0, 4900.0, 4953.0, 4939.0, 4902.0, 4953.0, 4900.0, 4944.0, 4942.0, 4924.0, 4954.0, 4935.0, 4956.0, 4916.0, 4957.0, 4965.0, 4928.0, 4967.0, 4930.0, 4968.0, 4940.0, 4978.0, 4939.0, 4973.0, 4942.0, 4974.0, 4994.0, 4987.0, 4971.0, 4962.0, 4991.0, 4954.0, 5000.0, 4953.0, 4990.0, 4939.0, 4971.0, 4956.0, 4960.0, 4967.0, 4951.0, 4967.0, 4940.0, 4977.0, 4938.0, 4977.0, 4940.0, 4990.0, 4943.0, 4976.0, 4942.0, 4978.0, 4942.0, 4979.0, 4939.0, 4960.0, 4939.0, 4956.0, 4939.0, 4958.0, 4949.0, 4957.0, 4942.0, 4969.0, 4945.0, 4959.0, 4945.0, 4958.0, 4926.0, 4958.0, 4927.0, 4948.0, 4914.0, 4957.0, 4924.0, 4946.0, 4944.0, 4957.0, 4945.0, 4937.0, 4963.0, 4933.0, 4954.0, 4939.0, 4966.0, 4937.0, 4964.0, 4928.0, 4956.0, 4926.0, 4957.0, 4938.0, 4966.0, 4928.0, 4957.0, 4942.0, 4968.0, 4949.0, 4968.0, 4929.0, 4957.0, 4936.0, 4967.0, 4949.0, 4967.0, 4948.0, 4967.0, 4937.0, 4968.0, 4927.0, 4981.0, 4943.0, 4935.0, 4958.0, 4967.0, 4946.0, 4937.0, 4938.0, 4939.0, 4960.0, 4943.0, 4984.0, 4956.0, 4995.0, 4989.0, 4949.0, 4990.0, 4951.0, 4939.0, 4956.0, 4951.0, 4982.0, 4958.0, 4969.0, 4949.0, 4970.0, 4985.0, 4936.0, 4955.0, 4922.0, 4955.0, 4942.0, 4943.0, 4949.0, 4921.0, 4940.0, 4911.0, 4942.0, 4936.0, 4954.0, 4933.0, 4954.0, 4915.0, 4956.0, 4970.0, 4895.0, 4904.0, 4863.0, 4868.0, 4887.0, 4898.0, 4952.0, 4940.0, 4961.0, 4995.0, 4956.0, 5009.0, 5025.0, 5024.0, 4996.0, 4986.0, 5003.0, 4952.0, 4989.0, 4945.0, 4966.0, 4944.0, 4925.0, 4944.0, 4935.0, 4944.0, 4920.0, 4936.0, 4936.0, 4913.0, 4940.0, 4920.0, 4942.0, 4947.0, 4957.0, 4928.0, 4944.0, 4951.0, 4913.0, 4929.0, 4899.0, 4863.0, 4895.0, 4890.0, 4902.0, 4900.0, 4910.0, 4926.0, 4927.0, 4915.0, 4941.0, 4942.0, 4916.0, 4925.0, 4914.0, 4914.0, 4913.0, 4926.0, 4912.0, 4912.0, 4900.0, 4901.0, 4902.0, 4940.0, 4926.0, 4951.0, 4864.0, 4906.0, 4908.0, 4902.0, 4880.0, 4886.0, 4939.0, 4947.0, 4933.0, 4987.0, 4958.0, 4966.0, 4967.0, 4993.0, 4967.0, 4993.0, 5000.0, 5015.0, 4995.0, 4937.0, 4936.0, 4930.0, 4897.0, 4943.0, 4968.0, 4931.0, 4960.0, 4920.0, 4946.0, 4924.0, 4924.0, 4928.0, 4890.0, 4917.0, 4874.0, 4882.0, 4861.0, 4851.0, 4849.0, 4871.0, 4879.0, 4881.0, 4880.0, 4883.0, 4872.0, 4885.0, 4882.0, 4883.0, 4885.0, 4873.0, 4898.0, 4916.0, 4899.0, 4898.0, 4888.0, 4909.0, 4909.0, 4911.0, 4929.0, 4903.0, 4910.0, 4901.0, 4914.0, 4904.0, 4926.0, 4923.0, 4936.0, 4937.0, 4923.0, 4965.0, 4960.0, 4964.0, 4948.0, 4955.0, 4945.0, 4954.0, 4956.0, 5066.0, 4997.0, 4996.0, 4974.0, 4936.0, 4919.0, 4954.0, 4929.0, 5011.0, 4969.0, 4982.0, 4962.0, 4979.0, 4938.0, 4953.0, 4947.0, 4918.0, 4971.0, 4963.0, 4991.0, 4980.0, 4988.0, 4958.0, 4946.0, 4965.0, 4953.0, 4967.0, 4994.0, 4934.0, 4970.0, 4922.0, 5001.0, 4975.0, 4899.0, 4904.0, 4897.0, 4887.0, 4918.0, 4885.0, 4928.0, 4932.0, 4953.0, 4956.0, 4934.0, 4964.0, 4967.0, 4974.0, 4972.0, 4983.0, 4935.0, 4928.0, 4933.0, 4950.0, 4932.0, 4947.0, 4926.0, 4951.0, 4995.0, 4994.0, 4969.0, 4960.0, 4968.0, 4946.0, 4974.0, 4947.0, 4963.0, 4995.0, 5001.0, 5008.0, 4984.0, 4981.0, 4948.0, 4957.0, 4937.0, 4929.0, 4981.0, 4934.0, 4981.0, 4961.0, 4985.0, 4969.0, 4989.0, 4982.0, 4963.0, 4972.0, 4963.0, 4996.0, 4970.0, 4975.0, 4947.0, 4979.0, 4934.0, 4958.0, 4920.0, 4927.0, 4906.0, 4905.0, 4906.0, 4905.0, 4907.0, 4918.0, 4930.0, 4900.0, 4933.0, 4915.0, 4946.0, 4926.0, 4945.0, 4927.0, 4959.0, 4947.0, 4960.0, 4986.0, 4949.0, 4984.0, 4948.0, 4954.0, 4957.0, 4956.0, 4971.0, 4978.0, 4961.0, 4969.0, 4971.0, 4930.0, 4970.0, 4965.0, 4984.0, 4985.0, 5002.0, 4964.0, 5003.0, 4962.0, 5000.0, 4949.0, 4998.0, 4951.0, 4987.0, 4949.0, 4976.0, 4949.0, 4967.0, 4968.0, 4987.0, 4947.0, 4966.0, 4946.0, 4975.0, 4947.0, 4983.0, 4944.0, 4952.0, 4945.0, 4955.0, 4935.0, 4969.0, 5001.0, 4995.0, 4970.0, 4983.0, 4948.0, 4925.0, 4926.0, 4945.0, 4931.0, 4926.0, 4952.0, 4943.0, 4966.0, 4948.0, 4956.0, 4935.0, 4974.0, 4958.0, 4912.0, 4966.0, 4975.0, 5072.0, 5113.0, 5092.0, 5047.0, 4986.0, 5010.0, 5010.0, 4962.0, 4985.0, 4981.0, 5000.0, 4958.0, 4937.0, 4931.0, 4910.0, 4928.0, 4919.0, 4971.0, 4944.0, 4923.0, 4955.0, 4958.0, 4955.0, 4940.0, 4919.0, 4914.0, 4913.0, 4920.0, 4913.0, 4897.0, 4899.0, 4887.0, 4898.0, 4816.0, 4877.0, 4882.0, 4910.0, 4859.0, 4908.0, 4903.0, 4939.0, 4948.0, 4935.0, 4913.0, 4925.0, 4901.0, 4879.0, 4910.0, 4901.0, 4922.0, 4931.0, 4922.0, 4923.0, 4926.0, 4936.0, 4916.0, 5014.0, 4951.0, 4932.0, 4886.0, 4916.0, 4849.0, 4912.0, 4906.0, 4958.0, 4987.0, 4938.0, 4958.0, 4977.0, 5001.0, 5003.0, 5006.0, 4980.0, 5005.0, 4965.0, 4984.0, 4943.0, 4995.0, 4993.0, 5012.0, 5037.0, 4998.0, 4993.0, 4988.0, 4943.0, 4981.0, 4982.0, 5006.0, 4993.0, 4959.0, 4957.0, 4961.0, 4941.0, 4961.0, 4966.0, 4994.0, 4985.0, 5005.0, 4952.0, 4998.0, 4953.0, 4974.0, 4960.0, 4936.0, 4916.0, 4929.0, 4946.0, 4981.0, 4920.0, 4916.0], 'WindowWidth': [10930.0, 10892.0, 10835.0, 10874.0, 10808.0, 10773.0, 10810.0, 10784.0, 10822.0, 10775.0, 10807.0, 10791.0, 10770.0, 10795.0, 10763.0, 10765.0, 10743.0, 10749.0, 10757.0, 10776.0, 10745.0, 10781.0, 10732.0, 10769.0, 10741.0, 10766.0, 10719.0, 10751.0, 10717.0, 10752.0, 10725.0, 10759.0, 10714.0, 10774.0, 10757.0, 10751.0, 10784.0, 10736.0, 10775.0, 10739.0, 10775.0, 10751.0, 10782.0, 10797.0, 10764.0, 10786.0, 10736.0, 10773.0, 10741.0, 10775.0, 10751.0, 10738.0, 10774.0, 10745.0, 10781.0, 10750.0, 10771.0, 10740.0, 10792.0, 10741.0, 10796.0, 10726.0, 10784.0, 10774.0, 10782.0, 10802.0, 10768.0, 10791.0, 10736.0, 10787.0, 10744.0, 10776.0, 10763.0, 10748.0, 10781.0, 10731.0, 10764.0, 10711.0, 10754.0, 10714.0, 10746.0, 10761.0, 10773.0, 10758.0, 10764.0, 10768.0, 10783.0, 10802.0, 10745.0, 10801.0, 10738.0, 10789.0, 10802.0, 10766.0, 10791.0, 10736.0, 10770.0, 10748.0, 10801.0, 10729.0, 10773.0, 10755.0, 10784.0, 10777.0, 10756.0, 10795.0, 10813.0, 10746.0, 10805.0, 10799.0, 10767.0, 10791.0, 10727.0, 10776.0, 10780.0, 10710.0, 10768.0, 10703.0, 10753.0, 10756.0, 10697.0, 10749.0, 10692.0, 10753.0, 10734.0, 10740.0, 10775.0, 10734.0, 10774.0, 10761.0, 10794.0, 10765.0, 10784.0, 10754.0, 10819.0, 10766.0, 10822.0, 10800.0, 10810.0, 10809.0, 10794.0, 10812.0, 10762.0, 10809.0, 10755.0, 10790.0, 10736.0, 10790.0, 10742.0, 10774.0, 10770.0, 10778.0, 10726.0, 10773.0, 10720.0, 10797.0, 10787.0, 10769.0, 10811.0, 10758.0, 10802.0, 10745.0, 10798.0, 10742.0, 10795.0, 10772.0, 10784.0, 10801.0, 10751.0, 10792.0, 10725.0, 10786.0, 10735.0, 10775.0, 10736.0, 10778.0, 10742.0, 10784.0, 10740.0, 10785.0, 10792.0, 10771.0, 10809.0, 10776.0, 10808.0, 10742.0, 10804.0, 10797.0, 10777.0, 10793.0, 10744.0, 10775.0, 10776.0, 10757.0, 10779.0, 10721.0, 10769.0, 10775.0, 10741.0, 10777.0, 10723.0, 10773.0, 10761.0, 10745.0, 10783.0, 10722.0, 10787.0, 10720.0, 10794.0, 10784.0, 10753.0, 10793.0, 10750.0, 10796.0, 10780.0, 10779.0, 10786.0, 10732.0, 10791.0, 10778.0, 10759.0, 10782.0, 10718.0, 10773.0, 10724.0, 10774.0, 10794.0, 10746.0, 10784.0, 10750.0, 10786.0, 10757.0, 10795.0, 10776.0, 10822.0, 10778.0, 10821.0, 10808.0, 10798.0, 10812.0, 10755.0, 10798.0, 10764.0, 10792.0, 10781.0, 10773.0, 10796.0, 10763.0, 10785.0, 10752.0, 10819.0, 10831.0, 10845.0, 10809.0, 10876.0, 10868.0, 10868.0, 10819.0, 10816.0, 10868.0, 10824.0, 10875.0, 10878.0, 10830.0, 10820.0, 10813.0, 10810.0, 10799.0, 10830.0, 10815.0, 10839.0, 10797.0, 10814.0, 10769.0, 10800.0, 10762.0, 10801.0, 10804.0, 10871.0, 10841.0, 10834.0, 10757.0, 10727.0, 10750.0, 10741.0, 10746.0, 10729.0, 10735.0, 10747.0, 10758.0, 10755.0, 10745.0, 10680.0, 10727.0, 10744.0, 10771.0, 10795.0, 10785.0, 10776.0, 10791.0, 10748.0, 10753.0, 10725.0, 10730.0, 10732.0, 10730.0, 10743.0, 10715.0, 10729.0, 10704.0, 10710.0, 10726.0, 10736.0, 10732.0, 10700.0, 10658.0, 10719.0, 10725.0, 10765.0, 10795.0, 10804.0, 10849.0, 10808.0, 10735.0, 10665.0, 10735.0, 10845.0, 10839.0, 10822.0, 10837.0, 10829.0, 10793.0, 10817.0, 10782.0, 10766.0, 10697.0, 10744.0, 10723.0, 10757.0, 10736.0, 10759.0, 10738.0, 10771.0, 10749.0, 10768.0, 10732.0, 10763.0, 10728.0, 10737.0, 10692.0, 10724.0, 10692.0, 10748.0, 10728.0, 10717.0, 10756.0, 10732.0, 10705.0, 10752.0, 10716.0, 10773.0, 10721.0, 10773.0, 10764.0, 10762.0, 10777.0, 10741.0, 10761.0, 10709.0, 10747.0, 10722.0, 10737.0, 10731.0, 10752.0, 10740.0, 10735.0, 10768.0, 10732.0, 10754.0, 10721.0, 10741.0, 10708.0, 10744.0, 10710.0, 10771.0, 10736.0, 10762.0, 10768.0, 11027.0, 11052.0, 11031.0, 10905.0, 10824.0, 10783.0, 10750.0, 10755.0, 10756.0, 10805.0, 10797.0, 10791.0, 10801.0, 10825.0, 10730.0, 10772.0, 10788.0, 10735.0, 10760.0, 10745.0, 10746.0, 10724.0, 10725.0, 10687.0, 10728.0, 10660.0, 10716.0, 10696.0, 10740.0, 10721.0, 10741.0, 10748.0, 10737.0, 10755.0, 10705.0, 10740.0, 10748.0, 10721.0, 10735.0, 10702.0, 10721.0, 10724.0, 10671.0, 10727.0, 10685.0, 10731.0, 10699.0, 10710.0, 10735.0, 10721.0, 10733.0, 10716.0, 10781.0, 10746.0, 10787.0, 10748.0, 10792.0, 10769.0, 10792.0, 10788.0, 10751.0, 10785.0, 10732.0, 10816.0, 10786.0, 10797.0, 10744.0, 10760.0, 10741.0, 10770.0, 10723.0, 10745.0, 10759.0, 10792.0, 10781.0, 10829.0, 10759.0, 10809.0, 10823.0, 10739.0, 10791.0, 10742.0, 10780.0, 10794.0, 10714.0, 10768.0, 10735.0, 10767.0, 10759.0, 10739.0, 10775.0, 10711.0, 10762.0, 10720.0, 10755.0, 10708.0, 10758.0, 10751.0, 10742.0, 10757.0, 10747.0, 10762.0, 10725.0, 10760.0, 10709.0, 10765.0, 10733.0, 10769.0, 10755.0, 10739.0, 10757.0, 10717.0, 10742.0, 10704.0, 10742.0, 10727.0, 10743.0, 10698.0, 10747.0, 10717.0, 10754.0, 10734.0, 10773.0, 10709.0, 10774.0, 10739.0, 10774.0, 10763.0, 10758.0, 10761.0, 10740.0, 10763.0, 10722.0, 10762.0, 10730.0, 10736.0, 10671.0, 10731.0, 10747.0, 10732.0, 10750.0, 10738.0, 10743.0, 10706.0, 10747.0, 10733.0, 10756.0, 10762.0, 10711.0, 10740.0, 10748.0, 10732.0, 10786.0, 10826.0, 10735.0, 10772.0, 10762.0, 10756.0, 10773.0, 10733.0, 10747.0, 10724.0, 10744.0, 10690.0, 10727.0, 10731.0, 10712.0, 10734.0, 10699.0, 10735.0, 10696.0, 10736.0, 10725.0, 10754.0, 10727.0, 10760.0, 10730.0, 10769.0, 10781.0, 10722.0, 10765.0, 10702.0, 10761.0, 10764.0, 10718.0, 10761.0, 10679.0, 10757.0, 10735.0, 10687.0, 10757.0, 10681.0, 10747.0, 10741.0, 10721.0, 10761.0, 10735.0, 10768.0, 10710.0, 10771.0, 10778.0, 10735.0, 10785.0, 10737.0, 10787.0, 10752.0, 10803.0, 10750.0, 10802.0, 10757.0, 10805.0, 10833.0, 10831.0, 10798.0, 10788.0, 10824.0, 10779.0, 10836.0, 10775.0, 10823.0, 10749.0, 10796.0, 10769.0, 10778.0, 10784.0, 10767.0, 10784.0, 10752.0, 10799.0, 10748.0, 10800.0, 10755.0, 10820.0, 10761.0, 10799.0, 10757.0, 10801.0, 10756.0, 10802.0, 10747.0, 10776.0, 10747.0, 10768.0, 10747.0, 10771.0, 10760.0, 10770.0, 10755.0, 10790.0, 10751.0, 10774.0, 10749.0, 10771.0, 10723.0, 10772.0, 10725.0, 10757.0, 10706.0, 10768.0, 10718.0, 10752.0, 10746.0, 10769.0, 10748.0, 10742.0, 10771.0, 10732.0, 10761.0, 10747.0, 10781.0, 10742.0, 10774.0, 10730.0, 10764.0, 10725.0, 10769.0, 10745.0, 10780.0, 10732.0, 10769.0, 10755.0, 10785.0, 10761.0, 10784.0, 10734.0, 10768.0, 10740.0, 10781.0, 10759.0, 10784.0, 10756.0, 10783.0, 10742.0, 10786.0, 10727.0, 10809.0, 10741.0, 10730.0, 10770.0, 10783.0, 10753.0, 10742.0, 10745.0, 10746.0, 10777.0, 10759.0, 10821.0, 10785.0, 10841.0, 10821.0, 10764.0, 10819.0, 10767.0, 10746.0, 10767.0, 10770.0, 10814.0, 10772.0, 10791.0, 10760.0, 10796.0, 10807.0, 10739.0, 10765.0, 10712.0, 10762.0, 10738.0, 10741.0, 10745.0, 10708.0, 10733.0, 10697.0, 10739.0, 10735.0, 10759.0, 10729.0, 10760.0, 10709.0, 10766.0, 10793.0, 10656.0, 10656.0, 10596.0, 10582.0, 10649.0, 10661.0, 10763.0, 10756.0, 10788.0, 10847.0, 10791.0, 10869.0, 10901.0, 10897.0, 10844.0, 10829.0, 10849.0, 10774.0, 10826.0, 10757.0, 10790.0, 10748.0, 10711.0, 10751.0, 10739.0, 10755.0, 10710.0, 10725.0, 10737.0, 10702.0, 10733.0, 10705.0, 10742.0, 10758.0, 10775.0, 10715.0, 10748.0, 10752.0, 10687.0, 10702.0, 10659.0, 10597.0, 10648.0, 10646.0, 10672.0, 10665.0, 10680.0, 10712.0, 10715.0, 10692.0, 10745.0, 10742.0, 10698.0, 10708.0, 10692.0, 10690.0, 10688.0, 10711.0, 10689.0, 10685.0, 10667.0, 10668.0, 10672.0, 10741.0, 10717.0, 10754.0, 10605.0, 10671.0, 10688.0, 10671.0, 10639.0, 10656.0, 10739.0, 10744.0, 10740.0, 10823.0, 10784.0, 10791.0, 10795.0, 10827.0, 10794.0, 10826.0, 10847.0, 10874.0, 10843.0, 10729.0, 10730.0, 10725.0, 10679.0, 10752.0, 10779.0, 10731.0, 10771.0, 10712.0, 10746.0, 10706.0, 10707.0, 10702.0, 10651.0, 10685.0, 10622.0, 10628.0, 10598.0, 10584.0, 10579.0, 10613.0, 10621.0, 10629.0, 10623.0, 10635.0, 10617.0, 10639.0, 10632.0, 10637.0, 10640.0, 10623.0, 10665.0, 10683.0, 10666.0, 10665.0, 10652.0, 10683.0, 10679.0, 10687.0, 10708.0, 10678.0, 10686.0, 10675.0, 10695.0, 10682.0, 10716.0, 10709.0, 10733.0, 10731.0, 10723.0, 10792.0, 10786.0, 10783.0, 10768.0, 10774.0, 10761.0, 10771.0, 10793.0, 10983.0, 10860.0, 10845.0, 10812.0, 10725.0, 10706.0, 10764.0, 10733.0, 10874.0, 10807.0, 10816.0, 10787.0, 10808.0, 10748.0, 10758.0, 10759.0, 10723.0, 10801.0, 10796.0, 10832.0, 10816.0, 10821.0, 10781.0, 10757.0, 10784.0, 10763.0, 10791.0, 10821.0, 10736.0, 10781.0, 10715.0, 10847.0, 10815.0, 10672.0, 10680.0, 10674.0, 10645.0, 10707.0, 10655.0, 10723.0, 10737.0, 10768.0, 10774.0, 10744.0, 10780.0, 10790.0, 10813.0, 10805.0, 10804.0, 10741.0, 10721.0, 10735.0, 10752.0, 10732.0, 10743.0, 10715.0, 10756.0, 10847.0, 10842.0, 10802.0, 10786.0, 10792.0, 10760.0, 10794.0, 10761.0, 10778.0, 10846.0, 10845.0, 10870.0, 10828.0, 10818.0, 10765.0, 10779.0, 10748.0, 10743.0, 10819.0, 10741.0, 10819.0, 10793.0, 10813.0, 10799.0, 10824.0, 10821.0, 10794.0, 10805.0, 10793.0, 10826.0, 10800.0, 10797.0, 10760.0, 10797.0, 10737.0, 10765.0, 10710.0, 10716.0, 10687.0, 10684.0, 10687.0, 10684.0, 10690.0, 10706.0, 10728.0, 10689.0, 10738.0, 10714.0, 10762.0, 10732.0, 10758.0, 10736.0, 10783.0, 10761.0, 10786.0, 10815.0, 10767.0, 10809.0, 10765.0, 10769.0, 10778.0, 10773.0, 10804.0, 10809.0, 10789.0, 10796.0, 10803.0, 10747.0, 10802.0, 10805.0, 10826.0, 10831.0, 10852.0, 10801.0, 10852.0, 10794.0, 10844.0, 10770.0, 10839.0, 10773.0, 10818.0, 10768.0, 10802.0, 10771.0, 10793.0, 10793.0, 10817.0, 10764.0, 10784.0, 10759.0, 10796.0, 10761.0, 10807.0, 10753.0, 10761.0, 10753.0, 10766.0, 10738.0, 10800.0, 10848.0, 10843.0, 10800.0, 10809.0, 10763.0, 10727.0, 10729.0, 10756.0, 10728.0, 10709.0, 10758.0, 10746.0, 10783.0, 10762.0, 10771.0, 10740.0, 10793.0, 10777.0, 10703.0, 10787.0, 10812.0, 10987.0, 11066.0, 11019.0, 10942.0, 10837.0, 10862.0, 10860.0, 10775.0, 10815.0, 10819.0, 10841.0, 10780.0, 10728.0, 10729.0, 10697.0, 10715.0, 10705.0, 10779.0, 10749.0, 10719.0, 10767.0, 10774.0, 10763.0, 10737.0, 10704.0, 10687.0, 10682.0, 10688.0, 10685.0, 10654.0, 10658.0, 10642.0, 10657.0, 10522.0, 10620.0, 10637.0, 10682.0, 10589.0, 10674.0, 10673.0, 10735.0, 10746.0, 10726.0, 10689.0, 10706.0, 10668.0, 10634.0, 10681.0, 10668.0, 10703.0, 10711.0, 10703.0, 10704.0, 10715.0, 10724.0, 10704.0, 10874.0, 10773.0, 10722.0, 10649.0, 10698.0, 10578.0, 10690.0, 10700.0, 10780.0, 10836.0, 10747.0, 10776.0, 10822.0, 10863.0, 10867.0, 10860.0, 10826.0, 10853.0, 10793.0, 10820.0, 10761.0, 10837.0, 10832.0, 10878.0, 10905.0, 10849.0, 10833.0, 10835.0, 10765.0, 10814.0, 10821.0, 10857.0, 10841.0, 10779.0, 10776.0, 10784.0, 10758.0, 10787.0, 10801.0, 10835.0, 10828.0, 10855.0, 10773.0, 10846.0, 10761.0, 10806.0, 10776.0, 10740.0, 10692.0, 10720.0, 10756.0, 10813.0, 10707.0, 10695.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.003078659704090514</td></tr>
<tr><td colspan=3>aqi</td><td>0.049138048912097484</td></tr>
<tr><td colspan=3>dummy_trs</td><td>9</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.234833694007015</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.265441145487803</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0110975420209045</td></tr>
<tr><td colspan=3>efc</td><td>0.4998</td></tr>
<tr><td colspan=3>fber</td><td>5942.2778</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21169637850463788</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>354</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.80939947780679</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4409268342533856</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.316321035683694</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.733578025735512</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.272881441340951</td></tr>
<tr><td colspan=3>gcor</td><td>0.0328732</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005914152134209871</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04571184143424034</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1149</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0263638896098355</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>17.7142</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.255</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>233.9408</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292987.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>1119.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.2671</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1278</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.8564</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4110.5774</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1461.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5328.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1073.1703</td></tr>
<tr><td colspan=3>tsnr</td><td>29.538248380995356</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>