<?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-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-02/func/sub-0023_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>a5ff80c1898998f64d6a6d9b101a9cfc</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:44:58.687500</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.998692, -0.0148348, 0.0489352, 0.019699, 0.994745, -0.100467]</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_brain_imaging_center</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.109847</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7233, 552, -40, -130, -91, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>277.896</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5743ec31-da41-4385-9d7e-88884bc00f42||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.679417133331299, 0.05285090580582619, 0.1274065375328064, 105.95840454101562], [0.03980059549212456, 2.6688289642333984, -0.27350983023643494, -90.60865020751953], [0.13128945231437683, 0.2695466876029968, 2.6830878257751465, -83.98602294921875], [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': ['134458.687500', '134459.147500', '134459.607500', '134500.067500', '134500.527500', '134500.987500', '134501.447500', '134501.907500', '134502.367500', '134502.827500', '134503.287500', '134503.747500', '134504.207500', '134504.667500', '134505.127500', '134505.587500', '134506.047500', '134506.507500', '134506.967500', '134507.427500', '134507.887500', '134508.347500', '134508.807500', '134509.267500', '134509.727500', '134510.187500', '134510.647500', '134511.107500', '134511.567500', '134512.027500', '134512.487500', '134512.947500', '134513.407500', '134513.867500', '134514.327500', '134514.787500', '134515.247500', '134515.707500', '134516.167500', '134516.627500', '134517.087500', '134517.547500', '134518.007500', '134518.467500', '134518.927500', '134519.387500', '134519.847500', '134520.307500', '134520.767500', '134521.227500', '134521.687500', '134522.147500', '134522.607500', '134523.067500', '134523.527500', '134523.987500', '134524.447500', '134524.907500', '134525.367500', '134525.827500', '134526.287500', '134526.747500', '134527.207500', '134527.667500', '134528.127500', '134528.587500', '134529.047500', '134529.507500', '134529.967500', '134530.427500', '134530.887500', '134531.347500', '134531.807500', '134532.267500', '134532.727500', '134533.187500', '134533.647500', '134534.107500', '134534.567500', '134535.027500', '134535.487500', '134535.947500', '134536.407500', '134536.867500', '134537.327500', '134537.787500', '134538.247500', '134538.707500', '134539.167500', '134539.627500', '134540.087500', '134540.547500', '134541.007500', '134541.467500', '134541.927500', '134542.387500', '134542.847500', '134543.307500', '134543.767500', '134544.227500', '134544.687500', '134545.147500', '134545.607500', '134546.067500', '134546.527500', '134546.987500', '134547.447500', '134547.907500', '134548.367500', '134548.827500', '134549.287500', '134549.747500', '134550.207500', '134550.667500', '134551.127500', '134551.587500', '134552.047500', '134552.507500', '134552.967500', '134553.427500', '134553.887500', '134554.347500', '134554.807500', '134555.267500', '134555.727500', '134556.187500', '134556.647500', '134557.107500', '134557.567500', '134558.027500', '134558.487500', '134558.947500', '134559.407500', '134559.867500', '134600.327500', '134600.787500', '134601.247500', '134601.707500', '134602.167500', '134602.627500', '134603.087500', '134603.547500', '134604.007500', '134604.467500', '134604.927500', '134605.387500', '134605.847500', '134606.307500', '134606.767500', '134607.227500', '134607.687500', '134608.147500', '134608.607500', '134609.067500', '134609.527500', '134609.987500', '134610.447500', '134610.907500', '134611.367500', '134611.827500', '134612.287500', '134612.747500', '134613.207500', '134613.667500', '134614.127500', '134614.587500', '134615.047500', '134615.507500', '134615.967500', '134616.427500', '134616.887500', '134617.347500', '134617.807500', '134618.267500', '134618.727500', '134619.187500', '134619.647500', '134620.107500', '134620.567500', '134621.027500', '134621.487500', '134621.947500', '134622.407500', '134622.867500', '134623.327500', '134623.787500', '134624.247500', '134624.707500', '134625.167500', '134625.627500', '134626.087500', '134626.547500', '134627.007500', '134627.467500', '134627.927500', '134628.387500', '134628.847500', '134629.307500', '134629.767500', '134630.227500', '134630.687500', '134631.147500', '134631.607500', '134632.067500', '134632.527500', '134632.987500', '134633.447500', '134633.907500', '134634.367500', '134634.827500', '134635.287500', '134635.747500', '134636.207500', '134636.667500', '134637.127500', '134637.587500', '134638.047500', '134638.507500', '134638.967500', '134639.427500', '134639.887500', '134640.347500', '134640.807500', '134641.267500', '134641.727500', '134642.187500', '134642.647500', '134643.107500', '134643.567500', '134644.027500', '134644.487500', '134644.947500', '134645.407500', '134645.867500', '134646.327500', '134646.787500', '134647.247500', '134647.707500', '134648.167500', '134648.627500', '134649.087500', '134649.547500', '134650.007500', '134650.467500', '134650.927500', '134651.387500', '134651.847500', '134652.307500', '134652.767500', '134653.227500', '134653.687500', '134654.147500', '134654.607500', '134655.067500', '134655.527500', '134655.987500', '134656.447500', '134656.907500', '134657.367500', '134657.827500', '134658.287500', '134658.747500', '134659.207500', '134659.667500', '134700.127500', '134700.587500', '134701.047500', '134701.507500', '134701.967500', '134702.427500', '134702.887500', '134703.347500', '134703.807500', '134704.267500', '134704.727500', '134705.187500', '134705.647500', '134706.107500', '134706.567500', '134707.027500', '134707.487500', '134707.947500', '134708.407500', '134708.867500', '134709.327500', '134709.787500', '134710.247500', '134710.707500', '134711.167500', '134711.627500', '134712.087500', '134712.547500', '134713.007500', '134713.467500', '134713.927500', '134714.387500', '134714.847500', '134715.307500', '134715.767500', '134716.227500', '134716.687500', '134717.147500', '134717.607500', '134718.067500', '134718.527500', '134718.987500', '134719.447500', '134719.907500', '134720.367500', '134720.827500', '134721.287500', '134721.747500', '134722.207500', '134722.667500', '134723.127500', '134723.587500', '134724.047500', '134724.507500', '134724.967500', '134725.427500', '134725.887500', '134726.347500', '134726.807500', '134727.267500', '134727.727500', '134728.187500', '134728.647500', '134729.107500', '134729.567500', '134730.027500', '134730.487500', '134730.947500', '134731.407500', '134731.867500', '134732.327500', '134732.787500', '134733.247500', '134733.707500', '134734.167500', '134734.627500', '134735.087500', '134735.547500', '134736.007500', '134736.467500', '134736.927500', '134737.387500', '134737.847500', '134738.307500', '134738.767500', '134739.227500', '134739.687500', '134740.147500', '134740.607500', '134741.067500', '134741.527500', '134741.987500', '134742.447500', '134742.907500', '134743.367500', '134743.827500', '134744.287500', '134744.747500', '134745.207500', '134745.667500', '134746.127500', '134746.587500', '134747.047500', '134747.507500', '134747.967500', '134748.427500', '134748.887500', '134749.347500', '134749.807500', '134750.267500', '134750.727500', '134751.187500', '134751.647500', '134752.107500', '134752.567500', '134753.027500', '134753.487500', '134753.947500', '134754.407500', '134754.867500', '134755.327500', '134755.787500', '134756.247500', '134756.707500', '134757.167500', '134757.627500', '134758.087500', '134758.547500', '134759.007500', '134759.467500', '134759.927500', '134800.387500', '134800.847500', '134801.307500', '134801.767500', '134802.227500', '134802.687500', '134803.147500', '134803.607500', '134804.067500', '134804.527500', '134804.987500', '134805.447500', '134805.907500', '134806.367500', '134806.827500', '134807.287500', '134807.747500', '134808.207500', '134808.667500', '134809.127500', '134809.587500', '134810.047500', '134810.507500', '134810.967500', '134811.427500', '134811.887500', '134812.347500', '134812.807500', '134813.267500', '134813.727500', '134814.187500', '134814.647500', '134815.107500', '134815.567500', '134816.027500', '134816.487500', '134816.947500', '134817.407500', '134817.867500', '134818.327500', '134818.787500', '134819.247500', '134819.707500', '134820.167500', '134820.627500', '134821.087500', '134821.547500', '134822.007500', '134822.467500', '134822.927500', '134823.387500', '134823.847500', '134824.307500', '134824.767500', '134825.227500', '134825.687500', '134826.147500', '134826.607500', '134827.067500', '134827.527500', '134827.987500', '134828.447500', '134828.907500', '134829.367500', '134829.827500', '134830.287500', '134830.747500', '134831.207500', '134831.667500', '134832.127500', '134832.587500', '134833.047500', '134833.507500', '134833.967500', '134834.427500', '134834.887500', '134835.347500', '134835.807500', '134836.267500', '134836.727500', '134837.187500', '134837.647500', '134838.107500', '134838.567500', '134839.027500', '134839.487500', '134839.947500', '134840.407500', '134840.867500', '134841.327500', '134841.787500', '134842.247500', '134842.707500', '134843.167500', '134843.627500', '134844.087500', '134844.547500', '134845.007500', '134845.467500', '134845.927500', '134846.387500', '134846.847500', '134847.307500', '134847.767500', '134848.227500', '134848.687500', '134849.147500', '134849.607500', '134850.067500', '134850.527500', '134850.987500', '134851.447500', '134851.907500', '134852.367500', '134852.827500', '134853.287500', '134853.747500', '134854.207500', '134854.667500', '134855.127500', '134855.587500', '134856.047500', '134856.507500', '134856.967500', '134857.427500', '134857.887500', '134858.347500', '134858.807500', '134859.267500', '134859.727500', '134900.187500', '134900.647500', '134901.107500', '134901.567500', '134902.027500', '134902.487500', '134902.947500', '134903.407500', '134903.867500', '134904.327500', '134904.787500', '134905.247500', '134905.707500', '134906.167500', '134906.627500', '134907.087500', '134907.547500', '134908.007500', '134908.467500', '134908.927500', '134909.387500', '134909.847500', '134910.307500', '134910.767500', '134911.227500', '134911.687500', '134912.147500', '134912.607500', '134913.067500', '134913.527500', '134913.987500', '134914.447500', '134914.907500', '134915.367500', '134915.827500', '134916.287500', '134916.747500', '134917.207500', '134917.667500', '134918.127500', '134918.587500', '134919.047500', '134919.507500', '134919.967500', '134920.427500', '134920.887500', '134921.347500', '134921.807500', '134922.267500', '134922.727500', '134923.187500', '134923.647500', '134924.107500', '134924.567500', '134925.027500', '134925.487500', '134925.947500', '134926.407500', '134926.867500', '134927.327500', '134927.787500', '134928.247500', '134928.707500', '134929.167500', '134929.627500', '134930.087500', '134930.547500', '134931.007500', '134931.467500', '134931.927500', '134932.387500', '134932.847500', '134933.307500', '134933.767500', '134934.227500', '134934.687500', '134935.147500', '134935.607500', '134936.067500', '134936.527500', '134936.987500', '134937.447500', '134937.907500', '134938.367500', '134938.827500', '134939.287500', '134939.747500', '134940.207500', '134940.667500', '134941.127500', '134941.587500', '134942.047500', '134942.507500', '134942.967500', '134943.427500', '134943.887500', '134944.347500', '134944.807500', '134945.267500', '134945.727500', '134946.187500', '134946.647500', '134947.107500', '134947.567500', '134948.027500', '134948.487500', '134948.947500', '134949.407500', '134949.867500', '134950.327500', '134950.787500', '134951.247500', '134951.707500', '134952.167500', '134952.627500', '134953.087500', '134953.547500', '134954.007500', '134954.467500', '134954.927500', '134955.387500', '134955.847500', '134956.307500', '134956.767500', '134957.227500', '134957.687500', '134958.147500', '134958.607500', '134959.067500', '134959.527500', '134959.987500', '135000.447500', '135000.907500', '135001.367500', '135001.827500', '135002.287500', '135002.747500', '135003.207500', '135003.667500', '135004.127500', '135004.587500', '135005.047500', '135005.507500', '135005.967500', '135006.427500', '135006.887500', '135007.347500', '135007.807500', '135008.267500', '135008.727500', '135009.187500', '135009.647500', '135010.107500', '135010.567500', '135011.027500', '135011.487500', '135011.947500', '135012.407500', '135012.867500', '135013.327500', '135013.787500', '135014.247500', '135014.707500', '135015.167500', '135015.627500', '135016.087500', '135016.547500', '135017.007500', '135017.467500', '135017.927500', '135018.387500', '135018.847500', '135019.307500', '135019.767500', '135020.227500', '135020.687500', '135021.147500', '135021.607500', '135022.067500', '135022.527500', '135022.987500', '135023.447500', '135023.907500', '135024.367500', '135024.827500', '135025.287500', '135025.747500', '135026.207500', '135026.667500', '135027.127500', '135027.587500', '135028.047500', '135028.507500', '135028.967500', '135029.427500', '135029.887500', '135030.347500', '135030.807500', '135031.267500', '135031.727500', '135032.187500', '135032.647500', '135033.107500', '135033.567500', '135034.027500', '135034.487500', '135034.947500', '135035.407500', '135035.867500', '135036.327500', '135036.787500', '135037.247500', '135037.707500', '135038.167500', '135038.627500', '135039.087500', '135039.547500', '135040.007500', '135040.467500', '135040.927500', '135041.387500', '135041.847500', '135042.307500', '135042.767500', '135043.227500', '135043.687500', '135044.147500', '135044.607500', '135045.067500', '135045.527500', '135045.987500', '135046.447500', '135046.907500', '135047.367500', '135047.827500', '135048.287500', '135048.747500', '135049.207500', '135049.667500', '135050.127500', '135050.587500', '135051.047500', '135051.507500', '135051.967500', '135052.427500', '135052.887500', '135053.347500', '135053.807500', '135054.267500', '135054.727500', '135055.187500', '135055.647500', '135056.107500', '135056.567500', '135057.027500', '135057.487500', '135057.947500', '135058.407500', '135058.867500', '135059.327500', '135059.787500', '135100.247500', '135100.707500', '135101.167500', '135101.627500', '135102.087500', '135102.547500', '135103.007500', '135103.467500', '135103.927500', '135104.387500', '135104.847500', '135105.307500', '135105.767500', '135106.227500', '135106.687500', '135107.147500', '135107.607500', '135108.067500', '135108.527500', '135108.987500', '135109.447500', '135109.907500', '135110.367500', '135110.827500', '135111.287500', '135111.747500', '135112.207500', '135112.667500', '135113.127500', '135113.587500', '135114.047500', '135114.507500', '135114.967500', '135115.427500', '135115.887500', '135116.347500', '135116.807500', '135117.267500', '135117.727500', '135118.187500', '135118.647500', '135119.107500', '135119.567500', '135120.027500', '135120.487500', '135120.947500', '135121.407500', '135121.867500', '135122.327500', '135122.787500', '135123.247500', '135123.707500', '135124.167500', '135124.627500', '135125.087500', '135125.547500', '135126.007500', '135126.467500', '135126.927500', '135127.387500', '135127.847500', '135128.307500', '135128.767500', '135129.227500', '135129.687500', '135130.147500', '135130.607500', '135131.067500', '135131.527500', '135131.987500', '135132.447500', '135132.907500', '135133.367500', '135133.827500', '135134.287500', '135134.747500', '135135.207500', '135135.667500', '135136.127500', '135136.587500', '135137.047500', '135137.507500', '135137.967500', '135138.427500', '135138.887500', '135139.347500', '135139.807500', '135140.267500', '135140.727500', '135141.187500', '135141.647500', '135142.107500', '135142.567500', '135143.027500', '135143.487500', '135143.947500', '135144.407500', '135144.867500', '135145.327500', '135145.787500', '135146.247500', '135146.707500', '135147.167500', '135147.627500', '135148.087500', '135148.547500', '135149.007500', '135149.467500', '135149.927500', '135150.387500', '135150.847500', '135151.307500', '135151.767500', '135152.227500', '135152.687500', '135153.147500', '135153.607500', '135154.067500', '135154.527500', '135154.987500', '135155.447500', '135155.907500', '135156.367500', '135156.827500', '135157.287500', '135157.747500', '135158.207500', '135158.667500', '135159.127500', '135159.587500', '135200.047500', '135200.507500', '135200.967500', '135201.427500', '135201.887500', '135202.347500', '135202.807500', '135203.267500', '135203.727500', '135204.187500', '135204.647500', '135205.107500', '135205.567500', '135206.027500', '135206.487500', '135206.947500', '135207.407500', '135207.867500', '135208.327500', '135208.787500', '135209.247500', '135209.707500', '135210.167500', '135210.627500', '135211.087500', '135211.547500', '135212.007500', '135212.467500', '135212.927500', '135213.387500', '135213.847500', '135214.307500', '135214.767500', '135215.227500', '135215.687500', '135216.147500', '135216.607500', '135217.067500', '135217.527500', '135217.987500', '135218.447500', '135218.907500', '135219.367500', '135219.827500', '135220.287500', '135220.747500', '135221.207500', '135221.667500', '135222.127500', '135222.587500', '135223.047500', '135223.507500', '135223.967500', '135224.427500', '135224.887500', '135225.347500', '135225.807500', '135226.267500', '135226.727500', '135227.187500', '135227.647500', '135228.107500', '135228.567500', '135229.027500', '135229.487500', '135229.947500', '135230.407500', '135230.867500', '135231.327500', '135231.787500', '135232.247500', '135232.707500', '135233.167500', '135233.627500', '135234.087500', '135234.547500', '135235.007500', '135235.467500', '135235.927500', '135236.387500', '135236.847500', '135237.307500', '135237.767500', '135238.227500', '135238.687500', '135239.147500', '135239.607500', '135240.067500', '135240.527500', '135240.987500', '135241.447500', '135241.907500', '135242.367500', '135242.827500', '135243.287500', '135243.747500', '135244.207500', '135244.667500', '135245.127500', '135245.587500', '135246.047500', '135246.507500', '135246.967500', '135247.427500', '135247.887500', '135248.347500', '135248.807500', '135249.267500', '135249.727500', '135250.187500', '135250.647500', '135251.107500', '135251.567500', '135252.027500', '135252.487500', '135252.947500', '135253.407500', '135253.867500', '135254.327500', '135254.787500', '135255.247500', '135255.707500', '135256.167500', '135256.627500', '135257.087500', '135257.547500', '135258.007500', '135258.467500', '135258.927500', '135259.387500', '135259.847500', '135300.307500', '135300.767500', '135301.227500', '135301.687500', '135302.147500', '135302.607500', '135303.067500', '135303.527500', '135303.987500', '135304.447500', '135304.907500', '135305.367500', '135305.827500', '135306.287500', '135306.747500', '135307.207500', '135307.667500', '135308.127500', '135308.587500', '135309.047500', '135309.507500', '135309.967500', '135310.427500', '135310.887500', '135311.347500', '135311.807500', '135312.267500', '135312.727500', '135313.187500', '135313.647500', '135314.107500', '135314.567500', '135315.027500', '135315.487500', '135315.947500', '135316.407500', '135316.867500', '135317.327500', '135317.787500', '135318.247500', '135318.707500', '135319.167500', '135319.627500', '135320.087500', '135320.547500', '135321.007500', '135321.467500', '135321.927500', '135322.387500', '135322.847500', '135323.307500', '135323.767500', '135324.227500', '135324.687500', '135325.147500', '135325.607500', '135326.067500', '135326.527500', '135326.987500', '135327.447500', '135327.907500', '135328.367500', '135328.827500', '135329.287500', '135329.747500', '135330.207500', '135330.667500', '135331.127500', '135331.587500', '135332.047500', '135332.507500', '135332.967500', '135333.427500', '135333.887500', '135334.347500', '135334.807500', '135335.267500', '135335.727500', '135336.187500', '135336.647500', '135337.107500', '135337.567500', '135338.027500', '135338.487500', '135338.947500', '135339.407500', '135339.867500', '135340.327500', '135340.787500', '135341.247500', '135341.707500', '135342.167500', '135342.627500', '135343.087500', '135343.547500', '135344.007500', '135344.467500', '135344.927500', '135345.387500', '135345.847500', '135346.307500', '135346.767500', '135347.227500', '135347.687500', '135348.147500', '135348.607500', '135349.067500', '135349.527500', '135349.987500', '135350.447500', '135350.907500'], 'ContentTime': ['134524.039000', '134524.043000', '134524.046000', '134524.049000', '134524.052000', '134524.055000', '134524.058000', '134524.061000', '134524.064000', '134524.067000', '134524.070000', '134524.073000', '134524.076000', '134524.079000', '134524.082000', '134524.085000', '134524.088000', '134524.091000', '134524.094000', '134524.097000', '134524.100000', '134524.102000', '134524.105000', '134524.108000', '134524.111000', '134524.114000', '134524.117000', '134524.121000', '134524.123000', '134524.126000', '134524.135000', '134524.139000', '134524.142000', '134524.145000', '134524.148000', '134524.151000', '134524.154000', '134524.157000', '134524.160000', '134524.163000', '134524.166000', '134524.169000', '134524.172000', '134524.175000', '134524.178000', '134524.181000', '134524.183000', '134524.186000', '134524.189000', '134524.192000', '134524.195000', '134524.198000', '134543.995000', '134543.998000', '134544.002000', '134544.005000', '134544.013000', '134544.016000', '134544.018000', '134544.021000', '134544.024000', '134544.027000', '134544.030000', '134544.033000', '134544.042000', '134544.045000', '134544.048000', '134544.051000', '134544.054000', '134544.057000', '134544.060000', '134544.063000', '134544.066000', '134544.069000', '134544.072000', '134544.075000', '134544.078000', '134544.081000', '134544.084000', '134544.087000', '134544.090000', '134544.093000', '134544.096000', '134544.099000', '134544.102000', '134544.105000', '134544.108000', '134544.111000', '134544.114000', '134544.117000', '134544.120000', '134544.123000', '134544.126000', '134544.129000', '134544.131000', '134544.134000', '134603.995000', '134603.998000', '134604.002000', '134604.005000', '134604.008000', '134604.011000', '134604.014000', '134604.017000', '134604.020000', '134604.023000', '134604.026000', '134604.029000', '134604.032000', '134604.035000', '134604.038000', '134604.041000', '134604.044000', '134604.047000', '134604.049000', '134604.052000', '134604.055000', '134604.058000', '134604.061000', '134604.064000', '134604.067000', '134604.076000', '134604.079000', '134604.082000', '134604.085000', '134604.088000', '134604.091000', '134604.094000', '134604.097000', '134604.100000', '134604.103000', '134604.106000', '134604.109000', '134604.111000', '134604.114000', '134604.117000', '134604.120000', '134604.123000', '134604.126000', '134623.995000', '134623.998000', '134624.002000', '134624.005000', '134624.008000', '134624.011000', '134624.018000', '134624.021000', '134624.024000', '134624.027000', '134624.029000', '134624.032000', '134624.035000', '134624.038000', '134624.041000', '134624.044000', '134624.047000', '134624.050000', '134624.053000', '134624.056000', '134624.059000', '134624.062000', '134624.065000', '134624.068000', '134624.071000', '134624.074000', '134624.076000', '134624.080000', '134624.082000', '134624.085000', '134624.088000', '134624.091000', '134624.094000', '134624.097000', '134624.100000', '134624.103000', '134624.106000', '134624.109000', '134624.112000', '134624.115000', '134624.118000', '134624.120000', '134624.123000', '134624.126000', '134643.995000', '134643.998000', '134644.002000', '134644.005000', '134644.008000', '134644.011000', '134644.014000', '134644.017000', '134644.020000', '134644.023000', '134644.026000', '134644.029000', '134644.032000', '134644.035000', '134644.052000', '134644.055000', '134644.058000', '134644.060000', '134644.063000', '134644.066000', '134644.077000', '134644.080000', '134644.083000', '134644.086000', '134644.089000', '134644.092000', '134644.095000', '134644.098000', '134644.101000', '134644.104000', '134644.106000', '134644.109000', '134644.112000', '134644.115000', '134644.118000', '134644.121000', '134644.124000', '134644.127000', '134644.130000', '134644.133000', '134644.136000', '134644.139000', '134644.141000', '134703.996000', '134704.000000', '134704.003000', '134704.006000', '134704.009000', '134704.012000', '134704.015000', '134704.025000', '134704.028000', '134704.030000', '134704.034000', '134704.037000', '134704.039000', '134704.042000', '134704.046000', '134704.049000', '134704.051000', '134704.054000', '134704.057000', '134704.060000', '134704.063000', '134704.066000', '134704.069000', '134704.072000', '134704.075000', '134704.078000', '134704.081000', '134704.084000', '134704.087000', '134704.090000', '134704.092000', '134704.095000', '134704.098000', '134704.101000', '134704.104000', '134704.107000', '134704.110000', '134704.113000', '134704.116000', '134704.127000', '134704.130000', '134704.133000', '134704.136000', '134704.139000', '134723.996000', '134724.000000', '134724.003000', '134724.006000', '134724.017000', '134724.020000', '134724.023000', '134724.026000', '134724.029000', '134724.032000', '134724.035000', '134724.038000', '134724.041000', '134724.044000', '134724.047000', '134724.049000', '134724.053000', '134724.056000', '134724.059000', '134724.062000', '134724.065000', '134724.067000', '134724.071000', '134724.073000', '134724.076000', '134724.079000', '134724.082000', '134724.085000', '134724.088000', '134724.091000', '134724.094000', '134724.097000', '134724.100000', '134724.103000', '134724.106000', '134724.109000', '134724.111000', '134724.114000', '134724.117000', '134724.120000', '134724.123000', '134724.126000', '134724.129000', '134743.995000', '134743.998000', '134744.002000', '134744.005000', '134744.008000', '134744.011000', '134744.014000', '134744.017000', '134744.020000', '134744.023000', '134744.026000', '134744.029000', '134744.032000', '134744.035000', '134744.044000', '134744.047000', '134744.050000', '134744.053000', '134744.056000', '134744.059000', '134744.062000', '134744.065000', '134744.068000', '134744.071000', '134744.074000', '134744.077000', '134744.080000', '134744.083000', '134744.086000', '134744.089000', '134744.091000', '134744.094000', '134744.097000', '134744.100000', '134744.103000', '134744.106000', '134744.109000', '134744.112000', '134744.115000', '134744.118000', '134744.120000', '134744.124000', '134744.126000', '134744.129000', '134803.995000', '134803.998000', '134804.002000', '134804.006000', '134804.009000', '134804.012000', '134804.015000', '134804.018000', '134804.021000', '134804.024000', '134804.027000', '134804.030000', '134804.033000', '134804.039000', '134804.042000', '134804.045000', '134804.048000', '134804.051000', '134804.054000', '134804.057000', '134804.060000', '134804.063000', '134804.066000', '134804.069000', '134804.071000', '134804.074000', '134804.077000', '134804.080000', '134804.083000', '134804.086000', '134804.089000', '134804.092000', '134804.095000', '134804.098000', '134804.101000', '134804.104000', '134804.107000', '134804.110000', '134804.113000', '134804.116000', '134804.119000', '134804.122000', '134804.125000', '134823.995000', '134823.998000', '134824.002000', '134824.005000', '134824.008000', '134824.011000', '134824.014000', '134824.017000', '134824.020000', '134824.023000', '134824.036000', '134824.039000', '134824.042000', '134824.045000', '134824.048000', '134824.051000', '134824.054000', '134824.057000', '134824.060000', '134824.063000', '134824.066000', '134824.069000', '134824.071000', '134824.074000', '134824.077000', '134824.080000', '134824.083000', '134824.086000', '134824.089000', '134824.092000', '134824.095000', '134824.098000', '134824.101000', '134824.104000', '134824.107000', '134824.109000', '134824.112000', '134824.115000', '134824.118000', '134824.121000', '134824.124000', '134824.127000', '134824.130000', '134824.133000', '134843.995000', '134843.998000', '134844.002000', '134844.005000', '134844.008000', '134844.011000', '134844.014000', '134844.017000', '134844.020000', '134844.023000', '134844.026000', '134844.029000', '134844.032000', '134844.035000', '134844.038000', '134844.041000', '134844.043000', '134844.046000', '134844.049000', '134844.052000', '134844.055000', '134844.058000', '134844.061000', '134844.064000', '134844.067000', '134844.070000', '134844.073000', '134844.076000', '134844.079000', '134844.082000', '134844.085000', '134844.088000', '134844.090000', '134844.095000', '134844.099000', '134844.102000', '134844.105000', '134844.108000', '134844.111000', '134844.114000', '134844.117000', '134844.120000', '134844.122000', '134903.995000', '134903.998000', '134904.002000', '134904.010000', '134904.013000', '134904.015000', '134904.018000', '134904.022000', '134904.024000', '134904.028000', '134904.030000', '134904.034000', '134904.036000', '134904.039000', '134904.042000', '134904.045000', '134904.048000', '134904.051000', '134904.054000', '134904.057000', '134904.060000', '134904.063000', '134904.066000', '134904.069000', '134904.072000', '134904.075000', '134904.078000', '134904.081000', '134904.083000', '134904.086000', '134904.089000', '134904.092000', '134904.095000', '134904.098000', '134904.101000', '134904.104000', '134904.107000', '134904.110000', '134904.113000', '134904.116000', '134904.119000', '134904.121000', '134904.124000', '134904.127000', '134923.996000', '134924.000000', '134924.003000', '134924.006000', '134924.009000', '134924.012000', '134924.015000', '134924.018000', '134924.021000', '134924.024000', '134924.027000', '134924.030000', '134924.033000', '134924.036000', '134924.039000', '134924.043000', '134924.047000', '134924.050000', '134924.053000', '134924.055000', '134924.058000', '134924.061000', '134924.064000', '134924.067000', '134924.070000', '134924.073000', '134924.076000', '134924.079000', '134924.082000', '134924.085000', '134924.088000', '134924.091000', '134924.093000', '134924.097000', '134924.100000', '134924.102000', '134924.105000', '134924.108000', '134924.111000', '134924.114000', '134924.118000', '134924.120000', '134924.123000', '134943.996000', '134944.000000', '134944.012000', '134944.015000', '134944.017000', '134944.020000', '134944.023000', '134944.026000', '134944.029000', '134944.032000', '134944.036000', '134944.038000', '134944.041000', '134944.044000', '134944.047000', '134944.050000', '134944.053000', '134944.056000', '134944.059000', '134944.062000', '134944.065000', '134944.068000', '134944.071000', '134944.074000', '134944.077000', '134944.080000', '134944.083000', '134944.086000', '134944.089000', '134944.091000', '134944.095000', '134944.097000', '134944.100000', '134944.103000', '134944.106000', '134944.119000', '134944.122000', '134944.125000', '134944.128000', '134944.131000', '134944.134000', '134944.137000', '134944.140000', '134944.143000', '135003.995000', '135003.998000', '135004.002000', '135004.005000', '135004.008000', '135004.011000', '135004.014000', '135004.017000', '135004.020000', '135004.023000', '135004.026000', '135004.029000', '135004.032000', '135004.035000', '135004.038000', '135004.041000', '135004.044000', '135004.047000', '135004.050000', '135004.053000', '135004.056000', '135004.059000', '135004.062000', '135004.065000', '135004.068000', '135004.071000', '135004.073000', '135004.076000', '135004.079000', '135004.082000', '135004.085000', '135004.088000', '135004.091000', '135004.094000', '135004.097000', '135004.100000', '135004.103000', '135004.106000', '135004.109000', '135004.112000', '135004.115000', '135004.118000', '135004.121000', '135023.995000', '135023.998000', '135024.002000', '135024.005000', '135024.008000', '135024.021000', '135024.024000', '135024.027000', '135024.029000', '135024.033000', '135024.035000', '135024.040000', '135024.043000', '135024.047000', '135024.049000', '135024.052000', '135024.055000', '135024.058000', '135024.061000', '135024.064000', '135024.067000', '135024.077000', '135024.080000', '135024.083000', '135024.086000', '135024.089000', '135024.092000', '135024.095000', '135024.098000', '135024.101000', '135024.104000', '135024.107000', '135024.109000', '135024.113000', '135024.116000', '135024.118000', '135024.121000', '135024.124000', '135024.127000', '135024.130000', '135024.133000', '135024.136000', '135024.139000', '135024.142000', '135043.995000', '135043.998000', '135044.002000', '135044.005000', '135044.008000', '135044.011000', '135044.014000', '135044.017000', '135044.020000', '135044.023000', '135044.026000', '135044.029000', '135044.032000', '135044.035000', '135044.037000', '135044.041000', '135044.043000', '135044.046000', '135044.049000', '135044.052000', '135044.055000', '135044.058000', '135044.061000', '135044.064000', '135044.067000', '135044.070000', '135044.073000', '135044.076000', '135044.080000', '135044.083000', '135044.086000', '135044.089000', '135044.092000', '135044.095000', '135044.098000', '135044.101000', '135044.104000', '135044.106000', '135044.109000', '135044.112000', '135044.115000', '135044.118000', '135044.121000', '135103.995000', '135103.998000', '135104.002000', '135104.005000', '135104.008000', '135104.011000', '135104.014000', '135104.017000', '135104.020000', '135104.023000', '135104.026000', '135104.028000', '135104.032000', '135104.035000', '135104.037000', '135104.040000', '135104.043000', '135104.046000', '135104.049000', '135104.052000', '135104.055000', '135104.058000', '135104.061000', '135104.064000', '135104.067000', '135104.070000', '135104.073000', '135104.075000', '135104.078000', '135104.081000', '135104.084000', '135104.087000', '135104.090000', '135104.093000', '135104.096000', '135104.099000', '135104.102000', '135104.105000', '135104.108000', '135104.110000', '135104.113000', '135104.116000', '135104.119000', '135104.122000', '135123.995000', '135123.998000', '135124.002000', '135124.005000', '135124.008000', '135124.011000', '135124.014000', '135124.017000', '135124.020000', '135124.023000', '135124.026000', '135124.029000', '135124.031000', '135124.034000', '135124.038000', '135124.040000', '135124.043000', '135124.046000', '135124.049000', '135124.052000', '135124.055000', '135124.058000', '135124.061000', '135124.064000', '135124.067000', '135124.070000', '135124.073000', '135124.076000', '135124.079000', '135124.082000', '135124.085000', '135124.087000', '135124.090000', '135124.093000', '135124.096000', '135124.099000', '135124.102000', '135124.105000', '135124.108000', '135124.111000', '135124.114000', '135124.116000', '135124.120000', '135143.996000', '135144.000000', '135144.003000', '135144.006000', '135144.009000', '135144.012000', '135144.015000', '135144.018000', '135144.021000', '135144.024000', '135144.026000', '135144.030000', '135144.032000', '135144.035000', '135144.038000', '135144.041000', '135144.044000', '135144.047000', '135144.050000', '135144.053000', '135144.056000', '135144.059000', '135144.062000', '135144.065000', '135144.068000', '135144.071000', '135144.074000', '135144.077000', '135144.080000', '135144.082000', '135144.085000', '135144.089000', '135144.091000', '135144.094000', '135144.097000', '135144.100000', '135144.103000', '135144.106000', '135144.109000', '135144.112000', '135144.115000', '135144.118000', '135144.121000', '135144.124000', '135203.996000', '135204.003000', '135204.006000', '135204.009000', '135204.012000', '135204.015000', '135204.018000', '135204.020000', '135204.023000', '135204.026000', '135204.029000', '135204.032000', '135204.035000', '135204.038000', '135204.041000', '135204.044000', '135204.047000', '135204.050000', '135204.053000', '135204.056000', '135204.059000', '135204.062000', '135204.065000', '135204.068000', '135204.070000', '135204.073000', '135204.076000', '135204.079000', '135204.082000', '135204.085000', '135204.088000', '135204.091000', '135204.094000', '135204.097000', '135204.100000', '135204.103000', '135204.105000', '135204.108000', '135204.111000', '135204.114000', '135204.118000', '135204.122000', '135204.125000', '135223.995000', '135223.998000', '135224.002000', '135224.005000', '135224.008000', '135224.011000', '135224.014000', '135224.017000', '135224.020000', '135224.023000', '135224.026000', '135224.029000', '135224.032000', '135224.034000', '135224.038000', '135224.041000', '135224.044000', '135224.046000', '135224.054000', '135224.057000', '135224.060000', '135224.062000', '135224.065000', '135224.068000', '135224.071000', '135224.074000', '135224.077000', '135224.080000', '135224.083000', '135224.086000', '135224.089000', '135224.092000', '135224.095000', '135224.098000', '135224.101000', '135224.104000', '135224.107000', '135224.109000', '135224.112000', '135224.115000', '135224.118000', '135224.121000', '135224.124000', '135224.127000', '135243.995000', '135243.998000', '135244.002000', '135244.005000', '135244.008000', '135244.011000', '135244.014000', '135244.017000', '135244.020000', '135244.023000', '135244.026000', '135244.029000', '135244.032000', '135244.035000', '135244.038000', '135244.040000', '135244.044000', '135244.046000', '135244.049000', '135244.052000', '135244.055000', '135244.058000', '135244.061000', '135244.064000', '135244.067000', '135244.070000', '135244.073000', '135244.076000', '135244.079000', '135244.082000', '135244.085000', '135244.088000', '135244.091000', '135244.093000', '135244.096000', '135244.099000', '135244.102000', '135244.105000', '135244.108000', '135244.111000', '135244.114000', '135244.117000', '135244.120000', '135303.995000', '135303.998000', '135304.002000', '135304.005000', '135304.008000', '135304.011000', '135304.014000', '135304.017000', '135304.020000', '135304.023000', '135304.026000', '135304.029000', '135304.032000', '135304.035000', '135304.038000', '135304.041000', '135304.044000', '135304.047000', '135304.050000', '135304.053000', '135304.056000', '135304.059000', '135304.062000', '135304.065000', '135304.068000', '135304.071000', '135304.074000', '135304.077000', '135304.079000', '135304.082000', '135304.085000', '135304.088000', '135304.091000', '135304.094000', '135304.097000', '135304.100000', '135304.103000', '135304.106000', '135304.109000', '135304.112000', '135304.114000', '135304.117000', '135304.120000', '135323.995000', '135323.998000', '135324.002000', '135324.005000', '135324.008000', '135324.011000', '135324.014000', '135324.017000', '135324.020000', '135324.023000', '135324.026000', '135324.029000', '135324.032000', '135324.035000', '135324.038000', '135324.041000', '135324.044000', '135324.047000', '135324.049000', '135324.052000', '135324.055000', '135324.058000', '135324.061000', '135324.064000', '135324.067000', '135324.070000', '135324.073000', '135324.076000', '135324.079000', '135324.082000', '135324.085000', '135324.088000', '135324.091000', '135324.094000', '135324.097000', '135324.100000', '135324.103000', '135324.117000', '135324.120000', '135324.123000', '135324.126000', '135324.129000', '135324.132000', '135324.135000', '135343.995000', '135343.998000', '135344.007000', '135344.010000', '135344.013000', '135344.015000', '135344.018000', '135344.021000', '135344.024000', '135344.027000', '135344.030000', '135344.033000', '135344.036000', '135344.039000', '135344.042000', '135344.045000', '135344.048000', '135344.051000', '135344.054000', '135344.057000', '135344.060000', '135344.063000', '135344.066000', '135344.068000', '135344.072000', '135344.075000', '135344.078000', '135344.080000', '135344.083000', '135344.086000', '135344.089000', '135344.092000', '135344.095000', '135344.098000', '135344.101000', '135344.104000', '135344.107000', '135344.110000', '135344.113000', '135344.116000', '135344.119000', '135344.121000', '135344.124000', '135352.348000', '135352.352000', '135352.355000', '135352.358000', '135352.362000', '135352.365000', '135352.368000', '135352.371000', '135352.375000', '135352.378000', '135352.394000', '135352.398000', '135352.401000', '135352.404000', '135352.407000', '135352.410000', '135352.412000', '135352.415000', '135352.418000'], 'InstanceCreationTime': ['134524.039000', '134524.043000', '134524.046000', '134524.049000', '134524.052000', '134524.055000', '134524.058000', '134524.061000', '134524.064000', '134524.067000', '134524.070000', '134524.073000', '134524.076000', '134524.079000', '134524.082000', '134524.085000', '134524.088000', '134524.091000', '134524.094000', '134524.097000', '134524.100000', '134524.102000', '134524.105000', '134524.108000', '134524.111000', '134524.114000', '134524.117000', '134524.121000', '134524.123000', '134524.126000', '134524.135000', '134524.139000', '134524.142000', '134524.145000', '134524.148000', '134524.151000', '134524.154000', '134524.157000', '134524.160000', '134524.163000', '134524.166000', '134524.169000', '134524.172000', '134524.175000', '134524.178000', '134524.181000', '134524.183000', '134524.186000', '134524.189000', '134524.192000', '134524.195000', '134524.198000', '134543.995000', '134543.998000', '134544.002000', '134544.005000', '134544.013000', '134544.016000', '134544.018000', '134544.021000', '134544.024000', '134544.027000', '134544.030000', '134544.033000', '134544.042000', '134544.045000', '134544.048000', '134544.051000', '134544.054000', '134544.057000', '134544.060000', '134544.063000', '134544.066000', '134544.069000', '134544.072000', '134544.075000', '134544.078000', '134544.081000', '134544.084000', '134544.087000', '134544.090000', '134544.093000', '134544.096000', '134544.099000', '134544.102000', '134544.105000', '134544.108000', '134544.111000', '134544.114000', '134544.117000', '134544.120000', '134544.123000', '134544.126000', '134544.129000', '134544.131000', '134544.134000', '134603.995000', '134603.998000', '134604.002000', '134604.005000', '134604.008000', '134604.011000', '134604.014000', '134604.017000', '134604.020000', '134604.023000', '134604.026000', '134604.029000', '134604.032000', '134604.035000', '134604.038000', '134604.041000', '134604.044000', '134604.047000', '134604.049000', '134604.052000', '134604.055000', '134604.058000', '134604.061000', '134604.064000', '134604.067000', '134604.076000', '134604.079000', '134604.082000', '134604.085000', '134604.088000', '134604.091000', '134604.094000', '134604.097000', '134604.100000', '134604.103000', '134604.106000', '134604.109000', '134604.111000', '134604.114000', '134604.117000', '134604.120000', '134604.123000', '134604.126000', '134623.995000', '134623.998000', '134624.002000', '134624.005000', '134624.008000', '134624.011000', '134624.018000', '134624.021000', '134624.024000', '134624.027000', '134624.029000', '134624.032000', '134624.035000', '134624.038000', '134624.041000', '134624.044000', '134624.047000', '134624.050000', '134624.053000', '134624.056000', '134624.059000', '134624.062000', '134624.065000', '134624.068000', '134624.071000', '134624.074000', '134624.076000', '134624.080000', '134624.082000', '134624.085000', '134624.088000', '134624.091000', '134624.094000', '134624.097000', '134624.100000', '134624.103000', '134624.106000', '134624.109000', '134624.112000', '134624.115000', '134624.118000', '134624.120000', '134624.123000', '134624.126000', '134643.995000', '134643.998000', '134644.002000', '134644.005000', '134644.008000', '134644.011000', '134644.014000', '134644.017000', '134644.020000', '134644.023000', '134644.026000', '134644.029000', '134644.032000', '134644.035000', '134644.052000', '134644.055000', '134644.058000', '134644.060000', '134644.063000', '134644.066000', '134644.077000', '134644.080000', '134644.083000', '134644.086000', '134644.089000', '134644.092000', '134644.095000', '134644.098000', '134644.101000', '134644.104000', '134644.106000', '134644.109000', '134644.112000', '134644.115000', '134644.118000', '134644.121000', '134644.124000', '134644.127000', '134644.130000', '134644.133000', '134644.136000', '134644.139000', '134644.141000', '134703.996000', '134704.000000', '134704.003000', '134704.006000', '134704.009000', '134704.012000', '134704.015000', '134704.025000', '134704.028000', '134704.030000', '134704.034000', '134704.037000', '134704.039000', '134704.042000', '134704.046000', '134704.049000', '134704.051000', '134704.054000', '134704.057000', '134704.060000', '134704.063000', '134704.066000', '134704.069000', '134704.072000', '134704.075000', '134704.078000', '134704.081000', '134704.084000', '134704.087000', '134704.090000', '134704.092000', '134704.095000', '134704.098000', '134704.101000', '134704.104000', '134704.107000', '134704.110000', '134704.113000', '134704.116000', '134704.127000', '134704.130000', '134704.133000', '134704.136000', '134704.139000', '134723.996000', '134724.000000', '134724.003000', '134724.006000', '134724.017000', '134724.020000', '134724.023000', '134724.026000', '134724.029000', '134724.032000', '134724.035000', '134724.038000', '134724.041000', '134724.044000', '134724.047000', '134724.049000', '134724.053000', '134724.056000', '134724.059000', '134724.062000', '134724.065000', '134724.067000', '134724.071000', '134724.073000', '134724.076000', '134724.079000', '134724.082000', '134724.085000', '134724.088000', '134724.091000', '134724.094000', '134724.097000', '134724.100000', '134724.103000', '134724.106000', '134724.109000', '134724.111000', '134724.114000', '134724.117000', '134724.120000', '134724.123000', '134724.126000', '134724.129000', '134743.995000', '134743.998000', '134744.002000', '134744.005000', '134744.008000', '134744.011000', '134744.014000', '134744.017000', '134744.020000', '134744.023000', '134744.026000', '134744.029000', '134744.032000', '134744.035000', '134744.044000', '134744.047000', '134744.050000', '134744.053000', '134744.056000', '134744.059000', '134744.062000', '134744.065000', '134744.068000', '134744.071000', '134744.074000', '134744.077000', '134744.080000', '134744.083000', '134744.086000', '134744.089000', '134744.091000', '134744.094000', '134744.097000', '134744.100000', '134744.103000', '134744.106000', '134744.109000', '134744.112000', '134744.115000', '134744.118000', '134744.120000', '134744.124000', '134744.126000', '134744.129000', '134803.995000', '134803.998000', '134804.002000', '134804.006000', '134804.009000', '134804.012000', '134804.015000', '134804.018000', '134804.021000', '134804.024000', '134804.027000', '134804.030000', '134804.033000', '134804.039000', '134804.042000', '134804.045000', '134804.048000', '134804.051000', '134804.054000', '134804.057000', '134804.060000', '134804.063000', '134804.066000', '134804.069000', '134804.071000', '134804.074000', '134804.077000', '134804.080000', '134804.083000', '134804.086000', '134804.089000', '134804.092000', '134804.095000', '134804.098000', '134804.101000', '134804.104000', '134804.107000', '134804.110000', '134804.113000', '134804.116000', '134804.119000', '134804.122000', '134804.125000', '134823.995000', '134823.998000', '134824.002000', '134824.005000', '134824.008000', '134824.011000', '134824.014000', '134824.017000', '134824.020000', '134824.023000', '134824.036000', '134824.039000', '134824.042000', '134824.045000', '134824.048000', '134824.051000', '134824.054000', '134824.057000', '134824.060000', '134824.063000', '134824.066000', '134824.069000', '134824.071000', '134824.074000', '134824.077000', '134824.080000', '134824.083000', '134824.086000', '134824.089000', '134824.092000', '134824.095000', '134824.098000', '134824.101000', '134824.104000', '134824.107000', '134824.109000', '134824.112000', '134824.115000', '134824.118000', '134824.121000', '134824.124000', '134824.127000', '134824.130000', '134824.133000', '134843.995000', '134843.998000', '134844.002000', '134844.005000', '134844.008000', '134844.011000', '134844.014000', '134844.017000', '134844.020000', '134844.023000', '134844.026000', '134844.029000', '134844.032000', '134844.035000', '134844.038000', '134844.041000', '134844.043000', '134844.046000', '134844.049000', '134844.052000', '134844.055000', '134844.058000', '134844.061000', '134844.064000', '134844.067000', '134844.070000', '134844.073000', '134844.076000', '134844.079000', '134844.082000', '134844.085000', '134844.088000', '134844.090000', '134844.095000', '134844.099000', '134844.102000', '134844.105000', '134844.108000', '134844.111000', '134844.114000', '134844.117000', '134844.120000', '134844.122000', '134903.995000', '134903.998000', '134904.002000', '134904.010000', '134904.013000', '134904.015000', '134904.018000', '134904.022000', '134904.024000', '134904.028000', '134904.030000', '134904.034000', '134904.036000', '134904.039000', '134904.042000', '134904.045000', '134904.048000', '134904.051000', '134904.054000', '134904.057000', '134904.060000', '134904.063000', '134904.066000', '134904.069000', '134904.072000', '134904.075000', '134904.078000', '134904.081000', '134904.083000', '134904.086000', '134904.089000', '134904.092000', '134904.095000', '134904.098000', '134904.101000', '134904.104000', '134904.107000', '134904.110000', '134904.113000', '134904.116000', '134904.119000', '134904.121000', '134904.124000', '134904.127000', '134923.996000', '134924.000000', '134924.003000', '134924.006000', '134924.009000', '134924.012000', '134924.015000', '134924.018000', '134924.021000', '134924.024000', '134924.027000', '134924.030000', '134924.033000', '134924.036000', '134924.039000', '134924.043000', '134924.047000', '134924.050000', '134924.053000', '134924.055000', '134924.058000', '134924.061000', '134924.064000', '134924.067000', '134924.070000', '134924.073000', '134924.076000', '134924.079000', '134924.082000', '134924.085000', '134924.088000', '134924.091000', '134924.093000', '134924.097000', '134924.100000', '134924.102000', '134924.105000', '134924.108000', '134924.111000', '134924.114000', '134924.118000', '134924.120000', '134924.123000', '134943.996000', '134944.000000', '134944.012000', '134944.015000', '134944.017000', '134944.020000', '134944.023000', '134944.026000', '134944.029000', '134944.032000', '134944.036000', '134944.038000', '134944.041000', '134944.044000', '134944.047000', '134944.050000', '134944.053000', '134944.056000', '134944.059000', '134944.062000', '134944.065000', '134944.068000', '134944.071000', '134944.074000', '134944.077000', '134944.080000', '134944.083000', '134944.086000', '134944.089000', '134944.091000', '134944.095000', '134944.097000', '134944.100000', '134944.103000', '134944.106000', '134944.119000', '134944.122000', '134944.125000', '134944.128000', '134944.131000', '134944.134000', '134944.137000', '134944.140000', '134944.143000', '135003.995000', '135003.998000', '135004.002000', '135004.005000', '135004.008000', '135004.011000', '135004.014000', '135004.017000', '135004.020000', '135004.023000', '135004.026000', '135004.029000', '135004.032000', '135004.035000', '135004.038000', '135004.041000', '135004.044000', '135004.047000', '135004.050000', '135004.053000', '135004.056000', '135004.059000', '135004.062000', '135004.065000', '135004.068000', '135004.071000', '135004.073000', '135004.076000', '135004.079000', '135004.082000', '135004.085000', '135004.088000', '135004.091000', '135004.094000', '135004.097000', '135004.100000', '135004.103000', '135004.106000', '135004.109000', '135004.112000', '135004.115000', '135004.118000', '135004.121000', '135023.995000', '135023.998000', '135024.002000', '135024.005000', '135024.008000', '135024.021000', '135024.024000', '135024.027000', '135024.029000', '135024.033000', '135024.035000', '135024.040000', '135024.043000', '135024.047000', '135024.049000', '135024.052000', '135024.055000', '135024.058000', '135024.061000', '135024.064000', '135024.067000', '135024.077000', '135024.080000', '135024.083000', '135024.086000', '135024.089000', '135024.092000', '135024.095000', '135024.098000', '135024.101000', '135024.104000', '135024.107000', '135024.109000', '135024.113000', '135024.116000', '135024.118000', '135024.121000', '135024.124000', '135024.127000', '135024.130000', '135024.133000', '135024.136000', '135024.139000', '135024.142000', '135043.995000', '135043.998000', '135044.002000', '135044.005000', '135044.008000', '135044.011000', '135044.014000', '135044.017000', '135044.020000', '135044.023000', '135044.026000', '135044.029000', '135044.032000', '135044.035000', '135044.037000', '135044.041000', '135044.043000', '135044.046000', '135044.049000', '135044.052000', '135044.055000', '135044.058000', '135044.061000', '135044.064000', '135044.067000', '135044.070000', '135044.073000', '135044.076000', '135044.080000', '135044.083000', '135044.086000', '135044.089000', '135044.092000', '135044.095000', '135044.098000', '135044.101000', '135044.104000', '135044.106000', '135044.109000', '135044.112000', '135044.115000', '135044.118000', '135044.121000', '135103.995000', '135103.998000', '135104.002000', '135104.005000', '135104.008000', '135104.011000', '135104.014000', '135104.017000', '135104.020000', '135104.023000', '135104.026000', '135104.028000', '135104.032000', '135104.035000', '135104.037000', '135104.040000', '135104.043000', '135104.046000', '135104.049000', '135104.052000', '135104.055000', '135104.058000', '135104.061000', '135104.064000', '135104.067000', '135104.070000', '135104.073000', '135104.075000', '135104.078000', '135104.081000', '135104.084000', '135104.087000', '135104.090000', '135104.093000', '135104.096000', '135104.099000', '135104.102000', '135104.105000', '135104.108000', '135104.110000', '135104.113000', '135104.116000', '135104.119000', '135104.122000', '135123.995000', '135123.998000', '135124.002000', '135124.005000', '135124.008000', '135124.011000', '135124.014000', '135124.017000', '135124.020000', '135124.023000', '135124.026000', '135124.029000', '135124.031000', '135124.034000', '135124.038000', '135124.040000', '135124.043000', '135124.046000', '135124.049000', '135124.052000', '135124.055000', '135124.058000', '135124.061000', '135124.064000', '135124.067000', '135124.070000', '135124.073000', '135124.076000', '135124.079000', '135124.082000', '135124.085000', '135124.087000', '135124.090000', '135124.093000', '135124.096000', '135124.099000', '135124.102000', '135124.105000', '135124.108000', '135124.111000', '135124.114000', '135124.116000', '135124.120000', '135143.996000', '135144.000000', '135144.003000', '135144.006000', '135144.009000', '135144.012000', '135144.015000', '135144.018000', '135144.021000', '135144.024000', '135144.026000', '135144.030000', '135144.032000', '135144.035000', '135144.038000', '135144.041000', '135144.044000', '135144.047000', '135144.050000', '135144.053000', '135144.056000', '135144.059000', '135144.062000', '135144.065000', '135144.068000', '135144.071000', '135144.074000', '135144.077000', '135144.080000', '135144.082000', '135144.085000', '135144.089000', '135144.091000', '135144.094000', '135144.097000', '135144.100000', '135144.103000', '135144.106000', '135144.109000', '135144.112000', '135144.115000', '135144.118000', '135144.121000', '135144.124000', '135203.996000', '135204.003000', '135204.006000', '135204.009000', '135204.012000', '135204.015000', '135204.018000', '135204.020000', '135204.023000', '135204.026000', '135204.029000', '135204.032000', '135204.035000', '135204.038000', '135204.041000', '135204.044000', '135204.047000', '135204.050000', '135204.053000', '135204.056000', '135204.059000', '135204.062000', '135204.065000', '135204.068000', '135204.070000', '135204.073000', '135204.076000', '135204.079000', '135204.082000', '135204.085000', '135204.088000', '135204.091000', '135204.094000', '135204.097000', '135204.100000', '135204.103000', '135204.105000', '135204.108000', '135204.111000', '135204.114000', '135204.118000', '135204.122000', '135204.125000', '135223.995000', '135223.998000', '135224.002000', '135224.005000', '135224.008000', '135224.011000', '135224.014000', '135224.017000', '135224.020000', '135224.023000', '135224.026000', '135224.029000', '135224.032000', '135224.034000', '135224.038000', '135224.041000', '135224.044000', '135224.046000', '135224.054000', '135224.057000', '135224.060000', '135224.062000', '135224.065000', '135224.068000', '135224.071000', '135224.074000', '135224.077000', '135224.080000', '135224.083000', '135224.086000', '135224.089000', '135224.092000', '135224.095000', '135224.098000', '135224.101000', '135224.104000', '135224.107000', '135224.109000', '135224.112000', '135224.115000', '135224.118000', '135224.121000', '135224.124000', '135224.127000', '135243.995000', '135243.998000', '135244.002000', '135244.005000', '135244.008000', '135244.011000', '135244.014000', '135244.017000', '135244.020000', '135244.023000', '135244.026000', '135244.029000', '135244.032000', '135244.035000', '135244.038000', '135244.040000', '135244.044000', '135244.046000', '135244.049000', '135244.052000', '135244.055000', '135244.058000', '135244.061000', '135244.064000', '135244.067000', '135244.070000', '135244.073000', '135244.076000', '135244.079000', '135244.082000', '135244.085000', '135244.088000', '135244.091000', '135244.093000', '135244.096000', '135244.099000', '135244.102000', '135244.105000', '135244.108000', '135244.111000', '135244.114000', '135244.117000', '135244.120000', '135303.995000', '135303.998000', '135304.002000', '135304.005000', '135304.008000', '135304.011000', '135304.014000', '135304.017000', '135304.020000', '135304.023000', '135304.026000', '135304.029000', '135304.032000', '135304.035000', '135304.038000', '135304.041000', '135304.044000', '135304.047000', '135304.050000', '135304.053000', '135304.056000', '135304.059000', '135304.062000', '135304.065000', '135304.068000', '135304.071000', '135304.074000', '135304.077000', '135304.079000', '135304.082000', '135304.085000', '135304.088000', '135304.091000', '135304.094000', '135304.097000', '135304.100000', '135304.103000', '135304.106000', '135304.109000', '135304.112000', '135304.114000', '135304.117000', '135304.120000', '135323.995000', '135323.998000', '135324.002000', '135324.005000', '135324.008000', '135324.011000', '135324.014000', '135324.017000', '135324.020000', '135324.023000', '135324.026000', '135324.029000', '135324.032000', '135324.035000', '135324.038000', '135324.041000', '135324.044000', '135324.047000', '135324.049000', '135324.052000', '135324.055000', '135324.058000', '135324.061000', '135324.064000', '135324.067000', '135324.070000', '135324.073000', '135324.076000', '135324.079000', '135324.082000', '135324.085000', '135324.088000', '135324.091000', '135324.094000', '135324.097000', '135324.100000', '135324.103000', '135324.117000', '135324.120000', '135324.123000', '135324.126000', '135324.129000', '135324.132000', '135324.135000', '135343.995000', '135343.998000', '135344.007000', '135344.010000', '135344.013000', '135344.015000', '135344.018000', '135344.021000', '135344.024000', '135344.027000', '135344.030000', '135344.033000', '135344.036000', '135344.039000', '135344.042000', '135344.045000', '135344.048000', '135344.051000', '135344.054000', '135344.057000', '135344.060000', '135344.063000', '135344.066000', '135344.068000', '135344.072000', '135344.075000', '135344.078000', '135344.080000', '135344.083000', '135344.086000', '135344.089000', '135344.092000', '135344.095000', '135344.098000', '135344.101000', '135344.104000', '135344.107000', '135344.110000', '135344.113000', '135344.116000', '135344.119000', '135344.121000', '135344.124000', '135352.348000', '135352.352000', '135352.355000', '135352.358000', '135352.362000', '135352.365000', '135352.368000', '135352.371000', '135352.375000', '135352.378000', '135352.394000', '135352.398000', '135352.401000', '135352.404000', '135352.407000', '135352.410000', '135352.412000', '135352.415000', '135352.418000'], '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': [10849, 10978, 12192, 10626, 11883, 11802, 10802, 12936, 10847, 11298, 10774, 11213, 9388, 10939, 11571, 11089, 10846, 11148, 11445, 11197, 9770, 11506, 11651, 10737, 11372, 11171, 11293, 11750, 10774, 11675, 9451, 11008, 10950, 11386, 10342, 8862, 11299, 10763, 10998, 10312, 11167, 10881, 9038, 10849, 10785, 10562, 11815, 9196, 10908, 10106, 10450, 10172, 9430, 10396, 10212, 10787, 10494, 9458, 10014, 9908, 10338, 10430, 9213, 10204, 9751, 10189, 10933, 10792, 9977, 9477, 10420, 10537, 9283, 10322, 10116, 10390, 10085, 9335, 10707, 9748, 9499, 11008, 10065, 13874, 10161, 10540, 9864, 9905, 9975, 9465, 10259, 10003, 10453, 10304, 9189, 10604, 10341, 9674, 12293, 9960, 10675, 11067, 10836, 10474, 10323, 9654, 10787, 9373, 10389, 9773, 10444, 10542, 10320, 11689, 9537, 10123, 10252, 10547, 9981, 9407, 10010, 10696, 10067, 10254, 9746, 9912, 9893, 10329, 10231, 9573, 10128, 10475, 10384, 10551, 10512, 10934, 10218, 10808, 10142, 9721, 11821, 10495, 9919, 10140, 9579, 9953, 10075, 10014, 10715, 9624, 10758, 10250, 10597, 9953, 10362, 10741, 9884, 12683, 9732, 10514, 9912, 10730, 10032, 10266, 10126, 10553, 9471, 10279, 9634, 10379, 10002, 10195, 12152, 9399, 10878, 10263, 10266, 10336, 10604, 9724, 9594, 10000, 10210, 10375, 11954, 9282, 10682, 9952, 9953, 10014, 9580, 10197, 10140, 10915, 10811, 10972, 11836, 9053, 10550, 10583, 9731, 11831, 9732, 10571, 10068, 10175, 10317, 9438, 10489, 10153, 10065, 10288, 10728, 10374, 10530, 10126, 10530, 10077, 11266, 10334, 9912, 9836, 9869, 10019, 10432, 10376, 9679, 10364, 10848, 10652, 10947, 9167, 10523, 10497, 10276, 11662, 10371, 12293, 9272, 10600, 9790, 10691, 10796, 9652, 9846, 10419, 10676, 9945, 9062, 10805, 10459, 10031, 11176, 9394, 10863, 9903, 11362, 9699, 9432, 9723, 10875, 9252, 10903, 10322, 11117, 9827, 9655, 9907, 10224, 9241, 11069, 10071, 11513, 11034, 10487, 9747, 11876, 9507, 10841, 11560, 10904, 11111, 10222, 9699, 11530, 9736, 10715, 11485, 10584, 11365, 10862, 10273, 12540, 10266, 11291, 12868, 11265, 11206, 10199, 9835, 11366, 11198, 10788, 11069, 10072, 10155, 8814, 9995, 10713, 10659, 10351, 10917, 9080, 11719, 11983, 11091, 8841, 10119, 12515, 10916, 10613, 10477, 9805, 10014, 11086, 10498, 9899, 10083, 10246, 8822, 10682, 10493, 9202, 10081, 10270, 9033, 10158, 10728, 10555, 10501, 10287, 10059, 10602, 10625, 9564, 11849, 10013, 10789, 9541, 8931, 9413, 10263, 11129, 9806, 9603, 10798, 9400, 11093, 11424, 9925, 9946, 8996, 12358, 12118, 12670, 17054, 12886, 13407, 16022, 11959, 9114, 10702, 9846, 9899, 9994, 9567, 9393, 9751, 10870, 10822, 10349, 10351, 8978, 10478, 12204, 11710, 16008, 12398, 13059, 10728, 11589, 10411, 11420, 12042, 11522, 12037, 10936, 12705, 11045, 13954, 10519, 11787, 9680, 11388, 11166, 11575, 11128, 9714, 11711, 11181, 10997, 12449, 9794, 11142, 11177, 10895, 10400, 9529, 10329, 11596, 8973, 11072, 10898, 10869, 10812, 10441, 10031, 13008, 9264, 10643, 10615, 10682, 11989, 10791, 10341, 10850, 10088, 10707, 12695, 9354, 11091, 9744, 10432, 9775, 10872, 9369, 10863, 9993, 9221, 10826, 11107, 9551, 10191, 11057, 9046, 11141, 12456, 10369, 11102, 14255, 11413, 9108, 11717, 10851, 11602, 9849, 11580, 11348, 11703, 10854, 10749, 10753, 10085, 10041, 11595, 10693, 10532, 10092, 10445, 9944, 10815, 9664, 9693, 10764, 9890, 10140, 10928, 11216, 10823, 10515, 10960, 9913, 10306, 13605, 9713, 10679, 10846, 9774, 9939, 10206, 9550, 11049, 10885, 10433, 10271, 10232, 9636, 13299, 10032, 10355, 10261, 9710, 10191, 9867, 9331, 10253, 10626, 9873, 10279, 10023, 10825, 9955, 10677, 10699, 10414, 10176, 10606, 10225, 10064, 10513, 9624, 10255, 10602, 9192, 10322, 9788, 9209, 10593, 12503, 9894, 10512, 10166, 10611, 9727, 10139, 10155, 9254, 10509, 9970, 10351, 10277, 10020, 10080, 15302, 10260, 10663, 10563, 9562, 10023, 10200, 9325, 10505, 10018, 10900, 10124, 10383, 9594, 10600, 9648, 10595, 10979, 9555, 10185, 10472, 9161, 10016, 10338, 10697, 10094, 10072, 9731, 10252, 9002, 10171, 10079, 8892, 10427, 10317, 10099, 10139, 10375, 10614, 10042, 9980, 9976, 10572, 9381, 9983, 11150, 8934, 10829, 10121, 10555, 9920, 10304, 10469, 11038, 8997, 10490, 9618, 9401, 10226, 10054, 11391, 10677, 9354, 10676, 10481, 9019, 10562, 11179, 9074, 11430, 10115, 11000, 9595, 9966, 10027, 11858, 8833, 10803, 10549, 11089, 10200, 9990, 10517, 11044, 9192, 10566, 9199, 9112, 9479, 9828, 9515, 9824, 9249, 9284, 10033, 9853, 9212, 10241, 11882, 9427, 11562, 9456, 10980, 11844, 11243, 11721, 12499, 9545, 10751, 9923, 10160, 9779, 10490, 9601, 11029, 10587, 10126, 9989, 12343, 10368, 9868, 12648, 9438, 9997, 9415, 9673, 9813, 10265, 10492, 10579, 9448, 10192, 9521, 9714, 11918, 11623, 13075, 12561, 11422, 12110, 10738, 9711, 11607, 11205, 10835, 12441, 10873, 10314, 11299, 13800, 11124, 11601, 11157, 9958, 10023, 15256, 10566, 11078, 10672, 9176, 10505, 12433, 9817, 10818, 11384, 9263, 10531, 10463, 10365, 10994, 9862, 11118, 10480, 10589, 12933, 10027, 13639, 11241, 11025, 10511, 10424, 9840, 9652, 10396, 10603, 9242, 10954, 9873, 10976, 10208, 10685, 9818, 11908, 10118, 11189, 9736, 9195, 10717, 9947, 10755, 12026, 10714, 10043, 11089, 10364, 10924, 9389, 10268, 9597, 10667, 10259, 10962, 9677, 9989, 10370, 10461, 10944, 10086, 11339, 9269, 10609, 10017, 10355, 12051, 10996, 10090, 12041, 10265, 10968, 9746, 10008, 10833, 10137, 10311, 9919, 11328, 9500, 10583, 10633, 9648, 10033, 10445, 9663, 10042, 10707, 9594, 10586, 10445, 9877, 10580, 10893, 9523, 11411, 11721, 10435, 9933, 10625, 11399, 10636, 9601, 10376, 11010, 10202, 11719, 10737, 9519, 13458, 10133, 10335, 11855, 10656, 12470, 10142, 9557, 10186, 10913, 9556, 11315, 9669, 9351, 10187, 10005, 9841, 10207, 9404, 10807, 9681, 9758, 10432, 9884, 10192, 10037, 9912, 9949, 10322, 10139, 10465, 9451, 9448, 10572, 10505, 9608, 10188, 10354, 10365, 10659, 9651, 9823, 10950, 9779, 9432, 10052, 10752, 10211, 9354, 10271, 10160, 9494, 9570, 11532, 9303, 10697, 9794, 9423, 10061, 10387, 9960, 10467, 9988, 11218, 12143, 10852, 14199, 11218, 13674, 11577, 10914, 9772, 9073, 9895, 9971, 9381, 10601, 11003, 9488, 11125, 9817, 9574, 10097, 11174, 8961, 11235, 10385, 11219, 10497, 10272, 10598, 13104, 9332, 11398, 11130, 10314, 10537, 10358, 10790, 10961, 9450, 11346, 10559, 10012, 9696, 9871, 9368, 10994, 10754, 10966, 11325, 10841, 10852, 9987, 10096, 12125, 9950, 11224, 10196, 10292, 9689, 10544, 9645, 8955, 10141, 10794, 9384, 11080, 12379, 11589, 9884, 9064, 10109, 12052, 9430, 12298, 12825, 11580, 9077, 9584, 11416, 12920, 11931, 9491, 11189, 14067, 14723, 13515, 11376, 12162, 13346, 11694, 9921, 11244, 10886, 9104, 11024, 10680, 11353, 11573, 11266, 11513, 10777, 11328, 10868, 11599, 11668, 11303, 11636, 10372, 8829, 10762, 10916, 9017, 11283, 11070, 11101, 10670, 10390, 11025, 10400, 8799, 11545, 10636, 10957, 11261, 10338, 10921, 10691, 8827, 10966, 10621, 9962, 11173, 9454, 11117, 10442, 9896, 9874, 11018, 9895, 9588, 10126, 10735, 9292, 12051, 11371, 9020, 10972, 10680, 10351, 13485, 11774, 14362, 11200, 12902, 10726, 9796, 13527, 9923, 12517, 11300, 9770, 12458, 9386, 9633, 9766, 9111, 14324, 10404, 9347, 9820, 9438, 9467, 10539, 9591, 10149, 10768, 9329, 10385, 10518, 9786, 10992, 9434, 9701, 10634, 9695, 10304, 9448, 9878, 10434, 9584, 10484, 10526, 9651, 10660, 10740, 11039, 10754, 9345, 10407, 10366, 10567, 11096, 9455, 10648, 10830, 9398, 10482, 10438, 10643, 11601, 9481, 10336, 10446, 9848, 10252, 10836, 10272, 11078, 10615, 9828, 12741, 9458, 9807, 10755, 10863, 14214, 10850, 9510, 10287, 9938, 10891, 9538, 10266, 12481, 9595, 9847, 10046, 9805, 10365, 10923, 9990, 10754, 10511, 9669, 10184, 9544, 9957, 10610, 10074, 13664, 9685, 9730, 10236, 9519, 10216, 9738, 10410, 10648, 9701, 10231, 10134, 9686, 10765, 10993, 10440, 11701, 9635, 9960, 10820, 10022, 12804, 10046, 10199, 11468, 9646, 10265, 10949], 'WindowCenter': [4081.0, 4067.0, 4075.0, 4041.0, 4037.0, 4023.0, 4012.0, 4033.0, 4009.0, 4006.0, 3993.0, 4003.0, 3973.0, 3993.0, 4005.0, 4006.0, 4006.0, 4006.0, 4016.0, 4005.0, 3995.0, 4018.0, 4017.0, 4008.0, 4017.0, 4007.0, 4007.0, 4018.0, 4007.0, 4006.0, 3984.0, 4005.0, 4005.0, 4016.0, 3996.0, 3986.0, 4019.0, 4019.0, 4021.0, 4011.0, 4021.0, 4021.0, 3989.0, 4020.0, 4020.0, 4008.0, 4030.0, 3999.0, 4022.0, 4011.0, 4022.0, 4023.0, 4014.0, 4024.0, 4036.0, 4036.0, 4024.0, 4015.0, 4023.0, 4025.0, 4024.0, 4036.0, 4015.0, 4025.0, 4014.0, 4025.0, 4035.0, 4035.0, 4024.0, 4013.0, 4024.0, 4024.0, 4013.0, 4025.0, 4024.0, 4025.0, 4025.0, 4015.0, 4025.0, 4014.0, 4014.0, 4023.0, 4014.0, 4055.0, 4024.0, 4023.0, 4012.0, 4011.0, 4011.0, 4000.0, 4022.0, 4011.0, 4022.0, 4022.0, 4013.0, 4023.0, 4021.0, 4012.0, 4045.0, 4025.0, 4023.0, 4034.0, 4033.0, 4023.0, 4022.0, 4012.0, 4022.0, 4013.0, 4023.0, 4012.0, 4022.0, 4022.0, 4022.0, 4032.0, 4012.0, 4022.0, 4022.0, 4023.0, 4011.0, 4001.0, 4011.0, 4022.0, 4024.0, 4023.0, 4012.0, 4023.0, 4013.0, 4023.0, 4022.0, 4012.0, 4023.0, 4035.0, 4024.0, 4024.0, 4023.0, 4022.0, 4010.0, 4021.0, 4010.0, 4011.0, 4032.0, 4023.0, 4012.0, 4023.0, 4013.0, 4024.0, 4023.0, 4024.0, 4024.0, 4014.0, 4036.0, 4037.0, 4036.0, 4024.0, 4025.0, 4023.0, 4012.0, 4033.0, 4012.0, 4024.0, 4013.0, 4034.0, 4012.0, 4021.0, 4023.0, 4022.0, 4026.0, 4026.0, 4025.0, 4036.0, 4025.0, 4025.0, 4045.0, 4014.0, 4037.0, 4025.0, 4023.0, 4024.0, 4022.0, 4000.0, 4000.0, 4011.0, 4022.0, 4024.0, 4032.0, 4012.0, 4023.0, 4011.0, 4012.0, 4010.0, 4013.0, 4025.0, 4024.0, 4033.0, 4023.0, 4023.0, 4032.0, 4000.0, 4022.0, 4021.0, 4001.0, 4034.0, 4001.0, 4022.0, 4010.0, 4010.0, 4009.0, 4001.0, 4022.0, 4024.0, 4024.0, 4023.0, 4034.0, 4012.0, 4023.0, 4023.0, 4022.0, 4012.0, 4035.0, 4023.0, 4024.0, 4012.0, 4024.0, 4012.0, 4024.0, 4023.0, 4014.0, 4025.0, 4038.0, 4037.0, 4037.0, 4015.0, 4024.0, 4023.0, 4024.0, 4035.0, 4027.0, 4046.0, 4014.0, 4023.0, 4012.0, 4022.0, 4022.0, 4011.0, 4024.0, 4037.0, 4035.0, 4024.0, 4003.0, 4034.0, 4024.0, 4012.0, 4033.0, 4018.0, 4037.0, 4026.0, 4048.0, 4014.0, 4013.0, 4013.0, 4024.0, 4018.0, 4035.0, 4025.0, 4036.0, 4024.0, 4012.0, 4012.0, 4024.0, 4014.0, 4034.0, 4024.0, 4045.0, 4033.0, 4022.0, 4013.0, 4034.0, 4026.0, 4035.0, 4034.0, 4023.0, 4022.0, 4010.0, 4010.0, 4032.0, 4015.0, 4023.0, 4034.0, 4023.0, 4032.0, 4020.0, 4011.0, 4042.0, 4024.0, 4031.0, 4042.0, 4021.0, 4021.0, 3998.0, 3998.0, 4019.0, 4022.0, 4022.0, 4021.0, 4011.0, 4022.0, 4001.0, 4012.0, 4022.0, 4036.0, 4026.0, 4038.0, 4005.0, 4046.0, 4036.0, 4035.0, 4001.0, 4012.0, 4034.0, 4021.0, 4024.0, 4011.0, 3999.0, 3999.0, 4019.0, 4006.0, 3999.0, 4010.0, 4009.0, 3989.0, 4020.0, 4009.0, 4000.0, 4008.0, 4009.0, 4000.0, 4023.0, 4022.0, 4023.0, 4022.0, 4009.0, 3998.0, 4008.0, 4008.0, 4001.0, 4032.0, 4010.0, 4022.0, 4015.0, 4002.0, 4014.0, 4025.0, 4051.0, 4055.0, 4015.0, 4067.0, 4075.0, 4081.0, 4051.0, 3966.0, 3950.0, 3944.0, 4047.0, 4064.0, 4033.0, 4040.0, 4004.0, 3990.0, 4024.0, 4024.0, 3979.0, 3951.0, 3966.0, 3954.0, 3965.0, 3965.0, 3951.0, 3964.0, 4000.0, 4016.0, 4031.0, 4035.0, 4016.0, 4036.0, 4072.0, 4127.0, 4178.0, 4069.0, 4048.0, 4013.0, 4009.0, 3999.0, 4006.0, 4018.0, 4009.0, 4019.0, 4007.0, 4018.0, 4009.0, 4044.0, 4013.0, 4031.0, 3999.0, 4018.0, 4020.0, 4020.0, 4021.0, 4000.0, 4019.0, 4020.0, 4020.0, 4033.0, 4012.0, 4021.0, 4008.0, 3994.0, 3992.0, 3984.0, 3997.0, 4020.0, 3990.0, 4033.0, 4023.0, 4023.0, 4022.0, 4020.0, 4012.0, 4043.0, 4002.0, 4022.0, 4011.0, 4010.0, 4021.0, 4010.0, 4008.0, 4023.0, 4011.0, 4023.0, 4045.0, 4027.0, 4034.0, 4000.0, 4020.0, 4009.0, 4021.0, 4001.0, 4023.0, 4012.0, 4014.0, 4022.0, 4021.0, 4000.0, 4011.0, 4023.0, 4001.0, 4031.0, 4044.0, 4024.0, 4034.0, 4056.0, 4035.0, 4003.0, 4046.0, 4035.0, 4080.0, 4091.0, 4068.0, 4036.0, 4021.0, 4011.0, 4010.0, 4009.0, 3998.0, 4000.0, 4023.0, 4023.0, 4011.0, 4010.0, 4010.0, 3998.0, 4007.0, 3999.0, 3999.0, 4021.0, 4012.0, 4023.0, 4023.0, 4037.0, 4036.0, 4025.0, 4023.0, 4014.0, 4013.0, 4045.0, 4014.0, 4012.0, 4012.0, 3999.0, 3999.0, 4010.0, 3998.0, 4021.0, 4021.0, 4011.0, 4009.0, 4010.0, 4000.0, 4042.0, 4000.0, 4012.0, 4011.0, 3999.0, 3997.0, 3998.0, 3986.0, 3998.0, 4009.0, 3996.0, 4007.0, 3996.0, 4007.0, 3998.0, 4010.0, 4010.0, 4022.0, 4011.0, 4010.0, 4011.0, 4000.0, 4009.0, 4002.0, 4012.0, 4021.0, 4002.0, 4011.0, 3999.0, 4000.0, 4012.0, 4033.0, 4012.0, 4024.0, 4012.0, 4009.0, 3999.0, 4010.0, 4011.0, 4001.0, 4024.0, 4011.0, 4009.0, 4009.0, 3999.0, 4010.0, 4051.0, 3998.0, 4010.0, 3997.0, 3986.0, 3986.0, 3996.0, 3986.0, 4007.0, 3996.0, 4008.0, 3995.0, 3996.0, 3996.0, 4007.0, 3997.0, 4009.0, 4008.0, 3998.0, 4007.0, 4007.0, 3987.0, 3998.0, 4008.0, 4020.0, 4009.0, 3998.0, 3997.0, 3997.0, 3987.0, 4009.0, 4010.0, 4000.0, 4009.0, 3998.0, 4009.0, 4010.0, 4011.0, 4011.0, 4011.0, 4011.0, 4010.0, 4009.0, 3999.0, 4000.0, 4021.0, 3989.0, 4021.0, 4008.0, 4008.0, 3998.0, 4009.0, 4010.0, 4021.0, 3990.0, 4021.0, 3999.0, 3999.0, 4011.0, 4011.0, 4032.0, 4021.0, 3999.0, 4009.0, 4009.0, 3988.0, 4010.0, 4021.0, 3989.0, 4020.0, 4008.0, 4019.0, 3998.0, 3999.0, 4011.0, 4031.0, 4000.0, 4021.0, 4010.0, 4020.0, 4009.0, 4010.0, 4021.0, 4021.0, 4000.0, 4023.0, 4001.0, 4001.0, 4012.0, 4012.0, 4014.0, 4013.0, 4003.0, 4003.0, 4013.0, 4013.0, 4014.0, 4026.0, 4050.0, 4031.0, 4038.0, 4015.0, 4024.0, 4033.0, 4024.0, 4034.0, 4047.0, 4027.0, 4038.0, 4014.0, 4012.0, 4013.0, 4023.0, 4013.0, 4024.0, 4023.0, 4010.0, 4001.0, 4031.0, 4010.0, 4011.0, 4031.0, 4000.0, 4010.0, 3999.0, 3999.0, 3999.0, 4010.0, 4011.0, 4011.0, 4000.0, 4009.0, 3999.0, 4000.0, 4033.0, 4036.0, 4044.0, 4031.0, 4020.0, 4030.0, 4008.0, 4014.0, 4067.0, 4068.0, 4021.0, 4047.0, 4009.0, 4007.0, 4053.0, 4075.0, 4020.0, 4021.0, 4020.0, 4009.0, 4025.0, 4067.0, 4022.0, 4022.0, 4021.0, 3998.0, 4010.0, 4032.0, 4011.0, 4021.0, 4020.0, 4000.0, 4020.0, 4020.0, 4023.0, 4023.0, 4013.0, 4034.0, 4023.0, 4010.0, 4030.0, 3999.0, 4030.0, 4008.0, 4008.0, 3996.0, 4006.0, 3995.0, 3996.0, 4008.0, 4008.0, 3998.0, 4019.0, 3996.0, 4018.0, 4006.0, 4008.0, 4012.0, 4032.0, 4010.0, 4032.0, 3998.0, 3998.0, 4008.0, 3996.0, 4007.0, 4020.0, 4010.0, 3999.0, 4020.0, 4008.0, 4008.0, 3985.0, 3996.0, 3996.0, 4009.0, 4009.0, 4021.0, 4000.0, 4010.0, 4011.0, 4021.0, 4022.0, 4011.0, 4034.0, 4012.0, 4023.0, 4011.0, 4010.0, 4019.0, 4009.0, 4010.0, 4031.0, 4009.0, 4020.0, 3998.0, 3997.0, 4008.0, 3998.0, 4009.0, 4000.0, 4021.0, 4000.0, 4021.0, 4010.0, 3998.0, 3998.0, 4009.0, 3999.0, 3999.0, 4009.0, 3999.0, 4008.0, 4008.0, 4013.0, 4011.0, 4023.0, 4001.0, 4032.0, 4031.0, 4009.0, 4007.0, 4020.0, 4046.0, 4037.0, 4039.0, 4037.0, 4036.0, 4036.0, 4046.0, 4035.0, 4026.0, 4056.0, 4023.0, 4012.0, 4032.0, 4021.0, 4031.0, 4009.0, 4010.0, 4009.0, 4007.0, 3998.0, 4018.0, 3997.0, 3987.0, 4008.0, 3996.0, 3997.0, 3995.0, 3985.0, 4006.0, 3996.0, 3996.0, 4006.0, 3996.0, 3996.0, 3996.0, 3997.0, 4012.0, 4012.0, 4052.0, 4023.0, 4000.0, 4010.0, 4023.0, 4022.0, 4012.0, 4022.0, 4022.0, 4021.0, 4023.0, 4012.0, 4012.0, 4022.0, 4013.0, 4003.0, 4014.0, 4035.0, 4024.0, 4002.0, 4012.0, 4012.0, 4012.0, 4014.0, 4035.0, 4002.0, 4024.0, 4013.0, 4003.0, 4025.0, 4026.0, 4026.0, 4037.0, 4027.0, 4049.0, 4047.0, 4023.0, 4043.0, 4022.0, 4042.0, 4009.0, 4009.0, 3998.0, 3976.0, 3998.0, 3998.0, 3999.0, 4009.0, 4009.0, 4000.0, 4019.0, 3998.0, 3999.0, 4010.0, 4021.0, 4001.0, 4020.0, 4011.0, 4020.0, 4009.0, 4011.0, 4010.0, 4031.0, 3989.0, 4020.0, 4008.0, 3996.0, 3996.0, 3997.0, 4007.0, 4008.0, 3997.0, 4019.0, 4007.0, 3997.0, 3998.0, 3999.0, 4000.0, 4020.0, 4020.0, 4021.0, 4008.0, 4021.0, 4008.0, 3997.0, 3998.0, 4018.0, 3997.0, 4019.0, 3997.0, 4010.0, 4011.0, 4023.0, 4013.0, 4002.0, 4024.0, 4052.0, 4046.0, 4050.0, 4032.0, 4032.0, 3994.0, 3988.0, 3996.0, 4005.0, 4001.0, 4032.0, 4032.0, 4032.0, 4034.0, 4063.0, 4036.0, 4031.0, 4020.0, 3999.0, 4006.0, 4030.0, 4030.0, 4016.0, 4004.0, 4004.0, 4002.0, 3991.0, 3970.0, 3992.0, 3992.0, 3970.0, 3993.0, 3993.0, 3992.0, 4003.0, 4004.0, 4004.0, 4006.0, 4007.0, 4006.0, 4019.0, 4020.0, 4020.0, 4021.0, 3998.0, 3988.0, 4009.0, 4010.0, 3989.0, 4021.0, 4019.0, 4020.0, 4009.0, 4009.0, 4022.0, 4023.0, 4003.0, 4032.0, 4009.0, 4020.0, 4022.0, 4011.0, 4022.0, 4022.0, 3989.0, 4010.0, 4011.0, 4013.0, 4022.0, 4012.0, 4033.0, 4025.0, 4015.0, 4013.0, 4037.0, 4012.0, 4011.0, 3996.0, 4003.0, 3998.0, 4045.0, 4046.0, 4029.0, 4062.0, 4050.0, 4038.0, 4059.0, 4047.0, 4057.0, 4034.0, 4045.0, 4021.0, 4012.0, 4043.0, 4011.0, 4044.0, 4035.0, 4011.0, 4031.0, 3998.0, 3997.0, 3995.0, 3985.0, 4038.0, 4007.0, 3987.0, 3996.0, 3986.0, 3996.0, 4005.0, 3996.0, 4007.0, 4007.0, 3998.0, 4009.0, 4019.0, 4009.0, 4019.0, 3999.0, 3999.0, 4020.0, 4009.0, 4010.0, 3998.0, 4008.0, 4008.0, 3999.0, 4020.0, 4019.0, 4010.0, 4019.0, 4020.0, 4033.0, 4033.0, 4015.0, 4038.0, 4036.0, 4036.0, 4046.0, 4026.0, 4037.0, 4049.0, 4028.0, 4037.0, 4024.0, 4024.0, 4034.0, 4014.0, 4023.0, 4035.0, 4025.0, 4025.0, 4034.0, 4024.0, 4036.0, 4036.0, 4025.0, 4057.0, 4014.0, 4012.0, 4023.0, 4023.0, 4055.0, 4023.0, 4012.0, 4011.0, 4011.0, 4009.0, 3998.0, 4009.0, 4031.0, 3999.0, 4010.0, 4009.0, 4009.0, 4008.0, 4018.0, 4008.0, 4022.0, 4020.0, 4013.0, 4022.0, 4012.0, 4011.0, 4021.0, 4011.0, 4055.0, 4012.0, 4012.0, 4009.0, 3999.0, 4009.0, 3998.0, 4009.0, 4010.0, 4010.0, 4021.0, 4021.0, 4010.0, 4020.0, 4021.0, 4022.0, 4034.0, 4013.0, 4023.0, 4021.0, 4010.0, 4031.0, 4011.0, 4011.0, 4033.0, 4012.0, 4011.0, 4022.0], 'WindowWidth': [9080.0, 9053.0, 9062.0, 9006.0, 8993.0, 8967.0, 8951.0, 8983.0, 8941.0, 8932.0, 8910.0, 8922.0, 8881.0, 8910.0, 8928.0, 8930.0, 8931.0, 8929.0, 8944.0, 8929.0, 8915.0, 8949.0, 8948.0, 8936.0, 8946.0, 8935.0, 8933.0, 8952.0, 8933.0, 8932.0, 8900.0, 8927.0, 8929.0, 8945.0, 8920.0, 8907.0, 8953.0, 8955.0, 8960.0, 8948.0, 8961.0, 8961.0, 8916.0, 8958.0, 8957.0, 8940.0, 8972.0, 8930.0, 8963.0, 8947.0, 8963.0, 8968.0, 8957.0, 8971.0, 8990.0, 8990.0, 8971.0, 8960.0, 8970.0, 8974.0, 8971.0, 8990.0, 8960.0, 8974.0, 8958.0, 8972.0, 8988.0, 8987.0, 8970.0, 8954.0, 8970.0, 8970.0, 8954.0, 8973.0, 8971.0, 8973.0, 8975.0, 8960.0, 8974.0, 8956.0, 8957.0, 8969.0, 8957.0, 9017.0, 8970.0, 8969.0, 8951.0, 8946.0, 8948.0, 8932.0, 8963.0, 8950.0, 8967.0, 8967.0, 8955.0, 8966.0, 8962.0, 8952.0, 9001.0, 8973.0, 8968.0, 8985.0, 8981.0, 8968.0, 8964.0, 8951.0, 8967.0, 8956.0, 8969.0, 8951.0, 8966.0, 8965.0, 8963.0, 8980.0, 8951.0, 8966.0, 8964.0, 8968.0, 8952.0, 8934.0, 8948.0, 8964.0, 8971.0, 8968.0, 8953.0, 8968.0, 8955.0, 8966.0, 8966.0, 8953.0, 8968.0, 8988.0, 8969.0, 8972.0, 8968.0, 8966.0, 8947.0, 8961.0, 8946.0, 8947.0, 8978.0, 8967.0, 8952.0, 8967.0, 8955.0, 8971.0, 8969.0, 8970.0, 8973.0, 8959.0, 8990.0, 8993.0, 8990.0, 8972.0, 8973.0, 8967.0, 8951.0, 8983.0, 8953.0, 8972.0, 8957.0, 8982.0, 8952.0, 8962.0, 8968.0, 8967.0, 8977.0, 8978.0, 8975.0, 8993.0, 8975.0, 8973.0, 9001.0, 8958.0, 8993.0, 8976.0, 8969.0, 8971.0, 8965.0, 8934.0, 8932.0, 8950.0, 8965.0, 8971.0, 8983.0, 8954.0, 8968.0, 8949.0, 8951.0, 8949.0, 8956.0, 8976.0, 8971.0, 8983.0, 8970.0, 8966.0, 8979.0, 8932.0, 8963.0, 8961.0, 8936.0, 8985.0, 8935.0, 8966.0, 8946.0, 8946.0, 8945.0, 8936.0, 8964.0, 8971.0, 8969.0, 8970.0, 8983.0, 8952.0, 8965.0, 8966.0, 8964.0, 8952.0, 8988.0, 8967.0, 8969.0, 8952.0, 8970.0, 8952.0, 8968.0, 8969.0, 8957.0, 8974.0, 8998.0, 8991.0, 8996.0, 8960.0, 8969.0, 8966.0, 8969.0, 8986.0, 8982.0, 9005.0, 8957.0, 8967.0, 8952.0, 8963.0, 8965.0, 8949.0, 8972.0, 8993.0, 8987.0, 8970.0, 8939.0, 8982.0, 8970.0, 8954.0, 8984.0, 8970.0, 8992.0, 8977.0, 9008.0, 8959.0, 8954.0, 8955.0, 8971.0, 8970.0, 8989.0, 8974.0, 8989.0, 8973.0, 8952.0, 8950.0, 8974.0, 8960.0, 8985.0, 8972.0, 9002.0, 8982.0, 8965.0, 8954.0, 8987.0, 8978.0, 8987.0, 8984.0, 8967.0, 8963.0, 8946.0, 8946.0, 8981.0, 8960.0, 8969.0, 8984.0, 8967.0, 8976.0, 8958.0, 8948.0, 8995.0, 8971.0, 8977.0, 8994.0, 8961.0, 8962.0, 8925.0, 8926.0, 8957.0, 8965.0, 8962.0, 8961.0, 8947.0, 8967.0, 8936.0, 8951.0, 8966.0, 8993.0, 8978.0, 8995.0, 8945.0, 9002.0, 8991.0, 8989.0, 8936.0, 8951.0, 8987.0, 8963.0, 8968.0, 8949.0, 8929.0, 8927.0, 8955.0, 8934.0, 8928.0, 8945.0, 8942.0, 8917.0, 8958.0, 8942.0, 8931.0, 8938.0, 8941.0, 8933.0, 8968.0, 8966.0, 8965.0, 8964.0, 8942.0, 8925.0, 8938.0, 8939.0, 8934.0, 8979.0, 8946.0, 8964.0, 8960.0, 8939.0, 8957.0, 8974.0, 9018.0, 9031.0, 8960.0, 9048.0, 9076.0, 9074.0, 9014.0, 8855.0, 8825.0, 8827.0, 9006.0, 9043.0, 8979.0, 8990.0, 8926.0, 8899.0, 8953.0, 8966.0, 8896.0, 8828.0, 8856.0, 8842.0, 8857.0, 8859.0, 8835.0, 8859.0, 8918.0, 8951.0, 8979.0, 8992.0, 8968.0, 8994.0, 9051.0, 9165.0, 9256.0, 9051.0, 9004.0, 8945.0, 8938.0, 8922.0, 8927.0, 8949.0, 8935.0, 8950.0, 8931.0, 8951.0, 8937.0, 8997.0, 8950.0, 8972.0, 8924.0, 8947.0, 8954.0, 8953.0, 8958.0, 8928.0, 8953.0, 8954.0, 8954.0, 8978.0, 8949.0, 8955.0, 8937.0, 8910.0, 8904.0, 8900.0, 8919.0, 8958.0, 8917.0, 8979.0, 8965.0, 8965.0, 8961.0, 8957.0, 8948.0, 8994.0, 8936.0, 8962.0, 8947.0, 8943.0, 8959.0, 8943.0, 8938.0, 8969.0, 8949.0, 8965.0, 9000.0, 8980.0, 8983.0, 8932.0, 8957.0, 8942.0, 8963.0, 8936.0, 8966.0, 8951.0, 8956.0, 8961.0, 8960.0, 8932.0, 8947.0, 8966.0, 8937.0, 8974.0, 8996.0, 8972.0, 8981.0, 9022.0, 8987.0, 8942.0, 9002.0, 8986.0, 9071.0, 9105.0, 9046.0, 8986.0, 8955.0, 8941.0, 8938.0, 8936.0, 8920.0, 8927.0, 8964.0, 8964.0, 8942.0, 8940.0, 8941.0, 8923.0, 8929.0, 8925.0, 8924.0, 8958.0, 8948.0, 8964.0, 8965.0, 8989.0, 8986.0, 8969.0, 8965.0, 8955.0, 8952.0, 9001.0, 8953.0, 8947.0, 8945.0, 8923.0, 8923.0, 8943.0, 8924.0, 8959.0, 8959.0, 8944.0, 8939.0, 8941.0, 8930.0, 8989.0, 8931.0, 8948.0, 8947.0, 8926.0, 8920.0, 8923.0, 8903.0, 8923.0, 8939.0, 8918.0, 8934.0, 8919.0, 8932.0, 8923.0, 8942.0, 8942.0, 8960.0, 8946.0, 8941.0, 8945.0, 8929.0, 8940.0, 8934.0, 8949.0, 8961.0, 8934.0, 8943.0, 8928.0, 8928.0, 8948.0, 8978.0, 8948.0, 8968.0, 8948.0, 8937.0, 8925.0, 8940.0, 8944.0, 8934.0, 8967.0, 8945.0, 8939.0, 8939.0, 8928.0, 8945.0, 9002.0, 8926.0, 8942.0, 8921.0, 8902.0, 8902.0, 8916.0, 8905.0, 8933.0, 8918.0, 8936.0, 8917.0, 8917.0, 8918.0, 8935.0, 8921.0, 8940.0, 8937.0, 8924.0, 8934.0, 8933.0, 8907.0, 8924.0, 8938.0, 8957.0, 8941.0, 8923.0, 8921.0, 8922.0, 8908.0, 8939.0, 8942.0, 8932.0, 8940.0, 8923.0, 8940.0, 8942.0, 8947.0, 8945.0, 8947.0, 8945.0, 8944.0, 8942.0, 8927.0, 8929.0, 8960.0, 8915.0, 8958.0, 8937.0, 8938.0, 8924.0, 8940.0, 8943.0, 8962.0, 8917.0, 8959.0, 8928.0, 8929.0, 8945.0, 8948.0, 8976.0, 8961.0, 8928.0, 8940.0, 8942.0, 8912.0, 8942.0, 8961.0, 8916.0, 8957.0, 8938.0, 8954.0, 8925.0, 8928.0, 8946.0, 8975.0, 8931.0, 8961.0, 8943.0, 8957.0, 8940.0, 8944.0, 8960.0, 8960.0, 8931.0, 8965.0, 8933.0, 8933.0, 8950.0, 8948.0, 8955.0, 8953.0, 8941.0, 8938.0, 8951.0, 8952.0, 8956.0, 8971.0, 9014.0, 8990.0, 8992.0, 8958.0, 8968.0, 8980.0, 8970.0, 8984.0, 9006.0, 8981.0, 8994.0, 8957.0, 8951.0, 8951.0, 8968.0, 8955.0, 8968.0, 8965.0, 8943.0, 8932.0, 8973.0, 8943.0, 8947.0, 8976.0, 8930.0, 8945.0, 8928.0, 8926.0, 8927.0, 8945.0, 8946.0, 8946.0, 8929.0, 8941.0, 8926.0, 8931.0, 8978.0, 8990.0, 8996.0, 8973.0, 8956.0, 8969.0, 8937.0, 8957.0, 9043.0, 9050.0, 8959.0, 9001.0, 8939.0, 8934.0, 9022.0, 9059.0, 8955.0, 8956.0, 8958.0, 8940.0, 8972.0, 9034.0, 8966.0, 8962.0, 8962.0, 8926.0, 8942.0, 8979.0, 8946.0, 8961.0, 8957.0, 8932.0, 8957.0, 8958.0, 8967.0, 8968.0, 8953.0, 8983.0, 8966.0, 8944.0, 8974.0, 8927.0, 8974.0, 8938.0, 8935.0, 8918.0, 8931.0, 8916.0, 8919.0, 8937.0, 8939.0, 8924.0, 8953.0, 8921.0, 8951.0, 8933.0, 8937.0, 8951.0, 8979.0, 8945.0, 8977.0, 8928.0, 8925.0, 8936.0, 8919.0, 8932.0, 8957.0, 8945.0, 8927.0, 8958.0, 8937.0, 8936.0, 8902.0, 8917.0, 8918.0, 8939.0, 8941.0, 8959.0, 8930.0, 8942.0, 8946.0, 8958.0, 8962.0, 8948.0, 8981.0, 8952.0, 8966.0, 8946.0, 8940.0, 8954.0, 8939.0, 8943.0, 8973.0, 8938.0, 8955.0, 8924.0, 8921.0, 8936.0, 8923.0, 8938.0, 8929.0, 8959.0, 8928.0, 8960.0, 8943.0, 8924.0, 8924.0, 8941.0, 8928.0, 8926.0, 8940.0, 8927.0, 8936.0, 8938.0, 8950.0, 8946.0, 8965.0, 8931.0, 8975.0, 8971.0, 8939.0, 8937.0, 8960.0, 9005.0, 8996.0, 9004.0, 8996.0, 8990.0, 8990.0, 9004.0, 8989.0, 8978.0, 9019.0, 8968.0, 8950.0, 8978.0, 8961.0, 8974.0, 8942.0, 8945.0, 8942.0, 8936.0, 8926.0, 8955.0, 8925.0, 8909.0, 8938.0, 8921.0, 8922.0, 8917.0, 8905.0, 8935.0, 8921.0, 8921.0, 8934.0, 8920.0, 8919.0, 8919.0, 8924.0, 8951.0, 8951.0, 9022.0, 8966.0, 8930.0, 8945.0, 8966.0, 8965.0, 8952.0, 8962.0, 8964.0, 8960.0, 8966.0, 8951.0, 8950.0, 8964.0, 8951.0, 8939.0, 8956.0, 8984.0, 8971.0, 8937.0, 8948.0, 8950.0, 8952.0, 8955.0, 8986.0, 8938.0, 8970.0, 8954.0, 8939.0, 8971.0, 8977.0, 8975.0, 8991.0, 8981.0, 9010.0, 9005.0, 8966.0, 8996.0, 8964.0, 8989.0, 8941.0, 8941.0, 8925.0, 8892.0, 8923.0, 8925.0, 8927.0, 8940.0, 8940.0, 8930.0, 8951.0, 8922.0, 8926.0, 8943.0, 8961.0, 8935.0, 8960.0, 8944.0, 8954.0, 8941.0, 8945.0, 8942.0, 8975.0, 8914.0, 8956.0, 8935.0, 8918.0, 8919.0, 8919.0, 8933.0, 8938.0, 8921.0, 8953.0, 8934.0, 8920.0, 8923.0, 8928.0, 8930.0, 8957.0, 8955.0, 8956.0, 8939.0, 8958.0, 8937.0, 8920.0, 8922.0, 8950.0, 8921.0, 8953.0, 8919.0, 8944.0, 8948.0, 8964.0, 8953.0, 8937.0, 8969.0, 9021.0, 9019.0, 9012.0, 8974.0, 8979.0, 8910.0, 8910.0, 8914.0, 8929.0, 8933.0, 8975.0, 8978.0, 8975.0, 9000.0, 9054.0, 8989.0, 8972.0, 8955.0, 8927.0, 8931.0, 8973.0, 8974.0, 8944.0, 8924.0, 8922.0, 8920.0, 8900.0, 8870.0, 8903.0, 8904.0, 8874.0, 8907.0, 8908.0, 8903.0, 8921.0, 8922.0, 8924.0, 8927.0, 8932.0, 8930.0, 8951.0, 8954.0, 8955.0, 8956.0, 8922.0, 8910.0, 8938.0, 8942.0, 8912.0, 8956.0, 8951.0, 8953.0, 8939.0, 8939.0, 8959.0, 8967.0, 8939.0, 8975.0, 8940.0, 8955.0, 8961.0, 8944.0, 8961.0, 8963.0, 8913.0, 8941.0, 8945.0, 8949.0, 8960.0, 8949.0, 8977.0, 8971.0, 8959.0, 8954.0, 8993.0, 8950.0, 8948.0, 8916.0, 8921.0, 8925.0, 9000.0, 9004.0, 8990.0, 9038.0, 9018.0, 8995.0, 9029.0, 9009.0, 9022.0, 8985.0, 8999.0, 8965.0, 8952.0, 8995.0, 8949.0, 8998.0, 8991.0, 8950.0, 8979.0, 8927.0, 8923.0, 8919.0, 8906.0, 8983.0, 8937.0, 8909.0, 8921.0, 8906.0, 8920.0, 8931.0, 8921.0, 8936.0, 8936.0, 8928.0, 8944.0, 8955.0, 8943.0, 8956.0, 8930.0, 8930.0, 8958.0, 8943.0, 8946.0, 8927.0, 8941.0, 8940.0, 8930.0, 8958.0, 8956.0, 8945.0, 8957.0, 8959.0, 8981.0, 8981.0, 8963.0, 8996.0, 8991.0, 8989.0, 9004.0, 8978.0, 8994.0, 9013.0, 8983.0, 8995.0, 8972.0, 8968.0, 8986.0, 8959.0, 8971.0, 8988.0, 8974.0, 8973.0, 8983.0, 8970.0, 8990.0, 8993.0, 8975.0, 9021.0, 8957.0, 8952.0, 8969.0, 8968.0, 9016.0, 8970.0, 8951.0, 8951.0, 8949.0, 8943.0, 8926.0, 8941.0, 8977.0, 8930.0, 8945.0, 8944.0, 8942.0, 8939.0, 8953.0, 8941.0, 8965.0, 8962.0, 8956.0, 8967.0, 8952.0, 8949.0, 8962.0, 8950.0, 9016.0, 8952.0, 8953.0, 8946.0, 8930.0, 8943.0, 8926.0, 8943.0, 8947.0, 8945.0, 8962.0, 8962.0, 8946.0, 8959.0, 8962.0, 8966.0, 8985.0, 8956.0, 8969.0, 8961.0, 8945.0, 8976.0, 8950.0, 8950.0, 8985.0, 8951.0, 8947.0, 8965.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.001670164644714038</td></tr>
<tr><td colspan=3>aqi</td><td>0.02753382590987868</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.8942759497225</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1790789125932348</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0249626864267125</td></tr>
<tr><td colspan=3>efc</td><td>0.5148</td></tr>
<tr><td colspan=3>fber</td><td>3373.3369</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13629589161109779</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>156</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.518197573656845</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.509285850744245</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.410594942526938</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7651182068017173</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3521444029040794</td></tr>
<tr><td colspan=3>gcor</td><td>0.0158674</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018362317234277725</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03815535455942154</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8325785182277397</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.4952</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.1008</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.9587</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291839.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>961.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.2332</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1484</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>525.0533</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3141.036</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84705.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4177.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>864.6869</td></tr>
<tr><td colspan=3>tsnr</td><td>31.45179300638847</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>