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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:26:10.897500</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.999995, -0.00286847, -0.00147392, 0.00279249, 0.998785, -0.0491932]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0859664</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -8104, -7354, 500, -100, -1051, 744, 147]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e48f14ba-295b-4088-b96d-be00118cea43||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.682912826538086, 0.007492052391171455, -0.004355733282864094, 112.62401580810547], [0.007695890963077545, 2.6796681880950928, -0.13280977308750153, -96.84587097167969], [-0.003954408224672079, 0.13198170065879822, 2.696727991104126, -76.0030746459961], [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': ['112610.897500', '112611.357500', '112611.817500', '112612.277500', '112612.737500', '112613.197500', '112613.657500', '112614.117500', '112614.577500', '112615.037500', '112615.497500', '112615.957500', '112616.417500', '112616.877500', '112617.337500', '112617.797500', '112618.257500', '112618.717500', '112619.177500', '112619.637500', '112620.097500', '112620.557500', '112621.017500', '112621.477500', '112621.937500', '112622.397500', '112622.857500', '112623.317500', '112623.777500', '112624.237500', '112624.697500', '112625.157500', '112625.617500', '112626.077500', '112626.537500', '112626.997500', '112627.457500', '112627.917500', '112628.377500', '112628.837500', '112629.297500', '112629.757500', '112630.217500', '112630.677500', '112631.137500', '112631.597500', '112632.057500', '112632.517500', '112632.977500', '112633.437500', '112633.897500', '112634.357500', '112634.817500', '112635.277500', '112635.737500', '112636.197500', '112636.657500', '112637.117500', '112637.577500', '112638.037500', '112638.497500', '112638.957500', '112639.417500', '112639.877500', '112640.337500', '112640.797500', '112641.257500', '112641.717500', '112642.177500', '112642.637500', '112643.097500', '112643.557500', '112644.017500', '112644.477500', '112644.937500', '112645.397500', '112645.857500', '112646.317500', '112646.777500', '112647.237500', '112647.697500', '112648.157500', '112648.617500', '112649.077500', '112649.537500', '112649.997500', '112650.457500', '112650.917500', '112651.377500', '112651.837500', '112652.297500', '112652.757500', '112653.217500', '112653.677500', '112654.137500', '112654.597500', '112655.057500', '112655.517500', '112655.977500', '112656.437500', '112656.897500', '112657.357500', '112657.817500', '112658.277500', '112658.737500', '112659.197500', '112659.657500', '112700.117500', '112700.577500', '112701.037500', '112701.497500', '112701.957500', '112702.417500', '112702.877500', '112703.337500', '112703.797500', '112704.257500', '112704.717500', '112705.177500', '112705.637500', '112706.097500', '112706.557500', '112707.017500', '112707.477500', '112707.937500', '112708.397500', '112708.857500', '112709.317500', '112709.777500', '112710.237500', '112710.697500', '112711.157500', '112711.617500', '112712.077500', '112712.537500', '112712.997500', '112713.457500', '112713.917500', '112714.377500', '112714.837500', '112715.297500', '112715.757500', '112716.217500', '112716.677500', '112717.137500', '112717.597500', '112718.057500', '112718.517500', '112718.977500', '112719.437500', '112719.897500', '112720.357500', '112720.817500', '112721.277500', '112721.737500', '112722.197500', '112722.657500', '112723.117500', '112723.577500', '112724.037500', '112724.497500', '112724.957500', '112725.417500', '112725.877500', '112726.337500', '112726.797500', '112727.257500', '112727.717500', '112728.177500', '112728.637500', '112729.097500', '112729.557500', '112730.017500', '112730.477500', '112730.937500', '112731.397500', '112731.857500', '112732.317500', '112732.777500', '112733.237500', '112733.697500', '112734.157500', '112734.617500', '112735.077500', '112735.537500', '112735.997500', '112736.457500', '112736.917500', '112737.377500', '112737.837500', '112738.297500', '112738.757500', '112739.217500', '112739.677500', '112740.137500', '112740.597500', '112741.057500', '112741.517500', '112741.977500', '112742.437500', '112742.897500', '112743.357500', '112743.817500', '112744.277500', '112744.737500', '112745.197500', '112745.657500', '112746.117500', '112746.577500', '112747.037500', '112747.497500', '112747.957500', '112748.417500', '112748.877500', '112749.337500', '112749.797500', '112750.257500', '112750.717500', '112751.177500', '112751.637500', '112752.097500', '112752.557500', '112753.017500', '112753.477500', '112753.937500', '112754.397500', '112754.857500', '112755.317500', '112755.777500', '112756.237500', '112756.697500', '112757.157500', '112757.617500', '112758.077500', '112758.537500', '112758.997500', '112759.457500', '112759.917500', '112800.377500', '112800.837500', '112801.297500', '112801.757500', '112802.217500', '112802.677500', '112803.137500', '112803.597500', '112804.057500', '112804.517500', '112804.977500', '112805.437500', '112805.897500', '112806.357500', '112806.817500', '112807.277500', '112807.737500', '112808.197500', '112808.657500', '112809.117500', '112809.577500', '112810.037500', '112810.497500', '112810.957500', '112811.417500', '112811.877500', '112812.337500', '112812.797500', '112813.257500', '112813.717500', '112814.177500', '112814.637500', '112815.097500', '112815.557500', '112816.017500', '112816.477500', '112816.937500', '112817.397500', '112817.857500', '112818.317500', '112818.777500', '112819.237500', '112819.697500', '112820.157500', '112820.617500', '112821.077500', '112821.537500', '112821.997500', '112822.457500', '112822.917500', '112823.377500', '112823.837500', '112824.297500', '112824.757500', '112825.217500', '112825.677500', '112826.137500', '112826.597500', '112827.057500', '112827.517500', '112827.977500', '112828.437500', '112828.897500', '112829.357500', '112829.817500', '112830.277500', '112830.737500', '112831.197500', '112831.657500', '112832.117500', '112832.577500', '112833.037500', '112833.497500', '112833.957500', '112834.417500', '112834.877500', '112835.337500', '112835.797500', '112836.257500', '112836.717500', '112837.177500', '112837.637500', '112838.097500', '112838.557500', '112839.017500', '112839.477500', '112839.937500', '112840.397500', '112840.857500', '112841.317500', '112841.777500', '112842.237500', '112842.697500', '112843.157500', '112843.617500', '112844.077500', '112844.537500', '112844.997500', '112845.457500', '112845.917500', '112846.377500', '112846.837500', '112847.297500', '112847.757500', '112848.217500', '112848.677500', '112849.137500', '112849.597500', '112850.057500', '112850.517500', '112850.977500', '112851.437500', '112851.897500', '112852.357500', '112852.817500', '112853.277500', '112853.737500', '112854.197500', '112854.657500', '112855.117500', '112855.577500', '112856.037500', '112856.497500', '112856.957500', '112857.417500', '112857.877500', '112858.337500', '112858.797500', '112859.257500', '112859.717500', '112900.177500', '112900.637500', '112901.097500', '112901.557500', '112902.017500', '112902.477500', '112902.937500', '112903.397500', '112903.857500', '112904.317500', '112904.777500', '112905.237500', '112905.697500', '112906.157500', '112906.617500', '112907.077500', '112907.537500', '112907.997500', '112908.457500', '112908.917500', '112909.377500', '112909.837500', '112910.297500', '112910.757500', '112911.217500', '112911.677500', '112912.137500', '112912.597500', '112913.057500', '112913.517500', '112913.977500', '112914.437500', '112914.897500', '112915.357500', '112915.817500', '112916.277500', '112916.737500', '112917.197500', '112917.657500', '112918.117500', '112918.577500', '112919.037500', '112919.497500', '112919.957500', '112920.417500', '112920.877500', '112921.337500', '112921.797500', '112922.257500', '112922.717500', '112923.177500', '112923.637500', '112924.097500', '112924.557500', '112925.017500', '112925.477500', '112925.937500', '112926.397500', '112926.857500', '112927.317500', '112927.777500', '112928.237500', '112928.697500', '112929.157500', '112929.617500', '112930.077500', '112930.537500', '112930.997500', '112931.457500', '112931.917500', '112932.377500', '112932.837500', '112933.297500', '112933.757500', '112934.217500', '112934.677500', '112935.137500', '112935.597500', '112936.057500', '112936.517500', '112936.977500', '112937.437500', '112937.897500', '112938.357500', '112938.817500', '112939.277500', '112939.737500', '112940.197500', '112940.657500', '112941.117500', '112941.577500', '112942.037500', '112942.497500', '112942.957500', '112943.417500', '112943.877500', '112944.337500', '112944.797500', '112945.257500', '112945.717500', '112946.177500', '112946.637500', '112947.097500', '112947.557500', '112948.017500', '112948.477500', '112948.937500', '112949.397500', '112949.857500', '112950.317500', '112950.777500', '112951.237500', '112951.697500', '112952.157500', '112952.617500', '112953.077500', '112953.537500', '112953.997500', '112954.457500', '112954.917500', '112955.377500', '112955.837500', '112956.297500', '112956.757500', '112957.217500', '112957.677500', '112958.137500', '112958.597500', '112959.057500', '112959.517500', '112959.977500', '113000.437500', '113000.897500', '113001.357500', '113001.817500', '113002.277500', '113002.737500', '113003.197500', '113003.657500', '113004.117500', '113004.577500', '113005.037500', '113005.497500', '113005.957500', '113006.417500', '113006.877500', '113007.337500', '113007.797500', '113008.257500', '113008.717500', '113009.177500', '113009.637500', '113010.097500', '113010.557500', '113011.017500', '113011.477500', '113011.937500', '113012.397500', '113012.857500', '113013.317500', '113013.777500', '113014.237500', '113014.697500', '113015.157500', '113015.617500', '113016.077500', '113016.537500', '113016.997500', '113017.457500', '113017.917500', '113018.377500', '113018.837500', '113019.297500', '113019.757500', '113020.217500', '113020.677500', '113021.137500', '113021.597500', '113022.057500', '113022.517500', '113022.977500', '113023.437500', '113023.897500', '113024.357500', '113024.817500', '113025.277500', '113025.737500', '113026.197500', '113026.657500', '113027.117500', '113027.577500', '113028.037500', '113028.497500', '113028.957500', '113029.417500', '113029.877500', '113030.337500', '113030.797500', '113031.257500', '113031.717500', '113032.177500', '113032.637500', '113033.097500', '113033.557500', '113034.017500', '113034.477500', '113034.937500', '113035.397500', '113035.857500', '113036.317500', '113036.777500', '113037.237500', '113037.697500', '113038.157500', '113038.617500', '113039.077500', '113039.537500', '113039.997500', '113040.457500', '113040.917500', '113041.377500', '113041.837500', '113042.297500', '113042.757500', '113043.217500', '113043.677500', '113044.137500', '113044.597500', '113045.057500', '113045.517500', '113045.977500', '113046.437500', '113046.897500', '113047.357500', '113047.817500', '113048.277500', '113048.737500', '113049.197500', '113049.657500', '113050.117500', '113050.577500', '113051.037500', '113051.497500', '113051.957500', '113052.417500', '113052.877500', '113053.337500', '113053.797500', '113054.257500', '113054.717500', '113055.177500', '113055.637500', '113056.097500', '113056.557500', '113057.017500', '113057.477500', '113057.937500', '113058.397500', '113058.857500', '113059.317500', '113059.777500', '113100.237500', '113100.697500', '113101.157500', '113101.617500', '113102.077500', '113102.537500', '113102.997500', '113103.457500', '113103.917500', '113104.377500', '113104.837500', '113105.297500', '113105.757500', '113106.217500', '113106.677500', '113107.137500', '113107.597500', '113108.057500', '113108.517500', '113108.977500', '113109.437500', '113109.897500', '113110.357500', '113110.817500', '113111.277500', '113111.737500', '113112.197500', '113112.657500', '113113.117500', '113113.577500', '113114.037500', '113114.497500', '113114.957500', '113115.417500', '113115.877500', '113116.337500', '113116.797500', '113117.257500', '113117.717500', '113118.177500', '113118.637500', '113119.097500', '113119.557500', '113120.017500', '113120.477500', '113120.937500', '113121.397500', '113121.857500', '113122.317500', '113122.777500', '113123.237500', '113123.697500', '113124.157500', '113124.617500', '113125.077500', '113125.537500', '113125.997500', '113126.457500', '113126.917500', '113127.377500', '113127.837500', '113128.297500', '113128.757500', '113129.217500', '113129.677500', '113130.137500', '113130.597500', '113131.057500', '113131.517500', '113131.977500', '113132.437500', '113132.897500', '113133.357500', '113133.817500', '113134.277500', '113134.737500', '113135.197500', '113135.657500', '113136.117500', '113136.577500', '113137.037500', '113137.497500', '113137.957500', '113138.417500', '113138.877500', '113139.337500', '113139.797500', '113140.257500', '113140.717500', '113141.177500', '113141.637500', '113142.097500', '113142.557500', '113143.017500', '113143.477500', '113143.937500', '113144.397500', '113144.857500', '113145.317500', '113145.777500', '113146.237500', '113146.697500', '113147.157500', '113147.617500', '113148.077500', '113148.537500', '113148.997500', '113149.457500', '113149.917500', '113150.377500', '113150.837500', '113151.297500', '113151.757500', '113152.217500', '113152.677500', '113153.137500', '113153.597500', '113154.057500', '113154.517500', '113154.977500', '113155.437500', '113155.897500', '113156.357500', '113156.817500', '113157.277500', '113157.737500', '113158.197500', '113158.657500', '113159.117500', '113159.577500', '113200.037500', '113200.497500', '113200.957500', '113201.417500', '113201.877500', '113202.337500', '113202.797500', '113203.257500', '113203.717500', '113204.177500', '113204.637500', '113205.097500', '113205.557500', '113206.017500', '113206.477500', '113206.937500', '113207.397500', '113207.857500', '113208.317500', '113208.777500', '113209.237500', '113209.697500', '113210.157500', '113210.617500', '113211.077500', '113211.537500', '113211.997500', '113212.457500', '113212.917500', '113213.377500', '113213.837500', '113214.297500', '113214.757500', '113215.217500', '113215.677500', '113216.137500', '113216.597500', '113217.057500', '113217.517500', '113217.977500', '113218.437500', '113218.897500', '113219.357500', '113219.817500', '113220.277500', '113220.737500', '113221.197500', '113221.657500', '113222.117500', '113222.577500', '113223.037500', '113223.497500', '113223.957500', '113224.417500', '113224.877500', '113225.337500', '113225.797500', '113226.257500', '113226.717500', '113227.177500', '113227.637500', '113228.097500', '113228.557500', '113229.017500', '113229.477500', '113229.937500', '113230.397500', '113230.857500', '113231.317500', '113231.777500', '113232.237500', '113232.697500', '113233.157500', '113233.617500', '113234.077500', '113234.537500', '113234.997500', '113235.457500', '113235.917500', '113236.377500', '113236.837500', '113237.297500', '113237.757500', '113238.217500', '113238.677500', '113239.137500', '113239.597500', '113240.057500', '113240.517500', '113240.977500', '113241.437500', '113241.897500', '113242.357500', '113242.817500', '113243.277500', '113243.737500', '113244.197500', '113244.657500', '113245.117500', '113245.577500', '113246.037500', '113246.497500', '113246.957500', '113247.417500', '113247.877500', '113248.337500', '113248.797500', '113249.257500', '113249.717500', '113250.177500', '113250.637500', '113251.097500', '113251.557500', '113252.017500', '113252.477500', '113252.937500', '113253.397500', '113253.857500', '113254.317500', '113254.777500', '113255.237500', '113255.697500', '113256.157500', '113256.617500', '113257.077500', '113257.537500', '113257.997500', '113258.457500', '113258.917500', '113259.377500', '113259.837500', '113300.297500', '113300.757500', '113301.217500', '113301.677500', '113302.137500', '113302.597500', '113303.057500', '113303.517500', '113303.977500', '113304.437500', '113304.897500', '113305.357500', '113305.817500', '113306.277500', '113306.737500', '113307.197500', '113307.657500', '113308.117500', '113308.577500', '113309.037500', '113309.497500', '113309.957500', '113310.417500', '113310.877500', '113311.337500', '113311.797500', '113312.257500', '113312.717500', '113313.177500', '113313.637500', '113314.097500', '113314.557500', '113315.017500', '113315.477500', '113315.937500', '113316.397500', '113316.857500', '113317.317500', '113317.777500', '113318.237500', '113318.697500', '113319.157500', '113319.617500', '113320.077500', '113320.537500', '113320.997500', '113321.457500', '113321.917500', '113322.377500', '113322.837500', '113323.297500', '113323.757500', '113324.217500', '113324.677500', '113325.137500', '113325.597500', '113326.057500', '113326.517500', '113326.977500', '113327.437500', '113327.897500', '113328.357500', '113328.817500', '113329.277500', '113329.737500', '113330.197500', '113330.657500', '113331.117500', '113331.577500', '113332.037500', '113332.497500', '113332.957500', '113333.417500', '113333.877500', '113334.337500', '113334.797500', '113335.257500', '113335.717500', '113336.177500', '113336.637500', '113337.097500', '113337.557500', '113338.017500', '113338.477500', '113338.937500', '113339.397500', '113339.857500', '113340.317500', '113340.777500', '113341.237500', '113341.697500', '113342.157500', '113342.617500', '113343.077500', '113343.537500', '113343.997500', '113344.457500', '113344.917500', '113345.377500', '113345.837500', '113346.297500', '113346.757500', '113347.217500', '113347.677500', '113348.137500', '113348.597500', '113349.057500', '113349.517500', '113349.977500', '113350.437500', '113350.897500', '113351.357500', '113351.817500', '113352.277500', '113352.737500', '113353.197500', '113353.657500', '113354.117500', '113354.577500', '113355.037500', '113355.497500', '113355.957500', '113356.417500', '113356.877500', '113357.337500', '113357.797500', '113358.257500', '113358.717500', '113359.177500', '113359.637500', '113400.097500', '113400.557500', '113401.017500', '113401.477500', '113401.937500', '113402.397500', '113402.857500', '113403.317500', '113403.777500', '113404.237500', '113404.697500', '113405.157500', '113405.617500', '113406.077500', '113406.537500', '113406.997500', '113407.457500', '113407.917500', '113408.377500', '113408.837500', '113409.297500', '113409.757500', '113410.217500', '113410.677500', '113411.137500', '113411.597500', '113412.057500', '113412.517500', '113412.977500', '113413.437500', '113413.897500', '113414.357500', '113414.817500', '113415.277500', '113415.737500', '113416.197500', '113416.657500', '113417.117500', '113417.577500', '113418.037500', '113418.497500', '113418.957500', '113419.417500', '113419.877500', '113420.337500', '113420.797500', '113421.257500', '113421.717500', '113422.177500', '113422.637500', '113423.097500', '113423.557500', '113424.017500', '113424.477500', '113424.937500', '113425.397500', '113425.857500', '113426.317500', '113426.777500', '113427.237500', '113427.697500', '113428.157500', '113428.617500', '113429.077500', '113429.537500', '113429.997500', '113430.457500', '113430.917500', '113431.377500', '113431.837500', '113432.297500', '113432.757500', '113433.217500', '113433.677500', '113434.137500', '113434.597500', '113435.057500', '113435.517500', '113435.977500', '113436.437500', '113436.897500', '113437.357500', '113437.817500', '113438.277500', '113438.737500', '113439.197500', '113439.657500', '113440.117500', '113440.577500', '113441.037500', '113441.497500', '113441.957500', '113442.417500', '113442.877500', '113443.337500', '113443.797500', '113444.257500', '113444.717500', '113445.177500', '113445.637500', '113446.097500', '113446.557500', '113447.017500', '113447.477500', '113447.937500', '113448.397500', '113448.857500', '113449.317500', '113449.777500', '113450.237500', '113450.697500', '113451.157500', '113451.617500', '113452.077500', '113452.537500', '113452.997500', '113453.457500', '113453.917500', '113454.377500', '113454.837500', '113455.297500', '113455.757500', '113456.217500', '113456.677500', '113457.137500', '113457.597500', '113458.057500', '113458.517500', '113458.977500', '113459.437500', '113459.897500', '113500.357500', '113500.817500', '113501.277500', '113501.737500', '113502.197500', '113502.657500', '113503.117500'], 'ContentTime': ['112639.896000', '112639.899000', '112639.902000', '112639.905000', '112639.908000', '112639.910000', '112639.913000', '112639.937000', '112639.940000', '112639.943000', '112639.945000', '112639.948000', '112639.950000', '112639.953000', '112639.956000', '112639.958000', '112639.961000', '112639.963000', '112639.966000', '112639.969000', '112639.971000', '112639.974000', '112639.976000', '112639.979000', '112639.981000', '112639.984000', '112639.987000', '112639.989000', '112639.992000', '112639.995000', '112639.997000', '112640.001000', '112640.004000', '112640.007000', '112640.009000', '112640.012000', '112640.014000', '112640.017000', '112640.020000', '112640.022000', '112640.030000', '112640.032000', '112640.035000', '112640.038000', '112640.040000', '112640.043000', '112640.045000', '112640.048000', '112640.050000', '112640.062000', '112640.064000', '112640.067000', '112640.070000', '112640.072000', '112640.075000', '112640.077000', '112640.080000', '112640.083000', '112640.085000', '112640.088000', '112640.090000', '112659.836000', '112659.839000', '112659.842000', '112659.845000', '112659.847000', '112659.850000', '112659.852000', '112659.855000', '112659.858000', '112659.860000', '112659.863000', '112659.865000', '112659.868000', '112659.871000', '112659.873000', '112659.876000', '112659.878000', '112659.881000', '112659.884000', '112659.886000', '112659.889000', '112659.891000', '112659.894000', '112659.897000', '112659.899000', '112659.902000', '112659.904000', '112659.907000', '112659.909000', '112659.912000', '112659.915000', '112659.917000', '112659.920000', '112659.922000', '112659.925000', '112659.927000', '112659.930000', '112659.933000', '112659.935000', '112659.938000', '112659.940000', '112659.943000', '112659.945000', '112659.948000', '112719.837000', '112719.840000', '112719.842000', '112719.846000', '112719.848000', '112719.851000', '112719.854000', '112719.857000', '112719.859000', '112719.862000', '112719.864000', '112719.867000', '112719.870000', '112719.872000', '112719.875000', '112719.878000', '112719.880000', '112719.883000', '112719.885000', '112719.888000', '112719.891000', '112719.893000', '112719.896000', '112719.899000', '112719.901000', '112719.904000', '112719.906000', '112719.909000', '112719.912000', '112719.914000', '112719.917000', '112719.920000', '112719.922000', '112719.925000', '112719.928000', '112719.930000', '112719.933000', '112719.935000', '112719.938000', '112719.940000', '112719.943000', '112719.946000', '112719.948000', '112739.836000', '112739.839000', '112739.842000', '112739.845000', '112739.847000', '112739.850000', '112739.853000', '112739.856000', '112739.858000', '112739.861000', '112739.864000', '112739.866000', '112739.869000', '112739.871000', '112739.874000', '112739.877000', '112739.879000', '112739.882000', '112739.885000', '112739.887000', '112739.890000', '112739.892000', '112739.895000', '112739.898000', '112739.900000', '112739.903000', '112739.905000', '112739.908000', '112739.911000', '112739.913000', '112739.916000', '112739.918000', '112739.921000', '112739.924000', '112739.926000', '112739.929000', '112739.931000', '112739.934000', '112739.937000', '112739.939000', '112739.942000', '112739.944000', '112739.947000', '112739.950000', '112759.836000', '112759.839000', '112759.842000', '112759.845000', '112759.847000', '112759.850000', '112759.853000', '112759.855000', '112759.858000', '112759.861000', '112759.863000', '112759.866000', '112759.869000', '112759.871000', '112759.874000', '112759.877000', '112759.880000', '112759.884000', '112759.891000', '112759.894000', '112759.897000', '112759.899000', '112759.902000', '112759.905000', '112759.907000', '112759.910000', '112759.913000', '112759.915000', '112759.918000', '112759.920000', '112759.923000', '112759.926000', '112759.929000', '112759.932000', '112759.945000', '112759.947000', '112759.950000', '112759.952000', '112759.955000', '112759.957000', '112759.960000', '112759.963000', '112759.965000', '112819.836000', '112819.839000', '112819.842000', '112819.844000', '112819.847000', '112819.850000', '112819.852000', '112819.855000', '112819.857000', '112819.860000', '112819.863000', '112819.865000', '112819.868000', '112819.871000', '112819.874000', '112819.876000', '112819.879000', '112819.881000', '112819.884000', '112819.887000', '112819.889000', '112819.892000', '112819.895000', '112819.897000', '112819.900000', '112819.903000', '112819.905000', '112819.908000', '112819.910000', '112819.913000', '112819.916000', '112819.918000', '112819.921000', '112819.924000', '112819.926000', '112819.929000', '112819.931000', '112819.934000', '112819.936000', '112819.939000', '112819.942000', '112819.944000', '112819.947000', '112819.949000', '112839.837000', '112839.839000', '112839.842000', '112839.845000', '112839.848000', '112839.850000', '112839.853000', '112839.856000', '112839.858000', '112839.861000', '112839.863000', '112839.866000', '112839.869000', '112839.872000', '112839.875000', '112839.878000', '112839.880000', '112839.883000', '112839.886000', '112839.888000', '112839.891000', '112839.894000', '112839.896000', '112839.899000', '112839.902000', '112839.904000', '112839.907000', '112839.910000', '112839.913000', '112839.916000', '112839.919000', '112839.921000', '112839.924000', '112839.927000', '112839.929000', '112839.932000', '112839.935000', '112839.937000', '112839.940000', '112839.942000', '112839.945000', '112839.948000', '112839.950000', '112859.837000', '112859.839000', '112859.842000', '112859.845000', '112859.848000', '112859.851000', '112859.853000', '112859.856000', '112859.858000', '112859.861000', '112859.864000', '112859.867000', '112859.869000', '112859.872000', '112859.874000', '112859.877000', '112859.880000', '112859.883000', '112859.885000', '112859.888000', '112859.891000', '112859.893000', '112859.896000', '112859.898000', '112859.901000', '112859.904000', '112859.906000', '112859.909000', '112859.912000', '112859.914000', '112859.917000', '112859.919000', '112859.922000', '112859.925000', '112859.927000', '112859.930000', '112859.933000', '112859.935000', '112859.938000', '112859.940000', '112859.943000', '112859.946000', '112859.948000', '112859.951000', '112919.837000', '112919.839000', '112919.842000', '112919.845000', '112919.847000', '112919.850000', '112919.853000', '112919.855000', '112919.858000', '112919.861000', '112919.863000', '112919.866000', '112919.869000', '112919.871000', '112919.874000', '112919.876000', '112919.879000', '112919.882000', '112919.884000', '112919.887000', '112919.890000', '112919.892000', '112919.895000', '112919.898000', '112919.900000', '112919.903000', '112919.906000', '112919.908000', '112919.911000', '112919.913000', '112919.916000', '112919.919000', '112919.921000', '112919.924000', '112919.927000', '112919.929000', '112919.932000', '112919.935000', '112919.937000', '112919.940000', '112919.943000', '112919.946000', '112919.949000', '112939.836000', '112939.839000', '112939.842000', '112939.845000', '112939.847000', '112939.850000', '112939.852000', '112939.855000', '112939.858000', '112939.860000', '112939.863000', '112939.865000', '112939.868000', '112939.871000', '112939.873000', '112939.876000', '112939.879000', '112939.881000', '112939.884000', '112939.888000', '112939.891000', '112939.893000', '112939.896000', '112939.899000', '112939.901000', '112939.904000', '112939.906000', '112939.909000', '112939.912000', '112939.914000', '112939.926000', '112939.928000', '112939.931000', '112939.934000', '112939.936000', '112939.939000', '112939.942000', '112939.944000', '112939.947000', '112939.950000', '112939.952000', '112939.955000', '112939.957000', '112939.960000', '112959.837000', '112959.839000', '112959.842000', '112959.845000', '112959.847000', '112959.850000', '112959.853000', '112959.855000', '112959.858000', '112959.861000', '112959.863000', '112959.866000', '112959.868000', '112959.871000', '112959.874000', '112959.877000', '112959.879000', '112959.882000', '112959.885000', '112959.887000', '112959.890000', '112959.893000', '112959.895000', '112959.898000', '112959.901000', '112959.903000', '112959.906000', '112959.909000', '112959.911000', '112959.914000', '112959.917000', '112959.919000', '112959.922000', '112959.929000', '112959.932000', '112959.934000', '112959.937000', '112959.940000', '112959.942000', '112959.945000', '112959.948000', '112959.950000', '112959.953000', '113019.837000', '113019.840000', '113019.843000', '113019.846000', '113019.848000', '113019.851000', '113019.854000', '113019.856000', '113019.859000', '113019.862000', '113019.864000', '113019.867000', '113019.869000', '113019.872000', '113019.875000', '113019.886000', '113019.889000', '113019.891000', '113019.894000', '113019.897000', '113019.899000', '113019.902000', '113019.905000', '113019.907000', '113019.910000', '113019.912000', '113019.915000', '113019.918000', '113019.920000', '113019.923000', '113019.926000', '113019.928000', '113019.931000', '113019.934000', '113019.936000', '113019.939000', '113019.942000', '113019.944000', '113019.947000', '113019.950000', '113019.952000', '113019.955000', '113019.958000', '113019.960000', '113039.837000', '113039.839000', '113039.842000', '113039.845000', '113039.848000', '113039.850000', '113039.853000', '113039.856000', '113039.858000', '113039.861000', '113039.864000', '113039.866000', '113039.869000', '113039.872000', '113039.874000', '113039.877000', '113039.880000', '113039.882000', '113039.885000', '113039.888000', '113039.890000', '113039.893000', '113039.896000', '113039.898000', '113039.901000', '113039.904000', '113039.907000', '113039.910000', '113039.913000', '113039.915000', '113039.918000', '113039.920000', '113039.923000', '113039.926000', '113039.928000', '113039.931000', '113039.934000', '113039.936000', '113039.939000', '113039.942000', '113039.944000', '113039.947000', '113039.950000', '113059.836000', '113059.839000', '113059.842000', '113059.845000', '113059.847000', '113059.850000', '113059.853000', '113059.855000', '113059.858000', '113059.861000', '113059.863000', '113059.866000', '113059.869000', '113059.871000', '113059.874000', '113059.877000', '113059.879000', '113059.882000', '113059.885000', '113059.887000', '113059.890000', '113059.893000', '113059.895000', '113059.898000', '113059.901000', '113059.903000', '113059.906000', '113059.908000', '113059.911000', '113059.914000', '113059.916000', '113059.919000', '113059.922000', '113059.924000', '113059.927000', '113059.929000', '113059.932000', '113059.935000', '113059.937000', '113059.940000', '113059.943000', '113059.945000', '113059.948000', '113059.951000', '113119.837000', '113119.839000', '113119.842000', '113119.845000', '113119.847000', '113119.850000', '113119.853000', '113119.856000', '113119.858000', '113119.861000', '113119.863000', '113119.866000', '113119.869000', '113119.872000', '113119.874000', '113119.877000', '113119.880000', '113119.882000', '113119.885000', '113119.888000', '113119.890000', '113119.893000', '113119.895000', '113119.898000', '113119.901000', '113119.904000', '113119.906000', '113119.909000', '113119.912000', '113119.914000', '113119.917000', '113119.919000', '113119.922000', '113119.925000', '113119.927000', '113119.930000', '113119.933000', '113119.935000', '113119.938000', '113119.940000', '113119.943000', '113119.946000', '113119.948000', '113139.839000', '113139.842000', '113139.844000', '113139.847000', '113139.850000', '113139.852000', '113139.855000', '113139.858000', '113139.861000', '113139.863000', '113139.866000', '113139.869000', '113139.871000', '113139.874000', '113139.877000', '113139.879000', '113139.882000', '113139.885000', '113139.887000', '113139.890000', '113139.892000', '113139.895000', '113139.898000', '113139.900000', '113139.903000', '113139.906000', '113139.908000', '113139.911000', '113139.914000', '113139.917000', '113139.920000', '113139.922000', '113139.925000', '113139.928000', '113139.931000', '113139.933000', '113139.936000', '113139.938000', '113139.941000', '113139.944000', '113139.946000', '113139.949000', '113139.951000', '113139.954000', '113159.836000', '113159.839000', '113159.843000', '113159.846000', '113159.848000', '113159.851000', '113159.854000', '113159.856000', '113159.859000', '113159.861000', '113159.864000', '113159.867000', '113159.869000', '113159.872000', '113159.875000', '113159.877000', '113159.880000', '113159.883000', '113159.885000', '113159.888000', '113159.891000', '113159.893000', '113159.896000', '113159.899000', '113159.901000', '113159.904000', '113159.907000', '113159.909000', '113159.912000', '113159.914000', '113159.917000', '113159.920000', '113159.922000', '113159.925000', '113159.927000', '113159.930000', '113159.933000', '113159.935000', '113159.938000', '113159.941000', '113159.943000', '113159.946000', '113159.948000', '113219.837000', '113219.839000', '113219.842000', '113219.845000', '113219.848000', '113219.850000', '113219.853000', '113219.856000', '113219.858000', '113219.861000', '113219.864000', '113219.866000', '113219.869000', '113219.872000', '113219.874000', '113219.877000', '113219.880000', '113219.882000', '113219.885000', '113219.888000', '113219.890000', '113219.893000', '113219.896000', '113219.899000', '113219.901000', '113219.904000', '113219.907000', '113219.909000', '113219.912000', '113219.915000', '113219.917000', '113219.920000', '113219.923000', '113219.925000', '113219.928000', '113219.931000', '113219.933000', '113219.936000', '113219.938000', '113219.941000', '113219.944000', '113219.946000', '113219.949000', '113239.836000', '113239.839000', '113239.842000', '113239.845000', '113239.847000', '113239.850000', '113239.853000', '113239.856000', '113239.879000', '113239.882000', '113239.885000', '113239.887000', '113239.890000', '113239.892000', '113239.895000', '113239.898000', '113239.901000', '113239.903000', '113239.906000', '113239.909000', '113239.911000', '113239.914000', '113239.917000', '113239.919000', '113239.922000', '113239.924000', '113239.927000', '113239.930000', '113239.933000', '113239.936000', '113239.939000', '113239.941000', '113239.944000', '113239.947000', '113239.949000', '113239.952000', '113239.954000', '113239.957000', '113239.960000', '113239.962000', '113239.965000', '113239.968000', '113239.970000', '113239.973000', '113259.837000', '113259.839000', '113259.842000', '113259.845000', '113259.849000', '113259.851000', '113259.854000', '113259.857000', '113259.859000', '113259.862000', '113259.865000', '113259.867000', '113259.870000', '113259.873000', '113259.883000', '113259.885000', '113259.888000', '113259.890000', '113259.893000', '113259.896000', '113259.899000', '113259.901000', '113259.904000', '113259.907000', '113259.909000', '113259.912000', '113259.915000', '113259.917000', '113259.920000', '113259.923000', '113259.925000', '113259.928000', '113259.931000', '113259.933000', '113259.936000', '113259.939000', '113259.941000', '113259.944000', '113259.946000', '113259.949000', '113259.952000', '113259.954000', '113259.957000', '113259.960000', '113319.837000', '113319.839000', '113319.842000', '113319.845000', '113319.847000', '113319.850000', '113319.853000', '113319.855000', '113319.858000', '113319.861000', '113319.863000', '113319.866000', '113319.869000', '113319.871000', '113319.874000', '113319.877000', '113319.879000', '113319.882000', '113319.884000', '113319.887000', '113319.890000', '113319.892000', '113319.895000', '113319.898000', '113319.901000', '113319.903000', '113319.906000', '113319.909000', '113319.911000', '113319.914000', '113319.916000', '113319.919000', '113319.922000', '113319.924000', '113319.928000', '113319.930000', '113319.933000', '113319.936000', '113319.938000', '113319.941000', '113319.944000', '113319.946000', '113319.949000', '113339.837000', '113339.840000', '113339.842000', '113339.845000', '113339.847000', '113339.850000', '113339.853000', '113339.856000', '113339.858000', '113339.861000', '113339.864000', '113339.866000', '113339.869000', '113339.871000', '113339.874000', '113339.877000', '113339.879000', '113339.882000', '113339.885000', '113339.887000', '113339.890000', '113339.893000', '113339.895000', '113339.898000', '113339.903000', '113339.906000', '113339.909000', '113339.911000', '113339.914000', '113339.917000', '113339.919000', '113339.922000', '113339.924000', '113339.927000', '113339.930000', '113339.932000', '113339.935000', '113339.938000', '113339.940000', '113339.943000', '113339.946000', '113339.948000', '113339.951000', '113339.954000', '113359.837000', '113359.839000', '113359.842000', '113359.845000', '113359.848000', '113359.850000', '113359.853000', '113359.855000', '113359.858000', '113359.861000', '113359.863000', '113359.866000', '113359.869000', '113359.871000', '113359.874000', '113359.877000', '113359.879000', '113359.882000', '113359.914000', '113359.917000', '113359.920000', '113359.922000', '113359.925000', '113359.928000', '113359.930000', '113359.933000', '113359.935000', '113359.939000', '113359.941000', '113359.944000', '113359.946000', '113359.949000', '113359.952000', '113359.954000', '113359.957000', '113359.960000', '113359.962000', '113359.965000', '113359.967000', '113359.970000', '113359.973000', '113359.975000', '113359.978000', '113419.837000', '113419.839000', '113419.842000', '113419.845000', '113419.848000', '113419.850000', '113419.853000', '113419.856000', '113419.858000', '113419.861000', '113419.864000', '113419.866000', '113419.869000', '113419.872000', '113419.874000', '113419.877000', '113419.880000', '113419.883000', '113419.887000', '113419.890000', '113419.893000', '113419.895000', '113419.898000', '113419.901000', '113419.903000', '113419.906000', '113419.909000', '113419.911000', '113419.914000', '113419.917000', '113419.919000', '113419.922000', '113419.925000', '113419.927000', '113419.930000', '113419.933000', '113419.936000', '113419.939000', '113419.942000', '113419.944000', '113419.947000', '113419.950000', '113419.952000', '113419.955000', '113439.837000', '113439.839000', '113439.842000', '113439.845000', '113439.848000', '113439.850000', '113439.853000', '113439.855000', '113439.858000', '113439.861000', '113439.864000', '113439.866000', '113439.869000', '113439.871000', '113439.874000', '113439.877000', '113439.879000', '113439.882000', '113439.890000', '113439.892000', '113439.895000', '113439.898000', '113439.900000', '113439.903000', '113439.906000', '113439.908000', '113439.911000', '113439.914000', '113439.916000', '113439.919000', '113439.922000', '113439.924000', '113439.927000', '113439.930000', '113439.932000', '113439.935000', '113439.937000', '113439.940000', '113439.943000', '113439.945000', '113439.948000', '113439.951000', '113439.953000', '113459.837000', '113459.840000', '113459.842000', '113459.845000', '113459.848000', '113459.850000', '113459.853000', '113459.856000', '113459.858000', '113459.861000', '113459.863000', '113459.866000', '113459.869000', '113459.871000', '113459.874000', '113459.877000', '113459.880000', '113459.883000', '113459.885000', '113459.888000', '113459.892000', '113459.895000', '113459.898000', '113459.901000', '113459.903000', '113459.906000', '113459.908000', '113459.911000', '113459.914000', '113459.916000', '113459.920000', '113459.922000', '113459.925000', '113459.927000', '113459.930000', '113459.933000', '113459.935000', '113459.938000', '113459.940000', '113459.943000', '113459.946000', '113459.948000', '113459.951000', '113504.041000', '113504.045000', '113504.048000', '113504.051000', '113504.053000', '113504.056000', '113504.059000', '113504.061000', '113504.064000', '113504.067000'], 'InstanceCreationTime': ['112639.896000', '112639.899000', '112639.902000', '112639.905000', '112639.908000', '112639.910000', '112639.913000', '112639.937000', '112639.940000', '112639.943000', '112639.945000', '112639.948000', '112639.950000', '112639.953000', '112639.956000', '112639.958000', '112639.961000', '112639.963000', '112639.966000', '112639.969000', '112639.971000', '112639.974000', '112639.976000', '112639.979000', '112639.981000', '112639.984000', '112639.987000', '112639.989000', '112639.992000', '112639.995000', '112639.997000', '112640.001000', '112640.004000', '112640.007000', '112640.009000', '112640.012000', '112640.014000', '112640.017000', '112640.020000', '112640.022000', '112640.030000', '112640.032000', '112640.035000', '112640.038000', '112640.040000', '112640.043000', '112640.045000', '112640.048000', '112640.050000', '112640.062000', '112640.064000', '112640.067000', '112640.070000', '112640.072000', '112640.075000', '112640.077000', '112640.080000', '112640.083000', '112640.085000', '112640.088000', '112640.090000', '112659.836000', '112659.839000', '112659.842000', '112659.845000', '112659.847000', '112659.850000', '112659.852000', '112659.855000', '112659.858000', '112659.860000', '112659.863000', '112659.865000', '112659.868000', '112659.871000', '112659.873000', '112659.876000', '112659.878000', '112659.881000', '112659.884000', '112659.886000', '112659.889000', '112659.891000', '112659.894000', '112659.897000', '112659.899000', '112659.902000', '112659.904000', '112659.907000', '112659.909000', '112659.912000', '112659.915000', '112659.917000', '112659.920000', '112659.922000', '112659.925000', '112659.927000', '112659.930000', '112659.933000', '112659.935000', '112659.938000', '112659.940000', '112659.943000', '112659.945000', '112659.948000', '112719.837000', '112719.840000', '112719.842000', '112719.846000', '112719.848000', '112719.851000', '112719.854000', '112719.857000', '112719.859000', '112719.862000', '112719.864000', '112719.867000', '112719.870000', '112719.872000', '112719.875000', '112719.878000', '112719.880000', '112719.883000', '112719.885000', '112719.888000', '112719.891000', '112719.893000', '112719.896000', '112719.899000', '112719.901000', '112719.904000', '112719.906000', '112719.909000', '112719.912000', '112719.914000', '112719.917000', '112719.920000', '112719.922000', '112719.925000', '112719.928000', '112719.930000', '112719.933000', '112719.935000', '112719.938000', '112719.940000', '112719.943000', '112719.946000', '112719.948000', '112739.836000', '112739.839000', '112739.842000', '112739.845000', '112739.847000', '112739.850000', '112739.853000', '112739.856000', '112739.858000', '112739.861000', '112739.864000', '112739.866000', '112739.869000', '112739.871000', '112739.874000', '112739.877000', '112739.879000', '112739.882000', '112739.885000', '112739.887000', '112739.890000', '112739.892000', '112739.895000', '112739.898000', '112739.900000', '112739.903000', '112739.905000', '112739.908000', '112739.911000', '112739.913000', '112739.916000', '112739.918000', '112739.921000', '112739.924000', '112739.926000', '112739.929000', '112739.931000', '112739.934000', '112739.937000', '112739.939000', '112739.942000', '112739.944000', '112739.947000', '112739.950000', '112759.836000', '112759.839000', '112759.842000', '112759.845000', '112759.847000', '112759.850000', '112759.853000', '112759.855000', '112759.858000', '112759.861000', '112759.863000', '112759.866000', '112759.869000', '112759.871000', '112759.874000', '112759.877000', '112759.880000', '112759.884000', '112759.891000', '112759.894000', '112759.897000', '112759.899000', '112759.902000', '112759.905000', '112759.907000', '112759.910000', '112759.913000', '112759.915000', '112759.918000', '112759.920000', '112759.923000', '112759.926000', '112759.929000', '112759.932000', '112759.945000', '112759.947000', '112759.950000', '112759.952000', '112759.955000', '112759.957000', '112759.960000', '112759.963000', '112759.965000', '112819.836000', '112819.839000', '112819.842000', '112819.844000', '112819.847000', '112819.850000', '112819.852000', '112819.855000', '112819.857000', '112819.860000', '112819.863000', '112819.865000', '112819.868000', '112819.871000', '112819.874000', '112819.876000', '112819.879000', '112819.881000', '112819.884000', '112819.887000', '112819.889000', '112819.892000', '112819.895000', '112819.897000', '112819.900000', '112819.903000', '112819.905000', '112819.908000', '112819.910000', '112819.913000', '112819.916000', '112819.918000', '112819.921000', '112819.924000', '112819.926000', '112819.929000', '112819.931000', '112819.934000', '112819.936000', '112819.939000', '112819.942000', '112819.944000', '112819.947000', '112819.949000', '112839.837000', '112839.839000', '112839.842000', '112839.845000', '112839.848000', '112839.850000', '112839.853000', '112839.856000', '112839.858000', '112839.861000', '112839.863000', '112839.866000', '112839.869000', '112839.872000', '112839.875000', '112839.878000', '112839.880000', '112839.883000', '112839.886000', '112839.888000', '112839.891000', '112839.894000', '112839.896000', '112839.899000', '112839.902000', '112839.904000', '112839.907000', '112839.910000', '112839.913000', '112839.916000', '112839.919000', '112839.921000', '112839.924000', '112839.927000', '112839.929000', '112839.932000', '112839.935000', '112839.937000', '112839.940000', '112839.942000', '112839.945000', '112839.948000', '112839.950000', '112859.837000', '112859.839000', '112859.842000', '112859.845000', '112859.848000', '112859.851000', '112859.853000', '112859.856000', '112859.858000', '112859.861000', '112859.864000', '112859.867000', '112859.869000', '112859.872000', '112859.874000', '112859.877000', '112859.880000', '112859.883000', '112859.885000', '112859.888000', '112859.891000', '112859.893000', '112859.896000', '112859.898000', '112859.901000', '112859.904000', '112859.906000', '112859.909000', '112859.912000', '112859.914000', '112859.917000', '112859.919000', '112859.922000', '112859.925000', '112859.927000', '112859.930000', '112859.933000', '112859.935000', '112859.938000', '112859.940000', '112859.943000', '112859.946000', '112859.948000', '112859.951000', '112919.837000', '112919.839000', '112919.842000', '112919.845000', '112919.847000', '112919.850000', '112919.853000', '112919.855000', '112919.858000', '112919.861000', '112919.863000', '112919.866000', '112919.869000', '112919.871000', '112919.874000', '112919.876000', '112919.879000', '112919.882000', '112919.884000', '112919.887000', '112919.890000', '112919.892000', '112919.895000', '112919.898000', '112919.900000', '112919.903000', '112919.906000', '112919.908000', '112919.911000', '112919.913000', '112919.916000', '112919.919000', '112919.921000', '112919.924000', '112919.927000', '112919.929000', '112919.932000', '112919.935000', '112919.937000', '112919.940000', '112919.943000', '112919.946000', '112919.949000', '112939.836000', '112939.839000', '112939.842000', '112939.845000', '112939.847000', '112939.850000', '112939.852000', '112939.855000', '112939.858000', '112939.860000', '112939.863000', '112939.865000', '112939.868000', '112939.871000', '112939.873000', '112939.876000', '112939.879000', '112939.881000', '112939.884000', '112939.888000', '112939.891000', '112939.893000', '112939.896000', '112939.899000', '112939.901000', '112939.904000', '112939.906000', '112939.909000', '112939.912000', '112939.914000', '112939.926000', '112939.928000', '112939.931000', '112939.934000', '112939.936000', '112939.939000', '112939.942000', '112939.944000', '112939.947000', '112939.950000', '112939.952000', '112939.955000', '112939.957000', '112939.960000', '112959.837000', '112959.839000', '112959.842000', '112959.845000', '112959.847000', '112959.850000', '112959.853000', '112959.855000', '112959.858000', '112959.861000', '112959.863000', '112959.866000', '112959.868000', '112959.871000', '112959.874000', '112959.877000', '112959.879000', '112959.882000', '112959.885000', '112959.887000', '112959.890000', '112959.893000', '112959.895000', '112959.898000', '112959.901000', '112959.903000', '112959.906000', '112959.909000', '112959.911000', '112959.914000', '112959.917000', '112959.919000', '112959.922000', '112959.929000', '112959.932000', '112959.934000', '112959.937000', '112959.940000', '112959.942000', '112959.945000', '112959.948000', '112959.950000', '112959.953000', '113019.837000', '113019.840000', '113019.843000', '113019.846000', '113019.848000', '113019.851000', '113019.854000', '113019.856000', '113019.859000', '113019.862000', '113019.864000', '113019.867000', '113019.869000', '113019.872000', '113019.875000', '113019.886000', '113019.889000', '113019.891000', '113019.894000', '113019.897000', '113019.899000', '113019.902000', '113019.905000', '113019.907000', '113019.910000', '113019.912000', '113019.915000', '113019.918000', '113019.920000', '113019.923000', '113019.926000', '113019.928000', '113019.931000', '113019.934000', '113019.936000', '113019.939000', '113019.942000', '113019.944000', '113019.947000', '113019.950000', '113019.952000', '113019.955000', '113019.958000', '113019.960000', '113039.837000', '113039.839000', '113039.842000', '113039.845000', '113039.848000', '113039.850000', '113039.853000', '113039.856000', '113039.858000', '113039.861000', '113039.864000', '113039.866000', '113039.869000', '113039.872000', '113039.874000', '113039.877000', '113039.880000', '113039.882000', '113039.885000', '113039.888000', '113039.890000', '113039.893000', '113039.896000', '113039.898000', '113039.901000', '113039.904000', '113039.907000', '113039.910000', '113039.913000', '113039.915000', '113039.918000', '113039.920000', '113039.923000', '113039.926000', '113039.928000', '113039.931000', '113039.934000', '113039.936000', '113039.939000', '113039.942000', '113039.944000', '113039.947000', '113039.950000', '113059.836000', '113059.839000', '113059.842000', '113059.845000', '113059.847000', '113059.850000', '113059.853000', '113059.855000', '113059.858000', '113059.861000', '113059.863000', '113059.866000', '113059.869000', '113059.871000', '113059.874000', '113059.877000', '113059.879000', '113059.882000', '113059.885000', '113059.887000', '113059.890000', '113059.893000', '113059.895000', '113059.898000', '113059.901000', '113059.903000', '113059.906000', '113059.908000', '113059.911000', '113059.914000', '113059.916000', '113059.919000', '113059.922000', '113059.924000', '113059.927000', '113059.929000', '113059.932000', '113059.935000', '113059.937000', '113059.940000', '113059.943000', '113059.945000', '113059.948000', '113059.951000', '113119.837000', '113119.839000', '113119.842000', '113119.845000', '113119.847000', '113119.850000', '113119.853000', '113119.856000', '113119.858000', '113119.861000', '113119.863000', '113119.866000', '113119.869000', '113119.872000', '113119.874000', '113119.877000', '113119.880000', '113119.882000', '113119.885000', '113119.888000', '113119.890000', '113119.893000', '113119.895000', '113119.898000', '113119.901000', '113119.904000', '113119.906000', '113119.909000', '113119.912000', '113119.914000', '113119.917000', '113119.919000', '113119.922000', '113119.925000', '113119.927000', '113119.930000', '113119.933000', '113119.935000', '113119.938000', '113119.940000', '113119.943000', '113119.946000', '113119.948000', '113139.839000', '113139.842000', '113139.844000', '113139.847000', '113139.850000', '113139.852000', '113139.855000', '113139.858000', '113139.861000', '113139.863000', '113139.866000', '113139.869000', '113139.871000', '113139.874000', '113139.877000', '113139.879000', '113139.882000', '113139.885000', '113139.887000', '113139.890000', '113139.892000', '113139.895000', '113139.898000', '113139.900000', '113139.903000', '113139.906000', '113139.908000', '113139.911000', '113139.914000', '113139.917000', '113139.920000', '113139.922000', '113139.925000', '113139.928000', '113139.931000', '113139.933000', '113139.936000', '113139.938000', '113139.941000', '113139.944000', '113139.946000', '113139.949000', '113139.951000', '113139.954000', '113159.836000', '113159.839000', '113159.843000', '113159.846000', '113159.848000', '113159.851000', '113159.854000', '113159.856000', '113159.859000', '113159.861000', '113159.864000', '113159.867000', '113159.869000', '113159.872000', '113159.875000', '113159.877000', '113159.880000', '113159.883000', '113159.885000', '113159.888000', '113159.891000', '113159.893000', '113159.896000', '113159.899000', '113159.901000', '113159.904000', '113159.907000', '113159.909000', '113159.912000', '113159.914000', '113159.917000', '113159.920000', '113159.922000', '113159.925000', '113159.927000', '113159.930000', '113159.933000', '113159.935000', '113159.938000', '113159.941000', '113159.943000', '113159.946000', '113159.948000', '113219.837000', '113219.839000', '113219.842000', '113219.845000', '113219.848000', '113219.850000', '113219.853000', '113219.856000', '113219.858000', '113219.861000', '113219.864000', '113219.866000', '113219.869000', '113219.872000', '113219.874000', '113219.877000', '113219.880000', '113219.882000', '113219.885000', '113219.888000', '113219.890000', '113219.893000', '113219.896000', '113219.899000', '113219.901000', '113219.904000', '113219.907000', '113219.909000', '113219.912000', '113219.915000', '113219.917000', '113219.920000', '113219.923000', '113219.925000', '113219.928000', '113219.931000', '113219.933000', '113219.936000', '113219.938000', '113219.941000', '113219.944000', '113219.946000', '113219.949000', '113239.836000', '113239.839000', '113239.842000', '113239.845000', '113239.847000', '113239.850000', '113239.853000', '113239.856000', '113239.879000', '113239.882000', '113239.885000', '113239.887000', '113239.890000', '113239.892000', '113239.895000', '113239.898000', '113239.901000', '113239.903000', '113239.906000', '113239.909000', '113239.911000', '113239.914000', '113239.917000', '113239.919000', '113239.922000', '113239.924000', '113239.927000', '113239.930000', '113239.933000', '113239.936000', '113239.939000', '113239.941000', '113239.944000', '113239.947000', '113239.949000', '113239.952000', '113239.954000', '113239.957000', '113239.960000', '113239.962000', '113239.965000', '113239.968000', '113239.970000', '113239.973000', '113259.837000', '113259.839000', '113259.842000', '113259.845000', '113259.849000', '113259.851000', '113259.854000', '113259.857000', '113259.859000', '113259.862000', '113259.865000', '113259.867000', '113259.870000', '113259.873000', '113259.883000', '113259.885000', '113259.888000', '113259.890000', '113259.893000', '113259.896000', '113259.899000', '113259.901000', '113259.904000', '113259.907000', '113259.909000', '113259.912000', '113259.915000', '113259.917000', '113259.920000', '113259.923000', '113259.925000', '113259.928000', '113259.931000', '113259.933000', '113259.936000', '113259.939000', '113259.941000', '113259.944000', '113259.946000', '113259.949000', '113259.952000', '113259.954000', '113259.957000', '113259.960000', '113319.837000', '113319.839000', '113319.842000', '113319.845000', '113319.847000', '113319.850000', '113319.853000', '113319.855000', '113319.858000', '113319.861000', '113319.863000', '113319.866000', '113319.869000', '113319.871000', '113319.874000', '113319.877000', '113319.879000', '113319.882000', '113319.884000', '113319.887000', '113319.890000', '113319.892000', '113319.895000', '113319.898000', '113319.901000', '113319.903000', '113319.906000', '113319.909000', '113319.911000', '113319.914000', '113319.916000', '113319.919000', '113319.922000', '113319.924000', '113319.928000', '113319.930000', '113319.933000', '113319.936000', '113319.938000', '113319.941000', '113319.944000', '113319.946000', '113319.949000', '113339.837000', '113339.840000', '113339.842000', '113339.845000', '113339.847000', '113339.850000', '113339.853000', '113339.856000', '113339.858000', '113339.861000', '113339.864000', '113339.866000', '113339.869000', '113339.871000', '113339.874000', '113339.877000', '113339.879000', '113339.882000', '113339.885000', '113339.887000', '113339.890000', '113339.893000', '113339.895000', '113339.898000', '113339.903000', '113339.906000', '113339.909000', '113339.911000', '113339.914000', '113339.917000', '113339.919000', '113339.922000', '113339.924000', '113339.927000', '113339.930000', '113339.932000', '113339.935000', '113339.938000', '113339.940000', '113339.943000', '113339.946000', '113339.948000', '113339.951000', '113339.954000', '113359.837000', '113359.839000', '113359.842000', '113359.845000', '113359.848000', '113359.850000', '113359.853000', '113359.855000', '113359.858000', '113359.861000', '113359.863000', '113359.866000', '113359.869000', '113359.871000', '113359.874000', '113359.877000', '113359.879000', '113359.882000', '113359.914000', '113359.917000', '113359.920000', '113359.922000', '113359.925000', '113359.928000', '113359.930000', '113359.933000', '113359.935000', '113359.939000', '113359.941000', '113359.944000', '113359.946000', '113359.949000', '113359.952000', '113359.954000', '113359.957000', '113359.960000', '113359.962000', '113359.965000', '113359.967000', '113359.970000', '113359.973000', '113359.975000', '113359.978000', '113419.837000', '113419.839000', '113419.842000', '113419.845000', '113419.848000', '113419.850000', '113419.853000', '113419.856000', '113419.858000', '113419.861000', '113419.864000', '113419.866000', '113419.869000', '113419.872000', '113419.874000', '113419.877000', '113419.880000', '113419.883000', '113419.887000', '113419.890000', '113419.893000', '113419.895000', '113419.898000', '113419.901000', '113419.903000', '113419.906000', '113419.909000', '113419.911000', '113419.914000', '113419.917000', '113419.919000', '113419.922000', '113419.925000', '113419.927000', '113419.930000', '113419.933000', '113419.936000', '113419.939000', '113419.942000', '113419.944000', '113419.947000', '113419.950000', '113419.952000', '113419.955000', '113439.837000', '113439.839000', '113439.842000', '113439.845000', '113439.848000', '113439.850000', '113439.853000', '113439.855000', '113439.858000', '113439.861000', '113439.864000', '113439.866000', '113439.869000', '113439.871000', '113439.874000', '113439.877000', '113439.879000', '113439.882000', '113439.890000', '113439.892000', '113439.895000', '113439.898000', '113439.900000', '113439.903000', '113439.906000', '113439.908000', '113439.911000', '113439.914000', '113439.916000', '113439.919000', '113439.922000', '113439.924000', '113439.927000', '113439.930000', '113439.932000', '113439.935000', '113439.937000', '113439.940000', '113439.943000', '113439.945000', '113439.948000', '113439.951000', '113439.953000', '113459.837000', '113459.840000', '113459.842000', '113459.845000', '113459.848000', '113459.850000', '113459.853000', '113459.856000', '113459.858000', '113459.861000', '113459.863000', '113459.866000', '113459.869000', '113459.871000', '113459.874000', '113459.877000', '113459.880000', '113459.883000', '113459.885000', '113459.888000', '113459.892000', '113459.895000', '113459.898000', '113459.901000', '113459.903000', '113459.906000', '113459.908000', '113459.911000', '113459.914000', '113459.916000', '113459.920000', '113459.922000', '113459.925000', '113459.927000', '113459.930000', '113459.933000', '113459.935000', '113459.938000', '113459.940000', '113459.943000', '113459.946000', '113459.948000', '113459.951000', '113504.041000', '113504.045000', '113504.048000', '113504.051000', '113504.053000', '113504.056000', '113504.059000', '113504.061000', '113504.064000', '113504.067000'], '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': [9404, 8949, 8813, 8746, 8457, 8269, 8409, 8371, 8557, 8403, 8427, 8193, 8227, 8335, 8318, 8299, 8336, 8247, 8206, 8145, 8186, 8079, 8232, 8062, 8208, 8135, 8132, 7992, 8384, 7985, 8007, 8226, 8122, 8388, 8153, 8192, 8043, 8206, 8188, 8165, 8085, 8287, 8151, 8181, 8294, 8107, 8496, 7926, 8178, 8046, 8125, 8028, 8027, 8087, 8022, 8246, 7720, 8255, 8062, 8258, 7952, 8130, 8171, 8280, 8113, 8012, 8332, 7900, 8074, 8146, 8261, 8193, 8040, 8068, 8345, 7922, 8123, 8307, 7864, 8251, 7917, 8118, 8176, 8018, 8442, 7858, 8119, 8110, 8287, 8010, 8002, 8245, 8302, 8127, 7978, 8238, 7901, 8311, 8085, 8118, 8125, 8139, 7968, 7927, 8115, 7922, 7964, 8013, 8352, 8057, 8128, 7986, 8152, 8051, 7946, 8511, 7875, 8248, 8016, 8220, 8340, 8138, 8030, 8014, 8129, 8176, 8351, 7840, 8374, 7950, 8432, 8102, 8228, 7989, 7993, 8299, 8189, 8122, 7753, 8164, 7900, 8400, 7858, 8418, 7877, 8493, 7839, 8241, 8085, 8205, 7962, 8110, 7890, 8157, 7873, 8180, 8469, 7927, 8407, 7821, 8305, 8030, 8367, 8137, 7941, 8446, 7955, 8417, 8012, 8176, 8132, 8096, 8175, 8194, 8543, 7856, 8243, 7951, 8191, 7992, 8363, 8103, 8254, 8287, 8002, 8377, 8128, 8154, 8149, 8195, 8432, 7975, 8257, 8023, 8210, 8092, 8049, 8122, 8194, 8462, 7883, 8113, 8096, 8263, 8268, 8125, 8170, 8014, 8667, 7942, 8475, 8110, 8112, 8203, 8207, 8352, 7895, 8355, 7993, 8369, 8046, 8259, 8098, 7957, 8484, 8105, 8236, 7975, 8441, 8184, 8369, 8027, 8385, 7834, 8066, 8171, 8207, 7999, 8128, 8312, 8277, 8268, 8194, 8314, 7913, 8399, 7908, 8145, 8039, 8615, 8090, 8389, 8074, 8152, 7927, 8293, 8031, 8464, 7886, 8321, 7985, 8751, 8478, 8314, 8549, 8379, 8190, 8183, 8066, 7816, 8157, 8104, 8230, 8044, 8043, 8305, 7712, 8189, 8347, 8014, 7995, 8326, 8146, 8420, 8348, 7947, 8212, 8035, 8276, 8343, 8015, 7865, 8154, 8035, 7930, 8094, 8181, 8039, 7912, 8089, 7876, 8141, 8268, 8050, 8121, 8032, 8091, 8059, 8188, 7883, 7999, 7955, 7994, 7961, 8025, 8051, 8580, 8139, 8360, 8051, 8347, 8024, 8469, 7912, 8186, 8170, 8395, 8326, 8217, 8453, 8536, 8449, 8656, 8552, 8208, 8376, 8345, 8047, 8123, 8315, 8111, 8278, 8077, 8043, 8218, 8136, 8325, 8303, 8529, 8512, 8379, 8260, 8444, 8216, 8197, 8074, 8523, 8377, 8107, 8313, 8323, 8526, 8304, 8336, 8355, 8472, 8223, 8269, 8486, 8166, 8269, 8147, 8293, 8427, 8335, 8248, 8351, 8185, 8395, 8367, 8378, 8237, 8535, 8355, 8747, 8396, 8631, 8380, 8613, 8408, 8496, 8209, 8714, 8482, 8962, 8729, 8941, 8666, 8798, 8479, 8207, 8373, 8341, 8292, 8147, 8207, 8076, 7954, 8365, 8382, 8484, 8344, 8505, 8202, 8513, 8129, 8482, 8396, 8318, 8773, 8402, 8435, 8364, 8309, 8312, 8408, 8434, 8329, 8646, 8249, 8583, 8646, 9207, 8621, 8834, 8723, 8763, 8651, 9039, 8682, 8705, 8552, 8598, 8336, 8629, 8804, 8811, 8939, 8514, 8688, 8559, 8874, 8432, 8918, 8525, 8867, 8680, 8767, 8591, 8562, 8107, 7888, 7967, 8000, 7978, 8421, 7619, 8365, 8221, 8179, 8619, 8733, 8263, 8400, 8150, 8464, 8165, 8294, 8313, 8315, 8118, 8204, 8453, 8202, 8269, 8402, 8214, 8318, 8327, 8039, 8356, 8252, 8471, 8403, 8372, 8190, 8305, 8065, 8318, 8175, 8362, 8380, 8357, 8522, 8148, 8356, 8289, 8055, 8231, 8327, 8542, 8100, 8337, 8255, 8446, 8234, 8301, 8327, 8450, 8315, 8612, 8160, 8512, 8494, 8600, 8326, 8686, 8218, 8362, 8322, 8859, 8502, 8625, 8766, 8525, 8121, 8181, 8647, 8219, 8367, 8385, 8466, 8501, 8691, 8498, 8703, 8607, 8804, 8576, 8666, 8550, 8762, 8503, 8777, 8727, 8469, 8744, 8899, 8916, 8457, 8527, 8135, 8585, 8447, 8736, 8358, 8616, 8135, 8485, 8651, 8480, 8526, 8549, 8584, 8373, 8798, 8361, 8338, 8405, 8565, 8255, 8011, 8577, 8205, 8454, 8259, 8114, 8276, 8513, 8384, 8251, 8478, 8287, 8610, 8287, 8334, 8199, 8190, 8470, 8377, 8307, 8305, 8266, 8128, 8460, 8272, 8235, 8164, 8453, 8215, 8494, 8250, 8177, 8368, 8087, 8339, 8024, 8421, 8176, 8223, 8546, 8283, 8514, 8212, 8376, 8405, 8574, 8359, 8260, 8412, 8287, 8243, 8478, 8395, 8319, 8324, 8382, 8546, 8332, 8364, 8387, 8296, 8614, 8355, 8684, 8225, 8303, 8401, 8366, 8444, 8376, 8190, 8507, 8415, 8241, 8309, 8242, 8144, 8186, 8265, 8324, 8514, 8294, 8357, 8179, 8639, 8237, 8208, 8315, 8406, 8278, 8321, 8154, 8148, 8298, 8133, 8727, 8038, 8362, 8113, 8277, 8028, 8152, 8157, 8368, 8213, 8094, 8116, 8351, 8175, 8210, 8422, 8246, 8270, 8241, 8334, 8022, 8384, 8356, 8323, 8293, 8297, 8272, 8614, 8211, 8633, 8513, 8276, 8467, 8434, 8462, 8313, 8467, 8329, 8143, 8330, 8084, 8162, 8139, 8346, 8217, 8025, 8097, 8259, 8356, 8185, 8554, 8351, 8621, 8280, 8505, 8153, 8134, 8198, 8370, 8241, 8017, 8369, 7958, 8215, 8469, 8053, 8066, 8126, 7804, 8394, 8128, 8004, 8306, 7984, 8070, 8172, 8468, 8049, 8672, 8087, 8165, 8198, 8103, 8255, 8278, 7990, 8447, 7962, 8259, 7849, 8258, 7928, 8141, 8052, 8123, 7972, 8316, 7882, 8249, 7953, 8001, 8072, 7822, 7922, 7893, 8120, 7922, 7794, 8469, 7837, 7938, 7890, 8526, 8086, 8062, 8016, 8043, 8204, 7851, 8082, 8010, 8142, 7916, 8059, 7928, 8258, 7948, 8354, 7959, 7954, 8160, 7976, 8191, 8030, 8058, 8098, 8177, 7965, 8057, 8259, 8057, 8046, 8009, 8178, 8117, 8092, 8164, 7948, 8042, 8141, 7958, 8389, 8318, 8047, 7949, 8349, 7956, 8190, 8364, 8154, 8094, 8065, 8205, 7969, 8140, 8119, 8190, 8164, 7924, 8194, 8073, 8281, 7960, 8561, 8082, 8529, 8076, 8143, 8048, 8158, 8155, 8081, 8092, 8241, 8019, 8019, 8168, 8011, 7871, 8018, 8355, 8001, 8045, 8109, 7973, 7966, 8066, 7955, 8084, 7938, 8106, 7995, 8128, 7857, 8163, 8035, 8084, 8219, 7936, 7993, 7831, 8099, 7891, 8236, 8188, 8006, 8138, 8075, 8506, 7894, 8043, 8062, 8254, 7993, 8269, 8161, 8104, 8183, 7936, 8023, 8151, 7812, 8255, 7749, 8113, 7693, 8147, 7993, 8129, 7942, 7861, 8233, 8000, 8158, 7866, 8255, 7868, 8229, 8040, 8015, 7786, 7963, 7891, 8105, 7894, 8714, 8307, 8254, 8276, 8675, 8253, 8339, 8119, 8135, 7585, 7502, 7485, 8001, 7511, 7424, 7979, 7724, 7860, 7611, 8563, 8520, 8251, 8129, 8295, 8262, 8529, 8389, 8444, 8647, 8229, 8412, 8664, 8411, 8621, 8669, 8420, 8747, 8569, 8493, 8518, 8543, 8361, 8455, 8721, 8493, 8946, 8622, 8850, 8886, 8883, 8579, 8996, 8538, 8637, 8310, 8612, 8493, 8572, 8933, 8982, 8890, 8757, 8729, 8667, 8624, 8772, 8645, 9014, 8636, 8992, 8573, 8831, 8657, 8737, 8777, 8480, 8676, 8547, 8940, 8566, 8687, 8598, 8210, 8275, 8328, 8214, 8415, 8494, 8461, 8351, 8539, 8249, 8858, 8402, 8907, 8501, 8561, 8317, 8810, 8482, 8436, 8256, 8574, 8276, 8426, 8758, 8399, 8271, 8338, 8393, 8131, 8187, 8492, 8383, 8325, 8283, 8181, 8342, 8161, 8558, 7924, 8119, 8003, 8300, 8078, 8071, 8133, 7925, 8001, 8015, 7983, 7940, 8076, 8005, 7899, 7978, 7950, 8058, 7996, 8120, 8044, 8028, 8418, 8143, 8021, 8794, 8086, 8382, 8236, 8626, 8561, 8576, 8659, 8298, 8369, 8248, 8224, 8145, 8165, 8265, 8268, 8859, 8206, 8329, 7976, 8147, 8158, 8310, 8458, 8125, 8579, 8320, 8766, 8166, 8327, 8131, 8241, 8388, 7977, 8515, 8048, 8222, 8156, 8407, 8622, 8453, 8138, 8645, 8210, 8618, 8372, 8430, 8164, 7917, 8105, 8290, 8164, 8383, 8469, 8157, 8375, 8108, 8510, 8286, 8018, 8090, 8023, 8104, 8140, 8278, 7993, 8616, 8202, 8351, 8326, 8207, 7961, 8166, 8174, 8099, 8322, 8320, 8228, 8545, 8290, 8462, 8257], 'WindowCenter': [4528.0, 4511.0, 4498.0, 4483.0, 4470.0, 4456.0, 4457.0, 4457.0, 4456.0, 4454.0, 4442.0, 4440.0, 4430.0, 4442.0, 4441.0, 4441.0, 4440.0, 4439.0, 4428.0, 4442.0, 4441.0, 4443.0, 4442.0, 4442.0, 4442.0, 4443.0, 4444.0, 4444.0, 4454.0, 4444.0, 4444.0, 4455.0, 4453.0, 4455.0, 4445.0, 4454.0, 4445.0, 4443.0, 4454.0, 4452.0, 4443.0, 4442.0, 4441.0, 4442.0, 4443.0, 4443.0, 4454.0, 4443.0, 4442.0, 4444.0, 4445.0, 4455.0, 4453.0, 4443.0, 4445.0, 4456.0, 4456.0, 4455.0, 4456.0, 4454.0, 4455.0, 4454.0, 4457.0, 4456.0, 4454.0, 4453.0, 4455.0, 4456.0, 4456.0, 4457.0, 4454.0, 4457.0, 4456.0, 4457.0, 4467.0, 4457.0, 4454.0, 4456.0, 4460.0, 4467.0, 4457.0, 4456.0, 4455.0, 4457.0, 4457.0, 4459.0, 4457.0, 4456.0, 4454.0, 4457.0, 4456.0, 4458.0, 4457.0, 4455.0, 4455.0, 4456.0, 4457.0, 4457.0, 4459.0, 4456.0, 4456.0, 4456.0, 4457.0, 4459.0, 4457.0, 4460.0, 4455.0, 4454.0, 4456.0, 4457.0, 4457.0, 4457.0, 4455.0, 4454.0, 4455.0, 4455.0, 4457.0, 4455.0, 4455.0, 4454.0, 4453.0, 4455.0, 4454.0, 4456.0, 4456.0, 4456.0, 4454.0, 4457.0, 4456.0, 4456.0, 4469.0, 4456.0, 4455.0, 4458.0, 4455.0, 4468.0, 4466.0, 4457.0, 4445.0, 4457.0, 4457.0, 4470.0, 4469.0, 4467.0, 4455.0, 4467.0, 4457.0, 4469.0, 4469.0, 4468.0, 4456.0, 4458.0, 4458.0, 4457.0, 4457.0, 4468.0, 4457.0, 4456.0, 4457.0, 4454.0, 4456.0, 4457.0, 4455.0, 4446.0, 4455.0, 4455.0, 4457.0, 4455.0, 4444.0, 4453.0, 4455.0, 4455.0, 4455.0, 4457.0, 4454.0, 4447.0, 4454.0, 4455.0, 4456.0, 4456.0, 4456.0, 4458.0, 4454.0, 4456.0, 4457.0, 4458.0, 4455.0, 4455.0, 4457.0, 4456.0, 4457.0, 4458.0, 4455.0, 4456.0, 4454.0, 4457.0, 4455.0, 4457.0, 4458.0, 4455.0, 4444.0, 4443.0, 4457.0, 4456.0, 4456.0, 4458.0, 4455.0, 4453.0, 4467.0, 4460.0, 4458.0, 4458.0, 4458.0, 4456.0, 4456.0, 4468.0, 4459.0, 4468.0, 4458.0, 4469.0, 4458.0, 4455.0, 4458.0, 4458.0, 4468.0, 4457.0, 4456.0, 4453.0, 4458.0, 4468.0, 4468.0, 4458.0, 4456.0, 4458.0, 4457.0, 4459.0, 4470.0, 4457.0, 4456.0, 4457.0, 4457.0, 4459.0, 4469.0, 4468.0, 4456.0, 4458.0, 4458.0, 4458.0, 4469.0, 4469.0, 4456.0, 4457.0, 4462.0, 4458.0, 4472.0, 4468.0, 4457.0, 4468.0, 4458.0, 4471.0, 4484.0, 4490.0, 4484.0, 4471.0, 4455.0, 4439.0, 4439.0, 4450.0, 4465.0, 4456.0, 4456.0, 4456.0, 4464.0, 4467.0, 4453.0, 4450.0, 4456.0, 4456.0, 4456.0, 4456.0, 4453.0, 4441.0, 4444.0, 4453.0, 4442.0, 4442.0, 4440.0, 4438.0, 4440.0, 4437.0, 4442.0, 4440.0, 4441.0, 4441.0, 4441.0, 4443.0, 4454.0, 4438.0, 4442.0, 4444.0, 4442.0, 4446.0, 4457.0, 4456.0, 4444.0, 4457.0, 4456.0, 4457.0, 4457.0, 4456.0, 4456.0, 4459.0, 4456.0, 4456.0, 4446.0, 4456.0, 4469.0, 4470.0, 4454.0, 4444.0, 4454.0, 4445.0, 4445.0, 4445.0, 4445.0, 4455.0, 4444.0, 4429.0, 4425.0, 4425.0, 4442.0, 4434.0, 4445.0, 4446.0, 4438.0, 4439.0, 4450.0, 4452.0, 4454.0, 4444.0, 4434.0, 4421.0, 4409.0, 4408.0, 4427.0, 4423.0, 4434.0, 4448.0, 4445.0, 4443.0, 4433.0, 4446.0, 4445.0, 4444.0, 4445.0, 4434.0, 4445.0, 4445.0, 4434.0, 4432.0, 4432.0, 4430.0, 4418.0, 4414.0, 4405.0, 4405.0, 4404.0, 4404.0, 4403.0, 4403.0, 4402.0, 4392.0, 4402.0, 4400.0, 4401.0, 4399.0, 4402.0, 4401.0, 4403.0, 4415.0, 4405.0, 4416.0, 4416.0, 4413.0, 4414.0, 4414.0, 4415.0, 4415.0, 4425.0, 4430.0, 4429.0, 4435.0, 4441.0, 4427.0, 4427.0, 4427.0, 4439.0, 4456.0, 4448.0, 4440.0, 4443.0, 4442.0, 4430.0, 4429.0, 4429.0, 4432.0, 4432.0, 4435.0, 4434.0, 4434.0, 4444.0, 4431.0, 4428.0, 4418.0, 4428.0, 4419.0, 4430.0, 4429.0, 4418.0, 4428.0, 4417.0, 4417.0, 4417.0, 4418.0, 4416.0, 4417.0, 4417.0, 4416.0, 4426.0, 4429.0, 4428.0, 4429.0, 4441.0, 4429.0, 4438.0, 4440.0, 4440.0, 4442.0, 4454.0, 4442.0, 4439.0, 4442.0, 4452.0, 4443.0, 4453.0, 4453.0, 4450.0, 4439.0, 4452.0, 4441.0, 4451.0, 4448.0, 4438.0, 4446.0, 4437.0, 4447.0, 4447.0, 4437.0, 4437.0, 4439.0, 4435.0, 4441.0, 4445.0, 4444.0, 4451.0, 4451.0, 4455.0, 4467.0, 4458.0, 4443.0, 4429.0, 4438.0, 4441.0, 4429.0, 4431.0, 4441.0, 4441.0, 4429.0, 4430.0, 4441.0, 4441.0, 4440.0, 4428.0, 4439.0, 4440.0, 4443.0, 4445.0, 4437.0, 4449.0, 4450.0, 4460.0, 4455.0, 4443.0, 4433.0, 4436.0, 4436.0, 4448.0, 4440.0, 4448.0, 4437.0, 4437.0, 4437.0, 4447.0, 4447.0, 4434.0, 4434.0, 4432.0, 4434.0, 4435.0, 4433.0, 4434.0, 4435.0, 4434.0, 4436.0, 4445.0, 4433.0, 4435.0, 4447.0, 4449.0, 4449.0, 4459.0, 4450.0, 4451.0, 4461.0, 4461.0, 4463.0, 4461.0, 4446.0, 4453.0, 4452.0, 4473.0, 4462.0, 4460.0, 4460.0, 4457.0, 4443.0, 4445.0, 4453.0, 4442.0, 4445.0, 4435.0, 4437.0, 4437.0, 4439.0, 4439.0, 4451.0, 4438.0, 4447.0, 4437.0, 4438.0, 4437.0, 4437.0, 4434.0, 4423.0, 4434.0, 4424.0, 4435.0, 4435.0, 4435.0, 4433.0, 4436.0, 4425.0, 4448.0, 4435.0, 4435.0, 4435.0, 4436.0, 4435.0, 4447.0, 4436.0, 4434.0, 4435.0, 4435.0, 4436.0, 4436.0, 4435.0, 4422.0, 4425.0, 4424.0, 4434.0, 4436.0, 4425.0, 4435.0, 4436.0, 4436.0, 4436.0, 4435.0, 4435.0, 4436.0, 4436.0, 4437.0, 4440.0, 4437.0, 4439.0, 4439.0, 4449.0, 4439.0, 4449.0, 4449.0, 4438.0, 4437.0, 4450.0, 4450.0, 4450.0, 4449.0, 4451.0, 4452.0, 4452.0, 4451.0, 4451.0, 4449.0, 4450.0, 4451.0, 4450.0, 4449.0, 4449.0, 4438.0, 4451.0, 4449.0, 4438.0, 4439.0, 4440.0, 4440.0, 4441.0, 4453.0, 4451.0, 4449.0, 4450.0, 4452.0, 4452.0, 4451.0, 4450.0, 4440.0, 4442.0, 4452.0, 4453.0, 4451.0, 4452.0, 4452.0, 4453.0, 4452.0, 4454.0, 4451.0, 4449.0, 4450.0, 4452.0, 4450.0, 4450.0, 4451.0, 4442.0, 4440.0, 4450.0, 4453.0, 4453.0, 4450.0, 4441.0, 4454.0, 4444.0, 4451.0, 4451.0, 4450.0, 4451.0, 4453.0, 4450.0, 4453.0, 4450.0, 4440.0, 4438.0, 4440.0, 4450.0, 4452.0, 4451.0, 4440.0, 4440.0, 4440.0, 4440.0, 4451.0, 4439.0, 4439.0, 4439.0, 4438.0, 4440.0, 4440.0, 4438.0, 4440.0, 4439.0, 4442.0, 4442.0, 4454.0, 4452.0, 4450.0, 4454.0, 4452.0, 4455.0, 4454.0, 4453.0, 4443.0, 4454.0, 4454.0, 4454.0, 4454.0, 4455.0, 4441.0, 4453.0, 4442.0, 4452.0, 4454.0, 4442.0, 4446.0, 4444.0, 4445.0, 4442.0, 4441.0, 4456.0, 4447.0, 4452.0, 4453.0, 4454.0, 4455.0, 4457.0, 4452.0, 4458.0, 4458.0, 4469.0, 4468.0, 4454.0, 4455.0, 4468.0, 4467.0, 4456.0, 4469.0, 4455.0, 4455.0, 4455.0, 4451.0, 4468.0, 4453.0, 4443.0, 4443.0, 4442.0, 4452.0, 4442.0, 4442.0, 4442.0, 4443.0, 4444.0, 4445.0, 4443.0, 4442.0, 4441.0, 4441.0, 4452.0, 4450.0, 4443.0, 4451.0, 4443.0, 4453.0, 4451.0, 4441.0, 4442.0, 4452.0, 4455.0, 4453.0, 4442.0, 4456.0, 4443.0, 4454.0, 4452.0, 4444.0, 4441.0, 4444.0, 4444.0, 4453.0, 4442.0, 4442.0, 4442.0, 4444.0, 4444.0, 4442.0, 4440.0, 4442.0, 4442.0, 4453.0, 4444.0, 4453.0, 4445.0, 4456.0, 4456.0, 4466.0, 4454.0, 4452.0, 4454.0, 4456.0, 4456.0, 4453.0, 4442.0, 4444.0, 4443.0, 4456.0, 4454.0, 4443.0, 4452.0, 4444.0, 4456.0, 4455.0, 4455.0, 4453.0, 4454.0, 4454.0, 4454.0, 4455.0, 4452.0, 4453.0, 4455.0, 4457.0, 4456.0, 4445.0, 4454.0, 4455.0, 4454.0, 4444.0, 4442.0, 4441.0, 4442.0, 4442.0, 4441.0, 4441.0, 4440.0, 4441.0, 4442.0, 4440.0, 4441.0, 4440.0, 4439.0, 4441.0, 4442.0, 4441.0, 4440.0, 4440.0, 4442.0, 4440.0, 4443.0, 4453.0, 4450.0, 4441.0, 4453.0, 4454.0, 4454.0, 4456.0, 4464.0, 4454.0, 4466.0, 4469.0, 4469.0, 4466.0, 4456.0, 4467.0, 4472.0, 4469.0, 4467.0, 4456.0, 4455.0, 4467.0, 4467.0, 4455.0, 4454.0, 4455.0, 4455.0, 4455.0, 4458.0, 4468.0, 4455.0, 4457.0, 4468.0, 4469.0, 4468.0, 4469.0, 4457.0, 4459.0, 4467.0, 4468.0, 4468.0, 4457.0, 4466.0, 4457.0, 4456.0, 4447.0, 4456.0, 4443.0, 4455.0, 4453.0, 4454.0, 4454.0, 4442.0, 4452.0, 4443.0, 4456.0, 4456.0, 4456.0, 4455.0, 4467.0, 4467.0, 4470.0, 4470.0, 4469.0, 4470.0, 4471.0, 4471.0, 4468.0, 4459.0, 4457.0, 4457.0, 4458.0, 4456.0, 4456.0, 4455.0, 4456.0, 4456.0, 4457.0, 4454.0, 4456.0, 4456.0, 4456.0, 4467.0, 4456.0, 4455.0, 4446.0, 4455.0, 4455.0, 4456.0, 4455.0, 4459.0, 4442.0, 4443.0, 4449.0, 4460.0, 4450.0, 4426.0, 4405.0, 4399.0, 4389.0, 4401.0, 4396.0, 4410.0, 4418.0, 4430.0, 4454.0, 4450.0, 4476.0, 4484.0, 4499.0, 4465.0, 4440.0, 4418.0, 4403.0, 4401.0, 4402.0, 4399.0, 4402.0, 4399.0, 4379.0, 4377.0, 4375.0, 4361.0, 4372.0, 4374.0, 4372.0, 4373.0, 4374.0, 4386.0, 4385.0, 4387.0, 4387.0, 4389.0, 4399.0, 4400.0, 4399.0, 4401.0, 4410.0, 4410.0, 4412.0, 4413.0, 4414.0, 4413.0, 4414.0, 4417.0, 4417.0, 4418.0, 4426.0, 4427.0, 4426.0, 4427.0, 4428.0, 4429.0, 4440.0, 4440.0, 4440.0, 4440.0, 4439.0, 4428.0, 4439.0, 4440.0, 4439.0, 4442.0, 4441.0, 4440.0, 4442.0, 4429.0, 4430.0, 4428.0, 4429.0, 4429.0, 4430.0, 4445.0, 4459.0, 4465.0, 4461.0, 4449.0, 4448.0, 4447.0, 4445.0, 4460.0, 4459.0, 4460.0, 4449.0, 4463.0, 4474.0, 4463.0, 4464.0, 4471.0, 4458.0, 4446.0, 4449.0, 4459.0, 4451.0, 4449.0, 4450.0, 4449.0, 4448.0, 4449.0, 4451.0, 4441.0, 4440.0, 4441.0, 4440.0, 4441.0, 4443.0, 4445.0, 4445.0, 4455.0, 4446.0, 4437.0, 4439.0, 4441.0, 4440.0, 4441.0, 4443.0, 4442.0, 4442.0, 4442.0, 4455.0, 4453.0, 4455.0, 4454.0, 4442.0, 4442.0, 4454.0, 4453.0, 4454.0, 4453.0, 4450.0, 4440.0, 4440.0, 4451.0, 4440.0, 4452.0, 4469.0, 4460.0, 4457.0, 4447.0, 4454.0, 4455.0, 4447.0, 4449.0, 4461.0, 4463.0, 4453.0, 4464.0, 4452.0, 4466.0, 4453.0, 4455.0, 4465.0, 4452.0, 4453.0, 4441.0, 4441.0, 4451.0, 4450.0, 4449.0, 4441.0, 4451.0, 4452.0, 4452.0, 4452.0, 4451.0, 4442.0, 4451.0, 4455.0, 4454.0, 4463.0, 4453.0, 4453.0, 4454.0, 4465.0, 4464.0, 4454.0, 4453.0, 4455.0, 4452.0, 4468.0, 4465.0, 4454.0, 4452.0, 4454.0, 4455.0, 4454.0, 4452.0, 4451.0, 4452.0, 4453.0, 4453.0, 4452.0, 4451.0, 4452.0, 4452.0, 4451.0, 4453.0, 4452.0, 4440.0, 4441.0, 4443.0, 4451.0, 4452.0, 4449.0, 4452.0, 4449.0, 4443.0, 4452.0, 4456.0, 4454.0, 4453.0, 4453.0, 4453.0, 4465.0, 4468.0, 4464.0, 4463.0], 'WindowWidth': [9982.0, 9943.0, 9915.0, 9884.0, 9858.0, 9833.0, 9835.0, 9832.0, 9827.0, 9822.0, 9803.0, 9795.0, 9780.0, 9800.0, 9795.0, 9798.0, 9797.0, 9791.0, 9775.0, 9799.0, 9798.0, 9802.0, 9801.0, 9800.0, 9801.0, 9805.0, 9808.0, 9808.0, 9822.0, 9806.0, 9808.0, 9825.0, 9821.0, 9824.0, 9811.0, 9821.0, 9807.0, 9804.0, 9821.0, 9815.0, 9802.0, 9801.0, 9799.0, 9802.0, 9802.0, 9803.0, 9821.0, 9801.0, 9800.0, 9808.0, 9809.0, 9824.0, 9821.0, 9806.0, 9811.0, 9827.0, 9828.0, 9826.0, 9827.0, 9821.0, 9826.0, 9822.0, 9828.0, 9828.0, 9822.0, 9820.0, 9824.0, 9828.0, 9829.0, 9828.0, 9823.0, 9832.0, 9828.0, 9831.0, 9847.0, 9830.0, 9824.0, 9829.0, 9837.0, 9844.0, 9830.0, 9828.0, 9825.0, 9831.0, 9830.0, 9836.0, 9831.0, 9828.0, 9823.0, 9831.0, 9828.0, 9831.0, 9832.0, 9825.0, 9825.0, 9829.0, 9831.0, 9832.0, 9835.0, 9830.0, 9829.0, 9829.0, 9832.0, 9837.0, 9833.0, 9839.0, 9827.0, 9825.0, 9828.0, 9832.0, 9833.0, 9830.0, 9826.0, 9822.0, 9825.0, 9825.0, 9830.0, 9826.0, 9824.0, 9822.0, 9821.0, 9824.0, 9823.0, 9828.0, 9828.0, 9827.0, 9823.0, 9830.0, 9827.0, 9829.0, 9849.0, 9829.0, 9827.0, 9835.0, 9826.0, 9848.0, 9846.0, 9831.0, 9813.0, 9833.0, 9833.0, 9851.0, 9851.0, 9846.0, 9828.0, 9848.0, 9834.0, 9852.0, 9853.0, 9848.0, 9830.0, 9834.0, 9835.0, 9833.0, 9831.0, 9846.0, 9830.0, 9827.0, 9829.0, 9825.0, 9829.0, 9830.0, 9825.0, 9813.0, 9825.0, 9822.0, 9830.0, 9824.0, 9808.0, 9819.0, 9825.0, 9825.0, 9826.0, 9832.0, 9824.0, 9814.0, 9823.0, 9825.0, 9828.0, 9827.0, 9828.0, 9831.0, 9823.0, 9828.0, 9832.0, 9833.0, 9826.0, 9826.0, 9829.0, 9828.0, 9830.0, 9834.0, 9826.0, 9826.0, 9822.0, 9830.0, 9824.0, 9829.0, 9834.0, 9826.0, 9808.0, 9807.0, 9830.0, 9827.0, 9827.0, 9834.0, 9826.0, 9822.0, 9845.0, 9837.0, 9833.0, 9835.0, 9836.0, 9828.0, 9827.0, 9847.0, 9836.0, 9848.0, 9836.0, 9849.0, 9832.0, 9826.0, 9832.0, 9834.0, 9847.0, 9832.0, 9828.0, 9823.0, 9832.0, 9847.0, 9849.0, 9833.0, 9829.0, 9835.0, 9831.0, 9836.0, 9854.0, 9833.0, 9829.0, 9831.0, 9830.0, 9834.0, 9851.0, 9848.0, 9830.0, 9834.0, 9835.0, 9834.0, 9853.0, 9851.0, 9830.0, 9832.0, 9844.0, 9835.0, 9859.0, 9849.0, 9831.0, 9847.0, 9834.0, 9857.0, 9884.0, 9895.0, 9882.0, 9852.0, 9820.0, 9790.0, 9789.0, 9816.0, 9842.0, 9832.0, 9831.0, 9832.0, 9839.0, 9848.0, 9823.0, 9814.0, 9829.0, 9828.0, 9829.0, 9830.0, 9819.0, 9801.0, 9808.0, 9818.0, 9802.0, 9803.0, 9795.0, 9791.0, 9795.0, 9790.0, 9802.0, 9797.0, 9797.0, 9799.0, 9798.0, 9804.0, 9822.0, 9794.0, 9800.0, 9806.0, 9802.0, 9811.0, 9832.0, 9827.0, 9807.0, 9829.0, 9827.0, 9829.0, 9832.0, 9827.0, 9829.0, 9835.0, 9828.0, 9826.0, 9812.0, 9829.0, 9853.0, 9855.0, 9825.0, 9809.0, 9820.0, 9809.0, 9808.0, 9807.0, 9809.0, 9823.0, 9801.0, 9771.0, 9762.0, 9762.0, 9792.0, 9784.0, 9800.0, 9801.0, 9794.0, 9794.0, 9813.0, 9819.0, 9825.0, 9803.0, 9786.0, 9758.0, 9734.0, 9732.0, 9771.0, 9764.0, 9781.0, 9810.0, 9803.0, 9796.0, 9783.0, 9804.0, 9804.0, 9801.0, 9802.0, 9788.0, 9804.0, 9802.0, 9786.0, 9781.0, 9776.0, 9770.0, 9750.0, 9742.0, 9727.0, 9727.0, 9724.0, 9723.0, 9722.0, 9723.0, 9720.0, 9707.0, 9719.0, 9715.0, 9716.0, 9713.0, 9720.0, 9718.0, 9724.0, 9744.0, 9730.0, 9747.0, 9749.0, 9742.0, 9744.0, 9744.0, 9746.0, 9748.0, 9762.0, 9778.0, 9774.0, 9786.0, 9793.0, 9767.0, 9763.0, 9764.0, 9787.0, 9822.0, 9806.0, 9794.0, 9799.0, 9795.0, 9777.0, 9773.0, 9772.0, 9781.0, 9780.0, 9790.0, 9787.0, 9783.0, 9797.0, 9774.0, 9767.0, 9753.0, 9766.0, 9758.0, 9773.0, 9769.0, 9755.0, 9768.0, 9751.0, 9750.0, 9751.0, 9754.0, 9748.0, 9750.0, 9751.0, 9749.0, 9763.0, 9773.0, 9770.0, 9772.0, 9792.0, 9773.0, 9785.0, 9791.0, 9792.0, 9797.0, 9819.0, 9799.0, 9792.0, 9799.0, 9813.0, 9801.0, 9817.0, 9817.0, 9808.0, 9790.0, 9812.0, 9796.0, 9811.0, 9808.0, 9790.0, 9799.0, 9788.0, 9802.0, 9803.0, 9790.0, 9788.0, 9791.0, 9790.0, 9802.0, 9810.0, 9810.0, 9821.0, 9819.0, 9829.0, 9845.0, 9829.0, 9799.0, 9772.0, 9783.0, 9792.0, 9773.0, 9778.0, 9794.0, 9793.0, 9773.0, 9776.0, 9793.0, 9793.0, 9791.0, 9772.0, 9789.0, 9791.0, 9798.0, 9803.0, 9791.0, 9812.0, 9814.0, 9831.0, 9820.0, 9799.0, 9782.0, 9788.0, 9790.0, 9808.0, 9799.0, 9808.0, 9791.0, 9792.0, 9791.0, 9806.0, 9805.0, 9783.0, 9782.0, 9778.0, 9783.0, 9787.0, 9782.0, 9783.0, 9787.0, 9783.0, 9788.0, 9803.0, 9783.0, 9787.0, 9806.0, 9811.0, 9814.0, 9830.0, 9815.0, 9818.0, 9834.0, 9833.0, 9841.0, 9835.0, 9809.0, 9822.0, 9821.0, 9853.0, 9837.0, 9829.0, 9830.0, 9826.0, 9799.0, 9806.0, 9814.0, 9798.0, 9802.0, 9786.0, 9787.0, 9788.0, 9793.0, 9792.0, 9812.0, 9791.0, 9801.0, 9788.0, 9790.0, 9786.0, 9788.0, 9780.0, 9762.0, 9777.0, 9766.0, 9783.0, 9782.0, 9783.0, 9777.0, 9786.0, 9770.0, 9806.0, 9786.0, 9785.0, 9784.0, 9785.0, 9785.0, 9805.0, 9785.0, 9782.0, 9783.0, 9784.0, 9786.0, 9786.0, 9785.0, 9761.0, 9768.0, 9767.0, 9781.0, 9786.0, 9768.0, 9782.0, 9786.0, 9787.0, 9787.0, 9785.0, 9783.0, 9785.0, 9786.0, 9789.0, 9797.0, 9789.0, 9793.0, 9796.0, 9810.0, 9796.0, 9811.0, 9808.0, 9792.0, 9792.0, 9811.0, 9813.0, 9813.0, 9811.0, 9815.0, 9817.0, 9818.0, 9820.0, 9815.0, 9810.0, 9813.0, 9815.0, 9815.0, 9812.0, 9812.0, 9793.0, 9813.0, 9808.0, 9792.0, 9791.0, 9796.0, 9795.0, 9801.0, 9819.0, 9814.0, 9810.0, 9810.0, 9816.0, 9818.0, 9816.0, 9812.0, 9798.0, 9803.0, 9817.0, 9820.0, 9815.0, 9816.0, 9816.0, 9820.0, 9816.0, 9821.0, 9815.0, 9810.0, 9810.0, 9815.0, 9813.0, 9815.0, 9816.0, 9801.0, 9798.0, 9813.0, 9820.0, 9819.0, 9813.0, 9801.0, 9821.0, 9808.0, 9818.0, 9817.0, 9812.0, 9813.0, 9820.0, 9813.0, 9819.0, 9815.0, 9797.0, 9793.0, 9797.0, 9812.0, 9816.0, 9814.0, 9797.0, 9796.0, 9795.0, 9797.0, 9814.0, 9797.0, 9795.0, 9795.0, 9795.0, 9798.0, 9800.0, 9794.0, 9798.0, 9796.0, 9802.0, 9805.0, 9823.0, 9819.0, 9812.0, 9822.0, 9819.0, 9826.0, 9826.0, 9822.0, 9807.0, 9823.0, 9820.0, 9823.0, 9820.0, 9821.0, 9798.0, 9819.0, 9802.0, 9816.0, 9824.0, 9800.0, 9805.0, 9801.0, 9805.0, 9796.0, 9796.0, 9823.0, 9807.0, 9817.0, 9819.0, 9824.0, 9830.0, 9829.0, 9818.0, 9836.0, 9833.0, 9851.0, 9848.0, 9822.0, 9824.0, 9849.0, 9846.0, 9827.0, 9852.0, 9827.0, 9827.0, 9825.0, 9815.0, 9847.0, 9821.0, 9804.0, 9803.0, 9801.0, 9815.0, 9800.0, 9799.0, 9803.0, 9803.0, 9805.0, 9810.0, 9806.0, 9801.0, 9799.0, 9800.0, 9816.0, 9812.0, 9804.0, 9814.0, 9805.0, 9820.0, 9815.0, 9801.0, 9802.0, 9817.0, 9825.0, 9822.0, 9804.0, 9825.0, 9807.0, 9823.0, 9820.0, 9809.0, 9801.0, 9807.0, 9809.0, 9821.0, 9803.0, 9802.0, 9802.0, 9807.0, 9809.0, 9805.0, 9799.0, 9803.0, 9805.0, 9822.0, 9808.0, 9821.0, 9814.0, 9830.0, 9830.0, 9845.0, 9824.0, 9820.0, 9823.0, 9829.0, 9829.0, 9822.0, 9805.0, 9810.0, 9806.0, 9829.0, 9825.0, 9806.0, 9817.0, 9810.0, 9829.0, 9827.0, 9827.0, 9819.0, 9823.0, 9825.0, 9824.0, 9829.0, 9820.0, 9823.0, 9828.0, 9831.0, 9830.0, 9811.0, 9825.0, 9826.0, 9825.0, 9809.0, 9803.0, 9800.0, 9804.0, 9803.0, 9799.0, 9798.0, 9795.0, 9797.0, 9799.0, 9795.0, 9798.0, 9795.0, 9794.0, 9798.0, 9801.0, 9801.0, 9797.0, 9797.0, 9801.0, 9797.0, 9804.0, 9820.0, 9813.0, 9800.0, 9819.0, 9822.0, 9822.0, 9829.0, 9837.0, 9825.0, 9843.0, 9850.0, 9855.0, 9847.0, 9831.0, 9851.0, 9859.0, 9852.0, 9848.0, 9831.0, 9827.0, 9847.0, 9848.0, 9830.0, 9826.0, 9825.0, 9825.0, 9826.0, 9835.0, 9849.0, 9829.0, 9833.0, 9850.0, 9853.0, 9852.0, 9855.0, 9834.0, 9839.0, 9849.0, 9851.0, 9850.0, 9834.0, 9843.0, 9832.0, 9829.0, 9818.0, 9830.0, 9807.0, 9824.0, 9819.0, 9823.0, 9822.0, 9804.0, 9817.0, 9807.0, 9825.0, 9829.0, 9829.0, 9825.0, 9846.0, 9848.0, 9856.0, 9856.0, 9851.0, 9854.0, 9855.0, 9857.0, 9852.0, 9838.0, 9833.0, 9832.0, 9835.0, 9831.0, 9831.0, 9826.0, 9828.0, 9827.0, 9833.0, 9825.0, 9828.0, 9828.0, 9830.0, 9846.0, 9830.0, 9824.0, 9815.0, 9825.0, 9827.0, 9829.0, 9824.0, 9829.0, 9799.0, 9799.0, 9816.0, 9829.0, 9811.0, 9764.0, 9725.0, 9715.0, 9700.0, 9723.0, 9712.0, 9736.0, 9760.0, 9784.0, 9825.0, 9820.0, 9866.0, 9887.0, 9908.0, 9839.0, 9792.0, 9752.0, 9724.0, 9716.0, 9716.0, 9713.0, 9718.0, 9708.0, 9678.0, 9671.0, 9665.0, 9642.0, 9659.0, 9663.0, 9662.0, 9663.0, 9667.0, 9684.0, 9684.0, 9689.0, 9690.0, 9695.0, 9710.0, 9713.0, 9712.0, 9715.0, 9728.0, 9730.0, 9735.0, 9736.0, 9739.0, 9739.0, 9742.0, 9747.0, 9749.0, 9753.0, 9763.0, 9766.0, 9763.0, 9766.0, 9771.0, 9773.0, 9791.0, 9790.0, 9791.0, 9789.0, 9788.0, 9771.0, 9787.0, 9789.0, 9786.0, 9795.0, 9792.0, 9790.0, 9794.0, 9773.0, 9774.0, 9770.0, 9772.0, 9773.0, 9775.0, 9804.0, 9835.0, 9845.0, 9834.0, 9814.0, 9810.0, 9809.0, 9805.0, 9830.0, 9830.0, 9832.0, 9816.0, 9837.0, 9856.0, 9840.0, 9843.0, 9848.0, 9826.0, 9808.0, 9815.0, 9829.0, 9819.0, 9815.0, 9815.0, 9810.0, 9809.0, 9811.0, 9815.0, 9801.0, 9796.0, 9797.0, 9797.0, 9799.0, 9804.0, 9808.0, 9806.0, 9823.0, 9807.0, 9794.0, 9795.0, 9801.0, 9799.0, 9800.0, 9805.0, 9802.0, 9803.0, 9805.0, 9825.0, 9821.0, 9826.0, 9824.0, 9805.0, 9805.0, 9825.0, 9822.0, 9824.0, 9823.0, 9816.0, 9801.0, 9802.0, 9819.0, 9801.0, 9821.0, 9852.0, 9835.0, 9825.0, 9810.0, 9817.0, 9820.0, 9808.0, 9812.0, 9831.0, 9840.0, 9824.0, 9838.0, 9822.0, 9843.0, 9823.0, 9827.0, 9841.0, 9818.0, 9818.0, 9802.0, 9802.0, 9816.0, 9813.0, 9811.0, 9800.0, 9814.0, 9815.0, 9820.0, 9818.0, 9816.0, 9804.0, 9817.0, 9825.0, 9827.0, 9836.0, 9821.0, 9821.0, 9825.0, 9841.0, 9837.0, 9825.0, 9822.0, 9825.0, 9819.0, 9850.0, 9843.0, 9823.0, 9821.0, 9825.0, 9826.0, 9824.0, 9819.0, 9818.0, 9819.0, 9821.0, 9822.0, 9818.0, 9816.0, 9819.0, 9818.0, 9816.0, 9822.0, 9819.0, 9799.0, 9800.0, 9806.0, 9814.0, 9816.0, 9814.0, 9817.0, 9810.0, 9806.0, 9818.0, 9829.0, 9825.0, 9823.0, 9822.0, 9822.0, 9843.0, 9851.0, 9840.0, 9838.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.0037032928942807627</td></tr>
<tr><td colspan=3>aqi</td><td>0.03945690121317158</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.83594314431048</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.094864728490892</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.012376728733739</td></tr>
<tr><td colspan=3>efc</td><td>0.4701</td></tr>
<tr><td colspan=3>fber</td><td>5060.0713</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10961093490576203</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>86</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.452339688041595</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.2253473669169908</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.1903366512091744</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.5227832796466654</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.962922169895134</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144173</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00013945536920800805</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01825888454914093</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9189265762793464</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>46.3496</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.2326</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.3047</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301090.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>859.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.6653</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.554</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>622.224</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3652.0457</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3879.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75454.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1430.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.8053</td></tr>
<tr><td colspan=3>tsnr</td><td>29.40882070956286</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>