<?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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-02/func/sub-0016_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>82b3635e1565322da0929f066332e147</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>13:54:6.567500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997411, 0.0600923, 0.0394888, -0.0601307, 0.99819, -0.000214335]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0907919</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>[4155, -7720, -7281, 464, -15, -228, -72, 124]</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>237.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34fc48ba-c553-45b7-9880-094f2e67e92b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6759819984436035, -0.16132639348506927, 0.10646151751279831, 117.24737548828125], [-0.16122323274612427, 2.678072214126587, 0.005833913572132587, -87.86425018310547], [0.10594548285007477, 0.0005750453565269709, 2.6978938579559326, -87.35539245605469], [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': ['135406.567500', '135407.027500', '135407.487500', '135407.947500', '135408.407500', '135408.867500', '135409.327500', '135409.787500', '135410.247500', '135410.707500', '135411.167500', '135411.627500', '135412.087500', '135412.547500', '135413.007500', '135413.467500', '135413.927500', '135414.387500', '135414.847500', '135415.307500', '135415.767500', '135416.227500', '135416.687500', '135417.147500', '135417.607500', '135418.067500', '135418.527500', '135418.987500', '135419.447500', '135419.907500', '135420.367500', '135420.827500', '135421.287500', '135421.747500', '135422.207500', '135422.667500', '135423.127500', '135423.587500', '135424.047500', '135424.507500', '135424.967500', '135425.427500', '135425.887500', '135426.347500', '135426.807500', '135427.267500', '135427.727500', '135428.187500', '135428.647500', '135429.107500', '135429.567500', '135430.027500', '135430.487500', '135430.947500', '135431.407500', '135431.867500', '135432.327500', '135432.787500', '135433.247500', '135433.707500', '135434.167500', '135434.627500', '135435.087500', '135435.547500', '135436.007500', '135436.467500', '135436.927500', '135437.387500', '135437.847500', '135438.307500', '135438.767500', '135439.227500', '135439.687500', '135440.147500', '135440.607500', '135441.067500', '135441.527500', '135441.987500', '135442.447500', '135442.907500', '135443.367500', '135443.827500', '135444.287500', '135444.747500', '135445.207500', '135445.667500', '135446.127500', '135446.587500', '135447.047500', '135447.507500', '135447.967500', '135448.427500', '135448.887500', '135449.347500', '135449.807500', '135450.267500', '135450.727500', '135451.187500', '135451.647500', '135452.107500', '135452.567500', '135453.027500', '135453.487500', '135453.947500', '135454.407500', '135454.867500', '135455.327500', '135455.787500', '135456.247500', '135456.707500', '135457.167500', '135457.627500', '135458.087500', '135458.547500', '135459.007500', '135459.467500', '135459.927500', '135500.387500', '135500.847500', '135501.307500', '135501.767500', '135502.227500', '135502.687500', '135503.147500', '135503.607500', '135504.067500', '135504.527500', '135504.987500', '135505.447500', '135505.907500', '135506.367500', '135506.827500', '135507.287500', '135507.747500', '135508.207500', '135508.667500', '135509.127500', '135509.587500', '135510.047500', '135510.507500', '135510.967500', '135511.427500', '135511.887500', '135512.347500', '135512.807500', '135513.267500', '135513.727500', '135514.187500', '135514.647500', '135515.107500', '135515.567500', '135516.027500', '135516.487500', '135516.947500', '135517.407500', '135517.867500', '135518.327500', '135518.787500', '135519.247500', '135519.707500', '135520.167500', '135520.627500', '135521.087500', '135521.547500', '135522.007500', '135522.467500', '135522.927500', '135523.387500', '135523.847500', '135524.307500', '135524.767500', '135525.227500', '135525.687500', '135526.147500', '135526.607500', '135527.067500', '135527.527500', '135527.987500', '135528.447500', '135528.907500', '135529.367500', '135529.827500', '135530.287500', '135530.747500', '135531.207500', '135531.667500', '135532.127500', '135532.587500', '135533.047500', '135533.507500', '135533.967500', '135534.427500', '135534.887500', '135535.347500', '135535.807500', '135536.267500', '135536.727500', '135537.187500', '135537.647500', '135538.107500', '135538.567500', '135539.027500', '135539.487500', '135539.947500', '135540.407500', '135540.867500', '135541.327500', '135541.787500', '135542.247500', '135542.707500', '135543.167500', '135543.627500', '135544.087500', '135544.547500', '135545.007500', '135545.467500', '135545.927500', '135546.387500', '135546.847500', '135547.307500', '135547.767500', '135548.227500', '135548.687500', '135549.147500', '135549.607500', '135550.067500', '135550.527500', '135550.987500', '135551.447500', '135551.907500', '135552.367500', '135552.827500', '135553.287500', '135553.747500', '135554.207500', '135554.667500', '135555.127500', '135555.587500', '135556.047500', '135556.507500', '135556.967500', '135557.427500', '135557.887500', '135558.347500', '135558.807500', '135559.267500', '135559.727500', '135600.187500', '135600.647500', '135601.107500', '135601.567500', '135602.027500', '135602.487500', '135602.947500', '135603.407500', '135603.867500', '135604.327500', '135604.787500', '135605.247500', '135605.707500', '135606.167500', '135606.627500', '135607.087500', '135607.547500', '135608.007500', '135608.467500', '135608.927500', '135609.387500', '135609.847500', '135610.307500', '135610.767500', '135611.227500', '135611.687500', '135612.147500', '135612.607500', '135613.067500', '135613.527500', '135613.987500', '135614.447500', '135614.907500', '135615.367500', '135615.827500', '135616.287500', '135616.747500', '135617.207500', '135617.667500', '135618.127500', '135618.587500', '135619.047500', '135619.507500', '135619.967500', '135620.427500', '135620.887500', '135621.347500', '135621.807500', '135622.267500', '135622.727500', '135623.187500', '135623.647500', '135624.107500', '135624.567500', '135625.027500', '135625.487500', '135625.947500', '135626.407500', '135626.867500', '135627.327500', '135627.787500', '135628.247500', '135628.707500', '135629.167500', '135629.627500', '135630.087500', '135630.547500', '135631.007500', '135631.467500', '135631.927500', '135632.387500', '135632.847500', '135633.307500', '135633.767500', '135634.227500', '135634.687500', '135635.147500', '135635.607500', '135636.067500', '135636.527500', '135636.987500', '135637.447500', '135637.907500', '135638.367500', '135638.827500', '135639.287500', '135639.747500', '135640.207500', '135640.667500', '135641.127500', '135641.587500', '135642.047500', '135642.507500', '135642.967500', '135643.427500', '135643.887500', '135644.347500', '135644.807500', '135645.267500', '135645.727500', '135646.187500', '135646.647500', '135647.107500', '135647.567500', '135648.027500', '135648.487500', '135648.947500', '135649.407500', '135649.867500', '135650.327500', '135650.787500', '135651.247500', '135651.707500', '135652.167500', '135652.627500', '135653.087500', '135653.547500', '135654.007500', '135654.467500', '135654.927500', '135655.387500', '135655.847500', '135656.307500', '135656.767500', '135657.227500', '135657.687500', '135658.147500', '135658.607500', '135659.067500', '135659.527500', '135659.987500', '135700.447500', '135700.907500', '135701.367500', '135701.827500', '135702.287500', '135702.747500', '135703.207500', '135703.667500', '135704.127500', '135704.587500', '135705.047500', '135705.507500', '135705.967500', '135706.427500', '135706.887500', '135707.347500', '135707.807500', '135708.267500', '135708.727500', '135709.187500', '135709.647500', '135710.107500', '135710.567500', '135711.027500', '135711.487500', '135711.947500', '135712.407500', '135712.867500', '135713.327500', '135713.787500', '135714.247500', '135714.707500', '135715.167500', '135715.627500', '135716.087500', '135716.547500', '135717.007500', '135717.467500', '135717.927500', '135718.387500', '135718.847500', '135719.307500', '135719.767500', '135720.227500', '135720.687500', '135721.147500', '135721.607500', '135722.067500', '135722.527500', '135722.987500', '135723.447500', '135723.907500', '135724.367500', '135724.827500', '135725.287500', '135725.747500', '135726.207500', '135726.667500', '135727.127500', '135727.587500', '135728.047500', '135728.507500', '135728.967500', '135729.427500', '135729.887500', '135730.347500', '135730.807500', '135731.267500', '135731.727500', '135732.187500', '135732.647500', '135733.107500', '135733.567500', '135734.027500', '135734.487500', '135734.947500', '135735.407500', '135735.867500', '135736.327500', '135736.787500', '135737.247500', '135737.707500', '135738.167500', '135738.627500', '135739.087500', '135739.547500', '135740.007500', '135740.467500', '135740.927500', '135741.387500', '135741.847500', '135742.307500', '135742.767500', '135743.227500', '135743.687500', '135744.147500', '135744.607500', '135745.067500', '135745.527500', '135745.987500', '135746.447500', '135746.907500', '135747.367500', '135747.827500', '135748.287500', '135748.747500', '135749.207500', '135749.667500', '135750.127500', '135750.587500', '135751.047500', '135751.507500', '135751.967500', '135752.427500', '135752.887500', '135753.347500', '135753.807500', '135754.267500', '135754.727500', '135755.187500', '135755.647500', '135756.107500', '135756.567500', '135757.027500', '135757.487500', '135757.947500', '135758.407500', '135758.867500', '135759.327500', '135759.787500', '135800.247500', '135800.707500', '135801.167500', '135801.627500', '135802.087500', '135802.547500', '135803.007500', '135803.467500', '135803.927500', '135804.387500', '135804.847500', '135805.307500', '135805.767500', '135806.227500', '135806.687500', '135807.147500', '135807.607500', '135808.067500', '135808.527500', '135808.987500', '135809.447500', '135809.907500', '135810.367500', '135810.827500', '135811.287500', '135811.747500', '135812.207500', '135812.667500', '135813.127500', '135813.587500', '135814.047500', '135814.507500', '135814.967500', '135815.427500', '135815.887500', '135816.347500', '135816.807500', '135817.267500', '135817.727500', '135818.187500', '135818.647500', '135819.107500', '135819.567500', '135820.027500', '135820.487500', '135820.947500', '135821.407500', '135821.867500', '135822.327500', '135822.787500', '135823.247500', '135823.707500', '135824.167500', '135824.627500', '135825.087500', '135825.547500', '135826.007500', '135826.467500', '135826.927500', '135827.387500', '135827.847500', '135828.307500', '135828.767500', '135829.227500', '135829.687500', '135830.147500', '135830.607500', '135831.067500', '135831.527500', '135831.987500', '135832.447500', '135832.907500', '135833.367500', '135833.827500', '135834.287500', '135834.747500', '135835.207500', '135835.667500', '135836.127500', '135836.587500', '135837.047500', '135837.507500', '135837.967500', '135838.427500', '135838.887500', '135839.347500', '135839.807500', '135840.267500', '135840.727500', '135841.187500', '135841.647500', '135842.107500', '135842.567500', '135843.027500', '135843.487500', '135843.947500', '135844.407500', '135844.867500', '135845.327500', '135845.787500', '135846.247500', '135846.707500', '135847.167500', '135847.627500', '135848.087500', '135848.547500', '135849.007500', '135849.467500', '135849.927500', '135850.387500', '135850.847500', '135851.307500', '135851.767500', '135852.227500', '135852.687500', '135853.147500', '135853.607500', '135854.067500', '135854.527500', '135854.987500', '135855.447500', '135855.907500', '135856.367500', '135856.827500', '135857.287500', '135857.747500', '135858.207500', '135858.667500', '135859.127500', '135859.587500', '135900.047500', '135900.507500', '135900.967500', '135901.427500', '135901.887500', '135902.347500', '135902.807500', '135903.267500', '135903.727500', '135904.187500', '135904.647500', '135905.107500', '135905.567500', '135906.027500', '135906.487500', '135906.947500', '135907.407500', '135907.867500', '135908.327500', '135908.787500', '135909.247500', '135909.707500', '135910.167500', '135910.627500', '135911.087500', '135911.547500', '135912.007500', '135912.467500', '135912.927500', '135913.387500', '135913.847500', '135914.307500', '135914.767500', '135915.227500', '135915.687500', '135916.147500', '135916.607500', '135917.067500', '135917.527500', '135917.987500', '135918.447500', '135918.907500', '135919.367500', '135919.827500', '135920.287500', '135920.747500', '135921.207500', '135921.667500', '135922.127500', '135922.587500', '135923.047500', '135923.507500', '135923.967500', '135924.427500', '135924.887500', '135925.347500', '135925.807500', '135926.267500', '135926.727500', '135927.187500', '135927.647500', '135928.107500', '135928.567500', '135929.027500', '135929.487500', '135929.947500', '135930.407500', '135930.867500', '135931.327500', '135931.787500', '135932.247500', '135932.707500', '135933.167500', '135933.627500', '135934.087500', '135934.547500', '135935.007500', '135935.467500', '135935.927500', '135936.387500', '135936.847500', '135937.307500', '135937.767500', '135938.227500', '135938.687500', '135939.147500', '135939.607500', '135940.067500', '135940.527500', '135940.987500', '135941.447500', '135941.907500', '135942.367500', '135942.827500', '135943.287500', '135943.747500', '135944.207500', '135944.667500', '135945.127500', '135945.587500', '135946.047500', '135946.507500', '135946.967500', '135947.427500', '135947.887500', '135948.347500', '135948.807500', '135949.267500', '135949.727500', '135950.187500', '135950.647500', '135951.107500', '135951.567500', '135952.027500', '135952.487500', '135952.947500', '135953.407500', '135953.867500', '135954.327500', '135954.787500', '135955.247500', '135955.707500', '135956.167500', '135956.627500', '135957.087500', '135957.547500', '135958.007500', '135958.467500', '135958.927500', '135959.387500', '135959.847500', '140000.307500', '140000.767500', '140001.227500', '140001.687500', '140002.147500', '140002.607500', '140003.067500', '140003.527500', '140003.987500', '140004.447500', '140004.907500', '140005.367500', '140005.827500', '140006.287500', '140006.747500', '140007.207500', '140007.667500', '140008.127500', '140008.587500', '140009.047500', '140009.507500', '140009.967500', '140010.427500', '140010.887500', '140011.347500', '140011.807500', '140012.267500', '140012.727500', '140013.187500', '140013.647500', '140014.107500', '140014.567500', '140015.027500', '140015.487500', '140015.947500', '140016.407500', '140016.867500', '140017.327500', '140017.787500', '140018.247500', '140018.707500', '140019.167500', '140019.627500', '140020.087500', '140020.547500', '140021.007500', '140021.467500', '140021.927500', '140022.387500', '140022.847500', '140023.307500', '140023.767500', '140024.227500', '140024.687500', '140025.147500', '140025.607500', '140026.067500', '140026.527500', '140026.987500', '140027.447500', '140027.907500', '140028.367500', '140028.827500', '140029.287500', '140029.747500', '140030.207500', '140030.667500', '140031.127500', '140031.587500', '140032.047500', '140032.507500', '140032.967500', '140033.427500', '140033.887500', '140034.347500', '140034.807500', '140035.267500', '140035.727500', '140036.187500', '140036.647500', '140037.107500', '140037.567500', '140038.027500', '140038.487500', '140038.947500', '140039.407500', '140039.867500', '140040.327500', '140040.787500', '140041.247500', '140041.707500', '140042.167500', '140042.627500', '140043.087500', '140043.547500', '140044.007500', '140044.467500', '140044.927500', '140045.387500', '140045.847500', '140046.307500', '140046.767500', '140047.227500', '140047.687500', '140048.147500', '140048.607500', '140049.067500', '140049.527500', '140049.987500', '140050.447500', '140050.907500', '140051.367500', '140051.827500', '140052.287500', '140052.747500', '140053.207500', '140053.667500', '140054.127500', '140054.587500', '140055.047500', '140055.507500', '140055.967500', '140056.427500', '140056.887500', '140057.347500', '140057.807500', '140058.267500', '140058.727500', '140059.187500', '140059.647500', '140100.107500', '140100.567500', '140101.027500', '140101.487500', '140101.947500', '140102.407500', '140102.867500', '140103.327500', '140103.787500', '140104.247500', '140104.707500', '140105.167500', '140105.627500', '140106.087500', '140106.547500', '140107.007500', '140107.467500', '140107.927500', '140108.387500', '140108.847500', '140109.307500', '140109.767500', '140110.227500', '140110.687500', '140111.147500', '140111.607500', '140112.067500', '140112.527500', '140112.987500', '140113.447500', '140113.907500', '140114.367500', '140114.827500', '140115.287500', '140115.747500', '140116.207500', '140116.667500', '140117.127500', '140117.587500', '140118.047500', '140118.507500', '140118.967500', '140119.427500', '140119.887500', '140120.347500', '140120.807500', '140121.267500', '140121.727500', '140122.187500', '140122.647500', '140123.107500', '140123.567500', '140124.027500', '140124.487500', '140124.947500', '140125.407500', '140125.867500', '140126.327500', '140126.787500', '140127.247500', '140127.707500', '140128.167500', '140128.627500', '140129.087500', '140129.547500', '140130.007500', '140130.467500', '140130.927500', '140131.387500', '140131.847500', '140132.307500', '140132.767500', '140133.227500', '140133.687500', '140134.147500', '140134.607500', '140135.067500', '140135.527500', '140135.987500', '140136.447500', '140136.907500', '140137.367500', '140137.827500', '140138.287500', '140138.747500', '140139.207500', '140139.667500', '140140.127500', '140140.587500', '140141.047500', '140141.507500', '140141.967500', '140142.427500', '140142.887500', '140143.347500', '140143.807500', '140144.267500', '140144.727500', '140145.187500', '140145.647500', '140146.107500', '140146.567500', '140147.027500', '140147.487500', '140147.947500', '140148.407500', '140148.867500', '140149.327500', '140149.787500', '140150.247500', '140150.707500', '140151.167500', '140151.627500', '140152.087500', '140152.547500', '140153.007500', '140153.467500', '140153.927500', '140154.387500', '140154.847500', '140155.307500', '140155.767500', '140156.227500', '140156.687500', '140157.147500', '140157.607500', '140158.067500', '140158.527500', '140158.987500', '140159.447500', '140159.907500', '140200.367500', '140200.827500', '140201.287500', '140201.747500', '140202.207500', '140202.667500', '140203.127500', '140203.587500', '140204.047500', '140204.507500', '140204.967500', '140205.427500', '140205.887500', '140206.347500', '140206.807500', '140207.267500', '140207.727500', '140208.187500', '140208.647500', '140209.107500', '140209.567500', '140210.027500', '140210.487500', '140210.947500', '140211.407500', '140211.867500', '140212.327500', '140212.787500', '140213.247500', '140213.707500', '140214.167500', '140214.627500', '140215.087500', '140215.547500', '140216.007500', '140216.467500', '140216.927500', '140217.387500', '140217.847500', '140218.307500', '140218.767500', '140219.227500', '140219.687500', '140220.147500', '140220.607500', '140221.067500', '140221.527500', '140221.987500', '140222.447500', '140222.907500', '140223.367500', '140223.827500', '140224.287500', '140224.747500', '140225.207500', '140225.667500', '140226.127500', '140226.587500', '140227.047500', '140227.507500', '140227.967500', '140228.427500', '140228.887500', '140229.347500', '140229.807500', '140230.267500', '140230.727500', '140231.187500', '140231.647500', '140232.107500', '140232.567500', '140233.027500', '140233.487500', '140233.947500', '140234.407500', '140234.867500', '140235.327500', '140235.787500', '140236.247500', '140236.707500', '140237.167500', '140237.627500', '140238.087500', '140238.547500', '140239.007500', '140239.467500', '140239.927500', '140240.387500', '140240.847500', '140241.307500', '140241.767500', '140242.227500', '140242.687500', '140243.147500', '140243.607500', '140244.067500', '140244.527500', '140244.987500', '140245.447500', '140245.907500', '140246.367500', '140246.827500', '140247.287500', '140247.747500', '140248.207500', '140248.667500', '140249.127500', '140249.587500', '140250.047500', '140250.507500', '140250.967500', '140251.427500', '140251.887500', '140252.347500', '140252.807500', '140253.267500', '140253.727500', '140254.187500', '140254.647500', '140255.107500', '140255.567500', '140256.027500', '140256.487500', '140256.947500', '140257.407500', '140257.867500', '140258.327500', '140258.787500'], 'ContentTime': ['135422.612000', '135422.615000', '135422.626000', '135422.629000', '135422.632000', '135422.635000', '135422.638000', '135422.641000', '135422.644000', '135422.647000', '135422.650000', '135422.653000', '135422.657000', '135422.664000', '135422.667000', '135422.670000', '135422.684000', '135422.687000', '135422.691000', '135422.694000', '135422.697000', '135422.700000', '135422.703000', '135422.706000', '135422.709000', '135422.712000', '135422.715000', '135422.718000', '135422.721000', '135422.724000', '135422.727000', '135422.730000', '135422.733000', '135422.736000', '135442.578000', '135442.581000', '135442.584000', '135442.587000', '135442.590000', '135442.593000', '135442.596000', '135442.610000', '135442.614000', '135442.617000', '135442.620000', '135442.623000', '135442.626000', '135442.628000', '135442.631000', '135442.634000', '135442.638000', '135442.641000', '135442.643000', '135442.646000', '135442.649000', '135442.652000', '135442.655000', '135442.658000', '135442.661000', '135442.664000', '135442.667000', '135442.670000', '135442.673000', '135442.676000', '135442.679000', '135442.682000', '135442.685000', '135442.688000', '135442.691000', '135442.705000', '135442.708000', '135442.711000', '135442.714000', '135442.717000', '135442.720000', '135442.723000', '135442.726000', '135502.578000', '135502.581000', '135502.584000', '135502.587000', '135502.589000', '135502.592000', '135502.595000', '135502.598000', '135502.601000', '135502.604000', '135502.606000', '135502.609000', '135502.612000', '135502.615000', '135502.618000', '135502.620000', '135502.623000', '135502.626000', '135502.629000', '135502.632000', '135502.635000', '135502.637000', '135502.640000', '135502.643000', '135502.646000', '135502.649000', '135502.651000', '135502.654000', '135502.657000', '135502.660000', '135502.663000', '135502.665000', '135502.668000', '135502.671000', '135502.674000', '135502.677000', '135502.679000', '135502.682000', '135502.685000', '135502.688000', '135502.691000', '135502.694000', '135502.696000', '135502.699000', '135522.578000', '135522.581000', '135522.584000', '135522.587000', '135522.589000', '135522.592000', '135522.595000', '135522.598000', '135522.601000', '135522.603000', '135522.606000', '135522.609000', '135522.612000', '135522.615000', '135522.619000', '135522.622000', '135522.625000', '135522.628000', '135522.631000', '135522.633000', '135522.636000', '135522.639000', '135522.642000', '135522.645000', '135522.648000', '135522.650000', '135522.653000', '135522.656000', '135522.659000', '135522.661000', '135522.664000', '135522.667000', '135522.670000', '135522.673000', '135522.676000', '135522.679000', '135522.682000', '135522.686000', '135522.690000', '135522.693000', '135522.696000', '135522.699000', '135522.702000', '135542.577000', '135542.580000', '135542.583000', '135542.586000', '135542.588000', '135542.591000', '135542.594000', '135542.597000', '135542.600000', '135542.603000', '135542.605000', '135542.608000', '135542.611000', '135542.614000', '135542.617000', '135542.620000', '135542.622000', '135542.625000', '135542.628000', '135542.631000', '135542.634000', '135542.637000', '135542.639000', '135542.642000', '135542.645000', '135542.648000', '135542.651000', '135542.654000', '135542.657000', '135542.659000', '135542.662000', '135542.665000', '135542.668000', '135542.671000', '135542.673000', '135542.676000', '135542.679000', '135542.682000', '135542.685000', '135542.688000', '135542.690000', '135542.693000', '135542.696000', '135542.699000', '135602.578000', '135602.581000', '135602.584000', '135602.587000', '135602.589000', '135602.592000', '135602.595000', '135602.598000', '135602.601000', '135602.603000', '135602.606000', '135602.609000', '135602.612000', '135602.615000', '135602.617000', '135602.620000', '135602.623000', '135602.626000', '135602.629000', '135602.632000', '135602.635000', '135602.637000', '135602.640000', '135602.643000', '135602.646000', '135602.649000', '135602.651000', '135602.654000', '135602.657000', '135602.660000', '135602.663000', '135602.665000', '135602.668000', '135602.671000', '135602.674000', '135602.677000', '135602.680000', '135602.682000', '135602.685000', '135602.688000', '135602.691000', '135602.694000', '135602.697000', '135622.578000', '135622.581000', '135622.584000', '135622.587000', '135622.589000', '135622.592000', '135622.595000', '135622.598000', '135622.601000', '135622.604000', '135622.606000', '135622.609000', '135622.612000', '135622.615000', '135622.618000', '135622.621000', '135622.624000', '135622.626000', '135622.629000', '135622.632000', '135622.635000', '135622.638000', '135622.641000', '135622.643000', '135622.646000', '135622.649000', '135622.652000', '135622.655000', '135622.657000', '135622.660000', '135622.663000', '135622.678000', '135622.681000', '135622.684000', '135622.687000', '135622.690000', '135622.692000', '135622.695000', '135622.698000', '135622.701000', '135622.704000', '135622.706000', '135622.709000', '135622.712000', '135642.578000', '135642.581000', '135642.584000', '135642.587000', '135642.589000', '135642.592000', '135642.595000', '135642.598000', '135642.601000', '135642.604000', '135642.606000', '135642.609000', '135642.612000', '135642.615000', '135642.618000', '135642.621000', '135642.624000', '135642.627000', '135642.629000', '135642.632000', '135642.635000', '135642.638000', '135642.641000', '135642.644000', '135642.647000', '135642.649000', '135642.652000', '135642.656000', '135642.660000', '135642.662000', '135642.665000', '135642.668000', '135642.671000', '135642.674000', '135642.677000', '135642.679000', '135642.682000', '135642.685000', '135642.688000', '135642.691000', '135642.693000', '135642.696000', '135642.699000', '135702.578000', '135702.581000', '135702.584000', '135702.587000', '135702.589000', '135702.592000', '135702.596000', '135702.599000', '135702.601000', '135702.604000', '135702.607000', '135702.610000', '135702.613000', '135702.616000', '135702.619000', '135702.621000', '135702.624000', '135702.627000', '135702.630000', '135702.633000', '135702.636000', '135702.639000', '135702.641000', '135702.644000', '135702.647000', '135702.650000', '135702.653000', '135702.656000', '135702.658000', '135702.661000', '135702.664000', '135702.667000', '135702.670000', '135702.673000', '135702.676000', '135702.678000', '135702.681000', '135702.684000', '135702.687000', '135702.690000', '135702.692000', '135702.695000', '135702.698000', '135702.701000', '135722.578000', '135722.581000', '135722.584000', '135722.587000', '135722.589000', '135722.592000', '135722.595000', '135722.598000', '135722.601000', '135722.604000', '135722.606000', '135722.609000', '135722.612000', '135722.615000', '135722.618000', '135722.621000', '135722.623000', '135722.626000', '135722.629000', '135722.632000', '135722.635000', '135722.638000', '135722.640000', '135722.643000', '135722.646000', '135722.649000', '135722.652000', '135722.655000', '135722.658000', '135722.660000', '135722.663000', '135722.666000', '135722.669000', '135722.672000', '135722.674000', '135722.677000', '135722.680000', '135722.683000', '135722.686000', '135722.689000', '135722.691000', '135722.694000', '135722.697000', '135742.578000', '135742.581000', '135742.584000', '135742.587000', '135742.589000', '135742.592000', '135742.595000', '135742.598000', '135742.601000', '135742.604000', '135742.606000', '135742.609000', '135742.612000', '135742.615000', '135742.618000', '135742.621000', '135742.623000', '135742.626000', '135742.629000', '135742.632000', '135742.635000', '135742.638000', '135742.640000', '135742.643000', '135742.646000', '135742.649000', '135742.652000', '135742.654000', '135742.657000', '135742.660000', '135742.663000', '135742.666000', '135742.669000', '135742.672000', '135742.674000', '135742.677000', '135742.680000', '135742.683000', '135742.686000', '135742.689000', '135742.691000', '135742.694000', '135742.697000', '135742.700000', '135802.577000', '135802.580000', '135802.583000', '135802.586000', '135802.588000', '135802.591000', '135802.594000', '135802.597000', '135802.600000', '135802.603000', '135802.605000', '135802.608000', '135802.623000', '135802.626000', '135802.629000', '135802.631000', '135802.634000', '135802.637000', '135802.640000', '135802.643000', '135802.646000', '135802.649000', '135802.652000', '135802.654000', '135802.657000', '135802.660000', '135802.663000', '135802.666000', '135802.668000', '135802.671000', '135802.674000', '135802.677000', '135802.680000', '135802.682000', '135802.685000', '135802.688000', '135802.691000', '135802.695000', '135802.698000', '135802.701000', '135802.704000', '135802.707000', '135802.710000', '135822.578000', '135822.581000', '135822.584000', '135822.587000', '135822.589000', '135822.592000', '135822.595000', '135822.598000', '135822.601000', '135822.604000', '135822.606000', '135822.609000', '135822.612000', '135822.615000', '135822.618000', '135822.621000', '135822.624000', '135822.626000', '135822.629000', '135822.632000', '135822.635000', '135822.638000', '135822.640000', '135822.643000', '135822.646000', '135822.649000', '135822.652000', '135822.655000', '135822.657000', '135822.661000', '135822.664000', '135822.667000', '135822.670000', '135822.673000', '135822.676000', '135822.678000', '135822.681000', '135822.684000', '135822.687000', '135822.690000', '135822.693000', '135822.695000', '135822.698000', '135822.701000', '135842.578000', '135842.581000', '135842.584000', '135842.587000', '135842.590000', '135842.593000', '135842.595000', '135842.598000', '135842.601000', '135842.604000', '135842.607000', '135842.610000', '135842.613000', '135842.616000', '135842.618000', '135842.621000', '135842.624000', '135842.627000', '135842.630000', '135842.633000', '135842.636000', '135842.638000', '135842.641000', '135842.644000', '135842.647000', '135842.650000', '135842.652000', '135842.655000', '135842.658000', '135842.661000', '135842.664000', '135842.667000', '135842.669000', '135842.672000', '135842.675000', '135842.678000', '135842.681000', '135842.684000', '135842.686000', '135842.689000', '135842.692000', '135842.695000', '135842.698000', '135902.578000', '135902.581000', '135902.584000', '135902.587000', '135902.590000', '135902.593000', '135902.595000', '135902.598000', '135902.601000', '135902.604000', '135902.607000', '135902.610000', '135902.612000', '135902.615000', '135902.618000', '135902.621000', '135902.624000', '135902.627000', '135902.630000', '135902.632000', '135902.635000', '135902.638000', '135902.641000', '135902.644000', '135902.647000', '135902.650000', '135902.653000', '135902.656000', '135902.659000', '135902.662000', '135902.665000', '135902.667000', '135902.670000', '135902.673000', '135902.676000', '135902.679000', '135902.681000', '135902.684000', '135902.687000', '135902.690000', '135902.693000', '135902.696000', '135902.698000', '135902.701000', '135922.578000', '135922.581000', '135922.584000', '135922.587000', '135922.589000', '135922.592000', '135922.595000', '135922.598000', '135922.601000', '135922.604000', '135922.607000', '135922.609000', '135922.612000', '135922.615000', '135922.618000', '135922.621000', '135922.623000', '135922.626000', '135922.629000', '135922.632000', '135922.635000', '135922.638000', '135922.640000', '135922.643000', '135922.646000', '135922.649000', '135922.652000', '135922.655000', '135922.658000', '135922.660000', '135922.663000', '135922.666000', '135922.671000', '135922.674000', '135922.677000', '135922.679000', '135922.682000', '135922.700000', '135922.702000', '135922.705000', '135922.708000', '135922.711000', '135922.714000', '135942.578000', '135942.581000', '135942.584000', '135942.587000', '135942.589000', '135942.592000', '135942.595000', '135942.598000', '135942.601000', '135942.604000', '135942.606000', '135942.609000', '135942.612000', '135942.615000', '135942.618000', '135942.621000', '135942.623000', '135942.626000', '135942.629000', '135942.632000', '135942.635000', '135942.638000', '135942.640000', '135942.643000', '135942.646000', '135942.649000', '135942.652000', '135942.655000', '135942.657000', '135942.660000', '135942.663000', '135942.666000', '135942.669000', '135942.672000', '135942.674000', '135942.677000', '135942.680000', '135942.683000', '135942.686000', '135942.689000', '135942.692000', '135942.695000', '135942.697000', '140002.578000', '140002.581000', '140002.584000', '140002.587000', '140002.589000', '140002.592000', '140002.595000', '140002.598000', '140002.601000', '140002.604000', '140002.606000', '140002.609000', '140002.612000', '140002.615000', '140002.618000', '140002.621000', '140002.623000', '140002.626000', '140002.629000', '140002.632000', '140002.635000', '140002.638000', '140002.640000', '140002.643000', '140002.646000', '140002.649000', '140002.652000', '140002.655000', '140002.657000', '140002.660000', '140002.663000', '140002.667000', '140002.669000', '140002.672000', '140002.675000', '140002.678000', '140002.681000', '140002.684000', '140002.686000', '140002.689000', '140002.692000', '140002.695000', '140002.698000', '140002.700000', '140022.577000', '140022.580000', '140022.583000', '140022.586000', '140022.589000', '140022.592000', '140022.594000', '140022.597000', '140022.600000', '140022.603000', '140022.606000', '140022.609000', '140022.612000', '140022.615000', '140022.618000', '140022.620000', '140022.623000', '140022.626000', '140022.629000', '140022.632000', '140022.635000', '140022.637000', '140022.640000', '140022.643000', '140022.646000', '140022.649000', '140022.652000', '140022.655000', '140022.657000', '140022.660000', '140022.663000', '140022.666000', '140022.669000', '140022.671000', '140022.674000', '140022.677000', '140022.680000', '140022.683000', '140022.685000', '140022.688000', '140022.691000', '140022.694000', '140022.697000', '140042.578000', '140042.581000', '140042.584000', '140042.587000', '140042.590000', '140042.592000', '140042.595000', '140042.598000', '140042.601000', '140042.604000', '140042.607000', '140042.610000', '140042.613000', '140042.615000', '140042.618000', '140042.621000', '140042.624000', '140042.627000', '140042.630000', '140042.632000', '140042.635000', '140042.638000', '140042.641000', '140042.644000', '140042.647000', '140042.649000', '140042.652000', '140042.655000', '140042.658000', '140042.661000', '140042.663000', '140042.666000', '140042.669000', '140042.672000', '140042.675000', '140042.678000', '140042.681000', '140042.683000', '140042.686000', '140042.689000', '140042.692000', '140042.695000', '140042.697000', '140042.700000', '140102.578000', '140102.581000', '140102.584000', '140102.587000', '140102.590000', '140102.593000', '140102.595000', '140102.598000', '140102.601000', '140102.604000', '140102.607000', '140102.610000', '140102.612000', '140102.615000', '140102.618000', '140102.621000', '140102.625000', '140102.629000', '140102.632000', '140102.635000', '140102.638000', '140102.641000', '140102.644000', '140102.646000', '140102.649000', '140102.652000', '140102.655000', '140102.658000', '140102.661000', '140102.663000', '140102.666000', '140102.669000', '140102.672000', '140102.675000', '140102.678000', '140102.680000', '140102.683000', '140102.686000', '140102.689000', '140102.693000', '140102.703000', '140102.705000', '140102.708000', '140122.578000', '140122.581000', '140122.584000', '140122.587000', '140122.590000', '140122.592000', '140122.595000', '140122.598000', '140122.601000', '140122.604000', '140122.607000', '140122.610000', '140122.612000', '140122.615000', '140122.618000', '140122.621000', '140122.624000', '140122.627000', '140122.629000', '140122.632000', '140122.635000', '140122.638000', '140122.641000', '140122.644000', '140122.647000', '140122.649000', '140122.652000', '140122.655000', '140122.658000', '140122.661000', '140122.664000', '140122.667000', '140122.669000', '140122.672000', '140122.675000', '140122.678000', '140122.681000', '140122.684000', '140122.686000', '140122.689000', '140122.692000', '140122.695000', '140122.698000', '140122.701000', '140142.578000', '140142.581000', '140142.584000', '140142.587000', '140142.589000', '140142.592000', '140142.595000', '140142.598000', '140142.601000', '140142.604000', '140142.607000', '140142.610000', '140142.612000', '140142.615000', '140142.618000', '140142.621000', '140142.624000', '140142.627000', '140142.630000', '140142.633000', '140142.635000', '140142.638000', '140142.641000', '140142.644000', '140142.647000', '140142.650000', '140142.652000', '140142.655000', '140142.658000', '140142.661000', '140142.664000', '140142.669000', '140142.672000', '140142.675000', '140142.678000', '140142.681000', '140142.684000', '140142.687000', '140142.689000', '140142.692000', '140142.695000', '140142.698000', '140142.701000', '140202.578000', '140202.581000', '140202.584000', '140202.587000', '140202.590000', '140202.592000', '140202.595000', '140202.598000', '140202.601000', '140202.604000', '140202.607000', '140202.610000', '140202.612000', '140202.615000', '140202.618000', '140202.621000', '140202.624000', '140202.627000', '140202.629000', '140202.632000', '140202.635000', '140202.638000', '140202.641000', '140202.644000', '140202.646000', '140202.649000', '140202.652000', '140202.655000', '140202.658000', '140202.661000', '140202.663000', '140202.666000', '140202.669000', '140202.672000', '140202.675000', '140202.678000', '140202.681000', '140202.683000', '140202.686000', '140202.689000', '140202.692000', '140202.695000', '140202.697000', '140202.700000', '140222.578000', '140222.581000', '140222.584000', '140222.587000', '140222.589000', '140222.592000', '140222.595000', '140222.598000', '140222.601000', '140222.604000', '140222.607000', '140222.609000', '140222.612000', '140222.615000', '140222.618000', '140222.621000', '140222.624000', '140222.627000', '140222.630000', '140222.633000', '140222.635000', '140222.638000', '140222.641000', '140222.644000', '140222.647000', '140222.649000', '140222.652000', '140222.655000', '140222.660000', '140222.664000', '140222.667000', '140222.670000', '140222.672000', '140222.675000', '140222.678000', '140222.681000', '140222.684000', '140222.687000', '140222.690000', '140222.692000', '140222.695000', '140222.698000', '140222.701000', '140242.577000', '140242.580000', '140242.583000', '140242.586000', '140242.589000', '140242.591000', '140242.594000', '140242.597000', '140242.600000', '140242.603000', '140242.606000', '140242.609000', '140242.612000', '140242.614000', '140242.617000', '140242.620000', '140242.623000', '140242.626000', '140242.629000', '140242.631000', '140242.634000', '140242.637000', '140242.640000', '140242.643000', '140242.646000', '140242.649000', '140242.651000', '140242.654000', '140242.657000', '140242.660000', '140242.663000', '140242.666000', '140242.668000', '140242.671000', '140242.674000', '140242.677000', '140242.680000', '140242.683000', '140242.685000', '140242.688000', '140242.691000', '140242.694000', '140242.697000', '140242.699000', '140259.512000', '140259.516000', '140259.519000', '140259.523000', '140259.527000', '140259.530000', '140259.534000', '140259.537000', '140259.540000', '140259.544000', '140259.547000', '140259.550000', '140259.553000', '140259.556000', '140259.559000', '140259.562000', '140259.565000', '140259.568000', '140259.571000', '140259.574000', '140259.578000', '140259.581000', '140259.584000', '140259.587000', '140259.589000', '140259.592000', '140259.595000', '140259.598000', '140259.601000', '140259.604000', '140259.606000', '140259.609000', '140259.612000', '140259.615000', '140259.618000', '140259.621000', '140259.624000'], 'InstanceCreationTime': ['135422.612000', '135422.615000', '135422.626000', '135422.629000', '135422.632000', '135422.635000', '135422.638000', '135422.641000', '135422.644000', '135422.647000', '135422.650000', '135422.653000', '135422.657000', '135422.664000', '135422.667000', '135422.670000', '135422.684000', '135422.687000', '135422.691000', '135422.694000', '135422.697000', '135422.700000', '135422.703000', '135422.706000', '135422.709000', '135422.712000', '135422.715000', '135422.718000', '135422.721000', '135422.724000', '135422.727000', '135422.730000', '135422.733000', '135422.736000', '135442.578000', '135442.581000', '135442.584000', '135442.587000', '135442.590000', '135442.593000', '135442.596000', '135442.610000', '135442.614000', '135442.617000', '135442.620000', '135442.623000', '135442.626000', '135442.628000', '135442.631000', '135442.634000', '135442.638000', '135442.641000', '135442.643000', '135442.646000', '135442.649000', '135442.652000', '135442.655000', '135442.658000', '135442.661000', '135442.664000', '135442.667000', '135442.670000', '135442.673000', '135442.676000', '135442.679000', '135442.682000', '135442.685000', '135442.688000', '135442.691000', '135442.705000', '135442.708000', '135442.711000', '135442.714000', '135442.717000', '135442.720000', '135442.723000', '135442.726000', '135502.578000', '135502.581000', '135502.584000', '135502.587000', '135502.589000', '135502.592000', '135502.595000', '135502.598000', '135502.601000', '135502.604000', '135502.606000', '135502.609000', '135502.612000', '135502.615000', '135502.618000', '135502.620000', '135502.623000', '135502.626000', '135502.629000', '135502.632000', '135502.635000', '135502.637000', '135502.640000', '135502.643000', '135502.646000', '135502.649000', '135502.651000', '135502.654000', '135502.657000', '135502.660000', '135502.663000', '135502.665000', '135502.668000', '135502.671000', '135502.674000', '135502.677000', '135502.679000', '135502.682000', '135502.685000', '135502.688000', '135502.691000', '135502.694000', '135502.696000', '135502.699000', '135522.578000', '135522.581000', '135522.584000', '135522.587000', '135522.589000', '135522.592000', '135522.595000', '135522.598000', '135522.601000', '135522.603000', '135522.606000', '135522.609000', '135522.612000', '135522.615000', '135522.619000', '135522.622000', '135522.625000', '135522.628000', '135522.631000', '135522.633000', '135522.636000', '135522.639000', '135522.642000', '135522.645000', '135522.648000', '135522.650000', '135522.653000', '135522.656000', '135522.659000', '135522.661000', '135522.664000', '135522.667000', '135522.670000', '135522.673000', '135522.676000', '135522.679000', '135522.682000', '135522.686000', '135522.690000', '135522.693000', '135522.696000', '135522.699000', '135522.702000', '135542.577000', '135542.580000', '135542.583000', '135542.586000', '135542.588000', '135542.591000', '135542.594000', '135542.597000', '135542.600000', '135542.603000', '135542.605000', '135542.608000', '135542.611000', '135542.614000', '135542.617000', '135542.620000', '135542.622000', '135542.625000', '135542.628000', '135542.631000', '135542.634000', '135542.637000', '135542.639000', '135542.642000', '135542.645000', '135542.648000', '135542.651000', '135542.654000', '135542.657000', '135542.659000', '135542.662000', '135542.665000', '135542.668000', '135542.671000', '135542.673000', '135542.676000', '135542.679000', '135542.682000', '135542.685000', '135542.688000', '135542.690000', '135542.693000', '135542.696000', '135542.699000', '135602.578000', '135602.581000', '135602.584000', '135602.587000', '135602.589000', '135602.592000', '135602.595000', '135602.598000', '135602.601000', '135602.603000', '135602.606000', '135602.609000', '135602.612000', '135602.615000', '135602.617000', '135602.620000', '135602.623000', '135602.626000', '135602.629000', '135602.632000', '135602.635000', '135602.637000', '135602.640000', '135602.643000', '135602.646000', '135602.649000', '135602.651000', '135602.654000', '135602.657000', '135602.660000', '135602.663000', '135602.665000', '135602.668000', '135602.671000', '135602.674000', '135602.677000', '135602.680000', '135602.682000', '135602.685000', '135602.688000', '135602.691000', '135602.694000', '135602.697000', '135622.578000', '135622.581000', '135622.584000', '135622.587000', '135622.589000', '135622.592000', '135622.595000', '135622.598000', '135622.601000', '135622.604000', '135622.606000', '135622.609000', '135622.612000', '135622.615000', '135622.618000', '135622.621000', '135622.624000', '135622.626000', '135622.629000', '135622.632000', '135622.635000', '135622.638000', '135622.641000', '135622.643000', '135622.646000', '135622.649000', '135622.652000', '135622.655000', '135622.657000', '135622.660000', '135622.663000', '135622.678000', '135622.681000', '135622.684000', '135622.687000', '135622.690000', '135622.692000', '135622.695000', '135622.698000', '135622.701000', '135622.704000', '135622.706000', '135622.709000', '135622.712000', '135642.578000', '135642.581000', '135642.584000', '135642.587000', '135642.589000', '135642.592000', '135642.595000', '135642.598000', '135642.601000', '135642.604000', '135642.606000', '135642.609000', '135642.612000', '135642.615000', '135642.618000', '135642.621000', '135642.624000', '135642.627000', '135642.629000', '135642.632000', '135642.635000', '135642.638000', '135642.641000', '135642.644000', '135642.647000', '135642.649000', '135642.652000', '135642.656000', '135642.660000', '135642.662000', '135642.665000', '135642.668000', '135642.671000', '135642.674000', '135642.677000', '135642.679000', '135642.682000', '135642.685000', '135642.688000', '135642.691000', '135642.693000', '135642.696000', '135642.699000', '135702.578000', '135702.581000', '135702.584000', '135702.587000', '135702.589000', '135702.592000', '135702.596000', '135702.599000', '135702.601000', '135702.604000', '135702.607000', '135702.610000', '135702.613000', '135702.616000', '135702.619000', '135702.621000', '135702.624000', '135702.627000', '135702.630000', '135702.633000', '135702.636000', '135702.639000', '135702.641000', '135702.644000', '135702.647000', '135702.650000', '135702.653000', '135702.656000', '135702.658000', '135702.661000', '135702.664000', '135702.667000', '135702.670000', '135702.673000', '135702.676000', '135702.678000', '135702.681000', '135702.684000', '135702.687000', '135702.690000', '135702.692000', '135702.695000', '135702.698000', '135702.701000', '135722.578000', '135722.581000', '135722.584000', '135722.587000', '135722.589000', '135722.592000', '135722.595000', '135722.598000', '135722.601000', '135722.604000', '135722.606000', '135722.609000', '135722.612000', '135722.615000', '135722.618000', '135722.621000', '135722.623000', '135722.626000', '135722.629000', '135722.632000', '135722.635000', '135722.638000', '135722.640000', '135722.643000', '135722.646000', '135722.649000', '135722.652000', '135722.655000', '135722.658000', '135722.660000', '135722.663000', '135722.666000', '135722.669000', '135722.672000', '135722.674000', '135722.677000', '135722.680000', '135722.683000', '135722.686000', '135722.689000', '135722.691000', '135722.694000', '135722.697000', '135742.578000', '135742.581000', '135742.584000', '135742.587000', '135742.589000', '135742.592000', '135742.595000', '135742.598000', '135742.601000', '135742.604000', '135742.606000', '135742.609000', '135742.612000', '135742.615000', '135742.618000', '135742.621000', '135742.623000', '135742.626000', '135742.629000', '135742.632000', '135742.635000', '135742.638000', '135742.640000', '135742.643000', '135742.646000', '135742.649000', '135742.652000', '135742.654000', '135742.657000', '135742.660000', '135742.663000', '135742.666000', '135742.669000', '135742.672000', '135742.674000', '135742.677000', '135742.680000', '135742.683000', '135742.686000', '135742.689000', '135742.691000', '135742.694000', '135742.697000', '135742.700000', '135802.577000', '135802.580000', '135802.583000', '135802.586000', '135802.588000', '135802.591000', '135802.594000', '135802.597000', '135802.600000', '135802.603000', '135802.605000', '135802.608000', '135802.623000', '135802.626000', '135802.629000', '135802.631000', '135802.634000', '135802.637000', '135802.640000', '135802.643000', '135802.646000', '135802.649000', '135802.652000', '135802.654000', '135802.657000', '135802.660000', '135802.663000', '135802.666000', '135802.668000', '135802.671000', '135802.674000', '135802.677000', '135802.680000', '135802.682000', '135802.685000', '135802.688000', '135802.691000', '135802.695000', '135802.698000', '135802.701000', '135802.704000', '135802.707000', '135802.710000', '135822.578000', '135822.581000', '135822.584000', '135822.587000', '135822.589000', '135822.592000', '135822.595000', '135822.598000', '135822.601000', '135822.604000', '135822.606000', '135822.609000', '135822.612000', '135822.615000', '135822.618000', '135822.621000', '135822.624000', '135822.626000', '135822.629000', '135822.632000', '135822.635000', '135822.638000', '135822.640000', '135822.643000', '135822.646000', '135822.649000', '135822.652000', '135822.655000', '135822.657000', '135822.661000', '135822.664000', '135822.667000', '135822.670000', '135822.673000', '135822.676000', '135822.678000', '135822.681000', '135822.684000', '135822.687000', '135822.690000', '135822.693000', '135822.695000', '135822.698000', '135822.701000', '135842.578000', '135842.581000', '135842.584000', '135842.587000', '135842.590000', '135842.593000', '135842.595000', '135842.598000', '135842.601000', '135842.604000', '135842.607000', '135842.610000', '135842.613000', '135842.616000', '135842.618000', '135842.621000', '135842.624000', '135842.627000', '135842.630000', '135842.633000', '135842.636000', '135842.638000', '135842.641000', '135842.644000', '135842.647000', '135842.650000', '135842.652000', '135842.655000', '135842.658000', '135842.661000', '135842.664000', '135842.667000', '135842.669000', '135842.672000', '135842.675000', '135842.678000', '135842.681000', '135842.684000', '135842.686000', '135842.689000', '135842.692000', '135842.695000', '135842.698000', '135902.578000', '135902.581000', '135902.584000', '135902.587000', '135902.590000', '135902.593000', '135902.595000', '135902.598000', '135902.601000', '135902.604000', '135902.607000', '135902.610000', '135902.612000', '135902.615000', '135902.618000', '135902.621000', '135902.624000', '135902.627000', '135902.630000', '135902.632000', '135902.635000', '135902.638000', '135902.641000', '135902.644000', '135902.647000', '135902.650000', '135902.653000', '135902.656000', '135902.659000', '135902.662000', '135902.665000', '135902.667000', '135902.670000', '135902.673000', '135902.676000', '135902.679000', '135902.681000', '135902.684000', '135902.687000', '135902.690000', '135902.693000', '135902.696000', '135902.698000', '135902.701000', '135922.578000', '135922.581000', '135922.584000', '135922.587000', '135922.589000', '135922.592000', '135922.595000', '135922.598000', '135922.601000', '135922.604000', '135922.607000', '135922.609000', '135922.612000', '135922.615000', '135922.618000', '135922.621000', '135922.623000', '135922.626000', '135922.629000', '135922.632000', '135922.635000', '135922.638000', '135922.640000', '135922.643000', '135922.646000', '135922.649000', '135922.652000', '135922.655000', '135922.658000', '135922.660000', '135922.663000', '135922.666000', '135922.671000', '135922.674000', '135922.677000', '135922.679000', '135922.682000', '135922.700000', '135922.702000', '135922.705000', '135922.708000', '135922.711000', '135922.714000', '135942.578000', '135942.581000', '135942.584000', '135942.587000', '135942.589000', '135942.592000', '135942.595000', '135942.598000', '135942.601000', '135942.604000', '135942.606000', '135942.609000', '135942.612000', '135942.615000', '135942.618000', '135942.621000', '135942.623000', '135942.626000', '135942.629000', '135942.632000', '135942.635000', '135942.638000', '135942.640000', '135942.643000', '135942.646000', '135942.649000', '135942.652000', '135942.655000', '135942.657000', '135942.660000', '135942.663000', '135942.666000', '135942.669000', '135942.672000', '135942.674000', '135942.677000', '135942.680000', '135942.683000', '135942.686000', '135942.689000', '135942.692000', '135942.695000', '135942.697000', '140002.578000', '140002.581000', '140002.584000', '140002.587000', '140002.589000', '140002.592000', '140002.595000', '140002.598000', '140002.601000', '140002.604000', '140002.606000', '140002.609000', '140002.612000', '140002.615000', '140002.618000', '140002.621000', '140002.623000', '140002.626000', '140002.629000', '140002.632000', '140002.635000', '140002.638000', '140002.640000', '140002.643000', '140002.646000', '140002.649000', '140002.652000', '140002.655000', '140002.657000', '140002.660000', '140002.663000', '140002.667000', '140002.669000', '140002.672000', '140002.675000', '140002.678000', '140002.681000', '140002.684000', '140002.686000', '140002.689000', '140002.692000', '140002.695000', '140002.698000', '140002.700000', '140022.577000', '140022.580000', '140022.583000', '140022.586000', '140022.589000', '140022.592000', '140022.594000', '140022.597000', '140022.600000', '140022.603000', '140022.606000', '140022.609000', '140022.612000', '140022.615000', '140022.618000', '140022.620000', '140022.623000', '140022.626000', '140022.629000', '140022.632000', '140022.635000', '140022.637000', '140022.640000', '140022.643000', '140022.646000', '140022.649000', '140022.652000', '140022.655000', '140022.657000', '140022.660000', '140022.663000', '140022.666000', '140022.669000', '140022.671000', '140022.674000', '140022.677000', '140022.680000', '140022.683000', '140022.685000', '140022.688000', '140022.691000', '140022.694000', '140022.697000', '140042.578000', '140042.581000', '140042.584000', '140042.587000', '140042.590000', '140042.592000', '140042.595000', '140042.598000', '140042.601000', '140042.604000', '140042.607000', '140042.610000', '140042.613000', '140042.615000', '140042.618000', '140042.621000', '140042.624000', '140042.627000', '140042.630000', '140042.632000', '140042.635000', '140042.638000', '140042.641000', '140042.644000', '140042.647000', '140042.649000', '140042.652000', '140042.655000', '140042.658000', '140042.661000', '140042.663000', '140042.666000', '140042.669000', '140042.672000', '140042.675000', '140042.678000', '140042.681000', '140042.683000', '140042.686000', '140042.689000', '140042.692000', '140042.695000', '140042.697000', '140042.700000', '140102.578000', '140102.581000', '140102.584000', '140102.587000', '140102.590000', '140102.593000', '140102.595000', '140102.598000', '140102.601000', '140102.604000', '140102.607000', '140102.610000', '140102.612000', '140102.615000', '140102.618000', '140102.621000', '140102.625000', '140102.629000', '140102.632000', '140102.635000', '140102.638000', '140102.641000', '140102.644000', '140102.646000', '140102.649000', '140102.652000', '140102.655000', '140102.658000', '140102.661000', '140102.663000', '140102.666000', '140102.669000', '140102.672000', '140102.675000', '140102.678000', '140102.680000', '140102.683000', '140102.686000', '140102.689000', '140102.693000', '140102.703000', '140102.705000', '140102.708000', '140122.578000', '140122.581000', '140122.584000', '140122.587000', '140122.590000', '140122.592000', '140122.595000', '140122.598000', '140122.601000', '140122.604000', '140122.607000', '140122.610000', '140122.612000', '140122.615000', '140122.618000', '140122.621000', '140122.624000', '140122.627000', '140122.629000', '140122.632000', '140122.635000', '140122.638000', '140122.641000', '140122.644000', '140122.647000', '140122.649000', '140122.652000', '140122.655000', '140122.658000', '140122.661000', '140122.664000', '140122.667000', '140122.669000', '140122.672000', '140122.675000', '140122.678000', '140122.681000', '140122.684000', '140122.686000', '140122.689000', '140122.692000', '140122.695000', '140122.698000', '140122.701000', '140142.578000', '140142.581000', '140142.584000', '140142.587000', '140142.589000', '140142.592000', '140142.595000', '140142.598000', '140142.601000', '140142.604000', '140142.607000', '140142.610000', '140142.612000', '140142.615000', '140142.618000', '140142.621000', '140142.624000', '140142.627000', '140142.630000', '140142.633000', '140142.635000', '140142.638000', '140142.641000', '140142.644000', '140142.647000', '140142.650000', '140142.652000', '140142.655000', '140142.658000', '140142.661000', '140142.664000', '140142.669000', '140142.672000', '140142.675000', '140142.678000', '140142.681000', '140142.684000', '140142.687000', '140142.689000', '140142.692000', '140142.695000', '140142.698000', '140142.701000', '140202.578000', '140202.581000', '140202.584000', '140202.587000', '140202.590000', '140202.592000', '140202.595000', '140202.598000', '140202.601000', '140202.604000', '140202.607000', '140202.610000', '140202.612000', '140202.615000', '140202.618000', '140202.621000', '140202.624000', '140202.627000', '140202.629000', '140202.632000', '140202.635000', '140202.638000', '140202.641000', '140202.644000', '140202.646000', '140202.649000', '140202.652000', '140202.655000', '140202.658000', '140202.661000', '140202.663000', '140202.666000', '140202.669000', '140202.672000', '140202.675000', '140202.678000', '140202.681000', '140202.683000', '140202.686000', '140202.689000', '140202.692000', '140202.695000', '140202.697000', '140202.700000', '140222.578000', '140222.581000', '140222.584000', '140222.587000', '140222.589000', '140222.592000', '140222.595000', '140222.598000', '140222.601000', '140222.604000', '140222.607000', '140222.609000', '140222.612000', '140222.615000', '140222.618000', '140222.621000', '140222.624000', '140222.627000', '140222.630000', '140222.633000', '140222.635000', '140222.638000', '140222.641000', '140222.644000', '140222.647000', '140222.649000', '140222.652000', '140222.655000', '140222.660000', '140222.664000', '140222.667000', '140222.670000', '140222.672000', '140222.675000', '140222.678000', '140222.681000', '140222.684000', '140222.687000', '140222.690000', '140222.692000', '140222.695000', '140222.698000', '140222.701000', '140242.577000', '140242.580000', '140242.583000', '140242.586000', '140242.589000', '140242.591000', '140242.594000', '140242.597000', '140242.600000', '140242.603000', '140242.606000', '140242.609000', '140242.612000', '140242.614000', '140242.617000', '140242.620000', '140242.623000', '140242.626000', '140242.629000', '140242.631000', '140242.634000', '140242.637000', '140242.640000', '140242.643000', '140242.646000', '140242.649000', '140242.651000', '140242.654000', '140242.657000', '140242.660000', '140242.663000', '140242.666000', '140242.668000', '140242.671000', '140242.674000', '140242.677000', '140242.680000', '140242.683000', '140242.685000', '140242.688000', '140242.691000', '140242.694000', '140242.697000', '140242.699000', '140259.512000', '140259.516000', '140259.519000', '140259.523000', '140259.527000', '140259.530000', '140259.534000', '140259.537000', '140259.540000', '140259.544000', '140259.547000', '140259.550000', '140259.553000', '140259.556000', '140259.559000', '140259.562000', '140259.565000', '140259.568000', '140259.571000', '140259.574000', '140259.578000', '140259.581000', '140259.584000', '140259.587000', '140259.589000', '140259.592000', '140259.595000', '140259.598000', '140259.601000', '140259.604000', '140259.606000', '140259.609000', '140259.612000', '140259.615000', '140259.618000', '140259.621000', '140259.624000'], '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': [8986, 12320, 9201, 9486, 9402, 8829, 9427, 9678, 9176, 8557, 9006, 9170, 9307, 8956, 9463, 8976, 9312, 9336, 8647, 9884, 9070, 9826, 8315, 9268, 7909, 9387, 7785, 9410, 8791, 9466, 8966, 9479, 9451, 8516, 9076, 8092, 9423, 8109, 9442, 8390, 9199, 8614, 9318, 7966, 9345, 8541, 8992, 8404, 9122, 9222, 9119, 9344, 9358, 9234, 8826, 9203, 8292, 9337, 8014, 9259, 8233, 9133, 9188, 9327, 9080, 9344, 9003, 10042, 9218, 8346, 9123, 8462, 9090, 8086, 8902, 8925, 8875, 9331, 8948, 9222, 9593, 9187, 8520, 9124, 8223, 9191, 7526, 9241, 8355, 9203, 9120, 9129, 9080, 8990, 9119, 8154, 8887, 7825, 9193, 8443, 9127, 9201, 8990, 9143, 8913, 8891, 8059, 9274, 8647, 8881, 8018, 9241, 9059, 8979, 9015, 8850, 9008, 8208, 9102, 7934, 8866, 9171, 8927, 9045, 9049, 8931, 8174, 8979, 9078, 8944, 9325, 8895, 9072, 8611, 9057, 8713, 9049, 9082, 9029, 9061, 8669, 8963, 9190, 9197, 9575, 8957, 8052, 9158, 8060, 9340, 9256, 8554, 8879, 8899, 9104, 9555, 9107, 7926, 9111, 7958, 8746, 8841, 8605, 9001, 9096, 9035, 9037, 9055, 8223, 9090, 8132, 8840, 8769, 8676, 9355, 9012, 9089, 9517, 8788, 8133, 8922, 7743, 8706, 7937, 8866, 8550, 8580, 9173, 8840, 8761, 10379, 8848, 9137, 8830, 8994, 8867, 8332, 8713, 8225, 9120, 8969, 9429, 8844, 8559, 8908, 7633, 8872, 7920, 8978, 8739, 8679, 8815, 9594, 8687, 8917, 9126, 7952, 9454, 7935, 9190, 8636, 8821, 9177, 8875, 9225, 10390, 8918, 8350, 9034, 8066, 9170, 7987, 9141, 8676, 8854, 8675, 8704, 9059, 10463, 8917, 9956, 9144, 9275, 8978, 8189, 9025, 8153, 9321, 8323, 9173, 9059, 9970, 9103, 8853, 9160, 8661, 8395, 8939, 8377, 8972, 8549, 8752, 8746, 8648, 9228, 8702, 7959, 8764, 8813, 9120, 9010, 9024, 9408, 10525, 9389, 8516, 9189, 10353, 9162, 8629, 11533, 9009, 9517, 9463, 8446, 9377, 8380, 9170, 8759, 10712, 8982, 8476, 9322, 8760, 9117, 8635, 8492, 8980, 9329, 9219, 8468, 9000, 8148, 9297, 8770, 9185, 8858, 8713, 8938, 8915, 8817, 8936, 9050, 9238, 8983, 8630, 9032, 8159, 9003, 7752, 8965, 8579, 8914, 9129, 8895, 9028, 8655, 8955, 10139, 9170, 8336, 9286, 8168, 9369, 8076, 9142, 8421, 8990, 9146, 8520, 9000, 9910, 8797, 9026, 9034, 8600, 8985, 9482, 8821, 7991, 8652, 8093, 8840, 7810, 8927, 8463, 8970, 9036, 9540, 8995, 9210, 9017, 8053, 9021, 7937, 9201, 8362, 8788, 8985, 8768, 9200, 9539, 9142, 9515, 9221, 8445, 9117, 7977, 8827, 7814, 8895, 8369, 9098, 8970, 8431, 8832, 8846, 8845, 8473, 9180, 8900, 9122, 9803, 8990, 8290, 9183, 8042, 8979, 7851, 9022, 7930, 8842, 8043, 9019, 8269, 8874, 9031, 9353, 9079, 10484, 9103, 8314, 9050, 8185, 9237, 9244, 9073, 8984, 9943, 9071, 8269, 9073, 8270, 9004, 8097, 8885, 8091, 8776, 8958, 9818, 8921, 8551, 9190, 8072, 9092, 7816, 9101, 8862, 8996, 8987, 10091, 8941, 8462, 9167, 8089, 9477, 7837, 9129, 8729, 9067, 8920, 9774, 9205, 8578, 9351, 8580, 9027, 9052, 9219, 9082, 8835, 8915, 9081, 8903, 8206, 9637, 8405, 9261, 8995, 8702, 8955, 8800, 8848, 8828, 8928, 8597, 9055, 10030, 9128, 9123, 9395, 8509, 9302, 8365, 9651, 8733, 9281, 9090, 9821, 9045, 8411, 9029, 8240, 9047, 8001, 8578, 8025, 9368, 8507, 9134, 7745, 9048, 8640, 9107, 8655, 8964, 8328, 9045, 10047, 9118, 8223, 8481, 7652, 8857, 7876, 8991, 7691, 8675, 7867, 8898, 8243, 8181, 8523, 8560, 8834, 8626, 9157, 8517, 9118, 8867, 9080, 8073, 8709, 7810, 9288, 8494, 8892, 9190, 9128, 8983, 10134, 9298, 8586, 9593, 8048, 9475, 7682, 9375, 8816, 9270, 9242, 9418, 9193, 9027, 9179, 8153, 8996, 8312, 8858, 8422, 9000, 8467, 8833, 7659, 8936, 9016, 8266, 9089, 8828, 9287, 8310, 9379, 8056, 9177, 8023, 9261, 8628, 8990, 9099, 10924, 9392, 9147, 9538, 8291, 9387, 8732, 9252, 8987, 9001, 9261, 8725, 9421, 8234, 9487, 8349, 9377, 8748, 8915, 9153, 8722, 9095, 8906, 9317, 9076, 9320, 8142, 9195, 7997, 9509, 7831, 9067, 8555, 9096, 8303, 9044, 8020, 9292, 8186, 9106, 8185, 9209, 8754, 9109, 9286, 8625, 9550, 8950, 9313, 9219, 9472, 8538, 9361, 8197, 9002, 8072, 9297, 8174, 9276, 8492, 9277, 7895, 9426, 8367, 9139, 7717, 9360, 8594, 9490, 9507, 9183, 9350, 8816, 9550, 9095, 9219, 9570, 9217, 9197, 9349, 8790, 9274, 8311, 9492, 8453, 9441, 8498, 9624, 8344, 9537, 9342, 8978, 9196, 9245, 9263, 9004, 9377, 9172, 9333, 8484, 9544, 8413, 9209, 8181, 9506, 8251, 9372, 8199, 9538, 8690, 9591, 9199, 9323, 9177, 9195, 9452, 9394, 9447, 9210, 9356, 9659, 9360, 8498, 9252, 8232, 9527, 8159, 9705, 8478, 9311, 9380, 9273, 9113, 9501, 9344, 9066, 9336, 8654, 9419, 8445, 9722, 8131, 9668, 9273, 9231, 9283, 9514, 9098, 8652, 9312, 8985, 9395, 8659, 9817, 9048, 9273, 9038, 8778, 9248, 9186, 9328, 8930, 9284, 9541, 9334, 8470, 9647, 9004, 9510, 8338, 9471, 8694, 9433, 9137, 9322, 9443, 9734, 9319, 8539, 9836, 8489, 9819, 8019, 9455, 8828, 9521, 9192, 9400, 9593, 9088, 9684, 8689, 9918, 8798, 9776, 8361, 9518, 9283, 9454, 9452, 9273, 9742, 8907, 9727, 8141, 9400, 8730, 9297, 8649, 9848, 8071, 9674, 9211, 9441, 9349, 9283, 9360, 8784, 9749, 8835, 9819, 8323, 9513, 9429, 9105, 9547, 9362, 9407, 8992, 9465, 8976, 9214, 8640, 9418, 8682, 9775, 9155, 9364, 9445, 9370, 9280, 9074, 9524, 8203, 9045, 9160, 9211, 9374, 8505, 9040, 8334, 9069, 9135, 9009, 9235, 8651, 9265, 9212, 9134, 7971, 9097, 8584, 9180, 9117, 9294, 9039, 8463, 9284, 8137, 9644, 8227, 9506, 9110, 9362, 9203, 10086, 9366, 9621, 9392, 8177, 9442, 8285, 9511, 9133, 9354, 9116, 8784, 9062, 7978, 8973, 8016, 9308, 8186, 9189, 9110, 9433, 9228, 8945, 9349, 9022, 9383, 9275, 9307, 9336, 9256, 8830, 9813, 10154, 9295, 8900, 9388, 9402, 9501, 9124, 9173, 9498, 8756, 9899, 8374, 9514, 9219, 9306, 9237, 9237, 9303, 8452, 9563, 8579, 9725, 8148, 9385, 9032, 9436, 9487, 9589, 9541, 8384, 9644, 8432, 9438, 9114, 9057, 9286, 8983, 9303, 8855, 9232, 9434, 9376, 8910, 9450, 8277, 9527, 8328, 9624, 8479, 9408, 9498, 9219, 9526, 8887, 9432, 8458, 9367, 8251, 9466, 8177, 9574, 9027, 9274, 9298, 9000, 8740, 9005, 8563, 8797, 9123, 8886, 8725, 10391, 8266, 8112, 9185, 8951, 8976, 9181, 9450, 9145, 9570, 9082, 9443, 10283, 9452, 10746, 10452, 8399, 12036, 8814, 9957, 9413, 9122, 9866, 7786, 9693, 8561, 9571, 8755, 9449, 8826, 9252, 8591, 10268, 8736, 9275, 9394, 8720, 9679, 8603, 9559, 8669, 9683, 8298, 9732, 8705, 9570, 9032, 9276, 9118, 9044, 9029, 8403, 9315, 9190, 9341, 8669, 9687, 9053, 9480, 9111, 9617, 9285, 9895, 9246, 8935, 9250, 9307, 9495, 8782, 9678, 8443, 9612, 8912, 9169, 8811, 9223, 8844, 9073, 9225, 8953, 8516, 9644, 8853, 9598, 8819, 9473, 9199, 9598, 9453, 9197, 8791, 9833, 8747, 9490, 9249, 9693, 8964, 9607, 9273, 8962, 9908, 8613, 9624, 9228, 9357, 9432, 9543, 9584, 9384, 9488, 9330, 9499, 9663, 9423, 8784, 9598, 8833, 10032, 9619, 9717, 9164, 9669, 9313, 9090, 9524, 9380, 9912, 8050, 9783, 8685, 9582, 8825, 9770, 9241, 9677, 9397, 9304, 10157, 8561, 9873, 9077, 9831, 9354, 9195, 9457, 9260, 9649, 9072, 10155, 9000, 9833, 9214, 9618, 9118, 9592, 9265, 9399, 9405, 9205, 9594, 9050, 9909, 9219, 9907, 8892, 10033, 9101, 9749, 9110, 9886, 9421, 9310, 9338, 9036, 9629, 9054, 9840, 8507, 9608, 9135, 9973, 9164, 9346, 9560, 9157, 10081, 8526, 9995, 8760, 9434, 9236, 9240, 9495, 9296, 9074, 9227, 9248, 9396, 9550, 9953], 'WindowCenter': [3972.0, 3985.0, 3940.0, 3936.0, 3923.0, 3925.0, 3921.0, 3909.0, 3907.0, 3895.0, 3892.0, 3894.0, 3893.0, 3895.0, 3904.0, 3906.0, 3904.0, 3907.0, 3895.0, 3917.0, 3906.0, 3929.0, 3911.0, 3931.0, 3899.0, 3917.0, 3888.0, 3917.0, 3909.0, 3918.0, 3920.0, 3918.0, 3931.0, 3910.0, 3933.0, 3912.0, 3932.0, 3910.0, 3942.0, 3921.0, 3933.0, 3934.0, 3934.0, 3925.0, 3935.0, 3935.0, 3934.0, 3924.0, 3933.0, 3934.0, 3922.0, 3933.0, 3921.0, 3932.0, 3921.0, 3933.0, 3923.0, 3932.0, 3910.0, 3932.0, 3923.0, 3931.0, 3935.0, 3932.0, 3934.0, 3946.0, 3935.0, 3942.0, 3934.0, 3922.0, 3933.0, 3922.0, 3921.0, 3913.0, 3934.0, 3936.0, 3933.0, 3934.0, 3923.0, 3934.0, 3931.0, 3934.0, 3922.0, 3934.0, 3924.0, 3935.0, 3914.0, 3933.0, 3922.0, 3933.0, 3932.0, 3920.0, 3922.0, 3921.0, 3922.0, 3912.0, 3933.0, 3912.0, 3932.0, 3924.0, 3932.0, 3933.0, 3921.0, 3933.0, 3934.0, 3934.0, 3914.0, 3933.0, 3922.0, 3933.0, 3912.0, 3932.0, 3934.0, 3921.0, 3922.0, 3933.0, 3922.0, 3911.0, 3922.0, 3910.0, 3921.0, 3921.0, 3920.0, 3922.0, 3909.0, 3920.0, 3911.0, 3921.0, 3933.0, 3933.0, 3933.0, 3922.0, 3932.0, 3921.0, 3922.0, 3920.0, 3922.0, 3923.0, 3922.0, 3934.0, 3923.0, 3933.0, 3921.0, 3932.0, 3930.0, 3921.0, 3909.0, 3921.0, 3910.0, 3919.0, 3933.0, 3922.0, 3922.0, 3920.0, 3921.0, 3930.0, 3921.0, 3910.0, 3922.0, 3911.0, 3923.0, 3934.0, 3922.0, 3933.0, 3921.0, 3933.0, 3920.0, 3933.0, 3922.0, 3921.0, 3923.0, 3934.0, 3934.0, 3921.0, 3933.0, 3922.0, 3934.0, 3932.0, 3934.0, 3912.0, 3933.0, 3914.0, 3935.0, 3924.0, 3933.0, 3935.0, 3922.0, 3933.0, 3922.0, 3923.0, 3943.0, 3934.0, 3933.0, 3933.0, 3921.0, 3922.0, 3910.0, 3921.0, 3912.0, 3920.0, 3922.0, 3920.0, 3920.0, 3909.0, 3922.0, 3912.0, 3921.0, 3911.0, 3920.0, 3922.0, 3908.0, 3922.0, 3920.0, 3923.0, 3921.0, 3934.0, 3912.0, 3932.0, 3908.0, 3920.0, 3910.0, 3919.0, 3921.0, 3919.0, 3932.0, 3932.0, 3923.0, 3924.0, 3922.0, 3910.0, 3921.0, 3899.0, 3918.0, 3910.0, 3909.0, 3921.0, 3909.0, 3934.0, 3943.0, 3923.0, 3931.0, 3921.0, 3920.0, 3921.0, 3910.0, 3920.0, 3899.0, 3920.0, 3910.0, 3920.0, 3921.0, 3919.0, 3923.0, 3923.0, 3921.0, 3910.0, 3899.0, 3908.0, 3910.0, 3919.0, 3921.0, 3910.0, 3907.0, 3908.0, 3907.0, 3908.0, 3900.0, 3910.0, 3920.0, 3932.0, 3933.0, 3922.0, 3933.0, 3930.0, 3920.0, 3909.0, 3908.0, 3917.0, 3893.0, 3895.0, 3927.0, 3894.0, 3892.0, 3892.0, 3870.0, 3891.0, 3882.0, 3880.0, 3882.0, 3901.0, 3892.0, 3881.0, 3892.0, 3894.0, 3906.0, 3906.0, 3895.0, 3906.0, 3903.0, 3906.0, 3894.0, 3906.0, 3897.0, 3919.0, 3910.0, 3919.0, 3920.0, 3921.0, 3922.0, 3922.0, 3922.0, 3920.0, 3921.0, 3920.0, 3923.0, 3921.0, 3932.0, 3911.0, 3933.0, 3913.0, 3935.0, 3924.0, 3922.0, 3933.0, 3921.0, 3933.0, 3921.0, 3934.0, 3943.0, 3933.0, 3924.0, 3935.0, 3924.0, 3933.0, 3912.0, 3932.0, 3922.0, 3922.0, 3934.0, 3923.0, 3934.0, 3946.0, 3934.0, 3922.0, 3934.0, 3923.0, 3936.0, 3943.0, 3936.0, 3924.0, 3935.0, 3924.0, 3935.0, 3914.0, 3933.0, 3923.0, 3921.0, 3934.0, 3920.0, 3922.0, 3920.0, 3920.0, 3911.0, 3933.0, 3911.0, 3921.0, 3910.0, 3920.0, 3921.0, 3920.0, 3933.0, 3920.0, 3921.0, 3932.0, 3933.0, 3911.0, 3921.0, 3909.0, 3920.0, 3900.0, 3920.0, 3911.0, 3919.0, 3922.0, 3923.0, 3934.0, 3934.0, 3934.0, 3911.0, 3933.0, 3921.0, 3935.0, 3932.0, 3935.0, 3923.0, 3934.0, 3913.0, 3933.0, 3911.0, 3923.0, 3911.0, 3933.0, 3912.0, 3922.0, 3924.0, 3922.0, 3935.0, 3934.0, 3933.0, 3943.0, 3933.0, 3912.0, 3921.0, 3911.0, 3921.0, 3932.0, 3920.0, 3920.0, 3943.0, 3935.0, 3922.0, 3921.0, 3910.0, 3921.0, 3910.0, 3922.0, 3911.0, 3919.0, 3922.0, 3933.0, 3933.0, 3923.0, 3934.0, 3910.0, 3920.0, 3899.0, 3919.0, 3920.0, 3920.0, 3933.0, 3932.0, 3922.0, 3922.0, 3935.0, 3924.0, 3933.0, 3900.0, 3920.0, 3911.0, 3910.0, 3922.0, 3919.0, 3920.0, 3910.0, 3932.0, 3922.0, 3921.0, 3919.0, 3918.0, 3919.0, 3906.0, 3920.0, 3910.0, 3920.0, 3910.0, 3920.0, 3911.0, 3920.0, 3934.0, 3934.0, 3922.0, 3921.0, 3921.0, 3919.0, 3922.0, 3910.0, 3932.0, 3933.0, 3934.0, 3933.0, 3933.0, 3921.0, 3932.0, 3910.0, 3932.0, 3921.0, 3919.0, 3922.0, 3930.0, 3933.0, 3923.0, 3934.0, 3920.0, 3921.0, 3910.0, 3922.0, 3937.0, 3946.0, 3946.0, 3945.0, 3926.0, 3948.0, 3949.0, 3949.0, 3935.0, 3936.0, 3923.0, 3936.0, 3945.0, 3935.0, 3924.0, 3937.0, 3925.0, 3934.0, 3912.0, 3934.0, 3912.0, 3934.0, 3923.0, 3933.0, 3925.0, 3938.0, 3937.0, 3923.0, 3934.0, 3921.0, 3934.0, 3921.0, 3934.0, 3921.0, 3922.0, 3912.0, 3923.0, 3913.0, 3933.0, 3922.0, 3920.0, 3932.0, 3920.0, 3920.0, 3920.0, 3918.0, 3909.0, 3921.0, 3898.0, 3919.0, 3886.0, 3907.0, 3907.0, 3906.0, 3919.0, 3907.0, 3919.0, 3907.0, 3921.0, 3912.0, 3920.0, 3909.0, 3922.0, 3909.0, 3920.0, 3907.0, 3907.0, 3897.0, 3907.0, 3919.0, 3907.0, 3921.0, 3932.0, 3943.0, 3922.0, 3932.0, 3911.0, 3919.0, 3899.0, 3918.0, 3909.0, 3906.0, 3908.0, 3916.0, 3907.0, 3906.0, 3905.0, 3883.0, 3893.0, 3893.0, 3892.0, 3893.0, 3892.0, 3905.0, 3895.0, 3906.0, 3895.0, 3918.0, 3907.0, 3917.0, 3906.0, 3905.0, 3917.0, 3906.0, 3917.0, 3907.0, 3919.0, 3907.0, 3919.0, 3911.0, 3931.0, 3898.0, 3931.0, 3899.0, 3921.0, 3920.0, 3933.0, 3922.0, 3934.0, 3925.0, 3945.0, 3923.0, 3934.0, 3923.0, 3944.0, 3935.0, 3933.0, 3946.0, 3936.0, 3945.0, 3932.0, 3945.0, 3933.0, 3945.0, 3933.0, 3945.0, 3935.0, 3945.0, 3924.0, 3945.0, 3934.0, 3945.0, 3934.0, 3945.0, 3924.0, 3945.0, 3936.0, 3944.0, 3923.0, 3931.0, 3934.0, 3941.0, 3944.0, 3933.0, 3946.0, 3935.0, 3945.0, 3933.0, 3944.0, 3932.0, 3933.0, 3932.0, 3934.0, 3923.0, 3933.0, 3923.0, 3932.0, 3921.0, 3931.0, 3921.0, 3931.0, 3923.0, 3929.0, 3933.0, 3935.0, 3945.0, 3932.0, 3932.0, 3920.0, 3933.0, 3931.0, 3934.0, 3922.0, 3941.0, 3923.0, 3946.0, 3936.0, 3957.0, 3923.0, 3933.0, 3923.0, 3943.0, 3934.0, 3933.0, 3934.0, 3934.0, 3945.0, 3933.0, 3933.0, 3931.0, 3932.0, 3919.0, 3932.0, 3919.0, 3921.0, 3921.0, 3933.0, 3910.0, 3931.0, 3898.0, 3920.0, 3911.0, 3921.0, 3932.0, 3919.0, 3920.0, 3931.0, 3933.0, 3922.0, 3932.0, 3909.0, 3920.0, 3909.0, 3919.0, 3910.0, 3919.0, 3921.0, 3919.0, 3933.0, 3933.0, 3922.0, 3909.0, 3921.0, 3919.0, 3920.0, 3920.0, 3930.0, 3921.0, 3933.0, 3934.0, 3922.0, 3933.0, 3920.0, 3932.0, 3920.0, 3932.0, 3919.0, 3931.0, 3909.0, 3931.0, 3933.0, 3932.0, 3911.0, 3919.0, 3910.0, 3918.0, 3931.0, 3918.0, 3930.0, 3919.0, 3920.0, 3923.0, 3930.0, 3908.0, 3930.0, 3897.0, 3918.0, 3921.0, 3918.0, 3920.0, 3918.0, 3919.0, 3922.0, 3933.0, 3920.0, 3930.0, 3908.0, 3928.0, 3909.0, 3918.0, 3920.0, 3918.0, 3919.0, 3920.0, 3934.0, 3922.0, 3933.0, 3898.0, 3931.0, 3909.0, 3931.0, 3922.0, 3930.0, 3912.0, 3933.0, 3945.0, 3944.0, 3933.0, 3920.0, 3931.0, 3909.0, 3931.0, 3919.0, 3931.0, 3911.0, 3931.0, 3934.0, 3932.0, 3933.0, 3919.0, 3931.0, 3919.0, 3932.0, 3919.0, 3932.0, 3922.0, 3933.0, 3922.0, 3932.0, 3933.0, 3920.0, 3932.0, 3919.0, 3931.0, 3919.0, 3929.0, 3921.0, 3921.0, 3932.0, 3919.0, 3932.0, 3919.0, 3919.0, 3919.0, 3930.0, 3932.0, 3933.0, 3945.0, 3934.0, 3933.0, 3930.0, 3933.0, 3911.0, 3920.0, 3922.0, 3920.0, 3923.0, 3930.0, 3933.0, 3911.0, 3932.0, 3910.0, 3931.0, 3911.0, 3930.0, 3922.0, 3920.0, 3932.0, 3944.0, 3932.0, 3920.0, 3921.0, 3909.0, 3930.0, 3910.0, 3917.0, 3920.0, 3919.0, 3921.0, 3921.0, 3932.0, 3911.0, 3932.0, 3910.0, 3931.0, 3921.0, 3932.0, 3922.0, 3921.0, 3933.0, 3922.0, 3933.0, 3921.0, 3921.0, 3917.0, 3919.0, 3918.0, 3920.0, 3910.0, 3929.0, 3931.0, 3919.0, 3909.0, 3919.0, 3918.0, 3917.0, 3918.0, 3908.0, 3918.0, 3907.0, 3917.0, 3897.0, 3918.0, 3918.0, 3906.0, 3918.0, 3906.0, 3917.0, 3896.0, 3918.0, 3908.0, 3919.0, 3911.0, 3919.0, 3920.0, 3919.0, 3931.0, 3918.0, 3930.0, 3909.0, 3919.0, 3922.0, 3934.0, 3921.0, 3920.0, 3932.0, 3921.0, 3933.0, 3921.0, 3933.0, 3933.0, 3933.0, 3933.0, 3944.0, 3923.0, 3933.0, 3922.0, 3932.0, 3922.0, 3919.0, 3932.0, 3920.0, 3934.0, 3922.0, 3933.0, 3910.0, 3920.0, 3909.0, 3932.0, 3912.0, 3931.0, 3932.0, 3921.0, 3946.0, 3935.0, 3934.0, 3933.0, 3935.0, 3922.0, 3944.0, 3932.0, 3933.0, 3943.0, 3908.0, 3910.0, 3930.0, 3931.0, 3934.0, 3933.0, 3934.0, 3932.0, 3920.0, 3909.0, 3921.0, 3931.0, 3906.0, 3916.0, 3903.0, 3884.0, 3911.0, 3881.0, 3889.0, 3891.0, 3890.0, 3889.0, 3871.0, 3891.0, 3893.0, 3915.0, 3906.0, 3904.0, 3905.0, 3903.0, 3895.0, 3914.0, 3896.0, 3904.0, 3905.0, 3895.0, 3930.0, 3908.0, 3929.0, 3907.0, 3917.0, 3907.0, 3917.0, 3919.0, 3918.0, 3920.0, 3919.0, 3933.0, 3932.0, 3921.0, 3909.0, 3931.0, 3920.0, 3931.0, 3921.0, 3930.0, 3922.0, 3944.0, 3935.0, 3932.0, 3932.0, 3930.0, 3931.0, 3920.0, 3931.0, 3920.0, 3931.0, 3921.0, 3931.0, 3923.0, 3945.0, 3935.0, 3933.0, 3920.0, 3931.0, 3946.0, 3933.0, 3934.0, 3934.0, 3936.0, 3946.0, 3935.0, 3945.0, 3932.0, 3944.0, 3932.0, 3944.0, 3932.0, 3932.0, 3922.0, 3932.0, 3924.0, 3946.0, 3934.0, 3932.0, 3922.0, 3920.0, 3919.0, 3908.0, 3929.0, 3909.0, 3919.0, 3933.0, 3934.0, 3933.0, 3931.0, 3932.0, 3920.0, 3932.0, 3920.0, 3932.0, 3931.0, 3921.0, 3922.0, 3945.0, 3923.0, 3932.0, 3920.0, 3919.0, 3921.0, 3918.0, 3920.0, 3908.0, 3919.0, 3920.0, 3943.0, 3909.0, 3930.0, 3909.0, 3918.0, 3919.0, 3919.0, 3919.0, 3918.0, 3919.0, 3919.0, 3928.0, 3909.0, 3930.0, 3921.0, 3930.0, 3919.0, 3917.0, 3919.0, 3918.0, 3930.0, 3921.0, 3930.0, 3932.0, 3945.0, 3933.0, 3931.0, 3921.0, 3930.0, 3932.0, 3920.0, 3931.0, 3931.0, 3944.0, 3934.0, 3932.0, 3920.0, 3931.0, 3921.0, 3930.0, 3920.0, 3919.0, 3922.0, 3943.0, 3932.0, 3919.0, 3920.0, 3921.0, 3931.0, 3921.0, 3930.0, 3921.0, 3932.0, 3933.0, 3930.0, 3920.0, 3918.0, 3929.0, 3919.0, 3929.0, 3919.0, 3918.0, 3909.0, 3932.0, 3933.0, 3932.0, 3931.0, 3919.0, 3921.0, 3920.0, 3932.0, 3920.0, 3932.0, 3943.0], 'WindowWidth': [8902.0, 8901.0, 8827.0, 8812.0, 8787.0, 8797.0, 8783.0, 8759.0, 8752.0, 8732.0, 8725.0, 8728.0, 8725.0, 8731.0, 8741.0, 8747.0, 8744.0, 8751.0, 8733.0, 8767.0, 8751.0, 8785.0, 8768.0, 8794.0, 8745.0, 8767.0, 8730.0, 8767.0, 8760.0, 8769.0, 8776.0, 8770.0, 8792.0, 8764.0, 8799.0, 8769.0, 8796.0, 8764.0, 8812.0, 8780.0, 8799.0, 8803.0, 8803.0, 8794.0, 8804.0, 8809.0, 8805.0, 8789.0, 8797.0, 8801.0, 8783.0, 8799.0, 8780.0, 8797.0, 8782.0, 8800.0, 8786.0, 8797.0, 8765.0, 8796.0, 8786.0, 8793.0, 8804.0, 8797.0, 8804.0, 8822.0, 8804.0, 8810.0, 8802.0, 8784.0, 8800.0, 8784.0, 8781.0, 8773.0, 8802.0, 8809.0, 8801.0, 8802.0, 8785.0, 8803.0, 8795.0, 8801.0, 8784.0, 8801.0, 8790.0, 8807.0, 8777.0, 8799.0, 8785.0, 8796.0, 8798.0, 8777.0, 8784.0, 8781.0, 8783.0, 8772.0, 8799.0, 8769.0, 8796.0, 8788.0, 8796.0, 8800.0, 8781.0, 8800.0, 8802.0, 8805.0, 8776.0, 8800.0, 8783.0, 8799.0, 8771.0, 8795.0, 8803.0, 8779.0, 8783.0, 8801.0, 8784.0, 8765.0, 8782.0, 8764.0, 8780.0, 8781.0, 8775.0, 8780.0, 8761.0, 8776.0, 8766.0, 8781.0, 8800.0, 8800.0, 8800.0, 8782.0, 8796.0, 8779.0, 8783.0, 8779.0, 8783.0, 8787.0, 8781.0, 8802.0, 8786.0, 8800.0, 8780.0, 8797.0, 8790.0, 8781.0, 8763.0, 8779.0, 8766.0, 8775.0, 8798.0, 8784.0, 8784.0, 8778.0, 8782.0, 8791.0, 8782.0, 8765.0, 8783.0, 8768.0, 8786.0, 8802.0, 8783.0, 8801.0, 8781.0, 8800.0, 8780.0, 8799.0, 8783.0, 8782.0, 8788.0, 8805.0, 8803.0, 8782.0, 8801.0, 8782.0, 8803.0, 8797.0, 8803.0, 8772.0, 8800.0, 8779.0, 8805.0, 8791.0, 8801.0, 8807.0, 8785.0, 8801.0, 8782.0, 8788.0, 8814.0, 8803.0, 8801.0, 8799.0, 8779.0, 8782.0, 8764.0, 8781.0, 8770.0, 8776.0, 8783.0, 8777.0, 8779.0, 8763.0, 8782.0, 8772.0, 8781.0, 8765.0, 8777.0, 8781.0, 8759.0, 8783.0, 8777.0, 8784.0, 8780.0, 8801.0, 8771.0, 8798.0, 8761.0, 8776.0, 8764.0, 8774.0, 8778.0, 8774.0, 8797.0, 8796.0, 8786.0, 8789.0, 8784.0, 8764.0, 8778.0, 8748.0, 8772.0, 8765.0, 8759.0, 8779.0, 8761.0, 8800.0, 8815.0, 8786.0, 8793.0, 8778.0, 8775.0, 8779.0, 8763.0, 8778.0, 8749.0, 8775.0, 8764.0, 8776.0, 8779.0, 8774.0, 8785.0, 8787.0, 8781.0, 8762.0, 8745.0, 8756.0, 8764.0, 8773.0, 8778.0, 8762.0, 8754.0, 8757.0, 8753.0, 8758.0, 8748.0, 8764.0, 8780.0, 8796.0, 8800.0, 8783.0, 8797.0, 8790.0, 8777.0, 8760.0, 8755.0, 8765.0, 8727.0, 8732.0, 8781.0, 8730.0, 8723.0, 8722.0, 8690.0, 8719.0, 8710.0, 8702.0, 8708.0, 8733.0, 8724.0, 8709.0, 8723.0, 8730.0, 8751.0, 8751.0, 8733.0, 8748.0, 8742.0, 8750.0, 8732.0, 8752.0, 8741.0, 8771.0, 8761.0, 8773.0, 8776.0, 8778.0, 8784.0, 8783.0, 8781.0, 8775.0, 8779.0, 8776.0, 8786.0, 8780.0, 8798.0, 8768.0, 8799.0, 8775.0, 8805.0, 8789.0, 8783.0, 8800.0, 8781.0, 8799.0, 8781.0, 8801.0, 8812.0, 8801.0, 8792.0, 8806.0, 8787.0, 8799.0, 8770.0, 8796.0, 8783.0, 8781.0, 8801.0, 8788.0, 8805.0, 8821.0, 8803.0, 8785.0, 8803.0, 8787.0, 8810.0, 8815.0, 8809.0, 8790.0, 8808.0, 8793.0, 8807.0, 8776.0, 8799.0, 8787.0, 8780.0, 8802.0, 8777.0, 8781.0, 8778.0, 8778.0, 8768.0, 8800.0, 8769.0, 8778.0, 8764.0, 8776.0, 8779.0, 8775.0, 8797.0, 8776.0, 8779.0, 8793.0, 8798.0, 8766.0, 8780.0, 8760.0, 8775.0, 8749.0, 8775.0, 8768.0, 8775.0, 8783.0, 8787.0, 8804.0, 8803.0, 8801.0, 8768.0, 8801.0, 8781.0, 8804.0, 8796.0, 8803.0, 8788.0, 8804.0, 8774.0, 8800.0, 8767.0, 8785.0, 8768.0, 8798.0, 8772.0, 8782.0, 8789.0, 8783.0, 8806.0, 8802.0, 8800.0, 8811.0, 8798.0, 8769.0, 8781.0, 8766.0, 8778.0, 8795.0, 8776.0, 8778.0, 8814.0, 8804.0, 8783.0, 8781.0, 8764.0, 8778.0, 8763.0, 8781.0, 8769.0, 8776.0, 8783.0, 8798.0, 8800.0, 8787.0, 8800.0, 8763.0, 8775.0, 8747.0, 8774.0, 8779.0, 8777.0, 8799.0, 8797.0, 8784.0, 8785.0, 8806.0, 8789.0, 8798.0, 8750.0, 8776.0, 8766.0, 8762.0, 8781.0, 8775.0, 8775.0, 8763.0, 8796.0, 8782.0, 8780.0, 8774.0, 8770.0, 8773.0, 8753.0, 8776.0, 8762.0, 8777.0, 8764.0, 8775.0, 8765.0, 8777.0, 8803.0, 8803.0, 8784.0, 8778.0, 8779.0, 8773.0, 8782.0, 8764.0, 8799.0, 8798.0, 8802.0, 8800.0, 8800.0, 8780.0, 8794.0, 8764.0, 8793.0, 8781.0, 8774.0, 8784.0, 8791.0, 8801.0, 8789.0, 8800.0, 8778.0, 8781.0, 8765.0, 8783.0, 8814.0, 8826.0, 8825.0, 8822.0, 8798.0, 8830.0, 8834.0, 8832.0, 8808.0, 8807.0, 8787.0, 8808.0, 8816.0, 8804.0, 8789.0, 8812.0, 8793.0, 8805.0, 8771.0, 8801.0, 8770.0, 8802.0, 8786.0, 8799.0, 8792.0, 8817.0, 8811.0, 8785.0, 8801.0, 8779.0, 8802.0, 8779.0, 8800.0, 8779.0, 8782.0, 8772.0, 8788.0, 8772.0, 8796.0, 8781.0, 8776.0, 8794.0, 8774.0, 8776.0, 8774.0, 8771.0, 8758.0, 8778.0, 8746.0, 8773.0, 8723.0, 8752.0, 8754.0, 8750.0, 8772.0, 8753.0, 8770.0, 8753.0, 8778.0, 8770.0, 8776.0, 8759.0, 8783.0, 8760.0, 8776.0, 8756.0, 8754.0, 8740.0, 8752.0, 8774.0, 8756.0, 8781.0, 8796.0, 8814.0, 8785.0, 8797.0, 8766.0, 8775.0, 8747.0, 8769.0, 8759.0, 8750.0, 8755.0, 8764.0, 8749.0, 8749.0, 8747.0, 8713.0, 8724.0, 8725.0, 8722.0, 8727.0, 8724.0, 8745.0, 8732.0, 8748.0, 8734.0, 8770.0, 8756.0, 8767.0, 8750.0, 8747.0, 8767.0, 8750.0, 8769.0, 8753.0, 8773.0, 8755.0, 8774.0, 8769.0, 8794.0, 8746.0, 8792.0, 8748.0, 8780.0, 8779.0, 8800.0, 8783.0, 8805.0, 8795.0, 8819.0, 8788.0, 8804.0, 8790.0, 8816.0, 8807.0, 8799.0, 8824.0, 8809.0, 8818.0, 8798.0, 8819.0, 8800.0, 8821.0, 8802.0, 8820.0, 8809.0, 8821.0, 8791.0, 8820.0, 8804.0, 8819.0, 8804.0, 8819.0, 8792.0, 8820.0, 8810.0, 8817.0, 8790.0, 8797.0, 8804.0, 8809.0, 8818.0, 8801.0, 8822.0, 8807.0, 8819.0, 8801.0, 8817.0, 8797.0, 8801.0, 8797.0, 8802.0, 8786.0, 8800.0, 8786.0, 8796.0, 8779.0, 8795.0, 8783.0, 8795.0, 8788.0, 8791.0, 8802.0, 8807.0, 8820.0, 8798.0, 8798.0, 8779.0, 8800.0, 8794.0, 8803.0, 8784.0, 8811.0, 8789.0, 8826.0, 8812.0, 8839.0, 8788.0, 8801.0, 8787.0, 8813.0, 8803.0, 8799.0, 8804.0, 8805.0, 8821.0, 8802.0, 8801.0, 8794.0, 8797.0, 8776.0, 8794.0, 8776.0, 8779.0, 8782.0, 8800.0, 8766.0, 8792.0, 8746.0, 8776.0, 8768.0, 8779.0, 8795.0, 8774.0, 8778.0, 8794.0, 8800.0, 8783.0, 8795.0, 8761.0, 8777.0, 8761.0, 8775.0, 8765.0, 8772.0, 8779.0, 8773.0, 8798.0, 8800.0, 8782.0, 8760.0, 8780.0, 8774.0, 8776.0, 8777.0, 8790.0, 8780.0, 8799.0, 8804.0, 8785.0, 8798.0, 8776.0, 8795.0, 8776.0, 8797.0, 8774.0, 8791.0, 8761.0, 8791.0, 8801.0, 8798.0, 8766.0, 8774.0, 8764.0, 8771.0, 8792.0, 8769.0, 8789.0, 8772.0, 8777.0, 8785.0, 8792.0, 8759.0, 8786.0, 8742.0, 8769.0, 8779.0, 8769.0, 8775.0, 8768.0, 8773.0, 8782.0, 8799.0, 8777.0, 8789.0, 8755.0, 8783.0, 8762.0, 8769.0, 8776.0, 8770.0, 8774.0, 8778.0, 8802.0, 8783.0, 8797.0, 8745.0, 8792.0, 8762.0, 8794.0, 8784.0, 8792.0, 8772.0, 8799.0, 8820.0, 8816.0, 8799.0, 8777.0, 8793.0, 8761.0, 8793.0, 8775.0, 8791.0, 8767.0, 8791.0, 8802.0, 8798.0, 8797.0, 8775.0, 8792.0, 8774.0, 8797.0, 8777.0, 8798.0, 8783.0, 8800.0, 8784.0, 8795.0, 8797.0, 8777.0, 8795.0, 8774.0, 8792.0, 8774.0, 8787.0, 8781.0, 8782.0, 8796.0, 8775.0, 8794.0, 8774.0, 8777.0, 8777.0, 8791.0, 8798.0, 8801.0, 8820.0, 8802.0, 8800.0, 8791.0, 8799.0, 8767.0, 8779.0, 8783.0, 8776.0, 8784.0, 8794.0, 8800.0, 8769.0, 8797.0, 8766.0, 8792.0, 8768.0, 8791.0, 8783.0, 8778.0, 8797.0, 8816.0, 8798.0, 8778.0, 8779.0, 8763.0, 8789.0, 8764.0, 8768.0, 8777.0, 8774.0, 8781.0, 8783.0, 8797.0, 8767.0, 8796.0, 8764.0, 8795.0, 8781.0, 8797.0, 8784.0, 8780.0, 8800.0, 8786.0, 8800.0, 8779.0, 8780.0, 8769.0, 8775.0, 8772.0, 8777.0, 8762.0, 8785.0, 8794.0, 8776.0, 8759.0, 8772.0, 8771.0, 8766.0, 8770.0, 8757.0, 8768.0, 8755.0, 8765.0, 8741.0, 8770.0, 8769.0, 8750.0, 8769.0, 8749.0, 8768.0, 8738.0, 8770.0, 8756.0, 8775.0, 8767.0, 8776.0, 8776.0, 8773.0, 8792.0, 8772.0, 8789.0, 8760.0, 8772.0, 8783.0, 8802.0, 8782.0, 8778.0, 8795.0, 8779.0, 8799.0, 8781.0, 8801.0, 8799.0, 8799.0, 8801.0, 8818.0, 8787.0, 8798.0, 8783.0, 8796.0, 8785.0, 8776.0, 8797.0, 8779.0, 8802.0, 8784.0, 8799.0, 8763.0, 8777.0, 8762.0, 8795.0, 8770.0, 8792.0, 8797.0, 8780.0, 8822.0, 8809.0, 8802.0, 8799.0, 8806.0, 8785.0, 8817.0, 8797.0, 8799.0, 8814.0, 8757.0, 8764.0, 8791.0, 8794.0, 8803.0, 8800.0, 8802.0, 8796.0, 8776.0, 8760.0, 8778.0, 8790.0, 8749.0, 8762.0, 8739.0, 8715.0, 8745.0, 8704.0, 8714.0, 8716.0, 8715.0, 8713.0, 8693.0, 8720.0, 8725.0, 8762.0, 8749.0, 8743.0, 8745.0, 8740.0, 8734.0, 8755.0, 8735.0, 8743.0, 8747.0, 8733.0, 8788.0, 8758.0, 8786.0, 8751.0, 8767.0, 8755.0, 8767.0, 8774.0, 8769.0, 8776.0, 8774.0, 8801.0, 8797.0, 8780.0, 8759.0, 8793.0, 8775.0, 8793.0, 8780.0, 8790.0, 8782.0, 8814.0, 8805.0, 8798.0, 8797.0, 8791.0, 8792.0, 8775.0, 8792.0, 8776.0, 8793.0, 8779.0, 8792.0, 8788.0, 8820.0, 8804.0, 8798.0, 8779.0, 8793.0, 8823.0, 8798.0, 8802.0, 8802.0, 8809.0, 8822.0, 8806.0, 8819.0, 8798.0, 8815.0, 8797.0, 8815.0, 8797.0, 8795.0, 8781.0, 8794.0, 8789.0, 8822.0, 8803.0, 8795.0, 8782.0, 8777.0, 8773.0, 8755.0, 8784.0, 8761.0, 8771.0, 8800.0, 8803.0, 8798.0, 8792.0, 8795.0, 8775.0, 8795.0, 8776.0, 8796.0, 8792.0, 8780.0, 8782.0, 8818.0, 8786.0, 8797.0, 8777.0, 8771.0, 8778.0, 8770.0, 8775.0, 8757.0, 8772.0, 8775.0, 8812.0, 8764.0, 8789.0, 8760.0, 8771.0, 8772.0, 8771.0, 8774.0, 8770.0, 8772.0, 8773.0, 8783.0, 8759.0, 8791.0, 8780.0, 8790.0, 8773.0, 8768.0, 8771.0, 8769.0, 8789.0, 8779.0, 8788.0, 8797.0, 8818.0, 8800.0, 8793.0, 8781.0, 8788.0, 8796.0, 8776.0, 8794.0, 8795.0, 8817.0, 8800.0, 8795.0, 8778.0, 8792.0, 8778.0, 8788.0, 8778.0, 8773.0, 8784.0, 8813.0, 8796.0, 8774.0, 8777.0, 8778.0, 8793.0, 8779.0, 8789.0, 8779.0, 8796.0, 8799.0, 8790.0, 8774.0, 8771.0, 8787.0, 8775.0, 8784.0, 8774.0, 8769.0, 8760.0, 8797.0, 8800.0, 8797.0, 8792.0, 8773.0, 8780.0, 8778.0, 8797.0, 8778.0, 8797.0, 8813.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.00088009507346586</td></tr>
<tr><td colspan=3>aqi</td><td>0.021227098703543643</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.488626968564006</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.247084120726644</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.003113516885813</td></tr>
<tr><td colspan=3>efc</td><td>0.4566</td></tr>
<tr><td colspan=3>fber</td><td>5642.8965</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08161444833481667</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4200518582541055</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6358047857264433</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6316483008929787</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8142436601759298</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4615223961104213</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124423</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010563105344772339</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02047819271683693</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6780914944412837</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>34.9453</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8488</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.7836</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306319.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>696.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.9448</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9792</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.3473</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3149.8019</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3348.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>915.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.2482</td></tr>
<tr><td colspan=3>tsnr</td><td>40.76650650589727</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>